|
|
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 |
|
Thomas von Dein
|
d1e813f4c1
|
fix #4: mkdir only when needed
|
2024-12-18 20:51:29 +01:00 |
|
Thomas von Dein
|
d84e075a26
|
fixed
|
2024-12-18 20:28:10 +01:00 |
|
|
|
3eab9efc13
|
fixed linter warnings
|
2024-12-18 18:51:50 +01:00 |
|
|
|
feb9032d28
|
add release maker
v0.0.1
|
2024-12-18 18:48:03 +01:00 |
|
|
|
4427f12481
|
added dockerfile
|
2024-12-18 18:46:49 +01:00 |
|
|
|
83f818450c
|
lots of changes:
- added man command
- added unit tests
- fixed import+export file parameters (now -o and -r respectively)
- added README + License
- added ci pipelines
|
2024-12-18 18:44:23 +01:00 |
|
|
|
332eed679e
|
add import+export, json output, humanize wide output, fixes
|
2024-12-18 14:06:21 +01:00 |
|
|
|
9e6bbd5419
|
add list command, fix set command
|
2024-12-17 14:23:56 +01:00 |
|
|
|
d1d2328fcd
|
init
|
2024-12-16 19:11:36 +01:00 |
|