Commits on Source 26
-
Jonathan Maw authored
Guess the element when running commands in a workspace See merge request !954
-
Phil Dawson authored
This commit is part of the work towards #672
-
Phil Dawson authored
-
Phil Dawson authored
-
Phil Dawson authored
This is part of the work towards #672
-
Phil Dawson authored
-
Phil Dawson authored
Retire bst source bundle command Closes #672 See merge request !959
-
richardmaw-codethink authored
-
richardmaw-codethink authored
-
richardmaw-codethink authored
-
richardmaw-codethink authored
-
richardmaw-codethink authored
-
richardmaw-codethink authored
Add artifact log command See merge request !920
-
Fix #530 - Extract free space computation in a function for easier mocking - Mock space computation during cache quota tests - Mock cache size during cachque quota tests - Add two more tests when the configuration would require to much storage space
-
Tristan Van Berkom authored
Mock storage space checks for tests. Closes #530 See merge request !702
-
Benjamin Schubert authored
As per https://docs.python.org/3.7/reference/compound_stmts.html#except variables used in the "except" clause are erased at the end of the block. We had a conflict with a nested exception using the same variable as before. This renames the nested variable to avoid the clash
-
Benjamin Schubert authored
element.py: fix unbounded variable in nested python exception See merge request !1006
-
-
-
-
-
-
Some external plugins depend derive from BuildElement and are broken by BuildElement enabling this batching by default. Instead, enable it in all of the individual build element plugin implementations. This fixes issue #800
-
Tristan Van Berkom authored
Dont batch prepare assemble by default Closes #800 See merge request !1009
-
Jonathan Maw authored
This change is related to #222
-
Jonathan Maw authored
This change is related to #222