summaryrefslogtreecommitdiff
path: root/buildstream
Commit message (Expand)AuthorAgeFilesLines
* 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
* status.py: Restore brackets to time in job display areaJim MacArthur2018-03-071-2/+4
* Silence messages from Source cache interrogationTristan Van Berkom2018-03-072-1/+18
* _pipeline.py: Remove undefined variable source_indexJames Ennis2018-03-071-2/+1
* Removing all traces of `environment-inherit` shell configuration.Tristan Van Berkom2018-03-062-10/+2
* Implement explicit environment assignments for `bst shell`Tristan Van Berkom2018-03-062-2/+13
* _project.py: Support host environment expansion in `host-files` pathsTristan Van Berkom2018-03-061-0/+5
* Enhanced bst shell configuration and cli optionsTristan Van Berkom2018-03-044-20/+55
* _sandboxbwrap.py: Force cleanup when in interactive modeTristan Van Berkom2018-03-021-7/+24
* _sandboxbwrap.py: Allow device nodes to be bind mountedTristan Van Berkom2018-03-021-1/+10
* _frontend/cli.py: Adjust help output for `bst shell`Tristan Van Berkom2018-03-021-1/+1
* _frontend/cli.py: Better help output for the `--option` main option.Tristan Van Berkom2018-03-021-1/+1
* Add Filter elementJonathan Maw2018-03-012-0/+133
* Pipeline: Give more helpful errors when opening a workspace for an element th...Jonathan Maw2018-03-012-3/+7
* scriptelement: Use built-in checks on runtime depends and sourcesJonathan Maw2018-03-011-10/+8
* compose: Use built-in checks on runtime depends and sourcesJonathan Maw2018-03-011-11/+9
* Allow plugins to forbid runtime dependencies and sourcesJonathan Maw2018-03-014-2/+36
* Remove brackets added inside widgetsJim MacArthur2018-03-012-20/+7
* Add logfile format tokeniserJim MacArthur2018-03-014-13/+52
* Add the FixedText and WallclockTime widgetsJim MacArthur2018-03-012-0/+23
* Add sequence ID and widget for it.Jim MacArthur2018-03-013-6/+27
* widget.py: Modify TimeCode to take a microseconds argumentJim MacArthur2018-03-011-1/+9
* widget.py: Make the displayed text for LogLine messages a widget tooJim MacArthur2018-03-011-10/+22
* compose.py: key dictionary is now correctly initialisedJames Ennis2018-02-281-4/+3
* sandbox/_mount.py: Ensure file existence for bind mountsTristan Van Berkom2018-02-281-1/+17
* element.py: Inform the sandbox of host-files when running a shellTristan Van Berkom2018-02-281-0/+10
* _project.py: Added 'host-files' shell configurationTristan Van Berkom2018-02-281-2/+16
* Determine as early as possible whether a build is pendingJürg Billeter2018-02-272-4/+41
* element.py: Remove unused _get_strict_cache_key() methodJürg Billeter2018-02-271-12/+0
* element.py: Add _can_query_cache() methodJürg Billeter2018-02-273-4/+13
* Remove unused _KeyStrength importsJürg Billeter2018-02-273-5/+0
* _artifactcache: Add key parameter to pull() methodJürg Billeter2018-02-273-34/+61
* _artifactcache: Add keys parameter to push() methodJürg Billeter2018-02-273-14/+16
* _artifactcache: Add key parameter to push_needed() methodJürg Billeter2018-02-273-7/+10
* _artifactcache: Add keys parameter to commit() methodJürg Billeter2018-02-274-26/+24
* _ostree.py: Use list of refs as commit parameterJürg Billeter2018-02-272-11/+7
* _artifactcache: Add key parameter to extract() methodJürg Billeter2018-02-274-22/+22
* _artifactcache: Add key parameter to contains() methodJürg Billeter2018-02-274-43/+14
* _artifactcache/artifactcache.py: Add pull() to abstract base classJürg Billeter2018-02-271-0/+12
* _artifactcache/artifactcache.py: Add push() to abstract base classJürg Billeter2018-02-271-0/+17
* _artifactcache/tarcache.py: Remove unused remove() methodJürg Billeter2018-02-271-14/+0
* element.py: Remove unused strength parameter from _cached()Jürg Billeter2018-02-271-22/+4
* Don't push artifacts to remote caches that already contain themSam Thursfield2018-02-263-8/+64
* _artifactcache/ostreecache.py: Rework so that all remotes for a ref are trackedSam Thursfield2018-02-261-58/+81
* _artifactcache/artifactcache.py: Fix name mismatch in doc commentSam Thursfield2018-02-261-1/+1
* _downloadablefilesource.py: Add ETag supportjuerg/etagJürg Billeter2018-02-251-7/+24
* element.py: Use project shell configuration when launching shells.Tristan Van Berkom2018-02-251-9/+10