René Pfeuffer
d4a37f1929
Adjust changelog for release 2.11.1
2020-12-07 15:18:18 +01:00
René Pfeuffer
e62a598aa2
Fix initialization bug if master set as default branch
...
Fixes issue https://github.com/scm-manager/scm-manager/issues/1467
where initialization fails when master is set as default branch.
2020-12-07 15:14:01 +01:00
Sebastian Sdorra
f1934735fa
Merge pull request #1465 from scm-manager/feature/harmonize_repository_log
...
Harmonize logging string for repositories
2020-12-04 13:08:45 +01:00
René Pfeuffer
eaf59f91c4
Harmonize logging string for repositories
2020-12-04 11:48:32 +01:00
Sebastian Sdorra
e6a658d3cc
Fix missing hyphen between version and date
2020-12-04 10:41:54 +01:00
René Pfeuffer
eba14c7259
Merge pull request #1466 from scm-manager/snyk-upgrade-6d12aac516337aeec4155fe55e6d4ee4
...
[Snyk] Upgrade org.assertj:assertj-core from 3.18.0 to 3.18.1
2020-12-04 10:21:29 +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
2.11.0
2020-12-04 07:27:13 +00:00
René Pfeuffer
2b60892b73
Adjust changelog for release 2.11.0
2020-12-04 08:20:52 +01:00
snyk-bot
49866e77a8
fix: upgrade org.assertj:assertj-core from 3.18.0 to 3.18.1
...
Snyk has created this PR to upgrade org.assertj:assertj-core from 3.18.0 to 3.18.1.
See this package in Maven Repository:
https://mvnrepository.com/artifact/org.assertj/assertj-core/
See this project in Snyk:
https://app.snyk.io/org/scm-manager/project/4ac22872-f5a6-4220-bfe8-e6e5bf4c5fcb?utm_source=github&utm_medium=upgrade-pr
2020-12-04 01:00:17 +00:00
René Pfeuffer
19edb3e869
Fix translation
2020-12-03 13:19:40 +01:00
Eduard Heimbuch
a562de7174
Merge pull request #1463 from scm-manager/feature/import_hg_from_url
...
Feature/import hg from url
2020-12-03 11:46:27 +01:00
Sebastian Sdorra
e365b2e1cd
Merge pull request #1460 from scm-manager/feature/import_git_from_url
...
Feature/import git from url
2020-12-03 11:42:53 +01:00
René Pfeuffer
7faa714a54
Set credentials for hg import via hgrc file
2020-12-03 11:08:54 +01:00
Sebastian Sdorra
0ade91ac85
Use mapper and improve validation
...
We have to use the repository mapper in order to fix missing fields contact and description in the created repository.
Use bean validation to ensure correct validation and require import url.
2020-12-03 11:06:53 +01:00
Sebastian Sdorra
d0c84dec69
Pass down the repository type, because the RepositoryDto needs it for validation
2020-12-03 10:44:23 +01:00
Sebastian Sdorra
8a31fd58a2
Update storyshots because of the updated Input component
2020-12-03 10:43:42 +01:00
Eduard Heimbuch
11755d3980
improve url regex
2020-12-03 09:47:41 +01:00
Eduard Heimbuch
715c76e2f4
set repository name suggestion in import form just at leaving the input field
2020-12-03 09:38:23 +01: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
Sebastian Sdorra
20b1e7a477
Keep state even if import pending changes
2020-12-02 16:07:42 +01:00
Eduard Heimbuch
60cdc6f8cf
Merge branch 'develop' into feature/import_git_from_url
2020-12-02 14:39:45 +01:00
Eduard Heimbuch
28b485f11f
add import for hg repository via url with and without credentials
2020-12-02 14:22:54 +01:00
Eduard Heimbuch
dffe466405
split AddRepository component into two separate components to simplify the state handling
2020-12-02 13:26:31 +01:00
Eduard Heimbuch
7db33d2e65
Mind review findings
2020-12-02 10:47:48 +01:00
Konstantin Schaper
615a7042e2
Merge pull request #1456 from scm-manager/feature/manage-tags
...
Feature/manage tags
2020-12-02 10:33:59 +01:00
Konstantin Schaper
967de2160c
fix sonarqube warnings
2020-12-02 10:11:53 +01:00
Konstantin Schaper
2fa4972883
fix git tag command unit test
2020-12-02 09:39:17 +01:00
Konstantin Schaper
0dbea12a62
Revert "split hg tag command tests"
...
This reverts commit f5106e86
2020-12-02 08:54:21 +01:00
Konstantin Schaper
8e19fc641d
rework hg commands
2020-12-01 18:39:50 +01:00
René Pfeuffer
121e7bd638
Fix minor issues
2020-12-01 18:19:23 +01:00
Eduard Heimbuch
e7b7bf5b0f
fix repository permission error
2020-12-01 16:40:29 +01:00
Konstantin Schaper
f5106e864d
split hg tag command tests
2020-12-01 15:28:10 +01:00
Eduard Heimbuch
f68370cfd4
cleanup ui
2020-12-01 15:17:06 +01:00
Konstantin Schaper
9ec8b4efac
fix review findings
2020-12-01 15:16:55 +01:00
Eduard Heimbuch
5fc32e02e4
update CHANGELOG.md
2020-12-01 12:39:55 +01:00
Eduard Heimbuch
64da1a6dae
add documentation
2020-12-01 12:38:30 +01:00
Eduard Heimbuch
b40bfd8fe2
Merge branch 'develop' into feature/import_git_from_url
2020-12-01 12:18:13 +01:00
Eduard Heimbuch
3f808d78fb
cleanup
2020-12-01 11:50:07 +01:00
Eduard Heimbuch
6a93a198e8
fix form validation after refactoring
2020-12-01 11:35:49 +01:00
Konstantin Schaper
e8044747e3
fix review findings
2020-12-01 11:18:19 +01:00
Konstantin Schaper
51981dbece
tags can now be deleted from the details page & documentation is updated accordingly
2020-12-01 10:46:33 +01:00
Konstantin Schaper
a4d0acd7e2
declare tag support for hg
2020-12-01 09:33:43 +01:00
Konstantin Schaper
94a6ffcb04
fix merge error
2020-12-01 09:18:40 +01:00
Konstantin Schaper
2d8b744299
Merge branch 'develop' into feature/manage-tags
...
# Conflicts:
# scm-webapp/src/main/java/sonia/scm/api/v2/resources/DefaultChangesetToChangesetDtoMapper.java
# scm-webapp/src/main/java/sonia/scm/api/v2/resources/TagDto.java
2020-12-01 09:17:11 +01:00
Konstantin Schaper
f810f1975e
Merge pull request #1457 from scm-manager/bugfix/hg_server_pool_stop
...
Fixed unexpected mercurial server pool stop
2020-12-01 09:15:10 +01:00
Konstantin Schaper
3b3b8749b1
fix sonarlint issue
2020-12-01 09:13:47 +01:00
Konstantin Schaper
f0f9aad8de
make method name clearer
2020-12-01 09:12:47 +01:00