-
Notifications
You must be signed in to change notification settings - Fork 578
feat(docker-compose): add a way to change default datasource #8127
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
base: main
Are you sure you want to change the base?
Conversation
…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>
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>
…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
@klesh Yes hel charts should be updated too |
* 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 <Josip.Stojak@infobip.com>
I'll check this out asap :) |
* feat: collect Zentao Story-Repo-Commit from DB * feat: collect Zentao bug and task related repo commits from DB
I'm working on helm charts updates in the given repo. |
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.
Most Grafana dashboards are using MySQL dialect AFAIK.
I don't think it is a good idea to touch them 😂, are you planning to rewrite all those queries.
LGTM. Please consider @klesh 's comments. |
Summary
As I'd like to use PostgreSQL, I added a way to set the default datasource via environment variables.