summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: Set HOME to a temporary directory when running tests.v2.38Jason R. Coombs2023-10-171-0/+49
* git_command: Augment underlying git errors with suggestionsAravind Vasudevan2023-10-061-0/+133
* Use non-deprecated API for obtaining UTC timeLuK13372023-09-182-2/+6
* main: Use repo loggerAravind Vasudevan2023-09-181-32/+34
* tests: test_subcmds_sync.py: fix for py3.6 & 3.7Daniel Kutik2023-09-131-2/+6
* tests: test_git_superproject.py: fix py3.6 & 3.7Daniel Kutik2023-09-131-2/+6
* logging: Use log.formatter for coloring logsAravind Vasudevan2023-09-061-36/+0
* sync: Use repo logger within syncAravind Vasudevan2023-08-311-24/+7
* isort: format codebasev2.36Mike Frysinger2023-08-227-11/+17
* tweak stdlib imports to follow Google style guideMike Frysinger2023-08-222-7/+9
* upload: Suggest full sync if hooks fail with partially synced treeGavin Mak2023-08-221-2/+2
* sync: Ignore repo project when checking partial syncsGavin Mak2023-08-221-2/+20
* upload: fix error handlingJason Chang2023-08-211-0/+69
* gitc: drop supportJason Chang2023-08-151-5/+3
* sync: Warn if partial sync state is detectedGavin Mak2023-08-101-0/+61
* Raise repo exit errors in place of sys.exitJason Chang2023-08-072-2/+6
* Prefix error events with RepoErrorEvent:Jason Chang2023-08-071-2/+2
* Refactor errors for sync commandJason Chang2023-08-021-0/+83
* Update errors to extend BaseRepoErrorJason Chang2023-07-312-4/+65
* [repo logging] Add logging moduleAravind Vasudevan2023-07-311-0/+115
* sync: Track last completed fetch/checkoutGavin Mak2023-07-281-0/+75
* manifest: enable remove-project using pathFredrik de Groot2023-06-211-0/+38
* Parse OpenSSH versions with no SSH_EXTRAVERSIONSaagar Jha2023-05-241-0/+2
* manifest: add support for revision in includeShuchuan Zeng2023-05-051-0/+39
* tests: do not allow underscores in cli optionsMike Frysinger2023-04-191-0/+14
* Format codebase with black and check formatting in CQGavin Mak2023-03-2218-2815/+3275
* tests: Change docstring for CopyLinkTestCaseGavin Mak2023-02-141-1/+1
* git_superproject: Log actual error fmt instead of the entire error message.Joanna Wang2023-02-011-0/+1
* pylint: remove unused importsDaniel Kutik2022-12-131-1/+0
* update-manpages: clean up symlink in checkoutMike Frysinger2022-12-122-3/+3
* repo_trace: Avoid race conditions with trace_file updating.Joanna Wang2022-12-091-0/+56
* Use --negotiation-tip in superproject fetches.Joanna Wang2022-12-091-0/+39
* tests: clean up repo_trace._TRACE_FILE patchingMike Frysinger2022-12-085-28/+25
* wrapper: switch to functools.lru_cacheMike Frysinger2022-12-081-1/+1
* tests: drop old unittest.main logicv2.31Mike Frysinger2022-12-084-16/+0
* sync: fix manifest sync-j handlingMike Frysinger2022-12-081-0/+47
* test_manifest_config_properties: use assertEqualDaniel Kutik2022-12-051-4/+4
* Fix ManifestProject.partial_clone_exclude property.Joanna Wang2022-12-021-0/+79
* Fixed wrapper related warnings in testsDaniel Kutik2022-11-282-8/+9
* test_capture: allow both Unix and Windows line sepDaniel Kutik2022-11-281-1/+3
* test_bad_path_name_checks: allow Windows path sepDaniel Kutik2022-11-281-1/+1
* test: Fix char encoding issues on windowsDaniel Kutik2022-11-271-2/+2
* test: fix path seperator errors on windowsDaniel Kutik2022-11-273-20/+20
* trace: make test timeout after 2minDaniel Kutik2022-11-261-1/+1
* Extract env building into a testable helper.v2.30Sam Saccone2022-11-161-0/+33
* tests: Fix update-manpages test.LaMont Jones2022-11-161-1/+1
* update-manpages: explicitly strip color codesLaMont Jones2022-11-142-0/+28
* sync: clear preciousObjects when set in error.LaMont Jones2022-11-031-7/+48
* Set tracing to always on and save to .repo/TRACE_FILE.Joanna Wang2022-11-034-0/+26
* tests: Make the tests pass for Python < 3.8Peter Kjellerstedt2022-10-281-7/+7