summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cascache.py: Modify messaging API callsQinusty/skipped-rework-backport-1.2Josh Smith2018-09-191-5/+2
* cascache.py: Move push/pull messaging to cascacheJosh Smith2018-09-193-9/+7
* 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
|\
| * tests/artifactcache/expiry.py: Added test_never_delete_required_track()Tristan Van Berkom2018-09-141-1/+57
| * testutils/element_generators.py: Changing sized element functionsTristan Van Berkom2018-09-142-18/+77
| * testutils/repo/git.py: Added modify_file() methodTristan Van Berkom2018-09-141-0/+7
| * tests/artifactcache/expiry.py: Assert the expected errorsTristan Van Berkom2018-09-141-0/+2
| * tests/artifactcache/expiry.py: Cleanup of test for required artifactsTristan Van Berkom2018-09-141-39/+23
| * _artifactcache/artifactcache.py: Changes to mark_required_elements()Tristan Van Berkom2018-09-143-32/+53
|/
* Merge branch 'tristan/fix-cache-exclusivity-1.2' into 'bst-1.2'Tristan Van Berkom2018-09-1012-146/+198
|\
| * _artifactcache: There shalt be only one cache sizetristan/fix-cache-exclusivity-1.2Tristan Van Berkom2018-09-108-86/+84
| * element.py: Remove _get_artifact_cache() accessor.Tristan Van Berkom2018-09-104-16/+16
| * _scheduler/jobs/cleanupjob.py: Use Platform.get_platform() public accessorTristan Van Berkom2018-09-101-3/+5
| * _scheduler/jobs/cachesizejob.py: Use Platform.get_platform() public accessorTristan Van Berkom2018-09-101-3/+5
| * element.py: Remove _get_artifact_size()Tristan Van Berkom2018-09-103-36/+22
| * _artifactcache/artifactcache.py: Sealing away some the estimated sizeTristan Van Berkom2018-09-104-28/+41
| * _artifactcache/artifactcache.py: Removing unused variable.Tristan Van Berkom2018-09-101-1/+0
| * _scheduler: API fixes; _check_cache_size_real() -> check_cache_size()Tristan Van Berkom2018-09-103-10/+34
| * _artifactcache: Making public methods publicTristan Van Berkom2018-09-104-32/+35
| * element.py: Adding missing API documenting commentTristan Van Berkom2018-09-101-0/+7
| * _scheduler/scheduler.py: Make CacheSizeJob() not require the CACHE exclusivelyTristan Van Berkom2018-09-101-1/+0
| * _scheduler/resources.py: Set CACHE max resources to 0Tristan Van Berkom2018-09-101-1/+1
| * _scheduler/queues: Mark build and pull queue as requiring shared access to th...Tristan Van Berkom2018-09-102-2/+2
| * tests/artifactcache/expiry.py: Fix test case expectations.Tristan Van Berkom2018-09-101-0/+19
|/
* NEWS: Updating for the 1.2.0 release1.2.0Tristan Van Berkom2018-09-031-0/+8
* Merge branch 'tristan/update-docs' into 'bst-1.2'Tristan Van Berkom2018-09-0315-337/+303
|\
| * docs: Updating static session files for the 1.2.0 releaseTristan Van Berkom2018-09-0314-336/+302
| * doc/examples/first-project/project.conf: Updating format versionTristan Van Berkom2018-09-031-1/+1
|/
* Merge branch 'tristan/source-fetcher-changes-1.2' into 'bst-1.2'Tristan Van Berkom2018-09-035-32/+149
|\
| * source.py: Track marked URLs and assert they are marked during Plugin.configu...tristan/source-fetcher-changes-1.2Tristan Van Berkom2018-09-031-0/+20
| * source.py: Added `primary` argument to URL marking APIsTristan Van Berkom2018-09-033-19/+52
| * plugin.py: Added _configure() and _get_configuring() private APIsTristan Van Berkom2018-09-033-2/+29
| * source.py: Documenting that marking download URLs is mandatoryTristan Van Berkom2018-09-031-6/+34