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
767b941fca
fixed wrong e-tag format
2020-06-17 10:09:35 +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
René Pfeuffer
9dc3c29e5f
Remove contributor count on mobile view
2020-06-17 07:39:09 +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
René Pfeuffer
b3040678c5
Fix versions in package.json files
2020-06-16 10:58:37 +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
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
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
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
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
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
0137a5a238
fixed repeating wrong contributor avatars
2020-06-12 11:53:33 +02:00
René Pfeuffer
01164a247d
Merge pull request #1169 from scm-manager/feature/show-git-trailer
...
Show git trailer
2020-06-11 08:59:54 +02:00
Sebastian Sdorra
82f4dd08c1
merge with develop
2020-06-11 08:21:06 +02:00
Sebastian Sdorra
6dda5ba682
fixed table of contributors for changesets without contributors
2020-06-11 08:18:32 +02:00
Sebastian Sdorra
5f9d05793b
removed magical number from localization of contributor count
2020-06-11 08:15:41 +02:00
Sebastian Sdorra
929b4e7678
Merge branch 'feature/show-git-trailer' of github.com:scm-manager/scm-manager into feature/show-git-trailer
2020-06-11 08:09:06 +02:00
Sebastian Sdorra
9d6621ca51
fixed error without contributors
2020-06-11 08:08:47 +02:00
Sebastian Sdorra
385c054832
Update scm-ui/ui-webapp/public/locales/de/repos.json
...
Co-authored-by: René Pfeuffer <rene.pfeuffer@cloudogu.com >
2020-06-11 08:02:57 +02:00
Sebastian Sdorra
1bcb182bd3
Merge pull request #1178 from scm-manager/feature/expand_diff
...
Feature Expand Diff
2020-06-11 07:25:18 +02:00
René Pfeuffer
b8dc613c78
Add simple performance optimization
2020-06-10 14:32:59 +02:00
René Pfeuffer
4bbc06f30c
Fix type check error
2020-06-10 14:00:45 +02:00
René Pfeuffer
0a03d4c136
Fix import
2020-06-10 14:00:45 +02:00
René Pfeuffer
fc72cb8d5f
Add story for expandable diffs
2020-06-10 14:00:45 +02:00
René Pfeuffer
4e69d03678
Document query parameters
2020-06-10 14:00:45 +02:00
René Pfeuffer
e6deecca17
Add divider for not parsed hunks
2020-06-10 14:00:45 +02:00
René Pfeuffer
86282e570f
Fix layout and pointer hand for expand link
2020-06-10 14:00:45 +02:00
René Pfeuffer
76ee9467df
Fix formatting
2020-06-10 14:00:45 +02:00