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

Prod Release 26/10/23 #333

Merged
merged 10 commits into from
Oct 26, 2023
Merged

Prod Release 26/10/23 #333

merged 10 commits into from
Oct 26, 2023

Commits on Oct 12, 2023

  1. feat: add registeration button (#285)

    Add registeration link to QueryAPI
    
    <img width="1243" alt="image"
    src="https://github.com/near/queryapi/assets/25015977/4b79eb9b-c6cb-45f0-8b15-d194759f6b2f">
    roshaans authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    9ad5ac9 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. fix: fix playground issue + update readme for env vars for react app (#…

    …284)
    
    Fix playground issue of featuers not opening in grahpiql
    roshaans authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    3b67934 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    db16f1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb91dcf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4636dbc View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Update bug_report.md

    Add 'bug' label
    pkudinov authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    c00672d View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Merge pull request #302 from near/add-bug-label

    Update bug_report.md
    pkudinov authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    34e7ca6 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Automatically close issues marked 'done' (#320)

    Co-authored-by: Morgan McCauley <[email protected]>
    Ishatt and morgsmccauley authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    152c5ba View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

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

Commits on Oct 26, 2023

  1. fix: Use Histogram to prevent stale metrics being scraped (#332)

    This PR migrates the `EXECUTION_DURATION` to `Histogram` from `Gauge`.
    With `Gauge`s, the previously recorded metric value will continue to be
    scraped creating a flat-line graph in Grafana. Histograms allow us to
    better approximate the metric over a specific time range, removing these
    flat-lines.
    
    Resolves #208
    morgsmccauley authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    0c9fa36 View commit details
    Browse the repository at this point in the history