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

fix: removing restriction of connection pool size for bulk import #227

Draft
wants to merge 50 commits into
base: feat/bulk-import-1
Choose a base branch
from

Conversation

tamassoltesz
Copy link
Contributor

@tamassoltesz tamassoltesz commented Sep 20, 2024

Summary of change

(A few sentences about this PR)

Related issues

  • Link to issue1 here
  • Link to issue1 here

Test Plan

(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your
changes work. Bonus points for screenshots and videos!)

Documentation changes

(If relevant, please create a PR in our docs repo, or create a checklist here
highlighting the necessary changes)

Checklist for important updates

  • Changelog has been updated
  • pluginInterfaceSupported.json file has been updated (if needed)
  • Changes to the version if needed
    • In build.gradle
  • Had installed and ran the pre-commit hook
  • If there are new dependencies that have been added in build.gradle, please make sure to add them
    in implementationDependencies.json.
  • Issue this PR against the latest non released version branch.
    • To know which one it is, run find the latest released tag (git tag) in the format vX.Y.Z, and then find the
      latest branch (git branch --all) whose X.Y is greater than the latest released tag.
    • If no such branch exists, then create one from the latest released branch.
  • When adding new recipes, ensure that its performance is being measured in the OneMillionUsersTest

Remaining TODOs for this PR

  • Item1
  • Item2

prateek3255 and others added 19 commits May 24, 2024 16:10
* feat: Implement method to get plugin config properties (#186)

* Add a new method to get the config as json

* Update changelog

* Remove the check for protected config from method

* Revert version changes

* Update descriptions

* Update config properties descriptions to match those in the yaml files

* Throw error when invalid fields

* Refactor getConfigFieldsInfo method in Start and PostgreSQLConfig classes

* fix: config info

* fix: update config

* fix: cleanup

* fix: cleanup

* fix: refactor config description

* fix: type fix

* fix: pr comments

* fix: pr comments

* fix: PR comments

* fix: version and changelog

* fix: remove unnecessary fields for dashboard

* fix: refactor dashboard related

* fix: impl

---------

Co-authored-by: Sattvik Chakravarthy <[email protected]>
* fix: providers non null

* fix: changelog

* fix: build fix

* reformats code

* fix: changelog

* fix: reformat

---------

Co-authored-by: rishabhpoddar <[email protected]>
* fix: slow query fix

* fix: version and changelog
* fix: index for MAU

* fix: feature flags
* fix: for cicd

* fix: test
tamassoltesz and others added 10 commits September 27, 2024 14:14
* fix: oauth clients table

* fix: oauth db changes

* fix: listClientsForApp

* fix: revoke (#226)

* fix: revoke

* fix: pr comment

* fix: interface

* fix: update

* fix: oauth stats queries

* fix: revoke and cleanup

* fix: stats

* fix: logout queries (#229)

* fix: update queries

* fix: versions

* revert

* fix: changelog

* fix: changelog

* fix: constraints
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants