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: goplus/builder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.4
Choose a base ref
...
head repository: goplus/builder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.5
Choose a head ref
  • 8 commits
  • 138 files changed
  • 3 contributors

Commits on Sep 18, 2024

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

Commits on Sep 24, 2024

  1. chore(deps): use Monaco Editor from builder-static.gopluscdn.com (#927

    )
    
    Signed-off-by: Aofei Sheng <aofei@aofeisheng.com>
    aofei authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    2a393f1 View commit details
    Browse the repository at this point in the history
  2. refactor(index.html): update DNS prefetch domains to *.gopluscdn.com (

    #928)
    
    Signed-off-by: Aofei Sheng <aofei@aofeisheng.com>
    aofei authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    dbdd6c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d73f9fe View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. chore: sync Vite Modes with NODE_ENV (#944)

    - Updated the `build` script in `package.json` to set `--mode` in the
      `vite build` command to always match `NODE_ENV` (defaults to
      `production`).
    - Simplified `.env` to serve primarily as documentation and to provide
      essential default values.
    - Renamed `.env.dev` and `.env.prod` to `.env.development` and
      `.env.production` as Vite doesn't recognize the former.
    - Added `.env.staging` for easier deployment configuration.
    - Symlinked `.env.development` to `.env.staging` for quicker development
      environment setup.
    - Renamed `VERCEL_PROXIED_API_BASE_URL` to
      `VITE_VERCEL_PROXIED_API_BASE_URL` for consistency with other
      variables.
    - Added support for configuring `NODE_ENV` build argument in
      `Dockerfile`.
    - Renamed `.github/workflows/build.yml` to
      `.github/workflows/publish-docker-image.yml`, simplified the script,
      and set the Docker build argument `NODE_ENV=staging`.
    
    Fixes #929
    
    Signed-off-by: Aofei Sheng <aofei@aofeisheng.com>
    aofei authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    37c6a4d View commit details
    Browse the repository at this point in the history
  2. fix(pre-preview): mount .env file for spx-backend (#946)

    This commit also includes:
    
    - Removed `VITE_PUBLISH_BASE_URL` (follow-up to #251).
    - Improved PR comment.
    
    Signed-off-by: Aofei Sheng <aofei@aofeisheng.com>
    aofei authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    224248d View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. upgrade spx (#950)

    nighca authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    a36160a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #951 from goplus/dev

    Release v1.4.5
    nighca authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    ac34bff View commit details
    Browse the repository at this point in the history
Loading