summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: Migrate junctions test to tests/format/junctions.pytristan/organizing-testsTristan Van Berkom2019-01-1264-0/+0
* tests: Migrate protected variable handling tests to tests/format/variables.pyTristan Van Berkom2019-01-124-102/+89
* tests: Removing tests/pipeline/load.pyTristan Van Berkom2019-01-123-26/+0
* tests: Renaming some tests in tests/format/project.pyTristan Van Berkom2019-01-121-5/+5
* tests: Migrate preflight error handling check to tests/format/project.pyTristan Van Berkom2019-01-126-19/+7
* tests: Migrate test for load_ref() unsupporting plugins into format/project.pyTristan Van Berkom2019-01-125-32/+32
* tests: Migrate dependency order/iteration testing to the format testsTristan Van Berkom2019-01-1230-107/+108
* tests: Migrate dependencies test to tests/formatTristan Van Berkom2019-01-1225-292/+168
* tests: Migrate internal Loader basic test to internals directoryTristan Van Berkom2019-01-127-2/+15
* tests: Rename `plugins` directory to `elements` directoryTristan Van Berkom2019-01-1218-0/+0
* tests: Removing tests/plugins/third_party.pyTristan Van Berkom2019-01-125-79/+0
* tests: Migrate plugin loading test to internals directoryTristan Van Berkom2019-01-1217-1/+1
* tests: Migrate plugin factory test to internals directoryTristan Van Berkom2019-01-1221-1/+1
* tests: Migrate context test into the internals directoryTristan Van Berkom2019-01-125-1/+1
* tests: Migrate utils tests into internals directoryTristan Van Berkom2019-01-124-0/+0
* tests: Migrate yaml test to the internals directoryTristan Van Berkom2019-01-1214-1/+1
* tests: Migrate storage test to the internals directoryTristan Van Berkom2019-01-124-1/+1
* tests: Migrate virtual directory storage test to internals directoryTristan Van Berkom2019-01-121-0/+0
* tests: Migrate `--except` testing to tests/frontend/show.pyTristan Van Berkom2019-01-1215-88/+86
* tests: Migrate completions test to tests/frontendTristan Van Berkom2019-01-1224-1/+4
* Merge branch 'tristan/fix-skipped-elements' into 'master'Tristan Van Berkom2019-01-121-1/+1
|\
| * _scheduler/queues/queue.py: Put elements in the skip list, not jobsTristan Van Berkom2019-01-121-1/+1
|/
* Merge branch 'aevri/tox_no_cov' into 'master'Angelos Evripiotis2019-01-112-1/+11
|\
| * contributing: '--last-failed' and '--no-cov' tipsAngelos Evripiotis2019-01-111-0/+10
| * dev-requirements: pytest-cov==2.6.1 for '--no-cov'Angelos Evripiotis2019-01-111-1/+1
|/
* Merge branch 'tristan/element-processing-order' into 'master'Tristan Van Berkom2019-01-113-1/+128
|\
| * tests/frontend/order.py: Adding tests ensuring stable element processing orderTristan Van Berkom2019-01-101-0/+109
| * testutils/runcli.py: Added Result.get_start_order()Tristan Van Berkom2019-01-101-0/+17
| * _pipeline.py: Fix the planner to retain the original order when depth sortingTristan Van Berkom2019-01-101-1/+2
|/
* Merge branch 'aevri/contrib-typos' into 'master'Angelos Evripiotis2019-01-101-11/+11
|\
| * contributing: fix 'oprtation' and some other typosAngelos Evripiotis2019-01-101-11/+11
|/
* Merge branch 'juerg/arch' into 'master'Jürg Billeter2019-01-108-16/+146
|\
| * tests/format/optionarch.py: Add tests for architecture aliasesJürg Billeter2019-01-105-0/+81
| * element.py: Accept architecture aliases for sandbox configjuerg/archJürg Billeter2019-01-101-1/+7
| * _options/optionarch.py: Accept architecture aliasesJürg Billeter2019-01-101-1/+30
| * _platform/platform.py: Add canonicalize_arch() methodJürg Billeter2019-01-101-14/+28
|/
* Merge branch 'tristan/refine-coverage' into 'master'Tristan Van Berkom2019-01-091-1/+3
|\
| * .coveragerc: Omit some things which are irrelevant to cover.Tristan Van Berkom2019-01-091-1/+3
|/
* Merge branch 'tristan/detox-tests' into 'master'Tristan Van Berkom2019-01-095-19/+76
|\
| * CONTRIBUTING.rst: Updated to mention new `coverage` tox environment.Tristan Van Berkom2019-01-091-0/+20
| * Support running test environments in parallel with `detox`Tristan Van Berkom2019-01-094-19/+56
|/
* Merge branch 'jmac/rename_instance_name' into 'master'Jim MacArthur2019-01-091-2/+2
|\
| * sandboxremote.py: Rename 'instance_name' option to 'instance-name'jmac/rename_instance_nameJim MacArthur2019-01-091-2/+2
|/
* Merge branch 'valentindavid/script_virtual_directory' into 'master'Valentin David2019-01-091-0/+3
|\
| * buildstream/plugins/elements/script.py: Mark script as BST_VIRTUAL_DIRECTORYvalentindavid/script_virtual_directoryValentin David2019-01-091-0/+3
|/
* Merge branch 'valentindavid/remote_execution_configuration' into 'master'Valentin David2019-01-095-13/+115
|\
| * Add support for https channel to remote execution and actions serversvalentindavid/remote_execution_configurationValentin David2019-01-092-11/+35
| * Add support for user remote execution configurationValentin David2019-01-095-4/+72
| * Use relative path to project directory for remote execution certificates/keysValentin David2019-01-091-0/+10
|/
* Merge branch 'tristan/sandbox-programming-error' into 'master'Tristan Van Berkom2019-01-081-4/+4
|\