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

graphql hackathon async graphql #23

Open
wants to merge 49 commits into
base: main
Choose a base branch
from

Commits on Sep 10, 2024

  1. base setup

    dekkku committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    e088ae1 View commit details
    Browse the repository at this point in the history
  2. clean up of not required deps

    dekkku committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    32d3615 View commit details
    Browse the repository at this point in the history
  3. update lock file

    dekkku committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    fc5b0ee View commit details
    Browse the repository at this point in the history
  4. fix the endpoint

    dekkku committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    9270556 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db8b11c View commit details
    Browse the repository at this point in the history
  6. removed logs

    dekkku committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    60438f9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9fd6bf6 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'hackathon-with-async-graphql' of https://github.com/dek…

    …kku/hackathon into hackathon-with-async-graphql
    dekkku committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    c46627b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    168128a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ab4b23c View commit details
    Browse the repository at this point in the history
  11. Merge branch 'hackathon-with-async-graphql' of https://github.com/dek…

    …kku/hackathon into hackathon-with-async-graphql
    dekkku committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    aad373b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    15a3dc7 View commit details
    Browse the repository at this point in the history
  13. remove logs

    dekkku committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    b031bc6 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'hackathon-with-async-graphql' of https://github.com/dek…

    …kku/hackathon into hackathon-with-async-graphql
    dekkku committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    79f6898 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    dc83fdb View commit details
    Browse the repository at this point in the history
  16. make cache smart

    dekkku committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    0ad7e2c View commit details
    Browse the repository at this point in the history
  17. cache the users and posts

    dekkku committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    9ed7550 View commit details
    Browse the repository at this point in the history
  18. clean up

    dekkku committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    069d913 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. compile urls

    dekkku committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    deda9a3 View commit details
    Browse the repository at this point in the history
  2. fix typo

    dekkku committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    f20a699 View commit details
    Browse the repository at this point in the history
  3. clean up

    dekkku committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    f581362 View commit details
    Browse the repository at this point in the history
  4. removed reset

    dekkku committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    bda8d1b View commit details
    Browse the repository at this point in the history
  5. clean up

    dekkku committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    a80b9f3 View commit details
    Browse the repository at this point in the history
  6. use sampling with caching

    dekkku committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    14f0dfc View commit details
    Browse the repository at this point in the history
  7. clean up

    dekkku committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    bb72a18 View commit details
    Browse the repository at this point in the history
  8. - fix tests

    dekkku committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    28e0c5d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1e29d6c View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    7f90bd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f539dfc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d663e2 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'hackathon-with-async-graphql' of https://github.com/dek…

    …kku/hackathon into hackathon-with-async-graphql
    dekkku committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    de2fc8f View commit details
    Browse the repository at this point in the history
  5. added bytes

    dekkku committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    2909ced View commit details
    Browse the repository at this point in the history
  6. refactor cache impl

    dekkku committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    0b6cb06 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    91f0755 View commit details
    Browse the repository at this point in the history
  8. move to bin folder

    dekkku committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    6a40a0e View commit details
    Browse the repository at this point in the history
  9. update shell script

    dekkku committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    5311397 View commit details
    Browse the repository at this point in the history
  10. run only main.rs

    dekkku committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    357a779 View commit details
    Browse the repository at this point in the history
  11. revert

    dekkku committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    a534a78 View commit details
    Browse the repository at this point in the history
  12. revert back to RWLock

    dekkku committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    3551420 View commit details
    Browse the repository at this point in the history
  13. fix

    dekkku committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    6dcd048 View commit details
    Browse the repository at this point in the history
  14. restore to Store

    dekkku committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    5729989 View commit details
    Browse the repository at this point in the history
  15. load users upfront

    dekkku committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    b5993bb View commit details
    Browse the repository at this point in the history
  16. fix

    dekkku committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    7a1b85b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c7111f2 View commit details
    Browse the repository at this point in the history
  18. bug fixes

    dekkku committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    891eb02 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9ed11a9 View commit details
    Browse the repository at this point in the history
  20. query use when asked

    dekkku committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    8e6fe33 View commit details
    Browse the repository at this point in the history
  21. test dl

    dekkku committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    c3888dd View commit details
    Browse the repository at this point in the history
  22. clean

    dekkku committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    4edf8d5 View commit details
    Browse the repository at this point in the history