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

refactor: Implement functional code for the 'useFilteredApps' hook #30279

Merged
merged 5 commits into from
Sep 15, 2023

Conversation

rique223
Copy link
Contributor

@rique223 rique223 commented Sep 4, 2023

Proposed changes (including videos or screenshots)

Replaced the iterative implementation of the 'useFilteredApps' hook with a functional one using a homebrew function composition method implementation.

Issue(s)

Steps to test or reproduce

Further comments

…lementation

Replaced the iterative implementation of the useFilteredApps hook with a functional one using underscores.js's compose function.
@changeset-bot
Copy link

changeset-bot bot commented Sep 4, 2023

⚠️ No Changeset found

Latest commit: b27eb21

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@codecov
Copy link

codecov bot commented Sep 5, 2023

Codecov Report

Merging #30279 (b27eb21) into develop (3a3245a) will decrease coverage by 0.09%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop   #30279      +/-   ##
===========================================
- Coverage    50.18%   50.10%   -0.09%     
===========================================
  Files          781      775       -6     
  Lines        14507    14484      -23     
  Branches      2621     2616       -5     
===========================================
- Hits          7281     7257      -24     
+ Misses        6829     6813      -16     
- Partials       397      414      +17     
Flag Coverage Δ
e2e 48.49% <ø> (-0.10%) ⬇️
unit 60.30% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@rique223 rique223 marked this pull request as ready for review September 11, 2023 20:14
@rique223 rique223 requested a review from a team as a code owner September 11, 2023 20:14
@rique223 rique223 requested a review from tiagoevanp September 12, 2023 19:03
@dionisio-bot dionisio-bot bot added stat: ready to merge PR tested and approved waiting for merge and removed stat: needs QA labels Sep 15, 2023
@dionisio-bot dionisio-bot bot added stat: ready to merge PR tested and approved waiting for merge and removed stat: ready to merge PR tested and approved waiting for merge labels Sep 15, 2023
@kodiakhq kodiakhq bot merged commit c720655 into develop Sep 15, 2023
42 checks passed
@kodiakhq kodiakhq bot deleted the refactor/useFilteredApps branch September 15, 2023 19:02
gabriellsh added a commit that referenced this pull request Sep 19, 2023
…ove/iframeLogin

* 'develop' of github.com:RocketChat/Rocket.Chat: (29 commits)
  fix: Disables `GenericMenu` without any sections or items (#30319)
  i18n: Language update from LingoHub 🤖 on 2023-09-18Z (#30426)
  chore:  remove connectToCloud option (#30430)
  chore: remove Troubleshoot options (#30429)
  chore: bump fuselage packages (#30424)
  chore: Webhooks page refactor (#30274)
  chore: color palette changes (#30385)
  fix: increase cron job check delay to 1 min (#30402)
  fix: Presence broadcast isn't enabled after license validation (#30282)
  test: create non private team and readonly team (#30371)
  Bump version to 6.5.0-develop
  refactor: Implement functional code for the 'useFilteredApps' hook (#30279)
  Release 6.4.0-rc.1
  Release 6.3.6
  regression: Login page callout messages (#30399)
  test: tests for muting and unmuting (#30286)
  regression: Fix rooms table not showing teams (#30361)
  regression: Move queue-timeout setting to CE and remove dependency on waiting queue (#30386)
  fix: engagement dashboard not working (#30277)
  Bump 6.3.6
  ...
MartinSchoeler pushed a commit that referenced this pull request Sep 26, 2023
debdutdeb pushed a commit that referenced this pull request Oct 26, 2023
@casalsgh casalsgh added this to the 6.5.0 milestone Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stat: ready to merge PR tested and approved waiting for merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants