summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* .gitlab-ci.yml: Add Fedora 30 and remove deprecated Fedora 28jjardon/fedora_30_masterJavier Jardón2019-05-031-5/+5
* Merge branch 'danielsilverstone-ct/track-update' into 'master'bst-marge-bot2019-05-022-2/+16
|\
| * _yaml.py, source.py: Fix tracking of refs inside conditionsDaniel Silverstone2019-05-022-2/+16
|/
* Merge branch 'abderrahim/non-strict-key-display' into 'master'bst-marge-bot2019-05-011-3/+3
|\
| * _artifactcache.py: display the actual key being pulledAbderrahim Kitouni2019-05-011-3/+3
|/
* Merge branch 'bschubert/remove-duplicated-code' into 'master'bst-marge-bot2019-05-011-5/+0
|\
| * _yaml.py: remove duplicated checkBenjamin Schubert2019-05-011-5/+0
|/
* Merge branch 'tristan/fix-cloned-plugin-ids' into 'master'bst-marge-bot2019-04-302-10/+21
|\
| * source.py: Inherit unique ID in cloned sourcestristan/fix-cloned-plugin-idsTristan Van Berkom2019-04-301-3/+5
| * plugin.py: Allow passing a unique_id through the constructor.Tristan Van Berkom2019-04-301-5/+9
| * plugin.py: Start plugin ID counter at ID 1Tristan Van Berkom2019-04-301-2/+7
|/
* Merge branch 'phil/separate-local-tests' into 'master'bst-marge-bot2019-04-304-8/+86
|\
| * testing._sourcetests: Don't special case 'local' in parameter listPhil Dawson2019-04-304-8/+86
|/
* Merge branch 'jonathan/reduce-update-state-calls' into 'master'bst-marge-bot2019-04-291-2/+6
|\
| * element.py: Remove _update_state from _schedule_trackingjonathan/reduce-update-state-callsJonathan Maw2019-04-291-1/+0
| * element.py: _fetch_done only updates source stateJonathan Maw2019-04-291-1/+6
|/
* Merge branch 'fixed-bug-for-pip-test' into 'master'bst-marge-bot2019-04-291-1/+2
|\
| * tests/testutil/python_repo.py: fixed executable path when running pipfixed-bug-for-pip-testShahwat Dalal2019-04-261-1/+2
|/
* Merge branch 'phil/move-integration-cache-to-testing' into 'master'bst-marge-bot2019-04-263-50/+50
|\
| * testing: make Integration cache fixture available in testing modulePhil Dawson2019-04-263-50/+50
|/
* Merge branch 'tpollard/artifactmetadata' into 'master'bst-marge-bot2019-04-262-69/+42
|\
| * _artifact.py: Remove unneeded key return from _get directory methodsTom Pollard2019-04-261-18/+14
| * _artifact.py: Remove the returned key from the get_$subdir methodsTom Pollard2019-04-262-11/+7
| * _artifact.py: Simplify get_metadata methods and membersTom Pollard2019-04-261-48/+29
|/
* Merge branch 'tristan/fdsdk-ci-refresh' into 'master'Tristan Van Berkom2019-04-251-2/+2
|\
| * .gitlab-ci.yml: Updating overnight tests to test ported freedesktop-sdkTristan Van Berkom2019-04-251-2/+2
|/
* Merge branch 'jennis/revert_gc_management' into 'master'bst-marge-bot2019-04-243-36/+0
|\
| * Revert "_stream.py, _project.py: Manage GC during pipeline load"jennis/revert_gc_managementJames Ennis2019-04-243-36/+0
|/
* Merge branch 'phil/1008' into 'master'bst-marge-bot2019-04-231-2/+17
|\
| * setup.py: Include buildstream.testing datafiles in package_dataPhil Dawson2019-04-231-2/+17
|/
* Merge branch 'chandan/fix-assemble-stack' into 'master'bst-marge-bot2019-04-221-9/+1
|\
| * stack.py: Stop creating empty bst directorychandan/fix-assemble-stackChandan Singh2019-04-221-9/+1
|/
* Merge branch 'bochecha/fix-docs-master' into 'master'bst-marge-bot2019-04-222-2/+2
|\
| * doc/source/format_declaring.rst: Fix the YAML blockMathieu Bridon2019-04-221-1/+1
| * doc: Fix the build with Sphinx 2.0Mathieu Bridon2019-04-221-1/+1
|/
* Merge branch 'chandan/pseudo-junction' into 'master'bst-marge-bot2019-04-1817-3/+181
|\
| * NEWS: Add entry about junction targetsChandan Singh2019-04-181-0/+3
| * Add tests for specifying targets of junction elementsChandan Singh2019-04-1813-0/+103
| * Add support for defining target for junction elementsChandan Singh2019-04-183-3/+75
|/
* Merge branch 'phil/fixup-templated-test-collection' into 'master'bst-marge-bot2019-04-181-1/+23
|\
| * testing: Ensure templated tests hook aren't collected undesirablyPhil Dawson2019-04-181-1/+23
|/
* Merge branch 'tpollard/955' into 'master'bst-marge-bot2019-04-172-295/+142
|\
| * element.py: Discard __artifact/__strict_artifact in update_state()Tom Pollard2019-04-172-10/+12
| * _artifact.py: Move element metadata caching to Artifact ClassTom Pollard2019-04-172-173/+53
| * element.py: Remove redundant fully private __cached_success()Tom Pollard2019-04-171-8/+5
| * element.py: Remove redundant fully private __get_build_result()Tom Pollard2019-04-171-9/+5
| * element.py: Instantiate the Artifact objects within update_state()Tom Pollard2019-04-172-109/+83
| * element.py: Assert cached in __load_public_data()Tom Pollard2019-04-172-3/+1
| * _artifact.py: Use _get_subdirectory() in non meta* methodsTom Pollard2019-04-171-8/+8
|/
* Merge branch 'phil/rename-plugintestutils' into 'master'bst-marge-bot2019-04-17159-159/+153
|\