blockstore
blockstore copied to clipboard
Open edX Learning Object Repository
## Description TODO: Include a detailed description of the changes in the body of the PR ## Author Comments, Concerns, and Open Questions ## Test Instructions TODO: Include detailed instructions...
There could be a lot of bundles, so we can't use query params because it will raise the "Request-URI Too Long" error. Use the request data in such a case.
## Background This package is currently installed into edx-platform [directly from GitHub](github.com/openedx/edx-platform/tree/master/requirements/edx/github.in). This is non-ideal because: * GitHub-hosted requirements take significantly longer (> 4x) to install than PyPI-hosted requirements *...
If two simultaneous requests each add a (differently named) file to a draft, both requests will apparently succeed and return a 204 status code, but later attempts to GET one...
## Description Under the effort of [Django 4.2 Upgrade](https://github.com/openedx/public-engineering/issues/199), complete all of the following steps to complete the upgrade. - [ ] Update tox & Github action workflow using modernisers...
## Description TODO: Include a detailed description of the changes in the body of the PR ## Author Comments, Concerns, and Open Questions ## Test Instructions TODO: Include detailed instructions...
Updated repo with setup.py changes for package extras, for more context please have a look into this [issue](https://github.com/edx/edx-arch-experiments/issues/386)
Collections are the abstraction for a set of learning contexts or bundles. > The idea behind collections was that they can be used to apply permissions and other metadata to...