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

[GEN-2202] chore: remove legacy UI #2166

Merged
merged 250 commits into from
Jan 9, 2025

Conversation

alonkeyval
Copy link
Collaborator

@alonkeyval alonkeyval commented Jan 8, 2025

This pull request includes several changes to remove legacy UI support and clean up the codebase by eliminating unused endpoints and simplifying port forwarding logic.

Removal of legacy UI support:

Codebase cleanup:

Dockerfile update:

  • frontend/Dockerfile: Removed the COPY --from=builder /webapp/dep-out frontend/webapp/dep-out line.

alonkeyval and others added 30 commits July 30, 2023 10:50
…urces-card

Task 107 overview sources card
…rce-manage-list

Task 142 display source manage list
…sources-connection

Task 145 handle new sources connection
Copy link

remove odigos legacy ui

Copy link
Collaborator

@blumamir blumamir left a comment

Choose a reason for hiding this comment

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

Thanks!

Can we also remove the directory with the old ui code?

@@ -13,7 +13,6 @@ FROM --platform=$BUILDPLATFORM golang:1.23 AS backend
WORKDIR /app
COPY . .
COPY --from=builder /webapp/out frontend/webapp/out
COPY --from=builder /webapp/dep-out frontend/webapp/dep-out
Copy link
Collaborator

Choose a reason for hiding this comment

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

can we also delete the files in frontend/webapp/dep-out from git?

Copy link
Contributor

Choose a reason for hiding this comment

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

If we're deleting dep-out, we might as well delete endpoints.
But 1st we'd have to move these 3 folders from endpoints to services:

  • sse
  • actions
  • collector_metrics

@alonkeyval alonkeyval merged commit c5409cd into odigos-io:main Jan 9, 2025
29 of 32 checks passed
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.

4 participants