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 | 01.07.2021 08:17:04 | -7,200 | bc5b5fce4fa70dc7017a5f0d534dbf7f53090539 | feat(core): add maxRetryTime to retry strategy | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/impl/RetryBuffer.ts",
"new_path": "packages/core/src/impl/RetryBuffer.ts",
"diff": "@@ -6,6 +6,7 @@ const RETRY_INTERVAL = 1\ninterface RetryItem {\nlines: string[]\nretryCount: number\n+ expires: number\nnext?: RetryItem\n}\n@@ -24,14 +25,24... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): add maxRetryTime to retry strategy |
305,159 | 01.07.2021 08:26:55 | -7,200 | 432183a8abaf041c38770a2e4c42e257839a6483 | feat(core): test default retry strategy | [
{
"change_type": "MODIFY",
"old_path": "packages/core/test/unit/WriteApi.test.ts",
"new_path": "packages/core/test/unit/WriteApi.test.ts",
"diff": "@@ -218,7 +218,7 @@ describe('WriteApi', () => {\nexpect(logs.warn).has.length(0)\nexpect(count).equals(1)\n})\n- it('implementation uses default notifi... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): test default retry strategy |
305,159 | 02.08.2021 06:36:53 | -7,200 | 6c301d5a67c63b05cda6c48645e1fd690db7826d | feat(core): upgrade typescript for rxjs7 | [
{
"change_type": "MODIFY",
"old_path": "packages/core/package.json",
"new_path": "packages/core/package.json",
"diff": "\"rxjs\": \"^7.2.0\",\n\"sinon\": \"^7.5.0\",\n\"ts-node\": \"^8.5.4\",\n- \"typescript\": \"^4.1.2\",\n+ \"typescript\": \"^4.3.5\",\n\"version-bump-prompt\": \"^5.0.6\"\n}\n}\n"
... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): upgrade typescript for rxjs7 |
305,159 | 02.08.2021 06:37:08 | -7,200 | 4dbb8bc93e44b36c256c2445e65d0902e4a8b7fd | fix(core): add missing import | [
{
"change_type": "MODIFY",
"old_path": "packages/core/test/unit/Influxdb.test.ts",
"new_path": "packages/core/test/unit/Influxdb.test.ts",
"diff": "import {expect} from 'chai'\n-import {InfluxDB, ClientOptions} from '../../src'\n+import {InfluxDB, ClientOptions, Transport} from '../../src'\ndescribe... | TypeScript | MIT License | influxdata/influxdb-client-js | fix(core): add missing import |
305,159 | 02.08.2021 06:37:57 | -7,200 | b0117e3bf303166181178bf8a6e26f3bac50e30b | fix(core): workaround | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/impl/browser/FetchTransport.ts",
"new_path": "packages/core/src/impl/browser/FetchTransport.ts",
"diff": "@@ -123,7 +123,7 @@ export default class FetchTransport implements Transport {\n} else {\nif (response.body) {\nconst reader = response.... | TypeScript | MIT License | influxdata/influxdb-client-js | fix(core): workaround https://github.com/microsoft/TypeScript/issues/42970 |
305,159 | 02.08.2021 07:11:02 | -7,200 | 7f81752bc8f8c025347475ff4de5f3d8bee1b6e0 | chore(docs): document default timeout | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/options.ts",
"new_path": "packages/core/src/options.ts",
"diff": "@@ -9,7 +9,10 @@ export interface ConnectionOptions {\nurl: string\n/** authentication token */\ntoken?: string\n- /** socket timeout */\n+ /**\n+ * socket timeout, 10000 milli... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(docs): document default timeout |
305,159 | 02.08.2021 07:31:23 | -7,200 | 1bc2be30fa17f85b30c87359713b56462e523705 | feat: upgrade to typescript 4.3.5 | [
{
"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\": \"^4.1.2\"\n+ \"typescript\": \"^4.3.5\"\n}\n}\n"
... | TypeScript | MIT License | influxdata/influxdb-client-js | feat: upgrade to typescript 4.3.5 |
305,159 | 02.08.2021 07:41:05 | -7,200 | 0785b104719a7ecb22bd480493fad1f99af1c87a | chore: add doc upgrade to changelog | [
{
"change_type": "MODIFY",
"old_path": "CHANGELOG.md",
"new_path": "CHANGELOG.md",
"diff": "1. [#347](https://github.com/influxdata/influxdb-client-js/pull/347): Parsing infinite numbers\n+### Documentation\n+\n+1. [#351](https://github.com/influxdata/influxdb-client-js/pull/351): Upgrade api-extrac... | TypeScript | MIT License | influxdata/influxdb-client-js | chore: add doc upgrade to changelog |
305,159 | 05.08.2021 15:41:48 | -7,200 | 55e5c9056623595fb278c13ef1dc517efa4b6465 | chore(doc): improve doc with tag name/value requirements | [
{
"change_type": "MODIFY",
"old_path": "examples/index.html",
"new_path": "examples/index.html",
"diff": "// import {InfluxDB, Point} from '../packages/core/dist/index.browser.mjs'\n// import {HealthAPI, SetupAPI} from '../packages/apis/dist/index.browser.mjs'\n- // import configuration from ./env_b... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(doc): improve doc with tag name/value requirements |
305,167 | 13.08.2021 15:49:38 | 18,000 | aec44091317af9f3eae65c159fb384a816dcb610 | fix: explanation of bucket configuration in browser examples. | [
{
"change_type": "MODIFY",
"old_path": "examples/README.md",
"new_path": "examples/README.md",
"diff": "@@ -27,8 +27,7 @@ This directory contains javascript and typescript examples for node.js, browser,\n- [writeAdvanced.js](./writeAdvanced.js)\nShows how to control the way of how data points are wr... | TypeScript | MIT License | influxdata/influxdb-client-js | fix: explanation of bucket configuration in browser examples. |
305,167 | 13.08.2021 17:00:09 | 18,000 | 9b5a00d9a536f3654bd0e3f93305b9db7c7d86e1 | fix: clarify READMEs and example code comments
- expand comments and descriptions
- clarify differences among provided client distributions.
- explain client distribution used in browser example. | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "[](https://www.npmjs.com/package/@influxdata/influxdb-client)\n[: revert query.ts to 1.15 | [
{
"change_type": "MODIFY",
"old_path": "examples/query.ts",
"new_path": "examples/query.ts",
"diff": "#!./node_modules/.bin/ts-node\n-const {InfluxDB} = require('@influxdata/influxdb-client')\n+//////////////////////////////////////////\n+// Shows how to use InfluxDB query API. //\n+////////////////... | TypeScript | MIT License | influxdata/influxdb-client-js | fix(examples): revert query.ts to 1.15 |
305,159 | 23.08.2021 10:30:15 | -7,200 | cc86769f5dcaaf3e8a4508ca96f511dd691b7876 | chore(docs): document how to setup proxy | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -16,10 +16,10 @@ This repository contains the reference JavaScript client for InfluxDB 2.0. This\nThis section contains links to the client library documentation.\n-* [Product documentation](https://docs.influxd... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(docs): document how to setup proxy |
305,159 | 24.08.2021 14:44:51 | -7,200 | a9cfe5e67b4c390a614acddcc088cec0f794c058 | feat(apis): repair ping endpoint address | [
{
"change_type": "MODIFY",
"old_path": "packages/apis/generator/index.ts",
"new_path": "packages/apis/generator/index.ts",
"diff": "@@ -12,7 +12,11 @@ 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 ping endpoint address |
305,159 | 24.08.2021 14:56:09 | -7,200 | d824886d1c207ee79661052156ce721a48874b44 | chore(apis): repair API doc | [
{
"change_type": "MODIFY",
"old_path": "packages/apis/src/generated/BackupAPI.ts",
"new_path": "packages/apis/src/generated/BackupAPI.ts",
"diff": "@@ -25,7 +25,7 @@ export class BackupAPI {\nthis.base = new APIBase(influxDB)\n}\n/**\n- * Download snapshot of metadata stored in the server's embedded... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(apis): repair API doc |
305,159 | 24.08.2021 15:11:37 | -7,200 | e1ffae6aa02c7ff36f3bb405f5035aac9a9619a8 | feat(examples): replace health by ping example | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -36,7 +36,6 @@ InfluxDB 2.0 client consists of two main packages\n- buckets\n- tasks\n- authorizations\n- - health check\n- built on @influxdata/influxdb-client\n## Installation\n@@ -73,7 +72,6 @@ Use the follow... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(examples): replace health by ping example |
305,159 | 24.08.2021 15:17:46 | -7,200 | bd65ee5d897b622ca2ca3bc65ad067b1bf27ecae | feat(examples/browser): offer ping in place of health | [
{
"change_type": "MODIFY",
"old_path": "examples/index.html",
"new_path": "examples/index.html",
"diff": "<script type=\"module\">\n// import latest release from npm repository\nimport {InfluxDB, Point} from 'https://unpkg.com/@influxdata/influxdb-client/dist/index.browser.mjs'\n- import {HealthAPI,... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(examples/browser): offer ping in place of health |
305,159 | 07.09.2021 09:08:54 | -7,200 | 7ba84ac9d29a3f4d66cb00cb8893aa711860526c | feat(core/node.js): allow to configure follow-redirects | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/impl/node/NodeHttpTransport.ts",
"new_path": "packages/core/src/impl/node/NodeHttpTransport.ts",
"diff": "@@ -78,9 +78,11 @@ export class NodeHttpTransport implements Transport {\n}\nif (url.protocol === 'http:') {\n- this.requestApi = http.r... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core/node.js): allow to configure follow-redirects |
305,159 | 07.09.2021 09:09:15 | -7,200 | 82d15edd750dc958c558eca4e4661d7483836a87 | chore(core/node.js): document follow-redirects option | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/options.ts",
"new_path": "packages/core/src/options.ts",
"diff": "@@ -19,6 +19,9 @@ export interface ConnectionOptions {\n* {@link https://www.npmjs.com/package/proxy-http-agent | setup HTTP/HTTPS proxy }\n* in node.js, or a `signal` property... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(core/node.js): document follow-redirects option |
305,159 | 07.09.2021 09:22:31 | -7,200 | 25ab61660adfa69a006977ef6036d2a4d1e506ee | chore(core): add follow-redirects to dev dependencies | [
{
"change_type": "MODIFY",
"old_path": "packages/core/package.json",
"new_path": "packages/core/package.json",
"diff": "\"eslint-config-prettier\": \"^6.7.0\",\n\"eslint-plugin-prettier\": \"^3.1.1\",\n\"eslint-plugin-tsdoc\": \"^0.2.6\",\n+ \"follow-redirects\": \"^1.14.3\",\n\"mocha\": \"^6.2.2\",... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(core): add follow-redirects to dev dependencies |
305,159 | 07.09.2021 09:29:34 | -7,200 | 7e9e7973cfdf126c3634e60cbbd56b763098bf36 | feat(core/node.js): test follow-redirects for node.js | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/impl/node/NodeHttpTransport.ts",
"new_path": "packages/core/src/impl/node/NodeHttpTransport.ts",
"diff": "@@ -79,10 +79,10 @@ export class NodeHttpTransport implements Transport {\nif (url.protocol === 'http:') {\nthis.requestApi =\n- this.de... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core/node.js): test follow-redirects for node.js |
305,159 | 07.09.2021 10:19:55 | -7,200 | eaf67c0a7caec27667e317abfa25031a1f28d600 | feat(examples): add follow-redirects.js example | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "examples/follow-redirects.js",
"diff": "+#!/usr/bin/env node\n+/////////////////////////////////////////////////////////////////////////\n+// Shows how to configure InfluxDB node.js client to follow redirects. //\n+//////////////////////////////... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(examples): add follow-redirects.js example |
305,159 | 07.09.2021 10:22:28 | -7,200 | d5af086473c92aee741197ba7a839f54978d21be | chore(examples): document follow-redirects.js example | [
{
"change_type": "MODIFY",
"old_path": "examples/README.md",
"new_path": "examples/README.md",
"diff": "@@ -26,6 +26,8 @@ This directory contains javascript and typescript examples for node.js, browser,\nUse [RxJS](https://rxjs.dev/) to query InfluxDB with [Flux](https://v2.docs.influxdata.com/v2.0/... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(examples): document follow-redirects.js example |
305,159 | 07.09.2021 13:43:17 | -7,200 | 91ef850faa3514b982867143a403959557da7bbe | chore: test assignment of custom https request function | [
{
"change_type": "MODIFY",
"old_path": "packages/core/test/unit/Influxdb.test.ts",
"new_path": "packages/core/test/unit/Influxdb.test.ts",
"diff": "@@ -84,6 +84,23 @@ describe('InfluxDB', () => {\n} as any) as ClientOptions)\n).has.property('transport')\n})\n+ it('creates instance with follow-redire... | TypeScript | MIT License | influxdata/influxdb-client-js | chore: test assignment of custom https request function |
305,160 | 13.09.2021 08:23:32 | -7,200 | f2471493d00cfd121d0bab3e510de19e9b4885d0 | chore(ci): switch to next-gen CircleCI's convenience images | [
{
"change_type": "MODIFY",
"old_path": ".circleci/config.yml",
"new_path": ".circleci/config.yml",
"diff": "@@ -6,23 +6,24 @@ commands:\n- restore_cache:\nname: Restore Yarn Package Cache\nkeys:\n- - yarn-packages-{{ checksum \"yarn.lock\" }}\n+ - yarn-packages-v2-{{ checksum \"yarn.lock\" }}\n- run... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(ci): switch to next-gen CircleCI's convenience images (#366) |
305,159 | 14.09.2021 07:21:12 | -7,200 | aee5b704cb53d06746498d2f8fe56d272591f948 | chore(core): improve documentation of transport options | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/options.ts",
"new_path": "packages/core/src/options.ts",
"diff": "@@ -15,13 +15,16 @@ export interface ConnectionOptions {\n*/\ntimeout?: number\n/**\n- * TransportOptions supply extra options for the transport layer. It can contain an `agent... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(core): improve documentation of transport options |
305,159 | 02.10.2021 06:47:54 | -7,200 | 4d9ec1c49715426cc9ac2d4f01a220dd2cc100db | fix(core): require finite Point.intField | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/Point.ts",
"new_path": "packages/core/src/Point.ts",
"diff": "@@ -77,16 +77,18 @@ export class Point {\n* @returns this\n*/\npublic intField(name: string, value: number | any): Point {\n- if (typeof value !== 'number') {\nlet val: number\n- i... | TypeScript | MIT License | influxdata/influxdb-client-js | fix(core): require finite Point.intField |
305,159 | 02.10.2021 06:54:16 | -7,200 | c0b4b6857dd94eda389a8979d9cd48af18f1d206 | fix(core): normalize Point error messages | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/Point.ts",
"new_path": "packages/core/src/Point.ts",
"diff": "@@ -85,7 +85,7 @@ export class Point {\n}\nif (isNaN(val) || val <= -9223372036854776e3 || val >= 9223372036854776e3) {\nthrow new Error(\n- `expected integer value for field ${nam... | TypeScript | MIT License | influxdata/influxdb-client-js | fix(core): normalize Point error messages |
305,159 | 02.10.2021 06:56:53 | -7,200 | 52704ef94e61246c9acbe8fe9d1b7059522ec3d6 | fix(core): require finite Point.uintField | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/Point.ts",
"new_path": "packages/core/src/Point.ts",
"diff": "@@ -101,7 +101,7 @@ export class Point {\n*/\npublic uintField(name: string, value: number | any): Point {\nif (typeof value === 'number') {\n- if (value < 0 || value > Number.MAX_... | TypeScript | MIT License | influxdata/influxdb-client-js | fix(core): require finite Point.uintField |
305,159 | 02.10.2021 07:05:34 | -7,200 | 356adf338a270472ab6006519b611d89d9ae6945 | fix(core): require finite Point.floatField | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/Point.ts",
"new_path": "packages/core/src/Point.ts",
"diff": "@@ -84,9 +84,7 @@ export class Point {\nval = parseInt(String(value))\n}\nif (isNaN(val) || val <= -9223372036854776e3 || val >= 9223372036854776e3) {\n- throw new Error(\n- `integ... | TypeScript | MIT License | influxdata/influxdb-client-js | fix(core): require finite Point.floatField |
305,159 | 02.10.2021 07:14:23 | -7,200 | 5b65e8c49df10b64c9ee4e18ce251858526f84e4 | chore: document thrown error | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/Point.ts",
"new_path": "packages/core/src/Point.ts",
"diff": "@@ -75,6 +75,7 @@ export class Point {\n* @param name - field name\n* @param value - field value\n* @returns this\n+ * @throws NaN or out of int64 range value is supplied\n*/\npubl... | TypeScript | MIT License | influxdata/influxdb-client-js | chore: document thrown error |
305,159 | 18.10.2021 08:00:42 | -7,200 | d4440b2bdcfb66a5f631f53d52ac182273e68737 | chore(apis): regenerate oss apis | [
{
"change_type": "MODIFY",
"old_path": "packages/apis/src/generated/DashboardsAPI.ts",
"new_path": "packages/apis/src/generated/DashboardsAPI.ts",
"diff": "@@ -21,25 +21,6 @@ import {\nView,\n} from './types'\n-export interface GetDashboardsRequest {\n- offset?: number\n- limit?: number\n- descendin... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(apis): regenerate oss apis |
305,159 | 18.10.2021 08:20:11 | -7,200 | 7312140c2bf0f9934d9278afc369fba66a425a7a | chore(apis): update development.md | [
{
"change_type": "MODIFY",
"old_path": "packages/apis/DEVELOPMENT.md",
"new_path": "packages/apis/DEVELOPMENT.md",
"diff": "@@ -11,10 +11,10 @@ $ 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.githubuse... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(apis): update development.md |
305,159 | 18.10.2021 08:22:54 | -7,200 | 93a17995e7518952f49534c979144a066618813b | chore(apis): update api generator | [
{
"change_type": "MODIFY",
"old_path": "packages/apis/generator/index.ts",
"new_path": "packages/apis/generator/index.ts",
"diff": "@@ -11,7 +11,7 @@ const operations: Array<Operation> = JSON.parse(\n__dirname,\n'..',\n'resources',\n- process.argv[2] || 'operations_oss.json'\n+ process.argv[2] || 'o... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(apis): update api generator |
305,159 | 18.10.2021 09:08:29 | -7,200 | 9d6a59dc53d00242f1d092dd51cfdcbac4dbbbcd | feat(apis): use also managed-functions.yml | [
{
"change_type": "MODIFY",
"old_path": "packages/apis/DEVELOPMENT.md",
"new_path": "packages/apis/DEVELOPMENT.md",
"diff": "@@ -10,11 +10,12 @@ $ yarn build\n## Re-generate APIs code\n-- update local resources/swagger.yml to the latest version\n+- fetch latest versions of openapi files\n- `wget -O r... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(apis): use also managed-functions.yml |
305,159 | 18.10.2021 09:10:07 | -7,200 | 7dcc296cf5a2c8c332ad3247b0027aeb37e17f7f | feat(apis): generate code for functions API | [
{
"change_type": "MODIFY",
"old_path": "packages/apis/resources/operations.json",
"new_path": "packages/apis/resources/operations.json",
"diff": "]\n}\n]\n+ },\n+ {\n+ \"server\": \"/api/v2\",\n+ \"path\": \"/functions\",\n+ \"operation\": \"get\",\n+ \"operationId\": \"GetFunctions\",\n+ \"basicAut... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(apis): generate code for functions API |
305,159 | 22.10.2021 18:09:17 | -7,200 | 7aa2c72999c60ae685fb2dd2b2598ee458a3e82e | chore(apis): update readme with invocable scripts | [
{
"change_type": "MODIFY",
"old_path": "packages/apis/DEVELOPMENT.md",
"new_path": "packages/apis/DEVELOPMENT.md",
"diff": "@@ -12,7 +12,7 @@ $ yarn build\n- fetch latest versions of openapi files\n- `wget -O resources/oss.yml https://raw.githubusercontent.com/influxdata/openapi/master/contracts/oss... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(apis): update readme with invocable scripts |
305,159 | 22.10.2021 18:12:59 | -7,200 | 5e239b96458aeff8ad05dd52f7f4438715d869e4 | chore(apis): use invocable scripts | [
{
"change_type": "MODIFY",
"old_path": "packages/apis/DEVELOPMENT.md",
"new_path": "packages/apis/DEVELOPMENT.md",
"diff": "@@ -12,10 +12,10 @@ $ yarn build\n- fetch latest versions of openapi files\n- `wget -O resources/oss.yml https://raw.githubusercontent.com/influxdata/openapi/master/contracts/o... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(apis): use invocable scripts |
305,159 | 22.10.2021 18:13:26 | -7,200 | 5ac186e74eac84797ca1bbeeb1ced538e77df128 | chore(apis): update oss swagger | [
{
"change_type": "MODIFY",
"old_path": "packages/apis/resources/oss.yml",
"new_path": "packages/apis/resources/oss.yml",
"diff": "@@ -221,241 +221,6 @@ paths:\napplication/json:\nschema:\n$ref: '#/components/schemas/Routes'\n- /documents/templates:\n- get:\n- operationId: GetDocumentsTemplates\n- ta... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(apis): update oss swagger |
305,159 | 25.10.2021 18:01:16 | -7,200 | 2aefed81f28b3cddf69b639a1a6a559b3bfd263e | chore(docs): precise 1.8 compatibility warning | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "This repository contains the reference JavaScript client for InfluxDB 2.0. This client supports Node.js, browser, and Deno environments.\n-#### Note: Use this client library with InfluxDB 2.x and InfluxDB 1.8+. For... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(docs): precise 1.8 compatibility warning |
305,159 | 26.10.2021 14:20:53 | -7,200 | 3e8114f076c42c9fbb46ebd7e20268b402055fba | feat(apis): update invocable scripts API | [
{
"change_type": "MODIFY",
"old_path": "packages/apis/resources/invocable-scripts.yml",
"new_path": "packages/apis/resources/invocable-scripts.yml",
"diff": "openapi: 3.0.0\ninfo:\n- title: Influxdata API Invocable Scripts CRUD API\n+ title: InfluxData Invocable Scripts API\nversion: 0.1.0\n+ descri... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(apis): update invocable scripts API |
305,159 | 03.11.2021 19:47:02 | -3,600 | 3eb44511f69f4373c959018f80265efe7c357f63 | chore: add type assertion | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/results/chunksToLines.ts",
"new_path": "packages/core/src/results/chunksToLines.ts",
"diff": "@@ -58,7 +58,7 @@ export function chunksToLines(\ntry {\nbufferReceived(chunk)\n} catch (e) {\n- this.error(e)\n+ this.error(e as Error)\n}\n},\nerr... | TypeScript | MIT License | influxdata/influxdb-client-js | chore: add type assertion |
305,159 | 09.11.2021 21:44:37 | -3,600 | 4218e3266d649d45894df803f94a6db756e0a897 | chore(core): rename internal Logger to Log | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/impl/RetryBuffer.ts",
"new_path": "packages/core/src/impl/RetryBuffer.ts",
"diff": "-import {Logger} from '../util/logger'\n+import {Log} from '../util/logger'\n/* interval between successful retries */\nconst RETRY_INTERVAL = 1\n@@ -57,7 +57... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(core): rename internal Logger to Log |
305,159 | 10.11.2021 08:47:23 | -3,600 | d7684bb015493032ba0c10c775e676a22ea9919b | fix(core): remove undefined fields from request options | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/impl/node/NodeHttpTransport.ts",
"new_path": "packages/core/src/impl/node/NodeHttpTransport.ts",
"diff": "@@ -68,6 +68,13 @@ export class NodeHttpTransport implements Transport {\nthis.contextPath.length - 1\n)\n}\n+ // remove all undefined f... | TypeScript | MIT License | influxdata/influxdb-client-js | fix(core): remove undefined fields from request options |
305,159 | 14.11.2021 20:13:35 | -3,600 | 81ad5b756bbf75fec5efd61558a818a2ede900d9 | chore: improve doc remarks | [
{
"change_type": "MODIFY",
"old_path": "packages/apis/src/index.ts",
"new_path": "packages/apis/src/index.ts",
"diff": "* @remarks\n* These APIs allow to manage the domain objects of InfluxDB (such as buckets, sources, tasks, authorizations).\n* The APIs are constructed with `InfluxDB` instance that... | TypeScript | MIT License | influxdata/influxdb-client-js | chore: improve doc remarks |
305,159 | 15.11.2021 09:39:21 | -3,600 | 29369a3fdb1fdf5293753f58059082215b609229 | fix(core): do not parse empty JSON response | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/impl/node/NodeHttpTransport.ts",
"new_path": "packages/core/src/impl/node/NodeHttpTransport.ts",
"diff": "@@ -161,7 +161,11 @@ export class NodeHttpTransport implements Transport {\nconst responseType = options.headers?.accept ?? contentType\... | TypeScript | MIT License | influxdata/influxdb-client-js | fix(core): do not parse empty JSON response |
305,159 | 15.11.2021 10:07:43 | -3,600 | facdd3bc21c5b88e1ee2890982ef1aa05af85b0a | fix(core): ignore body of 204 response | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/impl/node/NodeHttpTransport.ts",
"new_path": "packages/core/src/impl/node/NodeHttpTransport.ts",
"diff": "@@ -146,6 +146,7 @@ export class NodeHttpTransport implements Transport {\n}\nlet buffer = emptyBuffer\nlet contentType: string\n+ let r... | TypeScript | MIT License | influxdata/influxdb-client-js | fix(core): ignore body of 204 response |
305,159 | 15.11.2021 11:10:28 | -3,600 | b172d1b09b954622faebdf6a7e63f25f5001fe12 | feat(examples): add invocableScript.js example | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "examples/invocableScripts.js",
"diff": "+#!/usr/bin/env node\n+/*\n+This example shows how to use API invocable scripts. See also\n+https://docs.influxdata.com/influxdb/cloud/api-guide/api-invocable-scripts/ .\n+*/\n+\n+const {InfluxDB, HttpErro... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(examples): add invocableScript.js example |
305,159 | 15.11.2021 23:37:11 | -3,600 | cca17591195bb295865a408ec13a3ac2862cb934 | fea(core): extract CSV response processing from QueryApiImpl to AnnotatedCSVResponse | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/InfluxDB.ts",
"new_path": "packages/core/src/InfluxDB.ts",
"diff": "@@ -7,6 +7,8 @@ import {Transport} from './transport'\nimport TransportImpl from './impl/node/NodeHttpTransport'\nimport QueryApi, {QueryOptions} from './QueryApi'\nimport Qu... | TypeScript | MIT License | influxdata/influxdb-client-js | fea(core): extract CSV response processing from QueryApiImpl to AnnotatedCSVResponse |
305,159 | 15.11.2021 23:43:30 | -3,600 | 16753a4a6ef1963c2603ad389c9123842acfda6b | feat(api): introduce FluxScriptInvocationAPI | [
{
"change_type": "MODIFY",
"old_path": "examples/invocableScripts.js",
"new_path": "examples/invocableScripts.js",
"diff": "@@ -5,7 +5,10 @@ https://docs.influxdata.com/influxdb/cloud/api-guide/api-invocable-scripts/ .\n*/\nconst {InfluxDB, HttpError} = require('@influxdata/influxdb-client')\n-const... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(api): introduce FluxScriptInvocationAPI |
305,159 | 16.11.2021 06:51:12 | -3,600 | 808f00b7727f5e4ebfaa8510be555b530f51fd0d | feat(core): add response method to QueryApi | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/QueryApi.ts",
"new_path": "packages/core/src/QueryApi.ts",
"diff": "import {Observable} from './observable'\nimport {ParameterizedQuery} from './query'\nimport {\n+ AnnotatedCSVResponse,\nCommunicationObserver,\nFluxResultObserver,\nFluxTable... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): add response method to QueryApi |
305,159 | 16.11.2021 07:01:31 | -3,600 | 795f6593c28aa5e707e927ffa6d3f01a46592e3f | feat: expose QueryApi.response | [
{
"change_type": "MODIFY",
"old_path": "packages/apis/src/custom/FluxScriptInvocationAPI.ts",
"new_path": "packages/apis/src/custom/FluxScriptInvocationAPI.ts",
"diff": "@@ -3,6 +3,7 @@ import {\nTransport,\nAnnotatedCSVResponse,\nAPIExecutor,\n+ CommunicationObserver,\n} from '@influxdata/influxdb-... | TypeScript | MIT License | influxdata/influxdb-client-js | feat: expose QueryApi.response |
305,159 | 16.11.2021 08:15:45 | -3,600 | c369b5d351a2690f23d1380ea148890becc4140b | feat(apis): add FluxScriptInvocationAPI tests | [
{
"change_type": "MODIFY",
"old_path": "packages/apis/package.json",
"new_path": "packages/apis/package.json",
"diff": "\"eslint-plugin-prettier\": \"^3.1.1\",\n\"eslint-plugin-tsdoc\": \"^0.2.6\",\n\"mocha\": \"^6.2.2\",\n+ \"nock\": \"^11.7.0\",\n\"prettier\": \"^1.19.1\",\n\"rimraf\": \"^3.0.0\",... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(apis): add FluxScriptInvocationAPI tests |
305,159 | 16.11.2021 19:15:43 | -3,600 | 73053fff5ba13f4e21fa442161ed4fc642f6062a | chore(apis): update InfluxDB API version to 2.1 | [
{
"change_type": "MODIFY",
"old_path": "packages/apis/DEVELOPMENT.md",
"new_path": "packages/apis/DEVELOPMENT.md",
"diff": "# influxdb-client-apis\n-Contains generated client APIs for InfluxDB v2.0. See https://github.com/influxdata/influxdb-client-js to know more.\n+Contains generated client APIs f... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(apis): update InfluxDB API version to 2.1 |
305,159 | 16.11.2021 19:16:29 | -3,600 | bf0c357eafd25ab974431c9bd75c0818978b2793 | chore(apis): update API generator to create correct cloud/v2.1 links | [
{
"change_type": "MODIFY",
"old_path": "packages/apis/generator/generateApi.ts",
"new_path": "packages/apis/generator/generateApi.ts",
"diff": "@@ -91,6 +91,14 @@ function requestRequired(operation: Operation): boolean {\nreturn false\n}\n+const CLOUD_APIS = ['ScriptsAPI']\n+function apiDocLink(apiN... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(apis): update API generator to create correct cloud/v2.1 links |
305,159 | 16.11.2021 19:23:01 | -3,600 | 74d92031fc4550648a0874cc2caec810271706f8 | chore(core): update links to point to v2.1 doc | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/InfluxDB.ts",
"new_path": "packages/core/src/InfluxDB.ts",
"diff": "@@ -11,7 +11,7 @@ import {AnnotatedCSVResponse, APIExecutor} from './results'\nimport {AnnotatedCSVResponseImpl} from './results/AnnotatedCSVResponseImpl'\n/**\n- * InfluxDB ... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(core): update links to point to v2.1 doc |
305,159 | 16.11.2021 19:35:05 | -3,600 | 6ccd8e81f0d467423ce7fa583a6cbf67ced028fa | chore(apis): correct APIs documentation | [
{
"change_type": "MODIFY",
"old_path": "packages/apis/src/index.ts",
"new_path": "packages/apis/src/index.ts",
"diff": "/**\n- * The `@influxdata/influxdb-client-apis` package provides all InfluxDB v2 APIs generated from its\n- * {@link https://v2.docs.influxdata.com/v2.0/api/ | OpenAPI specificatio... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(apis): correct APIs documentation |
305,159 | 16.11.2021 19:46:23 | -3,600 | 7500202577cf173d820be88764e7880b424e2c40 | chore: update InfluxDB version to 2.1 or 2.x | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "[](https://www.npmjs.com/package/@influxdata/influxdb-client)\n[: better describe module | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -31,11 +31,13 @@ InfluxDB 2.x client consists of two main packages\n- batch data in the background\n- retry automatically on failure\n- @influxdata/influxdb-client-apis\n- - Manage the following in InfluxDB:\n- ... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(docs): better describe @influxdata/influxdb-client-apis module |
305,159 | 18.11.2021 10:22:41 | -3,600 | 5bb181b0e416ffbeeb82c0aa4fad52ed71b3c9b0 | feat: add delete example | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -78,6 +78,7 @@ Use the following examples to get started with the JavaScript client for InfluxD\nSee [examples](./examples/README.md) for more advanced use case like the following:\n- Execute parameterized queri... | TypeScript | MIT License | influxdata/influxdb-client-js | feat: add delete example |
305,159 | 18.11.2021 20:37:03 | -3,600 | 1caecb03f910427c0a9e1f6617ef9b7b1e6e20c8 | chore: apply review | [
{
"change_type": "MODIFY",
"old_path": "examples/delete.ts",
"new_path": "examples/delete.ts",
"diff": "@@ -15,7 +15,7 @@ The functionality of the DeleteAPI is fully demonstrated with\nthe following sequence of examples:\n- write.js\n- query.ts\n- - delete.mjs\n+ - delete.ts\n- query.ts\nNote: You c... | TypeScript | MIT License | influxdata/influxdb-client-js | chore: apply review |
305,159 | 22.11.2021 12:00:52 | -3,600 | d7640d191de1ed6b64e1043da7ae4ab3904ec569 | fix(core): repair double-escaping of default tags | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/impl/WriteApiImpl.ts",
"new_path": "packages/core/src/impl/WriteApiImpl.ts",
"diff": "@@ -9,7 +9,6 @@ import {Headers} from '../results'\nimport {Log} from '../util/logger'\nimport {HttpError, RetryDelayStrategy} from '../errors'\nimport {Poi... | TypeScript | MIT License | influxdata/influxdb-client-js | fix(core): repair double-escaping of default tags |
305,159 | 03.12.2021 12:10:53 | -3,600 | 765a0b099a138a567716de10f5e486e32b5b143c | chore: document connection reuse in node.js | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -85,6 +85,7 @@ See [examples](./examples/README.md) for more advanced use case like the followi\n- Customize the writing of measurement points to InfluxDB.\n- Visualize query results in [Giraffe](https://github.... | TypeScript | MIT License | influxdata/influxdb-client-js | chore: document connection reuse in node.js |
305,159 | 03.12.2021 13:34:41 | -3,600 | a8ac7c3b0aba35280e4c63649eef337c033b68e2 | feat(core): isolate node transport options | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/impl/node/NodeHttpTransport.ts",
"new_path": "packages/core/src/impl/node/NodeHttpTransport.ts",
"diff": "@@ -47,16 +47,25 @@ export class NodeHttpTransport implements Transport {\ncallback: (res: http.IncomingMessage) => void\n) => http.Clie... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): isolate node transport options |
305,159 | 03.12.2021 14:33:32 | -3,600 | 6bbb00168dacef45b56db9b173716c60debe80d6 | feat(core): allow to set custom headers for all requests | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/impl/browser/FetchTransport.ts",
"new_path": "packages/core/src/impl/browser/FetchTransport.ts",
"diff": "@@ -37,6 +37,7 @@ export default class FetchTransport implements Transport {\nthis.defaultHeaders = {\n'content-type': 'application/json... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): allow to set custom headers for all requests |
305,159 | 03.12.2021 14:48:04 | -3,600 | 5610d693a6f7b9dc71cc7b83332ee09ba99ec47b | chore(core): remove unused property | [
{
"change_type": "MODIFY",
"old_path": "packages/core/test/unit/impl/node/NodeHttpTransport.test.ts",
"new_path": "packages/core/test/unit/impl/node/NodeHttpTransport.test.ts",
"diff": "@@ -254,7 +254,6 @@ describe('NodeHttpTransport', () => {\nconst transportOptions = {\nurl: TEST_URL,\ntimeout: 10... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(core): remove unused property |
305,159 | 03.12.2021 15:30:46 | -3,600 | 10b19a1ae80a26504de562133aeec88ecceaab8b | feat(core): allow to configure http proxy in node.js | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/impl/node/NodeHttpTransport.ts",
"new_path": "packages/core/src/impl/node/NodeHttpTransport.ts",
"diff": "@@ -56,11 +56,12 @@ export class NodeHttpTransport implements Transport {\nconstructor(connectionOptions: ConnectionOptions) {\nconst {\... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): allow to configure http proxy in node.js |
305,159 | 03.12.2021 15:52:58 | -3,600 | 4cdb86ea6c099e492aac506aed45baa9b43c12a0 | feat(core): setup Host header when proxy | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/impl/node/NodeHttpTransport.ts",
"new_path": "packages/core/src/impl/node/NodeHttpTransport.ts",
"diff": "@@ -110,7 +110,7 @@ export class NodeHttpTransport implements Transport {\n...connectionOptions.headers,\n}\nif (proxyUrl) {\n- this.hea... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): setup Host header when proxy |
305,159 | 03.12.2021 15:57:32 | -3,600 | cd19aad560d60b12716c4a876fda03626bf4c85b | chore(core): improve proxyUrl doc | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/options.ts",
"new_path": "packages/core/src/options.ts",
"diff": "@@ -32,7 +32,7 @@ export interface ConnectionOptions {\n*/\nheaders?: Record<string, string>\n/**\n- * HTTP proxy URL\n+ * Full HTTP web proxy URL including schema, for example... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(core): improve proxyUrl doc |
305,159 | 03.12.2021 16:24:09 | -3,600 | 4d2fe1d5c889963728ed2a51e37c554f770e1244 | chore(docs): remove obsolete proxy setup | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -84,7 +84,6 @@ See [examples](./examples/README.md) for more advanced use case like the followi\n- Process InfluxDB query results with RX Observables.\n- Customize the writing of measurement points to InfluxDB.\... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(docs): remove obsolete proxy setup |
305,159 | 13.01.2022 18:46:02 | -3,600 | 4522c8bd279c35cca9f475ade04394e8cbcd7b4d | chore(deps-dev): bump follow-redirects from 1.14.3 to 1.14.7 in package.json | [
{
"change_type": "MODIFY",
"old_path": "packages/core/package.json",
"new_path": "packages/core/package.json",
"diff": "\"eslint-config-prettier\": \"^6.7.0\",\n\"eslint-plugin-prettier\": \"^3.1.1\",\n\"eslint-plugin-tsdoc\": \"^0.2.6\",\n- \"follow-redirects\": \"^1.14.3\",\n+ \"follow-redirects\"... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(deps-dev): bump follow-redirects from 1.14.3 to 1.14.7 in package.json |
305,159 | 21.01.2022 10:20:34 | -3,600 | 9594abc809a5feebba0071cbb06f04adcb282d36 | fix(core): repair handling of gzipped responses | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/impl/node/NodeHttpTransport.ts",
"new_path": "packages/core/src/impl/node/NodeHttpTransport.ts",
"diff": "@@ -348,7 +348,6 @@ export class NodeHttpTransport implements Transport {\nreq.on('error', error => {\nlisteners.error(error)\n})\n- req... | TypeScript | MIT License | influxdata/influxdb-client-js | fix(core): repair handling of gzipped responses |
305,159 | 21.01.2022 12:33:59 | -3,600 | 1b84eae193d85a0e9f2957acf6cc9f36ce121ddd | feat(core): add utf8Length function | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "packages/core/src/util/utf8Length.ts",
"diff": "+/**\n+ * Utf8Length returns an expected length of a string when UTF-8 encoded.\n+ * @param s - input string\n+ * @returns expected count of bytes\n+ */\n+export default function utf8Length(s: stri... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): add utf8Length function |
305,159 | 21.01.2022 12:34:31 | -3,600 | 4586a72c0855fbff7922ddf0876f07d02dbaeb0e | feat(core): add maxBatchBytes write option with 50M default | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/options.ts",
"new_path": "packages/core/src/options.ts",
"diff": "@@ -103,7 +103,7 @@ export interface WriteRetryOptions extends RetryDelayStrategyOptions {\n* Options used by {@link WriteApi} .\n*/\nexport interface WriteOptions extends Writ... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): add maxBatchBytes write option with 50M default |
305,159 | 21.01.2022 12:35:45 | -3,600 | b8e4d0b327acc60b1839da1b5c6b34aab229de2b | feat(core): flush batch when bigger than maxBatchBytes | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/impl/WriteApiImpl.ts",
"new_path": "packages/core/src/impl/WriteApiImpl.ts",
"diff": "@@ -12,13 +12,16 @@ import {Point} from '../Point'\nimport {currentTime, dateToProtocolTimestamp} from '../util/currentTime'\nimport {createRetryDelayStrate... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): flush batch when bigger than maxBatchBytes |
305,159 | 21.01.2022 14:10:30 | -3,600 | a74389994b3f38b4725ebbb0603f46471b0400be | feat(core): test batch write when bytes exceed maximum | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/impl/WriteApiImpl.ts",
"new_path": "packages/core/src/impl/WriteApiImpl.ts",
"diff": "@@ -41,7 +41,10 @@ class WriteBuffer {\nthis.lines[this.length] = record\nthis.length++\nthis.bytes += size + 1\n- if (this.length >= this.maxChunkRecords) ... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): test batch write when bytes exceed maximum |
305,159 | 03.02.2022 09:28:17 | -3,600 | 4e361d53a9c3a523aa0a5bfebe29c8928960df45 | chore(apis): refactor and document swagger file patching | [
{
"change_type": "MODIFY",
"old_path": "packages/apis/DEVELOPMENT.md",
"new_path": "packages/apis/DEVELOPMENT.md",
"diff": "@@ -16,7 +16,7 @@ $ yarn build\n- `wget -O resources/cloud.yml https://raw.githubusercontent.com/influxdata/openapi/master/contracts/cloud.yml`\n- re-generate src/generated/typ... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(apis): refactor and document swagger file patching |
305,159 | 03.02.2022 10:12:16 | -3,600 | 568187dfe16045b54aa59ed759bbd8dd15af49dd | chore(apis): add script to fetch swagger files | [
{
"change_type": "MODIFY",
"old_path": "packages/apis/DEVELOPMENT.md",
"new_path": "packages/apis/DEVELOPMENT.md",
"diff": "@@ -11,9 +11,7 @@ $ yarn build\n## Re-generate APIs code\n- fetch latest versions of openapi files\n- - `wget -O resources/oss.yml https://raw.githubusercontent.com/influxdata/... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(apis): add script to fetch swagger files |
305,159 | 03.02.2022 15:14:27 | -3,600 | 027bbc0969b1b45df6e468a2273f01b83a71ee0d | chore(core): improve code coverage | [
{
"change_type": "MODIFY",
"old_path": "packages/core/test/unit/WriteApi.test.ts",
"new_path": "packages/core/test/unit/WriteApi.test.ts",
"diff": "@@ -525,9 +525,9 @@ describe('WriteApi', () => {\nconst writeCounters = createWriteCounters()\n// required because of https://github.com/influxdata/infl... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(core): improve code coverage |
305,159 | 03.02.2022 15:32:24 | -3,600 | 4fb8788a30981e1db1dc4a3285f212f2ebdb0138 | chore(core): avoid UnhandlerPromiseRejection in tests | [
{
"change_type": "MODIFY",
"old_path": "packages/core/test/unit/WriteApi.test.ts",
"new_path": "packages/core/test/unit/WriteApi.test.ts",
"diff": "@@ -77,7 +77,8 @@ describe('WriteApi', () => {\nlogs = collectLogging.replace()\n})\nafterEach(async () => {\n- await subject.close()\n+ // eslint-disab... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(core): avoid UnhandlerPromiseRejection in tests |
305,159 | 03.02.2022 15:48:06 | -3,600 | bcc1d766b6e9f9f9078e7546bee2285d83109c99 | chore: update codecov | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"license\": \"MIT\",\n\"dependencies\": {\n\"@microsoft/api-documenter\": \"^7.13.34\",\n- \"codecov\": \"^3.6.1\",\n+ \"codecov\": \"^3.8.3\",\n\"gh-pages\": \"^3.1.0\",\n\"lerna\": \"^3.20.2\",\n\"prettier... | TypeScript | MIT License | influxdata/influxdb-client-js | chore: update codecov |
305,159 | 05.02.2022 09:40:59 | -3,600 | 0ed3db7e25a48a7c641b0f1f05626c8168b9e420 | fix(apis): change generator to make basic authentication optional | [
{
"change_type": "MODIFY",
"old_path": "packages/apis/generator/generateApi.ts",
"new_path": "packages/apis/generator/generateApi.ts",
"diff": "@@ -52,7 +52,7 @@ function generateTypes(operation: Operation): string {\n}\nif (operation.basicAuth) {\n- retVal += ' auth: {user: string, password: string... | TypeScript | MIT License | influxdata/influxdb-client-js | fix(apis): change generator to make basic authentication optional |
305,159 | 05.02.2022 09:42:21 | -3,600 | 3ce44383adf838c2e2f79b15829198a881e01442 | fix(apis): make basic authentication optional | [
{
"change_type": "MODIFY",
"old_path": "packages/apis/src/generated/MeAPI.ts",
"new_path": "packages/apis/src/generated/MeAPI.ts",
"diff": "@@ -4,7 +4,7 @@ import {PasswordResetBody, UserResponse} from './types'\nexport interface GetMeRequest {}\nexport interface PutMePasswordRequest {\n- auth: {use... | TypeScript | MIT License | influxdata/influxdb-client-js | fix(apis): make basic authentication optional |
305,159 | 18.02.2022 10:22:44 | -3,600 | 6c5a76281b4778d5b1fd219bbf60ff542c4cc94b | chore: revert removal of codecov | [
{
"change_type": "MODIFY",
"old_path": ".circleci/config.yml",
"new_path": ".circleci/config.yml",
"diff": "version: 2.1\n-orbs:\n- codecov: codecov/codecov@3.2.2\ncommands:\ninit-dependencies:\n@@ -23,7 +21,7 @@ jobs:\nparameters:\nimage:\ntype: string\n- default: &default-image 'cimg/node:14.17.6'... | TypeScript | MIT License | influxdata/influxdb-client-js | chore: revert removal of codecov |
305,159 | 18.02.2022 10:44:03 | -3,600 | 5d15bbcb61e9a953cc0de4ab783222984355c56f | chore(ci): report coverage using codecov binary | [
{
"change_type": "MODIFY",
"old_path": ".circleci/config.yml",
"new_path": ".circleci/config.yml",
"diff": "@@ -51,7 +51,12 @@ jobs:\nyarn --version\nyarn run coverage:ci\nyarn run coverage:send\n- - codecov/upload\n+ - run:\n+ name: Report test results to codecov\n+ command: |\n+ curl -Os https://u... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(ci): report coverage using codecov binary |
305,159 | 18.02.2022 10:52:05 | -3,600 | 38eabdd891770563ee643b69a170edaf675bd474 | chore(ci): remove yarn coverage:send | [
{
"change_type": "MODIFY",
"old_path": ".circleci/config.yml",
"new_path": ".circleci/config.yml",
"diff": "@@ -48,7 +48,6 @@ jobs:\ncommand: |\nyarn --version\nyarn run coverage:ci\n- yarn run coverage:send\n- run:\nname: Report test results to codecov\ncommand: |\n"
}
] | TypeScript | MIT License | influxdata/influxdb-client-js | chore(ci): remove yarn coverage:send |
305,159 | 18.02.2022 10:54:11 | -3,600 | d47684296e6557d3e2ea623c54364cc776057393 | chore(ci): repair path to codecov binary | [
{
"change_type": "MODIFY",
"old_path": ".circleci/config.yml",
"new_path": ".circleci/config.yml",
"diff": "@@ -52,8 +52,8 @@ jobs:\nname: Report test results to codecov\ncommand: |\ncurl -Os https://uploader.codecov.io/latest/linux/codecov\n- chmod +x codecov\n- codecov\n+ chmod +x ./codecov\n+ ./c... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(ci): repair path to codecov binary |
305,159 | 18.02.2022 11:39:28 | -3,600 | b552f77cfbbc4a113cd1b9a1faa2ef53e9e94869 | chore(ci): validate integrity of codecov binary | [
{
"change_type": "MODIFY",
"old_path": ".circleci/config.yml",
"new_path": ".circleci/config.yml",
"diff": "@@ -52,6 +52,10 @@ jobs:\nname: Report test results to codecov\ncommand: |\ncurl -Os https://uploader.codecov.io/latest/linux/codecov\n+ curl -Os https://uploader.codecov.io/latest/linux/codec... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(ci): validate integrity of codecov binary |
305,159 | 18.02.2022 11:54:33 | -3,600 | d0e09195ef9466b642c76bcbe6d5b2c0b306f8b0 | chore(ci): add trusted keys for gpg | [
{
"change_type": "MODIFY",
"old_path": ".circleci/config.yml",
"new_path": ".circleci/config.yml",
"diff": "@@ -54,6 +54,7 @@ jobs:\ncurl -Os https://uploader.codecov.io/latest/linux/codecov\ncurl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM\ncurl -Os https://uploader.codecov.io/la... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(ci): add trusted keys for gpg |
305,159 | 01.03.2022 13:57:46 | -3,600 | 19709411805301a7fd9bcd6dd92917e16754f323 | feat(core): add FluxTableColumn.get(row) | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/results/FluxTableColumn.ts",
"new_path": "packages/core/src/results/FluxTableColumn.ts",
"diff": "@@ -13,7 +13,7 @@ export type ColumnType =\n| string\n/**\n- * Column metadata class of a {@link http://bit.ly/flux-spec#table | flux table} col... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): add FluxTableColumn.get(row) |
305,159 | 01.03.2022 16:04:03 | -3,600 | d0593bddac430e8b7bfb8bd2f079d3b6b17f550a | feat(core): allow to return unknown column | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/results/FluxTableColumn.ts",
"new_path": "packages/core/src/results/FluxTableColumn.ts",
"diff": "@@ -94,6 +94,14 @@ class FluxTableColumnImpl implements FluxTableColumn {\nreturn (typeSerializers[this.dataType] ?? identity)(val)\n}\n}\n+expo... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): allow to return unknown column |
305,159 | 01.03.2022 16:41:29 | -3,600 | 52ef9cf80f9de47cde8b99d1ef241148d5e76f0b | feat(exampled): use the same range in rxjs example | [
{
"change_type": "MODIFY",
"old_path": "examples/rxjs-query.ts",
"new_path": "examples/rxjs-query.ts",
"diff": "@@ -11,7 +11,7 @@ import {url, token, org} from './env'\nconst queryApi = new InfluxDB({url, token}).getQueryApi(org)\nconst fluxQuery =\n- 'from(bucket:\"my-bucket\") |> range(start: 0) |... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(exampled): use the same range in rxjs example |
305,159 | 01.03.2022 16:45:58 | -3,600 | 74b757f384299058279f7b816da164336d2e66c5 | feat(core): simplify retrieval of paricular row columns using a new get and toProxy methods | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/results/FluxTableMetaData.ts",
"new_path": "packages/core/src/results/FluxTableMetaData.ts",
"diff": "@@ -55,10 +55,25 @@ export interface FluxTableMetaData {\ncolumn(label: string, errorOnMissingColumn?: boolean): FluxTableColumn\n/**\n- * C... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): simplify retrieval of paricular row columns using a new get and toProxy methods |
305,159 | 01.03.2022 17:00:26 | -3,600 | 896b5d0197cd2ce8f77e28682d6e72e6487c2cdc | feat(core): test table.get and table.toProxy | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/results/FluxTableColumn.ts",
"new_path": "packages/core/src/results/FluxTableColumn.ts",
"diff": "@@ -88,7 +88,7 @@ class FluxTableColumnImpl implements FluxTableColumn {\nindex: number\npublic get(row: string[]): any {\nlet val = row[this.in... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): test table.get and table.toProxy |
305,159 | 01.03.2022 17:11:36 | -3,600 | 0ddbf5dd4a5ebba997fe19045c8999113be33f49 | feat(examples/query): show table.get and table.toProxy | [
{
"change_type": "MODIFY",
"old_path": "examples/query.ts",
"new_path": "examples/query.ts",
"diff": "// Shows how to use InfluxDB query API. //\n//////////////////////////////////////////\n-import {InfluxDB, FluxTableMetaData} from '@influxdata/influxdb-client'\n+// import {InfluxDB, FluxTableMetaD... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(examples/query): show table.get and table.toProxy |
305,159 | 01.03.2022 17:21:29 | -3,600 | 909c8fae0c8ddd9b7151639ab12de467f83f0e62 | feat(core): replace table.toProxy(row) by new Proxy(row,table) | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/results/FluxTableMetaData.ts",
"new_path": "packages/core/src/results/FluxTableMetaData.ts",
"diff": "@@ -60,13 +60,6 @@ export interface FluxTableMetaData {\n*/\ntoObject(row: string[]): {[key: string]: any}\n- /**\n- * Creates a javascript ... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): replace table.toProxy(row) by new Proxy(row,table) |
305,159 | 01.03.2022 17:22:39 | -3,600 | c47fd9543d4ca24af7f3593d3545ad6249a2f75d | feat(example): demonstrate usage of Proxy when receiving rows | [
{
"change_type": "MODIFY",
"old_path": "examples/query.ts",
"new_path": "examples/query.ts",
"diff": "// Shows how to use InfluxDB query API. //\n//////////////////////////////////////////\n-// import {InfluxDB, FluxTableMetaData} from '@influxdata/influxdb-client'\n-import {InfluxDB, FluxTableMetaD... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(example): demonstrate usage of Proxy when receiving rows |
305,159 | 03.03.2022 14:43:22 | -3,600 | 936fe78fda4c2c22bf0cd9b9b36f8e7f060a2e3b | fix(examples): fix browser example | [
{
"change_type": "MODIFY",
"old_path": "examples/index.html",
"new_path": "examples/index.html",
"diff": "<script type=\"module\">\n// import latest release from npm repository\nimport {InfluxDB, Point} from 'https://unpkg.com/@influxdata/influxdb-client/dist/index.browser.mjs'\n- // import {PingAPI... | TypeScript | MIT License | influxdata/influxdb-client-js | fix(examples): fix browser example |
305,159 | 10.03.2022 08:09:20 | -3,600 | 04976dd7117f5670b670f838928072a80bbe2998 | chore(core): repair docs of maxRetries | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/options.ts",
"new_path": "packages/core/src/options.ts",
"diff": "@@ -91,7 +91,7 @@ export interface WriteRetryOptions extends RetryDelayStrategyOptions {\n*/\nwriteSuccess(this: WriteApi, lines: Array<string>): void\n- /** max number of retr... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(core): repair docs of maxRetries |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.