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,494 | 16.09.2019 13:10:20 | -7,200 | 85c323c72e4018140d9a112543942aca30da4368 | refactor(router): add stateful history and append & move clear viewports | [
{
"change_type": "MODIFY",
"diff": "@@ -29,12 +29,14 @@ export interface IGotoOptions {\nquery?: string;\ndata?: Record<string, unknown>;\nreplace?: boolean;\n+ append?: boolean;\norigin?: IRouteableComponent | Element;\n}\nexport interface IRouterOptions extends INavigatorOptions, IRouteTransformer {\nsepa... | TypeScript | MIT License | aurelia/aurelia | refactor(router): add stateful history and append & move clear viewports | 1 | refactor | router |
815,590 | 16.09.2019 13:13:35 | -28,800 | 9f4f5b38432d007c5baccddfd1eb0cecee7fc16c | refactor: use temp file to dump peer store | [
{
"change_type": "MODIFY",
"diff": "@@ -36,10 +36,10 @@ snap = \"0.2\"\nckb-types = { path = \"../util/types\" }\nipnetwork = \"0.14\"\nserde_json = \"1.0\"\n+tempfile = \"3.0.7\"\n[dev-dependencies]\ncriterion = \"0.3\"\n-tempfile = \"3.0.7\"\n[[bench]]\nname = \"peer_store\"\n",
"new_path": "network/C... | Rust | MIT License | nervosnetwork/ckb | refactor: use temp file to dump peer store | 1 | refactor | null |
711,597 | 16.09.2019 13:27:59 | -7,200 | 528eb3c5b001200f6cf53ad3eadbda6b3f579519 | fix(core): Allow removal of all Assets from an entity | [
{
"change_type": "MODIFY",
"diff": "@@ -225,6 +225,21 @@ describe('Collection resolver', () => {\nexpect(updateCollection.assets.map(a => a.id)).toEqual([assets[3].id, assets[0].id]);\n});\n+\n+ it('removes all assets', async () => {\n+ const { updateCollection } = await client.query<\n+ UpdateCollection.Mu... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Allow removal of all Assets from an entity | 1 | fix | core |
866,415 | 16.09.2019 13:47:06 | 14,400 | 94511aebec31130a8eda4723e716bfbdca6d75a5 | feat(leadspace): cleanup of classnames | [
{
"change_type": "MODIFY",
"diff": "@@ -37,6 +37,17 @@ function renderButtons(buttons) {\n});\n}\n+/**\n+ * renders the pattern classnames\n+ *\n+ * @param {string} variation variation of the pattern\n+ * @returns {string} classnames\n+ */\n+const className = variation =>\n+ classnames(`${prefix}--leadspace... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | feat(leadspace): cleanup of classnames | 1 | feat | leadspace |
711,597 | 16.09.2019 13:49:14 | -7,200 | 6e751b01679a63c381dbcc6d9a7ac25be553435c | fix(admin-ui): Trigger navigation confirm if assets have been changed | [
{
"change_type": "MODIFY",
"diff": "@@ -202,6 +202,10 @@ export class CollectionDetailComponent extends BaseDetailComponent<Collection.Fr\n);\n}\n+ canDeactivate(): boolean {\n+ return super.canDeactivate() && !this.assetChanges.assetIds && !this.assetChanges.featuredAssetId;\n+ }\n+\n/**\n* Sets the values... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(admin-ui): Trigger navigation confirm if assets have been changed | 1 | fix | admin-ui |
699,193 | 16.09.2019 14:04:28 | 18,000 | 9dd0bf694ad7d7a69676148cb37459d332d74f3a | fix(jest): jest-emotion no longer depeneds on emotion | [
{
"change_type": "MODIFY",
"diff": "-const emotion = require('emotion');\n-const {createSerializer} = require('jest-emotion');\n+const {serializer} = require('jest-emotion');\nconst Enzyme = require('enzyme');\nconst Adapter = require('enzyme-adapter-react-16');\n-expect.addSnapshotSerializer(createSerializ... | TypeScript | MIT License | twilio-labs/paste | fix(jest): jest-emotion no longer depeneds on emotion | 1 | fix | jest |
306,423 | 16.09.2019 14:12:30 | -7,200 | e666180e5c23a96340bc9bae4f0863bea1653c3f | fix(tooltip): do not recreate overlay controller from extends Popup | [
{
"change_type": "MODIFY",
"diff": "import { LionPopup } from '@lion/popup';\n-import { overlays, LocalOverlayController } from '@lion/overlays';\nexport class LionTooltip extends LionPopup {\nconstructor() {\n@@ -10,20 +9,8 @@ export class LionTooltip extends LionPopup {\nconnectedCallback() {\nsuper.conne... | JavaScript | MIT License | ing-bank/lion | fix(tooltip): do not recreate overlay controller from extends Popup | 1 | fix | tooltip |
67,494 | 16.09.2019 14:19:58 | -7,200 | f7b4f4f87e70da61dcf03542805bc7b611e04787 | refactor(router): add children to viewport | [
{
"change_type": "MODIFY",
"diff": "@@ -455,7 +455,19 @@ export class Router implements IRouter {\npublic addViewport(name: string, element: Element, context: IRenderContext, options?: IViewportOptions): Viewport {\nReporter.write(10000, 'Viewport added', name, element);\nconst parentScope = this.findScope(... | TypeScript | MIT License | aurelia/aurelia | refactor(router): add children to viewport | 1 | refactor | router |
67,494 | 16.09.2019 14:20:32 | -7,200 | 30a86a974a54b2d4325a5e47726044972707ef14 | test(router): add test for child canLeave | [
{
"change_type": "MODIFY",
"diff": "@@ -316,6 +316,8 @@ describe('Router', function () {\nconst { lifecycle, host, router, tearDown } = await setup();\n+ quxCantLeave = 1;\n+\nawait $goto('baz@left+qux@right', router, lifecycle);\nassert.includes(host.textContent, 'Viewport: baz', `host.textContent`);\nasse... | TypeScript | MIT License | aurelia/aurelia | test(router): add test for child canLeave | 1 | test | router |
67,494 | 16.09.2019 14:21:13 | -7,200 | d528024fc6bb115142514c36acb868a19978abac | refactor(router): check children in canLeave | [
{
"change_type": "MODIFY",
"diff": "@@ -166,6 +166,10 @@ export class Viewport {\n}\npublic async canLeave(): Promise<boolean> {\n+ const results = await Promise.all(this.children.map((child) => child.canLeave()));\n+ if (results.some(result => result === false)) {\n+ return false;\n+ }\nreturn this.content... | TypeScript | MIT License | aurelia/aurelia | refactor(router): check children in canLeave | 1 | refactor | router |
699,193 | 16.09.2019 14:27:41 | 18,000 | 62a9d2d5384b2d086c4e3737986a9b0932654354 | chore(monorepo): fixing lerna publish for public repos | [
{
"change_type": "MODIFY",
"diff": "\"module\": \"dist/index.es.js\",\n\"types\": \"dist/index.d.ts\",\n\"sideEffects\": false,\n+ \"publishConfig\": {\n+ \"access\": \"public\"\n+ },\n\"files\": [\n\"dist\"\n],\n",
"new_path": "packages/paste-core/components/anchor/package.json",
"old_path": "packa... | TypeScript | MIT License | twilio-labs/paste | chore(monorepo): fixing lerna publish for public repos | 1 | chore | monorepo |
67,494 | 16.09.2019 14:27:52 | -7,200 | fd803e472dcd20ef6e50d855613ae01dbf099322 | refactor(router): add unload content | [
{
"change_type": "MODIFY",
"diff": "@@ -212,10 +212,7 @@ export class Viewport {\n// No need to wait for next component activation\nif (this.content.componentInstance && !(this.nextContent as ViewportContent).componentInstance) {\nawait this.content.leave((this.nextContent as ViewportContent).instruction);\... | TypeScript | MIT License | aurelia/aurelia | refactor(router): add unload content | 1 | refactor | router |
273,683 | 16.09.2019 14:32:59 | -7,200 | 0fc00567b71a44f1ae4bff227c058de0af5249be | fix(graphql): update variables when query changes | [
{
"change_type": "MODIFY",
"diff": "@@ -139,7 +139,7 @@ test('create page with pagination', async () => {\nexpect(route.path).toEqual('/page/:page(\\\\d+)?/')\nexpect(route.internal.path).toEqual('/page')\nexpect(route.internal.regexp).toEqual(/^\\/page(?:\\/(\\d+))?(?:\\/)?$/i)\n- expect(route.internal.que... | JavaScript | MIT License | gridsome/gridsome | fix(graphql): update variables when query changes | 1 | fix | graphql |
699,193 | 16.09.2019 14:34:17 | 18,000 | 1ee35fd9816b4c1c9864ff2550c3083b16e708b2 | chore(monorepo): tweak lerna publish step | [
{
"change_type": "MODIFY",
"diff": "\"build:storybook\": \"build-storybook -c .storybook -o ./docs\",\n\"build:website\": \"yarn workspace @twilio-paste/website build\",\n\"pre-push\": \"concurrently \\\"yarn:lint\\\" \\\"yarn:test\\\" \\\"yarn:prettier\\\" \\\"yarn:type-check\\\"\",\n- \"release\": \"yarn ... | TypeScript | MIT License | twilio-labs/paste | chore(monorepo): tweak lerna publish step | 1 | chore | monorepo |
711,597 | 16.09.2019 14:36:11 | -7,200 | ffab8383d15363ef0759e4c394b50dc1ec487d3f | feat(admin-ui): Enable drag-drop reordering of Collections | [
{
"change_type": "MODIFY",
"diff": "class=\"tree-node\"\n#dropList\n[cdkDropListData]=\"collectionTree\"\n- [cdkDropListDisabled]=\"true\"\n+ [cdkDropListDisabled]=\"false\"\n(cdkDropListDropped)=\"drop($event)\"\n>\n<div\n<clr-icon shape=\"edit\"></clr-icon>\n{{ 'common.edit' | translate }}\n</a>\n- <!--\n... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(admin-ui): Enable drag-drop reordering of Collections | 1 | feat | admin-ui |
104,857 | 16.09.2019 14:44:06 | 10,800 | a77415cffdb8b0ba1ada2b1cfa411d52f3dd909d | fix(prop): prop type correctt | [
{
"change_type": "MODIFY",
"diff": "@@ -141,8 +141,7 @@ const propTypes = {\npageForwardAria: PropTypes.string,\npageNumberAria: PropTypes.string,\nitemsPerPage: PropTypes.string,\n- itemsRange: PropTypes.string,\n- currentPage: PropTypes.string,\n+ currentPage: PropTypes.func,\nitemsRangeWithTotal: PropTyp... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(prop): prop type correctt | 1 | fix | prop |
71,101 | 16.09.2019 14:47:25 | -7,200 | cff583e63f2216fdd693a853a8db465007e06fe1 | chore: fix regex in auto-merging | [
{
"change_type": "MODIFY",
"diff": "@@ -32,7 +32,7 @@ pull_request_rules:\nstrict_method: merge\ndelete_head_branch: {}\nconditions:\n- - author~=dependabot(-preview)?[bot]\n+ - author~=dependabot(-preview)?\\[bot\\]\n- status-success=AWS CodeBuild us-east-1 (AutoBuildProject6AEA49D1-qxepHUsryhcu)\n- name: ... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore: fix regex in @dependabot auto-merging (#4098) | 1 | chore | null |
713,841 | 16.09.2019 14:48:17 | -7,200 | fae4e25bd3485d9ebfd5381d83ee7f174e1053da | refactor(eslint-config): use TS rules only in TS files | [
{
"change_type": "MODIFY",
"diff": "module.exports = {\n- extends: ['./rules/base', './rules/typescript', './rules/import', './rules/prettier'].map(require.resolve),\n+ extends: ['./rules/base', './rules/prettier'].map(require.resolve),\nenv: {\nes6: true,\nnode: true,\n@@ -16,4 +16,10 @@ module.exports = {... | TypeScript | MIT License | verdaccio/monorepo | refactor(eslint-config): use TS rules only in TS files | 1 | refactor | eslint-config |
711,597 | 16.09.2019 15:01:10 | -7,200 | d07f977232070051b11f36eab53e9db468593e42 | test(core): Add test case for importing custom fields data | [
{
"change_type": "MODIFY",
"diff": "@@ -17,6 +17,9 @@ Array [\n\"source\": \"test-url/test-assets/pps2.jpg\",\n},\n],\n+ \"customFields\": Object {\n+ \"pageType\": \"default\",\n+ },\n\"description\": \"A great device for stretching paper.\",\n\"facetValues\": Array [],\n\"featuredAsset\": Object {\n@@ -38... | TypeScript | MIT License | vendure-ecommerce/vendure | test(core): Add test case for importing custom fields data | 1 | test | core |
447,451 | 16.09.2019 15:50:07 | 14,400 | e5e5b2e514e24d533f5e3d05ecaac5f1f25c7ea3 | fix: placeholder styles for moz in TimePicker | [
{
"change_type": "MODIFY",
"diff": "@@ -25,7 +25,7 @@ export default function SectionHeading() {\nreturn (\n<header className=\"react-rainbow-heading-container rainbow-flex rainbow-justify_end rainbow-align_center rainbow-position_fixed\">\n<div className=\"rainbow-align-content_center react-rainbow-github-... | JavaScript | MIT License | nexxtway/react-rainbow | fix: placeholder styles for moz in TimePicker (#940) | 1 | fix | null |
815,590 | 16.09.2019 15:51:17 | -28,800 | 971c25ec8c9223ff553f4c44a53ac1f13ec13f19 | fix: fix genesis dao satoshi gift incorrect calculation | [
{
"change_type": "MODIFY",
"diff": "# Spec: ckb_dev\n[ckb_dev]\n-genesis = \"0x4901754ac7786835710ede43e55a707dd0f7cfc2009aef11ae1260483ed89a26\"\n+genesis = \"0x18be8d57863c8f548c5772ed07912aaf731f367e048765f1c3c0a6f76c55c54c\"\ncellbase = \"0x6ad2e9bddef6b99665f2cf69368a5aeb5f4d9f26615cf91b4637254980d32b0... | Rust | MIT License | nervosnetwork/ckb | fix: fix genesis dao satoshi gift incorrect calculation | 1 | fix | null |
447,451 | 16.09.2019 16:05:49 | 14,400 | ea3951958e017ae3508cf43c46398dde67b61be0 | fix: placeholder common-mixin in TimePicker | [
{
"change_type": "MODIFY",
"diff": "}\n&::-webkit-input-placeholder {\n- @include animation-properties();\n+ @include placeholder-common();\n}\n&::-moz-placeholder {\n- @include animation-properties();\n+ @include placeholder-common();\n}\n&:-ms-input-placeholder {\n- @include animation-properties();\n+ @in... | JavaScript | MIT License | nexxtway/react-rainbow | fix: placeholder common-mixin in TimePicker (#941) | 1 | fix | null |
76,605 | 16.09.2019 16:33:23 | -7,200 | befe168a231138731acedb9496d2316a9606c73e | feat: add traverse to handlebars to support arrays and objects. | [
{
"change_type": "MODIFY",
"diff": "@@ -4,16 +4,50 @@ const evaluator = new Evaluator();\nconst dictionary = {};\n-function compile(str) {\n+/**\n+ * Process a string using a dictionary to don't repeat the regex match.\n+ * @param {string} str String to be processed.\n+ * @param {object[]} context Context w... | JavaScript | MIT License | axa-group/nlp.js | feat: add traverse to handlebars to support arrays and objects. | 1 | feat | null |
217,922 | 16.09.2019 16:40:40 | -7,200 | 4f63560a14e7600bcf1f87c88f4c44b855b199a9 | fix(list): fixed an issue with lists not being regenerated properly in some cases | [
{
"change_type": "MODIFY",
"diff": "@@ -217,7 +217,7 @@ export class ListManagerService {\npublic upgradeList(list: List): Observable<List> {\nconst permissions = list.registry;\nconst backup = [];\n- if (list.items.length === 0) {\n+ if (list.finalItems.length === 0) {\nreturn of(list);\n}\nlist.items.forE... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(list): fixed an issue with lists not being regenerated properly in some cases | 1 | fix | list |
866,415 | 16.09.2019 16:53:15 | 14,400 | 3143aaba75d827109f92d4c16fa93ddc364db26e | feat(leadspace): readme and simplifying css | [
{
"change_type": "MODIFY",
"diff": "@@ -40,16 +40,21 @@ storiesOf('LeadSpace', module)\nconst themes = {\n'dark (g100)': 'g100',\n- 'light (white)': 'white',\n+ 'light (white)': '',\n};\nreturn (\n- <div className={`bx--leadspace--${select('theme', themes, 'g100')}`}>\n+ <div\n+ className={`bx--leadspace--$... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | feat(leadspace): readme and simplifying css | 1 | feat | leadspace |
866,415 | 16.09.2019 17:32:34 | 14,400 | c97ab1f264e71ba4c7c0fe26b7cea5d1b362ef2f | feat(leadspace): applying the grid mixins | [
{
"change_type": "MODIFY",
"diff": "@@ -64,6 +64,17 @@ const LeadSpace = ({ variation, title, copy, buttons, image }) =>\nLEADSPACE,\n<section data-autoid=\"leadspace\" className={className(variation)}>\n<div className={`${prefix}--leadspace__container`}>\n+ <div className={`${prefix}--leadspace__overlay`}>... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | feat(leadspace): applying the grid mixins | 1 | feat | leadspace |
104,827 | 16.09.2019 19:03:00 | 18,000 | 7237314273ad9d138514025636eb5b33ba1f2670 | fix(imagecard): non-icons need white border
(also, all hotspots should have `cursor: pointer`) | [
{
"change_type": "MODIFY",
"diff": "@@ -43,13 +43,19 @@ const StyledHotspot = styled(({ className, children }) => (\nprops.icon\n? `\nborder: solid 1px #aaa;\n+ cursor: pointer;\npadding: 4px;\nbackground: white;\nopacity: 0.9;\nborder-radius: 4px;\nbox-shadow: 0 0 8px #777;\n`\n- : ``}\n+ : `\n+ cursor: po... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(imagecard): non-icons need white border
(also, all hotspots should have `cursor: pointer`) | 1 | fix | imagecard |
273,683 | 16.09.2019 19:34:29 | -7,200 | a80fb76d9eb55f958be5d789e11430d62df0fb92 | fix(templates): fix templates on windows | [
{
"change_type": "MODIFY",
"diff": "+const path = require('path')\nconst { debounce } = require('lodash')\nmodule.exports = (app, pages) => {\n@@ -19,9 +20,10 @@ module.exports = (app, pages) => {\nfetchQueries()\n})\n- pages._watcher.on('change', component => {\n+ pages._watcher.on('change', filePath => {\... | JavaScript | MIT License | gridsome/gridsome | fix(templates): fix templates on windows | 1 | fix | templates |
306,394 | 16.09.2019 19:51:01 | -7,200 | 4ff7a1e846301a88600b59426ccccec9e680ec96 | fix(icon): render nothing consistently when svg is null | [
{
"change_type": "MODIFY",
"diff": "@@ -83,7 +83,7 @@ export class LionIcon extends LitElement {\n*/\nset svg(svg) {\nthis.__svg = svg;\n- if (svg === undefined) {\n+ if (svg === undefined || svg === null) {\nthis._renderSvg(nothing);\n} else if (isPromise(svg)) {\nthis._renderSvg(nothing); // show nothing ... | JavaScript | MIT License | ing-bank/lion | fix(icon): render nothing consistently when svg is null | 1 | fix | icon |
67,494 | 16.09.2019 20:04:23 | -7,200 | b1e6902c697f5aaa91dbcc5958d90b0a656ce7a0 | refactor(router): optionally get all viewports including disabled | [
{
"change_type": "MODIFY",
"diff": "@@ -69,7 +69,7 @@ export interface IRouter {\n// Called from the viewport custom element\nremoveViewport(viewport: Viewport, element: Element | null, context: IRenderContext | null): void;\n- allViewports(): Viewport[];\n+ allViewports(includeDisabled?: boolean): Viewport... | TypeScript | MIT License | aurelia/aurelia | refactor(router): optionally get all viewports including disabled | 1 | refactor | router |
531,793 | 16.09.2019 21:30:22 | -3,600 | 2444e9a66a37e41479245f3f9c36a679f48368fa | feat(ui): add Accordion component | [
{
"change_type": "MODIFY",
"diff": "\"@babel/runtime\": \"^7.0.0\"\n}\n},\n+ \"react-collapsible\": {\n+ \"version\": \"2.6.0\",\n+ \"resolved\": \"https://registry.npmjs.org/react-collapsible/-/react-collapsible-2.6.0.tgz\",\n+ \"integrity\": \"sha512-r4JSoqh3C3sUIzEr9eXtDC4WPNZsOffO1EeA3ZvyS7JeDIOwmfov9p/... | TypeScript | Apache License 2.0 | prymitive/karma | feat(ui): add Accordion component | 1 | feat | ui |
711,597 | 16.09.2019 21:46:22 | -7,200 | 548496e997bcb8e49b0e0103f561358ea9904426 | refactor(admin-ui): Make global flex spacer class | [
{
"change_type": "MODIFY",
"diff": "margin: 0 6px;\n}\n}\n-.flex-spacer {\n- flex: 1;\n-}\n",
"new_path": "packages/admin-ui/src/app/catalog/components/asset-preview/asset-preview.component.scss",
"old_path": "packages/admin-ui/src/app/catalog/components/asset-preview/asset-preview.component.scss"
... | TypeScript | MIT License | vendure-ecommerce/vendure | refactor(admin-ui): Make global flex spacer class | 1 | refactor | admin-ui |
447,451 | 16.09.2019 22:55:59 | 14,400 | a1f7b735ed08b9ff42f14c5d9abb73ad11db71ef | fix: fetchGithubStars | [
{
"change_type": "MODIFY",
"diff": "export default function fetchGithubStars() {\n- return fetch('https://api.github.com/repos/nexxtway/react-rainbow/stargazers?per_page=100')\n- .then(respose => respose.text())\n- .then(responseText => JSON.parse(responseText))\n- .then(starsArray => starsArray.length);\n+... | JavaScript | MIT License | nexxtway/react-rainbow | fix: fetchGithubStars (#944) | 1 | fix | null |
447,440 | 16.09.2019 23:43:35 | 18,000 | 2227c1dd6e811649d624e4e56ccb12bc7743748f | fix: accessibility typo | [
{
"change_type": "MODIFY",
"diff": "@@ -49,7 +49,7 @@ export default function FeatureList(props) {\n<Item\nclassName=\"react-rainbow-feature-list_item\"\nimage={<Accesibility />}\n- title=\"Accesibility\"\n+ title=\"Accessibility\"\ndescription=\"Accessibility is part of our definition of done. It's a must ... | JavaScript | MIT License | nexxtway/react-rainbow | fix: accessibility typo (#945) | 1 | fix | null |
447,451 | 17.09.2019 04:03:28 | 14,400 | 781a8cc9127886706ff0374125726f6685ca55d9 | fix: keep sync in installation page title with react version used | [
{
"change_type": "MODIFY",
"diff": "@@ -36,6 +36,8 @@ export default class GettingStartedPage extends Component {\nsuper(props);\nthis.state = { activeTabName: 'overview' };\nthis.handleTabChange = this.handleTabChange.bind(this);\n+ // eslint-disable-next-line no-undef\n+ this.reactV = reactVersion[0] === ... | JavaScript | MIT License | nexxtway/react-rainbow | fix: keep sync in installation page title with react version used (#947) | 1 | fix | null |
447,451 | 17.09.2019 04:38:42 | 14,400 | def0d0862d00e86744b763e838f96b84b2e71466 | fix: lookup dropdown when click | [
{
"change_type": "MODIFY",
"diff": "@@ -95,4 +95,23 @@ describe('<Options />', () => {\n.simulate('mouseEnter');\nexpect(onHoverOptionMockFn).toHaveBeenCalledWith(1);\n});\n+ it('should call preventDefault when click in a header option', () => {\n+ const event = {\n+ preventDefault: jest.fn(),\n+ };\n+ cons... | JavaScript | MIT License | nexxtway/react-rainbow | fix: lookup dropdown when click (#948) | 1 | fix | null |
266,135 | 17.09.2019 07:05:29 | 25,200 | 413af5befd8fc3c76f36fb4c3d28730a5054dafb | fix(build): add subcommand to get proxyurl | [
{
"change_type": "MODIFY",
"diff": "@@ -50,10 +50,10 @@ steps:\n- \"-c\"\n- |\n# Get the endpoint for serverless-scheduler-proxy\n- proxyurl=gcloud beta run services describe serverless-scheduler-proxy \\\n+ proxyurl=$(gcloud beta run services describe serverless-scheduler-proxy \\\n--platform managed \\\n-... | TypeScript | Apache License 2.0 | googleapis/repo-automation-bots | fix(build): add subcommand to get proxyurl (#76) | 1 | fix | build |
866,394 | 17.09.2019 08:33:47 | 14,400 | f9efb31f5e8cba7c68b21fd0584a2848e7bdf671 | fix(patterns): fixed initial release version of patterns react | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"@carbon/ibmdotcom-patterns-react\",\n\"description\": \"IBM.com Library React Patterns\",\n- \"version\": \"0.3.0\",\n+ \"version\": \"0.0.0\",\n\"license\": \"Apache-2.0\",\n\"main\": \"lib/index.js\",\n\"module\": \"es/index.js\",\n",
"new_path": "pac... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix(patterns): fixed initial release version of patterns react | 1 | fix | patterns |
103,440 | 17.09.2019 08:48:55 | -7,200 | ca94a2304dc58166e1fe6ef3426e9066d57cc31e | fix: fix issue with displaying text in rtl mode | [
{
"change_type": "MODIFY",
"diff": "import * as React from 'react';\n-import {\n- Text as NativeText,\n- TextStyle,\n- I18nManager,\n- StyleProp,\n-} from 'react-native';\n+import { Text as NativeText, TextStyle, StyleProp } from 'react-native';\nimport { withTheme } from '../../core/theming';\nimport { The... | TypeScript | MIT License | callstack/react-native-paper | fix: fix issue with displaying text in rtl mode | 1 | fix | null |
103,440 | 17.09.2019 09:05:58 | -7,200 | 818f73c848bc0b0888c918810e9099a5746a1cf2 | fix: allow changing progressBar progress when visible | [
{
"change_type": "MODIFY",
"diff": "@@ -79,9 +79,9 @@ class ProgressBar extends React.Component<Props, State> {\nindeterminateAnimation: Animated.CompositeAnimation | null = null;\ncomponentDidUpdate(prevProps: Props) {\n- const { visible } = this.props;\n+ const { visible, progress } = this.props;\n- if (v... | TypeScript | MIT License | callstack/react-native-paper | fix: allow changing progressBar progress when visible | 1 | fix | null |
866,392 | 17.09.2019 09:20:40 | 18,000 | ab86b39569525d9fdb18a5e4500f9c936a729407 | chore(footer): improved unit tests | [
{
"change_type": "MODIFY",
"diff": "\"@babel/plugin-transform-runtime\": \"^7.5.5\",\n\"@babel/preset-env\": \"^7.5.5\",\n\"@babel/preset-react\": \"^7.0.0\",\n- \"@carbon/grid\": \"^10.6.0\",\n\"@storybook/addon-a11y\": \"^5.1.3\",\n\"@storybook/addon-actions\": \"^5.1.3\",\n\"@storybook/addon-info\": \"^5... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(footer): improved unit tests | 1 | chore | footer |
266,135 | 17.09.2019 09:36:18 | 25,200 | d66222e12d92cc4db77873ea587198215fddff7e | fix: adds missing slash to cloudbuild | [
{
"change_type": "MODIFY",
"diff": "@@ -142,7 +142,7 @@ steps:\nfunctionname=${f//-/_}\ngcloud functions deploy $functionname --trigger-http \\\n--runtime nodejs10 \\\n- --region $_FUNCTION_REGION\n+ --region $_FUNCTION_REGION \\\n--set-env-vars DRIFT_PRO_BUCKET=$_BUCKET,KEY_LOCATION=$_KEY_LOCATION,KEY_RING... | TypeScript | Apache License 2.0 | googleapis/repo-automation-bots | fix: adds missing slash to cloudbuild (#78) | 1 | fix | null |
866,394 | 17.09.2019 09:43:19 | 14,400 | e288064e60b0c04774b2010d40af2e90200518e7 | docs(cors): added link to environment variables documentation | [
{
"change_type": "MODIFY",
"diff": "@@ -49,7 +49,8 @@ ReactDOM.render(<App />, document.querySelector('#app'));\nThis component makes cross-origin requests to `www.ibm.com`, which will require\na cors proxy to be configured to make successful calls from a lower environment.\n-A cors proxy can be configured ... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | docs(cors): added link to environment variables documentation | 1 | docs | cors |
749,516 | 17.09.2019 10:03:44 | 25,200 | c32503f7e1d5eadd313f28e7fc84593a66f711a6 | feat(modals): deprecate FocusJailContainer and ModalContainer | [
{
"change_type": "MODIFY",
"diff": "\"access\": \"public\"\n},\n\"zendeskgarden:library\": \"GardenAutocomplete\",\n- \"zendeskgarden:max_size\": \"56 kB\",\n+ \"zendeskgarden:max_size\": \"58 kB\",\n\"zendeskgarden:src\": \"src/index.js\"\n}\n",
"new_path": "packages/autocomplete/package.json",
"ol... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | feat(modals): deprecate FocusJailContainer and ModalContainer (#456) | 1 | feat | modals |
217,922 | 17.09.2019 10:11:59 | -7,200 | d9d1ea4e699cf92e69a8427d3ac07716ea13e897 | fix(importer): fixed an issue with garlandtools importer | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,7 @@ import { Observable, of } from 'rxjs';\nexport class GarlandtoolsGroupLinkParser implements ExternalListLinkParser {\ncanParse(url: string): boolean {\n- return url.indexOf('garlandtools.org/db/#group/Group') > -1;\n+ return url.indexOf('garlandtools.org/d... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(importer): fixed an issue with garlandtools importer | 1 | fix | importer |
217,922 | 17.09.2019 10:25:08 | -7,200 | ccb4c731362ddeb6ccd372647b4405f4e70e306e | chore: final changes to marketboard re-enabling | [
{
"change_type": "MODIFY",
"diff": "@@ -15,6 +15,7 @@ All notable changes to this project will be documented in this file. See [standa\n* **list:** added original url as list description when importing a list from external tool ([3b980c0](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/commit/3b980c0))\n... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: final changes to marketboard re-enabling | 1 | chore | null |
504,026 | 17.09.2019 10:57:02 | 14,400 | 7e0361c277686a0d828ddc31a22735b1552a69f6 | chore(charts): broken link for donut chart tutorial
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -20,7 +20,7 @@ In this tutorial, we will build a bar chart together - starting with a simple ch\na legend, and concluding by changing the theme color. You'll learn how to use React chart components together to build\na consistent user experience.\n-[Start course](https... | TypeScript | MIT License | patternfly/patternfly-react | chore(charts): broken link for donut chart tutorial (#2940)
Fixes https://github.com/patternfly/patternfly-react/issues/2939 | 1 | chore | charts |
866,415 | 17.09.2019 11:14:42 | 14,400 | 322a9d2e66607a6de6ff2587d1215fc09ca99729 | chore(leadspace): pushing small change for netlify | [
{
"change_type": "MODIFY",
"diff": "@@ -13,8 +13,8 @@ Import the package css into the top of your main CSS file.\nUse these modifiers with `.bx--leadspace` class.\n| Class | Description |\n-| ---------------------------- | ------------------------------------------------------------- |\n-| `.bx--leadspace--... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(leadspace): pushing small change for netlify | 1 | chore | leadspace |
902,122 | 17.09.2019 11:28:42 | 0 | 31bb35dbd6e1ef04e70986039ee49594b6ca9fca | chore(release): v5.13.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.13.0](https://github.com/kikobeats/browserless/compare/v5.12.0...v5.13.0) (2019-09-17)\n+\n+\n+### Features\n+\n... | JavaScript | MIT License | microlinkhq/browserless | chore(release): v5.13.0 | 1 | chore | release |
866,415 | 17.09.2019 11:31:47 | 14,400 | a7fda3f94c47c4f21df06681db4462a4e25bf22d | chore(hr): update storybook input for hr | [
{
"change_type": "MODIFY",
"diff": "@@ -52,10 +52,14 @@ storiesOf('HorizontalRule', module)\n<div className=\"bx--row bx--no-gutter\">\n<div className=\"bx--col\">\n<HorizontalRule\n- style={select('style', styles, '')}\n- size={select('size', sizes, '')}\n- contrast={select('contrast', contrasts, '')}\n- w... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(hr): update storybook input for hr | 1 | chore | hr |
866,395 | 17.09.2019 11:41:38 | 14,400 | 5ee25edc9d0f7dc59a987ef96795fed3cc8b832c | chore(fix): fix css loaders; fixes | [
{
"change_type": "MODIFY",
"diff": "// LICENSE file in the root directory of this source tree.\n//\n-@import 'carbon-components/scss/components/accordion/accordion';\n+@import '~carbon-components/scss/components/accordion/accordion';\n/// Temporary overrides for accordion's expressive moment\n/// @access pr... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(fix): fix css loaders; fixes #89 | 1 | chore | fix |
401,147 | 17.09.2019 11:50:30 | -19,080 | 09fd4f4a60e2968031a95be450be6a64924926cc | fix(core): disable prev and first button if total count is 0
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -239,8 +239,8 @@ exports[`Chip component should render properly with solid variant 1`] = `\n-webkit-text-decoration: none;\ntext-decoration: none;\ncursor: default;\n- border: 1px solid #012040;\n- background-color: #012040;\n+ border: 1px solid #FE8D6B;\n+ background-... | TypeScript | MIT License | medly/medly-components | fix(core): disable prev and first button if total count is 0
affects: @medly-components/core | 1 | fix | core |
866,415 | 17.09.2019 11:50:47 | 14,400 | 242e9ca93d48b079e143c2424aa360bcdfe1dd3e | chore(prettier): fixing linting complaints | [
{
"change_type": "MODIFY",
"diff": "@@ -188,12 +188,14 @@ $search-transition-timing: 95ms;\n}\n}\n+ // masthead profile menu\n.#{$prefix}--overflow-menu-options {\nbackground-color: $ui-background;\nz-index: 5999;\n&__btn {\ncolor: $text-01;\n+ text-decoration: none;\n&:hover {\nbackground-color: $ui-01;\n@... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(prettier): fixing linting complaints | 1 | chore | prettier |
866,394 | 17.09.2019 11:54:08 | 14,400 | ba819b742a8c3523d4bb235826c1217869500cbe | chore(release): adding patch release command in the publish script | [
{
"change_type": "MODIFY",
"diff": "@@ -26,6 +26,11 @@ release_rc1plus () {\n./node_modules/.bin/lerna publish --exact --conventional-commits --conventional-prerelease --preid rc\n}\n+# Full patch release\n+release_full_patch () {\n+ ./node_modules/.bin/lerna publish patch --exact --conventional-commits\n+}... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(release): adding patch release command in the publish script | 1 | chore | release |
217,922 | 17.09.2019 12:10:31 | -7,200 | efb4e99c13d527f7f7c1812eaee225896261af7a | fix(marketboard): fixed an issue with marketboard popup's total price and history date | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,7 @@ import { Injectable } from '@angular/core';\nimport { HttpClient } from '@angular/common/http';\nimport { MarketboardItem } from '@xivapi/angular-client/src/model/schema/market/marketboard-item';\nimport { Observable } from 'rxjs';\n-import { map } from 'r... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(marketboard): fixed an issue with marketboard popup's total price and history date | 1 | fix | marketboard |
217,922 | 17.09.2019 12:10:45 | -7,200 | 809df570b90e08b210d868c372795d6e1cf56fac | chore(release): 5.8.4 | [
{
"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.8.4\"></a>\n+## [5.8.4](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compare/... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 5.8.4 | 1 | chore | release |
838,025 | 17.09.2019 12:11:12 | -10,800 | cd98cb2af190f680780387b64eeda2d49cf4141d | feat: StoriesSearch
This closes | [
{
"change_type": "MODIFY",
"diff": "@@ -253,6 +253,42 @@ func (vk *VK) StoriesHideReply(params map[string]string) (response int, err erro\nreturn\n}\n+// StoriesSearchResponse struct\n+type StoriesSearchResponse struct {\n+ Count int `json:\"count\"`\n+ Items [][]object.StoriesStory `json:\"items\"`\n+}\n+\... | Go | MIT License | severecloud/vksdk | feat: StoriesSearch
This closes #61 | 1 | feat | null |
866,392 | 17.09.2019 12:13:35 | 18,000 | c01f14b821a06443abfe23a1b6e1388995c85f9e | chore(expressive-link): removed comments in expressive link | [
{
"change_type": "MODIFY",
"diff": "// LICENSE file in the root directory of this source tree.\n//\n-// @import '@carbon/import-once/scss/index';\n-// @import 'carbon-components/scss/globals/scss/vendor/@carbon/type/scss/type';\n@import '~carbon-components/scss/components/link/link';\n@import '../../globals... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(expressive-link): removed comments in expressive link | 1 | chore | expressive-link |
273,683 | 17.09.2019 12:41:53 | -7,200 | 55695c27f79d5cdcf6974f5d1e17b2202a1c5f11 | fix(contentful): add resolvers with schema api | [
{
"change_type": "MODIFY",
"diff": "@@ -37,21 +37,23 @@ class ContentfulSource {\nconst contentTypes = await this.fetch('getContentTypes')\nconst richTextType = createRichTextType(this.options)\n- const addCollection = actions.addCollection || actions.addContentType\n-\nfor (const contentType of contentType... | JavaScript | MIT License | gridsome/gridsome | fix(contentful): add resolvers with schema api | 1 | fix | contentful |
273,683 | 17.09.2019 12:45:08 | -7,200 | ac17eda20b6a0fef06b5a1b7202b868ef9faf592 | fix(contentful): remove default routes | [
{
"change_type": "MODIFY",
"diff": "@@ -17,7 +17,6 @@ class ContentfulSource {\nconstructor (api, options) {\nthis.options = options\n- this.store = api.store\nthis.typesIndex = {}\nthis.client = contentful.createClient({\n@@ -60,10 +59,8 @@ class ContentfulSource {\nasync getAssets (actions) {\nconst asset... | JavaScript | MIT License | gridsome/gridsome | fix(contentful): remove default routes | 1 | fix | contentful |
273,685 | 17.09.2019 12:46:15 | -3,600 | 7186ff1ae8624525fefe58eb480c1f6ea9ca3e78 | feat(strapi): initial strapi source plugin | [
{
"change_type": "ADD",
"diff": "",
"new_path": "packages/source-strapi/CHANGELOG.md",
"old_path": "packages/source-strapi/CHANGELOG.md"
},
{
"change_type": "ADD",
"diff": "+# @gridsome/source-strapi\n+\n+> [Strapi](https://strapi.io/) source for Gridsome\n+\n+## Install\n+\n+- `yarn add... | JavaScript | MIT License | gridsome/gridsome | feat(strapi): initial strapi source plugin (#217) | 1 | feat | strapi |
838,025 | 17.09.2019 12:51:29 | -10,800 | 899d61451629b08721f9d76513173a07e29e00c8 | feat: ExtendedResponse | [
{
"change_type": "MODIFY",
"diff": "@@ -53,8 +53,7 @@ func (vk *VK) AccountGetAppPermissions(params map[string]string) (response int,\ntype AccountGetBannedResponse struct {\nCount int `json:\"count\"`\nItems []int `json:\"items\"`\n- Profiles []object.UsersUser `json:\"profiles\"`\n- Groups []object.Groups... | Go | MIT License | severecloud/vksdk | feat: ExtendedResponse | 1 | feat | null |
866,394 | 17.09.2019 13:05:06 | 14,400 | d19882a84b2810d50eb013267eb04209b7c21ff8 | fix(services): added axios as a dependency | [
{
"change_type": "MODIFY",
"diff": "\"jsdoc\": \"rimraf docs && jsdoc -c ./jsdoc.json ./README.md\"\n},\n\"dependencies\": {\n+ \"axios\": \"^0.19.0\",\n\"jsonp\": \"^0.2.1\",\n\"window-or-global\": \"^1.0.1\"\n},\n\"@babel/plugin-transform-object-assign\": \"^7.2.0\",\n\"@babel/preset-env\": \"^7.4.3\",\n\... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix(services): added axios as a dependency | 1 | fix | services |
838,025 | 17.09.2019 13:36:50 | -10,800 | 93b105430c66aa1af25ebf3fa72558cd3e9865db | feat: UploadAppImage | [
{
"change_type": "MODIFY",
"diff": "package api // import \"github.com/SevereCloud/vksdk/api\"\n+import (\n+ \"github.com/SevereCloud/vksdk/object\"\n+)\n+\n// AppWidgetsGetAppImageUploadServerResponse struct\ntype AppWidgetsGetAppImageUploadServerResponse struct {\nUploadURL string `json:\"upload_url\"`\n@... | Go | MIT License | severecloud/vksdk | feat: UploadAppImage | 1 | feat | null |
942,601 | 17.09.2019 13:44:01 | 14,400 | 6b1391a9a5b1630f8dd3d551fce1442546201db2 | refactor(tooltip): Update CSS story to match the React version | [
{
"change_type": "MODIFY",
"diff": "import React from 'react';\nimport {storiesOf} from '@storybook/react';\nimport withReadme from 'storybook-readme/with-readme';\n+import {SystemIcon} from '@workday/canvas-kit-react-icon';\n+import {xIcon} from '@workday/canvas-system-icons-web';\nimport README from './RE... | TypeScript | Apache License 2.0 | workday/canvas-kit | refactor(tooltip): Update CSS story to match the React version (#198) | 1 | refactor | tooltip |
711,597 | 17.09.2019 13:52:05 | -7,200 | ddb18e46b168931bd51b3a2175f9847759be59ba | refactor(admin-ui): Create DeactivateAware interface for routing guards | [
{
"change_type": "MODIFY",
"diff": "@@ -5,10 +5,12 @@ import { distinctUntilChanged, map, shareReplay, switchMap, takeUntil, tap } fro\nimport { ServerConfigService } from '../data/server-config';\n+import { DeactivateAware } from './deactivate-aware';\nimport { CustomFieldConfig, CustomFields, LanguageCode... | TypeScript | MIT License | vendure-ecommerce/vendure | refactor(admin-ui): Create DeactivateAware interface for routing guards | 1 | refactor | admin-ui |
838,025 | 17.09.2019 14:06:51 | -10,800 | 5b539f0b15e9140d100033140ec3153a15a7ca4f | feat: UploadGroupImage | [
{
"change_type": "MODIFY",
"diff": "@@ -21,7 +21,7 @@ func (vk *VK) AppWidgetsGetAppImageUploadServer(params map[string]string) (respo\n// AppWidgetsGetAppImagesResponse struct\ntype AppWidgetsGetAppImagesResponse struct {\nCount int `json:\"count\"`\n- Items []object.AppWidgetsAppImage `json:\"items\"`\n+ ... | Go | MIT License | severecloud/vksdk | feat: UploadGroupImage | 1 | feat | null |
304,882 | 17.09.2019 14:24:32 | 25,200 | 4f91efb05189e4b25f375bd1ba502e82d070a5c1 | docs(promql): group key join for promql | [
{
"change_type": "ADD",
"diff": "+### join\n+\n+`join` merges two input streams into a single output stream.\n+Records that have the same group key and `_time` values will be joined in the output.\n+The output groups will be the same as the input groups.\n+\n+`join` has the following properties:\n+\n+| Name... | Go | MIT License | influxdata/flux | docs(promql): group key join for promql
https://github.com/influxdata/flux/issues/1881. | 1 | docs | promql |
866,395 | 17.09.2019 14:42:52 | 14,400 | d2e2fdb2b35429bbff0946c4972a88ef9170bfa8 | fix(react): exports DotcomShell; fixes | [
{
"change_type": "MODIFY",
"diff": "* LICENSE file in the root directory of this source tree.\n*/\n+export * from './DotcomShell';\nexport * from './Footer';\nexport * from './HorizontalRule';\nexport * from './Icon';\n",
"new_path": "packages/react/src/components/index.js",
"old_path": "packages/re... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix(react): exports DotcomShell; fixes #94 | 1 | fix | react |
815,573 | 17.09.2019 14:57:03 | -28,800 | c74fa2d8e6a336839282221b18b09355719fd3e9 | fix: Use better message for ban log | [
{
"change_type": "MODIFY",
"diff": "@@ -196,7 +196,12 @@ impl NetworkState {\nduration: Duration,\nreason: String,\n) {\n- info!(\"ban peer {:?} with {:?}\", peer_id, duration);\n+ info!(\n+ \"Ban peer {:?} for {} seconds, reason: {}\",\n+ peer_id,\n+ duration.as_secs(),\n+ reason\n+ );\nlet peer_opt = self... | Rust | MIT License | nervosnetwork/ckb | fix: Use better message for ban log | 1 | fix | null |
401,147 | 17.09.2019 15:02:49 | -19,080 | f871057658dd424c7e9b23e99ff5f7fd945c871e | feat(icons): add bug, checkcircle, exclamationcircle, exclamationtriangle, infocircle
affects: | [
{
"change_type": "ADD",
"diff": "+<svg aria-hidden=\"true\" focusable=\"false\" role=\"img\" viewBox=\"0 0 512 512\">\n+ <path fill=\"currentColor\" d=\"M511.988 288.9c-.478 17.43-15.217 31.1-32.653 31.1H424v16c0 21.864-4.882 42.584-13.6 61.145l60.228 60.228c12.496 12.497 12.496 32.758 0 45.255-12.498 12.49... | TypeScript | MIT License | medly/medly-components | feat(icons): add bug, checkcircle, exclamationcircle, exclamationtriangle, infocircle
affects: @medly-components/icons | 1 | feat | icons |
104,857 | 17.09.2019 15:09:10 | 10,800 | 44aa42ad715a4c6285cdf9e73abb0aa833b3fb12 | fix(dashboard): dashboard header support custom action component | [
{
"change_type": "MODIFY",
"diff": "@@ -35,6 +35,8 @@ const propTypes = {\nPropTypes.string,\nPropTypes.node,\n]),\n+ /** Optional custom component */\n+ customActionComponent: PropTypes.node,\nlabelText: PropTypes.string,\n})\n),\n@@ -99,7 +101,7 @@ const StyledActions = styled.div`\nflex-grow: 0;\nalign-i... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(dashboard): dashboard header support custom action component | 1 | fix | dashboard |
791,826 | 17.09.2019 15:18:58 | 14,400 | 30a5e0516fbbf388419cfa610b29b6df581714ea | docs(plugins): update recipe's lighthouse peerDependency version | [
{
"change_type": "MODIFY",
"diff": "\"private\": true,\n\"main\": \"./plugin.js\",\n\"peerDependencies\": {\n- \"lighthouse\": \"^4.2.0\"\n+ \"lighthouse\": \"^5.0.0\"\n}\n}\n",
"new_path": "docs/recipes/lighthouse-plugin-example/package.json",
"old_path": "docs/recipes/lighthouse-plugin-example/pac... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | docs(plugins): update recipe's lighthouse peerDependency version (#9653) | 1 | docs | plugins |
815,573 | 17.09.2019 15:57:19 | -28,800 | 2a7b623041836d502a3435e13d8e5666833ef9ff | feat: rpc strict JSON parsing | [
{
"change_type": "MODIFY",
"diff": "@@ -47,6 +47,7 @@ impl fmt::Display for ScriptHashType {\n}\n#[derive(Clone, Default, Serialize, Deserialize, PartialEq, Eq, Hash, Debug)]\n+#[serde(deny_unknown_fields)]\npub struct Script {\npub args: Vec<JsonBytes>,\npub code_hash: H256,\n@@ -80,6 +81,7 @@ impl From<pa... | Rust | MIT License | nervosnetwork/ckb | feat: rpc strict JSON parsing | 1 | feat | null |
791,704 | 17.09.2019 16:02:51 | 25,200 | 15392dde499373f51acfaf96440417ba761442bb | tests(smokehouse): fix unintentional 404, relax max-len | [
{
"change_type": "MODIFY",
"diff": "@@ -73,6 +73,14 @@ module.exports = {\n'valid-jsdoc': 0,\n'arrow-parens': 0,\n},\n+ overrides: [\n+ {\n+ files: ['lighthouse-cli/test/smokehouse/**/*expectations.js'],\n+ rules: {\n+ 'max-len': 0,\n+ },\n+ },\n+ ],\nparserOptions: {\necmaVersion: 2018,\necmaFeatures: {\n"... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests(smokehouse): fix unintentional 404, relax max-len (#9665) | 1 | tests | smokehouse |
366,920 | 17.09.2019 16:14:51 | -32,400 | 4b4f0fd6193b10501c27da6832e68c6c160d318f | fix: Change tag to which className is applied | [
{
"change_type": "MODIFY",
"diff": "@@ -24,13 +24,10 @@ class CheckboxComponent extends React.PureComponent<Props & InjectedProps> {\ntheme,\nclassName = '',\n} = this.props\n-\n- const classNames = `\n- ${className} ${checked ? 'active' : ''} ${disabled ? 'disabled' : ''} ${themeColor}\n- `\n+ const boxCla... | TypeScript | MIT License | kufu/smarthr-ui | fix: Change tag to which className is applied | 1 | fix | null |
366,920 | 17.09.2019 16:19:33 | -32,400 | 2c7cc94ad2187187bc0d7c6b274acc17769adf32 | feat: Add className props to CheckboxLabel | [
{
"change_type": "MODIFY",
"diff": "@@ -11,11 +11,17 @@ interface Props {\nname: string\nthemeColor?: 'light' | 'dark'\ndisabled?: boolean\n+ className?: string\nonChange?: (name: string, checked: boolean) => void\n}\n-const CheckboxLabelComponent: React.FC<Props & InjectedProps> = ({ label, theme, ...props... | TypeScript | MIT License | kufu/smarthr-ui | feat: Add className props to CheckboxLabel | 1 | feat | null |
711,597 | 17.09.2019 16:27:09 | -7,200 | 73031714ac51dfe097b83909691bf02144c22a06 | feat(admin-ui): Enable adding options to single-variant Products
Relates to | [
{
"change_type": "MODIFY",
"diff": "@@ -280,7 +280,7 @@ export class ProductDetailComponent extends BaseDetailComponent<ProductWithVaria\nproductGroup as FormGroup,\nlanguageCode,\n) as CreateProductInput;\n- return this.productDetailService.createProduct(\n+ return this.productDetailService.createProductWi... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(admin-ui): Enable adding options to single-variant Products
Relates to #162 | 1 | feat | admin-ui |
366,920 | 17.09.2019 16:45:18 | -32,400 | 37da6b4652764b74050b69d216d1f94a4e5234f7 | feat: Add className props to components | [
{
"change_type": "MODIFY",
"diff": "@@ -18,7 +18,7 @@ interface Props {\nconst CheckboxLabelComponent: React.FC<Props & InjectedProps> = ({\nlabel,\ntheme,\n- className,\n+ className = '',\n...props\n}) => (\n<Wrapper className={className}>\n",
"new_path": "src/components/CheckboxLabel/CheckboxLabel.tsx... | TypeScript | MIT License | kufu/smarthr-ui | feat: Add className props to components | 1 | feat | null |
366,931 | 17.09.2019 17:32:49 | -32,400 | 28f240e704d4a95b9ad2e9786833bf975a77f7fa | feat(icon): Add external link icon | [
{
"change_type": "MODIFY",
"diff": "@@ -31,6 +31,7 @@ const icons: Array<Props['name']> = [\n'fa-ellipsis-h',\n'fa-envelope',\n'fa-exclamation-triangle',\n+ 'fa-external-link-alt',\n'fa-file',\n'fa-file-alt',\n'fa-file-archive',\n",
"new_path": "src/components/Icon/Icon.stories.tsx",
"old_path": "sr... | TypeScript | MIT License | kufu/smarthr-ui | feat(icon): Add external link icon | 1 | feat | icon |
503,950 | 17.09.2019 17:42:48 | -10,800 | 26320f373aa4cd08d21a8bb9f22f008022bdc746 | fix(LoginPage): Add attributes to the submit button | [
{
"change_type": "MODIFY",
"diff": "@@ -377,3 +377,12 @@ test('Translation works', () => {\n.props().header.caption\n).toEqual(frenchMessages.header.caption);\n});\n+\n+test('submitButtonAttributes are added to the DOM', () => {\n+ const id = 'submit-button-unique-test-id'\n+ const props = createProps();\n+... | TypeScript | MIT License | patternfly/patternfly-react | fix(LoginPage): Add attributes to the submit button (#2682) | 1 | fix | LoginPage |
67,494 | 17.09.2019 19:41:08 | -7,200 | c286ed8e914e81fb042e7bdc4c2924ad6e5a2fa5 | refactor(router): remove Scope | [
{
"change_type": "MODIFY",
"diff": "@@ -87,11 +87,11 @@ export {\nRouter,\n} from './router';\n-export {\n- IFindViewportsResult,\n- ChildContainer,\n- Scope,\n-} from './scope';\n+// export {\n+// IFindViewportsResult,\n+// ChildContainer,\n+// Scope,\n+// } from './scope';\nexport {\nIViewportOptions,\n",... | TypeScript | MIT License | aurelia/aurelia | refactor(router): remove Scope | 1 | refactor | router |
902,122 | 17.09.2019 20:57:21 | 0 | e1b55d2e8ad5131b1492eed1b580dd83a813891a | chore(release): v5.13.1 | [
{
"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.13.1](https://github.com/kikobeats/browserless/compare/v5.13.0...v5.13.1) (2019-09-17)\n+\n+**Note:** Version b... | JavaScript | MIT License | microlinkhq/browserless | chore(release): v5.13.1 | 1 | chore | release |
791,737 | 17.09.2019 21:46:45 | 25,200 | 3c4c906bc0e6fc8968bf8f515c792ca1596595a4 | core(iframe-elements): Include new IFrameElements gatherer | [
{
"change_type": "MODIFY",
"diff": "@@ -1144,6 +1144,9 @@ Object {\nObject {\n\"path\": \"script-elements\",\n},\n+ Object {\n+ \"path\": \"iframe-elements\",\n+ },\nObject {\n\"path\": \"dobetterweb/appcache\",\n},\n",
"new_path": "lighthouse-cli/test/cli/__snapshots__/index-test.js.snap",
"old_pat... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(iframe-elements): Include new IFrameElements gatherer (#8979) | 1 | core | iframe-elements |
679,913 | 17.09.2019 22:47:58 | -3,600 | 12abaa0539aa607a91761e5216cd1b9675e4b955 | fix(webgl): update extension handling in shader(), add ExtensionInfo | [
{
"change_type": "MODIFY",
"diff": "-export const GL_EXT_INFO = {\n+import { IObjectOf } from \"@thi.ng/api\";\n+\n+export const GL_EXT_INFO: IObjectOf<ExtensionInfo> = {\nWEBGL_draw_buffers: {\ngl: true,\nalias: \"GL_EXT_draw_buffers\"\n@@ -9,30 +11,36 @@ export const GL_EXT_INFO = {\n}\n};\n+export interf... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(webgl): update extension handling in shader(), add ExtensionInfo | 1 | fix | webgl |
902,122 | 17.09.2019 22:49:06 | -7,200 | 00cf88f119e47dab265f2b7be4f0a4ddc7d3ca39 | build: disable animations by default | [
{
"change_type": "MODIFY",
"diff": "@@ -226,7 +226,7 @@ Click the DOM element matching the given [CSS selector](https://developer.mozill\n##### disableAnimations\nType: `boolean`<br>\n-Default: `false`\n+Default: `true`\nDisable CSS [animations](https://developer.mozilla.org/en-US/docs/Web/CSS/animation) an... | JavaScript | MIT License | microlinkhq/browserless | build: disable animations by default (#79) | 1 | build | null |
679,913 | 17.09.2019 22:50:31 | -3,600 | 25845e5dd9930ce094b57bb645e1c1d641c3a224 | fix(webgl-shadertoy): update texture/sampler & FBO handling | [
{
"change_type": "MODIFY",
"diff": "@@ -61,12 +61,6 @@ export const multipassToy = (opts: ShaderPipelineOpts) => {\n<IObjectOf<ITexture>>{}\n);\n- const fbos = opts.passes\n- .slice(0, opts.passes.length - 1)\n- .map((passOpts) =>\n- fbo(gl, { tex: passOpts.outputs.map((id) => textures[id]) })\n- );\n-\ncon... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(webgl-shadertoy): update texture/sampler & FBO handling | 1 | fix | webgl-shadertoy |
151,430 | 18.09.2019 00:34:05 | 25,200 | 8bfd11e27ba874d58d3ecb29cd8f76328c45637b | docs: update 404 page | [
{
"change_type": "MODIFY",
"diff": "import React from 'react'\nexport default function NotFound() {\n- return <div>not found</div>\n+ return (\n+ <div style={{ padding: 40 }}>\n+ Sorry this page was not found!\n+ </div>\n+ )\n}\n",
"new_path": "site/main/src/pages/404.js",
"old_path": "site/main/src... | JavaScript | MIT License | davidwells/analytics | docs: update 404 page | 1 | docs | null |
67,494 | 18.09.2019 00:56:10 | -7,200 | d73b85e1b374b2de49675b2d9f0c0ab0fb3aa59f | refactor(router): clean up viewport | [
{
"change_type": "MODIFY",
"diff": "-import { Constructable, IContainer, Reporter } from '@aurelia/kernel';\n-import { Controller, CustomElement, IController, ICustomElementType, INode, IRenderContext, LifecycleFlags } from '@aurelia/runtime';\n-import { ComponentAppellation, INavigatorInstruction, IRouteab... | TypeScript | MIT License | aurelia/aurelia | refactor(router): clean up viewport | 1 | refactor | router |
67,494 | 18.09.2019 01:06:30 | -7,200 | ed8f4fecaed56ddf0a55d1eabde4a69ed7cdd35f | refactor(router): delete scope.ts | [
{
"change_type": "DELETE",
"diff": "-import { IContainer } from '@aurelia/kernel';\n-import { IController, IRenderContext } from '@aurelia/runtime';\n-import { IRouter } from './router';\n-import { IViewportOptions, Viewport } from './viewport';\n-import { ViewportInstruction } from './viewport-instruction'... | TypeScript | MIT License | aurelia/aurelia | refactor(router): delete scope.ts | 1 | refactor | router |
866,395 | 18.09.2019 07:56:55 | 14,400 | 7d8f82da7b41d98cd10478b8edee9345f4c36645 | feat(dotcomshell): adds footer type select; adds readme | [
{
"change_type": "MODIFY",
"diff": "@@ -20,7 +20,7 @@ const { prefix } = settings;\n* @param {string} User content\n* @returns {*} DotcomShell component\n*/\n-const DotcomShell = ({ navigation, children }) => {\n+const DotcomShell = ({ navigation, footer, children }) => {\nreturn (\n<>\n<div className={`${p... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | feat(dotcomshell): adds footer type select; adds readme | 1 | feat | dotcomshell |
866,415 | 18.09.2019 09:11:16 | 14,400 | 190545a44a576a9e7ce7b52cd21edeca20ba8be0 | feat(leadspace): bumping up grid, layout, and components packages | [
{
"change_type": "DELETE",
"diff": "Binary files a/.yarn/offline-mirror/@carbon-grid-10.5.0.tgz and /dev/null differ\n",
"new_path": ".yarn/offline-mirror/@carbon-grid-10.5.0.tgz",
"old_path": ".yarn/offline-mirror/@carbon-grid-10.5.0.tgz"
},
{
"change_type": "ADD",
"diff": "Binary files... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | feat(leadspace): bumping up grid, layout, and components packages | 1 | feat | leadspace |
71,115 | 18.09.2019 11:01:23 | -7,200 | 364fd561ab7fd5873b0cb7d8d9b9f4ae64fee618 | fix(cloudfront): actually default 'compress' to true | [
{
"change_type": "MODIFY",
"diff": "@@ -705,7 +705,7 @@ export class CloudFrontWebDistribution extends cdk.Construct implements IDistrib\nlet toReturn = {\nallowedMethods: this.METHOD_LOOKUP_MAP[input.allowedMethods || CloudFrontAllowedMethods.GET_HEAD],\ncachedMethods: this.METHOD_LOOKUP_MAP[input.cachedMe... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(cloudfront): actually default 'compress' to true (#3359) | 1 | fix | cloudfront |
866,415 | 18.09.2019 11:25:45 | 14,400 | 1aac969e137e557ee00dd8846bec21ef62b84b29 | chore(leadspace): add ~ to the button style import | [
{
"change_type": "MODIFY",
"diff": "@@ -67,7 +67,7 @@ const LeadSpace = ({ variation, title, copy, buttons, image }) =>\n<div className={`${prefix}--leadspace__overlay`}>\n<h1 className={`${prefix}--leadspace__title`}>{title}</h1>\n<div className={`${prefix}--leadspace__content`}>\n- <p className={`${prefix... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(leadspace): add ~ to the button style import | 1 | chore | leadspace |
866,392 | 18.09.2019 11:38:48 | 18,000 | 87ce9f678f3cda8ad98d612a4fe9dc9d8f77b13a | chore(footer): updated docs with new stable selectors | [
{
"change_type": "MODIFY",
"diff": "@@ -53,8 +53,10 @@ FOOTER_LOCALE_BUTTON=true\n| `footer-nav-group__link` | Interactive |\n| `footer-logo` | Component |\n| `footer-logo__link` | Interactive |\n+| `footer-locale-btn` | Interactive |\n| `legal-nav` | Component |\n| `legal-nav__link` | Interactive |\n+| `lo... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(footer): updated docs with new stable selectors | 1 | chore | footer |
743,905 | 18.09.2019 11:45:47 | -7,200 | 236e24ef74cb32ff22f3d82a808333ec666d3c22 | fix(docs): broken markdown link | [
{
"change_type": "MODIFY",
"diff": "@@ -1147,7 +1147,7 @@ command handler, for example.\nIf the arguments have not been parsed, this property is `false`.\nIf the arguments have been parsed, this contain detailed parsed arguments. See\n-the documentation in [yargs-parser `.detailed()`][https://github.com/yar... | JavaScript | MIT License | yargs/yargs | fix(docs): broken markdown link (#1426) | 1 | fix | docs |
531,793 | 18.09.2019 12:12:19 | -3,600 | 77ea39afccf39aeb9b9204b1e5f74988072337c0 | chore(ui): pass upgrade screen reload timer as props
Makes it easier to test | [
{
"change_type": "MODIFY",
"diff": "@@ -9,7 +9,8 @@ import \"csshake/scss/csshake-slow.scss\";\nclass UpgradeNeeded extends Component {\nstatic propTypes = {\n- newVersion: PropTypes.string.isRequired\n+ newVersion: PropTypes.string.isRequired,\n+ reloadAfter: PropTypes.number.isRequired\n};\nreloadApp = ()... | TypeScript | Apache License 2.0 | prymitive/karma | chore(ui): pass upgrade screen reload timer as props
Makes it easier to test | 1 | chore | ui |
71,115 | 18.09.2019 13:06:31 | -7,200 | fcaf70fdd94cb16d617f78bd9c9b971306e8e28c | chore: update deprecated `lerna publish` usage | [
{
"change_type": "MODIFY",
"diff": "@@ -10,7 +10,7 @@ export NODE_OPTIONS=\"--max-old-space-size=4096 ${NODE_OPTIONS:-}\"\n/bin/bash ./install.sh\n-npx lerna publish --force-publish=* --skip-npm --skip-git --repo-version ${ver}\n+npx lerna version --force-publish=* --no-git-tag-version --no-push ${ver}\n# U... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore: update deprecated `lerna publish` usage (#4123) | 1 | chore | null |
67,494 | 18.09.2019 13:09:39 | -7,200 | 4e4492f4d1e759d6dd4e09fbd52ba27c5b1a9270 | refactor(router): propagate instance in clone instructions | [
{
"change_type": "MODIFY",
"diff": "@@ -164,9 +164,9 @@ export class InstructionResolver {\ninstruction.parametersString!\n);\nclone.needsViewportDescribed = instruction.needsViewportDescribed;\n- clone.scope = viewportInstances ? instruction.scope : null; // Since scopes are recreated constantly\n+ clone.s... | TypeScript | MIT License | aurelia/aurelia | refactor(router): propagate instance in clone instructions | 1 | refactor | router |
67,494 | 18.09.2019 13:10:43 | -7,200 | ae14dcd8f3d98e4d40ea4243ec04038a8a70773b | refactor(router): only reparent enabled viewports | [
{
"change_type": "MODIFY",
"diff": "@@ -522,13 +522,10 @@ export class Viewport {\nif (!enabledViewports.length) {\nreturn null;\n}\n- const childInstructions: ViewportInstruction[] = [];\n- for (const child of this.children) {\n- childInstructions.push(...(child.reparentViewportInstructions() || []));\n- }... | TypeScript | MIT License | aurelia/aurelia | refactor(router): only reparent enabled viewports | 1 | refactor | router |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.