Commit Graph

9306 Commits

Author SHA1 Message Date
Eduard Heimbuch
f44d17d640 create RepositoryInitializer which can be used to create new files in the initial commit on a new repository 2020-01-20 15:19:51 +01:00
Eduard Heimbuch
af866f2ae8 create priority ordering for instances 2020-01-20 15:17:59 +01:00
Rene Pfeuffer
12b9d6e0e1 Merge with upstream 2020-01-17 14:44:34 +01:00
Rene Pfeuffer
c93c3776ef Use git-like commit message 2020-01-17 14:44:00 +01:00
Eduard Heimbuch
e2007d9e64 add "init repository" checkbox to repository form 2020-01-17 13:56:42 +01:00
Eduard Heimbuch
b8fb08a500 decode branch/revision in content detailsView 2020-01-17 08:12:37 +01:00
Eduard Heimbuch
f1aa469293 Merged in bugfix/hide_side_by_side_in_empty_diff (pull request #393)
Hide 'side by side' button when there is no diff
2020-01-16 14:03:09 +00:00
Eduard Heimbuch
3a18d346ef Close branch bugfix/hide_side_by_side_in_empty_diff 2020-01-16 14:03:09 +00:00
Rene Pfeuffer
70484d40ad Update storyshots 2020-01-16 14:53:40 +01:00
Rene Pfeuffer
ac3821ad6d Hide 'side by side' button when there is no diff 2020-01-16 13:05:44 +01:00
Eduard Heimbuch
24049dcd87 Merged in feature/add_changelog (pull request #392)
Add changelog
2020-01-16 11:43:56 +00:00
Eduard Heimbuch
67e90145da Close branch feature/add_changelog 2020-01-16 11:43:56 +00:00
Eduard Heimbuch
ec20722047 small fixes in CHANGELOG.md 2020-01-16 12:43:17 +01:00
Florian Scholdei
f393226f31 Add changelog 2020-01-16 12:16:40 +01:00
Eduard Heimbuch
4d1e5f0e50 fix markdown toggle button z index 2020-01-16 11:42:01 +01:00
Sebastian Sdorra
cf8a1e24a5 Merged in feature/keys_for_violations (pull request #391)
Feature/keys for violations
2020-01-16 09:54:43 +00:00
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
Eduard Heimbuch
04e9bd1306 Merged in feature/markdown_source_viewer (pull request #390)
Feature/markdown source viewer
2020-01-16 09:02:05 +00:00
Eduard Heimbuch
534c2beb4f Close branch feature/markdown_source_viewer 2020-01-16 09:02:05 +00:00
Eduard Heimbuch
db1d89792e refactor markdownviewer // fix padding 2020-01-16 10:00:44 +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
Eduard Heimbuch
b5e78f46be add title translation 2020-01-15 21:11:47 +01:00
Eduard Heimbuch
75a94e2509 import markdown icon // fix toggle button size and position 2020-01-15 20:55:09 +01:00
Eduard Heimbuch
584f65c349 render markdown files in sourcesView 2020-01-15 20:29:18 +01:00
Eduard Heimbuch
d1cbd294eb Merged in bugfix/svn_source_commits_switcher (pull request #389)
fix switching from svn source with selected revision to commits view
2020-01-15 17:14:55 +00:00
Eduard Heimbuch
05ee97c0ae Close branch bugfix/svn_source_commits_switcher 2020-01-15 17:14:55 +00:00
Rene Pfeuffer
53403f26e2 Add optional i18n keys for violations and make path optional 2020-01-15 17:38:11 +01:00
Sebastian Sdorra
74ad7ad50d fix switching from svn source with selected revision to commits view 2020-01-15 14:43:07 +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