author int64 4.98k 943k | date stringdate 2017-04-15 16:45:02 2022-02-25 15:32:15 | timezone int64 -46,800 39.6k | hash stringlengths 40 40 | message stringlengths 8 468 | mods listlengths 1 16 | language stringclasses 9 values | license stringclasses 2 values | repo stringclasses 119 values | original_message stringlengths 12 491 | is_CCS int64 1 1 | commit_type stringclasses 129 values | commit_scope stringlengths 1 44 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
67,476 | 10.12.2018 00:37:03 | -3,600 | 2d80589c35d1ee911a01c4ba714f35295b710d56 | chore(expression-parser): fix linting warnings | [
{
"change_type": "MODIFY",
"diff": "-// tslint:disable:no-non-null-assertion\nimport { IContainer, IRegistry, Reporter } from '@aurelia/kernel';\nimport {\nAccessKeyed, AccessMember, AccessScope, AccessThis,\n@@ -186,9 +185,9 @@ export function parse<TPrec extends Precedence, TType extends BindingType>(stat... | TypeScript | MIT License | aurelia/aurelia | chore(expression-parser): fix linting warnings | 1 | chore | expression-parser |
67,476 | 10.12.2018 01:15:30 | -3,600 | b45dca02bdb4e3bc02299b62919c5beb4834ca71 | fix(aurelia): make the host property runtime agnostic | [
{
"change_type": "MODIFY",
"diff": "@@ -5,7 +5,7 @@ import { CustomElementResource, ICustomElement, ICustomElementType } from './tem\nimport { IRenderingEngine } from './templating/lifecycle-render';\nexport interface ISinglePageApp {\n- host: INode;\n+ host: unknown;\ncomponent: unknown;\n}\n",
"new_pa... | TypeScript | MIT License | aurelia/aurelia | fix(aurelia): make the host property runtime agnostic | 1 | fix | aurelia |
791,902 | 10.12.2018 04:04:05 | -10,800 | 029793dfa88219ed3b1020cdd007ff9109ba870f | core(gather): fix usesObjectFit property for ImageElement
fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -53,8 +53,9 @@ function collectImageElementInfo() {\nnaturalHeight: element.naturalHeight,\nisCss: false,\nisPicture: !!element.parentElement && element.parentElement.tagName === 'PICTURE',\n- usesObjectFit: computedStyle.getPropertyValue('object-fit') === 'cover'\n- |... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(gather): fix usesObjectFit property for ImageElement (#6761)
fixes #6760 | 1 | core | gather |
67,476 | 10.12.2018 10:02:59 | -3,600 | 71c774ddddb701c47ac416e41c648559195fd487 | fix(template-factory): correctly handle multiple node scenario | [
{
"change_type": "MODIFY",
"diff": "@@ -52,20 +52,27 @@ export class TemplateFactory {\nif (typeof input === 'string') {\nconst template = this.template;\ntemplate.innerHTML = input;\n- const node = template.content.firstElementChild;\n- if (node.nodeName !== 'TEMPLATE') {\n+ const node = template.content.f... | TypeScript | MIT License | aurelia/aurelia | fix(template-factory): correctly handle multiple node scenario | 1 | fix | template-factory |
807,849 | 10.12.2018 11:26:13 | 28,800 | f3339e3cff79df3d248f278ce4ff039e3c232883 | refactor(package): Store internal state on Symbol property instead of closure | [
{
"change_type": "MODIFY",
"diff": "\"use strict\";\n+jest.mock(\"write-pkg\");\n+\nconst os = require(\"os\");\nconst path = require(\"path\");\n+const writePkg = require(\"write-pkg\");\n// file under test\nconst Package = require(\"..\");\n@@ -151,6 +154,39 @@ describe(\"Package\", () => {\n});\n});\n+ d... | JavaScript | MIT License | lerna/lerna | refactor(package): Store internal state on Symbol property instead of closure | 1 | refactor | package |
679,913 | 10.12.2018 12:05:03 | 0 | a4e6736201e791aa6ebed95a2740240073a369d3 | feat(hdom): add initial __skip ctrl attrib handling in diffTree() | [
{
"change_type": "MODIFY",
"diff": "@@ -54,6 +54,9 @@ export const diffTree = <T>(\nchild: number) => {\nconst attribs = curr[1];\n+ if (attribs.__skip) {\n+ return;\n+ }\n// always replace element if __diff = false\nif (attribs.__diff === false) {\nreleaseTree(prev);\n",
"new_path": "packages/hdom/src/... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(hdom): add initial __skip ctrl attrib handling in diffTree() | 1 | feat | hdom |
679,913 | 10.12.2018 12:06:03 | 0 | 6d387dbd42bf21d7059f618f1a2ad65a560b4c53 | feat(examples): add hdom-skip example | [
{
"change_type": "ADD",
"diff": "+.cache\n+out\n+node_modules\n+yarn.lock\n+*.js\n",
"new_path": "examples/hdom-skip/.gitignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+# hdom-skip\n+\n+[Live demo](http://demo.thi.ng/umbrella/hdom-skip/)\n+\n+Minimal example demonstrating ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(examples): add hdom-skip example | 1 | feat | examples |
730,429 | 10.12.2018 12:40:33 | 18,000 | 8b8940e159f48cb756e33e7a227cc442242f0be6 | feat(widget-space): add secondaryActivitiesFullWidth param | [
{
"change_type": "MODIFY",
"diff": "@@ -122,6 +122,7 @@ When loading the widgets there are some configuration options you can provide:\n| `initialActivity` | `data-initial-activity` | (default: `message`) Activity view to open with the widget. Available options: <ul><li>`message`: Message view</li><li>`meet... | JavaScript | MIT License | webex/react-widgets | feat(widget-space): add secondaryActivitiesFullWidth param | 1 | feat | widget-space |
679,913 | 10.12.2018 12:47:43 | 0 | 8dc755d9686619e4d7c9f1323f59a3d5a44239a3 | minor(examples): fix typo | [
{
"change_type": "MODIFY",
"diff": "@@ -41,7 +41,7 @@ const app = {\n[\"h1\", \"Selective component updates\"],\nthis.timers,\n[\"a.db.mt3.link\",\n- { href: \"https://github.com/thi-ng/umbrella/tree/feature/hdom-skip/examples/hdom-skip)\" },\n+ { href: \"https://github.com/thi-ng/umbrella/tree/feature/hdom... | TypeScript | Apache License 2.0 | thi-ng/umbrella | minor(examples): fix typo | 1 | minor | examples |
730,429 | 10.12.2018 12:52:04 | 18,000 | 23c89544386aa7dcc227e52c1702c5c59768f17f | feat(widget-demos): add support for secondaryActivitiesFullWidth | [
{
"change_type": "MODIFY",
"diff": "@@ -60,6 +60,7 @@ class DemoWidget extends Component {\nmode,\nrecentsRunning: false,\nrecentsWidgetProps: {},\n+ secondaryActivitiesFullWidth: false,\nsetCurrentActivity: '',\nspaceRunning: false,\nspaceWidgetProps: {},\n@@ -191,6 +192,12 @@ class DemoWidget extends Comp... | JavaScript | MIT License | webex/react-widgets | feat(widget-demos): add support for secondaryActivitiesFullWidth | 1 | feat | widget-demos |
807,849 | 10.12.2018 13:24:13 | 28,800 | e209bcb9f60fdf35bd0c6323ddee2e17089f3eac | refactor(publish): Inline action pipelines | [
{
"change_type": "MODIFY",
"diff": "@@ -498,19 +498,16 @@ class PublishCommand extends Command {\nchain = chain.then(() => this.runPackageLifecycle(this.project.manifest, \"prepublishOnly\"));\nchain = chain.then(() => this.runPackageLifecycle(this.project.manifest, \"prepack\"));\n- const actions = [\n- pk... | JavaScript | MIT License | lerna/lerna | refactor(publish): Inline action pipelines | 1 | refactor | publish |
807,849 | 10.12.2018 13:26:18 | 28,800 | a1692cebbdb5598e6d3069a1115041ef348fa65d | test: Add load-json-file auto-mock, employ in lifecycle scripts | [
{
"change_type": "ADD",
"diff": "+\"use strict\";\n+\n+const path = require(\"path\");\n+const normalizePath = require(\"normalize-path\");\n+\n+const loadJsonFile = require.requireActual(\"load-json-file\");\n+const asyncRegistry = new Map();\n+const syncRegistry = new Map();\n+\n+function incrementCalled(... | JavaScript | MIT License | lerna/lerna | test: Add load-json-file auto-mock, employ in lifecycle scripts | 1 | test | null |
807,849 | 10.12.2018 13:32:26 | 28,800 | 905ba10a7755da98a79a79019d7a8412fc6d1a66 | feat(package): Add .refresh() method to update internal state when external changes have occurred | [
{
"change_type": "MODIFY",
"diff": "\"use strict\";\n+jest.mock(\"load-json-file\");\njest.mock(\"write-pkg\");\nconst os = require(\"os\");\nconst path = require(\"path\");\n+const loadJsonFile = require(\"load-json-file\");\nconst writePkg = require(\"write-pkg\");\n// file under test\n@@ -204,6 +206,21 @... | JavaScript | MIT License | lerna/lerna | feat(package): Add .refresh() method to update internal state when external changes have occurred | 1 | feat | package |
807,849 | 10.12.2018 13:33:41 | 28,800 | 7c7bf9acfb0d47022ff72b82ae41eb6d548693ab | feat(version): Refresh package manifests after preversion lifecycle | [
{
"change_type": "MODIFY",
"diff": "@@ -49,8 +49,8 @@ describe(\"lifecycle scripts\", () => {\nexpect(loadJsonFile.registry).toMatchInlineSnapshot(`\nMap {\n- \"/packages/package-1\" => 1,\n- \"/packages/package-2\" => 1,\n+ \"/packages/package-1\" => 2,\n+ \"/packages/package-2\" => 2,\n}\n`);\n});\n",
... | JavaScript | MIT License | lerna/lerna | feat(version): Refresh package manifests after preversion lifecycle | 1 | feat | version |
807,849 | 10.12.2018 13:34:09 | 28,800 | e6b31f892bcd6e011cd9803621fcd233497f5949 | feat(publish): Refresh package manifests after prepare/prepublishOnly lifecycle | [
{
"change_type": "MODIFY",
"diff": "@@ -71,8 +71,8 @@ describe(\"lifecycle scripts\", () => {\nexpect(loadJsonFile.registry).toMatchInlineSnapshot(`\nMap {\n- \"/packages/package-1\" => 2,\n- \"/packages/package-2\" => 2,\n+ \"/packages/package-1\" => 4,\n+ \"/packages/package-2\" => 4,\n}\n`);\n});\n",
... | JavaScript | MIT License | lerna/lerna | feat(publish): Refresh package manifests after prepare/prepublishOnly lifecycle | 1 | feat | publish |
791,834 | 10.12.2018 13:52:46 | 21,600 | bc9c643a8ddf24d98fc56e50c5cef263d1b93c04 | report(pwa): add tooltip to badge gauge | [
{
"change_type": "MODIFY",
"diff": "@@ -159,13 +159,14 @@ class CategoryRenderer {\n/**\n* @param {LH.ReportResult.Category} category\n+ * @param {Record<string, LH.Result.ReportGroup>} groupDefinitions\n* @return {Element}\n*/\n- renderCategoryHeader(category) {\n+ renderCategoryHeader(category, groupDefin... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report(pwa): add tooltip to badge gauge (#6689) | 1 | report | pwa |
67,476 | 10.12.2018 14:53:51 | -3,600 | ab5194675ee0b5ed8cf269d557e45b10727c7328 | fix(template-factory): revert multiple node thing due to regression | [
{
"change_type": "MODIFY",
"diff": "@@ -55,7 +55,7 @@ export class TemplateFactory {\nconst node = template.content.firstChild;\n// if the input is either not wrapped in a template or there is more than one node,\n// return the whole template that wraps it/them (and create a new one for the next input)\n- i... | TypeScript | MIT License | aurelia/aurelia | fix(template-factory): revert multiple node thing due to regression | 1 | fix | template-factory |
791,834 | 10.12.2018 15:06:44 | 21,600 | 9ebf0692de37bd772c59280dd63071bb9357989e | deps: update to tsc 3.2.2 | [
{
"change_type": "MODIFY",
"diff": "@@ -113,8 +113,15 @@ async function compileJs() {\nconst generatorFilename = `${sourceDir}/../lighthouse-core/report/report-generator.js`;\nconst generatorBrowserify = browserify(generatorFilename, {standalone: 'ReportGenerator'})\n.transform('brfs');\n- const generatorBu... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | deps: update to tsc 3.2.2 (#6684) | 1 | deps | null |
730,438 | 10.12.2018 16:00:17 | 28,800 | c026b70dbb86dd9cb19a1b259bdc1fed795027ef | test(journey): add tests for recents widget's space filter | [
{
"change_type": "MODIFY",
"diff": "@@ -12,9 +12,13 @@ export const elements = {\nlastActivity: '.space-last-activity',\ncallButton: 'button[aria-label=\"Call Space\"]',\njoinCallButton: 'button[aria-label=\"Join Call\"]',\n- answerButton: 'button[aria-label=\"Answer\"]'\n+ answerButton: 'button[aria-label=... | JavaScript | MIT License | webex/react-widgets | test(journey): add tests for recents widget's space filter | 1 | test | journey |
71,101 | 10.12.2018 16:58:42 | -3,600 | 3fdbc954df94c83ae011b6e1bfdb33fac02b9e24 | chore: Specify code owners
Relates to awslabs/cdk-ops#193 | [
{
"change_type": "ADD",
"diff": "+# Each line is a file pattern followed by one or more owners (@username or\n+# email@address).\n+#\n+# Order is important. The last matching pattern has the most precedence.\n+# So if a pull request only touches javascript files, only these owners\n+# will be requested to r... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore: Specify code owners (#1315)
Relates to awslabs/cdk-ops#193 | 1 | chore | null |
815,590 | 10.12.2018 17:49:26 | -28,800 | f61ddaf668705ca3d0f399464146a18792845a6a | refactor: change remote_addresses to connected_addr in PeerConnection | [
{
"change_type": "MODIFY",
"diff": "@@ -29,16 +29,15 @@ impl CKBService {\npeer_id: PeerId,\nprotocol_output: CKBProtocolOutput<Arc<CKBProtocolHandler>>,\nkad_system: Arc<kad::KadSystem>,\n- addr: Option<Multiaddr>,\n+ addr: Multiaddr,\n) -> Box<Future<Item = (), Error = IoError> + Send> {\nlet protocol_id ... | Rust | MIT License | nervosnetwork/ckb | refactor: change remote_addresses to connected_addr in PeerConnection | 1 | refactor | null |
815,590 | 10.12.2018 17:56:15 | -28,800 | e1e5750835a965c7d061da53ab0f2cebd13b04c9 | feat: impl NetworkGroup for peer and multiaddr | [
{
"change_type": "MODIFY",
"diff": "@@ -9,6 +9,7 @@ mod identify_service;\nmod memory_peer_store;\nmod network;\nmod network_config;\n+mod network_group;\nmod network_service;\nmod outgoing_service;\nmod peer_store;\n@@ -25,7 +26,9 @@ pub use crate::errors::{Error, ErrorKind};\npub use crate::network::{Netw... | Rust | MIT License | nervosnetwork/ckb | feat: impl NetworkGroup for peer and multiaddr | 1 | feat | null |
807,849 | 10.12.2018 18:09:19 | 28,800 | 9d326291f3cfa701e00e361168587d6cb0041f2c | chore: add pack-directory to root manifest | [
{
"change_type": "MODIFY",
"diff": "\"libnpm\": \"^2.0.1\"\n}\n},\n+ \"@lerna/get-packed\": {\n+ \"version\": \"file:utils/get-packed\",\n+ \"requires\": {\n+ \"fs-extra\": \"^7.0.0\",\n+ \"ssri\": \"^6.0.1\",\n+ \"tar\": \"^4.4.8\"\n+ }\n+ },\n\"@lerna/global-options\": {\n\"version\": \"file:core/global-o... | JavaScript | MIT License | lerna/lerna | chore: add pack-directory to root manifest | 1 | chore | null |
217,922 | 10.12.2018 19:00:17 | -3,600 | 0f27ae39f214b9fad79f984d05297c0b0ebaa43b | feat: support for fishing nodes in gathering-location component | [
{
"change_type": "MODIFY",
"diff": "@@ -12,6 +12,7 @@ import { AlarmsModule } from '../../core/alarms/alarms.module';\nimport { PageLoaderModule } from '../../modules/page-loader/page-loader.module';\nimport { FullpageMessageModule } from '../../modules/fullpage-message/fullpage-message.module';\nimport { F... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: support for fishing nodes in gathering-location component | 1 | feat | null |
273,683 | 10.12.2018 20:57:37 | -3,600 | 0a9e449a96a9d803f5887ce6425eb01af900563b | feat(build): image processing cache | [
{
"change_type": "MODIFY",
"diff": "const path = require('path')\nconst AssetsQueue = require('../lib/app/queue/AssetsQueue')\nconst context = __dirname\n-const targetDir = path.join(context, 'assets', 'static')\n-const assetsDir = path.join(targetDir, 'assets')\n+const filesDir = path.join(context, 'assets... | JavaScript | MIT License | gridsome/gridsome | feat(build): image processing cache (#57) | 1 | feat | build |
273,683 | 10.12.2018 21:01:25 | -3,600 | 7b35378614e0dae644cc2b67296ac38da85e5417 | feat(graphql): add custom metadata | [
{
"change_type": "MODIFY",
"diff": "@@ -42,6 +42,83 @@ afterAll(() => {\napi = null\n})\n+test('add meta data', async () => {\n+ api.store.addMetaData('myValue', {\n+ test: 'Test Value',\n+ image: path.join(context, 'assets', '350x250.png'),\n+ file: path.join(context, 'assets', 'dummy.pdf')\n+ })\n+\n+ api... | JavaScript | MIT License | gridsome/gridsome | feat(graphql): add custom metadata (#54) | 1 | feat | graphql |
273,683 | 10.12.2018 21:08:02 | -3,600 | f53f67fa29576a633a3ae5da16f612061d429a60 | feat(router): custom fields as params | [
{
"change_type": "MODIFY",
"diff": "@@ -131,7 +131,7 @@ test('add type with dynamic route', () => {\nconst contentType = api.store.addContentType({\ntypeName: 'TestPost',\n- route: ':year/:month/:day/:slug'\n+ route: '/:year/:month/:day/:slug'\n})\nconst node = contentType.addNode({\n@@ -139,8 +139,31 @@ te... | JavaScript | MIT License | gridsome/gridsome | feat(router): custom fields as params (#53) | 1 | feat | router |
273,683 | 10.12.2018 21:31:57 | -3,600 | a54919cd5fcb8484760e35646cda537286c70cbc | chore: update test and meta data | [
{
"change_type": "MODIFY",
"diff": "@@ -648,7 +648,7 @@ test('should convert keys to valid field names', async () => {\ntypeName: 'TestPost'\n})\n- contentType.addNode({\n+ const node = contentType.addNode({\nid: '1',\nfields: {\n'my-object': {\n",
"new_path": "gridsome/__tests__/schema.spec.js",
"o... | JavaScript | MIT License | gridsome/gridsome | chore: update test and meta data | 1 | chore | null |
67,476 | 10.12.2018 22:27:26 | -3,600 | 1eaedc5445c1305360b65596f2956634c11366db | chore(all): make markers consistent | [
{
"change_type": "MODIFY",
"diff": "@@ -134,7 +134,7 @@ export class Scope implements IScope {\npublic readonly overrideContext: IOverrideContext;\n// parentScope is strictly internal API and mainly for replaceable template controller.\n// NOT intended for regular scope traversal!\n- /*@internal*/public rea... | TypeScript | MIT License | aurelia/aurelia | chore(all): make @internal markers consistent | 1 | chore | all |
67,476 | 10.12.2018 22:35:49 | -3,600 | c543be2191f0dd84a51b7f231a17ebcebcc355e2 | chore(dom): remove no-any suppression | [
{
"change_type": "MODIFY",
"diff": "@@ -13,7 +13,6 @@ declare var Element: IElement;\ndeclare var HTMLElement: IHTMLElement;\ndeclare var SVGElement: ISVGElement;\n-// tslint:disable:no-any\nexport const DOM = {\ncreateDocumentFragment(markupOrNode?: unknown): IDocumentFragment {\nif (markupOrNode === undef... | TypeScript | MIT License | aurelia/aurelia | chore(dom): remove no-any suppression | 1 | chore | dom |
67,476 | 11.12.2018 01:15:17 | -3,600 | 3dc2744cf8ce1c0568cbc716470c2cec258597e2 | test(template-factory): add a few tests | [
{
"change_type": "MODIFY",
"diff": "@@ -55,7 +55,7 @@ export class TemplateFactory {\nconst node = template.content.firstChild;\n// if the input is either not wrapped in a template or there is more than one node,\n// return the whole template that wraps it/them (and create a new one for the next input)\n- i... | TypeScript | MIT License | aurelia/aurelia | test(template-factory): add a few tests | 1 | test | template-factory |
67,476 | 11.12.2018 01:41:42 | -3,600 | 4e96f69019d58e67cada033b19e4b943d1d6b477 | chore(runtime): fix a few typing issues | [
{
"change_type": "MODIFY",
"diff": "@@ -116,8 +116,8 @@ export type TargetedInstruction = NodeInstruction | AttributeInstruction;\n// TODO: further improve specificity and integrate with the definitions;\nexport type InstructionRow = [TargetedInstruction, ...AttributeInstruction[]];\n-export function isTarg... | TypeScript | MIT License | aurelia/aurelia | chore(runtime): fix a few typing issues | 1 | chore | runtime |
67,476 | 11.12.2018 01:52:32 | -3,600 | 74cc451134ee7fe61c204e9d9dc397a59d2c8377 | chore(examples): update gulp semver range to reflect 4.0.0 release | [
{
"change_type": "MODIFY",
"diff": "\"gulp-sourcemaps\": \"latest\",\n\"gulp-typescript\": \"latest\",\n\"gulp-watch\": \"latest\",\n- \"gulp\": \"next\",\n+ \"gulp\": \"latest\",\n\"http-server\": \"latest\",\n\"minimatch\": \"latest\",\n\"rimraf\": \"latest\",\n",
"new_path": "examples/jit-aurelia-cli... | TypeScript | MIT License | aurelia/aurelia | chore(examples): update gulp semver range to reflect 4.0.0 release | 1 | chore | examples |
71,220 | 11.12.2018 02:44:03 | 21,600 | 2dfd593c78587924ffc2b5f8e3085eca50b09424 | feat(aws-cdk): directory assets follow symlinks
When building a nodejs lambda it is really common for dependencies under the `node_modules` folder to actually be symlink'd to other folders on your system. The symlinks will now be followed and the indicated files packaged (instead of the symlinks themselves).
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,16 @@ export function zipDirectory(directory: string, outputFile: string): Promise<voi\nreturn new Promise((ok, fail) => {\nconst output = fs.createWriteStream(outputFile);\nconst archive = archiver('zip');\n- archive.directory(directory, false);\n+ // The belo... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(aws-cdk): directory assets follow symlinks (#1318)
When building a nodejs lambda it is really common for dependencies under the `node_modules` folder to actually be symlink'd to other folders on your system. The symlinks will now be followed and the indicated files packaged (instead of the symlinks themselves).
Fixes #731 | 1 | feat | aws-cdk |
67,476 | 11.12.2018 03:57:29 | -3,600 | 8e8e27e0713b8cfba2421ea06be6932d4ec74202 | refactor(template-binder): extract template controller lifting into separate function | [
{
"change_type": "MODIFY",
"diff": "@@ -560,39 +560,15 @@ export class TemplateBinder {\n// the proxy and the manifest are only identical when we're at the first template controller (since the controller\n// is assigned to the proxy), so this evaluates to true at most once per node\nif (manifestProxy === ma... | TypeScript | MIT License | aurelia/aurelia | refactor(template-binder): extract template controller lifting into separate function | 1 | refactor | template-binder |
504,026 | 11.12.2018 09:22:39 | 18,000 | 7e58ebfb4fc90128a378d76f1ee10c2da55521ea | fix(BulletChart): Cannot set text property for custom axis tic mark
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,7 @@ import React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\n-const BulletChartAxisTic = ({ className, vertical, value, ...props }) => {\n+const BulletChartAxisTic = ({ className, text, vertical, value, ...props })... | TypeScript | MIT License | patternfly/patternfly-react | fix(BulletChart): Cannot set text property for custom axis tic mark (#1029)
Fixes https://github.com/patternfly/patternfly-react/issues/1028 | 1 | fix | BulletChart |
815,605 | 11.12.2018 10:21:26 | -28,800 | c9364f256ccf4eb7c792ad265150fd62c1b29166 | feat: add LOAD_INPUT_BY_FIELD syscall | [
{
"change_type": "MODIFY",
"diff": "use byteorder::{LittleEndian, WriteBytesExt};\nuse ckb_core::transaction::CellOutput;\nuse ckb_protocol::Script as FbsScript;\n-use crate::syscalls::{Field, Source, ITEM_MISSING, LOAD_CELL_BY_FIELD_SYSCALL_NUMBER, SUCCESS};\n+use crate::syscalls::{CellField, Source, ITEM_... | Rust | MIT License | nervosnetwork/ckb | feat: add LOAD_INPUT_BY_FIELD syscall | 1 | feat | null |
815,605 | 11.12.2018 10:26:34 | -28,800 | 707d661a1bf34181fa1c255c1e50d4b58f26a0dc | fix: in case of missing cell, return ITEM_MISSING error instead of halting | [
{
"change_type": "MODIFY",
"diff": "-use crate::syscalls::{Source, LOAD_CELL_SYSCALL_NUMBER, SUCCESS};\n+use crate::syscalls::{Source, ITEM_MISSING, LOAD_CELL_SYSCALL_NUMBER, SUCCESS};\nuse ckb_core::transaction::CellOutput;\nuse ckb_protocol::CellOutput as FbsCellOutput;\nuse ckb_vm::{CoreMachine, Error as... | Rust | MIT License | nervosnetwork/ckb | fix: in case of missing cell, return ITEM_MISSING error instead of halting | 1 | fix | null |
815,605 | 11.12.2018 10:51:10 | -28,800 | 342fb4897dc80496a13a9b6c37a54ea735b4f202 | fix: Rust 2018 fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -577,6 +577,7 @@ dependencies = [\nname = \"ckb-script\"\nversion = \"0.1.0\"\ndependencies = [\n+ \"byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"ckb-core 0.1.0\",\n\"ckb-protocol 0.1.0\",\n\"ckb-vm 0.1.0 (git+https://github.com/nervosn... | Rust | MIT License | nervosnetwork/ckb | fix: Rust 2018 fixes | 1 | fix | null |
791,736 | 11.12.2018 10:56:50 | 18,000 | a56fde3341ee5a5f97e3803e2599f32a5bca36f6 | misc(github): ask people to test a11y issues upstream first | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,8 @@ about: Report something working incorrectly\n<!-- Before creating an issue please make sure you are using the latest version and have checked for duplicate issues. -->\n+<!-- Before creating an Accessibility issue please test that it is reproducible upstre... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc(github): ask people to test a11y issues upstream first (#6764) | 1 | misc | github |
749,547 | 11.12.2018 11:02:40 | -39,600 | 020274c3b9ed46d779433edf472d8892d1ec35ed | chore(build): Pass --ignore-scripts flag to speedup build time | [
{
"change_type": "MODIFY",
"diff": "@@ -9,11 +9,12 @@ cache:\ndirectories:\n- node-modules\n-install: yarn --frozen-lockfile\n+install: yarn --frozen-lockfile --ignore-scripts\nscript:\n- yarn lint\n- yarn format\n+ - yarn lerna bootstrap --ignore-scripts\n- yarn test:all --coverage --runInBand\nafter_succe... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | chore(build): Pass --ignore-scripts flag to speedup build time (#227) | 1 | chore | build |
217,922 | 11.12.2018 11:09:53 | -3,600 | 0092adb237104ccf11aa224562afa21fe9dd715e | feat: added crafter icon in search results | [
{
"change_type": "MODIFY",
"diff": "<div class=\"item-name\">{{item.itemId | itemName | i18n}}\n<app-marketboard-icon [itemId]=\"item.itemId\" [showHistory]=\"true\"></app-marketboard-icon>\n</div>\n- <div class=\"description\" *ngIf=\"item.recipe !== undefined\">lvl{{item.recipe.lvl}} <span\n+ <div class=\... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: added crafter icon in search results | 1 | feat | null |
217,922 | 11.12.2018 11:11:58 | -3,600 | 386e64d1f2e9a63bc3cfce939de7f5cb5c732f8a | fix: fixed map id for fishing informations | [
{
"change_type": "MODIFY",
"diff": "@@ -11,6 +11,7 @@ import * as ventures from './sources/ventures.json';\nimport * as freeCompanyActions from './sources/free-company-actions.json';\nimport { Language } from './language';\nimport { koActions } from './sources/ko-actions';\n+import { mapIds } from './source... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed map id for fishing informations | 1 | fix | null |
217,922 | 11.12.2018 11:26:38 | -3,600 | 1a7c7c3c7e0e7c1e9d78e1cbbf136621c0a73e11 | feat: added level labels next to gathering and crafting icons | [
{
"change_type": "MODIFY",
"diff": "</div>\n<div class=\"item-obtention\" nz-col nzXs=\"24\" nzSm=\"6\" nzMd=\"4\">\n<div fxLayout=\"row wrap\" fxLayoutGap=\"2px\" fxFlex=\"0 1 auto\">\n- <div *ngFor=\"let craft of item.craftedBy\">\n- <button nz-button [nzShape]=\"'circle'\" nz-tooltip nzTitle=\"{{craft.le... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: added level labels next to gathering and crafting icons | 1 | feat | null |
815,605 | 11.12.2018 12:15:46 | -28,800 | c21f5de8945e702cdac2728a428b3c9dfd6cc2e3 | fix: fix syscall number | [
{
"change_type": "MODIFY",
"diff": "@@ -21,7 +21,7 @@ pub const ITEM_MISSING: u8 = 2;\npub const LOAD_TX_SYSCALL_NUMBER: u64 = 2049;\npub const LOAD_CELL_SYSCALL_NUMBER: u64 = 2053;\npub const LOAD_CELL_BY_FIELD_SYSCALL_NUMBER: u64 = 2054;\n-pub const LOAD_INPUT_BY_FIELD_SYSCALL_NUMBER: u64 = 2054;\n+pub co... | Rust | MIT License | nervosnetwork/ckb | fix: fix syscall number | 1 | fix | null |
730,413 | 11.12.2018 12:42:35 | 28,800 | 5b7b9d5c67b6eddc0e9769c063be38ee990a1d88 | feat(r-c-activity-menu): use collab-ui exit button in activity menu | [
{
"change_type": "MODIFY",
"diff": "@@ -6,50 +6,48 @@ exports[`ActivityMenu component renders properly 1`] = `\n>\n<div\nclassName=\"ciscospark-activity-menu-exit menuExit\"\n- >\n- <div\n- className=\"ciscospark-button-container buttonContainer\"\n>\n<button\n+ alt=\"Exit\"\naria-label=\"Exit\"\n- classNam... | JavaScript | MIT License | webex/react-widgets | feat(r-c-activity-menu): use collab-ui exit button in activity menu | 1 | feat | r-c-activity-menu |
273,683 | 11.12.2018 14:28:59 | -3,600 | 44b68b2c50fe352f9f3fe40535488fae2755ad36 | fix(graphql): include empty string type in schema | [
{
"change_type": "MODIFY",
"diff": "@@ -58,6 +58,7 @@ test('infer types from node fields', () => {\nexpect(types.string.type).toEqual(GraphQLString)\nexpect(types.number.type).toEqual(GraphQLInt)\nexpect(types.float.type).toEqual(GraphQLFloat)\n+ expect(types.emptyString.type).toEqual(GraphQLString)\nexpect... | JavaScript | MIT License | gridsome/gridsome | fix(graphql): include empty string type in schema | 1 | fix | graphql |
791,723 | 11.12.2018 15:38:09 | 28,800 | bebcd6f7de13f148fa8d69ca10f2ccfe0a4d402c | core(lantern): drop node id from error message | [
{
"change_type": "MODIFY",
"diff": "@@ -209,7 +209,7 @@ class BaseNode {\n}\n});\n- if (!idToNodeMap.has(this.id)) throw new Error(`Cloned graph missing node ${this.id}`);\n+ if (!idToNodeMap.has(this.id)) throw new Error('Cloned graph missing node');\nreturn idToNodeMap.get(this.id);\n}\n",
"new_path":... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(lantern): drop node id from error message (#6774) | 1 | core | lantern |
67,476 | 11.12.2018 16:11:16 | -3,600 | 160f7cb135c609b2a566ad85b435b4e5bcd34727 | refactor(template-binder): extract replace-part processing into separate function | [
{
"change_type": "MODIFY",
"diff": "@@ -586,27 +586,13 @@ export class TemplateBinder {\n// instead of to the childNodes\nreplacePart.parent = parentManifest;\nreplacePart.template = manifestProxy;\n- let proxyNode: IHTMLElement;\n- if (manifestProxy.flags & SymbolFlags.hasMarker) {\n- proxyNode = (manifest... | TypeScript | MIT License | aurelia/aurelia | refactor(template-binder): extract replace-part processing into separate function | 1 | refactor | template-binder |
67,476 | 11.12.2018 16:22:58 | -3,600 | 771b88cccf557e86915a32a363db38f87cc8b1fa | refactor(template-binder): extract text interpolation into separate function | [
{
"change_type": "MODIFY",
"diff": "import { PLATFORM, Reporter, Tracer } from '@aurelia/kernel';\n-import { BindingMode, BindingType, DOM, IChildNode, IExpressionParser, IHTMLElement, IHTMLTemplateElement, INode, Interpolation, IsExpressionOrStatement, IText, NodeType } from '@aurelia/runtime';\n+import { ... | TypeScript | MIT License | aurelia/aurelia | refactor(template-binder): extract text interpolation into separate function | 1 | refactor | template-binder |
217,922 | 11.12.2018 16:25:55 | -3,600 | c569c5a1732d040d96da441ffe0b92f9bb811f89 | style: changed pricing mode icon for a $ icon, easier to find this way | [
{
"change_type": "MODIFY",
"diff": "@@ -86,7 +86,7 @@ export class AppComponent implements OnInit {\nthis.desktop = this.platformService.isDesktop();\n- this.iconService.fetchFromIconfont({ scriptUrl: 'https://at.alicdn.com/t/font_931253_maxek3aoiwq.js' });\n+ this.iconService.fetchFromIconfont({ scriptUrl:... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | style: changed pricing mode icon for a $ icon, easier to find this way
#654 | 1 | style | null |
217,922 | 11.12.2018 16:35:04 | -3,600 | 166e48a1a1fa8c3d76be058edd20da33723fbda7 | fix: alarm cards are no longer waiting for map to show text | [
{
"change_type": "MODIFY",
"diff": "[nzActions]=\"[delete, copyMacro]\"\nclass=\"alarm-card\"\nfxLayout=\"column\"\n- [nzLoading]=\"!settings.compactAlarms && row.alarm.mapId !== null\" [class.spawned]=\"row.spawned\"\n- [class.played]=\"row.played\"\n- #card>\n+ [class.spawned]=\"row.spawned\"\n+ [class.pl... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: alarm cards are no longer waiting for map to show text | 1 | fix | null |
217,922 | 11.12.2018 16:42:31 | -3,600 | bd068993afbcb926e55ce76ad429735b9d6c250e | chore: removed unused css | [
{
"change_type": "MODIFY",
"diff": "background-color: fade(@text-color, 10%);\n}\n}\n-\n- .ant-card-loading {\n- width: 475px;\n- @media only screen and (max-width: 600px) {\n- width: 85vw;\n- }\n- }\n}\n.alarms {\n",
"new_path": "apps/client/src/app/pages/alarms-page/alarms-page/alarms-page.component.l... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: removed unused css | 1 | chore | null |
71,663 | 11.12.2018 16:55:19 | 28,800 | cb1aed967a257d51e1ffd6f8e569ad49e48f7ef1 | fix(aws-codecommit): make the onCommit CloudWatch Event respect creating the branch as well.
Without this change, if the repository was created through the CDK, the first push of a branch (to create it) would not trigger the onCommit Event. | [
{
"change_type": "MODIFY",
"diff": "],\n\"detail\": {\n\"event\": [\n+ \"referenceCreated\",\n\"referenceUpdated\"\n],\n\"referenceName\": [\n",
"new_path": "packages/@aws-cdk/aws-codebuild/test/integ.project-events.expected.json",
"old_path": "packages/@aws-cdk/aws-codebuild/test/integ.project-even... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(aws-codecommit): make the onCommit CloudWatch Event respect creating the branch as well. (#1320)
Without this change, if the repository was created through the CDK, the first push of a branch (to create it) would not trigger the onCommit Event. | 1 | fix | aws-codecommit |
71,663 | 11.12.2018 16:55:47 | 28,800 | c4a9b74503d63a8f9fa14544c6a57b0a346f54d8 | fix(aws-ecr): add the `addToPipeline` method to IRepository.
This is required in order to use the `addToPipeline` method on imported Repositories. | [
{
"change_type": "MODIFY",
"diff": "@@ -40,6 +40,18 @@ export interface IRepository {\n*/\naddToResourcePolicy(statement: iam.PolicyStatement): void;\n+ /**\n+ * Convenience method for creating a new {@link PipelineSourceAction},\n+ * and adding it to the given Stage.\n+ *\n+ * @param stage the Pipeline Sta... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(aws-ecr): add the `addToPipeline` method to IRepository. (#1329)
This is required in order to use the `addToPipeline` method on imported Repositories. | 1 | fix | aws-ecr |
815,582 | 11.12.2018 17:20:24 | -32,400 | 62e784fec2e5316fdcea16deba6db123401c5367 | fix: fix rpc_url
127.0.0.01 is accessible but seems to have a typo. | [
{
"change_type": "MODIFY",
"diff": "\"miner\": {\n\"new_transactions_threshold\": 8,\n\"type_hash\": \"0x321c1ca2887fb8eddaaa7e917399f71e63e03a1c83ff75ed12099a01115ea2ff\",\n- \"rpc_url\": \"http://127.0.0.01:8114/\",\n+ \"rpc_url\": \"http://127.0.0.1:8114/\",\n\"poll_interval\": 5,\n\"max_transactions\": ... | Rust | MIT License | nervosnetwork/ckb | fix: fix rpc_url
127.0.0.01 is accessible but seems to have a typo. | 1 | fix | null |
679,913 | 11.12.2018 17:23:59 | 0 | 69b29ad7ca9620767a118b7662d04f25070f4faa | docs(hdom): add __skip attrib docstring | [
{
"change_type": "MODIFY",
"diff": "@@ -46,6 +46,15 @@ export interface HDOMBehaviorAttribs {\n* the currently active hdom target implementation.\n*/\n__diff?: boolean;\n+ /**\n+ * HDOM behavior control attribute. If true, the element will not be\n+ * diffed and simply skipped. IMPORTANT: This attribute is ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(hdom): add __skip attrib docstring | 1 | docs | hdom |
273,683 | 11.12.2018 17:32:02 | -3,600 | ece2de56e212f48778337908e15286e08bbd5d64 | fix(g-link): link to local files | [
{
"change_type": "MODIFY",
"diff": "@@ -10,6 +10,7 @@ module.exports = async function (source, map) {\nthis.dependency(this.resourcePath)\nconst res = {\n+ type: asset.type,\nmimeType: asset.mimeType,\nsrc: asset.src\n}\n",
"new_path": "gridsome/lib/webpack/loaders/assets-loader.js",
"old_path": "gr... | JavaScript | MIT License | gridsome/gridsome | fix(g-link): link to local files | 1 | fix | g-link |
217,922 | 11.12.2018 17:36:01 | -3,600 | 2f961fc856b791564f09c58f2abcca955d8b585a | feat: added node type icon inside alarms overlay | [
{
"change_type": "MODIFY",
"diff": "<ng-container *ngIf=\"loaded$ | async; else loading\">\n<div class=\"alarms-container\" *ngIf=\"alarms$ | async as alarms\">\n<div *ngFor=\"let row of alarms; trackBy: trackByAlarm; let last = last\">\n- <div class=\"alarm-row\" [class.spawned]=\"row.spawned\" [class.play... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: added node type icon inside alarms overlay | 1 | feat | null |
217,922 | 11.12.2018 17:41:03 | -3,600 | 321ca4433a5e82a62a1628d24431efae556b17a0 | chore: hide custom links menu entry for users that aren't patrons | [
{
"change_type": "MODIFY",
"diff": "<i nz-icon type=\"heart\"></i>\n{{'Favorites' | translate}}\n</a>\n- <a nz-menu-item nzDisabled *ngIf=\"loggedIn$ | async\">\n+ <ng-container *ngIf=\"user$ | async as user\">\n+ <a nz-menu-item nzDisabled *ngIf=\"user.patron || user.admin\">\n<i nz-icon type=\"link\"></i>... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: hide custom links menu entry for users that aren't patrons | 1 | chore | null |
815,590 | 11.12.2018 17:42:10 | -28,800 | d0db77e194b3bd419e6b70c3aad12d736bc0697b | feat: try evict inbound peers when inbound slots is full | [
{
"change_type": "MODIFY",
"diff": "@@ -470,7 +470,7 @@ dependencies = [\n\"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"libp2p 0.1.0 (git+https://github.com/libp2p/rust-libp2p?rev=cfdfca1a06fb2deb9ebcc15a63d715ebddb23bd0)\",\n\"log 0.4.6 (registry+https://github.com/rust-lan... | Rust | MIT License | nervosnetwork/ckb | feat: try evict inbound peers when inbound slots is full | 1 | feat | null |
730,429 | 11.12.2018 17:50:39 | 28,800 | c0598e61f4aa6b20e407d68a3a0ba3764a06b49f | feat(widget-recents): load collab-ui styles at head | [
{
"change_type": "ADD",
"diff": "+$brand-font-folder: \"~@collab-ui/core/fonts\";\n+$icon-font-path: \"~@collab-ui/icons/fonts\";\n+$images-path: \"~@collab-ui/core/images\";\n+$docs-images-path: '~@collab-ui/core/docs/assets';\n+\n+@import '~@collab-ui/core/scss/collab-ui';\n",
"new_path": "packages/no... | JavaScript | MIT License | webex/react-widgets | feat(widget-recents): load collab-ui styles at head | 1 | feat | widget-recents |
679,913 | 11.12.2018 17:56:24 | 0 | 43327c9e216c34eb982d23c7326d58067b64cf77 | refactor(hdom-canvas): update HDOMImplementation, add __skip support, reformat | [
{
"change_type": "MODIFY",
"diff": "@@ -18,6 +18,9 @@ type ReadonlyVec = ArrayLike<number> & Iterable<number>;\nconst TAU = Math.PI * 2;\n+const FN = \"function\";\n+const STR = \"string\";\n+\nconst DEFAULTS = {\nalign: \"left\",\nalpha: 1,\n@@ -128,26 +131,31 @@ export const canvas = {\n}\n};\n-export con... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(hdom-canvas): update HDOMImplementation, add __skip support, reformat | 1 | refactor | hdom-canvas |
679,913 | 11.12.2018 17:57:26 | 0 | 6db317087b7b1b6088367781864208d35b7c55b4 | fix(transducers-hdom): integrate recent hdom updates | [
{
"change_type": "MODIFY",
"diff": "@@ -43,7 +43,7 @@ import { scan } from \"@thi.ng/transducers/xform/scan\";\nexport const updateDOM =\n(opts: Partial<HDOMOpts> = {}, impl: HDOMImplementation<any> = DEFAULT_IMPL): Transducer<any, any[]> => {\nconst _opts = { root: \"app\", ...opts };\n- const root = resol... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(transducers-hdom): integrate recent hdom updates | 1 | fix | transducers-hdom |
217,922 | 11.12.2018 18:05:40 | -3,600 | 021e1186353f8d87c8e4dde4aabaafb65293f2f2 | chore: added trackBy on item crafting icons to avoid rewriting | [
{
"change_type": "MODIFY",
"diff": "</div>\n<div class=\"item-obtention\" nz-col nzXs=\"24\" nzSm=\"6\" nzMd=\"4\">\n<div fxLayout=\"row wrap\" fxLayoutGap=\"2px\" fxFlex=\"0 1 auto\">\n- <div *ngFor=\"let craft of item.craftedBy\" [fxLayout]=\"item.craftedBy.length > 1?'column':'row'\"\n+ <div *ngFor=\"let... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: added trackBy on item crafting icons to avoid rewriting | 1 | chore | null |
471,536 | 11.12.2018 19:06:12 | -7,200 | e736ead77c03286448dd616c1e42635931673f19 | chore(semantic-dom-diff): add .js extension to relative imports | [
{
"change_type": "MODIFY",
"diff": "-export { getSemanticDomDiff } from './src/get-dom-diff';\n+export { getSemanticDomDiff } from './src/get-dom-diff.js';\n",
"new_path": "packages/semantic-dom-diff/index.js",
"old_path": "packages/semantic-dom-diff/index.js"
},
{
"change_type": "MODIFY",
... | JavaScript | MIT License | open-wc/open-wc | chore(semantic-dom-diff): add .js extension to relative imports | 1 | chore | semantic-dom-diff |
471,536 | 11.12.2018 19:08:04 | -7,200 | f5cb24399d2437d53a493785c7399e592413cc4e | feat: add typescript type declaration files | [
{
"change_type": "ADD",
"diff": "+import * as Chai from 'chai'\n+export function getOuterHtml(el: Element): string;\n+export function getCleanedShadowDom(el: Element): string;\n+export function chaiDomEquals(chai: Chai, utils: any): undefined;\n",
"new_path": "packages/chai-dom-equals/chai-dom-equals.d.... | JavaScript | MIT License | open-wc/open-wc | feat: add typescript type declaration files | 1 | feat | null |
730,412 | 11.12.2018 20:04:25 | 0 | f902cc6d348e0f273018e7b0966669597064cfab | chore(release): 0.1.387 | [
{
"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=\"0.1.387\"></a>\n+## [0.1.387](https://github.com/webex/react-ciscospark/compare/v0.1.... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.1.387 | 1 | chore | release |
273,683 | 11.12.2018 20:18:25 | -3,600 | f9d0341eafd40cf120d63d5308eac4be98fe9aa2 | chore: use log utils | [
{
"change_type": "MODIFY",
"diff": "@@ -14,6 +14,7 @@ const createRoutes = require('./createRoutes')\nconst { execute, graphql } = require('../graphql/graphql')\nconst { version } = require('../../package.json')\nconst { parseUrl, resolvePath } = require('../utils')\n+const { info } = require('../utils/log'... | JavaScript | MIT License | gridsome/gridsome | chore: use log utils | 1 | chore | null |
67,476 | 11.12.2018 20:48:24 | -3,600 | 0c1e647bd972a95774ddc5d9c0fd5cbc59f02427 | refactor(jit): rename metadata-model to resource-model | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,7 @@ export * from './common';\nexport * from './configuration';\nexport * from './debugging';\nexport * from './expression-parser';\n-export * from './metadata-model';\n+export * from './resource-model';\nexport * from './template-binder';\nexport * from './te... | TypeScript | MIT License | aurelia/aurelia | refactor(jit): rename metadata-model to resource-model | 1 | refactor | jit |
273,683 | 11.12.2018 21:25:13 | -3,600 | bca18eef7dc69a19510b19f0a8d095ebcc7106fc | test(build): build a project with some features | [
{
"change_type": "ADD",
"diff": "+.cache\n+src/.temp\n+dist\n",
"new_path": "gridsome/__tests__/__fixtures__/project-basic/.gitignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+module.exports = {\n+ siteName: 'Gridsome',\n+ titleTemplate: '%s | Test',\n+\n+ chainWebpack: con... | JavaScript | MIT License | gridsome/gridsome | test(build): build a project with some features | 1 | test | build |
679,913 | 11.12.2018 22:04:02 | 0 | fe9a3120607e302173b725fff6fa9345a4f41912 | refactor(hdom): update createTextElement() sig, update docstrings | [
{
"change_type": "MODIFY",
"diff": "@@ -341,12 +341,13 @@ export interface HDOMImplementation<T> {\ncreateElement(parent: T, tag: string, attribs?: any, child?: number): T;\n/**\n+ * Creates and appends the given `content` as text child node to\n+ * `parent` in the target.\n*\n* @param parent\n* @param cont... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(hdom): update createTextElement() sig, update docstrings | 1 | refactor | hdom |
679,913 | 11.12.2018 22:05:00 | 0 | 5609d24aacca582d3b6c79b9ddd5b6f5dac96d83 | feat(hdom-mock): add hdom-mock package and implementation, add initial tests | [
{
"change_type": "ADD",
"diff": "+build\n+coverage\n+dev\n+doc\n+export\n+src*\n+test\n+.nyc_output\n+tsconfig.json\n+*.tgz\n+*.html\n",
"new_path": "packages/hdom-mock/.npmignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+ Apache License\n+ Version 2.0, January 2004\n+ http... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(hdom-mock): add hdom-mock package and implementation, add initial tests | 1 | feat | hdom-mock |
503,918 | 11.12.2018 22:28:31 | -7,200 | 04bbb1dcc042e26d07c1c1dab54b791392684505 | feat(EmptyState): Add Empty State to | [
{
"change_type": "ADD",
"diff": "+import { SFC, HTMLProps, ReactNode } from 'react';\n+import { Omit } from '../../typeUtils';\n+\n+export interface EmptyStateProps extends Omit<HTMLProps<HTMLDivElement>, 'children'> {\n+ children: ReactNode;\n+}\n+\n+declare const EmptyState: SFC<EmptyStateProps>;\n+\n+exp... | TypeScript | MIT License | patternfly/patternfly-react | feat(EmptyState): Add Empty State to PF-4 (#995)
Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com> | 1 | feat | EmptyState |
71,354 | 11.12.2018 23:19:27 | 28,800 | 3076070e253b59531466dc9d32a89537d63a1638 | fix(aws-lambda): code.asset now supports jar files, fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -88,9 +88,10 @@ export class Asset extends cdk.Construct {\nthis.assetPath = path.resolve(props.path);\n// sets isZipArchive based on the type of packaging and file extension\n+ const allowedExtensions: string[] = ['.jar', '.zip'];\nthis.isZipArchive = props.packaging ... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(aws-lambda): code.asset now supports jar files, fixes #1294 (#1330) | 1 | fix | aws-lambda |
730,412 | 12.12.2018 02:08:09 | 0 | 802c7c30ccfbf418cbf5cadc974245238835eb99 | chore(release): 0.1.388 | [
{
"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=\"0.1.388\"></a>\n+## [0.1.388](https://github.com/webex/react-ciscospark/compare/v0.1.... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.1.388 | 1 | chore | release |
67,476 | 12.12.2018 04:14:02 | -3,600 | 42c12cc8960ca6d2bc64eb774b1114a260c8b410 | perf(resource-model): resolve info lazily | [
{
"change_type": "MODIFY",
"diff": "-import { IContainer, IResolver, PLATFORM } from '@aurelia/kernel';\n-import { BindingMode, CustomAttributeResource, CustomElementResource, IBindableDescription, IResourceDescriptions, TemplateDefinition } from '@aurelia/runtime';\n+import { PLATFORM, Reporter } from '@au... | TypeScript | MIT License | aurelia/aurelia | perf(resource-model): resolve info lazily | 1 | perf | resource-model |
67,476 | 12.12.2018 05:46:19 | -3,600 | 1cb386e1c79547a1eddbd1b88aa5681c84682795 | fix(template-factory): fix an edge case with whitespace around the element | [
{
"change_type": "MODIFY",
"diff": "import { DI } from '@aurelia/kernel';\n-import { DOM, IHTMLTemplateElement, INode } from '@aurelia/runtime';\n+import { DOM, IElement, IHTMLTemplateElement, INode } from '@aurelia/runtime';\n/**\n* Utility that creates a `HTMLTemplateElement` out of string markup or an ex... | TypeScript | MIT License | aurelia/aurelia | fix(template-factory): fix an edge case with whitespace around the element | 1 | fix | template-factory |
503,991 | 12.12.2018 07:04:48 | 18,000 | 7fa93b37a9bdbc9480da019f1406d00b38479fed | feat(PF4-Modal): Adds keyboard and screen reader focus trapping
* feat(PF4-Modal): Adds keyboard and screen reader focus trapping
BREAKING CHANGE: The reactRoot prop is required
Fixes
* Clicking outside of modal closes it | [
{
"change_type": "MODIFY",
"diff": "@@ -2,6 +2,7 @@ import React from 'react';\nimport ReactDOM from 'react-dom';\nimport PropTypes from 'prop-types';\nimport ModalContent from './ModalContent';\n+import safeHTMLElement from '../../internal/safeHTMLElement';\nimport { canUseDOM } from 'exenv';\nimport { KEY... | TypeScript | MIT License | patternfly/patternfly-react | feat(PF4-Modal): Adds keyboard and screen reader focus trapping (#1011)
* feat(PF4-Modal): Adds keyboard and screen reader focus trapping
BREAKING CHANGE: The reactRoot prop is required
Fixes #561
* Clicking outside of modal closes it | 1 | feat | PF4-Modal |
217,922 | 12.12.2018 07:53:00 | -3,600 | c9f1b309ee4a29da8ab5648449a05a42fbbbb403 | fix: fixed an issue with gathering location search | [
{
"change_type": "MODIFY",
"diff": "@@ -47,7 +47,7 @@ export class GatheringLocationComponent {\n}),\nmergeMap(query => this.dataService.searchGathering(query)),\nmap(items => {\n- const nodesFromPositions = [].concat.apply([], ...items.map(item => {\n+ const nodesFromPositions = [].concat.apply([], items.m... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed an issue with gathering location search | 1 | fix | null |
217,922 | 12.12.2018 08:13:10 | -3,600 | e319adcb92a511294f5acd839597ce0f9984604e | chore: fixed a small issue with teams lists ordering | [
{
"change_type": "MODIFY",
"diff": "@@ -96,7 +96,7 @@ export class ListsComponent {\n}\nreturn combineLatest(teams.map(team => this.listsFacade.getTeamLists(team).pipe(\nmap(lists => {\n- return { team: team, lists: lists };\n+ return { team: team, lists: lists.sort((a,b) => a.$key > b.$key ? -1 : 1) };\n})... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: fixed a small issue with teams lists ordering | 1 | chore | null |
743,868 | 12.12.2018 08:25:04 | 0 | f3a4e4f7531d74668a07be87f45dc497d4d08c4b | feat: support promises in middleware | [
{
"change_type": "MODIFY",
"diff": "@@ -480,6 +480,24 @@ const normalizeCredentials = (argv) => {\n}\n```\n+### Example Async Credentials Middleware\n+\n+This example is exactly the same however it loads the `username` and `password` asynchronously.\n+\n+#### Middleware function\n+\n+```\n+const { promisify... | JavaScript | MIT License | yargs/yargs | feat: support promises in middleware | 1 | feat | null |
679,913 | 12.12.2018 09:10:48 | 0 | d3500df58dde64a2bac8bf4db471e04f2672623e | feat(hiccup): add __skip support, add test, update readme | [
{
"change_type": "MODIFY",
"diff": "@@ -26,6 +26,7 @@ This project is part of the\n- [Data-driven component composition](#data-driven-component-composition)\n- [Stateful component](#stateful-component)\n- [Component objects](#component-objects)\n+ - [Behavior control attributes](#behavior-control-attributes... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(hiccup): add __skip support, add test, update readme | 1 | feat | hiccup |
679,913 | 12.12.2018 09:23:37 | 0 | 046ab206136f5b60031f711e54fb2e88784a3c9d | minor(hiccup): reformat | [
{
"change_type": "MODIFY",
"diff": "import { isFunction } from \"@thi.ng/checks/is-function\";\n-export const css = (rules: any) => {\n+export const css =\n+ (rules: any) => {\nlet css = \"\", v;\nfor (let r in rules) {\nv = rules[r];\n",
"new_path": "packages/hiccup/src/css.ts",
"old_path": "packag... | TypeScript | Apache License 2.0 | thi-ng/umbrella | minor(hiccup): reformat | 1 | minor | hiccup |
815,601 | 12.12.2018 09:54:35 | -28,800 | 722b505f7b08322ddb321644d1ddcfa3782ccd00 | fix(build): docker tag | [
{
"change_type": "MODIFY",
"diff": "@@ -45,7 +45,7 @@ security-audit:\n@cargo audit\ndocker: build\n- docker build -f docker/hub/Dockerfile -t ckb:latest .\n+ docker build -f docker/hub/Dockerfile -t nervos/ckb:latest .\n.PHONY: build build-integration-test docker\n.PHONY: fmt test clippy proto doc doc-deps... | Rust | MIT License | nervosnetwork/ckb | fix(build): docker tag (#81) | 1 | fix | build |
679,913 | 12.12.2018 10:55:43 | 0 | 1dc6e721ffd151e30675b54dc01dc904930b962a | minor(hdom): intern strings | [
{
"change_type": "MODIFY",
"diff": "@@ -235,6 +235,9 @@ const extractEquivElements =\nconst OBJP = Object.getPrototypeOf({});\n+const FN = \"function\";\n+const STR = \"string\";\n+\n/**\n* Customized version @thi.ng/equiv which takes `__diff` attributes into\n* account (at any nesting level). If an hdom el... | TypeScript | Apache License 2.0 | thi-ng/umbrella | minor(hdom): intern strings | 1 | minor | hdom |
730,413 | 12.12.2018 11:34:30 | 28,800 | 382ab59fa3bdcdee9791885ef1fe2d5e1f33f5a6 | fix(r-c-share-file): fix css to add ie 11 compatibility | [
{
"change_type": "MODIFY",
"diff": ".shareItem {\nposition: relative;\ndisplay: flex;\n- justify-content: center;\nheight: 60px;\nfont-family: CiscoSans, 'Helvetica Neue', Arial, sans-serif;\ncolor: #6a6b6c;\n}\n.fileIcon {\n- margin: auto;\n- width: 32px;\n- height: 32px;\n+ display: flex;\n+ flex: 0 0 aut... | JavaScript | MIT License | webex/react-widgets | fix(r-c-share-file): fix css to add ie 11 compatibility | 1 | fix | r-c-share-file |
730,438 | 12.12.2018 13:17:21 | 28,800 | 61242e593ffc386e4e66ab70f451f8f04e25a10d | test(journey): wait until element is visible before return text | [
{
"change_type": "MODIFY",
"diff": "@@ -55,6 +55,7 @@ export function displayAndReadIncomingMessage(aBrowser, sender, receiver, conver\n}).then((a) => {\nactivity = a;\n}));\n+ aBrowser.waitUntil(() => aBrowser.element(`${elements.firstSpace} ${elements.unreadIndicator}`).isVisible());\nassert.isTrue(aBrows... | JavaScript | MIT License | webex/react-widgets | test(journey): wait until element is visible before return text | 1 | test | journey |
217,922 | 12.12.2018 13:27:01 | -3,600 | 9d48c524cb1c7bdeeae395ed5a0a35aebaf3f250 | feat: rotation folders ordering using drag and drop | [
{
"change_type": "MODIFY",
"diff": "@@ -5,12 +5,12 @@ export enum CustomLinksActionTypes {\nLoadMyCustomLinks = '[CustomLinks] Load My CustomLinks',\nMyCustomLinksLoaded = '[CustomLinks] My CustomLinks Loaded',\n- SelectCustomLink = '[CustomLinks] Select Rotation Folder',\n- LoadCustomLink = '[CustomLinks] ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: rotation folders ordering using drag and drop | 1 | feat | null |
273,683 | 12.12.2018 13:27:53 | -3,600 | cc6286ab001a90a8d3212f50415bd089bea5a4b5 | fix(router): prefix default routes with slash | [
{
"change_type": "MODIFY",
"diff": "@@ -35,7 +35,7 @@ class ContentfulSource {\nfor (const contentType of contentTypes) {\naddContentType({\ntypeName: makeTypeName(contentType.name),\n- route: routes[contentType.name] || `${slugify(contentType.name)}/:slug`,\n+ route: routes[contentType.name] || `/${slugify... | JavaScript | MIT License | gridsome/gridsome | fix(router): prefix default routes with slash | 1 | fix | router |
679,913 | 12.12.2018 13:31:55 | 0 | c1fecc4df056bdd5fabb6c50056ce1e56f9034a3 | refactor(hdom-mock): update text node handling, tests, add readme | [
{
"change_type": "MODIFY",
"diff": "@@ -9,11 +9,21 @@ This project is part of the\n<!-- TOC depthFrom:2 depthTo:3 -->\n+- [About](#about)\n+- [Installation](#installation)\n+- [Dependencies](#dependencies)\n+- [Usage examples](#usage-examples)\n+- [Authors](#authors)\n+- [License](#license)\n+\n<!-- /TOC --... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(hdom-mock): update text node handling, tests, add readme | 1 | refactor | hdom-mock |
217,922 | 12.12.2018 13:55:28 | -3,600 | 96ad2ebbe25db492a7a12b6247f046e704272978 | fix: don't try to show icon if recipe is a workshop recipe (shows ADV) | [
{
"change_type": "MODIFY",
"diff": "<div class=\"item-name\">{{item.itemId | itemName | i18n}}\n<app-marketboard-icon [itemId]=\"item.itemId\" [showHistory]=\"true\"></app-marketboard-icon>\n</div>\n- <div class=\"description\" *ngIf=\"item.recipe !== undefined\">\n+ <div class=\"description\" *ngIf=\"item.... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: don't try to show icon if recipe is a workshop recipe (shows ADV) | 1 | fix | null |
217,922 | 12.12.2018 14:11:04 | -3,600 | 6fae7a4be3392fccc33fb6fc799e2203833cb973 | fix: fixed min width on alarm cards | [
{
"change_type": "MODIFY",
"diff": "</div>\n</nz-collapse-panel>\n<ng-template #panelTitle>\n- <div class=\"panel-title\">\n+ <div class=\"panel-title\" fxLayout=\"row wrap\" fxLayoutAlign=\"flex-start center\">\n+ <div class=\"group-name\">\n{{group.group.name}}\n+ </div>\n<button nz-button nzGhost nzSize=... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed min width on alarm cards | 1 | fix | null |
815,605 | 12.12.2018 14:38:13 | -28,800 | 6d80ea45597e93299593ad4fa7c165cbd47a37bb | fix: fix syscall length calculation | [
{
"change_type": "MODIFY",
"diff": "@@ -73,8 +73,9 @@ impl<'a, R: Register, M: Memory> Syscalls<R, M> for LoadCell<'a> {\nlet data = builder.finished_data();\nlet offset = machine.registers()[A2].to_usize();\n- let real_size = cmp::min(size, data.len() - offset);\n- machine.memory_mut().store64(size_addr, r... | Rust | MIT License | nervosnetwork/ckb | fix: fix syscall length calculation (#82) | 1 | fix | null |
815,605 | 12.12.2018 14:39:12 | -28,800 | d248ed48cda74a77e8919f6cefe75f30fd7855d5 | fix: remove hash caches to avoid JSON deserialization bug | [
{
"change_type": "MODIFY",
"diff": "@@ -155,7 +155,7 @@ impl<CI: ChainIndex + 'static> ChainService<CI> {\n};\nself.shared.store().insert_block(batch, block);\n- self.shared.store().insert_output_root(batch, block.header().hash(), &root);\n+ self.shared.store().insert_output_root(batch, &block.header().hash... | Rust | MIT License | nervosnetwork/ckb | fix: remove hash caches to avoid JSON deserialization bug (#84) | 1 | fix | null |
217,922 | 12.12.2018 14:57:47 | -3,600 | fb42df344026b1b5bc15f97eb0a14e13fe526c43 | fix: fixed an issue with buttons shrinking in search results | [
{
"change_type": "MODIFY",
"diff": "</div>\n</div>\n<div fxLayout=\"row\" fxLayoutGap=\"10px\" fxLayout.lt-md=\"column\" fxLayoutGap.lt-md=\"10px\"\n- fxLayoutAlign.lt-md=\"center center\" nz-row>\n- <div nz-col [nzXs]=\"24\" [nzMd]=\"15\" class=\"input-box\">\n+ fxLayoutAlign.lt-md=\"center center\" nz-row... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed an issue with buttons shrinking in search results | 1 | fix | null |
503,988 | 12.12.2018 15:19:55 | 18,000 | 6785edcd008f30a28858f15f6b0c1bca81868d98 | docs(Page): match example color order to core
n | [
{
"change_type": "MODIFY",
"diff": "@@ -14,9 +14,9 @@ class HorizontalPage extends React.Component {\nreturn (\n<Page header={Header}>\n- <PageSection variant={PageSectionVariants.light}>Section with light background</PageSection>\n- <PageSection variant={PageSectionVariants.dark}>Section with dark backgrou... | TypeScript | MIT License | patternfly/patternfly-react | docs(Page): match example color order to core (#1043)
n | 1 | docs | Page |
503,988 | 12.12.2018 15:20:33 | 18,000 | 82a66d556a38d4ebe4cb532a39429c79ab17de93 | docs(Text): remove pre Text example
Leaving pre in TextVariants due to usage in livedemo | [
{
"change_type": "MODIFY",
"diff": "@@ -17,9 +17,6 @@ class BodyText extends React.Component {\n</Text>\n. Phasellus lacus ex, semper ac tortor nec, fringilla condimentum orci. Fusce eu rutrum tellus.\n</Text>\n- <Text component={TextVariants.pre}>\n- Aliquam sagittis rhoncus vulputate. Cras non luctus sem,... | TypeScript | MIT License | patternfly/patternfly-react | docs(Text): remove pre Text example (#1042)
Leaving pre in TextVariants due to usage in livedemo | 1 | docs | Text |
503,988 | 12.12.2018 15:20:57 | 18,000 | 8d29ccbf7f61aa2ac1089b7565061d0441d92f6f | docs(AboutModal): update logo alt text to Patternfly Logo | [
{
"change_type": "MODIFY",
"diff": "@@ -31,7 +31,7 @@ class SimpleAboutModal extends React.Component {\nbrandImageSrc={brandImg}\nbrandImageAlt=\"Patternfly Logo\"\nlogoImageSrc={logoImg}\n- logoImageAlt=\"AboutModal Logo\"\n+ logoImageAlt=\"Patternfly Logo\"\nheroImageSrc={heroImg}\n>\n<TextContent>\n",
... | TypeScript | MIT License | patternfly/patternfly-react | docs(AboutModal): update logo alt text to Patternfly Logo (#1041) | 1 | docs | AboutModal |
815,598 | 12.12.2018 15:34:09 | -28,800 | 789f8ca28bb27e531181f73ec63c52150d9f51e8 | chore: add script to bump versions | [
{
"change_type": "ADD",
"diff": "+#!/usr/bin/env bash\n+\n+set -e\n+set -u\n+[ -n \"${DEBUG:-}\" ] && set -x || true\n+\n+main() {\n+ if [ $# != 1 ]; then\n+ echo \"bump.sh version\" >&2\n+ exit 1\n+ fi\n+ local v=\"$1\"\n+ find . -name 'Cargo.toml' -print0 | xargs -0 sed -i .bak 's/^version = .*/version = ... | Rust | MIT License | nervosnetwork/ckb | chore: add script to bump versions | 1 | chore | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.