Commit Graph

10378 Commits

Author SHA1 Message Date
René Pfeuffer
aa4136ed60 Merge pull request #1256 from scm-manager/bugfix/proxy_exclusion
ignore ports on proxy exclusions
2020-07-21 09:32:12 +02:00
eheimbuch
c9958f1af8 Merge pull request #1249 from scm-manager/support/2.1.x
improve documentation
2020-07-21 09:18:16 +02:00
Eduard Heimbuch
607e859cbe ignore ports on proxy exclusions 2020-07-20 15:01:29 +02:00
Sebastian Sdorra
1c83c075a9 added missing ssh service to helm chart 2020-07-20 11:46:46 +02:00
Florian Scholdei
fc176d81c4 Add appendLinkContent for extracting inner content links 2020-07-16 11:18:24 +02:00
Florian Scholdei
ccbdfa166a Add appendLinkContent for extracting inner content links 2020-07-16 09:47:36 +02:00
Konstantin Schaper
7ca764c11c Merge pull request #1251 from scm-manager/feature/add_jexl_parser
add jexl parser to parse expressions in urls
2020-07-15 14:11:18 +02:00
Eduard Heimbuch
e772b5060d improve documentation 2020-07-15 10:37:56 +02:00
Eduard Heimbuch
1cc6864a3c add jexl parser to parse expressions in urls 2020-07-14 10:12:27 +02:00
Eduard Heimbuch
2e4db3e584 fix key value input field 2020-07-13 11:34:51 +02:00
Konstantin Schaper
3f2e052057 Merge pull request #1246 from scm-manager/feature/add_keyValueInputField
add key value entry inputfield component
2020-07-13 11:23:40 +02:00
René Pfeuffer
d6e28922fa Merge branch 'bugfix/diff_expand_empty_response' into develop
# Conflicts:
#	CHANGELOG.md
2020-07-13 09:33:10 +02:00
Konstantin Schaper
3c61969181 Add missing changelog entries 2020-07-09 12:30:09 +02:00
Eduard Heimbuch
efc7ece0fe fix diff expand error on empty response 2020-07-09 11:52:14 +02:00
Konstantin Schaper
172498ca80 Fix incorrect trimming of whitespaces in helm chart templates 2020-07-09 10:59:39 +02:00
Konstantin Schaper
32c45a970e Fix liveliness probe pinging server before it has realistically been able to start 2020-07-09 10:16:51 +02:00
Eduard Heimbuch
b182f5b2d0 add key value entry inputfield component 2020-07-09 10:05:27 +02:00
René Pfeuffer
4f13130116 Merge pull request #1245 from scm-manager/snyk-upgrade-871ca3c0cf4868c7f34e7c3339bb41cb
[Snyk] Upgrade org.jboss.resteasy:resteasy-core-spi from 4.5.4.Final to 4.5.5.Final
2020-07-09 08:39:36 +02:00
snyk-bot
019012de87 fix: upgrade org.jboss.resteasy:resteasy-core-spi from 4.5.4.Final to 4.5.5.Final
Snyk has created this PR to upgrade org.jboss.resteasy:resteasy-core-spi from 4.5.4.Final to 4.5.5.Final.

See this package in NPM:
https://www.npmjs.com/package/org.jboss.resteasy:resteasy-core-spi

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-08 21:57:36 +00:00
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