@things-factory/integration-ui 7.0.0-alpha.8 → 7.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/client/analysis/graph-viewer-style.ts +1 -1
- package/client/analysis/graph-viewer.ts +1 -1
- package/client/bootstrap.ts +1 -6
- package/client/editors/entity-selector.ts +13 -20
- package/client/editors/things-editor-entity-selector.ts +3 -3
- package/client/editors/things-editor-oracle-procedure.ts +18 -17
- package/client/editors/things-editor-tag-scenarios.ts +1 -1
- package/client/grist/connection-selector.ts +0 -2
- package/client/grist/connector-selector.ts +0 -2
- package/client/grist/dynamic-selector.ts +1 -5
- package/client/pages/connection-importer.ts +6 -11
- package/client/pages/connection.ts +29 -7
- package/client/pages/integration-analysis.ts +1 -1
- package/client/pages/integration-monitor.ts +18 -9
- package/client/pages/scenario-detail.ts +9 -19
- package/client/pages/scenario-importer.ts +6 -11
- package/client/pages/scenario.ts +16 -4
- package/client/viewparts/connections-monitor.ts +26 -23
- package/client/viewparts/monitoring-summary.ts +18 -11
- package/client/viewparts/pending-q-monitor.ts +11 -9
- package/client/viewparts/scenario-instance-log-view.ts +14 -5
- package/client/viewparts/scenario-instance-monitor.ts +29 -19
- package/client/viewparts/scenario-instance-view.ts +12 -12
- package/client/viewparts/scenario-monitor.ts +36 -30
- package/client/viewparts/scenarios-monitor.ts +21 -15
- package/dist-client/analysis/graph-viewer-style.js +1 -1
- package/dist-client/analysis/graph-viewer-style.js.map +1 -1
- package/dist-client/analysis/graph-viewer.js +21 -21
- package/dist-client/analysis/graph-viewer.js.map +1 -1
- package/dist-client/bootstrap.d.ts +0 -1
- package/dist-client/bootstrap.js +0 -1
- package/dist-client/bootstrap.js.map +1 -1
- package/dist-client/editors/entity-editor.js.map +1 -1
- package/dist-client/editors/entity-selector.d.ts +1 -1
- package/dist-client/editors/entity-selector.js +7 -12
- package/dist-client/editors/entity-selector.js.map +1 -1
- package/dist-client/editors/things-editor-entity-selector.d.ts +1 -1
- package/dist-client/editors/things-editor-entity-selector.js +3 -3
- package/dist-client/editors/things-editor-entity-selector.js.map +1 -1
- package/dist-client/editors/things-editor-http-body.js.map +1 -1
- package/dist-client/editors/things-editor-http-headers.js.map +1 -1
- package/dist-client/editors/things-editor-http-parameters.js.map +1 -1
- package/dist-client/editors/things-editor-oracle-procedure.d.ts +1 -1
- package/dist-client/editors/things-editor-oracle-procedure.js +18 -17
- package/dist-client/editors/things-editor-oracle-procedure.js.map +1 -1
- package/dist-client/editors/things-editor-tag-scenarios.js +1 -1
- package/dist-client/editors/things-editor-tag-scenarios.js.map +1 -1
- package/dist-client/grist/connection-selector.d.ts +0 -1
- package/dist-client/grist/connection-selector.js +0 -1
- package/dist-client/grist/connection-selector.js.map +1 -1
- package/dist-client/grist/connector-selector.d.ts +0 -1
- package/dist-client/grist/connector-selector.js +0 -1
- package/dist-client/grist/connector-selector.js.map +1 -1
- package/dist-client/grist/dynamic-selector.d.ts +0 -1
- package/dist-client/grist/dynamic-selector.js +0 -1
- package/dist-client/grist/dynamic-selector.js.map +1 -1
- package/dist-client/grist/task-type-selector.js.map +1 -1
- package/dist-client/pages/connection-importer.d.ts +1 -0
- package/dist-client/pages/connection-importer.js +6 -11
- package/dist-client/pages/connection-importer.js.map +1 -1
- package/dist-client/pages/connection.js +29 -7
- package/dist-client/pages/connection.js.map +1 -1
- package/dist-client/pages/integration-analysis.js +1 -1
- package/dist-client/pages/integration-analysis.js.map +1 -1
- package/dist-client/pages/integration-monitor.js +18 -9
- package/dist-client/pages/integration-monitor.js.map +1 -1
- package/dist-client/pages/scenario-detail.d.ts +1 -0
- package/dist-client/pages/scenario-detail.js +9 -19
- package/dist-client/pages/scenario-detail.js.map +1 -1
- package/dist-client/pages/scenario-importer.d.ts +1 -0
- package/dist-client/pages/scenario-importer.js +6 -11
- package/dist-client/pages/scenario-importer.js.map +1 -1
- package/dist-client/pages/scenario.d.ts +2 -6
- package/dist-client/pages/scenario.js +14 -3
- package/dist-client/pages/scenario.js.map +1 -1
- package/dist-client/pages/state-register.js.map +1 -1
- package/dist-client/route.js.map +1 -1
- package/dist-client/tsconfig.tsbuildinfo +1 -1
- package/dist-client/viewparts/connections-monitor.d.ts +1 -1
- package/dist-client/viewparts/connections-monitor.js +26 -23
- package/dist-client/viewparts/connections-monitor.js.map +1 -1
- package/dist-client/viewparts/monitoring-summary.d.ts +1 -0
- package/dist-client/viewparts/monitoring-summary.js +18 -11
- package/dist-client/viewparts/monitoring-summary.js.map +1 -1
- package/dist-client/viewparts/pending-q-monitor.d.ts +1 -0
- package/dist-client/viewparts/pending-q-monitor.js +10 -9
- package/dist-client/viewparts/pending-q-monitor.js.map +1 -1
- package/dist-client/viewparts/scenario-instance-log-view.d.ts +2 -1
- package/dist-client/viewparts/scenario-instance-log-view.js +14 -5
- package/dist-client/viewparts/scenario-instance-log-view.js.map +1 -1
- package/dist-client/viewparts/scenario-instance-monitor.d.ts +1 -1
- package/dist-client/viewparts/scenario-instance-monitor.js +23 -16
- package/dist-client/viewparts/scenario-instance-monitor.js.map +1 -1
- package/dist-client/viewparts/scenario-instance-view.js +12 -12
- package/dist-client/viewparts/scenario-instance-view.js.map +1 -1
- package/dist-client/viewparts/scenario-monitor.d.ts +1 -1
- package/dist-client/viewparts/scenario-monitor.js +35 -30
- package/dist-client/viewparts/scenario-monitor.js.map +1 -1
- package/dist-client/viewparts/scenarios-monitor.d.ts +1 -1
- package/dist-client/viewparts/scenarios-monitor.js +20 -15
- package/dist-client/viewparts/scenarios-monitor.js.map +1 -1
- package/dist-server/index.d.ts +0 -0
- package/dist-server/tsconfig.tsbuildinfo +1 -1
- package/helps/integration/ui/connection.ja.md +3 -0
- package/helps/integration/ui/connection.ko.md +9 -6
- package/helps/integration/ui/connection.md +3 -0
- package/helps/integration/ui/connection.ms.md +3 -0
- package/helps/integration/ui/connection.zh.md +3 -0
- package/helps/integration/ui/scenario.ja.md +6 -0
- package/helps/integration/ui/scenario.ko.md +6 -0
- package/helps/integration/ui/scenario.md +6 -0
- package/helps/integration/ui/scenario.ms.md +6 -0
- package/helps/integration/ui/scenario.zh.md +6 -0
- package/package.json +17 -17
- package/translations/ja.json +1 -0
- package/translations/ko.json +1 -0
- package/translations/ms.json +1 -0
- 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
|
-
-
|
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.
|
@@ -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
|
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": "^
|
31
|
-
"@operato/data-grist": "^
|
32
|
-
"@operato/graphql": "^
|
33
|
-
"@operato/grist-editor": "^
|
34
|
-
"@operato/help": "^
|
35
|
-
"@operato/i18n": "^
|
36
|
-
"@operato/layout": "^
|
37
|
-
"@operato/
|
38
|
-
"@operato/
|
39
|
-
"@operato/
|
40
|
-
"@
|
41
|
-
"@things-factory/
|
42
|
-
"@things-factory/
|
43
|
-
"
|
44
|
-
"
|
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": "
|
46
|
+
"gitHead": "00f3917ca132679e3571f3f4fd16f4caf84f488e"
|
47
47
|
}
|
package/translations/ja.json
CHANGED
package/translations/ko.json
CHANGED
package/translations/ms.json
CHANGED