summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixuptristan/testing-dev-package-versionsTristan Van Berkom2018-08-211-7/+7
* Testing 1 2 3Tristan Van Berkom2018-08-212-22/+32
* Testing package versionsTristan Van Berkom2018-08-211-0/+23
* 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
| * Move KeyStrength enum out to element_enums.pyJim MacArthur2018-08-154-38/+67
| * _filebaseddirectory/directory.py: Move VirtualDirectoryError to DirectoryJim MacArthur2018-08-152-15/+15
| * Convert uses of external_directory to get_underlying_directory()Jim MacArthur2018-08-153-3/+10
|/
* Merge branch 'juerg/cas' into 'master'Jürg Billeter2018-08-152-17/+78
|\
| * _artifactcache/casserver.py: Improve ByteStream error handlingJürg Billeter2018-08-151-19/+52
| * _artifactcache/cascache.py: Fix resource_name format for blobsJürg Billeter2018-08-151-2/+6
| * _artifactcache/casserver.py: Fix resource_name format for blobsJürg Billeter2018-08-151-6/+30
|/
* Merge branch 'Qinusty/526-fail-on-warnings' into 'master'Tristan Van Berkom2018-08-1544-83/+398
|\
| * tests: Add tests for configurable warningsJosh Smith2018-08-159-2/+201
| * docs: Add documentation for Configurable WarningsJosh Smith2018-08-152-12/+36
| * git.py: Add configurable warning for inconsistent-submoduleJosh Smith2018-08-151-1/+10
| * _project.py: Add fatal-warnings configuration itemJosh Smith2018-08-1533-69/+152
|/
* Merge branch 'Qinusty/gnu-mirror' into 'master'Qinusty2018-08-152-2/+2
|\