summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests/frontend/workspace.py: Test that all elements build with workspace in playtristan/backport-update-state-changes-1.2Tristan Van Berkom2019-03-2423-0/+157
* element.py: Add _fetch_done method and use this to update the stateBenjamin Schubert2019-03-242-1/+10
* Don't update state before summary. It should be consistentBenjamin Schubert2019-03-241-12/+1
* Stop updating state in queue.status()Benjamin Schubert2019-03-246-12/+214
* plugin.py: make _unique_id accessible to the coreBenjamin Schubert2019-03-245-16/+9
* plugin.py: move the creation and handling of the plugin table in PluginBenjamin Schubert2019-03-244-49/+51
* Merge branch 'chandan/fix-ci-1.2' into 'bst-1.2'bst-marge-bot2019-03-221-7/+7
|\
| * .gitlab-ci.yml: Update CI to use images from GitLab RegistryChandan Singh2019-03-221-7/+7
|/
* Merge branch 'tristan/remove-toplevel-makefile-1.2' into 'bst-1.2'Tristan Van Berkom2019-03-201-21/+0
|\
| * Removing toplevel MakefileTristan Van Berkom2019-03-201-21/+0
|/
* Merge branch 'tristan/missing-file-errors-1.2' into 'bst-1.2'Tristan Van Berkom2019-03-1218-6/+122
|\
| * tests/format/junctions.py: Added tests for missing files across junction boun...Tristan Van Berkom2019-03-1211-1/+67
| * tests/format/project.py: Added tests for missing files and missing junctionsTristan Van Berkom2019-03-125-0/+31
| * _loader/loader.py: Specify junction name in missing file errors where appropr...Tristan Van Berkom2019-03-121-3/+12
| * _loader/loader.py: Include provenance in missing file errorsTristan Van Berkom2019-03-121-3/+9
| * _yaml.py: Report more accurate provenance informationTristan Van Berkom2019-03-121-1/+5
|/
* .gitlab-ci.yml: Fix "overnight-tests-no-cache" jobJavier Jardón2019-03-101-1/+0
* Merge branch 'jjardon/bst1.2-use_freedesktop-sdk-18.08.28' into 'bst-1.2'Javier Jardón2019-03-101-2/+2
|\
| * .gitlab-ci.yml: Use current freedesktop-sdk release: freedesktop-sdk-18.08.28Javier Jardón2019-03-091-2/+2
|/
* Merge branch 'tristan/optional-coverage-1.2' into 'bst-1.2'bst-marge-bot2019-03-058-26/+73
|\
| * tox.ini: Support running tests without coverage present at allTristan Van Berkom2019-03-051-7/+13
| * setup.cfg, tox.ini: Moved coverage support to the tox.ini levelTristan Van Berkom2019-03-052-2/+2
| * tox.ini / requirements: Separated coverage requirementsTristan Van Berkom2019-03-055-17/+30
| * requirements: Added makefile for updating the requirementsTristan Van Berkom2019-03-051-0/+23
| * tests/testutils/artifactshare.py: Support optional coverageTristan Van Berkom2019-03-051-2/+7
|/
* Merge branch 'tristan/fix-overlap-subproject-policy-1.2' into 'bst-1.2'Tristan Van Berkom2019-02-228-10/+63
|\
| * tests/frontend/overlaps.py: Added regression test for cross project overlapsTristan Van Berkom2019-02-227-8/+61
| * element.py: Observe fail-on-overlap policy on building element's projectTristan Van Berkom2019-02-221-2/+2
|/
* NEWS: Updating for 1.2.4 release1.2.4Tristan Van Berkom2019-02-141-0/+16
* Merge branch 'valentindavid/pull-chmod-bug-1.2' into 'bst-1.2'Valentin David2019-02-132-5/+84
|\
| * buildstream/_artifactcache/cascache.py: Set 0644 rights to pulled filesvalentindavid/pull-chmod-bug-1.2Valentin David2019-02-132-5/+84
|/
* Merge branch 'doraskayo/filter-indirect-deps-fix-1.2' into 'bst-1.2'James Ennis2019-02-054-2/+43
|\
| * filter.py: don't recurse when staging dependenciesdoraskayo/filter-indirect-deps-fix-1.2Dor Askayo2019-02-054-2/+43
|/
* Merge branch 'chandan/toxify-1.2' into 'bst-1.2'Chandan Singh2019-02-0415-125/+202
|\
| * .coveragerc: Omit .tox/ directory from coverage statschandan/toxify-1.2Chandan Singh2019-01-281-0/+2
| * .coveragerc: Omit some things which are irrelevant to cover.Tristan Van Berkom2019-01-281-1/+3
| * bst2html.py: Name the second argument to avoid an errorJim MacArthur2019-01-281-1/+1
| * .gitlab-ci.yml: Run tests using toxChandan Singh2019-01-281-110/+35
| * .gitignore: Ingnore tox, pytest, coverage filesChandan Singh2019-01-281-0/+3
| * Add tox.ini from master branchChandan Singh2019-01-281-0/+70
| * Add requirements files for install, test and plugin dependenciesChandan Singh2019-01-199-12/+87
| * conftest.py: Don't use deprecated get_marker() functionChandan Singh2019-01-191-1/+1
|/
* Merge branch 'valentindavid/git_force_fetch_tags-1.2' into 'bst-1.2'Valentin David2018-12-113-2/+113
|\
| * Force updating tags when fetching git repositoryValentin David2018-12-113-2/+113
|/
* Merge branch 'tristan/avoid-unused-submodules-1.2' into 'bst-1.2'Tristan Van Berkom2018-12-101-7/+15
|\
| * plugins/sources/git.py: Avoid downloading unused submodulesTristan Van Berkom2018-12-101-7/+15
|/
* Merge branch 'valentindavid/cache_server_fill_up-1.2' into 'bst-1.2'Valentin David2018-12-104-96/+255
|\
| * Lock cache cleanup in cas servervalentindavid/cache_server_fill_up-1.2Valentin David2018-11-291-46/+56
| * Cleanup cache in cas server more agressivelyValentin David2018-11-293-67/+107
| * Move cas server from ref-based to object-based garbage collection.Valentin David2018-11-292-3/+46