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 backend is using the wrong URL so i get a 404 #50

Open
gjnoonan opened this issue Dec 7, 2018 · 1 comment
Open

Gitlab backend is using the wrong URL so i get a 404 #50

gjnoonan opened this issue Dec 7, 2018 · 1 comment

Comments

@gjnoonan
Copy link

gjnoonan commented Dec 7, 2018

I see somebody else was getting 404s in #45

However I am still getting them I don't have /issues at the end. the url I am trying to import is gitlab.private.com/group/subgroup/project which is returning 404

according to the output in *Messages* it is trying to get the project from https://gitlab.private.com/api/v4/projects/gitab.pivate.com%2F/issues?per_page=100

it's stripped out the rest of the path and just using the domain name.

any help you could give would be great.

Many thanks

@gjnoonan
Copy link
Author

gjnoonan commented Dec 8, 2018

Figured out this was because of the regex in the org-sync-gitlab-url function.

I have updated the function, although I don't write much lisp so it could probably be Improved. Patch incoming..

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

No branches or pull requests

1 participant