Commit Graph

3505 Commits

Author SHA1 Message Date
Jan Tojnar d471c5d1f3
Merge branch 'staging-next' into staging 2020-09-24 23:09:00 +02:00
Martin Weinelt 2be541ff7c
Merge pull request #96136 from bdesham/fix-gitstatus-on-zsh
gitstatus: fix zsh integration
2020-09-24 07:22:13 +02:00
zowoq 664170166e gitAndTools.git-interactive-rebase-tool: use cargoParallelTestThreads 2020-09-24 07:20:03 +10:00
R. RyanTM 9bf3bd946d gitAndTools.gitstatus: 1.2.2 -> 1.3.0 2020-09-23 06:14:49 +00:00
Frederik Rietdijk 7bff759fac Merge staging-next into staging 2020-09-22 18:31:56 +02:00
Mario Rodas fefb2ad107
Merge pull request #98348 from marsam/update-gitAndTools.git-imerge
gitAndTools.git-imerge: 1.1.0 -> 1.2.0
2020-09-21 07:07:03 -05:00
WORLDofPEACE 978e419abe Merge branch 'staging-next' into staging 2020-09-20 18:43:38 -04:00
WORLDofPEACE 34aaac6d7c Merge branch 'staging-next' into staging 2020-09-20 18:41:15 -04:00
Travis CI 358cfe9106 gitAndTools.git-machete: 2.15.5 -> 2.15.6
###### Motivation for this change
Update to latest upstream version

###### Things done
 * [ ]  Tested using sandboxing ([nix.useSandbox](http://nixos.org/nixos/manual/options.html#opt-nix.useSandbox) on NixOS, or option `sandbox` in [`nix.conf`](http://nixos.org/nix/manual/#sec-conf-file) on non-NixOS linux)
 * Built on platform(s)

   * [x]  NixOS
   * [ ]  macOS
   * [ ]  other Linux distributions
 * [ ]  Tested via one or more NixOS test(s) if existing and applicable for the change (look inside [nixos/tests](https://github.com/NixOS/nixpkgs/blob/master/nixos/tests))
 * [ ]  Tested compilation of all pkgs that depend on this change using `nix-shell -p nix-review --run "nix-review wip"`
 * [x]  Tested execution of all binary files (usually in `./result/bin/`)
 * [ ]  Determined the impact on package closure size (by running `nix path-info -S` before and after)
 * [ ]  Ensured that relevant documentation is up to date
 * [x]  Fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md).

###### Notify maintainers
cc @blitz @Ma27 @tfc @worldofpeace
2020-09-20 18:32:57 +00:00
Mario Rodas e5869f999f gitAndTools.git-imerge: 1.1.0 -> 1.2.0
https://github.com/mhagger/git-imerge/releases/tag/v1.2.0
2020-09-20 09:10:00 -05:00
Lassulus 8779fd7ef7
Merge pull request #98262 from ju1m/fix-gitolite
gitolite: fix updating of gitweb access list and description
2020-09-19 15:00:41 +02:00
Julien Moutinho a3461afcca gitolite: fix updating of gitweb access list and description 2020-09-19 07:38:38 +02:00
Marek Mahut 8e1a41d63e
Merge pull request #94439 from prusnak/gomp
gomp: init at 1.1.0
2020-09-18 16:31:50 +02:00
Jacek Galowicz 0c1807e3e2
Merge pull request #97981 from VirtusLab/git-machete-2.15.5
gitAndTools.git-machete: 2.15.4 -> 2.15.5
2020-09-18 10:06:55 +02:00
zowoq ec63faba64 gitAndTools.gh: 0.12.0 -> 1.0.0
https://github.com/cli/cli/releases/tag/v1.0.0
2020-09-17 17:41:04 +10:00
WORLDofPEACE 6b1c8e8036 Revert "git: enable zsh completion"
This reverts commit 35b403bf12.
2020-09-14 18:31:00 -04:00
Travis CI 6d0c57fb93 gitAndTools.git-machete: 2.15.4 -> 2.15.5
###### Motivation for this change
Update to latest upstream version

###### Things done
 * [ ]  Tested using sandboxing ([nix.useSandbox](http://nixos.org/nixos/manual/options.html#opt-nix.useSandbox) on NixOS, or option `sandbox` in [`nix.conf`](http://nixos.org/nix/manual/#sec-conf-file) on non-NixOS linux)
 * Built on platform(s)

   * [x]  NixOS
   * [ ]  macOS
   * [ ]  other Linux distributions
 * [ ]  Tested via one or more NixOS test(s) if existing and applicable for the change (look inside [nixos/tests](https://github.com/NixOS/nixpkgs/blob/master/nixos/tests))
 * [ ]  Tested compilation of all pkgs that depend on this change using `nix-shell -p nix-review --run "nix-review wip"`
 * [x]  Tested execution of all binary files (usually in `./result/bin/`)
 * [ ]  Determined the impact on package closure size (by running `nix path-info -S` before and after)
 * [ ]  Ensured that relevant documentation is up to date
 * [x]  Fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md).

###### Notify maintainers
cc @blitz @Ma27 @tfc @worldofpeace
2020-09-14 15:56:26 +00:00
Daniël de Kok 16f13a9cad
Merge pull request #97893 from syberant/gitoxide
gitoxide: 0.3.0 -> 0.4.0
2020-09-14 07:35:20 +02:00
syberant 2f6c1eac7b gitoxide: 0.3.0 -> 0.4.0
Add dependency on openssl.
2020-09-13 21:08:17 +02:00
Norbert Melzer 4312e2460a lefthook: use go 1.14 to build
Due to some changes in `go` from 1.14 to 1.15 the lefthook tool
currently can't start external programs and errors each test it tries
to run, making it effectively useless.

This is a temporary fix to make `lefthook` usable again until the
upstream issue was fixed and a new release has been cut.

Upstream issue: https://github.com/Arkweid/lefthook/issues/151
2020-09-13 18:20:22 +02:00
Lassulus 220c7d796f
Merge pull request #97681 from Jiehong/code/update_sublime
sublime-merge: use 2033 as dev and 2032 as stable versions
2020-09-12 22:18:57 +02:00
Evan Stoll d44f9f2316 gitkraken: 7.3.0 -> 7.3.2 2020-09-11 12:45:20 -04:00
Doron Behar 1be95fd59a
Merge pull request #92988 from freezeboy/add-commitizen 2020-09-11 15:53:42 +03:00
freezeboy c66bd4b04d commitizen: init at 4.2.1 2020-09-11 12:45:36 +02:00
Jiehong Ma b89327579e sublime-merge: use 2033 as dev and 2032 as stable versions 2020-09-10 19:07:44 +02:00
Sandro 6623aac946
gitAndTools.rs-git-fsmonitor: init at 0.1.3 (#96574) 2020-09-10 13:09:33 +02:00
Edmund Wu 84066b0a4f sourcehut.srht: misaka -> mistletoe
Upstream uses mistletoe now [1]

[1] 773c3e94eb
2020-09-08 17:43:57 -07:00
Edmund Wu 496cbef3d1 sourcehut: python37 -> python38 2020-09-08 17:43:57 -07:00
Edmund Wu db5c7cc5ee sourcehut.gitsrht: fix build 2020-09-08 17:43:57 -07:00
Edmund Wu e616754232 sourcehut.metasrht: check buildGoModule 2020-09-08 17:43:57 -07:00
Edmund Wu 00e0bdf938 sourcehut.gitsrht: check buildGoModule 2020-09-08 17:43:57 -07:00
Edmund Wu c75cd827df sourcehut.buildsrht: check buildGoModule 2020-09-08 17:43:57 -07:00
Edmund Wu 83be8b43db sourcehut.metasrht: include api module 2020-09-08 17:43:57 -07:00
Edmund Wu 8518ef1687 sourcehut.gitsrht: include api module 2020-09-08 17:43:57 -07:00
Edmund Wu 3fd4e765d0 sourcehut.gitsrht: fix build 2020-09-08 17:43:57 -07:00
Edmund Wu 5e9feb2427 sourcehut.buildsrht: fix build 2020-09-08 17:43:57 -07:00
Edmund Wu 42f17611a1 sourcehut.*: remove SRHT_PATH patch 2020-09-08 17:43:57 -07:00
Edmund Wu 222a7a3a7a sourcehut.hubsrht: init at 0.10.6 2020-09-08 17:43:57 -07:00
Edmund Wu 151911db03 scmsrht: 0.19.11 -> 0.22.3 2020-09-08 17:43:57 -07:00
Edmund Wu 93ec2aea28 todosrht: 0.57.14 -> 0.61.11 2020-09-08 17:43:57 -07:00
Edmund Wu f38d72aa8b pastesrht: 0.10.3 -> 0.11.1 2020-09-08 17:43:57 -07:00
Edmund Wu 77f7c9b851 metasrht: 0.42.13 -> 0.50.2 2020-09-08 17:43:57 -07:00
Edmund Wu 68511199bb mansrht: 0.14.7 -> 0.15.1 2020-09-08 17:43:57 -07:00
Edmund Wu 52a95e9996 listssrht: 0.41.8 -> 0.45.9 2020-09-08 17:43:57 -07:00
Edmund Wu 0ad7f89d8c hgsrht: 0.26.0 -> 0.26.18 2020-09-08 17:43:57 -07:00
Edmund Wu 20eec4f075 gitsrht: 0.50.3 -> 0.60.7 2020-09-08 17:43:57 -07:00
Edmund Wu 2136408b68 dispatchsrht: 0.14.1 -> 0.14.9 2020-09-08 17:43:57 -07:00
Edmund Wu a9677e0f33 buildsrht: 0.56.13 -> 0.62.6 2020-09-08 17:43:57 -07:00
Edmund Wu ddea634e1a srht: 0.59.13 -> 0.64.0 2020-09-08 17:43:57 -07:00
Mario Rodas 2649c85cb8
Merge pull request #97412 from marsam/update-git-subtrac
gitAndTools.git-subtrac: 0.03 -> 0.04
2020-09-08 05:10:15 -05:00
zowoq ec22086628 gitAndTools.gh: 0.11.1 -> 0.12.0
https://github.com/cli/cli/releases/tag/v0.12.0
2020-09-08 20:04:32 +10:00
zowoq e4cc68f766 gitAndTools.git-interactive-rebase-tool: disable check
disable until buildRustPackage supports setting test-threads in packages
2020-09-08 05:58:24 +10:00
Kevin Cox 13d483a4e1
Merge pull request #97239 from NixOS/kevincox-sparkleshare-lfs
sparkleshare: Add git-lfs dependency.
2020-09-07 13:57:50 -04:00
Michael Weiss fed923247a
gitRepo: 2.8 -> 2.9 2020-09-07 18:34:36 +02:00
Kevin Cox c6268906e7
sparkleshare: Add git-lfs dependency.
SparkleShare failed to sync some repos because it failed to find the git-lfs command.
2020-09-07 10:22:19 -04:00
Mario Rodas 22cf34bc25 gitAndTools.git-subtrac: 0.03 -> 0.04 2020-09-07 04:20:00 +00:00
Frederik Rietdijk d362c0e54e Merge master into staging-next 2020-09-06 18:14:23 +02:00
Evan Stoll 7a0eb47364 gitkraken: 7.2.0 -> 7.3.0
GitKraken now depends on libdrm and libgbm 
- add libdrm to libPath
- add mesa (libgbm) to libPath
2020-09-05 15:50:23 -04:00
Mario Rodas 000404944c
Merge pull request #97156 from zowoq/delta
gitAndTools.delta: 0.4.1 -> 0.4.3
2020-09-05 10:38:12 -05:00
Maximilian Bosch 2f4c709391
gitea: 1.12.3 -> 1.12.4
ChangeLog: https://github.com/go-gitea/gitea/releases/tag/v1.12.4

This release fixes a few security bugs:

* https://github.com/go-gitea/gitea/issues?q=label%3Abackport%2Fv1.12+label%3Akind%2Fsecurity+is%3Aclosed
2020-09-05 16:21:43 +02:00
zowoq d763fb2257 gitAndTools.delta: 0.4.1 -> 0.4.3
https://github.com/dandavison/delta/releases/tag/0.4.3
2020-09-05 07:34:20 +10:00
Frederik Rietdijk af81d39b87 Merge staging-next into staging 2020-09-04 20:03:30 +02:00
Victor Luft 740b2f851f sublime-merge: 2020 -> 2033 2020-09-04 16:26:51 +02:00
Victor Luft 1a3ebe5a7d sublime-merge-dev: 2022 -> 2031 2020-09-04 16:26:51 +02:00
Frederik Rietdijk 377242d587 Merge staging-next into staging 2020-09-03 19:21:10 +02:00
yoctocell 008f45f591 gitAndTools.gita: 0.10.9 -> 0.10.10 2020-09-02 14:44:14 -07:00
Mario Rodas d8d4fc6f6d git-lfs: 2.11.0 -> 2.12.0
https://github.com/git-lfs/git-lfs/releases/tag/v2.12.0
2020-09-02 04:20:00 +00:00
Kevin Cox 2cd9dd502c sparkleshare: init at 3.28 2020-09-01 12:09:52 -04:00
Daniël de Kok 8ec5187cb4
Merge pull request #96339 from danieldk/fossil-improvements
fossil: install man page and bash shell completions, use system sqlite
2020-09-01 08:53:10 +02:00
Mario Rodas 275052ac9f
Merge pull request #96754 from r-ryantm/auto-update/yadm
yadm: 2.4.0 -> 2.5.0
2020-08-31 12:31:49 -05:00
R. RyanTM 9ea3bdfe15 yadm: 2.4.0 -> 2.5.0 2020-08-31 10:22:26 +00:00
Milan Pässler 6956ce821d gitlab: 13.0.12 -> 13.0.14 2020-08-30 11:24:25 -07:00
worldofpeace 9c94af3506
Merge pull request #96345 from VirtusLab/git-machete-2.15.4
gitAndTools.git-machete: 2.15.3 -> 2.15.4
2020-08-27 04:31:55 -04:00
R. RyanTM 1d8caa0db0
gerrit: 3.2.2 -> 3.2.3 (#96304) 2020-08-26 15:24:21 +02:00
Travis CI b123d22237 gitAndTools.git-machete: 2.15.3 -> 2.15.4
###### Motivation for this change
Update to latest upstream version

###### Things done
 * [ ]  Tested using sandboxing ([nix.useSandbox](http://nixos.org/nixos/manual/options.html#opt-nix.useSandbox) on NixOS, or option `sandbox` in [`nix.conf`](http://nixos.org/nix/manual/#sec-conf-file) on non-NixOS linux)
 * Built on platform(s)

   * [x]  NixOS
   * [ ]  macOS
   * [ ]  other Linux distributions
 * [ ]  Tested via one or more NixOS test(s) if existing and applicable for the change (look inside [nixos/tests](https://github.com/NixOS/nixpkgs/blob/master/nixos/tests))
 * [ ]  Tested compilation of all pkgs that depend on this change using `nix-shell -p nix-review --run "nix-review wip"`
 * [x]  Tested execution of all binary files (usually in `./result/bin/`)
 * [ ]  Determined the impact on package closure size (by running `nix path-info -S` before and after)
 * [ ]  Ensured that relevant documentation is up to date
 * [x]  Fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md).

###### Notify maintainers
cc @blitz @Ma27 @tfc @worldofpeace
2020-08-26 08:03:50 +00:00
Daniël de Kok 1efda79b1b fossil: use system sqlite 2020-08-26 08:43:54 +02:00
Daniël de Kok 9d941bcd7b fossil: install man page and bash shell completions
While at it, clean the derivation up a little.
2020-08-26 08:43:54 +02:00
R. RyanTM ba9f3e80d7 fossil: 2.11.1 -> 2.12.1 2020-08-25 22:56:39 +00:00
Benjamin Esham c278c6fd55 gitstatus: fix zsh integration
At some point the upstream changed and gitstatus.prompt.zsh stopped
working. The issue was that this file expects to be able to run the
"install" script in the same directory.

- Install the "install" script and "build.info" file that
  gitstatus.prompt.zsh expects to be able to find when it runs.
- Patch the install script so that it defaults to not automatically
  installing gitstatus. This can still be overridden by setting
  GITSTATUS_AUTO_INSTALL=1, although I'm not sure why anyone would do
  this if they've already installed gitstatus with Nix.
- Add an install check phase that tests the zsh integration to prevent
  this derivation from breaking in the same way in the future. (This
  also ends up testing the binary itself.)

Fixes #96135.
2020-08-24 18:29:16 -04:00
Robert Scott b91ad42896 gitAndTools.git-fast-export: add installCheckPhase
this creates and converts a simple hg repository - should stop us
inadvertently breaking this package.
2020-08-23 14:08:03 +01:00
Robert Scott 6b1e2a51aa gitAndTools.git-fast-export: 190107 -> 200213, fix
fixing involves providing it with mercurial_4 (and implicitly python27 -
current released fast-export doesn't support py3 yet) and adding git to
the wrapped PATH. this shouldn't be a runtime-resolved dependency.
2020-08-23 12:13:14 +01:00
Jan Tojnar 2b6f959c3b gitAndTools.diff-so-fancy: Fix shebang patching and clean up
perl is a runtime dependency so it needs to be in buildInputs,
otherwise patchShebangs hook will not see it.
2020-08-21 12:31:29 -07:00
David McFarland 348051b40a
p4: init at 2020.1.1991450 (#95103) 2020-08-21 12:37:10 -04:00
Dmitry Kalinkin 86b9cafcfc
Merge pull request #95748 from corngood/p4v
p4v: 2017.3.1601999 -> 2020.1.1966006
2020-08-19 19:00:56 -07:00
worldofpeace ab77cf8930
Merge pull request #93298 from alyssais/git-remote-hg
git-remote-hg: fix; refactor
2020-08-19 19:08:47 -04:00
Alyssa Ross 8c05e036ea
gitAndTools.git-remote-hg: use buildPythonApplication
This is much cleaner than constructing PYTHONPATH using interpolated
subshells.
2020-08-19 20:30:42 +00:00
David McFarland 041f70f62f p4v: 2017.3.1601999 -> 2020.1.1966006 2020-08-18 09:10:26 -03:00
syberant 8fb288515f gitoxide: init at 0.3.0
Fixes: https://github.com/NixOS/nixpkgs/issues/95317
2020-08-16 19:49:18 +00:00
Dmitry Bogatov a5985162e3 git: make nls support optional
Add option "nlsSupport" (true by default, maching upstream defaults) to
make nls support configurable. This change does not trigger rebuild.
2020-08-16 10:38:28 +00:00
zowoq 473536e3b5 buildRustPackage: remove platform.all from packages 2020-08-16 12:48:18 +10:00
zowoq a83a88db05 buildGoPackage: remove platform.all from packages 2020-08-15 19:34:47 -07:00
zowoq 42313b92bc buildGoModule: remove platform.all from packages 2020-08-15 19:34:47 -07:00
andys8 bb472d014c Adding alias for git tool "git brunch" 2020-08-15 17:08:02 -07:00
zowoq ad3dbcf02e gitAndTools.gh: enable checks 2020-08-15 11:18:59 +10:00
R. RyanTM 20fab51c3f gitolite: 3.6.11 -> 3.6.12 2020-08-13 23:50:47 +00:00
Daniël de Kok 12d265b081
Merge pull request #95201 from rodrigondec/master
gitkraken: 7.1.0 -> 7.2.0
2020-08-12 20:08:29 +02:00
Aaron Andersen 8e63d1268c
Merge pull request #94999 from StijnDW/redmine
nixos/redmine: patch mercurial integration
2020-08-11 20:56:19 -04:00
Timothy Stott ba7c0893d4
treewide: remove obsolete attribute goPackagePath in buildGoModule derivations (#95092)
The buildGoModule infrastructure does not make use of goPackagePath it is a residue from buildGoPackage.
2020-08-11 21:04:55 +00:00
Rodrigo Castro 2a4e97910e
gitkraken: 7.1.0 -> 7.2.0 2020-08-11 14:37:17 -03:00
Florian Klink 5aa6b4c2a1
gitlab: 13.0.9 -> 13.0.12 (#94968) 2020-08-11 14:11:39 +02:00