summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NEWS: Updated for breaking change of junction target removaltristan/link-elementTristan van Berkom2020-06-011-3/+4
* junctions: Remove all traces of the `target` optionTristan van Berkom2020-06-0115-167/+13
* doc: Adding new `link` plugin to the core plugin indexTristan van Berkom2020-06-011-0/+1
* tests/format/link.py: Adding tests for the link elementTristan van Berkom2020-06-0160-0/+407
* link element: Adding support for new link elementTristan van Berkom2020-06-014-4/+160
* _loader/loader.py: Make collect_element_no_deps() publicTristan van Berkom2020-06-011-75/+78
* Merge branch 'tristan/loader-fixes' into 'master'bst-marge-bot2020-05-301-2/+1
|\
| * _loader/loader.py: Remove useless line of code.Tristan van Berkom2020-05-301-2/+1
|/
* Merge branch 'tristan/remove-loader-no-progress-object' into 'master'bst-marge-bot2020-05-302-18/+12
|\
| * loader: removing the NO_PROGRESS objecttristan/remove-loader-no-progress-objectTristan van Berkom2020-05-302-18/+12
|/
* Merge branch 'tristan/version-specific-config' into 'master'bst-marge-bot2020-05-293-3/+50
|\
| * doc/source/using_config.rst: Document support for version specific config files.Tristan van Berkom2020-05-291-0/+11
| * tests/internals/context.py: Test correct config file is chosen.Tristan van Berkom2020-05-291-0/+28
| * _context.py: Support parallel installations of BuildStreamTristan van Berkom2020-05-291-3/+11
|/
* Merge branch 'bschubert/resolve-public-variables' into 'master'bst-marge-bot2020-05-295-14/+48
|\
| * element.py: Always expand public data's variablesBenjamin Schubert2020-05-295-14/+48
|/
* Merge branch 'juerg/cas-send-directory' into 'master'bst-marge-bot2020-05-281-3/+5
|\
| * cascache.py: Drop unnecessary FindMissingBlobs from _send_directory()juerg/cas-send-directoryJürg Billeter2020-05-281-3/+5
|/
* Merge branch 'juerg/sast' into 'master'bst-marge-bot2020-05-281-0/+1
|\
| * .gitlab-ci.yml: Configure SAST analyzersJürg Billeter2020-05-281-0/+1
|/
* Merge branch 'juerg/expandsandbox' into 'master'bst-marge-bot2020-05-285-31/+52
|\
| * tests/integration/sandbox.py: Test variable expansion in sandbox configjuerg/expandsandboxJürg Billeter2020-05-283-0/+25
| * element.py: Expand variables in sandbox configJürg Billeter2020-05-281-3/+5
| * Move sandbox YAML processing from Element to SandboxConfigJürg Billeter2020-05-282-29/+23
|/
* Merge branch 'tristan/junction-docs-touchup' into 'master'bst-marge-bot2020-05-281-4/+4
|\
| * doc/source/format_declaring.rst: Fixing spelling mistakeTristan van Berkom2020-05-281-4/+4
|/
* Merge branch 'tristan/junction-plugin-origin' into 'master'bst-marge-bot2020-05-2817-237/+774
|\
| * doc/source/format_project.rst: Documenting the junction plugin origin.tristan/junction-plugin-originTristan van Berkom2020-05-281-0/+63
| * tests/plugins/loading.py: Adding tests for junction plugin originTristan van Berkom2020-05-285-0/+193
| * _pluginfactory/pluginoriginjunction.py: Add support for junction plugin origin.Tristan van Berkom2020-05-283-0/+89
| * _pluginfactory: Delegating the work of locating plugins to the PluginOriginTristan van Berkom2020-05-2810-237/+429
|/
* Merge branch 'juerg/dynamic-plan' into 'master'bst-marge-bot2020-05-275-14/+139
|\
| * tests/frontend/pull.py: Add test for dynamic build planJürg Billeter2020-05-271-0/+47
| * Revert "Simplify queue management"Jürg Billeter2020-05-272-3/+14
| * Revert "Schedule elements instead of "requiring" them"Jürg Billeter2020-05-274-11/+70
| * Revert "element: remove _is_required()/__required"Jürg Billeter2020-05-271-0/+8
|/
* Merge branch 'juerg/node-properties' into 'master'bst-marge-bot2020-05-2715-264/+386
|\
| * .gitlab-ci.yml: Update BuildBox components to 0.0.8juerg/node-propertiesJürg Billeter2020-05-271-5/+5
| * Update node property support to match proto changesJürg Billeter2020-05-279-59/+87
| * _protos: Update local_cas.protoJürg Billeter2020-05-252-54/+53
| * _protos: Update remote_execution.protoJürg Billeter2020-05-253-146/+241
|/
* Merge branch 'tristan/loader-api-fixup' into 'master'bst-marge-bot2020-05-242-197/+197
|\
| * _loader/loader.py: Reoganized public/private methodstristan/loader-api-fixupTristan van Berkom2020-05-242-197/+197
|/
* Merge branch 'tristan/improve-frontend-crash-handling' into 'master'bst-marge-bot2020-05-192-6/+29
|\
| * _scheduler/scheduler.py: Reset the schedule handler at the beginning of real_...Tristan Van Berkom2020-05-191-3/+15
| * _scheduler: Fix order of launching jobs and sending notifications.Tristan Van Berkom2020-05-192-3/+14
|/
* Merge branch 'bschubert/ensure-composite-works-with-variables' into 'master'bst-marge-bot2020-05-196-2/+42
|\
| * node.pyx: Deep clone ScalarNode toobschubert/ensure-composite-works-with-variablesBenjamin Schubert2020-05-196-2/+42
|/
* Merge branch 'chandan/fix-subst-non-greedy' into 'master'bst-marge-bot2020-05-182-1/+21
|\
| * _frontend/profile: Use non-greedy search to substitute variablesChandan Singh2020-05-182-1/+21
|/