Kyle McCormick
66dc16c626
chore: upgrades blockstore to 1.2.4 ( #31121 )
...
and runs `make upgrade`
Blockstore changeset: https://github.com/openedx/blockstore/compare/1.2.1...openedx:blockstore:1.2.4
Co-authored-by: Jillian Vogel <jill@opencraft.com >
2022-10-13 08:45:07 -04:00
Tim McCormack
fd20dfe51d
chore: Unpin newrelic (Confluent Kafka instrumentation bug is fixed) ( #31143 )
...
Previously pinned in commit 71686cddb9/PR #31119 .
Closes https://github.com/openedx/event-bus-kafka/issues/52
2022-10-11 14:29:16 +00:00
Tim McCormack
71686cddb9
fix: Pin newrelic to unreleased version fixing kafka instrumentation ( #31119 )
...
This will allow us to resume producing events with edx-event-bus-kafka
and help validate NR's fix. Unpinning is be tracked in
<https://github.com/openedx/event-bus-kafka/issues/52 >.
2022-10-06 16:03:59 +00:00
Kyle McCormick
d8442484a0
Revert "docs: update & improve instructions for GitHub-hosted deps"
...
This reverts commit 8bb39fa6c7 .
2022-09-20 06:35:46 -04:00
Kyle McCormick
6f7ceaf80b
Revert "docs: remove section headers from github.in"
...
This reverts commit 7ed0e8d0e9 .
2022-09-20 06:35:46 -04:00
Kyle McCormick
211aa9856a
Revert "style: alphabetize GitHub-based dependencies"
...
This reverts commit 40158f5991 .
2022-09-20 06:35:46 -04:00
Kyle McCormick
2ac7a6f774
Revert "build: install GitHub-hosted dependencies as wheels"
...
This reverts commit 6490f5b585 .
2022-09-20 06:35:46 -04:00
Kyle McCormick
6490f5b585
build: install GitHub-hosted dependencies as wheels
...
We update github.in to use the proper git-based depencency
format specified in the file comment. This format installs
a package as a pre-built wheel:
git+https://github.com/ ...
instead of a development-mode editable requirement:
-e https://github.com/ ...
Installing packages in editable mode increases the amount of time
it takes to install edx-platform dependencies, increases the
resulting virtual environment's size, and installs packages in a
way that has several subtle differences compared to the way
wheels are installed:
https://setuptools.pypa.io/en/latest/userguide/development_mode.html#limitations
2022-09-19 13:54:21 -04:00
Kyle McCormick
40158f5991
style: alphabetize GitHub-based dependencies
2022-09-19 13:54:21 -04:00
Kyle McCormick
7ed0e8d0e9
docs: remove section headers from github.in
...
They give the impression that, for example,
third-party XBlocks belong in github.in.
In reality, GitHub-hosted requirements should be avoided
in all circumstances. Third-party XBlocks are best
added to base.in as a PyPI-hosted dependency.
Furthermore, the existing section headers are not
even being followed.
2022-09-19 13:54:21 -04:00
Kyle McCormick
8bb39fa6c7
docs: update & improve instructions for GitHub-hosted deps
...
They have fallen out of date since we switched from Jenkins-
run upgrades to GitHub Actions -run upgrades.
2022-09-19 13:54:21 -04:00
Sarina Canelake
69f0849165
fix: update path to .github workflows to read from openedx org
2022-09-15 14:52:28 -04:00
Sarina Canelake
4a2f231302
fix: fix github url strings (org edx -> openedx)
2022-09-15 14:52:28 -04:00
Keith Grootboom
7021b0e977
chore: bump django-wiki version to 1.1.1 ( #30709 )
2022-07-25 12:35:31 -04:00
Sagirov Evgeniy
dccb463103
FC-0001: Remove edx-jsme, Molecular Structure Problem type ( #30321 )
...
* feat: Remove edx-jsme, Molecular Structure Problem type
* feat: remove common/static/js/capa/jsme and common/static/js/capa/jsmolcalc
2022-07-06 15:51:58 -04:00
connorhaugh
d1180fb778
Revert "[BD-14] chore: bumps blockstore to 1.2.3"
2022-06-16 14:46:40 -04:00
Jillian Vogel
c2d1ad41ad
chore: bumps blockstore to 1.2.3
2022-06-16 07:05:59 +09:30
Robert Raposa
371eafebf0
fix: revert blockstore to 1.2.1 ( #30595 )
...
Blockstore 1.2.2 currently has a bug.
See 7794a65d63 (r76182896)
2022-06-15 13:01:32 -04:00
Jillian Vogel
8592ef4c3e
chore: bumps blockstore version
...
to add logging to debug blockstore app storage configuration
2022-06-15 22:39:31 +09:30
Jillian Vogel
cfd53aff70
refactor: installs blockstore into edx-platform
...
* adds blockstore as a requirement and an installed app, with
configurable bundle storage settings.
* adds waffle switch and setting to allow use of blockstore's python API
instead of REST API in live testservers and in production.
* adds database router which, when a `blockstore` DATABASE connection is
configured, allows the platform to use the blockstore service's
database instead of the default edxapp database.
* replaces blockstore_api exceptions and models with blockstore.app.api classes
* minor fixes to the blockstore_api to make the Blockstore REST API
return data packaged the same as the Blockstore Python API.
2022-04-21 09:39:54 +01:00
Usama Sadiq
1df2c691db
fix: bump bleach and django-wiki versions ( #30263 )
2022-04-20 10:39:50 +05:00
Usama Sadiq
d8f282737c
fix: Remove edx-django-utils GitHub pin ( #30265 )
...
* fix: remove unnecessary edx-django-utils github constraint
2022-04-18 14:48:31 +05:00
Awais Qureshi
bc45f1ee48
fix: Removed usage of djangoratelimitbackend. ( #30116 )
...
* fix: Removed usage of djangoratelimitbackend.
2022-03-25 15:27:39 +05: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
Gabor Boros
0b0ea1ce80
chore(dependencies): bump celery dependencies
...
Bump celery and related dependencies to minimum necessary version.
Signed-off-by: Gabor Boros <gabor.brs@gmail.com >
2022-03-08 21:27:34 +01:00
Usama Sadiq
780a6f3c2d
Revert "chore: install codejail from pypi ( #29481 )" ( #29501 )
...
This reverts commit 21551095ac .
2021-12-02 22:19:15 +05:00
Mohammad Ahtasham ul Hassan
21551095ac
chore: install codejail from pypi ( #29481 )
...
* chore: install codejail from pypi
* chore: Updating Python Requirements
* chore: Updating Python Requirements
* fix: fixed failing tests
* fix: fixed pytest failures
* fix: fixed failing test bug
* Update mocks.py
Co-authored-by: edX requirements bot <testeng+edx-requirements-bot@edx.org >
2021-12-02 17:07:29 +05:00
Soban Javed
7e56d9c729
fix: install django-ratelimit-backend from commit hash
...
Previously we're installing with tag but somehow it wasn't bringing the exact version we wanted.
2021-09-23 17:22:05 +05:00
Awais Qureshi
068f367e9e
fix: django.contrib.staticfiles.storage.CachedStaticFilesStorage is removed in django3.1.
...
Using the fix from another fork.
2021-09-21 15:59:51 +05:00
Awais Qureshi
c1e5ea0b4e
fix: django.contrib.staticfiles.storage.CachedStaticFilesStorage is removed in django3.1.
...
Using the fix from another fork.
2021-09-21 15:59:51 +05:00
Usama Sadiq
0192d5a59a
fix: bump the git tag of edx/django-ratelimit-backend fork to fix test failures in Django30 ( #28578 )
2021-09-03 19:05:09 +05:00
Kyle McCormick
cd3957b987
fix: upgrade py2neo from 3.1.2 to 2021.1.5 ( #28480 )
...
* fix: upgrade py2neo from 3.1.2 to 2021.1.5
The dump_to_neo4j management command has not been working
since the upgrade to python 3.8. The latest version of
python that py2neo 3.1.2 states support for is python 3.5,
so this isn't surprising.
The earliest non-prerelease version of py2neo that supports
python 3.8 is 2020.x (skipping the 4.x and 5.x series). Since
we're going as far as a 2020.x, we may as well upgrade all the
way to the newest series, 2021.x. This commit does that upgrade,
as well as a handful of minor code modifications in order
to handle breaking changes that have been made to the py2neo
API, and some unrelated pin bumps as the result of
'make upgrade'.
This will also require an upgrade of Coursegraph's Neo4j
version from 3.2.x to 3.5.x.
TNL-8386
2021-08-25 09:34:41 -04:00
Julia Eskew
b7a34887c2
chore: Bump version of django-wiki to 1.0.2.
2021-07-30 18:40:44 -04:00
Raul Gallegos
f8fad40059
chore: update DnD xblock version
2021-06-03 10:30:25 -07:00
M. Zulqarnain
8e9a5b2e63
Install acid-xblock from PyPI ( #27488 )
...
* refactor: install acid-xblock from PyPI
* chore: Updating Python Requirements (#27485 )
Co-authored-by: edX requirements bot <49161187+edx-requirements-bot@users.noreply.github.com >
2021-05-05 15:04:53 +05:00
Saad Yousaf
0014d836d3
[TNL-8051] - version update for olxcleaner. ( #27347 )
...
Co-authored-by: SaadYousaf <saadyousaf@A006-00314.local >
2021-04-15 15:07:57 +05:00
Soban Javed
083c80dea3
refactor: install DoneXBlock from PyPI instead of github hash
2021-04-14 14:45:02 +05:00
Saad Yousaf
9c3b8e5cb6
[TNL-8051] - Version bump for olxcleaner. ( #27309 )
...
Co-authored-by: SaadYousaf <saadyousaf@A006-00314.local >
2021-04-13 15:51:00 +05:00
SaadYousaf
7242b5018a
[TNL-8051] - bump olxcleaner version with latest update.
2021-04-08 23:46:50 +05:00
Awais Jibran
9b4f19f204
Update olxcleaner ( #27261 )
2021-04-06 21:26:24 +05:00
Awais Jibran
d4c557f765
Reference openedx/olxcleaner ( #27256 )
...
* Reference openedx/olxcleaner and remove pypi for olxcleaner
2021-04-06 20:40:25 +05:00
Fred Smith
41b01c07eb
fix: use github version of py2neo instead of PyPI
...
The version of Py2neo we depend on has been removed from PyPI. This is
a stop-gap until we can upgrade it
2021-03-29 14:09:29 -04:00
Awais Jibran
aad29c17f9
Updated drag and drop version ( #26934 )
2021-03-10 19:46:58 +05:00
Ahtisham Shahid
60ef705944
Updated drag and drop version ( #26919 )
...
Updated drag and drop version
2021-03-09 19:23:00 +05:00
Kyle McCormick
136b16969d
refactor: Upgrade xblock-drag-and-drop-v2 to 2.3.2 ( #26235 )
...
Previous version was 2.2.10.
Pulls in fix to deprecated import path, which
will soon be unsupported.
Incidentally pulls in:
* Make drag-and-drop indexable.
* Drop Python 2 support from drag-and-drop-v2.
2021-02-18 08:18:08 -05:00
Kyle McCormick
0fadd66d3f
Upgrade xblock-poll from 1.10.0 to 1.10.2 ( #26102 )
...
Pulls in:
* Translation corrections (1.10.1)
* Fix deprecated import, which is soon to be unsupported (1.10.2)
2021-01-19 15:46:15 -05:00
usamasadiq
b8eee0b9d8
remove markdown constraint
...
Use django-wiki version 1.0.0
Pin python3-saml<1.10.0
2021-01-18 19:18:04 +05:00
usamasadiq
b5a4aeed79
Revert celery custom fork
2020-12-14 12:06:56 +05:00
Awais Qureshi
36ade10347
Revert "Added more logs in celery fork."
2020-11-24 21:19:15 +05:00
Awais Qureshi
761c5d3d7e
Added more logs in celery fork.
2020-11-23 23:58:05 +05:00