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

Migrate photo storage to GCloud storage #273

Merged
merged 16 commits into from
May 9, 2023
Merged

Migrate photo storage to GCloud storage #273

merged 16 commits into from
May 9, 2023

Commits on May 7, 2023

  1. chore: extra & save image width/height during migration

    chore: resolve username in the backend instead of frontend
    chore: return image metadata to tag queries
    chore: rebase
    viet nguyen committed May 7, 2023
    Configuration menu
    Copy the full SHA
    ae094dc View commit details
    Browse the repository at this point in the history
  2. Reuse tag + media object join

    refactoring
    viet nguyen committed May 7, 2023
    Configuration menu
    Copy the full SHA
    ed190d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68f89f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11e5c58 View commit details
    Browse the repository at this point in the history
  5. chore: improve get media for area query

    chore: climb/area/user profile media share the same type
    viet nguyen committed May 7, 2023
    Configuration menu
    Copy the full SHA
    0a88c26 View commit details
    Browse the repository at this point in the history
  6. refactor: embed tags in media object collection

    viet nguyen committed May 7, 2023
    Configuration menu
    Copy the full SHA
    c783d4a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    acae28a View commit details
    Browse the repository at this point in the history
  8. refactor: move leaderboard api to new embedded tags model

    cache external HTTP calls to recolve username
    viet nguyen committed May 7, 2023
    Configuration menu
    Copy the full SHA
    8f26dc4 View commit details
    Browse the repository at this point in the history
  9. refactor: create a common gql type for update metadata

    viet nguyen committed May 7, 2023
    Configuration menu
    Copy the full SHA
    abd45e7 View commit details
    Browse the repository at this point in the history
  10. test: skip tests depending on tagging for now until it's updated to u…

    …se the new embedded tags
    viet nguyen committed May 7, 2023
    Configuration menu
    Copy the full SHA
    98c8e3f View commit details
    Browse the repository at this point in the history
  11. chore: expose 'id' field in MediaWithTags

    chore: set media upload time using real timestamp from sirv
    
    refactor: improve MediaDatasource's queries to use index
    viet nguyen committed May 7, 2023
    Configuration menu
    Copy the full SHA
    6d30289 View commit details
    Browse the repository at this point in the history
  12. refactor: embed climb & area tags in Media Objects collection for bet…

    …ter performance and simplier queries
    viet nguyen committed May 7, 2023
    Configuration menu
    Copy the full SHA
    b1fea4e View commit details
    Browse the repository at this point in the history
  13. chore: create tests to check migration

    viet nguyen committed May 7, 2023
    Configuration menu
    Copy the full SHA
    695a356 View commit details
    Browse the repository at this point in the history
  14. chore: update test desc

    viet nguyen committed May 7, 2023
    Configuration menu
    Copy the full SHA
    30cdb59 View commit details
    Browse the repository at this point in the history
  15. chore: rebase

    bug: fix how exception is passed to logger
    viet nguyen committed May 7, 2023
    Configuration menu
    Copy the full SHA
    515f9ba View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. bug: sort by createdAt for most recent

    chore: rename media GQL types & queries
    
    bug: fix latlng bug
    viet nguyen committed May 8, 2023
    Configuration menu
    Copy the full SHA
    612c4c1 View commit details
    Browse the repository at this point in the history