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

Pr branch #194

Open
wants to merge 653 commits into
base: master
Choose a base branch
from
Open
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 31, 2018

  1. Configuration menu
    Copy the full SHA
    6b4e08b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5ee394 View commit details
    Browse the repository at this point in the history
  3. PersonBuilder

    robertvictoreen committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    ed70893 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'Attendance' into Robert

    * Attendance:
      no message
      Delete sandboxmanyPersons.xml
    
    # Conflicts:
    #	src/main/java/seedu/address/model/attendance/Attendance.java
    #	src/main/java/seedu/address/model/attendance/AttendanceMark.java
    robertvictoreen committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    4386820 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2d13681 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #99 from CS2103-AY1819S1-W12-4/Robert

    Merge Attendance Model
    robertvictoreen authored Oct 31, 2018
    Configuration menu
    Copy the full SHA
    deda75c View commit details
    Browse the repository at this point in the history
  7. Attendance Uid List

    robertvictoreen committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    2b0a108 View commit details
    Browse the repository at this point in the history
  8. Attendance ArrayList

    robertvictoreen committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    ecb7d06 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c42b1b6 View commit details
    Browse the repository at this point in the history
  10. Reupdate class diagram

    spencertan96 committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    53b5141 View commit details
    Browse the repository at this point in the history
  11. Update DG, UG, fixed tags,

    Add portfolio page draft
    spencertan96 committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    8b5309b View commit details
    Browse the repository at this point in the history
  12. Portfolio: Flesh out intro (purpose, team, features), add Preface to …

    …Summary of contributions
    spencertan96 committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    66daee2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    eb8a82f View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2018

  1. add HenryJk portofolio

    HenryJk committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    0cdbe21 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #102 from CS2103-AY1819S1-W12-4/HenryJk

    add HenryJk portofolio
    HenryJk authored Nov 1, 2018
    Configuration menu
    Copy the full SHA
    eb048b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55f6193 View commit details
    Browse the repository at this point in the history
  4. Fix EOF

    spencertan96 committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    88e3a59 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b5e9ba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7a61498 View commit details
    Browse the repository at this point in the history
  7. Edit intro of UG,

    Update UI.png,
    Fix size issues
    spencertan96 committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    a476551 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    96b9c6c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    98c7758 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5ec6dab View commit details
    Browse the repository at this point in the history
  11. #3

    spencertan96 committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    d712d19 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    99cdc05 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7de29f5 View commit details
    Browse the repository at this point in the history
  14. FIx add command tests

    spencertan96 committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    18ad11f View commit details
    Browse the repository at this point in the history
  15. Formatting

    spencertan96 committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    0a8aeb3 View commit details
    Browse the repository at this point in the history
  16. Fix checkstyle

    spencertan96 committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    a8627a5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    148a824 View commit details
    Browse the repository at this point in the history
  18. Remove sort options from UG,

    Update command list in UG
    spencertan96 committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    7419aeb View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2018

  1. Merge branch 'master' of https://github.com/CS2103-AY1819S1-W12-4/main

    * 'master' of https://github.com/CS2103-AY1819S1-W12-4/main: (21 commits)
      Remove sort options from UG, Update command list in UG
      Add .equals() override for Empty model classes
      Fix checkstyle
      Formatting
      FIx add command tests
      Update UG, Clean spacing for PersonCard
      Edit note isDefault() method to hasChanged()
      #3
      Make all parameters except name in "add" command optional #2
      Make all parameters except name in "add" command optional
      Add index argument for "add" command
      Edit intro of UG, Update UI.png, Fix size issues
      Remove collated code section
      Fix EOF
      add HenryJk portofolio
      Portfolio page: Add proposed enhancements for v2.0 for UG and DG
      Portfolio: Flesh out intro (purpose, team, features), add Preface to Summary of contributions
      Update DG, UG, fixed tags, Add portfolio page draft
      Reupdate class diagram
      Add comments, clean code for Note commands
      ...
    robertvictoreen committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    61f18ba View commit details
    Browse the repository at this point in the history
  2. Merge commit '7419aeb935fc23a7ae6a4bd7e96e59a8d0853a58' into Attendance

    * commit '7419aeb935fc23a7ae6a4bd7e96e59a8d0853a58': (21 commits)
      Remove sort options from UG, Update command list in UG
      Add .equals() override for Empty model classes
      Fix checkstyle
      Formatting
      FIx add command tests
      Update UG, Clean spacing for PersonCard
      Edit note isDefault() method to hasChanged()
      #3
      Make all parameters except name in "add" command optional #2
      Make all parameters except name in "add" command optional
      Add index argument for "add" command
      Edit intro of UG, Update UI.png, Fix size issues
      Remove collated code section
      Fix EOF
      add HenryJk portofolio
      Portfolio page: Add proposed enhancements for v2.0 for UG and DG
      Portfolio: Flesh out intro (purpose, team, features), add Preface to Summary of contributions
      Update DG, UG, fixed tags, Add portfolio page draft
      Reupdate class diagram
      Add comments, clean code for Note commands
      ...
    robertvictoreen committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    9c6ae82 View commit details
    Browse the repository at this point in the history
  3. Fix AddCommand test

    robertvictoreen committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    5c0323e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4fdad09 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    00b391d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0a7778b View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2018

  1. Updates

    robertvictoreen committed Nov 3, 2018
    Configuration menu
    Copy the full SHA
    95447d1 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2018

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

Commits on Nov 5, 2018

  1. Merge branch 'master' of https://github.com/CS2103-AY1819S1-W12-4/main

    * 'master' of https://github.com/CS2103-AY1819S1-W12-4/main:
      Updates
      EditCommandSystemTest
      Debug AddCommandSystemTest
      Remove AddCommandTests for missing arguments
      Fix AddCommand test
    robertvictoreen committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    a507cb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e260a7f View commit details
    Browse the repository at this point in the history
  3. Fix note command to allow special characters,

    Update note in UG
    spencertan96 committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    00415d0 View commit details
    Browse the repository at this point in the history
  4. Update UG for editnote

    spencertan96 committed Nov 5, 2018
    Configuration menu
    Copy the full SHA
    4863583 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    024441e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4db04a2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    63ac2e8 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2018

  1. Configuration menu
    Copy the full SHA
    8992260 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3e4df0 View commit details
    Browse the repository at this point in the history
  3. Merge commit '89922601949fe5384925a990c5aee64fba675b91' into Robert

    * commit '89922601949fe5384925a990c5aee64fba675b91': (34 commits)
      Add list, select and find to UG
      Remove unexisting commands from UG, Fix format of note commands in UG, Add examples in UG
      Update UG format and inconsistency for issue #118
      Update UG for editnote
      Fix note command to allow special characters, Update note in UG
      Update UG for edit command format
      Updates
      EditCommandSystemTest
      Debug AddCommandSystemTest
      Remove AddCommandTests for missing arguments
      Fix AddCommand test
      Remove sort options from UG, Update command list in UG
      Add .equals() override for Empty model classes
      Fix checkstyle
      Formatting
      FIx add command tests
      Update UG, Clean spacing for PersonCard
      Edit note isDefault() method to hasChanged()
      #3
      Make all parameters except name in "add" command optional #2
      ...
    
    # Conflicts:
    #	docs/DeveloperGuide.adoc
    robertvictoreen committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    5f71e8d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a76a86c View commit details
    Browse the repository at this point in the history
  5. fxml formatting

    robertvictoreen committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    7a28a03 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0ce31bb View commit details
    Browse the repository at this point in the history
  7. Bugfixes

    HenryJk committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    1a4cf07 View commit details
    Browse the repository at this point in the history
  8. Bugfixes

    HenryJk committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    eccccd9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2413b89 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9933a3c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5efa858 View commit details
    Browse the repository at this point in the history
  12. Fixing addphoto bug

    HenryJk committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    0fe57a3 View commit details
    Browse the repository at this point in the history
  13. fix addphoto/deletephoto bug

    HenryJk committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    f545aad View commit details
    Browse the repository at this point in the history
  14. Fix style

    HenryJk committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    343760c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a21e073 View commit details
    Browse the repository at this point in the history
  16. Fix checkstyle

    spencertan96 committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    14c7ab7 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #142 from CS2103-AY1819S1-W12-4/Robert

    Scroll for MoreDetailsPanel
    spencertan96 authored Nov 6, 2018
    Configuration menu
    Copy the full SHA
    d0373c3 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0dd3152 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0b4f308 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e75ce40 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    cc45452 View commit details
    Browse the repository at this point in the history
  22. Merge pull request #145 from spencertan96/Spencer_Admin

    Tests + Sample data + sizing
    spencertan96 authored Nov 6, 2018
    Configuration menu
    Copy the full SHA
    080a2eb View commit details
    Browse the repository at this point in the history
  23. Portfolio

    robertvictoreen committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    b308dea View commit details
    Browse the repository at this point in the history
  24. Merge branch 'master' of https://github.com/CS2103-AY1819S1-W12-4/main

    * 'master' of https://github.com/CS2103-AY1819S1-W12-4/main:
      Add sample data (marks not working), fix sizing
      Fix checkstyle
      Add parser test for DeleteNoteCommandParser, update UG for newfound behaviour
      Fix style
      fix addphoto/deletephoto bug
      Fixing addphoto bug
      changed MainWindow minimum size
      Bugfixes
      Bugfixes
      Wrap Text for PersonCard
      fxml formatting
      Scroll for MoreDetailsPanel
      Add parser test for NoteCommandParser
      Add list, select and find to UG
      Remove unexisting commands from UG, Fix format of note commands in UG, Add examples in UG
      Update UG format and inconsistency for issue #118
      Update UG for editnote
      Fix note command to allow special characters, Update note in UG
      Update UG for edit command format
      Project Portfolio Draft
    robertvictoreen committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    19dae64 View commit details
    Browse the repository at this point in the history
  25. Merge branch 'master' into Robert

    * master:
      Add sample data (marks not working), fix sizing
      Fix checkstyle
      Add parser test for DeleteNoteCommandParser, update UG for newfound behaviour
      Fix style
      fix addphoto/deletephoto bug
      Fixing addphoto bug
      changed MainWindow minimum size
      Bugfixes
      Bugfixes
      Add parser test for NoteCommandParser
    robertvictoreen committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    2799332 View commit details
    Browse the repository at this point in the history
  26. Fix scroll

    robertvictoreen committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    17bfdd1 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    83ec755 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2018

  1. Configuration menu
    Copy the full SHA
    6117fde View commit details
    Browse the repository at this point in the history
  2. Extract repeated code in Note parser and EditNote parser, add EditNot…

    …e parser tests and extract common code with Note parser test
    spencertan96 committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    bac7214 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a65801 View commit details
    Browse the repository at this point in the history
  4. Fix Checkstyle

    spencertan96 committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    082207e View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2018

  1. Update portfolio

    Zackkh95 committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    08b45f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    505dd0c View commit details
    Browse the repository at this point in the history
  3. Fix tests

    spencertan96 committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    e85f983 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

  1. Fix checkstyle

    Zackkh95 committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    923bd0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    331b534 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0852bdf View commit details
    Browse the repository at this point in the history
  4. Checkstyle Fix

    Zackkh95 committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    329d82e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e70cbc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    290a4ae View commit details
    Browse the repository at this point in the history
  7. Fix AddCommandTest

    spencertan96 committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    1015fc4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6d1fdfe View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2018

  1. Configuration menu
    Copy the full SHA
    4e46e91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22f2045 View commit details
    Browse the repository at this point in the history
  3. Add @rule to initialization

    spencertan96 committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    9ebf3ff View commit details
    Browse the repository at this point in the history
  4. Fix checkstyle

    spencertan96 committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    3b02cca View commit details
    Browse the repository at this point in the history
  5. Replace @rule with @before

    spencertan96 committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    01ac673 View commit details
    Browse the repository at this point in the history
  6. Fix

    spencertan96 committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    8557f01 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c18c407 View commit details
    Browse the repository at this point in the history
  8. Fix note command tests

    spencertan96 committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    13f5ba8 View commit details
    Browse the repository at this point in the history
  9. Fix typo

    Zackkh95 committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    72cf4f3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1606a57 View commit details
    Browse the repository at this point in the history
  11. Fix formatting of DG

    Zackkh95 committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    f108968 View commit details
    Browse the repository at this point in the history
  12. Improve format of DG

    Zackkh95 committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    6d7f5d0 View commit details
    Browse the repository at this point in the history
  13. update formatting of DG

    Zackkh95 committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    6c5ad45 View commit details
    Browse the repository at this point in the history
  14. Revert "Fix scroll"

    This reverts commit 17bfdd1.
    robertvictoreen committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    8ea07c1 View commit details
    Browse the repository at this point in the history
  15. Update format of DG

    Zackkh95 committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    68bd372 View commit details
    Browse the repository at this point in the history
  16. update formatting of DG

    Zackkh95 committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    bc5c2d4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    33e227b View commit details
    Browse the repository at this point in the history
  18. Fix Photo

    Zackkh95 committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    1aad140 View commit details
    Browse the repository at this point in the history
  19. Fix photo jpg to png

    Zackkh95 committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    584d0f5 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    ad0fa50 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    544db18 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    e9eacb7 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    155d094 View commit details
    Browse the repository at this point in the history
  24. Fix checkstyle

    spencertan96 committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    2d9b8d6 View commit details
    Browse the repository at this point in the history
  25. Merge pull request #149 from spencertan96/master

    Tests + Fixes
    spencertan96 authored Nov 10, 2018
    Configuration menu
    Copy the full SHA
    e5b5f26 View commit details
    Browse the repository at this point in the history
  26. Fix checkstyle

    Zackkh95 committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    ec08e37 View commit details
    Browse the repository at this point in the history
  27. Update UG

    Zackkh95 committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    5907136 View commit details
    Browse the repository at this point in the history
  28. Documentation

    robertvictoreen committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    362ff9d View commit details
    Browse the repository at this point in the history
  29. Acknowledge fork

    robertvictoreen committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    40578f0 View commit details
    Browse the repository at this point in the history
  30. ASSIGNMENT_INDEX

    robertvictoreen committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    932bd02 View commit details
    Browse the repository at this point in the history
  31. Merge branch 'master' of https://github.com/CS2103-AY1819S1-W12-4/main

    * 'master' of https://github.com/CS2103-AY1819S1-W12-4/main: (22 commits)
      Fix checkstyle
      Fix tests due to persistent edit of TypicalPersons
      Add NoteTest, improve code quality
      Fix note command tests
      Fix
      Replace @rule with @before
      Fix checkstyle
      Add @rule to initialization
      Add note print to Person.toString()
      Add toString for VersionedAddressBook and ModelManager to debug Travis
      Enable stack trace on Travis
      Fix AddCommandTest
      Improve EditNoteCommandTest code
      Add EditNoteCommandTest and add undo/redo tests for other note command tests
      Add DeleteNoteCommandTest
      Fix tests
      Add NoteCommandTest, add assertion to NoteCommand
      Fix Checkstyle
      Fix MoreDetailsPanel tests
      Extract repeated code in Note parser and EditNote parser, add EditNote parser tests and extract common code with Note parser test
      ...
    robertvictoreen committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    38b4527 View commit details
    Browse the repository at this point in the history
  32. GitHub links

    robertvictoreen committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    3925531 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    c7bcf72 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    31ffdb0 View commit details
    Browse the repository at this point in the history
  35. Fix PersonListPanelTest

    spencertan96 committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    101e83d View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2018

  1. Statistics Tests

    robertvictoreen committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    2a0d185 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    805098d View commit details
    Browse the repository at this point in the history
  3. String formatting

    robertvictoreen committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    2e4fbaf View commit details
    Browse the repository at this point in the history
  4. Merge branch 'Robert' of https://github.com/CS2103-AY1819S1-W12-4/main

    …into Robert
    
    * 'Robert' of https://github.com/CS2103-AY1819S1-W12-4/main: (22 commits)
      Fix checkstyle
      Fix tests due to persistent edit of TypicalPersons
      Add NoteTest, improve code quality
      Fix note command tests
      Fix
      Replace @rule with @before
      Fix checkstyle
      Add @rule to initialization
      Add note print to Person.toString()
      Add toString for VersionedAddressBook and ModelManager to debug Travis
      Enable stack trace on Travis
      Fix AddCommandTest
      Improve EditNoteCommandTest code
      Add EditNoteCommandTest and add undo/redo tests for other note command tests
      Add DeleteNoteCommandTest
      Fix tests
      Add NoteCommandTest, add assertion to NoteCommand
      Fix Checkstyle
      Fix MoreDetailsPanel tests
      Extract repeated code in Note parser and EditNote parser, add EditNote parser tests and extract common code with Note parser test
      ...
    robertvictoreen committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    b44fa86 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5eafa87 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' of https://github.com/CS2103-AY1819S1-W12-4/main

    * 'master' of https://github.com/CS2103-AY1819S1-W12-4/main:
      String formatting
      Statistics Tests
      GitHub links
      ASSIGNMENT_INDEX
      Acknowledge fork
      Documentation
      Revert "Fix scroll"
      Fix scroll
      Portfolio
    robertvictoreen committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    3ab03fd View commit details
    Browse the repository at this point in the history
  7. Remove unused field

    Zackkh95 committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    a587a56 View commit details
    Browse the repository at this point in the history
  8. Add comment to UG

    Zackkh95 committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    e5b69c9 View commit details
    Browse the repository at this point in the history
  9. Add code contributed section

    Zackkh95 committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    9b6b5c4 View commit details
    Browse the repository at this point in the history
  10. Fix checkstyle

    Zackkh95 committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    0505686 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0a5b499 View commit details
    Browse the repository at this point in the history
  12. Fix checkstyle

    spencertan96 committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    44b6ff2 View commit details
    Browse the repository at this point in the history
  13. Define Magic Numbers

    robertvictoreen committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    7c76a14 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fcc2141 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b1c86c7 View commit details
    Browse the repository at this point in the history
  16. Fix checkstyle

    Zackkh95 committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    ee00dd2 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #153 from CS2103-AY1819S1-W12-4/Robert

    Define Magic Numbers
    robertvictoreen authored Nov 11, 2018
    Configuration menu
    Copy the full SHA
    afa86e6 View commit details
    Browse the repository at this point in the history
  18. Add bug reports

    robertvictoreen committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    1ef56fc View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    034066a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    bd3ca08 View commit details
    Browse the repository at this point in the history
  21. Change tags

    Zackkh95 committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    064e1f1 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6d582e4 View commit details
    Browse the repository at this point in the history
  23. Fix UG & DG tags

    Zackkh95 committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    936bb98 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    e5e89de View commit details
    Browse the repository at this point in the history
  25. Fix sort tag

    Zackkh95 committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    d72c995 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    446c113 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    ea400fc View commit details
    Browse the repository at this point in the history
  28. Add comment to UG

    Zackkh95 committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    5c2bb56 View commit details
    Browse the repository at this point in the history
  29. Add comment to UG

    Zackkh95 committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    a960532 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    99639fe View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    fe85ca8 View commit details
    Browse the repository at this point in the history
  32. Edit about us

    Zackkh95 committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    f7dd83f View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    a8b1dc2 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    4d88517 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    95eca91 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    a60db75 View commit details
    Browse the repository at this point in the history
  37. Fix moredetailspanel bug

    HenryJk committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    962cc38 View commit details
    Browse the repository at this point in the history
  38. Increase test coverage

    HenryJk committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    434c06b View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    a2042f4 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    05741ea View commit details
    Browse the repository at this point in the history
  41. Fix checkstyle

    spencertan96 committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    9184d14 View commit details
    Browse the repository at this point in the history
  42. Fix checkstyle

    spencertan96 committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    b4e7801 View commit details
    Browse the repository at this point in the history
  43. Merge pull request #162 from spencertan96/Spencer_Docs

    UG + DG + MoreDetailsPanel bugfix
    spencertan96 authored Nov 11, 2018
    Configuration menu
    Copy the full SHA
    4c8f2df View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    8d11bda View commit details
    Browse the repository at this point in the history
  45. add test for assignment model

    HenryJk committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    914be40 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    011de12 View commit details
    Browse the repository at this point in the history
  47. Merge branch 'master' of https://github.com/CS2103-AY1819S1-W12-4/main

    * 'master' of https://github.com/CS2103-AY1819S1-W12-4/main: (45 commits)
      Fix checkstyle
      Fix checkstyle
      Fix display bug with clear and find MoreDetailsPanel
      Add ActivityDiag to DG, edit Note text to be final, remove Person.addNote()
      Add textwrap to note area in MoreDetailsPanel
      Edit about us
      Update UML in DG, intro & undo in UG
      Add comment to UG
      Add comment to UG
      Fix sort tag
      Fix UG & DG tags
      Change tags
      Add documentation for portfolio
      Add bug reports
      Fix checkstyle
      Additional documentation for PPP
      Define Magic Numbers
      Fix checkstyle
      Fix MoreDetailsPanelHandle and SystemTests (Left display bug), Update UG
      Fix checkstyle
      ...
    robertvictoreen committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    25de672 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2018

  1. Add Attendance command

    zzsmao committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    f99a986 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into PR_Branch

    # Conflicts:
    #	src/main/java/seedu/address/logic/parser/ParserUtil.java
    zzsmao committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    b78f3de View commit details
    Browse the repository at this point in the history
  3. Improve logic

    robertvictoreen committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    be3d3fe View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into Robert

    * master: (43 commits)
      Fix checkstyle
      Fix checkstyle
      Fix display bug with clear and find MoreDetailsPanel
      Add ActivityDiag to DG, edit Note text to be final, remove Person.addNote()
      Add textwrap to note area in MoreDetailsPanel
      Edit about us
      Update UML in DG, intro & undo in UG
      Add comment to UG
      Add comment to UG
      Fix sort tag
      Fix UG & DG tags
      Change tags
      Add documentation for portfolio
      Fix checkstyle
      Additional documentation for PPP
      Fix checkstyle
      Fix MoreDetailsPanelHandle and SystemTests (Left display bug), Update UG
      Fix checkstyle
      Add code contributed section
      Add comment to UG
      ...
    robertvictoreen committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    74e97ad View commit details
    Browse the repository at this point in the history
  5. Add comments

    robertvictoreen committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    72bdb0b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5125ba3 View commit details
    Browse the repository at this point in the history
  7. Refactor quartiles

    robertvictoreen committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    d5dcac5 View commit details
    Browse the repository at this point in the history
  8. Quartiles class

    robertvictoreen committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    d78c230 View commit details
    Browse the repository at this point in the history
  9. Sequence Diagrams

    robertvictoreen committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    eae3465 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    afd8abe View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    acc0991 View commit details
    Browse the repository at this point in the history
  12. Update name in AboutUs

    spencertan96 committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    a3f8560 View commit details
    Browse the repository at this point in the history
  13. Update UG with graphics

    spencertan96 committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    ff0172a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4123e8e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2f77f3e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0ac46f3 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e666ce0 View commit details
    Browse the repository at this point in the history
  18. Update all docs

    spencertan96 committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    fb92502 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b3a8c69 View commit details
    Browse the repository at this point in the history
  20. Test instructions

    robertvictoreen committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    ae84b97 View commit details
    Browse the repository at this point in the history
  21. Testing title

    robertvictoreen committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    3d40b7c View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    d98c8f5 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    68aa022 View commit details
    Browse the repository at this point in the history
  24. correcting comments

    HenryJk committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    530b376 View commit details
    Browse the repository at this point in the history
  25. Link to PR

    robertvictoreen committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    da255fa View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    d5cb468 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    1d71060 View commit details
    Browse the repository at this point in the history
  28. Merge pull request #167 from CS2103-AY1819S1-W12-4/HenryJk

    add tests for assignment related command parser
    HenryJk authored Nov 12, 2018
    Configuration menu
    Copy the full SHA
    e9aca9f View commit details
    Browse the repository at this point in the history
  29. Bugfix

    spencertan96 committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    cd66fb3 View commit details
    Browse the repository at this point in the history
  30. Add comments

    spencertan96 committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    c3b21f8 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    979cdd8 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    c218cd2 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    e5dbbf1 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    612cb8b View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    edf99ad View commit details
    Browse the repository at this point in the history
  36. Fix conversion

    spencertan96 authored Nov 12, 2018
    Configuration menu
    Copy the full SHA
    6e2e295 View commit details
    Browse the repository at this point in the history
  37. Merge pull request #169 from spencertan96/Spencer_Docs

    Improve code quality (SLAP)
    spencertan96 authored Nov 12, 2018
    Configuration menu
    Copy the full SHA
    a21d9df View commit details
    Browse the repository at this point in the history
  38. Edit Attendance

    zzsmao committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    3f55e51 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    add6a3c View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    375a563 View commit details
    Browse the repository at this point in the history
  41. Remove remnants

    spencertan96 committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    38f90ce View commit details
    Browse the repository at this point in the history
  42. Edit MoreDetailsPanel

    zzsmao committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    0a57bea View commit details
    Browse the repository at this point in the history
  43. Resolve imports

    robertvictoreen committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    8c7920f View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    8a9bf84 View commit details
    Browse the repository at this point in the history
  45. Merge branch 'master' into PR_Branch

    * master: (29 commits)
      Fix conversion
      Fix double float conversion
      Fix float double conversion
      Update MoreDetailsPanel.java
      Improve code quality (Extract repeated code)
      Add comments
      Bugfix
      Improve code quality (SLAP)
      Link to PR
      correcting comments
      add tests for assignment related command parser
      Testing title
      Test instructions
      Update all docs
      add tests to assignment related commands
      Add delete and editnote to instructions for Testing
      Add add and note test instructions
      Update UG with graphics
      Update name in AboutUs
      Add Sequence Diagram for EditNoteCommand
      ...
    
    # Conflicts:
    #	src/main/java/seedu/address/logic/commands/AttendanceCommand.java
    #	src/main/java/seedu/address/logic/parser/ParserUtil.java
    #	src/main/java/seedu/address/ui/MoreDetailsPanel.java
    robertvictoreen committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    fef9b94 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    59d7a31 View commit details
    Browse the repository at this point in the history
  47. Validator

    robertvictoreen committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    ba781e0 View commit details
    Browse the repository at this point in the history
  48. Update UserGuide.adoc

    zzsmao committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    ca93925 View commit details
    Browse the repository at this point in the history
  49. Fix

    robertvictoreen committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    6736535 View commit details
    Browse the repository at this point in the history
  50. Attendance UG

    robertvictoreen committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    dadbc79 View commit details
    Browse the repository at this point in the history
  51. Update ppp 2

    HenryJk authored and spencertan96 committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    bf55223 View commit details
    Browse the repository at this point in the history
  52. Merge pull request #172 from CS2103-AY1819S1-W12-4/HenryJk

    Henry jk
    HenryJk authored and spencertan96 committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    3e74c67 View commit details
    Browse the repository at this point in the history
  53. Add sample pictures

    spencertan96 committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    8b9057a View commit details
    Browse the repository at this point in the history
  54. update ug

    spencertan96 committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    819d27f View commit details
    Browse the repository at this point in the history
  55. Add requirement to UG and DG

    Zackkh95 committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    4879270 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    1836314 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    7e59e99 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    6eb3a87 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    dd1da9d View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2018

  1. RepoSense

    robertvictoreen committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    c1aeaf3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82164fe View commit details
    Browse the repository at this point in the history
  3. author

    robertvictoreen committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    7928891 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    caf11e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2018

  1. Update Attendance feature

    zzsmao committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    242a5fa View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2018

  1. Update UserGuide.adoc

    Update Attendance
    Update zzsmao.adoc
    zzsmao committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    6410af1 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2018

  1. Merge branch 'master' of https://github.com/CS2103-AY1819S1-W12-4/main

    …into PR_Branch
    
    # Conflicts:
    #	docs/UserGuide.adoc
    #	src/main/java/seedu/address/ui/MoreDetailsPanel.java
    zzsmao committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    5979d8a View commit details
    Browse the repository at this point in the history
  2. update UG

    zzsmao committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    49d58be View commit details
    Browse the repository at this point in the history
  3. update MoreDetailsPanel

    zzsmao committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    f8d707a View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2018

  1. Fix Travis

    zzsmao committed Nov 18, 2018
    Configuration menu
    Copy the full SHA
    be8d049 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2018

  1. fixed travis

    zzsmao committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    c375fc7 View commit details
    Browse the repository at this point in the history
  2. Fix Travis

    zzsmao committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    27e8b3a View commit details
    Browse the repository at this point in the history
  3. Fix Travis

    zzsmao committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    edc3500 View commit details
    Browse the repository at this point in the history
  4. Fix Travis

    zzsmao committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    a11bbcc View commit details
    Browse the repository at this point in the history
  5. Fix Travis

    zzsmao committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    ec222b7 View commit details
    Browse the repository at this point in the history
  6. Fix Travis

    zzsmao committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    c2aa5ae View commit details
    Browse the repository at this point in the history
  7. FIx Travis

    zzsmao committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    7cfdbbe View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2018

  1. Fix Travis

    zzsmao committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    e2cf761 View commit details
    Browse the repository at this point in the history
  2. Fix Travis

    zzsmao committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    db65995 View commit details
    Browse the repository at this point in the history
  3. Fix Travis

    zzsmao committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    d561932 View commit details
    Browse the repository at this point in the history
  4. Fix Travis

    zzsmao committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    38099a7 View commit details
    Browse the repository at this point in the history