Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable localisation when SOURCE_DATE_EPOCH is set #10949

Commits on Dec 30, 2022

  1. Copy the full SHA
    61ac761 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2592766 View commit details
    Browse the repository at this point in the history
  3. Add test coverage to confirm that inventory contents are identical (r…

    …egardless of environment locale) when reproducible builds are enabled
    jayaddison committed Dec 30, 2022
    Copy the full SHA
    c1d2473 View commit details
    Browse the repository at this point in the history
  4. Disable localization of objects.inv (inventory files) when the build …

    …is configured for reproducible output
    jayaddison committed Dec 30, 2022
    Copy the full SHA
    babbb27 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    f17cf4a View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    ed704c3 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    fae1b1a View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    1cb30df View commit details
    Browse the repository at this point in the history
  9. Permit custom directory prefix for test app during reproducible build…

    … localization test cases
    jayaddison committed Dec 30, 2022
    Copy the full SHA
    b300d8b View commit details
    Browse the repository at this point in the history
  10. During reproducible build inventory localization test case, verify th…

    …at localization has an effect on the test application's inventory output
    jayaddison committed Dec 30, 2022
    Copy the full SHA
    3667842 View commit details
    Browse the repository at this point in the history
  11. Use ISO-639-3 'undetermined' language code during reproducible builds…

    …, since this should not have an associated translation catalog
    jayaddison committed Dec 30, 2022
    Copy the full SHA
    336ea1c View commit details
    Browse the repository at this point in the history
  12. Add explanatory comment

    jayaddison committed Dec 30, 2022
    Copy the full SHA
    9b0acb3 View commit details
    Browse the repository at this point in the history
  13. Add test coverage for resource translation when language is empty and…

    … LANGUAGE environment variable is configured
    jayaddison committed Dec 30, 2022
    Copy the full SHA
    873a350 View commit details
    Browse the repository at this point in the history
  14. Add test coverage for resource translation during reproducible builds…

    … (and confirming that LANGUAGE variable does not affect the result)
    jayaddison committed Dec 30, 2022
    Copy the full SHA
    121fc1d View commit details
    Browse the repository at this point in the history
  15. Retain support for pluralized resource translation by adding support …

    …for additional plural forms to the lazy loader translation method
    jayaddison committed Dec 30, 2022
    Copy the full SHA
    6585538 View commit details
    Browse the repository at this point in the history
  16. Typing: be a bit stricter about providing a str-type argument to the …

    …util.i18n.format_date method (note: mypy doesn't appear to catch this?)
    jayaddison committed Dec 30, 2022
    Copy the full SHA
    04f7058 View commit details
    Browse the repository at this point in the history
  17. Revert "Fixup: mypy: remove unused type-ignore comment"

    This reverts commit c8d9de3.
    jayaddison committed Dec 30, 2022
    Copy the full SHA
    b264cb2 View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    8377534 View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    aa7e165 View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    bb02c92 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Copy the full SHA
    4587f76 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Copy the full SHA
    2fc96ec View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. Copy the full SHA
    15edb4c View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Copy the full SHA
    1fb6ccc View commit details
    Browse the repository at this point in the history
  2. Fixup: assert on sorted directory contents in test_util_inventory.tes…

    …t_inventory_localization
    jayaddison committed Mar 21, 2023
    Copy the full SHA
    6a880ad View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Copy the full SHA
    52a7104 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Copy the full SHA
    a73459b View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. CHANGES: Add bugfix entry

    jayaddison committed Apr 7, 2023
    Copy the full SHA
    dd41420 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    426e08e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a9c9100 View commit details
    Browse the repository at this point in the history