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

[Nihirraa] ip #643

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

[Nihirraa] ip #643

wants to merge 46 commits into 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 30, 2024

  1. Configuration menu
    Copy the full SHA
    4853d37 View commit details
    Browse the repository at this point in the history
  2. Level1

    Nihirraa committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    d46d608 View commit details
    Browse the repository at this point in the history
  3. Level2

    Nihirraa committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    7408eb1 View commit details
    Browse the repository at this point in the history
  4. Level3

    Nihirraa committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    71fd7e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Level 4

    Nihirraa committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    7f93304 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Added Automated Testing

    Nihirraa committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    9148f8e View commit details
    Browse the repository at this point in the history
  2. Level5

    Nihirraa committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    87fd4a7 View commit details
    Browse the repository at this point in the history
  3. Level6

    Nihirraa committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    0aba9e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Added TaskType Enum

    Nihirraa committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    aa2cb29 View commit details
    Browse the repository at this point in the history
  2. Add Enums

    Nihirraa committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    31d79ce View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Configuration menu
    Copy the full SHA
    9c7333f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d2a974 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Add date formats

    Nihirraa committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    68cc04a View commit details
    Browse the repository at this point in the history
  2. Add date formats

    Nihirraa committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    b1dbb02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    151467e View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    64d2b58 View commit details
    Browse the repository at this point in the history
  2. Add gradle build files

    Nihirraa committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    623b278 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd882b8 View commit details
    Browse the repository at this point in the history
  4. Gradle build file

    Nihirraa committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    ef15ad5 View commit details
    Browse the repository at this point in the history
  5. add packages

    Nihirraa committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    1b4e91b View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Added JUnit Testing

    Nihirraa committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    451b292 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d12aa50 View commit details
    Browse the repository at this point in the history
  3. Applied coding standards

    Nihirraa committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    ec5dd68 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Added finding function

    Nihirraa committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    d19ade8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31bc0f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b22e2a View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Added GUI for my chatbot

    Nihirraa committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    480ce49 View commit details
    Browse the repository at this point in the history
  2. Add changes for A-Assertions

    Nihirraa committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    11f70a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94901c4 View commit details
    Browse the repository at this point in the history
  4. Add changes for A-Streams

    Nihirraa committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    8c98153 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    6f6d6b3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from Nihirraa/branch-A-Assertions

    Add A-Assertions Feature
    Nihirraa authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    bb1c609 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from Nihirraa/branch-A-CodeQuality

    Improve Code Quality
    Nihirraa authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    ccf9cc0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4 from Nihirraa/branch-A-Streams

    Add A-Streams Feature
    Nihirraa authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    1047d4c View commit details
    Browse the repository at this point in the history
  5. Add assertions to MainWindow class

    Assertions were added to document important assumptions in the Espresso instance, user input, and bot response. These checks enhance code robustness.
    Nihirraa committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    b0c08d9 View commit details
    Browse the repository at this point in the history
  6. Ensure conflict detection between EventTask and DeadlineTask

    - Enhanced conflict detection to prevent overlaps between EventTask and DeadlineTask.
    - Conflict detection checks if a deadline occurs within the time span of an event.
    - Throws an  when tasks with scheduling conflicts are detected.
    Nihirraa committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    f1debb3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e37743b View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Add User Guide

    Nihirraa committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    61cc4b5 View commit details
    Browse the repository at this point in the history
  2. Add Ui.png

    Nihirraa committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    d82883b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45aa026 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Update README.md

    Nihirraa committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    7a0d3f1 View commit details
    Browse the repository at this point in the history
  2. Fix README.md

    Nihirraa committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    5295065 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Final changes for jar file

    Nihirraa committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    04780ef View commit details
    Browse the repository at this point in the history