-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule xblock-sdk
updated
30 files
+19 −0 | .github/workflows/add-depr-ticket-to-depr-board.yml | |
+20 −0 | .github/workflows/add-remove-label-on-comment.yml | |
+32 −32 | .github/workflows/ci.yml | |
+1 −1 | .github/workflows/commitlint.yml | |
+0 −2 | .github/workflows/docker-publish.yml | |
+12 −0 | .github/workflows/self-assign-issue.yml | |
+11 −54 | .github/workflows/upgrade-python-requirements.yml | |
+0 −52 | .travis.yml | |
+7 −0 | CHANGELOG.rst | |
+1 −0 | MANIFEST.in | |
+2 −0 | Makefile | |
+3 −3 | README.rst | |
+1 −1 | doc/getting_started.rst | |
+1 −1 | docker-compose.yml | |
+140 −211 | pylintrc | |
+1 −3 | requirements/base.in | |
+40 −40 | requirements/base.txt | |
+1 −1 | requirements/ci.in | |
+18 −23 | requirements/ci.txt | |
+13 −5 | requirements/common_constraints.txt | |
+91 −93 | requirements/dev.txt | |
+12 −8 | requirements/pip-tools.txt | |
+5 −5 | requirements/pip.txt | |
+90 −91 | requirements/quality.txt | |
+1 −1 | requirements/test.in | |
+67 −69 | requirements/test.txt | |
+22 −9 | setup.py | |
+10 −13 | tox.ini | |
+2 −0 | workbench/__init__.py | |
+17 −14 | workbench/urls.py |