summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* .gitlab-ci.yml: Only show the 20 slowest testsjjardon/ci_show_timingsJavier Jardón2018-08-241-2/+2
* .gitlab-ci.yml: Show timing of every testJosh Smith2018-08-241-2/+2
* Merge branch 'tristan/avoid-redundant-alpine' into 'master'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 'valentindavid/cli_integration_source_determinism' into 'master'Tristan Van Berkom2018-08-242-7/+14
|\
| * tests/integration/source-determinism.py: Use cli_integration.valentindavid/cli_integration_source_determinismValentin David2018-08-242-7/+14
|/
* Merge branch 'chandan/ci-sdist-test' into 'master'Tristan Van Berkom2018-08-241-0/+5
|\
| * .gitlab-ci.yml: Verify that source tarball installs correctlychandan/ci-sdist-testChandan Singh2018-08-241-0/+5
|/
* Merge branch 'tristan/reduce-gitlab-ci' into 'master'jjardon/ci-testTristan 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
|/
* deps: Specify the minimum version required for blessingstristan/blessingsMathieu Bridon2018-08-231-1/+1
* Merge branch 'valentindavid/extract-expiry' into 'master'Tristan Van Berkom2018-08-232-0/+56
|\
| * Remove artifact extracts when artifact expires in cacheValentin David2018-08-232-0/+56
|/
* Merge branch 'valentindavid/inconsistant-workspace' into 'master'Tristan Van Berkom2018-08-232-1/+25
|\
| * Improve error message for deleted open workspacesValentin David2018-08-232-1/+25
|/
* _frontend/linuxapp.py: Fixing fallout from !693Tristan Van Berkom2018-08-231-4/+4
* Merge branch 'chandan/fix-mainfest-dev-requirements' into 'master'Chandan Singh2018-08-221-1/+1
|\
| * MANIFEST.in: Fix include for dev-requirements.txtchandan/fix-mainfest-dev-requirementsChandan Singh2018-08-221-1/+1
|/
* Merge branch 'tristan/debug-symbols-location' into 'master'Tristan Van Berkom2018-08-2210-16/+32
|\
| * Don't strip pathname from debug symbol filesSam Thursfield2018-08-2210-16/+32
|/
* Merge branch 'willsalmon/versionTagRegrex' into 'master'Will Salmon2018-08-224-10/+26
|\
| * Search for tags with the *.*.* patten for versionwillsalmon/versionTagRegrexWilliam Salmon2018-08-223-9/+16
| * Catch Non Numeric versionsWilliam Salmon2018-08-221-1/+10
|/
* Merge branch 'tristan/notifications' into 'master'Tristan Van Berkom2018-08-221-3/+34
|\
| * _frontend/linuxapp.py: Fix special casing around desktop notification escape ...Tristan Van Berkom2018-08-221-3/+34
|/
* Merge branch 'chandan/pypi-prep' into 'master'Tristan Van Berkom2018-08-221-0/+12
|\
| * setup.py: Add fields required for publishing on PyPichandan/pypi-prepChandan Singh2018-08-221-0/+12
|/
* Merge branch 'Qinusty/598-fatal-warning-none-detail' into 'master'Qinusty2018-08-211-0/+1
|\
| * plugin.py: Stop printing None for fatal-warningsJosh Smith2018-08-211-0/+1
|/
* Merge branch 'chandan/update-ci-tags' into 'master'Tristan Van Berkom2018-08-212-7/+8
|\
| * dev-requirements.txt: Pin versions of pytest and pylintchandan/update-ci-tagsChandan Singh2018-08-211-1/+2
| * .gitlab-ci.yml: Bump tags for testsuite imagesChandan Singh2018-08-211-6/+6
|/
* Merge branch 'jonathan/faster-except-elements' into 'master'Jonathan Maw2018-08-211-0/+3
|\
| * Pipeline: Skip except_elements logic if no elements to exceptJonathan Maw2018-08-211-0/+3
|/
* Merge branch 'valentindavid/fix-broken-indentation-after-track' into 'master'Qinusty2018-08-214-6/+11
|\
| * buildstream/_includes.py: Fix caching of included fragments.Valentin David2018-08-211-1/+1
| * Fix broken indentation after tracking.Valentin David2018-08-214-5/+10
|/
* Merge branch 'jonathan/cascache-cell-var-from-loop' into 'master'Jonathan Maw2018-08-201-3/+3
|\
| * CASCache: Fix cell-var-from-loop linting errorJonathan Maw2018-08-201-3/+3
|/
* Merge branch 'jonathan/cache-cache-size' into 'master'Jonathan Maw2018-08-209-82/+195
|\
| * Add tests that cache size worksJonathan Maw2018-08-202-1/+63
| * artifactcache: Read and write cache size to diskJonathan Maw2018-08-201-2/+53
| * Fix get_cache_size to store it in the ArtifactCache, not the contextJonathan Maw2018-08-207-85/+80
| * Use ArtifactCache's get_cache_size when calculating the quotaJonathan Maw2018-08-202-52/+57
|/
* Merge branch 'tristan/exclude-project-py-from-tests' into 'master'Tristan Van Berkom2018-08-201-1/+1
|\
| * setup.cfg: Add tests/integration/project to norecursedirsTristan Van Berkom2018-08-201-1/+1
|/
* Merge branch 'Qinusty/531-fetch-retries-on-terminate' into 'master'Qinusty2018-08-171-2/+2
|\
| * job.py: Prevent terminated jobs retryingJosh Smith2018-08-171-2/+2
|/
* Merge branch 'willsalmon/APIFix' into 'master'Will Salmon2018-08-177-31/+101
|\