Skip to content
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

Rename the router file name #8184

Open
wants to merge 217 commits into
base: main
Choose a base branch
from
Open

Rename the router file name #8184

wants to merge 217 commits into from

Conversation

anwesh-b
Copy link

@anwesh-b anwesh-b commented Nov 6, 2024

  • I have read through the Contributing Documentation.
  • I have added relevant tests.
  • I have added relevant documentation.
  • I will add labels to the PR, such as pr-type/bug-fix, pr-type/feature-development, etc.

Summary

Update the filename for router

Does this close any open issues?

No

sstojak1 and others added 30 commits June 14, 2024 17:26
…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 <Josip.Stojak@infobip.com>
Co-authored-by: Josip Stojak <Josip.Stojak@infobip.com>
* feat: gerrit python plugin

Signed-off-by: Ji Bin <matrixji@live.com>

* feat: gerrit plugin support incremental sync

Signed-off-by: Ji Bin <matrixji@live.com>

---------

Signed-off-by: Ji Bin <matrixji@live.com>
Co-authored-by: Lynwee <linwei.hou@merico.dev>
…he#7599)

* hudson.maven.MavenModuleSet is now treated as a scope

* refactor: scope is now the default

---------

Co-authored-by: Josip Stojak <Josip.Stojak@infobip.com>
* 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 <kaiyun.zhang@merico.dev>
Co-authored-by: Startrekzky <kaiyun.zhang@merico.dev>
Co-authored-by: Startrekzky <kaiyun.zhang@merico.dev>
colinfrei and others added 27 commits September 25, 2024 18:50
* Fix missing link

* add actual link
…opes (apache#8104)

* feat: improve performance of the listing-scope-config-projects-and-scopes

* fix: linting
* feat: github/graphql dora config and adjust regex function (apache#8026)

* feat: adjust the part of github scope config cicd

* fix: github dora config api (apache#8032)

* feat: jenkins dora config (apache#8033)

* feat: circleci dora config (apache#8038)

* feat: bitbucket dora config (apache#8043)

* fix: check match items cannot iterable

* fix: some style for github transformation cicd

* feat: bamboo dora config (apache#8045)

* feat: gitlab dora config + bamboo fix (apache#8047)

* fix: adjust the return value for api

* feat: adjust the github transformation cicd style

* feat: regex match nil value (apache#8051)

* fix: check match items total

* fix: useCustom just defined onece

* chore: upgrade antd and @ant-design/icons

* fix: check match items total logic error

* feat: add github workflow run guideline

* fix: return values (apache#8052)

* feat: azure dora config (apache#8053)

* fix: prod match when is nil (apache#8056)

* fix: some bugs for dora config

* fix: adjust the deploymentPattern and productionPattern default value

* feat: add a new component ShowMore

* refactor: use ShowMore component in github transformation

* feat: imporve the jenkins transformation cicd configuration

* feat: imporve the gitlab transformation cicd configuration

* feat: improve the bitbucket transformation cicd configuration

* feat: improve the azuredevops transformation cicd configuration

* feat: improve the circleci transformation cicd configuration

* fix: update github trans-to-deployment scope config to pointer (apache#8060)

* fix: update gitlab trans-to-deployment scope config to pointer (apache#8062)

* fix: update bamboo/bitbuctet/jenkins trans-to-deployment scope config… (apache#8065)

* fix: update bamboo/bitbuctet/jenkins trans-to-deployment scope config to pointer

* fix: update circleci trans-to-deployment scope config to pointer

* fix: bamboo lint

* feat: improve the bamboo transformation cicd configuration

* fix: not reset state in check matched items

* fix: remove default value about jenkins cicd

* fix: cannot check in bitbucket cicd

* fix: error default value in deployment

* fix: jenkins can not get scope config (apache#8080)

* fix: jenkins can not get scope config

* fix: jenkins can not get scope config

* fix: some error about miller column

* fix: deployment doesn't set value

* fix: bitbucket sql (apache#8085)

* fix: missed cicd default value in circleci

* fix: throw the error when check matched items request failed

* fix: enrich with regex can not match (apache#8090)

* fix: enrich with regex can not match

* fix: cannot check in bamboo cicd

* fix: bamboo using api client in tool/domain layer (apache#8094)

* fix: not set value for envNamePattern

* fix: bamboo repo url

* fix: type error

* fix: bitbucket e2e

* fix: bitbucket e2e

* fix: circle ci e2e test

* fix: circle ci e2e test

* fix: github e2e test

* fix: gitlab e2e test

* fix: jenkins e2e test

* fix: jenkins e2e test

* fix: jenkins e2e test

* fix: jenkins e2e test

---------

Co-authored-by: mintsweet <0x1304570@gmail.com>
…he#7997)

* feat: gitlab mr_extractor support incremental sync

* feat: incr mode transformation support for deployment/issue/job/mr and others

* feat: removed mr_enricher and all gitlab transformers support incr-mode

* fix: some gitlab subtasks are missing connection in left join clause

* fix: test cases failed due to gitlab transformers support incr-mode

* fix: linting

* fix: do not collect all accounts from jihulab.com

* fix: typo

* fix: gitlab mr comments won't be converted to domain layer till next run

* feat: improve gitlab MR comments/commits collection performance

* fix: gitlab issues/mrs child records are not deleted

* docs: update stateful extractor doc

* fix: gitlab mr detail test

* refactor: unify stateful extractor and convertor helper

* docs: update stateful extractor/convertor doc

* refactor: remove useless type hint

* fix: shoud not be deleting records not extracted by current extractor

* fix: jira issue extractor should not deleting sprint_issue

* refactor: remove commit related subtasks

* fix: remove commit conversion e2e test

* feat(gitlab): update ExtractApiChildPipelines (apache#8016)

* fix: retransform should run in fullsync mode

* fix: gitlab issue assignees are not being converted

---------

Co-authored-by: Lynwee <1507509064@qq.com>
Co-authored-by: Startrekzky <kaiyun.zhang@merico.dev>
…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 <0x1304570@gmail.com>
Co-authored-by: Startrekzky <kaiyun.zhang@merico.dev>
* 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 <kaiyun.zhang@merico.dev>

---------

Co-authored-by: mintsweet <0x1304570@gmail.com>
Co-authored-by: Louis.z <louis.s4372121@gmail.com>
Co-authored-by: Startrekzky <kaiyun.zhang@merico.dev>
…th $__timeFilter(date) (apache#8147)

Co-authored-by: Volodymyr Shulga <vshulga@siftscience.com>
* 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 <caiogqueiroz@gmail.com>

* feat: using DynamicGitUrl interface to implement the git url logic

* refactor: remove unused code

* fix: unit test

* fix: lint

---------

Signed-off-by: Caio Queiroz <caiogqueiroz@gmail.com>
- 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
@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. component/config-ui This issue or PR relates to config-ui labels Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/config-ui This issue or PR relates to config-ui size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.