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

Merge 2.x to model registry #289

Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
d0488d0
Increment version to 2.8.0.0 (#169)
opensearch-trigger-bot[bot] May 4, 2023
324ab59
chore: update husky to 8.0.3 to avoid use execa (#160) (#189)
opensearch-trigger-bot[bot] May 23, 2023
ce950a5
doc: add release notes for 2.8.0 (#190) (#191)
opensearch-trigger-bot[bot] May 24, 2023
a37eccf
feat: remove experiment warning banner (#194) (#195)
opensearch-trigger-bot[bot] May 29, 2023
0539894
feat: enable ml-commons-dashboards plugin by default (#200) (#201)
opensearch-trigger-bot[bot] May 30, 2023
e7ca1a1
Revert remove experiment banner and enable by default (#203) (#204)
opensearch-trigger-bot[bot] May 31, 2023
e816789
remove background for dark mode to fix #206 (#209) (#212)
opensearch-trigger-bot[bot] Jun 14, 2023
5e39ffc
Fix ml document link address (#210) (#213)
opensearch-trigger-bot[bot] Jun 14, 2023
c8b5fcb
feat: open external link in blank page (#211) (#214)
opensearch-trigger-bot[bot] Jun 14, 2023
cc7f21e
Increment version to 2.9.0.0 (#222)
opensearch-trigger-bot[bot] Jun 29, 2023
9b0ea89
feat: exclude remote model for admin UI (#225) (#228)
opensearch-trigger-bot[bot] Jul 4, 2023
2376dcd
Revert "Revert remove experiment banner and enable by default (#203)"…
opensearch-trigger-bot[bot] Jul 7, 2023
f542649
doc: add release notes for 2.9.0 (#232) (#233)
opensearch-trigger-bot[bot] Jul 7, 2023
5fc14a6
Add source field to distinguish local and external model (#239) (#240)
opensearch-trigger-bot[bot] Aug 2, 2023
7ed315e
Fix no model show up when search a model (#238) (#242)
opensearch-trigger-bot[bot] Aug 2, 2023
55e9e38
Feat mitigate to oui style variables (#227) (#246)
opensearch-trigger-bot[bot] Aug 23, 2023
0710c49
feat: support external models in deployed model list (#248) (#251)
opensearch-trigger-bot[bot] Aug 29, 2023
728fcb1
update preview panel for external models (#252) (#253)
opensearch-trigger-bot[bot] Aug 30, 2023
9c7bcce
Increment version to 2.10.0.0 (#237)
opensearch-trigger-bot[bot] Aug 30, 2023
c2daa30
feat: update ui component and use fallback (#254) (#256)
raintygao Sep 1, 2023
fe59e3c
feat: replace dash with em dash (#255) (#257)
opensearch-trigger-bot[bot] Sep 1, 2023
5a4ba90
doc: add release notes for 2.10 (#258) (#259)
opensearch-trigger-bot[bot] Sep 4, 2023
fdc9f44
Increment version to 2.11.0.0 (#265)
opensearch-trigger-bot[bot] Oct 5, 2023
51fd03b
doc: add release notes for 2.11.0.0 (#276) (#277)
opensearch-trigger-bot[bot] Oct 12, 2023
81a338c
Onboard jenkins build docker image to ml-commons-dashboards github ci…
peterzhuamazon Oct 24, 2023
080f8e3
Increment version to 2.12.0.0 (#279)
opensearch-trigger-bot[bot] Nov 7, 2023
d82a06b
Merge branch '2.x' into feat-merge-2.x-to-model-registry
wanglam 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
Prev Previous commit
Next Next commit
chore: update husky to 8.0.3 to avoid use execa (#160) (#189)
Signed-off-by: Lin Wang <[email protected]>
(cherry picked from commit 6a3faee)

Co-authored-by: Lin Wang <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and wanglam authored May 23, 2023
commit 324ab594158b073c046c6d9406c3ae33accc8082
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx lint-staged
10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -10,17 +10,13 @@
"plugin-helpers": "node ../../scripts/plugin_helpers",
"osd": "node ../../scripts/osd",
"lint:es": "node ../../scripts/eslint",
"test:jest": "../../node_modules/.bin/jest --config ./test/jest.config.js"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
"test:jest": "../../node_modules/.bin/jest --config ./test/jest.config.js",
"prepare": "husky install"
},
"dependencies": {},
"devDependencies": {
"@testing-library/user-event": "^14.4.3",
"husky": "^3.0.0",
"husky": "^8.0.0",
"lint-staged": "^10.0.0"
}
}
Loading