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

Added functions for adding and updating text resources in an AGOL item #1509

Merged
merged 5 commits into from
Sep 27, 2024

Conversation

MikeTschudi
Copy link
Member

Added

  • addTextResource()
  • updateTextResource()

Renamed

  • addResourceFromBlob() → addBlobResource()
  • add-resource-from-blob.ts → add-resource.ts

Created

  • update-resource.ts

In short, because the PR's diff is muddled, there are two modified/new files:

  • add-resource.ts
    • addBlobResource()
    • addTextResource()
  • update-resource.ts
    • updateTextResource()

and affiliated tests.

Copy link

codecov bot commented Sep 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (4924f04) to head (2d4086b).
Report is 6 commits behind head on develop.

Additional details and impacted files
@@            Coverage Diff            @@
##           develop     #1509   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          152       153    +1     
  Lines         8168      8188   +20     
  Branches      1805      1809    +4     
=========================================
+ Hits          8168      8188   +20     

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

@MikeTschudi MikeTschudi merged commit ce5f373 into develop Sep 27, 2024
9 checks passed
@MikeTschudi MikeTschudi deleted the enh/support-i18n-resources branch September 27, 2024 19:57
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.

3 participants