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(user): add user project (DEV-586) #2063

Merged
merged 23 commits into from Jun 13, 2022

Commits on May 11, 2022

  1. add user project

    irinaschubert committed May 11, 2022
    Copy the full SHA
    e38a4b9 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. add simple UserHandler methods

    irinaschubert committed May 12, 2022
    Copy the full SHA
    9d3c4da View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. add unit test for user repo

    irinaschubert committed May 13, 2022
    Copy the full SHA
    1c25168 View commit details
    Browse the repository at this point in the history
  2. add new structure for tests

    irinaschubert committed May 13, 2022
    Copy the full SHA
    712b3e9 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. refactoring some code

    irinaschubert committed May 16, 2022
    Copy the full SHA
    0ddab3b View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. clean up code

    irinaschubert committed May 17, 2022
    Copy the full SHA
    dcbea1c View commit details
    Browse the repository at this point in the history
  2. run UserRepoSpec for all implementations

    irinaschubert committed May 17, 2022
    Copy the full SHA
    25112ea View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. add more methods and tests to user handler

    irinaschubert committed May 19, 2022
    Copy the full SHA
    536134c View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

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

Commits on May 31, 2022

  1. restructure code

    irinaschubert committed May 31, 2022
    Copy the full SHA
    e2b5307 View commit details
    Browse the repository at this point in the history
  2. fix test

    irinaschubert committed May 31, 2022
    Copy the full SHA
    27c385f View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. update structure of user slice

    irinaschubert committed Jun 2, 2022
    Copy the full SHA
    0c9ebfe View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4d963f7 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2022

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

Commits on Jun 9, 2022

  1. Copy the full SHA
    9274b2d View commit details
    Browse the repository at this point in the history
  2. wip

    irinaschubert committed Jun 9, 2022
    Copy the full SHA
    e9b2075 View commit details
    Browse the repository at this point in the history
  3. fix failing tests

    irinaschubert committed Jun 9, 2022
    Copy the full SHA
    cdef976 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    38cda1b View commit details
    Browse the repository at this point in the history
  5. update dependencies for shared project

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

Commits on Jun 10, 2022

  1. add method to check if username or email is taken

    irinaschubert committed Jun 10, 2022
    Copy the full SHA
    f57af03 View commit details
    Browse the repository at this point in the history
  2. improve UserUserHandlerSpec

    mpro7 committed Jun 10, 2022
    Copy the full SHA
    6355c78 View commit details
    Browse the repository at this point in the history
  3. organize imports

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

Commits on Jun 13, 2022

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