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

[Jason] Duke Increments #368

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

[Jason] Duke Increments #368

wants to merge 66 commits into 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 #12 from j-lum/gradle+x

    Change file mode on `gradle` to be executable (#9)
    j-lum committed 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 22, 2019

  1. W2 - Level-1

    Greet, Echo, Exit
    ReignOfComputer committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    e4468fd View commit details
    Browse the repository at this point in the history
  2. W2 - Level-2

    Add, List
    ReignOfComputer committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    f1bcc03 View commit details
    Browse the repository at this point in the history
  3. W2 - Level-3 | A-Classes

    Mark as Done
    Use a class to represent tasks
    ReignOfComputer committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    ce3c6a2 View commit details
    Browse the repository at this point in the history
  4. W2 - Level-4 | A-Inheritance

    ToDos, Events, Deadlines
    Use Inheritance to support multiple task types
    ReignOfComputer committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    a1d0e49 View commit details
    Browse the repository at this point in the history
  5. W2 - A-TextUiTesting

    Test using the I/O redirection technique
    ReignOfComputer committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    63f391d View commit details
    Browse the repository at this point in the history
  6. W2 - Level-5 | A-Exceptions

    Handle Errors
    Use Exceptions to handle errors
    ReignOfComputer committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    9b3114a View commit details
    Browse the repository at this point in the history
  7. W2 - Level-6 | A-Collections

    Delete
    Use Java Collections classes
    ReignOfComputer committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    87d04fc View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. W3 - Level-7

    Save
    ReignOfComputer committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    1993700 View commit details
    Browse the repository at this point in the history
  2. W3 - Level-8

    Dates and Times
    ReignOfComputer committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    7d25f64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca79572 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b430600 View commit details
    Browse the repository at this point in the history
  5. Cleanup

    ReignOfComputer committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    a27d0e0 View commit details
    Browse the repository at this point in the history
  6. Checkpoint

    ReignOfComputer committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    d12d74d View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2019

  1. W3 - A-MoreOOP

    Make the code more OOP
    ReignOfComputer committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    d599e58 View commit details
    Browse the repository at this point in the history
  2. W3 - A-Packages

    Divide classes into packages
    ReignOfComputer committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    ed47830 View commit details
    Browse the repository at this point in the history
  3. W3 - A-JUnit

    Add JUnit tests
    ReignOfComputer committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    4e40f25 View commit details
    Browse the repository at this point in the history
  4. W3 - A-Jar

    Package the App as a JAR file
    ReignOfComputer committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    04709ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ebbb385 View commit details
    Browse the repository at this point in the history
  6. W3 - A-Gradle

    Automate project builds using Gradle
    ReignOfComputer committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    bbef516 View commit details
    Browse the repository at this point in the history
  7. Checkpoint

    ReignOfComputer committed Sep 8, 2019
    Configuration menu
    Copy the full SHA
    afc4cf0 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2019

  1. W3 - A-JavaDoc

    Add JavaDoc comments
    ReignOfComputer committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    3a1bf72 View commit details
    Browse the repository at this point in the history
  2. W3 - A-CodingStandard

    Tweak the code to comply with a coding standard
    ReignOfComputer committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    1b04d7b View commit details
    Browse the repository at this point in the history
  3. W3 - Level-9

    Find
    ReignOfComputer committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    e82e1ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4183818 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f041f08 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4fbd727 View commit details
    Browse the repository at this point in the history
  7. Fix Parsing for Todo

    Off-by-one
    ReignOfComputer committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    68a79df View commit details
    Browse the repository at this point in the history
  8. W4 - A-Varargs

    Use var-args
    ReignOfComputer committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    ee1f0d0 View commit details
    Browse the repository at this point in the history
  9. Checkpoint

    ReignOfComputer committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    f7153d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2019

  1. W4 - Level 10

    GUI
    ReignOfComputer committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    f6d2a85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21d1cf8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a100f6 View commit details
    Browse the repository at this point in the history
  4. Cleanup

    ReignOfComputer committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    80eddee View commit details
    Browse the repository at this point in the history
  5. W5 - A-CodeQuality

    Improve code quality
    ReignOfComputer committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    85dbd20 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    35debc2 View commit details
    Browse the repository at this point in the history
  7. W5 - A-Lambdas

    Use Lambdas
    ReignOfComputer committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    3894fd8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f31afb0 View commit details
    Browse the repository at this point in the history
  9. W5 - A-Assertations

    Use Assertions
    ReignOfComputer committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    3238c78 View commit details
    Browse the repository at this point in the history
  10. W5 - A-Travis

    Use Travis for CI
    ReignOfComputer committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    6d36279 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d4e0b61 View commit details
    Browse the repository at this point in the history
  12. Fix Broken Tests

    ReignOfComputer committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    61fb6c5 View commit details
    Browse the repository at this point in the history
  13. CI Status in Readme

    ReignOfComputer committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    68a6ad2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3d2c4f9 View commit details
    Browse the repository at this point in the history
  15. W5 - A-Streams

    Use Streams
    ReignOfComputer committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    e9ffbb8 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    00f268a View commit details
    Browse the repository at this point in the history
  17. Remove Redundant Code

    ReignOfComputer committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    17aef6a View commit details
    Browse the repository at this point in the history
  18. W5 - C-Help

    Give help to users
    ReignOfComputer committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    002a959 View commit details
    Browse the repository at this point in the history
  19. W5 - C-BetterSearch

    More flexibility in searching for items
    ReignOfComputer committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    435b2c3 View commit details
    Browse the repository at this point in the history
  20. W5 - C-Statistics

    Statistics and insights
    ReignOfComputer committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    b2ccb17 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2019

  1. HustlePad Personality

    ReignOfComputer committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    ea45dba View commit details
    Browse the repository at this point in the history
  2. Fix Missing Spaces

    ReignOfComputer committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    55b0669 View commit details
    Browse the repository at this point in the history
  3. Product Screenshot v1

    ReignOfComputer committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    949fec2 View commit details
    Browse the repository at this point in the history
  4. W6 - A-UserGuide

    ReignOfComputer committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    f00b348 View commit details
    Browse the repository at this point in the history
  5. shadowjar fix

    ReignOfComputer committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    b49e8ed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5f14292 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d55e710 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    82e9fcf View commit details
    Browse the repository at this point in the history
  9. JavaDocs V2

    ReignOfComputer committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    2e68aa4 View commit details
    Browse the repository at this point in the history
  10. UserGuide V2

    ReignOfComputer committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    a248cd0 View commit details
    Browse the repository at this point in the history
  11. UserGuide V3

    ReignOfComputer committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    c8d2b18 View commit details
    Browse the repository at this point in the history
  12. UserGuide V4

    ReignOfComputer committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    e8cf2c0 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2019

  1. JaVa WrItE oNcE rUn AnYwHeRe

    UGH.
    ReignOfComputer committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    bb4a3c4 View commit details
    Browse the repository at this point in the history