emacs-gitlab icon indicating copy to clipboard operation
emacs-gitlab copied to clipboard

A Gitlab client for Emacs

Results 22 emacs-gitlab issues
Sort by recently updated
recently updated
newest added

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: ![image](https://cloud.githubusercontent.com/assets/10114447/24789187/8adb951c-1b7a-11e7-9fc2-41a130ec39f6.png) Thanks!

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.

As the subject said

question

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...