Commits on Source (16)
-
Valentin David authored
The issue was introduced by 6ccfab0b.
-
Valentin David authored
Fix bug with root mounted as non-artifact in script plugin. Closes #756 and #749 See merge request !941
-
As someone coming from GitHub to GitLab, I was pleasantly surprised by the 'filter by WIP status' option. To make sure we get the most out of it, add a guideline to keep the filter clean, to reduce reviewer burden.
-
I was recently surprised that we don't prefer addressing review comments in 'fixup!' commits. Coming from GitHub, I've found that fixup commits make it easier for reviewers to see what has changed since their last review. The idea is to use '--autosquash' before landing to clean up the history again. It's a pleasant surprise that it's easy to keep track of what changed in merge-requests between pushes, so we can always keep the history clean. Document this, so folks like me can see the light sooner.
-
Explain why it's useful to mention the decisions made for a change and provide links for background, e.g. issue numbers. My general experience of git histories is that folks don't do enough explaining, so it's great we have a contributing section for it. I've found it's easier for folks to stick to rules when they know the practical reasons for them, so provide some.
-
Angelos Evripiotis authored
Add more to GitLab-relevant parts of contributing See merge request !935
-
This patch partially resolves #700
-
Due to the changed Exception message, this patch also changes the test_parse_size_over_1024T test in misc.py
-
Javier Jardón authored
Add local cache expiry documentation and fix misleading error message when specifying a percentage cache quota Closes #700 See merge request !939
-
Daniel Silverstone authored
Previously, debug messages from `Plugin.__del__()` went to stdout which was a problem for the test suite in extremely rare and hard to predict circumstances. This corrects that by sending the message to stderr where all the rest of the messages tend to go. Signed-off-by:
Daniel Silverstone <daniel.silverstone@codethink.co.uk>
-
Valentin David authored
plugin.py: Redirect DEBUG from `__del__` to `sys.stderr` See merge request !944
-
Jim MacArthur authored
Fixes issue #574.
-
Jim MacArthur authored
This will now return paths in the same order as list_relative_paths.
-
Jim MacArthur authored
-
Jim MacArthur authored
Direct CAS-to-CAS import Closes #574 See merge request !911
-
Benjamin Schubert authored
As per PEP 0479 (https://www.python.org/dev/peps/pep-0479/), StopIteration thrown in context managers are not valid starting from Python 3.7.
Showing
- CONTRIBUTING.rst 23 additions, 1 deletionCONTRIBUTING.rst
- buildstream/_artifactcache/artifactcache.py 13 additions, 6 deletionsbuildstream/_artifactcache/artifactcache.py
- buildstream/plugin.py 2 additions, 1 deletionbuildstream/plugin.py
- buildstream/scriptelement.py 5 additions, 2 deletionsbuildstream/scriptelement.py
- buildstream/source.py 22 additions, 20 deletionsbuildstream/source.py
- buildstream/storage/_casbaseddirectory.py 381 additions, 94 deletionsbuildstream/storage/_casbaseddirectory.py
- doc/source/using_config.rst 38 additions, 0 deletionsdoc/source/using_config.rst
- tests/integration/project/elements/script/corruption-2.bst 11 additions, 0 deletionstests/integration/project/elements/script/corruption-2.bst
- tests/integration/project/elements/script/marked-tmpdir.bst 12 additions, 0 deletionstests/integration/project/elements/script/marked-tmpdir.bst
- tests/integration/project/elements/script/no-tmpdir.bst 12 additions, 0 deletionstests/integration/project/elements/script/no-tmpdir.bst
- tests/integration/project/elements/script/tmpdir.bst 10 additions, 0 deletionstests/integration/project/elements/script/tmpdir.bst
- tests/integration/script.py 38 additions, 0 deletionstests/integration/script.py
- tests/storage/virtual_directory_import.py 271 additions, 0 deletionstests/storage/virtual_directory_import.py
- tests/utils/misc.py 2 additions, 1 deletiontests/utils/misc.py
This diff is collapsed.
tests/storage/virtual_directory_import.py
0 → 100644