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

Fixes serialization of two Adviser fields in Investment search. #294

Merged
merged 2 commits into from
Jul 11, 2017

Conversation

elcct
Copy link
Contributor

@elcct elcct commented Jul 11, 2017

No description provided.

@elcct elcct requested review from canni and reupen July 11, 2017 12:26
'id': String(index='not_analyzed'),
'name': String()}
) # Adviser
project_manager = Nested(properties={'id': String(index='not_analyzed'),
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we re-use properties dict here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Perhaps it could be generalised - there would be some fun with copy_to parameters.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@canni @reupen done.

Copy link
Contributor

@reupen reupen left a comment

Choose a reason for hiding this comment

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

Agree with @canni actually

@codecov-io
Copy link

codecov-io commented Jul 11, 2017

Codecov Report

Merging #294 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #294   +/-   ##
========================================
  Coverage    92.87%   92.87%           
========================================
  Files           63       63           
  Lines         2427     2427           
  Branches       215      215           
========================================
  Hits          2254     2254           
  Misses         145      145           
  Partials        28       28

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a7d8591...ae97d74. Read the comment docs.

@elcct elcct merged commit 6b8f867 into develop Jul 11, 2017
@elcct elcct deleted the fix/investment-sync branch July 11, 2017 12:56
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