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

Feature/random hash #107

Merged
merged 38 commits into from
Nov 10, 2021
Merged

Feature/random hash #107

merged 38 commits into from
Nov 10, 2021

Commits on Nov 2, 2021

  1. init: define basic random hash genreator functions

    Two functions are defined:-
    - CreateHash: Takes of the hash that needs to be genreated
    - CreateHashWithCharSet: takes length(length of hash) and charset(characters to be used)
    jaskeerat789 committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    cfb2ee0 View commit details
    Browse the repository at this point in the history
  2. init: define basic random hash genreator functions

    Two functions are defined:-
    - CreateHash: Takes of the hash that needs to be genreated
    - CreateHashWithCharSet: takes length(length of hash) and charset(characters to be used)
    jaskeerat789 committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    e0f6f02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c86eacc View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. update(grpc): update make file for GRPC code gen

    * update Make file
    * update imports in protofiles
    * update server files to implement new GRPC gen code
    * add Hash to config.proto
    jaskeerat789 committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    41bbe7e View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. Configuration menu
    Copy the full SHA
    8076c7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c294c67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a05b638 View commit details
    Browse the repository at this point in the history
  4. Auto commit - add new kustomization.yaml

    CI/CD pipeline authored and CI/CD pipeline committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    41f268d View commit details
    Browse the repository at this point in the history
  5. Auto commit - add new kustomization.yaml

    CI/CD pipeline authored and CI/CD pipeline committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    90028ce View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. update(grpc): update make file for GRPC code gen

    * update Make file
    * update imports in protofiles
    * update server files to implement new GRPC gen code
    * add Hash to config.proto
    jaskeerat789 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    79c13c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    593e6f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b628bca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66beb28 View commit details
    Browse the repository at this point in the history
  5. Auto commit - add new kustomization.yaml

    CI/CD pipeline authored and jaskeerat789 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    6f02c4b View commit details
    Browse the repository at this point in the history
  6. Auto commit - add new kustomization.yaml

    CI/CD pipeline authored and jaskeerat789 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    01014b1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2ff843b View commit details
    Browse the repository at this point in the history
  8. init: define basic random hash genreator functions

    Two functions are defined:-
    - CreateHash: Takes of the hash that needs to be genreated
    - CreateHashWithCharSet: takes length(length of hash) and charset(characters to be used)
    jaskeerat789 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    7a111b0 View commit details
    Browse the repository at this point in the history
  9. update(grpc): update make file for GRPC code gen

    * update Make file
    * update imports in protofiles
    * update server files to implement new GRPC gen code
    * add Hash to config.proto
    jaskeerat789 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    4b4e845 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c9ceb49 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1700fb8 View commit details
    Browse the repository at this point in the history
  12. Auto commit - add new kustomization.yaml

    CI/CD pipeline authored and jaskeerat789 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    7761d30 View commit details
    Browse the repository at this point in the history
  13. Auto commit - add new kustomization.yaml

    CI/CD pipeline authored and jaskeerat789 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    e33ac6f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0cbe152 View commit details
    Browse the repository at this point in the history
  15. PB: generate pb files

    jaskeerat789 committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    077d8e6 View commit details
    Browse the repository at this point in the history
  16. Auto commit - add new kustomization.yaml

    CI/CD pipeline authored and CI/CD pipeline committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    c9247da View commit details
    Browse the repository at this point in the history
  17. Auto commit - add new kustomization.yaml

    CI/CD pipeline authored and CI/CD pipeline committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    25e39a4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3639093 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e97616d View commit details
    Browse the repository at this point in the history
  20. Auto commit - add new kustomization.yaml

    CI/CD pipeline authored and CI/CD pipeline committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    d339684 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. fix: Etcd pod name supports only lowercase char

    The kubectl command in the deleteEtcd only supports lowercase character for pod names.
    To Fix this we deleted the uppercase from the characterset in randomHash generator.
    jaskeerat789 committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    d2fb174 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e89a9d7 View commit details
    Browse the repository at this point in the history
  3. Auto commit - add new kustomization.yaml

    CI/CD pipeline authored and CI/CD pipeline committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    9035227 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Configuration menu
    Copy the full SHA
    3ea3b47 View commit details
    Browse the repository at this point in the history
  2. trigger CI

    jaskeerat789 committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    3295741 View commit details
    Browse the repository at this point in the history
  3. Auto commit - add new kustomization.yaml

    CI/CD pipeline authored and CI/CD pipeline committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    7eae808 View commit details
    Browse the repository at this point in the history
  4. trigger CI

    jaskeerat789 committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    761e61f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    01be81b View commit details
    Browse the repository at this point in the history
  6. Auto commit - add new kustomization.yaml

    CI/CD pipeline authored and CI/CD pipeline committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    6c622cc View commit details
    Browse the repository at this point in the history