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

[Nigelle Leo] iP #47

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

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-cs2113-AY1920S2#12 from j-lum/gradle+x

    Change file mode on `gradle` to be executable (nus-cs2113-AY1920S2#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-cs2113-AY1920S2#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

Commits on Sep 20, 2019

  1. JavaFX tutorial: Support cross-platform JARs

    The OpenJFX plugin expects applications to be modular and bundled
    with jlink, resulting in fat jars that are not cross-platform. Let's
    manually include the required dependencies so that shadow can package
    them properly.
    j-lum committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    c4678f7 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

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

Commits on Jan 21, 2020

  1. Merge branch 'gradle'

    nigellenl committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    339e22e View commit details
    Browse the repository at this point in the history
  2. Add Increment: Level-0

    nigellenl committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    557c33b View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2020

  1. Add Increment: Level-1

    nigellenl committed Jan 25, 2020
    Configuration menu
    Copy the full SHA
    0133184 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2020

  1. Add Increment: Level-2

    nigellenl committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    a28d06c View commit details
    Browse the repository at this point in the history
  2. Add Increment: Level-3

    nigellenl committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    0a1d584 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

  1. Follow Coding Standards

    nigellenl committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    607021a View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. Add Increment: Level-4

    nigellenl committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    b881e5b View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2020

  1. Add Code Quality

    nigellenl committed Feb 9, 2020
    Configuration menu
    Copy the full SHA
    9fabfc0 View commit details
    Browse the repository at this point in the history
  2. Add Increment: Level-5

    nigellenl committed Feb 9, 2020
    Configuration menu
    Copy the full SHA
    dd7ac81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    caf90db View commit details
    Browse the repository at this point in the history
  4. Add Increment: A-Packages

    nigellenl committed Feb 9, 2020
    Configuration menu
    Copy the full SHA
    d2acaaa View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2020

  1. Add Increment: Level-6

    nigellenl committed Feb 16, 2020
    Configuration menu
    Copy the full SHA
    81f9ccc View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2020

  1. Add Increment: Level-7

    nigellenl committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    788f640 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ee06c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2088f6c View commit details
    Browse the repository at this point in the history
  4. Resolve Merge Conflicts

    nigellenl committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    1a7de4a View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. Fix bugs in delete and save

    nigellenl committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    2913fa9 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. Add Increment: A-MoreOOP

    nigellenl committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    8f31d18 View commit details
    Browse the repository at this point in the history
  2. Add Increment: Level-8

    nigellenl committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    f92aadf View commit details
    Browse the repository at this point in the history
  3. Add Increment: Level-9

    nigellenl committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    8fdcc2e View commit details
    Browse the repository at this point in the history
  4. Add Increment: A-JavaDoc

    nigellenl committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    e0ad16b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2 from nigellenl/heads/branch-Level-8

    Add Increment: Level-8
    nigellenl authored Feb 24, 2020
    Configuration menu
    Copy the full SHA
    00888af View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3 from nigellenl/heads/branch-Level-9

    Add Increment: Level-9
    nigellenl authored Feb 24, 2020
    Configuration menu
    Copy the full SHA
    351585e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    54ef03e View commit details
    Browse the repository at this point in the history
  8. Merge pull request #4 from nigellenl/heads/branch-A-JavaDoc

    Add Increment: A-JavaDoc
    nigellenl authored Feb 24, 2020
    Configuration menu
    Copy the full SHA
    a1af0e5 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Configuration menu
    Copy the full SHA
    9ad205b View commit details
    Browse the repository at this point in the history
  2. Update README.md

    nigellenl authored Feb 25, 2020
    Configuration menu
    Copy the full SHA
    42a82f3 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2020

  1. Update JavaDoc comments

    nigellenl committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    748a91d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0924d2 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    nigellenl authored Feb 29, 2020
    Configuration menu
    Copy the full SHA
    3caf394 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    nigellenl authored Feb 29, 2020
    Configuration menu
    Copy the full SHA
    7035dab View commit details
    Browse the repository at this point in the history
  5. Update README.md

    nigellenl authored Feb 29, 2020
    Configuration menu
    Copy the full SHA
    0a9d657 View commit details
    Browse the repository at this point in the history
  6. Add more JavaDocs

    nigellenl committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    91aea3f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3d4c240 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    30f964b View commit details
    Browse the repository at this point in the history
  9. Update README.md

    nigellenl authored Feb 29, 2020
    Configuration menu
    Copy the full SHA
    f7c20af View commit details
    Browse the repository at this point in the history