summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* widget.py: Limit failure summary to currently failing elementstpollard/386Tom Pollard2018-07-301-3/+6
* Merge branch 'phil/437-junction-tutorial' into 'master'Phil Dawson2018-07-3013-0/+413
|\
| * tests/examples/junctions.py: Add tests for junctions walkthroughphil/437-junction-tutorialPhil Dawson2018-07-301-0/+84
| * using_advanced_features.rst: Added fileJames Ennis2018-07-302-0/+14
| * junction-elements.rst: Add junctions walkthroughPhil Dawson2018-07-302-0/+75
| * junctions.run: Add terminal session output for junctions walkthrough.Phil Dawson2018-07-304-0/+212
| * examples: add project demonstrating a junction elementPhil Dawson2018-07-304-0/+28
|/
* Merge branch 'tristan/fix-spurious-errors' into 'master'Tristan Van Berkom2018-07-291-4/+15
|\
| * git.py: Handle concurrent download completions properlyTristan Van Berkom2018-07-291-4/+15
|/
* NEWS: Bring down since version of backported features to 1.1.5Tristan Van Berkom2018-07-291-1/+3
* source.py: Bring down since version for source mirroring APIsTristan Van Berkom2018-07-291-4/+4
* Merge branch '507-some-log-lines-appear-to-be-duplicates' into 'master'Tristan Van Berkom2018-07-291-12/+13
|\
| * buildelement.py: Only display one activity message (#507)Tristan Maat2018-07-291-12/+13
|/
* Merge branch 'Qinusty/491' into 'master'Qinusty2018-07-272-17/+64
|\
| * _context.py: Cache size is now restricted to available disk spaceQinusty/491Josh Smith2018-07-272-17/+64
|/
* Merge branch 'master' of gitlab.com:BuildStream/buildstreamJosh Smith2018-07-2723-80/+1188
|\
| * Merge branch '328-support-for-downloading-sources-from-mirrors' into 'master'Jonathan Maw2018-07-2721-69/+1168
| |\
| | * doc: Add tutorials for setting up git and tar mirrorsJonathan Maw2018-07-273-0/+249
| | * NEWS: Add item for source mirroringJonathan Maw2018-07-271-0/+4
| | * doc: Add documentation for source mirroringJonathan Maw2018-07-273-0/+85
| | * tests: Add mirrored fetching and tracking testsJonathan Maw2018-07-272-0/+487
| | * testutils: Add a helper to copy a testutils repoJonathan Maw2018-07-271-1/+20
| | * 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-275-4/+12
| | * 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
| |/
| * Merge branch 'jennis/doc_improvements' into 'master'438-migrate-x86-image-example-from-examples-repo-to-main-repoJavier Jardón2018-07-272-11/+20
| |\
| | * main_install.rst: Add note to refer Windows and macOS users to dockerJames Ennis2018-07-271-1/+6
| | * README.md: Direct users towards the tutorial before existing projects:James Ennis2018-07-271-3/+6
| | * README.md: Minor correctionsJames Ennis2018-07-271-7/+8
| |/
* | Merge branch 'Qinusty/pytest_cache_gitignore'Josh Smith2018-07-271-0/+1
|\ \ | |/ |/|
| * .gitignore: Ignore .pytest_cache/Josh Smith2018-07-271-0/+1
* | Merge branch 'Qinusty/502' into 'master'Tristan Maat2018-07-271-1/+3
|\ \ | |/ |/|
| * 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
* Merge branch 'tristan/temporary-failures' into 'master'Tristan Van Berkom2018-07-2711-32/+71
|\
| * 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
| * tests/sources: deb, tar and zip all test for retry behaviourJosh Smith2018-07-273-3/+6
| * _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
|/
* Merge branch 'willsalmon/documentation_form_notes' into 'master'Javier Jardón2018-07-267-16/+16
|\
| * Documentation typos and fixesWilliam Salmon2018-07-267-16/+16
|/
* Merge branch 'edbaunton/remote-source' into 'master'466-optimize-bst-build-initialization-timeEd Baunton2018-07-2616-1/+262
|\
| * Provide explicit reason for SourceError exception on pathEd Baunton2018-07-262-2/+3