summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* superproject: print messages if the manifest has superproject tag.v2.16.5Raman Tenneti2021-08-132-3/+3
* superproject: prepend messages with - "repo superproject"Raman Tenneti2021-08-121-2/+2
* sync: Remove '_' from the repo.syncstate.* keys when saved to config.v2.16.4Raman Tenneti2021-07-292-1/+4
* sync: Added logging of repo sync state and config options for analysis.Raman Tenneti2021-07-292-0/+26
* repo: properly handle remote annotations in manifest_xmlJack Neus2021-07-231-1/+28
* Gracefully ignore bad remove-project lineMichael Kelly2021-07-081-0/+50
* Fix an issue when syncing with --use-superproject and clone bundles.Xin Li2021-06-302-7/+7
* superproject - don't update the commit ids of projects that have revisionId.Raman Tenneti2021-06-291-2/+49
* superproject: Don't exit if superproject tag doesn't exist in manifest.v2.16Raman Tenneti2021-06-161-18/+116
* repo: properly handle NoneType in Default/Remote equality checksJack Neus2021-06-111-0/+31
* superproject: add projects from local manifest to local::<filename> group.Raman Tenneti2021-06-101-4/+52
* trace2_event_log: Added logging of error events.Raman Tenneti2021-06-091-0/+24
* superproject: revert not updating commit ids if remote is different.Raman Tenneti2021-06-081-45/+0
* tests: Make the tests pass for Python < 3.8Peter Kjellerstedt2021-05-262-28/+55
* superproject: Use bugurl from contactinfo in the missing commits error message.v2.15.1Raman Tenneti2021-05-181-1/+1
* ssh: rewrite proxy management for multiprocessing usagev2.15Mike Frysinger2021-05-101-4/+26
* ssh: move all ssh logic to a common placeMike Frysinger2021-05-062-32/+52
* git_command: switch version caches to functoolsMike Frysinger2021-05-061-2/+7
* manifest_xml: cleanup of contactinfo test for readability with f-strings.Raman Tenneti2021-05-051-1/+3
* manifest_xml: initial support for <contactinfo>Raman Tenneti2021-05-041-21/+38
* subcmds: force consistent help text formatMike Frysinger2021-05-041-0/+30
* superproject: Don't update the commit ids of projects if remote is different.Raman Tenneti2021-05-031-13/+57
* manifest_xml: ban use of newlines in pathsMike Frysinger2021-04-301-0/+16
* tests: Make ReviewableBranchTests.test_smoke work with git < 2.28.0Peter Kjellerstedt2021-04-141-1/+1
* repo: Add a new "command" event type to git trace2 logging in repo.Raman Tenneti2021-03-181-0/+24
* manifest: allow toplevel project checkoutsv2.13.5Mike Frysinger2021-03-121-2/+28
* superproject: pass groups to ToXml method.Raman Tenneti2021-03-112-4/+14
* Log repo.* config variables in git trace2 logger.Ian Kasprzak2021-03-081-0/+49
* tests: fix duplicate method from copy & paste errorMike Frysinger2021-03-041-2/+2
* manifest: relax include name rules for user-specified pathv2.13.1Mike Frysinger2021-03-021-2/+30
* manifest: validate project name & path and include name attributesMike Frysinger2021-02-281-71/+159
* manifest: refactor the filesystem checking logic for more reuseMike Frysinger2021-02-281-0/+2
* sync: superproject - support for switching hosts and switching branches.Raman Tenneti2021-02-251-15/+16
* tests: fix init subcmd after url changeMike Frysinger2021-02-251-1/+1
* tests: refactor manifest testsMike Frysinger2021-02-251-90/+98
* error: fix pickling of all exceptionsMike Frysinger2021-02-191-0/+53
* init: added --use-superproject option to clone superproject.v2.12.2Raman Tenneti2021-02-111-51/+64
* git_config: add SetBoolean helperMike Frysinger2021-02-111-3/+67
* 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