summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* sync: Ignore repo project when checking partial syncsGavin Mak2023-08-222-3/+25
* upload: fix error handlingJason Chang2023-08-213-129/+200
* docs: Document .repo_localsyncstate.jsonGavin Mak2023-08-181-2/+6
* gitc: drop supportJason Chang2023-08-1513-523/+23
* tox: enable python 3.11 testingDaniel Kutik2023-08-152-2/+3
* flake8: exclude venv and .tox folderDaniel Kutik2023-08-151-0/+3
* Raise RepoExitError in place of sys.exitJason Chang2023-08-1010-122/+251
* sync: Warn if partial sync state is detectedGavin Mak2023-08-102-1/+101
* main: Pass path to python binary as arg0 when restarting repoGavin Mak2023-08-081-2/+1
* Raise repo exit errors in place of sys.exitJason Chang2023-08-079-34/+80
* Prefix error events with RepoErrorEvent:Jason Chang2023-08-072-4/+4
* Refactor errors for sync commandJason Chang2023-08-025-142/+441
* Update errors to extend BaseRepoErrorJason Chang2023-07-315-33/+218
* [repo logging] Add logging moduleAravind Vasudevan2023-07-312-0/+189
* sync: Track last completed fetch/checkoutGavin Mak2023-07-283-17/+148
* main: Fix exitcode loggingv2.35Jason Chang2023-06-261-2/+31
* sync: Track new/existing project countJason Chang2023-06-231-0/+7
* manifest: enable remove-project using pathFredrik de Groot2023-06-213-16/+89
* update links from monorail to issuetrackerMike Frysinger2023-06-144-8/+8
* sync: Handle case when output isn't connected to a terminalGavin Mak2023-06-091-5/+6
* sync: Update sync progress even when _sync_dict is emptyv2.34.1Gavin Mak2023-05-301-3/+7
* sync: Handle race condition when reading active jobsJosip Sokcevic2023-05-261-3/+3
* pager: set $LESS only when missingChih-Hsuan Yen2023-05-261-1/+4
* Add envar to replace shallow clones with partialJason Chang2023-05-254-0/+55
* sync: Show number of running fetch jobsv2.34Gavin Mak2023-05-252-8/+10
* upload: use f-stringJosip Sokcevic2023-05-251-1/+1
* project: Include tags option during fetch retryNasser Grainawi2023-05-251-0/+1
* Parse OpenSSH versions with no SSH_EXTRAVERSIONSaagar Jha2023-05-242-1/+3
* sync: Show elapsed time for the longest syncing projectGavin Mak2023-05-185-26/+70
* [git_trace2] Add logs for critical cmdsJosip Sokcevic2023-05-176-20/+26
* [trace2] Add absolute time on trace2 exit eventsJosip Sokcevic2023-05-151-2/+4
* SUBMITTING_PATCHES: update with commit queue detailsMike Frysinger2023-05-111-14/+19
* sync: Fix how sync times for shared projects are recordedv2.33Gavin Mak2023-05-101-19/+15
* manifest: add support for revision in includeShuchuan Zeng2023-05-053-4/+64
* sync: Display total elapsed fetch timeGavin Mak2023-05-022-9/+71
* [SyncAnalysisState] Preserve synctime µsJosip Sokcevic2023-04-271-1/+1
* tests: do not allow underscores in cli optionsMike Frysinger2023-04-191-0/+14
* upload: Add `--no-follow-tags` by default to git pushAravind Vasudevan2023-04-051-0/+6
* run_tests: Check flake8Gavin Mak2023-03-313-7/+43
* Update abandon to support multiple branchesAravind Vasudevan2023-03-241-5/+11
* run_tests: Always check black and check it lastGavin Mak2023-03-241-1/+1
* Format codebase with black and check formatting in CQGavin Mak2023-03-2279-17789/+20808
* Make black with line length 80 repo's code styleGavin Mak2023-03-204-19/+58
* docs: update Focal Python versionMike Frysinger2023-03-021-1/+1
* upload: Skip upload if merge branch doesn't match project revision andv2.32Joanna Wang2023-02-281-15/+21
* tests: Change docstring for CopyLinkTestCaseGavin Mak2023-02-141-1/+1
* tests: Rework run_tests to use pytest directly and add vpython3 fileGavin Mak2023-02-132-40/+63
* sync: Remove unused variableJosip Sokcevic2023-02-021-1/+1
* Handle KeyboardInterrupt during repo syncJosip Sokcevic2023-02-011-0/+2
* Update sync progressJosip Sokcevic2023-02-011-1/+1