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,476
01.10.2019 23:17:03
-7,200
3ada6d84101ded6443c94a0efdf0dad8387754cb
chore: fix clean-webpack-plugin breakage
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ const project = require('./aurelia_project/aurelia.json');\nconst { AureliaPlugin, ModuleDependenciesPlugin } = require('aurelia-webpack-plugin');\nconst { ProvidePlugin } = require('webpack');\nconst { BundleAnalyzerPlugin } = require('webpack-bundle-anal...
TypeScript
MIT License
aurelia/aurelia
chore: fix clean-webpack-plugin breakage
1
chore
null
713,841
01.10.2019 23:24:43
-7,200
d01c7f37a8d87f5068f4da79b9e2a5495852dff3
ci(circleci): move default_executor from aliases to executors
[ { "change_type": "MODIFY", "diff": "@@ -7,14 +7,13 @@ executors:\nnode_lts:\ndocker:\n- image: circleci/node:lts\n+ default_executor: node_latest\naliases:\n- &repo_path\n~/monorepo\n- &defaults\nworking_directory: *repo_path\n- - &default_executor\n- node_latest\n- &yarn_cache_key\nyarn-sha-{{ checksum \"y...
TypeScript
MIT License
verdaccio/monorepo
ci(circleci): move default_executor from aliases to executors
1
ci
circleci
902,122
02.10.2019 00:07:39
-7,200
080693beb4067ad2069c7f1702fd8110523af142
fix: use puppeter over pupeteer-core if it's available
[ { "change_type": "MODIFY", "diff": "@@ -12,11 +12,7 @@ const EVALUATE_TEXT = page => page.evaluate(() => document.body.innerText)\nconst EVALUATE_HTML = page => page.content()\nmodule.exports = ({\n- puppeteer = require('require-one-of')([\n- 'puppeteer-core',\n- 'puppeteer',\n- 'puppeteer-firefox'\n- ]),\n...
JavaScript
MIT License
microlinkhq/browserless
fix: use puppeter over pupeteer-core if it's available
1
fix
null
67,476
02.10.2019 00:32:57
-7,200
1a7868d7111acf2cc832a9e1124e33f81280f702
ci: fix release config
[ { "change_type": "MODIFY", "diff": "@@ -538,6 +538,7 @@ workflows:\n<<: *filter_only_tag\nname: unit_test_chrome\ne: docker-circleci\n+ npm_command: \"test-chrome\"\n- unit_test:\n<<: *filter_only_tag\nname: unit_test_firefox\n", "new_path": ".circleci/config.yml", "old_path": ".circleci/config.yml"...
TypeScript
MIT License
aurelia/aurelia
ci: fix release config
1
ci
null
67,494
02.10.2019 01:45:28
-7,200
781b3f4a8ae7ff4be3f4d51c304650b44120d294
test(router): remove old test files
[ { "change_type": "DELETE", "diff": "-import { inject } from '@aurelia/kernel';\n-import { customElement, ICustomElement } from '@aurelia/runtime';\n-import { IRouter } from '../../../../../../src';\n-import { State } from '../state';\n-\n-@customElement({\n- name: 'login-special', template: `\n-<div class=\...
TypeScript
MIT License
aurelia/aurelia
test(router): remove old test files
1
test
router
67,494
02.10.2019 01:48:07
-7,200
8f5f0d61d64b3ec7bf56d1e0b6b52db298cb5463
test(router): add stateful history test
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,16 @@ import { Aurelia, CustomElement, ILifecycle, LifecycleFlags } from '@aurelia/run\nimport { assert, MockBrowserHistoryLocation, TestContext } from '@aurelia/testing';\ndescribe('Router', function () {\n- async function setup() {\n+ function getModifiedRout...
TypeScript
MIT License
aurelia/aurelia
test(router): add stateful history test
1
test
router
67,476
02.10.2019 01:57:56
-7,200
73b0ba085f6c5155f6e851c6bf8de472c4e82500
ci: fix verdaccio stuff
[ { "change_type": "MODIFY", "diff": "@@ -389,6 +389,12 @@ jobs:\nparameters:\npath:\ntype: string\n+ use_verdaccio:\n+ type: boolean\n+ default: true\n+ registry:\n+ type: string\n+ default: \"http://localhost:4873\"\nsteps:\n- checkout_install_bootstrap_build_bundle_publish_verdaccio:\nfrom: ${CIRCLE_BRANCH...
TypeScript
MIT License
aurelia/aurelia
ci: fix verdaccio stuff
1
ci
null
791,704
02.10.2019 08:55:27
25,200
a7e823ebf017224a3528a5a337e3b79c2983fee5
tests(lantern): attempt to download test set a few times
[ { "change_type": "MODIFY", "diff": "@@ -21,8 +21,12 @@ if ! echo $CHANGED_FILES | grep -E 'dependency-graph|metrics|lantern' > /dev/nul\nexit 0\nfi\n+# Google Drive will sometimes respond with a bad result, so we repeat until it works.\n+for i in {1..5}; do\nprintf \"Lantern files affected!\\n\\nDownloading...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests(lantern): attempt to download test set a few times (#9766)
1
tests
lantern
71,267
02.10.2019 09:27:51
25,200
306d1c07e7f6d29793c1a587a8929f11ea4cf224
chore: remove redundant dependencies from devDependencies * fix: remove redundant dependencies from devDependencies The redundant dependencies in devDependencies are left untouched when executing the bump script. Subsequently, these modules would fail build. * missed removing region-info from route53-targets devDepend...
[ { "change_type": "MODIFY", "diff": "\"license\": \"Apache-2.0\",\n\"devDependencies\": {\n\"@aws-cdk/assert\": \"^1.10.0\",\n- \"@aws-cdk/aws-s3\": \"^1.10.0\",\n\"cdk-build-tools\": \"file:../../../tools/cdk-build-tools\",\n\"cdk-integ-tools\": \"file:../../../tools/cdk-integ-tools\",\n\"cfn2ts\": \"file:....
TypeScript
Apache License 2.0
aws/aws-cdk
chore: remove redundant dependencies from devDependencies (#4333) * fix: remove redundant dependencies from devDependencies The redundant dependencies in devDependencies are left untouched when executing the bump script. Subsequently, these modules would fail build. * missed removing region-info from route53-target...
1
chore
null
71,374
02.10.2019 09:51:46
-3,600
307fc081cdce47540677e76f590ea147dd29d64b
chore(apigateway): amend doc comment for RestApi.addRequestValidator
[ { "change_type": "MODIFY", "diff": "@@ -315,7 +315,7 @@ export class RestApi extends Resource implements IRestApi {\n}\n/**\n- * Adds a new model.\n+ * Adds a new request validator.\n*/\npublic addRequestValidator(id: string, props: RequestValidatorOptions): RequestValidator {\nreturn new RequestValidator(t...
TypeScript
Apache License 2.0
aws/aws-cdk
chore(apigateway): amend doc comment for RestApi.addRequestValidator (#4332)
1
chore
apigateway
67,474
02.10.2019 11:01:01
-36,000
c476ed4642aae1c4c1fd1822713bd200b3f47e4a
chore(examples): code format
[ { "change_type": "MODIFY", "diff": "import Aurelia from 'aurelia';\nimport { App } from './app';\n-Aurelia\n- .app(App)\n- .start();\n+Aurelia.app(App).start();\n", "new_path": "examples/jit-browserify-ts/src/startup.ts", "old_path": "examples/jit-browserify-ts/src/startup.ts" }, { "change_t...
TypeScript
MIT License
aurelia/aurelia
chore(examples): code format
1
chore
examples
815,590
02.10.2019 11:04:42
-28,800
d0ca1422d38468c594b7a1d414bcf3e393af201d
feat: add a new type WitnessArgs for contracts
[ { "change_type": "MODIFY", "diff": "@@ -347,3 +347,11 @@ table Identify {\nname: Bytes, // Network Name\nclient_version: Bytes,\n}\n+\n+/* Types for Contract */\n+\n+table WitnessArgs {\n+ lock: Bytes, // Lock args\n+ type_: Bytes, // Type args\n+ extra: Bytes,\n+}\n", "new_path": "util/types/schemas/ck...
Rust
MIT License
nervosnetwork/ckb
feat: add a new type WitnessArgs for contracts
1
feat
null
104,857
02.10.2019 11:05:57
-7,200
5d92ecedf57d6ef42d7a54dd3251c6ce605b9f57
chore(story): update on storybook for dashboard
[ { "change_type": "MODIFY", "diff": "@@ -399,6 +399,55 @@ const StatefulDashboard = ({ ...props }) => {\n};\n*/\n+ const handleTimegrainCallback = (id, type, payload) => {\n+ const { range } = payload;\n+ const cardRange =\n+ range === 'last24Hours'\n+ ? { interval: 'hour', num: 24 }\n+ : range === 'last7Day...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(story): update on storybook for dashboard
1
chore
story
791,704
02.10.2019 11:08:29
25,200
93769d1d37e1a31964c512b3c1e0c2f20d6003eb
test(smokehouse): use static requires for test definitions
[ { "change_type": "MODIFY", "diff": "/* eslint-disable max-len */\n/**\n+ * @type {Array<Smokehouse.ExpectedRunnerResult>}\n* Expected Lighthouse audit values for byte efficiency tests\n*/\n-module.exports = [\n+const expectations = [\n{\nlhr: {\nrequestedUrl: 'http://localhost:10200/a11y/a11y_tester.html',\...
JavaScript
Apache License 2.0
googlechrome/lighthouse
test(smokehouse): use static requires for test definitions (#9501)
1
test
smokehouse
866,415
02.10.2019 11:10:19
14,400
253d6886d16f41a27f927628594dd8d94bee365a
feat(leadspace): use Ref react hook for DOM manipulation
[ { "change_type": "MODIFY", "diff": "* This source code is licensed under the Apache-2.0 license found in the\n* LICENSE file in the root directory of this source tree.\n*/\n-import React, { useLayoutEffect } from 'react';\n+import React, { useLayoutEffect, useRef, createRef } from 'react';\nimport PropTypes...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(leadspace): use Ref react hook for DOM manipulation
1
feat
leadspace
866,394
02.10.2019 11:21:43
14,400
94d7aa1b2e8448af94135380186d6dad2b9b766d
fix(ddo): fixing datalayer_ready listener in DDO API
[ { "change_type": "MODIFY", "diff": "@@ -52,7 +52,7 @@ function renderGroups(groups) {\n/**\n* @property propTypes\n* @description Defined property types for component\n- * @type {{groups: shim}}\n+ * @type {{groups: Array}}\n*/\nFooterNav.propTypes = {\ngroups: PropTypes.arrayOf(\n", "new_path": "packag...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(ddo): fixing datalayer_ready listener in DDO API
1
fix
ddo
866,415
02.10.2019 11:24:31
14,400
b167b0fa002b047831ffc99694f9b13658173a5b
feat(leadspace): button styling updates
[ { "change_type": "MODIFY", "diff": "@@ -34,12 +34,12 @@ storiesOf('LeadSpace', module)\nconst buttons = [\n{\nlink: '',\n- copy: 'Primary action button',\n+ copy: 'Primary action button Primary action button',\nrenderIcon: 'ArrowDown',\n},\n{\nlink: '',\n- copy: 'Secondary',\n+ copy: 'Secondary action butto...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(leadspace): button styling updates
1
feat
leadspace
866,394
02.10.2019 11:26:45
14,400
f04fc4bef149fc9b7baf9c6603d2b4b8b1de6abe
fix(ddo): updating services package in react to 1.0.0-alpha.0
[ { "change_type": "DELETE", "diff": "Binary files a/.yarn/offline-mirror/@carbon-ibmdotcom-services-0.6.0-alpha.509.tgz and /dev/null differ\n", "new_path": ".yarn/offline-mirror/@carbon-ibmdotcom-services-0.6.0-alpha.509.tgz", "old_path": ".yarn/offline-mirror/@carbon-ibmdotcom-services-0.6.0-alpha....
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(ddo): updating services package in react to 1.0.0-alpha.0
1
fix
ddo
67,494
02.10.2019 11:35:36
-7,200
1424999dfaf9aad914815d38c143093a013d4c28
refactor(router): always unbind and cache in unload
[ { "change_type": "MODIFY", "diff": "@@ -165,7 +165,7 @@ export class ViewportContent {\nthis.contentStatus = ContentStatus.loaded;\nreturn Promise.resolve();\n}\n- public unloadComponent(): void {\n+ public unloadComponent(cache: ViewportContent[], stateful: boolean = false): void {\n// TODO: We might want ...
TypeScript
MIT License
aurelia/aurelia
refactor(router): always unbind and cache in unload
1
refactor
router
67,494
02.10.2019 11:41:03
-7,200
94d59da8a6a8d32d7d81e9e28e9304b47e437cf7
test(router): disable statefulness tests (temporarily)
[ { "change_type": "MODIFY", "diff": "@@ -701,7 +701,7 @@ describe('Router', function () {\nawait tearDown();\n});\n}\n- it('keeps input when grandparent stateful', async function () {\n+ it.skip('keeps input when grandparent stateful', async function () {\nthis.timeout(5000);\nconst { lifecycle, host, router...
TypeScript
MIT License
aurelia/aurelia
test(router): disable statefulness tests (temporarily)
1
test
router
942,595
02.10.2019 11:46:57
25,200
3674fdb98ce04c2edbe395932dbdfb6de687696f
fix: Change casing for aria-labelledby attr
[ { "change_type": "MODIFY", "diff": "@@ -41,7 +41,7 @@ import FormField from '@workday/canvas-kit-react-form-field';\n</FormField>;\n```\n-If use inside a FormField doesn't work for your use case, you can use the `aria-labelledBy`\n+If use inside a FormField doesn't work for your use case, you can use the `a...
TypeScript
Apache License 2.0
workday/canvas-kit
fix: Change casing for aria-labelledby attr (#236)
1
fix
null
902,122
02.10.2019 11:53:01
0
38cbd43e6a8a2dd53a0903d13c9bc04f03c16f9c
build: cleanup sync
[ { "change_type": "MODIFY", "diff": "@@ -26,14 +26,11 @@ const spawn = (puppeteer, launchOpts) =>\n...launchOpts\n})\n-const clean = async () =>\n- del(['/tmp/core.*', '/tmp/puppeteer_dev_profile*'], {\n- force: true\n- })\n+const clean = () => del.sync(['/tmp/core.*', '/tmp/puppeteer_dev_profile*'], { force...
JavaScript
MIT License
microlinkhq/browserless
build: cleanup sync
1
build
null
902,122
02.10.2019 12:02:02
0
fdba8a52897636d67a99ef15bd5a39405b1653f0
chore(release): v5.14.12
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [5.14.12](https://github.com/kikobeats/browserless/compare/v5.14.11...v5.14.12) (2019-10-02)\n+\n+**Note:** Versio...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v5.14.12
1
chore
release
866,415
02.10.2019 12:10:36
14,400
f82405d91459bfdfd6c546af8243bbfd86ffd550
chore(package): update utilities package
[ { "change_type": "DELETE", "diff": "Binary files a/.yarn/offline-mirror/@carbon-ibmdotcom-utilities-0.5.0-alpha.331.tgz and /dev/null differ\n", "new_path": ".yarn/offline-mirror/@carbon-ibmdotcom-utilities-0.5.0-alpha.331.tgz", "old_path": ".yarn/offline-mirror/@carbon-ibmdotcom-utilities-0.5.0-alp...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(package): update utilities package
1
chore
package
104,818
02.10.2019 12:17:00
18,000
c503d60dcd4a3528602e90864d455a5a05f39ed4
fix(dashboard): card action
[ { "change_type": "MODIFY", "diff": "@@ -81,7 +81,6 @@ const propTypes = {\nonBreakpointChange: PropTypes.func,\n/** Callback called when an action is clicked. The id of the action is passed to the callback */\nonDashboardAction: PropTypes.func,\n- onCardAction: PropTypes.func,\n/** Is the dashboard in edit ...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(dashboard): card action
1
fix
dashboard
104,818
02.10.2019 12:29:10
18,000
aad0a7656aabf0149e1e81cb51663ba0e7f483e9
fix(cardutility): export determineCardRange
[ { "change_type": "MODIFY", "diff": "@@ -53,3 +53,4 @@ export {\n} from './constants/LayoutConstants';\nexport { findMatchingThresholds } from './components/TableCard/TableCard';\nexport { validateDashboardJSON } from './utils/schemas/validators';\n+export { determineCardRange } from './utils/cardUtilityFunc...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(cardutility): export determineCardRange
1
fix
cardutility
902,122
02.10.2019 13:04:58
-7,200
eea9e2f872a021ddfbc162504fe9f329bddf4108
chore(release): v5.14.11
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [5.14.11](https://github.com/kikobeats/browserless/compare/v5.14.10...v5.14.11) (2019-10-02)\n+\n+**Note:** Versio...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v5.14.11
1
chore
release
902,122
02.10.2019 13:08:07
0
cc060912c0a40f467f1762df9de1e39c862e2637
chore(release): v5.14.13
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [5.14.13](https://github.com/kikobeats/browserless/compare/v5.14.12...v5.14.13) (2019-10-02)\n+\n+**Note:** Versio...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v5.14.13
1
chore
release
67,494
02.10.2019 13:23:56
-7,200
f964761602ec4638f52dce6383b5bf74ca574da0
refactor(router): update type resolver types
[ { "change_type": "MODIFY", "diff": "@@ -6,13 +6,13 @@ import { Viewport } from './viewport';\nimport { ViewportInstruction } from './viewport-instruction';\nexport const ComponentAppellationResolver = {\n- isName: function <T>(component: T & ComponentAppellation): component is T & ComponentAppellation & str...
TypeScript
MIT License
aurelia/aurelia
refactor(router): update type resolver types
1
refactor
router
104,844
02.10.2019 13:28:33
14,400
1b3b3265563815664b8e4a70a3323f06cab82e8d
chore(imagehotspot): remove story
[ { "change_type": "DELETE", "diff": "-import React from 'react';\n-import { storiesOf } from '@storybook/react';\n-import { text, object, boolean } from '@storybook/addon-knobs';\n-\n-import ImageHotspots from './ImageHotspots';\n-import landscape from './landscape.jpg';\n-import portrait from './portrait.jp...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(imagehotspot): remove story
1
chore
imagehotspot
67,494
02.10.2019 13:47:07
-7,200
22d15f341fbfb14897f151e35ba68c3dab77cbb5
refactor(router): update types
[ { "change_type": "MODIFY", "diff": "-import { Constructable } from '@aurelia/kernel';\nimport { GuardIdentity, GuardTypes, IGuardOptions, } from './guardian';\n-import { ComponentAppellation, GuardFunction, GuardTarget, IComponentAndOrViewportOrNothing, INavigatorInstruction, IRouteableComponentType } from ...
TypeScript
MIT License
aurelia/aurelia
refactor(router): update types
1
refactor
router
902,122
02.10.2019 14:05:48
0
2826e07718ef16c8ac022b13f606250f0574c341
chore(release): v5.14.14
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [5.14.14](https://github.com/kikobeats/browserless/compare/v5.14.13...v5.14.14) (2019-10-02)\n+\n+\n+### Bug Fixes...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v5.14.14
1
chore
release
866,415
02.10.2019 14:09:02
14,400
5d23ef8050b4bc930d4f7d16c3d497f4b135f03c
chore(unit-tests): unit tests
[ { "change_type": "MODIFY", "diff": "import React from 'react';\n-import { shallow } from 'enzyme';\n+import { mount } from 'enzyme';\nimport LeadSpace from '../LeadSpace';\n+require('../../../internal/FeatureFlags');\n+\n+jest.mock('../../../internal/FeatureFlags.js', () => ({\n+ LEADSPACE: true,\n+}));\n+\...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(unit-tests): unit tests
1
chore
unit-tests
791,704
02.10.2019 14:32:14
25,200
040e7df70ee6cbc7b1800f80acb6158dcf50cb48
misc: add compare-timings script
[ { "change_type": "MODIFY", "diff": "@@ -32,6 +32,7 @@ last-run-results.html\nlatest-run\nlantern-data\n+timings-data\nclosure-error.log\nyarn-error.log\n", "new_path": ".gitignore", "old_path": ".gitignore" }, { "change_type": "ADD", "diff": "+/**\n+ * @license Copyright 2019 Google Inc....
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc: add compare-timings script (#9723)
1
misc
null
67,474
02.10.2019 14:33:46
-36,000
ad7a6ee5480902cef5d4352e2566682053490047
chore(aurelia): export ISignaler and HTMLDOM because i18n sample code uses them
[ { "change_type": "MODIFY", "diff": "@@ -508,7 +508,7 @@ export {\n// SetterObserver,\n- // ISignaler,\n+ ISignaler,\nsubscriberCollection,\ncollectionSubscriberCollection,\n@@ -884,7 +884,7 @@ export {\n// ITextBindingInstruction,\n// NodeType,\n- // HTMLDOM,\n+ HTMLDOM,\nDOM, // on top of DOM in @aurelia/r...
TypeScript
MIT License
aurelia/aurelia
chore(aurelia): export ISignaler and HTMLDOM because i18n sample code uses them
1
chore
aurelia
67,474
02.10.2019 14:35:52
-36,000
97e89cda507197837f3d21f6a00946e2c2a792be
docs: update doc to use latest "aurelia" package
[ { "change_type": "MODIFY", "diff": "@@ -52,8 +52,7 @@ Aurelia\nTo start an Aurelia application, create a `new Aurelia()` object with a target `host`, a root `component`, and an optional list of `plugins`, and call `start()`.\n```ts\n-import { Aurelia } from '@aurelia/jit-html-browser';\n-import { JitHtmlBro...
TypeScript
MIT License
aurelia/aurelia
docs: update doc to use latest "aurelia" package
1
docs
null
104,844
02.10.2019 14:37:55
14,400
7f55fca76454fe693e71ce4dec7c84d61c4d5a3d
chore(sidenav): clean up unused files
[ { "change_type": "DELETE", "diff": "-import PropTypes from 'prop-types';\n-\n-/**\n- * @param {Object<string, Function>} propTypes The list of type checkers, keyed by prop names.\n- * @returns {Object<string, Function>}\n- * The new prop type checkers that checks if one of the given props exist,\n- * in add...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(sidenav): clean up unused files
1
chore
sidenav
104,818
02.10.2019 14:45:41
18,000
a16eab357e73a8c7d55d61bcdf7f41a6cf6512f1
fix(card): improve caching card state
[ { "change_type": "MODIFY", "diff": "-import React, { useMemo } from 'react';\n+import React, { useMemo, useState, useCallback } from 'react';\nimport merge from 'lodash/merge';\nimport isEmpty from 'lodash/isEmpty';\n+import useDeepCompareEffect from 'use-deep-compare-effect';\nimport ValueCard from '../Val...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(card): improve caching card state
1
fix
card
67,474
02.10.2019 14:51:52
-36,000
a05a1a7abe666a56a1d70317703b7d6678e70d69
docs(aurelia): update aurelia package README
[ { "change_type": "MODIFY", "diff": "[![npm](https://img.shields.io/npm/v/aurelia.svg?maxAge=3600)](https://www.npmjs.com/package/aurelia)\n# aurelia\n+This is the umbrella package for Aurelia 2. It re-exports selected internals from following Aurelia 2 packages:\n+\n+```\n+@aurelia/debug\n+@aurelia/fetch-cl...
TypeScript
MIT License
aurelia/aurelia
docs(aurelia): update aurelia package README
1
docs
aurelia
902,122
02.10.2019 14:57:19
-7,200
d552676e84d5817ea5e4f1fe63df9b4a2622fd1e
build: add logs under retry
[ { "change_type": "MODIFY", "diff": "\"@browserless/screenshot\": \"^5.14.11\",\n\"aggregate-error\": \"~3.0.0\",\n\"arrify\": \"~2.0.1\",\n+ \"debug-logfmt\": \"~1.0.3\",\n\"del\": \"~5.1.0\",\n\"p-reflect\": \"~2.1.0\",\n\"p-retry\": \"~4.1.0\",\n", "new_path": "packages/browserless/package.json", ...
JavaScript
MIT License
microlinkhq/browserless
build: add logs under retry
1
build
null
104,818
02.10.2019 15:07:00
18,000
f76a344d31d2f2cc90c62431f8013b62dd3d016a
fix(dashboard): refix the expansion and collapse
[ { "change_type": "MODIFY", "diff": "@@ -47,7 +47,7 @@ const CardRenderer = React.memo(\n({\nstyle, // eslint-disable-line\ncard, // eslint-disable-line\n- card: { availableActions, type, dataSource, isExpanded, ...others }, // eslint-disable-line\n+ card: { availableActions, type, dataSource, ...others }, /...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(dashboard): refix the expansion and collapse
1
fix
dashboard
699,215
02.10.2019 15:20:18
14,400
9505f9587132b276579cb48189d7045f5b2c60e0
fix(website): add wrapper to engineering guidelines Wrap the body of the Engineering Guidelines page in a content tag so it no longer spans the width of the page.
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,7 @@ description: This document will highlight our approach for unified design librar\nimport QuickstartVideo from \"../../assets/quickstart_alpha.mp4\"\n+<content>\n## Installation\n@@ -55,3 +56,4 @@ import {Box} from '@twilio-paste/box';\nOur tokens are readi...
TypeScript
MIT License
twilio-labs/paste
fix(website): add wrapper to engineering guidelines (#112) Wrap the body of the Engineering Guidelines page in a content tag so it no longer spans the width of the page.
1
fix
website
104,818
02.10.2019 15:44:34
18,000
02c7e31b9ccf3ee1fec939ae66d9026d56e291a3
fix(dashboard): improve caching and handle function reload
[ { "change_type": "MODIFY", "diff": "@@ -14,7 +14,6 @@ import { CARD_TYPES } from '../../constants/LayoutConstants';\nconst CachedCardRenderer = ({\nstyle, //eslint-disable-line\n- card, // eslint-disable-line\nonCardAction, //eslint-disable-line\nisLoading, // eslint-disable-line\n...others\n@@ -26,14 +25,1...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(dashboard): improve caching and handle function reload
1
fix
dashboard
902,122
02.10.2019 15:57:10
-7,200
a67d92771de4f5c7bd13f6aa7280ead38ee40de6
fix: ensure to wait respawn
[ { "change_type": "MODIFY", "diff": "@@ -44,7 +44,7 @@ module.exports = ({\ndebug('createPage:retry', {\nattemptNumber: err.attemptNumber\n})\n- respawn()\n+ return respawn()\n}\n}\n)\n", "new_path": "packages/browserless/src/index.js", "old_path": "packages/browserless/src/index.js" } ]
JavaScript
MIT License
microlinkhq/browserless
fix: ensure to wait respawn
1
fix
null
711,597
02.10.2019 15:58:20
-7,200
c040c0bd40942d99bfb8380858c1b5dfb822f79f
fix(core): Do not duplicate plugins when running work in main process
[ { "change_type": "MODIFY", "diff": "@@ -102,7 +102,8 @@ export async function bootstrapWorker(userConfig: Partial<VendureConfig>): Promi\nthrow new Error(errorMessage);\n} else {\ntry {\n- return await bootstrapWorkerInternal(userConfig);\n+ const vendureConfig = await preBootstrapConfig(userConfig);\n+ ret...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(core): Do not duplicate plugins when running work in main process
1
fix
core
866,415
02.10.2019 16:04:04
14,400
325a53023bbe7d0ec0f9bf50e9933aa09c5a9ad0
feat(leadspace): add button width function on resize
[ { "change_type": "MODIFY", "diff": "@@ -31,10 +31,12 @@ const ButtonGroup = ({ buttons }) => {\nconst buttonsRef = useRef(buttons.map(() => createRef()));\n- // ensure buttons have equal width, based off the largest width of the two\n- useLayoutEffect(() => {\n- root.addEventListener('load', () => {\n- if (...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(leadspace): add button width function on resize
1
feat
leadspace
866,415
02.10.2019 16:04:42
14,400
a096a60bcb7cb19bbc8b046e562c280f06db331d
chore(console): remove console log
[ { "change_type": "MODIFY", "diff": "@@ -36,7 +36,6 @@ const ButtonGroup = ({ buttons }) => {\n* largest width of the two\n*/\nfunction adjustWidths() {\n- console.log('triggered');\nconst button1 = buttonsRef.current[0];\nconst button2 = buttonsRef.current[1];\n", "new_path": "packages/patterns-react/sr...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(console): remove console log
1
chore
console
104,844
02.10.2019 16:15:41
14,400
4d0a82c686a0142f6ebf2e912f7d78874c11216c
chore(sidenav): remove unused file
[ { "change_type": "DELETE", "diff": "-import PropTypes from 'prop-types';\n-import React, { Component } from 'react';\n-import { SideNavSwitcher as CarbonSideNavSwitcher } from 'carbon-components-react//lib/components/UIShell';\n-\n-/**\n- * Side Navigation. part of UI shell\n- */\n-\n-/* eslint-disable */\n...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(sidenav): remove unused file
1
chore
sidenav
711,597
02.10.2019 16:24:32
-7,200
c654d6fa4e62ef8f37440dde039d727f8aa07493
feat(core): Improved Collection import Closes
[ { "change_type": "MODIFY", "diff": "@@ -21,14 +21,17 @@ try {\n*/\nexport async function populate(\nbootstrapFn: () => Promise<INestApplication | undefined>,\n- initialDataPath: string,\n+ initialDataPathOrObject: string | object,\nproductsCsvPath?: string,\n): Promise<INestApplication> {\nconst app = await...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(core): Improved Collection import Closes #173
1
feat
core
866,394
02.10.2019 16:31:31
14,400
72683f91ca9d4714a8e90d944debcd8237771c32
fix(shell): fixed dotcom shell imports
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,8 @@ import React, { useEffect } from 'react';\nimport PropTypes from 'prop-types';\nimport { settings as ddsSettings } from '@carbon/ibmdotcom-utilities';\nimport { settings } from 'carbon-components';\n-import { Masthead, Footer } from '@carbon/ibmdotcom-reac...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(shell): fixed dotcom shell imports
1
fix
shell
866,415
02.10.2019 16:37:50
14,400
0bd2137ccc8def8f05e2223a3fabf71d470703bc
chore(console): remove console.log
[ { "change_type": "MODIFY", "diff": "@@ -46,7 +46,6 @@ const ButtonGroup = ({ buttons }) => {\nuseLayoutEffect(() => {\nif (buttonsRef.current.length > 1) {\n- console.log('innerWidth', root.innerWidth);\nroot.addEventListener('load', adjustWidths);\nroot.addEventListener('resize', adjustWidths);\n}\n", ...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(console): remove console.log
1
chore
console
815,582
02.10.2019 16:42:34
-32,400
1946d8957658c0267c7c23c32d6cf68e4d225ba4
docs: Update PoW mining algorithm description
[ { "change_type": "MODIFY", "diff": "@@ -33,7 +33,7 @@ TBD.\n## Mining\n-Mining on testnet Rylai is for testing purpose only, the mining algorithm **WILL BE CHANGED SOON**.\n+Testnet Rylai uses the [Eaglesong](https://github.com/nervosnetwork/rfcs/blob/master/rfcs/0010-eaglesong/0010-eaglesong.md) mining alg...
Rust
MIT License
nervosnetwork/ckb
docs: Update PoW mining algorithm description
1
docs
null
104,844
02.10.2019 16:58:57
14,400
7b7036ec297ca4741f1a2ae766e7171a7fe1050b
chore(headermenu): added test to HeaderMenu
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,11 @@ import React from 'react';\nimport { mount } from 'enzyme';\nimport { HeaderMenuItem } from 'carbon-components-react/lib/components/UIShell';\n-import HeaderMenu from './HeaderMenu';\n+import HeaderMenu, { matches, keys } from './HeaderMenu';\n+\n+const e...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(headermenu): added test to HeaderMenu
1
chore
headermenu
807,849
02.10.2019 17:17:18
25,200
54dca563efb13ad88d478ac31668f6e13a1d99e7
fix(bootstrap): Move all filter logging into get-filtered-packages method
[ { "change_type": "MODIFY", "diff": "@@ -134,26 +134,6 @@ class BootstrapCommand extends Command {\nlet chain = Promise.resolve();\nchain = chain.then(() => {\n- if (this.options.scope) {\n- this.logger.notice(\"filter\", \"including %j\", this.options.scope);\n- }\n-\n- if (this.options.ignore) {\n- this.lo...
JavaScript
MIT License
lerna/lerna
fix(bootstrap): Move all filter logging into get-filtered-packages method
1
fix
bootstrap
730,416
02.10.2019 17:33:26
25,200
e70d8d2ed92708109d4a62681c72f7ee1f795209
chore(circleci): deploy to s3
[ { "change_type": "MODIFY", "diff": "@@ -8,6 +8,10 @@ executors:\ndocker:\n- image: circleci/node:carbon-browsers\n+# Orb to grab `s3` capability for us\n+orbs:\n+ aws-s3: circleci/aws-s3@1.0.0\n+\n# Reusable commands for jobs\ncommands:\nrestore_workspace:\n@@ -145,7 +149,7 @@ jobs:\npath: reports/browser\n...
JavaScript
MIT License
webex/react-widgets
chore(circleci): deploy to s3
1
chore
circleci
730,416
02.10.2019 17:33:56
25,200
b1a5d768a1e6d837370c37f9f2220ca06531741e
chore(circleci): add scheduled promotion jobs
[ { "change_type": "MODIFY", "diff": "@@ -10,7 +10,7 @@ executors:\n# Orb to grab `s3` capability for us\norbs:\n- aws-s3: circleci/aws-s3@1.0.0\n+ aws-s3: circleci/aws-s3@1.0.11\n# Reusable commands for jobs\ncommands:\n@@ -244,12 +244,29 @@ jobs:\nto: s3://${AWS_BUCKET}/widget-recents/archives/${VERSION_NUM...
JavaScript
MIT License
webex/react-widgets
chore(circleci): add scheduled promotion jobs
1
chore
circleci
71,371
02.10.2019 17:39:31
-7,200
47203f4738a5952d2bdbdce0ae128e992216af66
fix(stepfunctions): allow condition on array * fix(stepfunctions): allow condition on array A Choice state after a Parallel state receives an array as input. * use regex
[ { "change_type": "MODIFY", "diff": "@@ -177,8 +177,8 @@ enum CompoundOperator {\nclass VariableComparison extends Condition {\nconstructor(private readonly variable: string, private readonly comparisonOperator: ComparisonOperator, private readonly value: any) {\nsuper();\n- if (!variable.startsWith('$.')) {...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(stepfunctions): allow condition on array (#4340) * fix(stepfunctions): allow condition on array A Choice state after a Parallel state receives an array as input. * use regex
1
fix
stepfunctions
447,451
02.10.2019 18:35:34
18,000
5d6b88d465a320acf1aefac3f9801fe429a8fc1e
chore: add styles folder to package.json files entry
[ { "change_type": "MODIFY", "diff": "\"build:copy-ts-files\": \"node ./scripts/copy-files.js\",\n\"build\": \"npm-run-all --parallel build:components build:css build:fonts --serial build:copy-ts-files\",\n\"prepublishOnly\": \"yarn clean && yarn build\",\n- \"clean\": \"rm -Rf components && rm -Rf libs\",\n+...
JavaScript
MIT License
nexxtway/react-rainbow
chore: add styles folder to package.json files entry (#1053)
1
chore
null
217,922
02.10.2019 18:50:55
-7,200
8512c289566d8b7a428eefba1131ad9a235b37d0
chore: reset list selection when leaving it
[ { "change_type": "MODIFY", "diff": "@@ -110,10 +110,7 @@ export class ListsFacade {\n})\n);\n- selectedList$ = this.store.select(listsQuery.getSelectedList).pipe(\n- filter(list => list !== undefined),\n- shareReplay(1)\n- );\n+ selectedList$ = this.store.select(listsQuery.getSelectedList);\nselectedListPer...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: reset list selection when leaving it
1
chore
null
306,394
02.10.2019 18:55:39
-7,200
c75b9545d1a843e30f0b8921795051aaee042ce6
docs(input): add labels to email and iban inputs
[ { "change_type": "MODIFY", "diff": "@@ -8,13 +8,13 @@ storiesOf('Forms|Input Email', module)\n.add(\n'Default',\n() => html`\n- <lion-input-email></lion-input-email>\n+ <lion-input-email label=\"Label\"></lion-input-email>\n`,\n)\n.add(\n'Faulty prefilled',\n() => html`\n- <lion-input-email .modelValue=${'f...
JavaScript
MIT License
ing-bank/lion
docs(input): add labels to email and iban inputs
1
docs
input
67,479
02.10.2019 18:59:51
-36,000
3edbcd0abc1ed0765d6ffd0197657f01ef890454
fix(repeat): revert changes related to iterator binding
[ { "change_type": "MODIFY", "diff": "-import { Constructable, IContainer, PLATFORM } from '@aurelia/kernel';\n+import {\n+ PLATFORM\n+} from '@aurelia/kernel';\nimport {\nAurelia,\n+ BindingStrategy,\nCustomElement,\n- customElement,\n- IDOM,\nILifecycle,\n- IObserverLocator,\n- IRenderingEngine,\n- view,\n+...
TypeScript
MIT License
aurelia/aurelia
fix(repeat): revert changes related to iterator binding
1
fix
repeat
531,793
02.10.2019 19:21:12
-3,600
9b78c96e1e1733b19407337dedb34a30ba9f5d3f
fix(ui): better handling of window resize events
[ { "change_type": "MODIFY", "diff": "@@ -19,7 +19,7 @@ const GetColumnsCount = (canvasWidth, baseWidth) =>\n.map(gs => gs.columns)\n.pop();\n-const GetGridElementWidth = (canvasWidth, baseWidth) =>\n- Math.floor(canvasWidth / GetColumnsCount(canvasWidth, baseWidth));\n+const GetGridElementWidth = (innerWidth...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): better handling of window resize events
1
fix
ui
217,922
02.10.2019 19:23:32
-7,200
bb049fa4055f44f8a9fea6d82043e279b437928b
chore: just save lists as-is, bye subcollections
[ { "change_type": "MODIFY", "diff": "@@ -41,127 +41,6 @@ export abstract class FirestoreStorage<T extends DataModel> extends DataStore<T>\n};\n}\n- private diff(before: any[], after: any[], trackBy: (row: any) => string | number): DataDiff[] {\n- const additions = [];\n- const deletions = [];\n- const modifi...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: just save lists as-is, bye subcollections
1
chore
null
711,597
02.10.2019 19:54:43
-7,200
d605c5ea27f593aedaa05306883392beb63139f7
test: Attempt to fix broken tests
[ { "change_type": "MODIFY", "diff": "@@ -17,12 +17,6 @@ jobs:\nuses: actions/setup-node@v1\nwith:\nnode-version: 12.4.x\n- - name: Update Yarn\n- run: |\n- curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -\n- echo \"deb https://dl.yarnpkg.com/debian/ stable main\" | sudo tee /etc/apt/sou...
TypeScript
MIT License
vendure-ecommerce/vendure
test: Attempt to fix broken tests
1
test
null
217,922
02.10.2019 21:11:52
-7,200
fdd73247977b70abfbff101fb87de2ad03133ce7
chore: small fix for firestore storage impl
[ { "change_type": "MODIFY", "diff": "@@ -41,6 +41,127 @@ export abstract class FirestoreStorage<T extends DataModel> extends DataStore<T>\n};\n}\n+ private diff(before: any[], after: any[], trackBy: (row: any) => string | number): DataDiff[] {\n+ const additions = [];\n+ const deletions = [];\n+ const modifi...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: small fix for firestore storage impl
1
chore
null
815,590
02.10.2019 21:12:28
-28,800
c7f35a3a792927701abdc984ed2e6c750b709cf8
fix: submit tx to pool should failed for tx with low fee rate
[ { "change_type": "MODIFY", "diff": "@@ -8,12 +8,12 @@ use ckb_shared::{\nSnapshot,\n};\nuse ckb_store::ChainStore;\n-use ckb_tx_pool::BlockAssemblerConfig;\n+use ckb_tx_pool::{BlockAssemblerConfig, TxPoolConfig};\nuse ckb_types::{\nbytes::Bytes,\ncore::{\n- capacity_bytes, BlockBuilder, BlockView, Capacity,...
Rust
MIT License
nervosnetwork/ckb
fix: submit tx to pool should failed for tx with low fee rate
1
fix
null
151,430
02.10.2019 22:24:03
25,200
a6c28826ddbb95b86f8ffcf9822767f53d2aebfc
refactor: shrink util code
[ { "change_type": "MODIFY", "diff": "@@ -103,29 +103,31 @@ function parseDomain(referrer) {\n* Search engine query string data\n* @type {Object}\n*/\n+const Q = 'q'\n+const QUERY = 'query'\nconst searchEngines = {\n- 'daum.net': 'q',\n+ 'daum.net': Q,\n'eniro.se': 'search_word',\n- 'naver.com': 'query',\n+ '...
JavaScript
MIT License
davidwells/analytics
refactor: shrink util code
1
refactor
null
151,430
02.10.2019 22:24:33
25,200
bf0d1df8d26286d3d07c49c6ee4321e2001f489e
refactor: shrink initialize code, allow url param to set anon id
[ { "change_type": "MODIFY", "diff": "-import { paramsParse, paramsRemove, storage, uuid } from 'analytics-utils'\n+/* eslint-disable camelcase */\n+import { paramsParse, storage, uuid } from 'analytics-utils'\nimport EVENTS from '../events'\nimport { ANON_ID } from '../constants'\n@@ -6,15 +7,16 @@ import { ...
JavaScript
MIT License
davidwells/analytics
refactor: shrink initialize code, allow url param to set anon id
1
refactor
null
151,430
02.10.2019 22:44:52
25,200
9c47b49c7aae826a9bd6902a052709d48862af1b
docs: update example app
[ { "change_type": "MODIFY", "diff": "},\n\"dependencies\": {\n\"@reach/router\": \"^1.2.1\",\n+ \"@analytics/cookie-utils\": \"file:../../packages/analytics-util-cookie\",\n+ \"@analytics/storage-utils\": \"file:../../packages/analytics-util-storage\",\n+ \"@analytics/fullstory\": \"file:../../packages/analy...
JavaScript
MIT License
davidwells/analytics
docs: update example app
1
docs
null
531,793
02.10.2019 22:57:18
-3,600
1038b63b251b5810b6aa0244fbb0c0bc686c0508
fix(ui): allow overflow for dropdowns inside accordion
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,8 @@ import { FontAwesomeIcon } from \"@fortawesome/react-fontawesome\";\nimport { faChevronUp } from \"@fortawesome/free-solid-svg-icons/faChevronUp\";\nimport { faChevronDown } from \"@fortawesome/free-solid-svg-icons/faChevronDown\";\n+import \"./index.scss\...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): allow overflow for dropdowns inside accordion
1
fix
ui
447,447
02.10.2019 23:08:42
14,400
be9a933b709743e8cedc2bc7f2c07285a7b36ecc
fix: fix accessibility on Lookup
[ { "change_type": "MODIFY", "diff": "@@ -3,8 +3,13 @@ import ReactDOMServer from 'react-dom/server';\nimport { axe } from 'jest-axe';\nimport GoogleAddressLookup from '..';\n+// TODO:\n+// The accessibility test using axe core get the\n+// following violation:\n+// \"ARIA input fields have an accessible name...
JavaScript
MIT License
nexxtway/react-rainbow
fix: fix accessibility on Lookup (#1045)
1
fix
null
151,430
02.10.2019 23:09:42
25,200
ed87982e2ae90e917b14109cfda00561c9f83ddc
docs: update main docs page
[ { "change_type": "MODIFY", "diff": "@@ -12,7 +12,6 @@ module.exports = {\nspectrumPath: 'analytics',\nsidebarCategories: {\nnull: [\n- 'index',\n'tutorial/getting-started',\n],\nDocs: [\n", "new_path": "site/main/gatsby-config.js", "old_path": "site/main/gatsby-config.js" }, { "change_type":...
JavaScript
MIT License
davidwells/analytics
docs: update main docs page
1
docs
null
151,430
02.10.2019 23:39:16
25,200
ea7a62d42bef0a55389c0b2652ef00394f1b116b
docs: update google analytics plugin refs
[ { "change_type": "MODIFY", "diff": "@@ -58,7 +58,7 @@ See the [getting started section](https://getanalytics.io/tutorial/getting-start\n```js\nimport Analytics from 'analytics'\n-import googleAnalyticsPlugin from 'analytics-plugin-ga'\n+import googleAnalyticsPlugin from '@analytics/google-analytics'\nimport...
JavaScript
MIT License
davidwells/analytics
docs: update google analytics plugin refs
1
docs
null
151,430
02.10.2019 23:53:46
25,200
136265e543c24ccd7d1dc22409f3a1685612a9d6
refactor: update customer.io readme + remove unused code
[ { "change_type": "MODIFY", "diff": "-# Customer.io plugin for `analytics`\n+# Customer.io plugin for analytics\n+\n+> Note: This package has moved to @analytics/customerio\nIntegration with [customer.io](https://customer.io/) for [analytics](https://www.npmjs.com/package/analytics) package.\n-<!-- ANALYTICS...
JavaScript
MIT License
davidwells/analytics
refactor: update customer.io readme + remove unused code
1
refactor
null
67,516
03.10.2019 00:28:14
-7,200
aaefd345ed9e0885893ba9069b058cbb9074c668
feat(integration): starting integration tests
[ { "change_type": "ADD", "diff": "+<template>\n+\n+ <div frequent-mutations>\n+ <button id=\"staticTextChanger\" click.delegate=\"changeTexts()\">Change texts</button>\n+ <read-only-text value=\"text0\"></read-only-text>\n+ <read-only-text value.one-time=\"text1\"></read-only-text>\n+ <read-only-text value.b...
TypeScript
MIT License
aurelia/aurelia
feat(integration): starting integration tests
1
feat
integration
447,447
03.10.2019 01:33:46
14,400
6e651d25f3c73b408c79f02650a46dddbf1f065c
test: improve accesibility test on VisualPickerOption
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,7 @@ import VisualPickerOption from '../../VisualPickerOption';\nimport VisualPickerOptionFooter from '../../VisualPickerOptionFooter';\ndescribe('<VisualPicker/>', () => {\n- it('should be accessible', async () => {\n+ it('should be accessible when label is pa...
JavaScript
MIT License
nexxtway/react-rainbow
test: improve accesibility test on VisualPickerOption (#1054)
1
test
null
866,395
03.10.2019 06:51:36
14,400
e65cdced226e348577ec389f48494cd6a7e7e7d8
fix(masthead): fix nav menu toggle; fixes
[ { "change_type": "MODIFY", "diff": "import React from 'react';\nimport { settings } from 'carbon-components';\n-import {\n- HeaderNavigation,\n- HeaderMenu,\n- HeaderMenuItem,\n-} from 'carbon-components-react';\n+import { HeaderNavigation, HeaderMenuItem } from 'carbon-components-react';\n+import HeaderMen...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(masthead): fix nav menu toggle; fixes #111
1
fix
masthead
866,393
03.10.2019 07:41:01
-32,400
7234ef24693d49528d2e583c7e286cf4a41ecb0b
chore(components): switch to fixed IDs Given shadow DOM creates an isolated space for element IDs, we don't need unique ID generation logic for IDs used in shadow DOM.
[ { "change_type": "MODIFY", "diff": "@@ -24,21 +24,6 @@ class BXCheckbox extends FocusMixin(LitElement) {\n@query('input')\nprivate _checkboxNode!: HTMLInputElement;\n- /**\n- * Unique ID used for ID refs.\n- */\n- private _uniqueId = Math.random()\n- .toString(36)\n- .slice(2);\n-\n- /**\n- * The element ID...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(components): switch to fixed IDs (#137) Given shadow DOM creates an isolated space for element IDs, we don't need unique ID generation logic for IDs used in shadow DOM.
1
chore
components
866,393
03.10.2019 08:07:00
-32,400
af3d7db4f7a0dbf6e17270cb8314437b7b9e29ac
feat(toggle): introdule bx-toggle
[ { "change_type": "MODIFY", "diff": "@@ -22,12 +22,12 @@ const { prefix } = settings;\n@customElement(`${prefix}-checkbox`)\nclass BXCheckbox extends FocusMixin(LitElement) {\n@query('input')\n- private _checkboxNode!: HTMLInputElement;\n+ protected _checkboxNode!: HTMLInputElement;\n/**\n* Handles `click` e...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(toggle): introdule bx-toggle (#131)
1
feat
toggle
67,516
03.10.2019 08:38:01
-7,200
698f6264fcb223572f3569278cae1f4b12300518
fix(i18n-docs): removed last code-block file name
[ { "change_type": "MODIFY", "diff": "@@ -636,7 +636,7 @@ This can be useful if you want to cache the `Intl.NumberFormat` instance and reu\nNumeric strings can be converted back to a number using the `I18nService#uf` method.\nThe method takes the numeric string as first argument, followed by an optional secon...
TypeScript
MIT License
aurelia/aurelia
fix(i18n-docs): removed last code-block file name
1
fix
i18n-docs
866,395
03.10.2019 08:41:23
14,400
e554b6b1596b028e154226dc144f8b47fc0bc092
fix(masthead): add platform css class
[ { "change_type": "MODIFY", "diff": "@@ -88,6 +88,10 @@ const Masthead = ({ navigation, ...mastheadProps }) => {\n[`${prefix}--masthead--sticky__l1`]: mastheadL1Ref.current != null,\n});\n+ const hasPlatform = cx({\n+ [`${prefix}--masthead__platform`]: mastheadProps.platform,\n+ });\n+\nuseEffect(() => {\n/*...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(masthead): add platform css class
1
fix
masthead
504,002
03.10.2019 08:48:49
14,400
79a8249071badb764c4d78c9bca1b0ccfb919e5a
fix(table): dataLabel prop allows for customized data-label on header fixes
[ { "change_type": "MODIFY", "diff": "@@ -9,6 +9,7 @@ export interface HeaderCellProps {\nisVisible?: boolean;\nscope?: string;\ntextCenter?: boolean;\n+ dataLabel?: string;\n}\nexport const HeaderCell: React.FunctionComponent<HeaderCellProps> = ({\n@@ -17,6 +18,7 @@ export const HeaderCell: React.FunctionCom...
TypeScript
MIT License
patternfly/patternfly-react
fix(table): dataLabel prop allows for customized data-label on header (#3040) fixes #2941
1
fix
table
866,395
03.10.2019 08:58:03
14,400
5135392109e1ba1ae40d1f6bd86275b46acf481f
fix(css): adds hover/focus to platform name; fixes
[ { "change_type": "MODIFY", "diff": "position: relative;\nheight: 100%;\n+ &.#{$prefix}--masthead__platform {\n+ .#{$prefix}--header__nav {\n+ padding-left: 0;\n+\n+ &::before {\n+ display: none;\n+ }\n+ }\n+ }\n+\n&--search {\ndisplay: flex;\nalign-items: center;\nbackground-color: #dcdcdc;\n}\n}\n+\n+ a.#{...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(css): adds hover/focus to platform name; fixes #114
1
fix
css
866,393
03.10.2019 09:38:03
-32,400
763c1eccdb5c41f953fdaadd47578229a6c01baa
chore(codesandbox): avoid FOUC This change alleviates FOUC that is sometimes seen in our basic CodeSandbox example.
[ { "change_type": "MODIFY", "diff": "@@ -19,6 +19,16 @@ LICENSE file in the root directory of this source tree.\n#app {\nwidth: 300px;\n}\n+\n+ bx-dropdown,\n+ bx-dropdown-item {\n+ visibility: hidden;\n+ }\n+\n+ bx-dropdown:defined,\n+ bx-dropdown-item:defined {\n+ visibility: inherit;\n+ }\n</style>\n<scri...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(codesandbox): avoid FOUC (#134) This change alleviates FOUC that is sometimes seen in our basic CodeSandbox example.
1
chore
codesandbox
866,393
03.10.2019 09:43:41
-32,400
3ff5e7e592bac23eaba560a05079dcf0cc3d36d4
chore(components): upgrade to Carbon 10.6
[ { "change_type": "MODIFY", "diff": "\"babel-plugin-istanbul\": \"^4.1.0\",\n\"babel-preset-vue\": \"^2.0.0\",\n\"bluebird\": \"^3.5.0\",\n- \"carbon-components\": \"^10.5.0\",\n+ \"carbon-components\": \"^10.6.0\",\n\"classnames\": \"^2.2.0\",\n\"commander\": \"^2.13.0\",\n\"core-js\": \"^3.0.0\",\n},\n\"pe...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(components): upgrade to Carbon 10.6 (#136)
1
chore
components
866,393
03.10.2019 09:46:13
-32,400
77c0cd9b7ee8c2afd43502e3a5746bb471b1bf71
docs(data-table): misc Angular story fix This change fixes Angular story for data table, of a stale comment as well as of an used property.
[ { "change_type": "MODIFY", "diff": "@@ -228,12 +228,7 @@ class BXCEDemoDataTable {\n_rows?: TDemoTableRow[];\n/**\n- * The sorted version of the table rows.\n- */\n- _sortedRows?: TDemoTableRow[];\n-\n- /**\n- * `true` if all rows are selected;\n+ * `true` if all rows are selected.\n*/\n_selectedAll?: boole...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
docs(data-table): misc Angular story fix (#127) This change fixes Angular story for data table, of a stale comment as well as of an used property.
1
docs
data-table
531,793
03.10.2019 09:51:08
-3,600
3ae3d9262f32aee688c0a5dc69e4323addb57a34
fix(ui): regenerate package-lock.json
[ { "change_type": "MODIFY", "diff": "}\n},\n\"@emotion/core\": {\n- \"version\": \"10.0.17\",\n- \"resolved\": \"https://registry.npmjs.org/@emotion/core/-/core-10.0.17.tgz\",\n- \"integrity\": \"sha512-gykyjjr0sxzVuZBVTVK4dUmYsorc2qLhdYgSiOVK+m7WXgcYTKZevGWZ7TLAgTZvMelCTvhNq8xnf8FR1IdTbg==\",\n+ \"version\"...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): regenerate package-lock.json
1
fix
ui
866,395
03.10.2019 10:12:03
14,400
31fbc858ed7b3600c04cf2131a2c467c25fb53e4
fix(masthead): fix toggle states based on blur
[ { "change_type": "MODIFY", "diff": "@@ -70,6 +70,8 @@ class HeaderMenu extends React.Component {\nselectedIndex: null,\n};\nthis.items = [];\n+ this.setIgnoreBlur = this.setIgnoreBlur.bind(this);\n+ this.clearIgnoreBlur = this.clearIgnoreBlur.bind(this);\n}\n/**\n@@ -105,9 +107,21 @@ class HeaderMenu extend...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(masthead): fix toggle states based on blur
1
fix
masthead
711,597
03.10.2019 10:18:06
-7,200
0f3af2a2c08781ec1daa97cca3f359a9eee6a15d
chore: Publish v0.3.3
[ { "change_type": "MODIFY", "diff": "+## <small>0.3.3 (2019-10-03)</small>\n+\n+\n+#### Features\n+\n+* **admin-ui** Allow creation of verified Customers ([f451115](https://github.com/vendure-ecommerce/vendure/commit/f451115)), closes [#171](https://github.com/vendure-ecommerce/vendure/issues/171)\n+* **admi...
TypeScript
MIT License
vendure-ecommerce/vendure
chore: Publish v0.3.3
1
chore
null
471,527
03.10.2019 10:25:37
-7,200
ca739077d99f7a1be496b4f83ccf157f929e51f5
chore: update slack invite url
[ { "change_type": "MODIFY", "diff": "@@ -53,7 +53,7 @@ Feel free to reach out to us on [twitter](https://twitter.com/OpenWc) or create\nYou can also find us on the Polymer slack in the [#open-wc](https://polymer.slack.com/messages/CE6D9DN05) channel.\n-You can join the Polymer slack by visiting [this link](h...
JavaScript
MIT License
open-wc/open-wc
chore: update slack invite url
1
chore
null
471,527
03.10.2019 10:31:23
-7,200
8fd7be09f0f4af39396743a6d978931e95db2d4b
chore: update polymer slack invite link
[ { "change_type": "MODIFY", "diff": "@@ -56,4 +56,4 @@ The web components standards are fairly low-level, letting library authors build\n## Contribute\n-Feel free to critique, ask questions and join the conversation, we'd love to hear your opinions and feedback. You can reach us by creating an issue on our [...
JavaScript
MIT License
open-wc/open-wc
chore: update polymer slack invite link
1
chore
null
103,426
03.10.2019 10:55:45
-7,200
bd4296116d841ed355f3dbebb40cfbc3b87a79ff
fix: fix RadioButton onPress
[ { "change_type": "MODIFY", "diff": "@@ -112,9 +112,9 @@ class RadioButton extends React.Component<Props> {\nhandlePress = (context: RadioButtonContextType) => {\nconst { onPress } = this.props;\n- const { onValueChange } = context;\n+ const onValueChange = context ? context.onValueChange : () => {};\n- onPr...
TypeScript
MIT License
callstack/react-native-paper
fix: fix RadioButton onPress (#1359)
1
fix
null
866,415
03.10.2019 10:57:58
14,400
136fac5b3dc5ec434640526db00fa560d14ff663
feat(leadspace): separate image into its own component
[ { "change_type": "MODIFY", "diff": "@@ -15,6 +15,7 @@ import {\n} from '@carbon/ibmdotcom-utilities';\nimport { LEADSPACE } from '../../internal/FeatureFlags';\nimport LeadSpaceButtons from './LeadSpaceButtons';\n+import LeadSpaceImage from './LeadSpaceImage';\nconst { stablePrefix } = ddsSettings;\nconst {...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(leadspace): separate image into its own component
1
feat
leadspace
71,371
03.10.2019 10:59:55
-7,200
934d36fed04bdaf24332fc5d38aaee663c6f7347
fix(custom-resources): support region for AwsCustomResource * fix(custom-resources): support region for AwsCustomResource Allow to specify region for AWS API calls in `AwsCustomResource` Remove gitignored file `lib/sdk-api-metadata.json`. Closes * add warning note in region doc
[ { "change_type": "MODIFY", "diff": "@@ -62,11 +62,18 @@ export async function handler(event: AWSLambda.CloudFormationCustomResourceEvent\nconst call: AwsSdkCall | undefined = event.ResourceProperties[event.RequestType];\nif (call) {\n- const awsService = new (AWS as any)[call.service](call.apiVersion && { a...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(custom-resources): support region for AwsCustomResource (#4298) * fix(custom-resources): support region for AwsCustomResource Allow to specify region for AWS API calls in `AwsCustomResource` Remove gitignored file `lib/sdk-api-metadata.json`. Closes #4292 * add warning note in region doc
1
fix
custom-resources
504,026
03.10.2019 11:33:31
14,400
c38ca98a5d4cd3f3b589559a891f549fb661b3f6
chore(charts): moved ChartThreshold to its own example Fixes
[ { "change_type": "MODIFY", "diff": "@@ -21,7 +21,7 @@ import './chart-area.scss';\nNote: PatternFly React charts live in its own package at [@patternfly/react-charts](https://www.npmjs.com/package/@patternfly/react-charts)!\n-PatternFly React charts are based on the [Victory chart](https://formidable.com/op...
TypeScript
MIT License
patternfly/patternfly-react
chore(charts): moved ChartThreshold to its own example (#3019) Fixes https://github.com/patternfly/patternfly-react/issues/3014
1
chore
charts
791,690
03.10.2019 14:16:27
18,000
779fdedddd24b9aa856fbe85ebd5c2b65afbeba3
core(link-elements): ignore non-HTMLLinkElements
[ { "change_type": "MODIFY", "diff": "<div>\n<h2>Do better web tester page</h2>\n<span>Hi there!</span>\n+\n+ <!-- Invalid SVG with a link just to ensure the `LinkElements` gatherer can handle it. -->\n+ <svg role=\"img\" class=\"social-facebook\" aria-labelledby=\"social-facebook-5\">\n+ <title id=\"social-f...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(link-elements): ignore non-HTMLLinkElements (#9765)
1
core
link-elements
67,476
03.10.2019 14:17:56
-7,200
aee5f6d567169068c46289c58beeaecf472d932e
chore(realworld): change webpack-loader to local version and refresh package-lock
[ { "change_type": "MODIFY", "diff": "},\n\"dependencies\": {\n\"@aurelia/kernel\": {\n- \"version\": \"0.3.0\",\n- \"resolved\": false\n+ \"version\": \"0.3.0\"\n},\n\"@aurelia/runtime\": {\n\"version\": \"0.3.0\",\n- \"resolved\": false,\n\"requires\": {\n\"@aurelia/kernel\": \"0.3.0\"\n},\n\"dependencies\"...
TypeScript
MIT License
aurelia/aurelia
chore(realworld): change webpack-loader to local version and refresh package-lock
1
chore
realworld
67,476
03.10.2019 14:36:58
-7,200
e63c14d7ae2e47d5dfddc98ced2edc7b0267a057
chore(aurelia): update package lock
[ { "change_type": "MODIFY", "diff": "\"devDependencies\": {\n\"@types/node\": \"^10.14.13\",\n\"tslib\": \"^1.10.0\",\n- \"tslint\": \"^5.19.0\",\n- \"tslint-microsoft-contrib\": \"^6.2.0\",\n- \"tslint-sonarts\": \"^1.9.0\",\n- \"typescript\": \"^3.5.3\"\n+ \"typescript\": \"^3.6.3\"\n}\n}\n", "new_path...
TypeScript
MIT License
aurelia/aurelia
chore(aurelia): update package lock
1
chore
aurelia
866,395
03.10.2019 14:59:49
14,400
415c254e9796c073f3e6109e4b0e3a325a6dc569
fix(carbon): add local carbon internal utils
[ { "change_type": "MODIFY", "diff": "@@ -18,7 +18,8 @@ packages/react/storybook-static\n# local carbon-components-react\npackages/react/src/components/carbon-components-react\n-\n+packages/react/src/internal/keyboard\n+packages/react/src/prop-types\n# services\npackages/services/coverage\n", "new_path": ...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(carbon): add local carbon internal utils
1
fix
carbon
902,122
03.10.2019 15:02:02
0
2db98a90adf40be0f50f11acea433bfc20b9d477
chore(release): v5.15.0
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+# [5.15.0](https://github.com/kikobeats/browserless/compare/v5.14.14...v5.15.0) (2019-10-03)\n+\n+\n+### Features\n+\...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v5.15.0
1
chore
release