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

Home page updates #250

Merged
merged 13 commits into from
May 15, 2024
Merged

Home page updates #250

merged 13 commits into from
May 15, 2024

Conversation

wtfsayo
Copy link
Contributor

@wtfsayo wtfsayo commented May 14, 2024

Follow up to #245

@wtfsayo wtfsayo requested a review from plor May 14, 2024 15:47
Copy link
Contributor

@plor plor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this PR mix commits with the other one? It contains a bunch of changes to the usage?

step: number | string,
): Promise<Response> {
const url = `https://api.fly.io/prometheus/porters-staging/api/v1/query_range?query=sum(${query})&start=${start}&end=${end}&step=${step}`;

const url = `https://api.fly.io/prometheus/porters-staging/api/v1/query_range?query=sum(${query})&start=${start}&end=now&step=${step}`;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we get this moved into env var? I don't like this hardcoded here.

@wtfsayo
Copy link
Contributor Author

wtfsayo commented May 15, 2024

I based it off the other's branch

@wtfsayo wtfsayo merged commit c53c882 into develop May 15, 2024
3 checks passed
@wtfsayo wtfsayo deleted the home-page-updates branch May 15, 2024 02:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants