Skip to content

Commit

Permalink
advertise product in capabilities and status
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Mar 15, 2022
1 parent 1e51546 commit 895b338
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 2 additions & 0 deletions storage/pkg/command/frontend.go
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ func frontendConfigFromStruct(c *cli.Context, cfg *config.Config, filesCfg map[s
"versionstring": "10.0.11",
"edition": "community",
"productname": "reva",
"product": "reva",
"hostname": "",
},
"support_url_signing": true,
Expand Down Expand Up @@ -303,6 +304,7 @@ func frontendConfigFromStruct(c *cli.Context, cfg *config.Config, filesCfg map[s
"minor": 0,
"micro": 11,
"string": "10.0.11",
"product": "reva",
},
},
},
Expand Down
5 changes: 0 additions & 5 deletions tests/acceptance/expected-failures-API-on-OCIS-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -1856,10 +1856,5 @@ Not everything needs to be implemented for ocis. While the oc10 testsuite covers

- [apiMain/checksums.feature:233](https://github.com/owncloud/core/blob/master/tests/acceptance/features/apiMain/checksums.feature#L233)

#### [status does not have new product data item](https://github.com/owncloud/ocis/issues/3317)

- [apiCapabilities/capabilities.feature:959](https://github.com/owncloud/core/blob/master/tests/acceptance/features/apiCapabilities/capabilities.feature#L959)
- [apiMain/status.feature:5](https://github.com/owncloud/core/blob/master/tests/acceptance/features/apiMain/status.feature#L5)

Note: always have an empty line at the end of this file.
The bash script that processes this file requires that the last line has a newline on the end.

0 comments on commit 895b338

Please sign in to comment.