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

[23.1] Fix webhook release note seen pin #16446

Merged
merged 1 commit into from Jul 24, 2023

Conversation

dannon
Copy link
Member

@dannon dannon commented Jul 24, 2023

Fixes #16375

How to test the changes?

(Select all options that apply)

  • I've included appropriate automated tests.
  • This is a refactoring of components with existing test coverage.
  • Instructions for manual testing are as follows:
    1. [add testing steps and prerequisites here if you didn't write automated tests covering all your changes]

License

  • I agree to license these and all my past contributions to the core galaxy codebase under the MIT license.

@dannon dannon marked this pull request as ready for review July 24, 2023 13:48
// If we're at a deployed release candidate, just mark it seen and show
// the previous notes if someone clicks the link. RC notes won't exist.
if (Galaxy.config.version_minor.startsWith("rc")) {
// If we, for whatever reason, need to do this again just add
Copy link
Member

Choose a reason for hiding this comment

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

I guess we should have broken this down into major, minor, micro and suffix, or just return the complete version ... whatever is going to replace the webhook is likely also going to have to deal with this ?

Copy link
Member Author

Choose a reason for hiding this comment

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

So moving forward I expect it'll just be an explicit helper script or a button in the admin notifications UI to 'send release notification' that an admin will be able to get hands on and customize prior to sending.

@github-actions github-actions bot added this to the 23.2 milestone Jul 24, 2023
@dannon dannon merged commit 232f946 into galaxyproject:release_23.1 Jul 24, 2023
33 of 35 checks passed
@itisAliRH itisAliRH deleted the fix-release-note-seen-pin branch July 25, 2023 02:25
@nsoranzo nsoranzo modified the milestones: 23.2, 23.1 Jul 25, 2023
@galaxyproject galaxyproject deleted a comment from github-actions bot Jul 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants