-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Add v3.18 to TestPackageAlpine #24972
Conversation
Can you explain what this test does with these alpine versions? |
This test verifies the ability to push a package for the specified version of Alpine, checks the correctness of filling in all the data, and performs package removal. This test verifies the ability to push a package for the specified version of Alpine, checks the correctness of filling in all the data, and performs package removal. Alpine 3.18 is a last one stable version. Currently, Gitea is using Alpine version 3.18, so it is valid to also test it accordingly. |
* upstream/main: Remove unnecessary content on docs (go-gitea#24976) Upgrade snap to node 20 (go-gitea#24990) Display file mode for new file and file mode changes (go-gitea#24966) Enable `vue/html-closing-bracket-spacing` eslint rule (go-gitea#24987) Fix repo level project - edit column (go-gitea#24982) Add v3.18 to TestPackageAlpine (go-gitea#24972) Fix admin config page error, use tests to cover the admin config and 500 error page (go-gitea#24965) Improve dropdown menus, remove inline styles (go-gitea#24954) Unify doc links to use paths relative to doc folder (go-gitea#24979) Rework button coloring, add focus and active colors (go-gitea#24507) Add PDF rendering via PDFObject (go-gitea#24086) Hide 'Mirror Settings' when unneeded, improve hints (go-gitea#24433) Consolidate the two review boxes into one (go-gitea#24738) API endpoint for changing/creating/deleting multiple files (go-gitea#24887) Repo list improvements, fix bold helper classes (go-gitea#24935) Add step start time to `ViewStepLog` (go-gitea#24980) Update from-binary.en-us.md (go-gitea#24975)
This PR is useless. The different versions in the test are only needed to... test different versions. The name could be |
Okay, let's keep that in mind and not accept any further updates to that list. |
Got it @KN4CK3R. Thank you for explanation. |
Add Alpine 3.18 to TestPackageAlpine