.. |
accessor
|
Clean up accessor package, dedupe code
|
2019-09-20 10:36:55 +02:00 |
dbmodule
|
Move DB record maintenance to storage interface
|
2020-05-05 21:34:19 +02:00 |
iterator
|
Update import paths
|
2019-06-27 13:29:56 +02:00 |
query
|
Silence linter
|
2019-10-09 16:18:16 +02:00 |
record
|
Merge branch 'develop' into feature/ui-revamp
|
2020-10-20 12:34:58 +02:00 |
storage
|
Add timeout and retrying to opening bbolt dbs
|
2020-11-26 14:50:54 +01:00 |
boilerplate_test.go
|
Move DB record maintenance to storage interface
|
2020-05-05 21:34:19 +02:00 |
controller.go
|
Remove exclusiveAccess lock from database controller
|
2020-10-15 11:01:15 +02:00 |
controllers.go
|
Make shadow deletes conditional
|
2020-09-23 17:10:33 +02:00 |
database.go
|
Remove exclusiveAccess lock from database controller
|
2020-10-15 11:01:15 +02:00 |
database_test.go
|
Implement review suggestions
|
2020-10-12 13:54:14 +02:00 |
doc.go
|
Remove copyright notices from files, LICENSE file suffices
|
2019-07-24 11:10:02 +02:00 |
errors.go
|
Improve database not found error message
|
2020-05-22 22:33:12 +02:00 |
hook.go
|
Fix linter errors and update deps
|
2020-10-29 14:28:09 +01:00 |
hookbase.go
|
Update import paths
|
2019-06-27 13:29:56 +02:00 |
interface.go
|
Fix locking when updating the interface cache in Put methods
|
2020-10-16 15:23:30 +02:00 |
interface_cache.go
|
Add cache clearers
|
2021-01-25 16:48:12 +01:00 |
interface_cache_test.go
|
Add a write-cache to the database interface options
|
2020-10-11 14:27:54 +02:00 |
main.go
|
Make DB registry persistence optional
|
2020-07-11 14:20:04 +02:00 |
maintenance.go
|
Move DB record maintenance to storage interface
|
2020-05-05 21:34:19 +02:00 |
registry.go
|
Make shadow deletes conditional
|
2020-09-23 17:10:33 +02:00 |
subscription.go
|
Remove exclusiveAccess lock from database controller
|
2020-10-15 11:01:15 +02:00 |