Skip to content

fix: remove WIP folder from tracking and strengthen gitignore#420

Merged
danielmeppiel merged 1 commit intomainfrom
fix/remove-wip-folder
Mar 23, 2026
Merged

fix: remove WIP folder from tracking and strengthen gitignore#420
danielmeppiel merged 1 commit intomainfrom
fix/remove-wip-folder

Conversation

@danielmeppiel
Copy link
Copy Markdown
Collaborator

The WIP/ directory was accidentally committed to main (contains internal handbook markdown). This removes the tracked file and updates the gitignore entry from WIP to WIP/ for an explicit directory-only match, ensuring no WIP contents are ever pushed regardless of filename.

The WIP/ directory was accidentally committed to main. Remove the
tracked file and update the gitignore entry from 'WIP' to 'WIP/' for
an explicit directory-only match, ensuring no WIP contents are ever
pushed regardless of filename.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings March 23, 2026 10:17
@danielmeppiel danielmeppiel merged commit 6e15ca4 into main Mar 23, 2026
12 checks passed
@danielmeppiel danielmeppiel deleted the fix/remove-wip-folder branch March 23, 2026 10:17
Copy link
Copy Markdown
Contributor

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

Removes an accidentally committed WIP/ handbook markdown file from the repository and updates .gitignore to explicitly ignore the WIP/ directory going forward.

Changes:

  • Deleted WIP/agentic-sdlc-for-practitioners-handbook.md from version control.
  • Updated .gitignore ignore rule from WIP to WIP/ (directory-only match).

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
WIP/agentic-sdlc-for-practitioners-handbook.md Removes the tracked WIP handbook content from the repo tip.
.gitignore Strengthens ignore rule to explicitly ignore the WIP/ directory.

Copilot AI added a commit that referenced this pull request Mar 23, 2026
Add a PyInstaller runtime hook that sets SSL_CERT_FILE to the bundled
certifi CA bundle when running as a frozen binary. This fixes SSL
certificate verification failures on systems where the build machine's
Python framework path does not exist (e.g. macOS without python.org
Python installed).

- Create build/hooks/runtime_hook_ssl_certs.py runtime hook
- Register runtime hook and add certifi to hiddenimports in apm.spec
- Add comprehensive unit tests for all code paths
- Respects user-set SSL_CERT_FILE and REQUESTS_CA_BUNDLE overrides

Fixes #420

Co-authored-by: danielmeppiel <51440732+danielmeppiel@users.noreply.github.com>
Agent-Logs-Url: https://github.com/microsoft/apm/sessions/f1f91d71-7af2-48af-b7bd-3f5492a62f99
danielmeppiel added a commit that referenced this pull request Mar 24, 2026
- Docstring claimed both SSL_CERT_FILE and SSL_CERT_DIR are set, but
  only SSL_CERT_FILE is configured (which is correct and sufficient)
- Changelog entry referenced #420 instead of #429

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
danielmeppiel added a commit that referenced this pull request Mar 24, 2026
#429)

* Initial plan

* fix: configure SSL certificates in PyInstaller binary via runtime hook

Add a PyInstaller runtime hook that sets SSL_CERT_FILE to the bundled
certifi CA bundle when running as a frozen binary. This fixes SSL
certificate verification failures on systems where the build machine's
Python framework path does not exist (e.g. macOS without python.org
Python installed).

- Create build/hooks/runtime_hook_ssl_certs.py runtime hook
- Register runtime hook and add certifi to hiddenimports in apm.spec
- Add comprehensive unit tests for all code paths
- Respects user-set SSL_CERT_FILE and REQUESTS_CA_BUNDLE overrides

Fixes #420

Co-authored-by: danielmeppiel <51440732+danielmeppiel@users.noreply.github.com>
Agent-Logs-Url: https://github.com/microsoft/apm/sessions/f1f91d71-7af2-48af-b7bd-3f5492a62f99

* fix: address code review feedback on test robustness and changelog format

Co-authored-by: danielmeppiel <51440732+danielmeppiel@users.noreply.github.com>
Agent-Logs-Url: https://github.com/microsoft/apm/sessions/f1f91d71-7af2-48af-b7bd-3f5492a62f99

* fix: correct SSL hook docstring and changelog PR number

- Docstring claimed both SSL_CERT_FILE and SSL_CERT_DIR are set, but
  only SSL_CERT_FILE is configured (which is correct and sufficient)
- Changelog entry referenced #420 instead of #429

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: danielmeppiel <51440732+danielmeppiel@users.noreply.github.com>
Co-authored-by: danielmeppiel <dmeppiel@microsoft.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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