jtwebb
Repos
22
Followers
9
Following
3

Events

jtwebb delete branch fix-updateOnDuplicate
Created at 1 week ago

Fix updateOnDuplicate properties undefined error (#29)

Co-authored-by: John Webb john.webb@thoughtindustries.com

Created at 1 week ago
Fix updateOnDuplicate properties undefined error

The plugin was throwing an error because properties wasn't defined and we were calling find on it. This PR fixes that issue.

Created at 1 week ago
Fix updateOnDuplicate properties undefined error

The plugin was throwing an error because properties wasn't defined and we were calling find on it. This PR fixes that issue.

Created at 1 week ago
jtwebb create branch fix-updateOnDuplicate
Created at 1 week ago
Created at 1 month ago
jtwebb delete branch require-r
Created at 1 month ago

Added new rule that requires 'r' in base repo functions (#28)

  • Added new rule that requires 'r' in base repo functions

  • Added in check to make sure it's a repo function

  • Allow for this.r as an argument

  • DRY'd up a little


Co-authored-by: John Webb john.webb@thoughtindustries.com

Created at 1 month ago
Added new rule that requires 'r' in base repo functions

It can be easy to forget the r in repo functions. This rule requires r as the first argument.

Created at 1 month ago

Allow for this.r as an argument

Created at 1 month ago
Added new rule that requires 'r' in base repo functions

It can be easy to forget the r in repo functions. This rule requires r as the first argument.

Created at 1 month ago

Added in check to make sure it's a repo function

Created at 1 month ago
jtwebb create branch require-r
Created at 1 month ago
jtwebb delete branch find-undefined-fix
Created at 2 months ago

Fixes the Cannot read property 'find' of undefined error (#27)

Co-authored-by: John Webb john.webb@thoughtindustries.com

Created at 2 months ago
Fixes the `Cannot read property 'find' of undefined` error

When hitting updateOnDuplicate: Object.keys() the plugin was throwing an error because the value wasn't an array. This updates it to skip Object.keys and only look in arrays.

Created at 2 months ago
Fixes the `Cannot read property 'find' of undefined` error

When hitting updateOnDuplicate: Object.keys() the plugin was throwing an error because the value wasn't an array. This updates it to skip Object.keys and only look in arrays.

Created at 2 months ago
jtwebb create branch find-undefined-fix
Created at 2 months ago