-
Notifications
You must be signed in to change notification settings - Fork 89
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
feat: new rafiki release pipeline and nodejs bump to v20 #2510
Merged
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
e7add38
ci: update workflows
sabineschaller 3fc4b03
docs: update planning call -> community call
sabineschaller 89aba2d
docs: improve wording
sabineschaller f247c26
feat(workflows): change nodejs version to latest lts
golobitch 1810c67
feat(workflows): add new action for release and publish
golobitch 364b446
bump(nodejs): v20
golobitch a41f771
feat(workflows): release publish action add prerequisite for docker b…
golobitch 98303de
feat(workflows): update versions to work with node20
golobitch 883bd39
fix(workflows): docker multiplatform build and add open api validator…
golobitch b6c47e3
fix(workflows): add codeql analysis back
golobitch fe2b645
bump(renovate): constraint nodejs to lower than v21
golobitch f65cf4d
fix(workflow): token introspection openapi path
golobitch b21342f
fix(workflow): backend openapi path
golobitch 8ba73aa
fix(workflows): token introspection openapi specs path
golobitch 1938154
fix(workflows): auth openapi specs path
golobitch f982abf
fix(workflows): backend openapi specs path
golobitch 762ae43
feat(workflows): build multiple platforms only on release branch
golobitch 66c3398
fix(workflows): specify new job for doing a docker build for specific…
golobitch 0563b11
fix(workflows): use sha instead of refname
golobitch b02594f
fix(workflows): reorder mase steps
golobitch 5c8044f
chore(workflows): remove unnecessary workflows
golobitch 6649d92
fix(workflows): add missing integration test
golobitch aaf9d49
fix(workflows): add integration tests as prereqs for node build
golobitch File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should add this to the
needs
list for thenode-build
-> we should probably not run node-build if we fail integration tests.CC @BlairCurrey
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah I'd say so too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done