summaryrefslogtreecommitdiff
path: root/buildstream
Commit message (Expand)AuthorAgeFilesLines
* Pipeline: Skip except_elements logic if no elements to exceptJonathan Maw2018-08-211-0/+3
* buildstream/_includes.py: Fix caching of included fragments.Valentin David2018-08-211-1/+1
* Fix broken indentation after tracking.Valentin David2018-08-214-5/+10
* CASCache: Fix cell-var-from-loop linting errorJonathan Maw2018-08-201-3/+3
* Add tests that cache size worksJonathan Maw2018-08-201-1/+1
* artifactcache: Read and write cache size to diskJonathan Maw2018-08-201-2/+53
* Fix get_cache_size to store it in the ArtifactCache, not the contextJonathan Maw2018-08-206-84/+78
* Use ArtifactCache's get_cache_size when calculating the quotaJonathan Maw2018-08-202-52/+57
* job.py: Prevent terminated jobs retryingJosh Smith2018-08-171-2/+2
* Improve error message for build if there are refs missingwillsalmon/APIFixWilliam Salmon2018-08-171-14/+5
* Add Error to git and ostree sources configureWilliam Salmon2018-08-172-0/+13
* _frontend/app.py: Notify session completionsTristan Van Berkom2018-08-171-2/+14
* cascache: use errno moduleTiago Gomes2018-08-161-2/+4
* Fix ostree repository mirroringValentin David2018-08-161-10/+20
* 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