summaryrefslogtreecommitdiffstats
path: root/tests/test_manifest_xml.py
Commit message (Expand)AuthorAgeFilesLines
* tests: clean up repo_trace._TRACE_FILE patchingMike Frysinger2022-12-081-2/+0
* 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-271-14/+14
* Set tracing to always on and save to .repo/TRACE_FILE.Joanna Wang2022-11-031-0/+2
* tests: Make the tests pass for Python < 3.8Peter Kjellerstedt2022-10-281-7/+7
* manifest: allow extend-project to override dest-branch and upstreamErik Elmeke2022-09-201-0/+24
* Omit local_manifest groups from superproject override.v2.28LaMont Jones2022-07-151-0/+31
* tests: switch to tempfile.TemporaryDirectoryMike Frysinger2022-05-201-3/+3
* manifest_xml: use Superproject to hold XML contentv2.23LaMont Jones2022-04-121-25/+25
* Add 'dest-path' to extend-project to support changing pathMichael Kelly2021-09-281-0/+46
* superproject: support a new revision attribute.Xin Li2021-09-271-0/+69
* manifest: make repo-hooks more robust wrt element orderingJack Neus2021-09-231-0/+13
* repo: properly handle remote annotations in manifest_xmlJack Neus2021-07-231-1/+28
* Gracefully ignore bad remove-project lineMichael Kelly2021-07-081-0/+50
* Fix an issue when syncing with --use-superproject and clone bundles.Xin Li2021-06-301-1/+1
* repo: properly handle NoneType in Default/Remote equality checksJack Neus2021-06-111-0/+31
* tests: Make the tests pass for Python < 3.8Peter Kjellerstedt2021-05-261-11/+36
* superproject: Use bugurl from contactinfo in the missing commits error message.v2.15.1Raman Tenneti2021-05-181-1/+1
* manifest_xml: cleanup of contactinfo test for readability with f-strings.Raman Tenneti2021-05-051-1/+3
* manifest_xml: initial support for <contactinfo>Raman Tenneti2021-05-041-21/+38
* manifest_xml: ban use of newlines in pathsMike Frysinger2021-04-301-0/+16
* manifest: allow toplevel project checkoutsv2.13.5Mike Frysinger2021-03-121-2/+28
* superproject: pass groups to ToXml method.Raman Tenneti2021-03-111-0/+6
* manifest: relax include name rules for user-specified pathv2.13.1Mike Frysinger2021-03-021-2/+30
* manifest: validate project name & path and include name attributesMike Frysinger2021-02-281-71/+159
* manifest: refactor the filesystem checking logic for more reuseMike Frysinger2021-02-281-0/+2
* tests: refactor manifest testsMike Frysinger2021-02-251-90/+98
* manifest: set revisionId as revision attribute it it is not being set in ToXml.Raman Tenneti2021-02-071-0/+20
* sync: Added --use-superproject option and support for superproject.v2.12Raman Tenneti2021-01-211-6/+8
* manifest_xml: - Added doc and testing of unknown tags/elements.Raman Tenneti2021-01-121-0/+21
* manifest_xml: initial support for <superproject>Raman Tenneti2021-01-081-0/+59
* strip python2-only coding:utf-8 & print_function settingsMike Frysinger2021-01-061-4/+0
* manifest_xml: harmonize list fieldsMike Frysinger2020-12-041-0/+13
* manifest: add support for groups in includev2.10Fredrik de Groot2020-11-261-0/+43
* manifest_xml: refactor manifest parsing from client managementMike Frysinger2020-11-181-0/+89
* manifest_xml: unify bool & int parsingMike Frysinger2020-03-131-0/+57
* manifest/tests: get them passing under WindowsMike Frysinger2020-02-211-0/+6
* manifest_xml: allow src=. with symlinksMike Frysinger2020-02-101-0/+2
* manifest: add basic path checks for <copyfile> & <linkfile>Mike Frysinger2020-02-041-0/+83