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: hasher load testing CLI #961

Merged
merged 38 commits into from
Jan 15, 2021
Merged

feat: hasher load testing CLI #961

merged 38 commits into from
Jan 15, 2021

Commits on Jan 5, 2021

  1. feat: hasher load testing CLI

    This adds a load testing CLI that allows to adjust the hasher parameters under simulated load.
    Closes #955
    zepatrik committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    e75f647 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fad670 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. chore: fix linter issues

    zepatrik committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    bd50852 View commit details
    Browse the repository at this point in the history
  2. chore: format

    zepatrik committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    13ca1bf View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. u

    zepatrik committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    ccfa673 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. Configuration menu
    Copy the full SHA
    e73a095 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into improve-argon2-value-cli

    # Conflicts:
    #	cmd/hashers/argon2/calibrate.go
    #	go.mod
    #	go.sum
    #	hash/hasher_argon2.go
    #	internal/httpclient/go.mod
    #	internal/httpclient/go.sum
    zepatrik committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    2b33cdd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d45f43 View commit details
    Browse the repository at this point in the history
  4. fix: linter issues

    zepatrik committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    3fdcdb2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e6898f View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. fix: last minor bugs

    zepatrik committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    4efadf4 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/improve-argon2-value-cli' into i…

    …mprove-argon2-value-cli
    zepatrik committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    47f2b72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8de3cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d58077 View commit details
    Browse the repository at this point in the history
  5. chore: remove punctiation

    aeneasr committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    96b6cf5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    753b660 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7f68698 View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'origin/improve-argon2-value-cli' into i…

    …mprove-argon2-value-cli
    zepatrik committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    e20f64f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8b0842b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a0ca640 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b7aa722 View commit details
    Browse the repository at this point in the history
  12. Merge remote-tracking branch 'origin/improve-argon2-value-cli' into i…

    …mprove-argon2-value-cli
    zepatrik committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    5edbae6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0c76b89 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    45df493 View commit details
    Browse the repository at this point in the history
  15. feat: use bytesize type for memory

    BREAKING: hashers.argon2.memory is now a string with unit
    zepatrik committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    844fba1 View commit details
    Browse the repository at this point in the history
  16. Merge remote-tracking branch 'origin/improve-argon2-value-cli' into i…

    …mprove-argon2-value-cli
    zepatrik committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    ccb3b36 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. Merge branch 'master' into improve-argon2-value-cli

    # Conflicts:
    #	.schema/api.swagger.json
    #	cmd/hashers/argon2/calibrate.go
    #	driver/config/config.go
    #	driver/config/config_test.go
    #	hash/hasher_argon2.go
    #	internal/httpclient/models/complete_self_service_login_flow_with_password_method.go
    #	internal/httpclient/models/complete_self_service_recovery_flow_with_link_method.go
    #	internal/httpclient/models/complete_self_service_settings_flow_with_password_method.go
    #	internal/httpclient/models/complete_self_service_verification_flow_with_link_method.go
    #	internal/httpclient/models/create_identity.go
    #	internal/httpclient/models/create_recovery_link.go
    #	internal/httpclient/models/generic_error_payload.go
    #	internal/httpclient/models/id.go
    #	internal/httpclient/models/identity.go
    #	internal/httpclient/models/login_flow_method_config.go
    #	internal/httpclient/models/message.go
    #	internal/httpclient/models/messages.go
    #	internal/httpclient/models/recovery_address.go
    #	internal/httpclient/models/recovery_address_type.go
    #	internal/httpclient/models/recovery_flow_method_config.go
    #	internal/httpclient/models/revoke_session.go
    #	internal/httpclient/models/session.go
    #	internal/httpclient/models/state.go
    #	internal/httpclient/models/traits.go
    #	internal/httpclient/models/update_identity.go
    #	internal/httpclient/models/verifiable_address.go
    #	internal/httpclient/models/verifiable_address_status.go
    #	internal/httpclient/models/verifiable_address_type.go
    #	internal/httpclient/models/verification_flow_method.go
    #	internal/httpclient/models/version.go
    zepatrik committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    179b3ec View commit details
    Browse the repository at this point in the history
  2. fix: add httpclient go.mod

    zepatrik committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    9a2661f View commit details
    Browse the repository at this point in the history
  3. fix: merging issues

    zepatrik committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    c61a4d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c584a67 View commit details
    Browse the repository at this point in the history
  5. fix: merging issues

    zepatrik committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    ec955f9 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/improve-argon2-value-cli' into i…

    …mprove-argon2-value-cli
    zepatrik committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    bc17f6e View commit details
    Browse the repository at this point in the history
  7. fix: last small issues

    zepatrik committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    a78538e View commit details
    Browse the repository at this point in the history
  8. fix: e2e test config

    zepatrik committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    4ac1fe6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9c6296e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bef075a View commit details
    Browse the repository at this point in the history
  11. Merge remote-tracking branch 'origin/improve-argon2-value-cli' into i…

    …mprove-argon2-value-cli
    zepatrik committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    b1df937 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    36d05fd View commit details
    Browse the repository at this point in the history