Commit Graph

40 Commits

Author SHA1 Message Date
Willy Kloucek
d9744ebda7 improve command description 2022-01-07 13:19:39 +01:00
Willy Kloucek
11466c5f9a ensure, that each config is only parsed once 2022-01-03 19:08:11 +01:00
Willy Kloucek
3d4df5796a remove version from service config 2022-01-03 16:24:39 +01:00
Willy Kloucek
55bf175bea move config parsing in separate package for each service 2022-01-03 15:21:56 +01:00
Willy Kloucek
eee0d0c4c8 remove build flags, add debug server to accounts 2022-01-03 11:11:15 +01:00
Willy Kloucek
b70cbd26ee move accounts config sanitazing into config parsing 2022-01-03 07:49:24 +01:00
Willy Kloucek
ee57288309 switch all other services to struct tag based env config 2022-01-03 07:49:24 +01:00
Willy Kloucek
d0030ab555 switch ocs to struct tag based env config 2022-01-03 07:49:23 +01:00
Willy Kloucek
6bf467127b switch accounts to struct tag based env config 2022-01-03 07:49:23 +01:00
Willy Kloucek
6206fe2398 add missing commands and unify service / namespace options 2022-01-03 07:49:23 +01:00
A.Unger
e3e3d1ee57 runtime: removed trap goroutine and let the context cancelation do the thing 2021-12-06 12:11:48 +01:00
A.Unger
aa67106e04 sane common configurations 2021-11-11 12:51:57 +01:00
A.Unger
e7f9fb3bcb refactor NewLogger away to ocis-pkg 2021-11-08 19:38:40 +01:00
A.Unger
bff4ec48b0 new config framework in accounts 2021-11-08 13:41:59 +01:00
A.Unger
a55a0395eb add mapstructure to ocs 2021-11-05 15:16:03 +01:00
A.Unger
b94c0e683f fix yet more offenses 2021-11-05 14:26:02 +01:00
A.Unger
a76ad08d12 fix dead code logic 2021-11-04 14:19:41 +01:00
A.Unger
cfe1ac30af add graph 2021-11-04 13:50:42 +01:00
A.Unger
b61887aca1 hook accounts to env variables 2021-11-04 13:16:16 +01:00
Willy Kloucek
ef406c8baa ensure lowercase backend in the command 2021-10-27 12:53:25 +02:00
David Christofas
9ecc065879 update CORS middleware and make it configurable 2021-10-22 13:27: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
A.Unger
b13863b717 refactor traceprovider initialization 2021-08-09 18:03:01 +02:00
A.Unger
0b448f6e02 refactor accounts tracing and server method 2021-03-18 10:31:30 +01:00
A.Unger
b52fe95762 run ParseConfig only when running unsupervised 2021-03-11 20:09:05 +01:00
A.Unger
e8c57394d8 fix debug services shutdown 2021-03-10 11:38:21 +01:00
A.Unger
4e37d4a2f6 update commands when running in supervised mode 2021-03-10 11:10:46 +01:00
A.Unger
58543a1415 correct usage of suture 2021-03-04 11:51:36 +01:00
A.Unger
a2a921454b add accounts 2021-03-04 10:50:06 +01:00
A.Unger
2004942a3a shift role initialization from accounts to settings 2021-02-22 12:19:50 +01:00
David Christofas
0c4d46ee2f implement tracing in the account service 2020-12-04 14:28:59 +01:00
A.Unger
d6e25798f7 Merge branch 'master' into fix-672 2020-11-10 15:49:24 +01:00
Jörn Friedrich Dreyer
0c6e8881c3 fix 820 - race condition
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-11-10 15:07:27 +01:00
A.Unger
bf2fa91690 do not override config, use shallow copy instead 2020-11-06 08:25:31 +05:45
David Christofas
9fc09cba43 add version command and add build information to metrics
Signed-off-by: David Christofas <dchristofas@owncloud.com>
2020-09-25 13:06:26 +02:00
A.Unger
27f888945e checkout accounts on e55b8ae2f4 due to a regression (?) 2020-09-22 14:53:52 +02:00
A.Unger
30b2756137 Add 'accounts/' from commit 'e55b8ae2f440e20e657fdc21827b935f64bd8458'
git-subtree-dir: accounts
git-subtree-mainline: fd66380082
git-subtree-split: e55b8ae2f4
2020-09-22 14:49:55 +02:00
A.Unger
fd66380082 delete accounts 2020-09-22 14:49:48 +02:00
A.Unger
4c12bed11b update dependencies and import paths 2020-09-18 12:33:35 +02:00
A.Unger
38cecdbf0f Add 'accounts/' from commit 'd2585070bc25d2c8cd0c86476041ee502afb4ac5'
git-subtree-dir: accounts
git-subtree-mainline: 7b8e9bc298
git-subtree-split: d2585070bc
2020-09-18 12:21:51 +02:00