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

BitBucket and GitLab support #9

Open
forestnd opened this issue Sep 27, 2019 · 11 comments
Open

BitBucket and GitLab support #9

forestnd opened this issue Sep 27, 2019 · 11 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@forestnd
Copy link

Hay Love this idea.

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

@eth0izzle
Copy link
Owner

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 eth0izzle self-assigned this Sep 29, 2019
@eth0izzle eth0izzle added the enhancement New feature or request label Sep 29, 2019
@eth0izzle
Copy link
Owner

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 eth0izzle changed the title Bitbucket support BitBucket and GitLab support Sep 30, 2019
@crisbal
Copy link

crisbal commented Nov 4, 2019

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!

@gsilvapt
Copy link

gsilvapt commented Feb 4, 2020

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?

@PaulSec
Copy link

PaulSec commented Feb 5, 2020

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

@Cronocide
Copy link

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

@Luminger
Copy link

Luminger commented Jun 23, 2020

@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 :)

@eth0izzle
Copy link
Owner

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 eth0izzle reopened this Jun 23, 2020
@eth0izzle eth0izzle added this to the v2 milestone Aug 14, 2020
@delisyd
Copy link

delisyd commented Nov 26, 2020

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!

Shay-yes referenced this issue Dec 5, 2020
* Adding multiple signatures

* Adding path formatting for windows user

Co-authored-by: git <stanislas.molveau@michelin.com>
@devu-62442
Copy link

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

@ViroDaHaxr
Copy link

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

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

No branches or pull requests

10 participants