Jason Peterson

Results 8 comments of Jason Peterson

the action should also show the trigger_payload. It will be under a param called `payload` though just as it shows for trigger get.

Originally, it was deleted for convenience. Had a request to never delete trigger feed and only disable them. We need to discuss this further and not just keep going back...

@sandeep-paliwal - have you tested this with couchdb? fails for me ``` "namespace": "whisk.system", "name": "alarmWebAction", "version": "0.0.2", "subject": "whisk.system", "activationId": "5d9dfa5f98cb4f629dfa5f98cb2f6232", "start": 1539971896476, "end": 1539971896495, "duration": 19, "response": {...

@sandeep-paliwal Please run all tests to verify it works once you fix this issue. The getDatabase function in alarmWebAction needs to be a promise that you wait on when you...

@sandeep-paliwal I also see some alarms functionality that exists with couchdb that was not made available with cosmosDB as part of this PR: - The internal monitoring/health code that creates...

sounds like a good idea. we should update all our repos to use the same pattern. we followed the pattern that had been used by the push notification repo for...

I do not follow your original comment about changesWebAction. I agree with you about the hardcoded files for the other actions. I use couchdb with http for the changes action...

@daisy-ycguo - please feel free to submit a PR to update the documentation or a fix for this