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

Branch-A-Assertions #559

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

Commits on Aug 6, 2019

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

Commits on Aug 12, 2019

  1. Add sample checkstyle configuration

    Add toolVersion block in to Gradle code sample to prevent errors.
    j-lum committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    0112efe View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2019

  1. Configuration menu
    Copy the full SHA
    cfd6da7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request nus-cs2103-AY1920S1#12 from j-lum/gradle+x

    Change file mode on `gradle` to be executable (nus-cs2103-AY1920S1#9)
    j-lum authored Aug 18, 2019
    Configuration menu
    Copy the full SHA
    6e6ace1 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2019

  1. Add configuration for console applications

    Gradle defaults to an empty stdin which results in runtime exceptions
    when attempting to read from `System.in`. Let's add some sensible
    defaults for students who may still need to work with the standard
    input stream.
    j-lum committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    a3ca5a4 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2019

  1. Merge pull request nus-cs2103-AY1920S1#13 from j-lum/javaexec

    Add configuration for console applications
    j-lum authored Aug 21, 2019
    Configuration menu
    Copy the full SHA
    7b60e81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33b39ce View commit details
    Browse the repository at this point in the history
  3. Level-2

    PhireHandy committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    c57b8f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9791316 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

  1. Configuration menu
    Copy the full SHA
    7b06420 View commit details
    Browse the repository at this point in the history
  2. Level-4

    PhireHandy committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    87270be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe5ced8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0552364 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c96a18 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2019

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

Commits on Sep 4, 2019

  1. Configuration menu
    Copy the full SHA
    0358d35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb1b26a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f135ac6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cebdf21 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    33ff9bb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e2f54c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. A-MoreOOP

    PhireHandy committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    4e4b92c View commit details
    Browse the repository at this point in the history
  2. A-Packages

    PhireHandy committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    31fd8c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. updated readme

    PhireHandy committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    405dd68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d67470 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'gradle'

    adding Gradle to project
    PhireHandy committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    ccd2a73 View commit details
    Browse the repository at this point in the history
  4. implemented basic Gradle, Shadowjar and JUnit

    requires further implementation with regards to testing (JUnit)
    PhireHandy committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    48c6339 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    422e58c View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2019

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

Commits on Sep 24, 2019

  1. Configuration menu
    Copy the full SHA
    198dc4b View commit details
    Browse the repository at this point in the history
  2. Implemened A-JavaDoc

    PhireHandy committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    c54a590 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. Configuration menu
    Copy the full SHA
    a14e9bf View commit details
    Browse the repository at this point in the history
  2. Implemented Level-9

    PhireHandy committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    8355d84 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'branch-A-CodingStandard'

    # Conflicts:
    #	src/main/java/Duke.java
    #	src/main/java/command/DeadlineCommand.java
    #	src/main/java/command/DeleteCommand.java
    #	src/main/java/command/DoneCommand.java
    #	src/main/java/command/EventCommand.java
    #	src/main/java/exception/DukeException.java
    #	src/main/java/main/Storage.java
    #	src/main/java/main/UI.java
    #	src/main/java/task/Event.java
    #	src/main/java/task/Todo.java
    PhireHandy committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    87d5dc6 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'branch-Level-9'

    # Conflicts:
    #	src/main/java/main/UI.java
    #	src/main/java/task/Task.java
    PhireHandy committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    92e002b View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

  1. Optimised FindCommand

    PhireHandy committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    1fd5b0c View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2019

  1. Implemented JavaFX GUI

    To be implemented:
    Full support of all Duke's previous features with the new GUI
    PhireHandy committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    5f935b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2019

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

Commits on Sep 30, 2019

  1. Configuration menu
    Copy the full SHA
    2d1fdff View commit details
    Browse the repository at this point in the history
  2. Implemented assertion checks in Parser.java and ensured that all file…

    …s in Main directory follow the CheckStyle.
    
    Assertion checks to ensure that the correct types of command are passed as inputs.
    PhireHandy committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    4373a4a View commit details
    Browse the repository at this point in the history
  3. All clashes resolved.

    PhireHandy committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    75f882d View commit details
    Browse the repository at this point in the history