summaryrefslogtreecommitdiff
path: root/buildstream/_scheduler/fetchqueue.py
Commit message (Expand)AuthorAgeFilesLines
* Remove shebangs from python filesremove_shebangsGökçen Nurlu2018-06-181-1/+0
* Do not pull/fetch/build elements that are not requiredJürg Billeter2018-05-111-0/+5
* _scheduler/fetchqueue.py: Adhere to policy on private symbolstristan/scheduler-private-refactorTristan Van Berkom2018-04-181-2/+2
* _scheduler/queue.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-181-2/+2
* _scheduler: Slightly changing the Job / Queue API contractsTristan Van Berkom2018-04-181-2/+2
* element.py: Cache source consistency logic and refactor workspace logic into ...Tristan Van Berkom2018-04-091-2/+2
* pylint - dealt with superfluous-parens warningJames Ennis2018-03-141-1/+1
* element.py: Add _can_query_cache() methodJürg Billeter2018-02-271-2/+1
* fetchqueue.py: Wait for cache to become queryableJürg Billeter2018-01-231-2/+10
* _scheduler: Replace skip() and ready() with status()Jürg Billeter2018-01-231-4/+7
* Use explicit source state updatesjuerg/source-stateJürg Billeter2018-01-161-3/+3
* _scheduler: Changed return value of Queue.done() aroundTristan Van Berkom2017-07-121-1/+3
* Artifact fetch supportJürg Billeter2017-06-271-0/+9
* fetchqueue.py: Undo previous 'recalculate' option.Tristan Van Berkom2017-05-291-13/+3
* fetchqueue.py: Added initializer argument 'recalculate'Tristan Van Berkom2017-05-281-1/+13
* Scheduler overhaul.Tristan Van Berkom2017-05-281-0/+52