summaryrefslogtreecommitdiff
path: root/tests/sources/git.py
Commit message (Expand)AuthorAgeFilesLines
* source.py: Validate cache when it's used, not in `_is_cached()`Jürg Billeter2020-08-061-31/+17
* Add Git source test for depth=1 fetch with exact tag reftmewett/git-sourceTom Mewett2020-01-241-0/+28
* testing: Add functions to generate yaml filesThomas Coldrick2020-01-241-52/+45
* exceptions: Expose ErrorDomain, ErrorLoadReasonThomas Coldrick2020-01-231-1/+1
* element.py: Compute whether an element is cached only on `is_cached`Benjamin Schubert2020-01-161-2/+6
* source.py: Remove 'get_consistency' completelyBenjamin Schubert2020-01-161-1/+1
* tests/sources/git.py: Add recursive submodule testTom Mewett2019-12-131-0/+40
* tests: Use pytest.raise() instead of checking for return codeBenjamin Schubert2019-12-021-4/+4
* Reformat code using BlackChandan Singh2019-11-141-564/+426
* _yaml: Split Node-related parts into 'node.pyx'Benjamin Schubert2019-07-151-2/+2
* _yaml: Add a 'from_dict' on Node to create new nodes from dictsBenjamin Schubert2019-07-151-1/+1
* tests: Change all calls to _yaml.dump to _yaml.rountrip_dumpBenjamin Schubert2019-07-151-33/+33
* _yaml: Remove 'node_set'. Now use __setitem__Benjamin Schubert2019-07-151-8/+8
* _yaml: Remove 'node_get' and migrate all remaining calls to new APIBenjamin Schubert2019-07-151-6/+6
* _yaml: Add 'as_bool()' and 'is_none()' to ScalarNodeBenjamin Schubert2019-07-151-2/+2
* _yaml: Add 'as_str()' on ScalarNode and 'get_scalar()' on MappingNodeBenjamin Schubert2019-07-151-5/+5
* _yaml: Remove useless calls to '_yaml.node_sanitize'Benjamin Schubert2019-06-251-6/+6
* testing/_utils: match git methods to base classAngelos Evripiotis2019-06-181-5/+5
* test:utils/site: Consolidate Git environment variables in a single placeBenjamin Schubert2019-06-061-2/+1
* plugintestutils: Rename 'plugintestutils' package to 'testing'phil/rename-plugintestutilsPhil Dawson2019-04-161-2/+2
* testutils: move repo.py into buildstream.plugintestutilsPhil Dawson2019-04-121-1/+1
* _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