- 16 May, 2022 1 commit
-
-
GARNIER Laurent authored
add the BoundedPaginator to prevent returning 404 in paginated views See merge request !221
-
- 12 May, 2022 3 commits
-
-
GARNIER Laurent authored
implement job expiration Closes #252 See merge request !220
-
GARNIER Laurent authored
improve login/logout UX See merge request !219
-
BAIRE Anthony authored
This condition may happen when deleting a job from the JobList view or when logging out from the WebappList page
-
- 11 May, 2022 1 commit
-
-
BAIRE Anthony authored
fix #252
-
- 28 Apr, 2022 8 commits
-
-
BAIRE Anthony authored
remove job[file_url] and job[dataset] from API example Closes #368 See merge request !217
-
BAIRE Anthony authored
-
BAIRE Anthony authored
-
BAIRE Anthony authored
send directly the log out request (POST) when clicking on 'log out' also this adds a 'next' parameter so the user stays on the same page after logout
-
BAIRE Anthony authored
-
BAIRE Anthony authored
(no longer used)
-
BAIRE Anthony authored
-
BAIRE Anthony authored
This commit appends a 'next' query parameter to the login url to make it redirect the user to the current page after login
-
- 27 Apr, 2022 4 commits
-
-
GARNIER Laurent authored
-
BAIRE Anthony authored
fix #357
-
BAIRE Anthony authored
fix #351
-
BAIRE Anthony authored
fix #363
-
- 26 Apr, 2022 1 commit
-
-
BAIRE Anthony authored
fix #312
-
- 19 Apr, 2022 4 commits
-
-
BAIRE Anthony authored
migration to debian bullseye See merge request !215
-
BAIRE Anthony authored
-
BAIRE Anthony authored
Fix the API CORS header See merge request !216
-
BAIRE Anthony authored
-
- 24 Feb, 2022 2 commits
-
-
GARNIER Laurent authored
-
GARNIER Laurent authored
-
- 20 Jan, 2022 2 commits
-
-
GARNIER Laurent authored
-
GARNIER Laurent authored
-
- 07 Sep, 2021 1 commit
-
-
GARNIER Laurent authored
-
- 01 Sep, 2021 3 commits
-
-
BAIRE Anthony authored
-
BAIRE Anthony authored
-
BAIRE Anthony authored
- with the API version increased, the swarm server returns its status in 'SystemStatus' rather than 'DriverStatus' and with extra indentation - updated the tests
-
- 31 Aug, 2021 1 commit
-
-
BAIRE Anthony authored
"docker info" outputs: (unknown): 192.168.21.101:2375 ... └ Reserved Memory: 0 B / 0 B
-
- 30 Aug, 2021 6 commits
-
-
BAIRE Anthony authored
-
BAIRE Anthony authored
with python 3.9, we must ensure that the event loop is created after fork() otherwise asyncio.get_running_loop() won't work as expected
-
BAIRE Anthony authored
-
BAIRE Anthony authored
(becuse python3-jose is no longer maintained)
-
BAIRE Anthony authored
(so as not to conflict with python3-jwt)
-
BAIRE Anthony authored
(because python3-crypto is no longer maintained)
-
- 19 Aug, 2021 3 commits
-
-
BAIRE Anthony authored
It is required by (openssh >7.5). To avoid any issue with getpwnam, sshd is patched to use a static uid & gid.
-
BAIRE Anthony authored
-
BAIRE Anthony authored
-