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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
151,430 | 13.07.2019 14:17:22 | 25,200 | f6e86103f20125eb39ca8d6c02f5683b66281cb3 | chore: ignore files | [
{
"change_type": "MODIFY",
"diff": "\"conventionalCommits\": true,\n\"message\": \"chore(release): :tada: :rocket: [skip ci]\"\n}\n- }\n+ },\n+ \"ignoreChanges\": [\n+ \"**/CHANGELOG.md\",\n+ \"**/package-lock.json\",\n+ \"**/test/**\",\n+ \"lerna.json\",\n+ \"package.json\",\n+ \"README.md\"\n+ ]\n}\n",
... | JavaScript | MIT License | davidwells/analytics | chore: ignore files | 1 | chore | null |
151,430 | 13.07.2019 15:06:10 | 25,200 | 928f8d75a4dcc3116e4319889837723a78179aa5 | chore: remove exit test scripts | [
{
"change_type": "MODIFY",
"diff": "\"license\": \"MIT\",\n\"scripts\": {\n\"docs\": \"node ../analytics-cli/bin/run docs\",\n- \"test\": \"echo \\\"Error: no test specified\\\" && exit 1\",\n\"build\": \"node ../../scripts/build/index.js\",\n\"watch\": \"node ../../scripts/build/_watch.js\",\n\"release:pat... | JavaScript | MIT License | davidwells/analytics | chore: remove exit test scripts | 1 | chore | null |
151,430 | 13.07.2019 15:13:52 | 25,200 | 2dcc027d01ea22c54d54c916e1d027a9ed1af08b | test(core): update test harness & deps | [
{
"change_type": "MODIFY",
"diff": "\"bootstrap\": \"npm install && lerna bootstrap\",\n\"clean\": \"rimraf packages/*/dist\",\n\"reset\": \"npm run clean && lerna clean --yes\",\n- \"test\": \"ava packages/**/*.js\",\n+ \"test\": \"lerna run test\",\n\"watch\": \"lerna run watch --parallel --stream\",\n\"w... | JavaScript | MIT License | davidwells/analytics | test(core): update test harness & deps | 1 | test | core |
151,430 | 13.07.2019 15:14:03 | 25,200 | 7d19a9fd1276ebeeb0ab89f5785d1f366ceaa844 | chore: remove empty test command | [
{
"change_type": "MODIFY",
"diff": "\"scripts\": {\n\"postpack\": \"rm -f oclif.manifest.json npm-shrinkwrap.json\",\n\"prepack\": \"oclif-dev manifest && oclif-dev readme && npm shrinkwrap\",\n- \"test\": \"echo NO TESTS\",\n\"version\": \"oclif-dev readme && git add README.md\"\n}\n}\n",
"new_path": "... | JavaScript | MIT License | davidwells/analytics | chore: remove empty test command | 1 | chore | null |
722,013 | 13.07.2019 17:21:53 | 18,000 | 5783eb49406a695d0365728a7ea4dba2aed9b4fa | feat: add Higher order funciton to Compile pragmas | [
{
"change_type": "ADD",
"diff": "+const camelCase = require('camelcase')\n+\n+export default function createElement(\n+ h: (comp: object | string, attr: { [key: string]: any }, children: any[]) => any[] | any\n+) {\n+ return (comp: object | string, attr: { [key: string]: any }, ...children: any[]): any[] | ... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | feat: add Higher order funciton to Compile pragmas | 1 | feat | null |
722,013 | 13.07.2019 17:22:38 | 18,000 | 5084a39a92935c161d88bda56e6b929e7ee85fc8 | feat: allow compiler to render/compile JSX | [
{
"change_type": "MODIFY",
"diff": "],\n\"dependencies\": {\n\"acorn\": \"^6.1.1\",\n+ \"acorn-jsx\": \"^5.0.1\",\n+ \"babel-plugin-transform-vue-jsx\": \"^3.7.0\",\n\"buble\": \"^0.19.7\",\n+ \"camelcase\": \"^5.3.1\",\n\"vue-template-compiler\": \"^2.6.10\",\n\"walkes\": \"^0.2.1\"\n},\n",
"new_path":... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | feat: allow compiler to render/compile JSX | 1 | feat | null |
722,013 | 13.07.2019 17:25:36 | 18,000 | 6a0017e2b06e340c9144e53c9f0412129c5bb023 | docs: update original jsx example | [
{
"change_type": "MODIFY",
"diff": "-# Vue Styleguidist basic example style guide\n+# Vue Styleguidist jsx example style guide\nHow to start locally:\n```\ngit clone https://github.com/vue-styleguidist/vue-styleguidist.git\n-cd vue-styleguidist/examples/basic\n+cd vue-styleguidist/examples/jsx\nnpm install\... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | docs: update original jsx example | 1 | docs | null |
722,013 | 13.07.2019 17:26:04 | 18,000 | 59c6f84aadafee741247d293daf7ce92726e645f | build: remove console lintings from examples | [
{
"change_type": "MODIFY",
"diff": "},\n\"rules\": {\n\"valid-jsdoc\": 0,\n- \"react/prefer-stateless-function\": 0\n+ \"no-console\": 0,\n+ \"react/prefer-stateless-function\": 0,\n+ \"react/react-in-jsx-scope\": 0,\n+ \"react/no-unknown-property\": 0\n}\n}\n",
"new_path": "examples/.eslintrc",
"ol... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | build: remove console lintings from examples | 1 | build | null |
722,013 | 13.07.2019 17:27:00 | 18,000 | a6db6cbafcbb8ce7614257a57345f9d96ac073fe | feat: use the JSX capabilities of compiler | [
{
"change_type": "MODIFY",
"diff": "@@ -26,7 +26,8 @@ const CLIENT_CONFIG_OPTIONS = [\n'editorConfig',\n'ribbon',\n'pagePerSection',\n- 'mountPointId'\n+ 'mountPointId',\n+ 'jsxInExamples'\n]\nmodule.exports = function() {}\n",
"new_path": "packages/vue-styleguidist/loaders/styleguide-loader.js",
"o... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | feat: use the JSX capabilities of compiler | 1 | feat | null |
722,013 | 13.07.2019 17:28:04 | 18,000 | 06027d38bd752710e6933e703fc27bf5c2f5cce5 | docs: add an example of jsx enabled example | [
{
"change_type": "ADD",
"diff": "+# Vue Styleguidist jsx-examples example style guide\n+\n+How to start locally:\n+\n+```\n+git clone https://github.com/vue-styleguidist/vue-styleguidist.git\n+cd vue-styleguidist/examples/jsx-examples\n+npm install\n+npm run styleguide\n+```\n+\n+Then open [http://localhost... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | docs: add an example of jsx enabled example | 1 | docs | null |
722,013 | 13.07.2019 17:39:46 | 18,000 | b1de64e6dce62ce46e1c7e840c510285e5dcaf49 | docs: update css-loaders of examples | [
{
"change_type": "MODIFY",
"diff": "\"@babel/preset-env\": \"^7.3.1\",\n\"babel-core\": \"^7.0.0-bridge.0\",\n\"babel-loader\": \"^8.0.5\",\n- \"css-loader\": \"^0.28.7\",\n+ \"css-loader\": \"^2.1.0\",\n\"node-sass\": \"^4.11.0\",\n\"sass-loader\": \"^6.0.6\",\n\"style-loader\": \"^0.19.0\",\n",
"new_p... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | docs: update css-loaders of examples | 1 | docs | null |
722,013 | 13.07.2019 17:49:48 | 18,000 | e5ef73bbe7fc99aadc9d4ddc7fa289ee7e6b62f6 | build: allow yarn start --open | [
{
"change_type": "MODIFY",
"diff": "*/\nvar examplePath = process.argv[3] || 'basic'\n+if (/^--/.test(examplePath)) {\n+ examplePath = 'basic'\n+}\nif (examplePath.indexOf('examples/') !== 0) {\nexamplePath = 'examples/' + examplePath\n",
"new_path": "test/styleguidist.js",
"old_path": "test/stylegu... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | build: allow yarn start --open | 1 | build | null |
722,013 | 13.07.2019 17:59:56 | 18,000 | 429dd966eab92ec070f153056dd361873428b1ea | fix: rename createElement | [
{
"change_type": "RENAME",
"diff": "const camelCase = require('camelcase')\n-export default function createElement(\n+export default function adaptCreateElement(\nh: (comp: object | string, attr: { [key: string]: any }, children: any[]) => any[] | any\n) {\nreturn (comp: object | string, attr: { [key: strin... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix: rename createElement | 1 | fix | null |
722,013 | 13.07.2019 18:00:23 | 18,000 | 0de332f92fa5bf121385db0db039cd2ae0b0f290 | docs: add first layer of docs | [
{
"change_type": "MODIFY",
"diff": "@@ -8,6 +8,12 @@ Compile vue components code into vue components objects inside of your browser\nyarn add vue-inbrowser-compiler\n```\n-## use\n+## usage\n-To be written\n+### isVueSFC\n+\n+### adaptCreateElement\n+\n+### compile\n+\n+### addScopedStyle\n",
"new_path"... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | docs: add first layer of docs | 1 | docs | null |
722,013 | 13.07.2019 21:01:14 | 18,000 | e22bd342a9302eed158763f39b5a4ccbe92682ba | docs: add documentation bout the new jsx flag | [
{
"change_type": "MODIFY",
"diff": "@@ -168,7 +168,7 @@ Array of [glob pattern](https://github.com/isaacs/node-glob#glob-primer) that sh\n> **Note:** You should pass glob patterns, for example, use `**/components/Button.vue` instead of `components/Button.vue`.\n-## jsxInComponents\n+## `jsxInComponents`\nTy... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | docs: add documentation bout the new jsx flag | 1 | docs | null |
815,598 | 13.07.2019 23:19:34 | -28,800 | a9b9abde6d04772d8bb10c7aa9a39e524f142391 | feat: log found block as info when stderr is not tty
The default systemd init script redirects stderr to /dev/null. This change
ensure the daemon will log the found blocks as info level log. | [
{
"change_type": "MODIFY",
"diff": "@@ -636,6 +636,7 @@ dependencies = [\n\"ckb-traits 0.17.0-pre\",\n\"ckb-util 0.17.0-pre\",\n\"ckb-verification 0.17.0-pre\",\n+ \"console 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/cra... | Rust | MIT License | nervosnetwork/ckb | feat: log found block as info when stderr is not tty
The default systemd init script redirects stderr to /dev/null. This change
ensure the daemon will log the found blocks as info level log. | 1 | feat | null |
447,451 | 13.07.2019 23:32:12 | 14,400 | fd2b574888e1403fa9ffc852f647db820619efa3 | fix: call stopPropagation when toggle menu in PrimitiveMenu | [
{
"change_type": "MODIFY",
"diff": "@@ -211,7 +211,8 @@ export default class PrimitiveMenu extends Component {\n});\n}\n- toggleMenu() {\n+ toggleMenu(event) {\n+ event.stopPropagation();\nconst { isOpen } = this.state;\nif (isOpen) {\nreturn this.closeMenu();\n",
"new_path": "src/components/PrimitiveMe... | JavaScript | MIT License | nexxtway/react-rainbow | fix: call stopPropagation when toggle menu in PrimitiveMenu (#832) | 1 | fix | null |
447,451 | 14.07.2019 00:13:54 | 14,400 | 90df2247b6ae1b51df22a3d4ad4fe199570ca172 | fix: private menu click | [
{
"change_type": "MODIFY",
"diff": "@@ -21,6 +21,7 @@ export default class PrimitiveMenu extends Component {\nthis.handleClick = this.handleClick.bind(this);\nthis.closeMenu = this.closeMenu.bind(this);\nthis.hoverChild = this.hoverChild.bind(this);\n+ this.handleTriggerClick = this.handleTriggerClick.bind(... | JavaScript | MIT License | nexxtway/react-rainbow | fix: private menu click (#833) | 1 | fix | null |
447,451 | 14.07.2019 00:33:08 | 18,000 | 7e937c2acc1de86e226a6f4517d572d8bbee8f0e | fix: remove stop propagation in primitive menu | [
{
"change_type": "MODIFY",
"diff": "@@ -21,7 +21,6 @@ export default class PrimitiveMenu extends Component {\nthis.handleClick = this.handleClick.bind(this);\nthis.closeMenu = this.closeMenu.bind(this);\nthis.hoverChild = this.hoverChild.bind(this);\n- this.handleTriggerClick = this.handleTriggerClick.bind(... | JavaScript | MIT License | nexxtway/react-rainbow | fix: remove stop propagation in primitive menu (#835) | 1 | fix | null |
743,869 | 14.07.2019 00:58:44 | -7,200 | 308b6a5d106a142a5626b47428d837b38eb0ad3f | docs: add section on dashes in string arguments
Closes | [
{
"change_type": "MODIFY",
"diff": "<p align=\"center\">\n<b >Yargs be a node.js library fer hearties tryin' ter parse optstrings</b>\n</p>\n+\n<br>\n[![Build Status][travis-image]][travis-url]\n@@ -102,6 +103,7 @@ Having problems? want to contribute? join our [community slack](http://devtoolsc\n* [Numbers]... | JavaScript | MIT License | yargs/yargs | docs: add section on dashes in string arguments (#1371)
Closes #1347 | 1 | docs | null |
743,952 | 14.07.2019 01:09:41 | -7,200 | 409d35bfb10928b34b2a6b29492878d42c4825df | fix: properties accessed on singleton now reflect current state of instance | [
{
"change_type": "MODIFY",
"diff": "@@ -25,8 +25,10 @@ function singletonify (inst) {\nObject.keys(inst).forEach((key) => {\nif (key === 'argv') {\nArgv.__defineGetter__(key, inst.__lookupGetter__(key))\n+ } else if (typeof inst[key] === 'function') {\n+ Argv[key] = inst[key].bind(inst)\n} else {\n- Argv[ke... | JavaScript | MIT License | yargs/yargs | fix: properties accessed on singleton now reflect current state of instance (#1366) | 1 | fix | null |
151,430 | 14.07.2019 01:25:24 | 25,200 | e23ee99d6cc1272fbcaa37ecf8845b8ab03b0c50 | docs: update api path | [
{
"change_type": "MODIFY",
"diff": "@@ -16,7 +16,7 @@ module.exports = {\n'intro/installation',\n],\nDocs: [\n- 'docs/api',\n+ 'api',\n],\nPlugins: [\n'plugins/google-analytics',\n",
"new_path": "site/example/gatsby-config.js",
"old_path": "site/example/gatsby-config.js"
},
{
"change_type": ... | JavaScript | MIT License | davidwells/analytics | docs: update api path | 1 | docs | null |
104,927 | 14.07.2019 13:52:08 | -3,600 | 91096f9fc4aa8ba14e7ac1a8b291cca3696906a3 | chore: prep rc | [
{
"change_type": "MODIFY",
"diff": "## 2.11.0-rc.0 (July 12, 2019)\n+### Features\n+\n+- Add vertical options to radio button group\n+- Add left-label option to radio button\n+\n+# Changelog\n+\n+## 2.10.1-rc.0 (July 12, 2019)\n+\n### Fixes\n- add default tab id\n",
"new_path": "packages/core/CHANGELOG.... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-components-vue | chore: prep rc | 1 | chore | null |
217,922 | 14.07.2019 13:54:44 | -7,200 | d10610814bdd817066404a26d21b2476e28593c6 | fix(simulator): fixed recipe informations display on rotation picker | [
{
"change_type": "MODIFY",
"diff": "@@ -1060,7 +1060,12 @@ export class SearchComponent implements OnInit {\n}\npublic openInSimulator(itemId: number, recipeId: string): void {\n- this.rotationPicker.openInSimulator(itemId, recipeId);\n+ this.data.getItem(itemId).pipe(\n+ first(),\n+ map(item => item.getCra... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(simulator): fixed recipe informations display on rotation picker | 1 | fix | simulator |
217,922 | 14.07.2019 14:22:47 | -7,200 | e5eef82d349eebe420d86599506c4b65882964b8 | fix: fixed opensearch protocol | [
{
"change_type": "MODIFY",
"diff": "<OpenSearchDescription xmlns:moz=\"http://www.mozilla.org/2006/browser/search/\"\nxmlns=\"http://a9.com/-/spec/opensearch/1.1/\">\n<ShortName>FFXIV Teamcraft</ShortName>\n- <Description>Search for an item on FFXIV Teamcraft</Description>\n+ <Description>Search on FFXIV Te... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed opensearch protocol | 1 | fix | null |
471,553 | 14.07.2019 14:41:17 | -7,200 | f072185fb364cde6d4622e93f0401818201f3404 | feat(webpack-import-meta-loader): support for __webpack_public_path__ | [
{
"change_type": "MODIFY",
"diff": "@@ -13,37 +13,43 @@ const rules = [\nloader: path.resolve(__dirname, '../webpack-import-meta-loader.js'),\n},\n];\n+function getOnlyDynamicSource(source) {\n+ return source\n+ .split('\\n')\n+ .splice(18)\n+ .join(newLine);\n+}\ndescribe('import-meta-url-loader', () => {\... | JavaScript | MIT License | open-wc/open-wc | feat(webpack-import-meta-loader): support for __webpack_public_path__ (#570) | 1 | feat | webpack-import-meta-loader |
815,593 | 14.07.2019 14:53:05 | -32,400 | f1eac294869c556656efd316dea58fe69dd0b651 | fix: resolve rpc `remove_node` and network `report_peer` bug | [
{
"change_type": "MODIFY",
"diff": "@@ -157,14 +157,11 @@ impl NetworkState {\n.is_banned()\n{\ninfo!(\"peer {:?} banned\", peer_id);\n- self.with_peer_registry_mut(|reg| {\n- if let Some(session_id) = reg.get_key_by_peer_id(peer_id) {\n- reg.remove_peer(session_id);\n+ if let Some(session_id) = self.peer_r... | Rust | MIT License | nervosnetwork/ckb | fix: resolve rpc `remove_node` and network `report_peer` bug | 1 | fix | null |
151,430 | 14.07.2019 16:01:05 | 25,200 | 50af0a6e20a3ecfe3841b32dc5de421ca689dc2f | docs: add docs to site | [
{
"change_type": "MODIFY",
"diff": "@@ -17,9 +17,19 @@ module.exports = {\n],\nDocs: [\n'api',\n+ 'using-plugins',\n+ 'using-listeners',\n],\nPlugins: [\n'plugins/google-analytics',\n+ 'plugins/google-tag-manager',\n+ 'plugins/segment',\n+ 'plugins/customerio',\n+ 'plugins/crazyegg',\n+ 'plugins/do-not-trac... | JavaScript | MIT License | davidwells/analytics | docs: add docs to site | 1 | docs | null |
151,430 | 14.07.2019 16:01:34 | 25,200 | 89014218b4efa965935bf718b149082f61ddf79c | docs: shadow search box until algolia setup | [
{
"change_type": "ADD",
"diff": "+This is an example of component shadowing\n",
"new_path": "site/example/src/gatsby-theme-oss-docs/README.md",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+import React from 'react'\n+\n+// Overrides site/gatsby-theme-oss-docs/src/components/sear... | JavaScript | MIT License | davidwells/analytics | docs: shadow search box until algolia setup | 1 | docs | null |
151,430 | 14.07.2019 16:01:50 | 25,200 | fe1501afc0c5e6ff83bc043881bb148c710ce4b0 | docs: format docs site code | [
{
"change_type": "MODIFY",
"diff": "@@ -8,9 +8,9 @@ const Logo = (props) => {\n<rect x=\"-306.469\" y=\"-232.764\" display=\"inline\" fill=\"#000000\" width=\"787\" height=\"375.042\"></rect>\n</g>\n<g display=\"none\">\n- <polyline display=\"inline\" fill=\"none\" stroke=\"#000000\" stroke-width=\"2\" stro... | JavaScript | MIT License | davidwells/analytics | docs: format docs site code | 1 | docs | null |
151,430 | 14.07.2019 16:02:00 | 25,200 | dc6ae58d55b676ba14ffaebc3e9b97747e2c6e3f | docs: update original source docs | [
{
"change_type": "MODIFY",
"diff": "## Usage\n```bash\n-npm i analytics\n-npm i analytics-plugin-original-source\n+npm install analytics\n+npm install analytics-plugin-original-source\n```\n```js\n-import analyticsLib from 'analytics'\n+import Analytics from 'analytics'\nimport originalSrc from 'analytics-p... | JavaScript | MIT License | davidwells/analytics | docs: update original source docs | 1 | docs | null |
217,945 | 14.07.2019 16:48:01 | -7,200 | 72b6c3b27431230b6a84ed21f2fde66b91ecd3b5 | fix(ariyala): fix 'hands' slot incorrectly regarded as tool
This causes incorrect materia calculations when using the option
to assume the same melds accross multiple DoH/DoL jobs. | [
{
"change_type": "MODIFY",
"diff": "@@ -76,7 +76,7 @@ export class AriyalaLinkParser implements ExternalListLinkParser {\nObject.keys(gear.items).forEach((slot, itemIndex) => {\nconst item = gear.items[slot];\n- const isTool = slot.indexOf('hand') > -1;\n+ const isTool = slot.startsWith('mainhand') || slot.... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(ariyala): fix 'hands' slot incorrectly regarded as tool
This causes incorrect materia calculations when using the option
to assume the same melds accross multiple DoH/DoL jobs. | 1 | fix | ariyala |
306,423 | 14.07.2019 16:55:35 | -7,200 | dcf8726170a19c01b7f183102dc7d6b164a9dd8f | fix(field): remove CssClassMixin from InteractionStateMixin | [
{
"change_type": "MODIFY",
"diff": "import { dedupeMixin } from '@lion/core';\n-import { CssClassMixin } from '@lion/core/src/CssClassMixin.js';\nimport { ObserverMixin } from '@lion/core/src/ObserverMixin.js';\nimport { Unparseable } from '@lion/validate';\n@@ -15,7 +14,7 @@ import { Unparseable } from '@l... | JavaScript | MIT License | ing-bank/lion | fix(field): remove CssClassMixin from InteractionStateMixin | 1 | fix | field |
306,423 | 14.07.2019 17:05:57 | -7,200 | 398198502cb7af7697016bd4cfed828c78ceae37 | fix(field): make InteractionState leaveEvent protected | [
{
"change_type": "MODIFY",
"diff": "@@ -73,7 +73,7 @@ export const InteractionStateMixin = dedupeMixin(\nthis.touched = false;\nthis.dirty = false;\nthis.prefilled = false;\n- this.leaveEvent = 'blur';\n+ this._leaveEvent = 'blur';\nthis._valueChangedEvent = 'model-value-changed';\nthis._iStateOnLeave = thi... | JavaScript | MIT License | ing-bank/lion | fix(field): make InteractionState leaveEvent protected | 1 | fix | field |
217,922 | 14.07.2019 17:14:08 | -7,200 | 745c3700637f16ba72868b2f770978ccfdfef67d | chore(release): 5.6.13 | [
{
"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.6.13\"></a>\n+## [5.6.13](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compar... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 5.6.13 | 1 | chore | release |
217,922 | 14.07.2019 17:47:13 | -7,200 | 026c5ce7681c50794c40134b85f7e9b0cc73d0d2 | fix(simulator): hide overlay button if rotation isn't saved | [
{
"change_type": "MODIFY",
"diff": "</ng-container>\n<button nz-button [nzShape]=\"'circle'\" [nzType]=\"'danger'\" nz-popconfirm\n[nzTitle]=\"'ALARMS.Open_overlay' | translate\" (nzOnConfirm)=\"openOverlay(rotation)\"\n- *ngIf=\"platformService.isDesktop()\">\n+ *ngIf=\"platformService.isDesktop() && rotat... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(simulator): hide overlay button if rotation isn't saved | 1 | fix | simulator |
217,922 | 14.07.2019 18:14:20 | -7,200 | 8e66195d82d8cfdb2498d54502631c9080d59191 | feat(levequests): "add selection to list" button is now also at the bottom of the page | [
{
"change_type": "MODIFY",
"diff": "</nz-list-item>\n</ng-template>\n</nz-list>\n+ <div fxLayout=\"row\" fxLayoutAlign=\"center center\">\n+ <button nz-button (click)=\"addSelectedLevesToList(results)\">{{'LISTS.Add_selection' | translate}}</button>\n+ </div>\n</app-page-loader>\n</div>\n<div *ngIf=\"result... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(levequests): "add selection to list" button is now also at the bottom of the page | 1 | feat | levequests |
722,013 | 14.07.2019 18:18:17 | 18,000 | fedaa7b54146cb396bc8dc743248fe8a8c838104 | docs: finish documenting compile | [
{
"change_type": "MODIFY",
"diff": "@@ -10,10 +10,147 @@ yarn add vue-inbrowser-compiler\n## usage\n-### isVueSFC\n-\n-### adaptCreateElement\n+This library is meant to help write components for vue that can be edited through text.\n### compile\n+Compiles a string of pseudo javascript code written in es2015... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | docs: finish documenting compile | 1 | docs | null |
531,793 | 14.07.2019 18:21:45 | -3,600 | e36f25a248dd752448adcc98f4ba95c6c7d7bfb3 | chore(api): add offset and raw filter value to the counters dict | [
{
"change_type": "MODIFY",
"diff": "package main\nimport (\n+ \"fmt\"\n\"math\"\n\"sort\"\n@@ -44,18 +45,30 @@ func countersToLabelStats(counters map[string]map[string]int) models.LabelNameSt\nName: name,\nValues: models.LabelValueStatsList{},\n}\n+\nfor value, hits := range valueMap {\nnameStats.Hits += hi... | TypeScript | Apache License 2.0 | prymitive/karma | chore(api): add offset and raw filter value to the counters dict | 1 | chore | api |
531,793 | 14.07.2019 18:22:09 | -3,600 | 2bdbfeb16f3f8befb742c592b62c683d290ce0d5 | chore(ui): user offset and raw filter from the api response | [
{
"change_type": "MODIFY",
"diff": "@@ -15,7 +15,7 @@ import \"./index.scss\";\nconst LabelWithPercent = inject(\"alertStore\")(\nobserver(\n- class FilteringLabel extends BaseLabel {\n+ class LabelWithPercent extends BaseLabel {\nstatic propTypes = {\nalertStore: PropTypes.instanceOf(AlertStore).isRequired... | TypeScript | Apache License 2.0 | prymitive/karma | chore(ui): user offset and raw filter from the api response | 1 | chore | ui |
722,013 | 14.07.2019 18:42:02 | 18,000 | 612d424f48c2c03384b75cac27f303a7ad8d1309 | docs: finish compiler readme | [
{
"change_type": "MODIFY",
"diff": "@@ -16,6 +16,8 @@ This library is meant to help write components for vue that can be edited throug\nCompiles a string of pseudo javascript code written in es2015. It returns the body of a function as a string. Once you execute the function, it will return a VueJS componen... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | docs: finish compiler readme | 1 | docs | null |
217,922 | 14.07.2019 18:51:50 | -7,200 | fa5c50e1e30029bcfafbb2e722e368bf59049531 | fix(levequests): fixed layout for smaller resolutions | [
{
"change_type": "MODIFY",
"diff": "</div>\n<div class=\"results\">\n<app-page-loader [loading]=\"loading\">\n- <nz-list [nzDataSource]=\"results\" [nzRenderItem]=\"leve\">\n- <ng-template #leve let-leve>\n- <nz-list-item fxLayout=\"row wrap\" fxFlex=\"1 1 auto\" [nzContent]=\"content\">\n+ <div fxLayout=\"... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(levequests): fixed layout for smaller resolutions | 1 | fix | levequests |
217,922 | 14.07.2019 18:57:38 | -7,200 | 797789a316eb8de15588e9ea551a1773f5f7c058 | fix(desktop): fixed alarm overlay opening from tray | [
{
"change_type": "MODIFY",
"diff": "@@ -243,7 +243,7 @@ function createTray() {\nlabel: 'Alarm Overlay',\ntype: 'normal',\nclick: () => {\n- openOverlay('/alarms-overlay');\n+ openOverlay({ url: '/alarms-overlay' });\n}\n}\n]);\n",
"new_path": "desktop/main.js",
"old_path": "desktop/main.js"
}
] | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(desktop): fixed alarm overlay opening from tray | 1 | fix | desktop |
531,793 | 14.07.2019 19:09:20 | -3,600 | d41fbff99e2682fdb8be220ca5f1495b421dedd9 | feat(ui): show the number of hidden label on the overview modal
We only render top 9 labels, add a counter showing how many were skipped | [
{
"change_type": "MODIFY",
"diff": "@@ -38,6 +38,11 @@ const LabelsTable = observer(({ alertStore }) => (\n}\n/>\n))}\n+ {nameStats.values.length > 9 ? (\n+ <div className=\"components-label badge my-2 text-muted mw-100\">\n+ +{nameStats.values.length - 9} more\n+ </div>\n+ ) : null}\n</td>\n</tr>\n))}\n",
... | TypeScript | Apache License 2.0 | prymitive/karma | feat(ui): show the number of hidden label on the overview modal
We only render top 9 labels, add a counter showing how many were skipped | 1 | feat | ui |
815,579 | 14.07.2019 19:15:19 | -28,800 | 77f7ca65dd9360149f3947f62c0fd5b6088edecc | fix(relayer): should check tx from tx_pool when the short_id set is not empty | [
{
"change_type": "MODIFY",
"diff": "@@ -284,7 +284,7 @@ impl<CS: ChainStore + 'static> Relayer<CS> {\n})\n.collect();\n- if short_ids_set.is_empty() {\n+ if !short_ids_set.is_empty() {\nlet chain_state = self.shared().lock_chain_state();\nfor entry in chain_state.tx_pool().proposed_txs_iter() {\nlet short_i... | Rust | MIT License | nervosnetwork/ckb | fix(relayer): should check tx from tx_pool when the short_id set is not empty | 1 | fix | relayer |
531,793 | 14.07.2019 19:32:57 | -3,600 | 610e08356ed5da278ecfa705f7d4bcdca865f196 | chore(ui): disable tooltips on the overview modal
These get triggered too often, blocking view of other labels | [
{
"change_type": "MODIFY",
"diff": "exports[`<LabelWithPercent /> matches snapshot with isActive=true 1`] = `\n\"\n-<div class\n- style=\\\\\"display: inline-block; max-width: 100%;\\\\\"\n- data-tooltipped\n- aria-describedby=\\\\\"tippy-tooltip-3\\\\\"\n- data-original-title=\\\\\"Click to only show alert... | TypeScript | Apache License 2.0 | prymitive/karma | chore(ui): disable tooltips on the overview modal
These get triggered too often, blocking view of other labels | 1 | chore | ui |
217,922 | 14.07.2019 19:56:01 | -7,200 | 8f07cc9c9f336b340ecc349fba6d9b1bff517201 | fix(ux): various UX fixes for an easier first-time use | [
{
"change_type": "MODIFY",
"diff": "-<p>\n- {{'PROFILE.VERIFICATION.Guide' | translate: { userId: verificationCode } }}\n+<p [innerHTML]=\"'PROFILE.VERIFICATION.Guide' | translate: { userId: verificationCode }\">\n</p>\n<nz-alert *ngIf=\"verificationResult$ | async as result\" [nzType]=\"result.verified?'su... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(ux): various UX fixes for an easier first-time use | 1 | fix | ux |
306,423 | 14.07.2019 20:21:24 | -7,200 | adc3613728460576279293cd85c3b8427682c073 | chore(validate): add tests for state css classes | [
{
"change_type": "MODIFY",
"diff": "@@ -143,6 +143,58 @@ describe('ValidateMixin', () => {\nexpect(otherValidatorSpy.calledWith('foo')).to.equal(true);\n});\n+ // classes are added only for backward compatibility - they are deprecated\n+ it('sets a class \"state-(error|warning|info|success|invalid)\"', asyn... | JavaScript | MIT License | ing-bank/lion | chore(validate): add tests for state css classes | 1 | chore | validate |
217,922 | 14.07.2019 20:59:25 | -7,200 | f79902141d1626b45838d2e596c87b396ebedcab | feat(db): added collectability informations in item pages | [
{
"change_type": "MODIFY",
"diff": "}\n.img-icon {\n- width: 32px;\n+ max-width: 32px;\nheight: 32px;\n}\n",
"new_path": "apps/client/src/app/pages/db/common-db.less",
"old_path": "apps/client/src/app/pages/db/common-db.less"
},
{
"change_type": "MODIFY",
"diff": "</div>\n</div>\n</div>\... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(db): added collectability informations in item pages | 1 | feat | db |
151,430 | 14.07.2019 21:02:54 | 25,200 | 505191e0d2d4030769c3889a2334b7baebaa9e69 | docs: update mobile layout | [
{
"change_type": "MODIFY",
"diff": "\"scripts\": {\n\"start\": \"gatsby develop\",\n\"develop\": \"gatsby develop\",\n- \"build\": \"gatsby build\"\n+ \"build\": \"gatsby build\",\n+ \"deploy\": \"netlify deploy -p --dir public\"\n},\n\"dependencies\": {\n\"gatsby\": \"^2.13.20\",\n",
"new_path": "site/... | JavaScript | MIT License | davidwells/analytics | docs: update mobile layout | 1 | docs | null |
151,430 | 14.07.2019 21:10:38 | 25,200 | a81dfa70c77aadf057b44bea48673f3753daa589 | docs: hide line numbers for mobile | [
{
"change_type": "MODIFY",
"diff": "@@ -18,7 +18,10 @@ const Header = styled.div({\ndisplay: 'flex',\nalignItems: 'center',\npadding: 10,\n- borderBottom: `1px solid ${colors.divider}`\n+ borderBottom: `1px solid ${colors.divider}`,\n+ [breakpoints.sm]: {\n+ padding: 5\n+ }\n})\nconst Filename = styled.code... | JavaScript | MIT License | davidwells/analytics | docs: hide line numbers for mobile | 1 | docs | null |
151,430 | 14.07.2019 21:19:46 | 25,200 | 8d228d0b80c8411373e3e7a5ff761d198dcb84ee | docs: main nav links easier to click | [
{
"change_type": "MODIFY",
"diff": "-import Category from './category';\n-import PropTypes from 'prop-types';\n-import React, {Component, Fragment} from 'react';\n-import store from 'store';\n-import styled from '@emotion/styled';\n-import {Link, withPrefix} from 'gatsby';\n-import {MdUnfoldLess, MdUnfoldMo... | JavaScript | MIT License | davidwells/analytics | docs: main nav links easier to click | 1 | docs | null |
306,423 | 14.07.2019 21:28:10 | -7,200 | b9012fe2badfd8e6cb93dfe8e1e56ba2002cd9d7 | fix(validate): remove deprecated CssClassMixin | [
{
"change_type": "MODIFY",
"diff": "import { dedupeMixin, SlotMixin } from '@lion/core';\nimport { ObserverMixin } from '@lion/core/src/ObserverMixin.js';\n-import { CssClassMixin } from '@lion/core/src/CssClassMixin.js';\nimport { localize, LocalizeMixin } from '@lion/localize';\nimport { Unparseable } fro... | JavaScript | MIT License | ing-bank/lion | fix(validate): remove deprecated CssClassMixin | 1 | fix | validate |
306,423 | 14.07.2019 21:40:52 | -7,200 | f4fb438363020ba23c6c9a84280c128acb39e24f | fix(validate): add attributes for validation states | [
{
"change_type": "MODIFY",
"diff": "@@ -119,9 +119,13 @@ export const ValidateMixin = dedupeMixin(\n},\nerrorState: {\ntype: Boolean,\n+ attribute: 'error-state',\n+ reflect: true,\n},\nerrorShow: {\ntype: Boolean,\n+ attribute: 'error-show',\n+ reflect: true,\n},\nwarningValidators: {\ntype: Object,\n@@ -1... | JavaScript | MIT License | ing-bank/lion | fix(validate): add attributes for validation states | 1 | fix | validate |
306,423 | 14.07.2019 21:47:38 | -7,200 | 901fc8c50352fba409f104bf9c000e07e1f19c14 | fix(field): remove unused EventMixin from FormatMixin | [
{
"change_type": "MODIFY",
"diff": "/* eslint-disable class-methods-use-this */\nimport { dedupeMixin } from '@lion/core';\n-import { EventMixin } from '@lion/core/src/EventMixin.js';\nimport { ObserverMixin } from '@lion/core/src/ObserverMixin.js';\nimport { Unparseable } from '@lion/validate';\n@@ -21,7 +... | JavaScript | MIT License | ing-bank/lion | fix(field): remove unused EventMixin from FormatMixin | 1 | fix | field |
531,793 | 14.07.2019 21:49:51 | -3,600 | 6152067ce1684002542bf32dbe75c82cd163d6bb | fix(ui): don't crash when removing last Alertmanager instance
Removing last value sets the value that's expected to be a list to null, which breaks some logic, ensure we always have a list there.
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -36,7 +36,7 @@ const AlertManagerInput = observer(\nonChange = action((newValue, actionMeta) => {\nconst { silenceFormStore } = this.props;\n- silenceFormStore.data.alertmanagers = newValue;\n+ silenceFormStore.data.alertmanagers = newValue || [];\n});\ncomponentDidUpd... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): don't crash when removing last Alertmanager instance
Removing last value sets the value that's expected to be a list to null, which breaks some logic, ensure we always have a list there.
Fixes #826 | 1 | fix | ui |
531,793 | 14.07.2019 22:15:41 | -3,600 | b78c47cb9391bef854c24b9cb84ddbf8a6190c7d | fix(ui): don't crash when removing last matcher value
Removing last value sets the value that's expected to be a list to null, which breaks some logic, ensure we always have a list there
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -57,12 +57,15 @@ const LabelValueInput = observer(\nonChange = action((newValue, actionMeta) => {\nconst { matcher } = this.props;\n- matcher.values = newValue;\n+ // we might get null if there's nothing selected\n+ const value = newValue || [];\n+\n+ matcher.values = ... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): don't crash when removing last matcher value
Removing last value sets the value that's expected to be a list to null, which breaks some logic, ensure we always have a list there
Fixes #827 | 1 | fix | ui |
722,013 | 14.07.2019 22:49:33 | 18,000 | 9318b29489234277e98a900893748ef2f1db8280 | docs: make jsxInExamples beta feature | [
{
"change_type": "MODIFY",
"diff": "@@ -183,7 +183,7 @@ function initDatepicker() {\n}\n```\n-## `jsxInExamples`\n+## `jsxInExamples` [BETA]\nType: `Boolean`, default: `false`\n",
"new_path": "docs/Configuration.md",
"old_path": "docs/Configuration.md"
},
{
"change_type": "MODIFY",
"diff... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | docs: make jsxInExamples beta feature | 1 | docs | null |
531,793 | 14.07.2019 23:04:27 | -3,600 | 8439a56cc9a477883158fb6e8cd61b7f2474bdb5 | chore(ui): update snapshots after package-lock upgrades | [
{
"change_type": "MODIFY",
"diff": "@@ -26,10 +26,10 @@ exports[`<AlertGroupCollapseConfiguration /> matches snapshot with default value\ntabindex=\\\\\"0\\\\\"\ntype=\\\\\"text\\\\\"\naria-autocomplete=\\\\\"list\\\\\"\n- style=\\\\\"box-sizing: content-box; width: 2px; border: 0px; font-size: inherit; opa... | TypeScript | Apache License 2.0 | prymitive/karma | chore(ui): update snapshots after package-lock upgrades | 1 | chore | ui |
217,922 | 14.07.2019 23:55:51 | -7,200 | 79c2efbdbe79ba1d38e01b6a770ed1baea222281 | feat(search): revamped search to support partial name search | [
{
"change_type": "MODIFY",
"diff": "@@ -16,6 +16,7 @@ import { NpcData } from '../../model/garland-tools/npc-data';\nimport { LeveData } from '../../model/garland-tools/leve-data';\nimport { MobData } from '../../model/garland-tools/mob-data';\nimport { FateData } from '../../model/garland-tools/fate-data';... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(search): revamped search to support partial name search | 1 | feat | search |
902,122 | 15.07.2019 07:08:52 | 0 | f46cd420cc65e18ab88b0e0a24d26fd6be07cbd8 | chore(release): v5.8.7 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [5.8.7](https://github.com/kikobeats/browserless/compare/v5.8.6...v5.8.7) (2019-07-15)\n+\n+**Note:** Version bump... | JavaScript | MIT License | microlinkhq/browserless | chore(release): v5.8.7 | 1 | chore | release |
67,507 | 15.07.2019 08:04:53 | -7,200 | eff41790e60d1dfe9868c256a63233b0adccc071 | chore: sync package.json files | [
{
"change_type": "MODIFY",
"diff": "\"@aurelia/router\": \"file:../../../../../router\",\n\"@aurelia/runtime\": \"file:../../../../../runtime\",\n\"@aurelia/runtime-html\": \"file:../../../../../runtime-html\",\n- \"bootstrap\": \"^3.3.6 || ^4.0.0\",\n+ \"bootstrap\": \"^3.3.6\",\n\"font-awesome\": \"^4.6.3... | TypeScript | MIT License | aurelia/aurelia | chore: sync package.json files | 1 | chore | null |
902,122 | 15.07.2019 09:02:08 | -7,200 | d178f78b57dbf43d7416e7a106cdf4697ac2c284 | build: only use compatible rules | [
{
"change_type": "MODIFY",
"diff": "\"dependencies\": {\n\"@browserless/devices\": \"^5.5.5\",\n\"@cliqz/adblocker\": \"~0.11.0\",\n- \"binary-split\": \"~1.0.5\",\n\"debug\": \"~4.1.1\",\n\"debug-logfmt\": \"~1.0.2\",\n\"got\": \"~9.6.0\",\n",
"new_path": "packages/goto/package.json",
"old_path": "... | JavaScript | MIT License | microlinkhq/browserless | build: only use compatible rules (#52) | 1 | build | null |
504,026 | 15.07.2019 10:13:14 | 14,400 | 40197a2708fbdfe2d4342d11939c21d613696e42 | chore(charts): tweak aria title for area chart
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -79,7 +79,7 @@ import { Chart, ChartArea, ChartAxis, ChartGroup, ChartThemeColor } from '@patte\n<div className=\"area-chart-legend-bottom\">\n<Chart\nariaDesc=\"Average number of pets\"\n- ariaTitle=\"Donut chart example\"\n+ ariaTitle=\"Area chart example\"\ncontaine... | TypeScript | MIT License | patternfly/patternfly-react | chore(charts): tweak aria title for area chart (#2510)
Fixes https://github.com/patternfly/patternfly-react/issues/2509 | 1 | chore | charts |
815,598 | 15.07.2019 10:33:55 | -28,800 | 16cd53c00296acea067d431fda630c5dd7aa063a | test(ckb-test): less verbose log output | [
{
"change_type": "MODIFY",
"diff": "@@ -16,7 +16,7 @@ spec = { file = \"specs/dev.toml\" } # {{\n[logger]\nfilter = \"info\" # {{\n-# integration => filter = \"info,ckb-network=trace,ckb-rpc=debug,ckb-sync=debug,ckb-relay=debug,ckb-tx-pool=debug,ckb-chain=debug\"\n+# integration => filter = \"info,ckb-rpc=d... | Rust | MIT License | nervosnetwork/ckb | test(ckb-test): less verbose log output | 1 | test | ckb-test |
730,429 | 15.07.2019 10:37:09 | 14,400 | 7ab58349f2efba716be836394b715198134859e2 | docs(widget-recents): add NPM guide to README | [
{
"change_type": "MODIFY",
"diff": "- [Install](#install)\n- [CDN](#cdn)\n- [Build from Source](#build-from-source)\n+ - [NPM *beta*](#npm)\n- [Usage](#usage)\n- [Quick Start](#quick-start)\n- [HTML](#html)\n@@ -75,6 +76,42 @@ For the latest builds that are pulled from the head of the master branch:\nnpm ru... | JavaScript | MIT License | webex/react-widgets | docs(widget-recents): add NPM guide to README | 1 | docs | widget-recents |
730,429 | 15.07.2019 10:37:36 | 14,400 | e58144a4f3f2337c120c5bbf0968e69c161d366b | docs(widget-space): add NPM guide to README | [
{
"change_type": "MODIFY",
"diff": "@@ -85,7 +85,7 @@ To use the space widget within an existing React appliction, a developer can ins\n1. Install the module via NPM\n```bash\n- npm install --save @ciscospark/widget-space\n+ npm install --save @ciscospark/widget-recents\n```\n2. Add the following import sta... | JavaScript | MIT License | webex/react-widgets | docs(widget-space): add NPM guide to README | 1 | docs | widget-space |
865,921 | 15.07.2019 11:31:14 | -7,200 | dfe5cf815f2c48d4213de8c01ee7de0ba0fedfce | chore(project): bump dev dependencies | [
{
"change_type": "MODIFY",
"diff": "\"integrity\": \"sha512-mUDCnVNsAi+eD6qA0HkRkwYczbLHJ49z17BGe2PYRhZL4wpZUFZGJHU7/5tmvohoma+Hdn0Vh/oJTiPEmgSruA==\"\n},\n\"mixin-deep\": {\n- \"version\": \"1.3.1\",\n- \"resolved\": \"https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.1.tgz\",\n- \"integrity\": \"sha5... | JavaScript | MIT License | camunda/camunda-modeler | chore(project): bump dev dependencies | 1 | chore | project |
306,484 | 15.07.2019 11:36:15 | -7,200 | fe4848410f6b08793d51409f0d60b5a69794844d | fix(datepicker): dynamic translations fallback path | [
{
"change_type": "MODIFY",
"diff": "@@ -107,7 +107,7 @@ export class LionCalendarOverlayFrame extends LocalizeMixin(DomHelpersMixin(LitE\ncase 'uk':\nreturn import('@lion/overlays/translations/uk.js');\ndefault:\n- return import(`../translations/${locale}.js`);\n+ return import(`@lion/overlays/translations/... | JavaScript | MIT License | ing-bank/lion | fix(datepicker): dynamic translations fallback path | 1 | fix | datepicker |
815,573 | 15.07.2019 11:37:52 | -28,800 | f919dd91d65c873497f86a0c163169f3bf1b4262 | feat: Use tokio_threadpool::blocking to handle heavy future task | [
{
"change_type": "MODIFY",
"diff": "@@ -698,6 +698,7 @@ dependencies = [\n\"tentacle-identify 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"tentacle-ping 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"tokio 0.1.18 (registry+https://github.com/rust-lang/crates.io-in... | Rust | MIT License | nervosnetwork/ckb | feat: Use tokio_threadpool::blocking to handle heavy future task | 1 | feat | null |
942,586 | 15.07.2019 11:56:31 | 25,200 | 52bd7faff6d1d358ea06a9cbf2cc0ead050a845f | fix: update loash version to fix vulnerability | [
{
"change_type": "MODIFY",
"diff": "\"dependencies\": {\n\"@workday/canvas-kit-react-core\": \"^3.0.0-alpha.2\",\n\"emotion\": \"^9.2.12\",\n- \"lodash\": \"^4.17.11\",\n+ \"lodash\": \"^4.17.14\",\n\"popper.js\": \"^1.15.0\",\n\"react-emotion\": \"^9.2.12\"\n}\n",
"new_path": "modules/common/react/pack... | TypeScript | Apache License 2.0 | workday/canvas-kit | fix: update loash version to fix vulnerability | 1 | fix | null |
679,913 | 15.07.2019 12:42:51 | -3,600 | 9131310a1cfb4c31d85b20a4c32824d5e31b48ad | feat(webgl): update Texture.configure, store target, format, type, size | [
{
"change_type": "MODIFY",
"diff": "@@ -21,24 +21,30 @@ export const bindTextures = (textures: ITexture[]) => {\nexport class Texture implements ITexture {\ngl: WebGLRenderingContext;\ntex: WebGLTexture;\n- target: GLenum;\n+ target!: TextureTarget;\n+ format!: TextureFormat;\n+ type!: TextureType;\n+ size!... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(webgl): update Texture.configure, store target, format, type, size | 1 | feat | webgl |
815,745 | 15.07.2019 13:06:27 | -10,800 | 1d7df929b81c2fccb8a711787af499e24e5d8d1a | fix: use item as default track by
fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -488,7 +488,7 @@ export class NgSelectComponent implements OnDestroy, OnChanges, AfterViewInit, C\nreturn this.trackByFn(item.value);\n}\n- return item.htmlId;\n+ return item;\n};\nget showAddTag() {\n",
"new_path": "src/ng-select/lib/ng-select.component.ts",
"... | TypeScript | MIT License | ng-select/ng-select | fix: use item as default track by
fixes #1269 | 1 | fix | null |
127,939 | 15.07.2019 13:08:32 | -10,800 | 3da098e7f9c8958f888272464baf96f66b8b5092 | fix(header): added header for notification and transaction list | [
{
"change_type": "MODIFY",
"diff": "@@ -76,6 +76,7 @@ export const WalletMobileButton = styled(Link)([\ntextAlign: 'center',\nheight: rem(50),\ntextDecoration: 'none',\n+ paddingTop: spacing(),\n[mq(breakpoints.medium)]: {\ndisplay: 'none',\n},\n",
"new_path": "portals/user-portal-components/src/cashier... | TypeScript | MIT License | coingaming/moon-design | fix(header): added header for notification and transaction list | 1 | fix | header |
815,745 | 15.07.2019 13:14:17 | -10,800 | ab42602468caa224e9c7258c438e82f87dca46c7 | chore: revert ts version | [
{
"change_type": "MODIFY",
"diff": "\"ts-node\": \"~8.3.0\",\n\"tsickle\": \"^0.35.0\",\n\"tslint\": \"~5.18.0\",\n- \"typescript\": \"~3.5.3\"\n+ \"typescript\": \"~3.4.3\"\n}\n}\n",
"new_path": "package.json",
"old_path": "package.json"
},
{
"change_type": "MODIFY",
"diff": "#!/bin/bas... | TypeScript | MIT License | ng-select/ng-select | chore: revert ts version | 1 | chore | null |
679,913 | 15.07.2019 13:27:51 | -3,600 | 759ace795c818e39596d1944e94e9330121fe5d2 | feat(shader-ast-stdlib): add guassian blur fns | [
{
"change_type": "MODIFY",
"diff": "@@ -59,6 +59,7 @@ export * from \"./sdf/torus\";\nexport * from \"./sdf/tri\";\nexport * from \"./sdf/union\";\n+export * from \"./tex/blur\";\nexport * from \"./tex/index-coord\";\nexport * from \"./tex/index-uv\";\nexport * from \"./tex/read-index\";\n",
"new_path":... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(shader-ast-stdlib): add guassian blur fns | 1 | feat | shader-ast-stdlib |
791,704 | 15.07.2019 13:34:24 | 25,200 | e6b3b8ce7270715664d4c8c8d02706b298debbec | core(font-size): comment why source = Other happens | [
{
"change_type": "MODIFY",
"diff": "@@ -176,6 +176,8 @@ function findStyleRuleSource(baseURL, styleDeclaration, node) {\n}\n}\n+ // The responsible style declaration was not captured in the font-size gatherer due to\n+ // the rate limiting we do in `fetchFailingNodeSourceRules`.\nreturn {\nselector: '',\nso... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(font-size): comment why source = Other happens (#9363) | 1 | core | font-size |
217,922 | 15.07.2019 13:40:02 | -7,200 | e5111552e84da5b0125bf5e0650b0662e1a788cd | fix(ariyala): fixed an issue with rings count being wrong | [
{
"change_type": "MODIFY",
"diff": "@@ -79,9 +79,6 @@ export class AriyalaLinkParser implements ExternalListLinkParser {\nconst isTool = slot.startsWith('mainhand') || slot.startsWith('offhand');\nlet quantity = 1;\n- if (slot.indexOf('ring') > -1) {\n- quantity = 2;\n- }\nif (slot === 'food') {\nquantity =... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(ariyala): fixed an issue with rings count being wrong | 1 | fix | ariyala |
306,423 | 15.07.2019 13:43:46 | -7,200 | 2511bf6f8da11d531c4751c8387c97a43512c0ea | fix(field): the FormatMixin should work without an inputElement | [
{
"change_type": "MODIFY",
"diff": "@@ -230,7 +230,7 @@ export const FormatMixin = dedupeMixin(\n// imperatively, we DO want to format a value (it is the only way to get meaningful\n// input into `.inputElement` with modelValue as input)\n- if (this.__isHandlingUserInput && this.errorState) {\n+ if (this.__... | JavaScript | MIT License | ing-bank/lion | fix(field): the FormatMixin should work without an inputElement | 1 | fix | field |
306,484 | 15.07.2019 14:32:48 | -7,200 | e7ea9cb6f409fc7d9731768366ddce9a585ee19e | fix(localize): support fallback locale | [
{
"change_type": "MODIFY",
"diff": "@@ -16,6 +16,7 @@ export class LocalizeManager extends LionSingleton {\n}\nthis._autoLoadOnLocaleChange = !!params.autoLoadOnLocaleChange;\n+ this._fallbackLocale = params.fallbackLocale;\nthis.__storage = {};\nthis.__namespacePatternsMap = new Map();\nthis.__namespaceLoa... | JavaScript | MIT License | ing-bank/lion | fix(localize): support fallback locale | 1 | fix | localize |
67,474 | 15.07.2019 14:33:26 | -36,000 | fd7134dcefe82dae2b0d630ebcd0022339af8633 | feat(plugin-conventions): preprocess html template | [
{
"change_type": "MODIFY",
"diff": "\"@babel/parser\": {\n\"version\": \"7.5.0\",\n\"resolved\": \"https://registry.npmjs.org/@babel/parser/-/parser-7.5.0.tgz\",\n- \"integrity\": \"sha512-I5nW8AhGpOXGCCNYGc+p7ExQIBxRFnS2fd/d862bNOKvmoEPjYPcfIjsfdy0ujagYOIYPczKgD9l3FsgTkAzKA==\"\n+ \"integrity\": \"sha512-I... | TypeScript | MIT License | aurelia/aurelia | feat(plugin-conventions): preprocess html template | 1 | feat | plugin-conventions |
306,484 | 15.07.2019 14:34:03 | -7,200 | 270de8a296b9a6bb2dc5a6123b29497acc1df312 | fix(localize): set default fallback locale "en-GB" (fix | [
{
"change_type": "MODIFY",
"diff": "@@ -3,6 +3,7 @@ import { LocalizeManager } from './LocalizeManager.js';\n// eslint-disable-next-line import/no-mutable-exports\nexport let localize = LocalizeManager.getInstance({\nautoLoadOnLocaleChange: true,\n+ fallbackLocale: 'en-GB',\n});\nexport function setLocalize... | JavaScript | MIT License | ing-bank/lion | fix(localize): set default fallback locale "en-GB" (fix #152) | 1 | fix | localize |
815,577 | 15.07.2019 14:50:05 | -28,800 | 4d37993bba38e38f11f8d25eb9af66b981f85aa7 | feat: enable ibd with reserved peer, and always keep the reserved peer conneted | [
{
"change_type": "MODIFY",
"diff": "@@ -58,6 +58,9 @@ impl OutboundPeerService {\nattempt_peers,\nis_feeler\n);\n+ // keep reserved peer on connected\n+ self.try_dial_reserved();\n+\nfor paddr in attempt_peers {\nlet PeerAddr { peer_id, addr, .. } = paddr;\nif is_feeler {\n",
"new_path": "network/src/se... | Rust | MIT License | nervosnetwork/ckb | feat: enable ibd with reserved peer, and always keep the reserved peer conneted | 1 | feat | null |
306,421 | 15.07.2019 14:59:09 | -7,200 | a5bc33072fe3561d0204c615977f89adeef6b25e | chore(field): docs/annotations FormatMixin | [
{
"change_type": "MODIFY",
"diff": "@@ -4,29 +4,32 @@ It is designed to work in conjunction with `LionField`.\n## Concepts of different values\n-### modelValue\n-The model value is the result of the parser function.\n-It should be considered as the internal value used for validation and reasoning/logic.\n+#... | JavaScript | MIT License | ing-bank/lion | chore(field): docs/annotations FormatMixin | 1 | chore | field |
306,421 | 15.07.2019 15:00:02 | -7,200 | d7f7ffa2214c0b503c8584b986111b3956d5ad71 | chore(field): small cleanup LionField | [
{
"change_type": "MODIFY",
"diff": "-import { DelegateMixin, SlotMixin } from '@lion/core';\n-import { LionLitElement } from '@lion/core/src/LionLitElement.js';\n+import { DelegateMixin, SlotMixin, LitElement } from '@lion/core';\nimport { ElementMixin } from '@lion/core/src/ElementMixin.js';\nimport { CssC... | JavaScript | MIT License | ing-bank/lion | chore(field): small cleanup LionField | 1 | chore | field |
815,577 | 15.07.2019 15:38:08 | -28,800 | 02cf0a582cf11c07312a55b3b0f256033f35bad7 | chore: rename reserved to whitelist
BREAKING CHANGE: config name change | [
{
"change_type": "MODIFY",
"diff": "@@ -15,7 +15,7 @@ use std::path::PathBuf;\n#[derive(Clone, Debug, Serialize, Deserialize, Default)]\npub struct NetworkConfig {\n- pub reserved_only: bool,\n+ pub whitelist_only: bool,\npub max_peers: u32,\npub max_outbound_peers: u32,\n#[serde(default)]\n@@ -31,7 +31,7 @... | Rust | MIT License | nervosnetwork/ckb | chore: rename reserved to whitelist
BREAKING CHANGE: config name change | 1 | chore | null |
838,025 | 15.07.2019 15:43:04 | -10,800 | 7f65b414c586cbbd65cdff5e1cba363bf435d515 | test: status methods | [
{
"change_type": "ADD",
"diff": "+package api\n+\n+import (\n+ \"testing\"\n+)\n+\n+func TestVK_StatusGet(t *testing.T) {\n+ if vkUser.AccessToken == \"\" {\n+ t.Skip(\"USER_TOKEN empty\")\n+ }\n+\n+ t.Run(\"StatusGet\", func(t *testing.T) {\n+ _, gotVkErr := vkUser.StatusGet(map[string]string{})\n+ if gotV... | Go | MIT License | severecloud/vksdk | test: status methods | 1 | test | null |
838,025 | 15.07.2019 15:49:06 | -10,800 | 9016335123f8072c9f0cf95063d7a3a6af5e328a | test: gifts method | [
{
"change_type": "ADD",
"diff": "+package api\n+\n+import (\n+ \"testing\"\n+)\n+\n+func TestVK_GiftsGet(t *testing.T) {\n+ if vkUser.AccessToken == \"\" {\n+ t.Skip(\"USER_TOKEN empty\")\n+ }\n+\n+ t.Run(\"GiftsGet\", func(t *testing.T) {\n+ _, gotVkErr := vkUser.GiftsGet(map[string]string{\n+ \"user_id\":... | Go | MIT License | severecloud/vksdk | test: gifts method | 1 | test | null |
838,025 | 15.07.2019 15:51:06 | -10,800 | 92a2be075e52cf05d513e57c70ad62547bb2af14 | test: search method | [
{
"change_type": "ADD",
"diff": "+package api\n+\n+import (\n+ \"testing\"\n+)\n+\n+func TestVK_SearchGetHints(t *testing.T) {\n+ if vkUser.AccessToken == \"\" {\n+ t.Skip(\"USER_TOKEN empty\")\n+ }\n+\n+ t.Run(\"SearchGetHints\", func(t *testing.T) {\n+ _, gotVkErr := vkUser.SearchGetHints(map[string]strin... | Go | MIT License | severecloud/vksdk | test: search method | 1 | test | null |
838,025 | 15.07.2019 15:54:25 | -10,800 | 2488f5f0131daf3273baeef7c1c4cdb0e8248101 | test: auth method | [
{
"change_type": "MODIFY",
"diff": "@@ -3,46 +3,23 @@ package api\nimport (\n\"os\"\n\"testing\"\n-\n- \"github.com/SevereCloud/vksdk/5.92/object\"\n)\nfunc TestVK_AuthCheckPhone(t *testing.T) {\nclientSecret := os.Getenv(\"CLIENT_SECRET\")\nclientID := os.Getenv(\"CLIENT_ID\")\n- if vkService.AccessToken =... | Go | MIT License | severecloud/vksdk | test: auth method | 1 | test | null |
838,025 | 15.07.2019 15:58:17 | -10,800 | 877b23eeca637601aa95d8eb34b9b70cd04db6b9 | test: notifcations methods | [
{
"change_type": "ADD",
"diff": "+package api\n+\n+import (\n+ \"testing\"\n+)\n+\n+func TestVK_NotificationsGet(t *testing.T) {\n+ if vkUser.AccessToken == \"\" {\n+ t.Skip(\"USER_TOKEN empty\")\n+ }\n+\n+ t.Run(\"NotificationsGet\", func(t *testing.T) {\n+ _, gotVkErr := vkUser.NotificationsGet(map[string... | Go | MIT License | severecloud/vksdk | test: notifcations methods | 1 | test | null |
838,025 | 15.07.2019 16:19:51 | -10,800 | a25d24d4576a945816156d7196f78dd16c4fbc28 | test: stats method | [
{
"change_type": "MODIFY",
"diff": "@@ -9,6 +9,8 @@ type StatsGetResponse []object.StatsPeriod\n// StatsGet returns statistics of a community or an application.\n//\n+// BUG(VK): https://vk.com/bug136096\n+//\n// https://vk.com/dev/stats.get\nfunc (vk *VK) StatsGet(params map[string]string) (response StatsG... | Go | MIT License | severecloud/vksdk | test: stats method | 1 | test | null |
838,025 | 15.07.2019 16:42:51 | -10,800 | 7a397550b321adcae98e4dadf8cf1c69de008905 | test: storage methods | [
{
"change_type": "ADD",
"diff": "+package api\n+\n+import (\n+ \"testing\"\n+)\n+\n+func TestVK_StorageSet(t *testing.T) {\n+ if vkUser.AccessToken == \"\" {\n+ t.Skip(\"USER_TOKEN empty\")\n+ }\n+\n+ t.Run(\"StorageSet\", func(t *testing.T) {\n+ _, gotVkErr := vkUser.StorageSet(map[string]string{\n+ \"key\... | Go | MIT License | severecloud/vksdk | test: storage methods | 1 | test | null |
838,025 | 15.07.2019 16:48:13 | -10,800 | 7849748fa75c8e74056d2252250549619ceca483 | test: likes methods | [
{
"change_type": "ADD",
"diff": "+package api\n+\n+import (\n+ \"testing\"\n+)\n+\n+func TestVK_LikesAdd(t *testing.T) {\n+ if vkUser.AccessToken == \"\" {\n+ t.Skip(\"USER_TOKEN empty\")\n+ }\n+\n+ t.Run(\"LikesAdd\", func(t *testing.T) {\n+ _, gotVkErr := vkUser.LikesAdd(map[string]string{\n+ \"type\": \"... | Go | MIT License | severecloud/vksdk | test: likes methods | 1 | test | null |
791,704 | 15.07.2019 16:49:06 | 25,200 | 31f7142257e844fa0f6cb1e5fa43dc551b94731d | audits(font-size): calculate accurate line/column for styles | [
{
"change_type": "ADD",
"diff": "+/** some filler */\n+\n+.small-4 {\n+ font-size: 6px;\n+}\n+\n+/*# sourceURL=seo-tester-styles-magic.css */\n",
"new_path": "lighthouse-cli/test/fixtures/seo/seo-tester-styles.css",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "font-size: 11px;... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | audits(font-size): calculate accurate line/column for styles (#9356) | 1 | audits | font-size |
679,913 | 15.07.2019 17:26:06 | -3,600 | c8898a01d1ac9fd49d34d1d7bf22528c2bc4dbc1 | feat(webgl): add blending & stencil enums/types | [
{
"change_type": "ADD",
"diff": "+import { Tuple } from \"@thi.ng/api\";\n+\n+export const enum Blend {\n+ ZERO = 0,\n+ ONE = 1,\n+ SRC_COLOR = 768,\n+ ONE_MINUS_SRC_COLOR = 769,\n+ DST_COLOR = 774,\n+ ONE_MINUS_DST_COLOR = 775,\n+ SRC_ALPHA = 770,\n+ ONE_MINUS_SRC_ALPHA = 771,\n+ DST_ALPHA = 772,\n+ ONE_MI... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(webgl): add blending & stencil enums/types | 1 | feat | webgl |
838,025 | 15.07.2019 17:48:36 | -10,800 | 8e2e2287992bc1a11d52bf03c50bab50c79f8218 | fix: usersOccupation it's number | [
{
"change_type": "MODIFY",
"diff": "@@ -16,12 +16,31 @@ func (vk *VK) UsersGet(params map[string]string) (response UsersGetResponse, vkE\n}\n// UsersGetFollowersResponse struct\n-type UsersGetFollowersResponse []object.UsersUser\n+type UsersGetFollowersResponse []int\n// UsersGetFollowers returns a list of ... | Go | MIT License | severecloud/vksdk | fix: usersOccupation it's number
https://vk.com/bug136108 | 1 | fix | null |
838,025 | 15.07.2019 18:15:34 | -10,800 | bfee31e6fe1224a5984d619c551e2070b6a3c0fb | fix: UsersGetFollowers bad Response | [
{
"change_type": "MODIFY",
"diff": "@@ -85,8 +85,7 @@ func (vk *VK) Request(method string, params map[string]string) ([]byte, Error) {\nresp, err := vk.Client.Post(u, \"application/x-www-form-urlencoded\", rawBody)\nif err != nil {\n- handler.Error.Code = -1\n- handler.Error.Message = err.Error()\n+ handler... | Go | MIT License | severecloud/vksdk | fix: UsersGetFollowers bad Response | 1 | fix | null |
815,569 | 15.07.2019 18:15:35 | -28,800 | b26c58587e741c272f4041bf8f6aa634d8176de8 | feature: add BlockTransactions verifier | [
{
"change_type": "MODIFY",
"diff": "+use crate::relayer::block_transactions_verifier::BlockTransactionsVerifier;\nuse crate::relayer::Relayer;\nuse ckb_core::transaction::Transaction;\nuse ckb_network::{CKBProtocolContext, PeerIndex};\n@@ -16,6 +17,18 @@ pub struct BlockTransactionsProcess<'a, CS> {\npeer: ... | Rust | MIT License | nervosnetwork/ckb | feature: add BlockTransactions verifier | 1 | feature | null |
679,913 | 15.07.2019 18:19:28 | -3,600 | 58e0b042468285cda4dfc6ef866bd825a536a13e | feat(webgl): add initial coll of blend mode presets | [
{
"change_type": "MODIFY",
"diff": "-import { Tuple } from \"@thi.ng/api\";\n+import { IObjectOf, Tuple } from \"@thi.ng/api\";\nexport const enum Blend {\nZERO = 0,\n@@ -28,7 +28,10 @@ export const enum BlendEquation {\nexport type BlendFunc = Tuple<Blend, 2>;\n-export const DEFAULT_BLEND: BlendFunc = [\n-... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(webgl): add initial coll of blend mode presets | 1 | feat | webgl |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.