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

expfmt: Add UTF-8 syntax support in text_parse.go #670

Merged
merged 17 commits into from
Aug 21, 2024

Commits on Aug 1, 2024

  1. Update expfmt/text_parse.go to support the new UTF-8 syntax

    Signed-off-by: Federico Torres <federico.torres@grafana.com>
    fedetorres93 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    9b8c348 View commit details
    Browse the repository at this point in the history
  2. Fix breaking unit tests

    Signed-off-by: Federico Torres <federico.torres@grafana.com>
    fedetorres93 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    f188861 View commit details
    Browse the repository at this point in the history
  3. Update unit test

    Signed-off-by: Federico Torres <federico.torres@grafana.com>
    fedetorres93 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    dcfa945 View commit details
    Browse the repository at this point in the history
  4. Fix startLabelName stateFn

    Signed-off-by: Federico Torres <federico.torres@grafana.com>
    fedetorres93 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    2fa0278 View commit details
    Browse the repository at this point in the history
  5. Updated unit tests

    Signed-off-by: Federico Torres <federico.torres@grafana.com>
    fedetorres93 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    d2d947d View commit details
    Browse the repository at this point in the history
  6. Tidy up code

    Signed-off-by: Federico Torres <federico.torres@grafana.com>
    fedetorres93 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    db7d143 View commit details
    Browse the repository at this point in the history
  7. Fix format

    Signed-off-by: Federico Torres <federico.torres@grafana.com>
    fedetorres93 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    5b9fece View commit details
    Browse the repository at this point in the history
  8. Fix imports

    Signed-off-by: Federico Torres <federico.torres@grafana.com>
    fedetorres93 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    076fba3 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Remove unnecessary else statement

    Signed-off-by: Federico Torres <federico.torres@grafana.com>
    fedetorres93 committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    ad09b93 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Change currentLabelPairs field name and add descriptive comment

    Signed-off-by: Federico Torres <federico.torres@grafana.com>
    fedetorres93 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    2e984ce View commit details
    Browse the repository at this point in the history
  2. More explicit test descriptions

    Signed-off-by: Federico Torres <federico.torres@grafana.com>
    fedetorres93 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    58dd08f View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Fix quoted metric and label names reading

    Signed-off-by: Federico Torres <federico.torres@grafana.com>
    fedetorres93 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    52f4fb0 View commit details
    Browse the repository at this point in the history
  2. Add additional text parse test case

    Signed-off-by: Federico Torres <federico.torres@grafana.com>
    fedetorres93 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    91f4f80 View commit details
    Browse the repository at this point in the history
  3. Fix multiple metric names in label set error

    Signed-off-by: Federico Torres <federico.torres@grafana.com>
    fedetorres93 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    6962341 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1f07cd View commit details
    Browse the repository at this point in the history
  5. Add additional text parse error test case

    Signed-off-by: Federico Torres <federico.torres@grafana.com>
    fedetorres93 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    33e2fcc View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Added more test cases

    Signed-off-by: Federico Torres <federico.torres@grafana.com>
    fedetorres93 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    e76d9f5 View commit details
    Browse the repository at this point in the history