summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* A series of terrible hacks to make BuildStream run things on the RBE test ins...jmac/hackathon-rbe-executionJim MacArthur2018-10-112-62/+56
* Merge branch 'tristan/refactor-types-api' into 'master'Tristan Van Berkom2018-10-116-47/+54
|\
| * types.py: Moved Consistency definition here from source.pyTristan Van Berkom2018-10-123-27/+33
| * doc/source/core_framework.rst: Include the foundation types in the API docs.Tristan Van Berkom2018-10-121-0/+1
| * Rename element_enums.py -> types.pyTristan Van Berkom2018-10-124-21/+21
|/
* Merge branch 'patch-2' into 'master'devcurmudgeon2018-10-101-1/+2
|\
| * README: Update to add link to websiteLaurence Urhegyi2018-10-101-1/+2
|/
* Merge branch 'chandan/bst-and-docker' into 'master'Chandan Singh2018-10-103-0/+57
|\
| * NEWS: Add entry about contrib/bst-docker-importChandan Singh2018-10-091-0/+3
| * doc: Add new document about Docker integrationsChandan Singh2018-10-092-0/+54
|/
* CONTRIBUTING.rst: Fix typos in previous commit.Tristan Van Berkom2018-10-091-2/+2
* CONTRIBUTING.rst: Added note about sphinx supporting docstrings on instance v...Tristan Van Berkom2018-10-091-0/+5
* Merge branch 'aevri/contributing_fixups' into 'master'Tristan Van Berkom2018-10-091-32/+32
|\
| * contributing.rst: no spaces before '?'Angelos Evripiotis2018-10-091-2/+2
| * contributing.rst: de-paren subclass exampleAngelos Evripiotis2018-10-091-3/+3
| * contributing.rst: fix typo of 'get_count'Angelos Evripiotis2018-10-091-1/+1
| * contributing.rst: fix whitespaceAngelos Evripiotis2018-10-091-3/+3
| * contributing.rst: end lines with punctuationAngelos Evripiotis2018-10-091-23/+23
|/
* Merge branch 'chandan/fix-bst-docker-import-logging' into 'master'Chandan Singh2018-10-081-4/+4
|\
| * bst-docker-import: Consistently use stderr for all logsChandan Singh2018-10-081-4/+4
|/
* CONTRIBUTING.rst: Added section in PEP-8 coding style about line lengths.Tristan Van Berkom2018-10-081-0/+15
* CONTRIBUTING.rst: Added a note that public API objects should be exposed from...Tristan Van Berkom2018-10-081-0/+3
* CONTRIBUTING.rst: Correcting `Context` example in the "imports" sectionTristan Van Berkom2018-10-081-2/+2
* CONTRIBUTING.rst: Added section on file naming conventionTristan Van Berkom2018-10-081-0/+19
* CONTRIBUTING.rst: Added section about minimizing API surfacesTristan Van Berkom2018-10-081-8/+52
* Merge branch 'aevri/fixup-contributing-typos' into 'master'Angelos Evripiotis2018-10-071-1/+1
|\
| * contributing.rst: fix typoAngelos Evripiotis2018-10-071-1/+1
|/
* CONTRIBUTING.rst: Some fixes in grammer and minor correctionsTristan Van Berkom2018-10-071-75/+73
* CONTRIBUTING.rst: Updating CONTRIBUTING guidelinesTristan Van Berkom2018-10-061-168/+994
* Merge branch 'juerg/remote' into 'master'Jonathan Maw2018-10-051-5/+8
|\
| * element.py: Prepare local sandbox for bst checkout and bst shellJürg Billeter2018-10-051-5/+8
|/
* Merge branch 'chandan/bst-docker-import' into 'master'Jonathan Maw2018-10-051-0/+102
|\
| * Add contrib script to generate Docker images from bst checkoutChandan Singh2018-10-051-0/+102
|/
* Merge branch 'valentindavid/rmtree_oserror' into 'master'Valentin David2018-10-041-1/+1
|\
| * Catch correct exception from shutil.rmtreevalentindavid/rmtree_oserrorValentin David2018-10-041-1/+1
|/
* Merge branch 'Qinusty/634-workspace-failed-builds' into 'master'Tristan Van Berkom2018-10-042-5/+29
|\
| * testing: Add regression test for workspace bugJosh Smith2018-10-041-1/+23
| * element.py: Do not save workspace on failed buildJosh Smith2018-10-041-4/+6
|/
* Merge branch 'danielsilverstone-ct/bwrap-check-runtime-only' into 'master'Jürg Billeter2018-10-045-36/+53
|\
| * setup.py: Change bwrap assertion to a warningDaniel Silverstone2018-10-041-9/+11
| * _site.py: Reduce complexity of bwrap version comparisonDaniel Silverstone2018-10-041-11/+1
| * _site.py: Protect against failure running `bwrap --version`Daniel Silverstone2018-10-041-1/+5
| * _platform/linux.py: Refactor checks for sandboxingDaniel Silverstone2018-10-041-14/+31
| * _platform/darwin.py: Give reason for use of dummy sandboxDaniel Silverstone2018-10-041-0/+3
| * sandbox/_sandboxdummy.py: Take a reason for useDaniel Silverstone2018-10-041-1/+2
|/
* Merge branch 'jmac/temporaries-inside-cachedir' into 'master'Jim MacArthur2018-10-031-4/+4
|\
| * element.py: Put the temporary staging directory in artifactdirjmac/temporaries-inside-cachedirJim MacArthur2018-10-031-4/+4
|/
* Merge branch 'tristan/fix-cache-size-race' into 'master'Tristan Van Berkom2018-10-032-4/+8
|\
| * utils.py: Document _get_dir_size() expectations.Tristan Van Berkom2018-10-031-0/+3
| * _artifactcache/cascache.py: Don't create temporary files in the CAS storageTristan Van Berkom2018-10-031-1/+1