summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2021-12-01project: migrate worktree .git/ dirs to symlinksv2.19Mike Frysinger
2021-09-30git_config: Fixed test.gitconfig getting updated when running tests.v2.17Raman Tenneti
2021-09-29trace2_event: Add remove_prefix to fix failing tests on Linux & macOS.Raman Tenneti
2021-09-28Add 'dest-path' to extend-project to support changing pathMichael Kelly
2021-09-28superproject: Log syncstate's parameter as data-json it it is an array.Raman Tenneti
2021-09-28make file removal a bit more robustMike Frysinger
2021-09-27superproject: Log argv parameter of syncstate as 'data-json'.Raman Tenneti
2021-09-27superproject: support a new revision attribute.Xin Li
2021-09-23manifest: make repo-hooks more robust wrt element orderingJack Neus
2021-09-14sync: Log repo sync state events as 'data' events.Raman Tenneti
2021-08-13superproject: print messages if the manifest has superproject tag.v2.16.5Raman Tenneti
2021-08-12superproject: prepend messages with - "repo superproject"Raman Tenneti
2021-07-29sync: Remove '_' from the repo.syncstate.* keys when saved to config.v2.16.4Raman Tenneti
2021-07-29sync: Added logging of repo sync state and config options for analysis.Raman Tenneti
2021-07-23repo: properly handle remote annotations in manifest_xmlJack Neus
2021-07-08Gracefully ignore bad remove-project lineMichael Kelly
2021-06-30Fix an issue when syncing with --use-superproject and clone bundles.Xin Li
2021-06-29superproject - don't update the commit ids of projects that have revisionId.Raman Tenneti
2021-06-16superproject: Don't exit if superproject tag doesn't exist in manifest.v2.16Raman Tenneti
2021-06-11repo: properly handle NoneType in Default/Remote equality checksJack Neus
2021-06-10superproject: add projects from local manifest to local::<filename> group.Raman Tenneti
2021-06-09trace2_event_log: Added logging of error events.Raman Tenneti
2021-06-08superproject: revert not updating commit ids if remote is different.Raman Tenneti
2021-05-26tests: Make the tests pass for Python < 3.8Peter Kjellerstedt
2021-05-18superproject: Use bugurl from contactinfo in the missing commits error message.v2.15.1Raman Tenneti
2021-05-10ssh: rewrite proxy management for multiprocessing usagev2.15Mike Frysinger
2021-05-06ssh: move all ssh logic to a common placeMike Frysinger
2021-05-06git_command: switch version caches to functoolsMike Frysinger
2021-05-05manifest_xml: cleanup of contactinfo test for readability with f-strings.Raman Tenneti
2021-05-04manifest_xml: initial support for <contactinfo>Raman Tenneti
2021-05-04subcmds: force consistent help text formatMike Frysinger
2021-05-03superproject: Don't update the commit ids of projects if remote is different.Raman Tenneti
2021-04-30manifest_xml: ban use of newlines in pathsMike Frysinger
2021-04-14tests: Make ReviewableBranchTests.test_smoke work with git < 2.28.0Peter Kjellerstedt
2021-03-18repo: Add a new "command" event type to git trace2 logging in repo.Raman Tenneti
2021-03-12manifest: allow toplevel project checkoutsv2.13.5Mike Frysinger
2021-03-11superproject: pass groups to ToXml method.Raman Tenneti
2021-03-08Log repo.* config variables in git trace2 logger.Ian Kasprzak
2021-03-04tests: fix duplicate method from copy & paste errorMike Frysinger
2021-03-02manifest: relax include name rules for user-specified pathv2.13.1Mike Frysinger
2021-02-28manifest: validate project name & path and include name attributesMike Frysinger
2021-02-28manifest: refactor the filesystem checking logic for more reuseMike Frysinger
2021-02-25sync: superproject - support for switching hosts and switching branches.Raman Tenneti
2021-02-25tests: fix init subcmd after url changeMike Frysinger
2021-02-25tests: refactor manifest testsMike Frysinger
2021-02-19error: fix pickling of all exceptionsMike Frysinger
2021-02-11init: added --use-superproject option to clone superproject.v2.12.2Raman Tenneti
2021-02-11git_config: add SetBoolean helperMike Frysinger
2021-02-08sync: pass --bare option when doing git clone of superproject.v2.12.1Raman Tenneti
2021-02-07sync: superproject performance changes.Raman Tenneti