summaryrefslogtreecommitdiff
path: root/buildstream
Commit message (Expand)AuthorAgeFilesLines
* Make specifying elements optional in bst commandsJonathan Maw2018-12-112-14/+100
* _context.py: Store the directory buildstream was invoked onJonathan Maw2018-12-112-2/+6
* _stream.py: Fix ugly error when opening a workspace using a relative pathJonathan Maw2018-12-111-1/+2
* cli: Interactively warn if the user is trying to close the workspace they're ...Jonathan Maw2018-12-114-1/+38
* _workspaces.py: Do not include .bstproject.yaml in the cache keyJonathan Maw2018-12-111-1/+6
* _project.py: Find project from workspace if outside of a projectJonathan Maw2018-12-111-13/+35
* cli.py: Use utils' search upwards helper when searching for project.confJonathan Maw2018-12-111-11/+2
* _project.py: Rename _ensure_project_dir to _find_project_dirJonathan Maw2018-12-111-3/+3
* Create and store data inside projects when opening workspacesJonathan Maw2018-12-113-23/+249
* utils.py: Add a helper for searching upwards for filesJonathan Maw2018-12-111-0/+31
* Force updating tags when fetching git repositoryvalentindavid/git_force_fetch_tagsValentin David2018-12-111-1/+1
* buildstream/buildelement.py: Document where to find strip commands for Linuxjjardon/strip-binaries-removalJavier Jardón2018-12-091-0/+8
* buildstream/data/projectconfig.yaml: Remove default strip-binariesJavier Jardón2018-12-091-33/+3
* 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