Commit Graph

10359 Commits

Author SHA1 Message Date
René Pfeuffer
1745cee88b Merge pull request #1239 from scm-manager/snyk-upgrade-5c3be52bbcf0690d77c2a06aec1d43c4
[Snyk] Upgrade org.jboss.resteasy:resteasy-core from 4.5.3.Final to 4.5.4.Final
2020-07-08 17:31:13 +02:00
René Pfeuffer
fb830033c0 Merge pull request #1240 from scm-manager/snyk-upgrade-5db9a68243e3d6075893808870321278
[Snyk] Upgrade io.jsonwebtoken:jjwt-impl from 0.11.1 to 0.11.2
2020-07-08 17:29:56 +02:00
René Pfeuffer
775784a10b Fix new version 2020-07-08 09:48:59 +02:00
eheimbuch
c8d483a0d0 Merge pull request #1244 from scm-manager/bugfix/read_v1_props_without_value
Fixes NullPointerException in update steps
2020-07-08 08:44:00 +02:00
René Pfeuffer
f8da4ced55 Fixes NullPointerException
There may be v1 properties with key/value pairs, where the value is not
set. Such "pairs" led to a null pointer exception in the `map` function,
because no Optional could be created for the null value.
To solve this, we filter such properties without value in the beginning,
because these properties would create a null result both ways.
2020-07-08 08:27:04 +02:00
René Pfeuffer
3a3eaaea4a Merge pull request #1243 from scm-manager/feature/add_branchLinkProvider
add BranchLinkProvider
2020-07-07 10:42:43 +02:00
René Pfeuffer
c7de36d027 Merge pull request #1242 from scm-manager/bugfix/windows_work_directory
fixes wrong cache directory location on windows
2020-07-07 10:14:03 +02:00
René Pfeuffer
cfe799398f Merge branch 'develop' into bugfix/windows_work_directory 2020-07-07 10:13:51 +02:00
eheimbuch
46fb1b8ea4 Merge branch 'develop' into feature/add_branchLinkProvider 2020-07-07 10:01:26 +02:00
Eduard Heimbuch
6c0277e657 remove obsolete extensionpoint 2020-07-07 09:58:48 +02:00
Eduard Heimbuch
5b3dfcdf65 update CHANGELOG.md 2020-07-07 09:53:50 +02:00
Eduard Heimbuch
27135e6a5a upgrade spotter version to fix file extension detection bug 2020-07-07 09:50:25 +02:00
Eduard Heimbuch
46ffdcb5e2 update CHANGELOG.md 2020-07-06 16:24:31 +02:00
Eduard Heimbuch
0b90367dab add BranchLinkProvider which returns internal api link for given branch of repository 2020-07-06 16:18:43 +02:00
Sebastian Sdorra
0dadc8d63c fixes wrong cache directory location on windows 2020-07-06 08:39:57 +02:00
snyk-bot
5414c2031c fix: upgrade io.jsonwebtoken:jjwt-impl from 0.11.1 to 0.11.2
Snyk has created this PR to upgrade io.jsonwebtoken:jjwt-impl from 0.11.1 to 0.11.2.

See this package in NPM:
https://www.npmjs.com/package/io.jsonwebtoken:jjwt-impl

See this project in Snyk:
https://app.snyk.io/org/scm-manager/project/e67572ee-5940-4f2b-93b0-dced62d7ed85?utm_source=github&utm_medium=upgrade-pr
2020-07-04 01:36:13 +00:00
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