Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR for graduate project #1

Open
wants to merge 53 commits into
base: master
Choose a base branch
from
Open

PR for graduate project #1

wants to merge 53 commits into from

Commits on Jul 3, 2022

  1. chore: server boilerplate

    skaurus committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    a0fd35f View commit details
    Browse the repository at this point in the history
  2. chore: adding db support

    skaurus committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    c86b14f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6ad372 View commit details
    Browse the repository at this point in the history
  4. fix: fix go vet warning

    skaurus committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    036ce0d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    934ad76 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7ec567d View commit details
    Browse the repository at this point in the history
  7. feat: user login

    skaurus committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    09ef967 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    be2c3c4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    00fd197 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    37fad01 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4be4cef View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0578713 View commit details
    Browse the repository at this point in the history
  13. chore: installed commitizen

    skaurus committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    7d61179 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bcb4775 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b59aa4c View commit details
    Browse the repository at this point in the history
  16. chore: changed comment text

    skaurus committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    680b9f1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7b81584 View commit details
    Browse the repository at this point in the history
  18. chore: pleased go vet

    skaurus committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    68a152b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4d18573 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    1930d75 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    7b8bfd2 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f9704f7 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    b27a4f6 View commit details
    Browse the repository at this point in the history
  24. fix: pleasing go vet

    skaurus committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    1fc08b4 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    674b0b1 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    7addc34 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    59276fc View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    1913447 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    18e196b View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    7656b11 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    4de4bf7 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    16a5678 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    1f68864 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    e4e5d8b View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    838110c View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    6d80701 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    2ca3da9 View commit details
    Browse the repository at this point in the history
  38. feat: made GIN use zerolog

    skaurus committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    7245cd6 View commit details
    Browse the repository at this point in the history
  39. fix(db): fix for QueryRow - it will always return first row

    previously, if query returned more than one row, this method returned last one
    skaurus committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    c565ab7 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    7b928cb View commit details
    Browse the repository at this point in the history
  41. refactor(orders): accrue now accepts *Order and Update accepts OrderU…

    …pdate
    
    previously it was Order in both cases. first change is for efficiency, second for clarity (what
    fields would be updated)
    skaurus committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    930f829 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    96b90d9 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    24efd77 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    cfd5a09 View commit details
    Browse the repository at this point in the history
  45. fix: pleased go vet

    skaurus committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    c95cf9a View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    6a847ed View commit details
    Browse the repository at this point in the history
  47. test: pleased go vet

    skaurus committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    8699591 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Configuration menu
    Copy the full SHA
    f9a0220 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9e2475 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3baa8f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    10afa7e View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

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