-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into jenkins/zshkoor/setup-py-updated-a1db0c1
- Loading branch information
Showing
27 changed files
with
303 additions
and
265 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,3 +72,4 @@ tests/__init__.py | |
|
||
# Development task artifacts | ||
default.db | ||
venv |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# This file records information about this repo. Its use is described in OEP-55: | ||
# https://open-edx-proposals.readthedocs.io/en/latest/processes/oep-0055-proc-project-maintainers.html | ||
|
||
apiVersion: backstage.io/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: 'help-tokens' | ||
description: "Django app for linking to help pages with short tokens." | ||
links: | ||
- url: "https://github.com/openedx/help-tokens" | ||
title: "Help Tokens" | ||
icon: "Web" | ||
annotations: | ||
openedx.org/arch-interest-groups: "" | ||
spec: | ||
owner: group:2u-arch-bom | ||
type: 'library' | ||
lifecycle: 'production' |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# This file is used by the 'check_reserved_keywords' management command to allow specific field names to be overridden | ||
# when checking for conflicts with lists of restricted keywords used in various database/data warehouse tools. | ||
# For more information, see: https://github.com/edx/edx-django-release-util/release_util/management/commands/check_reserved_keywords.py | ||
# | ||
# overrides should be added in the following format: | ||
# - ModelName.field_name | ||
--- | ||
MYSQL: | ||
SNOWFLAKE: | ||
STITCH: |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,4 @@ | |
|
||
from .context_processor import context_processor | ||
|
||
__version__ = '2.3.1' | ||
__version__ = '2.4.0' |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,20 @@ | ||
# | ||
# This file is autogenerated by pip-compile | ||
# To update, run: | ||
# This file is autogenerated by pip-compile with Python 3.8 | ||
# by the following command: | ||
# | ||
# pip-compile --output-file requirements/base.txt requirements/base.in | ||
# pip-compile --output-file=requirements/base.txt requirements/base.in | ||
# | ||
django==1.11 | ||
pytz==2017.2 # via django | ||
six==1.10.0 | ||
asgiref==3.8.1 | ||
# via django | ||
backports-zoneinfo==0.2.1 ; python_version < "3.9" | ||
# via | ||
# -c requirements/constraints.txt | ||
# django | ||
django==4.2.11 | ||
# via | ||
# -c requirements/common_constraints.txt | ||
# -r requirements/base.in | ||
sqlparse==0.4.4 | ||
# via django | ||
typing-extensions==4.10.0 | ||
# via asgiref |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,48 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.8 | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# by the following command: | ||
# | ||
# make upgrade | ||
# | ||
certifi==2023.7.22 | ||
cachetools==5.5.0 | ||
# via tox | ||
certifi==2024.8.30 | ||
# via requests | ||
charset-normalizer==3.2.0 | ||
chardet==5.2.0 | ||
# via tox | ||
charset-normalizer==3.4.0 | ||
# via requests | ||
codecov==2.1.13 | ||
# via -r requirements/ci.in | ||
coverage==7.3.0 | ||
colorama==0.4.6 | ||
# via tox | ||
coverage==7.6.4 | ||
# via codecov | ||
distlib==0.3.7 | ||
distlib==0.3.9 | ||
# via virtualenv | ||
filelock==3.12.3 | ||
filelock==3.16.1 | ||
# via | ||
# tox | ||
# virtualenv | ||
idna==3.4 | ||
idna==3.10 | ||
# via requests | ||
packaging==23.1 | ||
# via tox | ||
platformdirs==3.10.0 | ||
# via virtualenv | ||
pluggy==1.3.0 | ||
packaging==24.1 | ||
# via | ||
# pyproject-api | ||
# tox | ||
platformdirs==4.3.6 | ||
# via | ||
# tox | ||
# virtualenv | ||
pluggy==1.5.0 | ||
# via tox | ||
py==1.11.0 | ||
pyproject-api==1.8.0 | ||
# via tox | ||
requests==2.31.0 | ||
requests==2.32.3 | ||
# via codecov | ||
six==1.16.0 | ||
# via tox | ||
tomli==2.0.1 | ||
# via tox | ||
tox==3.28.0 | ||
# via | ||
# -c requirements/common_constraints.txt | ||
# -r requirements/ci.in | ||
# tox-battery | ||
tox-battery==0.6.2 | ||
tox==4.23.2 | ||
# via -r requirements/ci.in | ||
typing-extensions==4.7.1 | ||
# via filelock | ||
urllib3==2.0.4 | ||
urllib3==2.2.3 | ||
# via requests | ||
virtualenv==20.24.4 | ||
virtualenv==20.27.1 | ||
# via tox |
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.