-
Notifications
You must be signed in to change notification settings - Fork 527
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
[CS2103T-W11-3] My Fitness Buddy #65
base: master
Are you sure you want to change the base?
[CS2103T-W11-3] My Fitness Buddy #65
Commits on Nov 6, 2020
-
test CalorieCommand and RemoveCommand parser
Wayne committedNov 6, 2020 Configuration menu - View commit details
-
Copy full SHA for 3b60ade - Browse repository at this point
Copy the full SHA 3b60adeView commit details -
Configuration menu - View commit details
-
Copy full SHA for dad7b1e - Browse repository at this point
Copy the full SHA dad7b1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6479053 - Browse repository at this point
Copy the full SHA 6479053View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6ace5e - Browse repository at this point
Copy the full SHA b6ace5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for af8755f - Browse repository at this point
Copy the full SHA af8755fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3235c70 - Browse repository at this point
Copy the full SHA 3235c70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e27e19 - Browse repository at this point
Copy the full SHA 1e27e19View commit details -
Configuration menu - View commit details
-
Copy full SHA for a189b08 - Browse repository at this point
Copy the full SHA a189b08View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea5e6a3 - Browse repository at this point
Copy the full SHA ea5e6a3View commit details -
Merge pull request #229 from junhui-phoon/branch-PPPDraft
Add PPP draft
Configuration menu - View commit details
-
Copy full SHA for 25be8a2 - Browse repository at this point
Copy the full SHA 25be8a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08193b9 - Browse repository at this point
Copy the full SHA 08193b9View commit details -
Merge pull request #230 from junhui-phoon/branch-PPPDraft
Edit PPP links in AboutUs
Configuration menu - View commit details
-
Copy full SHA for 7b200ed - Browse repository at this point
Copy the full SHA 7b200edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a564ac - Browse repository at this point
Copy the full SHA 3a564acView commit details -
Configuration menu - View commit details
-
Copy full SHA for efb764b - Browse repository at this point
Copy the full SHA efb764bView commit details
Commits on Nov 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fc0a4ce - Browse repository at this point
Copy the full SHA fc0a4ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9782a2b - Browse repository at this point
Copy the full SHA 9782a2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2010f9 - Browse repository at this point
Copy the full SHA c2010f9View commit details -
Merge pull request #226 from jiaax/branch-UniqueId
Person identified by ID only
Configuration menu - View commit details
-
Copy full SHA for 2fab8ae - Browse repository at this point
Copy the full SHA 2fab8aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d63d3e - Browse repository at this point
Copy the full SHA 2d63d3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4e3a59 - Browse repository at this point
Copy the full SHA e4e3a59View commit details -
Fix null pointer exception after clear command
* Fixed a bug where null pointer exception is thrown in ProfileCardPanel after executing clear command when there is no profile login
Configuration menu - View commit details
-
Copy full SHA for 5614b3f - Browse repository at this point
Copy the full SHA 5614b3fView commit details -
Fix profile panels label duplication
* Fixed the profile panels label duplication where each update or clear execution will instantiate new Profile Panels objects by rewriting the UI update logic of the profile panels when clear/update operations are executed.
Configuration menu - View commit details
-
Copy full SHA for b503320 - Browse repository at this point
Copy the full SHA b503320View commit details -
Fix divider for profile panels
* Fixed the divider for profile panels so that users cannot adjust.
Configuration menu - View commit details
-
Copy full SHA for bb75677 - Browse repository at this point
Copy the full SHA bb75677View commit details -
Fix FXML filename typo in CommanderBmiStatsWindow
* Fixed FXML filename typo that caused Jar file to fail
Configuration menu - View commit details
-
Copy full SHA for a3eada4 - Browse repository at this point
Copy the full SHA a3eada4View commit details -
Merge branch 'branch-BugFixes' into branch-Documentation
* branch-BugFixes: (72 commits) Fix FXML filename typo in CommanderBmiStatsWindow Fix divider for profile panels Fix profile panels label duplication Fix null pointer exception after clear command Update ppp Edit PPP links in AboutUs Add PPP draft update ppp Update ppp PPP draft no message isSamePerson checks for ID only Ug typo fix for create profile Revert "Remove tags from storage and Day" Removed tags Remove tags from storage and Day Remove print statement Bug fix Update dg Fix PieChart not updated when new profile is created ...
Configuration menu - View commit details
-
Copy full SHA for 25d23fc - Browse repository at this point
Copy the full SHA 25d23fcView commit details -
Merge branch 'branch-BugFixes' into branch-TestCases
* branch-BugFixes: (183 commits) Fix FXML filename typo in CommanderBmiStatsWindow Fix divider for profile panels Fix profile panels label duplication Fix null pointer exception after clear command Update ppp Edit PPP links in AboutUs Add PPP draft update ppp Update ppp PPP draft no message isSamePerson checks for ID only Ug typo fix for create profile Revert "Remove tags from storage and Day" Removed tags Remove tags from storage and Day Remove print statement Bug fix Update dg Fix PieChart not updated when new profile is created ...
Configuration menu - View commit details
-
Copy full SHA for cbae2ff - Browse repository at this point
Copy the full SHA cbae2ffView commit details -
Add more test cases for stats command
* Added more test cases to test commander stats
Configuration menu - View commit details
-
Copy full SHA for 63030a9 - Browse repository at this point
Copy the full SHA 63030a9View commit details -
Update User Guide with new sections
* Updated SampleDataUtil to have a more realistic data for new users * Updated Getting Started section with an updated UI and edited basic commands section * Added a new section under Features to include features for commanders * Added a 'before you proceed warning' under features to warn users to login first
Configuration menu - View commit details
-
Copy full SHA for 55b0f1d - Browse repository at this point
Copy the full SHA 55b0f1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cb7e97 - Browse repository at this point
Copy the full SHA 5cb7e97View commit details -
Fix null pointer exception when adding a new day without login
* Fixed the null pointer exception when the user tries to add a new day without logging in; no Person object created before login
Configuration menu - View commit details
-
Copy full SHA for d0406b0 - Browse repository at this point
Copy the full SHA d0406b0View commit details -
Merge pull request #233 from hoperawr/branch-StorageTests
Updating storage tests
Configuration menu - View commit details
-
Copy full SHA for e46323f - Browse repository at this point
Copy the full SHA e46323fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b259799 - Browse repository at this point
Copy the full SHA b259799View commit details -
Wayne committed
Nov 7, 2020 Configuration menu - View commit details
-
Copy full SHA for a3bdc4c - Browse repository at this point
Copy the full SHA a3bdc4cView commit details -
Merge branch 'master' of https://github.com/AY2021S1-CS2103T-W11-3/tp
Wayne committedNov 7, 2020 Configuration menu - View commit details
-
Copy full SHA for a1adf85 - Browse repository at this point
Copy the full SHA a1adf85View commit details -
Merge branch 'master' into Testing
* master: (21 commits) More test cases and util classes Update dg and uidiagram Update ppp no message AdaptedInput and output test cases Edit PPP links in AboutUs Add PPP draft update ppp Update ppp Update dg PPP draft Update dg no message isSamePerson checks for ID only Ug typo fix for create profile Revert "Remove tags from storage and Day" Removed tags Remove tags from storage and Day Remove print statement Bug fix ... # Conflicts: # src/main/java/seedu/address/logic/commands/ChangeCommand.java # src/main/java/seedu/address/model/day/Day.java # src/test/java/seedu/address/logic/parser/ParserUtilTest.java # src/test/java/seedu/address/testutil/DayBuilder.java
Wayne committedNov 7, 2020 Configuration menu - View commit details
-
Copy full SHA for 8f2d104 - Browse repository at this point
Copy the full SHA 8f2d104View commit details
Commits on Nov 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 23735f6 - Browse repository at this point
Copy the full SHA 23735f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d391826 - Browse repository at this point
Copy the full SHA d391826View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b48443 - Browse repository at this point
Copy the full SHA 9b48443View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47fecaa - Browse repository at this point
Copy the full SHA 47fecaaView commit details -
Merge pull request #242 from hoperawr/branch-StorageTests
More test cases
Configuration menu - View commit details
-
Copy full SHA for 2290215 - Browse repository at this point
Copy the full SHA 2290215View commit details -
Wayne committed
Nov 8, 2020 Configuration menu - View commit details
-
Copy full SHA for b78e806 - Browse repository at this point
Copy the full SHA b78e806View commit details -
Merge branch 'master' of https://github.com/AY2021S1-CS2103T-W11-3/tp
Wayne committedNov 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 955200f - Browse repository at this point
Copy the full SHA 955200fView commit details -
Merge branch 'master' into Testing
* master: not sure why its failing user prefs New line EOF More test cases # Conflicts: # src/test/java/seedu/address/testutil/TypicalDays.java
Wayne committedNov 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 082a61a - Browse repository at this point
Copy the full SHA 082a61aView commit details -
Merge pull request #234 from junhui-phoon/branch-BugFixes
Multiple Bug Fixes
Configuration menu - View commit details
-
Copy full SHA for 0ade107 - Browse repository at this point
Copy the full SHA 0ade107View commit details -
Remaining commands parser test
Wayne committedNov 8, 2020 Configuration menu - View commit details
-
Copy full SHA for bcc782d - Browse repository at this point
Copy the full SHA bcc782dView commit details -
Merge branch 'master' of https://github.com/AY2021S1-CS2103T-W11-3/tp
Wayne committedNov 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 58035f2 - Browse repository at this point
Copy the full SHA 58035f2View commit details -
Merge branch 'master' into Testing
* master: Fix null pointer exception when adding a new day without login Fix FXML filename typo in CommanderBmiStatsWindow Fix divider for profile panels Fix profile panels label duplication Fix null pointer exception after clear command # Conflicts: # src/main/java/seedu/address/logic/commands/AddCommand.java
Wayne committedNov 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 4ec753b - Browse repository at this point
Copy the full SHA 4ec753bView commit details -
Merge branch 'master' into branch-Documentation
* master: not sure why its failing user prefs New line EOF More test cases Fix null pointer exception when adding a new day without login More test cases and util classes Update dg and uidiagram no message AdaptedInput and output test cases Update dg Update dg
Configuration menu - View commit details
-
Copy full SHA for 8e4610c - Browse repository at this point
Copy the full SHA 8e4610cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c759dc6 - Browse repository at this point
Copy the full SHA c759dc6View commit details -
Merge commit 'c759dc66de06972feadcd4529b41a56ec6ee5486'
* commit 'c759dc66de06972feadcd4529b41a56ec6ee5486': PPP draft 1 PPP draft 1
Configuration menu - View commit details
-
Copy full SHA for 536242e - Browse repository at this point
Copy the full SHA 536242eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12ff079 - Browse repository at this point
Copy the full SHA 12ff079View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b2e7aa - Browse repository at this point
Copy the full SHA 7b2e7aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00a2b34 - Browse repository at this point
Copy the full SHA 00a2b34View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad9f458 - Browse repository at this point
Copy the full SHA ad9f458View commit details -
Test for calorie, remove and change command
Wayne committedNov 8, 2020 Configuration menu - View commit details
-
Copy full SHA for f1ea305 - Browse repository at this point
Copy the full SHA f1ea305View commit details -
Wayne committed
Nov 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 6582420 - Browse repository at this point
Copy the full SHA 6582420View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cf7d3e - Browse repository at this point
Copy the full SHA 4cf7d3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b8ba25 - Browse repository at this point
Copy the full SHA 4b8ba25View commit details -
Configuration menu - View commit details
-
Copy full SHA for decda0a - Browse repository at this point
Copy the full SHA decda0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 838c143 - Browse repository at this point
Copy the full SHA 838c143View commit details -
Configuration menu - View commit details
-
Copy full SHA for 357f8b4 - Browse repository at this point
Copy the full SHA 357f8b4View commit details -
Merge pull request #246 from junhui-phoon/branch-SampleDataFix
Fix Sample Data bug
Configuration menu - View commit details
-
Copy full SHA for bad46b7 - Browse repository at this point
Copy the full SHA bad46b7View commit details -
Merge pull request #239 from junhui-phoon/branch-TestCases
Improve Code Coverage
Configuration menu - View commit details
-
Copy full SHA for 4454d94 - Browse repository at this point
Copy the full SHA 4454d94View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7584c8 - Browse repository at this point
Copy the full SHA f7584c8View commit details
Commits on Nov 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 287c6c0 - Browse repository at this point
Copy the full SHA 287c6c0View commit details -
Merge branch 'master' into branch-Documentation
* master: Fix repetitive code block Fix Sample Data bug Add more test cases for stats command # Conflicts: # src/main/java/seedu/address/model/util/SampleDataUtil.java
Configuration menu - View commit details
-
Copy full SHA for d73d5b0 - Browse repository at this point
Copy the full SHA d73d5b0View commit details -
Edit Logic Component section of DG and other misc fixes
* Changed the Ui screenshot * Edited index.md and README.md
Configuration menu - View commit details
-
Copy full SHA for a89d347 - Browse repository at this point
Copy the full SHA a89d347View commit details -
Merge pull request #240 from junhui-phoon/branch-Documentation
Update User Guide / Developer Guide
Configuration menu - View commit details
-
Copy full SHA for d235c32 - Browse repository at this point
Copy the full SHA d235c32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91c364b - Browse repository at this point
Copy the full SHA 91c364bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fa28ce - Browse repository at this point
Copy the full SHA 3fa28ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c73dd7 - Browse repository at this point
Copy the full SHA 6c73dd7View commit details -
Merge pull request #248 from junhui-phoon/branch-Documentation
Fix markdown syntax errors and Re-enable CodeCov Checks
Configuration menu - View commit details
-
Copy full SHA for 4353b0a - Browse repository at this point
Copy the full SHA 4353b0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fefd001 - Browse repository at this point
Copy the full SHA fefd001View commit details -
Merge pull request #249 from junhui-phoon/branch-Documentation
Add contribution label to the UG
Configuration menu - View commit details
-
Copy full SHA for 354b869 - Browse repository at this point
Copy the full SHA 354b869View commit details -
Merge branch 'master' into branch-PPPDraft
* master: (34 commits) Add contribution label to the UG Re-enable CodeCov checks Fix markdown errors Edit Ui.png Edit Logic Component section of DG and other misc fixes Edit UI Component section of DG Fix repetitive code block Add Ui Class Diagrams Fix Sample Data bug Update DG DG diagrams not sure why its failing user prefs New line EOF More test cases Fix null pointer exception when adding a new day without login More test cases and util classes Update User Guide with new sections Add more test cases for stats command Fix FXML filename typo in CommanderBmiStatsWindow ...
Configuration menu - View commit details
-
Copy full SHA for dc0c166 - Browse repository at this point
Copy the full SHA dc0c166View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6732bb - Browse repository at this point
Copy the full SHA b6732bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64c085d - Browse repository at this point
Copy the full SHA 64c085dView commit details -
Merge branch 'master' of https://github.com/AY2021S1-CS2103T-W11-3/tp
Wayne committedNov 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 56df1d8 - Browse repository at this point
Copy the full SHA 56df1d8View commit details -
Merge branch 'master' into Testing
* master: Add contribution label to the UG Re-enable CodeCov checks Fix markdown errors Edit Ui.png Edit Logic Component section of DG and other misc fixes Edit UI Component section of DG UG changes Fix repetitive code block Add Ui Class Diagrams Fix Sample Data bug Update DG DG diagrams Update User Guide with new sections Add more test cases for stats command
Wayne committedNov 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 5a8ad00 - Browse repository at this point
Copy the full SHA 5a8ad00View commit details -
Merge branch 'master' of https://github.com/AY2021S1-CS2103T-W11-3/tp …
…into branch-UGDG * 'master' of https://github.com/AY2021S1-CS2103T-W11-3/tp: Add contribution label to the UG Re-enable CodeCov checks Fix markdown errors Edit Ui.png Edit Logic Component section of DG and other misc fixes Edit UI Component section of DG UG changes Fix repetitive code block Add Ui Class Diagrams Fix Sample Data bug Update DG DG diagrams Update User Guide with new sections Add more test cases for stats command
Configuration menu - View commit details
-
Copy full SHA for 1fd8f9b - Browse repository at this point
Copy the full SHA 1fd8f9bView commit details -
Merge branch 'master' of https://github.com/AY2021S1-CS2103T-W11-3/tp
* 'master' of https://github.com/AY2021S1-CS2103T-W11-3/tp: Add contribution label to the UG Re-enable CodeCov checks Fix markdown errors Edit Ui.png Edit Logic Component section of DG and other misc fixes Edit UI Component section of DG UG changes Fix repetitive code block Add Ui Class Diagrams Fix Sample Data bug Update DG DG diagrams Update User Guide with new sections Add more test cases for stats command
Configuration menu - View commit details
-
Copy full SHA for 47df4cb - Browse repository at this point
Copy the full SHA 47df4cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 115e080 - Browse repository at this point
Copy the full SHA 115e080View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b7caf2 - Browse repository at this point
Copy the full SHA 7b7caf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for eeaaee5 - Browse repository at this point
Copy the full SHA eeaaee5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fffdae - Browse repository at this point
Copy the full SHA 6fffdaeView commit details -
Merge branch 'master' of https://github.com/AY2021S1-CS2103T-W11-3/tp
Wayne committedNov 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 229d90a - Browse repository at this point
Copy the full SHA 229d90aView commit details -
Merge branch 'master' into Testing
* master: Edit PPP and other misc typo
Wayne committedNov 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 7f3e2de - Browse repository at this point
Copy the full SHA 7f3e2deView commit details -
Wayne committed
Nov 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 33a42bd - Browse repository at this point
Copy the full SHA 33a42bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for c07a075 - Browse repository at this point
Copy the full SHA c07a075View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99a5930 - Browse repository at this point
Copy the full SHA 99a5930View commit details -
Wayne committed
Nov 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 3ba3490 - Browse repository at this point
Copy the full SHA 3ba3490View commit details -
Merge branch 'master' of https://github.com/AY2021S1-CS2103T-W11-3/tp
Wayne committedNov 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 2fd6fbe - Browse repository at this point
Copy the full SHA 2fd6fbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2df536c - Browse repository at this point
Copy the full SHA 2df536cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b13148 - Browse repository at this point
Copy the full SHA 4b13148View commit details -
Wayne committed
Nov 9, 2020 Configuration menu - View commit details
-
Copy full SHA for ed33aa1 - Browse repository at this point
Copy the full SHA ed33aa1View commit details -
Merge branch 'master' into branch-TestCases
* master: (38 commits) checkstyle minor bug fix update ug Edit PPP and other misc typo Add contribution label to the UG Re-enable CodeCov checks Fix markdown errors Edit Ui.png Edit Logic Component section of DG and other misc fixes Edit UI Component section of DG UG changes Fix repetitive code block Add Ui Class Diagrams Fix Sample Data bug Update DG DG diagrams - Test for calorie, remove and change command Remaining commands parser test ChangeCommandParser test ...
Configuration menu - View commit details
-
Copy full SHA for c5b6125 - Browse repository at this point
Copy the full SHA c5b6125View commit details -
Merge branch 'master' of https://github.com/AY2021S1-CS2103T-W11-3/tp
# Conflicts: # docs/UserGuide.md
Wayne committedNov 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 5378af4 - Browse repository at this point
Copy the full SHA 5378af4View commit details -
Merge branch 'master' into USER_GUIDE
* master: no message checkstyle minor bug fix - Test for calorie, remove and change command Remaining commands parser test ChangeCommandParser test PaserUtil test test CalorieCommand and RemoveCommand parser Test Bmi and Calorie related methods Exercise, Time, Food test Calorie, Input, Output test CalorieCount and CalorieManager Test
Wayne committedNov 9, 2020 Configuration menu - View commit details
-
Copy full SHA for eafb215 - Browse repository at this point
Copy the full SHA eafb215View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5c6c81 - Browse repository at this point
Copy the full SHA f5c6c81View commit details -
Configuration menu - View commit details
-
Copy full SHA for a30665d - Browse repository at this point
Copy the full SHA a30665dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab24a7e - Browse repository at this point
Copy the full SHA ab24a7eView commit details -
Merge pull request #253 from ethanso56/ethan-testing
Removed prefix tag and edited daytest
Configuration menu - View commit details
-
Copy full SHA for 0f71a1d - Browse repository at this point
Copy the full SHA 0f71a1dView commit details -
Merge branch 'master' of https://github.com/AY2021S1-CS2103T-W11-3/tp …
…into branch-UGDG * 'master' of https://github.com/AY2021S1-CS2103T-W11-3/tp: checkstyle minor bug fix update ug Edit PPP and other misc typo Remove prefex tag - Test for calorie, remove and change command Remaining commands parser test ChangeCommandParser test PaserUtil test test CalorieCommand and RemoveCommand parser Test Bmi and Calorie related methods Exercise, Time, Food test Calorie, Input, Output test CalorieCount and CalorieManager Test
Configuration menu - View commit details
-
Copy full SHA for 45a2169 - Browse repository at this point
Copy the full SHA 45a2169View commit details -
Wayne committed
Nov 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 3bb9193 - Browse repository at this point
Copy the full SHA 3bb9193View commit details -
Merge branch 'master' of https://github.com/AY2021S1-CS2103T-W11-3/tp
Wayne committedNov 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 858e283 - Browse repository at this point
Copy the full SHA 858e283View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5dadc0 - Browse repository at this point
Copy the full SHA a5dadc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 049eb09 - Browse repository at this point
Copy the full SHA 049eb09View commit details -
Merge branch 'master' of https://github.com/AY2021S1-CS2103T-W11-3/tp
* 'master' of https://github.com/AY2021S1-CS2103T-W11-3/tp: checkstyle minor bug fix update ug Edit PPP and other misc typo Remove prefex tag - Test for calorie, remove and change command Remaining commands parser test ChangeCommandParser test PaserUtil test test CalorieCommand and RemoveCommand parser Test Bmi and Calorie related methods Exercise, Time, Food test Calorie, Input, Output test CalorieCount and CalorieManager Test
Configuration menu - View commit details
-
Copy full SHA for 66710fc - Browse repository at this point
Copy the full SHA 66710fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77418fb - Browse repository at this point
Copy the full SHA 77418fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25338d9 - Browse repository at this point
Copy the full SHA 25338d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d71d67 - Browse repository at this point
Copy the full SHA 6d71d67View commit details -
Wayne committed
Nov 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 879d7a1 - Browse repository at this point
Copy the full SHA 879d7a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3d8717 - Browse repository at this point
Copy the full SHA e3d8717View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93c02bd - Browse repository at this point
Copy the full SHA 93c02bdView commit details -
EditCommand and DeleteCommand Test
Wayne committedNov 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 71cff5c - Browse repository at this point
Copy the full SHA 71cff5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 923344e - Browse repository at this point
Copy the full SHA 923344eView commit details -
* MainWindow.java: abstracted profile change code block in execute method * CommandResult.java: added missing parameter for equals method
Configuration menu - View commit details
-
Copy full SHA for 15d704e - Browse repository at this point
Copy the full SHA 15d704eView commit details -
Merge branch 'master' of https://github.com/AY2021S1-CS2103T-W11-3/tp
* 'master' of https://github.com/AY2021S1-CS2103T-W11-3/tp: updated ug UG - getting started no message
Configuration menu - View commit details
-
Copy full SHA for fc97fd4 - Browse repository at this point
Copy the full SHA fc97fd4View commit details -
Merge branch 'master' into branch-UGDG
* master: updated ug UG - getting started no message
Configuration menu - View commit details
-
Copy full SHA for 333d2d3 - Browse repository at this point
Copy the full SHA 333d2d3View commit details -
Merge branch 'branch-CodeQuality' into branch-TestCases
* branch-CodeQuality: Fix code quality issues
Configuration menu - View commit details
-
Copy full SHA for e11f73a - Browse repository at this point
Copy the full SHA e11f73aView commit details -
CreateCommand and LoginCommand Test
Wayne committedNov 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 6bd6822 - Browse repository at this point
Copy the full SHA 6bd6822View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d25d24 - Browse repository at this point
Copy the full SHA 9d25d24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96f977e - Browse repository at this point
Copy the full SHA 96f977eView commit details -
Configuration menu - View commit details
-
Copy full SHA for daa7287 - Browse repository at this point
Copy the full SHA daa7287View commit details -
Merge pull request #256 from junhui-phoon/branch-Documentation
Fix UML diagrams
Configuration menu - View commit details
-
Copy full SHA for 132929c - Browse repository at this point
Copy the full SHA 132929cView commit details -
Merge branch 'master' into Test_Cases_Days
* master: Fix UML diagrams UG - getting started
Wayne committedNov 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 09f7c27 - Browse repository at this point
Copy the full SHA 09f7c27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 591e3ed - Browse repository at this point
Copy the full SHA 591e3edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b67c3c - Browse repository at this point
Copy the full SHA 8b67c3cView commit details -
Wayne committed
Nov 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 71c5223 - Browse repository at this point
Copy the full SHA 71c5223View commit details -
Configuration menu - View commit details
-
Copy full SHA for 819a7dc - Browse repository at this point
Copy the full SHA 819a7dcView commit details -
Wayne committed
Nov 9, 2020 Configuration menu - View commit details
-
Copy full SHA for d356dcd - Browse repository at this point
Copy the full SHA d356dcdView commit details -
Merge branch 'master' into branch-BugFixes
* master: (44 commits) Edit PPP Fix UML diagrams updated ug UG - getting started no message checkstyle minor bug fix update ug Edit PPP and other misc typo Remove prefex tag Add contribution label to the UG Re-enable CodeCov checks Fix markdown errors Edit Ui.png Edit Logic Component section of DG and other misc fixes Edit UI Component section of DG UG changes Fix repetitive code block Add Ui Class Diagrams Fix Sample Data bug ...
Configuration menu - View commit details
-
Copy full SHA for e4284e3 - Browse repository at this point
Copy the full SHA e4284e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ec5d6d - Browse repository at this point
Copy the full SHA 8ec5d6dView commit details -
Merge pull request #259 from junhui-phoon/branch-TestCases
Fix test cases
Configuration menu - View commit details
-
Copy full SHA for 84ec9d3 - Browse repository at this point
Copy the full SHA 84ec9d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1712ec1 - Browse repository at this point
Copy the full SHA 1712ec1View commit details -
Merge branch 'master' of https://github.com/AY2021S1-CS2103T-W11-3/tp …
…into branch-UGDG # Conflicts: # docs/images/Ui.png
Configuration menu - View commit details
-
Copy full SHA for b27e372 - Browse repository at this point
Copy the full SHA b27e372View commit details -
Configuration menu - View commit details
-
Copy full SHA for fae962e - Browse repository at this point
Copy the full SHA fae962eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37d5492 - Browse repository at this point
Copy the full SHA 37d5492View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8408d27 - Browse repository at this point
Copy the full SHA 8408d27View commit details -
Merge pull request #263 from junhui-phoon/branch-BugFixes
Fix storage bug
Configuration menu - View commit details
-
Copy full SHA for 2cdde6c - Browse repository at this point
Copy the full SHA 2cdde6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d0d7170 - Browse repository at this point
Copy the full SHA d0d7170View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7512de7 - Browse repository at this point
Copy the full SHA 7512de7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84d3fa0 - Browse repository at this point
Copy the full SHA 84d3fa0View commit details -
Merge branch 'branch-UpdateProfile' of https://github.com/hoperawr/tp …
…into branch-UpdateProfile # Conflicts: # src/main/java/seedu/address/logic/parser/UpdateCommandParser.java
Configuration menu - View commit details
-
Copy full SHA for 694cfdc - Browse repository at this point
Copy the full SHA 694cfdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc91d61 - Browse repository at this point
Copy the full SHA dc91d61View commit details -
Merge pull request #245 from hoperawr/branch-UpdateProfile
Test cases for update command
Configuration menu - View commit details
-
Copy full SHA for 95ce6d3 - Browse repository at this point
Copy the full SHA 95ce6d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0414f40 - Browse repository at this point
Copy the full SHA 0414f40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2da6c04 - Browse repository at this point
Copy the full SHA 2da6c04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c437c7 - Browse repository at this point
Copy the full SHA 4c437c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2740ec - Browse repository at this point
Copy the full SHA a2740ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for f78eabf - Browse repository at this point
Copy the full SHA f78eabfView commit details -
Wayne committed
Nov 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 5db3f24 - Browse repository at this point
Copy the full SHA 5db3f24View commit details -
Merge branch 'master' into Developer_Guide
* master: PPP Not sure what's happening removed print command EOL DG Fix bug where storage file is not loaded when a profile has empty day Merge no message Fix clear and commandresult test cases Fix code quality issues Test cases for update command
Wayne committedNov 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 60060f7 - Browse repository at this point
Copy the full SHA 60060f7View commit details -
Merge branch 'master' of https://github.com/AY2021S1-CS2103T-W11-3/tp …
…into branch-UGDG * 'master' of https://github.com/AY2021S1-CS2103T-W11-3/tp: PPP Not sure what's happening removed print command EOL DG Fix bug where storage file is not loaded when a profile has empty day Merge no message Fix clear and commandresult test cases Edit PPP Fix UML diagrams Fix code quality issues Test cases for update command # Conflicts: # docs/DeveloperGuide.md # src/main/java/seedu/address/logic/commands/UpdateCommand.java p4
Configuration menu - View commit details
-
Copy full SHA for f56ca6a - Browse repository at this point
Copy the full SHA f56ca6aView commit details -
Merge branch 'master' of https://github.com/AY2021S1-CS2103T-W11-3/tp
* 'master' of https://github.com/AY2021S1-CS2103T-W11-3/tp: PPP Not sure what's happening removed print command EOL DG Fix bug where storage file is not loaded when a profile has empty day Merge no message Fix clear and commandresult test cases Edit PPP Fix UML diagrams Fix code quality issues Test cases for update command
Configuration menu - View commit details
-
Copy full SHA for 8354351 - Browse repository at this point
Copy the full SHA 8354351View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13d6bd7 - Browse repository at this point
Copy the full SHA 13d6bd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 319f3db - Browse repository at this point
Copy the full SHA 319f3dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a3af34 - Browse repository at this point
Copy the full SHA 2a3af34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8be31a1 - Browse repository at this point
Copy the full SHA 8be31a1View commit details -
Merge branch 'master' into branch-BugFixes
* master: DG PPP Not sure what's happening removed print command EOL DG Merge no message Fix clear and commandresult test cases Fix code quality issues Test cases for update command
Configuration menu - View commit details
-
Copy full SHA for 20986d3 - Browse repository at this point
Copy the full SHA 20986d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5eaf6a7 - Browse repository at this point
Copy the full SHA 5eaf6a7View commit details -
Merge pull request #266 from junhui-phoon/branch-BugFixes
v1.4 pre bug test
Configuration menu - View commit details
-
Copy full SHA for 3bc641e - Browse repository at this point
Copy the full SHA 3bc641eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e95dd8 - Browse repository at this point
Copy the full SHA 5e95dd8View commit details -
Wayne committed
Nov 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 5f4051e - Browse repository at this point
Copy the full SHA 5f4051eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b1adf7 - Browse repository at this point
Copy the full SHA 7b1adf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ebe5a4 - Browse repository at this point
Copy the full SHA 6ebe5a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e06258 - Browse repository at this point
Copy the full SHA 8e06258View commit details -
Merge pull request #258 from ethanso56/ethan-update-dg
update docs + additional
Configuration menu - View commit details
-
Copy full SHA for 72e8c0e - Browse repository at this point
Copy the full SHA 72e8c0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fbb403 - Browse repository at this point
Copy the full SHA 3fbb403View commit details -
Merge branch 'master' into branch-BugFixes
* master: UG draft Fix typo in DayCard that cause a bug no message no message updated Ug and Dg update docs Update dg edit diagram CI error View and update profile edited for DG, find needs to be added tmr refactored targetWeight to startingWeight Userguide changes for find and login PPP draft 1 PPP draft 1
Configuration menu - View commit details
-
Copy full SHA for 52553ea - Browse repository at this point
Copy the full SHA 52553eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1410860 - Browse repository at this point
Copy the full SHA 1410860View commit details -
Merge pull request #267 from junhui-phoon/master
Fix typo in DayCard that cause a bug
Configuration menu - View commit details
-
Copy full SHA for f172f1a - Browse repository at this point
Copy the full SHA f172f1aView commit details -
Merge pull request #268 from junhui-phoon/branch-BugFixes
Branch bug fixes
Configuration menu - View commit details
-
Copy full SHA for a22592e - Browse repository at this point
Copy the full SHA a22592eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a5bce5 - Browse repository at this point
Copy the full SHA 4a5bce5View commit details -
Merge branch 'master' into branch-UGDG2
* master: Fix refactoring typos Fix typo in DayCard that cause a bug
Configuration menu - View commit details
-
Copy full SHA for b3ce544 - Browse repository at this point
Copy the full SHA b3ce544View commit details -
Wayne committed
Nov 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 6d008b4 - Browse repository at this point
Copy the full SHA 6d008b4View commit details -
Merge branch 'master' into Bug_Fix
* master: Fix refactoring typos UG draft Fix typo in DayCard that cause a bug no message no message updated Ug and Dg update docs Update dg edit diagram CI error View and update profile edited for DG, find needs to be added tmr refactored targetWeight to startingWeight Userguide changes for find and login PPP draft 1 PPP draft 1 # Conflicts: # src/main/java/seedu/address/logic/commands/LoginCommand.java
Wayne committedNov 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 5258034 - Browse repository at this point
Copy the full SHA 5258034View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05d0d13 - Browse repository at this point
Copy the full SHA 05d0d13View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9675b2 - Browse repository at this point
Copy the full SHA d9675b2View commit details -
Wayne committed
Nov 9, 2020 Configuration menu - View commit details
-
Copy full SHA for fe5cc36 - Browse repository at this point
Copy the full SHA fe5cc36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 540592e - Browse repository at this point
Copy the full SHA 540592eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a24f81b - Browse repository at this point
Copy the full SHA a24f81bView commit details -
Wayne committed
Nov 9, 2020 Configuration menu - View commit details
-
Copy full SHA for e8f4010 - Browse repository at this point
Copy the full SHA e8f4010View commit details -
Merge branch 'master' of https://github.com/AY2021S1-CS2103T-W11-3/tp …
…into branch-PPP
Configuration menu - View commit details
-
Copy full SHA for 2125964 - Browse repository at this point
Copy the full SHA 2125964View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea9f259 - Browse repository at this point
Copy the full SHA ea9f259View commit details -
Merge branch 'master' into Bug_Fix
* master: Update junhui-phoon.md edit day Ug screenshots
Wayne committedNov 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 9a2bdb4 - Browse repository at this point
Copy the full SHA 9a2bdb4View commit details -
Merge branch 'master' into PPP
* master: Update junhui-phoon.md edit day Ug screenshots
Wayne committedNov 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 6b2dc1f - Browse repository at this point
Copy the full SHA 6b2dc1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f5f0206 - Browse repository at this point
Copy the full SHA f5f0206View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5951b7 - Browse repository at this point
Copy the full SHA a5951b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43a97e1 - Browse repository at this point
Copy the full SHA 43a97e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a8e3ca - Browse repository at this point
Copy the full SHA 4a8e3caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4de19bf - Browse repository at this point
Copy the full SHA 4de19bfView commit details -
Wayne committed
Nov 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 1ab2c94 - Browse repository at this point
Copy the full SHA 1ab2c94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b933e8 - Browse repository at this point
Copy the full SHA 7b933e8View commit details -
Wayne committed
Nov 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 5d8e035 - Browse repository at this point
Copy the full SHA 5d8e035View commit details -
Wayne committed
Nov 9, 2020 Configuration menu - View commit details
-
Copy full SHA for edd8b6d - Browse repository at this point
Copy the full SHA edd8b6dView commit details -
Merge branch 'master' into branch-BugFixes
* master: Update UI.png PPP Update junhui-phoon.md update ug UG DG Update junhui-phoon.md edit day Ug screenshots
Configuration menu - View commit details
-
Copy full SHA for dff9bd9 - Browse repository at this point
Copy the full SHA dff9bd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14ea24a - Browse repository at this point
Copy the full SHA 14ea24aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 59660e3 - Browse repository at this point
Copy the full SHA 59660e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9aa356f - Browse repository at this point
Copy the full SHA 9aa356fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 840c96e - Browse repository at this point
Copy the full SHA 840c96eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d9ef04 - Browse repository at this point
Copy the full SHA 4d9ef04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bb0795 - Browse repository at this point
Copy the full SHA 7bb0795View commit details -
Configuration menu - View commit details
-
Copy full SHA for 851ac72 - Browse repository at this point
Copy the full SHA 851ac72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8af2f43 - Browse repository at this point
Copy the full SHA 8af2f43View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2a5a5d - Browse repository at this point
Copy the full SHA e2a5a5dView commit details -
Merge branch 'master' into branch-BugFixes
* master: update ppp DG edits Formatting ppp ppp ppp case sensitive checkstyle bug fix error message
Configuration menu - View commit details
-
Copy full SHA for 84f76f2 - Browse repository at this point
Copy the full SHA 84f76f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 166fe77 - Browse repository at this point
Copy the full SHA 166fe77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31056d1 - Browse repository at this point
Copy the full SHA 31056d1View commit details -
Merge pull request #277 from hoperawr/branch-PPP
Small changes in documentation
Configuration menu - View commit details
-
Copy full SHA for 6c1bbe2 - Browse repository at this point
Copy the full SHA 6c1bbe2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e681328 - Browse repository at this point
Copy the full SHA e681328View commit details -
Configuration menu - View commit details
-
Copy full SHA for d76ddc6 - Browse repository at this point
Copy the full SHA d76ddc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3396dec - Browse repository at this point
Copy the full SHA 3396decView commit details -
Merge branch 'master' into Test_Cases_Days
* master: (50 commits) subheading edits PPP Small changes in documentation update ppp DG edits Formatting ppp ppp ppp Update UI.png PPP Update junhui-phoon.md update ug case sensitive UG DG checkstyle Update junhui-phoon.md edit day bug fix Ug screenshots ... # Conflicts: # src/main/java/seedu/address/logic/commands/AddCommand.java # src/main/java/seedu/address/logic/commands/LoginCommand.java # src/main/java/seedu/address/logic/parser/LoginCommandParser.java
Wayne committedNov 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 5038df1 - Browse repository at this point
Copy the full SHA 5038df1View commit details -
Merge branch 'Test_Cases_Days' of https://github.com/wayne987/tp into…
… Test_Cases_Days * 'Test_Cases_Days' of https://github.com/wayne987/tp: # Conflicts: # src/main/java/seedu/address/logic/commands/LoginCommand.java
Wayne committedNov 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 19356e4 - Browse repository at this point
Copy the full SHA 19356e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30ab8cf - Browse repository at this point
Copy the full SHA 30ab8cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55540c3 - Browse repository at this point
Copy the full SHA 55540c3View commit details -
Merge pull request #280 from junhui-phoon/branch-BugFixes
Final Bug fixes
Configuration menu - View commit details
-
Copy full SHA for 44dd6a2 - Browse repository at this point
Copy the full SHA 44dd6a2View commit details -
Wayne committed
Nov 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 1c754fc - Browse repository at this point
Copy the full SHA 1c754fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70f8aaa - Browse repository at this point
Copy the full SHA 70f8aaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2781721 - Browse repository at this point
Copy the full SHA 2781721View commit details -
Wayne committed
Nov 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 6c084ce - Browse repository at this point
Copy the full SHA 6c084ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c5586a - Browse repository at this point
Copy the full SHA 7c5586aView commit details -
Merge pull request #260 from wayne987/Test_Cases_Days
More test cases
Configuration menu - View commit details
-
Copy full SHA for 3acc5a5 - Browse repository at this point
Copy the full SHA 3acc5a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 266003b - Browse repository at this point
Copy the full SHA 266003bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 237d8f7 - Browse repository at this point
Copy the full SHA 237d8f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd03a51 - Browse repository at this point
Copy the full SHA dd03a51View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdabc2a - Browse repository at this point
Copy the full SHA cdabc2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 316a749 - Browse repository at this point
Copy the full SHA 316a749View commit details -
Configuration menu - View commit details
-
Copy full SHA for c265001 - Browse repository at this point
Copy the full SHA c265001View commit details -
Merge pull request #284 from junhui-phoon/branch-easterEggFix
Fix default profile appearing after clear
Configuration menu - View commit details
-
Copy full SHA for 7091d09 - Browse repository at this point
Copy the full SHA 7091d09View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3b1879 - Browse repository at this point
Copy the full SHA a3b1879View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58100f1 - Browse repository at this point
Copy the full SHA 58100f1View commit details -
Merge pull request #287 from AY2021S1-CS2103T-W11-3/hoperawr-patch-1
Update hoperawr.md
Configuration menu - View commit details
-
Copy full SHA for 087d33c - Browse repository at this point
Copy the full SHA 087d33cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9b1be2 - Browse repository at this point
Copy the full SHA c9b1be2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94d0698 - Browse repository at this point
Copy the full SHA 94d0698View commit details
Commits on Nov 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a804df2 - Browse repository at this point
Copy the full SHA a804df2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6d51a6 - Browse repository at this point
Copy the full SHA f6d51a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f51d465 - Browse repository at this point
Copy the full SHA f51d465View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2f7254 - Browse repository at this point
Copy the full SHA c2f7254View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a729fd - Browse repository at this point
Copy the full SHA 8a729fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac2b0d7 - Browse repository at this point
Copy the full SHA ac2b0d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c2b366 - Browse repository at this point
Copy the full SHA 2c2b366View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cf6edd - Browse repository at this point
Copy the full SHA 7cf6eddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c9e994 - Browse repository at this point
Copy the full SHA 2c9e994View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07146c0 - Browse repository at this point
Copy the full SHA 07146c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e680533 - Browse repository at this point
Copy the full SHA e680533View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ab4460 - Browse repository at this point
Copy the full SHA 3ab4460View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9b5bf6 - Browse repository at this point
Copy the full SHA f9b5bf6View commit details -
Merge pull request #293 from ethanso56/ethan-update-ug
Ethan update ug
Configuration menu - View commit details
-
Copy full SHA for 82de4bd - Browse repository at this point
Copy the full SHA 82de4bdView commit details