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(analytics): Analytics Feature #2725

Merged
merged 43 commits into from
Feb 8, 2024
Merged

feat(analytics): Analytics Feature #2725

merged 43 commits into from
Feb 8, 2024

Commits on Jan 30, 2024

  1. feat(analytics): initial commit for querying analytics behind a contr…

    …act with many possible implementaions
    yquansah committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    0958449 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25189e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dec1342 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1c810b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2522702 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    81b037e View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    f8d2c68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8994a1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b495c3 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    5de89e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0049e97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea3e6d7 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    715c74c View commit details
    Browse the repository at this point in the history
  2. chore: fix merge conflicts

    yquansah committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    6ec7ae6 View commit details
    Browse the repository at this point in the history
  3. chore: fix linting issues

    yquansah committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    d68330a View commit details
    Browse the repository at this point in the history
  4. chore: more lint fixes

    yquansah committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    6c49efa View commit details
    Browse the repository at this point in the history
  5. feat(analytics):

    - always use UTC on clickhouse server
    - get FILL working with the query
    - fix up some UI issues with charting
    - write tests for all introduced code
    yquansah committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    4e83449 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. chore(analytics): remove evaluation server options

    chore(analytics): better error messaging
    
    chore(ui): fix ui linting issues
    
    chore(clickhouse): fix broken test
    
    chore(analytics): fix broken test
    
    chore(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace (#2691)
    
    Bumps [go.opentelemetry.io/otel/exporters/otlp/otlptrace](https://github.com/open-telemetry/opentelemetry-go) from 1.21.0 to 1.22.0.
    - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-go@v1.21.0...v1.22.0)
    
    ---
    updated-dependencies:
    - dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Mark Phelps <[email protected]>
    
    chore(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc (#2687)
    
    Bumps [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go) from 1.21.0 to 1.22.0.
    - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
    - [Commits](open-telemetry/opentelemetry-go@v1.21.0...v1.22.0)
    
    ---
    updated-dependencies:
    - dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Mark Phelps <[email protected]>
    
    chore(deps-dev): bump playwright from 1.40.1 to 1.41.1 in /ui (#2715)
    
    Bumps [playwright](https://github.com/microsoft/playwright) from 1.40.1 to 1.41.1.
    - [Release notes](https://github.com/microsoft/playwright/releases)
    - [Commits](microsoft/playwright@v1.40.1...v1.41.1)
    
    ---
    updated-dependencies:
    - dependency-name: playwright
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Mark Phelps <[email protected]>
    
    Onboarding page (#2730)
    
    * chore: redo support page to use grid
    
    * feat(wip): onboarding
    
    * feat: more onboarding
    
    * chore: more fmt
    
    * feat: finish onboarding page
    
    * chore: rm unused icon
    
    * chore: mod tidy
    
    * chore: change up onboarding a bit
    
    chore(analytics): fix cue and json schema tests
    yquansah committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    5b292dc View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Configuration menu
    Copy the full SHA
    94497a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79493d7 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    636081d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04dcb84 View commit details
    Browse the repository at this point in the history
  3. chore: fix merge conflicts

    yquansah committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    3481997 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e5a32e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b9389f View commit details
    Browse the repository at this point in the history
  6. chore: fix schema tests

    yquansah committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    f997fb9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c5886b0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3fd2541 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a780c21 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5c73f4b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    337b179 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. feat(clickhouse): address comments related to comments and introduce …

    …nullable columns for clickhouse
    yquansah committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    73ce438 View commit details
    Browse the repository at this point in the history
  2. chore: remove requirement of using flipt_analytics for the user to us…

    …e any database they want
    yquansah committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    fac4df5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bcaef1a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a1472b View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Merge pull request #2752 from flipt-io/analytics-well

    chore: style analytics well
    yquansah authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    a1ec2e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe81c81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2727349 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    258ed14 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    434e7d6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3df3e05 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    e2b1e41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec2baec View commit details
    Browse the repository at this point in the history