Skip to content

Conversation

@colinmoynes
Copy link
Collaborator

@colinmoynes colinmoynes commented Jan 6, 2026

📄 Summary

Briefly describe the purpose of this pull request. What problem does it solve or feature does it add?

🔍 Related Issues

Link to any related GitHub issues (e.g., Fixes #12, Closes #34):

🧪 Type of Change

Please check the relevant type tag for this PR title:

  • [FIX] Bug fix
  • [NEW] New thing
  • [REFACTOR] Internal changes such as code restructuring or optimization that does not alter functionality
  • [DOC] Documentation-only changes
  • [CHORE] Maintenance, cleanup, or CI configuration

🧪 How Has This Been Tested?

Describe how you tested your changes. Include CI runs, local tests, manual verification, or screenshots if applicable.

📸 Screenshots (if applicable)

If UI or logs are affected, include before/after screenshots or output.

✅ Checklist

  • I’ve read and followed the CONTRIBUTING.md.
  • I’ve added or updated documentation as needed.
  • I’ve verified the change is tested and works as intended.
  • CI/CD checks pass and do not break existing functionality.
  • My code follows the style guidelines of this project.

Copilot AI review requested due to automatic review settings January 6, 2026 15:10
@colinmoynes colinmoynes merged commit afe5b33 into main Jan 6, 2026
5 checks passed
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates GIF references in the Docker/Sonar README file and adds a new simple.gif image. The changes reorganize the documentation sections showing different query capabilities and update the associated image references.

Key changes:

  • Adds a new simple.gif file for basic repository queries
  • Updates image references in README sections
  • Reformats section headers and descriptions

Reviewed changes

Copilot reviewed 1 out of 8 changed files in this pull request and generated 4 comments.

File Description
Docker/Sonar/simple.gif New GIF file added to demonstrate simple repository queries
Docker/Sonar/README.md Updates image references and reorganizes documentation sections for different query types

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.


<img src="example-untagged.gif" width=50%>
#### Query for untagged/ oprhaned images.
<img src="untagged.gif">
Copy link

Copilot AI Jan 6, 2026

Choose a reason for hiding this comment

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

The image reference "untagged.gif" does not match any of the existing GIF files in the directory. The actual file appears to be "example-untagged.gif". This will result in a broken image link.

Suggested change
<img src="untagged.gif">
<img src="example-untagged.gif">

Copilot uses AI. Check for mistakes.
#### Query untagged images

<img src="example-untagged.gif" width=50%>
#### Query for untagged/ oprhaned images.
Copy link

Copilot AI Jan 6, 2026

Choose a reason for hiding this comment

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

There is a spelling error in "oprhaned". It should be "orphaned".

Suggested change
#### Query for untagged/ oprhaned images.
#### Query for untagged/orphaned images.

Copilot uses AI. Check for mistakes.

#### Query a specific image and view detailed results.
#### Query for detailed results.
<img src="detailed.gif">
Copy link

Copilot AI Jan 6, 2026

Choose a reason for hiding this comment

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

The image reference "detailed.gif" does not match any of the existing GIF files in the directory. The actual file appears to be "example-detailed.gif". This will result in a broken image link.

Suggested change
<img src="detailed.gif">
<img src="example-detailed.gif">

Copilot uses AI. Check for mistakes.

<img src="example-detailed.gif" width=50%>
#### Query for a specific image and detailed results.
<img src="image-detailed.gif">
Copy link

Copilot AI Jan 6, 2026

Choose a reason for hiding this comment

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

The image reference "image-detailed.gif" does not match any of the existing GIF files in the directory. The actual file appears to be "example-detailed.gif". This will result in a broken image link.

Suggested change
<img src="image-detailed.gif">
<img src="example-detailed.gif">

Copilot uses AI. Check for mistakes.
@colinmoynes colinmoynes deleted the readme branch January 14, 2026 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants