Commit Graph

10184 Commits

Author SHA1 Message Date
Sebastian Sdorra
808a8a4107 fixes refetching loop for non existing changesets 2020-06-17 16:45:53 +02:00
Sebastian Sdorra
231d81992a break-word on overflow in popover of annotaton view 2020-06-17 13:44:53 +02:00
eheimbuch
091d426cbe Merge pull request #1196 from scm-manager/feature/annotate
Annotate View
2020-06-17 13:29:26 +02:00
Eduard Heimbuch
1435828e0e fix small review findings 2020-06-17 13:27:54 +02:00
Sebastian Sdorra
94054e9226 update storyshot snapshots 2020-06-17 12:29:33 +02:00
Sebastian Sdorra
62996d6585 align calculating and formatting of dates between components 2020-06-17 12:26:22 +02:00
Eduard Heimbuch
37bad5fd95 fix race condition in annotate view 2020-06-17 11:44:21 +02:00
René Pfeuffer
9d214ace77 Migrate to next smp maven plugin 2020-06-17 11:44:12 +02:00
René Pfeuffer
3e5ee53dc2 Adapt test to change from 52a09a9 2020-06-17 11:16:04 +02:00
Sebastian Sdorra
9353972da2 fixed wrong type import 2020-06-17 10:47:28 +02:00
Sebastian Sdorra
767b941fca fixed wrong e-tag format 2020-06-17 10:09:35 +02:00
René Pfeuffer
84947f5097 Adapt test to changed API 2020-06-17 09:30:02 +02:00
René Pfeuffer
fef62154b7 Add hint for upgrading with yum 2020-06-17 09:28:19 +02:00
eheimbuch
6d6c71cc85 Merge pull request #1185 from scm-manager/bugfix/diff_with_CR
Only use LF for line breaks in diffs
2020-06-17 09:18:05 +02:00
eheimbuch
7ca781bc1c Merge branch 'develop' into bugfix/diff_with_CR 2020-06-17 09:17:45 +02:00
eheimbuch
2d709fe57f Merge pull request #1191 from scm-manager/bugfix/close_file_list_in_migration
Close file lists
2020-06-17 08:42:45 +02:00
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
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
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
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