Commit Graph

9081 Commits

Author SHA1 Message Date
Sebastian Sdorra
b999b85296 Close branch feature/keys_for_violations 2020-01-16 09:54:43 +00:00
Sebastian Sdorra
3602976ff1 removed unnecessary plugin node wrapper
Removed PluginNodeHashWrapper and moved equals and hashCode logic into PluginNode
2020-01-16 10:27:34 +01:00
Rene Pfeuffer
2d755aae9a Fix plugin load order
The old algorithm failed, because the tree below lead to the issue, that
the scm-branchwp-plugin was loaded before the scm-review-plugin was
ready.

This commit changes the order in the way, that leafs are loaded last.

+- scm-editor-plugin d
   +- scm-branchwp-plugin a
+- scm-mail-plugin c
   +- scm-review-plugin b
      +- scm-branchwp-plugin a
   +- scm-branchwp-plugin a
2020-01-16 08:56:57 +01:00
Rene Pfeuffer
53403f26e2 Add optional i18n keys for violations and make path optional 2020-01-15 17:38:11 +01:00
Sebastian Sdorra
fca59fb28c Merged in feature/simplify_exception_mapper (pull request #388)
Simplify class ContextualFallbackExceptionMapper
2020-01-15 13:19:12 +00:00
Sebastian Sdorra
01fd96982c Close branch feature/simplify_exception_mapper 2020-01-15 13:19:12 +00:00
Sebastian Sdorra
34838dc889 remove revision 0 from svn log command 2020-01-15 14:06:24 +01:00
Rene Pfeuffer
96cda839f8 Simplify class 2020-01-15 14:00:20 +01:00
Sebastian Sdorra
c7320bfcf6 Merged in bugfix/push_error_handling (pull request #387)
Fix error handling on git push
2020-01-15 12:40:02 +00:00
Sebastian Sdorra
071095b74f Close branch bugfix/push_error_handling 2020-01-15 12:40:02 +00:00
Sebastian Sdorra
a2499698b3 removed unnecessary expression 2020-01-15 13:31:27 +01:00
Sebastian Sdorra
47c43ebfdb Merged in feature/consolidate_code_section (pull request #381)
Feature/consolidate code section
2020-01-15 11:46:57 +00:00
Sebastian Sdorra
e0e9145dd8 Close branch feature/consolidate_code_section 2020-01-15 11:46:57 +00:00
Sebastian Sdorra
c85e37c665 fixed small review findings 2020-01-15 10:49:01 +01:00
Sebastian Sdorra
5e99ee92bf merge branch heads 2020-01-15 10:18:07 +01:00
Sebastian Sdorra
1aaf621c4d added option to skip type checks 2020-01-15 10:17:51 +01:00
Sebastian Sdorra
c26cf9eaa3 use node_env as babel cache key, in order to fix production js bundles 2020-01-15 10:17:27 +01:00
Eduard Heimbuch
bafa25f025 reload historyView on branch switch // cleanup Sources 2020-01-15 10:04:30 +01:00
Rene Pfeuffer
b4b4f29e42 Log messages from failed push result 2020-01-15 09:51:00 +01:00
Sebastian Sdorra
0bfb9f1c69 merge with default branch 2020-01-15 09:23:07 +01:00
Eduard Heimbuch
38d5de7435 its possible to unselect branch on changesets view to see all changesets for mercurial 2020-01-15 09:13:16 +01:00
Eduard Heimbuch
fd23fcee14 dont redirect to default branch on changesets view 2020-01-15 09:09:54 +01:00
Eduard Heimbuch
5c654b433b replace current history entry on redirect to default branch instead of pushing a new history entry 2020-01-15 08:55:15 +01:00
Rene Pfeuffer
c5520e6b07 Fix error handling on git push
Failing git push does not lead to an GitAPIException. Instead we have to
check the dedicated push update results.

By the way this adds a message for the internal repository exception.
2020-01-15 08:49:14 +01:00
Eduard Heimbuch
14b416018d Merged in feature/react_fast_refresh (pull request #385)
enable react fast refresh for core ui
2020-01-15 07:48:39 +00:00
Eduard Heimbuch
4ff3877724 Close branch feature/react_fast_refresh 2020-01-15 07:48:39 +00:00
Eduard Heimbuch
bee0b68f37 cleanup fetch content in sourcesView 2020-01-15 08:25:59 +01:00
Eduard Heimbuch
3f518c501a fix fetch content multiple times for same file 2020-01-15 08:01:12 +01:00
Eduard Heimbuch
0888006a74 refactor code section 2020-01-14 18:07:57 +01:00
Sebastian Sdorra
c7a6252e12 merge repository heads 2020-01-14 13:29:49 +01:00
Sebastian Sdorra
1cade825af enable xrfs protection only on write request
This change is required in order to fix the image viewer and download of editor plugin
2020-01-14 13:28:17 +01:00
Rene Pfeuffer
088e0e7aaa Merged in bugfix/module_code_coverage (pull request #386)
fix sonarqube code coverage
2020-01-14 11:00:47 +00:00
Rene Pfeuffer
6c84b0ede4 Close branch bugfix/module_code_coverage 2020-01-14 11:00:47 +00:00
Sebastian Sdorra
2f48087f13 enable react fast refresh for core ui 2020-01-13 21:38:28 +01:00
Sebastian Sdorra
98febefa64 fix sonarqube code coverage 2020-01-13 15:56:28 +01:00
Eduard Heimbuch
e0e2ccec02 cleanup 2020-01-13 15:21:07 +01:00
Eduard Heimbuch
86695c769a fix branch encoding in uri 2020-01-13 15:16:06 +01:00
Eduard Heimbuch
d769c82afa refactor codeViewSwitcher 2020-01-13 15:13:01 +01:00
Eduard Heimbuch
0e544d694f fetch changesets for selected branch // fetch changesets for default branch if trying to fetch changesets for specific revision 2020-01-13 14:49:17 +01:00
Sebastian Sdorra
a2c9eeb858 Merged in bugfix/restart_after_migration (pull request #384)
Create mock subject to satisfy legman
2020-01-13 13:16:02 +00:00
Sebastian Sdorra
b64860770e Close branch bugfix/restart_after_migration 2020-01-13 13:16:02 +00:00
Sebastian Sdorra
2f9347a5ef update smp-maven-plugin to 1.0.0-rc2 2020-01-13 13:57:09 +01:00
Sebastian Sdorra
f9a42e883d Merged in bugfix/warning_button_color (pull request #383)
Fix text colors for warning button
2020-01-13 10:05:07 +00:00
Sebastian Sdorra
772e16d943 Close branch bugfix/warning_button_color 2020-01-13 10:05:07 +00:00
Rene Pfeuffer
b6590673c0 Create mock subject to satisfy legman
The posted restart event will trigger legman to request the current
subject so that it can be passed over. This will lead to an exception
if no subject is registered. The subject itself is of no importance
here.

Reported here:
https://groups.google.com/d/msg/scmmanager/m4CfDE2n4h8/Yn6fddaYBgAJ
2020-01-13 10:56:47 +01:00
Sebastian Sdorra
3011b4d3e8 merge with default branch 2020-01-13 09:34:19 +01:00
Rene Pfeuffer
a7195331a3 Fix text colors for warning button 2020-01-10 17:10:57 +01:00
Rene Pfeuffer
dd3949b817 Hide toggle when there are no hunks to display 2020-01-10 13:54:04 +01:00
Eduard Heimbuch
8ed379ecbf Merged in feature/merge_diff (pull request #380)
Merge conflicts
2020-01-10 10:35:53 +00:00
Eduard Heimbuch
1b9417d9b7 Close branch feature/merge_diff 2020-01-10 10:35:53 +00:00