Skip to content

Conversation

IvanTechnicalWriter
Copy link
Contributor

@IvanTechnicalWriter IvanTechnicalWriter commented Sep 8, 2025

Summary:
Switch generic CDN example in README from ucarecdn.com to demo.ucarecd.net

Changes:
• README.md – updated one example URL only

Notes:
• Badges, logos, and images left untouched (live assets)
• README-only change

Resolves: DOCS-1156

Note:
CI failures are due to fork PRs running without API keys (Public key not found). Safe to merge once approved; alternatively I can reopen from an internal branch when write access is granted.

Summary by CodeRabbit

  • Documentation
    • Updated the Swift "Example of uploads" snippet to use the demo.ucarecd.net URL instead of the previous production-style URL.
    • Documentation-only change — no code, behavior, API, or public declaration changes; applications continue to work as before.

Copy link
Contributor

coderabbitai bot commented Sep 8, 2025

Walkthrough

Documentation-only change: README’s Swift “Example of uploads” snippet updated the example URL from https://ucarecdn.com/... to https://demo.ucarecdn.net/....

Changes

Cohort / File(s) Summary
Docs update
README.md
Updated example URL in Swift “Example of uploads” snippet from https://ucarecdn.com/46528d0d-323c-42d7-beab-2fdc5e7077ba/ to https://demo.ucarecd.net/46528d0d-323c-42d7-beab-2fdc5e7077ba/.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Warning

Review ran into problems

🔥 Problems

Errors were encountered while retrieving linked issues.

Errors (1)
  • JIRA integration encountered authorization issues. Please disconnect and reconnect the integration in the CodeRabbit UI.

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

💡 Knowledge Base configuration:

  • Jira integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between dacead8 and c98b4ff.

📒 Files selected for processing (1)
  • README.md (1 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • README.md
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
  • GitHub Check: Build and test on latest macOS
  • GitHub Check: Build and test on latest Ubuntu (5.1)
  • GitHub Check: Build and test on latest Ubuntu (5.6.3)
✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
README.md (1)

124-127: Fix sample: metadata set on undeclared variable.

Line 125 references fileForUploading2 before it’s declared; intent seems to set metadata on fileForUploading1.

- fileForUploading2.metadata = ["myKey": "myValue"]
+ fileForUploading1.metadata = ["myKey": "myValue"]
🧹 Nitpick comments (1)
README.md (1)

128-133: Remove unused variable to avoid confusion.

fileForUploading2 is declared (Line 130) but never used. Either demonstrate using it or drop the line.

- var fileForUploading2 = uploadcare.file(withContentsOf: url)!
📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

💡 Knowledge Base configuration:

  • Jira integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between c986c38 and e525f2d.

📒 Files selected for processing (1)
  • README.md (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
  • GitHub Check: Build and test on latest Ubuntu (5.6.3)
  • GitHub Check: Build and test on latest Ubuntu (5.1)

Co-authored-by: Aleksandr Grenishin <nd0ut.me@gmail.com>
@IvanTechnicalWriter
Copy link
Contributor Author

Reopened internally as PR #137. Closing this fork PR.

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.

2 participants