about summary refs log tree commit diff
path: root/pkgs/applications/version-management/git-review
AgeCommit message (Collapse)AuthorFilesLines
2024-03-20git-review: 2.3.1 -> 2.4.0R. Ryantm1-3/+3
2023-11-27treewide: add mainProgramh7x41-0/+1
2022-12-19treewide: remove git-and-tools directoryAndersonTorres1-0/+52
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-03git-review: move to git-and-toolsAndersonTorres1-52/+0
2022-09-27treewide: no need to pass pname, version and attrPath to update scripts ↵José Romildo1-1/+1
based on generic-updater
2022-04-23git-review: 2.3.0 → 2.3.1Kira Bruneau1-2/+2
2022-04-19git-review: 2.2.0 -> 2.3.0R. Ryantm1-2/+2
2022-02-21gitUpdater: initJosé Romildo1-6/+2
- Add the 'gitUpdater' helper function to update git based packages, using the 'genericUpdater' function. - Rework argument passing to the `list-git-tags' and 'list-archive-two-level-versions' scripts. - Replace 'genericUpdater' plus 'list-git-tags' by 'gitUpdater'
2021-11-26git-review: 2.1.0 → 2.2.0Kira Bruneau1-5/+17
2021-05-22maintainers: rename metadark -> kira-bruneau (#124035)Kira Bruneau1-1/+1
2021-04-24git-review: 2.0.0 -> 2.1.0Kira Bruneau1-6/+23
2021-04-10git-review: 1.28.0 -> 2.0.0Leah Ives1-2/+2
* Updates git-review to latest version * Fixes build error due to dependency on old version of six library
2020-10-29git-review: build with python3MetaDark1-11/+10
Also updated source to the new repo and added myself as a maintainer
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-09-08treewide: remove redundant quotesvolth1-1/+1
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-04-25git-review: 1.27.0 -> 1.28.0 (#59513)R. RyanTM1-10/+8
* git-review: 1.27.0 -> 1.28.0 Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/git-review/versions * git-review: refactor - do not use fetchurl on mutable GitHub archives - postPatch is unneeded as argparse has been removed from requirements.txt upstream
2018-10-15git-review: 1.26.0 -> 1.27.0R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/git-review/versions
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-03-08git-review: 1.25.0 -> 1.26.0Ryan Mulligan1-2/+2
Semi-automatic update. These checks were done: - built on NixOS - ran `/nix/store/p5k6zxrdcnl84xjnkicm3wblq20c82l5-git-review-1.26.0/bin/.git-review-wrapped -h` got 0 exit code - ran `/nix/store/p5k6zxrdcnl84xjnkicm3wblq20c82l5-git-review-1.26.0/bin/.git-review-wrapped --help` got 0 exit code - ran `/nix/store/p5k6zxrdcnl84xjnkicm3wblq20c82l5-git-review-1.26.0/bin/.git-review-wrapped --version` and found version 1.26.0 - ran `/nix/store/p5k6zxrdcnl84xjnkicm3wblq20c82l5-git-review-1.26.0/bin/git-review -h` got 0 exit code - ran `/nix/store/p5k6zxrdcnl84xjnkicm3wblq20c82l5-git-review-1.26.0/bin/git-review --help` got 0 exit code - ran `/nix/store/p5k6zxrdcnl84xjnkicm3wblq20c82l5-git-review-1.26.0/bin/git-review --version` and found version 1.26.0 - found 1.26.0 with grep in /nix/store/p5k6zxrdcnl84xjnkicm3wblq20c82l5-git-review-1.26.0 - found 1.26.0 in filename of file in /nix/store/p5k6zxrdcnl84xjnkicm3wblq20c82l5-git-review-1.26.0
2017-08-29git-review: fix buildJörg Thalheim1-1/+5
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2017-05-07Python: replace requests2 with requests tree-wideFrederik Rietdijk1-1/+1
See f63eb5857352705665411130d4f1638d55dd8c58 The `requests2` attribute now throws an error informing that `requests` should be used instead.
2016-02-19buildPythonApplication: use new function for Python applicationsFrederik Rietdijk1-1/+1
2015-12-02git-review: init at 1.25.0Antoine Eiche1-0/+26
This provides a git command for submitting branches to Gerrit.