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

fixed realtime #217

Merged
merged 19 commits into from
Nov 16, 2024
Merged

fixed realtime #217

merged 19 commits into from
Nov 16, 2024

Conversation

skull8888888
Copy link
Collaborator

@skull8888888 skull8888888 commented Nov 16, 2024

Important

Added Supabase feature flag handling and minor UI adjustments in pipeline components.

  • Feature Flag:
    • Added isSupabaseEnabled prop to Pipeline component in page.tsx and pipeline.tsx to check if Supabase feature is enabled.
    • Replaced isFeatureEnabled(Feature.SUPABASE) with isSupabaseEnabled in pipeline.tsx.
  • UI Changes:
    • Added a link to settings in model-select.tsx for setting API keys.
    • Commented out PipelineEnv component in pipeline-header.tsx.
    • Added border to right panel in pipeline.tsx.
  • Code Cleanup:
    • Removed unused selectedVersion variable in page.tsx.

This description was created by Ellipsis for 1dabce6. It will automatically update as commits are pushed.

dinmukhamedm and others added 19 commits October 29, 2024 21:00
Readme fixes and global colors
Update landing and welcome email, contrib experience, minor fixes
Improve onboarding, fix eval page placeholder
Explicit mapping in labels + frontend improvements
parse litellm attributes (#171)
add claude-3-5-haiku to pipeline and prices (#174)
fix evaluations query in labeling queue (#176)
Middleware auth, traces page efficiency
improve UI for workspaces + internal fixes
Store label values sent from association properties
* initial work to compare evals

* remove unnecessary div

* design

---------

Co-authored-by: Din <dinmukhamed.mailibay@gmail.com>
disable all clickhouse queries for non-full builds (#213)
update models in pipeline templates to 4o family (#215)
@skull8888888 skull8888888 merged commit a144c3f into dev Nov 16, 2024
1 check passed
@skull8888888 skull8888888 deleted the fix/pipeline branch November 16, 2024 06:18
Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

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

❌ Changes requested. Reviewed everything up to 1dabce6 in 1 minute and 2 seconds

More details
  • Looked at 121 lines of code in 4 files
  • Skipped 0 files when reviewing.
  • Skipped posting 2 drafted comments based on config settings.
1. frontend/app/project/[projectId]/pipelines/[pipelineId]/page.tsx:77
  • Draft comment:
    The isSupabaseEnabled prop is passed to the Pipeline component but is not used. Ensure it is utilized within the component or remove it if unnecessary.
  • Reason this comment was not posted:
    Comment did not seem useful.
2. frontend/components/pipeline/pipeline.tsx:58
  • Draft comment:
    The isSupabaseEnabled prop is passed to the Pipeline component but is not used. Ensure it is utilized within the component or remove it if unnecessary.
  • Reason this comment was not posted:
    Marked as duplicate.

Workflow ID: wflow_I32YQWKjo1lvywsk


Want Ellipsis to fix these issues? Tag @ellipsis-dev in a comment. You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

@@ -132,7 +132,7 @@ export default function Pipeline({ pipeline }: PipelineProps) {
const { supabaseAccessToken, username, imageUrl } = useUserContext();

const supabase = useMemo(() => {
Copy link
Contributor

Choose a reason for hiding this comment

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

Add supabaseAccessToken and isSupabaseEnabled to the dependency array of the useMemo hook to ensure it updates correctly when these values change.

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