summaryrefslogtreecommitdiffstats
path: root/tests/test_git_superproject.py
Commit message (Expand)AuthorAgeFilesLines
* run_tests: move test filtering to pytest markersMike Frysinger2025-03-251-0/+3
* cleanup: Update codebase to expect Python 3.6Jason R. Coombs2023-10-311-1/+1
* cleanup: delete redundant "r" open modeJason R. Coombs2023-10-211-4/+4
* Use non-deprecated API for obtaining UTC timeLuK13372023-09-181-1/+3
* tests: test_git_superproject.py: fix py3.6 & 3.7Daniel Kutik2023-09-131-2/+6
* isort: format codebasev2.36Mike Frysinger2023-08-221-1/+2
* Format codebase with black and check formatting in CQGavin Mak2023-03-221-329/+453
* 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
* Use --negotiation-tip in superproject fetches.Joanna Wang2022-12-091-0/+39
* tests: clean up repo_trace._TRACE_FILE patchingMike Frysinger2022-12-081-2/+0
* tests: drop old unittest.main logicv2.31Mike Frysinger2022-12-081-4/+0
* Set tracing to always on and save to .repo/TRACE_FILE.Joanna Wang2022-11-031-0/+2
* Omit local_manifest groups from superproject override.v2.28LaMont Jones2022-07-151-3/+0
* tests: switch to tempfile.TemporaryDirectoryMike Frysinger2022-05-201-3/+3
* manifest_xml: use Superproject to hold XML contentv2.23LaMont Jones2022-04-121-33/+30
* superproject: support a new revision attribute.Xin Li2021-09-271-1/+1
* superproject: print messages if the manifest has superproject tag.v2.16.5Raman Tenneti2021-08-131-1/+1
* Fix an issue when syncing with --use-superproject and clone bundles.Xin Li2021-06-301-6/+6
* 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
* superproject: add projects from local manifest to local::<filename> group.Raman Tenneti2021-06-101-4/+52
* 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-261-17/+19
* superproject: Don't update the commit ids of projects if remote is different.Raman Tenneti2021-05-031-13/+57
* superproject: pass groups to ToXml method.Raman Tenneti2021-03-111-4/+8
* sync: superproject - support for switching hosts and switching branches.Raman Tenneti2021-02-251-15/+16
* init: added --use-superproject option to clone superproject.v2.12.2Raman Tenneti2021-02-111-51/+64
* 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
* 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-211-0/+82