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

chore(deps): React 18, MdxEditor #1537

Merged
merged 39 commits into from
Nov 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
4ad3e61
Updating React and Markdown support
joshsadam Nov 14, 2024
b596ca3
style: Fixed issue with z-index on link popover
joshsadam Nov 14, 2024
7e7f73c
build: :arrow_up: Updating to using micromark from ReactMarkdown
joshsadam Nov 14, 2024
4280786
build: :arrow_up: Updated antd to 4.24.16
joshsadam Nov 14, 2024
d713f6b
fix: :rotating_light: Fixed linter warning for no display name
joshsadam Nov 14, 2024
32040cb
fix: :rotating_light: Updated all old ReactMarkdown
joshsadam Nov 14, 2024
00684f5
fix: :rotating_light: Fix basic eslint issues
joshsadam Nov 14, 2024
7fbdb6d
fix: :rotating_light: Fixing eslint issues
joshsadam Nov 14, 2024
7fd4ac4
fix: :rotating_light: More eslint fix for missing brace
joshsadam Nov 14, 2024
0d71c2d
fix: :rotating_light: Fix more eslint issues
joshsadam Nov 14, 2024
11e817f
fix: :rotating_light: Fix missing brakcer
joshsadam Nov 14, 2024
1d9cab4
fix: :bug: Fixed wrong root dom id
joshsadam Nov 15, 2024
2442e94
fix: :bug: Fixed bad update to button text
joshsadam Nov 15, 2024
d441437
test: :white_check_mark: Fixed share samples tests
joshsadam Nov 15, 2024
c1fc0ac
fix: Fixed space issue
joshsadam Nov 15, 2024
42501ca
fix: :white_check_mark: Fixed test for filtering on project samples t…
joshsadam Nov 16, 2024
9964339
fix: :rotating_light: Fixed CartUI tests
joshsadam Nov 18, 2024
5c71304
fix: Reverted unnecessary code
joshsadam Nov 18, 2024
e73cdae
fix: :lipstick: Updated all ant design menus to use new items syntax
joshsadam Nov 18, 2024
8841f7c
fix: :lipstick: Updated dropdowns to use newer menu property
joshsadam Nov 18, 2024
1149843
fix: :lipstick: Updated modal to the new open api
joshsadam Nov 18, 2024
ab09eef
fix: :lipstick: Updated visible to new open api
joshsadam Nov 18, 2024
a6270db
fix: :bug: Fixed table cell widths
joshsadam Nov 18, 2024
0d5ef3e
fix: :bug: Update columnApi to api as per AgGrid new api
joshsadam Nov 18, 2024
b29a85c
fix: Removed unused imports
joshsadam Nov 18, 2024
5f80ce5
fix: Fixed missing space
joshsadam Nov 18, 2024
12d2855
fix: Fixed removed unused import error
joshsadam Nov 18, 2024
bd2e373
fix: Fixed sample menu rendering issue
joshsadam Nov 18, 2024
1ecb09f
test: :white_check_mark: Fixed ProjectSamples tests
joshsadam Nov 19, 2024
dfcc74e
test: :white_check_mark: Fixed NCBIExport test
joshsadam Nov 19, 2024
c354759
test: :white_check_mark: Updated testing for announcements
joshsadam Nov 19, 2024
b104c24
fix: :adhesive_bandage: Fixed underline support for rendering markdow…
joshsadam Nov 22, 2024
7bc6e33
fix: Remove unused findby vairables
joshsadam Nov 22, 2024
e148a5d
fix: Fixed dropdown on linelist page
joshsadam Nov 22, 2024
cf26d43
fix: :bug: Fixed issue with admin menu
joshsadam Nov 22, 2024
5415392
fix: Added back missing width
joshsadam Nov 22, 2024
4940df9
fix: :lipstick: Updated to use new ant design tab syntax
joshsadam Nov 22, 2024
48c15a7
fix: Fixed tooltip covering add member button
joshsadam Nov 25, 2024
d5205a1
fix: Fixed Admin page tests
joshsadam Nov 25, 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
18 changes: 10 additions & 8 deletions src/main/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@
"@luma.gl/gltools": "8.5.14",
"@luma.gl/shadertools": "8.5.14",
"@luma.gl/webgl": "8.5.14",
"@mdxeditor/editor": "^3.19.0",
"@phylocanvas/phylocanvas.gl": "1.52.0",
"@reduxjs/toolkit": "1.8.5",
"ag-grid-community": "31.3.4",
"ag-grid-react": "31.3.4",
"antd": "4.19.5",
"antd": "4.24.16",
"axios": "0.28.0",
"clipboard": "1.7.1",
"dayjs": "1.11.1",
Expand All @@ -47,25 +48,25 @@
"i": "0.3.7",
"immutability-helper": "3.1.1",
"lodash": "4.17.21",
"micromark": "^4.0.1",
"moment": "2.29.4",
"postcss-nested": "5.0.6",
"process": "0.11.10",
"qs": "6.10.3",
"rc-util": "5.43.0",
"rc-virtual-list": "3.4.6",
"react": "17.0.2",
"react-dnd": "15.1.2",
"react": "18.3.1",
"react-dnd": "16.0.0",
"react-dnd-html5-backend": "15.1.3",
"react-dom": "17.0.2",
"react-dom": "18.3.1",
"react-dom-factories": "1.0.2",
"react-iframe": "1.8.0",
"react-markdown": "8.0.2",
"react-mde": "11.5.0",
"react-redux": "7.2.8",
"react-router-dom": "6.4.3",
"react-virtualized-auto-sizer": "1.0.6",
"react-window": "1.8.6",
"reactour": "1.18.7",
"react-virtualized-auto-sizer": "1.0.24",
"react-window": "1.8.10",
"reactour": "1.19.4",
"redux": "4.1.2",
"redux-saga": "1.1.3",
"styled-components": "5.3.5",
Expand Down Expand Up @@ -106,6 +107,7 @@
"jest": "27.5.1",
"less": "4.1.2",
"less-loader": "10.2.0",
"micromark-extension-gfm": "^3.0.0",
"mini-css-extract-plugin": "2.6.0",
"postcss": "8.4.31",
"postcss-import": "14.1.0",
Expand Down
4,302 changes: 3,584 additions & 718 deletions src/main/webapp/pnpm-lock.yaml

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions src/main/webapp/resources/css/pages/announcements.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

.mdxeditor-popup-container {
z-index: 1100;
}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export searchOntology, { TAXONOMY } from "./query";
export { searchOntology, TAXONOMY } from "./query";
2 changes: 1 addition & 1 deletion src/main/webapp/resources/js/apis/pipelines/pipelines.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const getPipelineDetails = ({ id }) =>
.get(`${AJAX_URL}/${id}`)
.then(({ data }) => data)
.catch((error) => {
return Promise.reject(e.response.error.message);
return Promise.reject(error.response.error.message);
});

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export function AddMemberButton({
</Button>
<Modal
className="t-add-member-modal"
visible={visible}
open={visible}
okButtonProps={{ disabled: typeof userId === "undefined" }}
onCancel={onCancel}
title={modalTitle}
Expand Down
Loading
Loading