summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* sync: pass --bare option when doing git clone of superproject.v2.12.1Raman Tenneti2021-02-081-4/+4
* sync: superproject performance changes.Raman Tenneti2021-02-071-7/+82
* manifest: set revisionId as revision attribute it it is not being set in ToXml.Raman Tenneti2021-02-071-0/+20
* sync: Do a git pull with --use-superproject if superproject tree already exists.Raman Tenneti2021-02-011-0/+7
* sync: Added --use-superproject option and support for superproject.v2.12Raman Tenneti2021-01-212-6/+90
* Update "evt" field to be logged as a string type.Ian Kasprzak2021-01-191-0/+2
* launcher: add a requirements framework to declare version dependenciesMike Frysinger2021-01-191-0/+76
* manifest_xml: - Added doc and testing of unknown tags/elements.Raman Tenneti2021-01-121-0/+21
* manifest_xml: initial support for <superproject>Raman Tenneti2021-01-081-0/+59
* Fix bug in git trace2 event Write() function when no config present.Ian Kasprzak2021-01-071-6/+23
* drop pyversion & is_python3 checkingMike Frysinger2021-01-061-12/+2
* strip python2-only coding:utf-8 & print_function settingsMike Frysinger2021-01-067-29/+0
* launcher: add test for version requirementsv2.11Mike Frysinger2021-01-061-0/+11
* Enable git trace2 event format logging.Ian Kasprzak2021-01-061-0/+169
* manifest_xml: harmonize list fieldsMike Frysinger2020-12-041-0/+13
* Fix tests after "use new main branch"Fredrik de Groot2020-12-032-2/+28
* manifest: add support for groups in includev2.10Fredrik de Groot2020-11-261-0/+43
* manifest_xml: refactor manifest parsing from client managementMike Frysinger2020-11-181-0/+89
* tests: use new main branchMike Frysinger2020-11-172-5/+5
* Move RepoHook class from project.py file to dedicated fileRemy Bohmer2020-11-032-39/+60
* init: reject unknown argsMike Frysinger2020-09-022-0/+92
* Use hash for ControlPath instead of full variablesAnders Björklund2020-04-151-0/+27
* tests: fix SetupGnuPG testMarcos Marado2020-04-121-0/+1
* init: respect --repo-rev changesMike Frysinger2020-03-251-2/+154
* init: allow REPO_REV/--repo-rev to specify commits/tagsMike Frysinger2020-03-241-0/+87
* tests: add more wrapper unittestsMike Frysinger2020-03-241-0/+88
* manifest_xml: unify bool & int parsingMike Frysinger2020-03-131-0/+57
* manifest/tests: get them passing under WindowsMike Frysinger2020-02-212-12/+22
* tests: add git_require coverageMike Frysinger2020-02-201-0/+48
* git_config: add GetInt helperMike Frysinger2020-02-192-0/+47
* repo: rework parser setup to handle `init -c`Mike Frysinger2020-02-141-0/+14
* pyflakes: Fix remaining "E501 line too long" warningsDavid Pursehouse2020-02-131-1/+2
* repo: add --version support to the launcherMike Frysinger2020-02-121-0/+18
* repo: export GIT_TRACE2_PARENT_SIDMike Frysinger2020-02-121-5/+45
* Fix blank line issues reported by flake8David Pursehouse2020-02-122-0/+8
* test_project.py: Remove unused variable in 'with' statementDavid Pursehouse2020-02-121-1/+1
* Fix duplicate method name in test_project.pyDavid Pursehouse2020-02-121-2/+2
* project: allow src=. with symlinksv2.1.1Mike Frysinger2020-02-111-0/+23
* manifest_xml: allow src=. with symlinksMike Frysinger2020-02-101-0/+2
* repo: raise min version of gitMike Frysinger2020-02-051-1/+1
* project: add basic path checks for <copyfile> & <linkfile>Mike Frysinger2020-02-041-0/+204
* manifest: add basic path checks for <copyfile> & <linkfile>Mike Frysinger2020-02-041-0/+83
* upload/editor: fix bytes/string confusionMike Frysinger2019-11-161-0/+60
* prune: handle branches that track missing branchesMike Frysinger2019-11-161-0/+74
* git_command: set GIT_HTTP_USER_AGENT on all requestsMike Frysinger2019-10-011-0/+8
* git_command: refactor User-Agent settingsMike Frysinger2019-10-011-5/+13
* move UserAgent to git_command for wider userMike Frysinger2019-10-011-0/+13
* tests: add docstrings & print_function (for Python 3)Mike Frysinger2019-08-014-0/+16
* hooks: support external hooks running different Python versionMike Frysinger2019-07-271-0/+58
* run_tests: add a helper for invoking unittestsMike Frysinger2019-07-111-0/+2