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,590
30.10.2019 15:10:09
-28,800
9c91f9b2d01ef720b573b3e0e59191e4574bc519
fix: fix benchmark failed with ExceededMaximumBlockBytes error
[ { "change_type": "MODIFY", "diff": "@@ -438,7 +438,7 @@ pub fn create_2out_transaction(\nlock: Script,\ncell_deps: Vec<CellDep>,\n) -> TransactionView {\n- let data: Bytes = (0..255).collect();\n+ let data: Bytes = Bytes::new();\nlet cell_inputs = inputs.into_iter().map(|pts| CellInput::new(pts, 0));\nlet c...
Rust
MIT License
nervosnetwork/ckb
fix: fix benchmark failed with ExceededMaximumBlockBytes error
1
fix
null
730,429
30.10.2019 15:19:27
14,400
7f3ee6084824eb591c800defd8e13be135cb594e
chore(sri): support string for sri signature
[ { "change_type": "MODIFY", "diff": "+const fs = require('fs');\n+\nconst {generateDistSRI} = require('../../utils/sri');\nmodule.exports = {\n@@ -5,18 +7,28 @@ module.exports = {\ndesc: 'Generates SRI hash for all files and files in the sub-directories of /dist for the package',\nbuilder: {},\nhandler: ({pa...
JavaScript
MIT License
webex/react-widgets
chore(sri): support string for sri signature
1
chore
sri
730,429
30.10.2019 15:20:40
14,400
b480da234f2e473dfa0d78ca4ea3522f515cb135
docs(readme): update public key location
[ { "change_type": "MODIFY", "diff": "@@ -89,7 +89,7 @@ As a best practice, we provide a [Sub-resource Integrity (SRI)](https://www.w3.o\nTo find the SRI hash for a specific build of the widgets, you can use the following URL, replacing {VERSION} with the specific version you are looking for: `https://code.s4...
JavaScript
MIT License
webex/react-widgets
docs(readme): update public key location
1
docs
readme
730,429
30.10.2019 15:21:05
14,400
7bbb0aed027b79a66bb5d3fa817600fd16de77fe
chore: use new name for public key
[ { "change_type": "DELETE", "diff": "------BEGIN PUBLIC KEY-----\n-MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAzCH48FcZazqyqgri0MPE\n-AaSg8MrcD0n6zqHjRhuzE/aMSYnRxQGq3AJw6sF36k51sK0/1sNmCDIIF5hnc5jQ\n-g1EN1hhAfksxru8NfPr7MqoU7HW9kqZTYhGxBRTN838rziDCdJqOUZHqpojZHe1u\n-znza9JG2W5ZW6rDyRtoES/nbmuM41HB5WC2LHcRv5...
JavaScript
MIT License
webex/react-widgets
chore: use new name for public key
1
chore
null
276,933
30.10.2019 15:28:09
10,800
bd2f43defd5bcffe581fe6528714ee09fac8517c
improvement(doc/navigation): cleaning navigation and items
[ { "change_type": "MODIFY", "diff": "@@ -72,11 +72,8 @@ const GlobalStyle = createGlobalStyle`\nconst Grid = styled.div`\ndisplay: grid;\n- grid-template-columns: auto 1fr 166px;\n- grid-template-rows: auto 1fr;\n- grid-template-areas:\n- 'Header Header Header'\n- 'Navigation Documentation Summary';\n+ grid-...
JavaScript
MIT License
gympass/yoga
improvement(doc/navigation): cleaning navigation and items
1
improvement
doc/navigation
276,933
30.10.2019 15:34:08
10,800
67c9007d931284167c776f183098c8afca7b6ced
refactor(doc/componenttitle): replacing githubTitle for componentTitle
[ { "change_type": "RENAME", "diff": "@@ -29,11 +29,6 @@ const getMetaData = (isComponent, component) => {\n}\nconst {\nallComponentMetadata: { edges },\n- site: {\n- siteMetadata: {\n- github: { componentsPath },\n- },\n- },\n} = DescriptionQuery();\nconst {\n@@ -45,40 +40,29 @@ const getMetaData = (isCompon...
JavaScript
MIT License
gympass/yoga
refactor(doc/componenttitle): replacing githubTitle for componentTitle
1
refactor
doc/componenttitle
531,793
30.10.2019 15:41:00
0
68eecf363dc1c17050ca8c5160fbaac14a7aff76
chore(ui): change default FilteringCounterBadge color to primary
[ { "change_type": "MODIFY", "diff": "@@ -44,7 +44,7 @@ const FilteringCounterBadge = observer(\nthemed\n? cs.className\n: [\n- \"badge-light badge-pill components-label-with-hover\",\n+ \"badge-primary badge-pill components-label-with-hover\",\n...cs.baseClassNames\n].join(\" \")\n}\n", "new_path": "ui/s...
TypeScript
Apache License 2.0
prymitive/karma
chore(ui): change default FilteringCounterBadge color to primary
1
chore
ui
306,413
30.10.2019 15:45:34
-3,600
4b27ef5623cafe7b0464750fc8bc4a0607e0f2d5
chore(switch): rename
[ { "change_type": "MODIFY", "diff": "[//]: # 'AUTO INSERT HEADER PREPUBLISH'\n-`lion-input-switch` is a component that is used to toggle a property or feature on or off.\n+`lion-switch` is a component that is used to toggle a property or feature on or off.\n## Features\n@@ -19,11 +19,11 @@ npm i --save @lion...
JavaScript
MIT License
ing-bank/lion
chore(switch): rename
1
chore
switch
866,390
30.10.2019 15:49:48
14,400
068ea91c5b762045b64a4a026eecc2b600fa1ce4
fix: replaced builtin component with global LinkWithIcon component
[ { "change_type": "DELETE", "diff": "-/**\n- * Copyright IBM Corp. 2016, 2018\n- *\n- * This source code is licensed under the Apache-2.0 license found in the\n- * LICENSE file in the root directory of this source tree.\n- */\n-\n-import React from 'react';\n-import PropTypes from 'prop-types';\n-import { se...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix: replaced builtin component with global LinkWithIcon component
1
fix
null
531,793
30.10.2019 16:04:36
0
7d9955107528bb71b2b96f04a6ea5cd7c016eb5c
feat(ci): render silences in storybook grid view
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,7 @@ import { storiesOf } from \"@storybook/react\";\nimport moment from \"moment\";\n-import { MockAlert, MockAlertGroup } from \"__mocks__/Alerts.js\";\n+import { MockAlert, MockAlertGroup, MockSilence } from \"__mocks__/Alerts.js\";\nimport { AlertStore } fr...
TypeScript
Apache License 2.0
prymitive/karma
feat(ci): render silences in storybook grid view
1
feat
ci
217,922
30.10.2019 16:14:22
-3,600
6059a77f106074b0d11557af1a2d004eb4da5bac
fix(i18n): fixed typo in inventory optimizer
[ { "change_type": "MODIFY", "diff": "\"Message\": \"This item can be bought to NPCs with gil and does not require beast tribe reputation.\"\n},\n\"DUPLICATES\": {\n- \"Title\": \"Items that are duplicated accross multiple containers\",\n+ \"Title\": \"Items that are duplicated across multiple containers\",\n...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(i18n): fixed typo in inventory optimizer
1
fix
i18n
722,013
30.10.2019 16:14:45
18,000
927dac9586fd6bccc6f150396658370de0a085a1
chore: update react dependency
[ { "change_type": "MODIFY", "diff": "\"prop-types\": \"^15.6.2\",\n\"q-i\": \"2.0.1\",\n\"qss\": \"^2.0.3\",\n- \"react\": \"^16.4.1\",\n+ \"react\": \"^16.8.0\",\n\"react-codemirror2\": \"^5.1.0\",\n\"react-dev-utils\": \"^7.0.3\",\n- \"react-dom\": \"^16.4.1\",\n+ \"react-dom\": \"^16.8.0\",\n\"react-group...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
chore: update react dependency
1
chore
null
217,922
30.10.2019 16:14:53
-3,600
bdd8ea3116c6290745212003e77322fc6b2508c4
fix(tips): fixed IQ tip when using Reflect instead
[ { "change_type": "MODIFY", "diff": "import { RotationTip } from '../rotation-tip';\n-import { InnerQuiet, SimulationResult } from '@ffxiv-teamcraft/simulator';\n+import { InnerQuiet, SimulationResult, Reflect } from '@ffxiv-teamcraft/simulator';\nimport { RotationTipType } from '../rotation-tip-type';\nexpo...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(tips): fixed IQ tip when using Reflect instead
1
fix
tips
791,704
30.10.2019 16:21:39
25,200
6e5fc878f8cc69e00620b20092bfad1da6c1e4e2
core: refactor check for clearing cache
[ { "change_type": "MODIFY", "diff": "@@ -597,11 +597,12 @@ class GatherRunner {\n}\n/**\n- * Returns whether this pass should be considered to be measuring performance.\n+ * Returns whether this pass should clear the caches.\n+ * Only if it is a performance run and the settings don't disable it.\n* @param {L...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core: refactor check for clearing cache (#9896)
1
core
null
217,885
30.10.2019 16:22:24
25,200
60cc5eaee18bbc1b7d2adf08b493184759ba7cf0
chore: Update node-machina-ffxiv to 2.19.7
[ { "change_type": "MODIFY", "diff": "}\n},\n\"node-machina-ffxiv\": {\n- \"version\": \"2.19.5\",\n- \"resolved\": \"https://registry.npmjs.org/node-machina-ffxiv/-/node-machina-ffxiv-2.19.5.tgz\",\n- \"integrity\": \"sha512-vKdUnOJqy2WmrsK1pGcvRdeRwI/pz6AGfSWxy5ouNX5srn+7fYz/8g5BP5nzYJHMQzeg8cO/pKTz2gtJMpxh...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: Update node-machina-ffxiv to 2.19.7
1
chore
null
67,476
30.10.2019 16:27:15
-3,600
b92067be26ca4b8bdd01af50dc5a45f60c6b3856
chore(ast): more cleanup
[ { "change_type": "MODIFY", "diff": "@@ -297,16 +297,6 @@ type $ArgumentOrArrayLiteralElementNode = (\nOmittedExpression\n);\n-type $DeclarationNode = (\n- $ModuleStatementNode |\n- VariableStatement |\n- FunctionDeclaration |\n- ClassDeclaration |\n- InterfaceDeclaration |\n- TypeAliasDeclaration |\n- EnumD...
TypeScript
MIT License
aurelia/aurelia
chore(ast): more cleanup
1
chore
ast
366,918
30.10.2019 16:39:50
-32,400
d9609db46970a16cd8696e577e7e4df428ab3508
fix: export components
[ { "change_type": "MODIFY", "diff": "-// export * from './Accordion'\n+export { Accordion } from './Accordion'\n+export { AccordionContent } from './AccordionContent'\n+export { AccordionTrigger } from './AccordionTrigger'\n", "new_path": "src/components/Accordion/index.ts", "old_path": "src/componen...
TypeScript
MIT License
kufu/smarthr-ui
fix: export components
1
fix
null
503,945
30.10.2019 16:40:21
14,400
e1fcdfc31e8bc598b4b58bc9d3657e958dabb203
chore(package): Bump versions to 2.40.3
[ { "change_type": "MODIFY", "diff": "\"develop\": \"yarn build:babel:esm --skip-initial-build --watch --verbose --source-maps\"\n},\n\"dependencies\": {\n- \"@patternfly/patternfly\": \"2.40.2\",\n+ \"@patternfly/patternfly\": \"2.40.3\",\n\"@patternfly/react-core\": \"^3.120.2\",\n\"@patternfly/react-styles...
TypeScript
MIT License
patternfly/patternfly-react
chore(package): Bump @patternfly/patternfly versions to 2.40.3 (#3247)
1
chore
package
276,989
30.10.2019 16:41:44
10,800
74d1cd31bfeaa8511d025fbebf39191f946407ba
feat(radiogroup.button): create RadioGroup.Button compound Component
[ { "change_type": "ADD", "diff": "+---\n+title: 'Button'\n+metaTitle: 'Button Component'\n+metaDescription: 'Button Component'\n+---\n+\n+## Import the Radio\n+\n+```javascript\n+import { RadioGroup } from '@gympass/yoga';\n+```\n+\n+## Usage\n+\n+```javascript reactLive=true\n+<RadioGroup name=\"the_best\" ...
JavaScript
MIT License
gympass/yoga
feat(radiogroup.button): create RadioGroup.Button compound Component
1
feat
radiogroup.button
722,013
30.10.2019 16:48:16
18,000
ae612328370f1664e0266911e0272ad43915da79
docs(cli): fix typo in readme
[ { "change_type": "MODIFY", "diff": "@@ -47,18 +47,20 @@ yarn vue-docgen -c config/docgen.config.js\nIf you specify a `docgen.config.js` file you can be more specific. But each of those configurations is optional.\n```js\n-const path = require(\"path\")\n+const path = require('path')\nmodule.exports = {\n- c...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs(cli): fix typo in readme
1
docs
cli
531,793
30.10.2019 16:56:34
0
034206eaf81d8afcf8fbb3cc0ead02fd2c89d5b8
chore(storybook): use bigger alert counters for silences"
[ { "change_type": "MODIFY", "diff": "@@ -125,7 +125,7 @@ storiesOf(\"SilenceModal\", module)\nsilence.id = `silence${index}`;\nsilences.push({\ncluster: \"am\",\n- alertCount: index - 1,\n+ alertCount: (index - 1) * 9,\nsilence: silence\n});\n}\n", "new_path": "ui/src/Components/SilenceModal/index.storie...
TypeScript
Apache License 2.0
prymitive/karma
chore(storybook): use bigger alert counters for silences"
1
chore
storybook
310,971
30.10.2019 17:24:24
-7,200
94bddf38bd895396ab6d0aca87bf5016b45dc42b
fix(repair): ignore missing package-lock.json when repairing
[ { "change_type": "MODIFY", "diff": "import { prettyPath } from '@ionic/cli-framework/utils/format';\n-import { remove, unlink } from '@ionic/utils-fs';\n+import { pathExists, remove, unlink } from '@ionic/utils-fs';\nimport * as path from 'path';\nimport { CommandInstanceInfo, CommandLineInputs, CommandLine...
TypeScript
MIT License
ionic-team/ionic-cli
fix(repair): ignore missing package-lock.json when repairing (#4197)
1
fix
repair
531,793
30.10.2019 17:24:58
0
a6a9ab494d2911ccf77699d1b26c7e7331e3372e
fix(ui): tweak margins for the collapse toggle on silence view
[ { "change_type": "MODIFY", "diff": "@@ -323,12 +323,12 @@ exports[`<GroupFooter /> mathes snapshot when silence is rendered 1`] = `\n</div>\n</div>\n<div class=\\\\\"flex-shrink-0 flex-grow-0\\\\\">\n- <div class=\\\\\"d-flex flex-column justify-content-between align-items-center\\\\\">\n+ <div class=\\\\\"...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): tweak margins for the collapse toggle on silence view
1
fix
ui
276,933
30.10.2019 17:39:26
10,800
dd13ef8e5d78a6648d8f65139e3c3ab8cf841ee3
improvement(doc/navigation): turned common nav into accordeon
[ { "change_type": "MODIFY", "diff": "@@ -36,7 +36,7 @@ const customComponents = {\nconst Wrapper = styled.div`\ngrid-area: Documentation;\n- padding: 30px 40px;\n+ padding: 40px 70px;\n`;\ncustomComponents.h2.propTypes = {\n", "new_path": "packages/doc/src/components/Documentation/Documentation.jsx", ...
JavaScript
MIT License
gympass/yoga
improvement(doc/navigation): turned common nav into accordeon
1
improvement
doc/navigation
276,933
30.10.2019 17:47:45
10,800
70227134e32d68c48e1005f972e61de7f5ad7d9b
improvement(doc/tabbedview): adding colors and borders
[ { "change_type": "MODIFY", "diff": "@@ -40,7 +40,7 @@ const GlobalStyle = createGlobalStyle`\n}\nh1 {\n- font-size: 38px;\n+ font-size: 48px;\nmargin: 0;\nfont-weight: 700;\n", "new_path": "packages/doc/src/components/Layout/Layout.jsx", "old_path": "packages/doc/src/components/Layout/Layout.jsx" ...
JavaScript
MIT License
gympass/yoga
improvement(doc/tabbedview): adding colors and borders
1
improvement
doc/tabbedview
217,922
30.10.2019 17:59:32
-3,600
7244a28c24a9a9f6a67fa869da35e82f590697e6
chore: small fix for undefined monster position
[ { "change_type": "MODIFY", "diff": "@@ -56,7 +56,7 @@ export class DropsExtractor extends AbstractExtractor<Drop[]> {\nreturn monsterDrops[key].indexOf(item.id) > -1;\n})\n.map(monsterId => {\n- if (monsters[monsterId] === undefined) {\n+ if (monsters[monsterId] === undefined || monsters[monsterId].position...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: small fix for undefined monster position
1
chore
null
366,920
30.10.2019 18:19:17
-32,400
df50ca91f3b450e102d37586639d5675c7b1c354
fix: Update dropdown position logic
[ { "change_type": "MODIFY", "diff": "@@ -29,17 +29,22 @@ export function getContentPositionStyle(\ntop: 'auto',\nleft: 'auto',\n}\n+ const triggerAlignCenter = triggerRect.left + (triggerRect.right - triggerRect.left) / 2\nif (triggerRect.bottom + contentSize.height <= windowSize.height) {\nposition.top = `$...
TypeScript
MIT License
kufu/smarthr-ui
fix: Update dropdown position logic
1
fix
null
471,527
30.10.2019 18:25:44
-3,600
a176fca01d85295e8b8c700a2ffb2151080628c6
chore(codelabs): build for site not for development
[ { "change_type": "MODIFY", "diff": "\"lint:types\": \"tsc\",\n\"postinstall\": \"npm run build\",\n\"publish\": \"lerna publish --message 'chore: release new versions'\",\n- \"site:build\": \"npm run vuepress:build && lerna run storybook:build --scope @open-wc/demoing-storybook --stream\",\n+ \"site:build\"...
JavaScript
MIT License
open-wc/open-wc
chore(codelabs): build for site not for development (#922)
1
chore
codelabs
366,920
30.10.2019 18:45:52
-32,400
5d962925bbfd3b5d25f9b0104123d671b10e157b
fix: Fix dropdown content size bug
[ { "change_type": "MODIFY", "diff": "@@ -18,8 +18,9 @@ const DropdownContentInnerComponent: React.FC<Props & InjectedProps> = ({\nconst [position, setPosition] = useState<Position>({\ntop: 'auto',\nleft: 'auto',\n+ maxHeight: '',\n})\n- const wrapperRef = useRef(null)\n+ const wrapperRef = useRef<HTMLDivElem...
TypeScript
MIT License
kufu/smarthr-ui
fix: Fix dropdown content size bug
1
fix
null
71,101
30.10.2019 18:49:52
-3,600
fbd007e7271ca939f57703a9e7f9c90cc5c0c0ae
feat(cli): dotnet init templates come with Roslyn Analyzers Dotnet init templates were updated to use *.NET Core 3.0* as their target framework, and pre-configure the projects with the `Amazon.JSII.Analyzers` Roslyn Analyzers.
[ { "change_type": "MODIFY", "diff": "<PropertyGroup>\n<OutputType>Exe</OutputType>\n- <TargetFramework>netcoreapp2.1</TargetFramework>\n+ <TargetFramework>netcoreapp3.0</TargetFramework>\n</PropertyGroup>\n<ItemGroup>\n+ <!-- CDK Construct Library dependencies -->\n<PackageReference Include=\"Amazon.CDK\" Ve...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(cli): dotnet init templates come with Roslyn Analyzers (#4765) Dotnet init templates were updated to use *.NET Core 3.0* as their target framework, and pre-configure the projects with the `Amazon.JSII.Analyzers` Roslyn Analyzers.
1
feat
cli
366,920
30.10.2019 18:51:15
-32,400
f871699c05f3a08989141166f3b52029ed2f8010
refactor: Position -> ContentBoxStyle
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,7 @@ import React, { useEffect, useState, useRef } from 'react'\nimport styled, { css } from 'styled-components'\nimport { InjectedProps, withTheme } from '../../hocs/withTheme'\n-import { Rect, getContentPositionStyle, Position } from './dropdownHelper'\n+impo...
TypeScript
MIT License
kufu/smarthr-ui
refactor: Position -> ContentBoxStyle
1
refactor
null
217,922
30.10.2019 19:03:41
-3,600
f78906d5f03bd37218010bb9062d677903fcea19
fix(simulator): fixed multiple inaccuracies
[ { "change_type": "MODIFY", "diff": "\"integrity\": \"sha512-RCZElbAgc+tIOFK5m0IaHBF1lHJyWb6NkzxfQHefX9Dx93mRg+pasTgt2WDPT6HzcmPnuQ72TbnUKaNNVkR6KA==\"\n},\n\"@ffxiv-teamcraft/simulator\": {\n- \"version\": \"2.0.6\",\n- \"resolved\": \"https://registry.npmjs.org/@ffxiv-teamcraft/simulator/-/simulator-2.0.6....
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(simulator): fixed multiple inaccuracies
1
fix
simulator
603,467
30.10.2019 19:18:21
0
db2cf3ea8b30eaf6b6df851eb19e42beb84a8811
fix(deps): updated the dependency on lodash to avoid the npm audit warning affects: serenity-js ISSUES CLOSED: Closes
[ { "change_type": "MODIFY", "diff": "},\n\"dependencies\": {\n\"graceful-fs\": \"4.1.11\",\n- \"lodash\": \"4.17.11\",\n+ \"lodash\": \"4.17.15\",\n\"mkdirp\": \"0.5.1\",\n\"moment\": \"2.19.3\",\n\"stacktrace-js\": \"2.0.0\",\n", "new_path": "packages/core/package.json", "old_path": "packages/core/p...
TypeScript
Apache License 2.0
serenity-js/serenity-js
fix(deps): updated the dependency on lodash to avoid the npm audit warning affects: @serenity-js/core, @serenity-js/cucumber-2, serenity-js ISSUES CLOSED: Closes #364
1
fix
deps
217,922
30.10.2019 19:30:22
-3,600
6532a487310fca84ddc6535a2ce6609c092d1022
chore: removed useless console.logs
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,8 @@ import { PendingChangesService } from './pending-changes/pending-changes.service\nimport { AngularFirestore } from '@angular/fire/firestore';\nimport { FirestoreStorage } from './storage/firestore/firestore-storage';\nimport { LogTracking } from '../../mod...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: removed useless console.logs
1
chore
null
366,918
30.10.2019 19:36:25
-32,400
e6717aa05b11cfa9664cfc862fe0543be67c7219
fix: move icon props to Accordion component
[ { "change_type": "MODIFY", "diff": "@@ -54,9 +54,10 @@ storiesOf('Accordion', module)\n<Accordion\nname={`right-icon-${index}`}\nexpanded={state === `right-icon-${index}`}\n+ icon=\"right\"\nonClick={handleClick}\n>\n- <AccordionTrigger icon=\"right\">Right Icon {index}</AccordionTrigger>\n+ <AccordionTrigg...
TypeScript
MIT License
kufu/smarthr-ui
fix: move icon props to Accordion component
1
fix
null
276,933
30.10.2019 19:39:26
10,800
81fc550131161d39ae3be4292c4a2b83d0e4acf7
improvement(doc/list): improving documentation template on list
[ { "change_type": "MODIFY", "diff": "-#docs podrera do neitv\n+import ExpoSnack from 'react-expo-snack';\n+\n+### Reference\n+\n+Gympass List component extends from react-native's `FlatList` you can check it out <a target=\"_blank\" href=\"https://facebook.github.io/react-native/docs/flatlist\">here</a>. Fla...
JavaScript
MIT License
gympass/yoga
improvement(doc/list): improving documentation template on list
1
improvement
doc/list
366,918
30.10.2019 19:47:40
-32,400
e3925fd8b50f56a7c4c1ddbf296b86854702c396
fix: rename Accordion to AccordionPanel
[ { "change_type": "DELETE", "diff": "-export { Accordion } from './Accordion'\n-export { AccordionContent } from './AccordionContent'\n-export { AccordionTrigger } from './AccordionTrigger'\n", "new_path": null, "old_path": "src/components/Accordion/index.ts" }, { "change_type": "RENAME", ...
TypeScript
MIT License
kufu/smarthr-ui
fix: rename Accordion to AccordionPanel
1
fix
null
603,467
30.10.2019 20:02:58
0
aa8466123153d80bba8b19cd2e340fad999220c7
chore(travis): use the built-in XVFB service
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,8 @@ notifications:\nnode_js:\n- '6'\n- '8'\n+services:\n+ - xvfb\naddons:\nchrome: stable\nbefore_install: scripts/travis/before_install.sh\n", "new_path": ".travis.yml", "old_path": ".travis.yml" }, { "change_type": "MODIFY", "diff": "@@ -...
TypeScript
Apache License 2.0
serenity-js/serenity-js
chore(travis): use the built-in XVFB service
1
chore
travis
815,593
30.10.2019 20:04:39
-32,400
a1cf4a20e65eb1fb4dbf43feb61d5aab13098a9c
chore: add limit checking to relay message
[ { "change_type": "MODIFY", "diff": "@@ -34,9 +34,9 @@ pub use p2p::{\n// Max message frame length for sync protocol: 2MB\n// NOTE: update this value when block size limit changed\npub const MAX_FRAME_LENGTH_SYNC: usize = 2 * 1024 * 1024;\n-// Max message frame length for relay protocol: 2MB\n+// Max message...
Rust
MIT License
nervosnetwork/ckb
chore: add limit checking to relay message
1
chore
null
217,910
30.10.2019 20:19:22
-39,600
5c1e086dd3393cc01f9b6fde1a6164a082952115
chore(ci): update package lock
[ { "change_type": "MODIFY", "diff": "\"integrity\": \"sha512-RCZElbAgc+tIOFK5m0IaHBF1lHJyWb6NkzxfQHefX9Dx93mRg+pasTgt2WDPT6HzcmPnuQ72TbnUKaNNVkR6KA==\"\n},\n\"@ffxiv-teamcraft/simulator\": {\n- \"version\": \"2.0.5\",\n- \"resolved\": \"https://registry.npmjs.org/@ffxiv-teamcraft/simulator/-/simulator-2.0.5....
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(ci): update package lock
1
chore
ci
217,922
30.10.2019 20:44:29
-3,600
7417a0268f6cd862a92f109b8830f07fb12b5e61
fix(simulator): fixed macro import Thank you SE for using the same names on outdated and updated actions
[ { "change_type": "MODIFY", "diff": "@@ -233,9 +233,9 @@ export class LocalizedDataService {\nlanguage = 'en';\n}\n}\n- let res = this.getIndexByName(this.lazyData.craftActions, name, language);\n+ let res = this.getIndexByName(this.lazyData.craftActions, name, language, true);\nif (res === -1) {\n- res = th...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(simulator): fixed macro import Thank you SE for using the same names on outdated and updated actions
1
fix
simulator
76,605
30.10.2019 20:44:56
-3,600
bc02d331359f7c9a4e35ce2da79705040da8eea4
fix: stem method was duplicated
[ { "change_type": "MODIFY", "diff": "@@ -423,13 +423,6 @@ class CzechStemmer extends BaseStemmer {\nthis.cursor = this.limit_backward;\nreturn true;\n}\n- stem(...args) {\n- switch (args.length) {\n- case 0:\n- return this.stem(...args);\n- }\n- return super.stem(...args);\n- }\n}\nCzechStemmer.a_0 = [\n", ...
JavaScript
MIT License
axa-group/nlp.js
fix: stem method was duplicated
1
fix
null
104,827
30.10.2019 20:52:59
18,000
678be9130c5a68df98d3a62de8f48591c59120a6
fix(pagewizard): validation story and prefix
[ { "change_type": "MODIFY", "diff": "@@ -149,7 +149,6 @@ const PageWizard = ({\nconst hasPrev = currentStepIdx !== 0;\nconst hasNext = currentStepIdx !== steps.length - 1;\nconst currentStep = children.find((i, idx) => idx === currentStepIdx);\n- console.log(currentStep);\nconst currentStepToRender = React.c...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(pagewizard): validation story and prefix
1
fix
pagewizard
217,922
30.10.2019 20:55:13
-3,600
c6607d1754206d844f899378588cb385d28963c9
feat(levequests): added label for exp computing with global exp mode
[ { "change_type": "MODIFY", "diff": "<div [nzMd]=\"{ span: 5, offset: 1, order: 3 }\" [nzXXl]=\"{ span: 3 }\" [nzXs]=\"{ span: 13, offset: 1, order: 2 }\"\nnz-col>\n<nz-input-group class=\"levels\" nzCompact>\n- <nz-input-number (ngModelChange)=\"setLevel(levelMin$, $event)\" [ngModel]=\"levelMin$.value\" [n...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(levequests): added label for exp computing with global exp mode
1
feat
levequests
76,605
30.10.2019 20:56:46
-3,600
0bc943299ef564ad302f7ddf37cf207ffbb5c8ca
build: version 3.10.2
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"node-nlp\",\n- \"version\": \"3.10.1\",\n+ \"version\": \"3.10.2\",\n\"lockfileVersion\": 1,\n\"requires\": true,\n\"dependencies\": {\n", "new_path": "package-lock.json", "old_path": "package-lock.json" }, { "change_type": "MODIFY", "di...
JavaScript
MIT License
axa-group/nlp.js
build: version 3.10.2
1
build
null
67,476
30.10.2019 21:05:07
-3,600
460631b98a6905501f0771ec8d2866b0039f7746
feat(aot): load entry file
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,7 @@ import { Host } from './vm/host';\n// Just for testing\nconst root = resolve(__dirname, '..', '..', '..', '..');\nconst host = new Host();\n- const pkg = await host.loadEntryPackage({ rootDir: root });\n+ const file = await host.loadEntryFile({ rootDir: ro...
TypeScript
MIT License
aurelia/aurelia
feat(aot): load entry file
1
feat
aot
217,922
30.10.2019 21:06:42
-3,600
0650206f2672d17d988faa44c3f988fd5a0ecc75
chore: addition for previous commit
[ { "change_type": "MODIFY", "diff": "</div>\n</div>\n<div nz-col nzSm=\"4\">\n- <b>EXP:</b> {{getLeveExp(leve) | number}} <span *ngIf=\"globalExp\">({{leve.exp | number}}\n+ <b>EXP:</b> {{getLeveExp(leve) | number}} <span *ngIf=\"globalExp\">({{leve.exp * (leve.allDeliveries ? leve.repeats + 1 : 1) * (leve.h...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: addition for previous commit
1
chore
null
679,913
30.10.2019 21:36:21
0
82e3e92fe6f74395383069d370e3d6eb21982da5
feat(ecs): add generics for Component & Group related types & methods
[ { "change_type": "MODIFY", "diff": "import {\nFn0,\nIID,\n- IObjectOf,\nIRelease,\nType,\n- TypedArray\n+ TypedArray,\n+ TypedArrayTypeMap\n} from \"@thi.ng/api\";\nexport const EVENT_ADDED = \"added\";\n@@ -13,22 +13,23 @@ export const EVENT_CHANGED = \"changed\";\nexport type ComponentDefaultValue = Array...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(ecs): add generics for Component & Group related types & methods
1
feat
ecs
679,913
30.10.2019 21:36:52
0
14ba8f038b9ad7232ada64ae4ac0a7857de88ef0
feat(examples): add non-batched updateSingle (soa-ecs)
[ { "change_type": "MODIFY", "diff": "-import { IObjectOf } from \"@thi.ng/api\";\n-import { ComponentInfo, ECS, Group } from \"@thi.ng/ecs\";\n+import { ComponentInfo, ComponentTuple, ECS } from \"@thi.ng/ecs\";\nimport { start } from \"@thi.ng/hdom\";\nimport { adaptDPI, canvasWebGL } from \"@thi.ng/hdom-co...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): add non-batched updateSingle (soa-ecs)
1
feat
examples
265,967
30.10.2019 22:19:22
-19,080
b2df5842c6f0d756c1c85c1554f23450b11f19b7
docs: readme.md to include creation of service account client * docs: included service client generation from key * docs(service key): added doc to create client from Google service key this change was requested by frankyn * fix:refactor for eslint
[ { "change_type": "MODIFY", "diff": "@@ -25,6 +25,8 @@ function main(\n// Creates a client\nconst storage = new Storage();\n+ // Creates a client from a Google service account key.\n+ // const storage = new Storage({keyFilename: \"key.json\"});\n/**\n* TODO(developer): Uncomment these variables before runnin...
TypeScript
Apache License 2.0
googleapis/nodejs-storage
docs: readme.md to include creation of service account client (#871) * docs: included service client generation from key * docs(service key): added doc to create client from Google service key this change was requested by frankyn * fix:refactor for eslint
1
docs
null
151,430
30.10.2019 22:36:26
25,200
7e536cb176dbded53c5a7afdca5b5d44f6004ff4
refactor: flush queue immediately when plugin loads
[ { "change_type": "MODIFY", "diff": "import EVENTS, { nonEvents } from '../../events'\nimport waitForReady from '../../utils/waitForReady'\nimport isFunction from '../../utils/isFunction'\n+import { processQueue } from '../../utils/heartbeat'\nimport runPlugins from './engine'\nexport default function plugin...
JavaScript
MIT License
davidwells/analytics
refactor: flush queue immediately when plugin loads
1
refactor
null
151,430
30.10.2019 22:37:46
25,200
2c57f65c7ec9edf220c985a7da48bc199daa00a0
refactor: hoist param parsing & initial anon id to initialization
[ { "change_type": "MODIFY", "diff": "/* eslint-disable camelcase */\n-import { paramsParse, storage, uuid } from 'analytics-utils'\n+import { storage } from 'analytics-utils'\nimport EVENTS from '../events'\nimport { ANON_ID } from '../constants'\n@@ -11,14 +11,13 @@ const traitRegex = /^an_trait_/\nexport d...
JavaScript
MIT License
davidwells/analytics
refactor: hoist param parsing & initial anon id to initialization
1
refactor
null
151,430
30.10.2019 22:38:02
25,200
81bc1812336858b1aa43da7a10910bf4af830ff3
refactor: update timestamp func name
[ { "change_type": "MODIFY", "diff": "import { storage } from 'analytics-utils'\n-import timeStamp from '../utils/timestamp'\n+import timestamp from '../utils/timestamp'\nimport EVENTS from '../events'\nexport default function storageMiddleware() {\n@@ -31,7 +31,7 @@ export const getItem = (key, opts) => {\ne...
JavaScript
MIT License
davidwells/analytics
refactor: update timestamp func name
1
refactor
null
151,430
30.10.2019 22:38:45
25,200
4067515b131730a53055020a5a25edc4d1645787
test: simplify context tests
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ test('Should contain the app name', async (t) => {\nversion: 100\n})\n- t.deepEqual(analytics.getState('context.app'), 'appname')\n+ t.is(analytics.getState('context.app'), 'appname')\n})\ntest('Should contain the app version', async (t) => {\n@@ -16,7 +16...
JavaScript
MIT License
davidwells/analytics
test: simplify context tests
1
test
null
151,430
30.10.2019 22:39:16
25,200
79475e2672c2fc262e8f15a97a966d8dd3297c57
test: update tests for sync anonId
[ { "change_type": "MODIFY", "diff": "@@ -121,6 +121,7 @@ test('Plugin (not xStart) returning values should NOT enrich other payloads', as\n})\nanalytics.track('foobar')\n+ const anonId = analytics.user('anonymousId')\nawait delay(100)\n@@ -130,7 +131,7 @@ test('Plugin (not xStart) returning values should NOT...
JavaScript
MIT License
davidwells/analytics
test: update tests for sync anonId
1
test
null
151,430
30.10.2019 22:40:07
25,200
ff9886ef4f7fe1a75f3f9bdb21ca557226866386
feat(segment): clear all localstorage on analytics.reset()
[ { "change_type": "MODIFY", "diff": "@@ -72,6 +72,10 @@ function segmentPlugin(pluginConfig = {}) {\ncookies.forEach((key) => {\ninstance.storage.removeItem(key, 'cookie')\n})\n+ const localStorageItems = cookies.concat(['ajs_group_properties', 'ajs_user_traits'])\n+ localStorageItems.forEach((key) => {\n+ i...
JavaScript
MIT License
davidwells/analytics
feat(segment): clear all localstorage on analytics.reset()
1
feat
segment
151,430
30.10.2019 22:40:26
25,200
2ad36b85f142f63f9ce9b503c7708e8899ee0336
feat(original-src): clear localstorage values on analytics.reset()
[ { "change_type": "MODIFY", "diff": "@@ -34,6 +34,10 @@ export default function originalSourcePlugin(pluginConfig = {}) {\noriginalSource: getOriginalSource(config),\noriginalLandingPage: getOriginalLandingPage(config)\n})\n+ },\n+ reset: ({ instance }) => {\n+ instance.storage.removeItem(CONFIG.originalSour...
JavaScript
MIT License
davidwells/analytics
feat(original-src): clear localstorage values on analytics.reset()
1
feat
original-src
151,430
30.10.2019 22:40:46
25,200
ccb53dee9b0886df88a1df60e133b29359a88ebc
refactor: reuse hash regex
[ { "change_type": "MODIFY", "diff": "import inBrowser from '../utils/inBrowser'\nimport EVENTS from '../events'\n+const hashRegex = /#.*$/\n+\nfunction canonicalUrl() {\nif (!inBrowser) return\nconst tags = document.getElementsByTagName('link')\n@@ -15,7 +17,7 @@ function canonicalUrl() {\nfunction urlPath(u...
JavaScript
MIT License
davidwells/analytics
refactor: reuse hash regex
1
refactor
null
151,430
30.10.2019 22:44:06
25,200
4069c0308527b5b6ee012cdbb25d7ae5960e9663
feat: make .track, .page, .identify, .reset return promise for async usage Core methods now return a promise to support async/await instead of callbacks
[ { "change_type": "MODIFY", "diff": "import { createStore, combineReducers, applyMiddleware, compose } from 'redux'\n+import { paramsParse } from 'analytics-utils'\n// Middleware\nimport * as middleware from './middleware'\nimport DynamicMiddleware from './middleware/dynamic'\n@@ -8,9 +9,9 @@ import context,...
JavaScript
MIT License
davidwells/analytics
feat: make .track, .page, .identify, .reset return promise for async usage Core methods now return a promise to support async/await instead of callbacks
1
feat
null
67,476
30.10.2019 22:44:10
-3,600
b4c0a5a92dc314531d8d5322ae5c9ba827030e16
feat(aot): implement RS:HostResolveImportedModule
[ { "change_type": "MODIFY", "diff": "@@ -85,4 +85,9 @@ export interface IFileSystem {\ngetFilesSync(packageDir: string): readonly IFile[];\n}\n+export interface IOptions {\n+ readonly rootDir: string;\n+}\n+\n+export const IOptions = DI.createInterface<IOptions>('IOptions').noDefault();\nexport const IFileSy...
TypeScript
MIT License
aurelia/aurelia
feat(aot): implement RS:HostResolveImportedModule
1
feat
aot
276,933
30.10.2019 22:55:28
10,800
06b72a65ba7bf1b26fcf14bc1d9ba7d389464785
feat(doc/codesandbox): component that handles dynamic creation of a sandbox
[ { "change_type": "MODIFY", "diff": "@@ -10,10 +10,4 @@ Gympass `<List />` component implements all our design guidelines, be sure to wr\n### Usage\n-<iframe\n- src=\"https://codesandbox.io/embed/new?fontsize=14\"\n- style=\"width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;\"\n- title=...
JavaScript
MIT License
gympass/yoga
feat(doc/codesandbox): component that handles dynamic creation of a sandbox
1
feat
doc/codesandbox
276,933
30.10.2019 22:59:35
10,800
c92a13f9504d43847def66a8fc07ecf6ebd9e4ab
improvement(doc/codesandbox): adding dependencies on dynamic sandbox
[ { "change_type": "MODIFY", "diff": "@@ -2,24 +2,14 @@ const HTML = '<div id=\"root\"></div>';\nconst CODE = `import React from 'react';\nimport ReactDOM from 'react-dom';\n+import {ThemeProvider, Button} from '@gympass/yoga';\n-function formatName(user) {\n- return user.firstName + ' ' + user.lastName;\n-}\...
JavaScript
MIT License
gympass/yoga
improvement(doc/codesandbox): adding @gympass/yoga dependencies on dynamic sandbox
1
improvement
doc/codesandbox
67,476
30.10.2019 23:05:30
-3,600
67f8070f055bea1a09a3f06c68ce2e7d0706f027
feat(aot): implement ParseModule
[ { "change_type": "MODIFY", "diff": "@@ -140,6 +140,7 @@ import {\nimport {\nPLATFORM,\nWritable,\n+ ILogger,\n} from '@aurelia/kernel';\nimport { IFile } from '../system/interfaces';\nimport { NPMPackage } from '../system/npm-package-loader';\n@@ -3734,6 +3735,43 @@ export class $ConstructorDeclaration impl...
TypeScript
MIT License
aurelia/aurelia
feat(aot): implement ParseModule
1
feat
aot
67,476
30.10.2019 23:15:29
-3,600
24b2e9585b450fab2ed574af4f7225689e145563
feat(aot): implement ResolveExport
[ { "change_type": "MODIFY", "diff": "@@ -12,12 +12,58 @@ function comparePathLength(a: { path: { length: number } }, b: { path: { length:\nreturn a.path.length - b.path.length;\n}\n+export class ResolveSet {\n+ private readonly modules: IModule[] = [];\n+ private readonly exportNames: string[] = [];\n+ priva...
TypeScript
MIT License
aurelia/aurelia
feat(aot): implement ResolveExport
1
feat
aot
276,933
30.10.2019 23:20:04
10,800
d21104283928730686b35054083184d272dfd038
improvement(doc/codesandbox): component now receives a string as children
[ { "change_type": "MODIFY", "diff": "@@ -10,4 +10,4 @@ Gympass `<List />` component implements all our design guidelines, be sure to wr\n### Usage\n-<CodeSandbox />\n+<CodeSandbox>{`<Button>Test</Button>`}</CodeSandbox>\n", "new_path": "packages/doc/content/components/list/web.mdx", "old_path": "pack...
JavaScript
MIT License
gympass/yoga
improvement(doc/codesandbox): component now receives a string as children
1
improvement
doc/codesandbox
276,933
30.10.2019 23:23:11
10,800
afb1dd526d31c8a0c5458b5f8210492dc983e975
refactor(doc/codesandbox): renamed file constants to code
[ { "change_type": "MODIFY", "diff": "-import ExpoSnack from 'react-expo-snack';\n-\n### Reference\nGympass `<List />` component implements all our design guidelines, be sure to wrap your items with `<List.Item/>` that uses default spacing, border and color pallete tokens.\n@@ -10,4 +8,4 @@ Gympass `<List />`...
JavaScript
MIT License
gympass/yoga
refactor(doc/codesandbox): renamed file constants to code
1
refactor
doc/codesandbox
276,933
30.10.2019 23:25:11
10,800
34b2bf89dbe11c04e905e824234e18285ad756a7
improvement(doc/codesandbox): hiding navigation bar from codesandbox browser
[ { "change_type": "MODIFY", "diff": "@@ -14,7 +14,7 @@ const CodeSandbox = ({ children }) => {\nreturn (\n<iframe\n- src={`https://codesandbox.io/embed/${sandboxId}?fontsize=14`}\n+ src={`https://codesandbox.io/embed/${sandboxId}?fontsize=14&hidenavigation=1`}\nstyle={{\nwidth: '100%',\nheight: 500,\n", ...
JavaScript
MIT License
gympass/yoga
improvement(doc/codesandbox): hiding navigation bar from codesandbox browser
1
improvement
doc/codesandbox
276,933
30.10.2019 23:39:26
10,800
954c074d8feddbaf89523135d020f231c1b8af8d
improvement(doc/codesandbox): changing from children to code prop
[ { "change_type": "MODIFY", "diff": "@@ -8,4 +8,11 @@ Gympass `<List />` component implements all our design guidelines, be sure to wr\n### Usage\n-<CodeSandbox>{'<Button>Alo alyso</Button>'}</CodeSandbox>\n+<CodeSandbox\n+ code={[\n+ `import React from 'react';\n+ import ReactDOM from 'react-dom';\n+ import...
JavaScript
MIT License
gympass/yoga
improvement(doc/codesandbox): changing from children to code prop
1
improvement
doc/codesandbox
151,430
30.10.2019 23:59:24
25,200
c297a61b0cd206b0fc757e97082a095bd0d26a35
refactor: clear globalContext on reset todo refactor
[ { "change_type": "MODIFY", "diff": "@@ -24,16 +24,21 @@ export default function user(state = {}, action) {\n}\n})\ncase EVENTS.reset:\n- // Side effect remove global fallback values\n+ // Side effect remove global fallback values.\n+ // TODO refactor this and move away from globalThis\n/* eslint-disable arr...
JavaScript
MIT License
davidwells/analytics
refactor: clear globalContext on reset todo refactor
1
refactor
null
67,516
31.10.2019 00:03:58
-3,600
287fb84e5ed2a39a3586d3d0145f35774b7158bd
test(runtime-html): css-modules-registry tests
[ { "change_type": "MODIFY", "diff": "selections3.two-way=\"selectedItems3\"\nselections4.two-way=\"selectedItems4\"\n></select-dropdown>\n+\n+ <cards items.bind=\"heroes\" selected.bind=\"selectedHero\"></cards>\n</div>\n</template>\n", "new_path": "packages/__tests__/integration/app/app.html", "old_...
TypeScript
MIT License
aurelia/aurelia
test(runtime-html): css-modules-registry tests
1
test
runtime-html
151,430
31.10.2019 00:04:56
25,200
3d8914d1bed7814cb612f73c53354239be93495e
docs: add promise examples
[ { "change_type": "MODIFY", "diff": "@@ -63,19 +63,23 @@ export default class App extends Component {\nhasCleared = true\n}\n}\n- doPage = () => {\n+ doPage = async () => {\nthis.clearLogs()\nanalytics.page(() => {\nconsole.log('page callback')\n})\n+ console.log('Page async fire this after')\n}\n- doTrack =...
JavaScript
MIT License
davidwells/analytics
docs: add promise examples
1
docs
null
76,605
31.10.2019 00:43:32
-3,600
51d5f8d518872a27e9cb3d60312917401b8bcaed
test: unit tests for domain manager
[ { "change_type": "MODIFY", "diff": "\"ansi-regex\": {\n\"version\": \"2.1.1\",\n\"bundled\": true,\n- \"dev\": true\n+ \"dev\": true,\n+ \"optional\": true\n},\n\"aproba\": {\n\"version\": \"1.2.0\",\n\"balanced-match\": {\n\"version\": \"1.0.0\",\n\"bundled\": true,\n- \"dev\": true\n+ \"dev\": true,\n+ \"...
JavaScript
MIT License
axa-group/nlp.js
test: unit tests for domain manager
1
test
null
67,476
31.10.2019 03:03:40
-3,600
18fd0bfeeade7c8589c6663fbc7ab1c17b64db3d
fix(ast): add missing import/export resolution pieces
[ { "change_type": "MODIFY", "diff": "import { DebugConfiguration } from '@aurelia/debug';\nimport { resolve } from 'path';\nimport { Host } from './vm/host';\n+import { FileKind } from './system/interfaces';\n(async function () {\nDebugConfiguration.register();\n// Just for testing\n- const root = resolve(__...
TypeScript
MIT License
aurelia/aurelia
fix(ast): add missing import/export resolution pieces
1
fix
ast
217,893
31.10.2019 03:20:26
-37,080
f781e1d19a7968649a404877228b20a0c48d9459
feat(simulator): removed additional actions macro Removed generation and display of the additional actions macro from the simulator's macro creator. Consumable Notification will now be non-functioning due to having nowhere to put the alert
[ { "change_type": "MODIFY", "diff": "<span *ngFor=\"let line of macroFragment\" class=\"macro-line\">{{line}}<br></span>\n</pre>\n</div>\n-<b>{{'SIMULATOR.Cross_class_setup' | translate}}</b>\n-<nz-divider></nz-divider>\n-<div class=\"macro\">\n- <pre class=\"macro-fragment\">\n- <button [cbContent]=\"getTex...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(simulator): removed additional actions macro Removed generation and display of the additional actions macro from the simulator's macro creator. Consumable Notification will now be non-functioning due to having nowhere to put the alert
1
feat
simulator
217,893
31.10.2019 04:06:33
-37,080
48e001112e42e019f635726f51a44ec6fd35ed88
feat(simulator): removed consumables checkbox Without the additional actions macro consumables are not alertable with the current setup. Removed checkbox to avoid a checkbox that does nothing.
[ { "change_type": "MODIFY", "diff": "<label [(ngModel)]=\"fixedEcho\" (ngModelChange)=\"generateMacros()\" [nzDisabled]=\"!addEcho\" nz-checkbox>\n{{'SIMULATOR.Fixed_notification_number' | translate}}\n</label>\n- <label [(ngModel)]=\"addConsumables\" (ngModelChange)=\"generateMacros()\" nz-checkbox>\n- {{'S...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(simulator): removed consumables checkbox Without the additional actions macro consumables are not alertable with the current setup. Removed checkbox to avoid a checkbox that does nothing.
1
feat
simulator
217,893
31.10.2019 05:19:57
-37,080
4a09171b71c323073a04311757728ecdf35b2685
feat(simulator): Allow saving stats to profile after apply
[ { "change_type": "MODIFY", "diff": "<button form=\"ngForm\" nz-button nzBlock nzType=\"primary\" type=\"submit\">\n{{'SIMULATOR.CONFIGURATION.Apply_stats' | translate}}\n</button>\n- <button (click)=\"saveSet()\" *ngIf=\"loggedIn$ | async\" [disabled]=\"!statsForm.dirty\" nz-button nzBlock>\n+ <button (clic...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(simulator): Allow saving stats to profile after apply
1
feat
simulator
217,893
31.10.2019 05:22:22
-37,080
f29bdaf85163ec700de385b26f56c35e0f37c135
chore(simulator): Default save state to false
[ { "change_type": "MODIFY", "diff": "@@ -173,7 +173,7 @@ export class SimulatorComponent implements OnInit, OnDestroy {\npublic dirty = false;\n- public savedSet = false;\n+ public savedSet = true;\nprivate formChangesSubscription: any;\n", "new_path": "apps/client/src/app/pages/simulator/components/simu...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(simulator): Default save state to false
1
chore
simulator
217,885
31.10.2019 06:44:46
25,200
a5f0d270d82a50b2e5db978c100107319664c068
chore: Update node-machina-ffxiv to 2.19.8
[ { "change_type": "MODIFY", "diff": "}\n},\n\"node-machina-ffxiv\": {\n- \"version\": \"2.19.7\",\n- \"resolved\": \"https://registry.npmjs.org/node-machina-ffxiv/-/node-machina-ffxiv-2.19.7.tgz\",\n- \"integrity\": \"sha512-lDZOBoPZ4wh4N5KCXQl4khg6bdC178Co3p1dZd/sjNU2FIcSUjZZPvwR4dXy2Ff0pVzKhdE8Irfi0Yn431p9...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: Update node-machina-ffxiv to 2.19.8
1
chore
null
217,922
31.10.2019 07:05:04
-3,600
ab805b1e97e740bc1d986e23ab0e8b7a72317c6e
fix(db): possible fix for quota exceeded
[ { "change_type": "MODIFY", "diff": "@@ -24,6 +24,13 @@ export abstract class FirestoreRelationalStorage<T extends DataModel> extends Fi\nthis.modelInstance = new modelClass();\n}\n+ public stopListening(key: string, cacheEntry?: string): void {\n+ super.stopListening(key, cacheEntry);\n+ if (cacheEntry) {\n...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(db): possible fix for quota exceeded
1
fix
db
217,922
31.10.2019 07:18:08
-3,600
37cc2e0ee66050c4cdb584c41447834e0bb8bcba
fix(alarms): fixed an issue with some alarms not showing properly
[ { "change_type": "MODIFY", "diff": "@@ -84,7 +84,7 @@ export class BellNodesService {\nnode.slot = slotMatch.slot;\n}\n}\n- node.hidden = !node.items.some(itemId => itemId === node.itemId);\n+ node.hidden = !(node.items || []).some(itemId => itemId === node.itemId);\nnode.mapId = node.map;\nconst folklore =...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(alarms): fixed an issue with some alarms not showing properly
1
fix
alarms
76,605
31.10.2019 08:50:23
-3,600
86eb4ba360bfe50cc9cf778e2641d9d7fca566e2
feat: improving tests of domain manager
[ { "change_type": "MODIFY", "diff": "+/*\n+ * Copyright (c) AXA Group Operations Spain S.A.\n+ *\n+ * Permission is hereby granted, free of charge, to any person obtaining\n+ * a copy of this software and associated documentation files (the\n+ * \"Software\"), to deal in the Software without restriction, inc...
JavaScript
MIT License
axa-group/nlp.js
feat: improving tests of domain manager
1
feat
null
866,390
31.10.2019 09:03:58
14,400
ca00fc067fc5c0b86fd577b72f2a1886cd4a5880
fix: added carbon prefix to sass mixins
[ { "change_type": "MODIFY", "diff": "align-items: center;\n}\n&__text {\n- @include type-style('body-short-02');\n+ @include carbon--type-style('body-short-02');\ncolor: $link-01;\n}\n&__icon {\n", "new_path": "packages/styles/scss/patterns/simplelongform/_jumplink.scss", "old_path": "packages/styles...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix: added carbon prefix to sass mixins
1
fix
null
902,122
31.10.2019 10:23:15
-3,600
01bcceb52904654604cb4b778200ed211296bb09
refactor: evaluate example
[ { "change_type": "MODIFY", "diff": "const createBrowserless = require('browserless')\nconst browserless = createBrowserless()\n-const getUrlInfo = browserless.evaluate((page, response) => {\n+const getUrlInfo = browserless.evaluate(async (page, response) => {\nconst redirectChain = response.request().redire...
JavaScript
MIT License
microlinkhq/browserless
refactor: evaluate example
1
refactor
null
865,921
31.10.2019 10:33:12
-3,600
e127a0a451222423ed211cf9c3750924f85b9a07
chore(builder): bump dev dependency versions
[ { "change_type": "MODIFY", "diff": "\"dev\": true\n},\n\"handlebars\": {\n- \"version\": \"4.1.2\",\n- \"resolved\": \"https://registry.npmjs.org/handlebars/-/handlebars-4.1.2.tgz\",\n- \"integrity\": \"sha512-nvfrjqvt9xQ8Z/w0ijewdD/vvWDTOweBUm96NTr66Wfvo1mJenBLwcYmPs3TIBP5ruzYGD7Hx/DaM9RmhroGPw==\",\n+ \"v...
JavaScript
MIT License
camunda/camunda-modeler
chore(builder): bump dev dependency versions
1
chore
builder
902,122
31.10.2019 11:00:23
-3,600
5971f02cae5fc906ab4a0f6061d516a96c161e49
ci: simplify workflow
[ { "change_type": "MODIFY", "diff": "language: node_js\nnode_js:\n- - node\n- lts/*\n+ - node\nafter_success: npm run coverage\n@@ -11,19 +11,13 @@ stages:\n- name: Release\nif: branch = master AND commit_message !~ /(release|no-release)/\n-install:\n- - npm config set package-lock false\n- - npm install\n-\...
JavaScript
MIT License
microlinkhq/browserless
ci: simplify workflow
1
ci
null
366,918
31.10.2019 11:07:33
-32,400
1d0dd7516b2c234721876c0173e900dfb084b1d5
fix: change to correct name
[ { "change_type": "MODIFY", "diff": "@@ -32,7 +32,11 @@ export { BlankImage } from './components/Image'\nexport { Heading } from './components/Heading'\nexport { HeadlineArea } from './components/HeadlineArea'\nexport { Select } from './components/Select'\n-export { Accordion, AccordionContent, AccordionTrig...
TypeScript
MIT License
kufu/smarthr-ui
fix: change to correct name
1
fix
null
276,933
31.10.2019 11:39:16
10,800
c483b4906801b8c02edd5cb5c80fd0d5510df95f
docs(docs/list): changing codesandbox on list
[ { "change_type": "MODIFY", "diff": "@@ -13,6 +13,22 @@ Gympass `<List />` component implements all our design guidelines, be sure to wr\n`import React from 'react';\nimport ReactDOM from 'react-dom';\nimport {ThemeProvider, Button, List, Checkbox} from '@gympass/yoga';`,\n- `<Button>haha</Button>`,\n+ `<Lis...
JavaScript
MIT License
gympass/yoga
docs(docs/list): changing codesandbox on list
1
docs
docs/list
71,115
31.10.2019 12:56:26
-3,600
4d16f79b3a5bb167aa667406d423e0ea8b89a762
fix(cloudfront): aliasConfiguration fallback identifier conflict
[ { "change_type": "MODIFY", "diff": "@@ -760,7 +760,7 @@ export class CloudFrontWebDistribution extends cdk.Construct implements IDistrib\nconst {acmCertRef, securityPolicy, sslMethod, names: aliases} = props.aliasConfiguration;\n_viewerCertificate = ViewerCertificate.fromAcmCertificate(\n- certificatemanage...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(cloudfront): aliasConfiguration fallback identifier conflict (#4760)
1
fix
cloudfront
711,597
31.10.2019 13:28:56
-3,600
ffc8bc86ca007f5f8fd033b77a5c67611c7c8554
chore: Re-work build, watch, test scripts Makes better use of Lerna's run capabilities.
[ { "change_type": "MODIFY", "diff": "@@ -27,8 +27,10 @@ jobs:\nrun: |\nyarn install\nyarn bootstrap\n- yarn lerna run build\n+ yarn build\nenv:\nCI: true\n- - name: Test\n- run: yarn test:all\n+ - name: Unit tests\n+ run: yarn test\n+ - name: e2e tests\n+ run: yarn e2e\n", "new_path": ".github/workflows/...
TypeScript
MIT License
vendure-ecommerce/vendure
chore: Re-work build, watch, test scripts Makes better use of Lerna's run capabilities.
1
chore
null
217,922
31.10.2019 13:44:01
-3,600
0a504419a9643370ea4b0b097cbaeaf912d71292
chore: various fixes for missing list data after loading
[ { "change_type": "MODIFY", "diff": "@@ -11,6 +11,7 @@ import { ListRow } from '../../../../modules/list/model/list-row';\nimport { diff } from 'deep-diff';\nimport { FirestoreRelationalStorage } from '../firestore/firestore-relational-storage';\nimport { ListTag } from '../../../../modules/list/model/list-t...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: various fixes for missing list data after loading
1
chore
null
865,921
31.10.2019 13:51:25
-3,600
38080e175b0061608779738465937dd6bad9f6db
feat(deploy): use modal structural components
[ { "change_type": "MODIFY", "diff": "@@ -204,11 +204,6 @@ export default class DeploymentDetailsModal extends React.PureComponent {\nreturn (\n<Modal className={ css.DeploymentDetailsModal } onClose={ onClose }>\n- <h2>Deploy Diagram</h2>\n-\n- <p className=\"intro\">\n- Specify deployment details and deploy...
JavaScript
MIT License
camunda/camunda-modeler
feat(deploy): use modal structural components
1
feat
deploy
711,597
31.10.2019 14:39:25
-3,600
4fd4d1ae4890d1d4449021e22cc11f7fb6d2409b
fix(dev-server): Fix load tests and populate script
[ { "change_type": "MODIFY", "diff": "@@ -6,4 +6,5 @@ vendure-import-error.log\nload-testing/data-sources/products*.csv\nload-testing/results/*.json\nload-testing/results/*.csv\n+load-testing/static/assets\ndev-config-override.ts\n", "new_path": "packages/dev-server/.gitignore", "old_path": "packages/...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(dev-server): Fix load tests and populate script
1
fix
dev-server
815,590
31.10.2019 14:47:34
-28,800
92b3ea6729a6ef860d65fac06034a0c1c4dec17f
feat: support limit max_tx_verify_cycles
[ { "change_type": "MODIFY", "diff": "@@ -94,6 +94,7 @@ max_verify_cache_size = 100_000\nmax_conflict_cache_size = 1_000\nmax_committed_txs_hash_cache_size = 100_000\nmin_fee_rate = 1_000 # shannons/KB\n+max_tx_verify_cycles = 35_000_000\n[store]\nheader_cache_size = 4096\n", "new_path": "resource/ckb.tom...
Rust
MIT License
nervosnetwork/ckb
feat: support limit max_tx_verify_cycles
1
feat
null
730,428
31.10.2019 15:02:52
0
f650f1887e71aa1a964b359762de15b38b69ca36
chore(release): 0.2.55 [skip ci]
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+### [0.2.55](https://github.com/webex/react-widgets/compare/v0.2.54...v0.2.55) (2019-10-31)\n+\...
JavaScript
MIT License
webex/react-widgets
chore(release): 0.2.55 [skip ci]
1
chore
release
366,920
31.10.2019 15:07:43
-32,400
e7465c373a5306b7a8f6d0f96d2bd350c5a56467
fix: Fix dropdown content position
[ { "change_type": "MODIFY", "diff": "@@ -31,17 +31,24 @@ export function getContentBoxStyle(\nleft: 'auto',\nmaxHeight: '',\n}\n- const triggerAlignCenter = triggerRect.left + (triggerRect.right - triggerRect.left) / 2\nif (triggerRect.bottom + contentSize.height <= windowSize.height) {\ncontentBox.top = `${...
TypeScript
MIT License
kufu/smarthr-ui
fix: Fix dropdown content position
1
fix
null
76,605
31.10.2019 15:15:11
-3,600
b327615664d5a63806e8694aedc6cf15d9381d8e
feat: NLU manager done
[ { "change_type": "MODIFY", "diff": "},\n\"dependencies\": {\n\"@nlpjs/core\": \"^1.0.0\",\n+ \"@nlpjs/language\": \"^1.0.0\",\n\"@nlpjs/neural\": \"^1.0.0\"\n}\n}\n", "new_path": "packages/nlu/package.json", "old_path": "packages/nlu/package.json" }, { "change_type": "MODIFY", "diff": "@...
JavaScript
MIT License
axa-group/nlp.js
feat: NLU manager done
1
feat
null
366,920
31.10.2019 15:30:01
-32,400
843bec009deb1a4a112713f35a983cd492e97404
fix: Update ts setting
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,7 @@ import { CheckBoxLabel } from 'smarthr-ui'\n## props\n-CheckBoxLabel props extends Checkbox props.\n+CheckBoxLabel props extends CheckBox props.\nIn addition to it...\n", "new_path": "src/components/CheckBoxLabel/README.md", "old_path": "src/compon...
TypeScript
MIT License
kufu/smarthr-ui
fix: Update ts setting
1
fix
null
503,945
31.10.2019 15:51:09
14,400
0d4a347e51ab7a35a0280271eaf4e21a469936e7
chore(package): Bump versions to 2.40.4
[ { "change_type": "MODIFY", "diff": "\"develop\": \"yarn build:babel:esm --skip-initial-build --watch --verbose --source-maps\"\n},\n\"dependencies\": {\n- \"@patternfly/patternfly\": \"2.40.3\",\n+ \"@patternfly/patternfly\": \"2.40.4\",\n\"@patternfly/react-core\": \"^3.120.3\",\n\"@patternfly/react-styles...
TypeScript
MIT License
patternfly/patternfly-react
chore(package): Bump @patternfly/patternfly versions to 2.40.4 (#3251)
1
chore
package
366,920
31.10.2019 15:52:08
-32,400
e6d9c602f4118729080d66a8b9f596d9b0d09da0
fix: Recover lost files
[ { "change_type": "ADD", "diff": "+import { action } from '@storybook/addon-actions'\n+import { storiesOf } from '@storybook/react'\n+import * as React from 'react'\n+import styled from 'styled-components'\n+\n+import { CheckBox } from './CheckBox'\n+import readme from './README.md'\n+\n+const onChange = act...
TypeScript
MIT License
kufu/smarthr-ui
fix: Recover lost files
1
fix
null
711,597
31.10.2019 15:54:35
-3,600
c05730c29b705946b1d2b20f62b55f0e2ef5e69e
refactor(testing): Remove TestClient, use SimpleGraphQLClient directly The TestClient was a redundant layer of indirection.
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,7 @@ import { pick } from '@vendure/common/lib/pick';\nimport { mergeConfig } from '@vendure/core';\nimport { DefaultSearchPlugin } from '@vendure/core';\nimport { facetValueCollectionFilter } from '@vendure/core/dist/config/collection/default-collection-filter...
TypeScript
MIT License
vendure-ecommerce/vendure
refactor(testing): Remove TestClient, use SimpleGraphQLClient directly The TestClient was a redundant layer of indirection.
1
refactor
testing