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

ORGANIC-443. Added Okta to git-gateway #1

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

thomasyip
Copy link

@thomasyip thomasyip commented Nov 21, 2018

RP prepare for review. Will generalize a bit more before sending PR to netlify, for examples

  • Populate token.Claims properly for Okta authenticator. (currently only have dummy value to get it compiled)
  • Remove irrelevant items from README.md
  • Add some kind of build/run test with circle-ci? (skipped, no admin access to circle-ci)
  • need to be restored lint

- Summary

- Test plan

- Description for the changelog

- A picture of a cute animal (not mandatory but encouraged)

@thomasyip thomasyip changed the title Organic 389 temp get git gateway to work ORGANIC-443 temp get git gateway to work Nov 21, 2018
@@ -1,8 +1,14 @@
FROM netlify/go-glide:v0.12.3
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The original docker has golang 1.8. Some dep fails to build with it.

Makefile Outdated
@@ -4,7 +4,7 @@ CHECK_FILES?=$$(go list ./... | grep -v /vendor/)
help: ## Show this help.
@awk 'BEGIN {FS = ":.*?## "} /^[a-zA-Z_-]+:.*?## / {sub("\\\\n",sprintf("\n%22c"," "), $$2);printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}' $(MAKEFILE_LIST)

all: lint vet test build ## Run the tests and build the binary.
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lint fails with original master.

Copy link
Author

@thomasyip thomasyip Nov 28, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It works with newer golang version. It is reenabled.

@thomasyip thomasyip force-pushed the ORGANIC-389-Temp-Get-Git-Gateway-To-Work branch from 405e7f9 to 8b2c74f Compare November 27, 2018 20:40
@thomasyip thomasyip force-pushed the ORGANIC-389-Temp-Get-Git-Gateway-To-Work branch from 8b2c74f to e70ec30 Compare November 27, 2018 20:53
@thomasyip thomasyip changed the title ORGANIC-443 temp get git gateway to work ORGANIC-443. Added Okta to git-gateway Nov 28, 2018
@thomasyip thomasyip force-pushed the ORGANIC-389-Temp-Get-Git-Gateway-To-Work branch from 46e6467 to 57c0690 Compare November 28, 2018 03:08
@thomasyip thomasyip force-pushed the ORGANIC-389-Temp-Get-Git-Gateway-To-Work branch from 57c0690 to 163a708 Compare November 28, 2018 03:44
@thomasyip thomasyip force-pushed the ORGANIC-389-Temp-Get-Git-Gateway-To-Work branch from 760c722 to 76f77fe Compare November 28, 2018 04:54
Copy link

@csdurfee csdurfee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thomas and I discussed these changes and I am good with them.

@thomasyip
Copy link
Author

Created PR onto Netlify's original repo: netlify#24

If they take the patch, we can close this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants