Hide Forgot
The only git-uri that the REST service currently reports is the one on the gear: <response> <messages/> <data> <gear> ... <uuid>de33eace81a741bea1d55c467bf68475</uuid> <git-url>ssh://XXXXX/~/git/jbossas.git/</git-url> </gear> According to what we discussed in our meeting, this git uri is not the one that the user shall push it's code changes too. We therefore need a git-uri property on application resource.
A new property (git_url) has been added to the XML/JSON output of the application object being returned for a REST call.
(In reply to comment #1) > A new property (git_url) has been added to the XML/JSON output of the > application object being returned for a REST call. Test it on devenv_1679, git url is provided: <git-url>ssh://9ff35777cc6c436dabef1d7414fe649d.rhcloud.com/~/git/scaleruby1.git/</git-url> <creation-time>2012-03-29T02:14:17-04:00</creation-time> <framework>ruby-1.8</framework>