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

AG-1335: Promote 3.4.0 RC to Staging for validation #1307

Merged
merged 42 commits into from
May 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
406e738
Bump express from 4.18.1 to 4.19.2
dependabot[bot] Mar 28, 2024
94cc375
AG-1412 fixed bug in border condition handling logic
sagely1 Apr 2, 2024
9604783
AG-1412 since getSignificantFigures() can return emdash, need to use …
sagely1 Apr 3, 2024
3b28333
AG-1412 update unit tests to test null/undefined pValues for getCircl…
sagely1 Apr 4, 2024
1467ca8
AG-1412 update unit test for clarity
sagely1 Apr 4, 2024
bc2612a
AG-1412 using unicode character instead of html escape sequence
sagely1 Apr 5, 2024
62df637
Merge pull request #1297 from sagely1/AG-1412-circle-overlay-bug
sagely1 Apr 7, 2024
721c95d
Merge pull request #1296 from Sage-Bionetworks/dependabot/npm_and_yar…
sagely1 Apr 7, 2024
a21839b
AG-1399 fix invalid ensg in url from hanging
sagely1 Apr 16, 2024
19d8b66
AG-1399 adding e2e test for 404 redirect
sagely1 Apr 16, 2024
d6e6949
AG-1399 fixing invalid ENSG for /similar route & moving e2e tests
sagely1 Apr 17, 2024
c6e8c81
Merge pull request #1299 from sagely1/AG-1399-unknown-ensg-hanging
sagely1 Apr 18, 2024
a4ee784
AG-1410: change position so tooltip is displayed in firefox
hallieswan Apr 24, 2024
c80b03f
Merge pull request #1300 from hallieswan/AG-1410
hallieswan Apr 24, 2024
1b595d5
AG-1407: default to sorting similar genes table by hgnc_symbol ascending
hallieswan Apr 24, 2024
c613d04
AG-1328: drop null study values from display string and include all v…
hallieswan Apr 25, 2024
201616c
AG-1408: wait for differential expressions boxplot to finish renderin…
hallieswan Apr 26, 2024
23f53ab
AG-1408: add e2e test
hallieswan Apr 26, 2024
45ffc4c
AG-1425 refactor to support last pinned cache
sagely1 May 7, 2024
9f19393
AG-1425 fix breaking unit tests
sagely1 May 9, 2024
abae471
AG-1425 updating variables and comments for clarity, fixing plural bu…
sagely1 May 9, 2024
83dc635
AG-1425 refactor, fix more than 50 url proteins and fix for switching…
sagely1 May 10, 2024
e203798
AG-1409 fix sort bug when switching categories
sagely1 May 13, 2024
d3940fa
AG-1425 code cleanup for clarity
sagely1 May 13, 2024
f7fe3e9
Merge pull request #1305 from sagely1/AG-1425-gct-cache
sagely1 May 13, 2024
1deb780
Merge branch 'develop' into AG-1409-reset-default-sort-bug
sagely1 May 13, 2024
9c90151
AG-1328: improvements from code review
hallieswan May 13, 2024
22435d5
AG-1409 adding addition assertion to check for sort direction
sagely1 May 13, 2024
0114507
Merge pull request #1303 from hallieswan/AG-1408
sagely1 May 13, 2024
35506d5
Merge pull request #1301 from hallieswan/AG-1407
sagely1 May 13, 2024
a5157c3
AG-1328: improvement per code review
hallieswan May 14, 2024
e7bf92e
Merge pull request #1302 from hallieswan/AG-1328
hallieswan May 14, 2024
1a74c6b
AG-1435: bump playwright version
hallieswan Apr 29, 2024
cc9c078
AG-1435: lint e2e tests as described in playwright best practices
hallieswan Apr 30, 2024
1e5ade8
AG-1435: add e2e tests for gct pinning
hallieswan May 2, 2024
feb334c
AG-1435: keep warnings for floating promises that may need to be fixe…
hallieswan May 2, 2024
2293d4a
AG-1435: improve test naming
hallieswan May 2, 2024
694d9de
AG-1435: updates based on AG-1425
hallieswan May 13, 2024
aea77e0
Merge pull request #1304 from hallieswan/AG-1435
hallieswan May 14, 2024
04e6054
Merge branch 'develop' into AG-1409-reset-default-sort-bug
sagely1 May 14, 2024
881bd28
AG-1409 refactor to use new helper methods
sagely1 May 14, 2024
9cb9f79
Merge pull request #1306 from sagely1/AG-1409-reset-default-sort-bug
sagely1 May 14, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
"sourceType": "module",
"project": ["./tsconfig.base.json"]
},
"plugins": ["@typescript-eslint"],
"rules": {
Expand All @@ -23,6 +24,7 @@
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/no-empty-interface": "off",
"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/no-this-alias": "off"
"@typescript-eslint/no-this-alias": "off",
"@typescript-eslint/no-floating-promises": "warn"
}
}
156 changes: 78 additions & 78 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading