shhgit icon indicating copy to clipboard operation
shhgit copied to clipboard

BitBucket and GitLab support

Open forestnd opened this issue 6 years ago • 11 comments

Hay Love this idea.

How easy would it be to do this for bitbucket as well?

forestnd avatar Sep 27 '19 08:09 forestnd

Fairly easy actually. Although the Bitbucket API only seems to list repositories that have been created since a timestamp, not updated: https://api.bitbucket.org/2.0/repositories?after=2019-09-27T22:30:00.000Z&pagelen=100 - and it doesn't appear to be that active (apparently 20 new repositories in a 30 minute window).

eth0izzle avatar Sep 27 '19 23:09 eth0izzle

I've just added support for BitBucket and GitLab to the live version: https://shhgit.darkport.co.uk, which I'll fully release shortly:

image

eth0izzle avatar Sep 30 '19 00:09 eth0izzle

Hello, I'm interested in seeing the code for the GitLab support but I don't think it is merged yet, any idea for when it will be released? Or if you have some pointers on how to fetch the GitLab data that would also be great.

Thanks!

crisbal avatar Nov 04 '19 07:11 crisbal

I've just added support for BitBucket and GitLab to the live version: https://shhgit.darkport.co.uk, which I'll fully release shortly:

image

Great stuff but how do we add ~it~ them to the config?

gsilvapt avatar Feb 04 '20 14:02 gsilvapt

Hi there, I'd be really interested in checking how you've been able to integrate this with Gitlab :)

PaulSec avatar Feb 05 '20 15:02 PaulSec

I'd love to see this feature released for personal use as well. :-)

Cronocide avatar Feb 13 '20 17:02 Cronocide

@eth0izzle: Is there a reason why this got closed? I'm curios as well how you've implemented this given that BitBucket.org only has an API to get notified about recently created repos. Or is the online version just using that API? Thanks :)

Luminger avatar Jun 23 '20 12:06 Luminger

I'm not sure why I closed it @Luminger! It basically polls this endpoint: https://developer.atlassian.com/bitbucket/api/2/reference/resource/repositories

eth0izzle avatar Jun 23 '20 20:06 eth0izzle

Hi @eth0izzle , How are you doing the searchs in gitlab? I'm really interested on understand that because AFAIK, you can do it through the Gitlab API but you need a token (easiest part) and then you need to play with the groups, projects, etc. Are you doing something different?

Regards and thanks!

delisyd avatar Nov 26 '20 20:11 delisyd

Can anyone help me out on how to get the live version with BitBucket?

devu-62442 avatar Apr 01 '21 07:04 devu-62442

Hi there, I am wondering how exactly we add support for these? There is no documentation about it. The only thing about it I found was this...

I look forw

ViroDaHaxr avatar May 04 '21 08:05 ViroDaHaxr