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

SfsClient subtree update for proxy support #5044

Conversation

nidietr-MSFT
Copy link
Contributor

@nidietr-MSFT nidietr-MSFT commented Dec 6, 2024


Microsoft Reviewers: Open in CodeFlow

c639a506 Adding support for a custom proxy input (microsoft#218)
258d189b Improve logging when the content type is wrong (microsoft#221)
216210ab Adding required permissions to enable uploading of CodeQL results (microsoft#214)
fb953d6e Bump github/codeql-action from 2 to 3 (microsoft#215)
52af7124 Enabling CodeQL scanning (microsoft#211)
e555d764 Bump clang-format from 18.1.5 to 19.1.1 (microsoft#210)
ab8f0e72 Setup: improving build tools installation (microsoft#207)

git-subtree-dir: src/SfsClient/sfs-client
git-subtree-split: c639a506e712dbd29ca7ca0c78d5216658e78748
@nidietr-MSFT nidietr-MSFT requested a review from a team as a code owner December 6, 2024 19:14
@@ -1,9 +1,9 @@
## SfsClient

Do not change code under the sfs-client directory; it contains sfs-client source code from commit [be733af](https://github.com/microsoft/sfs-client/commits/be733af).
Do not change code under the sfs-client directory; it contains sfs-client source code from commit [c639a50](https://github.com/microsoft/sfs-client/commit/c639a50).

Choose a reason for hiding this comment

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

Please wait for the release of the client to happen before picking the commit hash.

Choose a reason for hiding this comment

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

@yao-msft
Copy link
Contributor

yao-msft commented Dec 9, 2024

For subtree updates, to keep the history, we'll usually do something similar to below
git subtree pull -P src/SfsClient/sfs-client https://github.com/microsoft/sfs-client 1.1.0 --squash
This will create 2 commits. We do not modify these 2 commits. All changes outside of the subtree pull will go to a 3rd commit (readme, etc). Also please update the (SFS_VERSION)s to be 1.1.0 in SfsClient.vcxproj in the 3rd commit.

@nidietr-MSFT
Copy link
Contributor Author

nidietr-MSFT commented Dec 10, 2024

Thanks Yao, Arthur.

Then, for clarity, let's cancel this PR.

I have now created a new clean PR for SfsClient update in WinGet
SfsClient update 1.1.0 for proxy support #5052

This new PR:

  • directly pulls SfsClient 1.1.0 release, through its 2 unmodified commits from github subtree pull xxx -squash
  • has as a separate 3rd commit the readme.md & SfsClient project updated

@nidietr-MSFT nidietr-MSFT deleted the SfsClient-Update-ProxySupport branch December 10, 2024 13:28
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