Issue #13: create process to upload metadata for trusted users #56
workflows.yml
on: pull_request
workflow-lint-test-python
/
lint-test
13s
bytebase-sql-review
/
SQL Review
3s
workflow-markdown-check
/
markdown-check
24s
workflow-repo-standards-validation
/
validate-name
33s
workflow-yaml-check
/
yaml-lint-check
11s
Annotations
25 errors and 8 warnings
Syntax error (201):
datastore/db/bytebase/nachet-tables##fsdh##20240402195530##ddl.sql#L6
syntax error at or near "updated_at"
Doc: https://www.bytebase.com/docs/reference/error-code/advisor#201
|
bytebase-sql-review / SQL Review
Process completed with exit code 1.
|
workflow-yaml-check / yaml-lint-check:
picture-mockData.yaml#L1
1:10 [trailing-spaces] trailing spaces
|
workflow-yaml-check / yaml-lint-check:
picture-mockData.yaml#L4
4:11 [new-line-at-end-of-file] no new line character at the end of file
|
workflow-yaml-check / yaml-lint-check
Process completed with exit code 1.
|
Ruff (E722):
datastore/__init__.py#L45
datastore/__init__.py:45:5: E722 Do not use bare `except`
|
Ruff (F401):
datastore/bin/deployment_mass_import.py#L1
datastore/bin/deployment_mass_import.py:1:22: F401 `datetime.date` imported but unused
|
Ruff (F401):
datastore/bin/deployment_mass_import.py#L3
datastore/bin/deployment_mass_import.py:3:8: F401 `json` imported but unused
|
Ruff (F401):
datastore/bin/deployment_mass_import.py#L8
datastore/bin/deployment_mass_import.py:8:24: F401 `datastore.db` imported but unused
|
Ruff (F402):
datastore/bin/download_container.py#L33
datastore/bin/download_container.py:33:15: F402 Import `blob` from line 15 shadowed by loop variable
|
Ruff (F841):
datastore/bin/download_container.py#L45
datastore/bin/download_container.py:45:17: F841 Local variable `nb_downloaded_files` is assigned to but never used
|
Ruff (E722):
datastore/bin/download_container.py#L46
datastore/bin/download_container.py:46:5: E722 Do not use bare `except`
|
Ruff (E722):
datastore/bin/upload_picture_set.py#L58
datastore/bin/upload_picture_set.py:58:5: E722 Do not use bare `except`
|
Ruff (F401):
datastore/blob/azure_storage_api.py#L2
datastore/blob/azure_storage_api.py:2:8: F401 `uuid` imported but unused
|
Ruff (F841):
datastore/blob/azure_storage_api.py#L92
datastore/blob/azure_storage_api.py:92:28: F841 Local variable `error` is assigned to but never used
|
Trailing spaces:
doc/bytebase-doc.md#L12
doc/bytebase-doc.md:12:4 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1] https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md009.md
|
Files should end with a single newline character:
doc/bytebase-doc.md#L12
doc/bytebase-doc.md:12:4 MD047/single-trailing-newline Files should end with a single newline character https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md047.md
|
Headings should be surrounded by blank lines:
doc/deployment-mass-import.md#L3
doc/deployment-mass-import.md:3 MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "## Contexte"] https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md022.md
|
Headings should be surrounded by blank lines:
doc/deployment-mass-import.md#L7
doc/deployment-mass-import.md:7 MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "## Prerequisites"] https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md022.md
|
Lists should be surrounded by blank lines:
doc/deployment-mass-import.md#L8
doc/deployment-mass-import.md:8 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- The folder path must be acce..."] https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md032.md
|
Trailing spaces:
doc/deployment-mass-import.md#L44
doc/deployment-mass-import.md:44:4 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1] https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md009.md
|
Multiple consecutive blank lines:
doc/metadata-doc.md#L3
doc/metadata-doc.md:3 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2] https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md012.md
|
Trailing spaces:
doc/metadata-doc.md#L10
doc/metadata-doc.md:10:11 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1] https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md009.md
|
Fenced code blocks should be surrounded by blank lines:
doc/metadata-doc.md#L11
doc/metadata-doc.md:11 MD031/blanks-around-fences Fenced code blocks should be surrounded by blank lines [Context: "``` mermaid"] https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md031.md
|
Trailing spaces:
doc/metadata-doc.md#L32
doc/metadata-doc.md:32:4 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1] https://github.com/DavidAnson/markdownlint/blob/v0.32.1/doc/md009.md
|
workflow-yaml-check / yaml-lint-check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: lots0logs/gh-action-get-changed-files@2.2.2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
workflow-yaml-check / yaml-lint-check:
picture-mockData.yaml#L1
1:1 [document-start] missing document start "---"
|
workflow-yaml-check / yaml-lint-check
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
workflow-lint-test-python / lint-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
workflow-markdown-check / markdown-check
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
workflow-markdown-check / markdown-check
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
workflow-repo-standards-validation / validate-name
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/github-script@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
workflow-repo-standards-validation / validate-name
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/github-script@v5. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|