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

v1.1 #126

Open
wants to merge 3 commits into
base: production
Choose a base branch
from
Open

v1.1 #126

Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"name": "Triton Server",
"cwd": "${workspaceFolder}/triton-server",
"runtimeArgs": ["-r", "ts-node/register"],
"args": ["${workspaceFolder}/triton-server/src/start-server.ts"],
"args": ["${workspaceFolder}/triton-server/src/core/start-server.ts"],
"outputCapture": "std" // Send logging output to the Debug Console
},
{
Expand All @@ -19,7 +19,7 @@
"name": "Test Hercules API",
"cwd": "${workspaceFolder}/triton-server",
"runtimeArgs": ["-r", "ts-node/register"],
"args": ["${workspaceFolder}/triton-server/src/magic/test_magic.ts"]
"args": ["${workspaceFolder}/triton-server/src/api/magic/test_magic.ts"]
},
{
"name": "Triton Server Debug Jest Tests",
Expand Down
502 changes: 306 additions & 196 deletions package-lock.json

Large diffs are not rendered by default.

1,507 changes: 1,077 additions & 430 deletions triton-client/package-lock.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion triton-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
},
"dependencies": {
"@ant-design/charts": "^2.1.2",
"@ant-design/icons": "^5.5.1",
"@antv/g2": "^5.2.2",
"antd": "^5.18.0",
"lodash": "^4.17.21",
Expand All @@ -53,9 +54,9 @@
"@types/react-dom": "^18.0.6",
"@types/redux-logger": "^3.0.9",
"node-sass": "^7.0.3",
"react-infinite-scroll-component": "6.1.0",
"react-joyride": "^2.8.2",
"react-scripts": "5.0.1",
"react-infinite-scroll-component": "6.1.0",
"sass": "^1.54.3",
"typescript": "^3.3.4",
"webpack": "^5.88.2"
Expand Down
302 changes: 0 additions & 302 deletions triton-client/src/components/DatasetCard.tsx

This file was deleted.

Loading