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

Sync MVP-2 (M2) with MVP-2 (M3) #212

Merged
merged 21 commits into from
Nov 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
d4e386a
moving icons
mtangmt Nov 8, 2023
40f1d25
update test case imports
mtangmt Nov 8, 2023
a72bddb
renaming the updated icons
mtangmt Nov 8, 2023
1d7d4e5
Removed jszip and file-saver dependencies
Alejandro-Vega Nov 8, 2023
a51c713
Removed zipping files logic. Replaced with only downloading them from…
Alejandro-Vega Nov 8, 2023
be0e17d
Updated upload to use Promise.allSettled so that it will try the rema…
Alejandro-Vega Nov 8, 2023
805925b
Merge branch 'mvp-2' of https://github.com/CBIIT/crdc-datahub-ui into…
Alejandro-Vega Nov 8, 2023
bcadbc9
fixing timezone issues
mtangmt Nov 9, 2023
35bd354
Merge branch 'mvp-2' into CRDCDH-586
mtangmt Nov 9, 2023
09b2786
Merge pull request #205 from CBIIT/CRDCDH-554
amattu2 Nov 9, 2023
1fc55e5
Merge branch 'mvp-2' of https://github.com/CBIIT/crdc-datahub-ui into…
Alejandro-Vega Nov 9, 2023
999eb10
Merge pull request #207 from CBIIT/CRDCDH-586
Alejandro-Vega Nov 9, 2023
7ca7cf4
CRDCDH-18 Model Navigator CDS Model (#176)
amattu2 Nov 15, 2023
a25ec97
CRDCDH-550 Recommit broken branch
amattu2 Nov 15, 2023
69824e3
Added new copy icon
Alejandro-Vega Nov 15, 2023
0b226a2
Added copy submission ID using param to submission dashboard
Alejandro-Vega Nov 15, 2023
0cfb54d
Added missing colon
Alejandro-Vega Nov 15, 2023
9e621c5
Merge pull request #209 from CBIIT/amattu2/CRDCDH-550-Fixed
Alejandro-Vega Nov 15, 2023
b0d8065
Remove text transform on submission ID
Alejandro-Vega Nov 15, 2023
48423f4
Merge branch 'mvp-2' of https://github.com/CBIIT/crdc-datahub-ui into…
Alejandro-Vega Nov 15, 2023
334b6ce
Merge pull request #210 from CBIIT/CRDCDH-601
amattu2 Nov 15, 2023
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
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = {
}
},
root: true,
ignorePatterns: ["injectEnv.js", "scripts"],
ignorePatterns: ["injectEnv.js"],
rules: {
// Note: you must disable the base rule as it can report incorrect errors
"react/jsx-filename-extension": [1, { extensions: [".js", ".jsx", ".tsx", ".ts"] }],
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
/coverage

# production
/public/models/*
!/public/models/.gitkeep
/build

# misc
Expand Down
Loading