-
Notifications
You must be signed in to change notification settings - Fork 30
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
Q: How to get up and running against private repositories on gitlab.com/<org>? #34
Comments
Hi @norrs! I assume you added a private token to the page query params? (that should take care of the 401) Re CORS: can you share the exact error you're getting? Is it related to "Credential" as mentioned in this issue? (the code for Gitlab CORS is here) |
@f-f : So if I understand this correctly, the current limitation lies here https://github.com/KSF-Media/gitlab-dashboard/blob/master/src/Gitlab.purs#L148 as this only lists the projects at a given So when we are using hosted gitlab at gitlab.com and have a dedicated group
https://docs.gitlab.com/ee/api/groups.html#list-a-group-s-subgroups Because you could have a group
So API url for Sadly my haskell skillset is rather limited, and this also looks like an interesting project with haskell to javascript magic! (:-D) |
@norrs nice, that's a really good analysis 👍 I'll consider this a bug, but we'll get around to fixing this probably in some weeks (we have some things to ship in the next weeks here at work) So I'll leave the outline of a possible implementation for the fix if you'd like to try to do it:
If you have any questions comment here or we can chat on twitter (I have open messages) Hope it helps! :) |
I seem to be getting cors or 401 unauthorized issues when trying this towards a private organization. Demo host works with the public gitlab for public projects.
Any idea how to get this working for private organization? :-)
The text was updated successfully, but these errors were encountered: