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
306,444
25.10.2019 14:09:56
-7,200
bda904245a9b911f83c641cccc03a72023c234b2
fix(field): add form elements in the correct order
[ { "change_type": "MODIFY", "diff": "@@ -63,13 +63,17 @@ export const FormRegistrarMixin = dedupeMixin(\nthis.__hasBeenRendered = true;\n}\n- addFormElement(child) {\n+ addFormElement(child, index) {\n// This is a way to let the child element (a lion-fieldset or lion-field) know, about its parent\n// eslint-...
JavaScript
MIT License
ing-bank/lion
fix(field): add form elements in the correct order
1
fix
field
889,138
25.10.2019 14:15:33
25,200
87371302b91de77d00a51739e130682cf9343ee0
refactor: enable noImplicitAny
[ { "change_type": "MODIFY", "diff": "\"@types/pumpify\": \"^1.4.1\",\n\"@types/sinon\": \"^7.0.8\",\n\"@types/through2\": \"^2.0.34\",\n+ \"@types/tmp\": \"^0.1.0\",\n\"@types/uuid\": \"^3.4.4\",\n\"assert-rejects\": \"^1.0.0\",\n\"bignumber.js\": \"^9.0.0\",\n\"eslint-config-prettier\": \"^6.0.0\",\n\"eslin...
TypeScript
Apache License 2.0
googleapis/nodejs-logging
refactor: enable noImplicitAny (#618)
1
refactor
null
866,415
25.10.2019 15:00:41
14,400
3d06d526f89d55c7129cc6186781c6d5f271be31
feat(locale): add checks in masthead logic and pull lang attr
[ { "change_type": "MODIFY", "diff": "@@ -51,7 +51,8 @@ const MastheadLeftNav = ({ navigation, isSideNavExpanded }) => {\n<li className={`${prefix}--masthead__side-nav--submemu-title`}>\n{link.title}\n</li>\n- {link.menuSections[0].menuItems[\n+ {link.menuSections[0].menuItems[i].megapanelContent &&\n+ link.m...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(locale): add checks in masthead logic and pull lang attr
1
feat
locale
76,605
25.10.2019 15:07:33
-7,200
9995cdd932f4248698414fb8fb9f157bdf78a05f
feat: adding configurations to container
[ { "change_type": "MODIFY", "diff": "@@ -28,6 +28,7 @@ class Container {\nthis.classes = {};\nthis.factory = {};\nthis.pipelines = {};\n+ this.configurations = {};\n}\naddClass(clazz, name) {\n@@ -82,9 +83,6 @@ class Container {\nresolvePath(step, input, srcObject) {\nconst tokens = step.split('.');\n- if (t...
JavaScript
MIT License
axa-group/nlp.js
feat: adding configurations to container
1
feat
null
815,609
25.10.2019 15:15:00
-28,800
6128b0b6da4ff05cf197190c7b4b7ee50f9b8897
chore: display hexadecimal strings without names for hashes in some logs
[ { "change_type": "MODIFY", "diff": "@@ -319,7 +319,7 @@ impl ChainService {\nif new_best_block {\ndebug!(\n- \"new best block found: {} => {}, difficulty diff = {:#x}\",\n+ \"new best block found: {} => {:#x}, difficulty diff = {:#x}\",\nblock.header().number(),\nblock.header().hash(),\n&cannon_total_diffic...
Rust
MIT License
nervosnetwork/ckb
chore: display hexadecimal strings without names for hashes in some logs
1
chore
null
104,818
25.10.2019 15:19:35
18,000
9a4e5f126635a9ba2fabee104e67d188b5f14808
chore(charts): upgrade version
[ { "change_type": "MODIFY", "diff": "\"@babel/preset-flow\": \"^7.0.0\",\n\"@babel/preset-react\": \"^7.6.3\",\n\"@babel/runtime\": \"^7.0.0\",\n- \"@carbon/charts\": \"^0.16.17\",\n- \"@carbon/charts-react\": \"^0.16.17\",\n+ \"@carbon/charts\": \"^0.16.23\",\n+ \"@carbon/charts-react\": \"^0.16.23\",\n\"@c...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(charts): upgrade version
1
chore
charts
104,818
25.10.2019 15:26:17
18,000
1bd3217481fc958e986e10c532903a907c435e84
fix(timeseries): fixes isEditable time series card
[ { "change_type": "MODIFY", "diff": "@@ -140,7 +140,7 @@ const TimeSeriesCard = ({\n? memoizedGenerateSampleValues(series, timeDataSourceId, interval)\n: valuesProp;\n- const isAllValuesEmpty = isValuesEmpty(valuesProp, timeDataSourceId);\n+ const isAllValuesEmpty = isValuesEmpty(values, timeDataSourceId);\n...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(timeseries): fixes isEditable time series card
1
fix
timeseries
866,390
25.10.2019 15:26:18
14,400
db7c3e6a903c09f8496332f049b3ca59488ad70b
fix: added stablePrefix
[ { "change_type": "MODIFY", "diff": "import React, { useLayoutEffect, useRef, useState } from 'react';\nimport PropTypes from 'prop-types';\n+import { settings as ddsSettings } from '@carbon/ibmdotcom-utilities';\nimport { settings } from 'carbon-components';\nimport { ArrowRight20 } from '@carbon/icons-reac...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix: added stablePrefix
1
fix
null
866,390
25.10.2019 15:37:02
14,400
91f463f7f76c794d4fd25e9daeeca0cc49ad0582
fix: carbon-ibmdotcom-utilities version conflict solved
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/.yarn/offline-mirror/@carbon-ibmdotcom-utilities-1.1.0-alpha.716.tgz differ\n", "new_path": ".yarn/offline-mirror/@carbon-ibmdotcom-utilities-1.1.0-alpha.716.tgz", "old_path": ".yarn/offline-mirror/@carbon-ibmdotcom-utilities-1.1.0-alpha....
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix: carbon-ibmdotcom-utilities version conflict solved
1
fix
null
866,390
25.10.2019 15:43:42
14,400
1fe4f8f2bed21c7f6942d975873360e0c5b9e58e
fix: extra text removed
[ { "change_type": "MODIFY", "diff": "\"@babel/runtime\": \"^7.5.5\",\n\"@carbon/ibmdotcom-services\": \"0.4.0\",\n\"@carbon/ibmdotcom-styles\": \"0.4.0\",\n-<<<<<<< Updated upstream\n- \"@carbon/ibmdotcom-utilities\": \"0.6.0-alpha.511\",\n-=======\n\"@carbon/ibmdotcom-utilities\": \"^1.1.0-alpha.610\",\n->>...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix: extra text removed
1
fix
null
815,590
25.10.2019 15:45:00
-28,800
cc65ee6defeb36ffe71fc0ee8519cf31762159dc
fix: fix extract dao args from tx
[ { "change_type": "MODIFY", "diff": "@@ -225,8 +225,10 @@ impl Spec for WithdrawDAOWithInvalidWitness {\n// Withdraw DAO with witness point to out-of-index dependency. DAO script `ckb_load_header` failed\n{\n- let withdraw_header_index: Bytes = 9u64.to_le_bytes().to_vec().into();\n- let witness: packed::Byte...
Rust
MIT License
nervosnetwork/ckb
fix: fix extract dao args from tx
1
fix
null
865,921
25.10.2019 15:45:49
-7,200
b1d81916c7b7ce7d2a926e1815817bf993392fc8
chore(client): bump to Corrects an editor failure when pasting labels. Cf.
[ { "change_type": "MODIFY", "diff": "\"integrity\": \"sha512-kzRGXGLzTROLRNCSskkOyj/+SbtTAn2unKfgB9tNt7RWJFybg/Wbe9YjK2ALotI3b64wwlCTkAalXiTiskP6dg==\"\n},\n\"bpmn-js\": {\n- \"version\": \"5.1.1\",\n- \"resolved\": \"https://registry.npmjs.org/bpmn-js/-/bpmn-js-5.1.1.tgz\",\n- \"integrity\": \"sha512-9jNnUB...
JavaScript
MIT License
camunda/camunda-modeler
chore(client): bump to bpmn-js@5.1.2 Corrects an editor failure when pasting labels. Cf. https://github.com/bpmn-io/bpmn-js/issues/1227
1
chore
client
866,415
25.10.2019 15:52:22
14,400
1adcd87c468aee159c4961f76f9d6084b7ce3956
feat(locale): use session storage for country list
[ { "change_type": "MODIFY", "diff": "@@ -31,7 +31,6 @@ const { prefix } = settings;\nconst Footer = ({ type }) => {\nconst [footerMenuData, setFooterMenuData] = useState([]);\nconst [footerLegalData, setFooterLegalData] = useState([]);\n- const [locale, setLocale] = useState({});\nuseEffect(() => {\n(async (...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(locale): use session storage for country list
1
feat
locale
866,415
25.10.2019 15:59:46
14,400
5cdc97193dc76c3b084dd3097224b35429f3ce34
fix(buttongroup): fix button group test
[ { "change_type": "MODIFY", "diff": "@@ -2,6 +2,10 @@ import React from 'react';\nimport { mount } from 'enzyme';\nimport ButtonGroup from '../ButtonGroup';\n+jest.mock('../../../internal/FeatureFlags', () => ({\n+ BUTTON_GROUP: true,\n+}));\n+\ndescribe('<ButtonGroup />', () => {\nit('renders ButtonGroup as...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(buttongroup): fix button group test
1
fix
buttongroup
866,415
25.10.2019 16:02:46
14,400
8c1d30878859ab4d55e7f94b67e8d552e3899acc
fix(lint): wrap card-link styles in mixin
[ { "change_type": "MODIFY", "diff": "@import '~carbon-components/scss/components/tile/tile';\n+@mixin card-link {\n.#{$prefix}--card-link {\ncolor: $text-01;\ntext-decoration: none;\n&__content {\n@include carbon--type-style('body-short-02');\n+\ncolor: $text-02;\n}\n}\n}\n}\n+}\n+\n+@include exports('card-l...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(lint): wrap card-link styles in mixin
1
fix
lint
679,913
25.10.2019 16:13:08
-3,600
58679731c3030e33565c09b787b4eca26b483361
docs: add/update project desc in main readme
[ { "change_type": "MODIFY", "diff": "## About\n+> \"A collection of functional programming libraries that can be composed together.\n+> Unlike a framework, thi.ng is a suite of instruments and you (the user) must be\n+> the composer of. Geared towards versatility, not any specific type of music.\"\n+> &mdash...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs: add/update project desc in main readme
1
docs
null
866,415
25.10.2019 16:13:13
14,400
3b5314986efbd917c7bf294b7484b5d6ce81dfb8
chore(locale): update service and utility packages
[ { "change_type": "DELETE", "diff": "Binary files a/.yarn/offline-mirror/@carbon-ibmdotcom-services-1.1.0-alpha.696.tgz and /dev/null differ\n", "new_path": ".yarn/offline-mirror/@carbon-ibmdotcom-services-1.1.0-alpha.696.tgz", "old_path": ".yarn/offline-mirror/@carbon-ibmdotcom-services-1.1.0-alpha....
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(locale): update service and utility packages
1
chore
locale
866,390
25.10.2019 16:23:42
14,400
01f224859ad78456238ca73aa7f078f0742c9769
refactor: use shortened names for variation/linkType
[ { "change_type": "MODIFY", "diff": "@@ -25,18 +25,18 @@ const { prefix } = settings;\n* @param {object} props props object\n* @param {string} props.title simple long form title\n* @param {string} props.copy simple long form short copy to support the title\n- * @param {string} props.variation variation of th...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
refactor: use shortened names for variation/linkType
1
refactor
null
366,918
25.10.2019 16:57:58
-32,400
45419798ad93f1e3fb59b8def782e5f76541e5d4
refactor: use context api
[ { "change_type": "MODIFY", "diff": "@@ -7,30 +7,31 @@ import { AccordionContent } from './AccordionContent'\nstoriesOf('Accordion', module).add('Accordion', () => {\nconst [state, setstate] = useState('')\n- const handleClick = (value: string) => () => {\n+ const handleClick = (value: string, expanded: bool...
TypeScript
MIT License
kufu/smarthr-ui
refactor: use context api
1
refactor
null
306,413
25.10.2019 17:30:30
-7,200
cb747d9421516e37ece272e64e873230548f9aaf
fix(switch): cross-browser fixes
[ { "change_type": "MODIFY", "diff": "-import { LionButton } from '@lion/button';\n-import { html, css } from '@lion/core';\n+import { html, css, LitElement, DisabledWithTabIndexMixin } from '@lion/core';\n-export class LionButtonSwitch extends LionButton {\n+export class LionButtonSwitch extends DisabledWith...
JavaScript
MIT License
ing-bank/lion
fix(switch): cross-browser fixes
1
fix
switch
306,444
25.10.2019 17:38:21
-7,200
8a4dd7e07d603b74ad1818b3c2555544d3294ccd
fix(field): delegate autocomplete to inputElement for security
[ { "change_type": "MODIFY", "diff": "@@ -49,6 +49,10 @@ export class LionField extends FormControlMixin(\ntype: String,\nreflect: true,\n},\n+ autocomplete: {\n+ type: String,\n+ reflect: true,\n+ },\n};\n}\n@@ -141,6 +145,10 @@ export class LionField extends FormControlMixin(\nif (changedProps.has('name')) ...
JavaScript
MIT License
ing-bank/lion
fix(field): delegate autocomplete to inputElement for security
1
fix
field
217,922
25.10.2019 17:40:52
-7,200
2e118cc84eac5ab8fff4cd67a46d929945dea809
fix(i18n): fixed grammar error in item picker context
[ { "change_type": "MODIFY", "diff": "</nz-list-item>\n</ng-template>\n</nz-list>\n- <button nz-button nzBlock (click)=\"pickMulti(results)\" *ngIf=\"multi\">{{'LISTS.Add_selection' | translate}}</button>\n+ <button nz-button nzBlock (click)=\"pickMulti(results)\" *ngIf=\"multi\">{{'LISTS.Add_selection_to_lis...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(i18n): fixed grammar error in item picker context
1
fix
i18n
366,918
25.10.2019 17:50:14
-32,400
4b93419b633c76662534ddea6565d07a9aebba72
chore: interface -> type
[ { "change_type": "MODIFY", "diff": "import * as React from 'react'\nimport { withTheme } from '../../hocs/withTheme'\n-interface Props {\n+type Props = {\nchildren: React.ReactNode\nexpanded?: boolean\nname: string\n", "new_path": "src/components/Accordion/Accordion.tsx", "old_path": "src/components...
TypeScript
MIT License
kufu/smarthr-ui
chore: interface -> type
1
chore
null
366,918
25.10.2019 17:51:42
-32,400
b9ab5f55832fd84f9ec73504b047c3bdfed74594
refactor: add useCallback
[ { "change_type": "MODIFY", "diff": "-import React, { useContext } from 'react'\n+import React, { useContext, useCallback } from 'react'\nimport styled from 'styled-components'\nimport { Transition } from 'react-transition-group'\nimport { InjectedProps, withTheme } from '../../hocs/withTheme'\nimport { Acco...
TypeScript
MIT License
kufu/smarthr-ui
refactor: add useCallback
1
refactor
null
679,913
25.10.2019 17:59:54
-3,600
ba8ed18cd84db77ccb35ed95586c66151cf1d690
feat(grid-iterators): add z-curve & random iterators, add deps
[ { "change_type": "MODIFY", "diff": "\"typedoc\": \"^0.15.0\",\n\"typescript\": \"^3.6.4\"\n},\n+ \"dependencies\": {\n+ \"@thi.ng/arrays\": \"^0.2.5\",\n+ \"@thi.ng/binary\": \"^1.1.0\",\n+ \"@thi.ng/morton\": \"^1.1.3\",\n+ \"@thi.ng/random\": \"^1.1.12\",\n+ \"@thi.ng/transducers\": \"^5.4.5\"\n+ },\n\"ke...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(grid-iterators): add z-curve & random iterators, add deps
1
feat
grid-iterators
71,371
25.10.2019 18:04:33
-7,200
012eeedb858ac8da22de698936f9ca09151c132c
feat(apigateway): add convenience url property at resource level * feat(apigateway): add convenience url property at resource level This allows to reference the URL of a resource without having to do `api.urlForPath(resource.path)` or `resource.restApi.urlForPath(resource.path)`. * use getter
[ { "change_type": "MODIFY", "diff": "@@ -352,6 +352,10 @@ export abstract class ResourceBase extends ResourceConstruct implements IResourc\nreturn resource.resourceForPath(parts.join('/'));\n}\n+\n+ public get url(): string {\n+ return this.restApi.urlForPath(this.path);\n+ }\n}\nexport class Resource extend...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(apigateway): add convenience url property at resource level (#4686) * feat(apigateway): add convenience url property at resource level This allows to reference the URL of a resource without having to do `api.urlForPath(resource.path)` or `resource.restApi.urlForPath(resource.path)`. * use getter
1
feat
apigateway
217,922
25.10.2019 18:05:18
-7,200
eabab6ea9bc5cf6f9abd6552c6d320f885056889
fix(inventory): fixed an issue with retainers not reset properly
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ import { inventoryQuery } from './inventory.selectors';\nimport { LoadInventory, UpdateInventory } from './inventory.actions';\nimport { ContainerType } from '../../../model/user/inventory/container-type';\nimport { UserInventory } from '../../../model/use...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(inventory): fixed an issue with retainers not reset properly
1
fix
inventory
217,922
25.10.2019 18:05:56
-7,200
82aefe8e30eb52a117164838def659490f216c76
chore(release): 6.0.12
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"6.0.12\"></a>\n+## [6.0.12](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compar...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 6.0.12
1
chore
release
679,913
25.10.2019 18:20:33
-3,600
fb30126b5a778a12b1cd21511851b6b2a8ab14ba
docs(grid-iterators): update readme & assets
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/assets/grid-iterators/diagonal2d-small.gif differ\n", "new_path": "assets/grid-iterators/diagonal2d-small.gif", "old_path": "assets/grid-iterators/diagonal2d-small.gif" }, { "change_type": "DELETE", "diff": "Binary files a/ass...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(grid-iterators): update readme & assets
1
docs
grid-iterators
679,913
25.10.2019 18:30:42
-3,600
0c4d917aae1fa754e9341aa0142532aac8267e22
feat(examples): update grid-iterators demo
[ { "change_type": "MODIFY", "diff": "import { hueRgba, rgbaCss } from \"@thi.ng/color\";\n+import { createElement } from \"@thi.ng/hdom\";\n+import { concat, cycle } from \"@thi.ng/transducers\";\nimport {\ndiagonal2d,\nhilbert2d,\n+ random2d,\nspiral2d,\n+ zcurve2d,\nzigzagColumns2d,\n+ // zigzagDiagonal2d,...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): update grid-iterators demo
1
feat
examples
679,913
25.10.2019 18:33:34
-3,600
da0ec3d1fbbcd1846fcdc4248c0da1176efff36b
build(grid-iterators): add build-assets script
[ { "change_type": "MODIFY", "diff": "@@ -15,4 +15,5 @@ doc\nexport\nsrc*\ntest\n+tools\ntsconfig.json\n", "new_path": "packages/grid-iterators/.npmignore", "old_path": "packages/grid-iterators/.npmignore" }, { "change_type": "MODIFY", "diff": "\"build:release\": \"yarn clean && yarn build...
TypeScript
Apache License 2.0
thi-ng/umbrella
build(grid-iterators): add build-assets script
1
build
grid-iterators
791,704
25.10.2019 21:05:51
25,200
0e3fa8bbf5ce93557c74c1857b5ff768826f44ef
misc: order changelog categories. add stable chrome note placeholder
[ { "change_type": "MODIFY", "diff": "@@ -28,6 +28,19 @@ process.stderr.write(`\n`);\n+const titlePrecedence = [\n+ 'New Audits',\n+ 'Core',\n+ 'CLI',\n+ 'Deps',\n+ 'Report',\n+ 'Clients',\n+ 'I18n',\n+ 'Docs',\n+ 'Tests',\n+ 'Misc',\n+];\n+\nconst writerOpts = {\nmainTemplate,\nheaderPartial,\n@@ -73,23 +86,...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc: order changelog categories. add stable chrome note placeholder (#9859)
1
misc
null
471,527
25.10.2019 21:11:37
-7,200
3606381d1032c07b2b9670c4e9225de249669cbd
fix: align used mocha version
[ { "change_type": "MODIFY", "diff": "\"@types/lru-cache\": \"^5.1.0\",\n\"@types/rimraf\": \"^2.0.2\",\n\"chai\": \"^4.2.0\",\n- \"mocha\": \"^6.1.4\"\n+ \"mocha\": \"^6.0.0\"\n}\n}\n", "new_path": "packages/building-utils/package.json", "old_path": "packages/building-utils/package.json" }, { ...
JavaScript
MIT License
open-wc/open-wc
fix: align used mocha version (#901)
1
fix
null
217,922
25.10.2019 21:46:31
-7,200
d7dbce24eb65b40eb9744763fe08465b1dce2f0b
chore: sim update and iq tip fix
[ { "change_type": "MODIFY", "diff": "import { RotationTip } from '../rotation-tip';\n-import { InnerQuiet, SimulationResult, TrainedEye } from '@ffxiv-teamcraft/simulator';\n+import { InnerQuiet, SimulationResult, TrainedEye, Reflect } from '@ffxiv-teamcraft/simulator';\nimport { RotationTipType } from '../r...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: sim update and iq tip fix
1
chore
null
722,013
25.10.2019 22:14:17
18,000
51d42bf4d987f78f51a0fc88d50f5faa832321c0
fix(docgen): avoid outputing empty array
[ { "change_type": "MODIFY", "diff": "@@ -178,8 +178,8 @@ export default class Documentation {\npublic toObject(): ComponentDoc {\nconst props = this.getObjectFromDescriptor(this.propsMap)\nconst methods = this.getObjectFromDescriptor(this.methodsMap)\n- const events = this.getObjectFromDescriptor(this.events...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix(docgen): avoid outputing empty array
1
fix
docgen
722,013
25.10.2019 22:15:31
18,000
25da08c60ad0748176b40a8db382263a77ac2e4b
feat(cli): use writeStream for better performance
[ { "change_type": "MODIFY", "diff": "@@ -71,5 +71,5 @@ export async function compile(\nawait Promise.all(files.map(cacheMarkDownContent))\n}\n// and finally save all concatenated values to the markdown file\n- writeDownMdFile(Object.values(cachedContent).join(''), config.outFile)\n+ writeDownMdFile(Object.va...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
feat(cli): use writeStream for better performance
1
feat
cli
722,013
25.10.2019 22:16:52
18,000
6d246b9c0ea3834960f25cc9b33a8bdac04d6be0
docs(cli): fix cli example
[ { "change_type": "MODIFY", "diff": "@@ -3,15 +3,20 @@ const glob = require('globby')\nconst cwd = path.join(__dirname, '..')\nconst { parse } = require('vue-docgen-api')\n+module.exports = async () => {\nconst docFiles = glob.sync('components/**/*.md', { cwd }).map(f => '/' + f)\n-const components = glob\n+...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs(cli): fix cli example
1
docs
cli
71,663
25.10.2019 22:17:34
25,200
8e7272037885547cd916fe7cccabb714f0f05dfa
fix(codebuild): revert validation that only a project with source CODEPIPELINE can be added to a pipeline Fixes
[ { "change_type": "MODIFY", "diff": "@@ -779,10 +779,6 @@ export class Project extends ProjectBase {\n* @param options additional options for the binding\n*/\npublic bindToCodePipeline(_scope: Construct, options: BindToCodePipelineOptions): void {\n- if (this.source.type !== CODEPIPELINE_SOURCE_ARTIFACTS_TYP...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(codebuild): revert validation that only a project with source CODEPIPELINE can be added to a pipeline (#4689) Fixes #4646
1
fix
codebuild
679,913
25.10.2019 23:18:54
-3,600
c883ea03d9a37698533d981a96f7122828731364
feat(grid-iterators): add interleave fns
[ { "change_type": "MODIFY", "diff": "/**\n- * Yields sequence of 2D grid coordinates in zigzag column order starting\n- * from [0,0], given `cols` and `rows`.\n+ * Yields sequence of 2D grid coordinates in zigzag column order\n+ * starting from [0,0], given `cols` and `rows`.\n*\n* Ported & modified from ori...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(grid-iterators): add interleave fns
1
feat
grid-iterators
679,913
25.10.2019 23:19:26
-3,600
92de1caaf1799c61f99e6968a3b165c35eadeed1
docs(grid-iterators): update readme, add gifs
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/assets/grid-iterators/interleavecolumns2d-small.gif differ\n", "new_path": "assets/grid-iterators/interleavecolumns2d-small.gif", "old_path": "assets/grid-iterators/interleavecolumns2d-small.gif" }, { "change_type": "ADD", "di...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(grid-iterators): update readme, add gifs
1
docs
grid-iterators
679,913
26.10.2019 00:40:20
-3,600
d98646065bb9d4f29dc08a101789ebfc5d40ed31
chore: add update-thing-links script for updating shortlinks
[ { "change_type": "ADD", "diff": "+#!/usr/bin/env node\n+const fs = require(\"fs\");\n+const getIn = require(\"@thi.ng/paths\").getIn;\n+const execSync = require(\"child_process\").execSync;\n+\n+const baseDir = \"./packages/\";\n+const tmpFile = `./temp-${Date.now()}`;\n+\n+for (let f of fs.readdirSync(base...
TypeScript
Apache License 2.0
thi-ng/umbrella
chore: add update-thing-links script for updating shortlinks
1
chore
null
679,913
26.10.2019 00:41:53
-3,600
44637bd64eb5741133ff5a6af5040825f8aa450b
build: add pkg meta data for thi.ng shortlink processing skip color, geom pkg set link target branch in: grid-iterators, simd
[ { "change_type": "MODIFY", "diff": "\"process\": false,\n\"setTimeout\": false\n},\n- \"sideEffects\": false\n+ \"sideEffects\": false,\n+ \"thi.ng\": {\n+ \"shortlink\": false\n+ }\n}\n\\ No newline at end of file\n", "new_path": "packages/color/package.json", "old_path": "packages/color/package.js...
TypeScript
Apache License 2.0
thi-ng/umbrella
build: add pkg meta data for thi.ng shortlink processing - skip color, geom pkg - set link target branch in: grid-iterators, simd
1
build
null
67,476
26.10.2019 02:16:27
-7,200
6827f9cd50cabed4eb2ef3eac5907a8fc6055347
refactor(kernel): remove timer related methods from platform
[ { "change_type": "MODIFY", "diff": "export interface IPerformance {\nnow(): number;\n- mark(name: string): void;\n- measure(name: string, start?: string, end?: string): void;\n- getEntriesByName(name: string): IPerformanceEntry[];\n- getEntriesByType(type: string): IPerformanceEntry[];\n- clearMarks(name?: ...
TypeScript
MIT License
aurelia/aurelia
refactor(kernel): remove timer related methods from platform
1
refactor
kernel
679,913
26.10.2019 05:23:31
-3,600
b83472237b3ba262dcbb644c8ccc516d0021bc84
feat(arrays): add types, quickSort(), swap(), multiSwap(), update readme
[ { "change_type": "MODIFY", "diff": "@@ -51,10 +51,13 @@ import * as a from \"@thi.ng/arrays\";\n- [ensureArray()](https://github.com/thi-ng/umbrella/tree/master/packages/arrays/src/ensure-array.ts)\n- [ensureIterable()](https://github.com/thi-ng/umbrella/tree/master/packages/arrays/src/ensure-iterable.ts)\n...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(arrays): add types, quickSort(), swap(), multiSwap(), update readme
1
feat
arrays
67,476
26.10.2019 07:10:52
-7,200
0430921cf3287149c7f8901d1b0e45186b7af7ac
chore(scheduler): add global clock registration
[ { "change_type": "MODIFY", "diff": "@@ -71,7 +71,7 @@ const {\n};\n})();\n-export const IClock = DI.createInterface<IClock>('IClock').noDefault();\n+export const IClock = DI.createInterface<IClock>('IClock').withDefault(x => x.instance(globalClock));\nexport interface IClock {\nnow(highRes?: boolean): numbe...
TypeScript
MIT License
aurelia/aurelia
chore(scheduler): add global clock registration
1
chore
scheduler
67,476
26.10.2019 07:11:18
-7,200
626645def0548e5eaeb4b709c84a3cdad65b3ea3
refactor(fetch-client): replace PLATFORM methods
[ { "change_type": "MODIFY", "diff": "-import { IIndexable, Key, PLATFORM } from '@aurelia/kernel';\n-import { DOM, IDOM } from '@aurelia/runtime';\n-import { HTMLDOM } from '@aurelia/runtime-html';\n+import { IIndexable, Key } from '@aurelia/kernel';\n+import { IDOM } from '@aurelia/runtime';\n+import { DOM,...
TypeScript
MIT License
aurelia/aurelia
refactor(fetch-client): replace PLATFORM methods
1
refactor
fetch-client
67,476
26.10.2019 07:11:49
-7,200
9d8d9e705bc2e451ecbb1d6320b7c174b0dd73fe
refactor(debounce): cleanup and use scheduler
[ { "change_type": "MODIFY", "diff": "-import { PLATFORM } from '@aurelia/kernel';\n-import { PropertyBinding } from '../../binding/property-binding';\n-import { BindingMode, LifecycleFlags } from '../../flags';\n+import { LifecycleFlags } from '../../flags';\nimport { IBinding } from '../../lifecycle';\nimpo...
TypeScript
MIT License
aurelia/aurelia
refactor(debounce): cleanup and use scheduler
1
refactor
debounce
67,476
26.10.2019 07:12:18
-7,200
fd2caa5761851384cfb18e4d23cd853c9a82b495
refactor(throttle): cleanup and use scheduler
[ { "change_type": "MODIFY", "diff": "-import { PLATFORM } from '@aurelia/kernel';\n-import { PropertyBinding } from '../../binding/property-binding';\n-import { BindingMode, LifecycleFlags } from '../../flags';\n+import { LifecycleFlags } from '../../flags';\nimport { IBinding } from '../../lifecycle';\nimpo...
TypeScript
MIT License
aurelia/aurelia
refactor(throttle): cleanup and use scheduler
1
refactor
throttle
67,476
26.10.2019 07:12:39
-7,200
45f6ee70c5341b6c0f2dba3a2688284d1d61d8ec
chore(runtime): fix exports
[ { "change_type": "MODIFY", "diff": "@@ -206,7 +206,6 @@ export {\nTwoWayBindingBehavior\n} from './resources/binding-behaviors/binding-mode';\nexport {\n- DebounceableBinding,\nDebounceBindingBehavior\n} from './resources/binding-behaviors/debounce';\nexport {\n@@ -214,7 +213,6 @@ export {\nSignalBindingBeh...
TypeScript
MIT License
aurelia/aurelia
chore(runtime): fix exports
1
chore
runtime
67,476
26.10.2019 07:13:18
-7,200
a99b1d555c92ae4aa8bc06d58bfd90d67d14ba65
chore(platform): remove deprecated tests
[ { "change_type": "MODIFY", "diff": "@@ -74,24 +74,6 @@ describe(`The PLATFORM object`, function () {\nassert.greaterThanOrEqualTo($5, $4, `$5`);\n});\n- it(`requestAnimationFrame() resolves after microtasks`, function(done) {\n- let rafResolved = false;\n- let promiseResolved = false;\n- PLATFORM.requestAni...
TypeScript
MIT License
aurelia/aurelia
chore(platform): remove deprecated tests
1
chore
platform
67,476
26.10.2019 07:21:58
-7,200
4c7210a582fa4b0eff3a78a627046997dd159de9
test(dirty-checker): fix and re-enable dirty checker tests
[ { "change_type": "MODIFY", "diff": "@@ -3,21 +3,22 @@ import {\nDirtyCheckSettings,\nIDirtyChecker,\nLifecycleFlags,\n- RuntimeConfiguration\n+ IScheduler,\n} from '@aurelia/runtime';\n-import { assert } from '@aurelia/testing';\n+import { assert, TestContext } from '@aurelia/testing';\n-describe.skip('Dirt...
TypeScript
MIT License
aurelia/aurelia
test(dirty-checker): fix and re-enable dirty checker tests
1
test
dirty-checker
67,476
26.10.2019 07:22:22
-7,200
399f84a948866fc95fdb492cbb54806e0c203da2
chore(test): fix remaining tests relying on awaiting raf
[ { "change_type": "MODIFY", "diff": "@@ -41,22 +41,27 @@ describe('blur.integration.spec.ts', function() {\nassert.equal(component.hasFocus, true, 'initial component.hasFocus');\ndispatchEventWith(ctx, ctx.doc, EVENTS.MouseDown);\n+ await ctx.scheduler.yieldRenderTask();\n+\nassert.equal(component.hasFocus, ...
TypeScript
MIT License
aurelia/aurelia
chore(test): fix remaining tests relying on awaiting raf
1
chore
test
67,476
26.10.2019 07:35:23
-7,200
f39c640e136a48eb7d0ccd19e0682c19bd164055
feat(scheduler): add yieldAll api
[ { "change_type": "MODIFY", "diff": "-import { IContainer } from '@aurelia/kernel';\n+import { IContainer, bound } from '@aurelia/kernel';\nimport { IDOM, IScheduler, TaskQueuePriority, TaskQueue, IClock, TaskCallback, QueueTaskOptions, Task, DOM, ITaskQueue, ITask, QueueTaskTargetOptions } from '@aurelia/ru...
TypeScript
MIT License
aurelia/aurelia
feat(scheduler): add yieldAll api
1
feat
scheduler
67,476
26.10.2019 08:27:52
-7,200
9e2b92a9a4c664efb810d01c7dadb22010b6aa22
chore(test): disable useless tests
[ { "change_type": "DELETE", "diff": "-import {\n- DI,\n- IContainer\n-} from '@aurelia/kernel';\n-import {\n- PropertyBinding,\n- DebounceBindingBehavior,\n- LifecycleFlags\n-} from '@aurelia/runtime';\n-import { assert } from '@aurelia/testing';\n-\n-describe('DebounceBindingBehavior', function () {\n- cons...
TypeScript
MIT License
aurelia/aurelia
chore(test): disable useless tests
1
chore
test
67,476
26.10.2019 08:40:41
-7,200
8bc452fb55390b472fbe55804c8fb98559bc9b46
test(router): remove waitForNavigation
[ { "change_type": "MODIFY", "diff": "@@ -51,13 +51,17 @@ describe('Nav', function () {\nctx.doc.body.removeChild(host);\n}\n- return { au, container, host, router, ctx, tearDown };\n+ const scheduler = ctx.scheduler;\n+\n+ return { au, container, host, router, ctx, tearDown, scheduler };\n}\nit('generates na...
TypeScript
MIT License
aurelia/aurelia
test(router): remove waitForNavigation
1
test
router
791,723
26.10.2019 08:50:12
25,200
bb1c9b81247a3992a0efbe2b219bae9582104a5e
misc: add note about LCP required chrome version
[ { "change_type": "MODIFY", "diff": "@@ -9,6 +9,13 @@ const makeComputedArtifact = require('../computed-artifact.js');\nconst ComputedMetric = require('./metric.js');\nconst LHError = require('../../lib/lh-error.js');\n+/**\n+ * @fileoverview Computed Largest Contentful Paint (LCP), the paint time of the lar...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc: add note about LCP required chrome version (#9889)
1
misc
null
67,476
26.10.2019 09:18:06
-7,200
01f28ead3859054f8887c742fb924e70098baf97
chore(generate-changelog): fix changelog generator
[ { "change_type": "MODIFY", "diff": "@@ -48,6 +48,7 @@ function parseArgs(): {tag: string; suffix: string} {\n(async function (): Promise<void> {\nconst { tag, suffix } = parseArgs();\n+ if (Boolean(tag)) {\nconst { major, minor, patch } = getCurrentVersion();\nconst bump = await getRecommendedVersionBump();...
TypeScript
MIT License
aurelia/aurelia
chore(generate-changelog): fix changelog generator
1
chore
generate-changelog
67,516
26.10.2019 09:23:36
-7,200
ae0c67eccca65138ae7f5edbaa5a112a4bec7f16
chore(test): select-value-observer
[ { "change_type": "MODIFY", "diff": "<command name=\"do something\" action.call=\"doSomething()\"></command>\n<let-demo></let-demo>\n+\n+ <select-dropdown\n+ options1.bind=\"items1\" selection1.two-way=\"selectedItem1\"\n+ options2.bind=\"items2\" selection2.two-way=\"selectedItem2\"\n+ options3.bind=\"items...
TypeScript
MIT License
aurelia/aurelia
chore(test): select-value-observer
1
chore
test
67,516
26.10.2019 10:08:06
-7,200
9fdc3755e83e3f369954aae1f53df897e0806f50
chore(test): post merge correction
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,7 @@ import { App, Product } from './app/app';\nimport { startup, TestExecutionContext } from './app/startup';\nimport { LetDemo } from './app/molecules/let-demo/let-demo';\n-describe.only('app', function() {\n+describe('app', function() {\nfunction createTestF...
TypeScript
MIT License
aurelia/aurelia
chore(test): post merge correction
1
chore
test
67,516
26.10.2019 10:29:14
-7,200
74c0cfc62ee7f4b0f13a3d397c3dd5abd1a77356
fix(test): linting issues
[ { "change_type": "MODIFY", "diff": "+/* eslint-disable jsdoc/check-indentation */\nimport { customElement, bindable } from '@aurelia/runtime';\nimport * as template from './checkbox-list.html';\n-\n/**\n* Potential test coverage targets:\n* - `@aurelia/runtime`\n", "new_path": "packages/__tests__/integr...
TypeScript
MIT License
aurelia/aurelia
fix(test): linting issues
1
fix
test
67,476
26.10.2019 11:39:31
-7,200
620340ea21476fe88f05dd768978ea32556c4e96
fix(scheduler): add timeout to idleCallback for ff
[ { "change_type": "MODIFY", "diff": "@@ -253,7 +253,7 @@ const createPostRequestAnimationFrameFlushRequestor = (function () {\n})();\ntype WindowWithIdleCallback = Window & {\n- requestIdleCallback?(cb: () => void): number;\n+ requestIdleCallback?(cb: () => void, options?: { timeout: number }): number;\ncanc...
TypeScript
MIT License
aurelia/aurelia
fix(scheduler): add timeout to idleCallback for ff
1
fix
scheduler
67,476
26.10.2019 11:41:51
-7,200
21f9b697cce7fb3a3b8c082286d9fce4809e7e76
fix(dirty-checker): use render task queue
[ { "change_type": "MODIFY", "diff": "@@ -16,7 +16,7 @@ describe('DirtyChecker', function () {\nfunction setup() {\nconst ctx = TestContext.createHTMLTestContext();\nconst dirtyChecker = ctx.container.get(IDirtyChecker);\n- const taskQueue = ctx.container.get(IScheduler).getIdleTaskQueue();\n+ const taskQueue...
TypeScript
MIT License
aurelia/aurelia
fix(dirty-checker): use render task queue
1
fix
dirty-checker
815,577
26.10.2019 12:00:41
-28,800
423db2c78e598c327744b6d25e473085e809a3ba
fix: fix cli output fix
[ { "change_type": "MODIFY", "diff": "@@ -25,8 +25,8 @@ pub fn secp256k1_lock<'m>(matches: &ArgMatches<'m>) -> Result<(), ExitCode> {\nmatch matches.value_of(cli::ARG_FORMAT).unwrap() {\n\"toml\" => {\n- println!(\"# args = [ \\\"ckb cli blake160 <compressed-pubkey>\\\" ]\");\n- println!(\"args = [ \\\"{:#x}\...
Rust
MIT License
nervosnetwork/ckb
fix: fix cli output fix #1746
1
fix
null
217,922
26.10.2019 12:51:46
-7,200
856daed1382431259ba4d779aa0b2db64152107e
refactor(auth): complete revamp of the auth/user system for more data integrity
[ { "change_type": "MODIFY", "diff": "@@ -4,23 +4,21 @@ import { AuthState } from './auth.reducer';\nimport {\ncatchError,\ndebounceTime,\n- delay,\ndistinctUntilChanged,\n+ exhaustMap,\nfilter,\nmap,\nmergeMap,\nswitchMap,\ntap,\n- withLatestFrom,\n- first\n+ withLatestFrom\n} from 'rxjs/operators';\n-import...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
refactor(auth): complete revamp of the auth/user system for more data integrity
1
refactor
auth
67,476
26.10.2019 13:00:40
-7,200
ac851bb2e40daf111f0056f4dd52fc5f805efeaa
test(i18n): use scheduler for test timings
[ { "change_type": "MODIFY", "diff": "@@ -1314,6 +1314,8 @@ describe('translation-integration', function () {\n});\nit('updates formatted value if rt_signal', async function () {\n+ this.timeout(10000);\n+\n@customElement({ name: 'app', template: `<span>\\${ dt | rt }</span>` })\nclass App {\npublic dt: Date ...
TypeScript
MIT License
aurelia/aurelia
test(i18n): use scheduler for test timings
1
test
i18n
217,922
26.10.2019 13:02:35
-7,200
3f27d0b52329e46e6cec0980e838aceff6326be6
feat: added support for chinese servers in character linking system
[ { "change_type": "MODIFY", "diff": "</nz-form-label>\n<input [formControl]=\"characterName\" id=\"characterName\" nz-input type=\"text\">\n</nz-form-item>\n- <button (click)=\"setKoreanCharacter()\" *ngIf=\"selectedServer.value && selectedServer.value.toString().toLowerCase().indexOf('korean server') !== -1...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: added support for chinese servers in character linking system
1
feat
null
67,476
26.10.2019 13:33:04
-7,200
93ea64a8822042c2d0f2c519330d3dc587e6d1c4
fix(scheduler): pass in correct delta
[ { "change_type": "MODIFY", "diff": "@@ -269,8 +269,7 @@ export class TaskQueue {\nthis.microTaskRequestFlushTask = null;\n}\n- const now = this.clock.now(true);\n- const delta = now - this.lastRequest;\n+ this.clock.now(true);\nthis.flushRequested = false;\nif (this.pendingSize > 0) {\n@@ -281,7 +280,7 @@ e...
TypeScript
MIT License
aurelia/aurelia
fix(scheduler): pass in correct delta
1
fix
scheduler
67,516
26.10.2019 13:40:08
-7,200
d461100fd68259a3eabfd57dda9aa833cd49bdb1
chore(tests): post review changes
[ { "change_type": "MODIFY", "diff": "@@ -38,14 +38,14 @@ export class App {\npublic chosenContact2: number = 9087654321;\npublic contacts3: Contact[] = Array.from(this.contacts1).map(([number, type]) => ({ number, type }));\npublic chosenContact3: Contact = this.contacts3[0];\n- public contacts4: Contact[] =...
TypeScript
MIT License
aurelia/aurelia
chore(tests): post review changes
1
chore
tests
67,476
26.10.2019 13:44:51
-7,200
b31bf4adeefb5d2c683f2da78eb33dc0cf0fb6e2
chore(all): update jit-html test path
[ { "change_type": "MODIFY", "diff": "@@ -37,7 +37,7 @@ module.exports = {\n'mocha/no-synchronous-tests': 'off'\n},\noverrides: [{ // Specific overrides for JS files as some TS rules don't make sense there.\n- files: ['jit-html/generated/**'],\n+ files: ['5-jit-html/generated/**'],\nrules: {\n'@typescript-esl...
TypeScript
MIT License
aurelia/aurelia
chore(all): update jit-html test path
1
chore
all
217,922
26.10.2019 14:00:54
-7,200
066c050093963f2f8bc4f15e2206378de1bf4dde
fix(inventory): fixed an issue with temporary trade inventory closes
[ { "change_type": "MODIFY", "diff": "@@ -2,9 +2,31 @@ import { InventoryItem } from './inventory-item';\nimport { InventoryPatch } from './inventory-patch';\nimport { InventoryContainer } from './inventory-container';\nimport { DataModel } from '../../../core/database/storage/data-model';\n+import { Containe...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(inventory): fixed an issue with temporary trade inventory closes #1147
1
fix
inventory
67,476
26.10.2019 14:13:34
-7,200
ee8dde118f5518303f37948834bf97cf142fc359
chore(template-binder): add todo comment
[ { "change_type": "MODIFY", "diff": "@@ -432,6 +432,7 @@ export class TemplateBinder {\n}\n}\n+ // TODO: refactor to use render priority slots (this logic shouldn't be in the template binder)\nprivate ensureAttributeOrder(manifest: ElementSymbol) {\n// swap the order of checked and model/value attribute, so ...
TypeScript
MIT License
aurelia/aurelia
chore(template-binder): add todo comment
1
chore
template-binder
217,922
26.10.2019 14:54:09
-7,200
721d99f67393bdd2f92332937b22c89ea4820e35
chore(release): 6.0.13
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"6.0.13\"></a>\n+## [6.0.13](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compar...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 6.0.13
1
chore
release
217,922
26.10.2019 14:59:00
-7,200
c172ba4de1eff3e0f3b72ec272272354c5a755ec
chore: small fix for chinese macro import in simulator
[ { "change_type": "MODIFY", "diff": "@@ -195,12 +195,11 @@ export class SimulatorComponent implements OnInit, OnDestroy {\nprivate stepStates$: BehaviorSubject<{ [index: number]: StepState }> = new BehaviorSubject<{ [index: number]: StepState }>({});\n- // Regex stuff for macro import\nprivate findActionsReg...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: small fix for chinese macro import in simulator
1
chore
null
679,913
26.10.2019 15:24:52
-3,600
56300557f395698f82b453c79956ada72726444a
feat(grid-iterators): add zigzagDiagonal(), update readme, rename files
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/assets/grid-iterators/zigzagDiagonal2d-small.gif differ\n", "new_path": "assets/grid-iterators/zigzagDiagonal2d-small.gif", "old_path": "assets/grid-iterators/zigzagDiagonal2d-small.gif" }, { "change_type": "MODIFY", "diff": "...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(grid-iterators): add zigzagDiagonal(), update readme, rename files
1
feat
grid-iterators
679,913
26.10.2019 15:43:43
-3,600
65b29f487459c535acdbed3890c8a4e27d87ae2c
feat(arrays): add isSorted()
[ { "change_type": "MODIFY", "diff": "@@ -51,6 +51,7 @@ import * as a from \"@thi.ng/arrays\";\n- [ensureArray()](https://github.com/thi-ng/umbrella/tree/master/packages/arrays/src/ensure-array.ts)\n- [ensureIterable()](https://github.com/thi-ng/umbrella/tree/master/packages/arrays/src/ensure-iterable.ts)\n- ...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(arrays): add isSorted()
1
feat
arrays
67,476
26.10.2019 16:33:41
-7,200
992099fed22f2b3435dbc7068269a00dddf5a433
test(integration): use scheduler.yieldAll() to await dirty checker
[ { "change_type": "MODIFY", "diff": "@@ -278,45 +278,31 @@ describe('app', function () {\n// asser disable\nDirtyCheckSettings.disabled = true;\nisDirtySpy.reset();\n- await scheduler.queueMacroTask(\n- () => {\n+\n+ await scheduler.yieldAll();\nassert.equal(isDirtySpy.calls.length, 0);\n- },\n- { delay: 300...
TypeScript
MIT License
aurelia/aurelia
test(integration): use scheduler.yieldAll() to await dirty checker
1
test
integration
67,476
26.10.2019 17:02:45
-7,200
9f243066e4b881cfa5365c55e66739ef1a9b571d
feat(scheduler): add repeat parameter to yieldAll for dirty checker etc
[ { "change_type": "MODIFY", "diff": "+/* eslint-disable no-await-in-loop */\nimport { IContainer, bound } from '@aurelia/kernel';\nimport { IDOM, IScheduler, TaskQueuePriority, TaskQueue, IClock, TaskCallback, QueueTaskOptions, Task, DOM, ITaskQueue, ITask, QueueTaskTargetOptions } from '@aurelia/runtime';\n...
TypeScript
MIT License
aurelia/aurelia
feat(scheduler): add repeat parameter to yieldAll for dirty checker etc
1
feat
scheduler
67,476
26.10.2019 17:03:02
-7,200
61c0d0605848f41244b5e43ebb8fa8abeab38e14
test(integration): use repeat param in scheduler.yieldAll
[ { "change_type": "MODIFY", "diff": "/* eslint-disable mocha/no-skipped-tests, mocha/no-exclusive-tests, @typescript-eslint/strict-boolean-expressions, @typescript-eslint/strict-boolean-expressions */\n-import { toArray } from '@aurelia/kernel';\n+import { toArray, PLATFORM } from '@aurelia/kernel';\nimport ...
TypeScript
MIT License
aurelia/aurelia
test(integration): use repeat param in scheduler.yieldAll
1
test
integration
67,476
26.10.2019 17:25:38
-7,200
564ca3b5d7091c758195b556480f964396082624
chore(ci): fix publish_npm script for release
[ { "change_type": "MODIFY", "diff": "@@ -375,8 +375,14 @@ jobs:\ntype: string\nbranch:\ntype: string\n+ swap:\n+ type: boolean\n+ default: false\nsteps:\n- checkout\n+ - when:\n+ condition: << parameters.swap >>\n+ steps:\n- run: git checkout << parameters.branch >>\n- run: git pull\n- run: npm ci --ignore-s...
TypeScript
MIT License
aurelia/aurelia
chore(ci): fix publish_npm script for release
1
chore
ci
217,922
26.10.2019 17:36:55
-7,200
acc131f9bb80c1c7746884972f0989d0d58ca0e3
chore: file structure
[ { "change_type": "ADD", "diff": "+import { NgModule } from '@angular/core';\n+import { CommonModule } from '@angular/common';\n+import { InventoryOptimizerComponent } from './inventory-optimizer/inventory-optimizer.component';\n+\n+@NgModule({\n+ declarations: [InventoryOptimizerComponent],\n+ imports: [\n+...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: file structure
1
chore
null
815,595
26.10.2019 17:39:52
-28,800
4803724e4541eb5ef801eb3e337277ddac1f53da
feat: Handle non-determinism tests
[ { "change_type": "MODIFY", "diff": "@@ -56,6 +56,7 @@ pub struct Setup {\npub num_nodes: usize,\npub connect_all: bool,\npub protocols: Vec<TestProtocol>,\n+ pub retry_failed: usize,\n}\nimpl Default for Setup {\n@@ -64,6 +65,7 @@ impl Default for Setup {\nnum_nodes: 1,\nconnect_all: true,\nprotocols: vec![...
Rust
MIT License
nervosnetwork/ckb
feat: Handle non-determinism tests
1
feat
null
815,595
26.10.2019 17:40:49
-28,800
f8911b4b847c291a54c9013ca95efcdc50987b39
fix(test): Use better way to handle time
[ { "change_type": "MODIFY", "diff": "@@ -190,6 +190,7 @@ impl Spec for RelayInvalidTransaction {\nconnect_all: false,\nnum_nodes: 1,\nprotocols: vec![TestProtocol::relay(), TestProtocol::sync()],\n+ retry_failed: 1,\n);\nfn run(&self, net: &mut Net) {\n@@ -221,10 +222,14 @@ impl Spec for RelayInvalidTransact...
Rust
MIT License
nervosnetwork/ckb
fix(test): Use better way to handle time
1
fix
test
815,595
26.10.2019 17:41:28
-28,800
5fa9babbd16108cad9e73be19bde42f6d25468cd
feat(test): Add env var CKB_TEST_SEC_COEFFICIENT
[ { "change_type": "MODIFY", "diff": "@@ -12,9 +12,10 @@ use ckb_types::{\nH256,\n};\nuse std::convert::Into;\n+use std::env;\nuse std::fs::read_to_string;\nuse std::path::PathBuf;\n-use std::thread::sleep;\n+use std::thread;\nuse std::time::{Duration, Instant};\nuse tempfile::tempdir;\n@@ -129,17 +130,29 @@ ...
Rust
MIT License
nervosnetwork/ckb
feat(test): Add env var CKB_TEST_SEC_COEFFICIENT
1
feat
test
67,476
26.10.2019 17:43:20
-7,200
b57f1b3f3fc87b6eb86f7fe6ef31fa1232600f71
chore(all): prepare release 0.4.0
[ { "change_type": "MODIFY", "diff": "@@ -8,6 +8,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline\n### Features:\n+* **scheduler:** add repeat parameter to yieldAll for dirty checker etc ([9f24306](https://github.com/aurelia/aurelia/commit/9f24306))\n* **scheduler:** add y...
TypeScript
MIT License
aurelia/aurelia
chore(all): prepare release 0.4.0
1
chore
all
531,793
26.10.2019 17:46:02
-3,600
f3572dba611e852bc61c7fc683186e626ebd4d40
fix(ui): tweak silence display
[ { "change_type": "MODIFY", "diff": "@@ -287,11 +287,29 @@ exports[`<GroupFooter /> mathes snapshot when silence is rendered 1`] = `\nlink\n</a>\n<div class=\\\\\"components-grid-alertgrid-alertgroup-shared-silence rounded-0 border-0\\\\\">\n- <div class=\\\\\"card mb-1 components-managed-silence components-...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): tweak silence display
1
fix
ui
815,595
26.10.2019 17:47:27
-28,800
0611b2cfa4431c3991f4fed158d5a315f958c1bd
chore: Run CI with 4 concurrencies
[ { "change_type": "MODIFY", "diff": "@@ -64,7 +64,7 @@ matrix:\n- name: PR Integration\nif: 'tag IS NOT present AND branch != develop AND branch !~ /^rc\\// AND (type = pull_request OR repo != nervosnetwork/ckb)'\nos: linux\n- script: make CKB_TEST_ARGS=\"--max-time 1200 -c 1\" integration\n+ script: make CK...
Rust
MIT License
nervosnetwork/ckb
chore: Run CI with 4 concurrencies
1
chore
null
67,476
26.10.2019 17:49:37
-7,200
2bf12e48a13c0d00376096fc3a79d0f236083929
chore(ci): don't bump release version twice
[ { "change_type": "MODIFY", "diff": "@@ -133,6 +133,9 @@ commands:\nmerge_topic:\ntype: boolean\ndefault: true\n+ bump_version:\n+ type: boolean\n+ default: true\nsteps:\n- run: set -o pipefail && ./node_modules/.bin/lerna clean -y\n- run: set -o pipefail && git add packages/*/dist --force && git status\n@@ ...
TypeScript
MIT License
aurelia/aurelia
chore(ci): don't bump release version twice
1
chore
ci
531,793
26.10.2019 17:55:57
-3,600
55ebd3af3a325372e12b988416e2213e79857dce
fix(ui): correctly wrap links in comments
[ { "change_type": "MODIFY", "diff": "@@ -11,15 +11,27 @@ import { APISilence } from \"Models/API\";\nimport { SilenceProgress } from \"./SilenceProgress\";\nconst SilenceComment = ({ silence, collapsed, afterUpdate }) => {\n- const comment = (\n+ const commentBody = (\n+ <Truncate className=\"font-italic\" l...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): correctly wrap links in comments
1
fix
ui
217,922
26.10.2019 17:56:45
-7,200
12976d2c648709b890a90a87d3b245c2a70edf30
fix(inventory): fixed retainers not being displayed in inventory listings
[ { "change_type": "MODIFY", "diff": "@@ -37,7 +37,7 @@ export class UserInventory extends DataModel {\nreturn [].concat.apply([],\nObject.keys(this.items)\n.filter(key => {\n- return UserInventory.DISPLAYED_CONTAINERS.indexOf(+key) > -1;\n+ return UserInventory.DISPLAYED_CONTAINERS.indexOf(+key) > -1 || key....
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(inventory): fixed retainers not being displayed in inventory listings
1
fix
inventory
815,595
26.10.2019 18:02:35
-28,800
2612a3eea36b6171ed603f330b56e05a90656e1f
chore: Use custom sleep
[ { "change_type": "MODIFY", "diff": "-use crate::utils::wait_until;\n+use crate::utils::{sleep, wait_until};\nuse crate::{Net, Spec};\nuse ckb_app_config::CKBAppConfig;\nuse log::info;\n-use std::{collections::HashSet, thread::sleep, time::Duration};\n+use std::collections::HashSet;\npub struct WhitelistOnSe...
Rust
MIT License
nervosnetwork/ckb
chore: Use custom sleep
1
chore
null
217,922
26.10.2019 18:03:49
-7,200
9cd85bfcd0ace2cf5842a5b0f164e0625de579a8
fix(auth): fixed an issue resetting some user profiles
[ { "change_type": "MODIFY", "diff": "@@ -77,13 +77,13 @@ export class AuthEffects {\nreturn this.userService.get(action.uid).pipe(\nmap(user => {\nreturn user;\n- })\n- );\n}),\ntap(user => {\nif (user.notFound) {\nthis.store.dispatch(new RegisterUser(user.$key, new TeamcraftUser()));\n}\n+ })\n+ );\n}),\nma...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(auth): fixed an issue resetting some user profiles
1
fix
auth
217,922
26.10.2019 18:05:46
-7,200
c1eee1ed93354d3be9ecb8406998adb7db78552c
chore(release): 6.0.14
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"6.0.14\"></a>\n+## [6.0.14](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compar...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 6.0.14
1
chore
release
679,913
26.10.2019 18:50:37
-3,600
2309ccd6e581b6f385f4a2720fd2ad5cfb8a0d79
fix(soa): remove obsolete imports
[ { "change_type": "MODIFY", "diff": "-import { SIZEOF, typedArray } from \"@thi.ng/api\";\n+import { SIZEOF } from \"@thi.ng/api\";\nimport { align, Pow2 } from \"@thi.ng/binary\";\nimport { AOSSpecs, SOASpecs } from \"./api\";\nimport { SOA } from \"./soa\";\n", "new_path": "packages/soa/src/aos.ts", ...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(soa): remove obsolete imports
1
fix
soa
679,913
26.10.2019 18:51:13
-3,600
470714dba6976ec5f597f00f2c86e6224b071de9
refactor(soa): rename SOA.initSpecs() => addSpecs(), make public
[ { "change_type": "MODIFY", "diff": "@@ -19,7 +19,7 @@ export class SOA<K extends string> implements ILength {\nthis.length = num;\nthis.buffers = <Record<K, TypedArray>>{};\nthis.specs = <SOASpecs<K>>{};\n- this.initSpecs(specs);\n+ this.addSpecs(specs);\n}\nkeys() {\n@@ -159,9 +159,10 @@ export class SOA<K...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(soa): rename SOA.initSpecs() => addSpecs(), make public
1
refactor
soa
217,885
26.10.2019 19:49:27
25,200
d0cf9f8c7149a008a005fda8d68b130ae2cf1abe
chore(universalis): Update to 2.19.1, send totalTax field to server
[ { "change_type": "MODIFY", "diff": "@@ -164,6 +164,7 @@ export class UniversalisService {\n};\n}),\npricePerUnit: item.pricePerUnit,\n+ totalTax: item.totalTax,\nquantity: item.quantity,\ntotal: item.total,\nretainerID: item.retainerID,\n", "new_path": "apps/client/src/app/core/api/universalis.service.t...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(universalis): Update to 2.19.1, send totalTax field to server
1
chore
universalis
531,793
26.10.2019 19:54:37
-3,600
509102107c971f8b9b91e7f9f2e05cfe8261f72b
feat(demo): generate more silences in demo mode
[ { "change_type": "MODIFY", "diff": "@@ -263,7 +263,7 @@ class SilencedAlert(AlertGenerator):\nnow = datetime.datetime.utcnow().replace(microsecond=0)\nreturn [\n(\n- [newMatcher(\"alertname\", SilencedAlert.name, False)],\n+ [newMatcher(\"alertname\", self.name, False)],\n\"{}Z\".format(now.isoformat()),\n\...
TypeScript
Apache License 2.0
prymitive/karma
feat(demo): generate more silences in demo mode
1
feat
demo
531,793
26.10.2019 19:55:02
-3,600
39aab2e1169090ddf5fb2df224480c6b213c62c4
fix(ui): tweak lead font weight
[ { "change_type": "MODIFY", "diff": "// bundled font assets, so we don't need to talk to Google Fonts API\n@import \"src/Fonts.scss\";\n+$lead-font-weight: 400;\n+\n// custom \"dark\" color, little less dark than flatly\n$blue: #455a64;\n// body background color should be same as navbar, so it blends into on...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): tweak lead font weight
1
fix
ui
531,793
26.10.2019 19:55:22
-3,600
6dc2ea985b94acf8c55fc0b7bf178a54d4bc8e3a
feat(ui): paginate silence list
[ { "change_type": "MODIFY", "diff": "@@ -6,15 +6,19 @@ import { observer, Provider } from \"mobx-react\";\nimport { debounce } from \"lodash\";\n+import Pagination from \"react-js-pagination\";\n+\nimport { FontAwesomeIcon } from \"@fortawesome/react-fontawesome\";\nimport { faSpinner } from \"@fortawesome/f...
TypeScript
Apache License 2.0
prymitive/karma
feat(ui): paginate silence list
1
feat
ui
531,793
26.10.2019 20:21:28
-3,600
3dc859f9c3a51ca6c083b4673ee703f8513a2ac0
chore(ui): tweak pagination css
[ { "change_type": "MODIFY", "diff": "@@ -19,6 +19,15 @@ $dark: #3b4247;\n// fix active tab color, for some reason it ends up with $primary as bg color\n$nav-tabs-link-active-bg: #fff;\n+// pagination tweaks\n+$pagination-color: #fff;\n+$pagination-bg: #b4bcc2; // gray-500\n+$pagination-hover-color: #fff;\n+$...
TypeScript
Apache License 2.0
prymitive/karma
chore(ui): tweak pagination css
1
chore
ui
531,793
26.10.2019 20:21:48
-3,600
c0f4e4aabb0c142f8f1fdaa2c32d68658de6d2e3
fix(ui): center text in silence submit result view
[ { "change_type": "MODIFY", "diff": "@@ -181,7 +181,7 @@ const SilenceSubmitProgress = observer(\n{cluster}\n</div>\n<div\n- className={`p-2 flex-fill flex-grow-1 flex-shrink-1 rounded ${\n+ className={`p-2 flex-fill flex-grow-1 flex-shrink-1 rounded text-center ${\nthis.submitState.value === SubmitState.Fai...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): center text in silence submit result view
1
fix
ui