Commit Graph

6207 Commits

Author SHA1 Message Date
Artturin
b36d9696c5 treewide: fix error: attribute 'runtimeShell' missing 2022-12-22 20:50:27 +02:00
techknowlogick
045563fb30 gitea: 1.17.3 -> 1.17.4 2022-12-21 18:51:28 -05:00
Anderson Torres
8b6a91cb23
Merge pull request #206945 from atorres1985-contrib/git-branchstack
git-branchstack: init at 0.2.0
2022-12-20 11:58:17 -03:00
Aaron Andersen
79dbdc2138
Merge pull request #206712 from risicle/ris-redmine-4.2.9
redmine: 4.2.8 -> 4.2.9
2022-12-19 18:59:14 -05:00
AndersonTorres
adb8336300 git-branchstack: init at 0.2.0 2022-12-19 20:39:09 -03:00
Bernardo Meurer
6eb49d6695
Merge pull request #206727 from anthonyroussel/commitizen-2_38 2022-12-19 18:20:43 -03:00
AndersonTorres
d994dabace treewide: remove git-and-tools directory
We do not use a "plugin system" for Git addons anymore, and therefore this
directory is no longer useful. Indeed that directory is way more confusing,
given that it includes more than mere Git addons, going from Bitbucket server
command-line tools to complete rewrites of Git in exotic programming languages.

Also, without this directory, the mental load of decision-making reduces a lot.
When anyone is interested in including a new git-related tool, just put it into
pkgs/applications/version-management, without apologies.
2022-12-19 15:05:22 -03:00
=
8aeaaac239 gitlab: workaround: remove attr_encrypted gem from rubyEnv 2022-12-19 09:48:04 +01:00
=
2198c022f8 gitlab: 15.6.1 -> 15.6.2 2022-12-19 09:48:04 +01:00
Anthony Roussel
d1e7498dbb
commitizen: 2.37.0 -> 2.38.0 2022-12-18 18:38:08 +01:00
Robert Scott
59fb0606d1 redmine: 4.2.8 -> 4.2.9 2022-12-18 14:33:13 +00:00
R. Ryantm
1e71885e1e lefthook: 1.2.4 -> 1.2.6 2022-12-17 14:46:30 +00:00
R. Ryantm
cab0268555 git-delete-merged-branches: 7.2.2 -> 7.3.1 2022-12-16 07:06:58 +00:00
Philipp Riederer
41299467cc gitkraken: 8.9.1 -> 9.0.0
closes #206227
2022-12-15 14:09:00 +01:00
Rick van Schijndel
9833d56c24 treewide: mark packages broken that never built on PLATFORM
Done with the help of https://github.com/Mindavi/nixpkgs-mark-broken
Tool is still WIP but this is one of the first results.

I manually audited the results and removed some results that were not valid.

Note that some of these packages maybe should have more constrained platforms set
instead of broken set, but I think not being perfectly correct is better than
just keep trying to build all these things and never succeeding.

Some observations:

- Some darwin builds require XCode tools
- aarch64-linux builds sometimes suffer from using gcc9
  - gcc9 is getting older and misses some new libraries/features
- Sometimes tools try to do system detection or expect some explicit settings for
  platforms that are not x86_64-linux
2022-12-13 21:40:12 +01:00
Bobby Rong
322c053791
Merge pull request #205823 from lockejan/bump-git-team
git-team: 1.8.0 -> 1.8.1
2022-12-13 18:54:36 +08:00
figsoda
4096ed383d
Merge pull request #205861 from john-shaffer/srvc
srvc: 0.8.0 -> 0.9.0
2022-12-12 22:44:22 -05:00
R. Ryantm
75a9a06486 ghorg: 1.9.0 -> 1.9.1 2022-12-13 02:48:00 +00:00
John Shaffer
6f4d63b205 srvc: 0.8.0 -> 0.9.0 2022-12-12 20:40:06 -06:00
Jan Schmitt
fe7d02b5f0
git-team: 1.8.0 -> 1.8.1
* The zsh completion script now correctly provides suggestions for the command git team (in addition to git-team).
* https://github.com/hekmekk/git-team/blob/main/CHANGELOG.md#181
2022-12-12 23:14:01 +01:00
figsoda
e163fe0984
Merge pull request #205602 from misuzu/git-workspace-update
git-workspace: 1.0.3 -> 1.1.0
2022-12-11 13:42:40 -05:00
misuzu
9bd2b9a95d git-workspace: 1.0.3 -> 1.1.0
https://github.com/orf/git-workspace/releases/tag/v1.1.0
https://github.com/orf/git-workspace/compare/v1.0.3...v1.1.0
2022-12-11 09:35:09 +02:00
Robert Schütz
75300fb33d nbstripout: 0.6.0 -> 0.6.1 2022-12-10 13:56:00 -08:00
Luke Granger-Brown
1dba7adaf3
Merge pull request #205443 from r-ryantm/auto-update/jujutsu
jujutsu: 0.6.0 -> 0.6.1
2022-12-10 21:33:54 +00:00
Sergei Trofimovich
15c39787d8 monotoneViz: use xorg.* packages directly instead of xlibsWrapper indirection
Validated as no change in `out` output with `diffoscope`.
2022-12-10 14:49:44 +00:00
R. Ryantm
c75297dc01 jujutsu: 0.6.0 -> 0.6.1 2022-12-10 11:07:32 +00:00
Austin Seipp
c847a43b67 sapling: fix nodejs path, add enableMinimal option
This change fixes the path to 'nodejs' in the Sapling scripts, so that
the 'sl web' command works OOTB even if the user has a fresh `$PATH`
without node itself.

However, this is really a developer-only tool, and isn't needed just to
e.g. clone repositories. In particular, a 'fetchSapling' codepath would
not need it; therefore we make it optional, but turned on by default.
The intention is to have a 'saplingMinimal' expression which can be used
for that path.

NOTE: this does NOT add a 'saplingMinimal' expression to
all-packages.nix; that would just result in more Hydra churn, so we
avoid it for now.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2022-12-09 18:26:22 -06:00
Austin Seipp
21e7ab0afc sapling: fix 'sl web' command
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2022-12-09 18:26:22 -06:00
Austin Seipp
37f2a530e1 sapling: fix curl in buildInputs on darwin
It's needed on Darwin, but not Linux, so this is a bit more accurate.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2022-12-09 18:26:22 -06:00
Walter Franzini
c4ab5a5c4e git-bug: 0.7.2 -> 0.8.0 2022-12-09 17:28:13 +01:00
Thiago Kenji Okada
6c846ee6bb
Merge pull request #205101 from wegank/tailor-python
tailor: 0.9.35 -> 0.9.37
2022-12-08 23:44:38 +00:00
Jonas Heinrich
d24e142391
Merge pull request #154304 from nialov/package-gitmux
gitmux: inti at 0.7.10
2022-12-08 12:33:00 +01:00
Weijia Wang
7c78928ad6 tailor: 0.9.35 -> 0.9.37 2022-12-08 05:10:23 +01:00
Bobby Rong
e613e99c07
Merge pull request #204918 from garymh/patch-2
glab: 1.23.0 -> 1.24.1
2022-12-08 10:40:04 +08:00
Gary Holtz
bf6fdfc15c
glab: 1.23.0 -> 1.24.1
Updating glab version to v.1.24.1 https://gitlab.com/gitlab-org/cli/-/releases/v1.24.1
2022-12-07 13:00:16 -06:00
Artturi
850fb23aa8
Merge pull request #204214 from wegank/wxgtk30-gtk2-drop
treewide: drop wxGTK30-gtk2
2022-12-06 23:28:43 +02:00
0x4A6F
56f11a3f0d
Merge pull request #204739 from r-ryantm/auto-update/jujutsu
jujutsu: 0.5.1 -> 0.6.0
2022-12-06 20:40:57 +01:00
R. Ryantm
b135e0ef73 lefthook: 1.2.3 -> 1.2.4 2022-12-06 19:39:27 +08:00
R. Ryantm
49b375b56e jujutsu: 0.5.1 -> 0.6.0 2022-12-06 06:24:02 +00:00
Fabian Affolter
60a6c602f7 legit: rename GitPython 2022-12-05 22:02:12 +01:00
Fabian Affolter
40ab86df5e git-up: rename GitPython 2022-12-05 22:00:57 +01:00
Fabian Affolter
80fbc24e34 git-repo-updater: rename GitPython 2022-12-05 21:58:25 +01:00
Fabian Affolter
61cb307ec7 git-privacy: rename GitPython 2022-12-05 21:56:50 +01:00
Fabian Affolter
1700f56597 git-annex-remote-googledrive: rename GitPython 2022-12-05 21:55:47 +01:00
nialov
d4f0deff85
gitmux: init at 0.7.10 2022-12-05 17:02:05 +02:00
figsoda
0b17691ab5
Merge pull request #204409 from r-ryantm/auto-update/lefthook
lefthook: 1.2.2 -> 1.2.3
2022-12-04 14:03:45 -05:00
R. Ryantm
01889dc3c3 lefthook: 1.2.2 -> 1.2.3 2022-12-04 06:27:47 +00:00
Anderson Torres
382f2e4e44
Merge pull request #204038 from atorres1985-contrib/git-and-tools-are-back
More git tools reordering
2022-12-03 20:52:20 -03:00
AndersonTorres
2e1413a057 josh: move to git-and-tools 2022-12-03 18:42:30 -03:00
AndersonTorres
f6feed1fd3 gitstats: move to git-and-tools 2022-12-03 18:42:30 -03:00
AndersonTorres
31087568fc gitsign: move to git-and-tools 2022-12-03 18:42:29 -03:00
AndersonTorres
690da77e65 gitoxide: move to git-and-tools 2022-12-03 18:42:29 -03:00
AndersonTorres
b8cee52413 gitls: move to git-and-tools 2022-12-03 18:42:29 -03:00
AndersonTorres
fd4fa062b4 gitlint: move to git-and-tools 2022-12-03 18:42:28 -03:00
AndersonTorres
7389c44bcd gitless: move to git-and-tools 2022-12-03 18:42:28 -03:00
AndersonTorres
6d744e7d96 git-up: move to git-and-tools 2022-12-03 18:42:27 -03:00
AndersonTorres
16aa4709eb git-town: move to git-and-tools 2022-12-03 18:42:27 -03:00
AndersonTorres
18df6097bd git-sizer: move to git-and-tools 2022-12-03 18:42:27 -03:00
AndersonTorres
4f7ca6ba79 git-series: move to git-and-tools 2022-12-03 18:42:26 -03:00
AndersonTorres
072e8e4403 git-review: move to git-and-tools 2022-12-03 18:42:25 -03:00
AndersonTorres
83b058e95b git-repo: move to git-and-tools
Also add a legacy alias.
2022-12-03 18:42:25 -03:00
AndersonTorres
08b72ebbb2 git-repo-updater: move to git-and-tools 2022-12-03 18:42:24 -03:00
AndersonTorres
c2cb7d6ef6 git-quick-stats: move to git-and-tools 2022-12-03 18:42:24 -03:00
AndersonTorres
94250e8a63 git-privacy: move to git-and-tools 2022-12-03 18:42:24 -03:00
AndersonTorres
5f3cf8eb59 git-lfs: move to git-and-tools 2022-12-03 18:42:23 -03:00
AndersonTorres
019fac031a git-hound: move to git-and-tools 2022-12-03 18:42:23 -03:00
AndersonTorres
d5fdd69442 git-ftp: move to git-and-tools 2022-12-03 18:42:22 -03:00
AndersonTorres
7601b8d8f5 git-fire: move to git-and-tools 2022-12-03 18:42:22 -03:00
AndersonTorres
f4c3e8fa5a git-crecord: move to git-and-tools 2022-12-03 18:42:22 -03:00
AndersonTorres
5ffe526116 git-backup: move to git-and-tools 2022-12-03 18:42:21 -03:00
AndersonTorres
a7764c1146 git-aggregator: move to git-and-tools 2022-12-03 18:42:21 -03:00
zowoq
ba338a8dfe delta: 0.14.0 -> 0.15.1
https://github.com/dandavison/delta/releases/tag/0.15.0
https://github.com/dandavison/delta/releases/tag/0.15.1
2022-12-04 07:16:19 +10:00
R. Ryantm
bb187eabf1 git-gone: 0.4.2 -> 0.4.3 2022-12-03 06:24:56 +00:00
Weijia Wang
07cd65bea2 treewide: drop wxGTK30-gtk2 2022-12-03 03:28:32 +01:00
Ryan Lahfa
ea94085707
Merge pull request #204113 from Ten0/smartgithg-22.1.1
smartgithg: 22.1.0 -> 22.1.1
2022-12-02 15:56:57 +01:00
Thomas BESSOU
e22898f9a5 smartgithg: 22.1.0 -> 22.1.1 2022-12-02 15:29:01 +01:00
Jeff Slight
1f244f1625
gitlab: 15.6.0 -> 15.6.1 (#203868)
* gitlab: 15.6.0 -> 15.6.1

* remove attr_encrypted gem
2022-12-01 17:31:25 +01:00
Jade Lovelace
6065d768e1 sapling: fix on macOS
There were two factors here: our cargo hook was messing up the cargo
config, which broke the build, and also an upstream bug where Sapling
didn't work on Python 3.10.

The upstream issue was filed as https://github.com/facebook/sapling/issues/279

We can get rid of the python 3.8 override as soon as this patch gets
into a released version.
2022-12-01 10:12:43 -06:00
Ryan Lahfa
9f6a1541c7
Merge pull request #198592 from winterqt/remove-dispatchsrht
sourcehut.dispatchsrht: remove
2022-12-01 16:18:07 +01:00
Mario Rodas
9a3e81a403 git-lfs: 3.2.0 -> 3.3.0
https://github.com/git-lfs/git-lfs/releases/tag/v3.3.0
2022-11-30 04:20:00 +00:00
Guillaume Girol
5c2ff9981c
Merge pull request #202729 from fgaz/git-credential-keepassxc/0.11.0
git-credential-keepassxc: 0.10.1 -> 0.11.0
2022-11-30 16:06:37 +00:00
Sandro
72fad62739
glab: 1.22.0 -> 1.23.0, switch to new upstream (#203337)
Co-authored-by: Naïm Favier <n@monade.li>
2022-11-30 16:37:24 +01:00
Robert Schütz
1f17c1297c commitizen: use poetry-core 2022-11-29 18:02:03 -08:00
Christian Kögler
8f43020cda
Merge pull request #202327 from Korny666/smartgithg-update-to-22.1.0
smartgithg: 21.2.2 -> 22.1.0
2022-11-29 22:05:00 +01:00
Korny666
4981121b4f smartgithg: 21.2.2 -> 22.1.0 2022-11-28 23:27:22 +01:00
Jonas Heinrich
11fdcb163e
Merge pull request #202541 from yayayayaka/gitlab-15.6.0
gitlab: 15.4.4 -> 15.6.0
2022-11-28 20:07:40 +01:00
R. Ryantm
1ffa981087 git-delete-merged-branches: 7.2.0 -> 7.2.2 2022-11-28 11:31:53 +00:00
Sandro
4581b1fc2e
Merge pull request #201972 from tjni/git-team-help 2022-11-28 01:05:40 +01:00
Theodore Ni
bf2536b679
git-team: 1.7.0 -> 1.8.0
Co-authored-by: Jan Schmitt <git@smittie.de>
2022-11-27 12:35:20 -08:00
Mario Rodas
c673f92320
Merge pull request #202988 from r-ryantm/auto-update/gitoxide
gitoxide: 0.18.0 -> 0.19.0
2022-11-27 08:41:24 -05:00
Mario Rodas
3deecdab16
Merge pull request #203079 from wahjava/update-fnc
fnc: 0.12 -> 0.13
2022-11-27 08:32:36 -05:00
Mario Rodas
8aa3861899
Merge pull request #203031 from r-ryantm/auto-update/lefthook
lefthook: 1.2.1 -> 1.2.2
2022-11-27 08:31:52 -05:00
Luke Granger-Brown
07b9015a94
Merge pull request #202527 from pacien/mercurial-6.3.1
mercurial: 6.3.0 -> 6.3.1
2022-11-27 12:28:15 +01:00
Ashish SHUKLA
ad3f733fc0
fnc: 0.12 -> 0.13 2022-11-26 20:20:36 +05:30
R. Ryantm
5ae9b57365 lefthook: 1.2.1 -> 1.2.2 2022-11-26 11:00:51 +00:00
R. Ryantm
4cce42de77 gitoxide: 0.18.0 -> 0.19.0 2022-11-26 06:37:06 +00:00
R. Ryantm
8189da6ab3 git-cola: 4.0.3 -> 4.0.4 2022-11-25 23:37:06 +08:00
R. Ryantm
be82636dc6 git-fast-export: 220921 -> 221024 2022-11-25 22:24:03 +08:00
R. Ryantm
62a2b9de2b git-codereview: 1.0.3 -> 1.2.0 2022-11-25 22:15:46 +08:00
Austin Seipp
8d7badd689 sapling: add a simple checkPhase
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2022-11-25 00:33:19 -06:00
Austin Seipp
c110260568 sapling: set LOCALE_ARCHIVE properly
Without this, `sl` simply fails on any non-NixOS machine with an
immediate failure, as it can't set the locale properly.

As usual, this can be fixed by setting LOCALE_ARCHIVE for glibc
explicitly. With this, `sl` works out of the box on NixOS and non-NixOS
machines.

Also add myself as a maintainer.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2022-11-25 00:33:19 -06:00
Daniel Nagy
aab14dc769 sapling: simplify dependency generation script 2022-11-24 14:14:20 -06:00
Francesco Gazzetta
782c75a8f3 git-credential-keepassxc: 0.10.1 -> 0.11.0 2022-11-24 21:05:35 +01:00
Alyssa Ross
a01b299c59 git-cinnabar: don't set GIT_CINNABAR_EXPERIMENTS
python3 is now officially supported, so setting this prints a warning.
2022-11-24 16:25:41 +00:00
Pierce Bartine
47dfc53fea
sapling: init at 0.1.20221118-210929-cfbb68aa (#201798) 2022-11-24 00:58:03 -06:00
Alex Martens
e7a1f84498 gitui: 0.22.0 -> 0.22.1 2022-11-23 18:31:04 -08:00
M. A
ca5f7a9bba gitlab: 15.4.4 -> 15.6.0
https://about.gitlab.com/releases/2022/11/22/gitlab-15-6-released/
2022-11-23 15:18:11 +00:00
Dmitry Bogatov
c0d004afa0 pkgsStatic.rcshist: fix static build
Add dependency on musl standalone implementation of "fts.h" in case of
pkgsMusl/pkgsStatic build; this interface is provided as part of libc
proper by glibc.
2022-11-23 10:03:59 -05:00
pacien
2530e9b106 mercurial: 6.3.0 -> 6.3.1
This also disables a test failing with OpenSSL v3, and re-enables
another test that has been fixed.

Changelog: https://www.mercurial-scm.org/wiki/Release6.3
2022-11-23 14:53:20 +01:00
Mario Rodas
dea5bb1d21
Merge pull request #195577 from r-ryantm/auto-update/git-annex-remote-rclone
git-annex-remote-rclone: 0.6 -> 0.7
2022-11-23 07:38:30 -05:00
Mario Rodas
c69d1a21c6 git-annex-remote-rclone: update meta 2022-11-23 04:20:00 +00:00
Mario Rodas
ed53711511 git-annex-remote-rclone: use stdenvNoCC 2022-11-23 04:20:00 +00:00
R. Ryantm
e21db6e720 git-cliff: 0.9.2 -> 0.10.0 2022-11-22 03:10:10 +00:00
Joel Höner
73c0cb7bc3 gitui: 0.21.0 -> 0.22.0 2022-11-19 19:13:04 +01:00
Bobby Rong
5a8186c844
Merge pull request #201543 from wahjava/update-fossil
fossil: 2.19 -> 2.20
2022-11-19 23:23:36 +08:00
Mario Rodas
1605dbd9b4
Merge pull request #201837 from r-ryantm/auto-update/gitoxide
gitoxide: 0.17.0 -> 0.18.0
2022-11-19 05:03:52 -05:00
Bobby Rong
a9541ef899
Merge pull request #201626 from zendo/update-gitnuro
gitnuro: 1.1.0 -> 1.1.1
2022-11-19 17:58:03 +08:00
R. Ryantm
46daf9675f lefthook: 1.2.0 -> 1.2.1 2022-11-19 07:34:34 +00:00
R. Ryantm
5b812c1701 gitRepo: 2.29.9 -> 2.30 2022-11-19 10:39:24 +08:00
R. Ryantm
123bd0f6d4 gitoxide: 0.17.0 -> 0.18.0 2022-11-19 01:56:49 +00:00
R. Ryantm
05f7af3a43 git-cinnabar: 0.5.10 -> 0.5.11 2022-11-18 16:22:08 +00:00
Mario Rodas
9727e904e9
Merge pull request #201469 from hmenke/git-branchless
git-branchless: 0.5.1 -> 0.6.0
2022-11-18 08:53:24 -05:00
Sandro Jäckel
c3b773d802
git-absorb: 0.6.7 -> 0.6.9 2022-11-18 09:14:33 +01:00
zendo
5e41a6eef7 gitnuro: 1.1.0 -> 1.1.1 2022-11-17 20:53:16 +08:00
Sandro
38aa6cf208
Merge pull request #198774 from fgaz/git-credential-keepassxc/init 2022-11-16 22:58:41 +01:00
Ashish SHUKLA
34b696a172
fossil: 2.19 -> 2.20 2022-11-17 01:22:04 +05:30
Henri Menke
3261d90404
git-branchless: 0.5.1 -> 0.6.0 2022-11-16 10:15:20 +01:00
K900
07334444c2
Merge pull request #201206 from K900/kde-frameworks-5.100
kde-frameworks: 5.99 -> 5.100
2022-11-16 10:28:54 +03:00
Francesco Gazzetta
626e0a13a3
git-credential-keepassxc: init at 0.10.1 2022-11-16 02:56:02 +01:00
Jan Tojnar
3919ef55bd
Merge pull request #201191 from PedroHLC/sublime4-4143
sublime{4,-merge}: {4142,2077} -> {4143,2079}
2022-11-15 13:27:03 +01:00
zowoq
d3ccf64ae1 gh: 2.20.0 -> 2.20.2
https://github.com/cli/cli/releases/tag/v2.20.1
https://github.com/cli/cli/releases/tag/v2.20.2
2022-11-15 20:39:50 +10:00
K900
f62a898c4f bcompare: 4.4.2.26348 -> 4.4.4.27058 2022-11-15 10:31:54 +03:00
Alexis Hildebrandt
2067822b82 got: 0.78 -> 0.79 2022-11-15 08:09:48 +01:00
pacien
f8a32e2df4 mercurial: 6.2.3 -> 6.3.0
This also re-enables a test which has been fixed, and disables another
newly broken one.

Changelog: https://www.mercurial-scm.org/wiki/Release6.3
2022-11-14 21:39:41 +01:00
PedroHLC ☭
50ab8ea460
sublime-merge: 2077 -> 2079 2022-11-14 11:50:39 -03:00
Bobby Rong
03af1b5510
Merge pull request #200677 from kilianar/git-cola-4.0.3
git-cola: 4.0.2 -> 4.0.3
2022-11-14 20:31:51 +08:00
Mario Rodas
1b7970b80c
Merge pull request #200482 from aaronjheng/git-subrepo
git-subrepo: 0.4.1 -> 0.4.5
2022-11-13 17:12:35 -05:00
Sandro
c3d026afb5
Merge pull request #199655 from tjni/metasrht-update 2022-11-13 01:34:10 +01:00
kilianar
bf7a3f6dcf git-cola: 4.0.2 -> 4.0.3
https://github.com/git-cola/git-cola/releases/tag/v4.0.3
2022-11-11 11:13:36 +01:00
Aaron Jheng
8bfbedd3c8
git-subrepo: 0.4.1 -> 0.4.5 2022-11-11 07:24:00 +00:00
figsoda
d1f31de066 srvc: fix build on darwin, set meta.mainProgram 2022-11-10 13:27:46 -05:00
figsoda
caad67c4a1
Merge pull request #200523 from r-ryantm/auto-update/srvc
srvc: 0.7.0 -> 0.8.0
2022-11-10 13:08:40 -05:00
R. Ryantm
cf0c30240e gitRepo: 2.29.5 -> 2.29.9 2022-11-10 21:01:55 +08:00
R. Ryantm
9b93881858 srvc: 0.7.0 -> 0.8.0 2022-11-10 11:57:52 +00:00
Jan Tojnar
444a64008a sublime-merge-dev: 2076 → 2078 2022-11-09 19:09:43 +01:00
zowoq
1e354b8d0b gh: 2.19.0 -> 2.20.0
https://github.com/cli/cli/releases/tag/v2.20.0
2022-11-09 09:05:56 +10:00
Fabian Affolter
0ab419f97a
Merge pull request #200207 from r-ryantm/auto-update/git-machete
git-machete: 3.12.5 -> 3.13.0
2022-11-08 19:46:52 +01:00
Anderson Torres
d674db7e7b
Merge pull request #200200 from alerque/vcsh-2.0.5
vcsh: 2.0.4 → 2.0.5
2022-11-08 12:55:32 -03:00
R. Ryantm
2d676a12ef git-machete: 3.12.5 -> 3.13.0 2022-11-08 14:02:40 +00:00
Caleb Maclennan
1df1e119f2
vcsh: 2.0.4 → 2.0.5 2022-11-08 15:55:37 +03:00
figsoda
187ffe25d9
Merge pull request #200110 from r-ryantm/auto-update/lefthook
lefthook: 1.1.4 -> 1.2.0
2022-11-08 01:14:07 -05:00
R. Ryantm
e777028c53 lefthook: 1.1.4 -> 1.2.0 2022-11-07 23:50:28 +00:00
figsoda
0b57dfbdd6
Merge pull request #199968 from r-ryantm/auto-update/ghorg
ghorg: 1.8.8 -> 1.9.0
2022-11-07 14:07:12 -05:00
R. Ryantm
41892731bd gitoxide: 0.16.0 -> 0.17.0 2022-11-07 04:51:50 +00:00
R. Ryantm
0f0224f7e8 ghorg: 1.8.8 -> 1.9.0 2022-11-07 04:41:07 +00:00
Theodore Ni
9c826a7514
sourcehut.metasrht: 0.58.18 -> 0.61.3 2022-11-05 12:45:55 -07:00
Alexis Hildebrandt
a213b3a2e7 got: 0.77 -> 0.78 2022-11-04 08:00:10 +01:00
Bobby Rong
d8ef67580a
Merge pull request #199388 from john-shaffer/srvc
srvc: 0.6.0 -> 0.7.0
2022-11-04 13:01:46 +08:00
Bobby Rong
6af053e21b
srvc: Fix darwin build 2022-11-04 11:39:09 +08:00
Sandro
1825beb050
Merge pull request #198619 from zendo/gitnuro 2022-11-04 01:10:01 +01:00
zowoq
4a4ce86a1b gh: 2.18.1 -> 2.19.0
https://github.com/cli/cli/releases/tag/v2.19.0
2022-11-04 06:50:47 +10:00
John Shaffer
3a00c537fa srvc: 0.6.0 -> 0.7.0 2022-11-03 13:25:56 -05:00
Mario Rodas
1585899c69
Merge pull request #199085 from r-ryantm/auto-update/lefthook
lefthook: 1.1.3 -> 1.1.4
2022-11-02 21:00:34 -05:00
M. A
faaf43c36a gitlab: 15.4.2 -> 15.4.4
https://about.gitlab.com/releases/2022/11/02/security-release-gitlab-15-5-2-released/

Fixes CVE-2022-3767
Fixes CVE-2022-3265
Fixes CVE-2022-3483
Fixes CVE-2022-3818
Fixes CVE-2022-3726
Fixes CVE-2022-2251
Fixes CVE-2022-3486
Fixes CVE-2022-3793
Fixes CVE-2022-3413
Fixes CVE-2022-2761
Fixes CVE-2022-3819
Fixes CVE-2022-3280
Fixes CVE-2022-3706
2022-11-02 19:12:23 +00:00
github-actions[bot]
4b05cc6f66
Merge master into staging-next 2022-11-02 12:01:31 +00:00
github-actions[bot]
d6b8789005
Merge master into staging-next 2022-11-02 06:04:45 +00:00
Theodore Ni
b0ae739c9d
sourcehut.buildsrht: 0.82.8 -> 0.83.0 2022-11-01 19:29:02 -07:00
Winter
8538873dab sourcehut.dispatchsrht: remove
dispatch has been deprecated since August (see https://sourcehut.org/blog/2022-08-01-dispatch-deprecation-plans/).
2022-11-01 22:04:40 -04:00
R. Ryantm
9d23657e87 lefthook: 1.1.3 -> 1.1.4 2022-11-02 02:00:02 +00:00
Julien Moutinho
608eb68fd8 sourcehut.hubsrht: fix missing pyyaml dependency 2022-11-01 21:56:37 -04:00
Julien Moutinho
511be9e225 sourcehut: fix pagessrht
pagessrht is not a Python application, it can no longer be
in python's packageOverrides.
2022-11-01 21:56:37 -04:00
Julien Moutinho
875723f3c1 sourcehut: clean formatting 2022-11-01 21:56:37 -04:00
Julien Moutinho
664edda544 sourcehut: fix #198478
The error:
> Executing pythonOutputDistPhase
> mv: cannot stat 'dist': No such file or directory
was caused by the non-idempotent hook `pythonOutputDistHook`
appearing in: 86ab83260f
and initially in: adbc59c9d3
being run twice due to the manual propagation of
`nativeBuildInputs` from sourcehut's core to sourcehut's services.

Kudos to Winter (@winterqt) for making sense of this bug.
2022-11-01 21:56:37 -04:00
github-actions[bot]
0ada81696d
Merge master into staging-next 2022-11-01 12:01:32 +00:00
Anthony Roussel
f51e59f234
commitizen: add passthru.updateScript 2022-10-31 23:20:53 +01:00
Anthony Roussel
d7266ab6d6
commitizen: 2.35.0 -> 2.37.0 2022-10-31 23:20:52 +01:00
zendo
af1b7e05af gitnuro: init at 1.1.0 2022-10-30 16:57:38 +08:00
github-actions[bot]
6e5f43a5bd
Merge master into staging-next 2022-10-28 18:01:29 +00:00
R. Ryantm
047405e490 gitRepo: 2.29.4 -> 2.29.5 2022-10-28 11:06:50 +00:00
github-actions[bot]
d4c6e9186b
Merge staging-next into staging 2022-10-28 00:03:13 +00:00
Lassulus
8d3bd93e67
Merge pull request #196528 from 0x4A6F/master-jujutsu
jujutsu: 0.4.0 -> 0.5.1
2022-10-27 20:24:59 +02:00
Frederik Rietdijk
d3ca664b6a Merge staging-next into staging 2022-10-27 10:06:54 +02:00
Frederik Rietdijk
6b0494cbcc git-remote-codecommit: fix build
- Don't call from a different scope
- Disable catching of conflicts because we do get a (installation-time
only) conflict due to overrides in awscli.
2022-10-27 10:03:16 +02:00
Korny666
b621c3ab11
smartgithg: fix execution on nixos (#197927)
* smartgithg: fix execution on nixos

* Update pkgs/applications/version-management/smartgithg/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-10-27 09:29:08 +02:00
github-actions[bot]
abfd2fe8a8
Merge staging-next into staging 2022-10-26 12:01:52 +00:00
Mario Rodas
c0a9814832
Merge pull request #197563 from qbit/got-0.77
got: 0.76 -> 0.77
2022-10-26 06:01:29 -05:00
R. Ryantm
d831b36533 gitRepo: 2.29.3 -> 2.29.4 2022-10-26 07:54:38 +00:00
Aaron Bieber
70e271ac32
got: 0.76 -> 0.77 2022-10-24 08:04:20 -06:00
github-actions[bot]
1a1df3b37d
Merge staging-next into staging 2022-10-23 12:01:47 +00:00
zowoq
7b5702cb21 gitea: fix passthru.tests with ofborg 2022-10-23 17:31:39 +10:00
github-actions[bot]
368ccb66da
Merge staging-next into staging 2022-10-20 18:11:14 +00:00
github-actions[bot]
80317024cf
Merge master into staging-next 2022-10-20 18:10:43 +00:00
Oleksii Filonenko
00bfcc63f3
Merge pull request #196931 from Br1ght0ne/gex-0.3.3 2022-10-20 16:59:25 +03:00
Oleksii Filonenko
62cc796612
gitAndTools.gex: init at 0.3.3 2022-10-20 16:50:31 +03:00
zowoq
5a1a454d36 gh: 2.18.0 -> 2.18.1
https://github.com/cli/cli/releases/tag/v2.18.1
2022-10-20 22:44:33 +10:00
github-actions[bot]
8c4972e284
Merge staging-next into staging 2022-10-20 06:06:33 +00:00
github-actions[bot]
6e9b36d7a0
Merge master into staging-next 2022-10-20 06:05:55 +00:00
techknowlogick
62527b2a4b git: 2.38.0 -> 2.38.1 2022-10-20 15:25:36 +10:00
Sandro
60c4f6436e
Merge pull request #195884 from wegank/rapidsvn-wxgtk
rapidsvn: migrate to wxGTK30
2022-10-20 03:37:10 +02:00
Jan Tojnar
656be77997 Merge branch 'staging-next' into staging 2022-10-19 05:25:32 +02:00