29bba5b51a
- update to version 6.0.1 - Recordset: Remove deprecated --records argument - pyupgrade changes for Python3.8+ - Use --record instead of deprecated --records - Update python classifier in setup.cfg - reno: Update master for unmaintained/yoga - Add coveragerc file - Update master for stable/2023.2 - Remove translation sections from setup.cfg - Add new API - zone pool move
Dirk Mueller2024-06-04 20:05:09 +00:00
7118c0d4e8
- update to version 5.3.0 - Add shared zone commands - Update zuul queue configuration - Drop explicit queue configuration - Update metadata in setup.cfg - Update master for stable/2023.1 - Fix quota list command for non-admin users - Use TOX_CONSTRAINTS_FILE - Add python3.9 support in testing runtime - Provide option for delete zonefiles on zone delete - Update python testing as per zed cycle testing runtime - Update python jobs to zed template - Add Python3 antelope unit tests - Fix missing --target-project-id for transfer req - Drop lower-constraints.txt and its testing - Update master for stable/yoga - Update tox.ini for tox4 - Update master for stable/zed - Include SECONDARY zones into list command output - Add hacking check for line continuation backslash
Dirk Mueller2024-01-10 16:49:17 +00:00
1f6fbce0fa
- update to version 4.5.0 - Remove H402 hacking as it is deprecated - Update master for stable/xena - Clarify that name or ID can be used on TLDs - Updating python testing classifier as per Yoga testing runtime - Add Python3 yoga unit tests - Use py3 as the default runtime for tox - requirements: Drop os-testr - Remove edit-managed from unsupported commands - setup.cfg: Replace dashes with underscores - Add basic osc unit tests - Add profiling support to designateclient - Bump lower-constraint for decorator to 4.2.1 - Add Designate hacking checks to the client - Stop to use the __future__ module. - Cap jsonschema 3.2.0 as the minimal version
Dirk Mueller2022-06-20 17:26:33 +00:00
6f2306cd3c
- update to version 4.3.0 - bump py37 to py38 in tox.ini - Update master for stable/wallaby - Fix lower-constrains job - Add Python3 wallaby unit tests - Update master for stable/victoria - Add Python3 xena unit tests - Remove six and update lower-constraints appdirs - Remove install unnecessary packages - Update readme.rst - Fixed zone transfer accept list command
Dirk Mueller2021-12-06 09:33:51 +00:00
a70e7cb81b
- update to version 4.0.0 - Switch upper-constraints URL to static location - Use unittest.mock instead of third party mock - Switch to Ussuri jobs - Cleanup py27 support - Removing unused code - More cleanup - Fix "recordset list --all-projects" in interactive OSC - Fix "zone list --all-projects" in interactive OSC - Update master for stable/train - Drop py27 support
Dirk Mueller2020-05-12 10:01:40 +00:00
0dda235930
- update to version 3.0.0 - Uncap jsonschema - Cap sphinx for py2 to match global requirements - Add Python 3.6 classifier to setup.cfg - Dropping the py35 testing - Add doc/requirements.txt to releasenotes tox environment - add python 3.7 unit test job - Add Python 3 Train unit tests - OpenDev Migration Patch - Update json module to jsonutils - Update hacking version - Change openstack-dev to openstack-discuss - Update master for stable/stein - Removing v1 api support
Thomas Bechtold2019-10-09 12:58:29 +00:00
622d969b5a
osc copypac from project:Cloud:OpenStack:Stein:Staging package:python-designateclient revision:2, using keep-link, using expand
Dirk Mueller2019-04-08 12:59:28 +00:00
04ca334ac9
- update to version 3.5.0 (bsc#1078607) - Updated from global requirements - Bump API microversion to 3.50 - Add api_version wraps for generic volume groups - Add service cleanup command - Fix 'cluster' paramter using for v3 volume manage - Migrate to keystoneauth identity cli opts. - Removes unicode 'u' response for "cinder get-capabilities" - Add snapshot_id param note for backup-create - Support for reporting backend state in service list - Fix v2 volume unit tests - Add cluster support in manage listings
Dirk Mueller2018-02-12 09:54:17 +00:00
866a29d9ae
- update to version 2.8.0 - Improve recordset create UI - Split doc requirements into their own file - Update reno for stable/pike - Use jobs from designate repo - Remove setting of version/release from releasenotes - Make remote error handling more robust - Update the documentation link for doc migration - Avoid tox_install.sh for constraints support - Update and optimize documentation links - Remove unneeded requirements file - Updated from global requirements - Add tsig key support to python-designateclient
Dirk Mueller2018-01-15 10:54:28 +00:00
c2a50af350
- update to version 2.7.0 - use setuptools to build the docs even for testing - rearrange the existing docs into the new standard layout - [Fix gate]Update test requirement - switch from oslosphinx to openstackdocstheme - import cli-reference material from openstack-manuals - Explicitly set 'builders' option - Set client module __version__ - Simplify OSC doc structure - tox: Whitelist rm - doc: Remove cruft from conf.py - Update reno for stable/ocata - Update cli docs - Updated from global requirements - Use Sphinx 1.5 warning-is-error
Thomas Bechtold2017-08-07 08:46:24 +00:00
a83a7800d4
- update to version 2.6.0: - Removes unnecessary utf-8 encoding - Remove 'coding: utf-8' from license statement - Add Constraints support - Fix broken link for modindex - Add attribute support to create zone cli - Show proper error on over quota commands - Replace 'assertFalse(a in b)' with 'assertNotIn(a, b)' - Add Python 3.5 classifier and venv - Updated from global requirements
Thomas Bechtold2017-03-07 20:55:43 +00:00
5ed30ad949
- update to version 2.4.0: - Add plug-in summary for osc doc - Update reno for stable/newton - Ensure X-Designate-Edit-Managed-Records header value is a string - Changed the author and author-email value - Updated from global requirements - Use tempest instead of Tempest-lib - Fix pep8 E501 line too long - record-create/update: Account for priority being 0 - Show team and repo badges on README - Add oslo.config to test-requirements - Ensure X-Auth-All-Projects header value is a string - Enable release notes translation - Replace 'assertTrue(a in b)' with 'assertIn(a, b)' - Fix for bug 1627945
Thomas Bechtold2017-02-13 11:28:21 +00:00
00fc43bbbf
update to version 2.3.0 * Docs update for FloatingIP's ptr records * Resolve FloatingIP PTR records clis argument's description * Remove discover from test-requirements * Updated from global requirements * Fix clis related to FloatingIP's ptr records
Thomas Bechtold2016-09-26 12:50:10 +00:00
9918ef2756
- update to version 2.2.0: * Updated from global requirements * Use osc_lib instead of cliff * Add quota set / list / reset commands * Mark the v1 API Client as deprecated * Add global flags to cli * Use osc-lib instead of openstackclient * Revert "Add Global Flags for filtering results" * Add pool listing to python designate client * Add openstack zone transfer accept list cli to designateclient * Allow cli to query "v2/recordsets" * Add Global Flags for filtering results * Use the correct capitalization of OpenStack * Update the home-page with developer documentation * Add reno support for release notes * Switch to keystoneauth * Added CONTRIBUTING.rst file * Docs Update * Don't use the 'keystone' client (functional tests) * Update doc examples to use keystoneauth * Update designate cli page with more examples Closes-Bug: #1578207 * Add python-openstackclient to test-requirements * Improve python-designateclient docs * Add support for service status * Fix a race condition in one of the zone import tests * Run the functional tests in a more verbose mode * Show responses on zone and recordset deletes * Implement zone import * Doc changes for installation webpage * Fix an issue causing a blacklist test to fail
Thomas Bechtold2016-08-01 18:50:41 +00:00
81472af74f
- update to 1.5.0: * Updated from global requirements * Add formatting of output data * Added appropriate error message for designate cli * Meaningful Exception for over-quota on domains * Added test cases for reports in designateclient * Added diagnostics,sync and touch test cases for v1 designateclient * V2 CLI Support * Added quotas and servers test cases for designateclient * Added test cases for designate v1 client * Make is so exceptions have some message * Updated from global requirements * Update github's URL * Updated from global requirements * Implement socket timeout in v1 * Don't wildcard resolve names * Updated from global requirements * Updated from global requirements * Improve help strings
Thomas Bechtold2015-10-04 07:32:30 +00:00
6ae6b7cb89
- update to 1.4.0: * Convert byte to str for py3 compatibilty * Updated from global requirements * Updated from global requirements * Add some missing Unit Tests to test_utils.py * Solve some py3 compatibilty issues * Fix py3 compatibilty issues * Updated from global requirements * Replacing print with print() to provide py 2/3 compatibility * Updated from global requirements * Updated from global requirements * Fix for ttl values * Log error message from EndpointNotFound exceptions * Removed peronal email address from example * Updated from global requirements * Fix backwards compat for edit_managed/all_tenants * Add .eggs to gitignore * Add backwards compat for edit_managed/all_tenants * Updated from global requirements * Updated from global requirements * Updated from global requirements * Update github link * Sync tox.ini and add py34 * Use oslosphinx from PyPi * Drop incubating theme from docs * Move all_tenants and edit_managed attributes to designate Client * Log a more informative error upon EndpointNotFound * Updated from global requirements * V2 Bindings * Add --edit-managed flag to cli
Thomas Bechtold2015-09-14 09:39:48 +00:00
4e2b6dd478
Accepting request 315360 from Cloud:OpenStack:Factory
Stephan Kulow
2015-07-12 20:52:32 +00:00
aa026d9728
osc copypac from project:Cloud:OpenStack:Juno package:python-designateclient revision:2, using keep-link, using expand
Dirk Mueller2014-09-27 15:51:47 +00:00
07713f0c00
osc copypac from project:Cloud:OpenStack:Icehouse:Staging package:python-designateclient revision:5, using keep-link, using expand
Dirk Mueller2014-04-09 13:14:35 +00:00
2ca4c378b6
osc copypac from project:Cloud:OpenStack:Icehouse package:python-designateclient revision:4, using keep-link, using expand
Dirk Mueller2014-04-09 13:08:07 +00:00
695439f71f
Accepting request 227775 from Cloud:OpenStack:Factory
Stephan Kulow
2014-04-03 17:36:57 +00:00
f60f53beb2
Accepting request 227775 from Cloud:OpenStack:Factory
OBS User buildservice-autocommit
2014-04-03 17:36:57 +00:00