summaryrefslogtreecommitdiff
path: root/buildstream
Commit message (Expand)AuthorAgeFilesLines
* _artifactcache/tarcache.py: Extracting a missing artifact is a bugTristan Van Berkom2018-04-141-2/+2
* _artifactcache/ostreecache.py: Extracting a missing artifact is a bugTristan Van Berkom2018-04-141-2/+2
* element.py: Rename _get_full_display_key() -> _get_display_key()Tristan Van Berkom2018-04-143-6/+6
* element.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-141-569/+611
* buildelement.py: Use Element.get_variable() instead of poking at private thingTristan Van Berkom2018-04-141-2/+1
* source.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-141-16/+17
* buildelement.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-141-11/+10
* Update plugin documentationTristan Maat2018-04-132-3/+19
* Add element.prepare methodTristan Maat2018-04-134-15/+70
* buildelement.py: Documentation improvementsTristan Van Berkom2018-04-131-73/+55
* source.py: Enhanced documentationTristan Van Berkom2018-04-131-73/+136
* element.py: Documentation improvementsTristan Van Berkom2018-04-131-81/+123
* plugin.py: Documentation improvements.Tristan Van Berkom2018-04-131-67/+110
* frontend: Redisplay failure messages in result summaryRichard Maw2018-04-121-1/+12
* frontend: Control indentations of multi-line valuesRichard Maw2018-04-121-0/+5
* frontend: Summarise build log output in --no-verbose modeRichard Maw2018-04-121-10/+18
* frontend: Use textwrap.indent to indentRichard Maw2018-04-121-1/+2
* frontend: capture errors for later useRichard Maw2018-04-121-1/+12
* _scheduler/trackqueue.py: Mark skipped elements as tracked.Tristan Van Berkom2018-04-131-0/+3
* Fix disaster while making cross junction tracking optional.Tristan Van Berkom2018-04-133-85/+83
* _pipeline.py: Fix inconsistent element error to print element fullnames.Tristan Van Berkom2018-04-131-1/+1
* mount: Wrap yields in context managers with try-finallyRichard Maw2018-04-122-17/+19
* _frontend/cli.py, _pipeline.py: Add options for cross junction tracking.Tristan Van Berkom2018-04-123-40/+83
* _frontend/widget.py: Fixed regression in logfile abbreviations.Tristan Van Berkom2018-04-121-0/+4
* _frontend/status.py: Fixed status widgets to show full element names.Tristan Van Berkom2018-04-121-2/+2
* buildstream/_versions.py: Increment BST_CORE_ARTIFACT_VERSIONTristan Van Berkom2018-04-111-1/+1
* element.py, source.py: Cleanup how Source cache keys are calculated.Tristan Van Berkom2018-04-112-21/+5
* element.py: Restructure artifact metadataTristan Van Berkom2018-04-111-87/+184
* element.py: Preserve workspace state in failed build sandboxes.Tristan Van Berkom2018-04-111-0/+28
* _frontend/widget.py: Correct log line if logdir is emptyjmac/logfile-widget-correctionJim MacArthur2018-04-101-2/+3
* _workspaces.py: Assert that configuration is only saved in the main process.Tristan Van Berkom2018-04-101-0/+2
* Serialize workspace modifications in the main process.Tristan Van Berkom2018-04-103-19/+64
* utils.py: Added _is_main_process()Tristan Van Berkom2018-04-101-0/+12
* _workspaces.py: Added Workspaces.update_workspace()Tristan Van Berkom2018-04-101-0/+42
* _workspaces.py: Add generic serialization/deserializationTristan Van Berkom2018-04-101-21/+56
* _workspaces.py: Remove knowledge of Elements completelyTristan Van Berkom2018-04-104-65/+50
* element.py: Removed useless __workspace pointerTristan Van Berkom2018-04-101-1/+0
* _workspaces.py: Fix cache key calculation regressionTristan Van Berkom2018-04-091-1/+1
* element.py, source.py: Element consumes the rest of workspace logic.Tristan Van Berkom2018-04-093-61/+45
* element.py, source.py: Removing knowledge of assemble scheduling state from s...Tristan Van Berkom2018-04-092-41/+8
* element.py: Manage scheduled tracking state in ElementTristan Van Berkom2018-04-093-21/+21
* element.py: Factored out pointless extra Element._workspaced() methodTristan Van Berkom2018-04-092-13/+6
* element.py: Cache source consistency logic and refactor workspace logic into ...Tristan Van Berkom2018-04-096-47/+55
* _ostree.py: Mention the remote URL when we fail to fetch remote refsJim MacArthur2018-04-091-1/+2
* _versions.py: Fixed copyright year on newly added file.Tristan Van Berkom2018-04-081-1/+1
* _frontend/app.py: Automatically launch interactive `bst init` when project.co...Tristan Van Berkom2018-04-081-1/+13
* More specific exceptions when a project.conf is missing.Tristan Van Berkom2018-04-083-6/+17
* _frontend/cli.py, _frontend/app.py: Implemented new `bst init` command.Tristan Van Berkom2018-04-082-2/+227
* _yaml.py: Allow None for provenance argument in _yaml.assert_symbol_name()Tristan Van Berkom2018-04-081-4/+6
* _versions.py: Added new file just to hold basic symbolic versionsTristan Van Berkom2018-04-083-18/+40