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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
679,913 | 28.02.2019 03:22:35 | 0 | bb71b7c801a9da5bddc22cd1ae27b3191f52bdbd | fix(color): update ColorMode & Hue const enum handling
remove reverse `__ColorMode` hack
should fix bundling issues w/ webpack | [
{
"change_type": "MODIFY",
"diff": "@@ -28,11 +28,6 @@ export const enum ColorMode {\nYCBCRA\n}\n-/**\n- * Reverse lookup for `ColorMode` enums\n- */\n-export const __ColorMode = (<any>exports).ColorMode;\n-\nexport interface IColor {\nreadonly mode: ColorMode;\n}\n@@ -54,7 +49,7 @@ export const RGB_LUMINAN... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(color): update ColorMode & Hue const enum handling
- remove reverse `__ColorMode` hack
- should fix bundling issues w/ webpack | 1 | fix | color |
217,922 | 28.02.2019 07:07:39 | -3,600 | 6cfc840e57c32b564814c0712eca4c7488b5837d | fix: fixed an issue with KO/ZH items search not available inside recipe picker | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,7 @@ import { Recipe } from '../../../../model/search/recipe';\nimport { GarlandToolsService } from '../../../../core/api/garland-tools.service';\nimport { HtmlToolsService } from '../../../../core/tools/html-tools.service';\nimport { debounceTime, filter, map,... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed an issue with KO/ZH items search not available inside recipe picker | 1 | fix | null |
217,922 | 28.02.2019 07:16:05 | -3,600 | 10330a6671665c934da6a63c793a5a024ab624e9 | fix(layout): "Other" layout panel display can now be edited properly | [
{
"change_type": "MODIFY",
"diff": "<nz-card [nzTitle]=\"title\">\n<div fxLayout=\"column\" fxLayoutGap=\"10px\">\n- <div class=\"filter\" fxLayout=\"column\" fxLayoutGap=\"5px\" *ngIf=\"!readonly\">\n+ <div class=\"filter\" fxLayout=\"column\" fxLayoutGap=\"5px\" *ngIf=\"!readonly && !isOtherRow\">\n<div *... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(layout): "Other" layout panel display can now be edited properly | 1 | fix | layout |
71,104 | 28.02.2019 10:04:22 | -3,600 | f827a884bf3e982593c2d781f22013efcf0412a8 | fix: Don't collect runtime information when versionReporting is disabled | [
{
"change_type": "MODIFY",
"diff": "@@ -45,10 +45,14 @@ export class App extends Root {\nconst result: cxapi.SynthesizeResponse = {\nversion: cxapi.PROTO_RESPONSE_VERSION,\n- stacks: this.synthesizeStacks(Object.keys(this.stacks)),\n- runtime: this.collectRuntimeInformation()\n+ stacks: this.synthesizeStack... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix: Don't collect runtime information when versionReporting is disabled (#1890) | 1 | fix | null |
104,818 | 28.02.2019 11:07:48 | 21,600 | 195bde488abb5eeeb63e22a39f93fbd2a8f9447c | refactor(wizardmodal): reuse the progressindicator with interactivity | [
{
"change_type": "MODIFY",
"diff": "import React, { Component } from 'react';\nimport PropTypes from 'prop-types';\n+import { ProgressIndicator as CarbonProgressIndicator } from 'carbon-components-react';\nimport ProgressStep from './ProgressStep';\n+const IDPropTypes = PropTypes.oneOfType([PropTypes.string... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | refactor(wizardmodal): reuse the progressindicator with interactivity | 1 | refactor | wizardmodal |
815,745 | 28.02.2019 12:55:20 | -7,200 | 3d14002cffca54b8d1cc51760ce17581353c83b4 | feat: expose filtered items through search event
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -163,7 +163,7 @@ map: {\n| (close) | Fired on select dropdown close |\n| (clear) | Fired on clear icon click |\n| (focus) | Fired on select focus |\n-| (search) | Fired while typing search term |\n+| (search) | Fired while typing search term. Outputs search term with f... | TypeScript | MIT License | ng-select/ng-select | feat: expose filtered items through search event
closes #973 | 1 | feat | null |
730,429 | 28.02.2019 12:56:38 | 18,000 | 69cb0378fe4b07516bdf9e417cfdbb1d1f1f0d91 | feat(r-m-users): subscribe to current user presence | [
{
"change_type": "MODIFY",
"diff": "@@ -14,6 +14,14 @@ Array [\n},\n\"type\": \"users/FETCH_CURRENT_USER_REQUEST\",\n},\n+ Object {\n+ \"payload\": Object {\n+ \"status\": Object {\n+ \"this-user-id\": false,\n+ },\n+ },\n+ \"type\": \"presence/SET_PRESENCE_STATUS\",\n+ },\nObject {\n\"payload\": Object {\n... | JavaScript | MIT License | webex/react-widgets | feat(r-m-users): subscribe to current user presence | 1 | feat | r-m-users |
815,745 | 28.02.2019 13:07:31 | -7,200 | 6cd4cab341261b78d2fbb899f13788b14fa949be | chore(release): 2.16.0 | [
{
"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=\"2.16.0\"></a>\n+# [2.16.0](https://github.com/ng-select/ng-select/compare/v2.15.3...v... | TypeScript | MIT License | ng-select/ng-select | chore(release): 2.16.0 | 1 | chore | release |
67,491 | 28.02.2019 13:17:52 | 0 | 1b3e25872a4e7b42b58a56fee230ed3754c14ede | test(router): add selector constants for doc-example cypress tests
Extracted the selectors to its own file for reuse later | [
{
"change_type": "MODIFY",
"diff": "@@ -13,7 +13,7 @@ import { State } from './state';\n`<template>\n<div class=\"\\${router.isNavigating ? 'routing' : ''}\" style=\"--primary-color: \\${color}\">\n<div>\n- <au-nav name=\"app-menu\"></au-nav>\n+ <au-nav data-test=\"app-menu\" name=\"app-menu\"></au-nav>\n<s... | TypeScript | MIT License | aurelia/aurelia | test(router): add selector constants for doc-example cypress tests
Extracted the selectors to its own file for reuse later | 1 | test | router |
730,429 | 28.02.2019 13:39:24 | 18,000 | 2441a0185734aed8ba082ecc926208c7c84522e0 | feat(spaces-list): add prop for onScoll event | [
{
"change_type": "MODIFY",
"diff": "@@ -19,6 +19,7 @@ const propTypes = {\nisLoadingMore: PropTypes.bool,\nonCallClick: PropTypes.func,\nonClick: PropTypes.func,\n+ onScroll: PropTypes.func,\nsearchTerm: PropTypes.string,\nspaces: PropTypes.arrayOf(\nPropTypes.shape({\n@@ -49,6 +50,7 @@ const defaultProps =... | JavaScript | MIT License | webex/react-widgets | feat(spaces-list): add prop for onScoll event | 1 | feat | spaces-list |
730,429 | 28.02.2019 13:41:04 | 18,000 | dae8db2456dab1353208e53f5e12dd7c8ec8db81 | feat(widget-recents): hide bottom border based on scroll position | [
{
"change_type": "MODIFY",
"diff": "flex-direction: row;\nbox-sizing: border-box;\nbackground: rgba(0,0,0,1);\n+}\n+\n+.bottomBorder {\nborder-bottom: 1px solid rgba(255, 255, 255, 0.2);\n}\n",
"new_path": "packages/node_modules/@ciscospark/widget-recents/src/components/RecentsHeader.css",
"old_path... | JavaScript | MIT License | webex/react-widgets | feat(widget-recents): hide bottom border based on scroll position | 1 | feat | widget-recents |
217,922 | 28.02.2019 13:54:19 | -3,600 | 7a20c657fbb73c70e560186e54f391d6fbe471e9 | fix(lists): small fix for list compacts update GCF | [
{
"change_type": "MODIFY",
"diff": "@@ -72,7 +72,7 @@ exports.updateListCompacts = functions.firestore.document('/lists/{uid}').onUpda\nif (diff.length > 0) {\nregisterItemsCreation(diff);\n}\n- return firestore.collection('compacts').doc('collections').collection('lists').doc(snap.params.uid).set(compact);... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(lists): small fix for list compacts update GCF | 1 | fix | lists |
71,101 | 28.02.2019 14:16:44 | -3,600 | 2b01d3aaf31460dd79e4bcc0acee66e82e626fa2 | build: Let "decdk" package itself
So it gets published to npm. | [
{
"change_type": "MODIFY",
"diff": "\"scripts\": {\n\"build\": \"node ./deps.js && tsc && chmod +x bin/decdk && chmod +x bin/decdk-schema && bin/decdk-schema > cdk.schema.json\",\n\"watch\": \"tsc -w\",\n- \"test\": \"jest\"\n+ \"test\": \"jest\",\n+ \"package\": \"mkdir -p dist/js && cd dist/js && npm pack... | TypeScript | Apache License 2.0 | aws/aws-cdk | build: Let "decdk" package itself (#1907)
So it gets published to npm. | 1 | build | null |
469,430 | 28.02.2019 15:14:04 | -3,600 | 11ccc3603f7e9ca4ab72bdd17190c4ea75c557bc | fix: content descriptor object required default
Defines the default value of the required field on Content Descriptor Object which should be `false`. Resolves | [
{
"change_type": "MODIFY",
"diff": "@@ -392,7 +392,7 @@ Field Name | Type | Description\n<a name=\"content-descriptor-name\"></a>name | `string` | name of the content that is being described.\n<a name=\"content-descriptor-summary\"></a>summary | `string` | A short summary of what the method does.\n<a name=\... | JavaScript | Apache License 2.0 | open-rpc/spec | fix: content descriptor object required default
Defines the default value of the required field on Content Descriptor Object which should be `false`. Resolves https://github.com/open-rpc/spec/issues/86 | 1 | fix | null |
273,683 | 28.02.2019 15:31:15 | -3,600 | ec6fcf9639f030100c9a7e2d3b3d0d6da07220cd | fix(store): keep references for empty arrays | [
{
"change_type": "MODIFY",
"diff": "assets/static\n+assets/cache\n",
"new_path": "gridsome/lib/__tests__/.gitignore",
"old_path": "gridsome/lib/__tests__/.gitignore"
},
{
"change_type": "MODIFY",
"diff": "@@ -69,6 +69,14 @@ const nodes = [\n}\n}\n}\n+ },\n+ {\n+ fields: {\n+ ref: null,\n... | JavaScript | MIT License | gridsome/gridsome | fix(store): keep references for empty arrays | 1 | fix | store |
815,601 | 28.02.2019 15:35:59 | -28,800 | 05d29fcfacbcd04b45d7f5c1875f4a7183e83b48 | fix: block_assembler select invalid uncle when epoch switch | [
{
"change_type": "MODIFY",
"diff": "@@ -145,9 +145,10 @@ impl<CI: ChainIndex + 'static> ChainService<CI> {\ndebug!(target: \"chain\", \"begin processing block: {}\", block.header().hash());\nif self.verification {\nlet block_verifier = BlockVerifier::new(self.shared.clone());\n- block_verifier\n- .verify(&b... | Rust | MIT License | nervosnetwork/ckb | fix: block_assembler select invalid uncle when epoch switch | 1 | fix | null |
104,818 | 28.02.2019 15:42:44 | 21,600 | 2bb06abe21fb0e342bc2c14c81056de633d1a69c | chore(codeowners): add lee and claudia | [
{
"change_type": "MODIFY",
"diff": "# These users own any files in the following directory at the root of\n# the repository and any of its subdirectories.\n-* @bryancboyd @scottdickerson @davidicus @tay1orjones\n+* @bryancboyd @scottdickerson @davidicus @tay1orjones @leetosc @cgirani\n",
"new_path": ".g... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(codeowners): add lee and claudia | 1 | chore | codeowners |
217,922 | 28.02.2019 16:04:41 | -3,600 | 8fa3bccddaab176b612be3a13a79b3e0a2fb023e | fix(desktop): fixed auto updater | [
{
"change_type": "MODIFY",
"diff": "# FFXIV Teamcraft\n[](https://github.com/Supamiu/ffxiv-teamcraft/releases)\n-: fixed auto updater | 1 | fix | desktop |
67,491 | 28.02.2019 16:13:20 | 0 | 34cb9cba39a4a50f798a4220d6004b72e68ef942 | test(router): add books route cypress tests
Books route tests added | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,7 @@ import { wait } from '../../utils';\nname: 'authors', template: `<template>\n<h3>Authors</h3>\n<ul>\n- <li repeat.for=\"author of authors\">\n+ <li data-test=\"authors-element-item\" repeat.for=\"author of authors\">\n<a data-test=\"authors-element-author-... | TypeScript | MIT License | aurelia/aurelia | test(router): add books route cypress tests
Books route tests added | 1 | test | router |
127,940 | 28.02.2019 16:32:03 | 0 | a4d4cc142cf339eeb01e40faed48cf0b9ce9db2e | feat(nav): create nav component | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,7 @@ export * from './form';\nexport * from './heading';\nexport * from './icons';\nexport * from './link';\n+export * from './nav';\nexport * from './select';\nexport * from './text-input';\nexport * from './toggle';\n",
"new_path": "packages/components/sr... | TypeScript | MIT License | coingaming/moon-design | feat(nav): create nav component | 1 | feat | nav |
791,690 | 28.02.2019 16:32:22 | 21,600 | a7fc2f04db285d6d2ff04762970908c81bf47c8b | docs: update throttling docs to public version | [
{
"change_type": "MODIFY",
"diff": "@@ -12,7 +12,7 @@ These exact figures are used as [Lighthouse's throttling default](https://github\n## Throttling basics\n1. Simulated throttling, which Lighthouse uses by default, is computed throttling _after a trace has been recorded_ which makes it very fast and deter... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | docs: update throttling docs to public version (#7332) | 1 | docs | null |
730,412 | 28.02.2019 19:19:32 | 0 | 24b865d1191a62b155f2b67f51ae62947cdc0afb | chore(release): 0.1.428 | [
{
"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.428\"></a>\n+## [0.1.428](https://github.com/webex/react-ciscospark/compare/v0.1.... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.1.428 | 1 | chore | release |
104,844 | 28.02.2019 21:24:29 | 18,000 | 9adc00d097662527f01bfc9706c0b4c9f46f672c | feat: add action button dropdowns | [
{
"change_type": "MODIFY",
"diff": "@@ -28,3 +28,21 @@ $feature-flags: (\ntext-align: left;\n}\n}\n+\n+.bx--header__global .bx--header__menu-bar {\n+ margin-left: 0;\n+}\n+\n+a.bx--header__menu-item[role='menuitem']:hover {\n+ background-color: #2d3f48;\n+}\n+\n+.bx--header__menu-title[role='menuitem'][aria... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat: add action button dropdowns | 1 | feat | null |
531,793 | 28.02.2019 22:01:20 | 0 | cada9d0d9c355c1a62658512bf44342cf568108a | fix(docs): break long lines to make markdown linter happy | [
{
"change_type": "MODIFY",
"diff": "@@ -6,9 +6,11 @@ Alert dashboard for\nAlertmanager UI is useful for browsing alerts and managing silences, but it's\nlacking as a dashboard tool - karma aims to fill this gap.\nStarting with the `0.7.0` release it can aggregate alerts from multiple\n-Alertmanager instance... | TypeScript | Apache License 2.0 | prymitive/karma | fix(docs): break long lines to make markdown linter happy | 1 | fix | docs |
273,683 | 01.03.2019 02:58:12 | -3,600 | 952148db357c2ca80db5977a90f6ffadd588601f | fix(webpack): combine all css in one file
Splitting can be activated by settings `css.split: true` in project config. | [
{
"change_type": "MODIFY",
"diff": "import Vue from 'vue'\nimport plugins from '~/.temp/plugins-server'\n-import routes from '~/.temp/routes.js'\nimport main from './main'\n+import routes from '~/.temp/routes.js'\nimport head from './head'\nimport router from './router'\n",
"new_path": "gridsome/app/app... | JavaScript | MIT License | gridsome/gridsome | fix(webpack): combine all css in one file (#230)
Splitting can be activated by settings `css.split: true` in project config. | 1 | fix | webpack |
679,913 | 01.03.2019 03:20:23 | 0 | bc3600569b2b9a3a0ba96858cded67b2cdc76b9f | feat(rstream): add metaStream() | [
{
"change_type": "MODIFY",
"diff": "export * from \"./api\";\n+export * from \"./metastream\";\nexport * from \"./pubsub\";\nexport * from \"./stream\";\nexport * from \"./stream-merge\";\n",
"new_path": "packages/rstream/src/index.ts",
"old_path": "packages/rstream/src/index.ts"
},
{
"chang... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(rstream): add metaStream() | 1 | feat | rstream |
217,922 | 01.03.2019 08:06:27 | -3,600 | be20b28aefa8e9ac6368ea9f4a34df6f5598cb1e | fix(simulator): rotation macros using 9 cross class skills not adding Reclaim to aactions | [
{
"change_type": "MODIFY",
"diff": "@@ -102,10 +102,11 @@ export class MacroPopupComponent implements OnInit {\n}\nthis.macro[this.macro.length - 1].push(`/echo Craft finished <se.${seNumber}>`);\n}\n- if (this.aactionsMacro.length < 10) {\n+ // 11 not 10 because /aactions clear takes the first line :)\n+ i... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(simulator): rotation macros using 9 cross class skills not adding Reclaim to aactions | 1 | fix | simulator |
217,922 | 01.03.2019 09:05:55 | -3,600 | 25b30fed2f220cdd59e7f19a98d8780078dd8769 | fix(layout): fixed an issue with NOT operator on first filter of a chain | [
{
"change_type": "MODIFY",
"diff": "@@ -261,7 +261,7 @@ export class LayoutRowFilter {\nstatic fromString(filterString: string): LayoutRowFilter {\nconst parsed = filterString.split(':');\n- const baseFilterString: string = parsed.shift();\n+ const baseFilterString: string = parsed.shift().replace('!', '');... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(layout): fixed an issue with NOT operator on first filter of a chain | 1 | fix | layout |
217,922 | 01.03.2019 09:35:19 | -3,600 | 473803408a34b64516a590915bce6c4c85b0e309 | feat: updated ant design to 7.0.0 | [
{
"change_type": "MODIFY",
"diff": "}\n},\n\"@angular/cdk\": {\n- \"version\": \"7.1.0\",\n- \"resolved\": \"https://registry.npmjs.org/@angular/cdk/-/cdk-7.1.0.tgz\",\n- \"integrity\": \"sha512-dY740pKcIRtKr6n6NomrgqfdEj988urTZ9I/bfJjxF5fdhnSjyhEvDlB55EHsrF+bTTZbZXRmv7AwOQ9GJnD9w==\",\n+ \"version\": \"7.3... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: updated ant design to 7.0.0 | 1 | feat | null |
217,922 | 01.03.2019 09:37:30 | -3,600 | 868bf0c48168245d203d140074efda8a5dd5a82e | feat: changed empty message for notifications banner button | [
{
"change_type": "MODIFY",
"diff": "<i nz-icon type=\"notification\"></i>\n</nz-badge>\n<ng-template #notificationsTemplate>\n- <nz-list [nzDataSource]=\"notifications\" [nzRenderItem]=\"notificationTemplate\">\n+ <nz-list [nzDataSource]=\"notifications\" [nzRenderItem]=\"notificationTemplate\"\n+ [nzNoResu... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: changed empty message for notifications banner button | 1 | feat | null |
217,922 | 01.03.2019 10:15:19 | -3,600 | 4b546722726854c78acdaed4092364371c8ab96b | style: fix for ghost button after antd 7.0.0 update | [
{
"change_type": "MODIFY",
"diff": "@@ -122,7 +122,13 @@ h1, h2, h3, h4, h5 {\nborder-radius: 4px 0 0 4px;\n}\n-.ant-btn-circle {\n+.ant-btn {\n+ &-background-ghost:not(.ant-btn-primary) {\n+ color: @text-color !important;\n+ border-color: @text-color !important;\n+ }\n+\n+ &-circle {\nfont-size: 20px;\nbox... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | style: fix for ghost button after antd 7.0.0 update | 1 | style | null |
217,922 | 01.03.2019 10:18:11 | -3,600 | d30be0c69c8f592bdf9e31aebda57bcdab2b7d7e | style: changed alarms sidebar trigger icon | [
{
"change_type": "MODIFY",
"diff": "*ngIf=\"!overlay\"\nclass=\"right-sider\"\n[nzWidth]=\"230\"\n+ [nzZeroTrigger]=\"alarmsTrigger\"\n[(nzCollapsed)]=\"collapsedAlarmsBar\"\n[nzCollapsedWidth]=\"0\">\n+ <ng-template #alarmsTrigger>\n+ <i nz-icon type=\"bell\"></i>\n+ </ng-template>\n<app-alarms-sidebar *ng... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | style: changed alarms sidebar trigger icon | 1 | style | null |
127,939 | 01.03.2019 10:29:12 | -7,200 | e7ee3e080e5b58b214dbe7eb3fbfd0529780e4ac | feat(user-portal): add profile | [
{
"change_type": "MODIFY",
"diff": "import * as React from 'react';\n-import { BrowserRouter, StaticRouter } from 'react-router-dom';\n+import { BrowserRouter, StaticRouter, Route, Switch } from 'react-router-dom';\nimport { CashierApp } from './cashier/cashier-app';\n+import { ProfileApp } from './profile/... | TypeScript | MIT License | coingaming/moon-design | feat(user-portal): add profile | 1 | feat | user-portal |
791,704 | 01.03.2019 11:36:57 | 28,800 | 5c6632746070e682c4cdc23fb62385c1739f4a67 | test(smokehouse): +/- operator | [
{
"change_type": "MODIFY",
"diff": "@@ -26,9 +26,13 @@ module.exports = [\ndetails: {\noverallSavingsBytes: '>45000',\noverallSavingsMs: '>500',\n- items: {\n- length: 1,\n+ items: [\n+ {\n+ url: 'http://localhost:10200/byte-efficiency/script.js',\n+ wastedBytes: '46481 +/- 100',\n+ wastedPercent: '87 +/- 5... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | test(smokehouse): +/- operator (#7343) | 1 | test | smokehouse |
815,590 | 01.03.2019 11:44:00 | -28,800 | 4475f474242cedb93245a2410cd482516bd94291 | refactor: apply clippy suggestions | [
{
"change_type": "MODIFY",
"diff": "use crate::{PeerIndex, ProtocolId};\n-use p2p::secio::PeerId;\n+use p2p::{error::Error as P2PError, secio::PeerId, service::ServiceTask};\nuse std::error;\nuse std::fmt;\nuse std::fmt::Display;\n@@ -11,6 +11,7 @@ pub enum Error {\nConfig(ConfigError),\nProtocol(ProtocolEr... | Rust | MIT License | nervosnetwork/ckb | refactor: apply clippy suggestions | 1 | refactor | null |
815,601 | 01.03.2019 12:53:00 | -28,800 | abe7a8be9d4b6bc2b5c9ebee0436d68a8b425e73 | fix(miner): uncles in solo mining
BREAKING CHANGE: miner config poll_interval unit: second -> millisecond | [
{
"change_type": "MODIFY",
"diff": "@@ -122,11 +122,7 @@ impl Client {\n}\n}\n- pub fn run(&self) {\n- self.poll_block_template();\n- }\n-\n- pub fn submit_block(\n+ fn send_submit_block_request(\n&self,\nwork_id: &str,\nblock: &Block,\n@@ -138,15 +134,30 @@ impl Client {\nself.rpc.request(method, params)\n... | Rust | MIT License | nervosnetwork/ckb | fix(miner): uncles in solo mining
BREAKING CHANGE: miner config poll_interval unit: second -> millisecond | 1 | fix | miner |
469,438 | 01.03.2019 13:42:51 | 28,800 | 14b663502afea8e60e8789eba252b736faca62de | fix: fix indentation | [
{
"change_type": "MODIFY",
"diff": "@@ -35,6 +35,7 @@ This document is licensed under [The Apache License, Version 2.0](https://www.ap\n- [Info Object](#info-object)\n- [Contact Object](#contact-object)\n- [License Object](#license-object)\n+ - [Tag Object](#tag-object)\n- [Server Object](#server-object)\n-... | JavaScript | Apache License 2.0 | open-rpc/spec | fix: fix indentation | 1 | fix | null |
217,922 | 01.03.2019 14:25:55 | -3,600 | 0e22826e51caa4e057493b8ab8b4747537e9b95f | feat(desktop): added a button to clear cache inside setting | [
{
"change_type": "MODIFY",
"diff": "<button nz-button (click)=\"openDesktopConsole()\">\n{{'SETTINGS.Show_devtools' | translate}}\n</button>\n+ <button nz-button (click)=\"clearCache()\">\n+ {{'SETTINGS.Clear_cache' | translate}}\n+ </button>\n</div>\n</nz-tab>\n</nz-tabset>\n",
"new_path": "apps/client... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(desktop): added a button to clear cache inside setting | 1 | feat | desktop |
217,922 | 01.03.2019 15:08:17 | -3,600 | 18bde4a9c116d16b14d5b0bb47698863005c6e55 | chore(release): 5.0.37 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"5.0.37\"></a>\n+## [5.0.37](https://github.com/Supamiu/ffxiv-teamcraft/compare/v5.0.3... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 5.0.37 | 1 | chore | release |
791,834 | 01.03.2019 15:15:35 | 28,800 | a1f0b6245ff63913ce121f1ea3924f9b28e8f77b | cli: write report in runLighthouse before quitting Chrome | [
{
"change_type": "MODIFY",
"diff": "@@ -62,53 +62,57 @@ function getDebuggableChrome(flags) {\n});\n}\n+/** @return {never} */\nfunction showConnectionError() {\nconsole.error('Unable to connect to Chrome');\n- process.exit(_RUNTIME_ERROR_CODE);\n+ return process.exit(_RUNTIME_ERROR_CODE);\n}\n+/** @return ... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | cli: write report in runLighthouse before quitting Chrome (#7339) | 1 | cli | null |
217,922 | 01.03.2019 15:21:25 | -3,600 | eca3094c9b7ac785aafdc296c974a97a463a9c9b | chore: fix for simulation tests | [
{
"change_type": "MODIFY",
"diff": "@@ -234,7 +234,7 @@ describe('Craft simulator tests', () => {\nnew CarefulSynthesisIII()];\nconst simulation = new Simulation(gradeII_infusion_of_str_Recipe, acchan_macro, acchan_stats);\nsimulation.run(true);\n- expect(simulation.progression).toBe(3557);\n+ expect(simula... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: fix for simulation tests | 1 | chore | null |
815,590 | 01.03.2019 15:31:01 | -28,800 | dc3d5773995f684eba21f841c7032661fa2cd5e2 | refactor: upgrade secp256k1 to 0.12.0 | [
{
"change_type": "MODIFY",
"diff": "@@ -933,7 +933,7 @@ dependencies = [\n\"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"numext-fixed-hash 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)... | Rust | MIT License | nervosnetwork/ckb | refactor: upgrade secp256k1 to 0.12.0 | 1 | refactor | null |
217,922 | 01.03.2019 15:43:50 | -3,600 | b7d5b7e5bf8e780a69634a304d1c63d7a015e560 | chore: e2e tests fix | [
{
"change_type": "MODIFY",
"diff": "export const getPageTitle = () => cy.get('a.logo');\nexport const changeLanguage = (newLanguage: 'EN' | 'DE' | 'FR' | 'JA' | 'PT' | 'BR' | 'ES' | 'KO' | 'ZH') => {\n+ const index = ['EN', 'DE', 'FR', 'JA', 'PT', 'BR', 'ES', 'KO', 'ZH'].indexOf(newLanguage) + 1;\ncy.get('.... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: e2e tests fix | 1 | chore | null |
469,438 | 01.03.2019 16:25:41 | 28,800 | 5e61cca03d10b6d6d9ed06ef34f9c7c0fbdd4310 | fix: add example in schema case | [
{
"change_type": "MODIFY",
"diff": "@@ -697,7 +697,7 @@ Example Pairing Object Examples:\n```\n###### Example Object\n-The Example object is an object the defines an example that is intended to match a given [Content Descriptor Schema](#content-descriptor-schema).\n+The Example object is an object the defin... | JavaScript | Apache License 2.0 | open-rpc/spec | fix: add example in schema case | 1 | fix | null |
469,438 | 01.03.2019 16:32:34 | 28,800 | 299d5238149ddad93042347918449b7f1b10d7d3 | fix: add pairing name | [
{
"change_type": "MODIFY",
"diff": "@@ -640,7 +640,8 @@ The example Pairing object consists of a set of example params and result. The r\nField Name | Type | Description\n---|:---:|---\n-<a name=\"example-params\"></a>params | [[Example Object](#example-object)] | Example parameters.\n+<a name=\"example-pai... | JavaScript | Apache License 2.0 | open-rpc/spec | fix: add pairing name
Co-Authored-By: shanejonas <jonas.shane@gmail.com> | 1 | fix | null |
469,438 | 01.03.2019 16:43:21 | 28,800 | 7f9da28607146070517c823419dc09f387c251be | fix: method-examples link and description | [
{
"change_type": "MODIFY",
"diff": "@@ -360,7 +360,7 @@ Field Name | Type | Description\n<a name=\"method-errors\"></a>errors | [[Error Object](#error-object) \\| [Reference Object](#reference-object)] | A list of custom application defined errors that MAY be returned. The Errors MUST have unique error code... | JavaScript | Apache License 2.0 | open-rpc/spec | fix: method-examples link and description
Co-Authored-By: shanejonas <jonas.shane@gmail.com> | 1 | fix | null |
104,818 | 01.03.2019 17:23:16 | 21,600 | 21f7d69dbed83f25f7a36fdd517e3aaa5da9eebb | refactor(tablehead): split table into tablehead component | [
{
"change_type": "MODIFY",
"diff": "import React from 'react';\nimport PropTypes from 'prop-types';\n-import isNil from 'lodash/isNil';\nimport styled from 'styled-components';\nimport merge from 'lodash/merge';\nimport { Button, PaginationV2, DataTable, Checkbox } from 'carbon-components-react';\n@@ -10,15... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | refactor(tablehead): split table into tablehead component | 1 | refactor | tablehead |
104,818 | 01.03.2019 17:27:13 | 21,600 | 822f6d6b3f207e4754a484bb72a92533033139da | refactor(tablehead): export so it can be directly used | [
{
"change_type": "MODIFY",
"diff": "@@ -3,3 +3,4 @@ export Table from './components/Table';\nexport AddCard from './components/AddCard';\nexport BaseModal from './components/BaseModal';\nexport WizardModal from './components/WizardModal';\n+export TableHead from './components/Table/TableHead/TableHead';\n",... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | refactor(tablehead): export so it can be directly used | 1 | refactor | tablehead |
104,857 | 01.03.2019 18:03:13 | 10,800 | db9148e06399e70bb867e6b17c003bb36a61c01b | feat(FileDrop): drag and drop version | [
{
"change_type": "MODIFY",
"diff": "\"lodash\": \"^4.17.11\",\n\"polished\": \"^2.3.3\",\n\"prop-types\": \"^15.6.2\",\n- \"react-dropzone\": \"8.0.3\",\n\"styled-components\": \"^4.1.3\"\n},\n\"peerDependencies\": {\n",
"new_path": "package.json",
"old_path": "package.json"
},
{
"change_typ... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(FileDrop): drag and drop version | 1 | feat | FileDrop |
791,737 | 01.03.2019 18:41:43 | 18,000 | bfb1249d64f877f03368a71d08944080e11a967e | core(plugins): add support for groups | [
{
"change_type": "MODIFY",
"diff": "@@ -84,7 +84,7 @@ class ConfigPlugin {\n}\nreturn auditRefsJson.map(auditRefJson => {\n- const {id, weight, ...invalidRest} = auditRefJson;\n+ const {id, weight, group, ...invalidRest} = auditRefJson;\nassertNoExcessProperties(invalidRest, pluginName, 'auditRef');\nif (ty... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(plugins): add support for groups (#7304) | 1 | core | plugins |
531,793 | 01.03.2019 19:18:48 | 0 | a41c07bcee237f59efb813e836ba7f7d113a0c1f | fix(ui): pass credentials when sending silences to alertmanager
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -141,7 +141,10 @@ const DeleteSilenceModalContent = observer(\nif (this.deleteState.done && this.deleteState.error === null) return;\nconst uri = `${alertmanager.publicURI}/api/v1/silence/${silenceID}`;\n- this.deleteState.fetch = fetch(uri, { method: \"DELETE\" })\n+ ... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): pass credentials when sending silences to alertmanager
Fixes #484 | 1 | fix | ui |
531,793 | 01.03.2019 19:44:08 | 0 | 1093b381641f9c396628f10c2f69dda0c31ba7ec | feat(ui): use not-equal operator when user alt+clicks on a label
When user clicks on a label we apply a foo=bar filter, this change allows to add a foo!=bar filter by holding Alt key when clicking.
Fixes | [
{
"change_type": "MODIFY",
"diff": "const QueryOperators = Object.freeze({\nEqual: \"=\",\n+ NotEqual: \"!=\",\nRegex: \"=~\"\n});\n",
"new_path": "ui/src/Common/Query.js",
"old_path": "ui/src/Common/Query.js"
},
{
"change_type": "MODIFY",
"diff": "@@ -70,7 +70,7 @@ exports[`<Alert /> ma... | TypeScript | Apache License 2.0 | prymitive/karma | feat(ui): use not-equal operator when user alt+clicks on a label
When user clicks on a label we apply a foo=bar filter, this change allows to add a foo!=bar filter by holding Alt key when clicking.
Fixes #485 | 1 | feat | ui |
679,913 | 01.03.2019 20:35:46 | 0 | a040dc932b04261d7dace60327ae80e46fb8468c | docs(rstream): update docstring & readme | [
{
"change_type": "MODIFY",
"diff": "@@ -16,12 +16,14 @@ This project is part of the\n- [Dependencies](#dependencies)\n- [Usage examples](#usage-examples)\n- [Realtime crypto candle chart](#realtime-crypto-candle-chart)\n+ - [Worker-based mandelbrot fractal renderer](#worker-based-mandelbrot-fractal-renderer... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(rstream): update docstring & readme | 1 | docs | rstream |
471,470 | 01.03.2019 20:48:53 | -3,600 | b57cbdcf3f046847b62427ae63a4bce2a05fa437 | chore: add blog section and twitter | [
{
"change_type": "MODIFY",
"diff": "@@ -50,7 +50,7 @@ For more details please visit us at [open-wc.org](https://www.open-wc.org).\n| [owc-dev-server](https://github.com/open-wc/open-wc/tree/master/packages/owc-dev-server) | [](https://www.npm... | JavaScript | MIT License | open-wc/open-wc | chore: add blog section and twitter | 1 | chore | null |
791,780 | 01.03.2019 21:59:01 | 0 | 01b09d078e788cb6c931e66649c88a65a6ffec02 | core: create ViewportMeta computed artifact | [
{
"change_type": "MODIFY",
"diff": "const URL = require('../../lib/url-shim');\nconst i18n = require('../../lib/i18n/i18n.js');\nconst Audit = require('../audit');\n-const ViewportAudit = require('../viewport');\n+const ComputedViewportMeta = require('../../computed/viewport-meta.js');\nconst MINIMAL_PERCEN... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core: create ViewportMeta computed artifact (#7264) | 1 | core | null |
791,858 | 02.03.2019 01:17:52 | 0 | 26fc3506dc32a9dcce63cf5457c1f2668ea8da10 | docs: improve explanations of extending and using config files | [
{
"change_type": "MODIFY",
"diff": "@@ -196,7 +196,11 @@ The groups property controls how to visually group audits within a category. For\n## Config Extension\n-The stock Lighthouse configurations can be extended if you only need to make small tweaks, such as adding an audit or skipping an audit, but wish t... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | docs: improve explanations of extending and using config files (#7354) | 1 | docs | null |
679,913 | 02.03.2019 02:12:36 | 0 | c414423899ee1905f16b3a745b49fb1b0eb0d992 | fix(transducers): update dedupe() w/ predicate arg
if pred is given, do not call pred for 1st value (always passes) | [
{
"change_type": "MODIFY",
"diff": "@@ -20,7 +20,10 @@ export function dedupe<T>(...args: any[]): any {\nrfn,\nequiv\n? (acc, x: T) => {\n- acc = equiv(prev, x) ? acc : r(acc, x);\n+ acc =\n+ prev !== SEMAPHORE && equiv(prev, x)\n+ ? acc\n+ : r(acc, x);\nprev = x;\nreturn acc;\n}\n",
"new_path": "packag... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(transducers): update dedupe() w/ predicate arg
- if pred is given, do not call pred for 1st value (always passes) | 1 | fix | transducers |
273,650 | 02.03.2019 09:28:42 | 0 | 78413dcedb3a7525043059764b6503ee0a419289 | fix(app): only intercept left clicks on links | [
{
"change_type": "MODIFY",
"diff": "@@ -20,6 +20,11 @@ document.addEventListener('click', event => {\nif (\nevent.defaultPrevented || // disables this behavior\n+ event.which !== 1 || // not a left click\n+ event.metaKey ||\n+ event.altKey ||\n+ event.ctrlKey ||\n+ event.shiftKey ||\n$el === null || // no l... | JavaScript | MIT License | gridsome/gridsome | fix(app): only intercept left clicks on links (#236) | 1 | fix | app |
791,690 | 02.03.2019 11:47:33 | 21,600 | 390343ae0292dea166e56102483fa224f87fedcc | core(driver): collect network requests from out-of-process iframes | [
{
"change_type": "ADD",
"diff": "+<!DOCTYPE html>\n+<html>\n+ <head>\n+ <title>Where is my iframe?</title>\n+ </head>\n+ <body>\n+ <h1>Hello frames</h1>\n+ <iframe name=\"oopif\" src=\"https://airhorner.com\"></iframe>\n+ </body>\n+</html>\n",
"new_path": "lighthouse-cli/test/fixtures/oopif.html",
"... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(driver): collect network requests from out-of-process iframes (#6922) | 1 | core | driver |
217,922 | 02.03.2019 14:31:33 | -3,600 | 472536fe3050cfa7bd97e41b1e4d62110952908c | chore: trying to fix e2e tests with click behavior | [
{
"change_type": "MODIFY",
"diff": "@@ -2,8 +2,8 @@ export const getPageTitle = () => cy.get('a.logo');\nexport const changeLanguage = (newLanguage: 'EN' | 'DE' | 'FR' | 'JA' | 'PT' | 'BR' | 'ES' | 'KO' | 'ZH') => {\nconst index = ['EN', 'DE', 'FR', 'JA', 'PT', 'BR', 'ES', 'KO', 'ZH'].indexOf(newLanguage) +... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: trying to fix e2e tests with click behavior | 1 | chore | null |
531,793 | 02.03.2019 18:13:15 | 0 | f8b343b1b1853f05dd0669bbc3d6407944274759 | fix(docs): add a note about supported Alertmanager releases
Fixes | [
{
"change_type": "MODIFY",
"diff": "Alert dashboard for\n[Prometheus Alertmanager](https://prometheus.io/docs/alerting/alertmanager/).\n+---\n+\n+Alertmanager `>=0.16.0` is currently **NOT** supported by karma due to changes\n+in the API, see [this issue](https://github.com/prymitive/karma/issues/115)\n+for... | TypeScript | Apache License 2.0 | prymitive/karma | fix(docs): add a note about supported Alertmanager releases
Fixes #489 | 1 | fix | docs |
471,527 | 02.03.2019 20:29:09 | -3,600 | 76878c8944257d7922d9cddf00cf256510df5ccb | feat: add demoing storybook | [
{
"change_type": "MODIFY",
"diff": "-../../packages/storybook/README.md\n\\ No newline at end of file\n+../../packages/demoing-storybook/README.md\n\\ No newline at end of file\n",
"new_path": "docs/demoing/README.md",
"old_path": "docs/demoing/README.md"
},
{
"change_type": "ADD",
"diff... | JavaScript | MIT License | open-wc/open-wc | feat: add demoing storybook | 1 | feat | null |
603,467 | 02.03.2019 21:48:35 | 0 | 2c369625a103432f9d16df5cdf21abcc7ee25e45 | fix(core): Test reports no longer contain a duplicate entry for with the contents of the report | [
{
"change_type": "MODIFY",
"diff": "@@ -22,7 +22,7 @@ import {\nExecutionSuccessful,\nImplementationPending, JSONData,\nName,\n- ScenarioDetails,\n+ ScenarioDetails, TestReport,\nTimestamp,\n} from '../../../../src/model';\nimport { SerenityBDDReporter, StageManager } from '../../../../src/stage';\n@@ -85,8... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | fix(core): Test reports no longer contain a duplicate entry for with the contents of the report | 1 | fix | core |
603,467 | 02.03.2019 22:08:39 | 0 | 80f265930332e089a53f33b727fc9f81cbd4fcf6 | chore(gitignore): corrected gitignore and included the previously excluded files | [
{
"change_type": "MODIFY",
"diff": "@@ -14,6 +14,10 @@ node_modules\n# Build Artifacts\n_book\n.nyc_output\n+documentation/*/target/\n+integration/*/target/\n+packages/*/target/\ntarget/\n+!packages/protractor/src/screenplay/questions/target/\n*.log\npackages/*/lib\n",
"new_path": ".gitignore",
"old... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | chore(gitignore): corrected gitignore and included the previously excluded files | 1 | chore | gitignore |
603,467 | 02.03.2019 22:39:49 | 0 | c4efd3159654b889466cd38b5f17b592c9c57eb6 | fix(protractor): Corrected the signatures of factory methods on Target to allow nesting of targets | [
{
"change_type": "MODIFY",
"diff": "@@ -12,12 +12,12 @@ import { TargetNestedElements } from './TargetNestedElements';\nexport class Target {\nstatic the(name: string) {\nreturn {\n- located: (byLocator: Locator): Question<ElementFinder> & RelativeQuestion<Question<ElementFinder> | ElementFinder, ElementFin... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | fix(protractor): Corrected the signatures of factory methods on Target to allow nesting of targets | 1 | fix | protractor |
603,467 | 02.03.2019 23:02:30 | 0 | 0d1ea52c37c4c96837422583484e57d19f764862 | fix(protractor): `target` package renamed to `targets` so that it's correctly included in git and np | [
{
"change_type": "MODIFY",
"diff": "@@ -18,6 +18,5 @@ documentation/*/target/\nintegration/*/target/\npackages/*/target/\ntarget/\n-!packages/protractor/src/screenplay/questions/target/\n*.log\npackages/*/lib\n",
"new_path": ".gitignore",
"old_path": ".gitignore"
},
{
"change_type": "MODIFY"... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | fix(protractor): `target` package renamed to `targets` so that it's correctly included in git and np | 1 | fix | protractor |
679,913 | 03.03.2019 02:56:42 | 0 | f0d53b4c902ea66b3103a3aca019505946a0e44e | feat(rstream): add CloseMode enum, update StreamMerge, StreamSync & opts | [
{
"change_type": "MODIFY",
"diff": "@@ -11,6 +11,15 @@ export const enum State {\nDISABLED // TODO currently unused\n}\n+/**\n+ * Closing behavior for `StreamMerge` and `StreamSync`.\n+ */\n+export const enum CloseMode {\n+ NEVER,\n+ FIRST,\n+ LAST\n+}\n+\n/**\n* Reverse lookup for `State` enums\n*/\n@@ -50... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(rstream): add CloseMode enum, update StreamMerge, StreamSync & opts | 1 | feat | rstream |
679,913 | 03.03.2019 02:57:39 | 0 | b2e6e6fff07fca96661637af9dd004a24d02b5b1 | fix(rstream): update MetaStream unsub handling | [
{
"change_type": "MODIFY",
"diff": "import { Fn } from \"@thi.ng/api\";\n+import { State } from \"./api\";\nimport { Subscription } from \"./subscription\";\nimport { nextID } from \"./utils/idgen\";\n@@ -86,6 +87,7 @@ export class MetaStream<A, B> extends Subscription<A, B> {\n}\nnext(x: A) {\n+ if (this.s... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(rstream): update MetaStream unsub handling | 1 | fix | rstream |
679,913 | 03.03.2019 03:22:00 | 0 | c74a2d06c28ef0493ab919ae093bf1671ebf2a0a | feat(rstream): add tween() stream operator | [
{
"change_type": "MODIFY",
"diff": "@@ -59,4 +59,4 @@ export interface IStream<T> extends ISubscriber<T> {\nexport type StreamCancel = () => void;\nexport type StreamSource<T> = (sub: Stream<T>) => StreamCancel;\n-export let DEBUG = true;\n+export let DEBUG = false;\n",
"new_path": "packages/rstream/src... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(rstream): add tween() stream operator | 1 | feat | rstream |
679,913 | 03.03.2019 03:28:53 | 0 | 6ab6858cdda4e671272ff1365a36b71fcb2a35e1 | feat(vectors): add headingSegment*() fns, update readme | [
{
"change_type": "MODIFY",
"diff": "@@ -119,7 +119,7 @@ yarn add @thi.ng/vectors\nimport * as v from \"@thi.ng/vectors\";\n// immutable vector addition (1st arg is result)\n-v.add([], [1, 2, 3, 4], [10, 20, 30, 40])\n+v.add([], [1, 2, 3, 4], [10, 20, 30, 40]);\n// [11, 22, 33, 44]\n// mutable addition (if f... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(vectors): add headingSegment*() fns, update readme | 1 | feat | vectors |
217,922 | 03.03.2019 11:46:07 | -3,600 | 4051e4805b7a486091577db26ded0df859513224 | chore: small fix for korean action names | [
{
"change_type": "MODIFY",
"diff": "@@ -15,6 +15,7 @@ export class LazyDataService {\npublic koItems: any = {};\npublic koActions: any = {};\n+ public koCraftActions: any = {};\npublic koFCActions: any = {};\npublic koWeathers: any = {};\npublic koPlaces: any = {};\n@@ -33,6 +34,7 @@ export class LazyDataSe... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: small fix for korean action names | 1 | chore | null |
217,922 | 03.03.2019 12:05:18 | -3,600 | 916669e18ce92444f9c36b2e82a7b3aadb933684 | fix: fixed an issue with some users having ghost characters breaking the app | [
{
"change_type": "MODIFY",
"diff": "import { createFeatureSelector, createSelector } from '@ngrx/store';\nimport { AuthState } from './auth.reducer';\n-import { Character } from '@xivapi/angular-client';\n+import { Character, CharacterResponse } from '@xivapi/angular-client';\n// Lookup the 'Auth' feature s... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed an issue with some users having ghost characters breaking the app | 1 | fix | null |
531,793 | 03.03.2019 13:31:52 | 0 | dcdc99b6d31046d273557e7beda441ba8c8223bc | feat(github): use GitHub actions for heroku app
This is to test using GitHub actions for building and deploying demo app to Heroku. Right now TravisCI is used for that purpose. | [
{
"change_type": "ADD",
"diff": "+workflow \"Deploy demo app to Heroku\" {\n+ on = \"push\"\n+ resolves = \"release\"\n+}\n+\n+action \"login\" {\n+ uses = \"actions/heroku@master\"\n+ args = \"container:login\"\n+ secrets = [\"HEROKU_API_KEY\"]\n+}\n+\n+action \"push\" {\n+ uses = \"actions/heroku@master\"... | TypeScript | Apache License 2.0 | prymitive/karma | feat(github): use GitHub actions for heroku app
This is to test using GitHub actions for building and deploying demo app to Heroku. Right now TravisCI is used for that purpose. | 1 | feat | github |
531,793 | 03.03.2019 13:52:21 | 0 | 9ad6aaa49d8fc899f3466337685380f66e7c2d57 | chore(github): delete actions workflow
Sticking with TravisCI for now | [
{
"change_type": "DELETE",
"diff": "-workflow \"Deploy demo app to Heroku\" {\n- on = \"push\"\n- resolves = \"release\"\n-}\n-\n-action \"login\" {\n- uses = \"actions/heroku@master\"\n- args = \"container:login\"\n- secrets = [\"HEROKU_API_KEY\"]\n-}\n-\n-action \"push\" {\n- uses = \"actions/heroku@maste... | TypeScript | Apache License 2.0 | prymitive/karma | chore(github): delete actions workflow
Sticking with TravisCI for now | 1 | chore | github |
67,479 | 03.03.2019 15:14:56 | -39,600 | fd284a2fa728e374e76359d5572f8e0dafdb58aa | feat(attr-binding): add attribute binding | [
{
"change_type": "ADD",
"diff": "+import { IServiceLocator, Reporter, Tracer } from '@aurelia/kernel';\n+import { AccessorOrObserver, BindingMode, connectable, ExpressionKind, hasBind, hasUnbind, IBinding, IBindingTargetObserver, IConnectableBinding, IForOfStatement, ILifecycle, IObserverLocator, IPartialCo... | TypeScript | MIT License | aurelia/aurelia | feat(attr-binding): add attribute binding | 1 | feat | attr-binding |
67,479 | 03.03.2019 15:16:08 | -39,600 | a82d143fd6a1166f25436f939b2cbe74f1853b2e | feat(attr-observer): add attribute observer | [
{
"change_type": "ADD",
"diff": "+import { PLATFORM } from '@aurelia/kernel';\n+import {\n+ DOM,\n+ IBatchedCollectionSubscriber,\n+ IBindingTargetObserver,\n+ ILifecycle,\n+ IObserverLocator,\n+ IPropertySubscriber,\n+ LifecycleFlags,\n+ targetObserver\n+} from '@aurelia/runtime';\n+\n+export interface IHt... | TypeScript | MIT License | aurelia/aurelia | feat(attr-observer): add attribute observer | 1 | feat | attr-observer |
67,479 | 03.03.2019 15:16:34 | -39,600 | 41cb9205e9d5ca0cf0e49f9c8245de5c6aa3400d | feat(attr-binding): add configuration/renderer/instruction/exports | [
{
"change_type": "MODIFY",
"diff": "@@ -2,6 +2,7 @@ import { DI, IContainer, IRegistry } from '@aurelia/kernel';\nimport { RuntimeBasicConfiguration } from '@aurelia/runtime';\nimport { HTMLTemplateFactory } from './dom';\nimport {\n+ AttributeBindingRenderer,\nListenerBindingRenderer,\nSetAttributeRenderer... | TypeScript | MIT License | aurelia/aurelia | feat(attr-binding): add configuration/renderer/instruction/exports | 1 | feat | attr-binding |
67,479 | 03.03.2019 15:39:19 | -39,600 | 66e303524cffd5e5145714e35caf07773bc3d19f | feat(attr-syntax): attr,style, class pattern | [
{
"change_type": "ADD",
"diff": "+import { attributePattern, AttrSyntax, IAttributePattern } from '@aurelia/jit';\n+import { IRegistry } from '@aurelia/kernel';\n+\n+export interface AttrPattern extends IAttributePattern {}\n+export class AttrPattern implements AttrPattern {\n+ public static register: IRegi... | TypeScript | MIT License | aurelia/aurelia | feat(attr-syntax): attr,style, class pattern | 1 | feat | attr-syntax |
67,479 | 03.03.2019 15:47:41 | -39,600 | cafc3253fcba16945e77a92d31b70b1dfc467f4d | fix(attr-binding-instruction): from: string -> string | IsBindingBehavior | [
{
"change_type": "MODIFY",
"diff": "@@ -62,7 +62,7 @@ export interface ISetAttributeInstruction extends ITargetedInstruction {\nexport interface IAttributeBindingInstruction extends ITargetedInstruction {\ntype: HTMLTargetedInstructionType.attributeBinding;\n- from: string;\n+ from: string | IsBindingBehavi... | TypeScript | MIT License | aurelia/aurelia | fix(attr-binding-instruction): from: string -> string | IsBindingBehavior | 1 | fix | attr-binding-instruction |
67,479 | 03.03.2019 16:08:23 | -39,600 | 2dd7124de881891aac36bd12724c13f5ddb8e239 | feat(attr-binding): configure,exports,attr-pattern,commands | [
{
"change_type": "MODIFY",
"diff": "import { attributePattern, AttrSyntax, IAttributePattern } from '@aurelia/jit';\nimport { IRegistry } from '@aurelia/kernel';\n-export interface AttrPattern extends IAttributePattern {}\n-export class AttrPattern implements AttrPattern {\n+export interface AttrAttributePa... | TypeScript | MIT License | aurelia/aurelia | feat(attr-binding): configure,exports,attr-pattern,commands | 1 | feat | attr-binding |
67,479 | 03.03.2019 16:33:08 | -39,600 | bfba4cd460648523f731e77b2de7fa2e61b41e75 | feat(script-utils): add call index to cartesian join loop, add async version | [
{
"change_type": "MODIFY",
"diff": "@@ -446,39 +446,39 @@ function updateElementByIndicesFactory<T extends any>(arrays: ((...args: T[]) =>\nexport function eachCartesianJoin<T1,U>(\narrays: [T1[]],\n- callback: (arg1: T1) => U): void;\n+ callback: (arg1: T1, callIndex: number) => U): void;\nexport function ... | TypeScript | MIT License | aurelia/aurelia | feat(script-utils): add call index to cartesian join loop, add async version | 1 | feat | script-utils |
217,922 | 03.03.2019 17:09:28 | -3,600 | 14880d8748a8b85590b9ae8392ed2731b399aec7 | chore: connected korean data into the corresponding pages | [
{
"change_type": "MODIFY",
"diff": "@@ -3,13 +3,15 @@ import { Observable, of } from 'rxjs';\nimport { TranslateService } from '@ngx-translate/core';\nimport { XivapiEndpoint, XivapiService } from '@xivapi/angular-client';\nimport { map, mergeMap, shareReplay } from 'rxjs/operators';\n+import { LazyDataServ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: connected korean data into the corresponding pages | 1 | chore | null |
67,479 | 03.03.2019 17:28:46 | -39,600 | ee0e29ab62593205bce2aeb5c48f64bccd22b68e | feat(attr-binding): add tests for class/style binding command | [
{
"change_type": "ADD",
"diff": "+import { Constructable } from '@aurelia/kernel';\n+import { Aurelia, BindingMode, CustomElementResource, ILifecycle } from '@aurelia/runtime';\n+import { IEventManager } from '@aurelia/runtime-html';\n+import { expect } from 'chai';\n+import { BasicConfiguration } from '../... | TypeScript | MIT License | aurelia/aurelia | feat(attr-binding): add tests for class/style binding command | 1 | feat | attr-binding |
815,590 | 03.03.2019 18:06:29 | -28,800 | 86402493c1d2cfb7ddcb8b76fc676ff334150be5 | refactor: integrate with p2p_ping | [
{
"change_type": "MODIFY",
"diff": "@@ -473,6 +473,7 @@ dependencies = [\n\"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n+ \"g... | Rust | MIT License | nervosnetwork/ckb | refactor: integrate with p2p_ping | 1 | refactor | null |
471,527 | 03.03.2019 18:35:39 | -3,600 | e44f3ca2e4b8a5e27bc442852f330ffb33dddaf7 | fix(testing-karma): replace deprecated import meta url loader | [
{
"change_type": "MODIFY",
"diff": "@@ -73,7 +73,7 @@ module.exports = config => ({\n{\ntest: /\\.js$/,\n- loader: require.resolve('@open-wc/webpack/loaders/import-meta-url-loader.js'),\n+ loader: require.resolve('@open-wc/webpack-import-meta-loader'),\n},\n],\n},\n",
"new_path": "packages/testing-karma... | JavaScript | MIT License | open-wc/open-wc | fix(testing-karma): replace deprecated import meta url loader | 1 | fix | testing-karma |
67,479 | 03.03.2019 22:00:46 | -39,600 | a2b7c6292d192a8cf83355ea9a66a5e8912a7ca9 | fix(style-attr-binding): properly handle rules, add important tests, non happy path tests | [
{
"change_type": "MODIFY",
"diff": "@@ -14,6 +14,11 @@ export class AttrAttributePattern implements AttrAttributePattern {\n}\n}\n+attributePattern(\n+ { pattern: 'attr.PART', symbols: '.' },\n+ { pattern: 'PART.attr', symbols: '.' }\n+)(AttrAttributePattern);\n+\nexport interface StyleAttributePattern exte... | TypeScript | MIT License | aurelia/aurelia | fix(style-attr-binding): properly handle rules, add important tests, non happy path tests | 1 | fix | style-attr-binding |
67,479 | 03.03.2019 22:16:23 | -39,600 | 0971d7d4607385e4618c9bc6d661932ebb65b5bb | fix(class-binding): targetKey -> propertyKey | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ import { TestContext } from '../util';\nimport { eachCartesianJoin, eachCartesianJoinAsync, tearDown } from './util';\n// TemplateCompiler - Binding Commands integration\n-describe.only('template-compiler.binding-commands.class', function() {\n+describe('t... | TypeScript | MIT License | aurelia/aurelia | fix(class-binding): targetKey -> propertyKey | 1 | fix | class-binding |
471,527 | 03.03.2019 23:48:19 | -3,600 | 340b3dc41eac67e50c3dd4adf9ef8b056a7c07eb | fix(demoing-storybook): show pre select option for knobs in demo/docs | [
{
"change_type": "MODIFY",
"diff": "@@ -68,17 +68,23 @@ The data will be read from the elements properties.\nSo this should probably be your default story to gives users documentation, api and playground all in one.\nFor additional edge cases you should add more stories.\n+Features:\n+- Show your README.md ... | JavaScript | MIT License | open-wc/open-wc | fix(demoing-storybook): show pre select option for knobs in demo/docs | 1 | fix | demoing-storybook |
679,913 | 04.03.2019 03:29:32 | 0 | a8683e474ab1dc7c98bbff15f48ce01eb2060556 | docs: update main readme (add blog links) | [
{
"change_type": "MODIFY",
"diff": "@@ -50,6 +50,11 @@ There's a steadily growing number (40+) of standalone examples\n(different complexities, often combining functionality from several\npackages) in the [examples](./examples) directory.\n+## Blog posts\n+\n+- [How to UI in 2018](https://medium.com/@thi.ng... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs: update main readme (add blog links) | 1 | docs | null |
104,818 | 04.03.2019 08:50:38 | 21,600 | 40026d16a81d1721b2488851399265a44c99f7fc | refactor(tablehead): update prop names | [
{
"change_type": "MODIFY",
"diff": "@@ -71,6 +71,8 @@ class FilterHeaderRow extends Component {\n/** properties global to the table */\ntableOptions: PropTypes.shape({\nhasRowSelection: PropTypes.bool,\n+ hasRowExpansion: PropTypes.bool,\n+ hasRowActions: PropTypes.bool,\n}),\n/** filter can be hidden by th... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | refactor(tablehead): update prop names | 1 | refactor | tablehead |
104,818 | 04.03.2019 08:54:56 | 21,600 | f297f78c1eef6d012d97e44c5ab1ea6e28aa3230 | refactor(table): adding top-level id to table for easy testing | [
{
"change_type": "MODIFY",
"diff": "@@ -350,7 +350,7 @@ const Table = props => {\n(options.hasRowExpansion ? 1 : 0) +\n(options.hasRowActions ? 1 : 0);\nreturn (\n- <div>\n+ <div id={id}>\n<TableContainer>\n<TableToolbar>\n<TableToolbarContent>\n",
"new_path": "src/components/Table/Table.jsx",
"old_... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | refactor(table): adding top-level id to table for easy testing | 1 | refactor | table |
104,818 | 04.03.2019 08:56:32 | 21,600 | 4d833af5f1e5979193fc4d557ef807aa9c38d9f3 | refactor(table): pass the classname through | [
{
"change_type": "MODIFY",
"diff": "@@ -329,7 +329,11 @@ const StyledEmptyTableRow = styled(TableRow)`\n`;\nconst Table = props => {\n- const { id, columns, data, view, actions, options } = merge({}, defaultProps(props), props);\n+ const { id, columns, data, view, actions, options, className } = merge(\n+ {... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | refactor(table): pass the classname through | 1 | refactor | table |
503,942 | 04.03.2019 09:51:15 | 18,000 | f0863a0268532a88c9af95a40ab9a40daf57b718 | fix(nav): Fix bug where previous was expanding on select | [
{
"change_type": "MODIFY",
"diff": "@@ -42,11 +42,11 @@ class Nav extends React.Component {\n}\n// Callback from NavExpandable\n- onToggle(event, groupId, isExpanded) {\n+ onToggle(event, groupId, toggleValue) {\nthis.props.onToggle({\nevent,\ngroupId,\n- isExpanded\n+ toggleValue\n});\n}\n",
"new_path"... | TypeScript | MIT License | patternfly/patternfly-react | fix(nav): Fix bug where previous was expanding on select (#1479) | 1 | fix | nav |
469,438 | 04.03.2019 10:41:09 | 28,800 | 704d14a5a671b91bbd0120ab2d5806b04a525d69 | fix: example params may be a reference object | [
{
"change_type": "MODIFY",
"diff": "@@ -643,8 +643,8 @@ Field Name | Type | Description\n<a name=\"example-pairing-name\"></a>name | `string` | Name for the example pairing.\n<a name=\"example-pairing-description\"></a>description | `string` | A verbose explanation of the example pairing.\n<a name=\"example... | JavaScript | Apache License 2.0 | open-rpc/spec | fix: example params may be a reference object | 1 | fix | null |
791,834 | 04.03.2019 10:42:57 | 28,800 | 5865c873776b975a2c25632bc6a17c07b3c0050b | misc: convert Flags comments to jsdoc for better intellisense | [
{
"change_type": "MODIFY",
"diff": "@@ -59,19 +59,19 @@ declare global {\n/** Simulation settings that control the amount of network & cpu throttling in the run. */\ninterface ThrottlingSettings {\n- // The round trip time in milliseconds\n+ /** The round trip time in milliseconds. */\nrttMs?: number;\n- //... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc: convert Flags comments to jsdoc for better intellisense (#7359) | 1 | misc | null |
815,601 | 04.03.2019 10:43:29 | -28,800 | f33475237a6b91066d353eb6541a6d9a2732a4e8 | refactor: separate chain_state and proposal_table from shared | [
{
"change_type": "MODIFY",
"diff": "@@ -6,9 +6,10 @@ use ckb_core::transaction::{OutPoint, ProposalShortId};\nuse ckb_core::BlockNumber;\nuse ckb_db::batch::Batch;\nuse ckb_notify::NotifyController;\n+use ckb_shared::chain_state::ChainState;\nuse ckb_shared::error::SharedError;\nuse ckb_shared::index::Chain... | Rust | MIT License | nervosnetwork/ckb | refactor: separate chain_state and proposal_table from shared | 1 | refactor | null |
815,601 | 04.03.2019 11:08:23 | -28,800 | 79cec0a79c8ce0a73be405490f90ffc6fd43898d | refactor: txs verify cache required | [
{
"change_type": "DELETE",
"diff": "-use numext_fixed_hash::H256;\n-\n-pub trait BlockMedianTimeContext {\n- fn block_count(&self) -> u32;\n- fn timestamp(&self, hash: &H256) -> Option<u64>;\n- fn parent_hash(&self, hash: &H256) -> Option<H256>;\n- fn block_median_time(&self, hash: &H256) -> Option<u64> {\n... | Rust | MIT License | nervosnetwork/ckb | refactor: txs verify cache required | 1 | refactor | null |
104,818 | 04.03.2019 11:16:27 | 21,600 | 16c74a39d12f0299460052462e7d6fdab06e84de | refactor(table): split toolbar into separate component | [
{
"change_type": "MODIFY",
"diff": "@@ -4,13 +4,13 @@ import styled from 'styled-components';\nimport merge from 'lodash/merge';\nimport pick from 'lodash/pick';\nimport { Button, PaginationV2, DataTable, Checkbox } from 'carbon-components-react';\n-import { iconGrid, iconFilter } from 'carbon-icons';\nimpo... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | refactor(table): split toolbar into separate component | 1 | refactor | table |
503,965 | 04.03.2019 11:59:03 | 18,000 | 65bb5df2ed6e473f9b4b718be94ebd647060a70a | chore(build): fix gatsby
* give gatsby more ram
* force docs build
* Revert "force docs build"
This reverts commit | [
{
"change_type": "MODIFY",
"diff": "\"gatsby\"\n],\n\"scripts\": {\n- \"docbuild\": \"node build/copyDocs.js && env NODE_OPTIONS=--max_old_space_size=4096 && yarn gen-ts-docs && gatsby build\",\n- \"pr-build\": \"node build/copyDocs.js && env NODE_OPTIONS=--max_old_space_size=4096 && yarn gen-ts-docs && gat... | TypeScript | MIT License | patternfly/patternfly-react | chore(build): fix gatsby (#1486)
* give gatsby more ram
* force docs build
* Revert "force docs build"
This reverts commit 878bfa3309d65e1b07ebcb512a21992c869b1f50. | 1 | chore | build |
531,793 | 04.03.2019 12:01:14 | 0 | 6428db6e77cefea2c1bdf9339874d52e1d9efc29 | chore(demo): add inhibited alerts to the generator | [
{
"change_type": "MODIFY",
"diff": "global:\nresolve_timeout: 30s\nroute:\n- group_by: ['alertname']\n+ group_by: [\"alertname\"]\ngroup_wait: 5s\ngroup_interval: 10s\nrepeat_interval: 999h\n- receiver: 'default'\n+ receiver: \"default\"\nroutes:\n- - receiver: 'default'\n+ - receiver: \"default\"\ngroup_by... | TypeScript | Apache License 2.0 | prymitive/karma | chore(demo): add inhibited alerts to the generator | 1 | chore | demo |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.