summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* PushQueue -> ArtifactPushQueueraoul/440-source-cache-remotesRaoul Hidalgo Charman2019-03-223-5/+5
* tests: check source push for workspaced elementsRaoul Hidalgo Charman2019-03-221-0/+40
* tests: check sources are pushed even if build failsRaoul Hidalgo Charman2019-03-224-0/+100
* tests: source and artifact cache testRaoul Hidalgo Charman2019-03-221-0/+91
* using_config.rst: Add source cache documentationRaoul Hidalgo Charman2019-03-221-0/+46
* format_project.rst: Add source cache documentationRaoul Hidalgo Charman2019-03-221-0/+27
* tests: Add source cache push failure testRaoul Hidalgo Charman2019-03-221-0/+42
* tests: Add source cache pull after a push testRaoul Hidalgo Charman2019-03-221-0/+45
* tests: Add source cache push testRaoul Hidalgo Charman2019-03-221-0/+96
* _stream.py: Schedule source push queueRaoul Hidalgo Charman2019-03-221-1/+7
* sourcepushqueue.py: Add queue for pushing sourcesRaoul Hidalgo Charman2019-03-226-6/+49
* element.py: Add source push methods to ElementRaoul Hidalgo Charman2019-03-221-0/+19
* _sourcecache.py: Add push methodRaoul Hidalgo Charman2019-03-222-1/+36
* tests: Add source cache fetch failure testRaoul Hidalgo Charman2019-03-221-0/+52
* tests: Add source cache test for fallbackRaoul Hidalgo Charman2019-03-221-0/+59
* tests: Add source cache fetch testRaoul Hidalgo Charman2019-03-221-0/+111
* element.py: Pull from sourcecache in _fetch()Raoul Hidalgo Charman2019-03-222-9/+17
* element.py: Add source cache as variableRaoul Hidalgo Charman2019-03-221-2/+2
* _sourcecache.py: Add pull methodRaoul Hidalgo Charman2019-03-222-2/+35
* source.py: add _get_brief_display_key methodRaoul Hidalgo Charman2019-03-221-0/+7
* _stream.py: Add source cache initialisation.Raoul Hidalgo Charman2019-03-222-6/+24
* _stream.py: Fix doc type mismatchRaoul Hidalgo Charman2019-03-221-1/+1
* _basecache.py: Moves has remote methodsRaoul Hidalgo Charman2019-03-225-47/+47
* Merge branch 'bschubert/optimize-dependencies' into 'master'bst-marge-bot2019-03-222-39/+51
|\
| * Rework Element.dependencies to be more efficientBenjamin Schubert2019-03-222-39/+51
|/
* Merge branch 'raoul/source-key-fix' into 'master'bst-marge-bot2019-03-216-23/+122
|\
| * element.py: remove reduntant list(self.sources())Raoul Hidalgo Charman2019-03-211-2/+2
| * tests: Check get_unique_key isn't used before trackRaoul Hidalgo Charman2019-03-214-0/+110
| * element.py: move _generate_key to _source_cachedRaoul Hidalgo Charman2019-03-212-21/+10
|/
* Merge branch 'bschubert/better-pytest-report' into 'master'bst-marge-bot2019-03-216-50/+61
|\
| * tests: when comparing lists/dicts, compare all at onceBenjamin Schubert2019-03-216-50/+61
|/
* Merge branch 'aevri/you_only_write_once' into 'master'bst-marge-bot2019-03-214-28/+10
|\
| * cleanupjob, cascache: don't write cache size twiceAngelos Evripiotis2019-03-212-4/+6
| * cascache: remove redundant assignmentAngelos Evripiotis2019-03-211-1/+1
| * cascache: rm redundant calculate_cache_sizeAngelos Evripiotis2019-03-211-18/+2
| * _artifactcache: rm comment 'remove the size from'Angelos Evripiotis2019-03-211-1/+0
| * _artifactcache: don't define CACHE_SIZE_FILE twiceAngelos Evripiotis2019-03-212-4/+1
|/
* Merge branch 'aevri/dirname_basename' into 'master'bst-marge-bot2019-03-2172-327/+327
|\
| * tests: str(datafiles) instead of a longer thingAngelos Evripiotis2019-03-2172-327/+327
|/
* Merge branch 'bschubert/pipeline' into 'master'bst-marge-bot2019-03-2137-89/+311
|\
| * tests/frontend/workspace.py: Test that all elements build with workspace in playTristan Van Berkom2019-03-2123-0/+153
| * element.py: Add _fetch_done method and use this to update the stateBenjamin Schubert2019-03-212-1/+10
| * Don't update state before summary. It should be consistentBenjamin Schubert2019-03-211-12/+1
| * Stop updating state in queue.status()Benjamin Schubert2019-03-216-13/+88
| * plugin.py: make _unique_id accessible to the coreBenjamin Schubert2019-03-216-17/+10
| * plugin.py: move the creation and handling of the plugin table in PluginBenjamin Schubert2019-03-214-48/+51
|/
* Merge branch 'pointswaves/softreset' into 'master'bst-marge-bot2019-03-213-0/+45
|\
| * Added doc's for workspace reset --softpointswaves/softresetWilliam Salmon2019-03-213-0/+45
|/
* Merge branch 'bschubert/lint/logging-format' into 'master'bst-marge-bot2019-03-212-3/+1
|\
| * casserver.py: fix logging-format-interpolation error and enableBenjamin Schubert2019-03-212-3/+1
|/