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

refactor(v3): finish user slice (DEV-671) #2078

Merged
merged 48 commits into from Jul 4, 2022

Commits on Jun 15, 2022

  1. start with C4 documentation

    irinaschubert committed Jun 15, 2022
    Copy the full SHA
    5a964e5 View commit details
    Browse the repository at this point in the history
  2. refactor UserId

    irinaschubert committed Jun 15, 2022
    Copy the full SHA
    fb8737a View commit details
    Browse the repository at this point in the history
  3. add imports for UserId

    irinaschubert committed Jun 15, 2022
    Copy the full SHA
    83a3480 View commit details
    Browse the repository at this point in the history
  4. separate username and email checks

    irinaschubert committed Jun 15, 2022
    Copy the full SHA
    697fc6b View commit details
    Browse the repository at this point in the history
  5. add update methods

    irinaschubert committed Jun 15, 2022
    Copy the full SHA
    093a654 View commit details
    Browse the repository at this point in the history
  6. refactor id

    irinaschubert committed Jun 15, 2022
    Copy the full SHA
    efab594 View commit details
    Browse the repository at this point in the history
  7. use password hash instead of password

    irinaschubert committed Jun 15, 2022
    Copy the full SHA
    e09f4b9 View commit details
    Browse the repository at this point in the history
  8. add negative tests

    irinaschubert committed Jun 15, 2022
    Copy the full SHA
    3de2346 View commit details
    Browse the repository at this point in the history
  9. refactor UserHandlerSpec

    irinaschubert committed Jun 15, 2022
    Copy the full SHA
    fc2064d View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Merge branch 'main' into wip/dev-671-finish-user-slice

    irinaschubert committed Jun 16, 2022
    Copy the full SHA
    161dc8c View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. add shared test data

    irinaschubert committed Jun 17, 2022
    Copy the full SHA
    c416213 View commit details
    Browse the repository at this point in the history
  2. use shared test data in tests

    irinaschubert committed Jun 17, 2022
    Copy the full SHA
    d796109 View commit details
    Browse the repository at this point in the history
  3. finish user slice

    irinaschubert committed Jun 17, 2022
    Copy the full SHA
    10f9cc5 View commit details
    Browse the repository at this point in the history
  4. add all user projects to root

    irinaschubert committed Jun 17, 2022
    Copy the full SHA
    dae79b7 View commit details
    Browse the repository at this point in the history
  5. remove unnecessary log output

    irinaschubert committed Jun 17, 2022
    Copy the full SHA
    1898bb0 View commit details
    Browse the repository at this point in the history
  6. add architecture documentation

    irinaschubert committed Jun 17, 2022
    Copy the full SHA
    a395d3f View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. add sequence diagram with mermaid

    irinaschubert committed Jun 20, 2022
    Copy the full SHA
    9115544 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. cleanup code

    irinaschubert committed Jun 21, 2022
    Copy the full SHA
    a6b428e View commit details
    Browse the repository at this point in the history
  2. bump ZioLoggingVersion

    irinaschubert committed Jun 21, 2022
    Copy the full SHA
    a598df5 View commit details
    Browse the repository at this point in the history
  3. refactor tests

    irinaschubert committed Jun 21, 2022
    Copy the full SHA
    cd4a9e9 View commit details
    Browse the repository at this point in the history
  4. implement feedback from review

    irinaschubert committed Jun 21, 2022
    Copy the full SHA
    0e6eb65 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' into wip/dev-671-finish-user-slice

    irinaschubert committed Jun 21, 2022
    Copy the full SHA
    7dde874 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. fix failing test

    irinaschubert committed Jun 22, 2022
    Copy the full SHA
    e16936e View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. Copy the full SHA
    614d9af View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Update Id.scala

    irinaschubert committed Jun 28, 2022
    Copy the full SHA
    71a0db0 View commit details
    Browse the repository at this point in the history
  2. rename test data

    irinaschubert committed Jun 28, 2022
    Copy the full SHA
    6d3f774 View commit details
    Browse the repository at this point in the history
  3. add password strength as value object

    irinaschubert committed Jun 28, 2022
    Copy the full SHA
    965d106 View commit details
    Browse the repository at this point in the history
  4. move taps to end of method

    irinaschubert committed Jun 28, 2022
    Copy the full SHA
    cc7b975 View commit details
    Browse the repository at this point in the history
  5. simplify test

    irinaschubert committed Jun 28, 2022
    Copy the full SHA
    d3bc8b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. refactor user to return a validation

    irinaschubert committed Jun 29, 2022
    Copy the full SHA
    4bcc5d6 View commit details
    Browse the repository at this point in the history
  2. remove throwables from shared test data

    irinaschubert committed Jun 29, 2022
    Copy the full SHA
    e6f347b View commit details
    Browse the repository at this point in the history
  3. refactor tests

    irinaschubert committed Jun 29, 2022
    Copy the full SHA
    8a957e9 View commit details
    Browse the repository at this point in the history
  4. remove duplicated line

    irinaschubert committed Jun 29, 2022
    Copy the full SHA
    846ed1a View commit details
    Browse the repository at this point in the history
  5. correct typo

    irinaschubert committed Jun 29, 2022
    Copy the full SHA
    921af65 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' into wip/dev-671-finish-user-slice

    irinaschubert committed Jun 29, 2022
    Copy the full SHA
    47f22c6 View commit details
    Browse the repository at this point in the history
  7. remove sha-1 support

    irinaschubert committed Jun 29, 2022
    Copy the full SHA
    c4523c4 View commit details
    Browse the repository at this point in the history
  8. remove unsafeMake as we don't need them

    irinaschubert committed Jun 29, 2022
    Copy the full SHA
    a9adc11 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. add placeholder to empty files to remove warnings

    irinaschubert committed Jun 30, 2022
    Copy the full SHA
    83e5fdc View commit details
    Browse the repository at this point in the history
  2. return error instead of throw

    irinaschubert committed Jun 30, 2022
    Copy the full SHA
    9f3d04f View commit details
    Browse the repository at this point in the history
  3. update docs

    irinaschubert committed Jun 30, 2022
    Copy the full SHA
    f4b1e53 View commit details
    Browse the repository at this point in the history
  4. improve handling of value objects

    irinaschubert committed Jun 30, 2022
    Copy the full SHA
    9b6045a View commit details
    Browse the repository at this point in the history
  5. add unsafeMake again

    irinaschubert committed Jun 30, 2022
    Copy the full SHA
    fc6c182 View commit details
    Browse the repository at this point in the history
  6. Update UsersRouteADM.scala

    irinaschubert committed Jun 30, 2022
    Copy the full SHA
    d25d4a7 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'main' into wip/dev-671-finish-user-slice

    irinaschubert committed Jun 30, 2022
    Copy the full SHA
    a37ef0a View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. Merge branch 'main' into wip/dev-671-finish-user-slice

    irinaschubert committed Jul 4, 2022
    Copy the full SHA
    3a48489 View commit details
    Browse the repository at this point in the history
  2. refactor UserDomainSpec

    irinaschubert committed Jul 4, 2022
    Copy the full SHA
    515ff0a View commit details
    Browse the repository at this point in the history
  3. Update Makefile

    irinaschubert committed Jul 4, 2022
    Copy the full SHA
    2adb627 View commit details
    Browse the repository at this point in the history
  4. add slf4j dependency

    irinaschubert committed Jul 4, 2022
    Copy the full SHA
    93835c2 View commit details
    Browse the repository at this point in the history