Commit Graph

1015 Commits

Author SHA1 Message Date
Sebastian Sdorra
480a188763 remove unused imports 2015-06-20 15:36:54 +02:00
Sebastian Sdorra
d4081e2af5 improve check for legacy passwords 2015-06-20 15:36:17 +02:00
Sebastian Sdorra
a6c8afc3c2 skip legacy authentication realm for new shiro passwords 2015-06-20 15:16:21 +02:00
Sebastian Sdorra
9ba2fa8975 [maven-release-plugin] prepare for next development iteration 2015-06-14 19:53:33 +02:00
Sebastian Sdorra
b24df8d9f1 [maven-release-plugin] prepare release 1.46 2015-06-14 19:53:33 +02:00
Sebastian Sdorra
6c96a57cf8 fix a bug in git submodule detection 2015-06-14 18:59:38 +02:00
Sebastian Sdorra
0f1ac3f952 expose latest changeset id of branch 2015-06-13 19:56:16 +02:00
Sebastian Sdorra
bdb202dd8c track time for processing mercurial request on debug logging 2015-06-11 22:10:32 +02:00
Sebastian Sdorra
656085c698 use ahc for internal http operations 2015-05-17 14:04:58 +02:00
Sebastian Sdorra
63fb1f23e9 update smp-maven-plugin to fix slf4j conflict with maven versions >= 3.1.0 2015-03-21 16:56:42 +01:00
Sebastian Sdorra
debcacb61f use basic authorization header for mercurial hook authentication 2015-03-21 15:56:51 +01:00
Sebastian Sdorra
b2e1c1e1f8 do not create http session to pass mercurial environment for cgi 2015-03-21 15:55:25 +01:00
Sebastian Sdorra
be385e4f2e implement a new authentication filter, which uses a set of WebTokenGenerator to handle authentication requests 2015-02-21 21:06:35 +01:00
Sebastian Sdorra
451490e95a [maven-release-plugin] prepare for next development iteration 2015-02-17 10:01:30 +01:00
Sebastian Sdorra
69b691f010 [maven-release-plugin] prepare release 1.45 2015-02-17 10:01:29 +01:00
Sebastian Sdorra
30733f96b8 indent 2015-02-16 15:38:31 +01:00
Sebastian Sdorra
e5184ac6a0 merge with branch issue-627 2015-02-10 20:50:06 +01:00
Sebastian Sdorra
8ccaaf3695 remove auto login modules because they are not longer needed, since we can determine the order of the filter chain 2015-02-06 22:41:34 +01:00
Sebastian Sdorra
30b49490a7 make use of new WebElement and Priority annotation 2015-02-01 19:52:53 +01:00
Sebastian Sdorra
79e1e5e972 added module to register servlets and filters by new WebElement annotation 2015-02-01 19:14:46 +01:00
Sebastian Sdorra
7877db00c9 update servlet api to version 3.0.1 2015-01-25 16:52:11 +01:00
Sebastian Sdorra
436b27e8fc introducing HookBranchProvider to get informations about changed branches during a hook, see issue #668 2015-01-24 11:08:16 +01:00
Sebastian Sdorra
d707f0ee47 servlet fields should be final 2015-01-23 21:44:04 +01:00
Sebastian Sdorra
31bb6dfe6d return a property for closed branches 2015-01-19 17:54:57 +01:00
Sebastian Sdorra
dcbd1d597e avoid receiving duplicate git commits, during a push with multiple new branches 2015-01-18 21:26:39 +01:00
Sebastian Sdorra
e2b4862ad4 retrieve only new git commits, do not collect commits from existing branches 2015-01-18 18:32:06 +01:00
Sebastian Sdorra
2254f05af8 [maven-release-plugin] prepare for next development iteration 2014-12-23 12:24:57 +01:00
Sebastian Sdorra
430b2de1fb [maven-release-plugin] prepare release 1.44 2014-12-23 12:24:56 +01:00
Sebastian Sdorra
28aa1137f0 added legacy plugin to support scm-manager 1.x password hashes 2014-12-20 11:33:03 +01:00
Sebastian Sdorra
4fa8e6e88a replace scm-manager 1.x security api with apache shiro and use PasswordService for stronger password hashes 2014-12-14 12:26:03 +01:00
Sebastian Sdorra
876f501644 [maven-release-plugin] prepare for next development iteration 2014-12-13 16:29:17 +01:00
Sebastian Sdorra
ce44d86341 [maven-release-plugin] prepare release 2.0.0-M1 2014-12-13 16:29:16 +01:00
Sebastian Sdorra
dda5887f37 use version 1.0.0-alpha-1 of smp-maven-plugin 2014-12-13 15:24:43 +01:00
Sebastian Sdorra
4e0d29a392 use version 0.7-scm1 of javahg 2014-12-06 18:37:56 +01:00
Sebastian Sdorra
d6ce7383d6 merge with branch 1.x 2014-12-06 15:42:10 +01:00
Sebastian Sdorra
7cb36c4a16 added dtd validation to plugin descriptors 2014-12-06 15:13:28 +01:00
Sebastian Sdorra
120fe9a5a4 [maven-release-plugin] prepare for next development iteration 2014-12-01 15:42:53 +01:00
Sebastian Sdorra
65ba3bdbdd [maven-release-plugin] prepare release 1.43 2014-12-01 15:42:51 +01:00
Sebastian Sdorra
895af89c12 fix wrong changeset count for git push and pull commands 2014-12-01 14:45:43 +01:00
Sebastian Sdorra
47e073ebe6 merge with branch issue-634 2014-12-01 11:34:08 +01:00
Yuri Konotopov
fa40264997 Added utf-8 response encoding for git quick commit view 2014-11-25 19:35:56 +03:00
Sebastian Sdorra
c2cfe21945 do not try to convert git changesets from a receive command of type delete 2014-11-04 15:54:38 +01:00
Sebastian Sdorra
3e6ef0ce65 return changeset count for bundle and unbundle command 2014-11-02 17:55:59 +01:00
Sebastian Sdorra
38c0e357e2 unit tests for svn bundle/unbundle commands 2014-11-02 16:33:15 +01:00
Sebastian Sdorra
ab1d628467 exclude old guava dependency from scm-hg-plugin 2014-11-02 10:52:47 +01:00
Sebastian Sdorra
75c244fcdb improve bundle/unbundle api, by using ByteSource and ByteSink 2014-11-02 10:44:17 +01:00
Sebastian Sdorra
514e82498a implement bundle/unbundle command for subversion repository provider 2014-11-01 12:35:33 +01:00
Sebastian Sdorra
a6ecd7ba00 implement push/pull for remote urls 2014-11-01 12:32:21 +01:00
Sebastian Sdorra
2c614e4802 [maven-release-plugin] prepare for next development iteration 2014-10-20 09:34:53 +02:00
Sebastian Sdorra
9b4bfc5cc5 [maven-release-plugin] prepare release 1.42 2014-10-20 09:34:52 +02:00