10440 Commits

Author SHA1 Message Date
CES Marvin
0394f8fd96 release version 2.3.1 2.3.1 2020-08-04 13:57:22 +00:00
Sebastian Sdorra
96509f245e prepare changelog for release 2.3.1 2020-08-04 15:51:17 +02:00
René Pfeuffer
b3076f1997 Merge pull request #1276 from scm-manager/bugfix/protocol_url_outofscope
Avoid stacktrace logging when protocol url is accessed outside of request scope
2020-08-04 10:41:32 +02:00
René Pfeuffer
4499076180 Fix versions 2020-08-04 08:18:19 +02:00
Sebastian Sdorra
5b8ec0b85e adds missing bind for RootURL 2020-08-04 06:43:43 +02:00
René Pfeuffer
8a42277ec7 Merge pull request #1275 from scm-manager/feature/import_documentation
adds documentation for importing existing repositories
2020-08-03 16:54:48 +02:00
Konstantin Schaper
a552e54d20 Update import.md 2020-08-03 14:33:53 +02:00
Konstantin Schaper
e930884c55 Update faq.md 2020-08-03 14:33:13 +02:00
Sebastian Sdorra
494e62109d update changelog 2020-08-03 14:09:12 +02:00
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
c907df564f Update docs/en/import.md
Co-authored-by: René Pfeuffer <rene.pfeuffer@cloudogu.com>
2020-08-03 07:20:40 +02:00
Sebastian Sdorra
045516791c Update docs/en/import.md
Co-authored-by: René Pfeuffer <rene.pfeuffer@cloudogu.com>
2020-08-03 07:20:22 +02:00
Sebastian Sdorra
0177b53dc9 Update docs/en/import.md
Co-authored-by: René Pfeuffer <rene.pfeuffer@cloudogu.com>
2020-08-03 07:20:12 +02:00
Sebastian Sdorra
3015419f32 Update docs/en/faq.md
Co-authored-by: René Pfeuffer <rene.pfeuffer@cloudogu.com>
2020-08-03 07:19:50 +02:00
Sebastian Sdorra
1b94f447d9 adds documentation for importing existing repositories 2020-08-02 12:35:55 +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