Commit Graph

8 Commits (8d321927d35363de0dd2d1e5e9824e7abe91fe69)

Author SHA1 Message Date
Lingxian Kong 0d3ba2f7c8 Support python function input
For example:
http POST http://127.0.0.1:7070/v1/executions function_id=<FUNCTION_ID> input:='{"param1": "value1"}' X-Auth-Token:<TOKEN>

Change-Id: I04ead79c22ead5720eaab58f456568a7ed9b23b4
2017-06-15 22:59:27 +12:00
Lingxian Kong 80302f534e Add Qinling pronunciation in README
Change-Id: I603cd909ad5fddb940eb82be35de9f018f3aac13
2017-06-08 11:04:57 +12:00
Lingxian Kong dc915d4b44 Add irc channel info
Change-Id: I73c63244632686917439f0270a9b53b0c447867e
2017-05-26 11:03:35 +12:00
Lingxian Kong 0efa51ae24 Update README.rst 2017-05-16 15:43:31 +12:00
Lingxian Kong b79b2791b8 Add swift object support for function creation
With this patch, users can create function using swift object:

http POST http://127.0.0.1:7070/v1/functions name=swift_function \
  runtime_id=xxx \
  code='{"source": "swift", "swift": {"container": "container_name", "object": "object_name"}}'

Implements: blueprint support-swift-object-as-code
2017-05-16 15:24:46 +12:00
Lingxian Kong 6c71504654 Add some documentation for Qinling
- Add README.rst
- Add Vagrantfile for Qinling trial.
- Rename python2.7 dir to python2
2017-05-14 00:00:09 +12:00
Lingxian Kong df32a9f412 Complete basic workflow(Finally!)
- Create runtime
- Create function
- Invoke function(i.e. create execution)
2017-05-12 12:00:19 +12:00
Lingxian Kong ef833a417f Initial commit for qinling project 2017-04-11 15:13:10 +12:00