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

cleanup: fix java linting errors #131

Merged
merged 235 commits into from
May 12, 2022
Merged

cleanup: fix java linting errors #131

merged 235 commits into from
May 12, 2022

Commits on Mar 17, 2022

  1. improvement: add mysql support for the inventory service (#89)

    * fix: remove incorrect delimiter in skaffold
    
    * ci: add skaffold build step
    
    * fix: namespace error in cloudbuild
    
    * fix: the cloudbuild config for gcloud
    
    * fix: the pr number prefix
    
    * cleanup: use kubectl image
    
    * cleanup: format cloudbuild file
    
    * fix: pr prefix
    
    * fix: change underscore to hyphen
    
    * cleanup: update kubectl image in skaffold builder
    
    * fix: kubectl command
    
    * cleanup: add correct node version tag
    
    * cleanup: update namepsace yaml creation
    
    * cleanup: update the skaffold image usage
    
    * cleanup: split the gcloud command
    
    * cleanup: fix extra quotes
    
    * fix: split the cloudbuild step commands
    
    * cleanup: move gcloud and skaffold into a file
    
    * cleanup: split the exec command
    
    * fix: add skaffold build and deploy steps
    
    * cleanup: add timeout to build
    
    * cleanup: remove unused image
    
    * cleanup: remove unused file
    
    * process: add options related t custom sa
    
    * cleanup: write logs to bucket
    
    * test: trigger ci
    
    * test: trigger ci
    
    * cleanup: remove unnecessary skaffold steps
    
    * cleanup:migrate to new project
    
    * cleanup:migrate to new project
    
    * test: check builds
    
    * test: check builds
    
    * test: check builds
    
    * ci: add cleanup step
    
    * ci: fix merge commits
    
    * ci: add steps to deploy main to staging
    
    * test: check builds
    
    * ci: split the deploy steps
    
    * test: check builds
    
    * test: check builds
    
    * test: check builds
    
    * ci: remove the maven clean
    
    * ci: fix repo name
    
    * ci: fix repo name
    
    * ci: comment the artifact maven plugin
    
    * ci: add mvn clean step before skaffold
    
    * ci: run the maven wrapper
    
    * ci run the mvnw first
    
    * ci: remove mvnw
    
    * ci: remove mvnw
    
    * ci: make mvnw executable
    
    * ci: add mvnw back
    
    * ci: add mvnw to the merge to pr step
    
    * doc: minor fix (#87)
    
    * doc: test pr (#88)
    
    * doc: minor fix
    
    * test: check builds
    
    * test: check builds
    
    * fix: remove maven clean
    
    * fix: remove maven clean
    
    * ci: remove initial mvn install
    
    * test: check builds
    
    * cleanup: change master to main
    
    * improvement: add db access layer to the inventory service
    
    * improvement: complete mysql to inventory service
    
    * ci: add license header
    
    * fix: skip datasource loading with payments and apiserver
    
    * fix: explude JDBC in tests
    
    * cleanup: remove the exclusion rule in test
    
    * fix: NPE
    
    * test: check builds
    
    * test: exclude hibernate
    
    * add: spring profiles and h2 db
    
    * improvement: add mysql manifest
    
    * improvement: split skaffold with profiles
    
    * doc: add readme
    
    * fix: update the skaffold commands
    
    * lint: remove unnecessary extra line
    
    * cleanup: add region tags
    
    * cleanup: add profiles for db
    
    * config: fix skaffold ot point to correct repo for mysql
    
    * config: move build to the dev profile
    
    * fix: skaffold error with 3p images
    
    * ci: add inmemory profile to the pr cloudbuild yaml
    
    * ci: add deployment type suffix to tag
    
    * cleanup: fix region tags
    
    * ci: update cleanup and staging ci yamls
    
    * ci: increase timeout
    
    * doc: add details for inmemory profile
    Shabirmean committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    cf70457 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. Configuration menu
    Copy the full SHA
    6288f10 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. improvement: add mysql payments (#90)

    * fix: remove incorrect delimiter in skaffold
    
    * ci: add skaffold build step
    
    * fix: namespace error in cloudbuild
    
    * fix: the cloudbuild config for gcloud
    
    * fix: the pr number prefix
    
    * cleanup: use kubectl image
    
    * cleanup: format cloudbuild file
    
    * fix: pr prefix
    
    * fix: change underscore to hyphen
    
    * cleanup: update kubectl image in skaffold builder
    
    * fix: kubectl command
    
    * cleanup: add correct node version tag
    
    * cleanup: update namepsace yaml creation
    
    * cleanup: update the skaffold image usage
    
    * cleanup: split the gcloud command
    
    * cleanup: fix extra quotes
    
    * fix: split the cloudbuild step commands
    
    * cleanup: move gcloud and skaffold into a file
    
    * cleanup: split the exec command
    
    * fix: add skaffold build and deploy steps
    
    * cleanup: add timeout to build
    
    * cleanup: remove unused image
    
    * cleanup: remove unused file
    
    * process: add options related t custom sa
    
    * cleanup: write logs to bucket
    
    * test: trigger ci
    
    * test: trigger ci
    
    * cleanup: remove unnecessary skaffold steps
    
    * cleanup:migrate to new project
    
    * cleanup:migrate to new project
    
    * test: check builds
    
    * test: check builds
    
    * test: check builds
    
    * ci: add cleanup step
    
    * ci: fix merge commits
    
    * ci: add steps to deploy main to staging
    
    * test: check builds
    
    * ci: split the deploy steps
    
    * test: check builds
    
    * test: check builds
    
    * test: check builds
    
    * ci: remove the maven clean
    
    * ci: fix repo name
    
    * ci: fix repo name
    
    * ci: comment the artifact maven plugin
    
    * ci: add mvn clean step before skaffold
    
    * ci: run the maven wrapper
    
    * ci run the mvnw first
    
    * ci: remove mvnw
    
    * ci: remove mvnw
    
    * ci: make mvnw executable
    
    * ci: add mvnw back
    
    * ci: add mvnw to the merge to pr step
    
    * doc: minor fix (#87)
    
    * doc: test pr (#88)
    
    * doc: minor fix
    
    * test: check builds
    
    * test: check builds
    
    * fix: remove maven clean
    
    * fix: remove maven clean
    
    * ci: remove initial mvn install
    
    * test: check builds
    
    * cleanup: change master to main
    
    * improvement: add db access layer to the inventory service
    
    * improvement: complete mysql to inventory service
    
    * ci: add license header
    
    * improvement: add mysql to payments
    
    * improvement: add db stuff to payments service
    
    * lint: add header
    
    * fix: skip datasource loading with payments and apiserver
    
    * fix: explude JDBC in tests
    
    * cleanup: remove the exclusion rule in test
    
    * fix: NPE
    
    * test: check builds
    
    * test: exclude hibernate
    
    * add: spring profiles and h2 db
    
    * improvement: add mysql manifest
    
    * improvement: split skaffold with profiles
    
    * doc: add readme
    
    * fix: update the skaffold commands
    
    * lint: remove unnecessary extra line
    
    * cleanup: add region tags
    
    * cleanup: point to new project ci
    
    * cleanup: remove command activation in skaffold
    
    * ci: fix the skaffold profile definintion
    
    * skaffold: add snapshot tag until first release
    
    * doc: add comment with the link to the builder
    
    * cleanup: add profiles for db
    
    * config: fix skaffold ot point to correct repo for mysql
    
    * config: move build to the dev profile
    
    * fix: skaffold error with 3p images
    
    * ci: add inmemory profile to the pr cloudbuild yaml
    
    * ci: add deployment type suffix to tag
    
    * cleanup: fix region tags
    
    * ci: update cleanup and staging ci yamls
    
    * ci: increase timeout
    
    * ci: add encrypted token
    
    * fix: cloudbuild yaml for gh token
    
    * fix: remove linebreak
    
    * fix: remove linebreak
    
    * test: check builds
    
    * ci: format
    
    * fix: gh command
    
    * cleanup: update app.properties for payments
    
    * fix: quotation issue in jsonpath
    
    * ci: split Ip fetching to a script
    
    * ci: update the image for the github ci
    
    * cleanup: remove the inmemory payment impl
    
    * ci: fix the comment step in the build
    
    * ci: fix the substitution variable rrors
    
    * cleanup: remove unused class
    
    * cleanup: remove ref to deleted class
    
    * ci: add markdown syntax for URL
    
    * fix: invalid import statement
    
    * fix: removed fields during merge
    
    * cldeanup: remove extra space
    
    * test: check builds
    
    * ci: update the gh comment
    
    * test: check builds
    
    * fix: error with the incorrect annotation
    
    * cleanup: remove unnecessary annotations
    Shabirmean committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    54bbe9a View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. fix: mysql warning (#110)

    Shabirmean committed May 5, 2022
    Configuration menu
    Copy the full SHA
    7f9d815 View commit details
    Browse the repository at this point in the history
  2. doc: restructure

    Shabirmean committed May 5, 2022
    Configuration menu
    Copy the full SHA
    0ce6f64 View commit details
    Browse the repository at this point in the history
  3. doc: fix region tag

    Shabirmean committed May 5, 2022
    Configuration menu
    Copy the full SHA
    9219322 View commit details
    Browse the repository at this point in the history
  4. doc: fix region tags

    Shabirmean committed May 5, 2022
    Configuration menu
    Copy the full SHA
    04d2a36 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98d47b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    57156a7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    043aa08 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4749277 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    de087f7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8ad84d8 View commit details
    Browse the repository at this point in the history
  11. fix: update the header

    Shabirmean committed May 5, 2022
    Configuration menu
    Copy the full SHA
    fc20d43 View commit details
    Browse the repository at this point in the history
  12. fix: clpoudbuil yaml

    Shabirmean committed May 5, 2022
    Configuration menu
    Copy the full SHA
    be14d10 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fca0867 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    88a4f84 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. Configuration menu
    Copy the full SHA
    d455ae0 View commit details
    Browse the repository at this point in the history
  2. header: fix year

    Shabirmean committed May 6, 2022
    Configuration menu
    Copy the full SHA
    5a3bee9 View commit details
    Browse the repository at this point in the history
  3. cleanup: remove and add

    Shabirmean committed May 6, 2022
    Configuration menu
    Copy the full SHA
    c7fbcfc View commit details
    Browse the repository at this point in the history
  4. fix: header check error

    Shabirmean committed May 6, 2022
    Configuration menu
    Copy the full SHA
    69e9771 View commit details
    Browse the repository at this point in the history
  5. test: find directory

    Shabirmean committed May 6, 2022
    Configuration menu
    Copy the full SHA
    b67499e View commit details
    Browse the repository at this point in the history
  6. test: find directory

    Shabirmean committed May 6, 2022
    Configuration menu
    Copy the full SHA
    53ea578 View commit details
    Browse the repository at this point in the history
  7. test: find directory

    Shabirmean committed May 6, 2022
    Configuration menu
    Copy the full SHA
    a12f98f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0ffaa1b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2cf31ef View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    17d7737 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    125e792 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b1703a1 View commit details
    Browse the repository at this point in the history
  13. doc: restructure directories and add quickstart (#115)

    * doc: restructure
    
    * doc: fix region tag
    
    * doc: fix region tags
    
    * cleanup: update the skaffold file
    
    * cleanup: add project suffix to the pom
    
    * cleanup: fix path error in cloudbuild yaml
    
    * fix: update the cloudbuild yamls
    
    * cleanup: add the mvnwrapper
    
    * lint: add correct license year
    
    * fix: update the header
    
    * fix: clpoudbuil yaml
    
    * ci: add dir for deploy step
    
    * ci: revert cloudbuild changes
    
    * test: find directory
    
    * test: find directory
    
    * test: find directory
    
    * cleanup: move maven wrapper to the root
    
    * cleanup: add relativePath to parent pom
    
    * cleanup: update the push to main yaml
    
    * fix: the path issue in the apiserver pom
    Shabirmean committed May 6, 2022
    Configuration menu
    Copy the full SHA
    427b6e9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    174d32d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6f05b9c View commit details
    Browse the repository at this point in the history
  16. release: fix str error

    Shabirmean committed May 6, 2022
    Configuration menu
    Copy the full SHA
    462aa8d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3b087ae View commit details
    Browse the repository at this point in the history
  18. cleanuP: fix pom linting

    Shabirmean committed May 6, 2022
    Configuration menu
    Copy the full SHA
    743019a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0df552b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7d28575 View commit details
    Browse the repository at this point in the history
  21. fix: merge conflict

    Shabirmean committed May 6, 2022
    Configuration menu
    Copy the full SHA
    5a63b46 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b405ded View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    514d306 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    cdba0ba View commit details
    Browse the repository at this point in the history
  25. lint: reformat the pom

    Shabirmean committed May 6, 2022
    Configuration menu
    Copy the full SHA
    3bdc013 View commit details
    Browse the repository at this point in the history
  26. lint: remove extra space

    Shabirmean committed May 6, 2022
    Configuration menu
    Copy the full SHA
    1a7f75f View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    8f3fae2 View commit details
    Browse the repository at this point in the history
  28. Revert "chore(release): 0.1.0-SNAPSHOT"

    This reverts commit 8f3fae2.
    Shabirmean committed May 6, 2022
    Configuration menu
    Copy the full SHA
    843fa58 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    fdb238f View commit details
    Browse the repository at this point in the history
  30. Revert "chore(release): 0.1.0-SNAPSHOT"

    This reverts commit fdb238f.
    Shabirmean committed May 6, 2022
    Configuration menu
    Copy the full SHA
    ed14000 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2022

  1. Configuration menu
    Copy the full SHA
    4d7627a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91389ee View commit details
    Browse the repository at this point in the history
  3. fix: indent on pkf json

    Shabirmean committed May 7, 2022
    Configuration menu
    Copy the full SHA
    171c174 View commit details
    Browse the repository at this point in the history
  4. fix: indent on pkf json

    Shabirmean committed May 7, 2022
    Configuration menu
    Copy the full SHA
    f4b011c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e21372 View commit details
    Browse the repository at this point in the history
  6. fix: escape env subs

    Shabirmean committed May 7, 2022
    Configuration menu
    Copy the full SHA
    fb00f69 View commit details
    Browse the repository at this point in the history
  7. chore: add branch name

    Shabirmean committed May 7, 2022
    Configuration menu
    Copy the full SHA
    41d3c36 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9f2c635 View commit details
    Browse the repository at this point in the history
  9. chore: add git branch

    Shabirmean committed May 7, 2022
    Configuration menu
    Copy the full SHA
    fec6bcf View commit details
    Browse the repository at this point in the history
  10. chore: add remote

    Shabirmean committed May 7, 2022
    Configuration menu
    Copy the full SHA
    263c495 View commit details
    Browse the repository at this point in the history
  11. test: show remote

    Shabirmean committed May 7, 2022
    Configuration menu
    Copy the full SHA
    dec111c View commit details
    Browse the repository at this point in the history
  12. test: show remote

    Shabirmean committed May 7, 2022
    Configuration menu
    Copy the full SHA
    f692b04 View commit details
    Browse the repository at this point in the history
  13. test: show remote

    Shabirmean committed May 7, 2022
    Configuration menu
    Copy the full SHA
    8542ea0 View commit details
    Browse the repository at this point in the history
  14. test: show remote

    Shabirmean committed May 7, 2022
    Configuration menu
    Copy the full SHA
    a3d6a8c View commit details
    Browse the repository at this point in the history
  15. test: show remote

    Shabirmean committed May 7, 2022
    Configuration menu
    Copy the full SHA
    92ed687 View commit details
    Browse the repository at this point in the history
  16. test: show remote

    Shabirmean committed May 7, 2022
    Configuration menu
    Copy the full SHA
    e32dc05 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    00e36d9 View commit details
    Browse the repository at this point in the history
  18. Revert "release: update version before release"

    This reverts commit 00e36d9.
    Shabirmean committed May 7, 2022
    Configuration menu
    Copy the full SHA
    214bb2a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    703de96 View commit details
    Browse the repository at this point in the history
  20. test: show remote

    Shabirmean committed May 7, 2022
    Configuration menu
    Copy the full SHA
    0860659 View commit details
    Browse the repository at this point in the history
  21. test: set branch

    Shabirmean committed May 7, 2022
    Configuration menu
    Copy the full SHA
    d481879 View commit details
    Browse the repository at this point in the history
  22. test: set branch

    Shabirmean committed May 7, 2022
    Configuration menu
    Copy the full SHA
    6f23639 View commit details
    Browse the repository at this point in the history
  23. test: set branch

    Shabirmean committed May 7, 2022
    Configuration menu
    Copy the full SHA
    f2bc291 View commit details
    Browse the repository at this point in the history
  24. test: set branch

    Shabirmean committed May 7, 2022
    Configuration menu
    Copy the full SHA
    b3cf2ed View commit details
    Browse the repository at this point in the history
  25. test: set branch

    Shabirmean committed May 7, 2022
    Configuration menu
    Copy the full SHA
    a9d87ae View commit details
    Browse the repository at this point in the history
  26. test: set branch

    Shabirmean committed May 7, 2022
    Configuration menu
    Copy the full SHA
    a198c30 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    db838c5 View commit details
    Browse the repository at this point in the history
  28. Revert "release: update version before release"

    This reverts commit db838c5.
    Shabirmean committed May 7, 2022
    Configuration menu
    Copy the full SHA
    5722656 View commit details
    Browse the repository at this point in the history
  29. test: set branch

    Shabirmean committed May 7, 2022
    Configuration menu
    Copy the full SHA
    2cf05bd View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    c6590f6 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    7775bb3 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    b216a21 View commit details
    Browse the repository at this point in the history
  33. Revert "release: update version before release"

    This reverts commit c6590f6.
    Shabirmean committed May 7, 2022
    Configuration menu
    Copy the full SHA
    8b16346 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    b04b94a View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    f2649c4 View commit details
    Browse the repository at this point in the history
  36. Revert "release: update version before release"

    This reverts commit f2649c4.
    Shabirmean committed May 7, 2022
    Configuration menu
    Copy the full SHA
    347f67f View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    ff14e7f View commit details
    Browse the repository at this point in the history
  38. chore: add publish yaml

    Shabirmean committed May 7, 2022
    Configuration menu
    Copy the full SHA
    369b714 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    34ffa2e View commit details
    Browse the repository at this point in the history
  40. Revert "release: update version before release"

    This reverts commit ff14e7f.
    Shabirmean committed May 7, 2022
    Configuration menu
    Copy the full SHA
    49e68f6 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    110a1bc View commit details
    Browse the repository at this point in the history
  42. Revert "release: update version before release"

    This reverts commit 110a1bc.
    Shabirmean committed May 7, 2022
    Configuration menu
    Copy the full SHA
    8c190eb View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    bb498da View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    50d2114 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    c076a4b View commit details
    Browse the repository at this point in the history
  46. chore: rearrange code

    Shabirmean committed May 7, 2022
    Configuration menu
    Copy the full SHA
    ad1aaf5 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    550eb9c View commit details
    Browse the repository at this point in the history
  48. chore: fix version error

    Shabirmean committed May 7, 2022
    Configuration menu
    Copy the full SHA
    8ed044a View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    fdd71aa View commit details
    Browse the repository at this point in the history
  50. Revert "release: update version before release"

    This reverts commit 550eb9c.
    Shabirmean committed May 7, 2022
    Configuration menu
    Copy the full SHA
    6ac652f View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    65bd83f View commit details
    Browse the repository at this point in the history
  52. Revert "release: update version before release"

    This reverts commit 65bd83f.
    Shabirmean committed May 7, 2022
    Configuration menu
    Copy the full SHA
    721673b View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    299a413 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    3fe4f54 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Revert "release: update version before release"

    This reverts commit 3fe4f54.
    Shabirmean committed May 9, 2022
    Configuration menu
    Copy the full SHA
    7f933cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ed9dc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec7b888 View commit details
    Browse the repository at this point in the history
  4. Revert "release: update version before release"

    This reverts commit ec7b888.
    Shabirmean committed May 9, 2022
    Configuration menu
    Copy the full SHA
    5d54689 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2903135 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    abbdbd4 View commit details
    Browse the repository at this point in the history
  7. Revert "release: update version before release"

    This reverts commit abbdbd4.
    Shabirmean committed May 9, 2022
    Configuration menu
    Copy the full SHA
    5f517d0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aead726 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ececb4d View commit details
    Browse the repository at this point in the history
  10. Revert "release: update version before release"

    This reverts commit ececb4d.
    Shabirmean committed May 9, 2022
    Configuration menu
    Copy the full SHA
    cc39916 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    54e904b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4208bd6 View commit details
    Browse the repository at this point in the history
  13. Revert "release: update version before release"

    This reverts commit 4208bd6.
    Shabirmean committed May 9, 2022
    Configuration menu
    Copy the full SHA
    3f41935 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1cda3ad View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9642318 View commit details
    Browse the repository at this point in the history
  16. Revert "release: update version before release"

    This reverts commit 9642318.
    Shabirmean committed May 9, 2022
    Configuration menu
    Copy the full SHA
    ac001ef View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    73463b2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9aebc49 View commit details
    Browse the repository at this point in the history
  19. Revert "release: update version before release"

    This reverts commit 9aebc49.
    Shabirmean committed May 9, 2022
    Configuration menu
    Copy the full SHA
    172a4fc View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6986454 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0039752 View commit details
    Browse the repository at this point in the history
  22. Revert "release: update version before release"

    This reverts commit 0039752.
    Shabirmean committed May 9, 2022
    Configuration menu
    Copy the full SHA
    3a2a760 View commit details
    Browse the repository at this point in the history
  23. cleanup: rearrange yamls

    Shabirmean committed May 9, 2022
    Configuration menu
    Copy the full SHA
    02145a5 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    fcbfc01 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    dbcbac0 View commit details
    Browse the repository at this point in the history
  26. chore: add new lines

    Shabirmean committed May 9, 2022
    Configuration menu
    Copy the full SHA
    5e20bcb View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    3577cd8 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    2318356 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    e190173 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    02c4300 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    8481826 View commit details
    Browse the repository at this point in the history
  32. chore: add new argument

    Shabirmean committed May 9, 2022
    Configuration menu
    Copy the full SHA
    d624a82 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    4f53672 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    983488f View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    1f89701 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    024c302 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    463b7ba View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    75791dc View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    6109fb1 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    bfc17d0 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    4ff59b4 View commit details
    Browse the repository at this point in the history
  42. chore: fix bash error

    Shabirmean committed May 9, 2022
    Configuration menu
    Copy the full SHA
    924e2a3 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    7d5aad9 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    1f42ce0 View commit details
    Browse the repository at this point in the history
  45. chore: add formatting

    Shabirmean committed May 9, 2022
    Configuration menu
    Copy the full SHA
    aa2c1f9 View commit details
    Browse the repository at this point in the history
  46. Revert "release: update version before release"

    This reverts commit 7d5aad9.
    Shabirmean committed May 9, 2022
    Configuration menu
    Copy the full SHA
    2578ef8 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    6060176 View commit details
    Browse the repository at this point in the history
  48. chore: fix versions

    Shabirmean committed May 9, 2022
    Configuration menu
    Copy the full SHA
    326ed4f View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    e950c9f View commit details
    Browse the repository at this point in the history
  50. chore: fix commit message

    Shabirmean committed May 9, 2022
    Configuration menu
    Copy the full SHA
    d9aa2a4 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    20f362a View commit details
    Browse the repository at this point in the history
  52. chore: fix formatting

    Shabirmean committed May 9, 2022
    Configuration menu
    Copy the full SHA
    a8d65f9 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    e47ed2f View commit details
    Browse the repository at this point in the history
  54. Revert "release: update version before release"

    This reverts commit 20f362a.
    Shabirmean committed May 9, 2022
    Configuration menu
    Copy the full SHA
    60cdd21 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    f60edcb View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    ee086cc View commit details
    Browse the repository at this point in the history
  57. Revert "release: update version before release"

    This reverts commit ee086cc.
    Shabirmean committed May 9, 2022
    Configuration menu
    Copy the full SHA
    fdf2c83 View commit details
    Browse the repository at this point in the history
  58. chore add deploy script

    Shabirmean committed May 9, 2022
    Configuration menu
    Copy the full SHA
    0ed9c17 View commit details
    Browse the repository at this point in the history
  59. chore: fix branch error

    Shabirmean committed May 9, 2022
    Configuration menu
    Copy the full SHA
    0fcd324 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    4473cb5 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    b52cb58 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    67f7c64 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    a437020 View commit details
    Browse the repository at this point in the history
  64. Revert "release: update version before release"

    This reverts commit 4473cb5.
    Shabirmean committed May 9, 2022
    Configuration menu
    Copy the full SHA
    a88198e View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    aa75570 View commit details
    Browse the repository at this point in the history
  66. chore: fix deploy ci

    Shabirmean committed May 9, 2022
    Configuration menu
    Copy the full SHA
    c6e699e View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    801b623 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    46d5fbd View commit details
    Browse the repository at this point in the history
  69. chore(release): 0.1.0

    Shabirmean committed May 9, 2022
    Configuration menu
    Copy the full SHA
    0b82562 View commit details
    Browse the repository at this point in the history
  70. chore(release): 0.1.1

    Shabirmean committed May 9, 2022
    Configuration menu
    Copy the full SHA
    91df771 View commit details
    Browse the repository at this point in the history
  71. chore: fix comment msg

    Shabirmean committed May 9, 2022
    Configuration menu
    Copy the full SHA
    c8dd2b3 View commit details
    Browse the repository at this point in the history
  72. chore: remove mvn install

    Shabirmean committed May 9, 2022
    Configuration menu
    Copy the full SHA
    da904cb View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    9a4ba70 View commit details
    Browse the repository at this point in the history
  74. cleanup: revert changes inside the point-of-sale-app folder to match …

    …main (#116)
    
    * doc: restructure
    
    * doc: fix region tag
    
    * doc: fix region tags
    
    * cleanup: update the skaffold file
    
    * cleanup: add project suffix to the pom
    
    * cleanup: fix path error in cloudbuild yaml
    
    * fix: update the cloudbuild yamls
    
    * cleanup: add the mvnwrapper
    
    * lint: add correct license year
    
    * fix: update the header
    
    * fix: clpoudbuil yaml
    
    * ci: add dir for deploy step
    
    * ci: revert cloudbuild changes
    
    * cleanup: maintain point-of-sale-app folder as is in main
    
    * header: fix year
    
    * cleanup: remove and add
    
    * fix: header check error
    
    * test: find directory
    
    * test: find directory
    
    * test: find directory
    
    * cleanup: move maven wrapper to the root
    
    * cleanup: add relativePath to parent pom
    
    * cleanup: update the push to main yaml
    Shabirmean committed May 9, 2022
    Configuration menu
    Copy the full SHA
    2dbf358 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    864fbfa View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    953b428 View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    69d6629 View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    1cb0874 View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    863f4e1 View commit details
    Browse the repository at this point in the history
  80. chore: fix region tag

    Shabirmean committed May 9, 2022
    Configuration menu
    Copy the full SHA
    e33eb81 View commit details
    Browse the repository at this point in the history
  81. chore: force

    Shabirmean committed May 9, 2022
    Configuration menu
    Copy the full SHA
    8db90fa View commit details
    Browse the repository at this point in the history
  82. chore: fix bash err

    Shabirmean committed May 9, 2022
    Configuration menu
    Copy the full SHA
    724da80 View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    e57bfdf View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    7f54c9a View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Configuration menu
    Copy the full SHA
    af71f31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0de9712 View commit details
    Browse the repository at this point in the history
  3. Revert "release: bump version to next snapshot"

    This reverts commit 7f54c9a.
    Shabirmean committed May 10, 2022
    Configuration menu
    Copy the full SHA
    60bfee5 View commit details
    Browse the repository at this point in the history
  4. Revert "release: update version before release"

    This reverts commit e57bfdf.
    Shabirmean committed May 10, 2022
    Configuration menu
    Copy the full SHA
    362b6ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2792141 View commit details
    Browse the repository at this point in the history
  6. doc: improve release doc

    Shabirmean committed May 10, 2022
    Configuration menu
    Copy the full SHA
    ba14047 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f1e7ed8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    98d90e5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c6a45c4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5c3adea View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c89ca82 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3312a5e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7e336f4 View commit details
    Browse the repository at this point in the history
  14. chore: remove branch ref

    Shabirmean committed May 10, 2022
    Configuration menu
    Copy the full SHA
    5b81e4c View commit details
    Browse the repository at this point in the history
  15. chore: update the README

    Shabirmean committed May 10, 2022
    Configuration menu
    Copy the full SHA
    744dd3f View commit details
    Browse the repository at this point in the history
  16. chore: rename relese yaml

    Shabirmean committed May 10, 2022
    Configuration menu
    Copy the full SHA
    330f7f1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b1fc892 View commit details
    Browse the repository at this point in the history
  18. doc: update doc size

    Shabirmean committed May 10, 2022
    Configuration menu
    Copy the full SHA
    cdc4588 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a2ee7a9 View commit details
    Browse the repository at this point in the history
  20. doc: add contrib doc

    Shabirmean committed May 10, 2022
    Configuration menu
    Copy the full SHA
    5d86acd View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b7af7f5 View commit details
    Browse the repository at this point in the history
  22. doc: fix hyperlonk

    Shabirmean committed May 10, 2022
    Configuration menu
    Copy the full SHA
    61895d4 View commit details
    Browse the repository at this point in the history
  23. doc: add inital steps

    Shabirmean committed May 10, 2022
    Configuration menu
    Copy the full SHA
    993f0f1 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f7c6a1d View commit details
    Browse the repository at this point in the history
  25. doc: add inital guide

    Shabirmean committed May 10, 2022
    Configuration menu
    Copy the full SHA
    36d7d95 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    177d904 View commit details
    Browse the repository at this point in the history
  27. doc: add section

    Shabirmean committed May 10, 2022
    Configuration menu
    Copy the full SHA
    4f13d9e View commit details
    Browse the repository at this point in the history
  28. doc: add section

    Shabirmean committed May 10, 2022
    Configuration menu
    Copy the full SHA
    bc7ce04 View commit details
    Browse the repository at this point in the history
  29. doc: add section

    Shabirmean committed May 10, 2022
    Configuration menu
    Copy the full SHA
    3b35c39 View commit details
    Browse the repository at this point in the history
  30. doc: add section

    Shabirmean committed May 10, 2022
    Configuration menu
    Copy the full SHA
    0a18e65 View commit details
    Browse the repository at this point in the history
  31. doc: add section

    Shabirmean committed May 10, 2022
    Configuration menu
    Copy the full SHA
    e30ffd3 View commit details
    Browse the repository at this point in the history
  32. doc: add ui build setup

    Shabirmean committed May 10, 2022
    Configuration menu
    Copy the full SHA
    32c2794 View commit details
    Browse the repository at this point in the history
  33. doc: fix hyperlinks

    Shabirmean committed May 10, 2022
    Configuration menu
    Copy the full SHA
    f7e8154 View commit details
    Browse the repository at this point in the history
  34. doc: add indentation

    Shabirmean committed May 10, 2022
    Configuration menu
    Copy the full SHA
    fd4b55b View commit details
    Browse the repository at this point in the history
  35. doc: add linebreaks

    Shabirmean committed May 10, 2022
    Configuration menu
    Copy the full SHA
    2770025 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    79ac9e2 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    e2754d1 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    7b21727 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    6da207c View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    a11e172 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    05d2a99 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    36695f0 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. Configuration menu
    Copy the full SHA
    d7c26fd View commit details
    Browse the repository at this point in the history
  2. fix: java lint errors

    Shabirmean committed May 11, 2022
    Configuration menu
    Copy the full SHA
    a5fb350 View commit details
    Browse the repository at this point in the history
  3. fix: revert pom changes

    Shabirmean committed May 11, 2022
    Configuration menu
    Copy the full SHA
    ff6c2c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    474b52e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    45a9c9f View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Configuration menu
    Copy the full SHA
    16fc387 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4942b5f View commit details
    Browse the repository at this point in the history
  3. fix: use installed mvn

    Shabirmean committed May 12, 2022
    Configuration menu
    Copy the full SHA
    d457299 View commit details
    Browse the repository at this point in the history