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

[Ernest Yu] iP #619

Open
wants to merge 74 commits into
base: master
Choose a base branch
from

Commits on Jul 11, 2024

  1. Add Gradle support

    damithc authored and damithc committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    68c58c1 View commit details
    Browse the repository at this point in the history
  2. Bump gradle and lib version

    Eclipse-Dominator authored and damithc committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    03523ec View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. build.gradle: Prevent generating a second JAR file

    In build.gradle, the dependencies on distZip and/or distTar causes
    the shadowJar task to generate a second JAR file for which the
    mainClass.set("seedu.duke.Duke") does not take effect.
    Hence, this additional JAR file cannot be run.
    For this product, there is no need to generate a second JAR file
    to begin with.
    
    Let's remove this dependency from the build.gradle to prevent the
    shadowJar task from generating the extra JAR file.
    aureliony authored and damithc committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    81a9c53 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. rename greet exit

    ernestycr committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    c9700d5 View commit details
    Browse the repository at this point in the history
  2. echo

    ernestycr committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    3a37ec7 View commit details
    Browse the repository at this point in the history
  3. add list

    ernestycr committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    7d54463 View commit details
    Browse the repository at this point in the history
  4. mark as done

    ernestycr committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    8d1d88e View commit details
    Browse the repository at this point in the history
  5. todo event deadline

    ernestycr committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    2a18dae View commit details
    Browse the repository at this point in the history
  6. automated text UI testing

    ernestycr committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    833133a View commit details
    Browse the repository at this point in the history
  7. handle errors

    ernestycr committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    38f9bec View commit details
    Browse the repository at this point in the history
  8. delete tasks

    ernestycr committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    1b521ad View commit details
    Browse the repository at this point in the history
  9. delete tasks 2

    ernestycr committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    a190e1e View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Add writeToFile method

    ernestycr committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    72e666e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbeeef2 View commit details
    Browse the repository at this point in the history
  3. Add datafile

    ernestycr committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    6c942c6 View commit details
    Browse the repository at this point in the history
  4. remove B_word file

    ernestycr committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    cbd56fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e89bede View commit details
    Browse the repository at this point in the history
  6. Add Ui class

    ernestycr committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    356ec8c View commit details
    Browse the repository at this point in the history
  7. Add Storage class

    ernestycr committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    63cec7f View commit details
    Browse the repository at this point in the history
  8. Add TaskList class

    ernestycr committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    e53a47f View commit details
    Browse the repository at this point in the history
  9. Add Parser class

    ernestycr committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    bc2746b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c9b71c5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    987c3b1 View commit details
    Browse the repository at this point in the history
  12. Add DeleteCommand class

    ernestycr committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    9683515 View commit details
    Browse the repository at this point in the history
  13. Add MarkCommand class

    ernestycr committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    89ba645 View commit details
    Browse the repository at this point in the history
  14. Add UnmarkCommand class

    ernestycr committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    1e125c2 View commit details
    Browse the repository at this point in the history
  15. Add ListCommand class

    ernestycr committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    885696a View commit details
    Browse the repository at this point in the history
  16. level-7 with more OOP

    ernestycr committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    ffd1bc3 View commit details
    Browse the repository at this point in the history
  17. Fix mistakes made earlier

    ernestycr committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    fd4fc4c View commit details
    Browse the repository at this point in the history
  18. Add ExitCommand class

    ernestycr committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    7da5dcd View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ef6ce97 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    105be6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ce1c85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c69296f View commit details
    Browse the repository at this point in the history
  4. Add .gitignore file

    ernestycr committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    75bceb8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d741f1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    20200b9 View commit details
    Browse the repository at this point in the history
  7. Save data file

    ernestycr committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    40d18a4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8b5c1b3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4833381 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a41eda4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    454e46d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f79e64f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    424cf74 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ff4ac5e View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    54a5a8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ee5da5 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Add checkstyle

    ernestycr committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    9c2135a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dee2a80 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Add gui till javafx level4

    ernestycr committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    c2aa27f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f50bcb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91ec795 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    f6c4932 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. branch1 commit1

    ernestycr committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    edf23bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7770545 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from somethingfishyfishy/branch-A-Assertions

    Merge branch-A-Assertion to Master
    somethingfishyfishy authored Sep 22, 2024
    Configuration menu
    Copy the full SHA
    e764925 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa1b7ee View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3 from somethingfishyfishy/branch-A-CodeQuality

    Attempt to merge branch onto master
    somethingfishyfishy authored Sep 22, 2024
    Configuration menu
    Copy the full SHA
    4ec63b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    f9ae1ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d96c88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25e0a01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    149b7dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0489e23 View commit details
    Browse the repository at this point in the history
  6. Add HelpCommand

    ernestycr committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    ca812de View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f14bd71 View commit details
    Browse the repository at this point in the history
  8. Update README.md

    somethingfishyfishy authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    303a829 View commit details
    Browse the repository at this point in the history
  9. Update README.md

    somethingfishyfishy authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    70d268e View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. Add style to GUI

    ernestycr committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    f617801 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3611a22 View commit details
    Browse the repository at this point in the history
  3. Beautify images

    ernestycr committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    b8a2cdf View commit details
    Browse the repository at this point in the history
  4. Delete dead code

    ernestycr committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    352806d View commit details
    Browse the repository at this point in the history
  5. Fix bugs of program

    ernestycr committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    d25df0f View commit details
    Browse the repository at this point in the history
  6. Update README.md

    somethingfishyfishy authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    2c5fa98 View commit details
    Browse the repository at this point in the history
  7. Add jar Release File

    ernestycr committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    a3acccc View commit details
    Browse the repository at this point in the history