Daniel
|
95fbe85ba2
|
Add Withdraw function to database controllers
|
2021-11-09 10:09:30 +01:00 |
|
Daniel
|
5dc39685da
|
Move GetMeta storage API to separate interface
|
2021-05-12 15:37:24 +02:00 |
|
Daniel
|
0061572e1b
|
Add GetMeta to database storage interface
|
2021-05-11 14:57:53 +02:00 |
|
Patrick Pacher
|
7e4d441c2a
|
Remove exclusiveAccess lock from database controller
|
2020-10-15 11:01:15 +02:00 |
|
Patrick Pacher
|
33dcc88dc0
|
Database controller should not lock in PushUpdate
|
2020-10-07 08:57:18 +02:00 |
|
Patrick Pacher
|
85415455ed
|
Fix build error due to cross-merge
|
2020-09-29 09:22:08 +02:00 |
|
Patrick Pacher
|
baf6301eb5
|
Merge branch 'develop' into feature/ui-revamp
|
2020-09-29 09:18:36 +02:00 |
|
Daniel
|
bd90e5a5df
|
Add shadowDelete support to record maintenance
|
2020-09-24 23:13:42 +02:00 |
|
Daniel
|
da57ca5792
|
Fix linter errors
|
2020-09-24 16:38:55 +02:00 |
|
Daniel
|
82af986224
|
Add Purge method/interface to database system
Also, implement Purger interface in bbolt storage.
|
2020-09-24 15:02:51 +02:00 |
|
Daniel
|
362539692e
|
Improve interfaces and fix more linter errors
|
2020-09-24 09:50:38 +02:00 |
|
Daniel
|
5bb73a7b4c
|
Make shadow deletes conditional
Also, Move maintenance to separate interface.
|
2020-09-23 17:10:33 +02:00 |
|
Patrick Pacher
|
50a10485e1
|
Fix race condition in database package. Simplify db locking
|
2020-09-22 16:53:03 +02:00 |
|
Daniel
|
bea130d755
|
Move DB record maintenance to storage interface
|
2020-05-05 21:34:19 +02:00 |
|
Daniel
|
558486483b
|
Improve database storage put method
|
2020-04-15 17:27:33 +02:00 |
|
Daniel
|
0ee19298fa
|
Implement review
|
2020-04-10 10:42:01 +02:00 |
|
Daniel
|
e0f96d5188
|
Add PutMany, currently only for bbolt and hashmap storage backends
|
2020-04-09 14:30:56 +02:00 |
|
Daniel
|
7011bde0fe
|
Clean up database package
|
2019-09-20 22:01:49 +02:00 |
|
Daniel
|
8f3082f96f
|
Update import paths
|
2019-06-27 13:29:56 +02:00 |
|
Daniel
|
52b56450c7
|
Block any database interaction when shutting down
|
2019-03-12 22:57:29 +01:00 |
|
Daniel
|
1133c78f85
|
Improve database meta handling
|
2019-03-08 23:16:36 +01:00 |
|
Daniel
|
1ef3ceb274
|
Complete first alpha version
|
2018-12-12 19:18:49 +01:00 |
|
Daniel
|
9ab95b1926
|
Finish database queries and subscriptions / Improve Accessor
|
2018-09-27 15:56:35 +02:00 |
|
Daniel
|
b246453a83
|
Start api revamp
|
2018-09-21 16:38:18 +02:00 |
|
Daniel
|
ac13b73d65
|
Complete database MVP
|
2018-09-14 11:59:30 +02:00 |
|
Daniel
|
2c70416873
|
Start work on hooks and subscriptions
|
2018-09-13 21:54:20 +02:00 |
|
Daniel
|
1c7f98d9ba
|
Work on tests and query
|
2018-09-12 17:10:35 +02:00 |
|
Daniel
|
4802982734
|
Work on database + tests
|
2018-09-11 18:59:27 +02:00 |
|
Daniel
|
06a34f931e
|
Finish minimal feature set, start with tests
|
2018-09-10 19:01:28 +02:00 |
|
Daniel
|
3d60431376
|
Work on datbase controller
|
2018-09-07 19:15:40 +02:00 |
|
Daniel
|
b8e7f90dbe
|
Continue work on database module
|
2018-09-06 19:06:13 +02:00 |
|
Daniel
|
d76bfd55dc
|
Rename model.Model to record.Record
|
2018-09-05 17:19:45 +02:00 |
|
Daniel
|
9b7365376c
|
Finalize model
|
2018-09-05 17:05:51 +02:00 |
|