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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
713,841 | 29.07.2019 13:59:52 | -7,200 | fbc5084a5dd7c4f4f47bed09cfa392db587c1b48 | chore: complete development sections in CONTRIBUTING | [
{
"change_type": "MODIFY",
"diff": "@@ -129,18 +129,158 @@ information on [branch rebasing](https://git-scm.com/book/en/v2/Git-Branching-Re\n## Development\n+This project is managed by [Lerna](https://lerna.js.org/) and [Yarn Workspaces](https://yarnpkg.com/lang/en/docs/workspaces/). These concepts are a li... | TypeScript | MIT License | verdaccio/monorepo | chore: complete development sections in CONTRIBUTING | 1 | chore | null |
791,690 | 29.07.2019 14:18:41 | 18,000 | 8a07c7b428624c39ec11a7cf548a838c4627cfc1 | deps: update jsonlint-mod to 1.7.5 | [
{
"change_type": "MODIFY",
"diff": "\"jpeg-js\": \"0.1.2\",\n\"js-library-detector\": \"^5.4.0\",\n\"jsonld\": \"^1.5.0\",\n- \"jsonlint-mod\": \"^1.7.4\",\n+ \"jsonlint-mod\": \"^1.7.5\",\n\"lighthouse-logger\": \"^1.2.0\",\n\"lodash.isequal\": \"^4.5.0\",\n\"lodash.set\": \"^4.3.2\",\n",
"new_path": "... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | deps: update jsonlint-mod to 1.7.5 (#9465) | 1 | deps | null |
679,913 | 29.07.2019 14:22:53 | -3,600 | c42b795bc31eac55d73a4b5130a21d9e61835248 | feat(porter-duff): add darken/dissolve/opacity, optimize int ops, update readme | [
{
"change_type": "ADD",
"diff": "Binary files /dev/null and b/assets/porter-duff-custom.png differ\n",
"new_path": "assets/porter-duff-custom.png",
"old_path": "assets/porter-duff-custom.png"
},
{
"change_type": "MODIFY",
"diff": "@@ -16,6 +16,9 @@ This project is part of the\n- [Usage e... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(porter-duff): add darken/dissolve/opacity, optimize int ops, update readme | 1 | feat | porter-duff |
71,481 | 29.07.2019 14:30:18 | 25,200 | e15d391898c986230b5bbe4dd172d3354dd78f29 | feat(core): improved API for tags
Improved tagging API. | [
{
"change_type": "ADD",
"diff": "+# Tagging API Change\n+\n+CDK support tagging and can cascade tags to all its taggable children (see [here](https://docs.aws.amazon.com/cdk/latest/guide/tagging.html)). The current CDK tagging API is shown below:\n+\n+``` ts\n+myConstruct.node.applyAspect(new Tag('key', 'va... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(core): improved API for tags (#3465)
Improved tagging API. | 1 | feat | core |
71,663 | 29.07.2019 14:46:35 | 25,200 | 8a100e5286e2dd7575248f9c7cc1415d1f2890f3 | feat(codepipeline): make Pipeline importable by ARN
Add the capability to import an externally-defined CodePipeline using Pipeline.fromPipelineArn().
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -103,8 +103,8 @@ export interface PipelineProps {\n}\nabstract class PipelineBase extends Resource implements IPipeline {\n- public abstract pipelineName: string;\n- public abstract pipelineArn: string;\n+ public abstract readonly pipelineName: string;\n+ public abstra... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(codepipeline): make Pipeline importable by ARN (#3469)
Add the capability to import an externally-defined CodePipeline using Pipeline.fromPipelineArn().
Fixes #3467 | 1 | feat | codepipeline |
743,867 | 29.07.2019 15:04:36 | 25,200 | 28c74b9e584d30cf6a6c6c31dad967fd81fc5077 | fix: prefer user supplied script name in usage | [
{
"change_type": "MODIFY",
"diff": "@@ -151,7 +151,7 @@ module.exports = function usage (yargs, y18n) {\nnormalizeAliases()\n// handle old demanded API\n- const base$0 = path.basename(yargs.$0)\n+ const base$0 = yargs.customScriptName ? yargs.$0 : path.basename(yargs.$0)\nconst demandedOptions = yargs.getDe... | JavaScript | MIT License | yargs/yargs | fix: prefer user supplied script name in usage (#1383) | 1 | fix | null |
815,590 | 29.07.2019 15:19:28 | -28,800 | 6d4d1b5d36c19297191c3aee6d2480c9892b6d86 | refactor: review fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -158,7 +158,9 @@ fn new_chain(\nlet always_success = include_bytes!(\"../../script/testdata/always_success\");\nlet data = Bytes::from(always_success.to_vec());\nlet mut cell_output = CellOutputBuilder::from_data(&data).build();\n- cell_output.capacity = cell_output.oc... | Rust | MIT License | nervosnetwork/ckb | refactor: review fixes | 1 | refactor | null |
67,495 | 29.07.2019 15:26:32 | 18,000 | 3e7dba713d68ee5575d5dd04b2b17a2abcd7bcc3 | feat(observer): Add the ability to bind an object to class | [
{
"change_type": "MODIFY",
"diff": "@@ -269,7 +269,7 @@ describe('ClassAccessor', function () {\n'<div class=\"foo bar baz\"></div>'\n];\nconst classListArr = ['', 'foo', 'foo bar', 'bar baz', 'qux', 'bar qux', 'qux quux'];\n- const secondClassListArr = ['', 'fooo'];\n+ const secondClassListArr = ['', 'fooo... | TypeScript | MIT License | aurelia/aurelia | feat(observer): Add the ability to bind an object to class | 1 | feat | observer |
306,391 | 29.07.2019 15:27:10 | -7,200 | 2f2a42a47cde0a4504eab9d350c72c88d39d27a0 | fix(textarea): wait for textarea slot before init autoresize (fix | [
{
"change_type": "MODIFY",
"diff": "@@ -62,8 +62,7 @@ export class LionTextarea extends ObserverMixin(LionInput) {\nconnectedCallback() {\n// eslint-disable-next-line wc/guard-super-call\nsuper.connectedCallback();\n- this.setTextareaMaxHeight();\n- autosize(this.inputElement);\n+ this.__initializeAutoresiz... | JavaScript | MIT License | ing-bank/lion | fix(textarea): wait for textarea slot before init autoresize (fix #203) | 1 | fix | textarea |
743,867 | 29.07.2019 15:55:13 | 25,200 | 07a5554c480ff3aa43cdc37b1d4ecbaf2687c779 | feat: adds support for multiple epilog messages | [
{
"change_type": "MODIFY",
"diff": "@@ -122,9 +122,9 @@ module.exports = function usage (yargs, y18n) {\n}\nself.getDescriptions = () => descriptions\n- let epilog\n+ let epilogs = []\nself.epilog = (msg) => {\n- epilog = msg\n+ epilogs.push(msg)\n}\nlet wrapSet = false\n@@ -345,8 +345,8 @@ module.exports =... | JavaScript | MIT License | yargs/yargs | feat: adds support for multiple epilog messages (#1384) | 1 | feat | null |
401,147 | 29.07.2019 15:55:18 | -19,080 | a66229e8a060c4bd1fcc240d797730279054a82e | refactor: rfactored table & Modal component
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -137,6 +137,7 @@ exports[`Input component should render correctly when it is disabled 1`] = `\nfont-size: 14px;\nfont-weight: 400;\ncolor: #555;\n+ background-color: #ededed;\nbackground-clip: padding-box;\nbox-sizing: border-box;\nborder: 1px solid #CCCCCC;\n",
"n... | TypeScript | MIT License | medly/medly-components | refactor: rfactored table & Modal component
affects: @medly-components/core | 1 | refactor | null |
104,844 | 29.07.2019 15:58:34 | 14,400 | 0daccb2e716823781fab204ad759837eae94430e | feat(progress): added tooltip to progress indicator | [
{
"change_type": "MODIFY",
"diff": "@@ -3,6 +3,7 @@ import PropTypes from 'prop-types';\nimport {\nProgressIndicator as CarbonProgressIndicator,\nProgressStep,\n+ Tooltip,\n} from 'carbon-components-react';\nimport styled from 'styled-components';\n@@ -29,7 +30,14 @@ const StyledProgressStep = styled(({ sho... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(progress): added tooltip to progress indicator | 1 | feat | progress |
713,841 | 29.07.2019 16:00:40 | -7,200 | 2e906d8426323d6b4df6a1f8d0c1eecd1df6e75f | chore: add VSCode Remote Development section to Contributing | [
{
"change_type": "MODIFY",
"diff": "@@ -281,6 +281,23 @@ This way, we will have both versions installed but each package use what they re\nAlso, it's important to note that we prefer to use caret (`^`) when managing `devDependencies`. As they are used only for developing, we don't need to take as care as wi... | TypeScript | MIT License | verdaccio/monorepo | chore: add VSCode Remote Development section to Contributing | 1 | chore | null |
67,494 | 29.07.2019 16:04:23 | -7,200 | 430c2d4752cfac70a2f4cd935d61e1db5b6d3cc7 | feat(router): make navs immutable in router interface | [
{
"change_type": "MODIFY",
"diff": "@@ -41,7 +41,7 @@ export interface IRouter {\nnavigator: Navigator;\nreadonly navigation: BrowserNavigation;\nreadonly guardian: Guardian;\n- readonly navs: Record<string, Nav>;\n+ readonly navs: Readonly<Record<string, Nav>>;\nactivate(options?: IRouterOptions): void;\nl... | TypeScript | MIT License | aurelia/aurelia | feat(router): make navs immutable in router interface | 1 | feat | router |
104,839 | 29.07.2019 16:16:08 | 10,800 | 64e0fe605da053ef1fdeeb528b5322b2b7ec4eb1 | fix(imagecard): hide controls for small images | [
{
"change_type": "MODIFY",
"diff": "\"react-dnd-html5-backend\": \"2.5.1\",\n\"react-dnd-test-backend\": \"^7.2.0\",\n\"react-grid-layout\": \"^0.16.6\",\n- \"react-image-hotspots\": \"^1.4.0\",\n+ \"react-image-hotspots\": \"^1.4.1\",\n\"react-resizable\": \"^1.8.0\",\n\"react-sizeme\": \"^2.6.3\",\n\"reac... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(imagecard): hide controls for small images | 1 | fix | imagecard |
306,484 | 29.07.2019 17:11:36 | -7,200 | e76fa4c2dd9448d1e055c87a79114f687c062b76 | chore(localize): fix typo in test | [
{
"change_type": "MODIFY",
"diff": "@@ -226,7 +226,7 @@ describe('LocalizeMixin', () => {\nexpect(updateSpy.callCount).to.equal(1);\n});\n- it('has msg() which integrates with lit-html', async () => {\n+ it('has msgLit() which integrates with lit-html', async () => {\nconst myElementNs = { 'my-element': loc... | JavaScript | MIT License | ing-bank/lion | chore(localize): fix typo in test | 1 | chore | localize |
306,484 | 29.07.2019 17:14:23 | -7,200 | 8ecf9d0f2626bb8ece2801e1f9b466212fe53560 | chore(localize): update documentation | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,7 @@ The formatting of data containing numbers and dates takes current locale into ac\n## LocalizeManager\n-The core of the system is a `LocalizeManager` instance which is responsible for data loading and working with this data.\n+The core of the system is a `L... | JavaScript | MIT License | ing-bank/lion | chore(localize): update documentation | 1 | chore | localize |
266,129 | 29.07.2019 18:08:36 | 25,200 | a4a947ab41bcf4f5aab627098f6e8685d8a2df3c | chore: add notes about release process | [
{
"change_type": "MODIFY",
"diff": "@@ -41,3 +41,9 @@ Environment variables set, run:\n1. `cd packages/your-bot`.\n1. `npm start`.\n+\n+\n+### Publishing Utility Modules\n+\n+1. create a token with Wombat Dressing Room.\n+2. run `npm run release`.\n",
"new_path": "README.md",
"old_path": "README.md"... | TypeScript | Apache License 2.0 | googleapis/repo-automation-bots | chore: add notes about release process | 1 | chore | null |
679,913 | 29.07.2019 18:21:21 | -3,600 | bc17ac9a79e161d2e6b5a4275213522548b4c1f7 | feat(pixel): add buffer() syntax sugar, PackedBuffer.forEach | [
{
"change_type": "MODIFY",
"diff": "-import { IObjectOf, Type, UIntArray } from \"@thi.ng/api\";\n+import {\n+ Fn,\n+ IObjectOf,\n+ Type,\n+ UIntArray\n+} from \"@thi.ng/api\";\nimport { isNumber } from \"@thi.ng/checks\";\nimport { isPremultipliedInt, postmultiplyInt, premultiplyInt } from \"@thi.ng/porter... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(pixel): add buffer() syntax sugar, PackedBuffer.forEach | 1 | feat | pixel |
679,913 | 29.07.2019 18:22:38 | -3,600 | 285197df1e260cbdb6435836f3d0eef33efe6029 | feat(shader-ast-stdlib): add porter-duff operators | [
{
"change_type": "MODIFY",
"diff": "@@ -19,6 +19,7 @@ This project is part of the\n- [Using higher order functions](#using-higher-order-functions)\n- [API](#api)\n- [Color](#color)\n+ - [Porter-Duff alpha blending](#porter-duff-alpha-blending)\n- [Fog](#fog)\n- [Lighting](#lighting)\n- [Math](#math)\n@@ -28... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(shader-ast-stdlib): add porter-duff operators | 1 | feat | shader-ast-stdlib |
531,793 | 29.07.2019 19:03:52 | -3,600 | 712705e4be30fded6a83f46f4efa53014948013a | chore(ci): bump header-max-length to 100
Lots of renovate PRs include commits with long subjects since they include dependency name.
Fixing it always requires either ignoring failed CI jobs or manually editing the subject.
Better to allow long subjects | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,7 @@ module.exports = {\nrules: {\n\"body-leading-blank\": [1, \"always\"],\n\"footer-leading-blank\": [1, \"always\"],\n- \"header-max-length\": [2, \"always\", 72],\n+ \"header-max-length\": [2, \"always\", 100],\n\"scope-case\": [2, \"always\", \"lower-case\... | TypeScript | Apache License 2.0 | prymitive/karma | chore(ci): bump header-max-length to 100
Lots of renovate PRs include commits with long subjects since they include dependency name.
Fixing it always requires either ignoring failed CI jobs or manually editing the subject.
Better to allow long subjects | 1 | chore | ci |
67,482 | 29.07.2019 19:20:02 | 25,200 | 21aa00350bb6c9f495075f19a06a42c873746eeb | test(child-observation): first test | [
{
"change_type": "ADD",
"diff": "+import { children, Aurelia, CustomElement } from '@aurelia/runtime';\n+import { TestContext, assert } from '@aurelia/testing';\n+import { IContainer } from '@aurelia/kernel';\n+\n+describe('ChildrenObserver', () => {\n+ it('populates children array with child view models', ... | TypeScript | MIT License | aurelia/aurelia | test(child-observation): first test | 1 | test | child-observation |
67,516 | 29.07.2019 20:49:20 | -7,200 | 0bd15b2c971d26aa07c9fd1539e511c74736a4a9 | chore(i18n): add tests for translation-binding | [
{
"change_type": "ADD",
"diff": "+// tslint:disable: no-object-literal-type-assertion\n+import { I18nConfiguration, TranslationBinding } from '@aurelia/i18n';\n+import { DI } from '@aurelia/kernel';\n+import { IBindingTargetAccessor, IObserverLocator, IScope, IsExpression, LifecycleFlags, RuntimeBasicConfig... | TypeScript | MIT License | aurelia/aurelia | chore(i18n): add tests for translation-binding | 1 | chore | i18n |
679,913 | 29.07.2019 20:56:53 | -3,600 | 7645ba283ca8833fb4444ad2b6d3bb568f06df61 | feat(examples): add geom-convex-hull demo | [
{
"change_type": "ADD",
"diff": "+.cache\n+out\n+node_modules\n+yarn.lock\n+*.js\n+!webpack.config.js\n",
"new_path": "examples/geom-convex-hull/.gitignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+# geom-convex-hull\n+\n+[Live demo](http://demo.thi.ng/umbrella/geom-convex-... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(examples): add geom-convex-hull demo | 1 | feat | examples |
743,867 | 29.07.2019 21:18:11 | 25,200 | 55628535a242979adcf189d917082083edb2ad56 | feat: allow completionCommand to be set via showCompletionScript | [
{
"change_type": "MODIFY",
"diff": "@@ -158,6 +158,13 @@ describe('Completion', () => {\nr.logs[0].should.match(/\\.\\/test.js --get-yargs-completions/)\n})\n+\n+ it('allows $0 and cmd to be set', () => {\n+ const r = checkUsage(() => yargs([])\n+ .showCompletionScript('/path/to/my/app', 'show-completions-s... | JavaScript | MIT License | yargs/yargs | feat: allow completionCommand to be set via showCompletionScript (#1385) | 1 | feat | null |
67,482 | 29.07.2019 21:32:23 | 25,200 | 9bf9e0a425623039c184f5f76d526e6ec766df54 | test(children-observer): six whole tests
This should cover the most common scenarios. | [
{
"change_type": "MODIFY",
"diff": "import { children, Aurelia, CustomElement } from '@aurelia/runtime';\nimport { TestContext, assert } from '@aurelia/testing';\n-import { IContainer } from '@aurelia/kernel';\n+import { IContainer, PLATFORM } from '@aurelia/kernel';\n+import { ChildrenObserverSource } from... | TypeScript | MIT License | aurelia/aurelia | test(children-observer): six whole tests
This should cover the most common scenarios. | 1 | test | children-observer |
67,516 | 29.07.2019 21:41:41 | -7,200 | 6b577a1a8571cc50a8b4751ca43e1c9ece8a8c19 | chore(i18n): e2e tests | [
{
"change_type": "MODIFY",
"diff": "<template>\n<div>${message}</div>\n- <!-- <button id=\"locale-changer-de\" click.delegate=\"changeLocale('de')\">DE</button>\n- <button id=\"rt-changer\" click.delegate=\"changeMyDate()\">Change my date</button> -->\n-\n- <span id=\"i18n-simple\" t=\"simple.text\"></span>... | TypeScript | MIT License | aurelia/aurelia | chore(i18n): e2e tests | 1 | chore | i18n |
679,913 | 29.07.2019 21:52:22 | -3,600 | 0e751b50d92e3b5fdd940db63919994e3d969a00 | build: explicitly add lodash.template devdep to silence GH security warning | [
{
"change_type": "MODIFY",
"diff": "\"file-loader\": \"^4.0.0\",\n\"gzip-size\": \"^5.1.0\",\n\"lerna\": \"^3.16.4\",\n+ \"lodash.template\": \"^4.5.0\",\n\"mocha\": \"^6.1.4\",\n\"nyc\": \"^14.0.0\",\n\"parcel-bundler\": \"^1.12.3\",\n",
"new_path": "package.json",
"old_path": "package.json"
},
... | TypeScript | Apache License 2.0 | thi-ng/umbrella | build: explicitly add lodash.template devdep to silence GH security warning | 1 | build | null |
71,101 | 29.07.2019 22:33:30 | -7,200 | cf2e3f678e3ce5314c302f1886db29b15b2ae842 | fix(cli): conversion of "tags" filter for EC2 DescribeVpcs call
When in the `Filters` parameter of the `DescribeVpcs` call, the tags
need to be encoded as `{ Name: "tag:<name>", Values: ["<value>"] }`, but
the `tag:` prefix was not added by the preparation code.
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -17,3 +17,6 @@ dist\n.jsii\n*.tsbuildinfo\n+\n+# Include .jsii\n+!.jsii\n",
"new_path": "packages/@aws-cdk/aws-backup/.npmignore",
"old_path": "packages/@aws-cdk/aws-backup/.npmignore"
},
{
"change_type": "MODIFY",
"diff": "@@ -685,7 +685,7 @@ expor... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(cli): conversion of "tags" filter for EC2 DescribeVpcs call (#3393)
When in the `Filters` parameter of the `DescribeVpcs` call, the tags
need to be encoded as `{ Name: "tag:<name>", Values: ["<value>"] }`, but
the `tag:` prefix was not added by the preparation code.
Fixes #3372 | 1 | fix | cli |
743,863 | 29.07.2019 22:36:45 | 25,200 | 674f69a2bf6dd770fe7bcbc73d04a69501d7cc85 | docs: fix up CHANGELOG | [
{
"change_type": "MODIFY",
"diff": "@@ -20,16 +20,13 @@ All notable changes to this project will be documented in this file. See [standa\n* do not allow additional positionals in strict mode ([35d777c](https://github.com/yargs/yargs/commit/35d777c))\n* properties accessed on singleton now reflect current st... | JavaScript | MIT License | yargs/yargs | docs: fix up CHANGELOG | 1 | docs | null |
67,479 | 29.07.2019 22:39:21 | -36,000 | ec6ba76b530ab2bdd8e7c8b860ca7a6991830bc8 | feat(focus): add focus attribute | [
{
"change_type": "MODIFY",
"diff": "\"statusBar.background\": \"#3f2e5e\",\n\"statusBarItem.hoverBackground\": \"#563f80\",\n\"statusBar.foreground\": \"#e7e7e7\"\n- }\n+ },\n+ \"workbench.tree.indent\": 16\n}\n",
"new_path": ".vscode/settings.json",
"old_path": ".vscode/settings.json"
},
{
... | TypeScript | MIT License | aurelia/aurelia | feat(focus): add focus attribute | 1 | feat | focus |
67,479 | 30.07.2019 00:33:40 | -36,000 | f3afdcb697ba634b5dcf4d93a7b3a397062a05cb | chore(tests): only run tests in browser env | [
{
"change_type": "MODIFY",
"diff": "-import { Constructable } from '@aurelia/kernel';\n+import { Constructable, PLATFORM } from '@aurelia/kernel';\nimport { Aurelia, CustomElement } from '@aurelia/runtime';\nimport { Focus } from '@aurelia/runtime-html';\nimport { assert, eachCartesianJoin, HTMLTestContext,... | TypeScript | MIT License | aurelia/aurelia | chore(tests): only run tests in browser env | 1 | chore | tests |
469,396 | 30.07.2019 00:46:32 | 0 | e37355cd4bd63f856bc6857bb26a08f589db82f2 | chore(release): 1.1.12 [skip ci]
## [1.1.12](https://github.com/open-rpc/spec/compare/1.1.11...1.1.12) (2019-07-30)
### Bug Fixes
* **circle:** add build ([4c3ae15](https://github.com/open-rpc/spec/commit/4c3ae15)) | [
{
"change_type": "MODIFY",
"diff": "+## [1.1.12](https://github.com/open-rpc/spec/compare/1.1.11...1.1.12) (2019-07-30)\n+\n+\n+### Bug Fixes\n+\n+* **circle:** add build ([4c3ae15](https://github.com/open-rpc/spec/commit/4c3ae15))\n+\n## [1.1.11](https://github.com/open-rpc/spec/compare/1.1.10...1.1.11) (2... | JavaScript | Apache License 2.0 | open-rpc/spec | chore(release): 1.1.12 [skip ci]
## [1.1.12](https://github.com/open-rpc/spec/compare/1.1.11...1.1.12) (2019-07-30)
### Bug Fixes
* **circle:** add build ([4c3ae15](https://github.com/open-rpc/spec/commit/4c3ae15)) | 1 | chore | release |
71,138 | 30.07.2019 01:07:47 | -7,200 | 334261d417286d2e23c14561742b7cd3d76ecfff | doc: update git clone URI in Contributing.md from awslabs to aws | [
{
"change_type": "MODIFY",
"diff": "@@ -43,7 +43,7 @@ For day-to-day development and normal contributions, [Node.js 8.11](https://node\nshould be sufficient.\n```console\n-$ git clone git@github.com:awslabs/aws-cdk.git\n+$ git clone git@github.com:aws/aws-cdk.git\n$ cd aws-cdk\n$ ./build.sh\n```\n",
"ne... | TypeScript | Apache License 2.0 | aws/aws-cdk | doc: update git clone URI in Contributing.md from awslabs to aws (#3473) | 1 | doc | null |
679,913 | 30.07.2019 01:50:54 | -3,600 | e289adee9fa0deeaa84466e5d6dc46c1e8429317 | fix(geom-splines): fix seg count in cubicFromArc(), minor optimizations | [
{
"change_type": "MODIFY",
"diff": "@@ -47,15 +47,15 @@ export const cubicFromArc = (\n};\nconst res: Vec[][] = [];\n- const n = Math.max(roundEps(Math.abs(delta) / HALF_PI, 1e-3), 1);\n+ const n = Math.ceil(roundEps(Math.abs(delta) / HALF_PI, 1e-3));\nconst d = delta / n;\nconst t = (8 / 6) * Math.tan(0.25... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(geom-splines): fix seg count in cubicFromArc(), minor optimizations | 1 | fix | geom-splines |
67,495 | 30.07.2019 06:15:09 | 18,000 | 2cfc159a6763bb695134392e9c7037275f23c81f | chore(benchmark): incrase number of iterations from 1 to 5 for more accurate bench results | [
{
"change_type": "MODIFY",
"diff": "@@ -57,7 +57,7 @@ _.each(testable, function([dir,name]) {\nlet fullname = dir + name;\nif(fs.statSync(fullname).isDirectory() && fs.existsSync(path.join(fullname, \"package.json\"))) {\nconsole.log(\"*** Executing npm run selenium for \"+fullname);\n- exec('npm run seleni... | TypeScript | MIT License | aurelia/aurelia | chore(benchmark): incrase number of iterations from 1 to 5 for more accurate bench results | 1 | chore | benchmark |
67,495 | 30.07.2019 07:18:29 | 18,000 | 64294adf116ee95ab05a671886f2b3fc8283bdd5 | feat(observer): Fix up tests and remove redundancy from class accessor | [
{
"change_type": "MODIFY",
"diff": "@@ -5,7 +5,7 @@ import {\nDataAttributeAccessor,\nStyleAttributeAccessor\n} from '@aurelia/runtime-html';\n-import { CSS_PROPERTIES, globalAttributeNames, HTMLTestContext, TestContext, assert, createSpy } from '@aurelia/testing';\n+import { assert, createSpy, CSS_PROPERTI... | TypeScript | MIT License | aurelia/aurelia | feat(observer): Fix up tests and remove redundancy from class accessor | 1 | feat | observer |
791,696 | 30.07.2019 08:27:06 | 25,200 | 49b6291ae207e5afbfa49afb20e211cbe89cacc4 | test(report): add axe-core validation of report output | [
{
"change_type": "MODIFY",
"diff": "@@ -251,4 +251,51 @@ describe('ReportRenderer', () => {\n.querySelectorAll('.lh-audit--notapplicable').length;\nassert.strictEqual(notApplicableCount, notApplicableElementCount);\n});\n+\n+ describe('axe-core', () => {\n+ let axe;\n+\n+ beforeAll(() =>{\n+ // Needed by ax... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | test(report): add axe-core validation of report output (#9421) | 1 | test | report |
217,922 | 30.07.2019 09:53:40 | -7,200 | 041f6dd3b78fd234f1913fea412ad670bab51716 | chore: first iteration for patch pages | [
{
"change_type": "MODIFY",
"diff": "@@ -66,6 +66,7 @@ export class LazyDataService {\npublic statuses: any = {};\npublic traits: any = {};\npublic patches: any[] = [];\n+ public patchContents: any = {};\npublic recipes: LazyRecipe[] = [];\npublic get allItems(): any {\n@@ -138,7 +139,8 @@ export class LazyD... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: first iteration for patch pages | 1 | chore | null |
67,482 | 30.07.2019 10:02:56 | 25,200 | 47fa52dc2fe5fa17ea8cdafa85a012eedd011cc5 | docs(form-elements): just migrating some content | [
{
"change_type": "MODIFY",
"diff": "# Cheat Sheet\nPlaceholder...\n+\n+## Conventions\n+\n+// TODO\n+\n+## Lifeycles\n+\n+### Components Lifecycle\n+\n+// TODO\n+\n+### Routing Lifecycle\n+\n+// TODO\n",
"new_path": "docs/user-docs/1. getting-started/18. cheat-sheet.md",
"old_path": "docs/user-docs/... | TypeScript | MIT License | aurelia/aurelia | docs(form-elements): just migrating some content | 1 | docs | form-elements |
266,129 | 30.07.2019 10:23:46 | 25,200 | 7bfc0720bf29ac4d7eb97b9d059e558585eb1271 | build: let's try wombat dressing room again | [
{
"change_type": "MODIFY",
"diff": "\"docs-test\": \"echo 'not yet implemented'\",\n\"system-test\": \"echo 'not yet implemented'\",\n\"proxy\": \"smee\",\n- \"release\": \"lerna publish --conventional-commits\"\n+ \"release\": \"lerna publish --conventional-commits --registry=https://wombat-dressing-room.a... | TypeScript | Apache License 2.0 | googleapis/repo-automation-bots | build: let's try wombat dressing room again | 1 | build | null |
902,122 | 30.07.2019 10:29:06 | 0 | 670a348e7c01563090a70c21447408688153cc23 | chore(release): v5.8.9 | [
{
"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.9](https://github.com/kikobeats/browserless/compare/v5.8.8...v5.8.9) (2019-07-30)\n+\n+**Note:** Version bump... | JavaScript | MIT License | microlinkhq/browserless | chore(release): v5.8.9 | 1 | chore | release |
503,965 | 30.07.2019 10:33:24 | 14,400 | c1dd21fa27828adaf5bd172a910a022737d9ba8e | chore(notes): update release notes to use uls | [
{
"change_type": "MODIFY",
"diff": "-# PatternFly Albatross Milestone (2019-07-02)\n- - [@patternfly/react-core@3.58.1](https://www.npmjs.com/package/@patternfly/react-core)\n- - [@patternfly/react-inline-edit-extension@2.9.12](https://www.npmjs.com/package/@patternfly/react-inline-edit-extension)\n- - [@pa... | TypeScript | MIT License | patternfly/patternfly-react | chore(notes): update release notes to use uls (#2604) | 1 | chore | notes |
942,615 | 30.07.2019 11:35:07 | 25,200 | c5ff5d559814836d17f8ce1714178b60638f0bc7 | fix(core): Update error colors to pass a11y | [
{
"change_type": "MODIFY",
"diff": "// Canvas Kit Colors\n@import '@workday/canvas-colors-web/dist/sass/canvas-colors-hex.scss';\n-$wdc-color-error: $wdc-color-cinnamon-400;\n+$wdc-color-error: $wdc-color-cinnamon-500;\n$wdc-color-error-light: $wdc-color-cinnamon-200;\n-$wdc-color-error-dark: $wdc-color-cin... | TypeScript | Apache License 2.0 | workday/canvas-kit | fix(core): Update error colors to pass a11y | 1 | fix | core |
932,458 | 30.07.2019 12:07:00 | 14,400 | 57b8514b3f1d8ecedbf927afc77c5e6730d7d508 | docs(eslint-config): fix install instructions | [
{
"change_type": "MODIFY",
"diff": "@@ -5,7 +5,7 @@ Spotify's TypeScript full ESLint config.\n## Installation\n```sh\n-npm install --save-dev eslint @spotify/eslint-config-typescript\n+npm install --save-dev eslint @spotify/eslint-config\n```\n## Usage\n",
"new_path": "packages/eslint-config/README.md",... | TypeScript | Apache License 2.0 | spotify/web-scripts | docs(eslint-config): fix install instructions | 1 | docs | eslint-config |
679,913 | 30.07.2019 12:09:45 | -3,600 | cf94597587efc4baf20dddd75467657a94bdf937 | fix(porter-duff): re-add missing channel blend factor (porterDuffInt) | [
{
"change_type": "MODIFY",
"diff": "@@ -65,7 +65,7 @@ export const porterDuffInt = (\n16) |\n(clamp(((a >>> 8) & 0xff) * aa + ((b >>> 8) & 0xff) * bb, 0, 255) <<\n8) |\n- clamp((a & 0xff) * aa + (b & 0xff), 0, 255)\n+ clamp((a & 0xff) * aa + (b & 0xff) * bb, 0, 255)\n);\n};\n",
"new_path": "packages/por... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(porter-duff): re-add missing channel blend factor (porterDuffInt) | 1 | fix | porter-duff |
902,112 | 30.07.2019 12:22:31 | -7,200 | 9fc758a94a684cef595d860f1a18201687749845 | chore: update to latest
We now make use of instead of
it re-exposes the same symbols as the later, with extra abstraction for
puppeteer integration. | [
{
"change_type": "MODIFY",
"diff": "],\n\"dependencies\": {\n\"@browserless/devices\": \"^5.5.5\",\n- \"@cliqz/adblocker\": \"~0.11.0\",\n+ \"@cliqz/adblocker-puppeteer\": \"~0.12.0\",\n\"debug\": \"~4.1.1\",\n\"debug-logfmt\": \"~1.0.2\",\n\"got\": \"~9.6.0\",\n",
"new_path": "packages/goto/package.jso... | JavaScript | MIT License | microlinkhq/browserless | chore: update @cliqz/adblocker-puppeteer to latest (#57)
We now make use of @cliqz/adblocker-puppeteer instead of @cliqz/adblocker,
it re-exposes the same symbols as the later, with extra abstraction for
puppeteer integration. | 1 | chore | null |
679,913 | 30.07.2019 12:39:04 | -3,600 | b890838e0d081b3c790c26f318674c238bc06232 | refactor(geom): update asCubic for circle
use full 0..TAU range | [
{
"change_type": "MODIFY",
"diff": "@@ -31,7 +31,7 @@ asCubic.addAll(<IObjectOf<Implementation1<unknown, Cubic[]>>>{\n),\n[Type.CIRCLE]: ($: Circle) =>\n- asCubic(arc($.pos, $.r, 0, 0, TAU * 0.999, true, true)),\n+ asCubic(arc($.pos, $.r, 0, 0, TAU, true, true)),\n[Type.CUBIC]: ($: Cubic) => [$],\n",
"n... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(geom): update asCubic for circle
- use full 0..TAU range | 1 | refactor | geom |
266,135 | 30.07.2019 12:41:43 | 25,200 | 58e06588bfeafa7b28af6d03783e7478d1dca0bc | feat: Added cloudbuild.yaml to deploly all functions | [
{
"change_type": "ADD",
"diff": "+# Copyright 2019 Google LLC\n+#\n+# Licensed under the Apache License, Version 2.0 (the \"License\");\n+# you may not use this file except in compliance with the License.\n+# You may obtain a copy of the License at\n+#\n+# http://www.apache.org/licenses/LICENSE-2.0\n+#\n+# ... | TypeScript | Apache License 2.0 | googleapis/repo-automation-bots | feat: Added cloudbuild.yaml to deploly all functions | 1 | feat | null |
865,921 | 30.07.2019 13:20:58 | -7,200 | 609be87736a2b648c2a007fe5c82f736a3b76822 | docs(RELEASE_CHECKLIST): update recipients | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,7 @@ __Hint:__ Create a release issue and copy the template below into it.\n```markdown\n-* [ ] put up code freeze appointment in calendar (include `modeling`, `michael.schoettes`, `sre`, and `ilias.kourtoudis`)\n+* [ ] put up code freeze appointment in calenda... | JavaScript | MIT License | camunda/camunda-modeler | docs(RELEASE_CHECKLIST): update recipients | 1 | docs | RELEASE_CHECKLIST |
217,922 | 30.07.2019 13:37:49 | -7,200 | 4b0181aca21ca09a92276d80d342fe03b9fa0c07 | chore(release): 5.6.19 | [
{
"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.19\"></a>\n+## [5.6.19](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compar... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 5.6.19 | 1 | chore | release |
217,922 | 30.07.2019 13:46:21 | -7,200 | d51b6ae900e05ebaf3642e47e17cf388b8ea171a | chore: small revert for update | [
{
"change_type": "MODIFY",
"diff": "<i nz-icon type=\"close\" (click)=\"$event.stopPropagation();deleteNotification(notification)\"></i>\n</ng-template>\n<ng-template #actionOpen>\n- <a [routerLink]=\"notification.route\"\n- (click)=\"$event.stopPropagation();deleteNotification(notification)\">\n+ <a [route... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: small revert for update | 1 | chore | null |
447,460 | 30.07.2019 13:59:32 | 14,400 | 696f0ee766d6739c0d1bd4600f3eb80ef41acfd0 | fix: fix lookup focus when `readOnly` | [
{
"change_type": "MODIFY",
"diff": "@@ -27,10 +27,22 @@ describe('<SelectedValue />', () => {\nconst component = mount(<SelectedValue />);\nexpect(component.find('ButtonIcon').exists()).toBe(true);\n});\n- it('should fire an event when click the button', () => {\n+ it('should fire an event when the close bu... | JavaScript | MIT License | nexxtway/react-rainbow | fix: fix lookup focus when `readOnly` (#843) | 1 | fix | null |
815,821 | 30.07.2019 14:16:35 | -28,800 | 5bf42a6c901ad39c93d93156cc656a9d45cfd808 | fix: handle IME compositon mode
closes | [
{
"change_type": "MODIFY",
"diff": "[disabled]=\"disabled\"\n[value]=\"searchTerm ? searchTerm : ''\"\n(input)=\"filter(searchInput.value)\"\n+ (compositionstart)=\"onCompositionStart()\"\n+ (compositionend)=\"onCompositionEnd(searchInput.value)\"\n(focus)=\"onInputFocus($event)\"\n(blur)=\"onInputBlur($eve... | TypeScript | MIT License | ng-select/ng-select | fix: handle IME compositon mode
closes #704 | 1 | fix | null |
815,577 | 30.07.2019 14:21:24 | -28,800 | 747cd8b2651ae1f6365dad5b234afb8351fc90f8 | fix: fix get peers rpc version field
BREAKING CHANGE: identify message add one field | [
{
"change_type": "MODIFY",
"diff": "@@ -133,6 +133,7 @@ pub fn run(args: RunArgs, version: Version) -> Result<(), ExitCode> {\nArc::clone(&network_state),\nprotocols,\nshared.consensus().identify_name(),\n+ version.to_string(),\n)\n.start(version, Some(\"NetworkService\"))\n.expect(\"Start network service f... | Rust | MIT License | nervosnetwork/ckb | fix: fix get peers rpc version field
BREAKING CHANGE: identify message add one field | 1 | fix | null |
942,601 | 30.07.2019 14:38:47 | 14,400 | 4a0369d148f36792c757e238f4e08e2e85e1765b | feat(banner): update CSS styles to match React | [
{
"change_type": "MODIFY",
"diff": "@@ -61,17 +61,17 @@ Use by applying `.wdc-banner`.\n</a>\n```\n-#### `.wdc-banner-mini`\n+#### `.wdc-banner-sticky`\n-> Set the banner variant as `mini`. Text will truncate with an ellipsis if longer than maximum\n+> Set the banner variant as `sticky`. Text will truncate ... | TypeScript | Apache License 2.0 | workday/canvas-kit | feat(banner): update CSS styles to match React (#50) | 1 | feat | banner |
711,597 | 30.07.2019 14:43:50 | -7,200 | b81a03b72da938a3b3edc35c606cf1cdd9bce4c7 | refactor(core): Remove Decode decorator from all resolvers | [
{
"change_type": "MODIFY",
"diff": "@@ -204,6 +204,7 @@ describe('EntityIdStrategy', () => {\n}\n}\n`);\n+\nexpect(products).toEqual({\nitems: [\n{\n",
"new_path": "packages/core/e2e/entity-id-strategy.e2e-spec.ts",
"old_path": "packages/core/e2e/entity-id-strategy.e2e-spec.ts"
},
{
"change_... | TypeScript | MIT License | vendure-ecommerce/vendure | refactor(core): Remove Decode decorator from all resolvers | 1 | refactor | core |
815,569 | 30.07.2019 14:54:11 | -28,800 | 84f6a905f17802569f0842c321290f83f4dff424 | fix: only accept blocks with a height greater than tip - N where N is the current epoch length | [
{
"change_type": "MODIFY",
"diff": "@@ -57,6 +57,20 @@ impl<'a, CS: ChainStore + 'static> CompactBlockProcess<'a, CS> {\nlet compact_block: CompactBlock = (*self.message).try_into()?;\nlet block_hash = compact_block.header.hash().to_owned();\n+ // Only accept blocks with a height greater than tip - N\n+ // ... | Rust | MIT License | nervosnetwork/ckb | fix: only accept blocks with a height greater than tip - N where N is the current epoch length | 1 | fix | null |
711,597 | 30.07.2019 14:59:14 | -7,200 | 149e75b7ae538fd02b79387886be8bb35036702b | refactor(core): Convert error translation from extension to plugin
The `graphql-extensions` package is not supposed to be a public API, and the new ApolloPlugin system supersedes it. | [
{
"change_type": "MODIFY",
"diff": "@@ -17,7 +17,7 @@ import { getPluginAPIExtensions } from '../../plugin/plugin-metadata';\nimport { ApiSharedModule } from '../api-internal-modules';\nimport { IdCodecService } from '../common/id-codec.service';\nimport { IdCodecPlugin } from '../middleware/id-codec-plugin... | TypeScript | MIT License | vendure-ecommerce/vendure | refactor(core): Convert error translation from extension to plugin
The `graphql-extensions` package is not supposed to be a public API, and the new ApolloPlugin system supersedes it. | 1 | refactor | core |
447,460 | 30.07.2019 15:09:24 | 14,400 | a09d06f6fac2b9125b5b42112c08d821a94c352d | test: test lookup integration | [
{
"change_type": "MODIFY",
"diff": "@@ -4,6 +4,8 @@ const {\nARROW_DOWN_KEY,\nARROW_UP_KEY,\nENTER_KEY,\n+ SHIFT_KEY,\n+ TAB_KEY,\n} = require('../../constants');\nconst LOOKUP = '#lookup-1';\n@@ -143,4 +145,56 @@ describe('Lookup base example', () => {\nbrowser.keys(ARROW_UP_KEY);\nexpect(option1.isVisible... | JavaScript | MIT License | nexxtway/react-rainbow | test: test lookup integration (#859) | 1 | test | null |
730,429 | 30.07.2019 15:41:13 | 14,400 | 6e88e01af3d6854417bd1bd0fc4a53371eeacb01 | docs(widget-recents): add notes on sdk usage | [
{
"change_type": "MODIFY",
"diff": "- [CDN](#cdn)\n- [Build from Source](#build-from-source)\n- [NPM *beta*](#npm)\n+ - [Usage with the Webex SDK](#usage-with-webex-sdk)\n- [Usage](#usage)\n- [Quick Start](#quick-start)\n- [HTML](#html)\n@@ -104,6 +105,14 @@ To use the space widget within an existing React ... | JavaScript | MIT License | webex/react-widgets | docs(widget-recents): add notes on sdk usage | 1 | docs | widget-recents |
730,429 | 30.07.2019 15:41:40 | 14,400 | 44318e20dfedc19b903d278dbca07c6c1405fa9b | docs(widget-space): add notes on sdk usage | [
{
"change_type": "MODIFY",
"diff": "- [CDN](#cdn)\n- [Build from Source](#build-from-source)\n- [NPM *beta*](#npm)\n+ - [Usage with the Webex SDK](#usage-with-webex-sdk)\n- [Usage](#usage)\n- [Quick Start](#quick-start)\n- [Configuration](#configuration)\n@@ -136,6 +137,13 @@ To use the space widget within ... | JavaScript | MIT License | webex/react-widgets | docs(widget-space): add notes on sdk usage | 1 | docs | widget-space |
711,597 | 30.07.2019 16:03:17 | -7,200 | e660d4629a1dd57596046b7842f56a456beeb1ed | fix(core): Remove non-existent import | [
{
"change_type": "MODIFY",
"diff": "export * from './common/request-context';\nexport * from './decorators/allow.decorator';\n-export * from './decorators/decode.decorator';\nexport * from './decorators/request-context.decorator';\nexport * from './resolvers/admin/search.resolver';\n-\n",
"new_path": "p... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Remove non-existent import | 1 | fix | core |
711,597 | 30.07.2019 16:07:18 | -7,200 | 0d3d8efd9bc944520beb03b36ea5c7aedeb0f99a | fix(elasticsearch-plugin): Remove references to Decode decorator | [
{
"change_type": "MODIFY",
"diff": "import { Args, Mutation, Parent, Query, ResolveProperty, Resolver } from '@nestjs/graphql';\n-import { JobInfo, Permission, QuerySearchArgs, SearchInput, SearchResponse } from '@vendure/common/lib/generated-types';\n+import {\n+ JobInfo,\n+ Permission,\n+ QuerySearchArgs,... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(elasticsearch-plugin): Remove references to Decode decorator | 1 | fix | elasticsearch-plugin |
815,598 | 30.07.2019 16:32:22 | -28,800 | be0f7d6421035c3a12782d72078a74610ffdaca2 | feat: remove RPC `_compute_code_hash` | [
{
"change_type": "MODIFY",
"diff": "* [`get_tip_header`](#get_tip_header)\n* [`get_transaction`](#get_transaction)\n* [`Experiment`](#experiment)\n- * [`_compute_code_hash`](#_compute_code_hash)\n* [`_compute_script_hash`](#_compute_script_hash)\n* [`_compute_transaction_hash`](#_compute_transaction_hash)\n... | Rust | MIT License | nervosnetwork/ckb | feat: remove RPC `_compute_code_hash` | 1 | feat | null |
306,484 | 30.07.2019 16:34:26 | -7,200 | 648906969c162e6d6a45dfe5665e8baea4333626 | fix: include test-helpers dir in the released package | [
{
"change_type": "MODIFY",
"diff": "\"src\",\n\"stories\",\n\"test\",\n+ \"test-helpers\",\n\"translations\",\n\"*.js\"\n],\n",
"new_path": "packages/calendar/package.json",
"old_path": "packages/calendar/package.json"
},
{
"change_type": "MODIFY",
"diff": "\"src\",\n\"stories\",\n\"test... | JavaScript | MIT License | ing-bank/lion | fix: include test-helpers dir in the released package | 1 | fix | null |
67,494 | 30.07.2019 16:47:13 | -7,200 | 82c729c0fe3e456b49dde309a3d49803d2ee2dfd | chore(realworld): update packages | [
{
"change_type": "MODIFY",
"diff": "\"requires\": true,\n\"dependencies\": {\n\"@aurelia/debug\": {\n- \"version\": \"0.4.0-dev.201907211535\",\n- \"resolved\": \"https://registry.npmjs.org/@aurelia/debug/-/debug-0.4.0-dev.201907211535.tgz\",\n- \"integrity\": \"sha512-LPFF6YFxK8teUKc/7awz8viU/PI4TSIstSXIWu... | TypeScript | MIT License | aurelia/aurelia | chore(realworld): update packages | 1 | chore | realworld |
722,013 | 30.07.2019 17:04:28 | 18,000 | 7d6d78518c6c64ab472c3253ab04dea6d257ead5 | ci: use cypress docker image
in order to avoid having to install cypress we use a pre-installed
cypress docker image | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,7 @@ version: 2\ndefaults: &defaults\ndocker:\n- - image: circleci/node:lts-browsers\n+ - image: cypress/included:3.4.0\nworking_directory: ~/vue-styleguidist\njobs:\n@@ -90,12 +90,15 @@ jobs:\n- attach_workspace:\nat: ~/\n- # install cypress\n- - run: yarn add... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | ci: use cypress docker image
in order to avoid having to install cypress we use a pre-installed
cypress docker image | 1 | ci | null |
217,922 | 30.07.2019 17:05:41 | -7,200 | b6a8caa6c13375ef1ad366bb528eedd257b4e84d | feat(data): added new masterbooks | [
{
"change_type": "MODIFY",
"diff": "@@ -13,21 +13,21 @@ export class MasterbooksPopupComponent implements OnInit {\nprivate static BOOKS: { [index: number]: number[] } = {\n//CRP\n- 8: [8135, 7778, 9336, 12244, 14126, 17869, 22309, 7786],\n+ 8: [8135, 7778, 9336, 12244, 14126, 17869, 22309, 24266, 7786],\n/... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(data): added new masterbooks | 1 | feat | data |
679,913 | 30.07.2019 17:08:55 | -3,600 | 5d72c370486a3b831ffd4be0d5be862724fa28e3 | feat(pixel): add 16bit formats, add docs, update readme | [
{
"change_type": "MODIFY",
"diff": "@@ -45,8 +45,8 @@ with customizable layout formats and the following operations:\n### WIP features\n-- [ ] Accessors for normalized channel value\n-- [ ] Pre/Post-multipy (only if alpha is available)\n+- [x] Accessors for normalized channel value\n+- [x] Pre/Post-multipy ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(pixel): add 16bit formats, add docs, update readme | 1 | feat | pixel |
503,918 | 30.07.2019 17:09:10 | -10,800 | 72117134cf186bd0bbc4db7ed75e876018ab236f | feat(accordion): add definition list use case | [
{
"change_type": "MODIFY",
"diff": "@@ -7,6 +7,129 @@ propComponents: ['Accordion', 'AccordionItem', 'AccordionContent', 'AccordionTog\nimport { Accordion, AccordionItem, AccordionContent, AccordionToggle } from '@patternfly/react-core';\n+# Accordion definition list example\n+```js\n+import React from 'rea... | TypeScript | MIT License | patternfly/patternfly-react | feat(accordion): add definition list use case (#2422)
Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com> | 1 | feat | accordion |
679,913 | 30.07.2019 17:09:50 | -3,600 | b59069ad0a1a7953f810b8ff4391cc27da168668 | fix(pixel): fast-route check in setChannel() | [
{
"change_type": "MODIFY",
"diff": "@@ -239,10 +239,12 @@ export class PackedBuffer {\n}\n} else {\nconst sbuf = src.pixels;\n+ const schan = src.format.channels[0];\nensureSize(sbuf, this.width, this.height);\n- if (this.format === src.format) {\n+ if (chan.size === schan.size) {\n+ const get = schan.int;\... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(pixel): fast-route check in setChannel() | 1 | fix | pixel |
217,922 | 30.07.2019 17:24:47 | -7,200 | d0caabf2295a569209571c51edcde41ecd9b13ab | feat(search): added an option to disable search history | [
{
"change_type": "MODIFY",
"diff": "[(ngModel)]=\"settings.alwaysHQLeves\">{{'SETTINGS.Always_HQ_leves' | translate}}</label>\n</nz-form-control>\n</nz-form-item>\n+ <nz-form-item class=\"empty-label\">\n+ <nz-form-label [nzSpan]=\"5\"></nz-form-label>\n+ <nz-form-control [nzSpan]=\"12\">\n+ <label nz-check... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(search): added an option to disable search history | 1 | feat | search |
438,921 | 30.07.2019 17:28:25 | -32,400 | e1fc0d4d253e35ec5164b77fc1909d6e6fed0ccc | refactor(axis): Remove duplications
Removed .getXAxisTickValues(), .getYAxisTickValues() and
.getY2AxisTickValues()
Merged .getXAxis() and .getYAxis() to .getAxis() | [
{
"change_type": "MODIFY",
"diff": "@@ -163,39 +163,51 @@ export default class Axis {\n}\n// called from : updateScales() & getMaxTickWidth()\n- getXAxis(name, scale, outerTick, noTransition, noTickTextRotate) {\n+ getAxis(name, scale, outerTick, noTransition, noTickTextRotate) {\nconst $$ = this.owner;\nco... | TypeScript | MIT License | naver/billboard.js | refactor(axis): Remove duplications
- Removed .getXAxisTickValues(), .getYAxisTickValues() and
.getY2AxisTickValues()
- Merged .getXAxis() and .getYAxis() to .getAxis() | 1 | refactor | axis |
503,918 | 30.07.2019 17:31:37 | -10,800 | 36b9c84c74aa4d15776c5468ee993390fe7d8d5f | docs(Pagination): add a demo of table integrated with pagination | [
{
"change_type": "ADD",
"diff": "+---\n+title: 'Pagination table'\n+section: 'demos'\n+---\n+\n+## Pagination table demo\n+\n+import { Pagination, PaginationVariant, Title } from '@patternfly/react-core';\n+import { Table, TableHeader, TableBody} from '@patternfly/react-table';\n+\n+```js\n+import React fro... | TypeScript | MIT License | patternfly/patternfly-react | docs(Pagination): add a demo of table integrated with pagination (#2601)
Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com> | 1 | docs | Pagination |
217,922 | 30.07.2019 17:56:52 | -7,200 | 1757ed2c469e81927924cb5485cba1ce2000cbb8 | fix(custom-simulator): fixed progress and durability being inverted | [
{
"change_type": "MODIFY",
"diff": "@@ -81,9 +81,9 @@ export class CustomSimulatorPageComponent extends SeoPageComponent {\nthis.recipeForm.patchValue({\nrlvl: recipe.rlvl,\nlevel: recipe.lvl,\n- progress: recipe.durability,\n+ progress: recipe.progress,\nquality: recipe.quality,\n- durability: recipe.progr... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(custom-simulator): fixed progress and durability being inverted | 1 | fix | custom-simulator |
217,922 | 30.07.2019 17:57:02 | -7,200 | a041ccae06098c885da0f8f4dfa70908b103b49a | feat(community-lists): added GNB, DNC and expansion tags | [
{
"change_type": "MODIFY",
"diff": "export enum ListTag {\n+ // Expansion tags\n+ A_REALM_REBORN = 'A_REALM_REBORN',\n+ HEAVENSWARD = 'HEAVENSWARD',\n+ STORMBLOOD = 'STORMBLOOD',\n+ SHADOWBRINGERS = 'SHADOWBRINGERS',\n+\n+\n// Theme tags\nGEAR = 'Gear',\nCONSUMABLE = 'Consumable',\n@@ -22,6 +29,7 @@ export ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(community-lists): added GNB, DNC and expansion tags | 1 | feat | community-lists |
679,913 | 30.07.2019 19:25:50 | -3,600 | 82caa136e8f55ba4863358b1ac279e817c76a41d | refactor(binary): update splat4_24/32 | [
{
"change_type": "MODIFY",
"diff": "*\n* @param x\n*/\n-export const splat4_24 = (x: number) => ((x &= 0xf), splat8_24(x | (x << 4)));\n+export const splat4_24 = (x: number) => (x & 0xf) * 0x111111;\n/**\n* Repeats lowest nibble of `x` as 32 bit uint.\n*\n* @param x\n*/\n-export const splat4_32 = (x: number... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(binary): update splat4_24/32 | 1 | refactor | binary |
679,913 | 30.07.2019 19:28:28 | -3,600 | aa151794cc2d3e3c1ed74be1605d55cc50ac5fdb | fix(pixel): update 16bit formats & handling in getChannel | [
{
"change_type": "MODIFY",
"diff": "@@ -17,9 +17,10 @@ export const compileGrayFromABGR = (size: number) => {\nconst shift = 8 - size;\nconst mask = (1 << size) - 1;\nreturn <Fn<number, number>>(\n- new Function(\"luma\", `return (x) => (luma(x) >>> ${shift}) & ${mask};`)(\n- luminanceABGR\n- )\n+ new Funct... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(pixel): update 16bit formats & handling in getChannel | 1 | fix | pixel |
679,913 | 30.07.2019 19:28:54 | -3,600 | c0a593e51d6f0d66d331f02340856d86bcf78dc6 | test(pixel): update tests | [
{
"change_type": "MODIFY",
"diff": "@@ -5,7 +5,9 @@ import {\nARGB4444,\nARGB8888,\nBGR888,\n- GRAY_ALPHA88,\n+ GRAY_ALPHA16,\n+ GRAY_ALPHA8,\n+ GRAY16,\nGRAY8,\nPackedFormat,\nRGB565,\n@@ -14,17 +16,17 @@ import {\n// import { equiv } from \"@thi.ng/equiv\";\nconst testFromABGR = (fmt: PackedFormat, specs:... | TypeScript | Apache License 2.0 | thi-ng/umbrella | test(pixel): update tests | 1 | test | pixel |
791,690 | 30.07.2019 19:29:04 | 18,000 | 90cfa9a04540ec41fa55f87efc00d3637f6365ce | core(unused-css): allow up to 10KB of unused CSS per file | [
{
"change_type": "MODIFY",
"diff": "@@ -158,9 +158,9 @@ setTimeout(() => {\n// PASS: unused but too small savings\ngenerateInlineStyleWithSize(512, '.too-small { background: none; }\\n');\n// PASS: used\n-generateInlineStyleWithSize(5000, '.mostly-used { background: none; }\\n', true);\n+generateInlineStyle... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(unused-css): allow up to 10KB of unused CSS per file (#9479) | 1 | core | unused-css |
679,913 | 30.07.2019 19:30:16 | -3,600 | 9996d679c3cd659d08d0b6bb2f7d6d076ea82210 | refactor(examples): update pixel-basics | [
{
"change_type": "MODIFY",
"diff": "import {\ncanvas2d,\n- GRAY_ALPHA88,\n+ GRAY_ALPHA8,\nGRAY8,\nimagePromise,\nPackedBuffer,\n@@ -17,7 +17,7 @@ Promise.all([IMG, LOGO].map(imagePromise)).then(([img, logo]) => {\n// create grayscale buffer for logo and use Porter-Duff operator to\n// composite with main im... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): update pixel-basics | 1 | refactor | examples |
447,440 | 30.07.2019 19:42:14 | 18,000 | 0ae7804b8716b78df2f1a4a51324eb80b68fa739 | docs: fix lookup interactive examples | [
{
"change_type": "MODIFY",
"diff": "onSearch={search} />\n</div>\n-##### Lookup readonly\n+##### Lookup with value selected\nconst { FontAwesomeIcon } = require('@fortawesome/react-fontawesome');\n- const { faStar } = require('@fortawesome/free-solid-svg-icons');\n+ const { faBuilding } = require('@fortawes... | JavaScript | MIT License | nexxtway/react-rainbow | docs: fix lookup interactive examples (#862) | 1 | docs | null |
151,430 | 30.07.2019 20:04:28 | 25,200 | 13fd69ee02b3f71f00ffa84fae545b421ca137ab | feat(segment): add anonymous id sync | [
{
"change_type": "MODIFY",
"diff": "@@ -70,6 +70,19 @@ export default function segmentPlugin(pluginConfig = {}) {\ninstance.storage.removeItem(key, 'cookie')\n})\n},\n+ /* Sync id when ready */\n+ ready: ({ instance }) => {\n+ if (typeof analytics === 'undefined') return\n+ const segmentUser = analytics.use... | JavaScript | MIT License | davidwells/analytics | feat(segment): add anonymous id sync | 1 | feat | segment |
151,430 | 30.07.2019 20:36:38 | 25,200 | a9fa0f3d57f3ef5c6a619d5494046fef791378ab | docs: add simple analytics docs | [
{
"change_type": "MODIFY",
"diff": "@@ -28,6 +28,7 @@ module.exports = {\n'plugins/segment',\n'plugins/customerio',\n'plugins/crazyegg',\n+ 'plugins/simple-analytics',\n'plugins/do-not-track',\n'plugins/tab-events',\n'plugins/window-events',\n",
"new_path": "site/main/gatsby-config.js",
"old_path": ... | JavaScript | MIT License | davidwells/analytics | docs: add simple analytics docs | 1 | docs | null |
104,927 | 30.07.2019 21:14:31 | -7,200 | 6bdd36d9aec8f09d43362b72c10321cf771ea789 | chore: release 2.12.2 | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"@carbon/vue\",\n\"description\": \"A collection of components for the Carbon Design System built using Vue.js\",\n- \"version\": \"2.12.1\",\n+ \"version\": \"2.12.2\",\n\"license\": \"Apache-2.0\",\n\"repository\": {\n\"type\": \"git\",\n},\n\"devDependenc... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-components-vue | chore: release 2.12.2
- @carbon/vue@2.12.2
- storybook@2.12.2 | 1 | chore | null |
67,494 | 30.07.2019 21:31:26 | -7,200 | 15392e503473118c649f3a973c577937d382a587 | fix(realworld): update to latest router | [
{
"change_type": "MODIFY",
"diff": "import { inject } from '@aurelia/kernel';\n-import { Router } from '@aurelia/router';\n+import { IRouter } from '@aurelia/router';\nimport { customElement, IViewModel } from '@aurelia/runtime';\nimport template from './app.html';\nimport { UserService } from './shared/ser... | TypeScript | MIT License | aurelia/aurelia | fix(realworld): update to latest router | 1 | fix | realworld |
471,478 | 30.07.2019 22:35:48 | -7,200 | e45803dfb2ea5137b5e58d3ea706b656908887f5 | fix(rollup-config): avoid default indexHTML options override | [
{
"change_type": "MODIFY",
"diff": "@@ -37,6 +37,7 @@ function createConfig(_options, legacy) {\n},\nplugins: [\nindexHTML({\n+ ...(options.indexHTMLPlugin || {}),\n// tell index-html-plugin that we are creating two builds\nmultiBuild: true,\n// tell index-html-plugin whether this is the legacy config\n@@ -... | JavaScript | MIT License | open-wc/open-wc | fix(rollup-config): avoid default indexHTML options override (#672) | 1 | fix | rollup-config |
713,841 | 30.07.2019 23:36:51 | -7,200 | 43c74cb77845d172d122c960d69bcf404fbd868c | chore: fix typeRoots paths | [
{
"change_type": "MODIFY",
"diff": "\"allowSyntheticDefaultImports\": true,\n\"esModuleInterop\": true,\n\"typeRoots\": [\n- \"./node_modules/@verdaccio/types/lib/verdaccio\",\n- \"./node_modules/@types\"\n+ \"../../node_modules/@verdaccio/types/lib/verdaccio\",\n+ \"../../node_modules/@types\"\n]\n},\n\"in... | TypeScript | MIT License | verdaccio/monorepo | chore: fix typeRoots paths | 1 | chore | null |
217,922 | 31.07.2019 00:06:54 | -7,200 | b7d49641c726964222deb0daf9aa4db8532fc5bd | feat(community-rotations): added Reuse tag | [
{
"change_type": "MODIFY",
"diff": "import { Component, OnInit } from '@angular/core';\n-import { MakersMark, MuscleMemory, Simulation } from '@ffxiv-teamcraft/simulator';\n+import { MakersMark, MuscleMemory, Simulation, Reuse } from '@ffxiv-teamcraft/simulator';\nimport { CraftingRotation } from '../../../... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(community-rotations): added Reuse tag | 1 | feat | community-rotations |
679,913 | 31.07.2019 00:49:45 | -3,600 | 3729336d3efd1e55d2f62948414b2beec478832d | feat(examples): import hdom-localstate demo | [
{
"change_type": "ADD",
"diff": "+.cache\n+out\n+node_modules\n+yarn.lock\n+*.js\n",
"new_path": "examples/hdom-localstate/.gitignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+# hdom-localstate\n+\n+[Live demo](http://demo.thi.ng/umbrella/hdom-localstate/)\n+\n+Barebones ex... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(examples): import hdom-localstate demo | 1 | feat | examples |
815,605 | 31.07.2019 01:51:30 | 0 | 946381b91d067d905838d86491129972d7fb0c81 | fix: Reject hash type referencing via type with multiple matches
Note this only applies to `Type` as a HashType, since if multiple
cells have the same data hash, the content must be the same. | [
{
"change_type": "MODIFY",
"diff": "@@ -71,4 +71,5 @@ pub enum ScriptError {\nSecp,\nArgumentNumber,\nNoWitness,\n+ MultipleMatches,\n}\n",
"new_path": "script/src/lib.rs",
"old_path": "script/src/lib.rs"
},
{
"change_type": "MODIFY",
"diff": "@@ -55,6 +55,9 @@ pub struct TransactionScri... | Rust | MIT License | nervosnetwork/ckb | fix: Reject hash type referencing via type with multiple matches
Note this only applies to `Type` as a HashType, since if multiple
cells have the same data hash, the content must be the same. | 1 | fix | null |
217,922 | 31.07.2019 01:52:35 | -7,200 | eea41bae0a85d4b0808131e6aaaeadf1026f1e14 | feat(auth): added disclaimer when linking a character with suspicious situation to avoid data loss | [
{
"change_type": "MODIFY",
"diff": "<div *ngIf=\"servers$ | async as availableServers; else loading\">\n+ <nz-alert *ngIf=\"(user$ | async)?.stats !== {} && mandatory\" nzType=\"warning\" nzShowIcon\n+ [nzMessage]=\"'COMMON.Warning' | translate\" [nzDescription]=\"'Character_add_warning' | translate\">\n+ <... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(auth): added disclaimer when linking a character with suspicious situation to avoid data loss | 1 | feat | auth |
815,605 | 31.07.2019 04:24:10 | 0 | c2766bf61232b38f0c6f47610dceadeead801b9e | fix: Check for exact error type in tests | [
{
"change_type": "MODIFY",
"diff": "@@ -845,7 +845,10 @@ mod tests {\n};\nlet verifier = TransactionScriptsVerifier::new(&rtx, &data_loader, &config);\n- assert!(verifier.verify(100_000_000).is_err());\n+ assert_eq!(\n+ verifier.verify(100_000_000),\n+ Err(ScriptError::MultipleMatches)\n+ );\n}\n#[test]\n",... | Rust | MIT License | nervosnetwork/ckb | fix: Check for exact error type in tests | 1 | fix | null |
815,605 | 31.07.2019 05:21:41 | 0 | 8d1f421db3a3ad65dbb517bb8fe03df3ed667cf9 | fix: Simplify multiple type script entry check | [
{
"change_type": "MODIFY",
"diff": "@@ -54,10 +54,7 @@ pub struct TransactionScriptsVerifier<'a, DL> {\nrtx: &'a ResolvedTransaction<'a>,\nbinaries_by_data_hash: FnvHashMap<H256, Bytes>,\n- binaries_by_type_hash: FnvHashMap<H256, Bytes>,\n- // Used to denied the case when multiple matches are found for\n- /... | Rust | MIT License | nervosnetwork/ckb | fix: Simplify multiple type script entry check | 1 | fix | null |
469,438 | 31.07.2019 08:02:22 | 25,200 | 85c83e149b76cdf552867fb46147b4c92287f118 | fix: remove sponsor | [
{
"change_type": "MODIFY",
"diff": "<img alt=\"open-rpc logo\" src=\"https://github.com/open-rpc/design/blob/master/png/open-rpc-logo-320x320.png?raw=true\" />\n</p>\n-<p align=\"center\">\n-<a href=\"https://etclabs.org\">Sponsored by <img alt=\"Ethereum Classic Lab\" src=\"https://github.com/open-rpc/desi... | JavaScript | Apache License 2.0 | open-rpc/spec | fix: remove sponsor | 1 | fix | null |
104,844 | 31.07.2019 09:27:29 | 14,400 | ef233cb8fd40c7c61b87f1768cf7f99f26697ed3 | feat(sidenav): update the sidenav styles to match our pattern | [
{
"change_type": "MODIFY",
"diff": "@@ -4,87 +4,12 @@ import {\nSideNavLink,\nSideNavMenu,\nSideNavMenuItem,\n+ // SideNavSwitcher,\n} from 'carbon-components-react//lib/components/UIShell';\n-import styled from 'styled-components';\nimport PropTypes from 'prop-types';\nimport React from 'react';\nimport cl... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(sidenav): update the sidenav styles to match our pattern | 1 | feat | sidenav |
866,395 | 31.07.2019 09:37:15 | 14,400 | 9aacb4d646c6efaf1885af872fa032e940a6c02a | chore(css): change package scope | [
{
"change_type": "MODIFY",
"diff": "{\n- \"name\": \"@ibmdotcom/styles\",\n+ \"name\": \"@kennylam/styles\",\n\"description\": \"IBM.com Library Styles\",\n- \"version\": \"0.0.0\",\n+ \"version\": \"0.1.0\",\n\"license\": \"Apache-2.0\",\n\"main\": \"lib/index.js\",\n\"module\": \"es/index.js\",\n",
"n... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(css): change package scope | 1 | chore | css |
866,395 | 31.07.2019 09:37:56 | 14,400 | 243f55b458aeaa561dad6ad7570bccf753391f20 | chore(npm): update package version | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"@kennylam/styles\",\n\"description\": \"IBM.com Library Styles\",\n- \"version\": \"0.1.0\",\n+ \"version\": \"0.1.1\",\n\"license\": \"Apache-2.0\",\n\"main\": \"lib/index.js\",\n\"module\": \"es/index.js\",\n",
"new_path": "packages/styles/package.jso... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(npm): update package version | 1 | chore | npm |
266,135 | 31.07.2019 10:40:19 | 25,200 | 918fddc1b2ecdac71dc4f88a9b4d9c949969766f | feat(build): Set proper substitution values in cloudbuild.yaml | [
{
"change_type": "MODIFY",
"diff": "@@ -40,7 +40,7 @@ steps:\nfunctionname=${f//-/_}\ngcloud functions deploy $functionname --trigger-http \\\n--runtime nodejs10 \\\n- --set-env-vars DRIFT_PRO_BUCKET=$_BUCKET,KEY_LOCATION=$_KEY_LOCATION,KEY_RING=$_KEY_RING\n+ --set-env-vars DRIFT_PRO_BUCKET=$_BUCKET,KEY_LOC... | TypeScript | Apache License 2.0 | googleapis/repo-automation-bots | feat(build): Set proper substitution values in cloudbuild.yaml (#14) | 1 | feat | build |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.