summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * _scheduler: Fix bookkeeping of terminated jobsTristan Van Berkom2018-10-032-9/+24
|/
* Merge branch 'juerg/cas-batch-1.2' into 'bst-1.2'Tristan Van Berkom2018-10-032-96/+224
|\
| * _artifactcache/cascache.py: Use BatchUpdateBlobsjuerg/cas-batch-1.2Jürg Billeter2018-10-031-4/+74
| * _artifactcache/casserver.py: Implement BatchUpdateBlobsJürg Billeter2018-10-031-2/+43
| * cascache.py: Preparation for remote executionJim MacArthur2018-10-031-94/+111
|/
* Merge branch 'tristan/fix-status-messages-1.2' into 'bst-1.2'Tristan Van Berkom2018-10-032-21/+49
|\
| * source.py: Silence messages while consuming source fetcherstristan/fix-status-messages-1.2Tristan Van Berkom2018-10-021-17/+37
| * git.py: Added timed activity around fetching, displaying the URL being fetched.Tristan Van Berkom2018-10-021-4/+12
|/
* Merge branch 'juerg/cas-batch-1.2' into 'bst-1.2'Jürg Billeter2018-10-015-39/+207
|\
| * _artifactcache/cascache.py: Use BatchReadBlobsJürg Billeter2018-09-301-12/+137
| * _artifactcache/casserver.py: Harmonize payload size limitJürg Billeter2018-09-301-5/+6
| * _artifactcache/cascache.py: Increase payload size limit for uploadsJürg Billeter2018-09-301-2/+7
| * _artifactcache/cascache.py: Add _ensure_blob helperJürg Billeter2018-09-301-24/+33
| * artifactcache: rename get_quota_exceeded()Tiago Gomes2018-09-303-5/+5
| * artifactcache: improve _fetch_directory()Tiago Gomes2018-09-301-6/+19
| * artifactcache: improve _create_tree()Tiago Gomes2018-09-301-4/+19
| * artifactcache: fix oversightTiago Gomes2018-09-301-1/+1
|/
* Merge branch 'valentindavid/silverblue-path-1.2' into 'bst-1.2'Tiago Gomes2018-09-282-1/+13
|\
| * Fix outside-of-project check when project path is not canonical.valentindavid/silverblue-path-1.2Valentin David2018-09-282-1/+13
|/
* ci: update freedesktop-sdk refTiago Gomes2018-09-261-1/+1
* Merge branch 'tiagogomes/issue-514-backport' into 'bst-1.2'Tiago Gomes2018-09-251-0/+43
|\
| * CI: test building freedesktop-sdk overnightTiago Gomes2018-09-251-0/+43
|/
* NEWS: Update for 1.2.21.2.2Jürg Billeter2018-09-241-0/+6
* Merge branch 'bochecha/blessings' into 'bst-1.2'Jürg Billeter2018-09-241-1/+0
|\
| * _frontend/app.py: Remove leftover blessings importMathieu Bridon2018-09-241-1/+0
|/
* NEWS: Updating with fixes for 1.2.11.2.1Tristan Van Berkom2018-09-211-0/+22
* Merge branch 'tristan/fix-source-reinstantiation-1.2' into 'bst-1.2'Tristan Van Berkom2018-09-211-11/+34
|\
| * source.py: Fix re-instantiationTristan Van Berkom2018-09-211-11/+34
|/
* Merge branch 'juerg/cas-batch-1.2' into 'bst-1.2'Tristan Van Berkom2018-09-201-0/+49
|\
| * _artifactcache/casserver.py: Implement BatchReadBlobsJürg Billeter2018-09-201-0/+25
| * _artifactcache/casserver.py: Implement Capabilities serviceJürg Billeter2018-09-201-0/+24
|/
* Merge branch 'Qinusty/skipped-rework-backport-1.2' into 'bst-1.2'Tristan Van Berkom2018-09-2013-65/+88
|\
| * cascache.py: Modify messaging API callsJosh Smith2018-09-201-5/+2
| * cascache.py: Move push/pull messaging to cascacheJosh Smith2018-09-203-9/+9
| * element.py: Remove redundant timed_activityJosh Smith2018-09-191-9/+8