Skip to content

Implement app password creation support for bitbucket #14

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

Closed
guyzmo opened this issue May 23, 2016 · 3 comments
Closed

Implement app password creation support for bitbucket #14

guyzmo opened this issue May 23, 2016 · 3 comments
Milestone

Comments

@guyzmo
Copy link
Owner

guyzmo commented May 23, 2016

to avoid relying on user+password in the gitconfig (and make it more easily revokable just in case…)

@guyzmo guyzmo added this to the 1.9 milestone May 26, 2016
@guyzmo guyzmo changed the title Implement OAuth support for bitbucket Implement privatekey support for bitbucket Sep 10, 2016
@guyzmo
Copy link
Owner Author

guyzmo commented Sep 10, 2016

good news, the latest bitbucket update introduced privatekey support. Now we just need to figure how to use the API with the key.

@guyzmo
Copy link
Owner Author

guyzmo commented Sep 10, 2016

Looks like it's working the same way it is now, though you need 2FA enabled: https://blog.bitbucket.org/2016/06/06/app-passwords-bitbucket-cloud/

@guyzmo guyzmo added the backlog label Sep 11, 2016
@guyzmo guyzmo changed the title Implement privatekey support for bitbucket Implement OAuth2 support for bitbucket Oct 11, 2016
@guyzmo
Copy link
Owner Author

guyzmo commented Oct 11, 2016

I'm adding to the plan to switch the bitbucket library to pybitbucket which is still maintained.

@guyzmo guyzmo changed the title Implement OAuth2 support for bitbucket Implement app password creation support for bitbucket Dec 28, 2016
guyzmo added a commit that referenced this issue Dec 28, 2016
@guyzmo guyzmo added ready and removed in progress labels Dec 28, 2016
@guyzmo guyzmo closed this as completed in c43cc32 Apr 28, 2017
@guyzmo guyzmo removed the ready label Apr 28, 2017
guyzmo added a commit that referenced this issue May 8, 2017
First anniversary release 🎂

This release marks the first anniversary
and 10th release of git-repo 🎉

Now git-repo supports 6 git services:

  github, gitlab, bitbucket,
  gogs, gitea and gitbucket

It supports the following commands:

  clone, fork, create, delete,
  add, open, ls, request, gist

And it's becoming relatively stable
(keep sending bug reports 🙏)

♥ Contributors

Thanks to @kounoike for the gitbucket support 🙌

Now there are three contributors promoted to collaborators:

* @kounoike, @pyhedgehog and @Crazybus

🚧 Features

* When add has no parameters, add default remote #100 #141
* When add has 'upstream' parameter, add the upstream remote #99 #141
* Use default branch instead of hardcoded 'master' #91
* Refactor and complete bitbucket support #43 #11 #80 #14 #89 #90 #79
* Loosen versions of dependencies #133
* Report if the service is already setup #136
* Adds GitBucket support #142 #144
* Adds support for ssh:// URL #148

🚒 Bugfixes

* fix various crashes #152
* fix gitlab clone crash #129
* fix request create command #147 #127
* fix request fetch command #138 #131
* fix wizard crash #149
* fix mishandling of renamed gitlab project urls #137

📝 Documentation

* documentation #145

Signed-off-by: Guyzmo <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant