13428 Commits

Author SHA1 Message Date
eheimbuch
296dc8156d Merge branch 'develop' into bugfix/close_file_list_in_migration 2020-06-17 08:42:38 +02:00
Sebastian Sdorra
645fdb8661 update storyshot snapshots 2020-06-17 08:10:02 +02:00
Sebastian Sdorra
b7d69de3eb update changelog 2020-06-17 08:07:34 +02:00
René Pfeuffer
9dc3c29e5f Remove contributor count on mobile view 2020-06-17 07:39:09 +02:00
Sebastian Sdorra
a4e6e4186a replace highlightjs with prismjs 2020-06-16 21:04:07 +02:00
Sebastian Sdorra
7deb300c03 merge with develop branch 2020-06-16 19:39:27 +02:00
René Pfeuffer
4715ded299 Merge pull request #1189 from scm-manager/feature/show_changeset_parents
show changeset parents on changeset details view
2020-06-16 17:41:00 +02:00
René Pfeuffer
ad405fe95d Add small gap between date and parents 2020-06-16 17:18:48 +02:00
Florian Scholdei
bde83315d6 Update screenshots in user-oriented documentation 2020-06-16 17:12:52 +02:00
René Pfeuffer
667911f30a Fix type 2020-06-16 17:06:27 +02:00
Eduard Heimbuch
3e54fcf0fd update CHANGELOG.md 2020-06-16 16:12:35 +02:00
Eduard Heimbuch
7c1a256780 upgrade to newest javahg version
The command in javahg.py is used there from registrar and no longer from cmdUtil.
edf07669ed/src/main/resources/javahg.py (lines-51)
2020-06-16 16:12:35 +02:00
Florian Scholdei
ca94f294e3 Add introduction and description of individual documentation sections 2020-06-16 16:00:00 +02:00
Florian Scholdei
f2d1875fa6 Add user-oriented documentation entry points to navigation 2020-06-16 13:21:30 +02:00
Florian Scholdei
f9efbd2e40 Add user-oriented SCM-Manager documentation 2020-06-16 13:20:17 +02:00
eheimbuch
7eedb421bc Merge pull request #1187 from scm-manager/feature/improve_eslint_config
improve eslint config
2020-06-16 11:57:50 +02:00
René Pfeuffer
7f3f47c4c8 Close file lists
Though we could not reproduce an error even with real big file
structures (100 directories, containing each another 100 directories
with 100 files each), it may be safer to make sure the streams will
really be closed in the end and recommended in the javadoc description
for Files#list
(https://docs.oracle.com/javase/8/docs/api/java/nio/file/Files.html#list-java.nio.file.Path-)
2020-06-16 11:51:50 +02:00
Sebastian Sdorra
ba4cf8a797 fixed alignment of author avatar 2020-06-16 11:46:30 +02:00
René Pfeuffer
b3040678c5 Fix versions in package.json files 2020-06-16 10:58:37 +02:00
Sebastian Sdorra
20697976ce update storyshot snapshots, because of updated syled-components 2020-06-16 10:56:53 +02:00
Sebastian Sdorra
52f3c1d8fe restructure annotate components 2020-06-16 10:50:38 +02:00
Eduard Heimbuch
a83e8fd9c6 update CHANGELOG.md 2020-06-16 10:44:27 +02:00
Eduard Heimbuch
b75b438d7b show changeset parents on changeset details view 2020-06-16 10:41:00 +02:00
Sebastian Sdorra
d4537c0330 added avatar support 2020-06-16 10:05:11 +02:00
Sebastian Sdorra
d28ee05146 added base date to avoid failing snapshot tests 2020-06-16 09:43:45 +02:00
Sebastian Sdorra
123d5752b1 upgrade styled-components to 5.1.0 2020-06-16 08:18:42 +02:00
Sebastian Sdorra
5ad593beca execute eslint tests as part of the build 2020-06-16 07:45:54 +02:00
Sebastian Sdorra
739a4cf9a2 added missing license headers 2020-06-16 07:24:22 +02:00
Sebastian Sdorra
685acbc6fc restrict imports from @scm-manager source directories 2020-06-16 07:23:23 +02:00
Sebastian Sdorra
58b2e4b30a allow usage of console for node scripts 2020-06-16 07:08:42 +02:00
Sebastian Sdorra
f7fb3507c9 specify jest environment for tests and use airbnb-base for node 2020-06-16 07:01:22 +02:00
Sebastian Sdorra
c10b588576 allow linting of .js files and added tests for eslint config 2020-06-15 22:01:16 +02:00
Sebastian Sdorra
1a190db34e allow other quote types to avoid escaping 2020-06-15 20:38:45 +02:00
Sebastian Sdorra
271d8ad3d9 remove flow based configuration and use ts as default 2020-06-15 20:32:28 +02:00
René Pfeuffer
bd4fc86db1 Only use LF for line breaks in diffs
Git uses LF for line breaks in diffs, not CR or other delimiters. When
we are using other delimiters for diving diff output into lines, too,
we can get errors because diff lines can contain CRs. When we try to
split such lines, we get exceptions because these lines cannot be parsed
2020-06-15 17:05:46 +02:00
Sebastian Sdorra
012613701d keep popover open on hover 2020-06-15 17:02:54 +02:00
eheimbuch
d502b9a864 Merge pull request #1184 from scm-manager/bugfix/set_new_plugin_center_url
Set new plugin center URL in update step
2020-06-15 13:45:43 +02:00
Sebastian Sdorra
1cddccff9f fixed overflow of code and popover 2020-06-15 13:21:20 +02:00
René Pfeuffer
c675b77470 Set new plugin center url in update step
Fixes the issue, that migrated instances of SCM-Manager still use the
old plugin center url and therefore cannot read the new plugins.
2020-06-15 11:25:28 +02:00
eheimbuch
4f79f14b3d Merge pull request #1182 from scm-manager/bugfix/plugins_without_context_root
Fix loading plugin resources without context path
2020-06-15 09:22:06 +02:00
Sebastian Sdorra
e1263e192b Merge branch 'feature/annotate' of github.com:scm-manager/scm-manager into feature/annotate 2020-06-15 08:35:46 +02:00
Florian Scholdei
9270ae1755 Correct uniformity in the overall appearance of all menus, otherwise always singular. 2020-06-12 18:07:44 +02:00
René Pfeuffer
92d7b7703a Add "annotations" button to sources view 2020-06-12 17:27:32 +02:00
René Pfeuffer
6fea201cc7 Fix loading plugin resources without context path
When the context path is set to '/', we get an empty context
path. Nonetheless the URL has to start with a '/'. So we have
to add it explicitly, here.
2020-06-12 14:21:52 +02:00
Sebastian Sdorra
2fab4f5eea reduce ts-ignore count 2020-06-12 13:20:04 +02:00
Sebastian Sdorra
becb0d0208 use fixed dates for story 2020-06-12 13:19:48 +02:00
Sebastian Sdorra
0137a5a238 fixed repeating wrong contributor avatars 2020-06-12 11:53:33 +02:00
Sebastian Sdorra
24444aa065 implemented popover for annotate 2020-06-12 11:29:23 +02:00
Sebastian Sdorra
9c5e0c64fd added missing license header 2020-06-12 09:11:48 +02:00
Sebastian Sdorra
e5153b4fa9 display only new annotations 2020-06-12 09:08:35 +02:00