summaryrefslogtreecommitdiff
path: root/designateclient/v2/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove six and update lower-constraints appdirsMichael Johnson2021-03-261-6/+4
| | | | | | | | | | 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
* Add global flags to cliGraham Hayes2016-06-281-1/+1
| | | | | | This time, try not to break other peoples plugins Change-Id: I3ff6f584b0a5c89ac2c6f263549d2a8b74805572
* Revert "Add Global Flags for filtering results"Ben Nemec2016-06-231-1/+1
| | | | | | | | | | | Registering these options as global flags pollutes the global opt namespace and is masking plugin-specific options in other plugins. Partial-Bug: 1595616 This reverts commit 0b2b870237b6a332239dcad73cd9cab2634cb44f. Change-Id: I7ef5c5511adc40d603374c4963ba22556f16252e
* Add Global Flags for filtering resultsGraham Hayes2016-06-011-1/+1
| | | | | | | | | | In the HTTP Headers --all-projects sets "X-Auth-All-Projects:True" --edit-managed sets "X-Designate-Edit-Managed:True" --sudo-project-id <id> sets "X-Auth-Sudo-Project-ID:<id>" Change-Id: I4985a1a2cd75da4311e819afdbfdafcc8a023c56
* Allow the OSC CLI Plugin to walk pages2.0.0Graham Hayes2016-01-271-0/+42
| | | | | Change-Id: I5587ad816c99dc159f2c1a5660450a631ddecd6e Closes-Bug: #1538611
* Don't wildcard resolve namesEndre Karlson2015-08-111-1/+1
| | | | | | | | | If we wilcard resolve names like if a user passes in "foo" and there's a domain or entity called "foo.io" it will match and return foo.io. Removing the *name* makes it match the wanted behaviour. Change-Id: I0c0167384952d5d302909b06a3f5597add8f9ff9
* V2 BindingsEndre Karlson2015-05-071-0/+38
This provides bindings for: - zones - recordsets - tlds - blacklists - limits - nameservers With associated unit tests. Change-Id: Ie9b79340bd327b78916fd038633842da3ace881b