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

Updated Community service to use grpc & graphql #184

Open
wants to merge 39 commits into
base: develop
Choose a base branch
from

Commits on Mar 17, 2023

  1. token.go to extract and validate token

    Rajat Mehra authored and Rajat Mehra committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    f2fe95d View commit details
    Browse the repository at this point in the history
  2. config.go for initializing monogdb and postgres

    Rajat Mehra authored and Rajat Mehra committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    0958007 View commit details
    Browse the repository at this point in the history
  3. model_gen.go generated from schema.graphql

    Rajat Mehra authored and Rajat Mehra committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    cf14189 View commit details
    Browse the repository at this point in the history
  4. seeder.go to seed default values in user and coupon database

    Rajat Mehra authored and Rajat Mehra committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    120a228 View commit details
    Browse the repository at this point in the history
  5. Added schema.graphqls

    Rajat Mehra authored and Rajat Mehra committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    b680289 View commit details
    Browse the repository at this point in the history
  6. Removed model_gen.go autogenerated file

    Rajat Mehra authored and Rajat Mehra committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    5609ca7 View commit details
    Browse the repository at this point in the history
  7. schema.resolvers.go file to resolve schema.graphqls query and mutations

    Rajat Mehra authored and Rajat Mehra committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    c1522db View commit details
    Browse the repository at this point in the history
  8. Added coupon.go file to handle coupon operations

    Rajat Mehra authored and Rajat Mehra committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    9631c74 View commit details
    Browse the repository at this point in the history
  9. Added post.go file to handle post operations

    Rajat Mehra authored and Rajat Mehra committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    52478df View commit details
    Browse the repository at this point in the history
  10. removed errors in graphql go files

    Rajat Mehra authored and Rajat Mehra committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    bf0f05e View commit details
    Browse the repository at this point in the history
  11. Added community proto files in grpc

    Rajat Mehra authored and Rajat Mehra committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    817623b View commit details
    Browse the repository at this point in the history
  12. Added main.go in grpc to handle all incoming graphql requests

    Rajat Mehra authored and Rajat Mehra committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    fa59b16 View commit details
    Browse the repository at this point in the history
  13. Added models/comments.go to handle comment operations

    Rajat Mehra authored and Rajat Mehra committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    14f08a0 View commit details
    Browse the repository at this point in the history
  14. Added models/coupon.go to handle comment operations

    Rajat Mehra authored and Rajat Mehra committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    e7b684f View commit details
    Browse the repository at this point in the history
  15. Added models/post.go to handle comment operations

    Rajat Mehra authored and Rajat Mehra committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    4ca0659 View commit details
    Browse the repository at this point in the history
  16. Added models/user.go to handle comment operations

    Rajat Mehra authored and Rajat Mehra committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    e79c04f View commit details
    Browse the repository at this point in the history
  17. Removed errors from models/

    Rajat Mehra authored and Rajat Mehra committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    f83c39d View commit details
    Browse the repository at this point in the history
  18. Added responses/json.go to return error or json

    Rajat Mehra authored and Rajat Mehra committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    903d2fa View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. Added server.go for graphql server and Dockerfile for both grpc and g…

    …raphql
    Rajat Mehra authored and Rajat Mehra committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    cf78d73 View commit details
    Browse the repository at this point in the history
  2. Removing errors while creating docker images

    Rajat Mehra authored and Rajat Mehra committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    ab88276 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

  1. Added the autogenerated files in graphql | updated schema.graphqls | …

    …updated the autogenerated files in graphql | updated the dependencies
    Rajat Mehra authored and Rajat Mehra committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    82e42d7 View commit details
    Browse the repository at this point in the history
  2. Updated logic in token.go and removed existing community service

    Rajat Mehra authored and Rajat Mehra committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    ad04959 View commit details
    Browse the repository at this point in the history
  3. Removed crapi-community from docker-compose

    Rajat Mehra authored and Rajat Mehra committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    72a031e View commit details
    Browse the repository at this point in the history
  4. Updated community.saga and shop.saga to send graphql requests

    Rajat Mehra authored and Rajat Mehra committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    1cee4e9 View commit details
    Browse the repository at this point in the history
  5. Updated token.go

    Rajat Mehra authored and Rajat Mehra committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    9836c2a View commit details
    Browse the repository at this point in the history
  6. Updated docker compose file to update community service to community-…

    …service-graphql
    Rajat Mehra authored and Rajat Mehra committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    847101c View commit details
    Browse the repository at this point in the history
  7. Updated seeder.go to handle the key conversion of couponcode

    Rajat Mehra authored and Rajat Mehra committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    4ff3c8a View commit details
    Browse the repository at this point in the history
  8. Updated coupon.go to handle the key conversion of couponcode

    Rajat Mehra authored and Rajat Mehra committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    ed02d0e View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Moved seeder.go in grpc | Updated couponcode to coupon_code to match …

    …mongoDB key
    Rajat Mehra authored and Rajat Mehra committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    d53ed73 View commit details
    Browse the repository at this point in the history
  2. FINAL COMMIT | Removed unwanted piece of code

    Rajat Mehra authored and Rajat Mehra committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    9ed772a View commit details
    Browse the repository at this point in the history
  3. FINAL COMMIT | Removed unwanted piece of code

    Rajat Mehra authored and Rajat Mehra committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    5a331cf View commit details
    Browse the repository at this point in the history
  4. FINAL COMMIT | Reverted back UpdatePost code(for adding comment)

    Rajat Mehra authored and Rajat Mehra committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    87855fa View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. updated multiple files for validate_coupon

    Rajat Mehra authored and Rajat Mehra committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    ab9fc04 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. updated validate_coupon logic

    Rajat Mehra authored and Rajat Mehra committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    dd61b75 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    37a5ef9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    829bc65 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Update Helm and k8s deployment

    Rajat Mehra authored and Rajat Mehra committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    d3f8abb View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. Merge 'develop' into current branch

    Rajat Mehra authored and Rajat Mehra committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    f9c636c View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Updated dockerfile for both grpc&graphql to sync with new changes

    Rajat Mehra authored and Rajat Mehra committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    7b5680c View commit details
    Browse the repository at this point in the history