-
Notifications
You must be signed in to change notification settings - Fork 333
Release 2022-02-02 #2097
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
Merged
Merged
Release 2022-02-02 #2097
Conversation
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
* IdP => IdConfigStore * Import unqualified * make format * IdPConfigStore * Rename * Update spar.cabal * changelog * ci * ci * Fix build
* ship M2 compatible webapp.
* schema migration * locks tatus for file sharing * make lock status in server config required, add reference docs * config, docs and changelog
* Allow brig's additionalWriteIndex to be on a different ES cluster This allows migrating to a new ES cluster. Also add docs about how to migrate to a new cluster using this option.
* Pull out Http utils * Pull out some other misc utilities * make format * changelog * CI * Remove redundant imports * ci
* Allow disabling accept check in MultiVerb * Add RespondAs to MultiVerb This is for responses with a fixed content type, regardless of content negotiation. This commits also implements `EmptyResponse` and `ErrorDescription` in terms of `RespondAs`. * Remove redundant `AsUnion` instances * Disable content negotiation for asset downloads
* servantify get team * servantify delete team * changelog * remove delete-non-binding-team endpoint incl. integration test
* Add explicit exports * make format * Remove DB exports * Remove extras from GalleyAccess * Remove another accidental export * changelog * Refine imports to avoid ambiguities * More imports * ci * ci * make format * ci * Weird. * ci Co-authored-by: Matthias Fischmann <[email protected]>
* Fix export lists - This removes functions from export lists that are not in respective modules * Add a changelog
Co-authored-by: Zebot <[email protected]>
akshaymankar
approved these changes
Feb 3, 2022
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.
I approve @zebot as our lord and saviour! 🤖
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.
[2022-02-02]
Release notes
Features
Allow brig's additionalWriteIndex to be on a different ElasticSearch cluster.
This allows migrating to a new ElasticSearch cluster. (Support zero-downtime migration between ES clusters #2063)
The file sharing team feature now has a server wide configurable lock status. For more information please refer to /docs/reference/config-options.md#file-sharing. (Sqservices 1168 add lockstatus to feature configs #2059)
Internal changes
Remove non-existing functions from module export lists (Fix compilation errors in Spar modules #2095)
Rename Spar.Sem.IdP to Spar.Sem.IdPConfigStore (Spar Polysemy: Rename Spar.Sem.IdP to IdPConfigStore #2067)
Endpoints based on
MultiVerb
can now be made to return content types not listed in theAccept
header (Allow disabling accept check in MultiVerb #2074)The lock status of the file sharing team feature can be updated via the internal API (
PUT /i/teams/:tid/features/fileSharing/(un)?locked
). (Sqservices 1168 add lockstatus to feature configs #2059)Servantify Galley Teams API (
GET /teams/:tid
andDELETE /teams/:tid
). (SQSERVICES-1011-Servantify-Galley-Team-API #2092)Add explicit export lists to all Spar.Sem modules (Spar Polysemy: Explicit export lists #2070)
Separate some Spar.Sem utility functions into their own module (Spar Polysemy: Separate Misc Utilities #2069)