95cb13e45e
- update to 2.0.1: * Ask for safe args strings when calling inspect.active * Enable basic auth for api, fixes * Allow non integer rate limits like 3/m * Provide support for Python 3.10 and 3.11 * Drop python 3.6 support * Improve error message - drop remove-mock.patch: upstream - drop backport_run_in_executor.patch: obsolete - add python-rpm-macros dependency * Fixing GitHub OAuth callback handling * Switch away from Google+ OAuth2 * Fix a bug in humanizing timestamps on the tasks page * Removed 500px height limitation * Fixed Python 3 mistake in Github Login Handler * Support environment variables in tornado 4.2.0 and >=4.3 * Fix XSS on tasks page * Replace websokets with ajax * Fix bug in tasks page template * Fix celery version comparsion * Refactor version comparision * Use redis as default broker * Update dashboard counters on worker table updates * Move shut down group button to worker page * Update navbar title * Add a script for calling tasks * Add a link to worker name * Remove active task start time from worker page * Fix py3 json serialization * Enable all tasks columns with --tasks-options=all
Dirk Mueller2024-01-06 20:15:13 +00:00
7174b11be5
- Update to 1.1.0: * Disable authentication of /metrics endpoint. (#1129) * read custom histogram latency buckets from env (#1134) * making PrometheusMetrics class singleton (#1149) * Fix attribute error caused by newest humanize package. (#1156) * pass sentinel_kwargs to Sentinel() broker (#1208) * Fixing CORS support (#1200) * Encode worker and task names in URL (#1204) * Add compatibility with older humanize versions (#1196) * Diable API if auth is enabled (#1225) - Remove patch python-flower-new-humanize.patch: * Included upstream. - Add patch remove-mock.patch: * Remove dependency on mock. - Remove python-mock from BuildRequires - Clean up python 2 bcond, it is no longer supported.
Steve Kowalik2022-07-13 01:48:20 +00:00