Skip to content

Conversation

@sigmaaa
Copy link
Collaborator

@sigmaaa sigmaaa commented Sep 18, 2025

Description

updated docs with troubleshooting part

Fixes # (IEP-1634)

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

How has this been tested?

Test Configuration:

  • ESP-IDF Version:
  • OS (Windows,Linux and macOS):

Dependent components impacted by this PR:

  • Component 1
  • Component 2

Checklist

  • PR Self Reviewed
  • Applied Code formatting
  • Added Documentation
  • Added Unit Test
  • Verified on all platforms - Windows,Linux and macOS

Summary by CodeRabbit

  • Documentation
    • Added a troubleshooting section for the error: “Cannot complete the install because one or more required items could not be found.”
    • Included clear, step-by-step instructions to enable the Eclipse Platform update site and resolve dependency issues.
    • Added a reference link to the new troubleshooting section from the top references list.
    • Inserted an illustrative image to guide users through the fix.
    • Placed the new guidance after the existing update error section.

@coderabbitai
Copy link

coderabbitai bot commented Sep 18, 2025

Walkthrough

Adds a new troubleshooting reference and section to docs/en/marketplaceupdate.rst addressing the “Cannot complete the install because one or more required items could not be found” error, with step-by-step instructions to enable the Eclipse Platform update site and an illustrative image. No code changes.

Changes

Cohort / File(s) Change Summary
Docs: Marketplace update troubleshooting
docs/en/marketplaceupdate.rst
Inserted a new ref link to troubleshooting; added anchored section “Troubleshooting: 'Cannot complete the install...'” with steps to enable Eclipse Platform - Latest Release Update Site, included image (Resolve_update_error_2.png), and appended a clarifying note. No code/API changes.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Suggested labels

needs translation:CN

Suggested reviewers

  • kolipakakondal
  • AndriiFilippov
  • alirana01

Poem

A rabbit thumps a doc with cheer,
“Flip the switch, the path is clear!”
Update sites aligned in view,
Carrots cached, dependencies too.
Hop, click, done—no items missed,
Eclipse now hums with bliss. 🥕✨

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title Check ✅ Passed The PR title "IEP-1634 Update IDE Documentation with Troubleshooting for Missing Requirements" accurately summarizes the primary change: adding troubleshooting content for missing requirement errors in the IDE documentation and it directly maps to the modifications in docs/en/marketplaceupdate.rst.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
✨ Finishing touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch IEP-1634

Tip

👮 Agentic pre-merge checks are now available in preview!

Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.

  • Built-in checks – Quickly apply ready-made checks to enforce title conventions, require pull request descriptions that follow templates, validate linked issues for compliance, and more.
  • Custom agentic checks – Define your own rules using CodeRabbit’s advanced agentic capabilities to enforce organization-specific policies and workflows. For example, you can instruct CodeRabbit’s agent to verify that API documentation is updated whenever API schema files are modified in a PR. Note: Upto 5 custom checks are currently allowed during the preview period. Pricing for this feature will be announced in a few weeks.

Please see the documentation for more information.

Example:

reviews:
  pre_merge_checks:
    custom_checks:
      - name: "Undocumented Breaking Changes"
        mode: "warning"
        instructions: |
          Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal).

Please share your feedback with us on this Discord post.


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.

@sigmaaa sigmaaa changed the title feat: updated docs related to the updating IDE IEP-1634 Update IDE Documentation with Troubleshooting for Missing Requirements Sep 18, 2025
Copy link

@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: 0

🧹 Nitpick comments (5)
docs/en/marketplaceupdate.rst (5)

119-121: Trim extra blank lines to avoid excessive spacing in output.

Apply this diff:

- 
-
-
+

124-126: Shorten the heading; move the exact error message into the body as a literal.

Very long titles can trigger underline-length warnings in reST and are harder to scan.

Apply this diff:

-Troubleshooting: "Cannot complete the install because one or more required items could not be found"
------------------------------------------------------------------------------------------------------
+Troubleshooting: Missing required items during install
+------------------------------------------------------
+
+The installer shows the error: ``Cannot complete the install because one or more required items could not be found``.

131-139: Use Sphinx roles for menus and buttons for consistency and a11y.

Prefer :menuselection: and :guilabel: for UI paths and controls.

Apply this diff:

-1. Go to ``Help`` > ``Install New Software``.  
-2. Click **Manage**.  
+1. Go to :menuselection:`Help --> Install New Software`.  
+2. Click :guilabel:`Manage`.  
-3. Make sure the option for the **Eclipse Platform - Latest Release Update Site** is enabled.  
+3. Ensure :guilabel:`Eclipse Platform - Latest Release Update Site` is enabled.  
-4. Apply the changes and close the dialog.  
-5. Then go to ``Help`` > ``Check for Updates`` and proceed with updating the IDE and its dependencies.  
+4. Click :guilabel:`Apply` and close the dialog.  
+5. Go to :menuselection:`Help --> Check for Updates` and proceed with updating the IDE and its dependencies.  

135-135: Add alt text to the image.

Improves accessibility and helps when images fail to load.

Apply this diff:

-.. image:: ../../media/Resolve_update_error_2.png
+.. image:: ../../media/Resolve_update_error_2.png
+   :alt: Enable Eclipse Platform Latest Release update site in Available Software Sites

128-141: Consider a fallback note if the update site is missing.

Some users may not see the Platform update site in the list. Add a sentence advising to add the Eclipse Platform “Latest Release” update site manually if it’s absent.

I can draft the exact text once you confirm the preferred wording and whether you want to include the URL.

📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 7e2946b and 52f60e0.

⛔ Files ignored due to path filters (1)
  • media/Resolve_update_error_2.png is excluded by !**/*.png
📒 Files selected for processing (1)
  • docs/en/marketplaceupdate.rst (2 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). (1)
  • GitHub Check: build
🔇 Additional comments (2)
docs/en/marketplaceupdate.rst (2)

13-13: Good addition: cross-reference is defined and resolves.

The new bullet :ref:troubleshooting_missing_items`` matches the label added below. Looks good.


122-142: Asset present and label unique — no action required.

media/Resolve_update_error_2.png exists and the label _troubleshooting_missing_items is defined only once (docs/en/marketplaceupdate.rst:122).

Copy link
Collaborator

@kolipakakondal kolipakakondal left a comment

Choose a reason for hiding this comment

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

LGTM

@kolipakakondal kolipakakondal merged commit 47ca2ad into master Sep 18, 2025
3 of 5 checks passed
@kolipakakondal kolipakakondal deleted the IEP-1634 branch September 18, 2025 12:39
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