summaryrefslogtreecommitdiff
path: root/barbicanclient
Commit message (Expand)AuthorAgeFilesLines
* Added secret consumers list functionality. Unit, smokeMauricio Harley2023-02-103-0/+123
* Added the force parameter to consumer removal and the corresponding CLI commandsMauricio Harley2023-02-075-50/+239
* Add secret consumers Python APIMauricio Harley2023-01-182-1/+107
* Unit tests for microversion, initial change for consumersAndre Aranha2023-01-176-105/+409
* Implement microversionsDouglas Mendizábal2023-01-034-110/+224
* Remove unicode literal5.4.0Takashi Kajinami2022-05-184-25/+25
* Remove sixTakashi Kajinami2022-05-185-29/+17
* Merge "Fix unit test failue with cliff>=3.5.0"Zuul2022-05-181-4/+1
|\
| * Fix unit test failue with cliff>=3.5.0Takashi Kajinami2022-05-161-4/+1
* | Fix the import warning of secretsMasayoshi Mizuma2022-05-161-1/+1
|/
* Drop lower-constraints.txt and its testingGhanshyam Mann2022-05-131-0/+2
* Merge "Switch from unittest2 compat methods to Python 3.x methods"Zuul2020-07-071-4/+4
|\
| * Switch from unittest2 compat methods to Python 3.x methodsDirk Mueller2020-06-111-4/+4
* | Merge "Update hacking for Python3"Zuul2020-06-164-66/+66
|\ \ | |/ |/|
| * Update hacking for Python3Andreas Jaeger2020-06-094-66/+66
* | Use unittest.mock instead of third party mockSean McGinnis2020-06-092-2/+4
|/
* Fix gate job failures and py3 compatibilityTakashi Kajinami2020-06-083-12/+21
* Merge "docs: Turn on warning-as-error"Zuul2019-11-051-3/+3
|\
| * docs: Turn on warning-as-errorStephen Finucane2019-10-011-3/+3
* | Support two-way auth for barbicanclientjonnary2019-10-022-2/+51
|/
* Update json module to jsonutilscao.yuan2019-02-263-24/+26
* Secret payload should also be fetched by UUIDAdam Harwell2018-12-202-7/+11
* Allow fetching by UUID, and respect interfaceAdam Harwell2018-09-1112-96/+357
* use open() instead of file()Doug Hellmann2018-06-131-1/+1
* Add --file flag for secretsDave McCowan2018-06-012-23/+53
* Supress client debug messagesJeremy Liu2018-03-191-0/+30
* Pass OSC interface through to barbican pluginColleen Murphy2018-01-161-1/+2
* Correct docs usage of keystoneauth1 sessionGage Hugo2017-09-122-2/+2
* Support import modules from barbicanclient.client module4.5.2Jeremy Liu2017-08-011-0/+32
* Workaround for importing objects from old path4.5.1Jeremy Liu2017-07-291-0/+46
* Merge "Update api references according to refactor result"4.5.0Jenkins2017-07-265-13/+13
|\
| * Update api references according to refactor resultyushangbin2017-07-255-13/+13
* | Add secret_type filter to CLIJeremy Liu2017-07-251-1/+5
|/
* Update the documentation link for doc migrationchenxing2017-07-211-1/+1
* fix default versionThiago da Silva2017-07-191-2/+1
* Refactor barbicanclientJeremy Liu2017-06-2023-51/+139
* Merge "Add client list filter functionality"Jenkins2017-06-151-2/+30
|\
| * Add client list filter functionalityKaitlin Farr2017-05-171-2/+30
* | Use generic auth plugin instead of specific versionJeremy Liu2017-05-181-14/+11
|/
* Merge "Enable F and H flake8 rules"Jenkins2017-04-0716-137/+128
|\
| * Enable F and H flake8 rulesKaitlin Farr2017-03-2916-137/+128
* | Replace six.iteritems() with .items()M V P Nitesh2017-03-303-10/+7
|/
* Set client module __version__Rui Chen2017-03-254-5/+37
* Merge "Fix doc referencing --payload-content-type"Jenkins2017-03-101-3/+3
|\
| * Fix doc referencing --payload-content-typePetr Kovar2017-01-182-4/+4
* | Merge "Change parent class of `WhenTestingCertificateOrders`"Jenkins2017-03-101-32/+22
|\ \
| * | Change parent class of `WhenTestingCertificateOrders`Jeremy Liu2017-02-251-32/+22
* | | Merge "Replaces uuid.uuid4 with uuidutils.generate_uuid()"Jenkins2017-03-091-25/+40
|\ \ \
| * | | Replaces uuid.uuid4 with uuidutils.generate_uuid()Luong Anh Tuan2016-12-191-25/+40
* | | | Fix serializable issues when retrieving json format resourcesJeremy Liu2017-02-2510-12/+80
| |/ / |/| |