You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Refactor Web-UI Events, Tasks and Notifications (#660)
* refactor web-ui tasks, events, notifications - use EventStream for sending events
* Bug Fixes - SSE behavior, login.
* modify security token flow to support URL-based login
* resolve 'open button' confusion
* resolve OPERATION -> OPERATIONAL in all entities
* make valid/invalid all caps
* remove is valid: (true/false) from dataset details and export dataset. modify export dataset ui
* fix Registering Model -> Registering Container
* remove the approved flag in benchmark details
* remove report file field if it does not exist - temp (bug exists)
* remove hashes from entities details
* remove the additional N/A text - add "Owner" before owner ID
* add navbar color (green) and add footer
* fix footer - stick at the bottom
* allow users to select containers based on their types instead of writing the IDs - benchmark registration
* change name, description, and location maxlength - apply migrations
* apply ui changes - footer and navbar
* modify reload time into 1 second - medperf login and logout
* auto approve benchmark for tutorial
* autopopulate some mock benchmarks for tutorials
* fix line length problem
* fix association dropdown ui
* fix hidden error - RuntimeError: Event object at ... is bound to a different event loop
* fix print logs delays
* add codespaces scripts
---------
Co-authored-by: hasan7n <[email protected]>
* pin click version
* fix codespaces script
* clear notifications after logging out
* remove generated_uid from dataset details page
* move print_webui_props to utils
* WebUI E2E Tests (#664)
* Add html attributes required for tests
* fix missing function in common.js
* fix compatibility/workflow tests popup modal title
* fix auto-scroll lag issue
* Add E2E tests for webui
* ci: add GitHub workflow for WebUI E2E tests
* fix tests issues
* fix webui-ci
* fix typo in local-auth env that caused errors while seeding db
* remove auto-login when getting tutorial files - add profile activation test
* remove logout button duplicate, add comment
---------
Co-authored-by: hasan7n <[email protected]>
* add EventsManager class to manage events/buffering.
add 'webui' prefix for maxlogmessages, add other webui configs
* remove the name validator from entities
* remove chrome-setup from auth-ci
---------
Co-authored-by: hasan7n <[email protected]>
0 commit comments