summaryrefslogtreecommitdiff
path: root/buildstream
Commit message (Expand)AuthorAgeFilesLines
* Set environment in bwrap command line instead of its environmentValentin David2018-08-101-3/+7
* 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 upTiago Gomes2018-08-093-8/+10
* PullQueue: fix resource usedTiago Gomes2018-08-062-3/+3
* cascache.py: Display SKIPPED message for each remote skippedQinusty/backport-skipped-562Josh Smith2018-08-061-3/+10
* message.py: MessagesType.SKIPPED addedJosh Smith2018-08-062-0/+2
* cascache.py: Add pull info detailing which remote is being pulled fromQinusty/553-backport-1.2Josh Smith2018-08-061-0/+2
* cascache.py: Add push info detailing which remote is being pushed toJosh Smith2018-08-061-0/+4
* element.py: Make Element._get_brief_display_key() available to Internal APIJosh Smith2018-08-061-18/+18
* _context.py: Cache size is now restricted to available disk spaceJosh Smith2018-08-062-17/+64
* __main__.py: Adding private entry point so we can run BuildStream without ins...Tristan Van Berkom2018-08-051-0/+17
* cascache.py: Raise ArtifactError on grpc errorQinusty/backport-576Josh Smith2018-08-031-1/+3
* Add support for include '(@)' in project.conf and .bst filesValentin David2018-08-0314-202/+550
* Refactor plugin factory creationValentin David2018-08-034-73/+95
* Make Project owner of Loader.Valentin David2018-08-038-86/+121
* Pass targets to Loader.load() instead of its constructor.Valentin David2018-08-032-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
* widget.py: Limit failure summary to currently failing elements (#386)Tom Pollard2018-07-301-3/+6
* buildelement.py: Only display one activity message (#507)Tristan Maat2018-07-301-12/+13
* git.py: Handle concurrent download completions properlyTristan Van Berkom2018-07-301-5/+15
* doc: Add documentation for source mirroringJonathan Maw2018-07-291-0/+27
* git.py: Improve mirror supportJonathan Maw2018-07-291-45/+49
* bzr.py: Improve mirror supportJonathan Maw2018-07-291-4/+7
* Add mirrored source trackingJonathan Maw2018-07-291-1/+28
* Set default mirror via command-line or user configJonathan Maw2018-07-294-4/+11
* source: When fetching, try to fetch from mirrors firstJonathan Maw2018-07-293-4/+118
* source: Store the url aliases or use an overrideJonathan Maw2018-07-291-4/+55
* Move _ALIAS_SEPARATOR into utilsJonathan Maw2018-07-292-5/+6
* project: Parse and store mirrorsJonathan Maw2018-07-292-3/+50
* git.py: Update git plugin to fail temporarily on clone failuresJosh Smith2018-07-272-4/+8
* plugin.py: Extend Plugin.call() APIJosh Smith2018-07-272-8/+13
* cascache.py: Update cache push/pull errors to be temporaryJosh Smith2018-07-272-3/+3
* _downloadablefilesource.py: Update network errors to be temporaryJosh Smith2018-07-271-2/+2
* _exceptions.py: Modify BstError API to allow optional retryJosh Smith2018-07-274-13/+40
* Provide explicit reason for SourceError exception on pathEd Baunton2018-07-261-1/+2
* Add remote source pluginEd Baunton2018-07-262-1/+81
* Add support for creating a tarball on bst checkouttiagogomes/tarball_checkout_1.2Tiago Gomes2018-07-202-34/+104
* _stream.py: Clarifying ambiguous FIXME comment about required artifactsbst-1-branchpointTristan Van Berkom2018-07-181-3/+6
* Refactor: Use new logging mechanism from Contexttristan/local-cache-expiryTristan Van Berkom2018-07-188-318/+55
* _context.py: Adding apis for message recording and task logging.Tristan Van Berkom2018-07-181-1/+138
* Clean the artifact cache when we hit the cache quotaTristan Maat2018-07-186-3/+201
* Compute the artifact cache size after each build/pullTristan Maat2018-07-187-2/+127
* Make elements keep track of their built artifact sizeTristan Maat2018-07-184-0/+108