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(deps): update actions/setup-go action to v4 - abandoned #311

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release-enigma-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: true
steps:
- name: Setup Go environment
uses: actions/setup-go@v2.1.3
uses: actions/setup-go@v4.1.0
with:
go-version: '^1.17'
- name: Checkout enigma-go repo
Expand Down
8 changes: 4 additions & 4 deletions api-spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -6013,7 +6013,7 @@
"type": "string"
},
"Usage": {
"description": "One of:\n\n• ANALYTICS or ANALYTICS_USAGE\n\n• DATA_PREPARATION or DATA_PREPARATION_USAGE",
"description": "One of:\n\n• ANALYTICS\n\n• DATA_PREPARATION",
"type": "string"
}
}
Expand Down Expand Up @@ -11361,7 +11361,7 @@
]
},
"CreateSessionAppFromApp": {
"description": "Creates a session app from a source app.\nThe following applies:\n\n• The objects in the source app are copied into the session app but contain no data.\n\n• The script of the session app can be edited and reloaded.\n\n• The name of a session app cannot be chosen. The engine automatically assigns a unique identifier to the session app.\n\n• A session app is not persisted and cannot be saved. Everything created during a session app is non-persisted; for example: objects, data connections.\n\nParameters:\n\n◾ srcAppId - App identifier of the source app.\nIt corresponds to qAppId returned by the CreateApp method when creating the source app.",
"description": "Creates a session app from a source app.\nThe following applies:\n\n• The objects in the source app are copied into the session app.\n\n• There is no data in the session app, unless it is reloaded.\n\n• The script of the session app can be edited and reloaded.\n\n• The name of a session app cannot be chosen. The engine automatically assigns a unique identifier to the session app.\n\n• A session app is not persisted and cannot be saved. Everything created during a session app is non-persisted; for example: objects, data connections.\n\nParameters:\n\n◾ srcAppId - App identifier of the source app.\nIt corresponds to qAppId returned by the CreateApp method when creating the source app.",
"x-qlik-stability": "locked",
"type": "method",
"params": [
Expand Down Expand Up @@ -13539,7 +13539,7 @@
}
},
"Usage": {
"description": "One of:\n\n• ANALYTICS or ANALYTICS_USAGE\n\n• DATA_PREPARATION or DATA_PREPARATION_USAGE",
"description": "One of:\n\n• ANALYTICS\n\n• DATA_PREPARATION",
"type": "string"
}
}
Expand Down Expand Up @@ -13573,7 +13573,7 @@
"type": "string"
},
"Usage": {
"description": "Indicates whether the app is used for Analytics or DataPreparation\n\nOne of:\n\n• ANALYTICS or ANALYTICS_USAGE\n\n• DATA_PREPARATION or DATA_PREPARATION_USAGE",
"description": "Indicates whether the app is used for Analytics or DataPreparation\n\nOne of:\n\n• ANALYTICS\n\n• DATA_PREPARATION",
"type": "string"
}
}
Expand Down
24 changes: 15 additions & 9 deletions qix_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 29 additions & 9 deletions schema/engine-rpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"openrpc": "1.0.0",
"info": {
"title": "QIX",
"version": "12.1777.0",
"version": "12.1831.0",
"description": "The JSON-RPC API over websocket that enables you to interact with the Qlik Associative Engine."
},
"methods": [
Expand Down Expand Up @@ -10551,7 +10551,7 @@
},
{
"name": "Global.CreateSessionAppFromApp",
"description": "Creates a session app from a source app.\nThe following applies:\n* The objects in the source app are copied into the session app but contain no data.\n* The script of the session app can be edited and reloaded.\n* The name of a session app cannot be chosen. The engine automatically assigns a unique identifier to the session app.\n* A session app is not persisted and cannot be saved. Everything created during a session app is non-persisted; for example: objects, data connections.",
"description": "Creates a session app from a source app.\nThe following applies:\n* The objects in the source app are copied into the session app.\n* There is no data in the session app, unless it is reloaded.\n* The script of the session app can be edited and reloaded.\n* The name of a session app cannot be chosen. The engine automatically assigns a unique identifier to the session app.\n* A session app is not persisted and cannot be saved. Everything created during a session app is non-persisted; for example: objects, data connections.",
"params": [
{
"name": "qSrcAppId",
Expand Down Expand Up @@ -11587,6 +11587,10 @@
"x-qlik-const": 1016,
"title": "LOCERR_APP_DIRECT_QUERY_WORKLOAD_NOT_SUPPORTED"
},
{
"x-qlik-const": 1017,
"title": "LOCERR_APP_NOT_OPEN"
},
{
"x-qlik-const": 2000,
"title": "LOCERR_CONNECTION_ALREADY_EXISTS"
Expand Down Expand Up @@ -11831,6 +11835,10 @@
"x-qlik-const": 9011,
"title": "LOCERR_PERSISTENCE_OBJECT_LOCKED"
},
{
"x-qlik-const": 9012,
"title": "LOCERR_PERSISTENCE_ENCRYPTION_KEY_MIGRATION_ONGOING"
},
{
"x-qlik-const": 9510,
"title": "LOCERR_PERSISTENCE_SYNC_SET_CHUNK_INVALID_PARAMETERS"
Expand Down Expand Up @@ -19375,7 +19383,7 @@
},
"qUsage": {
"type": "string",
"description": "\nOne of:\n* ANALYTICS or ANALYTICS_USAGE\n* DATA_PREPARATION or DATA_PREPARATION_USAGE",
"description": "\nOne of:\n* ANALYTICS\n* DATA_PREPARATION",
"$ref": "#/components/schemas/UsageEnum"
}
}
Expand Down Expand Up @@ -19490,13 +19498,11 @@
"oneOf": [
{
"x-qlik-const": 0,
"title": "ANALYTICS",
"description": "ANALYTICS_USAGE"
"title": "ANALYTICS"
},
{
"x-qlik-const": 1,
"title": "DATA_PREPARATION",
"description": "DATA_PREPARATION_USAGE"
"title": "DATA_PREPARATION"
}
]
},
Expand Down Expand Up @@ -19531,7 +19537,7 @@
},
"qUsage": {
"type": "string",
"description": "Indicates whether the app is used for Analytics or DataPreparation\n\nOne of:\n* ANALYTICS or ANALYTICS_USAGE\n* DATA_PREPARATION or DATA_PREPARATION_USAGE",
"description": "Indicates whether the app is used for Analytics or DataPreparation\n\nOne of:\n* ANALYTICS\n* DATA_PREPARATION",
"$ref": "#/components/schemas/UsageEnum"
}
}
Expand Down Expand Up @@ -21513,7 +21519,7 @@
},
"qUsage": {
"type": "string",
"description": "\nOne of:\n* ANALYTICS or ANALYTICS_USAGE\n* DATA_PREPARATION or DATA_PREPARATION_USAGE",
"description": "\nOne of:\n* ANALYTICS\n* DATA_PREPARATION",
"$ref": "#/components/schemas/UsageEnum"
}
}
Expand Down Expand Up @@ -22071,6 +22077,9 @@
{
"$ref": "#/components/errors/LOCERR_APP_DIRECT_QUERY_WORKLOAD_NOT_SUPPORTED"
},
{
"$ref": "#/components/errors/LOCERR_APP_NOT_OPEN"
},
{
"$ref": "#/components/errors/LOCERR_CONNECTION_ALREADY_EXISTS"
},
Expand Down Expand Up @@ -22254,6 +22263,9 @@
{
"$ref": "#/components/errors/LOCERR_PERSISTENCE_OBJECT_LOCKED"
},
{
"$ref": "#/components/errors/LOCERR_PERSISTENCE_ENCRYPTION_KEY_MIGRATION_ONGOING"
},
{
"$ref": "#/components/errors/LOCERR_PERSISTENCE_SYNC_SET_CHUNK_INVALID_PARAMETERS"
},
Expand Down Expand Up @@ -23108,6 +23120,10 @@
"code": 1016,
"message": "Direct Query mode not supported"
},
"LOCERR_APP_NOT_OPEN": {
"code": 1017,
"message": "Unknown error"
},
"LOCERR_CONNECTION_ALREADY_EXISTS": {
"code": 2000,
"message": "Connection already exists"
Expand Down Expand Up @@ -23352,6 +23368,10 @@
"code": 9011,
"message": "Object locked"
},
"LOCERR_PERSISTENCE_ENCRYPTION_KEY_MIGRATION_ONGOING": {
"code": 9012,
"message": "Encryption key migration ongoing"
},
"LOCERR_PERSISTENCE_SYNC_SET_CHUNK_INVALID_PARAMETERS": {
"code": 9510,
"message": "Invalid parameters to SetChunk"
Expand Down