Commit Graph

8286 Commits

Author SHA1 Message Date
Sebastian Sdorra
2ead2aa66b replace sonar inclusion pattern with multiple sources 2019-10-09 21:54:36 +02:00
Sebastian Sdorra
42b103c22e fix wrong sonar include pattern of scm-ui 2019-10-09 21:32:43 +02:00
Sebastian Sdorra
5df52b65cc try to fix sonar analysis for scm-ui 2019-10-09 21:12:31 +02:00
Sebastian Sdorra
de58b96832 remove outdated scm-cli-client 2019-10-09 20:57:11 +02:00
Sebastian Sdorra
41e0acfa58 fix gitdiff-parser dependency resolution 2019-10-09 20:46:12 +02:00
Florian Scholdei
be0544b1f4 Correct min-height style in InfoBox 2019-10-09 17:47:29 +02:00
Florian Scholdei
26be2f7480 Correct small typo regarding styled-components in DiffFile 2019-10-09 17:09:56 +02:00
Florian Scholdei
eeb7e17b2d Merge with upstream 2019-10-09 16:55:50 +02:00
Florian Scholdei
67989d4c4b Fix html tag switch 2019-10-09 16:54:23 +02:00
Sebastian Sdorra
f78fb968ad added storybook to ui-components 2019-10-09 16:52:18 +02:00
Florian Scholdei
53734a90a5 Implement css class for temp use until bulma update to version 0.7.5 2019-10-09 16:18:43 +02:00
Florian Scholdei
004b6e5340 Switch from ReactJSS to styled-components in ui-webapp 2019-10-09 16:17:02 +02:00
Florian Scholdei
01ef497d07 Correcz üassong prop into styled-component 2019-10-09 16:14:07 +02:00
Sebastian Sdorra
1607c76b37 use date-dns instead of moment 2019-10-09 15:51:49 +02:00
Sebastian Sdorra
6a2ad50be1 update react-syntax-highlighter and split languages out of webapp bundle 2019-10-09 14:19:26 +02:00
Florian Scholdei
0b3d250166 Change include sequence for scm.scss 2019-10-09 13:38:56 +02:00
Florian Scholdei
72868712ad Correct typo in nested styled-components in ui-components 2019-10-09 13:37:40 +02:00
Sebastian Sdorra
76a6bba80c fix core plugin test execution 2019-10-09 12:14:41 +02:00
Sebastian Sdorra
9bb2a76689 ignore backenderror 403 test for now 2019-10-09 11:52:10 +02:00
Sebastian Sdorra
9a56ea50e7 fix tests for core plugins 2019-10-09 11:22:16 +02:00
Sebastian Sdorra
d7e62fadb0 merge repository heads 2019-10-09 10:20:06 +02:00
Sebastian Sdorra
e1390d68c9 jest configuration for ui-packages 2019-10-09 10:19:46 +02:00
Sebastian Sdorra
3167b599cd use caches to speedup livereload 2019-10-09 07:43:34 +02:00
Florian Scholdei
dff18b1710 Merge with upstream 2019-10-08 16:42:52 +02:00
Florian Scholdei
1b6392defc Switch from ReactJSS to styled-components in ui-components 2019-10-08 16:42:08 +02:00
Sebastian Sdorra
bdc9763a8c improve webpack-dev-server performance 2019-10-08 16:01:31 +02:00
Sebastian Sdorra
cc645f8e0b added flow typing for styled-components 2019-10-08 14:05:07 +02:00
Sebastian Sdorra
aac264224c configure flow 2019-10-08 14:02:01 +02:00
Sebastian Sdorra
7ec1a8dd01 remove old references 2019-10-08 09:44:19 +02:00
Sebastian Sdorra
f218e8b64c addded central eslint-config 2019-10-08 09:29:11 +02:00
Sebastian Sdorra
0da8ac2fab remove unused prop classes 2019-10-08 08:45:22 +02:00
Sebastian Sdorra
8f8072d760 rename bundles folder into assets 2019-10-08 08:36:53 +02:00
Sebastian Sdorra
03b10b8c5f use styled-components for scm-git-plugin instead of react-jss 2019-10-08 08:15:37 +02:00
Sebastian Sdorra
6e99182b4e use new plugin bundle format 2019-10-07 17:06:00 +02:00
Sebastian Sdorra
c05798e254 scm-ui: new repository layout 2019-10-07 10:57:09 +02:00
Florian Scholdei
09c7def874 Merged in bugfix/check_pending_plugin_link (pull request #325)
Fetch pending plugins only if permitted (link available)
2019-09-30 07:31:38 +00:00
Florian Scholdei
5c8f87bd2f Close branch bugfix/check_pending_plugin_link 2019-09-30 07:31:38 +00:00
Rene Pfeuffer
d35fe49043 Fetch pending plugins only if permitted (link available) 2019-09-27 13:30:04 +02:00
Eduard Heimbuch
62a0a5a127 Merged in bugfix/ui_card_column (pull request #323)
Bugfix/ui card column
2019-09-26 12:34:24 +00:00
Eduard Heimbuch
12563bedb0 Close branch bugfix/ui_card_column 2019-09-26 12:34:24 +00:00
Eduard Heimbuch
cf6f0b77ba merged 2019-09-26 14:18:25 +02:00
Florian Scholdei
0e5ca16e6c use new icon option of button component 2019-09-25 17:25:13 +02:00
Florian Scholdei
a09631173c position content more to center of cardColumn 2019-09-25 17:08:01 +02:00
Florian Scholdei
4592244c93 use Icon component, add actionbar button hover 2019-09-25 17:01:51 +02:00
Florian Scholdei
51b617c84a add missing spanish translations 2019-09-25 16:53:06 +02:00
Florian Scholdei
9461b29c9a merge with upstream 2019-09-25 16:31:50 +02:00
Florian Scholdei
efc4cfbdc5 correct flex styling of cardColumn, no text overflow, movement by scaling browser and unpredictable behavior anymore 2019-09-25 16:31:17 +02:00
Florian Scholdei
680a524d72 remove css vars, use flex block instead of absolute aligned block 2019-09-25 16:28:59 +02:00
Eduard Heimbuch
8b115a602d Merged in feature/breadcrumb_home (pull request #321)
Feature/breadcrumb home
2019-09-25 13:48:57 +00:00
Eduard Heimbuch
7eca2f4107 Close branch feature/breadcrumb_home 2019-09-25 13:48:57 +00:00