Skip to content

Commit

Permalink
Merge and rebase (#1244)
Browse files Browse the repository at this point in the history
* DOC-6311: Incomplete links in the "Indexing Metadata Information" document (#1160)
* DOC-6428: max_parallelism description needs to be updated (#1162)
* OnDelete gets called when document is deleted (#1159)
* fix missing ) (#1178)
* "command line interface" confusion: terminal or CLI tools (#1179)
* DOC-6009for6.5: Added server ip address for join (#1176)
* DOC-6510: Fixed index definition preview link (#1172)
* DOC-5538for6.5: Added prohibition on queries in interactive field (#1171)
* Update deployment-considerations-lt-3nodes.adoc (#1165)
* DOC-6332for6.5: Removed unnecessary para (#1161)
* Type mode: docid_regexp isn't supported yet with N1QL+FTS queries (#1140)
* DOC-5508: Added description of XDCR desired latency (#1066)
* Doc 6429 (#1135)
* DOC-6560 SDK links (#1181)
* DOC-6553 SDK links (#1183)
* Doc 4581 (#1173)
* DOC-4582: Added information on searching specifically (#1168)
* DOC-6506 Add warning upgrading 6.0.4 to 6.5.0 (#1185)
* DOC-6412: Polygonal geo searches (#1148)
* Revert "DOC-6412: Polygonal geo searches (#1148)" (#1155)
* DOC-4752: "Indexing Metadata Information" is inaccurate (#1192)
* remove "Couchbase Server 4.0" sticker from FROM clause (#1207)
* DOC-6283: Added analytics logs (#1199)
* DOC-6333: Added $ to list of XDCR regular expressions (#1174)
* DOC-6564for6.5: Updated log file number from 5 to 10 (#1190)
* Duplicate Deletes  of Collection from Scope (#1187)
* DOC-6469 Add known issue and update upgrade doc (#1208)
* DOC-6258: Behavior for query request max_parallelism (#1201)
* Update request-level max parallelism setting
* Jon strabala patch 3 (#1152)
* DOC-6250 Eventing (replacement) High Risk example (#1145)
* DOC-6614 Java link fix (#1225)
* Small description correction (#1235)
* DOC-6620 Go 2.1 (#1242)
* DOC-6412: Polygonal geo searches (#1148)
* DOC-6412: Polygonal geo searches (#1148)
* Revert "DOC-6412: Polygonal geo searches (#1148)" (#1155)
* Revert "DOC-6412: Polygonal geo searches (#1148)" (#1155)
* DOC-6115: CBQ shell redirect output overwritten (#1195)

Co-authored-by: Richard Smedley <rgsmedley@gmail.com>
Co-authored-by: Arun Vijayraghavan <arunv.vijay@gmail.com>
Co-authored-by: Andrew C. Oliver <acoliver@gmail.com>
Co-authored-by: Jon Strabala <54073900+jon-strabala@users.noreply.github.com>
Co-authored-by: tonyjhillman <tony.hillman@couchbase.com>
Co-authored-by: Tony Hillman <tonyhillman@Tonys-MacBook-Pro-2.local>
Co-authored-by: Brian Kane <38470665+BKaneAtWork@users.noreply.github.com>
Co-authored-by: Abhinav Dangeti <abhinav@couchbase.com>
Co-authored-by: Amarantha Kulkarni <amarantha-k@users.noreply.github.com>
Co-authored-by: tonyjhillman <tonyjhillman@gmail.com>
Co-authored-by: Steve Yen <steve.yen@gmail.com>
Co-authored-by: amarantha-k <amarantha@couchbase.com>
Co-authored-by: Eric Schneider <eric.schneider@couchbase.com>
  • Loading branch information
14 people committed Apr 21, 2020
1 parent b0f95b4 commit 0a1383b
Show file tree
Hide file tree
Showing 51 changed files with 79,108 additions and 226 deletions.
4 changes: 2 additions & 2 deletions modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
* xref:sdk:overview.adoc[SDKs]
** xref:3.0@c-sdk:hello-world:start-using-sdk.adoc[C]
** xref:3.0@dotnet-sdk:hello-world:start-using-sdk.adoc[.NET]
** xref:2.0@go-sdk:hello-world:start-using-sdk.adoc[Go]
** xref:2.1@go-sdk:hello-world:start-using-sdk.adoc[Go]
** xref:3.0@java-sdk:hello-world:start-using-sdk.adoc[Java]
** xref:3.0@nodejs-sdk:hello-world:start-using-sdk.adoc[Node.js]
** xref:3.0@php-sdk:hello-world:start-using-sdk.adoc[PHP]
Expand Down Expand Up @@ -327,7 +327,7 @@
** xref:eventing:eventing-language-constructs.adoc[Language Constructs]
*** xref:eventing:eventing-timers.adoc[Timers]
*** xref:eventing:eventing-curl-spec.adoc[cURL]
** xref:eventing:eventing-adding-function.adoc[Adding a Couchbase Function]
** xref:eventing:eventing-lifecycle.adoc[Eventing Lifecycle]
** xref:eventing:eventing-examples.adoc[Examples: Using the Eventing Service]
*** xref:eventing:eventing-example-data-enrichment.adoc[Data Enrichment]
*** xref:eventing:eventing-examples-cascade-delete.adoc[Cascade Delete]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,41 +200,6 @@ The output (here formatted) indicates that the collection `my_collection_in_my_s
}
----
. Drop a collection from the created scope.
This requires a DELETE operation, and the endpoint that specifies the collection that is to be dropped.
+
----
curl -u Administrator:password -X DELETE \
http://localhost:8091/pools/default/buckets/testBucket/collections/\
my_scope/my_collection_in_my_scope_1
----
+
This returns a uid:
+
----
{"uid":5}
----
+
Now, re-examine the collections manifest for the bucket.
+
----
curl -u Administrator:password -X GET \
http://localhost:8091/pools/default/buckets/testBucket/collections
----
+
The output (here formatted) indicates that the collection `my_collection_in_my_scope_1` has successfully been dropped from my_scope:
+
----
{
"my_scope": {
"my_collection_in_my_scope_2": {}
},
"_default": {
"my_collection_in_default_scope": {},
"_default": {}
}
}
----
. Drop the created scope, and examine the manifest.
+
Expand Down
169 changes: 169 additions & 0 deletions modules/eventing/assets/attachments/examples/high_risk/cards.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,169 @@
[
{
"type": "card",
"cardnumber": "4273-6623-8686-4599",
"firstname": "Winfred",
"lastname": "Raftery",
"street": "3965 I-80 E Off Ramp",
"mobile": "+1-617-555-1371",
"sms": true,
"city": {
"name": "Uxbridge",
"code": "MA",
"state": "Massachusetts",
"county": "Worcester",
"display": "Uxbridge"
},
"issued": "11/15",
"expiry": "6/19",
"ccv": 736,
"issuer": "Helena National Bank",
"maxcredit": 1000,
"threshold": 9500,
"country": "US",
"currency": "USD"
},
{
"type": "card",
"cardnumber": "4163-4174-9281-3991",
"firstname": "Francoise",
"lastname": "Navar",
"street": "134 Yacht Rd",
"mobile": "+1-334-555-9369",
"sms": true,
"city": {
"name": "Skillman",
"code": "NJ",
"state": "New Jersey",
"county": "Somerset",
"display": "Montgomery"
},
"issued": "1/17",
"expiry": "3/21",
"ccv": 213,
"issuer": "First National Bank of Las Animas",
"maxcredit": 15000,
"threshold": 12000,
"country": "US",
"currency": "USD"
},
{
"type": "card",
"cardnumber": "5677-7414-8288-4326",
"firstname": "Exie",
"lastname": "Barclift",
"street": "4907 Lomita Ave",
"mobile": "+1-334-555-9369",
"sms": true,
"city": {
"name": "Meriden",
"code": "IA",
"state": "Iowa",
"county": "Cherokee",
"display": "Meriden"
},
"issued": "5/16",
"expiry": "9/20",
"ccv": 467,
"issuer": "Waterford Bank, National Association",
"maxcredit": 25000,
"threshold": 22000,
"country": "US",
"currency": "USD"
},
{
"type": "card",
"cardnumber": "5920-7728-6813-5867",
"firstname": "Krista",
"lastname": "Barde",
"street": "4582 Clinton Park",
"mobile": "+1-502-555-124",
"sms": true,
"city": {
"name": "Ponte Vedra Beach",
"code": "FL",
"state": "Florida",
"county": "Saint Johns",
"display": "Ponte Vedra Beach"
},
"issued": "2/14",
"expiry": "4/18",
"ccv": 649,
"issuer": "Superior National Bank & Trust Company",
"maxcredit": 30000,
"threshold": 25000,
"country": "US",
"currency": "USD"
},
{
"type": "card",
"cardnumber": "4205-1834-8271-9835",
"firstname": "Eli",
"lastname": "Stenn",
"street": "4364 Mcallister St",
"mobile": "+1-717-555-3607",
"sms": true,
"city": {
"name": "Koppel",
"code": "PA",
"state": "Pennsylvania",
"county": "Beaver",
"display": "Koppel"
},
"issued": "7/16",
"expiry": "5/20",
"ccv": 952,
"issuer": "American National Bank - Fox Cities",
"maxcredit": 10000,
"threshold": 7000,
"country": "US",
"currency": "USD"
},
{
"type": "card",
"cardnumber": "3205-9894-1221-0005",
"firstname": "Jake",
"lastname": "Smith",
"street": "3250 Olcott Street",
"mobile": "+1-916-555-1836",
"sms": true,
"city": {
"name": "Santa Clara",
"code": "CA",
"state": "California",
"county": "Santa Clara",
"display": "Santa Clara"
},
"issued": "10/15",
"expiry": "9/20",
"ccv": 912,
"issuer": "Chase JP Morgan",
"maxcredit": 10000,
"threshold": 7000,
"country": "US",
"currency": "USD"
},
{
"type": "card",
"cardnumber": "4885-1834-8271-9888",
"firstname": "Eli",
"lastname": "Stenn",
"street": "45 St. John's Road",
"mobile": "+44-20-8759-9036",
"sms": true,
"city": {
"name": "Motherwell",
"code": "ML12 6MX",
"county": "Biggar",
"display": "Motherwell Biggar"
},
"issued": "8/17",
"expiry": "5/22",
"ccv": 321,
"issuer": "Barclays PLC",
"maxcredit": 2500,
"threshold": 1000,
"country": "UK",
"currency": "GBP"
}
]

0 comments on commit 0a1383b

Please sign in to comment.