Skip to content

Commit

Permalink
Remove unncessary NOT CONSOLE comments
Browse files Browse the repository at this point in the history
  • Loading branch information
leemthompo committed Sep 17, 2024
1 parent df05797 commit 4c6fdb4
Show file tree
Hide file tree
Showing 34 changed files with 0 additions and 205 deletions.
2 changes: 0 additions & 2 deletions docs/reference/connector/docs/connectors-azure-blob.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -259,15 +259,13 @@ To perform E2E testing for the Azure Blob Storage connector, run the following c
----
$ make ftest NAME=azure_blob_storage
----
// NOTCONSOLE
For faster tests, add the `DATA_SIZE=small` flag:
[source,shell]
----
make ftest NAME=azure_blob_storage DATA_SIZE=small
----
// NOTCONSOLE
[discrete#es-connectors-azure-blob-client-known-issues]
===== Known issues
Expand Down
2 changes: 0 additions & 2 deletions docs/reference/connector/docs/connectors-box.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -350,15 +350,13 @@ To perform E2E testing for the Box connector, run the following command:
----
$ make ftest NAME=box
----
// NOTCONSOLE
For faster tests, add the `DATA_SIZE=small` flag:
[source,shell]
----
make ftest NAME=box DATA_SIZE=small
----
// NOTCONSOLE
[discrete#es-connectors-box-client-known-issues]
===== Known issues
Expand Down
8 changes: 0 additions & 8 deletions docs/reference/connector/docs/connectors-confluence.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ Advanced sync rules are defined through a source-specific DSL JSON snippet.
}
]
----
// NOTCONSOLE
*Example 2*: Queries for indexing data based on `created` and `lastmodified` time.
Expand All @@ -186,7 +185,6 @@ Advanced sync rules are defined through a source-specific DSL JSON snippet.
}
]
----
// NOTCONSOLE
*Example 3*: Query for indexing only given types in a *Space* with key 'SD'.
Expand All @@ -198,7 +196,6 @@ Advanced sync rules are defined through a source-specific DSL JSON snippet.
}
]
----
// NOTCONSOLE
[NOTE]
====
Expand Down Expand Up @@ -435,7 +432,6 @@ Advanced sync rules are defined through a source-specific DSL JSON snippet.
}
]
----
// NOTCONSOLE
*Example 2*: Queries for indexing data based on `created` and `lastmodified` time.
Expand All @@ -450,7 +446,6 @@ Advanced sync rules are defined through a source-specific DSL JSON snippet.
}
]
----
// NOTCONSOLE
*Example 3*: Query for indexing only given types in a *Space* with key 'SD'.
Expand All @@ -462,7 +457,6 @@ Advanced sync rules are defined through a source-specific DSL JSON snippet.
}
]
----
// NOTCONSOLE
[NOTE]
====
Expand Down Expand Up @@ -513,15 +507,13 @@ To perform E2E testing for the Confluence connector, run the following command:
----
$ make ftest NAME=confluence
----
// NOTCONSOLE
For faster tests, add the `DATA_SIZE=small` flag:
[source,shell]
----
make ftest NAME=confluence DATA_SIZE=small
----
// NOTCONSOLE
[discrete#es-connectors-confluence-client-known-issues]
===== Known issues
Expand Down
10 changes: 0 additions & 10 deletions docs/reference/connector/docs/connectors-dropbox.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ An authorization code *can only be used once* to create a refresh token.
----
curl -X POST "https://api.dropboxapi.com/oauth2/token?code=<AUTHORIZATION_CODE>&grant_type=authorization_code" -u "<APP_KEY>:<APP_SECRET>"
----
// NOTCONSOLE
Store the refresh token from the response to be used in the connector configuration.
+
Make sure the response has a list of the following scopes:
Expand Down Expand Up @@ -203,7 +202,6 @@ We have some examples below for illustration.
}
]
----
// NOTCONSOLE
[discrete#es-connectors-dropbox-sync-rules-advanced-example-2]
======= Example: Query with file extension filter
Expand All @@ -222,7 +220,6 @@ We have some examples below for illustration.
}
]
----
// NOTCONSOLE
[discrete#es-connectors-dropbox-sync-rules-advanced-example-3]
======= Example: Query with file category filter
Expand All @@ -245,7 +242,6 @@ We have some examples below for illustration.
}
]
----
// NOTCONSOLE
[discrete#es-connectors-dropbox-sync-rules-advanced-limitations]
======= Limitations
Expand Down Expand Up @@ -348,7 +344,6 @@ An authorization code *can only be used once* to create a refresh token.
----
curl -X POST "https://api.dropboxapi.com/oauth2/token?code=<AUTHORIZATION_CODE>&grant_type=authorization_code" -u "<APP_KEY>:<APP_SECRET>"
----
// NOTCONSOLE
Store the refresh token from the response to be used in the connector configuration.
+
Make sure the response has a list of the following scopes:
Expand Down Expand Up @@ -487,7 +482,6 @@ We have some examples below for illustration.
}
]
----
// NOTCONSOLE
[discrete#es-connectors-dropbox-client-sync-rules-advanced-example-2]
======= Example: Query with file extension filter
Expand All @@ -506,7 +500,6 @@ We have some examples below for illustration.
}
]
----
// NOTCONSOLE
[discrete#es-connectors-dropbox-client-sync-rules-advanced-example-3]
======= Example: Query with file category filter
Expand All @@ -529,7 +522,6 @@ We have some examples below for illustration.
}
]
----
// NOTCONSOLE
[discrete#es-connectors-dropbox-client-sync-rules-advanced-limitations]
======= Limitations
Expand All @@ -548,15 +540,13 @@ To perform E2E testing for the Dropbox connector, run the following command:
----
$ make ftest NAME=dropbox
----
// NOTCONSOLE
For faster tests, add the `DATA_SIZE=small` flag:
[source,shell]
----
make ftest NAME=dropbox DATA_SIZE=small
----
// NOTCONSOLE
[discrete#es-connectors-dropbox-client-known-issues]
===== Known issues
Expand Down
12 changes: 0 additions & 12 deletions docs/reference/connector/docs/connectors-github.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ The following sections provide examples of advanced sync rules for this connecto
}
]
----
// NOTCONSOLE
[discrete#es-connectors-github-sync-rules-advanced-issue-key]
======= Indexing document based on issue query related to bugs via issue key
Expand All @@ -239,7 +238,6 @@ The following sections provide examples of advanced sync rules for this connecto
}
]
----
// NOTCONSOLE
[discrete#es-connectors-github-sync-rules-advanced-pr-key]
======= Indexing document based on PR query related to open PR's via PR key
Expand All @@ -255,7 +253,6 @@ The following sections provide examples of advanced sync rules for this connecto
}
]
----
// NOTCONSOLE
[discrete#es-connectors-github-sync-rules-advanced-issue-query-branch-name]
======= Indexing document and files based on queries and branch name
Expand All @@ -273,7 +270,6 @@ The following sections provide examples of advanced sync rules for this connecto
}
]
----
// NOTCONSOLE
[NOTE]
====
Expand Down Expand Up @@ -302,7 +298,6 @@ Check the Elasticsearch index for the actual document count.
}
]
----
// NOTCONSOLE
[NOTE]
====
Expand Down Expand Up @@ -563,7 +558,6 @@ The following sections provide examples of advanced sync rules for this connecto
}
]
----
// NOTCONSOLE
[discrete#es-connectors-github-client-sync-rules-advanced-issue-key]
======= Indexing document based on issue query related to bugs via issue key
Expand All @@ -579,7 +573,6 @@ The following sections provide examples of advanced sync rules for this connecto
}
]
----
// NOTCONSOLE
[discrete#es-connectors-github-client-sync-rules-advanced-pr-key]
======= Indexing document based on PR query related to open PR's via PR key
Expand All @@ -595,7 +588,6 @@ The following sections provide examples of advanced sync rules for this connecto
}
]
----
// NOTCONSOLE
[discrete#es-connectors-github-client-sync-rules-advanced-issue-query-branch-name]
======= Indexing document and files based on queries and branch name
Expand All @@ -613,7 +605,6 @@ The following sections provide examples of advanced sync rules for this connecto
}
]
----
// NOTCONSOLE
[NOTE]
====
Expand Down Expand Up @@ -642,7 +633,6 @@ Check the Elasticsearch index for the actual document count.
}
]
----
// NOTCONSOLE
[NOTE]
====
Expand All @@ -669,15 +659,13 @@ To perform E2E testing for the GitHub connector, run the following command:
----
$ make ftest NAME=github
----
// NOTCONSOLE
For faster tests, add the `DATA_SIZE=small` flag:
[source,shell]
----
make ftest NAME=github DATA_SIZE=small
----
// NOTCONSOLE
[discrete#es-connectors-github-client-known-issues]
===== Known issues
Expand Down
2 changes: 0 additions & 2 deletions docs/reference/connector/docs/connectors-gmail.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ For example:
]
}
----
// NOTCONSOLE
[discrete#es-connectors-gmail-document-level-security]
===== Document level security
Expand Down Expand Up @@ -325,7 +324,6 @@ For example:
]
}
----
// NOTCONSOLE
[discrete#es-connectors-gmail-client-document-level-security]
===== Document level security
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,13 @@ See <<es-connectors-content-extraction>>.
----
$ make ftest NAME=google_cloud_storage
----
// NOTCONSOLE
For faster tests, add the `DATA_SIZE=small` flag:
[source,shell]
----
make ftest NAME=google_cloud_storage DATA_SIZE=small
----
// NOTCONSOLE
[discrete#es-connectors-google-cloud-known-issues]
===== Known issues
Expand Down Expand Up @@ -234,15 +232,13 @@ To perform E2E testing for the Google Cloud Storage connector, run the following
----
$ make ftest NAME=google_cloud_storage
----
// NOTCONSOLE
For faster tests, add the `DATA_SIZE=small` flag:
[source,shell]
----
make ftest NAME=google_cloud_storage DATA_SIZE=small
----
// NOTCONSOLE
[discrete#es-connectors-google-cloud-client-known-issues]
===== Known issues
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -382,15 +382,13 @@ To perform E2E testing for the Google Drive connector, run the following command
----
make ftest NAME=google_drive
----
// NOTCONSOLE
For faster tests, add the `DATA_SIZE=small` flag:
[source,shell]
----
make ftest NAME=google_drive DATA_SIZE=small
----
// NOTCONSOLE
[discrete#es-connectors-google-drive-client-known-issues]
===== Known issues
Expand Down
5 changes: 0 additions & 5 deletions docs/reference/connector/docs/connectors-graphql.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ query getUser($id: ID!) {
}
}
----
// NOTCONSOLE

`graphql_variables`::
A JSON object of key/value pairs containing variables used in the GraphQL query.
Expand Down Expand Up @@ -114,7 +113,6 @@ To index every user as a separate document configure this field as below.
"organization.users": "user_id"
}
----
// NOTCONSOLE
+
In this example `user_id` is unique in every user document. Therefore, we set `user_id` as the value for `organization.users`.
+
Expand All @@ -132,7 +130,6 @@ JSON object containing custom headers to be sent with each GraphQL request:
"content-type": "Application/json"
}
----
// NOTCONSOLE

`pagination_model` (required)::
This field specifies the pagination model to be used by the connector.
Expand Down Expand Up @@ -162,7 +159,6 @@ query getUsers($cursor: String!) {
}
}
----
// NOTCONSOLE
+
The value of `pagination_key` is `sampleData.users` so it must contain:
+
Expand Down Expand Up @@ -225,7 +221,6 @@ For faster tests, add the `DATA_SIZE=small` flag:
----
make ftest NAME=graphql DATA_SIZE=small
----
// NOTCONSOLE

By default, `DATA_SIZE=MEDIUM`.

Expand Down
Loading

0 comments on commit 4c6fdb4

Please sign in to comment.