summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* tests/frontend/workspace.py: Add cache key checks to test_buildJürg Billeter2018-02-271-0/+2
* Determine as early as possible whether a build is pendingJürg Billeter2018-02-272-4/+41
* tests/frontend/pull.py: Do not use a workspace for the non-strict testJürg Billeter2018-02-271-2/+3
* 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