Skip to content

Commit

Permalink
Merge pull request #406 from ml054/v5.4
Browse files Browse the repository at this point in the history
v5.4
  • Loading branch information
ml054 authored Dec 1, 2023
2 parents 8c5ef7c + 8b54926 commit 2b76e5b
Show file tree
Hide file tree
Showing 221 changed files with 5,487 additions and 1,385 deletions.
654 changes: 309 additions & 345 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
"@types/sinon": "^10.0.13",
"@types/unzipper": "^0.10.5",
"@types/util.promisify": "^1.0.4",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"cross-os": "^1.5.0",
"eslint": "^8.22.0",
"glob": "^7.2.3",
Expand Down
15 changes: 15 additions & 0 deletions src/Constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export const HEADERS = {
REQUEST_TIME: "Raven-Request-Time",
REFRESH_TOPOLOGY: "Refresh-Topology",
TOPOLOGY_ETAG: "Topology-Etag",
CLUSTER_TOPOLOGY_ETAG: "Cluster-Topology-Etag",
LAST_KNOWN_CLUSTER_TRANSACTION_INDEX: "Known-Raft-Index",
CLIENT_CONFIGURATION_ETAG: "Client-Configuration-Etag",
REFRESH_CLIENT_CONFIGURATION: "Refresh-Client-Configuration",
Expand All @@ -75,6 +76,7 @@ export const HEADERS = {
TRANSFER_ENCODING: "Transfer-Encoding",
CONTENT_ENCODING: "Content-Encoding",
CONTENT_LENGTH: "Content-Length",
INCREMENTAL_TIME_SERIES_PREFIX: "INC:",
DATABASE_MISSING: "Database-Missing"
} as const;

Expand All @@ -91,5 +93,18 @@ export const TIME_SERIES = {


export const COMPARE_EXCHANGE = {
RVN_ATOMIC_PREFIX: "rvn-atomic/",
OBJECT_FIELD_NAME: "Object"
} as const;

export const INDEXES = {
INDEXING_STATIC_SEARCH_ENGINE_TYPE: "Indexing.Static.SearchEngineType"
} as const;

export const IDENTITIES = {
DEFAULT_SEPARATOR: "/"
} as const;

export const OBSOLETE = {
GRAPH_API: "Graph API will be removed in next major version of the product."
}
Loading

0 comments on commit 2b76e5b

Please sign in to comment.