- Oct 08, 2024
-
-
Fabien Viale authored
Commons io
-
- Oct 06, 2024
-
-
Fabien Viale authored
-
- Oct 05, 2024
-
-
Fabien Viale authored
DataSpaceServiceStarter: username subfolder should only be created wh…
-
fviale authored
-
fviale authored
-
- Oct 04, 2024
- Sep 30, 2024
-
-
Mohamed Boussaa authored
Co-authored-by: test <test@test.com>
-
- Sep 19, 2024
-
-
Fabien Viale authored
DataSpaceServiceStarter: remove obsolete localpath check
-
fviale authored
-
- Sep 02, 2024
-
-
Fabien Viale authored
improve LoadPackage ssl handling
-
fviale authored
TrustSelfSignedStrategy fails in some cases where TrustAllStrategy should work in all cases
-
- Aug 26, 2024
-
-
Fabien Viale authored
SchedulerNodeClient: when connection fails, use the scheduler rest pu…
-
fviale authored
When connection to the scheduler fails (for example, when the scheduler is behind a reverse proxy), and a scheduler rest public url is configured, the scheduler client will attempt to connect using the public url.
-
- Aug 22, 2024
-
-
Alexandre Falessi authored
* Add jobId filter to GET jobrevision * Add comment in endpoint definition + spotlessApply * Make param final getJobs method
-
- Aug 08, 2024
-
-
Fabien Viale authored
Add Start At filter for GET revisionAndJobsInfo endpoint
-
- Aug 07, 2024
-
-
Alexandre Falessi authored
-
Alexandre Falessi authored
-
Alexandre Falessi authored
-
- Jul 31, 2024
-
-
Alexandre Falessi authored
Remove config of Start At as an extra column. It is now a field in JobInfo, read by the scheduler portal directly (#4288)
-
- Jul 29, 2024
-
-
Fabien Viale authored
Add description to JobInfo
-
fviale authored
-
- Jul 25, 2024
-
-
Fabien Viale authored
Add startAt to JobData and Jobinfo
-
fviale authored
startAt is stored in the database and searchable ensure that changeStartAt request updates the value stored in JobData and the generic info add a changeStartAt request that accepts multiple jobs
-
- Jul 22, 2024
-
-
Fabien Viale authored
Fix updateStartAt
-
fviale authored
When updating the startAt value of a pending job, the cache used by ExtendedSchedulerPolicy need to be updated. Accordingly, the StartAtUpdater must be able to retrieve the policy instance and ask it to update the startAt value of a given job or task.
-
- Jul 19, 2024
-
-
Fabien Viale authored
Improve performance of ExtendedSchedulerPolicy
-
fviale authored
- use an LRU cache for getStartAtValue (this prevents costly operations over the same job and task) - changed the key of delayedJobsWakeUpCache to be the startAt time instead of job id - added timer loggers to monitor performances when the logger is in debug
-
- Jul 17, 2024
-
-
Alexandre Falessi authored
* Refactor POST and DELETE credentials to take key as form param. Remove @Encode annotation and manual decode() for automatic decoding of key. * Accept credential key as QueryParam for DELETE
-
- Jul 16, 2024
-
-
Fabien Viale authored
Fix catalog portal id in portals access
-
fviale authored
-
- Jul 13, 2024
-
-
Fabien Viale authored
improve the job owner check
-
fviale authored
instead of using JaaS, simply compare the current user's name and tenant with the job owner's name and tenant
-
- Jul 12, 2024
-
-
Alexandre Falessi authored
* Prevent duplicates when creating labels. Also ensure front-end backward compatiblity by returning unique results when fetching labels from DB that have same label name * Remove duplicates when creating labels * Throw Exception if duplicate labels are found * Refactoring: Make check case sensitive + do not throw exception, instead, remove duplicates * Apply comment: Use LinkedHashSet to preserve order
-
Boushab authored
Fix typo in rest api url
-
Mohamed Boushab authored
-
- Jul 10, 2024
-
-
Fabien Viale authored
fix issues in NodeUsageSchedulingPolicy
-
fviale authored
* when a job is finished, if it's a top level job, wait until all children jobs are terminated before removing all knowledge of the job. * remove finished tasks before removing finished jobs.
-
- Jul 05, 2024
-
-
Fabien Viale authored
add NodeUsageSchedulingPolicy
-
- Jul 04, 2024
-
-
Amine Mouhoub authored
-