Skip to content

Releases: pkgcore/pkgdev

v0.2.10

12 Mar 20:12
v0.2.10
e069b77
Compare
Choose a tag to compare
  • bugs: don't crash when package isn't found in git history (@arthurzam)
  • tatt: fix required_use for packages from bug's package list (@arthurzam)
  • tatt: test run should be after the use combinations (@arthurzam, #174)
  • bash-completion: fix missing args for "bugs" and mistake for "mask" (@arthurzam)

v0.2.9

10 Feb 14:29
v0.2.9
ae60530
Compare
Choose a tag to compare

New Features:

  • tatt: pass specific test configuration for the specific package, while not affecting the dependencies (@arthurzam, #165)
  • tatt: add support for custom env files (@arthurzam, #165)
  • bugs: print bug summary where existing bug is found (@arthurzam, #163)
  • bugs: mention age of packages in the bug description (@arthurzam, #140)
  • bugs: support ~/.bugzrc for api-key extraction (@arthurzam, #162)
  • bugs: add --find-by-maintainer option, for finding all packages maintained by a given maintainer (@arthurzam, #157, #168)
  • bugs: add support for filtering targets by StableRequest results from pkgcheck scan (@arthurzam, #157, #168)
  • bugs: allow extending maintainer search by project membership (@arthurzam, #157, #168)
  • bugs: support editing the resulting graph before filing bugs (@arthurzam, #169)
  • bugs: indicate why dependencies are being added to the graph (@arthurzam, #170)

Fixed bugs:

v0.2.8

09 Sep 06:18
v0.2.8
4ba1dda
Compare
Choose a tag to compare

New Features:

  • pkgdev bugs: add support for passing a root blocker bug, upon which all top level bugs will block (@arthurzam, #139)
  • pkgdev bugs: fallback to ~/.bugz_token for api-key (@arthurzam, #138)
  • pkgdev bugs: improve --api-key description and include appropriate warning (@Flowdalic, #159)
  • pkgdev bugs: add support for stabilization groups (@arthurzam, #154)
  • pkgdev commit: add support for enabling or disabling gpg signing (@arthurzam, #147)
  • pkgdev push: --ask stops for confirmation on warnings too (@arthurzam, #152)

Fixed bugs:

  • pkgdev bugs: truncate too long bug summaries (@arthurzam, #141)
  • pkgdev bugs: show correct number of bugs which would be opened (@arthurzam, #142)
  • pkgdev bugs: do not swallow exceptions when reading ~/.bugz_token (@Flowdalic, #158)

v0.2.7

22 Apr 17:56
v0.2.7
ab3adc1
Compare
Choose a tag to compare

New Features:

  • pkgdev bugs: query for existing open bugs (@arthurzam)
  • pkgdev bugs: support piping package list from stdin (@arthurzam, #136)
  • git: declare PKGDEV=1 environment variable for git commands (@arthurzam, #133)

Fixed bugs:

  • pkgdev bugs: handle correctly merge on new keywords of starting point (@arthurzam)
  • pkgdev bugs: fix spelling of agent noun for 'file' (@ArsenArsen, #135)
  • pkgdev bugs: better error message when package not found (@arthurzam, #134)
  • pkgdev bugs: fix restriction passing to find_best_match (@arthurzam, #131)

v0.2.5

22 Apr 17:05
v0.2.5
6913995
Compare
Choose a tag to compare

New Features:

  • pkgdev tatt: new tool for package testing (@arthurzam, #109)
  • pkgdev bugs: new tool for filing stable bugs (@arthurzam, #113)
    This tool is currently very experimental and breakage should be expected. Use very carefully and monitor created bugs!
  • commit: use same summary when matching across multiple ebuilds (@arthurzam, #116)

Fixed bugs:

  • commit: enable -e usage with -M or -m (@arthurzam)
  • commit: generate commit title for commit related files only (@arthurzam, #122)

v0.2.4

27 Nov 17:09
v0.2.4
d1de2b2
Compare
Choose a tag to compare

v0.2.3

14 Oct 20:01
v0.2.3
06a694b
Compare
Choose a tag to compare

v0.2.2

20 Sep 18:57
v0.2.2
99de77e
Compare
Choose a tag to compare

v0.2.1

22 May 18:11
v0.2.1
5bb1770
Compare
Choose a tag to compare
  • pkgdev commit: BREAKING-CHANGE disable sign-off by default (@arthurzam, #68)
  • pkgdev: add configuration support. For more info look here. (@arthurzam , #48, #62)
  • pkgdev commit: new summary for stabilizing ALLARCHES (@arthurzam, #61)
  • pkgdev mask: offer to send last-rite message email to gentoo-dev ML when last-riting a package (@arthurzam, #63)
  • pkgdev manifest: add --if-modified - restrict manifest targets to those having uncommitted modifications (@arthurzam, #66)
  • pkgdev manifest: add --ignore-fetch-restricted - skip fetch restricted ebuilds (@arthurzam, #67)

v0.2.0

10 Apr 18:01
v0.2.0
1656e9c
Compare
Choose a tag to compare
  • pkgdev commit: Mangle copyright header from single year into year range when appropriate (thanks to @laumann, #49)
  • pkgdev commit: Always sort KEYWORDS via mangler (@arthurzam, #47)
  • pkgdev commit: For new packages, include version in commit message ("new package, add ${PV}") (@arthurzam #53)
  • pkgdev mask: Extend mask comment template (thanks to @laumann, #56)
  • pkgdev mask: Accept -b/--bug for referencing bugs (thanks to @laumann, #56)