liuwei
ff664572bf
update git.openstack.org to opendev
Change-Id: I04291996b91b1d781de89926d7e4489f5c0bac42
1 year ago
Gaetan Trellu
f8e1567659
README: make it us-ascii
Qinling is not installable in Python 3 setup.
Change-Id: Icd124d82efb63a5808dcb79d4117bf9d24b86816
Story: 2005765
Task: 33478
1 year ago
ZhongShengping
32a97096d8
Add Apache license url
Change-Id: I8ab7c1736f080149cb5cf7e4a8b586c2cec2905c
1 year ago
baiwenteng
7ced7b8f64
add release notes to README.rst
add release notes to README.rst
Change-Id: Icdf9eebceea0744dae5593d3df54d6d113ad18fe
2 years ago
caoyuan
b0d724a338
Update qinling doc location to docs.openstack.org
This commit also adds a missing markup in the quick start guide.
Co-Authored-By: Hunt Xu <mhuntxu@gmail.com>
Change-Id: I670c4a5231f8595a405589855eafd7667c606614
3 years ago
Lingxian Kong
78be927dac
Use storyboard link in Qinling doc
Change-Id: I3555414f41327b4ab69333a904bef1cf4d0b72c0
3 years ago
Lingxian Kong
a6043729cb
Improve doc
Change-Id: I22ac7943a9871bf6cfafb033b0523c6cf5a6b7cf
3 years ago
Lingxian Kong
12fe9211f3
Re-orginze documentation
Change-Id: Ic0903cb9288e01682df01c3e69f934ed40c53a4f
3 years ago
Lingxian Kong
b3c7f90777
Fix a command in README
Change-Id: If1cb3db4f81da7312c2f7276091915df716ccc3c
3 years ago
Lingxian Kong
c1e5ef378f
Add additional information for README
Change-Id: I56747fbbddef120c3624fd11036b1317cc8c723e
3 years ago
Lingxian Kong
81139c1c7c
Add documentation to use qinling CLI
Change-Id: Iae4489b0c8b033773075aa6867e4ec65b7fe9af8
3 years ago
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
3 years ago
Lingxian Kong
80302f534e
Add Qinling pronunciation in README
Change-Id: I603cd909ad5fddb940eb82be35de9f018f3aac13
3 years ago
Lingxian Kong
dc915d4b44
Add irc channel info
Change-Id: I73c63244632686917439f0270a9b53b0c447867e
3 years ago
Lingxian Kong
0efa51ae24
Update README.rst
3 years ago
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
3 years ago
Lingxian Kong
6c71504654
Add some documentation for Qinling
- Add README.rst
- Add Vagrantfile for Qinling trial.
- Rename python2.7 dir to python2
3 years ago
Lingxian Kong
df32a9f412
Complete basic workflow(Finally!)
- Create runtime
- Create function
- Invoke function(i.e. create execution)
3 years ago
Lingxian Kong
ef833a417f
Initial commit for qinling project
3 years ago