René Pfeuffer
|
eaf59f91c4
|
Harmonize logging string for repositories
|
2020-12-04 11:48:32 +01:00 |
|
CES Marvin
|
87d06a708b
|
prepare for next development iteration
|
2020-12-04 08:10:20 +00:00 |
|
CES Marvin
|
df62ffbe16
|
release version 2.11.0
|
2020-12-04 07:27:13 +00:00 |
|
Eduard Heimbuch
|
dd0bcc4a3f
|
Merge branch 'feature/import_git_from_url' of github.com:scm-manager/scm-manager into feature/import_git_from_url
|
2020-12-03 08:55:15 +01:00 |
|
Eduard Heimbuch
|
09c13100dd
|
cleanup
|
2020-12-03 08:54:56 +01:00 |
|
Eduard Heimbuch
|
f6863a2676
|
Apply suggestions from code review
fix javadoc
Co-authored-by: Sebastian Sdorra <sebastian.sdorra@cloudogu.com>
|
2020-12-03 08:54:43 +01:00 |
|
Eduard Heimbuch
|
60cdc6f8cf
|
Merge branch 'develop' into feature/import_git_from_url
|
2020-12-02 14:39:45 +01:00 |
|
Eduard Heimbuch
|
7db33d2e65
|
Mind review findings
|
2020-12-02 10:47:48 +01:00 |
|
Eduard Heimbuch
|
e7b7bf5b0f
|
fix repository permission error
|
2020-12-01 16:40:29 +01:00 |
|
Konstantin Schaper
|
9ec8b4efac
|
fix review findings
|
2020-12-01 15:16:55 +01:00 |
|
Eduard Heimbuch
|
b40bfd8fe2
|
Merge branch 'develop' into feature/import_git_from_url
|
2020-12-01 12:18:13 +01:00 |
|
Konstantin Schaper
|
e8044747e3
|
fix review findings
|
2020-12-01 11:18:19 +01:00 |
|
Konstantin Schaper
|
8986e3d378
|
Merge branch 'develop' into feature/manage-tags
# Conflicts:
# scm-plugins/scm-hg-plugin/src/main/java/sonia/scm/repository/spi/HgRepositoryServiceProvider.java
|
2020-11-30 14:18:05 +01:00 |
|
Konstantin Schaper
|
7e46c3a491
|
wip fixes
|
2020-11-30 14:15:42 +01:00 |
|
Eduard Heimbuch
|
3265d1cefb
|
Enhance repository manager create api to perform actions after creation
|
2020-11-27 13:38:30 +01:00 |
|
Eduard Heimbuch
|
275ca49f71
|
Mark old import handler api as deprecated
|
2020-11-27 13:30:01 +01:00 |
|
Sebastian Sdorra
|
8ee8c8b351
|
Merge branch 'develop' into feature/hg_hooks_over_tcp
# Conflicts:
# CHANGELOG.md
|
2020-11-27 08:57:09 +01:00 |
|
Eduard Heimbuch
|
76cf2d801a
|
Merge branch 'develop' into feature/import_git_from_url
|
2020-11-26 14:01:19 +01:00 |
|
Eduard Heimbuch
|
9a06bc7d8a
|
add repository import event
|
2020-11-26 13:58:34 +01:00 |
|
Eduard Heimbuch
|
a7c4d41e4e
|
improve error handling on repository import if the credentials were wrong or missing
|
2020-11-26 12:57:40 +01:00 |
|
Eduard Heimbuch
|
485138e5f2
|
add unit tests
|
2020-11-26 11:06:35 +01:00 |
|
René Pfeuffer
|
bbd9160b18
|
Clean up imports
|
2020-11-26 09:24:09 +01:00 |
|
René Pfeuffer
|
58cbe1a535
|
Improve readability
|
2020-11-26 09:00:40 +01:00 |
|
René Pfeuffer
|
7a47e68707
|
Make stale state computation configurable
|
2020-11-26 08:32:06 +01:00 |
|
René Pfeuffer
|
0988ec5c7b
|
Compute stale flag depending on default branch
A branch should be considered as stale, when it's commit wai more than
30 days older than the commit of the default branch.
|
2020-11-26 08:31:14 +01:00 |
|
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 |
|