- Add side-by-side syntax highlighting overlays for the script and submit textareas.
- Add configurable
highlight_themeanddirective_colorsettings for history/script highlighting. - Add advanced history search options for date range, AND/OR matching, and field selection.
- Add history search elapsed-time output next to the entry count.
- Change history storage from PStore to SQLite with automatic migration from legacy
.dbfiles. - Expand history search to index all stored job values, including Job Details and Job Script contents.
- Improve history search highlighting so it follows AND/OR search terms and the selected field.
- Fix initialization error in Dynamic Form Widget
- A warning will be displayed before manual changes to the script and submit sections are deleted.
- Support OC_ROUNDING_ROUND, OC_ROUNDING_FLOOR, and OC_ROUNDING_CEIL in calc().
- Local Development is added in install manual.
- RACK is used for development.
- Improve README to match Appverse documentation standard in 18.
- Add the function to define multiple login_nodes and ssh_wrappers in conf.yml in 25.
- Add calc function in 20.
- History page items can be freely changed in 19.
- Add failed job status in 19.
- The cancel/delete modal and job script modal on the history page can be resized in 19.
- Add a variable @OC_DIR_NAME.
- Change clusters from cluster in conf.yml (It is an incompatible change).
- Change related_apps from related_apps in manifest.yml (It is an incompatible change).
- Changed dirname and basename to work the same as linux commands.
- Change a variable OC_SCRIPT_CONTENT from SCRIPT_CONTENT.
- Do nothing if expr returns an error.
- The function only saves job scripts.
- The function allows users to view and edit preprocessing.
- Manual format changed from Markdown to HTML.
- An error occurs when you first open the History page in 18.
- An issue where variables could not be referenced in the submit and check sections.
- An error where the separator was not reflected when using an array as the second argument in the options of checkbox and multi_select widgets.
- An error that disabled elements could not be referenced on the initial screen.
- The function for zeropadding.
- The function to output log.
- The custom PBS Pro scheduler for Miyabi.
- Change the manual format from Markdown to HTML.
- Change "cancel job" from "delete job" in history page.
- The name of the page from Top Page to Home Page.
- The initial value was not set correctly when the value was a number.
- Consolidate querying both running and history jobs in PBS Pro in 9.
- PBS Pro qstat bug in 8.
- Add highlights to filtered results in history page.
- Support multiple clusters.
- Filter in history page searches all job information.
- Sanitization for XSS.
- Support to set a main label and a sub-label.
- Support to hide job scripts.
- Dynamic Form Widget is also enabled in the header.
- Add icons such as Open OnDemand to the navigation bar.
- Add an effect for submit button.
- Add a function oc_assert() which can be used in form.yml.
- For slurm, remove init_bash and added --export=NONE to the sbatch option.
- For slurm, PBSpro and Fujitsu TCS, increase the amount of verbose output.
- On the history page, when you hover the cursor over the image of a visualization app, the name of the application is displayed.
- On the history page, adjust the amount of information depending on the window width.
- Change width when script content is hidden from 800px to 960px.
- Adjust the amount of information displayed in the history depending on the window width.
- Change the command from Cancel Job to Delete Job.
- Display error messages more clearly in form.
- A reference so that it works even if the destination of related_app in manuscript is a link.
- Support Grid Engine job scheduler.
- It is possible to define headers for each application.
- For pre-processing, submit section in form.yml is added. And delete submit.yml.
- Added the ability to change the script label.
- The path widget can specify the directory one level above.
- It is possible to define headers for each application.
- Change path selector modal overflow behavior in 1
- To speed up the history page, update the status only for the job IDs that are displayed.
- The separator option enables output without spaces.
- To prevent elements that are initially hidden from appearing for just a moment, make them visible after all loading is complete.
- Fixed behavior of the path widget with or without a slash at the end of a directory.
- Support PBS job scheduler.
- Add bin_overrides in conf.yml.erb.
- Add a utility misc/read_yml_erb.rb.
- login_node in conf.yml.erb has been made optional.
- Simplify
identparameter. - When a job scheduler error occurs, output stdout as well as stderr.
- Get the job submission date and time from a Ruby function, not from the scheduler.
- Fixed a mistake in the application name link on the form.
- Element with disabled is considered unchecked.
- When the selected option in select widget becomes disabled by dynamic form widget, the non-disabled option is selected.
- 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.
- Added
identparameter in the web form. - Enabled setting related applications.
- Added support for Font Awesome icons.
- Included English documents.
- Introduced a function to specify an application directory.
- Added an option to include the value of "Job Name" in the header as part of the job submission command.
- Divided the manual into sections for creating web forms and using Open Composer.
- Extended the inquiry period for completed Fujitsu_TCS jobs to 365 days.
- Improved error handling: when job submission fails, the same page reloads with the failed parameters pre-filled.
- Updated manual examples: replaced
job_nameexamples withcommentexamples to reduce confusion. - Made labels bold for better visibility.
- Made application names in forms bold.
- Ensured that changes in header values do not update
JOB_SCRIPT_CONTENTS.
- Fixed the issue with loading the bash environment when executing
pjsub/sbatchcommands. - Resolved the issue where
public/no_image_square.jpgcould not be displayed.
- Applied URL encoding for special characters on the history page to enhance security.
First release.