summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * buildstream/plugins/sources/local.py: Make staging deterministic.Valentin David2018-08-121-1/+25
|/
* setup.py: fix previous commitJavier Jardón2018-08-121-3/+2
* dev-requirements.txt: Remove obsolete commentsJavier Jardón2018-08-122-5/+1
* setup.py: Specify minimum required version of pytest-cov pluginTristan Van Berkom2018-08-121-1/+1
* Revert "Restrict version of pylint"Jürg Billeter2018-08-121-1/+0
* .gitlab-ci.yml: Use the same version of the docker image for all jobsJavier Jardón2018-08-121-4/+4
* .gitlab-ci.yml: Run tests in fedora28 imageJavier Jardón2018-08-121-0/+5
* .gitlab-ci-yml: Add ubuntu 18.04 testPhil Dawson2018-08-121-0/+3
* Merge branch 'chandan/dev-reqs-1.2' into 'bst-1.2'Javier Jardón2018-08-123-14/+27
|\
| * Move development reqirements to dev-requirements.txtChandan Singh2018-08-123-14/+27
|/
* Merge branch 'valentindavid/498_bwrap_environment-1.2' into 'bst-1.2'Valentin David2018-08-101-3/+7
|\
| * Set environment in bwrap command line instead of its environmentValentin David2018-08-101-3/+7
|/
* Merge branch 'tristan/pin-ruamel-version-1.2' into 'bst-1.2'Tristan Van Berkom2018-08-101-1/+1
|\
| * setup.py: Pin ruamel.yaml version to <= 0.15Jim MacArthur2018-08-101-1/+1
|/
* Merge branch 'jjardon/max-jobs_1.2' into 'bst-1.2'Javier Jardón2018-08-091-2/+4
|\
| * buildstream/_project.py: Restrict max-jobsJavier Jardón2018-08-091-1/+4
| * buildstream/_project.py:Javier Jardón2018-08-091-2/+1
|/
* Merge branch 'valentindavid/fuse-create-flags-1.2' into 'bst-1.2'Valentin David2018-08-092-3/+7
|\
| * Keep original flags for create in SafeHardlinks.Valentin David2018-08-092-3/+7
|/
* Merge branch 'tiagogomes/issue-520-bp' into 'bst-1.2'Tiago Gomes2018-08-093-8/+10
|\
| * cascache: move tmp directory one level upTiago Gomes2018-08-093-8/+10
|/
* Merge branch 'tiagogomes/issue-550-backport' into 'bst-1.2'Tiago Gomes2018-08-062-3/+3
|\
| * PullQueue: fix resource usedTiago Gomes2018-08-062-3/+3
|/
* Merge branch 'Qinusty/backport-skipped-562' into 'bst-1.2'Qinusty2018-08-063-3/+12
|\
| * 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
|/
* Merge branch 'Qinusty/553-backport-1.2' into 'bst-1.2'Qinusty2018-08-062-18/+24
|\
| * 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