@things-factory/integration-ui 7.0.0-alpha.9 → 7.0.0

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 (118) hide show
  1. package/client/analysis/graph-viewer-style.ts +1 -1
  2. package/client/analysis/graph-viewer.ts +1 -1
  3. package/client/bootstrap.ts +1 -6
  4. package/client/editors/entity-selector.ts +13 -20
  5. package/client/editors/things-editor-entity-selector.ts +3 -3
  6. package/client/editors/things-editor-oracle-procedure.ts +18 -17
  7. package/client/editors/things-editor-tag-scenarios.ts +1 -1
  8. package/client/grist/connection-selector.ts +0 -2
  9. package/client/grist/connector-selector.ts +0 -2
  10. package/client/grist/dynamic-selector.ts +1 -5
  11. package/client/pages/connection-importer.ts +6 -11
  12. package/client/pages/connection.ts +29 -7
  13. package/client/pages/integration-analysis.ts +1 -1
  14. package/client/pages/integration-monitor.ts +18 -9
  15. package/client/pages/scenario-detail.ts +9 -19
  16. package/client/pages/scenario-importer.ts +6 -11
  17. package/client/pages/scenario.ts +16 -4
  18. package/client/viewparts/connections-monitor.ts +26 -23
  19. package/client/viewparts/monitoring-summary.ts +18 -11
  20. package/client/viewparts/pending-q-monitor.ts +11 -9
  21. package/client/viewparts/scenario-instance-log-view.ts +14 -5
  22. package/client/viewparts/scenario-instance-monitor.ts +29 -19
  23. package/client/viewparts/scenario-instance-view.ts +12 -12
  24. package/client/viewparts/scenario-monitor.ts +36 -30
  25. package/client/viewparts/scenarios-monitor.ts +21 -15
  26. package/dist-client/analysis/graph-viewer-style.js +1 -1
  27. package/dist-client/analysis/graph-viewer-style.js.map +1 -1
  28. package/dist-client/analysis/graph-viewer.js +21 -21
  29. package/dist-client/analysis/graph-viewer.js.map +1 -1
  30. package/dist-client/bootstrap.d.ts +0 -1
  31. package/dist-client/bootstrap.js +0 -1
  32. package/dist-client/bootstrap.js.map +1 -1
  33. package/dist-client/editors/entity-editor.js.map +1 -1
  34. package/dist-client/editors/entity-selector.d.ts +1 -1
  35. package/dist-client/editors/entity-selector.js +7 -12
  36. package/dist-client/editors/entity-selector.js.map +1 -1
  37. package/dist-client/editors/things-editor-entity-selector.d.ts +1 -1
  38. package/dist-client/editors/things-editor-entity-selector.js +3 -3
  39. package/dist-client/editors/things-editor-entity-selector.js.map +1 -1
  40. package/dist-client/editors/things-editor-http-body.js.map +1 -1
  41. package/dist-client/editors/things-editor-http-headers.js.map +1 -1
  42. package/dist-client/editors/things-editor-http-parameters.js.map +1 -1
  43. package/dist-client/editors/things-editor-oracle-procedure.d.ts +1 -1
  44. package/dist-client/editors/things-editor-oracle-procedure.js +18 -17
  45. package/dist-client/editors/things-editor-oracle-procedure.js.map +1 -1
  46. package/dist-client/editors/things-editor-tag-scenarios.js +1 -1
  47. package/dist-client/editors/things-editor-tag-scenarios.js.map +1 -1
  48. package/dist-client/grist/connection-selector.d.ts +0 -1
  49. package/dist-client/grist/connection-selector.js +0 -1
  50. package/dist-client/grist/connection-selector.js.map +1 -1
  51. package/dist-client/grist/connector-selector.d.ts +0 -1
  52. package/dist-client/grist/connector-selector.js +0 -1
  53. package/dist-client/grist/connector-selector.js.map +1 -1
  54. package/dist-client/grist/dynamic-selector.d.ts +0 -1
  55. package/dist-client/grist/dynamic-selector.js +0 -1
  56. package/dist-client/grist/dynamic-selector.js.map +1 -1
  57. package/dist-client/grist/task-type-selector.js.map +1 -1
  58. package/dist-client/pages/connection-importer.d.ts +1 -0
  59. package/dist-client/pages/connection-importer.js +6 -11
  60. package/dist-client/pages/connection-importer.js.map +1 -1
  61. package/dist-client/pages/connection.js +29 -7
  62. package/dist-client/pages/connection.js.map +1 -1
  63. package/dist-client/pages/integration-analysis.js +1 -1
  64. package/dist-client/pages/integration-analysis.js.map +1 -1
  65. package/dist-client/pages/integration-monitor.js +18 -9
  66. package/dist-client/pages/integration-monitor.js.map +1 -1
  67. package/dist-client/pages/scenario-detail.d.ts +1 -0
  68. package/dist-client/pages/scenario-detail.js +9 -19
  69. package/dist-client/pages/scenario-detail.js.map +1 -1
  70. package/dist-client/pages/scenario-importer.d.ts +1 -0
  71. package/dist-client/pages/scenario-importer.js +6 -11
  72. package/dist-client/pages/scenario-importer.js.map +1 -1
  73. package/dist-client/pages/scenario.d.ts +2 -6
  74. package/dist-client/pages/scenario.js +14 -3
  75. package/dist-client/pages/scenario.js.map +1 -1
  76. package/dist-client/pages/state-register.js.map +1 -1
  77. package/dist-client/route.js.map +1 -1
  78. package/dist-client/tsconfig.tsbuildinfo +1 -1
  79. package/dist-client/viewparts/connections-monitor.d.ts +1 -1
  80. package/dist-client/viewparts/connections-monitor.js +26 -23
  81. package/dist-client/viewparts/connections-monitor.js.map +1 -1
  82. package/dist-client/viewparts/monitoring-summary.d.ts +1 -0
  83. package/dist-client/viewparts/monitoring-summary.js +18 -11
  84. package/dist-client/viewparts/monitoring-summary.js.map +1 -1
  85. package/dist-client/viewparts/pending-q-monitor.d.ts +1 -0
  86. package/dist-client/viewparts/pending-q-monitor.js +10 -9
  87. package/dist-client/viewparts/pending-q-monitor.js.map +1 -1
  88. package/dist-client/viewparts/scenario-instance-log-view.d.ts +2 -1
  89. package/dist-client/viewparts/scenario-instance-log-view.js +14 -5
  90. package/dist-client/viewparts/scenario-instance-log-view.js.map +1 -1
  91. package/dist-client/viewparts/scenario-instance-monitor.d.ts +1 -1
  92. package/dist-client/viewparts/scenario-instance-monitor.js +23 -16
  93. package/dist-client/viewparts/scenario-instance-monitor.js.map +1 -1
  94. package/dist-client/viewparts/scenario-instance-view.js +12 -12
  95. package/dist-client/viewparts/scenario-instance-view.js.map +1 -1
  96. package/dist-client/viewparts/scenario-monitor.d.ts +1 -1
  97. package/dist-client/viewparts/scenario-monitor.js +35 -30
  98. package/dist-client/viewparts/scenario-monitor.js.map +1 -1
  99. package/dist-client/viewparts/scenarios-monitor.d.ts +1 -1
  100. package/dist-client/viewparts/scenarios-monitor.js +20 -15
  101. package/dist-client/viewparts/scenarios-monitor.js.map +1 -1
  102. package/dist-server/index.d.ts +0 -0
  103. package/dist-server/tsconfig.tsbuildinfo +1 -1
  104. package/helps/integration/ui/connection.ja.md +3 -0
  105. package/helps/integration/ui/connection.ko.md +9 -6
  106. package/helps/integration/ui/connection.md +3 -0
  107. package/helps/integration/ui/connection.ms.md +3 -0
  108. package/helps/integration/ui/connection.zh.md +3 -0
  109. package/helps/integration/ui/scenario.ja.md +6 -0
  110. package/helps/integration/ui/scenario.ko.md +6 -0
  111. package/helps/integration/ui/scenario.md +6 -0
  112. package/helps/integration/ui/scenario.ms.md +6 -0
  113. package/helps/integration/ui/scenario.zh.md +6 -0
  114. package/package.json +17 -17
  115. package/translations/ja.json +1 -0
  116. package/translations/ko.json +1 -0
  117. package/translations/ms.json +1 -0
  118. package/translations/zh.json +1 -0
@@ -13,6 +13,9 @@
13
13
  - アプリケーションの起動時に接続状態を自動的に指定します。
14
14
  - コネクタータイプ(Connector Type)
15
15
  - 接続対象に使用するコネクターを指定します。
16
+ - エッジサーバー (Edge Server)
17
+ - 実際の接続対象に接続されるエッジサーバーを指定
18
+ - 指定されない場合は、デフォルトサーバーが使用される
16
19
  - エンドポイント(Endpoint)
17
20
  - 接続対象のエンドポイントを設定します。
18
21
  - 設定の詳細については、コネクター固有のドキュメンテーションを参照できます。
@@ -4,22 +4,25 @@
4
4
 
5
5
  ## properties
6
6
 
7
- - name
7
+ - 이름 (name)
8
8
  - 커넥션의 이름을 지정
9
9
  - 이름은 유니크해야함
10
- - description
10
+ - 설명 (description)
11
11
  - 커넥션에 대한 설명
12
- - active flag
12
+ - 활성화 (active flag)
13
13
  - 어플리케이션 시작 시점에 자동으로 연결 여부 지정
14
- - connector type
14
+ - 분류 (connector type)
15
15
  - 연결 대상에 사용될 커넥터를 지정
16
- - endpoint
16
+ - 엣지 서버 (edge server)
17
+ - 실제 연결 대상에 연결될 엣지서버를 지정
18
+ - 지정하지 않으면, 기본 서버가 사용됨
19
+ - 엔드포인트 (endpoint)
17
20
  - 연결 대상의 엔드포인트 설정
18
21
  - 커넥터별 도움말을 참고해서 설정할 수 있다.
19
22
  - 통상, 리모트 서비스 인 경우에는 통상 {protocol}://{host}[:port] 또는 URL로 설정한다.
20
23
  - 그리고, 대상이 로컬 파일인 경우에는 파일 패스로 설정한다.
21
24
  - 로컬 디바이스인 경우에는 USB 포트번호가 설정될 수도 있다.
22
- - parameters
25
+ - 파라미터 (parameters)
23
26
  - 각 커넥터별로 엔드포인트 정보 외에 추가적인 파라미터 설정이 필요한 경우에 설정화면이 제공된다.
24
27
  - 커넥터별 도움말을 참고해서 설정할 수 있다.
25
28
 
@@ -13,6 +13,9 @@ On the Connection page, you define connection information for integration target
13
13
  - Automatically specifies the connection status at the application startup.
14
14
  - Connector Type
15
15
  - Specify the connector to be used for the connection target.
16
+ - Edge Server
17
+ - specifies the edge server to be connected to the actual connection target
18
+ - if not specified, the default server will be used
16
19
  - Endpoint
17
20
  - Configure the endpoint of the connection target.
18
21
  - You can refer to the connector-specific documentation for configuration details.
@@ -13,6 +13,9 @@ Pada halaman Connection ini, anda akan mendefinisikan maklumat sambungan untuk m
13
13
  - Secara automatik menetapkan status sambungan semasa permulaan aplikasi.
14
14
  - Connector Type
15
15
  - Tetapkan penyambung yang akan digunakan untuk matlamat sambungan.
16
+ - Edge Server
17
+ - menentukan pelayan tepi yang akan disambungkan kepada sasaran sambungan sebenar
18
+ - jika tidak ditentukan, pelayan lalai akan digunakan
16
19
  - Endpoint
17
20
  - Konfigurasi hujung matlamat sambungan.
18
21
  - Anda boleh merujuk kepada dokumen khusus penyambung untuk butiran konfigurasi.
@@ -13,6 +13,9 @@
13
13
  - 在应用程序启动时自动指定连接状态。
14
14
  - 连接器类型(Connector Type)
15
15
  - 指定用于连接目标的连接器。
16
+ - 边缘服务器 (Edge Server)
17
+ - 指定将连接到实际连接目标的边缘服务器
18
+ - 如果不指定,则使用默认服务器
16
19
  - 终点(Endpoint)
17
20
  - 配置连接目标的终点。
18
21
  - 您可以参考特定连接器的文档以获取配置详细信息。
@@ -15,6 +15,12 @@
15
15
  - シナリオを実行するための必須権限を設定します。
16
16
  - アクティベーションフラグ
17
17
  - アプリケーションの起動時に自動的に開始するかどうかを指定します。
18
+ - TTL(タイムトゥーリブ)
19
+ - シナリオの結果をキャッシュに保存し、設定されたTTL秒間保持します。
20
+ - TTLが0より大きく設定されている場合、シナリオが実行されるたびにその結果をキャッシュに保存します。(RunScenario, StartScenario)
21
+ - キャッシュのキーは、シナリオID" + "ドメイン" + "シナリオ呼び出しパラメータオブジェクト"の組み合わせで、呼び出しパラメータオブジェクトでハッシュキーを作成して記録します。
22
+ - RunScenarioでシナリオが実行される場合、まず有効なキャッシュがあるかを確認し、あれば実際にシナリオを実行せず、キャッシュに保存された結果が返されます。
23
+ - StartScenarioでシナリオが実行される場合、キャッシュの有無に関係なく実際にシナリオを実行し、その結果でキャッシュを更新します。
18
24
  - 進行度(監視中にのみ表示される情報)
19
25
  - (現在のステップ番号 / シナリオの総ステップ数)%
20
26
  - メインシナリオを基準に、サーバーシナリオは単一のステップとして計算されます。
@@ -15,6 +15,12 @@
15
15
  - 시나리오를 실행할 수 있는 필수 권한을 설정한다.
16
16
  - 활성화(active flag)
17
17
  - 어플리케이션 시작 시점에 자동으로 시작여부 지정
18
+ - TTL(Time To Live)
19
+ - 시나리오의 결과를 캐시에 저장하고 설정된 TTL seconds 동안 유지한다.
20
+ - TTL이 0보다 크게 설정된다면, 시나리오는 실행될 때마다 그 결과를 캐시에 저장한다. (RunScenario, StartScenario)
21
+ - 캐시의 key는 시나리오 ID" + "도메인" + "시나리오 호출 파라미터 오브젝트" 조합으로, 호출 파라미터 오브젝트로 해시키를 만들어서 기록된다.
22
+ - RunScenario로 시나리오가 실행되는 경우에는 해당되는 유효한 캐시가 있는 지를 먼저 확인하고, 있다면 실제로 시나리오를 실행하지 않고 캐시에 저장된 결과가 리턴된다.
23
+ - StartScenario로 시나리오가 실행되는 경우에는 캐시 여부와 무관하게 실제로 시나리오를 실행하고, 그 결과로 캐시를 업데이트 한다.
18
24
  - progress (모니터링중에만 표시되는 정보임)
19
25
  - (현재 스텝 번호 / 시나리오의 전체 스텝수) %
20
26
  - 메인 시나리오 기준이며, 서버시나리오는 하나의 스텝으로 계산된다.
@@ -15,6 +15,12 @@ In the Scenario Definition screen, you can manage scenarios to be operated by th
15
15
  - Set the required privileges to execute the scenario.
16
16
  - Activation Flag
17
17
  - Automatically specify whether it starts when the application starts.
18
+ - TTL(Time To Live)
19
+ - stores the scenario's results in cache and maintains it for the set TTL seconds.
20
+ - if TTL is set greater than 0, the scenario's results will be stored in cache each time it is run. (RunScenario, StartScenario)
21
+ - the cache key is a combination of the scenario ID + domain + scenario call parameter object, recorded by creating a hash key from the call parameter object.
22
+ - if the scenario is run with RunScenario, it first checks for a valid cache, and if one exists, it returns the cached results without actually running the scenario.
23
+ - if the scenario is run with StartScenario, it runs the scenario regardless of the cache status and updates the cache with the results.
18
24
  - Progress (Information displayed only during monitoring)
19
25
  - (Current step number / Total number of steps in the scenario) %
20
26
  - Based on the main scenario, server scenarios are calculated as a single step.
@@ -15,6 +15,12 @@ Dalam layar Definisi Senario, Anda dapat mengelola senario yang akan dioperasika
15
15
  - Tetapkan kebenaran yang diperlukan untuk menjalankan senario.
16
16
  - Flag Aktivasi
17
17
  - Secara otomatis tentukan apakah senario tersebut akan dimulai ketika aplikasi dimulai.
18
+ - TTL(Masa Untuk Hidup)
19
+ - Menyimpan hasil senario dalam cache dan mengekalkannya selama TTL saat yang ditetapkan.
20
+ - Jika TTL ditetapkan lebih besar daripada 0, hasil senario akan disimpan dalam cache setiap kali ia dijalankan. (RunScenario, StartScenario)
21
+ - Kunci cache adalah gabungan ID senario + domain + objek parameter panggilan senario, yang direkodkan dengan mencipta kunci hash daripada objek parameter panggilan.
22
+ - Jika senario dijalankan dengan RunScenario, ia akan memeriksa terlebih dahulu sama ada terdapat cache yang sah, dan jika ada, hasil dalam cache akan dikembalikan tanpa menjalankan senario secara sebenar.
23
+ - Jika senario dijalankan dengan StartScenario, ia akan menjalankan senario secara sebenar tanpa mengira sama ada terdapat cache, dan mengemas kini cache dengan hasilnya.
18
24
  - Kemajuan (Informasi yang hanya ditampilkan selama pemantauan)
19
25
  - (Nomor langkah saat ini / Jumlah total langkah dalam senario) %
20
26
  - Berdasarkan senario utama, senario server dihitung sebagai satu langkah.
@@ -15,6 +15,12 @@
15
15
  - 设置执行场景所需的权限。
16
16
  - 激活标志
17
17
  - 自动指定是否在应用程序启动时启动。
18
+ - TTL(生存时间)
19
+ - 将场景的结果存储在缓存中,并保持设定的TTL秒数。
20
+ - 如果TTL设置为大于0,则每次运行场景时,都会将结果存储在缓存中。(RunScenario, StartScenario)
21
+ - 缓存的key由场景ID" + "域名" + "场景调用参数对象的组合,通过调用参数对象生成哈希键记录。
22
+ - 如果场景通过RunScenario运行,则首先检查是否存在有效的缓存,如果有,则不实际执行场景,返回缓存中的结果。
23
+ - 如果场景通过StartScenario运行,则不论是否存在缓存,都会实际执行场景,并更新缓存中的结果。
18
24
  - 进度(仅在监控期间显示的信息)
19
25
  - (当前步骤编号 / 情景中的总步骤数)%
20
26
  - 基于主要情景,服务器情景被计算为单个步骤。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/integration-ui",
3
- "version": "7.0.0-alpha.9",
3
+ "version": "7.0.0",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -27,21 +27,21 @@
27
27
  "migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
28
28
  },
29
29
  "dependencies": {
30
- "@operato/app": "^2.0.0-alpha.0",
31
- "@operato/data-grist": "^2.0.0-alpha.0",
32
- "@operato/graphql": "^2.0.0-alpha.0",
33
- "@operato/grist-editor": "^2.0.0-alpha.0",
34
- "@operato/help": "^2.0.0-alpha.0",
35
- "@operato/i18n": "^2.0.0-alpha.0",
36
- "@operato/layout": "^2.0.0-alpha.0",
37
- "@operato/property-editor": "^2.0.0-alpha.0",
38
- "@operato/styles": "^2.0.0-alpha.0",
39
- "@operato/utils": "^2.0.0-alpha.0",
40
- "@things-factory/export-base": "^7.0.0-alpha.9",
41
- "@things-factory/import-base": "^7.0.0-alpha.9",
42
- "@things-factory/integration-base": "^7.0.0-alpha.9",
43
- "d3": "^7.8.5",
44
- "moment-timezone": "^0.5.40"
30
+ "@operato/app": "^7.0.0",
31
+ "@operato/data-grist": "^7.0.0",
32
+ "@operato/graphql": "^7.0.0",
33
+ "@operato/grist-editor": "^7.0.0",
34
+ "@operato/help": "^7.0.0",
35
+ "@operato/i18n": "^7.0.0",
36
+ "@operato/layout": "^7.0.0",
37
+ "@operato/moment-timezone-es": "^7.0.0",
38
+ "@operato/property-editor": "^7.0.0",
39
+ "@operato/styles": "^7.0.0",
40
+ "@operato/utils": "^7.0.0",
41
+ "@things-factory/export-base": "^7.0.0",
42
+ "@things-factory/import-base": "^7.0.0",
43
+ "@things-factory/integration-base": "^7.0.0",
44
+ "d3": "^7.8.5"
45
45
  },
46
- "gitHead": "99fc5aead211b3c82e3ebbf76e8d5d1db01b1ddc"
46
+ "gitHead": "00f3917ca132679e3571f3f4fd16f4caf84f488e"
47
47
  }
@@ -9,6 +9,7 @@
9
9
  "field.break_main": "BreakMain",
10
10
  "field.connection": "連結",
11
11
  "field.crontab": "クロン タブ",
12
+ "field.edge-server": "エッジサーバー",
12
13
  "field.endpoint": "エンド ポイント",
13
14
  "field.log": "ログ",
14
15
  "field.message": "メッセージ",
@@ -9,6 +9,7 @@
9
9
  "field.break_main": "BreakMain",
10
10
  "field.connection": "연결",
11
11
  "field.crontab": "크론탭",
12
+ "field.edge-server": "엣지 서버",
12
13
  "field.endpoint": "엔드포인트",
13
14
  "field.log": "로그",
14
15
  "field.message": "메시지",
@@ -9,6 +9,7 @@
9
9
  "field.api_url": "URL API",
10
10
  "field.connection": "sambungan",
11
11
  "field.crontab": "crontab",
12
+ "field.edge-server": "pelayan tepi",
12
13
  "field.endpoint": "titik akhir",
13
14
  "field.log": "log",
14
15
  "field.message": "mesej",
@@ -8,6 +8,7 @@
8
8
  "field.api_url": "API URL",
9
9
  "field.connection": "连接",
10
10
  "field.crontab": "crontab",
11
+ "field.edge-server": "边缘服务器",
11
12
  "field.endpoint": "端点",
12
13
  "field.log": "日志",
13
14
  "field.message": "信息",