summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: Avoid hangs due to exceptions in subprocessesjmac/fix-test-hangsJim MacArthur2018-11-222-21/+35
* 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
| * CasBasedDirectory: Change constructor to take a CASCache instead of a ContextRichard Maw2018-11-196-36/+19
|/
* Merge branch 'chandan/source-checkout-news' into 'master'Chandan Singh2018-11-191-0/+2
|\
| * NEWS: Add entry for the new source-checkout commandChandan Singh2018-11-191-0/+2
|/
* Merge branch 'bschubert/dont-cache-errors-from-host-tools' into 'master'Benjamin Schubert2018-11-193-97/+141
|\
| * element.py: Only cache on element error or successBenjamin Schubert2018-11-191-19/+6
| * Don't cache sandbox errorsBenjamin Schubert2018-11-193-90/+147
|/
* Merge branch 'abderrahim/cmake-variable-types' into 'master'Valentin David2018-11-192-3/+3
|\
| * plugins/elements/cmake.yaml: always specify variable typesAbderrahim Kitouni2018-11-192-3/+3
|/
* Merge branch 'chandan/source-checkout' into 'master'Chandan Singh2018-11-197-28/+285
|\
| * Add `bst source-checkout` commandChandan Singh2018-11-197-27/+284
| * buildstream/_pipeline.py: Simplify error message for assert_consistent()Chandan Singh2018-11-191-1/+1
|/
* Merge branch 'bschubert/fix-atomic-move-git-repo' into 'master'Benjamin Schubert2018-11-196-31/+147
|\
| * sources/pip.py: Use move_atomic instead of manual os.renameBenjamin Schubert2018-11-191-7/+7
| * cascache.py: use move_atomic instead of manual error checkingBenjamin Schubert2018-11-191-10/+5
| * Extract atomic move function to utils.pyBenjamin Schubert2018-11-194-81/+137