summaryrefslogtreecommitdiffstatshomepage
path: root/repository/repo.go
Commit message (Expand)AuthorAge
* add wipe sub-command that remove local bugs and identitiesKalin Staykov2023-01-11
* repository: return specific error on object not found, accept multiple namesp...Michael Muré2022-12-21
* repo: proper reduced interface for full-text indexingMichael Muré2022-12-19
* bug: fix an issue where Id would be used, then changed due to metadataMichael Muré2022-07-31
* update keyring and migrate to github.com/ProtonMail/go-cryptoMichael Muré2022-02-15
* entity: implement removeMichael Muré2021-02-14
* entity: more testing and bug fixingMichael Muré2021-02-14
* entity: readAll and more testingMichael Muré2021-02-14
* entity: more progress on merging and signingMichael Muré2021-02-14
* WIPMichael Muré2021-02-14
* repository: partially add two new functions to RepoDataMichael Muré2021-02-14
* repo: expose all lamport clocks, move clocks in their own folderMichael Muré2021-02-14
* repo: move bleve thereMichael Muré2020-12-08
* repo: finish RepoStorage moveMichael Muré2020-12-08
* repo: more work towards RepoStorageMichael Muré2020-12-05
* Move new RepoStorage interface to GoGitRepo, revert repoTestMark2020-12-05
* Add RepoStorage interface (for draft PR)Mark2020-12-05
* repo: ReadTree must accept either a commit or a tree hashMichael Muré2020-09-29
* repo: implement local/global/any config everywhereMichael Muré2020-09-29
* repo: smaller interfacesMichael Muré2020-09-29
* repo: fix some go-git implementationMichael Muré2020-09-29
* repository: some light shuffling of codeMichael Muré2020-09-29
* bridge: store credentials in the Keyring instead of the git configMichael Muré2020-09-29
* repository: add access to the system keyring, with fallback on a fileMichael Muré2020-09-29
* Add functionality to remove bugs from a local repository. (#423)Vincent Tiu2020-07-09
* repository: merge git.Hash in for one less /util packageMichael Muré2020-07-01
* repo: more testsMichael Muré2020-06-27
* repository: remove tie to Bug, improved and reusable testingMichael Muré2020-06-26
* bridge: huge refactor to accept multiple kind of credentialsMichael Muré2019-12-08
* repo: esthetism renameMichael Muré2019-11-19
* bridge/core: comment token functionalitiesAmine2019-11-09
* bridge: use new repository configuration interfaceamine2019-11-01
* repository: config interface and implementation reworkamine2019-10-31
* Add GetRemotes functionalitiesSladyn2019-05-29
* repository: add ReadConfigBool and ReadConfigString functionsMichael Muré2019-05-27
* identity: store the times properlyMichael Muré2019-03-01
* identity: more progress and fixesMichael Muré2019-03-01
* repo: minor cleaningMichael Muré2018-12-25
* commands: add "bridge rm"Michael Muré2018-09-24
* repo: add functions to read/write git configMichael Muré2018-09-24
* repo: more documentationMichael Muré2018-09-24
* repo: split the Repo interface to avoid abstraction leak in RepoCacheMichael Muré2018-09-21
* reorganize package for a more idomatic goMichael Muré2018-09-11
* fix english grammarMichael Muré2018-09-09
* bug: remove use of the too recent %(refname:lstrip=-1) of gitMichael Muré2018-08-19
* cleanup go importsMichael Muré2018-08-13
* fix some linting troubleMichael Muré2018-08-13
* termui: implement push/pullMichael Muré2018-08-12
* bug: add a Lamport logical clock to be able to sort bugs by creation time and...Michael Muré2018-08-06
* more refactoring to have reusable bug action across different UIMichael Muré2018-07-25