- 03 Dec, 2024 3 commits
-
-
Bruno de Paula Kinoshita authored
#1476: Remove duplicate if statement See merge request !526
-
Bruno P. Kinoshita authored
-
Bruno de Paula Kinoshita authored
Add documentation for script templates, remove devguide (ec-earth) docs Closes #952 See merge request !342
-
- 02 Dec, 2024 4 commits
- 29 Nov, 2024 1 commit
-
-
Bruno P. Kinoshita authored
-
- 26 Nov, 2024 2 commits
-
-
dbeltran authored
- 22 Nov, 2024 3 commits
-
-
dbeltran authored
- 21 Nov, 2024 2 commits
-
-
dbeltran authored
-
- 20 Nov, 2024 2 commits
- 19 Nov, 2024 4 commits
-
-
Bruno de Paula Kinoshita authored
Autosubmit GUI issue 113: Vertical DB fixes, and add regression test See merge request !515
-
dbeltran authored
-
dbeltran authored
-
- 14 Nov, 2024 1 commit
-
-
Bruno de Paula Kinoshita authored
#945: Fix portalocker error handling. Closes #945 See merge request !512
-
- 12 Nov, 2024 4 commits
-
-
Bruno P. Kinoshita authored
#945: Log warnings by default, other a command raises a warning and the user will only ever know if s/he looks at the file on disk, or enable console logging.
-
Bruno P. Kinoshita authored
This change modifies how Autosubmit reacts to exceptions raised in commands like `autosubmit run` or `autosubmit create`. Previously, Autosubmit would capture exceptions raised during the execution of these commands it in a central function, however, in this function it would log the error and then release the portalocker lock. This caused the issue (reported ~2 years ago?) that running these commands three times caused errors. On the first run the lock was created. On the second command run the command would be prevented from running by portalocker and the error logged but the lock was also deleted. And then on the third run there was no lock, so it would cause the issue reported. Now, the code will never release the lock, until the context-manager created finalizes, or someone/something deletes the lock file. Errors are still captured and logged, but if the error/exception raised is a portalocker exception, we log but without releasing the lock (it is like letting a prisoner go if we realize it is in jail, and then complaining that it was set free :)
-
dbeltran authored
-
- 08 Nov, 2024 2 commits
-
- 07 Nov, 2024 1 commit
-
-
Bruno de Paula Kinoshita authored
#1394: Add the EasyBuild files and a short readme Closes #1394 See merge request !474
-
- 06 Nov, 2024 3 commits
-
-
Bruno P. Kinoshita authored
from previous work.
-
dbeltran authored
-
- 05 Nov, 2024 2 commits
-
-
dbeltran authored
- 31 Oct, 2024 2 commits
-
-
dbeltran authored
- 28 Oct, 2024 2 commits
-
-
dbeltran authored
- 25 Oct, 2024 2 commits
-
-
dbeltran authored