summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NEWS: Add entry for command batchingjuerg/command-batchingJürg Billeter2018-11-251-0/+3
* sandbox/_sandboxremote.py: Implement command batchingJürg Billeter2018-11-251-1/+69
* compose.py: Support batching for integration commandsJürg Billeter2018-11-251-2/+3
* scriptelement.py: Support batching for integration and build commandsJürg Billeter2018-11-251-25/+26
* buildelement.py: Support batching for integration and build commandsJürg Billeter2018-11-252-13/+12
* element.py: Add configure_prepare_assemble_batch() methodJürg Billeter2018-11-251-6/+47
* element.py: Support command batching for integration commandsJürg Billeter2018-11-251-8/+7
* element.py: Defer workspace.prepared setting in case of pending commandsJürg Billeter2018-11-251-1/+6
* element.py: Cache artifact also on SandboxCommandErrorJürg Billeter2018-11-251-2/+2
* element.py: Pass element object to sandboxJürg Billeter2018-11-251-0/+2
* sandbox/sandbox.py: Add command batching APIJürg Billeter2018-11-253-6/+251
* scriptelement.py: Use SandboxFlags.NONE instead of 0Jürg Billeter2018-11-251-2/+5
* element.py: Use SandboxFlags.NONE instead of 0Jürg Billeter2018-11-251-1/+2
* sandbox/sandbox.py: Add SandboxFlags.NONEJürg Billeter2018-11-251-0/+4
* sandbox: Deduplicate code to process cwd, env, and command argumentsJürg Billeter2018-11-255-45/+38
* tests/integration/manual.py: Add test for command loggingJürg Billeter2018-11-251-0/+25
* Merge branch 'valentindavid/overnight-tests-bump-fdo-sdk-version' into 'master'778-bst-example-html-in-the-doc-s-is-out-of-date-and-is-hard-to-maintainJavier Jardón2018-11-221-2/+2
|\
| * .gitlab-ci.yml: Bump version of fd.o SDK and bst_external in overnight testsValentin David2018-11-221-2/+2
|/
* Merge branch 'willsalmon/defaultWorkspaces' into 'master'Will Salmon2018-11-2115-136/+371
|\
| * Added a news item for workspace open changesWilliam Salmon2018-11-211-0/+4
| * Workspace CLI updateWilliam Salmon2018-11-2114-86/+263
| * tests/frontend/workspace.py: Refactor support functionWilliam Salmon2018-11-211-51/+105
|/
* Merge branch 'tpollard/pipelinehostconfig' into 'master'Jürg Billeter2018-11-211-1/+1
|\
| * tests/plugin/pipeline.py: Avoid using host user conftpollard/pipelinehostconfigTom Pollard2018-11-211-1/+1
|/
* Merge branch 'bschubert/mr938-comments' into 'master'Benjamin Schubert2018-11-211-3/+9
|\
| * utils.py: improve documentation of move_atomicBenjamin Schubert2018-11-211-2/+8
| * utils.py: Ensure move_atomic booleans are keyword only argumentsBenjamin Schubert2018-11-211-1/+1
|/
* Merge branch 'bschubert/add-fedora-nobwrap-tests' into 'master'Benjamin Schubert2018-11-2025-74/+151
|\
| * gitlab-ci.yml: Extract test command as a variableBenjamin Schubert2018-11-201-3/+4
| * gitlab-ci.yml: Add linux without brwap/ostree to ensure tests behaveBenjamin Schubert2018-11-201-0/+18
| * Ensure tests requiring bubblewrap are correctly markedBenjamin Schubert2018-11-2024-26/+98
| * gitlab-ci.yml: use template for unix testsBenjamin Schubert2018-11-201-29/+12
| * gitlab-ci.yml: remove unused artifacts for unix testsBenjamin Schubert2018-11-201-1/+0
| * gitlab-cy.yml: make linux-tests-template more composable.Benjamin Schubert2018-11-201-11/+16
| * Export variables globally for less repetition.Benjamin Schubert2018-11-201-5/+5
| * gitlab-ci.yml: Use CI_PROJECT_DIR instead of $(pwd) for cacheBenjamin Schubert2018-11-201-4/+3
|/
* Merge branch 'jennis/less_restrictive_pathways' into 'master'Jürg Billeter2018-11-201-1/+7
|\
| * _yaml.py: Fix incorrect error messageJames Ennis2018-11-201-1/+7
|/
* Merge branch '725-job-cancellation-on-remote-builds' into 'master'Jürg Billeter2018-11-201-2/+29
|\
| * _sandboxremote.py: Add sigterm handler that sends CancelOperation725-job-cancellation-on-remote-buildsRaoul Hidalgo Charman2018-11-201-2/+29
|/
* Merge branch 'aevri/prompt-config' into 'master'Angelos Evripiotis2018-11-206-14/+108
|\
| * Add prompt.workspace-... optionsAngelos Evripiotis2018-11-204-6/+39
| * Add prompt.auto-init buildstream.conf optionAngelos Evripiotis2018-11-204-4/+43
| * _context: refactor, extract _node_get_option_strAngelos Evripiotis2018-11-201-8/+29
| * _context: allow 'terminate' for scheduler.on-errorAngelos Evripiotis2018-11-201-1/+1
| * _yaml: document node_get()'s default_value argAngelos Evripiotis2018-11-201-0/+1
|/
* Merge branch 'juerg/context-default-values' into 'master'Jürg Billeter2018-11-199-55/+38
|\
| * _context.py: Drop duplicated default values for user configurationJürg Billeter2018-11-191-13/+15
| * tests/plugins/pipeline.py: Load context default valuesJürg Billeter2018-11-191-1/+2
| * tests/testutils/artifactshare.py: Do not create a fake contextJürg Billeter2018-11-191-5/+2