Commit Graph
56 Commits
Author SHA1 Message Date
Willy KloucekandJörn Friedrich Dreyer 23e7a8ffab simplify commands and version handling 2022-01-07 16:11:50 +00:00
Willy KloucekandJörn Friedrich Dreyer 5b70d46213 remove build flags, add debug server to accounts 2022-01-07 16:08:14 +00:00
Willy KloucekandJörn Friedrich Dreyer 6a03c4acba improve envdecode error handling 2022-01-07 16:08:14 +00:00
Willy KloucekandJörn Friedrich Dreyer a839288212 remove supervised flag from configs 2022-01-07 16:08:14 +00:00
Willy KloucekandJörn Friedrich Dreyer 5034e399bb maintain envdecode inside ocis-pkg 2022-01-07 16:08:14 +00:00
Willy KloucekandJörn Friedrich Dreyer e006ad6e40 directly pass env to config 2022-01-07 16:07:01 +00:00
Willy KloucekandJörn Friedrich Dreyer 3c3fc2e098 revert storage, remove tracing.service and bring back common 2022-01-07 16:06:56 +00:00
Willy KloucekandJörn Friedrich Dreyer a13df3dcf7 split **/pkg/config/config.go up to multiple files 2022-01-07 16:04:52 +00:00
Willy KloucekandJörn Friedrich Dreyer 6990e7d660 switch all other services to struct tag based env config 2022-01-07 15:47:47 +00:00
Willy KloucekandJörn Friedrich Dreyer 788a390016 switch glauth to struct tag based env config 2022-01-07 15:39:01 +00:00
Willy KloucekandJörn Friedrich Dreyer 161dd949fc switch ocs to struct tag based env config 2022-01-07 15:39:01 +00:00
Willy KloucekandJörn Friedrich Dreyer 3b5a33590e add missing commands and unify service / namespace options 2022-01-07 15:38:56 +00: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 24347180fa use ocisConfig as struct tagname to bind config files to strucg attributes 2021-11-19 09:28:23 +01:00
A.Unger f87b5bd66c removed all flagset packages 2021-11-17 11:36:28 +01:00
A.Unger 51bee0e531 sort out flags precedence 2021-11-09 17:30:31 +01:00
A.Unger a515a97c8f normalize idp 2021-11-08 12:17:23 +01:00
A.Unger 22601de351 normalize graph-explorer 2021-11-08 12:08:35 +01:00
A.Unger be9eff8ba8 add tags to structs 2021-11-05 11:37:16 +01:00
A.Unger 91c766210c migrate graph-explorer to the new config scheme 2021-11-05 11:31:35 +01:00
A.Unger 711acbb354 inherit logging config from ocis.yaml, let extensions overwrite their logging. Considering using a package level global logging... 2021-10-31 00:08:46 +02:00
David Christofas 9ecc065879 update CORS middleware and make it configurable 2021-10-22 13:27:31 +02:00
Willy Kloucek 29341a7f94 split spaces webdav url and graph url configuration in base and path parts 2021-10-21 14:30:18 +02:00
jkoberg 88664152e3 move embed logic to ocispkg 2021-10-18 13:01:17 +02:00
jkoberg d2026a5d94 Merge branch 'master' into go-embed 2021-10-18 09:20:19 +02:00
jkoberg a8f1d76cbe Merge branch 'master' into go-embed 2021-10-15 11:47:38 +02:00
Willy Kloucek 6d5a3733ff upgrade to go micro v4.1.0 2021-10-14 15:56:19 +02:00
Willy Kloucek 879827ca4b don't expose services by default 2021-10-12 14:00:33 +02:00
Willy Kloucek 68ba24ff73 fix extensions versions 2021-10-05 12:39: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 bee17dbe29 tracing: fix exporter config 2021-09-01 14:36:13 +02:00
A.Unger 1c1f5c9167 tracing: use tracing agent instead of collector 2021-09-01 14:22:54 +02:00
Ralf Haferkamp 3a42fdc578 Move to go-chi/chi v5 2021-08-24 17:48:37 +02:00
A.Unger e62a9b6a36 Merge branch 'master' into remake-traces 2021-08-13 09:43:31 +02:00
David Christofas 3bc60510ce use go-chi middlewares
go-chi already delivers the middlewares we need so we don't need to import other libraries for that.
2021-08-12 17:14:41 +02:00
A.Unger 8a80b990a8 safer code 2021-08-10 00:09:39 +02:00
A.Unger ad994ded16 more refactoring 2021-08-09 18:15:34 +02:00
A.Unger b13863b717 refactor traceprovider initialization 2021-08-09 18:03:01 +02:00
A.Unger ac087d0dae replace opencensus everywhere 2021-08-09 17:28:00 +02:00
A.Unger 93f13388dd add OCIS_TRACING_* flags to all extensions 2021-08-06 11:51:36 +02:00
A.Unger cb2323e9d6 Merge branch 'master' into no-additional-init 2021-07-02 13:25:30 +02:00
A.Unger 4994d0b132 correct flagset usage 2021-06-30 10:34:44 +02:00
A.Unger 2e28582c1b cherrypick extensions to start v1 2021-06-29 15:28:19 +02:00
Florian Schade 47bd449fac first go:embed 1.16 implementation 2021-04-29 01:25:28 +02:00
A.Unger cd41f1c8dc refactor graph-explorer tracing config 2021-03-18 12:10:36 +01:00
A.Unger 1c7b97ab88 suport for graph-explorer 2021-03-17 15:33:21 +01:00
A.Unger 41f4a633f5 add config-file flag to ocis, propagate log config to graph & graph-explorer 2021-03-17 10:58:28 +01:00
Jörn Friedrich Dreyer 9fa77a27ba fix graph and graph-explorer
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2021-03-15 15:17:29 +00:00
A.Unger 4e37d4a2f6 update commands when running in supervised mode 2021-03-10 11:10:46 +01:00
Willy Kloucek 387b2f3272 introduce bingo and rework makefiles 2021-03-01 15:05:48 +01:00