- 17 Nov, 2021 1 commit
-
-
Fabien Viale authored
InError time needs to be reset after a job or task is no longer in-error Added corresponding checks in existing functional tests
-
- 15 Nov, 2021 1 commit
-
-
Fabien Viale authored
-
- 09 Nov, 2021 2 commits
-
-
Fabien Viale authored
- when a task is in-error and has no executions left, store the result in the database - also, fix running task count for finishInErrorTask
-
Fabien Viale authored
-
- 08 Nov, 2021 2 commits
-
-
Fabien Viale authored
Recover tests : add wait method when acquiring nodes
-
Fabien Viale authored
-
- 05 Nov, 2021 1 commit
-
-
Fabien Viale authored
Fix for Node source permissions lost after scheduler kill
-
- 04 Nov, 2021 1 commit
-
-
Fabien Viale authored
- recover nodes isProtectedByTokens status during recovery - correctly collect deployed node source description in RMInitialState - Add node recovery test for default infrastructure/
-
- 03 Nov, 2021 1 commit
-
-
TAO Xinxiu (Isabelle) authored
-
- 22 Oct, 2021 1 commit
-
-
oanaBiancaSchiopu authored
change-variables-order
-
- 20 Oct, 2021 2 commits
-
-
oanaBiancaSchiopu authored
-
Oana Schiopu authored
-
- 15 Oct, 2021 2 commits
-
-
Fabien Viale authored
SchedulingMethodImpl: optional non-strict fifo mode
-
Fabien Viale authored
This mode can improve throughput when a strict fifo order it not mandatory
-
- 14 Oct, 2021 2 commits
-
-
Fabien Viale authored
SchedulingMethodImpl: improve needed nodes calculation performance
-
Fabien Viale authored
Also, remove VariableBatchSizeIterator usage
-
- 13 Oct, 2021 2 commits
-
-
Fabien Viale authored
NodesRecoveryManager: fix down nodes lock restoration for down nodes
-
Fabien Viale authored
-
- 12 Oct, 2021 1 commit
-
-
Fabien Viale authored
-
- 11 Oct, 2021 2 commits
-
-
Fabien Viale authored
NodesRecoveryManager: fix down nodes after restart
-
Fabien Viale authored
- a wrong if test was preventing down nodes from being aknownledged by the corresponding node source. This prevented the RestartDownNodes policy to redeploy the down nodes - added a test scenario which tests the RestartDownNodes policy on a recover.
-
- 09 Oct, 2021 1 commit
-
-
TAO Xinxiu (Isabelle) authored
-
- 08 Oct, 2021 4 commits
-
-
Fabien Viale authored
NodeSource: memorize removed nodes to avoid sending unnecessary detectedPingDownNodes notifications
-
Fabien Viale authored
Remove-set-detailed-variables-since-it-is-already-set-on-job-info
-
Fabien Viale authored
-
Oana Schiopu authored
-
- 07 Oct, 2021 1 commit
-
-
Oana Schiopu authored
-
- 06 Oct, 2021 1 commit
-
-
Amine Mouhoub authored
* Add filtering by jobName, projectName & userName to revisionJobsInfo endpoint * Remove case insensitiveness for revisionJobsInfo filters and fix tests * Remove case insensitiveness for revisionJobsInfo filters
-
- 05 Oct, 2021 2 commits
-
-
Fabien Viale authored
Improve InProgress selection scripts
-
Fabien Viale authored
down nodes were not acknowedged by inProgress selection scripts
-
- 29 Sep, 2021 4 commits
-
-
Fabien Viale authored
Improve status of rest server start
-
Fabien Viale authored
The scheduling loop task filter was previously delaying relevant tasks at scheduler start until the property pa.scheduler.rest.url was set automatically by the SchedulerStarter class (rest server is started). Now, it is possible to configure pa.scheduler.rest.url to a custom value without breaking the filter mechanism.
-
Fabien Viale authored
Fix In-Error status
-
Fabien Viale authored
- when an In-Error task is restarted, if there is no other task in In-Error state, the job status will be set to Running instead of staying In-Error.
-
- 21 Sep, 2021 3 commits
-
-
Fabien Viale authored
Add Hidden variables
-
Fabien Viale authored
-
Fabien Viale authored
- hidden variables are not displayed on the submission form - hidden variables can be displayed or hidden using SPEL expressions (dynamic forms) - JobInfoData : attach full variable definition (not just key and values)
-
- 20 Sep, 2021 1 commit
-
-
oanaBiancaSchiopu authored
Co-authored-by:
Oana Schiopu <oana-schiopu@activeeon.com>
-
- 17 Sep, 2021 1 commit
-
-
oanaBiancaSchiopu authored
* check-admin-provider-permissions-and-add-new-request * refactor-code Co-authored-by:
Oana Schiopu <oana-schiopu@activeeon.com>
-
- 16 Sep, 2021 1 commit
-
-
TAO Xinxiu (Isabelle) authored
-