Skip to content

Commit

Permalink
fix capitalization to GitLab
Browse files Browse the repository at this point in the history
  • Loading branch information
bbodenmiller authored Apr 22, 2017
1 parent 1af9418 commit a0a57e2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Mylyn Gitlab Connector
# Mylyn GitLab Connector


The Mylyn Gitlab Connector allows you to connect Mylyn to your self hosted Gitlab instance in order to manage your issues on Gitlab with your local Eclipse instance.
The Mylyn GitLab Connector allows you to connect Mylyn to your self hosted GitLab instance in order to manage your issues on Gitlab with your local Eclipse instance.


## Features
Expand All @@ -17,15 +17,15 @@ The Mylyn Gitlab Connector allows you to connect Mylyn to your self hosted Gitla
## Missing features

* Password prompt (I just don't know how...)
* Attachments. Downloading attachments should be possible, but is not implemented yet. Uploading attachments doesn't seem to be possible with the current Gitlab API.
* Attachments. Downloading attachments should be possible, but is not implemented yet. Uploading attachments doesn't seem to be possible with the current GitLab API.
* Project member management and milestone management. I won't implement this...


## Usage

1. Install the plugin obviously (you can use the http://pweingardt.github.com/mylyn-gitlab update site)
2. Add a new Connector, using the new Gitlab Connector
1. enter the project URL (something like http(s)://my-gitlab-instance.org/myname/myproject)
2. Add a new Connector, using the new GitLab Connector
1. enter the project URL (something like `http(s)://my-gitlab-instance.org/myname/myproject`)
2. enter your usename and your password
3. **Do not forget to check the "Save Password" checkbox**. I don't know how to create a password prompt...
3. You can now create queries and issues
Expand All @@ -46,6 +46,6 @@ Say you want to search for open bugs and features (issues that are either featur

## Known issues

* If you created a new milestone or added a new project member via the web interface, you have to update the repository configuration, so that the connector reloads the project members and milestones. Right click on the gitlab repository in the Task repositories view and click on "Update Repository Configuration".
* If you created a new milestone or added a new project member via the web interface, you have to update the repository configuration, so that the connector reloads the project members and milestones. Right click on the GitLab repository in the Task repositories view and click on "Update Repository Configuration".
* Offline mode does not work.
* Maven generally. This is my first project using Maven, so it might not work on a different machine

0 comments on commit a0a57e2

Please sign in to comment.