From dff8d974863ffb3858937d8bf2e60863fb27c9a7 Mon Sep 17 00:00:00 2001 From: Sarina Canelake Date: Sat, 10 Sep 2022 15:53:39 -0400 Subject: [PATCH 1/3] chore: run `edx_lint` update with the current version of the repo. --- pylintrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pylintrc b/pylintrc index e9b0e970..d85ca320 100644 --- a/pylintrc +++ b/pylintrc @@ -2,7 +2,7 @@ # ** DO NOT EDIT THIS FILE ** # *************************** # -# This file was generated by edx-lint: https://github.com/edx/edx-lint +# This file was generated by edx-lint: https://github.com/openedx/edx-lint # # If you want to change this file, you have two choices, depending on whether # you want to make a local change that applies only to this repo, or whether @@ -28,7 +28,7 @@ # CENTRAL CHANGE: # # 1. Edit the pylintrc file in the edx-lint repo at -# https://github.com/edx/edx-lint/blob/master/edx_lint/files/pylintrc +# https://github.com/openedx/edx-lint/blob/master/edx_lint/files/pylintrc # # 2. install the updated version of edx-lint (in edx-lint): # @@ -64,7 +64,7 @@ # SERIOUSLY. # # ------------------------------ -# Generated by edx-lint version: 5.2.4 +# Generated by edx-lint version: 5.2.5 # ------------------------------ [MASTER] ignore = @@ -385,4 +385,4 @@ int-import-graph = [EXCEPTIONS] overgeneral-exceptions = Exception -# a462ca8d751fb3e9ab4079da0bded5155553040e +# b045553a1f6a1c84015272c33abea7ecce4ffa93 From b046b232cb394b1377528b4c483e73ddd3b94c12 Mon Sep 17 00:00:00 2001 From: Sarina Canelake Date: Sat, 10 Sep 2022 15:53:40 -0400 Subject: [PATCH 2/3] fix: fix github url strings (org edx -> openedx) --- CONTRIBUTING.rst | 2 +- README.rst | 6 +++--- setup.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 146e4f09..9a43fe83 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -3,4 +3,4 @@ How To Contribute Contributions are very welcome. -Please read `How To Contribute `_ for details. +Please read `How To Contribute `_ for details. diff --git a/README.rst b/README.rst index cc11aa67..bb4863e2 100644 --- a/README.rst +++ b/README.rst @@ -180,7 +180,7 @@ How to Contribute Contributions are very welcome. -Please read `How To Contribute `_ for details. +Please read `How To Contribute `_ for details. Reporting Security Issues ------------------------- @@ -195,5 +195,5 @@ You can discuss this code on the `edx-code Google Group`__ or in the __ https://groups.google.com/forum/#!forum/edx-code -.. |build-status| image:: https://github.com/edx/event-tracking/workflows/Python%20CI/badge.svg?branch=master - :target: https://github.com/edx/event-tracking/actions?query=workflow%3A%22Python+CI%22 +.. |build-status| image:: https://github.com/openedx/event-tracking/workflows/Python%20CI/badge.svg?branch=master + :target: https://github.com/openedx/event-tracking/actions?query=workflow%3A%22Python+CI%22 diff --git a/setup.py b/setup.py index eba948e7..b2e2412d 100644 --- a/setup.py +++ b/setup.py @@ -73,7 +73,7 @@ def get_version(*file_paths): description='A simple event tracking system.', long_description=README, install_requires=REQUIREMENTS, - url='https://github.com/edx/event-tracking', + url='https://github.com/openedx/event-tracking', author='edX', author_email='oscm@edx.org', classifiers=[ From e8115869b469c2ec89f6005d7485b980f0e2b350 Mon Sep 17 00:00:00 2001 From: Sarina Canelake Date: Sat, 10 Sep 2022 17:41:28 -0400 Subject: [PATCH 3/3] fix: update path to .github workflows to read from openedx org --- .github/workflows/commitlint.yml | 2 +- .github/workflows/upgrade-python-requirements.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index e2b06615..fec11d6c 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -7,4 +7,4 @@ on: jobs: commitlint: - uses: edx/.github/.github/workflows/commitlint.yml@master + uses: openedx/.github/.github/workflows/commitlint.yml@master diff --git a/.github/workflows/upgrade-python-requirements.yml b/.github/workflows/upgrade-python-requirements.yml index 3738a366..ecc83777 100644 --- a/.github/workflows/upgrade-python-requirements.yml +++ b/.github/workflows/upgrade-python-requirements.yml @@ -21,4 +21,4 @@ jobs: requirements_bot_github_email: ${{ secrets.REQUIREMENTS_BOT_GITHUB_EMAIL }} edx_smtp_username: ${{ secrets.EDX_SMTP_USERNAME }} edx_smtp_password: ${{ secrets.EDX_SMTP_PASSWORD }} - uses: edx/.github/.github/workflows/upgrade-python-requirements.yml@master + uses: openedx/.github/.github/workflows/upgrade-python-requirements.yml@master