Skip to content

Commit

Permalink
tag version v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BeryJu committed Dec 20, 2024
1 parent b83fd9a commit d971e3b
Show file tree
Hide file tree
Showing 115 changed files with 274 additions and 129 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
PWD = $(shell pwd)
UID = $(shell id -u)
GID = $(shell id -g)
VERSION = "0.18.4"
VERSION = "0.19.0"
LD_FLAGS = -X beryju.io/gravity/pkg/extconfig.Version=${VERSION}
GO_FLAGS = -ldflags "${LD_FLAGS}" -v
SCHEMA_FILE = schema.yml
Expand Down
2 changes: 1 addition & 1 deletion api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
## Overview
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.

- API version: 0.18.6
- API version: 0.19.0
- Package version: 1.0.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen

Expand Down
23 changes: 22 additions & 1 deletion api/api/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.3
info:
title: gravity
version: 0.18.6
version: 0.19.0
servers:
- url: /
paths:
Expand Down Expand Up @@ -1797,6 +1797,7 @@ components:
listenOverride: listenOverride
sessionDuration: sessionDuration
oidc:
tokenUsernameField: tokenUsernameField
clientID: clientID
redirectURL: redirectURL
clientSecret: clientSecret
Expand All @@ -1818,6 +1819,7 @@ components:
listenOverride: listenOverride
sessionDuration: sessionDuration
oidc:
tokenUsernameField: tokenUsernameField
clientID: clientID
redirectURL: redirectURL
clientSecret: clientSecret
Expand Down Expand Up @@ -1961,6 +1963,7 @@ components:
listenOverride: listenOverride
sessionDuration: sessionDuration
oidc:
tokenUsernameField: tokenUsernameField
clientID: clientID
redirectURL: redirectURL
clientSecret: clientSecret
Expand Down Expand Up @@ -2010,14 +2013,29 @@ components:
AuthAPIMeOutput:
example:
authenticated: true
permissions:
- path: path
methods:
- methods
- methods
- path: path
methods:
- methods
- methods
username: username
properties:
authenticated:
type: boolean
permissions:
items:
$ref: '#/components/schemas/AuthPermission'
nullable: true
type: array
username:
type: string
required:
- authenticated
- permissions
- username
type: object
AuthAPIToken:
Expand Down Expand Up @@ -3418,6 +3436,7 @@ components:
type: object
TypesOIDCConfig:
example:
tokenUsernameField: tokenUsernameField
clientID: clientID
redirectURL: redirectURL
clientSecret: clientSecret
Expand All @@ -3439,4 +3458,6 @@ components:
type: string
nullable: true
type: array
tokenUsernameField:
type: string
type: object
2 changes: 1 addition & 1 deletion api/api_cluster.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/api_cluster_instances.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/api_roles_api.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/api_roles_backup.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/api_roles_dhcp.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/api_roles_discovery.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/api_roles_dns.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/api_roles_etcd.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/api_roles_monitoring.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/api_roles_tftp.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/api_roles_tsdb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions api/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/configuration.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 32 additions & 1 deletion api/docs/AuthAPIMeOutput.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Authenticated** | **bool** | |
**Permissions** | [**[]AuthPermission**](AuthPermission.md) | |
**Username** | **string** | |

## Methods

### NewAuthAPIMeOutput

`func NewAuthAPIMeOutput(authenticated bool, username string, ) *AuthAPIMeOutput`
`func NewAuthAPIMeOutput(authenticated bool, permissions []AuthPermission, username string, ) *AuthAPIMeOutput`

NewAuthAPIMeOutput instantiates a new AuthAPIMeOutput object
This constructor will assign default values to properties that have it defined,
Expand Down Expand Up @@ -46,6 +47,36 @@ and a boolean to check if the value has been set.
SetAuthenticated sets Authenticated field to given value.


### GetPermissions

`func (o *AuthAPIMeOutput) GetPermissions() []AuthPermission`

GetPermissions returns the Permissions field if non-nil, zero value otherwise.

### GetPermissionsOk

`func (o *AuthAPIMeOutput) GetPermissionsOk() (*[]AuthPermission, bool)`

GetPermissionsOk returns a tuple with the Permissions field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetPermissions

`func (o *AuthAPIMeOutput) SetPermissions(v []AuthPermission)`

SetPermissions sets Permissions field to given value.


### SetPermissionsNil

`func (o *AuthAPIMeOutput) SetPermissionsNil(b bool)`

SetPermissionsNil sets the value for Permissions to be an explicit nil

### UnsetPermissions
`func (o *AuthAPIMeOutput) UnsetPermissions()`

UnsetPermissions ensures that no value is present for Permissions, not even an explicit nil
### GetUsername

`func (o *AuthAPIMeOutput) GetUsername() string`
Expand Down
26 changes: 26 additions & 0 deletions api/docs/TypesOIDCConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Name | Type | Description | Notes
**Issuer** | Pointer to **string** | | [optional]
**RedirectURL** | Pointer to **string** | | [optional]
**Scopes** | Pointer to **[]string** | | [optional]
**TokenUsernameField** | Pointer to **string** | | [optional]

## Methods

Expand Down Expand Up @@ -164,6 +165,31 @@ HasScopes returns a boolean if a field has been set.
`func (o *TypesOIDCConfig) UnsetScopes()`

UnsetScopes ensures that no value is present for Scopes, not even an explicit nil
### GetTokenUsernameField

`func (o *TypesOIDCConfig) GetTokenUsernameField() string`

GetTokenUsernameField returns the TokenUsernameField field if non-nil, zero value otherwise.

### GetTokenUsernameFieldOk

`func (o *TypesOIDCConfig) GetTokenUsernameFieldOk() (*string, bool)`

GetTokenUsernameFieldOk returns a tuple with the TokenUsernameField field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetTokenUsernameField

`func (o *TypesOIDCConfig) SetTokenUsernameField(v string)`

SetTokenUsernameField sets TokenUsernameField field to given value.

### HasTokenUsernameField

`func (o *TypesOIDCConfig) HasTokenUsernameField() bool`

HasTokenUsernameField returns a boolean if a field has been set.


[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
2 changes: 1 addition & 1 deletion api/model_api_api_export_input.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/model_api_api_export_output.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/model_api_api_import_input.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/model_api_api_log_message.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/model_api_api_log_messages.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/model_api_api_member.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/model_api_api_member_join_input.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/model_api_api_member_join_output.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/model_api_api_members_output.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d971e3b

Please sign in to comment.