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

[brianchoon] iP #620

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

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 23, 2024

  1. Configuration menu
    Copy the full SHA
    0433ab7 View commit details
    Browse the repository at this point in the history
  2. Add Scanner

    icantshootfloorballs committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    949bb0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d790f91 View commit details
    Browse the repository at this point in the history
  4. Add echo

    icantshootfloorballs committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    25cfc2b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9f59844 View commit details
    Browse the repository at this point in the history
  6. Add list command

    icantshootfloorballs committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    82763cb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    923a306 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ef3d1a2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    63144be View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c6ad442 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    192abce View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f15d552 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9dc1b82 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    072bb1e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    adad10c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    00753c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    3b1deaf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8999af6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99e1418 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53c776c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e738cf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c187c24 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    416a09d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    752b750 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8cacfc4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6aa7ad4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    aca6738 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    15eae9b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    15e6262 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fdfdd9c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    034af89 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4f09114 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6cbbdc1 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f434250 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e73000d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c851ead View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    beb15ed View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b885b61 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    26d2128 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70b9796 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fd5dba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8069a3f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7942579 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d174547 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

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

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    0c3a14b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c61489 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fdac61 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    e9310fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7703ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7522f2d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1423d8e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c970933 View commit details
    Browse the repository at this point in the history
  6. Use FXML

    icantshootfloorballs committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    e31d826 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    057a3ea View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e393838 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3747276 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    6f8a98d View commit details
    Browse the repository at this point in the history
  2. Main.java: Replace Duke reference with Devon

    Update the comment in Main.java to correctly refer to the class as Devon instead of Duke.
    
    The previous comment referred to Duke, which could lead to confusion when reading the code. Changing this ensures that the codebase accurately reflects the current state of the project.
    
    No other functionality is affected by this change, as it is purely a documentation update.
    icantshootfloorballs committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    74d7e79 View commit details
    Browse the repository at this point in the history
  3. Add assertions to ensure key assumptions hold in Devon bot

    Added assertions in deadlineAction and eventAction to verify non-null command parsing before proceeding with operations. These assertions improve error handling and document important invariants, enhancing code reliability and readability.
    icantshootfloorballs committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    29c64ca View commit details
    Browse the repository at this point in the history
  4. Add assertions to ensure key assumptions hold in Devon bot

    Added assertions in deadlineAction and eventAction to verify non-null command parsing before proceeding with operations. These assertions improve error handling and document important invariants, enhancing code reliability and readability.
    icantshootfloorballs committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    5c06ee8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98b21a5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2490125 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    94c82bd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    350c25a View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1 from brianchoon/branch-A-Assertions

    Add Assertions to Document Key Assumptions in the Devon Bot
    brianchoon authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    8ec2fab View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    64547f7 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #2 from brianchoon/branch-A-CodeQuality

    Improve Code Quality
    brianchoon authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    17ac8f0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c607c8b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3d1bf04 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    4a459f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c807b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    7a2c4ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0761c16 View commit details
    Browse the repository at this point in the history