Commit Graph

314 Commits

Author SHA1 Message Date
Willy Kloucek 62dbd893b7 switch to http.StatusOK instead of 200 2022-01-07 13:21:14 +01:00
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 e0656daaa0 simplify commands and version handling 2022-01-03 13:53:27 +01:00
Willy Kloucek eee0d0c4c8 remove build flags, add debug server to accounts 2022-01-03 11:11:15 +01:00
Willy Kloucek 6d0b754a86 improve envdecode error handling 2022-01-03 09:47:52 +01:00
Willy Kloucek 7ffe93ba3b remove supervised flag from configs 2022-01-03 08:22:44 +01:00
Willy Kloucek e3bfb66df1 maintain envdecode inside ocis-pkg 2022-01-03 07:49:25 +01:00
Willy Kloucek d5e8ac0771 fix unit tests 2022-01-03 07:49:24 +01:00
Willy Kloucek 2bcd4f5a17 directly pass env to config 2022-01-03 07:49:24 +01:00
Willy Kloucek 7abcf96ea8 revert storage, remove tracing.service and bring back common 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 ee57288309 switch all other services to struct tag based env config 2022-01-03 07:49:24 +01:00
Willy Kloucek 30656c5a32 switch graph to struct tag based env config 2022-01-03 07:49:24 +01:00
Willy Kloucek 4067ae9493 switch glauth to struct tag based env config 2022-01-03 07:49:23 +01:00
Willy Kloucek d0030ab555 switch ocs to struct tag based env config 2022-01-03 07:49:23 +01:00
Willy Kloucek f7b949a445 remove service names 2022-01-03 07:49:23 +01:00
Willy Kloucek 2f4f3bec0e fix ocs test 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
Jörn Friedrich Dreyer ffe75747d3 Merge pull request #2837 from owncloud/update-reva-a042373b390
[full-ci] update reva, ignoring docker-arm
2021-12-07 13:17:12 +01:00
Willy Kloucek 9109f8843a always unescape url params 2021-12-06 17:04:12 +01:00
Willy Kloucek ad62e230a6 fix add to groups endpoint 2021-12-06 13:26:28 +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 1eac1099ae introduce string constants for user / group not found messages 2021-11-29 07:34:54 +01:00
Willy Kloucek a33b0049fc trade panic for logging on render.Render 2021-11-26 17:38:33 +01:00
Willy Kloucek 20ab79deb4 don't panic 2021-11-26 15:44:18 +01:00
Willy Kloucek dc5901b25c disallow creation of a group with empty name via the OCS api 2021-11-26 13:03:54 +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 33d9a1171d clean up asset folder with git clean command instead of hard deletion 2021-11-16 10:19:15 +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 a29f10e764 adapted proxy tests to support shared.Commons 2021-11-11 14:17:24 +01:00
A.Unger 202e63bcb6 made ocs compliant with shared.Commons 2021-11-11 14:15:28 +01:00
A.Unger e8559d17aa fix proxy integration tests 2021-11-11 14:00:42 +01:00
A.Unger 0d1c8accf2 fix deref memory location 2021-11-11 13:06:59 +01:00
A.Unger cfc9738e51 format 2021-11-11 13:06:03 +01:00
A.Unger 9b8c3838e8 Merge branch 'master' into try-gookikt-config 2021-11-11 13:04:38 +01:00
Willy Kloucek e35d4fd0ac remove GRPC insecure config options, since it always needs to be set to insecure 2021-11-10 16:12:29 +01:00
Willy Kloucek 69cc11dbe6 make more insecure options configurable and change insecure defaults from true to false 2021-11-10 15:45:55 +01:00
A.Unger 51bee0e531 sort out flags precedence 2021-11-09 17:30:31 +01:00
A.Unger e7f9fb3bcb refactor NewLogger away to ocis-pkg 2021-11-08 19:38:40 +01:00
A.Unger 51dc1715ce new config framework in ocs 2021-11-08 13:58:13 +01:00
A.Unger b1de937c05 fix tests 2021-11-08 12:26:17 +01:00
A.Unger e297142529 normalize ocs 2021-11-08 12:19:26 +01:00
A.Unger a515a97c8f normalize idp 2021-11-08 12:17:23 +01:00
A.Unger a55a0395eb add mapstructure to ocs 2021-11-05 15:16:03 +01:00