Skip to content

Commit 826ac91

Browse files
Merge pull request #1516 from gooddata/snapshot-master-1d2454b1-to-rel/dev
[bot] Merge master/1d2454b1 into rel/dev
2 parents c571eb7 + 1d2454b commit 826ac91

File tree

1,579 files changed

+47583
-188358
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,579 files changed

+47583
-188358
lines changed

docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,9 +515,9 @@ services:
515515
GATEWAY_DB_POOL_MIN_IDLE: 0
516516
GATEWAY_DB_POOL_MAX_LIFE_TIME: 300000
517517
ORGANIZATION_CACHE_SIZE: 1000
518-
CACHE_EXPIRE_AFTER_WRITE: 60
518+
CACHE_EXPIRE_AFTER_WRITE: 1m
519519
USER_CACHE_SIZE: 1000
520-
USER_CACHE_EXPIRE_AFTER_WRITE: 60
520+
USER_CACHE_EXPIRE_AFTER_WRITE: 1m
521521
ORGANIZATION_CACHE_METRICS: "true"
522522
USER_CACHE_METRICS: "true"
523523
CALL_FORWARDER_CONNECT_TIMEOUT: 1m

gooddata-api-client/.openapi-generator/FILES

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ docs/AfmValidDescendantsResponse.md
8080
docs/AfmValidObjectsQuery.md
8181
docs/AfmValidObjectsResponse.md
8282
docs/AggregatedFactControllerApi.md
83+
docs/AiUsageMetadataItem.md
8384
docs/AlertAfm.md
8485
docs/AlertCondition.md
8586
docs/AlertConditionOperand.md
@@ -205,8 +206,6 @@ docs/ConvertGeoFileResponse.md
205206
docs/CookieSecurityConfigurationApi.md
206207
docs/CookieSecurityConfigurationControllerApi.md
207208
docs/CoverSlideTemplate.md
208-
docs/CreateKnowledgeDocumentRequestDto.md
209-
docs/CreateKnowledgeDocumentResponseDto.md
210209
docs/CreatedVisualization.md
211210
docs/CreatedVisualizationFiltersInner.md
212211
docs/CreatedVisualizations.md
@@ -359,7 +358,6 @@ docs/DeclarativeWorkspaces.md
359358
docs/DefaultSmtp.md
360359
docs/DefaultSmtpAllOf.md
361360
docs/DeleteFilesRequest.md
362-
docs/DeleteKnowledgeDocumentResponseDto.md
363361
docs/DependencyGraphApi.md
364362
docs/DependentEntitiesGraph.md
365363
docs/DependentEntitiesNode.md
@@ -1066,9 +1064,7 @@ docs/KeyDriversDimension.md
10661064
docs/KeyDriversRequest.md
10671065
docs/KeyDriversResponse.md
10681066
docs/KeyDriversResult.md
1069-
docs/KnowledgeDocumentMetadataDto.md
10701067
docs/KnowledgeRecommendationControllerApi.md
1071-
docs/KnowledgeSearchResultDto.md
10721068
docs/LDMDeclarativeAPIsApi.md
10731069
docs/LLMEndpointsApi.md
10741070
docs/LLMProvidersApi.md
@@ -1077,7 +1073,6 @@ docs/LabelIdentifier.md
10771073
docs/LabelsApi.md
10781074
docs/LayoutApi.md
10791075
docs/ListDatabaseInstancesResponse.md
1080-
docs/ListKnowledgeDocumentsResponseDto.md
10811076
docs/ListLinks.md
10821077
docs/ListLinksAllOf.md
10831078
docs/ListLlmProviderModelsRequest.md
@@ -1107,7 +1102,6 @@ docs/MeasureValueFilter.md
11071102
docs/MemoryItemControllerApi.md
11081103
docs/MemoryItemCreatedByUsers.md
11091104
docs/MemoryItemUser.md
1110-
docs/MetadataCheckApi.md
11111105
docs/MetadataSyncApi.md
11121106
docs/Metric.md
11131107
docs/MetricControllerApi.md
@@ -1161,7 +1155,6 @@ docs/Over.md
11611155
docs/PageMetadata.md
11621156
docs/Paging.md
11631157
docs/Parameter.md
1164-
docs/PatchKnowledgeDocumentRequestDto.md
11651158
docs/PdfTableStyle.md
11661159
docs/PdfTableStyleProperty.md
11671160
docs/PdmLdmRequest.md
@@ -1242,12 +1235,10 @@ docs/ScanResultPdm.md
12421235
docs/ScanSqlRequest.md
12431236
docs/ScanSqlResponse.md
12441237
docs/ScanningApi.md
1245-
docs/SearchKnowledgeResponseDto.md
12461238
docs/SearchRelationshipObject.md
12471239
docs/SearchRequest.md
12481240
docs/SearchResult.md
12491241
docs/SearchResultObject.md
1250-
docs/SearchStatisticsDto.md
12511242
docs/SectionSlideTemplate.md
12521243
docs/ServiceInfo.md
12531244
docs/SetCertificationRequest.md
@@ -1307,8 +1298,6 @@ docs/TriggerQualityIssuesCalculationResponse.md
13071298
docs/UIContext.md
13081299
docs/UploadFileResponse.md
13091300
docs/UploadGeoCollectionFileResponse.md
1310-
docs/UpsertKnowledgeDocumentRequestDto.md
1311-
docs/UpsertKnowledgeDocumentResponseDto.md
13121301
docs/UsageApi.md
13131302
docs/UserAssignee.md
13141303
docs/UserContext.md
@@ -1466,7 +1455,6 @@ gooddata_api_client/api/llm_provider_controller_api.py
14661455
gooddata_api_client/api/llm_providers_api.py
14671456
gooddata_api_client/api/manage_permissions_api.py
14681457
gooddata_api_client/api/memory_item_controller_api.py
1469-
gooddata_api_client/api/metadata_check_api.py
14701458
gooddata_api_client/api/metadata_sync_api.py
14711459
gooddata_api_client/api/metric_controller_api.py
14721460
gooddata_api_client/api/metrics_api.py
@@ -1592,6 +1580,7 @@ gooddata_api_client/model/afm_valid_descendants_query.py
15921580
gooddata_api_client/model/afm_valid_descendants_response.py
15931581
gooddata_api_client/model/afm_valid_objects_query.py
15941582
gooddata_api_client/model/afm_valid_objects_response.py
1583+
gooddata_api_client/model/ai_usage_metadata_item.py
15951584
gooddata_api_client/model/alert_afm.py
15961585
gooddata_api_client/model/alert_condition.py
15971586
gooddata_api_client/model/alert_condition_operand.py
@@ -1697,8 +1686,6 @@ gooddata_api_client/model/content_slide_template.py
16971686
gooddata_api_client/model/convert_geo_file_request.py
16981687
gooddata_api_client/model/convert_geo_file_response.py
16991688
gooddata_api_client/model/cover_slide_template.py
1700-
gooddata_api_client/model/create_knowledge_document_request_dto.py
1701-
gooddata_api_client/model/create_knowledge_document_response_dto.py
17021689
gooddata_api_client/model/created_visualization.py
17031690
gooddata_api_client/model/created_visualization_filters_inner.py
17041691
gooddata_api_client/model/created_visualizations.py
@@ -1833,7 +1820,6 @@ gooddata_api_client/model/declarative_workspaces.py
18331820
gooddata_api_client/model/default_smtp.py
18341821
gooddata_api_client/model/default_smtp_all_of.py
18351822
gooddata_api_client/model/delete_files_request.py
1836-
gooddata_api_client/model/delete_knowledge_document_response_dto.py
18371823
gooddata_api_client/model/dependent_entities_graph.py
18381824
gooddata_api_client/model/dependent_entities_node.py
18391825
gooddata_api_client/model/dependent_entities_request.py
@@ -2517,11 +2503,8 @@ gooddata_api_client/model/key_drivers_dimension.py
25172503
gooddata_api_client/model/key_drivers_request.py
25182504
gooddata_api_client/model/key_drivers_response.py
25192505
gooddata_api_client/model/key_drivers_result.py
2520-
gooddata_api_client/model/knowledge_document_metadata_dto.py
2521-
gooddata_api_client/model/knowledge_search_result_dto.py
25222506
gooddata_api_client/model/label_identifier.py
25232507
gooddata_api_client/model/list_database_instances_response.py
2524-
gooddata_api_client/model/list_knowledge_documents_response_dto.py
25252508
gooddata_api_client/model/list_links.py
25262509
gooddata_api_client/model/list_links_all_of.py
25272510
gooddata_api_client/model/list_llm_provider_models_request.py
@@ -2587,7 +2570,6 @@ gooddata_api_client/model/over.py
25872570
gooddata_api_client/model/page_metadata.py
25882571
gooddata_api_client/model/paging.py
25892572
gooddata_api_client/model/parameter.py
2590-
gooddata_api_client/model/patch_knowledge_document_request_dto.py
25912573
gooddata_api_client/model/pdf_table_style.py
25922574
gooddata_api_client/model/pdf_table_style_property.py
25932575
gooddata_api_client/model/pdm_ldm_request.py
@@ -2663,12 +2645,10 @@ gooddata_api_client/model/scan_request.py
26632645
gooddata_api_client/model/scan_result_pdm.py
26642646
gooddata_api_client/model/scan_sql_request.py
26652647
gooddata_api_client/model/scan_sql_response.py
2666-
gooddata_api_client/model/search_knowledge_response_dto.py
26672648
gooddata_api_client/model/search_relationship_object.py
26682649
gooddata_api_client/model/search_request.py
26692650
gooddata_api_client/model/search_result.py
26702651
gooddata_api_client/model/search_result_object.py
2671-
gooddata_api_client/model/search_statistics_dto.py
26722652
gooddata_api_client/model/section_slide_template.py
26732653
gooddata_api_client/model/service_info.py
26742654
gooddata_api_client/model/set_certification_request.py
@@ -2722,8 +2702,6 @@ gooddata_api_client/model/trigger_quality_issues_calculation_response.py
27222702
gooddata_api_client/model/ui_context.py
27232703
gooddata_api_client/model/upload_file_response.py
27242704
gooddata_api_client/model/upload_geo_collection_file_response.py
2725-
gooddata_api_client/model/upsert_knowledge_document_request_dto.py
2726-
gooddata_api_client/model/upsert_knowledge_document_response_dto.py
27272705
gooddata_api_client/model/user_assignee.py
27282706
gooddata_api_client/model/user_context.py
27292707
gooddata_api_client/model/user_group_assignee.py

0 commit comments

Comments
 (0)