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
67,516
20.07.2019 23:27:13
-7,200
7063f40be00477f516124c2ccdd7634d6e67084e
chore(ci): add e2e to ci
[ { "change_type": "MODIFY", "diff": "@@ -346,6 +346,23 @@ jobs:\ncd packages/__tests__/router/e2e/doc-example\nnpm run test\n+ e2e_cypress:\n+ executor: docker-circleci\n+ steps:\n+ - checkout_install_bootstrap\n+ - run: npm run build\n+ - run:\n+ name: \"Install cypress\"\n+ command: |\n+ cd packages/__test...
TypeScript
MIT License
aurelia/aurelia
chore(ci): add e2e to ci
1
chore
ci
679,913
21.07.2019 01:06:47
-3,600
eed3de2cdc2173341f3ca77e00917eb6c7e30b18
feat(hdom-cnavas): add setTransform attrib, update docs/readme delegates to canvas 2D context setTransform() to override current tx (rather than `transform` which concatenates given matrix with existing one
[ { "change_type": "MODIFY", "diff": "@@ -44,6 +44,7 @@ This project is part of the\n- [[@thi.ng/color](https://github.com/thi-ng/umbrella/tree/master/packages/color) values](#thingcolorhttpsgithubcomthi-ngumbrellatreemasterpackagescolor-values)\n- [Coordinate transformations](#coordinate-transformations)\n- ...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(hdom-cnavas): add setTransform attrib, update docs/readme - delegates to canvas 2D context setTransform() to override current tx (rather than `transform` which concatenates given matrix with existing one
1
feat
hdom-cnavas
679,913
21.07.2019 01:07:58
-3,600
a62f50e2ee542c02f40cda8a03444913c9402834
feat(examples): add hdom-canvas/geom scenegraph demo
[ { "change_type": "ADD", "diff": "+.cache\n+out\n+node_modules\n+yarn.lock\n+*.js\n", "new_path": "examples/scenegraph/.gitignore", "old_path": null }, { "change_type": "ADD", "diff": "+# scenegraph\n+\n+[Live demo](http://demo.thi.ng/umbrella/scenegraph/)\n+\n+Minimal 2D scene graph with...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): add hdom-canvas/geom scenegraph demo
1
feat
examples
67,494
21.07.2019 02:08:26
-7,200
17dcd1b5299cf89d062b224109d083f284d4ad8e
feat(router): make nav title use innerhtml
[ { "change_type": "MODIFY", "diff": "@@ -18,9 +18,18 @@ import { arrayRemove } from '../../../../../../router/src/utils';\n<label><input data-test=\"special-timed-out-checkbox\" type=\"checkbox\" checked.two-way=\"state.specialTimedOut\"><i>Special</i> timed out</label><br>\n</div>\n<div><a href=\"login\">lo...
TypeScript
MIT License
aurelia/aurelia
feat(router): make nav title use innerhtml
1
feat
router
815,598
21.07.2019 08:59:46
-28,800
f253da9a3813a10f41c6573fea2a70c3b812474c
chore(release): use ckb-cli v0.17.0-rc1
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,7 @@ git:\nenv:\nglobal:\n- RUST_BACKTRACE=full\n- - CKB_CLI_VERSION=v0.17.0-pre1\n+ - CKB_CLI_VERSION=v0.17.0-rc1\naddons:\napt:\n", "new_path": ".travis.yml", "old_path": ".travis.yml" }, { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 ...
Rust
MIT License
nervosnetwork/ckb
chore(release): use ckb-cli v0.17.0-rc1
1
chore
release
76,605
21.07.2019 15:13:10
-7,200
c36c4987e2ab2d07a65f9e7f4647d6c2db4ca569
feat: Intents with no feats from the utterance should be score 0 (avoid false positive weights)
[ { "change_type": "MODIFY", "diff": "@@ -10,7 +10,7 @@ const entityUtterance = false;\nconst sentenceUtterance = true;\nasync function scoreCorpus(corpus) {\n- const manager = new NlpManager({ languages: ['en'] });\n+ const manager = new NlpManager({ languages: ['en'], nlu: { log: true } });\nconst { sentenc...
JavaScript
MIT License
axa-group/nlp.js
feat: Intents with no feats from the utterance should be score 0 (avoid false positive weights)
1
feat
null
815,590
21.07.2019 15:54:54
-28,800
d5964b7fad3bd36454c6ad793c8570b52b43f489
refactor: explicit deny alert when version not match
[ { "change_type": "MODIFY", "diff": "use crate::config::NotifierConfig;\nuse ckb_core::alert::Alert;\n-use ckb_logger::{error, info, warn};\n+use ckb_logger::{debug, error, info, warn};\nuse fnv::FnvHashMap;\nuse lru_cache::LruCache;\nuse std::process::Command;\n@@ -30,9 +30,32 @@ impl Notifier {\n}\n}\n- pu...
Rust
MIT License
nervosnetwork/ckb
refactor: explicit deny alert when version not match
1
refactor
null
722,013
21.07.2019 16:24:01
18,000
2cf491c16c09a610c78b62639107c0502640dd5c
fix(plugin): custom webpack config
[ { "change_type": "MODIFY", "diff": "const styleguidist = require('vue-styleguidist')\n+const merge = require('webpack-merge')\nmodule.exports = api => {\napi.configureWebpack(() => ({\n@@ -69,7 +70,11 @@ module.exports = api => {\nfunction getStyleguidist(args, api) {\nconst conf = api.resolve(args.config |...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix(plugin): custom webpack config
1
fix
plugin
722,013
21.07.2019 16:45:49
18,000
286e2eee5a1af0b4e9ab948ea23d189a16391363
feat: add codeSplit option for compiler
[ { "change_type": "MODIFY", "diff": "@@ -159,19 +159,18 @@ module.exports = function(config, env) {\nconst RSG_COMPONENTS_ALIAS = 'rsg-components'\nconst RSG_COMPONENTS_ALIAS_DEFAULT = `${RSG_COMPONENTS_ALIAS}-default`\n+ const webpackAlias = webpackConfig.resolve.alias\n+\n// vue-styleguidist overridden com...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
feat: add codeSplit option for compiler
1
feat
null
722,013
21.07.2019 17:01:55
18,000
e6c725a2b6473d24b8a424639ebb77ca1abba9d8
docs: enable codeSplit on cli
[ { "change_type": "MODIFY", "diff": "+const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin\n+\nmodule.exports = {\n// set your styleguidist configuration here\ntitle: 'Default Style Guide',\n@@ -7,14 +9,15 @@ module.exports = {\ntext: 'Back to examples',\nurl: 'https://vue-sty...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs: enable codeSplit on cli
1
docs
null
722,013
21.07.2019 17:06:21
18,000
ca4d3a2eb34ea223afe69b8f912b34d2f794f32a
docs: add webpack analyzer to cli example
[ { "change_type": "MODIFY", "diff": "\"@vue/cli-plugin-eslint\": \"^3.5.1\",\n\"@vue/cli-service\": \"^3.5.1\",\n\"vue-cli-plugin-styleguidist\": \"^3.10.1\",\n- \"vue-template-compiler\": \"^2.5.16\"\n+ \"vue-template-compiler\": \"^2.5.16\",\n+ \"webpack-bundle-analyzer\": \"^3.3.2\"\n},\n\"eslintConfig\":...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs: add webpack analyzer to cli example
1
docs
null
151,430
21.07.2019 17:33:38
25,200
429e310d35038141213668945cf5ae389fd85df2
chore: update build to babel 7.5.4
[ { "change_type": "MODIFY", "diff": "\"license\": \"MIT\",\n\"devDependencies\": {\n\"@ampproject/rollup-plugin-closure-compiler\": \"^0.8.5\",\n- \"@babel/core\": \"^7.2.2\",\n+ \"@babel/core\": \"^7.5.4\",\n\"@babel/preset-env\": \"^7.3.1\",\n\"markdown-magic\": \"^0.1.25\",\n\"mkdirp\": \"^0.5.1\",\n", ...
JavaScript
MIT License
davidwells/analytics
chore: update build to babel 7.5.4
1
chore
null
217,922
21.07.2019 18:04:11
-7,200
ded9a7ef7608739c7c3bd5e497ff48dbd8fc617f
chore: small responsive changes for stats filters
[ { "change_type": "MODIFY", "diff": "<div fxLayout=\"row\" fxLayout.lt-md=\"column\" fxLayoutAlign=\"space-between center\"\n*ngIf=\"searchType === searchTypes.ITEM || searchType === searchTypes.RECIPE\"\nfxLayoutAlign.lt-md=\"center center\" fxLayoutGap=\"10px\" style=\"margin-bottom:10px\">\n- <div fxLayou...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: small responsive changes for stats filters
1
chore
null
76,605
21.07.2019 18:24:05
-7,200
d48b071568d5082e85f9d85202ec3b29fad6fe07
fix: None features should have less weight
[ { "change_type": "MODIFY", "diff": "@@ -317,7 +317,7 @@ class BaseNLU {\n*/\ntextToFeatures(utterance) {\nconst tokens = this.tokenizeAndStem(utterance);\n- const nonedelta = 1 / (tokens.length * 2);\n+ const nonedelta = 1 / (tokens.length * 4);\nconst result = {};\ntokens.forEach(key => {\nif (this.feature...
JavaScript
MIT License
axa-group/nlp.js
fix: None features should have less weight
1
fix
null
722,013
21.07.2019 18:27:33
18,000
622cd7643371681e708677a2b054713cebec73bb
docs: add codesplit to other docs
[ { "change_type": "MODIFY", "diff": "@@ -21,7 +21,7 @@ module.exports = {\n{\ntest: /\\.js?$/,\nexclude: modulePath =>\n- /node_modules/.test(modulePath) &&\n+ (/node_modules/.test(modulePath) || /packages/.test(modulePath)) &&\n!/node_modules[\\\\/]regexpu-core/.test(modulePath) &&\n!/node_modules[\\\\/]uni...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs: add codesplit to other docs
1
docs
null
722,013
21.07.2019 18:47:22
18,000
6f83989f90c0c0f25e878054d47b525d8aa191ee
feat: when codeSplit lazy load codemirror editor
[ { "change_type": "MODIFY", "diff": "@@ -191,7 +191,7 @@ module.exports = function(config, env) {\n// if the user chose prism, load the prism editor instead of codemirror\ncustomComponents.Editor = path.join(\nCUSTOM_EDITOR_FOLDER,\n- config.simpleEditor ? 'EditorPrism' : 'Editor'\n+ config.simpleEditor ? 'E...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
feat: when codeSplit lazy load codemirror editor
1
feat
null
722,013
21.07.2019 18:55:25
18,000
0709b1fe7abb689c80d5c538bbf9e4c32b96068f
docs: more precise exclude from babel basic
[ { "change_type": "MODIFY", "diff": "@@ -21,7 +21,8 @@ module.exports = {\n{\ntest: /\\.js?$/,\nexclude: modulePath =>\n- (/node_modules/.test(modulePath) || /packages/.test(modulePath)) &&\n+ (/node_modules/.test(modulePath) ||\n+ /packages[\\\\/]vue-styleguidist[\\\\/]lib/.test(modulePath)) &&\n!/node_modu...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs: more precise exclude from babel basic
1
docs
null
67,516
21.07.2019 19:10:14
-7,200
9efdd0828917202b2065e9b0d3f8d71e3715d539
chore(ci): fixed known ci failuers
[ { "change_type": "MODIFY", "diff": "@@ -15,3 +15,4 @@ TESTS-*.xml\n**/lerna-debug.log\ntest/cypress/integration/examples\n+screenshots\n", "new_path": ".gitignore", "old_path": ".gitignore" }, { "change_type": "ADD", "diff": "+import { assert } from '@aurelia/testing';\n+\n+export class ...
TypeScript
MIT License
aurelia/aurelia
chore(ci): fixed known ci failuers
1
chore
ci
67,516
21.07.2019 19:23:13
-7,200
e8c4d05cd36d96030539678a6284e9cd9a96873b
chore(example): clean up in favor of e2e
[ { "change_type": "MODIFY", "diff": "},\n\"dependencies\": {\n\"@aurelia/debug\": \"dev\",\n- \"@aurelia/i18n\": \"file:../../packages/i18n\",\n\"@aurelia/jit\": \"dev\",\n\"@aurelia/jit-html\": \"dev\",\n\"@aurelia/jit-html-browser\": \"dev\",\n\"@aurelia/kernel\": \"dev\",\n- \"@aurelia/runtime\": \"dev\",...
TypeScript
MIT License
aurelia/aurelia
chore(example): clean up in favor of e2e
1
chore
example
71,315
21.07.2019 19:24:30
-32,400
9391bce81a8e6287aff9ab5e1d681503a11ab81b
doc(region-info): fix typo in readme
[ { "change_type": "MODIFY", "diff": "@@ -52,7 +52,7 @@ import regionInfo = require('@aws-cdk/region-info');\nconst codeDeployPrincipal = regionInfo.Fact.find('us-east-1', regionInfo.FactName.servicePrincipal('codedeploy.amazonaws.com'));\n// => codedeploy.us-east-1.amazonaws.com\n-const staticWebsite = regio...
TypeScript
Apache License 2.0
aws/aws-cdk
doc(region-info): fix typo in readme (#3365)
1
doc
region-info
217,922
21.07.2019 19:31:39
-7,200
213c006637ae8abdab35586f4a1b75f76ffdedcd
chore: small changes for new filters on xivapi
[ { "change_type": "MODIFY", "diff": "@@ -962,16 +962,16 @@ export class SearchComponent implements OnInit {\nlet fieldName: string;\nlet valueMultiplier = 1;\nswitch (entry.name) {\n- case 'Physical_Damage':\n+ case 'PhysicalDamage':\nfieldName = 'DamagePhys';\nbreak;\n- case 'Magical_Damage':\n+ case 'Magic...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: small changes for new filters on xivapi
1
chore
null
722,013
21.07.2019 21:05:19
18,000
dd8b4557f637366dbd10ec4d8ec0af5bc2167275
docs: remove vue loader from jsx example
[ { "change_type": "MODIFY", "diff": "\"node-sass\": \"^4.11.0\",\n\"sass-loader\": \"^6.0.6\",\n\"style-loader\": \"^0.19.0\",\n- \"vue-loader\": \"^15.2.4\",\n\"vue-styleguidist\": \"^3.10.1\",\n\"webpack\": \"^4.10.0\",\n\"webpack-bundle-analyzer\": \"3.3.2\"\n", "new_path": "examples/jsx-examples/pack...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs: remove vue loader from jsx example
1
docs
null
713,841
21.07.2019 21:29:18
-7,200
d36c0957c9586e4d047d398d86f8d222756fd900
chore: publish release v2.0.0
[ { "change_type": "ADD", "diff": "+# Change Log\n+\n+All notable changes to this project will be documented in this file.\n+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+\n+# 2.0.0 (2019-07-21)\n+\n+\n+### Bug Fixes\n+\n+* packages/verdaccio-file-locking/package.json to...
TypeScript
MIT License
verdaccio/monorepo
chore: publish release v2.0.0
1
chore
null
722,013
21.07.2019 22:06:16
18,000
51e7660b84dbd03d120e604af29d9dd2c6cddd0f
fix: make sure code split works with prism
[ { "change_type": "MODIFY", "diff": "@@ -10,7 +10,7 @@ import 'prismjs/components/prism-javascript'\nimport 'prismjs/components/prism-jsx'\nimport { space } from 'react-styleguidist/lib/client/styles/theme'\nimport prismTheme from 'react-styleguidist/lib/client/styles/prismTheme'\n-import { isCodeVueSfc } fr...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix: make sure code split works with prism
1
fix
null
722,013
21.07.2019 22:06:36
18,000
786c25fe79ceb22ab9d2ac711be7bfb0bfee60ba
style: give a name to the compiler bundle
[ { "change_type": "MODIFY", "diff": "@@ -77,7 +77,8 @@ class Preview extends Component {\nlet style\nlet previewComponent = {}\n- import('vue-inbrowser-compiler').then(({ compile, addScopedStyle }) => {\n+ import(/* webpackChunkName: \"compiler\" */ 'vue-inbrowser-compiler').then(\n+ ({ compile, addScopedSty...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
style: give a name to the compiler bundle
1
style
null
722,013
21.07.2019 22:07:19
18,000
f05027ad883e339b595ed90dbb92f13b193a6771
style: give a name to the editor bundle
[ { "change_type": "MODIFY", "diff": "import React, { Suspense, lazy } from 'react'\n-const Editor = lazy(() => import('./Editor.js'))\n+const Editor = lazy(() => import(/* webpackChunkName: \"editor\" */ './Editor.js'))\nexport default function EditorAsync(props) {\nreturn (\n", "new_path": "packages/vue...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
style: give a name to the editor bundle
1
style
null
471,462
22.07.2019 08:04:28
14,400
90a44d003f34ed96b36fdffe787325b129add3d3
fix(create): update testing-karma and demoing-storybook dependencies
[ { "change_type": "MODIFY", "diff": "\"storybook:build\": \"build-storybook -o _site -s storybook-static\"\n},\n\"devDependencies\": {\n- \"@open-wc/demoing-storybook\": \"^0.2.0\"\n+ \"@open-wc/demoing-storybook\": \"^0.3.0\"\n}\n}\n", "new_path": "packages/create/src/generators/demoing-storybook/templa...
JavaScript
MIT License
open-wc/open-wc
fix(create): update testing-karma and demoing-storybook dependencies
1
fix
create
504,019
22.07.2019 09:25:11
14,400
6cdd352a1d99b0a7f7c62e3393780ac3188a0dfd
fix(react-table): Add exports for compoundExpand.
[ { "change_type": "MODIFY", "diff": "@@ -19,5 +19,5 @@ export { default as TableHeader, HeaderProps } from './Header';\nexport { default as TableBody, TableBodyProps } from './Body';\nexport { default as RowWrapper, RowWrapperRow, RowWrapperProps } from './RowWrapper';\nexport { default as ExpandableRowConte...
TypeScript
MIT License
patternfly/patternfly-react
fix(react-table): Add exports for compoundExpand. (#2554)
1
fix
react-table
503,945
22.07.2019 09:25:25
14,400
3dd8a4c13d4b3c0f73bc6e8d776e1bf192eb60f3
chore(package): Bump versions to 2.21.5
[ { "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.21.2\",\n+ \"@patternfly/patternfly\": \"2.21.5\",\n\"@patternfly/react-icons\": \"^3.10.12\",\n\"@patternfly/r...
TypeScript
MIT License
patternfly/patternfly-react
chore(package): Bump @patternfly/patternfly versions to 2.21.5 (#2545)
1
chore
package
807,849
22.07.2019 09:30:06
25,200
46d94103550c016226834a661e9682e33ce01f0e
chore(travis): Allow files to pass when all tests are skipped
[ { "change_type": "MODIFY", "diff": "@@ -31,7 +31,7 @@ matrix:\n- os: windows\nnode_js: \"12\"\nname: \"Windows Integration Tests\"\n- env: LERNA_CI_SCRIPT=\"integration -- --ci\"\n+ env: LERNA_CI_SCRIPT=\"integration -- --ci --passWithNoTests\"\ncache: npm\n", "new_path": ".travis.yml", "old_path": ...
JavaScript
MIT License
lerna/lerna
chore(travis): Allow files to pass when all tests are skipped
1
chore
travis
808,023
22.07.2019 09:50:48
25,200
64b60a1831a6fc5f0d31ec8721f68fbc834e8caa
docs(faq): Remove Extra Word / Tweak Spacing [skip ci]
[ { "change_type": "MODIFY", "diff": "# Frequently asked questions\n-*This document is a work in progress.*\n+_This document is a work in progress._\n## How do I add a package to my Lerna repository?\n@@ -46,7 +46,7 @@ In combination with that you may increase the bootstrap performance even more by\n## Root `...
JavaScript
MIT License
lerna/lerna
docs(faq): Remove Extra Word / Tweak Spacing (#2192) [skip ci]
1
docs
faq
104,818
22.07.2019 10:04:12
21,600
a541682218d905210d408c62eb32d35a64b37c1b
fix(card): fixing console errors related to cards
[ { "change_type": "MODIFY", "diff": "@@ -39,6 +39,10 @@ const StyledLeft = styled.div`\npadding-bottom: 1rem;\nmargin-bottom: 0rem;\n}\n+ > h2 {\n+ font-size: 1.75rem;\n+ font-weight: 400;\n+ }\n> p,\ndiv {\ncolor: ${COLORS.gray};\n", "new_path": "src/components/Dashboard/DashboardHeader.jsx", "old_p...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(card): fixing console errors related to cards
1
fix
card
807,849
22.07.2019 10:06:34
25,200
9ef76418a692ed9e24ea29636fd993b010937b8c
chore(travis): Split integration tests in CI, waiting is agony
[ { "change_type": "MODIFY", "diff": "@@ -30,8 +30,12 @@ matrix:\nenv: LERNA_CI_SCRIPT=\"test -- --ci --maxWorkers=2\"\n- os: windows\nnode_js: \"12\"\n- name: \"Windows Integration Tests\"\n- env: LERNA_CI_SCRIPT=\"integration -- --ci --passWithNoTests\"\n+ name: \"Windows Integration Tests (non-publish)\"\n...
JavaScript
MIT License
lerna/lerna
chore(travis): Split integration tests in CI, waiting is agony
1
chore
travis
807,849
22.07.2019 10:06:45
25,200
79b3d6c839a8b621f617d6d57f15a61da4f18519
chore(travis): Split unit tests in CI, waiting is agony
[ { "change_type": "MODIFY", "diff": "@@ -26,8 +26,12 @@ matrix:\ninclude:\n- os: windows\nnode_js: \"12\"\n- name: \"Windows Unit Tests\"\n- env: LERNA_CI_SCRIPT=\"test -- --ci --maxWorkers=2\"\n+ name: \"Windows Unit Tests (non-publish)\"\n+ env: LERNA_CI_SCRIPT=\"test -- --ci --maxWorkers=2 'commands[\\\\\...
JavaScript
MIT License
lerna/lerna
chore(travis): Split unit tests in CI, waiting is agony
1
chore
travis
865,921
22.07.2019 10:18:58
-7,200
7d1363b64cdef134a4177e3f3d87a6ec55ce9ca3
chore(CHANGELOG): update to v3.2.0
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,31 @@ All notable changes to the [Camunda Modeler](https://github.com/camunda/camunda-\n___Note:__ Yet to be released changes appear here._\n+## 3.2.0\n+\n+#### BPMN\n+\n+* `FEAT`: add snap on resize ([#1290](https://github.com/camunda/camunda-modeler/issues/12...
JavaScript
MIT License
camunda/camunda-modeler
chore(CHANGELOG): update to v3.2.0
1
chore
CHANGELOG
865,921
22.07.2019 10:26:34
-7,200
83d580c5d11bd45a4b1ce3d46346c6826218c762
chore(CHANGELOG): add properties panels entry
[ { "change_type": "MODIFY", "diff": "@@ -8,6 +8,10 @@ ___Note:__ Yet to be released changes appear here._\n## 3.2.0\n+#### General\n+\n+* `FIX`: update properties panels to mitigate HTML injection vulnerabilities ([`1ed7caa2c`](https://github.com/camunda/camunda-modeler/commit/1ed7caa2ce3fe1a66b4b5786afbd63c...
JavaScript
MIT License
camunda/camunda-modeler
chore(CHANGELOG): add properties panels entry
1
chore
CHANGELOG
807,849
22.07.2019 11:03:18
25,200
ec5a4f2140ca889ef4ca24bec4702bc7389faeff
chore(travis): Configure split via testMatch config instead of broken positional argument
[ { "change_type": "MODIFY", "diff": "@@ -27,19 +27,27 @@ matrix:\n- os: windows\nnode_js: \"12\"\nname: \"Windows Unit Tests (non-publish)\"\n- env: LERNA_CI_SCRIPT=\"test -- --ci --maxWorkers=2 'commands[\\\\\\/]+(?!publish|version)' core utils\"\n+ env:\n+ - LERNA_CI_SCRIPT=\"test -- --ci --maxWorkers=2\"\...
JavaScript
MIT License
lerna/lerna
chore(travis): Configure split via testMatch config instead of broken positional argument
1
chore
travis
807,849
22.07.2019 11:03:42
25,200
693a535dbeebb37ce6e4b07f18fc46f3a6beddaa
chore(travis): Remove redundant --ci flag
[ { "change_type": "MODIFY", "diff": "@@ -28,25 +28,25 @@ matrix:\nnode_js: \"12\"\nname: \"Windows Unit Tests (non-publish)\"\nenv:\n- - LERNA_CI_SCRIPT=\"test -- --ci --maxWorkers=2\"\n+ - LERNA_CI_SCRIPT=\"test -- --maxWorkers=2\"\n- LERNA_CI_TYPE=\"non-publish\"\n- os: windows\nnode_js: \"12\"\nname: \"Wi...
JavaScript
MIT License
lerna/lerna
chore(travis): Remove redundant --ci flag
1
chore
travis
807,849
22.07.2019 11:21:29
25,200
f25854d2aee6766dbb2cf5231b2f8f151422cb07
fix(integration): Limit concurrency of bootstrap --hoist test
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,7 @@ test(\"lerna bootstrap --hoist\", async () => {\nconst lerna = cliRunner(cwd);\n/* eslint-disable max-len */\n- const { stderr } = await lerna(\"bootstrap\", \"--no-ci\", \"--hoist\");\n+ const { stderr } = await lerna(\"bootstrap\", \"--concurrency=1\",...
JavaScript
MIT License
lerna/lerna
fix(integration): Limit concurrency of bootstrap --hoist test
1
fix
integration
807,849
22.07.2019 11:38:54
25,200
88fb5afdef5e1a8b1834f3ed8a2ea12e9bb7c483
chore(travis): Apparently --passWithNoTests only accounts for zero files, not test files missing tests
[ { "change_type": "MODIFY", "diff": "@@ -40,13 +40,13 @@ matrix:\nnode_js: \"12\"\nname: \"Windows Integration Tests (non-publish)\"\nenv:\n- - LERNA_CI_SCRIPT=\"integration -- --passWithNoTests\"\n+ - LERNA_CI_SCRIPT=\"integration\"\n- LERNA_CI_TYPE=\"non-publish\"\n- os: windows\nnode_js: \"12\"\nname: \"W...
JavaScript
MIT License
lerna/lerna
chore(travis): Apparently --passWithNoTests only accounts for zero files, not test files missing tests
1
chore
travis
104,818
22.07.2019 11:55:05
21,600
eb981c690a29be864c6207f282c68afffbe99a9e
fix(hero): console error
[ { "change_type": "MODIFY", "diff": "@@ -69,8 +69,8 @@ const Hero = ({ title, description, className, rightContent, breadcrumb, tooltip\n<StyledHero className={className}>\n<Fragment>\n<StyledBreadcrumb>\n- {breadcrumb.map(crumb => (\n- <BreadcrumbItem key={crumb}>{crumb}</BreadcrumbItem>\n+ {breadcrumb.map(...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(hero): console error
1
fix
hero
807,849
22.07.2019 11:59:58
25,200
7a7ca4704cabfc485844782a4f836e3250a9c156
chore(travis): Run publish/version unit/integration tests first on Windows
[ { "change_type": "MODIFY", "diff": "@@ -24,30 +24,33 @@ matrix:\nfast_finish: true\n# only run windows tests on latest node\ninclude:\n+ # run publish/version tests first (slower, higher priority)\n- os: windows\nnode_js: \"12\"\n- name: \"Windows Unit Tests (non-publish)\"\n+ name: \"Windows Unit Tests (pu...
JavaScript
MIT License
lerna/lerna
chore(travis): Run publish/version unit/integration tests first on Windows
1
chore
travis
67,474
22.07.2019 12:00:49
-36,000
efdc2ae95c76abe088ffaaff09f069fcfca759ef
fix(plugin-conventions): fix TS TS2449 error for custom element with in-file dep
[ { "change_type": "MODIFY", "diff": "@@ -253,8 +253,7 @@ import { other, bindingCommand } from '@aurelia/jit';\nexport class LeaveMeAlone {}\n-@customElement({ ...__fooBarViewDef, dependencies: [ ...__fooBarViewDef.dependencies, LoremCustomAttribute, ForOne, TheSecondValueConverter, SomeBindingBehavior, AbcB...
TypeScript
MIT License
aurelia/aurelia
fix(plugin-conventions): fix TS TS2449 error for custom element with in-file dep
1
fix
plugin-conventions
71,101
22.07.2019 12:03:09
-7,200
5a6aff0f5b2fed03f47d4ddd9ef1cbd33d5ae309
build: remove unsupported metadata target
[ { "change_type": "MODIFY", "diff": "\"python\": {\n\"distName\": \"aws-cdk.aws-medialive\",\n\"module\": \"aws_cdk.aws_medialive\"\n- },\n- \"metadata\": {\n- \"awsdocs:title\": \"AW MediaLive\"\n}\n}\n},\n", "new_path": "packages/@aws-cdk/aws-medialive/package.json", "old_path": "packages/@aws-cdk/...
TypeScript
Apache License 2.0
aws/aws-cdk
build: remove unsupported metadata target (#3375)
1
build
null
104,857
22.07.2019 13:40:48
10,800
3d8f20ace79421f0cc37d019158d67ae2b0935b4
feat(tablecard): component updates for data mapping
[ { "change_type": "MODIFY", "diff": "@@ -93,13 +93,10 @@ const StyledStatefulTable = styled(({ showHeader, ...rest }) => <StatefulTable {\nconst TableCard = ({\nid,\ntitle,\n- content: { columns, data },\n+ content: { columns, showHeader, expandedRows },\nsize,\n- view,\nonCardAction,\n- showHeader,\n- hasRo...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(tablecard): component updates for data mapping
1
feat
tablecard
104,857
22.07.2019 13:56:31
10,800
2d94c38fc8f36343a347c62930ddd89242ed26f2
chore(tests): update TableCard tests
[ { "change_type": "MODIFY", "diff": "@@ -22,8 +22,8 @@ describe('TableCard', () => {\ntitle=\"Open Alerts\"\ncontent={{\ncolumns: tableColumns,\n- data: tableDataWithActions,\n}}\n+ values={tableDataWithActions}\nonCardAction={onCardAction}\nsize={CARD_SIZES.LARGE}\n/>\n@@ -41,8 +41,8 @@ describe('TableCard'...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(tests): update TableCard tests
1
chore
tests
503,988
22.07.2019 14:26:32
14,400
85562feda866dcd0456976c9b39b7020767b05a6
feat(Select): update typeahead filtered list when children change
[ { "change_type": "MODIFY", "diff": "@@ -99,6 +99,12 @@ export class Select extends React.Component<SelectProps, SelectState> {\nif (!prevState.openedOnEnter && this.state.openedOnEnter) {\nthis.refCollection[0].focus();\n}\n+\n+ if (prevProps.children !== this.props.children) {\n+ this.setState({\n+ typeahe...
TypeScript
MIT License
patternfly/patternfly-react
feat(Select): update typeahead filtered list when children change (#2518)
1
feat
Select
504,026
22.07.2019 14:31:58
14,400
8ab3844a5e22e55e2fc8a7f5ba32981ec908c66c
feat(charts): added new mutil-color theme for ordered charts * feat(charts): added new mutil-color theme for ordered charts Removed the purple family per design feedback Fixes
[ { "change_type": "MODIFY", "diff": "@@ -132,7 +132,7 @@ import { Chart, ChartArea, ChartAxis, ChartGroup, ChartThemeColor } from '@patte\n</div>\n```\n-## Multi-color chart with bottom-left aligned legend and responsive container\n+## Multi-color (unorderd) chart with bottom-left aligned legend and responsi...
TypeScript
MIT License
patternfly/patternfly-react
feat(charts): added new mutil-color theme for ordered charts (#2552) * feat(charts): added new mutil-color theme for ordered charts Removed the purple family per design feedback Fixes https://github.com/patternfly/patternfly-react/issues/2550
1
feat
charts
722,013
22.07.2019 14:48:57
18,000
4e8b9b9070762f2924af90f5d7517aba7cc973fd
test: add cases for cypress
[ { "change_type": "ADD", "diff": "+describe('All Component', () => {\n+ before(() => {\n+ // Open simple button component in isolation\n+ cy.visit('/')\n+ })\n+\n+ describe('check text', () => {\n+ const texts = [\n+ 'Push Me',\n+ 'Click Me',\n+ 'Push Me',\n+ 'Next Dog Name',\n+ 'transparent!',\n+ 'Reset',\n...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
test: add cases for cypress
1
test
null
815,609
22.07.2019 14:53:07
-28,800
75637388286cb343d67c56a7e11779a37c352343
fix: byte index is not a char boundary for non-ASCII char
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,7 @@ use faster_hex::hex_decode;\nfn canonicalize_data(data: &str) -> &str {\nlet data = data.trim();\n- if data.len() >= 2 && &data[..2] == \"0x\" {\n+ if data.len() >= 2 && &data.as_bytes()[..2] == b\"0x\" {\n&data[2..]\n} else {\ndata\n", "new_path": "...
Rust
MIT License
nervosnetwork/ckb
fix: byte index is not a char boundary for non-ASCII char
1
fix
null
217,922
22.07.2019 14:57:08
-7,200
32382bf93b86fdf095218668d9dcdc4843469cc4
chore: last step for search revamp
[ { "change_type": "MODIFY", "diff": "@@ -135,7 +135,7 @@ export class DataService {\nconst xivapiFilters: XivapiSearchFilter[] = [].concat.apply([], filters\n.filter(f => {\n- return f.value !== null && ['craftJob', 'clvl'].indexOf(f.name) === -1;\n+ return f.value !== null;\n})\n.map(f => {\nif (f.minMax) {...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: last step for search revamp
1
chore
null
217,922
22.07.2019 15:04:34
-7,200
5fba0f8c450513504fd25911005fa08cb0824910
chore(search): small fix for bonuses filter
[ { "change_type": "MODIFY", "diff": "<nz-form-item [nzFlex]=\"true\" fxLayout=\"column\" fxLayoutAlign=\"center center\" fxFlex=\"1 1 auto\">\n<nz-form-label>{{'filters/worn_by' | translate}}</nz-form-label>\n<nz-form-control>\n- <nz-select formControlName=\"jobCategory\" nzShowSearch nzAllowClear\n+ <nz-sel...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(search): small fix for bonuses filter
1
chore
search
942,615
22.07.2019 15:08:59
25,200
62d13de3366ee5028193f11deddeaa384c72da28
fix: Update version
[ { "change_type": "MODIFY", "diff": "\"@types/enzyme\": \"^3.9.3\",\n\"@types/enzyme-adapter-react-16\": \"^1.0.5\",\n\"@types/jest-axe\": \"^2.2.3\",\n- \"@types/lodash\": \"^4.14.125\",\n+ \"@types/lodash\": \"^4.14.136\",\n\"@types/node\": \"^8.0.58\",\n\"@types/react\": \"16.8.22\",\n\"@types/react-dom\"...
TypeScript
Apache License 2.0
workday/canvas-kit
fix: Update @types/lodash version
1
fix
null
942,620
22.07.2019 15:11:13
21,600
d8ab3b03b63bf157f9bb18d4113fc9984686fb45
fix(Popper): spread remainder props on wrapper div
[ { "change_type": "MODIFY", "diff": "@@ -54,6 +54,10 @@ jest.mock('@workday/canvas-kit-react-common', () => ({\n## Component Props\n+This component extends the HTML `div` element. All additional props that are passed to this\n+component that are valid HTML attributes will be rendered as part of the wrapper `...
TypeScript
Apache License 2.0
workday/canvas-kit
fix(Popper): spread remainder props on wrapper div
1
fix
Popper
217,922
22.07.2019 15:48:18
-7,200
16231593da5df3a6ad167106cf751d734d2754f0
fix(currency-spending): fixed infinite loading issue with poetics on twintania
[ { "change_type": "MODIFY", "diff": "@@ -172,8 +172,7 @@ export class DataService {\nstring: query,\nlanguage: lang,\nfilters: xivapiFilters,\n- columns: ['ID', 'Name_*', 'Icon', 'GameContentLinks'],\n- staging: true\n+ columns: ['ID', 'Name_*', 'Icon', 'GameContentLinks']\n};\nif (sort[0]) {\n", "new_pa...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(currency-spending): fixed infinite loading issue with poetics on twintania
1
fix
currency-spending
865,921
22.07.2019 15:52:22
-7,200
1c0a3dc7619ab3d9332778fe78eb8784b1b355dd
chore(client): bump bpmn-js Closes
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"camunda-modeler-client\",\n- \"version\": \"3.1.2\",\n+ \"version\": \"3.2.0\",\n\"lockfileVersion\": 1,\n\"requires\": true,\n\"dependencies\": {\n\"integrity\": \"sha512-kzRGXGLzTROLRNCSskkOyj/+SbtTAn2unKfgB9tNt7RWJFybg/Wbe9YjK2ALotI3b64wwlCTkAalXiTiskP6d...
JavaScript
MIT License
camunda/camunda-modeler
chore(client): bump bpmn-js Closes https://github.com/camunda/camunda-modeler/issues/1431
1
chore
client
865,921
22.07.2019 15:53:16
-7,200
12176a22e77f0bee0b3b473abeea8ea3c55161e9
chore(CHANGELOG): update to v3.2.1
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,10 @@ All notable changes to the [Camunda Modeler](https://github.com/camunda/camunda-\n___Note:__ Yet to be released changes appear here._\n+## 3.2.1\n+\n+* `FIX`: prevent dropping on labels and groups in BPMN editor ([#1431](https://github.com/camunda/camunda...
JavaScript
MIT License
camunda/camunda-modeler
chore(CHANGELOG): update to v3.2.1
1
chore
CHANGELOG
807,849
22.07.2019 15:53:31
25,200
25edebfc50e7f7c24c17818ad400704dc44de830
fix(deps): `npm-lifecycle@^3.1.2` refs
[ { "change_type": "MODIFY", "diff": "\"requires\": {\n\"@lerna/npm-conf\": \"file:utils/npm-conf\",\n\"figgy-pudding\": \"^3.5.1\",\n- \"npm-lifecycle\": \"3.0.0\",\n+ \"npm-lifecycle\": \"^3.1.2\",\n\"npmlog\": \"^4.1.2\"\n}\n},\n\"integrity\": \"sha512-8/JCaftHwbd//k6y2rEWp6k1wxVfpFzB6t1p825+cUb7Ym2XQfhwIC...
JavaScript
MIT License
lerna/lerna
fix(deps): `npm-lifecycle@^3.1.2` refs #2189
1
fix
deps
104,818
22.07.2019 15:55:20
21,600
aa3ef2f63442bf5b2685f52912fdb4fb96e437b4
feat(hero): support isLoading prop
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,7 @@ import PropTypes from 'prop-types';\nimport React, { Fragment } from 'react';\nimport styled from 'styled-components';\nimport Info from '@carbon/icons-react/lib/information/20';\n-import { Breadcrumb, BreadcrumbItem, Tooltip } from 'carbon-components-reac...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(hero): support isLoading prop
1
feat
hero
722,013
22.07.2019 16:01:56
18,000
df3ba9871ce94acc1ced3ea65e4838d738c1e77e
test: only run the integration from the example
[ { "change_type": "RENAME", "diff": "", "new_path": "test/cypress/integration/basic/component_spec.js", "old_path": "test/cypress/integration/component_spec.js" }, { "change_type": "RENAME", "diff": "", "new_path": "test/cypress/integration/basic/core_spec.js", "old_path": "test/c...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
test: only run the integration from the example
1
test
null
722,013
22.07.2019 16:08:53
18,000
dfb6248a2b3d0b71477d6299f23e46b189d0334d
ci: add cypress to circle ci
[ { "change_type": "MODIFY", "diff": "@@ -82,6 +82,18 @@ jobs:\n- run: yarn test:browser nuxtjs\n- run: yarn test:browser vuetify\n+ cypress:\n+ <<: *defaults\n+ steps:\n+ - attach_workspace:\n+ at: ~/\n+\n+ # install cypress\n+ - run: yarn add cypress\n+\n+ # run cypress tests\n+ - run: yarn test:cypress bas...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
ci: add cypress to circle ci
1
ci
null
471,627
22.07.2019 16:11:39
25,200
2ea4dae79309dbe86fe549a1bb5662cd4f9004ad
chore: fix typo in about/readme.md
[ { "change_type": "MODIFY", "diff": "@@ -27,7 +27,7 @@ Best practices/recommendations and examples may change and evolve over time.\n### Why Web Components\n-We believe that web components provide a standards-based solution to problems like reusability, interopability, and encapsulation.\n+We believe that we...
JavaScript
MIT License
open-wc/open-wc
chore: fix typo in about/readme.md (#615)
1
chore
null
503,918
22.07.2019 16:13:36
-10,800
b2d068f03ab456f81edec5d8ffc136b05e72dace
docs(Badge): add space between badges in the examples
[ { "change_type": "MODIFY", "diff": "@@ -14,8 +14,11 @@ import { Badge } from '@patternfly/react-core';\nReadBadge = () => (\n<React.Fragment>\n<Badge isRead>7</Badge>\n+ {' '}\n<Badge isRead>24</Badge>\n+ {' '}\n<Badge isRead>240</Badge>\n+ {' '}\n<Badge isRead>999+</Badge>\n</React.Fragment>\n);\n@@ -29,8 ...
TypeScript
MIT License
patternfly/patternfly-react
docs(Badge): add space between badges in the examples (#2556) Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>
1
docs
Badge
722,013
22.07.2019 16:14:09
18,000
244349a3eab483da5c19ac95e52fc7238dc8b7f7
ci: install cypres in the workspace
[ { "change_type": "MODIFY", "diff": "@@ -89,7 +89,7 @@ jobs:\nat: ~/\n# install cypress\n- - run: yarn add cypress\n+ - run: yarn add --ignore-workspace-root-check cypress\n# run cypress tests\n- run: yarn test:cypress basic\n", "new_path": ".circleci/config.yml", "old_path": ".circleci/config.yml" ...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
ci: install cypres in the workspace
1
ci
null
306,484
22.07.2019 16:14:57
-7,200
06107149d7e9a61f2626425553b9ab6b6eaa7874
chore: add fieldset to the list of components
[ { "change_type": "MODIFY", "diff": "@@ -39,6 +39,7 @@ npm i @lion/<package-name>\n| **-- Forms --** | | |\n| [form](./packages/form) | [![form](https://img.shields.io/npm/v/@lion/form.svg)](https://www.npmjs.com/package/@lion/form) | Wrapper for multiple form elements |\n| [field](./packages/field) | [![fie...
JavaScript
MIT License
ing-bank/lion
chore: add fieldset to the list of components
1
chore
null
722,013
22.07.2019 16:35:57
18,000
c616b34e647ec916eeeaf6303a20f9d752bd4e0f
ci: test jsx rendering with cypress
[ { "change_type": "MODIFY", "diff": "@@ -93,6 +93,7 @@ jobs:\n# run cypress tests\n- run: yarn test:cypress basic\n+ - run: yarn test:cypress jsx-examples\nworkflows:\nversion: 2\n", "new_path": ".circleci/config.yml", "old_path": ".circleci/config.yml" }, { "change_type": "ADD", "diff": ...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
ci: test jsx rendering with cypress
1
ci
null
217,922
22.07.2019 16:38:18
-7,200
4663bd853c5edc9ef3ba20af40242d5d5d9d9c9a
chore(release): 5.6.18
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"5.6.18\"></a>\n+## [5.6.18](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compar...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 5.6.18
1
chore
release
722,013
22.07.2019 17:32:00
18,000
31a7e071ddd4a443db2f8cd7bde11c6efe8bc6a9
fix(docgen): allow document scopedSlots in render closes
[ { "change_type": "MODIFY", "diff": "@@ -147,6 +147,25 @@ describe('render function slotHandler', () => {\nexpect(mockSlotDescriptor.description).toEqual('Use this slot header')\n})\n+ it('should allow describing scopedSlots in render', () => {\n+ const src = `\n+ export default {\n+ render(h) {\n+ return h(...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix(docgen): allow document scopedSlots in render closes #174
1
fix
docgen
815,569
22.07.2019 17:35:28
-28,800
4b4120663508bf063f36a14728cb8f261a0057bd
fix: shoud not reject not better compact block
[ { "change_type": "MODIFY", "diff": "@@ -91,29 +91,6 @@ impl<'a, CS: ChainStore + 'static> CompactBlockProcess<'a, CS> {\n}\nlet parent = parent.unwrap();\n- {\n- let tip_header = self.relayer.shared.tip_header();\n- let tip_header_view = self\n- .relayer\n- .shared\n- .get_header_view(tip_header.hash())\n- ...
Rust
MIT License
nervosnetwork/ckb
fix: shoud not reject not better compact block
1
fix
null
401,147
22.07.2019 17:42:01
-19,080
bebfe6b875f3cbc0457c9d49c6c9860c0aa99ce7
feat: added File Icon affects:
[ { "change_type": "ADD", "diff": "+<svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"file-alt\" class=\"svg-inline--fa fa-file-alt fa-w-12\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\">\n+ <path fill=\"currentColor\" d=\"M288 248v28c0 6.6-5.4 12-12 12...
TypeScript
MIT License
medly/medly-components
feat: added File Icon affects: @medly-components/icons
1
feat
null
306,391
22.07.2019 17:45:47
0
9988e071fca6ab0fa4a4541302d999d2fd6ad8ba
fix(textarea): disable user resize behavior (fix
[ { "change_type": "MODIFY", "diff": "@@ -40,7 +40,16 @@ export class LionTextarea extends ObserverMixin(LionInput) {\nget slots() {\nreturn {\n...super.slots,\n- input: () => document.createElement('textarea'),\n+ input: () => {\n+ const input = document.createElement('textarea');\n+\n+ // disable user resiz...
JavaScript
MIT License
ing-bank/lion
fix(textarea): disable user resize behavior (fix #165)
1
fix
textarea
815,569
22.07.2019 17:50:10
-28,800
de808406519711564d2c1bd625955cd828e6db2a
chore: update block status if header invalid
[ { "change_type": "MODIFY", "diff": "@@ -58,7 +58,6 @@ impl<'a, CS: ChainStore + 'static> CompactBlockProcess<'a, CS> {\nlet block_hash = compact_block.header.hash().to_owned();\nlet status = self.relayer.shared().get_block_status(&block_hash);\n- // TODO: after https://github.com/nervosnetwork/ckb/pull/1237...
Rust
MIT License
nervosnetwork/ckb
chore: update block status if header invalid
1
chore
null
306,391
22.07.2019 17:54:18
-7,200
80b816e3d1623856ebcb2902e4fae53b1d5bedfd
chore(textarea): fix typos in tests
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,7 @@ describe('<lion-textarea>', () => {\nexpect(el.querySelector('textarea').nodeName).to.equal('TEXTAREA');\n});\n- it('has a default minRows of 2 and maxRows of 10', async () => {\n+ it('has default minRows and maxRows', async () => {\nconst el = await fix...
JavaScript
MIT License
ing-bank/lion
chore(textarea): fix typos in tests
1
chore
textarea
791,834
22.07.2019 18:01:39
25,200
65b88b5681fce2f05d95407efe6a88c6c9d302b9
misc: nest deployed-report directory
[ { "change_type": "MODIFY", "diff": "@@ -19,7 +19,7 @@ const {defaultSettings} = require('../config/constants.js');\nconst lighthouse = require('../index.js');\nconst lhr = /** @type {LH.Result} */ (require('../../lighthouse-core/test/results/sample_v2.json'));\n-const DIST = path.join(__dirname, `../../dist...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc: nest deployed-report directory (#9434)
1
misc
null
815,569
22.07.2019 18:07:48
-28,800
9b98641a06c0ce31afa5b624ee29c7d75f4334b1
test: re-export p2p from network
[ { "change_type": "MODIFY", "diff": "@@ -1007,7 +1007,6 @@ dependencies = [\n\"numext-fixed-uint 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"sentry 0.15.5 (registry+https://github.com/rust-lang/crates.io-index)\"...
Rust
MIT License
nervosnetwork/ckb
test: re-export p2p from network
1
test
null
306,391
22.07.2019 18:08:02
-7,200
885343506518ebdfc98373a0326e0bd0bc22b53e
fix(textarea): calculate max-height based on empty state (fix
[ { "change_type": "MODIFY", "diff": "@@ -65,6 +65,10 @@ export class LionTextarea extends ObserverMixin(LionInput) {\n* To support maxRows we need to set max-height of the textarea\n*/\nsetTextareaMaxHeight() {\n+ const { value } = this.inputElement;\n+ this.inputElement.value = '';\n+ this.resizeTextarea();...
JavaScript
MIT License
ing-bank/lion
fix(textarea): calculate max-height based on empty state (fix #184)
1
fix
textarea
401,147
22.07.2019 18:13:21
-19,080
6473442fe23efaa447361935351a30a6db22cb2d
fix: removed unwanted attributes from file icon svg affects:
[ { "change_type": "MODIFY", "diff": "-<svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"file-alt\" class=\"svg-inline--fa fa-file-alt fa-w-12\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\">\n+<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 ...
TypeScript
MIT License
medly/medly-components
fix: removed unwanted attributes from file icon svg affects: @medly-components/icons
1
fix
null
679,913
22.07.2019 18:48:58
-3,600
7e24f5e14c1adef0f6745cb60c091a2f44594007
feat(binary): add setLane8/4/2 fns
[ { "change_type": "MODIFY", "diff": "@@ -9,9 +9,10 @@ import { Lane2, Lane4, Lane8 } from \"./api\";\n* - Lane #3: bits 0-7\n*\n* @param x\n- * @param l\n+ * @param lane\n*/\n-export const lane8 = (x: number, l: Lane8) => (x >>> ((3 - l) << 3)) & 0xff;\n+export const lane8 = (x: number, lane: Lane8) =>\n+ (x...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(binary): add setLane8/4/2 fns
1
feat
binary
471,462
22.07.2019 21:22:49
14,400
a9fcc313a31df3032ccc42fae885554dcf3cbb19
docs: remove amp for lack of support in shadow dom
[ { "change_type": "MODIFY", "diff": "The hardest part of any project is often getting content onto that first blank page. To make it easier to get your app off the ground quickly, we've collected a list of design systems which are based on web-components from which you can acquire elements or inspiration.\n-...
JavaScript
MIT License
open-wc/open-wc
docs: remove amp for lack of support in shadow dom
1
docs
null
471,462
22.07.2019 21:35:02
14,400
86a305e410566a528a27cd125de715dd1885b83f
feat(building-rollup): add main entry point
[ { "change_type": "ADD", "diff": "+const createConfig = require('./modern-config.js');\n+const createCompatibilityConfig = require('./modern-and-legacy-config.js');\n+\n+module.exports = { createConfig, createCompatibilityConfig };\n", "new_path": "packages/building-rollup/index.js", "old_path": null...
JavaScript
MIT License
open-wc/open-wc
feat(building-rollup): add main entry point
1
feat
building-rollup
471,462
22.07.2019 21:35:41
14,400
00457b5209c47f8bee116285aecc3cb37402b75f
feat(building-webpack): add main entry point
[ { "change_type": "ADD", "diff": "+const createConfig = require('./modern-config.js');\n+const createCompatibilityConfig = require('./modern-and-legacy-config.js');\n+\n+module.exports = { createConfig, createCompatibilityConfig };\n", "new_path": "packages/building-webpack/index.js", "old_path": nul...
JavaScript
MIT License
open-wc/open-wc
feat(building-webpack): add main entry point
1
feat
building-webpack
713,858
22.07.2019 21:57:15
-3,600
e3e552c39fd25652432002b6063d994d6878e339
refactor: clean up duplicated folder settings with root directory
[ { "change_type": "DELETE", "diff": "-open_collective: verdaccio\n", "new_path": null, "old_path": "plugins/htpasswd/.github/FUNDING.yml" }, { "change_type": "DELETE", "diff": "-<!--\n-First of all, please read this section\n-\n-https://github.com/verdaccio/verdaccio/blob/master/CONTRIBUT...
TypeScript
MIT License
verdaccio/monorepo
refactor: clean up duplicated folder settings with root directory
1
refactor
null
713,858
22.07.2019 21:58:53
-3,600
d4d2c8a6989c70d098c976ebadc824450742903e
refactor: remove build scripts from plugins and update doc
[ { "change_type": "DELETE", "diff": "-# Contributor Covenant Code of Conduct\n-\n-## Our Pledge\n-\n-In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, re...
TypeScript
MIT License
verdaccio/monorepo
refactor: remove build scripts from plugins and update doc
1
refactor
null
103,541
22.07.2019 23:12:59
-43,200
15951f7b38b7a1cfa6aac1aae8d3f912afc0edaf
docs: fix typo on Snackbar component
[ { "change_type": "MODIFY", "diff": "@@ -58,7 +58,7 @@ const DURATION_LONG = 10000;\n/**\n* Snackbars provide brief feedback about an operation through a message at the bottom of the screen.\n- * Sncakbar by default use onSurface color from theme\n+ * Snackbar by default use onSurface color from theme\n* <di...
TypeScript
MIT License
callstack/react-native-paper
docs: fix typo on Snackbar component (#1237)
1
docs
null
713,858
22.07.2019 23:42:11
-3,600
d581ec0ad1d633d6a62f47d43ccfca5b926f0368
chore: update .gitignore to reinstate tsconfig and jsconfig
[ { "change_type": "MODIFY", "diff": "+.DS_Store\n+\n### Code ###\n.settings/\n.vscode/\n-tsconfig.json\n-jsconfig.json\n### Intellij ###\n.idea/**\n", "new_path": ".gitignore", "old_path": ".gitignore" }, { "change_type": "MODIFY", "diff": "-npm-debug.log\n-.DS_Store\n-package-lock.json\n...
TypeScript
MIT License
verdaccio/monorepo
chore: update .gitignore to reinstate tsconfig and jsconfig
1
chore
null
815,756
22.07.2019 23:42:41
25,200
8a0d880f94785848985b3eae50ed92f80dbc018f
fix: use regex with multiple return to highlight multiple search terms closes
[ { "change_type": "MODIFY", "diff": "@@ -44,17 +44,9 @@ export class NgOptionHighlightDirective implements OnChanges, AfterViewInit {\nreturn;\n}\n- const indexOfTerm = searchHelper.stripSpecialChars(label)\n- .toLowerCase()\n- .indexOf(searchHelper.stripSpecialChars(this.term).toLowerCase());\n- if (indexOf...
TypeScript
MIT License
ng-select/ng-select
fix: use regex with multiple return to highlight multiple search terms (#1275) closes #739
1
fix
null
67,494
23.07.2019 02:56:08
-7,200
6f000b90d8a815868faec1a0e6da772fef31f6b1
feat(realworld): use au-nav for main menu
[ { "change_type": "MODIFY", "diff": "\"requires\": true,\n\"dependencies\": {\n\"@aurelia/debug\": {\n- \"version\": \"0.4.0-dev.201907190018\",\n- \"resolved\": \"https://registry.npmjs.org/@aurelia/debug/-/debug-0.4.0-dev.201907190018.tgz\",\n- \"integrity\": \"sha512-z6evjxoMxSHYT69ehBD1dfEAsqMRBTP/teM+/k...
TypeScript
MIT License
aurelia/aurelia
feat(realworld): use au-nav for main menu
1
feat
realworld
722,013
23.07.2019 08:17:07
18,000
3bab6dc572fcd770bbc3da8ee7f4cd0941f8d17d
docs: document codeSplit option
[ { "change_type": "MODIFY", "diff": "@@ -8,6 +8,16 @@ Type: `String`, optional\nYour application static assets folder, will be accessible as `/` in the style guide dev server.\n+## `codeSplit`\n+\n+Type: `Boolean`, default: false\n+\n+By default vue-styleguidist will build one single bundle for all your java...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs: document codeSplit option
1
docs
null
722,013
23.07.2019 08:29:29
18,000
d75f3f49bee7b2d497adf45d7d2f38a9ab96e463
fix: precompile examples when codeSplit
[ { "change_type": "MODIFY", "diff": "@@ -19,5 +19,6 @@ module.exports = {\nwebpackConfig: {\nplugins: process.argv.includes('--analyze') ? [new BundleAnalyzerPlugin()] : []\n},\n- codeSplit: true\n+ codeSplit: true,\n+ skipComponentsWithoutExample: true\n}\n", "new_path": "examples/vuecli3/styleguide.con...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix: precompile examples when codeSplit
1
fix
null
679,913
23.07.2019 09:20:23
-3,600
58822c8fa7e074587212e30edadaa02aeea6b5fb
refactor(webgl): add pixel dep, update tex gens
[ { "change_type": "MODIFY", "diff": "\"@thi.ng/equiv\": \"^1.0.8\",\n\"@thi.ng/errors\": \"^1.1.1\",\n\"@thi.ng/matrices\": \"^0.5.2\",\n+ \"@thi.ng/pixel\": \"^0.0.1\",\n\"@thi.ng/shader-ast\": \"^0.2.0\",\n\"@thi.ng/shader-ast-glsl\": \"^0.1.2\",\n\"@thi.ng/shader-ast-stdlib\": \"^0.1.2\",\n", "new_pat...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(webgl): add pixel dep, update tex gens
1
refactor
webgl
815,569
23.07.2019 09:36:50
-28,800
40bc770d4998f8bc298c7316c4c75810b1d6837d
test: assert request proposal for compact block process
[ { "change_type": "MODIFY", "diff": "@@ -15,6 +15,7 @@ use crate::relayer::tests::helper::{build_chain, new_header_builder, MockProtoca\nuse crate::types::InflightBlocks;\nuse crate::NetworkProtocol;\nuse crate::MAX_PEERS_PER_BLOCK;\n+use ckb_core::transaction::ProposalShortId;\nuse faketime::unix_time_as_mi...
Rust
MIT License
nervosnetwork/ckb
test: assert request proposal for compact block process
1
test
null
722,013
23.07.2019 09:38:43
18,000
729b12978a4ad90f56fc4de54b5c9a9bfd2048f5
ci: allow merge commits in semantic
[ { "change_type": "MODIFY", "diff": "# Always validate all commits, and ignore the PR title\ncommitsOnly: true\n+\n+# Allow use of Merge commits (eg on github: \"Merge branch 'master' into feature/ride-unicorns\")\n+# this is only relevant when using commitsOnly: true (or titleAndCommits: true)\n+allowMergeC...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
ci: allow merge commits in semantic
1
ci
null
306,444
23.07.2019 09:46:56
-7,200
16078c528bf81089c406cdd33bc2a61294401c54
fix(overlays): fix popper for IE11 by using esm dist target
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,7 @@ import { containFocus } from './utils/contain-focus.js';\nimport { keyCodes } from './utils/key-codes.js';\nasync function __preloadPopper() {\n- return import('popper.js/dist/popper.min.js');\n+ return import('popper.js/dist/esm/popper.min.js');\n}\nexpor...
JavaScript
MIT License
ing-bank/lion
fix(overlays): fix popper for IE11 by using esm dist target
1
fix
overlays
71,115
23.07.2019 09:58:47
-7,200
f53f845ffe242749a2bf9ed279df47708a1ec9e9
feat(cloudwatch): dashboardName validation Fixes
[ { "change_type": "MODIFY", "diff": "-import { Construct, Lazy, Resource, Stack } from \"@aws-cdk/core\";\n+import { Construct, Lazy, Resource, Stack, Token } from \"@aws-cdk/core\";\nimport { CfnDashboard } from './cloudwatch.generated';\nimport { Column, Row } from \"./layout\";\nimport { IWidget } from \"...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(cloudwatch): dashboardName validation (#3382) Fixes #2976
1
feat
cloudwatch
815,745
23.07.2019 10:02:31
-10,800
651d01faa6258fb2056033ed90c6cf75619738c7
chore: update ngOptionHighlight readme file closes
[ { "change_type": "MODIFY", "diff": "@@ -182,12 +182,12 @@ map: {\n### Other\nName | Type | Description |\n| ------------- | ------------- | ------------- |\n-| [ngOptionHighlight] | directive | Highlights search term in option. Accepts search term. Should be used on option element. |\n+| [ngOptionHighlight]...
TypeScript
MIT License
ng-select/ng-select
chore: update ngOptionHighlight readme file closes #1264
1
chore
null
815,569
23.07.2019 10:18:53
-28,800
3f7bfc33cc81d630b5c548fd27c4f5fb43f57030
test: block proposal process test
[ { "change_type": "MODIFY", "diff": "@@ -13,14 +13,21 @@ use std::sync::Arc;\npub struct BlockProposalProcess<'a, CS> {\nmessage: &'a BlockProposalMessage<'a>,\nrelayer: &'a Relayer<CS>,\n- nc: Arc<dyn CKBProtocolContext + Sync>,\n+ nc: Arc<dyn CKBProtocolContext>,\n+}\n+\n+#[derive(Debug, Eq, PartialEq)]\n+...
Rust
MIT License
nervosnetwork/ckb
test: block proposal process test
1
test
null
306,444
23.07.2019 10:21:52
-7,200
25e7b6d17b7eb0961c23c217eb6b47cc2fae28a9
chore: cleanup references
[ { "change_type": "MODIFY", "diff": "@@ -24,7 +24,6 @@ class FormRegistrarManager {\n}\n// TODO: this method has to be removed when EventTarget polyfill is available on IE11\n- // issue: https://gitlab.ing.net/TheGuideComponents/lion-element/issues/12\n_fakeExtendsEventTarget() {\nconst delegate = document.c...
JavaScript
MIT License
ing-bank/lion
chore: cleanup references
1
chore
null
713,841
23.07.2019 10:22:43
-7,200
a6edb745e9c442650b0f37013e889dc7390b8b22
ci: improve tag detection following SemVer spec
[ { "change_type": "MODIFY", "diff": "@@ -31,14 +31,14 @@ aliases:\n- &execute_on_release\nfilters:\ntags:\n- only: /v?[0-9]+(\\.[0-9]+)+/\n+ only: /v?[0-9]+(\\.[0-9]+)*/\nbranches:\nignore:\n- /.*/\n- &execute_on_release_prerelease\nfilters:\ntags:\n- only: /v?[0-9]+(\\.[0-9]+)+([-+\\.][0-9a-zA-Z]+)+/\n+ onl...
TypeScript
MIT License
verdaccio/monorepo
ci: improve tag detection following SemVer spec
1
ci
null
807,849
23.07.2019 10:31:31
25,200
c6ce86393682305afc51fffb0e5d0c1c93a97ede
refactor(publish): Setup (most) instance properties in configureProperties() class lifecycle
[ { "change_type": "MODIFY", "diff": "@@ -56,6 +56,44 @@ class PublishCommand extends Command {\nreturn this.options.bump !== \"from-package\";\n}\n+ configureProperties() {\n+ super.configureProperties();\n+\n+ // Defaults are necessary here because yargs defaults\n+ // override durable options provided by a...
JavaScript
MIT License
lerna/lerna
refactor(publish): Setup (most) instance properties in configureProperties() class lifecycle
1
refactor
publish
104,844
23.07.2019 10:33:40
14,400
bb07d81d0bf15cec4541c2a28ffa014fac518881
chore(basemodal): align with carbons composed modal
[ { "change_type": "DELETE", "diff": "-export default from './BaseModal';\n", "new_path": null, "old_path": "src/components/BaseModal/index.js" }, { "change_type": "MODIFY", "diff": "@@ -5,7 +5,7 @@ For each component, this keeps track of whether formal I18N testing, a11y testin\n| Compone...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(basemodal): align with carbons composed modal
1
chore
basemodal