summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tristan/doc-fix-deprecations-1.2' into 'bst-1.2'jjardon/ci_cache_testTristan Van Berkom2018-08-261-1/+1
|\
| * doc/bst2html.py: Fix deprecation warningJavier Jardón2018-08-261-1/+1
|/
* Merge branch 'jjardon/ci_show_timings-bst-1.2' into 'bst-1.2'Javier Jardón2018-08-241-1/+1
|\
| * setup.cfg: Show timing of the 20 slowest testsJosh Smith2018-08-241-1/+1
|/
* Merge branch 'tristan/avoid-redundant-alpine-1.2' into 'bst-1.2'Tristan Van Berkom2018-08-242-2/+2
|\
| * tests/integration/project: Use the same alias for the alpine tarballTristan Van Berkom2018-08-242-2/+2
|/
* Merge branch 'tristan/integration-cli-source-determinism' into 'bst-1.2'Tristan Van Berkom2018-08-242-7/+14
|\
| * tests/integration/source-determinism.py: Use cli_integration.Valentin David2018-08-242-7/+14
|/
* NEWS: Updating for 1.1.7 release1.1.7Tristan Van Berkom2018-08-231-0/+5
* Merge branch 'juerg/cas-1.2' into 'bst-1.2'Jürg Billeter2018-08-233-20/+90
|\
| * CASCache: Fix cell-var-from-loop linting errorjuerg/cas-1.2Jonathan Maw2018-08-231-3/+3
| * _artifactcache/casserver.py: Improve ByteStream error handlingJürg Billeter2018-08-231-19/+52
| * NEWS: Add news entry for CAS resource_name format changeJürg Billeter2018-08-231-0/+9
| * _artifactcache/cascache.py: Fix resource_name format for blobsJürg Billeter2018-08-231-2/+6
| * _artifactcache/casserver.py: Fix resource_name format for blobsJürg Billeter2018-08-231-6/+30
|/
* Merge branch 'tristan/reduce-gitlab-ci-1.2' into 'bst-1.2'Tristan Van Berkom2018-08-232-5/+31
|\
| * README.rst: Removing the badgesTristan Van Berkom2018-08-231-5/+0
| * .gitlab-ci.yml: Avoid running tests in post-mergeTristan Van Berkom2018-08-231-0/+31
|/
* Merge branch 'tristan/artifact-expiry-1.2' into 'bst-1.2'Tristan Van Berkom2018-08-232-0/+56
|\
| * Remove artifact extracts when artifact expires in cacheValentin David2018-08-232-0/+56
|/
* Merge branch 'tristan/inconsistent-workspace-1.2' into 'bst-1.2'Tristan Van Berkom2018-08-232-1/+25
|\
| * Improve error message for deleted open workspacestristan/inconsistent-workspace-1.2Valentin David2018-08-232-1/+25
|/
* Merge branch 'tristan/finish-backport-of-679' into 'bst-1.2'Tristan Van Berkom2018-08-239-87/+195
|\
| * Add tests that cache size worksJonathan Maw2018-08-232-1/+63
| * artifactcache: Read and write cache size to diskJonathan Maw2018-08-231-2/+53
| * Fix get_cache_size to store it in the ArtifactCache, not the contextJonathan Maw2018-08-237-85/+80
|/
* _frontend/linuxapp.py: Fixing fallout from !693Tristan Van Berkom2018-08-231-4/+4
* Merge branch 'chandan/fix-mainfest-dev-requirements-1.2' into 'bst-1.2'Chandan Singh2018-08-221-1/+1
|\
| * MANIFEST.in: Fix include for dev-requirements.txtchandan/fix-mainfest-dev-requirements-1.2Chandan Singh2018-08-221-1/+1
|/
* Merge branch 'valentindavid/faster_startup-1.2' into 'bst-1.2'Valentin David2018-08-222-52/+57
|\
| * Use ArtifactCache's get_cache_size when calculating the quotavalentindavid/faster_startup-1.2Jonathan Maw2018-08-222-52/+57
|/
* Merge branch 'tristan/debug-symbols-location-1.2' into 'bst-1.2'Tristan Van Berkom2018-08-229-15/+29
|\
| * Don't strip pathname from debug symbol filestristan/debug-symbols-location-1.2Sam Thursfield2018-08-229-15/+29
|/
* Merge branch 'chandan/pypi-prep-1.2' into 'bst-1.2'Chandan Singh2018-08-221-0/+12
|\
| * setup.py: Add fields required for publishing on PyPiChandan Singh2018-08-221-0/+12
|/
* Merge branch 'willsalmon/MR601-backport' into 'bst-1.2'Will Salmon2018-08-224-10/+26
|\
| * Search for tags with the *.*.* patten for versionwillsalmon/MR601-backportWilliam Salmon2018-08-223-9/+16
| * Catch Non Numeric versionsWilliam Salmon2018-08-221-1/+10
|/
* Merge branch 'jonathan/faster-except-elements-1.2' into 'bst-1.2'Tristan Van Berkom2018-08-221-0/+3
|\
| * Pipeline: Skip except_elements logic if no elements to exceptJonathan Maw2018-08-221-0/+3
|/
* Merge branch 'tristan/notifications-1.2' into 'bst-1.2'Tristan Van Berkom2018-08-211-3/+34
|\
| * _frontend/linuxapp.py: Fix special casing around desktop notification escape ...tristan/notifications-1.2Tristan Van Berkom2018-08-211-3/+34
|/
* Merge branch 'chandan/update-ci-tags-1.2' into 'bst-1.2'Chandan Singh2018-08-212-7/+8
|\
| * dev-requirements.txt: Pin versions of pytest and pylintChandan Singh2018-08-211-1/+2
| * .gitlab-ci.yml: Bump tags for testsuite imagesChandan Singh2018-08-211-6/+6
|/
* Merge branch 'valentindavid/fix-broken-indentation-after-track-1.2' into 'bst...Valentin David2018-08-204-6/+11
|\
| * buildstream/_includes.py: Fix caching of included fragments.valentindavid/fix-broken-indentation-after-track-1.2Valentin David2018-08-201-1/+1
| * Fix broken indentation after tracking.Valentin David2018-08-204-5/+10
|/
* Merge branch 'Qinusty/terminate-retries-backport-1.2' into 'bst-1.2'Qinusty2018-08-201-2/+2
|\
| * job.py: Prevent terminated jobs retryingJosh Smith2018-08-201-2/+2
|/