aboutsummaryrefslogtreecommitdiffstats
path: root/repository
Commit message (Collapse)AuthorAgeFilesLines
* fix ssh authenticateHEADdeveljan2024-07-154-4/+133
|
* Fix some commentsdockercui2024-04-241-1/+1
| | | | Signed-off-by: dockercui <dockercui@aliyun.com>
* repo: improve support for gitdir indirectionMichael Muré2023-03-042-18/+23
| | | | | | - add a limited reader to avoid abuse - support recusive indirection (up to depth 10) - check that the pointed to repo does exist
* chore: updated error message when detectGitPath failsAlec Lanter2023-01-231-1/+1
|
* test: resolve changes for PR #1004, add unit test, fix issue uncovered by ↵Alec Lanter2023-01-232-5/+23
| | | | unit test
* fix(#971): parse submodule .git files instead of erroringAlec Lanter2023-01-211-0/+23
| | | | | Altered logic for detecting git directory. Instead of erroring on non-direcctory .git files, now parses the file and returns the linked gitdir.
* repo: don't forget to close a fileMichael Muré2023-01-141-0/+3
|
* add wipe sub-command that remove local bugs and identitiesKalin Staykov2023-01-116-13/+77
|
* repo: check error when closing a repo in testsMichael Muré2023-01-111-1/+4
|
* Merge pull request #936 from MichaelMure/feat/935/disambiguate-config-errorsSteve Moyer2022-12-235-13/+23
|\ | | | | feat(935): disambiguate config errors
| * fix: remove repeated use of the same fmt.Errorf() callsSteve Moyer2022-11-283-7/+16
| |
| * feat: wrap ErrMultipleConfigEntry to report duplicate keySteve Moyer2022-11-272-5/+5
| | | | | | | | References #935.
| * feat: wrap ErrNoConfigEntry to report missing keySteve Moyer2022-11-275-11/+12
| | | | | | | | Resolves #935.
* | cache: fix some bugs after refactorMichael Muré2022-12-231-1/+2
| |
* | repository: return specific error on object not found, accept multiple ↵Michael Muré2022-12-215-131/+85
| | | | | | | | namespace to push/pull
* | repo: proper reduced interface for full-text indexingMichael Muré2022-12-196-87/+297
|/ | | | | Additionally, remove and concentrate quite a lot of complexity from the cache layer into a "per app" single site where to configure how indexing is done.
* commands: reorg into different packagesMichael Muré2022-11-201-4/+4
|
* gogit: fix incorrect loader handlingMichael Muré2022-11-161-1/+1
|
* go-git: concurrent loading of clocksMichael Muré2022-11-151-4/+16
|
* bug: have a type for combined ids, fix ↵Michael Muré2022-08-221-0/+1
| | | | https://github.com/MichaelMure/git-bug/issues/653
* bug: fix an issue where Id would be used, then changed due to metadataMichael Muré2022-07-312-3/+3
|
* test(809): do not export function that returns GoGit filesystemSteve Moyer2022-06-222-4/+4
|
* test: use testing.TB as common interfaceSteve Moyer2022-06-213-9/+3
|
* test(809): remove remaining calls to InitGoRepo in testsSteve Moyer2022-06-162-25/+23
| | | | Note that examples still need to shown how a developer would use the library.
* refactor(809): eliminate need to defer CleanupTestRepos()Steve Moyer2022-06-164-39/+27
|
* refactor: simplify creation of temp dir - after 1.15Steve Moyer2022-05-311-5/+1
|
* fix: remove only t.Parallel()Steve Moyer2022-05-311-2/+0
|
* gogit: close index before deleting it on diskMichael Muré2022-05-311-9/+8
|
* test: clean up temp dir and repo correctlySteve Moyer2022-05-311-5/+17
|
* test: add verification that localStorage.Root() resolves to the correct ↵Steve Moyer2022-05-261-3/+36
| | | | absolute filepath
* refactor: use namespace instead of application of applicationNameSteve Moyer2022-05-262-21/+21
|
* chore: clean-up commented codeSteve Moyer2022-05-251-3/+0
|
* feat: make local storage configurableSteve Moyer2022-05-253-18/+34
|
* update keyring and migrate to github.com/ProtonMail/go-cryptoMichael Muré2022-02-156-16/+16
|
* repo: workaround more go-git concurrency issueMichael Muré2021-04-221-0/+12
|
* repository: workaround a non thread-safe path in go-gitMichael Muré2021-04-171-2/+10
| | | | fix https://github.com/MichaelMure/git-bug/issues/497
* cache: many fixes following the dag entity migrationMichael Muré2021-04-081-1/+1
|
* Merge remote-tracking branch 'origin/master' into dag-entityMichael Muré2021-03-294-6/+58
|\
| * repo: fix various config issues around case insentivityMichael Muré2021-03-283-4/+56
| |
| * repo: fix security issue that could lead to arbitrary code executionMichael Muré2021-03-212-4/+5
| | | | | | | | see https://blog.golang.org/path-security for details
| * commands: minor fixes for the webui open with queryMichael Muré2021-03-071-1/+1
| | | | | | | | | | | | - go fmt - add a shorthand - fix displayed webUI URL in the terminal
* | entity: add support for storing filesMichael Muré2021-03-211-0/+10
| |
* | entity: implement removeMichael Muré2021-02-142-0/+5
| |
* | entity: working commit signaturesMichael Muré2021-02-143-7/+61
| |
* | entity: more testing and bug fixingMichael Muré2021-02-143-14/+53
| |
* | entity: readAll and more testingMichael Muré2021-02-143-2/+6
| |
* | entity: more progress on merging and signingMichael Muré2021-02-145-85/+3
| |
* | WIPMichael Muré2021-02-1413-1062/+325
| |
* | repository: partially add two new functions to RepoDataMichael Muré2021-02-146-16/+96
| |
* | repo: expose all lamport clocks, move clocks in their own folderMichael Muré2021-02-146-42/+207
|/