summaryrefslogtreecommitdiff
path: root/tests/sources/git.py
Commit message (Expand)AuthorAgeFilesLines
* _yaml.py: Remove node_containsDaniel Silverstone2019-04-041-7/+7
* The new YAML World OrderDaniel Silverstone2019-03-271-24/+31
* tests: str(datafiles) instead of a longer thingAngelos Evripiotis2019-03-211-16/+16
* tests:lint: disable 'unused-import' checks on pytest fixturesBenjamin Schubert2019-03-201-1/+1
* tests:lint: silence redefined-outer-name in files using fixturesBenjamin Schubert2019-03-201-0/+3
* tests:lint: use set comprehensions instead of set([])Benjamin Schubert2019-03-201-3/+3
* tests:lint: reorder imports for consistencyBenjamin Schubert2019-03-201-1/+2
* Let subprocess decode stdout based on localebschubert/no-subprocess-decodeBenjamin Schubert2019-03-011-8/+12
* tests: Remove unused importsremove-dead-codeBenjamin Schubert2019-03-011-1/+0
* tests: Remove unused variablesBenjamin Schubert2019-03-011-19/+19
* Use [a, b, *c] instead of [a, b] + c when building listbschubert/more-pythonic-list-concatBenjamin Schubert2019-03-011-3/+3
* Expose basic api for testing external plugins.phil/plugin-testing-apiPhil Dawson2019-02-081-1/+3
* Mark 'old' checkout command as obsoleteJames Ennis2019-01-221-10/+10
* 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
* Introduce new "source" command groupChandan Singh2018-12-141-22/+22
* 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
* 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
* Add Error to git and ostree sources configureWilliam Salmon2018-08-171-17/+24
* Add warning to git track if track and ref are not presentWilliam Salmon2018-08-071-0/+42
* _stream.py: Add StreamError exceptionTristan Van Berkom2018-05-081-1/+1
* tests/sources/git.py: Test that we ignore inconsistent submodules.Tristan Van Berkom2018-03-221-0/+37
* tests: Add a git test that project overrides workJonathan Maw2018-02-191-0/+39
* tests: Add tests to verify git sources obey submodule checkout configJonathan Maw2018-02-191-0/+207
* tests: fix erroneous comment in git testJonathan Maw2018-02-191-1/+1
* tests/sources: Use new error checking tools for source testsTristan Van Berkom2018-01-011-7/+6
* tests/sources/git.py: Converted to use newer CLI fixturesTristan Van Berkom2017-11-051-365/+61
* Fix affected test cases24-better-validation-for-loaded-yamlTristan Maat2017-09-141-3/+3
* tests/source/git.py: Skip if git is not availableTristan Van Berkom2017-09-041-0/+12
* Fixed test cases for Source refresh() -> track() API changeTristan Van Berkom2017-01-181-13/+16
* Fixed git submodule tests to be relocatable (was breaking in different places)Tristan Van Berkom2017-01-041-47/+55
* Added git source test for fetching and staging gits with subreposTristan Van Berkom2017-01-031-2/+135
* Adding first git plugin testsTristan Van Berkom2016-12-191-0/+227