summaryrefslogtreecommitdiff
path: root/zuul/cmd/client.py
Commit message (Expand)AuthorAgeFilesLines
* Unpin JWT and use integer IAT valuesJames E. Blair2022-11-151-1/+1
* Parallelize some pipeline refresh opsJames E. Blair2022-11-091-3/+3
* Strictly sequence reconfiguration eventsJames E. Blair2022-07-181-0/+1
* Replace 'web' section with 'webclient'Vitaliy Lotorev2022-06-051-1/+1
* Add prune-database commandJames E. Blair2022-05-301-0/+56
* Clarify zuul admin CLI scopeMatthieu Huin2022-05-191-14/+38
* Make a global component registryJames E. Blair2022-02-141-4/+3
* Add a model API versionJames E. Blair2022-01-271-1/+4
* Merge "Add "zuul delete-pipeline-state" command"Zuul2022-01-271-1/+63
|\
| * Add "zuul delete-pipeline-state" commandJames E. Blair2022-01-261-1/+63
* | Remove the rpc client and listenerJames E. Blair2022-01-251-15/+3
* | Remove ZooKeeperClient for tenant-conf-checkTristan Cacqueray2022-01-101-3/+1
|/
* Prevent duplicate config file entriesClark Boylan2021-11-151-1/+2
* Make the ConfigLoader work independently of the SchedulerFelix Edel2021-11-101-2/+6
* Cleanup empty secrets dirs when deleting secretsClark Boylan2021-10-191-0/+1
* Exit sucessfully when manipulating project keysAlbin Vass2021-09-211-0/+5
* Add delete-state command to delete everything from ZKJames E. Blair2021-08-241-0/+34
* Add copy-keys and delete-keys zuul client commandsJames E. Blair2021-08-241-0/+76
* Add commands to export/import keys to/from ZKJames E. Blair2021-08-241-0/+76
* Add nodeset to build tableJames E. Blair2021-07-081-5/+2
* zuul tenant-conf-check: disable scheduler creationTristan Cacqueray2021-06-111-2/+10
* client: fix REST autohold-list responseIan Wienand2021-05-271-12/+3
* Store tenants in unparsed abide as dictSimon Westphahl2021-05-051-1/+1
* Instantiate executor client, merger, nodepool and app within SchedulerJan Kubovy2021-03-091-1/+1
* Make ConnectionRegistry mandatory for SchedulerJan Kubovy2021-03-081-2/+2
* Bump pyjwt to 2.0.0Matthieu Huin2021-01-141-1/+1
* zuul client command 'autohold-list' require argument --tenantÅsmund Østvold2020-10-211-1/+1
* REST API: remove deprecated trigger arg in enqueue endpointMatthieu Huin2020-08-181-0/+1
* Support promote via tenant scoped rest apiTobias Henkel2020-07-241-3/+13
* CLI: Fix errors with the REST clientMatthieu Huin2020-06-171-4/+7
* Remove ununecessary shebangsFabien Boucher2020-05-181-5/+0
* Add client_id to RPC clientAntoine Musso2020-01-281-2/+3
* authentication config: add optional max_validity_time, skewMatthieu Huin2019-12-101-1/+3
* enqueue: make trigger deprecatedMatthieu Huin2019-12-101-3/+5
* Remove --id option for autohold_delete/autohold_infoDavid Shrewsbury2019-10-241-6/+4
* Merge "Auto-delete expired autohold requests"Zuul2019-09-201-0/+1
|\
| * Auto-delete expired autohold requestsDavid Shrewsbury2019-09-181-0/+1
* | Merge "Add scheduler config options for hold expiration"Zuul2019-09-201-6/+5
|\ \ | |/
| * Add scheduler config options for hold expirationDavid Shrewsbury2019-09-181-6/+5
* | Merge "Record held node IDs with autohold request"Zuul2019-09-201-0/+1
|\ \ | |/
| * Record held node IDs with autohold requestDavid Shrewsbury2019-09-161-0/+1
* | Merge "Add autohold-info CLI command"Zuul2019-09-201-0/+27
|\ \ | |/
| * Add autohold-info CLI commandDavid Shrewsbury2019-09-161-0/+27
* | Merge "Store autohold requests in zookeeper"Zuul2019-09-201-9/+23
|\ \ | |/
| * Store autohold requests in zookeeperDavid Shrewsbury2019-09-161-9/+23
* | Use a requests session to simplify auth'd callsMonty Taylor2019-08-011-12/+7
|/
* Zuul CLI: allow access via RESTmhuin2019-07-301-52/+217
* Allow operator to generate auth tokens through the CLImhuin2019-07-101-0/+86
* cli: prevent exception for the show commandTristan Cacqueray2019-06-101-5/+1
* dict_object.keys() is not required for *in* operatorconfi-surya2018-12-031-1/+1