summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* element.py: Use the BST_ARTIFACT_VERSION declared in the project.py moduleTristan Van Berkom2017-09-041-7/+2
* project.py: Declare main BST_ARTIFACT_VERSION hereTristan Van Berkom2017-09-041-8/+17
* tests/sources/ostree.py: Removed test and data.Tristan Van Berkom2017-09-046-193/+0
* tests/testutils/repo/ostree.py: Skip tests if the ostree cli is not installedTristan Van Berkom2017-09-041-0/+7
* cachekey.py: Fix broken logic of excluding testsTristan Van Berkom2017-09-041-2/+2
* tests/cachekey/cachekey.py: Skip if not all plugins are availableTristan Van Berkom2017-09-041-0/+6
* tests/testutils/repo/git.py: Skip tests if git is not installedTristan Van Berkom2017-09-041-0/+8
* tests/testutils/repo/bzr.py: Skip tests if bzr is not installedTristan Van Berkom2017-09-041-0/+8
* tests/source/git.py: Skip if git is not availableTristan Van Berkom2017-09-041-0/+12
* tests/sources/bzr.py: Use site.py to determine presence of bzrTristan Van Berkom2017-09-041-8/+1
* testutis/site.py: A location for checking the presense of host featuresTristan Van Berkom2017-09-041-0/+22
* HACKING.rst: Adding a little reminder of how to invoke specific testsTristan Van Berkom2017-09-041-0/+6
* tests/frontend/track.py: Added test case for `bst track`Tristan Van Berkom2017-09-041-0/+57
* tests/frontend/fetch.py: Added tests for `bst fetch`Tristan Van Berkom2017-09-041-0/+50
* tests/frontend/compose_splits.py: Adding some simple artifact splitting test.Tristan Van Berkom2017-09-043-0/+69
* tests/frontend/show.py: Added test for `bst show`Tristan Van Berkom2017-09-041-0/+55
* tests/frontend/buildcheckout.py: Added tests for `bst build` and `bst checkout`Tristan Van Berkom2017-09-041-0/+78
* tests/frontend/project: Adding project data for frontend testsTristan Van Berkom2017-09-047-0/+47
* tests/frontend/version.py: Use the fixture to run buildstreamTristan Van Berkom2017-09-041-11/+3
* tests/frontend/help.py: Use the fixture to run buildstreamTristan Van Berkom2017-09-041-13/+5
* tests/cachekey/cachekey.py: Use the cli runner fixture here.Tristan Van Berkom2017-09-041-15/+5
* tests/testutils/repo module: New module for Source support scaffoldingTristan Van Berkom2017-09-046-0/+258
* tests/testutils/runcli.py: Added fixture for running the CLITristan Van Berkom2017-09-042-0/+113
* tests/sources/ostree.py: Removed http server testTristan Van Berkom2017-09-041-22/+0
* tests/artifactcache/basics.py: Call artifacts.pull() in a subprocessTristan Van Berkom2017-09-041-1/+5
* plugin.py: Removed special case for test casesTristan Van Berkom2017-09-033-6/+1
* _scheduler module: Create an event loop instead of using the defaultTristan Van Berkom2017-09-032-1/+2
* tests/frontend/help.py: Adding test case for --help of all commandsTristan Van Berkom2017-09-021-0/+43
* tests: Adding __init__.py to some test modulesTristan Van Berkom2017-09-012-0/+0
* .gitlab-ci.yml: Fixed to not try to upgrade stuffTristan Van Berkom2017-09-011-1/+1
* tests/cachekey: Adding Cache Key testsTristan Van Berkom2017-09-0142-0/+341
* tests/frontend/version.py: Added first frontend testTristan Van Berkom2017-09-011-0/+29
* _frontend/main.py: Fix stack track when project has no element-pathTristan Van Berkom2017-09-011-1/+6
* _frontend/main.py: Avoid loading messages when not in verboseTristan Van Berkom2017-09-011-0/+12
* git.py source plugin: Consider submodules in cache keyTristan Van Berkom2017-09-011-1/+8
* source.py: Consider directory when calculating cache keyTristan Van Berkom2017-09-011-4/+12
* local source tests: Removed test case for get_unique_key()Tristan Van Berkom2017-09-011-18/+0
* bzr.py source plugin: Dont require a mirror to check for consistencyTristan Van Berkom2017-09-011-0/+4
* source-bundle: fix filtering out of non-build elementsCharles Bailey2017-09-011-7/+12
* doc/Makefile: Now output devhelp docs as well as online html docsTristan Van Berkom2017-09-011-10/+14
* data/bst (bash completion scriptlet): Corrected commentTristan Van Berkom2017-08-311-1/+1
* documentation: Set page titles manually in python modules.Tristan Van Berkom2017-08-3110-5/+37
* plugin tests: Adding new tests with plugins loaded in a pipelineTristan Van Berkom2017-08-3117-0/+178
* project tests: Added test ensuring that we assert project versions.Tristan Van Berkom2017-08-312-0/+15
* plugin.py: Added BST_FORMAT_VERSION class attribute to pluginsTristan Van Berkom2017-08-311-3/+33
* project.py: Load new definitions of project version requirementsTristan Van Berkom2017-08-312-0/+59
* exceptions.py: Added LoadErrorReason.UNSUPPORTED_PROJECTTristan Van Berkom2017-08-301-0/+3
* element.py and plugins: Changed Element.strict_rebuild APITristan Van Berkom2017-08-303-4/+12
* element.py: Changing artifact version APITristan Van Berkom2017-08-301-29/+18
* plugin tests: Added tests for new version assertionsTristan Van Berkom2017-08-305-0/+44