-
Notifications
You must be signed in to change notification settings - Fork 3
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
fix(navbar): WMG link #449
Conversation
747eb08
to
b5aebc3
Compare
Codecov Report
@@ Coverage Diff @@
## main #449 +/- ##
=======================================
Coverage 75.02% 75.02%
=======================================
Files 100 100
Lines 7800 7800
=======================================
Hits 5852 5852
Misses 1948 1948
Flags with carried forward coverage won't be shown. Click here to find out more. 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@@ -1 +1 @@ | |||
module.exports = /((CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS)[ +]+(10[_.]3|10[_.]([4-9]|\d{2,})|(1[1-9]|[2-9]\d|\d{3,})[_.]\d+|11[_.]0|11[_.]([1-9]|\d{2,})|11[_.]2|11[_.]([3-9]|\d{2,})|(1[2-9]|[2-9]\d|\d{3,})[_.]\d+|12[_.]0|12[_.]([1-9]|\d{2,})|12[_.]5|12[_.]([6-9]|\d{2,})|(1[3-9]|[2-9]\d|\d{3,})[_.]\d+|13[_.]0|13[_.]([1-9]|\d{2,})|13[_.]7|13[_.]([8-9]|\d{2,})|(1[4-9]|[2-9]\d|\d{3,})[_.]\d+|14[_.]0|14[_.]([1-9]|\d{2,})|14[_.]4|14[_.]([5-9]|\d{2,})|14[_.]8|14[_.](9|\d{2,})|(1[5-9]|[2-9]\d|\d{3,})[_.]\d+|15[_.]0|15[_.]([1-9]|\d{2,})|(1[6-9]|[2-9]\d|\d{3,})[_.]\d+)(?:[_.]\d+)?)|(CFNetwork\/8.* Darwin\/16\.5\.\d+)|(CFNetwork\/8.* Darwin\/16\.6\.\d+)|(CFNetwork\/8.* Darwin\/16\.7\.\d+)|(CFNetwork\/8.* Darwin\/17\.0\.\d+)|(CFNetwork\/8.* Darwin\/17\.2\.\d+)|(CFNetwork\/8.* Darwin\/17\.3\.\d+)|(CFNetwork\/8.* Darwin\/17\.\d+)|(Edge\/(79(?:\.0)?|79(?:\.([1-9]|\d{2,}))?|([8-9]\d|\d{3,})(?:\.\d+)?|83(?:\.0)?|83(?:\.([1-9]|\d{2,}))?|(8[4-9]|9\d|\d{3,})(?:\.\d+)?))|((Chromium|Chrome)\/(61\.0|61\.([1-9]|\d{2,})|(6[2-9]|[7-9]\d|\d{3,})\.\d+|83\.0|83\.([1-9]|\d{2,})|(8[4-9]|9\d|\d{3,})\.\d+)(?:\.\d+)?)|(Firefox\/(60\.0|60\.([1-9]|\d{2,})|(6[1-9]|[7-9]\d|\d{3,})\.\d+)\.\d+)|(Firefox\/(60\.0|60\.([1-9]|\d{2,})|(6[1-9]|[7-9]\d|\d{3,})\.\d+)(pre|[ab]\d+[a-z]*)?)/; | |||
module.exports = /((CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS)[ +]+(10[_.]3|10[_.]([4-9]|\d{2,})|(1[1-9]|[2-9]\d|\d{3,})[_.]\d+|11[_.]0|11[_.]([1-9]|\d{2,})|11[_.]2|11[_.]([3-9]|\d{2,})|(1[2-9]|[2-9]\d|\d{3,})[_.]\d+|12[_.]0|12[_.]([1-9]|\d{2,})|12[_.]5|12[_.]([6-9]|\d{2,})|(1[3-9]|[2-9]\d|\d{3,})[_.]\d+|13[_.]0|13[_.]([1-9]|\d{2,})|13[_.]7|13[_.]([8-9]|\d{2,})|(1[4-9]|[2-9]\d|\d{3,})[_.]\d+|14[_.]0|14[_.]([1-9]|\d{2,})|14[_.]4|14[_.]([5-9]|\d{2,})|14[_.]8|14[_.](9|\d{2,})|(1[5-9]|[2-9]\d|\d{3,})[_.]\d+|15[_.]0|15[_.]([1-9]|\d{2,})|(1[6-9]|[2-9]\d|\d{3,})[_.]\d+|16[_.]0|16[_.]([1-9]|\d{2,})|(1[7-9]|[2-9]\d|\d{3,})[_.]\d+)(?:[_.]\d+)?)|(CFNetwork\/8.* Darwin\/16\.5\.\d+)|(CFNetwork\/8.* Darwin\/16\.6\.\d+)|(CFNetwork\/8.* Darwin\/16\.7\.\d+)|(CFNetwork\/8.* Darwin\/17\.0\.\d+)|(CFNetwork\/8.* Darwin\/17\.2\.\d+)|(CFNetwork\/8.* Darwin\/17\.3\.\d+)|(CFNetwork\/8.* Darwin\/17\.\d+)|(Edge\/(79(?:\.0)?|79(?:\.([1-9]|\d{2,}))?|([8-9]\d|\d{3,})(?:\.\d+)?|83(?:\.0)?|83(?:\.([1-9]|\d{2,}))?|(8[4-9]|9\d|\d{3,})(?:\.\d+)?))|((Chromium|Chrome)\/(61\.0|61\.([1-9]|\d{2,})|(6[2-9]|[7-9]\d|\d{3,})\.\d+|83\.0|83\.([1-9]|\d{2,})|(8[4-9]|9\d|\d{3,})\.\d+)(?:\.\d+)?)|(Firefox\/(60\.0|60\.([1-9]|\d{2,})|(6[1-9]|[7-9]\d|\d{3,})\.\d+)\.\d+)|(Firefox\/(60\.0|60\.([1-9]|\d{2,})|(6[1-9]|[7-9]\d|\d{3,})\.\d+)(pre|[ab]\d+[a-z]*)?)/; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This keeps changing for me locally as well and keep needing to omit it from the git commit. Out of curiousity, what is this file and why is it updating?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah sorry for the confusion! Please feel free to add the change in PRs in the future!
This file is constantly updated to match the browser versions we support as listed out in package.json["browserslist"]
We have an npm script create-supported-browsers-regex
that's hooked into npm run build
. That's why it's updated when we run npm run build
🙆♂️
* Updating explorer to appropriately handle upgraded CXGs (#431) * update explorer to use two X arrays * update for backwards compatibility * bug fix * fix accidental recursion * fix shape return * more fixes to backwards compatibility * black * black * update to use attr(0) for unit tests failing due to anonymous attr name * refactor row array name * make use for dictionary encoded obs array * update query_obs_array * update query_obs_array * fix_typo * black * fix faulty except block * remaster pbmc3k.cxg obs array * remaster * black * black p2 * revert * update docs * revert * update docs * revise not mandatory * add comment * clearer arg * remove param from docstring * version update * update arg usage to colwise * add clause * update tests with sparse data fixture * black * update tests * update tests * combine more tests with subtests Co-authored-by: atarashansky <[email protected]> Co-authored-by: atarashansky <[email protected]> Co-authored-by: atarashansky <[email protected]> * Upgrade Flask and other server python dependencies (#438) * wip * wip * wip * revert push_tests branch change Co-authored-by: Mike Lin <[email protected]> Co-authored-by: atarashansky <[email protected]> * bug fix (#446) Co-authored-by: atarashansky <[email protected]> * Added the data portal navigation bar to explorer (#382) * added unified navbar * clean up * updates * remove Roboto declaration * remove Embedding and Autosave * remove home from dataset selector and move it to the bottom - add dropdown to help * fix lint * fix: SVG import * upgrade node version * add Roboto Condensed * fix: add back code change dropped from resolving merge conflicts * chore: update package-lock.json * fix: ts lint * update test * update test Co-authored-by: atarashansky <[email protected]> Co-authored-by: Timmy Huang <[email protected]> * chore(node): Upgrade to 16 in Dockerfile (#448) * update doc version (#447) Co-authored-by: atarashansky <[email protected]> * fix(navbar): WMG link (#449) * fix edge case where categories dont exist for categoricals (#450) Co-authored-by: atarashansky <[email protected]> * chore: Add server timings to gene expression API routes (#451) * add server timing to dataset query and encode * add server timing to dataset query and encode * remove f strings Co-authored-by: atarashansky <[email protected]> * fix timing (#452) Co-authored-by: atarashansky <[email protected]> * revert mapColumns to default behavior. engineers are now responsible for handling dict encoded arrays in the callback (#454) Co-authored-by: atarashansky <[email protected]> Co-authored-by: atarashansky <[email protected]> Co-authored-by: atarashansky <[email protected]> Co-authored-by: atarashansky <[email protected]> Co-authored-by: atarashansky <[email protected]> Co-authored-by: Mike Lin <[email protected]> Co-authored-by: Mike Lin <[email protected]> Co-authored-by: Timmy Huang <[email protected]> Co-authored-by: Timmy Huang <[email protected]>
Reviewers
Functional:
Readability:
Changes