Skip to content

Commit

Permalink
Apply automatic release changes for v0.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
JNKielmann authored and actions-user committed Oct 24, 2022
1 parent 47e6ec3 commit ac5f823
Show file tree
Hide file tree
Showing 60 changed files with 886 additions and 900 deletions.
1,513 changes: 772 additions & 741 deletions backend/Pipfile.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions backend/docs/contaxy.schema.shared.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ An enumeration.

---

<a href="https://github.com/ml-tooling/contaxy/blob/main/backend/src/contaxy/schema/shared.py#L198"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
<a href="https://github.com/ml-tooling/contaxy/blob/main/backend/src/contaxy/schema/shared.py#L188"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>

## <kbd>class</kbd> `ResourceInput`

Expand All @@ -67,7 +67,7 @@ An enumeration.

---

<a href="https://github.com/ml-tooling/contaxy/blob/main/backend/src/contaxy/schema/shared.py#L230"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
<a href="https://github.com/ml-tooling/contaxy/blob/main/backend/src/contaxy/schema/shared.py#L220"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>

## <kbd>class</kbd> `Resource`

Expand All @@ -80,7 +80,7 @@ An enumeration.

---

<a href="https://github.com/ml-tooling/contaxy/blob/main/backend/src/contaxy/schema/shared.py#L234"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
<a href="https://github.com/ml-tooling/contaxy/blob/main/backend/src/contaxy/schema/shared.py#L224"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>

## <kbd>class</kbd> `ActionInstruction`
An enumeration.
Expand All @@ -91,7 +91,7 @@ An enumeration.

---

<a href="https://github.com/ml-tooling/contaxy/blob/main/backend/src/contaxy/schema/shared.py#L238"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
<a href="https://github.com/ml-tooling/contaxy/blob/main/backend/src/contaxy/schema/shared.py#L228"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>

## <kbd>class</kbd> `ResourceAction`

Expand All @@ -104,7 +104,7 @@ An enumeration.

---

<a href="https://github.com/ml-tooling/contaxy/blob/main/backend/src/contaxy/schema/shared.py#L273"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>
<a href="https://github.com/ml-tooling/contaxy/blob/main/backend/src/contaxy/schema/shared.py#L263"><img align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square"></a>

## <kbd>class</kbd> `ResourceActionExecution`

Expand Down
2 changes: 1 addition & 1 deletion backend/openapi-spec.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion backend/src/contaxy/_about.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Information about this library. This file will automatically changed."""

__version__ = "0.0.21"
__version__ = "0.0.22"
# __author__
# __email__
6 changes: 3 additions & 3 deletions js-client/ApiClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Contaxy API
* Functionality to create and manage projects, services, jobs, and files.
*
* The version of the OpenAPI document: 0.0.21
* The version of the OpenAPI document: 0.0.22
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -17,7 +17,7 @@ import querystring from "querystring";

/**
* @module ApiClient
* @version 0.0.21
* @version 0.0.22
*/

/**
Expand Down Expand Up @@ -58,7 +58,7 @@ class ApiClient {
* @default {}
*/
this.defaultHeaders = {
'User-Agent': 'OpenAPI-Generator/0.0.21/Javascript'
'User-Agent': 'OpenAPI-Generator/0.0.22/Javascript'
};

/**
Expand Down
4 changes: 2 additions & 2 deletions js-client/api/AuthApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Contaxy API
* Functionality to create and manage projects, services, jobs, and files.
*
* The version of the OpenAPI document: 0.0.21
* The version of the OpenAPI document: 0.0.22
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -24,7 +24,7 @@ import TokenType from '../model/TokenType';
/**
* Auth service.
* @module api/AuthApi
* @version 0.0.21
* @version 0.0.22
*/
export default class AuthApi {

Expand Down
4 changes: 2 additions & 2 deletions js-client/api/ExtensionsApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Contaxy API
* Functionality to create and manage projects, services, jobs, and files.
*
* The version of the OpenAPI document: 0.0.21
* The version of the OpenAPI document: 0.0.22
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -20,7 +20,7 @@ import ProblemDetails from '../model/ProblemDetails';
/**
* Extensions service.
* @module api/ExtensionsApi
* @version 0.0.21
* @version 0.0.22
*/
export default class ExtensionsApi {

Expand Down
4 changes: 2 additions & 2 deletions js-client/api/FilesApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Contaxy API
* Functionality to create and manage projects, services, jobs, and files.
*
* The version of the OpenAPI document: 0.0.21
* The version of the OpenAPI document: 0.0.22
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -20,7 +20,7 @@ import ResourceAction from '../model/ResourceAction';
/**
* Files service.
* @module api/FilesApi
* @version 0.0.21
* @version 0.0.22
*/
export default class FilesApi {

Expand Down
4 changes: 2 additions & 2 deletions js-client/api/JobsApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Contaxy API
* Functionality to create and manage projects, services, jobs, and files.
*
* The version of the OpenAPI document: 0.0.21
* The version of the OpenAPI document: 0.0.22
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -22,7 +22,7 @@ import ResourceActionExecution from '../model/ResourceActionExecution';
/**
* Jobs service.
* @module api/JobsApi
* @version 0.0.21
* @version 0.0.22
*/
export default class JobsApi {

Expand Down
4 changes: 2 additions & 2 deletions js-client/api/JsonApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Contaxy API
* Functionality to create and manage projects, services, jobs, and files.
*
* The version of the OpenAPI document: 0.0.21
* The version of the OpenAPI document: 0.0.22
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -19,7 +19,7 @@ import ProblemDetails from '../model/ProblemDetails';
/**
* Json service.
* @module api/JsonApi
* @version 0.0.21
* @version 0.0.22
*/
export default class JsonApi {

Expand Down
4 changes: 2 additions & 2 deletions js-client/api/ProjectsApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Contaxy API
* Functionality to create and manage projects, services, jobs, and files.
*
* The version of the OpenAPI document: 0.0.21
* The version of the OpenAPI document: 0.0.22
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -24,7 +24,7 @@ import UserPermission from '../model/UserPermission';
/**
* Projects service.
* @module api/ProjectsApi
* @version 0.0.21
* @version 0.0.22
*/
export default class ProjectsApi {

Expand Down
4 changes: 2 additions & 2 deletions js-client/api/ServicesApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Contaxy API
* Functionality to create and manage projects, services, jobs, and files.
*
* The version of the OpenAPI document: 0.0.21
* The version of the OpenAPI document: 0.0.22
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -23,7 +23,7 @@ import ServiceUpdate from '../model/ServiceUpdate';
/**
* Services service.
* @module api/ServicesApi
* @version 0.0.21
* @version 0.0.22
*/
export default class ServicesApi {

Expand Down
4 changes: 2 additions & 2 deletions js-client/api/SystemApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Contaxy API
* Functionality to create and manage projects, services, jobs, and files.
*
* The version of the OpenAPI document: 0.0.21
* The version of the OpenAPI document: 0.0.22
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -21,7 +21,7 @@ import SystemStatistics from '../model/SystemStatistics';
/**
* System service.
* @module api/SystemApi
* @version 0.0.21
* @version 0.0.22
*/
export default class SystemApi {

Expand Down
4 changes: 2 additions & 2 deletions js-client/api/UsersApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Contaxy API
* Functionality to create and manage projects, services, jobs, and files.
*
* The version of the OpenAPI document: 0.0.21
* The version of the OpenAPI document: 0.0.22
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -23,7 +23,7 @@ import UserRegistration from '../model/UserRegistration';
/**
* Users service.
* @module api/UsersApi
* @version 0.0.21
* @version 0.0.22
*/
export default class UsersApi {

Expand Down
4 changes: 2 additions & 2 deletions js-client/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Contaxy API
* Functionality to create and manage projects, services, jobs, and files.
*
* The version of the OpenAPI document: 0.0.21
* The version of the OpenAPI document: 0.0.22
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down Expand Up @@ -98,7 +98,7 @@ import UsersApi from './api/UsersApi';
* </pre>
* </p>
* @module index
* @version 0.0.21
* @version 0.0.22
*/
export {
/**
Expand Down
2 changes: 1 addition & 1 deletion js-client/model/AccessLevel.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Contaxy API
* Functionality to create and manage projects, services, jobs, and files.
*
* The version of the OpenAPI document: 0.0.21
* The version of the OpenAPI document: 0.0.22
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
4 changes: 2 additions & 2 deletions js-client/model/AccessToken.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Contaxy API
* Functionality to create and manage projects, services, jobs, and files.
*
* The version of the OpenAPI document: 0.0.21
* The version of the OpenAPI document: 0.0.22
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -17,7 +17,7 @@ import TokenType from './TokenType';
/**
* The AccessToken model module.
* @module model/AccessToken
* @version 0.0.21
* @version 0.0.22
*/
class AccessToken {
/**
Expand Down
4 changes: 2 additions & 2 deletions js-client/model/AllowedImageInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Contaxy API
* Functionality to create and manage projects, services, jobs, and files.
*
* The version of the OpenAPI document: 0.0.21
* The version of the OpenAPI document: 0.0.22
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The AllowedImageInfo model module.
* @module model/AllowedImageInfo
* @version 0.0.21
* @version 0.0.22
*/
class AllowedImageInfo {
/**
Expand Down
4 changes: 2 additions & 2 deletions js-client/model/ApiToken.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Contaxy API
* Functionality to create and manage projects, services, jobs, and files.
*
* The version of the OpenAPI document: 0.0.21
* The version of the OpenAPI document: 0.0.22
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -17,7 +17,7 @@ import TokenType from './TokenType';
/**
* The ApiToken model module.
* @module model/ApiToken
* @version 0.0.21
* @version 0.0.22
*/
class ApiToken {
/**
Expand Down
4 changes: 2 additions & 2 deletions js-client/model/AuthorizedAccess.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Contaxy API
* Functionality to create and manage projects, services, jobs, and files.
*
* The version of the OpenAPI document: 0.0.21
* The version of the OpenAPI document: 0.0.22
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -18,7 +18,7 @@ import AccessToken from './AccessToken';
/**
* The AuthorizedAccess model module.
* @module model/AuthorizedAccess
* @version 0.0.21
* @version 0.0.22
*/
class AuthorizedAccess {
/**
Expand Down
4 changes: 2 additions & 2 deletions js-client/model/BodyIntrospectToken.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Contaxy API
* Functionality to create and manage projects, services, jobs, and files.
*
* The version of the OpenAPI document: 0.0.21
* The version of the OpenAPI document: 0.0.22
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The BodyIntrospectToken model module.
* @module model/BodyIntrospectToken
* @version 0.0.21
* @version 0.0.22
*/
class BodyIntrospectToken {
/**
Expand Down
4 changes: 2 additions & 2 deletions js-client/model/BodyLoginUserSession.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Contaxy API
* Functionality to create and manage projects, services, jobs, and files.
*
* The version of the OpenAPI document: 0.0.21
* The version of the OpenAPI document: 0.0.22
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The BodyLoginUserSession model module.
* @module model/BodyLoginUserSession
* @version 0.0.21
* @version 0.0.22
*/
class BodyLoginUserSession {
/**
Expand Down
4 changes: 2 additions & 2 deletions js-client/model/BodyRegisterAdminUserSystemAdminPost.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Contaxy API
* Functionality to create and manage projects, services, jobs, and files.
*
* The version of the OpenAPI document: 0.0.21
* The version of the OpenAPI document: 0.0.22
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The BodyRegisterAdminUserSystemAdminPost model module.
* @module model/BodyRegisterAdminUserSystemAdminPost
* @version 0.0.21
* @version 0.0.22
*/
class BodyRegisterAdminUserSystemAdminPost {
/**
Expand Down
Loading

0 comments on commit ac5f823

Please sign in to comment.