-
Notifications
You must be signed in to change notification settings - Fork 556
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: check pipelines' tokens before executing/creating pipeline #8055
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
mintsweet
pushed a commit
that referenced
this pull request
Sep 26, 2024
* feat(pipeline): check pipelines' tokens before executing/creating pipeline * fix(framework): fix lint errors * fix(framework): fix lint errors * feat(github): check multi tokens when creating pipelines
mintsweet
pushed a commit
that referenced
this pull request
Sep 29, 2024
* feat(pipeline): check pipelines' tokens before executing/creating pipeline * fix(framework): fix lint errors * fix(framework): fix lint errors * feat(github): check multi tokens when creating pipelines
mintsweet
added a commit
that referenced
this pull request
Sep 30, 2024
…) (#8069) * feat: check pipelines' tokens before executing/creating pipeline (#8055) * feat(pipeline): check pipelines' tokens before executing/creating pipeline * fix(framework): fix lint errors * fix(framework): fix lint errors * feat(github): check multi tokens when creating pipelines * feat(project): add token check result in project check API (#8099) * Dev 1 (#8100) * feat(project): add token check result in project check API * feat(project): update token check API response * Dev 1 (#8101) * feat(project): add token check result in project check API * feat(project): update token check API response * fix(project): fix api doc * fix(project): update project check api doc * fix(project): update check project api doc * feat: add connection token check before collect data * feat(blueprint): add new api to check connection tokens (#8102) * fix: adjust the api for connections token check * feat: add a component connection-form-modal * feat: add a component connection-name * fix: show connection form modal when connection token check failed * refactor: improve the component connection-name * fix: error check connection token failed list * refactor: extract the function in the panel to bp detail * fix: not call onCancel function when updating connection * fix: search local items error --------- Co-authored-by: mintsweet <0x1304570@gmail.com>
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
component/plugins
This issue or PR relates to plugins
pr-type/feature-development
This PR is to develop a new feature
size:L
This PR changes 100-499 lines, ignoring generated files.
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.
pr-type/bug-fix
,pr-type/feature-development
, etc.Summary
What does this PR do?
Does this close any open issues?
Related #8017
Screenshots
Include any relevant screenshots here.
Github
Collect data with wrong token
restransform can be executed successfully
Collect Data In Full Refresh Mode
Other Information
Any other information that is important to this PR.