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

Pylon V2 #10

Merged
merged 55 commits into from
Sep 18, 2024
Merged

Pylon V2 #10

merged 55 commits into from
Sep 18, 2024

Commits on Jul 31, 2024

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

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    05c3565 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fee86ee View commit details
    Browse the repository at this point in the history
  3. feat: multiple runtimes, create package, rework core concepts

    BREAKING CHANGE: The core concepts of Pylon have been reworked to
     provide a more flexible and unified development experience. The
     following changes have been made:
    
    - New Runtimes: Pylon now supports multiple runtimes, including Bun,
     Node.js, and Cloudflare Workers.
    - Unified Create Command: The new npm create pylon command provides
     a consistent way to create new Pylon projects.
    - Improved Development Server: The new pylon dev command provides a
     unified development experience across different runtimes.
     Drop of pylon-cli and pylon-server: The @getcronit/pylon-cli and
     @getcronit/pylon-server packages are no longer required and replaced by
     the @getcronit/pylon-dev package.
    schettn committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    97ed3e1 View commit details
    Browse the repository at this point in the history
  4. chore: update README.md

    schettn authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    756a99c View commit details
    Browse the repository at this point in the history
  5. chore: remove "pylon-template" from package workspaces

    The "pylon-template" package has been removed from the package workspaces in the package.json file. This change simplifies prevents the build process from failing.
    schettn committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    19271d1 View commit details
    Browse the repository at this point in the history
  6. chore: add "publishConfig" to package.json

    The "publishConfig" field has been added to the package.json file. This change sets the access level to "public" for publishing the package.
    schettn committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    73e7e74 View commit details
    Browse the repository at this point in the history
  7. chore: move "publishConfig"

    schettn committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    51efef4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4b8a5c7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1f0ab09 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    681d691 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    286fe77 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    098d606 View commit details
    Browse the repository at this point in the history
  13. fix: update npm dependencies

    schettn committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    004af3e View commit details
    Browse the repository at this point in the history
  14. fix: recursive file search in create-pylon

    The recursive file search in the create-pylon package has been refactored to simplify the code. The unnecessary check for excluding "node_modules" directories has been removed, as it breaks when npm create pylon installs the dist inside the "node_modules"
    schettn committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    4fe7fec View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b54459f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    72e0666 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c6a4b40 View commit details
    Browse the repository at this point in the history
  18. fix: add chalk

    schettn committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    76564a8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b916922 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8fcc89c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f1a540b View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Configuration menu
    Copy the full SHA
    14926f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f23fc9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbf7d61 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db245a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b7218ed View commit details
    Browse the repository at this point in the history
  6. fix: add consola warning instead of error for undefined context in re…

    …solversToGraphQLResolvers
    schettn committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    31ffa1a View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    6950335 View commit details
    Browse the repository at this point in the history
  2. fix: add missing builder dep

    schettn committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    04d888e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe3f83e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f69aec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    579906e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    faadee8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    52c6c0f View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

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

Commits on Sep 11, 2024

  1. fix: handle error when building schema

    The code changes in pylon-dev/src/index.ts now include error handling
    when building the schema. If an error occurs during the build process,
    the server will be killed and the error will be logged.
    This ensures that the server is not left running in an inconsistent state.
    
    In the addition, the development server no longer exits when a build error
    occurs. When a user makes a syntax error and fixes it afterwards, the
    service is up and running again without the need to manually restart it.
    schettn committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    1aa9c42 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. docs: update README.md

    schettn authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    be42eb4 View commit details
    Browse the repository at this point in the history
  2. docs: update README.md

    schettn authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    051bb27 View commit details
    Browse the repository at this point in the history
  3. perf: remove debug timeout

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

Commits on Sep 17, 2024

  1. feat: add telemetry client

    schettn committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    eca48f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a56c4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0780588 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7642e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    167af09 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c1bd3a9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a20670e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9bd0d51 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a9ff06d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1e07c19 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4b4a71b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cd6f875 View commit details
    Browse the repository at this point in the history
  13. fix: remove optional peer dependency for "@getcronit/pylon" in pylon-…

    …telemetry package.json
    schettn committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    85f5697 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c484053 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6aa52b6 View commit details
    Browse the repository at this point in the history