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

[CS2103-T10-3] NetworkUS #75

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

Commits on Oct 27, 2021

  1. Merge pull request #104 from DystoriaX/bug/alias

    Bug: Alias replaces arguments
    DystoriaX authored Oct 27, 2021
    Configuration menu
    Copy the full SHA
    e1a0772 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. Pull Request Revisions

    CommanderW324 committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    414758b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f143810 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61461a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec62785 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #97 from CommanderW324/branch-Show

    Implemented Show Command
    CommanderW324 authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    74cd7de View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6c2b701 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #102 from CommanderW324/branch-ShowAndDeleteAlias

    Added DeleteAliasCommand to delete existing Aliases
    CommanderW324 authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    a568bd0 View commit details
    Browse the repository at this point in the history
  8. Temporary commit

    CommanderW324 committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    391a21d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    04d07fb View commit details
    Browse the repository at this point in the history
  10. Merge pull request #103 from CommanderW324/branch-UserDocs

    Added show and deleteAlias command and HowToUse Page On user Docs
    e0543403 authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    e2bcf4b View commit details
    Browse the repository at this point in the history
  11. Merge pull request #105 from e0543403/branch-UserGuideUpdateMultiInde…

    …xing
    
    Update UserGuide for tag commands
    e0543403 authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    f4b5959 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #106 from e0543403/branch-AlphanumericToLettersAnd…

    …Numbers
    
    Change alphanumeric to letters and numbers for better readability
    e0543403 authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    d95cf79 View commit details
    Browse the repository at this point in the history
  13. Fix Show Command UI result

    DystoriaX committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    f7ff941 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c12eccc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cb8560c View commit details
    Browse the repository at this point in the history
  16. Change name of argument

    e0543403 committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    c07e2c3 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #107 from DystoriaX/bug/show

    Fix Show Command UI result
    DystoriaX authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    b718357 View commit details
    Browse the repository at this point in the history
  18. Remove trailing whitespaces

    e0543403 committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    0177a8b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    89d64e3 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #108 from e0543403/branch-FixBugsDeleteAlias

    Fix bugs relating to DeleteAlias command
    e0543403 authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    5acf95a View commit details
    Browse the repository at this point in the history
  21. Fix UG format

    jeromewjj committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    9a1ecc1 View commit details
    Browse the repository at this point in the history
  22. Remove duplicated methods

    jeromewjj committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    e7b3131 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #109 from jeromewjj/branch-update-UG

    Fix UG format
    jeromewjj authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    8d8afcc View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    45511bc View commit details
    Browse the repository at this point in the history
  25. Fixed no newline at EOF

    CommanderW324 committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    695fcc8 View commit details
    Browse the repository at this point in the history
  26. Updated dev guide

    CommanderW324 committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    08508b6 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    b945c4a View commit details
    Browse the repository at this point in the history
  28. Formatting Issues

    CommanderW324 committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    4c0343e View commit details
    Browse the repository at this point in the history
  29. Merge pull request #111 from CommanderW324/branch-DevGuide

    Updated Dev guide for showAlias and show command
    CommanderW324 authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    93a0f25 View commit details
    Browse the repository at this point in the history
  30. Merge pull request #110 from CommanderW324/branch-ShowAlias

    Branch Show Alias
    CommanderW324 authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    0a4ef8b View commit details
    Browse the repository at this point in the history
  31. User Guide

    CommanderW324 committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    fa9d225 View commit details
    Browse the repository at this point in the history
  32. Merge Conflicts on UG

    CommanderW324 committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    98d02ef View commit details
    Browse the repository at this point in the history
  33. Merge pull request #112 from CommanderW324/branch-ShowAlias

    UG Update and add Image for Show Alias
    e0543403 authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    b7dfa52 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    5291d2c View commit details
    Browse the repository at this point in the history
  35. Merge pull request #113 from e0543403/branch-VersionUpdate

    Update version number of NetworkUs
    e0543403 authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    ed0e617 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Update Ui.png

    CommanderW324 committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    0318ac8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #114 from CommanderW324/Uiupdate

    Update Ui.png
    CommanderW324 authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    3f17129 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55176e2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #115 from e0543403/branch-UpdateUserGuideShowAlias

    Add showalias command to command summary in userguide
    e0543403 authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    2ee576b View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2021

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

Commits on Nov 1, 2021

  1. Configuration menu
    Copy the full SHA
    a79fa9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cdab34 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Configuration menu
    Copy the full SHA
    fe84d2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f2c1ef View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Configuration menu
    Copy the full SHA
    e2be5e9 View commit details
    Browse the repository at this point in the history
  2. Fix alias bug

    A bug was reported that prefix of existing command should show error
    message, despite of the warning given in the user guide. Another bug
    reported is that alias can contain existing command word.
    
    Alias replacement is done if it matches a word instead of substring.
    Additional check is created when parsing addalias command.
    
    It helps to create a more robust system.
    
    Resolves: #151, #142
    DystoriaX committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    5717a1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d88807 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Fix duplicate detection bug

    e0543403 committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    bf2d886 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d3f87c View commit details
    Browse the repository at this point in the history
  3. Add contributions to PPP

    e0543403 committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    87cfcfb View commit details
    Browse the repository at this point in the history
  4. Fix Edit command bug

    jeromewjj committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    a8faee0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d57665 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6330f95 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #159 from e0543403/branch-PEDTagBugFix

    Bug fixes for bugs found in PED
    e0543403 authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    9bfea12 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #162 from DystoriaX/javadoc/detail

    Detail class: Fix misleading javadoc
    DystoriaX authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    53a599e View commit details
    Browse the repository at this point in the history
  9. Fix test error

    jeromewjj committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    76f2209 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0342754 View commit details
    Browse the repository at this point in the history
  11. Fix message error

    jeromewjj committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    b788c91 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #163 from DystoriaX/fix/alias

    Fix alias bug
    DystoriaX authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    bc74dce View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fdb1f9b View commit details
    Browse the repository at this point in the history
  14. Merge pull request #164 from e0543403/branch-DuplicateDetectionBugFix

    Fix duplicate detection bug
    e0543403 authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    3eb49ba View commit details
    Browse the repository at this point in the history
  15. Merge pull request #165 from jeromewjj/branch-ped-bug-fix

    Fix Edit command bug
    jeromewjj authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    e7f4630 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2467daf View commit details
    Browse the repository at this point in the history
  17. update portfolio

    samyipsh committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    53aead6 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7e36f6d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    639b6cc View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    1f8e07d View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. Configuration menu
    Copy the full SHA
    310fea2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adf08d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9025f16 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fbf3d4d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e1205a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #166 from samyipsh/branch-sam-v1.4-edits

    Refactored ```addressBook``` name to contactBook 
    & updated Sam's Portfolio page
    samyipsh authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    39c495a View commit details
    Browse the repository at this point in the history
  7. Bug Fixes

    CommanderW324 committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    9f9ba51 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e0c7da6 View commit details
    Browse the repository at this point in the history
  9. Merge

    CommanderW324 committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    3f36b39 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cd27e7b View commit details
    Browse the repository at this point in the history
  11. Update Model Class Diagram

    jeromewjj committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    f26dad5 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2021

  1. Configuration menu
    Copy the full SHA
    b59f6fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fcd430 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e49c1d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    890f717 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    74717a2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    56cf6f8 View commit details
    Browse the repository at this point in the history
  7. Update DG

    jeromewjj committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    908cd41 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f26e5d8 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'master' of https://github.com/jeromewjj/tp into branch-…

    …v1.4-uml
    
    * 'master' of https://github.com/jeromewjj/tp:
      finishing refactoring ```addressbook``` to ```contactbook```
      Part 2) mass refactoring to "contactBook" using refactoring tools ### Build success
      Part 1) mass refactoring to "contactBook" using refactoring tools
      more major refactor of addressbook.json to contactbook.json by using (Ctrl+Shift+F)
      minimal modifications to change adressbook.json to contactbook.json
      update portfolio
    
    # Conflicts:
    #	docs/DeveloperGuide.md
    jeromewjj committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    0d4a794 View commit details
    Browse the repository at this point in the history
  10. UILAbeling

    CommanderW324 committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    1025efa View commit details
    Browse the repository at this point in the history
  11. Fix trailing white space

    jeromewjj committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    55510d2 View commit details
    Browse the repository at this point in the history
  12. Fix no new line

    jeromewjj committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    ee6427f View commit details
    Browse the repository at this point in the history
  13. Update UG

    jeromewjj committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    00fc950 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    206c27f View commit details
    Browse the repository at this point in the history
  15. Merge pull request #170 from CommanderW324/UIDetails

    UI Labeling Image
    CommanderW324 authored Nov 6, 2021
    Configuration menu
    Copy the full SHA
    eda78bd View commit details
    Browse the repository at this point in the history
  16. Merge pull request #169 from e0543403/branch-PPPUpdate

    Add documentation
    CommanderW324 authored Nov 6, 2021
    Configuration menu
    Copy the full SHA
    25023cd View commit details
    Browse the repository at this point in the history
  17. Merge branch 'master' of https://github.com/jeromewjj/tp into branch-…

    …v1.4-uml
    
    * 'master' of https://github.com/jeromewjj/tp:
      UILAbeling
      Add some tweaks to developerguide and refresh png
      Change diagrams and image paths for PPP
      Add images of different format
      Adjust paths to images and storage api
      Add activity diagram for tag command and add diagrams to PPP
      Update plantuml diagrams and associated png files
      Fixed line wrapping and commit
      Bug Fixes
      Add documentation for tag command in developer guide
      Update description for find tag sequence diagram
      Add diagram for find tag feature to developer guide
      Add contributions to PPP
    
    # Conflicts:
    #	docs/images/ArchitectureSequenceDiagram.png
    #	docs/images/BetterModelClassDiagram.png
    #	docs/images/DeleteSequenceDiagram.png
    #	docs/images/LogicClassDiagram.png
    #	docs/images/ModelClassDiagram.png
    #	docs/images/ParserClasses.png
    #	docs/images/StorageClassDiagram.png
    jeromewjj committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    0e7349e View commit details
    Browse the repository at this point in the history
  18. Merge pull request #168 from jeromewjj/branch-v1.4-uml

    Update UML diagram
    jeromewjj authored Nov 6, 2021
    Configuration menu
    Copy the full SHA
    8a753c4 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    21b90d9 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    72a9c5e View commit details
    Browse the repository at this point in the history
  21. Merge pull request #172 from e0543403/branch-FindTagUMLDiagram

    Developer guide updates and refactoring
    jeromewjj authored Nov 6, 2021
    Configuration menu
    Copy the full SHA
    9e61405 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ad54454 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #173 from e0543403/branch-UpdatePPPDiagrams

    Update diagrams for PPP and developer guide
    e0543403 authored Nov 6, 2021
    Configuration menu
    Copy the full SHA
    5f71664 View commit details
    Browse the repository at this point in the history
  24. * update of OpenField UML diagrams in UG

    * update of samyipsh.md portfolio page
    samyipsh committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    3b84fdd View commit details
    Browse the repository at this point in the history
  25. Merge pull request #174 from samyipsh/branch-update-uml-diagram-sam

    update of ```OpenField``` UML diagrams in UG
    samyipsh authored Nov 6, 2021
    Configuration menu
    Copy the full SHA
    1f45b93 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    28b9564 View commit details
    Browse the repository at this point in the history
  27. Update samyipsh.md

    samyipsh authored Nov 6, 2021
    Configuration menu
    Copy the full SHA
    575d2d0 View commit details
    Browse the repository at this point in the history
  28. dystoriax.md: Update PPP

    DystoriaX committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    408a31b View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    45513c6 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    00983d3 View commit details
    Browse the repository at this point in the history
  31. Update samyipsh.md

    samyipsh authored Nov 6, 2021
    Configuration menu
    Copy the full SHA
    5f10bb3 View commit details
    Browse the repository at this point in the history
  32. Merge pull request #175 from DystoriaX/dystoriax/ppp

    DystoriaX: Update PPP
    DystoriaX authored Nov 6, 2021
    Configuration menu
    Copy the full SHA
    bce0fd6 View commit details
    Browse the repository at this point in the history
  33. Update UG

    Add new use case and glossary term
    jeromewjj committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    c081549 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    a931db8 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2021

  1. Configuration menu
    Copy the full SHA
    16d0bb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7808fc8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #176 from DystoriaX/docs/ug

    UserGuide.md: Update Tagging Feature and Alias Feature explanation
    DystoriaX authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    8047501 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf6b411 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #177 from e0543403/branch-DocumentationBugFixes

    Update documentation and PPP
    e0543403 authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    a1bfe49 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ada7b50 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    322a7e6 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #178 from e0543403/branch-DocumentationBugFixes

    Add line breaks in userguide
    e0543403 authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    7d8ca46 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    785275a View commit details
    Browse the repository at this point in the history
  10. Merge pull request #179 from jeromewjj/branch-v1.4-UG-DG

    Branch v1.4 ug dg
    jeromewjj authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    f90671a View commit details
    Browse the repository at this point in the history
  11. Fix bug for Untag Command

    Untag Command does not return error message when all selected persons do not have the specific tag
    
    Add check to ensure tag is present, else return error message that tag not present
    jeromewjj committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    8e0280e View commit details
    Browse the repository at this point in the history
  12. Update PPP

    jeromewjj committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    651d90a View commit details
    Browse the repository at this point in the history
  13. Update UG

    jeromewjj committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    19ff4fe View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    05553dd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3ae54df View commit details
    Browse the repository at this point in the history
  16. Merge pull request #182 from DystoriaX/docs/dg

    DeveloperGuide.md: Update Alias Implementation with UML Diagrams
    DystoriaX authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    0659312 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7629119 View commit details
    Browse the repository at this point in the history
  18. Update error message

    jeromewjj committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    0ef6c4b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    60b0e3d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    fc5cb7a View commit details
    Browse the repository at this point in the history
  21. Update samyipsh.md

    samyipsh authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    0ce8673 View commit details
    Browse the repository at this point in the history
  22. Merge Conflicts

    CommanderW324 committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    d766807 View commit details
    Browse the repository at this point in the history
  23. Update UG Glossary

    jeromewjj committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    7243fd3 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #180 from jeromewjj/branch-fix-untag-command

    Fix bug for Untag Command
    jeromewjj authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    684e18d View commit details
    Browse the repository at this point in the history
  25. Update Index Page

    jeromewjj committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    696d6a3 View commit details
    Browse the repository at this point in the history
  26. Merge pull request #181 from jeromewjj/branch-v1.4-ppp

    Branch v1.4 ppp
    jeromewjj authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    25ca229 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    ca6466d View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    a3a4469 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    e17480b View commit details
    Browse the repository at this point in the history
  30. Merge pull request #185 from samyipsh/branch-update-dg-ug-sam

    Branch update dg ug sam
    samyipsh authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    8c883d2 View commit details
    Browse the repository at this point in the history
  31. Merge pull request #183 from CommanderW324/show-AliasBugFix

    Bug Fix for showAlias and show function not closing
    e0543403 authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    18dc82f View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    eec8481 View commit details
    Browse the repository at this point in the history
  33. Merge pull request #184 from DystoriaX/docs/ug

    UserGuide.md: Update add, edit, and alias explanation
    DystoriaX authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    20630f3 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    83f8b22 View commit details
    Browse the repository at this point in the history
  35. Merge pull request #186 from samyipsh/branch-v1.4sam_2

    fix: reupdate correct images
    samyipsh authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    38349a3 View commit details
    Browse the repository at this point in the history
  36. Focus

    CommanderW324 committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    7531048 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    ad88580 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    63915e9 View commit details
    Browse the repository at this point in the history
  39. Fix use case issue

    jeromewjj committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    2b7d991 View commit details
    Browse the repository at this point in the history
  40. Update product scope

    jeromewjj committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    0bdaf00 View commit details
    Browse the repository at this point in the history
  41. Merge pull request #189 from jeromewjj/branch-use-case

    Fix use case issue
    jeromewjj authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    a41778f View commit details
    Browse the repository at this point in the history
  42. Merge pull request #188 from e0543403/branch-UpdateJavaDocs

    Change address to contact in javadocs
    e0543403 authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    f502fce View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    882e4ef View commit details
    Browse the repository at this point in the history
  44. Merge pull request #190 from CommanderW324/show-AliasBugFix

    Added back game breaking code
    CommanderW324 authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    c6929d1 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    1e856c2 View commit details
    Browse the repository at this point in the history
  46. Add image

    jeromewjj committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    209c862 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    c0b37e5 View commit details
    Browse the repository at this point in the history
  48. Merge pull request #191 from e0543403/branch-UserGuideHowTo

    Update the how to section of userguide
    e0543403 authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    57f99b7 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    137fb6c View commit details
    Browse the repository at this point in the history
  50. Added Javadocs

    CommanderW324 committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    bd187a1 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    efa7da0 View commit details
    Browse the repository at this point in the history
  52. Merge pull request #193 from CommanderW324/show-AliasBugFix

    Focus only when show Alias
    e0543403 authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    7ca5c52 View commit details
    Browse the repository at this point in the history
  53. Update download link

    jeromewjj committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    94c7d10 View commit details
    Browse the repository at this point in the history
  54. Merge pull request #194 from e0543403/branch-PPPDeveloperGuide

    Add to PPP developer guide section
    e0543403 authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    be9ff32 View commit details
    Browse the repository at this point in the history
  55. Merge pull request #195 from jeromewjj/branch-UG-bug-update

    Update download link
    jeromewjj authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    d7fc146 View commit details
    Browse the repository at this point in the history
  56. Change link to reposense

    e0543403 committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    971a53e View commit details
    Browse the repository at this point in the history
  57. Merge pull request #196 from e0543403/branch-PPPUpdateLinks

    Change link to reposense
    e0543403 authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    5a81822 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Rename ppp file

    jeromewjj committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    9cee937 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #197 from jeromewjj/branch-rename-ppp

    Rename ppp file
    jeromewjj authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    4ced247 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1be0ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d66920 View commit details
    Browse the repository at this point in the history
  5. EOF

    CommanderW324 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    6703a72 View commit details
    Browse the repository at this point in the history
  6. EOF AGAin

    CommanderW324 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    d4b37b9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c3964ee View commit details
    Browse the repository at this point in the history
  8. Merge pull request #199 from e0543403/branch-DeveloperGuideManualTesting

    Create skeleton format of manual testing features section
    e0543403 authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    1ddfa12 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7c17056 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #200 from e0543403/branch-DeveloperGuideManualTesting

    Update manual testing section for find, tag and tagall commands
    e0543403 authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    7ad8a67 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #198 from CommanderW324/master

    Developer Guide Update
    e0543403 authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    6400642 View commit details
    Browse the repository at this point in the history
  12. Update PPP

    jeromewjj committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    dd64e2e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a59a0a7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3d841f1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c9bf819 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1fdae82 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    bfba6b5 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #202 from DystoriaX/docs/dg

    Update UserGuide, DeveloperGuide, PPP
    e0543403 authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    fce2a0e View commit details
    Browse the repository at this point in the history
  19. Shift lines in userguide

    e0543403 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    d9d6641 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f771de1 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0c564d2 View commit details
    Browse the repository at this point in the history
  22. Merge branch 'master' into branch-UserGuideOrder

    # Conflicts:
    #	docs/UserGuide.md
    e0543403 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    b439606 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5edacdc View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    9454426 View commit details
    Browse the repository at this point in the history
  25. DevGuide Finale

    CommanderW324 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    09f03b2 View commit details
    Browse the repository at this point in the history
  26. Merge pull request #203 from CommanderW324/finalBranch

    Added PPP and fixed diagrams
    CommanderW324 authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    760cb2e View commit details
    Browse the repository at this point in the history
  27. EOF

    CommanderW324 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    d93445d View commit details
    Browse the repository at this point in the history
  28. EOF

    CommanderW324 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    3ecae1d View commit details
    Browse the repository at this point in the history
  29. Update user guide grammar

    e0543403 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    e2295a1 View commit details
    Browse the repository at this point in the history
  30. Merge pull request #206 from CommanderW324/useCases

    DevGuide Finale
    CommanderW324 authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    a9f7f60 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    6a1c35f View commit details
    Browse the repository at this point in the history
  32. yay

    CommanderW324 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    f3d6fba View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    77d319e View commit details
    Browse the repository at this point in the history
  34. Update PPP

    jeromewjj committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    f08627e View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    dc96cab View commit details
    Browse the repository at this point in the history
  36. Merge pull request #205 from jeromewjj/branch-v1.4-manual-testing

    Update manual testing in DG
    jeromewjj authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    8e23f91 View commit details
    Browse the repository at this point in the history
  37. Merge pull request #208 from e0543403/branch-UserGuideOrder

    Remove additional line breaks
    e0543403 authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    434145c View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    f7ddbe0 View commit details
    Browse the repository at this point in the history
  39. alow

    CommanderW324 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    319ee01 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    e71413f View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    3b5c77d View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    1fd04ef View commit details
    Browse the repository at this point in the history
  43. fix manual testing bug

    jeromewjj committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    e362036 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    1cb2fa6 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    59f9d1a View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    dcd48ae View commit details
    Browse the repository at this point in the history
  47. Merge pull request #210 from e0543403/branch-UserGuideOrder

    Add line breaks and correct grammar
    e0543403 authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    a6e4b23 View commit details
    Browse the repository at this point in the history
  48. Merge pull request #211 from jeromewjj/branch-v1.4-manual-testing-bug…

    …-fix
    
    fix manual testing bug
    jeromewjj authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    9f2a660 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    e055954 View commit details
    Browse the repository at this point in the history
  50. Merge pull request #212 from e0543403/branch-UpdateCommandSummary

    Add open command to command summary
    e0543403 authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    fb6773d View commit details
    Browse the repository at this point in the history
  51. Add page break

    jeromewjj committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    cc66eef View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    1fcbbd3 View commit details
    Browse the repository at this point in the history
  53. Add page break

    jeromewjj committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    2850531 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    a680d4b View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    13ba837 View commit details
    Browse the repository at this point in the history
  56. Merge pull request #215 from e0543403/branch-PageBreaksDeveloperGuide

    Add page breaks to developer guide
    e0543403 authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    0b38182 View commit details
    Browse the repository at this point in the history
  57. Add page break

    jeromewjj committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    b1713ec View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    ac3f549 View commit details
    Browse the repository at this point in the history
  59. Update DG

    jeromewjj committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    4f4ff77 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    6855b29 View commit details
    Browse the repository at this point in the history
  61. Add page break

    jeromewjj committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    042c69e View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    52bada3 View commit details
    Browse the repository at this point in the history
  63. Update DeveloperGuide.md

    jeromewjj authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    1c11a40 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. fix grammatical error in tagging features desc

    fix grammatical error
    samyipsh authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    741b06f View commit details
    Browse the repository at this point in the history
  2. Update user guide

    e0543403 authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    c77d10c View commit details
    Browse the repository at this point in the history
  3. Update UserGuide.md

    samyipsh authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    b0b2cc7 View commit details
    Browse the repository at this point in the history
  4. UserGuide.md: update FAQ

    DystoriaX committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    9c98ac7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a538ab6 View commit details
    Browse the repository at this point in the history
  6. UserGuide.md: Reformat FAQ

    DystoriaX committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    0a931e7 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #220 from DystoriaX/docs/ug

    UserGuide.md: FAQ
    DystoriaX authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    ccc0ee6 View commit details
    Browse the repository at this point in the history
  8. Update UserGuide.md

    CommanderW324 authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    49556d0 View commit details
    Browse the repository at this point in the history
  9. Update UserGuide.md

    CommanderW324 authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    1add8b0 View commit details
    Browse the repository at this point in the history
  10. Update FAQ

    e0543403 authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    1a449d1 View commit details
    Browse the repository at this point in the history
  11. Update userguide

    e0543403 authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    230bc95 View commit details
    Browse the repository at this point in the history
  12. Person_to_contact

    CommanderW324 committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    88e60d2 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #221 from CommanderW324/Person_toContact

    Person_to_contact UG update
    CommanderW324 authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    bf336b3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4f1c54f View commit details
    Browse the repository at this point in the history
  15. Merge pull request #222 from e0543403/branch-UserGuideRemoveColonSpaces

    Remove spaces from colons for commands
    e0543403 authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    82d6101 View commit details
    Browse the repository at this point in the history
  16. Update userguide

    e0543403 authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    3d94b41 View commit details
    Browse the repository at this point in the history