Sebastian Sdorra
|
e7dd54c133
|
#970 added ngrep dumps for mercurial wire protocol and more realistic tests for isWriteRequest
|
2018-03-29 10:21:34 +02:00 |
|
Sebastian Sdorra
|
7d94b03a04
|
#959 added option to disable ssl validation for scm mercurial hook
|
2018-02-23 08:44:22 +01:00 |
|
Gábor Stefanik
|
77eea15417
|
oops... don't interpret "close=junk" as "close=1"
|
2017-09-18 12:34:50 +00:00 |
|
Gábor Stefanik
|
14ee6ef0d6
|
prevent binary data in {extras} from interfering with UTF-8 decoding
|
2017-09-18 12:30:20 +00:00 |
|
Sebastian Sdorra
|
b51fba2282
|
fix repository browsing with mercurial 4.x
|
2017-06-06 08:14:04 +02:00 |
|
Sebastian Sdorra
|
7e6f4e1a7f
|
fix some warning and removed some unused imports
|
2017-01-14 12:05:53 +01:00 |
|
Sebastian Sdorra
|
c149b180a1
|
use newer repository client api
|
2017-01-14 11:48:42 +01:00 |
|
Sebastian Sdorra
|
c6f66c1a32
|
merge with branch issue-859
|
2016-10-03 10:53:26 +02:00 |
|
Sebastian Sdorra
|
264a1af634
|
treat HEAD, OPTIONS and TRACE as mercurial read requests not only GET, see issue #859
|
2016-09-30 22:23:14 +02:00 |
|
Sebastian Sdorra
|
c988b01ab7
|
remove test hook
|
2016-09-29 09:23:13 +02:00 |
|
Sebastian Sdorra
|
617ed81b53
|
implemented HookTagProvider api for mercurial
|
2016-09-29 09:11:53 +02:00 |
|
Sebastian Sdorra
|
1cf399ab2d
|
implement mercurial repository test client
|
2016-07-26 00:16:14 +02:00 |
|
Sebastian Sdorra
|
b5383f4073
|
fix loading of repository handler informations on some systems, see issue #841
|
2016-06-24 17:58:02 +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
|
e5184ac6a0
|
merge with branch issue-627
|
2015-02-10 20:50:06 +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
|
75c244fcdb
|
improve bundle/unbundle api, by using ByteSource and ByteSink
|
2014-11-02 10:44:17 +01:00 |
|
Sebastian Sdorra
|
a6ecd7ba00
|
implement push/pull for remote urls
|
2014-11-01 12:32:21 +01:00 |
|
Sebastian Sdorra
|
8e608d2439
|
created small user-agent detection framework to choose the right encoding for basic authentication
|
2014-10-17 15:43:28 +02:00 |
|
Sebastian Sdorra
|
72978a05af
|
remove unused imports
|
2014-05-08 21:27:15 +02:00 |
|
Sebastian Sdorra
|
9f654293a0
|
execute HgHealthCheck only for mercurial repositories
|
2014-05-08 21:11:51 +02:00 |
|
Sebastian Sdorra
|
ac5b2ddd0e
|
implement simple health check for mercurial repositories
|
2014-05-08 21:09:45 +02:00 |
|
Sebastian Sdorra
|
1388052ace
|
return authentication header, if the login attempt limit is disabled
|
2014-04-20 13:11:41 +02:00 |
|
Sebastian Sdorra
|
5c44df3e4c
|
use userAgentStartsWith method for user agent check
|
2014-03-16 11:49:44 +01:00 |
|
Sebastian Sdorra
|
9db7284f27
|
use client messages
|
2014-03-16 11:28:09 +01:00 |
|
Sebastian Sdorra
|
b131d4b804
|
improve error handling for failed authentication and not enough privileges
|
2014-03-15 16:12:14 +01:00 |
|
Sebastian Sdorra
|
2cb3e668db
|
fix mercurial out of scope exception on startup
|
2014-03-09 14:48:43 +01:00 |
|
Sebastian Sdorra
|
bc61218bf8
|
fix bug with passwords which contains a colon
|
2014-01-17 15:56:18 +01:00 |
|
Sebastian Sdorra
|
05052d9584
|
merge with branch issue-499
|
2013-12-13 08:06:54 +01:00 |
|
Sebastian Sdorra
|
b8480ac58d
|
fix python path for scm mercurial packages
|
2013-12-10 08:22:18 +01:00 |
|
Sebastian Sdorra
|
e135fdc715
|
remove unused imports
|
2013-12-06 08:49:28 +01:00 |
|
Sebastian Sdorra
|
5637c1a8a2
|
allow multi line mercurial messages
|
2013-10-01 21:40:27 +02:00 |
|
Sebastian Sdorra
|
1b09dc4d56
|
merge with branch issue-451
|
2013-09-30 07:51:13 +02:00 |
|
Sebastian Sdorra
|
2b91053909
|
fix out of scope exception on access hgcontext
|
2013-09-27 17:59:53 +02:00 |
|
Sebastian Sdorra
|
86c6ecd9e8
|
added support for git diff output format to the mercurial repository provider
|
2013-08-23 13:24:24 +02:00 |
|
Sebastian Sdorra
|
bf4d5b4e83
|
merge with branch issue-424
|
2013-08-09 11:11:40 +02:00 |
|
Sebastian Sdorra
|
e1667c6e39
|
use str(e) if e.read() and e.conn is not available on scmhooks.py
|
2013-08-08 15:49:42 +02:00 |
|
Sebastian Sdorra
|
23dfcd97ae
|
fix handling of pending changesets during pre receive repository hooks
|
2013-08-07 10:09:14 +02:00 |
|
Sebastian Sdorra
|
cc154f0e10
|
fix synchronization on mercurial hooks
|
2013-08-07 09:20:37 +02:00 |
|
Sebastian Sdorra
|
eec1d32daf
|
print messages even if the push is aborted
|
2013-07-27 17:18:38 +02:00 |
|
Sebastian Sdorra
|
07871b9cdb
|
handle response of HookChangesetProvider should be synchronized
|
2013-07-27 15:47:26 +02:00 |
|
Sebastian Sdorra
|
3b279edb7d
|
remove old event classes
|
2013-07-24 21:04:31 +02:00 |
|
Sebastian Sdorra
|
7d34b48b3d
|
fix typo in package name
|
2013-07-24 21:03:01 +02:00 |
|
Sebastian Sdorra
|
86bd700bf6
|
implement new hook api for mercurial repositories
|
2013-07-22 11:40:03 +02:00 |
|
Sebastian Sdorra
|
915ab64049
|
fix wrong python path on mercurial homebrew installations
|
2013-06-24 15:47:26 +02:00 |
|
Sebastian Sdorra
|
345392d309
|
fix license headers
|
2013-05-30 09:29:28 +02:00 |
|