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 | 09.06.2020 14:56:23 | -7,200 | b153fd1097ecae7563b274eb7103a84d8cacc01a | feat(core/query): add collectRows and collectLines to query API | [
{
"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, FluxTableMetaData... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core/query): add collectRows and collectLines to query API |
305,159 | 09.06.2020 17:02:38 | -7,200 | 54705918c59f7d7f108feceae4e02fd7bfbd9399 | feat(core/write): allow to supply listener for write failures | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/impl/WriteApiImpl.ts",
"new_path": "packages/core/src/impl/WriteApiImpl.ts",
"diff": "@@ -131,6 +131,18 @@ export default class WriteApiImpl implements WriteApi, PointSettings {\nreturn new Promise<void>((resolve, reject) => {\nthis.transport... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core/write): allow to supply listener for write failures |
305,159 | 10.06.2020 17:18:59 | -7,200 | 900e22676bd8011114892be026332a5f6907e237 | feat(core/write): allow the write failure listener to return the result of the flush operation | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/impl/WriteApiImpl.ts",
"new_path": "packages/core/src/impl/WriteApiImpl.ts",
"diff": "@@ -132,15 +132,14 @@ export default class WriteApiImpl implements WriteApi, PointSettings {\nthis.transport.send(this.httpPath, lines.join('\\n'), this.sen... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core/write): allow the write failure listener to return the result of the flush operation |
305,159 | 10.06.2020 19:15:34 | -7,200 | ec915b7aa5d7bc3a7d29ac2a5f51a7ca4b5a2a8f | chore: avoid branching | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/impl/WriteApiImpl.ts",
"new_path": "packages/core/src/impl/WriteApiImpl.ts",
"diff": "@@ -160,10 +160,9 @@ export default class WriteApiImpl implements WriteApi, PointSettings {\n)\nreject(error)\nreturn\n- } else {\n+ }\nLogger.error(`Write ... | TypeScript | MIT License | influxdata/influxdb-client-js | chore: avoid branching |
305,159 | 11.06.2020 14:50:52 | -7,200 | e261b8ee44cc832a4644f3858f5413cc63a71711 | chore: improve CI tests | [
{
"change_type": "MODIFY",
"old_path": ".circleci/config.yml",
"new_path": ".circleci/config.yml",
"diff": "@@ -34,6 +34,7 @@ jobs:\nyarn lint:ci\nyarn build\ncd ../apis\n+ yarn test\nyarn build\n# Upload results\n- store_test_results:\n"
},
{
"change_type": "MODIFY",
"old_path": "packag... | TypeScript | MIT License | influxdata/influxdb-client-js | chore: improve CI tests |
305,159 | 11.06.2020 15:16:29 | -7,200 | 219786c23c177a640aff8c60ab9b693218c36fdc | chore: improve README in the core package to include support of InfluxDB 1.8+ | [
{
"change_type": "MODIFY",
"old_path": "packages/core/README.md",
"new_path": "packages/core/README.md",
"diff": "The reference javascript client for InfluxDB 2.0. Both node and browser environments are supported.\nSee https://github.com/influxdata/influxdb-client-js to know more.\n-**Note: This lib... | TypeScript | MIT License | influxdata/influxdb-client-js | chore: improve README in the core package to include support of InfluxDB 1.8+ |
305,159 | 21.06.2020 20:40:36 | -7,200 | 2f5103669c6bf8ac5d510f94a4e8752421146e02 | feat(write): allow to supply default tags in write configuration | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/impl/WriteApiImpl.ts",
"new_path": "packages/core/src/impl/WriteApiImpl.ts",
"diff": "@@ -87,6 +87,9 @@ export default class WriteApiImpl implements WriteApi, PointSettings {\n}\nthis.currentTime = currentTime[precision]\nthis.dateToProtocolT... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(write): allow to supply default tags in write configuration |
305,159 | 27.06.2020 07:06:54 | -7,200 | 09d3d440a9663562e10737f8a427bf9c349dbeab | chore: update write example with precision docs | [
{
"change_type": "MODIFY",
"old_path": "examples/write.js",
"new_path": "examples/write.js",
"diff": "@@ -8,6 +8,7 @@ const {url, token, org, bucket} = require('./env')\nconst {hostname} = require('os')\nconsole.log('*** WRITE POINTS ***')\n+// create a write API, expecting point timestamps in nanos... | TypeScript | MIT License | influxdata/influxdb-client-js | chore: update write example with precision docs |
305,160 | 29.06.2020 10:44:42 | -7,200 | 6673bad377d9064154aea131766b2f19889a720d | fix: serialization of `\n`, `\r` and `\t` to Line Protocol | [
{
"change_type": "MODIFY",
"old_path": "CHANGELOG.md",
"new_path": "CHANGELOG.md",
"diff": "1. [#207](https://github.com/influxdata/influxdb-client-js/pull/207): Explain the significance of the precision argument in write example.\n+### Bug Fixes\n+\n+1. [#205](https://github.com/influxdata/influxdb... | TypeScript | MIT License | influxdata/influxdb-client-js | fix: serialization of `\n`, `\r` and `\t` to Line Protocol (#205) |
305,159 | 30.06.2020 12:35:58 | -7,200 | 8b027e22d562d8fc6a9fea093ae4fdf2a1a4539c | fix(core/transport): fall back to 1.8 X-Influxdb-Error HTTP header value when no error body is available | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/impl/browser/FetchTransport.ts",
"new_path": "packages/core/src/impl/browser/FetchTransport.ts",
"diff": "@@ -124,6 +124,12 @@ export default class FetchTransport implements Transport {\nLogger.warn('Unable to read error body', _e)\n}\nif (st... | TypeScript | MIT License | influxdata/influxdb-client-js | fix(core/transport): fall back to 1.8 X-Influxdb-Error HTTP header value when no error body is available |
305,159 | 30.06.2020 12:56:00 | -7,200 | b2271cf93af50d0def37ad8d963053c8937acd09 | fix(core/transport): fall back to 1.8 X-Influxdb-Error HTTP header value also in fetch transport | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/impl/browser/FetchTransport.ts",
"new_path": "packages/core/src/impl/browser/FetchTransport.ts",
"diff": "@@ -67,6 +67,12 @@ export default class FetchTransport implements Transport {\nreturn response\n.text()\n.then((text: string) => {\n+ if... | TypeScript | MIT License | influxdata/influxdb-client-js | fix(core/transport): fall back to 1.8 X-Influxdb-Error HTTP header value also in fetch transport |
305,159 | 17.07.2020 16:56:56 | -7,200 | 0008ee0a2ae02212a8fb86ec4b90a28aa9aa019d | chore(docs): repair main typedoc script | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"test\": \"cd packages/core && yarn test && cd ../apis && yarn test\",\n\"coverage\": \"cd packages/core && yarn coverage\",\n\"coverage:send\": \"cd packages/core && yarn coverage:send\",\n- \"typedoc\": \"... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(docs): repair main typedoc script |
305,159 | 21.07.2020 13:42:56 | -7,200 | 60fa53c2e189ef76a5122843fd9f7a65b20caf6e | feat(examples): add createBucket.js example | [
{
"change_type": "MODIFY",
"old_path": "examples/.eslintrc.json",
"new_path": "examples/.eslintrc.json",
"diff": "\"rules\": {\n\"no-console\": \"off\",\n\"@typescript-eslint/no-var-requires\": \"off\"\n+ },\n+ \"overrides\": [\n+ {\n+ \"files\": [\"*.js\"],\n+ \"rules\": {\n+ \"@typescript-eslint/e... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(examples): add createBucket.js example |
305,159 | 23.07.2020 08:35:48 | -7,200 | ceec7a0f94e51fe938aa65f949e25c89f5eb5605 | docs: add default documentation to body property in generated APIs | [
{
"change_type": "MODIFY",
"old_path": "CHANGELOG.md",
"new_path": "CHANGELOG.md",
"diff": "## 1.6.0 [unreleased]\n+### Documentation\n+\n+1. [#215](https://github.com/influxdata/influxdb-client-js/pull/215): Add createBucket.js example\n+1. [#218](https://github.com/influxdata/influxdb-client-js/pu... | TypeScript | MIT License | influxdata/influxdb-client-js | docs: add default documentation to body property in generated APIs |
305,159 | 23.07.2020 08:48:58 | -7,200 | 96c8450d91e32320d16ec0e6ca5410634e418d26 | feat(core/flux): sanitize arrays in parameterized flux queries | [
{
"change_type": "MODIFY",
"old_path": "CHANGELOG.md",
"new_path": "CHANGELOG.md",
"diff": "### Features\n+1. [#219](https://github.com/influxdata/influxdb-client-js/pull/219): Sanitize arrays in parameterized flux queries.\n+\n+### Features\n+\n1. [#204](https://github.com/influxdata/influxdb-clien... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core/flux): sanitize arrays in parameterized flux queries |
305,159 | 24.07.2020 04:04:07 | -7,200 | e698f781afb0485231e43e7fb868c9814b18b108 | chore: add more doc into examples | [
{
"change_type": "MODIFY",
"old_path": "examples/createBucket.js",
"new_path": "examples/createBucket.js",
"diff": "@@ -38,6 +38,7 @@ async function recreateBucket(name) {\n}\nconsole.log(`*** Create Bucket \"${name}\" ***`)\n+ // creates a bucket, entity properties are specified in the \"body\" pro... | TypeScript | MIT License | influxdata/influxdb-client-js | chore: add more doc into examples |
305,159 | 24.07.2020 12:03:21 | -7,200 | a98cb8fa210a76fb1f89a99eae4ccc0ec574a456 | docs: improve main readme | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -33,46 +33,41 @@ InfluxDB 2.0 client consists of two packages\n## Installation\n-To use write or query InfluxDB in your project:\n+To write or query InfluxDB, add `@influxdata/influxdb-client` dependency to your... | TypeScript | MIT License | influxdata/influxdb-client-js | docs: improve main readme |
305,159 | 23.07.2020 13:31:51 | -7,200 | d6cdabfa8d36a955fcc0459981bc8f62edb14a75 | chore(core/flux): do fewer comparisons during detection of flux parameter type | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/query/flux.ts",
"new_path": "packages/core/src/query/flux.ts",
"diff": "@@ -192,16 +192,18 @@ export function toFluxValue(value: any): string {\nreturn `\"${sanitizeString(value)}\"`\n} else if (typeof value === 'number') {\nreturn sanitizeFl... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(core/flux): do fewer comparisons during detection of flux parameter type |
305,159 | 24.07.2020 14:23:38 | -7,200 | 315951fc54e011d1dea5bdba89edc82e080cf177 | docs: validate tsdoc with lint | [
{
"change_type": "MODIFY",
"old_path": ".eslintrc.json",
"new_path": ".eslintrc.json",
"diff": "\"sourceType\": \"module\",\n\"ecmaFeatures\": {}\n},\n- \"plugins\": [\"@typescript-eslint\", \"prettier\"],\n+ \"plugins\": [\n+ \"@typescript-eslint/eslint-plugin\",\n+ \"prettier\",\n+ \"eslint-plugin... | TypeScript | MIT License | influxdata/influxdb-client-js | docs: validate tsdoc with lint |
305,159 | 24.07.2020 15:02:56 | -7,200 | 6e722c2939b84ac5c18b25516f3f3c7ff13319ee | docs(core): repair and improve tsdoc comments | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/InfluxDB.ts",
"new_path": "packages/core/src/InfluxDB.ts",
"diff": "@@ -17,7 +17,7 @@ export default class InfluxDB {\n/**\n* Creates influxdb client options from an options object or url.\n- * @param options options\n+ * @param options - cli... | TypeScript | MIT License | influxdata/influxdb-client-js | docs(core): repair and improve tsdoc comments |
305,159 | 24.07.2020 15:37:32 | -7,200 | 553ce8edf52d8ab10ce17cbd1e784497617a6d58 | docs(apis): tsdoc lint issues are errors unless in generated code | [
{
"change_type": "MODIFY",
"old_path": ".eslintrc.json",
"new_path": ".eslintrc.json",
"diff": "],\n\"@typescript-eslint/no-empty-function\": \"off\",\n\"@typescript-eslint/no-empty-interface\": \"off\",\n- \"tsdoc/syntax\": \"warn\"\n+ \"tsdoc/syntax\": \"error\"\n}\n}\n"
},
{
"change_type"... | TypeScript | MIT License | influxdata/influxdb-client-js | docs(apis): tsdoc lint issues are errors unless in generated code |
305,159 | 26.07.2020 20:00:52 | -7,200 | 92100d19dbdc2fc36c044595d6d44d35b1a3f20c | chore: support comments in JSON configurations | [
{
"change_type": "ADD",
"old_path": null,
"new_path": ".gitattributes",
"diff": "+# Rush's JSON config files use JavaScript-style code comments. The rule below prevents pedantic\n+# syntax highlighters such as GitHub's from highlighting these comments as errors. Your text editor\n+# may also require... | TypeScript | MIT License | influxdata/influxdb-client-js | chore: support comments in JSON configurations |
305,159 | 26.07.2020 20:59:50 | -7,200 | 16e15d8dab4a39b31ccf8d494ad0f7acc04f36e3 | chore(docs): simplify generated typings | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/util/currentTime.ts",
"new_path": "packages/core/src/util/currentTime.ts",
"diff": "@@ -77,14 +77,14 @@ function seconds(): string {\n* depending on the js platform in use.\n*/\nexport const currentTime = Object.freeze({\n- [String(WritePreci... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(docs): simplify generated typings |
305,159 | 26.07.2020 21:04:06 | -7,200 | 564d672f11032a196023ae54ea4a303ce74a6756 | chore(docs): repair link | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/transport.ts",
"new_path": "packages/core/src/transport.ts",
"diff": "@@ -100,7 +100,7 @@ export interface Transport {\nrequest(path: string, body: any, options: SendOptions): Promise<any>\n/**\n- * Returns operations for chunks emitted to th... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(docs): repair link |
305,159 | 26.07.2020 21:17:05 | -7,200 | 1046bf6fd466e7889b8109efd4a2c3eb58e007fa | chore(typings): add forgotten exports | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/index.ts",
"new_path": "packages/core/src/index.ts",
"diff": "@@ -2,9 +2,11 @@ export * from './options'\nexport * from './errors'\nexport * from './util/escape'\nexport * from './util/currentTime'\n+export {default as Cancellable} from './ut... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(typings): add forgotten exports |
305,159 | 26.07.2020 21:33:53 | -7,200 | bd1909221dae7cfcbc3d47f0185cd495c6e4389f | docs: use api-extractor and api-generator to generate API documentation | [
{
"change_type": "MODIFY",
"old_path": ".gitignore",
"new_path": ".gitignore",
"diff": "@@ -10,4 +10,5 @@ doc\nreports\nyarn-error.log\n.idea/\n-temp\n+/temp\n+/docs\n"
},
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "]\n},\n\"scripts... | TypeScript | MIT License | influxdata/influxdb-client-js | docs: use api-extractor and api-generator to generate API documentation |
305,159 | 26.07.2020 22:40:55 | -7,200 | 89d6c22e60765674de738367f6d752eea8d009f4 | chore: repair malformed doc in swagger.yml | [
{
"change_type": "MODIFY",
"old_path": "packages/apis/resources/operations.json",
"new_path": "packages/apis/resources/operations.json",
"diff": "},\n{\n\"name\": \"id\",\n- \"description\": \"List of dashboard IDs to return. If both `id and `owner` are specified, only `id` is used.\",\n+ \"descript... | TypeScript | MIT License | influxdata/influxdb-client-js | chore: repair malformed doc in swagger.yml |
305,159 | 26.07.2020 22:41:58 | -7,200 | cef682dab769a2d87c9d0048737c3faaf47968a6 | chore(docs): add gh-pages | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"apidoc\": \"yarn clean && yarn build && yarn apidoc:extract && yarn apidoc:generate\",\n\"apidoc:extract\": \"yarn workspaces run apidoc:extract\",\n\"apidoc:generate\": \"api-documenter markdown -i docs -o... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(docs): add gh-pages |
305,159 | 26.07.2020 23:08:20 | -7,200 | 91af5cc155824eeed83cd4eaf7831dee2e4b342b | chore(docs): use to generate links in API docs | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/InfluxDB.ts",
"new_path": "packages/core/src/InfluxDB.ts",
"diff": "@@ -9,7 +9,7 @@ import QueryApi from './QueryApi'\nimport QueryApiImpl from './impl/QueryApiImpl'\n/**\n- * InfluxDB 2.0 client that uses HTTP API described in https://v2.doc... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(docs): use @link to generate links in API docs |
305,159 | 26.07.2020 23:47:43 | -7,200 | 4f85c0b442d60af7584fdcd127cf5ffb09276b61 | docs: add mising documentation to to-level core types | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/QueryApi.ts",
"new_path": "packages/core/src/QueryApi.ts",
"diff": "@@ -13,6 +13,7 @@ export function defaultRowMapping(\nreturn tableMeta.toObject(values)\n}\n+/** QueryOptions contains QueryApi configuration options. */\nexport interface Qu... | TypeScript | MIT License | influxdata/influxdb-client-js | docs: add mising documentation to to-level core types |
305,159 | 27.07.2020 05:50:12 | -7,200 | 3f7b3f0508eff11d971cb1802aa85a1d3c05f016 | feat(apidoc): correct cross references | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "},\n\"scripts\": {\n\"apidoc\": \"yarn clean && yarn build && yarn apidoc:extract && yarn apidoc:generate\",\n- \"apidoc:extract\": \"yarn workspaces run apidoc:extract\",\n+ \"apidoc:extract\": \"yarn worksp... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(apidoc): correct cross references |
305,159 | 27.07.2020 07:46:52 | -7,200 | e275bc79c83f26d5a0eef3f632d0b893b44f01da | docs: add documentation and remarks to client packages | [
{
"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 specificati... | TypeScript | MIT License | influxdata/influxdb-client-js | docs: add documentation and remarks to client packages |
305,159 | 27.07.2020 08:21:02 | -7,200 | e4523572426adb63974b29bcd2afe1d7b187d870 | docs: add links to examples into InfluxDB docs | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/InfluxDB.ts",
"new_path": "packages/core/src/InfluxDB.ts",
"diff": "@@ -35,14 +35,21 @@ export default class InfluxDB {\n}\n/**\n- * Creates [[WriteApi]] for the supplied organization and bucket. BEWARE that returned instances must be closed\... | TypeScript | MIT License | influxdata/influxdb-client-js | docs: add links to examples into InfluxDB docs |
305,159 | 27.07.2020 08:22:40 | -7,200 | 8c9bf247d14a6262c0d52d55a48033018700494a | docs: better indent code examples | [
{
"change_type": "MODIFY",
"old_path": "packages/apis/src/index.ts",
"new_path": "packages/apis/src/index.ts",
"diff": "* ...\n* const {InfluxDB} = require('@influxdata/influxdb-client')\n* const {OrgsAPI} = require('@influxdata/influxdb-client-apis')\n- * const influxDB = new InfluxDB({url: \"http:... | TypeScript | MIT License | influxdata/influxdb-client-js | docs: better indent code examples |
305,159 | 27.07.2020 14:47:56 | -7,200 | a156f2cf01ed3a128ed6f7449e83fe0516dc8713 | chore: skip CI on gh-pages updates | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"apidoc\": \"yarn clean && yarn build && yarn apidoc:extract && yarn apidoc:generate\",\n\"apidoc:extract\": \"yarn workspaces run apidoc:extract && node scripts/fix-extracted-api-files.js\",\n\"apidoc:gener... | TypeScript | MIT License | influxdata/influxdb-client-js | chore: skip CI on gh-pages updates |
305,159 | 27.07.2020 14:48:15 | -7,200 | 3502347b389b57bc9fa388cdeed058e87d5130f7 | docs(core): improve links in api docs | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/InfluxDB.ts",
"new_path": "packages/core/src/InfluxDB.ts",
"diff": "@@ -9,7 +9,8 @@ import QueryApi from './QueryApi'\nimport QueryApiImpl from './impl/QueryApiImpl'\n/**\n- * InfluxDB 2.0 client that uses HTTP API described in {@link https:/... | TypeScript | MIT License | influxdata/influxdb-client-js | docs(core): improve links in api docs |
305,159 | 27.07.2020 16:33:19 | -7,200 | d6d5530d928cab7b99a8488681e87ca9625b18ef | docs: configure gh-pages theme | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"scripts\": {\n\"apidoc\": \"yarn clean && yarn build && yarn apidoc:extract && yarn apidoc:generate\",\n\"apidoc:extract\": \"yarn workspaces run apidoc:extract && node scripts/fix-extracted-api-files.js\",... | TypeScript | MIT License | influxdata/influxdb-client-js | docs: configure gh-pages theme |
305,159 | 27.07.2020 17:07:50 | -7,200 | 6230d439a23333ce3d52cd9b8ab533f79b1c52ea | chore: add link to API documentation to readme | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -69,6 +69,8 @@ There are also more advanced [examples](./examples/README.md) that shows\n- how to use this client in the browser\n- how to process InfluxDB query results with RX Observables\n+The client API docu... | TypeScript | MIT License | influxdata/influxdb-client-js | chore: add link to API documentation to readme |
305,159 | 28.07.2020 08:12:35 | -7,200 | 0e11f532eadd8a8b1e85a56379f6b8cfc69427dc | docs: enhance generated documentation with version and intro | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"scripts\": {\n\"apidoc\": \"yarn clean && yarn build && yarn apidoc:extract && yarn apidoc:generate\",\n\"apidoc:extract\": \"yarn workspaces run apidoc:extract && node scripts/fix-extracted-api-files.js\",... | TypeScript | MIT License | influxdata/influxdb-client-js | docs: enhance generated documentation with version and intro |
305,159 | 28.07.2020 11:35:17 | -7,200 | 0f508ea523c4f5ee3242359b8db8934d634b6792 | docs: include documentation generation into CI test | [
{
"change_type": "MODIFY",
"old_path": ".circleci/config.yml",
"new_path": ".circleci/config.yml",
"diff": "@@ -17,7 +17,7 @@ commands:\n- ~/.cache/yarn\njobs:\n- unit-tests:\n+ tests:\nparameters:\nversion:\ntype: string\n@@ -29,13 +29,15 @@ jobs:\n- run:\nname: Run tests\ncommand: |\n+ yarn build\... | TypeScript | MIT License | influxdata/influxdb-client-js | docs: include documentation generation into CI test |
305,159 | 28.07.2020 11:39:19 | -7,200 | 888b4bb702f344b8c42cddc3c8ea9220cdc20a83 | docs: instruct to update API documentation in the release script | [
{
"change_type": "MODIFY",
"old_path": "Makefile",
"new_path": "Makefile",
"diff": "@@ -20,6 +20,7 @@ publish:\n@echo \"Publish successful\"\n@echo \"\"\n@echo \"Next steps:\"\n+ @echo \" - publish updated API documentation by: \\\"yarn apidoc && yarn apidoc:gh-pages\\\"\"\n@echo \" - add new versio... | TypeScript | MIT License | influxdata/influxdb-client-js | docs: instruct to update API documentation in the release script |
305,159 | 28.07.2020 11:43:37 | -7,200 | 7ede53d44beeba22bad825fb93def41e5ca40b3d | chore(ci): require tests in deploy-preview | [
{
"change_type": "MODIFY",
"old_path": ".circleci/config.yml",
"new_path": ".circleci/config.yml",
"diff": "@@ -94,7 +94,7 @@ workflows:\n- coverage\n- deploy-preview:\nrequires:\n- - unit-tests\n+ - tests\n- coverage\nfilters:\nbranches:\n"
},
{
"change_type": "MODIFY",
"old_path": "pac... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(ci): require tests in deploy-preview |
305,159 | 28.07.2020 14:50:31 | -7,200 | 3ca5bbed4d20469d96157689a0a4b2e19128670b | chore(core): improve flux test | [
{
"change_type": "MODIFY",
"old_path": "packages/core/test/unit/query/flux.test.ts",
"new_path": "packages/core/test/unit/query/flux.test.ts",
"diff": "@@ -112,6 +112,9 @@ describe('Flux Values', () => {\n{value: 'abc${val}def', flux: '\"abc\\\\${val}def\"'},\n{value: 'abc$', flux: '\"abc$\"'},\n{va... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(core): improve flux test |
305,159 | 28.07.2020 15:15:46 | -7,200 | 66c5c40315eb582edc9c390a57a49fb326e09eea | feat(core): improve retry strategy and tests | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/errors.ts",
"new_path": "packages/core/src/errors.ts",
"diff": "@@ -5,9 +5,10 @@ export interface RetryDelayStrategy {\n/**\n* Returns delay for a next retry\n* @param error - reason for retrying\n+ * @param failedAttempts - a count of alread... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): improve retry strategy and tests |
305,159 | 30.07.2020 11:04:35 | -7,200 | b90676790f2d87365a79ab44ed794fe845614ff7 | fix(core): change default serializes to return null to represent empty value | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/query/FluxTableMetaData.ts",
"new_path": "packages/core/src/query/FluxTableMetaData.ts",
"diff": "@@ -8,13 +8,13 @@ const identity = (x: string): any => x\n*/\nexport const typeSerializers: Record<ColumnType, (val: string) => any> = {\nboolea... | TypeScript | MIT License | influxdata/influxdb-client-js | fix(core): change default serializes to return null to represent empty value |
305,159 | 01.08.2020 20:05:10 | -7,200 | 67e95888e28204e989a13bcf270fe58d3c3e6bf9 | chore(core): influx DB => InfluxDB | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/impl/WriteApiImpl.ts",
"new_path": "packages/core/src/impl/WriteApiImpl.ts",
"diff": "@@ -153,7 +153,7 @@ export default class WriteApiImpl implements WriteApi, PointSettings {\n(error as HttpError).statusCode >= 429)\n) {\nLogger.warn(\n- `W... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(core): influx DB => InfluxDB |
305,159 | 01.08.2020 20:56:23 | -7,200 | 573d5d38cce8b14dff2de655d11f3725e0d95036 | docs(core): document writeFailed fn | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/options.ts",
"new_path": "packages/core/src/options.ts",
"diff": "@@ -36,13 +36,13 @@ export interface RetryDelayStrategyOptions {\n* Options that configure strategy for retrying failed InfluxDB write operations.\n*/\nexport interface WriteRe... | TypeScript | MIT License | influxdata/influxdb-client-js | docs(core): document writeFailed fn |
305,159 | 01.08.2020 20:57:33 | -7,200 | 22bd048893a58669691ee9ab0d4d712d1c36ecfd | feat(examples): add writeAdvanced example | [
{
"change_type": "MODIFY",
"old_path": "examples/README.md",
"new_path": "examples/README.md",
"diff": "@@ -24,6 +24,8 @@ This directory contains javascript and typescript examples for node.js and brows\nHow to use forward compatibility APIs from InfluxDB 1.8.\n- [rxjs-query.ts](./rxjs-query.ts)\nUs... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(examples): add writeAdvanced example |
305,159 | 02.08.2020 06:16:40 | -7,200 | 5b21c342d021ed267fc2fe62e36ef31e30c31b51 | feat(core): enhance write API to optionally flush the retry buffer | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/WriteApi.ts",
"new_path": "packages/core/src/WriteApi.ts",
"diff": "@@ -47,9 +47,10 @@ export default interface WriteApi {\n/**\n* Flushes pending writes to the server.\n+ * @param withRetryBuffer - flush also all the scheduled retries\n* @re... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): enhance write API to optionally flush the retry buffer |
305,159 | 02.08.2020 06:18:35 | -7,200 | c62bb8a26ec88deeda0b7d74e0bc98bbe3ff9173 | docs(examples): improve writeAdvanced example | [
{
"change_type": "MODIFY",
"old_path": "examples/writeAdvanced.js",
"new_path": "examples/writeAdvanced.js",
"diff": "@@ -29,6 +29,8 @@ console.log('*** WRITE POINTS ***')\nconst flushBatchSize = DEFAULT_WriteOptions.batchSize\n/* count of demo data to import */\nconst demoCount = 10_000\n+/* name o... | TypeScript | MIT License | influxdata/influxdb-client-js | docs(examples): improve writeAdvanced example |
305,159 | 02.08.2020 21:01:08 | -7,200 | c57fb3fa614634081bcf2d0ed844a784f7f2db75 | chore: update main doc | [
{
"change_type": "MODIFY",
"old_path": "scripts/enhance-doc-index-md.js",
"new_path": "scripts/enhance-doc-index-md.js",
"diff": "@@ -26,7 +26,7 @@ function enhanceIndexMD(file) {\nif (line.startsWith('## API Reference')) {\nacc.push('')\nacc.push(\n- `The is the API Reference Documentation of Influ... | TypeScript | MIT License | influxdata/influxdb-client-js | chore: update main doc |
305,159 | 02.08.2020 21:46:18 | -7,200 | b985f1777878ab911be54ffecfbfd101ec5b3cec | docs: update intro text of API reference | [
{
"change_type": "MODIFY",
"old_path": "scripts/enhance-doc-index-md.js",
"new_path": "scripts/enhance-doc-index-md.js",
"diff": "@@ -26,7 +26,7 @@ function enhanceIndexMD(file) {\nif (line.startsWith('## API Reference')) {\nacc.push('')\nacc.push(\n- `Welcome to the API Reference Documentation of I... | TypeScript | MIT License | influxdata/influxdb-client-js | docs: update intro text of API reference |
305,159 | 02.08.2020 21:55:23 | -7,200 | 3afbe60db464b990605b7fbb7efa776dd26d399a | chore: update doc link description | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -69,7 +69,7 @@ There are also more advanced [examples](./examples/README.md) that shows\n- how to use this client in the browser\n- how to process InfluxDB query results with RX Observables\n-The client API docu... | TypeScript | MIT License | influxdata/influxdb-client-js | chore: update doc link description |
305,159 | 11.08.2020 19:15:44 | -7,200 | 17bc4e6f8ab0035cf1c083f4e6d4876ca1ac2b41 | chore: use ts3.7+ nullish coleascing | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/InfluxDB.ts",
"new_path": "packages/core/src/InfluxDB.ts",
"diff": "@@ -32,7 +32,7 @@ export default class InfluxDB {\nif (typeof url !== 'string')\nthrow new IllegalArgumentError('No url specified!')\nif (url.endsWith('/')) this._options.url... | TypeScript | MIT License | influxdata/influxdb-client-js | chore: use ts3.7+ nullish coleascing |
305,159 | 11.08.2020 19:17:19 | -7,200 | ba4ec21b8d490417c55ba082c0ff9506a0d5eb8b | chore: repair global test script | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"preinstall\": \"node ./scripts/require-yarn.js\",\n\"clean\": \"rimraf temp docs && yarn workspaces run clean\",\n\"build\": \"cd packages/core && yarn build && cd ../apis && yarn build\",\n- \"test\": \"cd... | TypeScript | MIT License | influxdata/influxdb-client-js | chore: repair global test script |
305,159 | 11.08.2020 19:49:57 | -7,200 | dcbacb508b44464335408fe4aedc8e04303d92e5 | chore: fix upgraded nyc coverage | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/impl/node/NodeHttpTransport.ts",
"new_path": "packages/core/src/impl/node/NodeHttpTransport.ts",
"diff": "@@ -194,8 +194,8 @@ export class NodeHttpTransport implements Transport {\nlisteners.error(new AbortError())\n})\nlisteners.responseStar... | TypeScript | MIT License | influxdata/influxdb-client-js | chore: fix upgraded nyc coverage |
305,159 | 11.08.2020 15:22:21 | -7,200 | f0d5b4ecac3f422e543cd0f1321557e1c2dfe83a | feat(core): change min/max retry delay | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/options.ts",
"new_path": "packages/core/src/options.ts",
"diff": "@@ -72,8 +72,8 @@ export interface WriteOptions extends WriteRetryOptions {\n/** default RetryDelayStrategyOptions */\nexport const DEFAULT_RetryDelayStrategyOptions = Object.f... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): change min/max retry delay |
305,159 | 11.08.2020 15:22:41 | -7,200 | 7abdedcc0ebadfe1023feffe0ef2529094c78468 | feat(core): change max retry count to 3 | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/options.ts",
"new_path": "packages/core/src/options.ts",
"diff": "@@ -81,7 +81,7 @@ export const DEFAULT_WriteOptions: WriteOptions = Object.freeze({\nbatchSize: 1000,\nflushInterval: 60000,\nwriteFailed: function() {},\n- maxRetries: 2,\n+ m... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): change max retry count to 3 |
305,159 | 11.08.2020 15:43:14 | -7,200 | 28d36b7e1c1f006c5c306d8026622b62eb96e603 | feat(core): add exponentialBase retry stategy option | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/options.ts",
"new_path": "packages/core/src/options.ts",
"diff": "@@ -26,10 +26,12 @@ export const DEFAULT_ConnectionOptions: Partial<ConnectionOptions> = {\nexport interface RetryDelayStrategyOptions {\n/** include random milliseconds when r... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): add exponentialBase retry stategy option |
305,159 | 11.08.2020 16:23:26 | -7,200 | 7157e49811388c004ec215b1a847c83216d34d3e | feat(core): change exponential backoff base to 5 by default | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/impl/retryStrategy.ts",
"new_path": "packages/core/src/impl/retryStrategy.ts",
"diff": "@@ -30,7 +30,7 @@ export class RetryStrategyImpl implements RetryDelayStrategy {\n// compute delay\ndelay = this.options.minRetryDelay\nfor (let i = 1; i ... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): change exponential backoff base to 5 by default |
305,159 | 12.08.2020 06:54:10 | -7,200 | 15ebca22b69632cfed5af00b719e9d125fd3537f | feat(core): return requested delay when detected | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/impl/retryStrategy.ts",
"new_path": "packages/core/src/impl/retryStrategy.ts",
"diff": "@@ -20,10 +20,7 @@ export class RetryStrategyImpl implements RetryDelayStrategy {\nnextDelay(error?: Error, failedAttempts?: number): number {\nconst dela... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): return requested delay when detected |
305,159 | 12.08.2020 09:07:26 | -7,200 | 729873bbb308f2faeb72ffc966a2344c24e1cc52 | chore: improve API doc intro | [
{
"change_type": "MODIFY",
"old_path": "scripts/enhance-doc-index-md.js",
"new_path": "scripts/enhance-doc-index-md.js",
"diff": "@@ -26,7 +26,7 @@ function enhanceIndexMD(file) {\nif (line.startsWith('## API Reference')) {\nacc.push('')\nacc.push(\n- `Welcome to the API Reference Documentation of I... | TypeScript | MIT License | influxdata/influxdb-client-js | chore: improve API doc intro |
305,159 | 12.08.2020 09:56:56 | -7,200 | 88dd0e8640dcce564cc722c9e8bf2f84510d5bb3 | chore: upgrade rollup to 2.23.1 | [
{
"change_type": "MODIFY",
"old_path": "packages/apis/package.json",
"new_path": "packages/apis/package.json",
"diff": "\"mocha\": \"^6.2.2\",\n\"prettier\": \"^1.19.1\",\n\"rimraf\": \"^3.0.0\",\n- \"rollup\": \"^1.27.5\",\n+ \"rollup\": \"^2.23.1\",\n\"rollup-plugin-gzip\": \"^2.2.0\",\n\"rollup-p... | TypeScript | MIT License | influxdata/influxdb-client-js | chore: upgrade rollup to 2.23.1 |
305,159 | 16.08.2020 14:07:18 | -7,200 | cdca1fb335e1474971c6de931bc0a3e12ab7913e | fix(core/query): repair wrong quote detection in chunks to lines transformation | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/impl/ChunksToLines.ts",
"new_path": "packages/core/src/impl/ChunksToLines.ts",
"diff": "@@ -7,6 +7,7 @@ import Cancellable from '../util/Cancellable'\nexport default class ChunksToLines implements CommunicationObserver<any> {\nprevious?: Uint... | TypeScript | MIT License | influxdata/influxdb-client-js | fix(core/query): repair wrong quote detection in chunks to lines transformation |
305,159 | 17.08.2020 12:42:37 | -7,200 | 8f6621b1bb35b30b3a4a66bab98e6665455e6e3f | feat(core): allow context path in node transport | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/impl/node/NodeHttpTransport.ts",
"new_path": "packages/core/src/impl/node/NodeHttpTransport.ts",
"diff": "@@ -45,6 +45,7 @@ export class NodeHttpTransport implements Transport {\noptions: http.RequestOptions,\ncallback: (res: http.IncomingMes... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): allow context path in node transport |
305,159 | 19.08.2020 09:36:13 | -7,200 | 1738998e1517cff67464dfdb6c18498ad028634c | fix(core): change ColumnType to include any string | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/query/FluxTableColumn.ts",
"new_path": "packages/core/src/query/FluxTableColumn.ts",
"diff": "@@ -8,8 +8,9 @@ export type ColumnType =\n| 'double'\n| 'string'\n| 'base64Binary'\n- | 'dateTime'\n+ | 'dateTime:RFC3339'\n| 'duration'\n+ | string... | TypeScript | MIT License | influxdata/influxdb-client-js | fix(core): change ColumnType to include any string |
305,159 | 19.08.2020 11:38:06 | -7,200 | fbcc5be10ecf077003f54dac62d43d7214984b45 | feat(core): add helpers to let users choose how to deserialize dateTime:RFC3339 query response data type | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/query/FluxTableMetaData.ts",
"new_path": "packages/core/src/query/FluxTableMetaData.ts",
"diff": "@@ -13,9 +13,41 @@ export const typeSerializers: Record<ColumnType, (val: string) => any> = {\ndouble: (x: string): any => (x === '' ? null : +x... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): add helpers to let users choose how to deserialize dateTime:RFC3339 query response data type |
305,159 | 19.08.2020 18:53:28 | -7,200 | ce8ffb1e0b6759abb3d892ff9810d31f06bcd4f4 | fix(core): repair quoted escaping of backslash | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/util/escape.ts",
"new_path": "packages/core/src/util/escape.ts",
"diff": "@@ -115,7 +115,7 @@ export const escape = {\nnew Escaper(\n{\n'\"': escaperConfig,\n- '\\\\\\\\': escaperConfig,\n+ '\\\\': escaperConfig,\n},\n'\"'\n)\n"
},
{
... | TypeScript | MIT License | influxdata/influxdb-client-js | fix(core): repair quoted escaping of backslash |
305,159 | 25.08.2020 08:05:58 | -7,200 | 9a012ac67984d5f5add9a7732e1d2d81c820db4c | chore(examples): rename env vars | [
{
"change_type": "MODIFY",
"old_path": "examples/env.js",
"new_path": "examples/env.js",
"diff": "/** InfluxDB v2 URL */\n-const url = process.env['INFLUXDB_URL'] || 'http://localhost:9999'\n+const url = process.env['INFLUX_URL'] || 'http://localhost:9999'\n/** InfluxDB authorization token */\n-cons... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(examples): rename env vars |
305,159 | 26.08.2020 16:25:44 | -7,200 | 504240d42ac86656d456470b2198291251e43dad | fix(core): throw exception when using closed writeApi | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/impl/WriteApiImpl.ts",
"new_path": "packages/core/src/impl/WriteApiImpl.ts",
"diff": "@@ -187,18 +187,30 @@ export default class WriteApiImpl implements WriteApi, PointSettings {\n}\nwriteRecord(record: string): void {\n+ if (this.closed) {\n... | TypeScript | MIT License | influxdata/influxdb-client-js | fix(core): throw exception when using closed writeApi |
305,159 | 04.09.2020 07:26:50 | -7,200 | c429cdf10905ada790374a6f770556fee8b9f528 | feat(core): simplify precision type during writeApi retrieval | [
{
"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, WriteOptions} from './options'\n+import {\n+ ClientOptions,\n+ WritePrecision,\n+ WriteOptions,\n+ ... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): simplify precision type during writeApi retrieval |
305,159 | 09.09.2020 08:19:44 | -7,200 | adec4b786216722b0d90c9a5d5fec13da39ec779 | fix(core): repair nesting of flux expressions | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/query/flux.ts",
"new_path": "packages/core/src/query/flux.ts",
"diff": "@@ -222,7 +222,9 @@ export function flux(\nstrings: TemplateStringsArray,\n...values: any\n): ParameterizedQuery {\n- if (strings.length == 1 && (!values || values.length... | TypeScript | MIT License | influxdata/influxdb-client-js | fix(core): repair nesting of flux expressions |
305,159 | 09.09.2020 08:28:54 | -7,200 | da64b54b4d1fdeee9a002b33444d7e629bf682c9 | chore(core): improve flux template tests | [
{
"change_type": "MODIFY",
"old_path": "packages/core/test/unit/query/flux.test.ts",
"new_path": "packages/core/test/unit/query/flux.test.ts",
"diff": "@@ -127,7 +127,7 @@ describe('Flux Values', () => {\n})\ndescribe('Flux Tagged Template', () => {\n- it('creates a string from string', () => {\n+ i... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(core): improve flux template tests |
305,159 | 09.09.2020 09:20:50 | -7,200 | 4de106c33c1ef32572cbc12d237f3b2cee3f3e81 | chore(core): allow empty nested flux template | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/query/flux.ts",
"new_path": "packages/core/src/query/flux.ts",
"diff": "@@ -28,6 +28,15 @@ class FluxParameter implements FluxParameterLike, ParameterizedQuery {\n}\n}\n+/**\n+ * Checks if the supplied object is FluxParameterLike\n+ * @param ... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(core): allow empty nested flux template |
305,159 | 09.09.2020 10:51:57 | -7,200 | c0e7b5341ef80cbbabb45bdefdc6471c85f14163 | chore: improve flux template tests | [
{
"change_type": "MODIFY",
"old_path": "packages/core/test/unit/query/flux.test.ts",
"new_path": "packages/core/test/unit/query/flux.test.ts",
"diff": "@@ -24,12 +24,7 @@ describe('Flux Values', () => {\nconst subject = fluxInteger(123)\nexpect(subject.toString()).equals('123')\nexpect((subject as a... | TypeScript | MIT License | influxdata/influxdb-client-js | chore: improve flux template tests |
305,159 | 09.09.2020 12:40:40 | -7,200 | 763ec635247cb492acbbcdbac8d99882596165d2 | feat(core/query): allow to receive the whole query response as text | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/QueryApi.ts",
"new_path": "packages/core/src/QueryApi.ts",
"diff": "@@ -119,4 +119,13 @@ export default interface QueryApi {\n* @returns Promise of returned csv lines\n*/\ncollectLines(query: string | ParameterizedQuery): Promise<Array<string... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core/query): allow to receive the whole query response as text |
305,159 | 09.09.2020 18:35:39 | -7,200 | 9b32a55ffd5934f8ed304f722980df834040a5c2 | chore(core/queryApi): rename text to queryRaw | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/QueryApi.ts",
"new_path": "packages/core/src/QueryApi.ts",
"diff": "@@ -91,6 +91,15 @@ export default interface QueryApi {\nconsumer: FluxResultObserver<string[]>\n): void\n+ /**\n+ * QueryRaw executes a query and returns the full response as... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(core/queryApi): rename text to queryRaw |
305,159 | 11.09.2020 09:35:20 | -7,200 | d6cf7aaec7a95f9abf0015b6e12da3de0cfb3f9b | fix(core/transport): return text data also for application/csv content type | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/impl/browser/FetchTransport.ts",
"new_path": "packages/core/src/impl/browser/FetchTransport.ts",
"diff": "@@ -136,7 +136,10 @@ export default class FetchTransport implements Transport {\nconst responseType = options.headers?.accept ?? respons... | TypeScript | MIT License | influxdata/influxdb-client-js | fix(core/transport): return text data also for application/csv content type |
305,159 | 14.09.2020 09:16:05 | -7,200 | fbe7cf9990ea036d7f5b6f660f35909a1abb494a | chore(core): repair type of ChunkToLines | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/impl/ChunksToLines.ts",
"new_path": "packages/core/src/impl/ChunksToLines.ts",
"diff": "@@ -4,7 +4,8 @@ import Cancellable from '../util/Cancellable'\n/**\n* Converts lines to table calls\n*/\n-export default class ChunksToLines implements Co... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(core): repair type of ChunkToLines |
305,159 | 15.09.2020 07:15:58 | -7,200 | a7684e8ab26fb68ca4eeb6901655efd71194c907 | feat(apis): regenerate APIs from swagger | [
{
"change_type": "MODIFY",
"old_path": "packages/apis/resources/operations.json",
"new_path": "packages/apis/resources/operations.json",
"diff": "}\n]\n},\n- {\n- \"server\": \"/api/v2\",\n- \"path\": \"/scrapers/{scraperTargetID}/labels/{labelID}\",\n- \"operation\": \"patch\",\n- \"operationId\": ... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(apis): regenerate APIs from swagger |
305,159 | 15.09.2020 22:34:47 | -7,200 | a514913c880d068dc612599df2e81382e689af84 | feat(core): convert FluxTableColumn and FluxTableMetaData to interface | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/impl/linesToTables.ts",
"new_path": "packages/core/src/impl/linesToTables.ts",
"diff": "@@ -2,8 +2,13 @@ import {CommunicationObserver} from '../transport'\nimport Cancellable from '../util/Cancellable'\nimport FluxResultObserver from '../que... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): convert FluxTableColumn and FluxTableMetaData to interface |
305,159 | 16.09.2020 11:40:22 | -7,200 | 2e1faba58d4c7b9ab20ec2a2bdc1247efc16bdf2 | chore(core): improve test coverage | [
{
"change_type": "MODIFY",
"old_path": "packages/core/test/unit/query/FluxTableMetaData.test.ts",
"new_path": "packages/core/test/unit/query/FluxTableMetaData.test.ts",
"diff": "@@ -40,6 +40,7 @@ describe('FluxTableMetaData', () => {\n}),\ncreateFluxTableColumn({\nlabel: 'b',\n+ index: 2, // index c... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(core): improve test coverage |
305,159 | 16.09.2020 13:58:21 | -7,200 | 35d190204a638baf7738c37aaa87f966b23bcbe4 | fix(core/FetchTransport): do not throw error on cancelled processing | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/impl/browser/FetchTransport.ts",
"new_path": "packages/core/src/impl/browser/FetchTransport.ts",
"diff": "@@ -35,11 +35,13 @@ export default class FetchTransport implements Transport {\ncallbacks?: Partial<CommunicationObserver<Uint8Array>> |... | TypeScript | MIT License | influxdata/influxdb-client-js | fix(core/FetchTransport): do not throw error on cancelled processing |
305,159 | 16.09.2020 15:15:26 | -7,200 | ca1fcdc88b47043f9361b9cb3f886689afa22423 | fix(core/query): do not emit new lines after being cancelled | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/impl/ChunksToLines.ts",
"new_path": "packages/core/src/impl/ChunksToLines.ts",
"diff": "@@ -41,7 +41,22 @@ export default class ChunksToLines\n}\n}\nuseCancellable(cancellable: Cancellable): void {\n- this.target.useCancellable && this.target... | TypeScript | MIT License | influxdata/influxdb-client-js | fix(core/query): do not emit new lines after being cancelled |
305,159 | 16.09.2020 17:10:01 | -7,200 | cbf7f0198a43db9225af9b8c0ed282754ec57ecb | fix(core/FetchTransport): use signal to abort processing | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/impl/browser/FetchTransport.ts",
"new_path": "packages/core/src/impl/browser/FetchTransport.ts",
"diff": "@@ -36,16 +36,20 @@ export default class FetchTransport implements Transport {\n): void {\nconst observer = completeCommunicationObserve... | TypeScript | MIT License | influxdata/influxdb-client-js | fix(core/FetchTransport): use signal to abort processing |
305,159 | 03.09.2020 06:10:15 | -7,200 | f0c3764aef7910b829ad5aa851e5b09c4f90f95a | feat: change default InfluxDB port to 8086 | [
{
"change_type": "MODIFY",
"old_path": "examples/env.js",
"new_path": "examples/env.js",
"diff": "/** InfluxDB v2 URL */\n-const url = process.env['INFLUX_URL'] || 'http://localhost:9999'\n+const url = process.env['INFLUX_URL'] || 'http://localhost:8086'\n/** InfluxDB authorization token */\nconst t... | TypeScript | MIT License | influxdata/influxdb-client-js | feat: change default InfluxDB port to 8086 |
305,159 | 03.09.2020 06:37:53 | -7,200 | e99cfd71fa65f9b957df35dccbfb5c1c2db49c9a | chore: validate examples with eslint in CI | [
{
"change_type": "MODIFY",
"old_path": ".circleci/config.yml",
"new_path": ".circleci/config.yml",
"diff": "@@ -33,9 +33,9 @@ jobs:\ncd ./packages/core\nyarn test:ci\nyarn lint:ci\n- yarn build\ncd ../apis\nyarn test\n+ yarn eslint ../../examples\ncd ../..\nyarn apidoc:ci\n# Upload results\n"
},
... | TypeScript | MIT License | influxdata/influxdb-client-js | chore: validate examples with eslint in CI |
305,159 | 02.10.2020 19:32:50 | -7,200 | 500013c29bf7d0f17908d176b0839321a3da93e9 | chore(core): improve FluxTableColumn doc | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/query/FluxTableColumn.ts",
"new_path": "packages/core/src/query/FluxTableColumn.ts",
"diff": "@@ -32,12 +32,12 @@ export default interface FluxTableColumn {\ngroup: boolean\n/**\n- * Default value to be used for rows whose string value is the... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(core): improve FluxTableColumn doc |
305,159 | 06.10.2020 17:56:36 | -7,200 | 4ecac051d65dd60f32ab452aa089dcc83db245a8 | feat(core): report also status code from transport layer | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/impl/browser/FetchTransport.ts",
"new_path": "packages/core/src/impl/browser/FetchTransport.ts",
"diff": "@@ -18,6 +18,7 @@ import {CLIENT_LIB_VERSION} from '../version'\nexport default class FetchTransport implements Transport {\nchunkCombin... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): report also status code from transport layer |
305,159 | 06.10.2020 17:57:40 | -7,200 | 5b3cf99fefb594324552c959da46ee338464c9aa | feat(core): require write response to have status code 204 | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/impl/WriteApiImpl.ts",
"new_path": "packages/core/src/impl/WriteApiImpl.ts",
"diff": "@@ -5,7 +5,7 @@ import {\nWriteOptions,\nWritePrecisionType,\n} from '../options'\n-import {Transport, SendOptions} from '../transport'\n+import {Transport,... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): require write response to have status code 204 |
305,159 | 09.10.2020 06:49:36 | -7,200 | c7f81bd248241a8fc3935cb0b29759af98d1cdcb | chore(core): make QueryApi instance immutable | [
{
"change_type": "MODIFY",
"old_path": "CHANGELOG.md",
"new_path": "CHANGELOG.md",
"diff": "### Bug Fixes\n1. [#264](https://github.com/influxdata/influxdb-client-js/pull/264): Require 204 status code in a write response.\n+1. [#265](https://github.com/influxdata/influxdb-client-js/pull/265): Make Q... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(core): make QueryApi instance immutable |
305,159 | 10.10.2020 10:26:29 | -7,200 | 474f07bb4695125d9c5e0b3c648994f1b7437dc6 | chore(ci): simplify nightly build | [
{
"change_type": "MODIFY",
"old_path": ".circleci/deploy-nightly-version.sh",
"new_path": ".circleci/deploy-nightly-version.sh",
"diff": "@@ -10,11 +10,7 @@ git config user.email \"noreply@influxdata.com\"\ngit commit -am \"chore(release): prepare to release influxdb-client-js-${VERSION}.nightly\"\n... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(ci): simplify nightly build |
305,159 | 12.10.2020 12:50:18 | -7,200 | bc5fcab723e80e54cbfbc62e646247ab8b90efc8 | feat(core-browser): introduce core-browser module | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "packages/core-browser/.npmignore",
"diff": "+node_modules\n+build\n+.rpt2_cache\n+.DS_Store\n+.nyc_output\n+*.lcov\n+yarn-error.log\n+\n"
},
{
"change_type": "ADD",
"old_path": null,
"new_path": "packages/core-browser/README.md",... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core-browser): introduce core-browser module |
305,159 | 12.10.2020 12:52:02 | -7,200 | 22ec57a6416a6e8b6e0dc3036639fcc8a403697c | feat(apis): use exactly the same code for browser and node.js, determine environemt at runtime | [
{
"change_type": "MODIFY",
"old_path": "packages/apis/rollup.config.js",
"new_path": "packages/apis/rollup.config.js",
"diff": "@@ -2,26 +2,14 @@ import {terser} from 'rollup-plugin-terser'\nimport gzip from 'rollup-plugin-gzip'\nimport typescript from 'rollup-plugin-typescript2'\nimport pkg from '.... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(apis): use exactly the same code for browser and node.js, determine environemt at runtime |
305,159 | 12.10.2020 12:55:22 | -7,200 | 2b5d707ce9730ca9905888c67c25d9387580b7ad | chore(build): include core-browser into builds | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -41,6 +41,8 @@ $ yarn add @influxdata/influxdb-client\n$ pnpm add @influxdata/influxdb-client\n```\n+[@influxdata/influxdb-client](./packages/core/README.md) module primarily works in Node.js (main CJS and modul... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(build): include core-browser into builds |
305,160 | 14.10.2020 12:41:52 | -7,200 | b2dd3215ab8b45e22180e7b75fac70baf428a58b | fix: deploying nightly packages | [
{
"change_type": "MODIFY",
"old_path": ".circleci/deploy-nightly-version.sh",
"new_path": ".circleci/deploy-nightly-version.sh",
"diff": "@@ -5,6 +5,7 @@ SCRIPT_PATH=\"$( cd \"$(dirname \"$0\")\" || exit ; pwd -P )\"\n# Update Version\nVERSION=$(cat packages/core/src/impl/version.ts | sed 's/[^0-9.]... | TypeScript | MIT License | influxdata/influxdb-client-js | fix: deploying nightly packages (#268) |
305,159 | 19.10.2020 09:05:02 | -7,200 | eb40246a9b5a676c1f01693090a26114fc0016f2 | chore: improve main readme | [
{
"change_type": "MODIFY",
"old_path": "Makefile",
"new_path": "Makefile",
"diff": "+# **Releasing a new version**\n+# Ensure that:\n+# - You have administrator access to this repo on GitHub\n+# - You have permissions to publish to the [influxdata](https://www.npmjs.com/org/influxdata) organization ... | TypeScript | MIT License | influxdata/influxdb-client-js | chore: improve main readme |
305,159 | 19.10.2020 12:11:02 | -7,200 | 3ff6b46b1f0a26e9393ee43e37e0708926f6eb13 | fix(core): don't set User-Agent header in browser | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/impl/browser/FetchTransport.ts",
"new_path": "packages/core/src/impl/browser/FetchTransport.ts",
"diff": "@@ -10,7 +10,6 @@ import {ConnectionOptions} from '../../options'\nimport {HttpError} from '../../errors'\nimport completeCommunicationO... | TypeScript | MIT License | influxdata/influxdb-client-js | fix(core): don't set User-Agent header in browser |
305,159 | 19.10.2020 12:17:38 | -7,200 | 13042472dc094394ae9838b4d77f71c86f547bf9 | fix: repair main test target | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "\"preinstall\": \"node ./scripts/require-yarn.js\",\n\"clean\": \"rimraf temp docs && yarn workspaces run clean\",\n\"build\": \"cd packages/core && yarn build && cd ../core-browser && yarn build && cd ../api... | TypeScript | MIT License | influxdata/influxdb-client-js | fix: repair main test target |
305,159 | 30.10.2020 14:46:29 | -3,600 | c1b43cf672a7e00e7906e3c3692d65bc5f1bf6db | chore: repair coverage data to send | [
{
"change_type": "MODIFY",
"old_path": "packages/core/package.json",
"new_path": "packages/core/package.json",
"diff": "\"apidoc:extract\": \"api-extractor run\",\n\"build\": \"yarn run clean && rollup -c\",\n\"clean\": \"rimraf dist build coverage .nyc_output doc *.lcov reports\",\n- \"coverage:sen... | TypeScript | MIT License | influxdata/influxdb-client-js | chore: repair coverage data to send |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.