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 users me #245

Open
wants to merge 56 commits into
base: develop
Choose a base branch
from
Open

Refactor users me #245

wants to merge 56 commits into from

Commits on Mar 12, 2024

  1. refact: move tests

    Gianpaolo Sinatra authored and sinatragianpaolo committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    b2ebb96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8f39a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0dc4d7 View commit details
    Browse the repository at this point in the history
  4. WIP

    iDome89 authored and sinatragianpaolo committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    41c93d7 View commit details
    Browse the repository at this point in the history
  5. fix(get-users-me): get first user in query

    Gianpaolo Sinatra authored and sinatragianpaolo committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    1b889cf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    560d08e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c31621d View commit details
    Browse the repository at this point in the history
  8. refactor(users-me-get): kexified getApprovedBugsData and getApprovedC…

    …pData. Added relative tests.
    
    Co-authored-by: iDome89 <iDome89@users.noreply.github.com>
    2 people authored and sinatragianpaolo committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    3e75c26 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fdbec7c View commit details
    Browse the repository at this point in the history
  10. refactor(users-me-get): knexified quesries in getBootyData. Fixed rel…

    …ative tests in booty.specs.ts
    Kariamos authored and sinatragianpaolo committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    6ebe62a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    92ea28c View commit details
    Browse the repository at this point in the history
  12. typo

    iDome89 authored and sinatragianpaolo committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    5cdb7a5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    175d52f View commit details
    Browse the repository at this point in the history
  14. refactor(get-users-me): use knex on getAdditionalData.ts

    Gianpaolo Sinatra authored and sinatragianpaolo committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    72fef55 View commit details
    Browse the repository at this point in the history
  15. refactor(-get-users-me): use openapi-class

    Gianpaolo Sinatra authored and sinatragianpaolo committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    878ff55 View commit details
    Browse the repository at this point in the history
  16. refactor(get-users-me): use updateLastActivity in class

    Gianpaolo Sinatra authored and sinatragianpaolo committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    585e8a0 View commit details
    Browse the repository at this point in the history
  17. fix(patch-users-me): should always return user role in response

    Gianpaolo Sinatra authored and sinatragianpaolo committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    7197441 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0d0b7f6 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3e87d31 View commit details
    Browse the repository at this point in the history
  20. fix(get-usewrs-me): fix booty test

    Gianpaolo Sinatra authored and sinatragianpaolo committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    1ddebe3 View commit details
    Browse the repository at this point in the history
  21. refactor(get-users-me): changed getBootyData, getApprovedBugsData and…

    … getAttendedCpData as class methods
    Kariamos authored and sinatragianpaolo committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    0e9dcc3 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ae428a8 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    1b81049 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    0f5cf7d View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    cf3755b View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    51e8dff View commit details
    Browse the repository at this point in the history
  27. fix(get-users-me): insert join with wp_users

    Co-authored-by: d-beezee <d-beezee@users.noreply.github.com>
    2 people authored and sinatragianpaolo committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    2540331 View commit details
    Browse the repository at this point in the history
  28. remove completionPercent

    Co-authored-by: d-beezee <d-beezee@users.noreply.github.com>
    Gianpaolo Sinatra authored and sinatragianpaolo committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    4e15c0a View commit details
    Browse the repository at this point in the history
  29. test(get-patch-users-me): add test for basic and all fields @d-beezee

    …coauthored
    Gianpaolo Sinatra authored and sinatragianpaolo committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    f7f2a9c View commit details
    Browse the repository at this point in the history
  30. fix(get-users-me): return booty data with new fiscal category

    Gianpaolo Sinatra authored and sinatragianpaolo committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    57ba7bc View commit details
    Browse the repository at this point in the history
  31. refactor(get-users-me): move userdata to class UserData

    Gianpaolo Sinatra authored and sinatragianpaolo committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    38abd9a View commit details
    Browse the repository at this point in the history
  32. refactor(patch-users-me): use class UserData

    Gianpaolo Sinatra authored and sinatragianpaolo committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    feea4ae View commit details
    Browse the repository at this point in the history
  33. remove deprecated files

    Gianpaolo Sinatra authored and sinatragianpaolo committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    b122ada View commit details
    Browse the repository at this point in the history
  34. typo(get-user-me): rename class

    Gianpaolo Sinatra authored and sinatragianpaolo committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    601f356 View commit details
    Browse the repository at this point in the history
  35. refactor(patch-users-me): use openapi-class

    Gianpaolo Sinatra authored and sinatragianpaolo committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    32c26bf View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    94fca6c View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    8ba3a9a View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    a7f3698 View commit details
    Browse the repository at this point in the history
  39. refactor(UserData): populateBooty

    Gianpaolo Sinatra authored and sinatragianpaolo committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    547a0cd View commit details
    Browse the repository at this point in the history
  40. refactor(UserData): populateRank

    Gianpaolo Sinatra authored and sinatragianpaolo committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    15cb5a1 View commit details
    Browse the repository at this point in the history
  41. refactor(UserData): populateApprovedBugs

    Gianpaolo Sinatra authored and sinatragianpaolo committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    84e16f5 View commit details
    Browse the repository at this point in the history
  42. refactor(UserData): populateAttendedCp + fix test

    Gianpaolo Sinatra authored and sinatragianpaolo committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    b493dd2 View commit details
    Browse the repository at this point in the history
  43. remove console.log

    Gianpaolo Sinatra authored and sinatragianpaolo committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    795e2e2 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    7c95eb1 View commit details
    Browse the repository at this point in the history
  45. refactor(UserData): populateProfession

    Gianpaolo Sinatra authored and sinatragianpaolo committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    86b7abb View commit details
    Browse the repository at this point in the history
  46. refactor(UserData): populateLanguages

    Gianpaolo Sinatra authored and sinatragianpaolo committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    45e498e View commit details
    Browse the repository at this point in the history
  47. refactor(UserData): populateAdditionalData

    Gianpaolo Sinatra authored and sinatragianpaolo committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    eeb2cb1 View commit details
    Browse the repository at this point in the history
  48. wip

    sinatragianpaolo committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    15cb9ca View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    b3da905 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    97c83ec View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    a95b0c8 View commit details
    Browse the repository at this point in the history
  52. wip

    sinatragianpaolo committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    aeac627 View commit details
    Browse the repository at this point in the history
  53. wip

    sinatragianpaolo committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    3254e3f View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    4ec9b1d View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    bf1e24c View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    2b841a6 View commit details
    Browse the repository at this point in the history