Skip to content

Commit

Permalink
Merge pull request #317 from edx/ashultz0/goodbye-ai-aside
Browse files Browse the repository at this point in the history
feat: removing summaryhook-aside which now lives in the ai-aside repo
  • Loading branch information
ashultz0 authored Jun 2, 2023
2 parents a4dacbe + 002b2ce commit d2d2ade
Show file tree
Hide file tree
Showing 18 changed files with 20 additions and 423 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ Unreleased
~~~~~~~~~~
*

[2.0.0] - 2023-06-01
~~~~~~~~~~~~~~~~~~~~

* Removes summary hook aside, now in the ai-aside repo

[1.2.0] - 2023-05-08
~~~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion edx_arch_experiments/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
A plugin to include applications under development by the architecture team at 2U.
"""

__version__ = '1.2.0'
__version__ = '2.0.0'
7 changes: 0 additions & 7 deletions edx_arch_experiments/summaryhook_aside/README.rst

This file was deleted.

Empty file.
27 changes: 0 additions & 27 deletions edx_arch_experiments/summaryhook_aside/apps.py

This file was deleted.

91 changes: 0 additions & 91 deletions edx_arch_experiments/summaryhook_aside/block.py

This file was deleted.

Empty file.
10 changes: 0 additions & 10 deletions edx_arch_experiments/summaryhook_aside/settings/common.py

This file was deleted.

14 changes: 0 additions & 14 deletions edx_arch_experiments/summaryhook_aside/settings/devstack.py

This file was deleted.

5 changes: 0 additions & 5 deletions edx_arch_experiments/summaryhook_aside/settings/production.py

This file was deleted.

56 changes: 0 additions & 56 deletions edx_arch_experiments/summaryhook_aside/waffle.py

This file was deleted.

1 change: 0 additions & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@

Django # Web application framework
edx_django_utils
xblock
31 changes: 2 additions & 29 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
#
# make upgrade
#
appdirs==1.4.4
# via fs
asgiref==3.7.2
# via django
cffi==1.15.1
Expand All @@ -22,14 +20,8 @@ django-crum==0.7.9
# via edx-django-utils
django-waffle==3.0.0
# via edx-django-utils
edx-django-utils==5.4.0
edx-django-utils==5.5.0
# via -r requirements/base.in
fs==2.4.16
# via xblock
lxml==4.9.2
# via xblock
markupsafe==2.1.2
# via xblock
newrelic==8.8.0
# via edx-django-utils
pbr==5.11.1
Expand All @@ -40,30 +32,11 @@ pycparser==2.21
# via cffi
pynacl==1.5.0
# via edx-django-utils
python-dateutil==2.8.2
# via xblock
pytz==2023.3
# via
# django
# xblock
pyyaml==6.0
# via xblock
six==1.16.0
# via
# fs
# python-dateutil
# via django
sqlparse==0.4.4
# via django
stevedore==5.1.0
# via edx-django-utils
typing-extensions==4.6.2
# via asgiref
web-fragments==2.0.0
# via xblock
webob==1.8.7
# via xblock
xblock==1.6.2
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
# setuptools
Loading

0 comments on commit d2d2ade

Please sign in to comment.