-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* find user by email + refactoring * Cleanup. * [Experiment] try post. This emulates scim peer behavior that makes no sense. I was trying to reproduce an exceedingly evasive production issue, but instead of successfully (and erroneously) creating a broken duplicate user, this test fails as desired with "externalId is already taken". * Revert "[Experiment] try post." This reverts commit 1d0f0fb. * Log more UserId in scim end-points (level info). * Remove redundant log entries. (This is already logged inside `deleteScimUser`.) * Update user index tables in spar more exhaustively. Do this by specializing runExternalId combinator (it was a bit vague before). This also has the effect of making the semantics in a few places clearer (and more correct?). * changelog * Update services/spar/src/Spar/Scim/User.hs Co-authored-by: Leif Battermann <[email protected]> Co-authored-by: Leif Battermann <[email protected]>
- Loading branch information
1 parent
b87d7e5
commit b729152
Showing
9 changed files
with
112 additions
and
61 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Spar debugging; better internal combinators |
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
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
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
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
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
Oops, something went wrong.