mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-06-12 23:47:29 +01:00
added constants/index.ts file in ignore
This commit is contained in:
@@ -6,6 +6,7 @@ src/Api/Apis.ts
|
|||||||
src/AuthType.ts
|
src/AuthType.ts
|
||||||
src/Bindings/BindingHandlersRegisterer.ts
|
src/Bindings/BindingHandlersRegisterer.ts
|
||||||
src/Bindings/ReactBindingHandler.ts
|
src/Bindings/ReactBindingHandler.ts
|
||||||
|
src/Common/Constants/index.ts
|
||||||
src/Common/CosmosClient.test.ts
|
src/Common/CosmosClient.test.ts
|
||||||
src/Common/CosmosClient.ts
|
src/Common/CosmosClient.ts
|
||||||
src/Common/DataAccessUtilityBase.test.ts
|
src/Common/DataAccessUtilityBase.test.ts
|
||||||
|
|||||||
@@ -31,6 +31,7 @@ import * as TagNames from './TagNames';
|
|||||||
import * as TerminalQueryParams from './TerminalQueryParams';
|
import * as TerminalQueryParams from './TerminalQueryParams';
|
||||||
import * as TryCosmosExperience from './TryCosmosExperience';
|
import * as TryCosmosExperience from './TryCosmosExperience';
|
||||||
import * as Urls from './Urls';
|
import * as Urls from './Urls';
|
||||||
|
|
||||||
const StyleConstants = require("less-vars-loader!../../less/Common/Constants.less");
|
const StyleConstants = require("less-vars-loader!../../less/Common/Constants.less");
|
||||||
|
|
||||||
export {
|
export {
|
||||||
|
|||||||
@@ -79,8 +79,7 @@ export function queryDocuments(
|
|||||||
};
|
};
|
||||||
|
|
||||||
const endpoint = getEndpoint() || "";
|
const endpoint = getEndpoint() || "";
|
||||||
|
const headers: HeadersInit = {
|
||||||
const headers = {
|
|
||||||
...defaultHeaders,
|
...defaultHeaders,
|
||||||
...authHeaders(),
|
...authHeaders(),
|
||||||
[CosmosSDKConstants.HttpHeaders.IsQuery]: "true",
|
[CosmosSDKConstants.HttpHeaders.IsQuery]: "true",
|
||||||
|
|||||||
@@ -15,7 +15,9 @@ exports[`Upload Items Pane should render Default properly 1`] = `
|
|||||||
multiple={true}
|
multiple={true}
|
||||||
onUpload={[Function]}
|
onUpload={[Function]}
|
||||||
tabIndex={0}
|
tabIndex={0}
|
||||||
tooltip="Select one or more JSON files to upload. Each file can contain a single JSON document or an array of JSON documents. The combined size of all files in an individual upload operation must be less than 2 MB. You can perform multiple upload operations for larger data sets."
|
tooltip="Select one or more JSON files to upload. Each file can contain a single JSON document or an array of JSON
|
||||||
|
documents. The combined size of all files in an individual upload operation must be less than 2 MB. You
|
||||||
|
can perform multiple upload operations for larger data sets."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</RightPaneForm>
|
</RightPaneForm>
|
||||||
|
|||||||
Reference in New Issue
Block a user