Skip to content

chore: update generated files #576

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

Merged
merged 2 commits into from
Jul 2, 2024
Merged

chore: update generated files #576

merged 2 commits into from
Jul 2, 2024

Conversation

github-actions[bot]
Copy link
Contributor

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

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

--- old_service_types_data.json	2024-07-02 08:03:05.030297181 +0000
+++ new_service_types_data.json	2024-07-02 08:03:06.158302225 +0000
@@ -1316,7 +1316,7 @@
       "log_line_prefix": {
         "type": "string",
         "title": "log_line_prefix",
-        "description": "Choose from one of the available log-formats. These can support popular log analyzers like pgbadger, pganalyze etc.",
+        "description": "Choose from one of the available log formats.",
         "enum": [
           "'pid=%p,user=%u,db=%d,app=%a,client=%h '",
           "'%t [%p]: [%l-1] user=%u,db=%d,app=%a,client=%h '",
@@ -1536,85 +1536,6 @@
           "none"
         ]
       },
-      "pgaudit": {
-        "type": "object",
-        "title": "PGAudit settings",
-        "description": "System-wide settings for the pgaudit extension",
-        "properties": {
-          "feature_enabled": {
-            "type": "boolean",
-            "title": "Enable pgaudit extension.",
-            "description": "Enable pgaudit extension. When enabled, pgaudit extension will be automatically installed.Otherwise, extension will be uninstalled but auditing configurations will be preserved."
-          },
-          "log": {
-            "type": "array",
-            "title": "Specifies which classes of statements will be logged by session audit logging."
-          },
-          "log_catalog": {
-            "type": "boolean",
-            "title": "Specifies that session logging should be enabled in the casewhere all relations in a statement are in pg_catalog."
-          },
-          "log_client": {
-            "type": "boolean",
-            "title": "Specifies whether log messages will be visible to a client process such as psql."
-          },
-          "log_level": {
-            "type": "string",
-            "title": "Specifies the log level that will be used for log entries.",
-            "enum": [
-              "debug1",
-              "debug2",
-              "debug3",
-              "debug4",
-              "debug5",
-              "info",
-              "notice",
-              "warning",
-              "log"
-            ]
-          },
-          "log_max_string_length": {
-            "maximum": 102400,
-            "minimum": -1,
-            "type": "integer",
-            "title": "Crop parameters representation and whole statements if they exceed this threshold. A (default) value of -1 disable the truncation."
-          },
-          "log_nested_statements": {
-            "type": "boolean",
-            "title": "This GUC allows to turn off logging nested statements, that is, statements that are executed as part of another ExecutorRun."
-          },
-          "log_parameter": {
-            "type": "boolean",
-            "title": "Specifies that audit logging should include the parameters that were passed with the statement."
-          },
-          "log_parameter_max_size": {
-            "type": "integer",
-            "title": "Specifies that parameter values longer than this setting (in bytes) should not be logged, but replaced with <long param suppressed>."
-          },
-          "log_relation": {
-            "type": "boolean",
-            "title": "Specifies whether session audit logging should create a separate log entry for each relation (TABLE, VIEW, etc.) referenced in a SELECT or DML statement."
-          },
-          "log_rows": {
-            "type": "boolean",
-            "title": "Specifies that audit logging should include the rows retrieved or affected by a statement. When enabled the rows field will be included after the parameter field."
-          },
-          "log_statement": {
-            "type": "boolean",
-            "title": "Specifies whether logging will include the statement text and parameters (if enabled)."
-          },
-          "log_statement_once": {
-            "type": "boolean",
-            "title": "Specifies whether logging will include the statement text and parameters with the first log entry for a statement/substatement combination or with every entry."
-          },
-          "role": {
-            "maxLength": 64,
-            "pattern": "^[_A-Za-z0-9][-._A-Za-z0-9]{0,63}$",
-            "type": "string",
-            "title": "Specifies the master role to use for object audit logging."
-          }
-        }
-      },
       "pgbouncer": {
         "type": "object",
         "title": "PGBouncer connection pooling settings",
@@ -1814,7 +1735,8 @@
           "12",
           "13",
           "14",
-          "15"
+          "15",
+          "16"
         ]
       },
       "wal_sender_timeout": {
@@ -1981,7 +1903,7 @@
       "redis_persistence": {
         "type": "string",
         "title": "Redis persistence",
-        "description": "When persistence is 'rdb', Redis does RDB dumps each 10 minutes if any key is changed. Also RDB dumps are done according to backup schedule for backup purposes. When persistence is 'off', no RDB dumps and backups are done, so data can be lost at any moment if service is restarted for any reason, or if service is powered off. Also service can't be forked.",
+        "description": "When persistence is 'rdb', Redis does RDB dumps each 10 minutes if any key is changed. Also RDB dumps are done according to the backup schedule for backup purposes. When persistence is 'off', no RDB dumps or backups are done, so data can be lost at any moment if the service is restarted for any reason, or if the service is powered off. Also, the service can't be forked.",
         "enum": [
           "off",
           "rdb"

@github-actions github-actions bot requested a review from a team as a code owner July 1, 2024 17:36
@github-actions github-actions bot force-pushed the chore/make-generate branch from aa6a5b5 to 46ace96 Compare July 2, 2024 08:03
@github-actions github-actions bot changed the title Update generated files chore: update generated files Jul 2, 2024
@kangasta kangasta merged commit 064a61d into main Jul 2, 2024
4 of 5 checks passed
@kangasta kangasta deleted the chore/make-generate branch July 2, 2024 09:04
github-actions bot pushed a commit that referenced this pull request Jul 2, 2024
kangasta pushed a commit that referenced this pull request Jul 2, 2024
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.

1 participant