-
Notifications
You must be signed in to change notification settings - Fork 23
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
Feature/model registry #388
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This reverts commit 6bdd0d3.
* feat: add security account API Signed-off-by: Lin Wang <[email protected]> * feat: add Show Only My Models button to OwnerFilter Signed-off-by: Lin Wang <[email protected]> * test: split owner filter select test cases Signed-off-by: Lin Wang <[email protected]> --------- Signed-off-by: Lin Wang <[email protected]>
And also fix an issue that refresh the page always redirect to root path Signed-off-by: Yulong Ruan <[email protected]>
* feat: add more actions in model list Signed-off-by: raintygao <[email protected]> * fix: define constant variable without using useMemo Signed-off-by: raintygao <[email protected]> --------- Signed-off-by: raintygao <[email protected]>
* feat: add task getOne API Signed-off-by: Lin Wang <[email protected]> * feat: update model upload API Signed-off-by: Lin Wang <[email protected]> * feat: add model upload hook Signed-off-by: Lin Wang <[email protected]> * feat: add model upload hook to model register form Signed-off-by: Lin Wang <[email protected]> * feat: run workflow when branch name like feature/* Signed-off-by: Lin Wang <[email protected]> * ci: update to recursive match run workflow Signed-off-by: Lin Wang <[email protected]> * fix: es-lint error fixup Signed-off-by: Lin Wang <[email protected]> * test: add model task API mock for model register form Signed-off-by: Lin Wang <[email protected]> * chore: update model upload modelConfig type Signed-off-by: Lin Wang <[email protected]> * refactor: remove isUploadByURL and change to 'modelURL' in model Signed-off-by: Lin Wang <[email protected]> --------- Signed-off-by: Lin Wang <[email protected]>
Signed-off-by: Yulong Ruan <[email protected]>
…esign and fix ci failed (#90) * feat: update help location and flyout content Signed-off-by: raintygao <[email protected]> * chore: add slient param to unit test Signed-off-by: raintygao <[email protected]> * chore: add silent param to unit test Signed-off-by: raintygao <[email protected]> * chore: move silent to workflow Signed-off-by: raintygao <[email protected]> * chore: add watch mode for unit test Signed-off-by: raintygao <[email protected]> --------- Signed-off-by: raintygao <[email protected]>
+ Only allow to add maximum 25 tags + Not allow to add tag with empty key or value from UI, but tags with both key and value empty are allowed from UI(such tag will be just be ignored) + Not allow to add duplicated tags which have the same key-value pairs + Tag key length and tag value length cannot exceed 80 characters --------- Signed-off-by: Yulong Ruan <[email protected]>
+ model name max length 60 characters -> 80 characters + remove ordinal number from form section title + add missing tag description to form tag section Signed-off-by: Yulong Ruan <[email protected]>
* feat: add metrics validation Signed-off-by: raintygao <[email protected]> * test: add UT Signed-off-by: raintygao <[email protected]> --------- Signed-off-by: raintygao <[email protected]>
+ Form footer will stick at the bottom of the screen + Display error counts in the footer Signed-off-by: Yulong Ruan <[email protected]>
Signed-off-by: Yulong Ruan <[email protected]>
* feat: add model_register_button to model_list Signed-off-by: xyinshen <[email protected]> * fix: fix some code standards Signed-off-by: xyinshen <[email protected]> * fix: fix code with the review comment Signed-off-by: xyinshen <[email protected]> * fix: resolve modal scroll bar Signed-off-by: xyinshen <[email protected]> * fix: update to only one EuiModalBody Signed-off-by: xyinshen <[email protected]> * fix: update EuiCombobox to Euisearchable Signed-off-by: xyinshen <[email protected]> * fix: update searchfiled with Euisearchable and update Euitext Signed-off-by: xyinshen <[email protected]> * fix: update searchfiled with Euisearchable and update Euitext Signed-off-by: xyinshen <[email protected]> * fix: fix conflict and update unit-test Signed-off-by: xyinshen <[email protected]> * fix: resolve conflict and update unit test Signed-off-by: xyinshen <[email protected]> * fix: restore an incorrect change Signed-off-by: xyinshen <[email protected]> * fix: update unit test error Signed-off-by: xyinshen <[email protected]> * fix: update to newest UI Signed-off-by: xyinshen <[email protected]> * fix: fix test_utils lint error Signed-off-by: xyinshen <[email protected]> * fix: add description and update code with review comment Signed-off-by: xyinshen <[email protected]> * fix: update code with newest code standards and update register form header descriptions Signed-off-by: xyinshen <[email protected]> * fix: update unit_test of register_model_type_modal Signed-off-by: xyinshen <[email protected]> * fix: remove test/test_utils.tsx change Signed-off-by: xyinshen <[email protected]> * fix: Let the modal dialog load the model list Signed-off-by: xyinshen <[email protected]> * fix: update register_modal unit-test Signed-off-by: xyinshen <[email protected]> * fix: delete customProps and use values in jsx Signed-off-by: xyinshen <[email protected]> * refactor: remove common/registry_modal_option.ts Signed-off-by: xyinshen <[email protected]> * fix: remove monitoring/model_status_filter.tsx change Signed-off-by: xyinshen <[email protected]> --------- Signed-off-by: xyinshen <[email protected]>
Signed-off-by: Lin Wang <[email protected]>
* fix: update-register-form-hearder-descriptions Signed-off-by: xyinshen <[email protected]> * fix: restore unnecessary remove Signed-off-by: xyinshen <[email protected]> * fix: remove wrap with div and update code structure Signed-off-by: xyinshen <[email protected]> --------- Signed-off-by: xyinshen <[email protected]>
+ display notification if file upload failed/succeed + add rxjs Signed-off-by: Yulong Ruan <[email protected]>
+ increase model file size limit to 4GB + add model file extension validation to only allow ZIP file --------- Signed-off-by: Yulong Ruan <[email protected]>
+ polling model upload task status and show notifications if task failed/successful + removed useModelUpload hook and refactor it with rxjs --------- Signed-off-by: Yulong Ruan <[email protected]>
* feat: validate model name after input blurred Signed-off-by: Lin Wang <[email protected]> * refactor: remove model API mock and unified search API mock Signed-off-by: Lin Wang <[email protected]> --------- Signed-off-by: Lin Wang <[email protected]>
* feat: add version notes to register model form Signed-off-by: Lin Wang <[email protected]> * feat: remove annotation field Signed-off-by: Lin Wang <[email protected]> * feat: remove model details and update form header description Signed-off-by: Lin Wang <[email protected]> * feat: remove annotations field in ModelFormBase Signed-off-by: Lin Wang <[email protected]> --------- Signed-off-by: Lin Wang <[email protected]>
* feat: remove unused DIV wrapper Signed-off-by: Lin Wang <[email protected]> * feat: add model repository related API Signed-off-by: Lin Wang <[email protected]> * feat: add model repository manager Signed-off-by: Lin Wang <[email protected]> * feat: fetch model repository data in register_model_type_modal and register_model form Signed-off-by: Lin Wang <[email protected]> * refactor: change switchMap to map Signed-off-by: Lin Wang <[email protected]> * feat: update to main branch pre-trained models URL Signed-off-by: Lin Wang <[email protected]> --------- Signed-off-by: Lin Wang <[email protected]>
Signed-off-by: Yulong Ruan <[email protected]>
There will be a separate task to refactor the rest pagination code to the new one and then we can safely get rid of the legacy pagination methods Signed-off-by: Yulong Ruan <[email protected]>
+ Navigate to model group page after model creation succeed + Added a new route `/model-registry/model/:id` for model group fixed a couple of issues due to conflicts of merging 2.x to feature/model-registry: 1. pagination refactor 2. removed unused convertModelSource --------- Signed-off-by: Yulong Ruan <[email protected]>
* feat: clear observable object after error catched Signed-off-by: Lin Wang <[email protected]> * feat: update pre-trained model config data Signed-off-by: Lin Wang <[email protected]> * feat: fill pre-trained name description configuration in model import form Signed-off-by: Lin Wang <[email protected]> * feat: add loading screen for importing pre-trained model form Signed-off-by: Lin Wang <[email protected]> * feat: add todo for failed to load pre-trained model Signed-off-by: Lin Wang <[email protected]> --------- Signed-off-by: Lin Wang <[email protected]>
* fix: update-register-form-hearder-descriptions Signed-off-by: xyinshen <[email protected]> * fix: update File & version title Signed-off-by: xyinshen <[email protected]> * fix: update File & version title Signed-off-by: xyinshen <[email protected]> * fix: update configuration description Signed-off-by: xyinshen <[email protected]> * fix: using font-size displayed in figma Signed-off-by: xyinshen <[email protected]> * fix: update configuration unit-test Signed-off-by: xyinshen <[email protected]> * fix: remove eui-textInheritColor Signed-off-by: xyinshen <[email protected]> * fix: remove self-defined css Signed-off-by: xyinshen <[email protected]> * fix: add help button Signed-off-by: xyinshen <[email protected]> * fix: add help button unit-test Signed-off-by: xyinshen <[email protected]> * fix: remove unnecessary change Signed-off-by: xyinshen <[email protected]> * fix: restore empty line change Signed-off-by: xyinshen <[email protected]> * fix: restore empty line change Signed-off-by: xyinshen <[email protected]> * fix: restore unnecessary empty line Signed-off-by: xyinshen <[email protected]> --------- Signed-off-by: xyinshen <[email protected]>
Signed-off-by: Yulong Ruan <[email protected]>
* fix: update-register-form-hearder-descriptions Signed-off-by: xyinshen <[email protected]> * fix: update File & version title Signed-off-by: xyinshen <[email protected]> * fix: update File & version title Signed-off-by: xyinshen <[email protected]> * fix: using font-size displayed in figma Signed-off-by: xyinshen <[email protected]> * fix: remove self-defined css Signed-off-by: xyinshen <[email protected]> * fix: add help button Signed-off-by: xyinshen <[email protected]> * fix: add help button unit-test Signed-off-by: xyinshen <[email protected]> * fix: remove unnecessary change Signed-off-by: xyinshen <[email protected]> * fix: restore unnecessary empty line Signed-off-by: xyinshen <[email protected]> * fix: update form_partial_description_max-width-to-725px Signed-off-by: xyinshen <[email protected]> * fix: fix test_error Signed-off-by: xyinshen <[email protected]> --------- Signed-off-by: xyinshen <[email protected]>
The rule is applied to: 1. Model name input 2. Model description input 3. Model note input + removed validation rules on name, description and note input + renamed isUniqueModelName to isDuplicateModelName --------- Signed-off-by: Yulong Ruan <[email protected]>
* feat: change property to onBreadcrumbsChange in GlobalBreadcrumbs Signed-off-by: Lin Wang <[email protected]> * feat: add async load breadcrumbs for model-registry Signed-off-by: Lin Wang <[email protected]> --------- Signed-off-by: Lin Wang <[email protected]>
* feat: add model list description Signed-off-by: Lin Wang <[email protected]> * feat: update register model button in model list Signed-off-by: Lin Wang <[email protected]> * feat: remove uploading banner in model list Signed-off-by: Lin Wang <[email protected]> * feat: set loading true after stringify params changed in use fetcher hook Signed-off-by: Lin Wang <[email protected]> * feat: add model list empty panel Signed-off-by: Lin Wang <[email protected]> * feat: avoid update loading status after params changed Signed-off-by: Lin Wang <[email protected]> * feat: add empty, loading, error and no result screen to model list Signed-off-by: Lin Wang <[email protected]> * feat: update button props to register_new_model_button Signed-off-by: Lin Wang <[email protected]> * feat: change to use register_new_model_button button in model_list_empty Signed-off-by: Lin Wang <[email protected]> * refactor: move monitoring search_bar to common debounced_search_bar Signed-off-by: Lin Wang <[email protected]> * feat: change to debounced search bar in model list Signed-off-by: Lin Wang <[email protected]> * chore: address PR comments Signed-off-by: Lin Wang <[email protected]> * fix: loading and error screen not show if models provided Signed-off-by: Lin Wang <[email protected]> --------- Signed-off-by: Lin Wang <[email protected]>
* feat: move model list tag filter to common folder Signed-off-by: Lin Wang <[email protected]> * feat: move options filter to common folder Signed-off-by: Lin Wang <[email protected]> * feat: add searchWidth and value generic to options filter Signed-off-by: Lin Wang <[email protected]> * feat: add task search API Signed-off-by: Lin Wang <[email protected]> * test: add api mocks for task Signed-off-by: Lin Wang <[email protected]> * feat: add registerFailed state and time field for model version Signed-off-by: Lin Wang <[email protected]> * test: add global._isJest to avoid data-grid failed in test casees Signed-off-by: Lin Wang <[email protected]> * feat: add filter and data-grid to versions detail panel Signed-off-by: Lin Wang <[email protected]> * test: increase timeout to 10*1000 ms for complicated render Signed-off-by: Lin Wang <[email protected]> * test: increase timeout for test failed in github runner Signed-off-by: Lin Wang <[email protected]> * test: increase test case timeout to 40s Signed-off-by: Lin Wang <[email protected]> * test: update case description and add status details test Signed-off-by: Lin Wang <[email protected]> * feat: rename model group to model Signed-off-by: Lin Wang <[email protected]> * chore: address PR comments Signed-off-by: Lin Wang <[email protected]> * test: increase timeout for table sort waitFor Signed-off-by: Lin Wang <[email protected]> --------- Signed-off-by: Lin Wang <[email protected]>
* feat: add ID column and hide by default Signed-off-by: Lin Wang <[email protected]> * feat: remove Copy ID button in model version table action column Signed-off-by: Lin Wang <[email protected]> --------- Signed-off-by: Lin Wang <[email protected]>
feat(ui): version details page mockup Signed-off-by: Yulong Ruan <[email protected]> --------- Signed-off-by: Yulong Ruan <[email protected]>
* feat: change to use tab id store selected tab Signed-off-by: Lin Wang <[email protected]> * feat: display - for empty description Signed-off-by: Lin Wang <[email protected]> * feat: add bottom form action bar Signed-off-by: Lin Wang <[email protected]> * feat: add name and description in details panel Signed-off-by: Lin Wang <[email protected]> * feat: separate ModelNameField, ModelDescriptionField and ErrorCallOut to common folder Signed-off-by: Lin Wang <[email protected]> * feat: add readonly and originalModelname to ModelNameField Signed-off-by: Lin Wang <[email protected]> * feat: add readonly to ModelDescriptionField Signed-off-by: Lin Wang <[email protected]> * feat: update error call out according new design Signed-off-by: Lin Wang <[email protected]> * test: update model_handlers error field and name search Signed-off-by: Lin Wang <[email protected]> * feat: change to use model name description field in common folder Signed-off-by: Lin Wang <[email protected]> --------- Signed-off-by: Lin Wang <[email protected]>
Signed-off-by: Yulong Ruan <[email protected]>
* feat: separate tag_key render and types Signed-off-by: Lin Wang <[email protected]> * feat: add model detail tags panel content Signed-off-by: Lin Wang <[email protected]> * fix: new added tag input not aligned Signed-off-by: Lin Wang <[email protected]> * refactor: use dirtyFields.tagKeys length directly Signed-off-by: Lin Wang <[email protected]> * refactor: disable saved tag key by name Signed-off-by: Lin Wang <[email protected]> --------- Signed-off-by: Lin Wang <[email protected]>
On model version page, a new version tag edit panel is add to allow user to manage tags of a model version --------- Signed-off-by: Yulong Ruan <[email protected]>
feat: edit model artifact and configuration on version details page Enable user to edit model version artifact and configuration --------- Signed-off-by: Yulong Ruan <[email protected]>
* feat: add loading, empty, failed and no result screen for model detail version table Signed-off-by: Lin Wang <[email protected]> * feat: add versionOrKeyword parameter for model search Signed-off-by: Lin Wang <[email protected]> * feat: add search logic to model detail version table Signed-off-by: Lin Wang <[email protected]> * refactor: update lastUpdated to lastUpdatedTime in model detail version table Signed-off-by: Lin Wang <[email protected]> * feat: add last_registered_time, last_deployed_time and last_undeployed_time to model detail version status cell Signed-off-by: Lin Wang <[email protected]> * feat: only show 3 tag columns by default Signed-off-by: Lin Wang <[email protected]> * feat: change to use dateFormat in ui settings Signed-off-by: Lin Wang <[email protected]> * feat: hide time title for in progress version Signed-off-by: Lin Wang <[email protected]> * feat: add sort to model detail version table Signed-off-by: Lin Wang <[email protected]> * test: increase timeout to fix test case error in github runner Signed-off-by: Lin Wang <[email protected]> * test: change to wait for version header exists Signed-off-by: Lin Wang <[email protected]> * chore: address PR comments Signed-off-by: Lin Wang <[email protected]> * feat: add UiSettingDateFormatTime Signed-off-by: Lin Wang <[email protected]> * feat: change to use UiSettingDateFormatTime Signed-off-by: Lin Wang <[email protected]> * fix: model search sort validate with sort pair Signed-off-by: Lin Wang <[email protected]> --------- Signed-off-by: Lin Wang <[email protected]>
* feat: move ModelVersionErrorDetailsModal to common folder Signed-off-by: Lin Wang <[email protected]> * feat: add undeployment-failed mode and plainVersionLink Signed-off-by: Lin Wang <[email protected]> * feat: add model version deployment confirm modal Signed-off-by: Lin Wang <[email protected]> * feat: add deploy confirm modal in model version table row actions Signed-off-by: Lin Wang <[email protected]> * feat: address PR comments Signed-off-by: Lin Wang <[email protected]> * refactor: update mode to errorType Signed-off-by: Lin Wang <[email protected]> * test: increase model version panel test timeout Signed-off-by: Lin Wang <[email protected]> --------- Signed-off-by: Lin Wang <[email protected]>
* feat: add model group related API Signed-off-by: Lin Wang <[email protected]> * feat: call model group register and delete when model register Signed-off-by: Lin Wang <[email protected]> * feat: check name unique from model group search Signed-off-by: Lin Wang <[email protected]> * fix: register model group call in register model version Signed-off-by: Lin Wang <[email protected]> * fix: model delete after model version register failed Signed-off-by: Lin Wang <[email protected]> * feat: add model access control related fields for create model group API Signed-off-by: Lin Wang <[email protected]> --------- Signed-off-by: Lin Wang <[email protected]>
* feat: mock EuiDataGrid to speedup case running Signed-off-by: Lin Wang <[email protected]> * feat: add modelGroupId to model search Signed-off-by: Lin Wang <[email protected]> * test: support modelGroupId search mock Signed-off-by: Lin Wang <[email protected]> * test: mock EuiDataGrid to speedup model test Signed-off-by: Lin Wang <[email protected]> * fix: redirect to model page with correct model id Signed-off-by: Lin Wang <[email protected]> * feat: update to use created_time Signed-off-by: Lin Wang <[email protected]> --------- Signed-off-by: Lin Wang <[email protected]>
* feat: update model aggregate service according new design Signed-off-by: Lin Wang <[email protected]> * feat: add link to the model version page Signed-off-by: Lin Wang <[email protected]> * feat: remove model to model version and remove legacy opensearch client usage Signed-off-by: Lin Wang <[email protected]> * refactor: update MODEL_STATE to MODEL_VERSION_STATE Signed-off-by: Lin Wang <[email protected]> * update model-version API endpoint address Signed-off-by: Lin Wang <[email protected]> * refactor: rename model group to model Signed-off-by: Lin Wang <[email protected]> * refactor: replace queryString with extraQuery Signed-off-by: Lin Wang <[email protected]> * feat: rename modelId to id in model version Signed-off-by: Lin Wang <[email protected]> * fix: model group id not exists in model register API Signed-off-by: Lin Wang <[email protected]> * feat: update GET to POST for model search Signed-off-by: Lin Wang <[email protected]> --------- Signed-off-by: Lin Wang <[email protected]>
On version details page, now user can deploy/undeploy the current model by click a button --------- Signed-off-by: Yulong Ruan <[email protected]>
Signed-off-by: Yulong Ruan <[email protected]>
* test: separate mockOpenSearchDashboards Signed-off-by: Lin Wang <[email protected]> * fix: update id to modelId in model version upload API Signed-off-by: Lin Wang <[email protected]> * feat: add model version delete confirm and unable do action modal Signed-off-by: Lin Wang <[email protected]> * refactor: refactor delete polling with rxjs Signed-off-by: Lin Wang <[email protected]> * fix: update model id and owner Signed-off-by: Lin Wang <[email protected]> * fix: request should wait previous response Signed-off-by: Lin Wang <[email protected]> --------- Signed-off-by: Lin Wang <[email protected]>
* Increment version to 2.8.0.0 (#169) Signed-off-by: opensearch-ci-bot <[email protected]> Co-authored-by: opensearch-ci-bot <[email protected]> * 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]> * doc: add release notes for 2.8.0 (#190) (#191) Signed-off-by: Lin Wang <[email protected]> (cherry picked from commit f2b701b) Co-authored-by: Lin Wang <[email protected]> * feat: remove experiment warning banner (#194) (#196) * feat: remove experiment warning banner Signed-off-by: Lin Wang <[email protected]> * doc: update release notes for remove experiment banner Signed-off-by: Lin Wang <[email protected]> --------- Signed-off-by: Lin Wang <[email protected]> (cherry picked from commit 0ef4753) Co-authored-by: Lin Wang <[email protected]> * feat: enable ml-commons-dashboards plugin by default (#200) (#202) * feat: enable ml-commons-dashboards plugin by default Signed-off-by: Lin Wang <[email protected]> * feat: update release notes for enable plugin by default Signed-off-by: Lin Wang <[email protected]> --------- Signed-off-by: Lin Wang <[email protected]> (cherry picked from commit a1cb7de) Co-authored-by: Lin Wang <[email protected]> * Revert remove experiment banner and enable by default (#203) (#205) * Revert "feat: enable ml-commons-dashboards plugin by default (#200)" This reverts commit a1cb7de. Signed-off-by: Lin Wang <[email protected]> * Revert "feat: remove experiment warning banner (#194)" This reverts commit 0ef4753. Signed-off-by: Lin Wang <[email protected]> --------- Signed-off-by: Lin Wang <[email protected]> (cherry picked from commit 31df7d4) Co-authored-by: Lin Wang <[email protected]> --------- Signed-off-by: opensearch-ci-bot <[email protected]> Signed-off-by: Lin Wang <[email protected]> Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Co-authored-by: opensearch-ci-bot <[email protected]>
feat: import pre-trained model by name + update description field to optional fix type error --------- Signed-off-by: Lin Wang <[email protected]>
feat: add model delete confirm modal --------- Signed-off-by: Lin Wang <[email protected]>
) * feat: refresh model version data after deploy or undeploy complete Signed-off-by: Lin Wang <[email protected]> * fix: undeploy no onComplete and onError Signed-off-by: Lin Wang <[email protected]> --------- Signed-off-by: Lin Wang <[email protected]>
…220) Signed-off-by: Yulong Ruan <[email protected]>
Signed-off-by: Yulong Ruan <[email protected]>
* Increment version to 2.8.0.0 (#169) Signed-off-by: opensearch-ci-bot <[email protected]> Co-authored-by: opensearch-ci-bot <[email protected]> * 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]> * doc: add release notes for 2.8.0 (#190) (#191) Signed-off-by: Lin Wang <[email protected]> (cherry picked from commit f2b701b) Co-authored-by: Lin Wang <[email protected]> * feat: remove experiment warning banner (#194) (#195) * feat: remove experiment warning banner Signed-off-by: Lin Wang <[email protected]> * doc: update release notes for remove experiment banner Signed-off-by: Lin Wang <[email protected]> --------- Signed-off-by: Lin Wang <[email protected]> (cherry picked from commit 0ef4753) Co-authored-by: Lin Wang <[email protected]> * feat: enable ml-commons-dashboards plugin by default (#200) (#201) * feat: enable ml-commons-dashboards plugin by default Signed-off-by: Lin Wang <[email protected]> * feat: update release notes for enable plugin by default Signed-off-by: Lin Wang <[email protected]> --------- Signed-off-by: Lin Wang <[email protected]> (cherry picked from commit a1cb7de) Co-authored-by: Lin Wang <[email protected]> * Revert remove experiment banner and enable by default (#203) (#204) * Revert "feat: enable ml-commons-dashboards plugin by default (#200)" This reverts commit a1cb7de. Signed-off-by: Lin Wang <[email protected]> * Revert "feat: remove experiment warning banner (#194)" This reverts commit 0ef4753. Signed-off-by: Lin Wang <[email protected]> --------- Signed-off-by: Lin Wang <[email protected]> (cherry picked from commit 31df7d4) Co-authored-by: Lin Wang <[email protected]> * remove background for dark mode to fix #206 (#209) (#212) Signed-off-by: Lin Wang <[email protected]> (cherry picked from commit 2bc3f38) Co-authored-by: Lin Wang <[email protected]> * Fix ml document link address (#210) (#213) * update to correct machine learning document address to fix #208 Signed-off-by: Lin Wang <[email protected]> * fix: update link in deployment table empty screen Signed-off-by: Lin Wang <[email protected]> --------- Signed-off-by: Lin Wang <[email protected]> (cherry picked from commit 7a33d01) Co-authored-by: Lin Wang <[email protected]> * feat: open external link in blank page (#211) (#214) Signed-off-by: Lin Wang <[email protected]> (cherry picked from commit e2825c4) Co-authored-by: Lin Wang <[email protected]> * Increment version to 2.9.0.0 (#222) Signed-off-by: opensearch-ci-bot <[email protected]> Co-authored-by: opensearch-ci-bot <[email protected]> * feat: exclude remote model for admin UI (#225) (#228) Signed-off-by: Lin Wang <[email protected]> (cherry picked from commit ba01d34) Co-authored-by: Lin Wang <[email protected]> * Revert "Revert remove experiment banner and enable by default (#203)" (#229) (#231) * Revert "Revert remove experiment banner and enable by default (#203)" This reverts commit 31df7d4. Signed-off-by: Lin Wang <[email protected]> * doc: remove release update for 2.8.0 Signed-off-by: Lin Wang <[email protected]> --------- Signed-off-by: Lin Wang <[email protected]> (cherry picked from commit 2caf020) Co-authored-by: Lin Wang <[email protected]> * doc: add release notes for 2.9.0 (#232) (#233) Signed-off-by: Lin Wang <[email protected]> (cherry picked from commit 02e80a9) Co-authored-by: Lin Wang <[email protected]> * Add source field to distinguish local and external model (#239) (#240) * Revert "feat: exclude remote model for admin UI (#225)" This reverts commit ba01d34. Signed-off-by: Lin Wang <[email protected]> * feat: add source field to distinguish local and external model Signed-off-by: Lin Wang <[email protected]> * feat: add miss display words Signed-off-by: Lin Wang <[email protected]> --------- Signed-off-by: Lin Wang <[email protected]> (cherry picked from commit 63c7a5a) Co-authored-by: Lin Wang <[email protected]> * Fix no model show up when search a model (#238) (#242) * fix: reset to page 1 after name or state search Signed-off-by: Lin Wang <[email protected]> * refactor: remove unnecessary act call Signed-off-by: Lin Wang <[email protected]> --------- Signed-off-by: Lin Wang <[email protected]> (cherry picked from commit 24aa9df) Co-authored-by: Lin Wang <[email protected]> * Feat mitigate to oui style variables (#227) (#246) * feat: remove customized font size and font weight Signed-off-by: Lin Wang <[email protected]> * feat: update color to $ouiLinkColor Signed-off-by: Lin Wang <[email protected]> * feat: remove white background for refresh interval Signed-off-by: Lin Wang <[email protected]> * remove ace theme Signed-off-by: Lin Wang <[email protected]> * refactor: update <b> to <strong> Signed-off-by: Lin Wang <[email protected]> --------- Signed-off-by: Lin Wang <[email protected]> (cherry picked from commit 3aa8eaf) Co-authored-by: Lin Wang <[email protected]> * feat: support external models in deployed model list (#248) (#251) * feat: support external models in deployed model list Signed-off-by: Lin Wang <[email protected]> * refactor: update name to required Signed-off-by: Lin Wang <[email protected]> * fix: connector index not found Signed-off-by: Lin Wang <[email protected]> * refactor: update options filter with normal string[] value Signed-off-by: Lin Wang <[email protected]> * fix: hits not defined Signed-off-by: Lin Wang <[email protected]> * fix: update wording Signed-off-by: Lin Wang <[email protected]> * fix: connector id not exists in all connectors Signed-off-by: Lin Wang <[email protected]> * fix: show models when failed to load all external connectors Signed-off-by: Lin Wang <[email protected]> * feat: update deployed models title to models Signed-off-by: Lin Wang <[email protected]> * refactor: remove unused code in model connector filter Signed-off-by: Lin Wang <[email protected]> * feat: address PR comments Signed-off-by: Lin Wang <[email protected]> --------- Signed-off-by: Lin Wang <[email protected]> (cherry picked from commit cc3810b) Co-authored-by: Lin Wang <[email protected]> * update preview panel for external models (#252) (#253) * feat: update preview panel for external models Signed-off-by: tygao <[email protected]> * feat: update preview panel for external models Signed-off-by: tygao <[email protected]> --------- Signed-off-by: tygao <[email protected]> (cherry picked from commit 9bbd25f) Co-authored-by: raintygao <[email protected]> * Increment version to 2.10.0.0 (#237) Signed-off-by: opensearch-ci-bot <[email protected]> Co-authored-by: opensearch-ci-bot <[email protected]> * feat: update ui component and use fallback (#254) (#256) Signed-off-by: tygao <[email protected]> * feat: replace dash with em dash (#255) (#257) Signed-off-by: Lin Wang <[email protected]> (cherry picked from commit b817d98) Co-authored-by: Lin Wang <[email protected]> * doc: add release notes for 2.10 (#258) (#259) * doc: add release notes for 2.10 Signed-off-by: tygao <[email protected]> * doc: append prs Signed-off-by: tygao <[email protected]> * doc: separate prs Signed-off-by: tygao <[email protected]> --------- Signed-off-by: tygao <[email protected]> (cherry picked from commit db0003d) Co-authored-by: tygao <[email protected]> * Increment version to 2.11.0.0 (#265) Signed-off-by: opensearch-ci-bot <[email protected]> Co-authored-by: opensearch-ci-bot <[email protected]> * doc: add release notes for 2.11.0.0 (#276) (#277) Signed-off-by: Lin Wang <[email protected]> (cherry picked from commit cc2d58e) Co-authored-by: Lin Wang <[email protected]> * Onboard jenkins build docker image to ml-commons-dashboards github ci checks 2.x (#281) Signed-off-by: Peter Zhu <[email protected]> * Increment version to 2.12.0.0 (#279) Signed-off-by: opensearch-ci-bot <[email protected]> Co-authored-by: opensearch-ci-bot <[email protected]> --------- Signed-off-by: opensearch-ci-bot <[email protected]> Signed-off-by: tygao <[email protected]> Signed-off-by: Peter Zhu <[email protected]> Signed-off-by: Lin Wang <[email protected]> Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Co-authored-by: opensearch-ci-bot <[email protected]> Co-authored-by: raintygao <[email protected]> Co-authored-by: Peter Zhu <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Describe what this change achieves.
Issues Resolved
List any issues this PR will resolve, e.g. Closes [...].
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.