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
06.01.2020 09:19:05
-3,600
62da0e7f94532454217af87499ae21e2bc0dc39a
feat(node): isolate node dependants into a separate folder
[ { "change_type": "MODIFY", "old_path": "packages/core/src/InfluxDB.ts", "new_path": "packages/core/src/InfluxDB.ts", "diff": "@@ -3,7 +3,7 @@ import {ClientOptions, WritePrecision} from './options'\nimport WriteApiImpl from './impl/WriteApiImpl'\nimport {IllegalArgumentError} from './errors'\nimport...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(node): isolate node dependants into a separate folder
305,159
06.01.2020 10:12:13
-3,600
3d246db1fb96c4b03d7ff35a89a20d8a2c6e13d7
chore: use extra ts config for builds and IDE
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"preinstall\": \"node ./scripts/require-yarn.js\",\n\"postinstall\": \"manypkg check\",\n\"clean\": \"yarn worspaces run clean\",\n- \"build\": \"cd ./packages/core && yarn run build\"\n+ \"build\": \"cd ./p...
TypeScript
MIT License
influxdata/influxdb-client-js
chore: use extra ts config for builds and IDE
305,159
06.01.2020 10:12:47
-3,600
1180c054256e2321f8d3c782efe233d1003516e5
feat(test): use node and pure chunk combiners
[ { "change_type": "ADD", "old_path": null, "new_path": "packages/core/src/defaultTransport.ts", "diff": "+import {ClientOptions} from '.'\n+import {Transport} from './transport'\n+import NodeHttpTransport from './impl/node/NodeHttpTransport'\n+\n+/**\n+ * Creates default transport using the connectio...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(test): use node and pure chunk combiners
305,159
07.01.2020 08:29:53
-3,600
dc72b220c2c608817bfd9bcb37c3e91dd2c938a9
feat(browser): introduce fetch transport
[ { "change_type": "ADD", "old_path": null, "new_path": "packages/core/src/impl/browser/FetchTransport.ts", "diff": "+/* eslint-disable @typescript-eslint/ban-ts-ignore */\n+/* eslint-disable @typescript-eslint/no-unused-vars */\n+import {Transport, SendOptions, CommunicationObserver} from '../../tran...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(browser): introduce fetch transport
305,159
07.01.2020 10:53:20
-3,600
a816c1265ea741b5d8fc22824ae4a6eb9d2c78dc
chore: support clean target in monorepo root
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"scripts\": {\n\"preinstall\": \"node ./scripts/require-yarn.js\",\n\"postinstall\": \"manypkg check\",\n- \"clean\": \"yarn worspaces run clean\",\n+ \"clean\": \"yarn workspaces run clean\",\n\"build\": \"...
TypeScript
MIT License
influxdata/influxdb-client-js
chore: support clean target in monorepo root
305,159
07.01.2020 11:02:58
-3,600
dea485822ef2d6e226a68d6e0daa2eeb1117125f
feat(browser): implement request method of fetch transport
[ { "change_type": "MODIFY", "old_path": "packages/core/src/errors.ts", "new_path": "packages/core/src/errors.ts", "diff": "@@ -51,7 +51,7 @@ export class HttpError extends Error implements RetriableDecision {\nreadonly statusCode: number,\nreadonly statusMessage: string | undefined,\nreadonly body?: ...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(browser): implement request method of fetch transport
305,159
07.01.2020 12:17:59
-3,600
3d7bae7dda65ffe9504c5396d8ad16dee34a9623
feat(browser): make fetch transport independent on URL, so it can work in IE11
[ { "change_type": "MODIFY", "old_path": "packages/core/src/impl/browser/FetchTransport.ts", "new_path": "packages/core/src/impl/browser/FetchTransport.ts", "diff": "@@ -4,16 +4,18 @@ import pureJsChunkCombiner from '../pureJsChunkCombiner'\nimport {ConnectionOptions} from '../../options'\nimport {Htt...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(browser): make fetch transport independent on URL, so it can work in IE11
305,159
07.01.2020 14:37:07
-3,600
718ce635f9de0a7c6110eddc58b3d695562ad4ba
feat(transport): reuse code between fetch and node transport
[ { "change_type": "ADD", "old_path": null, "new_path": "packages/core/src/impl/completeCommunicationObserver.ts", "diff": "+import {CommunicationObserver, Headers} from '../transport'\n+\n+export default function completeCommunicationObserver(\n+ callbacks: Partial<CommunicationObserver<any>> = {}\n+...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(transport): reuse code between fetch and node transport
305,159
07.01.2020 14:38:13
-3,600
fcc9d94f9c7c8585e59bfa6f31df023024a10918
feat: use AbortError in both node and browser
[ { "change_type": "MODIFY", "old_path": "packages/core/src/errors.ts", "new_path": "packages/core/src/errors.ts", "diff": "@@ -146,11 +146,12 @@ export class RequestTimedOutError extends Error implements RetriableDecision {\n}\n}\n-export class ResponseAbortedError extends Error implements RetriableD...
TypeScript
MIT License
influxdata/influxdb-client-js
feat: use AbortError in both node and browser
305,159
07.01.2020 18:08:08
-3,600
af11a702bb2bde14a6d6093355bb6117fd8995a8
feat(browser): implement send method
[ { "change_type": "MODIFY", "old_path": "examples/README.md", "new_path": "examples/README.md", "diff": "- Prerequisites\n- [yarn](https://yarnpkg.com/lang/en/docs/install/) installed\n- - Run `yarn install`\n+ - Run `yarn --cwd ..` in this directory\n- Change variables in [./env.ts](env.ts) to confi...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(browser): implement send method
305,159
07.01.2020 19:14:09
-3,600
d29eaf058e79a21f2339ff4c3d3e4f051b459e01
feat(examples): repair and improve examples
[ { "change_type": "MODIFY", "old_path": "examples/setupInfluxDB.ts", "new_path": "examples/setupInfluxDB.ts", "diff": "@@ -14,16 +14,16 @@ setupApi\n.isOnboarding()\n.then(async (allowed: boolean) => {\nif (allowed) {\n- const response = await setupApi.setup(\n- {org, bucket, username, password},\n- ...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(examples): repair and improve examples
305,159
07.01.2020 20:25:53
-3,600
87c156d4da35158fcb77eb20967f1d983bae84fb
feat(browser): allow any string in url, so that url can be relative
[ { "change_type": "MODIFY", "old_path": "packages/core/src/impl/browser/FetchTransport.ts", "new_path": "packages/core/src/impl/browser/FetchTransport.ts", "diff": "@@ -10,11 +10,6 @@ import {ConnectionOptions} from '../../options'\nimport {HttpError} from '../../errors'\nimport completeCommunication...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(browser): allow any string in url, so that url can be relative
305,159
08.01.2020 07:54:17
-3,600
e15abc406d8d642216eb4f8a39d6ea219e1a7437
feat(browser): strip node code from currentTime during browser build
[ { "change_type": "MODIFY", "old_path": "packages/core/rollup.config.js", "new_path": "packages/core/rollup.config.js", "diff": "@@ -16,9 +16,13 @@ function createConfig({browser, format, out, name, target, noTerser}) {\nbrowser\n? {\n'./impl/node/NodeHttpTransport': './impl/browser/FetchTransport',\...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(browser): strip node code from currentTime during browser build
305,159
08.01.2020 08:08:35
-3,600
becf3215caecc8990e03a55099b4b69e55d5d913
feat(examples): modify examples so that they can be re-used also in the browser
[ { "change_type": "MODIFY", "old_path": "examples/README.md", "new_path": "examples/README.md", "diff": "- Prerequisites\n- [yarn](https://yarnpkg.com/lang/en/docs/install/) installed\n- Run `yarn --cwd ..` in this directory\n+ - Run `yarn --cwd .. build` in this directory, the referenced client libr...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(examples): modify examples so that they can be re-used also in the browser
305,159
08.01.2020 12:19:47
-3,600
d106c0841fe49840fbd365dd8a17684428d80afb
feat(browser): better handle stream responses
[ { "change_type": "MODIFY", "old_path": "packages/core/src/impl/browser/FetchTransport.ts", "new_path": "packages/core/src/impl/browser/FetchTransport.ts", "diff": "@@ -9,6 +9,7 @@ import pureJsChunkCombiner from '../pureJsChunkCombiner'\nimport {ConnectionOptions} from '../../options'\nimport {HttpE...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(browser): better handle stream responses
305,159
08.01.2020 12:20:26
-3,600
42207989cc89572af5ce70769c13b19c7c69acd3
feat(browser): allow to specify empty url for the browser to connect via same-origin proxy
[ { "change_type": "MODIFY", "old_path": "packages/core/src/InfluxDB.ts", "new_path": "packages/core/src/InfluxDB.ts", "diff": "@@ -57,7 +57,8 @@ export default class InfluxDB {\n} else {\nthrow new IllegalArgumentError('No url or configuration specified!')\n}\n- if (!this._options.url) throw new Ille...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(browser): allow to specify empty url for the browser to connect via same-origin proxy
305,159
08.01.2020 12:21:28
-3,600
9dd47483c04ff51221fea23c93721d44ba1d56b4
feat(setup): remove default content-type
[ { "change_type": "MODIFY", "old_path": "packages/core/src/impl/SetupApiImpl.ts", "new_path": "packages/core/src/impl/SetupApiImpl.ts", "diff": "@@ -18,7 +18,6 @@ export default class SetupApiImpl implements SetupApi {\n// token in not documented in open-api description\nreturn this.transport.request...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(setup): remove default content-type
305,159
08.01.2020 12:22:18
-3,600
e07e7f358b55b9372575fa6368b884e6ad48e47a
feat(examples): add browser examples iwth a local proxy server to influx
[ { "change_type": "MODIFY", "old_path": "examples/README.md", "new_path": "examples/README.md", "diff": "- [yarn](https://yarnpkg.com/lang/en/docs/install/) installed\n- Run `yarn --cwd ..` in this directory\n- Run `yarn --cwd .. build` in this directory, the referenced client library is then compile...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(examples): add browser examples iwth a local proxy server to influx
305,159
08.01.2020 13:12:29
-3,600
94cc7bcbf1267dab54583d4903a5d20056936eb1
chore(doc): review code in order to improve documentation
[ { "change_type": "MODIFY", "old_path": "examples/README.md", "new_path": "examples/README.md", "diff": "- Run `yarn --cwd ..` in this directory\n- Run `yarn --cwd .. build` in this directory, the referenced client library is then compiled\n- Node.js examples\n- - Change variables in [./env.ts](env.t...
TypeScript
MIT License
influxdata/influxdb-client-js
chore(doc): review code in order to improve documentation
305,159
09.01.2020 08:03:26
-3,600
64780a7821cd30290a501ea159ad716de8d02c86
feat(core): make transport readonly in InfluxDB for APIs to use
[ { "change_type": "MODIFY", "old_path": "packages/apis/package.json", "new_path": "packages/apis/package.json", "diff": "\"build\": \"yarn run clean && yarn run lint && rollup -c\",\n\"build:doc\": \"yarn run clean && typedoc --out ./doc ./src\",\n\"clean\": \"rimraf build doc\",\n+ \"clean:apis\": \...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(core): make transport readonly in InfluxDB for APIs to use
305,159
09.01.2020 14:14:12
-3,600
987aa0f245e56fc37f6bcd7859cf871946976dea
feat(node): allow to define custom authorization header
[ { "change_type": "MODIFY", "old_path": "packages/core/src/impl/node/NodeHttpTransport.ts", "new_path": "packages/core/src/impl/node/NodeHttpTransport.ts", "diff": "@@ -151,19 +151,22 @@ export class NodeHttpTransport implements Transport {\nsendOptions: SendOptions\n): {[key: string]: any} {\nconst ...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(node): allow to define custom authorization header
305,159
09.01.2020 20:04:38
-3,600
e354ab2b5f3924b4c6bca212282529cd35a22c6c
feat(apis): build api package
[ { "change_type": "MODIFY", "old_path": ".circleci/config.yml", "new_path": ".circleci/config.yml", "diff": "@@ -32,7 +32,9 @@ jobs:\ncd ./packages/core\nyarn test:unit:ci\nyarn lint:ci\n- # yarn typedoc\n+ yarn build\n+ cd ../apis\n+ yarn build\n# Upload results\n- store_test_results:\npath: reports...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(apis): build api package
305,159
10.01.2020 09:25:06
-3,600
8a023b4cd0f4e9860bb9fc6a2d2925cf370e541f
feath(browser): fix error handling in FetchTransport
[ { "change_type": "MODIFY", "old_path": "packages/core/src/impl/browser/FetchTransport.ts", "new_path": "packages/core/src/impl/browser/FetchTransport.ts", "diff": "@@ -62,7 +62,7 @@ export default class FetchTransport implements Transport {\nobserver.responseStarted(headers)\n}\nif (response.status ...
TypeScript
MIT License
influxdata/influxdb-client-js
feath(browser): fix error handling in FetchTransport
305,159
10.01.2020 11:44:44
-3,600
2e4c7310a965d93f4b7a7b185559ffe4db07c24e
feat(browser): don't send empty body when GET or HEAD, chrome complains
[ { "change_type": "MODIFY", "old_path": "packages/core/src/impl/browser/FetchTransport.ts", "new_path": "packages/core/src/impl/browser/FetchTransport.ts", "diff": "@@ -140,7 +140,12 @@ export default class FetchTransport implements Transport {\nconst {method, headers, ...other} = options\nreturn fet...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(browser): don't send empty body when GET or HEAD, chrome complains
305,159
10.01.2020 12:02:43
-3,600
1e4e900ccdd51ae681dbc07231a26ed796f9b126
feat(apis): repair server path for health and ready apis
[ { "change_type": "MODIFY", "old_path": "packages/apis/generator/index.ts", "new_path": "packages/apis/generator/index.ts", "diff": "@@ -12,6 +12,10 @@ const operations: Array<Operation> = _operations\n// reduce operations to apis\nconst apis = operations.reduce(\n(acc: {[api: string]: Array<Operatio...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(apis): repair server path for health and ready apis
305,159
10.01.2020 12:19:20
-3,600
7c2b328018bbb6461a40f768427fe38a0c261e61
feat(examples): add health check example (using apis)
[ { "change_type": "MODIFY", "old_path": "examples/README.md", "new_path": "examples/README.md", "diff": "- Node.js examples\n- Change variables in [./env.ts](env.ts) to configure connection to your InfluxDB instance. The file can be used as-is against a new [docker influxDB v2.0 installation](https:/...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(examples): add health check example (using apis)
305,159
10.01.2020 14:41:43
-3,600
5d63ac9c2574b1c41dd3410422c81d3e6cb83d70
feat(doc): remove ToDos
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -14,11 +14,7 @@ This library is a work in progress and should not be considered production ready\n## ToDos\n- this documentation\n-- all APIs (generated)\n-- implement transport for both node and browser, fetch ...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(doc): remove ToDos
305,159
10.01.2020 16:37:32
-3,600
d1f0fe774c8a14d67bfe165c2253c156e3acbc87
feat(query): allow custom serialization of query results
[ { "change_type": "MODIFY", "old_path": ".vscode/launch.json", "new_path": ".vscode/launch.json", "diff": "\"version\": \"0.2.0\",\n\"configurations\": [\n{\n- \"name\": \"Mocha Tests\",\n+ \"name\": \"Core Tests\",\n\"type\": \"node\",\n\"request\": \"launch\",\n- \"cwd\": \"${workspaceRoot}\",\n+ \...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(query): allow custom serialization of query results
305,159
12.01.2020 13:05:46
-3,600
83b1d1ff9bb1ab48a31ef2c373d2eb0f0afec805
feat(apis): remove setup API from core, update examples to use SetupAPIs from the apis module
[ { "change_type": "MODIFY", "old_path": "examples/README.md", "new_path": "examples/README.md", "diff": "- Node.js examples\n- Change variables in [./env.ts](env.ts) to configure connection to your InfluxDB instance. The file can be used as-is against a new [docker influxDB v2.0 installation](https:/...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(apis): remove setup API from core, update examples to use SetupAPIs from the apis module
305,159
12.01.2020 13:31:30
-3,600
289ef4d9823bb972eee0f8b39389eda94dd10ef8
chore: update readne
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -30,7 +30,7 @@ Run all unit tests:\n$ yarn test:unit\n```\n-Check code:\n+Check code coverage of unit tests:\n```bash\n$ yarn coverage\n" }, { "change_type": "MODIFY", "old_path": "package.json", ...
TypeScript
MIT License
influxdata/influxdb-client-js
chore: update readne
305,159
13.01.2020 10:03:02
-3,600
4443bae10b99f960d19f0805f1052c1b34cb2059
feat(example): convert a few examples to commonjs format
[ { "change_type": "ADD", "old_path": null, "new_path": "examples/.eslintrc.json", "diff": "+{\n+ \"parser\": \"@typescript-eslint/parser\",\n+ \"parserOptions\": {\n+ \"sourceType\": \"module\",\n+ \"ecmaFeatures\": {}\n+ },\n+ \"plugins\": [\"@typescript-eslint\", \"prettier\"],\n+ \"env\": {\n+ \"n...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(example): convert a few examples to commonjs format
305,159
13.01.2020 10:48:45
-3,600
df3f41262ded8098b61f547758a5e802ad895e02
chore(doc): update documentation
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)\n[![License](https://img.shields.io/github/license/bonitoo-io/influxdb-client-js.svg)](ht...
TypeScript
MIT License
influxdata/influxdb-client-js
chore(doc): update documentation
305,159
13.01.2020 13:07:14
-3,600
398abd4c08f0d150715902e7ecec3070fd748198
chore: specify files to ignore in published packages
[ { "change_type": "ADD", "old_path": null, "new_path": "packages/apis/.npmignore", "diff": "+node_modules\n+build\n+coverage\n+doc\n+.rpt2_cache\n+.DS_Store\n+.nyc_output\n+*.lcov\n+reports\n+yarn-error.log\n+/tsconfig.*\n+/rollup.config.js\n+/.prettierrc.json\n+/generator\n+/resources\n+/src\n+/test...
TypeScript
MIT License
influxdata/influxdb-client-js
chore: specify files to ignore in published packages
305,159
13.01.2020 13:08:23
-3,600
bcf8b77acfeaf9b34bd2ad20539ae16ff53b2322
chore: repair top-level test target
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"postinstall\": \"manypkg check\",\n\"clean\": \"yarn workspaces run clean\",\n\"build\": \"cd packages/core && yarn build && cd ../apis && yarn build\",\n- \"test\": \"yarn workspaces run test\",\n+ \"test\...
TypeScript
MIT License
influxdata/influxdb-client-js
chore: repair top-level test target
305,159
13.01.2020 13:08:57
-3,600
f9cd27efb4e449270ec634e02ce6e2d259a0e28b
chore: repair top-level test script
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"postinstall\": \"manypkg check\",\n\"clean\": \"yarn workspaces run clean\",\n\"build\": \"cd packages/core && yarn build && cd ../apis && yarn build\",\n- \"test\": \"cd packages/core && yarn build && cd ....
TypeScript
MIT License
influxdata/influxdb-client-js
chore: repair top-level test script
305,159
13.01.2020 13:42:08
-3,600
8e0d357a93e1aa5df0cc92d7b128d557a3e4173c
chore: use wilcard dependency for yarn
[ { "change_type": "MODIFY", "old_path": "packages/apis/package.json", "new_path": "packages/apis/package.json", "diff": "\"@bonitoo-io/influxdb-client\": \"*\"\n},\n\"devDependencies\": {\n- \"@bonitoo-io/influxdb-client\": \"^0.5.5\",\n+ \"@bonitoo-io/influxdb-client\": \"*\",\n\"@typescript-eslint/...
TypeScript
MIT License
influxdata/influxdb-client-js
chore: use wilcard dependency for yarn
305,159
13.01.2020 13:53:18
-3,600
f32cc506cd8a6d3b92051b67b298cb39ab753be0
chore: revert lerna update of dev dependency
[ { "change_type": "MODIFY", "old_path": "packages/apis/package.json", "new_path": "packages/apis/package.json", "diff": "\"@bonitoo-io/influxdb-client\": \"*\"\n},\n\"devDependencies\": {\n- \"@bonitoo-io/influxdb-client\": \"^0.5.6\",\n+ \"@bonitoo-io/influxdb-client\": \"*\",\n\"@typescript-eslint/...
TypeScript
MIT License
influxdata/influxdb-client-js
chore: revert lerna update of dev dependency
305,159
13.01.2020 13:59:58
-3,600
7e1b826b356b3bf3232bbc7ebb6c69172c96f248
chore: remove unused examples dependency
[ { "change_type": "MODIFY", "old_path": "examples/package.json", "new_path": "examples/package.json", "diff": "},\n\"dependencies\": {\n\"@bonitoo-io/influxdb-client\": \"*\",\n- \"@bonitoo-io/influxdb-client-apis\": \"*\",\n- \"serve-static\": \"^1.14.1\"\n+ \"@bonitoo-io/influxdb-client-apis\": \"*...
TypeScript
MIT License
influxdata/influxdb-client-js
chore: remove unused examples dependency
305,159
13.01.2020 14:10:05
-3,600
bd90e6c7a6a5638119e59c85ff4b4cb08527cb14
chore: split APIs readme so that npm repository shows only important parts
[ { "change_type": "ADD", "old_path": null, "new_path": "packages/apis/DEVELOPMENT.md", "diff": "+# influxdb-client-apis\n+\n+Contains generated client APIs for InfluxDB v2.0. See https://github.com/bonitoo-io/influxdb-client-js to know more.\n+\n+## Build\n+\n+```bash\n+$ yarn build\n+```\n+\n+## Re-...
TypeScript
MIT License
influxdata/influxdb-client-js
chore: split APIs readme so that npm repository shows only important parts
305,159
13.01.2020 16:31:54
-3,600
6e8a1107fda8853c3905db4d487a3c5165fb8eb9
fear(release): simplify lerna.json
[ { "change_type": "MODIFY", "old_path": "lerna.json", "new_path": "lerna.json", "diff": "{\n\"version\": \"independent\",\n\"npmClient\": \"yarn\",\n- \"packages\": [\"packages/*\"],\n- \"command\": {\n- \"publish\": {\n- \"message\": \"chore(release): publish %s\"\n- }\n- }\n+ \"packages\": [\"packa...
TypeScript
MIT License
influxdata/influxdb-client-js
fear(release): simplify lerna.json
305,159
13.01.2020 20:44:58
-3,600
3a7f8bd743c1f73f49d11b9501abaa3c7287f081
fix(examples): update prerequisites
[ { "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- Prerequisites\n+ - [node](https://nodejs.org/en/) installed\n- [yarn](https://yarnpkg.com/lang/e...
TypeScript
MIT License
influxdata/influxdb-client-js
fix(examples): update prerequisites
305,159
13.01.2020 20:46:27
-3,600
89ecd498c9f3d94325ed98c644c8ef4327b89fac
chore(examples): update index with remote URLs
[ { "change_type": "MODIFY", "old_path": "examples/index.html", "new_path": "examples/index.html", "diff": "<script type=\"module\">\nimport {InfluxDB, Point} from '../packages/core/dist/index.browser.mjs'\nimport {HealthAPI, SetupAPI} from '../packages/apis/dist/index.browser.mjs'\n- // use the follo...
TypeScript
MIT License
influxdata/influxdb-client-js
chore(examples): update index with remote URLs
305,159
14.01.2020 11:47:26
-3,600
7a892429524563d06725fc8e9543bf4f3fd3204a
feat(examples): do not require yarn or local build in examples, use just npm
[ { "change_type": "ADD", "old_path": null, "new_path": "examples/.gitignore", "diff": "+node_modules\n+build\n+dist\n+coverage\n+doc\n+.rpt2_cache\n+.DS_Store\n+.nyc_output\n+*.lcov\n+reports\n+yarn-error.log\n+package-lock.json\n+yarn.lock\n" }, { "change_type": "MODIFY", "old_path": "ex...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(examples): do not require yarn or local build in examples, use just npm
305,159
14.01.2020 11:52:30
-3,600
97146190c4f93ad8fbd2666f538f335b32facfe5
chore (examples): update readme
[ { "change_type": "MODIFY", "old_path": "examples/README.md", "new_path": "examples/README.md", "diff": "@@ -17,8 +17,8 @@ This directory contains javascript and typescript examples for node.js and brows\n- [onboarding.js](./onboarding.js)\nPerforms onboarding of a new influxDB database. It creates a...
TypeScript
MIT License
influxdata/influxdb-client-js
chore (examples): update readme
305,159
17.01.2020 09:06:16
-3,600
52d97a2ea479f5534ad07330a428ac5b56dbced4
chore: add typedoc
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"clean\": \"yarn workspaces run clean\",\n\"build\": \"cd packages/core && yarn build && cd ../apis && yarn build\",\n\"test\": \"cd packages/core && yarn test && cd ../apis && yarn test\",\n- \"coverage\": ...
TypeScript
MIT License
influxdata/influxdb-client-js
chore: add typedoc
305,159
21.01.2020 07:39:44
-3,600
d95273c90847b16741754983f5f8a7d67102bf0d
chore: update package homepage so that it can be opened
[ { "change_type": "MODIFY", "old_path": "packages/apis/package.json", "new_path": "packages/apis/package.json", "diff": "\"dist/index.js\": \"dist/index.browser.js\",\n\"dist/index.mjs\": \"dist/index.browser.mjs\"\n},\n- \"homepage\": \"https://github.com/bonitoo-io/influxdb-client-js/packages/apis\...
TypeScript
MIT License
influxdata/influxdb-client-js
chore: update package homepage so that it can be opened
305,159
22.01.2020 14:47:13
-3,600
c0e00296a655bd42af7ebebe0721d3ebf6237dc5
feat(core): simplify InfluxDB constructor to provide to improve code completition
[ { "change_type": "MODIFY", "old_path": "packages/core/src/InfluxDB.ts", "new_path": "packages/core/src/InfluxDB.ts", "diff": "@@ -15,19 +15,11 @@ export default class InfluxDB {\nprivate _options: ClientOptions\nreadonly transport: Transport\n- /* eslint-disable no-dupe-class-members */\n/**\n- * Cr...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(core): simplify InfluxDB constructor to provide to improve code completition
305,159
06.02.2020 14:02:13
-3,600
76a44c27cd91a1c56487acf844b50d856c60ca69
chome: update README links to work properly
[ { "change_type": "MODIFY", "old_path": "examples/README.md", "new_path": "examples/README.md", "diff": "@@ -17,9 +17,9 @@ This directory contains javascript and typescript examples for node.js and brows\n- [onboarding.js](./onboarding.js)\nPerforms onboarding of a new influxDB database. It creates a...
TypeScript
MIT License
influxdata/influxdb-client-js
chome: update README links to work properly
305,159
06.02.2020 19:45:05
-3,600
a306bd5d22b3b4982e2a60dafbd4d938f0562efb
fix(distribution): provide valid browser field for webpack
[ { "change_type": "MODIFY", "old_path": "packages/apis/package.json", "new_path": "packages/apis/package.json", "diff": "},\n\"main\": \"dist/index.js\",\n\"module\": \"dist/index.mjs\",\n- \"browser\": {\n- \"dist/index.js\": \"dist/index.browser.js\",\n- \"dist/index.mjs\": \"dist/index.browser.mjs...
TypeScript
MIT License
influxdata/influxdb-client-js
fix(distribution): provide valid browser field for webpack
305,159
10.02.2020 12:24:29
-3,600
5bd1a8d299334fe52d9472e3f7a045672c4bcf57
feat(examples): add INFLUXDB_ORG env variable
[ { "change_type": "MODIFY", "old_path": "examples/env.js", "new_path": "examples/env.js", "diff": "@@ -3,7 +3,7 @@ const url = process.env['INFLUXDB_URL'] || 'http://localhost:9999'\n/** InfluxDB authorization token */\nconst token = process.env['INFLUXDB_TOKEN'] || 'my-token'\n/** Organization withi...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(examples): add INFLUXDB_ORG env variable
305,159
11.02.2020 15:43:15
-3,600
2a93a72fe7de03b0a1700327e9b203dcdc99a4ed
feat(query): maintain column index in table metadata
[ { "change_type": "MODIFY", "old_path": "packages/core/src/query/FluxTableColumn.ts", "new_path": "packages/core/src/query/FluxTableColumn.ts", "diff": "@@ -56,6 +56,12 @@ export default class FluxTableColumn {\n*/\ndefaultValue: string\n+ /**\n+ * Index of this column in the row array\n+ * @return i...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(query): maintain column index in table metadata
305,159
11.02.2020 16:05:28
-3,600
2e6d631325b987a1fe3e9d494616895bfe38ecc1
fix(tests): update fixtures in tests
[ { "change_type": "MODIFY", "old_path": "packages/core/test/fixture/query/response2.parsed.json", "new_path": "packages/core/test/fixture/query/response2.parsed.json", "diff": "\"dataType\": \"string\",\n\"group\": false,\n\"defaultValue\": \"_result\",\n- \"label\": \"result\"\n+ \"label\": \"result...
TypeScript
MIT License
influxdata/influxdb-client-js
fix(tests): update fixtures in tests
305,159
13.02.2020 17:23:55
-3,600
4847836e01803b0ede347721ce4faf9618ecfef1
feat(tests): add test for browser's fetch transport
[ { "change_type": "MODIFY", "old_path": ".vscode/launch.json", "new_path": ".vscode/launch.json", "diff": "\"ts-node/register\",\n\"--timeout\",\n\"15000\",\n- \"--check-leaks\",\n\"--colors\",\n\"test/**/*.test.ts\"\n],\n" }, { "change_type": "ADD", "old_path": null, "new_path": "pac...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(tests): add test for browser's fetch transport
305,159
14.02.2020 07:47:04
-3,600
9cf03cc0c479ffc9a462ae34ee19fc3991be6eba
feat(tests): improve fetch transport tests
[ { "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": "@@ -179,6 +179,16 @@ describe('FetchTransport', () => {\nexpect(callbacks.next.callCount).equals(\nisError ? 0 : A...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(tests): improve fetch transport tests
305,159
14.02.2020 08:16:07
-3,600
009d3f69339c7d7e75497319e4ac37b9ab5faac7
feat(tests): improve test of query api to cover column index
[ { "change_type": "MODIFY", "old_path": "packages/core/test/unit/QueryApi.test.ts", "new_path": "packages/core/test/unit/QueryApi.test.ts", "diff": "import {expect} from 'chai'\nimport nock from 'nock' // WARN: nock must be imported before NodeHttpTransport, since it modifies node's http\n-import {In...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(tests): improve test of query api to cover column index
305,159
14.02.2020 12:33:22
-3,600
5389c2e34bd8318fccadb4a665801e6577e3b703
feat(api): update to the latest swagger file
[ { "change_type": "MODIFY", "old_path": "packages/apis/resources/operations.json", "new_path": "packages/apis/resources/operations.json", "diff": "},\n\"responses\": [\n{\n- \"code\": \"200\",\n+ \"code\": \"201\",\n\"description\": \"Replaced dashboard cells\",\n\"mediaTypes\": [\n{\n\"description\"...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(api): update to the latest swagger file
305,178
27.02.2020 14:04:50
28,800
e78979694fb3b24f38321004b3bf930b834cb4fe
fix(package): updating name and version
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "{\n- \"private\": true,\n- \"name\": \"influxdb-client-monorepo\",\n- \"description\": \"InfluxDB 2.0 client monorepo\",\n+ \"name\": \"@influxdata/influx\",\n+ \"version\": \"0.6.0\",\n+ \"description\": \"I...
TypeScript
MIT License
influxdata/influxdb-client-js
fix(package): updating name and version
305,162
05.03.2020 12:48:35
-3,600
ed28258ee36cba163b2bc886fff01c67cec6cee1
chore: single package versioning
[ { "change_type": "MODIFY", "old_path": "lerna.json", "new_path": "lerna.json", "diff": "{\n- \"version\": \"independent\",\n+ \"version\": \"0.6.0\",\n\"npmClient\": \"yarn\",\n- \"packages\": [\"packages/*\"]\n+ \"packages\": [\"packages/*\"],\n+ \"command\": {\n+ \"version\": {\n+ \"message\": \"c...
TypeScript
MIT License
influxdata/influxdb-client-js
chore: single package versioning
305,160
10.03.2020 11:13:53
-3,600
447904cf3c2f7b3beecd9f405694f9650a49c4da
fixed link to write.js
[ { "change_type": "MODIFY", "old_path": "examples/README.md", "new_path": "examples/README.md", "diff": "@@ -8,7 +8,7 @@ This directory contains javascript and typescript examples for node.js and brows\n- Node.js examples\n- Change variables in [./env.js](env.js) to configure connection to your Influ...
TypeScript
MIT License
influxdata/influxdb-client-js
fixed link to write.js
305,160
11.03.2020 10:24:25
-3,600
d6f6b12d0989047e81e4404ddc0e1f9fd4f8143d
feat: add User-Agent request header
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "+## 1.1.0 [unreleased]\n+\n+### Features\n+1. [#152](https://github.com/influxdata/influxdb-client-js/issues/152): Set User-Agent to influxdb-client-js/VERSION for all requests\n+\n## 1.0.0 [2020-03-09]\n### ...
TypeScript
MIT License
influxdata/influxdb-client-js
feat: add User-Agent request header (#156)
305,162
13.03.2020 11:33:25
-3,600
7e56671819b6cff086452e843f48f5f52a9b4e76
prepare to release influxdb-client-js-1.1.0
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "-## 1.1.0 [unreleased]\n+## 1.1.0 [2020-03-13]\n### Features\n1. [#152](https://github.com/influxdata/influxdb-client-js/issues/152): Set User-Agent to influxdb-client-js/VERSION for all requests\n" }, { ...
TypeScript
MIT License
influxdata/influxdb-client-js
prepare to release influxdb-client-js-1.1.0
305,162
13.03.2020 11:33:35
-3,600
44a0fe4529638727c763283d3794da47bce17c37
chore(release): publish v1.1.0
[ { "change_type": "MODIFY", "old_path": "lerna.json", "new_path": "lerna.json", "diff": "{\n- \"version\": \"1.0.0\",\n+ \"version\": \"1.1.0\",\n\"npmClient\": \"yarn\",\n\"packages\": [\n\"packages/*\"\n" }, { "change_type": "MODIFY", "old_path": "packages/apis/package.json", "new_p...
TypeScript
MIT License
influxdata/influxdb-client-js
chore(release): publish v1.1.0
305,159
01.04.2020 22:39:54
-7,200
3580bfd529b23f10e4e8a07bfb6989f5e9dd8a72
chore: repair Makefile to include version packages/core/src/impl/version.ts must be changed before running the build so that the new VERSION is built into distributions
[ { "change_type": "MODIFY", "old_path": "Makefile", "new_path": "Makefile", "diff": "@@ -11,10 +11,10 @@ publish:\ngit checkout master\ngit pull\nyarn install --frozen-lockfile\n+ sed -i '' -e \"s/CLIENT_LIB_VERSION = '.*'/CLIENT_LIB_VERSION = '$(VERSION)'/\" packages/core/src/impl/version.ts\nyarn r...
TypeScript
MIT License
influxdata/influxdb-client-js
chore: repair Makefile to include version packages/core/src/impl/version.ts must be changed before running the build so that the new VERSION is built into distributions
305,160
02.04.2020 07:40:19
-7,200
0bb869fcfe60839cbea3b722553da90308ff842f
fix: Disabled using credentials for CORS
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "-## 1.2.0\n+## 1.2.0 [unreleased]\n+\n+### Bug\n+1. [#160](https://github.com/influxdata/influxdb-client-js/issues/160): Disabled using credentials for CORS\n### Security\n1. [#157](https://github.com/influxd...
TypeScript
MIT License
influxdata/influxdb-client-js
fix: Disabled using credentials for CORS (#161)
305,159
14.04.2020 22:16:09
-7,200
0dfd96a554514f933fa33843ad45c32ab32d1d47
chore: repair doc
[ { "change_type": "MODIFY", "old_path": "packages/core/src/query/FluxTableColumn.ts", "new_path": "packages/core/src/query/FluxTableColumn.ts", "diff": "@@ -33,7 +33,7 @@ export interface FluxTableColumnLike {\ndefaultValue?: string\n}\n/**\n- * Column metadata of a flux [table](http://bit.ly/flux-sp...
TypeScript
MIT License
influxdata/influxdb-client-js
chore: repair doc
305,159
14.04.2020 19:14:57
-7,200
488917e38ce7bfdfe0b7fbed93110528a6d6487e
feat: allow to setup Point timestamp from a Date or number
[ { "change_type": "MODIFY", "old_path": "packages/core/src/Point.ts", "new_path": "packages/core/src/Point.ts", "diff": "@@ -8,7 +8,7 @@ export default class Point {\nprivate name: string\nprivate tags: {[key: string]: string} = {}\nprivate fields: {[key: string]: string} = {}\n- private time: string...
TypeScript
MIT License
influxdata/influxdb-client-js
feat: allow to setup Point timestamp from a Date or number #171
305,159
14.04.2020 20:39:23
-7,200
570db7dcd684c21b5fa932dd98c8d2e6da825244
chore: improve inline doc
[ { "change_type": "MODIFY", "old_path": "packages/core/src/Point.ts", "new_path": "packages/core/src/Point.ts", "diff": "@@ -113,7 +113,12 @@ export default class Point {\n}\n/**\n- * Sets point time.\n+ * Sets point time. A string or number value is used\n+ * to carry an int64 value of a precision t...
TypeScript
MIT License
influxdata/influxdb-client-js
chore: improve inline doc
305,159
15.04.2020 07:19:02
-7,200
deb38d1518ce965ad3a9c018a13c47347e7b1e38
feat(core): allow js number in Point timestamp
[ { "change_type": "MODIFY", "old_path": "packages/core/src/impl/WriteApiImpl.ts", "new_path": "packages/core/src/impl/WriteApiImpl.ts", "diff": "@@ -224,14 +224,14 @@ export default class WriteApiImpl implements WriteApi, PointSettings {\nconvertTime(value: string | number | Date | undefined): string...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(core): allow js number in Point timestamp
305,160
15.04.2020 07:59:48
-7,200
f8c85ca6b669148a595fc142d9f60039faf71541
chore: deploy prerelease packages by CircleCI
[ { "change_type": "MODIFY", "old_path": ".circleci/config.yml", "new_path": ".circleci/config.yml", "diff": "@@ -61,8 +61,28 @@ jobs:\ncommand: yarn run coverage:send\n- store_artifacts:\npath: ./packages/core/coverage\n- # - store_artifacts:\n- # path: ./packages/core/.nyc_output\n+\n+ deploy-previe...
TypeScript
MIT License
influxdata/influxdb-client-js
chore: deploy prerelease packages by CircleCI (#167)
305,160
16.04.2020 07:17:45
-7,200
f42435572c0db5a0c33276ef84c0a11d4bbff88a
docs: Clarify how to use a client with InfluxDB 1.8
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "1. [#157](https://github.com/influxdata/influxdb-client-js/issues/157): [ESLint dependencies are vulnerable (ReDoS and Prototype Pollution)](https://github.com/advisories/GHSA-7fhm-mqm4-2wp7)\n+### Documentat...
TypeScript
MIT License
influxdata/influxdb-client-js
docs: Clarify how to use a client with InfluxDB 1.8 (#175)
305,159
21.04.2020 06:53:09
-7,200
0823b4996a4ce5c001b3c6f0f0f9b96df9749b38
fix(tests): add integration tests to coverage
[ { "change_type": "MODIFY", "old_path": "packages/core/package.json", "new_path": "packages/core/package.json", "diff": "\"build:doc\": \"yarn run clean && yarn typedoc\",\n\"clean\": \"rimraf dist build coverage .nyc_output doc *.lcov reports\",\n\"coverage:send\": \"nyc report --reporter=text-lcov ...
TypeScript
MIT License
influxdata/influxdb-client-js
fix(tests): add integration tests to coverage
305,159
21.04.2020 07:02:11
-7,200
af89cdec1495f047bcaef47fd46a83de1a0d5124
chore(examples): finalize rxjs-query example
[ { "change_type": "MODIFY", "old_path": "examples/README.md", "new_path": "examples/README.md", "diff": "@@ -18,6 +18,8 @@ This directory contains javascript and typescript examples for node.js and brows\nPerforms onboarding of a new influxDB database. It creates a new organization, bucket and user t...
TypeScript
MIT License
influxdata/influxdb-client-js
chore(examples): finalize rxjs-query example
305,159
21.04.2020 07:14:56
-7,200
2c78947f26037a8c35f6410110b56ce814868ffb
chore(tests): include integration tests in CI
[ { "change_type": "MODIFY", "old_path": ".circleci/config.yml", "new_path": ".circleci/config.yml", "diff": "@@ -30,7 +30,7 @@ jobs:\nname: Run tests\ncommand: |\ncd ./packages/core\n- yarn test:unit:ci\n+ yarn test:ci\nyarn lint:ci\nyarn build\ncd ../apis\n" }, { "change_type": "MODIFY", ...
TypeScript
MIT License
influxdata/influxdb-client-js
chore(tests): include integration tests in CI
305,159
21.04.2020 08:46:13
-7,200
b0f4a03cf8bec8df96008a80c0e5ba12e6ab872b
feat(tests): complete tests of query API's observables
[ { "change_type": "MODIFY", "old_path": "packages/core/src/impl/ObservableQuery.ts", "new_path": "packages/core/src/impl/ObservableQuery.ts", "diff": "@@ -48,6 +48,7 @@ class QuerySubscription implements Subscription {\npublic unsubscribe(): void {\nthis.cancellable?.cancel()\n+ this.isClosed = true\...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(tests): complete tests of query API's observables
305,159
21.04.2020 09:22:51
-7,200
5e241a5ae1f0b2b77495c5f074b72eca41e1ac9a
chore(doc): add more doc
[ { "change_type": "MODIFY", "old_path": "packages/core/src/QueryApi.ts", "new_path": "packages/core/src/QueryApi.ts", "diff": "@@ -29,6 +29,7 @@ export interface QueryOptions {\ngzip?: boolean\n}\n+/** Wraps values and associated metadata of a query result row */\nexport interface Row {\nvalues: stri...
TypeScript
MIT License
influxdata/influxdb-client-js
chore(doc): add more doc
305,159
21.04.2020 09:23:23
-7,200
1da798c3ccd76e5f10c7b83ef87536afed511b71
chore(dist): export query Row from main index
[ { "change_type": "MODIFY", "old_path": "packages/core/src/index.ts", "new_path": "packages/core/src/index.ts", "diff": "@@ -6,5 +6,5 @@ export * from './query'\nexport * from './transport'\nexport {default as Point} from './Point'\nexport {default as InfluxDB} from './InfluxDB'\n-export {default as ...
TypeScript
MIT License
influxdata/influxdb-client-js
chore(dist): export query Row from main index
305,160
30.04.2020 08:57:23
-7,200
9ca9c24e40c8e11b3d2d07a0d036cef436c43656
chore(dependency): updated typedoc to avoid security alerts
[ { "change_type": "MODIFY", "old_path": "packages/core/package.json", "new_path": "packages/core/package.json", "diff": "\"rxjs\": \"^6.5.5\",\n\"sinon\": \"^7.5.0\",\n\"ts-node\": \"^8.5.4\",\n- \"typedoc\": \"^0.15.3\",\n+ \"typedoc\": \"^0.17.6\",\n\"typescript\": \"^3.7.4\",\n\"version-bump-promp...
TypeScript
MIT License
influxdata/influxdb-client-js
chore(dependency): updated typedoc to avoid security alerts (#180)
305,159
30.04.2020 21:12:16
-7,200
80151978a64f70be5d9e118c0904d0261fa0eab8
feat(apis): update generator to skip import of anynymous types
[ { "change_type": "MODIFY", "old_path": "packages/apis/generator/typesCollector.ts", "new_path": "packages/apis/generator/typesCollector.ts", "diff": "@@ -5,7 +5,9 @@ export default class TypesCollector {\ntypes: {[key: string]: boolean} = {}\nadd(type: string): void {\nif (type && type.charAt(0).toU...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(apis): update generator to skip import of anynymous types
305,159
30.04.2020 22:10:23
-7,200
bfa40a8a74ba39cd81e995e801eae8ea939a9dc7
feat(apis): import types referenced from anonymous type
[ { "change_type": "MODIFY", "old_path": "packages/apis/generator/typesCollector.ts", "new_path": "packages/apis/generator/typesCollector.ts", "diff": "@@ -6,12 +6,19 @@ export default class TypesCollector {\nadd(type: string): void {\nif (type && type.charAt(0).toUpperCase() === type.charAt(0)) {\nif...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(apis): import types referenced from anonymous type
305,159
30.04.2020 22:13:30
-7,200
6e7cc8104e1a243f9f3e93c60396ee418de4431b
feat(apis): regenerate APIs from 2020-04-30 swagger
[ { "change_type": "MODIFY", "old_path": "packages/apis/generator/typesCollector.ts", "new_path": "packages/apis/generator/typesCollector.ts", "diff": "@@ -6,7 +6,7 @@ export default class TypesCollector {\nadd(type: string): void {\nif (type && type.charAt(0).toUpperCase() === type.charAt(0)) {\nif (...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(apis): regenerate APIs from 2020-04-30 swagger
305,159
04.05.2020 08:51:16
-7,200
490b36e9a7fd186227f2322aa994b0be355cf8a5
feat(query): add now to query options
[ { "change_type": "MODIFY", "old_path": "packages/core/src/QueryApi.ts", "new_path": "packages/core/src/QueryApi.ts", "diff": "@@ -27,6 +27,11 @@ export interface QueryOptions {\n* Requests gzip encoded response.\n*/\ngzip?: boolean\n+ /**\n+ * Specifies the time that should be reported as \"now\" in...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(query): add now to query options
305,159
04.05.2020 10:03:22
-7,200
373a439d3c602367418aa5a0fab17c4afdea3049
chore(query): improve typeSerializers fingerprint
[ { "change_type": "MODIFY", "old_path": "packages/core/src/query/FluxTableMetaData.ts", "new_path": "packages/core/src/query/FluxTableMetaData.ts", "diff": "-import FluxTableColumn from './FluxTableColumn'\n+import FluxTableColumn, {ColumnType} from './FluxTableColumn'\nimport {IllegalArgumentError} ...
TypeScript
MIT License
influxdata/influxdb-client-js
chore(query): improve typeSerializers fingerprint
305,160
07.05.2020 13:50:33
-7,200
afaae56aa2ae1013d0ac56f7e08abc32ae92eae6
feat: remove trailing slash from connection URL
[ { "change_type": "MODIFY", "old_path": "CHANGELOG.md", "new_path": "CHANGELOG.md", "diff": "1. [#177](https://github.com/influxdata/influxdb-client-js/pull/177): Allow to receive query results as [Observable](https://github.com/tc39/proposal-observable)\n1. [#181](https://github.com/influxdata/influ...
TypeScript
MIT License
influxdata/influxdb-client-js
feat: remove trailing slash from connection URL (#183)
305,159
08.05.2020 08:50:46
-7,200
e452b2b973f096e4af2add9a50a3929bc7baa46b
feat(core): allow to create write API with custom writeOptions
[ { "change_type": "MODIFY", "old_path": "packages/core/src/InfluxDB.ts", "new_path": "packages/core/src/InfluxDB.ts", "diff": "import WriteApi from './WriteApi'\n-import {ClientOptions, WritePrecision} from './options'\n+import {ClientOptions, WritePrecision, WriteOptions} from './options'\nimport Wr...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(core): allow to create write API with custom writeOptions
305,159
14.05.2020 19:16:52
-7,200
351b9ca9fb86e1892b38270c92584e29924c4dec
feat(query): introduce flux tagged template
[ { "change_type": "ADD", "old_path": null, "new_path": "packages/core/src/query/flux.ts", "diff": "+const SANITIZE_FLUX_PARAMETER = Symbol.for('SANITIZE_FLUX_PARAMETER')\n+\n+/**\n+ * A flux parameter like can print a sanitized value.\n+ */\n+export interface FluxParameterLike {\n+ [SANITIZE_FLUX_PAR...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(query): introduce flux tagged template
305,159
15.05.2020 09:11:31
-7,200
8d308dd2faab0a71ef7e4c860416db3a15a192b5
feat(query): test flux tagged template
[ { "change_type": "MODIFY", "old_path": "packages/core/src/query/flux.ts", "new_path": "packages/core/src/query/flux.ts", "diff": "-const SANITIZE_FLUX_PARAMETER = Symbol.for('SANITIZE_FLUX_PARAMETER')\n+const FLUX_VALUE = Symbol.for('FLUX_VALUE')\n/**\n- * A flux parameter like can print a sanitized...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(query): test flux tagged template
305,159
15.05.2020 09:11:45
-7,200
001df8d0eed6456fb77193ac2e6237c6a2c9ad76
feat(query): add query parameters example
[ { "change_type": "ADD", "old_path": null, "new_path": "examples/queryParameters.ts", "diff": "+#!./node_modules/.bin/ts-node\n+//////////////////////////////////////////\n+// Shows how to use InfluxDB query API. //\n+//////////////////////////////////////////\n+\n+import {\n+ InfluxDB,\n+ FluxTableM...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(query): add query parameters example
305,159
15.05.2020 12:30:49
-7,200
468d51a22d354547e57afebd76bb5d4c256e77ae
feat(examples): update readme to include queryParameters.ts example
[ { "change_type": "MODIFY", "old_path": "examples/README.md", "new_path": "examples/README.md", "diff": "@@ -12,6 +12,8 @@ This directory contains javascript and typescript examples for node.js and brows\nWrite data points to InfluxDB.\n- [query.ts](./query.ts)\nQuery InfluxDB with [Flux](https://v2....
TypeScript
MIT License
influxdata/influxdb-client-js
feat(examples): update readme to include queryParameters.ts example
305,159
18.05.2020 21:56:24
-7,200
73fd9803686436da9514700784dfcc8266dbe318
feat(query): return ParameterizedQuery from flux tagged template to ensure future extensibility
[ { "change_type": "MODIFY", "old_path": "packages/core/src/QueryApi.ts", "new_path": "packages/core/src/QueryApi.ts", "diff": "import {Observable} from './observable'\n-import {FluxResultObserver, FluxTableMetaData} from './query'\n+import {\n+ FluxResultObserver,\n+ FluxTableMetaData,\n+ Parameteriz...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(query): return ParameterizedQuery from flux tagged template to ensure future extensibility
305,159
20.05.2020 07:18:24
-7,200
2cdfefbf60f4ae4abb0eb1b5fc8f223dd811b908
chore(query): rename queryWithParams example
[ { "change_type": "MODIFY", "old_path": "examples/README.md", "new_path": "examples/README.md", "diff": "@@ -12,7 +12,7 @@ This directory contains javascript and typescript examples for node.js and brows\nWrite data points to InfluxDB.\n- [query.ts](./query.ts)\nQuery InfluxDB with [Flux](https://v2....
TypeScript
MIT License
influxdata/influxdb-client-js
chore(query): rename queryWithParams example
305,159
20.05.2020 10:05:03
-7,200
280062563a17d28be408a2a508d172a6fc2f459a
fix(examples): improve heath.js example with timeout
[ { "change_type": "MODIFY", "old_path": "examples/README.md", "new_path": "examples/README.md", "diff": "@@ -15,7 +15,7 @@ This directory contains javascript and typescript examples for node.js and brows\n- [queryWithParams.ts](./queryWithParams.ts)\nSupply parameters to a [Flux](https://v2.docs.infl...
TypeScript
MIT License
influxdata/influxdb-client-js
fix(examples): improve heath.js example with timeout #187
305,159
20.05.2020 10:27:15
-7,200
77d4eb1c114a9f80634ae4a38821a85c8763149b
fix(examples): improve heath.js example with OK / NOT OK as influx ping does
[ { "change_type": "MODIFY", "old_path": "examples/health.js", "new_path": "examples/health.js", "diff": "@@ -19,7 +19,8 @@ healthAPI\n.getHealth()\n.then((result /* : HealthCheck */) => {\nconsole.log(JSON.stringify(result, null, 2))\n- console.log('\\nFinished SUCCESS')\n+ console.log('\\nHealth:', ...
TypeScript
MIT License
influxdata/influxdb-client-js
fix(examples): improve heath.js example with OK / NOT OK as influx ping does #187
305,159
20.05.2020 10:27:59
-7,200
68eb707ef333a1d7188300ff43b208fb396f702c
chore(query): export FLUX_VALUE symbol
[ { "change_type": "MODIFY", "old_path": "packages/core/src/query/flux.ts", "new_path": "packages/core/src/query/flux.ts", "diff": "-const FLUX_VALUE = Symbol.for('FLUX_VALUE')\n+export const FLUX_VALUE = Symbol('FLUX_VALUE')\n/**\n* A flux parameter can print its (sanitized) flux value.\n" }, { ...
TypeScript
MIT License
influxdata/influxdb-client-js
chore(query): export FLUX_VALUE symbol
305,159
20.05.2020 11:38:15
-7,200
2a3091a780b5ad43893ae18de1e7d5afa0140947
chore(query/flux): refactor fluxLiteral to fluxExpression
[ { "change_type": "MODIFY", "old_path": "packages/core/src/query/flux.ts", "new_path": "packages/core/src/query/flux.ts", "diff": "@@ -167,12 +167,13 @@ export function fluxBool(value: any): FluxParameterLike {\n}\n/**\n- * Assumes that the supplied string is a flux literal value and creates\n- * a p...
TypeScript
MIT License
influxdata/influxdb-client-js
chore(query/flux): refactor fluxLiteral to fluxExpression
305,159
20.05.2020 11:47:19
-7,200
4c407783555dc484da551642ff0a403fc3e31733
feat(query/flux): allow nesting of flux templates
[ { "change_type": "MODIFY", "old_path": "packages/core/src/query/flux.ts", "new_path": "packages/core/src/query/flux.ts", "diff": "@@ -17,7 +17,7 @@ export interface ParameterizedQuery {\ntoString(): string\n}\n-class FluxParameter implements FluxParameterLike {\n+class FluxParameter implements FluxP...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(query/flux): allow nesting of flux templates
305,159
25.05.2020 07:31:48
-7,200
3340b21dc833cf57d77b713d21d15c6e75af8fbc
fix(example): add timestamp to write example
[ { "change_type": "MODIFY", "old_path": "examples/index.html", "new_path": "examples/index.html", "diff": ".tag('example', 'index.html')\n.floatField('value', value)\nwriteApi.writePoint(point1)\n- log(` ${point1}`)\n+ log(` ${point1.toLineProtocol()}`)\n// flush pending writes and close writeApi\nwr...
TypeScript
MIT License
influxdata/influxdb-client-js
fix(example): add timestamp to write example
305,159
29.05.2020 06:25:55
-7,200
4b323360ef16e73a16b4e328ad1efee4f1651cc6
fix(api/generator): inspect also array of anonymous objects
[ { "change_type": "MODIFY", "old_path": "packages/apis/generator/typesCollector.ts", "new_path": "packages/apis/generator/typesCollector.ts", "diff": "@@ -5,7 +5,7 @@ export default class TypesCollector {\ntypes: {[key: string]: boolean} = {}\nadd(type: string): void {\nif (type && type.charAt(0).toU...
TypeScript
MIT License
influxdata/influxdb-client-js
fix(api/generator): inspect also array of anonymous objects
305,159
29.05.2020 14:37:25
-7,200
0346db6c2df2675e43e3462a2f9906e9826b6eca
feat(api/generator): import type of Array retval properly
[ { "change_type": "MODIFY", "old_path": "packages/apis/generator/typesCollector.ts", "new_path": "packages/apis/generator/typesCollector.ts", "diff": "@@ -14,6 +14,8 @@ export default class TypesCollector {\n// console.log('match[1]', match[1], customTypeRegExp.lastIndex)\nthis.add(match[1])\n}\n+ } ...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(api/generator): import type of Array retval properly
305,159
02.06.2020 08:56:35
-7,200
6e9cbaa8ea7190c9f483fad4356755cb161003d3
feat(docs): explain writeApi buffering in the example and api docs
[ { "change_type": "MODIFY", "old_path": "examples/write.js", "new_path": "examples/write.js", "diff": "@@ -26,7 +26,9 @@ const point2 = new Point('temperature')\nwriteApi.writePoint(point2)\nconsole.log(` ${point2.toLineProtocol(writeApi)}`)\n-// flush pending writes and close writeApi\n+// WriteApi ...
TypeScript
MIT License
influxdata/influxdb-client-js
feat(docs): explain writeApi buffering in the example and api docs
305,159
05.06.2020 04:40:23
-7,200
514658acbbb50b668c6dc88311532416c86a1e89
fix(swagger): update generated cause after influxdb fixes influxdata/influxdb#18250 influxdata/influxdb#18325
[ { "change_type": "MODIFY", "old_path": "packages/apis/resources/operations.json", "new_path": "packages/apis/resources/operations.json", "diff": "\"server\": \"/api/v2\",\n\"path\": \"/dbrps\",\n\"operation\": \"get\",\n- \"operationId\": \"GetDPRPs\",\n+ \"operationId\": \"GetDBRPs\",\n\"basicAuth\...
TypeScript
MIT License
influxdata/influxdb-client-js
fix(swagger): update generated cause after influxdb fixes influxdata/influxdb#18250 influxdata/influxdb#18325