Commit Graph

  • f9cb3e0279 bind repository service factory Sebastian Sdorra 2012-06-16 11:55:21 +02:00
  • 2a08fa803e bind repository service resolver Sebastian Sdorra 2012-06-16 11:54:04 +02:00
  • 48eaca73ef create repository url from repository type and name Sebastian Sdorra 2012-06-15 18:58:26 +02:00
  • b95a275cb8 use createUrl instead of deprecated getUrl Sebastian Sdorra 2012-06-15 18:37:45 +02:00
  • 2e8481e63f mark url of repository as deprecated Sebastian Sdorra 2012-06-15 18:30:34 +02:00
  • c6e947ef3c merge with branch issue-182 Sebastian Sdorra 2012-06-15 16:36:02 +02:00
  • 71f8e9c846 close branch issue-182 Sebastian Sdorra 2012-06-15 16:35:05 +02:00
  • 659130a172 added compatibility modes for svn 1.7 Sebastian Sdorra 2012-06-15 16:33:10 +02:00
  • 402dd213f3 merge with branch issue-178 Sebastian Sdorra 2012-06-15 16:08:16 +02:00
  • 0ec4f5793b close branch issue-178 Sebastian Sdorra 2012-06-15 16:04:57 +02:00
  • 122008c978 merge with branch issue-183 Sebastian Sdorra 2012-06-15 16:04:06 +02:00
  • 394a01c4ed close branch issue-183 Sebastian Sdorra 2012-06-15 16:03:37 +02:00
  • 54e6c564d6 added warning message if javascript is disabled Sebastian Sdorra 2012-06-15 16:00:09 +02:00
  • bc99edb176 german localization for failedDescriptionText Sebastian Sdorra 2012-06-14 21:46:12 +02:00
  • ebd0bdd92e fix ugly login error message Sebastian Sdorra 2012-06-14 21:42:49 +02:00
  • c3fb8c04ca added option to disable pre processor execution Sebastian Sdorra 2012-06-13 16:31:38 +02:00
  • 50dc72be50 call pre processors in new repository api Sebastian Sdorra 2012-06-13 16:28:19 +02:00
  • 6de86c82c5 added helper class for pre processor handling Sebastian Sdorra 2012-06-13 16:23:43 +02:00
  • 44750e0e59 improve preprocessor api Sebastian Sdorra 2012-06-13 16:09:34 +02:00
  • e56cf1a41d enable all unit tests for hg log command Sebastian Sdorra 2012-06-13 15:40:01 +02:00
  • 402cc9af5a improve hg log command Sebastian Sdorra 2012-06-13 15:39:36 +02:00
  • 2f2b25aa1f added basic unit test for hg log command Sebastian Sdorra 2012-06-13 14:29:33 +02:00
  • 0bb11a1740 added unit test for hg blame command Sebastian Sdorra 2012-06-13 14:17:19 +02:00
  • 08f87390d4 added unit test for hg browse command Sebastian Sdorra 2012-06-13 14:13:42 +02:00
  • ab98be035d remove trailing slash from path Sebastian Sdorra 2012-06-13 14:03:28 +02:00
  • 354fe0a211 added unit test for hg cat command Sebastian Sdorra 2012-06-13 13:37:08 +02:00
  • 74045097b6 fix nullpointerexception Sebastian Sdorra 2012-06-13 13:36:46 +02:00
  • 89d0b305d7 implement mercurial log command Sebastian Sdorra 2012-06-13 12:33:03 +02:00
  • 0c5e8c944b implement blame command for mercurial Sebastian Sdorra 2012-06-13 12:28:11 +02:00
  • b1fcfa5328 implement diff command for mercurial Sebastian Sdorra 2012-06-13 12:25:19 +02:00
  • 67c6eef808 register hg browse command Sebastian Sdorra 2012-06-13 12:22:00 +02:00
  • dc913d3df6 implement browse command for mercurial Sebastian Sdorra 2012-06-13 12:20:55 +02:00
  • 9b4afc647a implement cat command for mercurial Sebastian Sdorra 2012-06-13 12:16:18 +02:00
  • 88dfaf8467 fix compile error Sebastian Sdorra 2012-06-13 12:16:01 +02:00
  • 468c17b38c remove jaxbcontext from AbstractHgHandler Sebastian Sdorra 2012-06-13 12:14:57 +02:00
  • c7370b84ab start implementation of new repository api for mercurial Sebastian Sdorra 2012-06-13 11:52:50 +02:00
  • 1ef88832b2 added missing svn test repository Sebastian Sdorra 2012-06-13 11:46:57 +02:00
  • 1d6246dad7 added unit test for svn log command Sebastian Sdorra 2012-06-13 11:46:42 +02:00
  • c930ad29e9 fix wrong start and end revision for svn log command Sebastian Sdorra 2012-06-13 11:46:22 +02:00
  • 090dfdaaa9 remove leading slash from svn modification paths Sebastian Sdorra 2012-06-13 11:39:57 +02:00
  • 56452e9de7 added unit test for svn blame command Sebastian Sdorra 2012-06-13 11:30:29 +02:00
  • 3936fd25a3 added unit test for svn browse command Sebastian Sdorra 2012-06-13 11:24:24 +02:00
  • 5801e6d084 added unit test for svn cat command Sebastian Sdorra 2012-06-13 11:20:22 +02:00
  • f66c81284a create basic test class for zipped repository tests Sebastian Sdorra 2012-06-13 10:32:48 +02:00
  • 75717bfea0 improve log command for svn Sebastian Sdorra 2012-06-13 10:28:09 +02:00
  • f7ec60bb9d start implementation of log command for subversion Sebastian Sdorra 2012-06-12 16:06:05 +02:00
  • 334401bf18 implement blame command for subversion Sebastian Sdorra 2012-06-12 15:58:44 +02:00
  • 16665a0b67 implement diff command for subversion Sebastian Sdorra 2012-06-12 15:48:50 +02:00
  • 018926632a implement browse command for subversion Sebastian Sdorra 2012-06-12 15:42:28 +02:00
  • d42a3c089e start implementation of new repository api for svn Sebastian Sdorra 2012-06-12 15:12:48 +02:00
  • 18ee133859 check read permissions in the repository service factory Sebastian Sdorra 2012-06-12 14:55:12 +02:00
  • eecaa04f05 added unit test for git blame command Sebastian Sdorra 2012-06-12 14:44:08 +02:00
  • 293e585d47 fix unit tests for git commands Sebastian Sdorra 2012-06-12 14:30:25 +02:00
  • 776ea53310 improve logging and exception handling of git commands Sebastian Sdorra 2012-06-12 14:27:16 +02:00
  • 491b26c4ed improve handling of exceptions Sebastian Sdorra 2012-06-12 14:17:15 +02:00
  • 94f46d587e improve unit test repository Sebastian Sdorra 2012-06-11 17:37:37 +02:00
  • f5f2184356 implement git blame command Sebastian Sdorra 2012-06-11 17:27:32 +02:00
  • d58e1ac2c9 added git diff command Sebastian Sdorra 2012-06-11 17:23:56 +02:00
  • 8f6bbb8eb5 added unit tests for git browse command Sebastian Sdorra 2012-06-11 17:15:14 +02:00
  • 4986a4cb30 implement git browse command Sebastian Sdorra 2012-06-11 16:57:25 +02:00
  • a407a6cb1d added unit tests for cat command Sebastian Sdorra 2012-06-11 16:38:07 +02:00
  • ad2cdfd967 implement cat command for git Sebastian Sdorra 2012-06-11 16:30:08 +02:00
  • b4380a0067 added unit tests for git log command Sebastian Sdorra 2012-06-11 16:24:14 +02:00
  • c209def286 reimplement getChangesets by request Sebastian Sdorra 2012-06-11 15:46:19 +02:00
  • c8b5902650 fix wrong end parameter Sebastian Sdorra 2012-06-11 15:16:55 +02:00
  • 4afe19285c start implementation of git log command Sebastian Sdorra 2012-06-11 14:24:19 +02:00
  • 8961e652ba initial import of new repository api and spi Sebastian Sdorra 2012-06-11 12:59:17 +02:00
  • ac0c0fb44c fix license headers Sebastian Sdorra 2012-06-11 12:43:52 +02:00
  • a3f2028ae6 update slf4j to version 1.6.5 Sebastian Sdorra 2012-06-09 11:47:42 +02:00
  • 3e1d4a0602 merge with branch issue-173 Sebastian Sdorra 2012-06-07 10:00:41 +02:00
  • 9092ead562 close branch issue-173 Sebastian Sdorra 2012-06-07 09:59:58 +02:00
  • d3976c861c fix mercurial import with non valid mail address in contact field Sebastian Sdorra 2012-06-06 14:59:31 +02:00
  • 66c0ba0ff4 merge with branch issue-170 Sebastian Sdorra 2012-06-04 16:26:51 +02:00
  • 586702b8cb close branch issue-170 Sebastian Sdorra 2012-06-04 16:25:50 +02:00
  • 33a0fdf52f improve logging for new httpclient options Sebastian Sdorra 2012-06-04 14:08:44 +02:00
  • ade02c31c5 disable ssl validation for mercurial hook detection Sebastian Sdorra 2012-06-04 14:06:30 +02:00
  • 715ceedf36 added option to ignore proxy settings Sebastian Sdorra 2012-06-04 14:01:58 +02:00
  • 12e56b46d8 added options to disable ssl verification Sebastian Sdorra 2012-06-04 13:59:52 +02:00
  • d9cedfd8b1 [maven-release-plugin] prepare for next development iteration Sebastian Sdorra 2012-06-03 11:23:33 +02:00
  • 212c4d897d [maven-release-plugin] copy for tag 1.16 Sebastian Sdorra 2012-06-03 11:23:32 +02:00
  • e837e37817 [maven-release-plugin] prepare release 1.16 1.16 Sebastian Sdorra 2012-06-03 11:23:31 +02:00
  • 4af358d385 fix wrong error messages Sebastian Sdorra 2012-06-03 11:07:13 +02:00
  • 043421b9c1 do not exclude sqljet Sebastian Sdorra 2012-06-03 11:06:26 +02:00
  • dd34930657 update orientdb to version 1.0.1 Sebastian Sdorra 2012-06-03 10:27:00 +02:00
  • b24dc12575 update jetty to version 7.6.4.v20120524 Sebastian Sdorra 2012-06-03 10:26:02 +02:00
  • b50322164d update logback to version 1.0.4 Sebastian Sdorra 2012-06-03 10:25:16 +02:00
  • 6684643717 merge with branch issue-162 Sebastian Sdorra 2012-06-03 10:15:59 +02:00
  • 9342316885 close branch issue-162 Sebastian Sdorra 2012-06-03 10:15:11 +02:00
  • 44fc1148e8 merge with branch issue-160 Sebastian Sdorra 2012-06-03 10:13:07 +02:00
  • 1af1fc1a76 close branch issue-160 Sebastian Sdorra 2012-06-03 10:12:26 +02:00
  • 3d47f085cf fix wrong comment Sebastian Sdorra 2012-06-02 15:07:27 +02:00
  • a5fa1fc007 improve mercurial hook error handling Sebastian Sdorra 2012-06-02 15:06:59 +02:00
  • 3ba0766281 added missing log parameter Sebastian Sdorra 2012-06-02 14:44:45 +02:00
  • 5f5fe1cf58 implement hook url detection Sebastian Sdorra 2012-06-02 14:42:46 +02:00
  • 193d25c962 use debug loglevel as development default Sebastian Sdorra 2012-06-02 14:35:34 +02:00
  • d93dc4803a compress massive gzip logging on trace log level Sebastian Sdorra 2012-06-02 13:11:46 +02:00
  • be17a3a150 merge with branch issue-154 Sebastian Sdorra 2012-06-01 15:52:25 +02:00
  • 7ee77319c4 close branch issue-154 Sebastian Sdorra 2012-06-01 15:51:55 +02:00
  • 2d46810bb2 cleanup empty directories during repository delete Sebastian Sdorra 2012-05-30 08:50:50 +02:00
  • 0508068311 fix bug in isChild method and added isEmpty method to IOUtil Sebastian Sdorra 2012-05-30 08:50:22 +02:00