Eduard Heimbuch
97cac87563
merge with develop
2020-05-20 12:13:47 +02:00
René Pfeuffer
054f320455
Make change types explicit
...
Without explicit change types, we cannot tell copy and rename apart.
2020-05-19 23:09:28 +02:00
René Pfeuffer
c722565109
Hide getEffectedPaths for other packages
2020-05-19 09:56:24 +02:00
René Pfeuffer
35ffc5c4e2
Introduce new API for modifications
...
New modifications includes list of 'renames'. Therefore we introduce
a new base class Modification.
2020-05-19 09:56:24 +02:00
René Pfeuffer
5421d41161
Support rename in rest layer
2020-05-19 09:56:24 +02:00
René Pfeuffer
1d27c9df15
Add exception mapper for InvalidFormatException.
...
This exception is thrown for example when an enum in the input could not
be found. This is an invalid input and therefore should not result in an
internal server error.
2020-05-14 18:05:22 +02:00
Eduard Heimbuch
ee82c0d0aa
move EdisonHalAppender to scm-core because we need it for plugins
2020-05-13 11:39:22 +02:00
Eduard Heimbuch
63e5d2f23d
Change the "manage" plugin permission to "write". This way we don't need a migration because the plugin manage permission was already saved as "plugin:read,write"
2020-05-05 10:55:23 +02:00
René Pfeuffer
32109a32f6
Map jaxb violation exceptions instead of reaseasy
...
ResteasyViolationException implements jaxb's
ConstraintViolationException.
2020-04-30 17:39:08 +02:00
Sebastian Sdorra
7917bfdab8
merge with develop branch
2020-03-26 11:40:47 +01:00
Sebastian Sdorra
e69cf1f7bb
Merge branch 'develop' into feature/favourite_repository
2020-03-26 09:27:11 +01:00
René Pfeuffer
342ab199a5
Merge pull request #1079 from scm-manager/feature/real_jvm_restart
...
Real jvm restart
2020-03-26 08:36:41 +01:00
René Pfeuffer
e38245e5bf
Check for command before promotion
2020-03-25 11:12:02 +01:00
Eduard Heimbuch
16c89f4b9f
Merge branch 'develop' of github.com:scm-manager/scm-manager into feature/favourite_repository
2020-03-25 10:28:58 +01:00
Eduard Heimbuch
fd12464af4
add RepositoryToHalMapper as interface to map a repositoryDto outside of webapp
2020-03-25 09:54:12 +01:00
Sebastian Sdorra
88a851d817
do not create config.xml during unit test
2020-03-25 09:45:23 +01:00
Sebastian Sdorra
fbc86e7d33
show execute and restart button only if restarting is supported
2020-03-24 15:58:33 +01:00
Sebastian Sdorra
2873c44b52
show restart checkbox only if restarting is supported
2020-03-24 15:01:39 +01:00
Florian Scholdei
f1b34eb502
Changeover to MIT license ( #1066 )
...
* prepare license-maven-plugin for license migration
* added license mapping for tsx files and added some more excludes
* Changeover to MIT license
* Fix build problems
* Delete old remaining licenses
* Add more exclude path for license checker
* Rename included netbeans license, add exclude .m2/repository/
* Specify .m2 exclude because not only repository/, also wrapper/ must match
* Add .cache/ exclude for license check
* Modify formatting of license in java classes to comply with convention and IDE
* Add IntelliJ documentation for license configuration
* Update CHANGELOG.md
* Exclude tmp/workspace/ dir for license check
* Edit README.md
Co-authored-by: Sebastian Sdorra <sebastian.sdorra@cloudogu.com >
2020-03-23 15:35:58 +01:00
René Pfeuffer
b8ab729c45
Merge branch 'develop' into feature/browse_commit_with_limit
2020-03-09 08:40:29 +01:00
Sebastian Sdorra
7785ea2d68
Merged in bugfix/openapi_errors (pull request #417 )
...
prevent using same classloader multiple times
2020-03-04 08:31:08 +00:00
Eduard Heimbuch
8b738f52c1
add schema for response headers
2020-03-04 08:46:33 +01:00
Eduard Heimbuch
5897863f7e
fix several openapi errors
2020-03-03 14:49:35 +01:00
Eduard Heimbuch
e3099c16a2
update CHANGELOG.md
2020-03-02 11:32:01 +01:00
Eduard Heimbuch
8618a27ec8
remove obsolete properties from user and group
2020-03-02 11:26:15 +01:00
Eduard Heimbuch
b6208240ab
remove obsolete repository fields
2020-03-02 11:18:57 +01:00
Rene Pfeuffer
e33d65b097
Merge with default
2020-02-25 16:37:17 +01:00
Eduard Heimbuch
7e1e77af2b
remove enunciate since we are using openapi now
2020-02-24 13:36:34 +01:00
Florian Scholdei
6d9256ed99
Add content to 404 response
2020-02-24 08:55:17 +01:00
Sebastian Sdorra
42841512c5
added example to AuthenticationResource
2020-02-20 16:17:06 +01:00
Sebastian Sdorra
c7bac50ff2
fixed authentication
2020-02-20 15:19:34 +01:00
Florian Scholdei
56202e5266
Remove unused imports, adding missing dots in descriptions, remove last TypeHint annotation
2020-02-19 17:00:33 +01:00
Florian Scholdei
cbd86e8e5c
Update rest resource annotations
2020-02-19 16:51:20 +01:00
Florian Scholdei
154426ddd6
Merge with upstream
2020-02-19 13:52:24 +01:00
Florian Scholdei
6ea21f01ef
Update rest resource annotations
2020-02-19 13:51:54 +01:00
Eduard Heimbuch
8fb463c26a
update rest resource annotations
2020-02-19 13:51:43 +01:00
Eduard Heimbuch
d103b52228
update rest resource annotations
2020-02-19 13:02:01 +01:00
Eduard Heimbuch
66a97450b6
update rest endpoint annotations
2020-02-19 10:44:21 +01:00
René Pfeuffer
fe1591171d
Rename 'proceedFrom' to 'offset'
2020-02-19 09:23:23 +01:00
Rene Pfeuffer
6b3f36e7ea
WIP
2020-02-18 17:56:22 +01:00
Florian Scholdei
dc83b50095
Create openapi docs for me endpoint and changesets
2020-02-18 17:20:23 +01:00
Eduard Heimbuch
1ff0c46b0e
add security requirements
2020-02-18 10:13:01 +01:00
Eduard Heimbuch
b7e95f3cc4
create openapi docs for scm-git-plugin
2020-02-17 14:09:26 +01:00
Eduard Heimbuch
7243f3d5a5
bootstrap openapi documentation
2020-02-17 13:42:48 +01:00
Sebastian Sdorra
a36551597d
fix deprecation warning of Jackson ISO8601DateFormat
2020-02-04 15:27:30 +01:00
Sebastian Sdorra
00b5471ca7
fix some compiler warnings around hibernate-validator
2020-02-04 09:56:43 +01:00
Rene Pfeuffer
02a9dafee4
Append self links to parsed diff results
2020-01-24 16:31:31 +01:00
Rene Pfeuffer
9fcaf5e69d
Change parsed diff url from '.json' to '/parsed'
2020-01-24 14:34:17 +01:00
Rene Pfeuffer
882a25936d
Add parsed diff endpoint for incoming diffs
2020-01-24 14:08:29 +01:00
Sebastian Sdorra
09bde1e3bb
use aceMode or codemirrorMode to determine programming language
2020-01-23 16:26:13 +01:00