aboutsummaryrefslogtreecommitdiff
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* src/dedo.go: Remove Bucket.Writable() and Tx.Writable() public APIEuAndreh2025-01-251-1/+1
* src/dedo.go: Remove Tx.managed fieldEuAndreh2025-01-251-154/+0
* src/dedo.go: Remove public API for manually managing transactionsEuAndreh2025-01-251-58/+58
* tests/dedo.go: Swallow error log from g.Assert()EuAndreh2025-01-251-0/+31
* Stylistic: stick to 80 columns and rewrite if err := ... codeEuAndreh2025-01-251-843/+1894
* src/dedo.go: Remove dbops typeEuAndreh2025-01-241-2/+0
* src/dedo.go: Remove Stats-related codeEuAndreh2025-01-241-542/+0
* Remove other unused codeEuAndreh2025-01-241-6/+0
* src/dedo.go: Remove old CLI code (~2k LoC!!)EuAndreh2025-01-241-269/+0
* src/dedo.go: Start rewrite and simplification of CLI implEuAndreh2025-01-241-1/+10
* src/dedo.go: Remove deprecated Tx.Copy() methodEuAndreh2025-01-241-2/+4
* src/dedo.go: Simplify initDB()EuAndreh2025-01-231-21/+46
* src/dedo.go: Instantiate &DB{} only after opening the file; simplify Open()EuAndreh2024-12-311-0/+5
* src/dedo.go: Remove DB.Info() methodEuAndreh2024-12-311-3/+3
* src/dedo.go: Remove mode and options from Open()EuAndreh2024-12-301-34/+34
* src/dedo.go: Remove Options.InitialMmapSize optionEuAndreh2024-12-301-2/+1
* src/dedo.go: Remove Bucket.FillPercent optionEuAndreh2024-12-301-1/+1
* src/dedo.go: Remove DB.ReadOnly optionEuAndreh2024-12-301-0/+51
* tests/dedo.go: Normalize testsEuAndreh2024-12-301-54/+404
* Rename "gkv" -> "dedo"EuAndreh2024-10-305-6/+6
* Normalize structure following other projectsEuAndreh2024-10-2619-5789/+6100
* Move code to src/ and tests/EuAndreh2024-10-259-0/+5789