Skip to content
Snippets Groups Projects
  1. Feb 20, 2023
  2. Feb 13, 2023
  3. Feb 03, 2023
  4. Feb 02, 2023
  5. Feb 01, 2023
  6. Jan 31, 2023
  7. Jan 30, 2023
  8. Jan 20, 2023
  9. Jan 19, 2023
    • Antoine R. Dumont's avatar
      scripts/app_manager: Add subcommand to manipulate tags · d6217eeb
      Antoine R. Dumont authored
      ```
      $ app_manager tag --help
      Usage: app_manager.py tag [OPTIONS] COMMAND [ARGS]...
      
        Manipulate application tag, for example either determine the last tag or
        compute the next one. Without any parameters this lists the current
        application tags.
      
      Options:
        --help  Show this message and exit.
      
      Commands:
        latest
        list
        next
      ```
      
      This will allow to:
      - retrieve the last known tag for an application
      - determine the next tag for an application (be it known or not)
      - current list of tags of an application
      
      This will raise when:
      - providing both --next-tag and --last-tag for an application
      - listing tags for an unknown application
      - retrieving the last tag on an unknown application
      
      Refs. sysadm-environment#4724
      d6217eeb
    • Antoine R. Dumont's avatar
      Update and run pre-commit configuration to format properly code · e26f89d3
      Antoine R. Dumont authored
      The hook was not installed in my repository.
      
      Refs. sysadm-environment#4724
      e26f89d3
  10. Jan 17, 2023
  11. Jan 13, 2023
  12. Jan 12, 2023
  13. Dec 27, 2022
  14. Dec 14, 2022
  15. Dec 06, 2022
  16. Nov 30, 2022
  17. Nov 29, 2022
  18. Nov 22, 2022
Loading