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

Share GlotPress 429 auto retry from ASC metadata to iOS strings download #516

Open
wants to merge 22 commits into
base: trunk
Choose a base branch
from

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    010074e View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Use Ruby 3.2.2

    mokagio committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    6bac21d View commit details
    Browse the repository at this point in the history
  2. Use latest WebMock, 3.19.1

    I thought this might help with an issue I'm experiencing where there the
    uri of a stubbed response is unexpectedly nil, but it did not.
    mokagio committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    5d1b52a View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    f088131 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6326cf7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee2bb8b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe9a93b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa6bf79 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    975dc46 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ed269cf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0c1b71b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cd87e7b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8433810 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7f3ccb5 View commit details
    Browse the repository at this point in the history
  12. Make sleep time configurable in MetadataDownloader

    This way, the tests can run fast, instead of waiting for the default 20s
    mokagio committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    cd5ef51 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d35d027 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    80ddf81 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    71077a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48896c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0330b3b View commit details
    Browse the repository at this point in the history
  4. Add test for metadata downloader file saving behavior

    While I was at it... Also useful to ensure the new downloader object
    didn't break the existing download logic.
    mokagio committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    0847fc9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    65801ac View commit details
    Browse the repository at this point in the history