-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Pod): add DSL filter for pods (#2688)
* feat(Pod): add DSL filter for pods Add DSL filters for pods. They should look similar to the simple service tasks but keep the same functionality as the pods one has now. Closes DCOS-20249 * fix(PodInstancesView): add more cases for extracting the filter text Add more cases for extracting the filter text. Remove unnecessary PodViewFilter. * fix(PodInstancesContainer): fix DSL region/zone filters Fix region/zone filters to use the new InstanceUtil. * test(PodInstances): add DSL filter tests Add DSL pod instances tests. * fix(PodInstnancesView): show toggles if the filter type is not text Show toggles if the filter type is not text. * refactor(PodInstancesContainer): code improvements for pod DSL filter Code improvements for pod DSL filter. * refactor(PodInstancesContainer): code improvements for pod DSL filter Code improvements for pod DSL filter. * fix(test-apps): fix system app tests Fix system app tests. * refactor(PodInstancesContainer): code improvements for pod DSL filter Code improvements for pod DSL filter. * fix(test-apps): add serviceName as a string again Add serviceName as a string again. * refactor(PodInstanceTable): make table object agent id more consistent with PodInstance Make table object agent id more consistent with PodInstance. * refactor(PodInstanceTable): make table object agent id more consistent with PodInstance Make table object agent id more consistent with PodInstance. * refactor(PodInstancesContainer): remove agentId duality Remove agentId duality.
- Loading branch information
1 parent
de428e4
commit 57553a6
Showing
23 changed files
with
670 additions
and
318 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.