summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* format_project.rst: Add docs for action-serviceraoul/628-RE-flow-optimisationRaoul Hidalgo Charman2018-12-051-0/+6
* _sandboxremote.py: Add action-service endpointRaoul Hidalgo Charman2018-12-051-6/+28
* _sandboxremote.py: Add checks to action cache before attempting to push.Raoul Hidalgo Charman2018-12-041-60/+93
* utils.py: Add message digest functionRaoul Hidalgo Charman2018-12-042-4/+18
* Merge branch 'jonathan/fix-identical-element' into 'master'Jürg Billeter2018-12-0318-6/+99
|\
| * tests/loader/junctions.py: Test that we can build a junction that is referred...jonathan/fix-identical-elementJames Ennis2018-12-0317-0/+69
| * _yamlcache.py: Use a project's junction name if presentJonathan Maw2018-12-031-6/+30
|/
* Merge branch 'jjardon/doc_git_submodules' into 'master'Tristan Van Berkom2018-12-031-0/+5
|\
| * buildstream/plugins/sources/git.py: warn about checkout by defaultJavier Jardón2018-12-031-0/+5
|/
* Merge branch 'chandan/bst-checkout-build' into 'master'Tristan Van Berkom2018-12-035-28/+47
|\
| * Refactor and simplify _prepare_sandbox for elementsBenjamin Schubert2018-12-033-18/+18
| * Add `--deps build` option to `bst checkout`Chandan Singh2018-12-033-4/+17
| * Ensure `--deps=none` option works for `bst checkout`Chandan Singh2018-12-033-23/+29
|/
* Merge branch 'tristan/fix-doc-session-rebuilds' into 'master'Tristan Van Berkom2018-12-031-0/+1
|\
| * MANIFEST.in: Include the sources for rebuilding the documentation session HTMLTristan Van Berkom2018-12-031-0/+1
|/
* Merge branch 'mandatory_suffix' into 'master'Jürg Billeter2018-11-3012-10/+149
|\
| * NEWS: Added update about the Mandatory .bst changePhillip Smyth2018-11-301-0/+4
| * Added tests for .bst suffix and completionsPhillip Smyth2018-11-307-6/+91
| * cli.py: no autocomplete on files without .bstPhillip Smyth2018-11-301-1/+5
| * loader: Added file suffix check and helper functionPhillip Smyth2018-11-301-0/+40
| * _project.py: Check for fatal_warnings earlierPhillip Smyth2018-11-301-3/+3
| * plugin.py: Add BAD_ELEMENT_SUFFIX warningPhillip Smyth2018-11-301-0/+6
|/
* Merge branch 'tpollard/774' into 'master'Jürg Billeter2018-11-304-26/+97
|\
| * _stream.py: Ability to pull missing buildtrees outside of pull/buildTom Pollard2018-11-304-26/+97
|/
* Merge branch 'aevri/update_man' into 'master'Jürg Billeter2018-11-3019-105/+158
|\
| * man/: update with changes since Apr 2018Angelos Evripiotis2018-11-3019-105/+158
|/
* Merge branch 'valentindavid/netrc' into 'master'Valentin David2018-11-299-3/+431
|\
| * .gitlab-ci.yml: Update image versions where forgottenvalentindavid/netrcValentin David2018-11-291-2/+2
| * Add support for .netrc in remote/tar/zip pluginsValentin David2018-11-298-1/+429
|/
* Merge branch 'jmac/no-verify-digests' into 'master'Jim MacArthur2018-11-291-8/+1
|\
| * _sandboxremote.py: Remove unnecessary tests.Jim MacArthur2018-11-291-8/+1
|/
* Merge branch 'valentindavid/cache_server_fill_up' into 'master'Valentin David2018-11-294-96/+254
|\
| * Lock cache cleanup in cas servervalentindavid/cache_server_fill_upValentin David2018-11-281-46/+56
| * Cleanup cache in cas server more agressivelyValentin David2018-11-283-67/+107
| * Move cas server from ref-based to object-based garbage collection.Valentin David2018-11-282-3/+46
| * Update mtimes of objects for requested references.Valentin David2018-11-283-11/+37
| * "Fallocate" object disk space to avoid getting NOSPC error when writingValentin David2018-11-281-6/+24
| * Avoid copying temporary file when adding object to CAS in server.Valentin David2018-11-282-18/+26
| * Fix type error in RPC messagesValentin David2018-11-281-2/+3
| * Make cache clients not fail when a blob is not available.Valentin David2018-11-281-0/+12
| * Use f_bavail to query available space. Not f_bfree.Valentin David2018-11-281-1/+1
|/
* Merge branch 'valentindavid/ruamel_0_15_41' into 'master'Valentin David2018-11-281-1/+8
|\
| * setup.py: require ruamel.yaml >= 0.15.41 < 0.15.52valentindavid/ruamel_0_15_41Valentin David2018-11-281-1/+8
|/
* Merge branch 'jmac/remote_execution_split' into 'master'Jim MacArthur2018-11-2712-116/+288
|\
| * Docs: Correct URLs in artifact cache exampleJim MacArthur2018-11-271-2/+2
| * artifactcache.py: Remove unused verify_digest_pushedJim MacArthur2018-11-271-28/+0
| * tests/sandboxes/remote-exec-config.py: New test.Jim MacArthur2018-11-274-0/+102
| * Documentation: Update to show new config optionsJim MacArthur2018-11-271-3/+17
| * _sandboxremote: Remove references to artifact cache.Jim MacArthur2018-11-274-37/+109
| * artifactcache.py, _context.py: Move CASCache object into contextJim MacArthur2018-11-272-2/+9