summaryrefslogtreecommitdiff
path: root/buildstream
Commit message (Expand)AuthorAgeFilesLines
* plugin.py: Added new `allow_none` parameter to Plugin.node_get_member(), defa...Tristan Van Berkom2018-12-071-2/+3
* _yaml.py: Added `allow_none` parameter to _yaml.node_get()Tristan Van Berkom2018-12-071-3/+4
* Fix bst source-checkout not working with open workspacesJonathan Maw2018-12-061-1/+1
* git source plugin: Emmit the ref-not-in-track warning from validate_cache()Tristan Van Berkom2018-12-061-37/+30
* git source plugin: Implementing submodule warningsTristan Van Berkom2018-12-062-13/+76
* source.py: Add new delegate method validate_cache()Tristan Van Berkom2018-12-061-1/+24
* git source plugin: Rename symbol for consistency and readabilityTristan Van Berkom2018-12-061-2/+3
* git source plugin: Fixing documentation linking and typoTristan Van Berkom2018-12-061-5/+6
* Source: Fix typo in documentation, and make it a link to `bst track`Tristan Van Berkom2018-12-061-1/+2
* types.py: Moving CoreWarnings to the types.py moduleTristan Van Berkom2018-12-067-48/+49
* _sandboxremote.py: Add action-cache-service endpointRaoul Hidalgo Charman2018-12-051-6/+37
* _sandboxremote.py: Add checks to action cache before attempting to push.Raoul Hidalgo Charman2018-12-051-67/+93
* utils.py: Add message digest functionRaoul Hidalgo Charman2018-12-052-4/+18
* Sandbox: use linux32 for x86-32 builds on x86-64 machinesRaoul Hidalgo Charman2018-12-052-5/+30
* _platform: Add checks for os and architectureRaoul Hidalgo Charman2018-12-052-4/+22
* optionos.py: Add new option for OS configurationRaoul Hidalgo Charman2018-12-052-0/+43
* _sandboxremote.py: Add os and arch to command uploadedRaoul Hidalgo Charman2018-12-051-1/+8
* optionarch.py: update to use same arch names as SandboxConfigRaoul Hidalgo Charman2018-12-051-3/+2
* _config.py: Use os and architecture settingsRaoul Hidalgo Charman2018-12-052-8/+16
* platform.py: Add mapping of uname to OS-independent valueslachlanmackenzie/debug_benchmark_failureRaoul Hidalgo Charman2018-12-051-0/+38
* git source plugin: Track git tags and save them to reproduce a minimum shallo...Valentin David2018-12-052-14/+204
* _scheduler/queues: Don't call update state outside of error handling harnessTristan Van Berkom2018-12-052-6/+11
* _yamlcache.py: Use a project's junction name if presentJonathan Maw2018-12-031-6/+30
* buildstream/plugins/sources/git.py: warn about checkout by defaultJavier Jardón2018-12-031-0/+5
* Refactor and simplify _prepare_sandbox for elementsBenjamin Schubert2018-12-033-18/+18
* Add `--deps build` option to `bst checkout`Chandan Singh2018-12-032-2/+5
* Ensure `--deps=none` option works for `bst checkout`Chandan Singh2018-12-032-11/+21
* 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
* _stream.py: Ability to pull missing buildtrees outside of pull/buildTom Pollard2018-11-303-25/+69
* Add support for .netrc in remote/tar/zip pluginsValentin David2018-11-291-1/+79
* _sandboxremote.py: Remove unnecessary tests.Jim MacArthur2018-11-291-8/+1
* Lock cache cleanup in cas servervalentindavid/cache_server_fill_upValentin David2018-11-281-46/+56
* Cleanup cache in cas server more agressivelyValentin David2018-11-281-63/+86
* 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-282-11/+28
* "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
* artifactcache.py: Remove unused verify_digest_pushedJim MacArthur2018-11-271-28/+0
* _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
* artifactcache: Move ArtifactCacheSpec code into CASRemoteSpec.Jim MacArthur2018-11-272-45/+50
* sandbox/_sandboxremote.py: Implement command batchingJürg Billeter2018-11-271-1/+69
* compose.py: Support batching for integration commandsJürg Billeter2018-11-271-2/+3
* scriptelement.py: Support batching for integration and build commandsJürg Billeter2018-11-271-25/+26