Commit Graph

10060 Commits

Author SHA1 Message Date
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
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
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
René Pfeuffer
587345bde8 Check for trailers only after first empty line 2020-06-08 10:59:48 +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
René Pfeuffer
d5e3279032 Merge pull request #1174 from scm-manager/bugfix/jetty_listener_config
pickup system property to configure jetty host
2020-06-08 07:42:09 +02:00
Sebastian Sdorra
9fcfafbdbd update changelog 2020-06-07 17:09:02 +02:00
Sebastian Sdorra
f8f71fcb1f pickup system property to configure jetty host 2020-06-07 17:04:46 +02:00
René Pfeuffer
3f2dee6530 Update versions in package.json files 2020-06-05 07:47:55 +02:00
René Pfeuffer
4052a87693 Exclude vagrant working directories from license check 2020-06-05 07:38:44 +02:00
René Pfeuffer
8d9b6a5f5d Simplify commands 2020-06-04 20:10:19 +02:00
René Pfeuffer
b05da30098 Simplify calls 2020-06-04 19:06:16 +02:00
Sebastian Sdorra
917051c2fa fixed wrong download urls 2020-06-04 14:39:12 +02:00
Sebastian Sdorra
306c643c3e fixed wrong package type for helm, use k8s instead of helm 2020-06-04 12:34:59 +02:00
CES Marvin
a3e4c1ddf4 prepare for next development iteration 2020-06-04 09:41:11 +00:00
CES Marvin
4ae098e3b6 release version 2.0.0 2.0.0 2020-06-04 09:03:17 +00:00
Sebastian Sdorra
c54de87f4d update yarn.lock 2020-06-04 11:02:10 +02:00
Sebastian Sdorra
cdd5a4033f update changelog 2020-06-04 10:49:12 +02:00
Sebastian Sdorra
ef8317d30b Revert "added support for python3"
This reverts commit c924d73115.
2020-06-04 09:53:26 +02:00
Sebastian Sdorra
8a1496f8da use mercurial 4.9.1 with python 2 2020-06-04 09:52:17 +02:00
Sebastian Sdorra
c924d73115 added support for python3 2020-06-04 07:18:42 +02:00
Sebastian Sdorra
5ead04e0db Merge branch 'develop' of github.com:scm-manager/scm-manager into develop 2020-06-03 16:41:46 +02:00
Sebastian Sdorra
c16c431f63 Merge branch 'feature/release_descriptor' into develop 2020-06-03 16:41:15 +02:00