summaryrefslogtreecommitdiff
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-132-4/+3
* _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
* HACKING.rst: Mention benchmarking and profiling toolsSam Thursfield2018-03-071-0/+57
* _pipeline.py: Remove undefined variable source_indexJames Ennis2018-03-071-2/+1
* doc/source/projectconfig.rst: Document `sources` overrides as since format ve...Tristan Van Berkom2018-03-061-0/+4
* man: Updated man pages for the release1.1.1Tristan Van Berkom2018-03-0616-50/+56
* NEWS: Adding a few missing entries for the releaseTristan Van Berkom2018-03-061-0/+10
* Removing all traces of `environment-inherit` shell configuration.Tristan Van Berkom2018-03-064-61/+29
* doc/source/projectconf.rst: Documenting new `environment` shell configurationTristan Van Berkom2018-03-061-2/+38
* tests/integration/shell.py: Testing new shell environment configurationTristan Van Berkom2018-03-061-2/+42
* Implement explicit environment assignments for `bst shell`Tristan Van Berkom2018-03-062-2/+13
* tests/integration/shell.py: Adding tests for env var expansions in `host-files`tristan/shell-enhancementsTristan Van Berkom2018-03-061-0/+25
* _project.py: Support host environment expansion in `host-files` pathsTristan Van Berkom2018-03-061-0/+5
* integration tests: Refactoring for dynamic project configurationsTristan Van Berkom2018-03-064-56/+83
* NEWS: Adding entry for new `--mount` options of `bst shell`Tristan Van Berkom2018-03-061-0/+4
* projectconf.rst: Amending documentation for `host-files`Tristan Van Berkom2018-03-041-18/+54
* tests/integration/shell.py: Updated shell testsTristan Van Berkom2018-03-041-32/+34
* 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
* NEWS: Adding missing entries for recently added featuresTristan Van Berkom2018-03-021-0/+15
* _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
* tests: Add filter element testsJonathan Maw2018-03-0114-0/+168
* Add Filter elementJonathan Maw2018-03-013-0/+134
* 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
* Add a test for default and custom loggingJim MacArthur2018-03-011-0/+81
* 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
* Update expected cache keys in testsJames Ennis2018-02-286-6/+6
* compose.py: key dictionary is now correctly initialisedJames Ennis2018-02-281-4/+3
* Modify how the INTEGRATION_CACHE environment var is interpretedSam Thursfield2018-02-282-3/+3
* Store integration tests cache inside the current directory by defaultSam Thursfield2018-02-281-6/+6
* doc/source/projectconf.rst: Documenting `host-files` shell configurationTristan Van Berkom2018-02-281-0/+42
* tests/integration/shell.py: Added tests for host-filesTristan Van Berkom2018-02-282-0/+98
* 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
* tests/integration/shell.py: Generate project.conf on the flyTristan Van Berkom2018-02-282-7/+28