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: isaacphysics/isaac-react-app
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.16.19
Choose a base ref
...
head repository: isaacphysics/isaac-react-app
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.16.20
Choose a head ref
  • 10 commits
  • 13 files changed
  • 3 contributors

Commits on Jun 24, 2025

  1. Add a temporary script for deploying sci sites

    We cannot use the `compose` script because it assumes that all the
    containers have their own separate databases. But we want sci and phy
    to share these, to make testing and migrating simpler. That requires
    either major changes to `compose` we would eventually revert, or this
    new script.
    jsharkey13 committed Jun 24, 2025
    Configuration menu
    Copy the full SHA
    cba9fbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    646315c View commit details
    Browse the repository at this point in the history
  3. Add meta-compose script to simplify deploy

    Rather than changing existing scripts, just change the compose script to
    delegate to either the temporary sci one, or the original.
    jsharkey13 committed Jun 24, 2025
    Configuration menu
    Copy the full SHA
    537389d View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2025

  1. Increment version

    mwtrew committed Jul 10, 2025
    Configuration menu
    Copy the full SHA
    ea69b90 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2025

  1. Merge pull request #1549 from isaacphysics/temporary-sci-compose-script

    Add a temporary script for deploying sci sites
    jsharkey13 authored Jul 16, 2025
    Configuration menu
    Copy the full SHA
    ef97ab9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13cd1ae View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2025

  1. fix compatibility with api after markbook-related changes

    Co-authored-by: James Sharkey <jsharkey13@users.noreply.github.com>
    barna-isaac and jsharkey13 committed Jul 21, 2025
    Configuration menu
    Copy the full SHA
    6138e5f View commit details
    Browse the repository at this point in the history
  2. Restore "passed=correct" in assign progress totals

    We used to count "passed" questions as complete and correct in the
    totals used on the markbook. We no longer do this on redesign-2024, but
    do still on master. For now, replicate the existing functionality (which
    the previous commit had accidentally removed) until we have more clarity
    here.
    Also rename "tickCount" to the more obvious "correctQuestionPagesCount"
    since that is what it is.
    jsharkey13 committed Jul 21, 2025
    Configuration menu
    Copy the full SHA
    946b0b3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1583 from isaacphysics/fix/markbook-changes-compa…

    …tibility
    
    fix compatibility with api after markbook-related changes
    jsharkey13 authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    7dde4ff View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2025

  1. Release v3.16.20

    barna-isaac committed Jul 23, 2025
    Configuration menu
    Copy the full SHA
    38e4867 View commit details
    Browse the repository at this point in the history
Loading