Skip to content

feat(gui): add a toggle for Texera attribution#5039

Open
xuang7 wants to merge 8 commits into
apache:mainfrom
xuang7:feat/add-attribution-link
Open

feat(gui): add a toggle for Texera attribution#5039
xuang7 wants to merge 8 commits into
apache:mainfrom
xuang7:feat/add-attribution-link

Conversation

@xuang7
Copy link
Copy Markdown
Contributor

@xuang7 xuang7 commented May 12, 2026

What changes were proposed in this PR?

This PR adds an attribution toggle for downstream projects to display a "Powered by Texera" link in the sidebar.

Changes:

  • Controlled by gui.attribution-enabled (env: GUI_ATTRIBUTION_ENABLED), default false.
  • Hidden automatically when the sidebar is collapsed.
  • Links to https://texera.io.

Demo:
attribution

Any related issues, documentation, discussions?

Closes #5038

How was this PR tested?

Existing automated tests pass and manually tested.

Was this PR authored or co-authored using generative AI tooling?

Generated-by: Claude Opus 4.7

@github-actions github-actions Bot added feature frontend Changes related to the frontend GUI common platform Non-amber Scala service paths labels May 12, 2026
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 12, 2026

Codecov Report

❌ Patch coverage is 83.33333% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 42.90%. Comparing base (a820f67) to head (33c7f57).

Files with missing lines Patch % Lines
...pache/texera/service/resource/ConfigResource.scala 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #5039      +/-   ##
============================================
- Coverage     43.12%   42.90%   -0.22%     
  Complexity     2208     2208              
============================================
  Files          1045     1045              
  Lines         40249    40175      -74     
  Branches       4252     4253       +1     
============================================
- Hits          17358    17239     -119     
- Misses        21817    21862      +45     
  Partials       1074     1074              
Flag Coverage Δ *Carryforward flag
access-control-service 39.53% <ø> (ø)
agent-service 33.72% <ø> (ø) Carriedforward from bb795a0
amber 43.76% <ø> (+<0.01%) ⬆️
computing-unit-managing-service 0.00% <ø> (ø)
config-service 0.00% <0.00%> (ø)
file-service 32.18% <ø> (ø)
frontend 34.08% <100.00%> (+0.02%) ⬆️
python 89.07% <ø> (-1.35%) ⬇️ Carriedforward from bb795a0
workflow-compiling-service 56.81% <ø> (ø)

*This pull request uses carry forward flags. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@xuang7 xuang7 requested a review from aicam May 15, 2026 20:52
Copy link
Copy Markdown
Contributor

@aicam aicam left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

common feature frontend Changes related to the frontend GUI platform Non-amber Scala service paths

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a unified toggle for Texera attribution

3 participants