about summary refs log tree commit diff
path: root/pkgs/applications/version-management/gitlab
AgeCommit message (Collapse)AuthorFilesLines
10 daysgitlab: replace universal-prefetch-url with nix-prefetch-urlJörg Thalheim1-10/+4
It's even less code... Co-Authored-By: Yaya <github@uwu.is>
2024-06-13gitlab-container-registry: 4.1.0 -> 4.5.0Yaya2-3/+7
https://gitlab.com/gitlab-org/container-registry/-/blob/v4.5.0-gitlab/CHANGELOG.md Fixes CVE-2024-1495 Fixes CVE-2024-1963 Fixes CVE-2024-4201 Fixes CVE-2024-5469
2024-06-13gitlab: 16.10.6 -> 16.11.4Yaya9-168/+206
https://gitlab.com/gitlab-org/gitlab/-/blob/v16.11.4-ee/CHANGELOG.md
2024-06-09treewide: Remove the definite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09treewide: Remove ending period from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-05-30treewide: remove unused occurence of fetchFromGitHub argumentisabel1-1/+0
2024-05-22gitlab: 16.10.5 -> 16.10.6 (#313641)Yaya4-11/+11
https://gitlab.com/gitlab-org/gitlab/-/blob/v16.10.6-ee/CHANGELOG.md Fixes CVE-2023-6195 Fixes CVE-2023-6682 Fixes CVE-2023-6688 Fixes CVE-2024-1211 Fixes CVE-2024-1539 Fixes CVE-2024-2454 Fixes CVE-2024-2651 Fixes CVE-2024-2878 Fixes CVE-2024-3976 Fixes CVE-2024-4539 Fixes CVE-2024-4597
2024-05-21pkgs/applications: remove uneeded fetchpatch argumentsSigmanificient1-1/+1
2024-05-20treewide: remove unused occurence of fetchurl argumentSigmanificient1-1/+1
2024-05-09gitlab-container-registry: 3.93.0 -> 4.1.0Yaya1-3/+3
https://gitlab.com/gitlab-org/container-registry/-/blob/v4.1.0-gitlab/CHANGELOG.md
2024-05-09gitlab: 16.10.4 -> 16.10.5Yaya4-12/+12
https://gitlab.com/gitlab-org/gitlab/-/blob/v16.10.5-ee/CHANGELOG.md Fixes CVE-2023-6195 Fixes CVE-2023-6682 Fixes CVE-2023-6688 Fixes CVE-2024-1211 Fixes CVE-2024-1539 Fixes CVE-2024-2454 Fixes CVE-2024-2651 Fixes CVE-2024-2878 Fixes CVE-2024-3976 Fixes CVE-2024-4539 Fixes CVE-2024-4597
2024-05-03gitlab-container-registry: delete test in postPatch rather than with patch filePeder Bergebakken Sundt2-42/+3
2024-04-25gitlab-container-registry: 3.92.0 -> 3.93.0Yaya1-2/+2
https://gitlab.com/gitlab-org/container-registry/-/blob/v3.93.0-gitlab/CHANGELOG.md
2024-04-25gitlab: 16.10.3 -> 16.10.4Yaya4-12/+12
https://gitlab.com/gitlab-org/gitlab/-/blob/v16.10.4-ee/CHANGELOG.md Fixes CVE-2024-1347 Fixes CVE-2024-2434 Fixes CVE-2024-2829 Fixes CVE-2024-4006 Fixes CVE-2024-4024
2024-04-17treewide: replace prefetch-yarn-deps with fixup-yarn-lock where necessarySandro Jäckel1-2/+2
2024-04-15gitlab: 16.10.2 -> 16.10.3Yaya4-11/+11
https://gitlab.com/gitlab-org/gitlab/-/blob/v16.10.3-ee/CHANGELOG.md
2024-04-11gitlab-container-registry: 3.91.0 -> 3.92.0Yaya1-2/+2
https://gitlab.com/gitlab-org/container-registry/-/blob/v3.92.0-gitlab/CHANGELOG.md
2024-04-11gitlab: 16.10.1 -> 16.10.2Yaya4-11/+11
https://gitlab.com/gitlab-org/gitlab/-/blob/v16.10.2-ee/CHANGELOG.md Fixes CVE-2023-6489 Fixes CVE-2023-6678 Fixes CVE-2024-2279 Fixes CVE-2024-3092
2024-03-30gitlab: Simplify gitlab-assets build instructionsYaya1-5/+1
2024-03-30gitlab-container-registry: 3.90.0 -> 3.91.0Yaya1-3/+3
https://gitlab.com/gitlab-org/container-registry/-/blob/v3.91.0-gitlab/CHANGELOG.md
2024-03-30gitlab: 16.9.2 -> 16.10.1Yaya10-347/+322
https://gitlab.com/gitlab-org/gitlab/-/blob/v16.10.1-ee/CHANGELOG.md Fixes CVE-2023-6371 Fixes CVE-2024-2818
2024-03-19gitlab-container-registry: 3.88.0 -> 3.90.0Yaya1-3/+3
https://gitlab.com/gitlab-org/container-registry/-/blob/v3.90.0-gitlab/CHANGELOG.md
2024-03-19gitlab: 16.8.1 -> 16.9.2Yaya9-245/+311
https://gitlab.com/gitlab-org/gitlab/-/blob/v16.8.2-ee/CHANGELOG.md https://gitlab.com/gitlab-org/gitlab/-/blob/v16.9.2-ee/CHANGELOG.md Fixes CVE-2023-6386 Fixes CVE-2023-6840 Fixes CVE-2024-0199 Fixes CVE-2024-1066 Fixes CVE-2024-1250 Fixes CVE-2024-1299 Co-Authored-By: ajs124 <git@ajs124.de>
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm2-0/+2
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2024-02-02gitlab: remove rustc runtime dependency from gitlab-glfm-markdownYaya1-0/+5
2024-01-31gitlab: 16.7.4 -> 16.8.1Yaya10-229/+297
https://gitlab.com/gitlab-org/gitlab/-/blob/v16.8.1-ee/CHANGELOG.md Co-Authored-By: ajs124 <git@ajs124.de>
2024-01-26gitlab: 16.7.2 -> 16.7.4Yaya4-11/+11
https://gitlab.com/gitlab-org/gitlab/-/blob/v16.7.4-ee/CHANGELOG.md Fixes CVE-2023-5612 Fixes CVE-2023-5933 Fixes CVE-2023-6159 Fixes CVE-2023-45322 Fixes CVE-2024-0402 Fixes CVE-2024-0456
2024-01-15gitlab-container-registry: fix hashesajs1241-2/+2
something seems to have went wrong in 24c72d8dd01da01582e6fef7c0439566a10c7e33 but I'm not sure what exactly. re-running the update script does not reproduce this issue.
2024-01-12gitlab: 16.7.0 -> 16.7.2 (#280369)ajs1244-11/+11
2024-01-11gitlab: 16.5.4 -> 16.7.0ajs12411-427/+713
2024-01-06gitlab: 16.5.3 -> 16.5.4 (#279044)Tobias Stenzel5-14/+14
https://about.gitlab.com/releases/2023/12/13/security-release-gitlab-16-6-2-released/ https://gitlab.com/gitlab-org/gitlab/-/blob/v16.5.4-ee/CHANGELOG.md
2023-12-20Merge pull request #268109 from helsinki-systems/helsinki-maintainer-teamRobin Gloster1-1/+1
maintainers/teams: init and add helsinki-systems
2023-12-05gitlab-container-registry: 3.85.0 -> 3.86.2Yaya1-3/+3
https://gitlab.com/gitlab-org/container-registry/-/blob/v3.86.2-gitlab/CHANGELOG.md
2023-12-05gitlab: 16.5.1 -> 16.5.3Yaya4-12/+12
https://gitlab.com/gitlab-org/gitlab/-/blob/v16.5.3-ee/CHANGELOG.md Fixes CVE-2023-3443 Fixes CVE-2023-3949 Fixes CVE-2023-3964 Fixes CVE-2023-4317 Fixes CVE-2023-4658 Fixes CVE-2023-4912 Fixes CVE-2023-5226 Fixes CVE-2023-5995 Fixes CVE-2023-6033 Fixes CVE-2023-6396
2023-11-30maintainers/teams: init and add helsinki-systemsajs1241-1/+1
2023-11-23gitlab: migrate to prefetch-yarn-deps (#269307)Felix Bühler1-3/+3
2023-11-22gitlab: downgrade Ruby from 3.2 to 3.1 (#268764)Yaya1-2/+2
Ruby 3.0 was dropped from nixpkgs in #264361 as it will soon become EOL during the NixOS 23.11 release. As a result, the Ruby version in gitlab was (accidentally) updated to 3.2. However, gitlab does not officially support Ruby 3.2 yet. [gitlab-org&9684] Official support for Ruby 3.1 will be introduced in the December 2023 release of gitlab. [gitlab-org&10034] Packaging gitlab with Ruby 3.1 in nixpkgs had been confimed working by a maintainer. As such, it should be safe to downgrade the Ruby version to 3.1. [gitlab-org&9684]: https://gitlab.com/groups/gitlab-org/-/epics/9684 [gitlab-org&10034]: https://gitlab.com/groups/gitlab-org/-/epics/10034
2023-11-17gitlab: use Ruby 3.2Raito Bezarius1-2/+2
Ruby 3.0 will be removed.
2023-11-03gitlab: 16.5.0 -> 16.5.1Yaya4-12/+12
https://gitlab.com/gitlab-org/gitlab/-/blob/v16.5.1-ee/CHANGELOG.md
2023-11-03gitlab-workhorse: exclude from r-ryantmYaya1-0/+1
2023-11-03gitlab-shell: exclude from r-ryantmYaya1-0/+2
2023-11-03gitlab-pages: exclude from r-ryantmYaya1-0/+1
2023-11-03gitlab-container-registry: exclude from r-ryantmYaya1-0/+1
2023-11-03gitaly: exclude from r-ryantmYaya1-0/+1
gitaly needs to be updated in sync with the rest of the gitlab packages.
2023-11-03gitlab: fix Puma low-level error handler locationYaya1-0/+1
This replaces the hard-coded location to the Puma error handler class. https://gitlab.com/gitlab-org/gitlab/-/commit/80b76a16e06bebba149d4acdbe63cbbe0990a853#3ba20e58c18cc81aa8a5277f3be1d45ab5100691_88_84
2023-11-03gitlab-container-registry: 3.84.0 -> 3.85.0Yaya1-3/+3
https://gitlab.com/gitlab-org/container-registry/-/blob/v3.85.0-gitlab/CHANGELOG.md
2023-11-03gitlab: 16.4.1 -> 16.5.0Yaya9-677/+644
https://gitlab.com/gitlab-org/gitlab/-/blob/v16.5.0-ee/CHANGELOG.md
2023-09-30gitlab: 16.3.4 -> 16.4.1ajs12411-276/+286
2023-09-19gitlab: 16.3.3 -> 16.3.4Isa4-12/+12