Skip to content
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

WPB-2970 Update dependencies, cleanup, add unit test #25

Merged
merged 19 commits into from
Mar 14, 2024

Conversation

battermann
Copy link
Contributor

@battermann battermann commented Mar 12, 2024

ldap-scim-bridge.cabal Outdated Show resolved Hide resolved
@battermann battermann marked this pull request as ready for review March 13, 2024 13:32
@battermann battermann force-pushed the WPB-2970-support-team-roles-in-ldap-scim-bridge branch from fe4cb02 to fd8ecec Compare March 13, 2024 13:33
@battermann battermann requested a review from fisx March 13, 2024 13:34
@@ -0,0 +1,6 @@
source-repository-package
type: git
location: https://gitlab.com/leif.battermann/tinylog.git
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would be nice to have a link to the upstream PR here so it's easier to check whether we can bump this (not urgent).

@@ -37,6 +38,7 @@ import qualified Web.Scim.Schema.Meta as Scim
import qualified Web.Scim.Schema.Schema as Scim
import qualified Web.Scim.Schema.User as Scim
import qualified Web.Scim.Schema.User.Email as Scim
import Prelude
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

either use relude as before, but then don't use Prelude from base, or toss relude. both makes no sense.

it "map displayName userName externalId and email" $ do
testMapping "George" "george" "george@nodomain" "george@nodomain"

testMapping :: Text -> Text -> Text -> Text -> IO ()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice!

@battermann battermann changed the title WPB-2970 Support Team Roles WPB-2970 Update dependencies, cleanup, add unit test Mar 13, 2024
@battermann battermann merged commit 6172e02 into master Mar 14, 2024
3 checks passed
@battermann battermann deleted the WPB-2970-support-team-roles-in-ldap-scim-bridge branch March 14, 2024 08:57
@echoes-hq echoes-hq bot added the echoes: technical-roadmap/technical-debt More specific category, to highlight Technical Debt being tackled. label Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
echoes: technical-roadmap/technical-debt More specific category, to highlight Technical Debt being tackled.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants