Skip to content

Releases: Mic92/nixpkgs-review

2.6.2

27 Mar 06:57
2.6.2
Compare
Choose a tag to compare

What's Changed

  • Fix use of deprecated Element.getchildren, removed in Python 3.9 by @andersk in #208

New Contributors

Full Changelog: 2.6.1...2.6.2

2.6.1

27 Mar 06:56
2.6.1
1f0f593
Compare
Choose a tag to compare

What's Changed

  • builddir.py: add comma to "Don't be so impatient human!" by @veprbl in #196

Full Changelog: 2.6.0...2.6.1

Features!

01 Apr 18:12
9395205
Compare
Choose a tag to compare
  • add --system to build on other operating systems/architectures
  • respect meta.broken in review shells
  • read github tokens from gh client
  • fix some missing logs for failed builds
  • use buildEnv for mass-rebuilds to work around environment variable limits
  • only enable build sandbox on Linux
  • fix nix-shell when reviewing multiple PRs
  • add --run flag to run commands instead of an interactive review shell
  • write reports also as json

Platform in review reports

26 Nov 08:20
2.5.0
0160049
Compare
Choose a tag to compare
  • it now shows the tested platform when posting nixpkgs-review reports
    to github
  • it now requires nixFlakes

Restore building unfree software

03 Oct 10:48
1d6bdee
Compare
Choose a tag to compare

Since 2.4.1 we no longer were building unfree software because of the meta check.

Don't build what is broken

28 Sep 17:03
fb61434
Compare
Choose a tag to compare

Previously our meta checks where broken, which lead to packages marked as broken to be built.

Now with comments

29 Aug 08:37
2.4.0
8418767
Compare
Choose a tag to compare

There is a new subcommand that will print the latest comments/reviews on
a pr in the console:

If you are in a review shell:

$ nix-review pr 17

You can get the comments with:

$ nix-review comments

This assumes that you have a github token set.

Minor fixes

27 Apr 16:12
2.3.1
ef12db1
Compare
Choose a tag to compare
  • fix local evaluation when only packages are removed
  • use attribute path when printing diffs between master and PR

Improved GitHub support

22 Apr 11:47
2.3.0
1c0ed5e
Compare
Choose a tag to compare

Nixpkgs-review can now merge and approve pull requests (See
merge and approve subcommand).
It can also post review results as comments on the pull request
(See post-result subcommand).

Github++

20 Apr 17:26
d982a11
Compare
Choose a tag to compare
Github++ Pre-release
Pre-release

Added post-result/merge/approve subcommands