summaryrefslogtreecommitdiff
path: root/buildstream/_pipeline.py
Commit message (Expand)AuthorAgeFilesLines
...
* Add --host-arch and --target-arch, and 'host-arches' conditionalSam Thursfield2017-07-061-1/+2
* _pipeline.py: Restoring good old 0644 on this fileTristan Van Berkom2017-07-051-0/+0
* _pipeline.py: Fixup an error in previous commit...Tristan Van Berkom2017-07-021-1/+1
* _pipeline.py: Fixing pep8 errorTristan Van Berkom2017-07-021-2/+4
* _pipeline.py: Use PullQueue instead, and add pulled elements to build summariesTristan Van Berkom2017-07-021-10/+12
* _pipeline.py: Use Element.dependencies() instead of _direct_deps()Tristan Van Berkom2017-07-011-2/+2
* _pipeline.py: Fixed bad except statementTristan Van Berkom2017-06-291-1/+1
* Fix #42Tristan Maat2017-06-281-9/+10
* Fix accidental permission changesTristan Maat2017-06-281-0/+0
* _pipeline.py: Add source-bundle command APITristan Maat2017-06-281-0/+97
* Artifact fetch supportJürg Billeter2017-06-271-2/+8
* Artifact push supportJürg Billeter2017-06-271-10/+18
* _pipeline.py: Better error handling from Pipeline.deps_elements()Tristan Van Berkom2017-06-211-7/+15
* _pipeline.py: Avoid mutable default argumentsTristan Van Berkom2017-06-211-1/+5
* Add --except APITristan Maat2017-06-201-1/+59
* _pipeline.py: Assert consistent pipelines in fetch() and build()Tristan Van Berkom2017-06-151-47/+83
* _pipeline.py: Changed checkout API to stage runtime dependenciesTristan Van Berkom2017-06-141-14/+11
* _pipeline.py: Added inconsistent initializer argumentTristan Van Berkom2017-05-291-5/+17
* _pipeline.py: build() method now takes 'track_first' argumentTristan Van Berkom2017-05-281-5/+15
* Scheduler overhaul.Tristan Van Berkom2017-05-281-97/+9
* _pipeline.py: Added plan() API to produce the elements of a build planTristan Van Berkom2017-05-271-10/+13
* _pipeline.py: Rewrite elements during track, instead of at the end.Tristan Van Berkom2017-05-271-11/+16
* _pipeline.py: Count total pipeline elements and number of elements in sessionTristan Van Berkom2017-05-011-5/+13
* _pipeline.py: Use the reported Scheduler elapsed timeTristan Van Berkom2017-04-301-10/+3
* _pipeline.py: Fixed checkout to ignore conflict on '.' fileTristan Van Berkom2017-04-031-1/+4
* _pipeline.py: Fixed PipelineError problems from last commits.Tristan Van Berkom2017-04-021-1/+9
* _pipeline.py: Added checkout() methodTristan Van Berkom2017-04-021-2/+29
* _pipeline.py: Fixed track() command since project element_path was addedTristan Van Berkom2017-03-291-1/+1
* _pipeline.py: track command now takes list of elementsTristan Van Berkom2017-03-291-11/+3
* _pipeline.py: Load elements from the element pathTristan Van Berkom2017-03-221-1/+1
* Refactor: Untangling element/source namesTristan Van Berkom2017-03-181-4/+0
* _pipeline.py: Removed a not very relevant commentTristan Van Berkom2017-03-171-5/+0
* element.py: Expose element sources generator function.Tristan Van Berkom2017-03-151-3/+3
* _pipeline.py: Some changes of how the pipeline api works.Tristan Van Berkom2017-03-051-66/+78
* _pipeline.py: Name elements with their filenamesTristan Van Berkom2017-02-271-2/+2
* _pipeline.py: Added various ticker callbacks for tracking progress at load timeTristan Van Berkom2017-02-271-6/+31
* _pipeline.py: Added writable parameter to proxy through to Loader.load()Tristan Van Berkom2017-02-261-2/+4
* _pipeline.py: Added global timed messagesTristan Van Berkom2017-02-241-0/+36
* _pipeline.py: Handle exit code for fetch & track tasks as well.Tristan Van Berkom2017-02-211-0/+7
* _pipeline.py: (Issue #4) Dont mark builds as succesfull when they fail.Tristan Van Berkom2017-02-201-5/+6
* _pipeline.py: Bump source consistency level *after* setting a new ref.Tristan Van Berkom2017-01-251-4/+3
* _pipeline.py: Rework cached & consistency state cachingTristan Van Berkom2017-01-201-15/+22
* _pipeline.py: Updated for new Scheduler semanticsTristan Van Berkom2017-01-201-20/+34
* _pipeline.py: Changed all -> needed, also messing with cachesTristan Van Berkom2017-01-191-15/+28
* _pipeline.py: Skip some elementsTristan Van Berkom2017-01-191-21/+15
* _pipeline.py: Changed refresh() for track()Tristan Van Berkom2017-01-181-31/+24
* _pipeline.py: Added build() methodTristan Van Berkom2017-01-181-0/+48
* _pipeline.py: Use context provided scheduler settingsTristan Van Berkom2017-01-141-5/+2
* _pipeline.py: A few changes...Tristan Van Berkom2017-01-121-76/+78
* _pipeline.py: Implement fetch() and refresh() using the SchedulerTristan Van Berkom2017-01-111-19/+137