Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-03-18 | skip sonar scan property temporarily | 1 | -0/+1 | |
2020-03-05 | MicroserviceController up | 5 | -4/+257 | |
.highlight .hll { background-color: #ffffcc } .highlight .c { color: #888888 } /* Comment */ .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ .highlight .k { color: #008800; font-weight: bold } /* Keyword */ .highlight .ch { color: #888888 } /* Comment.Hashbang */ .highlight .cm { color: #888888 } /* Comment.Multiline */ .highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */ .highlight .cpf { color: #888888 } /* Comment.PreprocFile */ .highlight .c1 { color: #888888 } /* Comment.Single */ .highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */ .highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ .highlight .ge { font-style: italic } /* Generic.Emph */ .highlight .gr { color: #aa0000 } /* Generic.Error */ .highlight .gh { color: #333333 } /* Generic.Heading */ .highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */ .highlight .go { color: #888888 } /* Generic.Output */ .highlight .gp { color: #555555 } /* Generic.Prompt */ .highlight .gs { font-weight: bold } /* Generic.Strong */ .highlight .gu { color: #666666 } /* Generic.Subheading */ .highlight .gt { color: #aa0000 } /* Generic.Traceback */ .highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */ .highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */ .highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */ .highlight .kp { color: #008800 } /* Keyword.Pseudo */ .highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */ .highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */ .highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */ .highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */ .highlight .na { color: #336699 } /* Name.Attribute */ .highlight .nb { color: #003388 } /* Name.Builtin */ .highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */ .highlight .no { color: #003366; font-weight: bold } /* Name.Constant */ .highlight .nd { color: #555555 } /* Name.Decorator */ .highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */ .highlight .nl { color: #336699; font-style: italic } /* Name.Label */ .highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .h | 23 | -499/+2035 | ||
2020-03-02 | ExternalAccessRolesController up | 44 | -1072/+4829 | |
2020-01-16 | SchedulerAuxController up | 5 | -0/+705 | |
2020-01-16 | SchedulerController up | 22 | -1603/+3853 | |
2020-01-15 | SharedContextRestController up | 7 | -52/+451 | |
2020-01-15 | TicketEventVersionController up | 3 | -15/+308 | |
2020-01-14 | UserNotificationController upDominik Mizyn | 11 | -65/+119 | |
2020-01-08 | Removing attached entity from method argument | 13 | -116/+118 | |
2019-12-17 | Merge "Dao object moved from dao packege to package by component in service f... | 116 | -459/+1101 | |
2019-12-17 | Merge "Deprecated class and annotation change" | 3 | -51/+18 | |
2019-12-17 | Merge "NotValidDataException.java-junits" | 1 | -0/+62 | |
2019-12-17 | Dao object moved from dao packege to package by component in service folder | 116 | -459/+1101 | |
2019-12-17 | Deprecated class and annotation change | 3 | -51/+18 | |
2019-12-09 | NotValidDataException.java-junits | 1 | -0/+62 | |
2019-12-04 | Domain model change | 199 | -2634/+6326 | |
2019-11-20 | getAppRolesForUser() method up in UserRolesController | 28 | -695/+1974 | |
2019-11-18 | UserRolesController methods up | 41 | -1559/+3501 | |
2019-11-18 | UserRolesController methods up | 17 | -300/+1423 | |
2019-10-25 | Fix sonar issues | 1 | -1/+1 | |
2019-10-16 | password moved from hard coded values to environment properties | 4 | -11/+11 | |
2019-10-14 | mysql-connector-java to mariadb-java-client change | 14 | -22/+120 | |
2019-10-10 | UserRolesController up + tests | 19 | -50/+1754 | |
2019-10-07 | WidgetsController test coverage up | 11 | -115/+389 | |
2019-10-04 | Tests coverage up and some minor bug fixes | 19 | -113/+479 | |
2019-10-03 | Tests coverage up and some minor bug fixes | 20 | -54/+400 | |
2019-10-03 | WidgetsCatalogControllerTest up | 9 | -66/+250 | |
2019-10-03 | docker-compose fix | 4 | -17/+15 | |
2019-10-03 | WidgetMSController and WebAnalyticsExtAppVersionController Up | 5 | -0/+491 | |
2019-10-03 | Login fix | 1 | -49/+49 | |
2019-10-03 | pom.xml fix | 1 | -2/+2 | |
2019-09-17 | Sonar fix npe,logger | 1 | -2/+5 | |
2019-09-11 | WidgetsControllerTest up | 12 | -934/+407 | |
2019-09-10 | WidgetsCatalogController up | 8 | -3/+756 | |
2019-09-10 | WidgetsCatalogMarkupController up | 14 | -55/+206 | |
2019-09-10 | WidgetsController Up | 6 | -15/+343 | |
2019-09-10 | WidgetsController Up | 8 | -48/+387 | |
2019-09-10 | WidgetsController Up | 10 | -15/+1151 | |
2019-09-10 | portal-BE documentation up | 2 | -3/+3 | |
2019-09-10 | Docker-compose up | 10 | -195/+496 | |
2019-09-10 | Coverity Scan issues fix | 105 | -343/+501 | |
2019-09-10 | Ecomp DTO up | 68 | -9/+5874 | |
2019-09-05 | Add equals & hascode methods | 4 | -28/+109 | |
2019-08-28 | Transport DTO up | 97 | -150/+4478 |