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

Propagate correlation id from gallery to search service #2892

Merged
merged 3 commits into from
Feb 19, 2016

Conversation

skofman1
Copy link
Contributor

No description provided.

@dnfclas
Copy link

dnfclas commented Feb 18, 2016

Hi @skofman1, I'm your friendly neighborhood .NET Foundation Pull Request Bot (You can call me DNFBOT). Thanks for your contribution!

In order for us to evaluate and accept your PR, we ask that you sign a contribution license agreement. It's all electronic and will take just minutes. I promise there's no faxing. https://cla2.dotnetfoundation.org.

TTYL, DNFBOT;

@skofman1
Copy link
Contributor Author

@maartenba, @xavierdecoster , is this ok to submit?

@dnfclas
Copy link

dnfclas commented Feb 18, 2016

@skofman1, Thanks for signing the contribution license agreement so quickly! Actual humans will now validate the agreement and then evaluate the PR.

Thanks, DNFBOT;

@@ -169,8 +174,8 @@ public IHttpActionResult GetPropertyFromPackages(string propertyName, string id,
{
switch (propertyName.ToLowerInvariant())
{
case "id": return Ok(id);
case "version": return Ok(version);
case "id": return Ok(id);
Copy link
Contributor

Choose a reason for hiding this comment

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

Whitespace seems gone?

@maartenba
Copy link
Contributor

Minor comment (on adding SetCorrelation() to the constructor). Other than that looks good to me, :shipit: :)

@maartenba maartenba mentioned this pull request Feb 19, 2016
5 tasks
skofman1 added a commit that referenced this pull request Feb 19, 2016
Propagate correlation id from gallery to search service
@skofman1 skofman1 merged commit fcf6bba into dev Feb 19, 2016
@skofman1 skofman1 deleted the feature/CorrelationIdPropagation branch February 19, 2016 17:36
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