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(server file): add createServer #9845

Merged
merged 34 commits into from
Jan 21, 2024
Merged

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    858cdaa View commit details
    Browse the repository at this point in the history
  2. createServer: Type start

    Tobbe authored and jtoar committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    3610b75 View commit details
    Browse the repository at this point in the history
  3. make start options optional

    jtoar committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    7329e51 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1755f9f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db5790f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c795c4f View commit details
    Browse the repository at this point in the history
  7. temporary fix for graphql

    jtoar committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    be8178b View commit details
    Browse the repository at this point in the history
  8. add babel plugin

    jtoar committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    abf8b2a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    93d7d94 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a4f7f6c View commit details
    Browse the repository at this point in the history
  11. wip

    Josh-Walker-GM committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    501b3ea View commit details
    Browse the repository at this point in the history
  12. handle apiRootPath in graphql

    jtoar committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    56f36bc View commit details
    Browse the repository at this point in the history
  13. add filterFn to loadFunctions

    jtoar committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    b6081bc View commit details
    Browse the repository at this point in the history
  14. fix filter fn options

    jtoar committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    ed74c95 View commit details
    Browse the repository at this point in the history
  15. rename rw fastify plugin

    jtoar committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    6cf9a57 View commit details
    Browse the repository at this point in the history
  16. fix babel plugin

    Josh-Walker-GM committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    4e59299 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7c9fd71 View commit details
    Browse the repository at this point in the history
  18. rm space from dirname lol

    jtoar committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    97f0671 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b36edeb View commit details
    Browse the repository at this point in the history
  20. copy over dotenv-defaults fix

    jtoar committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    22b45e0 View commit details
    Browse the repository at this point in the history
  21. get tests passing

    jtoar committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    92a08da View commit details
    Browse the repository at this point in the history
  22. refactor some tests

    jtoar committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    8a283b5 View commit details
    Browse the repository at this point in the history
  23. move context up

    jtoar committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    4168c36 View commit details
    Browse the repository at this point in the history
  24. remove context from graphql

    jtoar committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    8ccadeb View commit details
    Browse the repository at this point in the history
  25. pass cli args through to watch

    jtoar committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    77f7262 View commit details
    Browse the repository at this point in the history
  26. improve comments

    jtoar committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    fbde827 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. comment graphql options

    jtoar committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    cde8091 View commit details
    Browse the repository at this point in the history
  2. improve mocks in tests

    jtoar committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    9bdb885 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    458a3f1 View commit details
    Browse the repository at this point in the history
  4. style

    jtoar committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    8394041 View commit details
    Browse the repository at this point in the history
  5. work on options

    jtoar committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    4f20d4b View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. work on entry points

    jtoar committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    5898eae View commit details
    Browse the repository at this point in the history
  2. use concurrently in serve

    jtoar committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    f417191 View commit details
    Browse the repository at this point in the history
  3. fix typo in error

    jtoar committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    b979239 View commit details
    Browse the repository at this point in the history