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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
306,444 | 11.10.2019 11:42:23 | -7,200 | b9ba3dbe140b93fb6a12ff2eb2196d0737cde0d8 | fix(select-rich): set dynamically name prop on child option elements | [
{
"change_type": "MODIFY",
"diff": "@@ -238,7 +238,12 @@ export class LionSelectRich extends OverlayMixin(\n* @override\n* @param {*} child\n*/\n- addFormElement(child) {\n+ addFormElement(passedChild) {\n+ const child = passedChild;\n+\n+ // Set the name property on the option elements ourselves, for form ... | JavaScript | MIT License | ing-bank/lion | fix(select-rich): set dynamically name prop on child option elements | 1 | fix | select-rich |
76,605 | 11.10.2019 11:49:24 | -7,200 | 12be17119b0ca21dd253176eeacb2bfc86f09c5e | feat: spanish stemmer improvements | [
{
"change_type": "MODIFY",
"diff": "@@ -396,6 +396,14 @@ class SpanishStemmer extends BaseStemmer {\nreturn true;\n}\n+ r_R2b() {\n+ if (this.cursor < (this.current.length / 2)) {\n+ //if (!(this.I_p2 <= this.cursor)) {\n+ return false;\n+ }\n+ return true;\n+ }\n+\nr_attached_pronoun() {\nlet among_var;\n/... | JavaScript | MIT License | axa-group/nlp.js | feat: spanish stemmer improvements | 1 | feat | null |
503,945 | 11.10.2019 12:07:40 | 14,400 | 52e10ac5532cbf8aa376304ea5d3e43b27cac609 | chore(package): Bump versions to 2.34.1 | [
{
"change_type": "MODIFY",
"diff": "},\n\"homepage\": \"https://github.com/patternfly/patternfly-react#readme\",\n\"dependencies\": {\n- \"@patternfly/patternfly\": \"2.33.8\",\n+ \"@patternfly/patternfly\": \"2.34.1\",\n\"@patternfly/react-styles\": \"^3.5.29\",\n\"@patternfly/react-tokens\": \"^2.6.32\",\... | TypeScript | MIT License | patternfly/patternfly-react | chore(package): Bump @patternfly/patternfly versions to 2.34.1 (#3124) | 1 | chore | package |
791,704 | 11.10.2019 12:16:46 | 25,200 | e9168e7f068dfb50050601f75cb32145e706a57d | tests(build): use firehouse smoke test runner to test bundle | [
{
"change_type": "MODIFY",
"diff": "@@ -38,6 +38,7 @@ script:\n- yarn test-clients\n- yarn test-viewer\n- yarn test-lantern\n+ - yarn test-bundle\n- yarn i18n:checks\n- yarn dogfood-lhci\nbefore_cache:\n",
"new_path": ".travis.yml",
"old_path": ".travis.yml"
},
{
"change_type": "ADD",
"d... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests(build): use firehouse smoke test runner to test bundle (#9791) | 1 | tests | build |
67,476 | 11.10.2019 12:35:26 | -7,200 | f7a9d2f76e05e1f3962c78877d877cd5effc6fd6 | fix(kernel): fix bound deco | [
{
"change_type": "MODIFY",
"diff": "@@ -305,6 +305,7 @@ export function mergeDistinct<T>(\nlet item;\nwhile (len2-- > 0) {\nitem = arr2[len2];\n+ // eslint-disable-next-line @typescript-eslint/no-unnecessary-condition\nif (lookup[item as unknown as string] === void 0) {\narr3.push(item);\nlookup[item as unk... | TypeScript | MIT License | aurelia/aurelia | fix(kernel): fix bound deco | 1 | fix | kernel |
67,476 | 11.10.2019 12:35:48 | -7,200 | d61313720e580acf6ee9d9936ea94fc0c6348f6d | refactor(scheduler): add more tests and more fixes | [
{
"change_type": "MODIFY",
"diff": "import { TestContext, assert } from '@aurelia/testing';\nimport { TaskQueuePriority, QueueTaskOptions } from '@aurelia/runtime';\n-import { PLATFORM } from '@aurelia/kernel';\ndescribe.only('Scheduler', function () {\n// There is only ever one global scheduler, so we migh... | TypeScript | MIT License | aurelia/aurelia | refactor(scheduler): add more tests and more fixes | 1 | refactor | scheduler |
815,577 | 11.10.2019 12:52:15 | -28,800 | 84defd880cde7ee4f64c9c1793841889681c8bb1 | test: Remove outbound limit test because of asynchronous timing issues and auto-connect with whiteli | [
{
"change_type": "MODIFY",
"diff": "@@ -98,21 +98,5 @@ impl Spec for WhitelistOnSessionLimit {\nif !is_connect_peer_num_eq_3 {\npanic!(\"whitelist connect fail\");\n}\n-\n- node1.disconnect(&node0);\n- // whitelist will be connected on inbound reach limit\n- node1.connect(&node0);\n-\n- let is_connect_peer_... | Rust | MIT License | nervosnetwork/ckb | test: Remove outbound limit test because of asynchronous timing issues and auto-connect with whiteli | 1 | test | null |
791,723 | 11.10.2019 12:56:30 | 25,200 | 90458f8dfc7fbb9bf5df93a1f785c96c3630042a | misc: rewrite dom-size description | [
{
"change_type": "MODIFY",
"diff": "@@ -16,20 +16,13 @@ const Audit = require('../audit.js');\nconst Util = require('../../report/html/renderer/util.js');\nconst i18n = require('../../lib/i18n/i18n.js');\n-const MAX_DOM_ELEMENTS = 1500;\n-const MAX_DOM_TREE_WIDTH = 60;\n-const MAX_DOM_TREE_DEPTH = 32;\n-\nc... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc: rewrite dom-size description (#9821) | 1 | misc | null |
711,597 | 11.10.2019 13:01:31 | -7,200 | 760d519fdc13ddcd355ab2745f4631a91e8e1a1f | feat(admin-ui): Add visibility to Order notes
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -1171,6 +1171,7 @@ export type HistoryEntry = Node & {\nid: Scalars['ID'],\ncreatedAt: Scalars['DateTime'],\nupdatedAt: Scalars['DateTime'],\n+ isPublic: Scalars['Boolean'],\ntype: HistoryEntryType,\nadministrator?: Maybe<Administrator>,\ndata: Scalars['JSON'],\n@@ -11... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(admin-ui): Add visibility to Order notes
Closes #180 | 1 | feat | admin-ui |
67,476 | 11.10.2019 13:08:50 | -7,200 | 12cc85a1116eac2e32cf1312dbd4792242b3062a | refactor(scheduler): reorder priorities | [
{
"change_type": "MODIFY",
"diff": "@@ -35,14 +35,14 @@ describe.only('Scheduler', function () {\npriority: TaskQueuePriority.render,\nname: 'render',\n},\n- {\n- priority: TaskQueuePriority.postRender,\n- name: 'postRender',\n- },\n{\npriority: TaskQueuePriority.macroTask,\nname: 'macroTask',\n},\n+ {\n+ p... | TypeScript | MIT License | aurelia/aurelia | refactor(scheduler): reorder priorities | 1 | refactor | scheduler |
865,917 | 11.10.2019 13:50:25 | -7,200 | b00a4325992a516992cb9f1aa950f6250a8c86f3 | chore(client): bump camunda-bpm-moddle dependency | [
{
"change_type": "MODIFY",
"diff": "}\n},\n\"camunda-bpmn-moddle\": {\n- \"version\": \"4.1.2\",\n- \"resolved\": \"https://registry.npmjs.org/camunda-bpmn-moddle/-/camunda-bpmn-moddle-4.1.2.tgz\",\n- \"integrity\": \"sha512-eyrtdo3d9gecD2xExsrNsfEpgkMrmPfj/w9VUqOn6uKn5hpX7lv7RDt4YLjBxwdhPJf+1LTWrmjFKZC0dUB... | JavaScript | MIT License | camunda/camunda-modeler | chore(client): bump camunda-bpm-moddle dependency | 1 | chore | client |
67,476 | 11.10.2019 14:01:38 | -7,200 | 5115f58e16924ff964f8073e01bd78456f08e127 | refactor(scheduler): add prio specific apis | [
{
"change_type": "MODIFY",
"diff": "import { DI, IContainer, IRegistry, IResolver, Key, Registration } from '@aurelia/kernel';\n-import { IDOM, IDOMInitializer, ISinglePageApp, IScheduler, TaskQueuePriority, TaskQueue, IClock, TaskCallback, QueueTaskOptions, Task, DOM } from '@aurelia/runtime';\n+import { I... | TypeScript | MIT License | aurelia/aurelia | refactor(scheduler): add prio specific apis | 1 | refactor | scheduler |
711,597 | 11.10.2019 14:11:39 | -7,200 | d5405a00a59488637510b2935b75644e6eefe5f7 | fix(core): Fix DefaultLogger logLevel Error
A bad falsy check was reverting the level to Info. | [
{
"change_type": "ADD",
"diff": "+import { DefaultLogger } from './default-logger';\n+import { Logger, LogLevel } from './vendure-logger';\n+\n+describe('DefaultLogger', () => {\n+ let stdOutSpy: jest.SpyInstance;\n+ beforeEach(() => {\n+ stdOutSpy = jest.spyOn(process.stdout, 'write').mockImplementation(()... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Fix DefaultLogger logLevel Error
A bad falsy check was reverting the level to Info. | 1 | fix | core |
711,597 | 11.10.2019 14:14:02 | -7,200 | e8fd15db8a8105792d88063ec550e862384d805b | feat(core): Move error logging to the API Filter layer
Prevents the logging of handled errors. | [
{
"change_type": "MODIFY",
"diff": "import { Module } from '@nestjs/common';\n-import { APP_GUARD, APP_INTERCEPTOR } from '@nestjs/core';\n+import { APP_FILTER, APP_GUARD, APP_INTERCEPTOR } from '@nestjs/core';\nimport path from 'path';\nimport { DataImportModule } from '../data-import/data-import.module';\... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(core): Move error logging to the API Filter layer
Prevents the logging of handled errors. | 1 | feat | core |
306,444 | 11.10.2019 14:15:46 | -7,200 | abf82f61e6af7a7f870317ecd0ad3f064c521045 | chore(rich-select): revert delegate of disabled on readonly for invoker | [
{
"change_type": "MODIFY",
"diff": "@@ -42,13 +42,6 @@ export class LionSelectInvoker extends LionButton {\nthis.type = 'button';\n}\n- _requestUpdate(name, oldValue) {\n- super._requestUpdate(name, oldValue);\n- if (name === 'readOnly') {\n- this.disabled = this.readOnly;\n- }\n- }\n-\n_contentTemplate() {... | JavaScript | MIT License | ing-bank/lion | chore(rich-select): revert delegate of disabled on readonly for invoker | 1 | chore | rich-select |
749,516 | 11.10.2019 14:27:34 | 25,200 | af1ff3512416eb9967d3d144b4c4ad3966730dd8 | fix(forms): allow MediaRange to recieve all possible ref values | [
{
"change_type": "MODIFY",
"diff": "import React, { useRef } from 'react';\nimport PropTypes from 'prop-types';\n-import { composeEventHandlers } from '@zendeskgarden/container-utilities';\n+import { composeEventHandlers, useCombinedRefs } from '@zendeskgarden/container-utilities';\nimport useFieldContext f... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | fix(forms): allow MediaRange to recieve all possible ref values (#480) | 1 | fix | forms |
749,516 | 11.10.2019 14:45:06 | 25,200 | 3407dc68e00f7382fb916efda1f4a693bfad112e | fix(datepicker): ensure mouse events are propogated correctly | [
{
"change_type": "MODIFY",
"diff": "@@ -125,7 +125,7 @@ export const datepickerRangeReducer = ({\n}\n}\n- return { ...state, previewDate, isStartFocused: true };\n+ return { ...state, previewDate, isStartFocused: true, isEndFocused: false };\n}\ncase 'END_FOCUS': {\nlet previewDate = state.previewDate;\n@@ ... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | fix(datepicker): ensure mouse events are propogated correctly (#481) | 1 | fix | datepicker |
366,931 | 11.10.2019 15:10:57 | -32,400 | f26c0ed7bd93f3d9bbe7c1088565e7148a861d87 | fix(selectbox): Remove unnecessary Vendor Prefix | [
{
"change_type": "MODIFY",
"diff": "@@ -110,8 +110,6 @@ const Base = styled.select`\noutline: none;\nbox-sizing: border-box;\nappearance: none;\n- -webkit-appearance: none;\n- -moz-appearance: none;\ncursor: pointer;\ntransition: ${isTouchDevice ? 'none' : `all ${interaction.hover.animation}`};\ntext-align:... | TypeScript | MIT License | kufu/smarthr-ui | fix(selectbox): Remove unnecessary Vendor Prefix | 1 | fix | selectbox |
942,595 | 11.10.2019 15:19:42 | 25,200 | c3c3098f094030e96348670381bff98517b58fe9 | chore(core): Add react-emotion as a dep | [
{
"change_type": "MODIFY",
"diff": "\"@workday/canvas-colors-web\": \"^0.17.12\",\n\"@workday/canvas-depth-web\": \"^0.16.3\",\n\"@workday/canvas-space-web\": \"^0.15.5\",\n- \"emotion\": \"^9.2.12\"\n+ \"emotion\": \"^9.2.12\",\n+ \"react-emotion\": \"^9.2.12\"\n}\n}\n",
"new_path": "modules/core/react... | TypeScript | Apache License 2.0 | workday/canvas-kit | chore(core): Add react-emotion as a dep (#256) | 1 | chore | core |
711,597 | 11.10.2019 15:22:35 | -7,200 | ce004063ad7d98b096f509f619afdd738e384f13 | fix(core): Fix duplicate plugin entities being registered on bootstrap | [
{
"change_type": "MODIFY",
"diff": "@@ -15,9 +15,7 @@ import { setEntityIdStrategy } from '../src/entity/set-entity-id-strategy';\n* Clears all tables in the detabase sepcified by the connectionOptions\n*/\nexport async function clearAllTables(config: VendureConfig, logging = true) {\n- await preBootstrapCo... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Fix duplicate plugin entities being registered on bootstrap | 1 | fix | core |
711,597 | 11.10.2019 15:23:57 | -7,200 | d6d33eff8e90ad793324e2db14b15c2f90f23796 | chore(dev-server): Fix issue populating with sqlite | [
{
"change_type": "MODIFY",
"diff": "@@ -90,6 +90,7 @@ function getDbConfig(): ConnectionOptions {\ncase 'sqlite':\nconsole.log('Using sqlite connection');\nreturn {\n+ synchronize: true,\ntype: 'sqlite',\ndatabase: path.join(__dirname, 'vendure.sqlite'),\n};\n",
"new_path": "packages/dev-server/dev-conf... | TypeScript | MIT License | vendure-ecommerce/vendure | chore(dev-server): Fix issue populating with sqlite | 1 | chore | dev-server |
306,444 | 11.10.2019 15:31:38 | -7,200 | 6a15ba1c804aad6b288b1f6b66fc4e756c6a0753 | fix(select-rich): make readonly work | [
{
"change_type": "MODIFY",
"diff": "@@ -511,7 +511,7 @@ export class LionSelectRich extends OverlayMixin(\n__setupInvokerNodeEventListener() {\nthis.__invokerOnClick = () => {\n- if (!this.disabled) {\n+ if (!this.disabled && !this.readOnly) {\nthis._overlayCtrl.toggle();\n}\n};\n",
"new_path": "package... | JavaScript | MIT License | ing-bank/lion | fix(select-rich): make readonly work | 1 | fix | select-rich |
366,920 | 11.10.2019 15:54:18 | -32,400 | 8a2a8a2e358dd94cf6b19539c6c3b339d466b19e | fix: Add ThemeProvider to DropdownContent | [
{
"change_type": "MODIFY",
"diff": "import React, { useContext, useEffect } from 'react'\nimport { render } from 'react-dom'\n+import { InjectedProps, withTheme } from '../../hocs/withTheme'\n+import { ThemeProvider } from '../../themes/ThemeProvider'\nimport { Rect } from './dropdownHelper'\nimport { Dropd... | TypeScript | MIT License | kufu/smarthr-ui | fix: Add ThemeProvider to DropdownContent | 1 | fix | null |
730,429 | 11.10.2019 16:09:46 | 14,400 | 506bbb05f3fe3a9e9f67cb53e51e02cb33328943 | feat(r-r-spark): rename spark instance creator | [
{
"change_type": "RENAME",
"diff": "@@ -11,7 +11,7 @@ import '@webex/internal-plugin-feature';\nimport '@webex/internal-plugin-presence';\nimport '@webex/internal-plugin-search';\nimport '@webex/internal-plugin-team';\n-import Spark from '@webex/webex-core';\n+import Webex from '@webex/webex-core';\nimport ... | JavaScript | MIT License | webex/react-widgets | feat(r-r-spark): rename spark instance creator | 1 | feat | r-r-spark |
366,935 | 11.10.2019 16:13:55 | -32,400 | ecc3e70d730ee5fc66f54cccb438645c449e9977 | refactor: delete unnecessary style propery for Button component | [
{
"change_type": "MODIFY",
"diff": "@@ -86,20 +86,17 @@ const Base: any = styled.div`\n&.default {\nfont-size: ${size.pxToRem(size.font.TALL)};\nheight: 40px;\n- line-height: 40px;\npadding: 0 ${size.pxToRem(size.space.XS)};\n}\n&.s {\nfont-size: ${size.pxToRem(size.font.SHORT)};\nheight: 27px;\n- line-heig... | TypeScript | MIT License | kufu/smarthr-ui | refactor: delete unnecessary style propery for Button component | 1 | refactor | null |
942,595 | 11.10.2019 16:27:34 | 25,200 | 90bfc0b8be3afb83ddec0e68b6af4b191448f258 | fix(skeleton): Remove z-index
* fix(skeleton): Remove z-index
BREAKING CHANGE: Skeleton no longer has a z-index specified at all.
* test(skeleton): Update snapshots | [
{
"change_type": "MODIFY",
"diff": "@@ -28,7 +28,6 @@ const SkeletonAnimator = styled('div')<{diagonal: number; topPosition: number; w\nheight: diagonal,\ntop: topPosition,\nposition: 'absolute',\n- zIndex: 999,\n};\n}\n);\n",
"new_path": "modules/skeleton/react/lib/skeleton.tsx",
"old_path": "modul... | TypeScript | Apache License 2.0 | workday/canvas-kit | fix(skeleton): Remove z-index (#257)
* fix(skeleton): Remove z-index
BREAKING CHANGE: Skeleton no longer has a z-index specified at all.
* test(skeleton): Update snapshots | 1 | fix | skeleton |
866,415 | 11.10.2019 16:28:58 | 14,400 | 1f73e28eb0db142291701550fc634a2b94cb75fd | chore(snapshots): updated snapshots | [
{
"change_type": "MODIFY",
"diff": "@@ -19,15 +19,15 @@ Array [\n>\n<div>\n<div\n- className=\"bx--grid bx--dotcom-shell\"\n+ className=\"bx--masthead \"\n>\n<div\n- className=\"bx--dotcom-shell__masthead\"\n+ className=\"bx--masthead__l0\"\n>\n<header\naria-label=\"IBM\"\nclassName=\"bx--header\"\n- data-a... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(snapshots): updated snapshots | 1 | chore | snapshots |
791,704 | 11.10.2019 16:51:52 | 25,200 | dbcb52c162f0fd8fcf561116ffd06067f67d398c | test(build): attempt bundle test three times in CI | [
{
"change_type": "MODIFY",
"diff": "@@ -38,7 +38,7 @@ script:\n- yarn test-clients\n- yarn test-viewer\n- yarn test-lantern\n- - yarn test-bundle\n+ - yarn test-bundle || yarn test-bundle || yarn test-bundle\n- yarn i18n:checks\n- yarn dogfood-lhci\nbefore_cache:\n",
"new_path": ".travis.yml",
"old_... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | test(build): attempt bundle test three times in CI (#9830) | 1 | test | build |
942,581 | 11.10.2019 16:55:47 | 21,600 | a4fd1558507d68593ea627c1500b9bfe94ece6de | ci: Remove Travis from pull requests | [
{
"change_type": "MODIFY",
"diff": "@@ -6,8 +6,6 @@ cache:\ngit:\ndepth: 3\nstages:\n-- name: testing\n- if: type = pull_request\n- name: npm publish\nif: branch =~ /^v\\d+\\.\\d+(\\.\\d+)?(-\\S*)?$/ AND tag IS present\n- name: master check and build storybook\n@@ -21,9 +19,6 @@ install:\n- yarn build\njobs... | TypeScript | Apache License 2.0 | workday/canvas-kit | ci: Remove Travis from pull requests (#258) | 1 | ci | null |
730,429 | 11.10.2019 17:10:06 | 14,400 | f55979e110f54705ea1a20e79171241f19bd052e | feat(r-r-spark): adds the ability to receive a sdk instance | [
{
"change_type": "MODIFY",
"diff": "@@ -10,7 +10,7 @@ import {\nregisterDevice,\nstoreSparkInstance\n} from './actions';\n-import createSpark, {createSparkJwt} from './spark';\n+import {createSDKGuestInstance, createSDKInstance} from './sdk';\nconst injectedPropTypes = {\nspark: PropTypes.object.isRequired,... | JavaScript | MIT License | webex/react-widgets | feat(r-r-spark): adds the ability to receive a sdk instance | 1 | feat | r-r-spark |
866,395 | 11.10.2019 17:10:36 | 14,400 | 7e07b4f43ae3d8e707c1247609b4ee960705f647 | fix(css): fix search focus/active states; fixes fixes | [
{
"change_type": "MODIFY",
"diff": "z-index: 999;\nwidth: 100%;\n+ .react-autosuggest__container {\n&::after {\ncontent: '';\nposition: absolute;\n- top: 0;\n- right: 0;\nbottom: 0;\nleft: 0;\ndisplay: block;\nborder-bottom: 2px solid $interactive-01;\n+ width: 100%;\n+ height: 2px;\n+ z-index: 10001;\n+ }\... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix(css): fix search focus/active states; fixes #117, fixes #156 | 1 | fix | css |
866,395 | 11.10.2019 17:15:21 | 14,400 | 22df546aa8ca56acd93190bd0079766fe11fa344 | fix(props): add missing props | [
{
"change_type": "MODIFY",
"diff": "@@ -38,12 +38,13 @@ const MastheadLeftNav = ({ navigation, isSideNavExpanded }) => {\nconst sideNav = navigation.map((link, i) => {\nif (link.hasMenu) {\nreturn (\n- <SideNavMenu title={link.title}>\n+ <SideNavMenu title={link.title} key={i}>\n<SideNavMenuItem\nhref=\"jav... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix(props): add missing props | 1 | fix | props |
815,601 | 11.10.2019 17:16:06 | -28,800 | 8abc29f453d3a3628ab50f292e19b6326ed0f6d2 | fix: package non-proposed orphan tx | [
{
"change_type": "MODIFY",
"diff": "@@ -385,7 +385,7 @@ impl TxPool {\nlet entries = self.orphan.remove_by_ancestor(tx);\nfor entry in entries {\nlet tx_hash = entry.transaction.hash().to_owned();\n- if self.contains_proposed(&tx.proposal_short_id()) {\n+ if self.contains_proposed(&entry.transaction.proposa... | Rust | MIT License | nervosnetwork/ckb | fix: package non-proposed orphan tx | 1 | fix | null |
866,395 | 11.10.2019 17:17:05 | 14,400 | 858c84b266c9e9efb5b8f4482d14b7761f2bb10a | fix(search): update focus and active states | [
{
"change_type": "MODIFY",
"diff": "@@ -122,18 +122,34 @@ const MastheadSearch = ({ placeHolderText, renderValue }) => {\ndispatch({ type: 'setVal', payload: { val: newValue } });\n}\n+ /**\n+ * Close search and suggestions only when search container blurs\n+ *\n+ * @param {event} event The callback event\n... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix(search): update focus and active states | 1 | fix | search |
503,918 | 11.10.2019 17:35:24 | -10,800 | 48e281897cb9a4431f30b8bc95b335d15459b117 | docs(button): add an example of a link button with anchor | [
{
"change_type": "MODIFY",
"diff": "@@ -59,6 +59,9 @@ LinkButton = () => (\n<Button component=\"a\" isDisabled href=\"https://pf-next.com/\" target=\"_blank\" variant=\"tertiary\">\nTertiary Link to Core Docs\n</Button>\n+ <Button component=\"a\" href=\"https://pf4.patternfly.org/contribution/#modifiers\" v... | TypeScript | MIT License | patternfly/patternfly-react | docs(button): add an example of a link button with anchor (#3034)
Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com> | 1 | docs | button |
791,690 | 11.10.2019 17:41:22 | 18,000 | cb48d46d322ad75405bd6df71a76f068e752a36e | core(errors-in-console): add ignoredPatterns option | [
{
"change_type": "MODIFY",
"diff": "<!-- FAIL(errors-in-console): exception thrown -->\n<script type=\"text/javascript\" id=\"error-time\">throw new Error('A distinctive error');</script>\n+<!-- PASS(errors-in-console): exception thrown but ignoredPatterns removes it -->\n+<script type=\"text/javascript\">t... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(errors-in-console): add ignoredPatterns option (#9480) | 1 | core | errors-in-console |
503,952 | 11.10.2019 18:09:15 | -7,200 | bbe99f3f521d0cf717cfa5fdd4e94a15dc0281eb | fix(Select): Modifying selection outside now works | [
{
"change_type": "MODIFY",
"diff": "@@ -142,10 +142,10 @@ class Select extends React.Component<SelectProps & InjectedOuiaProps, SelectStat\n});\n}\n- if (prevProps.selections !== this.props.selections && this.state.typeaheadActiveChild) {\n- this.setState(prevState => ({\n- typeaheadInputValue: prevState.ty... | TypeScript | MIT License | patternfly/patternfly-react | fix(Select): Modifying selection outside now works (#3096) | 1 | fix | Select |
531,793 | 11.10.2019 19:21:17 | -3,600 | 2e1e41ff15da570e50c72702f99d8ce40b46fe9b | fix(ui): tweak css for silence submit errors | [
{
"change_type": "MODIFY",
"diff": "@@ -173,12 +173,20 @@ const SilenceSubmitProgress = observer(\nconst { cluster } = this.props;\nreturn (\n- <div className=\"d-flex\">\n- <div className=\"p-2 flex-fill\">\n+ <div className=\"d-flex mb-2\">\n+ <div className=\"p-2 flex-fill my-auto flex-grow-0 flex-shrink... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): tweak css for silence submit errors | 1 | fix | ui |
531,793 | 11.10.2019 21:27:51 | -3,600 | 22ea4393abf88da5dd4b31e4513a01c4ec5114df | feat(api): expose all silences under /silences.json | [
{
"change_type": "MODIFY",
"diff": "@@ -101,6 +101,7 @@ func setupRouter(router *gin.Engine) {\nrouter.GET(getViewURL(\"/autocomplete.json\"), autocomplete)\nrouter.GET(getViewURL(\"/labelNames.json\"), knownLabelNames)\nrouter.GET(getViewURL(\"/labelValues.json\"), knownLabelValues)\n+ router.GET(getViewUR... | TypeScript | Apache License 2.0 | prymitive/karma | feat(api): expose all silences under /silences.json | 1 | feat | api |
791,676 | 11.10.2019 22:22:41 | -7,200 | 94810f3ff1678ca9150612aed73cdc18898aefea | report(viewer): minify inlined report-generator bundle | [
{
"change_type": "MODIFY",
"diff": "@@ -54,7 +54,7 @@ async function browserifyFile(entryPath, distPath) {\nbundle\n// Transform the fs.readFile etc into inline strings.\n- .transform('brfs', {global: true, parserOpts: {ecmaVersion: 10}})\n+ .transform('@wardpeet/brfs', {global: true, parserOpts: {ecmaVersi... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report(viewer): minify inlined report-generator bundle (#9596) | 1 | report | viewer |
815,593 | 11.10.2019 22:46:09 | -32,400 | c1767734bf49441abb2981a1eb0a18f5b703681d | fix: resolve uncles hash calculation issue | [
{
"change_type": "MODIFY",
"diff": "@@ -124,7 +124,13 @@ impl<'r> packed::UncleBlockVecReader<'r> {\nif self.is_empty() {\npacked::Byte32::zero()\n} else {\n- blake2b_256(self.as_slice()).pack()\n+ let mut ret = [0u8; 32];\n+ let mut blake2b = new_blake2b();\n+ for uncle in self.iter() {\n+ blake2b.update(u... | Rust | MIT License | nervosnetwork/ckb | fix: resolve uncles hash calculation issue | 1 | fix | null |
217,922 | 11.10.2019 23:31:45 | -7,200 | 8b37a24d83088558362f6b6a96652298b6c9e589 | chore: support for aetherial reduction data report | [
{
"change_type": "MODIFY",
"diff": "import { InjectionToken, Provider } from '@angular/core';\nimport { DesynthResultReporter } from './desynth-result-reporter';\n+import { ReductionResultReporter } from './reduction-result-reporter';\n+import { MachinaService } from '../electron/machina.service';\nexport c... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: support for aetherial reduction data report | 1 | chore | null |
531,793 | 11.10.2019 23:39:03 | -3,600 | 4554bb2371a0d508f4979a6734e1d1e8390aebe4 | feat(ui): show a spinner when alerts are being fetched on the silence preview | [
{
"change_type": "MODIFY",
"diff": "@@ -8,6 +8,7 @@ import { FontAwesomeIcon } from \"@fortawesome/react-fontawesome\";\nimport { faArrowLeft } from \"@fortawesome/free-solid-svg-icons/faArrowLeft\";\nimport { faCheckCircle } from \"@fortawesome/free-solid-svg-icons/faCheckCircle\";\nimport { faExclamationC... | TypeScript | Apache License 2.0 | prymitive/karma | feat(ui): show a spinner when alerts are being fetched on the silence preview | 1 | feat | ui |
306,404 | 12.10.2019 04:42:49 | -19,080 | 08a91291d9cfd2e9cb93b172ed29472fc6f0124d | fix(localize): unforce defaults when options are given
should not force defaults when at least one of the three date options is given (day, month, year).
also added test cases and storybook demo. | [
{
"change_type": "MODIFY",
"diff": "@@ -13,22 +13,16 @@ export function formatDate(date, options) {\nreturn '';\n}\nconst formatOptions = options || {};\n- // make sure months and days are always 2-digits\n- if (!options) {\n- formatOptions.year = 'numeric';\n- formatOptions.month = '2-digit';\n- formatOpti... | JavaScript | MIT License | ing-bank/lion | fix(localize): unforce defaults when options are given
should not force defaults when at least one of the three date options is given (day, month, year).
also added test cases and storybook demo. | 1 | fix | localize |
217,922 | 12.10.2019 09:22:10 | -7,200 | df0e7ca76eccd8b271a4b2419432fa2276b90dd2 | chore: HQ support for reduction | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,7 @@ import { Observable } from 'rxjs';\nimport { ofPacketSubType } from '../rxjs/of-packet-subtype';\nimport { DataReporter } from './data-reporter';\nimport { MachinaService } from '../electron/machina.service';\n-import { delay, filter, map, tap, withLatestF... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: HQ support for reduction | 1 | chore | null |
531,793 | 12.10.2019 10:50:54 | -3,600 | 072d700b43d2d6919f48d56be5b8a3749959912e | fix(ci): expand silence payload preview on storybook | [
{
"change_type": "MODIFY",
"diff": "@@ -62,10 +62,7 @@ const SilenceForm = observer(\nalertStore: PropTypes.instanceOf(AlertStore).isRequired,\nsilenceFormStore: PropTypes.instanceOf(SilenceFormStore).isRequired,\nsettingsStore: PropTypes.instanceOf(Settings).isRequired,\n- previewOpen: PropTypes.bool\n- };... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ci): expand silence payload preview on storybook | 1 | fix | ci |
67,516 | 12.10.2019 12:08:38 | -7,200 | a07480094a3cedfdd40d22263aece64c61dd5586 | fix(tests): computed observer | [
{
"change_type": "MODIFY",
"diff": "@@ -56,7 +56,7 @@ describe('app', function () {\n$it('changes in bound VM properties are correctly reflected in the read-only-texts', async function ({ host, ctx }) {\n(host.querySelector('button#staticTextChanger') as unknown as HTMLButtonElement).click();\n- await ctx.l... | TypeScript | MIT License | aurelia/aurelia | fix(tests): computed observer | 1 | fix | tests |
67,516 | 12.10.2019 12:24:15 | -7,200 | 0ef3878ded5aa08ba5a4d099afc44e3fe16f4e5a | fix(test): linting issue | [
{
"change_type": "MODIFY",
"diff": "@@ -54,7 +54,7 @@ describe('app', function () {\n}\n});\n- $it('changes in bound VM properties are correctly reflected in the read-only-texts', async function ({ host, ctx }) {\n+ $it('changes in bound VM properties are correctly reflected in the read-only-texts', functio... | TypeScript | MIT License | aurelia/aurelia | fix(test): linting issue | 1 | fix | test |
217,922 | 12.10.2019 12:27:26 | -7,200 | a85187cfbb15b52359bdf5c01d5248e517d7e5c3 | chore: flattening quick synth reports data | [
{
"change_type": "MODIFY",
"diff": "@@ -86,7 +86,7 @@ export class QuicksynthResultReporter implements DataReporter {\nsuccess: true,\nHQ: data.packet.itemHQ,\nrlvl: data.recipe.rlvl,\n- crafterStats: crafterStats\n+ ...crafterStats\n}\n];\n})\n@@ -108,9 +108,8 @@ export class QuicksynthResultReporter imple... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: flattening quick synth reports data | 1 | chore | null |
273,683 | 12.10.2019 13:59:26 | -7,200 | 91f346ea21fe2c31681e71692180b658601275a2 | fix(graphql): apply extensions once per usage | [
{
"change_type": "MODIFY",
"diff": "@@ -940,6 +940,39 @@ test('add a experimental field extension', async () => {\nexpect(data.post.title).toEqual('test-test')\n})\n+test('apply extensions once per field', async () => {\n+ const resolve = jest.fn((src, args, ctx, info) => src[info.fieldName])\n+ const apply... | JavaScript | MIT License | gridsome/gridsome | fix(graphql): apply extensions once per usage | 1 | fix | graphql |
815,595 | 12.10.2019 15:35:12 | -28,800 | e0787675d9960a5b1889f2777e1df8ca2836bbc5 | fix(test): skip the panicked checking for rest nodes | [
{
"change_type": "MODIFY",
"diff": "@@ -331,7 +331,7 @@ fn print_panicked_logs(node_dirs: &[String]) {\n.unwrap_or(false)\n});\nif panic_ln.is_none() {\n- return;\n+ continue;\n}\nlet panic_ln = panic_ln.unwrap().0;\n",
"new_path": "test/src/main.rs",
"old_path": "test/src/main.rs"
}
] | Rust | MIT License | nervosnetwork/ckb | fix(test): skip the panicked checking for rest nodes | 1 | fix | test |
273,727 | 12.10.2019 16:13:49 | -7,200 | 23cec5a0c7736f96ab50e64b21075335b4ab6d5b | chore(cli): fix typo in update command hint | [
{
"change_type": "MODIFY",
"diff": "@@ -86,7 +86,7 @@ if (notifier.update) {\n(async () => {\nconst withYarn = await hasYarn()\nconst margin = chalk.bgGreen(' ')\n- const command = withYarn ? `yarn add global ${pkg.name}` : `npm i -g ${pkg.name}`\n+ const command = withYarn ? `yarn global add ${pkg.name}` :... | JavaScript | MIT License | gridsome/gridsome | chore(cli): fix typo in update command hint (#736) | 1 | chore | cli |
67,507 | 12.10.2019 17:10:39 | -7,200 | 114fefd18c070955f7a3e9a573d6e8008e863b6e | test: fix browserstack error | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,7 @@ import * as c from 'chalk';\nimport * as l from 'fancy-log';\nconst chalk = (c.default || c) as import('chalk').Chalk;\n-const log = (l.default || l) as typeof import('fancy-log');\n+const log = ((l as {default?: unknown}).default || l) as typeof import('f... | TypeScript | MIT License | aurelia/aurelia | test: fix browserstack error | 1 | test | null |
67,507 | 12.10.2019 17:30:22 | -7,200 | 6e9cbf0ac8cca13723bce446084db274af0b3469 | chore: move inline eslint disables to .eslintrc.js for generated tests | [
{
"change_type": "MODIFY",
"diff": "@@ -15,6 +15,7 @@ module.exports = {\nrules: {\n'@typescript-eslint/class-name-casing': 'off',\n'@typescript-eslint/no-explicit-any': 'off',\n+ 'compat/compat': 'off',\n'import/no-nodejs-modules': 'off',\n'jsdoc/require-jsdoc': 'off',\n'mocha/no-async-describe': 'error',\... | TypeScript | MIT License | aurelia/aurelia | chore: move inline eslint disables to .eslintrc.js for generated tests | 1 | chore | null |
151,430 | 12.10.2019 18:09:26 | 25,200 | 4bc76451a2432ede67bb68ff79fd9b523512e0c5 | docs: improve customer.io docs | [
{
"change_type": "MODIFY",
"diff": "@@ -8,17 +8,19 @@ Integration with [customer.io](https://customer.io/) for [analytics](https://www\n<details>\n<summary>Click to expand</summary>\n-- [Install](#install)\n+- [Installation](#installation)\n+- [How to use](#how-to-use)\n+- [Browser usage](#browser-usage)\n+... | JavaScript | MIT License | davidwells/analytics | docs: improve customer.io docs | 1 | docs | null |
151,430 | 12.10.2019 18:10:25 | 25,200 | 7f25fe471dd0747bb402b36f212170f383e44abe | docs: improve full story docs | [
{
"change_type": "MODIFY",
"diff": "Integration with [FullStory](https://www.fullstory.com/) for [analytics](https://www.npmjs.com/package/analytics)\n-<!-- ANALYTICS_DOCS:START (TOC) -->\n-- [Usage](#usage)\n+[View the docs](https://getanalytics.io/plugins/fullstory/)\n+\n+<!-- AUTO-GENERATED-CONTENT:START... | JavaScript | MIT License | davidwells/analytics | docs: improve full story docs | 1 | docs | null |
67,516 | 12.10.2019 20:19:05 | -7,200 | 6a6043ccf5d93fce2d77028ee0d30312086e5f6f | fix(tests): computed-observer typing issue | [
{
"change_type": "MODIFY",
"diff": "@@ -263,7 +263,7 @@ describe('ObserverLocator', function () {\n} else {\nif (hasSetter) {\nif(isVolatile){\n- assert.strictEqual(actual.constructor.name, 'GetterObserver', `actual.constructor.name`);\n+ assert.strictEqual(actual.constructor.name, GetterObserver.name, `act... | TypeScript | MIT License | aurelia/aurelia | fix(tests): computed-observer typing issue | 1 | fix | tests |
67,476 | 12.10.2019 20:43:34 | -7,200 | c69796b2f9c688d16f3db27c7a7ccd35a286adee | chore(di): cleanup other metadata shim | [
{
"change_type": "MODIFY",
"diff": "/// <reference types=\"reflect-metadata\" />\n-import { Class, Constructable, IIndexable } from './interfaces';\n+import { Class, Constructable } from './interfaces';\nimport { PLATFORM } from './platform';\nimport { Reporter } from './reporter';\nimport { IResourceType }... | TypeScript | MIT License | aurelia/aurelia | chore(di): cleanup other metadata shim | 1 | chore | di |
76,611 | 12.10.2019 20:48:51 | -7,200 | f51f731656d5708f33be925713259f510441d253 | fix(regex): check global flag is present | [
{
"change_type": "MODIFY",
"diff": "@@ -42,12 +42,17 @@ class RegexNamedEntity extends NamedEntity {\n* @param {RegExp} regex Regular expression.\n*/\naddRegex(srcLanguages, regex) {\n+ const globalFlag = 'g';\nconst languages = Array.isArray(srcLanguages)\n? srcLanguages\n: [srcLanguages];\n+ const fixedRe... | JavaScript | MIT License | axa-group/nlp.js | fix(regex): check global flag is present | 1 | fix | regex |
67,476 | 12.10.2019 20:52:44 | -7,200 | 4ba48e99da1dbef8c7f948851419eb71bb9780b7 | feat(container): add path property | [
{
"change_type": "MODIFY",
"diff": "@@ -52,6 +52,7 @@ export interface IRegistry {\nexport interface IContainer extends IServiceLocator {\nreadonly id: number;\n+ readonly path: string;\nregister(...params: any[]): IContainer;\nregisterResolver<K extends Key, T = K>(key: K, resolver: IResolver<T>): IResolve... | TypeScript | MIT License | aurelia/aurelia | feat(container): add path property | 1 | feat | container |
67,476 | 12.10.2019 21:02:36 | -7,200 | bd999f5fb002947042e2eed3321d2ca8c582c05e | fix(render-context): add path property | [
{
"change_type": "MODIFY",
"diff": "@@ -22,6 +22,9 @@ export class RenderContext implements IRenderContext {\npublic get id(): number {\nreturn this.container.id;\n}\n+ public get path(): string {\n+ return this.container.path;\n+ }\npublic get parentId(): number {\nreturn this.parentContainer.id;\n}\n",
... | TypeScript | MIT License | aurelia/aurelia | fix(render-context): add path property | 1 | fix | render-context |
269,639 | 12.10.2019 21:16:40 | -7,200 | 160740aefeada6055d51ae66ce14e715bc44ce5f | fix: locale on tests
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -17,7 +17,7 @@ setup:\n# Run all the tests\ntest:\n- go test $(TEST_OPTIONS) -failfast -race -coverpkg=./... -covermode=atomic -coverprofile=coverage.txt $(SOURCE_FILES) -run $(TEST_PATTERN) -timeout=2m\n+ LC_ALL=C go test $(TEST_OPTIONS) -failfast -race -coverpkg=./..... | Go | MIT License | goreleaser/goreleaser | fix: locale on tests
closes #1190 | 1 | fix | null |
151,430 | 12.10.2019 21:41:07 | 25,200 | bf28fbea9aef6f1f5c1a28caa6ebb73138327b5e | docs: updaye customer.io doc | [
{
"change_type": "MODIFY",
"diff": "@@ -99,7 +99,6 @@ const analytics = Analytics({\n- **pluginConfig** `object` Plugin settings\n- **pluginConfig.siteId** `string` Customer.io site Id for client side tracking\n- **pluginConfig.disableAnonymousTraffic** (optional) `boolean` Disable anonymous events from fir... | JavaScript | MIT License | davidwells/analytics | docs: updaye customer.io doc | 1 | docs | null |
67,476 | 12.10.2019 21:46:15 | -7,200 | bccdc5498ee3c66d46f6600f77a5839d989a39ca | refactor(runtime): use metadata for customElement def and renderer cache | [
{
"change_type": "MODIFY",
"diff": "@@ -90,7 +90,8 @@ export {\nIResourceType,\nResourceDescription,\nResourcePartDescription,\n- RuntimeCompilationResources\n+ RuntimeCompilationResources,\n+ Protocol,\n} from './resource';\nexport {\nEventAggregator,\n",
"new_path": "packages/kernel/src/index.ts",
... | TypeScript | MIT License | aurelia/aurelia | refactor(runtime): use metadata for customElement def and renderer cache | 1 | refactor | runtime |
67,516 | 12.10.2019 22:48:40 | -7,200 | 1635784d1bb0f7bb151899b1e27cdade311f2c5a | fix(i18n): i18n interface
Exported I18N interface so that devs don't have to explicitly
refer to I18NService. | [
{
"change_type": "MODIFY",
"diff": "-import { I18N, I18nService, Signals } from '@aurelia/i18n';\n+import { I18N, Signals } from '@aurelia/i18n';\nimport { customElement, ISignaler } from '@aurelia/runtime';\nimport template from './sut-i18n.html';\nimport { Locale } from './translation-resources';\n@@ -13,... | TypeScript | MIT License | aurelia/aurelia | fix(i18n): i18n interface
Exported I18N interface so that devs don't have to explicitly
refer to I18NService. | 1 | fix | i18n |
151,430 | 12.10.2019 22:48:55 | 25,200 | e5b0c6dbe269c403b383bbee140689a43d9c3e73 | docs: update crazy egg docs | [
{
"change_type": "MODIFY",
"diff": "@@ -4,13 +4,151 @@ Integration with [crazy egg](https://www.crazyegg.com/) for [analytics](https://\nFor more information [see the docs](https://getanalytics.io/plugins/crazyegg/).\n-## Install\n+## Installation\n+\n+Install `analytics` and `@analytics/crazy-egg` packages... | JavaScript | MIT License | davidwells/analytics | docs: update crazy egg docs | 1 | docs | null |
151,430 | 13.10.2019 00:14:36 | 25,200 | 06e6eb22054ec1cb3b7d6939549dc080ff7fc044 | docs: update logo color | [
{
"change_type": "MODIFY",
"diff": "@@ -26,7 +26,7 @@ export default function LogoTitle(props) {\nrender={data => (\n<Container className={props.className}>\n<Logo height={25} width={25} />\n- <span style={{display: 'inline-block', marginLeft: 10, letterSpacing: '-0.7px', fontSize: '22px'}}>\n+ <span style=... | JavaScript | MIT License | davidwells/analytics | docs: update logo color | 1 | docs | null |
151,430 | 13.10.2019 00:14:56 | 25,200 | 3c89c086b23444772fb7728aa71ecc2688fd5f96 | docs: bump analytic versions | [
{
"change_type": "MODIFY",
"diff": "@@ -43,6 +43,9 @@ h3 {\nh4, p, li {\nfont-size: 1.125rem\n}\n+details {\n+ margin-bottom: 10px;\n+}\ndetails ul {\nmargin-top: 10px;\n}\n@@ -52,6 +55,9 @@ details li {\ndetails li p {\nmargin-bottom: 0px;\n}\n+details > p:first-of-type {\n+ margin-top: 10px;\n+}\nh5 {\nfo... | JavaScript | MIT License | davidwells/analytics | docs: bump analytic versions | 1 | docs | null |
151,430 | 13.10.2019 00:21:07 | 25,200 | fdd2842d5df82462abc5467ff256189dd921cfd5 | docs: remove docs link | [
{
"change_type": "MODIFY",
"diff": "@@ -6,8 +6,6 @@ pageTitle: Google Analytics\nThis library exports the `google-analytics` plugin for the [`analytics`](https://www.npmjs.com/package/analytics) package & standalone methods for any project to use to make it easier to interact with [Google Analytics](https:/... | JavaScript | MIT License | davidwells/analytics | docs: remove docs link | 1 | docs | null |
151,430 | 13.10.2019 00:21:27 | 25,200 | b6403c553fc4e549c96694c6df85072582c6d4ee | docs: update content sync | [
{
"change_type": "MODIFY",
"diff": "@@ -68,6 +68,7 @@ function formatContent(content) {\n.replace(removeContentRegex, '')\n// remove redudant view docs link\n.replace(/\\[View the docs\\]\\(.*\\)\\.?/, '')\n+ .replace(/For more information \\[see the docs\\]\\(.*\\)\\.?/, '')\n// remove md magic blocks\n// ... | JavaScript | MIT License | davidwells/analytics | docs: update content sync | 1 | docs | null |
791,704 | 13.10.2019 02:01:53 | 25,200 | d50ef9e3c9caee2e73221c7a03d6aabdeb32ef9b | misc(build): minify report javascript for lightrider report generator | [
{
"change_type": "MODIFY",
"diff": "@@ -10,6 +10,7 @@ const fs = require('fs');\nconst path = require('path');\nconst makeDir = require('make-dir');\nconst bundleBuilder = require('./build-bundle.js');\n+const {minifyFileTransform} = require('./build-utils.js');\nconst distDir = path.join(__dirname, '..', '... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc(build): minify report javascript for lightrider report generator (#9823) | 1 | misc | build |
471,470 | 13.10.2019 08:55:30 | -7,200 | 6383e23cfd974bde7770b947f37f2634a29f3780 | docs: update outdated generator documentation | [
{
"change_type": "MODIFY",
"diff": "@@ -53,22 +53,10 @@ npm init @open-wc\nThis generator scaffolds a starting point for a web component. We recommend using this generator when you want to develop and publish a single web component.\n<br/>\n-- `Basic Application`<br/>\n- This generator scaffolds a minimal a... | JavaScript | MIT License | open-wc/open-wc | docs: update outdated generator documentation (#847) | 1 | docs | null |
471,610 | 13.10.2019 08:56:59 | -7,200 | 2330424cf5072996b1b9fdacbd78a663b5b3eabe | fix(semantic-dom-diff): support negate | [
{
"change_type": "MODIFY",
"diff": "# `component-a`\n-## `failed snapshots`\n-\n-#### `throws an error when a snapshot does not match`\n-\n-```html\n-<div>\n- 0.6523866720855873\n-</div>\n-```\n-\n-```html\n-<div>\n- 0.1401241753470146\n-</div>\n-\n-```\n-\n## `success states`\n#### `matches a string snapsh... | JavaScript | MIT License | open-wc/open-wc | fix(semantic-dom-diff): support negate (#848) | 1 | fix | semantic-dom-diff |
471,577 | 13.10.2019 10:02:22 | -10,800 | 175497639d5479f6046d90ef177177a78d80d3ff | feat(testing-karma-bs): add package main | [
{
"change_type": "MODIFY",
"diff": "/* eslint-disable import/no-extraneous-dependencies */\nconst merge = require('webpack-merge');\n-const bsSettings = require('./packages/testing-karma-bs/bs-settings.js');\n+const { bsSettings } = require('./packages/testing-karma-bs');\nconst createBaseConfig = require('... | JavaScript | MIT License | open-wc/open-wc | feat(testing-karma-bs): add package main (#714) | 1 | feat | testing-karma-bs |
815,745 | 13.10.2019 10:20:18 | -10,800 | 6801f7f26f6f37874c3cc114b7b9650bc572f912 | fix: make all templates dynamic
fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -150,17 +150,17 @@ export class NgSelectComponent implements OnDestroy, OnChanges, AfterViewInit, C\n@Output('scrollToEnd') scrollToEnd = new EventEmitter();\n// custom templates\n- @ContentChild(NgOptionTemplateDirective, { read: TemplateRef, static: true }) optionTem... | TypeScript | MIT License | ng-select/ng-select | fix: make all templates dynamic
fixes #1255 | 1 | fix | null |
471,493 | 13.10.2019 10:57:58 | -14,400 | e5e00d568b661f3b3c313502e904f0625013e5a4 | docs(building-rollup): Fix typo in readme | [
{
"change_type": "MODIFY",
"diff": "@@ -118,7 +118,7 @@ At runtime we determine which version of your app should be loaded, so that lega\n- minify html and css in template literals\n## Adjusting browser support for the modern build\n-The legacy build targets IE11, which is the earliest browser supported by ... | JavaScript | MIT License | open-wc/open-wc | docs(building-rollup): Fix typo in readme (#849) | 1 | docs | building-rollup |
471,470 | 13.10.2019 10:58:26 | -7,200 | 55071442edf99a10bbae422c045d5309223a8952 | feat(building-rollup): add workbox | [
{
"change_type": "MODIFY",
"diff": "@@ -183,20 +183,30 @@ Some extensions or plugins add non-native or experimental features to your code.\n:::\n#### Customizing index.html output\n-If you need to customize the output of your `index.html` you can pass extra options to [rollup-plugin-index-html](https://open... | JavaScript | MIT License | open-wc/open-wc | feat(building-rollup): add workbox (#845) | 1 | feat | building-rollup |
217,922 | 13.10.2019 11:14:33 | -7,200 | f57cde83b2c83a9cfa493959fe412e6469d84011 | chore: adding inventory integrity check when enabling autofill | [
{
"change_type": "MODIFY",
"diff": "@@ -108,6 +108,7 @@ export class MachinaService {\nreturn inventory !== null;\n}),\nswitchMap(inventory => {\n+ inventory.lastZone = Date.now();\nif (inventory.$key) {\nreturn this.userInventoryService.set(inventory.$key, inventory);\n} else {\n",
"new_path": "apps/cl... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: adding inventory integrity check when enabling autofill | 1 | chore | null |
217,922 | 13.10.2019 11:31:00 | -7,200 | 5144a23c61cf3f2f64c08b8905752e4dfa6e4873 | chore: fix for index update wiping lists | [
{
"change_type": "MODIFY",
"diff": "@@ -217,8 +217,8 @@ export class ListsEffects {\nreturn EMPTY;\n}\nreturn combineLatest([\n- this.listCompactsService.update(action.payload.$key, { index: action.payload.index }),\n- this.listService.update(action.payload.$key, { index: action.payload.index })\n+ this.lis... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: fix for index update wiping lists | 1 | chore | null |
815,745 | 13.10.2019 11:36:05 | -10,800 | 8c507aac2919a50aa48c7956efd5c2c7da3dbc88 | feat: add readonly attribute
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -143,6 +143,7 @@ map: {\n| notFoundText | `string` | `No items found` | no | Set custom text when filter returns empty result |\n| placeholder | `string` | `-` | no | Placeholder text. |\n| [searchable] | `boolean` | `true` | no | Allow to search for value. Default `tr... | TypeScript | MIT License | ng-select/ng-select | feat: add readonly attribute
closes #786 | 1 | feat | null |
866,395 | 13.10.2019 12:21:49 | 14,400 | 428b452f172b8675cef35eab8929fc767bfd147b | fix(jest): fixes stable selector prefix | [
{
"change_type": "MODIFY",
"diff": "@@ -9,9 +9,9 @@ import React from 'react';\nimport MastheadSearch from '../MastheadSearch';\nimport { mount } from 'enzyme';\nimport { SearchTypeaheadAPI } from '@carbon/ibmdotcom-services';\n-import { settings } from 'carbon-components';\n+import { settings as ddsSetting... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix(jest): fixes stable selector prefix | 1 | fix | jest |
815,745 | 13.10.2019 12:27:15 | -10,800 | cef723fa508da17d0069a3fb38b108b0f5b42882 | fix: add licence for ng-option-highlight | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"@ng-select/ng-option-highlight\",\n- \"version\": \"0.0.2\",\n+ \"version\": \"0.0.3\",\n+ \"author\": \"@ng-select/ng-select\",\n+ \"license\": \"MIT\",\n+ \"repository\": \"ng-select/ng-select\",\n\"peerDependencies\": {\n\"@angular/common\": \"^8.0.3\",\... | TypeScript | MIT License | ng-select/ng-select | fix: add licence for ng-option-highlight | 1 | fix | null |
679,913 | 13.10.2019 12:48:07 | -3,600 | a7c561df31d7466676a48880f1ae1083d8938397 | perf(vectors): minor optimization for 0-index Vec2/3/4 accessors | [
{
"change_type": "MODIFY",
"diff": "@@ -5,21 +5,30 @@ export const declareIndex = (\nstrided = true,\ndefNumeric = true\n) => {\n- const get = strided\n+ const get =\n+ idx > 0\n+ ? strided\n? function() {\nreturn this.buf[this.offset + idx * this.stride];\n}\n: function() {\nreturn this.buf[this.offset + i... | TypeScript | Apache License 2.0 | thi-ng/umbrella | perf(vectors): minor optimization for 0-index Vec2/3/4 accessors | 1 | perf | vectors |
603,467 | 13.10.2019 12:57:46 | -3,600 | 96737b1ecc597e681d94809220076ff2eccc28fd | docs(examples): Cleaned up the protractor-jasmine-todomvc example | [
{
"change_type": "MODIFY",
"diff": "import { contain, Ensure, equals, property } from '@serenity-js/assertions';\nimport { Interaction, WithStage } from '@serenity-js/core';\n-import { by, protractor } from 'protractor';\n-import { ClearLocalStorage, RecordedItems, RecordItem, RemoveItem, RenameItem, Start,... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | docs(examples): Cleaned up the protractor-jasmine-todomvc example | 1 | docs | examples |
603,467 | 13.10.2019 12:58:33 | -3,600 | 5aefd37f98d6c966f81cc9da217661b59cba4491 | docs(core): Corrected the JSDocs around taking and reading the notes | [
{
"change_type": "MODIFY",
"diff": "@@ -13,8 +13,10 @@ import { Question } from '../Question';\n* import { BrowseTheWeb, Target, Text } from '@serenity-js/protractor'\n* import { by, protractor } from 'protractor';\n*\n- * const VoucherCode = () => Target.the('voucher code').located(by.id('voucher'));\n- * ... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | docs(core): Corrected the JSDocs around taking and reading the notes | 1 | docs | core |
306,393 | 13.10.2019 13:15:32 | -7,200 | 2d45e65926ebf875bac74fec48fca1dbd8a4cca7 | fix(form-registrar-mixin): fix typo | [
{
"change_type": "MODIFY",
"diff": "@@ -25,7 +25,7 @@ export const FormRegistrarMixin = dedupeMixin(\nsuper();\nthis.formElements = [];\nthis.__readyForRegistration = false;\n- this.__hasBeenRenedered = false;\n+ this.__hasBeenRendered = false;\nthis.registrationReady = new Promise(resolve => {\nthis.__reso... | JavaScript | MIT License | ing-bank/lion | fix(form-registrar-mixin): fix typo | 1 | fix | form-registrar-mixin |
306,393 | 13.10.2019 13:18:02 | -7,200 | 1b8f3b0cf81adf60e9a834a0da7914436312f9dc | chore(form-registrar-mixin-test): revert | [
{
"change_type": "DELETE",
"diff": "-import { fixture, html, expect } from '@open-wc/testing';\n-import { cache, LitElement } from '@lion/core';\n-import { LionFieldset } from '../../fieldset/src/LionFieldset.js';\n-import { FormRegistrarMixin } from '../src/FormRegistrarMixin.js';\n-\n-describe.only('FormR... | JavaScript | MIT License | ing-bank/lion | chore(form-registrar-mixin-test): revert | 1 | chore | form-registrar-mixin-test |
679,913 | 13.10.2019 13:47:22 | -3,600 | 327f76ea7fd66d403d7c8a22d1f57467058068df | refactor(iterators): add type hints (TS 3.6.4) | [
{
"change_type": "MODIFY",
"diff": "@@ -5,7 +5,7 @@ export const fork = <T>(src: Iterable<T>, cacheLimit = 16) => {\nconst iter = iterator(src);\nconst cache = new DCons<T>();\nconst forks: number[] = [];\n- let done = false;\n+ let done: boolean | undefined = false;\nlet total = 0;\nconst consume = () => {... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(iterators): add type hints (TS 3.6.4) | 1 | refactor | iterators |
679,913 | 13.10.2019 13:47:36 | -3,600 | a1582c0de96f3d70fca0d2172288ea588f932d96 | refactor(transducers): add type hints (TS 3.6.4) | [
{
"change_type": "MODIFY",
"diff": "@@ -38,7 +38,7 @@ export function permutations<A, B, C, D>(\nd: Iterable<D>\n): IterableIterator<[A, B, C, D]>;\nexport function permutations(...src: Iterable<any>[]): IterableIterator<any[]>;\n-export function* permutations(...src: any[]) {\n+export function* permutation... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(transducers): add type hints (TS 3.6.4) | 1 | refactor | transducers |
679,913 | 13.10.2019 13:47:48 | -3,600 | bd01c799d74eada65bfa75a67aadc6531e12acc5 | refactor(webgl): add type hints (TS 3.6.4) | [
{
"change_type": "MODIFY",
"diff": "import { ITexture, TextureType } from \"./api/texture\";\nexport const isGL2Context = (\n- gl: WebGLRenderingContext\n+ gl: WebGLRenderingContext | WebGL2RenderingContext\n): gl is WebGL2RenderingContext =>\ntypeof WebGL2RenderingContext !== \"undefined\" &&\ngl instanceo... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(webgl): add type hints (TS 3.6.4) | 1 | refactor | webgl |
217,922 | 13.10.2019 15:32:11 | -7,200 | 394759e7e896574010a72c2cc4476d21461ec4a9 | chore: small fix for error handling | [
{
"change_type": "MODIFY",
"diff": "@@ -48,7 +48,7 @@ export class ListManagerService {\nfirst()\n);\n}\n- const dataSource$ = +itemId === itemId ? this.db.getItem(itemId) : of(this.customItemsSync.find(i => i.$key === itemId));\n+ const dataSource$ = +itemId === itemId ? this.db.getItem(itemId).pipe(catchE... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: small fix for error handling | 1 | chore | null |
679,913 | 13.10.2019 16:49:23 | -3,600 | 7dfced11137804d24356412526fd5bc77cc963fd | build(soa): update deps | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"@thi.ng/soa\",\n\"version\": \"0.0.1\",\n- \"description\": \"SOA & AOS memory mapped lenses with optional & extensible serialization\",\n+ \"description\": \"SOA & AOS memory mapped structured lenses with optional & extensible serialization\",\n\"module\":... | TypeScript | Apache License 2.0 | thi-ng/umbrella | build(soa): update deps | 1 | build | soa |
67,516 | 13.10.2019 17:45:53 | -7,200 | 83f4ae5a3b65ea0b5dac2ceaf25051a6f940e484 | chore(i18n): moved jsdoc to interface | [
{
"change_type": "MODIFY",
"diff": "@@ -37,16 +37,58 @@ export class I18nKeyEvaluationResult {\nexport interface I18N {\ni18next: i18nextCore.i18n;\nreadonly task: ILifecycleTask;\n+ /**\n+ * Evaluates the `keyExpr` to translated values.\n+ * For a single key, `I18nService#tr` method can also be easily used... | TypeScript | MIT License | aurelia/aurelia | chore(i18n): moved jsdoc to interface | 1 | chore | i18n |
67,476 | 13.10.2019 18:13:17 | -7,200 | c5cf1fae7401e83c77a29321b180d674519fa176 | test(metadata): add spec tests | [
{
"change_type": "ADD",
"diff": "+import { Metadata, metadata } from '@aurelia/kernel';\n+import { assert } from '@aurelia/testing';\n+\n+describe('Metadata', function () {\n+ describe('define', function () {\n+ it('throws TypeError on invalid target', function () {\n+ assert.throws(() => Metadata.define('k... | TypeScript | MIT License | aurelia/aurelia | test(metadata): add spec tests | 1 | test | metadata |
76,611 | 13.10.2019 18:21:22 | -7,200 | 27d07b2fa9870b8ef6d8a2caaafd5be335eff034 | feat(actions): add logic to process actions | [
{
"change_type": "MODIFY",
"diff": "\"singleQuote\": true,\n\"trailingComma\": \"es5\"\n}\n- ]\n+ ],\n+ \"no-restricted-syntax\": 0,\n+ \"no-await-in-loop\": \"off\"\n},\n\"env\": {\n\"node\": true,\n",
"new_path": ".eslintrc",
"old_path": ".eslintrc"
},
{
"change_type": "MODIFY",
"diff"... | JavaScript | MIT License | axa-group/nlp.js | feat(actions): add logic to process actions | 1 | feat | actions |
67,479 | 13.10.2019 18:22:00 | -39,600 | 261bc10425c40d393b9abd7db1055fafddf64d17 | fix(ref): add always notify flag | [
{
"change_type": "MODIFY",
"diff": "@@ -61,7 +61,7 @@ export class RefBinding implements IBinding {\nthis.sourceExpression.bind(flags, scope, this);\n}\n- this.sourceExpression.assign!(flags, this.$scope, this.locator, this.target, part);\n+ this.sourceExpression.assign!(flags | LifecycleFlags.alwaysNotify,... | TypeScript | MIT License | aurelia/aurelia | fix(ref): add always notify flag | 1 | fix | ref |
67,479 | 13.10.2019 18:22:35 | -39,600 | 82d8ed466f202d07ea12502f6dc8953c2966947a | fix(ref-tests): add tests for abitrary declaration order of ref binding | [
{
"change_type": "MODIFY",
"diff": "@@ -327,6 +327,34 @@ describe('templating-compiler.ref.spec.ts', function() {\n] as IRefIntegrationTestCase[];\n})\n.reduce((arr, cases) => arr.concat(cases), []),\n+ // #region ref-binding order\n+ {\n+ title: 'works regardless of declaration order',\n+ template: '<input... | TypeScript | MIT License | aurelia/aurelia | fix(ref-tests): add tests for abitrary declaration order of ref binding | 1 | fix | ref-tests |
67,476 | 13.10.2019 18:24:50 | -7,200 | 1e03998d0fe9274e63039aea23eaa4f6e47c1c71 | chore(runtime): undo custom-element migration for now | [
{
"change_type": "MODIFY",
"diff": "@@ -7,9 +7,8 @@ import {\nIResourceType,\nRegistration,\nReporter,\n- Metadata,\n- PLATFORM,\n- Protocol\n+ Writable,\n+ PLATFORM\n} from '@aurelia/kernel';\nimport {\nbuildTemplateDefinition,\n@@ -85,7 +84,7 @@ export const CustomElement: Readonly<ICustomElementResource>... | TypeScript | MIT License | aurelia/aurelia | chore(runtime): undo custom-element migration for now | 1 | chore | runtime |
67,479 | 13.10.2019 22:00:49 | -39,600 | 4d8e1cdc265aca65c160a1c8d26d1a0107f4a35f | chore(tests): more ref binding tests | [
{
"change_type": "MODIFY",
"diff": "@@ -343,7 +343,7 @@ describe('templating-compiler.ref.spec.ts', function() {\n}\n},\n{\n- title: 'works regardless of declaration order, and template controller in path',\n+ title: 'works regardless of declaration order, and template controller in path with delayed render... | TypeScript | MIT License | aurelia/aurelia | chore(tests): more ref binding tests | 1 | chore | tests |
151,430 | 13.10.2019 22:27:55 | 25,200 | a3b46a90fbed47c946481a1bbd334854b6f3f7a9 | test: Update lifecycle tests for clarity | [
{
"change_type": "MODIFY",
"diff": "@@ -27,85 +27,85 @@ test('Lifecycle should execute in correct order', async (t) => {\nplugins: [{\nNAMESPACE: 'plugin-one',\nbootstrap: ({ abort, config, instance }) => {\n- executionOrder.push('bootstrap')\n+ executionOrder.push('From method: bootstrap')\ninstance.on('pa... | JavaScript | MIT License | davidwells/analytics | test: Update lifecycle tests for clarity | 1 | test | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.