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

feature flag audit logs UI changes #1902

Merged
merged 10 commits into from
Sep 11, 2024

Conversation

Yagnik56
Copy link
Collaborator

@Yagnik56 Yagnik56 commented Sep 5, 2024

This PR contains all the changes for feature flag audit logs to show them in UI.
image

BugFix
This also fixes the issue of segment deletion failing in exclusion list.

@Yagnik56 Yagnik56 self-assigned this Sep 5, 2024
Copy link
Collaborator

@VivekFitkariwala VivekFitkariwala left a comment

Choose a reason for hiding this comment

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

The view breaks for Include all status update log


export { EXPERIMENT_LOG_TYPE, SERVER_ERROR };
export { EXPERIMENT_LOG_TYPE, SERVER_ERROR, FEATURE_FLAG_LIST_OPERATION };
Copy link
Collaborator

Choose a reason for hiding this comment

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

This export doesn't make sense directly import from where it si needed.

Copy link
Collaborator

Choose a reason for hiding this comment

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

@Yagnik56 can you remove the export from here.

@Yagnik56 Yagnik56 merged commit 0eff4e2 into dev Sep 11, 2024
14 checks passed
@Yagnik56 Yagnik56 deleted the enhancement/feature-flags-audit-logs-UI-changes branch September 11, 2024 12:03
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.

Show Feature Flags Audit Logs in Logs tab
2 participants