summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests/integration/cachedfail.py: Test artifact pushrichardmaw/cache-failRichard Maw2018-06-151-1/+44
* NEWS: Describe caching of failuresRichard Maw2018-06-151-0/+6
* WIP: _frontend/app.py: Schedule before quittingRichard Maw2018-06-151-0/+2
* _scheduler/queue.py: Add failed builds to "done" queueRichard Maw2018-06-151-2/+6
* tests: Add unit tests for cached behavioursRichard Maw2018-06-151-0/+118
* _scheduler/queue.py: Skip rebuilding cached failuresRichard Maw2018-06-151-0/+13
* Cache failed buildsRichard Maw2018-06-153-68/+80
* _frontend/widget.py: Render cached failures differently to successesRichard Maw2018-06-151-1/+3
* Convert call-sites of Element._cached() that assume successRichard Maw2018-06-154-8/+8
* element.py: Add metadata to distinguish between successful and failed buildsRichard Maw2018-06-151-0/+84
* element.py: Cache the result of checking whether an artifact is cached weaklyRichard Maw2018-06-151-5/+20
* doc: Improve the new console output html generatorTristan Van Berkom2018-06-138-174/+266
* contrib/bst-here: Remove redundant create_volume_if_not_exists() methodChandan Singh2018-06-131-8/+1
* contrib/bst-here: Fix command/arg in usage instructionsChandan Singh2018-06-131-1/+1
* doc: Overhaul of page names and titlesTristan Van Berkom2018-06-1325-46/+48
* doc: Don't allow setting a height on the generated session htmlTristan Van Berkom2018-06-124-30/+14
* .gitlab-ci.yml: Speed up docs build by setting up BST_SOURCE_CACHETristan Van Berkom2018-06-121-0/+2
* HACKING.rst: Added guidelines for adding examplesTristan Van Berkom2018-06-121-1/+78
* doc/source/sessions: Committing generated session files.Tristan Van Berkom2018-06-122-0/+168
* doc/source/examples.rst: Restructuring individual examples into an examples s...Tristan Van Berkom2018-06-123-10/+9
* doc/source/examples_flatpak_autotools.rst: Using generated examplesTristan Van Berkom2018-06-121-4/+6
* doc/sessions: Added run files describing scenarios to buildTristan Van Berkom2018-06-122-0/+21
* doc/Makefile: Run bst2html.py to generate .html files from .run filesTristan Van Berkom2018-06-121-2/+22
* doc/bst2html.py: Added bst2html.pyTristan Van Berkom2018-06-121-0/+345
* Handle missing tags in git repositories correctlyTristan Maat2018-06-111-0/+4
* doc: Removed some unused link targetsTristan Van Berkom2018-06-095-14/+0
* doc/source/main_using.rst: Reversed ToC hereTristan Van Berkom2018-06-091-2/+2
* doc/source/examples.rst: Use a flat ToC hereTristan Van Berkom2018-06-091-1/+1
* doc/source/examples_flatpak_autotools.rst: Added some links to the example pr...Tristan Van Berkom2018-06-091-5/+9
* doc/examples/flatpak-autotools: Use consistent project nameTristan Van Berkom2018-06-091-1/+1
* doc: Stop generating the modules indexTristan Van Berkom2018-06-092-2/+2
* .gitlab-ci.yml: Stop depending on specific version of sphinxTristan Van Berkom2018-06-091-1/+1
* doc/source/authoring.rst: Removed unneeded link anchor from hereTristan Van Berkom2018-06-091-2/+0
* doc: Split out cache keys and sandboxing writings into a sub sectionTristan Van Berkom2018-06-092-4/+11
* doc/source/index.rst: Add resources directly at the bottom of the main pageTristan Van Berkom2018-06-092-11/+8
* doc/source/core_framework.rst: Use a toctree instead of linksTristan Van Berkom2018-06-097-21/+22
* doc/source/main_core.rst: Use a hidden toctree to hide away some thingsTristan Van Berkom2018-06-091-0/+10
* doc: Added plugins as ToC elements instead of orphaned linksTristan Van Berkom2018-06-0927-81/+108
* doc/source/index.rst: Use only one level depth ToC on main pageTristan Van Berkom2018-06-091-1/+1
* Allow tracking dependencies within sub-projects.Valentin David2018-06-084-10/+229
* Handle cross junction elements in workspaces.Valentin David2018-06-087-30/+154
* Reword uses of project in Workspaces.Valentin David2018-06-081-22/+30
* Interpret names as colon separated junction path in loader.Valentin David2018-06-087-10/+240
* autotools plugin: Dont regenerate existing configure scriptsTristan Van Berkom2018-06-081-4/+6
* _artifactcache/pushreceive.py: Cleanup reported error when receiving oversize...Tristan Van Berkom2018-06-071-3/+2
* pushreceive.py: Abstract the buffer_James Ennis2018-06-071-9/+8
* pushreceive.py: Ensure huge artifacts are not pushedJames Ennis2018-06-072-6/+32
* pushreceive.py: Add comments to code and name variables more sensiblyJames Ennis2018-06-071-1/+13
* push.py: Add tests to test remote cache expiryJames Ennis2018-06-071-1/+184
* element_generators.py: Add a utility function to create arbitrary size elementsJames Ennis2018-06-072-0/+41