summaryrefslogtreecommitdiff
path: root/buildstream/_scheduler/jobs/elementjob.py
Commit message (Expand)AuthorAgeFilesLines
* Move source from 'buildstream' to 'src/buildstream'Chandan Singh2019-05-211-115/+0
* plugin.py: make _unique_id accessible to the coreBenjamin Schubert2019-03-211-2/+2
* Scheduler: Introduced JobStatus instead of simple success booleanTristan Van Berkom2019-01-071-3/+3
* _artifactcache: There shalt be only one cache sizeTristan Van Berkom2018-09-101-8/+0
* element.py: Remove _get_artifact_cache() accessor.Tristan Van Berkom2018-09-101-2/+6
* element.py: Remove _get_artifact_size()Tristan Van Berkom2018-09-101-3/+0
* _artifactcache/artifactcache.py: Sealing away some the estimated sizeTristan Van Berkom2018-09-101-1/+2
* Refactor: Use new logging mechanism from Contexttristan/local-cache-expiryTristan Van Berkom2018-07-181-61/+14
* Make elements keep track of their built artifact sizeTristan Maat2018-07-181-0/+5
* Make Jobs abstract and element-independentTristan Maat2018-07-181-0/+163