snyk-bot
4eac5e740c
fix: upgrade org.jboss.resteasy:resteasy-core from 4.5.3.Final to 4.5.4.Final
...
Snyk has created this PR to upgrade org.jboss.resteasy:resteasy-core from 4.5.3.Final to 4.5.4.Final.
See this package in NPM:
https://www.npmjs.com/package/org.jboss.resteasy:resteasy-core
See this project in Snyk:
https://app.snyk.io/org/scm-manager/project/c575ed09-e310-44e7-afc8-22b77c5873cf?utm_source=github&utm_medium=upgrade-pr
2020-07-03 21:57:31 +00:00
CES Marvin
4279573633
prepare for next development iteration
2020-07-03 10:04:14 +00:00
CES Marvin
fcc4fd0960
release version 2.2.0
2.2.0
2020-07-03 09:33:30 +00:00
René Pfeuffer
579fc4a421
Adjust changelog for release 2.2.0
2020-07-03 11:18:57 +02:00
Sebastian Sdorra
aa9941a30b
Merge branch 'develop' of github.com:scm-manager/scm-manager into develop
2020-07-03 11:09:05 +02:00
Sebastian Sdorra
081e6f5185
relax test pattern to not fail if there are no millis on the creation date
2020-07-03 11:08:43 +02:00
René Pfeuffer
48a3bfd416
Fix assumption
...
Sonar says:
AssertJ assertions allMatch and doesNotContains on an empty list always
returns true whatever the content of the predicate. Despite being
correct, you should make explicit if you expect an empty list or not, by
adding isEmpty()/isNotEmpty() before calling the assertion. It will
justify the useless predicate to improve clarity or increase the
reliability of the test.
2020-07-03 10:18:25 +02:00
Sebastian Sdorra
ef9abdaa6e
Merge pull request #1233 from scm-manager/feature/update_dependent_plugins
...
Update required plugins if available on plugin update
2020-07-03 10:03:45 +02:00
eheimbuch
7b6fcd847e
Merge pull request #1234 from scm-manager/bugfix/migration_wizard_content_type
...
Adds missing content type header to migration wizard
2020-07-03 10:03:11 +02:00
Sebastian Sdorra
59a68982a5
adds pr link to changelog
2020-07-03 09:12:51 +02:00
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
René Pfeuffer
e3eb8a99d0
Update required plugins if available
...
When plugins are updated, we should update required plugins, too, so
that we do not get errors when new plugins use features not available
in the old versions of required plugins.
2020-07-03 07:22:06 +02:00
Eduard Heimbuch
3b0693e744
fix rename namespaces
2020-07-02 16:32:14 +02:00
Sebastian Sdorra
a9c81e91e6
Merge pull request #1231 from scm-manager/feature/changeset_short_link
...
Changeset short link
2020-07-02 12:17:16 +02:00
Sebastian Sdorra
aabd5058d1
update storyshots
2020-07-02 11:32:41 +02:00
Sebastian Sdorra
e08f2f2260
ensure both changeset short link matchers are using the same regex
2020-07-02 11:30:26 +02:00
Sebastian Sdorra
3a393f6238
unify name of ChangesetShortLink and export regex
2020-07-02 11:29:17 +02:00
eheimbuch
cc101c5c8a
Merge pull request #1232 from scm-manager/feature/support_python_3
...
Support for mercurial on python 3
2020-07-02 11:28:55 +02:00
eheimbuch
39223c64b7
Merge branch 'develop' into feature/support_python_3
2020-07-02 11:28:46 +02:00
Sebastian Sdorra
e8eaaf486f
use fragments instead of div to avoid layout problems
2020-07-02 11:27:46 +02:00
Sebastian Sdorra
8c67f6f048
removed debug logging
2020-07-02 10:54:24 +02:00
Sebastian Sdorra
c352f9a751
added deprecation mark
2020-07-02 10:54:06 +02:00
Sebastian Sdorra
08aa6fafff
fixed typo
2020-07-02 10:53:48 +02:00
Sebastian Sdorra
e5df265b3d
merge with develop
2020-07-02 10:24:04 +02:00
René Pfeuffer
af2c062c6c
Merge pull request #1229 from scm-manager/feature/update_metadata
...
update project metadata in order to fix deb and rpm package information
2020-07-02 09:25:55 +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
0387b7aa5e
Describe changed extension point
2020-07-02 08:14:26 +02:00
Sebastian Sdorra
3f9561cbf5
added pr link to changelog
2020-07-02 07:18:05 +02:00
Sebastian Sdorra
24dd6b6f1c
merge with develop
2020-07-02 07:09:18 +02:00
Sebastian Sdorra
999c2672e3
remove self compiled mercurial and use latest from apk
2020-07-02 07:03:48 +02:00
Sebastian Sdorra
3f857fec04
rename UnixAutoConfigurator to PosixAutoConfigurator and make it match for linux systems
2020-07-02 07:02:51 +02:00
René Pfeuffer
5baf3bd9c0
Use namespace strategy to set new namespace
2020-07-01 20:25:36 +02:00
René Pfeuffer
3e0638f852
Fix imports
2020-07-01 18:02:32 +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
René Pfeuffer
1c71e9e689
Log changes
2020-07-01 15:44:13 +02:00
Sebastian Sdorra
2bb865bf5c
fixes python module path detection
2020-07-01 15:28:37 +02:00
Sebastian Sdorra
17d31b80e0
implemented a new auto configuration mechanism for mercurial on unix
...
This new mechanism is more robust and should find python and python3 installations
2020-07-01 15:01:14 +02:00
eheimbuch
aef7a581c6
Merge pull request #1227 from scm-manager/bugfix/restart_with_jsvc
...
Fixes restart on deb or rpm installations
2020-07-01 14:26:37 +02:00
eheimbuch
ea65f9698f
Merge branch 'develop' into bugfix/restart_with_jsvc
2020-07-01 14:26:26 +02:00
René Pfeuffer
19cf6be4c6
Adapt to valid characters for namespace and name
2020-07-01 11:17:28 +02:00
Sebastian Sdorra
4061cc6b73
added python 3 support to fielview hg extension
2020-07-01 11:10:39 +02:00
René Pfeuffer
8a0e0a3cc5
Add extension point for changeset short links.
2020-07-01 10:43:17 +02:00
Sebastian Sdorra
1f061266e2
update project metadata in order to fix deb and rpm package information
2020-07-01 07:53:41 +02:00
René Pfeuffer
5935e1b49b
Merge pull request #1230 from scm-manager/bugfix/debian_installation
...
adds missing architecture to debian installation documentation
2020-07-01 07:37:28 +02:00
Sebastian Sdorra
d26873f9c6
adds missing architecture to debian installation documentation
2020-07-01 07:12:32 +02:00
René Pfeuffer
53993cfee7
Introduce new extension point for changeset description
...
This new extension point will only be rendered when the old extension
point is not bound.
2020-06-30 18:18:09 +02:00
Sebastian Sdorra
4acedc1a8d
merge with develop branch
2020-06-30 16:46:15 +02:00
Sebastian Sdorra
88f9645126
added changelog entry
2020-06-30 16:44:01 +02:00