Conversation
Replace `==`/`!=` with `===`/`!==`
Replace `assertEquals` with `assertEqual`
Replace list comprehension with set comprehension
Remove unnecessary use of comprehension
Remove reimported module
Remove assert statement from non-test files
Replace short hand type conversions with JavaScript methods
Remove length check in favour of truthiness of the object
Use literal syntax instead of function calls to create data structure
Use identity check for comparison to a singleton
Refactor unnecessary `else` / `elif` when `if` block has a `raise` statement
Catch integrity error to handle both sides of missing prerequisite relationships.
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>
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.
…n/path-parse-1.0.7 Bump path-parse from 1.0.6 to 1.0.7
Hotfixes release for last 2 sprints ending 2021-08-02
Add more logging.
Catch errors, prevent warning, and add more logging to garbage collection
Update garbage collect command to match other jobs
|
Kudos, SonarCloud Quality Gate passed!
|
rtibbles
approved these changes
Aug 17, 2021
This file contains hidden or 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
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