Commit Graph

32 Commits

Author SHA1 Message Date
paul d4969172c2 Auto schemas 2026-05-26 22:34:28 +12:00
paul 35d70a7746 feat: add ReconConfig API and UI for managing configurations
- Added a new API endpoint for managing ReconConfigs at /api/configs, including GET, POST, PUT, and a test URL feature.
- Implemented a new configuration editor UI at /configs for creating and editing ReconConfigs.
- Introduced a new configs list page at /configs to display existing configurations with options to edit.
- Updated base HTML template to include a link to the new configs page.
- Created stub configuration and authentication models for workspace development.
- Added a stub configuration module to handle database configuration without a real database.
2026-05-26 21:58:04 +12:00
paul cf8ec5f094 Fix logo link in base.html to point to the home page 2026-05-25 21:23:20 +12:00
paul 5971915bc8 Refactor code structure for improved readability and maintainability 2026-05-25 21:12:00 +12:00
paul 2e5e467554 Add ASB brand colors and update styles for improved UI consistency 2026-05-25 20:52:22 +12:00
paul f10c20c7d8 Refactor code structure for improved readability and maintainability 2026-05-25 20:38:14 +12:00
paul 469ac9bc5a Add burst job scheduling, enhance timeline lane management, and improve tooltip functionality 2026-05-25 20:01:24 +12:00
paul 3be35f6b0a Refactor _compute_metrics to improve longest job duration calculation and handle None values in due dates 2026-05-25 19:13:10 +12:00
paul 82c7712613 Add job detail template with execution history and metrics display
- Created a new job_detail.html template extending base.html
- Implemented a macro for rendering nested data structures
- Added sections for job identification, schedule & timing, status, configuration, execution history, and results
- Included a timeline for execution history with visual indicators for job status
- Displayed job metrics including total executions, success rate, and average duration
- Handled cases for displaying results or indicating absence of results based on job status
2026-05-25 19:07:56 +12:00
paul 5bf6b98ccc Update app/models/recon_job.py 2026-05-25 06:46:29 +00:00
paul 8dda6e8093 Add app/models/recon_result.py 2026-05-25 06:45:57 +00:00
paul 754aad05b8 FAKE 2026-05-25 17:27:00 +12:00
paul 6e25dae786 Moved results list to results view. 2026-05-25 17:23:42 +12:00
paul ddcaa8ac98 Refactor: remove old schema and recon config files; add new schema and recon config implementations 2026-05-25 17:22:06 +12:00
paul f90e52e7e4 Update app/r.py 2026-05-25 05:15:53 +00:00
paul 046dbf9304 Add app/r.py 2026-05-25 05:15:41 +00:00
paul 7cda722626 Add app/schema.py 2026-05-25 05:15:06 +00:00
paul f10d25d7f1 Update data/templates/base.html 2026-05-25 02:05:40 +00:00
paul cca8979754 Update data/templates/dashboard.html 2026-05-25 02:05:00 +00:00
paul 266abd4fa2 Add app/views/views.py 2026-05-25 02:03:23 +00:00
paul 94712fc7fd ca_bundle 2026-05-11 11:00:03 +12:00
paul 9130629b58 feat: Enhance transaction model and dashboard with Azure OAuth integration 2026-05-10 22:36:13 +12:00
paul d50c1c5bba feat: Initialize FastAPI application with Azure authentication and transaction management
- Added .env.example for environment variable configuration.
- Created app initialization files and core settings management.
- Implemented API routers for reporting and transaction endpoints.
- Developed transaction management service with CRUD operations.
- Integrated Azure OAuth for user authentication.
- Designed dashboard view with transaction filtering and display.
- Added Swagger UI documentation with custom dark theme.
- Created static and template files for frontend styling and layout.
2026-05-10 22:17:30 +12:00
paul e86513d5ea Added kerberos step 2026-04-22 21:53:08 +12:00
paul 031482c540 Switch project to uv and add sticky-header scroll to dashboard table
Adds pyproject.toml, uv.lock, .python-version, and a .gitignore for uv
package management. Constrains the dashboard table to the viewport
height with a sticky thead so column headers remain visible while
scrolling.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-22 21:32:46 +12:00
paul ca1135497d Update instruct_kerberos.md 2026-04-21 23:17:04 +00:00
paul c8acf8569e Update instruct_kerberos.md 2026-04-21 23:15:55 +00:00
paul 57bb721bda Add instruct_kerberos.md 2026-04-21 23:10:49 +00:00
paul e8f1ed0cbd Upload files to "/" 2026-04-13 01:59:05 +00:00
paul 36ff227e8e Upload files to "/" 2026-04-13 00:56:15 +00:00
paul 1c3fe7780e Delete templates.zip 2026-04-13 00:55:46 +00:00
paul c277528a13 Upload files to "/" 2026-04-12 22:39:21 +00:00