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

[EC-508] SCIM CQRS Refactor - Users/GetList #2265

Merged
merged 14 commits into from
Oct 18, 2022

Commits on Sep 9, 2022

  1. Configuration menu
    Copy the full SHA
    148e080 View commit details
    Browse the repository at this point in the history
  2. [EC-390] Added ConflictException type. Updated BadRequestException to…

    … have parameterless constructor. Updated NotFoundException to have constructor with a message parameter
    r-tome committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    b925cc7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd02704 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. [EC-508] Created ScimServiceCollectionExtensions and renamed GetUsers…

    …ListCommand to GetUsersListQuery
    r-tome committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    02c5c7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2873acb View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Configuration menu
    Copy the full SHA
    1417f44 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Configuration menu
    Copy the full SHA
    a5d8eb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d739da3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3199685 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Configuration menu
    Copy the full SHA
    46cb688 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d62ffd View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Configuration menu
    Copy the full SHA
    b7c144f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f261d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Merge branch 'feature/scim-cqrs' into EC-535-scim-cqrs-refactor-users…

    …-get-list
    
    # Conflicts:
    #	bitwarden_license/src/Scim/Controllers/v2/UsersController.cs
    #	bitwarden_license/src/Scim/Users/GetUserQuery.cs
    #	bitwarden_license/src/Scim/Users/Interfaces/IGetUserQuery.cs
    #	bitwarden_license/src/Scim/Utilities/ScimServiceCollectionExtensions.cs
    #	bitwarden_license/test/Scim.Test/Users/GetUserQueryTests.cs
    r-tome committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    1f31f8f View commit details
    Browse the repository at this point in the history