Commit Graph

600 Commits

Author SHA1 Message Date
Willy Kloucek 6927cfd0dc remove unused templates 2022-01-13 11:32:32 +01:00
Willy Kloucek 6ef6d1117c fix condition for nil pointer in common config 2022-01-13 08:13:14 +01:00
Willy Kloucek 182712b223 fix tracing config 2022-01-13 08:13:14 +01:00
Willy Kloucek 6de48a8cd4 switch to http.StatusOK instead of 200 2022-01-07 19:19:19 +00:00
Willy Kloucek 1e38150276 improve command description 2022-01-07 19:19:16 +00:00
Willy Kloucek 1dc63cbce1 ensure, that each config is only parsed once 2022-01-07 16:12:01 +00:00
Willy Kloucek adc7b3b3d2 remove version from service config 2022-01-07 16:12:01 +00:00
Willy Kloucek b9f2b6b91e move config parsing in separate package for each service 2022-01-07 16:12:01 +00:00
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 61ff46b29c fix unit tests 2022-01-07 16:07:01 +00:00
Willy Kloucek e361132435 move accounts config sanitazing into config parsing 2022-01-07 16:07:01 +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 9422388b74 add version to accounts 2022-01-07 16:04:55 +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 cb27090cea fix accounts test 2022-01-07 15:39:01 +00:00
Willy Kloucek d2befd9257 switch accounts to struct tag based env config 2022-01-07 15:39:01 +00:00
Willy Kloucek ebfe8f069c remove service names 2022-01-07 15:39:01 +00:00
Willy Kloucek 7b61460fac add accounts log level 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
Jörn Friedrich Dreyer 66491b94c9 Merge branch 'master' into spaces-registry 2022-01-04 19:30:00 +00:00
Willy Kloucek 493af58d54 add updated proto generation output 2021-12-22 09:19:58 +01:00
Jörn Friedrich Dreyer a3702f722d fix metadata for spaces registry
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2021-12-07 14:48:56 +00:00
Jörn Friedrich Dreyer 550b0bbfea reuse existing metadata storage
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2021-12-07 12:46:48 +00:00
Jörn Friedrich Dreyer 5ec72daaeb adapt metadata storage to make use the spaces datatx
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2021-12-07 12:43:34 +00:00
Jörn Friedrich Dreyer b63b322b6f drop /meta mount prefix
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2021-12-07 12:21:14 +00: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
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 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
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 41e84b6378 add go:generate step for all go:embed steps 2021-11-24 12:56:42 +01:00
A.Unger 70da20a777 Merge branch 'master' into try-gookikt-config 2021-11-19 16:27:49 +01:00
Willy Kloucek 32ffbe3ac6 adapt changed function signatures 2021-11-19 13:22:47 +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 3d80925a84 Merge branch 'master' into try-gookikt-config 2021-11-17 22:35:53 +01:00
A.Unger ad4fb0e0f9 attempt to revert to the old status. Just triggering a CI run 2021-11-17 19:37:15 +01:00
A.Unger 592a91053b restore flags for some account commands 2021-11-17 16:41:51 +01:00
Willy Kloucek d2395f58f0 add comments about install steps and remove skeleton 2021-11-17 13:57:13 +01:00
Artur Neumann 4ccc65f1c5 fix path part 3 2021-11-17 17:19:51 +05:45