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-2026] chore: switch flag to legacy #1992

Merged
merged 233 commits into from
Dec 15, 2024

Conversation

alonkeyval
Copy link
Collaborator

This pull request involves renaming the "beta" UI references to "legacy" across the codebase for better clarity. The changes primarily affect the cli/cmd/ui.go and frontend/main.go files.

Key changes include:

Renaming "beta" to "legacy" in cli/cmd/ui.go:

  • Changed betaDefaultPort to legacyDefaultPort in the constants section.
  • Updated the flag from betaFlag to legacyFlag and adjusted the logic to use legacyDefaultPort instead of betaDefaultPort.

Renaming "beta" to "legacy" in frontend/main.go:

  • Changed betaPort to legacyPort in the constants section.
  • Updated the flag from beta-port to legacy-port in the parseFlags function.
  • Modified the log messages and server start logic to use legacyPort instead of betaPort.

alonkeyval and others added 30 commits July 30, 2023 10:50

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
…ntainer

Task 149 sources container

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
…urces-card

Task 107 overview sources card

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
…rce-manage-list

Task 142 display source manage list

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
…rce-btn

Task 143 add new source btn

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
…sources-connection

Task 145 handle new sources connection
alonkeyval and others added 27 commits October 9, 2024 13:52
Copy link

Switch ui beta flag

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@alonkeyval alonkeyval merged commit b737013 into odigos-io:main Dec 15, 2024
31 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.

None yet

2 participants