summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup! fixup! fixup! fixup! WIP: _yaml: reimplement using cython for performancebschubert/optimize-variablesBenjamin Schubert2019-05-162-7/+8
* fixup! fixup! fixup! WIP: _yaml: reimplement using cython for performanceBenjamin Schubert2019-05-041-16/+7
* fixup! fixup! WIP: _yaml: reimplement using cython for performanceBenjamin Schubert2019-05-041-3/+6
* fixup! WIP: _yaml: reimplement using cython for performanceBenjamin Schubert2019-05-042-15/+19
* WIP: _yaml: reimplement using cython for performanceBenjamin Schubert2019-05-042-144/+170
* _variables.py: Introduce cython in order to handle variables quickerBenjamin Schubert2019-05-045-47/+101
* _variables.py: Optimize storing and usage of the variables resolutionBenjamin Schubert2019-05-041-17/+18
* Merge branch 'jjardon/fedora_30_master' into 'master'bst-marge-bot2019-05-041-5/+5
|\
| * .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
|\