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

[WIP]Feature/revert #13

Closed
wants to merge 11 commits into from
Closed

[WIP]Feature/revert #13

wants to merge 11 commits into from

Conversation

Brooooooklyn
Copy link
Member

Minor Change

  • Introduce RevertController
  • Extends Apis of Database

resolve #2

@Brooooooklyn Brooooooklyn force-pushed the feature/revert branch 2 times, most recently from d5bd70a to 353b11e Compare July 27, 2017 14:08
@coveralls
Copy link

Coverage Status

Coverage decreased (-1.7%) to 94.679% when pulling 353b11ee77f76445ee62823297b743711fe59531 on feature/revert into 892dcd2 on master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-1.7%) to 94.6% when pulling f90433a934fe8aad900497224a442b3f98ebd39d on feature/revert into 892dcd2 on master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-1.04%) to 95.298% when pulling d47bfc8624e81cb6d8f8a9ec1e4abb5fc05dccb1 on feature/revert into 892dcd2 on master.

@Brooooooklyn Brooooooklyn requested a review from Saviio July 31, 2017 07:07
@Brooooooklyn Brooooooklyn changed the title Feature/revert [WIP]Feature/revert Jul 31, 2017
@@ -0,0 +1,7 @@
import { ReactiveDBException } from './Exception'

export const tokenMustBeSymbol = (token: any) =>
Copy link
Contributor

Choose a reason for hiding this comment

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

tokenTypeError

import { ReactiveDBException } from './Exception'

export const tokenMustBeSymbol = (token: any) =>
new ReactiveDBException(`Param must be symbol, but got ${ typeof token }: ${ token }`)
Copy link
Contributor

Choose a reason for hiding this comment

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

Symbol type expected, but got `` ...

new ReactiveDBException(`Param must be symbol, but got ${ typeof token }: ${ token }`)

export const clauseMissingError = () =>
new ReactiveDBException('Clause must be specified when passed revertController to delete')
Copy link
Contributor

Choose a reason for hiding this comment

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

when reverControoler is passed to delete method ?

@coveralls
Copy link

Coverage Status

Coverage decreased (-1.2%) to 95.142% when pulling 15b6a783ca345c5914eefee72cfc6c396f02fa44 on feature/revert into 892dcd2 on master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.8%) to 95.565% when pulling e853646 on feature/revert into 47ab431 on master.

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.

Optimistic Updates
3 participants