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

feat(api): added endpoint for batch source string editing #198

Merged
merged 7 commits into from
Nov 15, 2024

Conversation

DE-dylan-lauzon
Copy link
Contributor

Addresses issue #133

@DE-dylan-lauzon DE-dylan-lauzon changed the title feat(apit)!: added endpoint for batch source string editing. feat(api)!: added endpoint for batch source string editing. Nov 13, 2024
@andrii-bodnar andrii-bodnar linked an issue Nov 14, 2024 that may be closed by this pull request
Copy link
Member

@andrii-bodnar andrii-bodnar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DE-dylan-lauzon thank you for the contribution!

I just left a few comments, please address them.

src/CrowdinApiClient/Api/SourceStringApi.php Outdated Show resolved Hide resolved
src/CrowdinApiClient/Api/SourceStringApi.php Outdated Show resolved Hide resolved
src/CrowdinApiClient/Api/SourceStringApi.php Outdated Show resolved Hide resolved
tests/CrowdinApiClient/Api/SourceStringApiTest.php Outdated Show resolved Hide resolved
@andrii-bodnar andrii-bodnar changed the title feat(api)!: added endpoint for batch source string editing. feat(api): added endpoint for batch source string editing Nov 14, 2024
@DE-dylan-lauzon
Copy link
Contributor Author

Addressed the issues noted.

@andrii-bodnar
Copy link
Member

@DE-dylan-lauzon
Copy link
Contributor Author

Sorry about that. CS fixer caught a couple bits of whitespace that I missed. It passes locally, now.

Copy link

codecov bot commented Nov 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.37%. Comparing base (3c2dfd2) to head (a93d9ec).
Report is 1 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #198      +/-   ##
============================================
+ Coverage     89.36%   89.37%   +0.01%     
- Complexity     1293     1294       +1     
============================================
  Files           119      119              
  Lines          3390     3393       +3     
============================================
+ Hits           3029     3032       +3     
  Misses          361      361              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@andrii-bodnar andrii-bodnar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DE-dylan-lauzon thank you!

@andrii-bodnar andrii-bodnar merged commit 3ae9950 into crowdin:master Nov 15, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

String Batch Operations API support
2 participants