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

promovendo pra produção #562

Merged
merged 38 commits into from
Jun 19, 2024
Merged

promovendo pra produção #562

merged 38 commits into from
Jun 19, 2024

Commits on Jun 11, 2024

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

Commits on Jun 12, 2024

  1. perf: Turning a lot of methods as async (IBookService, IBookUserServi…

    …ce, ILgpdService, IUserService) and its endpoints
    henriqueholtz committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    0740808 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a584a99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ccb4c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2eccd5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    19907e3 View commit details
    Browse the repository at this point in the history
  6. perf: IUserService => Turning methods "GetStats" and "ParentAproval" …

    …as async and its endpoints
    henriqueholtz committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    2a3f9d2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    34aaec0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    993433b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    586f7ec View commit details
    Browse the repository at this point in the history
  10. chore: Removing unused method "IBaseService.Get" ("PagedList<TEntity>…

    … Get<TKey>(Expression<Func<TEntity, TKey>> order, int page, int itemsPerPage);")
    henriqueholtz committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    c57186b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    13e8e74 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2313ea5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    42b2565 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    37f4d46 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e264702 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4c36532 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. perf: Migrating all usages of "IRepositoryGeneric.Insert" from syncro…

    …nous to async and removing it
    henriqueholtz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    88610e5 View commit details
    Browse the repository at this point in the history
  2. perf: ("IBaseService", "IRepositoryGeneric", "IBaseService") Migratin…

    …g all methods "Get" to the async version
    henriqueholtz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    85a0c81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3eeaa7 View commit details
    Browse the repository at this point in the history
  4. perf: Migrating "IRepositoryGeneric.Find" to async (includes migratin…

    …g "IUserService.ConfirmHashCodePassword" to async)
    henriqueholtz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    97bd184 View commit details
    Browse the repository at this point in the history
  5. perf: IBookUserService => Migrating methods "GetGranteeUsersByBookId"…

    … and "GetRequestersList" to async including its usages
    henriqueholtz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    11816c4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2b69228 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a60c8fa View commit details
    Browse the repository at this point in the history
  8. perf: MuambatorService.AddPackageToTrackerAsync => Using async/await …

    …instead of "GetAwaiter().GetResult()"
    henriqueholtz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    ee11839 View commit details
    Browse the repository at this point in the history
  9. perf: IUserService => Turning methods "ValidOldPasswordAndChangeUserP…

    …assword" and "ChangeUserPassword" as async and its usages
    henriqueholtz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    e8cb7ef View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    003189c View commit details
    Browse the repository at this point in the history
  11. perf: IBookService.GetBookWithAllUsersAsync => Using "FirstOrDefaultA…

    …sync" directly without getting the list and then FirstOrDefault
    henriqueholtz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    58cc618 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ca163a4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b03f467 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    7184ba1 View commit details
    Browse the repository at this point in the history
  2. test: Jobs.CancelAbandonedDonations => Adding unit test to make sure …

    …is not cancelling books which are not to be cancelled
    henriqueholtz committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    b6e9ac0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c03f28d View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Configuration menu
    Copy the full SHA
    e151a18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19386b0 View commit details
    Browse the repository at this point in the history
  3. fix: MeetupService.SearchAsync => Removing "StringComparison" to avoi…

    …d the following error : "comparisonType: InvariantCultureIgnoreCase))' could not be translated. Additional information: Translation of method 'string.Contains' failed"
    henriqueholtz committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    2b386cd View commit details
    Browse the repository at this point in the history
  4. feat: Adding postman collection ready to execute against development …

    …environment + infos about in the README
    henriqueholtz committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    e3c4952 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #561 from henriqueholtz/develop

    Perf: Improving async/await usages
    raffacabofrio authored Jun 15, 2024
    Configuration menu
    Copy the full SHA
    24ca929 View commit details
    Browse the repository at this point in the history