summaryrefslogtreecommitdiff
path: root/buildstream
Commit message (Expand)AuthorAgeFilesLines
* Consider new sandbox configuration in cache keys.Tristan Van Berkom2018-03-252-9/+35
* sandbox/_config.py: Replace docstring with comment.Tristan Van Berkom2018-03-251-5/+4
* Increase BST_FORMAT_VERSION to 6Jim MacArthur2018-03-231-1/+1
* Add 'sandbox' configuration key and build-uid/build-gid elementsJim MacArthur2018-03-239-15/+105
* Created deb Source plugin for Issue #10Phillip Smyth2018-03-231-0/+79
* project.py: Add workspace.yml format versioning and version 1Richard Maw2018-03-221-31/+54
* _artifactcache/ostreecache.py: Turn an ArtifactError() into an assert statementTristan Van Berkom2018-03-221-2/+1
* git.py source plugin: Ignore inconsistent submodules.Tristan Van Berkom2018-03-221-4/+11
* _scheduler/trackqueue.py: Remove unsafe calls to push/pop message depthTristan Van Berkom2018-03-211-3/+0
* _context.py: Fix Context._silence() context manager.Tristan Van Berkom2018-03-211-2/+4
* _scheduler/queue.py: Handle errors in task post processing gracefully.Tristan Van Berkom2018-03-211-10/+46
* _message.py, _frontend/widget.py: Reviving MessageType.ERRORTristan Van Berkom2018-03-212-5/+12
* _scheduler/trackqueue.py: Fixed to report proper processed status.Tristan Van Berkom2018-03-211-1/+3
* source.py: Source._save_ref() should return saved stateTristan Van Berkom2018-03-211-0/+5
* filter: Reword docstring to explain what the element does278-filter-documentation-could-be-betterJonathan Maw2018-03-201-8/+9
* source.py and loading: Refactoring of origin handlesTristan Van Berkom2018-03-203-22/+7
* Source plugins: Implement load_ref() in all source pluginsTristan Van Berkom2018-03-206-7/+20
* Fix #248 - Support project.refs in the core.Tristan Van Berkom2018-03-205-34/+235
* _project.py: Load project.refs while loading the project.Tristan Van Berkom2018-03-202-5/+26
* _projectrefs.py: Adding the ProjectRefs refs management objectTristan Van Berkom2018-03-201-0/+165
* _downloadablefilesource.py: Support None values in ref accessors.Tristan Van Berkom2018-03-201-0/+7
* source.py: Document ref accessors to mandate support for None values.Tristan Van Berkom2018-03-201-3/+12
* Deprecate `--track-save` option from `bst build`Tristan Van Berkom2018-03-203-29/+25
* _project.py and docs: Move defaults into the defaults yaml fileTristan Van Berkom2018-03-162-7/+27
* scriptelement.py: Mark install-rootJürg Billeter2018-03-151-0/+3
* _sandboxchroot.py: Ensure the cwd existsJürg Billeter2018-03-151-0/+6
* element.py: Do not allow unplanned build jobsJürg Billeter2018-03-151-0/+3
* buildqueue.py: Do not mark assembly complete on build failureJürg Billeter2018-03-151-3/+4
* pylint - dealt with whitespace issues and disabled pep8 warningsJames Ennis2018-03-142-2/+2
* pylint - dealt with simplifiable-if-statement warningJames Ennis2018-03-141-1/+1
* pushreceive.py: byteorder functions are now more sensibly namedJames Ennis2018-03-141-10/+10
* pylint - dealt with redefined-outer-name and redefined-built in warningsJames Ennis2018-03-149-71/+71
* pylint - dealt with redefined-argument-from-local warningJames Ennis2018-03-141-2/+2
* pylint - dealt with unnecessary-pass warningJames Ennis2018-03-141-1/+1
* pylint - dealt with import warningsJames Ennis2018-03-148-14/+22
* pylint - dealt with unidiomatic-typecheck warningJames Ennis2018-03-141-1/+1
* pylint - dealt with superfluous-parens warningJames Ennis2018-03-1412-23/+23
* pylint - disabled no-member, bad-exception-context and catching-non-exception...James Ennis2018-03-143-5/+13
* pylint - dealt with len-as-condition warningJames Ennis2018-03-149-18/+18
* pylint - dealt with global-statement warningJames Ennis2018-03-144-4/+6
* pylint - dealt with dangerous-default-value warningJames Ennis2018-03-142-4/+4
* pylint - dealt with consider-merging-isinstance warningsJames Ennis2018-03-141-2/+1
* pylint - dealt with broad-except and bare-except warningsJames Ennis2018-03-143-3/+5
* pylint - dealt with bad-continuation warningJames Ennis2018-03-145-11/+9
* pylint - dealt with anomalous-backslash-in-string warningJames Ennis2018-03-142-2/+3
* fuse.py: skip file for lintingTristan Maat2018-03-141-0/+2
* Revert "Add sequence ID and widget for it."jmac/remove-sequence-idJim MacArthur2018-03-133-27/+5
* Remove other references to SequenceID from the code and testsJim MacArthur2018-03-131-2/+1
* _frontend/widget.py: Never abbreviate frontend messagesTristan Van Berkom2018-03-131-1/+4
* element.py: Report errors using `self.get_kind()`Tristan Van Berkom2018-03-101-4/+4