Skip to content

Releases: SatelliteQE/robozilla

0.2.7

12 Jan 08:20
2973458
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.6...0.2.7

HOTFIX

05 Jan 13:06
Compare
Choose a tag to compare
HOTFIXES 0.2.6 (#39)

* Consider `6.x` (two digit) version on _extract_version as it is being used for tests
* Revert change on skip_upstream_condition to look straightly to CLOSED status

Follow DUPLICATES

04 Jan 13:51
Compare
Choose a tag to compare

0.2.5 (2018-01-03)

  • Follow DUPLICATE status if BZ is CLOSED DUPLICATE
  • Fix infinite loops when circular referenced BZ is decorated
  • Added more status_resolution to BZ_CLOSED_STATUSES
  • On decorators follow_duplicates will default to True (but will follow only for status DUPLICATE)

Ignore BZ clones for different versions of satellite if there's a clone for current one

22 Dec 15:16
Compare
Choose a tag to compare

Ignore BZ clones for different versions of satellite if there's a clone for current one

Add class name to skip_if_bug_open decorator registration name

21 Dec 01:11
Compare
Choose a tag to compare

Add class name to skip_if_bug_open decorator registration name #37

Add missed bugzilla status ON_DEV

08 Dec 13:11
Compare
Choose a tag to compare
0.2.2

change version to 0.2.2

Config and Version picked from envvars

18 Oct 13:06
Compare
Choose a tag to compare

When not informed explicitly config and version will be taken from environment variables

export BUGZILLA_USER_NAME='me@company.com'
export BUGZILLA_USER_PASSWORD='1234'
export BUGZILLA_SAT_VERSION='6.2'