forked from openedx/edx-platform
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hantkovskyi/lint fix #2561
Closed
andrii-hantkovskyi
wants to merge
868
commits into
open-release/olive.master
from
hantkovskyi/lint-fix
Closed
Hantkovskyi/lint fix #2561
andrii-hantkovskyi
wants to merge
868
commits into
open-release/olive.master
from
hantkovskyi/lint-fix
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ate in course detail API feat: Enable Certificate Display Behavior add certificate_available_date in course detail API fix: reviwed changes, certificate_available_date in Course Detail API but not in Course List API fix: reviewed changes, certificate available date display condition updated fix: final reviewed changes fix: serializer and linting tests fix: serializer and tests fix: docstring fix: docstring and tests fix: typo and mock call
The .github/workflows/self-assign-issue.yml workflow is missing or needs an update to stay in sync with the current standard for this workflow as defined in the `.github` repo of the `openedx` GitHub org.
…yml`. The .github/workflows/add-remove-label-on-comment.yml workflow is missing or needs an update to stay in sync with the current standard for this workflow as defined in the `.github` repo of the `openedx` GitHub org.
…d.yml`. The .github/workflows/add-depr-ticket-to-depr-board.yml workflow is missing or needs an update to stay in sync with the current standard for this workflow as defined in the `.github` repo of the `openedx` GitHub org.
…add-certificate_available_date-in-edXs-course-details-API feat: Add "certificate_available_date" in edX's Course Details API
Adds an ADR explaining that historical fields used by CertificateModel were not removed. Adds comments to point to ADR.
…flows Update standard workflow files.
Since issue tracking for OpenedX has moved to GitHub, the link to byte-size issues and tasks needs to be updated to redirect to issues labeled "help wanted" under the openedx organization on GitHub
…e-policy-feature feat: Feature configuration option for disabling CookiePolicyBanner
* chore: incrementally upgrade npm packages * chore: updated packages
…come-surveys-2.3.0 chore: upgrade outcome-surveys to 2.3.0
… the User API/UserProfile [APER-2285] Adds documentation on how to use the "Extended Profile" feature of edx-platform.
Correct link to byte-size issues and tasks
Co-authored-by: adeel.tajamul <[email protected]>
…urveys-pkg-to-2.3.1 chore: upgrade outcome-surveys to 2.3.1
docs: Add documentation on how to use the Extended Profile feature of the User API/UserProfile
The empty "Course Overview" keep the default value if the "overview" key in the json request is an empty string.
…#31856) Co-authored-by: adeel.tajamul <[email protected]>
* fix: use olxcleaner from PyPI
* fix: migrate remaining eslint-config-edx * refactor: updated eslint rules according to eslint-config-edx-es5 * refactor: add custom rules to suppress unnecessary eslint issues * refactor: add custom rules to internal eslint configs * fix: fix all indentation issues * chore: update lock file
…terprise-3.61.4 chore: bumping enterprise version to 3.61.4
build: palm-rg.2 release See merge request owlox-team/productsforge/oex/edx-platform!90
build: palm-rg.2 release See merge request products/rg-oex/edx-platform!178
docs: update the mr template with dor See merge request owlox-team/productsforge/oex/edx-platform!91
Use the new Django 3.2.24 with the latest security patches: https://www.djangoproject.com/weblog/2024/feb/06/security-releases/ YT: - https://youtrack.raccoongang.com/issue/RGOeX-26364
build: upgrade django version See merge request owlox-team/productsforge/oex/edx-platform!92
forge-products sync See merge request products/rg-oex/edx-platform!180
feat: [AsPu-73] Add login override See merge request hippoteam/aspen-courses/edx-platform!2
fix: [AsPu-235] The user can't log in using ACS credentials See merge request hippoteam/aspen-courses/edx-platform!3
feat: [AsPu-202] Sync user entitlements with Open edX system See merge request hippoteam/aspen-courses/edx-platform!4
fix: [AsPu-249] 500 error message when trying to login to LMS with new user See merge request hippoteam/aspen-courses/edx-platform!5
feat: apply override for discussions and allow file upload on forum See merge request hippoteam/aspen-courses/edx-platform!6
patch: add missing function import in certificate template (openedx#33904) See merge request hippoteam/aspen-courses/edx-platform!7
This is an experimental approach to introduce a role which has all Course Staff permissions, except for the Studio access. Co-authored-by: 0x29a <[email protected]>
fix: cohorts fix and max threads in inline discussions fix See merge request hippoteam/aspen-courses/edx-platform!8
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Describe what this pull request changes, and why. Include implications for people using this change.
Design decisions and their rationales should be documented in the repo (docstring / ADR), per
OEP-19, and can be
linked here.
Useful information to include:
"Developer", and "Operator".
changes.
Supporting information
Link to other information about the change, such as Jira issues, GitHub issues, or Discourse discussions.
Be sure to check they are publicly readable, or if not, repeat the information here.
Testing instructions
Please provide detailed step-by-step instructions for testing this change.
Deadline
"None" if there's no rush, or provide a specific date or event (and reason) if there is one.
Other information
Include anything else that will help reviewers and consumers understand the change.