-
Notifications
You must be signed in to change notification settings - Fork 1.7k
#1188 Enhance the IDownstreamRouteProvider
service by implementing virtual behavior
#1198
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
base: develop
Are you sure you want to change the base?
#1188 Enhance the IDownstreamRouteProvider
service by implementing virtual behavior
#1198
Conversation
a22d925
to
bfae18a
Compare
Cherry picked from ThreeMammals#1198
To be honest - I do not remember anything here what was here done :) |
Nooo-oo! And Mantas, Could you Sync fork please? So, new develop branch will occur with all top commits! If Sync fork button won't help to make develop branch as default one, git remote add upstream https://github.com/ThreeMammals/Ocelot.git // add original repo as upstream remote
git fetch upstream // pull changes from original repo
git checkout -b develop upstream/develop // pull down develop branch locally
git push -u origin develop // push develop branch to fork Don't forget to make develop as default branch in GitHub. |
987235c
to
1b14737
Compare
Hi Mantas! The feature branch has been rebased onto ThreeMammals:develop! Could you add me as collaborator to your forked repo please? I will create develop branch and make it default. Now we can go with code review... |
I have added you as collaborator. Sorry, just have no time to handle all these things here at the moment as we also do not use Ocelot in our infrastructure because it was not matching our needs. |
c216cdf
to
b458f0f
Compare
908d84f
to
0678e7a
Compare
Closes #1188
Proposed Changes
GetServiceName
method into own class with interface