-
Notifications
You must be signed in to change notification settings - Fork 2
Add codeclimate/eslint and fix issues #89
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
Conversation
Update index.html
Merge dev branch
🍔 Add eventual consistency endpoint
Update Handler.es6
Merge dev branch
improving continuous integration
* # GTM service worker cache fix (#81) * # GTM service worker cache fix * # GTM service worker cache fix * # GTM service worker cache fix * # Added flush cache storage functionality * Regenerate backend tests & coverage optimization (#82) * Regenerate tests & coverage calculation optimization * Add commas * Fix bitwise warning * Fix hound issues (#84) * Fix hound issues * Fix hound issues in lambdas * Fix possible strict violation issue * Remove possible strict violation issue
Improving caching functionality using service workers
# Added user pool trigger params into deep-root-angular (#87)
}; | ||
|
||
angular.forEach( | ||
var animate = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix intend.
Should be tested on local. |
✅ coverage increased from 0% to 100% |
@@ -33,26 +33,26 @@ inside Git Bash. | |||
### Step 2. Install Microservice(s) Locally | |||
|
|||
```bash | |||
deepify install github://MitocGroup/deep-microservices-todomvc ~/deep-microservices-todomvc | |||
deepify install github://MitocGroup/deep-microservices-root-angular ~/deep-microservices-root-angular |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update only badge in README.
✅ coverage increased from 0% to 45.23% |
Add codeclimate/eslint and fix issues