Skip to content

Commit c07ae9d

Browse files
committed
Release version 1.2.0
1 parent 10f170d commit c07ae9d

5 files changed

Lines changed: 22 additions & 41 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [1.2.0] - 2025-01-20
4+
5+
### Added
6+
- Support PBS job scheduler.
7+
- Add bin_overrides in conf.yml.erb.
8+
- Add a utility misc/read_yml_erb.rb.
9+
10+
### Changed
11+
- login_node in conf.yml.erb has been made optional.
12+
- Simplify `ident` parameter.
13+
- When a job scheduler error occurs, output stdout as well as stderr.
14+
- Get the job submission date and time from a Ruby function, not from the scheduler.
15+
16+
### Fixed
17+
- Fixed a mistake in the application name link on the form.
18+
- Element with disabled is considered unchecked.
19+
- When the selected option in select widget becomes disabled by dynamic form widget, the non-disabled option is selected.
20+
- Fixed an issue where the disable- and hide- options for radio and checkbox widgets did not work properly when there was more than one option.
21+
322
## [1.1.0] - 2025-01-09
423

524
### Added

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ Open Composer is a web application to generate batch job scripts and submit batc
1515
https://github.com/user-attachments/assets/0eee0b62-9364-465a-ae1e-7d412c1c9de9
1616

1717
## Reference
18-
- The 197th HPC Research Symposium (Japanese) [[PDF](https://mnakao.net/data/2024/HPC197.pdf)] [[Slide](https://mnakao.net/data/2024/HPC197-slide.pdf)]
18+
- The 7th R-CCS International Symposium [[Poster](https://mnakao.net/data/2025/RCCS.pdf)], Jan., 2025
19+
- The 197th HPC Research Symposium (Japanese) [[PDF](https://mnakao.net/data/2024/HPC197.pdf)] [[Slide](https://mnakao.net/data/2024/HPC197-slide.pdf)], Dec., 2024

run.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
set :erb, trim: "-"
1313

1414
# Internal Constants
15-
VERSION = "1.1.0"
15+
VERSION = "1.2.0"
1616
SCHEDULERS_DIR_PATH = "./lib/schedulers"
1717
HISTORY_ROWS = 10
1818
JOB_STATUS = { "queued" => "QUEUED", "running" => "RUNNING", "completed" => "COMPLETED" }

sample_apps/test/form.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

sample_apps/test/manifest.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)