-
Notifications
You must be signed in to change notification settings - Fork 534
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(framework): update trigger api's request body schema #7888
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
dosubot
bot
added
the
size:M
This PR changes 30-99 lines, ignoring generated files.
label
Aug 13, 2024
d4x1
added
needs-cherrypick-v1.0
and removed
size:M
This PR changes 30-99 lines, ignoring generated files.
labels
Aug 13, 2024
dosubot
bot
added
the
size:M
This PR changes 30-99 lines, ignoring generated files.
label
Aug 13, 2024
d4x1
added
pr-type/bug-fix
This PR fixes a bug
and removed
size:M
This PR changes 30-99 lines, ignoring generated files.
labels
Aug 13, 2024
dosubot
bot
added
the
component/framework
This issue or PR relates to the framework
label
Aug 13, 2024
dosubot
bot
added
the
size:M
This PR changes 30-99 lines, ignoring generated files.
label
Aug 13, 2024
abeizn
approved these changes
Aug 13, 2024
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.
lgtm
klesh
approved these changes
Aug 13, 2024
github-actions bot
pushed a commit
that referenced
this pull request
Aug 13, 2024
* fix(framework): update trigger api's request body schema * fix(framework): fix test errors * fix(framework): fix test errors
🤖 Target: #release-v1.0 cherry pick finished successfully 🎉! |
github-actions
bot
added
the
bot/auto-cherry-pick-completed
auto cherry pick completed
label
Aug 13, 2024
d4x1
added a commit
that referenced
this pull request
Aug 13, 2024
klesh
pushed a commit
that referenced
this pull request
Aug 14, 2024
* fix(framework): update trigger api's request body schema * fix(framework): fix test errors * fix(framework): fix test errors
d4x1
added a commit
that referenced
this pull request
Aug 14, 2024
* refactor: remove extraction logic from github graphql collector * fix: pull requests not being updated * refactor: update github job extractor for single record structure * refactor: update github issue extractor to extract single record * refactor: update github deployment extractor to extract single records * refactor: update github account/release extractor to adopt single record extraction * docs: add comments * fix: github issues not being updated * fix: gitub deployment unit test * fix: change jira issue component field to text type * fix: column type should not be parameterized * fix: #7852 sonarqube issues component field data too long * fix: change issue.components to text to avoid data too long error * docs: fix jira issues component tag * fix: change bitbucket issue components field to text * fix: change gitee issue components field to text * fix: change github issue components field to text * fix: change gitlab issue components field to text * fix: #7715 Data too long for column 'project_key' * fix(framework): update trigger api's request body schema (#7888) * fix(framework): update trigger api's request body schema * fix(framework): fix test errors * fix(framework): fix test errors * test(jira): add e2e test for custom account field in issues (#7894) * fix: github graphql collectors are not refetching data in incremental mode (#7878) * refactor: remove extraction logic from github graphql collector * fix: pull requests not being updated * refactor: update github job extractor for single record structure * refactor: update github issue extractor to extract single record * refactor: update github deployment extractor to extract single records * refactor: update github account/release extractor to adopt single record extraction * docs: add comments * fix: github issues not being updated * fix: gitub deployment unit test * fix: github graphql issue collector should order records by CREATED_AT to avoid data missing * fix: linting --------- Co-authored-by: Lynwee <1507509064@qq.com>
github-actions bot
pushed a commit
that referenced
this pull request
Aug 14, 2024
* refactor: remove extraction logic from github graphql collector * fix: pull requests not being updated * refactor: update github job extractor for single record structure * refactor: update github issue extractor to extract single record * refactor: update github deployment extractor to extract single records * refactor: update github account/release extractor to adopt single record extraction * docs: add comments * fix: github issues not being updated * fix: gitub deployment unit test * fix: change jira issue component field to text type * fix: column type should not be parameterized * fix: #7852 sonarqube issues component field data too long * fix: change issue.components to text to avoid data too long error * docs: fix jira issues component tag * fix: change bitbucket issue components field to text * fix: change gitee issue components field to text * fix: change github issue components field to text * fix: change gitlab issue components field to text * fix: #7715 Data too long for column 'project_key' * fix(framework): update trigger api's request body schema (#7888) * fix(framework): update trigger api's request body schema * fix(framework): fix test errors * fix(framework): fix test errors * test(jira): add e2e test for custom account field in issues (#7894) * fix: github graphql collectors are not refetching data in incremental mode (#7878) * refactor: remove extraction logic from github graphql collector * fix: pull requests not being updated * refactor: update github job extractor for single record structure * refactor: update github issue extractor to extract single record * refactor: update github deployment extractor to extract single records * refactor: update github account/release extractor to adopt single record extraction * docs: add comments * fix: github issues not being updated * fix: gitub deployment unit test * fix: github graphql issue collector should order records by CREATED_AT to avoid data missing * fix: linting --------- Co-authored-by: Lynwee <1507509064@qq.com>
d4x1
added a commit
that referenced
this pull request
Aug 14, 2024
…) (#7898) * refactor: remove extraction logic from github graphql collector * fix: pull requests not being updated * refactor: update github job extractor for single record structure * refactor: update github issue extractor to extract single record * refactor: update github deployment extractor to extract single records * refactor: update github account/release extractor to adopt single record extraction * docs: add comments * fix: github issues not being updated * fix: gitub deployment unit test * fix: change jira issue component field to text type * fix: column type should not be parameterized * fix: #7852 sonarqube issues component field data too long * fix: change issue.components to text to avoid data too long error * docs: fix jira issues component tag * fix: change bitbucket issue components field to text * fix: change gitee issue components field to text * fix: change github issue components field to text * fix: change gitlab issue components field to text * fix: #7715 Data too long for column 'project_key' * fix(framework): update trigger api's request body schema (#7888) * fix(framework): update trigger api's request body schema * fix(framework): fix test errors * fix(framework): fix test errors * test(jira): add e2e test for custom account field in issues (#7894) * fix: github graphql collectors are not refetching data in incremental mode (#7878) * refactor: remove extraction logic from github graphql collector * fix: pull requests not being updated * refactor: update github job extractor for single record structure * refactor: update github issue extractor to extract single record * refactor: update github deployment extractor to extract single records * refactor: update github account/release extractor to adopt single record extraction * docs: add comments * fix: github issues not being updated * fix: gitub deployment unit test * fix: github graphql issue collector should order records by CREATED_AT to avoid data missing * fix: linting --------- Co-authored-by: Klesh Wong <zhenmian.huang@merico.dev> Co-authored-by: Lynwee <1507509064@qq.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bot/auto-cherry-pick-completed
auto cherry pick completed
component/framework
This issue or PR relates to the framework
lgtm
This PR has been approved by a maintainer
needs-cherrypick-v1.0
pr-type/bug-fix
This PR fixes a bug
size:M
This PR changes 30-99 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?
Update trigger api's request body schema, remove
skipOnFail
andtimeAfter
.Does this close any open issues?
Closes #7886
Screenshots
Include any relevant screenshots here.
Other Information
Any other information that is important to this PR.