Skip to content

Commit

Permalink
commit 0719d18
Browse files Browse the repository at this point in the history
Merge: 4943fed b841cd7
Author: Phil Davis <phil@jankaritech.com>
Date:   Tue Mar 2 14:15:49 2021 +0300

    Merge pull request #1746 from owncloud/bumpCommitIdAPI

    [tests-only] Bump commit id for API tests
  • Loading branch information
phil-davis committed Mar 2, 2021
1 parent f05a362 commit 85b6531
Show file tree
Hide file tree
Showing 15 changed files with 428 additions and 428 deletions.
74 changes: 37 additions & 37 deletions extensions/accounts/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-03-02T10:47:13+0000"
date: "2021-03-02T11:16:10+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/accounts/templates
Expand Down Expand Up @@ -41,11 +41,29 @@ Create a new account

Usage: `accounts add [command options] [arguments...]`

### accounts rebuildIndex
### accounts inspect

Rebuilds the service's index, i.e. deleting and then re-adding all existing documents
Show detailed data on an existing account

Usage: `accounts rebuildIndex [command options] [arguments...]`
Usage: `accounts inspect [command options] [arguments...]`

-grpc-namespace | $ACCOUNTS_GRPC_NAMESPACE
: Set the base namespace for the grpc namespace. Default: `com.owncloud.api`.

-name | $ACCOUNTS_NAME
: service name. Default: `accounts`.

### accounts list

List existing accounts

Usage: `accounts list [command options] [arguments...]`

-grpc-namespace | $ACCOUNTS_GRPC_NAMESPACE
: Set the base namespace for the grpc namespace. Default: `com.owncloud.api`.

-name | $ACCOUNTS_NAME
: service name. Default: `accounts`.

### accounts ocis-accounts

Expand All @@ -68,41 +86,11 @@ Make changes to an existing account

Usage: `accounts update [command options] [arguments...]`

### accounts version

Print the versions of the running instances

Usage: `accounts version [command options] [arguments...]`

-grpc-namespace | $ACCOUNTS_GRPC_NAMESPACE
: Set the base namespace for the grpc namespace. Default: `com.owncloud.api`.

-name | $ACCOUNTS_NAME
: service name. Default: `accounts`.

### accounts inspect

Show detailed data on an existing account

Usage: `accounts inspect [command options] [arguments...]`

-grpc-namespace | $ACCOUNTS_GRPC_NAMESPACE
: Set the base namespace for the grpc namespace. Default: `com.owncloud.api`.

-name | $ACCOUNTS_NAME
: service name. Default: `accounts`.

### accounts list

List existing accounts

Usage: `accounts list [command options] [arguments...]`
### accounts rebuildIndex

-grpc-namespace | $ACCOUNTS_GRPC_NAMESPACE
: Set the base namespace for the grpc namespace. Default: `com.owncloud.api`.
Rebuilds the service's index, i.e. deleting and then re-adding all existing documents

-name | $ACCOUNTS_NAME
: service name. Default: `accounts`.
Usage: `accounts rebuildIndex [command options] [arguments...]`

### accounts remove

Expand Down Expand Up @@ -182,3 +170,15 @@ Usage: `accounts server [command options] [arguments...]`
-service-user-username | $ACCOUNTS_SERVICE_USER_USERNAME
: username of the internal service user (required on EOS).

### accounts version

Print the versions of the running instances

Usage: `accounts version [command options] [arguments...]`

-grpc-namespace | $ACCOUNTS_GRPC_NAMESPACE
: Set the base namespace for the grpc namespace. Default: `com.owncloud.api`.

-name | $ACCOUNTS_NAME
: service name. Default: `accounts`.

2 changes: 1 addition & 1 deletion extensions/glauth/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-03-02T10:48:17+0000"
date: "2021-03-02T11:17:18+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/glauth/templates
Expand Down
20 changes: 10 additions & 10 deletions extensions/graph-explorer/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-03-02T10:48:17+0000"
date: "2021-03-02T11:17:18+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/graph-explorer/templates
Expand Down Expand Up @@ -52,15 +52,6 @@ Usage: `graph-explorer [global options] command [command options] [arguments...]

## Sub Commands

### graph-explorer health

Check health status

Usage: `graph-explorer health [command options] [arguments...]`

-debug-addr | $GRAPH_EXPLORER_DEBUG_ADDR
: Address to debug endpoint. Default: `0.0.0.0:9136`.

### graph-explorer server

Start integrated server
Expand Down Expand Up @@ -112,3 +103,12 @@ Usage: `graph-explorer server [command options] [arguments...]`
-graph-url | $GRAPH_EXPLORER_GRAPH_URL
: Set the url to the graph api service. Default: `http://localhost:9120`.

### graph-explorer health

Check health status

Usage: `graph-explorer health [command options] [arguments...]`

-debug-addr | $GRAPH_EXPLORER_DEBUG_ADDR
: Address to debug endpoint. Default: `0.0.0.0:9136`.

20 changes: 10 additions & 10 deletions extensions/graph/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-03-02T10:48:17+0000"
date: "2021-03-02T11:17:18+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/graph/templates
Expand Down Expand Up @@ -55,15 +55,6 @@ Usage: `graph [global options] command [command options] [arguments...]`

## Sub Commands

### graph health

Check health status

Usage: `graph health [command options] [arguments...]`

-debug-addr | $GRAPH_DEBUG_ADDR
: Address to debug endpoint. Default: `0.0.0.0:9124`.

### graph server

Start integrated server
Expand Down Expand Up @@ -136,3 +127,12 @@ Usage: `graph server [command options] [arguments...]`
-reva-gateway-addr | $REVA_GATEWAY_ADDR
: REVA Gateway Endpoint. Default: `127.0.0.1:9142`.

### graph health

Check health status

Usage: `graph health [command options] [arguments...]`

-debug-addr | $GRAPH_DEBUG_ADDR
: Address to debug endpoint. Default: `0.0.0.0:9124`.

50 changes: 25 additions & 25 deletions extensions/idp/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-03-02T10:48:17+0000"
date: "2021-03-02T11:17:18+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/idp/templates
Expand Down Expand Up @@ -35,30 +35,6 @@ If multiple variables are listed for one option, they are in order of precedence

If you prefer to configure the service with commandline flags you can see the available variables below. Command line flags are only working when calling the subcommand directly.

### idp health

Check health status

Usage: `idp health [command options] [arguments...]`

-debug-addr | $IDP_DEBUG_ADDR
: Address to debug endpoint. Default: `0.0.0.0:9134`.

### idp ocis-idp

Serve IDP API for oCIS

Usage: `idp ocis-idp [command options] [arguments...]`

-log-level | $IDP_LOG_LEVEL
: Set logging level. Default: `info`.

-log-pretty | $IDP_LOG_PRETTY
: Enable pretty logging. Default: `true`.

-log-color | $IDP_LOG_COLOR
: Enable colored logging. Default: `true`.

### idp server

Start integrated server
Expand Down Expand Up @@ -218,3 +194,27 @@ Usage: `idp version [command options] [arguments...]`
-name | $IDP_NAME
: Service name. Default: `idp`.

### idp health

Check health status

Usage: `idp health [command options] [arguments...]`

-debug-addr | $IDP_DEBUG_ADDR
: Address to debug endpoint. Default: `0.0.0.0:9134`.

### idp ocis-idp

Serve IDP API for oCIS

Usage: `idp ocis-idp [command options] [arguments...]`

-log-level | $IDP_LOG_LEVEL
: Set logging level. Default: `info`.

-log-pretty | $IDP_LOG_PRETTY
: Enable pretty logging. Default: `true`.

-log-color | $IDP_LOG_COLOR
: Enable colored logging. Default: `true`.

20 changes: 10 additions & 10 deletions extensions/ocs/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-03-02T10:48:17+0000"
date: "2021-03-02T11:17:18+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/ocs/templates
Expand Down Expand Up @@ -35,15 +35,6 @@ If multiple variables are listed for one option, they are in order of precedence

If you prefer to configure the service with commandline flags you can see the available variables below. Command line flags are only working when calling the subcommand directly.

### ocs health

Check health status

Usage: `ocs health [command options] [arguments...]`

-debug-addr | $OCS_DEBUG_ADDR
: Address to debug endpoint. Default: `0.0.0.0:9114`.

### ocs ocis-ocs

Serve OCS API for oCIS
Expand Down Expand Up @@ -122,3 +113,12 @@ Usage: `ocs version [command options] [arguments...]`
-name | $OCS_NAME
: Service name. Default: `ocs`.

### ocs health

Check health status

Usage: `ocs health [command options] [arguments...]`

-debug-addr | $OCS_DEBUG_ADDR
: Address to debug endpoint. Default: `0.0.0.0:9114`.

2 changes: 1 addition & 1 deletion extensions/onlyoffice/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-03-02T10:48:17+0000"
date: "2021-03-02T11:17:18+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/onlyoffice/templates
Expand Down
2 changes: 1 addition & 1 deletion extensions/proxy/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-03-02T10:48:17+0000"
date: "2021-03-02T11:17:18+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/proxy/templates
Expand Down
2 changes: 1 addition & 1 deletion extensions/settings/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-03-02T10:48:18+0000"
date: "2021-03-02T11:17:18+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/settings/templates
Expand Down
Loading

0 comments on commit 85b6531

Please sign in to comment.