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

Update links everywhere (code, docs) to point to the biocore URL; a few other small changes #181

Merged
merged 5 commits into from
Jul 10, 2019

Conversation

fedarko
Copy link
Collaborator

@fedarko fedarko commented Jul 9, 2019

I'd like to also push a small release on PyPI (this'll update the code there and the README on the project page) after this is merged.

fedarko added 2 commits July 9, 2019 15:47
Going to make a new release on GitHub/PyPI. This will ensure
that the latest version of everything points to the correct place.
@fedarko fedarko requested a review from cameronmartino July 9, 2019 23:03
@codecov-io
Copy link

codecov-io commented Jul 9, 2019

Codecov Report

Merging #181 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #181   +/-   ##
=======================================
  Coverage   92.58%   92.58%           
=======================================
  Files          15       15           
  Lines        1065     1065           
  Branches      180      180           
=======================================
  Hits          986      986           
  Misses         66       66           
  Partials       13       13
Impacted Files Coverage Δ
qurro/q2/plugin_setup.py 87.5% <ø> (ø) ⬆️
qurro/_df_utils.py 100% <ø> (ø) ⬆️
qurro/support_files/js/feature_computation.js 100% <100%> (ø) ⬆️
qurro/__init__.py 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4235cee...3aa1513. Read the comment docs.

fedarko added 3 commits July 9, 2019 20:34
what was happening was that you could enter in something like " " as
the input text, and it'd just get rejected (because the previous code
immediately bailed out of searching if inputText.trim().length was 0).

However, text searching uses the *exact* text you enter in, whitespace
and all. This behavior is ok, but it means that we shouldn't
necessarily filter out inputs containing only whitespace (since the
user could conceivably want to find all features containing a space
for a given metadata field, and exact text searching should provide
that functionality).

We still check to make sure that the input text isn't empty, so biocore#3 is
still resolved. And the rank searching trims the input text anyway, so
all this change affects is the text searching controls.
@fedarko fedarko changed the title Update links everywhere (code, docs) to point to the biocore URL Update links everywhere (code, docs) to point to the biocore URL; a few other small changes Jul 10, 2019
@fedarko fedarko merged commit 8b4a1b7 into biocore:master Jul 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants