author
int64
4.98k
943k
date
stringdate
2017-04-15 16:45:02
2022-02-25 15:32:15
timezone
int64
-46,800
39.6k
hash
stringlengths
40
40
message
stringlengths
8
468
mods
listlengths
1
16
language
stringclasses
9 values
license
stringclasses
2 values
repo
stringclasses
119 values
original_message
stringlengths
12
491
is_CCS
int64
1
1
commit_type
stringclasses
129 values
commit_scope
stringlengths
1
44
273,683
06.09.2019 03:15:39
-7,200
0d7072989f69ba484c092fef9d933e8dca6bab54
fix(critical): prevent possible memory leak
[ { "change_type": "MODIFY", "diff": "-const fs = require('fs-extra')\n-const critical = require('critical')\nconst micromatch = require('micromatch')\n-\n-const {\n- createPolyfillScript,\n- inlineCriticalCSS\n-} = require('./lib/inline')\n+const Worker = require('jest-worker').default\nmodule.exports = func...
JavaScript
MIT License
gridsome/gridsome
fix(critical): prevent possible memory leak (#485)
1
fix
critical
273,683
06.09.2019 03:16:52
-7,200
424140d80e1e0c30c4fbf8d012246639632ad58e
fix(remark): basic gridsome v0.7 support
[ { "change_type": "MODIFY", "diff": "@@ -32,11 +32,13 @@ class RemarkTransformer {\nreturn ['text/markdown', 'text/x-markdown']\n}\n- constructor (options, { localOptions, resolveNodeFilePath, assets, queue }) {\n+ constructor (options, context) {\n+ const { localOptions, resolveNodeFilePath } = context\n+\n...
JavaScript
MIT License
gridsome/gridsome
fix(remark): basic gridsome v0.7 support
1
fix
remark
67,476
06.09.2019 05:38:35
-7,200
364dc06fbac281a1dc8320948912cdfa3696ac27
fix(platform): add now() polyfill for strange runtimes
[ { "change_type": "MODIFY", "diff": "@@ -78,7 +78,11 @@ const $now = (function (): () => number {\nnodeLoadTime = moduleLoadTime - upTime;\nreturn now;\n} else {\n- throw new Error('Unsupported runtime'); // Can't really happen, can it?\n+ const now = function (): number {\n+ return Date.now() - nodeLoadTime...
TypeScript
MIT License
aurelia/aurelia
fix(platform): add now() polyfill for strange runtimes
1
fix
platform
304,882
06.09.2019 07:26:05
25,200
a41865f8b52661c6b92a1d76a621e23e73169bc8
fix(compiler): panic from CheckKind in memberEvaluator
[ { "change_type": "MODIFY", "diff": "@@ -545,7 +545,7 @@ func (e *memberEvaluator) Eval(ctx context.Context, deps dependencies.Interface,\nreturn nil, err\n}\nv, _ := o.Object().Get(e.property)\n- values.CheckKind(v.PolyType().Nature(), e.t.Nature())\n+ // values.CheckKind(v.PolyType().Nature(), e.t.Nature()...
Go
MIT License
influxdata/flux
fix(compiler): panic from CheckKind in memberEvaluator (#1815)
1
fix
compiler
815,605
06.09.2019 07:58:20
0
bb9c358ece2806e63f8945de9ea0fca346041fbc
refactor: Expose method to invoke a single script on a transaction This can be helpful in CKB script debugger's development
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ use ckb_vm::Error as VMInternalError;\nuse serde_derive::{Deserialize, Serialize};\nuse std::fmt;\n-pub use crate::verify::{ScriptGroup, TransactionScriptsVerifier};\n+pub use crate::verify::{ScriptGroup, ScriptGroupType, TransactionScriptsVerifier};\n/// ...
Rust
MIT License
nervosnetwork/ckb
refactor: Expose method to invoke a single script on a transaction This can be helpful in CKB script debugger's development
1
refactor
null
503,965
06.09.2019 09:52:44
14,400
b741a70306f182e880132c586e7ed56d591c07ff
chore(experimental): remove unused components
[ { "change_type": "DELETE", "diff": "----\n-title: 'Badge'\n-cssPrefix: 'pf-c-badge'\n-typescript: true\n-propComponents: ['Badge']\n-section: 'experimental'\n----\n-import { Badge as ExperimentalBadge } from '@patternfly/react-core/dist/esm/experimental';\n-import { Alert } from '@patternfly/react-core';\n-...
TypeScript
MIT License
patternfly/patternfly-react
chore(experimental): remove unused components (#2805)
1
chore
experimental
711,580
06.09.2019 10:13:33
-7,200
321deb2ffe459e422cbe0c157766671600f04d17
fix(race-condition): Fix race condition on DB among worker and server
[ { "change_type": "MODIFY", "diff": "@@ -2,6 +2,10 @@ import { bootstrapWorker } from '@vendure/core';\nimport { devConfig } from './dev-config';\n+// https://github.com/vendure-ecommerce/vendure/issues/152\n+// fix race condition when modifying DB\n+devConfig.dbConnectionOptions = { ...devConfig.dbConnectio...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(race-condition): Fix race condition on DB among worker and server
1
fix
race-condition
71,499
06.09.2019 10:44:39
-7,200
3c44fb2131ebf5193b5a1da952635d2c6147117b
chore(docs): Fixup the VS code debugging section for accuracy Drop a step that was not needed and improve some others with better messaging.
[ { "change_type": "MODIFY", "diff": "@@ -557,15 +557,14 @@ $ CDK_TEST_BUILD=false lr test\nTo debug your CDK application along with the CDK repository,\n1. Clone the CDK repository locally and build the repository. See [Workflows](#workflows) section for the different build options.\n-2. Open the CDK applica...
TypeScript
Apache License 2.0
aws/aws-cdk
chore(docs): Fixup the VS code debugging section for accuracy (#3956) Drop a step that was not needed and improve some others with better messaging.
1
chore
docs
865,921
06.09.2019 11:41:00
-7,200
02e909df5ae467bd3f47874ffba1e5057a1d34b9
chore(plugins/test): remove node hacks
[ { "change_type": "DELETE", "diff": "-<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"52\" height=\"52\">\n- <rect x=\"0\" y=\"0\" rx=\"4\" ry=\"4\" width=\"52\" height=\"52\" fill=\"#52B415\" />\n- <text x=\"4\" y=\"48\" fill=\"#FFF\" style=\"font-family: Arial, sans-serif; font-size: 10px; font-weight: b...
JavaScript
MIT License
camunda/camunda-modeler
chore(plugins/test): remove node hacks
1
chore
plugins/test
865,921
06.09.2019 11:41:00
-7,200
537b3d3d8bdbfafd66821cb0fe6e669e649465bd
chore(plugins/test): update renamed
[ { "change_type": "MODIFY", "diff": "<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"52\" height=\"52\">\n<rect x=\"0\" y=\"0\" rx=\"4\" ry=\"4\" width=\"52\" height=\"52\" fill=\"#52B415\" />\n- <text x=\"4\" y=\"48\" fill=\"#FFF\" style=\"font-family: Arial, sans-serif; font-size: 10px; font-weight: bold...
JavaScript
MIT License
camunda/camunda-modeler
chore(plugins/test): update renamed
1
chore
plugins/test
865,921
06.09.2019 11:41:31
-7,200
53012e520fa1f58fccd917950d959a5de9d2f605
chore(client/plugins): simplify + drop need to specify name
[ { "change_type": "MODIFY", "diff": "* except in compliance with the MIT License.\n*/\n-import * as ReactExports from 'react';\n+import debug from 'debug';\n-import React from 'react';\n+import React, { PureComponent } from 'react';\nimport PluginParent from './PluginParent';\n-import {\n- Modal\n-} from '.....
JavaScript
MIT License
camunda/camunda-modeler
chore(client/plugins): simplify + drop need to specify name
1
chore
client/plugins
865,921
06.09.2019 11:41:31
-7,200
0565d1d1dd89a6936c8379ae875837f1f592ecca
chore(client/plugins): simplify exports
[ { "change_type": "MODIFY", "diff": "import DeploymentTool from './DeploymentTool';\n-const deploymentTool = {\n+export default {\nname: 'deployment-tool',\ncomponent: DeploymentTool\n};\n-\n-export default deploymentTool;\n", "new_path": "client/src/plugins/deployment-tool/index.js", "old_path": "cl...
JavaScript
MIT License
camunda/camunda-modeler
chore(client/plugins): simplify exports
1
chore
client/plugins
711,580
06.09.2019 12:12:26
-7,200
65897c49a46e67305ca9218fed39a9644fcd5156
fix(race-condition): Fix DB race condition even in core module Closes 152
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,7 @@ import { INestApplication, INestMicroservice } from '@nestjs/common';\nimport { NestFactory } from '@nestjs/core';\nimport { TcpClientOptions, Transport } from '@nestjs/microservices';\nimport { Type } from '@vendure/common/lib/shared-types';\n-import { En...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(race-condition): Fix DB race condition even in core module Closes 152
1
fix
race-condition
699,191
06.09.2019 12:19:29
25,200
300a4bf0fde2f00ff02cf36e3293ba4717da886d
fix(website): tody up the button and anchor docs
[ { "change_type": "MODIFY", "diff": "@@ -34,7 +34,7 @@ function getHeadingStyles(headingStyle?: HeadingStyle): {} {\ncase 'headingStyle40':\nreturn {\nmy: 'space60',\n- fontSize: 'fontSize60',\n+ fontSize: 'fontSize30',\nfontWeight: 'fontWeightSemibold',\n};\ncase 'headingStyle30':\n", "new_path": "packa...
TypeScript
MIT License
twilio-labs/paste
fix(website): tody up the button and anchor docs (#84)
1
fix
website
743,863
06.09.2019 12:43:06
25,200
338842579dbbd2aff3d1be24e235e61ca71e2f7a
docs: nit, let's keep the example simple
[ { "change_type": "MODIFY", "diff": "@@ -80,8 +80,8 @@ require('yargs') // eslint-disable-line\n})\n.option('verbose', {\nalias: 'v',\n- type: 'count',\n- description: 'Run with verbose logging. Additition 'v's (-vv, -vvv, etc) to run with even more verbose logging.'\n+ type: 'boolean',\n+ description: 'Run ...
JavaScript
MIT License
yargs/yargs
docs: nit, let's keep the example simple
1
docs
null
866,394
06.09.2019 13:17:17
14,400
5aea1deee0bae6d3a91ce0b20b752f3f2ff55bc3
fix(patterns): fixed build name references for patterns
[ { "change_type": "MODIFY", "diff": "## Getting started\nIf you're just getting started, check out\n-[`react`](https://github.com/carbon-design-system/ibm-dotcom-library/blob/master/packages/react).\n-Vanilla components are coming soon!\n+[`react`](https://github.com/carbon-design-system/ibm-dotcom-library/b...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(patterns): fixed build name references for patterns
1
fix
patterns
866,394
06.09.2019 13:33:22
14,400
84de1cc6994ddc0fd73368d2a1220593ccc88853
fix(patterns): fixed README for react patterns
[ { "change_type": "MODIFY", "diff": "Run the following command using [npm](https://www.npmjs.com/):\n```bash\n-npm i @carbon/ibmdotcom-patterns carbon-components-react carbon-components carbon-icons\n+npm i @carbon/ibmdotcom-patterns-react carbon-components-react carbon-components carbon-icons\n```\nIf you p...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(patterns): fixed README for react patterns
1
fix
patterns
866,394
06.09.2019 13:51:34
14,400
71ae26361c901aedc455343e640afd1c53bbb180
fix(react): removed test Translation API call
[ { "change_type": "MODIFY", "diff": "@@ -3,17 +3,12 @@ import './polyfills';\nimport './_container.scss';\nimport { settings } from 'carbon-components';\n-import { TranslationAPI } from '../../services/src/services/Translation';\n-\nconst { prefix } = settings;\nexport default class Container extends Compone...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(react): removed test Translation API call
1
fix
react
713,841
06.09.2019 13:54:23
-7,200
b3527dd30709f6aec0687f9c5a10783575e218a4
refactor(verdaccio-aws-s3-storage): clean ESLint warnings and remove adhoc rules
[ { "change_type": "DELETE", "diff": "-{\n- \"rules\": {\n- \"@typescript-eslint/no-use-before-define\": \"off\",\n- \"@typescript-eslint/explicit-function-return-type\": [\n- \"warn\",\n- {\n- \"allowExpressions\": true,\n- \"allowTypedFunctionExpressions\": true\n- }\n- ]\n- }\n-}\n", "new_path": null, ...
TypeScript
MIT License
verdaccio/monorepo
refactor(verdaccio-aws-s3-storage): clean ESLint warnings and remove adhoc rules
1
refactor
verdaccio-aws-s3-storage
865,921
06.09.2019 13:55:25
-7,200
c1716540efde646d1b74e1827ae0a78fb02cb1ab
feat(client/app): emit <tab.saved> event Related to
[ { "change_type": "MODIFY", "diff": "@@ -893,6 +893,8 @@ export class App extends PureComponent {\n...unsavedState\n});\n+ this.emit('tab.saved', { tab });\n+\nreturn tab;\n}\n", "new_path": "client/src/app/App.js", "old_path": "client/src/app/App.js" }, { "change_type": "MODIFY", "diff":...
JavaScript
MIT License
camunda/camunda-modeler
feat(client/app): emit <tab.saved> event Related to #1496
1
feat
client/app
713,841
06.09.2019 13:56:23
-7,200
d5631dbafd9dae15114b03006ca0a4b74b7d7a87
refactor(verdaccio-google-cloud): clean ESLint warnings and remove adhoc rules
[ { "change_type": "DELETE", "diff": "-{\n- \"rules\": {\n- \"spaced-comment\": \"warn\",\n- \"@typescript-eslint/no-var-requires\": \"off\",\n- \"@typescript-eslint/interface-name-prefix\": \"off\",\n- \"@typescript-eslint/ban-types\": \"warn\",\n- \"@typescript-eslint/no-inferrable-types\": \"warn\"\n- }\n-...
TypeScript
MIT License
verdaccio/monorepo
refactor(verdaccio-google-cloud): clean ESLint warnings and remove adhoc rules
1
refactor
verdaccio-google-cloud
503,945
06.09.2019 14:05:34
14,400
37f2e53ed4ec975c135b12d7bb20a4788bda8491
chore(package): Bump versions to 2.31.4
[ { "change_type": "MODIFY", "diff": "\"@babel/plugin-transform-typescript\": \"^7.0.0\",\n\"@babel/preset-env\": \"^7.0.0\",\n\"@babel/preset-react\": \"^7.0.0\",\n- \"@patternfly/patternfly\": \"2.31.1\",\n+ \"@patternfly/patternfly\": \"2.31.4\",\n\"@patternfly/react-icons\": \"^3.13.0\",\n\"@patternfly/re...
TypeScript
MIT License
patternfly/patternfly-react
chore(package): Bump @patternfly/patternfly versions to 2.31.4 (#2877)
1
chore
package
865,921
06.09.2019 14:09:10
-7,200
82dca1fe680a0a936627bb8f8b1de86428652993
chore(client/plugins): rename generic plug-in point to <client> This is what it is.
[ { "change_type": "MODIFY", "diff": "@@ -113,7 +113,7 @@ export class App extends PureComponent {\nthis.tabRef = React.createRef();\n- const userPlugins = this.getPlugins('app.ui');\n+ const userPlugins = this.getPlugins('client');\nthis.plugins = [\n...defaultPlugins,\n", "new_path": "client/src/app/App...
JavaScript
MIT License
camunda/camunda-modeler
chore(client/plugins): rename generic plug-in point to <client> This is what it is.
1
chore
client/plugins
713,841
06.09.2019 14:16:52
-7,200
2985df9647b112c78a134c799aed139661f369bf
refactor(verdaccio-htpasswd): clean ESLint warnings
[ { "change_type": "MODIFY", "diff": "@@ -15,7 +15,7 @@ import crypto from 'crypto';\n* distros), sha256 or sha512. Default is sha512.\n* @returns {string} Generated salt string\n*/\n-export function createSalt(type: string = 'sha512'): string {\n+export function createSalt(type = 'sha512'): string {\nswitch ...
TypeScript
MIT License
verdaccio/monorepo
refactor(verdaccio-htpasswd): clean ESLint warnings
1
refactor
verdaccio-htpasswd
713,841
06.09.2019 14:29:54
-7,200
f8a8b4711f13165a4eb1de798956d7ca804374df
refactor(local-storage): clean ESLint warnings and remove adhoc rules
[ { "change_type": "DELETE", "diff": "-{\n- \"rules\": {\n- \"@typescript-eslint/no-var-requires\": [\"warn\"]\n- }\n-}\n", "new_path": null, "old_path": "plugins/local-storage/.eslintrc.json" }, { "change_type": "MODIFY", "diff": "@@ -69,7 +69,7 @@ class LocalDatabase implements IPluginSt...
TypeScript
MIT License
verdaccio/monorepo
refactor(local-storage): clean ESLint warnings and remove adhoc rules
1
refactor
local-storage
713,841
06.09.2019 14:44:27
-7,200
41f8ca0225965945c6e9c902c90212afda55e5a0
refactor(verdaccio-memory): clean ESLint warnings
[ { "change_type": "MODIFY", "diff": "@@ -11,13 +11,13 @@ export interface MemoryLocalStorage {\nconst DEFAULT_LIMIT = 1000;\nclass LocalMemory implements IPluginStorage<ConfigMemory> {\n- path: string;\n- limit: number;\n- logger: Logger;\n- data: MemoryLocalStorage;\n- config: ConfigMemory;\n+ private path:...
TypeScript
MIT License
verdaccio/monorepo
refactor(verdaccio-memory): clean ESLint warnings
1
refactor
verdaccio-memory
815,595
06.09.2019 15:18:05
-28,800
b2d4ddf6e044a87a51278fe480ec4941502c59b0
chore: Comment for filtering BLOCK_STORED
[ { "change_type": "MODIFY", "diff": "@@ -154,6 +154,8 @@ impl BlockFetcher {\nif self\n.synchronizer\n.shared()\n+ // NOTE: Filtering `BLOCK_STORED` but not `BLOCK_RECEIVED`, is for avoiding\n+ // stopping synchronization even when orphan_pool maintains dirty items by bugs.\n.contains_block_status(&to_fetch....
Rust
MIT License
nervosnetwork/ckb
chore: Comment for filtering BLOCK_STORED
1
chore
null
865,921
06.09.2019 15:23:21
-7,200
d440d4a5fd6b7a7de4fae8d4c3d62df5369bb856
chore(client/remote): bind client plug-in globals early
[ { "change_type": "MODIFY", "diff": "import { filter } from 'min-dash';\n+import {\n+ Modal\n+} from '../app/primitives';\n+\n+import { Fill } from '../app/slot-fill';\n+\n+import React, * as ReactExports from 'react';\n+\nconst PLUGINS_PROTOCOL = 'app-plugins://';\n@@ -41,6 +49,15 @@ export default class Pl...
JavaScript
MIT License
camunda/camunda-modeler
chore(client/remote): bind client plug-in globals early
1
chore
client/remote
865,921
06.09.2019 15:23:42
-7,200
8403f2ee851325f14a4da8321ff44e060352e11e
chore(plugins/test-client): publish bundle
[ { "change_type": "ADD", "diff": "+!dist\n", "new_path": "resources/plugins/test-client/.gitignore", "old_path": null }, { "change_type": "ADD", "diff": "+/******/ (function(modules) { // webpackBootstrap\n+/******/ // The module cache\n+/******/ var installedModules = {};\n+/******/\n+/*...
JavaScript
MIT License
camunda/camunda-modeler
chore(plugins/test-client): publish bundle
1
chore
plugins/test-client
815,609
06.09.2019 15:24:18
-28,800
387a8342d1664058e83ad623f9c250903b21c0cb
test: add some tests back: lost some tests when replace `ckb-core` by `ckb-types`
[ { "change_type": "MODIFY", "diff": "@@ -192,3 +192,53 @@ impl<'r> packed::AlertReader<'r> {\n}\n}\nimpl_calc_special_hash_for_entity!(Alert, calc_alert_hash);\n+\n+#[cfg(test)]\n+mod tests {\n+ use crate::{h256, packed, prelude::*, H256};\n+ use ckb_hash::blake2b_256;\n+\n+ #[test]\n+ fn proposals_hash() {\...
Rust
MIT License
nervosnetwork/ckb
test: add some tests back: lost some tests when replace `ckb-core` by `ckb-types`
1
test
null
273,683
06.09.2019 15:38:56
-7,200
b583b957c94bd7aa3f74075e61a3f1bb06968d39
fix(airtable): basic gridsome v0.7 support
[ { "change_type": "MODIFY", "diff": "@@ -18,10 +18,12 @@ module.exports = {\nbaseId: 'YOUR_BASE_ID', // required\ntableName: 'YOUR_TABLE_NAME', // required\ntypeName: 'YOUR_TYPE_NAME', // required\n- route: 'YOUR_OPTIONAL_ROUTE' // optional\n}\n}\n- ]\n+ ],\n+ templates: {\n+ YOUR_TYPE_NAME: 'YOUR_OPTIONAL_R...
JavaScript
MIT License
gridsome/gridsome
fix(airtable): basic gridsome v0.7 support
1
fix
airtable
743,928
06.09.2019 15:39:54
14,400
a5d1c75612fcfcab80a3283a86b2ef677cc9e976
docs: remove "default: false" on verbose.
[ { "change_type": "MODIFY", "diff": "@@ -80,7 +80,8 @@ require('yargs') // eslint-disable-line\n})\n.option('verbose', {\nalias: 'v',\n- default: false\n+ type: 'count',\n+ description: 'Run with verbose logging. Additition 'v's (-vv, -vvv, etc) to run with even more verbose logging.'\n})\n.argv\n```\n", ...
JavaScript
MIT License
yargs/yargs
docs: remove "default: false" on verbose. (#1418)
1
docs
null
71,312
06.09.2019 16:07:10
14,400
06a96adbed3715a285b9af8854a480993361e4df
chore: fix typo in comment in .gitattributes
[ { "change_type": "MODIFY", "diff": "# Set the default behavior, in case people don't have core.autocrlf set.\n* text=auto\n-# Currently, this repository has LF dependecnies in building and testing, with json, sh, and no extensions.\n+# Currently, this repository has LF dependencies in building and testing, ...
TypeScript
Apache License 2.0
aws/aws-cdk
chore: fix typo in comment in .gitattributes (#3978)
1
chore
null
815,569
06.09.2019 16:07:46
-28,800
b29eb1cb3aef9814128b913c25766d91fab69a14
chore: adjust MEDIAN_TIME_BLOCK_COUNT to 37
[ { "change_type": "MODIFY", "diff": "@@ -1490,7 +1490,7 @@ http://localhost:8114\n\"difficulty\": \"0x7a1200\",\n\"epoch\": \"1\",\n\"is_initial_block_download\": true,\n- \"median_time\": \"1557311762\"\n+ \"median_time\": \"1557311749\"\n}\n}\n```\n", "new_path": "rpc/README.md", "old_path": "rpc/R...
Rust
MIT License
nervosnetwork/ckb
chore: adjust MEDIAN_TIME_BLOCK_COUNT to 37
1
chore
null
503,922
06.09.2019 16:16:01
-7,200
f722824dff2159a3b54caa46c29972b9f48867e6
feat(Icons): Add Azure and openstack icons
[ { "change_type": "MODIFY", "diff": "@@ -41,6 +41,20 @@ module.exports = {\nwidth: 47,\nheight: 41,\nsvgPathData: \"M33.5711631,37.4006129 L17.0454129,25.1275481 L44.568269,2.95134884 L33.5711631,37.4006129 Z M18.2200919,36.7673462 L17.6888487,27.4930292 L22.2657132,31.2155103 L18.2200919,36.7673462 Z M2.897...
TypeScript
MIT License
patternfly/patternfly-react
feat(Icons): Add Azure and openstack icons (#2827)
1
feat
Icons
711,597
06.09.2019 16:30:03
-7,200
a29edad8d79e67cafae32f8e2dc11e1cdc63c960
chore: Fix test failure
[ { "change_type": "MODIFY", "diff": "\"version\": \"yarn check-imports && yarn build && yarn generate-changelog && git add CHANGELOG.md\",\n\"dev-server:start\": \"cd packages/dev-server && yarn start\",\n\"dev-server:populate\": \"cd packages/dev-server && yarn populate\",\n- \"test:all\": \"yarn test:admin...
TypeScript
MIT License
vendure-ecommerce/vendure
chore: Fix test failure
1
chore
null
730,429
06.09.2019 16:50:53
14,400
a0d9add00232a4e7b237401f4ea4373c87f9d3dc
feat(r-m-meetings): store meeting media state
[ { "change_type": "MODIFY", "diff": "export const JOIN_MEETING = 'meetings/JOIN_MEETING';\nexport const STORE_MEETING = 'meetings/STORE_MEETING';\n+export const UPDATE_MEETING_STATE = 'meetings/UPDATE_MEETING_STATE';\nfunction storeMeeting({destinationType, destinationId, meeting}) {\nreturn {\n@@ -21,19 +22...
JavaScript
MIT License
webex/react-widgets
feat(r-m-meetings): store meeting media state
1
feat
r-m-meetings
67,474
06.09.2019 17:00:43
-36,000
c52b8e413133cd54a0d511a743a6bd16849a2ab9
refactor(plugin-conventions): simplify usage of html only element
[ { "change_type": "MODIFY", "diff": "@@ -11,11 +11,11 @@ export const template = \"<template></template>\";\nexport default template;\nexport const dependencies = [ ];\nlet _e;\n-export function getHTMLOnlyElement() {\n+export function register(container) {\nif (!_e) {\n_e = CustomElement.define({ name, temp...
TypeScript
MIT License
aurelia/aurelia
refactor(plugin-conventions): simplify usage of html only element
1
refactor
plugin-conventions
503,952
06.09.2019 17:10:54
-7,200
b5252f6dacce1bd7867602c51e20356c4e844fa0
fix(ClipboardCopy): Update if children change
[ { "change_type": "MODIFY", "diff": "@@ -91,6 +91,12 @@ export class ClipboardCopy extends React.Component<ClipboardCopyProps, Clipboard\ntoggleAriaLabel: 'Show content'\n};\n+ componentDidUpdate = (prevProps: ClipboardCopyProps, prevState: ClipboardCopyState) => {\n+ if (prevProps.children !== this.props.ch...
TypeScript
MIT License
patternfly/patternfly-react
fix(ClipboardCopy): Update if children change (#2849)
1
fix
ClipboardCopy
866,393
06.09.2019 17:16:29
-32,400
2627cbb09c8757353726bd566b6314d3679f47d1
docs(data-table): add example for Vue Fixes
[ { "change_type": "ADD", "diff": "+/**\n+ * @license\n+ *\n+ * Copyright IBM Corp. 2019\n+ *\n+ * This source code is licensed under the Apache-2.0 license found in the\n+ * LICENSE file in the root directory of this source tree.\n+ */\n+\n+import Vue, { PropType } from 'vue';\n+import { storiesOf } from '@s...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
docs(data-table): add example for Vue (#112) Fixes #88.
1
docs
data-table
679,913
06.09.2019 17:21:36
-3,600
39866a8731b918b8455be81ed2641b0fc4acdfda
minor(rstream): minor updates Subscription
[ { "change_type": "MODIFY", "diff": "@@ -241,7 +241,7 @@ export class Subscription<A, B>\n}\ndone() {\n- LOGGER.debug(this.id, \"done start\");\n+ LOGGER.debug(this.id, \"entering done()\");\nif (this.state < State.DONE) {\nif (this.xform) {\nconst acc = this.xform[1]([]);\n@@ -292,7 +292,7 @@ export class S...
TypeScript
Apache License 2.0
thi-ng/umbrella
minor(rstream): minor updates Subscription
1
minor
rstream
866,394
06.09.2019 17:28:08
14,400
bbbf0463fa2e9fc0094df50ebe2a8dc352dd8350
docs(env): added CORS_PROXY to .env.example for the react package
[ { "change_type": "MODIFY", "diff": "REACT_STORYBOOK_SOURCEMAPS=<Boolean to turn on/off sourcemaps in storybook>\n+CORS_PROXY=<CORS proxy server for fetching from www.ibm.com, e.g. https://yourproxy.com/>\n#Feature Flags\nLOCALE_SELECTOR=<Boolean flag to turn on/off the locale selector>\n", "new_path": "...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
docs(env): added CORS_PROXY to .env.example for the react package
1
docs
env
866,392
06.09.2019 17:48:03
18,000
9148900a6a38e738bfeb44fe5f499d794eb69a78
fix(footer): fixed linting errors
[ { "change_type": "MODIFY", "diff": ".#{$prefix}--btn:not(.#{$prefix}--btn--sm) {\n@include carbon--type-style($TEMP--button-type);\n+ $button-padding: temp--padding-diff(\n+ $TEMP--button-height,\n+ $TEMP--button-type,\n+ $border\n+ );\n- $button-padding: temp--padding-diff($TEMP--button-height, $TEMP--butt...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(footer): fixed linting errors
1
fix
footer
713,841
06.09.2019 21:08:48
-7,200
fa9a7b2ee5748338b5924e606e668466e3f1a62f
chore: revert some arguments names where they matters
[ { "change_type": "MODIFY", "diff": "@@ -73,10 +73,10 @@ describe('Google Cloud Storage', () => {\n// storage test\ndescribe('Google Cloud Storage', () => {\n- const createPackage = (_1: ITestLocalData, _2: string, done: jest.DoneCallback): void => {\n+ const createPackage = (_cloudDatabase: ITestLocalData, ...
TypeScript
MIT License
verdaccio/monorepo
chore: revert some arguments names where they matters
1
chore
null
865,921
06.09.2019 21:46:33
-7,200
f68f782c34b17c4aa55d0c088a1889e40c216a79
chore(app): make app.activeTabChanged event a single event
[ { "change_type": "MODIFY", "diff": "@@ -959,7 +959,9 @@ export class App extends PureComponent {\nonTabChanged(activeTab, prevState.activeTab);\n}\n- this.emit('app.activeTabChanged', activeTab, prevState.activeTab);\n+ this.emit('app.activeTabChanged', {\n+ activeTab\n+ });\n}\nif (tabLoadingState === 'sho...
JavaScript
MIT License
camunda/camunda-modeler
chore(app): make app.activeTabChanged event a single event
1
chore
app
304,846
06.09.2019 22:54:49
18,000
74a671b3bc3bbb88be5159fb9fb88534b562efb7
fix(pagerduty): hex.Dump -> hex.EncodeToString hex.Dump -> hex.EncodeToString
[ { "change_type": "MODIFY", "diff": "@@ -157,7 +157,7 @@ func (t *DedupKeyTransformation) Process(id execute.DatasetID, tbl flux.Table) e\n// because pagerduty restricts the dedupKey size we are hashing to reduce chance of collisions, by distributing the key more evenly\ndedupKeyHash := sha256.Sum256([]byte(...
Go
MIT License
influxdata/flux
fix(pagerduty): hex.Dump -> hex.EncodeToString hex.Dump -> hex.EncodeToString
1
fix
pagerduty
815,598
07.09.2019 09:33:14
-28,800
fbfc3383af7b0ca0de7556d3500489aeb5fd2335
chore: bump ckb-cli to v0.20.0
[ { "change_type": "MODIFY", "diff": "@@ -14,7 +14,7 @@ git:\nenv:\nglobal:\n- RUST_BACKTRACE=full\n- - CKB_CLI_VERSION=v0.19.0\n+ - CKB_CLI_VERSION=v0.20.0\naddons:\napt:\n", "new_path": ".travis.yml", "old_path": ".travis.yml" }, { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ trigge...
Rust
MIT License
nervosnetwork/ckb
chore: bump ckb-cli to v0.20.0
1
chore
null
815,598
07.09.2019 09:41:48
-28,800
ccf9a1c8a39e1fc119a0cb3048ac03b262a2e865
chore: CHANGELOG for v0.20.0
[ { "change_type": "MODIFY", "diff": "-# [v0.19.0](https://github.com/nervosnetwork/ckb/compare/v0.18.2...v0.19.9) (2019-08-24)\n+# [v0.20.0](https://github.com/nervosnetwork/ckb/compare/v0.19.2...v0.20.0) (2019-09-07)\n+\n+### Features\n+\n+* #1464: Use secp256k1 referenced by hash type \"type\" as the defau...
Rust
MIT License
nervosnetwork/ckb
chore: CHANGELOG for v0.20.0
1
chore
null
815,598
07.09.2019 09:42:30
-28,800
024408ee761e2f80b6d6be38c6eb0949fed22385
chore: bump genesis hash for v0.20.0
[ { "change_type": "MODIFY", "diff": "@@ -45,44 +45,44 @@ index = 1\n# Spec: ckb_testnet\n[ckb_testnet]\n-genesis = \"0xed0757c519395aa0e674d08d0fac0a87222e98a55dfcf7c7e57e4fe14440107d\"\n-cellbase = \"0x537f44f9c405b095c6c08c98c39179cda1b0e2bb3525698ffc778835fb37d29d\"\n+genesis = \"0x010b345d81d1107c100839a...
Rust
MIT License
nervosnetwork/ckb
chore: bump genesis hash for v0.20.0
1
chore
null
711,580
07.09.2019 10:46:39
-7,200
062a8b0f98621f116d94ff9b401236b43bfbbc53
fix(i18n): Leading slash fot i18n bundles is redundant
[ { "change_type": "MODIFY", "diff": "@@ -22,7 +22,7 @@ export class BaseHrefHolder {\nexport function HttpLoaderFactory(http: HttpClient, location: PlatformLocation) {\n// Dynamically get the baseHref, which is configured in the angular.json file\nconst baseHref = location.getBaseHrefFromDOM();\n- return new...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(i18n): Leading slash fot i18n bundles is redundant
1
fix
i18n
711,580
07.09.2019 10:50:01
-7,200
0b8f63a932b1231aea17a0668a5fa951ba7c6199
fix(api-port): Api port removed from Api request if === 80
[ { "change_type": "MODIFY", "diff": "@@ -29,7 +29,13 @@ export function createApollo(\n): ApolloClientOptions<any> {\nconst { apiHost, apiPort, adminApiPath, tokenMethod } = getAppConfig();\nconst host = apiHost === 'auto' ? `${location.protocol}//${location.hostname}` : apiHost;\n- const port = apiPort === ...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(api-port): Api port removed from Api request if === 80
1
fix
api-port
679,913
07.09.2019 11:07:46
-3,600
8f0c55c1680558292c022a2dd535bbb8d49200ab
feat(rstream): add/update fork/joinBuffer generics, optimize
[ { "change_type": "MODIFY", "diff": "-import { Fn, Fn3 } from \"@thi.ng/api\";\n+import { ArrayLikeIterable, Fn, Fn3 } from \"@thi.ng/api\";\nimport {\ncomp,\nmap,\n@@ -10,6 +10,10 @@ import { sync } from \"./stream-sync\";\nimport { tunnel } from \"./subs/tunnel\";\nimport { Subscription } from \"./subscrip...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(rstream): add/update fork/joinBuffer generics, optimize
1
feat
rstream
815,590
07.09.2019 12:36:53
-28,800
ae85f99e56715d256fc30c6eae467b989dedf69d
refactor: MMR use MMRBatch internally
[ { "change_type": "MODIFY", "diff": "@@ -672,15 +672,14 @@ impl ChainService {\nattached_blocks: &[&'a BlockView],\nneed_verify: bool,\n) -> Result<(), Error> {\n- use ckb_merkle_mountain_range::{leaf_index_to_mmr_size, MMRBatch, MMR};\n+ use ckb_merkle_mountain_range::{leaf_index_to_mmr_size, MMR};\nlet sta...
Rust
MIT License
nervosnetwork/ckb
refactor: MMR use MMRBatch internally
1
refactor
null
815,569
07.09.2019 12:52:49
-28,800
1e40ba70418cdb0039a8be07ae2534b6efbc7611
chore: fix rpc print_document
[ { "change_type": "MODIFY", "diff": "],\n\"result\": {\n\"cell\": {\n+ \"data\": {\n+ \"content\": \"0x7f454c460201010000000000000000000200f3000100000078000100000000004000000000000000980000000000000005000000400038000100400003000200010000000500000000000000000000000000010000000000000001000000000082000000000000...
Rust
MIT License
nervosnetwork/ckb
chore: fix rpc print_document
1
chore
null
815,569
07.09.2019 15:20:07
-28,800
274e8cc3016395b7baf4700210c300aa7b2af217
test: remove MEDIAN_TIME_BLOCK_COUNT in integration test
[ { "change_type": "MODIFY", "diff": "use crate::utils::{\nassert_send_transaction_fail, since_from_absolute_block_number, since_from_absolute_timestamp,\n- since_from_relative_block_number, since_from_relative_timestamp, MEDIAN_TIME_BLOCK_COUNT,\n+ since_from_relative_block_number, since_from_relative_timest...
Rust
MIT License
nervosnetwork/ckb
test: remove MEDIAN_TIME_BLOCK_COUNT in integration test
1
test
null
815,595
07.09.2019 15:52:57
-28,800
57aa83122ad199865e76c403e56935c5548f4309
chore: Remove unused outpoint errors
[ { "change_type": "MODIFY", "diff": "@@ -846,6 +846,7 @@ dependencies = [\n\"ckb-dao 0.21.0-pre\",\n\"ckb-dao-utils 0.21.0-pre\",\n\"ckb-db 0.21.0-pre\",\n+ \"ckb-error 0.21.0-pre\",\n\"ckb-indexer 0.21.0-pre\",\n\"ckb-jsonrpc-types 0.21.0-pre\",\n\"ckb-logger 0.21.0-pre\",\n@@ -1020,6 +1021,7 @@ dependencie...
Rust
MIT License
nervosnetwork/ckb
chore: Remove unused outpoint errors
1
chore
null
679,913
07.09.2019 17:41:16
-3,600
f1a27467118786a639c6b2b5dd7274cfacff71e5
feat(examples): add shader-ast-workers example
[ { "change_type": "ADD", "diff": "+.cache\n+out\n+node_modules\n+yarn.lock\n+*.js\n", "new_path": "examples/shader-ast-workers/.gitignore", "old_path": null }, { "change_type": "ADD", "diff": "+# shader-ast-workers\n+\n+[Live demo](http://demo.thi.ng/umbrella/shader-ast-workers/)\n+\n+Ple...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): add shader-ast-workers example
1
feat
examples
67,474
07.09.2019 18:23:28
-36,000
2964320de4d2a33f889ffe43a94408b9f27917fc
test(kernel): cover more failed edge cases in kebabCase and camelCase
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,39 @@ import { _, assert } from '@aurelia/testing';\nconst toString = Object.prototype.toString;\n+const stringCases = [\n+ ['FooBarBaz', 'fooBarBaz', 'foo-bar-baz'],\n+ ['fooBar1Baz23', 'fooBar1Baz23', 'foo-bar1-baz23'],\n+ ['foobarbaz', 'foobarbaz', 'foobarba...
TypeScript
MIT License
aurelia/aurelia
test(kernel): cover more failed edge cases in kebabCase and camelCase
1
test
kernel
67,479
07.09.2019 18:36:19
-36,000
526b55787113bc26a7b6194b8e291b38ac1d7e0c
fix(custom-attr): define parsing behavior clearer
[ { "change_type": "MODIFY", "diff": "@@ -5,10 +5,12 @@ import {\nimport {\nAurelia,\nbindable,\n+ bindingBehavior,\ncustomAttribute,\nCustomElement,\nICustomAttributeResource,\n- INode\n+ INode,\n+ valueConverter\n} from '@aurelia/runtime';\nimport {\n@@ -111,8 +113,7 @@ describe('template-compiler.primary-b...
TypeScript
MIT License
aurelia/aurelia
fix(custom-attr): define parsing behavior clearer
1
fix
custom-attr
679,913
07.09.2019 18:51:10
-3,600
df2f65728e17fcf779733f0a43df613106cdf242
feat(examples): update shader-ast-worker shader (raymarch demo)
[ { "change_type": "MODIFY", "diff": "/>\n<style></style>\n</head>\n- <body class=\"sans-serif\">\n+ <body class=\"sans-serif ma3\">\n<div id=\"app\"></div>\n<div>\n<a\n", "new_path": "examples/shader-ast-workers/index.html", "old_path": "examples/shader-ast-workers/index.html" }, { "change_ty...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): update shader-ast-worker shader (raymarch demo)
1
feat
examples
815,609
07.09.2019 19:07:06
-28,800
2168073a6b4416d620517e7ed2362d71df05f79c
chore: let sentry capture more details when failed to `get_locator`
[ { "change_type": "MODIFY", "diff": "@@ -848,12 +848,20 @@ impl SyncSharedState {\nlet mut step = 1;\nlet mut locator = Vec::with_capacity(32);\nlet mut index = start.number();\n- let mut base = start.hash().to_owned();\n+ let mut base = start.hash();\nloop {\n- let header = self\n- .get_ancestor(&base, inde...
Rust
MIT License
nervosnetwork/ckb
chore: let sentry capture more details when failed to `get_locator`
1
chore
null
679,913
07.09.2019 19:12:03
-3,600
a2c13f473dc4566884d3f44b81da28938aa34ad3
fix(examples): add navigator.hardwareConcurrency fallback
[ { "change_type": "MODIFY", "diff": "@@ -11,3 +11,5 @@ export interface WorkerResult {\nbuf: Uint32Array;\nstats: number[];\n}\n+\n+export const NUM_WORKERS = navigator.hardwareConcurrency || 4;\n", "new_path": "examples/shader-ast-workers/src/api.ts", "old_path": "examples/shader-ast-workers/src/api...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(examples): add navigator.hardwareConcurrency fallback
1
fix
examples
815,590
07.09.2019 20:50:59
-28,800
6bf361e6def99f5965a0015a69e931fff7586f13
test: more test on MMR helper
[ { "change_type": "MODIFY", "diff": "@@ -99,7 +99,7 @@ fn get_peak_pos_by_height(height: u32) -> u64 {\n}\nfn left_peak_height_pos(mmr_size: u64) -> (u32, u64) {\n- let mut height = 0;\n+ let mut height = 1;\nlet mut prev_pos = 0;\nlet mut pos = get_peak_pos_by_height(height);\nwhile pos < mmr_size {\n", ...
Rust
MIT License
nervosnetwork/ckb
test: more test on MMR helper
1
test
null
722,013
07.09.2019 20:58:18
18,000
71969bfec9b031873ce351c7c5e968041715c2a7
fix: look at statements for description
[ { "change_type": "MODIFY", "diff": "@@ -22,7 +22,7 @@ describe('render function slotHandler', () => {\nmockGetSlotDescriptor.mockReturnValue(mockSlotDescriptor)\n})\n- it('should find slots in render function', () => {\n+ it('should find slots in render function', async done => {\nconst src = `\nexport defa...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix: look at statements for description
1
fix
null
217,922
07.09.2019 23:05:33
-7,200
953c121b822302601f948ec79617c4bb8bb1d477
feat(list): you can now create offline lists, faster with slower network but cannot be shared
[ { "change_type": "MODIFY", "diff": "@@ -31,6 +31,7 @@ export enum ListsActionTypes {\nUpdateListIndex = '[Lists] Update List Index',\nDeleteList = '[Lists] Delete List',\nConvertLists = '[Lists] Convert Lists',\n+ OfflineListsLoaded = '[Lists] Offline lists loaded',\nNeedsVerification = '[Lists] Needs chara...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(list): you can now create offline lists, faster with slower network but cannot be shared
1
feat
list
679,913
08.09.2019 00:42:03
-3,600
41dcf334aeeab92ec62d83d812c0fb9a615e9854
docs(rstream): add/update various doc strings
[ { "change_type": "MODIFY", "diff": "@@ -19,14 +19,26 @@ export const enum State {\n}\n/**\n- * Closing behavior for `StreamMerge` and `StreamSync`.\n+ * Closing behaviors.\n*/\nexport const enum CloseMode {\n+ /**\n+ * Never close, even if no more inputs/outputs.\n+ */\nNEVER,\n+ /**\n+ * Close when first i...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(rstream): add/update various doc strings
1
docs
rstream
71,217
08.09.2019 06:20:38
14,400
198f45f0537bc9ed3a839df94b7151b6ad6eb93d
feat(CLI): changed cdk synth to rebuild app
[ { "change_type": "MODIFY", "diff": "{\n- \"app\": \"dotnet src/%name.PascalCased%/bin/Debug/netcoreapp2.1/%name.PascalCased%.dll\"\n+ \"app\": \"dotnet run -p src/%name.PascalCased%/%name.PascalCased%.csproj\"\n}\n", "new_path": "packages/aws-cdk/lib/init-templates/sample-app/csharp/cdk.template.json", ...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(CLI): #3971 changed cdk synth to rebuild app (#3972)
1
feat
CLI
724,207
08.09.2019 07:39:52
-7,200
ad602fce68236ff98555a4a8d83ae28391bb3305
chore: bump lodash to ^4.17.15 to fix vulnerability Fixes
[ { "change_type": "MODIFY", "diff": "\"flow-bin\": \"^0.66.0\",\n\"jsdom\": \"^12.0.0\",\n\"jsdom-global\": \"^3.0.2\",\n- \"karma\": \"^1.7.0\",\n+ \"karma\": \"^3.1.4\",\n\"karma-mocha\": \"^1.3.0\",\n\"karma-phantomjs-launcher\": \"^1.0.4\",\n\"karma-sinon-chai\": \"^2.0.2\",\n", "new_path": "package....
JavaScript
MIT License
vuejs/vue-test-utils
chore: bump lodash to ^4.17.15 to fix vulnerability (#1297) Fixes #1275
1
chore
null
471,462
08.09.2019 09:24:37
14,400
9c6b5a0d25398dc23a8a665ca41ca3bfbbcdb7ea
docs: add lion web components
[ { "change_type": "MODIFY", "diff": "@@ -29,6 +29,9 @@ The hardest part of any project is often getting content onto that first blank p\n- [Lightning Web Components by SalesForce](https://developer.salesforce.com/docs/component-library/overview/components)\nLightning Web Components are now the go-to standard...
JavaScript
MIT License
open-wc/open-wc
docs: add lion web components
1
docs
null
217,922
08.09.2019 11:41:00
-7,200
bb6844b7b739c28b5299222a371213644a076344
fix(db): fixed fishermen's horizon aetheryte in dravanian forelands map
[ { "change_type": "MODIFY", "diff": "@@ -649,16 +649,6 @@ export const aetherytes = [\n\"y\": 6.5,\n\"type\": 0\n},\n- {\n- \"id\": 44,\n- \"zoneid\": 2000,\n- \"map\": 212,\n- \"placenameid\": 2000,\n- \"nameid\": 0,\n- \"x\": 19,\n- \"y\": 26.2,\n- \"type\": 1\n- },\n{\n\"id\": 144,\n\"zoneid\": 2956,\n", ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(db): fixed fishermen's horizon aetheryte in dravanian forelands map
1
fix
db
217,922
08.09.2019 12:18:28
-7,200
b94a33f83bf8610bce0d0090bd96d14bc8fa81e9
fix(teams): fixed final items progression not showing inside teams webhook configuration
[ { "change_type": "MODIFY", "diff": "@@ -35,7 +35,11 @@ export abstract class FirestoreStorage<T extends DataModel> extends DataStore<T>\nthrow new Error(`${this.getBaseUri(uriParams)}/${uid} Not found`);\n}\ndelete snap.payload;\n- return this.serializer.deserialize<T>(valueWithKey, this.getClass());\n+ con...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(teams): fixed final items progression not showing inside teams webhook configuration
1
fix
teams
679,913
08.09.2019 13:41:12
-3,600
bbb96bae40a91e54bee9ab2d67c347213a41af3a
docs(rstream): update readme, add forkjoin diag & example
[ { "change_type": "MODIFY", "diff": "-<mxfile userAgent=\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.92 Safari/537.36\" version=\"9.1.6\" editor=\"www.draw.io\" type=\"device\"><diagram id=\"5a2b947f-f473-ba62-e2bb-d453c453e359\" name=\"Page-1\">7V...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(rstream): update readme, add forkjoin diag & example
1
docs
rstream
67,474
08.09.2019 15:02:26
-36,000
a37ca767042afdeaf913b8257f7c670d6f4170c1
feat(kernel): cover more edge cases in camel/kebabCase
[ { "change_type": "MODIFY", "diff": "@@ -7,6 +7,7 @@ const toString = Object.prototype.toString;\nconst stringCases = [\n['FooBarBaz', 'fooBarBaz', 'foo-bar-baz'],\n+ ['FooB', 'fooB', 'foo-b'],\n['fooBar1Baz23', 'fooBar1Baz23', 'foo-bar1-baz23'],\n['foobarbaz', 'foobarbaz', 'foobarbaz'],\n['FOOBARBAZ', 'foob...
TypeScript
MIT License
aurelia/aurelia
feat(kernel): cover more edge cases in camel/kebabCase
1
feat
kernel
902,122
08.09.2019 15:06:39
0
1a9dc6a9d819cb75d975e7161eb830a6a4954cd0
chore(release): v5.11.10
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [5.11.10](https://github.com/kikobeats/browserless/compare/v5.11.9...v5.11.10) (2019-09-08)\n+\n+\n+### Bug Fixes\...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v5.11.10
1
chore
release
679,908
08.09.2019 15:44:11
14,400
c78cf32db0699b63fd8589e74802f411070aa990
refactor(api): Use `this` parameter to avoid casts in mixins.
[ { "change_type": "MODIFY", "diff": "@@ -20,28 +20,26 @@ interface _IEnable extends IEnable<any> {\nexport const IEnableMixin = mixin(<IEnable<any>>{\n_enabled: true,\n- isEnabled() {\n- return (<_IEnable>this)._enabled;\n+ isEnabled(this: _IEnable) {\n+ return this._enabled;\n},\n- enable() {\n- const $this...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(api): Use `this` parameter to avoid casts in mixins.
1
refactor
api
679,913
08.09.2019 15:45:18
-3,600
c911006e7990f4283e5a3f93191b03638cc39905
feat(rstream): add Subscription.done() error handling
[ { "change_type": "MODIFY", "diff": "@@ -255,10 +255,14 @@ export class Subscription<A, B>\n}\nthis.state = State.DONE;\nfor (let s of [...this.subs]) {\n+ try {\ns.done && s.done();\n+ } catch (e) {\n+ s.error ? s.error(e) : this.error(e);\n+ }\n}\nthis.unsubscribe();\n- LOGGER.debug(this.id, \"done\");\n+ ...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(rstream): add Subscription.done() error handling
1
feat
rstream
679,913
08.09.2019 15:53:52
-3,600
250dfe12560d4629d867a0a2c0cc3e03756fdab6
feat(rstream): update Stream cancel & reset behavior for CloseMode.NEVER don't call cancel() if `closeOut` is CloseMODE.NEVER only initialize stream once and don't re-init on 1st re-sub after all other subs have left
[ { "change_type": "MODIFY", "diff": "import { isFunction } from \"@thi.ng/checks\";\nimport { Transducer } from \"@thi.ng/transducers\";\nimport {\n+ CloseMode,\nCommonOpts,\nIStream,\nISubscriber,\n@@ -72,6 +73,7 @@ export class Stream<T> extends Subscription<T, T> implements IStream<T> {\nsrc?: StreamSourc...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(rstream): update Stream cancel & reset behavior for CloseMode.NEVER - don't call cancel() if `closeOut` is CloseMODE.NEVER - only initialize stream once and don't re-init on 1st re-sub after all other subs have left
1
feat
rstream
217,922
08.09.2019 16:26:05
-7,200
4e826c350d60325230da2ede5dcd2d8e563dfd94
chore(build): removed marketboard stuff for proper aot build
[ { "change_type": "MODIFY", "diff": "[userId]=\"user\" [width]=\"24\"></app-user-avatar>\n<div fxLayout=\"row\" class=\"menu-buttons\" fxLayoutGap=\"5px\">\n- <app-marketboard-icon *ngIf=\"isButton(itemRowTypes.MARKET_BOARD_INFORMATIONS)\" [itemId]=\"item.id\"\n- [showHistory]=\"finalItem\"></app-marketboard...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(build): removed marketboard stuff for proper aot build
1
chore
build
815,590
08.09.2019 16:37:53
-28,800
9edae6ec1983113b0f2d3ab06e8f3233c9e8f9b3
refactor: add MMRError::StoreError
[ { "change_type": "MODIFY", "diff": "@@ -137,8 +137,9 @@ impl MMRStore<HeaderDigest> for &Snapshot {\nself.store.get_elem(pos)\n}\nfn append(&mut self, _pos: u64, _elems: Vec<HeaderDigest>) -> MMRResult<()> {\n- error!(\"Failed to append to MMR, snapshot MMR is readonly\");\n- Err(MMRError::InconsistentStore...
Rust
MIT License
nervosnetwork/ckb
refactor: add MMRError::StoreError
1
refactor
null
902,122
08.09.2019 16:53:01
-7,200
9adacd356597e07741ddaf2e9c003f936c7e03f3
build: expose low level methods
[ { "change_type": "RENAME", "diff": "", "new_path": "packages/browserless/src/browser/fkill.js", "old_path": "packages/browserless/src/fkill.js" }, { "change_type": "ADD", "diff": "+const del = require('del')\n+\n+const fkill = require('./fkill')\n+\n+const spawn = (puppeteer, launchOpts)...
JavaScript
MIT License
microlinkhq/browserless
build: expose low level methods
1
build
null
67,479
08.09.2019 17:08:13
-36,000
b591f14e2b8db2a53a2f26bd6344daaa1466e99e
fix(tests): use map/reduce instead of flatmap
[ { "change_type": "MODIFY", "diff": "@@ -99,7 +99,9 @@ describe('templating-compiler.ref.spec.ts', function() {\nassert.equal(comp.ce.$controller instanceof Controller, true);\n}\n},\n- ...Array.from({ length: 10 }).flatMap((_, idx, arr) => {\n+ ...Array\n+ .from({ length: 10 })\n+ .map((_, idx, arr) => {\nc...
TypeScript
MIT License
aurelia/aurelia
fix(tests): use map/reduce instead of flatmap
1
fix
tests
679,913
08.09.2019 17:14:18
-3,600
307e0b6937760f5d23d9c123ea6890e69fdb2a2f
chore(rstream): remove obsolete closeMode() helper
[ { "change_type": "DELETE", "diff": "-import { CloseMode } from \"../api\";\n-\n-export const closeMode = (close: boolean | CloseMode | undefined) =>\n- close === true || close === undefined\n- ? CloseMode.LAST\n- : close === false\n- ? CloseMode.NEVER\n- : close;\n", "new_path": null, "old_path": "p...
TypeScript
Apache License 2.0
thi-ng/umbrella
chore(rstream): remove obsolete closeMode() helper
1
chore
rstream
217,922
08.09.2019 17:18:36
-7,200
37ef9624938aaa56984f9030a2ef866d014c3680
fix(simulator): fixed small accuracy error in specific cases
[ { "change_type": "MODIFY", "diff": "\"integrity\": \"sha512-RCZElbAgc+tIOFK5m0IaHBF1lHJyWb6NkzxfQHefX9Dx93mRg+pasTgt2WDPT6HzcmPnuQ72TbnUKaNNVkR6KA==\"\n},\n\"@ffxiv-teamcraft/simulator\": {\n- \"version\": \"1.3.1\",\n- \"resolved\": \"https://registry.npmjs.org/@ffxiv-teamcraft/simulator/-/simulator-1.3.1....
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(simulator): fixed small accuracy error in specific cases
1
fix
simulator
815,590
08.09.2019 17:25:37
-28,800
30414da027bcc0055349131c6eb379ce1a2613ec
refactor: more comments on MMR verify
[ { "change_type": "MODIFY", "diff": "@@ -167,10 +167,16 @@ impl<T: PartialEq + Debug, M: Merge<Item = T>> MerkleProof<T, M> {\nlet mut sum_elem = elem;\nlet mut height = 0;\nfor proof in &self.proof {\n+ // start baging peaks, if pos reach peaks pos\nif peaks.contains(&pos) {\n+ // pos is last peak, baging w...
Rust
MIT License
nervosnetwork/ckb
refactor: more comments on MMR verify
1
refactor
null
679,913
08.09.2019 18:11:43
-3,600
84d2a8b96aeb7e8dd119be4fbc0c8c8277dc1990
feat(scenegraph): add new package
[ { "change_type": "ADD", "diff": "+.cache\n+.meta\n+.nyc_output\n+*.gz\n+*.html\n+*.svg\n+*.tgz\n+*.h\n+*.o\n+*.wasm\n+build\n+coverage\n+dev\n+doc\n+export\n+src*\n+test\n+tsconfig.json\n", "new_path": "packages/scenegraph/.npmignore", "old_path": null }, { "change_type": "ADD", "diff": ...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(scenegraph): add new package
1
feat
scenegraph
679,913
08.09.2019 18:22:20
-3,600
3906c4c68c541aa84bc407235c3fe3fdf3e2debe
feat(scenegraph): add global/local point mapping methods
[ { "change_type": "MODIFY", "diff": "@@ -152,13 +152,34 @@ export class Node2D implements ISceneNode<Node2D>, IToHiccup {\nreturn n;\n}\n}\n- const q = mulV23([], this.invMat, p);\n+ const q = this.mapGlobalPoint(p);\nif (this.containsLocalPoint(q)) {\nreturn { node: this, p: q };\n}\n}\n}\n+ /**\n+ * Return...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(scenegraph): add global/local point mapping methods
1
feat
scenegraph
679,913
08.09.2019 18:23:39
-3,600
8fa77c5fc55a03af3948a4c3d68d0d8eac303109
refactor(examples): update/simplify scenegraph demos
[ { "change_type": "MODIFY", "diff": "-import { Fn0, IToHiccup } from \"@thi.ng/api\";\n-import { isNumber } from \"@thi.ng/checks\";\n+import { Fn0 } from \"@thi.ng/api\";\nimport { sin } from \"@thi.ng/dsp\";\nimport { group, polyline } from \"@thi.ng/geom\";\nimport { start } from \"@thi.ng/hdom\";\nimport...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(examples): update/simplify scenegraph demos
1
refactor
examples
679,913
08.09.2019 18:24:53
-3,600
2c2909d5fabcb132335a4f282781eab7d269d4a2
feat(hdom-canvas): add clip attrib support for paths
[ { "change_type": "MODIFY", "diff": "@@ -11,4 +11,7 @@ export const endShape = (\nif ((v = attribs.stroke) && v !== \"none\") {\nctx.stroke();\n}\n+ if ((v = attribs.clip)) {\n+ ctx.clip(v === true ? \"nonzero\" : v);\n+ }\n};\n", "new_path": "packages/hdom-canvas/src/draw/end-shape.ts", "old_path": ...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(hdom-canvas): add clip attrib support for paths
1
feat
hdom-canvas
531,793
08.09.2019 21:34:40
-3,600
9b00153863bb24f49b79a3df756ab9ad3633037a
chore(tests): update snapshots after react-datepicker upgrade
[ { "change_type": "MODIFY", "diff": "@@ -263,6 +263,7 @@ exports[`<DateTimeSelect /> 'Ends' tab matches snapshot 1`] = `\n</ul>\n<div class=\\\\\"tab-content mb-3\\\\\">\n<div class=\\\\\"d-flex flex-sm-row flex-column justify-content-around mx-3 mt-2 \\\\\">\n+ <div>\n<div class=\\\\\"react-datepicker\\\\\"...
TypeScript
Apache License 2.0
prymitive/karma
chore(tests): update snapshots after react-datepicker upgrade
1
chore
tests
902,122
08.09.2019 21:59:43
0
2b5d7c96c0d4a454d711a265c0199e77e039e7a0
chore(release): v5.11.11
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [5.11.11](https://github.com/kikobeats/browserless/compare/v5.11.10...v5.11.11) (2019-09-08)\n+\n+\n+### Bug Fixes...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v5.11.11
1
chore
release
679,913
08.09.2019 22:25:51
-3,600
fa72cdc9c2c976aeed3c3460697f243eac468a86
refactor(scenegraph): split files, extract ANode, update Node2D, add Node3D
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"@thi.ng/scenegraph\",\n\"version\": \"0.0.1\",\n- \"description\": \"TODO\",\n+ \"description\": \"Extensible 2D/3D scene graph w/ node-to-node coord conversion & thi.ng/hdom-canvas support\",\n\"module\": \"./index.js\",\n\"main\": \"./lib/index.js\",\n\"u...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(scenegraph): split files, extract ANode, update Node2D, add Node3D
1
refactor
scenegraph
531,793
08.09.2019 22:36:40
-3,600
deb42b709bc0230237dd03f5083e6aa844671dbc
fix(backend): correct versions in go.mod Go 1.13 performs extra version validation which fails with ginpprof. Fixed via
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,7 @@ module github.com/prymitive/karma\ngo 1.12\nrequire (\n- github.com/DeanThompson/ginpprof v0.0.0-20190408070748-3be636683586\n+ github.com/DeanThompson/ginpprof v0.0.0-20190408063150-3be636683586\ngithub.com/blang/semver v3.6.1+incompatible\ngithub.com/cer...
TypeScript
Apache License 2.0
prymitive/karma
fix(backend): correct versions in go.mod Go 1.13 performs extra version validation which fails with ginpprof. Fixed via https://tip.golang.org/doc/go1.13#version-validation
1
fix
backend
815,601
08.09.2019 22:53:05
-28,800
4d9fb6fc8bb72ee1c795435d5c4f6b04a5082231
refactor: move snapshot to util
[ { "change_type": "MODIFY", "diff": "@@ -942,6 +942,7 @@ dependencies = [\n\"ckb-notify 0.21.0-pre\",\n\"ckb-proposal-table 0.21.0-pre\",\n\"ckb-reward-calculator 0.21.0-pre\",\n+ \"ckb-snapshot 0.21.0-pre\",\n\"ckb-store 0.21.0-pre\",\n\"ckb-test-chain-utils 0.21.0-pre\",\n\"ckb-traits 0.21.0-pre\",\n@@ -95...
Rust
MIT License
nervosnetwork/ckb
refactor: move snapshot to util
1
refactor
null
67,495
08.09.2019 23:10:49
18,000
fc958a391f90e87e41ac574177e97a21d0a94267
chore(clean): Deep scan finds alleviated
[ { "change_type": "MODIFY", "diff": "@@ -10,7 +10,7 @@ const run = () => {\n}\nconst shutdownAppServer = () => {\n- if (npm && npm.proc) {\n+ if (npm.proc) {\nkill(npm.proc.pid);\n}\n};\n", "new_path": "test/js-framework-benchmark/frameworks/keyed/aurelia/aurelia_project/tasks/run.ts", "old_path": "t...
TypeScript
MIT License
aurelia/aurelia
chore(clean): Deep scan finds alleviated
1
chore
clean
67,495
08.09.2019 23:21:24
18,000
13c445a295c979c6a37cc1e5a3362923eb3df924
chore(fix): Try http-server now that paths r fixed
[ { "change_type": "MODIFY", "diff": "\"build\": \"node build.js\",\n\"build-prod\": \"node build.js\",\n\"compile\": \"node build.js\",\n- \"start\": \"ws -p 8080 -d .\",\n+ \"start\": \"http-server -c-1 .\",\n\"setup\": \"npm install & npm run install-local & cd frameworks/keyed/aurelia2 & npm install & cd ...
TypeScript
MIT License
aurelia/aurelia
chore(fix): Try http-server now that paths r fixed
1
chore
fix
815,590
08.09.2019 23:35:45
-28,800
1c1ec098918f2c1895fd82079ed7fac7b590d7bb
refactor: improve readability of MMR verify function
[ { "change_type": "MODIFY", "diff": "@@ -166,23 +166,14 @@ impl<T: PartialEq + Debug, M: Merge<Item = T>> MerkleProof<T, M> {\nlet peaks = get_peaks(self.mmr_size);\nlet mut sum_elem = elem;\nlet mut height = 0;\n- for proof in &self.proof {\n- // start baging peaks, if pos reach peaks pos\n- if peaks.contai...
Rust
MIT License
nervosnetwork/ckb
refactor: improve readability of MMR verify function
1
refactor
null
67,495
08.09.2019 23:45:23
18,000
9c736f6c2a2c65f5bd4ef29cfee4ecf59cedb7a3
chore(bump-version): bump version for chromedriver
[ { "change_type": "MODIFY", "diff": "\"dependencies\": {\n\"axios\": \"^0.19.0\",\n\"cross-env\": \"5.2.0\",\n- \"chromedriver\": \"74.0.0\",\n+ \"chromedriver\": \"^76.0.1\",\n\"dot\": \"1.1.2\",\n\"jstat\": \"1.9.0\",\n\"lighthouse\": \"5.2.0\",\n\"lodash\": \"4.17.15\",\n\"ramda\": \"0.26.1\",\n- \"seleni...
TypeScript
MIT License
aurelia/aurelia
chore(bump-version): bump version for chromedriver
1
chore
bump-version
902,122
08.09.2019 23:51:45
-7,200
9932e997fdad0a8b043fc9a9e6ceeb581945a3fd
fix: pass opts
[ { "change_type": "MODIFY", "diff": "@@ -34,10 +34,10 @@ const kill = async (pid, { cleanTmp = false } = {}) => {\nreturn { pid, deletedPaths }\n}\n-const destroy = async browser => {\n+const destroy = async (browser, opts) => {\nconst pid = browser.process().pid\nawait browser.close()\n- return kill(pid)\n+...
JavaScript
MIT License
microlinkhq/browserless
fix: pass opts
1
fix
null
67,495
09.09.2019 00:08:23
18,000
52360a92e8377429e89bdb06643e00cc1dea6801
chore(bump): Bump circleci docker file to latest
[ { "change_type": "MODIFY", "diff": "@@ -62,7 +62,7 @@ executors:\nparameters:\nnode:\ntype: string\n- default: \"12.4.0\"\n+ default: \"12.10.0\"\nworking_directory: *working_dir\ndocker:\n- image: \"circleci/node:<< parameters.node >>-stretch-browsers\"\n", "new_path": ".circleci/config.yml", "old_...
TypeScript
MIT License
aurelia/aurelia
chore(bump): Bump circleci docker file to latest
1
chore
bump
679,913
09.09.2019 02:28:09
-3,600
a7dc75daeec9cef2e4d2a93469a9d8ca782636cd
feat(shader-ast-stdlib): add snoise3 & curlNoise3
[ { "change_type": "MODIFY", "diff": "@@ -30,9 +30,11 @@ export * from \"./matrix/mvp\";\nexport * from \"./matrix/normal\";\nexport * from \"./matrix/rotation\";\n+export * from \"./noise/curl3\";\nexport * from \"./noise/hash\";\nexport * from \"./noise/permute\";\nexport * from \"./noise/simplex2\";\n+expo...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(shader-ast-stdlib): add snoise3 & curlNoise3
1
feat
shader-ast-stdlib