Commit Graph

1021 Commits

Author SHA1 Message Date
Donovan Glover
4cd8108f7b prisma,prisma-engines: 5.18.0 -> 5.21.0 (#348844) 2024-10-16 18:42:19 +00:00
R. Ryantm
1df9f2a2ec sqlitebrowser: 3.13.0 -> 3.13.1 2024-10-16 19:46:43 +02:00
R. Ryantm
44503c3ca3 prqlc: 0.13.0 -> 0.13.2 2024-10-16 14:03:49 +00:00
R. Ryantm
f0343b4e70 sqlcl: 24.2.0.180.1721 -> 24.3.0.285.0530 2024-10-16 13:50:41 +00:00
R. Ryantm
39f9024ef7 sqlcmd: 1.8.0 -> 1.8.1 2024-10-15 20:48:35 +00:00
Alexey Orlenko
f1c5aa7785 prisma-engines: 5.18.0 -> 5.21.0 2024-10-15 19:26:03 +02:00
Fabian Affolter
e89e9ac3c6 sqlfluff: 3.2.3 -> 3.2.4
Diff: https://github.com/sqlfluff/sqlfluff/compare/refs/tags/3.2.3...3.2.4

Changelog: https://github.com/sqlfluff/sqlfluff/blob/3.2.4/CHANGELOG.md
2024-10-14 23:39:53 +02:00
R. Ryantm
b292fc3c24 squirrel-sql: 4.7.1 -> 4.8.0 2024-10-14 04:56:38 +00:00
Fabian Affolter
55e91d1bba sqlfluff: 3.2.0 -> 3.2.3
Diff: https://github.com/sqlfluff/sqlfluff/compare/refs/tags/3.2.0...3.2.3

Changelog: https://github.com/sqlfluff/sqlfluff/blob/3.2.3/CHANGELOG.md
2024-10-10 21:59:08 +02:00
Sandro
b618b95449 liquibase: Add sourceRoot (#346148) 2024-10-05 20:03:17 +02:00
R. Ryantm
249162ed34 clickhouse-backup: 2.6.1 -> 2.6.2 2024-10-05 02:52:23 +00:00
Alexander Heldt
655ef48dbe liquibase: Add sourceRoot
To fix the build issue that was introduced in f373abe60b
when the custom `unpackPhase` was removed without correctly validating the build,
which results in:
```
error: builder for '/nix/store/5qax6r6kxi4spn5bc7qjpgglxb9kvhxp-liquibase-4.29.2.drv' failed with exit code 1;
       last 3 log lines:
       > Running phase: unpackPhase
       > unpacking source archive /nix/store/v12lcsjxsq3n4lgi8za3k9mqc8pak59b-liquibase-4.29.2.tar.gz
       > unpacker produced multiple directories
       For full logs, run 'nix log /nix/store/5qax6r6kxi4spn5bc7qjpgglxb9kvhxp-liquibase-4.29.2.drv'.
```
2024-10-04 17:25:55 +02:00
h7x4
6504312207 liquibase: Use finalAttrs for recursive fixpoint (#343106) 2024-09-30 22:57:02 +02:00
Weijia Wang
8fd9cef38e pg_checksums: 1.1 -> 1.2 (#343397) 2024-09-27 01:05:48 +02:00
Weijia Wang
bf28c5c364 dbmate: 2.20.0 -> 2.21.0 (#342310) 2024-09-26 23:34:13 +02:00
running-grass
5e162c84ac surrealdb-migrations: 2.0.0-preview.3 -> 2.0.0 2024-09-25 09:48:51 +08:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
OTABI Tomoya
bd829ac9fb vitess: 20.0.1 -> 20.0.2 (#341611) 2024-09-21 15:38:40 +09:00
R. Ryantm
295f2e949a pg_checksums: 1.1 -> 1.2 2024-09-21 01:38:18 +00:00
Alexander Heldt
f373abe60b liquibase: Use finalAttrs for recursive fixpoint 2024-09-20 09:00:25 +02:00
Fabian Affolter
3273cdeb65 sqlfluff: 3.1.1 -> 3.2.0
Diff: https://github.com/sqlfluff/sqlfluff/compare/refs/tags/3.1.1...3.2.0

Changelog: https://github.com/sqlfluff/sqlfluff/blob/3.2.0/CHANGELOG.md
2024-09-19 21:03:58 +02:00
R. Ryantm
950727e703 timescaledb-tune: 0.16.0 -> 0.17.0 2024-09-19 02:55:34 +00:00
R. Ryantm
8c35674a44 surrealdb-migrations: 2.0.0-preview.2 -> 2.0.0-preview.3 2024-09-18 07:51:13 +00:00
Jacek Galowicz
0433842778 sqlitebrowser: Fix build for macOS 2024-09-17 21:54:40 +02:00
R. Ryantm
878e97464c dbmate: 2.20.0 -> 2.21.0 2024-09-16 13:32:20 +00:00
Nick Cao
55261c94ad clickhouse-backup: 2.6.0 -> 2.6.1 (#341698) 2024-09-14 08:50:23 -04:00
Weijia Wang
be760cca18 liquibase: 4.29.1 -> 4.29.2 (#340549) 2024-09-14 12:26:18 +02:00
R. Ryantm
195b35d20b clickhouse-backup: 2.6.0 -> 2.6.1 2024-09-14 00:38:20 +00:00
R. Ryantm
36671a03ac vitess: 20.0.1 -> 20.0.2 2024-09-13 15:39:23 +00:00
R. Ryantm
e7c5707935 liquibase: 4.29.1 -> 4.29.2 2024-09-08 16:34:12 +00:00
R. Ryantm
c3e9fbbb52 pgweb: 0.16.0 -> 0.16.1 2024-09-08 01:27:37 +00:00
Peder Bergebakken Sundt
8379df360e atlas: 0.26.0 -> 0.27.0 (#337881) 2024-09-07 20:09:26 +02:00
R. Ryantm
8bc9a9535d surrealdb-migrations: 2.0.0-preview.1 -> 2.0.0-preview.2 2024-09-07 09:30:40 +00:00
Peder Bergebakken Sundt
4d741d8e4b schemaspy: 6.1.0-SNAPSHOT -> 6.2.4 (#337020) 2024-09-05 10:57:28 -04:00
Fabián Heredia Montiel
68b8ec770b clickhouse-backup: 2.5.29 -> 2.6.0 (#338503) 2024-09-01 19:08:01 -06:00
Robert Scott
5629520ede litestream: add CVE-2024-41254 to knownVulnerabilities (#337800) 2024-08-31 11:12:23 +01:00
R. Ryantm
3a2831a957 clickhouse-backup: 2.5.29 -> 2.6.0 2024-08-31 00:09:28 +00:00
Simon Žlender
dcbcaee4cf prisma: init at 5.18.0 2024-08-30 21:12:54 +02:00
Aaron Jheng
4a7b3001ab atlas: move to by-name 2024-08-28 07:09:53 +00:00
Robert Scott
0875d0ce1c litestream: add CVE-2024-41254 to knownVulnerabilities 2024-08-27 21:57:51 +01:00
Simon Žlender
c14b2eeae8 prisma-engines: 5.16.1 -> 5.18.0 2024-08-26 20:05:06 +02:00
OTABI Tomoya
41eaa3d44d Merge pull request #335644 from r-ryantm/auto-update/clickhouse-backup
clickhouse-backup: 2.5.27 -> 2.5.29
2024-08-26 09:22:49 +09:00
Anthony ROUSSEL
79eeb500d6 schemaspy: reformat and migrate to pkgs/by-name 2024-08-24 16:30:54 +02:00
Anthony ROUSSEL
54eab35914 schemaspy: add anthonyroussel to maintainers 2024-08-24 16:30:38 +02:00
Anthony ROUSSEL
eed465da42 schemaspy: 6.1.0-SNAPSHOT -> 6.2.4
https://github.com/schemaspy/schemaspy/releases/tag/v6.2.4
https://github.com/schemaspy/schemaspy/compare/v6.1.0...v6.2.4
2024-08-24 16:30:34 +02:00
Anthony ROUSSEL
9d8b60c697 schemaspy: add passthru.updateScript 2024-08-24 16:03:45 +02:00
Fabian Affolter
6ff6b31721 sqlfluff: 3.1.0 -> 3.1.1
Diff: https://github.com/sqlfluff/sqlfluff/compare/refs/tags/3.1.0...3.1.1

Changelog: https://github.com/sqlfluff/sqlfluff/blob/3.1.1/CHANGELOG.md
2024-08-23 09:16:24 +02:00
Sebastián Mancilla
6a83f370c1 Merge pull request #327023 from r-ryantm/auto-update/vitess
vitess: 19.0.4 -> 20.0.1
2024-08-21 22:05:05 -04:00
Sebastián Mancilla
f14f7abfca Merge pull request #332388 from r-ryantm/auto-update/liquibase
liquibase: 4.28.0 -> 4.29.1
2024-08-20 19:22:12 -04:00
Nick Cao
2dce1f2da2 Merge pull request #336053 from r-ryantm/auto-update/dbmate
dbmate: 2.19.0 -> 2.20.0
2024-08-20 15:49:51 -04:00