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

HP-269 Feat/button redirect #884

Merged
merged 93 commits into from
Jul 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
93 commits
Select commit Hold shift + click to select a range
1d93992
Quickly swap out access selector for column filter
em-ingram Mar 8, 2021
c839e63
Add Export to Workspace button
em-ingram Mar 8, 2021
198008f
Studies are not selectable unless user has access
em-ingram Mar 8, 2021
3db34b3
Restore border to study description
em-ingram Mar 8, 2021
d3f10c2
Add export buttons
em-ingram Mar 9, 2021
e4e2530
Post to manifestservice when Export to Workspace button is clicked
em-ingram Mar 9, 2021
ac024bc
Fix bug with config variable scope
em-ingram Mar 11, 2021
62155b2
Update mock config with file manifests
em-ingram Mar 23, 2021
5acd4f6
Implement 'Download Manifest' button
em-ingram Mar 23, 2021
0034d5f
[WIP] Support content_type: link
em-ingram Mar 24, 2021
c6fb2fd
Merge branch 'master' into feat/discovery-export-to-workspace
em-ingram Mar 25, 2021
78a4231
Add content_type: link
em-ingram Mar 29, 2021
9a2404e
Redirect to workspace page on Export to Workspace click
em-ingram Apr 2, 2021
927996f
Configure whether Disco page is behind login
em-ingram Apr 5, 2021
13a80cd
Revert breaking config change
em-ingram Apr 8, 2021
1306c41
Fix bug preventing multiple files from being selected
em-ingram Apr 9, 2021
605b528
Remove old code and fix errors
em-ingram Apr 21, 2021
2234846
Merge branch 'master' into feat/discovery-export-to-workspace
em-ingram Apr 21, 2021
8a9a497
-Merge branch 'master' into feat/discovery-export-to-workspace
em-ingram Apr 21, 2021
77108ae
Fix tests
em-ingram Apr 21, 2021
60b4f33
Merge branch 'master' into feat/discovery-export-to-workspace
em-ingram Apr 27, 2021
0f66f96
Fix style issues
em-ingram Apr 27, 2021
19e73aa
Adv search open/close
em-ingram Apr 27, 2021
3ede8d6
Merge master
em-ingram Apr 28, 2021
aa1a0a9
[WIP] Filter sliding animation and stick to viewport
em-ingram Apr 28, 2021
f98e8ed
[WIP] Filtering logic
em-ingram Apr 28, 2021
7dd68c7
Set filter state
em-ingram Apr 29, 2021
db83585
Filter based on selections
em-ingram Apr 29, 2021
2baeab6
Combine filters with AND
em-ingram May 5, 2021
00e087a
Hide locks if authz field is missing
em-ingram May 11, 2021
9e94ac6
Hide Adv Search Filters button if not enabled
em-ingram May 13, 2021
228dbbf
Warn instead of crashing if adv search filters field is missing
em-ingram May 13, 2021
650ee7b
Update style: search bar
em-ingram May 14, 2021
f280c01
Update font
em-ingram May 14, 2021
2095b3b
Update style: adjust font sizes and margins to compress header
em-ingram May 14, 2021
8119a58
Update style: advanced search button
em-ingram May 14, 2021
43cfcab
Update style: advanced search button and export to workspace button
em-ingram May 14, 2021
892a321
Tweak header style to match prototype
em-ingram May 14, 2021
d634eb9
[WIP] Update table style to match prototype
em-ingram May 17, 2021
6bb582b
Warn instead of crash if malformed filterField
em-ingram May 18, 2021
9f7fc13
Fix eslint
em-ingram May 18, 2021
4043bbf
Update table style to match prototype
em-ingram May 19, 2021
e167951
Make table scrollable when advanced search filters are open
em-ingram May 19, 2021
4e4c417
Enable search over fields not present in table
em-ingram May 26, 2021
c9bcb9b
[WIP] Study description page pops in from right
em-ingram May 26, 2021
d5dc8fa
[WIP] Improve study description page
em-ingram Jun 2, 2021
dba1757
[WIP] Improve study description page
em-ingram Jun 2, 2021
7b13aca
[WIP] Improve study description page
em-ingram Jun 3, 2021
f2e824b
[WIP] Improve study description page
em-ingram Jun 4, 2021
43e75e6
Clean up unused code
em-ingram Jun 7, 2021
ebadc52
New study description page
em-ingram Jun 8, 2021
ee971ab
Fix table row highlight visual bug
em-ingram Jun 8, 2021
2b2aa84
Fix visual bug: pagination not visible
em-ingram Jun 9, 2021
30ec703
Fix visual bug: top of third study description line visible in table
em-ingram Jun 9, 2021
3d781ac
change label 'Unaccessible' to 'No Access'
haraprasadj Jun 18, 2021
ef853f9
change n/a logic
haraprasadj Jun 18, 2021
21e363a
change label to 'Access Required'
haraprasadj Jun 18, 2021
bf361da
fix unit test
haraprasadj Jun 21, 2021
599b304
remove bhc from testSchema
haraprasadj Jun 21, 2021
b3a17b1
fix stylelint
haraprasadj Jun 21, 2021
34e074e
heal bundle without home page
haraprasadj Jun 29, 2021
265f8ba
Delete portal_config.md
haraprasadj Jun 29, 2021
a9af864
fix
haraprasadj Jun 29, 2021
265c29a
fix
haraprasadj Jun 29, 2021
2eb9fe0
fix unit test
haraprasadj Jun 29, 2021
e9d1453
Merge pull request #870 from uc-cdis/feat/heal_bundle_no_home
haraprasadj Jun 29, 2021
a6232fa
fix: adv filter overflow
mfshao Jul 1, 2021
5fc124e
Mitigate table row CSS bug in Safari
em-ingram Jul 1, 2021
2b9a01d
Merge branch 'fix/heal-mvp-fix-table-row-css-bug' into fix/heal-mvp-ui
mfshao Jul 1, 2021
c270021
fix: row color
mfshao Jul 2, 2021
c4ac9fb
fix: empty component
mfshao Jul 2, 2021
0a05dc6
fix: css
mfshao Jul 2, 2021
b0e7977
fix: css
mfshao Jul 6, 2021
1424348
fix: more css
mfshao Jul 6, 2021
9f2346d
feat: tag scroll
mfshao Jul 7, 2021
ed6eeb7
fix lint
mfshao Jul 7, 2021
22ec5a7
feat: scroll tag reset
mfshao Jul 7, 2021
e94cc66
feat: sort tag
mfshao Jul 7, 2021
31e147f
Merge branch 'feat/heal' into fix/heal-mvp-ui
mfshao Jul 9, 2021
781da33
chore: rebase
mfshao Jul 9, 2021
4acaa74
chore: pkg
mfshao Jul 9, 2021
defbfc5
Merge remote-tracking branch 'origin/feat/heal' into fix/heal-mvp-ui
mfshao Jul 9, 2021
160e94c
chore: 8 tags
mfshao Jul 9, 2021
b868c75
chore: no more beta
mfshao Jul 9, 2021
343d37c
fix: search crash
mfshao Jul 9, 2021
cf649cf
fix: css
mfshao Jul 9, 2021
1dc6c7c
fix: checkbox
mfshao Jul 10, 2021
4e82742
feat: button redirect to login
mfshao Jul 10, 2021
4b26523
update
mfshao Jul 10, 2021
fc41cd8
fix: tests
mfshao Jul 11, 2021
ded178e
fix: travis
mfshao Jul 11, 2021
2609a7b
rebase
mfshao Jul 12, 2021
2308784
update lock
mfshao Jul 12, 2021
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
113 changes: 106 additions & 7 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"@gen3/ui-component": "^0.10.0",
"@storybook/addon-actions": "^5.0.0",
"@storybook/react": "^5.0.0",
"@types/redux-mock-store": "^1.0.3",
"antd": "^4.10.0",
"brace": "^0.10.0",
"clipboard-plus": "^1.0.0",
Expand Down Expand Up @@ -49,6 +50,7 @@
"less-loader": "^4.1.0",
"lodash": "^4.17.11",
"mapbox-gl": "^1.9.1",
"mock-local-storage": "^1.0.5",
"moment": "^2.22.2",
"node-fetch": "^2.6.1",
"npm": "^6.14.7",
Expand Down Expand Up @@ -101,6 +103,7 @@
"@types/core-js": "^2.5.4",
"@types/enzyme": "^3.10.8",
"@types/jest": "^26.0.20",
"@types/react-redux": "^7.1.18",
"@types/regenerator-runtime": "^0.13.0",
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0",
Expand All @@ -124,7 +127,6 @@
"html-webpack-plugin": "^3.2.0",
"jest": "^24.5.0",
"jest-localstorage-mock": "^2.3.0",
"mock-local-storage": "^1.0.5",
"prettier": "^1.4.4",
"react-hot-loader": "^1.3.0",
"react-test-renderer": "^16.8.6",
Expand Down
Loading