aboutsummaryrefslogtreecommitdiffstats
path: root/repository/config.go
Commit message (Collapse)AuthorAgeFilesLines
* fix: remove repeated use of the same fmt.Errorf() callsSteve Moyer2022-11-281-0/+9
|
* feat: wrap ErrMultipleConfigEntry to report duplicate keySteve Moyer2022-11-271-3/+3
| | | | References #935.
* feat: wrap ErrNoConfigEntry to report missing keySteve Moyer2022-11-271-3/+3
| | | | Resolves #935.
* commands: reorg into different packagesMichael Muré2022-11-201-4/+4
|
* repo: more config related bug fixesMichael Muré2020-09-291-0/+20
|
* repo: implement local/global/any config everywhereMichael Muré2020-09-291-0/+64
|
* repo: split Config into 2 smaller interfacesMichael Muré2020-09-291-8/+15
|
* repository: add access to the system keyring, with fallback on a fileMichael Muré2020-09-291-0/+6
|
* bridge: various improvement on the global token PRMichael Muré2019-11-101-1/+1
|
* bridge: improvement on the import resume featureMichael Muré2019-11-031-5/+4
|
* repository: add StoreTimestamp/StoreBool to the config interfaceamine2019-11-011-3/+22
| | | | repository: move the gitVersion logic to *gitConfig struct
* repository: add ReadTimestamp methods and improve namingamine2019-10-311-0/+7
|
* repository: config interface and implementation reworkamine2019-10-311-0/+23