Commit Graph

989 Commits

Author SHA1 Message Date
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Alexey Orlenko
733c49cda4
prisma-engines: 5.22.0 -> 6.0.1 2024-12-06 18:31:53 +01:00
Noa Aarts
6a13b245ec
replibyte: fix build by updating lockfile 2024-11-16 14:55:59 +01:00
Theodore Ni
c57fe374c3
prisma-engines: use new Darwin SDK pattern 2024-11-11 00:08:45 -08:00
Theodore Ni
56aa8ecf5d
dynein: use new Darwin SDK pattern 2024-11-11 00:08:44 -08:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
Alexey Orlenko
ed7052a6e2
prisma-engines: 5.21.1 -> 5.22.0 2024-11-05 22:19:27 +01:00
Nick Cao
5816d523a1
pgweb: 0.16.1 -> 0.16.2 (#353286) 2024-11-03 08:40:52 -05:00
R. Ryantm
7f95375e0e pgweb: 0.16.1 -> 0.16.2 2024-11-03 05:48:36 +00:00
Tomo
e5a0b0c39e sqldeveloper: drop
sqldeveloper was dropped due to being severely out-of-date and
having a dependency on JavaFX for Java 8, which we do not support.
2024-11-02 20:19:01 +00:00
Weijia Wang
f3dfae2f4b
sqlcl: 24.2.0.180.1721 -> 24.3.0.285.0530 (#349045) 2024-11-01 13:59:36 +01:00
Weijia Wang
f08d1ca345
prqlc: 0.13.0 -> 0.13.2 (#349047) 2024-11-01 13:52:08 +01:00
Weijia Wang
1ca12da851
sqlcmd: 1.8.0 -> 1.8.1 (#348885) 2024-11-01 13:43:05 +01:00
Weijia Wang
0681bf8060
squirrel-sql: 4.7.1 -> 4.8.0 (#348438) 2024-11-01 13:04:27 +01:00
Aaron Jheng
2cb5b0480c
sqlc: move to by-name 2024-10-28 02:16:30 +00:00
Fabian Affolter
f0f3fd8450 sqlfluff: 3.2.4 -> 3.2.5
Diff: https://github.com/sqlfluff/sqlfluff/compare/refs/tags/3.2.4...3.2.5

Changelog: https://github.com/sqlfluff/sqlfluff/blob/3.2.5/CHANGELOG.md
2024-10-25 18:00:32 +02:00
Alexey Orlenko
5005449a6e
prisma-engines: 5.21.0 -> 5.21.1 2024-10-18 10:05:49 +02:00
adisbladis
b1f7b0338e sqlc: remove adisbladis as maintainer 2024-10-17 02:34:22 +00:00
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