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

R4R: Store Refactor 2 #3395

Merged
merged 7 commits into from
Feb 5, 2019
Merged

R4R: Store Refactor 2 #3395

merged 7 commits into from
Feb 5, 2019

Conversation

mossid
Copy link
Contributor

@mossid mossid commented Jan 25, 2019

  • Targeted PR against correct branch (see CONTRIBUTING.md)

  • Linked to github-issue with discussion and accepted design OR link to spec that describes this work.

  • Wrote tests

  • Updated relevant documentation (docs/)

  • Added entries in PENDING.md with issue #

  • rereviewed Files changed in the github PR explorer

Addresses: #2986


For Admin Use:

  • Added appropriate labels to PR (ex. wip, ready-for-review, docs)
  • Reviewers Assigned
  • Squashed all commits, uses message "Merge pull request #XYZ: [title]" (coding standards)

@codecov
Copy link

codecov bot commented Jan 25, 2019

Codecov Report

Merging #3395 into develop will increase coverage by 0.17%.
The diff coverage is 58.33%.

@@             Coverage Diff             @@
##           develop    #3395      +/-   ##
===========================================
+ Coverage    52.97%   53.14%   +0.17%     
===========================================
  Files          137      140       +3     
  Lines        10719    10202     -517     
===========================================
- Hits          5678     5422     -256     
+ Misses        4698     4446     -252     
+ Partials       343      334       -9

@cwgoes
Copy link
Contributor

cwgoes commented Feb 4, 2019

Looks like this needs to be retargeted on develop.

@jackzampolin jackzampolin changed the base branch from joon/store-refactor-1 to develop February 4, 2019 19:07
@mossid mossid changed the title WIP: Store Refactor 2 R4R: Store Refactor 2 Feb 4, 2019
Copy link
Contributor

@alexanderbez alexanderbez left a comment

Choose a reason for hiding this comment

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

LGTM -- not sure if this warrants a pending log entry.


type Error = sdk.Error

func ErrInternal(msg string) Error {
Copy link
Contributor

Choose a reason for hiding this comment

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

Why not just use the errors in the types/ package?

Copy link
Contributor

Choose a reason for hiding this comment

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

I think it is, this is just a wrapper


type Error = sdk.Error

func ErrInternal(msg string) Error {
Copy link
Contributor

Choose a reason for hiding this comment

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

I think it is, this is just a wrapper

@cwgoes
Copy link
Contributor

cwgoes commented Feb 5, 2019

Approved pending CI.

@cwgoes cwgoes merged commit d50f3ee into develop Feb 5, 2019
@cwgoes cwgoes deleted the joon/store-refactor-2 branch February 5, 2019 18:39
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