diff --git a/.gitignore b/.gitignore index 850b757..f909a04 100644 --- a/.gitignore +++ b/.gitignore @@ -19,7 +19,7 @@ # Edit at https://www.gitignore.io/?templates=java,maven,eclipse,intellij,visualstudiocode ### our project ### -# src/**/.idea/ +src/**/.idea/ # src/**/.gradle/ diff --git a/CSE1105.checkstyle.xml b/CSE1105.checkstyle.xml deleted file mode 100644 index d0fe4b0..0000000 --- a/CSE1105.checkstyle.xml +++ /dev/null @@ -1,188 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build.gradle b/build.gradle index 420b1e4..2b6ed72 100644 --- a/build.gradle +++ b/build.gradle @@ -16,45 +16,27 @@ apply plugin: 'eclipse' apply plugin: 'idea' apply plugin: 'org.springframework.boot' apply plugin: 'io.spring.dependency-management' -apply plugin: 'jacoco' -apply plugin: 'checkstyle' apply plugin: 'application' application { - mainClassName = 'greenify.client.Application' -} - -//apply plugin: 'org.openjfx.javafxplugin' - -tasks.withType(Checkstyle) { - reports { - html.destination rootProject.file("build/reports/checkstyle.html") - } + mainClassName = 'greenify.server.Application' } repositories { mavenCentral() } -//client bootjar bootJar { - baseName = 'gs-consuming-rest' - version = '0.1.0' + enabled = false } -//server bootjar -bootJar { - baseName = 'gs-rest-service' - version = '0.1.0' +jar { + enabled = true } sourceCompatibility = 1.8 targetCompatibility = 1.8 -test { - useJUnitPlatform() -} - dependencies { compile("org.springframework.boot:spring-boot-starter") compile("org.springframework:spring-web") @@ -76,22 +58,6 @@ dependencies { ) } -jacoco { - toolVersion = "0.8.3" - reportsDir = file("$buildDir/customJacocoReportDir") -} - -jacocoTestReport { - reports { - xml.enabled false - csv.enabled false - html.destination file("${buildDir}/jacocoHtml") - } -} - -task application(type: JavaExec, dependsOn: classes) { - main = 'Cient.Application' -} diff --git a/doc/reports/sprint-reviews/20190225_sprint_review.md b/doc/reports/sprint-reviews/20190225_sprint_review.md deleted file mode 100644 index 6adcb33..0000000 --- a/doc/reports/sprint-reviews/20190225_sprint_review.md +++ /dev/null @@ -1,12 +0,0 @@ - -# Sprint Review - -## Main problems Encountered - -We have no problems so far. Everyone arrives on time and does the tasks assigned to them. - -## Adjustments from previous sprints -Since this is the first review, there are no previous sprints yet - -## Adjustments for next sprint - - Keep up the good work! diff --git a/doc/reports/sprint-reviews/20190311_sprint_review.md b/doc/reports/sprint-reviews/20190311_sprint_review.md deleted file mode 100644 index d4d255b..0000000 --- a/doc/reports/sprint-reviews/20190311_sprint_review.md +++ /dev/null @@ -1,14 +0,0 @@ - -# Sprint Review - -## Main problems Encountered - -### Problem 1: Kristin left the group -Kristin does not continue CSE and left our group. We'll work with five people from now on. - -## Adjustments from previous sprints -We created the backlog before the sprint, which helps making clear what we're working on. - -## Adjustments for next sprint - - Group made out of five - - Backlogs ready on time diff --git a/doc/sprints/sprint1/20190225_scrumboard.png b/doc/sprints/sprint1/20190403_scrumboard.png similarity index 100% rename from doc/sprints/sprint1/20190225_scrumboard.png rename to doc/sprints/sprint1/20190403_scrumboard.png diff --git a/doc/sprints/sprint2/20190311_scrumboard.png b/doc/sprints/sprint2/20191003_scrumboard.png similarity index 100% rename from doc/sprints/sprint2/20190311_scrumboard.png rename to doc/sprints/sprint2/20191003_scrumboard.png diff --git a/quality/checkstyle/checkstyle.xml b/quality/checkstyle/checkstyle.xml new file mode 100644 index 0000000..905d05c --- /dev/null +++ b/quality/checkstyle/checkstyle.xml @@ -0,0 +1,188 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/quality/checkstyle/suppression.xml b/quality/checkstyle/suppression.xml new file mode 100644 index 0000000..32fd9c0 --- /dev/null +++ b/quality/checkstyle/suppression.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/src/.idea/checkstyle-idea.xml b/src/.idea/checkstyle-idea.xml index ef7efd6..f51119c 100644 --- a/src/.idea/checkstyle-idea.xml +++ b/src/.idea/checkstyle-idea.xml @@ -3,10 +3,12 @@