mirror of
https://github.com/stellarshenson/stellars-jupyterhub-ds.git
synced 2026-03-09 14:40:28 +00:00
- Activity Monitor now shows all users with historical activity, not just active servers - Badge changed from "X active servers" to "X users (Y active)" format - Status column now sortable (green > amber > red priority) - Default sort changed to status descending with secondary sort by username - Moved inline table styles to CSS classes using em units - Added .activity-table, .settings-table, .notifications-table classes - Simplified Activity page subtitle
16 lines
637 B
Bash
16 lines
637 B
Bash
# Project Configuration
|
|
PROJECT_NAME="stellars-jupyterhub-ds"
|
|
PROJECT_DESCRIPTION="Multi-user JupyterHub 4 deployment platform with data science stack, GPU auto-detection, NativeAuthenticator, and isolated per-user environments spawned via DockerSpawner"
|
|
|
|
# Version
|
|
VERSION="3.7.12_cuda-13.0.2_jh-5.4.2"
|
|
VERSION_COMMENT="Activity Monitor: admin page with 3-state status, activity scoring, reset functionality"
|
|
RELEASE_TAG="RELEASE_3.2.11"
|
|
RELEASE_DATE="2025-11-09"
|
|
|
|
# Author
|
|
AUTHOR_NAME="Konrad Jelen"
|
|
AUTHOR_ALIAS="Stellars Henson"
|
|
AUTHOR_EMAIL="konrad.jelen+github@gmail.com"
|
|
AUTHOR_LINKEDIN="https://www.linkedin.com/in/konradjelen/"
|