-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #329 from MerginMaps/build-2024.7.0
Release 2024.7.0
- Loading branch information
Showing
353 changed files
with
5,157 additions
and
19,066 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,6 @@ | |
|
||
from .files import ( | ||
File, | ||
UploadFile, | ||
UploadChanges, | ||
ChangesSchema, | ||
ProjectFile, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -183,20 +183,13 @@ paths: | |
- $ref: "#/components/parameters/Page" | ||
- $ref: "#/components/parameters/PerPage" | ||
- $ref: "#/components/parameters/OrderParams" | ||
- name: name | ||
- name: like | ||
in: query | ||
description: Filter projects by name with ilike pattern | ||
description: Filter projects by name or workspace name with ilike pattern | ||
required: false | ||
schema: | ||
type: string | ||
example: survey | ||
- name: workspace | ||
in: query | ||
description: Filter projects by workspace with ilike pattern | ||
required: false | ||
schema: | ||
type: string | ||
example: my-workspace | ||
responses: | ||
"200": | ||
description: List of projects | ||
|
@@ -209,7 +202,7 @@ paths: | |
type: integer | ||
description: Total number of all projects | ||
example: 20 | ||
projects: | ||
items: | ||
type: array | ||
items: | ||
$ref: "#/components/schemas/ProjectListItem" | ||
|
@@ -292,7 +285,7 @@ paths: | |
id: | ||
type: string | ||
format: uuid | ||
example: 'd4ecda97-0595-40af-892c-e7522de70bd2' | ||
example: "d4ecda97-0595-40af-892c-e7522de70bd2" | ||
name: | ||
type: string | ||
example: survey | ||
|
@@ -460,7 +453,7 @@ components: | |
- detail | ||
UsersLimitHit: | ||
allOf: | ||
- $ref: '#/components/schemas/CustomError' | ||
- $ref: "#/components/schemas/CustomError" | ||
type: object | ||
properties: | ||
rejected_emails: | ||
|
@@ -473,7 +466,7 @@ components: | |
example: | ||
code: UsersLimitHit | ||
detail: Maximum number of people in this workspace is reached. Please upgrade your subscription to add more people (UsersLimitHit) | ||
rejected_emails: [ [email protected] ] | ||
rejected_emails: [[email protected]] | ||
users_quota: 6 | ||
ProjectAccessRequestList: | ||
type: array | ||
|
@@ -488,7 +481,7 @@ components: | |
project_id: | ||
type: string | ||
format: uuid | ||
example: 'd4ecda97-0595-40af-892c-e7522de70bd2' | ||
example: "d4ecda97-0595-40af-892c-e7522de70bd2" | ||
project_name: | ||
type: string | ||
example: survey | ||
|
@@ -619,25 +612,25 @@ components: | |
nullable: false | ||
items: | ||
type: string | ||
example: [ john.doe ] | ||
example: [john.doe] | ||
writersnames: | ||
type: array | ||
nullable: false | ||
items: | ||
type: string | ||
example: [ john.doe ] | ||
example: [john.doe] | ||
editorsnames: | ||
type: array | ||
nullable: false | ||
items: | ||
type: string | ||
example: [ john.doe ] | ||
example: [john.doe] | ||
readersnames: | ||
nullable: false | ||
type: array | ||
items: | ||
type: string | ||
example: [ john.doe ] | ||
example: [john.doe] | ||
public: | ||
type: boolean | ||
example: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.