Skip to content

[NA] [FE] fix: show only regular experiments on experiments page#5957

Merged
awkoy merged 2 commits intomainfrom
fix/experiments-default-type
Mar 30, 2026
Merged

[NA] [FE] fix: show only regular experiments on experiments page#5957
awkoy merged 2 commits intomainfrom
fix/experiments-default-type

Conversation

@awkoy
Copy link
Copy Markdown
Contributor

@awkoy awkoy commented Mar 30, 2026

Details

Remove ALL_EXPERIMENT_TYPES override from GeneralDatasetsTab so the experiments page only shows regular experiments (the hook default) instead of all types (regular, trial, mini-batch, mutation).

Change checklist

  • User facing
  • Documentation update

Issues

  • N/A

AI-WATERMARK

AI-WATERMARK: yes

  • Tools: Claude Code
  • Model(s): claude-opus-4-6
  • Scope: full implementation
  • Human verification: code review

Testing

  • Open the Experiments page and verify only regular experiments are listed
  • Confirm trial/mini-batch/mutation experiments no longer appear in the main list

Documentation

Nothing

The GeneralDatasetsTab was passing ALL_EXPERIMENT_TYPES to the query,
showing trial, mini-batch, and mutation experiments alongside regular
ones. Remove the override so it defaults to regular experiments only.
@awkoy awkoy requested a review from a team as a code owner March 30, 2026 12:29
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 30, 2026

📋 PR Linter Failed

Invalid Title Format. Your PR title must include a ticket/issue number and may optionally include component tags ([FE], [BE], etc.).

  • Internal contributors: Open a JIRA ticket and link to it: [OPIK-xxxx] or [CUST-xxxx] or [DND-xxxx] or [DEV-xxxx] [COMPONENT] Your change
  • External contributors: Open a Github Issue and link to it via its number: [issue-xxxx] [COMPONENT] Your change
  • No ticket: Use [NA] [COMPONENT] Your change (Issues section not required)

Example: [issue-3108] [BE] [FE] Fix authentication bug or [OPIK-1234] Fix bug or [NA] Update README


Incomplete Issues Section. You must reference at least one GitHub issue (#xxxx), Jira ticket (OPIK-xxxx), CUST ticket (CUST-xxxx), DEV ticket (DEV-xxxx), or DND ticket (DND-xxxx) under the ## Issues section.

@awkoy awkoy changed the title [FE] fix: show only regular experiments on experiments page [NA] [FE] fix: show only regular experiments on experiments page Mar 30, 2026
Copy link
Copy Markdown
Contributor

@andriidudar andriidudar left a comment

Choose a reason for hiding this comment

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

LGTM!

@awkoy awkoy merged commit 1a32e9b into main Mar 30, 2026
10 checks passed
@awkoy awkoy deleted the fix/experiments-default-type branch March 30, 2026 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants