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
ce2212d41f
removed unused import
2020-06-10 13:49:08 +02:00
Sebastian Sdorra
9fd0d8e080
simplify rendering of labels
2020-06-10 11:16:01 +02:00
Sebastian Sdorra
304a477354
merge with develop
2020-06-10 11:13:21 +02:00
Sebastian Sdorra
94515aad6b
added snapshots for changeset stories
2020-06-10 11:11:55 +02:00
Sebastian Sdorra
acc3306450
rename trailer to contributor
2020-06-10 11:08:11 +02:00
Sebastian Sdorra
53fc01b0ba
move Person type to ui-types
2020-06-10 10:02:49 +02:00
Sebastian Sdorra
324c23e509
create separate component for ContributorAvatar
2020-06-10 09:35:34 +02:00
Sebastian Sdorra
452b379a28
improve contributor list in changeset detail view
2020-06-10 09:28:40 +02:00
Sebastian Sdorra
3c40608d4c
use text-overflow ellipsis for list of contributors
2020-06-10 08:12:44 +02:00
Sebastian Sdorra
23b0ea27df
added component for comma separated lists
2020-06-10 08:11:48 +02:00
Sebastian Sdorra
a2453885b9
added avatar support to contributor table
2020-06-09 16:40:06 +02:00
Sebastian Sdorra
24c39faedd
improve avatar spacing
2020-06-09 16:38:20 +02:00
Sebastian Sdorra
27db6c5b4a
hide contributor table behind toggle
2020-06-09 16:13:05 +02:00
Sebastian Sdorra
4890d5528f
show author always as text
2020-06-09 14:47:47 +02:00
Sebastian Sdorra
9174b89e8f
added avatar support
2020-06-09 14:11:15 +02:00
Sebastian Sdorra
d61a60e1cd
improve display of committer and co-authors in changeset overview
2020-06-09 11:41:03 +02:00
Florian Scholdei
e419f6d922
Fix small typo
2020-06-09 09:38:08 +02:00
René Pfeuffer
a19840ad21
Fix processing multiple changesets
...
One processor can be used to process multiple chagesets of one
repository. Therefore each processing needs a new clean working
environment.
2020-06-09 07:54:55 +02:00
René Pfeuffer
69361fb5ed
Add single trailers, not collection
...
Doing so will prevent empty collections being added to the trailers.
2020-06-08 14:33:18 +02:00
René Pfeuffer
a7585b4fc0
Move trailers to own component
...
We have to use a dedicated component because we have to use the
translations from 'plugins', so that other plugins can contribute their
own trailer types with their own descriptions.
2020-06-08 14:32:06 +02:00
René Pfeuffer
031605a327
Ignore spaces in empty lines
2020-06-08 13:53:07 +02:00
Sebastian Sdorra
869aa8ba77
Merge pull request #1176 from scm-manager/bugfix/dont_cache_browser_language
...
avoid caching of detected browser language
2020-06-08 13:33:39 +02:00
Sebastian Sdorra
a3a90eb869
Merge pull request #1175 from scm-manager/feature/docker_configure_jvm_parameter
...
Added option to configure jvm parameter of docker image
2020-06-08 13:33:19 +02:00
René Pfeuffer
79c1057dd8
Move class to correct package
2020-06-08 13:10:36 +02:00
René Pfeuffer
fdf6991b16
Simplify API
2020-06-08 13:10:36 +02:00
René Pfeuffer
3782356616
Fix changelog
2020-06-08 12:59:10 +02:00
René Pfeuffer
cf02192315
Extract committer as trailer in git
2020-06-08 12:21:17 +02:00
René Pfeuffer
1ce2772a35
Trailer has to be serializable to be cached with changesets
2020-06-08 12:15:23 +02:00
Sebastian Sdorra
2cd4ce8c23
added pr link to changelog
2020-06-08 11:46:24 +02:00
Sebastian Sdorra
435a2ceea6
avoid caching of detected browser language
2020-06-08 11:41:51 +02:00
Sebastian Sdorra
4a8daf0259
fixed typo
2020-06-08 11:15:40 +02:00
Sebastian Sdorra
e9a4068e76
added documentation and add pr link to the changelog
2020-06-08 11:05:22 +02:00
René Pfeuffer
587345bde8
Check for trailers only after first empty line
2020-06-08 10:59:48 +02:00
Sebastian Sdorra
073d317c9f
Added option to configure jvm parameter of docker image
2020-06-08 10:55:56 +02:00
René Pfeuffer
f03c35b7fd
Use regex for trailer line detection
2020-06-08 08:57:54 +02:00
René Pfeuffer
f046ad6db2
Unite trailer detection and message update
...
The detection of trailers and removing them from the message should be
in one place, not divided between classes.
2020-06-08 08:57:54 +02:00
René Pfeuffer
4d072675ad
Compute trailers in changeset pre processing
...
Doing so, the trailers are available for other plugins inspecting
changesets, not only for the frontend.
2020-06-08 08:57:54 +02:00
René Pfeuffer
4fda6daaa0
Naming things
2020-06-08 08:57:54 +02:00
René Pfeuffer
88d4490da9
Remove wrong last line break from commit message
2020-06-08 08:57:54 +02:00
René Pfeuffer
ad864787a7
Refactor trailers
...
Trailes are no persons, they have a person.
2020-06-08 08:57:54 +02:00
René Pfeuffer
76f2722ff4
Decouple extension point from dto
2020-06-08 08:57:53 +02:00
Eduard Heimbuch
ec57aa88fa
add co-authors if available to changeset view
...
refactor ChangesetAuthor.tsx
get interfaces right / fix unit test / cleanup
fix table layout
use Set constructor injection to bind the implementation for the new changesetTrailers API
cleanup / update CHANGELOG.md
cleanup
fix formatting
2020-06-08 08:57:53 +02:00
Andrzej Polit
a712c89f6a
Added co-author to changeset
2020-06-08 08:57:53 +02:00
Eduard Heimbuch
e451bb618e
adjust ChangesetTrailerExtractor so that we don't check if user already exists
2020-06-08 08:57:53 +02:00
Andrzej Polit
bb1126befc
Added ChangesetTrailerExtractor
2020-06-08 08:57:53 +02:00