-
Notifications
You must be signed in to change notification settings - Fork 21
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(run): not return minio error in list pipeline run #744
Merged
joremysh
merged 2 commits into
main
from
jeremy/ins-6535-cant-view-the-run-logging-on-the-last-page
Oct 16, 2024
Merged
fix(run): not return minio error in list pipeline run #744
joremysh
merged 2 commits into
main
from
jeremy/ins-6535-cant-view-the-run-logging-on-the-last-page
Oct 16, 2024
Conversation
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
joremysh
requested review from
donch1989,
pinglin,
xiaofei-du and
jvallesm
as code owners
October 16, 2024 01:48
joremysh
force-pushed
the
jeremy/ins-6535-cant-view-the-run-logging-on-the-last-page
branch
from
October 16, 2024 02:44
5fa3a3e
to
15d8783
Compare
jvallesm
reviewed
Oct 16, 2024
jvallesm
approved these changes
Oct 16, 2024
joremysh
deleted the
jeremy/ins-6535-cant-view-the-run-logging-on-the-last-page
branch
October 16, 2024 07:31
donch1989
pushed a commit
that referenced
this pull request
Oct 22, 2024
🤖 I have created a release *beep* *boop* --- ## [0.44.0-beta](v0.43.2-beta...v0.44.0-beta) (2024-10-22) ### Features * **collection:** add concat ([#748](#748)) ([04d1467](04d1467)) * **compogen:** improve Title Case capitalization ([#757](#757)) ([f956ead](f956ead)) * **component:** update documentation URL to component ID ([#749](#749)) ([d4083c2](d4083c2)) * **instillmodel:** implement instill model embedding ([#727](#727)) ([17d88bc](17d88bc)) * **run:** run logging data list by requester API ([#730](#730)) ([e1e844b](e1e844b)) * **slack:** enable OAuth 2.0 integration ([#758](#758)) ([8043dc5](8043dc5)) * standardize the tag naming convention ([#767](#767)) ([fd0500f](fd0500f)) * **web:** refactor web operator ([#753](#753)) ([700805f](700805f)) ### Bug Fixes * **groq:** use credential-supported model in example ([#752](#752)) ([fc90435](fc90435)) * **run:** not return minio error in list pipeline run ([#744](#744)) ([4d0afa1](4d0afa1)) * **whatsapp:** fix dir name ([#763](#763)) ([029aef9](029aef9)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
jvallesm
pushed a commit
that referenced
this pull request
Oct 29, 2024
🤖 I have created a release *beep* *boop* --- ## [0.44.0-beta](v0.43.2-beta...v0.44.0-beta) (2024-10-22) ### Features * **collection:** add concat ([#748](#748)) ([04d1467](04d1467)) * **compogen:** improve Title Case capitalization ([#757](#757)) ([f956ead](f956ead)) * **component:** update documentation URL to component ID ([#749](#749)) ([d4083c2](d4083c2)) * **instillmodel:** implement instill model embedding ([#727](#727)) ([17d88bc](17d88bc)) * **run:** run logging data list by requester API ([#730](#730)) ([e1e844b](e1e844b)) * **slack:** enable OAuth 2.0 integration ([#758](#758)) ([8043dc5](8043dc5)) * standardize the tag naming convention ([#767](#767)) ([fd0500f](fd0500f)) * **web:** refactor web operator ([#753](#753)) ([700805f](700805f)) ### Bug Fixes * **groq:** use credential-supported model in example ([#752](#752)) ([fc90435](fc90435)) * **run:** not return minio error in list pipeline run ([#744](#744)) ([4d0afa1](4d0afa1)) * **whatsapp:** fix dir name ([#763](#763)) ([029aef9](029aef9)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Because
This commit