1. 04 Aug, 2022 2 commits
    • Thomas Goirand's avatar
      Now packaging 4.5.1 · 23c0d0f4
      Thomas Goirand authored
      23c0d0f4
    • Thomas Goirand's avatar
      Merge tag '4.5.1' into debian/yoga · 1719e46e
      Thomas Goirand authored
      python-designateclient 4.5.1 release
      
      meta:version: 4.5.1
      meta:diff-start: -
      meta:series: yoga
      meta:release-type: release
      meta:pypi: yes
      meta:first: no
      meta:release:Author: Michael Johnson <johnsomor@gmail.com>
      meta:release:Commit: Michael Johnson <johnsomor@gmail.com>
      meta:release:Change-Id: I9e21438534a0f449ce0599d2e96010fc772d8a01
      meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech>
      meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org>
      meta:release:Workflow+1: Thierry Carrez <thierry@openstack.org>
      1719e46e
  2. 08 Jun, 2022 1 commit
    • Michael Johnson's avatar
      Fix missing --target-project-id for transfer req · 06887d65
      Michael Johnson authored
      The zone transfer request set command was missing the
      --target-project-id option so you cannot change the target project ID of
      a zone transfer request after creation with the CLI.
      This option is supported by the API and documented in the API reference
      guide.
      This patch adds this option.
      
      Closes-Bug: #1977625
      Change-Id: Idd570a5aef57c06971db2450fdfb823cf0c07bfd
      (cherry picked from commit fba1354e)
      06887d65
  3. 25 Mar, 2022 2 commits
  4. 03 Mar, 2022 2 commits
    • OpenStack Release Bot's avatar
      Update TOX_CONSTRAINTS_FILE for stable/yoga · f11c636f
      OpenStack Release Bot authored
      Update the URL to the upper-constraints file to point to the redirect
      rule on releases.openstack.org so that anyone working on this branch
      will switch to the correct upper-constraints list automatically when
      the requirements repository branches.
      
      Until the requirements repository has as stable/yoga branch, tests will
      continue to use the upper-constraints list on master.
      
      Change-Id: I9663f1e32d548aef4f207cebc234f1170e86080e
      f11c636f
    • OpenStack Release Bot's avatar
      Update .gitreview for stable/yoga · dcd068d5
      OpenStack Release Bot authored
      Change-Id: I04d44e74be098ec02c10306ccdb881db6635435a
      dcd068d5
  5. 24 Feb, 2022 2 commits
    • Thomas Goirand's avatar
      Now packaging 4.5.0 · 0e6c6f27
      Thomas Goirand authored
      0e6c6f27
    • Thomas Goirand's avatar
      Merge tag '4.5.0' into debian/yoga · 943d3798
      Thomas Goirand authored
      python-designateclient 4.5.0 release
      
      meta:version: 4.5.0
      meta:diff-start: -
      meta:series: yoga
      meta:release-type: release
      meta:pypi: yes
      meta:first: no
      meta:release:Author: Elod Illes <elod.illes@est.tech>
      meta:release:Commit: Elod Illes <elod.illes@est.tech>
      meta:release:Change-Id: I4bb03dcc41c3a9deb9a59843a7cc58731528084a
      meta:release:Code-Review+1: Michael Johnson <johnsomor@gmail.com>
      meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com>
      meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech>
      meta:release:Workflow+1: Elod Illes <elod.illes@est.tech>
      943d3798
  6. 17 Feb, 2022 1 commit
  7. 24 Dec, 2021 1 commit
    • kpdev's avatar
      Add profiling support to designateclient · 52e9ef4a
      kpdev authored
      To be able to create profiling traces for Designate, client should
      be able to send special HTTP header that contains trace info.
      
      Don't worry no security issue here, trace information is signed by HMAC
      key that is setted in api-paste.ini. So only person that knows HMAC key
      is able to send proper header.
      
      Main patch (in Designate) is:
      https://review.opendev.org/c/openstack/designate/+/773574
      
      Change-Id: I4b84ac1a5d4f84da3a38e4e0cb0990a54c6044ef
      52e9ef4a
  8. 21 Dec, 2021 1 commit
  9. 07 Dec, 2021 1 commit
    • Erik Olof Gunnar Andersson's avatar
      Add basic osc unit tests · 87e9b333
      Erik Olof Gunnar Andersson authored
      We currently have no unit test coverage for the
      cli (openstack) implementation. This adds some very
      basic coverage that we can later expand upon.
      
      Change-Id: Ibf06cfcbf4f7c12957cf5aa0ba8de66e0554f4d0
      87e9b333
  10. 30 Nov, 2021 1 commit
    • Michael Johnson's avatar
      Add Designate hacking checks to the client · 15a0070d
      Michael Johnson authored
      This patch adds the Designate hacking checks to also run against
      the Designate client code to maintain consistent style
      checking across the Designate repositories.
      
      It also resolves one style check failure.
      
      Change-Id: I09786482b2e7fecaa3d4484c9b1a017fae04cfea
      15a0070d
  11. 29 Nov, 2021 1 commit
  12. 25 Nov, 2021 1 commit
    • Michael Chapman's avatar
      Remove edit-managed from unsupported commands · 94e7e97e
      Michael Chapman authored
      --edit-managed sets a header x-designate-edit-managed-records
      that indicates the current request wishes to modify managed records
      such as the SOA or NS record created for a zone. This is only used
      by the recordset update and delete API methods so can be removed
      elsewhere.
      
      Closes-Bug: 1928411
      
      Change-Id: I18bfdae045c8b5e589075865eb024cee4852d8f9
      94e7e97e
  13. 24 Nov, 2021 5 commits
  14. 23 Nov, 2021 3 commits
  15. 20 Oct, 2021 1 commit
    • Michael Johnson's avatar
      Clarify that name or ID can be used on TLDs · 5fbc5b11
      Michael Johnson authored
      We had a question about whether the TLD name could be used as the
      "id" positional argument when show/set/delete a TLD.
      This patch clarifies that names or IDs will work with those commands
      in the OpenStack client.
      
      Change-Id: I93952596f3c82ae37d903a8ea4dd8700ae8fc314
      5fbc5b11
  16. 29 Sep, 2021 1 commit
  17. 25 Sep, 2021 1 commit
  18. 24 Sep, 2021 1 commit
    • Jens Harbott's avatar
      Bump lower-constraint for decorator to 4.2.1 · a29f2afc
      Jens Harbott authored
      This patch bumps the lower-constraint for decorator to 4.2.1
      to resolve a setuptools incompatibility with the usage of 2to3 in
      decorator < 4.0.0. Version 4.2.1 of decorator is currently the
      packaged version included in centos 8/stream.
      
      Change-Id: Ib74fd9ebbea7496fd3e7f453e618b218f8859f6f
      a29f2afc
  19. 10 Sep, 2021 2 commits
  20. 01 Sep, 2021 3 commits
    • Thomas Goirand's avatar
      Removed python3-six from (build-)depends. · 66ddc69a
      Thomas Goirand authored
      66ddc69a
    • Thomas Goirand's avatar
      Now packaging 4.3.0 · d289a098
      Thomas Goirand authored
      d289a098
    • Thomas Goirand's avatar
      Merge tag '4.3.0' into debian/xena · d6c28ac5
      Thomas Goirand authored
      python-designateclient 4.3.0 release
      
      meta:version: 4.3.0
      meta:diff-start: -
      meta:series: xena
      meta:release-type: release
      meta:pypi: yes
      meta:first: yes
      meta:release:Author: Hervé Beraud <hberaud@redhat.com>
      meta:release:Commit: Hervé Beraud <hberaud@redhat.com>
      meta:release:Change-Id: I845d699e26cfff3d63e8c588a64202c92736824f
      meta:release:Code-Review+1: Michael Johnson <johnsomor@gmail.com>
      meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org>
      meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com>
      meta:release:Workflow+1: Hervé Beraud <herveberaud.pro@gmail.com>
      d6c28ac5
  21. 16 Aug, 2021 2 commits
  22. 28 May, 2021 1 commit
  23. 12 May, 2021 1 commit
    • wu.shiming's avatar
      setup.cfg: Replace dashes with underscores · 6a8f10a8
      wu.shiming authored
      Setuptools v54.1.0 introduces a warning that the use of dash-separated
      options in 'setup.cfg' will not be supported in a future version [1].
      Get ahead of the issue by replacing the dashes with underscores. Without
      this, we see 'UserWarning' messages like the following on new enough
      versions of setuptools:
      
        UserWarning: Usage of dash-separated 'description-file' will not be
        supported in future versions. Please use the underscore name
        'description_file' instead
      
      [1] https://github.com/pypa/setuptools/commit/a2e9ae4cb
      
      Change-Id: I2447dd697d0282c22cbadc775b87df186e46bf42
      6a8f10a8
  24. 28 Apr, 2021 1 commit
  25. 26 Mar, 2021 1 commit
    • Michael Johnson's avatar
      Remove six and update lower-constraints appdirs · 820f1e9a
      Michael Johnson authored
      This patch removes the use of "six" as the package declares only
      python3 support.
      It also updates the appdirs lower-constraint to 1.4.0 to support
      pip. This version is available on both centos8 and focal.
      It also removes the linter related packages from lower-constraints.
      
      Change-Id: I9337f1998749bc40737f2f0e2dcc406b6f3a0ddf
      820f1e9a
  26. 18 Mar, 2021 1 commit