diff --git a/client/src/components/common/NavigationDrawer.vue b/client/src/components/common/NavigationDrawer.vue index 9c3440152..adfdca986 100644 --- a/client/src/components/common/NavigationDrawer.vue +++ b/client/src/components/common/NavigationDrawer.vue @@ -15,7 +15,7 @@ prepend-icon="mdi-cog-outline" variant="text" class="text-capitalize" - text="Manage remotehost" + text="Remotehost editor" data-cy="navigation-manage_remote_host-btn" @click="$emit('open-remotehost-manager')" /> diff --git a/documentMD/user_guide/_for_admins/how_to_boot/img/edit_remotehost_setting.png b/documentMD/user_guide/_for_admins/how_to_boot/img/edit_remotehost_setting.png index 043d5febb..4f07b7898 100644 Binary files a/documentMD/user_guide/_for_admins/how_to_boot/img/edit_remotehost_setting.png and b/documentMD/user_guide/_for_admins/how_to_boot/img/edit_remotehost_setting.png differ diff --git a/documentMD/user_guide/_for_admins/how_to_boot/img/hamburger_menu.png b/documentMD/user_guide/_for_admins/how_to_boot/img/hamburger_menu.png index 7c9ba44a9..e1e970f8b 100644 Binary files a/documentMD/user_guide/_for_admins/how_to_boot/img/hamburger_menu.png and b/documentMD/user_guide/_for_admins/how_to_boot/img/hamburger_menu.png differ diff --git a/documentMD/user_guide/_for_admins/how_to_boot/img/new_remotehost.png b/documentMD/user_guide/_for_admins/how_to_boot/img/new_remotehost.png index d580eb9da..0672f0f39 100644 Binary files a/documentMD/user_guide/_for_admins/how_to_boot/img/new_remotehost.png and b/documentMD/user_guide/_for_admins/how_to_boot/img/new_remotehost.png differ diff --git a/documentMD/user_guide/_for_admins/how_to_boot/img/remotehost_editor.png b/documentMD/user_guide/_for_admins/how_to_boot/img/remotehost_editor.png index 8b5dd2ea2..8cc23757f 100644 Binary files a/documentMD/user_guide/_for_admins/how_to_boot/img/remotehost_editor.png and b/documentMD/user_guide/_for_admins/how_to_boot/img/remotehost_editor.png differ diff --git a/documentMD/user_guide/_for_admins/how_to_boot/img/remotehost_editor2.png b/documentMD/user_guide/_for_admins/how_to_boot/img/remotehost_editor2.png index 149e59e7c..0a1a79e71 100644 Binary files a/documentMD/user_guide/_for_admins/how_to_boot/img/remotehost_editor2.png and b/documentMD/user_guide/_for_admins/how_to_boot/img/remotehost_editor2.png differ diff --git a/documentMD/user_guide/_for_admins/how_to_boot/img/remotehost_editor_button.png b/documentMD/user_guide/_for_admins/how_to_boot/img/remotehost_editor_button.png index 8df4e56bf..409c859d3 100644 Binary files a/documentMD/user_guide/_for_admins/how_to_boot/img/remotehost_editor_button.png and b/documentMD/user_guide/_for_admins/how_to_boot/img/remotehost_editor_button.png differ diff --git a/documentMD/user_guide/_for_admins/how_to_boot/index.md b/documentMD/user_guide/_for_admins/how_to_boot/index.md index 4aa7b7946..f063cf375 100644 --- a/documentMD/user_guide/_for_admins/how_to_boot/index.md +++ b/documentMD/user_guide/_for_admins/how_to_boot/index.md @@ -143,13 +143,9 @@ WHEELは、sshでログインした先の計算サーバ上でタスクを実行 ### バッチシステムがない場合 まず、WHEELにアクセスし、画面右上のハンバーガーメニューをクリックします。 -{% include annotated-img.html - src="./img/hamburger_menu.png" - markers="top:20.5,left:80.4,type:rect,width:23.8,height:25.4" -%} +![hamburger menu](img/hamburger_menu.png "hamburger menu") - -表示されたメニュー内の __Remotehost editor__ をクリックします。リモートホスト設定画面が別タブで表示されます。 +表示されたメニュー内の __Remotehost editor__ をクリックします。リモートホスト設定ダイアログが表示されます。 ![img](./img/remotehost_editor_button.png "リモートホストエディタリンク") @@ -177,6 +173,13 @@ Host work dir 例えば、 `foo.example.com` ホストに対して、ユーザー `bar` で接続しタスクの実行を `/home/users/bar/baz` ディレクトリ以下で行なう設定を`example` という名前で作成する場合、入力内容は次のようになります。 +入力フィールド | 入力値 +--- | --- +1 | example +2 | foo.example.com +3 | bar +4 | /home/users/bar/baz + ![img](./img/new_remotehost.png "新規ホスト情報設定") @@ -214,24 +217,16 @@ __リモートホストへの接続に公開鍵認証を使用する場合__ ![img](./img/edit_remotehost_setting.png "ホスト情報編集ダイアログ") -リモートホストで使われているバッチシステムの種類を、 __job scheduler__ の欄(1)から選びます。 +リモートホストで使われているバッチシステムの種類を、 __job scheduler__ の欄①から選びます。 現在設定可能な値は次の6種類です。 - PBSPro -- PBSProWithoutHistory - SLURM - Fugaku -- TCS (Technical Computing Suite) -- UGE (Univa Grid Engine) - -__PBSProWithoutHistoryについて__ -PBSProには、バッチシステムの設定で実行終了したジョブの情報を保存しないものがあります。 -この場合 __PBSPro__ ではなく __PBSProWithoutHistory__ を使用してください。 -{: .notice--info} __Fugakuについて__ -富岳では、TCSが採用されていますが他サイトとは一部挙動が違うため、富岳専用の設定(Fugaku)を用意しています。 -富岳を使用する場合は、__TCS (Technical Computing Suite)__ ではなく __Fugaku__ を選択してください。 +富岳では、Technical Computing Suite (TCS) 上でジョブ管理が行われています。同じジョブスケジューラを導入している他システムでは +動作確認を行なっていないため、富岳専用の設定(Fugaku)として用意しています {: .notice--info} __バッチシステムの設定について__ diff --git a/documentMD/user_guide/_reference/1_home_screen/img/button_area.png b/documentMD/user_guide/_reference/1_home_screen/img/button_area.png new file mode 100644 index 000000000..0943738c8 Binary files /dev/null and b/documentMD/user_guide/_reference/1_home_screen/img/button_area.png differ diff --git a/documentMD/user_guide/_reference/1_home_screen/img/export.png b/documentMD/user_guide/_reference/1_home_screen/img/export.png index aa19edaaa..271f3f855 100644 Binary files a/documentMD/user_guide/_reference/1_home_screen/img/export.png and b/documentMD/user_guide/_reference/1_home_screen/img/export.png differ diff --git a/documentMD/user_guide/_reference/1_home_screen/img/exportProjectDialog.png b/documentMD/user_guide/_reference/1_home_screen/img/exportProjectDialog.png index 3e4ec8efa..07cf7fec0 100644 Binary files a/documentMD/user_guide/_reference/1_home_screen/img/exportProjectDialog.png and b/documentMD/user_guide/_reference/1_home_screen/img/exportProjectDialog.png differ diff --git a/documentMD/user_guide/_reference/1_home_screen/img/home.png b/documentMD/user_guide/_reference/1_home_screen/img/home.png index 47d378cab..d66146884 100644 Binary files a/documentMD/user_guide/_reference/1_home_screen/img/home.png and b/documentMD/user_guide/_reference/1_home_screen/img/home.png differ diff --git a/documentMD/user_guide/_reference/1_home_screen/img/importProjectDialog.png b/documentMD/user_guide/_reference/1_home_screen/img/importProjectDialog.png index 60597c723..1b49b65bf 100644 Binary files a/documentMD/user_guide/_reference/1_home_screen/img/importProjectDialog.png and b/documentMD/user_guide/_reference/1_home_screen/img/importProjectDialog.png differ diff --git a/documentMD/user_guide/_reference/1_home_screen/img/menu_area.png b/documentMD/user_guide/_reference/1_home_screen/img/menu_area.png new file mode 100644 index 000000000..33b722725 Binary files /dev/null and b/documentMD/user_guide/_reference/1_home_screen/img/menu_area.png differ diff --git a/documentMD/user_guide/_reference/1_home_screen/img/new.png b/documentMD/user_guide/_reference/1_home_screen/img/new.png index 75b4be88e..8f9625d80 100644 Binary files a/documentMD/user_guide/_reference/1_home_screen/img/new.png and b/documentMD/user_guide/_reference/1_home_screen/img/new.png differ diff --git a/documentMD/user_guide/_reference/1_home_screen/img/open.png b/documentMD/user_guide/_reference/1_home_screen/img/open.png index 4a5fdf06f..ce77cac5d 100644 Binary files a/documentMD/user_guide/_reference/1_home_screen/img/open.png and b/documentMD/user_guide/_reference/1_home_screen/img/open.png differ diff --git a/documentMD/user_guide/_reference/1_home_screen/img/openProject.png b/documentMD/user_guide/_reference/1_home_screen/img/openProject.png index 1c660cb6d..d1d60a093 100644 Binary files a/documentMD/user_guide/_reference/1_home_screen/img/openProject.png and b/documentMD/user_guide/_reference/1_home_screen/img/openProject.png differ diff --git a/documentMD/user_guide/_reference/1_home_screen/img/remove.png b/documentMD/user_guide/_reference/1_home_screen/img/remove.png new file mode 100644 index 000000000..a16aa10b4 Binary files /dev/null and b/documentMD/user_guide/_reference/1_home_screen/img/remove.png differ diff --git a/documentMD/user_guide/_reference/1_home_screen/index.md b/documentMD/user_guide/_reference/1_home_screen/index.md index 4f0052b76..8e9f0f387 100644 --- a/documentMD/user_guide/_reference/1_home_screen/index.md +++ b/documentMD/user_guide/_reference/1_home_screen/index.md @@ -5,10 +5,23 @@ permalink: /reference/1_home_screen/ --- 新規プロジェクトの作成や既存プロジェクトの編集はホーム画面で行います。 -ホーム画面の構成は以下のとおりです。 +ホーム画面は大きく3つのエリアに分かれています。 ![img](./img/home.png "home") +①メニューエリアの構成は以下のとおりです。 + +![img](./img/menu_area.png "menu area") + +|| 構成要素 | 説明 | +||---------------------------|-------------------------------------------------------------------------------------------------------| +|1| ハンバーガーメニュー | ユーザガイド、リモートホスト設定画面へのリンクを含むドロワーを開きます | +|2| 接続状態表示アイコン | サーバとの接続状態を表示します。接続が切れた場合は再接続を試みます| + +② ボタンエリアの構成は以下のとおりです。 + +![img](./img/button_area.png "button area") + || 構成要素 | 説明 | ||-----------------------------|-------------------------------------------------------------------------------------------------------| |1| OPEN ボタン | 既存プロジェクトを開きます | @@ -18,8 +31,10 @@ permalink: /reference/1_home_screen/ |5| REMOVE ボタン | プロジェクトを削除します | |6| EXPORT ボタン | プロジェクトアーカイブをエクスポートします | |7| BATCH MODE スイッチ | 複数プロジェクトの一括削除モードへの切り替えます。有効にした場合、複数プロジェクトが選択可能となります| -|8| ハンバーガーメニュー | ユーザガイド、リモートホスト設定画面へのリンクを含むドロワーを開きます | -|9| プロジェクト一覧表示エリア | 過去に開いたプロジェクトがリスト表示されます | + + +③プロジェクト一覧表示エリアには、過去に開いたプロジェクトがリスト表示されます。 + プロジェクト一覧表示エリアには、以下の項目が表示されます。 @@ -89,9 +104,13 @@ __プロジェクト名について__ 1. __REMOVE__ ボタンをクリックすると、選択したプロジェクトが削除されます。 このとき、代わりに __REMOVE FROM LIST__ ボタンをクリックすると、プロジェクト一覧表示エリアからは削除されますが、プロジェクトの実体となるファイルはサーバ側に残すことができます。 -## 複数プロジェクトの一括削除 +![img](./img/remove.png "remove project") + +__複数プロジェクトの一括削除について__ __BATCH MODE__ スイッチを有効にすると、複数のプロジェクトを選択できるようになります。 この状態で、__REMOVE__ または __REMOVE FROM LIST__ ボタンをクリックすると複数プロジェクトを一括で削除することができます。 +{: .notice--info} + ## プロジェクトのエクスポート 次の手順でプロジェクトをエクスポートします。 @@ -110,14 +129,10 @@ __BATCH MODE__ スイッチを有効にすると、複数のプロジェクト |memo | プロジェクトの内容に関するメモ | -全ての項目はプロジェクト内のJSONファイルに書き込まれます。WHEELのプロジェクトファイルはgitリポジトリとして管理されているため -後から削除しても記入した内容を復元できることに留意してください。 - -これらの情報は、インポートを行なう時に意図したアーカイブファイルかどうかを -ユーザが確認するためにのみ使われます。 - -WHEELのシステム上は全ての項目が空欄となっていても、動作に影響は無いので -特にプロジェクトの作成者に関する情報を入力するかどうかは慎重に判断してください。 +これらの情報はインポート時に表示されて、意図したアーカイブファイルかどうかを確認するためだけに使われます。 +しかし、WHEELのプロジェクトファイルはgitリポジトリとして管理されているため +一度入力してexportしてしまうと、後から削除しても記入した内容を復元できることに留意してください。 +WHEELのシステム上は全ての項目が空欄となっていても、動作に影響は無いので、特にプロジェクト作成者の個人情報を入力するかどうかは慎重に判断してください。 __OK__ ボタンをクリックすると `WHEEL_project_***.tgz` というファイル名でプロジェクトアーカイブが生成され ブラウザのデフォルトのダウンロード先に保存されます。 diff --git a/documentMD/user_guide/_reference/2_remotehost_screen/img/remotehost.png b/documentMD/user_guide/_reference/2_remotehost_screen/img/remotehost.png index 552b49486..e910ad646 100644 Binary files a/documentMD/user_guide/_reference/2_remotehost_screen/img/remotehost.png and b/documentMD/user_guide/_reference/2_remotehost_screen/img/remotehost.png differ diff --git a/documentMD/user_guide/_reference/2_remotehost_screen/img/remotehost_editor_button.png b/documentMD/user_guide/_reference/2_remotehost_screen/img/remotehost_editor_button.png new file mode 100644 index 000000000..409c859d3 Binary files /dev/null and b/documentMD/user_guide/_reference/2_remotehost_screen/img/remotehost_editor_button.png differ diff --git a/documentMD/user_guide/_reference/2_remotehost_screen/index.md b/documentMD/user_guide/_reference/2_remotehost_screen/index.md index de9911c32..2c2636915 100644 --- a/documentMD/user_guide/_reference/2_remotehost_screen/index.md +++ b/documentMD/user_guide/_reference/2_remotehost_screen/index.md @@ -1,33 +1,32 @@ --- -title: リモートホスト設定画面 +title: リモートホスト設定ダイアログ lang: ja permalink: /reference/2_remotehost_screen/ --- ワークフロー内でWHEELサーバ外の計算環境(以下、リモートホスト)を用いる場合、対象とするリモートホストにSSH接続し処理を実行します。 -ワークフロー作成時に使用するリモートホスト情報、およびリモートホストにSSH接続時に使用するユーザ情報は、リモートホスト設定画面にて登録します。 +ワークフロー作成時に使用するリモートホスト情報、およびリモートホストにSSH接続時に使用するユーザ情報は、リモートホスト設定ダイアログにて登録します。 -## リモートホスト設定画面の表示 -リモートホスト設定画面は、画面右上のハンバーガーメニューをクリックし、表示された __Remotehost editor__ リンクをクリックして表示します。 +## リモートホスト設定ダイアログの表示 +リモートホスト設定ダイアログは、画面右上のハンバーガーメニューをクリックし、表示された __Remotehost editor__ リンクをクリックして表示します。 -![img](./img/drawer.png "drawer.png") +![img](./img/remotehost_editor_button.png "drawer.png") -## リモートホスト設定画面 -リモートホスト設定画面の構成は、以下のとおりです。 +## リモートホスト設定ダイアログの構成 +リモートホスト設定ダイアログの構成は、以下のとおりです。 ![img](./img/remotehost.png "remotehost") ||構成要素|説明| |----------|----------|---------------------------------| -|1|タイトル(WHEEL) ボタン | ホーム画面へ遷移します | -|2|NEW REMOTE HOST SETTING ボタン | リモートホストへの接続情報を新規作成します | -|3|リモートホストリスト | 登録済みリモートホスト情報がリスト表示されます | -|4|TEST ボタン | 設定した接続情報でリモートホストにアクセスできるかどうかを確認します| -|5|編集 ボタン | 入力済の接続情報を編集します | -|6|削除 ボタン | 入力済の接続情報を削除します | +|1|NEW REMOTE HOST SETTING ボタン | リモートホストへの接続情報を新規作成します | +|2|リモートホストリスト | 登録済みリモートホスト情報がリスト表示されます | +|3|TEST ボタン | 設定した接続情報でリモートホストにアクセスできるかどうかを確認します| +|4|編集 ボタン | 入力済の接続情報を編集します | +|5|削除 ボタン | 入力済の接続情報を削除します | ## 新規リモートホスト設定の作成 -__NEW REMOTE HOST SETTING__ ボタンをクリックすると、新規リモートホスト設定画面が表示されます。 +__NEW REMOTE HOST SETTING__ ボタンをクリックすると、新規リモートホスト設定ダイアログが表示されます。 ![img](./img/new_remotehost.png "new_remotehost") diff --git a/documentMD/user_guide/_reference/3_workflow_screen/1_graphview.md b/documentMD/user_guide/_reference/3_workflow_screen/1_graphview.md index 55403b749..b92bb1954 100644 --- a/documentMD/user_guide/_reference/3_workflow_screen/1_graphview.md +++ b/documentMD/user_guide/_reference/3_workflow_screen/1_graphview.md @@ -24,7 +24,8 @@ permalink: /reference/3_workflow_screen/1_graphview.html | 8|階層表示・遷移ボタン    |現在表示中のコンポーネントの階層が表示されます       | | 9|環境変数エディタ表示ボタン |環境変数設定画面が表示されます                    | |10|コンポーネントライブラリ  |ワークフローの構成要素であるコンポーネントを追加するためのパレットです| -|11|ログ表示ボタン       |ワークフローの作成、実行に関するログが表示されます          | +|11|パンズームコントロール   |ワークフロー作成用エリアのズームイン、ズームアウト、パン操作ができます| +|12|ログ表示ボタン       |ワークフローの作成、実行に関するログが表示されます          | __接続状態アイコンについて__ 画面右上のハンバーガーメニューの隣に、サーバとの接続状態を示すアイコンが表示されます。 @@ -104,7 +105,6 @@ git操作の詳細については開発者向けドキュメント[詳細設計 |----------|----------|---------------------------------| |1|graph view ボタン |グラフビュー画面に切り替えます。グラフビュー画面は初期表示される画面です| |2|list view ボタン |リストビュー画面に切り替えます| -|3|text editor ボタン |テキストエディタ画面に切り替えます| __テキストエディタ画面への遷移について__ テキストエディタ画面への遷移は、ファイルの選択状態やプロジェクトの選択状態によって制限されています。 @@ -193,12 +193,16 @@ __name__ に環境変数名、__value__ に値を入力して、__+__ ボタン |1|clear all log ボタン|それまでに表示された全てのログが消去されます| |2|category ボタン|表示するログのカテゴリをフィルタリングできます| |3|download debug ボタン|デバッグ用のログファイルをダウンロードします| +|4|log display area|ログが表示されます| #### カテゴリフィルタ __category__ ボタンをクリックすると、表示するログのカテゴリを選択できます。 カテゴリは以下のように分類されています。 -- __system__: info, warn, error - システムメッセージやプロジェクトの実行状況に関する情報 +- __system__: システムメッセージやプロジェクトの実行状況に関する情報 + - info: 一般的な情報メッセージ + - warn: 警告メッセージ + - error : エラーメッセージ - __script__: stdout, stderr, sshout - スクリプトの実行結果 - stdout: ローカルホストで実行されたタスクの標準出力 - stderr: ローカルホストで実行されたタスクの標準エラー出力 diff --git a/documentMD/user_guide/_reference/3_workflow_screen/img/breadcrumbs.png b/documentMD/user_guide/_reference/3_workflow_screen/img/breadcrumbs.png index 19647823e..a35bf5b3b 100644 Binary files a/documentMD/user_guide/_reference/3_workflow_screen/img/breadcrumbs.png and b/documentMD/user_guide/_reference/3_workflow_screen/img/breadcrumbs.png differ diff --git a/documentMD/user_guide/_reference/3_workflow_screen/img/change_view.png b/documentMD/user_guide/_reference/3_workflow_screen/img/change_view.png index 43b76ba61..2a290d74a 100644 Binary files a/documentMD/user_guide/_reference/3_workflow_screen/img/change_view.png and b/documentMD/user_guide/_reference/3_workflow_screen/img/change_view.png differ diff --git a/documentMD/user_guide/_reference/3_workflow_screen/img/log_button.png b/documentMD/user_guide/_reference/3_workflow_screen/img/log_button.png index 4f88adc3e..75e77f980 100644 Binary files a/documentMD/user_guide/_reference/3_workflow_screen/img/log_button.png and b/documentMD/user_guide/_reference/3_workflow_screen/img/log_button.png differ diff --git a/documentMD/user_guide/_reference/3_workflow_screen/img/log_screen.png b/documentMD/user_guide/_reference/3_workflow_screen/img/log_screen.png index 3cbd7a2f0..ce6b3cc9b 100644 Binary files a/documentMD/user_guide/_reference/3_workflow_screen/img/log_screen.png and b/documentMD/user_guide/_reference/3_workflow_screen/img/log_screen.png differ diff --git a/documentMD/user_guide/_reference/3_workflow_screen/img/open_list_view.png b/documentMD/user_guide/_reference/3_workflow_screen/img/open_list_view.png index 95bffa2f0..dbf1cf078 100644 Binary files a/documentMD/user_guide/_reference/3_workflow_screen/img/open_list_view.png and b/documentMD/user_guide/_reference/3_workflow_screen/img/open_list_view.png differ diff --git a/documentMD/user_guide/_reference/3_workflow_screen/img/project_control_btn.png b/documentMD/user_guide/_reference/3_workflow_screen/img/project_control_btn.png index 94b0ffbc8..4faedd802 100644 Binary files a/documentMD/user_guide/_reference/3_workflow_screen/img/project_control_btn.png and b/documentMD/user_guide/_reference/3_workflow_screen/img/project_control_btn.png differ diff --git a/documentMD/user_guide/_reference/3_workflow_screen/img/project_save.png b/documentMD/user_guide/_reference/3_workflow_screen/img/project_save.png index 1fd331914..c1990ced3 100644 Binary files a/documentMD/user_guide/_reference/3_workflow_screen/img/project_save.png and b/documentMD/user_guide/_reference/3_workflow_screen/img/project_save.png differ diff --git a/documentMD/user_guide/_reference/3_workflow_screen/img/workflow_creation_area.png b/documentMD/user_guide/_reference/3_workflow_screen/img/workflow_creation_area.png index 052e18eb8..191ac0707 100644 Binary files a/documentMD/user_guide/_reference/3_workflow_screen/img/workflow_creation_area.png and b/documentMD/user_guide/_reference/3_workflow_screen/img/workflow_creation_area.png differ diff --git a/documentMD/user_guide/_reference/3_workflow_screen/img/workflow_graphview.png b/documentMD/user_guide/_reference/3_workflow_screen/img/workflow_graphview.png index 7f4fbaf65..20d288326 100644 Binary files a/documentMD/user_guide/_reference/3_workflow_screen/img/workflow_graphview.png and b/documentMD/user_guide/_reference/3_workflow_screen/img/workflow_graphview.png differ diff --git a/documentMD/user_guide/_reference/4_component/00_common.md b/documentMD/user_guide/_reference/4_component/00_common.md index ccae608da..27892212b 100644 --- a/documentMD/user_guide/_reference/4_component/00_common.md +++ b/documentMD/user_guide/_reference/4_component/00_common.md @@ -7,6 +7,7 @@ permalink: /reference/4_component/00_common.html ## プロパティの表示 ワークフロー作成用エリアに表示されているコンポーネントをシングルクリックすると、そのコンポーネントの設定値(プロパティ)を編集する領域が表示されます。 +設定された値は、一部項目を除いてこの領域を閉じた時点で保存されます。 コンポーネントの種類毎にこの領域に表示される内容は異なります。 @@ -14,8 +15,8 @@ permalink: /reference/4_component/00_common.html ||構成要素|説明| |----------|----------|---------------------------------| -|1|close ボタン |プロパティ表示を閉じます| -|2|clean ボタン |コンポーネント(もしあれば下位コンポーネントも)の状態を最新の保存状態に巻き戻します| +|1|close ボタン |変更を破棄しプロパティ表示を閉じます| +|2|disableスイッチ |コンポーネント(もしあれば下位コンポーネントも)を無効化します| |3|詳細表示 ボタン|プロパティの設定項目の表示/非表示をグループ毎に切り替えます| ### コンポーネントの右クリックメニュー @@ -47,7 +48,7 @@ WHEELでは、個別のコンポーネント(およびその下位コンポー - アーカイブにはそのコンポーネントとすべての下位コンポーネントが含まれます __エクスポートされるもの__ -- コンポーネント設定(component.jsonファイル) +- コンポーネント設定(component.wheel.jsonファイル) - コンポーネント内のすべてのファイルとディレクトリ - すべての下位(子)コンポーネント(再帰的に) - コンポーネントの状態は "not-started" にリセットされます @@ -159,8 +160,6 @@ output filesに指定されたファイルまたはディレクトリへのシ ## ファイル操作エリア Filesグループの __∨(詳細表示)__ ボタンをクリックすると、ファイル操作エリアが表示されます。 -![img](./img/open_files_erea.png "open files erea") - ![img](./img/file_area.png "file area") ||構成要素|説明| @@ -196,6 +195,7 @@ __連番を持つファイルやディレクトリの表示について__ |5|upload file ボタン|表示されている階層にファイルをアップロードします| |6|download ボタン|選択中のファイル、ディレクトリをダウンロードします| |7|share file ボタン|選択中のファイル、ディレクトリのパスを表示します| +|8|edit file ボタン|選択中のファイルをテキストエディタで編集します| __選択中のファイル、ディレクトリを操作対象とするボタンについて__ 選択中のファイル、ディレクトリを操作対象とする操作は、非対応の時はボタンが無効化されます。 diff --git a/documentMD/user_guide/_reference/4_component/06_PS.md b/documentMD/user_guide/_reference/4_component/06_PS.md index ce331c513..e8e4c8188 100644 --- a/documentMD/user_guide/_reference/4_component/06_PS.md +++ b/documentMD/user_guide/_reference/4_component/06_PS.md @@ -27,7 +27,7 @@ PSコンポーネントは実行開始時に[パラメータ設定ファイル]( ![img](./img/PS_setting.png "PS setting") パラメータ空間等、パラメータスタディの条件を定義するファイル(Jsonファイル)です。 -デフォルトでparameterSetting.jsonが指定されています。 +デフォルトでparameterSetting.jsonが指定されています。 [parameterFileの内容の編集](#parameterfileの内容の編集)は、[テキストエディタ画面]({{ site.baseurl }}/reference/3_workflow_screen/3_editor.html#ps-configモード)のPS-configモードで行います。 FilesエリアからparameterFileを選択しテキストエディタ画面で開いてください。 @@ -43,8 +43,8 @@ FilesエリアからparameterFileを選択しテキストエディタ画面で ![img](./img/ps-config_mode.png "PS-config mode") -__parameterFileの編集__ -parameterFileはJsonファイルですが、PS-configを使用することで、フォーム入力だけでJsonファイルを作成できます。 +__parameterFileの編集__ +parameterFileはJsonファイルですが、PS-configを使用することで、フォーム入力だけでJsonファイルを作成できます。 入力ミス等の防止のため、parameterFileの編集を行う際はPS-configモードの利用を推奨します。 {: .notice--info} @@ -54,13 +54,12 @@ PSコンポーネントは、パラメータスタディ実行時にターゲッ 以下にターゲットファイルの指定手順を示します。 1. __+ add new target file__ ボタンをクリックすると、 -ダイアログが開き PSコンポーネント配下の下位コンポーネントがツリー表示されます。 +ダイアログが開き PSコンポーネント配下の下位コンポーネントがツリー表示されます。 ![img](./img/targetFiles.png "targetFiles") -2. ターゲットファイルとするファイルを持つコンポーネントを選択し、 -テキストボックスにファイル名を入力します。 -下図では例として、task0コンポーネント内のrun.shというファイルをターゲットファイルとして指定しています。 -![img](./img/target_filename.png "target filename") -3. __OK__ ボタンをクリックすると選択したファイルが一覧に表示され、指定したファイルがタブエディタで開かれます。 +2. ターゲットファイルとするファイルを持つコンポーネントを選択すると、そのコンポーネント内のファイル一覧が表示されるので、ファイル名を選択してください。 +下図では例として、task0コンポーネント内のrun.shというファイルをターゲットファイルとして指定しています。 +![img](./img/target_filename.png "target filename") +3. __OK__ ボタンをクリックすると選択したファイルが一覧に表示され、指定したファイルがタブエディタで開かれます。 ![img](./img/after_selecting_targetFiles.png "after selecting targetFiles") #### parameters @@ -72,21 +71,23 @@ PSコンポーネントは、パラメータスタディ実行時にターゲッ 設定手順は以下の通りです。 1. ターゲットファイルから、パラメータスタディで用いる変数のプレースホルダとなる箇所をドラッグして選択してください。 -__current selected text__ テキストボックスに選択した内容が表示されます。 +__current selected text__ テキストボックスに選択した内容が表示されます。 ![img](./img/select_placeholder.png "select placeholder") -2. __+ add new parameter__ ボタンをクリックし、選択したプレースホルダに代入するパラメータ値を設定します。 -ドロップダウンリストからパラメータ値を選択する方法を選択し、パラメータ値を定義します。 -下図では、パラメータスタディ実行時にプレースホルダに代入するパラメータ値としてfoo, bar, bazを定義しています。 + +2. __+ add new parameter__ ボタンをクリックし、選択したプレースホルダに代入するパラメータ値を設定します。 +ドロップダウンリストからパラメータ値を選択する方法を選択し、パラメータ値を定義します。 +下図では、パラメータスタディ実行時にプレースホルダに代入するパラメータ値としてfoo, bar, bazを定義しています。 + ![img](./img/value_list.png "value list") -3. __OK__ ボタンをクリックするとプレースホルダが一覧に表示され、タブエディタ上で該当箇所が二重の中括弧( "\{\{" と "\}\}" )で囲ったプレースホルダ表記となります。 -![img](./img/set_placeholder.png "set placeholder") -![img](./img/parameters_list.png "parameters list") + +3. __OK__ ボタンをクリックするとプレースホルダが一覧に表示され、タブエディタ上で該当箇所が二重の中括弧( "\{\{" と "\}\}" )で囲ったプレースホルダ表記となります。 +![img](./img/after_setting_parameter.png "after setting parameter") 上記の例では、ワークフローを実行時にプレースホルダ部分がfoo、bar、bazに置換された3パターンの計算が実行されます。 -__プレースホルダの置換について__ +__プレースホルダの置換について__ プレースホルダの置換は、外部モジュールのテンプレートエンジン(nunjucks)を用いて行ないます。 -中括弧内には変数以外にも、フィルターを追加したり、Javascriptの式や関数を記述することもできますが本ドキュメントには、詳細は記載しませんので、nunjucksのドキュメントをご参照ください。 +中括弧内には変数以外にも、フィルターを追加したり、Javascriptの式や関数を記述することもできますが本ドキュメントには、詳細は記載しませんので、nunjucksのドキュメントをご参照ください。 [https://mozilla.github.io/nunjucks/templating.html](https://mozilla.github.io/nunjucks/templating.html) {: .notice--info} @@ -107,7 +108,7 @@ min, max, stepのいずれも、整数、固定小数点数、浮動小数点数 ##### files ![img](./img/pattern_failes.png "files") -listと同様にパラメータ値をリストとして定義するパターンです。 +listと同様にパラメータ値をリストとして定義するパターンです。 ただし、リスト内の値にglob(ワイルドカード)を指定することもでき、実行時に存在するファイルのみが実際にパラメータとして使われます。 また、このパターンのパラメータとして指定されたファイルは、実際に使われるディレクトリにしかコピーされません。 @@ -125,16 +126,16 @@ __+ add new scatter setting__ ボタンをクリックすると開かれるダ ![img](./img/scatter_setting.png "scatter setting") -|構成要素|説明| -|----------|---------------------------------| -|srcName|コピー元のファイル名を指定します| -|destination node|ツリーの中からコピー先のコンポーネントを選択します| -|dstName|コピー先のファイル名を指定します| +| |構成要素 |説明 | +|-----------|---------|--------------------------------------------------| +|Source |filename |コピー元のファイル名を指定します | +|Destination|component|ツリーの中からコピー先のコンポーネントを選択します| +| |filename |コピー先のファイル名を指定します | ##### gather ![img](./img/gather.png "gather") -gatherではパラメータスタディ完了後に、各下位コンポーネントから回収するファイルの設定を行ないます。 +gatherではパラメータスタディ完了後に、各下位コンポーネントから回収するファイルの設定を行ないます。 WHEELのGUIからはgatherで回収された結果ファイルしか参照することができません。 そのため、個々のパラメータスタディ実行結果のうち、後続のコンポーネントで必要なファイルや、結果を確認する必要があるファイルはgatherにて設定しておく必要があります。 @@ -142,27 +143,27 @@ __+ add new gather setting__ ボタンをクリックすると開かれるダイ ![img](./img/gather_setting.png "gather setting") -|構成要素|説明| -|----------|---------------------------------| -|srcName|コピー元のファイル名を指定します| -|source node|ツリーからコピー元のコンポーネントを選択します| -|dstName|コピー先のファイル名を指定します| +| |構成要素 |説明 | +|-----------|----------|----------------------------------------------| +|Source |filename |コピー元のファイル名を指定します | +| |component |ツリーからコピー元のコンポーネントを選択します| +|Destination|filename |コピー先のファイル名を指定します | -__gather機能で指定されなかったファイルについて__ -gather機能で指定されなかったファイルは、`delete all instances`を指定しない限り消されることはありません。 +__gather機能で指定されなかったファイルについて__ +gather機能で指定されなかったファイルは、`delete all instances`を指定しない限り消されることはありません。 ただし、WHEELのGUIからはアクセスできないディレクトリに置かれるため、実行終了後にアクセスすることはできなくなります。 {: .notice--info} ##### 共通の注意事項 scatter / gather共通の注意事項は以下の通りです。 -###### srcName -srcNameには、glob(ワイルドカード)およびparametersで設定したプレースホルダをターゲットファイルと同様の書式で指定することができます(例えば、\{\{ プレースホルダ名 \}\})。 +###### Source filename +srcNameには、glob(ワイルドカード)およびparametersで設定したプレースホルダをターゲットファイルと同様の書式で指定することができます(例えば、\{\{ プレースホルダ名 \}\})。 また、ファイル名ではなくディレクトリ名を指定することもできます。ディレクトリ名が指定された場合は、指定されたディレクトリ以下の全てのディレクトリとファイルが再帰的にコピーされます。 -###### dstName +###### Destination filename dstNameにもsrcNameと同様parametersで設定したプレースホルダを用いることができます(例えば、\{\{ プレースホルダ名 \}\})。 -ただし、dstNameではglob(ワイルドカード)は使えません。 +ただし、dstNameではglob(ワイルドカード)は使えません。 また、末尾に'/'または'\\'が指定された場合はディレクトリとして扱われ、srcNameで指定されたファイルはdstNameディレクトリの下へコピーされます。 もしコピー先のディレクトリが存在しなかった場合は、ディレクトリが新規作成された後にファイルコピーが行われます。 diff --git a/documentMD/user_guide/_reference/4_component/img/PS_setting.png b/documentMD/user_guide/_reference/4_component/img/PS_setting.png index 09705deae..9f80ce31c 100644 Binary files a/documentMD/user_guide/_reference/4_component/img/PS_setting.png and b/documentMD/user_guide/_reference/4_component/img/PS_setting.png differ diff --git a/documentMD/user_guide/_reference/4_component/img/add_file.png b/documentMD/user_guide/_reference/4_component/img/add_file.png index ac74747a6..1ad7d844f 100644 Binary files a/documentMD/user_guide/_reference/4_component/img/add_file.png and b/documentMD/user_guide/_reference/4_component/img/add_file.png differ diff --git a/documentMD/user_guide/_reference/4_component/img/after_selecting_targetFiles.png b/documentMD/user_guide/_reference/4_component/img/after_selecting_targetFiles.png index b57726ccf..310d05695 100644 Binary files a/documentMD/user_guide/_reference/4_component/img/after_selecting_targetFiles.png and b/documentMD/user_guide/_reference/4_component/img/after_selecting_targetFiles.png differ diff --git a/documentMD/user_guide/_reference/4_component/img/after_setting_parameter.png b/documentMD/user_guide/_reference/4_component/img/after_setting_parameter.png new file mode 100644 index 000000000..438b34f62 Binary files /dev/null and b/documentMD/user_guide/_reference/4_component/img/after_setting_parameter.png differ diff --git a/documentMD/user_guide/_reference/4_component/img/component_property.png b/documentMD/user_guide/_reference/4_component/img/component_property.png index 7523dd976..64619e15a 100644 Binary files a/documentMD/user_guide/_reference/4_component/img/component_property.png and b/documentMD/user_guide/_reference/4_component/img/component_property.png differ diff --git a/documentMD/user_guide/_reference/4_component/img/delete_file.png b/documentMD/user_guide/_reference/4_component/img/delete_file.png index 71a3b9609..202c636c5 100644 Binary files a/documentMD/user_guide/_reference/4_component/img/delete_file.png and b/documentMD/user_guide/_reference/4_component/img/delete_file.png differ diff --git a/documentMD/user_guide/_reference/4_component/img/file_area.png b/documentMD/user_guide/_reference/4_component/img/file_area.png index 9d45b3c97..c1a3502c4 100644 Binary files a/documentMD/user_guide/_reference/4_component/img/file_area.png and b/documentMD/user_guide/_reference/4_component/img/file_area.png differ diff --git a/documentMD/user_guide/_reference/4_component/img/file_area_button.png b/documentMD/user_guide/_reference/4_component/img/file_area_button.png index 78dc3fd03..0bed25685 100644 Binary files a/documentMD/user_guide/_reference/4_component/img/file_area_button.png and b/documentMD/user_guide/_reference/4_component/img/file_area_button.png differ diff --git a/documentMD/user_guide/_reference/4_component/img/gather_setting.png b/documentMD/user_guide/_reference/4_component/img/gather_setting.png index 0c1ceae3b..37e659666 100644 Binary files a/documentMD/user_guide/_reference/4_component/img/gather_setting.png and b/documentMD/user_guide/_reference/4_component/img/gather_setting.png differ diff --git a/documentMD/user_guide/_reference/4_component/img/loop_setting.png b/documentMD/user_guide/_reference/4_component/img/loop_setting.png index 974125bc5..9273a3afc 100644 Binary files a/documentMD/user_guide/_reference/4_component/img/loop_setting.png and b/documentMD/user_guide/_reference/4_component/img/loop_setting.png differ diff --git a/documentMD/user_guide/_reference/4_component/img/name_description.png b/documentMD/user_guide/_reference/4_component/img/name_description.png index d98e33aca..b14e09a8b 100644 Binary files a/documentMD/user_guide/_reference/4_component/img/name_description.png and b/documentMD/user_guide/_reference/4_component/img/name_description.png differ diff --git a/documentMD/user_guide/_reference/4_component/img/ps-config_mode.png b/documentMD/user_guide/_reference/4_component/img/ps-config_mode.png index f41d902d2..24ce1defb 100644 Binary files a/documentMD/user_guide/_reference/4_component/img/ps-config_mode.png and b/documentMD/user_guide/_reference/4_component/img/ps-config_mode.png differ diff --git a/documentMD/user_guide/_reference/4_component/img/scatter_setting.png b/documentMD/user_guide/_reference/4_component/img/scatter_setting.png index 61f94a525..9709333d9 100644 Binary files a/documentMD/user_guide/_reference/4_component/img/scatter_setting.png and b/documentMD/user_guide/_reference/4_component/img/scatter_setting.png differ diff --git a/documentMD/user_guide/_reference/4_component/img/targetFiles.png b/documentMD/user_guide/_reference/4_component/img/targetFiles.png index 693a56a35..7b290c0c9 100644 Binary files a/documentMD/user_guide/_reference/4_component/img/targetFiles.png and b/documentMD/user_guide/_reference/4_component/img/targetFiles.png differ diff --git a/documentMD/user_guide/_reference/4_component/img/target_filename.png b/documentMD/user_guide/_reference/4_component/img/target_filename.png index 7d75c0415..fed4eff5f 100644 Binary files a/documentMD/user_guide/_reference/4_component/img/target_filename.png and b/documentMD/user_guide/_reference/4_component/img/target_filename.png differ diff --git a/documentMD/user_guide/_tutorial/1_basic_tutorial/img/remotehost_editor_button.png b/documentMD/user_guide/_tutorial/1_basic_tutorial/img/remotehost_editor_button.png index 3de8825e5..fb0a30510 100644 Binary files a/documentMD/user_guide/_tutorial/1_basic_tutorial/img/remotehost_editor_button.png and b/documentMD/user_guide/_tutorial/1_basic_tutorial/img/remotehost_editor_button.png differ diff --git a/documentMD/user_guide/_tutorial/preparation_for_use/img/add_new_host.png b/documentMD/user_guide/_tutorial/preparation_for_use/img/add_new_host.png index e92761826..340f6e647 100644 Binary files a/documentMD/user_guide/_tutorial/preparation_for_use/img/add_new_host.png and b/documentMD/user_guide/_tutorial/preparation_for_use/img/add_new_host.png differ diff --git a/documentMD/user_guide/_tutorial/preparation_for_use/img/add_newhost.png b/documentMD/user_guide/_tutorial/preparation_for_use/img/add_newhost.png new file mode 100644 index 000000000..f4e291b18 Binary files /dev/null and b/documentMD/user_guide/_tutorial/preparation_for_use/img/add_newhost.png differ diff --git a/documentMD/user_guide/_tutorial/preparation_for_use/img/connection_test.png b/documentMD/user_guide/_tutorial/preparation_for_use/img/connection_test.png index 7492bd2fc..0af225e5b 100644 Binary files a/documentMD/user_guide/_tutorial/preparation_for_use/img/connection_test.png and b/documentMD/user_guide/_tutorial/preparation_for_use/img/connection_test.png differ diff --git a/documentMD/user_guide/_tutorial/preparation_for_use/img/hamburger_menu.png b/documentMD/user_guide/_tutorial/preparation_for_use/img/hamburger_menu.png index f57124b15..e1e970f8b 100644 Binary files a/documentMD/user_guide/_tutorial/preparation_for_use/img/hamburger_menu.png and b/documentMD/user_guide/_tutorial/preparation_for_use/img/hamburger_menu.png differ diff --git a/documentMD/user_guide/_tutorial/preparation_for_use/img/input_password.png b/documentMD/user_guide/_tutorial/preparation_for_use/img/input_password.png index bf4c3f47d..81965e6ab 100644 Binary files a/documentMD/user_guide/_tutorial/preparation_for_use/img/input_password.png and b/documentMD/user_guide/_tutorial/preparation_for_use/img/input_password.png differ diff --git a/documentMD/user_guide/_tutorial/preparation_for_use/img/remotehost_editor2.png b/documentMD/user_guide/_tutorial/preparation_for_use/img/remotehost_editor2.png index 149e59e7c..0a1a79e71 100644 Binary files a/documentMD/user_guide/_tutorial/preparation_for_use/img/remotehost_editor2.png and b/documentMD/user_guide/_tutorial/preparation_for_use/img/remotehost_editor2.png differ diff --git a/documentMD/user_guide/_tutorial/preparation_for_use/img/remotehost_editor_button.png b/documentMD/user_guide/_tutorial/preparation_for_use/img/remotehost_editor_button.png index 8df4e56bf..409c859d3 100644 Binary files a/documentMD/user_guide/_tutorial/preparation_for_use/img/remotehost_editor_button.png and b/documentMD/user_guide/_tutorial/preparation_for_use/img/remotehost_editor_button.png differ diff --git a/documentMD/user_guide/_tutorial/preparation_for_use/img/result_failed.png b/documentMD/user_guide/_tutorial/preparation_for_use/img/result_failed.png index 75e1bdac6..18b745ad8 100644 Binary files a/documentMD/user_guide/_tutorial/preparation_for_use/img/result_failed.png and b/documentMD/user_guide/_tutorial/preparation_for_use/img/result_failed.png differ diff --git a/documentMD/user_guide/_tutorial/preparation_for_use/img/result_ok.png b/documentMD/user_guide/_tutorial/preparation_for_use/img/result_ok.png index d44980ca3..fd4fd0f8b 100644 Binary files a/documentMD/user_guide/_tutorial/preparation_for_use/img/result_ok.png and b/documentMD/user_guide/_tutorial/preparation_for_use/img/result_ok.png differ diff --git a/documentMD/user_guide/_tutorial/preparation_for_use/index.md b/documentMD/user_guide/_tutorial/preparation_for_use/index.md index 042bb3659..e5ea6301c 100644 --- a/documentMD/user_guide/_tutorial/preparation_for_use/index.md +++ b/documentMD/user_guide/_tutorial/preparation_for_use/index.md @@ -6,7 +6,7 @@ lang: ja WHEELの利用開始前に、初期設定として行われたリモートホスト設定の内容が正しいことを確認します。 -__WHEELの起動について__ +__WHEELの起動について__ リモートホスト設定の確認時には、事前にWHEELサーバが起動されている必要があります。 WHEELサーバの起動方法については、[起動方法]({{ site.baseurl }}/for_admins/how_to_boot/#起動方法) をご参照ください。 {: .notice--info} @@ -16,7 +16,7 @@ WHEELにアクセスし、画面右上のハンバーガーメニューをクリ ![hamburger menu](img/hamburger_menu.png "hamburger menu") -表示されたメニュー内の __Remotehost editor__ をクリックします。リモートホスト設定画面が別タブで表示されます。 +表示されたメニュー内の __Remotehost editor__ をクリックします。リモートホスト設定ダイアログが表示されます。 !["Remotehost editor"](img/remotehost_editor_button.png "Remotehost editor") @@ -26,7 +26,7 @@ WHEELにアクセスし、画面右上のハンバーガーメニューをクリ 設定内容が正しいことを確認します。 -!["設定内容の確認"](img/add_new_host.png "設定内容の確認") +!["設定内容の確認"](img/add_newhost.png "設定内容の確認") Hostname : 接続先のホスト名またはIPアドレス @@ -43,15 +43,15 @@ __OK__ ボタンをクリックして、ダイアログを閉じます。 ### リモートホストへの接続確認 続いて、WHEELからリモートホストに接続できることを確認します。 -リモートホスト設定画面を表示します。 - -!["リモートホスト一覧"](img/remotehost_list.png "リモートホスト一覧") - -__connection test__ 列に表示された __TEST__ ボタンをクリックし、リモートホストへの接続テストを行います。 +リモートホスト設定ダイアログに戻り、__connection test__ 列に表示された __TEST__ ボタンをクリックして、リモートホストへの接続テストを行います。 !["connection test"](img/connection_test.png "connection test") パスワード入力ダイアログが表示されます。リモートホストに接続するためのパスワードを入力し、 __OK__ ボタンをクリックします。 +この例では、"input __passphrase__ for test" と表示されていますが、これは公開鍵認証を行なうための秘密鍵のパスフレーズを入力する時の表示です。 +パスワード認証を行う場合は、"input __password__ for test" と表示されます。また、最後の __test__ の部分は、 +リモートホスト設定で指定したラベル名が表示されます。 + !["Input password"](img/input_password.png "Input password") @@ -62,7 +62,7 @@ __connection test__ 列に表示された __TEST__ ボタンをクリックし !["Result ok"](img/result_ok.png "Result ok") -リモートホストへの接続が失敗した場合は、 __FAILED__ ボタン表示になります。 +リモートホストへの接続が失敗した場合は、 __FAILED__ ボタン表示になります。 [リモートホスト設定の確認](#リモートホスト設定の確認)に従い、設定内容を見直してください。 !["Result failed"](img/result_failed.png "Result failed") @@ -71,4 +71,4 @@ __connection test__ 列に表示された __TEST__ ボタンをクリックし -------- -[利用者向けのトップページに戻る]({{ site.baseurl }}/tutorial/) \ No newline at end of file +[利用者向けのトップページに戻る]({{ site.baseurl }}/tutorial/) diff --git a/documentMD/user_guide/docker-compose.yml b/documentMD/user_guide/docker-compose.yml index 4ec9fe3c6..cf1e386bf 100644 --- a/documentMD/user_guide/docker-compose.yml +++ b/documentMD/user_guide/docker-compose.yml @@ -4,6 +4,7 @@ services: environment: - JEKYLL_UID=${UID} - JEKYLL_GID=${GID} + - JEKYLL_DISABLE_DISK_CACHE=1 volumes: - .:/srv/jekyll/ command: > diff --git a/eslint.config.js b/eslint.config.js index 2fdb6991a..b33f769a9 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -7,8 +7,8 @@ import n from "eslint-plugin-n"; import chaiFriendly from "eslint-plugin-chai-friendly"; import vue from "eslint-plugin-vue"; import vueParser from "vue-eslint-parser"; -import jsonc from 'eslint-plugin-jsonc'; -import jsoncParser from 'jsonc-eslint-parser'; +import jsonc from "eslint-plugin-jsonc"; +import jsoncParser from "jsonc-eslint-parser"; const jsdocRules = { "jsdoc/require-jsdoc": ["warn", { enableFixer: false }], diff --git a/server/app/db/version.json b/server/app/db/version.json index 286badc07..ff556c900 100644 --- a/server/app/db/version.json +++ b/server/app/db/version.json @@ -1 +1 @@ -{"version": "2026-0213-100852" } \ No newline at end of file +{"version": "2026-0213-103108" } \ No newline at end of file