[JIRA] [subversion-plugin] (JENKINS-25538) Add Phabricator as Repository Browser

2015-06-10 Thread aik.b...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Alexander Obuhovich commented on  JENKINS-25538 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Add Phabricator as Repository Browser  
 
 
 
 
 
 
 
 
 
 
C can be string of any length in uppercase, not just one letter. The $commitNumber also can be partial commit sha for GIT or revision number for SVN. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-25538) Add Phabricator as Repository Browser

2015-06-10 Thread ariste...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 aristedes commented on  JENKINS-25538 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Add Phabricator as Repository Browser  
 
 
 
 
 
 
 
 
 
 
Thanks for that clarification. If we just incorporate the repoCode into the base URL, then it shouldn't matter how long it is. We don't need to worry about git SHA since this task is only for the svn plugin. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-25538) Add Phabricator as Repository Browser

2015-06-09 Thread ariste...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 aristedes edited a comment on  JENKINS-25538 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Add Phabricator as Repository Browser  
 
 
 
 
 
 
 
 
 
 Toassistwiththedevelopmentofthis,hereisthepattern: http[s]?:// {{ ${baseURL}/r${repoCode}${commitNumber} }} ${repoCode}isaonecharactercodedefinedfortherepository.Ithastheletterrbeforeit.Really,itcouldallbepartofthebaseURLlikethis: {{ baseURL=https://phabricator.acme.com/rC }} andthenwejuststickthecommitnumberattheend. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-25538) Add Phabricator as Repository Browser

2015-06-09 Thread ariste...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 aristedes edited a comment on  JENKINS-25538 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Add Phabricator as Repository Browser  
 
 
 
 
 
 
 
 
 
 Toassistwiththedevelopmentofthis,hereisthepattern:{{$ { baseURL } /r$ { repoCode } $ { commitNumber}} } $ { repoCode } isaonecharactercodedefinedfortherepository.Ithastheletterrbeforeit.Really,itcouldallbepartofthebaseURLlikethis (where'C'istherepositorycode) :{{baseURL=https://phabricator.acme.com/rC}}andthenwejuststickthecommitnumberattheend. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-25538) Add Phabricator as Repository Browser

2015-03-08 Thread ariste...@java.net (JIRA)














































aristedes
 commented on  JENKINS-25538


Add Phabricator as Repository Browser















To assist with the development of this, here is the pattern:

https?://${baseURL}/r${repoCode}${commitNumber}

${repoCode} is a one character code defined for the repository. It has the letter "r" before it. Really, it could all be part of the baseURL like this:

baseURL = https://phabricator.acme.com/rC

and then we just stick the commit number at the end.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-25538) Add Phabricator as Repository Browser

2014-11-11 Thread aik.b...@gmail.com (JIRA)














































Alexander Obuhovich
 updated  JENKINS-25538


Add Phabricator as Repository Browser
















Change By:


Alexander Obuhovich
(11/Nov/14 10:46 AM)




Issue Type:


Bug
Improvement



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-25538) Add Phabricator as Repository Browser

2014-11-11 Thread aik.b...@gmail.com (JIRA)














































Alexander Obuhovich
 created  JENKINS-25538


Add Phabricator as Repository Browser















Issue Type:


Bug



Assignee:


Unassigned


Components:


subversion-plugin



Created:


11/Nov/14 10:45 AM



Description:


I know, that Git plugin supports Phabricator as Repository browser since 2013. Maybe same option can be added here?




Project:


Jenkins



Priority:


Minor



Reporter:


Alexander Obuhovich

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.