zaqar/doc/source
wangxiyuan 69c799734b Subscription Confirmation Support-1
The subscription confirmation feature will contain four patches:
1. webhook with mongoDB
2. email with mongoDB
3. webhook with redis
4. email with redis

This patch is the first part of subscription confirmation feature for
webhook with MongoDB. Others will be achieved in follow patches.

This patch did:
1. Add v2/queue/<queue_name>/subscription/<subscription_id>/confirm
endpoint.
2. Add a new config option: "require_confirmation".
3. Add a new property "confirmed" to subscription resource for
MongoDB driver.
4. Add a new policy "subscription: confirm".
5. Add a new property "message type" for notification.
6. Use the pre-signed url in confirm request.
8. Re-use POST subscription to allow re-confirm.
9. Update notification for webhook subscription with mongoDB.
10. Support unsubscrib the subscription
11. Add tests for the feature.
12. Add doc and sample.
Docimpact
APIimpact

Change-Id: Id38d4a5b4f9303b12e22e2b5c248facda4c00143
Implements: blueprint subscription-confirmation-support
2016-08-16 17:23:45 +08:00
..
api Remove docs,comments,references to Oslo Incubator 2016-07-11 15:33:22 -04:00
devref Refactoring of docs during Mitaka cycle 2016-01-07 17:05:09 +03:00
images First patch and first review docs 2014-09-02 22:11:19 -03:00
storage Refactor code structure for notification 2014-12-09 16:19:42 +13:00
conf.py This patch removes extra spaces from files. 2016-07-15 15:15:40 +05:30
first_patch.rst Refactoring of docs during Mitaka cycle 2016-01-07 17:05:09 +03:00
first_review.rst Refactoring of docs during Mitaka cycle 2016-01-07 17:05:09 +03:00
gerrit.rst Refactoring of docs during Mitaka cycle 2016-01-07 17:05:09 +03:00
glossary.rst Fix few typos in headings 2015-09-19 16:37:56 +05:30
index.rst Add Zaqar installation guide 2016-06-15 03:15:41 +03:00
jenkins.rst Refactoring of docs during Mitaka cycle 2016-01-07 17:05:09 +03:00
launchpad.rst Refactoring of docs during Mitaka cycle 2016-01-07 17:05:09 +03:00
reviewer_guide.rst Refactoring of docs during Mitaka cycle 2016-01-07 17:05:09 +03:00
running_benchmark.rst Add new information to zaqar-bench tutorial 2016-01-18 09:39:54 +03:00
running_tests.rst Refactoring of docs during Mitaka cycle 2016-01-07 17:05:09 +03:00
subscription_confirm.rst Subscription Confirmation Support-1 2016-08-16 17:23:45 +08:00
test_suite.rst Use uppercase 'S' in word "OpenStack" 2016-02-04 15:45:41 +05:30
transport.rst Fix few typos in headings 2015-09-19 16:37:56 +05:30
welcome.rst Use uppercase 'S' in word "OpenStack" 2016-02-04 15:45:41 +05:30
writing_pipeline_stages.rst Add tutorial for writing storage pipeline stages 2016-01-17 07:37:54 +03:00