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

[CS2103T-T09-2] CodeContact #150

Open
wants to merge 644 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 Nov 12, 2023

  1. fix CI

    mingyu-wan committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    917bfea View commit details
    Browse the repository at this point in the history
  2. Merge pull request #247 from mingyu-wan/UG-n-DG

    Add use cases and planned enhancements
    mingyu-wan committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    201a102 View commit details
    Browse the repository at this point in the history
  3. Write tests for edit commands

    emzm2023 authored and emzm2023 committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    b2459d5 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    3a52a78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f79d3f View commit details
    Browse the repository at this point in the history
  3. Add tests for edit project command and mark/unmark commands

    emzm2023 authored and emzm2023 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    686759f View commit details
    Browse the repository at this point in the history
  4. Update ClientRoles.txt

    emzm2023 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    8e9ef73 View commit details
    Browse the repository at this point in the history
  5. Update DeveloperRoles.txt

    emzm2023 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    f028dd7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c760cd6 View commit details
    Browse the repository at this point in the history
  7. Fix checkstyle issues

    emzm2023 authored and emzm2023 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    aaa7edc View commit details
    Browse the repository at this point in the history
  8. Fix import checkstyle issues

    emzm2023 authored and emzm2023 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    635446d View commit details
    Browse the repository at this point in the history
  9. Fix failing test

    emzm2023 authored and emzm2023 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    800d946 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ff4c6a3 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #249 from emzm2023/tests

    Tests
    mingyu-wan committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    71487c1 View commit details
    Browse the repository at this point in the history
  12. fix test cases

    mingyu-wan committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    0a8ac05 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3b07e46 View commit details
    Browse the repository at this point in the history
  14. fix checkstyles

    mingyu-wan committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    e3b2d8e View commit details
    Browse the repository at this point in the history
  15. Merge pull request #250 from mingyu-wan/add-test-cases

    Add test cases
    emzm2023 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    c28d051 View commit details
    Browse the repository at this point in the history
  16. Update displayed messages

    emzm2023 authored and emzm2023 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    9a0e4bc View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    fdb3110 View commit details
    Browse the repository at this point in the history
  18. Update User Guide

    Mahidharah committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    29a1871 View commit details
    Browse the repository at this point in the history
  19. Merge branch 'Branch-Documentation' of https://github.com/Mahidharah/tp

    … into Branch-Documentation
    
    * 'Branch-Documentation' of https://github.com/Mahidharah/tp: (36 commits)
      fix checkstyles
      fix test cases
      Undo Redo Command test cases
      Fix failing test
      Fix import checkstyle issues
      Fix checkstyle issues
      VersionedAddressBook test cases
      Update DeveloperRoles.txt
      Update ClientRoles.txt
      Add tests for edit project command and mark/unmark commands
      delete client and developer roles test cases
      add-client role and add developer role tests
      Write tests for edit commands
      fix CI
      fix checkstyles
      fix CI
      Add use cases and planned enhancements
      fix checkstyles
      Add and delete role's developer guide and user stories
      Undo/Redo feature DG
      ...
    
    # Conflicts:
    #	DeveloperRoles.txt
    #	docs/UserGuide.md
    Mahidharah committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    a585d8e View commit details
    Browse the repository at this point in the history
  20. Update UserGuide.md

    Mahidharah committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    9aee659 View commit details
    Browse the repository at this point in the history
  21. Update UserGuide.md

    Mahidharah committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    f14d3f4 View commit details
    Browse the repository at this point in the history
  22. Update UserGuide.md

    Mahidharah committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    8bf8014 View commit details
    Browse the repository at this point in the history
  23. modify UG

    mingyu-wan committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    5945f05 View commit details
    Browse the repository at this point in the history
  24. Update user guide

    emzm2023 authored and emzm2023 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    ed3d8a4 View commit details
    Browse the repository at this point in the history
  25. Fix documentation bugs in UG

    emzm2023 authored and emzm2023 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    015c8e3 View commit details
    Browse the repository at this point in the history
  26. Update UserGuide.md

    Added tables for all features for concistency
    Mahidharah committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    19fa8cd View commit details
    Browse the repository at this point in the history
  27. Fix punctuation and other bugs in code

    emzm2023 authored and emzm2023 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    76136ee View commit details
    Browse the repository at this point in the history
  28. Add punctuation

    emzm2023 authored and emzm2023 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    4dbbdeb View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    577f0ef View commit details
    Browse the repository at this point in the history
  30. Fix UG

    emzm2023 authored and emzm2023 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    72cde83 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    3596c76 View commit details
    Browse the repository at this point in the history
  32. Merge branch 'master' into Branch-Documentation

    * master:
      Update UserGuide.md
      Update UserGuide.md
      Update UserGuide.md
      Update UserGuide.md
    Mahidharah committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    cf1db2f View commit details
    Browse the repository at this point in the history
  33. Fix checkstyle issues

    emzm2023 authored and emzm2023 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    eb1aad3 View commit details
    Browse the repository at this point in the history
  34. Merge pull request #252 from emzm2023/docs

    Update UG and fix other bugs
    ncmathan committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    d1fc11c View commit details
    Browse the repository at this point in the history
  35. Merge branch 'update-DG' of https://github.com/ncmathan/tp into updat…

    …e-DG
    
    # Conflicts:
    #	src/main/java/seedu/address/model/person/Role.java
    ncmathan committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    4deb4bc View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    bb11604 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    c61707b View commit details
    Browse the repository at this point in the history
  38. Merge branch 'Branch-Documentation' of https://github.com/Mahidharah/tp

    … into Branch-Documentation
    
    * 'Branch-Documentation' of https://github.com/Mahidharah/tp:
      Fix checkstyle issues
      Fix UG
      Add punctuation
      Fix punctuation and other bugs in code
      Fix documentation bugs in UG
      Update user guide
      modify UG
      Update displayed messages
    
    # Conflicts:
    #	docs/UserGuide.md
    Mahidharah committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    81d739c View commit details
    Browse the repository at this point in the history
  39. Merge pull request #253 from Mahidharah/Branch-Documentation

    Update DG and UG
    ncmathan committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    d77b9de View commit details
    Browse the repository at this point in the history
  40. Merge branch 'update-DG' of https://github.com/ncmathan/tp into updat…

    …e-DG
    
    # Conflicts:
    #	ClientRoles.txt
    #	DeveloperRoles.txt
    #	docs/DeveloperGuide.md
    #	docs/UserGuide.md
    #	docs/team/emzm2023.md
    #	docs/team/mingyu-wan.md
    #	pword.txt
    #	src/main/java/seedu/address/logic/Messages.java
    #	src/main/java/seedu/address/logic/commands/add/AddClientCommand.java
    #	src/main/java/seedu/address/logic/commands/add/AddDeveloperCommand.java
    #	src/main/java/seedu/address/logic/commands/edit/EditClientCommand.java
    #	src/main/java/seedu/address/logic/commands/edit/EditDeveloperCommand.java
    #	src/main/java/seedu/address/logic/commands/find/FindDeadlineCommand.java
    #	src/main/java/seedu/address/model/commons/Date.java
    #	src/main/java/seedu/address/model/developer/GithubId.java
    #	src/main/java/seedu/address/model/project/Description.java
    ncmathan committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    f473d52 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    0fbf266 View commit details
    Browse the repository at this point in the history
  42. improved checkstyle

    ncmathan committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    7bbbf64 View commit details
    Browse the repository at this point in the history
  43. no message

    ncmathan committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    551ba13 View commit details
    Browse the repository at this point in the history
  44. Fixed testcases

    ncmathan committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    f3901d6 View commit details
    Browse the repository at this point in the history
  45. Merge pull request #254 from ncmathan/update-DG

    Update DG and UG
    ncmathan committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    6f393f3 View commit details
    Browse the repository at this point in the history
  46. Update PPP

    Mahidharah committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    52853b1 View commit details
    Browse the repository at this point in the history
  47. Update DG Use Cases

    mingyu-wan committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    c596b8a View commit details
    Browse the repository at this point in the history
  48. Merge pull request #255 from mingyu-wan/documentation-update

    Update DG Use Cases
    emzm2023 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    4a29097 View commit details
    Browse the repository at this point in the history
  49. no message

    ncmathan committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    fea57c5 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    33e7015 View commit details
    Browse the repository at this point in the history
  51. Merge branch 'Branch-Documentation' of https://github.com/Mahidharah/tp

    … into Branch-Documentation
    
    * 'Branch-Documentation' of https://github.com/Mahidharah/tp:
      Update DG Use Cases
      Fixed testcases
      no message
      improved checkstyle
      Merge branch 'update-DG' of https://github.com/ncmathan/tp into update-DG
      update Role
    Mahidharah committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    356dc80 View commit details
    Browse the repository at this point in the history
  52. Update UG

    mingyu-wan committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    f3e25f7 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    51d6d4e View commit details
    Browse the repository at this point in the history
  54. Update DG

    Mahidharah committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    38daac3 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    5cec413 View commit details
    Browse the repository at this point in the history
  56. Merge pull request #257 from mingyu-wan/documentation-update

    minor modifications for pdf conversion
    mingyu-wan committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    062e5a3 View commit details
    Browse the repository at this point in the history
  57. Update PPP

    Mahidharah committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    61586a5 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    2f34805 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    dc229d3 View commit details
    Browse the repository at this point in the history
  60. Merge pull request #258 from mingyu-wan/documentation-update

    UG format for pdf conversions
    Mahidharah committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    c9edd00 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    9a5a719 View commit details
    Browse the repository at this point in the history
  62. Update UserGuide.md

    mingyu-wan committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    5a45b08 View commit details
    Browse the repository at this point in the history
  63. Modify DG for edit and mark/unmark commands

    emzm2023 authored and emzm2023 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    cd48fe5 View commit details
    Browse the repository at this point in the history
  64. Update UG

    Mahidharah committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    2ea84fc View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    d8e431f View commit details
    Browse the repository at this point in the history
  66. Merge branch 'Branch-Documentation' of https://github.com/Mahidharah/tp

    … into Branch-Documentation
    
    * 'Branch-Documentation' of https://github.com/Mahidharah/tp:
      Update UserGuide.md
    Mahidharah committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    d50e859 View commit details
    Browse the repository at this point in the history
  67. updated DF

    ncmathan committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    ae6d85d View commit details
    Browse the repository at this point in the history
  68. Update UserGuide

    Mahidharah committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    7e99929 View commit details
    Browse the repository at this point in the history
  69. no message

    ncmathan committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    77b4ecc View commit details
    Browse the repository at this point in the history
  70. Merge pull request #261 from ncmathan/update-DG

    Update DG
    mingyu-wan committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    333e2e8 View commit details
    Browse the repository at this point in the history
  71. Update UG

    Mahidharah committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    c49e2b9 View commit details
    Browse the repository at this point in the history
  72. Update UG

    Mahidharah committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    0465e42 View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    328ba82 View commit details
    Browse the repository at this point in the history
  74. Update UG

    Mahidharah committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    70f9ea3 View commit details
    Browse the repository at this point in the history
  75. Merge branch 'Branch-Documentation' of https://github.com/Mahidharah/tp

    … into Branch-Documentation
    
    * 'Branch-Documentation' of https://github.com/Mahidharah/tp:
      no message
      updated DF
      no message
    
    # Conflicts:
    #	docs/DeveloperGuide.md
    Mahidharah committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    ee4906c View commit details
    Browse the repository at this point in the history
  76. Update UG

    Mahidharah committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    030aa56 View commit details
    Browse the repository at this point in the history
  77. Update UG

    Mahidharah committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    3a4b13b View commit details
    Browse the repository at this point in the history
  78. Update UserGuide.md

    Mahidharah committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    cdd329d View commit details
    Browse the repository at this point in the history
  79. Update UserGuide.md

    Mahidharah committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    2a184fe View commit details
    Browse the repository at this point in the history
  80. Update UserGuide.md

    Mahidharah committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    fdb46e2 View commit details
    Browse the repository at this point in the history
  81. Update UserGuide.md

    Mahidharah committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    f4ef3a4 View commit details
    Browse the repository at this point in the history
  82. Update DG and UG

    emzm2023 authored and emzm2023 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    f9e23fc View commit details
    Browse the repository at this point in the history
  83. Update UserGuide.md

    Mahidharah committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    5f5bc56 View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    2b93558 View commit details
    Browse the repository at this point in the history
  85. Update UserGuide.md

    Mahidharah committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    e730723 View commit details
    Browse the repository at this point in the history
  86. Manual test cases

    mingyu-wan committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    5162aeb View commit details
    Browse the repository at this point in the history
  87. update PPP

    waseemingly committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    b1f0625 View commit details
    Browse the repository at this point in the history
  88. Update ClientRoles.txt

    mingyu-wan committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    a8c0864 View commit details
    Browse the repository at this point in the history
  89. Update PPP

    emzm2023 authored and emzm2023 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    3182c69 View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    04eb41e View commit details
    Browse the repository at this point in the history
  91. Merge pull request #263 from emzm2023/dg

    Update UG and DG
    emzm2023 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    686e519 View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    af1e0ea View commit details
    Browse the repository at this point in the history
  93. Merge pull request #264 from waseemingly/update-developer-guide

    Update developer guide
    emzm2023 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    b5e8a38 View commit details
    Browse the repository at this point in the history
  94. Configuration menu
    Copy the full SHA
    cd7b352 View commit details
    Browse the repository at this point in the history
  95. Merge pull request #265 from mingyu-wan/DG-manual-testing

    Manual test cases
    emzm2023 committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    1a46217 View commit details
    Browse the repository at this point in the history
  96. Update UG

    Mahidharah committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    92294fd View commit details
    Browse the repository at this point in the history
  97. Merge pull request #262 from Mahidharah/Branch-Documentation

    Updates Multiple Documentation Files
    mingyu-wan committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    f213b66 View commit details
    Browse the repository at this point in the history
  98. Update

    Mahidharah committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    69555dc View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    5eed043 View commit details
    Browse the repository at this point in the history
  100. Merge branch 'master' of https://github.com/Mahidharah/tp

    * 'master' of https://github.com/Mahidharah/tp:
      Update PPP
      Update ClientRoles.txt
      update PPP
      Manual test cases
      Update DG and UG
      update planned enhancements
      Modify DG for edit and mark/unmark commands
    Mahidharah committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    6aafce1 View commit details
    Browse the repository at this point in the history
  101. Update Documentation

    Mahidharah committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    10ad4a1 View commit details
    Browse the repository at this point in the history
  102. Merge pull request #269 from Mahidharah/master

    Update Documentation
    mingyu-wan committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    15da15c View commit details
    Browse the repository at this point in the history
  103. Update AboutUs.md

    Mahidharah committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    55b8eb5 View commit details
    Browse the repository at this point in the history
  104. Fix up DG Format

    mingyu-wan committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    deebb94 View commit details
    Browse the repository at this point in the history
  105. fix checkstyles

    mingyu-wan committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    adf137d View commit details
    Browse the repository at this point in the history
  106. Add files via upload

    Mahidharah committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    295e29f View commit details
    Browse the repository at this point in the history
  107. fix test cases

    mingyu-wan committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    7007b70 View commit details
    Browse the repository at this point in the history
  108. fix test cases

    mingyu-wan committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    9787857 View commit details
    Browse the repository at this point in the history
  109. Update mahidharah.md

    Mahidharah committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    ff43035 View commit details
    Browse the repository at this point in the history
  110. Merge pull request #270 from mingyu-wan/fix-dg-format

    Fix up DG Format
    mingyu-wan committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    6511b17 View commit details
    Browse the repository at this point in the history
  111. add page line breaks

    waseemingly committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    871b8d6 View commit details
    Browse the repository at this point in the history
  112. Configuration menu
    Copy the full SHA
    aeb41c6 View commit details
    Browse the repository at this point in the history
  113. change method name

    waseemingly committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    a22d0d9 View commit details
    Browse the repository at this point in the history
  114. Merge branch 'update-ug-format' of https://github.com/waseemingly/tp

    …into update-ug-format
    
    * 'update-ug-format' of https://github.com/waseemingly/tp:
      Update mahidharah.md
      fix test cases
      fix test cases
      fix checkstyles
      Fix up DG Format
    waseemingly committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    39d2d2a View commit details
    Browse the repository at this point in the history
  115. Update DeveloperGuide.md

    mingyu-wan committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    89e8855 View commit details
    Browse the repository at this point in the history
  116. Merge pull request #271 from mingyu-wan/fix-dg-format

    Update DeveloperGuide.md
    mingyu-wan committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    f724ec7 View commit details
    Browse the repository at this point in the history
  117. Merge pull request #272 from waseemingly/update-ug-format

    Update ug format
    waseemingly committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    c2a660f View commit details
    Browse the repository at this point in the history
  118. Update UserGuide.md

    Mahidharah committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    1b8d964 View commit details
    Browse the repository at this point in the history
  119. add spacing

    waseemingly committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    c335a37 View commit details
    Browse the repository at this point in the history
  120. Configuration menu
    Copy the full SHA
    00891e4 View commit details
    Browse the repository at this point in the history
  121. Update mahidharah.md

    Mahidharah committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    18e6ec7 View commit details
    Browse the repository at this point in the history
  122. Update mahidharah.md

    Mahidharah committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    575ebed View commit details
    Browse the repository at this point in the history
  123. Update mahidharah.md

    Mahidharah committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    9b36fdc View commit details
    Browse the repository at this point in the history
  124. Update mahidharah.md

    Mahidharah committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    7e10cf4 View commit details
    Browse the repository at this point in the history
  125. Update mahidharah.md

    Mahidharah committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    d03c9cf View commit details
    Browse the repository at this point in the history
  126. Update mahidharah.md

    Mahidharah committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    7da5aa4 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. no message

    ncmathan committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    12f0cfa View commit details
    Browse the repository at this point in the history
  2. formatting DG

    mingyu-wan committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    ddea2d1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #276 from mingyu-wan/master

    formatting DG
    mingyu-wan committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    e23884d View commit details
    Browse the repository at this point in the history
  4. Update DG

    ncmathan committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    911511d View commit details
    Browse the repository at this point in the history
  5. reformat dg

    mingyu-wan committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    3812c3b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #277 from mingyu-wan/master

    reformat dg
    mingyu-wan committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    3fcbd7d View commit details
    Browse the repository at this point in the history
  7. Merge branch 'update-DG' of https://github.com/ncmathan/tp into updat…

    …e-DG
    
    # Conflicts:
    #	docs/DeveloperGuide.md
    #	docs/UserGuide.md
    ncmathan committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    dde6208 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0e99ddf View commit details
    Browse the repository at this point in the history
  9. no message

    ncmathan committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    6f2fef3 View commit details
    Browse the repository at this point in the history
  10. reformat dg

    mingyu-wan committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    afe7516 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9679406 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #279 from mingyu-wan/master

    reformat dg
    mingyu-wan committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    44cbfc8 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #278 from ncmathan/update-DG

    Update UG
    ncmathan committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    85ccf53 View commit details
    Browse the repository at this point in the history
  14. reformat dg

    mingyu-wan committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    00d18a7 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #280 from mingyu-wan/master

    reformat dg
    mingyu-wan committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    e1136bc View commit details
    Browse the repository at this point in the history
  16. Fix bugs in UG and DG and update PPP

    emzm2023 authored and emzm2023 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    1230bb6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3be75dc View commit details
    Browse the repository at this point in the history
  18. reformat DG

    mingyu-wan committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    9681f1d View commit details
    Browse the repository at this point in the history
  19. Merge pull request #282 from mingyu-wan/master

    reformat DG
    mingyu-wan committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    762d190 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #281 from emzm2023/ug-edits

    Fix bugs in UG and DG and update PPP
    emzm2023 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    313a30f View commit details
    Browse the repository at this point in the history
  21. Fix checkstyle issues

    emzm2023 authored and emzm2023 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    429c2b2 View commit details
    Browse the repository at this point in the history
  22. Merge pull request #283 from emzm2023/fix-checkstyle

    Fix checkstyle issues
    emzm2023 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    d09fc68 View commit details
    Browse the repository at this point in the history
  23. Update PPP and version number

    emzm2023 authored and emzm2023 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    4ca9dcc View commit details
    Browse the repository at this point in the history
  24. fix UG

    mingyu-wan committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    63d6d0b View commit details
    Browse the repository at this point in the history
  25. Merge pull request #284 from emzm2023/master

    Update PPP and version number
    emzm2023 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    e73b585 View commit details
    Browse the repository at this point in the history
  26. fix ug

    mingyu-wan committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    1a702d0 View commit details
    Browse the repository at this point in the history
  27. Merge pull request #285 from mingyu-wan/master

    fix ug
    mingyu-wan committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    92d63e8 View commit details
    Browse the repository at this point in the history
  28. Update PPP

    emzm2023 authored and emzm2023 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    1e3a18d View commit details
    Browse the repository at this point in the history
  29. Merge pull request #286 from emzm2023/master

    Update PPP
    emzm2023 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    1c6f75b View commit details
    Browse the repository at this point in the history
  30. Update PPP

    emzm2023 authored and emzm2023 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    3112d6f View commit details
    Browse the repository at this point in the history
  31. Simplify PPP

    mingyu-wan committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    f03fc83 View commit details
    Browse the repository at this point in the history
  32. Update PPP

    ncmathan committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    445a6c5 View commit details
    Browse the repository at this point in the history
  33. Merge pull request #288 from mingyu-wan/master

    Update PPP
    mingyu-wan committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    27664c5 View commit details
    Browse the repository at this point in the history
  34. Merge branch 'update-DG' of https://github.com/ncmathan/tp into updat…

    …e-DG
    
    # Conflicts:
    #	docs/team/ncmathan.md
    ncmathan committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    bcb0fb8 View commit details
    Browse the repository at this point in the history
  35. Fix checkstyle

    emzm2023 authored and emzm2023 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    ae288d9 View commit details
    Browse the repository at this point in the history
  36. Merge pull request #287 from emzm2023/master

    Update PPP
    emzm2023 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    f2efb76 View commit details
    Browse the repository at this point in the history
  37. Merge pull request #289 from ncmathan/update-DG

    Update PPP
    emzm2023 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    ef81dc6 View commit details
    Browse the repository at this point in the history
  38. Update PPP

    emzm2023 authored and emzm2023 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    812fe44 View commit details
    Browse the repository at this point in the history
  39. no message

    ncmathan committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    32891b8 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    c9764af View commit details
    Browse the repository at this point in the history
  41. Merge pull request #291 from ncmathan/update-DG

    Update UG ToC
    ncmathan committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    37f316d View commit details
    Browse the repository at this point in the history
  42. fix documentations

    mingyu-wan committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    c894140 View commit details
    Browse the repository at this point in the history
  43. Merge pull request #290 from emzm2023/master

    Update PPP
    emzm2023 committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    85f180b View commit details
    Browse the repository at this point in the history
  44. Merge pull request #292 from mingyu-wan/master

    fix documentations
    mingyu-wan committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    110ad52 View commit details
    Browse the repository at this point in the history
  45. reformat dg

    mingyu-wan committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    f585ad9 View commit details
    Browse the repository at this point in the history
  46. Merge pull request #293 from mingyu-wan/master

    reformat dg
    mingyu-wan committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    47a100b View commit details
    Browse the repository at this point in the history
  47. Update DeveloperGuide.md

    mingyu-wan committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    d098488 View commit details
    Browse the repository at this point in the history
  48. Update UG TOC

    ncmathan committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    dd30b3d View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    edcd7d1 View commit details
    Browse the repository at this point in the history
  50. Merge pull request #294 from ncmathan/update-DG

    Update UG TOC
    ncmathan committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    940d3b3 View commit details
    Browse the repository at this point in the history
  51. Update UserGuide.md

    mingyu-wan committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    83cedb7 View commit details
    Browse the repository at this point in the history
  52. no message

    ncmathan committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    52c5b28 View commit details
    Browse the repository at this point in the history
  53. Merge branch 'update-DG' of https://github.com/ncmathan/tp into updat…

    …e-DG
    
    # Conflicts:
    #	docs/UserGuide.md
    ncmathan committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    d9c45ec View commit details
    Browse the repository at this point in the history
  54. Merge pull request #295 from ncmathan/update-DG

    Update UG
    ncmathan committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    89a02b6 View commit details
    Browse the repository at this point in the history
  55. Update DeveloperGuide.md

    Fixed broken TOC links
    ncmathan committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    131b781 View commit details
    Browse the repository at this point in the history
  56. Update DeveloperGuide.md

    Fixed link for planned enhancement
    ncmathan committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    c653d99 View commit details
    Browse the repository at this point in the history
  57. Update UserGuide.md

    Mahidharah committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    90ffef4 View commit details
    Browse the repository at this point in the history
  58. Update UserGuide.md

    Mahidharah committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    24d8759 View commit details
    Browse the repository at this point in the history
  59. Update UserGuide.md

    Mahidharah committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    21cebac View commit details
    Browse the repository at this point in the history
  60. Update UserGuide.md

    Mahidharah committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    bd3499f View commit details
    Browse the repository at this point in the history
  61. Update UserGuide.md

    Mahidharah committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    5aee628 View commit details
    Browse the repository at this point in the history
  62. Update UserGuide.md

    Mahidharah committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    c5e4d7a View commit details
    Browse the repository at this point in the history
  63. Update UserGuide.md

    Mahidharah committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    19c3daf View commit details
    Browse the repository at this point in the history
  64. Update UserGuide.md

    Mahidharah committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    1865614 View commit details
    Browse the repository at this point in the history
  65. Update UserGuide.md

    Mahidharah committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    1721548 View commit details
    Browse the repository at this point in the history
  66. Create 2103UserGuide

    Mahidharah committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    b6809ee View commit details
    Browse the repository at this point in the history
  67. Update UserGuide.md

    Mahidharah committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    6362385 View commit details
    Browse the repository at this point in the history
  68. Update UserGuide.md

    Mahidharah committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    4f9db89 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Update UserGuide.md

    Mahidharah committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    0aa5c2e View commit details
    Browse the repository at this point in the history
  2. Update UserGuide.md

    Mahidharah committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    e9939a5 View commit details
    Browse the repository at this point in the history
  3. Update UserGuide.md

    Mahidharah committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    6fffe26 View commit details
    Browse the repository at this point in the history
  4. Update UserGuide.md

    Mahidharah committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    3525611 View commit details
    Browse the repository at this point in the history
  5. Update UserGuide.md

    Mahidharah committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    20ca9bb View commit details
    Browse the repository at this point in the history
  6. Update UserGuide.md

    Mahidharah committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    de3850e View commit details
    Browse the repository at this point in the history
  7. Update UserGuide.md

    Mahidharah committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    c8dc092 View commit details
    Browse the repository at this point in the history
  8. Update UserGuide.md

    Mahidharah committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    848e9e7 View commit details
    Browse the repository at this point in the history
  9. Update UserGuide.md

    Mahidharah committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    cea4c57 View commit details
    Browse the repository at this point in the history
  10. no message

    waseemingly committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    3dfecb9 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'master' of https://github.com/waseemingly/tp

    * 'master' of https://github.com/waseemingly/tp:
      Update UserGuide.md
      Update UserGuide.md
      Update UserGuide.md
      Update UserGuide.md
      Update UserGuide.md
      Update UserGuide.md
      Update UserGuide.md
      Update UserGuide.md
      Update UserGuide.md
      Update UserGuide.md
      Create 2103UserGuide
    waseemingly committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    f484a43 View commit details
    Browse the repository at this point in the history
  12. Update UserGuide.md

    Mahidharah committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    a2a90d6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    30ce6fe View commit details
    Browse the repository at this point in the history
  14. fix check style errors

    waseemingly committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    09c91bb View commit details
    Browse the repository at this point in the history
  15. Edit UG

    emzm2023 authored and emzm2023 committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    b113773 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e30d8c8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4300e95 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #296 from waseemingly/update-ug

    Update user guide format
    Mahidharah committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    814af8f View commit details
    Browse the repository at this point in the history
  19. Merge pull request #297 from emzm2023/master

    Edit UG
    Mahidharah committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    0f8febc View commit details
    Browse the repository at this point in the history
  20. Update UG

    emzm2023 authored and emzm2023 committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    a5d9bee View commit details
    Browse the repository at this point in the history
  21. Update UserGuide.md

    Mahidharah committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    6396bd6 View commit details
    Browse the repository at this point in the history
  22. Update UserGuide.md

    Mahidharah committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    67a4fde View commit details
    Browse the repository at this point in the history
  23. Merge pull request #298 from emzm2023/master

    Update UG
    Mahidharah committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    69610f4 View commit details
    Browse the repository at this point in the history
  24. Update UserGuide.md

    Mahidharah committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    d14b943 View commit details
    Browse the repository at this point in the history
  25. Update UserGuide.md

    Mahidharah committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    560ff28 View commit details
    Browse the repository at this point in the history
  26. Update UserGuide.md

    Mahidharah committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    91dafe2 View commit details
    Browse the repository at this point in the history
  27. Update UserGuide.md

    Mahidharah committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    a76135a View commit details
    Browse the repository at this point in the history
  28. Update UserGuide.md

    Mahidharah committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    ec684b3 View commit details
    Browse the repository at this point in the history
  29. Update UserGuide.md

    Mahidharah committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    b539b2f View commit details
    Browse the repository at this point in the history
  30. Update UserGuide.md

    Mahidharah committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    a3b9d8c View commit details
    Browse the repository at this point in the history
  31. Update UserGuide.md

    Mahidharah committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    de17fc0 View commit details
    Browse the repository at this point in the history
  32. Update UserGuide.md

    Mahidharah committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    49eaa4e View commit details
    Browse the repository at this point in the history
  33. Update UserGuide.md

    Mahidharah committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    2591b62 View commit details
    Browse the repository at this point in the history
  34. Update UserGuide.md

    Mahidharah committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    2de42c0 View commit details
    Browse the repository at this point in the history
  35. Update UserGuide.md

    Mahidharah committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    d21762e View commit details
    Browse the repository at this point in the history
  36. Update UserGuide.md

    Mahidharah committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    e6595ef View commit details
    Browse the repository at this point in the history
  37. Update UserGuide.md

    Mahidharah committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    8838e83 View commit details
    Browse the repository at this point in the history
  38. Update UserGuide.md

    Mahidharah committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    a90b0f2 View commit details
    Browse the repository at this point in the history
  39. Update UserGuide.md

    Mahidharah committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    d1ea095 View commit details
    Browse the repository at this point in the history
  40. Update UserGuide.md

    Mahidharah committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    19fd902 View commit details
    Browse the repository at this point in the history
  41. Update UserGuide.md

    Mahidharah committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    49d9b87 View commit details
    Browse the repository at this point in the history
  42. Update UserGuide.md

    Mahidharah committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    24889eb View commit details
    Browse the repository at this point in the history
  43. Update UserGuide.md

    Mahidharah committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    6461caa View commit details
    Browse the repository at this point in the history
  44. Update UserGuide.md

    Mahidharah committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    94a80ca View commit details
    Browse the repository at this point in the history
  45. Update UserGuide.md

    Mahidharah committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    fdc2461 View commit details
    Browse the repository at this point in the history
  46. Update UserGuide.md

    Mahidharah committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    5d166ff View commit details
    Browse the repository at this point in the history
  47. Update UserGuide.md

    Mahidharah committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    dc12dd9 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. fix checkstyle errors

    waseemingly committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    3a9454e View commit details
    Browse the repository at this point in the history
  2. fix check style

    waseemingly committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    8afd349 View commit details
    Browse the repository at this point in the history
  3. fix checkstyle

    waseemingly committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    850f366 View commit details
    Browse the repository at this point in the history
  4. fix checkstyle errors

    waseemingly committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    4897955 View commit details
    Browse the repository at this point in the history
  5. fix check style

    waseemingly committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    b5c0a7b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #299 from waseemingly/update-checkstyle

    fix check style
    waseemingly committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    d4b6066 View commit details
    Browse the repository at this point in the history