summaryrefslogtreecommitdiff
path: root/buildstream
Commit message (Expand)AuthorAgeFilesLines
* Add pip source pluginChandan Singh2018-08-153-5/+242
* Allow source plugins to access previous sourcesChandan Singh2018-08-154-56/+186
* Sandbox: Return a CasBasedDirectory when an environment variable is setJim MacArthur2018-08-151-2/+10
* filebaseddirectory: Update index after descendJim MacArthur2018-08-151-1/+2
* Directory API: add mark_changedJim MacArthur2018-08-154-0/+16
* Initial implementation of _casbaseddirectory.pyJim MacArthur2018-08-151-0/+563
* Move KeyStrength enum out to element_enums.pyJim MacArthur2018-08-154-38/+67
* _filebaseddirectory/directory.py: Move VirtualDirectoryError to DirectoryJim MacArthur2018-08-152-15/+15
* Convert uses of external_directory to get_underlying_directory()Jim MacArthur2018-08-153-3/+10
* _artifactcache/casserver.py: Improve ByteStream error handlingJürg Billeter2018-08-151-19/+52
* _artifactcache/cascache.py: Fix resource_name format for blobsJürg Billeter2018-08-151-2/+6
* _artifactcache/casserver.py: Fix resource_name format for blobsJürg Billeter2018-08-151-6/+30
* docs: Add documentation for Configurable WarningsJosh Smith2018-08-151-1/+18
* git.py: Add configurable warning for inconsistent-submoduleJosh Smith2018-08-151-1/+10
* _project.py: Add fatal-warnings configuration itemJosh Smith2018-08-155-32/+108
* buildstream/plugins/sources/git.py: Fix clone side effect in getting fetchersValentin David2018-08-141-1/+3
* versions: Bump format version to 14Jonathan Maw2018-08-141-1/+1
* loader: Add 'build-depends' and 'runtime-depends' fields to elementsJonathan Maw2018-08-142-18/+39
* Fix tracking of junctions used in project.conf.Valentin David2018-08-131-2/+15
* Bump BST_CORE_ARTIFACT_VERSION for deterministic source pluginsValentin David2018-08-121-1/+1
* buildstream/plugins/sources/zip.py: Fix non-determism in staging.Valentin David2018-08-121-2/+30
* Use deterministic umask when staging sources.Valentin David2018-08-121-1/+10
* buildstream/plugins/sources/local.py: Make staging deterministic.Valentin David2018-08-121-1/+25
* Set environment in bwrap command line instead of its environmentValentin David2018-08-101-3/+7
* Implementing relative workspacesrelative_workspacesPhillip Smyth2018-08-104-43/+41
* buildstream/_project.py: Restrict max-jobsJavier Jardón2018-08-091-1/+4
* buildstream/_project.py:Javier Jardón2018-08-091-2/+1
* Keep original flags for create in SafeHardlinks.Valentin David2018-08-092-3/+7
* cascache: move tmp directory one level uptiagogomes/issue-520Tiago Gomes2018-08-093-8/+10
* _artifactcache/cascache.py: Fix for PEP 479 / Python 3.7Jürg Billeter2018-08-071-2/+5
* Add warning to git track if track and ref are not presentWilliam Salmon2018-08-072-3/+23
* remote.py: Add support for marking downloaded files executableEd Baunton2018-08-072-3/+18
* PullQueue: fix resource usedTiago Gomes2018-08-062-3/+3
* __main__.py: Adding private entry point so we can run BuildStream without ins...Tristan Van Berkom2018-08-051-0/+17
* element.py (docs): dashes not underscores for build and install rootEd Baunton2018-08-041-2/+2
* Add support for include '(@)' in project.conf and .bst filesValentin David2018-08-0214-202/+550
* Refactor plugin factory creationValentin David2018-08-024-73/+95
* Make Project owner of Loader.Valentin David2018-08-028-86/+121
* Pass targets to Loader.load() instead of its constructor.Valentin David2018-08-022-19/+18
* project: validate project paths (local plugin paths)Tiago Gomes2018-08-021-1/+4
* project: validate project paths (element-path)Tiago Gomes2018-08-021-1/+3
* ostree plugin: validate project pathsTiago Gomes2018-08-021-3/+5
* patch plugin: validate project pathsTiago Gomes2018-08-021-9/+4
* local plugin: validate project pathsTiago Gomes2018-08-021-7/+5
* plugin: bake API to get and validate a project pathTiago Gomes2018-08-023-3/+146
* _stream.py: Print details on checkout failuremablanch/447-stack-trace-checkoutMartin Blanchard2018-08-011-1/+1
* element.py: Raise an exception on unbuilt element checkoutMartin Blanchard2018-08-011-0/+6
* cascache.py: Display SKIPPED message for each remote skippedQinusty/481Josh Smith2018-08-011-3/+10
* message.py: MessagesType.SKIPPED addedJosh Smith2018-08-012-0/+2
* sandbox.py: Use _root in _has_commandjmac/virtual_directoriesJim MacArthur2018-08-011-2/+2