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(boundary): setup of rate-limit canister #1961

Draft
wants to merge 40 commits into
base: master
Choose a base branch
from

Commits on Oct 18, 2024

  1. chore: add interface definition

    IDX GitLab Automation committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    bc2e2bf View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. chore: rate limit canister

    IDX GitLab Automation committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    13da21b View commit details
    Browse the repository at this point in the history
  2. chore: cargo

    IDX GitLab Automation committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    5127eb5 View commit details
    Browse the repository at this point in the history
  3. chore: fix cargo

    IDX GitLab Automation committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    ecf0379 View commit details
    Browse the repository at this point in the history
  4. Automatically updated Cargo*.lock

    IDX GitHub Automation committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    0e6d348 View commit details
    Browse the repository at this point in the history
  5. chore: interface.did

    IDX GitLab Automation committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    51f7d8e View commit details
    Browse the repository at this point in the history
  6. chore: improve description

    IDX GitLab Automation committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    c251521 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. fix: remove redundant interface

    IDX GitLab Automation committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    32f32d9 View commit details
    Browse the repository at this point in the history
  2. fix: RestrictedRead formatting

    IDX GitLab Automation committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    ce21765 View commit details
    Browse the repository at this point in the history
  3. chore: add incident_id

    IDX GitLab Automation committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    851f8d8 View commit details
    Browse the repository at this point in the history
  4. chore: add client e2e tests

    IDX GitLab Automation committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    7ed0807 View commit details
    Browse the repository at this point in the history
  5. chore: add more calls to the canister client

    IDX GitLab Automation committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    5c554f2 View commit details
    Browse the repository at this point in the history
  6. fix: names

    IDX GitLab Automation committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    47efd9b View commit details
    Browse the repository at this point in the history
  7. chore: add test principal

    IDX GitLab Automation committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    d134f46 View commit details
    Browse the repository at this point in the history
  8. chore: add simple unit test

    IDX GitLab Automation committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    2dc3dfc View commit details
    Browse the repository at this point in the history
  9. fix: mockall in cargo

    IDX GitLab Automation committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    fbd6d94 View commit details
    Browse the repository at this point in the history
  10. Automatically updated Cargo*.lock

    IDX GitHub Automation committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    3ac629f View commit details
    Browse the repository at this point in the history
  11. chore: simplify canister methods

    IDX GitLab Automation committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    a4eab8b View commit details
    Browse the repository at this point in the history
  12. Update rs/boundary_node/rate_limits/canister/add_config.rs

    Co-authored-by: r-birkner <103420898+r-birkner@users.noreply.github.com>
    nikolay-komarevskiy and r-birkner authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    3406440 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. chore: add schema for rules

    IDX GitLab Automation committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    306fc08 View commit details
    Browse the repository at this point in the history
  2. Automatically updated Cargo*.lock

    IDX GitHub Automation committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    3cacb9f View commit details
    Browse the repository at this point in the history
  3. fix: clippy

    IDX GitLab Automation committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    e02f328 View commit details
    Browse the repository at this point in the history
  4. chore: use Duration

    IDX GitLab Automation committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    4b99933 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. chore: use only wasm compilation for CI

    IDX GitLab Automation committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    6478c6d View commit details
    Browse the repository at this point in the history
  2. fix: format

    IDX GitLab Automation committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    cca546a View commit details
    Browse the repository at this point in the history
  3. rename: error

    IDX GitLab Automation committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    039499d View commit details
    Browse the repository at this point in the history
  4. remove: test code

    IDX GitLab Automation committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    b67780f View commit details
    Browse the repository at this point in the history
  5. chore: improve canister client scenario

    IDX GitLab Automation committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    0d98d46 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Update rs/boundary_node/rate_limits/canister/disclose.rs

    Co-authored-by: r-birkner <103420898+r-birkner@users.noreply.github.com>
    nikolay-komarevskiy and r-birkner authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    5c2d972 View commit details
    Browse the repository at this point in the history
  2. fix: add field

    IDX GitLab Automation committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    cc53441 View commit details
    Browse the repository at this point in the history
  3. remove: some error structs

    IDX GitLab Automation committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    ba8103b View commit details
    Browse the repository at this point in the history
  4. add: fetcher test

    IDX GitLab Automation committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    381074d View commit details
    Browse the repository at this point in the history
  5. Update rs/boundary_node/rate_limits/canister/confidentiality_formatti…

    …ng.rs
    
    Co-authored-by: r-birkner <103420898+r-birkner@users.noreply.github.com>
    nikolay-komarevskiy and r-birkner authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    2c54dce View commit details
    Browse the repository at this point in the history
  6. chore: add /metrics

    IDX GitLab Automation committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    4dee538 View commit details
    Browse the repository at this point in the history
  7. Automatically updated Cargo*.lock

    IDX GitHub Automation committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    226cfaa View commit details
    Browse the repository at this point in the history
  8. fix: clippy

    IDX GitLab Automation committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    6e1906c View commit details
    Browse the repository at this point in the history
  9. fix: return

    IDX GitLab Automation committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    cacb6ee View commit details
    Browse the repository at this point in the history
  10. add: bazelification

    IDX GitLab Automation committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    7402063 View commit details
    Browse the repository at this point in the history
  11. Update rs/boundary_node/rate_limits/canister/confidentiality_formatti…

    …ng.rs
    
    Co-authored-by: r-birkner <103420898+r-birkner@users.noreply.github.com>
    nikolay-komarevskiy and r-birkner authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    0f92fcf View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. fix: formatting

    IDX GitLab Automation committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    67cb123 View commit details
    Browse the repository at this point in the history