aboutsummaryrefslogtreecommitdiff
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* src/dedo.go: Introduce ITx interfaceEuAndreh2025-02-061-155/+158
* src/dedo.go: Replace concrete *DB type with IDedo interfaceEuAndreh2025-02-061-7/+12
* tests/dedo.go: Add tests for usage(), getGetopt() and setGetopt()EuAndreh2025-02-061-1/+87
* src/dedo.go: Parameterize the file "magic" byte markersEuAndreh2025-01-301-4/+17
* tests/dedo.go: Add tests for getopt() and runCommand()EuAndreh2025-01-271-0/+256
* tests/dedo.go: Add missing call to test_commands()EuAndreh2025-01-251-0/+1
* src/dedo.go: Remove public PageInfo typeEuAndreh2025-01-251-19/+27
* src/dedo.go: Remove Tx.CopyFile() and Tx.Page() public functionsEuAndreh2025-01-251-147/+60
* src/dedo.go: Remove public Cursor.Bucket() and Tx.DB() public functionsEuAndreh2025-01-251-26/+1
* src/dedo.go: Remove Bucket.Sequence() and Bucket.SetSequence()EuAndreh2025-01-251-52/+1
* 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