Commit Graph

8776 Commits

Author SHA1 Message Date
Leona Maroni
17e5f1ef3d
gitlab: 17.6.1 -> 17.6.2 (#364213) 2024-12-11 19:53:03 +01:00
Leona Maroni
887e7d91ba
gitlab: 17.6.1 -> 17.6.2
https://about.gitlab.com/releases/2024/12/11/patch-release-gitlab-17-6-2-released/
2024-12-11 13:19:32 +01:00
Leona Maroni
cb68aacc00
gitlab: increase node heap size limit
Without this change gitlab-ee's gitlab-assets fails to build with
JavaScript heap out of memory.

GitLab's own CI uses different limits between 5 to 10GBs, but 8GBs for
asset builds. (see https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/tasks/gitlab/assets.rake#L130)
2024-12-11 10:46:27 +01:00
Arne Keller
f9b3ad9126
nbstripout: Don't propagate ipython (#230164)
If you have a devShell with `python311` and `nbstripout` in `buildInputs`, running `python --version` will output 3.10 as of today, because `nbstripout` is propagating python through ipython.
2024-12-11 07:05:50 +01:00
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
Nick Cao
46bef81670
gfold: 4.5.0 -> 4.5.1 (#363772) 2024-12-10 09:15:44 -05:00
Sergei Trofimovich
eaae2eaec7
subversion: 1.14.4 -> 1.14.5 (#363461)
Changes: https://svn.apache.org/repos/asf/subversion/trunk/CHANGES
2024-12-10 03:51:28 -05:00
R. Ryantm
a8e8e5a274 gfold: 4.5.0 -> 4.5.1 2024-12-10 01:15:23 +00:00
misuzu
7996ffc5cf git-workspace: remove passthru.tests.version
The `--version` argument was removed.
2024-12-09 11:53:56 +02:00
R. Ryantm
749ef60340 git-workspace: 1.7.0 -> 1.8.0 2024-12-09 09:11:33 +00:00
Leona Maroni
91fb266745
gitlab: 17.5.2 -> 17.6.1 (#359329) 2024-12-08 18:06:46 +01:00
Wolfgang Walther
6a024a96c5
git-cliff: 2.6.1 -> 2.7.0 (#357695) 2024-12-08 17:08:06 +01:00
Alexander Sieg
b7eae8cb6a gitlab: 17.5.2 -> 17.6.1 2024-12-08 14:42:03 +01:00
Weijia Wang
3416e72d65
gitoxide: 0.38.0 -> 0.39.0 (#360861) 2024-12-06 00:36:15 +01:00
Gaetan Lepage
381e652552 git-lfs: move to by-name 2024-12-04 15:53:23 +01:00
Gaetan Lepage
966ee2be2f git-lfs: format 2024-12-04 15:50:32 +01:00
Weijia Wang
7e56b2d0b4
git-lfs: 3.5.1 -> 3.6.0 (#357914) 2024-12-03 22:37:42 +01:00
Jan Tojnar
cdc518b50a
Merge sublime-merge: set meta.mainProgram (#358726) 2024-12-02 00:28:55 +01:00
R. Ryantm
b68a2fc588 gitoxide: 0.38.0 -> 0.39.0 2024-12-01 20:17:43 +00:00
Alexander Sieg
eebd4c3b01
gitlab: 17.3.7 -> 17.5.2 2024-11-29 17:51:19 +01:00
Jordan Williams
ea8ced0c4c
sublime-merge: set meta.mainProgram
This fixes running Sublime Merge with nix run.
Run install hooks and remove excessive use of with lib.
2024-11-24 08:38:09 -06:00
R. Ryantm
28dc7a74a6 git-machete: 3.29.3 -> 3.31.0 2024-11-23 18:28:00 +00:00
Sandro
3934cda54d
fossil: 2.24 -> 2.25 (#357155) 2024-11-22 14:33:12 +01:00
Jenny
91cbefb2b3
gitqlient: 1.6.2 -> 1.6.3 (#357365) 2024-11-22 02:10:55 +01:00
R. Ryantm
1c537cf04a git-lfs: 3.5.1 -> 3.6.0 2024-11-21 14:09:00 +00:00
R. Ryantm
0593c1fab4 git-cliff: 2.6.1 -> 2.7.0 2024-11-20 22:32:03 +00:00
Ashish SHUKLA
a37d2451bc
fossil: 2.24 -> 2.25
- remove tclPackages.tcllib from nativeBuildInputs
  to disable the failing tests.
2024-11-19 22:21:04 +00:00
David McFarland
0a54d674cb p4: fix darwin build 2024-11-19 20:29:49 +00:00
José Romildo
4e75fe3db6 gitqlient: 1.6.2 -> 1.6.3
Diff: https://github.com/francescmm/gitqlient/compare/v1.6.2...v1.6.3
2024-11-19 16:16:18 -03:00
Leona Maroni
3a35aa34ac
gitlab: 17.3.6 -> 17.3.7 (#355755) 2024-11-16 13:43:55 +01:00
Austin Horstman
0548bb754e
git-workspace: 1.6.0 -> 1.7.0 (#355243) 2024-11-15 12:55:53 -06:00
Leona Maroni
022ef7e043
gitlab: 17.3.6 -> 17.3.7 2024-11-15 13:42:29 +01:00
Leona Maroni
dba59277c2
gitlab: update bundler version
fix broken gitlab-sidekiq with bundler update
2024-11-15 13:00:59 +01:00
Francesco Gazzetta
97a7f71027
git-credential-keepassxc: use new Darwin SDK pattern (#355599) 2024-11-14 20:21:47 +00:00
Theodore Ni
15e42a222f
git-credential-keepassxc: use new Darwin SDK pattern 2024-11-12 22:50:43 -08:00
github-actions[bot]
50eb4d03f7
Merge master into staging-next 2024-11-13 06:04:52 +00:00
Theodore Ni
539826a5bf
treewide: use new Darwin SDK pattern on some packages (#355156) 2024-11-12 20:55:45 -08:00
github-actions[bot]
00b1e226f7
Merge master into staging-next 2024-11-12 06:05:05 +00:00
misuzu
f706b13e52 git-workspace: 1.6.0 -> 1.7.0
Diff: https://github.com/orf/git-workspace/compare/v1.6.0...v1.7.0
2024-11-11 14:28:11 +02:00
Theodore Ni
b7cc513694
git-cliff: use new Darwin SDK pattern 2024-11-11 00:38:06 -08:00
Theodore Ni
171c7bc94a
git-cinnabar: use new Darwin SDK pattern 2024-11-11 00:38:06 -08:00
Theodore Ni
83bd590807
git-branchless: use new Darwin SDK pattern 2024-11-11 00:38:01 -08:00
Theodore Ni
4551bd2dba
git-absorb: use new Darwin SDK pattern 2024-11-11 00:08:48 -08:00
Theodore Ni
487201b5fc
gfold: use new Darwin SDK pattern 2024-11-11 00:08:47 -08:00
Theodore Ni
77c2f1bb3c
gitoxide: use new Darwin SDK pattern 2024-11-09 19:37:32 -08:00
Emily
ce788776a5 Merge master into staging-next 2024-11-09 12:51:01 +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
github-actions[bot]
4dab54a2c8
Merge master into staging-next 2024-11-08 12:05:50 +00:00
Alexis Hildebrandt
b5394df77e gh: 2.60.0 -> 2.61.0 2024-11-08 19:28:25 +10:00
Ellie Hermaszewska
e134422465
maintainers: remove expipiplus1
Another year, another exhausting undermoderated thread full of people
arguing against being an inclusive community, tone policing and denying
that discriminatory behaviour even exists.

This clearly isn't getting any better and I'm embarrassed that I stayed
around for this long. I can't continue to lend my name to such a
project.
2024-11-08 14:24:58 +08:00