Skip to content

Releases: SatelliteQE/nailgun

v6.13.0.7

06 Feb 11:14
d559263
Compare
Choose a tag to compare
v6.13.0.7 Pre-release
Pre-release

What's Changed

Full Changelog: v6.13.0.6...v6.13.0.7

v6.13.0.6

06 Feb 11:13
7aa0a55
Compare
Choose a tag to compare
v6.13.0.6 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v6.13.0.5...v6.13.0.6

v6.13.0.5

06 Feb 11:13
1f418b3
Compare
Choose a tag to compare
v6.13.0.5 Pre-release
Pre-release

What's Changed

Full Changelog: v6.13.0.4...v6.13.0.5

v6.13.0.4

06 Feb 11:12
bd34895
Compare
Choose a tag to compare
v6.13.0.4 Pre-release
Pre-release

What's Changed

Full Changelog: v6.13.0.3...v6.13.0.4

Release 0.32.0

21 Mar 13:04
Compare
Choose a tag to compare

See 0.31.0...0.32.0. Mostly new Entities and some bug fixes.

Release 0.31.0

17 Aug 20:53
Compare
Choose a tag to compare

Bernhard Suttner (1):
Adding locked state to ptable (#503)

Evgeni Golov (1):
ActivationKey: implement copying of AKs (#517)

Jitendra Yejare (2):
Merge pull request #523 from san7ket/update_pypi_maintainer
Merge pull request #524 from SatelliteQE/revert-521-master

Lukas Hellebrandt (1):
RHEV APIv4 feature: Add checkbox to select between API v4 and v3.

Manuel Bonk (1):
Fix docstring in read_raw (#492)

Nikhil Kathole (4):
Revert "added ignorable_content for Repository"
Merge pull request #502 from SatelliteQE/revert-498-ignorable_content-repo-entity
Merge pull request #510 from jyejare/fix_smartparams
Merge pull request #509 from pondrejk/resubmit-ignorable-content

Oleksandr Shtaier (1):
Change password type for better support for UI tests (#507)

Peter Ondrejka (3):
added ignorable_content for Repository
added ignorable_content for Repository
Revert "added ignorable_content for Repository"

Sanket Jagtap (8):
Merge pull request #494 from jyejare/verify_ssl_repository
Merge pull request #504 from sean797/cv-filter-search
Merge pull request #506 from sean797/cv-filter-rule-errata
Merge pull request #521 from san7ket/master
Revert "Release version 0.31.0"
Merge pull request #525 from san7ket/master
Revert "Release version 0.31.0"
Merge pull request #526 from SatelliteQE/revert-525-master

Sean O'Keeffe (4):
allow searching Content View filters
create, search & update ContentViewFilterRule should send errata_id not DB ID
add PackageGroup Entity (#508)
add arch param to CV Filter Rule (#505)

jyejare (3):
SSL verification option in Repository entity
New Entities TemplateImport and TemplateExport
Fix Override Value data syntax for smart class parameter and smart variable

san7ket (3):
Release version 0.31.0
Updates the Pypi user for travis-ci
Release version 0.31.0

sghai (2):
Merge pull request #499 from jyejare/import_export_entity
reverted locked state to ptable

0.30.2

13 Apr 16:33
3929996
Compare
Choose a tag to compare

e7fb3ad Release a new version of nailgun (#489)
d3fac5d Added fields to support docker private registry (#490)
8d0d3f6 Do not return bytes, but str (#485)
4878142 create_missing only if explicitely True Current create_missing will run if any non-negative value is passed in. This change will make it run only if the user passes in True. This shouldn't affect 'normal' usage, but rizza exploits this to abuse create_missing. Example: Executing: ActivationKey create with fields: {} and args {'create_missing': 'e9e5490b-6596-4f1f-817e-11c445c76d63'}
54c999f don't install tests into the binary distribution (#482)
6f05252 [6.3 Feature] SSH Key helpers added in User entity (#478)
2773d15 filter urllib3.exceptions not requests.urllib3.exceptions (#454)
217b8cf Automated PyPI deployment based on tagged releases (#450)
63fb869 Add network_type and remote_execution_proxy fields to Subnet (#477)
fca9c25 Merge pull request #471 from ldjebran/add_repository_full_path
e64fae4 Add Repository full_path field
ce57cca Merge pull request #469 from ldjebran/host_with_cr_image_search
1e7a38a Merge pull request #470 from ldjebran/add_host_uuid_field
94e37e3 Add Host uuid field
924ef75 Fix Host search that fail when host contain image
46b6bf5 Host errata applicability
71e511a Subscription entity no longer contains content host info
5c388e8 Merge pull request #459 from jyejare/filter_field_in_role
434c52f Added Filters field in Role entity
6a5a02c Entity classes updated to automate 6.3 Canned Role feature (#458)
1b3b1f3 Host ENC information (#455)
1a42807 Add tangible ComputeResource entities for vmware and ovirt (#440)
1c18726 fix os_default_template api_path (#448)
e293193 Add some interactions with facts to host entity (#452)
79c2c6d Entity class addtion for Subnet Parameters and Subnet class updated for parameters (#437)
5aaef19 Revert "0.30.2 now"
4cac4fe 0.30.2 now
4fec84d Added EntitySearchMixin to allow search class Realm( Entity, EntityCreateMixin, EntityDeleteMixin, EntityReadMixin, EntitySearchMixin, EntityUpdateMixin):
eb8d19e add relationship between Repository and Organization (#445)
2d306b4 Added Parameter entity and Host.all_parameters field (#446)
7091bfa Improve release.sh script (#447)