summaryrefslogtreecommitdiff
path: root/zuul/zk/zkobject.py
Commit message (Expand)AuthorAgeFilesLines
* Fix race condition in pipeline change list initJames E. Blair2023-02-101-0/+11
* Track object versions in the Buildset objectJames E. Blair2023-01-051-0/+11
* Avoid acquiring pipeline locks in manager postConfigJames E. Blair2022-12-121-0/+5
* Parallelize some pipeline refresh opsJames E. Blair2022-11-091-3/+41
* Don't refresh the pipeline state during reconfigSimon Westphahl2022-10-281-3/+6
* Add a zkprofile scheduler debug commandJames E. Blair2022-10-271-0/+23
* Fix deduplicated build referencesJames E. Blair2022-07-251-0/+1
* Add a blob store and store large secrets in itJames E. Blair2022-04-081-1/+16
* Merge "Fix ZKObject compressed data size estimate"Zuul2022-03-161-1/+1
|\
| * Fix ZKObject compressed data size estimateSimon Westphahl2022-03-151-1/+1
* | Use kazoo.retry in zkobjectJames E. Blair2022-03-141-174/+157
|/
* Add more pipeline processing statsJames E. Blair2022-02-281-0/+22
* Add pipeline timing metricsJames E. Blair2022-02-201-0/+12
* Make a global component registryJames E. Blair2022-02-141-12/+1
* Add some ZK data size statsJames E. Blair2022-02-081-5/+63
* Add a model API versionJames E. Blair2022-01-271-3/+14
* Use hash to de-duplicate ZKObject writesJames E. Blair2022-01-211-10/+14
* Compress ZKObject dataSimon Westphahl2022-01-111-3/+11
* Log zkobject paths with errorsJames E. Blair2021-12-021-6/+20
* Don't delete pipeline summary objects if they have a syntax errorJames E. Blair2021-11-291-1/+6
* Only update ZKObject values in ZK if necessaryJames E. Blair2021-11-121-31/+34
* Identify the object in ZKObject (de)serialization errorsJames E. Blair2021-11-101-2/+26
* Allow passing extra attributes to ZKObject.fromZKSimon Westphahl2021-10-291-1/+2
* Add RepoState objectJames E. Blair2021-10-261-1/+7
* Add LocalZKContext for job freezingJames E. Blair2021-10-261-0/+17
* Add support for sharded ZKObjectsSimon Westphahl2021-10-261-1/+56
* Only retry ZK operations for Kazoo exceptionsSimon Westphahl2021-10-261-4/+4
* Recursively delete all sub-nodes of ZKObjectsSimon Westphahl2021-10-261-1/+1
* Pass ZK context to deserialize method of ZKObjectsSimon Westphahl2021-10-261-2/+4
* Make QueueItem a Zookeeper objectSimon Westphahl2021-10-251-1/+1
* Simplified attribute API for ZKObjectsSimon Westphahl2021-10-251-2/+25
* Add an API for ZK-backed objectsJames E. Blair2021-10-251-0/+182