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: mojotech/torch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.0
Choose a base ref
...
head repository: mojotech/torch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.1.0
Choose a head ref
  • 8 commits
  • 18 files changed
  • 1 contributor

Commits on Apr 26, 2022

  1. Configuration menu
    Copy the full SHA
    0d8f636 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56a70cd View commit details
    Browse the repository at this point in the history
  3. Remove code checking for phx < 1.6

    Only support heex now also, since we only support phx 1.6+
    cpjolicoeur committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    b3c9b80 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Configuration menu
    Copy the full SHA
    4122faa View commit details
    Browse the repository at this point in the history
  2. Strip unused booleans param data

    If a boolean field is meant to be exluded from the filter
    params (meaning don't filter on a boolean field vs. filter
    on an explicit true/false value in the boolean field), we
    need to first strip out that value from the incoming params
    before passing along to Filtrex.
    cpjolicoeur committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    fdf6be9 View commit details
    Browse the repository at this point in the history
  3. Update FilterView for boolean selects

    Use select input for boolean fields instead of checkbox
    cpjolicoeur committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    5a67910 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ce24a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    48781e8 View commit details
    Browse the repository at this point in the history
Loading