summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move handling of the source `directory` configuration to ElementSourcesjuerg/element-source-cacheJürg Billeter2020-09-0330-128/+120
* Add ElementSourcesCacheJürg Billeter2020-09-0311-129/+601
* tests/sourcecache: Do not inspect uninitialized elementsJürg Billeter2020-09-033-0/+10
* _casbaseddirectory.py: Add _clear() methodJürg Billeter2020-09-031-1/+16
* _casbaseddirectory.py: Invalidate digest of parent in _reset()Jürg Billeter2020-09-031-3/+7
* Merge branch 'juerg/source-push-fetch' into 'master'bst-marge-bot2020-09-012-1/+31
|\
| * tests/sourcecache/push.py: Add test_push_missing_source_after_build()Jürg Billeter2020-09-011-0/+30
| * _stream.py: In source_push() don't skip fetching for cached elementsJürg Billeter2020-09-011-1/+1
|/
* Merge branch 'tristan/disable-wsl-ci' into 'master'bst-marge-bot2020-08-311-43/+0
|\
| * .gitlab-ci.yml: Remove the WSL tests, we're not using this anymore.tristan/disable-wsl-ciTristan van Berkom2020-09-011-43/+0
|/
* Merge branch 'tristan/artifact-dependency-names' into 'master'bst-marge-bot2020-08-304-61/+28
|\
| * Remove unused Scope argument from artifact name related APIs.tristan/artifact-dependency-namesTristan van Berkom2020-08-304-61/+28
|/
* Merge branch 'bschubert/typing' into 'master'bst-marge-bot2020-08-309-8/+59
|\
| * setup.cfg: Remove pytest and py from the list of non-typechecked modulesbschubert/typingBenjamin Schubert2020-08-302-1/+3
| * node.pyi: Add type annotations for the node moduleBenjamin Schubert2020-08-303-7/+31
| * _types.pyi: Add type information for the cython moduleBenjamin Schubert2020-08-302-1/+2
| * _utils.pyi: Add type information for _utils.pyxBenjamin Schubert2020-08-302-1/+2
| * _loader: Add type information for the loader package's cython filesBenjamin Schubert2020-08-303-1/+15
| * _variables.pyi: Add type annotations for _variables.pyxBenjamin Schubert2020-08-302-1/+10
|/
* Merge branch 'tristan/scriptelement-simplify-again' into 'master'bst-marge-bot2020-08-301-10/+4
|\
| * scriptelement.py: Remove legacy manual creation of staging directory.tristan/scriptelement-simplify-againTristan van Berkom2020-08-301-10/+4
|/
* Merge branch 'tristan/scriptelement-simplify' into 'master'bst-marge-bot2020-08-301-9/+9
|\
| * scriptelement.py: Simplify staging in the case no layout is providedTristan van Berkom2020-08-301-9/+9
|/
* Merge branch 'bschubert/remove-urllib-warnings' into 'master'bst-marge-bot2020-08-291-15/+8
|\
| * downloadablefilesource: Remove deprecated methods in python3.8bschubert/remove-urllib-warningsBenjamin Schubert2020-08-281-15/+8
|/
* Merge branch 'qinusty/bb-asset-hub-ci' into 'master'bst-marge-bot2020-08-267-6/+152
|\
| * Update overnight test cache endpointJosh Smith2020-08-261-1/+1
| * .gitlab-ci.yml Improve remote-test usage documentationJosh Smith2020-08-261-6/+8
| * Add bb-storage/bb-asset-hub cache test jobJosh Smith2020-08-264-0/+127
| * runcli.py: Configurable index/storage artifact typesJosh Smith2020-08-263-1/+18
|/
* Merge branch 'juerg/source-cache-key' into 'master'bst-marge-bot2020-08-2529-29/+29
|\
| * _elementsources.py: Fix source names in unique keyjuerg/source-cache-keyJürg Billeter2020-08-2529-29/+29
|/
* Merge branch 'bschubert/remove-custom-sched-messages' into 'master'bst-marge-bot2020-08-231-43/+0
|\
| * job.py: Remove ability of job classes to send custom messagesbschubert/remove-custom-sched-messagesBenjamin Schubert2020-08-231-43/+0
|/
* Merge branch 'bschubert/stricter-thread-checks' into 'master'bst-marge-bot2020-08-233-6/+17
|\
| * _fixtures.py: Only get the normal number of threads at the start of sessionBenjamin Schubert2020-08-233-6/+17
|/
* Merge branch 'bschubert/timed-suspendable' into 'master'bst-marge-bot2020-08-232-50/+39
|\
| * _messenger.py: Make `timed_suspendable` public and use it in job.pybschubert/timed-suspendableBenjamin Schubert2020-08-222-50/+39
|/
* Merge branch 'tristan/build-root-cache-key' into 'master'Tristan Van Berkom2020-08-2131-30/+42
|\
| * buildstream/element.py: Consider "build-root" variable in the cache key uncon...tristan/build-root-cache-keyTristan van Berkom2020-08-2029-28/+40
| * tests/cachekey/cachekey.py: Use the same project name for cache key testsTristan van Berkom2020-08-201-1/+1
| * testing/_cachekeys.py: Fix formatting in cache key failure assertionTristan van Berkom2020-08-201-1/+1
|/
* Merge branch 'chandan/1.93.5' into 'master'1.93.5Chandan Singh2020-08-191-0/+8
|\
| * NEWS: Prepare for next development snapshot - 1.93.5chandan/1.93.5Chandan Singh2020-08-191-0/+8
|/
* Merge branch 'chandan/upgrade-ruamel' into 'master'bst-marge-bot2020-08-193-1/+37
|\
| * Bump minimum version requirement for ruamel.yamlchandan/upgrade-ruamelChandan Singh2020-08-183-1/+37
|/
* Merge branch 'tristan/docs-fixes' into 'master'Tristan Van Berkom2020-08-172-5/+8
|\
| * plugin.py: Fix documentation reference to MappingNode.validate_keys()tristan/docs-fixesTristan van Berkom2020-08-171-1/+1
| * doc/source/format_declaring.rst: Documenting the ``all`` dependency typeTristan van Berkom2020-08-171-4/+7
|/
* Merge branch 'chandan/cli-track-deps' into 'master'bst-marge-bot2020-08-1435-29/+96
|\