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

Add support of BasicAuthentication Authentication to Git #736

Open
wants to merge 1 commit into
base: 3.x
Choose a base branch
from

Conversation

i053322
Copy link
Contributor

@i053322 i053322 commented Sep 5, 2016

What does this PR do?

Add support of Basic Authentication git.
It will support in operation of import,clone,fetch, rebase ,push,pull.
The user will provide the user and password for the request and it will create credentials provider
What does this PR do?

Add support of Basic Authentication git.
It will support in operation of import,clone,fetch, rebase,push,pull.
The user will provide the user and password for the request and it will create credentials provider

What issues does this PR fix or reference?

Add support to clone and work with repository that support basic authentication

Previous Behavior

Remove this section if not relevant
It was not possible to work with repository that need basic Authentication

New Behavior

This content may also be included in the release notes.

Tests written?

Yes/No
It exist for our scenario

Docs requirements?

Include the content for all the docs changes required.

  1. API changes
  2. User docs changes

Please review Che's Contributing Guide for best practices.

Change-Id: I16aed5c77cf321173c5259c26b014b80366a55c3
Signed-off-by: i053322 yossi.balan@sap.com

@i053322
Copy link
Contributor Author

i053322 commented Sep 5, 2016

@vinokurig


/**
* Created by I053322 on 9/4/2016.
*/
Copy link
Contributor

Choose a reason for hiding this comment

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

Please make this javadock in common way:
/**
* <description>
*
* @author <author>
Like you did it in PR to 4.x

Change-Id: I16aed5c77cf321173c5259c26b014b80366a55c3
Signed-off-by: i053322 <yossi.balan@sap.com>
@i053322 i053322 force-pushed the add_basic_Authentication_to_git branch from cad939e to d26f303 Compare September 5, 2016 12:04
@vinokurig
Copy link
Contributor

Ok for me, @tareqhs could you please merge 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.

4 participants