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
Feat/user following status (#632)
* fix:add pagination to get project follower endpoint
* feat: add is_following flag to indicate if current user follows listed users
fix: migration with unique constraint for username (#622)
* add username validator
* add login for username and email in one field
* add social links and biography to user profile
* return users details able to get users by username
* fix failing tests
* fix unique constraint issue for username
Google oauth (#603)
* add google oauth option to sign up
* add the kube host to docker compose file
* removed the under score
* fix the syntax in the google oauth logic
* use config to access the environment variable for google oauth
* add the status code
* chore: add variables to staging.yml
Return cluster information regardless of cluster connection failures (#……599)
* return cluster information regardless of cluster connection failures
* refactor code
* format code