-
Notifications
You must be signed in to change notification settings - Fork 1
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
Release 2.2.0 #410
Merged
Merged
Release 2.2.0 #410
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
- vite 4.2.1 -> 4.5.2 (supersedes dependabot PR #396) - vitest 0.30.1 -> 0.34.6 [note 1] - vue 2.7.14 -> 2.7.16 - vue-router 3.2.0 -> 3.6.5 - vue-template-compiler 2.6.11 -> 2.7.16 (to match Vue itself) - vuex 3.4.0 -> 3.6.2 - cypress 12.9.0 -> 12.17.4 [1]: we can't upgrade to vitest v1.x without first upgrading to vite v5, but that is not currently compatible with Cypress
…ce change time to propagate
It's infuriating when the test fails in CI but not when I run it locally
Upgrade a number of dependencies
Add a "teamware_status" section to the export formats detailing which users (if any) have rejected, aborted or timed out annotations on each document. - for "raw" JSON this is a dict added to the top-level JSON object, with properties whose values are a JSON list of ID numbers (for anonymous) or names (for non-anonymous) of the relevant annotators - for "gate" JSON it's the same dict added under the "features" section - for "csv" the lists of IDs/names are flattened into a string the same way as multi-valued annotation elements
The export process adds entries to the doc_dict, so we should clone it first to ensure such changes are not accidentally persisted to the database if the model object is saved after a call to get_doc_annotation_dict.
Include details of rejected/aborted/timed out annotations in the export
Fixes for various export related issues
…ng on the env var not being set at all
Case insensitive project search
Make user search case insensitive
Add explicit setting for "no email security"
Documentation etc. for release 2.2.0
Jest Coverage
|
twinkarma
approved these changes
May 8, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
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.
Includes improvements for
Also upgrades various dependencies to keep dependabot happier.