Results 7 issues of xiekeyang

### Current Situation Through read current message queue implementation and test case, I assume that if customer want to publish and subscribe specific messages, he has to implement it by...

area-events

The command usage of `function update` allow to add to-be-updated env name. ``` $ fission fn update --help NAME: fission function update - Update function source code USAGE: fission function...

area-executor

Current the execution chain is about notification-evaluation-rule-scheduler-action. It seems a little long chain. And the methods in invoke cache and store seem a little over checking the elements, that weaken...

enhancement
area/controller

## Current Status @erwinvaneyk and I have made some discussion about the rule of function reference and auto resolving unspecific function runtime. This allows user to input an ambiguous runtime,...

enhancement
area/fnenv

Signed-off-by: xiekeyang

Actually, the validation object before unpack is whole manifest schema, not only its own media type. Signed-off-by: xiekeyang [email protected]

close #14 and #22 . This provides a contexted logger instance, which is exported from `logrus`, to print the information to stderr and stdout. It level the information through `debug`...