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.10
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.11
Choose a head ref
  • 6 commits
  • 6 files changed
  • 4 contributors

Commits on Apr 23, 2025

  1. Increment version

    sjd210 committed Apr 23, 2025
    Configuration menu
    Copy the full SHA
    dde97fb View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2025

  1. Add new chemistry tags

    jsharkey13 committed Apr 24, 2025
    Configuration menu
    Copy the full SHA
    8ec40db View commit details
    Browse the repository at this point in the history
  2. Exclude unnecessary URL params on question search

    All blank or empty parameters can be undefined for the search, which
    means they won't be included in the API call URL in silly ways like e.g.
    /questions?searchString=&tags=&examBoards=&subjects=physics&...
    in every single request.
    
    The API treats these empty string values identically to the null case,
    except "statuses", where the empty string means "don't filter by status
    but _do_ augment results with attempt data". So for the question finder,
    this argument must never be undefined but may well meaningfully be "".
    jsharkey13 committed Apr 24, 2025
    Configuration menu
    Copy the full SHA
    6545694 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1405 from isaacphysics/hotfix/simplify-question-s…

    …earch-url
    
    Exclude unnecessary URL params on question search
    jacbn authored Apr 24, 2025
    Configuration menu
    Copy the full SHA
    ee96b1e View commit details
    Browse the repository at this point in the history
  4. Fix incorrect question finder tags URL parameter generation

    It happens that ElasticSearch does treat the spaces in a way that means
    the query _happens_ to work, but we should not be relying on this!
    
    (cherry picked from commit 66e12b1)
    jsharkey13 committed Apr 24, 2025
    Configuration menu
    Copy the full SHA
    9ca21ed View commit details
    Browse the repository at this point in the history

Commits on May 1, 2025

  1. Release v3.16.11

    barna-isaac committed May 1, 2025
    Configuration menu
    Copy the full SHA
    d1584f1 View commit details
    Browse the repository at this point in the history
Loading