graphdb-workbench-tests 2.4.0-TR1 → 2.4.0-TR11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (103) hide show
  1. package/fixtures/locale-en.json +135 -26
  2. package/fixtures/monitoring/backup-and-restore.json +19 -0
  3. package/fixtures/monitoring/global-operation-statuses.json +30 -0
  4. package/fixtures/setup/aclmanagement/get-rules.json +44 -0
  5. package/integration/explore/graphs.overview.spec.js +2 -4
  6. package/integration/explore/similarity.spec.js +47 -156
  7. package/integration/explore/{visual-graph/visual.graph.spec.js → visual.graph.spec.js} +348 -145
  8. package/integration/home/language-change.spec.js +3 -3
  9. package/integration/monitor/global-operation-statuses-component.spec.js +106 -0
  10. package/integration/monitor/monitor.backup-and-restore.spec.js +25 -0
  11. package/integration/setup/aclmanagement/create-rule.spec.js +107 -0
  12. package/integration/setup/aclmanagement/delete-rule.spec.js +45 -0
  13. package/integration/setup/aclmanagement/edit-rule.spec.js +83 -0
  14. package/integration/setup/aclmanagement/render-rules.spec.js +48 -0
  15. package/integration/setup/aclmanagement/reorder-rules.spec.js +32 -0
  16. package/integration/setup/aclmanagement/revert-rules.spec.js +56 -0
  17. package/integration/setup/aclmanagement/update-rules.spec.js +75 -0
  18. package/integration/setup/jdbc.spec.js +178 -99
  19. package/integration/setup/my-settings.spec.js +41 -9
  20. package/integration/setup/sparql-templates.spec.js +146 -82
  21. package/integration/sparql/main.menu.spec.js +232 -0
  22. package/integration/sparql/sparql-error-handling.spec.js +74 -0
  23. package/integration/sparql/sparql-language-change.spec.js +58 -0
  24. package/integration/sparql/sparql-result-formating.spec.js +84 -0
  25. package/integration/sparql/sparql.menu.spec.js +1244 -0
  26. package/integration-flaky/setup/sparql-templates.spec.js +125 -0
  27. package/integration-flaky/sparql/sparql-language-change.spec.js +45 -0
  28. package/integration-flaky/sparql/sparql.menu.spec.js +75 -0
  29. package/package.json +2 -3
  30. package/steps/application-steps.js +0 -1
  31. package/steps/import-steps.js +2 -6
  32. package/steps/monitoring/backup-and-restore-steps.js +14 -0
  33. package/steps/operations-statuses-component-steps.js +20 -0
  34. package/steps/setup/acl-management-steps.js +274 -0
  35. package/steps/sparql-steps.js +227 -0
  36. package/steps/visual-graph-steps.js +3 -340
  37. package/stubs/backup-and-restore-stubs.js +7 -0
  38. package/stubs/global-operations-statuses-stub.js +7 -0
  39. package/stubs/stubs.js +5 -0
  40. package/support/index.js +0 -2
  41. package/support/sparql-commands.js +1 -1
  42. package/support/visual-graph-commands.js +0 -25
  43. package/fixtures/graphdb-import/resource-test-data.ttl +0 -99
  44. package/fixtures/graphql-editor/default-query-response.json +0 -517
  45. package/fixtures/namespaces/ontotext-generated-namespace.json +0 -22
  46. package/fixtures/queries/empty-query-response.json +0 -11
  47. package/integration/explore/similariti-index-create.spec.js +0 -315
  48. package/integration/explore/similarity-index.spec.js +0 -88
  49. package/integration/explore/visual-graph/graphs-config.spec.js +0 -452
  50. package/integration/resource/resource.spec.js +0 -354
  51. package/integration/setup/jdbc-create.spec.js +0 -316
  52. package/integration/setup/sparql-template-create.js +0 -141
  53. package/integration/sparql-editor/actions/execute-query.spec.js +0 -44
  54. package/integration/sparql-editor/actions/expand-results-over-sameas.spec.js +0 -136
  55. package/integration/sparql-editor/actions/include-inferred-statements.spec.js +0 -100
  56. package/integration/sparql-editor/actions/save-query.spec.js +0 -70
  57. package/integration/sparql-editor/actions/show-saved-queries.spec.js +0 -61
  58. package/integration/sparql-editor/internationalization.spec.js +0 -41
  59. package/integration/sparql-editor/saved-query/abort-query.spec.js +0 -60
  60. package/integration/sparql-editor/saved-query/delete-query.spec.js +0 -56
  61. package/integration/sparql-editor/saved-query/edit-query.spec.js +0 -68
  62. package/integration/sparql-editor/saved-query/share-query.spec.js +0 -78
  63. package/integration/sparql-editor/sparql-editor.spec.js +0 -20
  64. package/integration/sparql-editor/yasgui-tabs.spec.js +0 -107
  65. package/integration/sparql-editor/yasr/download-as.spec.js +0 -62
  66. package/integration/sparql-editor/yasr/pagination.spec.js +0 -234
  67. package/integration/sparql-editor/yasr/table-plugin.spec.js +0 -191
  68. package/integration/sparql-editor/yasr/toolbar/visual-button.spec.js +0 -56
  69. package/integration-flaky/setup/sparql-template-create.js +0 -139
  70. package/integration-flaky/sparql-editor/actions/execute-update-query.spec.js +0 -89
  71. package/integration-flaky/sparql-editor/actions/share-query.spec.js +0 -84
  72. package/integration-flaky/sparql-editor/lucene-connector.spec.js +0 -62
  73. package/steps/error-steps.js +0 -9
  74. package/steps/explore/graphs-overview-steps.js +0 -24
  75. package/steps/explore/similarity-index-create-steps.js +0 -113
  76. package/steps/explore/similarity-indexes-steps.js +0 -18
  77. package/steps/language-selector-steps.js +0 -22
  78. package/steps/loader-steps.js +0 -10
  79. package/steps/lucene-connector-steps.js +0 -43
  80. package/steps/main-menu-steps.js +0 -39
  81. package/steps/repository-selector-steps.js +0 -26
  82. package/steps/resource/resource-edit-steps.js +0 -111
  83. package/steps/resource/resource-steps.js +0 -145
  84. package/steps/setup/jdbc-create-steps.js +0 -97
  85. package/steps/setup/jdbc-steps.js +0 -42
  86. package/steps/setup/sparql-create-update-steps.js +0 -55
  87. package/steps/setup/sparql-templates-steps.js +0 -34
  88. package/steps/sparql-editor-steps.js +0 -20
  89. package/steps/yasgui/confirmation-dialog-steps.js +0 -13
  90. package/steps/yasgui/pagination-steps.js +0 -47
  91. package/steps/yasgui/plugin/error-plugin-steps.js +0 -10
  92. package/steps/yasgui/save-query-dialog.js +0 -61
  93. package/steps/yasgui/saved-queries-dialog.js +0 -29
  94. package/steps/yasgui/saved-query.js +0 -25
  95. package/steps/yasgui/share-saved-query-dialog.js +0 -25
  96. package/steps/yasgui/table-plugin-steps.js +0 -29
  97. package/steps/yasgui/yasgui-steps.js +0 -191
  98. package/steps/yasgui/yasqe-steps.js +0 -187
  99. package/steps/yasgui/yasr-steps.js +0 -105
  100. package/stubs/namespace-stubs.js +0 -10
  101. package/stubs/security-stubs.js +0 -69
  102. package/stubs/yasgui/connectors-stubs.js +0 -12
  103. package/stubs/yasgui/query-stubs.js +0 -258
@@ -26,7 +26,15 @@
26
26
  "node_state_restricted": "Restricted",
27
27
  "link_state_in_sync": "In sync",
28
28
  "link_state_syncing": "Syncing",
29
- "link_state_out_of_sync": "Out of sync"
29
+ "link_state_out_of_sync": "Out of sync",
30
+ "recovery_state": {
31
+ "searching_for_node": "Searching for node",
32
+ "applying_snapshot": "Applying a snapshot",
33
+ "building_snapshot": "Building a snapshot for {{node}}",
34
+ "waiting_for_snapshot": "Waiting for snapshot from node {{node}}",
35
+ "sending_snapshot": "Sending a snapshot to node {{node}}",
36
+ "receiving_snapshot": "Receiving a snapshot from node {{node}}"
37
+ }
30
38
  },
31
39
  "cluster_configuration": {
32
40
  "label": "Cluster configuration",
@@ -51,7 +59,9 @@
51
59
  "message_size_kb": "Message size KB",
52
60
  "message_size_kb_tooltip": "Message size concerns the size of the data blocks transferred during data replication streaming through the RPC protocol.",
53
61
  "verification_timeout": "Verification timeout",
54
- "verification_timeout_tooltip": "Verification timeout concerns the amount of time a follower node would wait until attempting to verify last committed entry when the first verification is unsuccessful."
62
+ "verification_timeout_tooltip": "Verification timeout concerns the amount of time a follower node would wait until attempting to verify last committed entry when the first verification is unsuccessful.",
63
+ "transaction_log_maximum_size_gb": "Transaction log maximum size GB",
64
+ "transaction_log_maximum_size_gb_tooltip": "Maximum size of the transaction log in GBs that will trigger an automatic truncation of the transaction log if it becomes bigger. The minimum transaction log size is 1 GB. Negative numbers will disable the automatic transaction log truncation."
55
65
  },
56
66
  "cluster_page": {
57
67
  "create_page_title": "Create cluster",
@@ -70,6 +80,7 @@
70
80
  "toggle_legend_btn": "Toggle legend",
71
81
  "errors": {
72
82
  "only_positive_integers": "Enter only positive integers",
83
+ "small_transaction_log_max_size": "Transaction log maximum size must be at least 1 GB or a negative number",
73
84
  "at_least_two_nodes": "Must have at least two nodes",
74
85
  "no_rpc_address": "Error retrieving RPC address: {{error}}",
75
86
  "nodes_status_label": "Nodes status",
@@ -116,6 +127,49 @@
116
127
  "content": "Select nodes to be removed from existing cluster"
117
128
  }
118
129
  },
130
+ "acl_management": {
131
+ "rulestable": {
132
+ "column": {
133
+ "index": "#",
134
+ "subject": "Subject",
135
+ "predicate": "Predicate",
136
+ "object": "Object",
137
+ "context": "Context",
138
+ "role": "Role",
139
+ "policy": "Policy"
140
+ },
141
+ "field_placeholders": {
142
+ "subject": "Subject",
143
+ "predicate": "Predicate",
144
+ "object": "Object",
145
+ "context": "Context",
146
+ "role": "Role"
147
+ },
148
+ "actions": {
149
+ "move_up": "Move the rule up",
150
+ "move_down": "Move the rule down",
151
+ "delete_rule": "Delete rule",
152
+ "add_rule": "Add new rule",
153
+ "edit_rule": "Edit rule",
154
+ "save_rule": "Save rule",
155
+ "cancel_rule_editing": "Cancel rule editing",
156
+ "save_acl": "Save ACL",
157
+ "cancel_acl_saving": "Cancel"
158
+ },
159
+ "messages": {
160
+ "no_data": "There are no rules defined in current repository",
161
+ "invalid_form": "Fill in valid data in all fields before saving rule",
162
+ "delete_rule_confirmation": "Are you sure you want to delete the selected rule #{{index}}?",
163
+ "revert_acl_list": "This operation will revert all the changes done in the ACL. Are you sure you want to proceed?",
164
+ "rules_updated": "ACL was updated successfully",
165
+ "rules_reverted": "ACL was reverted successfully"
166
+ }
167
+ },
168
+ "errors": {
169
+ "loading_rules": "Error during ACL rules",
170
+ "updating_rules": "Error during ACL rules update"
171
+ }
172
+ },
119
173
  "config.name.label": "Config name",
120
174
  "graph.config.required": "My graph config (required)",
121
175
  "description.text": "Description",
@@ -177,6 +231,7 @@
177
231
  "closes.config.no.save": "Closes the configuration without saving the changes.",
178
232
  "refresh.to.retry": "Refresh the page to retry.",
179
233
  "temp.pause": "Temporarily pauses query monitoring so you can copy text",
234
+ "temp.pause.backup_and_restore": "Temporarily pauses backup and restore monitoring so you can copy text",
180
235
  "paused.btn": "Paused",
181
236
  "pause.btn": "Pause",
182
237
  "node.label": "node",
@@ -258,7 +313,6 @@
258
313
  "new.sentence.start": "New",
259
314
  "no.connectors.available": "No connectors available",
260
315
  "current.repo.no.connector.support": "The current repository does not support any connectors. Please check the type of the repository or select another one.",
261
- "edit.select.query": "Edit select query",
262
316
  "edit.search.query": "Edit search query",
263
317
  "edit.analogical.query": "Edit analogical query",
264
318
  "current.repo.error": "The currently selected repository cannot be used for queries due to an error:",
@@ -417,10 +471,16 @@
417
471
  "security.ignore.shared.queries": "Ignore shared saved queries in SPARQL editor",
418
472
  "security.workbench.settings.title": "Workbench settings",
419
473
  "security.workbench.settings.theme.label": "Theme",
474
+ "security.workbench.settings.theme.mode.label": "Mode",
420
475
  "security.workbench.settings.theme.tooltip": "Various workbench settings that are not saved with the user's account but in the browser's storage",
421
- "security.workbench.settings.theme.light": "Light",
422
- "security.workbench.settings.theme.dark": "Dark",
476
+ "security.workbench.settings.theme.mode.light": "Light",
477
+ "security.workbench.settings.theme.mode.dark": "Dark",
478
+ "security.workbench.settings.theme.default-theme": "Default theme",
479
+ "security.workbench.settings.theme.onto-original-theme": "Ontotext original theme",
480
+ "security.workbench.settings.theme.validation.missing-fields": "Color theme validation error. Check browser log for more details!",
423
481
  "security.user.role": "User role",
482
+ "security.user.custom_role": "Custom roles",
483
+ "security.user.add.custom_role.msg": "Add custom role...",
424
484
  "security.user.label": "User",
425
485
  "security.repo.manager.label": "Repository manager",
426
486
  "security.admin.label": "Administrator",
@@ -537,11 +597,24 @@
537
597
  "view.jdbc.helpInfo": "The JDBC configuration view allows you to configure, store, update, preview, and delete virtual SQL tables. These tables can then be used with the Avatica JDBC driver. Each virtual SQL table is based on a SPARQL SELECT query and requires additional metadata for the definition of the SQL columns.",
538
598
  "view.jdbc.create.title": "SQL table configuration",
539
599
  "view.jdbc.create.helpInfo": "The SQL table configuration view is used to define a virtual SQL table. Each table must have a name, a SPARQL SELECT query, and a set of SQL column definitions.",
540
- "view.jdbc.create.get_suggestion_sql_type": "Get suggestion...",
541
600
  "jdbc.column.names.constraint": "Column names must be placed in array.",
542
601
  "view.namespaces.helpInfo": "The Namespaces view provides an overview of all namespaces defined in a GraphDB repository. Namespaces are essentially shorthand notations for IRIs. Here you can add, remove and modify them.",
543
602
  "view.query.and.update.monitoring.title": "Query and Update monitoring",
544
603
  "view.query.and.update.monitoring.helpInfo": "The Queries and Updates monitoring view shows all running queries and updates in a GraphDB repository. A query or update can be terminated by pressing the Abort button.",
604
+ "view.monitoring.backup_and_restore.title": "Backup and Restore",
605
+ "view.monitoring.backup_and_restore.helpInfo": "The Backup and Restore monitoring view shows running backup or restore operation.",
606
+ "view.monitoring.backup_and_restore.id.header": "Id",
607
+ "view.monitoring.backup_and_restore.username.header": "Username",
608
+ "view.monitoring.backup_and_restore.recovery_operation_type.header": "Recovery operation type",
609
+ "view.monitoring.backup_and_restore.affected_repositories.header": "Affected repositories",
610
+ "view.monitoring.backup_and_restore.lifetime.header": "Lifetime",
611
+ "view.monitoring.backup_and_restore.snapshot_options.header": "Snapshot options",
612
+ "view.monitoring.backup_and_restore.node_performing_cluster_backup.header": "Node performing backup",
613
+ "view.monitoring.backup_and_restore.CREATE_BACKUP_IN_PROGRESS": "Creating backup",
614
+ "view.monitoring.backup_and_restore.RESTORE_BACKUP_IN_PROGRESS": "Restoring backup",
615
+ "view.monitoring.backup_and_restore.CREATE_CLOUD_BACKUP_IN_PROGRESS": "Creating cloud backup",
616
+ "view.monitoring.backup_and_restore.RESTORE_CLOUD_BACKUP_IN_PROGRESS": "Restoring cloud backup",
617
+ "view.monitoring.backup_and_restore.no_running_backup_and_restore": "No running backup or restore.",
545
618
  "view.rdf.rank.title": "RDF Rank",
546
619
  "view.rdf.rank.helpInfo": "RDF Rank is an algorithm that identifies the most important or popular entities in the repository by examining their interconnectedness. The popularity of the entities can be used to order the query results. Use this view to configure the RDF rank, recompute it or check the current state.",
547
620
  "view.repositories.helpInfo": "The Repositories view is used to create, modify and delete repositories and connections to remote GraphDB instances (also known as remote locations).",
@@ -551,6 +624,8 @@
551
624
  "view.resource.monitoring.title": "System monitoring",
552
625
  "view.resource.monitoring.helpInfo": "The System monitoring view shows the usage of various system resources, such as memory, CPU, file descriptors, and storage space. It also shows some performance metrics that allow you to diagnose various issues, as well as an overview of the cluster health",
553
626
  "view.users.access.helpInfo": "The Users and Access view is used to manage the users and their access to the GraphDB repositories. You can also enable or disable the security of the entire GraphDB. When security is disabled, everyone has full access to the repositories and the admin functionality.",
627
+ "view.aclmanagement.title": "ACL Management",
628
+ "view.aclmanagement.helpInfo": "The ACL management view is used to manage the Access Control List, a mechanism for fine-grained access level control on the quad level of the repository. Each ACL rule consists of the quad (subject, predicate, object, context, including wildcards) whose level needs to be controlled, the applicable role membership and the policy (allow or deny) of the rule.",
554
629
  "view.create.user.title": "Create new user",
555
630
  "view.edit.user.title": "Edit user: {{userId}}",
556
631
  "view.login.title": "Login",
@@ -596,6 +671,7 @@
596
671
  "menu.sparql.label": "SPARQL",
597
672
  "menu.monitor.label": "Monitor",
598
673
  "menu.queries.and.updates.label": "Queries and Updates",
674
+ "menu.backup_and_restore.label": "Backup and Restore",
599
675
  "menu.enableFtsIndex.label": "Enable full-text search (FTS) index",
600
676
  "menu.ftsIndexes.label": "FTS indexes to build (comma delimited)",
601
677
  "menu.ftsStringLiteralsIndex.label": "FTS index for xsd:string literals",
@@ -603,7 +679,10 @@
603
679
  "menu.ftsDefaultAnalyzer.label": "Analyzer for the default index",
604
680
  "menu.resources.label": "System",
605
681
  "menu.setup.label": "Setup",
682
+ "menu.lab.label": "Lab",
683
+ "menu.ttyg.label": "Talk to Your Graph",
606
684
  "menu.repositories.label": "Repositories",
685
+ "menu.aclmanagement.label": "ACL Management",
607
686
  "menu.users.and.access.label": "Users and Access",
608
687
  "menu.my.settings.label": "My Settings",
609
688
  "menu.cluster.label": "Cluster",
@@ -904,6 +983,7 @@
904
983
  "export.clear.graph.msg": "Failed to clear the {{longName}}",
905
984
  "export.warning.clear.graph.msg": "Are you sure you want to clear the selected graphs?",
906
985
  "export.cleared.graph.msg": "Cleared the selected graphs",
986
+ "namespace.saved": "Namespace saved",
907
987
  "namespace.confirm.replace": "Confirm replace",
908
988
  "namespace.already.exists.msg": "This namespace prefix already exists. Do you want to replace it?",
909
989
  "namespace.warning.delete.msg": "Are you sure you want to delete the namespace '{{prefix}}'?",
@@ -917,7 +997,7 @@
917
997
  "jdbc.not.delete.sql.msg": "Could not delete SQL table",
918
998
  "jdbc.warning.unsaved.changes": "You have unsaved changes. Are you sure that you want to exit?",
919
999
  "jdbc.not.get.sql.msg2": "Could not get SQL table configuration",
920
- "jdbc.required.configuration.name": "SQL table name is required",
1000
+ "jdbc.required.configuration.name": "SQL configuration name is required",
921
1001
  "jdbc.saved.configuration": "SQL table configuration saved",
922
1002
  "jdbc.not.saved.configuration": "Could not save SQL table configuration",
923
1003
  "jdbc.configuration.updated": "SQL table configuration updated",
@@ -1012,9 +1092,9 @@
1012
1092
  "location.change.confirm": "Confirm location change",
1013
1093
  "location.change.confirm.warning": "Are you sure you want to change the location?",
1014
1094
  "location.label": "Location:",
1015
- "delete.repo.warning.msg": "<p>Are you sure you want to delete the repository <strong>{{repositoryId}}</strong>?</p><p><span class=\"icon-2x icon-warning\" style=\"color: var(--onto-orange-dark)\"></span>All data in the repository will be lost.</p>",
1095
+ "delete.repo.warning.msg": "<p>Are you sure you want to delete the repository <strong>{{repositoryId}}</strong>?</p><p><span class=\"icon-2x icon-warning\" style=\"color: var(--primary-color-dark)\"></span>All data in the repository will be lost.</p>",
1016
1096
  "confirm.restart.repo": "Confirm restart",
1017
- "confirm.restart.repo.warning.msg": "<p>Are you sure you want to restart the repository <strong>{{repositoryId}}</strong>?</p><p><span class=\"icon-2x icon-warning\" style=\"color: var(--onto-orange-dark)\"></span>The repository will be shut down immediately and all running queries and updates will be cancelled.</p>",
1097
+ "confirm.restart.repo.warning.msg": "<p>Are you sure you want to restart the repository <strong>{{repositoryId}}</strong>?</p><p><span class=\"icon-2x icon-warning\" style=\"color: var(--primary-color-dark)\"></span>The repository will be shut down immediately and all running queries and updates will be cancelled.</p>",
1018
1098
  "location.cannot.be.empty.error": "Location cannot be empty",
1019
1099
  "required.field": "This field is required",
1020
1100
  "created.repo.success.msg": "The repository {{repoId}} has been created.",
@@ -1025,9 +1105,9 @@
1025
1105
  "edit.repo.error.not.exists": "Repo with name <b>{{repositoryId}}</b> doesn't exists",
1026
1106
  "edit.repo.success.msg": "The repository {{saveId}} has been edited.",
1027
1107
  "edit.repo.save.changes.msg": "Save changes to repository <strong>{{repoId}}</strong>?<br><br>",
1028
- "edit.repo.rename.changes.msg": "<span class=\"icon-2x icon-warning\" style=\"color: var(--onto-orange-dark)\"></span>The repository will be stopped and renamed.",
1029
- "edit.repo.restart.requested.msg": "<span class=\"icon-2x icon-warning\" style=\"color: var(--onto-orange-dark)\"></span>The repository will be restarted.",
1030
- "edit.repo.restart.needed.msg": "<span class=\"icon-2x icon-warning\" style=\"color: var(--onto-orange-dark)\"></span>Repository restart required for changes to take effect.",
1108
+ "edit.repo.rename.changes.msg": "<span class=\"icon-2x icon-warning\" style=\"color: var(--primary-color-dark)\"></span>The repository will be stopped and renamed.",
1109
+ "edit.repo.restart.requested.msg": "<span class=\"icon-2x icon-warning\" style=\"color: var(--primary-color-dark)\"></span>The repository will be restarted.",
1110
+ "edit.repo.restart.needed.msg": "<span class=\"icon-2x icon-warning\" style=\"color: var(--primary-color-dark)\"></span>Repository restart required for changes to take effect.",
1031
1111
  "edit.repo.id.warning.msg": "<p>Changing the repository ID is a dangerous operation since it renames the repository folder and enforces repository shutdown.</p>",
1032
1112
  "edit.repo.id.cluster.warning.msg": "<p>If your repository is in a cluster, it is your responsibility to update the cluster after renaming.</p>",
1033
1113
  "confirm.enable.edit": "Confirm enable edit",
@@ -1237,17 +1317,13 @@
1237
1317
  "similarity.could.not.get.indexes.error": "Could not get indexes",
1238
1318
  "similarity.empty.index.name.error": "Index name cannot be empty",
1239
1319
  "similarity.index.name.constraint": "Index name can contain only letters (a-z, A-Z), numbers (0-9), \"-\" and \"_\"",
1240
- "similarity.query.type.DATA.name": "Data",
1241
- "similarity.query.type.SEARCH.name": "Search",
1242
- "similarity.query.type.ANALOGICAL.name": "Analogical",
1243
- "similarity.error.query.empty": "The '{{queryType}}' query cannot be empty.",
1244
- "similarity.error.query.invalid": "Invalid '{{queryType}}' query",
1245
- "similarity.error.query.invalid_type": "The '{{queryType}}' query must be a SELECT query",
1320
+ "similarity.empty.select.query.error": "Select query cannot be empty.",
1321
+ "similarity.empty.search.query.error": "Search query cannot be empty.",
1322
+ "similarity.empty.analogical.query.error": "Analogical query cannot be empty.",
1246
1323
  "similarity.index.select.queries.constraint": "Similarity index requires SELECT queries.",
1247
1324
  "similarity.could.not.get.search.queries.error": "Could not get search queries",
1248
1325
  "similarity.existing.index.name.error": "Index with this name already exists.",
1249
1326
  "similarity.create.index.error": "Could not create index",
1250
- "similarity.create.index.successfully": "Similarity index created successfully.",
1251
1327
  "similarity.indexes.select.queries.constraint": "Similarity indexes work only with SELECT queries.",
1252
1328
  "similarity.explain.select.queries.constraint": "Explain only works with SELECT queries.",
1253
1329
  "cannot.execute.update.error": "Cannot execute updates from this editor.",
@@ -1261,19 +1337,16 @@
1261
1337
  "similarity.get.resource.error": "Could not get resource!",
1262
1338
  "similarity.delete.index.warning": "Are you sure you want to delete the index '{{name}}'?",
1263
1339
  "similarity.rebuild.index.warning": "Are you sure you want to rebuild the whole index '{{name}}'?<br>You will still be able to use the latest successful build!",
1264
- "similarity.copy_of.prefix": "Copy_of",
1265
- "similarity.warning.unsaved.changes": "You have unsaved changes. Are you sure that you want to exit?",
1266
1340
  "sparql.template.get.templates.error": "Could not get SPARQL templates",
1267
1341
  "sparql.template.delete.template.warning": "Are you sure you want to delete the SPARQL template '{{templateID}}'?",
1268
1342
  "sparql.template.delete.template.success": "Deleted successfully SPARQL template",
1269
1343
  "sparql.template.delete.template.failure": "Could not delete {{templateID}} template",
1270
1344
  "sparql.template.get.template.error": "Could not get {{templateID}} template",
1271
1345
  "sparql.template.iri.constraint": "SPARQL template IRI is required",
1272
- "sparql.template.existing.template.error": "<div>SPARQL Template <strong>{{templateID}}</strong> already exists.</div><br><div><span class=\"icon-2x icon-warning\" style=\"color: var(--onto-orange-dark)\"></span> Do you want to override the template query?</div>",
1346
+ "sparql.template.existing.template.error": "<div>SPARQL Template <strong>{{templateID}}</strong> already exists.</div><br><div><span class=\"icon-2x icon-warning\" style=\"color: var(--primary-color-dark)\"></span> Do you want to override the template query?</div>",
1273
1347
  "update.sparql.template.success.msg": "Updated SPARQL template",
1274
1348
  "save.sparql.template.failure.msg": "Could not save {{templateID}} template",
1275
1349
  "sparql.template.query.constraint": "The template query must be an UPDATE query",
1276
- "sparql.template.query.invalid": "Invalid query",
1277
1350
  "save.sparql.template.success.msg": "Saved SPARQL template",
1278
1351
  "attach.remote.gdb.instance": "Attach a remote GraphDB instance",
1279
1352
  "remote.location.url": "Location URL*",
@@ -1564,7 +1637,6 @@
1564
1637
  "visual.config.search.box.starting.point": "Starting point - Search box",
1565
1638
  "visual.config.query.results.starting.point": "Starting point - Query results",
1566
1639
  "visual.config.fixed.resource.starting.point": "Starting point - Fixed resource",
1567
- "visual.config.warning.unsaved.changes": "You have unsaved changes. Are you sure that you want to exit?",
1568
1640
  "visual.edit.config": "Edit configuration",
1569
1641
  "visual.delete.config": "Delete configuration",
1570
1642
  "visual.saved.graphs": "Saved graphs",
@@ -1821,6 +1893,43 @@
1821
1893
  "guide.confirm.cancel.message": "Are you sure you want to stop the guide?",
1822
1894
  "guide.unexpected.error.message": "The guide was cancelled due to an unexpected error. Please run the guide again and if the problem persists contact the support.",
1823
1895
  "guide.start.unexpected.error.message": "The guide cannot be started due to an unexpected error. Please try running the guide again and if the problem persists contact the support.",
1824
- "view.sparql-editor.title": "Ontotext Yasgui SPARQL Query & Update",
1825
- "view.sparql-editor.helpInfo": "The SPARQL Query & Update view is a unified editor for queries and updates. Enter any SPARQL query or update and click Run to execute it. The view also allows you to save queries for future retrieval and execution in the SPARQL editor."
1896
+ "ttyg.helpInfo": "Talk to Your Graph is chat bot based on OpenAI's GPT-4 model that can answer questions about data stored in GraphDB, leveraging both your data and the general knowledge of the GPT-4 model. The bot works in connection with the ChatGPT Retrieval connector.",
1897
+ "ttyg.hint": "Talk to your graph simply ask a question!",
1898
+ "ttyg.help.what.title": "What is this?",
1899
+ "ttyg.help.what.content": "Talk to Your Graph is chat bot based on OpenAI's GPT-4 model that can answer questions about data stored in GraphDB, leveraging both your data and the general knowledge of the GPT-4 model.",
1900
+ "ttyg.help.how.title": "How does it work?",
1901
+ "ttyg.help.how.content": "The bot uses the ChatGPT Retrieval connector to fetch information it does not know about. As such, you must first create a suitable connector. See also the settings for fine-tuning the integration with the Retrieval connector.",
1902
+ "ttyg.ask.button": "Ask",
1903
+ "ttyg.clear.hint": "Clear the chat history",
1904
+ "ttyg.clear.history.confirmation": "This will clear the history conversation.",
1905
+ "ttyg.settings.title": "Talk to Your Graph Settings",
1906
+ "ttyg.settings.info": "The settings are stored in the browser only and are per repository.",
1907
+ "ttyg.settings.connector.id": "Retrieval connector ID",
1908
+ "ttyg.settings.connector.id.tooltip": "The ID of the Retrieval connector to use. If empty, the first defined connector will be used.",
1909
+ "ttyg.settings.query.template": "Query template",
1910
+ "ttyg.settings.query.template.tooltip": "The query template used by the chat bot to request more information from the connector. It must contain at least the \"query\" key but may also contain a \"filter\" key if your connector has suitable metadata.",
1911
+ "ttyg.settings.ground.truths": "Ground truths",
1912
+ "ttyg.settings.ground.truths.tooltip": "An optional list of ground truths that help the chat bot to establish context.",
1913
+ "ttyg.settings.topk": "Number of top results",
1914
+ "ttyg.settings.topk.tooltip": "Number of results returned to the chat bot when it requests more information. More results will provide more information but they may also introduce noise.",
1915
+ "ttyg.settings.echo.vector.query": "Echo vector query",
1916
+ "ttyg.settings.echo.vector.query.tooltip": "If enabled the bot will use the generated queries as feedback to the GPT API.",
1917
+ "global.operations_statuses.queries.title": "Running query",
1918
+ "global.operations_statuses.queries.title.plural": "Running queries",
1919
+ "global.operations_statuses.updates.title": "Running update",
1920
+ "global.operations_statuses.updates.title.plural": "Running updates",
1921
+ "global.operations_statuses.imports.title": "Running import",
1922
+ "global.operations_statuses.imports.title.plural": "Running imports",
1923
+ "global.operations_statuses.CREATE_BACKUP_IN_PROGRESS.title": "Creating backup",
1924
+ "global.operations_statuses.CREATE_BACKUP_IN_PROGRESS.title.plural": "Creating backups",
1925
+ "global.operations_statuses.RESTORE_BACKUP_IN_PROGRESS.title": "Restoring backup",
1926
+ "global.operations_statuses.RESTORE_BACKUP_IN_PROGRESS.title.plural": "Restoring backups",
1927
+ "global.operations_statuses.CREATE_CLOUD_BACKUP_IN_PROGRESS.title": "Creating cloud backup",
1928
+ "global.operations_statuses.CREATE_CLOUD_BACKUP_IN_PROGRESS.title.plural": "Creating cloud backups",
1929
+ "global.operations_statuses.RESTORE_CLOUD_BACKUP_IN_PROGRESS.title": "Restoring cloud backup",
1930
+ "global.operations_statuses.RESTORE_CLOUD_BACKUP_IN_PROGRESS.title.plural": "Restoring cloud backups",
1931
+ "global.operations_statuses.IN_SYNC.title": "In sync",
1932
+ "global.operations_statuses.RECOVERING.title": "Recovering",
1933
+ "global.operations_statuses.OUT_OF_SYNC.title": "Out of sync",
1934
+ "global.operations_statuses.UNAVAILABLE_NODES.title": "Unavailable nodes"
1826
1935
  }
@@ -0,0 +1,19 @@
1
+ {
2
+ "id": "1",
3
+ "username": "admin",
4
+ "operation": "CREATE_CLOUD_BACKUP",
5
+ "affectedRepositories": [
6
+ "1"
7
+ ],
8
+ "msSinceCreated": 23416,
9
+ "snapshotOptions": {
10
+ "withRepositoryData": true,
11
+ "withSystemData": false,
12
+ "withClusterData": false,
13
+ "cleanDataDir": true,
14
+ "removeCluster": false,
15
+ "repositories": null,
16
+ "replicationTimeoutMs": null
17
+ },
18
+ "nodePerformingClusterBackup": null
19
+ }
@@ -0,0 +1,30 @@
1
+ {
2
+ "status": "WARNING",
3
+ "allRunningOperations": [
4
+ {
5
+ "value": "25",
6
+ "status": "INFORMATION",
7
+ "type": "queries"
8
+ },
9
+ {
10
+ "value": "1",
11
+ "status": "INFORMATION",
12
+ "type": "updates"
13
+ },
14
+ {
15
+ "value": "1",
16
+ "status": "CRITICAL",
17
+ "type": "imports"
18
+ },
19
+ {
20
+ "value": "CREATE_BACKUP_IN_PROGRESS",
21
+ "status": "WARNING",
22
+ "type": "backupAndRestore"
23
+ },
24
+ {
25
+ "value": "UNAVAILABLE_NODES",
26
+ "status": "WARNING",
27
+ "type": "clusterHealth"
28
+ }
29
+ ]
30
+ }
@@ -0,0 +1,44 @@
1
+ {
2
+ "data": [
3
+ {
4
+ "subject": "<urn:Mary>",
5
+ "predicate": "*",
6
+ "object": "*",
7
+ "context": "*",
8
+ "role": "!CUSTOM_ROLE2",
9
+ "policy": "allow"
10
+ },
11
+ {
12
+ "subject": "*",
13
+ "predicate": "<http://www.w3.org/1999/02/22-rdf-syntax-ns#type>",
14
+ "object": "*",
15
+ "context": "*",
16
+ "role": "CUSTOM_ROLE1",
17
+ "policy": "deny"
18
+ },
19
+ {
20
+ "subject": "<<<http://example.com/test> <http://www.w3.org/2000/01/rdf-schema#label> \"test aber auf Deutsch\"@de>>",
21
+ "predicate": "*",
22
+ "object": "\"test aber auf Deutsch\"@en",
23
+ "context": "<http://example.com/graph1>",
24
+ "role": "CUSTOM_ROLE3",
25
+ "policy": "deny"
26
+ },
27
+ {
28
+ "subject": "*",
29
+ "predicate": "*",
30
+ "object": "\"15\"^^<http://www.w3.org/2001/XMLSchema#int>",
31
+ "context": "*",
32
+ "role": "CUSTOM_ROLE3",
33
+ "policy": "allow"
34
+ },
35
+ {
36
+ "subject": "<urn:Cat>",
37
+ "predicate": "*",
38
+ "object": "<<<http://example.com/test> <http://www.w3.org/2000/01/rdf-schema#label> \"test aber auf Deutsch\"@de>>",
39
+ "context": "*",
40
+ "role": "CUSTOM_ROLE4",
41
+ "policy": "deny"
42
+ }
43
+ ]
44
+ }
@@ -1,5 +1,3 @@
1
- import {YasrSteps} from "../../steps/yasgui/yasr-steps";
2
-
3
1
  const EXPORT_GRAPHS_TABLE_ID = '#export-graphs';
4
2
  const ROWS_PER_PAGE_20 = '1';
5
3
  const ROWS_PER_PAGE_ALL = '2';
@@ -120,7 +118,7 @@ describe('Graphs overview screen validation', () => {
120
118
  // open default graph through the link and verify that the table view is rendered
121
119
  cy.contains('The default graph').click();
122
120
  cy.url().should('contain', Cypress.config('baseUrl') + '/resource');
123
- YasrSteps.getResultTableHeader().should('be.visible');
124
- YasrSteps.getResultTableHeaderColumns().should('have.length', 5);
121
+ cy.get('.resultsTable').should('be.visible')
122
+ .find('thead th').should('have.length', 5);
125
123
  });
126
124
  });