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

Gitlab edit. #327

Open
momalenga opened this issue Jul 10, 2018 · 2 comments
Open

Gitlab edit. #327

momalenga opened this issue Jul 10, 2018 · 2 comments

Comments

@momalenga
Copy link

momalenga commented Jul 10, 2018

Detailed description

GitLab keeps giving an error when you try to sync repo's.

Context

It seems they have changed the way the API responds. You need to edit this file
app/Classes/Gitlab.php on line 51
change
'is_private' => $repo->public == true,
to something like
'is_private' => $repo->visibility,
because the $repo->public is no longer returned it is now visibility that is returned.

  • Version used (e.g. PHP 7.1, HHVM 3):
  • Shared Hosted cPaned
@realakuma
Copy link

Thanks!

@AgusRdz
Copy link
Contributor

AgusRdz commented Sep 5, 2018

I think this issue was closed in PR #330

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants