copilot-swe-agent[bot]
a08b103271
fix: merge main into feature branch - resolve all merge conflicts cleanly
...
Merges origin/main (v0.156.0) into the classification feature branch,
properly resolving all 23 merge conflicts:
- Auto-generated files (BUILD_DATE, VERSION, etc.): accept main's version
- Non-classification files (SharePoint, QR auth, session mgmt, mobile): accept main's version
- Classification files (api/__init__.py, models.py, migrations/env.py, conftest.py):
keep classification additions alongside main's content
Previously the branch was incorrectly removing files from main (SharePoint
integration, QR scanner, session management). This merge properly preserves
all main branch content while maintaining the classification feature additions.
Migration chain validated: 038_add_classification_rules chains from
037_add_user_sessions_and_qr_challenges.
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-03-17 16:14:45 +00:00
copilot-swe-agent[bot]
c8bc4afc93
fix: address code review — use modern type hints and Callable annotation
...
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-03-05 22:03:30 +00:00
copilot-swe-agent[bot]
3601e2ca5c
feat(ui): add user autocomplete widget for default_owner_id, user search API, and documentation
...
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-03-05 21:40:41 +00:00
copilot-swe-agent[bot]
3080e37ddf
docs(settings): update SettingsManagement.md with new categories and setting types
...
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-03-02 16:45:15 +00:00
copilot-swe-agent[bot]
044da0ff47
feat: update all OpenAI/ChatGPT refs + settings dropdown for fixed-value fields
...
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-02-23 20:06:57 +00:00
copilot-swe-agent[bot]
b03ebab747
chore: apply ruff formatting and fix whitespace issues
...
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-02-13 09:12:11 +00:00
Christian Krakau-Louis
7222740204
feat(auth): add configurable admin group name for OAuth user access
2026-02-11 22:53:13 +01:00
copilot-swe-agent[bot]
121b0d811f
Add settings source indicators and improve form UX
...
- Remove HTML 'required' attributes - all fields optional
- Add source detection (DB/ENV/DEFAULT) for each setting
- Display color-coded badges showing setting source
- Update template with precedence order explanation
- Pre-fill form with current values from DB/ENV/defaults
- Update documentation with source badge explanations
- Test and verify form prefilling works correctly
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-02-08 06:13:25 +00:00
copilot-swe-agent[bot]
8afddbc75b
Add documentation and verification for settings implementation
...
- Add comprehensive Settings Management Guide
- Add implementation summary document
- Verify all functionality with integration tests
- Document API usage, security, and troubleshooting
- Clean up test artifacts
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com >
2026-02-08 06:08:02 +00:00