aboutsummaryrefslogtreecommitdiffstats
path: root/repository/repo.go
Commit message (Collapse)AuthorAgeFilesLines
* add wipe sub-command that remove local bugs and identitiesKalin Staykov2023-01-111-1/+9
|
* repository: return specific error on object not found, accept multiple ↵Michael Muré2022-12-211-10/+9
| | | | namespace to push/pull
* repo: proper reduced interface for full-text indexingMichael Muré2022-12-191-8/+27
| | | | | 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.
* bug: fix an issue where Id would be used, then changed due to metadataMichael Muré2022-07-311-2/+2
|
* update keyring and migrate to github.com/ProtonMail/go-cryptoMichael Muré2022-02-151-2/+2
|
* entity: implement removeMichael Muré2021-02-141-0/+1
|
* entity: more testing and bug fixingMichael Muré2021-02-141-5/+12
|
* entity: readAll and more testingMichael Muré2021-02-141-0/+1
|
* entity: more progress on merging and signingMichael Muré2021-02-141-5/+0
|
* WIPMichael Muré2021-02-141-8/+19
|
* repository: partially add two new functions to RepoDataMichael Muré2021-02-141-2/+14
|
* repo: expose all lamport clocks, move clocks in their own folderMichael Muré2021-02-141-1/+10
|
* repo: move bleve thereMichael Muré2020-12-081-0/+14
|
* repo: finish RepoStorage moveMichael Muré2020-12-081-0/+5
|
* repo: more work towards RepoStorageMichael Muré2020-12-051-3/+14
|
* Move new RepoStorage interface to GoGitRepo, revert repoTestMark2020-12-051-13/+0
|
* Add RepoStorage interface (for draft PR)Mark2020-12-051-0/+13
|
* repo: ReadTree must accept either a commit or a tree hashMichael Muré2020-09-291-0/+1
|
* repo: implement local/global/any config everywhereMichael Muré2020-09-291-0/+6
|
* repo: smaller interfacesMichael Muré2020-09-291-4/+12
|
* repo: fix some go-git implementationMichael Muré2020-09-291-1/+1
|
* repository: some light shuffling of codeMichael Muré2020-09-291-39/+10
|
* bridge: store credentials in the Keyring instead of the git configMichael Muré2020-09-291-5/+0
|
* repository: add access to the system keyring, with fallback on a fileMichael Muré2020-09-291-2/+9
|
* Add functionality to remove bugs from a local repository. (#423)Vincent Tiu2020-07-091-0/+3
| | | | | Add functionality to remove bugs from a local repository. This adds a function to remove git references in the repo and another one to remove bugs.
* repository: merge git.Hash in for one less /util packageMichael Muré2020-07-011-11/+10
|
* repo: more testsMichael Muré2020-06-271-9/+9
|
* repository: remove tie to Bug, improved and reusable testingMichael Muré2020-06-261-28/+26
| | | | | | | | | - allow the creation of arbitrary Lamport clocks, freeing the way to new entities and removing Bug specific (upper layer) code. - generalize the memory-only and persisted Lamport clocks behind a common interface - rework the tests to provide reusable testing code for a Repo, a Clock, a Config, opening a path to add a new Repo implementation more easily - test previously untested components with those new tests Note: one problem found during this endeavor is that `identity.Version` also need to store one time + Lamport time for each other Entity (Bug, config, PR ...). This could possibly done without breaking change but it would be much easier to wait for https://github.com/MichaelMure/git-bug-migration to happen.
* bridge: huge refactor to accept multiple kind of credentialsMichael Muré2019-12-081-6/+10
|
* repo: esthetism renameMichael Muré2019-11-191-4/+4
|
* bridge/core: comment token functionalitiesAmine2019-11-091-2/+4
|
* bridge: use new repository configuration interfaceamine2019-11-011-2/+2
| | | | commands/webui: use new repository configuration interface
* repository: config interface and implementation reworkamine2019-10-311-17/+4
|
* Add GetRemotes functionalitiesSladyn2019-05-291-0/+3
|
* repository: add ReadConfigBool and ReadConfigString functionsMichael Muré2019-05-271-0/+14
|
* identity: store the times properlyMichael Muré2019-03-011-0/+7
|
* identity: more progress and fixesMichael Muré2019-03-011-1/+1
|
* repo: minor cleaningMichael Muré2018-12-251-0/+4
|
* commands: add "bridge rm"Michael Muré2018-09-241-0/+3
|
* repo: add functions to read/write git configMichael Muré2018-09-241-0/+7
|
* repo: more documentationMichael Muré2018-09-241-0/+8
|
* repo: split the Repo interface to avoid abstraction leak in RepoCacheMichael Muré2018-09-211-2/+10
|
* reorganize package for a more idomatic goMichael Muré2018-09-111-15/+16
|
* fix english grammarMichael Muré2018-09-091-3/+3
|
* bug: remove use of the too recent %(refname:lstrip=-1) of gitMichael Muré2018-08-191-4/+0
| | | | fix #24
* cleanup go importsMichael Muré2018-08-131-1/+2
|
* fix some linting troubleMichael Muré2018-08-131-1/+1
|
* termui: implement push/pullMichael Muré2018-08-121-2/+2
|
* bug: add a Lamport logical clock to be able to sort bugs by creation time ↵Michael Muré2018-08-061-0/+12
| | | | and edit time without having to rely on a timestamp
* more refactoring to have reusable bug action across different UIMichael Muré2018-07-251-0/+4
|