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

Adds some missing services to Storages along with logging. #16748

Merged
merged 5 commits into from
Sep 25, 2024

Conversation

mereghost
Copy link
Contributor

@mereghost mereghost commented Sep 18, 2024

These are the last steps on the Logging and Error Message Improvements on Storages. Of course there's always space for improvements, but all the major issue causing steps are covered.

This PR also does some cleanup over our code.

Related WP: OP#56354

@mereghost mereghost force-pushed the impl/add-storage-missing-services branch from 27d273a to 3214cd7 Compare September 18, 2024 11:03
@@ -18,8 +18,8 @@
<% header.with_description(test_selector: 'storage-new-page-header--description') do %>
<%=
t("storages.instructions.new_storage",
provider_link: ::OpenProject::Static::Links[:storage_docs][:"#{@storage.short_provider_type}_setup"][:href].html_safe,
provider_name: I18n.t("storages.provider_types.#{@storage.short_provider_type}.name")
provider_link: ::OpenProject::Static::Links[:storage_docs][:"#{@storage}_setup"][:href].html_safe,

Check notice

Code scanning / Brakeman

Unescaped model attribute. Note

Unescaped model attribute.
@mereghost mereghost self-assigned this Sep 18, 2024
@mereghost mereghost requested review from apfohl, ba1ash and a team September 18, 2024 15:23
@mereghost mereghost marked this pull request as ready for review September 18, 2024 15:23
Copy link
Member

@Kharonus Kharonus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

very nice... LGTM

@Kharonus Kharonus merged commit 063b652 into dev Sep 25, 2024
11 checks passed
@Kharonus Kharonus deleted the impl/add-storage-missing-services branch September 25, 2024 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants