summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* setup.cfg, tox.ini: Moved coverage support to the tox.ini leveltristan/optional-coverage-1.2Tristan Van Berkom2019-03-042-2/+2
* tox.ini / requirements: Separated coverage requirementsTristan Van Berkom2019-03-045-17/+30
* requirements: Added makefile for updating the requirementsTristan Van Berkom2019-03-041-0/+21
* 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
| * Update mtimes of objects for requested references.Valentin David2018-11-293-11/+37
| * "Fallocate" object disk space to avoid getting NOSPC error when writingValentin David2018-11-291-6/+24
| * Avoid copying temporary file when adding object to CAS in server.Valentin David2018-11-192-18/+26
| * Fix type error in RPC messagesValentin David2018-11-191-2/+2
| * Make cache clients not fail when a blob is not available.Valentin David2018-11-191-0/+14
| * Use f_bavail to query available space. Not f_bfree.Valentin David2018-11-191-1/+1
|/
* Merge branch 'valentindavid/script-artifact-corruption-1.2' into 'bst-1.2'Valentin David2018-11-1410-8/+157
|\
| * Fix cache corruption by scripts when layout and integration commands are usedvalentindavid/script-artifact-corruption-1.2Valentin David2018-11-0810-8/+157
|/
* Merge branch 'chandan/fix-checkout-none-1.2' into 'bst-1.2'Tristan Van Berkom2018-10-294-23/+34
|\
| * Ensure `--deps=none` option works for `bst checkout`Chandan Singh2018-10-294-23/+34
|/
* Merge branch 'valentindavid/move_alpine_tarball-1.2' into 'bst-1.2'Javier Jardón2018-10-174-4/+4
|\
| * Change URL to the Alpine tarballValentin David2018-10-174-4/+4
|/
* NEWS: Updating for 1.2.3 release1.2.3Tristan Van Berkom2018-10-051-0/+20
* Merge branch 'valentindavid/rmtree_oserror-1.2' into 'bst-1.2'Valentin David2018-10-041-1/+1
|\
| * Catch correct exception from shutil.rmtreevalentindavid/rmtree_oserror-1.2Valentin David2018-10-041-1/+1
|/
* Merge branch 'tristan/fix-cache-size-race-1.2' into 'bst-1.2'Tristan Van Berkom2018-10-032-4/+8
|\
| * utils.py: Document _get_dir_size() expectations.Tristan Van Berkom2018-10-031-0/+3
| * _artifactcache/cascache.py: Don't create temporary files in the CAS storageTristan Van Berkom2018-10-031-1/+1
| * utils.py: Give save_file_atomic() a tempdir argumentTristan Van Berkom2018-10-031-3/+4
|/
* Merge branch 'tristan/fix-double-terminate-prompt-1.2' into 'bst-1.2'Tristan Van Berkom2018-10-031-0/+9
|\
| * _scheduler/scheduler.py: Ignore interrupt events while terminating.Tristan Van Berkom2018-10-031-0/+9
|/
* Merge branch 'tristan/fix-terminated-jobs-1.2' into 'bst-1.2'Tristan Van Berkom2018-10-032-9/+24
|\