summary refs log tree commit diff
path: root/pkgs/applications/version-management
Commit message (Collapse)AuthorAge
* Merge pull request #78108 from filalex77/thicket-0.1.3Jon2020-01-22
|\ | | | | thicket: init at 0.1.3
| * thicket: init at 0.1.3Oleksii Filonenko2020-01-20
| |
* | gitAndTools.hub: 2.13.0 -> 2.14.1Will Dietz2020-01-21
| | | | | | | | | | https://github.com/github/hub/releases/tag/v2.14.1 https://github.com/github/hub/releases/tag/v2.14.0
* | gitea: 1.10.2 -> 1.10.3kolaente2020-01-18
| |
* | gitFull: support git send-email on DarwinŁukasz Jan Niemier2020-01-16
| |
* | Merge pull request #77624 from mayflower/gitlab-ce-assets-buildingRobin Gloster2020-01-16
|\ \ | | | | | | gitlab: fix asset building for CE
| * | gitlab: fix asset building for CERobin Gloster2020-01-13
| | | | | | | | | | | | | | | We have to specify if we're building CE or EE otherwise at least some JS building was broken, resulting in e.g. broken "boards" pages.
* | | gitAndTools.git-subrepo: 0.4.0 -> 0.4.1R. RyanTM2020-01-15
| |/ |/|
* | Merge pull request #77645 from flokli/gitlab-12.6.4Florian Klink2020-01-15
|\ \ | | | | | | gitlab: 12.6.2 -> 12.6.4
| * | gitlab: 12.6.2 -> 12.6.4Florian Klink2020-01-13
| | |
| * | gitaly: a4b6c71d4b7c1588587345e2dfe0c6bd7cc63a83 -> 1.77.1Florian Klink2020-01-13
| |/
* | gitstatus: patch in variable rather than regexingryneeverett2020-01-12
| | | | | | | | | | Patching in the GITSTATUS_DAEMON variable seems like a more stable solution than doing inline replacements.
* | gitstatus: patch fewer charactersryneeverett2020-01-12
|/ | | | | | | | | | This is a followup to https://github.com/NixOS/nixpkgs/pull/76744. The patch is still too aggressive because it captures additional local variables declared in the same line. It should stop when it hits whitespace. See https://github.com/romkatv/gitstatus/pull/92.
* Merge pull request #77020 from r-ryantm/auto-update/cvs-fast-exportMario Rodas2020-01-08
|\ | | | | cvs_fast_export: 1.49 -> 1.50
| * cvs_fast_export: 1.49 -> 1.50R. RyanTM2020-01-06
| |
* | Merge pull request #77098 from r-ryantm/auto-update/git-macheteRyan Mulligan2020-01-06
|\ \ | | | | | | gitAndTools.git-machete: 2.12.5 -> 2.12.6
| * | gitAndTools.git-machete: 2.12.5 -> 2.12.6R. RyanTM2020-01-06
| | |
* | | git-and-tools.gitstatus: unstable-2019-05-06 -> unstable-2019-12-18Martin Weinelt2020-01-06
| | | | | | | | | | | | Also bumps the interally used version of libgit2.
* | | mercurial_4: init at 4.9.1Jason Felice2020-01-06
|/ /
* / gitAndTools.git-bug: 0.5.0 -> 0.6.0royneary2020-01-04
|/
* Merge pull request #76895 from Vskilet/gitea-updateMaximilian Bosch2020-01-03
|\ | | | | gitea: 1.10.1 -> 1.10.2
| * gitea: 1.10.1 -> 1.10.2Victor SENE2020-01-03
| |
* | Merge pull request #76193 from talyz/gitlab-12.6.0Florian Klink2020-01-03
|\ \ | | | | | | gitlab: 12.5.5 -> 12.6.2
| * | gitlab: 12.6.1 -> 12.6.2Florian Klink2020-01-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - CVE-2019-20146 - CVE-2019-20143 - CVE-2019-20147 - CVE-2019-20145 - CVE-2019-20142 - CVE-2019-20148 - CVE-2020-5197
| * | gitlab: 12.6.0 -> 12.6.1talyz2019-12-28
| | |
| * | gitlab: 12.5.5 -> 12.6.0talyz2019-12-23
| | |
| * | gitlab: update.py: Get go deps for gitlab-shell from the root dirtalyz2019-12-23
| | | | | | | | | | | | | | | | | | GitLab Shell now has the go.mod and go.sum files in the root of the repo; the go subdirectory has been removed and all the code in it has been moved up to the root.
| * | gitaly: 1.72.1 -> a4b6c71d4b7c1588587345e2dfe0c6bd7cc63a83talyz2019-12-23
| | | | | | | | | | | | | | | | | | For some reason this untagged commit is the one referred to in the main repository; this might be a mistake, but we'll have to package it for now to follow upstream.
| * | gitlab-workhorse: 8.14.1 -> 8.18.0talyz2019-12-22
| | |
| * | gitlab-shell: 10.2.0 -> 10.3.0talyz2019-12-22
| | |
* | | Merge master into staging-nextFrederik Rietdijk2020-01-02
|\ \ \
| * \ \ Merge pull request #76744 from bdesham/fix-gitstatus-patchSilvan Mosberger2020-01-01
| |\ \ \ | | | | | | | | | | gitstatus: patch fewer lines
| | * | | gitstatus: patch fewer linesBenjamin Esham2019-12-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The sed invocation was changing all lines matching "local daemon.*". This changed the line it was supposed to, but two other lines that also matched that pattern were being modified, which meant that the "daemon_pid_var" and "daemon_pid" variables were not defined when they should have been.
* | | | | treewide: NIX_*_COMPILE -> stringRobin Gloster2019-12-31
| | | | |
* | | | | nbstripout: fix buildJonathan Ringer2019-12-30
| | | | |
* | | | | Merge staging-next into stagingFrederik Rietdijk2019-12-30
|\| | | |
| * | | | gitless: use python3Jonathan Ringer2019-12-30
| | | | |
* | | | | treewide: installFlags is a listRobin Gloster2019-12-30
| | | | |
* | | | | treewide: replace make/build/configure/patchFlags with nix listsMerijn Broeren2019-12-30
|/ / / /
* | | / treewide: update which packages I'm currently maintainingMaximilian Bosch2019-12-26
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Idea shamelessly stolen from 4e60b0efae56cc8e1a8a606a5a89462c38aba305. I realized that I don't really know anymore where I'm listed as maintainer and what I'm actually (co)-maintaining which means that I can't proactively take care of packages I officially maintain. As I don't have the time, energy and motivation to take care of stuff I was interested in 1 or 2 years ago (or packaged for someone else in the past), I decided that I make this explicit by removing myself from several packages and adding myself in some other stuff I'm now interested in. I've seen it several times now that people remove themselves from a package without removing the package if it's unmaintained after that which is why I figured that it's fine in my case as the affected pkgs are rather low-prio and were pretty easy to maintain.
* | | Merge pull request #76472 from r-ryantm/auto-update/yadmmarkuskowa2019-12-25
|\ \ \ | | | | | | | | yadm: 2.0.1 -> 2.3.0
| * | | yadm: 2.0.1 -> 2.3.0R. RyanTM2019-12-24
| | | |
* | | | mercurial: 4.9.1 -> 5.2.1 + python3 🚀 (#76126)Jörg Thalheim2019-12-25
|\ \ \ \ | | | | | | | | | | mercurial: 4.9.1 -> 5.2.1 + python3 🚀
| * | | | tortoisehg: 5.0.2 -> 5.2.1Jörg Thalheim2019-12-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This version is not yet released. However given that python2 will soon go end-of-life (without security updates), this seems like a good move. The package was also lacking proper qt wrapping and unusable before.
| * | | | mercurial: 4.9.1 -> 5.2.1Jörg Thalheim2019-12-21
| | | | | | | | | | | | | | | | | | | | also switch to python3
* | | | | Merge pull request #76271 from r-ryantm/auto-update/git-macheteMario Rodas2019-12-23
|\ \ \ \ \ | | | | | | | | | | | | gitAndTools.git-machete: 2.12.2 -> 2.12.5
| * | | | | gitAndTools.git-machete: 2.12.2 -> 2.12.5R. RyanTM2019-12-23
| | |/ / / | |/| | |
* | | | | gitAndTools.git-hub: 1.0.3 -> 1.1.0Jörg Thalheim2019-12-23
| | | | |
* | | | | Merge pull request #76251 from r-ryantm/auto-update/git-extrasMario Rodas2019-12-23
|\ \ \ \ \ | | | | | | | | | | | | gitAndTools.git-extras: 5.0.0 -> 5.1.0
| * | | | | gitAndTools.git-extras: 5.0.0 -> 5.1.0R. RyanTM2019-12-23
| |/ / / /