Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | git: clone --shared implemented | enverbisevac | 2023-10-08 | 1 | -0/+4 |
| | |||||
* | transactional/ReferenceStorage: Drop packRefs field | Abhinav Gupta | 2021-11-27 | 1 | -4/+0 |
| | | | | | | | | | | | | | | The packRefs field is unused. It is assigned to true from the `PackRefs()` method, but because the method is not on the pointer type, the assignment has no effect. var st ReferenceStorage fmt.Println(st.packRefs) // false st.PackRefs() fmt.Println(st.packRefs) // false Delete the unused field. | ||||
* | storage/transactional: Use correct config in test | Abhinav Gupta | 2021-11-27 | 1 | -1/+1 |
| | | | | | | The `cfg` loaded from `cs.Config` was unused. It looks like this assertion intended to validate that, not `temporalCfg`, which was already checked above this block. | ||||
* | Minor linter fixes | Oleg Kovalov | 2020-07-06 | 1 | -1/+1 |
| | |||||
* | fix goreportcard warnings | Oleg Kovalov | 2020-07-01 | 5 | -5/+10 |
| | |||||
* | *: migration from go-git-fixtures/v4 and go-git/gcfg | Máximo Cuadros | 2020-03-10 | 1 | -2/+1 |
| | |||||
* | *: migration from gopkg to go modules | Máximo Cuadros | 2020-03-10 | 12 | -30/+30 |
| | |||||
* | transactional: implement storer.PackfileWriter | Javi Fontan | 2019-03-21 | 2 | -9/+67 |
| | | | | Signed-off-by: Javi Fontan <jfontan@gmail.com> | ||||
* | storage: transactional, package documentation | Máximo Cuadros | 2019-02-02 | 8 | -21/+75 |
| | | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> | ||||
* | storage: transactional, new storage with transactional capabilities | Máximo Cuadros | 2018-12-10 | 13 | -5/+675 |
| | | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> | ||||
* | storage: transactional, new storage with transactional capabilities (WIP) | Máximo Cuadros | 2018-10-29 | 5 | -0/+289 |
Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> |