Commit Graph

24 Commits

Author SHA1 Message Date
R. Ryantm
7efd919a25 dbmate: 2.34.1 -> 2.35.0 2026-08-10 08:09:23 +00:00
R. Ryantm
c2b5d1b3cd dbmate: 2.33.0 -> 2.34.1 2026-07-14 04:10:43 +00:00
R. Ryantm
9eb536e2a2 dbmate: 2.32.0 -> 2.33.0 2026-05-04 23:54:38 +00:00
R. Ryantm
92ccbad7d2 dbmate: 2.31.0 -> 2.32.0 2026-04-02 00:23:18 +00:00
R. Ryantm
fc3dd23958 dbmate: 2.30.0 -> 2.31.0 2026-02-19 14:51:41 +00:00
R. Ryantm
11a93a6a3b dbmate: 2.29.5 -> 2.30.0 2026-02-12 01:23:37 +00:00
R. Ryantm
ae4b94b526 dbmate: 2.29.3 -> 2.29.5 2026-02-05 04:32:04 +00:00
Sarah Clark
886dd2dc5e dbmate: add sarahec as maintainer 2026-01-18 13:38:43 -08:00
Sarah Clark
eafb9bb219 dbmate: add updateScript 2026-01-18 13:37:27 -08:00
Sarah Clark
63e0ded9ae dbmate: migrate to finalAttrs 2026-01-18 13:33:20 -08:00
Sarah Clark
ede3b08382 dbmate: enable testing 2026-01-18 13:30:28 -08:00
Sarah Clark
1018e8f23f dbmate: 2.28.0 -> 2.29.3 2026-01-18 13:28:13 -08:00
Wolfgang Walther
aa7f574386 maintainers: drop manveru
Did not react to maintainer pings since 2024. Dropping according to
maintainer guidelines.
2026-01-10 22:12:03 +01:00
R. Ryantm
b799b52c0f dbmate: 2.27.0 -> 2.28.0 2025-07-23 17:15:26 +00:00
liberodark
51104bca6e treewide: remove with lib Part 1 2025-06-03 18:27:59 +05:30
R. Ryantm
4ed20e62fb dbmate: 2.26.0 -> 2.27.0 2025-04-29 20:15:24 +00:00
Silvan Mosberger
374e6bcc40 treewide: Format all Nix files
Format all Nix files using the officially approved formatter,
making the CI check introduced in the previous commit succeed:

  nix-build ci -A fmt.check

This is the next step of the of the [implementation](https://github.com/NixOS/nixfmt/issues/153)
of the accepted [RFC 166](https://github.com/NixOS/rfcs/pull/166).

This commit will lead to merge conflicts for a number of PRs,
up to an estimated ~1100 (~33%) among the PRs with activity in the past 2
months, but that should be lower than what it would be without the previous
[partial treewide format](https://github.com/NixOS/nixpkgs/pull/322537).

Merge conflicts caused by this commit can now automatically be resolved while rebasing using the
[auto-rebase script](8616af08d9/maintainers/scripts/auto-rebase).

If you run into any problems regarding any of this, please reach out to the
[formatting team](https://nixos.org/community/teams/formatting/) by
pinging @NixOS/nix-formatting.
2025-04-01 20:10:43 +02:00
R. Ryantm
70e75d7b79 dbmate: 2.25.0 -> 2.26.0 2025-03-05 00:28:37 +00:00
R. Ryantm
40c3edb39c dbmate: 2.24.2 -> 2.25.0 2025-01-22 13:45:13 +00:00
R. Ryantm
f781f92ec5 dbmate: 2.23.0 -> 2.24.2 2025-01-04 04:35:51 +01:00
Peder Bergebakken Sundt
0cd04d3036 treewide: migrate fetchgit rev = "refs/tags/..." to tag 2025-01-04 00:19:17 +01:00
R. Ryantm
5c635fc4ff dbmate: 2.22.0 -> 2.23.0 2024-12-08 18:37:32 +00:00
R. Ryantm
1d2941554a dbmate: 2.21.0 -> 2.22.0 2024-11-10 13:10:04 +00: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