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-T14-3] MyCRM #87

Open
wants to merge 601 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 29, 2021

  1. fix checkstyle

    HangZelin committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    58e72dd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #124 from HangZelin/branch-fix-Job-bug

    Branch fix job bug
    HangZelin authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    2783d79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1a85ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ffd06ba View commit details
    Browse the repository at this point in the history
  5. Add ExportReportCommand

    Kimowarui committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    fe2a523 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    02538ed View commit details
    Browse the repository at this point in the history
  7. Merge pull request #125 from HangZelin/branch-edit-job

    Add one more exception catch for edit command mutistage
    HangZelin authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    9c539ca View commit details
    Browse the repository at this point in the history
  8. Merge pull request #126 from Kimowarui/branch-print-report

    Add ExportPrintCommand
    HangZelin authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    1bad673 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5dfe927 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0991416 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e2c84d8 View commit details
    Browse the repository at this point in the history
  12. Update UserGuide.md

    HangZelin authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    a1c8115 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2021

  1. Update UserGuide.md

    HangZelin authored Oct 30, 2021
    Configuration menu
    Copy the full SHA
    04a9d1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    faecf4b View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2021

  1. Merge pull request #144 from HangZelin/master

    Fix editContactCommand Bug.
    HangZelin authored Oct 31, 2021
    Configuration menu
    Copy the full SHA
    5a678c8 View commit details
    Browse the repository at this point in the history
  2. fix the issue of unclearness of addContact

    Fix the issue of unclearness of `addContact` optional rationale.
    To protect clients' pravicy, we allow a client to provide only partial field of his info.
    But `n/CLIENT_NAME`  and at least one field of `c/CONTACT_NUMBER`, `e/EMAIL` or `a/ADDRESS` should exist.
    HangZelin authored Oct 31, 2021
    Configuration menu
    Copy the full SHA
    86ff612 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. Update DG EditTemplate

    ooawagaeri committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    6ac5168 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fca301 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a79e419 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #162 from ooawagaeri/update-dg

    Update DG EditTemplate and Fix UG Template
    HangZelin authored Nov 1, 2021
    Configuration menu
    Copy the full SHA
    7507308 View commit details
    Browse the repository at this point in the history
  5. Fix issue #157 and #152

    Kimowarui committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    fe36835 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0a30c7b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e9a9e03 View commit details
    Browse the repository at this point in the history
  8. Add ParserTest for MailCommand, Add Test case for Mail, JsonAdaptedCo…

    …ntact and JsonSerializableMyCrm
    ooawagaeri committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    abc6b21 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5a257c5 View commit details
    Browse the repository at this point in the history
  10. Update UserGuide.md

    Kimowarui authored Nov 1, 2021
    Configuration menu
    Copy the full SHA
    188f6aa View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c1846fa View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    de2d355 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fcb4a56 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    064974d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f00bcb4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4ea8c7a View commit details
    Browse the repository at this point in the history
  17. Merge pull request #165 from ooawagaeri/update-dg

    Refactor Template diagrams and images to folders, Update DG for Mail
    HangZelin authored Nov 1, 2021
    Configuration menu
    Copy the full SHA
    0862580 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e99bca1 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e15bf62 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6563ea6 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #166 from HangZelin/branch-update-testcases

    Update testcases for contacts
    HangZelin authored Nov 1, 2021
    Configuration menu
    Copy the full SHA
    18da9e2 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    09067a1 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    cacc4e2 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    029c1bd View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    b98a3c1 View commit details
    Browse the repository at this point in the history
  26. Merge pull request #167 from HangZelin/branch-update-testcases

    add UndoHideContact test cases and more test cases for list Contacts, hide Contact
    HangZelin authored Nov 1, 2021
    Configuration menu
    Copy the full SHA
    a6d85eb View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. add test case when a contact is linked to a job, attempt to delete th…

    …is contact is not allowed.
    HangZelin committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    a4a05a0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #168 from HangZelin/branch-deleteContact-MoreTestC…

    …ases
    
    add test case for deleteContactCommand
    HangZelin authored Nov 2, 2021
    Configuration menu
    Copy the full SHA
    ffa8e57 View commit details
    Browse the repository at this point in the history
  3. Update UserGuide.md

    HangZelin authored Nov 2, 2021
    Configuration menu
    Copy the full SHA
    c9917e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    243f8a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    72ff849 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Update a few test cases

    HangZelin committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    420aba9 View commit details
    Browse the repository at this point in the history
  2. fix checkstyle issue

    HangZelin committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    ccc5e6e View commit details
    Browse the repository at this point in the history
  3. Add EditContact diagrams

    HangZelin committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    1a2bced View commit details
    Browse the repository at this point in the history
  4. Fix UG bugs related to jobs

    dhshah1 committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    5866d52 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #169 from dhshah1/fix-UG-bugs

    Fix UG bugs related to jobs
    HangZelin authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    e982f1f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7bab677 View commit details
    Browse the repository at this point in the history
  7. Show proper error message when proper index is not provided for conta…

    …ct or product in editJob
    dhshah1 committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    693a948 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2f49475 View commit details
    Browse the repository at this point in the history
  9. Fix EOF issues

    HangZelin committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    3ad1c5e View commit details
    Browse the repository at this point in the history
  10. Merge pull request #170 from HangZelin/branch-Update-DG-Contacts

    Update DG for contact diagrams
    HangZelin authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    f6b3f51 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Configuration menu
    Copy the full SHA
    4a3f0ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6eebdd6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #172 from HangZelin/branch-fix-activity-diagram

    fix activity diagram issues
    HangZelin authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    dbc2cde View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aacf2a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e4b719 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #173 from ooawagaeri/fix-mail

    Fix Mail Command when empty email address
    HangZelin authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    0191d33 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3059109 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2c1cd00 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'master' of https://github.com/AY2122S1-CS2103-T14-3/tp

    …into modify-ui
    
    # Conflicts:
    #	docs/DeveloperGuide.md
    TTraveller7 committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    a517eff View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    82c7138 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f47a567 View commit details
    Browse the repository at this point in the history
  12. Add Javadoc.

    Change name of package: model.products to model.product.
    TTraveller7 committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    810dc99 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    30aec08 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    722cd4b View commit details
    Browse the repository at this point in the history
  15. Merge pull request #175 from TTraveller7/modify-ui

    Add test cases for product commands. Add javaDoc.
    HangZelin authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    3257dd1 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. Add Kimowarui's PPP

    Kimowarui committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    7442c35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5a36b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06ceba9 View commit details
    Browse the repository at this point in the history
  4. Update ThemeManager.java

    Kimowarui authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    fb8000c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e540c43 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #176 from Kimowarui/master

    Add Kimowarui's PPP
    dhshah1 authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    b10a211 View commit details
    Browse the repository at this point in the history
  7. Update PPP for ooawagaeri

    ooawagaeri committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    ee09cf5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8c37077 View commit details
    Browse the repository at this point in the history
  9. Add FindTemplate DG

    ooawagaeri committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    7417e37 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #177 from ooawagaeri/update-code-quality

    Update code quality of Template and Storage, Add PPP, Add FindTemplate DG
    HangZelin authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    34c2168 View commit details
    Browse the repository at this point in the history
  11. delete UC10

    HangZelin authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    50224d6 View commit details
    Browse the repository at this point in the history
  12. Update UserGuide.md

    HangZelin authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    2c28261 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    de43c52 View commit details
    Browse the repository at this point in the history
  14. Add page breaks

    HangZelin authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    9809722 View commit details
    Browse the repository at this point in the history
  15. Change spacing

    HangZelin authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    bde3aab View commit details
    Browse the repository at this point in the history
  16. edit PPP

    HangZelin authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    a1747f3 View commit details
    Browse the repository at this point in the history
  17. Fix diagrams png issues

    HangZelin committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    a2db50a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    07cf6f2 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #178 from HangZelin/branch-fix-diagrams

    fix contact diagrams
    HangZelin authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    45a9bf1 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    1a98594 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    62161fd View commit details
    Browse the repository at this point in the history
  22. Update UG

    Kimowarui committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    a65c58d View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    0936761 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    131429a View commit details
    Browse the repository at this point in the history
  25. Update DG

    TTraveller7 committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    bb0764a View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    476a061 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    816d935 View commit details
    Browse the repository at this point in the history
  28. Update DG

    TTraveller7 committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    09e157d View commit details
    Browse the repository at this point in the history
  29. Modify diagrams.

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

Commits on Nov 6, 2021

  1. Configuration menu
    Copy the full SHA
    9625036 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #180 from TTraveller7/modify-ui

    Update developer guide.
    HangZelin authored Nov 6, 2021
    Configuration menu
    Copy the full SHA
    7c536ff View commit details
    Browse the repository at this point in the history
  3. Merge pull request #179 from Kimowarui/master

    Make printReport fully CLI operational
    HangZelin authored Nov 6, 2021
    Configuration menu
    Copy the full SHA
    5d8da8f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c168554 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    71911fb View commit details
    Browse the repository at this point in the history
  6. Update PPP

    HangZelin authored Nov 6, 2021
    Configuration menu
    Copy the full SHA
    bae8516 View commit details
    Browse the repository at this point in the history
  7. Fix minor error in PPP

    HangZelin authored Nov 6, 2021
    Configuration menu
    Copy the full SHA
    f220cbb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    88e360b View commit details
    Browse the repository at this point in the history
  9. Merge pull request #182 from TTraveller7/modify-ui

    Update PPP. Modify text wrapping for contact card and job card.
    HangZelin authored Nov 6, 2021
    Configuration menu
    Copy the full SHA
    4b52ef4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    47b45f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2021

  1. Configuration menu
    Copy the full SHA
    5f2b2d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    101e446 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99fad52 View commit details
    Browse the repository at this point in the history
  4. Revert unintended changes

    dhshah1 committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    8b7ce02 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f8b12b7 View commit details
    Browse the repository at this point in the history
  6. Fix EOF

    ooawagaeri committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    bf3d0d3 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #184 from ooawagaeri/update-dg

    Update DG and test case for Template, Exit, Help, Storage.
    HangZelin authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    8bdda59 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c89a29b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b2ba684 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    76fe184 View commit details
    Browse the repository at this point in the history
  11. Add manual test instruction for product command and theme command.

    Merge branch 'master' of https://github.com/AY2122S1-CS2103-T14-3/tp into modify-ui
    
    # Conflicts:
    #	docs/DeveloperGuide.md
    TTraveller7 committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    29c705a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c072186 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fdaa97f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    04d4617 View commit details
    Browse the repository at this point in the history
  15. Update model diagram.

    TTraveller7 committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    bbf1bf8 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    147690a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c7c8340 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2bdd630 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8231b4c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f4e264c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    5c10b2a View commit details
    Browse the repository at this point in the history
  22. Merge pull request #187 from HangZelin/branch-fix-diagram-dg-test

    Fix contact diagrams and add contact DG test part.
    HangZelin authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    dc8a641 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    6511e12 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    1751eee View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    75edbc2 View commit details
    Browse the repository at this point in the history
  26. Merge branch 'master' into update-dg

    # Conflicts:
    #	docs/DeveloperGuide.md
    ooawagaeri committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    4bed2ff View commit details
    Browse the repository at this point in the history
  27. Merge pull request #189 from ooawagaeri/update-dg

    Update DG with Template and URLs, Add test case for JSON
    Kimowarui authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    f2baf90 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    8b1e11f View commit details
    Browse the repository at this point in the history
  29. Fix EOF

    Kimowarui authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    3056ccf View commit details
    Browse the repository at this point in the history
  30. Fix EOF

    Kimowarui authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    438d707 View commit details
    Browse the repository at this point in the history
  31. Merge pull request #190 from Kimowarui/master

    Update DG with manual testing for History, Print and Export feature
    HangZelin authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    a223fd0 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Update image links

    TTraveller7 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    f9a0eb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68060b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1bda370 View commit details
    Browse the repository at this point in the history
  4. Update PPP for ooawagaeri

    ooawagaeri committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    f1c6dc6 View commit details
    Browse the repository at this point in the history
  5. Update PPP for ooawagaeri

    ooawagaeri committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    c95e9d8 View commit details
    Browse the repository at this point in the history
  6. Update PPP for ooawagaeri

    ooawagaeri committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    f7b2b13 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7a2bb2c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c01742a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    847a413 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3aa8e02 View commit details
    Browse the repository at this point in the history
  11. Update DG and UG.

    TTraveller7 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    d39fa4c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c1bfb6a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d78a61a View commit details
    Browse the repository at this point in the history
  14. Merge pull request #194 from TTraveller7/modify-ui

    Update UG, DG and PPP.
    HangZelin authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    fbff745 View commit details
    Browse the repository at this point in the history
  15. Fix typo.

    TTraveller7 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    790e88a View commit details
    Browse the repository at this point in the history
  16. Fix typo.

    TTraveller7 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    12bfecf View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d438143 View commit details
    Browse the repository at this point in the history
  18. Fix typo.

    TTraveller7 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    7d582da View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9101b40 View commit details
    Browse the repository at this point in the history
  20. Fix diagram issues

    HangZelin committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    3b71788 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #195 from TTraveller7/modify-ui

    Fix typo.
    HangZelin authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    a39b3a2 View commit details
    Browse the repository at this point in the history
  22. Merge pull request #196 from HangZelin/branch-fix-minor-UG

    Update UG screenshots and DG diagrams issues.
    HangZelin authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    7da977c View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    12cb20a View commit details
    Browse the repository at this point in the history
  24. Fix bug for export feature

    Kimowarui committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    6c53004 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    940a911 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    5e97a6d View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    549cb83 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    f3b57fb View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    eb772a0 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    f80382b View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    4b18b54 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    a0bfb28 View commit details
    Browse the repository at this point in the history
  33. Fix EOF

    Kimowarui authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    38eb8be View commit details
    Browse the repository at this point in the history
  34. Fix EOF

    Kimowarui authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    1197445 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    cce49f9 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    d4632c1 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    ebac057 View commit details
    Browse the repository at this point in the history
  38. Add link to diagrams

    HangZelin committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    d089eb1 View commit details
    Browse the repository at this point in the history
  39. Merge pull request #200 from HangZelin/branch-fix-diagrams-2

    Add link to diagrams
    HangZelin authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    772014a View commit details
    Browse the repository at this point in the history
  40. fix typo

    HangZelin authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    57a939d View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    c37368a View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    37faf5b View commit details
    Browse the repository at this point in the history
  43. Modify DG for jobs

    dhshah1 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    3bd882f View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    c1322f9 View commit details
    Browse the repository at this point in the history
  45. dummy commit

    dhshah1 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    f2e66c6 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    6c6e804 View commit details
    Browse the repository at this point in the history
  47. fix newline character

    dhshah1 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    6d236d6 View commit details
    Browse the repository at this point in the history
  48. Fix image names.

    TTraveller7 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    a84fb48 View commit details
    Browse the repository at this point in the history
  49. Crop images.

    TTraveller7 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    4082af6 View commit details
    Browse the repository at this point in the history
  50. Fix typo

    TTraveller7 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    a8fe33a View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    c529383 View commit details
    Browse the repository at this point in the history
  52. Fix diagram unused issues.

    HangZelin committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    c21422a View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    3f4569d View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    c7630ef View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    24b0865 View commit details
    Browse the repository at this point in the history
  56. Update images.

    TTraveller7 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    43694f4 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    72442e1 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    2358037 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    b7d218f View commit details
    Browse the repository at this point in the history
  60. Fix DG diagram bug

    dhshah1 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    2cd3ef3 View commit details
    Browse the repository at this point in the history
  61. Fix formatting errors

    dhshah1 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    09e61d8 View commit details
    Browse the repository at this point in the history
  62. Merge pull request #205 from dhshah1/dg-job-testcases

    DG Job Test Cases
    HangZelin authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    4788c56 View commit details
    Browse the repository at this point in the history
  63. Merge pull request #206 from HangZelin/branch-DG-update-3

    Fix diagram unused issues.
    HangZelin authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    6a8a43a View commit details
    Browse the repository at this point in the history
  64. Fix PPP format

    ooawagaeri committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    c831cf8 View commit details
    Browse the repository at this point in the history
  65. Add credits

    Kimowarui committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    fdace19 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    92b9c75 View commit details
    Browse the repository at this point in the history
  67. Merge pull request #208 from Kimowarui/master

    Add credits
    Kimowarui authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    a2b748f View commit details
    Browse the repository at this point in the history
  68. Add credit to mail.

    ooawagaeri committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    fae0087 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    e5e984e View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    62f1f88 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    3010768 View commit details
    Browse the repository at this point in the history
  72. Merge pull request #211 from HangZelin/branch-DG-update-4

    Fix minor typo in diagrams
    HangZelin authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    a28038a View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    a56ce51 View commit details
    Browse the repository at this point in the history
  74. Merge pull request #212 from HangZelin/master

    Update Ui screenshots with new sample data.
    HangZelin authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    8fe94ea View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    be6dbee View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    14417a6 View commit details
    Browse the repository at this point in the history
  77. Update PPP.

    TTraveller7 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    676b573 View commit details
    Browse the repository at this point in the history
  78. Merge pull request #213 from TTraveller7/modify-ui

    Remove duplicate test instructions. Update PPP.
    HangZelin authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    1ffc1c0 View commit details
    Browse the repository at this point in the history
  79. Final Changes

    dhshah1 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    bea58cc View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    c1eea7b View commit details
    Browse the repository at this point in the history
  81. Minor UG changes

    dhshah1 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    ac3dafa View commit details
    Browse the repository at this point in the history
  82. Add EOF

    dhshah1 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    10d2ef1 View commit details
    Browse the repository at this point in the history
  83. Fix checkstyle

    dhshah1 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    f2dd0b9 View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    b92044c View commit details
    Browse the repository at this point in the history
  85. Update PPP

    HangZelin authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    1567d3b View commit details
    Browse the repository at this point in the history
  86. Update PPP

    HangZelin authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    f07956c View commit details
    Browse the repository at this point in the history
  87. Fix diagram issues of DG

    HangZelin committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    b002037 View commit details
    Browse the repository at this point in the history
  88. Merge pull request #215 from HangZelin/branch-dg-fix-5

    Fix diagram issues of DG
    HangZelin authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    3192fd2 View commit details
    Browse the repository at this point in the history
  89. Update report window.

    TTraveller7 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    a69c121 View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    4e0ce42 View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    8ee5294 View commit details
    Browse the repository at this point in the history
  92. Add UG screenshots

    dhshah1 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    b21c766 View commit details
    Browse the repository at this point in the history
  93. Merge pull request #217 from dhshah1/update-UG-screenshots

    Add UG screenshots
    HangZelin authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    6fa57ab View commit details
    Browse the repository at this point in the history
  94. Configuration menu
    Copy the full SHA
    5326845 View commit details
    Browse the repository at this point in the history
  95. Merge pull request #218 from dhshah1/fix-UG-undoCompleteJobCommand

    Fix description for undoCompleteJobCommand
    HangZelin authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    cfa92ad View commit details
    Browse the repository at this point in the history
  96. Configuration menu
    Copy the full SHA
    a173883 View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    3f67138 View commit details
    Browse the repository at this point in the history
  98. Update DG.

    TTraveller7 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    4714a3f View commit details
    Browse the repository at this point in the history
  99. Update UG.

    TTraveller7 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    0267bd7 View commit details
    Browse the repository at this point in the history
  100. Configuration menu
    Copy the full SHA
    90f6f97 View commit details
    Browse the repository at this point in the history
  101. Configuration menu
    Copy the full SHA
    10c22c7 View commit details
    Browse the repository at this point in the history
  102. Modify tab header.

    TTraveller7 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    945f78c View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    d045fa2 View commit details
    Browse the repository at this point in the history
  104. Configuration menu
    Copy the full SHA
    75c0776 View commit details
    Browse the repository at this point in the history
  105. Configuration menu
    Copy the full SHA
    9348281 View commit details
    Browse the repository at this point in the history
  106. Update version number

    HangZelin committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    1d35e23 View commit details
    Browse the repository at this point in the history
  107. Configuration menu
    Copy the full SHA
    cd72ec5 View commit details
    Browse the repository at this point in the history
  108. Configuration menu
    Copy the full SHA
    f4ddede View commit details
    Browse the repository at this point in the history