Skip to content

Commit

Permalink
update batchRun to V2.2, merge GROUP and HOST tabs on GUI, add SCAN a…
Browse files Browse the repository at this point in the history
…nd ASSET tabs on GUI.
  • Loading branch information
lyq1987 committed Feb 6, 2025
1 parent e77e56e commit 23a2e72
Show file tree
Hide file tree
Showing 6 changed files with 1,851 additions and 452 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
**Version:** V2.0
**Version:** V2.2


## What's batchRun?
Expand Down Expand Up @@ -60,4 +60,10 @@ More details please see ["docs/batchRun_user_manual.pdf"](./docs/batchRun_user_m
| V1.1 | (2023.07) | Support host_ip & host_name multi-mapping. |
| | | Remove LSF supporting. |
| V1.2 | (2024.08) | Add host info sampling function. |
| V2.0 | (2024.10) | Add GUI. |
| V2.0 | (2024.10) | Add GUI with GROUP/HOST/RUN/LOG tabs. |
| V2.1 | (2025.01) | Add SCAN tab on GUI. |
| | | Add STAT tab on GUI. |
| | | Add scheduler/cluster/queue on GROUP tab. |
| | | Fix the id authentication bug on crontab. |
| V2.2 | (2025.02) | Merge GROUP&HOST tabs on GUI. |
| | | Add ASSET tab on GUI. |
4 changes: 2 additions & 2 deletions bin/batch_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
import common_secure

os.environ['PYTHONUNBUFFERED'] = '1'
VERSION = 'V2.0'
VERSION_DATE = '2024.12.03'
VERSION = 'V2.2'
VERSION_DATE = '2025.02.05'
START_TIME = datetime.datetime.now().strftime('%Y%m%d_%H%M%S')
CURRENT_USER = getpass.getuser()
LOGIN_USER = common.get_login_user()
Expand Down
Loading

0 comments on commit 23a2e72

Please sign in to comment.