Commit Graph

9451 Commits

Author SHA1 Message Date
Sebastian Sdorra
9ff5b26982 Use browser build in EventSource for apiClient subscriptions 2020-03-20 11:15:35 +01:00
Sebastian Sdorra
f8f5aa2ebd X-SCM-Session-ID and X-SCM-Client could now be send via query parameter
The use of query parameters is required for SSE, because the standard does not support header.
This works currently only for GET request to avoid parsing of request body.
2020-03-20 11:10:05 +01:00
Sebastian Sdorra
c34d76d318 update resteasy to v4.5.2
The update is required because this version contains several SSE fixes
2020-03-20 11:05:21 +01:00
eheimbuch
60a03a8278 Merge pull request #1047 from scm-manager/feature/replace_node_sass
replace node-sass with sass
2020-03-19 08:59:33 +01:00
René Pfeuffer
7bee7498e6 Merge pull request #1043 from scm-manager/snyk-upgrade-633d2834a85b9ae84d22dc975e88285c
[Snyk] Upgrade commons-daemon:commons-daemon from 1.1.0 to 1.2.2
2020-03-18 18:17:51 +01:00
René Pfeuffer
58821f47ed Fix filename for Windows 2020-03-18 16:10:34 +01:00
Florian Scholdei
eefcbad466 Add scm-manager logo 2020-03-18 10:13:26 +01:00
Sebastian Sdorra
4f01a5199e Merge pull request #1042 from scm-manager/snyk-upgrade-5a7194c8b797b6e29a90caa9a76b76cb
[Snyk] Upgrade org.eclipse.jetty:jetty-jmx from 9.4.22.v20191022 to 9.4.26.v20200117
2020-03-16 11:18:19 +01:00
Sebastian Sdorra
0e2cda16fc Merge pull request #1045 from scm-manager/snyk-upgrade-0d6b7731e33895d03c8f33d7076434f7
[Snyk] Upgrade com.google.inject:guice from 4.0 to 4.2.2
2020-03-16 11:17:32 +01:00
Sebastian Sdorra
155caa0efc Merge pull request #1046 from scm-manager/snyk-upgrade-702b6e070e49220f56e7c7d42d4f95d5
[Snyk] Upgrade org.jboss.resteasy:resteasy-core from 4.4.1.Final to 4.4.2.Final
2020-03-16 11:17:01 +01:00
Sebastian Sdorra
e78a851c68 Merge pull request #1044 from scm-manager/snyk-upgrade-11bc46748bbb6cf54f89dda8d7cada7a
[Snyk] Upgrade org.slf4j:slf4j-simple from 1.7.25 to 1.7.30
2020-03-16 11:16:30 +01:00
Sebastian Sdorra
ae8c6a2391 replace node-sass with sass
Because snyk reported 5 high and 11 medium vulns for node-sass and sass
is the new reference implementation of sass.

see https://snyk.io/node-js/node-sass
2020-03-16 08:49:42 +01:00
Sebastian Sdorra
53337bb4ff Merge pull request #1041 from scm-manager/feature/repository_card_extension_point
Add extension point for repository links in card
2020-03-16 08:18:21 +01:00
snyk-bot
5b7247b8af fix: upgrade org.jboss.resteasy:resteasy-core from 4.4.1.Final to 4.4.2.Final
Snyk has created this PR to upgrade org.jboss.resteasy:resteasy-core from 4.4.1.Final to 4.4.2.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-03-14 21:57:54 +00:00
snyk-bot
cd7b79a0d7 fix: upgrade com.google.inject:guice from 4.0 to 4.2.2
Snyk has created this PR to upgrade com.google.inject:guice from 4.0 to 4.2.2.

See this package in NPM:
https://www.npmjs.com/package/com.google.inject:guice

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-03-14 21:57:49 +00:00
snyk-bot
9f51f96a4f fix: upgrade org.slf4j:slf4j-simple from 1.7.25 to 1.7.30
Snyk has created this PR to upgrade org.slf4j:slf4j-simple from 1.7.25 to 1.7.30.

See this package in NPM:
https://www.npmjs.com/package/org.slf4j:slf4j-simple

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-03-14 21:57:45 +00:00
snyk-bot
46f6971eae fix: upgrade commons-daemon:commons-daemon from 1.1.0 to 1.2.2
Snyk has created this PR to upgrade commons-daemon:commons-daemon from 1.1.0 to 1.2.2.

See this package in NPM:
https://www.npmjs.com/package/commons-daemon:commons-daemon

See this project in Snyk:
https://app.snyk.io/org/scm-manager/project/9ae37cfe-98a5-4b6b-bbf7-ffa5cde55e58?utm_source=github&utm_medium=upgrade-pr
2020-03-14 21:16:26 +00:00
snyk-bot
124aaa3e80 fix: upgrade org.eclipse.jetty:jetty-jmx from 9.4.22.v20191022 to 9.4.26.v20200117
Snyk has created this PR to upgrade org.eclipse.jetty:jetty-jmx from 9.4.22.v20191022 to 9.4.26.v20200117.

See this package in NPM:
https://www.npmjs.com/package/org.eclipse.jetty:jetty-jmx

See this project in Snyk:
https://app.snyk.io/org/scm-manager/project/9ae37cfe-98a5-4b6b-bbf7-ffa5cde55e58?utm_source=github&utm_medium=upgrade-pr
2020-03-14 21:16:11 +00:00
René Pfeuffer
176f19fb1a Add extension point for repository links in card 2020-03-14 22:02:02 +01:00
René Pfeuffer
5b0c98fd3c Update release documentation 2020-03-13 15:44:35 +01:00
René Pfeuffer
cbfc9ce6e7 Add hints for release of plugins 2020-03-13 15:30:52 +01:00
Sebastian Sdorra
46db6e7fc9 added notes to parent version and ui-plugins 2020-03-13 09:02:42 +01:00
Sebastian Sdorra
d64827fc8a fetch branches before master checkout 2020-03-13 07:51:07 +01:00
Sebastian Sdorra
7f24fc8c9c prepare for next development iteration 2020-03-13 07:32:02 +01:00
CES Marvin
cabefa72fb release version 2.0.0-rc5 2.0.0-rc5 2020-03-12 21:11:54 +00:00
René Pfeuffer
27978cda77 Adjust changelog for release 2020-03-12 16:07:36 +01:00
Sebastian Sdorra
51684bb11b remove no longer required log4j exclude 2020-03-12 13:46:30 +01:00
Sebastian Sdorra
bfe856a1cd disable access of external xml dtd and schema 2020-03-12 12:08:32 +01:00
Sebastian Sdorra
e8188822fd Merge pull request #1032 from scm-manager/feature/browse_commit_with_limit
Feature browse sources with limit and offset
2020-03-12 11:30:36 +01:00
René Pfeuffer
500d0758b3 Merge remote-tracking branch 'origin/develop' into feature/browse_commit_with_limit
# Conflicts:
#	CHANGELOG.md
2020-03-12 11:21:13 +01:00
René Pfeuffer
f9122ebb36 Fix import 2020-03-12 11:18:43 +01:00
René Pfeuffer
d4977b7d56 Add limit to 'toString' 2020-03-12 10:49:20 +01:00
René Pfeuffer
ca34ddf40a Harmonize limit default 2020-03-12 10:46:47 +01:00
René Pfeuffer
f39a676044 Remove unused function 2020-03-12 10:45:52 +01:00
René Pfeuffer
36c173ccbd Use concrete names 2020-03-12 10:44:00 +01:00
René Pfeuffer
daff8c5694 Fix typo 2020-03-12 10:40:32 +01:00
René Pfeuffer
3851df5529 Merge pull request #1037 from scm-manager/feature/release_pipeline
Feature release pipeline
2020-03-12 10:36:40 +01:00
Sebastian Sdorra
ad5650e207 Merge pull request #1039 from scm-manager/feature/styled_components_babel_plugin
Feature/styled components babel plugin
2020-03-12 10:36:28 +01:00
René Pfeuffer
39bf636e03 Add comments 2020-03-12 10:36:13 +01:00
Eduard Heimbuch
e13e7f96b7 update storyshots again after merge with develop 2020-03-12 09:36:54 +01:00
Eduard Heimbuch
f7877f5571 merge with develop 2020-03-12 09:36:20 +01:00
Eduard Heimbuch
7f665e7174 update CHANGELOG.md 2020-03-12 09:34:57 +01:00
Eduard Heimbuch
8dadf60c7c update storyshots 2020-03-12 08:48:51 +01:00
eheimbuch
def1199a13 Merge pull request #1036 from scm-manager/bugfix/sonar_qube_qg
fix sonar qube finding for try with resources and dtd external proces…
2020-03-12 08:36:32 +01:00
René Pfeuffer
647de3bb2f Merge pull request #1034 from scm-manager/feature/ui_utilization
ui utilization
2020-03-11 17:23:30 +01:00
René Pfeuffer
fa0aee8610 Fix story shots 2020-03-11 16:56:11 +01:00
René Pfeuffer
c4a6f5a978 Rename subnavigation component 2020-03-11 16:30:48 +01:00
Sebastian Sdorra
c4bf157075 fix sonar qube finding for try with resources and dtd external processing 2020-03-11 15:55:25 +01:00
Sebastian Sdorra
f4962b2ea2 remove old comment 2020-03-11 15:39:31 +01:00
Sebastian Sdorra
997c5b3ce1 fix broken docker image version 2020-03-11 15:36:59 +01:00