1. 03 Dec, 2024 3 commits
  2. 02 Dec, 2024 4 commits
  3. 29 Nov, 2024 1 commit
  4. 26 Nov, 2024 2 commits
  5. 22 Nov, 2024 3 commits
  6. 21 Nov, 2024 2 commits
  7. 20 Nov, 2024 2 commits
  8. 19 Nov, 2024 4 commits
  9. 14 Nov, 2024 1 commit
  10. 12 Nov, 2024 4 commits
    • Bruno P. Kinoshita's avatar
      #945: Log warnings by default, other a command raises a warning and the user... · 0c98a70a
      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.
      0c98a70a
    • Bruno P. Kinoshita's avatar
      #945: Fix portalocker error handling. · 97773f5e
      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 :)
      97773f5e
    • dbeltran's avatar
      Merge branch 'gl-1129-advanced-conf-platforms' into 'master' · d6a2d51e
      dbeltran authored
      Fixes an issue with platforms definition in $expid/conf when you're using advanced configuration
      
      Closes #1129
      
      See merge request !511
      d6a2d51e
    • dbeltran's avatar
  11. 08 Nov, 2024 2 commits
  12. 07 Nov, 2024 1 commit
  13. 06 Nov, 2024 3 commits
  14. 05 Nov, 2024 2 commits
  15. 31 Oct, 2024 2 commits
  16. 28 Oct, 2024 2 commits
  17. 25 Oct, 2024 2 commits