summaryrefslogtreecommitdiff
path: root/buildstream
Commit message (Expand)AuthorAgeFilesLines
* Prevent ValueError on URLs without an aliasQinusty/597-non-alias-url-fixJosh Smith2018-08-292-9/+13
* Remove artifact extracts when artifact expires in cacheValentin David2018-08-231-0/+21
* Improve error message for deleted open workspacesValentin David2018-08-231-1/+12
* _frontend/linuxapp.py: Fixing fallout from !693Tristan Van Berkom2018-08-231-4/+4
* Don't strip pathname from debug symbol filesSam Thursfield2018-08-221-2/+2
* Search for tags with the *.*.* patten for versionwillsalmon/versionTagRegrexWilliam Salmon2018-08-221-3/+4
* Catch Non Numeric versionsWilliam Salmon2018-08-221-1/+10
* _frontend/linuxapp.py: Fix special casing around desktop notification escape ...Tristan Van Berkom2018-08-221-3/+34
* plugin.py: Stop printing None for fatal-warningsJosh Smith2018-08-211-0/+1
* 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