-
Notifications
You must be signed in to change notification settings - Fork 207
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
Hotfixes release for last 2 sprints ending 2021-08-02 #3247
Merged
rtibbles
merged 74 commits into
learningequality:hotfixes
from
bjester:sprint-release-2021-07-19
Aug 12, 2021
Merged
Hotfixes release for last 2 sprints ending 2021-08-02 #3247
rtibbles
merged 74 commits into
learningequality:hotfixes
from
bjester:sprint-release-2021-07-19
Aug 12, 2021
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
…urce-fix-a29486d6 Replace `==`/`!=` with `===`/`!==`
…urce-fix-ddeef224 Replace `assertEquals` with `assertEqual`
…urce-fix-5580e907 Replace list comprehension with set comprehension
…urce-fix-89e9f703 Remove unnecessary use of comprehension
…urce-fix-2ef385ca Remove reimported module
…urce-fix-f1d0fd14 Remove assert statement from non-test files
…urce-fix-c273c78e Replace short hand type conversions with JavaScript methods
…urce-fix-d330b87d Remove length check in favour of truthiness of the object
…urce-fix-59592cc6 Use literal syntax instead of function calls to create data structure
…urce-fix-44ffe5ee Use identity check for comparison to a singleton
…urce-fix-918e0e01 Refactor unnecessary `else` / `elif` when `if` block has a `raise` statement
Catch integrity error to handle both sides of missing prerequisite relationships.
…rability Fix cross-origin event listener vulnerability.
Handle a ref being undefined during computed prop computation.
Make randomize default to true in the frontend
Co-authored-by: Richard Tibbles <richard@learningequality.org>
…asks-cronjob add cronjob that clears old tasks every midnight
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/jbgutierrez/path-parse/releases) - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7) --- updated-dependencies: - dependency-name: path-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Remove API request consolidation across tabs.
…abot/npm_and_yarn/path-parse-1.0.7 Bump path-parse from 1.0.6 to 1.0.7
Kudos, SonarCloud Quality Gate passed! |
rtibbles
approved these changes
Aug 12, 2021
Apologies for the delay, @pcenov finished running the critical workflows on Friday, only I was dragging my feet to confirm specific test scenarios for this sprint...
|
@bjester this looks good to go in production, no regressions in sight! 💯 👏🏽 |
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.
Summary
QA Scenarios
Verify exercise randomization setting in channel export
New Exercise
Randomize question order for learners
Title
,Mastery model
,License
, and at least one question then save the exercisehttps://hotfixes.studio.learningequality.org/content/databases/<CHANNEL_ID>.sqlite3
content_assessmentmetadata
table and verifyrandomize
value is1
Edit channel with multiple tabs open
sync
URLPreviewing related resource in drawer
RELATED
tabADD NEXT STEP
orADD PREVIOUS STEP
PREVIEW
on a resourceSign out clears local data
contentnode
Adding topic doesn't cause console error
New Topic
Edit rich exercise content
New Exercise
Title
,Mastery model
, andLicense
QUESTIONS
tabQuestion
,Answer
, and/orHint
textboxesCritical workflows