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: serversideup/spin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: serversideup/spin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fix/configure-improvements
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 3 files changed
  • 1 contributor

Commits on Aug 5, 2025

  1. Optimize file search in configure.sh by adjusting find command parame…

    …ters for improved performance and clarity.
    jaydrogers committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    0a420d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. Normalize line endings before base64 encoding in configure.sh for imp…

    …roved cross-platform compatibility
    jaydrogers committed Aug 6, 2025
    Configuration menu
    Copy the full SHA
    a085d48 View commit details
    Browse the repository at this point in the history
  2. Enhance error handling and content normalization in configure.sh for …

    …improved robustness and cross-platform compatibility
    jaydrogers committed Aug 6, 2025
    Configuration menu
    Copy the full SHA
    eda100a View commit details
    Browse the repository at this point in the history
  3. Refactor base64 encoding and decoding functions for improved input ha…

    …ndling and cross-platform compatibility
    
    - Enhanced base64_encode and base64_decode functions to differentiate between file paths and raw content, ensuring correct processing on macOS and Linux.
    - Updated action_base64 to streamline decoding logic and improve error handling for base64 strings.
    - Simplified content encoding in configure.sh by directly passing content to base64_encode, enhancing clarity and maintainability.
    jaydrogers committed Aug 6, 2025
    Configuration menu
    Copy the full SHA
    ef4a062 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86e763e View commit details
    Browse the repository at this point in the history
  5. Refactor base64 encoding in functions.sh for improved cross-platform …

    …compatibility
    
    - Updated base64 encoding commands to use flags that ensure consistent output across macOS and Linux.
    - Enhanced handling of both file paths and raw content for better performance and reliability.
    jaydrogers committed Aug 6, 2025
    Configuration menu
    Copy the full SHA
    427b4b6 View commit details
    Browse the repository at this point in the history
Loading