summaryrefslogtreecommitdiff
path: root/tests/sources
Commit message (Expand)AuthorAgeFilesLines
* Expose basic api for testing external plugins.phil/plugin-testing-apiPhil Dawson2019-02-0812-12/+19
* tests/sources/remote.py: Refactored to use get_element_states()Tristan Van Berkom2019-01-241-6/+13
* Mark 'old' checkout command as obsoleteJames Ennis2019-01-229-36/+36
* tests/sources/git.py: Skip tests that assume too new a gitRichard Maw2019-01-211-1/+3
* buildstream/_gitsourcebase.py: Fix case where HEAD is taggedValentin David2019-01-161-0/+111
* buildstream/_gitsourcebase.py: Reduce git history for git describe.Valentin David2019-01-161-0/+78
* tests/sources/tar.py: Test that we don't crash when HOME is unsetTristan Van Berkom2018-12-261-0/+16
* tests/sources: Test that fetch() is not called for cached sourcesJürg Billeter2018-12-204-0/+98
* Introduce new "source" command groupChandan Singh2018-12-147-69/+69
* Force updating tags when fetching git repositoryvalentindavid/git_force_fetch_tagsValentin David2018-12-111-0/+98
* tests/sources/git.py: Test invalid submodules warning appearing after trackTristan Van Berkom2018-12-061-0/+61
* tests/sources/git.py: Test unlisted submodules warning appearing after trackTristan Van Berkom2018-12-061-0/+63
* tests/sources/git.py: Testing the git:invalid-submodule warningTristan Van Berkom2018-12-061-0/+71
* tests/sources/git.py: Testing the git:unlisted-submodule warningTristan Van Berkom2018-12-061-0/+73
* tests/sources/git.py: Refactor ref-not-in-track test to use parameterizationTristan Van Berkom2018-12-061-41/+17
* git source plugin: Track git tags and save them to reproduce a minimum shallo...Valentin David2018-12-051-0/+153
* Add support for .netrc in remote/tar/zip pluginsValentin David2018-11-293-0/+181
* plugins/sources/pip.py: Accomodate characters '-','.','_' for packagesctolentino82018-11-021-0/+20
* tests/sources/git.py: Add track and fetch test with and without tagJürg Billeter2018-09-271-0/+47
* tests/sources/git.py: Add tests for REF_NOT_IN_TRACKtpollard/483Tom Pollard2018-09-031-0/+68
* tests: Modify tests to ensure retry FAILUREJosh Smith2018-08-313-3/+3
* tar.py: Add test for a tarball containing a read-only dirjmac/tempfile-extraction-bugJames Ennis2018-08-241-0/+45
* tar tests: Add tarball which contains a read-only dirJames Ennis2018-08-242-0/+6
* Add Error to git and ostree sources configureWilliam Salmon2018-08-174-17/+83
* Add pip source pluginChandan Singh2018-08-156-0/+69
* Allow source plugins to access previous sourcesChandan Singh2018-08-155-0/+151
* Add warning to git track if track and ref are not presentWilliam Salmon2018-08-071-0/+42
* remote.py: Add support for marking downloaded files executableEd Baunton2018-08-072-2/+43
* tests: add additional tests to patch pluginTiago Gomes2018-08-024-9/+50
* tests: add additional tests to local pluginTiago Gomes2018-08-024-2/+55
* patch plugin: validate project pathsTiago Gomes2018-08-021-5/+7
* local plugin: validate project pathsTiago Gomes2018-08-021-3/+3
* tests/sources: deb, tar and zip all test for retry behaviourJosh Smith2018-07-273-3/+6
* Provide explicit reason for SourceError exception on pathEd Baunton2018-07-261-1/+1
* Add remote source pluginEd Baunton2018-07-2513-0/+179
* Move _list_dir_contents to __init__.pyMove-_list_dir_contents-to-__init__425-add-a-deps-flag-to-bst-checkoutPhillip Smyth2018-07-114-52/+36
* _stream.py: Add StreamError exceptionTristan Van Berkom2018-05-086-10/+10
* source.py, element.py, _pipeline.py: Streamling preflighting.Tristan Van Berkom2018-04-162-3/+3
* tests/sources/deb.py: Skip tests if arpy is not availableJürg Billeter2018-03-251-1/+8
* Created deb Source plugin for Issue #10Phillip Smyth2018-03-2324-0/+217
* tests/sources/git.py: Test that we ignore inconsistent submodules.Tristan Van Berkom2018-03-222-0/+40
* tests: Add a git test that project overrides workJonathan Maw2018-02-194-0/+52
* tests: Add tests to verify git sources obey submodule checkout configJonathan Maw2018-02-192-0/+208
* tests: fix erroneous comment in git testJonathan Maw2018-02-191-1/+1
* Add bzr testTristan Maat2018-02-073-0/+49
* local & patch source tests: Preflight errors now report PipelineErrorTristan Van Berkom2018-01-062-3/+3
* tests/sources/local.py: Adding test for staging a symlink.Tristan Van Berkom2018-01-024-0/+34
* tests/sources/local.py: Testing failures to create staging directoriesTristan Van Berkom2018-01-024-0/+28
* tests/sources: Use new error checking tools for source testsTristan Van Berkom2018-01-016-82/+91
* Adapting test cases to expect logs in stderrTristan Van Berkom2017-12-132-2/+2