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

Moving middleware out of repo to dapr/samples #513

Merged
merged 4 commits into from
Jan 18, 2022

Conversation

paulyuk
Copy link
Contributor

@paulyuk paulyuk commented Jan 14, 2022

Description

Moving middleware sample out of this repo and into the dapr/samples repo

Issue reference

Fixes #512

Please reference the issue this PR will close: #[issue number]

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • The quickstart code compiles correctly
  • You've tested new builds of the quickstart if you changed quickstart code
  • You've updated the quickstart's README if necessary
  • If you have changed the steps for a quickstart be sure that you have updated the automated validation accordingly. All of our quickstarts have annotations that allow them to be executed automatically as code. For more information see mechanical-markdown. For user guide with examples see Examples.

@paulyuk
Copy link
Contributor Author

paulyuk commented Jan 14, 2022

Related to: dapr/samples#94

@msfussell

@msfussell
Copy link
Member

You also have to edit the https://github.com/dapr/quickstarts readme file, to remove the middleware from the list and the page

@paulyuk
Copy link
Contributor Author

paulyuk commented Jan 15, 2022

@msfussell good catch, i did this from docs but not readme itself. thank you.

Signed-off-by: Paul Yuknewicz <[email protected]>
@paulyuk paulyuk force-pushed the paulyuk/movemiddleware branch from 442fa58 to 4473118 Compare January 16, 2022 09:01
msfussell
msfussell previously approved these changes Jan 18, 2022
Copy link
Member

@msfussell msfussell left a comment

Choose a reason for hiding this comment

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

LGTM

@paulyuk
Copy link
Contributor Author

paulyuk commented Jan 18, 2022

All tests pass after re-run. @msfussell

@msfussell msfussell merged commit 9978080 into dapr:master Jan 18, 2022
@paulyuk paulyuk deleted the paulyuk/movemiddleware branch January 18, 2022 21:13
Arashrohani pushed a commit to Arashrohani/quickstarts that referenced this pull request Feb 16, 2022
* Moving middleware out of repo to dapr/samples

Signed-off-by: Paul Yuknewicz <[email protected]>

* removing middleware from readme

Signed-off-by: Paul Yuknewicz <[email protected]>

* Updated test to remove middleware sample folder

Signed-off-by: Paul Yuknewicz <[email protected]>

Co-authored-by: Mark Fussell <[email protected]>
Signed-off-by: Arash Rohani <[email protected]>
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.

Proposal: moving Middleware quickstart to Samples repo
2 participants