Hi again,

Ah okey, thanks for the explanation, then my setup works as expected.

It would be cool if we automatically can close issues directly in redmine
via commit-message, maybe I'll take a look at that some point in the
distant future :)

Best regards,
Patrik Martinsson,
Sweden


On Wed, Mar 25, 2015 at 12:26 PM, NemesisRE <nemesis...@gmail.com> wrote:

> Currently the only point behind the integration is (or was didn't use it
> for a while)  that if you commit something
> and refer to the ticket it will be linked.
> It will not show the issues in the Gitlab interface.
>
> So the only benefit of the integration is the linking in the commit
> message...
>
> Mit freundlichen Grüßen/Kind regards
>
> *Steven "NemesisRE" Köberich*
> Hambacherstr. 28
> 76187 Karlsruhe
>
> +49 177 61 200 30
>
>  nemesis...@gmail.com  http://nrecom.net
>  Steven "NemesisRE" Köberich
> <https://plus.google.com/101816092604518787538/posts>  Steven Köberich
> <https://www.facebook.com/skoeberich>
>  Steven Köberich <http://www.xing.com/profile/Steven_Koeberich>   Steven
> Köberich <http://www.linkedin.com/pub/steven-k%C3%B6berich/31/184/a37>
>  NemesisRE <https://twitter.com/NemesisRE>    nemesissre
>
> 2015-03-25 12:19 GMT+01:00 NemesisRE <nemesis...@gmail.com>:
>
>> Hi again,
>> I think I was too fast :P they changed the behavior
>>
>>     redmine:
>>       title: "Redmine"
>>       project_url: "https://[YOURDOMAIN]/projects/[YOURPROJECTNAME]";
>>       issues_url: "https://[YOURDOMAIN]/issues/:id";
>>       new_issue_url: "https://
>> [YOURDOMAIN]/projects/[YOURPROJECTNAME]/issues/new"
>>
>>
>> Mit freundlichen Grüßen/Kind regards
>>
>> *Steven "NemesisRE" Köberich*
>> Hambacherstr. 28
>> 76187 Karlsruhe
>>
>> +49 177 61 200 30
>>
>>  nemesis...@gmail.com  http://nrecom.net
>>  Steven "NemesisRE" Köberich
>> <https://plus.google.com/101816092604518787538/posts>  Steven Köberich
>> <https://www.facebook.com/skoeberich>
>>  Steven Köberich <http://www.xing.com/profile/Steven_Koeberich>   Steven
>> Köberich <http://www.linkedin.com/pub/steven-k%C3%B6berich/31/184/a37>
>>  NemesisRE <https://twitter.com/NemesisRE>    nemesissre
>>
>> 2015-03-25 12:04 GMT+01:00 NemesisRE <nemesis...@gmail.com>:
>>
>>> Hi,
>>>
>>> I had the same Problem, I thought I have to replace the colon variables
>>> but you don't
>>>
>>>     redmine:
>>>>       title: "Redmine"
>>>>       project_url: "https://[YOURDOMAIN]/projects/:issues_tracker_id";
>>>>       issues_url: "https://
>>>> [YOURDOMAIN]/:project_id/:issues_tracker_id/:id"
>>>>       new_issue_url: "https://
>>>> [YOURDOMAIN]/projects/:issues_tracker_id/issues/new"
>>>
>>>
>>> Mit freundlichen Grüßen/Kind regards
>>>
>>> *Steven "NemesisRE" Köberich*
>>> Hambacherstr. 28
>>> 76187 Karlsruhe
>>>
>>> +49 177 61 200 30
>>>
>>>  nemesis...@gmail.com  http://nrecom.net
>>>  Steven "NemesisRE" Köberich
>>> <https://plus.google.com/101816092604518787538/posts>  Steven Köberich
>>> <https://www.facebook.com/skoeberich>
>>>  Steven Köberich <http://www.xing.com/profile/Steven_Koeberich>   Steven
>>> Köberich <http://www.linkedin.com/pub/steven-k%C3%B6berich/31/184/a37>
>>>  NemesisRE <https://twitter.com/NemesisRE>    nemesissre
>>>
>>> 2015-03-25 8:47 GMT+01:00 Patrik Martinsson <martinsson.pat...@gmail.com
>>> >:
>>>
>>>> Hi guys,
>>>>
>>>> First off, this is an awesome project, keep it up!
>>>>
>>>> We are using the latest omnibus-gitlab-release
>>>> (gitlab-7.9.0_omnibus.2-1.el7.x86_64) and we have a successful installation
>>>> at our company.
>>>> I'm having some trouble understanding the redmine-integration-feature
>>>> (Project -> Settings -> Services -> Redmine) though.
>>>>
>>>> I've applied the url's required by the settings-dialog,
>>>>
>>>> Description : Redmine issue tracker
>>>> Project Url : https://xx/projects/myredmineproject
>>>> Issues Url  : https://xx/issues/:id
>>>> New Issue Url : https://xx/projects/myredmineproject/issues/new
>>>>
>>>> Clicking the "Test settings button" gives me a "We're sorry, but
>>>> something went wrong"-page, and this shows up in the production-log,
>>>>
>>>> > 2015-03-24T17:04:56.182821+00:00 xx INFOProcessing by
>>>> Projects::ServicesController#test as HTML
>>>> > 2015-03-24T17:04:56.182823+00:00 xx INFO  Parameters:
>>>> {"namespace_id"=>"foo", "project_id"=>"asdf", "id"=>"redmine"}
>>>> > 2015-03-24T17:04:56.182824+00:00 xx INFOCompleted 500 Internal Server
>>>> Error in 38ms
>>>> > 2015-03-24T17:04:56.182826+00:00 xx INFONet::HTTPBadResponse (wrong
>>>> status line: "<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\">"):
>>>> > 2015-03-24T17:04:56.182827+00:00 xx INFO
>>>>  app/models/project_services/issue_tracker_service.rb:76:in `execute'
>>>> > 2015-03-24T17:04:56.182829+00:00 xx INFO  app/control
>>>>
>>>> However, if I return to the project-page in gitlab and,
>>>> - I click the "issues-button" within the project, it redirects me to my
>>>> "redmine-project-page"
>>>> - I click the "new-issue" within the "burger-menu", it redirects me to
>>>> my "new-issue-within-my-project-redmine-page"
>>>>
>>>> So, basically what I'm wondering is,
>>>> - How is this integration suppose to work ?
>>>> - The issues i create in redmine, should'nt they be visible in gitlab ?
>>>> - The result of the "test settings-button" suggests that there is
>>>> something wrong with the setup, no?
>>>> - Our redmine setup requires us to login with username/password, so I
>>>> don't really understand how gitlab is suppose to interact with it ?
>>>>
>>>> Or, am I way lost and have missed the entire point of the integration ?
>>>>
>>>> I would be grateful for all the help I can get.
>>>>
>>>> Best Regards,
>>>> Patrik Martinsson,
>>>> Sweden
>>>>
>>>>
>>>> --
>>>> You received this message because you are subscribed to the Google
>>>> Groups "GitLab" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send
>>>> an email to gitlabhq+unsubscr...@googlegroups.com.
>>>> To view this discussion on the web visit
>>>> https://groups.google.com/d/msgid/gitlabhq/96844ced-a2e5-4b20-9885-d3ad00818249%40googlegroups.com
>>>> <https://groups.google.com/d/msgid/gitlabhq/96844ced-a2e5-4b20-9885-d3ad00818249%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>> .
>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>>
>>>
>>
>  --
> You received this message because you are subscribed to a topic in the
> Google Groups "GitLab" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/gitlabhq/6JbnHRKQKsI/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> gitlabhq+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/gitlabhq/CANR78uEufwd2ibOgtE_4_91QJP2YqU9fuWU3OVhxmJLAZdAMFA%40mail.gmail.com
> <https://groups.google.com/d/msgid/gitlabhq/CANR78uEufwd2ibOgtE_4_91QJP2YqU9fuWU3OVhxmJLAZdAMFA%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitlabhq+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/CADT52ph7YcqJSevz_yG4hUGV9DvPYX3viKuuuD1qWe6tH5BguA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to