summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tar.py: Add test for a tarball containing a read-only dirjennis/read_only_dir_in_tarballJames Ennis2018-08-231-0/+25
* tar tests: Add tarball which contains a read-only dirJames Ennis2018-08-233-0/+12
* 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
|\
| * Improve error message for build if there are refs missingwillsalmon/APIFixWilliam Salmon2018-08-171-14/+5
| * Add Error to git and ostree sources configureWilliam Salmon2018-08-176-17/+96
|/
* Merge branch 'tristan/notifications' into 'master'Tristan Van Berkom2018-08-171-2/+14
|\
| * _frontend/app.py: Notify session completionsTristan Van Berkom2018-08-171-2/+14
|/
* Merge branch 'tiagogomes/issue-577' into 'master'Tiago Gomes2018-08-161-2/+4
|\
| * cascache: use errno moduleTiago Gomes2018-08-161-2/+4
|/
* Merge branch 'tiagogomes/disable-https-gnu-repo' into 'master'Tiago Gomes2018-08-161-1/+1
|\
| * Use http instead of https for the gnu ftp mirrortiagogomes/disable-https-gnu-repoTiago Gomes2018-08-161-1/+1
|/
* Merge branch 'willsalmon/CacheExpiryTest' into 'master'Tom Pollard2018-08-165-3/+133
|\
| * Trying to mitigate a mtime granularity braking the cache testswillsalmon/CacheExpiryTestWilliam Salmon2018-08-165-3/+133
|/
* Merge branch 'valentindavid/fallback_mirror_ostree' into 'master'Tristan Van Berkom2018-08-162-14/+20
|\
| * Fix ostree repository mirroringValentin David2018-08-162-14/+20
|/
* Merge branch 'chandan/sourcetransform' into 'master'Chandan Singh2018-08-1531-58/+794
|\
| * Add NEWS entry for Source Transform and pip sourcechandan/sourcetransformChandan Singh2018-08-151-0/+7
| * Add pip source pluginChandan Singh2018-08-1522-6/+454
| * Allow source plugins to access previous sourcesChandan Singh2018-08-159-56/+337
|/
* Merge branch 'jmac/cas_virtual_directory' into 'master'Jim MacArthur2018-08-1515-59/+743
|\
| * Add basic storage test 'storage-test.py'jmac/cas_virtual_directoryJim MacArthur2018-08-154-0/+60
| * Sandbox: Return a CasBasedDirectory when an environment variable is setJim MacArthur2018-08-151-2/+10
| * filebaseddirectory: Update index after descendJim MacArthur2018-08-151-1/+2
| * Directory API: add mark_changedJim MacArthur2018-08-154-0/+16
| * Initial implementation of _casbaseddirectory.pyJim MacArthur2018-08-151-0/+563