Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] select min/max of color gradient #521

Open
wants to merge 22 commits into
base: master
Choose a base branch
from

Commits on May 29, 2021

  1. Configuration menu
    Copy the full SHA
    f2c0cc2 View commit details
    Browse the repository at this point in the history
  2. remove commented code

    kwcantrell committed May 29, 2021
    Configuration menu
    Copy the full SHA
    045a2a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eedede2 View commit details
    Browse the repository at this point in the history
  4. fixed style

    kwcantrell committed May 29, 2021
    Configuration menu
    Copy the full SHA
    29ab14b View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2021

  1. Configuration menu
    Copy the full SHA
    10ddf8c View commit details
    Browse the repository at this point in the history
  2. fixed make-dev-page

    kwcantrell committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    fac0812 View commit details
    Browse the repository at this point in the history
  3. fixed js test

    kwcantrell committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    b705358 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. Apply suggestions from code review

    Co-authored-by: Marcus Fedarko <marcus.fedarko@gmail.com>
    kwcantrell and fedarko committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    c536595 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. Configuration menu
    Copy the full SHA
    521de84 View commit details
    Browse the repository at this point in the history
  2. addressed inital comments

    kwcantrell committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    c11e7cd View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. resolved merge conflicts

    kwcantrell committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    28230e5 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Configuration menu
    Copy the full SHA
    89ea338 View commit details
    Browse the repository at this point in the history
  2. BUG: Add back null check in parseAndValidateNum()

    This fixes the issue with negative numbers in biocore#521.
    fedarko committed May 20, 2022
    Configuration menu
    Copy the full SHA
    70668f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11d0402 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    adb55c7 View commit details
    Browse the repository at this point in the history
  5. STY: Run prettier on everything

    The build will still fail to dependency issues (documented in biocore#555),
    but when those are fixed it should at least pass.
    fedarko committed May 20, 2022
    Configuration menu
    Copy the full SHA
    2445743 View commit details
    Browse the repository at this point in the history
  6. STY: okay never mind let's use prettier 2.0.5

    matches what we use on the GitHub Actions CI
    fedarko committed May 20, 2022
    Configuration menu
    Copy the full SHA
    2493252 View commit details
    Browse the repository at this point in the history
  7. DOC/TST: tidy up, test, and add sanity checking

    One of the tests is failing in a weird way -- something wrong?
    fedarko committed May 20, 2022
    Configuration menu
    Copy the full SHA
    097eae7 View commit details
    Browse the repository at this point in the history
  8. BUG: fix the side panel handler being broken w/ fm

    Still seems slightly off. The update button doesn't show up sometimes.
    fedarko committed May 20, 2022
    Configuration menu
    Copy the full SHA
    f89b0fd View commit details
    Browse the repository at this point in the history
  9. STY/TST: prettify; fix a test

    was using the wrong lower limit, b/c for the other test the lowest
    color in the values wasn't the absolutely lowest color of the
    color map (-2.5 vs. -2). silly!
    fedarko committed May 20, 2022
    Configuration menu
    Copy the full SHA
    2799928 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. Configuration menu
    Copy the full SHA
    cd5ff7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85bc898 View commit details
    Browse the repository at this point in the history