Timmy Huang
7a851a0c73
Add screenshot testing
2 years ago
james hadfield
a349bfda5e
Merge branch 'git-lfs'
* git-lfs:
Add git-lfs to be used (upcoming) snapshot images
2 years ago
james hadfield
7f9b4877b7
Add git-lfs to be used (upcoming) snapshot images
See additions to dev-docs for rationale. Having this in master should allow us to rebase #1068 and therefore have git-lfs used from day zero.
2 years ago
james hadfield
cef3a2a4a6
Merge pull request #1080 from ericenns/add-response-type
Added application/json content-type to v2 dataset responses
2 years ago
james hadfield
f15616ec48
Merge pull request #1079 from calkan/master
Turkish translation
2 years ago
Eric Enns
4339338afb
Added application/json content-type to v2 dataset responses
2 years ago
calkan
b5db2e3431
tr translate3
2 years ago
calkan
5240ed0128
tr translate2
2 years ago
calkan
9453d4dae7
tr translate
2 years ago
james hadfield
9265931287
rebuild docs
2 years ago
james hadfield
6eff8c3534
version bump to 2.13.0 for release
2 years ago
james hadfield
eb2090e847
changelog
2 years ago
james hadfield
3ab7754453
Merge pull request #1046 from eharkins/522-url-conf-intervals
522 Add conf intervals to URL query string
2 years ago
james hadfield
8f639633d4
Merge pull request #1067 from frogsquire/1055-export-selected-tips
1055 export selected tips
2 years ago
james hadfield
6585c8c973
Merge branch 'pr-1057'
* pr-1057:
fix typo in toEqual call
test: text-based dataset smoke test
2 years ago
james hadfield
cb857b875a
fix typo in toEqual call
2 years ago
james hadfield
2c8749aa4c
Merge pull request #1074 from nextstrain/1073-up-arrow
fix 1073; set up arrow height
2 years ago
james hadfield
c61f0e1194
Merge pull request #1077 from rleir/setGenotype-args
Function 'recurse' defined at line 8 takes 2 arguments, but it was ca…
2 years ago
james hadfield
af2b9b3ed5
Merge pull request #1078 from rleir/colorScale-args
Function 'getMinMaxFromTree' defined at line 15 takes 3 arguments, bu…
2 years ago
james hadfield
85b259d77c
Merge pull request #1075 from andressrudqvist/issue1035pr
fix #1035 - Color-by changes result in duplicate function calls
2 years ago
james hadfield
ce54603291
Merge pull request #1063 from nextstrain/end-of-narrative-block
Add "end of narrative" slide to blocks.
2 years ago
james hadfield
18190a51eb
Add "end of narrative" slide to blocks.
Previously, there was a disconnect between the redux state's storage of narrative blocks, and the display of a "end of narrative" (EON) slide, which wasn't part of the blocks. PR1016 attempted to add a URL query to represent the EON, which proved problematic as we had a `blockIdx` outside of the range of the underlying blocks structure.
Here I take a different approach, by having auspice add the EON as a "normal" block on JSON parsing. Thus, we have a URL query etc without introducing lots of edge cases.
2 years ago
Rick Leir
245d754676
Function 'getMinMaxFromTree' defined at line 15 takes 3 arguments, but it was called with 4 arguments at two places.
2 years ago
Rick Leir
df913a389e
Function 'recurse' defined at line 8 takes 2 arguments, but it was called with 3 arguments at this point.
2 years ago
bcoe
90bd463ed8
test: text-based dataset smoke test
2 years ago
Andres Sebastian Rudqvist
d97609d218
lint 2
2 years ago
Andres Sebastian Rudqvist
311b603b5a
fix code style - lint
2 years ago
Andres Sebastian Rudqvist
20d8439c6b
Update color-by.js
2 years ago
max
26c65619c0
#1055 : lint fix - make sure label has a for attribute tying it to each button
2 years ago
max
2138543b76
#1055 : npm run lint; show selected tips download option only if any tips are selected
2 years ago
max
8a7a649e70
#1055 : update comments per PR suggestions
2 years ago
max
33719683a8
Revert "updating packages.json, package-lock.json with npm update, npm audit fix"
This reverts commit b972a23cf7
.
2 years ago
eharkins
19d211c994
fix 1073; set up arrow height
2 years ago
james hadfield
2e78b0eb32
Merge pull request #1069 from nextstrain/bundle-size-ci
Add bundlesize checks to CI
2 years ago
james hadfield
9a36ad39a8
Add bundlesize checks to CI
This adds a bundlesize check to the CI with very liberal tolerances for most of the chunks. It should identify egregious bundle size expansion and provide an easier path for manual comparison of master vs PRs.
Currently bundlesize doesn't work with GitHub actions out-of-the-box, but this is planned for their roadmap (and they've just got $10k from Google so I'm confident it will happen). Redux-saga seems to have this working via https://github.com/redux-saga/redux-saga/pull/1952/files .
We can revisit the settings here after the chunk hashing https://github.com/nextstrain/auspice/issues/1037 .
2 years ago
james hadfield
307eb8e51c
Fix eslint errors
Ironically, we just merged CI to run lint on every PR, but since this PR branched
off master before this was implemented I missed it.
2 years ago
james hadfield
dbb6350aff
Merge pull request #1062 from mingir2/master
Fix choose layout control
2 years ago
james hadfield
f69e01c9a1
add GitHub CI workflow badge to README
2 years ago
james hadfield
f01cf85824
Merge pull request #1059 from bcoe/actions
build: adds GitHub Actions for test/integration/lint
2 years ago
bcoe
9160b674f0
chore: address review
2 years ago
bcoe
e6f569d2b2
chore: use package-lock.json from master
2 years ago
bcoe
3bedc49a4a
build: adds GitHub Actions for test/integration/lint
2 years ago
max
db193d0079
#1055 : update style of links to conform to mockup
2 years ago
james hadfield
0c5721e0af
Merge branch 'pr-1065'
* pr-1065:
Remove font-awesome and use react-icons
2 years ago
joachimschmidt557
bb4a49c939
Remove font-awesome and use react-icons
2 years ago
james hadfield
568dd2996d
fix eslint errors
2 years ago
james hadfield
def226134b
update package lock
React-icons was missing & also ran npm audit
2 years ago
Sidney Bell
80fafcfa64
Add field for license, copyright, etc ( #1061 )
2 years ago
Maxwell Zimon
671c9b6fc7
#1055 : add descriptions with counts to the modal (not styled yet)
2 years ago
james hadfield
de76879c65
Merge branch 'pr-1058'
* pr-1058:
fix linting errors
Fix rendering of error message
Modified error message
Add try-catch to the footer parsing methods—issue 836.
2 years ago