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
865,921
09.08.2019 15:27:38
-7,200
e9fb2eda99e0956016b3c171e64ec59850138f79
feat(client): drop CMMN from empty tab
[ { "change_type": "MODIFY", "diff": "@@ -18,7 +18,7 @@ import {\nTab\n} from './primitives';\n-import Flags, { DISABLE_CMMN, DISABLE_DMN } from '../util/Flags';\n+import Flags, { DISABLE_DMN } from '../util/Flags';\nexport default class EmptyTab extends PureComponent {\n@@ -48,14 +48,6 @@ export default clas...
JavaScript
MIT License
camunda/camunda-modeler
feat(client): drop CMMN from empty tab
1
feat
client
711,597
09.08.2019 15:28:31
-7,200
4e5bce59bdfa96238469c766ff7472736601d59c
feat(admin-ui): Display shipping calculator metadata Relates to
[ { "change_type": "MODIFY", "diff": "@@ -3065,6 +3065,7 @@ export type ShippingMethodQuote = {\nprice: Scalars['Int'],\npriceWithTax: Scalars['Int'],\ndescription: Scalars['String'],\n+ metadata?: Maybe<Scalars['JSON']>,\n};\nexport type ShippingMethodSortParameter = {\n@@ -3075,12 +3076,6 @@ export type Shi...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(admin-ui): Display shipping calculator metadata Relates to #136
1
feat
admin-ui
865,921
09.08.2019 15:31:14
-7,200
e5ca9bf3c51edad7e9535d38a3d79b2b813fde5a
chore(project): bump log file version
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"camunda-modeler\",\n- \"version\": \"3.2.2\",\n+ \"version\": \"3.2.3\",\n\"lockfileVersion\": 1,\n\"requires\": true,\n\"dependencies\": {\n", "new_path": "app/package-lock.json", "old_path": "app/package-lock.json" }, { "change_type": "MOD...
JavaScript
MIT License
camunda/camunda-modeler
chore(project): bump log file version
1
chore
project
266,135
09.08.2019 15:38:43
25,200
b7c2e19ad8274860de9866de72cadb128dd75899
fix: cloudbuild needs to compile before deploying
[ { "change_type": "MODIFY", "diff": "# limitations under the License.\nsteps:\n+- name: gcr.io/cloud-builders/npm\n+ id: 'build'\n+ waitFor: ['-']\n+ entrypoint: bash\n+ args:\n+ - '-e'\n+ - '-c'\n+ - |\n+ # For each item in packages directory run npm compile\n+ # then copy to targets\n+ workdir=$(pwd)\n+ ec...
TypeScript
Apache License 2.0
googleapis/repo-automation-bots
fix: cloudbuild needs to compile before deploying (#24)
1
fix
null
791,704
09.08.2019 15:43:09
18,000
a5d75a54fc0ac014374c922bfa74602fa9038c51
tests(smokehouse): use mime-types + proper encoding for response write
[ { "change_type": "MODIFY", "diff": "@@ -12,6 +12,7 @@ const http = require('http');\nconst zlib = require('zlib');\nconst path = require('path');\nconst fs = require('fs');\n+const mime = require('mime-types');\nconst parseQueryString = require('querystring').parse;\nconst parseURL = require('url').parse;\n...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests(smokehouse): use mime-types + proper encoding for response write (#9542)
1
tests
smokehouse
815,573
09.08.2019 15:47:21
-28,800
c2c7a77c88e85fc9782c071d6934b6a892a97be1
refactor: Expand Transaction.deps to cell_deps and header_deps BREAKING CHANGE: Transaction structure changed
[ { "change_type": "MODIFY", "diff": "@@ -355,7 +355,7 @@ pub fn resolve_transaction<'a, CP: CellProvider, HC: HeaderChecker>(\nlet (mut unknown_out_points, mut resolved_inputs, mut resolved_cell_deps) = (\nVec::new(),\nVec::with_capacity(transaction.inputs().len()),\n- Vec::with_capacity(transaction.deps().c...
Rust
MIT License
nervosnetwork/ckb
refactor: Expand Transaction.deps to cell_deps and header_deps BREAKING CHANGE: Transaction structure changed
1
refactor
null
366,918
09.08.2019 16:08:40
-32,400
34c2f727bfa4c9207421dac516ded664b2a2efda
feat: export defaultPalette
[ { "change_type": "MODIFY", "diff": "@@ -20,3 +20,4 @@ export { Icon } from './components/Icon'\n// themes\nexport { createTheme } from './themes/createTheme'\nexport { ThemeProvider } from './themes/ThemeProvider'\n+export { defaultPalette } from './themes/createPalette'\n", "new_path": "src/index.ts", ...
TypeScript
MIT License
kufu/smarthr-ui
feat: export defaultPalette
1
feat
null
366,918
09.08.2019 16:31:42
-32,400
c95707a61fd83d34f263dc00ae895c324d0c31c9
feat: export default hover interaction
[ { "change_type": "MODIFY", "diff": "@@ -21,3 +21,4 @@ export { Icon } from './components/Icon'\nexport { createTheme } from './themes/createTheme'\nexport { ThemeProvider } from './themes/ThemeProvider'\nexport { defaultPalette } from './themes/createPalette'\n+export { defaultHover } from './themes/createI...
TypeScript
MIT License
kufu/smarthr-ui
feat: export default hover interaction
1
feat
null
711,597
09.08.2019 16:32:04
-7,200
082e882f4372b687a917ddd6f841df68b7af616f
feat(admin-ui): Automatically populate shipping method code
[ { "change_type": "MODIFY", "diff": "</vdr-ab-right>\n</vdr-action-bar>\n-<form class=\"form\" [formGroup]=\"detailForm\">\n- <vdr-form-field [label]=\"'common.code' | translate\" for=\"code\">\n- <input id=\"code\" type=\"text\" formControlName=\"code\" />\n- </vdr-form-field>\n+<form class=\"form\" [formGr...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(admin-ui): Automatically populate shipping method code
1
feat
admin-ui
366,918
09.08.2019 16:36:29
-32,400
4e1340de5683a4e8c83e8ff707c0400760d99146
feat: export default frame
[ { "change_type": "MODIFY", "diff": "@@ -22,3 +22,4 @@ export { createTheme } from './themes/createTheme'\nexport { ThemeProvider } from './themes/ThemeProvider'\nexport { defaultPalette } from './themes/createPalette'\nexport { defaultHover } from './themes/createInteraction'\n+export { defaultBorder } from...
TypeScript
MIT License
kufu/smarthr-ui
feat: export default frame
1
feat
null
531,793
09.08.2019 16:40:09
-3,600
3f89c54d681ae2907670ffcb5b259269679d45d9
fix(ui): ensure that progress bar height is always enforced
[ { "change_type": "MODIFY", "diff": "padding-bottom: 0.25rem;\n}\n-.components-labelWithPercent-progress {\n+.components-labelWithPercent-progress.progress {\nheight: 2px;\nmargin-top: 2px;\nbackground-color: darken($light, 10%);\n}\n+\n+.components-labelWithPercent-progress.progress > .progress-bar {\n+ hei...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): ensure that progress bar height is always enforced
1
fix
ui
306,423
09.08.2019 16:51:58
-7,200
5d893f3760ba4157c411ff05f5072ec09567d3a7
fix(field): move type property to input & add step property to input
[ { "change_type": "MODIFY", "diff": "@@ -49,10 +49,6 @@ export class LionField extends FormControlMixin(\ntype: String,\nreflect: true,\n},\n- type: {\n- type: String,\n- reflect: true,\n- },\n};\n}\n@@ -103,7 +99,6 @@ export class LionField extends FormControlMixin(\nsuper();\nthis.name = '';\nthis.submitte...
JavaScript
MIT License
ing-bank/lion
fix(field): move type property to input & add step property to input
1
fix
field
67,494
09.08.2019 17:04:46
-7,200
519affeb7786a1e10244b30e5108bbafae74741a
test(router): add test-chrome:verbose
[ { "change_type": "MODIFY", "diff": "\"test-node:verbose\": \"mocha --opts mocha.opts --reporter spec --bail setup-node.ts runtime/**/*.spec.ts\",\n\"test-node:watch\": \"npm run test-node -- --watch --watch-extensions ts\",\n\"test-chrome:watch\": \"karma start karma.conf.js --browsers=ChromeHeadlessOpt --c...
TypeScript
MIT License
aurelia/aurelia
test(router): add test-chrome:verbose
1
test
router
67,494
09.08.2019 17:05:36
-7,200
1e8b61d20a5978a3cfbe322141e653e4f6d83136
feat(router): make individual route separators optional in config
[ { "change_type": "MODIFY", "diff": "@@ -5,16 +5,16 @@ export interface IInstructionResolverOptions {\n}\nexport interface IRouteSeparators {\n- viewport: string;\n- sibling: string;\n- scope: string;\n- ownsScope: string;\n- parameters: string;\n- parametersEnd: string;\n- parameter: string;\n- add: string;...
TypeScript
MIT License
aurelia/aurelia
feat(router): make individual route separators optional in config
1
feat
router
67,494
09.08.2019 17:09:20
-7,200
c7f6fa55acff4655b927d9c4d4260e44d45ce88b
feat(router): implement configuration customization
[ { "change_type": "MODIFY", "diff": "@@ -32,6 +32,11 @@ export const DefaultResources: IRegistry[] = [\nNavCustomElement as unknown as IRegistry,\n];\n+let configurationOptions: IRouterOptions = {};\n+let configurationCall: ((router: IRouter) => void) = (router: IRouter) => {\n+ router.activate(configuration...
TypeScript
MIT License
aurelia/aurelia
feat(router): implement configuration customization
1
feat
router
67,494
09.08.2019 17:09:38
-7,200
165bfe6e80dcf0b6081c293111aca74bec743428
test(router): add configuration tests
[ { "change_type": "ADD", "diff": "+import { DebugConfiguration } from '@aurelia/debug';\n+import { PLATFORM } from '@aurelia/kernel';\n+import { IRouter, RouterConfiguration } from '@aurelia/router';\n+import { Aurelia, CustomElement, ILifecycle, LifecycleFlags } from '@aurelia/runtime';\n+import { assert, M...
TypeScript
MIT License
aurelia/aurelia
test(router): add configuration tests
1
test
router
815,573
09.08.2019 18:09:39
-28,800
d0b97b146e5bf932324cfa9a1a19c51539070839
chore: Rename SourceEntry::{Dep, Header} to CellDep, HeaderDep
[ { "change_type": "MODIFY", "diff": "@@ -45,10 +45,10 @@ impl<'a> LoadCell<'a> {\nSource::Transaction(SourceEntry::Output) => {\nself.outputs.get(index).ok_or(INDEX_OUT_OF_BOUND)\n}\n- Source::Transaction(SourceEntry::Dep) => {\n+ Source::Transaction(SourceEntry::CellDep) => {\nself.resolved_cell_deps.get(in...
Rust
MIT License
nervosnetwork/ckb
chore: Rename SourceEntry::{Dep, Header} to CellDep, HeaderDep
1
chore
null
722,013
09.08.2019 18:48:20
18,000
e820c127dd835479f1517ef8b2c77d9e8771af06
fix: update react-styleguidist closes
[ { "change_type": "MODIFY", "diff": "\"react-icons\": \"^3.7.0\",\n\"react-lifecycles-compat\": \"^3.0.4\",\n\"react-simple-code-editor\": \"^0.9.4\",\n- \"react-styleguidist\": \"^9.1.13\",\n+ \"react-styleguidist\": \"^9.1.14\",\n\"rewrite-imports\": \"^2.0.3\",\n\"style-loader\": \"^0.21.0\",\n\"terser-we...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix: update react-styleguidist closes #492, #199
1
fix
null
815,595
09.08.2019 19:08:17
-28,800
4a4de22c58205edaa9915e1638ad4aaebdea49bb
chore: Run niche checks posteriorly
[ { "change_type": "MODIFY", "diff": "@@ -93,7 +93,7 @@ bench-test:\n##@ Continuous Integration\nci: ## Run recipes for CI.\n-ci: check-cargotoml fmt check-dirty-rpc-doc clippy security-audit test bench-test\n+ci: fmt clippy test bench-test check-cargotoml check-dirty-rpc-doc security-audit\ngit diff --exit-c...
Rust
MIT License
nervosnetwork/ckb
chore: Run niche checks posteriorly
1
chore
null
366,918
09.08.2019 19:10:00
-32,400
1556da13a0119bb588264ef42b5f6785ac0a7f81
feat: export default size
[ { "change_type": "MODIFY", "diff": "@@ -23,3 +23,4 @@ export { ThemeProvider } from './themes/ThemeProvider'\nexport { defaultPalette } from './themes/createPalette'\nexport { defaultHover } from './themes/createInteraction'\nexport { defaultBorder } from './themes/createFrame'\n+export { defaultSize } from...
TypeScript
MIT License
kufu/smarthr-ui
feat: export default size
1
feat
null
104,857
09.08.2019 19:10:36
10,800
03a62deffebec62090b4ab3110ca4e2356b03fd1
fix(table): icon v10, violated threshold hover, custom precision
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,10 @@ import { OverflowMenu, OverflowMenuItem, Icon, Button } from 'carbon-components-\nimport styled from 'styled-components';\nimport moment from 'moment';\nimport Download16 from '@carbon/icons-react/lib/download/16';\n+import WarningAlt16 from '@carbon/icon...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(table): icon v10, violated threshold hover, custom precision
1
fix
table
531,793
09.08.2019 19:36:27
-3,600
bbee4fce0d8fc18ab5fbe7505ee4bec07319eb32
fix(tests): don't fail tests on react 16.9.0 deprecation warnings There's a lot of 3rd party components using deprecated methods so there's a lot of warnings, and currently this is failing all tests. Ignore these for now as we need to wait for components to be fixed
[ { "change_type": "MODIFY", "diff": "@@ -38,4 +38,17 @@ describe(\"console\", () => {\nconsole.warn();\n}).toThrowError(\"message=undefined args=\");\n});\n+\n+ it(\"console.warn() with React deprecation warning doesn't throw any error\", () => {\n+ // https://reactjs.org/blog/2019/08/08/react-v16.9.0.html#n...
TypeScript
Apache License 2.0
prymitive/karma
fix(tests): don't fail tests on react 16.9.0 deprecation warnings There's a lot of 3rd party components using deprecated methods so there's a lot of warnings, and currently this is failing all tests. Ignore these for now as we need to wait for components to be fixed
1
fix
tests
104,857
09.08.2019 19:54:47
10,800
c36b663632ef581d511d0e8dafa99a2c69a9057e
fix(table): component expanded rows multiple descriptions
[ { "change_type": "MODIFY", "diff": "@@ -409,20 +409,23 @@ const TableCard = ({\n: data;\n// format expanded rows to send to Table component\n- const expandedRowsFormatted = [];\n+ let expandedRowsFormatted = [];\nif (expandedRows && expandedRows.length) {\nexpandedRows.forEach(expandedItem => {\n- tableData...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(table): component expanded rows multiple descriptions
1
fix
table
104,857
09.08.2019 20:04:02
10,800
60670f72881889e8c2780d4806ab7b964c1886f8
fix(table): expanded rows id not required
[ { "change_type": "MODIFY", "diff": "@@ -89,7 +89,7 @@ export const TableCardPropTypes = {\nshowHeader: PropTypes.bool,\nexpandedRows: PropTypes.arrayOf(\nPropTypes.shape({\n- id: PropTypes.string.isRequired,\n+ id: PropTypes.string,\nlabel: PropTypes.string.isRequired,\n})\n),\n", "new_path": "src/const...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(table): expanded rows id not required
1
fix
table
104,857
09.08.2019 20:04:49
10,800
b49081674f56fe2c5945a1618102eaf05874074d
fix(table): unique key
[ { "change_type": "MODIFY", "diff": "@@ -297,15 +297,15 @@ const TableCard = ({\nplaceholderText: 'pick',\noptions: [\n{\n- id: 1,\n+ id: '1',\ntext: '1',\n},\n{\n- id: 2,\n+ id: '2',\ntext: '2',\n},\n{\n- id: 3,\n+ id: '3',\ntext: '3',\n},\n],\n@@ -418,7 +418,7 @@ const TableCard = ({\nreturn {\nrowId: item...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(table): unique key
1
fix
table
104,857
09.08.2019 20:27:09
10,800
ac033de9ae1c8e7f4a21b58773f0f712dbdd3236
fix(table): add -- on expanded row if data is not provided
[ { "change_type": "MODIFY", "diff": "@@ -409,13 +409,12 @@ const TableCard = ({\n: data;\n// format expanded rows to send to Table component\n- let expandedRowsFormatted = [];\n+ const expandedRowsFormatted = [];\nif (expandedRows && expandedRows.length) {\nexpandedRows.forEach(expandedItem => {\n- const exp...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(table): add -- on expanded row if data is not provided
1
fix
table
438,921
09.08.2019 20:39:51
-32,400
3dd94399118b567c352c86c2d299f0ef098e61ed
fix(interaction): Fix on eventRect generation Make sure to get x Axis tick values Revert .updateXs() Fix
[ { "change_type": "MODIFY", "diff": "@@ -127,6 +127,46 @@ describe(\"INTERACTION\", () => {\n});\n});\n+ describe(\"timeseries #3\", () => {\n+ before(() => {\n+ args = {\n+ data: {\n+ x: \"x\",\n+ json: {\n+ Temperature:[\"29.39\", \"29.7\", \"29.37\", \"28.87\", \"28.62\"],\n+ x:[\"01-01-2015 00:00\", \"02...
TypeScript
MIT License
naver/billboard.js
fix(interaction): Fix on eventRect generation - Make sure to get x Axis tick values - Revert .updateXs() Fix #1019
1
fix
interaction
815,598
09.08.2019 20:58:50
-28,800
d1307bf68078c87c96f9c357383e9584fcd5916f
chore: package ckb-cli v0.18.0
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,7 @@ git:\nenv:\nglobal:\n- RUST_BACKTRACE=full\n- - CKB_CLI_VERSION=v0.17.0\n+ - CKB_CLI_VERSION=v0.18.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: package ckb-cli v0.18.0
1
chore
null
711,597
09.08.2019 22:04:18
-7,200
4eb63024fb86a25590f9c09d629260a4262a4022
feat(docs): Improve docs on auth & sessions Closes
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,11 @@ Vendure supports two ways to manage user sessions: cookies and bearer token. The\nUsing cookies is the simpler approach for browser-based applications, since the browser will manage the cookies for you automatically.\n-When using cookie-based sessions, ...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(docs): Improve docs on auth & sessions Closes #139
1
feat
docs
815,593
09.08.2019 22:15:15
-32,400
ef40ba94993da2dfc0444bcfffe42df7f1ba738c
chore: change `send_transaction` RPC from broadcasting tx to tx_hash
[ { "change_type": "MODIFY", "diff": "@@ -82,7 +82,7 @@ pub fn run(args: RunArgs, version: Version) -> Result<(), ExitCode> {\n);\nlet synchronizer = Synchronizer::new(chain_controller.clone(), Arc::clone(&sync_shared_state));\n- let relayer = Relayer::new(chain_controller.clone(), sync_shared_state);\n+ let ...
Rust
MIT License
nervosnetwork/ckb
chore: change `send_transaction` RPC from broadcasting tx to tx_hash
1
chore
null
866,393
09.08.2019 23:27:27
-32,400
da01b38aebfc33fdd7a050c372ddfa49d65752b0
chore(test): fix minor error in test
[ { "change_type": "MODIFY", "diff": "@@ -48,7 +48,7 @@ module.exports = function setupKarma(config) {\nmodule: {\nrules: [\n{\n- test: /@carbon[\\\\/]icons/i,\n+ test: /@carbon[\\\\/]icons[\\\\/]/i,\nuse: [require.resolve('../svg-result-carbon-icon-loader')],\n},\n{\n", "new_path": "tests/karma.conf.js",...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(test): fix minor error in test
1
chore
test
866,393
09.08.2019 23:28:11
-32,400
bc73ab53c1e6ddd89338a7aa4174480e06e1a856
feat(combo-box): introduce combo box Fixes
[ { "change_type": "MODIFY", "diff": "@@ -185,6 +185,10 @@ If you get TypeScript \"may be null\" errors, think twice to see if there is such\n- If so, do such check to throw more reasonable exception or to make it no-op if the condition is not met.\n- If not, you can now add non-null assertion operator (`!`) ...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(combo-box): introduce combo box (#67) Fixes #44.
1
feat
combo-box
815,598
09.08.2019 23:42:18
-28,800
9e20b81718dcc6cb6050021db438cb0bc714fd55
chore: fix whitespace format issues
[ { "change_type": "MODIFY", "diff": "@@ -25,4 +25,3 @@ This process can take some time, especially when coordination is required with m\nIf you require prior notification of vulnerabilities please subscribe to the [Nervos Security mailing list](#TBD). The mailing list is very low traffic, and it receives the...
Rust
MIT License
nervosnetwork/ckb
chore: fix whitespace format issues
1
chore
null
815,598
09.08.2019 23:44:12
-28,800
9a06f63d7efb2e837f1aeaa5fac3fa37059c7afe
test: check whitespace issues in CI
[ { "change_type": "MODIFY", "diff": "@@ -78,6 +78,7 @@ matrix:\naddons: { apt: { packages: [] } }\nscript:\n- make check-cargotoml\n+ - make check-whitespaces\n- make check-dirty-rpc-doc\n- name: Test benchmarks on Linux\n", "new_path": ".travis.yml", "old_path": ".travis.yml" }, { "change_ty...
Rust
MIT License
nervosnetwork/ckb
test: check whitespace issues in CI
1
test
null
67,494
10.08.2019 00:35:37
-7,200
6a34ab3ce59fa12093446fd24538056e58a90bf0
feat(router): add comment to configuration
[ { "change_type": "MODIFY", "diff": "@@ -61,7 +61,9 @@ const routerConfiguration = {\n};\nexport const RouterConfiguration = {\n/**\n- * Make it possible to specify options to Router activation\n+ * Make it possible to specify options to Router activation.\n+ * Parameter is either a config object that's pass...
TypeScript
MIT License
aurelia/aurelia
feat(router): add comment to configuration
1
feat
router
71,115
10.08.2019 01:08:09
-7,200
3ba14c8c91dfe887db2469b983e71de5c3460c43
chore(ec2): additional SubnetType case fixes
[ { "change_type": "MODIFY", "diff": "@@ -457,7 +457,7 @@ export class AutoScalingGroup extends AutoScalingGroupBase implements\n};\nif (!hasPublic && props.associatePublicIpAddress) {\n- throw new Error(\"To set 'associatePublicIpAddress: true' you must select Public subnets (vpcSubnets: { subnetType: Subnet...
TypeScript
Apache License 2.0
aws/aws-cdk
chore(ec2): additional SubnetType case fixes (#3603)
1
chore
ec2
815,605
10.08.2019 03:03:11
0
9d34c218ea33b8b6b6e38877049cf8bd2a402d76
fix: Expose data field in jsonrpc-types' Witness
[ { "change_type": "MODIFY", "diff": "@@ -197,7 +197,7 @@ impl From<CellInput> for CoreCellInput {\n#[derive(Clone, Default, Serialize, Deserialize, PartialEq, Eq, Hash, Debug)]\npub struct Witness {\n- data: Vec<JsonBytes>,\n+ pub data: Vec<JsonBytes>,\n}\nimpl<'a> From<&'a CoreWitness> for Witness {\n", ...
Rust
MIT License
nervosnetwork/ckb
fix: Expose data field in jsonrpc-types' Witness
1
fix
null
815,605
10.08.2019 07:02:22
0
9235afcc6cede6a097b747c3abbf9c4ceccf6583
feat: Split load data logic from load code syscall
[ { "change_type": "MODIFY", "diff": "use crate::{\nsyscalls::{\n- LoadDataType, Source, SourceEntry, INDEX_OUT_OF_BOUND, LOAD_CELL_DATA_SYSCALL_NUMBER,\n- SLICE_OUT_OF_BOUND, SUCCESS,\n+ utils::store_data, Source, SourceEntry, INDEX_OUT_OF_BOUND,\n+ LOAD_CELL_DATA_AS_CODE_SYSCALL_NUMBER, LOAD_CELL_DATA_SYSCA...
Rust
MIT License
nervosnetwork/ckb
feat: Split load data logic from load code syscall
1
feat
null
67,479
10.08.2019 09:15:22
-36,000
b76b39350650a979fa0c4038fa5606bde63d1da8
chore(example): doc: add element size binding example
[ { "change_type": "ADD", "diff": "+# Using Resize Observer to observe element size\n+\n+## Basic implementation\n+\n+```ts\n+import { bindable, BindingMode, customAttribute, IDOM, INode } from '@aurelia/runtime';\n+import { HTMLDOM } from '@aurelia/runtime-html';\n+\n+@customAttribute({\n+ name: 'rectsize',\...
TypeScript
MIT License
aurelia/aurelia
chore(example): doc: add element size binding example
1
chore
example
722,013
10.08.2019 09:44:01
18,000
83ac59e50f3698bd2764d5861b4822d9a53d5b57
docs: remove empty link for components
[ { "change_type": "MODIFY", "diff": "@@ -55,7 +55,7 @@ module.exports = () => {\n: []),\n{ text: 'Vue CLI Plugin', link: '/VueCLI3doc' },\n{ text: 'Reference', link: '/Configuration' },\n- componentFiles.length ? { text: 'Components', link: componentFiles[0] } : {}\n+ ...(componentFiles.length ? [{ text: 'Co...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs: remove empty link for components
1
docs
null
722,013
10.08.2019 09:44:30
18,000
7a8d33304d5b44bb29275c73ab578971afd64727
docs: add missing space in examples template
[ { "change_type": "MODIFY", "diff": "@@ -14,8 +14,9 @@ examples.forEach(function(ex) {\n%>## <%= exampleName %><%\nif(pkg.description){ %>\n-<%= pkg.description %>\n-<% } %>\n+<%= pkg.description %><%\n+} %>\n+\n- [Live Demo](https://vue-styleguidist.github.io/<%= exampleName %>/)\n- [GitHub](https://github....
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs: add missing space in examples template
1
docs
null
722,013
10.08.2019 09:47:07
18,000
b9ec0675463015147c59984150ab3f71704579ac
docs: add missing description for pug example
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"pug-ts-cli-class\",\n+ \"description\": \"Here we showcase the wide variety of technologies vue-styleguidist supports\",\n+ \"keywords\": [\"technologies\", \"typescript\", \"sass\", \"class-component\"],\n\"private\": true,\n\"scripts\": {\n\"serve\": \"vu...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs: add missing description for pug example
1
docs
null
722,013
10.08.2019 09:53:19
18,000
dbc5dd5f309d883c502544c73ce77bab195fe0fc
docs: update readmes before first deliver
[ { "change_type": "MODIFY", "diff": "@@ -45,7 +45,13 @@ alt=\"Chat on Discord\">\n[vue-cli-plugin-styleguidist](packages/vue-cli-plugin-styleguidist) configures vue-styleguidist to work with [vue-cli 3](https://cli.vuejs.org/guide/).\n-[![](https://img.shields.io/npm/v/vue-cli-plugin-styleguidist.svg)](https...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs: update readmes before first deliver
1
docs
null
722,013
10.08.2019 10:12:20
18,000
e84d14f7e4d57c7dbc50ccef4df6fd20fa212c55
docs: example build linting issue
[ { "change_type": "MODIFY", "diff": "\"@vue/cli-plugin-babel\": \"^3.10.0\",\n\"@vue/cli-plugin-eslint\": \"^3.10.0\",\n\"@vue/cli-service\": \"^3.10.0\",\n+ \"eslint-plugin-react\": \"^7.10.0\",\n\"vue-cli-plugin-styleguidist\": \"^3.0.0\",\n\"vue-template-compiler\": \"^2.5.16\"\n},\n", "new_path": "ex...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs: example build linting issue
1
docs
null
67,516
10.08.2019 10:18:09
-7,200
8d5a4fadcddffb4a2740ef7eba77084d6107f9f7
feat(i18n): support for unformat Additionally also improved support for relative time
[ { "change_type": "MODIFY", "diff": "<span id=\"i18n-code-interval\">${translations.interval}</span>\n<span id=\"i18n-code-num\">${translations.num}</span>\n- <!-- <span id=\"i18n-code-num-uf-simple\">${translations.numUfSimple}</span>\n+ <span id=\"i18n-code-num-uf-simple\">${translations.numUfSimple}</span...
TypeScript
MIT License
aurelia/aurelia
feat(i18n): support for unformat Additionally also improved support for relative time
1
feat
i18n
722,013
10.08.2019 10:24:25
18,000
7de9d138b666b1bd794254088c91153d21b867d9
docs: bring back examples page
[ { "change_type": "MODIFY", "diff": "@@ -50,7 +50,7 @@ module.exports = () => {\n},\nnav: [\n{ text: 'Docs', link: '/docs/GettingStarted' },\n- ...(fs.existsSync(path.resolve(__dirname, '../Examples'))\n+ ...(fs.existsSync(path.resolve(__dirname, '../Examples.md'))\n? [{ text: 'Examples', link: '/Examples' }...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs: bring back examples page
1
docs
null
815,569
10.08.2019 11:02:19
-28,800
ea9ba7e7f3024be3e02bfa857bc2cea4908591ef
chore: return if no tx hashes missing in transaction_hashes_process
[ { "change_type": "MODIFY", "diff": "@@ -47,6 +47,10 @@ impl<'a> TransactionHashesProcess<'a> {\n.retain(|tx_hash| !tx_pool.contains_tx(&ProposalShortId::from_tx_hash(&tx_hash)))\n}\n+ if transit_hashes.is_empty() {\n+ return Ok(());\n+ }\n+\nif let Some(peer_state) = self\n.relayer\n.shared()\n", "new_p...
Rust
MIT License
nervosnetwork/ckb
chore: return if no tx hashes missing in transaction_hashes_process
1
chore
null
815,569
10.08.2019 11:05:02
-28,800
ec306a74e5afee796b66a3d1eefce48a7cf05da1
chore: twist debug info
[ { "change_type": "MODIFY", "diff": "@@ -61,14 +61,14 @@ impl<'a> TransactionHashesProcess<'a> {\n{\nlet mut inflight_transactions = self.relayer.shared().inflight_transactions();\n- for tx_hash in transit_hashes {\ndebug_target!(\ncrate::LOG_TARGET_RELAY,\n- \"transaction({:#x}) from {} not known, get it fr...
Rust
MIT License
nervosnetwork/ckb
chore: twist debug info
1
chore
null
76,605
10.08.2019 12:02:13
-7,200
a3daba8f8374047883647e10df9bc4d16b5d6291
feat: remove model size by erasing weights 0
[ { "change_type": "MODIFY", "diff": "const {\nLookupTable,\n- toArray,\ntoHash,\nlookupToArray,\nlookupToObject,\n@@ -218,9 +217,12 @@ class NeuralNetwork {\ncurrentNode.weights = {};\nconst keys = Object.keys(layers[layer - 1]);\nfor (let k = 0; k < keys.length; k += 1) {\n- currentNode.weights[keys[k]] = t...
JavaScript
MIT License
axa-group/nlp.js
feat: remove model size by erasing weights 0
1
feat
null
67,516
10.08.2019 12:32:26
-7,200
6d31d838f80122caf6cfff14fef56295842daf27
feat(i18n): signalable t value-converter
[ { "change_type": "MODIFY", "diff": "<img id=\"i18n-img\" t=\"imgPath\" />\n- <!--<span id=\"i18n-t-vc\"> ${'itemWithCount' | t : {count: 10}} </span>\n- <span id=\"i18n-t-bb\"> ${'itemWithCount' & t : {count: 100}} </span>\n+ <span id=\"i18n-t-vc\"> ${'itemWithCount' | t : {count: 10}} </span>\n+ <!--<span ...
TypeScript
MIT License
aurelia/aurelia
feat(i18n): signalable t value-converter
1
feat
i18n
67,516
10.08.2019 14:05:29
-7,200
2117265b3c042a91874d33644f54cd2695891154
chore(i18n): renamed file
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,7 @@ import { I18nConfigurationOptions, I18nInitOptions } from './i18n-configuration-\nimport { I18nextWrapper, I18nWrapper } from './i18next-wrapper';\nimport { TranslationParametersAttributePattern, TranslationParametersBindingCommand, TranslationParametersBi...
TypeScript
MIT License
aurelia/aurelia
chore(i18n): renamed file
1
chore
i18n
722,013
10.08.2019 15:39:30
18,000
daaa231fa3dd172accc6f32e9c41b1a8ae4657fe
test: linter for cli use es6
[ { "change_type": "MODIFY", "diff": "{\n\"parser\": \"@typescript-eslint/parser\",\n\"env\": {\n- \"browser\": false,\n+ \"es6\": true,\n\"node\": true\n},\n\"parserOptions\": {\n},\n\"rules\": {\n\"compat/compat\": \"off\"\n- },\n- \"globals\": {\n- \"Promise\": false\n}\n}\n", "new_path": "packages/vue...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
test: linter for cli use es6
1
test
null
722,013
10.08.2019 15:43:49
18,000
b867235b8f1f9e6d262498501f7f4e71c04c7892
perf: cache compiled md in single file mode
[ { "change_type": "MODIFY", "diff": "import globby from 'globby'\nimport * as path from 'path'\nimport * as fs from 'fs'\n+import { promisify } from 'util'\nimport mkdirp from 'mkdirp'\nimport prettier from 'prettier'\nimport chokidar from 'chokidar'\nimport compileTemplates, { DocgenCLIConfig } from './comp...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
perf: cache compiled md in single file mode
1
perf
null
722,013
10.08.2019 15:44:39
18,000
8a2a282e4dadda61ec41789ec8e4a80bf65e0a8e
fix: avoid defaulting outDir if outFile
[ { "change_type": "MODIFY", "diff": "@@ -36,7 +36,7 @@ export default (): DocgenCLIConfig => {\nwatch,\ncomponentsRoot: path.dirname(configFilePath),\ncomponents: componentsFromCmd || 'src/components/**/[a-zA-Z]*.{vue,js,jsx,ts,tsx}',\n- outDir: outDirFromCmd || 'docs',\n+ outDir: outDirFromCmd,\ngetDocFileN...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix: avoid defaulting outDir if outFile
1
fix
null
722,013
10.08.2019 15:46:06
18,000
0a0befcf85bd90fe0d7f5a31245b864aa1fcb07f
fix: protect pipe character in templates
[ { "change_type": "MODIFY", "diff": "@@ -14,6 +14,7 @@ import props from './templates/props'\nimport component from './templates/component'\nexport { DocgenCLIConfig } from './extractConfig'\n+export { mdit } from './templates/utils'\nexport { events, methods, slots, props, component }\nexport interface Temp...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix: protect pipe character in templates
1
fix
null
722,013
10.08.2019 16:24:05
18,000
5cc8f931615e19d80b4031ee7ce27a4288e59ccf
fix: avoid the squiggles in main menu
[ { "change_type": "MODIFY", "diff": "@@ -4,17 +4,17 @@ import {\nSlotDescriptor,\nMethodDescriptor,\nEventDescriptor,\n- ComponentDoc,\n- DocGenOptions\n+ ComponentDoc\n} from 'vue-docgen-api'\nimport events from './templates/events'\nimport methods from './templates/methods'\nimport slots from './templates/...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix: avoid the squiggles in main menu
1
fix
null
722,013
10.08.2019 17:08:09
18,000
11720d2db0fd2695b580e8ab7c2b015c0948e198
docs: update customised example
[ { "change_type": "MODIFY", "diff": "},\n\"scripts\": {\n\"styleguide\": \"vue-styleguidist server\",\n- \"styleguide:build\": \"vue-styleguidist build\"\n+ \"styleguide:build\": \"vue-styleguidist build\",\n+ \"docs\": \"concurrently \\\"vue-docgen --watch\\\" \\\"vuepress dev docs\\\"\",\n+ \"docs:build\":...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs: update customised example
1
docs
null
67,516
10.08.2019 17:24:30
-7,200
24653f3f4dae7e443ddda7050ec2907f4bd1c3fe
feat(i18n): signalable date-format value-converter
[ { "change_type": "MODIFY", "diff": "<span id=\"i18n-nf-bb\"> ${ 123456789.12 & nf : undefined : 'de'} </span>\n<span id=\"i18n-nf-vc-cur\"> ${ 123456789.12 | nf: {style:'currency', currency: 'EUR' } : 'de' } </span>\n- <span id=\"i18n-nf-bb-cur\"> ${ 123456789.12 & nf: {style:'currency', currency: 'USD' } :...
TypeScript
MIT License
aurelia/aurelia
feat(i18n): signalable date-format value-converter
1
feat
i18n
722,013
10.08.2019 17:31:49
18,000
a5f013741202d52026a8b67d0efc1ca05ecedd16
style: add comments to componenet tpl
[ { "change_type": "MODIFY", "diff": "@@ -14,6 +14,7 @@ export default (\nreturn `${\n!config.outFile && deprecated\n? // to avoid having the squiggles in the left menu for deprecated items\n+ // use the frontmatter feature of vuepress\n`\n---\ntitle: ${displayName}\n", "new_path": "packages/vue-docgen-cl...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
style: add comments to componenet tpl
1
style
null
67,516
10.08.2019 18:15:28
-7,200
1e38acb2482347610c0bd241c881496dfe6ecd2d
feat(i18n): signalable nf value-converter
[ { "change_type": "MODIFY", "diff": "<img id=\"i18n-img\" t=\"imgPath\" />\n<span id=\"i18n-t-vc\"> ${'itemWithCount' | t : {count: 10}} </span>\n- <!--<span id=\"i18n-t-bb\"> ${'itemWithCount' & t : {count: 100}} </span>\n+ <!--<span id=\"i18n-t-bb\"> ${'itemWithCount' & t : {count: 100}} </span>-->\n- <spa...
TypeScript
MIT License
aurelia/aurelia
feat(i18n): signalable nf value-converter
1
feat
i18n
722,013
10.08.2019 18:23:02
18,000
9e5acada9a9c7cafeb65cf8f1b5792c18c61482b
fix: pages infinite lioop
[ { "change_type": "MODIFY", "diff": "@@ -112,6 +112,8 @@ const compileDocs = async (config: DocgenCLIConfig) => {\nconst run = (config: DocgenCLIConfig) => {\nconst { pages } = config\nif (pages) {\n+ // to avoid re-rendering the same pages\n+ delete config.pages\npages.forEach(page => {\nconst pageConf = { ...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix: pages infinite lioop
1
fix
null
67,516
10.08.2019 19:02:04
-7,200
e4dfb10801389f2e88ac57ac7b80db8f7a51a0de
feat(i18n): signalable rt value converter
[ { "change_type": "MODIFY", "diff": "<button id=\"key-changer\" click.delegate=\"changeKey()\">Change key</button><br>\n<button id=\"params-changer\" click.delegate=\"changeParams()\">Change t-params</button><br>\n<button id=\"locale-changer-de\" click.delegate=\"changeLocale('de')\">DE</button><br>\n- <!-- ...
TypeScript
MIT License
aurelia/aurelia
feat(i18n): signalable rt value converter
1
feat
i18n
815,588
10.08.2019 20:23:19
-28,800
b173f48352420d43b3d247860ac1c27869e8fe9e
feat(ckb-bin): add interactive mode for init sub command Closes
[ { "change_type": "MODIFY", "diff": "@@ -388,6 +388,7 @@ dependencies = [\n\"ckb-chain-spec 0.19.0-pre\",\n\"ckb-core 0.19.0-pre\",\n\"ckb-crypto 0.19.0-pre\",\n+ \"ckb-db 0.19.0-pre\",\n\"ckb-hash 0.19.0-pre\",\n\"ckb-instrument 0.19.0-pre\",\n\"ckb-logger 0.19.0-pre\",\n", "new_path": "Cargo.lock", ...
Rust
MIT License
nervosnetwork/ckb
feat(ckb-bin): add interactive mode for init sub command Closes #1039
1
feat
ckb-bin
815,588
10.08.2019 23:31:09
-28,800
b755f151887bd1a0d82f1a2389bfe2119923619d
feat(ckb-bin): add reset data subcommand Closes
[ { "change_type": "MODIFY", "diff": "use ckb_logger::warn;\nuse ckb_util::{parking_lot::deadlock, Condvar, Mutex};\n+use std::io::{stdin, stdout, Write};\nuse std::sync::Arc;\nuse std::thread;\nuse std::time::Duration;\n@@ -36,3 +37,17 @@ pub fn deadlock_detection() {\n}\n});\n}\n+\n+pub fn prompt(msg: &str)...
Rust
MIT License
nervosnetwork/ckb
feat(ckb-bin): add reset data subcommand Closes #1048
1
feat
ckb-bin
815,573
11.08.2019 03:17:39
-28,800
7a6fb0bc5a690478fcc9672f69aec45c77f9ca7c
chore: Fix for rebase
[ { "change_type": "MODIFY", "diff": "@@ -578,7 +578,7 @@ mod tests {\n.build();\nlet dep_cell = CellMetaBuilder::from_cell_output(output, data)\n.transaction_info(TransactionInfo::new(1, 0, H256::zero(), 1))\n- .out_point(dep_out_point.cell.as_ref().unwrap().clone())\n+ .out_point(dep_out_point.clone())\n.bu...
Rust
MIT License
nervosnetwork/ckb
chore: Fix for rebase
1
chore
null
217,922
11.08.2019 11:57:20
-7,200
0596345fae2c1365173e77d74a0b1eb09b5e26ae
feat(alarms): added closest aetheryte to the compact display and better layout for slot
[ { "change_type": "MODIFY", "diff": "<div fxLayout=\"row\" fxLayoutAlign=\"flex-start center\" fxLayoutGap=\"5px\">\n<app-item-icon [hq]=\"baits.length > 1 && index > 0\" [itemId]=\"bait.id\" [icon]=\"bait.icon\"\n[width]=\"32\" [tooltipDisabled]=\"true\" [appFishTooltip]=\"bait.id\"></app-item-icon>\n- <div...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(alarms): added closest aetheryte to the compact display and better layout for slot
1
feat
alarms
679,913
11.08.2019 13:15:23
-3,600
7c3d399126a4fc6b34c0dde2c150e02bf0ab79f7
feat(imgui): add component resource caching & GC, update all comps & theme add .registerID() to mark used components & invalidate cache add .resource() to retrieved component assets update all comps to use cached shapes (at least partially)
[ { "change_type": "MODIFY", "diff": "@@ -142,20 +142,20 @@ export const CONTROL_KEYS = new Set<string>([\nexport const NONE = \"__NONE__\";\nexport const DEFAULT_THEME: GUITheme = {\n- globalBg: \"#333\",\nfont: \"10px Menlo, monospace\",\ncharWidth: 6,\nbaseLine: 4,\npad: 8,\n- focus: [1, 1, 0, 1],\n- curso...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(imgui): add component resource caching & GC, update all comps & theme - add .registerID() to mark used components & invalidate cache - add .resource() to retrieved component assets - update all comps to use cached shapes (at least partially)
1
feat
imgui
815,577
11.08.2019 13:50:14
-28,800
5181f47fee28df9bdb16e62906864450a6cbaea2
feat: allow dns resolver on rpc server
[ { "change_type": "MODIFY", "diff": "@@ -3,6 +3,7 @@ use jsonrpc_core::IoHandler;\nuse jsonrpc_http_server::{Server, ServerBuilder};\nuse jsonrpc_server_utils::cors::AccessControlAllowOrigin;\nuse jsonrpc_server_utils::hosts::DomainsValidation;\n+use std::net::ToSocketAddrs;\npub struct RpcServer {\npub(crat...
Rust
MIT License
nervosnetwork/ckb
feat: allow dns resolver on rpc server
1
feat
null
67,494
11.08.2019 17:32:01
-7,200
c58b97df2cdcd009b5a0814e37d27d4c23125c7f
feat(realworld): configure for conventions
[ { "change_type": "MODIFY", "diff": "},\n\"license\": \"MIT\",\n\"dependencies\": {\n- \"@aurelia/debug\": \"file:../../packages/debug\",\n- \"@aurelia/fetch-client\": \"file:../../packages/fetch-client\",\n- \"@aurelia/jit-html\": \"file:../../packages/jit-html\",\n- \"@aurelia/jit-html-browser\": \"file:.....
TypeScript
MIT License
aurelia/aurelia
feat(realworld): configure for conventions
1
feat
realworld
67,494
11.08.2019 17:32:47
-7,200
2c8994c7e104b767ee9e49b01087efce26c4cd04
test(realworld): update html types
[ { "change_type": "MODIFY", "diff": "declare module '*.html' {\n- const value: string;\n- export default value;\n+ export const name: string;\n+ export const template: string;\n+ export default template;\n+ export const dependencies: string[];\n+ export function getHTMLOnlyElement();\n}\n", "new_path": "...
TypeScript
MIT License
aurelia/aurelia
test(realworld): update html types
1
test
realworld
679,913
11.08.2019 19:06:40
-3,600
7db92b90ee67c6cbc9a23369ce0e0b627b9fecc3
perf(imgui): update comp hashing to use murmur hash vs toString, use ES6 Maps hash() ~2x faster than String() use ES6 Maps for IMGUI resource caches to avoid hash string conv (8-10x faster)
[ { "change_type": "MODIFY", "diff": "import { pointInside, rect } from \"@thi.ng/geom\";\nimport { IShape } from \"@thi.ng/geom-api\";\n-import { ReadonlyVec, ZERO2 } from \"@thi.ng/vectors\";\n+import { hash, ReadonlyVec, ZERO2 } from \"@thi.ng/vectors\";\nimport { IGridLayout, LayoutBox, MouseButton } from...
TypeScript
Apache License 2.0
thi-ng/umbrella
perf(imgui): update comp hashing to use murmur hash vs toString, use ES6 Maps - hash() ~2x faster than String() - use ES6 Maps for IMGUI resource caches to avoid hash string conv (8-10x faster)
1
perf
imgui
151,430
11.08.2019 20:04:41
25,200
799c7f753ebc3c9bd290b07e978988d400be6c7c
feat(hubspot): add HubSpot plugin
[ { "change_type": "ADD", "diff": "+{\n+ \"presets\": [\n+ [\n+ \"@babel/env\", {\n+ \"modules\": false\n+ }\n+ ]\n+ ]\n+}\n", "new_path": "packages/analytics-plugin-hubspot/.babelrc", "old_path": null }, { "change_type": "ADD", "diff": "+node_modules\n+\n+dist\n+lib\n+.size-snapshot.json\...
JavaScript
MIT License
davidwells/analytics
feat(hubspot): add HubSpot plugin
1
feat
hubspot
151,430
11.08.2019 20:11:30
25,200
656b58a61dcc160fc932194b8760c4465330f4b6
docs: import hubspot plugin
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,7 @@ import tabEvents from 'analytics-plugin-tab-events'\nimport windowEvents from 'analytics-plugin-window-events'\nimport customerIoPlugin from 'analytics-plugin-customerio'\nimport gtagManager from 'analytics-plugin-google-tag-manager'\n-\n+import hubspotPlu...
JavaScript
MIT License
davidwells/analytics
docs: import hubspot plugin
1
docs
null
151,430
11.08.2019 20:14:13
25,200
e8dbc97665d8685e7b7db159461113769ae1df88
docs: streamline vanilla html demo code
[ { "change_type": "MODIFY", "diff": "<html>\n<head>\n<title>Using Analytics in HTML</title>\n- <!-- Include from CDN -->\n+ <!-- Include `analytics` from CDN -->\n<script src=\"https://unpkg.com/analytics/dist/analytics.min.js\"></script>\n<script src=\"https://unpkg.com/analytics-plugin-ga/dist/analytics-pl...
JavaScript
MIT License
davidwells/analytics
docs: streamline vanilla html demo code
1
docs
null
151,430
11.08.2019 20:34:01
25,200
e4c798f3e69f9cf27faf0557964d83b35cbe7f47
docs: add hubspot plugin docs to site
[ { "change_type": "ADD", "diff": "+---\n+title: HubSpot\n+description: Using the HubSpot plugin\n+---\n+\n+Analytics integration with the [HubSpot](https://www.hubspot.com/) inbound marketing suite.\n+\n+This plugin will send page views, track custom events, and identify visitors in your HubSpot account.\n+\...
JavaScript
MIT License
davidwells/analytics
docs: add hubspot plugin docs to site
1
docs
null
67,482
11.08.2019 20:59:24
25,200
6aafcca04b0694758b69bf5be9e82962ca1f725a
feat(runtime): initial runtime support for styles
[ { "change_type": "MODIFY", "diff": "@@ -45,7 +45,7 @@ export interface IServiceLocator {\n}\nexport interface IRegistry {\n- register(container: IContainer): void;\n+ register(container: IContainer, ...params: any[]): void;\n}\nexport interface IContainer extends IServiceLocator {\n@@ -782,6 +782,14 @@ expo...
TypeScript
MIT License
aurelia/aurelia
feat(runtime): initial runtime support for styles
1
feat
runtime
67,482
11.08.2019 21:20:02
25,200
0e47d7c3a133a87e9574350323a79345edf423e0
fix(runtime): export style configuration
[ { "change_type": "MODIFY", "diff": "@@ -139,3 +139,9 @@ export {\nHTMLProjectorLocator,\nShadowDOMProjector\n} from './projectors';\n+\n+export {\n+ StyleConfiguration,\n+ styles,\n+ IShadowDOMConfiguration\n+} from './styles/style-configuration';\n", "new_path": "packages/runtime-html/src/index.ts", ...
TypeScript
MIT License
aurelia/aurelia
fix(runtime): export style configuration
1
fix
runtime
151,430
11.08.2019 21:20:25
25,200
24c6a0c63f07233fae0e199bf65007019d72788b
refactor(hubspot): handle special case for firstname & lastname
[ { "change_type": "MODIFY", "diff": "@@ -97,6 +97,10 @@ function defaultFormatter(key, value) {\nconst validKey = replaceInvalid(key)\n// snake_case values\nconst formattedKey = snakeCase(validKey)\n+ // special case for firstName & lastName\n+ if (formattedKey === 'first_name' || formattedKey === 'last_name...
JavaScript
MIT License
davidwells/analytics
refactor(hubspot): handle special case for firstname & lastname
1
refactor
hubspot
151,430
11.08.2019 21:20:38
25,200
0f91188fae4683607b3b04141b302a0b7ac9371c
docs: update hubspot plugin docs
[ { "change_type": "MODIFY", "diff": "@@ -68,7 +68,9 @@ export default class App extends Component {\ntraitOne: 'blue',\ntraitTwo: 'red',\ncompanyName: 'lol corp',\n- testing_value: 'hi'\n+ testing_value: 'hi',\n+ // first_name: 'steve',\n+ // lastName: 'john'\n}, () => {\nconsole.log('identify callback')\n})...
JavaScript
MIT License
davidwells/analytics
docs: update hubspot plugin docs
1
docs
null
815,595
11.08.2019 23:50:30
-28,800
9437a5a8646c8f39b896571aa1ed647950814f32
feat: Cargo new ckb-error
[ { "change_type": "ADD", "diff": "+[package]\n+name = \"ckb-error\"\n+version = \"0.19.0-pre\"\n+license = \"MIT\"\n+authors = [\"Nervos Core Dev <dev@nervos.org>\"]\n+edition = \"2018\"\n+\n+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html\n+\n+[dependencies]\...
Rust
MIT License
nervosnetwork/ckb
feat: Cargo new ckb-error
1
feat
null
815,573
12.08.2019 00:20:02
-28,800
a3b48111f3d933a052052be383991128fa6dd202
fix: dao integration tests
[ { "change_type": "MODIFY", "diff": "@@ -329,10 +329,16 @@ fn deposit_dao_deps(node: &Node) -> (Vec<CellDep>, Vec<H256>) {\n}\n// deps = [cell-point-to-withdraw-header, always-success-cell, dao-cell]\n-fn withdraw_dao_deps(node: &Node, withdraw_header_hash: H256) -> (Vec<CellDep>, Vec<H256>) {\n+fn withdraw_...
Rust
MIT License
nervosnetwork/ckb
fix: dao integration tests
1
fix
null
722,013
12.08.2019 00:22:48
18,000
536157d1c69a474d94dfa0628add7c636aa5ebe0
fix: watcher looking at md files
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,7 @@ const unlink = promisify(fs.unlink)\n* @param config\n*/\nexport default function(files: string[], config: DocgenCLIConfigWithComponents) {\n- const docMap = getDocMap(files, config.getDocFileName)\n+ const docMap = getDocMap(files, config.getDocFileName...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix: watcher looking at md files
1
fix
null
722,013
12.08.2019 00:31:30
18,000
42e9e210fb52d56d3d05f2f4e06450f48290d5fd
test: add getDocMap unit test
[ { "change_type": "MODIFY", "diff": "import * as path from 'path'\n-import { writeDownMdFile, compileMarkdown } from '../utils'\n+import { writeDownMdFile, compileMarkdown, getDocMap } from '../utils'\nimport extractConfig, { DocgenCLIConfig } from '../extractConfig'\nconst UGLY_MD = 'ugly'\n@@ -110,3 +110,2...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
test: add getDocMap unit test
1
test
null
722,013
12.08.2019 00:36:58
18,000
8a4dd7365a9a3f8e70a975c0e9ee78de34a9b763
docs: update type of components on readme
[ { "change_type": "MODIFY", "diff": "@@ -71,7 +71,7 @@ module.exports = {\n#### components\n-> type: `string`, default: `\"src/components/**/[a-zA-Z]*.{vue,js,jsx,ts,tsx}\"`\n+> type: `string | string[]` , default: `\"src/components/**/[a-zA-Z]*.{vue,js,jsx,ts,tsx}\"`\nGlob string used to get all the compone...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs: update type of components on readme
1
docs
null
815,595
12.08.2019 01:00:13
-28,800
ed749e1f7bb719ff9a39d97a10ff154a9ab891fa
chore: Ignore extern crate in check-cargotoml
[ { "change_type": "MODIFY", "diff": "@@ -78,6 +78,11 @@ function check_dependencies() {\nif [ ! -d \"${srcdir}\" ]; then\nsrcdir=\"${pkgroot}\"\nfi\n+ tmpcnt=$({\\\n+ ${GREP} -rh \"\\(^\\| \\)extern crate ${dependency}\\(::\\|;\\)\" \"${srcdir}\" \\\n+ || true; }\\\n+ | wc -l)\n+ depcnt=$((depcnt + tmpcnt))\...
Rust
MIT License
nervosnetwork/ckb
chore: Ignore extern crate in check-cargotoml
1
chore
null
724,121
12.08.2019 05:43:40
-36,000
a9eea7b32cce5828b8f46fc44690630626613711
fix: add $set scoped slot helper fixes
[ { "change_type": "MODIFY", "diff": "@@ -36,6 +36,7 @@ function getVueTemplateCompilerHelpers(\nhelpers[name] = vue._renderProxy[name]\n})\nhelpers.$createElement = vue._renderProxy.$createElement\n+ helpers.$set = vue._renderProxy.$set\nreturn helpers\n}\n", "new_path": "packages/create-instance/create-...
JavaScript
MIT License
vuejs/vue-test-utils
fix: add $set scoped slot helper (#1287) fixes #1253
1
fix
null
722,013
12.08.2019 08:22:39
18,000
c3cbe3df58c42edddae870ed406e063c44eca533
refactor: test getWatcher + prtotype change
[ { "change_type": "MODIFY", "diff": "import * as path from 'path'\n-import { writeDownMdFile, compileMarkdown, getDocMap } from '../utils'\n+import { writeDownMdFile, compileMarkdown, getDocMap, getWatcher } from '../utils'\nimport extractConfig, { DocgenCLIConfig } from '../extractConfig'\nconst UGLY_MD = '...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
refactor: test getWatcher + prtotype change
1
refactor
null
722,013
12.08.2019 09:14:46
18,000
22f985ff117146b79db378dd552f7cf954384dd3
test: add multiMd tests
[ { "change_type": "MODIFY", "diff": "-import { compile } from '../multiMd'\n+import { FSWatcher } from 'chokidar'\n+import * as multiMd from '../multiMd'\nimport extractConfig from '../extractConfig'\nimport { writeDownMdFile } from '../utils'\nimport { DocgenCLIConfigWithComponents } from '../docgen'\nconst...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
test: add multiMd tests
1
test
null
749,516
12.08.2019 09:26:02
25,200
9c624f9719f3cb9472e310459540b80749e433d3
fix(build): correct prettier error to finish release
[ { "change_type": "MODIFY", "diff": "@@ -30,7 +30,9 @@ const isInvalid = () => compareAsc(state.startValue, state.endValue) === 1;\n<DatepickerRange.End>\n<Input validation={isInvalid() ? 'error' : undefined} />\n</DatepickerRange.End>\n- {isInvalid() && <Message validation=\"error\">End date must occur afte...
TypeScript
Apache License 2.0
zendeskgarden/react-components
fix(build): correct prettier error to finish release (#409)
1
fix
build
104,857
12.08.2019 09:34:07
10,800
afebd2c07d0d1f0b59d2a135ad09d26229c44c5d
fix(table): if expanded id not exist populate with --
[ { "change_type": "MODIFY", "diff": "@@ -36,9 +36,7 @@ const StyledActionIcon = styled(Icon)`\n}\n`;\n-const StyledStatefulTable = styled(({ showHeader, data, ...rest }) => (\n- <StatefulTable {...rest} data={data} />\n-))`\n+const StyledStatefulTable = styled(({ showHeader, ...rest }) => <StatefulTable {......
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(table): if expanded id not exist populate with --
1
fix
table
306,421
12.08.2019 09:37:48
-7,200
fe72ebd055ef0eedd85459ce6b36f504b3c33a3e
fix(calendar): generated dates are normalized
[ { "change_type": "MODIFY", "diff": "@@ -9,6 +9,7 @@ import { isSameDate } from './utils/isSameDate.js';\nimport { calendarStyle } from './calendarStyle.js';\nimport './utils/differentKeyNamesShimIE.js';\nimport { createDay } from './utils/createDay.js';\n+import { normalizeDateTime } from './utils/normalize...
JavaScript
MIT License
ing-bank/lion
fix(calendar): generated dates are normalized
1
fix
calendar
306,421
12.08.2019 09:40:46
-7,200
afddc0ec3c90383a9d8abec8499b5036b8b79f38
fix(calendar): normalize dates for min/max date comparison
[ { "change_type": "MODIFY", "diff": "@@ -331,7 +331,7 @@ export class LionCalendar extends LocalizeMixin(LitElement) {\n__coreDayPreprocessor(_day, { currentMonth = false } = {}) {\nconst day = createDay(new Date(_day.date), _day);\n- const today = new Date();\n+ const today = normalizeDateTime(new Date());\...
JavaScript
MIT License
ing-bank/lion
fix(calendar): normalize dates for min/max date comparison
1
fix
calendar
104,857
12.08.2019 10:16:02
10,800
936e49bd4a013ba61b43a048ad388cac2ad3a5b5
fix(table): precision with icons, console errors
[ { "change_type": "MODIFY", "diff": "@@ -140,15 +140,15 @@ const matchingThreshold = (thresholds, item) => {\n.filter(t => {\nswitch (t.comparison) {\ncase '<':\n- return item[t.dataSourceId] < t.value;\n+ return parseFloat(item[t.dataSourceId]) < t.value;\ncase '>':\n- return item[t.dataSourceId] > t.value;...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(table): precision with icons, console errors
1
fix
table
306,444
12.08.2019 10:21:22
-7,200
b38c6c3978f5fe8008822f7ea49b2d90761c02d2
chore(fieldset): fix failing tests
[ { "change_type": "MODIFY", "diff": "@@ -724,7 +724,7 @@ describe('<lion-fieldset>', () => {\nchildAriaFixture = async (\nmsgSlotType = 'feedback', // eslint-disable-line no-shadow\n) => {\n- const dom = fixture(`\n+ const dom = await fixture(`\n<lion-fieldset name=\"l1_g\">\n<lion-input name=\"l1_fa\">\n<di...
JavaScript
MIT License
ing-bank/lion
chore(fieldset): fix failing tests
1
chore
fieldset
104,857
12.08.2019 10:33:11
10,800
3e6811117f86269098f9e9e059dff90793635cc3
fix(table): add code removed from merge
[ { "change_type": "MODIFY", "diff": "@@ -36,7 +36,9 @@ const StyledActionIcon = styled(Icon)`\n}\n`;\n-const StyledStatefulTable = styled(({ showHeader, ...rest }) => <StatefulTable {...rest} />)`\n+const StyledStatefulTable = styled(({ showHeader, data, ...rest }) => (\n+ <StatefulTable {...rest} data={data...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(table): add code removed from merge
1
fix
table
815,573
12.08.2019 10:39:33
-28,800
459c90eb9612d69be3dd2254aaa789432f0458c5
feat: Handle dep group in tx pool
[ { "change_type": "MODIFY", "diff": "@@ -6,8 +6,8 @@ use crate::tx_proposal_table::TxProposalTable;\nuse ckb_chain_spec::consensus::{Consensus, ProposalWindow};\nuse ckb_core::block::Block;\nuse ckb_core::cell::{\n- resolve_transaction, CellProvider, CellStatus, HeaderChecker, OverlayCellProvider,\n- Resolve...
Rust
MIT License
nervosnetwork/ckb
feat: Handle dep group in tx pool
1
feat
null
104,857
12.08.2019 10:42:06
10,800
54a23e6400c5988480c63a6561de9b12d0bcde94
chore(snapshots): snapshots updated
[ { "change_type": "MODIFY", "diff": "@@ -113593,6 +113593,10 @@ exports[`Storybook Snapshot tests and console checks Storyshots Table Card edita\nmax-height: 435px;\n}\n+.c5 .bx--data-table-v2 {\n+ height: initial;\n+}\n+\n.c9.bx--btn > svg {\nmargin: 0;\n}\n@@ -115686,6 +115690,10 @@ exports[`Storybook Snap...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(snapshots): snapshots updated
1
chore
snapshots
104,839
12.08.2019 11:51:04
10,800
fd9f198ea18d23960bfe3d0efc11dcafcb386be8
fix(imagecard): add Carbon icon to zoom to fit
[ { "change_type": "MODIFY", "diff": "import React from 'react';\nimport PropTypes from 'prop-types';\n+import { Icon } from 'carbon-components-react';\nimport Hotspot, { propTypes as HotspotPropTypes } from './Hotspot';\n@@ -524,11 +525,15 @@ class ImageHotspots extends React.Component {\n{!hideZoomControls ...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(imagecard): add Carbon icon to zoom to fit
1
fix
imagecard
722,013
12.08.2019 12:05:39
18,000
e861d0dd3cf69abe275da4fcce68ad47e67e6043
test: add tests for docgen
[ { "change_type": "ADD", "diff": "+import extractConfig, { DocgenCLIConfig } from '../extractConfig'\n+import docgen from '../docgen'\n+import { FSWatcher } from 'chokidar'\n+\n+const FILES = ['src/comps/button/button.vue', 'src/comps/checkbox/checkbox.vue']\n+const DOC_MAP = {\n+ 'src/comps/button/Readme.md...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
test: add tests for docgen
1
test
null
217,922
12.08.2019 12:12:00
-7,200
958a02f8d3275ae1b485b9292862bec2f4db6e28
feat(desktop): better updating system with button inside topbar
[ { "change_type": "MODIFY", "diff": "nz-tooltip [nzTitle]=\"'WIKI.Title' | translate\">\n<i nz-icon type=\"question-circle\"></i>\n</a>\n+ <div *ngIf=\"(newVersionAvailable$ | async) && platformService.isDesktop() && !downloading\">\n+ <button nz-button nzShape=\"circle\" nzType=\"primary\" nz-tooltip\n+ (cl...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(desktop): better updating system with button inside topbar
1
feat
desktop