-
Notifications
You must be signed in to change notification settings - Fork 535
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: Exclude draft Releases in Github Release Extractor #8224
Closed
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
…pache#7559) * adding pull_request_id index to pull_request_commits/comments tables * change the pull_request_commits primary key columns order * adding Apache license header * only run for mysql * adding support for postgres --------- Co-authored-by: Josip Stojak <[email protected]>
Co-authored-by: Josip Stojak <[email protected]>
* feat: gerrit python plugin Signed-off-by: Ji Bin <[email protected]> * feat: gerrit plugin support incremental sync Signed-off-by: Ji Bin <[email protected]> --------- Signed-off-by: Ji Bin <[email protected]> Co-authored-by: Lynwee <[email protected]>
…he#7599) * hudson.maven.MavenModuleSet is now treated as a scope * refactor: scope is now the default --------- Co-authored-by: Josip Stojak <[email protected]>
* fix: pr reviewers and assignees script version error * fix: adapt pg test
* fix: git extractor commit rawdataorigin is empty * fix: remove debugging print
…lt (apache#7660) * fix(gitextractor): update database store, set it incremental by default * fix(gitextractor): add `SetIncrementalMode` to store * style(gitextractor): fix ci errors
* refactor(framework): add some logs and dispart `Init` from `CreateAndRunApiServer` * refactor(framework): update initial steps
Co-authored-by: Startrekzky <[email protected]>
Co-authored-by: Startrekzky <[email protected]>
Co-authored-by: Startrekzky <[email protected]>
…che#8055) (apache#8069) * feat: check pipelines' tokens before executing/creating pipeline (apache#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 (apache#8099) * Dev 1 (apache#8100) * feat(project): add token check result in project check API * feat(project): update token check API response * Dev 1 (apache#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 (apache#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 <[email protected]>
Co-authored-by: Startrekzky <[email protected]>
* feat(sonarcloud): add org to the connections table * feat: add sonarqube cloud connection config * fix: sonarcloud now working * fix: linting * fix: copywriting for sonarqube cloud * feat: added cq_issue_impacts table * fix: unit test * fix: adjust sonarqube cloud config * feat: add sonarcloud dashboard (apache#8140) Co-authored-by: Startrekzky <[email protected]> --------- Co-authored-by: mintsweet <[email protected]> Co-authored-by: Louis.z <[email protected]> Co-authored-by: Startrekzky <[email protected]>
…th $__timeFilter(date) (apache#8147) Co-authored-by: Volodymyr Shulga <[email protected]>
* feat(api_collector_stateful): handle case were response has records from both before & after createdAfter of last collection * feat(circleci-plugin): incremental collection for pipelines * feat(api_collector_stateful): expose Input collector arg for StatefulFinalizableEntity to collect data based on previous collection * feat(circleci-plugin): incremental data collection for workflows * feat(circleci-plugin): incremental data collection for jobs * refactor(circleci-plugin): use common query param function * refactor(circleci-plugin): use BuildQueryParamsWithPageToken func when collecting unfinished job details
…8136) * feat: generating new github access token to every gitextractor task Signed-off-by: Caio Queiroz <[email protected]> * feat: using DynamicGitUrl interface to implement the git url logic * refactor: remove unused code * fix: unit test * fix: lint --------- Signed-off-by: Caio Queiroz <[email protected]>
…e#8152) [Refactor][core]Data inflation when using postgres apache#8142
- add env SKIP_SUBTASK_PROGRESS to decide wether skip subtask progress updating to db
* feat(tapd): add more log when converting unicode * feat(tapd): ignore errors when converting unicode fails
* bug: add missing migration script to register.go * bug: add missing migration script to register.go - increaseProjectKeyLength * bug: rename script column name * increasing id instead of project_key --------- Co-authored-by: Josip Stojak <[email protected]>
* feat: collect Zentao Story-Repo-Commit from DB * feat: collect Zentao bug and task related repo commits from DB
…mand (apache#8194) The go-dep make command was missing a version prefix, causing a dependency resolution issue. This change fixes the command to use the correct version prefix.
…e#8209) * fix(opsgenie): add AssigneeId and AssigneeName to domain issue * style(opsgenie): remove blank lines
…8203) * feat(webhooks): add by-name methods to connection helper * feat(webhooks): add connection endpoints by name * feat(webhooks): add post deployment endpoint by name * feat(webhooks): add issue endpoints by name
…difficulty of setup (apache#8193) * feat: add devcontainer tool * fix: file format * fix: config-ui not connect to devlake * fix: add apache license
Draft releases lead to a bug described in GH Issue apache#8148
dosubot
bot
added
size:XL
This PR changes 500-999 lines, ignoring generated files.
pr-type/bug-fix
This PR fixes a bug
labels
Nov 27, 2024
Didn't mean to include all new commits from main :D |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
pr-type/bug-fix
This PR fixes a bug
size:XL
This PR changes 500-999 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.
Summary
Exclude Draft Releases in ReleaseExtractor to avoid bug due to malformed PublishedAt field.
Does this close any open issues?
Closes #8148