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

Enchance refractor clean up #21

Open
wants to merge 42 commits into
base: prod
Choose a base branch
from
Open

Commits on Jun 27, 2021

  1. Configuration menu
    Copy the full SHA
    099f5f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5ab1e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c1636c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0fdf1e View commit details
    Browse the repository at this point in the history
  5. removed deprecated code

    ebiggerr committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    56c0300 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. add logger into the class

    changed the return of the method generateTokenAuthentication() when there is something wrong during the creation of JWT
    ebiggerr committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    6cc24e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dec0f0c View commit details
    Browse the repository at this point in the history
  3. changed "return" to inline

    - cleaner code
    ebiggerr committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    545bf6b View commit details
    Browse the repository at this point in the history
  4. removed unnecessary comments

    ebiggerr committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    c3fad43 View commit details
    Browse the repository at this point in the history
  5. removed unnecessary comments

    ebiggerr committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    2ad9ef1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    18fdcf2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f2bc64f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ec0daae View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cfc4b9e View commit details
    Browse the repository at this point in the history
  10. added the field of "id"

    ebiggerr committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    c663cf9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ed4ca6b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6155052 View commit details
    Browse the repository at this point in the history
  13. optimized imports

    ebiggerr committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    65ba59e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6dbddbf View commit details
    Browse the repository at this point in the history
  15. update the README.md

    ebiggerr committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    2e72a68 View commit details
    Browse the repository at this point in the history
  16. update the README.md

    ebiggerr committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    350bcfe View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Configuration menu
    Copy the full SHA
    bc738ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    498d8c8 View commit details
    Browse the repository at this point in the history
  3. add comments

    ebiggerr committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    d415eb8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1eaf20 View commit details
    Browse the repository at this point in the history
  5. -renamed the methods name in RestockController.java

    -renamed AddStockForAnItem to addStockForAnItem in RestockController.java (updated StockService.java as there is a usage of this method)
    -removed unused comments in RestockController.java
    ebiggerr committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    867eba2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3fa3551 View commit details
    Browse the repository at this point in the history
  7. renamed the name of methods for better description

    -enumeration for PostgreSQL
    -updated the method of account registration in AccountService.java
    -added "accountemail" to AccountEntity.java
    ebiggerr committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    e80b905 View commit details
    Browse the repository at this point in the history
  8. PostgreSQL enum type

    ebiggerr committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    6bdcb73 View commit details
    Browse the repository at this point in the history
  9. changed the name of method

    ebiggerr committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    7b9f262 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f99c785 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2021

  1. Configuration menu
    Copy the full SHA
    768c47b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70f93a1 View commit details
    Browse the repository at this point in the history
  3. Fix - removed test

    ebiggerr committed Jul 18, 2021
    Configuration menu
    Copy the full SHA
    3fbf474 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a58fae7 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. Feature - Update database schema to support batch expiry tracking in …

    …the future upcoming version
    ebiggerr committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    09ef535 View commit details
    Browse the repository at this point in the history
  2. Feature : Improve the restock update by adding information on who per…

    …forming the restock operation by saving the accountId along with the record.
    ebiggerr committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    d8bab6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e32b15e View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2021

  1. Changes made to things related to the account controller

    1. More comment
    ebiggerr committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    8508b22 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. Configuration menu
    Copy the full SHA
    fb4d4f1 View commit details
    Browse the repository at this point in the history
  2. Enhance - Lazy

    ebiggerr committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    5979e00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f67568 View commit details
    Browse the repository at this point in the history