Tags give the ability to mark specific points in history as being important
-
1.0.0
3c8889f2 · ·Added: - create database trigger to automatically assign read_permission to a special "READER_AGENT" (e.g. ci-agent) - always execute "mlflow upgrade" before starting mlflow to avoid migration issues while deploying a newer MLflow version Changed: - Rename "backup_db" service to "admin-ops"
-
0.9.0
bc8e3c59 · ·Added: - Self-signup can be configured for checking either "eduperson_entitlements" or "realm.roles" (e.g. EGI Checkin or AI4EOSC Access/Login) to allow self-registration - Use env setting REQUIRED_ENTITLEMENT or REQUIRED_REALM_ROLES to diff between OIDC AAI configs - Include env setting "FLASK_SERVER_SECRET_KEY" for mlflow>2.20 Changed: - Make OIDC_SCOPE configurable
-
0.8.2
b7e1080b · ·Added: - account deletion confirmation modal - script to add reader user permissions in mlflow (mlflow-exp-add-reader) - timestamp in mlflow_gc.log Changed: - propagate MLFLOW env for cronjob in backup_db
-
0.8.1
5a78c8f8 · ·Added: - mlflow-gc automation to remove deleted by user MLflow experiments and registered models (aka garbage collection, gc) Changed: - correctly use same mlflow version across containers - pnpm update - various small fixes
-
0.8.0
2358871e · ·Added: - (optional) storage of user credentials in HashiCorp Vault via AI4OS Platform API ([ai4-papi](https://github.com/ai4os/ai4-papi) Changed: - rename 'frontend' to 'signup' - rename 'backend' to 'mlflow' - update README.md, .env.sample to adapt for HashiCorp Vault addition (env variables USER_CREDENTIALS_SECRETS_API, USER_CREDENTIALS_SECRETS_VO, USER_CREDENTIALS_SECRETS_PATH)
-
0.7.0
3716d07d · ·Added: - goaccess log analyser monitoring service Changed: - .env.sample, compose.yml files to include goaccess service
-
0.6.1
8bc56a10 · ·Added: - Code metadata, - Contributing Changed: - README - Move OIDC_AUTHORITY and OAUTH_USERINFO_ENDPOINT to .env from compose.yml
-
-
-
-
0.3.1
5082e1df · ·- add MLFLOW_BASE_PATH_LOCAL to .env.sample - add notes in compose.yml about local volumes ownership
-
0.3.0
6d4fb189 · ·Add basic auth gate frontend (aka self-registration service). The service allows: - members of the pre-configures VO can login in the self-registration service - only those members can create an account at MLflow instance - login-name (registered email) is taken from the OIDC token
-
-
-
0.1.0
4d49eb26 · ·First stable prototype which introduces: - traefik as reverse proxy (+requestBody settings) - getting SSL certificates via traefik - mlflow servier >2.7.0 started with basic-auth and with postgres as backend-store - gunicorn of mlflow is configured with 600s timeout - volumes for "user-data", "app-data", and "mlruns-data"