Skip to content

Resolve merge conflicts with master for README update PR#280

Draft
Copilot wants to merge 5 commits intomasterfrom
copilot/update-readme-content
Draft

Resolve merge conflicts with master for README update PR#280
Copilot wants to merge 5 commits intomasterfrom
copilot/update-readme-content

Conversation

Copy link
Contributor

Copilot AI commented Mar 10, 2026

The previous merge attempt produced a commit with a single parent instead of a proper merge commit, so GitHub continued reporting conflicts against master.

Changes

  • Proper merge commit: Re-merged origin/master with two parents (00a68d5, 6681879) so Git recognizes the shared history
  • README conflict resolution:
    • Kept our SSL/TLS example (with endpoint, token, agentOptions) over the stale bastion-host leftover snippet
    • Removed duplicate "Custom SSL/TLS Configuration" section that master tried to re-add (already present from prior commit)

Original PR content (unchanged)

  • Badge fixes: checks-statusactions/workflow/status, removed stale Codecov badge, added License badge
  • Broken link fixes: docker docs URLs, removed dead [docker toolbox] ref
  • README refresh: Node.js 16→18, varconst, fixed Kubernetes/bastion examples, added Configuration/AppRole/error-handling sections

🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

- Fix Node.js version prerequisite (16 → 18 to match package.json)
- Fix NPM version badge alt text
- Add Configuration section with client options and env vars
- Modernize code examples (var → const)
- Add update, list, AppRole auth, error handling, and custom commands docs
- Fix bastion host example for axios (rpOptions → requestOptions)
- Add TypeScript support mention
- Remove outdated year reference and unused link references

Co-authored-by: aviadhahami <7353632+aviadhahami@users.noreply.github.com>
Copilot AI changed the title [WIP] Update README file with current codebase information Update README to reflect current codebase Mar 10, 2026
- Build Status: use workflow-specific shield (github/actions/workflow/status)
  instead of generic checks-status, link directly to lint-and-test workflow
- Remove Codecov badge: upload is commented out in CI, badge was stale
- Add License badge (MIT)
- Fix docker-compose link: old URL returns 404, now points to docs.docker.com/compose/
- Fix docker link: http → https

Co-authored-by: aviadhahami <7353632+aviadhahami@users.noreply.github.com>
Copilot AI changed the title Update README to reflect current codebase Update README badges and fix broken links Mar 11, 2026
Resolve README.md conflict in bastion host section by keeping the
modernized destructured SocksProxyAgent import with axios-style
agent config. Incorporate master's new Custom SSL/TLS Configuration
section, pass_request_options example updates, requestOptions
forwarding tests, and version bump to 0.10.10.

Co-authored-by: aviadhahami <7353632+aviadhahami@users.noreply.github.com>
Copilot AI changed the title Update README badges and fix broken links Resolve merge conflicts with master for README update PR Mar 12, 2026
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