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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
104,844 | 23.07.2019 10:42:53 | 14,400 | d3819db66e98dc65f3c9bbb7ccb98c33f3022933 | chore(buttonEnhanced): align buttonEnhanced with carbons button | [
{
"change_type": "RENAME",
"diff": "@@ -38,7 +38,7 @@ const defaultProps = {\n/**\n* Carbon button with added ability to show loading state\n*/\n-const ButtonEnhanced = props => {\n+const Button = props => {\nconst { children, loading, disabled, className, ...other } = props;\nreturn (\n<StyledButton\n@@ -5... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(buttonEnhanced): align buttonEnhanced with carbons button | 1 | chore | buttonEnhanced |
807,849 | 23.07.2019 10:46:39 | 25,200 | f4cbd4dc0bc04f2fae27f3e1651a85331803dfa6 | fix(publish): Identify tagged packages correctly with custom `--tag-version-prefix`
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -72,6 +72,21 @@ describe(\"publish from-git\", () => {\n]);\n});\n+ it(\"publishes packages matching custom --tag-version-prefix\", async () => {\n+ const cwd = await initFixture(\"normal\");\n+\n+ await gitTag(cwd, \"foo/1.0.0\");\n+ await lernaPublish(cwd)(\"from-git... | JavaScript | MIT License | lerna/lerna | fix(publish): Identify tagged packages correctly with custom `--tag-version-prefix`
Fixes #2195 | 1 | fix | publish |
104,844 | 23.07.2019 10:51:13 | 14,400 | 4ec1e32efcd72d5ebfbe7a250426748b3de05f06 | fix(wizardfooter): remove duplicate button declaration | [
{
"change_type": "MODIFY",
"diff": "import React, { Fragment } from 'react';\nimport PropTypes from 'prop-types';\n-import { Button } from 'carbon-components-react';\nimport styled from 'styled-components';\nimport Button from '../../Button/Button';\n",
"new_path": "src/components/WizardInline/WizardFoo... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(wizardfooter): remove duplicate button declaration | 1 | fix | wizardfooter |
103,580 | 23.07.2019 11:30:05 | -7,200 | 93195590f0bc46b2f10fd4cc13358a8aacab65c1 | feat: extend chip with onLongPress functionality | [
{
"change_type": "MODIFY",
"diff": "import * as React from 'react';\nimport { View, ScrollView, StyleSheet, Image } from 'react-native';\n-import { Chip, List, withTheme, Theme } from 'react-native-paper';\n+import { Chip, List, withTheme, Theme, Snackbar } from 'react-native-paper';\nimport color from 'col... | TypeScript | MIT License | callstack/react-native-paper | feat: extend chip with onLongPress functionality (#1211) | 1 | feat | null |
807,849 | 23.07.2019 11:32:13 | 25,200 | c19a306ed816579de2f8920ee8456d6b34fee802 | chore(release): v3.16.3 | [
{
"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+## [3.16.3](https://github.com/lerna/lerna/compare/v3.16.2...v3.16.3) (2019-07-23)\n+\n+\n+### Bug Fixes\n+\n+* **pub... | JavaScript | MIT License | lerna/lerna | chore(release): v3.16.3 | 1 | chore | release |
815,569 | 23.07.2019 11:53:57 | -28,800 | e3282068dc425d23736182fa76d0cdbb461d3218 | refactor: use block_hash instead of block_number in get_block_proposal message | [
{
"change_type": "MODIFY",
"diff": "@@ -19,7 +19,7 @@ use crate::protocol_generated::ckb::protocol::{\nuse crate::{short_transaction_id, short_transaction_id_keys};\nuse ckb_core::alert::Alert;\nuse ckb_core::block::Block;\n-use ckb_core::header::{BlockNumber, Header};\n+use ckb_core::header::Header;\nuse c... | Rust | MIT License | nervosnetwork/ckb | refactor: use block_hash instead of block_number in get_block_proposal message | 1 | refactor | null |
67,474 | 23.07.2019 12:21:20 | -36,000 | cb96d992d96d754feb81fad70066e4773b2f2501 | refactor(plugin-conventions): push down common logic to base package | [
{
"change_type": "ADD",
"diff": "+import { preprocess } from '@aurelia/plugin-conventions';\n+import { assert } from '@aurelia/testing';\n+\n+describe('preprocess', function () {\n+ it('transforms html file', function () {\n+ const html = '<template></template>';\n+ const expected = `import { CustomElement ... | TypeScript | MIT License | aurelia/aurelia | refactor(plugin-conventions): push down common logic to base package | 1 | refactor | plugin-conventions |
679,913 | 23.07.2019 12:32:40 | -3,600 | b3c79e32cbe132affe5f6d05ac6edf6ee6e777cb | fix(pixel): byte order fixes, extract luminance fns | [
{
"change_type": "MODIFY",
"diff": "@@ -87,6 +87,7 @@ export class ABGRBuffer\nidata.data.set(\nnew Uint8ClampedArray(\nthis.pixels.buffer,\n+ 0,\nthis.width * this.height * 4\n)\n);\n",
"new_path": "packages/pixel/src/abgr-int.ts",
"old_path": "packages/pixel/src/abgr-int.ts"
},
{
"change_t... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(pixel): byte order fixes, extract luminance fns | 1 | fix | pixel |
71,115 | 23.07.2019 12:34:24 | -7,200 | dd574ccfe99eadf3fcd1d941b1fef695c15ded5b | feat(s3): bucket websiteRedirect
Implements missing Bucket WebsiteConfiguration [RedirectAllRequestsTo](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration.html#cfn-s3-websiteconfiguration-redirectallrequeststo) property.
The constructor checks that the following requir... | [
{
"change_type": "MODIFY",
"diff": "@@ -695,6 +695,31 @@ export interface CorsRule {\nreadonly exposedHeaders?: string[];\n}\n+/**\n+ * All http request methods\n+ */\n+export enum RedirectProtocol {\n+ HTTP = 'http',\n+ HTTPS = 'https',\n+}\n+\n+/**\n+ * Specifies a redirect behavior of all requests to a w... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(s3): bucket websiteRedirect (#3392)
Implements missing Bucket WebsiteConfiguration [RedirectAllRequestsTo](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration.html#cfn-s3-websiteconfiguration-redirectallrequeststo) property.
The constructor checks that the follow... | 1 | feat | s3 |
807,849 | 23.07.2019 12:57:20 | 25,200 | 388479674cb6c1a7c96bb253eaacff4cba6ce1cc | test(pack-directory): Rename __TMP_DIR__ placeholder | [
{
"change_type": "MODIFY",
"diff": "@@ -27,7 +27,7 @@ function isString(val) {\n}\nfunction serializeTempDir(match, cwd, subPath) {\n- return normalizePath(path.join(\"__TAR_DIR__\", subPath));\n+ return normalizePath(path.join(\"__TMP_DIR__\", subPath));\n}\n// process.umask() differs between macOS and Ubu... | JavaScript | MIT License | lerna/lerna | test(pack-directory): Rename __TMP_DIR__ placeholder | 1 | test | pack-directory |
71,115 | 23.07.2019 13:29:11 | -7,200 | 820575b1a81f7054927e07ec4deef72a1961e296 | feat(s3): bucket access control
Implements missing Bucket [AccessControl](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-accesscontrol) property
The documentation was for the canned ACLs was retrieved from [the developer guide](https://docs.aws.amazon.com/Amaz... | [
{
"change_type": "MODIFY",
"diff": "@@ -796,6 +796,13 @@ export interface BucketProps {\n*/\nreadonly websiteRedirect?: RedirectTarget;\n+ /**\n+ * Specifies a canned ACL that grants predefined permissions to the bucket.\n+ *\n+ * @default BucketAccessControl.PRIVATE\n+ */\n+ readonly accessControl?: Bucket... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(s3): bucket access control (#3391)
Implements missing Bucket [AccessControl](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html#cfn-s3-bucket-accesscontrol) property
The documentation was for the canned ACLs was retrieved from [the developer guide](https://docs.aws.amazo... | 1 | feat | s3 |
401,147 | 23.07.2019 13:33:36 | -19,080 | 86fa0942636707d7b66f6c455cc51eebaef68b0b | feat: added Slider Icon
affects: | [
{
"change_type": "ADD",
"diff": "+\n+<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\">\n+ <path fill=\"currentColor\" d=\"M496 384H160v-16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v16H16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h80v16c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-16h336c8.8 0 ... | TypeScript | MIT License | medly/medly-components | feat: added Slider Icon
affects: @medly-components/icons | 1 | feat | null |
807,849 | 23.07.2019 13:42:14 | 25,200 | c852f5d7e29ffb6e2bc29041adf3cf0907765af0 | test(pack-directory): Ensure pkg.files is respected | [
{
"change_type": "MODIFY",
"diff": "index.js\n+./dist\n",
"new_path": "integration/__fixtures__/lerna-bootstrap/package-1/.gitignore",
"old_path": "integration/__fixtures__/lerna-bootstrap/package-1/.gitignore"
},
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,9 @@ const fs = require(\"f... | JavaScript | MIT License | lerna/lerna | test(pack-directory): Ensure pkg.files is respected | 1 | test | pack-directory |
807,849 | 23.07.2019 13:45:02 | 25,200 | aafe54da8a9dd6d73580dc90e82adcee90865623 | test(pack-directory): Remove irrelevant assertion | [
{
"change_type": "MODIFY",
"diff": "@@ -81,8 +81,6 @@ expect.addSnapshotSerializer({\ndescribe(\"pack-directory\", () => {\nit(\"resolves tarball metadata objects on success\", async () => {\n- jest.spyOn(fs, \"move\");\n-\nconst cwd = await initFixture(\"lerna-bootstrap\");\nconst conf = npmConf({ prefix: ... | JavaScript | MIT License | lerna/lerna | test(pack-directory): Remove irrelevant assertion | 1 | test | pack-directory |
711,597 | 23.07.2019 13:52:47 | -7,200 | af9282b330c3ca6708ec0f14d8cdae4516563605 | refactor(admin-ui-plugin): Refactor to new Plugin architecture
Relates to | [
{
"change_type": "MODIFY",
"diff": "\"license\": \"MIT\",\n\"scripts\": {\n\"build\": \"rimraf lib && node build.js && yarn compile\",\n+ \"watch\": \"tsc -p ./tsconfig.build.json --watch\",\n\"compile\": \"tsc -p ./tsconfig.build.json\"\n},\n\"publishConfig\": {\n",
"new_path": "packages/admin-ui-plugi... | TypeScript | MIT License | vendure-ecommerce/vendure | refactor(admin-ui-plugin): Refactor to new Plugin architecture
Relates to #123 | 1 | refactor | admin-ui-plugin |
711,597 | 23.07.2019 13:56:43 | -7,200 | 7b08005c34875096b21437a971de9b21fd3a2fc6 | refactor(asset-server-plugin): Refactor to new Plugin architecture
Relates to | [
{
"change_type": "MODIFY",
"diff": "],\n\"license\": \"MIT\",\n\"scripts\": {\n+ \"watch\": \"tsc -p ./tsconfig.build.json --watch\",\n\"build\": \"rimraf lib && tsc -p ./tsconfig.build.json\"\n},\n\"publishConfig\": {\n",
"new_path": "packages/asset-server-plugin/package.json",
"old_path": "package... | TypeScript | MIT License | vendure-ecommerce/vendure | refactor(asset-server-plugin): Refactor to new Plugin architecture
Relates to #123 | 1 | refactor | asset-server-plugin |
711,597 | 23.07.2019 13:59:57 | -7,200 | 5cb789fb4c5e6fca5f501584dddf8e5f84074ece | refactor(email-plugin): Refactor to new Plugin architecture
Relates to | [
{
"change_type": "MODIFY",
"diff": "/* tslint:disable:no-non-null-assertion */\n+import { Test, TestingModule } from '@nestjs/testing';\nimport path from 'path';\nimport { LanguageCode } from '../../common/lib/generated-types';\n@@ -18,10 +19,14 @@ describe('EmailPlugin', () => {\nlet eventBus: EventBus;\nl... | TypeScript | MIT License | vendure-ecommerce/vendure | refactor(email-plugin): Refactor to new Plugin architecture
Relates to #123 | 1 | refactor | email-plugin |
711,597 | 23.07.2019 14:01:37 | -7,200 | 9f35e978f65cebf7099390a1b529aa68277012ec | refactor(elasticsearch-plugin): Refactor to new Plugin architecture
Relates to | [
{
"change_type": "MODIFY",
"diff": "import { Client } from '@elastic/elasticsearch';\n-import { Provider } from '@nestjs/common';\nimport {\n- APIExtensionDefinition,\nCatalogModificationEvent,\nCollectionModificationEvent,\nEventBus,\nidsAreEqual,\nLogger,\n+ OnVendureBootstrap,\n+ OnVendureClose,\n+ Plugi... | TypeScript | MIT License | vendure-ecommerce/vendure | refactor(elasticsearch-plugin): Refactor to new Plugin architecture
Relates to #123 | 1 | refactor | elasticsearch-plugin |
815,569 | 23.07.2019 14:14:08 | -28,800 | 5f682152c1083017e40ffd0fc0d78644745c9deb | chore: ignore generated files in pre-commit hook | [
{
"change_type": "MODIFY",
"diff": "@@ -86,10 +86,16 @@ else\nfor file in $(git diff --name-only --cached);\ndo\nif [ -f \"$file\" ] && [ ${file: -3} == \".rs\" ] ; then\n+ case \"$file\" in\n+ \"protocol/src/protocol_generated_verifier.rs\"|\"protocol/src/protocol_generated.rs\")\n+ ;;\n+ *)\nif ! rustfmt ... | Rust | MIT License | nervosnetwork/ckb | chore: ignore generated files in pre-commit hook | 1 | chore | null |
104,839 | 23.07.2019 14:49:46 | 10,800 | 38f9f01147771320af3d31ffd68a06de166febec | feat(imagecard): hotspots support | [
{
"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.1.0\",\n+ \"react-image-hotspots\": \"^1.2.0\",\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 | feat(imagecard): hotspots support | 1 | feat | imagecard |
791,704 | 23.07.2019 14:54:09 | 25,200 | 39b63367cb8d466c0c65aeb4d8ac738a8e7e170b | tests(font-size): assert on source | [
{
"change_type": "MODIFY",
"diff": "@@ -238,10 +238,10 @@ describe('SEO: Font size audit', () => {\nexpect(auditResult.notApplicable).toBe(true);\n});\n- describe('attributes source location', () => {\n+ describe('attributes source of style', () => {\nasync function runFontSizeAuditWithSingleFailingStyle(st... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests(font-size): assert on source (#9413) | 1 | tests | font-size |
76,617 | 23.07.2019 14:56:52 | -7,200 | 5ab75ba3b9c531c9d4a9b7c44ca492391dba1611 | build: finer grain import in BaseStemmer to reduce dependencies | [
{
"change_type": "MODIFY",
"diff": "* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n*/\n-const { TreebankWordTokenizer } = require(\"../tokenizers\");\n+const TreebankWordTokenizer = require(\"../tokenizers/treebank-word-tokenizer\");\nclass BaseStemmer {\nconstructor(tokenizer, stopwords... | JavaScript | MIT License | axa-group/nlp.js | build: finer grain import in BaseStemmer to reduce dependencies | 1 | build | null |
807,849 | 23.07.2019 15:05:27 | 25,200 | dc75044ce5468c78e41c1fbf42de24402588e4ac | test(pack-directory): Add proper fixture | [
{
"change_type": "ADD",
"diff": "+{\n+ \"version\": \"independent\"\n+}\n",
"new_path": "__fixtures__/pack-directory/lerna.json",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+{\n+ \"name\": \"pack-directory\",\n+ \"version\": \"0.0.0-monorepo\",\n+ \"private\": true,\n+ \"devDep... | JavaScript | MIT License | lerna/lerna | test(pack-directory): Add proper fixture | 1 | test | pack-directory |
807,849 | 23.07.2019 15:05:49 | 25,200 | 2007125872ee07ea68602b364c52fe3815d216ba | test(pack-directory): Convert tests to use proper fixture | [
{
"change_type": "MODIFY",
"diff": "// actually _run_ the lifecycles, gorrammit\njest.unmock(\"@lerna/run-lifecycle\");\n-const fs = require(\"fs-extra\");\nconst path = require(\"path\");\nconst normalizePath = require(\"normalize-path\");\nconst { printObjectProperties } = require(\"pretty-format/build/co... | JavaScript | MIT License | lerna/lerna | test(pack-directory): Convert tests to use proper fixture | 1 | test | pack-directory |
807,849 | 23.07.2019 15:07:57 | 25,200 | 1575396723b053640a2b15d35c493525a52540f1 | fix(pack-directory): Use correct property when packing subdirectories | [
{
"change_type": "MODIFY",
"diff": "@@ -194,8 +194,8 @@ describe(\"pack-directory\", () => {\nconst last = pkgs.pop();\nconst subs = await packDirectory(\nlast,\n- // TODO: use location\n- last.contents,\n+ // a real package doesn't _actually_ need this argument\n+ undefined,\nconf\n);\n",
"new_path": "... | JavaScript | MIT License | lerna/lerna | fix(pack-directory): Use correct property when packing subdirectories | 1 | fix | pack-directory |
807,849 | 23.07.2019 15:10:08 | 25,200 | b1aade3680aaa1ed8f9419f014c4e7fe2ee2ec77 | fix(publish): Pass correct arguments to packDirectory() | [
{
"change_type": "MODIFY",
"diff": "@@ -316,16 +316,18 @@ Map {\nawait lernaPublish(cwd)(\"--contents\", \"dist\");\n- expect(packDirectory).toHaveBeenCalledWith(\n- expect.objectContaining({ name: \"package-1\" }),\n- expect.stringContaining(path.normalize(\"packages/package-1/dist\")),\n- expect.any(Objec... | JavaScript | MIT License | lerna/lerna | fix(publish): Pass correct arguments to packDirectory() | 1 | fix | publish |
679,913 | 23.07.2019 15:14:47 | -3,600 | 22a456aa99171be8ada4c0eb8fcc6f3c6f190ac1 | feat(pixel): add invert, add/split interfaces, refactor blit fns | [
{
"change_type": "MODIFY",
"diff": "import { IObjectOf } from \"@thi.ng/api\";\nimport { lane8, Lane8, setLane8 } from \"@thi.ng/binary\";\n-import { Channel, IColorChannel, IPixelBuffer } from \"./api\";\n+import {\n+ Channel,\n+ IBlit,\n+ IColorChannel,\n+ IGrayscale,\n+ IInvert,\n+ IPixelBuffer\n+} from ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(pixel): add invert, add/split interfaces, refactor blit fns | 1 | feat | pixel |
401,147 | 23.07.2019 15:14:49 | -19,080 | 45f0544e1d7fe593e71aff945461d1e092358fc1 | feat: added feature to render card to render as link component
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -5,6 +5,7 @@ export type Variants = 'outlined' | 'solid' | 'flat';\nexport type FlowDirection = 'vertical' | 'horizontal';\nexport interface Props extends HTMLProps<HTMLDivElement>, WithThemeProp {\n+ to?: string;\nvariant?: Variants;\nflowDirection?: FlowDirection;\ns... | TypeScript | MIT License | medly/medly-components | feat: added feature to render card to render as link component
affects: @medly-components/core | 1 | feat | null |
679,913 | 23.07.2019 15:16:57 | -3,600 | ca94ed11f6d5307beaa87ad1420712e611658217 | feat(examples): add pixel-basics example | [
{
"change_type": "ADD",
"diff": "+.cache\n+out\n+node_modules\n+yarn.lock\n+*.js\n",
"new_path": "examples/pixel-basics/.gitignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+# pixel-basics\n+\n+[Live demo](http://demo.thi.ng/umbrella/pixel-basics/)\n+\n+Please refer to the [... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(examples): add pixel-basics example | 1 | feat | examples |
711,597 | 23.07.2019 15:36:01 | -7,200 | 42aa5fbac5194a3f80c6e40a9ae0c5a608d65dfa | feat(core): Make request pipeline compatible with REST requests | [
{
"change_type": "MODIFY",
"diff": "@@ -6,16 +6,16 @@ import { GraphQLResolveInfo } from 'graphql';\n*\n* @docsCategory request\n*/\n-export type ApiType = 'admin' | 'shop';\n+export type ApiType = 'admin' | 'shop' | 'custom';\n/**\n* Inspects the GraphQL \"info\" resolver argument to determine which API\n*... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(core): Make request pipeline compatible with REST requests | 1 | feat | core |
471,527 | 23.07.2019 15:38:23 | -7,200 | 49fd5ac1af5eee8e7468bfc09dbd1c8fd6d41218 | fix(rollup-plugin-index-html): linting error for console.log use | [
{
"change_type": "MODIFY",
"diff": "</script>\n<title>My app</title>\n<script type=\"module\">\n- /* eslint-disable import/no-extraneous-dependencies, import/no-unresolved */\n+ /* eslint-disable import/no-extraneous-dependencies, import/no-unresolved, no-console */\nimport './shared.js';\nimport 'foo';\n",... | JavaScript | MIT License | open-wc/open-wc | fix(rollup-plugin-index-html): linting error for console.log use (#621) | 1 | fix | rollup-plugin-index-html |
711,597 | 23.07.2019 15:40:21 | -7,200 | 4d10f3a050ccca99600dd971ddeac1c1e71697a9 | refactor(dev-server): Update plugin config | [
{
"change_type": "MODIFY",
"diff": "import { AdminUiPlugin } from '@vendure/admin-ui-plugin';\nimport { AssetServerPlugin } from '@vendure/asset-server-plugin';\nimport { ADMIN_API_PATH, API_PORT, SHOP_API_PATH } from '@vendure/common/lib/shared-constants';\n-import { DefaultLogger, DefaultSearchPlugin, exa... | TypeScript | MIT License | vendure-ecommerce/vendure | refactor(dev-server): Update plugin config | 1 | refactor | dev-server |
711,597 | 23.07.2019 15:41:33 | -7,200 | ead947666821481451d29b289ac454031465457f | feat(dev-server): Add example REST plugin | [
{
"change_type": "MODIFY",
"diff": "@@ -14,6 +14,8 @@ import { defaultEmailHandlers, EmailPlugin } from '@vendure/email-plugin';\nimport path from 'path';\nimport { ConnectionOptions } from 'typeorm';\n+import { RestPlugin } from './rest-plugin';\n+\n/**\n* Config settings used during development\n*/\n",
... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(dev-server): Add example REST plugin | 1 | feat | dev-server |
679,913 | 23.07.2019 15:44:47 | -3,600 | 929e4042c0ed981cf7fc087d2434b033c6b33e4c | docs(pixel): update readme, add screenshot | [
{
"change_type": "ADD",
"diff": "Binary files /dev/null and b/assets/screenshots/pixel-basics.jpg differ\n",
"new_path": "assets/screenshots/pixel-basics.jpg",
"old_path": "assets/screenshots/pixel-basics.jpg"
},
{
"change_type": "MODIFY",
"diff": "[Live demo](http://demo.thi.ng/umbrella... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(pixel): update readme, add screenshot | 1 | docs | pixel |
103,481 | 23.07.2019 15:50:52 | -28,800 | de94b142c2bc7e12196c7e54d71dfc4f50f72498 | docs: update fonts link
File extension from `.js` to `.tsx` | [
{
"change_type": "MODIFY",
"diff": "@@ -31,7 +31,7 @@ The easiest way to install custom fonts to your RN project is do as follow:\n## Configuring fonts in ThemeProvider\n-After you configure the fonts you need to pass them as font object in a custom theme with the `Provider` component. Check the [default th... | TypeScript | MIT License | callstack/react-native-paper | docs: update fonts link (#1239)
File extension from `.js` to `.tsx` | 1 | docs | null |
103,603 | 23.07.2019 16:09:34 | -7,200 | 2e7c88a9d16ee7d786a9e176eb5c476dcc49a914 | fix: add style prop to AvatarText | [
{
"change_type": "MODIFY",
"diff": "import * as React from 'react';\n-import { View, ViewStyle, StyleSheet, StyleProp } from 'react-native';\n+import {\n+ View,\n+ ViewStyle,\n+ StyleSheet,\n+ StyleProp,\n+ TextStyle,\n+} from 'react-native';\nimport color from 'color';\nimport Text from '../Typography/Text... | TypeScript | MIT License | callstack/react-native-paper | fix: add style prop to AvatarText | 1 | fix | null |
815,595 | 23.07.2019 16:26:15 | -28,800 | 583a1175a16dfb6c5dceb4f1e5b08f19309a6229 | feat: Add rpc broadcast_transaction | [
{
"change_type": "MODIFY",
"diff": "+use crate::error::RPCError;\nuse ckb_chain::chain::ChainController;\nuse ckb_core::block::Block as CoreBlock;\n-use ckb_jsonrpc_types::Block;\n+use ckb_core::transaction::Transaction as CoreTransaction;\n+use ckb_jsonrpc_types::{Block, Transaction};\nuse ckb_logger::erro... | Rust | MIT License | nervosnetwork/ckb | feat: Add rpc broadcast_transaction | 1 | feat | null |
71,371 | 23.07.2019 16:26:29 | -7,200 | cd0e9bd53e37f4b5824d64a0234e28c3a86b1ed9 | fix(s3): fail early with bad notification filters
Avoid CF deploy time errors when specifying multiple prefixes or suffixes in notification filters.
Closes
Possibly something to fix in v2.0 | [
{
"change_type": "MODIFY",
"diff": "@@ -122,6 +122,8 @@ function renderFilters(filters?: NotificationKeyFilter[]): Filter | undefined {\n}\nconst renderedRules = new Array<FilterRule>();\n+ let hasPrefix = false;\n+ let hasSuffix = false;\nfor (const rule of filters) {\nif (!rule.suffix && !rule.prefix) {\n... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(s3): fail early with bad notification filters (#3397)
Avoid CF deploy time errors when specifying multiple prefixes or suffixes in notification filters.
Closes #3347
Possibly something to fix in v2.0 (#3398) | 1 | fix | s3 |
679,913 | 23.07.2019 16:37:33 | -3,600 | 561b14964998c2ef6a6947ac18a3c69011b820ef | docs: update pkg/example lists | [
{
"change_type": "MODIFY",
"diff": "@@ -157,7 +157,7 @@ contribute, please first read [this document](./CONTRIBUTING.md).\n### Geometry & visualization\n| Project | Version | Changelog | Description |\n-|---------------------------------------------------------------|----------------------------------------... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs: update pkg/example lists | 1 | docs | null |
807,849 | 23.07.2019 17:11:33 | 25,200 | effa054b47a93742f3200c957829eae9914f9656 | test(conventional-commits): Add root changelog assertions | [
{
"change_type": "MODIFY",
"diff": "@@ -366,9 +366,15 @@ describe(\"conventional-commits\", () => {\n// update version\nawait pkg1.set(\"version\", \"1.0.1\").serialize();\n- const leafChangelog = await updateChangelog(pkg1, \"fixed\", {\n+ const [leafChangelog, rootChangelog] = await Promise.all([\n+ updat... | JavaScript | MIT License | lerna/lerna | test(conventional-commits): Add root changelog assertions | 1 | test | conventional-commits |
807,849 | 23.07.2019 17:12:55 | 25,200 | 8adeac18ac4bcecf3d333fd80de9734c4f245636 | fix(conventional-commits): Avoid duplicate root changelog entries with custom `--tag-version-prefix`
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -385,7 +385,7 @@ describe(\"conventional-commits\", () => {\n* A second commit for our CHANGELOG ([SHA](https://github.com/lerna/conventional-commits-fixed/commit/SHA))\n`);\nexpect(rootChangelog.newEntry.trimRight()).toMatchInlineSnapshot(`\n-## 1.0.1 (YYYY-MM-DD)\n+#... | JavaScript | MIT License | lerna/lerna | fix(conventional-commits): Avoid duplicate root changelog entries with custom `--tag-version-prefix`
Fixes #2197 | 1 | fix | conventional-commits |
807,849 | 23.07.2019 17:22:50 | 25,200 | 11cf6d2bad21c820f4dea7d6fb7364f1b4240d2f | fix(conventional-commits): Preserve tag prefix in fixed changelog comparison links
Refs | [
{
"change_type": "MODIFY",
"diff": "@@ -377,7 +377,7 @@ describe(\"conventional-commits\", () => {\n]);\nexpect(leafChangelog.newEntry.trimRight()).toMatchInlineSnapshot(`\n-## [1.0.1](/compare/dragons-are-awesome1.0.0...1.0.1) (YYYY-MM-DD)\n+## [1.0.1](/compare/dragons-are-awesome1.0.0...dragons-are-awesom... | JavaScript | MIT License | lerna/lerna | fix(conventional-commits): Preserve tag prefix in fixed changelog comparison links
Refs #2197 | 1 | fix | conventional-commits |
807,849 | 23.07.2019 17:26:07 | 25,200 | bb048cb306b5cfcb039aa98f667cf3751cf0ad20 | chore(release): v3.16.4 | [
{
"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+## [3.16.4](https://github.com/lerna/lerna/compare/v3.16.3...v3.16.4) (2019-07-24)\n+\n+\n+### Bug Fixes\n+\n+* **con... | JavaScript | MIT License | lerna/lerna | chore(release): v3.16.4 | 1 | chore | release |
791,834 | 23.07.2019 17:41:38 | 25,200 | e2afa0807820751e530b91088d149cdb70ff74b9 | tests: relax contrast font size expectation | [
{
"change_type": "MODIFY",
"diff": "@@ -153,7 +153,8 @@ module.exports = [\n'type': 'node',\n'selector': '#color-contrast',\n'snippet': '<div id=\"color-contrast\" style=\"background-color: red; color: pink;\">\\n Hello\\n </div>',\n- 'explanation': 'Fix any of the following:\\n Element has insufficient col... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests: relax contrast font size expectation (#9441) | 1 | tests | null |
791,704 | 23.07.2019 17:41:57 | 25,200 | af4b2d551c320e6eacc34dae1dbd9a14d0d31cd6 | docs: link to good first issues | [
{
"change_type": "MODIFY",
"diff": "We'd love your help! This doc covers how to become a contributor and submit code to the project.\n+## Where can I start?\n+\n+We tag issues that are good candidates for those new to the code with [`good first issue`](https://github.com/GoogleChrome/lighthouse/issues?q=is%... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | docs: link to good first issues (#9440) | 1 | docs | null |
791,723 | 23.07.2019 17:50:46 | 25,200 | fc3dc2ec360532b552f5224ac767d066f01ecac0 | report: fix audit explanation rendering | [
{
"change_type": "MODIFY",
"diff": "@@ -25,8 +25,6 @@ const UIStrings = {\n/** Explanatory message stating that there was a failure in an audit caused by a missing page viewport meta tag configuration. \"viewport\" and \"meta\" are HTML terms and should not be translated. */\nexplanationViewport: 'Text is i... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report: fix audit explanation rendering (#9439) | 1 | report | null |
366,920 | 23.07.2019 17:57:16 | -32,400 | fc4282d3eed4fd2a00171bd87db183db68068d57 | fix: Skip res-suit when aws credential is not exist | [
{
"change_type": "MODIFY",
"diff": "@@ -22,6 +22,13 @@ commands:\nrun-reg-suit:\nsteps:\n- checkout\n+ - run: |\n+ if [ -z \"$AWS_ACCESS_KEY_ID\" ]; then\n+ echo \"No AWS_ACCESS_KEY_ID is set! Failing...\"\n+ exit 1;\n+ else\n+ echo \"Credentials are available.\"\n+ fi\n- restore_cache:\nkeys:\n- v1-depende... | TypeScript | MIT License | kufu/smarthr-ui | fix: Skip res-suit when aws credential is not exist | 1 | fix | null |
67,516 | 23.07.2019 18:26:43 | -7,200 | ce8b2cae6b7407508baf992995b578a9f75f0584 | chore(i18n): post-review changes | [
{
"change_type": "MODIFY",
"diff": "@@ -32,7 +32,7 @@ export class Spy {\npublic methodCalledTimes(methodName: string, times: number) {\nconst calls = this.callRecords.get(methodName);\n- assert.equal(!!calls, true);\n+ assert.notEqual(calls, undefined);\nassert.equal(calls.length, times);\n}\n@@ -43,6 +43,... | TypeScript | MIT License | aurelia/aurelia | chore(i18n): post-review changes | 1 | chore | i18n |
713,841 | 23.07.2019 18:55:44 | -7,200 | cebb1035f8eb10593a32752de824cab73b8fe489 | chore(readme): remove unnecessary scripts and add one for lint-staged | [
{
"change_type": "MODIFY",
"diff": "\"@verdaccio/types\": \"^6.0.2\"\n},\n\"scripts\": {\n- \"commitmsg\": \"commitlint -e $GIT_PARAMS\",\n- \"precommit\": \"lint-staged\",\n\"build\": \"npm run build:types && npm run build:js\",\n\"build:js\": \"babel src/ --out-dir lib --extensions \\\".ts,.tsx\\\"\",\n\"... | TypeScript | MIT License | verdaccio/monorepo | chore(readme): remove unnecessary scripts and add one for lint-staged | 1 | chore | readme |
815,593 | 23.07.2019 19:16:36 | -32,400 | cf576741271949361370a2979a73ececf5e8d6eb | chore: add debug log to Relayer#reconstruct_block | [
{
"change_type": "MODIFY",
"diff": "@@ -279,6 +279,13 @@ impl<CS: ChainStore + 'static> Relayer<CS> {\ncompact_block: &CompactBlock,\ntransactions: Vec<Transaction>,\n) -> Result<Block, Vec<usize>> {\n+ debug_target!(\n+ crate::LOG_TARGET_RELAY,\n+ \"start block reconstruction, block hash: {:#x}, transactio... | Rust | MIT License | nervosnetwork/ckb | chore: add debug log to Relayer#reconstruct_block | 1 | chore | null |
151,430 | 23.07.2019 21:26:04 | 25,200 | c534d6a19f99513d5c0b90ea5a93fc896d975348 | docs: site fix markdown regex | [
{
"change_type": "MODIFY",
"diff": "@@ -53,7 +53,7 @@ function getSidebarContents(sidebarCategories, edges, version) {\npages: sidebarCategories[key]\n.map(linkPath => {\nconst match = linkPath.match(\n- /^\\[([\\w\\s\\d]+)\\]\\((https?:\\/\\/[\\w.]+)\\)$/\n+ /^\\[([\\w\\s\\d]+)\\]\\((https?:\\/\\/[\\w./]+)... | JavaScript | MIT License | davidwells/analytics | docs: site fix markdown regex | 1 | docs | null |
151,430 | 23.07.2019 21:26:29 | 25,200 | e62fea143686048ba9683449ed5d75786b073919 | docs: site add request plugin link | [
{
"change_type": "MODIFY",
"diff": "@@ -142,24 +142,42 @@ export default class SidebarNav extends Component {\n};\nrenderPages(pages) {\n- return (\n- <StyledList>\n- {pages.map(page => (\n- <StyledListItem key={page.path}>\n- {page.anchor ? (\n+ const links = pages.map(page => {\n+ let link\n+ if (page.anc... | JavaScript | MIT License | davidwells/analytics | docs: site add request plugin link | 1 | docs | null |
471,462 | 23.07.2019 22:22:28 | 14,400 | 37ea1136dcc57d6e09315c11070b268e6c6a176b | docs(building-rollup): update naming across the README | [
{
"change_type": "MODIFY",
"diff": "@@ -32,10 +32,11 @@ npm i -D @open-wc/building-rollup rollup rimraf es-dev-server\n2. Create a `rollup.config.js` file and pass in your app's `index.html`:\n```javascript\n-import createDefaultConfig from '@open-wc/building-rollup/modern-config';\n+import { createDefaultC... | JavaScript | MIT License | open-wc/open-wc | docs(building-rollup): update naming across the README | 1 | docs | building-rollup |
471,462 | 23.07.2019 22:29:26 | 14,400 | d504a43fdbb1899be72779f74b5aacfcfbbcdc56 | docs(building-webpack): update naming across the README | [
{
"change_type": "MODIFY",
"diff": "@@ -33,10 +33,13 @@ npm i -D @open-wc/building-webpack webpack webpack-cli es-dev-server\n```javascript\nconst path = require('path');\n-const createDefaultConfig = require('@open-wc/building-webpack/modern-config');\n+const { createDefaultConfig } = require('@open-wc/bui... | JavaScript | MIT License | open-wc/open-wc | docs(building-webpack): update naming across the README | 1 | docs | building-webpack |
217,922 | 24.07.2019 02:13:00 | -7,200 | b758f9b1ae148827c60d515bd7753c1efcd1c9dd | fix(simulator): custom recipe configuration is now properly saved with the rotation | [
{
"change_type": "MODIFY",
"diff": "import { Component } from '@angular/core';\nimport { FormBuilder, FormGroup, Validators } from '@angular/forms';\nimport { Craft } from '../../../../model/garland-tools/craft';\n-import { combineLatest, Observable } from 'rxjs';\n-import { map, startWith } from 'rxjs/oper... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(simulator): custom recipe configuration is now properly saved with the rotation | 1 | fix | simulator |
67,476 | 24.07.2019 05:34:43 | -7,200 | e4e1a14e23147099d81c67829b17cff6582f9021 | feat(runtime): initial implementation for startup tasks | [
{
"change_type": "MODIFY",
"diff": "@@ -19,7 +19,8 @@ export {\ntransient,\nInjectable,\nInterfaceSymbol,\n- InstanceProvider\n+ InstanceProvider,\n+ Resolved,\n} from './di';\nexport {\nClass,\n",
"new_path": "packages/kernel/src/index.ts",
"old_path": "packages/kernel/src/index.ts"
},
{
"c... | TypeScript | MIT License | aurelia/aurelia | feat(runtime): initial implementation for startup tasks | 1 | feat | runtime |
67,476 | 24.07.2019 06:16:20 | -7,200 | dc59576570535c2922d34690d86bd6500acc79b3 | ci: add pipefail to merge script | [
{
"change_type": "MODIFY",
"diff": "@@ -134,25 +134,25 @@ commands:\ntype: boolean\ndefault: true\nsteps:\n- - run: ./node_modules/.bin/lerna clean -y\n- - run: git add packages/*/dist --force && git status\n- - run: git stash && git status\n+ - run: set -o pipefail && ./node_modules/.bin/lerna clean -y\n+ ... | TypeScript | MIT License | aurelia/aurelia | ci: add pipefail to merge script | 1 | ci | null |
67,516 | 24.07.2019 06:38:47 | -7,200 | 283b1724f9cfcf60b22c56502abb5053dcef470b | chore(i18n): post review changes
Removed usage of mock DOM from tests.
Used functions instead of lambda in tests
Added a type checking in t-custom attribute
removed createTextNode from HTMLTestContext as not used anymore | [
{
"change_type": "MODIFY",
"diff": "import { I18nConfigurationOptions, I18nService } from '@aurelia/i18n';\n-import { IDOM } from '@aurelia/runtime';\n-import { assert, HTMLTestContext, TestContext } from '@aurelia/testing';\n+import { DOM } from '@aurelia/runtime-html';\n+import { assert } from '@aurelia/t... | TypeScript | MIT License | aurelia/aurelia | chore(i18n): post review changes
- Removed usage of mock DOM from tests.
- Used functions instead of lambda in tests
- Added a type checking in t-custom attribute
- removed createTextNode from HTMLTestContext as not used anymore | 1 | chore | i18n |
791,704 | 24.07.2019 08:08:54 | 25,200 | 82835eb6e4bcece5ac1ce9c575a8d2d9ecd995d1 | clients(lightrider): serialize errors in artifacts | [
{
"change_type": "MODIFY",
"diff": "@@ -9,6 +9,7 @@ const lighthouse = require('../../lighthouse-core/index.js');\nconst LHError = require('../../lighthouse-core/lib/lh-error.js');\nconst preprocessor = require('../../lighthouse-core/lib/proto-preprocessor.js');\n+const assetSaver = require('../../lighthous... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | clients(lightrider): serialize errors in artifacts (#9410) | 1 | clients | lightrider |
749,516 | 24.07.2019 09:24:14 | 25,200 | f627af1b59db737864bb3a2b99ea608ab4d2e5b9 | chore(datepicker): update examples to include correct localization names | [
{
"change_type": "MODIFY",
"diff": "@@ -36,9 +36,3 @@ import { Datepicker } from '@zendeskgarden/react-datepickers';\n</Field>\n</ThemeProvider>;\n```\n-\n-## date-fns dependency\n-\n-We currently use the v2, `date-fns@next`, distribution of [date-fns](https://date-fns.org/).\n-This allows us to provide a w... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | chore(datepicker): update examples to include correct localization names (#393) | 1 | chore | datepicker |
447,460 | 24.07.2019 09:54:23 | 14,400 | ca777f57f5465187ac61931199d77d4eb68afc1c | fix: animate radiobuttongroup | [
{
"change_type": "MODIFY",
"diff": "@@ -13,7 +13,7 @@ describe('<ButtonItems />', () => {\nexpect(component.children().length).toBe(3);\n});\nit('should pass the right props to the RadioButton component', () => {\n- const option = [{ value: 'admin', label: 'Admin', disabled: true }];\n+ const option = [{ op... | JavaScript | MIT License | nexxtway/react-rainbow | fix: animate radiobuttongroup (#839) | 1 | fix | null |
438,921 | 24.07.2019 10:36:29 | -32,400 | f9cf2d19cb39dd6946ad69a86a3c46fbb04f1b11 | refactor(stanford): Updates on data types
Specify missing parameter data types on definition
Update regions text function's percentage parameter to be number
Update API doc description & examples
Fix | [
{
"change_type": "MODIFY",
"diff": "@@ -5,6 +5,7 @@ import {compareEpochs, getCentroid, getRegionArea, pointInRegion} from \"../../..\ndescribe(\"STANFORD\", () => {\nlet chart;\n+ let stanford = new Stanford({ epochs: [30, 35] });\nconst args = {\ndata: {\nx: \"x\",\n@@ -14,11 +15,7 @@ describe(\"STANFORD\... | TypeScript | MIT License | naver/billboard.js | refactor(stanford): Updates on data types
- Specify missing parameter data types on definition
- Update regions text function's percentage parameter to be number
- Update API doc description & examples
Fix #987 | 1 | refactor | stanford |
711,597 | 24.07.2019 11:04:32 | -7,200 | 19824002d5fc9944c5a50360d2e6fbbeb1cb1688 | test(core): Enable logging in e2e tests | [
{
"change_type": "MODIFY",
"diff": "@@ -9,6 +9,7 @@ import { SqljsConnectionOptions } from 'typeorm/driver/sqljs/SqljsConnectionOpti\nimport { populateForTesting, PopulateOptions } from '../mock-data/populate-for-testing';\nimport { preBootstrapConfig } from '../src/bootstrap';\nimport { Mutable } from '../... | TypeScript | MIT License | vendure-ecommerce/vendure | test(core): Enable logging in e2e tests | 1 | test | core |
711,597 | 24.07.2019 11:29:32 | -7,200 | 0bdb73a95346fddd90fb95ea301e2cc75a5f6ea4 | refactor(core): Improve internal module architecture
Makes it work better with new plugin system | [
{
"change_type": "MODIFY",
"diff": "@@ -52,12 +52,12 @@ describe('Plugins', () => {\nawait server.destroy();\n});\n- it('calls onVendureBootstrap once only', () => {\n- expect(onBootstrapFn.mock.calls.length).toBe(1);\n+ it('calls onVendureBootstrap', () => {\n+ expect(onBootstrapFn).toHaveBeenCalled();\n})... | TypeScript | MIT License | vendure-ecommerce/vendure | refactor(core): Improve internal module architecture
Makes it work better with new plugin system | 1 | refactor | core |
711,597 | 24.07.2019 11:31:01 | -7,200 | 8aefc93b390f24cffb5c3975f5935dcd2b50b087 | refactor(core): Update SearchService to work with new plugins | [
{
"change_type": "MODIFY",
"diff": "-import { OnApplicationBootstrap } from '@nestjs/common';\nimport { SearchReindexResponse } from '@vendure/common/lib/generated-types';\nimport { idsAreEqual } from '../../common/utils';\n@@ -8,9 +7,8 @@ import { EventBus } from '../../event-bus/event-bus';\nimport { Cata... | TypeScript | MIT License | vendure-ecommerce/vendure | refactor(core): Update SearchService to work with new plugins | 1 | refactor | core |
711,597 | 24.07.2019 11:31:50 | -7,200 | 6599c3b0b6cfc10264d283c6403140f333f317f4 | refactor(elasticsearch-plugin): Update to new SearchService | [
{
"change_type": "MODIFY",
"diff": "@@ -18,12 +18,16 @@ import { ElasticsearchOptions } from './plugin';\nimport { ProductIndexItem, SearchHit, SearchResponseBody, VariantIndexItem } from './types';\n@Injectable()\n-export class ElasticsearchService implements SearchService {\n-\n- constructor(@Inject(ELAST... | TypeScript | MIT License | vendure-ecommerce/vendure | refactor(elasticsearch-plugin): Update to new SearchService | 1 | refactor | elasticsearch-plugin |
722,013 | 24.07.2019 12:25:16 | 18,000 | 6ee0dff96cb3b7d07182fbd7fab075f664a42f28 | feat: avoid skipping comps documented inline | [
{
"change_type": "MODIFY",
"diff": "const fs = require('fs')\nconst path = require('path')\n+const { parseComponent } = require('vue-template-compiler')\nconst getNameFromFilePath = require('react-styleguidist/lib/loaders/utils/getNameFromFilePath')\nconst requireIt = require('react-styleguidist/lib/loaders... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | feat: avoid skipping comps documented inline | 1 | feat | null |
722,013 | 24.07.2019 12:29:17 | 18,000 | 4d27777a87cac25882f48cd59522fc5188d42606 | test: add an example of skip on vue component | [
{
"change_type": "MODIFY",
"diff": "@@ -19,5 +19,6 @@ module.exports = {\nwebpackConfig: {\nplugins: process.argv.includes('--analyze') ? [new BundleAnalyzerPlugin()] : []\n},\n- codeSplit: true\n+ codeSplit: true,\n+ skipComponentsWithoutExample: true\n}\n",
"new_path": "examples/vuecli3/styleguide.con... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | test: add an example of skip on vue component | 1 | test | null |
71,101 | 24.07.2019 12:48:52 | -7,200 | 9565b9b23730692e0c461bd672041c3f887e38cf | feat(core): allow multiple transforms on ITemplateOptions
This deprecates the `templateOptions.transform` field and introduces a
new `templateOptions.transforms` field. When both are specified, the
deprecated field's value is prepended to the new field value, preserving
original behavior.
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -545,9 +545,19 @@ export class Stack extends Construct implements ITaggable {\n* @internal\n*/\nprotected _toCloudFormation() {\n+ if (this.templateOptions.transform) {\n+ // tslint:disable-next-line: max-line-length\n+ this.node.addWarning('This stack is using the dep... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(core): allow multiple transforms on ITemplateOptions (#3395)
This deprecates the `templateOptions.transform` field and introduces a
new `templateOptions.transforms` field. When both are specified, the
deprecated field's value is prepended to the new field value, preserving
original behavior.
Fixes #3366 | 1 | feat | core |
217,922 | 24.07.2019 12:49:24 | -7,200 | cbcd6ffc389f1658a43d50ed93fb0dc04d9ae25e | fix(simulator): fixed an issue with min stats popup affecting simulation itself | [
{
"change_type": "MODIFY",
"diff": "\"integrity\": \"sha512-RCZElbAgc+tIOFK5m0IaHBF1lHJyWb6NkzxfQHefX9Dx93mRg+pasTgt2WDPT6HzcmPnuQ72TbnUKaNNVkR6KA==\"\n},\n\"@ffxiv-teamcraft/simulator\": {\n- \"version\": \"1.2.10\",\n- \"resolved\": \"https://registry.npmjs.org/@ffxiv-teamcraft/simulator/-/simulator-1.2.1... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(simulator): fixed an issue with min stats popup affecting simulation itself | 1 | fix | simulator |
401,147 | 24.07.2019 12:59:34 | -19,080 | c5fd27095000ce672ad79bebb63e6cc931330486 | feat: added feature to render button as Link component
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -25,6 +25,7 @@ export const ButtonStyled = styled('button')<Props>`\npadding: 8px 10px;\nborder-radius: 3px;\nuser-select: none;\n+ text-decoration: none;\n&:hover {\ncursor: pointer;\n",
"new_path": "packages/core/src/components/Button/Button.styled.tsx",
"old... | TypeScript | MIT License | medly/medly-components | feat: added feature to render button as Link component
affects: @medly-components/core | 1 | feat | null |
401,147 | 24.07.2019 13:13:17 | -19,080 | 63694313b61f6241564383828af81996381ff098 | fix: added as prop in Button component
affects: | [
{
"change_type": "MODIFY",
"diff": "import { HTMLProps, WithThemeProp } from '@medly-components/utils';\nexport interface Props extends HTMLProps<HTMLButtonElement>, WithThemeProp {\n+ as?: any;\n/** Use this if rendering it like Link */\nto?: string;\ntype?: 'button' | 'reset' | 'submit';\n",
"new_path... | TypeScript | MIT License | medly/medly-components | fix: added as prop in Button component
affects: @medly-components/core | 1 | fix | null |
304,895 | 24.07.2019 13:13:44 | 25,200 | ac5636790d111cca92b238788b5dff16aa63c334 | feat(values): add/subtract duration literal arithmetic
added support for adding and subtracting durations | [
{
"change_type": "MODIFY",
"diff": "@@ -73,6 +73,11 @@ var binaryFuncLookup = map[BinaryFuncSignature]BinaryFunction{\nr := rv.Str()\nreturn NewString(l + r), nil\n},\n+ {Operator: ast.AdditionOperator, Left: semantic.Duration, Right: semantic.Duration}: func(lv, rv Value) (Value, error) {\n+ l := lv.Durati... | Go | MIT License | influxdata/flux | feat(values): add/subtract duration literal arithmetic (#1592)
- added support for adding and subtracting durations | 1 | feat | values |
104,839 | 24.07.2019 13:20:21 | 10,800 | 8f5dd00ef6108191d6d23b887f4446ade0b26d10 | feat(imagecard): add move controls | [
{
"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.2.0\",\n+ \"react-image-hotspots\": \"^1.3.0\",\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 | feat(imagecard): add move controls | 1 | feat | imagecard |
865,926 | 24.07.2019 13:43:22 | -7,200 | 721d34730631806a7f85957de8ee705cae0f4afe | fix(deploy): display validation result only after first submission
The green/red outline and the error message will be displayed only
after the user tries to deploy the diagram for the first time.
Then, the validation results will be displayed immediately on change
or blur.
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -53,8 +53,8 @@ class View extends PureComponent {\ninitialValues,\nonClose,\nonDeploy,\n- onFocusChange,\n- validators\n+ validators,\n+ onFocusChange = noop\n} = this.props;\nconst deployOpen = this.state.deployOpen;\n@@ -191,7 +191,7 @@ function FormControl({\nlabel,... | JavaScript | MIT License | camunda/camunda-modeler | fix(deploy): display validation result only after first submission
The green/red outline and the error message will be displayed only
after the user tries to deploy the diagram for the first time.
Then, the validation results will be displayed immediately on change
or blur.
Closes #1405 | 1 | fix | deploy |
104,818 | 24.07.2019 14:07:00 | 21,600 | fcd9cbd112f58ef652f0b1fabc6097f58936bf65 | feat(tablecard): show dummy data when card is in editmode | [
{
"change_type": "MODIFY",
"diff": "@@ -7,6 +7,7 @@ import { CardPropTypes, TableCardPropTypes } from '../../constants/PropTypes';\nimport Card from '../Card/Card';\nimport { CARD_SIZES } from '../../constants/LayoutConstants';\nimport StatefulTable from '../Table/StatefulTable';\n+import { generateTableSam... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(tablecard): show dummy data when card is in editmode | 1 | feat | tablecard |
104,818 | 24.07.2019 14:22:46 | 21,600 | 467635d0d36b4eac73a0b69f243280b5e217e989 | feat(tablecard): support editable state with no columns or values | [
{
"change_type": "MODIFY",
"diff": "@@ -104,7 +104,7 @@ const StyledExpandedRowContent = styled.div`\nconst TableCard = ({\nid,\ntitle,\n- content: { columns, showHeader, expandedRows, sort },\n+ content: { columns = [], showHeader, expandedRows, sort },\nsize,\nonCardAction,\nvalues: data,\n@@ -295,10 +295... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(tablecard): support editable state with no columns or values | 1 | feat | tablecard |
104,857 | 24.07.2019 14:41:57 | 10,800 | 4fbb27aa5bdde86e4a92870eabfb143256f0ea49 | feat(tablecard): table card updates related to data mapping | [
{
"change_type": "MODIFY",
"diff": "import React from 'react';\nimport { OverflowMenu, OverflowMenuItem, Icon } from 'carbon-components-react';\nimport styled from 'styled-components';\n+import moment from 'moment';\nimport { CardPropTypes, TableCardPropTypes } from '../../constants/PropTypes';\nimport Card... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(tablecard): table card updates related to data mapping | 1 | feat | tablecard |
306,484 | 24.07.2019 14:43:01 | -7,200 | c23fc22061678bc9b70e2c0ad5a56aee6e94afc2 | chore: support linting and formatting of markdown files | [
{
"change_type": "MODIFY",
"diff": "@@ -8,6 +8,9 @@ end_of_line = lf\ninsert_final_newline = true\ntrim_trailing_whitespace = true\n+[*.md]\n+indent_size = unset\n+\n[*.{html,js,md}]\nblock_comment_start = /**\nblock_comment = *\n",
"new_path": ".editorconfig",
"old_path": ".editorconfig"
},
{
... | JavaScript | MIT License | ing-bank/lion | chore: support linting and formatting of markdown files | 1 | chore | null |
791,723 | 24.07.2019 14:54:05 | 25,200 | 632f03a9a572ceae8e2dabdef61eb361e8447902 | misc: add note about global.URL in node 10 | [
{
"change_type": "MODIFY",
"diff": "@@ -32,6 +32,7 @@ function rewriteChromeInternalUrl(url) {\nreturn url.replace(/^chrome:\\/\\/chrome\\//, 'chrome://');\n}\n+// URL is global as of node 10. https://nodejs.org/api/globals.html#globals_url\nclass URLShim extends URL {\n/**\n* @param {string} url\n",
"n... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc: add note about global.URL in node 10 (#9449) | 1 | misc | null |
67,474 | 24.07.2019 14:56:10 | -36,000 | 416d48d9a9fb8e1f169026496d1f2382e496814e | test(ci): proper fail in various scripts | [
{
"change_type": "MODIFY",
"diff": "@@ -47,7 +47,7 @@ function parseArgs(): {tag: string; suffix: string} {\nreturn { tag, suffix };\n}\n-async function run(): Promise<void> {\n+(async function (): Promise<void> {\nconst { tag, suffix } = parseArgs();\nconst { major, minor, patch } = getCurrentVersion();\nc... | TypeScript | MIT License | aurelia/aurelia | test(ci): proper fail in various scripts | 1 | test | ci |
711,597 | 24.07.2019 14:59:41 | -7,200 | eb5d4ff6622940ad2e501b5a09305867af54290b | feat(create): Update config template to new plugin format | [
{
"change_type": "MODIFY",
"diff": "@@ -56,12 +56,13 @@ const path = require('path');\n},\ncustomFields: {},\nplugins: [\n- new AssetServerPlugin({\n+ AssetServerPlugin.init({\nroute: 'assets',\nassetUploadDir: path.join(__dirname, 'vendure/assets'),\nport: 3001,\n}),\n- new EmailPlugin({\n+ DefaultSearchPl... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(create): Update config template to new plugin format | 1 | feat | create |
71,101 | 24.07.2019 15:10:47 | -7,200 | c989fa476e8748d8cebf006fa0faad0a5609d264 | fix(ecs): make URL domain-suffix dependent
The ECS registry URL should be suffixed with the current partition's URL
suffix, instead of a hard-coded `amazonaws.com`.
Fixes | [
{
"change_type": "MODIFY",
"diff": "\"AdoptEcrRepositorydbc60defc59544bcaa5c28c95d68f62cServiceRoleDefaultPolicy6BC8737C\",\n\"AdoptEcrRepositorydbc60defc59544bcaa5c28c95d68f62cServiceRoleD788AA17\"\n],\n- \"DeletionPolicy\": \"Delete\",\n- \"UpdateReplacePolicy\": \"Delete\"\n+ \"UpdateReplacePolicy\": \"D... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(ecs): make URL domain-suffix dependent (#3394)
The ECS registry URL should be suffixed with the current partition's URL
suffix, instead of a hard-coded `amazonaws.com`.
Fixes #3377 | 1 | fix | ecs |
438,921 | 24.07.2019 15:23:33 | -32,400 | 61cf047545547bad93d96a64e4d6058d75975a5b | feat(options): Pass instance arg to callbacks
Pass instance argument for callback options to facilitate the usage.
Fix | [
{
"change_type": "MODIFY",
"diff": "@@ -279,4 +279,62 @@ describe(\"Interface & initialization\", () => {\n});\n});\n});\n+\n+ describe(\"check for callbacks if instance param is passed\", () => {\n+ let chart;\n+ const spy = sinon.spy();\n+\n+ before(() => {\n+ const args = {\n+ data: {\n+ columns: [\n+ [\... | TypeScript | MIT License | naver/billboard.js | feat(options): Pass instance arg to callbacks
Pass instance argument for callback options to facilitate the usage.
Fix #989 | 1 | feat | options |
722,013 | 24.07.2019 15:27:43 | 18,000 | 9de98459fca56c06a2cd9774d4fe92988e82b286 | test: fix getComponents file no exit | [
{
"change_type": "MODIFY",
"diff": "@@ -33,7 +33,7 @@ module.exports = function processComponent(filepath, config) {\nconst componentMetadataPath = getComponentMetadataPath(filepath)\nconst hasExamplesFile = examplesFile && fs.existsSync(examplesFile)\nlet hasInternalExamples = false\n- if (!hasExamplesFile... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | test: fix getComponents file no exit | 1 | test | null |
791,704 | 24.07.2019 16:44:29 | 25,200 | 21d00aca5d882add4386b9468b26dcaa64a0c28e | core(font-size): gather from attribute styles | [
{
"change_type": "MODIFY",
"diff": "@@ -162,7 +162,7 @@ function findInheritedCSSRule(inheritedEntries = []) {\n* @param {LH.Crdp.CSS.GetMatchedStylesForNodeResponse} matched CSS rules\n* @returns {NodeFontData['cssRule']|undefined}\n*/\n-function getEffectiveFontRule({inlineStyle, matchedCSSRules, inherite... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(font-size): gather from attribute styles (#9414) | 1 | core | font-size |
711,597 | 24.07.2019 16:53:07 | -7,200 | b5e0b62e6b3e545d1ebc293cce8c32f938db54e9 | feat(create): Improve error handling | [
{
"change_type": "MODIFY",
"diff": "@@ -29,7 +29,8 @@ let projectName: string | undefined;\n// Set the environment variable which can then be used to\n// conditionally modify behaviour of core or plugins.\n-const createEnvVar: import('@vendure/common/src/shared-constants').CREATING_VENDURE_APP = 'CREATING_V... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(create): Improve error handling | 1 | feat | create |
713,841 | 24.07.2019 17:20:55 | -7,200 | e83109b1480d29b8520c642781822cbdb4211787 | chore: set a deprecation message in the head of README | [
{
"change_type": "MODIFY",
"diff": "+## Deprecated repository\n+\n+**This repository has been moved to a monorepo you can find in [verdaccio/monorepo](https://github.com/verdaccio/monorepo). This package is located in [`core/file-locking` folder](https://github.com/verdaccio/monorepo/tree/master/core/file-l... | TypeScript | MIT License | verdaccio/monorepo | chore: set a deprecation message in the head of README | 1 | chore | null |
76,605 | 24.07.2019 17:35:29 | -7,200 | 5c53022e6575eac935d2a751134dd42a0c066607 | build: 3.4.0 | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"node-nlp\",\n- \"version\": \"3.3.2\",\n+ \"version\": \"3.4.0\",\n\"lockfileVersion\": 1,\n\"requires\": true,\n\"dependencies\": {\n\"ansi-regex\": {\n\"version\": \"2.1.1\",\n\"bundled\": true,\n- \"dev\": true,\n- \"optional\": true\n+ \"dev\": true\n},... | JavaScript | MIT License | axa-group/nlp.js | build: 3.4.0 | 1 | build | null |
713,841 | 24.07.2019 17:37:49 | -7,200 | b2282c1dea727e23967085f993bbf0ff6ef3fe8a | chore(readme): use packages from workspace | [
{
"change_type": "MODIFY",
"diff": "\"marked\": \"0.6.2\"\n},\n\"devDependencies\": {\n- \"@verdaccio/babel-preset\": \"^0.2.1\",\n- \"@verdaccio/eslint-config\": \"^0.0.1\",\n+ \"@verdaccio/babel-preset\": \"^2.0.0\",\n+ \"@verdaccio/eslint-config\": \"^2.0.0\",\n\"@verdaccio/types\": \"^6.0.2\"\n},\n\"scr... | TypeScript | MIT License | verdaccio/monorepo | chore(readme): use packages from workspace | 1 | chore | readme |
713,841 | 24.07.2019 17:38:46 | -7,200 | 5de1f77ff25abeb318ddd174fce8142c098c69ae | chore(commons-api): use packages from workspace | [
{
"change_type": "MODIFY",
"diff": "\"http-errors\": \"1.7.3\"\n},\n\"devDependencies\": {\n- \"@verdaccio/babel-preset\": \"^0.2.1\",\n- \"@verdaccio/eslint-config\": \"^0.0.1\"\n+ \"@verdaccio/babel-preset\": \"^2.0.0\",\n+ \"@verdaccio/eslint-config\": \"^2.0.0\"\n},\n\"scripts\": {\n\"build\": \"npm run... | TypeScript | MIT License | verdaccio/monorepo | chore(commons-api): use packages from workspace | 1 | chore | commons-api |
306,484 | 24.07.2019 18:11:59 | -7,200 | 22c0e893c7a654c59cee9142b99c57c64eba8501 | chore(localize): fix typos in documentation | [
{
"change_type": "MODIFY",
"diff": "The localization system helps to manage localization data split into locales and automate its loading.\nThe loading of data tries to be as unobtrusive as possible for a typical workflow while providing a flexible and controllable mechanism for non-trivial use cases.\n-The... | JavaScript | MIT License | ing-bank/lion | chore(localize): fix typos in documentation | 1 | chore | localize |
67,516 | 24.07.2019 19:25:00 | -7,200 | 40406909fc166dcdd61955753d3a8ac79a0d2334 | chore(i18n): handled falsy t attribute value | [
{
"change_type": "MODIFY",
"diff": "-import { bindable, customAttribute, INode, LifecycleFlags } from '@aurelia/runtime';\n+import { bindable, customAttribute, INode, LifecycleFlags, LifecycleTask } from '@aurelia/runtime';\nimport { I18N, I18nService } from './i18n';\n// TODO write unit tests\n@@ -15,14 +1... | TypeScript | MIT License | aurelia/aurelia | chore(i18n): handled falsy t attribute value | 1 | chore | i18n |
67,516 | 24.07.2019 20:25:18 | -7,200 | 1ef1a9ebc019a45efa80d5dc524d8d458964f2cd | chore(i18n): used type def for i18next plugins | [
{
"change_type": "MODIFY",
"diff": "import { DI } from '@aurelia/kernel';\nimport i18next from 'i18next';\n+export type I18nModule =\n+ | i18next.BackendModule\n+ | i18next.LanguageDetectorModule\n+ | i18next.LanguageDetectorAsyncModule\n+ | i18next.PostProcessorModule\n+ | i18next.I18nFormatModule\n+ | i18... | TypeScript | MIT License | aurelia/aurelia | chore(i18n): used type def for i18next plugins | 1 | chore | i18n |
67,516 | 24.07.2019 20:30:00 | -7,200 | 2f0bcb4f61a58ccd4abfcde712895c07bc3d217e | chore(i18n): type def correction for tests | [
{
"change_type": "MODIFY",
"diff": "import { I18nConfigurationOptions, I18nService } from '@aurelia/i18n';\nimport { DOM } from '@aurelia/runtime-html';\nimport { assert } from '@aurelia/testing';\n-import i18next from 'i18next';\n+import i18next, { I18nModule } from 'i18next';\nimport { Spy } from './Spy';... | TypeScript | MIT License | aurelia/aurelia | chore(i18n): type def correction for tests | 1 | chore | i18n |
67,516 | 24.07.2019 20:37:45 | -7,200 | 5385529d52df65d5d1af3d20c29ce5ef90db7edc | chore(i18n): type def correction | [
{
"change_type": "MODIFY",
"diff": "-import { I18nConfigurationOptions, I18nService } from '@aurelia/i18n';\n+import { I18nConfigurationOptions, I18nModule, I18nService } from '@aurelia/i18n';\nimport { DOM } from '@aurelia/runtime-html';\nimport { assert } from '@aurelia/testing';\n-import i18next, { I18nM... | TypeScript | MIT License | aurelia/aurelia | chore(i18n): type def correction | 1 | chore | i18n |
67,516 | 24.07.2019 21:46:52 | -7,200 | 6ca1acc2d6edcc327feeddfa0fd3a504847c29d0 | chore(i18n): corrected di registration | [
{
"change_type": "MODIFY",
"diff": "import { IContainer, Registration } from '@aurelia/kernel';\n+import { I18N, I18nService } from './i18n';\nimport { I18nConfigurationOptions } from './i18n-configuration-options';\nimport { I18nextWrapper, I18nWrapper } from './i18next-wrapper';\nimport { TCustomAttribute... | TypeScript | MIT License | aurelia/aurelia | chore(i18n): corrected di registration | 1 | chore | i18n |
711,597 | 24.07.2019 21:52:45 | -7,200 | 9205554a0628df06e7ee6c7758e8f2d71c99c5c5 | docs: Update documentation for new plugin architecture | [
{
"change_type": "MODIFY",
"diff": "---\ntitle: \"Plugins\"\nweight: 2\n-showtoc: false\n+showtoc: true\n---\n# Plugins\n@@ -21,10 +21,137 @@ This section details the official Vendure plugins included in the main Vendure r\n{{< figure src=\"plugin_architecture.png\" >}}\n-This diagram illustrates the how a ... | TypeScript | MIT License | vendure-ecommerce/vendure | docs: Update documentation for new plugin architecture | 1 | docs | null |
67,516 | 24.07.2019 22:32:21 | -7,200 | c1d0e14f3083122935163e7910c950cc677fd323 | chore(i18n): removed package-lock | [
{
"change_type": "ADD",
"diff": "+package-lock=false\n",
"new_path": "packages/i18n/.npmrc",
"old_path": null
},
{
"change_type": "DELETE",
"diff": "-{\n- \"name\": \"@aurelia/i18n\",\n- \"version\": \"0.3.0\",\n- \"lockfileVersion\": 1,\n- \"requires\": true,\n- \"dependencies\": {\n- \... | TypeScript | MIT License | aurelia/aurelia | chore(i18n): removed package-lock | 1 | chore | i18n |
67,476 | 24.07.2019 22:53:16 | -7,200 | 720dfabec91ef4126e6f21b3b85c007e225a9e4a | fix(activator): add task manager inject key | [
{
"change_type": "MODIFY",
"diff": "@@ -4,11 +4,12 @@ import {\nIResolver,\nIServiceLocator,\nRegistration,\n+ Key,\n} from '@aurelia/kernel';\nimport { INode } from './dom';\nimport { LifecycleFlags } from './flags';\n-import { IViewModel, IController } from './lifecycle';\n+import { IController, IViewMode... | TypeScript | MIT License | aurelia/aurelia | fix(activator): add task manager inject key | 1 | fix | activator |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.