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

fix(gate): Improve logging and responses, prepare 0.4.1 #714

Merged
merged 13 commits into from
May 20, 2024

Commits on May 20, 2024

  1. chore: bump to version 0.4.1-0

    Natoandro authored and Yohe-Am committed May 20, 2024
    Configuration menu
    Copy the full SHA
    bfca644 View commit details
    Browse the repository at this point in the history
  2. more logging for prisma operations

    Natoandro authored and Yohe-Am committed May 20, 2024
    Configuration menu
    Copy the full SHA
    a7169c7 View commit details
    Browse the repository at this point in the history
  3. logging in prisma/migrations

    Natoandro authored and Yohe-Am committed May 20, 2024
    Configuration menu
    Copy the full SHA
    24635db View commit details
    Browse the repository at this point in the history
  4. more log messages from runtimes

    Natoandro authored and Yohe-Am committed May 20, 2024
    Configuration menu
    Copy the full SHA
    51118f8 View commit details
    Browse the repository at this point in the history
  5. feat: BaseError

    Natoandro authored and Yohe-Am committed May 20, 2024
    Configuration menu
    Copy the full SHA
    04f82eb View commit details
    Browse the repository at this point in the history
  6. fix typos

    Natoandro authored and Yohe-Am committed May 20, 2024
    Configuration menu
    Copy the full SHA
    55d2f73 View commit details
    Browse the repository at this point in the history
  7. fix imports

    Natoandro authored and Yohe-Am committed May 20, 2024
    Configuration menu
    Copy the full SHA
    e660010 View commit details
    Browse the repository at this point in the history
  8. fix imports and typing errors

    Natoandro authored and Yohe-Am committed May 20, 2024
    Configuration menu
    Copy the full SHA
    ed1a9c5 View commit details
    Browse the repository at this point in the history
  9. fix: broken tests

    Yohe-Am committed May 20, 2024
    Configuration menu
    Copy the full SHA
    6332643 View commit details
    Browse the repository at this point in the history
  10. fix(cli): muti-typegraph bug + logging polish (#717)

    - Fixes multi-typegraph deployment bug.
    - Fixes issue with loader process existing after cli death.
    - Replaces `anyhow` with `color-eyre` in cli and improved logging story.
    - `interlude` pattern was used to minimize changes by wrapping `eyre`
    through an `anyhow` export.
    - [ ] Tests
    
    MET-516
    MET-517
    MET-477
    
    <!-- 5. Readiness checklist
    - [ ] The change come with new or modified tests
    - [ ] Hard-to-understand functions have explanatory comments
    - [ ] End-user documentation is updated to reflect the change
    -->
    
    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    
    - **Bug Fixes**
    - Corrected typos in configuration files to ensure proper authentication
    settings.
    
    - **New Features**
    - Enhanced error handling with improved context and logging for better
    debugging.
    
    - **Refactor**
    - Updated dependencies and imports across multiple modules for
    consistency and performance.
    - Reorganized error handling to use `eyre` library for more descriptive
    error messages.
    
    - **Style**
    - Standardized logging and error message formats for clarity and
    uniformity.
    
    - **Chores**
      - Updated platform compatibility in configuration files.
    - Removed deprecated dependencies and added new ones to improve
    functionality and maintainability.
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    Yohe-Am committed May 20, 2024
    Configuration menu
    Copy the full SHA
    389c51c View commit details
    Browse the repository at this point in the history
  11. fix: bugs

    Yohe-Am committed May 20, 2024
    Configuration menu
    Copy the full SHA
    1bcf962 View commit details
    Browse the repository at this point in the history
  12. fix: lockfile

    Yohe-Am committed May 20, 2024
    Configuration menu
    Copy the full SHA
    733bce1 View commit details
    Browse the repository at this point in the history
  13. chore(release): prepare 0.4.1

    Yohe-Am committed May 20, 2024
    Configuration menu
    Copy the full SHA
    9775e44 View commit details
    Browse the repository at this point in the history