summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* element.py: Refactor __update_ready_for_runtime()tlater/annihilate_update_stateTristan Maat2019-11-041-20/+28
* element.py: Refactor __update_strict_cache_key_of_rdeps()Tristan Maat2019-11-041-15/+24
* element.py: Reduce calls to __update_cache_key_non_strictTristan Maat2019-11-042-3/+13
* element.py: Make ex-_update_state() components privateTristan Maat2019-11-041-17/+18
* element.py: Remove `_update_state()`Tristan Maat2019-11-041-16/+3
* element.py: Only run `_schedule_assemble()` when necessaryTristan Maat2019-11-041-25/+16
* element.py: Only `element.__update_artifact_state` when necessaryTristan Maat2019-11-041-7/+12
* element.py: Only run `element.__update_cache_keys` when necessaryTristan Maat2019-11-041-13/+30
* Create _initialize_state() to capture an _update_state() use caseTristan Maat2019-11-045-20/+68
* Only run `element.__update_source_state` when necessaryTristan Maat2019-11-045-7/+24
* element.py: Remove workspace-specific codeTristan Maat2019-11-042-36/+11
* element.py: Refactor `_schedule_assemble`Tristan Maat2019-11-041-7/+31
* Merge branch 'bschubert/fix-git-ref' into 'master'bst-marge-bot2019-11-011-0/+2
|\
| * _gitsourcebase.py: Return 'None' when the ref is unsetbschubert/fix-git-refBenjamin Schubert2019-11-011-0/+2
|/
* Merge branch 'traveltissues/1184' into 'master'bst-marge-bot2019-11-011-3/+3
|\
| * buildgrid-compose.yml: reduce log level to WARNDarius Makovsky2019-11-011-3/+3
|/
* Merge branch 'jonathan/win32_ci' into 'master'bst-marge-bot2019-10-313-1/+57
|\
| * Add tests that the basic functionality of buildstream works in win32Jonathan Maw2019-10-313-1/+57
|/
* Merge branch 'aevri/enable_spawn_ci_5a' into 'master'bst-marge-bot2019-10-313-19/+40
|\
| * .gitlab-ci: tests-spawn, most non-integration okAngelos Evripiotis2019-10-311-1/+1
| * tests/.../missing_dependencies: include gitAngelos Evripiotis2019-10-311-10/+16
| * _plugincontext: stable ids for better picklingAngelos Evripiotis2019-10-311-8/+23
|/
* Merge branch 'traveltissues/1161' into 'master'bst-marge-bot2019-10-3024-95/+155
|\
| * local.py: use extended API, set BST_NO_PRESTAGE_KEYDarius Makovsky2019-10-3019-53/+81
| * source.py: _get_unique_key in _trackDarius Makovsky2019-10-301-2/+7
| * element.py: inline local functionDarius Makovsky2019-10-301-5/+5
| * tests: check that workspaces only call _stage onceDarius Makovsky2019-10-301-0/+14
| * workspace.py: use the extended source apiDarius Makovsky2019-10-301-23/+3
| * source.py: Add BST_NO_PRESTAGE_KEYDarius Makovsky2019-10-302-5/+44
| * Remove unnecessary parameter in Source._get_unique_keyDarius Makovsky2019-10-302-11/+5
|/
* Merge branch 'aevri/fuse_mount_private' into 'master'bst-marge-bot2019-10-301-9/+9
|\
| * _fuse/mount: make mount() and unmount() privateAngelos Evripiotis2019-10-301-9/+9
|/
* Merge branch 'aevri/enable_spawn_ci_5' into 'master'bst-marge-bot2019-10-298-56/+148
|\
| * gitlab-ci: tests-spawn, enable tests/elementsAngelos Evripiotis2019-10-291-2/+1
| * testing/runcli: node._reset_global_state on runAngelos Evripiotis2019-10-291-1/+10
| * testing, messenger: make dummy_context picklableAngelos Evripiotis2019-10-292-3/+35
| * _scheduler/jobs: mv pickle details into jobpicklerAngelos Evripiotis2019-10-292-60/+59
| * job pickling: also pickle global state in node.pyxAngelos Evripiotis2019-10-293-19/+72
| * conftest: more useful multiprocessing printAngelos Evripiotis2019-10-291-4/+4
|/
* Merge branch 'chandan/pylint-c-extension-ujson' into 'master'bst-marge-bot2019-10-281-1/+2
|\
| * .pylintrc: Add ujson to extension-pkg-whitelistChandan Singh2019-10-281-1/+2
|/
* Merge branch 'tlater/plugin-documentation-improvement' into 'master'bst-marge-bot2019-10-251-1/+1
|\
| * format_project.rst: De-obfuscate element/package differencestlater/plugin-documentation-improvementTristan Maat2019-10-251-1/+1
|/
* Merge branch 'tpollard/render_task_group' into 'master'bst-marge-bot2019-10-258-12/+15
|\
| * _frontend/status.py: Complete names when rendering dynamic queue statusTom Pollard2019-10-258-12/+15
|/
* Merge branch 'aevri/enable_spawn_ci_3' into 'master'1.91.2bst-marge-bot2019-10-255-39/+40
|\
| * .gitlab-ci: test-spawn, enable tests/format/*Angelos Evripiotis2019-10-251-1/+2
| * job pickling: pickle first_pass_config factoriesAngelos Evripiotis2019-10-251-2/+4
| * job pickling: plugins don't return their factoriesAngelos Evripiotis2019-10-254-35/+35
| * element: remove double MetaSource importAngelos Evripiotis2019-10-251-2/+0
|/