qinling/qinling
Gaëtan Trellu 9696b34288 Improve function_alias integration
When creating webhook using function_alias, the function id
and function version should be updated dynamically. For example,
a function alias A1 is created for function_1 and version 1,
a job is created using A1.

When the user updates A1 with function 1 and version 2, the webhook
should pick up the new version automatically.

For function execution, the execution has to make sure if an alias
is provided then the function id and the function version should be
the same as the one from the alias.

Change-Id: I17320a2a4f55cda8884de928c69ceba366c37f2e
Story: 2006337
Task: 36085
2019-08-10 19:40:02 +12:00
..
api Improve function_alias integration 2019-08-10 19:40:02 +12:00
cmd Add framework for qinling-status upgrade check 2018-10-24 17:34:20 +05:30
db Improve function_alias integration 2019-08-10 19:40:02 +12:00
engine Support Image type function timeout 2018-10-23 14:48:18 +13:00
orchestrator Fix CI failure 2019-07-18 20:04:39 +12:00
services Parse function alias when job is running 2019-06-22 11:39:34 +12:00
storage Fix package function update with same md5 2018-08-29 02:04:27 +12:00
tests Improve function_alias integration 2019-08-10 19:40:02 +12:00
utils Improve function_alias integration 2019-08-10 19:40:02 +12:00
__init__.py Initial API code structure 2017-04-14 15:24:02 +12:00
config.py Use oslo_middleware to support CORS configuration 2019-06-01 07:10:27 -04:00
context.py Fix link for keystonemiddleware page 2018-02-27 11:11:01 +08:00
exceptions.py Support Image type function timeout 2018-10-23 14:48:18 +13:00
rpc.py Support to get pool information for the runtime 2018-07-14 12:49:11 +12:00
status.py Fix logs query for executions 2017-08-29 23:54:30 +12:00
version.py Initial API code structure 2017-04-14 15:24:02 +12:00