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
27db6c5b4a
hide contributor table behind toggle
2020-06-09 16:13:05 +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
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
ad864787a7
Refactor trailers
...
Trailes are no persons, they have a person.
2020-06-08 08:57:54 +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
CES Marvin
4ae098e3b6
release version 2.0.0
2020-06-04 09:03:17 +00:00
Sebastian Sdorra
ffd04eb55b
added basePath to markdown components in order to allow navigation between md files
2020-05-19 15:52:11 +02:00
Konstantin Schaper
51ce08e253
Fix loading spinner not showing in changesets
2020-05-14 10:56:16 +02:00
René Pfeuffer
d62f5dde18
Fix version
2020-05-11 14:25:18 +02:00
CES Marvin
1d80b043c7
release version 2.0.0-rc8
2020-05-08 08:49:02 +00:00
René Pfeuffer
c4fc0615b5
Set version back to 2.0.0-SNAPSHOT
2020-04-09 21:08:58 +02:00
CES Marvin
3cf675f30d
release version 2.0.0-rc7
2020-04-09 18:37:13 +00:00
René Pfeuffer
d463c01ec3
Add version to available plugins, too
2020-04-03 12:31:06 +02:00
Florian Scholdei
8a2be4a5d3
Display plugin version for installed plugins
2020-04-03 00:21:26 +02:00
Eduard Heimbuch
6c6d6c1272
reformat components with prettier
2020-03-31 17:15:09 +02:00
Sebastian Sdorra
13633fb57e
un collapse menu on each interaction with it
2020-03-31 11:00:07 +02:00
René Pfeuffer
41d02b9c24
Set version back to 2.0.0-SNAPSHOT
2020-03-26 18:52:11 +01:00
CES Marvin
d94a2d9b7f
release version 2.0.0-rc6
2020-03-26 15:23:24 +00:00
Sebastian Sdorra
7917bfdab8
merge with develop branch
2020-03-26 11:40:47 +01:00
René Pfeuffer
342ab199a5
Merge pull request #1079 from scm-manager/feature/real_jvm_restart
...
Real jvm restart
2020-03-26 08:36:41 +01:00
Florian Scholdei
b438cbdebc
Fix behavior of secondary navigation and content (with different display sizes)
2020-03-25 15:35:46 +01:00
René Pfeuffer
5d05ab966a
Fix translations
2020-03-25 14:03:20 +01:00
Eduard Heimbuch
16c89f4b9f
Merge branch 'develop' of github.com:scm-manager/scm-manager into feature/favourite_repository
2020-03-25 10:28:58 +01:00
Eduard Heimbuch
6fb762b52f
move repository components from ui-webapp to ui-components // add font-awesome regular icons
2020-03-25 10:27:38 +01:00
Eduard Heimbuch
df285182a8
move favorite icon from details table to page title
2020-03-25 08:08:40 +01:00
Sebastian Sdorra
fbc86e7d33
show execute and restart button only if restarting is supported
2020-03-24 15:58:33 +01:00
Sebastian Sdorra
2873c44b52
show restart checkbox only if restarting is supported
2020-03-24 15:01:39 +01:00
Florian Scholdei
4392ec1c02
Merge with upstream
2020-03-24 12:01:36 +01:00
Florian Scholdei
8a94a7e634
Change sizíng of the content area from dynamic-'rest' to fixed to prevent the navigation from being pushed out
2020-03-24 11:59:49 +01:00
Florian Scholdei
751343fa8b
Fix overflow of long words
2020-03-24 11:57:19 +01:00
René Pfeuffer
b6087ee59f
Fix typo
2020-03-24 10:31:26 +01:00
Sebastian Sdorra
f746231699
improve markdown error notification description
2020-03-24 09:40:13 +01:00
Sebastian Sdorra
aa9004a20c
added more meaningful error notification for invalid markdown
2020-03-24 09:32:44 +01:00
Eduard Heimbuch
e2d4ebe706
add second extension point for repository favorite
2020-03-24 08:46:58 +01:00
Florian Scholdei
f1b34eb502
Changeover to MIT license ( #1066 )
...
* prepare license-maven-plugin for license migration
* added license mapping for tsx files and added some more excludes
* Changeover to MIT license
* Fix build problems
* Delete old remaining licenses
* Add more exclude path for license checker
* Rename included netbeans license, add exclude .m2/repository/
* Specify .m2 exclude because not only repository/, also wrapper/ must match
* Add .cache/ exclude for license check
* Modify formatting of license in java classes to comply with convention and IDE
* Add IntelliJ documentation for license configuration
* Update CHANGELOG.md
* Exclude tmp/workspace/ dir for license check
* Edit README.md
Co-authored-by: Sebastian Sdorra <sebastian.sdorra@cloudogu.com >
2020-03-23 15:35:58 +01:00
Eduard Heimbuch
7554deaad4
prepare first extensionpoint for favourite repository icon
2020-03-19 13:12:03 +01:00
Eduard Heimbuch
a5f5aa3c8d
Merge branch 'develop' into bugfix/wrong_plugin_notification
2020-03-19 10:07:46 +01:00
Eduard Heimbuch
99e2781d93
show specific notification for each plugin action
2020-03-19 10:06:54 +01:00
René Pfeuffer
176f19fb1a
Add extension point for repository links in card
2020-03-14 22:02:02 +01:00
Sebastian Sdorra
7f24fc8c9c
prepare for next development iteration
2020-03-13 07:32:02 +01:00
CES Marvin
cabefa72fb
release version 2.0.0-rc5
2020-03-12 21:11:54 +00:00
René Pfeuffer
500d0758b3
Merge remote-tracking branch 'origin/develop' into feature/browse_commit_with_limit
...
# Conflicts:
# CHANGELOG.md
2020-03-12 11:21:13 +01:00
René Pfeuffer
f9122ebb36
Fix import
2020-03-12 11:18:43 +01:00
René Pfeuffer
c4a6f5a978
Rename subnavigation component
2020-03-11 16:30:48 +01:00
Eduard Heimbuch
13799044bd
use position sticky to avoid css glitches // cleanup
2020-03-10 10:45:37 +01:00
René Pfeuffer
5a3bb52b72
Fix update of sources
...
An Update of sources must not set the hunk count.
2020-03-10 09:28:03 +01:00
René Pfeuffer
0927e3e421
Fix error handling
2020-03-09 16:53:17 +01:00
Eduard Heimbuch
2db6980098
fix toggle button position
2020-03-09 14:03:01 +01:00