Skip to content
Snippets Groups Projects
  1. Sep 20, 2022
    • Tomáš Pecka's avatar
      cli: allow to quit on first exception · 6ae6e6b7
      Tomáš Pecka authored
      In long aql scripts sometimes we hit an exception early in the script
      and the rest of the script continues executing which makes the output
      really complicated as the errors keep chaining.
      
      This commit introduces a 'set exit_on_failure' command which (if true)
      stops the execution on first exception raised.
      
      This is similar to "set -e" command in bash which stops script
      execution on non-OK exit code.
      6ae6e6b7
  2. Mar 06, 2022
  3. Feb 23, 2022
  4. Feb 22, 2022
  5. Feb 07, 2022
  6. Feb 01, 2022
  7. Jan 26, 2022
  8. Jan 12, 2022
  9. Jan 10, 2022
  10. Nov 26, 2021
  11. Nov 23, 2021
  12. Nov 21, 2021
  13. Oct 15, 2021
  14. Jul 06, 2021
  15. Jun 23, 2021
  16. Mar 25, 2021
  17. Mar 19, 2021
  18. Mar 08, 2021
  19. Jan 30, 2021
  20. Dec 18, 2020
  21. Aug 17, 2020
Loading