Sign up via GitHub #142
Reference in New Issue
Block a user
Delete Branch "feature/signup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As discussed, only adding routes and UI for the signup flow.
Also contains a drive-by fix for a small bug with the account name, after extracting it to a component. See commits for more info.
Wired everything up to work with 67P/hubot-kredits#41.
I think the only thing missing is showing a success message or transitioning to a success page after the contributor has been created (see https://github.com/67P/kredits-web/pull/142/files#diff-9f12217253bedb83186b9295ac7b61d2R46).
LGTM 👍
Just one question.
@@ -37,6 +37,9 @@ module.exports = function(environment) {Why is this using a port number? This should actually fail, as the HTTPS nginx sites are not listening on those ports.
https://gitea.kosmos.org/kosmos/chef/src/branch/master/site-cookbooks/kosmos-hubot/templates/default/nginx_conf_hubot.erb#L10
@@ -37,6 +37,9 @@ module.exports = function(environment) {Oh, yes. I didn't know the actual URL, so I searched the chef repo and found this: https://gitea.kosmos.org/kosmos/chef/src/branch/master/site-cookbooks/kosmos-hubot/attributes/default.rb#L6-L7
It's fixed now.
As long as I haven't missed anything, I think this is good to merge.
Anyone wants to confirm? Kredits label OK?
Yes, I think all is good.
Where does the sudden merge conflict come from? 🤔
No idea. Haven't edited any CSS in a long time.