dneves / gitlab-integration-plugin

Intellij Plugin for GitLab Integration
MIT License
37 stars 14 forks source link

support (php storm) #1

Closed FloSeas closed 10 years ago

FloSeas commented 10 years ago

Hello, Thank you for your plugin!

I'd like to use it because we have a gitlab forge and that should be fun to use it with my php storm.

I'm a symfony 2 coder so even if i know a bit java i'm not pro with it.

I saw your plugin on itellij web site, but unfortunatly there is not doc or i can't find it.

The php way of doc bundle is in resource/doc maybe i'm dumb but i'd like to have a brief overview of the features, Also have some docs to be able to use it if it matches my needs.

It's pretty rough to enter in without doc and also more hard to contribute.

A few more questions:

does your plugin works with phpstorm?

If you could provide some doc it would be great.

Thank you for your work !

Florian

dneves commented 10 years ago

Hello

Thank you for your feedback.

Sorry for the lack of documentation. Didn't have much time to update the plugin the past weeks.

First of all, i'd like to warn you that you need to run your IDE with Java7

Then, once you install the plugin and enable it in IDE Settings -> Plugins, there will be an entry 'GitLab Integration' in IDE Settings. You'll need to put GitLab Host and API private key there. ( to get the api private key, go to your gitlab, profile settings -> Account and copy your 'Private token' )

After this the plugin is ready for use. There will be a button (a tool window) at the bottom bar of the IDE (close to 'Changes', 'Version Control', 'TODO', etc).

From there, if your plugin is correctly setup, the list of projects and their issues will show up in that tool window ( Gitlab Integration )

Double click on an issue to see/edit details, right click to change status etc.

Anyway, this plugin is a bit deprecated since there is 'native' support for this kind of stuff in Intellij platform in Tools -> Tasks & Contexts. I'd like to integrate my plugin with this 'native' support, but unfortunately dont'd know when i'll have the time to do it - but its certainly something i'd like to do.

Any problems, suggestions, anything, tell me :)

Thank you,

Diogo Neves

2014-05-12 14:30 GMT+01:00 florale notifications@github.com:

Hello, Thank you for your plugin!

I'd like to use it because we have a gitlab forge and that should be fun to use it with my php storm.

I'm a symfony 2 coder so even if i know a bit java i'm not pro with it.

I saw your plugin on itellij web site, but unfortunatly there is not doc or i can't find it.

The php way of doc bundle is in resource/doc maybe i'm dumb but i'd like to have a brief overview of the features, Also have some docs to be able to use it if it matches my needs.

It's pretty rough to enter in without doc and also more hard to contribute.

A few more questions:

does your plugin works with phpstorm?

If you could provide some doc it would be great.

Thank you for your work !

Florian

— Reply to this email directly or view it on GitHubhttps://github.com/dneves/gitlab-integration-plugin/issues/1 .

FloSeas commented 10 years ago

hey!,

ty for your quick reply.

My plugin was nicely configured, but i didn't see the gitlab button :p

now i see it.

In fact the cool way should be some context menu that is more intuitive. I searched a bit for the context menu but did'nt find so your support arrived in great time.

For suggestion i can have lot, and i think it macthes some needs.

I have a problem not of your concern, in fact it's in my company, system ingeneers are paranoid cause of security audits :/

So All api's are closed... even i can't connect a mantis server.

but our gitlab is ok so your plugin works.

Ty for your time, i'll explore a bit more php storm, there are a lost of features.

I close the issu may it helps someone later.

Ty,

florian

dunglehome commented 9 years ago

thanks Diogo for your plugin work and support.