summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/version-management
AgeCommit message (Collapse)Author
2021-01-18Merge pull request #109835 from r-ryantm/auto-update/glabSandro
glab: 1.11.1 -> 1.13.1
2021-01-18Merge pull request #109834 from r-ryantm/auto-update/gitflowSandro
gitflow: 1.12.2 -> 1.12.3
2021-01-18Merge pull request #109833 from r-ryantm/auto-update/git-workspaceSandro
git-workspace: 0.7.0 -> 0.8.0
2021-01-18glab: 1.11.1 -> 1.13.1R. RyanTM
2021-01-18gitflow: 1.12.2 -> 1.12.3R. RyanTM
2021-01-18git-workspace: 0.7.0 -> 0.8.0R. RyanTM
2021-01-18git-ignore: 1.0.0 -> 1.1.1R. RyanTM
2021-01-18Merge pull request #109569 from hartwork/update-git-big-pictureSandro
git-big-picture: 0.10.1 -> 1.0.0 (fixes CVE-2021-3028)
2021-01-17git-big-picture: 0.10.1 -> 1.0.0 (fixes CVE-2021-3028)Sebastian Pipping
Also propagates move of repository from https://github.com/esc/git-big-picture to https://github.com/git-big-picture/git-big-picture . Upstream change log at https://github.com/git-big-picture/git-big-picture#changelog
2021-01-17pijul: 1.0.0-alpha.31 -> 1.0.0-alpha.35Albin Otterhäll
2021-01-16Merge pull request #108513 from languitar/patch-1Anderson Torres
pass-git-helper: 1.1.0 -> 1.1.1
2021-01-16treewide: stdenv.lib -> libBen Siraphob
2021-01-15pass-git-helper: 1.1.0 -> 1.1.1Johannes Wienke
Bump package and add new test requirements.
2021-01-14gitAndTools: move everything to the top levelAlyssa Ross
The comment at the top of git-and-tools/default.nix said: /* All git-relates tools live here, in a separate attribute set so that users * can get a fast overview over what's available. but unfortunately that hasn't actually held up in practice. Git-related packages have continued to be added to the top level, or into gitAndTools, or sometimes both, basically at random, so having gitAndTools is just confusing. In fact, until I looked as part of working on getting rid of gitAndTools, one program (ydiff) was packaged twice independently, once in gitAndTools and once at the top level (I fixed this in 98c34901969). So I think it's for the best if we move away from gitAndTools, and just put all the packages it previously contained at the top level. I've implemented this here by just making gitAndTools an alias for the top level -- this saves having loads of lines in aliases.nix. This means that people can keep referring to gitAndTools in their configuration, but it won't be allowed to be used within Nixpkgs, and it won't be presented to new users by e.g. nix search. The only other change here that I'm aware of is that appendToName "minimal" is not longer called on the default git package, because doing that would have necessitated having a private gitBase variable like before. I think it makes more sense not to do that anyway, and reserve the "minimal" suffix only for gitMinimal.
2021-01-13git-lfs: 2.13.1 -> 2.13.2Mario Rodas
https://github.com/git-lfs/git-lfs/releases/tag/v2.13.2
2021-01-13Merge pull request #109130 from yoctocell/gita-0.11.9Sandro
2021-01-12gerrit: 3.2.3 -> 3.3.1Florian Klink
Fixes https://github.com/NixOS/nixpkgs/issues/109167 Addresses CVE-2020-8919 Addresses CVE-2020-8920
2021-01-12gitAndTools.gita: 0.10.10 -> 0.11.9yoctocell
2021-01-11gitea: add sqlite_unlock_notify build tagzeripath
Fix #109004 When building Gitea with sqlite support the sqlite_unlock_notify tag must also be added otherwise there will be frequent error reports of database is locked.
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-09Merge master into staging-nextgithub-actions[bot]
2021-01-09gitRepo: 2.11 -> 2.11.1Michael Weiss
2021-01-09Merge pull request #108668 from moritzschaefer/fix-sparkleshare-dependencyKevin Cox
Add sh/bash dependency to fix 'missing sh in PATH' error
2021-01-09sparkleshare: add missing 'bash' dependencyMoritz Schaefer
Sparkleshare requires 'sh' to be in its PATH, or push-operations fail. Its PATH consists of a single entry, which is configured in the postInstall phase. The bash-derivative includes 'sh', and adding it to the dependencies resolves the issue.
2021-01-08Merge master into staging-nextgithub-actions[bot]
2021-01-08Merge master into staging-nextgithub-actions[bot]
2021-01-08 pijul: 1.0.0-alpha.24 -> 1.0.0-alpha.31Georges Dubus
2021-01-07tortoisehg: 5.2.1 -> 5.6Sheena Artrip
2021-01-07Merge branch 'master' into staging-nextJan Tojnar
https://github.com/NixOS/nixpkgs/commit/b04fc593e7b55fe1f74421b11589f12a339c92e2 seems to have accidentally changed mkDerivation function for dfilemanager and solarus-quest-editor so I have reverted that here.
2021-01-07Merge pull request #108656 from xwvvvvwx/radicle-upstream-0.1.6Sandro
radicle-upstream: 0.1.5 -> 0.1.6
2021-01-07gitRepo: 2.10 -> 2.11Michael Weiss
2021-01-07radicle-upstream: 0.1.5 -> 0.1.6David Terry
2021-01-07sourcehout: Disable setuptools checkSandro Jäckel
2021-01-07Merge pull request #108536 from SuperSandro2000/small-fixesSandro
2021-01-06pythonPackages:google*: Noramlize names by replacing _ with -Sandro Jäckel
2021-01-06Merge pull request #107012 from DamienCassou/DamienCassou/git-when-mergedMario Rodas
gitAndTools.git-when-merged: init at 1.2.0
2021-01-05gitAndTools.lab: 0.17.2 -> 0.18.0Mario Rodas
https://github.com/zaquestion/lab/releases/tag/v0.18.0
2021-01-06gitAndTools.delta: 0.5.0 -> 0.5.1zowoq
https://github.com/dandavison/delta/releases/tag/0.5.1
2021-01-03Merge staging-next into stagingzowoq
2021-01-02hub: Add testTim Steinbach
2021-01-02hub: Replace git referencesTim Steinbach
Hub fetches git from the environment by default. This can lead to hub installations without git available, which makes little sense. The change replaces the references with fully-qualified calls to git
2021-01-01treewide: remove maintainership of `ma27` from a few packagesMaximilian Bosch
Those are packages I don't use anymore for a longer time and I therefore don't think that listing me as maintainer is a good idea. If those should be removed now, I'd be fine with that. SuperSandro2000 will take care of a few packages[1]. [1] https://github.com/NixOS/nixpkgs/pull/108126#pullrequestreview-560599381
2021-01-01Merge pull request #108022 from siraben/cmake-native-build-inputsFrederik Rietdijk
[staging] treewide: cmake buildInputs to nativeBuildInputs, minor cleanups
2021-01-01Merge staging-next into staginggithub-actions[bot]
2021-01-01treewide: cmake buildInputs to nativeBuildInputs, minor cleanupsBen Siraphob
2021-01-01Merge pull request #107934 from SuperSandro2000/gitoxide-darwinSandro
gitoxide: Fix build on darwin
2020-12-31Merge staging-next into stagingFrederik Rietdijk
2020-12-31gitAndTools.delta: 0.4.5 -> 0.5.0zowoq
https://github.com/dandavison/delta/releases/tag/0.5.0
2020-12-30gitoxide: Fix build on darwinSandro Jäckel
2020-12-30Merge staging-next into staginggithub-actions[bot]