Commit Graph

12416 Commits

Author SHA1 Message Date
Sebastian Sdorra
397f524aab Update changelog 2020-09-01 08:42:48 +02:00
Sebastian Sdorra
dcfd0d0d16 refactor I18nServletTest
Use JUnit5 and only api methods
2020-09-01 08:34:01 +02:00
Sebastian Sdorra
8d65bf75f3 refactor I18nServlet to avoid stacktrace logging on unknown language 2020-09-01 07:53:21 +02:00
Sebastian Sdorra
de0bcaf3e8 use static instance of slf4j instead of lombok annotation 2020-09-01 07:21:06 +02:00
snyk-bot
6324ba37c6 fix: upgrade mini-css-extract-plugin from 0.9.0 to 0.10.0
Snyk has created this PR to upgrade mini-css-extract-plugin from 0.9.0 to 0.10.0.

See this package in npm:
https://www.npmjs.com/package/mini-css-extract-plugin

See this project in Snyk:
https://app.snyk.io/org/scm-manager/project/e563ed8d-dedf-4b52-af75-5d89b1e70f44?utm_source=github&utm_medium=upgrade-pr
2020-09-01 04:41:15 +00:00
Sebastian Sdorra
1ecf33f65f Merge pull request #1307 from scm-manager/bugfix/reset_redux_state_on_expired_token
Reset redux state on next action if token is expired
2020-08-31 16:42:39 +02:00
Sebastian Sdorra
5a010baf28 Add small fixes and code comments to reset state logic 2020-08-31 15:31:27 +02:00
Eduard Heimbuch
9ee7c3ff1c reset the redux state if the token is expired and the user still uses the web ui 2020-08-28 15:39:58 +02:00
Konstantin Schaper
daa5d459cf Fix token expired exception being displayed instead of login page on revisit 2020-08-28 14:04:56 +02:00
Konstantin Schaper
c053228221 Fix token expired exception being displayed in browser 2020-08-28 13:26:19 +02:00
Konstantin Schaper
b4c5f49858 Bugfix/link not found (#1296)
Redirect to login page if anonymous tries to access a page without permission

Co-authored-by: Eduard Heimbuch <eduard.heimbuch@cloudogu.com>
Co-authored-by: Sebastian Sdorra <sebastian.sdorra@cloudogu.com>
2020-08-27 13:20:43 +02:00
eheimbuch
bd81d973ec Merge pull request #1306 from scm-manager/bugfix/markdown_detection
Fix detection of markdown files for files having content does not sta…
2020-08-27 11:30:47 +02:00
René Pfeuffer
4d4834d115 Add some more documentation 2020-08-27 11:30:04 +02:00
René Pfeuffer
96d16fe4cc "Unpeel" annotated tags to get correct changeset
If we just parse the object id of the reference for annotated tags, we
get the annotated tag object and not the reference the tag refers to.
2020-08-27 11:15:13 +02:00
Sebastian Sdorra
20d34a8491 Replace refresh of token expired banner with hard login link 2020-08-27 10:51:21 +02:00
René Pfeuffer
565ec3ff3c Cleanup 2020-08-27 10:48:54 +02:00
Sebastian Sdorra
716c7c5083 Fix detection of markdown files for files having content does not start with '#' 2020-08-27 08:11:23 +02:00
Konstantin Schaper
4f060e4b24 Merge branch 'develop' into feature/diff-anchor-links 2020-08-26 15:51:07 +02:00
Konstantin Schaper
7d33744e73 Merge branch 'develop' into feature/tag-dates 2020-08-26 15:46:40 +02:00
Konstantin Schaper
bf1ff26f19 update changelog 2020-08-26 15:35:37 +02:00
Konstantin Schaper
15fac8ba2c remove ref usage and directly use objectId 2020-08-26 15:06:00 +02:00
eheimbuch
5c804f23d7 Merge pull request #1303 from scm-manager/bugfix/render_markdown_content
Fix broken markdown rendering
2020-08-26 13:07:25 +02:00
Konstantin Schaper
0069f401f8 update changelog 2020-08-26 11:37:53 +02:00
Konstantin Schaper
cfbaf63b5c add additional precautious check 2020-08-26 11:34:15 +02:00
Sebastian Sdorra
3dde62b700 Fix broken markdown rendering 2020-08-26 11:21:59 +02:00
Konstantin Schaper
e9a4a9f173 update storyshots and fix endless loop in tests 2020-08-26 11:18:45 +02:00
Sebastian Sdorra
54bc6a73eb Merge pull request #1300 from scm-manager/bugfix/plugin_dependency_context
Fix plugin dependency installation error
2020-08-26 10:28:54 +02:00
Sebastian Sdorra
0b6ff0c500 Merge branch 'develop' into bugfix/plugin_dependency_context 2020-08-26 10:28:45 +02:00
eheimbuch
4856171ead Merge pull request #1301 from scm-manager/feature/e2e_pipeline
Execute e2e cypress tests as part of integration tests
2020-08-26 10:21:57 +02:00
Eduard Heimbuch
48e1b876e0 fix typo 2020-08-26 10:20:47 +02:00
Konstantin Schaper
ecfc70eb77 wip refactoring 2020-08-26 10:01:51 +02:00
Sebastian Sdorra
b09ae961b0 Cut cypress videos and keep only failed tests 2020-08-26 09:40:35 +02:00
Sebastian Sdorra
067e55f60d disable video compression 2020-08-26 09:32:55 +02:00
Sebastian Sdorra
2f7ff72fd1 Remove videos of successful runs 2020-08-26 08:48:43 +02:00
Konstantin Schaper
8d613effee update mockito dependency version 2020-08-25 18:10:03 +02:00
Konstantin Schaper
36231d077a cleanup and update tests 2020-08-25 18:08:31 +02:00
eheimbuch
4e771a27b2 Merge pull request #1297 from scm-manager/bugfix/session-expiration-not-handled
Bugfix/session expiration not handled
2020-08-25 16:59:10 +02:00
eheimbuch
355314d2c5 Merge branch 'develop' into bugfix/session-expiration-not-handled 2020-08-25 16:58:38 +02:00
eheimbuch
eef074681c Merge pull request #1298 from scm-manager/bugfix/overflow_in_dangerzone
Fix text-overflow in danger zone
2020-08-25 16:55:42 +02:00
Eduard Heimbuch
a36c0e2a16 Fix plugin installation error if previously a plugin was installed with the same dependency which is still pending. 2020-08-25 16:29:16 +02:00
Konstantin Schaper
6d409c65c0 initial implementation 2020-08-25 14:45:48 +02:00
Sebastian Sdorra
06ecfd786e Revert "Add screenshots and test failures to test jenkins archiving"
This reverts commit 6a390ee811.
2020-08-25 12:25:46 +02:00
Sebastian Sdorra
d6a5c54aba Create junit reports for cypress test and do not fail the build 2020-08-25 11:17:05 +02:00
Sebastian Sdorra
6a390ee811 Add screenshots and test failures to test jenkins archiving 2020-08-25 10:33:45 +02:00
Sebastian Sdorra
bd08fdbe86 Archive cypress videos and screenshots 2020-08-25 10:31:40 +02:00
Sebastian Sdorra
4626d56bb7 Add ignore entries for cypress videos and screenshots 2020-08-25 10:26:50 +02:00
Sebastian Sdorra
3d6173c0df Install build packages which are required for cypress e2e tests 2020-08-25 09:45:52 +02:00
Sebastian Sdorra
1a885b64c6 Execute e2e tests as part of scm-it 2020-08-25 08:44:38 +02:00
Sebastian Sdorra
6c1a9f286f Make stage concept accessible from ui 2020-08-25 08:42:16 +02:00
Sebastian Sdorra
61be5b154c Merge pull request #1299 from scm-manager/snyk-upgrade-174a6662770f54915f5a07260d8fd5fb
[Snyk] Upgrade com.fasterxml.jackson.core:jackson-annotations from 2.11.1 to 2.11.2
2020-08-25 07:53:08 +02:00