summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* _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
| * tests.py: Test skip on pushJosh Smith2018-09-191-0/+23
| * Rework Skipped usageJosh Smith2018-09-1910-45/+49
|/
* Merge branch 'tristan/remove-blessings-1.2' into 'bst-1.2'Tristan Van Berkom2018-09-193-8/+77
|\
| * _frontend/status.py: Completely remove the blessings dependency from BuildStreamTristan Van Berkom2018-09-193-8/+77
|/
* Merge branch 'tristan/fix-artifact-config-crash-1.2' into 'bst-1.2'Tristan Van Berkom2018-09-185-1/+46
|\
| * tests/artifactcache/config.py: Added test for invalid push remote configurationTristan Van Berkom2018-09-184-0/+35
| * _artifactcache/artifactcache.py: Error out gracefully when push remote is mal...Tristan Van Berkom2018-09-181-1/+11
|/
* Merge branch 'tristan/fix-override-options-1.2' into 'bst-1.2'Tristan Van Berkom2018-09-184-0/+52
|\
| * tests/format/optionoverrides.py: Added test for options in element overridesTristan Van Berkom2018-09-183-0/+49
| * _project.py: Fix option resolution in element & source overridesTristan Van Berkom2018-09-181-0/+3
|/
* buildstream/_frontend/complete.py: Added missing click license complianceTristan Van Berkom2018-09-161-2/+17
* Merge branch 'tiagogomes/issue-287-backport' into 'bst-1.2'Tiago Gomes2018-09-148-27/+140
|\
| * Add tests for validating configuration variablesTiago Gomes2018-09-143-0/+101
| * element: validate configuration variablesTiago Gomes2018-09-142-1/+12
| * docs: document protected variablesTiago Gomes2018-09-142-15/+22
| * tests: avoid setting max-jobsTiago Gomes2018-09-141-11/+5
|/
* Merge branch 'tristan/fix-required-artifacts-1.2' into 'bst-1.2'Tristan Van Berkom2018-09-147-89/+218
|\