Sebastian Sdorra
aaba45c8d4
removes unused imports
2020-07-03 09:09:39 +02:00
Sebastian Sdorra
b8d2ecfb49
fixes missing content type on migration wizard
2020-07-03 09:08:49 +02:00
Eduard Heimbuch
3b0693e744
fix rename namespaces
2020-07-02 16:32:14 +02:00
eheimbuch
359543fc48
Merge pull request #1218 from scm-manager/feature/rename_repo
...
Feature/rename repo
2020-07-02 08:25:30 +02:00
René Pfeuffer
5baf3bd9c0
Use namespace strategy to set new namespace
2020-07-01 20:25:36 +02:00
René Pfeuffer
846ddd5047
Add missing translation
2020-07-01 17:58:35 +02:00
René Pfeuffer
a0d9bacd80
Use default implementation to keep compatibility
2020-07-01 17:58:35 +02:00
Eduard Heimbuch
63692d497a
fix sonar findings
2020-06-30 11:25:36 +02:00
Sebastian Sdorra
64df54e601
fixes broken migration with an empty security.xml
2020-06-29 14:22:31 +02:00
Eduard Heimbuch
f8640d300e
enhance NamespaceStrategy API / improve frontend validation and use namespace extension point in RenameRepository component
2020-06-29 13:23:42 +02:00
Eduard Heimbuch
7fa256bedb
move rename logic to repository manager
2020-06-26 14:19:06 +02:00
Eduard Heimbuch
73aed0c610
inject scmEventBus with constructor injection
2020-06-25 12:28:26 +02:00
Eduard Heimbuch
cd8a9873a9
- add global rename repositories permission
...
- add api call on rename action
2020-06-25 10:49:59 +02:00
CES Marvin
c5f2502e6f
prepare for next development iteration
2020-06-23 16:22:47 +00:00
CES Marvin
e5c7b4eda4
release version 2.1.1
2020-06-23 15:34:23 +00:00
Eduard Heimbuch
59c0b152f5
add rest endpoint for renaming repository name and namespace
2020-06-23 16:07:38 +02:00
CES Marvin
22881dd381
prepare for next development iteration
2020-06-18 11:31:16 +00:00
CES Marvin
b037053ec5
release version 2.1.0
2020-06-18 10:54:38 +00:00
Sebastian Sdorra
74431664d8
Merge pull request #1201 from scm-manager/bugfix/mind_custom_repo_dir_in_migration
...
Mind custom directories for repository types in migration
2020-06-18 07:27:34 +02:00
Sebastian Sdorra
c16c6e006e
removes unused import
2020-06-17 17:25:41 +02:00
René Pfeuffer
4079b739bc
Mind custom directories for repository types in migration
...
In the migration of the repositories from 1.x to 2.x we did not mind
the possibility, that you could configure custom directories for the
different repository types in 1.x. With this fix we read these
configurations (when they exist) to find the correct repository
directories.
2020-06-17 16:31:02 +02:00
Sebastian Sdorra
0b7e000860
simplified fetch of single changeset
2020-06-17 16:26:21 +02:00
Eduard Heimbuch
0738cb1ff4
find single changeset for shortened changesetId
2020-06-17 15:40:39 +02:00
eheimbuch
091d426cbe
Merge pull request #1196 from scm-manager/feature/annotate
...
Annotate View
2020-06-17 13:29:26 +02:00
Sebastian Sdorra
767b941fca
fixed wrong e-tag format
2020-06-17 10:09:35 +02:00
René Pfeuffer
84947f5097
Adapt test to changed API
2020-06-17 09:30:02 +02:00
Sebastian Sdorra
7deb300c03
merge with develop branch
2020-06-16 19:39:27 +02:00
René Pfeuffer
7f3f47c4c8
Close file lists
...
Though we could not reproduce an error even with real big file
structures (100 directories, containing each another 100 directories
with 100 files each), it may be safer to make sure the streams will
really be closed in the end and recommended in the javadoc description
for Files#list
(https://docs.oracle.com/javase/8/docs/api/java/nio/file/Files.html#list-java.nio.file.Path- )
2020-06-16 11:51:50 +02:00
René Pfeuffer
c675b77470
Set new plugin center url in update step
...
Fixes the issue, that migrated instances of SCM-Manager still use the
old plugin center url and therefore cannot read the new plugins.
2020-06-15 11:25:28 +02:00
René Pfeuffer
92d7b7703a
Add "annotations" button to sources view
2020-06-12 17:27:32 +02:00
René Pfeuffer
6fea201cc7
Fix loading plugin resources without context path
...
When the context path is set to '/', we get an empty context
path. Nonetheless the URL has to start with a '/'. So we have
to add it explicitly, here.
2020-06-12 14:21:52 +02:00
René Pfeuffer
4cb898edbb
Add annotate rest resource
2020-06-11 17:36:44 +02:00
René Pfeuffer
c16c4893ae
Use new fct. getMapperClass of mapstruct
2020-06-11 15:43:25 +02:00
René Pfeuffer
0b30c4f94b
Encapsulate dependencies for repository resource
2020-06-11 14:58:34 +02:00
Sebastian Sdorra
82f4dd08c1
merge with develop
2020-06-11 08:21:06 +02:00
René Pfeuffer
b8dc613c78
Add simple performance optimization
2020-06-10 14:32:59 +02:00
René Pfeuffer
4e69d03678
Document query parameters
2020-06-10 14:00:45 +02:00
René Pfeuffer
5d7641f129
Use source branch for lines
2020-06-10 11:37:22 +02:00
René Pfeuffer
2ad3773340
Fix unit test
2020-06-10 11:37:21 +02:00
René Pfeuffer
751a2bfa9b
Implement option to load rest of files completely
2020-06-10 11:37:21 +02:00
René Pfeuffer
83145d953b
Handle following "real" line breaks correctly
2020-06-10 11:37:21 +02:00
René Pfeuffer
ebfc267b93
Patch hunks with new lines
2020-06-10 11:37:21 +02:00
René Pfeuffer
4093e734eb
Create links to load more lines in diffs
2020-06-10 11:37:21 +02:00
René Pfeuffer
d09b254f00
Add line limits to content endpoint
2020-06-10 11:37:21 +02:00
Sebastian Sdorra
acc3306450
rename trailer to contributor
2020-06-10 11:08:11 +02:00
René Pfeuffer
a19840ad21
Fix processing multiple changesets
...
One processor can be used to process multiple chagesets of one
repository. Therefore each processing needs a new clean working
environment.
2020-06-09 07:54:55 +02:00
René Pfeuffer
69361fb5ed
Add single trailers, not collection
...
Doing so will prevent empty collections being added to the trailers.
2020-06-08 14:33:18 +02:00
René Pfeuffer
a7585b4fc0
Move trailers to own component
...
We have to use a dedicated component because we have to use the
translations from 'plugins', so that other plugins can contribute their
own trailer types with their own descriptions.
2020-06-08 14:32:06 +02:00
René Pfeuffer
031605a327
Ignore spaces in empty lines
2020-06-08 13:53:07 +02:00
René Pfeuffer
79c1057dd8
Move class to correct package
2020-06-08 13:10:36 +02:00