Skip to content

Commit

Permalink
Merge branch 'master' into spaces-registry-and-provider
Browse files Browse the repository at this point in the history
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
  • Loading branch information
butonic committed Nov 8, 2021
2 parents e8b8376 + bb40f54 commit 4704592
Show file tree
Hide file tree
Showing 56 changed files with 1,242 additions and 921 deletions.
16 changes: 8 additions & 8 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ def litmusOcisOldWebdav():
"cd /drone/src/tests/oc-integration-tests/drone/",
"/drone/src/cmd/revad/revad -c frontend.toml &",
"/drone/src/cmd/revad/revad -c gateway.toml &",
"/drone/src/cmd/revad/revad -c storage-oc-ocis.toml &",
"/drone/src/cmd/revad/revad -c storage-users-ocis.toml &",
"/drone/src/cmd/revad/revad -c users.toml",
],
},
Expand Down Expand Up @@ -622,7 +622,7 @@ def litmusOcisNewWebdav():
"cd /drone/src/tests/oc-integration-tests/drone/",
"/drone/src/cmd/revad/revad -c frontend.toml &",
"/drone/src/cmd/revad/revad -c gateway.toml &",
"/drone/src/cmd/revad/revad -c storage-oc-ocis.toml &",
"/drone/src/cmd/revad/revad -c storage-users-ocis.toml &",
"/drone/src/cmd/revad/revad -c users.toml",
]
},
Expand Down Expand Up @@ -675,7 +675,7 @@ def litmusOcisSpacesDav():
"cd /drone/src/tests/oc-integration-tests/drone/",
"/drone/src/cmd/revad/revad -c frontend.toml &",
"/drone/src/cmd/revad/revad -c gateway.toml &",
"/drone/src/cmd/revad/revad -c storage-oc-ocis.toml &",
"/drone/src/cmd/revad/revad -c storage-users-ocis.toml &",
"/drone/src/cmd/revad/revad -c users.toml",
]
},
Expand Down Expand Up @@ -740,11 +740,11 @@ def ocisIntegrationTests(parallelRuns, skipExceptParts = []):
"/drone/src/cmd/revad/revad -c frontend.toml &",
"/drone/src/cmd/revad/revad -c gateway.toml &",
"/drone/src/cmd/revad/revad -c shares.toml &",
"/drone/src/cmd/revad/revad -c storage-oc-ocis.toml &",
"/drone/src/cmd/revad/revad -c storage-publiclink-ocis.toml &",
"/drone/src/cmd/revad/revad -c storage-shares.toml &",
"/drone/src/cmd/revad/revad -c ldap-users.toml &",
"/drone/src/cmd/revad/revad -c machine-auth.toml",
"/drone/src/cmd/revad/revad -c storage-users-ocis.toml &",
"/drone/src/cmd/revad/revad -c storage-publiclink.toml &",
"/drone/src/cmd/revad/revad -c ldap-users.toml",
],
},
cloneOc10TestReposStep(),
Expand Down Expand Up @@ -816,8 +816,8 @@ def s3ngIntegrationTests(parallelRuns, skipExceptParts = []):
"/drone/src/cmd/revad/revad -c frontend.toml &",
"/drone/src/cmd/revad/revad -c gateway.toml &",
"/drone/src/cmd/revad/revad -c shares.toml &",
"/drone/src/cmd/revad/revad -c storage-oc-s3ng.toml &",
"/drone/src/cmd/revad/revad -c storage-publiclink-s3ng.toml &",
"/drone/src/cmd/revad/revad -c storage-users-s3ng.toml &",
"/drone/src/cmd/revad/revad -c storage-publiclink.toml &",
"/drone/src/cmd/revad/revad -c storage-shares.toml &",
"/drone/src/cmd/revad/revad -c ldap-users.toml &",
"/drone/src/cmd/revad/revad -c machine-auth.toml",
Expand Down
3 changes: 3 additions & 0 deletions changelog/unreleased/eos-skip-get-user-call.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Enhancement: Skip get user call in eosfs in case previous ones also failed

https://github.com/cs3org/reva/pull/2237
5 changes: 5 additions & 0 deletions changelog/unreleased/toml-cleanup.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Enhancement: update toml configs

We updated the local and drone configurations, cleanad up the example configs and removed the reva gen subcommand which was generating outdated config.

https://github.com/cs3org/reva/pull/2239
8 changes: 0 additions & 8 deletions cmd/reva/completer.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,7 @@ func (c *Completer) argumentCompleter(args ...string) []prompt.Suggest {
return []prompt.Suggest{}
}

var suggests []prompt.Suggest

switch args[0] {
case "gen":
suggests = convertCmdToSuggests([]*command{
genConfigSubCommand(),
genUsersSubCommand(),
})
return prompt.FilterHasPrefix(suggests, args[1], true)

case "login":
if len(args) == 2 {
Expand Down
79 changes: 0 additions & 79 deletions cmd/reva/gen-config.go

This file was deleted.

62 changes: 0 additions & 62 deletions cmd/reva/gen-users.go

This file was deleted.

75 changes: 0 additions & 75 deletions cmd/reva/gen.go

This file was deleted.

Loading

0 comments on commit 4704592

Please sign in to comment.