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

Request filters Clickhouse #2372

Merged
merged 40 commits into from
Aug 19, 2024
Merged

Request filters Clickhouse #2372

merged 40 commits into from
Aug 19, 2024

Conversation

maamalama
Copy link
Collaborator

No description provided.

Copy link

vercel bot commented Aug 2, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
helicone ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 19, 2024 5:58pm
helicone-bifrost ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 19, 2024 5:58pm
helicone-eu ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 19, 2024 5:58pm

@@ -53,7 +77,55 @@ const useGetRequestsWithBodies = (
},
});

return response.data as Result<HeliconeRequest[], string>;
const result = response.data as Result<HeliconeRequest[], string>;
Copy link
Contributor

Choose a reason for hiding this comment

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

We dont want these changes

@@ -34,7 +55,7 @@ export const getInitialColumns: (
header: "Created At",
cell: (info) => (
<span className="text-gray-900 dark:text-gray-100 font-medium">
{getUSDateFromString(info.getValue() as string)}
{getUSDateFromString(convertToUSDateFormat(info.getValue() as string))}
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we still need this or are we gunna do the +"z" hack?

@@ -23,6 +27,9 @@ export interface paths {
"/v1/request/query": {
post: operations["GetRequests"];
};
"/v1/request/queryClickhouse": {
Copy link
Contributor

Choose a reason for hiding this comment

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

I try not to camelcaseURLS

instead please use query-clickhouse

image

@chitalian chitalian merged commit 1f3a7a0 into main Aug 19, 2024
9 checks passed
@chitalian chitalian deleted the request-filters-ch branch August 19, 2024 18:52
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