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

Commits on Oct 12, 2021

  1. Configuration menu
    Copy the full SHA
    fe059dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57666aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    502c69d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    14cf725 View commit details
    Browse the repository at this point in the history
  5. [PT-789] Don't require repo to be up to date

    The longer it has been since pulling upstream, the slower builds will be. Eventually, the workflow will have a merge conflict. At that point, we should update main from upstream and rebase our changes against it.
    kryptx committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    f5546d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. [PT-789] Remove install/build/test scripts

    - The test and build scripts do not exist in react-scripts - We assume stable versions - Install doesn't verify much of anything on its own - Install takes time
    kryptx committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    7265356 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. Merge pull request #1 from sailthru/PT-789-publish-sailthru-react-scr…

    …ipts [PT-789] publish sailthru react scripts
    kryptx authored Oct 14, 2021
    Configuration menu
    Copy the full SHA
    a3171ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6099819 View commit details
    Browse the repository at this point in the history
  3. Update per docs

    kryptx authored Oct 14, 2021
    Configuration menu
    Copy the full SHA
    4518413 View commit details
    Browse the repository at this point in the history
  4. Get inputs from github.event

    kryptx authored Oct 14, 2021
    Configuration menu
    Copy the full SHA
    f2416ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    468f20f View commit details
    Browse the repository at this point in the history
  6. Don't fetch upstream

    This is a problem for the GitHub Actions workflow. We can try to put it back later.
    kryptx authored Oct 14, 2021
    Configuration menu
    Copy the full SHA
    7d743c0 View commit details
    Browse the repository at this point in the history
  7. Specify origin/sailthru

    kryptx authored Oct 14, 2021
    Configuration menu
    Copy the full SHA
    3bbd70d View commit details
    Browse the repository at this point in the history
  8. Fetch before merging

    kryptx authored Oct 14, 2021
    Configuration menu
    Copy the full SHA
    b305ffb View commit details
    Browse the repository at this point in the history
Loading