Skip to content

Releases: openedx/edx-django-utils

Added record_exception

18 Nov 21:52
a4af6a3
Compare
Choose a tag to compare

enable code_owner for celery tasks

17 Nov 16:52
45e0531
Compare
Choose a tag to compare

Refactored monitoring app

02 Nov 23:24
8a2c205
Compare
Choose a tag to compare

Added logging filters for user and remote IP

29 Oct 18:39
13faebe
Compare
Choose a tag to compare

Added a new logging utility providing two logging filter classes:

  • RemoteIpFilter - This filter tries to get the remote IP from the current request context so that it can be added to log statements through interpolation
  • UserIdFilter - This filter tries to get the LMS user id from the current request context so that it can be added to log statements through interpolation

Updates to code_owner mapping code

21 Oct 22:03
01c8ac9
Compare
Choose a tag to compare

Rename "custom metric" to "custom attribute"

02 Sep 18:07
2ebb3a6
Compare
Choose a tag to compare

Fix custom monitoring accumulate method

01 Sep 21:11
3110a05
Compare
Choose a tag to compare

Upgrade psutil to latest version

12 Aug 09:35
ca1bb43
Compare
Choose a tag to compare
  • Upgrade psutil to latest version

Refractoring plugins to clarify Api

11 Aug 19:02
4a0b25f
Compare
Choose a tag to compare

Updated:

Added missing classes to plugins public api. See plugins.init.py for latest api.
Updated plugin method names to be more descriptive. See plugins.init.py for latest.

Note: Although these changes are backwards incompatible, they are being added as a bug fix because plugins code release (3.7.0) is not yet in use.

Exposing Plugins api in its __init__.py file

10 Aug 19:22
27adfd2
Compare
Choose a tag to compare
  • Exposing all public functions in edx_django_utils/plugins directory in its init.py file.
    • this was done to keep inline with standard/pattern used in other packages in edx_django_utils