Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: v0.22-dev #5041

Merged
merged 313 commits into from
Jul 5, 2024

chore: Active cycle muatation when current cycle creation when curren…

156f101
Select commit
Loading
Failed to load commit list.
Merged

release: v0.22-dev #5041

chore: Active cycle muatation when current cycle creation when curren…
156f101
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Jul 5, 2024 in 0s

41 new issues (0 max.) of at least minor severity.

Annotations

Check notice on line 231 in apiserver/plane/app/serializers/module.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

apiserver/plane/app/serializers/module.py#L231

line too long (189 > 159 characters) (E501)

Check notice on line 19 in apiserver/plane/app/urls/external.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

apiserver/plane/app/urls/external.py#L19

continuation line unaligned for hanging indent (E131)

Check notice on line 155 in apiserver/plane/app/views/__init__.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

apiserver/plane/app/views/__init__.py#L155

'.issue.bulk_operations.BulkIssueOperationsEndpoint' imported but unused (F401)

Check warning on line 81 in apiserver/plane/app/views/base.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

apiserver/plane/app/views/base.py#L81

Expression "print(e, traceback.format_exc()) if settings.DEBUG else print('Server Error')" is assigned to nothing

Check warning on line 22 in apiserver/plane/app/views/estimate/base.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

apiserver/plane/app/views/estimate/base.py#L22

Standard pseudo-random generators are not suitable for security/cryptographic purposes.

Check warning on line 162 in apiserver/plane/app/views/project/member.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

apiserver/plane/app/views/project/member.py#L162

Expression "[project_add_user_email.delay(project_member.id, request.user.id) for project_member in project_members]" is assigned to nothing

Check notice on line 2 in apiserver/plane/app/views/search/issue.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

apiserver/plane/app/views/search/issue.py#L2

're' imported but unused (F401)

Check warning on line 2 in apiserver/plane/app/views/search/issue.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

apiserver/plane/app/views/search/issue.py#L2

Unused import re

Check notice on line 13 in apiserver/plane/app/views/search/issue.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

apiserver/plane/app/views/search/issue.py#L13

'plane.db.models.Workspace' imported but unused (F401)

Check warning on line 81 in apiserver/plane/authentication/provider/oauth/gitlab.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

apiserver/plane/authentication/provider/oauth/gitlab.py#L81

Number of parameters was 2 in 'Adapter.set_token_data' and is now 1 in overriding 'GitLabOAuthProvider.set_token_data' method

Check warning on line 117 in apiserver/plane/authentication/provider/oauth/gitlab.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

apiserver/plane/authentication/provider/oauth/gitlab.py#L117

Number of parameters was 2 in 'OauthAdapter.set_user_data' and is now 1 in overriding 'GitLabOAuthProvider.set_user_data' method

Check notice on line 17 in apiserver/plane/authentication/views/__init__.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

apiserver/plane/authentication/views/__init__.py#L17

'.app.gitlab.GitLabCallbackEndpoint' imported but unused (F401)

Check notice on line 53 in apiserver/plane/db/models/__init__.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

apiserver/plane/db/models/__init__.py#L53

'.page.ProjectPage' imported but unused (F401)

Check notice on line 63 in apiserver/plane/db/models/__init__.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

apiserver/plane/db/models/__init__.py#L63

'.deploy_board.DeployBoard' imported but unused (F401)

Check warning on line 63 in apiserver/plane/db/models/__init__.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

apiserver/plane/db/models/__init__.py#L63

Reimport 'DeployBoard' (imported line 7)

Check notice on line 68 in apiserver/plane/db/models/__init__.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

apiserver/plane/db/models/__init__.py#L68

'.view.IssueView' imported but unused (F401)

Check notice on line 93 in packages/editor/src/core/helpers/insert-empty-paragraph-at-node-boundary.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

packages/editor/src/core/helpers/insert-empty-paragraph-at-node-boundary.ts#L93

Detected string concatenation with a non-literal variable in a util.format / console.log function.

Check notice on line 79 in packages/editor/src/styles/drag-drop.css

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

packages/editor/src/styles/drag-drop.css#L79

(selector) => `Expected class selector "${selector}" to be kebab-case`

Check notice on line 84 in packages/editor/src/styles/drag-drop.css

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

packages/editor/src/styles/drag-drop.css#L84

(selector) => `Expected class selector "${selector}" to be kebab-case`

Check notice on line 94 in packages/editor/src/styles/drag-drop.css

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

packages/editor/src/styles/drag-drop.css#L94

(selector) => `Expected class selector "${selector}" to be kebab-case`

Check notice on line 3 in packages/ui/src/dropdown/Readme.md

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

packages/ui/src/dropdown/Readme.md#L3

Expected: 1; Actual: 0; Below

Check notice on line 17 in packages/ui/src/dropdown/Readme.md

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

packages/ui/src/dropdown/Readme.md#L17

Lists should be surrounded by blank lines

Check notice on line 23 in packages/ui/src/dropdown/Readme.md

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

packages/ui/src/dropdown/Readme.md#L23

Expected: 1; Actual: 0; Below

Check notice on line 24 in packages/ui/src/dropdown/Readme.md

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

packages/ui/src/dropdown/Readme.md#L24

Lists should be surrounded by blank lines

Check notice on line 32 in packages/ui/src/dropdown/Readme.md

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

packages/ui/src/dropdown/Readme.md#L32

Expected: 1; Actual: 0; Below