Conversation
First pass fix for non-existent users being passed to the calculate user storage task
Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.0.1 to 8.1.1. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst) - [Commits](python-pillow/Pillow@8.0.1...8.1.1) Signed-off-by: dependabot[bot] <support@github.com>
Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.2 to 2.11.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/master/CHANGES.rst) - [Commits](pallets/jinja@2.11.2...2.11.3) Signed-off-by: dependabot[bot] <support@github.com>
…8.1.1 Bump pillow from 8.0.1 to 8.1.1
…2.11.3 Bump jinja2 from 2.11.2 to 2.11.3
Bumps [rsa](https://github.com/sybrenstuvel/python-rsa) from 4.0 to 4.1. - [Release notes](https://github.com/sybrenstuvel/python-rsa/releases) - [Changelog](https://github.com/sybrenstuvel/python-rsa/blob/main/CHANGELOG.md) - [Commits](sybrenstuvel/python-rsa@version-4.0...version-4.1) Signed-off-by: dependabot[bot] <support@github.com>
Bump rsa from 4.0 to 4.1
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3 to 5.4. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](yaml/pyyaml@5.3...5.4) Signed-off-by: dependabot[bot] <support@github.com>
- Update resource size cache modified date when moving nodes or deleting files - Relcoate ResourceSizeCache to avoid import issues - Only allow size calculations for root nodes through the API
Create tag relations one by one, and use CTEs to minimize queries doing so
Codecov Report
@@ Coverage Diff @@
## master #3044 +/- ##
==========================================
+ Coverage 85.73% 85.93% +0.20%
==========================================
Files 298 304 +6
Lines 15875 16403 +528
==========================================
+ Hits 13610 14096 +486
- Misses 2265 2307 +42
Continue to review full report at Codecov.
|
Async task fixes and new async calculation of resource size
Bump pyyaml from 5.3 to 5.4
Bumps [pygments](https://github.com/pygments/pygments) from 2.5.2 to 2.7.4. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](pygments/pygments@2.5.2...2.7.4) Signed-off-by: dependabot[bot] <support@github.com>
…s-2.7.4 Bump pygments from 2.5.2 to 2.7.4
This was referenced Mar 30, 2021
Closed
Check event has a target before checking the target tagName.
Member
Author
|
Closing this, I have created a new PR off a separate branch: #3062 |
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
This release contains several security updates, including updates for dependent packages and a change to remove an unneeded Django feature in production. It also contains a few bug fixes:
Pull Requests
- User storage status
/adminis inaccessible- Adding files to a channel
- Adding files to an existing node
- Moving files to and from trash
- Copying nodes
- Importing resources from another channel
- Synchronizing imported resources
- Bulk add tags to multiple nodes
Possibly co-resolved issues
#2709
#2816
#2953
#3003
QA Scenarios
Case: File upload and user storage status
Case: Publishing a large channel
Case: Adding and deleting a file updates publish channel size
Case: Add and remove tags from a single node
Case: Bulk add tags to multiple nodes