Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.
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: microsoft/code-push-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: chlee1001/code-push-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 7 files changed
  • 2 contributors

Commits on Oct 5, 2024

  1. Add redis-s3 storage

    nmengual committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    3ffbd94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    496caa4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e38d25 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. ⬆️ (package.json): add @aws-sdk/lib-storage dependency for enhanced S…

    …3 upload functionality
    
    ♻️ (redis-s3-storage.ts): refactor S3 upload logic to use @aws-sdk/lib-storage for improved upload progress tracking
    
    The addition of the `@aws-sdk/lib-storage` package allows for more robust and efficient handling of S3 uploads, including progress tracking. The refactoring of the upload logic in `redis-s3-storage.ts` replaces the `PutObjectCommand` with the `Upload` class from `@aws-sdk/lib-storage`, enabling progress logging and potentially more reliable uploads. This change enhances the application's ability to handle large file uploads by providing feedback on upload progress.
    chlee1001 committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    fa7845f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95ba9eb View commit details
    Browse the repository at this point in the history
  3. 🐛 (default-server.ts, redis-manager.ts): fix response handling and im…

    …prove configuration flexibility
    
    Add a log message to handle cases where a response is attempted to be sent multiple times, preventing potential errors. Increase the JSON body size limit from 10kb to 1mb to accommodate larger payloads. Update the default CORS origin to match the new expected local development port. In `redis-manager.ts`, make the Redis authentication and TLS configuration conditional, allowing for more flexible deployment scenarios where these settings might not be required. These changes enhance the robustness and configurability of the server setup.
    chlee1001 committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    3df7746 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2024

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