summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* README.rst: Added notice to access BuildStream on github instead.HEADmasterTristan van Berkom2021-01-021-113/+1
* Merge branch 'tristan/dissolve-pipeline' into 'master'bst-marge-bot2020-12-2313-507/+401
|\
| * _pipeline.py/_stream.py: Remove Pipeline objectTristan van Berkom2020-12-232-232/+269
| * _pipeline.py: Remove add_elements()Tristan van Berkom2020-12-231-16/+0
| * _pipeline.py: Remove track_cross_junction_filter()Tristan van Berkom2020-12-231-76/+0
| * _pipeline.py: Remove resolve_elements().Tristan van Berkom2020-12-231-30/+0
| * _pipeline.py: Remove load() methodTristan van Berkom2020-12-231-30/+0
| * _pipeline.py: Remove check_remotes()Tristan van Berkom2020-12-231-16/+0
| * _stream.py: Don't use Pipeline.add_elements()Tristan van Berkom2020-12-231-1/+4
| * _stream.py: Added internal _track_cross_junction_filter()Tristan van Berkom2020-12-233-3/+49
| * _stream.py: Add internal _resolve_elements()Tristan van Berkom2020-12-231-1/+31
| * _stream.py: Added internal _load_elements()Tristan van Berkom2020-12-231-7/+40
| * _stream.py: Add internal _resolve_remotely_cached()Tristan van Berkom2020-12-231-1/+16
| * tests/internals/pluginloading.py: Removed testTristan van Berkom2020-12-239-102/+0
|/
* Merge branch 'tristan/fix-broken-test' into 'master'bst-marge-bot2020-12-221-3/+1
|\
| * tests/frontend/push.py: Fix fallout from recent teststristan/fix-broken-testTristan van Berkom2020-12-221-3/+1
|/
* Merge branch 'tristan/messenger-convenience-functions' into 'master'bst-marge-bot2020-12-2213-190/+216
|\
| * sandbox/_sandboxbuildboxrun.py: Use Messenger conveinence functionstristan/messenger-convenience-functionsTristan van Berkom2020-12-221-5/+2
| * sandbox/_sandboxremote.py: Use Messenger convenience functionsTristan van Berkom2020-12-221-5/+2
| * sandbox/sandbox.py: Use Messenger convenience functionsTristan van Berkom2020-12-221-7/+2
| * _pluginfactory/pluginfactory.py: Use Messenger convenience functionsTristan van Berkom2020-12-221-4/+1
| * _scheduler/scheduler.py: Use Messenger convenience functionsTristan van Berkom2020-12-221-3/+1
| * _loader/loader.py: Use Messenger convenience functionsTristan van Berkom2020-12-221-3/+1
| * _project.py: Use Messenger convenience functionsTristan van Berkom2020-12-221-10/+4
| * _cas/casdprocessmanager.py: Use Messenger convinence functions.Tristan van Berkom2020-12-222-31/+16
| * _assetcache.py: Remove private _message() functionTristan van Berkom2020-12-211-10/+1
| * _pipeline.py: Remove private _message() functionTristan van Berkom2020-12-211-16/+2
| * _stream.py: Remove private _message() functionTristan van Berkom2020-12-211-24/+15
| * _messenger.py: Adding convenience methods for issuing info and warn messagesTristan van Berkom2020-12-211-0/+65
| * _messenger.py: Adding (almost) full pep484 type annotations.Tristan van Berkom2020-12-211-72/+104
|/
* Merge branch 'tristan/refactor-shell-builtree-tests' into 'master'bst-marge-bot2020-12-217-210/+274
|\
| * tests/integration/shellbuildtrees.py: Use module scope fixtures and parametrizetristan/refactor-shell-builtree-testsTristan van Berkom2020-12-211-195/+263
| * testutils/__init__.py: Expose the internal ArtifactShare objectTristan van Berkom2020-12-211-1/+1
| * testing/__init__.py: Expose the Cli() instanceTristan van Berkom2020-12-211-1/+1
| * testing/runcli.py: Create the directory in Cli() __init__()Tristan van Berkom2020-12-211-5/+2
| * _stream.py: Added missing machine readable error codesTristan van Berkom2020-12-214-12/+11
|/
* Merge branch 'jjardon/bst_master_fix_overnigth' into 'master'bst-marge-bot2020-12-161-2/+0
|\
| * .gitlab-ci.yml: No need special runner for cached overnigth testjjardon/bst_master_fix_overnigthJavier Jardón2020-12-161-2/+0
|/
* Merge branch 'tristan/fix-artifact-name-hack' into 'master'bst-marge-bot2020-12-112-7/+12
|\
| * _stream.py, _frontend/widget.py: Fix weird hacktristan/fix-artifact-name-hackTristan van Berkom2020-12-112-7/+12
|/
* Merge branch 'tristan/stack-require-depends-all' into 'master'Tristan Van Berkom2020-12-1019-35/+200
|\
| * tests/format/stack.py: Test stack dependency typestristan/stack-require-depends-allTristan van Berkom2020-12-105-0/+36
| * NEWS: Document breaking change, stack element dependencies must be build + runTristan van Berkom2020-12-101-0/+3
| * plugins/elements/stack.py: Require all dependencies be build & run.Tristan van Berkom2020-12-1010-33/+126
| * doc: Documenting "artifact names".Tristan van Berkom2020-12-102-0/+27
| * doc/source/format_declaring.rst: Minor corrections and added references.Tristan van Berkom2020-12-101-2/+8
|/
* Merge branch 'tristan/refactor-retry-task' into 'master'Tristan Van Berkom2020-12-106-185/+239
|\
| * _state.py: Full type hintingtristan/refactor-retry-taskTristan van Berkom2020-12-102-131/+215
| * Refactor: Use explicit invocation for retrying jobs.Tristan van Berkom2020-12-104-58/+28
| * _state.py: Rename _Task -> TaskTristan van Berkom2020-12-102-5/+5
|/