summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests/artifactcache/expiry.py: Test refs directory cleanuptristan/cas-cleanup-improveTristan Van Berkom2019-01-181-0/+14
* _cas/cascache.py: Cleanup directories when removing refsTristan Van Berkom2019-01-181-5/+51
* Merge branch 'tristan/fix-bzr-race' into 'master'Tristan Van Berkom2019-01-183-93/+116
|\
| * tests/frontend/track.py: Use test_track_recurse() to stress test SourcesTristan Van Berkom2019-01-181-13/+47
| * testutils/runcli.py: Added cli.get_element_states()Tristan Van Berkom2019-01-181-0/+22
| * bzr source plugins: Remove all of the atomic backup directory business logicTristan Van Berkom2019-01-181-74/+18
| * bzr source plugin: Use lock files to avoid corrupting the source cacheTristan Van Berkom2019-01-181-6/+29
|/
* Merge branch 'valentindavid/overnight-tests-logs-artifacts' into 'master'Javier Jardón2019-01-181-0/+3
|\
| * .gitlab-ci.yml: Add overnight tests logs to artifacts.Valentin David2019-01-181-0/+3
|/
* Merge branch 'jennis/profiling_outputs_binaries' into 'master'James Ennis2019-01-181-4/+16
|\
| * _profile.py: Write binaries as well as logsjennis/profiling_outputs_binariesJames Ennis2019-01-171-2/+14
| * _profile.py: Add timestamp to the logsJames Ennis2019-01-171-4/+4
|/
* Merge branch 'tristan/error-message-regression' into 'master'Tristan Van Berkom2019-01-173-7/+8
|\
| * sandbox/sandbox.py: Display failed commands in the detail stringtristan/error-message-regressionTristan Van Berkom2019-01-163-7/+8
|/
* Merge branch 'tristan/organizing-tests' into 'master'Tristan Van Berkom2019-01-17247-739/+500
|\
| * tests: Migrate junctions test to tests/format/junctions.pyTristan Van Berkom2019-01-1664-0/+0
| * tests: Migrate protected variable handling tests to tests/format/variables.pyTristan Van Berkom2019-01-164-102/+89
| * tests: Removing tests/pipeline/load.pyTristan Van Berkom2019-01-163-26/+0
| * tests: Renaming some tests in tests/format/project.pyTristan Van Berkom2019-01-161-5/+5
| * tests: Migrate preflight error handling check to tests/format/project.pyTristan Van Berkom2019-01-166-19/+7
| * tests: Migrate test for load_ref() unsupporting plugins into format/project.pyTristan Van Berkom2019-01-165-32/+32
| * tests: Migrate dependency order/iteration testing to the format testsTristan Van Berkom2019-01-1630-107/+108
| * tests: Migrate dependencies test to tests/formatTristan Van Berkom2019-01-1625-292/+168
| * tests: Migrate internal Loader basic test to internals directoryTristan Van Berkom2019-01-167-2/+15
| * tests: Rename `plugins` directory to `elements` directoryTristan Van Berkom2019-01-1618-0/+0
| * tests: Removing tests/plugins/third_party.pyTristan Van Berkom2019-01-165-79/+0
| * tests: Migrate plugin loading test to internals directoryTristan Van Berkom2019-01-1617-1/+1
| * tests: Migrate plugin factory test to internals directoryTristan Van Berkom2019-01-1621-1/+1
| * tests: Migrate context test into the internals directoryTristan Van Berkom2019-01-165-1/+1
| * tests: Migrate utils tests into internals directoryTristan Van Berkom2019-01-164-0/+0
| * tests: Migrate yaml test to the internals directoryTristan Van Berkom2019-01-1614-1/+1
| * tests: Migrate storage test to the internals directoryTristan Van Berkom2019-01-164-1/+1
| * tests: Migrate virtual directory storage test to internals directoryTristan Van Berkom2019-01-161-0/+0
| * tests: Migrate `--except` testing to tests/frontend/show.pyTristan Van Berkom2019-01-1615-88/+86
| * tests: Migrate completions test to tests/frontendTristan Van Berkom2019-01-1624-1/+4
|/
* Merge branch 'tristan/cleanup-staging-tempdir' into 'master'Tristan Van Berkom2019-01-162-31/+28
|\
| * element.py: Cleanup temporary staging directories on terminationTristan Van Berkom2019-01-162-31/+28
|/
* Merge branch 'tristan/element-processing-order' into 'master'Tristan Van Berkom2019-01-169-258/+307
|\
| * _artifactcache/artifactcache.py: Rephrase failure messageTristan Van Berkom2019-01-161-1/+1
| * tests/frontend/order.py: Enable the test for build and fix the fetch testsTristan Van Berkom2019-01-161-18/+19
| * _scheduler: Refactor of queues and resources.Tristan Van Berkom2019-01-167-239/+287
|/
* Merge branch 'jennis/fix_bst_artifact_server' into 'master'James Ennis2019-01-161-1/+1
|\
| * setup.py: Import server main from _cas/casserver.pyJames Ennis2019-01-161-1/+1
|/
* Merge branch 'tristan/detoxing-integration-tests' into 'master'Tristan Van Berkom2019-01-164-12/+51
|\
| * conftest.py: Use different artifact directory for integration testsTristan Van Berkom2019-01-163-11/+50
| * source-determinism.py integration test: Dont use integration_cache fixtureTristan Van Berkom2019-01-161-1/+1
|/
* Merge branch 'chadnan' into 'master'Angelos Evripiotis2019-01-161-1/+1
|\
| * bst-docker-import: fix Chandan's namechadnanAngelos Evripiotis2019-01-161-1/+1
|/
* Merge branch 'raoul/cas-refactor' into 'master'Jürg Billeter2019-01-1615-414/+443
|\
| * cas: move remote only functions to CASRemoteRaoul Hidalgo Charman2019-01-164-144/+148