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

Fix UX issue for expired secrets (Ruby 3 branch) #304

Merged
merged 3 commits into from
Apr 6, 2024

Conversation

delano
Copy link
Collaborator

@delano delano commented Apr 6, 2024

Cherry picked from #303.
Resolves #276.

These hotfix changes were applied to rel/v0.12.0-ruby26 branch. That allowed them to be deployed directly to production (e.g. onetimesecret.com) without passing Go (Monopoly™️ rules). This PR brings them into the current develop branch for our upcoming release with Ruby 3 support.

Signed-off-by: delano <delano@onetimesecret.com>
Signed-off-by: delano <delano@onetimesecret.com>
@delano delano added improvement Issues or pull requests that involve improvements to the project. ux Related to user experience labels Apr 6, 2024
@delano delano self-assigned this Apr 6, 2024
@delano delano requested a review from van April 6, 2024 19:29
@delano delano marked this pull request as ready for review April 6, 2024 19:29
@van van bot added the Review effort [1-5]: 3 Pull requests that require a higher level of review effort. label Apr 6, 2024
Copy link

van bot commented Apr 6, 2024

PR Review

⏱️ Estimated effort to review [1-5]

3, because the PR involves changes to core business logic and UI templates. The logic change seems relatively small but may have potential impact. The UI template change is a significant overhaul requiring careful review.

🧪 Relevant tests

No question

🔍 Possible issues

No

🔒 Security concerns

No

lib/onetime/logic.rb Outdated Show resolved Hide resolved
Copy link
Collaborator

@van van left a comment

Choose a reason for hiding this comment

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

👍

lib/onetime/logic.rb Outdated Show resolved Hide resolved
@delano delano closed this Apr 6, 2024
@delano delano reopened this Apr 6, 2024
@delano delano merged commit 5097b23 into develop Apr 6, 2024
12 checks passed
@delano delano deleted the delano/276-ux-unknown-secret-develop branch April 6, 2024 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Issues or pull requests that involve improvements to the project. Review effort [1-5]: 3 Pull requests that require a higher level of review effort. ux Related to user experience
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Critical UX issue for inexperienced users
2 participants