Releases: SatelliteQE/robozilla
Releases · SatelliteQE/robozilla
0.2.7
HOTFIX
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
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
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
Add class name to skip_if_bug_open decorator registration name #37
Add missed bugzilla status ON_DEV
0.2.2 change version to 0.2.2
Config and Version picked from envvars
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'