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
07.03.2019 22:23:04
21,600
6046415b26c1edfc49369c6621be9f735fad0e25
docs: remove homepage link from docgen pkg
[ { "change_type": "MODIFY", "diff": "],\n\"author\": \"Rafael Escala\",\n\"license\": \"MIT\",\n- \"homepage\": \"https://github.com/vue-styleguidist/vue-docgen-api#readme\",\n\"dependencies\": {\n\"@babel/parser\": \"^7.2.3\",\n\"@babel/types\": \"^7.0.0\",\n", "new_path": "packages/vue-docgen-api/packa...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs: remove homepage link from docgen pkg
1
docs
null
217,922
07.03.2019 22:23:11
-3,600
dde5e0f62e01effb8361e3700df8659ab802dd4a
fix(macro-translator): fixed an issue where skill name match was not case-independent
[ { "change_type": "MODIFY", "diff": "@@ -229,7 +229,7 @@ export class LocalizedDataService {\nlet res = -1;\nconst keys = Object.keys(array);\nfor (const key of keys) {\n- if (array[key][language] === name) {\n+ if (array[key][language].toLowerCase() === name.toLowerCase()) {\nres = +key;\nbreak;\n}\n", ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(macro-translator): fixed an issue where skill name match was not case-independent
1
fix
macro-translator
531,793
07.03.2019 22:59:57
0
05b42f7f6ab390da02c663c80849b3645271b4db
feat(demo): add more silence types Generate silences with long comment and with Jira links
[ { "change_type": "MODIFY", "diff": "@@ -259,7 +259,15 @@ class SilencedAlert(AlertGenerator):\n\"{}Z\".format((now + datetime.timedelta(\nminutes=30)).isoformat()),\n\"me@example.com\",\n- \"Silence '{}''\".format(self.name)\n+ \"This alert is always silenced and the silence comment is very \"\n+ \"long to ...
TypeScript
Apache License 2.0
prymitive/karma
feat(demo): add more silence types Generate silences with long comment and with Jira links
1
feat
demo
531,793
07.03.2019 23:01:11
0
e3596dfbf463c026a8a4102d34a3e6bfbd6ee48d
feat(ui): truncate silences with long comments Only show first 2 lines of a silence comment by default, the rest should be visible only when silence details are visible
[ { "change_type": "MODIFY", "diff": "\"react-select\": \"2.4.1\",\n\"react-tippy\": \"1.2.3\",\n\"react-transition-group\": \"2.6.0\",\n+ \"react-truncate\": \"2.4.0\",\n\"whatwg-fetch\": \"3.0.0\"\n},\n\"scripts\": {\n", "new_path": "ui/package.json", "old_path": "ui/package.json" }, { "chan...
TypeScript
Apache License 2.0
prymitive/karma
feat(ui): truncate silences with long comments Only show first 2 lines of a silence comment by default, the rest should be visible only when silence details are visible
1
feat
ui
71,076
07.03.2019 23:15:41
0
f06ff8e8d4452085569a946d94726323bbfda91b
fix(aws-cloudtrail): correct created log policy when sendToCloudWatchLogs is true
[ { "change_type": "MODIFY", "diff": "@@ -150,10 +150,9 @@ export class CloudTrail extends cdk.Construct {\nlogsRole = new iam.Role(this, 'LogsRole', { assumedBy: new iam.ServicePrincipal(cloudTrailPrincipal) });\n- const streamArn = `${logsRole.roleArn}:log-stream:*`;\nlogsRole.addToPolicy(new iam.PolicyStat...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(aws-cloudtrail): correct created log policy when sendToCloudWatchLogs is true (#1966)
1
fix
aws-cloudtrail
815,784
08.03.2019 02:26:24
18,000
d38f8970f5eddf4e0279357edbc49e788b2443c3
fix: add timeout for dropdown panel to fully render fixes
[ { "change_type": "MODIFY", "diff": "@@ -186,6 +186,7 @@ export class NgDropdownPanelComponent implements OnInit, OnChanges, OnDestroy, A\n}\nupdateDropdownPosition() {\n+ this._window.setTimeout(() => {\nthis._currentPosition = this._calculateCurrentPosition(this._dropdown);\nif (this._currentPosition === '...
TypeScript
MIT License
ng-select/ng-select
fix: add timeout for dropdown panel to fully render fixes #1042
1
fix
null
722,013
08.03.2019 07:33:26
21,600
443592118b2591d442a4c88bdc3aced7a7a3d72b
ci: prevent travis release on Bot commit
[ { "change_type": "MODIFY", "diff": "@@ -28,9 +28,9 @@ stages:\n- test\n- integration\n- name: release\n- if: type != pull_request AND branch = master AND sender != \"vue-styleguidist-bot\"\n+ if: type != pull_request AND branch = master AND sender != \"vue-styleguidist-bot\" AND sender != \"Vue Styleguidist...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
ci: prevent travis release on Bot commit
1
ci
null
104,818
08.03.2019 08:45:46
21,600
ac0c8b39d25d3af92d4b0ebc477e8a7547313e9a
test(snap): update snapshot
[ { "change_type": "MODIFY", "diff": "@@ -29,29 +29,25 @@ exports[`HeaderMenu testcases should render 1`] = `\nAccessibility label\n<ChevronDownGlyph\nclassName=\"bx--header__menu-arrow\"\n- height={6}\n+ focusable={false}\n+ height={7}\npreserveAspectRatio=\"xMidYMid meet\"\n- viewBox=\"0 0 10 6\"\n- width={...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
test(snap): update snapshot
1
test
snap
503,945
08.03.2019 08:50:29
18,000
6dca3332226abcd690afb2a1858a7c4d34a28284
chore(package): Bump versions to 1.0.222
[ { "change_type": "MODIFY", "diff": "\"victory-core\": \"^31.1.0\"\n},\n\"devDependencies\": {\n- \"@patternfly/patternfly\": \"1.0.218\",\n+ \"@patternfly/patternfly\": \"1.0.222\",\n\"@patternfly/react-tokens\": \"^2.0.4\",\n\"css\": \"^2.2.3\",\n\"fs-extra\": \"^6.0.1\",\n", "new_path": "packages/patt...
TypeScript
MIT License
patternfly/patternfly-react
chore(package): Bump @patternfly/patternfly versions to 1.0.222 (#1523)
1
chore
package
815,739
08.03.2019 09:21:20
-7,200
d9e23c64ca6b78b930594ff62787b7b585459e7b
fix: do not append dropdown when it is destroyed
[ { "change_type": "MODIFY", "diff": "@@ -129,6 +129,7 @@ export class NgDropdownPanelComponent implements OnInit, OnChanges, OnDestroy, A\nthis._disposeScrollListener();\nthis._destroy$.next();\nthis._destroy$.complete();\n+ this._destroy$.unsubscribe();\nif (this.appendTo) {\nthis._renderer.removeChild(this...
TypeScript
MIT License
ng-select/ng-select
fix: do not append dropdown when it is destroyed (#1091)
1
fix
null
815,746
08.03.2019 09:22:37
-7,200
06db4472aa3db2df9bc2b735f63d30301dc7d84d
chore(release): 2.16.1
[ { "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=\"2.16.1\"></a>\n+## [2.16.1](https://github.com/ng-select/ng-select/compare/v2.16.0......
TypeScript
MIT License
ng-select/ng-select
chore(release): 2.16.1
1
chore
release
815,746
08.03.2019 09:28:06
-7,200
a4315cd1013eadfc0af535502c5e97cadd537e7e
chore(release): 2.16.2
[ { "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=\"2.16.2\"></a>\n+## [2.16.2](https://github.com/ng-select/ng-select/compare/v2.16.1......
TypeScript
MIT License
ng-select/ng-select
chore(release): 2.16.2
1
chore
release
503,965
08.03.2019 09:31:04
18,000
22a4b83c9b7b2110da8e40b6ec59847aea332e7c
chore(circle): give more time to build docs
[ { "change_type": "MODIFY", "diff": "@@ -40,6 +40,7 @@ jobs:\nyarn build:prdocs &&\ncp -r packages/patternfly-4/react-docs/public .public/patternfly-4 &&\ncp -r packages/patternfly-4/react-docs/public/assets .public/assets\n+ no_output_timeout: 20m\n- run:\nname: Deploy Docs\ncommand: if [ -n \"$CIRCLE_PULL_...
TypeScript
MIT License
patternfly/patternfly-react
chore(circle): give more time to build docs (#1524)
1
chore
circle
104,818
08.03.2019 09:42:26
21,600
69099520cc90534789886f250f9fb9986181a76d
feat(table): send the selected ids along with the batch action
[ { "change_type": "MODIFY", "diff": "@@ -40,7 +40,7 @@ const StatefulTable = ({\nconst {\nview,\nview: {\n- table: { filteredData },\n+ table: { filteredData, selectedIds },\n},\n} = state;\n@@ -96,7 +96,7 @@ const StatefulTable = ({\n},\nonApplyBatchAction: id => {\ndispatch(tableActionApply(id));\n- callba...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(table): send the selected ids along with the batch action
1
feat
table
815,601
08.03.2019 12:02:34
-28,800
06a0b3c132de643badc5cae2c3c1a3d33363cb42
refactor: move txs_verify_cache_size to tx_pool_config
[ { "change_type": "MODIFY", "diff": "@@ -209,9 +209,9 @@ impl<CI: ChainIndex + 'static> ChainService<CI> {\nself.shared.store().save_with_batch(|batch| {\nself.shared.store().insert_block(batch, &block);\n- if &cannon_total_difficulty > &current_total_difficulty\n- || (&current_total_difficulty == &cannon_to...
Rust
MIT License
nervosnetwork/ckb
refactor: move txs_verify_cache_size to tx_pool_config
1
refactor
null
722,013
08.03.2019 12:09:40
21,600
3d4959db7acb2e9799c022e4c6fa1b9f72cf013b
ci(commit): add commitlint
[ { "change_type": "ADD", "diff": "+module.exports = { extends: ['@commitlint/config-conventional'] }\n", "new_path": "commitlint.config.js", "old_path": null }, { "change_type": "MODIFY", "diff": "\"@babel/plugin-transform-runtime\": \"^7.3.4\",\n\"@babel/preset-env\": \"^7.1.0\",\n\"@bab...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
ci(commit): add commitlint
1
ci
commit
722,013
08.03.2019 12:16:32
21,600
2c3f0b63f626b8235d6bee0036dc02d98056576f
ci(travis): prevent build runs when last commit is bot
[ { "change_type": "MODIFY", "diff": "language: node_js\n+# never build when commited by the bot\n+if: sender != \"vue-styleguidist-bot\" AND sender != \"Vue Styleguidist Bot\"\n+\nnode_js:\n- 10\n- 8\n@@ -28,9 +31,9 @@ stages:\n- test\n- integration\n- name: release\n- if: type != pull_request AND branch = m...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
ci(travis): prevent build runs when last commit is bot
1
ci
travis
722,013
08.03.2019 12:23:18
21,600
a8652a10ed0072238bf69aff81fd1d2e60d0faa7
docs(readme): fix travis badge with .com
[ { "change_type": "MODIFY", "diff": "**Isolated Vue component development environment with a living style guide**\n<div class=\"badge-npmdownloads\">\n-<a href=\"https://travis-ci.org/vue-styleguidist/vue-styleguidist\">\n- <img src=\"https://travis-ci.org/vue-styleguidist/vue-styleguidist.svg\" alt=\"travis...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs(readme): fix travis badge with .com
1
docs
readme
679,913
08.03.2019 13:08:47
0
3707e61d5da86799972f74bb3d0e649b39c5bc36
feat(api): add more Fn type aliases, update existing
[ { "change_type": "MODIFY", "diff": "@@ -6,15 +6,7 @@ export const EVENT_DISABLE = \"disable\";\nexport const SEMAPHORE = Symbol();\n-/**\n- * Generic 2-element comparator function type alias. Must follow this\n- * contract and return:\n- *\n- * - negative if `a < b`\n- * - zero if `a == b`\n- * - positive i...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(api): add more Fn type aliases, update existing
1
feat
api
679,913
08.03.2019 13:09:24
0
9e4c171dc55ef832f96d4712c75d6af66b169c79
feat(compose): add trampoline()
[ { "change_type": "MODIFY", "diff": "@@ -8,3 +8,4 @@ export * from \"./juxt\";\nexport * from \"./partial\";\nexport * from \"./thread-first\";\nexport * from \"./thread-last\";\n+export * from \"./trampoline\";\n", "new_path": "packages/compose/src/index.ts", "old_path": "packages/compose/src/index....
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(compose): add trampoline()
1
feat
compose
127,940
08.03.2019 13:17:39
-7,200
3a51fa0671b93de76f0d987493d0fe754d7ef0d9
feat(FileInput): create FileInput component
[ { "change_type": "ADD", "diff": "+---\n+name: File Input\n+menu: Components\n+route: /components/file-input\n+---\n+\n+import { FileInput } from '@heathmont/sportsbet-components';\n+import { PropsTable } from 'docs';\n+\n+# File Input\n+\n+Enabling users to upload one or more files inside a form.\n+\n+A `pl...
TypeScript
MIT License
coingaming/moon-design
feat(FileInput): create FileInput component
1
feat
FileInput
679,913
08.03.2019 13:19:21
0
81886fec63edcf8b8a79d45737f435922a4783cc
refactor(compose): update partial() type args, update readme
[ { "change_type": "MODIFY", "diff": "@@ -28,6 +28,7 @@ Functional composition helpers:\n- [partial()](https://github.com/thi-ng/umbrella/tree/master/packages/compose/src/partial.ts)\n- [threadFirst()](https://github.com/thi-ng/umbrella/tree/master/packages/compose/src/thread-first.ts)\n- [threadLast()](https...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(compose): update partial() type args, update readme
1
refactor
compose
679,913
08.03.2019 13:20:21
0
e2cdd95818f5903664b2fc3d3ff986fbdccd5a0b
minor(hdom-canvas): re-use NO_OP
[ { "change_type": "MODIFY", "diff": "-import { IObjectOf } from \"@thi.ng/api\";\n+import { IObjectOf, NO_OP } from \"@thi.ng/api\";\nimport {\nisArray,\nisArrayLike,\n@@ -228,16 +228,14 @@ export const diffTree = (\n}\n};\n-const NOOP = () => {};\n-\nexport const IMPL: HDOMImplementation<any> = {\ncreateTre...
TypeScript
Apache License 2.0
thi-ng/umbrella
minor(hdom-canvas): re-use NO_OP
1
minor
hdom-canvas
815,569
08.03.2019 14:07:26
-28,800
894fea43d0149e02934c88ba6afae87ab65e2361
docs: Update link
[ { "change_type": "MODIFY", "diff": "@@ -33,7 +33,7 @@ This documents list all the basic structures one may need to know in order to de\n-More information about Cell can be found in the [whitepaper](https://github.com/nervosnetwork/rfcs/blob/afe50463bb620393b179bd8f08c263b78e366ab3/rfcs/0002-ckb/0002-ckb.md#...
Rust
MIT License
nervosnetwork/ckb
docs: Update link Co-Authored-By: Mine77 <haichaozhu77@gmail.com>
1
docs
null
679,913
08.03.2019 14:43:01
0
9ad2d2ea147fc44609c5e55a275c7ecda189d24b
refactor(examples): re-use Fn type aliases
[ { "change_type": "MODIFY", "diff": "@@ -4,11 +4,7 @@ import { isString } from \"@thi.ng/checks\";\nimport { canvas2D } from \"@thi.ng/hdom-components\";\nimport { fitClamped } from \"@thi.ng/math\";\nimport { Subscription } from \"@thi.ng/rstream\";\n-import {\n- GestureEvent,\n- gestureStream,\n- GestureTy...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(examples): re-use Fn type aliases
1
refactor
examples
679,913
08.03.2019 14:44:05
0
a9b16678bf0a7c563746d0bdc8d7df77876f301a
refactor(defmulti): re-use Fn type aliases
[ { "change_type": "MODIFY", "diff": "-import { IObjectOf } from \"@thi.ng/api\";\n-import { illegalArgs, unsupported, illegalArity } from \"@thi.ng/errors\";\n+import {\n+ Fn,\n+ Fn2,\n+ Fn3,\n+ Fn4,\n+ Fn5,\n+ Fn6,\n+ Fn7,\n+ Fn8,\n+ FnAny,\n+ IObjectOf\n+} from \"@thi.ng/api\";\n+import { illegalArgs, ille...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(defmulti): re-use Fn type aliases
1
refactor
defmulti
679,913
08.03.2019 14:45:32
0
9ebe6775db509d53c121bc9e730ecd0001c5e242
refactor(interceptors): re-use Fn type aliases
[ { "change_type": "MODIFY", "diff": "-import { Fn } from \"@thi.ng/api\";\n+import { Fn, FnO } from \"@thi.ng/api\";\nimport {\ngetIn,\nPath,\n@@ -266,10 +266,7 @@ export const valueSetter = <T>(path: Path, tx?: Fn<T, T>): InterceptorFn => {\n* @param path\n* @param fn\n*/\n-export const valueUpdater = <T>(\...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(interceptors): re-use Fn type aliases
1
refactor
interceptors
679,913
08.03.2019 14:46:04
0
c9a2456cf45eb8bf1723c3854d115c592cbc513e
refactor(vectors): re-use Fn type aliases
[ { "change_type": "MODIFY", "diff": "-import { ICopy, IEmpty, IEqualsDelta, ILength } from \"@thi.ng/api\";\n+import {\n+ Fn,\n+ Fn2,\n+ Fn3,\n+ Fn4,\n+ Fn7,\n+ ICopy,\n+ IEmpty,\n+ IEqualsDelta,\n+ ILength\n+} from \"@thi.ng/api\";\nexport interface Vec extends Iterable<number>, ILength {\n[id: number]: num...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(vectors): re-use Fn type aliases
1
refactor
vectors
815,591
08.03.2019 15:14:51
-28,800
175d98beb461946293783ef7ba250dd50cc51161
docs: update link to the `Script` code
[ { "change_type": "MODIFY", "diff": "@@ -69,7 +69,11 @@ More information about Cell can be found in the [whitepaper](https://github.com/\n-More information about Script can be [here](https://github.com/nervosnetwork/ckb-demo-ruby-sdk/blob/master/docs/how-to-write-contracts.md#script-model). Also you can find...
Rust
MIT License
nervosnetwork/ckb
docs: update link to the `Script` code
1
docs
null
471,562
08.03.2019 15:16:13
10,800
04d5be7a512f23bd3eda882cdefb6c74d6f58da0
docs(demoing-storybook): add knobs import
[ { "change_type": "MODIFY", "diff": "@@ -87,8 +87,16 @@ So with a configuration like this you will get this auto generated.\n<img src=\"https://raw.githubusercontent.com/open-wc/open-wc/master/packages/demoing-storybook/dev_assets/storybook.gif\" alt=\"storybook demo animation\" />\n-For most types this work...
JavaScript
MIT License
open-wc/open-wc
docs(demoing-storybook): add knobs import
1
docs
demoing-storybook
503,915
08.03.2019 15:18:25
18,000
0b2905b9e1d37e86b48114da1e7923d7caf01cb0
fix(TypeAheadSelect): Fix input height overflow issue without breaking IE11 compatibility Fixes (replaces original fix for
[ { "change_type": "MODIFY", "diff": "padding: 2px 6px;\n}\n-.rbt-input-multi {\n- height: fit-content;\n+.form-control.rbt-input-multi {\n+ height: auto;\n}\n.rbt-menu.dropdown-menu {\n", "new_path": "packages/patternfly-3/patternfly-react/less/type-ahead-select.less", "old_path": "packages/patternfl...
TypeScript
MIT License
patternfly/patternfly-react
fix(TypeAheadSelect): Fix input height overflow issue without breaking IE11 compatibility (#1369) Fixes #1362 (replaces original fix for #413)
1
fix
TypeAheadSelect
815,591
08.03.2019 15:20:57
-28,800
f4cceed1c2d50aef0e1058efef709943b7589cba
docs: use permanent link for codes
[ { "change_type": "MODIFY", "diff": "@@ -71,9 +71,7 @@ More information about Cell can be found in the [whitepaper](https://github.com/\nMore information about Script can be [here](https://github.com/nervosnetwork/ckb-demo-ruby-sdk/blob/master/docs/how-to-write-contracts.md#script-model).\n-Also you can find...
Rust
MIT License
nervosnetwork/ckb
docs: use permanent link for codes
1
docs
null
722,013
08.03.2019 15:42:32
21,600
20c0df448898722b7fe20c30aafd260623cec801
docs(readme): remove weird class on badges
[ { "change_type": "MODIFY", "diff": "**Isolated Vue component development environment with a living style guide**\n-<div class=\"badge-npmdownloads\">\n+<div>\n<a href=\"https://travis-ci.com/vue-styleguidist/vue-styleguidist\">\n<img src=\"https://travis-ci.com/vue-styleguidist/vue-styleguidist.svg?branch=d...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs(readme): remove weird class on badges
1
docs
readme
722,013
08.03.2019 15:44:46
21,600
f6ac222c95c27ba586198affd3b32977fa666f2a
fix(loaders): fixed error message display when docgen errors Closes
[ { "change_type": "MODIFY", "diff": "@@ -73,8 +73,8 @@ module.exports = function(source) {\n} catch (err) {\n/* istanbul ignore next */\nconst componentPath = path.relative(process.cwd(), file)\n- const message =\n- `vue-docgen-api cannot parse ${componentPath}: ${err}\\n\\n` + logger.warn(message)\n+ const ...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix(loaders): fixed error message display when docgen errors Closes #309
1
fix
loaders
724,216
08.03.2019 16:09:42
-28,800
839402bdcba9f806ddc0a629f7154ad931dbd223
docs: fix `attachToDocument` example
[ { "change_type": "MODIFY", "diff": "@@ -18,7 +18,7 @@ A `Wrapper` is an object that contains a mounted component or vnode and methods\n#### `options.attachedToDocument`\n-`Boolean` (read-only): True if `attachedToDocument` in mounting options was `true`\n+`Boolean` (read-only): True if `attachToDocument` in...
JavaScript
MIT License
vuejs/vue-test-utils
docs: fix `attachToDocument` example (#1171)
1
docs
null
722,013
08.03.2019 16:16:49
21,600
b5ee72dd314c9969a84cdb2fad3ffb3d1487bbf8
fix: typo in documentation error When loading a file that is no vue nor js, the error was not english now it is fixed
[ { "change_type": "MODIFY", "diff": "@@ -42,7 +42,7 @@ module.exports = function processComponent(filepath, config) {\nif (isVueFile(filepath)) {\nprops = requireIt(`!!${vueDocLoader}!${filepath}`)\n} else {\n- const message = `Error when parsing ${filepath}:\\n\\n Only can parse files .vue:\\n`\n+ const mes...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix: typo in documentation error When loading a file that is no vue nor js, the error was not english now it is fixed
1
fix
null
127,940
08.03.2019 16:30:03
-7,200
e9527649abcb1361f77b0f5400930151179e350c
refactor(private): introduce input mixins, change base icon
[ { "change_type": "MODIFY", "diff": "@@ -15,15 +15,13 @@ exports[`File Input renders a file input with custom label 1`] = `\n-webkit-transition: border-color 0.2s ease;\ntransition: border-color 0.2s ease;\n-webkit-appearance: none;\n- padding-right: 38px;\n- background-position: right 0.625rem center;\n+ pa...
TypeScript
MIT License
coingaming/moon-design
refactor(private): introduce input mixins, change base icon
1
refactor
private
531,793
08.03.2019 16:59:47
0
6ebc88b0ba75b9f562ba85d561e0f23dc85468a2
feat(api): deduplicate silences Detect if all alerts are silenced with the same silence ID and expose this information in the API response.
[ { "change_type": "MODIFY", "diff": "@@ -38,6 +38,7 @@ type LabelsColorMap map[string]map[string]LabelColors\ntype APIAlertGroupSharedMaps struct {\nAnnotations Annotations `json:\"annotations\"`\nLabels map[string]string `json:\"labels\"`\n+ Silences map[string]string `json:\"silences\"`\n}\n// APIAlertGrou...
TypeScript
Apache License 2.0
prymitive/karma
feat(api): deduplicate silences Detect if all alerts are silenced with the same silence ID and expose this information in the API response.
1
feat
api
503,922
08.03.2019 17:46:53
-3,600
07330faf474f29bc06ca6d9fa1ba675b3fd575f7
feat(Icon): Openshift icon
[ { "change_type": "ADD", "diff": "+module.exports = {\n+ custom: {\n+ openshift: {\n+ xOffset: 116,\n+ yOffset: 0,\n+ width: 100,\n+ height: 100,\n+ svgPathData: \"M145.7,45.3l-16.1,5.8c0.2,2.6,0.6,5.1,1.3,7.6l15.3-5.6C145.7,50.6,145.5,47.9,145.7,45.3M216.7,27.5c-1.1-2.3-2.4-4.5-3.9-6.6l-16.1,5.8c1.9,1.9,3.4...
TypeScript
MIT License
patternfly/patternfly-react
feat(Icon): Openshift icon (#1508)
1
feat
Icon
722,013
08.03.2019 17:51:38
21,600
3c93cb5d43f843a42c1e2115863c46db6b425822
fix(examples): allow multiple root tags in examples Closes
[ { "change_type": "MODIFY", "diff": "@@ -4,12 +4,16 @@ Basic button:\n<Button>Push Me</Button>\n```\n-Big pink button:\n+Big pink button and small blue button:\n```vue\n<Button size=\"large\" color=\"deeppink\">\nClick Me\n</Button>\n+<br />\n+<Button size=\"small\" color=\"blue\">\n+ Second button\n+</Butto...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix(examples): allow multiple root tags in examples Closes #259
1
fix
examples
531,793
08.03.2019 18:31:21
0
205f1488bb78a4ae00c4cf1c130da4ef4e7267e5
chore(docs): update screenshot and mention silence deduplication
[ { "change_type": "MODIFY", "diff": "@@ -24,7 +24,7 @@ Alertmanager instances it was found at and can be filtered based on those tags\n(`@alertmanager`). Note that `@alertmanager` tags will be visible only if karma\nis configured with multiple Alertmanager instances.\n-![Screenshot](/screenshot.png)\n+![Scre...
TypeScript
Apache License 2.0
prymitive/karma
chore(docs): update screenshot and mention silence deduplication
1
chore
docs
722,013
08.03.2019 18:57:26
21,600
cdd21128d81fbf2831287ad3ab74d22f30b61bd8
ci(travis): make only one build for dev commits
[ { "change_type": "MODIFY", "diff": "language: node_js\n# never build when commited by the bot\n-if: sender != \"vue-styleguidist-bot\" AND sender != \"Vue Styleguidist Bot\"\n+if: sender != \"vue-styleguidist-bot\" AND sender != \"Vue Styleguidist Bot\" AND (type = pull_request OR branch = master)\nnode_js:...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
ci(travis): make only one build for dev commits
1
ci
travis
730,412
08.03.2019 19:27:52
0
206b000acea389fe7a4eed532afbbf3313a5cea9
chore(release): 0.1.430
[ { "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=\"0.1.430\"></a>\n+## [0.1.430](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.430
1
chore
release
471,527
08.03.2019 19:43:02
-3,600
125d5df9bbd2fdc13f6d291e0b79b77857af4aa4
fix(demoing-storybook): allow empty properties in knobs creation
[ { "change_type": "MODIFY", "diff": "@@ -31,7 +31,7 @@ export function withClassPropertiesKnobs(Klass, { overrides: overrideFunction, t\nconst overrides = overrideFunction ? overrideFunction(el) : [];\n- const elProperties = Object.keys(Klass.properties);\n+ const elProperties = Klass.properties ? Object.key...
JavaScript
MIT License
open-wc/open-wc
fix(demoing-storybook): allow empty properties in knobs creation
1
fix
demoing-storybook
471,527
08.03.2019 19:45:02
-3,600
7dc871331f5985b0642b21284f2416fedd8c3cd2
fix(demoing-storybook): use 5.x released version of storybook
[ { "change_type": "MODIFY", "diff": "\"@babel/plugin-proposal-object-rest-spread\": \"^7.0.0\",\n\"@babel/plugin-syntax-dynamic-import\": \"^7.0.0\",\n\"@babel/preset-env\": \"^7.0.0\",\n- \"@storybook/addon-actions\": \"^5.0.0-rc.8\",\n+ \"@storybook/addon-actions\": \"^5.0.0\",\n\"@storybook/addon-console\...
JavaScript
MIT License
open-wc/open-wc
fix(demoing-storybook): use 5.x released version of storybook
1
fix
demoing-storybook
531,793
08.03.2019 20:10:57
0
6f24026ae0731d7701766b881754642c4036cf42
fix(ui): update grid after long silence is truncated Ensures that grid is always packed correctly, since truncating silence comment can alter the size of alert group card
[ { "change_type": "MODIFY", "diff": "@@ -35,13 +35,16 @@ import { DeleteSilence } from \"./DeleteSilence\";\nimport \"./index.css\";\n-const SilenceComment = ({ silence, collapsed }) => {\n+const SilenceComment = ({ silence, collapsed, afterUpdate }) => {\nconst showLines = 2;\nif (silence.jiraURL) {\nreturn...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): update grid after long silence is truncated Ensures that grid is always packed correctly, since truncating silence comment can alter the size of alert group card
1
fix
ui
791,834
08.03.2019 20:34:52
28,800
e27ab6a6e03bb5d1cd67e409bb9dddd5fc106c65
tests: finish removing mocha
[ { "change_type": "MODIFY", "diff": "*/\n'use strict';\n-/* eslint-env mocha */\n+/* eslint-env jest */\nconst path = require('path');\nconst assert = require('assert');\n@@ -49,10 +49,7 @@ describe('Lighthouse chrome extension', function() {\n});\n}\n- before(async function() {\n- // eslint-disable-next-lin...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests: finish removing mocha (#7429)
1
tests
null
471,527
08.03.2019 20:40:34
-3,600
8d970005183a8f740feacfd182ff9b29f8aa34d9
chore: align version numbers for all packages
[ { "change_type": "MODIFY", "diff": "\"@babel/core\": \"^7.3.3\",\n\"@babel/plugin-syntax-dynamic-import\": \"^7.2.0\",\n\"@babel/plugin-syntax-import-meta\": \"^7.2.0\",\n- \"@babel/polyfill\": \"^7.2.5\",\n- \"@babel/preset-env\": \"^7.3.1\",\n- \"@webcomponents/webcomponentsjs\": \"^2.2.7\",\n+ \"@babel/p...
JavaScript
MIT License
open-wc/open-wc
chore: align version numbers for all packages
1
chore
null
273,683
08.03.2019 22:29:25
-3,600
c0d15b65b950d0ac73756adf28f032454dc91bbe
fix: pin jest-worker version until fix is published
[ { "change_type": "MODIFY", "diff": "\"imagemin-webp\": \"^5.0.0\",\n\"is-relative\": \"^1.0.0\",\n\"is-url\": \"^1.2.4\",\n- \"jest-worker\": \"^24.0.0\",\n+ \"jest-worker\": \"24.0.0\",\n\"json-loader\": \"^0.5.7\",\n\"loader-utils\": \"^1.2.3\",\n\"lodash\": \"^4.17.11\",\n", "new_path": "gridsome/pac...
JavaScript
MIT License
gridsome/gridsome
fix: pin jest-worker version until fix is published (#252)
1
fix
null
273,683
08.03.2019 23:16:48
-3,600
640f72de8849324ba4cdd4779a963a90600ce676
fix(graphq): siteDescription as metaData
[ { "change_type": "MODIFY", "diff": "@@ -42,6 +42,8 @@ class BaseStore {\nnode.data = node.data.concat(data)\n} else if (node && isPlainObject(node.data) && isPlainObject(data)) {\nObject.assign(node.data, data)\n+ } else if (node) {\n+ node.data = data\n} else {\nnode = this.metaData.insert({ key, data })\n...
JavaScript
MIT License
gridsome/gridsome
fix(graphq): siteDescription as metaData (#260)
1
fix
graphq
273,683
08.03.2019 23:55:55
-3,600
6765a3d076205fb1087d76b352b74b35adb528af
fix(pager): bind linkClass to an object
[ { "change_type": "MODIFY", "diff": "@@ -44,7 +44,7 @@ export default {\n}\nreturn h(Link, {\n- staticClass: props.linkClass,\n+ class: props.linkClass,\nprops: linkProps,\nattrs: {\n'aria-label': ariaLabel.replace('%n', page),\n", "new_path": "gridsome/app/components/Pager.js", "old_path": "gridsome...
JavaScript
MIT License
gridsome/gridsome
fix(pager): bind linkClass to an object (#257)
1
fix
pager
469,438
09.03.2019 02:24:39
28,800
8d295de292c37b9feb7a1612327babfc96c813b8
fix: add required to errorObject fields fixes
[ { "change_type": "MODIFY", "diff": "@@ -704,7 +704,7 @@ The Example object is an object the defines an example that is intended to match\nField Name | Type | Description\n---|:---:|---\n-<a name=\"example-name\"></a>name | `string` | cannonical name of the example.\n+<a name=\"example-name\"></a>name | `str...
JavaScript
Apache License 2.0
open-rpc/spec
fix: add required to errorObject fields fixes #104
1
fix
null
722,013
09.03.2019 09:41:32
21,600
83a10f6faa4793fa6f7f69544b99c16abce0871e
ci(travis): add comment
[ { "change_type": "MODIFY", "diff": "language: node_js\n# never build when commited by the bot\n+# + prevent double build on dev -> master Pull Request\nif: sender != \"vue-styleguidist-bot\" AND sender != \"Vue Styleguidist Bot\" AND (type = pull_request OR branch = master)\nnode_js:\n", "new_path": ".t...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
ci(travis): add comment
1
ci
travis
902,122
09.03.2019 18:34:31
-3,600
a19bd3da9b99d4238011f303f03e4d790c7a9cee
refactor: move pdf into a separate module
[ { "change_type": "MODIFY", "diff": "@@ -83,32 +83,7 @@ module.exports = ({\nreturn page.screenshot({ type, ...args })\n})\n- const pdf = wrapError(page => async (url, opts = {}) => {\n- const {\n- format = 'A4',\n- margin = {\n- top: '0.25cm',\n- right: '0.25cm',\n- bottom: '0.25cm',\n- left: '0.25cm'\n- },...
JavaScript
MIT License
microlinkhq/browserless
refactor: move pdf into a separate module
1
refactor
null
76,605
09.03.2019 22:33:07
-3,600
ec858a9457a2ed04a59a65bd63b969511e9672e8
test: Adding tests for matrix
[ { "change_type": "MODIFY", "diff": "@@ -60,6 +60,22 @@ describe('Matrix', () => {\n});\n});\n+ describe('Set Elements', () => {\n+ test('We can set the matrix to an input', () => {\n+ const matrix = new Matrix();\n+ const input = [1, 2, 3, 4];\n+ matrix.setElements(input);\n+ expect(matrix.elements).toEqual...
JavaScript
MIT License
axa-group/nlp.js
test: Adding tests for matrix
1
test
null
76,605
09.03.2019 22:33:37
-3,600
d4dbbec7fc31f1f892b45071e9fe1ba0b30fde05
test: Adding test for nlp excel reader
[ { "change_type": "MODIFY", "diff": "@@ -39,6 +39,12 @@ describe('NLP Excel Reader', () => {\nreader.load('./test/nlp/rules.xls');\nexpect(manager.languages).toEqual(['en', 'es']);\n});\n+ test('It should read excel without regex entities', () => {\n+ const manager = new NlpManager();\n+ const reader = new N...
JavaScript
MIT License
axa-group/nlp.js
test: Adding test for nlp excel reader
1
test
null
76,605
09.03.2019 22:34:05
-3,600
993a1b4f0f05f67c1fa283aa918a6fe3784c9bf9
test: Adding tests for conversation context
[ { "change_type": "MODIFY", "diff": "@@ -46,6 +46,19 @@ describe('Conversation Context', () => {\nconst result = context.getConversationId(session);\nexpect(result).toEqual(expected);\n});\n+ test('It should return the conversation id if provided in the an v4 session', () => {\n+ const expected = 'a1b2c3';\n...
JavaScript
MIT License
axa-group/nlp.js
test: Adding tests for conversation context
1
test
null
76,605
09.03.2019 23:16:09
-3,600
c081aa56d6cad36999ff208f7c9b8733e038bed6
test: Adding test for recognize promise
[ { "change_type": "MODIFY", "diff": "@@ -186,6 +186,22 @@ describe('Recognizer', () => {\ndone();\n});\n});\n+ test('If the callback is not provided, return a promise', done => {\n+ const recognizer = new Recognizer();\n+ recognizer.load('./test/recognizer/model.nlp');\n+ const session = {\n+ locale: 'en',\n...
JavaScript
MIT License
axa-group/nlp.js
test: Adding test for recognize promise
1
test
null
67,479
10.03.2019 07:53:15
-39,600
ff1e9c9cb995a24cb954583fd43c0a83abfa1955
chore(lint): fix all lints, add unicode test case for class syntax
[ { "change_type": "MODIFY", "diff": "@@ -16,6 +16,9 @@ import {\n} from '@aurelia/runtime-html';\nexport interface TriggerBindingCommand extends IBindingCommand {}\n+/**\n+ * Trigger binding command. Compile attr with binding symbol with command `trigger` to `TriggerBindingInstruction`\n+ */\nexport class Tr...
TypeScript
MIT License
aurelia/aurelia
chore(lint): fix all lints, add unicode test case for class syntax
1
chore
lint
67,479
10.03.2019 08:43:26
-39,600
6b163bd8fd3e5b54b31a4e808d2ac35a8c4610ba
fix(lint): fix all lint issues
[ { "change_type": "MODIFY", "diff": "@@ -12,6 +12,9 @@ const toViewOrOneTime = toView | oneTime;\nexport interface AttributeBinding extends IConnectableBinding {}\n+/**\n+ * Attribute binding. Handle attribute binding betwen view/view model. Understand Html special attributes\n+ */\n@connectable()\nexport cl...
TypeScript
MIT License
aurelia/aurelia
fix(lint): fix all lint issues
1
fix
lint
217,922
10.03.2019 12:49:43
-3,600
6b366cb7199dc373a787cdb7657442ac4fbe8905
fix(alarms): default volume is now 50%
[ { "change_type": "MODIFY", "diff": "@@ -125,7 +125,7 @@ export class SettingsService {\n}\npublic get alarmVolume(): number {\n- return +this.getSetting('alarm:volume', '1');\n+ return +this.getSetting('alarm:volume', '0.5');\n}\npublic set alarmVolume(volume: number) {\n", "new_path": "apps/client/src/...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(alarms): default volume is now 50%
1
fix
alarms
217,922
10.03.2019 13:13:03
-3,600
967e4d4678301297af4152cc79b497afe5e415c7
fix(overlay): removed giveaway banner from overlay mode
[ { "change_type": "MODIFY", "diff": "</ng-template>\n</nz-alert>\n<nz-alert nzType=\"info\" nzBanner [nzMessage]=\"'GIVEAWAY.Discord_1K.Title' | translate\"\n- [nzDescription]=\"'GIVEAWAY.Discord_1K.Description' | translate\" *ngIf=\"showGiveaway\"\n+ [nzDescription]=\"'GIVEAWAY.Discord_1K.Description' | tra...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(overlay): removed giveaway banner from overlay mode
1
fix
overlay
217,922
10.03.2019 13:25:47
-3,600
894d83189445df3fb165497683b8cfbfd8eb24c1
fix(auth): hotfix for logging action asking for character directly
[ { "change_type": "MODIFY", "diff": "@@ -298,6 +298,9 @@ export class AppComponent implements OnInit {\nnzTitle: this.translate.instant('Login'),\nnzContent: LoginPopupComponent,\nnzFooter: null\n+ }).afterClose.subscribe(() => {\n+ // HOTFIX\n+ window.location.reload();\n});\n}\n", "new_path": "apps/cli...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(auth): hotfix for logging action asking for character directly
1
fix
auth
217,922
10.03.2019 14:00:42
-3,600
e1d2400dde75b7dc713cd5988bc9dc7665b77d41
feat(search): you can now reset filters (also fixes some filters interactions)
[ { "change_type": "MODIFY", "diff": "</nz-form-control>\n</nz-form-item>\n</div>\n+ <div fxLayout=\"column\" fxLayoutGap=\"5px\">\n+ <button nz-button nzType=\"dashed\" nzBlock type=\"button\" (click)=\"resetFilters()\">\n+ <i nz-icon type=\"reload\"></i> {{'ITEMS.Reset_filters' | translate}}\n+ </button>\n<...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(search): you can now reset filters (also fixes some filters interactions)
1
feat
search
67,476
10.03.2019 15:01:31
-3,600
c3a6fcd3e5b0f63875d1333c5fbc48bf4a9dd9c0
ci: run cypress tests on circleci
[ { "change_type": "MODIFY", "diff": "@@ -177,6 +177,34 @@ jobs:\ncd test/browserstack\nnpm run e2e\n+ e2e_cypress_doc_example:\n+ executor: docker-circleci\n+ steps:\n+ - checkout_install_bootstrap\n+ - run: npm run build\n+ - run:\n+ name: \"Install cypress\"\n+ command: |\n+ cd packages/router/test/e2e/doc...
TypeScript
MIT License
aurelia/aurelia
ci: run cypress tests on circleci
1
ci
null
217,922
10.03.2019 15:05:47
-3,600
d8edcbcf6525456221805ecee5611bee8e599473
fix(lists): another try to fix the ghost lists bug
[ { "change_type": "MODIFY", "diff": "@@ -217,7 +217,7 @@ export class ListsEffects {\nofType(ListsActionTypes.UpdateList),\ndebounceTime(100),\nmap(action => action as UpdateList),\n- switchMap(action => this.listService.set(action.payload.$key, action.payload)),\n+ switchMap(action => this.listService.updat...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(lists): another try to fix the ghost lists bug
1
fix
lists
217,922
10.03.2019 15:12:03
-3,600
8d4ce686add09371b57b0a0f59323920b9bf9fff
chore(release): 5.0.38
[ { "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=\"5.0.38\"></a>\n+## [5.0.38](https://github.com/Supamiu/ffxiv-teamcraft/compare/v5.0.3...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 5.0.38
1
chore
release
67,476
10.03.2019 16:20:27
-3,600
1fdd9cb7c6cacd95342c5b1ab0ef4687352fbdcf
ci: publish to verdaccio and run wdio tests against the examples
[ { "change_type": "MODIFY", "diff": "version: 2.1\n+orbs:\n+ common: aurelia/common@volatile\n# # # # # # # # # # # # # # # #\n# - Scalar variables -\n@@ -75,6 +77,55 @@ commands:\n- run: npm ci --ignore-scripts\n- run: npm run bootstrap\n+ checkout_install_bootstrap_build_bundle_publish_verdaccio:\n+ parame...
TypeScript
MIT License
aurelia/aurelia
ci: publish to verdaccio and run wdio tests against the examples
1
ci
null
67,476
10.03.2019 16:23:55
-3,600
279a2526f192c65bc7f12b593d9168b762006d01
chore(all): remove no longer needed scripts
[ { "change_type": "MODIFY", "diff": "\"bump-version:latest\": \"ts-node -P scripts/tsconfig.json scripts/bump-version.ts latest\",\n\"refresh\": \"lerna clean -y && nodetouch ensurestash && git add . && git stash && git clean -xfd && git stash pop && git rm -f ensurestash && npm ci && npm run bootstrap && np...
TypeScript
MIT License
aurelia/aurelia
chore(all): remove no longer needed scripts
1
chore
all
67,476
10.03.2019 17:46:23
-3,600
5dd34579c5a5e4a5ea3a06ef16990192c4f1f960
ci: fix circle_branch param in merge job
[ { "change_type": "MODIFY", "diff": "@@ -267,7 +267,7 @@ jobs:\npath:\ntype: string\nsteps:\n- - checkout_install_bootstrap_build_bundle_publish_verdaccio\n+ - checkout_install_bootstrap_build_bundle_publish_verdaccio:\nfrom: ${CIRCLE_BRANCH}\nto: develop\nchannel: dev\n", "new_path": ".circleci/config.y...
TypeScript
MIT License
aurelia/aurelia
ci: fix circle_branch param in merge job
1
ci
null
67,476
10.03.2019 17:59:57
-3,600
ec6c3aa427ad513a1887943caddd86351d99d7dc
ci: configure git before publish
[ { "change_type": "MODIFY", "diff": "@@ -89,6 +89,7 @@ commands:\ntype: string\ndefault: \"http://localhost:4873\"\nsteps:\n+ - common/configure_git\n- checkout_install_bootstrap\n- run: npm run build\n- run: npm run bundle:all\n@@ -329,32 +330,32 @@ workflows:\n<<: *filter_ignore_develop_release\nname: jit-...
TypeScript
MIT License
aurelia/aurelia
ci: configure git before publish
1
ci
null
67,476
10.03.2019 18:18:38
-3,600
2af682c428d5dffb4b6170ed9a1e4142654f6958
ci: add suffix option to publish script
[ { "change_type": "MODIFY", "diff": "@@ -85,6 +85,9 @@ commands:\ntype: string\nchannel:\ntype: string\n+ suffix:\n+ type: string\n+ default: \"\"\nregistry:\ntype: string\ndefault: \"http://localhost:4873\"\n@@ -97,8 +100,9 @@ commands:\nfrom: << parameters.from >>\nto: << parameters.to >>\nchannel: << para...
TypeScript
MIT License
aurelia/aurelia
ci: add suffix option to publish script
1
ci
null
67,476
10.03.2019 18:22:34
-3,600
a250334b9050e932779e150bcf4dac7c6eb78660
ci: restore remaining wdio jobs
[ { "change_type": "MODIFY", "diff": "@@ -338,32 +338,32 @@ workflows:\n<<: *filter_ignore_develop_release\nname: jit-aurelia-cli-ts\npath: \"examples/jit-aurelia-cli-ts\"\n- # requires:\n- # - lint_packages # not a real requirement but forces long-running jobs to go first\n- # - e2e_wdio:\n- # <<: *filter_ig...
TypeScript
MIT License
aurelia/aurelia
ci: restore remaining wdio jobs
1
ci
null
217,922
10.03.2019 19:39:30
-3,600
96015a076fad8c9bf5d876afa872f7e9378b5fe7
feat(pricing): you can now copy a pricing panel content as string
[ { "change_type": "MODIFY", "diff": "<nz-collapse class=\"collapse-container\" *ngIf=\"list.items.length > 0\">\n<nz-collapse-panel *ngIf=\"crystals$ | async as crystals\" [nzHeader]=\"header\">\n<ng-template #header>\n- <div fxLayout=\"row\" fxLayoutAlign=\"space-between center\">\n+ <div fxLayout=\"row\" f...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(pricing): you can now copy a pricing panel content as string
1
feat
pricing
679,913
10.03.2019 22:09:01
0
01da90c698de04a45d5577d684cb41d4531fba5b
refactor(examples): update CA example
[ { "change_type": "MODIFY", "diff": "@@ -4,9 +4,8 @@ import {\nbuildKernel2d,\ncomp,\nconvolve2d,\n- lookup2d,\nmap,\n- multiplex,\n+ mapIndexed,\npartition,\npush,\nrange2d,\n@@ -83,11 +82,8 @@ export const convolve = (\n) =>\ntransduce(\ncomp(\n- multiplex(\nconvolve2d({ src, width, height, kernel, wrap })...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(examples): update CA example
1
refactor
examples
679,913
10.03.2019 22:11:11
0
31e594b7dd306f7987ea5bf73250c394c93c90a9
feat(transducers): add / update convolution fns add buildKernel1d, convolve1d
[ { "change_type": "MODIFY", "diff": "+import { Fn0 } from \"@thi.ng/api\";\nimport { illegalArgs } from \"@thi.ng/errors\";\n-import { Transducer } from \"../api\";\n+import { Reducer, Transducer } from \"../api\";\n+import { range } from \"../iter/range\";\nimport { range2d } from \"../iter/range2d\";\nimpo...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(transducers): add / update convolution fns - add buildKernel1d, convolve1d
1
feat
transducers
679,913
10.03.2019 22:42:17
0
72184c046584b82004856f0c89669e99b50bfbc6
feat(examples): add wolfram 1D CA demo
[ { "change_type": "ADD", "diff": "+.cache\n+out\n+node_modules\n+yarn.lock\n+*.js\n", "new_path": "examples/wolfram/.gitignore", "old_path": null }, { "change_type": "ADD", "diff": "+# wolfram\n+\n+[Live demo](http://demo.thi.ng/umbrella/wolfram/)\n+\n+Please refer to the [example build i...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): add wolfram 1D CA demo
1
feat
examples
67,476
10.03.2019 23:41:01
-3,600
bd2284c0a6be836353f4413418693b81df68bef1
chore(kernel): remove immutable
[ { "change_type": "MODIFY", "diff": "@@ -27,9 +27,6 @@ export {\nIDisposable,\nIFrameRequestCallback,\nIIndexable,\n- Immutable,\n- ImmutableArray,\n- ImmutableObject,\nInjectArray,\nInjectable,\nInterfaceSymbol,\n", "new_path": "packages/kernel/src/index.ts", "old_path": "packages/kernel/src/index.t...
TypeScript
MIT License
aurelia/aurelia
chore(kernel): remove immutable
1
chore
kernel
67,476
10.03.2019 23:43:29
-3,600
946cc78c70de365d9c08bba002f8b4119851d0f9
chore(all): add rebuild script
[ { "change_type": "MODIFY", "diff": "\"init\": \"npm ci && npm run bootstrap && npm run build\",\n\"bootstrap\": \"lerna bootstrap --ci\",\n\"postinstall\": \"lerna bootstrap --ci\",\n+ \"rebuild\": \"npm run clean && npm run build\",\n\"build\": \"lerna run build\",\n\"build:test\": \"lerna run build:test\"...
TypeScript
MIT License
aurelia/aurelia
chore(all): add rebuild script
1
chore
all
67,476
10.03.2019 23:53:16
-3,600
ecdf86bdcb3169bb0e70a51e1d4ae249861c6dfd
chore(all): remove immutable
[ { "change_type": "MODIFY", "diff": "-import { Constructable, Immutable, InjectArray, IRegistry } from '@aurelia/kernel';\n+import { Constructable, InjectArray, IRegistry } from '@aurelia/kernel';\nimport {\nbindable,\nCompositionCoordinator,\n@@ -54,7 +54,7 @@ export class Compose<T extends INode = Node> im...
TypeScript
MIT License
aurelia/aurelia
chore(all): remove immutable
1
chore
all
902,122
11.03.2019 00:24:20
-3,600
bd17f9e8f53a866f2493e52e50439e3a59f1ca72
build: use npm i
[ { "change_type": "MODIFY", "diff": "\"dev\": \"concurrently \\\"gulp\\\" \\\"npm run dev:server\\\"\",\n\"dev:server\": \"browser-sync start --server --files \\\"index.html, README.md, static/**/*.(css|js)\\\"\",\n\"lint\": \"standard-markdown README.md && standard\",\n- \"postinstall\": \"lerna bootstrap &...
JavaScript
MIT License
microlinkhq/browserless
build: use npm i
1
build
null
67,476
11.03.2019 03:29:15
-3,600
1bc0265e2d491df55453b20a4123a8a2b9aa1db2
chore(runtime): enable strict mode and fix ast
[ { "change_type": "MODIFY", "diff": "@@ -54,8 +54,8 @@ export interface IExpression {\nreadonly $kind: ExpressionKind;\naccept<T>(visitor: IVisitor<T>): T;\nconnect(flags: LifecycleFlags, scope: IScope, binding: IConnectable): void;\n- evaluate(flags: LifecycleFlags, scope: IScope, locator: IServiceLocator):...
TypeScript
MIT License
aurelia/aurelia
chore(runtime): enable strict mode and fix ast
1
chore
runtime
67,476
11.03.2019 03:35:46
-3,600
db8e1f9c72a1c8e9172bfeef88bb4d7316dc779d
perf(binding): use string id property instead of number
[ { "change_type": "MODIFY", "diff": "@@ -130,13 +130,16 @@ export function connectable<TProto, TClass>(target?: DecoratableConnectable<TPro\nreturn target === undefined ? connectableDecorator : connectableDecorator(target);\n}\n+let value = 0;\nconst idAttributes: PropertyDescriptor = {\nconfigurable: false,...
TypeScript
MIT License
aurelia/aurelia
perf(binding): use string id property instead of number
1
perf
binding
67,476
11.03.2019 03:45:45
-3,600
13c25028736d5de314a8cbcf2375e11c820cc1b1
chore(kernel): use any type for constructable type ctor args
[ { "change_type": "MODIFY", "diff": "@@ -67,12 +67,12 @@ export interface IDisposable {\nexport type Constructable<T = {}> = {\n// tslint:disable-next-line:callable-types\n- new(...args: unknown[]): T;\n+ new(...args: any[]): T;\n};\nexport type Class<T, C = IIndexable> = C & {\nreadonly prototype: T;\n- new...
TypeScript
MIT License
aurelia/aurelia
chore(kernel): use any type for constructable type ctor args
1
chore
kernel
791,834
11.03.2019 08:12:32
25,200
99dcdc72088c4b9eb62d53968136671a4d3a1143
deps: update nyc to latest
[ { "change_type": "MODIFY", "diff": "\"jsdom\": \"^12.2.0\",\n\"make-dir\": \"^1.3.0\",\n\"npm-run-posix-or-windows\": \"^2.0.2\",\n- \"nyc\": \"^11.6.0\",\n+ \"nyc\": \"^13.3.0\",\n\"package-json-versionify\": \"^1.0.4\",\n\"postinstall-prepare\": \"^1.0.1\",\n\"prettier\": \"^1.14.3\",\n", "new_path": ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
deps: update nyc to latest (#7431)
1
deps
null
127,940
11.03.2019 09:51:17
-7,200
2f8b82da624c6a826346748ca3296477bd6590f0
chore: bump emotion version
[ { "change_type": "MODIFY", "diff": "}\n},\n\"dependencies\": {\n- \"@emotion/core\": \"10.0.6\",\n- \"@emotion/styled\": \"10.0.6\",\n+ \"@emotion/core\": \"10.0.9\",\n+ \"@emotion/styled\": \"10.0.9\",\n\"@heathmont/sportsbet-assets\": \"^0.11.0\",\n\"@heathmont/sportsbet-components\": \"^0.11.0\",\n\"@hea...
TypeScript
MIT License
coingaming/moon-design
chore: bump emotion version
1
chore
null
791,704
11.03.2019 12:24:15
25,200
bc84a3e30e8ef3b9d8c03efd067954a8b6bffd4e
misc: various spelling fixes
[ { "change_type": "MODIFY", "diff": "/* globals URL self */\n-/** @typedef {HTMLElementTagNameMap & {[id: string]: HTMLElement}} HTMLElmentByTagName */\n+/** @typedef {HTMLElementTagNameMap & {[id: string]: HTMLElement}} HTMLElementByTagName */\nclass DOM {\n/**\n@@ -36,7 +36,7 @@ class DOM {\n* @param {Obje...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc: various spelling fixes (#7427)
1
misc
null
791,723
11.03.2019 12:45:13
25,200
daeeae2775cb77c9b9959c866826cfd4b3171f39
core(vuln-libs): match against all semver ranges provided by snyk
[ { "change_type": "MODIFY", "diff": "@@ -79,14 +79,15 @@ class NoVulnerableLibrariesAudit extends Audit {\n/**\n* @param {string} normalizedVersion\n* @param {{name: string, version: string, npmPkgName: string|undefined}} lib\n+ * @param {SnykDB} snykDB\n* @return {Array<Vulnerability>}\n*/\n- static getVuln...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(vuln-libs): match against all semver ranges provided by snyk (#7402)
1
core
vuln-libs
815,591
11.03.2019 13:24:35
-28,800
8687d3d9380d23c1f6d38db2acf254734fa6177b
docs: update uncles_hash description
[ { "change_type": "MODIFY", "diff": "@@ -238,7 +238,7 @@ More information about the Transaction of Nervos CKB can be found in [whitepaper\n| `txs_commit` | H256(hash) | **The Merkle Root of the Merkle trie with the hash of transactions as leaves.** |\n| `txs_proposal` | H256(hash) | **The Merkle Root of the ...
Rust
MIT License
nervosnetwork/ckb
docs: update uncles_hash description
1
docs
null
67,517
11.03.2019 13:56:54
-3,600
18211fd34a24edeb8a560afe357781646ea1e85f
ci: rename test script to e2e and add ci headless option
[ { "change_type": "MODIFY", "diff": "\"description\": \"The Cypress integration tests.\",\n\"main\": \"index.js\",\n\"scripts\": {\n- \"test\": \"npm install && cypress open\"\n+ \"e2e\": \"npm install && cypress open\",\n+ \"e2eci\": \"node node_modules/cypress/bin/cypress run --reporter xunit --reporter-op...
TypeScript
MIT License
aurelia/aurelia
ci: rename test script to e2e and add ci headless option
1
ci
null
103,441
11.03.2019 14:27:18
-3,600
2ca0b6079a160d8f79ce5f9eb3f29139805a1877
fix: make sure to remove BackHandler listener on Modal
[ { "change_type": "MODIFY", "diff": "@@ -116,6 +116,7 @@ class Modal extends React.Component<Props, State> {\n};\n_showModal = () => {\n+ BackHandler.removeEventListener('hardwareBackPress', this._handleBack);\nBackHandler.addEventListener('hardwareBackPress', this._handleBack);\nAnimated.timing(this.state.o...
TypeScript
MIT License
callstack/react-native-paper
fix: make sure to remove BackHandler listener on Modal (#912)
1
fix
null
503,942
11.03.2019 14:41:58
14,400
a0dcdc391834e04c4215b2d30f354be00e1f37bc
fix(tabs): Move TabContent to its own component
[ { "change_type": "ADD", "diff": "+import { FunctionComponent, HTMLProps, FormEvent } from 'react';\n+import { Omit } from '../../typeUtils';\n+\n+export interface TabContentProps extends Omit<HTMLProps<HTMLDivElement>, 'onSelect'> {\n+ activeKey?: number;\n+ child: any;\n+ id?: string;\n+}\n+\n+declare cons...
TypeScript
MIT License
patternfly/patternfly-react
fix(tabs): Move TabContent to its own component (#1423)
1
fix
tabs
503,942
11.03.2019 15:42:14
14,400
d908f7a06119a31c6c4eaa5b21d4181387bfee4d
fix(tabs): remove d.ts file from tabContent
[ { "change_type": "DELETE", "diff": "-import { FunctionComponent, HTMLProps, FormEvent } from 'react';\n-import { Omit } from '../../typeUtils';\n-\n-export interface TabContentProps extends Omit<HTMLProps<HTMLDivElement>, 'onSelect'> {\n- activeKey?: number;\n- child: any;\n- id?: string;\n-}\n-\n-declare c...
TypeScript
MIT License
patternfly/patternfly-react
fix(tabs): remove d.ts file from tabContent (#1543)
1
fix
tabs
503,970
11.03.2019 15:43:12
14,400
da9a224467de8356471a7900fa816e3b42c82076
fix(Modal): accessibility enhancements and other small fixes
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,7 @@ export interface ModalProps extends HTMLProps<HTMLDivElement> {\nchildren: ReactNode;\nclassName?: string;\nhideTitle?: boolean;\n+ ariaDescribedById?: string;\nisLarge?: boolean;\nisSmall?: boolean;\nisOpen?: boolean;\n", "new_path": "packages/pattern...
TypeScript
MIT License
patternfly/patternfly-react
fix(Modal): accessibility enhancements and other small fixes (#1453)
1
fix
Modal
104,857
11.03.2019 16:57:21
10,800
a462e7a9d3b79d4e7e497bd6c4b1de46204b2139
feat(ListComponent): new component structured list and resource list
[ { "change_type": "ADD", "diff": "+import React, { Fragment, Component } from 'react';\n+import PropTypes from 'prop-types';\n+import { Icon } from 'carbon-components-react';\n+import styled from 'styled-components';\n+\n+const ResourceListSection = styled.section`\n+ {\n+ .bx--structured-list-th {\n+ paddin...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(ListComponent): new component structured list and resource list
1
feat
ListComponent
104,827
11.03.2019 17:56:40
18,000
5fee85b418a8d859ddd10da5f757e2c54e4e95c6
refactor(table): split core reducer into baseTableReducer
[ { "change_type": "ADD", "diff": "+import update from 'immutability-helper';\n+\n+import {\n+ TABLE_PAGE_CHANGE,\n+ TABLE_FILTER_APPLY,\n+ TABLE_TOOLBAR_TOGGLE,\n+ TABLE_FILTER_CLEAR,\n+ TABLE_ACTION_CANCEL,\n+ TABLE_ACTION_APPLY,\n+ TABLE_COLUMN_SORT,\n+ TABLE_ROW_SELECT,\n+ TABLE_ROW_SELECT_ALL,\n+ TABLE_R...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
refactor(table): split core reducer into baseTableReducer
1
refactor
table
104,827
11.03.2019 18:02:18
18,000
a2614d3cbd610dee7313ef96fc3726c4ecb349a1
chore(table): removed unused param in row select We no longer need filteredData, as the reducers expect it to be present on the state object (as either state.data, or state.view.table.filteredData)
[ { "change_type": "MODIFY", "diff": "@@ -27,15 +27,15 @@ export const tableActionApply = id => ({ type: TABLE_ACTION_APPLY, payload: id }\nexport const tableColumnSort = column => ({ type: TABLE_COLUMN_SORT, payload: column });\nexport const tableColumnOrder = ordering => ({ type: TABLE_COLUMN_ORDER, payload...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(table): removed unused param in row select We no longer need filteredData, as the reducers expect it to be present on the state object (as either state.data, or state.view.table.filteredData)
1
chore
table
104,827
11.03.2019 18:18:42
18,000
0a3352b991a1ae40108d6a1feaf86d64fe956420
fix(table): add missing action creators These action creators won't be used by the shipped reducers, but we should export them anyway for consumability.
[ { "change_type": "MODIFY", "diff": "@@ -9,8 +9,11 @@ export const TABLE_COLUMN_SORT = 'TABLE_COLUMN_SORT';\nexport const TABLE_COLUMN_ORDER = 'TABLE_COLUMN_ORDER';\nexport const TABLE_ROW_SELECT = 'TABLE_ROW_SELECT';\nexport const TABLE_ROW_SELECT_ALL = 'TABLE_ROW_SELECT_ALL';\n+export const TABLE_ROW_CLICK...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(table): add missing action creators These action creators won't be used by the shipped reducers, but we should export them anyway for consumability.
1
fix
table
104,827
11.03.2019 19:20:58
18,000
136125f84f495063661718642371112475510445
fix(table): remove td padding from expansion row, fix default prop name
[ { "change_type": "MODIFY", "diff": "@@ -154,7 +154,7 @@ const defaultProps = baseProps => ({\nbatchActions: [],\n},\ntable: {\n- expandedRows: [],\n+ expandedIds: [],\nisSelectAllSelected: false,\nselectedIds: [],\nsort: {},\n", "new_path": "src/components/Table/Table.jsx", "old_path": "src/componen...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(table): remove td padding from expansion row, fix default prop name
1
fix
table
815,601
11.03.2019 19:48:21
-28,800
25950aad878219665c00f2292a5dc8a18caa6b3e
feat: change merkle tree merge function to blake2b
[ { "change_type": "MODIFY", "diff": "@@ -180,15 +180,6 @@ name = \"bitflags\"\nversion = \"1.0.4\"\nsource = \"registry+https://github.com/rust-lang/crates.io-index\"\n-[[package]]\n-name = \"blake2-rfc\"\n-version = \"0.2.18\"\n-source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-dependenci...
Rust
MIT License
nervosnetwork/ckb
feat: change merkle tree merge function to blake2b
1
feat
null