-
Notifications
You must be signed in to change notification settings - Fork 109
fix: uncomment function type filter in ACTORS_FILTER #2533
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
fix: uncomment function type filter in ACTORS_FILTER #2533
Conversation
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
How to use the Graphite Merge QueueAdd the label merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
fcb7b6c
to
e90af51
Compare
5d883a7
to
7f6788a
Compare
e90af51
to
fba55a4
Compare
7f6788a
to
abba1a0
Compare
fba55a4
to
d8521b4
Compare
abba1a0
to
310b649
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Summary
Restores filtering logic in frontend/apps/hub/src/routes/_authenticated/_layout/projects/$projectNameId/environments/$environmentNameId._v2/containers.tsx
by uncommented the function type filter in ACTORS_FILTER.
- Fixed bug by re-enabling filter that excludes 'function' type and 'actor-core' framework actors from the containers view, ensuring only relevant actors are displayed
1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
d8521b4
to
b7c38f4
Compare
7dc5b9f
to
a512da3
Compare
b7c38f4
to
65e7c70
Compare
f118519
to
730d5f8
Compare
cf63a04
to
127da0d
Compare
730d5f8
to
f2198ae
Compare
127da0d
to
da02915
Compare
f2198ae
to
730d5f8
Compare
da02915
to
127da0d
Compare
127da0d
to
dd008fa
Compare
Merge activity
|
<!-- Please make sure there is an issue that this PR is correlated to. --> ## Changes <!-- If there are frontend changes, please include screenshots. -->
Changes