summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* _message.py: Use element_name & element_key instead of unique_idtpollard/messageobjectTom Pollard2019-08-0820-156/+173
* plugin.py: cache full_name member in __init__Tom Pollard2019-08-081-7/+22
* element.py: Remove redundant second call to _get_cache_key()Tom Pollard2019-08-081-1/+1
* Merge branch 'juerg/artifact-blobs' into 'master'bst-marge-bot2019-08-086-27/+42
|\
| * cli.py: Require artifact file contents to be present for `bst show`Jürg Billeter2019-08-081-3/+0
| * _artifact.py: Update blob mtimes in cached()Jürg Billeter2019-08-081-1/+1
| * cascache.py: Add update_mtime parameter to contains_directory()Jürg Billeter2019-08-081-4/+13
| * cascache.py: Fix check_exists in _reachable_refs_dir()Jürg Billeter2019-08-081-0/+3
| * _sandboxremote.py: Fetch blobs on artifact creation, not after commandJürg Billeter2019-08-083-19/+23
| * cascache.py: Add missing remote.init() to fetch_blobs()Jürg Billeter2019-08-081-0/+2
|/
* doc/source/core_plugins.rst: bst-external -> bst-plugins-experimentalJavier Jardón2019-08-081-1/+1
* Merge branch 'coldtom/move-cmake' into 'master'1089-reporting-of-unexpected-deaths-of-worker-processes-could-be-betterbst-marge-bot2019-08-087-147/+17
|\
| * Move cmake plugin to bst-plugins-experimentalcoldtom/move-cmakeThomas Coldrick2019-08-087-147/+17
|/
* Merge branch 'juerg/buildbox' into 'master'bst-marge-bot2019-08-0724-123/+3
|\
| * tests/integration/shell.py: Remove buildbox xfail for passing testsJürg Billeter2019-08-071-5/+0
| * tests/integration/make.py: Remove buildbox xfail for passing testsJürg Billeter2019-08-071-2/+0
| * Revert "Mark xfail test that only fail in CI"Jürg Billeter2019-08-0722-113/+3
| * .gitlab-ci.yml: Do not remove bubblewrap in tests-buildboxJürg Billeter2019-08-071-3/+0
|/
* Merge branch 'jennis/junctions_and_remotes' into 'master'bst-marge-bot2019-08-067-10/+148
|\
| * NEWS: Added a news entry announcing the two new junction config optionsJames Ennis2019-08-061-0/+8
| * plugins/elements/junction.py: Add 'ignore-junction-remotes' optionJames Ennis2019-08-063-4/+77
| * plugins/elements/junction.py: Add 'cache-junction-elements' optionJames Ennis2019-08-064-2/+61
| * _project.py: Revert back to not caching junctioned elementsJames Ennis2019-08-063-11/+7
| * format_project.rst: Add required push flag to documentationJames Ennis2019-08-061-0/+2
|/
* Merge branch 'traveltissues/setstability' into 'master'bst-marge-bot2019-08-061-10/+20
|\
| * Add Element.__update_cache_keys_stability()Darius Makovsky2019-08-061-10/+20
|/
* Merge branch 'jjardon/code_quality' into 'master'bst-marge-bot2019-08-051-24/+3
|\
| * .gitlab-ci.yml: Use new way to define code_quality jobJavier Jardón2019-08-051-24/+3
|/
* .gitlab-ci.yml: Use latest fdsdk release for overnght testsJavier Jardón2019-08-051-1/+1
* Merge branch 'update_committers' into 'master'bst-marge-bot2019-08-022-5/+66
|\
| * Update COMMITTERS.rstupdate_committersJürg Billeter2019-08-011-0/+60
| * contrib/update_committers.py: Move COMMITTERS.rst to top-level directoryJürg Billeter2019-08-011-4/+5
| * contrib/update_committers.py: Fix typo in template file nameJürg Billeter2019-08-011-1/+1
|/
* Merge branch 'alexfazakas/fetch-committers' into 'master'bst-marge-bot2019-07-314-7/+178
|\
| * Remove MAINTAINERS fileAlexandru Fazakas2019-07-311-7/+0
| * contrib: Update COMMITTERS automaticallyAlexandru Fazakas2019-07-312-0/+129
| * Update CONTRIBUTING.rstLaurence Urhegyi2019-07-311-0/+49
|/
* Merge branch 'bschubert/small-fixes' into 'master'bst-marge-bot2019-07-311-1/+1
|\
| * job: fix exception caught from enum translationBenjamin Schubert2019-07-311-1/+1
|/
* Merge branch 'bschubert/debug-show-trace' into 'master'bst-marge-bot2019-07-301-1/+11
|\
| * app: Show stacktrace on exception when "--debug" is Truebschubert/debug-show-traceBenjamin Schubert2019-07-301-1/+11
|/
* Merge branch 'alexfazakas/lint-whatever-you-want' into 'master'Tristan Maat2019-07-301-2/+2
|\
| * tox.ini: Allow linter to run on target filesAlexandru Fazakas2019-07-301-2/+2
|/
* Merge branch 'jjardon/ruamel' into 'master'bst-marge-bot2019-07-302-16/+2
|\
| * Depend on ruamel 0.16jjardon/ruamelJavier Jardón2019-07-292-16/+2
|/
* doc/source/format_project.rst: Fix tiny typoTristan Maat2019-07-291-2/+1
* Merge branch 'bschubert/node-enum' into 'master'bst-marge-bot2019-07-2916-76/+342
|\
| * optionpool: Use 'get_enum' for getting the option typeBenjamin Schubert2019-07-291-7/+12
| * context: Move 'CacheBuildTrees' to a FastEnumBenjamin Schubert2019-07-294-36/+26
| * context: Move scheduler actions to an EnumBenjamin Schubert2019-07-294-6/+38