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

Delete endpoint on startup #2164

Merged
merged 3 commits into from
Jul 26, 2022

Conversation

wiktork
Copy link
Member

@wiktork wiktork commented Jul 24, 2022

Possible fix for #2118 and #1827

@wiktork wiktork requested review from a team and IEvangelist as code owners July 24, 2022 21:38
src/Tools/dotnet-monitor/Strings.resx Outdated Show resolved Hide resolved
src/Tools/dotnet-monitor/Strings.resx Outdated Show resolved Hide resolved
src/Tools/dotnet-monitor/LoggingEventIds.cs Outdated Show resolved Hide resolved
src/Tools/dotnet-monitor/LoggingEventIds.cs Outdated Show resolved Hide resolved
@jander-msft jander-msft added servicing-patch Servicing fixes that is targeted for a patch release (0.0.x version) servicing-minor Servicing fixes that is targeted for a minor release (0.x.0 version) labels Jul 25, 2022
@wiktork wiktork force-pushed the dev/wiktork/addressFix branch from a69b1be to 029a560 Compare July 26, 2022 17:28
documentation/schema.json Outdated Show resolved Hide resolved
@jander-msft jander-msft merged commit ae4a923 into dotnet:release/6.x Jul 26, 2022
@jander-msft
Copy link
Member

/backport to main

@github-actions
Copy link
Contributor

@jander-msft
Copy link
Member

/backport to release/6.2

@github-actions
Copy link
Contributor

Started backporting to release/6.2: https://github.com/dotnet/dotnet-monitor/actions/runs/2742899872

@github-actions
Copy link
Contributor

@jander-msft backporting to release/6.2 failed, the patch most likely resulted in conflicts:

$ git am --3way --ignore-whitespace --keep-non-patch changes.patch

Applying: Delete endpoint on startup
.git/rebase-apply/patch:94: trailing whitespace.
        
.git/rebase-apply/patch:218: trailing whitespace.
        
.git/rebase-apply/patch:227: trailing whitespace.
        
warning: 3 lines add whitespace errors.
Using index info to reconstruct a base tree...
M	documentation/schema.json
M	src/Microsoft.Diagnostics.Monitoring.Options/OptionsDisplayStrings.Designer.cs
M	src/Microsoft.Diagnostics.Monitoring.Options/OptionsDisplayStrings.resx
M	src/Tools/dotnet-monitor/Strings.Designer.cs
M	src/Tools/dotnet-monitor/Strings.resx
Falling back to patching base and 3-way merge...
Auto-merging src/Tools/dotnet-monitor/Strings.resx
Auto-merging src/Tools/dotnet-monitor/Strings.Designer.cs
Auto-merging src/Microsoft.Diagnostics.Monitoring.Options/OptionsDisplayStrings.resx
CONFLICT (content): Merge conflict in src/Microsoft.Diagnostics.Monitoring.Options/OptionsDisplayStrings.resx
Auto-merging src/Microsoft.Diagnostics.Monitoring.Options/OptionsDisplayStrings.Designer.cs
Auto-merging documentation/schema.json
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 Delete endpoint on startup
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
Error: The process '/usr/bin/git' failed with exit code 128

Please backport manually!

jander-msft pushed a commit to jander-msft/dotnet-monitor that referenced this pull request Jul 26, 2022
* Delete endpoint on startup

* PR feedback

* Update documentation/schema.json
@jander-msft jander-msft removed servicing-patch Servicing fixes that is targeted for a patch release (0.0.x version) servicing-minor Servicing fixes that is targeted for a minor release (0.x.0 version) labels Jul 27, 2022
@jander-msft
Copy link
Member

This fix mitigates the problems reported in #1827, #2017, #2118

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.

4 participants