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

Adding support for https cloning using github username and token prov… #117

Merged
merged 4 commits into from
Aug 13, 2017

Conversation

anubhavmishra
Copy link
Collaborator

…ided instead of using ssh

Fixes: #110

models/models.go Outdated
SSHURL string
// CloneURL is the full HTTPS url for cloning.
// ex. "https://github.com/atlantis/atlantis.git".
CloneURL string
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

CloneURL used for logging instead of using the URL with username and password in it.

Copy link
Collaborator

Choose a reason for hiding this comment

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

What about keeping it clone url but naming the other one sanitizedcloneurl? No opinion, I like both.

models/models.go Outdated
SSHURL string
// CloneURL is the full HTTPS url for cloning.
// ex. "https://github.com/atlantis/atlantis.git".
CloneURL string
Copy link
Collaborator

Choose a reason for hiding this comment

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

What about keeping it clone url but naming the other one sanitizedcloneurl? No opinion, I like both.

@anubhavmishra anubhavmishra merged commit edf8258 into master Aug 13, 2017
@anubhavmishra anubhavmishra deleted the clone-https branch August 13, 2017 17:50
@so0k
Copy link
Contributor

so0k commented Aug 14, 2017

nice! I'll give it another try

malnick pushed a commit to BlueOwlDev/atlantis that referenced this pull request Jun 21, 2018
Bootstrap is meant for a system that sets itself up. This command is
more like a testing mode so I want to rename it to avoid confusion.

Fixes hootsuite#129 and came out of hootsuite#117.
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.

None yet

3 participants