summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Rename XmlManifest.GetGroupsStr() to XmlManifest.GetManifestGroupsStr()Peter Kjellerstedt2025-12-031-2/+2
* manifest: Propagate revision attribute through multiple levels of includePeter Kjellerstedt2025-11-261-0/+26
* manifest, project: Store project groups as setsPeter Kjellerstedt2025-11-261-4/+4
* project: Use dicts to keep track of copyfiles and linkfilesPeter Kjellerstedt2025-11-261-4/+86
* manifest: Make include groups propagate to extend-project elementsPeter Kjellerstedt2025-11-261-0/+35
* wipe: Add new `repo wipe` subcommandGavin Mak2025-11-211-0/+263
* tests: manifest_xml: convert most path usage to pathlibMike Frysinger2025-11-111-57/+49
* manifest: Make extend-project support copyfile, linkfile and annotationPeter Kjellerstedt2025-10-271-0/+78
* sync: fix saving of fetch times and local statev2.59Gavin Mak2025-10-201-0/+3
* forall: fix crash with no commandMike Frysinger2025-09-171-1/+6
* standardize file header wrt licensingMike Frysinger2025-08-217-7/+7
* sync: Fix missing error details in interleaved summaryGavin Mak2025-08-141-7/+7
* sync: Record and propagate errors from deferred actionsGavin Mak2025-08-131-0/+2
* sync: Don't checkout if no worktreev2.57.1Gavin Mak2025-07-231-0/+20
* sync: Share self-update logic between sync modesGavin Mak2025-06-231-0/+102
* sync: Implement --interleaved sync workerGavin Mak2025-06-181-1/+180
* sync: Add orchestration logic for --interleavedGavin Mak2025-06-171-1/+123
* subcmds: delete redundant dest= settingsMike Frysinger2025-05-271-0/+41
* manifest: generalize --json as --format=<format>Mike Frysinger2025-04-301-0/+156
* launcher: change RunError to subprocess.CalledProcessErrorMike Frysinger2025-04-011-1/+1
* black: update to v25Mike Frysinger2025-03-251-1/+1
* run_tests: move test filtering to pytest markersMike Frysinger2025-03-252-0/+7
* launcher: change RunResult to subprocess.CompletedProcessMike Frysinger2025-03-241-5/+6
* Add smoke test for subcmd forallFredrik de Groot2024-12-111-0/+156
* Remove gitc support from repoJosip Sokcevic2024-12-032-75/+1
* Fix event log command event hierarchy.Josip Sokcevic2024-11-221-13/+9
* manifest: add optional base check on remove and extendFredrik de Groot2024-10-281-0/+85
* sync: Always use WORKER_BATCH_SIZEv2.48Josip Sokcevic2024-10-071-0/+24
* color: fix have_fg not re assign to truebright2024-09-122-0/+82
* logging: Fix log formatting with colored outputShik Chen2024-07-021-0/+37
* sync: Fix sorting for nested projectsJosip Sokcevic2024-03-081-10/+35
* upload: Add support for setting patchset descriptionSergiy Belozorov2024-03-041-0/+10
* sync: Introduce git checkout levelsv2.42Josip Sokcevic2024-02-271-0/+26
* tests: setup user identity for testsVitalii Dmitriev2023-12-201-0/+9
* manifest_xml: fix url normalization for inits and remotesVitalii Dmitriev2023-12-201-0/+36
* manifest_xml: do not allow / before : in scp-like syntaxMike Frysinger2023-12-191-0/+11
* sync: Fix partial sync false positiveMatt Schulte2023-11-301-0/+38
* Correctly handle schema-less URIs for remote fetch URLMichael Kelly2023-11-081-0/+29
* cleanup: Update codebase to expect Python 3.6Jason R. Coombs2023-10-316-13/+8
* cleanup: delete redundant "r" open modeJason R. Coombs2023-10-212-5/+5
* manifest_xml: Fix empty project list when DOCTYPE is presentChris Allen2023-10-201-0/+15
* project: using --depth results in error when including submanifestsRoberto Vladimir Prado Carranza2023-10-201-1/+4
* delete Python 2 (object) compatMike Frysinger2023-10-202-2/+2
* 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