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
722,013
23.10.2019 19:06:09
18,000
b43e0c816957101d2b3c43d097d566a17834611f
chore: v4.0.0-beta.3 [skip ci]
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+# [4.0.0-beta.3](https://github.com/vue-styleguidist/vue-styleguidist/compare/v3.25.1-beta.1...v4.0.0-beta.3) (2019-1...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
chore: v4.0.0-beta.3 [skip ci]
1
chore
null
67,476
23.10.2019 19:49:59
-7,200
c541747276c1acad71baf24865f401ab1f07f556
refactor(scheduler): return boolean from cancel instead of throwing
[ { "change_type": "MODIFY", "diff": "@@ -545,7 +545,7 @@ export interface ITask<T = any> {\nreadonly status: TaskStatus;\nreadonly priority: TaskQueuePriority;\nrun(): void;\n- cancel(): void;\n+ cancel(): boolean;\n}\nlet id: number = 0;\n@@ -630,11 +630,8 @@ export class Task<T = any> implements ITask {\n}...
TypeScript
MIT License
aurelia/aurelia
refactor(scheduler): return boolean from cancel instead of throwing
1
refactor
scheduler
730,428
23.10.2019 21:02:23
0
041b4d132fb2d880888c75be2777c0e6b91bf241
chore(release): 0.2.52 [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.52](https://github.com/webex/react-widgets/compare/v0.2.51...v0.2.52) (2019-10-23)\n+\...
JavaScript
MIT License
webex/react-widgets
chore(release): 0.2.52 [skip ci]
1
chore
release
67,479
23.10.2019 21:20:02
-39,600
ac1c8acad9abce0f414a806101f15b3e095828eb
fix(renderer): add fromBinding to setPropertyBinding
[ { "change_type": "MODIFY", "diff": "@@ -159,6 +159,7 @@ export class AttributeBindingRenderer implements IInstructionRenderer {\n}\n}\n+// http://jsben.ch/7n5Kt\nfunction addClasses(classList: DOMTokenList, className: string): void {\nconst len = className.length;\nlet start = 0;\n", "new_path": "packag...
TypeScript
MIT License
aurelia/aurelia
fix(renderer): add fromBinding to setPropertyBinding
1
fix
renderer
67,479
23.10.2019 21:20:28
-39,600
49a012bd17c264721907840463f043ba9a6b7f4e
chore(tests): add tests for behavior change handler
[ { "change_type": "MODIFY", "diff": "@@ -127,7 +127,7 @@ describe('custom-attributes', function () {\n});\n- describe('with multiple bindings', function () {\n+ describe('0.2 Multiple bindings', function () {\n@customAttribute('multi')\nclass Multi {\n@@ -201,4 +201,63 @@ describe('custom-attributes', functi...
TypeScript
MIT License
aurelia/aurelia
chore(tests): add tests for behavior change handler
1
chore
tests
217,922
23.10.2019 21:23:44
-7,200
ddbd13502f18b1674ff28aead82e61a75ebbe11f
fix(comments): fixed long comments not being shown properly
[ { "change_type": "MODIFY", "diff": "<ng-template #commentTemplate let-comment>\n<nz-list-item [nzActions]=\"isAuthor?[delete]:null\">\n<nz-list-item-meta [nzAvatar]=\"avatar\" [nzDescription]=\"comment.date | date:'short'\"\n- [nzTitle]=\"comment.content\">\n+ [nzTitle]=\"contentRef\">\n+ <ng-template #cont...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(comments): fixed long comments not being shown properly
1
fix
comments
67,479
23.10.2019 21:27:17
-39,600
2efc9bb5aa4d1225c5e2034b4712934f14f819aa
chore(cleanup): remnove unused code
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,6 @@ import {\nCustomElement,\nLifecycleFlags,\nalias,\n- CustomAttribute,\nCustomElementHost\n} from '@aurelia/runtime';\nimport { TestConfiguration, assert, setup } from '@aurelia/testing';\n", "new_path": "packages/__tests__/5-jit-html/custom-elements.sp...
TypeScript
MIT License
aurelia/aurelia
chore(cleanup): remnove unused code
1
chore
cleanup
67,476
23.10.2019 21:41:21
-7,200
107ae0cd022a8e52da6a1b72fa33cccbc9c0c060
fix(scheduler): various bugfixes/improvements in task reuse and removal
[ { "change_type": "MODIFY", "diff": "@@ -209,15 +209,7 @@ export class TaskQueue {\n}\nwhile (this.processingSize > 0) {\n- const task = this.processingHead!;\n-\n- if (this.processingSize-- === 1) {\n- this.processingHead = this.processingTail = void 0;\n- } else {\n- (this.processingHead = this.processingH...
TypeScript
MIT License
aurelia/aurelia
fix(scheduler): various bugfixes/improvements in task reuse and removal
1
fix
scheduler
217,922
23.10.2019 21:46:13
-7,200
bb7e34c1137cadbbce3c054469d4ed4323047974
fix: fixed an issue with some switch values not being applied properly
[ { "change_type": "MODIFY", "diff": "{{'LIST_DETAILS.LAYOUT.Tag_filter' | translate}}\n<nz-input-group [nzAddOnBefore]=\"addOnBeforeTemplate\">\n<ng-template #addOnBeforeTemplate>\n- <nz-select (ngModelChange)=\"$event === null? row.tag = '':null; rowChange.emit(row)\"\n- [(ngModel)]=\"row.hasTag\"\n+ <nz-se...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: fixed an issue with some switch values not being applied properly
1
fix
null
67,479
23.10.2019 22:07:41
-39,600
f9d5960f0d989fdc9ba7fd51ef8f77a8fc06c136
fix(renderer): set default value instead
[ { "change_type": "MODIFY", "diff": "@@ -56,6 +56,7 @@ import {\nimport {\nController,\n} from './templating/controller';\n+import { SelfObserver } from './observation/self-observer';\ntype DecoratableInstructionRenderer<TType extends string, TProto, TClass> = Class<TProto & Partial<IInstructionTypeClassifie...
TypeScript
MIT License
aurelia/aurelia
fix(renderer): set default value instead
1
fix
renderer
67,516
23.10.2019 22:11:54
-7,200
5bd7ed645b83ea0f0b70737b6197e40e6093d2cb
chore(tests): more tests for let + expr
[ { "change_type": "MODIFY", "diff": "></checkbox-list>\n<command name=\"do something\" action.call=\"doSomething()\"></command>\n- <let-demo-boolean></let-demo-boolean>\n+ <let-demo></let-demo>\n</div>\n</template>\n", "new_path": "packages/__tests__/integration/app/app.html", "old_path": "packages/_...
TypeScript
MIT License
aurelia/aurelia
chore(tests): more tests for let + expr
1
chore
tests
722,013
23.10.2019 22:48:01
18,000
d5b7bdcb5fc25665c585a40bf6646ebb922337b0
test: performance of docgen
[ { "change_type": "MODIFY", "diff": "\"vue\": \"^2.6.10\",\n\"vue-class-component\": \"^7.0.2\",\n\"vue-clickaway\": \"^2.2.2\",\n- \"vue-property-decorator\": \"^7.3.0\"\n+ \"vue-property-decorator\": \"^7.3.0\",\n+ \"globby\": \"^10.0.1\"\n}\n}\n", "new_path": "packages/vue-docgen-api/package.json", ...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
test: performance of docgen
1
test
null
722,013
23.10.2019 23:21:58
18,000
307b97376af7a276b43aec163f08891595cd8397
test: add performance test for docgen
[ { "change_type": "MODIFY", "diff": "examples/*/styleguide/\npackages/*/lib/\npackages/*/dist/\n+packages/*/tests/perf-test.js\ntest/cli-packages/\ndocs/dist/\n**/CHANGELOG.md\n", "new_path": ".prettierignore", "old_path": ".prettierignore" }, { "change_type": "MODIFY", "diff": "\"vue\": ...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
test: add performance test for docgen
1
test
null
104,844
23.10.2019 23:23:48
14,400
d4c0cbe0dfaf52dee4bd5e84cc7ed72d1bb73e12
fix(header): align component to spec
[ { "change_type": "MODIFY", "diff": "@@ -9,59 +9,11 @@ import {\nHeaderPanel,\n} from 'carbon-components-react/lib/components/UIShell';\nimport AppSwitcher from '@carbon/icons-react/lib/app-switcher/20';\n-import { rem } from 'polished';\n-import styled from 'styled-components';\nimport PropTypes from 'prop-...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(header): align component to spec
1
fix
header
67,476
23.10.2019 23:32:40
-7,200
3ddafca5c0a9b72c852527b0c0295205b4f50d67
test(runtime): fix synthetic tests
[ { "change_type": "MODIFY", "diff": "@@ -55,6 +55,7 @@ import {\nITemplateCompiler,\nIScheduler\n} from '@aurelia/runtime';\n+import { TestContext } from './html-test-context';\nconst slice = Array.prototype.slice;\n@@ -688,8 +689,10 @@ export const AuDOMConfiguration = {\n);\n},\ncreateContainer(): IContain...
TypeScript
MIT License
aurelia/aurelia
test(runtime): fix synthetic tests
1
test
runtime
67,476
23.10.2019 23:32:58
-7,200
6163a89c47ec6b7a0e45b350742d46ac0a5a5691
fix(observers): clear task when done
[ { "change_type": "MODIFY", "diff": "@@ -38,7 +38,10 @@ export class AttributeNSAccessor implements IAccessor<string | null> {\nif ((flags & LifecycleFlags.fromBind) > 0 || this.persistentFlags === LifecycleFlags.noTargetObserverQueue) {\nthis.flushChanges(flags);\n} else if (this.persistentFlags !== Lifecyc...
TypeScript
MIT License
aurelia/aurelia
fix(observers): clear task when done
1
fix
observers
471,616
23.10.2019 23:33:27
-7,200
4971cb668bc132f88cdb6329c41381a26513cc24
fix(demoing-storybook): allow <style> tag before custom element
[ { "change_type": "MODIFY", "diff": "@@ -126,7 +126,7 @@ import {\nBy default it will create one simple node from the given Class.\nHowever for a nicer demo it may be needed to set properties or add more lightdom.\nYou can do so by providing a template. The template must render the custom element\n-to be tes...
JavaScript
MIT License
open-wc/open-wc
fix(demoing-storybook): allow <style> tag before custom element (#887)
1
fix
demoing-storybook
722,013
23.10.2019 23:35:04
18,000
424aa1146d5b27f364fbb77d776a5352dcb4fd04
test: update the perf tests
[ { "change_type": "MODIFY", "diff": "examples/*/styleguide/\npackages/*/lib/\npackages/*/dist/\n+packages/*/tests/perf-test.js\ntest/cli-packages/\ndocs/dist/\n**/CHANGELOG.md\n", "new_path": ".prettierignore", "old_path": ".prettierignore" }, { "change_type": "MODIFY", "diff": "@@ -5,7 +...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
test: update the perf tests
1
test
null
76,605
23.10.2019 23:53:45
-7,200
07f327741799da975312befd36ae65d196a44268
fix: there was a performance issue when splitting by perceptrons
[ { "change_type": "MODIFY", "diff": "@@ -89,16 +89,12 @@ class Container {\n} else {\ncurrentObject = srcObject;\n}\n- try {\nconst method = currentObject[tokens[1] || 'run'];\nif (typeof method === 'function') {\ncurrentInput = await method.bind(currentObject)(currentInput);\n} else {\ncurrentInput = method...
JavaScript
MIT License
axa-group/nlp.js
fix: there was a performance issue when splitting by perceptrons
1
fix
null
103,504
24.10.2019 00:05:55
-7,200
44e1d8afe39902750dbdbb5d8044791f6d7567d6
fix: add additional check for browsers. fixes
[ { "change_type": "MODIFY", "diff": "@@ -207,7 +207,7 @@ class Menu extends React.Component<Props, State> {\n}\n};\n- _isBrowser = () => 'document' in global;\n+ _isBrowser = () => Platform.OS === 'web' && 'document' in global;\n_focusFirstDOMNode = (el: View | null | undefined) => {\nif (el && this._isBrows...
TypeScript
MIT License
callstack/react-native-paper
fix: add additional check for browsers. fixes #1178
1
fix
null
471,527
24.10.2019 01:23:46
-7,200
bc5cd59c7942438f2587e97974c06b341a249442
chore(webpack-index-html-plugin): prettier ignore minified example
[ { "change_type": "MODIFY", "diff": "@@ -41,25 +41,11 @@ Webpack plugin to make webpack understand your index.html.\n3. Outputs the same index.html with updated file hashes and all inline HTML, CSS and JS minified:\n+<!-- prettier-ignore-start -->\n```html\n-<html lang=\"en-GB\">\n- <head>\n- <title>My app</...
JavaScript
MIT License
open-wc/open-wc
chore(webpack-index-html-plugin): prettier ignore minified example
1
chore
webpack-index-html-plugin
67,476
24.10.2019 01:50:06
-7,200
2a518a15a0bcd6a9e813e37729308219e7a6e026
refactor(scheduler): add tracing hooks for debugging and fix task pool
[ { "change_type": "MODIFY", "diff": "@@ -10,6 +10,66 @@ const defaultClockSettings: Required<IClockSettings> = {\nnow: PLATFORM.now,\n};\n+const {\n+ enter,\n+ leave,\n+ trace,\n+} = (function () {\n+ const enabled = false;\n+ let depth = 0;\n+\n+ function round(num: number) {\n+ return ((num * 10 + .5) | 0)...
TypeScript
MIT License
aurelia/aurelia
refactor(scheduler): add tracing hooks for debugging and fix task pool
1
refactor
scheduler
67,476
24.10.2019 04:42:47
-7,200
64ea1b43fa32297202fbc2bcc371dfccf557e19c
chore(browser-navigator): inject scheduler
[ { "change_type": "MODIFY", "diff": "-import { Key, Reporter } from '@aurelia/kernel';\n-import { IDOM, ILifecycle, IScheduler } from '@aurelia/runtime';\n+import { Reporter } from '@aurelia/kernel';\n+import { IDOM, IScheduler } from '@aurelia/runtime';\nimport { HTMLDOM } from '@aurelia/runtime-html';\nimp...
TypeScript
MIT License
aurelia/aurelia
chore(browser-navigator): inject scheduler
1
chore
browser-navigator
67,476
24.10.2019 04:43:47
-7,200
cf0076804ca83082c95b8d4ac1c77521d12a5fec
feat(scheduler): add delta time param
[ { "change_type": "MODIFY", "diff": "@@ -108,7 +108,7 @@ export const enum TaskQueuePriority {\nexport type TaskStatus = 'pending' | 'running' | 'completed' | 'canceled';\n-export type TaskCallback<T = any> = () => T;\n+export type TaskCallback<T = any> = (delta: number) => T;\nexport const IScheduler = DI.c...
TypeScript
MIT License
aurelia/aurelia
feat(scheduler): add delta time param
1
feat
scheduler
67,476
24.10.2019 04:45:10
-7,200
850657db53e44876b27528dbba4ceb9ea214fb79
fix(scheduler): account for persistent tasks when yielding
[ { "change_type": "MODIFY", "diff": "@@ -292,11 +292,45 @@ export class TaskQueue {\n// Otherwise just let this queue handle itself\nthis.requestFlush();\n}\n- } else if (this.yieldPromise !== void 0) {\n+ }\n+\n+ if (this.yieldPromise !== void 0) {\n+ let noMoreFiniteWork = true;\n+ let cur = this.processin...
TypeScript
MIT License
aurelia/aurelia
fix(scheduler): account for persistent tasks when yielding
1
fix
scheduler
304,874
24.10.2019 08:17:07
14,400
bc31f15bf859dca58aa4ea9a15b6d855175a8fd4
feat(compile): add EvalOptions
[ { "change_type": "MODIFY", "diff": "@@ -79,7 +79,7 @@ use only the standard libraries, or the third-party packages we have decided to\nFor rationale, check out the post [The Case Against Third Party Libraries](http://blog.gopheracademy.com/advent-2014/case-against-3pl/).\n## Useful links\n-- [Useful techniq...
Go
MIT License
influxdata/flux
feat(compile): add EvalOptions
1
feat
compile
304,866
24.10.2019 08:19:02
25,200
c07e66a9180a3c5e31a119cb44fbbfe815160438
fix(stdlib): make keep/drop throw an error if merging tables with different schemas
[ { "change_type": "MODIFY", "diff": "@@ -2424,7 +2424,7 @@ from(bucket: \"telegraf/autogen\")\nDrop excludes specified columns from a table. Columns to exclude can be specified either through a list, or a predicate function.\nWhen a dropped column is part of the group key it will also be dropped from the key...
Go
MIT License
influxdata/flux
fix(stdlib): make keep/drop throw an error if merging tables with different schemas (#2017)
1
fix
stdlib
217,922
24.10.2019 08:33:18
-7,200
1da54b35849fe74740b7d48675163285728c414c
feat(list): added multi select boxes inside the item addition popup
[ { "change_type": "MODIFY", "diff": "@@ -18,4 +18,15 @@ export class ItemPickerService {\nnzTitle: this.translate.instant('Pick_an_item')\n}).afterClose;\n}\n+\n+ public pickItems(): Observable<SearchResult[]> {\n+ return this.dialog.create({\n+ nzContent: ItemPickerComponent,\n+ nzFooter: null,\n+ nzCompone...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(list): added multi select boxes inside the item addition popup
1
feat
list
942,593
24.10.2019 09:05:07
25,200
16855014cf396585a8cea1406d1cf53f909eb26b
fix(checkbox): Added an indeterminate checkbox type
[ { "change_type": "MODIFY", "diff": "@@ -124,3 +124,12 @@ Default: A uniquely generated id\n| Alert | Yellow outline with alert icon. |\nDefault: `undefined`\n+\n+---\n+\n+#### `indeterminate: boolean`\n+\n+> Used on a checkbox with nested child checkboxes to denote that some, but not all, child checkboxes\n...
TypeScript
Apache License 2.0
workday/canvas-kit
fix(checkbox): Added an indeterminate checkbox type (#275)
1
fix
checkbox
503,933
24.10.2019 09:36:51
14,400
2da4c48f37dfa36a5b54d11125bc446e619134f4
docs(Select): update prop description for selctions
[ { "change_type": "MODIFY", "diff": "@@ -41,7 +41,7 @@ export interface SelectProps\nplaceholderText?: string | React.ReactNode;\n/** Text to display in typeahead select when no results are found **/\nnoResultsFoundText?: string;\n- /** Selected item */\n+ /** Selected item for single select variant. Array o...
TypeScript
MIT License
patternfly/patternfly-react
docs(Select): update prop description for selctions (#3183) #3106
1
docs
Select
104,848
24.10.2019 09:47:24
18,000
f51af3e2e43c0ace995fc8de9f977c4f3cf80873
fix(table): fix i18n string
[ { "change_type": "MODIFY", "diff": "@@ -232,7 +232,7 @@ const TableToolbar = ({\n{customToolbarContent || null}\n{totalFilters > 0 ? (\n<StyledClearFiltersButton kind=\"secondary\" onClick={onClearAllFilters} small>\n- {i18n.clearAllFiltersText}\n+ {i18n.clearAllFilters}\n</StyledClearFiltersButton>\n) : nu...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(table): fix i18n string
1
fix
table
104,848
24.10.2019 10:04:03
18,000
9d37a80d7e0cb72b1a88fb1b70f10ecd42b6d8df
fix(table): snapshot
[ { "change_type": "MODIFY", "diff": "@@ -176642,7 +176642,9 @@ exports[`Storybook Snapshot tests and console checks Storyshots Table Custom too\nonClick={[Function]}\ntabIndex={0}\ntype=\"button\"\n- />\n+ >\n+ Clear all filters\n+ </button>\n<button\nclassName=\"bx--btn--sm c4 bx--toolbar-action\"\nonClick=...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(table): snapshot
1
fix
table
306,423
24.10.2019 10:35:19
-7,200
ebe2bc1aad638e6b018b2b882d02e58c79c61634
fix(steps): steps.current should be update before
[ { "change_type": "MODIFY", "diff": "@@ -110,13 +110,14 @@ export class LionSteps extends ObserverMixin(LionLitElement) {\nconst toStep = { number: newCurrent, element: newStepElement };\noldStepElement.leave();\n- newStepElement.enter();\nif (this.current !== newCurrent) {\nthis._internalCurrentSync = true;...
JavaScript
MIT License
ing-bank/lion
fix(steps): steps.current should be update before @enter
1
fix
steps
865,926
24.10.2019 10:35:26
-7,200
70534685d38a5b502865c470f941d072a13cd79c
feat(modal): add structural child components Modal static props expose structural components of a modal dialog. Those componentns allow us to re-use the modal structure without providing our own ---custom--- styles. Related to
[ { "change_type": "MODIFY", "diff": "@@ -39,9 +39,11 @@ describe('<Modal>', function() {\nit('should render children', function() {\nconst wrapper = mount((\n<Modal>\n+ <Modal.Body>\n<div>\n{ 'Test' }\n</div>\n+ </Modal.Body>\n</Modal>\n));\n@@ -74,7 +76,11 @@ describe('<Modal>', function() {\nit('should NOT...
JavaScript
MIT License
camunda/camunda-modeler
feat(modal): add structural child components Modal static props expose structural components of a modal dialog. Those componentns allow us to re-use the modal structure without providing our own ---custom--- styles. Related to #1558
1
feat
modal
865,921
24.10.2019 10:46:14
-7,200
3d37012e737a2b72f7b28d6c09298a6e98654faa
chore(client): consume capitalized SVGs as react components
[ { "change_type": "MODIFY", "diff": "@@ -102,11 +102,19 @@ module.exports = function(karma) {\nexclude: /node_modules/,\nuse: 'babel-loader'\n},\n+ {\n+ oneOf: [\n+ {\n+ test: /\\/[A-Z][^/]+\\.svg$/,\n+ use: 'react-svg-loader'\n+ },\n{\ntest: /\\.(css|bpmn|cmmn|dmn|less|xml|png|svg)$/,\nuse: 'raw-loader'\n}\...
JavaScript
MIT License
camunda/camunda-modeler
chore(client): consume capitalized SVGs as react components
1
chore
client
266,219
24.10.2019 10:53:30
25,200
35f9c02c0ab38fdfe617c58199adbebd43cd8eba
docs: add Docker to installation steps
[ { "change_type": "MODIFY", "diff": "# SynthTool (for client libraries)\n-This tool helps to generate and layout cloud client libraries.\n+This tool helps to generate and layout cloud client libraries. Synthtool runs the [GAPIC (Generated API Client) Generator][GAPIC] via [Google API Artifact Manager (artman...
Python
Apache License 2.0
googleapis/synthtool
docs: add Docker to installation steps (#314)
1
docs
null
865,921
24.10.2019 10:57:13
-7,200
07418095aa1bae03e01ff7092c8c0dff0d40d7fc
chore(client): simplify loading shared icons Icons can be loaded via the `icons/NameOfIcon.svg` directly from `client/resources/icons`.
[ { "change_type": "MODIFY", "diff": "@@ -26,6 +26,7 @@ var windows = /^win/.test(platform);\nvar { DefinePlugin } = require('webpack');\nvar absoluteBasePath = path.resolve(__dirname);\n+var resourcePath = path.resolve(__dirname + '/resources');\n/* global process */\n@@ -133,7 +134,8 @@ module.exports = fun...
JavaScript
MIT License
camunda/camunda-modeler
chore(client): simplify loading shared icons Icons can be loaded via the `icons/NameOfIcon.svg` directly from `client/resources/icons`.
1
chore
client
865,926
24.10.2019 10:57:29
-7,200
4df459409b893cc72e1287a04234511331e3adfe
feat(modal): trap focus and escape Related to
[ { "change_type": "MODIFY", "diff": "import React from 'react';\nimport {\n- mount,\n- shallow\n+ mount\n} from 'enzyme';\nimport { Modal } from '..';\n@@ -22,13 +21,23 @@ import { Modal } from '..';\ndescribe('<Modal>', function() {\n+ let wrapper;\n+\n+\n+ afterEach(function() {\n+ if (wrapper && wrapper.e...
JavaScript
MIT License
camunda/camunda-modeler
feat(modal): trap focus and escape Related to #1558
1
feat
modal
306,423
24.10.2019 10:58:42
-7,200
8c724fa59f56730b89f5f57095bb6e3a2cdf167e
fix(steps): always fire only once
[ { "change_type": "MODIFY", "diff": "@@ -119,9 +119,11 @@ export class LionStep extends LionLitElement {\nthis.status = 'entered';\nif (updateController === true) {\nthis.controller.current = this.getControllerIndex();\n- }\n+ // controller will trigger enter() again which will dispatch the enter event\n+ } ...
JavaScript
MIT License
ing-bank/lion
fix(steps): always fire @enter only once
1
fix
steps
366,920
24.10.2019 10:58:58
-32,400
0fadd268b93b6a1fef8e5c436503d2c7a369c15d
chore(deps-dev): Update packages for styled-components
[ { "change_type": "MODIFY", "diff": "\"@types/react-test-renderer\": \"^16.8.1\",\n\"@types/storybook__addon-actions\": \"^3.4.3\",\n\"@types/storybook__react\": \"^4.0.2\",\n- \"@types/styled-components\": \"^4.1.16\",\n+ \"@types/styled-components\": \"^4.1.19\",\n\"babel-loader\": \"^8.0.5\",\n\"enzyme\":...
TypeScript
MIT License
kufu/smarthr-ui
chore(deps-dev): Update packages for styled-components
1
chore
deps-dev
366,920
24.10.2019 11:00:24
-32,400
4ae4ad9eeb21bddce5f84cd1aa995e18777d00a1
chore(deps-dev): Update stylelint
[ { "change_type": "MODIFY", "diff": "\"standard-version\": \"^7.0.0\",\n\"storybook-readme\": \"^5.0.3\",\n\"styled-components\": \"^4.4.0\",\n- \"stylelint\": \"^10.1.0\",\n+ \"stylelint\": \"^11.1.1\",\n\"stylelint-config-prettier\": \"^6.0.0\",\n\"stylelint-config-standard\": \"^19.0.0\",\n\"stylelint-con...
TypeScript
MIT License
kufu/smarthr-ui
chore(deps-dev): Update stylelint
1
chore
deps-dev
932,458
24.10.2019 11:12:09
14,400
cb7b6901c850cac8e6b5a6a68016abfd6dcf7b2a
docs: update releasing docs
[ { "change_type": "MODIFY", "diff": "@@ -108,8 +108,4 @@ $ yarn lerna run bootstrap\n### Releasing\n-For now, we will release this repo manually with fixed versions. To do that, use:\n-\n-```sh\n-lerna publish --conventional-commits --registry=https://registry.npmjs.com\n-```\n+The repo [releases automatical...
TypeScript
Apache License 2.0
spotify/web-scripts
docs: update releasing docs
1
docs
null
67,476
24.10.2019 11:45:18
-7,200
b20318ef84358c8fe809a4ffcb5814e43ccab2a4
feat(test): add schedulerIsEmpty assert helper
[ { "change_type": "MODIFY", "diff": "@@ -27,7 +27,7 @@ import {\nIIndexable,\n} from '@aurelia/kernel';\nimport {\n- CompositionRoot, CustomElement, CustomAttribute,\n+ CompositionRoot, CustomElement, CustomAttribute, IScheduler, ITaskQueue, TaskQueue, TaskQueuePriority, ITask,\n} from '@aurelia/runtime';\ni...
TypeScript
MIT License
aurelia/aurelia
feat(test): add schedulerIsEmpty assert helper
1
feat
test
711,597
24.10.2019 11:56:36
-7,200
c7857d39da83908e9546af540525aa2ae6618a0d
feat(core): Export the Api decorator & ApiType type
[ { "change_type": "MODIFY", "diff": "+export { ApiType } from './common/get-api-type';\nexport * from './common/request-context';\nexport * from './decorators/allow.decorator';\n+export * from './decorators/api.decorator';\nexport * from './decorators/request-context.decorator';\nexport * from './resolvers/a...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(core): Export the Api decorator & ApiType type
1
feat
core
103,535
24.10.2019 13:28:27
-7,200
03c9bfde19af139ca56ddcfb6e3f42f53b00c28a
fix: align text to center in multiline TextInput
[ { "change_type": "MODIFY", "diff": "@@ -261,7 +261,7 @@ class TextInputFlat extends React.Component<ChildTextInputProps, {}> {\nfontSize,\nfontWeight,\ncolor: inputTextColor,\n- textAlignVertical: multiline && height ? 'top' : 'center',\n+ textAlignVertical: multiline ? 'top' : 'center',\n},\n],\n})}\n", ...
TypeScript
MIT License
callstack/react-native-paper
fix: align text to center in multiline TextInput (#1408)
1
fix
null
273,753
24.10.2019 14:01:48
25,200
63b7fafacd2ed3d183a7ccd50496ea0e60bf41e3
chore(drupal): add belongsTo example to readme
[ { "change_type": "MODIFY", "diff": "@@ -214,7 +214,7 @@ Get the details of an individual `DrupalNodeArticle` using `<page-query>` in a G\n```\n<page-query>\n- query Article($id: String!) {\n+ query Article($id: ID!) {\ndrupalNodeArticle(id: $id) {\ntitle\ndate\n@@ -244,4 +244,32 @@ Get the details of an ind...
JavaScript
MIT License
gridsome/gridsome
chore(drupal): add belongsTo example to readme (#763)
1
chore
drupal
306,423
24.10.2019 14:11:09
-7,200
3e0b941b6a382f32c53007580a5ed0ac75cdbc3c
fix(input-amount): add demo how to show no fractions
[ { "change_type": "MODIFY", "diff": "@@ -67,4 +67,23 @@ storiesOf('Forms|Input Amount', module)\n>\n</lion-input-amount>\n`,\n+ )\n+ .add(\n+ 'Show no fractions',\n+ () => html`\n+ <lion-input-amount\n+ label=\"Amount\"\n+ help-text=\"Prefilled and formatted\"\n+ .formatOptions=${{\n+ minimumFractionDigits: ...
JavaScript
MIT License
ing-bank/lion
fix(input-amount): add demo how to show no fractions
1
fix
input-amount
366,920
24.10.2019 14:16:01
-32,400
0454a73838dfaaa0a8db205618e73d9960b8eaab
docs: Remove auto-assign
[ { "change_type": "DELETE", "diff": "-# Set to true to add reviewers to pull requests\n-addReviewers: true\n-\n-# Set to true to add assignees to pull requests\n-addAssignees: false\n-\n-# A list of reviewers to be added to pull requests (GitHub user name)\n-reviewers:\n- - nabeliwo\n- - wacky\n- - im36-123\...
TypeScript
MIT License
kufu/smarthr-ui
docs: Remove auto-assign
1
docs
null
711,597
24.10.2019 14:38:17
-7,200
69dad0b664bb40b88fbd8a9d9f57d46d73feb982
feat(core): Allow lazy evaluation of APIExtensionDefinitions This change allows you to define extensions to the GraphQL APIs in plugins which may rely on runtime execution, e.g. to dynamically build up the DocumentNode data based on some config options.
[ { "change_type": "MODIFY", "diff": "@@ -96,6 +96,26 @@ export class TestShopPluginResolver {\n})\nexport class TestAPIExtensionPlugin {}\n+@Resolver()\n+export class TestLazyResolver {\n+ @Query()\n+ lazy() {\n+ return 'sleeping';\n+ }\n+}\n+\n+@VendurePlugin({\n+ shopApiExtensions: {\n+ resolvers: () => [T...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(core): Allow lazy evaluation of APIExtensionDefinitions This change allows you to define extensions to the GraphQL APIs in plugins which may rely on runtime execution, e.g. to dynamically build up the DocumentNode data based on some config options.
1
feat
core
791,704
24.10.2019 14:52:08
25,200
4e11bd297010a3957a6f76a8e25abddc7ed5a716
tests(viewer): don't override puppeteer's chromium
[ { "change_type": "MODIFY", "diff": "@@ -17,10 +17,10 @@ cache:\ninstall:\n# Ensure we have the latest Chrome stable.\n- google-chrome-stable --version\n- # if our e2e tests fail in the future it might be that we are not compatible\n- # with the latest puppeteer api so we probably need to run on chromimum\n-...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests(viewer): don't override puppeteer's chromium (#9877)
1
tests
viewer
366,920
24.10.2019 14:52:23
-32,400
d4e7a9757781b76a0c83273cb5128a968838666a
chore(deps-dev): Update packages for storybook
[ { "change_type": "MODIFY", "diff": "},\n\"devDependencies\": {\n\"@babel/core\": \"^7.2.2\",\n- \"@storybook/addon-a11y\": \"^5.2.1\",\n- \"@storybook/addon-actions\": \"^5.2.1\",\n- \"@storybook/addon-viewport\": \"^5.2.1\",\n- \"@storybook/addons\": \"^5.2.1\",\n- \"@storybook/cli\": \"^5.2.1\",\n- \"@sto...
TypeScript
MIT License
kufu/smarthr-ui
chore(deps-dev): Update packages for storybook
1
chore
deps-dev
815,577
24.10.2019 15:16:24
-28,800
fb33f76b757892a003852f2284d0e8a25d2082bc
feat: shutdown when protocol handle panic
[ { "change_type": "MODIFY", "diff": "@@ -5,9 +5,7 @@ use std::sync::Arc;\nuse std::thread;\nuse std::time::Duration;\n-pub fn wait_for_exit() {\n- let exit = Arc::new((Mutex::new(()), Condvar::new()));\n-\n+pub fn wait_for_exit(exit: Arc<(Mutex<()>, Condvar)>) {\n// Handle possible exits\nlet e = Arc::<(Mute...
Rust
MIT License
nervosnetwork/ckb
feat: shutdown when protocol handle panic
1
feat
null
865,926
24.10.2019 15:32:20
-7,200
41f9a3080eeee09af96200ef3429b91845d03aa1
feat(keyboard-shortcuts): use modal structural components
[ { "change_type": "MODIFY", "diff": "@@ -26,7 +26,13 @@ class View extends PureComponent {\nreturn (\n<Modal className={ css.View } onClose={ onClose }>\n- <h2>Keyboard Shortcuts</h2>\n+\n+ <Modal.Header>\n+ <Modal.Title>Keyboard Shortcuts</Modal.Title>\n+ <Modal.Close onClick={ onClose } />\n+ </Modal.Heade...
JavaScript
MIT License
camunda/camunda-modeler
feat(keyboard-shortcuts): use modal structural components
1
feat
keyboard-shortcuts
815,590
24.10.2019 15:44:10
-28,800
f906d36eba016c17a6bd9338b7b73f51f8544452
test: add some debug info on valid_since test
[ { "change_type": "MODIFY", "diff": "@@ -93,7 +93,12 @@ impl ValidSince {\nnode.generate_blocks((DEFAULT_TX_PROPOSAL_WINDOW.1 + 2) as usize);\nlet cellbase = node.get_tip_block().transactions()[0].clone();\nlet old_median_time: u64 = node.rpc_client().get_blockchain_info().median_time.into();\n+ let t1 = fak...
Rust
MIT License
nervosnetwork/ckb
test: add some debug info on valid_since test
1
test
null
76,605
24.10.2019 16:05:34
-7,200
f8c284fae1fe825d9e62d255cc6e663adf5e66c5
feat: adding Lang-all as a module to add all languages at once
[ { "change_type": "ADD", "diff": "+/*\n+!/src\n+!LICENSE.txt\n+!README.md\n+!package.json\n\\ No newline at end of file\n", "new_path": "packages/lang-all/.npmignore", "old_path": null }, { "change_type": "ADD", "diff": "+# MIT License\n+\n+Copyright (c) AXA Group Operations Spain S.A.\n+...
JavaScript
MIT License
axa-group/nlp.js
feat: adding Lang-all as a module to add all languages at once
1
feat
null
815,601
24.10.2019 16:36:34
-28,800
15319d0a66a0a74d7d38ba83488817c13fdde841
refactor: replace non-maintained jsonrpc client
[ { "change_type": "MODIFY", "diff": "@@ -25,14 +25,15 @@ ckb-dao-utils = { path = \"../util/dao/utils\" }\nckb-test-chain-utils = { path = \"../util/test-chain-utils\" }\nckb-resource = { path = \"../resource\" }\ntempfile = \"3.0\"\n-jsonrpc-client-core = \"0.5.0\"\n-jsonrpc-client-http = \"0.5.0\"\n+reqwes...
Rust
MIT License
nervosnetwork/ckb
refactor: replace non-maintained jsonrpc client
1
refactor
null
273,675
24.10.2019 17:13:53
14,400
23bd974a4fadd89307634e7fcfc2c41866996421
feat(wordpress): custom REST route support
[ { "change_type": "MODIFY", "diff": "@@ -29,6 +29,8 @@ class WordPressSource {\nthrow new Error(`${options.typeName}: perPage cannot be more than 100 or less than 1.`)\n}\n+ this.customEndpoints = this.sanitizeCustomEndpoints()\n+\nconst baseUrl = trimEnd(options.baseUrl, '/')\nthis.client = axios.create({\n...
JavaScript
MIT License
gridsome/gridsome
feat(wordpress): custom REST route support (#706)
1
feat
wordpress
711,597
24.10.2019 17:18:35
-7,200
2c8b7dfef68f3b34a08cdf45e826e516f407e8a5
feat(elasticsearch-plugin): Allow definition of custom mappings This feature allows you to define custom data to store in the Elasticsearch index, and also dynamically extends the GraphQL API to expose these mappings in the SearchResult type.
[ { "change_type": "MODIFY", "diff": "export * from './src/plugin';\nexport * from './src/options';\n+export * from './src/types';\n", "new_path": "packages/elasticsearch-plugin/index.ts", "old_path": "packages/elasticsearch-plugin/index.ts" }, { "change_type": "ADD", "diff": "+import { In...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(elasticsearch-plugin): Allow definition of custom mappings This feature allows you to define custom data to store in the Elasticsearch index, and also dynamically extends the GraphQL API to expose these mappings in the SearchResult type.
1
feat
elasticsearch-plugin
273,688
24.10.2019 17:42:11
14,400
92f923837dbec433ba79ca54a1dadc4e0a5524c1
refactor(build): split head html template variable
[ { "change_type": "MODIFY", "diff": "@@ -7,9 +7,19 @@ function createHTMLRenderer (htmlTemplate) {\nreturn render(Object.assign({\nhtmlAttrs: '',\nbodyAttrs: '',\n- scripts: '',\nhead: '',\n- app: ''\n+ title: '',\n+ base: '',\n+ hash: '',\n+ vueMetaTags: '',\n+ vueMetaLinks: '',\n+ resourceHints: '',\n+ sty...
JavaScript
MIT License
gridsome/gridsome
refactor(build): split head html template variable (#767)
1
refactor
build
67,476
24.10.2019 18:01:25
-7,200
9078400d030a9d9b515351840b26de9cc7134aa5
fix(scheduler): pass through persistent / reusable params
[ { "change_type": "MODIFY", "diff": "@@ -410,8 +410,8 @@ export class BrowserScheduler implements IScheduler {\n}\npublic queueTask<T = any>(callback: TaskCallback<T>, opts?: QueueTaskTargetOptions): Task<T> {\n- const { delay, preempt, priority } = { ...defaultQueueTaskOptions, ...opts };\n- return this.tas...
TypeScript
MIT License
aurelia/aurelia
fix(scheduler): pass through persistent / reusable params
1
fix
scheduler
67,476
24.10.2019 18:02:01
-7,200
88c897bcaed5ac5ecfd04b9ad9b32a1cec967b5e
fix(scheduler): fix persistent task cancellation and add more tests
[ { "change_type": "MODIFY", "diff": "import { TestContext, assert } from '@aurelia/testing';\n-import { TaskQueuePriority, QueueTaskTargetOptions } from '@aurelia/runtime';\n+import { TaskQueuePriority, QueueTaskTargetOptions, ITask } from '@aurelia/runtime';\n+\n+function round(num: number) {\n+ return ((nu...
TypeScript
MIT License
aurelia/aurelia
fix(scheduler): fix persistent task cancellation and add more tests
1
fix
scheduler
67,476
24.10.2019 18:02:45
-7,200
bbd1eed110be2f6c6cb84bba80fa108ffc2485ed
refactor(queue): use render task
[ { "change_type": "MODIFY", "diff": "@@ -46,7 +46,7 @@ export class Queue<T> {\n}\nthis.scheduler = options.scheduler;\nthis.allowedExecutionCostWithinTick = options.allowedExecutionCostWithinTick;\n- this.task = this.scheduler.queuePostRenderTask(this.dequeue, { persistent: true });\n+ this.task = this.sche...
TypeScript
MIT License
aurelia/aurelia
refactor(queue): use render task
1
refactor
queue
217,922
24.10.2019 18:06:30
-7,200
d10ef5fcae8f4944fb8017d68c0278a9719d4909
chore: small icon fix for levequests
[ { "change_type": "MODIFY", "diff": "<ng-template #notificationRef let-notification>\n<div class=\"ant-notification-notice-content ant-notification-notice-with-icon\">\n<span class=\"ant-notification-notice-icon\"><i class=\"ant-notification-notice-icon-success\" nz-icon\n- nzType=\"circle-o\"></i></span>\n+...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: small icon fix for levequests
1
chore
null
217,922
24.10.2019 18:12:25
-7,200
ad05cf30818a86cd38954f57a766b41cf057ec0f
chore(release): 6.0.11
[ { "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.11\"></a>\n+## [6.0.11](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compar...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 6.0.11
1
chore
release
67,476
24.10.2019 18:15:13
-7,200
761abd0e7b7426989faf3c3d72c3877ea358bb9a
test: fix Reflect issue
[ { "change_type": "MODIFY", "diff": "@@ -538,7 +538,7 @@ export function createSpy<\n}\n// Already wrapped, restore first\n- if (Reflect.has(descriptor.value, 'restore')) {\n+ if (descriptor.value !== null && (typeof descriptor.value === 'object' || typeof descriptor.value === 'function') && typeof descripto...
TypeScript
MIT License
aurelia/aurelia
test: fix Reflect issue
1
test
null
366,920
24.10.2019 18:17:41
-32,400
0514a7cef145835ec2e9f4c63e3f49bf73602abf
chore(deps-dev): Update
[ { "change_type": "MODIFY", "diff": "\"@types/react\" \"*\"\n\"@types/react@*\", \"@types/react@^16.8.16\":\n- version \"16.9.2\"\n- resolved \"https://registry.yarnpkg.com/@types/react/-/react-16.9.2.tgz#6d1765431a1ad1877979013906731aae373de268\"\n- integrity sha512-jYP2LWwlh+FTqGd9v7ynUKZzjj98T8x7Yclz479Qd...
TypeScript
MIT License
kufu/smarthr-ui
chore(deps-dev): Update @types/react
1
chore
deps-dev
531,793
24.10.2019 18:40:29
-3,600
b5f43fd5f3a0b54142c3a398597768d1e6c56200
fix(ci): fix validation warnings in travis config
[ { "change_type": "MODIFY", "diff": "version: ~> 1.0\n-defaults_go: &DEFAULTS_GO\n+__defaults_go: &DEFAULTS_GO\nlanguage: go\ngo: \"1.13.3\"\ncache:\n@@ -16,7 +16,7 @@ defaults_go: &DEFAULTS_GO\nenv:\n- GO111MODULE=on\n-defaults_js: &DEFAULTS_JS\n+__defaults_js: &DEFAULTS_JS\nlanguage: node_js\n# we run make...
TypeScript
Apache License 2.0
prymitive/karma
fix(ci): fix validation warnings in travis config
1
fix
ci
217,922
24.10.2019 19:30:32
-7,200
ab171be6f0bbc90f2dbd11f2da338a324133a027
feat(list): added realtime position marker on zone breakdowns
[ { "change_type": "MODIFY", "diff": "@@ -95,6 +95,7 @@ import hr from '@angular/common/locales/hr';\nimport ko from '@angular/common/locales/ko';\nimport { ClipboardModule } from 'ngx-clipboard';\nimport { InventoryModule } from './modules/inventory/inventory.module';\n+import { EorzeaModule } from './module...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(list): added realtime position marker on zone breakdowns
1
feat
list
531,793
24.10.2019 21:00:50
-3,600
715b42f7f27cae0181ac8d3dc1b5aa54a0a84376
chore(ui): migrate App component to typescript
[ { "change_type": "RENAME", "diff": "import React, { Component } from \"react\";\n-import PropTypes from \"prop-types\";\nimport { Provider } from \"mobx-react\";\n@@ -14,24 +13,27 @@ import { ErrorBoundary } from \"./ErrorBoundary\";\nimport \"./App.scss\";\n-class App extends Component {\n- static propType...
TypeScript
Apache License 2.0
prymitive/karma
chore(ui): migrate App component to typescript
1
chore
ui
679,918
24.10.2019 22:05:57
-3,600
1bd7f6408e7b13f45363a8f90a9c043d27baffcb
fix(hiccup-svg): fix add missing exports (ellipse, image)
[ { "change_type": "MODIFY", "diff": "export * from \"./api\";\nexport * from \"./circle\";\nexport * from \"./defs\";\n+export * from \"./ellipse\";\nexport * from \"./gradients\";\nexport * from \"./group\";\n+export * from \"./image\";\nexport * from \"./line\";\nexport * from \"./path\";\nexport * from \"...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(hiccup-svg): fix #142, add missing exports (ellipse, image)
1
fix
hiccup-svg
815,590
24.10.2019 22:25:55
-28,800
81b45aaaca5b77be93be378bbe98db418eaa3d22
fix: fix valid since test
[ { "change_type": "MODIFY", "diff": "@@ -91,14 +91,10 @@ impl ValidSince {\npub fn test_since_relative_median_time(&self, node: &Node) {\nlet median_time_block_count = node.consensus().median_time_block_count() as u64;\nnode.generate_blocks((DEFAULT_TX_PROPOSAL_WINDOW.1 + 2) as usize);\n- let cellbase = node...
Rust
MIT License
nervosnetwork/ckb
fix: fix valid since test
1
fix
null
76,605
24.10.2019 22:32:19
-7,200
7570c37ca9103abc9f671ae13fa99d974356feba
feat: add set, delete, get and params to pipelines
[ { "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
feat: add set, delete, get and params to pipelines
1
feat
null
679,913
24.10.2019 22:43:42
-3,600
a47ec4dbc16271103a7b4aaca730677136275e9d
feat(simd): add swizzle fns (disabled)
[ { "change_type": "MODIFY", "diff": "@@ -60,6 +60,7 @@ for sources:\n- `sub4_f32`\n- `subn4_f32`\n- `sum4_f32`\n+- `swizzle4_32` (!)\n(!) Missing native implementation, waiting on...\n", "new_path": "packages/simd/README.md", "old_path": "packages/simd/README.md" }, { "change_type": "MODIFY",...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(simd): add swizzle fns (disabled)
1
feat
simd
679,913
24.10.2019 22:44:15
-3,600
2c38a0dbfb51a3eee12cef176f40961136bf8781
docs: fix all-contributors JSON
[ { "change_type": "MODIFY", "diff": "\"code\",\n\"example\",\n\"bug\"\n- ],\n+ ]\n},\n{\n\"login\": \"acarabott\",\n\"code\",\n\"ideas\",\n\"bug\"\n- ],\n- },\n+ ]\n+ }\n],\n\"contributorsPerLine\": 7,\n\"projectName\": \"umbrella\",\n", "new_path": ".all-contributorsrc", "old_path": ".all-contributo...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs: fix all-contributors JSON
1
docs
null
67,479
24.10.2019 23:04:49
-39,600
90382638cf7679e246039290df2a072083a28113
fix(renderer): revert to observer.setValue again
[ { "change_type": "MODIFY", "diff": "@@ -8,6 +8,7 @@ import {\nRegistration,\nReporter,\nMetadata,\n+ IIndexable,\n} from '@aurelia/kernel';\nimport { AnyBindingExpression } from './ast';\nimport { CallBinding } from './binding/call-binding';\n@@ -56,7 +57,7 @@ import {\nimport {\nController,\n} from './temp...
TypeScript
MIT License
aurelia/aurelia
fix(renderer): revert to observer.setValue again
1
fix
renderer
217,922
24.10.2019 23:32:44
-7,200
f3d3dd1e4210b37ba433004432feeadcc3370ab3
fix(item-picker): fixed checkbox placement
[ { "change_type": "MODIFY", "diff": "@@ -23,7 +23,9 @@ export class UserInventoryService extends FirestoreStorage<UserInventory> {\nif (changes.some(entry => entry.kind === 'D' || entry.kind === 'A')) {\nreturn super.update(uid, data, uriParams);\n}\n- const patch = changes.reduce((res, change) => {\n+ const...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(item-picker): fixed checkbox placement
1
fix
item-picker
217,922
24.10.2019 23:33:27
-7,200
60603948d20f07ec384dffebc15ec1e9a2e0f5dd
chore: bringing back missing file
[ { "change_type": "ADD", "diff": "+export const territories = {\n+ \"1\": null,\n+ \"2\": null,\n+ \"3\": null,\n+ \"4\": null,\n+ \"5\": null,\n+ \"6\": null,\n+ \"7\": null,\n+ \"8\": null,\n+ \"9\": null,\n+ \"10\": null,\n+ \"11\": null,\n+ \"13\": null,\n+ \"14\": null,\n+ \"15\": null,\n+ \"16\": null,...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: bringing back missing file
1
chore
null
76,605
24.10.2019 23:48:47
-7,200
71de43957e7450f0c5c39407e795c4fc8a30813b
feat: sub pipelines
[ { "change_type": "MODIFY", "diff": "* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n*/\n+const { compareWildcars } = require('./helper');\n+\nclass Container {\nconstructor() {\nthis.classes = {};\nthis.factory = {};\n+ this.pipelines = {};\n}\naddClass(clazz, name) {\n@@ -163,7 +166,37 @...
JavaScript
MIT License
axa-group/nlp.js
feat: sub pipelines
1
feat
null
67,476
25.10.2019 00:10:47
-7,200
22ff3468c88ccf797278eafff72ea58a4a3ed62d
fix(scheduler): set/unset appropriate task for recursive microtask checking
[ { "change_type": "MODIFY", "diff": "@@ -248,6 +248,7 @@ export class TaskQueue {\nprivate readonly taskPool: Task[] = [];\nprivate taskPoolSize: number = 0;\nprivate lastRequest: number = 0;\n+ private microTaskRequestFlushTask: ITask | null = null;\npublic get isEmpty(): boolean {\nreturn this.processingSi...
TypeScript
MIT License
aurelia/aurelia
fix(scheduler): set/unset appropriate task for recursive microtask checking
1
fix
scheduler
67,476
25.10.2019 00:34:19
-7,200
c2f43fd2434442248d01fac7d3f088a237ead090
fix(test): fix spy issue
[ { "change_type": "MODIFY", "diff": "@@ -570,7 +570,9 @@ export function createSpy<\n}\nReflect.defineProperty(instanceOrInnerFn, key, {\n- ...descriptor,\n+ enumerable: descriptor.enumerable,\n+ writable: descriptor.writable,\n+ configurable: descriptor.configurable,\nvalue: $spy,\n});\n}\n", "new_path"...
TypeScript
MIT License
aurelia/aurelia
fix(test): fix spy issue
1
fix
test
67,476
25.10.2019 00:53:53
-7,200
ff6398ba86506cf95fa93f26511f29abc75cc34d
test: disable broken test
[ { "change_type": "MODIFY", "diff": "@@ -48,7 +48,8 @@ describe('SelectValueObserver', function () {\ndescribe('bind()', function () {\nif (typeof MutationObserver !== 'undefined') {\n- it('uses private method handleNodeChange as callback', async function () {\n+ // TODO: fix the spy thing\n+ it.skip('uses p...
TypeScript
MIT License
aurelia/aurelia
test: disable broken test
1
test
null
71,371
25.10.2019 00:56:47
-7,200
ef1ce5e124e83d6d2636faa2a4278a182d3a1504
feat(rds): allow using existing security groups for new instance * feat(rds): allow using existing security group for instance Closes * securityGroups * s * avoid duplication * remove useless protected securityGroups
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,7 @@ import kms = require('@aws-cdk/aws-kms');\nimport lambda = require('@aws-cdk/aws-lambda');\nimport logs = require('@aws-cdk/aws-logs');\nimport secretsmanager = require('@aws-cdk/aws-secretsmanager');\n-import { Construct, Duration, IResource, RemovalPolic...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(rds): allow using existing security groups for new instance (#4495) * feat(rds): allow using existing security group for instance Closes #2949 * securityGroups * s * avoid duplication * remove useless protected securityGroups
1
feat
rds
67,476
25.10.2019 01:22:57
-7,200
f2f954a27f520bfe15544f5f49a78d63a43c490c
fix(scheduler): try another microTaskQueue thing for ff
[ { "change_type": "MODIFY", "diff": "@@ -263,6 +263,11 @@ export class TaskQueue {\npublic flush(): void {\nenter(this, 'flush');\n+ if (this.microTaskRequestFlushTask !== null) {\n+ this.microTaskRequestFlushTask.cancel();\n+ this.microTaskRequestFlushTask = null;\n+ }\n+\nconst now = this.clock.now(true);\...
TypeScript
MIT License
aurelia/aurelia
fix(scheduler): try another microTaskQueue thing for ff
1
fix
scheduler
679,913
25.10.2019 04:00:35
-3,600
60dccfcb0ba1d731eeecd4c12433d44b5491e7a7
feat(grid-iterators): make row args optional
[ { "change_type": "MODIFY", "diff": "* @param rows\n*\n*/\n-export function* zigzagColumns2d(cols: number, rows: number) {\n+export function* zigzagColumns2d(cols: number, rows = cols) {\nconst num = cols * rows;\nfor (let i = 0; i < num; i++) {\nconst x = (i / rows) | 0;\n", "new_path": "packages/grid-i...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(grid-iterators): make row args optional
1
feat
grid-iterators
815,605
25.10.2019 06:23:51
0
3f85a7a5e0557e574065b582365ef20a3cc48d5c
feat: Adapt to 2-phase Nervos DAO implementation
[ { "change_type": "MODIFY", "diff": "@@ -343,7 +343,7 @@ dependencies = [\n\"ckb-jsonrpc-types 0.24.0-pre\",\n\"ckb-shared 0.24.0-pre\",\n\"ckb-store 0.24.0-pre\",\n- \"ckb-system-scripts 0.4.0-alpha.13+nonstrict-witnesses-length2 (registry+https://github.com/rust-lang/crates.io-index)\",\n+ \"ckb-system-scr...
Rust
MIT License
nervosnetwork/ckb
feat: Adapt to 2-phase Nervos DAO implementation
1
feat
null
791,719
25.10.2019 08:33:22
25,200
1f790a32e3642f891c16e00565740c13edf72b37
core(audits): link mpFID description to web.dev's mpFID doc
[ { "change_type": "MODIFY", "diff": "@@ -12,7 +12,7 @@ const i18n = require('../../lib/i18n/i18n.js');\nconst UIStrings = {\n/** Description of the Maximum Potential First Input Delay metric that marks the maximum estimated time between the page receiving input (a user clicking, tapping, or typing) and the p...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(audits): link mpFID description to web.dev's mpFID doc (#9863)
1
core
audits
217,922
25.10.2019 08:42:09
-7,200
688cfe925d722bcad406af0924f06c55f7c2b9db
chore: added more log for the inventory errors to be investigates faster
[ { "change_type": "MODIFY", "diff": "@@ -142,6 +142,7 @@ export class MachinaService {\n} catch (e) {\nconsole.log(packet);\nconsole.error(e);\n+ this.ipc.log(e.message, JSON.stringify(packet));\n}\nreturn inventory;\n})\n", "new_path": "apps/client/src/app/core/electron/machina.service.ts", "old_pat...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: added more log for the inventory errors to be investigates faster
1
chore
null
273,713
25.10.2019 08:48:43
-39,600
e6795baac829869f3d751222af5435be2b3ae597
fix(datocms): include position for custom sorting
[ { "change_type": "MODIFY", "diff": "@@ -107,6 +107,7 @@ class DatoCmsSource {\nslug: slugField && item[camelize(slugField.apiKey)],\ncreated: new Date(item.createdAt),\nupdated: new Date(item.updatedAt),\n+ position: item.position,\n...item.itemType.fields.reduce((fields, field) => {\nconst val = item.readA...
JavaScript
MIT License
gridsome/gridsome
fix(datocms): include position for custom sorting (#778)
1
fix
datocms
791,690
25.10.2019 10:15:23
18,000
9d78ca0c305a9188d49cf0fc3ae4fa7ffb5c80fc
misc: upgrade lhci dogfood script
[ { "change_type": "MODIFY", "diff": "@@ -33,20 +33,12 @@ if ! echo \"$CHANGED_FILES\" | grep -E 'report|lhci' > /dev/null; then\nexit 0\nfi\n-# Generate an HTML report and copy into static-server directory for serving.\n+# Generate HTML reports in ./dist/now/\nyarn now-build\n-cp ./dist/now/english/index.htm...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc: upgrade lhci dogfood script (#9879)
1
misc
null
273,707
25.10.2019 10:28:20
-39,600
43247d416beff0c93a6701aeda5835e8fd780724
feat(prismjs): option to skip inline code blocks
[ { "change_type": "MODIFY", "diff": "@@ -59,3 +59,24 @@ module.exports = {\n}\n}\n```\n+\n+If you'd like to disable highlighting of inline code blocks, pass `transformInlineCode: false` in the plugin options\n+\n+```js\n+module.exports = {\n+ plugins: [\n+ {\n+ use: '@gridsome/source-filesystem',\n+ options:...
JavaScript
MIT License
gridsome/gridsome
feat(prismjs): option to skip inline code blocks (#773)
1
feat
prismjs
306,444
25.10.2019 10:52:26
-7,200
d78f60054b2135babe442a30324359d7892a3460
fix(textarea): delegate readonly to the native element
[ { "change_type": "MODIFY", "diff": "@@ -19,6 +19,11 @@ export class LionTextarea extends LionField {\ntype: Number,\nreflect: true,\n},\n+ readOnly: {\n+ type: Boolean,\n+ attribute: 'readonly',\n+ reflect: true,\n+ },\n};\n}\n@@ -42,6 +47,7 @@ export class LionTextarea extends LionField {\nsuper();\nthis.r...
JavaScript
MIT License
ing-bank/lion
fix(textarea): delegate readonly to the native element Co-authored-by: Nithya Lakshmi <nithyalakshmicse97@gmail.com>
1
fix
textarea
306,444
25.10.2019 10:56:02
-7,200
d25b2d47db2ca818dadfbd158947ff9c67ff751e
fix(input): ensure readOnly is reflected to the readonly attribute
[ { "change_type": "MODIFY", "diff": "@@ -20,6 +20,7 @@ export class LionInput extends LionField {\nreadOnly: {\ntype: Boolean,\nattribute: 'readonly',\n+ reflect: true,\n},\ntype: {\ntype: String,\n", "new_path": "packages/input/src/LionInput.js", "old_path": "packages/input/src/LionInput.js" } ]
JavaScript
MIT License
ing-bank/lion
fix(input): ensure readOnly is reflected to the readonly attribute
1
fix
input
942,615
25.10.2019 11:07:02
25,200
d3c1ecaf27517c228575786014a1833d68167320
feat(button): Utilize input provider for mouse input focus
[ { "change_type": "MODIFY", "diff": "import {CSSObject} from '@emotion/core';\n-import {focusRing} from '@workday/canvas-kit-react-common';\n+import {focusRing, mouseFocusBehavior} from '@workday/canvas-kit-react-common';\nimport {\nButtonSize,\nDeprecatedButtonVariant,\n@@ -130,7 +130,7 @@ export function g...
TypeScript
Apache License 2.0
workday/canvas-kit
feat(button): Utilize input provider for mouse input focus (#280)
1
feat
button
306,444
25.10.2019 11:35:23
-7,200
88e75a271feb8249e0c52e3729aa7dc6a7b57604
fix(field): teardown registrarmanager listener on field after register
[ { "change_type": "MODIFY", "diff": "@@ -13,6 +13,11 @@ export const FormRegisteringMixin = dedupeMixin(\nsuperclass =>\n// eslint-disable-next-line no-shadow, no-unused-vars\nclass FormRegisteringMixin extends superclass {\n+ constructor() {\n+ super();\n+ this.__boundDispatchRegistration = this._dispatchRe...
JavaScript
MIT License
ing-bank/lion
fix(field): teardown registrarmanager listener on field after register Co-authored-by: Anton Kot <anton.kot@ing.nl>
1
fix
field
791,783
25.10.2019 12:14:10
14,400
d42d39e5a080d804ed1ef8da65524a33d620b417
core(lightwallet): remove tolerance from timing budgets API
[ { "change_type": "MODIFY", "diff": "@@ -38,11 +38,11 @@ const perfConfig = {\n{resourceType: 'third-party', budget: 0},\n],\ntimings: [\n- {metric: 'first-contentful-paint', budget: 2000, tolerance: 100},\n- {metric: 'first-cpu-idle', budget: 2000, tolerance: 100},\n- {metric: 'interactive', budget: 2000, t...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(lightwallet): remove tolerance from timing budgets API (#9770)
1
core
lightwallet
821,198
25.10.2019 13:08:16
25,200
5fdf1b0d622d8662d7cd33f975c1730e549e33b2
fix: bump nyc version in generator
[ { "change_type": "MODIFY", "diff": "@@ -465,7 +465,7 @@ class App extends Generator {\nif (this.mocha) {\ndevDependencies.push(\n'mocha@^5',\n- 'nyc@^13',\n+ 'nyc@^14',\n'chai@^4',\n)\nif (this.type !== 'base') devDependencies.push(\n", "new_path": "src/generators/app.ts", "old_path": "src/generator...
TypeScript
MIT License
oclif/oclif
fix: bump nyc version in generator (#295)
1
fix
null
104,844
25.10.2019 13:34:37
14,400
afc5ad8cb323d0c9c7e1883a75b74f29a119f4e7
fix(header): add prefix to added class
[ { "change_type": "MODIFY", "diff": "@@ -11,9 +11,12 @@ import {\nimport AppSwitcher from '@carbon/icons-react/lib/app-switcher/20';\nimport PropTypes from 'prop-types';\nimport React, { useState, useCallback } from 'react';\n+import { settings } from 'carbon-components';\nimport HeaderMenu from './HeaderMen...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(header): add prefix to added class
1
fix
header
104,818
25.10.2019 13:52:32
18,000
c9de152e5ebcc9d247a021af2c537f5e7b3174ff
test(imagehotspots): add testcase for width and height
[ { "change_type": "MODIFY", "diff": "@@ -40,7 +40,7 @@ const defaultProps = {\nwidth: 150,\n};\n-const startDrag = (event, element, cursor, setCursor) => {\n+export const startDrag = (event, element, cursor, setCursor) => {\nconst cursorX = event.clientX;\nconst cursorY = event.clientY;\nif (element === 'ima...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
test(imagehotspots): add testcase for width and height
1
test
imagehotspots
866,415
25.10.2019 14:07:36
14,400
115c48aee9f67aac1bcfa6d3e48acda072e616b5
fix(package): update utilities package in services
[ { "change_type": "DELETE", "diff": "Binary files a/.yarn/offline-mirror/@carbon-ibmdotcom-utilities-1.1.0-alpha.677.tgz and /dev/null differ\n", "new_path": ".yarn/offline-mirror/@carbon-ibmdotcom-utilities-1.1.0-alpha.677.tgz", "old_path": ".yarn/offline-mirror/@carbon-ibmdotcom-utilities-1.1.0-alp...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(package): update utilities package in services
1
fix
package
865,925
25.10.2019 14:07:41
-7,200
3502caa94266690180f3fa71de349134c6c3a6c8
feat(lib): UUID provider Closes
[ { "change_type": "MODIFY", "diff": "@@ -13,6 +13,7 @@ const Config = require('..');\nconst fs = require('fs');\nconst path = require('path');\n+const sinon = require('sinon');\ndescribe('Config', function() {\n@@ -189,6 +190,138 @@ describe('Config', function() {\n});\n+\n+ describe('<editor.id>', function(...
JavaScript
MIT License
camunda/camunda-modeler
feat(lib): UUID provider Closes #1560
1
feat
lib