You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge torrust#788: New API endpoint for listing users
1c62a9e refactor: [torrust#796] minor correction in handler comment (Mario)
3efaf48 refactor: [torrust#796] fix minor clippy error (Mario)
f1259cc feat: [torrust#796] added pagination (Mario)
ae1e6a9 refactor: [torrust#796] minor variable renaming (Mario)
ef0c1e7 refactor: [torrust#658] More renaming (Mario)
b4108dc feat: [torrust#658] new API endpoint for listing user profiles (Mario)
185e17c refactor: [torrust#658] modified naming to make the code more self explanatory (Mario)
23dfbdd ci: [torrust#658] FIxed Mysql E2E tests failing (Mario)
83aaea2 docs: [torrust#658] fixed docs CI error (Mario)
b44ea9b feat: [torrust#658] New API endpoint for getting all the users (Mario)
e8bd16d ci: [torrust#658] fixed minor linting error (Mario)
deb738e feat: [torrust#658] new users listing service (Mario)
f48c4a2 feat: [torrust#658] new repository method to get all user profiles (Mario)
9d5c639 feat: [torrust#658] new database method to get all user profiles (Mario)
Pull request description:
Parent issue [torrust#658](torrust/torrust-index-gui#658)
Resolvestorrust#796
ACKs for top commit:
josecelano:
ACK 1c62a9e
Tree-SHA512: 767f691e0fdb4ec4007b863da6f21186ac9c4d703cb1a093203bbaf3036d18498e3aeda8ecbc2c608f466de3509fb3219757a209c62e04c5e40e9671a468d8a6
query_as::<_,UserCompact>("SELECT tu.user_id, tp.username, tu.administrator FROM torrust_users tu INNER JOIN torrust_user_profiles tp ON tu.user_id = tp.user_id WHERE tu.user_id = ?")
query_as::<_,UserCompact>("SELECT tu.user_id, tp.username, tu.administrator FROM torrust_users tu INNER JOIN torrust_user_profiles tp ON tu.user_id = tp.user_id WHERE tu.user_id = ?")
0 commit comments