Willy Kloucek
ea5dd75605
satisfy linters
2022-01-03 08:55:22 +01:00
Willy Kloucek
d5504093e8
fix some TODOs
2022-01-03 07:49:24 +01:00
Willy Kloucek
9aae5392fc
split **/pkg/config/config.go up to multiple files
2022-01-03 07:49:24 +01:00
Willy Kloucek
81408a3568
move up and download to a separate package
2021-12-06 12:01:16 +01:00
Willy Kloucek
122822a87e
refactor auth
2021-12-06 12:01:16 +01:00
Willy Kloucek
c37800eb72
fix user creation
2021-12-06 12:01:16 +01:00
Willy Kloucek
19a51a4402
fix not found error
2021-12-06 12:01:16 +01:00
David Christofas
08641a8e45
fix download helper for accounts service and indexer
2021-12-06 12:01:15 +01:00
Willy Kloucek
3fd070061d
WIP: make the accounts service use the upload workflow
2021-12-06 12:01:15 +01:00
Willy Kloucek
32ffbe3ac6
adapt changed function signatures
2021-11-19 13:22:47 +01:00
Willy Kloucek
f45254bb5d
set backend to disk in tests
2021-10-27 14:14:18 +02:00
Willy Kloucek
405809f13a
fix accounts backend regression from #2590
2021-10-27 12:27:25 +02:00
Willy Kloucek
cddb334f80
change default paths for oCIS services
2021-10-19 14:37:20 +02:00
A.Unger
2d7927d291
remove magic test file
2021-09-29 09:51:31 +02:00
Willy Kloucek
7b30571aff
switch from micro/cli/v2 to urfave/cli/v2, like https://github.com/asim/go-micro/pull/2224
2021-09-27 12:02:55 +02:00
Jörn Friedrich Dreyer
55aacdea13
update reva to ec4099da
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2021-08-12 11:08:10 +00:00
Willy Kloucek
02621ac59b
update reva to v1.8.1-0.20210622125952-b54b15943d02
2021-06-23 11:19:26 +02:00
David Christofas
a22b7d6844
resolve linter issues
2021-02-24 16:24:36 +01:00
David Christofas
1088faf95d
pre allocate slices
...
Pre allocating slices with a target size reduces the number of allocations because we already know how big the slice will be and therefore need to allocate only once
2021-02-22 19:41:48 +01:00
Florian Schade
873fbcb557
rename NRWMutex to NameRWMutex
...
update changelog
2021-01-19 23:23:41 +01:00
Florian Schade
f13530425a
move cache to sync package
...
rollback indexer map
use sync.pool for cache entries
add tests for cache
remove main locks from nrwmutex and use sync.map and sync.pool instead
bump dockerfile go version
2021-01-19 23:23:41 +01:00
Florian Schade
a02fb890f7
remove locking from accounts service
...
add a cached named rwlock pkg
use sync.map in the cache pkg
use named rwlock in indexer pkg
use sync.map in indexer pkg
remove husky
2021-01-19 23:23:41 +01:00
Jörn Friedrich Dreyer
8a33993d76
Make all paths configurable and default to
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2020-12-14 07:51:17 +00:00
A.Unger
f17b153557
update test reflect hardcoded values
2020-11-03 16:10:05 +01:00
A.Unger
11dee33e3c
update github.com/mennanov/fieldmask-utils@v0.3.3
...
slim down cofig
2020-11-03 15:33:27 +01:00