McPringle/sportchef

View on GitHub
Branch: develop(View all)
NameLines of codeMaintainabilityTest coverage
src/main/webapp/sportchef_components/sportchef-imprint/sportchef-imprint.html
src/main/webapp/sportchef_components/sportchef-jquery/sportchef-jquery.html
src/main/webapp/sportchef_components/sportchef-layout-filter/sportchef-layout-filter.html
src/main/webapp/sportchef_components/sportchef-layout-header/sportchef-layout-header.html
src/main/webapp/sportchef_components/sportchef-login/sportchef-login-code.html
src/main/webapp/sportchef_components/sportchef-login/sportchef-login-password.html
src/main/webapp/sportchef_components/sportchef-login/sportchef-login.html
src/test/resources/cfg_test.properties
src/test/resources/test-350x200.png
src/test/resources/test-350x550.png
src/test/resources/test-525x300.png
src/test/resources/test-550x200.png
src/test/resources/test-550x550.png
src/test/resources/test-grey-dark.png
src/test/resources/test-grey-light.png
src/test/resources/test-grey.png
src/test/resources/test-white.png
src/main/java/ch/sportchef/JAXRSConfiguration.java6
src/main/java/ch/sportchef/business/AutoInstall.java72
src/main/java/ch/sportchef/business/AverageColorCalculator.java50
A
1 hr
src/main/java/ch/sportchef/business/ImageResizer.java57
A
2 hrs
src/main/java/ch/sportchef/business/MetricsProducer.java9
src/main/java/ch/sportchef/business/PersistenceManager.java24
src/main/java/ch/sportchef/business/RuntimeExceptionMapper.java51
A
45 mins
src/main/java/ch/sportchef/business/WebApplicationExceptionMapper.java20
src/main/java/ch/sportchef/business/admin/boundary/AdminResource.java46
src/main/java/ch/sportchef/business/authentication/boundary/AuthenticationResource.java50
A
25 mins
src/main/java/ch/sportchef/business/authentication/control/AuthenticationRequestFilter.java44
src/main/java/ch/sportchef/business/authentication/control/AuthenticationResponseFilter.java25
src/main/java/ch/sportchef/business/authentication/control/AuthenticationSecurityContext.java32
src/main/java/ch/sportchef/business/authentication/control/AuthenticationService.java137
src/main/java/ch/sportchef/business/authentication/control/AuthenticationServiceHealthCheck.java23
src/main/java/ch/sportchef/business/authentication/entity/AuthenticationData.java19
src/main/java/ch/sportchef/business/authentication/entity/Challenge.java14
src/main/java/ch/sportchef/business/authentication/entity/Role.java12
src/main/java/ch/sportchef/business/configuration/control/ConfigurationRepository.java48
src/main/java/ch/sportchef/business/configuration/control/ConfigurationService.java25
src/main/java/ch/sportchef/business/configuration/control/ConfigurationServiceHealthCheck.java22
A
1 hr
src/main/java/ch/sportchef/business/configuration/entity/Configuration.java58
src/main/java/ch/sportchef/business/event/boundary/EventImageResource.java74
src/main/java/ch/sportchef/business/event/boundary/EventResource.java62
A
1 hr
src/main/java/ch/sportchef/business/event/boundary/EventsResource.java48
src/main/java/ch/sportchef/business/event/control/EventImageService.java79
src/main/java/ch/sportchef/business/event/control/EventRepository.java54
src/main/java/ch/sportchef/business/event/control/EventService.java49
src/main/java/ch/sportchef/business/event/control/EventServiceHealthCheck.java23
A
1 hr
src/main/java/ch/sportchef/business/event/entity/Event.java30
src/main/java/ch/sportchef/business/exception/ExpectationFailedException.java7
src/main/java/ch/sportchef/business/imprint/boundary/ImprintResource.java24
src/main/java/ch/sportchef/business/imprint/control/ImprintService.java12