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

feat: object upload #121

Merged
merged 25 commits into from
Oct 15, 2024
Merged

feat: object upload #121

merged 25 commits into from
Oct 15, 2024

Commits on Oct 15, 2024

  1. update ent schemas

    matoszz authored and golanglemonade committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    258bf0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c36430b View commit details
    Browse the repository at this point in the history
  3. remove file history

    matoszz authored and golanglemonade committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    0fbbbd6 View commit details
    Browse the repository at this point in the history
  4. task pr output

    matoszz authored and golanglemonade committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    9407a27 View commit details
    Browse the repository at this point in the history
  5. functional handler

    matoszz authored and golanglemonade committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    300d169 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    184eca1 View commit details
    Browse the repository at this point in the history
  7. switch to mockery

    Signed-off-by: Sarah Funkhouser <[email protected]>
    golanglemonade committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    7c1f7dd View commit details
    Browse the repository at this point in the history
  8. switch to config

    Signed-off-by: Sarah Funkhouser <[email protected]>
    golanglemonade committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    8b09fc6 View commit details
    Browse the repository at this point in the history
  9. squash db, hooks for user avatar example

    Signed-off-by: Sarah Funkhouser <[email protected]>
    golanglemonade committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c05fe43 View commit details
    Browse the repository at this point in the history
  10. fix upload with seeker reset, update interfaces to stores

    Signed-off-by: Sarah Funkhouser <[email protected]>
    golanglemonade committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    224c18e View commit details
    Browse the repository at this point in the history
  11. add avatar file as fk to files table

    Signed-off-by: Sarah Funkhouser <[email protected]>
    golanglemonade committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    425bb69 View commit details
    Browse the repository at this point in the history
  12. move most middleware to pkg, not unique to core repo except the datab…

    …ase updates
    
    Signed-off-by: Sarah Funkhouser <[email protected]>
    golanglemonade committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    42bff32 View commit details
    Browse the repository at this point in the history
  13. generate, upload

    Signed-off-by: Sarah Funkhouser <[email protected]>
    golanglemonade committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    10c7e1f View commit details
    Browse the repository at this point in the history
  14. validate mime type, fixes for gqlgenc client

    Signed-off-by: Sarah Funkhouser <[email protected]>
    golanglemonade committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    ce1adb6 View commit details
    Browse the repository at this point in the history
  15. comment, tests, run:generate

    Signed-off-by: Sarah Funkhouser <[email protected]>
    golanglemonade committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    01b2f66 View commit details
    Browse the repository at this point in the history
  16. exclude mocks from sonar

    Signed-off-by: Sarah Funkhouser <[email protected]>
    golanglemonade committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    e6a2c51 View commit details
    Browse the repository at this point in the history
  17. sonar cleanup

    Signed-off-by: Sarah Funkhouser <[email protected]>
    golanglemonade committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    8c19cc1 View commit details
    Browse the repository at this point in the history
  18. comment move

    Signed-off-by: Sarah Funkhouser <[email protected]>
    golanglemonade committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    8de4e21 View commit details
    Browse the repository at this point in the history
  19. be smarter

    Signed-off-by: Sarah Funkhouser <[email protected]>
    golanglemonade committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    fbbe9ff View commit details
    Browse the repository at this point in the history
  20. or dont

    Signed-off-by: Sarah Funkhouser <[email protected]>
    golanglemonade committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    647854b View commit details
    Browse the repository at this point in the history
  21. remove fork reference for gqlgenc, bump to go 1.23.2

    Signed-off-by: Sarah Funkhouser <[email protected]>
    golanglemonade committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    bd513bd View commit details
    Browse the repository at this point in the history
  22. fix bad testify import

    Signed-off-by: Sarah Funkhouser <[email protected]>
    golanglemonade committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    fd3cae1 View commit details
    Browse the repository at this point in the history
  23. fix bug with graphql arguments, PR feedback

    Signed-off-by: Sarah Funkhouser <[email protected]>
    golanglemonade committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    642f326 View commit details
    Browse the repository at this point in the history
  24. remove unused bind funcs

    Signed-off-by: Sarah Funkhouser <[email protected]>
    golanglemonade committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    386367a View commit details
    Browse the repository at this point in the history
  25. fix flakey test

    Signed-off-by: Sarah Funkhouser <[email protected]>
    golanglemonade committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    6410f2b View commit details
    Browse the repository at this point in the history