Skip to content

Commit

Permalink
feat(auth): refresh route and auth router refactor (#4458)
Browse files Browse the repository at this point in the history
Co-authored-by: Dustin Ngo <dustin@arize.com>
  • Loading branch information
2 people authored and RogerHYang committed Sep 21, 2024
1 parent 8462567 commit a7c53fe
Show file tree
Hide file tree
Showing 22 changed files with 437 additions and 1,652 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"build:relay": "relay-compiler",
"test": "jest --config ./jest.config.js",
"dev": "pnpm run dev:server & pnpm run build:static && pnpm run build:relay && vite",
"dev:auth": "export DANGEROUSLY_SET_PHOENIX_ENABLE_AUTH=true && export DANGEROUSLY_SET_PHOENIX_SECRET=secretsecretsecretsecretsecretsecretsecret1 && pnpm run dev:server & pnpm run build:static && pnpm run build:relay && vite",
"dev:auth": "export DANGEROUSLY_SET_PHOENIX_ENABLE_AUTH=true && export DANGEROUSLY_SET_PHOENIX_SECRET=sa18f44bd9b6b4b0606e58a2d03d09039aee8283e0074c6517fda58577a07dd#A && pnpm run dev:server & pnpm run build:static && pnpm run build:relay && vite",
"dev:ui": "pnpm run build:static && pnpm run build:relay && vite",
"dev:server:init": "python -m phoenix.server.main --dev serve --with-fixture=chatbot --with-project=demo_llama_index --force-fixture-ingestion",
"dev:server": "python -m phoenix.server.main --dev serve",
Expand Down
10 changes: 0 additions & 10 deletions app/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -860,11 +860,6 @@ type LabelFraction {
fraction: Float!
}

input LoginMutationInput {
email: String!
password: String!
}

enum MimeType {
text
json
Expand Down Expand Up @@ -909,8 +904,6 @@ type Mutation {
createUserApiKey(input: CreateUserApiKeyInput!): CreateUserApiKeyMutationPayload!
deleteSystemApiKey(input: DeleteApiKeyInput!): DeleteApiKeyMutationPayload!
deleteUserApiKey(input: DeleteApiKeyInput!): DeleteApiKeyMutationPayload!
login(input: LoginMutationInput!): Void
logout: Void
createDataset(input: CreateDatasetInput!): DatasetMutationPayload!
patchDataset(input: PatchDatasetInput!): DatasetMutationPayload!
addSpansToDataset(input: AddSpansToDatasetInput!): DatasetMutationPayload!
Expand Down Expand Up @@ -1514,6 +1507,3 @@ type ValidationResult {
enum VectorDriftMetric {
euclideanDistance
}

"""Represents NULL values"""
scalar Void
30 changes: 0 additions & 30 deletions app/src/__generated__/Routes_datasetMetadata.graphql.ts

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit a7c53fe

Please sign in to comment.