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 with Alpine.js and TailwindCSS, enhance task management (#677)
* change webui design - use alpine.js and tailwindcss instead of bootstrap
* return entity ID after aggregator and training experiment registration
* remove aggregator association - add set aggregator functionality
* allow multiple tasks to be ran and stopped (tasks to be ran in containers)
* fix training submission to return the new entity id (to be used in the webui)
* fix ui logs - run tasks in interactive mode
* fix events error - that already exists (logs)
* allow multiple tasks to be run in webui
* add support for training in webui routes
* add training in webui templates and static
* fix UI issues - JS refactoring according to the new flow
* change task names in routes according to the new design.
* fix task logs upon changing profiles - reinitialization
* modify new added features to match the new design
* fix code scanning errors
* fix cli unit tests - training tests
* fix modal not showing up caused by race condition
* add attributes for tests
* fix e2e tests
* fix lint error
* remove remaining aggregator-association logic
* edit confusing message
* use update_training_exp for setting aggregator
* use proper serializer
There is no difference compared to WriteTrainingExpiermentSerializer, but since this is a read endpoint, let's use the Read one
* keep aggregator_association app minimally, add delete migration
* fix interactive prints
* fix email overflow in user dropdown
* enhance login prints
* update webui according to new changes
* fix data mismatch webui - left during testing
* remove login warning about terminal from webui
* fix mentioning compatiblity tests when there is no tests
* better ui/ux for cc input, fix js logic for cc forms
* make sync policy disappear if configure cc is toggled off
* fix sync policy button
* make it visible that users synced cc policy
* fix dataset.is_prepared
* updatesubmit_as_prepared to new web design
* remove dataset hash check from dataset dashboard
for large datasets, this makes loading the page very slow
* check hashes before configuring CC
* store data in bucket as a last step
* refactor benchmark models
same html snippet for models+reference model
* don't show reference model if it's a CC benchmark
* remove unused css
* refactor cc configuration to leave long operations to the end
* scroll to bottom when showing panel
* use interactive mode for policy sync
* update cc policy webui: show stages
* allow users to delete certs anyway
in case we ask them to do so for some a reason like expired which is not automatically detected yet
* update medperf client version
* add progress bar to large file gcp upload
* quick fix for javascript caching in browsers
* remove Medperf title
* use "You" instead of entity owner ID when user is owner
* use proper prism dark mode
* update docs
---------
Co-authored-by: hasan7n <hasankassim7@hotmail.com>
0 commit comments