summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* source.py: Fixing docs link formatting to be consistent.Tristan Van Berkom2018-09-031-8/+10
* source.py: Document Source.get_source_fetchers() to return an iterableTristan Van Berkom2018-09-031-2/+9
* Merge branch 'Qinusty/cache-size-directory-backport' into 'bst-1.2'Tristan Van Berkom2018-09-011-1/+1
|\
| * scheduler.py: Move cache_size logs into folderQinusty/cache-size-directory-backportJosh Smith2018-08-311-1/+1
|/
* Merge branch 'Qinusty/retries-should-fail-backport' into 'bst-1.2'Qinusty2018-08-314-10/+6
|\
| * tests: Modify tests to ensure retry FAILUREQinusty/retries-should-fail-backportJosh Smith2018-08-313-3/+3
| * job.py: Modify retry messages to be FAILJosh Smith2018-08-311-7/+3
|/
* Merge branch 'tristan/591-workaround-1.2' into 'bst-1.2'Tristan Van Berkom2018-08-311-0/+11
|\
| * _project.py: Adding FIXME comment to address #591 properlyTristan Van Berkom2018-08-311-1/+7
| * buildstream/_project.py: Report if project.conf is missing nameTom Pollard2018-08-311-0/+5
|/
* Merge branch 'tristan/atomic-cache-size-file-1.2' into 'bst-1.2'Tristan Van Berkom2018-08-301-1/+1
|\
| * _artifactcache/artifactcache.py: Write the cache_size file atomicallytristan/atomic-cache-size-file-1.2Tristan Van Berkom2018-08-301-1/+1
|/
* Merge branch 'valentindavid/post_tracking_error-1.2' into 'bst-1.2'Valentin David2018-08-302-12/+37
|\
| * Report processing errors from trackingValentin David2018-08-302-12/+37
|/
* Merge branch 'valentindavid/roundtripping_only_when_modified-1.2' into 'bst-1.2'Tristan Van Berkom2018-08-301-2/+3
|\
| * Disable round-tripping when element is not modifiedValentin David2018-08-301-2/+3
|/
* Merge branch 'tristan/source-mirroring-changes-1.2' into 'bst-1.2'Tristan Van Berkom2018-08-302-17/+31
|\
| * plugins/source/git.py: Fix formatting of url in trackingTristan Van Berkom2018-08-301-1/+3
| * source.py: Move Source.mark_download_url() to the public methods.Tristan Van Berkom2018-08-301-13/+13
| * source.py: Stylistic changes in Source.__do_fetch()Tristan Van Berkom2018-08-301-3/+15
|/
* Merge branch 'Qinusty/cyclic-variable-backport' into 'bst-1.2'Qinusty2018-08-308-11/+77
|\
| * Add tests for cyclic variables checkJosh Smith2018-08-306-7/+46
| * Add cyclic check within variable resolutionJosh Smith2018-08-302-4/+31
|/
* Merge branch 'tristan/538-reenable-ostree-test-1.2' into 'bst-1.2'Tristan Van Berkom2018-08-301-4/+0
|\
| * tests/frontend/mirror.py: Reenable test_mirror_fetch_upstream_absent[ostree]tristan/538-reenable-ostree-test-1.2Tristan Van Berkom2018-08-301-4/+0
|/
* Merge branch 'tristan/reduce-filter-tests-1.2' into 'bst-1.2'Tristan Van Berkom2018-08-301-15/+10
|\
| * tests/plugins/filter.py: Don't run redundant testsTristan Van Berkom2018-08-301-15/+10
|/
* Merge branch 'bschubert/backport-log-missed-cache' into 'bst-1.2'Tristan Van Berkom2018-08-292-0/+26
|\
| * Add tests that not-found objects in cache are shown as SKIPPEDBenjamin Schubert2018-08-291-0/+19
| * Log not-found objects in the cache as SKIPPEDBenjamin Schubert2018-08-291-0/+7
|/
* Merge branch 'Qinusty/597-backport-ValueError-fix' into 'bst-1.2'Qinusty2018-08-292-9/+13
|\
| * Prevent ValueError on URLs without an aliasJosh Smith2018-08-292-9/+13
|/
* Merge branch 'tristan/setup.py-metadata-1.2' into 'bst-1.2'Tristan Van Berkom2018-08-291-1/+25
|\
| * setup.py: Add more metadata useful for PyPIChandan Singh2018-08-291-1/+25
|/
* Merge branch 'juerg/workspaced-dependencies-1.2' into 'bst-1.2'Jürg Billeter2018-08-282-7/+89
|\
| * tests/frontend/workspaces.py: Removing some redundant testsjuerg/workspaced-dependencies-1.2Tristan Van Berkom2018-08-281-4/+4
| * element.py: Do not attempt to pull workspaced elementsJürg Billeter2018-08-281-0/+4
| * tests/frontend/workspace.py: Add test for workspaced dependenciesValentin David2018-08-281-0/+70
| * element.py: Schedule assemble for key of workspaced elementsJürg Billeter2018-08-281-7/+15
|/
* Merge branch 'tristan/restore-post-merge-CI-1.2' into 'bst-1.2'Tristan Van Berkom2018-08-272-41/+13
|\
| * .gitlab-ci.yml: Moving code_quality job into tests phaseTristan Van Berkom2018-08-271-5/+5
| * Revert "README.rst: Removing the badges"Tristan Van Berkom2018-08-271-0/+5
| * Revert ".gitlab-ci.yml: Avoid running tests in post-merge"Tristan Van Berkom2018-08-271-31/+0
| * .gitlab-ci.yml: Trying to fix code quality reportsTristan Van Berkom2018-08-271-5/+3
|/
* Merge branch 'tristan/doc-fix-deprecations-1.2' into 'bst-1.2'jjardon/ci_cache_testTristan Van Berkom2018-08-261-1/+1
|\
| * doc/bst2html.py: Fix deprecation warningJavier Jardón2018-08-261-1/+1
|/