Commit Graph

10426 Commits

Author SHA1 Message Date
Sebastian Sdorra
030ef30ffb uses parent constructor with RootURL 2020-08-03 14:01:44 +02:00
Sebastian Sdorra
b981d62905 adds new constructor to InitializingHttpScmProtocolWrapper which uses the new RootURL api 2020-08-03 13:57:07 +02:00
Sebastian Sdorra
5bf4917914 adds RootURL which resolves the scm root url regardless of the guice scope 2020-08-03 13:37:16 +02:00
Sebastian Sdorra
2d5c62e77b throws an exception if createForwardedBaseUrl is used with a non forwarded request 2020-08-03 13:36:23 +02:00
Sebastian Sdorra
1dd4494eac fixes small sonarqube warning 2020-08-03 07:40:35 +02:00
Sebastian Sdorra
2400e465d3 migrate InitializingHttpScmProtocolWrapperTest to junit 5 2020-08-03 07:38:39 +02:00
Sebastian Sdorra
a611fb0d66 Merge pull request #1271 from scm-manager/bugfix/tooltip_overflow
Fix tooltip overflow of help icons
2020-07-31 13:39:50 +02:00
Sebastian Sdorra
46e6c51e65 update storyshots to reflect latest tooltip changes 2020-07-31 13:00:15 +02:00
Sebastian Sdorra
d6d8b7ca8c reenable pre-commit linting of js, ts and tsx files 2020-07-31 11:12:31 +02:00
Sebastian Sdorra
63e56ce84d adjust changelog for latest tooltip changes 2020-07-31 10:54:26 +02:00
Sebastian Sdorra
3f1b7bbf5e use multiline tooltips for help as default 2020-07-31 10:48:51 +02:00
Sebastian Sdorra
28d3983aed remove short tooltips from long tooltip story 2020-07-31 10:48:14 +02:00
Sebastian Sdorra
d88704a009 improve modal stories to show overflow bug on form elements 2020-07-31 10:17:03 +02:00
Florian Scholdei
4268fed114 Add storyshot for our concrete bug case 2020-07-30 16:52:22 +02:00
Florian Scholdei
2490eccc71 Remove unused import 2020-07-30 13:04:12 +02:00
Florian Scholdei
1c21c72b20 Update CHANGELOG.md 2020-07-30 11:03:48 +02:00
Florian Scholdei
132a30f2b6 Fix tooltip overflow in checkbox and radio context 2020-07-30 11:02:30 +02:00
eheimbuch
02738b816c Merge pull request #1220 from scm-manager/snyk-upgrade-f96802fbb6e2c00d5a6c3c825d7eb0b4
[Snyk] Upgrade bulma from 0.8.2 to 0.9.0
2020-07-23 14:52:03 +02:00
eheimbuch
a3d47b95aa Merge pull request #1255 from scm-manager/snyk-fix-daa1575b57ffde8d8a9fa6654ce55cc7
[Snyk] Security upgrade i18next from 17.3.1 to 19.6.0
2020-07-23 14:41:13 +02:00
CES Marvin
17da0b9a8a prepare for next development iteration 2020-07-23 12:17:00 +00:00
CES Marvin
efda158d76 release version 2.3.0 2.3.0 2020-07-23 11:43:35 +00:00
Sebastian Sdorra
49602c9a34 prepare changelog for release 2.3.0 2020-07-23 13:39:24 +02:00
Florian Scholdei
5a0841bd42 Update CHANGELOG.md 2020-07-23 13:04:46 +02:00
eheimbuch
460db05396 Merge pull request #1265 from scm-manager/feature/numbers_in_source
Feature/numbers in source
2020-07-23 11:26:12 +02:00
eheimbuch
507baf289d Merge pull request #1264 from scm-manager/feature/ssl_configuration
Feature/ssl configuration
2020-07-23 11:07:12 +02:00
Florian Scholdei
ded030ef86 Show line numbers by default 2020-07-23 10:18:36 +02:00
Sebastian Sdorra
946ede1e88 updates scm-server with https documentation 2020-07-23 09:28:11 +02:00
Florian Scholdei
82721e554c Supplement annotation section in docs 2020-07-23 09:23:31 +02:00
René Pfeuffer
4d7681fa2d Merge pull request #1262 from scm-manager/feature/update_reverse_proxy_docs
updates reverse proxy documentation
2020-07-23 08:05:31 +02:00
Sebastian Sdorra
23bbac6740 updates reverse proxy documentation 2020-07-23 07:41:39 +02:00
Sebastian Sdorra
4421be142f replace wrong comment with documentation link in server-config.xml 2020-07-22 16:06:35 +02:00
Sebastian Sdorra
633bfe7657 Merge pull request #1259 from scm-manager/feature/init_svn_repo_with_trunk
init svn repositories with README.md in trunk folder
2020-07-22 15:04:03 +02:00
Sebastian Sdorra
5d0c216b19 Revert "add jexl parser to parse expressions in urls"
The jexl parser was moved to its own plugin scm-el-plugin.
This reverts commit 1cc6864a3c.
2020-07-22 14:18:23 +02:00
Eduard Heimbuch
b1660f5ec7 init svn repositories with README.md in trunk folder 2020-07-22 14:00:52 +02:00
Sebastian Sdorra
1aee051a76 Merge pull request #1261 from scm-manager/bugfix/clear_branches_cache
Invalidate branches cache synchronously on create new branch
2020-07-22 11:12:55 +02:00
Sebastian Sdorra
9c544a0ac1 Merge pull request #1260 from scm-manager/feature/update-optional-dependencies
Feature/update optional dependencies
2020-07-22 11:12:17 +02:00
Eduard Heimbuch
5e10f6b730 Invalidate branches cache synchronously on create new branch 2020-07-22 10:20:37 +02:00
Konstantin Schaper
ffdb76507e add notification for optional plugins in plugin modal 2020-07-22 10:12:00 +02:00
Konstantin Schaper
b3d5f930ea append optional dependencies to webapp dto 2020-07-22 09:55:57 +02:00
Konstantin Schaper
b51ddae59d add changelog entry 2020-07-21 15:26:44 +02:00
Konstantin Schaper
b6ca84cd6c upgrade optional dependencies on plugin installation/upgrade 2020-07-21 15:17:40 +02:00
Eduard Heimbuch
9a1ec7a5ef improve documentation 2020-07-21 14:04:37 +02:00
eheimbuch
d1442207b2 Merge pull request #1254 from scm-manager/snyk-upgrade-3b8f3aa38b477bc38ea4112a931b7c69
[Snyk] Upgrade com.fasterxml.jackson.core:jackson-core from 2.11.0 to 2.11.1
2020-07-21 13:17:42 +02:00
Konstantin Schaper
38047a25aa Add optional dependencies to plugin descriptors and plugin center dto 2020-07-21 11:39:08 +02:00
Konstantin Schaper
d1c0dee201 update smp dependency version 2020-07-21 11:23:44 +02:00
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
snyk-bot
d03f51a379 fix: scm-ui/ui-webapp/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-I18NEXT-585930
2020-07-20 05:25:00 +00:00