| Commit message (Expand) | Author | Age | Files | Lines |
* | _yaml.py: Fix incorrect error messagejennis/less_restrictive_pathways | James Ennis | 2018-11-16 | 1 | -1/+7 |
* | Merge branch 'richardmaw/distinguish-sandboxing-build-fail' into 'master' | richardmaw-codethink | 2018-11-14 | 8 | -42/+136 |
|\ |
|
| * | tests/integration/sandbox-bwrap.py: Test distinguishing sandbox exit code fro... | Richard Maw | 2018-11-14 | 4 | -1/+58 |
| * | tests/testutils/site.py: Check for bwrap supporting --json-status-fd | Richard Maw | 2018-11-14 | 1 | -1/+3 |
| * | buildstream/sandbox/_sandboxbwrap.py: Distinguish sandbox failure from comman... | Richard Maw | 2018-11-14 | 2 | -20/+52 |
| * | _platform/linux.py: Move get_bwrap_version into _site.py | Richard Maw | 2018-11-14 | 2 | -20/+23 |
|/ |
|
* | Merge branch 'valentindavid/integration-tests-aarch64' into 'master' | Javier Jardón | 2018-11-14 | 12 | -17/+72 |
|\ |
|
| * | Test aarch64 only overnight | Valentin David | 2018-11-14 | 1 | -3/+11 |
| * | Add support for aarch64 in a test | Valentin David | 2018-11-14 | 1 | -1/+1 |
| * | Disable tests on example on other architectures than x86_64 | Valentin David | 2018-11-14 | 6 | -6/+32 |
| * | Disable cachekey tests on other architectures than x86_64 | Valentin David | 2018-11-14 | 2 | -1/+5 |
| * | Run tests on aarch64 | Valentin David | 2018-11-14 | 3 | -7/+24 |
|/ |
|
* | Merge branch 'element-path_not_validated' into 'master' | Jürg Billeter | 2018-11-12 | 3 | -10/+33 |
|\ |
|
| * | tests/frontend: Add test for invalid element-pathelement-path_not_validated | Phillip Smyth | 2018-11-12 | 2 | -0/+17 |
| * | _project.py: Validate nodes early in Project._load | Phillip Smyth | 2018-11-12 | 1 | -10/+16 |
|/ |
|
* | Merge branch 'bschubert/fix-silence-stopiteration-pep-0479' into 'master' | richardmaw-codethink | 2018-11-12 | 1 | -20/+22 |
|\ |
|
| * | source.py: don't let StopIteration propagate to silence() contextmanagerbschubert/fix-silence-stopiteration-pep-0479 | Benjamin Schubert | 2018-11-09 | 1 | -20/+22 |
|/ |
|
* | Merge branch 'jmac/cas_to_cas_v2' into 'master' | Jim MacArthur | 2018-11-09 | 2 | -94/+652 |
|\ |
|
| * | virtual_directory_import.py: New testjmac/cas_to_cas_v2 | Jim MacArthur | 2018-11-09 | 1 | -0/+271 |
| * | _casbaseddirectory: Fix order of list_modified_paths | Jim MacArthur | 2018-11-09 | 1 | -9/+26 |
| * | _casbaseddirectory.py: Enable direct CAS-to-CAS import. | Jim MacArthur | 2018-11-09 | 1 | -85/+355 |
|/ |
|
* | Merge branch 'danielsilverstone-ct/plugin-destroy-debug-to-stderr' into 'master' | Valentin David | 2018-11-09 | 1 | -1/+2 |
|\ |
|
| * | plugin.py: Redirect DEBUG from `__del__` to `sys.stderr`danielsilverstone-ct/plugin-destroy-debug-to-stderr | Daniel Silverstone | 2018-11-09 | 1 | -1/+2 |
|/ |
|
* | Merge branch 'jennis/quota_declaration_fix' into 'master' | Javier Jardón | 2018-11-08 | 3 | -7/+53 |
|\ |
|
| * | artifactcache.py: Fix misleading error message when using % cache quotajennis/quota_declaration_fix | James Ennis | 2018-11-08 | 2 | -7/+15 |
| * | using_config.rst: Add documentation to showing how to impose quotas on the lo... | James Ennis | 2018-11-08 | 1 | -0/+38 |
|/ |
|
* | Merge branch 'aevri/contributing_gitlab' into 'master' | Angelos Evripiotis | 2018-11-08 | 1 | -1/+23 |
|\ |
|
| * | contributing: emphasise the 'why' in commits | Angelos Evripiotis | 2018-11-08 | 1 | -0/+10 |
| * | contributing: non-WIP should always be landable | Angelos Evripiotis | 2018-11-08 | 1 | -0/+6 |
| * | contributing: WIP again to be kind to reviewers | Angelos Evripiotis | 2018-11-08 | 1 | -1/+7 |
|/ |
|
* | Merge branch 'valentindavid/fix-script-install-root' into 'master' | Valentin David | 2018-11-08 | 6 | -2/+88 |
|\ |
|
| * | Fix bug with root mounted as non-artifact in script plugin. | Valentin David | 2018-11-08 | 6 | -2/+88 |
|/ |
|
* | Merge branch 'bschubert/tests-no-chroot-linux' into 'master' | Benjamin Schubert | 2018-11-08 | 8 | -49/+134 |
|\ |
|
| * | Test that helpful messages are raised when missing dependencies | Benjamin Schubert | 2018-11-08 | 5 | -1/+97 |
| * | conftest.py: Ensure platform is not maintained between tests | Benjamin Schubert | 2018-11-08 | 1 | -0/+7 |
| * | Move bwrap checks in platform/linux.py | Benjamin Schubert | 2018-11-08 | 2 | -48/+30 |
|/ |
|
* | Merge branch 'valentindavid/fix-recursive-strip-debug' into 'master' | Valentin David | 2018-11-08 | 4 | -3/+8 |
|\ |
|
| * | Fix infinite recursion in default strip debug command | Valentin David | 2018-11-08 | 4 | -3/+8 |
|/ |
|
* | Merge branch 'valentindavid/script-artifact-corruption' into 'master' | richardmaw-codethink | 2018-11-07 | 6 | -7/+70 |
|\ |
|
| * | Fix cache corruption by scripts when layout and integration commands are used | Valentin David | 2018-11-07 | 6 | -7/+70 |
|/ |
|
* | Merge branch 'jmac/make_writable_combination' into 'master' | Jim MacArthur | 2018-11-07 | 1 | -10/+3 |
|\ |
|
| * | element.py: Use _force_rmtree instead of custom code.jmac/make_writable_combination | Jim MacArthur | 2018-11-07 | 1 | -10/+3 |
|/ |
|
* | Merge branch 'jennis/docs_patch' into 'master' | richardmaw-codethink | 2018-11-07 | 3 | -67/+81 |
|\ |
|
| * | using_configuring_artifact_server.rst: Remove examples and redirect to user c... | James Ennis | 2018-11-07 | 1 | -47/+7 |
| * | format_project.rst: Update instructions regarding how we declare remote cache... | James Ennis | 2018-11-07 | 1 | -5/+20 |
| * | using_config.rst: Update our instructions for how we declare caches in user c... | James Ennis | 2018-11-07 | 2 | -15/+54 |
|/ |
|
* | Merge branch 'jmac/remote-sandbox-errors' into 'master' | Jim MacArthur | 2018-11-06 | 1 | -4/+1 |
|\ |
|
| * | _sandboxremote.py: Use the standard SandboxError.jmac/remote-sandbox-errors | Jim MacArthur | 2018-11-06 | 1 | -4/+1 |
|/ |
|
* | Merge branch 'Qinusty/unit-test-utils' into 'master' | richardmaw-codethink | 2018-11-06 | 3 | -3/+78 |
|\ |
|
| * | Add regression test for _pretty_size | Josh Smith | 2018-11-06 | 2 | -0/+74 |