summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 'artifact log': document the 'artifacts' argumentaevri/doc_artifact_logAngelos Evripiotis2019-03-141-2/+37
* Merge branch 'aevri/nodefaultsset' into 'master'bst-marge-bot2019-03-141-16/+11
|\
| * element.py: remove redundant `__defaults_set`Angelos Evripiotis2019-03-141-4/+2
| * Element.__init_defaults: init if no plugin_confAngelos Evripiotis2019-03-141-10/+8
| * element: refactor, rm unused temp varAngelos Evripiotis2019-03-141-2/+1
|/
* Merge branch 'jennis/remove_node_chain_stuff' into 'master'Jürg Billeter2019-03-145-161/+26
|\
| * _yaml.py: Rip out ChainMap(), node_chain_copy(), node_list_copy()jennis/remove_node_chain_stuffJames Ennis2019-03-145-161/+26
|/
* Merge branch 'juerg/cas' into 'master'bst-marge-bot2019-03-142-8/+8
|\
| * _casbaseddirectory.py: Use variable-length argument list for _exists()Jürg Billeter2019-03-141-1/+1
| * _casbaseddirectory.py: Use variable-length argument list for _objpath()Jürg Billeter2019-03-142-7/+7
|/
* Merge branch 'phil/consolidate-repo-tests' into 'master'bst-marge-bot2019-03-1444-974/+1489
|\
| * tests: move templated tests from workspace.py into separate filephil/consolidate-repo-testsPhil Dawson2019-03-146-6/+203
| * tests/frontend/workspaces/py: Fix typo in WorkspaceCreator classPhil Dawson2019-03-141-7/+7
| * tests: move templated tests from source-determinism.py into separate filePhil Dawson2019-03-143-74/+137
| * tests: move templated source tests from track.py into separate filePhil Dawson2019-03-142-368/+413
| * tests: move templated tests from track_cross_junction.py into separate filePhil Dawson2019-03-141-0/+23
| * tests: move templated tests from buildcheckout.py into basic_functionality.pyPhil Dawson2019-03-142-48/+82
| * tests: move templated source tests from mirror.py into separate filePhil Dawson2019-03-142-397/+427
| * tests: move templated source tests from fetch.py into separate filePhil Dawson2019-03-1429-75/+198
|/
* Merge branch 'raoul/440-source-cache' into 'master'bst-marge-bot2019-03-1438-362/+1195
|\
| * Source cache testsRaoul Hidalgo Charman2019-03-1415-0/+429
| * Integrate source cache with rest of buildstreamRaoul Hidalgo Charman2019-03-1418-59/+187
| * _sourcecache.py: Introduce SourceCache classRaoul Hidalgo Charman2019-03-142-0/+154
| * source.py: Add source cache keyRaoul Hidalgo Charman2019-03-141-0/+23
| * utils: add deterministic_umask context managerRaoul Hidalgo Charman2019-03-142-1/+17
| * CASQuota: move clean method hereRaoul Hidalgo Charman2019-03-144-114/+147
| * _basecache.py: Move artifactcache methods to base cacheRaoul Hidalgo Charman2019-03-143-194/+244
|/
* Merge branch 'tpollard/fix-complete-nonetype' into 'master'bst-marge-bot2019-03-141-8/+11
|\
| * _frontend/cli.py: Don't attempt to path NoneType in complete_target()Tom Pollard2019-03-141-8/+11
|/
* Merge branch 'jennis/introduce_artifact_delete' into 'master'Jürg Billeter2019-03-1331-31/+275
|\
| * docs: Add bst artifact delete to using_commands.rstJames Ennis2019-03-131-0/+7
| * Update man pages now that bst artifact delete existsJames Ennis2019-03-1322-22/+41
| * NEWS: Add news entry for bst artifact deleteJames Ennis2019-03-131-0/+4
| * cascache.py: Ensure path exists before trying to update the mtimeJames Ennis2019-03-132-6/+48
| * cli.py: Add artifact delete commandJames Ennis2019-03-134-1/+160
| * _artifactelement.py: Add _get_cache_key() overrideJames Ennis2019-03-131-0/+4
| * _artifactcache.py: Add prune() methodJames Ennis2019-03-131-0/+7
| * _artifactcache.py: Add optional defer_prune flag to remove()James Ennis2019-03-131-2/+4
|/
* Merge branch 'phil/fixup-external-plugin-tests' into 'master'bst-marge-bot2019-03-132-31/+9
|\
| * Move external plugin tests to seperate tox environment.Phil Dawson2019-03-132-31/+9
|/
* Merge branch 'tpollard/908' into 'master'laurence/update-readmebst-marge-bot2019-03-122-231/+544
|\
| * element.py: Remove unused local private methods due to Artifact classtpollard/908Tom Pollard2019-03-121-31/+0
| * _artifact.py: Transition element.py get_artifact_metadata*() methodsTom Pollard2019-03-122-56/+180
| * _artifact.py: Transition element.py __load*() methodsTom Pollard2019-03-122-18/+52
| * _artifact.py: Transition element.py _cached_buildtree()Tom Pollard2019-03-122-11/+28
| * _artifact.py: Transition element.py _cache_artifact()Tom Pollard2019-03-122-100/+136
| * Create Artifact 'abstraction' classTom Pollard2019-03-122-18/+151
|/
* Merge branch 'jennis/assert_composition_failure' into 'master'bst-marge-bot2019-03-126-0/+63
|\
| * tests: Add tests to ensure that overwriting on later compositions worksJames Ennis2019-03-126-0/+63
|/
* Merge branch 'chandan/container-plugins' into 'master'bst-marge-bot2019-03-121-0/+1
|\