Skip to content

Conversation

@nnnnat
Copy link
Contributor

@nnnnat nnnnat commented Jul 27, 2018

Resolves #4477
Impact: minor
Type: refactor|chore

Solution

Replaced all Meteor.Error with ReactionError.

Testing

  1. Run app test locally, docker-compose run reaction npm run test:app
  2. Complete checkout testing steps

nnnnat added 30 commits July 27, 2018 12:53
@nnnnat nnnnat changed the title [WIP] (refactor): 4477 nnnnat reaction error (refactor): 4477 nnnnat reaction error Aug 1, 2018
@nnnnat nnnnat requested review from mikemurray and willopez and removed request for mikemurray August 1, 2018 15:36
@nnnnat nnnnat changed the title (refactor): 4477 nnnnat reaction error [WIP] (refactor): 4477 nnnnat reaction error Aug 1, 2018
@nnnnat nnnnat changed the title [WIP] (refactor): 4477 nnnnat reaction error (refactor): 4477 nnnnat reaction error Aug 1, 2018
@aldeed aldeed changed the base branch from release-1.14.0 to release-1.15.0 August 2, 2018 03:09
Copy link
Member

@willopez willopez left a comment

Choose a reason for hiding this comment

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

See comment regarding moving the error file out of the graphql folder, and conflicts need to be resolved.

export default class ReactionError extends ExtendableError {
constructor(error, message, eventData = {}) {
super(message);
this.eventData = eventData;
Copy link
Member

Choose a reason for hiding this comment

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

I believe @aldeed suggested that this file be moved out of the graphql directory...?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ah, I made a copy of it and forgot to remove this one.

@nnnnat
Copy link
Contributor Author

nnnnat commented Aug 2, 2018

@willopez this is ready for another look

Copy link
Member

@willopez willopez left a comment

Choose a reason for hiding this comment

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

👍 LGTM

@willopez willopez merged commit 02e06ee into release-1.15.0 Aug 2, 2018
@willopez willopez deleted the refactor-4477-nnnnat-reaction-error branch August 2, 2018 22:29
@spencern spencern mentioned this pull request Aug 14, 2018
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