438248d267
build release bins w/o symbols and debug
2025-02-19 18:10:55 +01:00
05a812ebde
add caution about deletion bug
2025-02-18 15:23:03 +01:00
T.v.Dein
ef85582488
fix #26 : delete test now tests for correct value to not exist ( #27 )
...
Co-authored-by: Thomas von Dein <tom@vondein.org >
2025-02-18 15:19:05 +01:00
T.v.Dein
eb18e97c0d
Add little UI script using fzf ( #25 )
...
* added Taglist template helper
* added simple fzf ui script
2025-02-17 13:47:20 +01:00
T.v.Dein
be13ec1111
fix #23 : delete didn't work anymore ( #24 )
2025-02-17 13:46:59 +01:00
T.v.Dein
44bb6a0a26
add bolt logger interface with slog for debugging ( #22 )
2025-02-17 13:46:41 +01:00
T.v.Dein
6d2800c72e
fix #5 : fix ci testscript under windows by adding clean dep to test ( #21 )
...
Co-authored-by: Thomas von Dein <tom@vondein.org >
2025-02-12 13:00:58 +01:00
83de01b349
fix release builder
v0.2.0
2025-02-10 15:49:22 +01:00
b4cf1e4d1c
link to the bug
2025-02-10 15:41:30 +01:00
42dc598deb
Merge branch 'main' of github.com:TLINDEN/anydb
2025-02-10 15:40:05 +01:00
ff169a7198
add warning about #19
2025-02-10 15:39:40 +01:00
T.v.Dein
6c4f119bfa
Fixes and additions: ( #20 )
...
- fix encryption bug #19 , which was a regression
- added encryption unit test
- added debug logging here and there
Co-authored-by: Thomas von Dein <tom@vondein.org >
2025-02-10 15:34:04 +01:00
16b6075329
ci tuning
2025-02-10 15:33:21 +01:00
07808187d5
enhance changelog generation, update release builder
2025-02-05 17:49:26 +01:00
T.v.Dein
bc1b08d6f9
fix #16 : add documentation about how to use .Created.AsTime ( #18 )
...
Co-authored-by: Thomas von Dein <tom@vondein.org >
v0.1.4
2025-02-03 17:50:28 +01:00
dependabot[bot]
bd5c1e3abb
Bump docker/build-push-action from 6.10.0 to 6.13.0 ( #13 )
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 6.10.0 to 6.13.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](48aba3b46d...ca877d9245 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-03 17:37:55 +01:00
dependabot[bot]
57026e11aa
Bump actions/setup-go from 1 to 5 ( #12 )
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 1 to 5.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v1...v5 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-03 17:37:41 +01:00
dependabot[bot]
d0fb560bb2
Bump actions/checkout from 2 to 4 ( #14 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-03 17:37:24 +01:00
T.v.Dein
f2bc21e03a
Feat/releasenotes ( #17 )
...
* add release notes, start with PR mode
2025-02-03 17:36:49 +01:00
717510a2f9
fix gifs
v0.1.3
2025-02-02 19:45:06 +01:00
T.v.Dein
d794cc8608
Feature/vhs demo ( #15 )
...
* add vhs made demo gif
* add support for ANYDB_DB env var
* left one section
* fixed data type bug, added demo gifs, upgraded dependencies
---------
Co-authored-by: Thomas von Dein <tom@vondein.org >
2025-02-02 19:42:12 +01:00
359d134d6e
do not push binaries locally anymore
2025-01-18 10:50:33 +01:00
a674c9c602
build release binaries with ci workflow
2025-01-18 10:48:37 +01:00
e26c61e26f
use correct tag
2025-01-18 10:36:31 +01:00
T.v.Dein
e054d1e530
Add release ci ( #11 )
...
* add release binary builder
2025-01-18 10:32:01 +01:00
9afca91159
fixed crash in api list, added filter support to api list
v0.1.1
2025-01-01 18:08:43 +01:00
T.v.Dein
675d10d8fa
Merge pull request #10 from TLINDEN/proto
...
Use protobuf for internal data storage instead of json
v0.1.0
2024-12-30 12:33:03 +01:00
659e3472bb
fixed copylocks linter warning
2024-12-30 12:23:13 +01:00
1eb5efae0c
finalized conversion to protobuf:
...
- fixed import+export
- generalized file options
- always store keys as lowercase
- fixed+enhanced docs
- fixed tests
2024-12-30 12:12:02 +01:00
Thomas von Dein
bb5c268ca8
todo
2024-12-29 23:29:23 +01:00
a4b6a3cfdf
restructured data storage, values now have their own sub bucket
2024-12-29 18:29:43 +01:00
c144e99b41
switch to use protobuf for internal data structure in DB
2024-12-29 13:01:16 +01:00
Thomas von Dein
2a6a651b91
fix pod bug
2024-12-25 23:53:34 +01:00
Thomas von Dein
33d638aff0
fix typos and formatting
2024-12-23 23:51:17 +01:00
8a8888a3cf
+badges
2024-12-23 20:02:38 +01:00
a590eaf903
+todo
2024-12-23 20:00:48 +01:00
cb6abecaf9
+man page badge
2024-12-23 19:58:51 +01:00
a777c9cab4
added -i option to list to search case insensitive
v0.0.7
2024-12-23 19:49:42 +01:00
2f652dc57d
todo
2024-12-23 19:31:50 +01:00
T.v.Dein
f5f3760e67
Merge pull request #9 from TLINDEN/edit
...
Updated manual
2024-12-23 16:23:12 +01:00
T.v.Dein
2253acf19d
Merge branch 'main' into edit
2024-12-23 16:21:26 +01:00
b7e3267695
updated manual
2024-12-23 16:19:27 +01:00
Thomas von Dein
6adeb618b7
add dbtool note
2024-12-22 21:12:16 +01:00
b262c73746
added edit command, fixed set -o -
v0.0.6
2024-12-22 17:50:40 +01:00
66d6bd2a41
added edit command, fixed set -o -
2024-12-22 17:46:44 +01:00
fe3951f3c2
more doc, fix format str
v0.0.5
2024-12-22 13:28:08 +01:00
249c3f1cfb
bump version
2024-12-22 13:28:08 +01:00
8687e084bf
fixes and additions:
...
- add ANYDB_PASSWORD env var
- add config file support, including buckets dict
- finalized custom bucket support
- fine tuned info support
2024-12-22 13:28:08 +01:00
Thomas von Dein
24240b85f2
fix error checking
2024-12-22 13:28:08 +01:00
Thomas von Dein
8e400c6831
added db info command
2024-12-22 13:28:08 +01:00