summaryrefslogtreecommitdiffstats
path: root/manifest_xml.py
Commit message (Expand)AuthorAgeFilesLines
* manifest: Add `sync-strategy` attribute to project elementsGavin Mak2026-04-091-0/+6
* Fix all flake8 warnings from newer flake8-bugbear and flake8-comprehensionsCarlos Fernandez2026-04-031-3/+2
* manifest: Introduce `sync-j-max` attribute to cap sync jobsGavin Mak2026-02-061-0/+11
* manifest_xml: prevent extend-project from inheriting local groupsGavin Mak2026-01-151-0/+8
* Rename XmlManifest.GetGroupsStr() to XmlManifest.GetManifestGroupsStr()Peter Kjellerstedt2025-12-031-1/+1
* manifest_xml, git_superproject: Rename an argument for XmlManifest.ToXml()Peter Kjellerstedt2025-12-021-9/+9
* manifest: Propagate revision attribute through multiple levels of includePeter Kjellerstedt2025-11-261-8/+8
* manifest, project: Store project groups as setsPeter Kjellerstedt2025-11-261-44/+46
* manifest: Make include groups propagate to extend-project elementsPeter Kjellerstedt2025-11-261-1/+4
* manifest: Make extend-project support copyfile, linkfile and annotationPeter Kjellerstedt2025-10-271-3/+11
* manifest: Remove redundant re-raise of BaseExceptionsErik Elmeke2025-04-221-6/+1
* black: update to v25Mike Frysinger2025-03-251-19/+19
* Update internal filesystem layout for submodulesKaushik Lingarkar2025-02-041-1/+6
* manifest: add optional base check on remove and extendFredrik de Groot2024-10-281-0/+35
* gitc: delete a few more dead referencesMike Frysinger2024-04-181-6/+0
* manifest_xml: fix url normalization for inits and remotesVitalii Dmitriev2023-12-201-2/+2
* manifest_xml: do not allow / before : in scp-like syntaxMike Frysinger2023-12-191-1/+1
* manifest_xml: support nested submanifestsGuillaume Micouin-Jorda2023-11-151-1/+1
* Correctly handle schema-less URIs for remote fetch URLMichael Kelly2023-11-081-13/+45
* cleanup: Update codebase to expect Python 3.6Jason R. Coombs2023-10-311-20/+16
* cleanup: use new dict & set generator stylesJason R. Coombs2023-10-211-6/+6
* manifest_xml: Fix empty project list when DOCTYPE is presentChris Allen2023-10-201-1/+4
* cleanup: leverage yield from in more placesJason R. Coombs2023-10-201-4/+2
* delete Python 2 (object) compatMike Frysinger2023-10-201-3/+3
* manifest_xml: use a set instead of (sorted) list in projectsDiffSylvain2023-09-101-6/+5
* isort: format codebasev2.36Mike Frysinger2023-08-221-14/+12
* gitc: drop supportJason Chang2023-08-151-32/+0
* manifest: enable remove-project using pathFredrik de Groot2023-06-211-13/+36
* Add envar to replace shallow clones with partialJason Chang2023-05-251-0/+6
* manifest: add support for revision in includeShuchuan Zeng2023-05-051-2/+19
* Format codebase with black and check formatting in CQGavin Mak2023-03-221-1929/+2178
* pylint: remove unused importsDaniel Kutik2022-12-131-1/+1
* manifest: allow extend-project to override dest-branch and upstreamErik Elmeke2022-09-201-0/+6
* diffmanifests: Handle Missing Projects in Repo WorkspaceShashank Devaraj2022-09-151-1/+4
* manifest_xml: improve topdir accuracy.v2.29LaMont Jones2022-08-221-1/+4
* project: simplify GetRemote a bitMike Frysinger2022-08-171-2/+2
* sync: rework --jobs to provide better defaultsMike Frysinger2022-07-251-4/+4
* Omit local_manifest groups from superproject override.v2.28LaMont Jones2022-07-151-1/+5
* Only sync superproject if it will be used.LaMont Jones2022-06-081-10/+39
* project: initial separation of shared project objectsMike Frysinger2022-05-261-3/+6
* manifest: add submanifest.default_groups attributev2.25LaMont Jones2022-04-291-10/+31
* Override the manifest for the entire commandLaMont Jones2022-04-191-53/+69
* manifest_xml: use Superproject to hold XML contentv2.23LaMont Jones2022-04-121-23/+24
* manifest_xml: Add Load and Unload methodsLaMont Jones2022-04-081-4/+15
* Fix sub manifest handlingLaMont Jones2022-04-061-4/+5
* Move manifest config logic into ManifestProjectLaMont Jones2022-04-061-14/+13
* project: Isolate ManifestProject from RepoProjectLaMont Jones2022-03-311-5/+6
* manifest_file must be an absolute pathLaMont Jones2022-03-231-1/+8
* manifest_xml: group for submanifest projectsLaMont Jones2022-02-281-0/+4
* Add multi-manifest support with <submanifest> elementv2.22LaMont Jones2022-02-171-27/+427