summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move back to using artifact method for proto in pushtpollard/prototempTom Pollard2019-04-292-1/+4
* _cas/cascache.py: Remove unused list_refs() methodTom Pollard2019-04-261-15/+0
* Remove unused progress callbackRaoul Hidalgo Charman2019-04-264-19/+10
* Remove excluded_subdir/subdir optionsRaoul Hidalgo Charman2019-04-263-55/+17
* _artifact.py: Rework to use artifact protoRaoul Hidalgo Charman2019-04-2619-393/+692
* Move _remove_ref method to utils moduleRaoul Hidalgo Charman2019-04-262-51/+50
* cascache: Make diff_trees publicRaoul Hidalgo Charman2019-04-261-54/+54
* Add element_ref_name methodRaoul Hidalgo Charman2019-04-262-8/+17
* ArtifactServicer: Make GetArtifact update mtime blobsRaoul Hidalgo Charman2019-04-261-6/+17
* artifactcache tests: change artifactcache variablesRaoul Hidalgo Charman2019-04-262-27/+27
* casremote: Add artifact service stubRaoul Hidalgo Charman2019-04-261-0/+3
* cascache: move list refs method to utilsRaoul Hidalgo Charman2019-04-262-26/+32
* Add artifact directoryRaoul Hidalgo Charman2019-04-262-0/+10
* 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
|\
| * plugintestutils: Rename 'plugintestutils' package to 'testing'phil/rename-plugintestutilsPhil Dawson2019-04-16159-159/+153
|/
* Merge branch 'phil/fix-empty-external-tests' into 'master'bst-marge-bot2019-04-161-1/+2
|\
| * tox.ini Allow movement of coverage files to fail for external testsPhil Dawson2019-04-161-1/+2
|/
* Merge branch 'tristan/fix-non-strict-push' into 'master'bst-marge-bot2019-04-152-0/+69
|\
| * tests/frontend/push.py: Test pushing artifacts in non-strict modeTristan Van Berkom2019-04-151-0/+55
| * _stream.py: Mark all elements as pulled in Stream.push()Tristan Van Berkom2019-04-151-0/+14
|/
* Merge branch 'phil/expose-templated-tests' into 'master'bst-marge-bot2019-04-1574-183/+415
|\