summaryrefslogtreecommitdiff
path: root/buildstream
Commit message (Expand)AuthorAgeFilesLines
* Expose base class for Git source pluginsChandan Singh2018-12-203-644/+678
* element.py: Do not call fetch() for cached sourcesJürg Billeter2018-12-201-1/+2
* Move fetch logic from FetchQueue to ElementJürg Billeter2018-12-202-4/+14
* Basic options for shell --build to use buildtreesWilliam Salmon2018-12-194-11/+41
* _cascache.py: Add instance names to GRPC callsJim MacArthur2018-12-181-18/+31
* sandboxremote: Add server/storage config with defaultsJim MacArthur2018-12-181-9/+7
* Add remote execution instance optionRaoul Hidalgo Charman2018-12-181-2/+10
* Introduce new "source" command groupChandan Singh2018-12-142-104/+158
* BuildElement: Don't enable batching of prepare and assemble by defaultTristan Van Berkom2018-12-1311-14/+70
* distutils plugin: Support virtual directoriesTristan Van Berkom2018-12-131-1/+2
* modulebuild plugin: Support virtual directoriesTristan Van Berkom2018-12-131-1/+2
* pip element plugin: Support virtual directoriesTristan Van Berkom2018-12-131-1/+2
* makemaker plugin: Support virtual directoriesTristan Van Berkom2018-12-131-1/+2
* manual plugin: Support virtual directoriesTristan Van Berkom2018-12-131-1/+2
* element.py: fix unbounded variable in nested python exceptionBenjamin Schubert2018-12-131-2/+2
* Mock storage space checks for tests.BenjaminSchubert/fix-quota-testsBenjamin Schubert2018-12-131-4/+16
* cli: Add artifact log commandRichard Maw2018-12-121-0/+59
* cli: Add artifact command groupRichard Maw2018-12-121-0/+42
* cli: Add support for auto-completing artifact ref namesRichard Maw2018-12-121-7/+26
* Remove source bundle commandPhil Dawson2018-12-122-112/+0
* Add option to source-checkout command to generate build scriptsPhil Dawson2018-12-122-9/+22
* Add --force / -f option to source-checkout commandPhil Dawson2018-12-122-6/+11
* Add --tar option to source-checkout commandPhil Dawson2018-12-122-8/+71
* 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