Commit Graph

181 Commits

Author SHA1 Message Date
Willy Kloucek 23e7a8ffab simplify commands and version handling 2022-01-07 16:11:50 +00:00
Willy Kloucek 5b70d46213 remove build flags, add debug server to accounts 2022-01-07 16:08:14 +00:00
Willy Kloucek 6a03c4acba improve envdecode error handling 2022-01-07 16:08:14 +00:00
Willy Kloucek a839288212 remove supervised flag from configs 2022-01-07 16:08:14 +00:00
Willy Kloucek 5034e399bb maintain envdecode inside ocis-pkg 2022-01-07 16:08:14 +00:00
Willy Kloucek 45ec244aec don't expose not used config via env 2022-01-07 16:07:37 +00:00
Willy Kloucek e006ad6e40 directly pass env to config 2022-01-07 16:07:01 +00:00
Willy Kloucek 3c3fc2e098 revert storage, remove tracing.service and bring back common 2022-01-07 16:06:56 +00:00
Willy Kloucek a13df3dcf7 split **/pkg/config/config.go up to multiple files 2022-01-07 16:04:52 +00:00
Willy Kloucek 6990e7d660 switch all other services to struct tag based env config 2022-01-07 15:47:47 +00:00
Willy Kloucek 288d6c469e switch graph to struct tag based env config 2022-01-07 15:39:01 +00:00
Willy Kloucek 788a390016 switch glauth to struct tag based env config 2022-01-07 15:39:01 +00:00
Willy Kloucek 161dd949fc switch ocs to struct tag based env config 2022-01-07 15:39:01 +00:00
Willy Kloucek 3b5a33590e add missing commands and unify service / namespace options 2022-01-07 15:38:56 +00:00
Willy Kloucek c1d3867239 update gologr 2021-12-14 12:54:22 +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
Willy Kloucek 38d670f1b3 Merge pull request #2811 from owncloud/reenable-metrics-deployment-examples
reenable metrics for the deployment examples
2021-11-24 15:15:51 +01:00
Willy Kloucek 4e4c42bca9 fix debug addresses in example configurations 2021-11-24 14:15:00 +01:00
Willy Kloucek 62ff1f1659 don't run go generate anymore 2021-11-24 13:38:29 +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 2aa9c2457e Merge branch 'master' into try-gookikt-config 2021-11-16 13:29:07 +01:00
Willy Kloucek 74e7344221 prevent multiple yarn builds of accounts and settings when running make ci-node-generate int the repo root 2021-11-16 10:01:12 +01:00
A.Unger 6391d94516 glauth 2021-11-11 13:14:19 +01:00
A.Unger 51bee0e531 sort out flags precedence 2021-11-09 17:30:31 +01:00
A.Unger 2c49ee6ab9 first doc draft + glauth logging small refactor 2021-11-09 00:50:27 +01:00
A.Unger 3d90b21e3b new config framework in glauth 2021-11-08 13:48:07 +01:00
A.Unger a515a97c8f normalize idp 2021-11-08 12:17:23 +01:00
A.Unger 4c9e4713cf normalize graph 2021-11-08 12:04:30 +01:00
A.Unger e8b9186ba3 normalize glauth 2021-11-08 12:01:08 +01:00
A.Unger b44ebce526 continue thumbnails migration 2021-11-05 12:49:52 +01:00
A.Unger ba1635165b migrate idp to the new config scheme 2021-11-05 11:15:55 +01:00
A.Unger da36ca8cde adjust flagsets 2021-11-04 15:56:01 +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
Willy Kloucek 1ccc568260 use glauth v2 2021-10-21 07:35:10 +02:00
Willy Kloucek cddb334f80 change default paths for oCIS services 2021-10-19 14:37:20 +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
A.Unger 887ac0901f remove LICENSE file from subdirs 2021-10-05 16:41:36 +02:00
Willy Kloucek 68ba24ff73 fix extensions versions 2021-10-05 12:39:31 +02:00
A.Unger 6166bb5a4c Merge branch 'master' into update-bridge-docs 2021-09-29 12:09:29 +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
Josh Soref 55667a3ab3 spelling
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2021-09-20 16:54:29 +05:45
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
Willy Kloucek 95dd76e3d0 fix make generate 2021-08-30 08:40:45 +02:00
Jörn Friedrich Dreyer 5554c72d9a gotta run
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2021-08-18 17:22:52 +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