summaryrefslogtreecommitdiff
path: root/buildstream
Commit message (Expand)AuthorAgeFilesLines
* _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
* compose.py: Remove unused getmtime()Jim MacArthur2018-08-011-7/+0
* scriptelement.py: Convert to virtual directoriesJim MacArthur2018-08-011-5/+4
* plugins/elements/stack.py: Convert to virtual directoriesJim MacArthur2018-08-011-6/+5
* sandbox: Remove instances of get_directoryJim MacArthur2018-08-012-2/+5
* plugins/elements/import.py: Convert to virtual directoriesJim MacArthur2018-08-011-13/+10
* plugins/elements/compose.py: Convert to virtual directoriesJim MacArthur2018-08-011-25/+13
* element.py: Conversion to use virtual directoriesJim MacArthur2018-08-011-51/+62
* _stream.py: Convert to virtual directories.Jim MacArthur2018-08-011-43/+9
* sandbox.py: Add function to get virtual directory.Jim MacArthur2018-08-011-0/+15
* storage: Add __init__.pyJim MacArthur2018-08-011-0/+22
* Add the virtual directory class 'Directory' and one implementation.Jim MacArthur2018-08-014-1/+372
* Sandbox.py: Rename __root to _root.Jim MacArthur2018-08-012-5/+6
* utils.py: add getmtime() and magic_timestampJim MacArthur2018-08-011-5/+13
* Add BST_VIRTUAL_DIRECTORY flag for element pluginsJim MacArthur2018-08-012-4/+19
* complete.py: Ensure paths get completed from 'element-path'mablanch/448-autocompletion-broken-defaultsMartin Blanchard2018-08-011-3/+4
* Added the missing `_get_build_log` functionknownexus2018-07-311-1/+6
* _scheduler/queues: Add failed builds to "done" queueRichard Maw2018-07-312-1/+4
* _scheduler/queues/buildqueue.py: Skip rebuilding cached failuresRichard Maw2018-07-311-0/+35
* Cache failed buildsRichard Maw2018-07-313-85/+98
* _frontend/widget.py: Render cached failures differently to successesRichard Maw2018-07-311-1/+3
* Convert call-sites of Element._cached() that assume successRichard Maw2018-07-314-8/+8
* element.py: Add metadata to distinguish between successful and failed buildsRichard Maw2018-07-311-0/+84
* element.py: Cache the result of checking whether an artifact is cached weaklyRichard Maw2018-07-311-5/+20
* widget.py: Limit failure summary to currently failing elementstpollard/386Tom Pollard2018-07-301-3/+6
* git.py: Handle concurrent download completions properlyTristan Van Berkom2018-07-291-4/+15
* source.py: Bring down since version for source mirroring APIsTristan Van Berkom2018-07-291-4/+4
* buildelement.py: Only display one activity message (#507)Tristan Maat2018-07-291-12/+13
* _context.py: Cache size is now restricted to available disk spaceQinusty/491Josh Smith2018-07-272-17/+64
* doc: Add documentation for source mirroringJonathan Maw2018-07-271-0/+27
* git.py: Improve mirror supportJonathan Maw2018-07-271-45/+49
* bzr.py: Improve mirror supportJonathan Maw2018-07-271-4/+7
* Add mirrored source trackingJonathan Maw2018-07-271-1/+28
* Set default mirror via command-line or user configJonathan Maw2018-07-274-4/+11
* source: When fetching, try to fetch from mirrors firstJonathan Maw2018-07-273-4/+118
* source: Store the url aliases or use an overrideJonathan Maw2018-07-271-4/+55
* Move _ALIAS_SEPARATOR into utilsJonathan Maw2018-07-272-5/+6
* project: Parse and store mirrorsJonathan Maw2018-07-272-3/+50
* cascache.py: Raise ArtifactError on grpc errorQinusty/502Josh Smith2018-07-271-1/+3
* element.py, source.py, plugin.py: Adjusting API version since annotations.Tristan Van Berkom2018-07-273-4/+4
* 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