-
Notifications
You must be signed in to change notification settings - Fork 5
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
v1.1.0b8 #464
Merged
Merged
v1.1.0b8 #464
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
Bumps [vue-material-design-icons](https://github.com/robcresswell/vue-material-design-icons) from 4.13.0 to 5.0.0. - [Release notes](https://github.com/robcresswell/vue-material-design-icons/releases) - [Changelog](https://github.com/robcresswell/vue-material-design-icons/blob/dev/CHANGELOG.md) - [Commits](robcresswell/vue-material-design-icons@4.13.0...5.0.0) --- updated-dependencies: - dependency-name: vue-material-design-icons dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…ser_ui_frontend/devel/vue-material-design-icons-5.0.0
This feature has a frontend and backend part. From the frontend, user can create tags at the create bucket screen. On the backend, the tags are stored as metadata in the swift object store.
Refactor: pass icon as props to button.
Allow a person to tag buckets.
Automatically refresh ACL information in sharing db
Vue devServer uses the Webpack devServer to proxy requests to the locally running backend, so we can use 'npm run serve' to see our changes immediately, without having to run a production build after every change to the frontend. Proper VSCode + Vetur hints with jsconfig.json and vetur.config.js.
This is a continuation to the tagging buckets feature from PR #419. The openApi spec supports tuples in 3.1 with prefixItems. We may want to change the api docs when that comes into use.
dev: devServer proxy, VSCode hints.
Add possibility to tag objects.
This was introduced in the breadcrumbs commit, which changed routes. The second issue, with wrong reference for client was introduced with the objects tagging feature.
Filter container and object tags.
Bugfix for shared objects not loading.
Updates/npm8.3 and alpine15
Loading tags is unnecessary when navigating to another page, and it keeps browser resources busy. This change cancels those requests when browsing away.
Inform that container and objects can't be renamed.
Abort large number of fetch requests
use pyspelling as spellchecker
frontend: Fix errors for undefined variables
To fix the issues with operations in shared containers.
Which otherwise would double the download size for containers that have segmented files.
Upload encryption with WASM
Fix operations with large objects in shared containers.
sampsapenna
added
bug
Something isn't working
documentation
Improvements or additions to documentation
enhancement
New feature or request
dependencies
Pull requests that update a dependency file
labels
Jan 12, 2022
blankdots
approved these changes
Jan 12, 2022
csc-felipe
approved these changes
Jan 12, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
dependencies
Pull requests that update a dependency file
documentation
Improvements or additions to documentation
enhancement
New feature or request
release
For when we release
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.
Description
Update to b1.1.0b8 contains multiple improvements and bugfixes. For example container and object tagging, object encryption when uploading and an improved upload implementation. Additionally multiple dependency updates.
Related issues
Update contains implementations of these issues:
Type of change
Changes Made
Update contains these previous PRs:
Testing
Issues #462 and #463 have been opened as new tests requirements for encrypted uploads.
Mentions
The implementation of crypt4gh in C we're using for encrypting the files.
https://github.com/silverdaz/libcrypt4gh
https://github.com/silverdaz/libcrypt4gh-keys