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

chore: update generated files #590

Merged
merged 2 commits into from
Jul 30, 2024
Merged

chore: update generated files #590

merged 2 commits into from
Jul 30, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jul 17, 2024

This is an automatically created PR. Changes were created by running make generate.

--- old_service_types_data.json	2024-07-30 02:42:30.505248886 +0000
+++ new_service_types_data.json	2024-07-30 02:42:32.005259152 +0000
@@ -257,6 +257,11 @@
             "type": "string",
             "title": "Comma-separated list of databases, which should be ignored during migration (supported by MySQL and PostgreSQL only at the moment)"
           },
+          "ignore_roles": {
+            "maxLength": 2048,
+            "type": "string",
+            "title": "Comma-separated list of database roles, which should be ignored during migration (supported by PostgreSQL only at the moment)"
+          },
           "method": {
             "type": "string",
             "title": "The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types)",
@@ -1472,6 +1477,11 @@
             "type": "string",
             "title": "Comma-separated list of databases, which should be ignored during migration (supported by MySQL and PostgreSQL only at the moment)"
           },
+          "ignore_roles": {
+            "maxLength": 2048,
+            "type": "string",
+            "title": "Comma-separated list of database roles, which should be ignored during migration (supported by PostgreSQL only at the moment)"
+          },
           "method": {
             "type": "string",
             "title": "The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types)",
@@ -1587,6 +1597,12 @@
             "type": "array",
             "title": "List of parameters to ignore when given in startup packet"
           },
+          "max_prepared_statements": {
+            "maximum": 3000,
+            "minimum": 0,
+            "type": "integer",
+            "title": "PgBouncer tracks protocol-level named prepared statements related commands sent by the client in transaction and statement pooling modes when max_prepared_statements is set to a non-zero value. Setting it to 0 disables prepared statements. max_prepared_statements defaults to 100, and its maximum is 3000."
+          },
           "min_pool_size": {
             "maximum": 10000,
             "minimum": 0,
@@ -1815,6 +1831,11 @@
             "type": "string",
             "title": "Comma-separated list of databases, which should be ignored during migration (supported by MySQL and PostgreSQL only at the moment)"
           },
+          "ignore_roles": {
+            "maxLength": 2048,
+            "type": "string",
+            "title": "Comma-separated list of database roles, which should be ignored during migration (supported by PostgreSQL only at the moment)"
+          },
           "method": {
             "type": "string",
             "title": "The migration method to be used (currently supported only by Redis, Dragonfly, MySQL and PostgreSQL service types)",

@github-actions github-actions bot requested a review from a team as a code owner July 17, 2024 02:42
@github-actions github-actions bot force-pushed the chore/make-generate branch 5 times, most recently from a5c8871 to 5cf991f Compare July 25, 2024 02:42
@github-actions github-actions bot force-pushed the chore/make-generate branch from 5cf991f to f56b011 Compare July 30, 2024 02:43
@villevsv-upcloud villevsv-upcloud merged commit 904e69c into main Jul 30, 2024
4 checks passed
@villevsv-upcloud villevsv-upcloud deleted the chore/make-generate branch July 30, 2024 09:30
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.

2 participants