Conversation
- Replace jQuery 2.0.3 with jQuery 3.7.1
- Patch Bootstrap 2.3.2 for jQuery 3.x compatibility:
- Convert deprecated .delegate() to .on() in modal code
- Fix href="#" selector handling in alert, dropdown, and tab
components (jQuery 3.x throws syntax error for $("#") instead
of returning empty set)
- Fix deprecated $(window).unload() in coverage.html by using
$(window).on('beforeunload', ...) instead
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Queue page now auto-refreshes every 3 seconds via AJAX - Sensors page now auto-refreshes every 5 seconds via AJAX - Added /dalton/controller_api/get-queue-json API endpoint - Refactored page_queue_default() to use shared get_queue_data() function - Added "last updated" indicators to both pages - Polling pauses when browser tab is hidden - Queue page num_jobs selector works without page reload - Added unit tests for the new queue JSON API Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Color-code job status cells using Bootstrap semantic colors (green for success, red for error, blue for running, yellow for timeout/interrupted, white for queued). Status cells override table striping for consistent appearance. Brief yellow highlight animation plays when status changes. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Gated behind enable_queue_clearing config option (default False). Includes confirmation page with cancel/continue buttons; programmatic callers can bypass with force=true parameter. Requires authentication. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Replace jQuery 2.0.3 with jQuery 3.7.1
- Patch Bootstrap 2.3.2 for jQuery 3.x compatibility:
- Convert deprecated .delegate() to .on() in modal code
- Fix href="#" selector handling in alert, dropdown, and tab
components (jQuery 3.x throws syntax error for $("#") instead
of returning empty set)
- Fix deprecated $(window).unload() in coverage.html by using
$(window).on('beforeunload', ...) instead
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Queue page now auto-refreshes every 3 seconds via AJAX - Sensors page now auto-refreshes every 5 seconds via AJAX - Added /dalton/controller_api/get-queue-json API endpoint - Refactored page_queue_default() to use shared get_queue_data() function - Added "last updated" indicators to both pages - Polling pauses when browser tab is hidden - Queue page num_jobs selector works without page reload - Added unit tests for the new queue JSON API Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Color-code job status cells using Bootstrap semantic colors (green for success, red for error, blue for running, yellow for timeout/interrupted, white for queued). Status cells override table striping for consistent appearance. Brief yellow highlight animation plays when status changes. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Gated behind enable_queue_clearing config option (default False). Includes confirmation page with cancel/continue buttons; programmatic callers can bypass with force=true parameter. Requires authentication. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Should have bumped minor version on the agent with the Dalton 3.6.0 changes; bumping it here with the Dalton 4.0 release, even though the agent didn't change.
Collaborator
|
There's a lot of new Please eliminate the duplication, if at all possible. |
Contributor
Author
|
Good call on the code reuse. Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
/clear_queueAPI endpoint to expire all jobs and delete job files