-
Notifications
You must be signed in to change notification settings - Fork 315
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
[Rushagrid] Duke Increments #536
Open
Krit-K
wants to merge
47
commits into
nus-cs2103-AY1920S1:master
Choose a base branch
from
Krit-K:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
65f72a8
Add support for Gradle workflow
j-lum 0112efe
Add sample checkstyle configuration
j-lum cfd6da7
Change file mode on `gradle` to be executable
j-lum 6e6ace1
Merge pull request #12 from j-lum/gradle+x
j-lum fbc2e85
Commit level1
Krit-K ca73428
Finish level-2
Krit-K 84d245e
added Task and complete level-3
Krit-K c15dfc1
finish level 4
Krit-K 411be71
added handling exceptions
Krit-K 7209013
added delete function
Krit-K 102862a
Finish Level-7
Krit-K f9f3527
Finish level-8
Krit-K 43ff40f
Merge branch 'branch-Level-7'
Krit-K bbe2e9f
MoreOOP
Krit-K f1e79b8
A-JUnit
Krit-K 6513b38
added Java Doc
Krit-K 28e6bd1
Adhering to coding standards on all classes
Krit-K dbd9c3b
Added find function
Krit-K 68e595a
Merge branch 'branch-A-JavaDoc' into branch-Level-9
Krit-K 0c3790e
Merge branch 'branch-A-CodingStandard' into branch-Level-9
Krit-K f4bf590
fixed find function
Krit-K aa4775d
Merge branch 'gradle' of https://github.com/ArgVampir/duke
Krit-K a25e476
added gradle wrapper
Krit-K f7938fd
added test function
Krit-K 421396a
finish level-10
Krit-K c6fac47
Add java docs and tidy up code
Krit-K ce5794e
added assertions
Krit-K f95aaac
Revert "added assertions"
Krit-K 4dabcff
added event Sort function
Krit-K c719497
fixed minor bugs
Krit-K f6cace4
Added function and resolve bugs
Krit-K bbab4b8
added comments in assert
Krit-K 71f02b7
Fix date and time issue
Krit-K 7d9593c
Added all sort function for todo deadline and event. Fixed bugs with …
Krit-K e607727
Make the code more private and break down the Storage for cleaner code
Krit-K 1af3b5f
Merge branch 'branch-A-Assertions'
Krit-K f2fc750
Merge branch 'branch-A-CodeQuality'
Krit-K 99ed924
Merge branch 'branch-C-Sort'
Krit-K f75def9
Set theme jekyll-theme-architect
Krit-K 5f630e2
Added a theme to the program and userguide
Krit-K 9576a13
Merge branch 'master' of https://github.com/ArgVampir/duke
Krit-K f181298
indentation
Krit-K 2b80f7a
added image
Krit-K 8c6da0d
Adhere to coding style, add check file exist in storage, minor fixes …
Krit-K 923b831
change slight layout on readme
Krit-K 7ffa124
chang name
Krit-K e61a9d2
changed back to Ui.png
Krit-K File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it was a great idea to abstract out this long chunk :)