author
int64
658
755k
date
stringdate
2012-06-12 08:34:29
2024-07-22 14:51:21
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
listlengths
1
16
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
305,159
30.10.2020 20:19:53
-3,600
cb57957d7043a7c6fa1f46e74667d473337a93c4
feat(core): optimize encoding
[ { "change_type": "MODIFY", "old_path": "packages/core/src/impl/browser/FetchTransport.ts", "new_path": "packages/core/src/impl/browser/FetchTransport.ts", "diff": "@@ -4,6 +4,7 @@ import {\nSendOptions,\nCommunicationObserver,\nHeaders,\n+ ChunkCombiner,\n} from '../../transport'\nimport pureJsChunk...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(core): optimize UTF-8 encoding
305,159
30.10.2020 18:13:28
-3,600
d6d25e64248529ff295e50468edb4d337da50e0a
feat(giraffe): add giraffe tests to CI
[ { "change_type": "MODIFY", "old_path": ".circleci/config.yml", "new_path": ".circleci/config.yml", "diff": "@@ -30,23 +30,11 @@ jobs:\nname: Run tests\ncommand: |\nyarn build\n- cd ./packages/core\nyarn test:ci\n- yarn lint:ci\n- cd ../apis\n- yarn test\n- yarn eslint ../../examples\n- cd ../..\nyar...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(giraffe): add giraffe tests to CI
305,159
30.10.2020 18:49:32
-3,600
797602c759869c3d87771fd93c93138f60272519
feat(giraffe): add code coverage
[ { "change_type": "MODIFY", "old_path": ".circleci/config.yml", "new_path": ".circleci/config.yml", "diff": "@@ -46,7 +46,8 @@ jobs:\nname: Runs tests with coverage\ncommand: |\nyarn --version\n- yarn run coverage\n+ yarn run coverage:ci\n+ yarn run coverage:send\n- run:\nname: Report test results to...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(giraffe): add code coverage
305,159
02.11.2020 11:17:39
-3,600
b8f9034b490a9b996d68c7cf34963aac86cbc80f
feat(giraffe): add giraffe example
[ { "change_type": "MODIFY", "old_path": "examples/README.md", "new_path": "examples/README.md", "diff": "@@ -28,8 +28,10 @@ This directory contains javascript and typescript examples for node.js and brows\nShows how to control the way of how data points are written to InfluxDB.\n- Browser examples\n-...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(giraffe): add giraffe example
305,159
02.11.2020 11:43:46
-3,600
5409c15ca6ac47dcceb2e1ac345dc4b74f9bb287
chore(giraffe): note that giraffe integration is experimental
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -15,7 +15,7 @@ This repository contains the reference javascript client for InfluxDB 2.0. Both\n## Features\n-InfluxDB 2.0 client consists of two packages\n+InfluxDB 2.0 client consists of two main packages\n- @...
TypeScript
MIT License
influxdata/influxdb-client-js
chore(giraffe): note that giraffe integration is experimental
305,159
02.11.2020 19:29:55
-3,600
42ab2fcb735684ef2c2203b34fbe76e1167b6345
feat(giraffe): improve package build
[ { "change_type": "MODIFY", "old_path": "examples/giraffe.html", "new_path": "examples/giraffe.html", "diff": "<html>\n<head>\n- <title>InfluxDB JavaScript Client - Giraffe Integration Example</title>\n+ <title>Example: Flux Query Results visualized with Giraffe</title>\n<script>\n// required by reac...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(giraffe): improve package build
305,159
03.11.2020 09:09:14
-3,600
23a80cb58eb0f0bd8a192f01968c5ae6e5970c34
chore(giraffe): review and improve code
[ { "change_type": "MODIFY", "old_path": "examples/README.md", "new_path": "examples/README.md", "diff": "@@ -34,4 +34,4 @@ This directory contains javascript and typescript examples for node.js and brows\nThe local HTTP server serves all files from this git repository and also proxies requests\nto a ...
TypeScript
MIT License
influxdata/influxdb-client-js
chore(giraffe): review and improve code
305,159
03.11.2020 10:09:55
-3,600
251d0666a171ed0af9130acfc50367e4e33c6347
chore(core): rename tests for mocha to create valid junit xml
[ { "change_type": "MODIFY", "old_path": "packages/core/test/unit/impl/pureJsChunkCombiner.test.ts", "new_path": "packages/core/test/unit/impl/pureJsChunkCombiner.test.ts", "diff": "@@ -33,7 +33,7 @@ describe('pureJsChunkCombiner', () => {\n['\\u{10348}', Uint8Array.from([0xf0, 0x90, 0x8d, 0x88])],\n]...
TypeScript
MIT License
influxdata/influxdb-client-js
chore(core): rename tests for mocha to create valid junit xml
305,159
03.11.2020 10:36:02
-3,600
7e6e770c6a35a47d6c946961eccbf13c77b2b6f8
chore(giraffe): improve comments and documentation
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -70,7 +70,7 @@ There are also more advanced [examples](./examples/README.md) that show\n- how to use this client in the browser\n- how to process InfluxDB query results with RX Observables\n- how to customize th...
TypeScript
MIT License
influxdata/influxdb-client-js
chore(giraffe): improve comments and documentation
305,159
03.11.2020 14:13:42
-3,600
bb0be98bd12a85d7569fb24cc07e4b92f5e1d649
chore(giraffe): repair readme
[ { "change_type": "MODIFY", "old_path": "examples/giraffe.html", "new_path": "examples/giraffe.html", "diff": "}\nconst influxDBClientGiraffe = window['@influxdata/influxdb-client-giraffe']\nfunction queryAndVisualize() {\n- influxDBClientGiraffe.queryTable(\n+ influxDBClientGiraffe.queryToTable(\nqu...
TypeScript
MIT License
influxdata/influxdb-client-js
chore(giraffe): repair readme
305,159
03.11.2020 14:21:05
-3,600
68a1d0df7a55172028ee5e12e798b2567be73fb7
chore(giraffe): repair example
[ { "change_type": "MODIFY", "old_path": "packages/giraffe/README.md", "new_path": "packages/giraffe/README.md", "diff": "@@ -6,7 +6,7 @@ of various [Giraffe](https://github.com/influxdata/giraffe) visualizations.\n```js\nimport {InfluxDB} from '@influxdata/influxdb-client'\n-import {queryTable} from ...
TypeScript
MIT License
influxdata/influxdb-client-js
chore(giraffe): repair example
305,159
03.11.2020 22:25:41
-3,600
de410cad08065f5b4e76589904cd016208a03c4f
chore(giraffe): use unpkg.com url
[ { "change_type": "MODIFY", "old_path": "examples/giraffe.html", "new_path": "examples/giraffe.html", "diff": "<script src=\"https://unpkg.com/react-dom@17.0.0/umd/react-dom.development.js\"></script>\n<script src=\"https://cdn.jsdelivr.net/npm/@influxdata/giraffe@0.41.0/dist/index.js\"></script>\n<s...
TypeScript
MIT License
influxdata/influxdb-client-js
chore(giraffe): use unpkg.com url
305,159
03.11.2020 17:36:38
-3,600
8d3f936e5d42d09bab2dbc1753a889a1e9868529
feat(giraffe): add csvToTable transformation
[ { "change_type": "ADD", "old_path": null, "new_path": "packages/giraffe/src/csvToTable.ts", "diff": "+import {Table, FromFluxResult} from '@influxdata/giraffe'\n+import {stringToLines, linesToTables} from '@influxdata/influxdb-client'\n+import {createCollector, GiraffeTableFactory, TableOptions} fro...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(giraffe): add csvToTable transformation
305,159
03.11.2020 17:42:34
-3,600
260c7e1c6691ab8db312b9c4346492f9cdfc6914
feat(giraffe): include csv processing parts into build
[ { "change_type": "MODIFY", "old_path": "packages/giraffe/package.json", "new_path": "packages/giraffe/package.json", "diff": "\"sinon\": \"^7.5.0\",\n\"ts-node\": \"^8.5.4\",\n\"typescript\": \"^3.7.4\"\n+ },\n+ \"dependencies\": {\n+ \"@rollup/plugin-node-resolve\": \"^10.0.0\"\n}\n}\n" }, { ...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(giraffe): include csv processing parts into build
305,159
03.11.2020 19:06:35
-3,600
7b5a41230f2e37aae296d8e257928ba35d873d8e
chore(core): optimize for tree-shaking
[ { "change_type": "MODIFY", "old_path": "packages/core/src/impl/Logger.ts", "new_path": "packages/core/src/impl/Logger.ts", "diff": "@@ -9,7 +9,7 @@ export interface Logger {\n/**\n* Logger that logs to console.out\n*/\n-export const consoleLogger: Logger = Object.freeze({\n+export const consoleLogge...
TypeScript
MIT License
influxdata/influxdb-client-js
chore(core): optimize for tree-shaking
305,159
03.11.2020 21:40:01
-3,600
13b87f6cf3137db6bb1a3470b7db2a197ae0ed46
chore(giraffe): avoid __awaiter in generated typescript
[ { "change_type": "MODIFY", "old_path": "packages/giraffe/src/queryTable.ts", "new_path": "packages/giraffe/src/queryTable.ts", "diff": "@@ -339,19 +339,18 @@ export function createCollector(\n* @param tableOptions - tableOptions allows to filter or even stop the processing of rows, specify maximum r...
TypeScript
MIT License
influxdata/influxdb-client-js
chore(giraffe): avoid __awaiter in generated typescript
305,159
03.11.2020 21:45:48
-3,600
61d4940a3cf684961e698b56f48ce0c30da0b079
chore(apis): improve doc
[ { "change_type": "MODIFY", "old_path": "packages/apis/src/index.ts", "new_path": "packages/apis/src/index.ts", "diff": "* token: \"my-token\"\n* })\n* ...\n- * async function getOrg(name) {\n+ * async function getOrg() {\n* const orgsAPI = new OrgsAPI(influxDB)\n* const organizations = await orgsAPI...
TypeScript
MIT License
influxdata/influxdb-client-js
chore(apis): improve doc
305,159
03.11.2020 22:19:28
-3,600
5722631f6fd6ea54415ade04007fc17ae5143080
chore: increase timeout for async test
[ { "change_type": "MODIFY", "old_path": "packages/core/test/unit/WriteApi.test.ts", "new_path": "packages/core/test/unit/WriteApi.test.ts", "diff": "@@ -196,12 +196,12 @@ describe('WriteApi', () => {\nit('flushes the records automatically', async () => {\nuseSubject({flushInterval: 5, maxRetries: 0, ...
TypeScript
MIT License
influxdata/influxdb-client-js
chore: increase timeout for async test
305,159
04.11.2020 09:12:38
-3,600
bbfc44dab70d24f86eb21cddb5e2c5a8fa95f437
feat(giraffe): add csv response parsing to example
[ { "change_type": "MODIFY", "old_path": "examples/giraffe.html", "new_path": "examples/giraffe.html", "diff": "<script src=\"https://cdn.jsdelivr.net/npm/@influxdata/giraffe@0.41.0/dist/index.js\"></script>\n<script src=\"https://unpkg.com/@influxdata/influxdb-client/dist/index.browser.js\"></script>...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(giraffe): add csv response parsing to example
305,159
04.11.2020 13:49:31
-3,600
8f296de74121807c80a1b7b9d491d83e8350efbf
chore(giraffe): comment rollup build
[ { "change_type": "MODIFY", "old_path": "packages/giraffe/rollup.config.js", "new_path": "packages/giraffe/rollup.config.js", "diff": "@@ -21,7 +21,7 @@ function createConfig({format, out, name, target, noTerser}) {\n},\n}),\n// @influxdata/influxdb-client (core) package uses `module:browser`\n- // p...
TypeScript
MIT License
influxdata/influxdb-client-js
chore(giraffe): comment rollup build
305,159
05.11.2020 12:01:04
-3,600
2f19d3b319a2305a58fe6d83471b7b70104ae2d6
feat(core): allow to notify about write success
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "1. [#275](https://github.com/influxdata/influxdb-client-js/pull/275): Export CSV results parser.\n1. [#275](https://github.com/influxdata/influxdb-client-js/pull/275): Export fuction to transform CSV string t...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(core): allow to notify about write success
305,159
10.11.2020 13:14:18
-3,600
12af4fb524197b0bf517a0e994f2056f2228baa0
chore(build): upgrade to node v14
[ { "change_type": "MODIFY", "old_path": ".circleci/config.yml", "new_path": ".circleci/config.yml", "diff": "@@ -38,7 +38,7 @@ jobs:\ncoverage:\nparameters:\ndocker:\n- - image: circleci/node:12\n+ - image: circleci/node:14\nsteps:\n- checkout\n- init-dependencies\n@@ -57,7 +57,7 @@ jobs:\ndeploy-pre...
TypeScript
MIT License
influxdata/influxdb-client-js
chore(build): upgrade to node v14
305,159
11.11.2020 11:25:23
-3,600
f7f1afa3c51cefa45da84780cbba5827fe0b2a45
chote(core/write): add more tests for auto flush
[ { "change_type": "MODIFY", "old_path": "packages/core/test/unit/WriteApi.test.ts", "new_path": "packages/core/test/unit/WriteApi.test.ts", "diff": "@@ -224,7 +224,7 @@ describe('WriteApi', () => {\nawait subject.close()\ncollectLogging.after()\n})\n- it('flushes the records automatically', async () ...
TypeScript
MIT License
influxdata/influxdb-client-js
chote(core/write): add more tests for auto flush
305,159
18.11.2020 08:29:12
-3,600
eb3bbf264cc7e9172d4e65cc9be5b3dd74646186
feat(giraffe): update changelog
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "### Features\n+1. [#271](https://github.com/influxdata/influxdb-client-js/pull/271): Introduce `@influxdata/giraffe` package.\n1. [#272](https://github.com/influxdata/influxdb-client-js/pull/272): Optimize UT...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(giraffe): update changelog
305,159
18.11.2020 16:57:51
-3,600
8dde03e2cccc893f4a7145b894dbfc807b2ee372
feat(core): allow to obtain QueryApi using QueryOptions
[ { "change_type": "MODIFY", "old_path": "packages/core/src/InfluxDB.ts", "new_path": "packages/core/src/InfluxDB.ts", "diff": "@@ -10,7 +10,7 @@ import {IllegalArgumentError} from './errors'\nimport {Transport} from './transport'\n// replaced by ./impl/browser/FetchTransport in browser builds\nimport...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(core): allow to obtain QueryApi using QueryOptions
305,159
18.11.2020 17:31:43
-3,600
01dc30015906365ac40971af27dfc21d0188801e
feat(core): allow to specify custom headers in getQueryApi
[ { "change_type": "MODIFY", "old_path": "packages/core/src/QueryApi.ts", "new_path": "packages/core/src/QueryApi.ts", "diff": "@@ -32,6 +32,10 @@ export interface QueryOptions {\n* for example `new Date().toISOString()`.\n*/\nnow?: () => string\n+ /**\n+ * Extra HTTP headers that will be sent with ev...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(core): allow to specify custom headers in getQueryApi
305,159
18.11.2020 17:40:44
-3,600
b54a49f941abe1bce477aebe941dc584e7986e21
feat(core): allow to specify custom headers in getWriteApi
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "1. [#275](https://github.com/influxdata/influxdb-client-js/pull/275): Add tree shaking optimizations.\n1. [#276](https://github.com/influxdata/influxdb-client-js/pull/276): Allow to notify about write success...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(core): allow to specify custom headers in getWriteApi
305,159
19.11.2020 17:53:22
-3,600
eb2f40151a4b9d8bee49814d6715580523f0d6a4
chore(core): add tests for custom errors
[ { "change_type": "MODIFY", "old_path": "packages/core/src/errors.ts", "new_path": "packages/core/src/errors.ts", "diff": "@@ -39,6 +39,7 @@ export class IllegalArgumentError extends Error {\n/* istanbul ignore next */\nconstructor(message: string) {\nsuper(message)\n+ this.name = 'IllegalArgumentErr...
TypeScript
MIT License
influxdata/influxdb-client-js
chore(core): add tests for custom errors
305,159
19.11.2020 18:59:20
-3,600
cac73fb9863ec7608adb3ddf54a7b72e00754b56
feat(core): throw HttpError with code and message from response body
[ { "change_type": "MODIFY", "old_path": "packages/core/src/errors.ts", "new_path": "packages/core/src/errors.ts", "diff": "@@ -48,18 +48,37 @@ export class IllegalArgumentError extends Error {\n*/\nexport class HttpError extends Error implements RetriableDecision {\nprivate _retryAfter: number\n+ /**...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(core): throw HttpError with code and message from response body
305,159
20.11.2020 13:38:11
-3,600
18bd7ebbcf9018d3893840a5f7547742e920d99e
chore(core): review
[ { "change_type": "MODIFY", "old_path": "packages/core/src/errors.ts", "new_path": "packages/core/src/errors.ts", "diff": "@@ -49,7 +49,7 @@ export class IllegalArgumentError extends Error {\nexport class HttpError extends Error implements RetriableDecision {\nprivate _retryAfter: number\n/** applica...
TypeScript
MIT License
influxdata/influxdb-client-js
chore(core): review
305,159
23.11.2020 11:19:14
-3,600
b156968f60863feb757c714caee50e6e4c2d5362
chore(build): declare types in package descriptors
[ { "change_type": "MODIFY", "old_path": "packages/apis/package.json", "new_path": "packages/apis/package.json", "diff": "\"main\": \"dist/index.js\",\n\"module\": \"dist/index.mjs\",\n\"browser\": \"dist/index.browser.js\",\n+ \"types\": \"dist/index.d.ts\",\n\"homepage\": \"https://github.com/influx...
TypeScript
MIT License
influxdata/influxdb-client-js
chore(build): declare types in package descriptors
305,159
23.11.2020 11:36:21
-3,600
37218399be464a4904c460f465d6ec11d89b0ffd
chore(build): upgrade typescript to 4.1
[ { "change_type": "MODIFY", "old_path": "packages/apis/package.json", "new_path": "packages/apis/package.json", "diff": "\"rollup-plugin-terser\": \"^7.0.0\",\n\"rollup-plugin-typescript2\": \"^0.27.2\",\n\"ts-node\": \"^8.5.4\",\n- \"typescript\": \"^3.7.4\"\n+ \"typescript\": \"^4.1.2\"\n}\n}\n" ...
TypeScript
MIT License
influxdata/influxdb-client-js
chore(build): upgrade typescript to 4.1
305,159
23.11.2020 13:28:27
-3,600
961f6c7737ba1a7ec774b64abbba96266df0b6f7
chore(doc): describe support of deno
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -41,7 +41,7 @@ $ yarn add @influxdata/influxdb-client\n$ pnpm add @influxdata/influxdb-client\n```\n-[@influxdata/influxdb-client](./packages/core/README.md) module primarily works in Node.js (main CJS and modul...
TypeScript
MIT License
influxdata/influxdb-client-js
chore(doc): describe support of deno
305,159
23.11.2020 15:28:09
-3,600
6a393b286136b673f1c36e356bd7baccfba3ed22
chore(core): repair docs typo
[ { "change_type": "MODIFY", "old_path": "packages/core/src/Point.ts", "new_path": "packages/core/src/Point.ts", "diff": "@@ -129,7 +129,7 @@ export default class Point {\n/**\n* Creates an InfluxDB protocol line out of this instance.\n* @param settings - settings define the exact representation of po...
TypeScript
MIT License
influxdata/influxdb-client-js
chore(core): repair docs typo
305,159
23.11.2020 15:39:59
-3,600
7e542fe838b0390ada5b5dbbc97b4bf285efc49f
chore(build): avoid circular dependencies in d.ts files
[ { "change_type": "MODIFY", "old_path": "packages/core/src/Point.ts", "new_path": "packages/core/src/Point.ts", "diff": "import {escape} from './util/escape'\n-import {PointSettings} from './options'\n+\n+/**\n+ * Settings that control the way of how a {@link Point} is serialized\n+ * to a protocol l...
TypeScript
MIT License
influxdata/influxdb-client-js
chore(build): avoid circular dependencies in d.ts files
305,159
23.11.2020 16:02:23
-3,600
a5aee339741b7d9f6b596f48308cc7c69a36626e
feat(build): generate one d.ts file
[ { "change_type": "MODIFY", "old_path": "packages/apis/package.json", "new_path": "packages/apis/package.json", "diff": "\"main\": \"dist/index.js\",\n\"module\": \"dist/index.mjs\",\n\"browser\": \"dist/index.browser.js\",\n- \"types\": \"dist/index.d.ts\",\n+ \"types\": \"dist/all.d.ts\",\n\"homepa...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(build): generate one d.ts file
305,159
23.11.2020 17:28:09
-3,600
35e608f23e5678030edd6d199967782876319e97
feat(build): add exports section to package.json to describe various build types
[ { "change_type": "MODIFY", "old_path": "packages/apis/package.json", "new_path": "packages/apis/package.json", "diff": "\"module\": \"dist/index.mjs\",\n\"browser\": \"dist/index.browser.js\",\n\"types\": \"dist/all.d.ts\",\n+ \"exports\": {\n+ \".\": {\n+ \"import\": \"./dist/index.mjs\",\n+ \"requ...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(build): add exports section to package.json to describe various build types
305,159
25.11.2020 10:05:20
-3,600
a231ece810675c983c23d4124015965fbef6b76d
fix(core): remove WritePrecision enum
[ { "change_type": "MODIFY", "old_path": "packages/core/src/InfluxDB.ts", "new_path": "packages/core/src/InfluxDB.ts", "diff": "import WriteApi from './WriteApi'\n-import {\n- ClientOptions,\n- WritePrecision,\n- WriteOptions,\n- WritePrecisionType,\n-} from './options'\n+import {ClientOptions, WriteO...
TypeScript
MIT License
influxdata/influxdb-client-js
fix(core): remove WritePrecision enum
305,159
25.11.2020 11:24:21
-3,600
0186d5da7ec2dd7fb1c2a935ea59293ad56de458
feat(deno): add query.deno.ts example
[ { "change_type": "ADD", "old_path": null, "new_path": "examples/query.deno.ts", "diff": "+#!/usr/bin/env -S deno run --allow-net\n+//////////////////////////////////////////////////////\n+// A modified query.ts example that works with deno //\n+//////////////////////////////////////////////////////\...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(deno): add query.deno.ts example
305,159
25.11.2020 11:35:40
-3,600
b74cde976f7625631438bea9ec445935ba773618
chore(deno): apply deno fmt to query.deno.ts example
[ { "change_type": "MODIFY", "old_path": "examples/query.deno.ts", "new_path": "examples/query.deno.ts", "diff": "//////////////////////////////////////////////////////\nimport {\n- InfluxDB,\nFluxTableMetaData,\n-} from 'https://cdn.skypack.dev/@influxdata/influxdb-client-browser@1.9.0-nightly.1044?d...
TypeScript
MIT License
influxdata/influxdb-client-js
chore(deno): apply deno fmt to query.deno.ts example
305,159
25.11.2020 11:41:56
-3,600
d76ef3ae118812ea9753001dcaafff3cf0c16eb2
chore(deno): disable prettier in deno example, deno fmt is used
[ { "change_type": "MODIFY", "old_path": "examples/.eslintrc.json", "new_path": "examples/.eslintrc.json", "diff": "\"rules\": {\n\"@typescript-eslint/explicit-function-return-type\": \"off\"\n}\n+ },\n+ {\n+ \"files\": [\"query.deno.ts\"],\n+ \"rules\": {\n+ \"prettier/prettier\": \"off\"\n+ }\n}\n]\...
TypeScript
MIT License
influxdata/influxdb-client-js
chore(deno): disable prettier in deno example, deno fmt is used
305,159
26.11.2020 11:32:42
-3,600
86782b25e887727210b759be4c06e456cda2c4f4
feat(deno): add deno query example
[ { "change_type": "MODIFY", "old_path": "examples/README.md", "new_path": "examples/README.md", "diff": "This directory contains javascript and typescript examples for node.js and browser environments.\n+- Node.js examples\n- Prerequisites\n- [node](https://nodejs.org/en/) installed\n- Run `npm insta...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(deno): add deno query example
305,159
05.01.2021 10:43:50
-3,600
36ccf31a4c2a08676303cc11a1150eb4f09df061
feat(core): allow to access escaped field values
[ { "change_type": "MODIFY", "old_path": "packages/core/src/Point.ts", "new_path": "packages/core/src/Point.ts", "diff": "@@ -17,7 +17,8 @@ export interface PointSettings {\nexport class Point {\nprivate name: string\nprivate tags: {[key: string]: string} = {}\n- private fields: {[key: string]: string...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(core): allow to access escaped field values
305,159
05.01.2021 10:46:14
-3,600
13571bcd4ee51dd4384b4eb2e85cb57afc4dc47c
feat(core): enhance WriteApi interface to extend PointSettings
[ { "change_type": "MODIFY", "old_path": "packages/core/src/WriteApi.ts", "new_path": "packages/core/src/WriteApi.ts", "diff": "-import {Point} from './Point'\n+import {Point, PointSettings} from './Point'\n/**\n* The asynchronous buffering API to Write time-series data into InfluxDB 2.0.\n@@ -9,7 +9,...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(core): enhance WriteApi interface to extend PointSettings
305,159
16.12.2020 14:20:20
-3,600
c3e4b48009fd1bacd38c525be1bcf2fd1a0e34af
feat(apis): regenerate APIs from swagger 2.0.3
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "### Features\n1. [#296](https://github.com/influxdata/influxdb-client-js/pull/296): Allow to specify escaped field values.\n+1. [#295](https://github.com/influxdata/influxdb-client-js/pull/295): Regenerate AP...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(apis): regenerate APIs from swagger 2.0.3
305,159
12.01.2021 21:27:03
-3,600
1083579a6ac3c9fe4915835ae7e0b1f55c9bfbe7
chore: add lgtm project badge
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "[![CircleCI](https://circleci.com/gh/influxdata/influxdb-client-js.svg?style=svg)](https://circleci.com/gh/influxdata/influxdb-client-js)\n[![codecov](https://codecov.io/gh/influxdata/influxdb-client-js/branch/mast...
TypeScript
MIT License
influxdata/influxdb-client-js
chore: add lgtm project badge
305,159
12.01.2021 21:43:01
-3,600
4855fc3259c427aa5f47eda60a6f289837b63ef8
chore: remove github badges from Readme
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/influxdata/influxdb-client-js.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/influxdata/influxdb-client-js/context:javascript)...
TypeScript
MIT License
influxdata/influxdb-client-js
chore: remove github badges from Readme
305,159
15.01.2021 12:03:06
-3,600
bf419cd401974c06b06f8f6b1d6efa934cb45538
feat(examples): add example node.js application monitoring
[ { "change_type": "MODIFY", "old_path": "examples/package.json", "new_path": "examples/package.json", "diff": "\"express\": \"^4.17.1\",\n\"express-http-proxy\": \"^1.6.0\",\n\"open\": \"^7.0.0\",\n+ \"response-time\": \"^2.3.2\",\n\"rxjs\": \"^6.5.5\",\n\"ts-node\": \"^8.5.4\",\n\"typescript\": \"^3...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(examples): add example node.js application monitoring
305,159
19.01.2021 06:22:43
-3,600
7a29cb6dba61fb12cc012fbae5b76c4be40fac7d
chore(ci): ignore gh-pages branch in CI workflows
[ { "change_type": "MODIFY", "old_path": ".circleci/config.yml", "new_path": ".circleci/config.yml", "diff": "@@ -80,7 +80,13 @@ workflows:\njobs:\n- tests:\nversion: '14'\n- - coverage\n+ filters:\n+ branches:\n+ ignore: gh-pages\n+ - coverage:\n+ filters:\n+ branches:\n+ ignore: gh-pages\n- deploy-p...
TypeScript
MIT License
influxdata/influxdb-client-js
chore(ci): ignore gh-pages branch in CI workflows
305,159
19.01.2021 13:19:30
-3,600
c51ef95d3212d19715c46cd2fd347a1d1262ff31
chore(giraffe): improve documentation example to render well with jekyll
[ { "change_type": "MODIFY", "old_path": "packages/giraffe/src/index.ts", "new_path": "packages/giraffe/src/index.ts", "diff": "* function that executes a Flux query against InfluxDB (v2) and returns a Table that is then directly suitable\n* as a data input of various Giraffe visualizations.\n*\n- * `...
TypeScript
MIT License
influxdata/influxdb-client-js
chore(giraffe): improve documentation example to render well with jekyll
305,159
01.02.2021 11:50:14
-3,600
0c7aeb8101f981d4e48bab2285c7d5438a3ba663
fix(apis): correct basic auth header
[ { "change_type": "MODIFY", "old_path": "packages/apis/src/APIBase.ts", "new_path": "packages/apis/src/APIBase.ts", "diff": "@@ -63,7 +63,7 @@ export class APIBase {\nconst value = `${request.auth.user}:${request.auth.password}`\n;(sendOptions.headers || (sendOptions.headers = {}))[\n'authorization'\...
TypeScript
MIT License
influxdata/influxdb-client-js
fix(apis): correct basic auth header
305,159
01.02.2021 12:11:58
-3,600
093250d920b1f3382cd18cf0eb3ea43031c3b280
feat(core): allow to receive response headers also in transport.request method
[ { "change_type": "MODIFY", "old_path": "packages/core/src/impl/browser/FetchTransport.ts", "new_path": "packages/core/src/impl/browser/FetchTransport.ts", "diff": "@@ -9,8 +9,24 @@ import {\nCommunicationObserver,\ncreateTextDecoderCombiner,\nHeaders,\n+ ResponseStartedFn,\n} from '../../results'\n+...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(core): allow to receive response headers also in transport.request method
305,159
01.02.2021 12:14:06
-3,600
4a223cc62a34c2e9954a03fc035677cb37528f5c
feat(apis): allow to receive response headers from all APIs using an optional responseStarted callback
[ { "change_type": "MODIFY", "old_path": "packages/apis/src/APIBase.ts", "new_path": "packages/apis/src/APIBase.ts", "diff": "// this is effectively a clone of\n-import {InfluxDB, Transport, SendOptions} from '@influxdata/influxdb-client'\n+import {\n+ InfluxDB,\n+ Transport,\n+ SendOptions,\n+ Header...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(apis): allow to receive response headers from all APIs using an optional responseStarted callback
305,159
01.02.2021 19:02:53
-3,600
e402adb7b389421bb917f8dd758fe14582fad859
feat(examples): add sessionAuth example
[ { "change_type": "ADD", "old_path": null, "new_path": "examples/sessionAuth.js", "diff": "+#!/usr/bin/env node\n+/*\n+This example shows how to use `username + password` authentication\n+against InfluxDB v2 OSS. This type of authentication shall be avoided\n+in favor of a token authentication, which...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(examples): add sessionAuth example
305,159
02.02.2021 06:58:20
-3,600
532b521e35a6336709409070bd2350eff5bde6a4
feat(example): show how to create example token
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "### Features\n1. [#302](https://github.com/influxdata/influxdb-client-js/pull/302): Expose response headers in all APIs.\n-1. [#302](https://github.com/influxdata/influxdb-client-js/pull/302): Add `sessionAut...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(example): show how to create example token
305,159
10.02.2021 07:46:41
-3,600
c42f90a8bf437b4ad8a27f60dd176d6342ac3ced
chore(core): remove deprecated zlib constants
[ { "change_type": "MODIFY", "old_path": "packages/core/src/impl/node/NodeHttpTransport.ts", "new_path": "packages/core/src/impl/node/NodeHttpTransport.ts", "diff": "@@ -19,8 +19,8 @@ import {CLIENT_LIB_VERSION} from '../version'\nimport Logger from '../Logger'\nconst zlibOptions = {\n- flush: zlib.Z_...
TypeScript
MIT License
influxdata/influxdb-client-js
chore(core): remove deprecated zlib constants
305,159
10.02.2021 07:35:33
-3,600
626818e008bcfb6d0ca36afdaa30ad4de33d05ec
fix(examples): Use the latest client in query.deno.ts
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "### Bug Fixes\n+1. [#304](https://github.com/influxdata/influxdb-client-js/pull/304): Use the latest client in query.deno.ts example.\n1. [#305](https://github.com/influxdata/influxdb-client-js/pull/305): Rem...
TypeScript
MIT License
influxdata/influxdb-client-js
fix(examples): Use the latest client in query.deno.ts
305,159
10.02.2021 14:25:02
-3,600
b723cc502752ed316288f909314c8d66fd5b9ff2
feat(apis): update APIs from swagger 2021-02-10
[ { "change_type": "MODIFY", "old_path": "packages/apis/DEVELOPMENT.md", "new_path": "packages/apis/DEVELOPMENT.md", "diff": "@@ -12,7 +12,7 @@ $ yarn build\n- update local resources/swagger.yml to the latest version\n- `wget -O resources/swagger.yml https://raw.githubusercontent.com/influxdata/influx...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(apis): update APIs from swagger 2021-02-10
305,159
13.02.2021 18:07:45
-3,600
cf69ed3aefa8328a2bee5f37ea4223b93ff69e93
feat(core): refactor logger
[ { "change_type": "MODIFY", "old_path": "packages/core/src/impl/RetryBuffer.ts", "new_path": "packages/core/src/impl/RetryBuffer.ts", "diff": "-import Logger from './Logger'\n+import {Logger} from '../util/logger'\n/* interval between successful retries */\nconst RETRY_INTERVAL = 1\n" }, { "c...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(core): refactor logger
305,159
13.02.2021 18:08:13
-3,600
b6c3f9f949236f235b9bad4ee303ff11a1023457
feat(core): allow to customize logger
[ { "change_type": "MODIFY", "old_path": "packages/core/src/index.ts", "new_path": "packages/core/src/index.ts", "diff": "@@ -31,6 +31,7 @@ export * from './options'\nexport * from './errors'\nexport * from './util/escape'\nexport * from './util/currentTime'\n+export * from './util/logger'\nexport * f...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(core): allow to customize logger
305,159
15.02.2021 07:41:00
-3,600
85e83bf885a72ac920c704a787f33f9a0b281e5f
chore(giraffe): don't require skipLibCheck for api-extractor
[ { "change_type": "MODIFY", "old_path": "packages/giraffe/api-extractor.json", "new_path": "packages/giraffe/api-extractor.json", "diff": "{\n\"$schema\": \"https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json\",\n\"extends\": \"../../scripts/api-extractor-base.json...
TypeScript
MIT License
influxdata/influxdb-client-js
chore(giraffe): don't require skipLibCheck for api-extractor
305,159
15.02.2021 09:11:53
-3,600
5d793366ecfe3de58ce1c9b787347a66117a204d
chore(tests): prefer-rest-params
[ { "change_type": "MODIFY", "old_path": "packages/core/test/util.ts", "new_path": "packages/core/test/util.ts", "diff": "-/* eslint-disable prefer-rest-params */\nimport {setLogger} from '../src/util/logger'\nlet previous: any\n@@ -15,11 +14,11 @@ export const collectLogging = {\nwarn: [],\n}\nprevio...
TypeScript
MIT License
influxdata/influxdb-client-js
chore(tests): prefer-rest-params
305,159
22.02.2021 07:06:38
-3,600
7986464ee8b11031220c16f27d4e7875dfebe0af
feat(examples): add queryRaw example
[ { "change_type": "MODIFY", "old_path": "examples/query.ts", "new_path": "examples/query.ts", "diff": "@@ -30,7 +30,20 @@ queryApi.queryRows(fluxQuery, {\n},\n})\n-// // Execute query and collect all results in a Promise.\n+// // Execute query and return the whole result as a string.\n+// // Use with...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(examples): add queryRaw example
305,159
22.02.2021 13:31:54
-3,600
3a37c3fff248c0f403820ef3b7f17b5eaa65877e
fix(examples): report process.resourceUsage only if available
[ { "change_type": "MODIFY", "old_path": "examples/scripts/monitor.js", "new_path": "examples/scripts/monitor.js", "diff": "@@ -24,10 +24,13 @@ function writeProcessUsage() {\n// https://nodejs.org/api/process.html#process_process_cpuusage_previousvalue\nwriteAPI.writePoint(createPoint('node_cpu_usage...
TypeScript
MIT License
influxdata/influxdb-client-js
fix(examples): report process.resourceUsage only if available
305,159
18.03.2021 08:17:31
-3,600
aafa60e6e250b877c7e362a32279426e07ef926a
feat(apis): update APIs from swagger as of 2021-03-18
[ { "change_type": "MODIFY", "old_path": "packages/apis/resources/swagger.yml", "new_path": "packages/apis/resources/swagger.yml", "diff": "@@ -7297,9 +7297,13 @@ components:\n- expire\neverySeconds:\ntype: integer\n- description: Duration in seconds for how long data will be kept in the database.\n+ ...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(apis): update APIs from swagger as of 2021-03-18
305,159
21.03.2021 15:39:53
-3,600
84c3accdc8d35cb834da1f787a4b0023f675fbf7
fix(core): support negative numbers in flux tagged template
[ { "change_type": "MODIFY", "old_path": "packages/core/src/query/flux.ts", "new_path": "packages/core/src/query/flux.ts", "diff": "@@ -105,17 +105,6 @@ export function fluxString(value: any): FluxParameterLike {\nreturn new FluxParameter(`\"${sanitizeString(value)}\"`)\n}\n-/**\n- * Creates a flux in...
TypeScript
MIT License
influxdata/influxdb-client-js
fix(core): support negative numbers in flux tagged template
305,159
26.03.2021 13:50:22
-3,600
aa7c65261373e4763ffd8d0db28aa3f6b4caed14
chore: improve documentation of transportOptions
[ { "change_type": "MODIFY", "old_path": "packages/core/src/options.ts", "new_path": "packages/core/src/options.ts", "diff": "@@ -11,7 +11,7 @@ export interface ConnectionOptions {\ntoken?: string\n/** socket timeout */\ntimeout?: number\n- /** extra options for the transport layer */\n+ /** extra opt...
TypeScript
MIT License
influxdata/influxdb-client-js
chore: improve documentation of transportOptions #319
305,159
08.04.2021 15:31:37
-7,200
72c6fca27d0700a0afa69329ad3b81e476e1f21e
chore: upgrade lib to es2018
[ { "change_type": "MODIFY", "old_path": "packages/core/tsconfig.json", "new_path": "packages/core/tsconfig.json", "diff": "\"extends\": \"../../tsconfig.base.json\",\n\"compilerOptions\": {\n\"resolveJsonModule\": true,\n- \"lib\": [\"DOM\", \"es2015\"]\n+ \"lib\": [\"DOM\", \"es2018\"]\n},\n\"includ...
TypeScript
MIT License
influxdata/influxdb-client-js
chore: upgrade lib to es2018
305,159
08.04.2021 15:43:47
-7,200
bc3a2e29380bb329c3421e47213f270a371a97d5
feat(core): introduce gzipThreshold sendOption
[ { "change_type": "MODIFY", "old_path": "packages/core/src/impl/node/NodeHttpTransport.ts", "new_path": "packages/core/src/impl/node/NodeHttpTransport.ts", "diff": "@@ -103,11 +103,16 @@ export class NodeHttpTransport implements Transport {\noptions: SendOptions,\ncallbacks?: Partial<CommunicationObs...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(core): introduce gzipThreshold sendOption
305,159
08.04.2021 15:47:58
-7,200
23b5956e4a51efa3f56464e9ef466840f47d382a
feat(core): add content-encoding gzip
[ { "change_type": "MODIFY", "old_path": "packages/core/src/impl/node/NodeHttpTransport.ts", "new_path": "packages/core/src/impl/node/NodeHttpTransport.ts", "diff": "@@ -215,6 +215,7 @@ export class NodeHttpTransport implements Transport {\nif (err) {\nreturn reject(err)\n}\n+ options.headers['content...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(core): add content-encoding gzip
305,159
08.04.2021 15:48:41
-7,200
42817df58a5b407a19884e7052be2eb047c16add
feat(core/write): add gzipThreshold with 1000 default
[ { "change_type": "MODIFY", "old_path": "packages/core/src/options.ts", "new_path": "packages/core/src/options.ts", "diff": "@@ -79,6 +79,8 @@ export interface WriteOptions extends WriteRetryOptions {\ndefaultTags?: Record<string, string>\n/** HTTP headers that will be sent with every write request *...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(core/write): add gzipThreshold with 1000 default
305,159
08.04.2021 15:50:06
-7,200
d0aedd01e6151094b8f3c624261a2d38ce913bda
feat(core): apply gzipThreshold in WriteApi
[ { "change_type": "MODIFY", "old_path": "packages/core/src/impl/WriteApiImpl.ts", "new_path": "packages/core/src/impl/WriteApiImpl.ts", "diff": "@@ -91,6 +91,7 @@ export default class WriteApiImpl implements WriteApi {\n'content-type': 'text/plain; charset=utf-8',\n...writeOptions?.headers,\n},\n+ gz...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(core): apply gzipThreshold in WriteApi
305,159
08.04.2021 16:03:59
-7,200
aace70de5130ba8a4d586b261d2fbdb8f974c5c9
feat(core): apply gzip when greater than sendOptions.gzipThreshold
[ { "change_type": "MODIFY", "old_path": "packages/core/src/impl/node/NodeHttpTransport.ts", "new_path": "packages/core/src/impl/node/NodeHttpTransport.ts", "diff": "@@ -206,7 +206,7 @@ export class NodeHttpTransport implements Transport {\n}\nif (\nsendOptions.gzipThreshold !== undefined &&\n- sendOp...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(core): apply gzip when greater than sendOptions.gzipThreshold
305,159
08.04.2021 22:26:52
-7,200
10d17b0df121fa650b732627c46f5117912d5a02
feat(core/write): add test for gzipped write
[ { "change_type": "MODIFY", "old_path": "packages/core/src/impl/node/NodeHttpTransport.ts", "new_path": "packages/core/src/impl/node/NodeHttpTransport.ts", "diff": "@@ -210,7 +210,7 @@ export class NodeHttpTransport implements Transport {\n) {\nbodyPromise = bodyPromise.then(body => {\nreturn new Pro...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(core/write): add test for gzipped write
305,159
09.04.2021 06:03:15
-7,200
98be77e9d5c414d102191d96ea3aeb23cbf22600
chore(giraffe): move dependency to dev
[ { "change_type": "MODIFY", "old_path": "packages/giraffe/package.json", "new_path": "packages/giraffe/package.json", "diff": "\"@influxdata/influxdb-client\": \"^1.12.0\",\n\"@microsoft/api-extractor\": \"^7.13.1\",\n\"@rollup/plugin-replace\": \"^2.3.0\",\n+ \"@rollup/plugin-node-resolve\": \"^10.0...
TypeScript
MIT License
influxdata/influxdb-client-js
chore(giraffe): move dependency to dev
305,159
09.04.2021 07:27:36
-7,200
b7c75a0998e9675b7b76a88e91b95ad7615dbe01
feat(core/browser): allow to modify body before sending
[ { "change_type": "MODIFY", "old_path": "packages/core/src/impl/browser/FetchTransport.ts", "new_path": "packages/core/src/impl/browser/FetchTransport.ts", "diff": "-/* eslint-disable @typescript-eslint/no-unused-vars */\nimport {Transport, SendOptions} from '../../transport'\nimport {ConnectionOptio...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(core/browser): allow to modify body before sending
305,159
09.04.2021 07:28:29
-7,200
4e210dc125ecdb7fd2b4c0b86de9c022c1191d87
feat(core/browser): add an example that shows gzip body compression
[ { "change_type": "MODIFY", "old_path": "packages/core/src/impl/browser/FetchTransport.ts", "new_path": "packages/core/src/impl/browser/FetchTransport.ts", "diff": "@@ -213,6 +213,23 @@ export default class FetchTransport implements Transport {\n/**\n* ModifyFetchRequest allows to modify requests bef...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(core/browser): add an example that shows gzip body compression
305,159
09.04.2021 07:29:46
-7,200
cff9f52d9526a20f38ed76e74b2f9b87ebe843df
feat(core/browser): test fetch transport request customization
[ { "change_type": "MODIFY", "old_path": "packages/core/test/unit/impl/browser/FetchTransport.test.ts", "new_path": "packages/core/test/unit/impl/browser/FetchTransport.test.ts", "diff": "@@ -89,6 +89,26 @@ describe('FetchTransport', () => {\n})\nexpect(response).is.deep.equal('{}')\n})\n+ it('allows ...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(core/browser): test fetch transport request customization
305,159
09.04.2021 07:31:53
-7,200
73daab4cf779bdbe0a58a2d092461cf11b66330c
chore(core/browser): refactor to requestDecorator
[ { "change_type": "MODIFY", "old_path": "packages/core/src/impl/browser/FetchTransport.ts", "new_path": "packages/core/src/impl/browser/FetchTransport.ts", "diff": "@@ -207,12 +207,12 @@ export default class FetchTransport implements Transport {\n// allow to specify custom options, such as signal, in...
TypeScript
MIT License
influxdata/influxdb-client-js
chore(core/browser): refactor to requestDecorator
305,159
09.04.2021 08:30:40
-7,200
22fd165b7e8875971bf49dda78818bed4b9bfa2b
chore(core): improve example of browser gzip customization
[ { "change_type": "MODIFY", "old_path": "packages/core/src/impl/browser/FetchTransport.ts", "new_path": "packages/core/src/impl/browser/FetchTransport.ts", "diff": "@@ -213,20 +213,21 @@ export default class FetchTransport implements Transport {\n/**\n* RequestDecorator allows to modify requests befo...
TypeScript
MIT License
influxdata/influxdb-client-js
chore(core): improve example of browser gzip customization
305,159
10.04.2021 20:05:40
-7,200
8a8b314c05580ea2c168b7da920ffcc74699b0fb
chore: improve Point documentation,
[ { "change_type": "MODIFY", "old_path": "packages/core/src/Point.ts", "new_path": "packages/core/src/Point.ts", "diff": "@@ -7,7 +7,7 @@ import {escape} from './util/escape'\nexport interface PointSettings {\ndefaultTags?: {[key: string]: string}\nconvertTime?: (\n- value: string | number | Date | un...
TypeScript
MIT License
influxdata/influxdb-client-js
chore: improve Point documentation,
305,159
10.04.2021 20:06:20
-7,200
93d2936202c30ab6defe24e0383fb1660f60d9c4
feat(core): support any value (bigint including) in Point.timestamp
[ { "change_type": "MODIFY", "old_path": "packages/core/src/impl/WriteApiImpl.ts", "new_path": "packages/core/src/impl/WriteApiImpl.ts", "diff": "@@ -279,7 +279,9 @@ export default class WriteApiImpl implements WriteApi {\n})\nreturn this\n}\n- convertTime(value: string | number | Date | undefined): s...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(core): support any value (bigint including) in Point.timestamp
305,159
10.04.2021 20:06:50
-7,200
6a41002dc6efb3cfa7893607413df4b90b2e617b
feat(core): test all Point.timestamp value types with WriteApi implementation
[ { "change_type": "MODIFY", "old_path": "packages/core/test/unit/WriteApi.test.ts", "new_path": "packages/core/test/unit/WriteApi.test.ts", "diff": "@@ -9,6 +9,7 @@ import {\nInfluxDB,\nWritePrecisionType,\nDEFAULT_WriteOptions,\n+ PointSettings,\n} from '../../src'\nimport {collectLogging, Collected...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(core): test all Point.timestamp value types with WriteApi implementation
305,159
10.04.2021 20:10:28
-7,200
cae648a74dd3b6ceb853bb89c71d64050cb5b05f
chore: add note that the point timestamp must fit into int64
[ { "change_type": "MODIFY", "old_path": "packages/core/src/Point.ts", "new_path": "packages/core/src/Point.ts", "diff": "@@ -130,7 +130,8 @@ export class Point {\n* An undefined value instructs to assign a local timestamp using\n* the client's clock. An empty string can be used to let the server assi...
TypeScript
MIT License
influxdata/influxdb-client-js
chore: add note that the point timestamp must fit into int64
305,159
12.04.2021 05:21:04
-7,200
f774ebdf4b876fdb8574903afe4f3661150dbf24
chore: improve WriteApi.test.ts
[ { "change_type": "MODIFY", "old_path": "packages/core/test/unit/WriteApi.test.ts", "new_path": "packages/core/test/unit/WriteApi.test.ts", "diff": "@@ -222,7 +222,7 @@ describe('WriteApi', () => {\nconst p = new Point('a').floatField('b', 1).timestamp(1.2)\nexpect(p.toLineProtocol(writeAPI)).equals(...
TypeScript
MIT License
influxdata/influxdb-client-js
chore: improve WriteApi.test.ts Co-authored-by: Micah Zoltu <micah@zoltu.net>
305,159
12.04.2021 06:24:50
-7,200
5eef8658c411315f92a1f1e58e31e11eaf58e4b7
feat(core): better document bigint support
[ { "change_type": "MODIFY", "old_path": "packages/core/src/Point.ts", "new_path": "packages/core/src/Point.ts", "diff": "@@ -7,7 +7,7 @@ import {escape} from './util/escape'\nexport interface PointSettings {\ndefaultTags?: {[key: string]: string}\nconvertTime?: (\n- value: string | number | Date | un...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(core): better document bigint support
305,159
22.04.2021 07:35:25
-7,200
513f57f56206cf16e5832bdd19f5e240e30502c5
feat(apis): update APIs from swagger as of 2021-04-22
[ { "change_type": "MODIFY", "old_path": "packages/apis/resources/operations.json", "new_path": "packages/apis/resources/operations.json", "diff": "\"name\": \"org\",\n\"description\": \"Only show authorizations that belong to a organization name.\",\n\"type\": \"string\"\n+ },\n+ {\n+ \"name\": \"tok...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(apis): update APIs from swagger as of 2021-04-22
305,159
24.04.2021 06:22:53
-7,200
9b60f4aa24f6db64f806b1d08ac17b853c6008fa
chore: document new location of the swagger file
[ { "change_type": "MODIFY", "old_path": "packages/apis/DEVELOPMENT.md", "new_path": "packages/apis/DEVELOPMENT.md", "diff": "@@ -11,7 +11,7 @@ $ yarn build\n## Re-generate APIs code\n- update local resources/swagger.yml to the latest version\n- - `wget -O resources/swagger.yml https://raw.githubuserc...
TypeScript
MIT License
influxdata/influxdb-client-js
chore: document new location of the swagger file
305,159
13.05.2021 05:37:04
-7,200
ffee4824fa9e796775256c2701e29512a491656c
chore: improve PointSettings docs
[ { "change_type": "MODIFY", "old_path": "packages/core/src/Point.ts", "new_path": "packages/core/src/Point.ts", "diff": "@@ -5,7 +5,9 @@ import {escape} from './util/escape'\n* to a protocol line.\n*/\nexport interface PointSettings {\n+ /** default tags to add to every point */\ndefaultTags?: {[key:...
TypeScript
MIT License
influxdata/influxdb-client-js
chore: improve PointSettings docs
305,159
13.05.2021 05:38:34
-7,200
de2b0d6a7ecfca1ca85d56c3500b04682879b341
feat(core): add convertTimeToNanos fn
[ { "change_type": "MODIFY", "old_path": "packages/core/src/util/currentTime.ts", "new_path": "packages/core/src/util/currentTime.ts", "diff": "@@ -94,3 +94,24 @@ export const dateToProtocolTimestamp = {\nus: (d: Date): string => `${d.getTime()}000`,\nns: (d: Date): string => `${d.getTime()}000000`,\n...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(core): add convertTimeToNanos fn
305,159
13.05.2021 05:39:47
-7,200
4166f2294979d5b72fd5be1c6cda7bc3021d44d5
feat(core): serialize Point timestamp with nanosecond precision by default
[ { "change_type": "MODIFY", "old_path": "packages/core/src/Point.ts", "new_path": "packages/core/src/Point.ts", "diff": "+import {convertTimeToNanos} from './util/currentTime'\nimport {escape} from './util/escape'\n/**\n@@ -181,6 +182,8 @@ export class Point {\nlet time = this.time\nif (settings && s...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(core): serialize Point timestamp with nanosecond precision by default
305,159
13.05.2021 06:03:22
-7,200
12c74feab654b649db5cd0054e1ad8f1aa9baa3d
feat(ui): test default Point's line protocol serialization
[ { "change_type": "MODIFY", "old_path": "packages/core/test/unit/Point.test.ts", "new_path": "packages/core/test/unit/Point.test.ts", "diff": "@@ -51,6 +51,8 @@ function createPoint(test: PointTest): Point {\n})\nif (test.time) {\npoint.timestamp(test.time)\n+ } else {\n+ point.timestamp('')\n}\nretu...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(ui): test default Point's line protocol serialization
305,159
14.05.2021 04:13:15
-7,200
81c9c8b9288a44bd68a21359931d5f581e2c37e1
chore: improve Point's timestamp docs
[ { "change_type": "MODIFY", "old_path": "packages/core/src/Point.ts", "new_path": "packages/core/src/Point.ts", "diff": "@@ -8,7 +8,7 @@ import {escape} from './util/escape'\nexport interface PointSettings {\n/** default tags to add to every point */\ndefaultTags?: {[key: string]: string}\n- /** conv...
TypeScript
MIT License
influxdata/influxdb-client-js
chore: improve Point's timestamp docs
305,159
14.05.2021 04:14:52
-7,200
d435ec7032a515dddda3d8eecb4968e3c0bb859b
feat(core): allow partial point settings
[ { "change_type": "MODIFY", "old_path": "packages/core/src/Point.ts", "new_path": "packages/core/src/Point.ts", "diff": "@@ -154,7 +154,7 @@ export class Point {\n* nanosecond timestamp precision is used when no settings are supplied.\n* @returns an InfluxDB protocol line out of this instance\n*/\n- ...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(core): allow partial point settings
305,159
14.05.2021 04:31:49
-7,200
e59ebc8501c56ebeefb156f88640ebcbee0fb61b
chore: improve docs about partial settings
[ { "change_type": "MODIFY", "old_path": "packages/core/src/Point.ts", "new_path": "packages/core/src/Point.ts", "diff": "@@ -151,7 +151,7 @@ export class Point {\n/**\n* Creates an InfluxDB protocol line out of this instance.\n* @param settings - settings control serialization of a point timestamp an...
TypeScript
MIT License
influxdata/influxdb-client-js
chore: improve docs about partial settings
305,159
16.05.2021 07:30:01
-7,200
18973b61542ccd18de8020e5b7a0d793835d1f16
chore: proofread doc
[ { "change_type": "MODIFY", "old_path": "packages/core/src/Point.ts", "new_path": "packages/core/src/Point.ts", "diff": "@@ -151,7 +151,7 @@ export class Point {\n/**\n* Creates an InfluxDB protocol line out of this instance.\n* @param settings - settings control serialization of a point timestamp an...
TypeScript
MIT License
influxdata/influxdb-client-js
chore: proofread doc
305,159
21.06.2021 07:25:40
-7,200
f76ac6593d860f08db46a7ca3020fcf8b2399ead
feat(core): add uintField fn to Point
[ { "change_type": "MODIFY", "old_path": "packages/core/src/Point.ts", "new_path": "packages/core/src/Point.ts", "diff": "@@ -89,6 +89,41 @@ export class Point {\nreturn this\n}\n+ /**\n+ * Adds an unsigned integer field.\n+ *\n+ * @param name - field name\n+ * @param value - field value\n+ * @returns...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(core): add uintField fn to Point
305,159
01.07.2021 06:04:23
-7,200
2c5a2d2aa1beb85941057ef227b997568b2be010
feat(core): implement random retry strategy
[ { "change_type": "MODIFY", "old_path": "packages/core/src/impl/retryStrategy.ts", "new_path": "packages/core/src/impl/retryStrategy.ts", "diff": "@@ -24,17 +24,36 @@ export class RetryStrategyImpl implements RetryDelayStrategy {\n} else {\nif (failedAttempts && failedAttempts > 0) {\n// compute dela...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(core): implement random retry strategy
305,159
01.07.2021 06:21:57
-7,200
d5d330873fe2b8c330b6d316c3be9d782298f147
feat(core): adjust defaults to a random retry strategy
[ { "change_type": "MODIFY", "old_path": "packages/core/src/impl/retryStrategy.ts", "new_path": "packages/core/src/impl/retryStrategy.ts", "diff": "@@ -24,7 +24,7 @@ export class RetryStrategyImpl implements RetryDelayStrategy {\n} else {\nif (failedAttempts && failedAttempts > 0) {\n// compute delay\...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(core): adjust defaults to a random retry strategy
305,159
01.07.2021 08:07:23
-7,200
6dc43c51c314653d1befb2f8de58e794e0f23377
feat(core): add maxRetryTime
[ { "change_type": "MODIFY", "old_path": "packages/core/src/options.ts", "new_path": "packages/core/src/options.ts", "diff": "@@ -71,6 +71,8 @@ export interface WriteRetryOptions extends RetryDelayStrategyOptions {\n/** max number of retries when write fails */\nmaxRetries: number\n+ /** max time (mil...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(core): add maxRetryTime