Daniel
|
adcc916a6a
|
Fix and improve task management
|
2020-04-24 09:52:42 +02:00 |
|
Daniel
|
00d9594ea5
|
Fix error message
|
2020-04-24 09:52:27 +02:00 |
|
Daniel
|
74736fafa8
|
Make api config key a const
|
2020-04-24 09:52:11 +02:00 |
|
Daniel
|
61e689a513
|
Add config ordering
|
2020-04-24 09:51:55 +02:00 |
|
Daniel
|
bfc34f808a
|
Fix rng testing suite, update README, add a second seed at startup
|
2020-04-24 09:51:15 +02:00 |
|
Daniel
|
65d47e2974
|
Fix nil check error marked by linter
|
2020-04-21 14:12:15 +02:00 |
|
Daniel
|
94b5fe8e4d
|
Fix bug in database api
|
2020-04-21 14:11:53 +02:00 |
|
Daniel
|
a554481247
|
Add Order field to config Option
|
2020-04-21 14:11:39 +02:00 |
|
Patrick Pacher
|
9b0a46f429
|
Merge pull request #34 from safing/feature/remove-random-config
Remove random config
|
2020-04-18 10:50:10 +02:00 |
|
Daniel
|
efe7333c89
|
Rename module to rng
|
2020-04-17 21:50:34 +02:00 |
|
Daniel
|
7a2b5a29aa
|
Fix deadlock
|
2020-04-17 21:50:24 +02:00 |
|
Patrick Pacher
|
be2513c7a4
|
Merge pull request #33 from safing/feature/remove-random-config
Remove config and use service workers for goroutines
|
2020-04-17 08:12:45 +02:00 |
|
Daniel
|
30a6948009
|
Remove config and use service workers for goroutines
|
2020-04-16 13:13:40 +02:00 |
|
Patrick Pacher
|
c58d6a0f30
|
Merge pull request #32 from safing/feature/improve-storage-put
Improve database storage put method
|
2020-04-15 17:59:33 +02:00 |
|
Patrick Pacher
|
26c35f2f74
|
Fix badger test
|
2020-04-15 17:56:42 +02:00 |
|
Daniel
|
558486483b
|
Improve database storage put method
|
2020-04-15 17:27:33 +02:00 |
|
Daniel
|
812c1e26c5
|
Merge pull request #31 from safing/fix/config-int-float
Fix validation error for floats
|
2020-04-15 10:00:51 +02:00 |
|
Patrick Pacher
|
bfd592b5dd
|
Fix validation error for floats
|
2020-04-15 09:49:24 +02:00 |
|
Daniel
|
7b536dcfc4
|
Merge pull request #29 from safing/fix/notification-race
Fix race when creating notification action or expiration channel
|
2020-04-14 20:27:15 +02:00 |
|
Daniel
|
481771efea
|
Merge pull request #30 from safing/fix/config-persistence
Fix config persistence
|
2020-04-14 20:26:05 +02:00 |
|
Patrick Pacher
|
a842929e55
|
Fix config persistence
|
2020-04-14 20:01:48 +02:00 |
|
Patrick Pacher
|
d72649a41c
|
Fix race when creating notification action or expiration channel
|
2020-04-14 19:15:15 +02:00 |
|
Daniel
|
f074aa5770
|
Simplify subsystems data structure
|
2020-04-14 16:27:43 +02:00 |
|
Patrick Pacher
|
ff1610b731
|
Merge pull request #28 from safing/feature/db-putmany
Database PutMany
|
2020-04-10 10:48:56 +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
|
35ab2be6a0
|
Fix bug in wrapper, remove deprecated code
|
2020-04-09 14:30:56 +02:00 |
|
Daniel
|
a1e3817fd0
|
Merge pull request #27 from safing/fix/log-level
Only set initial log level if flag is set
|
2020-04-07 10:59:39 +02:00 |
|
Daniel
|
024c5b34a7
|
Merge pull request #26 from safing/fix/http-fetch
Do not ingore HTTP status code when fetching files
|
2020-04-07 10:58:32 +02:00 |
|
ppacher
|
53a45b72ef
|
Only set initial log level if flag is set
|
2020-04-07 10:52:07 +02:00 |
|
ppacher
|
8a18810c66
|
Do not ingore HTTP status code when fetching files
|
2020-04-07 10:50:56 +02:00 |
|
Daniel
|
3d9920935e
|
Merge pull request #25 from safing/feature/log-darwin
Use same formating on darwin as on linux
|
2020-04-03 15:51:33 +02:00 |
|
Daniel
|
81c06e44fe
|
Remove portmaster dependency
|
2020-04-02 19:02:32 +02:00 |
|
Daniel
|
6166ce84af
|
Fix template to work with new changes
|
2020-04-02 17:11:48 +02:00 |
|
Daniel
|
7ab46a8d1e
|
Reintroduce base module
|
2020-04-02 17:11:08 +02:00 |
|
Daniel
|
ddb04a8548
|
Add ID to subsystems, improve graph
|
2020-04-02 17:10:51 +02:00 |
|
ppacher
|
c3026b32c8
|
Use same formating on darwin as on linux
|
2020-04-02 08:29:28 +02:00 |
|
Daniel
|
8d05b0b7c4
|
Improve modules and subsystems packages
|
2020-04-01 17:10:43 +02:00 |
|
Daniel
|
bff3f5a1dd
|
Add validity flag for out of package usage.
|
2020-03-20 22:57:54 +01:00 |
|
Daniel
|
e349fb4f5b
|
Add perspective, improve getters
|
2020-03-20 17:24:19 +01:00 |
|
Daniel
|
be456c9d64
|
Remove unused Err attribute on database subscription
|
2020-03-20 17:22:38 +01:00 |
|
Daniel
|
3bdca53c14
|
Remove virtual base dependency
|
2020-03-20 17:22:00 +01:00 |
|
Daniel
|
2cd0412e18
|
Merge pull request #24 from safing/feature/subsystem
Add subsystems
|
2020-02-18 15:58:35 +01:00 |
|
Daniel
|
1f77046877
|
Update packages to new modules structure and other minor fixes
|
2020-02-18 15:44:18 +01:00 |
|
Daniel
|
3f17d0e7a9
|
Add module template, update run method
|
2020-02-18 15:41:24 +01:00 |
|
Daniel
|
b4f014574b
|
Add subsystems package and make modules able to be turned off and on
|
2020-02-18 15:40:36 +01:00 |
|
Daniel
|
432743ccc2
|
Merge pull request #22 from safing/feature/container-improvements
General improvements
|
2020-01-12 21:08:20 +01:00 |
|
Daniel
|
e09d842f60
|
Merge branch 'feature/container-improvements'
|
2020-01-12 21:00:39 +01:00 |
|
Daniel
|
94cbc1fa8d
|
Add WriteAllTo method and container serialization
|
2020-01-12 20:53:48 +01:00 |
|
Daniel
|
146b6724cc
|
Add compression and DumpIndent
|
2020-01-12 20:53:10 +01:00 |
|