UNCLASSIFIED - NO CUI

Skip to content

Collector targets filter

abhayashrestha requested to merge collector_targets_filter into master
  • Adding the feature of allowing users to select all that includes a string pattern for autocompletes in feature boards, source repos, and pipelines for both Onboard and Update team forms.
  • Refactoring Onboard team test to not over test since now the autocomplete that is designed tests what the form controls are doing for autocomplete.
  • Adding useTablePaginationStat hook, and replacing the TeamTable, and ManageUsers useState hooks with that one which avoids the need for over testing table pagination.
  • Only testing table pagination in TeamTable now.
  • Adding Mirage mocks for the admin page data now.
  • Screen_Shot_2022-12-08_at_12.42.09_PM
  • Screen_Shot_2022-12-08_at_12.42.25_PM
  • Screen_Shot_2022-12-08_at_12.45.59_PM
  • Screen_Shot_2022-12-08_at_12.46.18_PM
Edited by abhayashrestha

Merge request reports