Conversation
Replace bespoke logging configuration with the new mitol-django-observability shared plugin. Changes: - Remove LOGGING dict (syslog handler) from settings.py - Remove LOG_HOST/LOG_HOST_PORT env reads - Add 'mitol.observability.apps.ObservabilityConfig' to INSTALLED_APPS - Import LOGGING from mitol.observability.settings.logging - Update pyproject.toml: add mitol-django-observability dep Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: feoh <330070+feoh@users.noreply.github.com> Agent-Logs-Url: https://github.com/mitodl/mitxpro/sessions/b1a121b5-b438-4d62-a54b-ef2b4d299e01
Co-authored-by: feoh <330070+feoh@users.noreply.github.com> Agent-Logs-Url: https://github.com/mitodl/mitxpro/sessions/3470f3be-4a70-412b-bbf3-dde5a2443f58
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
updates: - [github.com/scop/pre-commit-shfmt: v3.12.0-2 → v3.13.0-1](scop/pre-commit-shfmt@v3.12.0-2...v3.13.0-1) - [github.com/astral-sh/ruff-pre-commit: v0.15.5 → v0.15.8](astral-sh/ruff-pre-commit@v0.15.5...v0.15.8) - [github.com/rhysd/actionlint: v1.7.11 → v1.7.12](rhysd/actionlint@v1.7.11...v1.7.12) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Adds the drf-serializer-orm-check hook (mirroring the definition from mitodl/ol-django) to detect Django ORM queries inside DRF serializer methods (N+1 risk). Uses repo: local so pre-commit only installs mitol-drf-lint without attempting to pip-install the ol-django workspace root (which has internal workspace dependencies unavailable on PyPI). Generates an initial baseline file (drf_lint_baseline.json) recording existing violations so the hook only flags new issues going forward. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…resources (#3860) * Initial plan * Fix ModuleNotFoundError: No module named 'pkg_resources' by upgrading hubspot-api-client to 12.0.0 Co-authored-by: arslanashraf7 <34372316+arslanashraf7@users.noreply.github.com> Agent-Logs-Url: https://github.com/mitodl/mitxpro/sessions/bbb61741-2a01-4cca-a040-9397ecd0433d * Fix pre-commit ruff-format issues: reformat long import lines in tasks.py and tasks_test.py Co-authored-by: arslanashraf7 <34372316+arslanashraf7@users.noreply.github.com> Agent-Logs-Url: https://github.com/mitodl/mitxpro/sessions/de0e4c84-1314-43f7-9d91-0950dc9d7307 * Fix failing python-tests: update hubspot_xpro/api_test.py for hubspot-api-client 12.x API changes Agent-Logs-Url: https://github.com/mitodl/mitxpro/sessions/aef6809d-dadd-4d67-87c6-8e2276708d17 Co-authored-by: marslanabdulrauf <30854880+marslanabdulrauf@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: arslanashraf7 <34372316+arslanashraf7@users.noreply.github.com> Co-authored-by: marslanabdulrauf <30854880+marslanabdulrauf@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Contributor
|
@blarghmatey @feoh a kind reminder on your checkboxes in this release. Also, Please let me know if you want to delegate any of your boxes to someone else for checking. |
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.
renovate[bot]
Copilot
Tobias Macey
pre-commit-ci[bot]
copilot-swe-agent[bot]
Christopher Patti