emacs-gitlab
emacs-gitlab copied to clipboard
A Gitlab client for Emacs
Ok, this might be a little bit of a pie in the sky wishlist, but... I was just iterating over some code in emacs, using magit to push my code,...
I originally tested this on a local gitlab instance, but after that failed I tried it on the official server and i'm seeing the same thing. ``` REQUEST [error] Error...
My emacs with your extension is not able to display an any text. This is a issue on russian language:  Thanks!
Any tips?
https://github.com/nlamirault/emacs-gitlab/blob/68318aca3206d50701039c9aae39734ca29a49f9/gitlab-issues.el#L89-L94 This function is declared interactive, but trying to invoke it fails because the interactive decl doesn't provide the mandatory argument.
I have the following in my config.org, When I run gitlab-login I get a 404 error. ``` (setq gitlab-host "https://gitcrate.org" gitlab-username "gregf" gitlab-passowrd "super_secure") (use-package gitlab :ensure t) ```
There is no [mocking](https://en.wikipedia.org/wiki/Mock_object) in the tests currently. One would need to set up a GitLab account and set up the expected data order to be able to run all...