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 in MongooseIM proof of concept #3354

Merged
merged 28 commits into from
Dec 10, 2021
Merged

Commits on Dec 7, 2021

  1. Add graphql dependency

    Premwoik committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    2fc4ca9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9776753 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6131084 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44b1f56 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4352e8c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e5086dd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dea7616 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8841008 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eda396e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8b30bc7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4fca133 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b6fac14 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    775bfb7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9f843fd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e8f0d7b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b635629 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0c2a254 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    24a9fec View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    18b89bb View commit details
    Browse the repository at this point in the history
  20. Update graphql deps

    Premwoik committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    4cb1990 View commit details
    Browse the repository at this point in the history
  21. Add docs and formatting

    Premwoik committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    2f2af1e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    df7ccf9 View commit details
    Browse the repository at this point in the history
  23. Test graphql cowboy handler

    Premwoik committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    4b6aaaa View commit details
    Browse the repository at this point in the history
  24. Make GraphiQL deps fixed

    Seems that the latest versions of GraphiQL don't work with the Erlang GraphQL library,
    so I downgrade to the last working one.
    Premwoik committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    09759a0 View commit details
    Browse the repository at this point in the history
  25. Apply review

    - Fix descriptions
    - Make tests paralell
    - Add graphql_SUITE to default.spec
    - Log schema loading error
    - Simplify mongoose_graphql_cowboy_handler init
    Premwoik committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    0a27425 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    38b8fea View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

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

Commits on Dec 9, 2021

  1. Apply review, Fix formatting

    - Use jiffy instead of jsx
    - Fix descriptions
    - Other small fixes
    Premwoik committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    a719db0 View commit details
    Browse the repository at this point in the history