Commit Graph

2390 Commits

Author SHA1 Message Date
René Pfeuffer
a2341f3ce2 Do not mark default branch as stale 2020-11-26 08:31:14 +01:00
René Pfeuffer
9d25a93558 Distinct between active and stale branches 2020-11-26 08:31:14 +01:00
René Pfeuffer
6adba1bad2 Add lastCommitDate to branch 2020-11-26 08:31:14 +01:00
Eduard Heimbuch
e87df7c359 Enable repository import with credentials 2020-11-25 17:15:31 +01:00
Konstantin Schaper
d0feb7c22c implement hg tag command and add rest endpoints 2020-11-25 11:29:06 +01:00
Konstantin Schaper
0c5ab90852 work in progress 2020-11-24 22:07:24 +01:00
CES Marvin
4752fdeea1 prepare for next development iteration 2020-11-24 18:59:15 +00:00
CES Marvin
b283f782ab release version 2.10.1 2020-11-24 18:22:43 +00:00
Eduard Heimbuch
308b95d8c7 Upgrade repository import api 2020-11-24 10:39:38 +01:00
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
1311061c82 Pass transaction id from request to mercurial hooks 2020-11-19 14:30:39 +01:00
Eduard Heimbuch
65884a9168 Enhance trace api to set codes which are accepted as successful. This way requests can be traced as successful even if the response code is 4xx or 5xx. 2020-11-17 12:51:11 +01:00
René Pfeuffer
08a2cca06d Heed review comments 2020-11-12 13:55:01 +01:00
René Pfeuffer
8cfbc60fea Distinguish between errors with and without details 2020-11-12 11:41:04 +01:00
René Pfeuffer
01a5dbd091 Show messages from native scm protocol 2020-11-12 11:41:04 +01:00
René Pfeuffer
8d797a454a Fix typings 2020-11-12 11:41:04 +01:00
René Pfeuffer
8e10f7e7ed Fix generics as far as possible 2020-11-12 08:10:01 +01:00
Eduard Heimbuch
1709fa0e3d update java doc since version 2020-11-10 10:14:13 +01:00
Eduard Heimbuch
a97774f729 Merge branch 'develop' into feature/lookup_api 2020-11-10 08:39:48 +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
423402e62b Add option to disable request tracing 2020-11-04 09:44:08 +01:00
Sebastian Sdorra
5694a89589 Set span kinds for internal requests 2020-11-04 09:37:24 +01:00
Sebastian Sdorra
3c32073853 Merge with develop 2020-11-04 08:22:41 +01:00
Sebastian Sdorra
8e4b1e40c2 Remove setter of SpanContext, because it should be immutable 2020-11-04 08:20:29 +01:00
Eduard Heimbuch
9c96445b7a add jaxb annotation to SpanContext 2020-11-03 13:27:22 +01:00
René Pfeuffer
a9406a2310 Use charset from jdk 2020-11-03 12:03:21 +01:00
René Pfeuffer
cc780eb737 Fix equals 2020-11-03 12:03:08 +01:00
René Pfeuffer
4b15468e67 Merge remote-tracking branch 'origin/develop' into bugfix/rest-download 2020-11-03 10:23:00 +01:00
René Pfeuffer
38180e40d0 Replace deprecated api in tests 2020-11-03 09:56:06 +01:00
René Pfeuffer
f6fef38615 Order arguments 2020-11-03 09:55:49 +01:00
Sebastian Sdorra
b5a91a3e79 Merge pull request #1403 from scm-manager/bugfix/anonymous-ssh-clone
Bugfix/anonymous ssh clone
2020-11-03 08:40:05 +01:00
Sebastian Sdorra
aa9ac3b020 Remove unnecessary public modifier of jUnit5 test 2020-11-03 08:32:14 +01:00
Konstantin Schaper
578e028d5b Merge branch 'develop' into bugfix/rest-download 2020-11-02 13:28:44 +01:00
Konstantin Schaper
22e0944377 fix review findings 2020-11-02 13:27:18 +01:00
Konstantin Schaper
62d75fa0f8 Merge branch 'develop' into bugfix/anonymous-ssh-clone 2020-11-02 10:10:36 +01:00
René Pfeuffer
c2a7ed8869 Validate banch names 2020-10-30 14:24:31 +01:00
Konstantin Schaper
3e6e32a749 add unit test 2020-10-30 12:14:52 +01:00
Eduard Heimbuch
6d0881d3d9 Merge branch 'feature/user_converter' of github.com:scm-manager/scm-manager into feature/user_converter 2020-10-30 11:13:01 +01:00
Eduard Heimbuch
333de7c404 fix unit tests 2020-10-30 11:12:32 +01:00
Konstantin Schaper
7a712f8d9e add flag for anonymous mode availability to scm protocols and filter supported protocols accordingly 2020-10-30 10:58:36 +01:00
Konstantin Schaper
62a7ebd4dd user agents are not longer set to be browsers by default 2020-10-29 19:51:40 +01:00
Sebastian Sdorra
a63f2ca5e7 Fix javadoc links 2020-10-29 15:31:54 +01:00
Sebastian Sdorra
c76f2efff2 Fix javadoc links 2020-10-29 15:14:41 +01:00
Eduard Heimbuch
23cc02ec99 Merge branch 'develop' into feature/user_converter 2020-10-28 08:42:26 +01:00
Eduard Heimbuch
76dac8bc6b mind review findings 2020-10-28 08:42:13 +01:00
Eduard Heimbuch
8f52fc50f1 Merge branch 'develop' into feature/trace_api 2020-10-27 15:00:10 +01:00
CES Marvin
520db79a38 prepare for next development iteration 2020-10-27 08:35:13 +00:00