edx-django-utils
edx-django-utils copied to clipboard
edX utilities for Django Application development.
Python requirements update. Please review the [changelogs](https://openedx.atlassian.net/wiki/spaces/TE/pages/1001521320/Python+Package+Changelogs) for the upgraded packages. Deleted obsolete pull_requests: https://github.com/openedx/edx-django-utils/pull/412
**Description:** Adds an initialize_celery_monitoring util to allow celery tasks to be monitored by the Open Telemetry and Datadog providers. edx-platform PR to follow. **JIRA:** https://github.com/edx/edx-arch-experiments/issues/584 **Testing instructions:** 1. Set this...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0 v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to...
This module could feature an `atlas_pull_by_module` function which can be extracted from the `edx-platform` repository to benefit other IDAs (Python micro-services). ```py def atlas_pull_by_modules(module_names, locale_root, pull_options): """ Atlas pull translations...
(I'm not sure whether this is an issue with edx-django-utils, with [django-user-tasks](https://github.com/openedx/django-user-tasks), or both...) Adding `@set_code_owner_attribute` and `@shared_task` to the same function causes errors when that function is an instance...
This allows a developer to run `make test` or other targets without having to manually set up a virtualenv or install requirements. The virtualenv is set up for them as...
Updated repo with setup.py changes for package extras, for more context please have a look into this [issue](https://github.com/edx/edx-arch-experiments/issues/386)
Context We have a few large cookies in our cookie headers that we are pretty sure we're not going to be able to get rid of or make smaller, mostly...
Use of custom attributes is documented here: https://edx.readthedocs.io/projects/edx-django-utils/en/latest/monitoring/how_tos/using_custom_attributes.html We've been annotating custom attributes as seen in these examples: https://github.com/search?q=(org%3Aedx%20OR%20org%3Aopenedx)%20custom_attribute_name&type=codev ``` # .. custom_attribute_name: jwt_auth_check_symmetric_key # .. custom_attribute_description: True if symmetric...
In order to do this, we should set `fail_on_warning: true` in .readthedocs.yaml. Before doing so, however, we need to investigate and resolve the numerous autodoc warnings from the build.