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
217,922
13.04.2019 12:14:21
-7,200
4f2399a16ee427ed3f273ea7376c62346d746c3e
feat(alarms): added a button on alarm group panels to add multiple alarms at once to the group
[ { "change_type": "MODIFY", "diff": "(click)=\"newCustomAlarm()\">\n<i nz-icon type=\"form\"></i>\n</button>\n- <button nz-button nzShape=\"circle\" nzType=\"primary\" nz-tooltip nzTitle=\"{{'ALARMS.Toggle_collapse' | translate}}\"\n+ <button nz-button nzShape=\"circle\" nzType=\"primary\" nz-tooltip\n+ nzTi...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(alarms): added a button on alarm group panels to add multiple alarms at once to the group
1
feat
alarms
76,611
13.04.2019 13:36:13
-7,200
c9db98e710bb70d6290ff978b23ee2a87d430b68
fix(docs): update slot filling example
[ { "change_type": "MODIFY", "diff": "@@ -27,8 +27,8 @@ async function main() {\ntoEntity.addBetweenCondition('en', 'to', 'from', { skip: ['travel'] });\ntoEntity.addAfterLastCondition('en', 'to');\n- manager.slotManager.addSlot('travel', 'fromCity', true, { en: 'Where do you want to go?' });\n- manager.slotM...
JavaScript
MIT License
axa-group/nlp.js
fix(docs): update slot filling example
1
fix
docs
471,474
13.04.2019 14:12:40
18,000
211653befabe4eed6f0d48a6c2403c52bef997ab
fix(building-webpack): add decorator friendly .babelrc example
[ { "change_type": "MODIFY", "diff": "@@ -220,6 +220,23 @@ We recommend using the babel typescript plugin. Add this to your `.babelrc`:\nThis the fastest method, as it strips away types during babel transformormation of your code. It will not perform any type checking though. We recommend setting up the type ...
JavaScript
MIT License
open-wc/open-wc
fix(building-webpack): add decorator friendly .babelrc example
1
fix
building-webpack
76,605
13.04.2019 15:08:42
-7,200
8eb813a8f1ea7177cdbe8b95e0954afb2f92ee33
feat: Now the model can be saved minified.
[ { "change_type": "MODIFY", "diff": "@@ -787,5 +787,5 @@ module.exports = async function trainnlp(manager, say) {\n'user.needsadvice',\n\"I'm not sure I'll have the best answer, but I'll try\"\n);\n- manager.save('./model.nlp');\n+ manager.save('./model.nlp', true);\n};\n", "new_path": "examples/console-...
JavaScript
MIT License
axa-group/nlp.js
feat: Now the model can be saved minified.
1
feat
null
679,913
13.04.2019 15:52:59
-3,600
b1db275b9f935599b38fa677d01d1f5e809d7bd8
feat(iges): add boolean tree, csg box & cylinder entities
[ { "change_type": "MODIFY", "diff": "},\n\"dependencies\": {\n\"@thi.ng/api\": \"^6.0.1\",\n+ \"@thi.ng/checks\": \"2.1.5\",\n\"@thi.ng/defmulti\": \"^1.0.6\",\n\"@thi.ng/strings\": \"^1.0.7\",\n\"@thi.ng/transducers\": \"^5.3.3\"\n", "new_path": "packages/iges/package.json", "old_path": "packages/ig...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(iges): add boolean tree, csg box & cylinder entities
1
feat
iges
815,601
13.04.2019 20:46:48
-28,800
e74668b9a89fb96d279298c0eddc2b99dcfbe344
fix: block download
[ { "change_type": "MODIFY", "diff": "@@ -40,30 +40,6 @@ where\ndebug!(target: \"sync\", \"get_blocks {:x}\", block_hash);\nif let Some(block) = self.synchronizer.get_block(&block_hash) {\ndebug!(target: \"sync\", \"respond_block {} {:x}\", block.header().number(), block.header().hash());\n- if let Some(filte...
Rust
MIT License
nervosnetwork/ckb
fix: block download
1
fix
null
815,598
13.04.2019 21:00:51
-28,800
d6fa19772df67a36407d88342ba22fc55500d324
docs: fix wrong option name
[ { "change_type": "MODIFY", "diff": "@@ -25,7 +25,7 @@ cd test && cargo run ../target/debug/ckb\n## Chain Spec\n-The subcommand `ckb init` has an option `--export-spec` to export spec files\n+The subcommand `ckb init` has an option `--export-specs` to export spec files\nas well, which allows editing the chai...
Rust
MIT License
nervosnetwork/ckb
docs: fix wrong option name
1
docs
null
127,946
13.04.2019 21:19:56
-10,800
0c96cef5889a5150fe6cfcd48e0e1b1235bd93c6
feat(nav): initial nav
[ { "change_type": "MODIFY", "diff": "@@ -20,6 +20,7 @@ type IconProps = {\nbackgroundColor?: string;\ncircleColor?: string;\n};\n+\nexport const IconHamburger = styled(Svg)<IconProps>(\n({ backgroundColor, circleColor }) => [\n{\n", "new_path": "design/icons/src/svg/IconHamburger.tsx", "old_path": "d...
TypeScript
MIT License
coingaming/moon-design
feat(nav): initial nav
1
feat
nav
815,598
13.04.2019 21:55:35
-28,800
b0003b6c0c8a1f48c3a12b8c112e32ef0d20ace8
feat: ckb must loads config files from file system. This is a **BREAKING CHANGE**. It is a mechanism to avoid starting ckb in a wrong directory by accident.
[ { "change_type": "MODIFY", "diff": "@@ -43,3 +43,6 @@ tags\n/ckb-miner.toml\n/data\n/specs\n+/ckb-dev\n+/ckb-testnet\n+/ckb-mainnet\n", "new_path": ".gitignore", "old_path": ".gitignore" }, { "change_type": "MODIFY", "diff": "@@ -61,6 +61,7 @@ COPY --from=ckb-builder \\\n/usr/lib/x86_64-...
Rust
MIT License
nervosnetwork/ckb
feat: ckb must loads config files from file system. This is a **BREAKING CHANGE**. It is a mechanism to avoid starting ckb in a wrong directory by accident.
1
feat
null
815,573
13.04.2019 22:31:18
-28,800
29834804ef4ae9e814ec3060c93897be8f29b411
revert: Insert repeat transaction in pool
[ { "change_type": "MODIFY", "diff": "@@ -101,9 +101,6 @@ impl<CI: ChainIndex> ChainState<CI> {\npub fn add_tx_to_pool(&self, tx: Transaction, max_cycles: Cycle) -> Result<Cycle, PoolError> {\nlet mut tx_pool = self.tx_pool.borrow_mut();\n- if tx_pool.filter.contains(&tx.hash()) {\n- return Err(PoolError::Alr...
Rust
MIT License
nervosnetwork/ckb
revert: Insert repeat transaction in pool
1
revert
null
127,946
14.04.2019 00:34:45
-10,800
81f891477083a700503f7300d3c24a1289c3b25a
feat(wallets): overlay
[ { "change_type": "MODIFY", "diff": "+/** @jsx jsx */ jsx;\nimport * as React from 'react';\n-import styled from '@emotion/styled';\n+// tslint:disable-next-line:no-duplicate-imports\n+import { useState } from 'react';\n+import styled, { CSSObject } from '@emotion/styled';\n+import { jsx } from '@emotion/cor...
TypeScript
MIT License
coingaming/moon-design
feat(wallets): overlay
1
feat
wallets
67,494
14.04.2019 03:13:33
-7,200
f293b349b31760273ee5b8462377a5ea8b3592c2
test(router): fix cypress tests
[ { "change_type": "MODIFY", "diff": "@@ -112,7 +112,7 @@ describe('doc-example / books route', () => {\ndescribe('book details component', () => {\nbefore(() => {\n- cy.get(BooksComponent.items)\n+ cy.get(BooksComponent.bookLinks)\n.eq(0)\n.click();\n});\n", "new_path": "packages/router/test/e2e/doc-exam...
TypeScript
MIT License
aurelia/aurelia
test(router): fix cypress tests
1
test
router
815,598
14.04.2019 09:05:32
-28,800
e452c642e79a5c07756b7c5b31c4667814dc8079
chore: add sentry tags
[ { "change_type": "MODIFY", "diff": "@@ -9,8 +9,14 @@ pub struct SentryConfig {\nimpl SentryConfig {\npub fn init(&self) -> sentry::internals::ClientInitGuard {\n- let guard = sentry::init(self);\n+ let version = get_version!();\n+ let guard = sentry::init(self.build_sentry_client_options(&version));\nif gua...
Rust
MIT License
nervosnetwork/ckb
chore: add sentry tags
1
chore
null
104,818
14.04.2019 09:20:40
18,000
754be89cb54d7d4e325d7dd24c5f08e1fb6f9218
fix(tilecatalog): was ignoring the passed selectedTileId
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,15 @@ import TileCatalog, { propTypes } from './TileCatalog';\n/**\n* Paging and searching happens on local state within the component\n*/\n-const StatefulTileCatalog = ({ tiles, onSelection, search, pagination, ...props }) => {\n+\n+const StatefulTileCatalog =...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(tilecatalog): was ignoring the passed selectedTileId
1
fix
tilecatalog
815,598
14.04.2019 11:16:09
-28,800
dfd5c8aa16bf153b70316d5544ab03c2029faa67
chore: add more sentry tags
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,7 @@ use hash::blake2b_256;\nuse serde::{de, Deserialize as SerdeDeserialize};\nuse serde_derive::Deserialize;\nuse std::collections::HashMap;\n+use std::fmt;\n// Cuckatoo proofs take the form of a length 42 off-by-1-cycle in a bipartite graph with\n// 2^N+2^N ...
Rust
MIT License
nervosnetwork/ckb
chore: add more sentry tags
1
chore
null
815,593
14.04.2019 12:59:37
-32,400
ec6336fadcfd863a8d7c6e3fbed1147bcfda3751
fix: CuckooEngine verify invalid length proof should not panic
[ { "change_type": "MODIFY", "diff": "@@ -61,6 +61,9 @@ impl PowEngine for CuckooEngine {\n#[inline]\nfn verify(&self, _number: BlockNumber, message: &[u8], proof: &[u8]) -> bool {\n+ if proof.len() != self.cuckoo.cycle_length << 2 {\n+ return false;\n+ }\nlet mut proof_u32 = vec![0u32; self.cuckoo.cycle_leng...
Rust
MIT License
nervosnetwork/ckb
fix: CuckooEngine verify invalid length proof should not panic
1
fix
null
217,922
14.04.2019 13:08:29
-7,200
4be042872664429abb6b8bbdf4a56e774ac69ac8
fix(gc-supply): level range is now 0 - (-3), was 0 - (-2)
[ { "change_type": "MODIFY", "diff": "@@ -58,7 +58,8 @@ export class GcSupplyComponent {\nreturn [\n{ jobId: +key, level: levels[key] },\n{ jobId: +key, level: Math.max(levels[key] - 1, 1) },\n- { jobId: +key, level: Math.max(levels[key] - 2, 1) }\n+ { jobId: +key, level: Math.max(levels[key] - 2, 1) },\n+ { ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(gc-supply): level range is now 0 - (-3), was 0 - (-2)
1
fix
gc-supply
217,922
14.04.2019 13:09:48
-7,200
92260d12be4523eac0f69faa7f50b2d8a5276eb5
fix(rotation-tips): ingenuity I tip now only shows if it doesn't affect HQ%
[ { "change_type": "MODIFY", "diff": "@@ -21,7 +21,8 @@ export class UseIngenuityIInstead extends RotationTip {\n}\nreturn action;\n});\n- return simulation.run(true).success;\n+ const res = simulation.run(true);\n+ return res.success && res.hqPercent === simulationResult.hqPercent;\n}\n}\n", "new_path": ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(rotation-tips): ingenuity I tip now only shows if it doesn't affect HQ%
1
fix
rotation-tips
217,922
14.04.2019 13:42:10
-7,200
599c14b8e5cf744deede58f8ea2909ca765b55b6
fix(lists): fixed an issue with team detach feature that didn't save properly
[ { "change_type": "MODIFY", "diff": "@@ -204,7 +204,7 @@ export class ListPanelComponent {\nreturn list;\n})\n).subscribe(list => {\n- this.listsFacade.updateList(list);\n+ this.listsFacade.updateList(list, true);\nif (team.webhook !== undefined) {\nthis.discordWebhookService.notifyListAddedToTeam(team, list...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(lists): fixed an issue with team detach feature that didn't save properly
1
fix
lists
531,793
14.04.2019 16:07:42
-3,600
c2d34cd0eb39c913b9c5dfda7b4d9dec90d996d4
feat(ui): dynamically calculate grid size This allows to have dynamic grid size, rather than static with values hardcoded in Constants file
[ { "change_type": "DELETE", "diff": "-// grid sizes, defines how many columns are used depending on the screen width\n-// this is config as expected by https://github.com/callmecavs/bricks.js#sizes\n-const GridSizesConfig = [\n- { columns: 1, gutter: 0 },\n- { mq: \"800px\", columns: 2, gutter: 0 },\n- { mq:...
TypeScript
Apache License 2.0
prymitive/karma
feat(ui): dynamically calculate grid size This allows to have dynamic grid size, rather than static with values hardcoded in Constants file
1
feat
ui
679,913
14.04.2019 19:53:55
-3,600
5ae2887f218bb11db2acf042b0f484910e2f2fb0
feat(geom-closest-point): add fns for more shape types closestPointLine distToLine closestPointPlane closestPointCircle/Sphere closestPointAABB/Rect
[ { "change_type": "MODIFY", "diff": "@@ -22,6 +22,20 @@ This project is part of the\nClosest point / proximity helpers.\n+- `closestPointAABB`\n+- `closestPointArray`\n+- `closestPointCircle`\n+- `closestPointLine`\n+- `closestPointPlane`\n+- `closestPointPolyline`\n+- `closestPointRect`\n+- `closestPointSph...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(geom-closest-point): add fns for more shape types - closestPointLine - distToLine - closestPointPlane - closestPointCircle/Sphere - closestPointAABB/Rect
1
feat
geom-closest-point
679,913
14.04.2019 20:08:24
-3,600
90e8b502999d6d891f4a63649f0d3b5d305b9bfe
feat(geom-api): add more Type enums
[ { "change_type": "MODIFY", "diff": "@@ -5,13 +5,16 @@ export const enum Type {\nAABB = 1,\nARC,\nCIRCLE,\n+ CONE,\nCUBIC,\nCUBIC3,\n+ CYLINDER,\nELLIPSE,\nGROUP,\nLINE,\nLINE3,\nPATH,\n+ PLANE,\nPOINTS,\nPOINTS3,\nPOLYGON,\n", "new_path": "packages/geom-api/src/shape.ts", "old_path": "packages/geom-...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(geom-api): add more Type enums
1
feat
geom-api
679,913
14.04.2019 20:14:35
-3,600
1a5ead15c8847f7518312710adc0ac24ace7b5b8
feat(geom): add new shape factories & impls add AABB, Plane, Sphere factories add closestPoint() impls
[ { "change_type": "MODIFY", "diff": "@@ -11,11 +11,15 @@ import {\nPCLike,\nType\n} from \"@thi.ng/geom-api\";\n+import { pointAt as arcPointAt, pointAtTheta as arcPointAtTheta } from \"@thi.ng/geom-arc\";\nimport {\n- pointAt as arcPointAt,\n- pointAtTheta as arcPointAtTheta\n-} from \"@thi.ng/geom-arc\";\n...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(geom): add new shape factories & impls - add AABB, Plane, Sphere factories - add closestPoint() impls
1
feat
geom
531,793
14.04.2019 21:01:44
-3,600
b1c89858e809c416568ab575fc9ab58b63ce1afc
feat(ui): allow configuring grid size
[ { "change_type": "MODIFY", "diff": "-.components-animation-fade-appear,\n-.components-animation-fade-enter {\n+.components-animation-fade-appear {\nopacity: 0.01;\n}\n-.components-animation-fade-appear-active,\n-.components-animation-fade-enter-active {\n+.components-animation-fade-appear-active {\nopacity:...
TypeScript
Apache License 2.0
prymitive/karma
feat(ui): allow configuring grid size
1
feat
ui
791,822
14.04.2019 22:02:25
-7,200
c2910e937a0349e9a1cb9ebc4ffcd74298c3422e
report: add missing </div>
[ { "change_type": "MODIFY", "diff": "@@ -497,6 +497,7 @@ limitations under the License.\n<a href=\"#\" class=\"report-icon report-icon--open lh-export--gist\" data-action=\"save-gist\">Save as Gist</a>\n</div>\n</div>\n+ </div>\n</template>\n", "new_path": "lighthouse-core/report/html/templates.html", ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: add missing </div> (#8240)
1
report
null
127,946
14.04.2019 22:50:03
-10,800
bd8014344bc8eefcb5f49fc85d96425e6d2c72af
feat(nav): sticky nav
[ { "change_type": "MODIFY", "diff": "@@ -10,7 +10,8 @@ jsx;\nconst Background = styled.div([\n{\n- background: `linear-gradient(${colors.neutral[90]} 18rem, 0%, ${\n+ width: '100%',\n+ background: `linear-gradient(${colors.neutral[90]} 14rem, 0%, ${\ncolors.neutral[80]\n})`,\n},\n", "new_path": "portals/...
TypeScript
MIT License
coingaming/moon-design
feat(nav): sticky nav
1
feat
nav
127,946
15.04.2019 00:03:31
-10,800
f0b3e97e93ab981f2e8acae1b2a794864c4985eb
feat(nav): nav overlay content
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,7 @@ import styled, { CSSObject } from '@emotion/styled';\nimport { jsx } from '@emotion/core';\nimport { colors } from '@heathmont/sportsbet-tokens';\nimport { IconHamburger, IconArrowLeft } from '@heathmont/sportsbet-icons';\n+import { HamburgerDetails } from...
TypeScript
MIT License
coingaming/moon-design
feat(nav): nav overlay content
1
feat
nav
471,527
15.04.2019 00:16:25
-7,200
5d284d444f25f30b17e701191216d2a3be73dae1
fix: update generator usage
[ { "change_type": "MODIFY", "diff": "@@ -15,7 +15,7 @@ const sidebar = [\n['/developing/', 'Getting started'],\n'/developing/best-practices',\n'/developing/owc-dev-server',\n- ['/developing/create', 'Generators'],\n+ ['/init/', 'Generators'],\n'/developing/types',\n],\n},\n@@ -78,6 +78,7 @@ module.exports = ...
JavaScript
MIT License
open-wc/open-wc
fix: update generator usage
1
fix
null
791,752
15.04.2019 00:33:45
-3,600
97fcf0d3c038ece24c3487816f9749d704f056c4
cli(help): remove screenshots mention from --save-assets
[ { "change_type": "MODIFY", "diff": "@@ -82,7 +82,7 @@ function getFlags(manualArgv) {\n'gather-mode':\n'Collect artifacts from a connected browser and save to disk. (Artifacts folder path may optionally be provided). If audit-mode is not also enabled, the run will quit early.',\n'audit-mode': 'Process saved...
JavaScript
Apache License 2.0
googlechrome/lighthouse
cli(help): remove screenshots mention from --save-assets (#8263)
1
cli
help
471,527
15.04.2019 01:51:43
-7,200
61406529c7e1ba569ae961b8741271f9f5e2a500
fix(create): fill templateData for upgrade generators
[ { "change_type": "MODIFY", "diff": "@@ -24,11 +24,13 @@ class Generator {\n}\nexecute() {\n- if (this.options.type === 'scaffold' && this.options.tagName) {\n+ if (this.options.tagName) {\nconst { tagName } = this.options;\nconst className = getClassName(tagName);\n- this._destinationPath = path.join(proces...
JavaScript
MIT License
open-wc/open-wc
fix(create): fill templateData for upgrade generators
1
fix
create
722,013
15.04.2019 06:54:08
18,000
5dc4a6366dc18733870c65e751e07231fd936a43
docs: update travis documentation generation
[ { "change_type": "MODIFY", "diff": "@@ -45,10 +45,11 @@ jobs:\n- yarn compile\n# Build all examples\n- - ./travis/build_examples.sh\n+ - cd examples\n+ - for D in *; do yarn build \"${D}\"; done\n# Move them to the docs\n- - ./travis/move_examples.sh\n+ - for D in *; do mv \"${D}\"/dist ../docs/dist/\"${D}\...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs: update travis documentation generation
1
docs
null
722,013
15.04.2019 06:56:41
18,000
b517b4ac6ad381f6a078300e482964eb6cc7d7a6
docs: add extra space
[ { "change_type": "MODIFY", "diff": "@@ -16,6 +16,7 @@ examples.forEach(function(ex) {\n%>## <%= exampleName %><%\nif(pkg.description){ %>\n+\n<%= pkg.description %>\n<% } %>\n- [Live Demo](https://vue-styleguidist.github.io/<%= exampleName %>/)\n", "new_path": "docs/templates/Examples.md.ejs", "old_...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs: add extra space
1
docs
null
722,013
15.04.2019 06:58:22
18,000
163f14859c9073810539b2f62cd5e0a62a881379
ci: remove unnecessary travis scripts
[ { "change_type": "DELETE", "diff": "-#!/bin/bash\n-cd examples\n-for D in *; do yarn build \"${D}\"; done\n\\ No newline at end of file\n", "new_path": null, "old_path": "travis/build_examples.sh" }, { "change_type": "DELETE", "diff": "-#!/bin/bash\n-cd examples\n-for D in *; do mv \"${D...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
ci: remove unnecessary travis scripts
1
ci
null
722,013
15.04.2019 07:28:25
18,000
05f8fb5a48d23b95818f3a3a9014ce4fb3c9a363
docs: extract preprocessing
[ { "change_type": "MODIFY", "diff": "@@ -4,14 +4,9 @@ const description = 'Isolated Vue component development environment with a livin\nconst fs = require('fs')\nconst path = require('path')\n-const render_templates = require('./render_templates')\n-const render_tocs = require('./render-tocs')\n-\nconst titl...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs: extract preprocessing
1
docs
null
103,510
15.04.2019 07:28:32
10,800
cb9923bc090ddecaaf52a06d891c440203ae2c8f
feat: add prop textStyle to Chip
[ { "change_type": "MODIFY", "diff": "@@ -174,6 +174,13 @@ class ChipExample extends React.Component<Props> {\n>\nOutlined unselected chip with custom color\n</Chip>\n+ <Chip\n+ onPress={() => {}}\n+ style={styles.chip}\n+ textStyle={styles.tiny}\n+ >\n+ With custom size\n+ </Chip>\n</View>\n</List.Section>\n...
TypeScript
MIT License
callstack/react-native-paper
feat: add prop textStyle to Chip (#954)
1
feat
null
217,922
15.04.2019 09:26:06
-7,200
38d62c9a2777996b4eeab4781d18748f96da46d4
feat(gc-supply): GC supply page now generated a quicklist directly
[ { "change_type": "MODIFY", "diff": "<div class=\"container\">\n- <nz-spin [nzSize]=\"'large'\" [nzSpinning]=\"loading\">\n+ <nz-spin [nzSize]=\"'large'\" [nzSpinning]=\"loading\" [nzTip]=\"message\">\n<ng-content></ng-content>\n</nz-spin>\n</div>\n", "new_path": "apps/client/src/app/modules/page-loader/...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(gc-supply): GC supply page now generated a quicklist directly
1
feat
gc-supply
217,922
15.04.2019 10:08:13
-7,200
9b1947649a94b36432ec512effcb99cfea0d0248
feat(gathering-location): added timer display to search results
[ { "change_type": "MODIFY", "diff": "</ng-template>\n<ng-template #description>\n<div fxLayout=\"row\" fxLayoutAlign=\"space-between flex-start\">\n+ <div fxLayout=\"column\">\n+ <div>{{node.zoneid | placeName | i18n}}</div>\n+ <div>X: {{node.x}}, Y: {{node.y}}</div>\n<div>\n- {{node.zoneid | placeName | i18...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(gathering-location): added timer display to search results
1
feat
gathering-location
679,913
15.04.2019 10:09:44
-3,600
4312f570fcf0ef0c6b5547c776da65025525d683
build(iges): preserve const enums in published module
[ { "change_type": "MODIFY", "diff": "\"compilerOptions\": {\n\"outDir\": \".\",\n\"module\": \"es6\",\n- \"target\": \"es6\",\n- \"preserveConstEnums\": false\n+ \"target\": \"es6\"\n},\n\"include\": [\"./src/**/*.ts\"]\n}\n", "new_path": "packages/iges/tsconfig.json", "old_path": "packages/iges/tsco...
TypeScript
Apache License 2.0
thi-ng/umbrella
build(iges): preserve const enums in published module
1
build
iges
104,818
15.04.2019 10:21:32
-7,200
122277be6af9eca6db4fa8762357eeab72ff2ff0
chore(codeowners): add filipe
[ { "change_type": "MODIFY", "diff": "# These users own any files in the following directory at the root of\n# the repository and any of its subdirectories.\n-* @bryancboyd @scottdickerson @davidicus @tay1orjones @leetosc @cgirani @stuckless @tomklapiscak\n+* @bryancboyd @scottdickerson @davidicus @tay1orjone...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(codeowners): add filipe
1
chore
codeowners
127,946
15.04.2019 11:34:08
-10,800
0a897b1325325599c5f832d92ccfd6f4bfe73bc3
chore(icons): update arrow icons
[ { "change_type": "DELETE", "diff": "-<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n-<svg width=\"8px\" height=\"20px\" viewBox=\"0 0 8 20\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n- <!-- Generator: Sketch 53 (72520) - https://sketchapp.com -->\n- <ti...
TypeScript
MIT License
coingaming/moon-design
chore(icons): update arrow icons
1
chore
icons
67,494
15.04.2019 11:34:23
-7,200
6e53d37c0b419399ae9d65ca844370fa2edc31f2
test(router): add login button e2e
[ { "change_type": "MODIFY", "diff": "-import { BooksComponent, Shared, BookComponent } from './selectors.po';\n+import { BooksComponent, Shared, BookComponent, LoginComponent } from './selectors.po';\ndescribe('doc-example / books route', () => {\n+ it('shows login button', () => {\n+ cy.visit('/#/books+abou...
TypeScript
MIT License
aurelia/aurelia
test(router): add login button e2e
1
test
router
217,922
15.04.2019 11:53:44
-7,200
8796904ba6bef04bb3e645c8421890697923ab1e
feat(list-row): added more details to the gatheredBy details box for timed nodes
[ { "change_type": "MODIFY", "diff": "@@ -218,7 +218,8 @@ export class AlarmsFacade {\n}\npublic getNextSpawn(alarm: Alarm, time: Date): NextSpawn {\n- if (this.nextSpawnCache[`${alarm.itemId}-${alarm.zoneId}`] === undefined || this.nextSpawnCache[`${alarm.itemId}-${alarm.zoneId}`].expires.getTime() < Date.no...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(list-row): added more details to the gatheredBy details box for timed nodes
1
feat
list-row
104,818
15.04.2019 12:19:50
-7,200
cec64cca307fc792eaf9bbc487629f4a57202aa9
test(tile): add additional testcases
[ { "change_type": "MODIFY", "diff": "\"eslint-plugin-prettier\": \"^3.0.1\",\n\"eslint-plugin-react\": \"^7.12.2\",\n\"eslint-plugin-react-hooks\": \"^1.5.0\",\n+ \"faker\": \"^4.1.0\",\n\"husky\": \"^1.3.1\",\n\"jest\": \"^23.6.0\",\n\"jest-styled-components\": \"^6.3.1\",\n", "new_path": "package.json"...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
test(tile): add additional testcases
1
test
tile
217,922
15.04.2019 13:41:15
-7,200
84480a46ccdebf87a70319a7c7595561dc9c12ae
feat(navigation): you can now check items as done from navigation popup closes
[ { "change_type": "MODIFY", "diff": "@@ -182,7 +182,7 @@ export class List extends DataWithPermissions {\nconst array = excludeFinalItems ? this.items : this.items.concat(this.finalItems);\nreturn array.find(row => {\nlet matches = row.id === id || row.id === +id || (row.$key !== undefined && row.$key === id...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(navigation): you can now check items as done from navigation popup closes #510
1
feat
navigation
103,440
15.04.2019 14:07:27
-7,200
61047c4fa7a495e2e0ff40c50901c4f23424049b
fix: upgrade failing snapshot tests
[ { "change_type": "MODIFY", "diff": "@@ -62,7 +62,8 @@ exports[`renders hidden banner, without action buttons and without image 1`] = `\nArray [\nObject {\n\"color\": \"#000000\",\n- \"fontFamily\": \"Helvetica Neue\",\n+ \"fontFamily\": \"System\",\n+ \"fontWeight\": \"400\",\n\"textAlign\": \"left\",\n\"wr...
TypeScript
MIT License
callstack/react-native-paper
fix: upgrade failing snapshot tests
1
fix
null
815,590
15.04.2019 14:30:53
-28,800
2cdbe4a78cf1eb05be2f2db9142ae3b0cea80d5e
fix: valid_since use String instead u64 in RPC
[ { "change_type": "MODIFY", "diff": "@@ -114,7 +114,7 @@ impl TryFrom<OutPoint> for CoreOutPoint {\n#[derive(Clone, Default, Serialize, Deserialize, PartialEq, Eq, Hash, Debug)]\npub struct CellInput {\npub previous_output: OutPoint,\n- pub valid_since: u64,\n+ pub valid_since: String,\npub args: Vec<Bytes>,...
Rust
MIT License
nervosnetwork/ckb
fix: valid_since use String instead u64 in RPC
1
fix
null
217,922
15.04.2019 14:47:51
-7,200
155df8b60b24d7ae166cb396edef0458ccc4c7c9
fix(teams): better fix for cases where team doesn't detach properly
[ { "change_type": "MODIFY", "diff": "@@ -160,7 +160,7 @@ export class CreateOptimisticListCompact implements Action {\nexport class UpdateList implements Action {\nreadonly type = ListsActionTypes.UpdateList;\n- constructor(public readonly payload: List, public readonly updateCompact = false) {\n+ constructo...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(teams): better fix for cases where team doesn't detach properly
1
fix
teams
503,951
15.04.2019 15:00:58
14,400
d9aa0db6cc565d9256eeb6b587ff15eb05fa110c
fix(css): remove minification from full css files
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,7 @@ import resolveFrom from 'resolve-from';\nimport {\ncssToJS,\ngetCSS,\n+ getFullCSS,\nstyleSheetToken,\npackageName,\nwriteCSSJSFile,\n@@ -88,6 +89,7 @@ export default declare(({ types: t }) => {\nconst scriptDirectory = dirname(resolve(file.opts.filename))...
TypeScript
MIT License
patternfly/patternfly-react
fix(css): remove minification from full css files (#1771)
1
fix
css
103,447
15.04.2019 15:38:11
-19,080
c23d4eb9e701c77021185693bb1374f43611848e
feat: custom icon for clear in seachbar
[ { "change_type": "MODIFY", "diff": "@@ -50,6 +50,10 @@ type Props = React.ComponentProps<typeof TextInput> & {\n* Custom color for icon, default will be derived from theme\n*/\niconColor?: string;\n+ /**\n+ * Custom icon for clear button, default will be icon close\n+ */\n+ clearIcon?: IconSource;\n};\n/**\...
TypeScript
MIT License
callstack/react-native-paper
feat: custom icon for clear in seachbar (#965)
1
feat
null
217,922
15.04.2019 15:51:37
-7,200
199278b1f23874370382925898ce2197ca89c9dc
feat(profile): badges system for a sense of pride and accomplishment closes
[ { "change_type": "MODIFY", "diff": "@@ -56,7 +56,8 @@ export class AuthEffects {\nreturn new LoginAsAnonymous();\n} else {\nconst payload: Partial<AuthState> = {\n- uid: authState.uid\n+ uid: authState.uid,\n+ createdAt: new Date(authState.metadata.creationTime)\n};\nif (authState.isAnonymous) {\nreturn new...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(profile): badges system for a sense of pride and accomplishment closes #322
1
feat
profile
217,922
15.04.2019 16:12:51
-7,200
8b0c108cffd5758ac649fcdf7375a60e91379c49
chore(user): connected badges on public profile too
[ { "change_type": "MODIFY", "diff": "@@ -58,7 +58,7 @@ export class GetUser implements Action {\nexport class Authenticated implements Action {\nreadonly type = AuthActionTypes.Authenticated;\n- constructor(public payload: Partial<AuthState>, public uid: string) {\n+ constructor(public payload: Partial<AuthS...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(user): connected badges on public profile too
1
chore
user
504,019
15.04.2019 16:52:01
14,400
bba2e4fea6678cec0612e8c2e1718b2b007d9b99
fix(Nav): fix onSelect and onToggle arg list types from positional params to obj the onSelect and onToggle functions take a single js object of params rather than the same prams as positional params to the both functions fix
[ { "change_type": "MODIFY", "diff": "@@ -4,8 +4,8 @@ import { Omit } from '../../helpers/typeUtils';\nexport interface NavProps extends Omit<HTMLProps<HTMLDivElement>, 'onSelect'> {\nchildren?: ReactNode;\nclassName?: string;\n- onSelect?(groupId: number, itemId: number, event: FormEvent<HTMLInputElement>): ...
TypeScript
MIT License
patternfly/patternfly-react
fix(Nav): fix onSelect and onToggle arg list types from positional params to obj (#1665) the onSelect and onToggle functions take a single js object of params rather than the same prams as positional params to the both functions fix #1391
1
fix
Nav
573,195
15.04.2019 16:59:01
25,200
d30b7483c4d035e9a3fa94114557ae9d5f058f79
fix(test): make upgrade test pass
[ { "change_type": "MODIFY", "diff": "@@ -70,9 +70,5 @@ docs-build:\nbenchmark:\n@(cd ./benchmark && $(NPM) i && $(NODE) index.js)\n-.PHONY: audit\n-audit:\n- @($(NPM) audit || true)\n-\ninclude ./tools/mk/Makefile.deps\ninclude ./tools/mk/Makefile.targ\n", "new_path": "Makefile", "old_path": "Makefil...
JavaScript
MIT License
restify/node-restify
fix(test): make upgrade test pass (#1772)
1
fix
test
815,609
15.04.2019 17:44:44
-28,800
c1f2d27cd214f0e1e9d5ec4cf79ccb5cd8f3949c
chore: let all jsonrpc types be public
[ { "change_type": "MODIFY", "diff": "-use crate::proposal_short_id::ProposalShortId;\n-use crate::{Header, Transaction};\n+use crate::{Cycle, Header, ProposalShortId, Transaction, Version};\nuse ckb_core::transaction::Transaction as CoreTransaction;\nuse ckb_core::uncle::UncleBlock as CoreUncleBlock;\n-use c...
Rust
MIT License
nervosnetwork/ckb
chore: let all jsonrpc types be public
1
chore
null
815,609
15.04.2019 17:50:07
-28,800
bddb95db5974adcfab4ac568074a969ced8788d9
feat: change all u64 fields in RPC to String and hide internal `Script` struct
[ { "change_type": "MODIFY", "diff": "@@ -263,7 +263,7 @@ impl<CS: ChainStore + 'static> BlockAssembler<CS> {\nfn transform_cellbase(tx: &Transaction, cycles: Option<Cycle>) -> CellbaseTemplate {\nCellbaseTemplate {\nhash: tx.hash(),\n- cycles,\n+ cycles: cycles.map(|c| c.to_string()),\ndata: tx.into(),\n}\n}...
Rust
MIT License
nervosnetwork/ckb
feat: change all u64 fields in RPC to String and hide internal `Script` struct
1
feat
null
815,569
15.04.2019 17:52:26
-28,800
da88ddb54b8b24f721bbe96d9325fc959397bb93
feature: cellbase maturity verify
[ { "change_type": "MODIFY", "diff": "@@ -468,6 +468,8 @@ impl<CS: ChainStore + 'static> ChainService<CS> {\n.map(|x| resolve_transaction(x, &mut seen_inputs, &cell_provider))\n.collect();\n+ let cellbase_maturity = { self.shared.consensus().cellbase_maturity() };\n+\nmatch txs_verifier.verify(\nchain_state.m...
Rust
MIT License
nervosnetwork/ckb
feature: cellbase maturity verify
1
feature
null
217,922
15.04.2019 20:19:22
-7,200
6d3ad1853f090ab8cefcaf829f42ae3879917af1
fix(alarms): fixed an issue with alarms page not loading
[ { "change_type": "MODIFY", "diff": "@@ -218,7 +218,7 @@ export class AlarmsFacade {\n}\npublic getNextSpawn(alarm: Alarm, time: Date): NextSpawn {\n- const cacheKey = `${alarm.itemId}-${alarm.zoneId}-${alarm.spawns.join(',')}`;\n+ const cacheKey = `${alarm.itemId}-${alarm.zoneId}-${(alarm.spawns || []).join...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(alarms): fixed an issue with alarms page not loading
1
fix
alarms
104,844
15.04.2019 21:31:06
14,400
ad7e1d1b4b73ab72d5895adb10161e8c0c66ca78
refactor(header): fix on blur from carbon bug and styles
[ { "change_type": "MODIFY", "diff": "@@ -17,9 +17,20 @@ import HeaderMenu from './HeaderMenu';\nconst StyledHeader = styled(CarbonHeader)`\n&&& {\n- background-color: ${COLORS.darkGray};\n+ background: ${COLORS.darkGray};\n- .bx--header__menu .bx--header__menu-item[role= 'menuitem' ]: hover {\n+ .bx--header_...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
refactor(header): fix on blur from carbon bug and styles
1
refactor
header
104,844
15.04.2019 21:45:55
14,400
d72fd16e19c1f7358c44450466b5778a61af21de
feat(header): added test for HeaderMenu
[ { "change_type": "ADD", "diff": "+import React from 'react';\n+import { mount } from 'enzyme';\n+import { HeaderMenuItem } from 'carbon-components-react/lib/components/UIShell';\n+\n+import HeaderMenu from './HeaderMenu';\n+\n+describe('HeaderMenu', () => {\n+ let mountNode;\n+ let mockProps;\n+\n+ beforeEa...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(header): added test for HeaderMenu
1
feat
header
104,844
15.04.2019 22:06:01
14,400
918e01be71ce943d12e791d01bc8b20780c31a25
chore(header): remove unused code
[ { "change_type": "MODIFY", "diff": "@@ -100,7 +100,6 @@ const Header = ({ appName, className, actionItems, prefix }) => {\n</HeaderMenuItem>\n));\nreturn (\n- // <HeaderNavigation aria-label=\"dropdown\" key={`menu-item-${item.label}-dropdown`}>\n<HeaderMenu\nkey={`menu-item-${item.label}`}\naria-label={ite...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(header): remove unused code
1
chore
header
471,527
16.04.2019 02:15:45
-7,200
aaa5bfb725230819ca1e01ae433b671865ecf9ab
feat(create): show tree of files to create
[ { "change_type": "MODIFY", "diff": "+/* eslint-disable no-console */\n+import prompts from 'prompts';\nimport path from 'path';\nimport {\n@@ -6,6 +8,7 @@ import {\ncopyTemplateJsonInto,\ninstallNpm,\nwriteFilesToDisk,\n+ optionsToCommand,\n} from './core.js';\nfunction getClassName(tagName) {\n@@ -21,6 +24...
JavaScript
MIT License
open-wc/open-wc
feat(create): show tree of files to create
1
feat
create
103,510
16.04.2019 05:54:16
10,800
446ad94cbd1370dd6bedd4df147b366b8ee0cad4
fix(appbar): do not pass any additional props to custom children components
[ { "change_type": "MODIFY", "diff": "@@ -135,7 +135,15 @@ class Appbar extends React.Component<Props> {\n{React.Children.toArray(children)\n.filter(child => child != null && typeof child !== 'boolean')\n.map((child, i) => {\n- if (!React.isValidElement(child)) {\n+ if (\n+ !React.isValidElement(child) ||\n+ ...
TypeScript
MIT License
callstack/react-native-paper
fix(appbar): do not pass any additional props to custom children components (#972)
1
fix
appbar
104,844
16.04.2019 08:33:01
14,400
e65e402789943d00b5ece593447d7de8ecc32e11
refactor(header): add comments to prop types
[ { "change_type": "MODIFY", "diff": "@@ -59,12 +59,12 @@ const StyledGlobalAction = styled(HeaderGlobalAction)`\n`;\nconst propTypes = {\n- /** Name ot follow the IBM prefix up top, left */\n+ /** Add a prefix other than IBM */\n+ prefix: PropTypes.string,\n+ /** Name to follow the IBM prefix up top, left */...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
refactor(header): add comments to prop types
1
refactor
header
304,866
16.04.2019 08:48:36
25,200
4a438e2936ae91f4cff3964a3754d90c38bdf359
fix(execute): rename json tag so go vet passes
[ { "change_type": "MODIFY", "diff": "@@ -21,7 +21,7 @@ type aggregateTransformation struct {\ntype AggregateConfig struct {\nplan.DefaultCost\n- Columns []string `json:\"column\"`\n+ Columns []string `json:\"columns\"`\n}\nvar DefaultAggregateConfig = AggregateConfig{\n", "new_path": "execute/aggregate.g...
Go
MIT License
influxdata/flux
fix(execute): rename json tag so go vet passes (#1176)
1
fix
execute
71,499
16.04.2019 08:58:44
-3,600
f8102650bc3a82a583fe4783a3a76c305ff9f30e
fix(s3): Add validations for S3 bucket names Bucket names are verified to conform with rules published by S3 - Fixes
[ { "change_type": "MODIFY", "diff": "@@ -3,6 +3,7 @@ import iam = require('@aws-cdk/aws-iam');\nimport kms = require('@aws-cdk/aws-kms');\nimport { IBucketNotificationDestination } from '@aws-cdk/aws-s3-notifications';\nimport cdk = require('@aws-cdk/cdk');\n+import { EOL } from 'os';\nimport { BucketPolicy ...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(s3): Add validations for S3 bucket names (#2256) Bucket names are verified to conform with rules published by S3 - https://docs.aws.amazon.com/AmazonS3/latest/dev/BucketRestrictions.html Fixes #1308
1
fix
s3
679,913
16.04.2019 09:05:08
-3,600
f104b640a188486d1b38e9f878dd6aa16abef662
fix(hdom-components): `this` handling in CanvasHandlers call all given handlers as method, not as standalone fn
[ { "change_type": "MODIFY", "diff": "@@ -47,11 +47,7 @@ export interface CanvasHandlers<T extends CanvasContext> {\n* @param handlers user handlers\n* @param opts canvas context creation options\n*/\n-const _canvas = (\n- type,\n- { init, update, release }: Partial<CanvasHandlers<any>>,\n- opts\n-) => {\n+co...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(hdom-components): `this` handling in CanvasHandlers - call all given handlers as method, not as standalone fn
1
fix
hdom-components
76,611
16.04.2019 09:38:36
-7,200
8d923957f3874d99bff54da656c8a8b0f8ce47fe
chore(trim-types): add trim type constants
[ { "change_type": "ADD", "diff": "+const TrimType = {\n+ Between: 'between',\n+ After: 'after',\n+ AfterLast: 'afterLast',\n+ AfterFirst: 'afterFirst',\n+ Before: 'before',\n+ BeforeFirst: 'beforeFirst',\n+ BeforeLast: 'beforeLast',\n+};\n+\n+const TrimTypesList = Object.values(TrimType);\n+\n+module.exports...
JavaScript
MIT License
axa-group/nlp.js
chore(trim-types): add trim type constants
1
chore
trim-types
71,371
16.04.2019 09:59:45
-7,200
a89758fcb46e78620ccc60979b066a47e1cf2cd5
feat(iam): avoid duplicate statements in policy documents Remove duplicate statements from policy documents Fixes Fixes
[ { "change_type": "MODIFY", "diff": "}\n]\n},\n- {\n- \"Action\": [\n- \"codebuild:BatchGetBuilds\",\n- \"codebuild:StartBuild\",\n- \"codebuild:StopBuild\"\n- ],\n- \"Effect\": \"Allow\",\n- \"Resource\": {\n- \"Fn::GetAtt\": [\n- \"MyBuildProject30DB9D6E\",\n- \"Arn\"\n- ]\n- }\n- },\n{\n\"Action\": [\n\"c...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(iam): avoid duplicate statements in policy documents (#2254) Remove duplicate statements from policy documents Fixes #1777 Fixes #2168
1
feat
iam
807,849
16.04.2019 10:09:39
25,200
45f0018026ef72cc228b3d139f25ed6fb4276fe7
chore: Stop using lock bot [skip ci]
[ { "change_type": "DELETE", "diff": "-# Configuration for lock-threads - https://github.com/dessant/lock-threads\n-\n-# Number of days of inactivity before a closed issue or pull request is locked\n-daysUntilLock: 90\n-\n-# Skip issues and pull requests created before a given timestamp. Timestamp must\n-# fo...
JavaScript
MIT License
lerna/lerna
chore: Stop using lock bot [skip ci]
1
chore
null
807,849
16.04.2019 10:10:02
25,200
b18121674c3d6b3b54ad023d000f5d5825b4cde1
chore: Stop using broken stale bot [skip ci]
[ { "change_type": "DELETE", "diff": "-# Configuration for probot-stale - https://github.com/probot/stale\n-\n-# Number of days of inactivity before an Issue or Pull Request becomes stale\n-daysUntilStale: 60\n-\n-# Number of days of inactivity before an Issue or Pull Request with the stale label is closed.\n...
JavaScript
MIT License
lerna/lerna
chore: Stop using broken stale bot [skip ci]
1
chore
null
217,922
16.04.2019 10:29:35
-7,200
7ed8d95082f2dcaca84bfa865cc8463ad2a55199
feat(log-tracker): you can now hide completed recipes
[ { "change_type": "MODIFY", "diff": "<button nz-button (click)=\"createList(page)\">\n<i nz-icon type=\"check\"></i> {{'LOG_TRACKER.Create_list' | translate}}\n</button>\n+ <div fxLayout=\"row\" fxLayoutGap=\"5px\" fxLayoutAlign=\"flex-end center\">\n+ <nz-switch [(ngModel)]=\"hideCompleted\"></nz-switch>\n+...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(log-tracker): you can now hide completed recipes
1
feat
log-tracker
217,922
16.04.2019 10:34:37
-7,200
e3052797efc06e0ad143632f4b912e2e218cf182
chore: translations for previous commit
[ { "change_type": "MODIFY", "diff": "\"View_on_ff14angler\": \"More details on ff14angler\",\n\"Required_for_achievement\": \"Required for the achievements\",\n\"Select_spot\": \"Select a spot to see its details\",\n+ \"Hide_completed\": \"Hide completed recipes\",\n\"PAGE\": {\n\"Master_recipes\": \"Master ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: translations for previous commit
1
chore
null
503,945
16.04.2019 11:05:01
14,400
4c1394c3a5590d6c7c95b9edfdef6f1e2c1395e5
chore(package): Bump versions to 2.3.0
[ { "change_type": "MODIFY", "diff": "\"victory-core\": \"^31.1.0\"\n},\n\"devDependencies\": {\n- \"@patternfly/patternfly\": \"2.0.0\",\n+ \"@patternfly/patternfly\": \"2.3.0\",\n\"@patternfly/react-tokens\": \"^2.3.2\",\n\"css\": \"^2.2.3\",\n\"fs-extra\": \"^6.0.1\",\n", "new_path": "packages/patternf...
TypeScript
MIT License
patternfly/patternfly-react
chore(package): Bump @patternfly/patternfly versions to 2.3.0 (#1760)
1
chore
package
304,866
16.04.2019 11:17:39
25,200
7505a46d7de28f23cce2ee94c5f4973c198c64a4
fix: make staticcheck pass I removed calls to `regexp.Copy()`, since the warning says they are unneeded except for when using `Longest` which is not called anywhere in this repo. I also update the `cmpgen` tool to use `importer.ForCompiler` since `importer.For` is deprecated.
[ { "change_type": "MODIFY", "diff": "@@ -1146,7 +1146,7 @@ func (l *RegexpLiteral) Copy() Node {\nnl.BaseNode = l.BaseNode.Copy()\nif l.Value != nil {\n- nl.Value = l.Value.Copy()\n+ nl.Value = l.Value\n}\nreturn nl\n}\n", "new_path": "ast/ast.go", "old_path": "ast/ast.go" }, { "change_type":...
Go
MIT License
influxdata/flux
fix: make staticcheck pass (#1177) I removed calls to `regexp.Copy()`, since the warning says they are unneeded except for when using `Longest` which is not called anywhere in this repo. I also update the `cmpgen` tool to use `importer.ForCompiler` since `importer.For` is deprecated.
1
fix
null
104,844
16.04.2019 11:19:50
14,400
bd2ea5b374b4185a5594693a7775f273295d7716
refactor(sidenav): export component
[ { "change_type": "MODIFY", "diff": "@@ -29,3 +29,4 @@ export PageHero from './components/Page/PageHero';\nexport PageWorkArea from './components/Page/PageWorkArea';\nexport NavigationBar from './components/NavigationBar/NavigationBar';\nexport Header from './components/Header';\n+export SideNav from './comp...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
refactor(sidenav): export component
1
refactor
sidenav
71,101
16.04.2019 11:27:07
-7,200
c1e41ed585e5f0579c38b172b5c7ce215fcb6919
fix(core): Use different symbol for Stack.isStack versus CfnReference.isCfnReference
[ { "change_type": "MODIFY", "diff": "import { Reference } from \"./reference\";\n-const CFN_REFERENCE_SYMBOL = Symbol('@aws-cdk/cdk.CfnReference');\n+const CFN_REFERENCE_SYMBOL = Symbol.for('@aws-cdk/cdk.CfnReference');\n/**\n* A Token that represents a CloudFormation reference to another resource\n", "n...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(core): Use different symbol for Stack.isStack versus CfnReference.isCfnReference (#2305)
1
fix
core
217,922
16.04.2019 11:30:03
-7,200
80f77709433e96a8f9193e554ad42dc25070bb4f
feat(log-tracker): added a menu item on item rows to mark item as done in the log
[ { "change_type": "MODIFY", "diff": "@@ -49,7 +49,8 @@ export class ListLayout extends DataModel {\nItemRowMenuElement.MARK_HQ,\nItemRowMenuElement.ADD_TO_ANOTHER_LIST,\nItemRowMenuElement.REQUIREMENTS,\n- ItemRowMenuElement.REMOVE_ITEM\n+ ItemRowMenuElement.REMOVE_ITEM,\n+ ItemRowMenuElement.MARK_AS_DONE_IN...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(log-tracker): added a menu item on item rows to mark item as done in the log
1
feat
log-tracker
76,605
16.04.2019 11:39:14
-7,200
446ba7148103e101744c76ae1d0e43aa1091b3c2
fix: Adding comments to bayes classifier
[ { "change_type": "MODIFY", "diff": "@@ -28,6 +28,10 @@ const { Mathops } = require('../math');\n* Class for a Bayes Classifier.\n*/\nclass BayesClassifier extends Classifier {\n+ /**\n+ * Sets the smoothing\n+ * @param {number} newSmoothing New smoothing value\n+ */\nsetSmoothing(newSmoothing) {\nthis.smoot...
JavaScript
MIT License
axa-group/nlp.js
fix: Adding comments to bayes classifier
1
fix
null
76,605
16.04.2019 11:39:46
-7,200
605f0144e5ea0bd789dba31f60479a4b993765de
fix: Adding comments to binary neural network classifier
[ { "change_type": "MODIFY", "diff": "@@ -116,6 +116,14 @@ class BinaryNeuralNetworkClassifier extends Classifier {\nreturn scores.sort((x, y) => y.value - x.value);\n}\n+ /**\n+ * Given an observation and an array for inserting the results,\n+ * it calculates the score of the observation for each of the clas...
JavaScript
MIT License
axa-group/nlp.js
fix: Adding comments to binary neural network classifier
1
fix
null
76,605
16.04.2019 11:40:16
-7,200
2082707196ffdb787ffbd8eee52a4abf1249074a
fix: adding comments to brain classifier
[ { "change_type": "MODIFY", "diff": "@@ -88,6 +88,13 @@ class BrainClassifier extends Classifier {\nreturn [{ label: 'None', value: 1 }];\n}\n+ /**\n+ * Given an observation and an array for inserting the results,\n+ * it calculates the score of the observation for each of the classifications\n+ * and fills ...
JavaScript
MIT License
axa-group/nlp.js
fix: adding comments to brain classifier
1
fix
null
76,605
16.04.2019 11:40:41
-7,200
0c2df7f89cea65c13bc5455222638567345d7399
fix: adding comments to classifier
[ { "change_type": "MODIFY", "diff": "@@ -175,6 +175,12 @@ class Classifier {\nreturn result;\n}\n+ /**\n+ * Given an obj with className and properties, return the correct instance\n+ * filled with the properties information.\n+ * @param {Object} obj Source object.\n+ * @returns {Object} Instance of a classif...
JavaScript
MIT License
axa-group/nlp.js
fix: adding comments to classifier
1
fix
null
76,605
16.04.2019 11:41:07
-7,200
43580e18db40dcfbc324a1fdaf145c5d19100fe0
fix: Adding neural network to classifiers index
[ { "change_type": "MODIFY", "diff": "@@ -26,6 +26,7 @@ const LogisticRegressionClassifier = require('./logistic-regression-classifier')\nconst BayesClassifier = require('./bayes-classifier');\nconst BinaryNeuralNetworkClassifier = require('./binary-neural-network-classifier');\nconst BrainClassifier = requir...
JavaScript
MIT License
axa-group/nlp.js
fix: Adding neural network to classifiers index
1
fix
null
76,605
16.04.2019 11:41:27
-7,200
cd7475bbab1081de73f24fb0d2597fabaa09893a
fix: adding neural network to index
[ { "change_type": "MODIFY", "diff": "@@ -27,6 +27,7 @@ const {\nBayesClassifier,\nBinaryNeuralNetworkClassifier,\nBrainClassifier,\n+ NeuralNetwork,\n} = require('./classifiers');\nconst { Language } = require('./language');\nconst { Mathops, Vector, Matrix } = require('./math');\n@@ -64,6 +65,7 @@ const exp...
JavaScript
MIT License
axa-group/nlp.js
fix: adding neural network to index
1
fix
null
76,605
16.04.2019 11:41:53
-7,200
d888bb575762f290c5e5caf831c12079e54fc860
fix: adding comments to logistic regression classifier
[ { "change_type": "MODIFY", "diff": "@@ -81,7 +81,8 @@ class LogisticRegressionClassifier extends Classifier {\n}\n/**\n- * Gets a copy of the instance properties\n+ * Clone the object properties.\n+ * @returns {Object} Cloned object.\n*/\ntoObj() {\nconst result = {};\n@@ -95,8 +96,8 @@ class LogisticRegres...
JavaScript
MIT License
axa-group/nlp.js
fix: adding comments to logistic regression classifier
1
fix
null
76,605
16.04.2019 11:42:20
-7,200
be4101c268c66ea9cc1a4303db23c63f48708fac
fix: adding comments to nlg manager
[ { "change_type": "MODIFY", "diff": "@@ -85,6 +85,14 @@ class NlgManager {\nreturn result[Math.floor(Math.random() * result.length)];\n}\n+ /**\n+ * Finds the index of an answer.\n+ * @param {String} locale Locale of the answer.\n+ * @param {String} intent Intent of the answer.\n+ * @param {String} answer Te...
JavaScript
MIT License
axa-group/nlp.js
fix: adding comments to nlg manager
1
fix
null
76,605
16.04.2019 11:42:49
-7,200
92cb675693b178cb2dac7259627325b6d820ac7c
fix: adding callback to recognizer so it can be tested
[ { "change_type": "MODIFY", "diff": "@@ -281,9 +281,13 @@ class Recognizer {\n}\nconst self = this;\n// eslint-disable-next-line no-underscore-dangle, no-param-reassign\n- bot._onDisambiguateRoute = function disambiguate(session, results) {\n+ bot._onDisambiguateRoute = function disambiguate(\n+ session,\n+ ...
JavaScript
MIT License
axa-group/nlp.js
fix: adding callback to recognizer so it can be tested
1
fix
null
76,605
16.04.2019 11:43:13
-7,200
39b2d6f15b34d1f53845db82f814729e57b0e5dd
fix: Adding neural network tests
[ { "change_type": "ADD", "diff": "+/*\n+ * Copyright (c) AXA Shared Services Spain S.A.\n+ *\n+ * Permission is hereby granted, free of charge, to any person obtaining\n+ * a copy of this software and associated documentation files (the\n+ * \"Software\"), to deal in the Software without restriction, includi...
JavaScript
MIT License
axa-group/nlp.js
fix: Adding neural network tests
1
fix
null
76,605
16.04.2019 11:48:54
-7,200
86f320b4be9d2dba22662506ab8bb506342422f9
fix: Adding max decimals to neural network
[ { "change_type": "MODIFY", "diff": "@@ -43,6 +43,7 @@ class NeuralNetwork {\nthis.trainOpts.learningRate = options.learningRate || 0.3;\nthis.trainOpts.momentum = options.momentum || 0.1;\nthis.trainOpts.leakyReluAlpha = options.leakyReluAlpha || 0.05;\n+ this.trainOpts.maxDecimals = options.maxDecimals;\n}...
JavaScript
MIT License
axa-group/nlp.js
fix: Adding max decimals to neural network
1
fix
null
807,849
16.04.2019 12:27:17
25,200
80e3b25eb28e833a778e8ac1b8eedee4555d358d
chore(website): Update links to Refs lerna/website#69 Closes
[ { "change_type": "MODIFY", "diff": "@@ -263,10 +263,10 @@ In the example above,\n### README Badge\n-Using Lerna? Add a README badge to show it off: [![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lernajs.io/)\n+Using Lerna? Add a README badge to show it off: [![lerna](htt...
JavaScript
MIT License
lerna/lerna
chore(website): Update links to https://lerna.js.org/ Refs lerna/website#69 Closes #2033
1
chore
website
217,922
16.04.2019 12:34:50
-7,200
141f39e1aac38a4fed7d1334b7f441353036abe4
feat(log-tracker): you can now generate a list for the 50 first uncompleted items
[ { "change_type": "MODIFY", "diff": "<button nz-button (click)=\"createList(page)\">\n<i nz-icon type=\"check\"></i> {{'LOG_TRACKER.Create_list' | translate}}\n</button>\n+ <button nz-button (click)=\"createList(page, 50)\">\n+ <i nz-icon type=\"check\"></i> {{'LOG_TRACKER.Create_list_limited' | translate}}\...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(log-tracker): you can now generate a list for the 50 first uncompleted items
1
feat
log-tracker
76,605
16.04.2019 12:39:14
-7,200
b058563265a776e8f3fcfc8dcb8c46a5b0f4be5f
fix: updating handlebars to last version
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"node-nlp\",\n- \"version\": \"2.5.2\",\n+ \"version\": \"3.0.0\",\n\"lockfileVersion\": 1,\n\"requires\": true,\n\"dependencies\": {\n\"dev\": true\n},\n\"handlebars\": {\n- \"version\": \"4.1.1\",\n- \"resolved\": \"https://registry.npmjs.org/handlebars/-/...
JavaScript
MIT License
axa-group/nlp.js
fix: updating handlebars to last version
1
fix
null
104,818
16.04.2019 12:43:19
-7,200
8648399c62f6cdbf178dc592b90d4605600b790f
refactor(tilecatalog): use reducer for state management
[ { "change_type": "MODIFY", "diff": "\"react-dnd-html5-backend\": \"2.5.1\",\n\"react-dnd-test-backend\": \"^7.2.0\",\n\"react-transition-group\": \"^2.6.0\",\n- \"styled-components\": \"^4.1.3\"\n+ \"styled-components\": \"^4.1.3\",\n+ \"use-deep-compare-effect\": \"^1.2.0\"\n},\n\"peerDependencies\": {\n\"...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
refactor(tilecatalog): use reducer for state management
1
refactor
tilecatalog
808,036
16.04.2019 12:46:21
25,200
ff9c4763d6f74dcae1f9dd0ec59719027bb4d13c
fix(docs): Add missing docs for `--tag-version-prefix` Closes
[ { "change_type": "MODIFY", "diff": "@@ -57,6 +57,7 @@ This is useful when a previous `lerna publish` failed to publish all packages to\n- [`--ignore-scripts`](#--ignore-scripts)\n- [`--ignore-prepublish`](#--ignore-prepublish)\n- [`--yes`](#--yes)\n+- [`--tag-version-prefix`](#--tag-version-prefix)\n### `--...
JavaScript
MIT License
lerna/lerna
fix(docs): Add missing docs for `--tag-version-prefix` (#2035) Closes #1924
1
fix
docs
807,849
16.04.2019 13:04:42
25,200
09c01031391dc50499903d887ab53b9d5deb6ae3
fix(child-process): Centralize `exitCode` translation from string codes into numbers Refs
[ { "change_type": "MODIFY", "diff": "\"use strict\";\n-const os = require(\"os\");\n-\nconst ChildProcessUtilities = require(\"@lerna/child-process\");\nconst Command = require(\"@lerna/command\");\nconst batchPackages = require(\"@lerna/batch-packages\");\n@@ -87,18 +85,7 @@ class ExecCommand extends Comman...
JavaScript
MIT License
lerna/lerna
fix(child-process): Centralize `exitCode` translation from string codes into numbers Refs #2031
1
fix
child-process
304,866
16.04.2019 13:59:46
25,200
6cfd2043f24d34755d38f423c36eff101bbb50ac
ci: add GOFLAGS -p=8 to circleci config Fixes
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,7 @@ jobs:\n- image: nathanielc/flux-build:latest\nenvironment:\nGOCACHE: /tmp/go-cache\n+ GOFLAGS: -p=8\nGOPATH: /tmp/go\nGO111MODULE: 'on' # must be quoted to force string type instead of boolean type\nsteps:\n@@ -47,6 +48,7 @@ jobs:\n- image: nathanielc/flux...
Go
MIT License
influxdata/flux
ci: add GOFLAGS -p=8 to circleci config (#1180) Fixes #1179.
1
ci
null
104,818
16.04.2019 14:12:08
-7,200
8549125c053302eed012594d0e1b0f6d68a2cc6d
fix(tilecatalog): selections don't work correctly
[ { "change_type": "MODIFY", "diff": "+import isNil from 'lodash/isNil';\n+\nimport { searchData } from '../Table/tableReducer';\nexport const TILE_ACTIONS = {\n@@ -7,19 +9,34 @@ export const TILE_ACTIONS = {\nRESET: 'RESET',\n};\n+/** figures out the ending index of the array */\n+const determineEndingIndex ...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(tilecatalog): selections don't work correctly
1
fix
tilecatalog
531,793
16.04.2019 14:14:19
-3,600
389ab04a40ab79a8f91bb4b63d29db69318cf91e
fix(ui): ensure that all filter bar label indicators use badge class
[ { "change_type": "MODIFY", "diff": "@@ -76,12 +76,12 @@ const FilterInputLabel = observer(\n</span>\n) : null\n) : (\n- <span className=\"badge mr-1\">\n+ <span className=\"badge\">\n<FontAwesomeIcon icon={faSpinner} spin />\n</span>\n)\n) : (\n- <span className=\"text-danger mr-1\">\n+ <span className=\"ba...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): ensure that all filter bar label indicators use badge class
1
fix
ui
791,760
16.04.2019 14:51:10
25,200
81a8a5cb3d5e785494fe8549cbe747de2325c17c
client(lr): build report-generator-bundle
[ { "change_type": "ADD", "diff": "+/**\n+ * @license Copyright 2019 Google Inc. All Rights Reserved.\n+ * Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/L...
JavaScript
Apache License 2.0
googlechrome/lighthouse
client(lr): build report-generator-bundle (#8197)
1
client
lr
815,577
16.04.2019 15:44:06
-28,800
bf9af93b45a5e2ac693e91282ba773958b6e33a0
fix: Transaction interface behavior inconsistency
[ { "change_type": "MODIFY", "diff": "@@ -35,27 +35,24 @@ pub(crate) struct PoolRpcImpl<CS> {\nimpl<CS: ChainStore + 'static> PoolRpc for PoolRpcImpl<CS> {\nfn send_transaction(&self, tx: Transaction) -> Result<H256> {\nlet tx: CoreTransaction = tx.try_into().map_err(|_| Error::parse_error())?;\n- let tx_hash...
Rust
MIT License
nervosnetwork/ckb
fix: Transaction interface behavior inconsistency
1
fix
null
127,946
16.04.2019 15:50:10
-10,800
52a3eb177a5b0d6de9bda0b76027a2376c7311e9
fix(user-portal): user-portal now is public package
[ { "change_type": "MODIFY", "diff": "{\n- \"private\": true,\n\"name\": \"@heathmont/sportsbet-user-portal\",\n\"version\": \"0.25.0\",\n\"main\": \"dist/main.bundle.js\",\n\"typings\": \"lib/index.d.ts\",\n- \"repository\": \"https://github.com/coingaming/sportsbet-design\",\n+ \"repository\": {\n+ \"type\"...
TypeScript
MIT License
coingaming/moon-design
fix(user-portal): user-portal now is public package
1
fix
user-portal