summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* man: Updating man pages for the upcoming 1.1.5 release1.1.5Tristan Van Berkom2018-08-0617-59/+61
* NEWS: Adding news entry for the include directive work.Tristan Van Berkom2018-08-061-0/+3
* Merge branch 'Qinusty/563-cache-quota-restriction' into 'bst-1.2'Tristan Van Berkom2018-08-062-17/+64
|\
| * _context.py: Cache size is now restricted to available disk spaceJosh Smith2018-08-062-17/+64
|/
* Merge branch 'tristan/build-docs-1.2' into 'bst-1.2'Tristan Van Berkom2018-08-055-58/+56
|\
| * HACKING.rst: It is not longer required to install BuildStream to build the docs.Tristan Van Berkom2018-08-051-3/+0
| * doc: Some modifications to the bst2html programTristan Van Berkom2018-08-052-72/+35
| * __main__.py: Adding private entry point so we can run BuildStream without ins...Tristan Van Berkom2018-08-051-0/+17
| * doc: Build the docs without Buildstream installedMathieu Bridon2018-08-053-8/+29
|/
* Merge branch 'Qinusty/backport-576' into 'bst-1.2'Qinusty2018-08-031-1/+3
|\
| * cascache.py: Raise ArtifactError on grpc errorQinusty/backport-576Josh Smith2018-08-031-1/+3
|/
* Merge branch 'tiagogomes/includes-1.12-backport' into 'bst-1.2'Tiago Gomes2018-08-0387-456/+1783
|\
| * Add support for include '(@)' in project.conf and .bst filesValentin David2018-08-0366-205/+1472
| * Refactor plugin factory creationValentin David2018-08-036-91/+115
| * Make Project owner of Loader.Valentin David2018-08-039-87/+122
| * Pass targets to Loader.load() instead of its constructor.Valentin David2018-08-035-54/+54
| * Move tests.frontend.generate_junction to test.testutilsValentin David2018-08-0310-48/+49
|/
* Merge branch 'tiagogomes/issue-195-1.2' into 'bst-1.2'Tiago Gomes2018-08-0223-100/+437
|\
| * tests: test local plugins and element-path pathstiagogomes/issue-195-1.2Tiago Gomes2018-08-023-1/+51
| * tests: add additional tests to patch pluginTiago Gomes2018-08-024-9/+50
| * tests: add additional tests to local pluginTiago Gomes2018-08-024-2/+55
| * tests: add generate_file_types testing functionTiago Gomes2018-08-021-0/+62
| * project: validate project paths (local plugin paths)Tiago Gomes2018-08-021-1/+4
| * project: validate project paths (element-path)Tiago Gomes2018-08-022-2/+4
| * ostree plugin: validate project pathsTiago Gomes2018-08-021-3/+5
| * patch plugin: validate project pathsTiago Gomes2018-08-022-14/+11
| * local plugin: validate project pathsTiago Gomes2018-08-025-67/+51
| * plugin: bake API to get and validate a project pathTiago Gomes2018-08-024-4/+147
|/
* Merge branch 'tpollard/386-cherrypick' into 'bst-1.2'Tristan Van Berkom2018-07-311-3/+6
|\
| * widget.py: Limit failure summary to currently failing elements (#386)Tom Pollard2018-07-301-3/+6
|/
* Merge branch 'tristan/backport-logline-dups-1.2' into 'bst-1.2'Tristan Van Berkom2018-07-291-12/+13
|\
| * buildelement.py: Only display one activity message (#507)Tristan Maat2018-07-301-12/+13
|/
* Merge branch 'tristan/fix-spurious-errors-1.2' into 'bst-1.2'Tristan Van Berkom2018-07-291-5/+15
|\
| * git.py: Handle concurrent download completions properlyTristan Van Berkom2018-07-301-5/+15
|/
* NEWS: Mentioning Ed Baunton's new `remote` source plugin.Tristan Van Berkom2018-07-291-0/+2
* Merge branch 'tristan/source-mirrors-backport' into 'bst-1.2'Tristan Van Berkom2018-07-2921-69/+1167
|\
| * doc: Add tutorials for setting up git and tar mirrorsJonathan Maw2018-07-293-0/+249
| * NEWS: Add item for source mirroringJonathan Maw2018-07-291-0/+3
| * doc: Add documentation for source mirroringJonathan Maw2018-07-293-0/+85
| * tests: Add mirrored fetching and tracking testsJonathan Maw2018-07-292-0/+487
| * testutils: Add a helper to copy a testutils repoJonathan Maw2018-07-291-1/+20
| * 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-295-4/+12
| * 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