Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Qin Nanxin] iP #572

Open
wants to merge 76 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
76 commits
Select commit Hold shift + click to select a range
28ad2b8
Add Gradle support
May 24, 2020
ed6d4d2
Bump gradle and lib version
Eclipse-Dominator Aug 5, 2023
abfac81
[Level 0. Rename, Greet, Exit]
InfiBeyond Aug 24, 2023
517a3a2
[Level 1. Echo]
InfiBeyond Aug 24, 2023
5130bfd
[Level 2. Add, List]
InfiBeyond Aug 24, 2023
5823330
[Level 3. Mark as Done]
InfiBeyond Aug 24, 2023
59f198a
[Level 4. ToDos, Events, Deadlines]
InfiBeyond Aug 24, 2023
5f799dd
[Automated Text UI Testing]
InfiBeyond Aug 24, 2023
227c818
[Level 5. Handle Errors]
InfiBeyond Aug 24, 2023
c8a51aa
[Level 6. Delete]
InfiBeyond Aug 24, 2023
b60464f
Add DukeException class
InfiBeyond Aug 24, 2023
fb28447
Previous files corrupted -> Have to fork project again [Level-0]
InfiBeyond Sep 7, 2023
cb37643
[Level 1. Echo]
InfiBeyond Sep 7, 2023
06d749e
[Level 2. Add, List]
InfiBeyond Sep 7, 2023
ccefdd8
[Level 3. Mark as Done]
InfiBeyond Sep 7, 2023
c5e5035
[Level 4. ToDos, Events, Deadlines]
InfiBeyond Sep 7, 2023
f6fa252
[Level 5. Handle Errors]
InfiBeyond Sep 7, 2023
268ecd1
[Level 6. Delete]
InfiBeyond Sep 7, 2023
ec71f5a
[Level 7. Save]
InfiBeyond Sep 15, 2023
2832520
Merge branch 'branch-Level-7'
InfiBeyond Sep 15, 2023
8e0a3da
[Level 8. Dates and Times
InfiBeyond Sep 19, 2023
bc254bf
Merge branch 'branch-Level-8'
InfiBeyond Sep 19, 2023
bc20f51
[Level 8. Dates and Times]
InfiBeyond Sep 19, 2023
5591645
Merge branch 'branch-Level-8'
InfiBeyond Sep 19, 2023
90fb38b
OOP part 1
InfiBeyond Sep 24, 2023
b0c2294
[A-MoreOOP]
InfiBeyond Sep 24, 2023
e1e5352
Merge branch 'branch-A-MoreOOP'
InfiBeyond Sep 24, 2023
1b46958
[A-Packages]
InfiBeyond Sep 24, 2023
60851c5
Merge branch 'branch-A-Packages'
InfiBeyond Sep 24, 2023
9ee8913
Merge branch 'add-gradle-support'
InfiBeyond Sep 24, 2023
13f7891
Fix renaming import package error
InfiBeyond Sep 24, 2023
0915f76
[A-Gradle]
InfiBeyond Sep 24, 2023
f1b52a4
[A-JUnit]
InfiBeyond Sep 24, 2023
48e1b39
Merge branch 'branch-A-JUnit'
InfiBeyond Sep 24, 2023
3e9730d
[A-Jar]
InfiBeyond Sep 24, 2023
e3f32d4
[A-JavaDoc]
InfiBeyond Sep 25, 2023
4ef7983
[A-CodingStandard]
InfiBeyond Sep 25, 2023
cbba5e0
[Level 9. Find]
InfiBeyond Sep 25, 2023
14daed2
Merge branch 'branch-A-JavaDoc'
InfiBeyond Sep 25, 2023
454b9ec
Merge branch 'branch-A-CodingStandard'
InfiBeyond Sep 25, 2023
83021ff
Merge branch 'branch-Level-9'
InfiBeyond Sep 25, 2023
202d315
[A-CheckStyle]
InfiBeyond Sep 25, 2023
3a6c213
Merge branch 'branch-A-CheckStyle'
InfiBeyond Sep 25, 2023
f270bbc
[Level 10. GUI]
InfiBeyond Sep 25, 2023
87585ce
[Level 10. GUI]
InfiBeyond Sep 28, 2023
0264fab
Add MainWindow.java
InfiBeyond Sep 28, 2023
64cd33a
Merge branch 'branch-Level-10'
InfiBeyond Sep 28, 2023
677a0a3
Generate a new JAR file using Gradle
InfiBeyond Sep 28, 2023
e9c434c
[A-Assertions]
InfiBeyond Sep 28, 2023
c9b3825
[A-CheckStyle]
InfiBeyond Sep 28, 2023
e62e810
Merge pull request #2 from InfiBeyond/branch-A-Assertions
InfiBeyond Sep 28, 2023
9c23bc9
Merge branch 'master' of https://github.com/InfiBeyond/ip
InfiBeyond Sep 28, 2023
f1ca54a
Merge pull request #3 from InfiBeyond/branch-A-CodeQuality
InfiBeyond Sep 28, 2023
59dedbd
Merge branch 'master' of https://github.com/InfiBeyond/ip
InfiBeyond Sep 28, 2023
7c5fc1f
[C-DetectDuplicates]
InfiBeyond Sep 28, 2023
8cc478f
Merge branch 'branch-C-DetectDuplicates'
InfiBeyond Sep 28, 2023
69a2e5d
Fix GUI for display text by changing height and width.
InfiBeyond Sep 28, 2023
96b6642
Merge branch 'branch-A-BetterGui'
InfiBeyond Sep 28, 2023
17e9d8b
Add Ui.png
InfiBeyond Sep 28, 2023
066511a
Update README.md
InfiBeyond Sep 28, 2023
34a161e
Update README.md
InfiBeyond Sep 28, 2023
22fc82a
Merge branch 'master' of https://github.com/InfiBeyond/ip
InfiBeyond Sep 28, 2023
91503fa
Update GUI
InfiBeyond Oct 3, 2023
77e2a1d
Update GUI
InfiBeyond Oct 3, 2023
47711eb
Fix missing Ui.png
InfiBeyond Oct 3, 2023
ca6addc
Update UI.png location
InfiBeyond Oct 3, 2023
618da5b
Fix styling errors
InfiBeyond Oct 3, 2023
f7d2b25
Update README.md
InfiBeyond Oct 3, 2023
6182e16
Update README.md
InfiBeyond Oct 3, 2023
ad511a3
Update README.md
InfiBeyond Oct 3, 2023
a87b8a8
Update README.md
InfiBeyond Oct 3, 2023
c77c2bb
Update README.md
InfiBeyond Oct 3, 2023
27af30c
Improve JUnit Testing
InfiBeyond Oct 5, 2023
55a69f3
Update Jar file
InfiBeyond Oct 5, 2023
699769d
Update credits for code Reuse
InfiBeyond Nov 7, 2023
722c222
Update credits for code reuse
InfiBeyond Nov 7, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"java.configuration.updateBuildConfiguration": "interactive",
"java.checkstyle.configuration": "${workspaceFolder}/config/checkstyle/checkstyle.xml"
}
69 changes: 69 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
plugins {
id 'java'
id 'application'
id 'com.github.johnrengelman.shadow' version '7.1.2'
id 'checkstyle'
}

repositories {
mavenCentral()
}

checkstyle {
toolVersion = '10.2'
}

java {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
}

dependencies {
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.10.0'
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.10.0'

String javaFxVersion = '17.0.7'

implementation group: 'org.openjfx', name: 'javafx-base', version: javaFxVersion, classifier: 'win'
implementation group: 'org.openjfx', name: 'javafx-base', version: javaFxVersion, classifier: 'mac'
implementation group: 'org.openjfx', name: 'javafx-base', version: javaFxVersion, classifier: 'linux'
implementation group: 'org.openjfx', name: 'javafx-controls', version: javaFxVersion, classifier: 'win'
implementation group: 'org.openjfx', name: 'javafx-controls', version: javaFxVersion, classifier: 'mac'
implementation group: 'org.openjfx', name: 'javafx-controls', version: javaFxVersion, classifier: 'linux'
implementation group: 'org.openjfx', name: 'javafx-fxml', version: javaFxVersion, classifier: 'win'
implementation group: 'org.openjfx', name: 'javafx-fxml', version: javaFxVersion, classifier: 'mac'
implementation group: 'org.openjfx', name: 'javafx-fxml', version: javaFxVersion, classifier: 'linux'
implementation group: 'org.openjfx', name: 'javafx-graphics', version: javaFxVersion, classifier: 'win'
implementation group: 'org.openjfx', name: 'javafx-graphics', version: javaFxVersion, classifier: 'mac'
implementation group: 'org.openjfx', name: 'javafx-graphics', version: javaFxVersion, classifier: 'linux'
}

test {
useJUnitPlatform()

testLogging {
events "passed", "skipped", "failed"

showExceptions true
exceptionFormat "full"
showCauses true
showStackTraces true
showStandardStreams = false
}
}

application {
mainClass.set("Launcher")
}

shadowJar {
archiveFileName = "duke.jar"
archiveBaseName = "duke"
archiveClassifier = null
dependsOn("distZip", "distTar")
}

run{
standardInput = System.in
enableAssertions = true
}
Loading