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
815,569
18.07.2019 18:28:34
-28,800
3996aba45a9568318682d9622ee8e8cf0a20849c
script: check type item len
[ { "change_type": "MODIFY", "diff": "@@ -25,6 +25,7 @@ def print_types(case):\nprint(\"#### Parameters\")\nnewline(1)\nfor item in case[\"types\"]:\n+ assert(len(item) == 1)\nfor (key, val) in item.items():\nprint(\" {} - {}\".format(key, val))\n", "new_path": "devtools/doc/rpc.py", "old_path": "devt...
Rust
MIT License
nervosnetwork/ckb
script: check type item len
1
script
null
722,013
18.07.2019 18:36:47
18,000
d1576601ae63f120931ee62dab0032ab9705b9dc
build: remove analyzer by default
[ { "change_type": "MODIFY", "diff": "@@ -54,7 +54,9 @@ module.exports = {\n]\n},\n- plugins: [new vueLoader.VueLoaderPlugin(), new BundleAnalyzerPlugin({ analyzerMode: 'static' })]\n+ plugins: [new vueLoader.VueLoaderPlugin()].concat(\n+ process.argv.includes('--analyze') ? [new BundleAnalyzerPlugin()] : []\...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
build: remove analyzer by default
1
build
null
815,598
18.07.2019 18:41:16
-28,800
57913a8cedde3f63fb7f2617f1d1b9b9fbd7ce0a
feat: only allow default secp256k1 block assembler Unless start the node with `ckb run --ba-advanced`
[ { "change_type": "MODIFY", "diff": "@@ -35,7 +35,7 @@ pub fn run_app(version: Version) -> Result<(), ExitCode> {\nlet _guard = setup.setup_app(&version);\nmatch app_matches.subcommand() {\n- (cli::CMD_RUN, _) => subcommand::run(setup.run()?, version),\n+ (cli::CMD_RUN, Some(matches)) => subcommand::run(setu...
Rust
MIT License
nervosnetwork/ckb
feat: only allow default secp256k1 block assembler Unless start the node with `ckb run --ba-advanced`
1
feat
null
807,912
18.07.2019 20:44:34
-3,600
ae8766954450f56e1e3f24373c5f38721500e7b7
fix(publish): Add `--graph-type` option to control packages included in topological sort Allow for configuration of a specific `graphType` so that users can opt-in to using `devDependencies` when building a package graph to determine a topological sort. Closes
[ { "change_type": "MODIFY", "diff": "@@ -49,6 +49,7 @@ This is useful when a previous `lerna publish` failed to publish all packages to\n- [`--contents <dir>`](#--contents-dir)\n- [`--dist-tag <tag>`](#--dist-tag-tag)\n- [`--git-head <sha>`](#--git-head-sha)\n+- [`--graph-type <all|dependencies>`](#--graph-t...
JavaScript
MIT License
lerna/lerna
fix(publish): Add `--graph-type` option to control packages included in topological sort (#2152) Allow for configuration of a specific `graphType` so that users can opt-in to using `devDependencies` when building a package graph to determine a topological sort. Closes #1437
1
fix
publish
722,013
18.07.2019 21:43:18
18,000
9a6b0318e3a2163ed86185c8d7cacfda90acd69a
fix: accept multiple style parts
[ { "change_type": "MODIFY", "diff": "@@ -33,19 +33,61 @@ describe('parseComponent', () => {\n`)\n})\n- it('should detect style', () => {\n+ it('should detect one style', () => {\nconst comp = parseComponent(`\n<style>\n.class3{\ncolor: red;\n}\n</style>`)\n- expect(comp.style).toMatchInlineSnapshot(`\n+ expe...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix: accept multiple style parts
1
fix
null
67,494
18.07.2019 21:49:42
-7,200
bee983272170acbce877a009c46f3fe4ae90ca1c
feat(realworld): add RouterConfiguration
[ { "change_type": "MODIFY", "diff": "import { DebugConfiguration } from '@aurelia/debug';\nimport { HttpClient } from '@aurelia/fetch-client';\nimport { BasicConfiguration } from '@aurelia/jit-html-browser';\n-import { ViewportCustomElement } from '@aurelia/router';\n+import { RouterConfiguration } from '@au...
TypeScript
MIT License
aurelia/aurelia
feat(realworld): add RouterConfiguration
1
feat
realworld
722,013
18.07.2019 21:49:58
18,000
fcae13c913e1c020d3b772bd6504dd0b5985bf46
fix: use style normalize sfc component
[ { "change_type": "MODIFY", "diff": "@@ -3,6 +3,21 @@ import getAst from './getAst'\nimport parseComponent, { VsgSFCDescriptor } from './parseComponent'\nimport transformOneImport from './transformOneImport'\n+const buildStyles = function(styles: string[] | undefined): string | undefined {\n+ let _styles = '...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix: use style normalize sfc component
1
fix
null
67,494
18.07.2019 21:50:06
-7,200
bff6e9e4bdeccf846461b9a6a019cd44fd131138
feat(realworld): rename main viewport
[ { "change_type": "MODIFY", "diff": "\"version\": \"0.1.2\",\n\"resolved\": \"https://registry.npmjs.org/exit/-/exit-0.1.2.tgz\",\n\"integrity\": \"sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=\",\n- \"dev\": true,\n- \"optional\": true\n+ \"dev\": true\n},\n\"expand-brackets\": {\n\"version\": \"2.1.4\",\n\"ansi-regex\...
TypeScript
MIT License
aurelia/aurelia
feat(realworld): rename main viewport
1
feat
realworld
67,494
18.07.2019 22:16:07
-7,200
6730643596080bed92dad6b2dabba54059d4decf
feat(realworld): remove leading / from href
[ { "change_type": "MODIFY", "diff": "<require from=\"../../shared/buttons/favorite-button\"></require>\n<div class=\"article-preview\">\n<div class=\"article-meta\">\n- <a href=\"/profile(name=${article.author.username})\">\n+ <a href=\"profile(name=${article.author.username})\">\n<img src.bind=\"article.aut...
TypeScript
MIT License
aurelia/aurelia
feat(realworld): remove leading / from href
1
feat
realworld
531,793
18.07.2019 22:23:31
-3,600
c96c98b77e424c8032e2821644dbb87a82bb4022
fix(api): ensure that counters add up to 100%
[ { "change_type": "MODIFY", "diff": "@@ -57,11 +57,21 @@ func countersToLabelStats(counters map[string]map[string]int) models.LabelNameSt\n}\n// now that we have total hits we can calculate %\n+ var totalPercent int\nfor i, value := range nameStats.Values {\nnameStats.Values[i].Percent = int(math.Round((floa...
TypeScript
Apache License 2.0
prymitive/karma
fix(api): ensure that counters add up to 100%
1
fix
api
722,013
18.07.2019 22:30:07
18,000
467949f48b4388a50c4919954d8c081beb7ee871
fix: evaluation was failing
[ { "change_type": "MODIFY", "diff": "@@ -159,7 +159,7 @@ var evalInContext = evalInContextBase.bind(null,\n: `\nvar evalInContext = evalInContextBase.bind(null,\n${JSON.stringify(generate(requireContextCode))},\n- requireInRuntime)`\n+ requireInRuntime, null, null)`\n}\nmodule.exports = ${generate(toAst(exam...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix: evaluation was failing
1
fix
null
531,793
18.07.2019 23:21:49
-3,600
7f42965a84accafc332716f972f93905ae764a39
fix(ui): break words on upstream error messages to avoid overflow
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,7 @@ exports[`<UpstreamError /> matches snapshot 1`] = `\n<div class=\\\\\"alert alert-danger text-center m-1\\\\\"\nrole=\\\\\"alert\\\\\"\n>\n- <h4 class=\\\\\"alert-heading mb-0\\\\\">\n+ <h4 class=\\\\\"alert-heading mb-0 text-wrap text-break\\\\\">\nAlertm...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): break words on upstream error messages to avoid overflow
1
fix
ui
67,476
19.07.2019 00:31:21
-7,200
637f7d3e0041e5acf87a7c78a55755426d30c29a
fix(event-manager): fix 'this' scope issue in removeEventListener
[ { "change_type": "MODIFY", "diff": "@@ -208,10 +208,10 @@ export class EventSubscriber implements IEventSubscriber {\nconst node = this.target;\nconst callbackOrListener = this.handler;\nconst events = this.events;\n- const remove = this.dom.removeEventListener;\n+ const dom = this.dom;\nfor (let i = 0, ii ...
TypeScript
MIT License
aurelia/aurelia
fix(event-manager): fix 'this' scope issue in removeEventListener
1
fix
event-manager
67,494
19.07.2019 01:39:55
-7,200
a04125132ebac70899fa0aeb3b4dcb5fd194da8a
feat(router): add customizeable classes to au-nav
[ { "change_type": "MODIFY", "diff": "import { ICustomElementType } from '@aurelia/runtime';\nimport { NavRoute } from './nav-route';\n+import { INavClasses } from './resources/nav';\nimport { Router } from './router';\nimport { ViewportInstruction } from './viewport-instruction';\n@@ -23,13 +24,15 @@ export ...
TypeScript
MIT License
aurelia/aurelia
feat(router): add customizeable classes to au-nav
1
feat
router
67,494
19.07.2019 02:31:12
-7,200
6e634d7aa02a19b01b4a651d6e8322d1853e9532
feat(realworld): use au-nav for profile-posts
[ { "change_type": "MODIFY", "diff": "\"requires\": true,\n\"dependencies\": {\n\"@aurelia/debug\": {\n- \"version\": \"0.4.0-dev.201907181145\",\n- \"resolved\": \"https://registry.npmjs.org/@aurelia/debug/-/debug-0.4.0-dev.201907181145.tgz\",\n- \"integrity\": \"sha512-fxR72muL3YACSAoUTCb1gRfiV2DMcxcWfnb+4+...
TypeScript
MIT License
aurelia/aurelia
feat(realworld): use au-nav for profile-posts
1
feat
realworld
67,494
19.07.2019 03:07:42
-7,200
3b7d7d3725e9e6b91551c1e1e4569449ca16f700
feat(realworld): replace route-href with href & add parameters
[ { "change_type": "MODIFY", "diff": "<require from=\"../../shared/buttons/favorite-button\"></require>\n<require from=\"../../shared/buttons/follow-button\"></require>\n<div class=\"article-meta\">\n- <a route-href=\"route: profile; params.bind: {name: article.author.username}\">\n- <img src.bind=\"article.a...
TypeScript
MIT License
aurelia/aurelia
feat(realworld): replace route-href with href & add parameters
1
feat
realworld
103,640
19.07.2019 05:25:39
18,000
183157294a7ec2db8678145d527e576cc4195567
docs: update href for typescrpt extension
[ { "change_type": "MODIFY", "diff": "@@ -112,7 +112,7 @@ export default function Main() {\n## Customization\n-You can provide a custom theme to customize the colors, fonts etc. with the `Provider` component. Check the [default theme](https://github.com/callstack/react-native-paper/blob/master/src/styles/Defa...
TypeScript
MIT License
callstack/react-native-paper
docs: update href for typescrpt extension (#1216)
1
docs
null
103,510
19.07.2019 08:27:45
10,800
3cc119ba216bdf1f04a15b12579506113d08ff13
fix: make allowed children to accept additional props
[ { "change_type": "MODIFY", "diff": "@@ -146,12 +146,11 @@ class Appbar extends React.Component<Props> {\nif (\n!React.isValidElement(child) ||\n![\n- 'AppbarContent',\n- 'AppbarAction',\n- 'AppbarBackAction',\n- 'AppbarHeader',\n+ AppbarContent,\n+ AppbarAction,\n+ AppbarBackAction,\n// @ts-ignore\n- ].incl...
TypeScript
MIT License
callstack/react-native-paper
fix: make allowed children to accept additional props (#1174)
1
fix
null
67,474
19.07.2019 09:23:26
-36,000
9a3a40a49da4df5db6e6e1ba2b188d6e1f3b8621
test(browser): fix karma webpack config compatibility with 3rd-party npm packages
[ { "change_type": "MODIFY", "diff": "@@ -58,7 +58,7 @@ module.exports = function (config) {\n'node_modules'\n],\nmainFields: [\n- 'module',\n+ 'module', 'main'\n],\n},\ndevtool: 'inline-source-map',\n", "new_path": "packages/__tests__/karma.conf.js", "old_path": "packages/__tests__/karma.conf.js" }...
TypeScript
MIT License
aurelia/aurelia
test(browser): fix karma webpack config compatibility with 3rd-party npm packages
1
test
browser
67,474
19.07.2019 09:26:48
-36,000
fd394d957d48c310a18a022b76f67d22ef2f9ee8
test(browser): explicitly list browser tests
[ { "change_type": "MODIFY", "diff": "@@ -38,5 +38,15 @@ function initializeBrowserTestContext(): void {\ninitializeBrowserTestContext();\n-const testContext = require.context('.', true, /\\.spec\\.js$/i);\n-testContext.keys().forEach(testContext);\n+function importAll (r) {\n+ r.keys().forEach(r);\n+}\n+\n+/...
TypeScript
MIT License
aurelia/aurelia
test(browser): explicitly list browser tests
1
test
browser
815,569
19.07.2019 09:41:24
-28,800
870e326168a7375a51da58529b62b8fde55b58fe
chore: remove hashbrown
[ { "change_type": "MODIFY", "diff": "@@ -1002,7 +1002,6 @@ dependencies = [\n\"flatbuffers 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)\",\n- \...
Rust
MIT License
nervosnetwork/ckb
chore: remove hashbrown
1
chore
null
807,849
19.07.2019 10:15:10
25,200
07cf973dddc809d0da9f97abb627aaa0a6a88856
chore(travis): Only run Windows tests on latest node
[ { "change_type": "MODIFY", "diff": "@@ -12,7 +12,6 @@ node_js:\n- \"8\"\nos:\n- - windows\n- linux\nenv:\n@@ -22,6 +21,10 @@ env:\nmatrix:\nfast_finish: true\n+ # only run windows tests on latest node\n+ include:\n+ - os: windows\n+ node_js: \"12\"\ncache: npm\n", "new_path": ".travis.yml", "old_pat...
JavaScript
MIT License
lerna/lerna
chore(travis): Only run Windows tests on latest node
1
chore
travis
807,849
19.07.2019 10:16:11
25,200
d3959bd15670de60b7bfc328bda1d5c4a164404d
test(windows): Normalize paths in various assertions
[ { "change_type": "MODIFY", "diff": "@@ -29,6 +29,7 @@ const getTwoFactorAuthRequired = require(\"../lib/get-two-factor-auth-required\");\nconst commitChangeToPackage = require(\"@lerna-test/commit-change-to-package\");\nconst loggingOutput = require(\"@lerna-test/logging-output\");\nconst initFixture = requ...
JavaScript
MIT License
lerna/lerna
test(windows): Normalize paths in various assertions
1
test
windows
807,849
19.07.2019 10:46:35
25,200
af0569d28385cf7e63d85685b95067e0c056d545
fix(deps): Pin exact `npm-lifecycle@3.0.0` to avoid Windows regression in >=3.1.0 Fixes
[ { "change_type": "MODIFY", "diff": "\"requires\": {\n\"@lerna/npm-conf\": \"file:utils/npm-conf\",\n\"figgy-pudding\": \"^3.5.1\",\n- \"npm-lifecycle\": \"^3.1.0\",\n+ \"npm-lifecycle\": \"3.0.0\",\n\"npmlog\": \"^4.1.2\"\n}\n},\n\"integrity\": \"sha512-8/JCaftHwbd//k6y2rEWp6k1wxVfpFzB6t1p825+cUb7Ym2XQfhwIC...
JavaScript
MIT License
lerna/lerna
fix(deps): Pin exact `npm-lifecycle@3.0.0` to avoid Windows regression in >=3.1.0 Fixes #2189
1
fix
deps
815,595
19.07.2019 10:50:13
-28,800
e7208df99b1a79a90c51295426b2c9c1715c8a90
test: Relay block contains not-fresh tx * test: Relay block contains not-fresh tx * chore: Log receiving BLOCKTXN It is important for us to know how frequently we receive BLOCKTXN, which indaticates the fresh tx rate.
[ { "change_type": "MODIFY", "diff": "@@ -4,6 +4,7 @@ use ckb_network::{CKBProtocolContext, PeerIndex};\nuse ckb_protocol::{cast, BlockTransactions, FlatbuffersVectorIterator};\nuse ckb_store::ChainStore;\nuse failure::Error as FailureError;\n+use numext_fixed_hash::H256;\nuse std::collections::hash_map::Entr...
Rust
MIT License
nervosnetwork/ckb
test: Relay block contains not-fresh tx (#1233) * test: Relay block contains not-fresh tx * chore: Log receiving BLOCKTXN It is important for us to know how frequently we receive BLOCKTXN, which indaticates the fresh tx rate.
1
test
null
807,849
19.07.2019 11:23:19
25,200
60d1100a559f13b617c06714bc5283054270d3b6
fix(deps): Switch to actively-maintained `@zkochan/cmd-shim` This addresses a bug with missing link sources on Windows, among other things.
[ { "change_type": "MODIFY", "diff": "\"use strict\";\nconst fs = require(\"fs\");\n-const os = require(\"os\");\nconst path = require(\"path\");\nconst semver = require(\"semver\");\nconst Package = require(\"@lerna/package\");\n@@ -81,8 +80,18 @@ function createDependencyMatcher(dependencyType) {\nfunction ...
JavaScript
MIT License
lerna/lerna
fix(deps): Switch to actively-maintained `@zkochan/cmd-shim` This addresses a bug with missing link sources on Windows, among other things.
1
fix
deps
807,849
19.07.2019 12:18:48
25,200
3cbdc0112c766dde71b92e276a98d6a05eed3e61
test(windows): Write badgerbadgerbadgerbadger with node instead of garbage Windows 'echo' utility
[ { "change_type": "MODIFY", "diff": "@@ -163,14 +163,24 @@ Object {\nconst mid = pkgs.pop();\nconst json = Object.assign(mid.toJSON(), {\nname: \"package-3\",\n+ // omit scripts directory\n+ files: [\"*.js\"],\n// overwrite existing postinstall + test\nscripts: {\nprepublish: \"exit 1\",\n- prepublishOnly: \...
JavaScript
MIT License
lerna/lerna
test(windows): Write badgerbadgerbadgerbadger with node instead of garbage Windows 'echo' utility
1
test
windows
401,147
19.07.2019 12:36:30
-19,080
b3b7afaf4f1f6343dadeb7b53ee4bf48bef5a690
fix: refactored Sidenav component affects:
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,6 @@ import { Text } from '@medly-components/core';\nimport { SvgIcon } from '@medly-components/icons';\nimport { defaultTheme } from '@medly-components/theme';\nimport { styled } from '@medly-components/utils';\n-import React from 'react';\nimport { NavItemSty...
TypeScript
MIT License
medly/medly-components
fix: refactored Sidenav component affects: @medly-components/layout
1
fix
null
401,147
19.07.2019 12:37:25
-19,080
261360434dcd02de4cde438350d00696323d16d5
feat: added capitalize function to capitalize first letter of the string affects:
[ { "change_type": "MODIFY", "diff": "export const equalsIgnoreCase = (str1: string, str2: string) => str1.toLowerCase() === str2.toLowerCase();\nexport const includesIgnoreCase = (str1: string, str2: string) => str1.toLowerCase().includes(str2.toLowerCase());\n+export const capitalize = (s: string) => s[0].t...
TypeScript
MIT License
medly/medly-components
feat: added capitalize function to capitalize first letter of the string affects: @medly-components/utils
1
feat
null
807,849
19.07.2019 12:58:20
25,200
3f60aca5e5fdc3d28a69b19d51347d0a628e739d
refactor(create-symlink): Consistent argument names
[ { "change_type": "MODIFY", "diff": "@@ -29,18 +29,19 @@ function createSymbolicLink(src, dest, type) {\n.then(() => fs.symlink(src, dest, type));\n}\n-function createPosixSymlink(origin, dest, _type) {\n+function createPosixSymlink(src, dest, _type) {\nconst type = _type === \"exec\" ? \"file\" : _type;\n- ...
JavaScript
MIT License
lerna/lerna
refactor(create-symlink): Consistent argument names
1
refactor
create-symlink
807,849
19.07.2019 13:04:48
25,200
03f80b71b5947f8f22fb12ad14cf394a2013dab9
fix(create-symlink): Use octal notation for chmod values
[ { "change_type": "MODIFY", "diff": "@@ -38,10 +38,10 @@ function createPosixSymlink(src, dest, _type) {\n// If the src doesn't exist yet, create a shim shell script.\nreturn fs.pathExists(src).then(exists => {\nif (exists) {\n- return createSymbolicLink(relativeSymlink, dest, type).then(() => fs.chmod(src, ...
JavaScript
MIT License
lerna/lerna
fix(create-symlink): Use octal notation for chmod values
1
fix
create-symlink
815,573
19.07.2019 13:10:37
-28,800
0d8f7d7f577b89a694b1b3ddc1cf99b9ebe280e0
chore: Rename disconnect to disconnect_with_message
[ { "change_type": "MODIFY", "diff": "@@ -165,7 +165,7 @@ impl NetworkState {\n{\ninfo!(\"peer {:?} banned\", peer_id);\nif let Some(session_id) = self.peer_registry.read().get_key_by_peer_id(peer_id) {\n- if let Err(err) = disconnect(p2p_control, session_id, Some(\"banned\")) {\n+ if let Err(err) = disconnec...
Rust
MIT License
nervosnetwork/ckb
chore: Rename disconnect to disconnect_with_message
1
chore
null
711,597
19.07.2019 13:11:52
-7,200
1e810680f8934df46804dd85c3fee816c5ea5111
fix(admin-ui): Remove references to obsolete languageCode arguments Relates to
[ { "change_type": "MODIFY", "diff": "@@ -206,6 +206,7 @@ export type Channel = Node & {\nexport type Collection = Node & {\n__typename?: 'Collection',\n+ isPrivate: Scalars['Boolean'],\nid: Scalars['ID'],\ncreatedAt: Scalars['DateTime'],\nupdatedAt: Scalars['DateTime'],\n@@ -221,7 +222,6 @@ export type Colle...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(admin-ui): Remove references to obsolete languageCode arguments Relates to #128
1
fix
admin-ui
815,573
19.07.2019 13:22:30
-28,800
f61c534ff129a0b08662a262e255bf3e34836d22
chore: Better disconnect message
[ { "change_type": "MODIFY", "diff": "@@ -520,7 +520,8 @@ impl ServiceHandle for EventHandler {\nerror,\n} => {\ndebug!(\"ProtocolError({}, {}) {}\", id, proto_id, error);\n- if let Err(err) = disconnect_with_message(context.control(), id, \"ProtocolError\") {\n+ let message = format!(\"ProtocolError id={}\",...
Rust
MIT License
nervosnetwork/ckb
chore: Better disconnect message
1
chore
null
104,839
19.07.2019 13:29:11
10,800
b60662f2093bf8a1755eda747e756c36ccc644b3
feat(imagecard): add expand button
[ { "change_type": "MODIFY", "diff": "@@ -12,14 +12,16 @@ const ContentWrapper = styled.div`\npadding: 0 16px 16px 16px;\n`;\n+const ImageCard = ({ title, content, content: { data: image }, size, ...others }) => {\nconst supportedSizes = [CARD_SIZES.MEDIUM, CARD_SIZES.WIDE, CARD_SIZES.LARGE, CARD_SIZES.XLARGE...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(imagecard): add expand button
1
feat
imagecard
807,849
19.07.2019 13:34:28
25,200
c3f799808ce584937b5b0122bb54cdef01fe3725
fix(create-symlink): Generate shims for missing bin scripts for Windows
[ { "change_type": "MODIFY", "diff": "@@ -15,6 +15,8 @@ describe(\"create-symlink\", () => {\nfs.unlink.mockResolvedValue();\nfs.symlink.mockResolvedValue();\nfs.pathExists.mockResolvedValue(true);\n+ fs.outputFile.mockResolvedValue();\n+ fs.remove.mockResolvedValue();\ncmdShim.mockResolvedValue();\nif (proce...
JavaScript
MIT License
lerna/lerna
fix(create-symlink): Generate shims for missing bin scripts for Windows
1
fix
create-symlink
711,597
19.07.2019 13:37:41
-7,200
81b3dc80f7449c41c8e83e16f4cc2462fa479810
refactor(core): Move VendurePlugin interface def into plugin dir
[ { "change_type": "MODIFY", "diff": "@@ -5,15 +5,20 @@ import { DocumentNode } from 'graphql';\nimport gql from 'graphql-tag';\nimport path from 'path';\n-import { InjectorFn, VendurePlugin } from '../src/config/vendure-plugin/vendure-plugin';\nimport { EventBus } from '../src/event-bus/event-bus';\nimport {...
TypeScript
MIT License
vendure-ecommerce/vendure
refactor(core): Move VendurePlugin interface def into plugin dir
1
refactor
core
807,849
19.07.2019 14:13:47
25,200
b3522b22d55547059dbaf08b7503a92f72850c1c
refactor(integration): Unwrap exec tests, init fixture once
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,6 @@ const pathKey = require(\"path-key\");\nconst cliRunner = require(\"@lerna-test/cli-runner\");\nconst initFixture = require(\"@lerna-test/init-fixture\")(__dirname);\n-describe(\"lerna exec\", () => {\nconst EXEC_TEST_COMMAND = process.platform === \"win32...
JavaScript
MIT License
lerna/lerna
refactor(integration): Unwrap exec tests, init fixture once
1
refactor
integration
679,913
19.07.2019 14:17:01
-3,600
7dac1e6130b3737af133e944ddc87e07df71570c
refactor(matrices): update mat23to44, mat33to44
[ { "change_type": "MODIFY", "diff": "+import { setC } from \"@thi.ng/vectors\";\nimport { MatOpM } from \"./api\";\n/**\n- * Converts M23 to M44 and writes result to `out`.\n+ * Converts 2x3 to 4x4 matrix and writes result to `out`. Creates new\n+ * matrix if `out` is `null`.\n*\n* @param out\n* @param m23\n...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(matrices): update mat23to44, mat33to44
1
refactor
matrices
104,857
19.07.2019 14:17:40
10,800
4e62401de7b3a1a519473edfcfe07640b67daec3
fix(table): default width less; left pagination; pagination arrow align
[ { "change_type": "MODIFY", "diff": "@@ -39,9 +39,15 @@ const StyledPagination = sizeMe({ noPlaceholder: true })(styled(\n.bx--pagination__left,\n.bx--pagination__text {\ndisplay: ${props =>\n- (props.size && props.size.width && props.size.width < 600) || props.isItemPerPageHidden\n- ? 'none'\n- : 'flex'};\n...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(table): default width less; left pagination; pagination arrow align
1
fix
table
401,147
19.07.2019 14:22:32
-19,080
21eebfc38d5848fa7d02df8184fd742fb8fef36f
fix: added file format of the fonts affects:
[ { "change_type": "MODIFY", "diff": "@@ -5,19 +5,19 @@ const proximaNova: FontFaceTheme = {\nfontFamily: 'ProximaNova',\nfontFaces: [\n{\n- primarySrc: `url('https://d1b6bucc9jhzue.cloudfront.net/at/fonts/ProximaNova/webfonts/ProximaNovaLight.eot?cloudFrontFixScheme=http&cloudFrontFixHost=www2.vauto.com')`,\...
TypeScript
MIT License
medly/medly-components
fix: added file format of the fonts affects: @medly-components/theme
1
fix
null
104,857
19.07.2019 14:34:43
10,800
80b1dc85354fcbd27c05ed4c5b9030aa9148f4ba
feat(tablecard): updates on table card component
[ { "change_type": "MODIFY", "diff": "@@ -11,6 +11,10 @@ const StyledOverflowMenu = styled(OverflowMenu)`\n&&& {\nmargin-left: 10px;\nopacity: 1;\n+ overflow-y: hidden;\n+ display: flex;\n+ align-items: center;\n+\n.bx--overflow-menu__icon {\ntransform: none;\n}\n@@ -25,19 +29,42 @@ const StyledActionIcon = s...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(tablecard): updates on table card component
1
feat
tablecard
807,849
19.07.2019 14:34:49
25,200
608e499de31bfc54645cc29d817a6d59664c8d88
test(windows): Pass fixed env to all exec integration tests
[ { "change_type": "MODIFY", "diff": "@@ -152,7 +152,7 @@ test(\"lerna exec --no-bail\", async () => {\nconst args = [\"exec\", \"--no-bail\", \"--concurrency=1\", \"--\", \"npm\", \"run\", \"fail-or-succeed\", \"--silent\"];\ntry {\n- await cliRunner(cwd)(...args);\n+ await cliRunner(cwd, env)(...args);\n} c...
JavaScript
MIT License
lerna/lerna
test(windows): Pass fixed env to all exec integration tests
1
test
windows
807,849
19.07.2019 14:41:23
25,200
b55d12d1236fdbbd04ef9eded7f788de48967d72
test(windows): Don't assert on platform-dependent env var interpolation
[ { "change_type": "MODIFY", "diff": "@@ -24,7 +24,11 @@ lerna success Bootstrapped 4 packages\n`);\n// there is a whole bunch of noise around lifecycle stdout, so match minimally\nexpect(scriptOutput).toMatch(/^> echo \\$npm_package_engines_node$/m);\n+\n+ // windows requires a different format, don't care\n...
JavaScript
MIT License
lerna/lerna
test(windows): Don't assert on platform-dependent env var interpolation
1
test
windows
807,849
19.07.2019 14:53:51
25,200
a439de7690b0ce6ae6b4f6ee96bb05084ddd3575
test(windows): Extract build tool generator into node utility because Windows' 'echo' utility sucks
[ { "change_type": "ADD", "diff": "+\"use strict\";\n+\n+const fs = require(\"fs\");\n+const path = require(\"path\");\n+\n+const aBuildTool = path.resolve(__dirname, \"a-build-tool.js\");\n+\n+fs.writeFileSync(aBuildTool, \"#!/usr/bin/env node\\n\\nconsole.log('build tool executed');\");\n+fs.chmodSync(aBuil...
JavaScript
MIT License
lerna/lerna
test(windows): Extract build tool generator into node utility because Windows' 'echo' utility sucks
1
test
windows
306,423
19.07.2019 15:05:00
-7,200
2a0d18bb5cb30c6036f80356e65c1694ace982da
fix(field): make sure RegistrationSystem works well with ShadyDom
[ { "change_type": "MODIFY", "diff": "@@ -4,3 +4,5 @@ export { FormatMixin } from './src/FormatMixin.js';\nexport { FormControlMixin } from './src/FormControlMixin.js';\nexport { InteractionStateMixin } from './src/InteractionStateMixin.js'; // applies FocusMixin\nexport { LionField } from './src/LionField.js...
JavaScript
MIT License
ing-bank/lion
fix(field): make sure RegistrationSystem works well with ShadyDom
1
fix
field
104,857
19.07.2019 15:49:34
10,800
2624eef4ce37cb3b1bf5d920633f4d0cd10ac8c5
fix(tablecard): fixes on the filter width
[ { "change_type": "MODIFY", "diff": "@@ -34,6 +34,27 @@ const StyledStatefulTable = styled(({ showHeader, ...rest }) => <StatefulTable {\nheight: 100%;\nmargin: 0 -1px;\nposition: relative;\n+\n+ &&& {\n+ .bx--data-table-v2 thead tr:nth-child(2) {\n+ height: 3rem;\n+\n+ th {\n+ padding-top: 5px;\n+ padding-b...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(tablecard): fixes on the filter width
1
fix
tablecard
815,595
19.07.2019 15:50:57
-28,800
8945fe04315e25cbc71bdad4bb943946362c5fe5
fix: Run integration with --ba-advanced
[ { "change_type": "MODIFY", "diff": "@@ -76,7 +76,7 @@ impl Node {\nlet child_process = Command::new(self.binary.to_owned())\n.env(\"RUST_BACKTRACE\", \"full\")\n- .args(&[\"-C\", &self.dir, \"run\"])\n+ .args(&[\"-C\", &self.dir, \"run\", \"--ba-advanced\"])\n.stdin(Stdio::null())\n.stdout(Stdio::inherit())...
Rust
MIT License
nervosnetwork/ckb
fix: Run integration with --ba-advanced
1
fix
null
807,849
19.07.2019 16:09:34
25,200
ef33e5466264e28c85c6ac519f9eec92a78e262c
chore(travis): Split horrendously slow Windows build between two jobs
[ { "change_type": "MODIFY", "diff": "@@ -18,6 +18,7 @@ env:\nglobal:\n- NO_UPDATE_NOTIFIER=1\n- NODE_NO_WARNINGS=1\n+ - LERNA_CI_SCRIPT=ci\nmatrix:\nfast_finish: true\n@@ -25,6 +26,12 @@ matrix:\ninclude:\n- os: windows\nnode_js: \"12\"\n+ name: \"Windows Unit Tests\"\n+ env: LERNA_CI_SCRIPT=\"test -- --ci -...
JavaScript
MIT License
lerna/lerna
chore(travis): Split horrendously slow Windows build between two jobs
1
chore
travis
104,857
19.07.2019 16:12:09
10,800
bd908c35592bf4383dd33e7422e31bc2f5073053
chore(tablecard): table card tests and snapshots updates
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,7 @@ import React from 'react';\nimport { mount } from 'enzyme';\nimport { CARD_SIZES } from '../../constants/LayoutConstants';\n-import { tableColumns, tableData } from '../../utils/sample';\n+import { tableColumns, tableData, actions2 } from '../../utils/samp...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(tablecard): table card tests and snapshots updates
1
chore
tablecard
103,512
19.07.2019 16:12:43
-7,200
05eb8a5fad7df010ce29f6bb080e1ec4844c8209
fix: upgrade color missing changes
[ { "change_type": "MODIFY", "diff": "@@ -121,7 +121,7 @@ class AppbarHeader extends React.Component<Props> {\nisDark =\nbackgroundColor === 'transparent'\n? false\n- : !color(backgroundColor).light();\n+ : !color(backgroundColor).isLight();\n}\nStatusBar.setBarStyle(isDark ? 'light-content' : 'dark-content')...
TypeScript
MIT License
callstack/react-native-paper
fix: upgrade color missing changes (#1230)
1
fix
null
401,147
19.07.2019 16:13:10
-19,080
37d418973fa44ca378c7f82665b4ff603439142e
fix: stopping click event propagation on Sidenavitem affects:
[ { "change_type": "MODIFY", "diff": "@@ -7,6 +7,7 @@ const NavItem: React.SFC<NavItemProps> & WithStyle = props => {\nconst { active, openSideNavOnClick, sidenavOpenHandler, onClick, ...restProps } = props;\nconst onClickHandler = (event: React.MouseEvent<HTMLLIElement>) => {\n+ event.stopPropagation();\nonC...
TypeScript
MIT License
medly/medly-components
fix: stopping click event propagation on Sidenavitem affects: @medly-components/layout
1
fix
null
104,857
19.07.2019 16:15:16
10,800
6a553da89c93a020dcda4e26a9f74b157589b946
chore(test): remove logs from tests
[ { "change_type": "MODIFY", "diff": "@@ -46,8 +46,6 @@ describe('TableCard', () => {\nsize={CARD_SIZES.XLARGE}\n/>\n);\n-\n- console.log(wrapper.find('TableHeader').debug());\nexpect(wrapper.find('TableHeader').length).toBe(tableColumns.length);\n});\ntest('Columns displayed Large', () => {\n", "new_path...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(test): remove logs from tests
1
chore
test
104,927
19.07.2019 16:22:45
-3,600
07491063ad6c850ddb4f997084cb19b31f7da20d
chore: update chagne log
[ { "change_type": "MODIFY", "diff": "# Changelog\n-## 2.12.0-rc.x (July 16, 2019)\n+## 2.12.0-rc.x (July 19, 2019)\n### Features\n+- Add table pagination scoped slot pass through.\n- Add table skeleton\n- Add initial change vent to pagination\n+### Fix\n+\n+- CvHeaderNav aria-label usage\n+\n# Changelog\n## ...
JavaScript
Apache License 2.0
carbon-design-system/carbon-components-vue
chore: update chagne log
1
chore
null
104,927
19.07.2019 16:24:27
-3,600
16a73942142cfc0b5a649ba6c7f0317e4c6d3fbd
chore: release 2.12.0.rc-3
[ { "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.0-rc.2\",\n+ \"version\": \"2.12.0-rc.3\",\n\"license\": \"Apache-2.0\",\n\"repository\": {\n\"type\": \"git\",\n", "...
JavaScript
Apache License 2.0
carbon-design-system/carbon-components-vue
chore: release 2.12.0.rc-3 - @carbon/vue@2.12.0-rc.3 - storybook@2.12.0-rc.3
1
chore
null
304,907
19.07.2019 16:25:05
-7,200
d5dc30f21a7baa2bb5ccfa237b9a60c5007e5836
fix(mutable): fix the mutable arrays when reserving after the initial allocation
[ { "change_type": "MODIFY", "diff": "@@ -81,6 +81,7 @@ func (b *Int64Array) reset() {\nb.data.Release()\nb.data = nil\nb.rawData = nil\n+ b.length = 0\n}\n// Retain will retain a reference to the builder.\n@@ -106,9 +107,10 @@ func (b *Int64Array) Reserve(n int) {\nif b.data == nil {\nb.init()\n}\n- capacity...
Go
MIT License
influxdata/flux
fix(mutable): fix the mutable arrays when reserving after the initial allocation (#1561) Co-authored-by: Lorenzo Affetti <lorenzo.affetti@gmail.com>
1
fix
mutable
531,793
19.07.2019 16:25:46
-3,600
559870b8614e74d7dbf8cec8f0d66cd67bba553d
chore(ui): switch to column render for navbar icons with only 1 filter
[ { "change_type": "MODIFY", "diff": "@@ -109,11 +109,11 @@ const NavBar = observer(\nrender() {\nconst { alertStore, settingsStore, silenceFormStore } = this.props;\n- // if we have at least 2 filters then it's likely that filter input will\n+ // if we have at least 1 filter then it's likely that filter inpu...
TypeScript
Apache License 2.0
prymitive/karma
chore(ui): switch to column render for navbar icons with only 1 filter
1
chore
ui
304,866
19.07.2019 16:30:22
25,200
0464a6216e7906e3e785c19567e322c8acb26229
refactor(execute): add context arguments to SourceDecoder methods This enables context to be passed down when processing sources.
[ { "change_type": "MODIFY", "diff": "@@ -18,9 +18,9 @@ import (\n// In executing the retrieval process, Connect is called once at the onset, and subsequent calls of Fetch() and Decode()\n// are called iteratively until the data source is fully consumed.\ntype SourceDecoder interface {\n- Connect() error\n- F...
Go
MIT License
influxdata/flux
refactor(execute): add context arguments to SourceDecoder methods (#1571) This enables context to be passed down when processing sources.
1
refactor
execute
807,849
19.07.2019 16:52:42
25,200
ce87b8dcb10e2c03a123942e86787b877119d209
chore(travis): Install yarn on Windows
[ { "change_type": "MODIFY", "diff": "@@ -28,6 +28,15 @@ matrix:\ncache: npm\n+before_install:\n+- |\n+ case \"${TRAVIS_OS_NAME}\" in\n+ \"windows\")\n+ # yarn isn't installed by default\n+ npm install --global yarn\n+ ;;\n+ esac\n+\ninstall: npm ci\nbefore_script:\n", "new_path": ".travis.yml", "old_...
JavaScript
MIT License
lerna/lerna
chore(travis): Install yarn on Windows
1
chore
travis
815,598
19.07.2019 17:11:49
-28,800
86eeac012b683c9f2ffe2905dfb3f54abe011a01
chore: setup bors
[ { "change_type": "MODIFY", "diff": "@@ -56,10 +56,10 @@ matrix:\ninclude:\n# We don't run tests, linters and quck check in fork branch, since they will be covered in PR.\n- name: Tests on macOS\n- if: 'tag IS NOT present AND (type = pull_request OR branch = master)'\n+ if: 'tag IS NOT present AND (type = pu...
Rust
MIT License
nervosnetwork/ckb
chore: setup bors
1
chore
null
807,849
19.07.2019 17:14:53
25,200
3f397912f6b77e8536b9f84e633d5474f837007a
test(windows): Skip problematic exec --no-bail integration tests
[ { "change_type": "MODIFY", "diff": "@@ -148,6 +148,7 @@ test(\"lerna exec --stream --no-prefix\", async () => {\nexpect(stdout).toMatch(\"file-2.js\");\n});\n+if (process.platform !== \"win32\") {\ntest(\"lerna exec --no-bail\", async () => {\nconst args = [\"exec\", \"--no-bail\", \"--concurrency=1\", \"--...
JavaScript
MIT License
lerna/lerna
test(windows): Skip problematic exec --no-bail integration tests
1
test
windows
807,849
19.07.2019 17:21:44
25,200
532dc79436ae527f2d13ef7e849dd7a6be1f46a1
test(windows): Skip fallback bin integration test
[ { "change_type": "MODIFY", "diff": "const cliRunner = require(\"@lerna-test/cli-runner\");\nconst initFixture = require(\"@lerna-test/init-fixture\")(__dirname);\n+if (process.platform !== \"win32\") {\ntest(\"lerna link symlinks generated binaries of sibling packages\", async () => {\nconst cwd = await ini...
JavaScript
MIT License
lerna/lerna
test(windows): Skip fallback bin integration test
1
test
windows
815,573
19.07.2019 17:27:09
-28,800
6732ac7c2fc6d303139d16f8b59f105cf3e57be4
chore: Change CKBProtocolContext disconnect signature
[ { "change_type": "MODIFY", "diff": "@@ -51,7 +51,7 @@ pub trait CKBProtocolContext: Send {\nfn send_message_to(&self, peer_index: PeerIndex, data: Bytes) -> Result<(), Error>;\n// TODO allow broadcast to target ProtocolId\nfn filter_broadcast(&self, target: TargetSession, data: Bytes) -> Result<(), Error>;\...
Rust
MIT License
nervosnetwork/ckb
chore: Change CKBProtocolContext disconnect signature
1
chore
null
791,723
19.07.2019 17:29:15
25,200
7818c8a0e18c822222f4303e7d5c5aa3961ff60f
report: use full-bleed image thumbnails
[ { "change_type": "MODIFY", "diff": "--header-line-height: 24px;\n--highlighter-background-color: var(--report-text-color);\n--icon-square-size: calc(var(--score-icon-size) * 0.88);\n+ --image-preview-size: 48px;\n--metric-toggle-lines-fill: #7F7F7F;\n--metrics-toggle-background-color: var(--color-gray-200);...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: use full-bleed image thumbnails (#9238)
1
report
null
791,834
19.07.2019 17:36:26
25,200
8eb0cde999c0f51777ae0efe6f164f0f9ca54061
report: add link to docs on performance scoring
[ { "change_type": "MODIFY", "diff": "@@ -1079,11 +1079,11 @@ Object {\n\"title\": \"Budgets\",\n},\n\"diagnostics\": Object {\n- \"description\": \"More information about the performance of your application.\",\n+ \"description\": \"More information about the performance of your application. These numbers do...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: add link to docs on performance scoring (#9355)
1
report
null
273,711
19.07.2019 17:43:20
-25,200
73a4c388336c1467b0b1eb0de5a51286b4f73c47
fix(config): load custom favicon config
[ { "change_type": "MODIFY", "diff": "@@ -270,18 +270,11 @@ function normalizeIconsConfig (config = {}) {\nres.favicon = typeof icon.favicon === 'string'\n? { src: icon.favicon, sizes: faviconSizes }\n- : Object.assign({}, icon.favicon, {\n- sizes: faviconSizes,\n- src: defaultIcon\n- })\n+ : Object.assign({}...
JavaScript
MIT License
gridsome/gridsome
fix(config): load custom favicon config (#526)
1
fix
config
791,834
19.07.2019 17:48:20
25,200
6a4304afa3476eaa4d7121eab4eec60c3f215af3
core: support saving and loading errors in artifacts
[ { "change_type": "MODIFY", "diff": "@@ -16,6 +16,7 @@ const rimraf = require('rimraf');\nconst mkdirp = require('mkdirp');\nconst NetworkAnalysisComputed = require('../computed/network-analysis.js');\nconst LoadSimulatorComputed = require('../computed/load-simulator.js');\n+const LHError = require('../lib/l...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core: support saving and loading errors in artifacts (#9397)
1
core
null
791,704
19.07.2019 17:57:15
25,200
f4572a4566d1d195f5ec4ced05f1b3e9db16a505
tests: assert vulnerable-library ranges have upper bounds
[ { "change_type": "MODIFY", "diff": "const NoVulnerableLibrariesAudit =\nrequire('../../../audits/dobetterweb/no-vulnerable-libraries.js');\nconst assert = require('assert');\n+const semver = require('semver');\n/* eslint-env jest */\ndescribe('Avoids front-end JavaScript libraries with known vulnerabilities...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests: assert vulnerable-library ranges have upper bounds (#9308)
1
tests
null
217,922
19.07.2019 19:27:50
-7,200
6a9713936f03036b80608a16b7fee5a3015dc323
fix(search): fixed the way "worn_by" filter works to handle it better
[ { "change_type": "MODIFY", "diff": "@@ -165,33 +165,15 @@ export class DataService {\n}\n});\n- const resultPage$: BehaviorSubject<number> = new BehaviorSubject<number>(1);\n- const allPagesDone$: Subject<void> = new Subject<void>();\n-\n- let results$ = resultPage$.pipe(\n- mergeMap(page => {\n- return thi...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(search): fixed the way "worn_by" filter works to handle it better
1
fix
search
815,598
19.07.2019 19:31:08
-28,800
a5ff7ff6bbb36b869294fc1c043024579b84547f
chore: remove script github-changelog.py Only I'm using the script, and I often need to update it.
[ { "change_type": "DELETE", "diff": "-#!/usr/bin/env python\n-\n-import os\n-import re\n-import sys\n-import subprocess\n-import json\n-from collections import namedtuple, OrderedDict\n-import requests\n-from requests.auth import HTTPBasicAuth\n-\n-\n-def _str(s):\n- if sys.version_info >= (3, 0):\n- return ...
Rust
MIT License
nervosnetwork/ckb
chore: remove script github-changelog.py Only I'm using the script, and I often need to update it.
1
chore
null
815,598
19.07.2019 20:19:28
-28,800
bcfee04bbdfd1ba80949fdae51f1b59cde076bbf
chore(dependencies): lock parking-lot version
[ { "change_type": "MODIFY", "diff": "@@ -1183,7 +1183,7 @@ dependencies = [\n\"encode_unicode 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"libc 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)...
Rust
MIT License
nervosnetwork/ckb
chore(dependencies): lock parking-lot version (#1262)
1
chore
dependencies
815,598
19.07.2019 21:00:53
-28,800
a04a377c0e8404c12dbf41807a5796dc99739fce
chore: fix ckb stats example
[ { "change_type": "MODIFY", "diff": "@@ -85,7 +85,7 @@ pub(crate) fn stats() -> App<'static, 'static> {\n.about(\n\"Statics chain infomation\\n\\\nExample:\\n\\\n- ckb -- -C <dir> stats -- from 1 --to 500\",\n+ ckb -C <dir> stats --from 1 --to 500\",\n)\n.arg(\nArg::with_name(ARG_FROM)\n", "new_path": "u...
Rust
MIT License
nervosnetwork/ckb
chore: fix ckb stats example (#1261)
1
chore
null
103,512
19.07.2019 21:18:15
-7,200
66a9fa5294781894539c94d1aeb03ff9040b1441
docs: fix color version
[ { "change_type": "MODIFY", "diff": "\"author\": \"\",\n\"license\": \"MIT\",\n\"dependencies\": {\n- \"color\": \"^2.0.1\",\n+ \"color\": \"^3.1.2\",\n\"component-docs\": \"^0.20.2\",\n\"linaria\": \"^1.2.4\"\n}\n", "new_path": "docs/package.json", "old_path": "docs/package.json" }, { "chang...
TypeScript
MIT License
callstack/react-native-paper
docs: fix color version (#1233)
1
docs
null
217,922
19.07.2019 22:30:33
-7,200
6a42105c1be0715a203ef83874ad0a49dac16ef6
fix(simulator): fixed a display bug with some consumables
[ { "change_type": "MODIFY", "diff": "<img src=\"./assets/icons/HQ.png\" alt=\"(HQ)\" *ngIf=\"selectedFood.hq\">\n</div>\n<div *ngFor=\"let bonus of selectedFood.bonuses\">\n- {{('SIMULATOR.CONFIGURATION.STATS.' + bonus.type) | translate}}: {{bonus.value * 100}}%\n+ {{('SIMULATOR.CONFIGURATION.STATS.' + bonus...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(simulator): fixed a display bug with some consumables
1
fix
simulator
67,476
19.07.2019 23:02:38
-7,200
4636cd9276bf57bf2a720eb9b7d2787e0d6409d4
fix(platform): do not throw if platform perf methods are not defined
[ { "change_type": "MODIFY", "diff": "@@ -219,7 +219,7 @@ const {\n}\n};\n} else {\n- throw new Error('Unsupported runtime'); // Can't really happen, can it?\n+ return {}; // if the runtime doesn't supply these methods, just let them be undefined because the framework doesn't need them\n}\n})();\n", "new_...
TypeScript
MIT License
aurelia/aurelia
fix(platform): do not throw if platform perf methods are not defined
1
fix
platform
67,476
19.07.2019 23:04:36
-7,200
0dd1b2c9383e21f65622356ccda5d54a649aa6b8
chore(platform): fix typing error
[ { "change_type": "MODIFY", "diff": "@@ -219,7 +219,7 @@ const {\n}\n};\n} else {\n- return {}; // if the runtime doesn't supply these methods, just let them be undefined because the framework doesn't need them\n+ return {} as any; // if the runtime doesn't supply these methods, just let them be undefined be...
TypeScript
MIT License
aurelia/aurelia
chore(platform): fix typing error
1
chore
platform
791,879
19.07.2019 23:28:49
-32,400
d2ec9ffbb21de9ad1a0f86ed24575eda32c796f0
docs: fix various typos
[ { "change_type": "MODIFY", "diff": "@@ -12,7 +12,7 @@ For an always up-to-date definition of the LHR, take a look [at our typedefs](ht\n| Name | Description |\n| - | - |\n-| lighthouseVersion | The version of Lighthouse with which this result were generated. |\n+| lighthouseVersion | The version of Lighthou...
JavaScript
Apache License 2.0
googlechrome/lighthouse
docs: fix various typos (#9411)
1
docs
null
67,476
20.07.2019 02:27:30
-7,200
41596e09caf16e2ed741205e7be9649b6cfcb8ce
fix(template-binder): correctly map attribute names to js names
[ { "change_type": "MODIFY", "diff": "@@ -245,7 +245,97 @@ export class TemplateBinder {\nif (attributesToIgnore[attr.name as keyof typeof attributesToIgnore] === true) {\ncontinue;\n}\n- const attrSyntax = this.attrParser.parse(attr.name, attr.value);\n+\n+ let attrName = attr.name;\n+ switch (node.tagName) ...
TypeScript
MIT License
aurelia/aurelia
fix(template-binder): correctly map attribute names to js names
1
fix
template-binder
103,620
20.07.2019 03:09:09
-25,200
c26ebd8b9d2b96f08b426893c32cc26e91285bc0
docs: update 2.theming.md fixed: missing link (404 Not found) of `default theme`.
[ { "change_type": "MODIFY", "diff": "@@ -22,7 +22,7 @@ export default function Main() {\n}\n```\n-If no prop is specified, this will apply the [default theme](https://github.com/callstack/react-native-paper/blob/master/src/styles/DefaultTheme.js) to the components. You can also provide a `theme` prop with a ...
TypeScript
MIT License
callstack/react-native-paper
docs: update 2.theming.md (#1228) fixed: missing link (404 Not found) of `default theme`.
1
docs
null
815,598
20.07.2019 08:25:32
-28,800
e4fe7ca7d1ca71888929deb36fb25a21ca665bd3
chore: use ckb-cli v0.17.0-pre1 [skip ci]
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,7 @@ git:\nenv:\nglobal:\n- RUST_BACKTRACE=full\n- - CKB_CLI_VERSION=v0.15.0\n+ - CKB_CLI_VERSION=v0.17.0-pre1\naddons:\napt:\n", "new_path": ".travis.yml", "old_path": ".travis.yml" }, { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ t...
Rust
MIT License
nervosnetwork/ckb
chore: use ckb-cli v0.17.0-pre1 [skip ci]
1
chore
null
815,598
20.07.2019 09:20:42
-28,800
15e987d56a13148c79f75d84edf69616a91c5084
test: resume unwind after catch panic
[ { "change_type": "MODIFY", "diff": "@@ -4,6 +4,7 @@ use ckb_test::Spec;\nuse clap::{value_t, App, Arg};\nuse log::{error, info};\nuse rand::{seq::SliceRandom, thread_rng};\n+use std::any::Any;\nuse std::collections::HashMap;\nuse std::env;\nuse std::panic;\n@@ -49,6 +50,7 @@ fn main() {\nlet start_time = In...
Rust
MIT License
nervosnetwork/ckb
test: resume unwind after catch panic
1
test
null
217,922
20.07.2019 11:18:27
-7,200
d0ab90d3e95cd3baa257d2374fd9fafa09d0c0ac
fix(desktop): fixed an issue with alarms not having proper icons
[ { "change_type": "MODIFY", "diff": "[nzTitle]=\"'GATHERING_LOCATIONS.Ephemeral_node' | translate\"></i>\n</div>\n<div class=\"item-icon\">\n- <app-item-icon [icon]=\"row.alarm.icon\" [itemName]=\"row.alarm.itemId | itemName: row.alarm | i18n\"\n+ <app-item-icon [icon]=\"row.alarm.itemId | lazyIcon\" [itemNa...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(desktop): fixed an issue with alarms not having proper icons
1
fix
desktop
67,476
20.07.2019 13:55:37
-7,200
f7b3eaf5dfc1110d108e52d50a3ab795899cb7de
fix(jit): fix camelcasing of html attributes
[ { "change_type": "MODIFY", "diff": "@@ -246,99 +246,97 @@ export class TemplateBinder {\ncontinue;\n}\n- let attrName = attr.name;\n+ const attrSyntax = this.attrParser.parse(attr.name, attr.value);\n+ const attrInfo = this.resources.getAttributeInfo(attrSyntax);\n+\n+ if (attrInfo == null) {\nswitch (node....
TypeScript
MIT License
aurelia/aurelia
fix(jit): fix camelcasing of html attributes
1
fix
jit
815,598
20.07.2019 13:59:47
-28,800
35a52a72b80d59875589dcf91bd037c2cb82e61c
test(integration): use env logger in ckb-test
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,6 @@ edition = \"2018\"\nclap = { version = \"2\" }\ntoml = \"0.5.0\"\nckb-jsonrpc-types = { path = \"../util/jsonrpc-types\" }\n-ckb-logger = { path = \"../util/logger\" }\nckb-app-config = { path = \"../util/app-config\" }\nckb-core = { path = \"../core\" }\n...
Rust
MIT License
nervosnetwork/ckb
test(integration): use env logger in ckb-test
1
test
integration
815,598
20.07.2019 14:26:39
-28,800
224766386a34cc2f96a31a1b80533f76cadf4970
test(integration): less ckb logs in CI
[ { "change_type": "MODIFY", "diff": "@@ -354,6 +354,12 @@ impl Node {\nargs: Default::default(),\ndata: JsonBytes::default(),\n});\n+\n+ if ::std::env::var(\"CI\").is_ok() {\n+ ckb_config.logger.filter =\n+ Some(::std::env::var(\"CKB_LOG\").unwrap_or(\"info\".to_string()));\n+ }\n+\nmodify_ckb_config(&mut ck...
Rust
MIT License
nervosnetwork/ckb
test(integration): less ckb logs in CI
1
test
integration
815,598
20.07.2019 14:27:04
-28,800
835117d2ee90d4876a2d3e842ec7b4d4cd4effe1
test(integration): prefer log to print messages
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,6 @@ use ckb_core::script::{Script, ScriptHashType};\nuse ckb_core::transaction::{CellInput, CellOutput, OutPoint, Transaction, TransactionBuilder};\nuse ckb_core::{capacity_bytes, BlockNumber, Bytes, Capacity};\nuse ckb_jsonrpc_types::JsonBytes;\n-use log::inf...
Rust
MIT License
nervosnetwork/ckb
test(integration): prefer log to print messages
1
test
integration
815,598
20.07.2019 14:27:57
-28,800
a492cac79c53e6bcd10f57ad4da4713e44c0edff
test(integration): print and exit on unknown spec Panic does not print the error by default.
[ { "change_type": "MODIFY", "diff": "@@ -155,15 +155,22 @@ fn filter_specs(mut all_specs: SpecMap, spec_names_to_run: Vec<&str>) -> Vec<Spe\nfor spec_name in spec_names_to_run {\nspecs.push((\nspec_name,\n- all_specs\n- .remove(spec_name)\n- .unwrap_or_else(|| panic!(\"expect spec {}\", spec_name)),\n+ all_s...
Rust
MIT License
nervosnetwork/ckb
test(integration): print and exit on unknown spec Panic does not print the error by default.
1
test
integration
815,598
20.07.2019 14:28:19
-28,800
5bdd3519ac92931e95fbb9e96fc90b14a16ba026
test(integration): use full path in rerun command
[ { "change_type": "MODIFY", "diff": "@@ -7,6 +7,7 @@ use std::any::Any;\nuse std::collections::HashMap;\nuse std::env;\nuse std::panic;\n+use std::path::{Path, PathBuf};\nuse std::time::Instant;\nfn main() {\n@@ -97,13 +98,10 @@ fn main() {\n}\ninfo!(\n- \"{} --bin {} --port {} {} {}\",\n- env::args().nth(0)...
Rust
MIT License
nervosnetwork/ckb
test(integration): use full path in rerun command
1
test
integration
815,598
20.07.2019 14:33:47
-28,800
5d8e48d23a33920e5e20a4731e33d3bab1a20b73
test(integration): replace deprecated method
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,7 @@ use std::time::Instant;\nfn main() {\nlet _ = {\nlet filter = ::std::env::var(\"CKB_LOG\").unwrap_or(\"info\".to_string());\n- env_logger::builder().parse(&filter).try_init()\n+ env_logger::builder().parse_filters(&filter).try_init()\n};\nlet clap_app = ...
Rust
MIT License
nervosnetwork/ckb
test(integration): replace deprecated method
1
test
integration
815,595
20.07.2019 14:57:07
-28,800
d607e5df6f624a19506dd70d83d06c3130e19f7d
fix: Clean status of new inserted block
[ { "change_type": "MODIFY", "diff": "@@ -1082,6 +1082,10 @@ impl<CS: ChainStore> SyncSharedState<CS> {\nself.block_status_map.lock().insert(block_hash, status);\n}\n+ pub fn remove_block_status(&self, block_hash: &H256) {\n+ self.block_status_map.lock().remove(block_hash);\n+ }\n+\npub fn clear_get_block_pro...
Rust
MIT License
nervosnetwork/ckb
fix: Clean status of new inserted block
1
fix
null
815,577
20.07.2019 16:21:30
-28,800
e8fb5748a2c00962dcfcaf84b5aa4a5d112de4c3
feat: add in ibd message to improve the flexibility of ibd
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,7 @@ use crate::protocol_generated::ckb::protocol::{\nGetBlockProposalBuilder, GetBlockTransactionsBuilder, GetBlocks as FbsGetBlocks,\nGetBlocksBuilder, GetHeaders as FbsGetHeaders, GetHeadersBuilder,\nGetRelayTransaction as FbsGetRelayTransaction, GetRelayTra...
Rust
MIT License
nervosnetwork/ckb
feat: add in ibd message to improve the flexibility of ibd
1
feat
null
815,569
20.07.2019 16:33:01
-28,800
fa2ab5021c0c5cba5cc5989278fb1310bb6ce906
chore: clippy
[ { "change_type": "MODIFY", "diff": "@@ -12,7 +12,7 @@ use std::time::Instant;\nfn main() {\nlet _ = {\n- let filter = ::std::env::var(\"CKB_LOG\").unwrap_or(\"info\".to_string());\n+ let filter = ::std::env::var(\"CKB_LOG\").unwrap_or_else(|_| \"info\".to_string());\nenv_logger::builder().parse_filters(&fil...
Rust
MIT License
nervosnetwork/ckb
chore: clippy (#1275)
1
chore
null
815,598
20.07.2019 16:39:37
-28,800
1ce67a2bd6ac869734d3af94f9de180ef5b91b56
chore: use gnu grep in check-cargotoml.sh
[ { "change_type": "MODIFY", "diff": "@@ -7,10 +7,19 @@ ERRCNT=0\ncase \"$OSTYPE\" in\ndarwin*)\n+ if ! type gsed &> /dev/null || ! type ggrep &> /dev/null; then\n+ echo \"GNU sed and grep not found! You can install via Homebrew\" >&2\n+ echo >&2\n+ echo \" brew install grep gnu-sed\" >&2\n+ exit 1\n+ fi\n+\n...
Rust
MIT License
nervosnetwork/ckb
chore: use gnu grep in check-cargotoml.sh
1
chore
null
815,598
20.07.2019 17:08:49
-28,800
23b9f82ac877905600cfd9d5ebad41825c68a995
chore(ci): do not repeat integration test in develop Skip the integration test when the last commit is a merge created by bors.
[ { "change_type": "MODIFY", "diff": "@@ -89,12 +89,12 @@ matrix:\n- name: Integration on macOS\nenv: CACHE_NAME=integration\n- if: 'tag IS NOT present AND type != pull_request AND (branch IN (master, develop, staging, trying) OR branch =~ /^rc\\//)'\n+ if: 'tag IS NOT present AND type != pull_request AND (br...
Rust
MIT License
nervosnetwork/ckb
chore(ci): do not repeat integration test in develop Skip the integration test when the last commit is a merge created by bors.
1
chore
ci
217,922
20.07.2019 17:14:18
-7,200
4b3be4de27a10700b02083ea0daaf7cf8ee675e1
feat(search): support for new xivapi search filter method using arrays
[ { "change_type": "MODIFY", "diff": "import { Injectable } from '@angular/core';\nimport { HttpClient, HttpParams } from '@angular/common/http';\n-import { BehaviorSubject, Observable, of, Subject } from 'rxjs';\n+import { Observable, of } from 'rxjs';\nimport { TranslateService } from '@ngx-translate/core';...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(search): support for new xivapi search filter method using arrays
1
feat
search
815,598
20.07.2019 17:19:27
-28,800
e1b4e299af20515fe3a588f6f3bac39e16b87af3
chore(ci): skip PR integration on some branches This branches will run integration.
[ { "change_type": "MODIFY", "diff": "@@ -62,7 +62,7 @@ matrix:\nif: 'tag IS NOT present AND (type = pull_request OR branch IN (master, staging, trying) OR repo != nervosnetwork/ckb)'\nos: linux\n- name: PR Integration\n- if: 'tag IS NOT present AND (type = pull_request OR repo != nervosnetwork/ckb)'\n+ if: '...
Rust
MIT License
nervosnetwork/ckb
chore(ci): skip PR integration on some branches This branches will run integration.
1
chore
ci
447,440
20.07.2019 17:34:22
18,000
034054b271f6811ce656581cc07a585426a49f2e
styles: fix lookup icon styles
[ { "change_type": "MODIFY", "diff": "overflow: hidden;\ntext-overflow: ellipsis; }\n-.rainbow-lookup_menu-item > a {\n+.rainbow-lookup_menu-item > .rainbow-lookup_menu-item-link {\nbox-sizing: border-box;\nalign-items: center;\ndisplay: -ms-flexbox;\n", "new_path": "src/components/Lookup/options/styles.c...
JavaScript
MIT License
nexxtway/react-rainbow
styles: fix lookup icon styles (#840)
1
styles
null
67,516
20.07.2019 21:17:39
-7,200
d07f5652823b6a4babbfb9dbb776bbe85ff30028
chore(i18n): corrected unit tests
[ { "change_type": "MODIFY", "diff": "import { I18N, I18nConfigurationOptions } from '@aurelia/i18n';\n-import { ContinuationTask } from '@aurelia/runtime';\nimport { assert } from '@aurelia/testing';\nimport i18next from 'i18next';\n@@ -60,15 +59,15 @@ function mockI18next(): I18nextSpy {\nexport function i1...
TypeScript
MIT License
aurelia/aurelia
chore(i18n): corrected unit tests
1
chore
i18n
67,516
20.07.2019 22:01:36
-7,200
54a8b96fe8226e4e8e18a93c5a52f0fd98ad7bf6
chore(i18n): added new test
[ { "change_type": "MODIFY", "diff": "import { I18N, I18nConfigurationOptions } from '@aurelia/i18n';\n-import { assert } from '@aurelia/testing';\n+import { IDOM } from '@aurelia/runtime';\n+import { assert, HTMLTestContext, TestContext } from '@aurelia/testing';\nimport i18next from 'i18next';\n+const trans...
TypeScript
MIT License
aurelia/aurelia
chore(i18n): added new test
1
chore
i18n
76,605
20.07.2019 22:02:00
-7,200
4e2b8a7ef872cb669312b2b609d2131cf0065b4e
feat: have an option for better avoid of false positives
[ { "change_type": "MODIFY", "diff": "@@ -60,6 +60,7 @@ class NlpManager {\nthis.actionManager = new ActionManager(this.settings.action);\nthis.sentiment = new SentimentManager(this.settings.sentiment);\nthis.slotManager = new SlotManager();\n+ this.utteranceDict = this.settings.utteranceDict || { '?': 'help'...
JavaScript
MIT License
axa-group/nlp.js
feat: have an option for better avoid of false positives
1
feat
null