Closed tbjers closed 1 year ago
I will reformat the title to use the proper commit message syntax.
The branch release
can only be set as base branch by members of @parse-community/core-maintainers
.
Pull requests are usually opened against the default branch release
, which is the working branch. Different repositories may have base branches with different names. If you are sure you need to open this pull request against a different branch, please ask someone from the team mentioned above.
The branch release
can only be set as base branch by members of @parse-community/core-maintainers
.
Pull requests are usually opened against the default branch release
, which is the working branch. Different repositories may have base branches with different names. If you are sure you need to open this pull request against a different branch, please ask someone from the team mentioned above.
All modified lines are covered by tests :white_check_mark:
Comparison is base (
0f26c11
) 100.00% compared to head (a98a43a
) 100.00%.:exclamation: Current head a98a43a differs from pull request most recent head 320ce40. Consider uploading reports for the commit 320ce40 to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Never mind https://github.com/parse-community/parse-server-api-mail-adapter/pull/90#issuecomment-1756054270, this repository has the release branch as the working branch, hence the comment.
I am not sure if there is a need to update the documentation with anything. Thoughts, @mtrezza?
Wouldn't the typescript definition files normally be committed with the repository? Or how are generated?
They are automatically generated by the npm build command, so they would be generated at the same time as the rest of the code in lib.
On Tue, Oct 10, 2023, at 18:30, Manuel wrote:
Wouldn't the typescript definition files normally be committed with the repository? Or how are generated?
— Reply to this email directly, view it on GitHub https://github.com/parse-community/parse-server-api-mail-adapter/pull/90#issuecomment-1756356197, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIQW7CXBYE4Z2UXJE4KXOLX6XD6RAVCNFSM6AAAAAA522DXWCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONJWGM2TMMJZG4. You are receiving this because you authored the thread.Message ID: @.***>
Got it; regarding docs I don't think there's anything that needs to be added. This doesn't contain any breaking changes for developers who are already using the package, correct?
Correct.
On Tue, Oct 10, 2023, at 19:03, Manuel wrote:
Got it; regarding docs I don't think there's anything that needs to be added. This will be a minor release without any breaking changes, correct?
— Reply to this email directly, view it on GitHub https://github.com/parse-community/parse-server-api-mail-adapter/pull/90#issuecomment-1756414268, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIQW7D2GQB5GKEBTXTQV3TX6XH5NAVCNFSM6AAAAAA522DXWCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONJWGQYTIMRWHA. You are receiving this because you authored the thread.Message ID: @.***>
@sadortun could you review this PR please? I wonder whether TS files should be committed to the repo as the IDE will need them?
@mtrezza Yes, the file should be added to the repository.
@sadortun could you review this PR please? I wonder whether TS files should be committed to the repo as the IDE will need them?
cc: @sadortun The files do not need to be committed to the repository because they will be part of the package tarball as they are generated at the same time as everything else in lib/
. My reasoning here is that we do not commit the generated code to the repository, either.
@tbjers @mtrezza Ah, I was referring to tsconfig.json
in this PR. And you're referring to .d.ts
😂
If .d.ts
are generated by the build step, then you don't need them in the repo.
Thanks @sadortun for confirming, and thanks @tbjers for the PR; I'll go ahead and merge.
🎉 This pull request has been released in version 3.1.0
New Pull Request Checklist
Issue Description
Related issue: #89 Closes: #89
Approach
TODOs before merging