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 | 19.09.2022 07:56:42 | -7,200 | 577453e0b5153a68f2cf101620465b974c6d3aa2 | chore(apis): repair code blocks also in generated types | [
{
"change_type": "MODIFY",
"old_path": "packages/apis/package.json",
"new_path": "packages/apis/package.json",
"diff": "\"fetchSwaggerFiles\": \"node ./scripts/fetchSwaggerFiles.js\",\n\"generate\": \"yarn generate:clean && yarn generate:types && yarn generate:apis\",\n\"generate:clean\": \"rm -rf s... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(apis): repair code blocks also in generated types |
305,159 | 19.09.2022 08:06:40 | -7,200 | 68a168120d29a9de4ec1a69601cca66db8a7439b | feat(apis): do not allow eslint warnings in generated code | [
{
"change_type": "MODIFY",
"old_path": "packages/apis/package.json",
"new_path": "packages/apis/package.json",
"diff": "\"test:unit\": \"mocha --require esbuild-runner/register 'test/unit/**/*.test.ts' --exit\",\n\"test:ci\": \"yarn run typecheck && yarn run lint:ci && yarn run test:unit --reporter ... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(apis): do not allow eslint warnings in generated code |
305,159 | 19.09.2022 11:54:31 | -7,200 | 62effb86efda332339b4c2e68896c03af187b81d | fix(core): repair deserialization of a missing boolean value | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/results/FluxTableColumn.ts",
"new_path": "packages/core/src/results/FluxTableColumn.ts",
"diff": "@@ -56,7 +56,7 @@ const identity = (x: string): any => x\n* See {@link https://docs.influxdata.com/influxdb/latest/reference/syntax/annotated-cs... | TypeScript | MIT License | influxdata/influxdb-client-js | fix(core): repair deserialization of a missing boolean value |
305,159 | 20.09.2022 09:36:33 | -7,200 | e27b6b886861c5b6184ab89b2d232c6bc74d8236 | chore(docs): repair doc links to point to latest API docs | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -16,7 +16,7 @@ This repository contains the reference JavaScript client for InfluxDB 2.x. This\nThis section contains links to the client library documentation.\n-- [Product documentation](https://docs.influxdat... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(docs): repair doc links to point to latest API docs |
305,159 | 29.09.2022 03:43:32 | -7,200 | 7ccdd26aa5c7123ac4d70a983d3683cefadcbce4 | feat(examples): import browser configuration from a module | [
{
"change_type": "DELETE",
"old_path": "examples/env_browser.js",
"new_path": null,
"diff": "-/*\n- * The following configuration is used in the browser example.\n- */\n-// eslint-disable-next-line no-undef\n-window.INFLUX_ENV = {\n- /** InfluxDB v2 URL, '/influxdb' relies upon proxy to forward to t... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(examples): import browser configuration from a module |
305,159 | 29.09.2022 03:44:34 | -7,200 | 56e54317e68b1e78f54fc7536a0107a220df99c4 | fix(examples): repair import in the browser example | [
{
"change_type": "MODIFY",
"old_path": "examples/index.html",
"new_path": "examples/index.html",
"diff": "import {\nPingAPI,\nSetupAPI,\n- } from 'https://unpkg.com/@influxdata/influxdb-client-apis/dist/index.browser.mjs'\n+ } from 'https://unpkg.com/@influxdata/influxdb-client-apis/dist/index.mjs'\... | TypeScript | MIT License | influxdata/influxdb-client-js | fix(examples): repair import in the browser example |
305,159 | 29.09.2022 03:46:09 | -7,200 | 537d772df7f3c929b207c5d6d8667fd4376d0d0a | chore(examples): adjust readme to use env_browser.mjs | [
{
"change_type": "MODIFY",
"old_path": "examples/README.md",
"new_path": "examples/README.md",
"diff": "@@ -31,7 +31,7 @@ This directory contains javascript and typescript examples for node.js, browser,\n- [delete.ts](./delete.ts)\nShows how to delete data from a bucket.\n- Browser examples\n- - Cha... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(examples): adjust readme to use env_browser.mjs |
305,159 | 29.09.2022 04:12:02 | -7,200 | 2766c4dc7ef8258d56add043c2a398509aa8e9eb | feat(examples): setup query according to configured bucket | [
{
"change_type": "MODIFY",
"old_path": "examples/index.html",
"new_path": "examples/index.html",
"diff": "import {\nInfluxDB,\nPoint,\n+ flux\n} from 'https://unpkg.com/@influxdata/influxdb-client/dist/index.browser.mjs'\nimport {\nPingAPI,\n// import {PingAPI, SetupAPI} from '../packages/apis/dist/... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(examples): setup query according to configured bucket |
305,171 | 29.09.2022 10:55:23 | 18,000 | 5998f43dee7dcc2c92486391d57462dfcbcf3527 | chore(release): publish v1.30.0 [skip CI] | [
{
"change_type": "MODIFY",
"old_path": "lerna.json",
"new_path": "lerna.json",
"diff": "{\n- \"version\": \"1.29.0\",\n+ \"version\": \"1.30.0\",\n\"npmClient\": \"yarn\",\n\"packages\": [\n\"packages/*\"\n"
},
{
"change_type": "MODIFY",
"old_path": "packages/apis/package.json",
"new... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(release): publish v1.30.0 [skip CI] |
305,171 | 29.09.2022 11:30:33 | 18,000 | bb3a52bbac84a5b35947afd998d09fd870748555 | chore: Undo package.json changes | [
{
"change_type": "MODIFY",
"old_path": "package.json",
"new_path": "package.json",
"diff": "},\n\"license\": \"MIT\",\n\"devDependencies\": {\n- \"@microsoft/api-documenter\": \"^7.19.12\",\n\"@types/node\": \"^18\",\n- \"@types/react\": \"^18.0.21\",\n+ \"@microsoft/api-documenter\": \"^7.19.12\",\... | TypeScript | MIT License | influxdata/influxdb-client-js | chore: Undo package.json changes |
305,159 | 21.09.2022 12:48:21 | -7,200 | e49e0298a4ed9701fdff2c4a43eda49aa5bb0e46 | feat(core): allow to pause and resume result observer | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/impl/completeCommunicationObserver.ts",
"new_path": "packages/core/src/impl/completeCommunicationObserver.ts",
"diff": "@@ -2,7 +2,7 @@ import {CommunicationObserver, Headers} from '../results'\nexport default function completeCommunicationOb... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): allow to pause and resume result observer |
305,159 | 21.09.2022 12:50:19 | -7,200 | c327b8a012bccf737d3d04170da2f1f26c1e630b | feat(core): add resume/pause to node transport | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/impl/node/NodeHttpTransport.ts",
"new_path": "packages/core/src/impl/node/NodeHttpTransport.ts",
"diff": "@@ -26,8 +26,13 @@ const emptyBuffer = Buffer.allocUnsafe(0)\nclass CancellableImpl implements Cancellable {\nprivate cancelled = false\... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): add resume/pause to node transport |
305,159 | 21.09.2022 12:51:08 | -7,200 | 8fd31e0e80166d457f5e67c1af524e631a26f139 | feat(core): add pause/resume to fetch transport | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/impl/browser/FetchTransport.ts",
"new_path": "packages/core/src/impl/browser/FetchTransport.ts",
"diff": "@@ -65,12 +65,19 @@ export default class FetchTransport implements Transport {\nconst observer = completeCommunicationObserver(callbacks... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): add pause/resume to fetch transport |
305,159 | 21.09.2022 13:11:24 | -7,200 | 24df4d18cd1fdaa5daf16dc788dd956d343959e4 | feat(core): adjust existing fetch trabnsport test for extended signal handling | [
{
"change_type": "MODIFY",
"old_path": "packages/core/test/unit/impl/browser/FetchTransport.test.ts",
"new_path": "packages/core/test/unit/impl/browser/FetchTransport.test.ts",
"diff": "import FetchTransport from '../../../../src/impl/browser/FetchTransport'\nimport {expect} from 'chai'\n-import {re... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): adjust existing fetch trabnsport test for extended signal handling |
305,159 | 21.09.2022 13:12:31 | -7,200 | 5b1fe415454c62873114ce7215a04935ce7a1c28 | feat(core): assign useCancelable only if required | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/results/chunksToLines.ts",
"new_path": "packages/core/src/results/chunksToLines.ts",
"diff": "@@ -52,7 +52,7 @@ export function chunksToLines(\n}\n}\n- return {\n+ const retVal: CommunicationObserver<Uint8Array> = {\nnext(chunk: Uint8Array): ... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): assign useCancelable only if required |
305,159 | 21.09.2022 17:16:52 | -7,200 | 8d7f3cf5ee32a127db7dd6a5ceef7eec38c68a28 | feat(core): fail tests when conditions cannot be awaited | [
{
"change_type": "MODIFY",
"old_path": "packages/core/test/unit/util/waitForCondition.ts",
"new_path": "packages/core/test/unit/util/waitForCondition.ts",
"diff": "@@ -20,6 +20,5 @@ export async function waitForCondition(\n}\nif (condition()) return\n}\n- // eslint-disable-next-line no-console\n- co... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): fail tests when conditions cannot be awaited |
305,159 | 21.09.2022 17:17:47 | -7,200 | a0ed79b6b2c0e0b8a47dd3b54e1d62dfdef5cdb7 | feat(core): forward useCancellable and useResume to make it complete | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/impl/completeCommunicationObserver.ts",
"new_path": "packages/core/src/impl/completeCommunicationObserver.ts",
"diff": "import {CommunicationObserver, Headers} from '../results'\n+type CompleteObserver = Omit<\n+ Required<CommunicationObserve... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): forward useCancellable and useResume to make it complete |
305,159 | 21.09.2022 17:18:13 | -7,200 | d98b75735fb114e146d79388935e85611e43e054 | feat(core): test backpressure 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": "@@ -334,15 +334,22 @@ export class NodeHttpTransport implements Transport {\nif (cancellable.isCancelled()) {\nres.resume()\n} else {\n-... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): test backpressure in node transport |
305,159 | 21.09.2022 17:33:58 | -7,200 | 60a74ae76790ece4fedf3625e7916a90ce0d3f5e | feat(core): throw error when pausing without resume | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/impl/browser/FetchTransport.ts",
"new_path": "packages/core/src/impl/browser/FetchTransport.ts",
"diff": "@@ -140,10 +140,13 @@ export default class FetchTransport implements Transport {\nbreak\n}\nchunk = await reader.read()\n- if (\n- obser... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): throw error when pausing without resume |
305,159 | 22.09.2022 06:00:50 | -7,200 | e94dc9b0daf412bc5f2e241fe3def008a4f5daca | feat(core): test backpressure 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": "@@ -141,11 +141,11 @@ export default class FetchTransport implements Transport {\n}\nchunk = await reader.read()\nif (observer.next(chun... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): test backpressure in fetch transport |
305,159 | 26.09.2022 06:35:41 | -7,200 | 2f32c4af28e504599518fad25192357ce59c2149 | feat(core): change method signature to return boolean | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/impl/completeCommunicationObserver.ts",
"new_path": "packages/core/src/impl/completeCommunicationObserver.ts",
"diff": "@@ -11,7 +11,7 @@ export default function completeCommunicationObserver(\n): CompleteObserver {\nlet state = 0\nconst retV... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): change method signature to return boolean |
305,159 | 26.09.2022 13:56:13 | -7,200 | aa6b4b40d2ffb87e11353f997b9bead274fcb9f4 | feat(core): add pause/resume to lines transformation | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/results/chunksToLines.ts",
"new_path": "packages/core/src/results/chunksToLines.ts",
"diff": "@@ -17,13 +17,17 @@ export function chunksToLines(\nlet previous: Uint8Array | undefined\nlet finished = false\nlet quoted = false\n+ let paused = f... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): add pause/resume to lines transformation |
305,159 | 26.09.2022 14:55:54 | -7,200 | 9c9bc24c1cc3b1881d68c5862b6f9a70999c6cb2 | feat(core): add pause/resume to table transformation | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/results/FluxResultObserver.ts",
"new_path": "packages/core/src/results/FluxResultObserver.ts",
"diff": "@@ -7,8 +7,12 @@ import {FluxTableMetaData} from './FluxTableMetaData'\nexport interface FluxResultObserver<T> {\n/**\n* Inform about a ne... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): add pause/resume to table transformation |
305,159 | 28.09.2022 06:56:15 | -7,200 | 7d56b7133357e8435bedb68842f66eb57927c9f3 | chore(core): improve test | [
{
"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": "@@ -573,7 +573,6 @@ describe('NodeHttpTransport', () => {\nwhile (res.write('.'));\n}\nwriteUntilFull()\n- res.onc... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(core): improve test |
305,159 | 30.09.2022 12:35:16 | -7,200 | f129a2ca3dccedefa0042863ccf1d712196b676a | fix(core): repair tsdoc links | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/results/CommunicationObserver.ts",
"new_path": "packages/core/src/results/CommunicationObserver.ts",
"diff": "@@ -22,7 +22,7 @@ export interface CommunicationObserver<T> {\n/**\n* Data chunk received, can be called multiple times.\n* @param d... | TypeScript | MIT License | influxdata/influxdb-client-js | fix(core): repair tsdoc links |
305,159 | 03.10.2022 06:26:44 | -7,200 | 05cdda7e51280b3caddf9381c0bdad640fb727be | chore(core): repair flickering test | [
{
"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": "@@ -615,6 +615,9 @@ describe('NodeHttpTransport', () => {\nwhile (res.write('.'));\n}\nwriteUntilFull()\n+ res.onc... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(core): repair flickering test |
305,159 | 03.10.2022 09:22:34 | -7,200 | 43259bd37fda752a2b747cdfd1d775f07e4350bf | feat(core): add test utility to validate unhandled promise rejections | [
{
"change_type": "MODIFY",
"old_path": "packages/core/test/util.ts",
"new_path": "packages/core/test/util.ts",
"diff": "@@ -47,3 +47,21 @@ export const collectLogging = {\n}\n},\n}\n+\n+let rejections: Array<any> = []\n+function addRejection(e: any) {\n+ rejections.push(e)\n+}\n+\n+/**\n+ * A simple... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): add test utility to validate unhandled promise rejections |
305,159 | 03.10.2022 09:28:05 | -7,200 | 67461c08312cd803faa236b954ffbc092ec1cf67 | feat(core): check unhandled rejections in write tests | [
{
"change_type": "MODIFY",
"old_path": "packages/core/test/unit/WriteApi.test.ts",
"new_path": "packages/core/test/unit/WriteApi.test.ts",
"diff": "@@ -11,7 +11,7 @@ import {\nDEFAULT_WriteOptions,\nPointSettings,\n} from '../../src'\n-import {collectLogging, CollectedLogs} from '../util'\n+import {... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): check unhandled rejections in write tests |
305,159 | 03.10.2022 09:34:28 | -7,200 | 14fdf59a06ffab84d1de8ca72f758eda7e655041 | fix(core): fix write retry to not throw unhandled promise rejection | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/impl/RetryBuffer.ts",
"new_path": "packages/core/src/impl/RetryBuffer.ts",
"diff": "@@ -130,11 +130,11 @@ export default class RetryBuffer {\nthis._timeoutHandle = setTimeout(() => {\nconst toRetry = this.removeLines()\nif (toRetry) {\n- this... | TypeScript | MIT License | influxdata/influxdb-client-js | fix(core): fix write retry to not throw unhandled promise rejection |
305,159 | 30.09.2022 07:35:06 | -7,200 | a1b2282fd0410619f529ac92b5863e37af356036 | chore: simplify code with stream pipeline | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/impl/node/NodeHttpTransport.ts",
"new_path": "packages/core/src/impl/node/NodeHttpTransport.ts",
"diff": "@@ -17,6 +17,7 @@ import zlib from 'zlib'\nimport completeCommunicationObserver from '../completeCommunicationObserver'\nimport {CLIENT_... | TypeScript | MIT License | influxdata/influxdb-client-js | chore: simplify code with stream pipeline |
305,159 | 30.09.2022 11:59:00 | -7,200 | e0dcb7a5e93a177b29d8410f807976dc0601c447 | feat(core): add async iterator to node transport | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/impl/node/NodeHttpTransport.ts",
"new_path": "packages/core/src/impl/node/NodeHttpTransport.ts",
"diff": "@@ -17,7 +17,7 @@ import zlib from 'zlib'\nimport completeCommunicationObserver from '../completeCommunicationObserver'\nimport {CLIENT_... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): add async iterator to node transport |
305,159 | 30.09.2022 12:28:29 | -7,200 | 1b20b7c8e566435b81e054de3fa107bb9dba92ce | feat(core): allow to use AbortSignal in both node and fetch transport | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/impl/browser/FetchTransport.ts",
"new_path": "packages/core/src/impl/browser/FetchTransport.ts",
"diff": "@@ -72,7 +72,7 @@ export default class FetchTransport implements Transport {\nconst controller = new AbortController()\nif (!signal) {\n... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): allow to use AbortSignal in both node and fetch transport |
305,159 | 30.09.2022 12:29:11 | -7,200 | 73a9b089ce03194bdfa6ceaf4348d8bddd38da99 | feat(core): upgrade target to es2018 to support async iterables | [
{
"change_type": "MODIFY",
"old_path": "packages/core/tsup.config.ts",
"new_path": "packages/core/tsup.config.ts",
"diff": "@@ -14,7 +14,7 @@ export default defineConfig({\ndts: true,\nformat: ['cjs', 'esm'],\nminify,\n- target: ['es2015'],\n+ target: ['es2018'],\nplatform: 'node',\nsplitting: false... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): upgrade target to es2018 to support async iterables |
305,159 | 30.09.2022 13:33:48 | -7,200 | 5f505c2296d6f40ee17eb0b336bc9b530f3e658d | feat: change typescript target/lib to es2018 | [
{
"change_type": "MODIFY",
"old_path": "packages/apis/tsconfig.json",
"new_path": "packages/apis/tsconfig.json",
"diff": "\"extends\": \"../../tsconfig.base.json\",\n\"compilerOptions\": {\n\"resolveJsonModule\": true,\n- \"lib\": [\"es2015\"]\n+ \"lib\": [\"es2018\"]\n},\n\"include\": [\"src/**/*.t... | TypeScript | MIT License | influxdata/influxdb-client-js | feat: change typescript target/lib to es2018 |
305,159 | 30.09.2022 15:25:44 | -7,200 | 8d085ab191479972c117aa4d3b58a67c6a430759 | feat(core): add async iterator to browser transport | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/impl/browser/FetchTransport.ts",
"new_path": "packages/core/src/impl/browser/FetchTransport.ts",
"diff": "import {Transport, SendOptions} from '../../transport'\nimport {ConnectionOptions} from '../../options'\n-import {HttpError} from '../..... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): add async iterator to browser transport |
305,159 | 30.09.2022 15:34:34 | -7,200 | c6442f44dc35ea45ff7c75ad809fd9f53962e3fe | chore: remove misleading comments | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/impl/node/NodeHttpTransport.ts",
"new_path": "packages/core/src/impl/node/NodeHttpTransport.ts",
"diff": "@@ -265,8 +265,6 @@ export class NodeHttpTransport implements Transport {\n* Creates configuration for a specific request.\n*\n* @param ... | TypeScript | MIT License | influxdata/influxdb-client-js | chore: remove misleading comments |
305,159 | 30.09.2022 15:39:49 | -7,200 | 55e0b832232ed155ffb1786611b51ae4db0a6a13 | feat(core): add iterate function to transport | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/transport.ts",
"new_path": "packages/core/src/transport.ts",
"diff": "@@ -40,14 +40,30 @@ export interface Transport {\n* @param path - HTTP request path\n* @param requestBody - request body\n* @param options - send options\n+ * @returns resp... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): add iterate function to transport |
305,159 | 30.09.2022 16:16:58 | -7,200 | 5db6f3f90c27e355448ba2d8c051a504bc01d02c | feat(core): cancel body consumption when aborted | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/impl/browser/FetchTransport.ts",
"new_path": "packages/core/src/impl/browser/FetchTransport.ts",
"diff": "@@ -186,6 +186,7 @@ export default class FetchTransport implements Transport {\nbreak\n}\nif (options.signal?.aborted) {\n+ await respon... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): cancel body consumption when aborted |
305,159 | 03.10.2022 11:41:46 | -7,200 | b3a50fa3be0453778f596e4ff492867388248cfb | feat(core): add chunksToLinesIterable transformation | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "packages/core/src/results/chunksToLinesIterable.ts",
"diff": "+import {ChunkCombiner, createTextDecoderCombiner} from './chunkCombiner'\n+\n+/**\n+ * ChunksToLinesIterable is a transformation that accepts an iterable of Uint8Array instances\n+ *... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): add chunksToLinesIterable transformation |
305,159 | 03.10.2022 11:52:15 | -7,200 | bc75d68c3b0ce0c61fd918ef3a99173a5d4f2eb3 | chore: improve tsdoc | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/results/linesToTables.ts",
"new_path": "packages/core/src/results/linesToTables.ts",
"diff": "@@ -9,7 +9,7 @@ import {\nimport {FluxTableMetaData, createFluxTableMetaData} from './FluxTableMetaData'\n/**\n- * linesToTables creates a transform... | TypeScript | MIT License | influxdata/influxdb-client-js | chore: improve tsdoc |
305,159 | 03.10.2022 12:30:29 | -7,200 | 04d2899a2c7ac6a98e4c46f6ca2a9d29f0d36bae | feat(core): reuse returned row to optimize code | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/results/index.ts",
"new_path": "packages/core/src/results/index.ts",
"diff": "@@ -4,6 +4,7 @@ export * from './chunksToLinesIterable'\nexport * from './Cancellable'\nexport * from './CommunicationObserver'\nexport * from './linesToTables'\n+e... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): reuse returned row to optimize code |
305,159 | 03.10.2022 16:13:38 | -7,200 | cfdfc40f1c088004322f97d84ae0e25f7218a26e | feat(core): allow to process annotated CSV response as iterable of lines or rows | [
{
"change_type": "MODIFY",
"old_path": "packages/apis/src/custom/FluxScriptInvocationAPI.ts",
"new_path": "packages/apis/src/custom/FluxScriptInvocationAPI.ts",
"diff": "@@ -2,8 +2,6 @@ import {\nInfluxDB,\nTransport,\nAnnotatedCSVResponse,\n- APIExecutor,\n- CommunicationObserver,\n} from '@influxd... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): allow to process annotated CSV response as iterable of lines or rows |
305,159 | 04.10.2022 06:02:07 | -7,200 | af7cf3b6c1003ff0400e91bcb6a0b860668d6458 | feat(core): add iterateLines and iterateRows to QueryApi | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/QueryApi.ts",
"new_path": "packages/core/src/QueryApi.ts",
"diff": "@@ -55,6 +55,26 @@ export default interface QueryApi {\n*/\nresponse(query: string | ParameterizedQuery): AnnotatedCSVResponse\n+ /**\n+ * IterateLines executes the supplied ... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(core): add iterateLines and iterateRows to QueryApi |
305,159 | 04.10.2022 06:37:45 | -7,200 | bbb4763c6d1e5c74fcb318695bffbc3356c5926a | feat(examples): change deno example to use for-await loop | [
{
"change_type": "MODIFY",
"old_path": "examples/query.deno.ts",
"new_path": "examples/query.deno.ts",
"diff": "// A modified query.ts example that works with deno //\n//////////////////////////////////////////////////////\n-import {\n- FluxTableMetaData,\n- InfluxDB,\n-} from 'https://cdn.skypack.d... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(examples): change deno example to use for-await loop |
305,159 | 04.10.2022 08:13:47 | -7,200 | fde1c8f6746664fabae1a9c8db1760b46ff26140 | feat(examples): use for-await to get query results in influxdb-1.8 example | [
{
"change_type": "MODIFY",
"old_path": "examples/influxdb-1.8.ts",
"new_path": "examples/influxdb-1.8.ts",
"diff": "@@ -24,33 +24,27 @@ const clientOptions: ClientOptions = {\nconst influxDB = new InfluxDB(clientOptions)\n+async function writePoints() {\nconsole.log('*** WRITE POINTS ***')\n-\nconst... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(examples): use for-await to get query results in influxdb-1.8 example |
305,159 | 04.10.2022 08:28:07 | -7,200 | 8e657df7b11742fd0181d352932e407bfe70c5c7 | chore(examples): indent browser example | [
{
"change_type": "MODIFY",
"old_path": "examples/index.html",
"new_path": "examples/index.html",
"diff": "import {\nInfluxDB,\nPoint,\n- flux\n+ flux,\n} from 'https://unpkg.com/@influxdata/influxdb-client/dist/index.browser.mjs'\nimport {\nPingAPI,\nSetupAPI,\n} from 'https://unpkg.com/@influxdata/... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(examples): indent browser example |
305,159 | 04.10.2022 08:39:13 | -7,200 | ef170175b78546d3e62d507b0a2b91efdd5b88e7 | feat(examples): use for-await to print results in queryWithParams example | [
{
"change_type": "MODIFY",
"old_path": "examples/README.md",
"new_path": "examples/README.md",
"diff": "@@ -4,7 +4,7 @@ This directory contains javascript and typescript examples for node.js, browser,\n- Node.js examples\n- Prerequisites\n- - [node](https://nodejs.org/en/) installed\n+ - [node](http... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(examples): use for-await to print results in queryWithParams example |
305,159 | 04.10.2022 09:58:06 | -7,200 | e3882060759a9b83dbab7fc9412a2e510436a3c7 | chore(examples): improve influxdb-1.8 example | [
{
"change_type": "MODIFY",
"old_path": "examples/influxdb-1.8.ts",
"new_path": "examples/influxdb-1.8.ts",
"diff": "@@ -24,7 +24,7 @@ const clientOptions: ClientOptions = {\nconst influxDB = new InfluxDB(clientOptions)\n-async function writePoints() {\n+async function writePoints(): Promise<void> {\... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(examples): improve influxdb-1.8 example |
305,159 | 04.10.2022 09:59:35 | -7,200 | b3d17a10d30cd1ee6a261049231dd89dbd5d159f | feat(examples): receive results using async iterables in query.ts example | [
{
"change_type": "MODIFY",
"old_path": "examples/query.ts",
"new_path": "examples/query.ts",
"diff": "#!./node_modules/.bin/esr\n+/* eslint-disable @typescript-eslint/no-unused-vars */\n//////////////////////////////////////////\n// Shows how to use InfluxDB query API. //\n//////////////////////////... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(examples): receive results using async iterables in query.ts example |
305,159 | 04.10.2022 10:02:32 | -7,200 | 200ddc84041f733e364572d4e761c602ab003bda | feat(examples): demonstrate collectRows row mapper fn | [
{
"change_type": "MODIFY",
"old_path": "examples/follow-redirects.mjs",
"new_path": "examples/follow-redirects.mjs",
"diff": "@@ -38,9 +38,11 @@ server.listen(0, 'localhost', async () => {\n},\n}).getQueryApi(org)\ntry {\n- const data = await queryApi.collectRows('buckets()')\n+ const data = await q... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(examples): demonstrate collectRows row mapper fn |
305,159 | 04.10.2022 11:09:22 | -7,200 | d9a8f69985a3d485c3aa2251634863d9a985304c | chore: update platform requirements | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -91,13 +91,13 @@ JavaScript client API Reference Documentation is available online at https://inf\nTo contribute code, fork the repository, apply changes and submit a pull request to the `master` branch.\n-Build... | TypeScript | MIT License | influxdata/influxdb-client-js | chore: update platform requirements |
305,159 | 04.10.2022 11:22:48 | -7,200 | 8291db41c34a08a77477ad2dc9945210583e4e6d | feat(examples): use async iterable in invokableScripts example | [
{
"change_type": "MODIFY",
"old_path": "examples/invokableScripts.mjs",
"new_path": "examples/invokableScripts.mjs",
"diff": "@@ -69,26 +69,15 @@ async function invokeScript(scriptID) {\n// Use FluxScriptInvocationAPI to execute a particular\n// script with specified parametes and process parsed res... | TypeScript | MIT License | influxdata/influxdb-client-js | feat(examples): use async iterable in invokableScripts example |
305,159 | 04.10.2022 14:14:21 | -7,200 | d36abbcb3ce446ba24ac4d9f98d34f841dcc096e | chore(ci): switch CI jobs to run with node 16 | [
{
"change_type": "MODIFY",
"old_path": ".circleci/config.yml",
"new_path": ".circleci/config.yml",
"diff": "@@ -21,7 +21,7 @@ jobs:\nparameters:\nimage:\ntype: string\n- default: &default-image 'cimg/node:14.19'\n+ default: &default-image 'cimg/node:16.17'\ndocker:\n- image: << parameters.image >>\n... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(ci): switch CI jobs to run with node 16 |
305,159 | 04.10.2022 14:23:32 | -7,200 | b3f55a912abfa7dcc65ea3516c6bdd18fd496cc4 | chore(examples): improve docs in query.ts example | [
{
"change_type": "MODIFY",
"old_path": "examples/query.ts",
"new_path": "examples/query.ts",
"diff": "@@ -13,8 +13,8 @@ const fluxQuery =\n// There are more ways of how to receive results,\n// the essential ones are shown in functions below.\n-// Execution of a particular function follow its declara... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(examples): improve docs in query.ts example |
305,159 | 04.10.2022 14:47:31 | -7,200 | 79526e5e2073a00cc50bbd730f7385707b7e58b2 | chore(core): avoid code branching | [
{
"change_type": "MODIFY",
"old_path": "packages/core/src/impl/node/NodeHttpTransport.ts",
"new_path": "packages/core/src/impl/node/NodeHttpTransport.ts",
"diff": "@@ -308,12 +308,12 @@ export class NodeHttpTransport implements Transport {\noptions.body = res\nresolve(options)\n})\n- } else {\n+ ret... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(core): avoid code branching |
305,159 | 04.10.2022 18:44:25 | -7,200 | 2075d834f5acb689adbef0f22d9bafc894abfe02 | chore(examples): repair comment | [
{
"change_type": "MODIFY",
"old_path": "examples/query.ts",
"new_path": "examples/query.ts",
"diff": "@@ -14,8 +14,8 @@ const fluxQuery =\n// There are more ways of how to receive results,\n// the essential ones are shown in functions below.\n// Execution of a particular function follows\n-// its de... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(examples): repair comment |
305,159 | 05.10.2022 07:10:04 | -7,200 | 218189ae224f6b4eb934bd97ccc2d6cd7aac210b | chore: repair typos in tsdoc | [
{
"change_type": "MODIFY",
"old_path": "examples/invokableScripts.mjs",
"new_path": "examples/invokableScripts.mjs",
"diff": "@@ -67,7 +67,7 @@ async function invokeScript(scriptID) {\nconst params = {count: count}\nconsole.log('Script parameters: ', params)\n// Use FluxScriptInvocationAPI to execut... | TypeScript | MIT License | influxdata/influxdb-client-js | chore: repair typos in tsdoc |
305,159 | 05.10.2022 09:53:37 | -7,200 | cbe6076e6bea11a885a086232a654afe69922d4b | chore: improve description of a breaking change | [
{
"change_type": "MODIFY",
"old_path": "CHANGELOG.md",
"new_path": "CHANGELOG.md",
"diff": "## 1.32.0 [unreleased]\n+### Features\n+\n+1. [#592](https://github.com/influxdata/influxdb-client-js/pull/592): Allow to receive query results using for-await loop.\n+\n+### Breaking Changes\n+\n+1. [#592](h... | TypeScript | MIT License | influxdata/influxdb-client-js | chore: improve description of a breaking change |
305,160 | 28.11.2022 22:53:11 | -3,600 | 3cf4d6572544c2ef470a208de1d961a1b958b4a0 | fix(docs): enable keep alive | [
{
"change_type": "MODIFY",
"old_path": "examples/writeAdvanced.mjs",
"new_path": "examples/writeAdvanced.mjs",
"diff": "@@ -53,7 +53,7 @@ const writeOptions = {\n// can be used to reuse them and thus reduce the count of newly established networking sockets\nimport {Agent} from 'http'\nconst keepAliv... | TypeScript | MIT License | influxdata/influxdb-client-js | fix(docs): enable keep alive (#647) |
305,160 | 29.11.2022 16:01:21 | -3,600 | 734f014f9a080dcd4e1013f30e9e3e155ee61e01 | chore(ci): upgrade recommended node version to 18 | [
{
"change_type": "MODIFY",
"old_path": ".circleci/config.yml",
"new_path": ".circleci/config.yml",
"diff": "@@ -21,7 +21,7 @@ jobs:\nparameters:\nimage:\ntype: string\n- default: &default-image 'cimg/node:16.17'\n+ default: &default-image 'cimg/node:18.11'\ndocker:\n- image: << parameters.image >>\n... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(ci): upgrade recommended node version to 18 (#624) |
305,180 | 02.12.2022 07:45:40 | 25,200 | 033959c3c25e7a252db920a79b99420a50dbd020 | chore(release): prepare to release influxdb-client-js-1.33.0 | [
{
"change_type": "MODIFY",
"old_path": "CHANGELOG.md",
"new_path": "CHANGELOG.md",
"diff": "-## 1.33.0 [unreleased]\n+## 1.33.0 [2022-12-02]\n+\n+### Bug Fixes\n+\n+1. Updates to projects dependencies\n## 1.32.0 [2022-11-01]\n"
},
{
"change_type": "MODIFY",
"old_path": "packages/core/src... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(release): prepare to release influxdb-client-js-1.33.0 |
305,180 | 02.12.2022 08:01:07 | 25,200 | 20c9b33a0a7653000dc23c45d1c2dac6a4101c87 | chore(release): publish v1.33.0 [skip CI] | [
{
"change_type": "MODIFY",
"old_path": "lerna.json",
"new_path": "lerna.json",
"diff": "{\n- \"version\": \"1.32.0\",\n+ \"version\": \"1.33.0\",\n\"npmClient\": \"yarn\",\n\"packages\": [\"packages/*\"],\n\"command\": {\n"
},
{
"change_type": "MODIFY",
"old_path": "packages/apis/package... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(release): publish v1.33.0 [skip CI] |
305,180 | 26.01.2023 11:12:43 | 25,200 | 4ffd54959e569b1696a60295eccf7985af81dcd1 | chore(release): publish v1.33.1 [skip CI] | [
{
"change_type": "MODIFY",
"old_path": "lerna.json",
"new_path": "lerna.json",
"diff": "{\n- \"version\": \"1.33.0\",\n+ \"version\": \"1.33.1\",\n\"npmClient\": \"yarn\",\n\"packages\": [\"packages/*\"],\n\"command\": {\n"
},
{
"change_type": "MODIFY",
"old_path": "packages/apis/package... | TypeScript | MIT License | influxdata/influxdb-client-js | chore(release): publish v1.33.1 [skip CI] |
350,419 | 04.03.2020 15:11:00 | 18,000 | 4c5bd59796546021f0e91ba9e6b552e2e61b02d7 | wascc-host 0.5.0 working for a request round trip | [
{
"change_type": "MODIFY",
"old_path": "crates/wascc-provider/lib/libwascc_httpsrv.so",
"new_path": "crates/wascc-provider/lib/libwascc_httpsrv.so",
"diff": "Binary files a/crates/wascc-provider/lib/libwascc_httpsrv.so and b/crates/wascc-provider/lib/libwascc_httpsrv.so differ\n"
},
{
"chang... | Rust | Apache License 2.0 | krustlet/krustlet | wascc-host 0.5.0 working for a request round trip |
350,425 | 05.03.2020 14:28:42 | 28,800 | ea5bc2a3fc18fd8f93069dba584d1f9d40133a66 | Implement workaround for LeaseSpec serialization issue.
See relating to the issue this attempts to workaround.
Rather than serialize a `LeaseSpec` which has a variable sized timestamp
formatting, this forces the timestamps to the six digits of subsecond precision
currently required by the k8s API. | [
{
"change_type": "MODIFY",
"old_path": "crates/kubelet/src/node.rs",
"new_path": "crates/kubelet/src/node.rs",
"diff": "use chrono::prelude::*;\n-use k8s_openapi::api::coordination::v1::{Lease, LeaseSpec};\n+use k8s_openapi::api::coordination::v1::Lease;\nuse k8s_openapi::api::core::v1::Node;\n-use ... | Rust | Apache License 2.0 | krustlet/krustlet | Implement workaround for LeaseSpec serialization issue.
See #5 relating to the issue this attempts to workaround.
Rather than serialize a `LeaseSpec` which has a variable sized timestamp
formatting, this forces the timestamps to the six digits of subsecond precision
currently required by the k8s API. |
350,419 | 10.03.2020 12:58:44 | 14,400 | b4f891f15a27a814666f34787f741a689a5706d3 | update LINUX only echo provider | [
{
"change_type": "MODIFY",
"old_path": "crates/wascc-provider/src/lib.rs",
"new_path": "crates/wascc-provider/src/lib.rs",
"diff": "@@ -260,6 +260,11 @@ mod test {\nuse super::*;\nuse k8s_openapi::api::core::v1::PodSpec;\n+ #[cfg(target_os = \"linux\")]\n+ const ECHO_LIB: &str = \"./testdata/libecho... | Rust | Apache License 2.0 | krustlet/krustlet | update LINUX only echo provider |
350,437 | 10.03.2020 10:06:06 | 25,200 | a5d6c7e36afa324e3d80c42e64c7b7842b4f55a3 | Try cross-platorm build action | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/build.yml",
"new_path": ".github/workflows/build.yml",
"diff": "@@ -4,13 +4,21 @@ on: [push, pull_request]\njobs:\nbuild:\n- runs-on: ubuntu-latest\n-\n+ runs-on: ${{ matrix.config.os }}\n+ strategy:\n+ fail-fast: false\n+ matrix:\n+ config:\... | Rust | Apache License 2.0 | krustlet/krustlet | Try cross-platorm build action
Signed-off-by: Radu M <root@radu.sh> |
350,425 | 15.03.2020 22:11:51 | 25,200 | f4c00a3cb8f815db73525c76bd94a501ec96b823 | Fix environment variables from secrets.
The `string_data` field of `Secret` is a write-only convenience and will always
be `None` when read.
This commit fixes it so that the `data` field is used instead. | [
{
"change_type": "MODIFY",
"old_path": "crates/kubelet/src/kubelet.rs",
"new_path": "crates/kubelet/src/kubelet.rs",
"diff": "@@ -438,18 +438,17 @@ async fn on_missing_value(\nmatch Api::<Secret>::namespaced(client, ns).get(name).await {\nOk(secret) => {\n// I am not totally clear on what the outcom... | Rust | Apache License 2.0 | krustlet/krustlet | Fix environment variables from secrets.
The `string_data` field of `Secret` is a write-only convenience and will always
be `None` when read.
This commit fixes it so that the `data` field is used instead. |
350,409 | 17.03.2020 17:06:48 | -3,600 | 41dc3838ffabc3194209eed381f6d4c38cdca674 | Panic if name on pod is not set | [
{
"change_type": "MODIFY",
"old_path": "crates/kubelet/src/kubelet.rs",
"new_path": "crates/kubelet/src/kubelet.rs",
"diff": "@@ -328,10 +328,7 @@ pub trait Provider {\n// Step 1: Is this legit?\n// Step 2: Can the provider handle this?\nif !self.can_schedule(&pod) {\n- debug!(\n- \"Provider cannot ... | Rust | Apache License 2.0 | krustlet/krustlet | Panic if name on pod is not set (#78) |
350,409 | 20.03.2020 17:38:12 | -3,600 | 49a1a1325f347bc03ac990612f48fe0bc4f48c3e | Configure protocol of oci client | [
{
"change_type": "MODIFY",
"old_path": "crates/oci-distribution/src/lib.rs",
"new_path": "crates/oci-distribution/src/lib.rs",
"diff": "@@ -36,6 +36,7 @@ type OciResult<T> = anyhow::Result<T>;\n/// For true anonymous access, you can skip `auth()`. This is not recommended\n/// unless you are sure tha... | Rust | Apache License 2.0 | krustlet/krustlet | Configure protocol of oci client (#92) |
350,409 | 23.03.2020 19:19:59 | -3,600 | 0a75fe04351984645f0f84712c9dbac7369fe09a | Change kube cleanup in justfile to delete the proper nodes and pods | [
{
"change_type": "MODIFY",
"old_path": "justfile",
"new_path": "justfile",
"diff": "@@ -41,5 +41,5 @@ bootstrap-ssl:\n@chmod 400 $(eval echo $KEY_DIR)/*\n_cleanup_kube:\n- kubectl delete no $(hostname | tr '[:upper:]' '[:lower:]') || true\n- kubectl delete po greet || true\n+ kubectl delete node kru... | Rust | Apache License 2.0 | krustlet/krustlet | Change kube cleanup in justfile to delete the proper nodes and pods (#98) |
350,423 | 26.03.2020 15:24:52 | 14,400 | a170484f13e03dd696cd2ddc96c9d4307549b462 | Simplfy imports
fixes | [
{
"change_type": "MODIFY",
"old_path": "demos/wasi/hello-world-assemblyscript/assembly/index.ts",
"new_path": "demos/wasi/hello-world-assemblyscript/assembly/index.ts",
"diff": "-import { Console, Environ, CommandLine } from \"../node_modules/as-wasi/assembly\";\n+import { Console, Environ, CommandL... | Rust | Apache License 2.0 | krustlet/krustlet | Simplfy imports
fixes #116 |
350,419 | 27.03.2020 15:59:08 | 14,400 | d0db68e38d7c662f9f8b92b29eeaec1103fd46d2 | plumbing for logging provider | [
{
"change_type": "MODIFY",
"old_path": "Cargo.lock",
"new_path": "Cargo.lock",
"diff": "@@ -1218,7 +1218,6 @@ dependencies = [\n\"serde_derive\",\n\"serde_json\",\n\"tokio\",\n- \"wascc-logging\",\n\"wascc-provider\",\n\"wasi-provider\",\n]\n@@ -2876,6 +2875,7 @@ version = \"0.1.0\"\ndependencies = ... | Rust | Apache License 2.0 | krustlet/krustlet | plumbing for logging provider |
350,419 | 30.03.2020 15:34:40 | 14,400 | 4abbcdf56fa4b555e2f71cf4eca3f874a3054e8c | writing to a logger per actor | [
{
"change_type": "MODIFY",
"old_path": "Cargo.lock",
"new_path": "Cargo.lock",
"diff": "@@ -2321,6 +2321,17 @@ dependencies = [\n\"digest\",\n]\n+[[package]]\n+name = \"simplelog\"\n+version = \"0.7.5\"\n+source = \"registry+https://github.com/rust-lang/crates.io-index\"\n+checksum = \"bcacac97349a8... | Rust | Apache License 2.0 | krustlet/krustlet | writing to a logger per actor |
350,419 | 31.03.2020 13:21:19 | 14,400 | c82ed3370be9b8eb3eb29256de41ab069d00265f | add logging native capability | [
{
"change_type": "ADD",
"old_path": "crates/wascc-provider/lib/libwascc_logging.so",
"new_path": "crates/wascc-provider/lib/libwascc_logging.so",
"diff": "Binary files /dev/null and b/crates/wascc-provider/lib/libwascc_logging.so differ\n"
},
{
"change_type": "MODIFY",
"old_path": "crate... | Rust | Apache License 2.0 | krustlet/krustlet | add logging native capability |
350,419 | 31.03.2020 14:13:54 | 14,400 | f06c12e2124c708ec6777ac6ff7e05077ab059d2 | loading wascc module and running it, but apparently no logs yet | [
{
"change_type": "MODIFY",
"old_path": "crates/wascc-provider/src/lib.rs",
"new_path": "crates/wascc-provider/src/lib.rs",
"diff": "@@ -243,6 +243,7 @@ impl<S: ModuleStore + Send + Sync> Provider for WasccProvider<S> {\n}\nasync fn delete(&self, pod: Pod, _client: APIClient) -> anyhow::Result<()> {\... | Rust | Apache License 2.0 | krustlet/krustlet | loading wascc module and running it, but apparently no logs yet |
350,419 | 31.03.2020 16:12:41 | 14,400 | 116fbfbb266f60afc79f880605bd133e02b146b9 | logging works on linux, still missing much | [
{
"change_type": "MODIFY",
"old_path": "crates/wascc-logging/src/lib.rs",
"new_path": "crates/wascc-logging/src/lib.rs",
"diff": "@@ -28,7 +28,7 @@ use log::Log;\nuse std::collections::HashMap;\nuse std::error::Error;\n-use std::fs::File;\n+use std::fs::{OpenOptions, File};\nuse std::sync::RwLock;\n... | Rust | Apache License 2.0 | krustlet/krustlet | logging works on linux, still missing much |
350,419 | 02.04.2020 14:01:12 | 14,400 | aa363eadd08a2600d161bad765f9f5985b2c7710 | it works, get off my back | [
{
"change_type": "MODIFY",
"old_path": "crates/kubelet/src/handle.rs",
"new_path": "crates/kubelet/src/handle.rs",
"diff": "@@ -190,3 +190,15 @@ impl<R: AsyncRead + AsyncSeek + Unpin, S: Stop> PodHandle<R, S> {\nOk(())\n}\n}\n+\n+/// Generates a unique human readable key for storing a handle to a po... | Rust | Apache License 2.0 | krustlet/krustlet | it works, get off my back |
350,419 | 02.04.2020 14:16:06 | 14,400 | 58c587d7f432da11fdb4e32f7c4a80922b4e4cd7 | clean up spurious writes | [
{
"change_type": "MODIFY",
"old_path": "crates/wascc-logging/src/lib.rs",
"new_path": "crates/wascc-logging/src/lib.rs",
"diff": "@@ -26,7 +26,6 @@ use codec::{\nlogging::{WriteLogRequest, OP_LOG},\n};\n-#[macro_use]\nextern crate log;\nuse log::Log;\n@@ -72,17 +71,12 @@ impl LoggingProvider {\n}\nf... | Rust | Apache License 2.0 | krustlet/krustlet | clean up spurious writes |
350,419 | 03.04.2020 12:16:21 | 14,400 | 9dec53061a6f3fea39e9ccb79b6787ca0b8bbfc1 | fix integration test for wascc | [
{
"change_type": "MODIFY",
"old_path": "tests/integration_tests.rs",
"new_path": "tests/integration_tests.rs",
"diff": "@@ -54,7 +54,7 @@ async fn test_wascc_provider() -> Result<(), Box<dyn std::error::Error>> {\n\"containers\": [\n{\n\"name\": \"hello-wascc\",\n- \"image\": \"webassembly.azurecr.i... | Rust | Apache License 2.0 | krustlet/krustlet | fix integration test for wascc |
350,419 | 03.04.2020 12:16:50 | 14,400 | f201cfc43e63dcc2f4f8cbb3ad28d9b43b56d854 | update podspec for labels, remove annotations | [
{
"change_type": "MODIFY",
"old_path": "examples/greet-wascc.yaml",
"new_path": "examples/greet-wascc.yaml",
"diff": "@@ -2,15 +2,18 @@ apiVersion: v1\nkind: Pod\nmetadata:\nname: greet\n- annotations:\n- deislabs.io/wascc-action-key: MB4OLDIC3TCZ4Q4TGGOVAZC43VXFE2JQVRAXQMQFXUCREOOFEKOKZTY2\n+ label... | Rust | Apache License 2.0 | krustlet/krustlet | update podspec for labels, remove annotations |
350,419 | 03.04.2020 14:19:29 | 14,400 | 1c2cbd1a0b5585d67d449cd96cddb830ff684f82 | update logging for review | [
{
"change_type": "MODIFY",
"old_path": "crates/wascc-logging/src/lib.rs",
"new_path": "crates/wascc-logging/src/lib.rs",
"diff": "@@ -44,9 +44,9 @@ pub const LOG_PATH_KEY: &str = \"LOG_PATH\";\nconst SYSTEM_ACTOR: &str = \"system\";\nconst CAPABILITY_ID: &str = \"wascc:logging\";\n-\nenum LogLevel {... | Rust | Apache License 2.0 | krustlet/krustlet | update logging for review |
350,419 | 03.04.2020 14:55:10 | 14,400 | 98e5efbec6116bedd414b56c7a108e517923c2f0 | remove copylib | [
{
"change_type": "MODIFY",
"old_path": "justfile",
"new_path": "justfile",
"diff": "@@ -19,7 +19,7 @@ test:\ntest-e2e:\ncargo test --test integration_tests\n-run-wascc: build build-logging _copy_log_lib _cleanup_kube bootstrap-ssl\n+run-wascc: build build-logging _cleanup_kube bootstrap-ssl\n@# Chan... | Rust | Apache License 2.0 | krustlet/krustlet | remove copylib |
350,419 | 03.04.2020 16:42:39 | 14,400 | b2cb7be31c5ca09e6a976dc96734da3f98f0bddf | bad container name | [
{
"change_type": "MODIFY",
"old_path": "tests/integration_tests.rs",
"new_path": "tests/integration_tests.rs",
"diff": "@@ -66,13 +66,13 @@ async fn test_wascc_provider() -> Result<(), Box<dyn std::error::Error>> {\n\"apiVersion\": \"v1\",\n\"kind\": \"Pod\",\n\"metadata\": {\n- \"name\": \"hello-wa... | Rust | Apache License 2.0 | krustlet/krustlet | bad container name |
350,419 | 09.04.2020 11:21:25 | 14,400 | 9914ad0def338d77c8bca9e6c19b2cac87cba396 | add wascc demo | [
{
"change_type": "MODIFY",
"old_path": "Cargo.lock",
"new_path": "Cargo.lock",
"diff": "@@ -97,8 +97,8 @@ version = \"0.1.1\"\nsource = \"registry+https://github.com/rust-lang/crates.io-index\"\nchecksum = \"21705adc76bbe4bc98434890e73a89cd00c6015e5704a60bb6eea6c3b72316b6\"\ndependencies = [\n- \"qu... | Rust | Apache License 2.0 | krustlet/krustlet | add wascc demo |
350,428 | 09.04.2020 17:30:24 | -7,200 | 461ac002e56602e06d7b34ff9621190b93819183 | Added Krustlet on WSL2 howto
Instructions for adding Krustlet as a node to Docker Desktop for Windows Kubernetes cluster | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "docs/howto/krustlet-on-wsl2.md",
"diff": "+# Running Krustlet on WSL2 with Docker Desktop\n+\n+This how-to guide demonstrates how to boot a Krustlet node in Docker Desktop for Windows with WSL2 backend.\n+\n+## Information\n+This tutorial will w... | Rust | Apache License 2.0 | krustlet/krustlet | Added Krustlet on WSL2 howto
Instructions for adding Krustlet as a node to Docker Desktop for Windows Kubernetes cluster |
350,419 | 09.04.2020 11:37:28 | 14,400 | aa2161317b54527636419f1c3d0bd0d913df897d | cargo fmt ftw | [
{
"change_type": "MODIFY",
"old_path": "demos/wascc/uppercase/src/lib.rs",
"new_path": "demos/wascc/uppercase/src/lib.rs",
"diff": "@@ -14,9 +14,7 @@ actor_handlers! {\ncodec::core::OP_HEALTH_REQUEST => health\n}\n-fn uppercase(\n- r: codec::http::Request\n-) -> CallResult{\n+fn uppercase(r: codec::... | Rust | Apache License 2.0 | krustlet/krustlet | cargo fmt ftw |
350,428 | 09.04.2020 19:23:25 | -7,200 | de1b67d516024e8af6e4284d5b92d92419349349 | Updated the instructions based on Brian comments
Removed entirely the `Step 1: Create certificate`
Removed the `Add a route to 172.17.0.1` subsection
Added a `TIP` to get the `eth0` IP
Added a check to the Kubernetes context
Updated the command to run `krustlet-wasi` and removed `--pfx-password` flag | [
{
"change_type": "MODIFY",
"old_path": "docs/howto/krustlet-on-wsl2.md",
"new_path": "docs/howto/krustlet-on-wsl2.md",
"diff": "@@ -16,64 +16,7 @@ See the [Docker Desktop for Windows > Getting started > Kubernetes](https://docs\nThis specific tutorial will be running Krustlet on your WSL2 distro and... | Rust | Apache License 2.0 | krustlet/krustlet | Updated the instructions based on Brian comments
Removed entirely the `Step 1: Create certificate`
Removed the `Add a route to 172.17.0.1` subsection
Added a `TIP` to get the `eth0` IP
Added a check to the Kubernetes context
Updated the command to run `krustlet-wasi` and removed `--pfx-password` flag |
350,428 | 09.04.2020 19:24:37 | -7,200 | e164735cd367efe105654e6e841d7ac9d65de017 | Added missing context output
Added the output of the `kubectl config set-context` command | [
{
"change_type": "MODIFY",
"old_path": "docs/howto/krustlet-on-wsl2.md",
"new_path": "docs/howto/krustlet-on-wsl2.md",
"diff": "@@ -60,6 +60,7 @@ CURRENT NAME CLUSTER AUTHINFO NAMESPACE\n# Optional if the context is not set correctly\n$ kubectl config set-context docker-desktop\n+Context \"docker-de... | Rust | Apache License 2.0 | krustlet/krustlet | Added missing context output
Added the output of the `kubectl config set-context` command |
350,425 | 12.04.2020 12:47:56 | 25,200 | 87fba7e2095fbddbbac1f1805cc41106f1e86a8e | Add a HOWTO for running Krustlet on EKS.
This commit adds scripts for building a Krustlet-based AMI and defining an EKS
cluster using Krustet.
It also provides a walkthrough of how to get Krustlet running on EKS.
Closes | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "docs/howto/assets/eks/.gitignore",
"diff": "+manifest.json\n"
},
{
"change_type": "ADD",
"old_path": null,
"new_path": "docs/howto/assets/eks/Makefile",
"diff": "+PACKER_BINARY ?= packer\n+PACKER_VARIABLES := aws_region ami_n... | Rust | Apache License 2.0 | krustlet/krustlet | Add a HOWTO for running Krustlet on EKS.
This commit adds scripts for building a Krustlet-based AMI and defining an EKS
cluster using Krustet.
It also provides a walkthrough of how to get Krustlet running on EKS.
Closes #130. |
350,425 | 13.04.2020 11:23:48 | 25,200 | 1085c1aad92072e705f4da8613329648cf44ee97 | Code review feedback.
Some minor formatting changes for the HOWTO. | [
{
"change_type": "MODIFY",
"old_path": "docs/howto/assets/eks/scripts/install-worker.sh",
"new_path": "docs/howto/assets/eks/scripts/install-worker.sh",
"diff": "@@ -103,6 +103,7 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y\nexport PATH=$PATH:$HOME/.cargo/bin\n# Build k... | Rust | Apache License 2.0 | krustlet/krustlet | Code review feedback.
Some minor formatting changes for the HOWTO. |
350,445 | 15.04.2020 09:35:01 | -28,800 | 1ba06e5d79da321e2857cb8d601a5722c50a9725 | fixed: now krustlet can pull wasm image from standard registry | [
{
"change_type": "MODIFY",
"old_path": "crates/oci-distribution/src/client.rs",
"new_path": "crates/oci-distribution/src/client.rs",
"diff": "@@ -216,7 +216,7 @@ impl Client {\n/// be set on all OCI Registry request.\nfn auth_headers(&self) -> HeaderMap {\nlet mut headers = HeaderMap::new();\n- head... | Rust | Apache License 2.0 | krustlet/krustlet | fixed: now krustlet can pull wasm image from standard registry |
350,409 | 20.04.2020 19:45:48 | -7,200 | 641f0c39cb85c51e67f1bbbd7bbf79dd933bee0a | Update kube to 0.32
* Update kube to 0.32
* Hack to get e2e tests working
* Fix typo in e2e tests
* Update integration_tests.rs
Remove delay in integration tests | [
{
"change_type": "MODIFY",
"old_path": "Cargo.lock",
"new_path": "Cargo.lock",
"diff": "@@ -1697,12 +1697,12 @@ dependencies = [\n[[package]]\nname = \"kube\"\n-version = \"0.31.0\"\n+version = \"0.32.1\"\nsource = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"66be960d78ad... | Rust | Apache License 2.0 | krustlet/krustlet | Update kube to 0.32 (#189)
* Update kube to 0.32
* Hack to get e2e tests working
* Fix typo in e2e tests
* Update integration_tests.rs
Remove delay in integration tests |
350,418 | 19.04.2020 17:18:51 | 25,200 | 1f08443071745499d1a203eade4c97eeb7610357 | Allow specifying labels
Add `--node-labels` to the command line option which appends extra
labels when registering a Krustlet node. | [
{
"change_type": "MODIFY",
"old_path": "crates/kubelet/src/config.rs",
"new_path": "crates/kubelet/src/config.rs",
"diff": "@@ -11,6 +11,8 @@ use rpassword;\n#[cfg(feature = \"cli\")]\nuse structopt::StructOpt;\n+use std::collections::HashMap;\n+\nconst DEFAULT_PORT: u16 = 3000;\n/// The configurati... | Rust | Apache License 2.0 | krustlet/krustlet | Allow specifying labels
Add `--node-labels` to the command line option which appends extra
labels when registering a Krustlet node. |
350,418 | 19.04.2020 18:03:05 | 25,200 | 2c89eb55f08355a2d76704c510ce29b18e0d1c41 | Update docs with `--node-labels` | [
{
"change_type": "MODIFY",
"old_path": "docs/howto/assets/eks/files/bootstrap.sh",
"new_path": "docs/howto/assets/eks/files/bootstrap.sh",
"diff": "@@ -7,6 +7,35 @@ set -o pipefail\nset -o nounset\nset -o errexit\n+function print_help {\n+ echo \"usage: $0 [options] <cluster-name>\"\n+ echo \"Bootst... | Rust | Apache License 2.0 | krustlet/krustlet | Update docs with `--node-labels` |
350,418 | 19.04.2020 21:46:51 | 25,200 | 37ae3f02311a09b3ffd131ca82fab7c469f6d91b | Rename KRUSTLET_NODE_LABELS to NODE_LABELS | [
{
"change_type": "MODIFY",
"old_path": "crates/kubelet/src/config.rs",
"new_path": "crates/kubelet/src/config.rs",
"diff": "@@ -201,7 +201,7 @@ pub struct Opts {\n#[structopt(\nlong = \"node-labels\",\n- env = \"KRUSTLET_NODE_LABELS\",\n+ env = \"NODE_LABELS\",\nhelp = \"Labels to add when registeri... | Rust | Apache License 2.0 | krustlet/krustlet | Rename KRUSTLET_NODE_LABELS to NODE_LABELS |
350,418 | 19.04.2020 21:53:44 | 25,200 | c9addd12abbc1276dd7ff19cc86f9511104ecdf6 | Allow label with empty value | [
{
"change_type": "MODIFY",
"old_path": "crates/kubelet/src/config.rs",
"new_path": "crates/kubelet/src/config.rs",
"diff": "@@ -297,8 +297,12 @@ fn read_password_from_tty() -> String {\nfn split_one_label(in_string: &str) -> Result<(String, String), String> {\nlet mut splitter = in_string.splitn(2, ... | Rust | Apache License 2.0 | krustlet/krustlet | Allow label with empty value |
350,418 | 20.04.2020 14:40:50 | 25,200 | f71f6e1f039710716127d1c38216c8b352b4e0c7 | Parse comma separate values from flags with `use_delimiter`
See | [
{
"change_type": "MODIFY",
"old_path": "crates/kubelet/src/config.rs",
"new_path": "crates/kubelet/src/config.rs",
"diff": "@@ -105,8 +105,7 @@ impl Config {\nlet node_labels = opts\n.node_labels\n- .unwrap_or_default()\n- .split(',')\n+ .iter()\n.map(|i| split_one_label(i))\n.filter_map(Result::ok)... | Rust | Apache License 2.0 | krustlet/krustlet | Parse comma separate values from flags with `use_delimiter`
See https://github.com/TeXitoi/structopt/issues/367#issuecomment-606619645 |
350,418 | 19.04.2020 23:31:44 | 25,200 | e7f407aed8501027830054c5800fa5d976126df7 | Allow building Krustlet from a different repo for EKS
Allow passing in `KRUSTLET_VERSION` & `KRUSTLET_SRC` when building
Krustlet AMI with packer. | [
{
"change_type": "MODIFY",
"old_path": "docs/howto/assets/eks/Makefile",
"new_path": "docs/howto/assets/eks/Makefile",
"diff": "PACKER_BINARY ?= packer\n-PACKER_VARIABLES := aws_region ami_name krustlet_version source_ami_id source_ami_owners arch instance_type security_group_id\n+PACKER_VARIABLES :... | Rust | Apache License 2.0 | krustlet/krustlet | Allow building Krustlet from a different repo for EKS
Allow passing in `KRUSTLET_VERSION` & `KRUSTLET_SRC` when building
Krustlet AMI with packer. |
350,415 | 20.04.2020 20:51:00 | 14,400 | 0536ddeeaef4094168cebf00e18cb1f565172d89 | add node label constraints per man page
change to to_owned on static strings
warn for namespace constraint violations
add unit tests
inline configuration
improve key casting
borrow rather than clone node_labels
convert vecs to static arrays | [
{
"change_type": "MODIFY",
"old_path": "crates/kubelet/src/config.rs",
"new_path": "crates/kubelet/src/config.rs",
"diff": "@@ -200,7 +200,15 @@ pub struct Opts {\nlong = \"node-labels\",\nenv = \"NODE_LABELS\",\nuse_delimiter = true,\n- help = \"Labels to add when registering the node in the cluste... | Rust | Apache License 2.0 | krustlet/krustlet | add node label constraints per man page
change to to_owned on static strings
warn for namespace constraint violations
add unit tests
inline configuration
improve key casting
borrow rather than clone node_labels
convert vecs to static arrays |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.