Commit Graph

791 Commits

Author SHA1 Message Date
Florian Scholdei
ab2666e56f Update storyshots 2020-04-06 14:47:48 +02:00
Florian Scholdei
00bb9ae2b2 Add CardColumn.stories.tsx 2020-04-06 14:43:41 +02:00
Florian Scholdei
215e16974c Create reuesable CardColumnSmall component 2020-04-06 14:15:28 +02:00
Florian Scholdei
7517756479 Update storyshots 2020-04-03 11:48:36 +02:00
Florian Scholdei
7d4135d0ec Ensure same monospace font throughout whole scmm 2020-04-03 11:11:59 +02:00
Florian Scholdei
72214002ca Update storyshots 2020-04-03 01:05:06 +02:00
Florian Scholdei
8a2be4a5d3 Display plugin version for installed plugins 2020-04-03 00:21:26 +02:00
Eduard Heimbuch
fd94746a98 reformat components with prettier 2020-03-31 17:11:16 +02:00
Sebastian Sdorra
5015c4d133 fixed missing default value for activeOnlyWhenExact on NavLink 2020-03-31 12:02:30 +02:00
Sebastian Sdorra
5889e834c2 allow collapse on sub navigations too 2020-03-31 11:15:01 +02:00
Sebastian Sdorra
13633fb57e un collapse menu on each interaction with it 2020-03-31 11:00:07 +02:00
Sebastian Sdorra
2821005d8c handling collapse state in a more simple and consistence way 2020-03-31 08:26:01 +02:00
Sebastian Sdorra
ca39a5b453 enable es2019 lib for all typescript modules 2020-03-31 08:24:41 +02:00
Sebastian Sdorra
3bd8534fd7 fix broken button stories 2020-03-30 15:08:38 +02:00
Sebastian Sdorra
daa272b4fc expand menu if SubNavigation is opened, even if it is inside an ExtensionPoint 2020-03-30 15:04:00 +02:00
Sebastian Sdorra
23f4c3cba9 move router decorator into stories
This makes it possible to define other routes that "/" inside each story.
2020-03-30 15:01:51 +02:00
Sebastian Sdorra
0c7aebb1ef fixed storyshot test which renders a DateFromNow without baseDate 2020-03-27 12:17:20 +01: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
Sebastian Sdorra
38627b0574 update storyshots 2020-03-26 11:37:42 +01:00
Sebastian Sdorra
2438e980a7 improve RepositoryEntry story 2020-03-26 10:16:26 +01:00
Florian Scholdei
b438cbdebc Fix behavior of secondary navigation and content (with different display sizes) 2020-03-25 15:35:46 +01:00
Eduard Heimbuch
098142c815 update storyshots 2020-03-25 14:12:08 +01:00
Eduard Heimbuch
3a2aa7a55c add stories for RepositoryEntry 2020-03-25 14:10:22 +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
fd12464af4 add RepositoryToHalMapper as interface to map a repositoryDto outside of webapp 2020-03-25 09:54:12 +01:00
Eduard Heimbuch
df285182a8 move favorite icon from details table to page title 2020-03-25 08:08:40 +01:00
Florian Scholdei
b64729304c Update story-snapshots 2020-03-24 13:55:33 +01:00
Florian Scholdei
4392ec1c02 Merge with upstream 2020-03-24 12:01:36 +01:00
Florian Scholdei
751343fa8b Fix overflow of long words 2020-03-24 11:57:19 +01:00
Sebastian Sdorra
d9fdd57f46 added missing license header 2020-03-24 09:42:18 +01:00
Sebastian Sdorra
b377cf141e remove debug output 2020-03-24 09:34:42 +01:00
Sebastian Sdorra
aa9004a20c added more meaningful error notification for invalid markdown 2020-03-24 09:32:44 +01:00
Sebastian Sdorra
620e47c82b use fetch backend only for storybook and not for storyshots 2020-03-24 09:32:04 +01:00
Sebastian Sdorra
f6a5e269ac translate i18n keys in storybook 2020-03-24 08:56:29 +01:00
Sebastian Sdorra
0674e6b951 Merge branch 'develop' into bugfix/xml_in_markdown 2020-03-24 07:41:06 +01:00
Sebastian Sdorra
7ac1850ab6 update stroryshot snapshots 2020-03-24 07:40:09 +01:00
Sebastian Sdorra
d3a8af7a52 Added ErrorBoundary to MarkdownView to avoid invalid markdown crashes the entire page 2020-03-24 07:38:07 +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
Sebastian Sdorra
9ff5b26982 Use browser build in EventSource for apiClient subscriptions 2020-03-20 11:15:35 +01:00
Eduard Heimbuch
7554deaad4 prepare first extensionpoint for favourite repository icon 2020-03-19 13:12:03 +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
Eduard Heimbuch
e13e7f96b7 update storyshots again after merge with develop 2020-03-12 09:36:54 +01:00
René Pfeuffer
647de3bb2f Merge pull request #1034 from scm-manager/feature/ui_utilization
ui utilization
2020-03-11 17:23:30 +01:00
René Pfeuffer
fa0aee8610 Fix story shots 2020-03-11 16:56:11 +01:00
René Pfeuffer
c4a6f5a978 Rename subnavigation component 2020-03-11 16:30:48 +01:00
René Pfeuffer
163b1be93b Introduce dedicated component for secondary navigation 2020-03-11 13:25:53 +01:00