Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AngelMunoz/Perla
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0-rc-001
Choose a base ref
...
head repository: AngelMunoz/Perla
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0-rc-002
Choose a head ref
  • 13 commits
  • 29 files changed
  • 1 contributor

Commits on Aug 7, 2025

  1. fix(Handlers, Server): Fix static machine warnings

    fix(Handlers): Make sure to fail the build if esbuild fails
    AngelMunoz committed Aug 7, 2025
    Configuration menu
    Copy the full SHA
    215b7d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b90857 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2025

  1. fix(install): improve extraction and installation process

    - Extract to a temporary directory to avoid stale files on update.
    - Implement atomic directory swapping for safer installation.
    - Update environment variable setup to use PERLA_HOME instead of MIGRONDI_HOME.
    AngelMunoz committed Aug 8, 2025
    Configuration menu
    Copy the full SHA
    6ac787e View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2025

  1. feat: update project configuration and tools to net10 (#143)

    * feat: update project configuration and tools
    
    - Add global.json for SDK versioning
    - Update Directory.Build.props to include versioning
    - Modify Perla.fsproj to target net10.0 and add runtime identifiers
    - Refactor tools.fsx to correct project references and streamline NuGet packaging
    
    * chore: formatting
    
    * fix(ProxyService): handle multipart/form-data requests
    
    - Added check for multipart/form-data in Content-Type header.
    - Implemented handling of form fields and file uploads in multipart requests.
    - Updated content assignment based on request type.
    
    * chore(launch.json): update configurations
    
    - Changed preLaunchTask from "build" to "Build: Perla.fsproj"
    - Updated program path to use net10.0 instead of net9.0
    - Modified cwd for "Perla serve" configuration
    
    * fix(ProxyService): improve header writing and add cancellation support
    
    - Ensure proper handling of exceptions during stream transfer.
    
    * fix(ProxyService): enhance header writing and support for chunked transfer
    
    - Added `writeHeaders` function to handle response headers.
    - Implemented `transferChunkedPipe` and `transferPlainPipe` for streaming responses.
    - Updated logic to check for chunked responses and handle them appropriately.
    - Improved header handling for various request types.
    
    * feat(Commands, Handlers, Program): Enable interactive mode
    
    - Renamed 'Install' command to 'Restore' for clarity.
    - Added aliases for commands to improve usability.
    - Introduced interactive mode for command execution.
    - Updated logging for command success and failure.
    
    * refactor(Interactive): simplify command execution logic
    
    * refactor(descriptions.json): update schema and improve descriptions
    
    - Replaced outdated keys and descriptions with updated schema versioning.
    - Enhanced clarity of configuration options for better understanding.
    - Deprecated several keys and added new ones for improved functionality.
    
    * chore: bump the dotnet version
    
    * feat: don't make the dotnet tool run self-contained
    AngelMunoz authored Aug 14, 2025
    Configuration menu
    Copy the full SHA
    561d62b View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2025

  1. ci: tryfixit

    AngelMunoz committed Aug 15, 2025
    Configuration menu
    Copy the full SHA
    9ce0e19 View commit details
    Browse the repository at this point in the history
  2. ci: tryfix

    AngelMunoz committed Aug 15, 2025
    Configuration menu
    Copy the full SHA
    c9cbb1e View commit details
    Browse the repository at this point in the history
  3. ci: fix docs

    AngelMunoz committed Aug 15, 2025
    Configuration menu
    Copy the full SHA
    4882b4f View commit details
    Browse the repository at this point in the history
  4. ci: fix docs

    AngelMunoz committed Aug 15, 2025
    Configuration menu
    Copy the full SHA
    753f520 View commit details
    Browse the repository at this point in the history
  5. chore: bump version

    AngelMunoz committed Aug 15, 2025
    Configuration menu
    Copy the full SHA
    29ebf16 View commit details
    Browse the repository at this point in the history
  6. chore: update runtime identifiers

    - Removed 'linux-arm64' and 'win-arm64' from RuntimeIdentifiers in Perla.fsproj
    - Simplified runtime list in tools.fsx
    AngelMunoz committed Aug 15, 2025
    Configuration menu
    Copy the full SHA
    a8e8a24 View commit details
    Browse the repository at this point in the history
  7. chore: update runtime identifiers

    - Removed 'linux-arm64' and 'win-arm64' from RuntimeIdentifiers in Perla.fsproj
    - Simplified runtime list in tools.fsx
    AngelMunoz committed Aug 15, 2025
    Configuration menu
    Copy the full SHA
    e191f25 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e8e96b0 View commit details
    Browse the repository at this point in the history
  9. chore: re-add these

    AngelMunoz committed Aug 15, 2025
    Configuration menu
    Copy the full SHA
    705f385 View commit details
    Browse the repository at this point in the history
Loading