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

feat: create agent api #475

Merged
merged 15 commits into from
Aug 21, 2023
Merged

feat: create agent api #475

merged 15 commits into from
Aug 21, 2023

Commits on Aug 7, 2023

  1. draft: agent create api

    [skip ci]
    adityathebe committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    997cc04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d58512 View commit details
    Browse the repository at this point in the history
  3. chore: remove agent/controllers_test.go

    [skip ci]
    adityathebe committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    a94f890 View commit details
    Browse the repository at this point in the history
  4. impl: bcrypt

    [skip ci]
    adityathebe committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    5c51c52 View commit details
    Browse the repository at this point in the history
  5. refactor: separate generateAgent func

    [skip ci]
    adityathebe committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    923e30a View commit details
    Browse the repository at this point in the history
  6. chore: bump duty

    adityathebe committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    54a75f5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    88aab09 View commit details
    Browse the repository at this point in the history
  8. feat: use argon2 instead of bcrypt

    argon2 allows us to supply the salt whereas bcrypt doesn't.
    adityathebe committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    016b211 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. fix: uint parsing

    * Removed rand & hash utils because it's in commons
    adityathebe committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    17143d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fe89e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0edf6a1 View commit details
    Browse the repository at this point in the history
  4. chore: lint fix

    adityathebe committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    ccf1090 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a19d83 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5227153 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

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