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

chore: split ImportDataConverter into multiple classes and add unit testing #33394

Merged
merged 9 commits into from
Oct 12, 2024

Conversation

pierre-lehnen-rc
Copy link
Contributor

@pierre-lehnen-rc pierre-lehnen-rc commented Sep 27, 2024

Proposed changes (including videos or screenshots)

Issue(s)

Related to task SCI-43

Steps to test or reproduce

Further comments

I tried to modify as little as possible, only really breaking the existing code into multiple classes.

There's still room for plenty more tests

Copy link
Contributor

dionisio-bot bot commented Sep 27, 2024

Looks like this PR is not ready to merge, because of the following issues:

  • This PR is missing the 'stat: QA assured' label

Please fix the issues and try again

If you have any trouble, please check the PR guidelines

Copy link

changeset-bot bot commented Sep 27, 2024

⚠️ No Changeset found

Latest commit: d0b72e5

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

Copy link
Contributor

github-actions bot commented Sep 27, 2024

PR Preview Action v1.4.8
Preview removed because the pull request was closed.
2024-10-12 07:35 UTC

Copy link

codecov bot commented Sep 27, 2024

Codecov Report

Attention: Patch coverage is 39.70315% with 325 lines in your changes missing coverage. Please review.

Project coverage is 58.45%. Comparing base (b9b1c0f) to head (d0b72e5).
Report is 1 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop   #33394      +/-   ##
===========================================
- Coverage    58.59%   58.45%   -0.15%     
===========================================
  Files         2739     2744       +5     
  Lines        65696    66282     +586     
  Branches     14826    14989     +163     
===========================================
+ Hits         38494    38743     +249     
- Misses       24422    24718     +296     
- Partials      2780     2821      +41     
Flag Coverage Δ
unit 74.70% <39.70%> (-0.95%) ⬇️

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

@pierre-lehnen-rc pierre-lehnen-rc changed the title chore: split ImporterDataConverter into multiple classes and add unit testing chore: split ImportDataConverter into multiple classes and add unit testing Sep 27, 2024
@pierre-lehnen-rc pierre-lehnen-rc marked this pull request as ready for review September 30, 2024 16:35
@pierre-lehnen-rc pierre-lehnen-rc requested a review from a team as a code owner September 30, 2024 16:35
@pierre-lehnen-rc pierre-lehnen-rc added this to the 6.14 milestone Oct 4, 2024
@pierre-lehnen-rc pierre-lehnen-rc added the stat: ready to merge PR tested and approved waiting for merge label Oct 10, 2024
@kodiakhq kodiakhq bot merged commit 3c05136 into develop Oct 12, 2024
50 checks passed
@kodiakhq kodiakhq bot deleted the chore/importer-converters branch October 12, 2024 07:35
gabriellsh added a commit that referenced this pull request Oct 15, 2024
…ctor/avatar

* 'develop' of github.com:RocketChat/Rocket.Chat: (58 commits)
  refactor: unified users page header content into a single component (#33498)
  chore: store contact emails and phones on the same format as user's and visitor's (#33484)
  fix: broken jump-to-thread-message functionality using link  (#33332)
  feat: Apps-Engine method for reading and counting unread room messages for a user (#32194)
  feat: adds a new featured room action on the header for non-default category (#33562)
  chore(deps): bump actions/setup-node from 4.0.3 to 4.0.4 (#33327)
  fix: consider query strings in Twilio request validation (#33364)
  ci: add restore cache for `deploy-preview` (#33579)
  feat: add history endpoint (#33349)
  ci: cache artifacts to reduce api calls (#33567)
  feat: new E2EE composer hint (#33283)
  chore: Add `force` option to `rmSync` call (#33570)
  chore: remove nameInsensitive sorting on /v1/users.listByStatus (#33401)
  chore: Use `rmSync` instead of `rmdirSync` (#33551)
  feat: add contact channels (#33308)
  chore: split ImportDataConverter into multiple classes and add unit testing (#33394)
  test: added MockedDeviceContext to voip unit tests (#33553)
  refactor: adjusted voip endpoints error messages (#33515)
  fix: Cannot send messages after E2EE keys are refreshed (#33527)
  fix: Custom sounds not working when storage is set to filesystem (#33424)
  ...
@ggazzo ggazzo modified the milestones: 6.14, 7.0 Oct 17, 2024
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.

4 participants