Robert Raposa
30ba3c355d
fix: add mapping for learner-pathway-progress ( #30857 )
...
Adds code owner mapping for learner-pathway-progress.
2022-08-15 12:21:43 -04:00
Robert Raposa
9fa79809d8
refactor: CookieMonitoringMiddleware moved to edx-django-utils
...
The CookieMonitoringMiddleware and its related script
moved to edx-django-utils.
ARCHBOM-2054
2022-03-17 16:59:00 -04:00
Robert Raposa
7a2eee6b21
feat: add script for cookie header log processing ( #30067 )
...
The script takes a csv from cookie header log output
and outputs a csv of processed data for each cookie.
ARCHBOM-2066
2022-03-16 12:27:19 -04:00
Tim McCormack
262c44784b
chore: Update 15 repos in code owner mappings (tCRIL migration) ( #29745 )
...
These repos have moved from edx to openedx org and so their URLs need to be
updated in order for the script to match them up.
2022-01-11 17:04:57 +00:00
Robert Raposa
0dd1f9b7e4
chore: update edx-drf-extensions repo URL (moved to openedx org) ( #29660 )
...
The `edx-drf-extensions` repo was moved from the edx org to
the openedx org, and this change captures that move.
2021-12-21 13:19:01 -05:00
Tim McCormack
bbc2a6d0cb
chore: Update organizations repo URL (moved to openedx org) ( #29647 )
2021-12-20 18:19:43 +00:00
Rebecca Graber
9c0fd6296b
chore: add oauth2_provider ownership ( #29128 )
2021-10-28 08:23:14 -04:00
Rebecca Graber
668ae8bd25
chore: add ownership mapping for eventtracking ( #29065 )
2021-10-20 08:02:34 -04:00
Feanil Patel
6a671f26b3
fix: Add the notices to plugin mapping.
...
The notices app is a plugin to edx-platform that needs to be tracked correctly for ownership.
2021-10-15 14:05:34 -04:00
Robert Raposa
8e4e9a1d39
fix: add code owner mapping for edx-name-affirmation ( #28386 )
...
* fix: add code owner mapping for edx-name-affirmation
Enables edx_name_affirmation views to have a code owner.
2021-08-03 18:41:46 -04:00
Usama Sadiq
3ff951940d
refactor: pyupgrade second iteration
2021-05-03 14:55:37 +05:00
usamasadiq
dc36d0bfe8
Ran pyupgrade on lms/djangoapps
...
Ran pyupgrade on lms/djangoapps/mailing
Ran pyupgrade on lms/djangoapps/mobile_api
Ran pyupgrade on lms/djangoapps/monitoring
2021-02-19 17:47:37 +05:00
Diana Huang
ea8907ca53
Add edx_sga to our code_owners mappings.
2021-01-19 11:23:08 -05:00
Feanil Patel
cfc63722a5
Undo revert.
...
This change was reverted along with the downgrade of super-csv because
it was believed that this change was causing issues with celery task
registration.
It was reverted in https://github.com/edx/edx-platform/pull/25762
The fix turned out to be something different and this and the
super-csv library should both be same to upgrade. The library
upgrade will come in a follow-on make upgrade with some other
constraints that also need to be lifted.
Actual fix: https://github.com/edx/edx-platform/pull/25822
2020-12-10 13:54:36 -05:00
David Ormsbee
d930d10065
Revert "ARCHBOM-1636: upgrade supercsv"
2020-12-04 10:37:56 -05:00
Robert Raposa
8809c73395
upgrade supercsv
...
Includes additional monitoring of celery tasks
in supercsv.
ARCHBOM-1636
2020-12-02 16:51:41 -05:00
Robert Raposa
93029169d1
add code_owner for rest_framework
...
Add code_owner for `rest_framework.routers`
and other `rest_framework` apps.
2020-11-30 16:52:40 -05:00
Tim McCormack
2f8fa9e4f2
Leave warning about changing generated comment ( #25660 )
...
ARCHBOM-1544
2020-11-23 18:01:42 +00:00
Feanil Patel
3cd9b8c41a
Update ownership mappings.
...
Add mapping from django apps to repos so we can look up owners by this repo
in the ownership mapping.
2020-11-13 12:05:14 -05:00
Robert Raposa
eea711e5a4
ARCHBOM-1551: update generate_code_owner_mappings.py ( #25309 )
...
update generate_code_owner_mappings.py:
* Uses updated 'owner.theme' and 'owner.squad' columns.
* Outputs new CODE_OWNER_THEMES to detail themes.
* Output lowercase names only
ARCHBOM-1551
Co-authored-by: Tim McCormack <tmccormack@edx.org >
2020-10-14 09:34:01 -04:00
Robert Raposa
03032d4979
ARCHBOM-1247: ownership mapping for external apps ( #24148 )
...
- add clean script to help list unmapped Django apps.
- use clean script to source new app mappings.
- update generate script to include 3rd-party app ownership.
ARCHBOM-1247
2020-06-09 09:15:16 -04:00
Robert Raposa
59e0f6efcf
ARCHBOM-1244: Add code_owner custom metric ( #24084 )
...
* includes ADR for Monitoring by Code Owner
* add monitoring middleware to add the following custom metrics:
- code_owner: The owning team mapped to the current view.
- code_owner_mapping_error: If there are any errors when trying to
perform the mapping.
- view_func_module: The __module__ of the view_func, which can
be used to find missing mappings.
* add script to generate `settings.CODE_OWNER_MAPPINGS` from
a csv file.
ARCHBOM-1244
2020-06-01 12:27:38 -04:00