Production release: lab page info, jsPsych survey likert, package updates#1897
Merged
Conversation
Bumps [django](https://github.com/django/django) from 5.2.13 to 5.2.14. - [Commits](django/django@5.2.13...5.2.14) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.14 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.3 to 2.7.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.6.3...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [idna](https://github.com/kjd/idna) from 3.10 to 3.15. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](kjd/idna@v3.10...v3.15) --- updated-dependencies: - dependency-name: idna dependency-version: '3.15' dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
… covers edge cases where user was deleted after being stored in cache, empty username, or username is non-email
…ge cases where username is empty or non-email (here the username is coming directly from DB so no need to check for None case)
…nd send_as_email validation/tasks
update gitignore
Bump django from 5.2.13 to 5.2.14
Fix email unsubscribe error
Bump idna from 3.10 to 3.15
Bump urllib3 from 2.6.3 to 2.7.0
* create EFFECTIVELY_TALLIED_Q query constant and re-use it whenever tallied count logic is needed (DRY) * add lab created_at field to calculate counts since lab creation, with null value for existing labs * add get_response_stats method on Labmodel and use to add stats to LabDetailView context; set created_at value for newly creaed labs * udpate lab_detail template: two columns, right col is lab license/stats (only visible to members) * add new squash_spaces template filter to collapse multiple spaces/tabs while preserving line breaks; use this for lab description * add clean_description to LabForm as retroactive fix for malformed description data (not originally entered via the form) * add tests for Lab created_at and get_response_stats method * remove unused var (fixes sonarqube issue)
|
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.



Changes/features:
Bug fixes:
Package dependency updates:
Other: