Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - Fix merge tool not ignoring OS files #6187

Closed
wants to merge 3 commits into from

Conversation

fasmat
Copy link
Member

@fasmat fasmat commented Jul 30, 2024

Motivation

The merge tool right now copies over all files in the identities directory (including files like .DS_Store and desktop.ini). Since those are likely to be present in both locations this can block the merge tool until they are manually deleted.

This PR fixes this issue.

Description

The merge tool now only copies *.key files and ignores everything else present in the identities folder.

Test Plan

  • existing tests pass, new test was added

TODO

  • Explain motivation or link existing issue(s)
  • Test changes and document test plan
  • Update documentation as needed
  • Update changelog as needed

@fasmat fasmat self-assigned this Jul 30, 2024
Copy link

codecov bot commented Jul 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.8%. Comparing base (53610a3) to head (e9b9729).

Additional details and impacted files
@@           Coverage Diff           @@
##           develop   #6187   +/-   ##
=======================================
  Coverage     81.8%   81.8%           
=======================================
  Files          301     301           
  Lines        32605   32605           
=======================================
+ Hits         26690   26692    +2     
+ Misses        4184    4182    -2     
  Partials      1731    1731           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@fasmat
Copy link
Member Author

fasmat commented Jul 30, 2024

bors merge

spacemesh-bors bot pushed a commit that referenced this pull request Jul 30, 2024
## Motivation

The merge tool right now copies over all files in the identities directory (including files like `.DS_Store` and `desktop.ini`). Since those are likely to be present in both locations this can block the merge tool until they are manually deleted.

This PR fixes this issue.
@spacemesh-bors
Copy link

Build failed:

@fasmat
Copy link
Member Author

fasmat commented Jul 30, 2024

bors merge

spacemesh-bors bot pushed a commit that referenced this pull request Jul 30, 2024
## Motivation

The merge tool right now copies over all files in the identities directory (including files like `.DS_Store` and `desktop.ini`). Since those are likely to be present in both locations this can block the merge tool until they are manually deleted.

This PR fixes this issue.
@spacemesh-bors
Copy link

Pull request successfully merged into develop.

Build succeeded:

@spacemesh-bors spacemesh-bors bot changed the title Fix merge tool not ignoring OS files [Merged by Bors] - Fix merge tool not ignoring OS files Jul 30, 2024
@spacemesh-bors spacemesh-bors bot closed this Jul 30, 2024
@spacemesh-bors spacemesh-bors bot deleted the fix-merge-tool-not-ignoring-os-files branch July 30, 2024 12:37
fasmat added a commit that referenced this pull request Jul 30, 2024
## Motivation

The merge tool right now copies over all files in the identities directory (including files like `.DS_Store` and `desktop.ini`). Since those are likely to be present in both locations this can block the merge tool until they are manually deleted.

This PR fixes this issue.
fasmat added a commit that referenced this pull request Jul 30, 2024
## Motivation

The merge tool right now copies over all files in the identities directory (including files like `.DS_Store` and `desktop.ini`). Since those are likely to be present in both locations this can block the merge tool until they are manually deleted.

This PR fixes this issue.
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