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

Add validation for namespace, metric and timestamp #135

Merged
merged 9 commits into from
Sep 15, 2022
Merged

Add validation for namespace, metric and timestamp #135

merged 9 commits into from
Sep 15, 2022

Commits on Aug 25, 2022

  1. add validation for namespace and metric

    Mark Kuhn committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    48932b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. add timestamp validation

    improve namespace validation
    add tests
    Mark Kuhn committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    cf1e461 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. linting fix

    Mark Kuhn committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    126fd95 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. update typescript, eslint, prettier, npm-pack-zip

    replace faker with non deprecated faker
    update repo to comply with new eslint rules
    change isNaN to Number.isNaN in validator
    change metric max/min vals
    Mark Kuhn committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    ff4e8cb View commit details
    Browse the repository at this point in the history
  2. adjust javadoc for metric validator

    Mark Kuhn committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    e310309 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. use isFinite to verify metric value

    Mark Kuhn committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    1ad5e56 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. add namespace test

    Mark Kuhn committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    e8cc0ab View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. add thrown errors to readme

    fix link to timestamp specs
    Mark Kuhn committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    9d65254 View commit details
    Browse the repository at this point in the history
  2. update readme with validation errors

    Mark Kuhn committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    d156e64 View commit details
    Browse the repository at this point in the history