-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[full-ci] config env #3589
[full-ci] config env #3589
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
storage has been deleted, correct?
Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
@@ -73,17 +73,6 @@ func SharingConfigFromStruct(cfg *config.Config) map[string]interface{} { | |||
"enable_expired_shares_cleanup": cfg.PublicSharingDrivers.SQL.EnableExpiredSharesCleanup, | |||
"janitor_run_interval": cfg.PublicSharingDrivers.SQL.JanitorRunInterval, | |||
}, | |||
"owncloudsql": map[string]interface{}{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why remove the PublicSharingDrivers?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
because there is no owncloudsql publicshare driver in reva: https://github.com/cs3org/reva/blob/afc8ead0c9a6a0acc5b46bf27a8b18ad458c098d/pkg/publicshare/manager/loader/loader.go#L23-L25
package loader
import (
// Load core share manager drivers.
_ "github.com/cs3org/reva/v2/pkg/publicshare/manager/cs3"
_ "github.com/cs3org/reva/v2/pkg/publicshare/manager/json"
_ "github.com/cs3org/reva/v2/pkg/publicshare/manager/memory"
// Add your own here
)
Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
This reverts commit f588e90.
SonarCloud Quality Gate failed. |
Description
follow up on #3569
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: