-
Notifications
You must be signed in to change notification settings - Fork 325
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/2019-03-25 #674
Merged
Merged
Release/2019-03-25 #674
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
* Move instance Arbitrary PlainTextPassword * Require reauthentication when creating a SCIM token * Fix the schema * Add tests * CI
* Filter newlines in log output. * Identify all(?) places where `new` should be replaced by `mkLogger`.
* Assert that externalId is unused when updating users
* Switch Cargohold to YAML-only config * ID whitelist * Hi CI
…sts require. (#622) * build our docker dependencies for multiple archetectures. * blacklist builds that do not work on some emulators, fix all of the git checkouts to specified commits, add minio, bump the tini version, and fix fakesqs and localstack. * break documentation out of the Makefile. * add another note. * run through the process on another laptop, fleshing out the README. also, amd64 support. * missing dollar sign. * take feedback into account, and add some sanity checks. * fix missing comma, that was making variants not be used for arm. * wire name * take into account creating the dockerhub repositories. * add cassandra, and provide ways to decrease memory usage by java images, along with race condition fixes. * typo fix. * Update deploy/docker-ephemeral/build/Makefile Co-Authored-By: julialongtin <julia.longtin@gmail.com> * seperate out two ways of using this. * add a note about docker image upload being optional. * use new cassandra and elasticsearch images, to save multiple gigs of ram when running integration tests. * switch to https access instead of ssh access. * make the list of arches overridable. * no -i.bak on macs. * allow sed to be parameterized, for macs. * correct inline mistake. * initial revision of pull request documentation. * change to markdown, continue adding. * more. * more. * even more boxes. * add an extra empty line at the end of file. * remove extra line. * simplify make rules, and spacing changes. * almost done... * only two rules left... * Done. * merge changes from fisx * make instructions a bit more clear, and use the manifest for cassandra, instead of the architecture specific image name. * switch to hand built images for most images. * rm trailing whitespace, normalize tabs. * review * take review comments into account. * take review comments into account. * rename document to adhere to naming conventions for markdown files. * try an environment variable to leave elasticsearch in development mode.
Implement SCIM delete user endpoint in spar
Introduce TestM Monad for simplification and cleanup
* Bump cql-io dep from merge request to latest release. * Add LoggerT with needed dependencies * Fix broken gundeck test which now requires a logger * Tweaks & Refactoring
ChrisPenner
approved these changes
Mar 26, 2019
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.
Sounds good to me, thanks for always doing these releases!
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.
API changes
Documentation changes
Bug fixes
{}
are valid TeamMemberDeleteData. (Fix: empty objects{}
are valid TeamMemberDeleteData. #652)Internal changes