qinling/qinling/utils
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
..
openstack Fix session when user is not in default domain 2019-05-30 18:55:32 -04:00
__init__.py Initial API code structure 2017-04-14 15:24:02 +12:00
common.py Fix date format to be compliant with UTC 2019-06-17 15:02:42 -04:00
constants.py Function versioning API: create 2018-04-18 18:38:13 +12:00
etcd_util.py Build different etcd client depending protocol 2019-07-18 08:56:25 -04:00
executions.py Improve function_alias integration 2019-08-10 19:40:02 +12:00
jobs.py Fix first_execution_time when used together with pattern 2018-08-28 16:33:58 +12:00
rest_utils.py Function Alias API: create and get 2018-06-27 00:56:48 +12:00
thread_local.py Add engine service and rpc layer 2017-04-17 23:58:36 +12:00