summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Only run the cmake testanother-segfaultTristan Maat2017-11-201-97/+97
* _ostree.py: Fix string formatting in fetch()Jürg Billeter2017-11-201-1/+2
* Revert "Accept the first character as shortcut on interruption prompts"Tristan Van Berkom2017-11-192-74/+12
* Accept the first character as shortcut on interruption promptsAntoine Wacheux2017-11-192-12/+74
* tests/pipeline/load.py: Enhanced and added test cases for exceptionsTristan Van Berkom2017-11-1812-34/+73
* tests/testutils/runcli.bst: Fix get_pipeline() to not use mutable default arg...Tristan Van Berkom2017-11-181-1/+4
* load.py: Add test to check intersection exceptionsTristan Maat2017-11-182-0/+24
* Fix testsTristan Maat2017-11-184-14/+3
* _pipeline.py: Adjust remove_elements to work on the 'intersection'Tristan Maat2017-11-181-38/+53
* Load excepted elements as part of the pipelineTristan Maat2017-11-182-13/+20
* main.py: Fix app initializationTristan Maat2017-11-181-6/+6
* utils.py: Fix variable name typoGökçen Nurlu2017-11-171-1/+1
* Switch old-style string formattings to new '.format()'Gökçen Nurlu2017-11-1717-80/+81
* _yaml.py: Remove extra brackets in Provenance classGökçen Nurlu2017-11-171-2/+2
* plugins/sources/tar.py: Consider link names in extractionTristan Van Berkom2017-11-171-0/+13
* tests/sources/tar.py: Test for tarballs containing linksTristan Van Berkom2017-11-173-0/+43
* element.py: Fixed manual signature override in docstringTristan Van Berkom2017-11-161-1/+1
* sandbox.py: Make mark_directory use keyword args97-apply-pep-3102-to-all-public-api-surfacesJonathan Maw2017-11-141-1/+1
* sandbox: Make sandbox.run use keyword argsJonathan Maw2017-11-143-3/+3
* utils.py: Make {copy,link,move}_files use keyword argsJonathan Maw2017-11-141-3/+3
* compose.py: Use keyword args for utils.move_filesJonathan Maw2017-11-141-1/+1
* utils.py: Make safe copy/link/move use keyword argsJonathan Maw2017-11-141-3/+3
* plugin.py: Make timed_activity enforce keyword argsJonathan Maw2017-11-141-1/+1
* plugin.py: Make the logging methods use keyword argsJonathan Maw2017-11-141-5/+5
* element.py: Change node_subst_member's 'default_value' field to 'default'Jonathan Maw2017-11-141-5/+5
* Change node_get_member to use default instead of default_valueJonathan Maw2017-11-141-5/+5
* Make node_subst_member pass default values as positional argsJonathan Maw2017-11-142-2/+2
* Make node_get_member pass default values as positional argsJonathan Maw2017-11-142-4/+4
* Make Element.depends use mandatory keyword argsJonathan Maw2017-11-141-1/+1
* Apply pep 3102 to element's stage_artifact and stage_dependency_artifactsJonathan Maw2017-11-141-2/+2
* Refactor, remove some unused imports138-aborting-bst-push-command-causes-stack-traceAngelos Evripiotis2017-11-134-6/+0
* autotools: Always run the autogen stepMathieu Bridon2017-11-111-1/+1
* Change origin to point at source repoDaniel Playle2017-11-113-6/+60
* doc/source/docker.rst: Fix formattingSam Thursfield2017-11-101-3/+5
* Remove DummyElement hackTristan Maat2017-11-102-35/+35
* load.py: Migrate to new test styleTristan Maat2017-11-102-89/+90
* git.py source plugin: Prune remote-tracking branches when fetchingsam/git-fetch-pruneSam Thursfield2017-11-081-1/+1
* Refactor: Move context.py -> _context.pyTristan Van Berkom2017-11-0816-84/+74
* Allow overwriting a list with an empty list using (=) operatorsam/overwrite-list-with-empty-listSam Thursfield2017-11-083-2/+21
* _frontend/main.py: Fix #133 - make completions work for --except argumentsTristan Van Berkom2017-11-081-1/+6
* integration-tests: Fix `run-tests.sh --sources DIR` when DIR doesn't existSam Thursfield2017-11-061-2/+2
* doc/source/pluginauthoring.rst: Removed Project from documentationTristan Van Berkom2017-11-061-1/+0
* refactoring: Made Project option privateTristan Van Berkom2017-11-0620-91/+105
* tests/sandboxes/mounting/mount_simple.py: Changed to test new Mounter objectsandbox-mounts-refactorTristan Van Berkom2017-11-061-3/+3
* sandbox: Refactoring, moving accidentally public MountMap into it's own fileTristan Van Berkom2017-11-065-112/+135
* sandbox/_mounter.py: Added missing copyright headerTristan Van Berkom2017-11-061-0/+20
* sandbox/_mount.py: Renamed _mounter.pyTristan Van Berkom2017-11-062-3/+3
* buildelement.py: Fixed doc string link.exceptions-refactorTristan Van Berkom2017-11-061-1/+1
* doc/source/formatintro.rst: Fixed duplicate link anchorTristan Van Berkom2017-11-061-1/+1
* Refactoring: Renamed _BstError -> BstErrorTristan Van Berkom2017-11-068-50/+52