Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lti-xblock-consumer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenJupyter
lti-xblock-consumer
Commits
d4f792ba
Commit
d4f792ba
authored
2 years ago
by
Sarina Canelake
Browse files
Options
Downloads
Patches
Plain Diff
fix: Respond to PR feedback
parent
0959d4a9
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.rst
+2
-2
2 additions, 2 deletions
CHANGELOG.rst
Makefile
+1
-1
1 addition, 1 deletion
Makefile
README.rst
+2
-2
2 additions, 2 deletions
README.rst
with
5 additions
and
5 deletions
CHANGELOG.rst
+
2
−
2
View file @
d4f792ba
...
...
@@ -11,7 +11,7 @@ Changelog
.. There should always be an "Unreleased" section for changes pending release.
Please See the [releases tab](https://github.com/edx/xblock-lti-consumer/releases) for the complete changelog.
Please See the [releases tab](https://github.com/
open
edx/xblock-lti-consumer/releases) for the complete changelog.
Unreleased
~~~~~~~~~~
...
...
@@ -197,7 +197,7 @@ Please note that additional breaking changes will be forthcoming in future versi
-------------------
* NOTE: This release requires a corresponding change in edx-platform that was
implemented in https://github.com/edx/edx-platform/pull/27529
implemented in https://github.com/
open
edx/edx-platform/pull/27529
As such, this release cannot be installed in releases before Maple.
* Move ``CourseEditLTIFieldsEnabledFlag`` from ``edx-platform`` to this repo
while retaining data from existing model.
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
1
−
1
View file @
d4f792ba
...
...
@@ -34,7 +34,7 @@ covreport: ## Show the coverage results
COMMON_CONSTRAINTS_TXT
=
requirements/common_constraints.txt
.PHONY
:
$(COMMON_CONSTRAINTS_TXT)
$(COMMON_CONSTRAINTS_TXT)
:
wget
-O
"
$(
@
)
"
https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
||
touch
"
$(
@
)
"
wget
-O
"
$(
@
)
"
https://raw.githubusercontent.com/
open
edx/edx-lint/master/edx_lint/files/common_constraints.txt
||
touch
"
$(
@
)
"
upgrade
:
export CUSTOM_COMPILE_COMMAND=make upgrade
upgrade
:
$(COMMON_CONSTRAINTS_TXT)
##
update the requirements/*.txt files with the latest packages satisfying requirements/*.in
...
...
This diff is collapsed.
Click to expand it.
README.rst
+
2
−
2
View file @
d4f792ba
...
...
@@ -330,8 +330,8 @@ Please do not report security issues in public. Please email security@tcril.org.
:target: https://github.com/openedx/xblock-lti-consumer/actions?query=workflow%3A%22Python+CI%22
:alt: Test suite status
.. |codecov-badge| image:: https://codecov.io/github/edx/xblock-lti-consumer/coverage.svg?branch=master
:target: https://codecov.io/github/edx/xblock-lti-consumer?branch=master
.. |codecov-badge| image:: https://codecov.io/github/
open
edx/xblock-lti-consumer/coverage.svg?branch=master
:target: https://codecov.io/github/
open
edx/xblock-lti-consumer?branch=master
:alt: Code coverage
.. |status-badge| image:: https://img.shields.io/badge/Status-Maintained-brightgreen
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment