1. 20 Dec, 2021 2 commits
    • Paolo Calao's avatar
      Add YAML output format (#1600) · 5dd14c4c
      Paolo Calao authored
      5dd14c4c
    • per1234's avatar
      [skip changelog] Use major version ref of `carlosperate/download-file-action` (#1602) · 8dcea2d6
      per1234 authored
      The `carlosperate/download-file-action` action is used in the GitHub Actions workflows as a convenient way to download
      external resources.
      
      A major version ref has been added to that repository. It will always point to the latest release of the "1" major
      version series. This means it is no longer necessary to do a full pin of the action version in use as before.
      
      Use of the major version ref will cause the workflow to use a stable version of the action, while also benefiting from
      ongoing development to the action up until such time as a new major release of an action is made. At that time we would
      need to evaluate whether any changes to the workflow are required by the breaking change that triggered the major
      release before manually updating the major ref (e.g., uses: `carlosperate/download-file-action@v2`). I think this
      approach strikes the right balance between stability and maintainability for these workflows.
      8dcea2d6
  2. 07 Dec, 2021 4 commits
  3. 03 Dec, 2021 2 commits
  4. 02 Dec, 2021 2 commits
    • Silvano Cerza's avatar
      822134d9
    • Silvano Cerza's avatar
      Enhance i18n:check task (#1578) · 8f0e8aec
      Silvano Cerza authored
      i18n:check task used to verify only if the source en.po file was up to
      date. The new process instead verifies that all translations are up to
      date by downloading them directly from Transifex.
      
      The previous process was causing some issues since after uploading the
      en.po file Transifex would change its formatting, meaning when calling
      i18n:pull we would download a file containing the same information but
      formatted in a different way and that made the i18n:check command fail.
      
      By making the i18n:check task call i18n:pull instead of i18n:update we
      don't have issues with the formatting anymore.
      
      This change also covers a corner-case that would occur when the
      en.po file wasn't updated since a long time, the i18n:check wouldn't
      fail because the en.po was the same as before but that wouldn't mean
      that the translations were up to date with the latest from Transifex.
      8f0e8aec
  5. 30 Nov, 2021 1 commit
  6. 26 Nov, 2021 1 commit
  7. 25 Nov, 2021 2 commits
  8. 23 Nov, 2021 2 commits
  9. 22 Nov, 2021 2 commits
  10. 19 Nov, 2021 22 commits