Commit Graph

1001 Commits

Author SHA1 Message Date
René Pfeuffer
33e7a1374d Merge branch 'develop' into feature/hg_hooks_over_tcp 2020-11-20 14:33:10 +01:00
CES Marvin
9baa1f930b prepare for next development iteration 2020-11-20 10:22:37 +00:00
CES Marvin
a4d0771f6f release version 2.10.0 2020-11-20 09:36:03 +00:00
Sebastian Sdorra
959dfb8f45 Fix compiler error 2020-11-19 14:49:29 +01:00
Sebastian Sdorra
0841a0a409 Merge branch 'feature/hg_hooks_over_tcp' of github.com:scm-manager/scm-manager into feature/hg_hooks_over_tcp 2020-11-19 14:34:56 +01:00
Eduard Heimbuch
0b96e7d08b Merge branch 'develop' into feature/hg_hooks_over_tcp 2020-11-19 14:31:00 +01:00
Sebastian Sdorra
1311061c82 Pass transaction id from request to mercurial hooks 2020-11-19 14:30:39 +01:00
René Pfeuffer
69a3a8a2da Convert update dto classes to interfaces 2020-11-19 13:19:49 +01:00
Sebastian Sdorra
29faa5ec6c Fix review findings 2020-11-19 12:22:52 +01:00
Sebastian Sdorra
982743e827 Fix review findings 2020-11-19 10:21:17 +01:00
Sebastian Sdorra
b6c5a253cb Fixed missing messages on exceptions during hook 2020-11-19 09:26:36 +01:00
René Pfeuffer
bab4a56e22 Make dtos for schema docs unusable 2020-11-19 07:48:21 +01:00
Florian Scholdei
3384707517 Add examples to scm-plugins resources and create DTO adapted to schemata 2020-11-18 17:12:04 +01:00
Sebastian Sdorra
58a0c515b0 Merge with develop branch 2020-11-18 10:07:28 +01:00
Eduard Heimbuch
a0e7073bdf Merge pull request #1417 from scm-manager/bugfix/close_hg_diff_stream
Fix missing close of hg diff command
2020-11-16 11:15:57 +01:00
René Pfeuffer
f8219305a3 Strip 'Error:' from hg error messages 2020-11-12 13:52:37 +01:00
René Pfeuffer
01a5dbd091 Show messages from native scm protocol 2020-11-12 11:41:04 +01:00
CES Marvin
59e28ec313 prepare for next development iteration 2020-11-11 17:48:56 +00:00
CES Marvin
bc4c2df27c release version 2.9.1 2020-11-11 17:15:36 +00:00
Sebastian Sdorra
6c8c30b929 Fix missing close of hg diff command 2020-11-10 11:09:23 +01:00
Sebastian Sdorra
3fe678e4a0 Remove disableHookSSLValidation field from mercurial settings form 2020-11-10 10:18:03 +01:00
Sebastian Sdorra
8b4f92fa5c Remove version script because it is not longer required 2020-11-10 10:14:40 +01:00
Sebastian Sdorra
e038eebde6 Improve connection handling of mercurial hook python client 2020-11-10 10:03:53 +01:00
Sebastian Sdorra
5118294524 Fix multiple accessor threads 2020-11-10 10:03:53 +01:00
Sebastian Sdorra
52701953fe Improve logging for mercurial hooks 2020-11-10 10:03:53 +01:00
Sebastian Sdorra
e774c77b27 Rename mercurial hooks to match python coding specs 2020-11-10 10:03:53 +01:00
Sebastian Sdorra
d86b2f70c3 Disable xsrf for mercurial hook tokens 2020-11-10 10:03:53 +01:00
Sebastian Sdorra
d518af4ccc Refactor nearly the whole scm-hg-plugin for new hook implementation 2020-11-10 10:03:53 +01:00
Sebastian Sdorra
23317662f2 Implement mercurial hooks over sockets 2020-11-10 10:03:53 +01:00
CES Marvin
9930d82d32 prepare for next development iteration 2020-11-06 08:40:11 +00:00
CES Marvin
ea6e24c212 release version 2.9.0 2020-11-06 08:05:48 +00:00
Sebastian Sdorra
c2ef568e54 Disable request tracing for mercurial hook manager 2020-11-04 09:51:13 +01:00
Konstantin Schaper
22e0944377 fix review findings 2020-11-02 13:27:18 +01:00
Konstantin Schaper
62a7ebd4dd user agents are not longer set to be browsers by default 2020-10-29 19:51:40 +01:00
CES Marvin
520db79a38 prepare for next development iteration 2020-10-27 08:35:13 +00:00
CES Marvin
1db75f4cf3 release version 2.8.0 2020-10-27 08:00:25 +00:00
CES Marvin
bb9f1adc52 prepare for next development iteration 2020-10-14 12:38:13 +00:00
CES Marvin
eb126a5bbe release version 2.7.1 2020-10-14 12:03:24 +00:00
CES Marvin
befd50eeef prepare for next development iteration 2020-10-12 13:26:08 +00:00
CES Marvin
abe8413802 release version 2.7.0 2020-10-12 12:41:15 +00:00
Florian Scholdei
a7b8a02fa5 Fix bug prevent hg subRepository from being printed 2020-10-05 15:32:26 +02:00
CES Marvin
bc7d4ed9f6 prepare for next development iteration 2020-09-30 08:15:47 +00:00
CES Marvin
5887c5c268 release version 2.6.1 2020-09-30 07:32:54 +00:00
René Pfeuffer
a6af1d0e34 Fix not found error when reading empty hg repository 2020-09-29 10:43:41 +02:00
CES Marvin
4e7d62ce2f prepare for next development iteration 2020-09-25 10:05:04 +00:00
CES Marvin
e2f8566a8b release version 2.6.0 2020-09-25 09:25:13 +00:00
René Pfeuffer
059482f8ab Detect missing paths in hg fileview command
If a not existing path is request in the fileview command, it will
be treated as an empty directory. But such a thing does not exist in hg.
Therefore we handle this result as what it is: a not existing path -
and we throw a not found exception.
2020-09-22 17:31:57 +02:00
Eduard Heimbuch
b2a204dda0 fix review findings 2020-09-18 10:12:56 +02:00
Eduard Heimbuch
89b6829108 cleanup 2020-09-16 15:23:32 +02:00
Eduard Heimbuch
909f5ebec9 add instructions to checkout tags 2020-09-16 14:11:27 +02:00