Commit Graph

59 Commits

Author SHA1 Message Date
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
Thomas von Dein
3de65aa1c3 add custom bucket support 2024-12-22 13:28:08 +01:00
be79886e89 refactor Import() 2024-12-22 11:29:12 +01:00
T.v.Dein
dc328afa44 Update TODO.md 2024-12-21 09:55:52 +01:00
T.v.Dein
cfa739ac83 Update TODO.md 2024-12-21 07:57:35 +01:00
Thomas von Dein
6de8a6168a add GPL headers v0.0.4 2024-12-21 00:08:16 +01:00
Thomas von Dein
8d04f798e0 done 2024-12-20 23:27:16 +01:00
Thomas von Dein
c414a8972a bump version 2024-12-20 23:27:16 +01:00
Thomas von Dein
e6f20f5623 add rest sample 2024-12-20 23:27:16 +01:00
Thomas von Dein
41d9bd6e07 remove requestid, nonsense in our context 2024-12-20 23:27:16 +01:00
Thomas von Dein
e392aa924f fix serve return error, rename to crud.go 2024-12-20 23:27:16 +01:00
Thomas von Dein
a49aa5b8d0 add set method, add list json req support 2024-12-20 23:27:16 +01:00
Thomas von Dein
6e3fb4ef91 add set method, add list json req support 2024-12-20 23:27:16 +01:00
7bc30da609 started with serve command, yet incomplete 2024-12-20 23:27:16 +01:00
37ca653461 updated docker howto 2024-12-20 12:20:53 +01:00
1119b06330 fix formatting 2024-12-20 12:08:25 +01:00
f93b7bec08 fix error reporting v0.0.3 2024-12-20 11:55:07 +01:00
d94868132d added -N flag, added -m template support to get and list commands 2024-12-20 11:53:09 +01:00
ba39e3f8cd added -N flag, added -m template support to get and list commands 2024-12-20 11:51:57 +01:00
b7111002f1 add docker doc 2024-12-19 11:30:35 +01:00
dfc049ed25 use go 1.22 v0.0.2 2024-12-19 11:23:04 +01:00
b3ac7ae5c3 bump version 2024-12-19 11:13:08 +01:00
dependabot[bot]
4b5732ebae Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 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/v3...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>
2024-12-19 11:12:38 +01:00
024e7fbec1 temporarily do not test on windows, see #5 2024-12-19 11:07:27 +01:00
894f2d449e fixed read error and updated tests 2024-12-19 11:05:26 +01:00
daf52ba3ba Merge branch 'main' of github.com:TLINDEN/anydb 2024-12-19 10:57:56 +01:00
97837076a3 better error handling 2024-12-19 10:55:39 +01:00
1b9ec48396 added encryption support 2024-12-19 10:37:21 +01:00
a515d4bb5e added json support to get command, renamed -o <mode> to -m <mode> 2024-12-19 09:04:55 +01:00