Commit Graph

113 Commits

Author SHA1 Message Date
jkoberg
cb5e38f4cb review suggestions I
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-03-09 10:50:19 +01:00
jkoberg
1609bb3a7c make service start
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-03-08 14:44:39 +01:00
Ralf Haferkamp
02775b72c7 Add embeded libregrah/idm server
This add a new service "idm" providing and LDAP service (via ldaps) on
port 9235.  If not existing it will bootstrap an initial LDAP tree and
administrative user as well as a self-signed Certificate and Key
(similar to what is done for glauth).
2022-02-25 11:43:03 +01:00
David Christofas
238d2dfdbc add new notifications service 2022-02-18 15:44:53 +01:00
kobergj
889a42c964 [full-ci] Events (#3146)
* initial events draft

Signed-off-by: jkoberg <jkoberg@owncloud.com>

* start nats server with ocis

Signed-off-by: jkoberg <jkoberg@owncloud.com>

* use feature reva and add config

Signed-off-by: jkoberg <jkoberg@owncloud.com>

* remove unneeded files

Signed-off-by: jkoberg <jkoberg@owncloud.com>

* edge reva and fix pipeline

Signed-off-by: jkoberg <jkoberg@owncloud.com>

* configure nats server via ocis

Signed-off-by: jkoberg <jkoberg@owncloud.com>

* update expected failures

Signed-off-by: jkoberg <jkoberg@owncloud.com>

* add nats to parallel deployment

Signed-off-by: jkoberg <jkoberg@owncloud.com>

* more expected failures

Signed-off-by: jkoberg <jkoberg@owncloud.com>

* use NATS instead of cp SETTINGS

Signed-off-by: jkoberg <jkoberg@owncloud.com>

* remove more configuration options

Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-02-11 17:14:48 +01:00
Willy Kloucek
21ed07d90b migrate ocis-pkg to envdecode 2022-01-07 16:08:14 +00:00
Willy Kloucek
3c3fc2e098 revert storage, remove tracing.service and bring back common 2022-01-07 16:06:56 +00:00
Willy Kloucek
6990e7d660 switch all other services to struct tag based env config 2022-01-07 15:47:47 +00:00
Jörn Friedrich Dreyer
c36e99895b update to latest changes in reva PR
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2021-12-07 12:21:19 +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
ff611633f5 Revert "fixed code smells: string literal repetition + cyclomatic complexity"
This reverts commit aa4112e2e2.
2021-11-17 13:19:31 +01:00
A.Unger
aa4112e2e2 fixed code smells: string literal repetition + cyclomatic complexity 2021-11-17 12:25:21 +01:00
A.Unger
59f53390a8 fix all storages 2021-11-11 15:48:00 +01:00
A.Unger
582649b7d4 fix more inheritance on storages 2021-11-11 15:18:44 +01:00
A.Unger
3580e16771 losing my mind 2021-11-11 15:12:37 +01:00
A.Unger
7eb2c25d65 propagate storage common logging config 2021-11-11 13:58:19 +01:00
A.Unger
998df71ae3 poors man struct inheritance and perpetuity 2021-10-29 23:41:41 +02:00
Willy Kloucek
d6040ce76c fix ipv6 error with go-micro update 2021-10-28 12:29:50 +02:00
Ishank Arora
35905f4a09 Start up a new machine auth provider in the storage service 2021-10-18 09:54:22 +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
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
Willy Kloucek
df6359807b add reva app provider 2021-09-01 12:50:02 +02:00
pwengerter
a24fe109cc Remove onlyoffice extension 2021-08-24 14:15:20 +01:00
Ralf Haferkamp
8817e2bae3 Fix naming of the user- and groupprovider services
The services ared called "storage-userprovider" and "-groupprovider".
The 'ocis help' output was missleading. This also renames the structs
accordingly.
2021-08-12 16:11:07 +02:00
A.Unger
4ce54edc1a use replaceall 2021-07-01 15:11:34 +02:00
A.Unger
ed9359ddd4 provide name to anonymous type 2021-06-30 10:37:47 +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
A.Unger
420447009b tweak backoff tolerance 2021-04-23 15:19:03 +02:00
A.Unger
11c11b06dc stop supervisor if a service fails to start 2021-04-23 14:13:58 +02:00
A.Unger
60280a3f28 refactor and cleanup a bit 2021-04-20 14:55:48 +02:00
A.Unger
6e4de0abd3 config parsing on run command 2021-04-19 13:32:38 +02:00
A.Unger
ad006496ef remove unused reference 2021-04-16 13:53:38 +02:00
A.Unger
af64e288e9 remove dead runtime code 2021-04-16 13:22:49 +02:00
A.Unger
385d6ecc48 make runtime port and host configurable 2021-03-18 15:23:36 +01:00
A.Unger
8a3e280d83 initial support for file logging 2021-03-17 15:26:43 +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
dc4b4b7e46 correctly implement suture v4 interfaces 2021-03-11 15:50:01 +01:00
A.Unger
8f67dd3b08 fix sonar smells 2021-03-11 09:38:10 +01:00
A.Unger
d3af1eacfb kill and start correctly 2021-03-10 17:02:06 +01:00
A.Unger
4ee52cc9cd copy config, since it is shared 2021-03-10 16:35:11 +01:00
Jörn Friedrich Dreyer
9424caede8 list running services
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2021-03-10 15:12:50 +00:00
A.Unger
117829515b supervisor logging 2021-03-10 15:40:43 +01:00
A.Unger
a473780c9d add accounts to delayed 2021-03-10 12:34:23 +01:00
A.Unger
6054e6b4a1 sequential access to viper config (still broken) + add delayed execution to storage-sharing 2021-03-10 12:26:14 +01:00
A.Unger
4e37d4a2f6 update commands when running in supervised mode 2021-03-10 11:10:46 +01:00
A.Unger
25909d5923 fix duplicated key 2021-03-09 23:16:13 +01:00
A.Unger
90aea4f58d tweak proxy scalability 2021-03-09 22:58:18 +01:00
A.Unger
5f9133386d fix run / kill 2021-03-09 19:15:59 +01:00