Skip to content

[#55960] Add the enabled in projects tab in storage edit view #167

[#55960] Add the enabled in projects tab in storage edit view

[#55960] Add the enabled in projects tab in storage edit view #167

Triggered via pull request July 2, 2024 11:05
Status Success
Total duration 45s
Artifacts

openapi.yaml

on: pull_request
APIv3 specification (OpenAPI 3.0)
36s
APIv3 specification (OpenAPI 3.0)
Fit to window
Zoom out
Zoom in

Annotations

2 warnings and 3 notices
APIv3 specification (OpenAPI 3.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
APIv3 specification (OpenAPI 3.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
[rubocop] lib/tasks/packager.rake#L66 <Style/FetchEnvVar>: lib/tasks/packager.rake#L66
Use `ENV.fetch("SERVER_HOSTNAME")` or `ENV.fetch("SERVER_HOSTNAME", nil)` instead of `ENV["SERVER_HOSTNAME"]`.