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
104,844
31.05.2019 15:28:59
14,400
83d66b1877b839cc381fb065dce039df0f6d0d3c
chore(resourcelist): fix issues stemming from v10 upgrade
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,20 @@ import styled from 'styled-components';\nconst ResourceListSection = styled.section`\n{\n+ &.bx--structured-list--selection\n+ .bx--structured-list-row:hover:not(.bx--structured-list-row--header-row)\n+ > .bx--structured-list-td {\n+ border: none;\n+ }\n+...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(resourcelist): fix issues stemming from v10 upgrade
1
chore
resourcelist
217,922
31.05.2019 15:40:51
-7,200
6e00d58289119a7cb292d929ec69ec6c5e30e6ff
chore: no need for the sitemap to be copied anymore as it's hosted by storage api
[ { "change_type": "MODIFY", "diff": "\"source\": \"/desktop\",\n\"destination\": \"https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/releases/latest\",\n\"type\": 301\n+ },\n+ {\n+ \"source\" : \"/sitemap\",\n+ \"destination\" : \"https://firebasestorage.googleapis.com/v0/b/foo\",\n+ \"type\" : 301\n}\n],\n...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: no need for the sitemap to be copied anymore as it's hosted by storage api
1
chore
null
217,922
31.05.2019 15:42:16
-7,200
bf02c2e4fa10fdd82b9b4c5a23b9ba50b2ddb253
chore: proper redirect for sitemap
[ { "change_type": "MODIFY", "diff": "},\n{\n\"source\" : \"/sitemap\",\n- \"destination\" : \"https://firebasestorage.googleapis.com/v0/b/foo\",\n+ \"destination\" : \"https://firebasestorage.googleapis.com/v0/b/ffxivteamcraft.appspot.com/o/sitemap.xml?alt=media&token=fbccf277-70bb-4aa6-ab49-04c9fd46f06d\",\...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: proper redirect for sitemap
1
chore
null
273,683
31.05.2019 15:54:05
-7,200
ff016f859bb84aaddad88dac7241f22bd39fb6e0
chore: exclude files from npm packages
[ { "change_type": "ADD", "diff": "+__tests__\n+.eslintrc*\n", "new_path": "gridsome/.npmignore", "old_path": null }, { "change_type": "MODIFY", "diff": "\"website\",\n\"blog\"\n],\n- \"files\": [\n- \"app\",\n- \"bin\",\n- \"lib\",\n- \"index.js\",\n- \"graphql.js\"\n- ],\n\"dependencies\...
JavaScript
MIT License
gridsome/gridsome
chore: exclude files from npm packages
1
chore
null
815,598
31.05.2019 16:04:54
-28,800
ac904c35e4e4e6347b87dd5a8b73ccfcf6ace89f
fix: cuckoo cycle max edge verification The last point can be equal to the max edge.
[ { "change_type": "MODIFY", "diff": "@@ -167,6 +167,7 @@ pub struct Cuckoo {\nimpl Cuckoo {\npub fn new(edge_bits: u8, cycle_length: usize) -> Self {\n+ assert!(cycle_length > 0, \"cycle_length must be larger than 0\");\nSelf {\nmax_edge: 1 << edge_bits,\nedge_mask: (1 << edge_bits) - 1,\n@@ -181,22 +182,11 ...
Rust
MIT License
nervosnetwork/ckb
fix: cuckoo cycle max edge verification The last point can be equal to the max edge.
1
fix
null
217,922
31.05.2019 16:08:27
-7,200
e8a4d8a5a51dbe1b248ca373522f6b31af3abf8a
chore: circleci configuration hotfix
[ { "change_type": "MODIFY", "diff": "@@ -130,7 +130,7 @@ jobs:\nat: ~/\n- run:\nname: Deploying SSR fucntions\n- command: npm run build:ssr:ci && ./node_modules/.bin/firebase deploy -P prod --only functions --token \"$FIREBASE_TOKEN\"\n+ command: npm run build:ssr:ci && ./node_modules/.bin/firebase deploy -P...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: circleci configuration hotfix
1
chore
null
815,609
31.05.2019 16:12:50
-28,800
e2af9a4547776215b79faf11af1c8701ae83a686
chore: make a better error message for miner when method not found
[ { "change_type": "MODIFY", "diff": "@@ -10,8 +10,8 @@ use hyper::Uri;\nuse hyper::{Body, Chunk, Client as HttpClient, Method, Request};\nuse jsonrpc_types::BlockTemplate;\nuse jsonrpc_types::{\n- error::Error as RpcFail, id::Id, params::Params, request::MethodCall, response::Output,\n- version::Version, Blo...
Rust
MIT License
nervosnetwork/ckb
chore: make a better error message for miner when method not found
1
chore
null
127,939
31.05.2019 16:13:09
-10,800
50de6ca4c892919b8afb58246ece262af69aa015
fix(AddWallet): fix add wallet link
[ { "change_type": "MODIFY", "diff": "/** @jsx jsx */\nimport * as React from 'react';\n+import { NavLink, NavLinkProps } from 'react-router-dom';\nimport { jsx } from '@emotion/core';\nimport styled, { CSSObject } from '@emotion/styled';\nimport rem from 'polished/lib/helpers/rem';\n@@ -18,6 +19,7 @@ const c...
TypeScript
MIT License
coingaming/moon-design
fix(AddWallet): fix add wallet link
1
fix
AddWallet
127,976
31.05.2019 16:13:56
-10,800
ea0488776904e7548367404e1bc0ea8ba9265d4f
refactor: swap const
[ { "change_type": "MODIFY", "diff": "import * as React from 'react';\nimport styled from '@emotion/styled';\n-import { breakpoints, colors } from '@heathmont/sportsbet-tokens';\n+import {\n+ breakpoints,\n+ colors,\n+ spacing as spacingTokens,\n+} from '@heathmont/sportsbet-tokens';\nimport { inlineSVG, mq, ...
TypeScript
MIT License
coingaming/moon-design
refactor: swap const
1
refactor
null
127,939
31.05.2019 16:17:45
-10,800
c1a7a149366ffed86f0db9927ecda8399dcfc2f8
chore(AddWallet): removed not needed export
[ { "change_type": "MODIFY", "diff": "@@ -36,7 +36,7 @@ const borderAddWallet: CSSObject = {\n},\n};\n-export const AddWalletCard = styled.div([\n+const AddWalletCard = styled.div([\nborderAddWallet,\ncaption,\n{\n@@ -59,7 +59,7 @@ export const AddWallet: React.FC<NavLinkProps> = props => (\n</AddWalletCard>\...
TypeScript
MIT License
coingaming/moon-design
chore(AddWallet): removed not needed export
1
chore
AddWallet
127,977
31.05.2019 16:30:39
-10,800
4ce40e4b7419b32a30c7204f8eea7fb83f5e4a9c
feat: added healthcheck to nginx
[ { "change_type": "MODIFY", "diff": "@@ -31,6 +31,12 @@ http {\nroot /usr/share/nginx/html;\n+\n+ location = /healthcheck {\n+ add_header Content-Type text/plain;\n+ return 200 'ok';\n+ }\n+\nlocation ~* \\.(?:woff2|otf)$ {\nadd_header \"Cache-Control\" \"max-age=31557600, immutable\";\n}\n", "new_path":...
TypeScript
MIT License
coingaming/moon-design
feat: added healthcheck to nginx
1
feat
null
104,844
31.05.2019 16:33:42
14,400
90076f73c1b9588a0f9a4373de18bb9047d9d352
chore(sidenav): fix issues that stem from v10 upgrade
[ { "change_type": "MODIFY", "diff": "@@ -15,7 +15,7 @@ import CarbonSideNav from './CarbonSideNav';\nconst StyledSideNav = styled(CarbonSideNav)`\n&&& {\n- background-color: ${COLORS.darkGray};\n+ background-color: ${COLORS.gray100};\nborder-top: 1px solid #3c4646;\nheight: calc(100% - 3rem);\n@@ -38,7 +38,1...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(sidenav): fix issues that stem from v10 upgrade
1
chore
sidenav
127,946
31.05.2019 16:35:09
-10,800
c669a1b56cb87111af3765c1792444705f3896a9
fix(my-bets): fix import paths
[ { "change_type": "MODIFY", "diff": "@@ -10,7 +10,7 @@ import { container } from '@heathmont/sportsbet-utils/lib/container';\nimport { LoggedInNav } from '../../../nav/dump-components/logged-in-nav';\nimport { NonLoggedNav } from '../../../nav/dump-components/non-logged-in-nav';\nimport { MyBetsHeader } from...
TypeScript
MIT License
coingaming/moon-design
fix(my-bets): fix import paths
1
fix
my-bets
127,977
31.05.2019 16:56:39
-10,800
fd79f26933c0b6a6d4a5655ecc2de2d0016b2274
feat: added cors to static files
[ { "change_type": "MODIFY", "diff": "@@ -30,7 +30,7 @@ http {\naccess_log /var/log/nginx/access.log main;\nroot /usr/share/nginx/html;\n-\n+ index index.html;\nlocation = /healthcheck {\nadd_header Content-Type text/plain;\n@@ -38,11 +38,39 @@ http {\n}\nlocation ~* \\.(?:woff2|otf)$ {\n+ if ($request_method...
TypeScript
MIT License
coingaming/moon-design
feat: added cors to static files
1
feat
null
104,818
31.05.2019 17:00:09
-7,200
d5e0f82d57bb77534994f18be73820a011a80e7f
fix(dashboard): expose filter prop
[ { "change_type": "MODIFY", "diff": "@@ -55,6 +55,8 @@ const propTypes = {\nisEditable: PropTypes.bool,\n/** array of configurable sizes to dimensions */\ncardDimensions: CardSizesToDimensionsPropTypes,\n+ /** Optional filter that should be rendered top right */\n+ filter: PropTypes.node,\n};\nconst defaultP...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(dashboard): expose filter prop
1
fix
dashboard
711,597
31.05.2019 17:37:15
-7,200
442973058f840c209b3d4710fe4f6630ae0c8014
fix(core): Configure GraphQL Playground to include credentials Closes
[ { "change_type": "MODIFY", "diff": "@@ -104,7 +104,11 @@ async function createGraphQLOptions(\nuploads: {\nmaxFileSize: configService.assetOptions.uploadMaxFileSize,\n},\n- playground: true,\n+ playground: {\n+ settings: {\n+ 'request.credentials': 'include',\n+ } as any,\n+ },\ndebug: true,\ncontext: (req:...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(core): Configure GraphQL Playground to include credentials Closes #107
1
fix
core
217,922
31.05.2019 17:49:45
-7,200
5b0141def6ac21b17bc5c24801e2989ada14b5a0
chore: fix fox SSR cloud function deployment
[ { "change_type": "MODIFY", "diff": "@@ -86,7 +86,7 @@ exports.updateUserListCount = functions.runWith(runtimeOpts).firestore.document(\n});\n});\n-exports.app = functions.https.onRequest((request, response) => {\n+exports.app = functions.runWith(runtimeOpts).https.onRequest((request, response) => {\nrequire...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: fix fox SSR cloud function deployment
1
chore
null
104,844
31.05.2019 18:15:58
14,400
ff2a32881d852fe0ddfe197aebf8cd4d80cbefe9
chore(simplepagination): fix issues from v10 upgrade
[ { "change_type": "MODIFY", "diff": "import React from 'react';\nimport PropTypes from 'prop-types';\nimport styled from 'styled-components';\n-import { Icon } from 'carbon-components-react';\n+import ChevronLeft from '@carbon/icons-react/lib/chevron--left/16';\n+import ChevronRight from '@carbon/icons-react...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(simplepagination): fix issues from v10 upgrade
1
chore
simplepagination
71,673
31.05.2019 18:24:04
25,200
2bfc1c285e03dd6644b8d6f929d6125e5a332438
fix(certificatemanager): correct certificateArn typo in the README
[ { "change_type": "MODIFY", "diff": "@@ -65,7 +65,7 @@ Import a certificate manually, if you know the ARN:\n```ts\nconst certificate = Certificate.import(this, 'Certificate', {\n- certificteArn: \"arn:aws:...\"\n+ certificateArn: \"arn:aws:...\"\n});\n```\n", "new_path": "packages/@aws-cdk/aws-certificat...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(certificatemanager): correct certificateArn typo in the README (#2712)
1
fix
certificatemanager
711,597
31.05.2019 21:01:14
-7,200
b7ed578065925115d9afc10beaa4f1d6bccea1bf
chore: Publish v0.1.2-beta.3
[ { "change_type": "MODIFY", "diff": "+## <small>0.1.2-beta.3 (2019-05-31)</small>\n+\n+\n+#### Features\n+\n+* **admin-ui** Allow custom error messages passed to FormFieldComponent ([220d861](https://github.com/vendure-ecommerce/vendure/commit/220d861))\n+* **admin-ui** Update slug in product detail form aft...
TypeScript
MIT License
vendure-ecommerce/vendure
chore: Publish v0.1.2-beta.3
1
chore
null
791,690
31.05.2019 21:25:02
18,000
450d36032124811125ffde513c13b85b0ee80883
core(manifest-parser): handle blob manifests
[ { "change_type": "MODIFY", "diff": "@@ -16,7 +16,7 @@ const ALLOWED_DISPLAY_VALUES = [\n];\n/**\n* All display-mode fallbacks, including when unset, lead to default display mode 'browser'.\n- * @see https://w3c.github.io/manifest/#dfn-default-display-mode\n+ * @see https://www.w3.org/TR/2016/WD-appmanifest-...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(manifest-parser): handle blob manifests (#9088)
1
core
manifest-parser
447,440
31.05.2019 21:49:52
18,000
4421929b6e673ab37c5604d61edcc21416a836c2
docs: add keyfield to the Table examples
[ { "change_type": "MODIFY", "diff": "company: '90milesbridge',\nemail: 'leandro@gmail.com',\nstatus: 'verified',\n+ id: '1234qwerty',\n},\n{\nname: 'Jose Torres',\ncompany: 'Google',\nemail: 'jose@gmail.com',\nstatus: 'verified',\n+ id: '1234asdfgh',\n},\n{\nname: 'Reinier',\ncompany: '90milesbridge',\nemail...
JavaScript
MIT License
nexxtway/react-rainbow
docs: add keyfield to the Table examples (#774)
1
docs
null
217,922
01.06.2019 00:43:34
-7,200
b1f2fd8a491b7d8486271da802cb59a8888ddffc
chore: use route language for SSR db pages
[ { "change_type": "MODIFY", "diff": "-import { Component } from '@angular/core';\n+import { Component, Inject, PLATFORM_ID } from '@angular/core';\nimport { ActivatedRoute, Router } from '@angular/router';\nimport { TeamcraftComponent } from '../../../core/component/teamcraft-component';\nimport { map, takeU...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: use route language for SSR db pages
1
chore
null
217,922
01.06.2019 00:54:24
-7,200
2489bb85be7a44addd2b60cacc8c661eefe60767
fix(map): fixed a bug with aetheryte name tooltip not showing
[ { "change_type": "MODIFY", "diff": "import { Vector2 } from '../tools/vector2';\nexport interface Aetheryte {\n+ id: number;\nzoneid: number;\nplacenameid: number;\nmap: number;\n", "new_path": "apps/client/src/app/core/data/aetheryte.ts", "old_path": "apps/client/src/app/core/data/aetheryte.ts" }...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(map): fixed a bug with aetheryte name tooltip not showing
1
fix
map
135,517
01.06.2019 02:28:11
18,000
da99aaa67782f96b01f4f79ad0a6b25798394b87
fix: pass ignores from configuration in pass ignores from configuration to the linter
[ { "change_type": "ADD", "diff": "+module.exports = {\n+ rules: {\n+ 'type-enum': [2, 'always', ['type']],\n+ 'scope-enum': [2, 'always', ['scope']],\n+ 'subject-empty': [2, 'never']\n+ },\n+ ignores: [\n+ commit => {\n+ return commit.includes('WIP');\n+ }\n+ ]\n+};\n", "new_path": "@commitlint/cli/fixtu...
TypeScript
MIT License
conventional-changelog/commitlint
fix: pass ignores from configuration in @commitlint/cli (#668) pass ignores from configuration to the linter
1
fix
null
135,452
01.06.2019 07:43:07
0
62625b2238e611ad3d0dde5385d810615d37b4e0
ci: move node versions according to lts
[ { "change_type": "MODIFY", "diff": "@@ -36,19 +36,13 @@ commands:\n- run:\nname: Test\ncommand: yarn test\n- run-node-6:\n+ save-cache:\nsteps:\n- - checkout\n- - restore_cache:\n- keys:\n- - v1-dependencies-{{ checksum \"yarn.lock\" }}\n- - install\n- - build\n- - lint\n- - deps\n- - test\n- - save-cache\n...
TypeScript
MIT License
conventional-changelog/commitlint
ci: move node versions according to lts
1
ci
null
135,452
01.06.2019 07:44:42
0
4360d56a6dc298d2b86caf48664af09766122db8
ci: use non-reserved command name
[ { "change_type": "MODIFY", "diff": "@@ -42,7 +42,7 @@ commands:\nkey: v{{ .Environment.CIRCLE_CACHE_VERSION }}-{{ arch }}-npm-lock-{{ .Branch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum \"yarn.lock\" }}\npaths:\n- node_modules\n- run:\n+ run-node:\nsteps:\n- checkout\n- restore_cache:\n@@ -60,17 +60,17 @@ ...
TypeScript
MIT License
conventional-changelog/commitlint
ci: use non-reserved command name
1
ci
null
815,595
01.06.2019 10:49:40
-28,800
f196dc16c7832804123611f87dd1ee5b4e199da3
fix: Clear pending compact blocks after successing to reconstrct
[ { "change_type": "MODIFY", "diff": "@@ -163,6 +163,7 @@ impl<'a, CS: ChainStore + 'static> CompactBlockProcess<'a, CS> {\n// into database\nmatch ret {\nOk(block) => {\n+ pending_compact_blocks.remove(&block_hash);\nself.relayer\n.accept_block(self.nc.as_ref(), self.peer, &Arc::new(block))\n}\n", "new_p...
Rust
MIT License
nervosnetwork/ckb
fix: Clear pending compact blocks after successing to reconstrct
1
fix
null
815,598
01.06.2019 12:16:15
-28,800
ec008fc5b28a70a9cca21b6369c8b05364c5a104
chore: bump genesis hash and db version
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,7 @@ use std::sync::Arc;\n// - If the data can be migrated manually: update \"x.y1.z\" to \"x.y2.0\".\n// - If the data can not be migrated: update \"x1.y.z\" to \"x2.0.0\".\npub(crate) const VERSION_KEY: &str = \"db-version\";\n-pub(crate) const VERSION_VALUE:...
Rust
MIT License
nervosnetwork/ckb
chore: bump genesis hash and db version
1
chore
null
447,451
01.06.2019 12:24:26
18,000
7dbb3db01dd11c9dfeabf3e915e959a05c918536
fix: fix onFocus and onBlur events in Lookup
[ { "change_type": "MODIFY", "diff": "@@ -347,4 +347,11 @@ describe('<Lookup />', () => {\n});\nexpect(stopPropagationMockFn).not.toHaveBeenCalled();\n});\n+ it('should fire onBlur with null', () => {\n+ const onBlurMockFn = jest.fn();\n+ const component = mount(<Lookup label=\"custom label\" onBlur={onBlurMo...
JavaScript
MIT License
nexxtway/react-rainbow
fix: fix onFocus and onBlur events in Lookup (#777)
1
fix
null
217,922
01.06.2019 12:42:51
-7,200
438247a0f2d4cc1f3021b8f3fcfba3a3590360a4
chore(release): 5.4.13
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"5.4.13\"></a>\n+## [5.4.13](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compar...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 5.4.13
1
chore
release
217,922
01.06.2019 13:05:19
-7,200
aefdc664fe2bc5b8d9256ca2b36ebe59566d2f2e
fix(db): fixed db pages for PotD and HoH
[ { "change_type": "MODIFY", "diff": "</nz-card>\n</div>\n<nz-divider [nzText]=\"'DB.Instance_details' | translate\" nzOrientation=\"left\"></nz-divider>\n- <div fxLayout=\"row wrap\" fxLayoutGap=\"10px\" fxLayout.lt-md=\"column\">\n+ <div fxLayout=\"row wrap\" fxLayoutGap=\"10px\" fxLayout.lt-md=\"column\" *...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(db): fixed db pages for PotD and HoH
1
fix
db
531,793
01.06.2019 14:17:37
-3,600
44658082875fd2f50291d54794c5c7b7c33e4e36
fix(ui): apply correct font color to filter input labels Bootstrap classes for.btn are getting priorioty so the text is always black, even when background color is dark
[ { "change_type": "MODIFY", "diff": "@@ -34,6 +34,7 @@ span.badge.components-label {\npadding-bottom: 0.25rem;\n}\n+button.components-label-bright,\n.components-label-bright {\ncolor: $black;\n&:hover {\n@@ -56,6 +57,7 @@ span.badge.components-label {\n}\n}\n+button.components-label-dark,\n.components-label-...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): apply correct font color to filter input labels Bootstrap classes for.btn are getting priorioty so the text is always black, even when background color is dark
1
fix
ui
815,598
01.06.2019 14:23:40
-28,800
cb812a56286f8352fd1d0e74a7d3deefbeb44954
chore: bump code name to rylai-v3
[ { "change_type": "MODIFY", "diff": "@@ -10,8 +10,8 @@ code_hash = \"0x9e3b3557f11b2b3532ce352bfe8017e9fd11d154c4c7f9b7aaaa1e621b539a08\"\nscript_hash = \"0xf7b950dde1e3c07f17b1609f5a06d92af81a514eabcb096a4dcecce627823ba4\"\n[ckb_testnet]\n-genesis = \"0x458aa1ca3b04cd9fa05c2d7d79aa87ad95a3886f5aeb38e43e13eb...
Rust
MIT License
nervosnetwork/ckb
chore: bump code name to rylai-v3 (#929)
1
chore
null
447,451
01.06.2019 15:30:47
18,000
66f895681013f0fd5d0397fc58a6c2d5a9105594
fix: change onBlur and onFocus events in DatePicker and TimePicker
[ { "change_type": "ADD", "diff": "+import React from 'react';\n+import { mount } from 'enzyme';\n+import DatePicker from '../';\n+\n+const value = new Date('06/01/2019');\n+\n+describe('<DatePicker/>', () => {\n+ it('should fire onBlur with undefined when there is not value', () => {\n+ const onBlurMockFn = ...
JavaScript
MIT License
nexxtway/react-rainbow
fix: change onBlur and onFocus events in DatePicker and TimePicker (#781)
1
fix
null
815,609
01.06.2019 15:47:10
-28,800
acb69bb18373ebcf1746a938f29fd4fa4b2e58a1
feat: add a function to select all tx-hashes from storage for a block
[ { "change_type": "MODIFY", "diff": "@@ -24,6 +24,7 @@ const TRANSACTION_FIELDS_SIZE: usize = 9;\nconst TRANSACTION_TOTAL_SIZE_INDEX: usize = 0;\nconst TRANSACTION_OUTPUTS_INDEX: usize = 4;\n+const TRANSACTION_HASH_INDEX: usize = 6;\ntype TransactionHeader = [usize; 9];\n@@ -137,7 +138,7 @@ pub(crate) fn des...
Rust
MIT License
nervosnetwork/ckb
feat: add a function to select all tx-hashes from storage for a block
1
feat
null
447,440
01.06.2019 17:46:58
18,000
6fd4a6579d3fa824a24734bf36de3b0d2a65be2b
docs: fix lookup icon prop description
[ { "change_type": "MODIFY", "diff": "@@ -490,7 +490,8 @@ Lookup.propTypes = {\nclassName: PropTypes.string,\n/** An object with custom style applied to the outer element. */\nstyle: PropTypes.object,\n- /** The icon to show when search is empty. */\n+ /** The icon that appears in the Lookup when the input se...
JavaScript
MIT License
nexxtway/react-rainbow
docs: fix lookup icon prop description (#778)
1
docs
null
217,922
01.06.2019 18:13:16
-7,200
35ee428234abd7ab87beaa63e51a6b087fdde8b2
fix(reduced-by): removed area name as it's almost always wrong and hard to maintain properly
[ { "change_type": "MODIFY", "diff": "<div fxLayout=\"column\" fxLayoutGap=\"5px\">\n<div fxLayout=\"row\" fxLayoutGap=\"5px\" fxLayoutAlign=\"flex-start center\">\n<div fxLayout=\"row\" fxLayoutAlign=\"flex-start center\" fxLayoutGap=\"5px\">\n- <div>{{node.mapId | placeName | i18n}} - lvl {{node.level}}</di...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(reduced-by): removed area name as it's almost always wrong and hard to maintain properly
1
fix
reduced-by
217,922
01.06.2019 19:45:10
-7,200
8a066da6531dbe853b649d410670576bde20ffd1
fix(db): layout fix for trade details component
[ { "change_type": "MODIFY", "diff": "</div>\n</div>\n<ng-container *ngIf=\"!fromExternalTrades && !dbDisplay\">\n- <div class=\"total-price\" *ngIf=\"totalPrice(trade) as totalTradePrice\" fxLayout=\"row\" fxLayoutAlign=\"center center\"\n+ <div class=\"total-price\" *ngIf=\"totalPrice(trade) as totalTradePr...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(db): layout fix for trade details component
1
fix
db
217,922
01.06.2019 20:41:04
-7,200
2090026e0be6020265e5e552d1c6064ae34102c9
feat(search): added search history system to the search page (can be cleared inside settings)
[ { "change_type": "MODIFY", "diff": "<nz-tabset nzTabPosition=\"left\" [nzSelectedIndex]=\"selectedTab\" class=\"tabset\">\n<nz-tab [nzTitle]=\"'SETTINGS.General' | translate\">\n<div fxLayout=\"column\" fxLayoutGap=\"10px\">\n+ <nz-form-item class=\"empty-label\">\n+ <nz-form-label [nzSpan]=\"5\"></nz-form-...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(search): added search history system to the search page (can be cleared inside settings)
1
feat
search
217,922
01.06.2019 20:57:41
-7,200
09611be94cce8a0ed4b306a6be60f2b145ec38fc
feat(db): better details for crafting actions
[ { "change_type": "MODIFY", "diff": "<img [src]=\"action.Icon | xivapiIcon\" class=\"img-icon\" fxFlex=\"0 0 auto\">\n<div fxLayout=\"column\" fxLayoutAlign=\"flex-start flex-start\">\n<h2 class=\"item-name\">{{action | xivapiI18n}}</h2>\n- <div class=\"item-kind\" fxLayout=\"row\" fxLayoutGap=\"5px\" *ngIf=...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(db): better details for crafting actions
1
feat
db
447,451
01.06.2019 21:00:27
18,000
c9746b57c3032ed993b48e3328aba90644f7b4a7
fix: fix onRowSelection fired when set data and selectedRow after Table component is mounted
[ { "change_type": "MODIFY", "diff": "@@ -1121,4 +1121,18 @@ describe('<Table />', () => {\n'9012zxcvbn': true,\n});\n});\n+ it('should not fire onRowSelection when set data and selectedRows after mount the component', () => {\n+ const onRowSelectionMockFn = jest.fn();\n+ const component = mount(\n+ <Table da...
JavaScript
MIT License
nexxtway/react-rainbow
fix: fix onRowSelection fired when set data and selectedRow after Table component is mounted (#783)
1
fix
null
217,922
01.06.2019 21:05:11
-7,200
ed8d16a644af61bf1248b80ebe72edd77fbc188d
chore(db): better implementation for language switch on server platform
[ { "change_type": "MODIFY", "diff": "@@ -28,6 +28,7 @@ export class DbComponent extends TeamcraftComponent {\n}\nconst savedLang = localStorage.getItem('locale');\nif (!savedLang || isPlatformServer(this.platform)) {\n+ this.translate.setDefaultLang(lang);\nthis.translate.use(lang);\n}\n});\n", "new_path...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(db): better implementation for language switch on server platform
1
chore
db
67,494
01.06.2019 22:19:51
-7,200
27927bc8fe21c1d61eb5c6ee4fb8dc8c6ed458f5
feat(router): remove router queue
[ { "change_type": "MODIFY", "diff": "@@ -43,15 +43,15 @@ export class About {\nreturn wait(this.state.noDelay ? 0 : 4000);\n}\nasync goClick(suppress) {\n- await this.router.historyBrowser.history.pushState('books', null, '#books');\n- // tslint:disable-next-line:no-console\n- console.log('books', this.route...
TypeScript
MIT License
aurelia/aurelia
feat(router): remove router queue
1
feat
router
217,922
01.06.2019 22:27:44
-7,200
7725cb72e9d4a0200940d6cb9872640bac940056
feat(macro-translator): added ZH translation support
[ { "change_type": "MODIFY", "diff": "@@ -12,6 +12,7 @@ import { LazyDataService } from './lazy-data.service';\nimport { Fate } from '../../pages/db/model/fate/fate';\nimport { Quest } from '../../pages/db/model/quest/quest';\nimport { tripleTriadRules } from './sources/triple-triad-rules';\n+import { zhActio...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(macro-translator): added ZH translation support
1
feat
macro-translator
67,494
01.06.2019 22:57:04
-7,200
d56a1bb79a199d0553af9036c5d748ad21a96028
feat(router): fix noHistory support
[ { "change_type": "MODIFY", "diff": "@@ -18,6 +18,7 @@ export interface INavigationEntry extends IStoredNavigationEntry {\nfromBrowser?: boolean;\nreplacing?: boolean;\nrefreshing?: boolean;\n+ untracked?: boolean;\nhistoryMovement?: number;\nresolve?: ((value?: void | PromiseLike<void>) => void);\nreject?: ...
TypeScript
MIT License
aurelia/aurelia
feat(router): fix noHistory support
1
feat
router
67,494
01.06.2019 23:09:53
-7,200
81a28a87e4135a3c2acf053c9e73e426b05a816d
feat(router): remove history browser
[ { "change_type": "DELETE", "diff": "-import { DI, IContainer, Key, Reporter } from '@aurelia/kernel';\n-import { Aurelia, ICustomElementType, IRenderContext } from '@aurelia/runtime';\n-import { BrowserNavigation } from './browser-navigation';\n-import { HistoryBrowser, IHistoryOptions } from './history-bro...
TypeScript
MIT License
aurelia/aurelia
feat(router): remove history browser
1
feat
router
471,462
02.06.2019 07:38:57
14,400
2dec7a2081874faf0973c5bb3645a547280bd77e
feat(building-rollup): include all static modules in `entryModules`
[ { "change_type": "MODIFY", "diff": "@@ -229,7 +229,16 @@ module.exports = (_pluginConfig = {}) => {\ngenerateBundle(outputConfig, bundles) {\nconst entryModules = Object.keys(bundles)\n.filter(key => bundles[key].isEntry)\n- .map(e => `./${e}`);\n+ .reduce((acc, e) => {\n+ acc.push(`./${e}`);\n+ const impor...
JavaScript
MIT License
open-wc/open-wc
feat(building-rollup): include all static modules in `entryModules` (#473)
1
feat
building-rollup
217,922
02.06.2019 12:44:10
-7,200
438f08bd88083b1b90ee3e6a7bb31b8402ea68b6
chore: fix try for database language in SSR
[ { "change_type": "MODIFY", "diff": "@@ -426,6 +426,7 @@ export class AppComponent implements OnInit {\nif (!skipStorage) {\nlocalStorage.setItem('locale', lang);\n}\n+ console.log('app', lang);\nthis.translate.use(lang);\nif (!fromIpc) {\nthis.ipc.send('language', lang);\n", "new_path": "apps/client/src...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: fix try for database language in SSR
1
chore
null
217,922
02.06.2019 13:08:53
-7,200
6cecee2b1829d982ef125897e4ae8847bbb3e075
fix(log-tracker): removed duplicate gig head for fishing log tracker
[ { "change_type": "MODIFY", "diff": "@@ -120,7 +120,7 @@ export class FishingLogTrackerComponent extends TrackerComponent implements OnIn\n});\n}\nreturn result;\n- });\n+ }).slice(0, 1);\n} else {\nif (spots.length > 0) {\nreturn spots\n", "new_path": "apps/client/src/app/pages/log-tracker/fishing-log-t...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(log-tracker): removed duplicate gig head for fishing log tracker
1
fix
log-tracker
217,922
02.06.2019 13:47:43
-7,200
af661a843fc374a57bfe2e8bcced6b3f157a9d14
chore: more test for other languages support in ssr
[ { "change_type": "MODIFY", "diff": "@@ -426,7 +426,6 @@ export class AppComponent implements OnInit {\nif (!skipStorage) {\nlocalStorage.setItem('locale', lang);\n}\n- console.log('app', lang);\nthis.translate.use(lang);\nif (!fromIpc) {\nthis.ipc.send('language', lang);\n", "new_path": "apps/client/src...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: more test for other languages support in ssr
1
chore
null
807,850
02.06.2019 15:58:25
25,200
94fed6097c0d7a56e2632a247f0d853a0b381987
docs: Add legacy fields to lerna.json section [skip ci]
[ { "change_type": "MODIFY", "diff": "@@ -206,6 +206,11 @@ src/\nLocating leaf packages under `packages/*` is considered a \"best-practice\", but is not a requirement for using Lerna.\n+#### Legacy Fields\n+\n+Some `lerna.json` fields are no longer in use. Those of note include:\n+* `lerna`: originally used t...
JavaScript
MIT License
lerna/lerna
docs: Add legacy fields to lerna.json section (#2108) [skip ci]
1
docs
null
217,922
02.06.2019 16:54:07
-7,200
50b1b249f64b56296e45b7209d9fec96229c8cb0
fix(seo): fixed item names and descriptions inside link previews
[ { "change_type": "MODIFY", "diff": "import { HttpClient } from '@angular/common/http';\nimport { TranslateLoader } from '@ngx-translate/core';\n-import { Observable, of } from 'rxjs';\n+import { Observable } from 'rxjs';\nimport { shareReplay } from 'rxjs/operators';\nimport { PlatformService } from './core...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(seo): fixed item names and descriptions inside link previews
1
fix
seo
217,922
02.06.2019 17:30:03
-7,200
5cf942e4ad6cb0eea32fb674e8fbf472978f8494
chore(release): 5.4.14
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"5.4.14\"></a>\n+## [5.4.14](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compar...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 5.4.14
1
chore
release
815,598
02.06.2019 20:43:41
-28,800
c09258b223d56f1b0846bd8c9ab633b03b812699
chore: reload build info on commit
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,7 @@ fn rerun_if_changed(path_str: &str) -> bool {\nfn main() {\nlet files_stdout = std::process::Command::new(\"git\")\n- .args(&[\"ls-tree\", \"--name-only\", \"HEAD\"])\n+ .args(&[\"ls-tree\", \"-r\", \"--name-only\", \"HEAD\"])\n.output()\n.ok()\n.and_the...
Rust
MIT License
nervosnetwork/ckb
chore: reload build info on commit (#928)
1
chore
null
71,741
02.06.2019 23:22:27
25,200
0593d5139028c9eb4a558259b6fd8a17f462fde7
feat(rds): add engineVersion to DatabaseCluster Without this change, CDK's RDS DatabaseCluster is not very useful because you can only deploy the default versions of the given database engine. This change adds an optional prop `engineVersion` Fixes
[ { "change_type": "MODIFY", "diff": "@@ -19,6 +19,13 @@ export interface DatabaseClusterProps {\n*/\nreadonly engine: DatabaseClusterEngine;\n+ /**\n+ * What version of the database to start\n+ *\n+ * @default - The default for the engine is used.\n+ */\n+ readonly engineVersion?: string;\n+\n/**\n* How many...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(rds): add engineVersion to DatabaseCluster (#2698) Without this change, CDK's RDS DatabaseCluster is not very useful because you can only deploy the default versions of the given database engine. This change adds an optional prop `engineVersion` Fixes #2212
1
feat
rds
104,827
03.06.2019 09:16:47
18,000
0a3c6b1ae3c6e004993185424a8c4ee23466518a
fix(card): update card toolbar based on edit mode
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,6 @@ const ContentWrapper = styled.div`\nmargin: 0 16px 16px 16px;\npadding-bottom: 8px;\nwidth: 100%;\n- background-color: rgb(243, 243, 243);\n`;\nconst BarChartCard = ({ title, content: { data }, size, ...others }) => {\n", "new_path": "src/components/...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(card): update card toolbar based on edit mode
1
fix
card
104,857
03.06.2019 09:18:50
10,800
1b7510c65fc009262d336edebe9061b6b62625a9
chore(card): updates on table card
[ { "change_type": "MODIFY", "diff": "import React from 'react';\nimport PropTypes from 'prop-types';\n+import { OverflowMenu, OverflowMenuItem, Icon } from 'carbon-components-react';\n+import styled from 'styled-components';\nimport { CardPropTypes } from '../../constants/PropTypes';\nimport Card from '../Ca...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(card): updates on table card
1
chore
card
127,976
03.06.2019 09:41:34
-10,800
95adbe63dd635c83848a20ed6b98c751eb3d0b24
fix: adjust padding of scoreboards
[ { "change_type": "MODIFY", "diff": "@@ -210,7 +210,7 @@ export const MyBetHeaderCaptionDate = styled.span({\nexport const MyBetHeaderCaptionMatchName = styled.span();\nexport const MyBetContents = styled.div({\n- padding: `${spacing('medium')} 0 ${spacing()} ${spacing()}`,\n+ padding: `${spacing()} 0 ${spac...
TypeScript
MIT License
coingaming/moon-design
fix: adjust padding of scoreboards
1
fix
null
749,516
03.06.2019 10:24:19
25,200
7f1c23cbdf2133416c361b5ee9e4f3e392001add
fix(dropdowns): namespace styled elements correctly
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,7 @@ import classNames from 'classnames';\nimport { retrieveTheme, isRtl } from '@zendeskgarden/react-theming';\nimport TextStyles from '@zendeskgarden/css-forms/dist/text.css';\n-const COMPONENT_ID = 'dropdowns.text_group';\n+const COMPONENT_ID = 'dropdowns....
TypeScript
Apache License 2.0
zendeskgarden/react-components
fix(dropdowns): namespace styled elements correctly (#350)
1
fix
dropdowns
104,827
03.06.2019 10:26:59
18,000
2d63bd76b4824eef1305fc5c9fac9ce36384c9d5
feat(card): add tooltip support
[ { "change_type": "MODIFY", "diff": "@@ -2,6 +2,7 @@ import React from 'react';\nimport {\nToolbar,\nToolbarItem,\n+ Tooltip,\nOverflowMenu,\nOverflowMenuItem,\nButton,\n@@ -110,6 +111,7 @@ const Card = ({\nisEditable,\nisExpanded,\nid,\n+ tooltip,\nonCardAction,\navailableActions,\nbreakpoint,\n@@ -204,7 +2...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(card): add tooltip support
1
feat
card
104,963
03.06.2019 10:29:49
-7,200
79c09055ee4b6d47633d43dfaaa70b48b58f1182
feat: add cv-tag-skeleton and a story for it
[ { "change_type": "ADD", "diff": "+<template>\n+ <div class=\"cv-tag bx--tag bx--skeleton\"></div>\n+</template>\n+\n+<script>\n+export default {\n+ name: 'CvTagSkeleton',\n+};\n+</script>\n", "new_path": "packages/core/src/components/cv-tag/cv-tag-skeleton.vue", "old_path": null }, { "change...
JavaScript
Apache License 2.0
carbon-design-system/carbon-components-vue
feat: add cv-tag-skeleton and a story for it (#419)
1
feat
null
104,963
03.06.2019 10:30:36
-7,200
ddc0dde5cef5c8a27970a4b8b963d8d71b00df35
feat: add cv-slider-skeleton and a story for it
[ { "change_type": "ADD", "diff": "+<template>\n+ <div class=\"cv-slider bx--form-item\">\n+ <label class=\"bx--label bx--skeleton\"></label>\n+ <div class=\"bx--slider-container bx--skeleton\">\n+ <span class=\"bx--slider__range-label\"></span>\n+ <div class=\"bx--slider\">\n+ <div class=\"bx--slider__track\...
JavaScript
Apache License 2.0
carbon-design-system/carbon-components-vue
feat: add cv-slider-skeleton and a story for it (#421)
1
feat
null
71,663
03.06.2019 10:36:48
25,200
4e12fe663ce44eba27c30de1b81a7ba9a1efc412
fix(codebuild): grant the Project's Role permissions to the KMS Key if it was passed. Without those permissions, uploading the Artifacts after the build will fail.
[ { "change_type": "MODIFY", "diff": "@@ -494,6 +494,7 @@ export interface CommonProjectProps {\n*/\nreadonly allowAllOutbound?: boolean;\n}\n+\nexport interface ProjectProps extends CommonProjectProps {\n/**\n* The source of the build.\n@@ -711,6 +712,10 @@ export class Project extends ProjectBase {\nthis.pr...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(codebuild): grant the Project's Role permissions to the KMS Key if it was passed. (#2715) Without those permissions, uploading the Artifacts after the build will fail.
1
fix
codebuild
791,704
03.06.2019 11:01:09
25,200
2cc59c7e11a02167dbedbae046ec5dc0c648529e
devtools: rename audits2 to audits
[ { "change_type": "MODIFY", "diff": "const cachedResources = Runtime.cachedResources;\nmodule.exports = {\n- REPORT_CSS: cachedResources['audits2/lighthouse/report.css'],\n- REPORT_JAVASCRIPT: cachedResources['audits2/lighthouse/report.js'],\n- REPORT_TEMPLATE: cachedResources['audits2/lighthouse/template.ht...
JavaScript
Apache License 2.0
googlechrome/lighthouse
devtools: rename audits2 to audits (#8985)
1
devtools
null
127,976
03.06.2019 11:07:08
-10,800
0f4f729785ead0fac6482050a9fb2eb79b66019d
refactor: rename navigation for consistency
[ { "change_type": "MODIFY", "diff": "@@ -7,6 +7,7 @@ import { DepositViewBTC } from './cashier/views/deposit/view-btc';\nimport { AccountView } from './settings/views/account/view';\nimport { SettingsView } from './settings/views/settings/view';\nimport { NotificationsView } from './settings/views/notificati...
TypeScript
MIT License
coingaming/moon-design
refactor: rename navigation for consistency
1
refactor
null
67,494
03.06.2019 11:13:18
-7,200
d565bcb5ed54ce9ca7fd1409f9b8e5c6425c0d55
test(router): update browser navigation tests
[ { "change_type": "MODIFY", "diff": "@@ -246,8 +246,8 @@ const codeLookup: Record<string, IMessageInfo> = {\nmessage: 'Failed to resolve all viewports.'\n},\n2003: {\n- level: LogLevel.error,\n- message: 'Queued browser history has already been activated.'\n+ type: MessageType.error,\n+ message: 'Browser nav...
TypeScript
MIT License
aurelia/aurelia
test(router): update browser navigation tests
1
test
router
815,590
03.06.2019 11:14:28
-28,800
f0ef817d9d82d88f3a0e487d9b1d60c588ac1f09
refactor: do explicit Arc::clone
[ { "change_type": "MODIFY", "diff": "@@ -78,8 +78,8 @@ pub fn run(args: RunArgs, version: Version) -> Result<(), ExitCode> {\nlet alert_config = args.config.alert.unwrap_or_default();\nlet alert_relayer = AlertRelayer::new(version.to_string(), alert_config);\n- let alert_notifier = alert_relayer.notifier();\...
Rust
MIT License
nervosnetwork/ckb
refactor: do explicit Arc::clone
1
refactor
null
104,857
03.06.2019 11:16:31
10,800
b8857bc668e74aaf46d10013eced630be09acf29
chore(card): new props on table pagination, updates on rowActionClick
[ { "change_type": "MODIFY", "diff": "@@ -37,7 +37,9 @@ const StyledPagination = sizeMe({ noPlaceholder: true })(styled(PaginationV2)`\n.bx--pagination__left,\n.bx--pagination__text {\ndisplay: ${props =>\n- props.size && props.size.width && props.size.width < 600 ? 'none' : 'flex'};\n+ (props.size && props.s...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(card): new props on table pagination, updates on rowActionClick
1
chore
card
448,098
03.06.2019 11:26:43
-10,800
af6816b5207b265be603f9778183530708d9aeea
fix: add quotes to less include-path
[ { "change_type": "MODIFY", "diff": "@@ -73,7 +73,7 @@ export class StylesheetProcessor {\n// this is the only way I found to make LESS sync\nlet cmd = `node \"${require.resolve('less/bin/lessc')}\" \"${filePath}\" --less-plugin-npm-import=\"prefix=~\" --js`;\nif (this.styleIncludePaths.length) {\n- cmd += `...
TypeScript
MIT License
ng-packagr/ng-packagr
fix: add quotes to less include-path
1
fix
null
306,484
03.06.2019 12:42:41
-7,200
72516ac2c5e357b455f437aeb54602eede8cc3f6
chore(steps): clean up tests
[ { "change_type": "MODIFY", "diff": "-import { expect, fixture, oneEvent } from '@open-wc/testing';\n+import { expect, fixture, html, oneEvent } from '@open-wc/testing';\n-import '../lion-steps.js';\nimport '../lion-step.js';\ndescribe('lion-step', () => {\nit('has a condition which allows it to become activ...
JavaScript
MIT License
ing-bank/lion
chore(steps): clean up tests
1
chore
steps
104,827
03.06.2019 12:52:59
18,000
45f3cda9c6bd49c6350de799cd739b248f9779dc
chore(dashboard): default card actions to false, add in story
[ { "change_type": "MODIFY", "diff": "@@ -93,8 +93,8 @@ const defaultProps = {\navailableActions: {\nedit: false,\nclone: false,\n- delete: true,\n- expand: true,\n+ delete: false,\n+ expand: false,\n},\nrowHeight: ROW_HEIGHT,\nbreakpoint: DASHBOARD_SIZES.LARGE,\n", "new_path": "src/components/Card/Card.j...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(dashboard): default card actions to false, add in story
1
chore
dashboard
306,455
03.06.2019 12:59:51
-7,200
37d0db502f4b1e4c997900a117859f29bd900e0b
fix(steps): allow extensions to introduce new non-default slots
[ { "change_type": "MODIFY", "diff": "@@ -97,9 +97,8 @@ export class LionStep extends LionLitElement {\n`;\n}\n- connectedCallback() {\n- // eslint-disable-next-line wc/guard-super-call\n- super.connectedCallback();\n+ firstUpdated() {\n+ super.firstUpdated();\nthis.controller = this.parentNode;\nif (this.ini...
JavaScript
MIT License
ing-bank/lion
fix(steps): allow extensions to introduce new non-default slots
1
fix
steps
104,857
03.06.2019 13:01:44
10,800
df4236e60987a6e6290d7c196cf8b8db8754f013
chore(card): simple story name update
[ { "change_type": "MODIFY", "diff": "@@ -237,7 +237,7 @@ const actions = {\n},\n};\n-storiesOf('Table Card (Experimental)', module).add('medium', () => {\n+storiesOf('Table Card (Experimental)', module).add('basic', () => {\nconst size = select(\n'size',\n[CARD_SIZES.TALL, CARD_SIZES.LARGE, CARD_SIZES.XLARGE...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(card): simple story name update
1
chore
card
438,921
03.06.2019 13:11:12
-32,400
1fc9c165904985f194cc6eba6ad6059bca9ba069
fix(zoom): Fix tooltip pos for bubble/scatter Make to use zoomscale when is available to get the distance of points Fix
[ { "change_type": "MODIFY", "diff": "@@ -762,5 +762,58 @@ describe(\"ZOOM\", function() {\n}\n});\n});\n+\n+ it(\"set options\", () => {\n+ args = {\n+ data: {\n+ columns: [\n+ [\"data1\", 30, 350, 200],\n+ [\"data2\", 130, 100, 10],\n+ [\"data3\", 230, 153, 85]\n+ ],\n+ types: {\n+ data1: \"scatter\",\n+ },...
TypeScript
MIT License
naver/billboard.js
fix(zoom): Fix tooltip pos for bubble/scatter Make to use zoomscale when is available to get the distance of points Fix #906
1
fix
zoom
103,440
03.06.2019 13:35:09
-7,200
635d647f46347a5cf014cc1ef9bbb5fc4f9eed98
chore: bump component-docs version
[ { "change_type": "MODIFY", "diff": "\"license\": \"MIT\",\n\"dependencies\": {\n\"color\": \"^2.0.1\",\n- \"component-docs\": \"^0.19.5\",\n+ \"component-docs\": \"^0.19.7\",\n\"linaria\": \"^1.2.4\"\n}\n}\n", "new_path": "docs/package.json", "old_path": "docs/package.json" }, { "change_type...
TypeScript
MIT License
callstack/react-native-paper
chore: bump component-docs version
1
chore
null
67,494
03.06.2019 14:05:36
-7,200
0e2422d8c9723daaf057e4d9e2e4fb53bec26ce8
test(router): add navigation state to tests
[ { "change_type": "MODIFY", "diff": "+import { INavigationState } from './../../src/browser-navigation';\nimport { expect } from 'chai';\nimport { spy } from 'sinon';\nimport { BrowserNavigation } from './../../src/index';\n@@ -57,7 +58,7 @@ describe('BrowserNavigation', function () {\n} catch (e) {\nerr = e...
TypeScript
MIT License
aurelia/aurelia
test(router): add navigation state to tests
1
test
router
67,494
03.06.2019 14:06:44
-7,200
6f553f38bfd6d3183c05d4f9bcd9e455f2d4abe6
feat(router): add navigation state
[ { "change_type": "MODIFY", "diff": "import { PLATFORM, Reporter } from '@aurelia/kernel';\n+import { IStoredNavigationEntry } from './navigator';\nexport interface NavigationStore {\n}\n@@ -8,6 +9,11 @@ export interface NavigationViewer {\ndeactivate(): void;\n}\n+export interface INavigationState {\n+ Navi...
TypeScript
MIT License
aurelia/aurelia
feat(router): add navigation state
1
feat
router
127,946
03.06.2019 14:38:44
-10,800
5c521a373df673f1681e407ce6cc4b2f32a61f54
feat(button): border.radius.largest by default
[ { "change_type": "MODIFY", "diff": "@@ -3,14 +3,14 @@ import * as React from 'react';\nimport { jsx } from '@emotion/core';\nimport { CSSObject } from '@emotion/styled';\nimport rem from 'polished/lib/helpers/rem';\n-import { colors } from '@heathmont/sportsbet-tokens';\n+import { colors, border } from '@he...
TypeScript
MIT License
coingaming/moon-design
feat(button): border.radius.largest by default
1
feat
button
269,516
03.06.2019 15:18:27
-10,800
fb81242c847a5f045517f0102cce1b878fadb9b2
docs: added Codefresh instructions
[ { "change_type": "MODIFY", "diff": "@@ -317,3 +317,41 @@ dockers:\n- 'gitlab.example.com:4567/Group/Project:{{ .Tag }}'\n- 'gitlab.example.com:4567/Group/Project:latest'\n```\n+\n+## Codefresh\n+\n+Codefresh uses Docker based pipelines where all steps must be Docker containers. Using Goreleaser is very easy...
Go
MIT License
goreleaser/goreleaser
docs: added Codefresh instructions (#1037)
1
docs
null
815,590
03.06.2019 15:28:34
-28,800
468b881dd8128a6ff0f187c57a5551ea6e655ee2
refactor: remove low S check from util-crypto
[ { "change_type": "MODIFY", "diff": "@@ -50,15 +50,6 @@ impl Signature {\nSignature(sig)\n}\n- /// Check if this is a \"low\" signature.\n- pub fn is_low_s(&self) -> bool {\n- if let Ok(h_s) = H256::from_slice(self.s()) {\n- h_s <= HALF_N\n- } else {\n- false\n- }\n- }\n-\n/// Check if each component of the ...
Rust
MIT License
nervosnetwork/ckb
refactor: remove low S check from util-crypto
1
refactor
null
503,965
03.06.2019 16:03:53
14,400
10296da8bd240b26159ec101f70045770b08e442
perf(charts): breaking change bump
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline\n## [3.6.5](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-charts@3.6.4...@patternfly/react-charts@3.6.5) (2019-06-03)\n+\n### Bug Fixes\n* **Charts:...
TypeScript
MIT License
patternfly/patternfly-react
perf(charts): breaking change bump (#2141)
1
perf
charts
306,484
03.06.2019 16:41:31
-7,200
d227a044475c553507bf29053df77c0d92ba7159
fix(ajax): update to axios with security vularability fix
[ { "change_type": "MODIFY", "diff": "\"*.js\"\n],\n\"dependencies\": {\n- \"@bundled-es-modules/axios\": \"0.18.0\",\n+ \"@bundled-es-modules/axios\": \"0.18.1\",\n\"@lion/core\": \"^0.1.9\"\n},\n\"devDependencies\": {\n", "new_path": "packages/ajax/package.json", "old_path": "packages/ajax/package.j...
JavaScript
MIT License
ing-bank/lion
fix(ajax): update to axios with security vularability fix
1
fix
ajax
711,597
03.06.2019 16:44:26
-7,200
325b807d56173d85bbb7e5c05f271127e07f20e3
feat(core): Use batching when updating collection filters Solves server becoming unresponsive when updating a collection affecting a large number of variants
[ { "change_type": "MODIFY", "diff": "@@ -174,14 +174,22 @@ export class FulltextSearchService implements SearchService {\nasync updateVariantsById(ctx: RequestContext, ids: ID[]) {\nif (ids.length) {\n- this.taskQueue.push(async () => {\n- const updatedVariants = await this.connection.getRepository(ProductVa...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(core): Use batching when updating collection filters Solves server becoming unresponsive when updating a collection affecting a large number of variants
1
feat
core
791,800
03.06.2019 16:48:24
14,400
f8552d5ff0cb0a38716236d8347eba31da50c76c
docs(readme): Add gimbal integration
[ { "change_type": "MODIFY", "diff": "@@ -304,6 +304,7 @@ This section details services that have integrated Lighthouse data. If you're wo\n## Related Projects\nOther awesome open source projects that use Lighthouse.\n+* **[Gimbal](https://labs.moduscreate.com/gimbal-web-performance-audit-budgeting)** - An [o...
JavaScript
Apache License 2.0
googlechrome/lighthouse
docs(readme): Add gimbal integration (#9083)
1
docs
readme
865,926
03.06.2019 17:10:58
-7,200
8973b2fe23d86fc0ac76a975aaf6f4c7ea4e20c4
feat(project): add contributing guidlines Closes
[ { "change_type": "ADD", "diff": "+# How to Contribute\n+\n+Great to see you! Help us out by [filing bugs or feature requests](#working-with-issues), assisting others in our [forums](https://forum.camunda.org/c/modeler/) or by [contributing improvements](#contributing-improvements).\n+\n+\n+## Table of Conte...
JavaScript
MIT License
camunda/camunda-modeler
feat(project): add contributing guidlines Closes #1384
1
feat
project
127,946
03.06.2019 17:25:55
-10,800
2fe8cb4f172826f89fe8897b00bab571b325a4fa
fix(colors): duplicat colors.neutral[80] color was changed everywhere
[ { "change_type": "MODIFY", "diff": "@@ -25,7 +25,7 @@ const card: CSSObject = {\n...padding(spacing(), spacing('medium')),\nposition: 'relative',\nborderRadius: border.radius.default,\n- backgroundColor: colors.neutral[80],\n+ backgroundColor: colors.neutral[90],\n};\n/* Modifiers */\n", "new_path": "de...
TypeScript
MIT License
coingaming/moon-design
fix(colors): duplicat colors.neutral[80] color was changed everywhere
1
fix
colors
67,494
03.06.2019 17:30:32
-7,200
5b220d1ce78ccd531713580be3f40a2090af1497
test(router): fix tests after refactor
[ { "change_type": "MODIFY", "diff": "@@ -148,7 +148,7 @@ export class BrowserNavigation implements NavigationStore, NavigationViewer {\nawait this.go(-1, true);\nconst state = this.history.state;\n// TODO: Fix browser forward bug after pop on first entry\n- if (!state.NavigationEntry.firstEntry) {\n+ if (sta...
TypeScript
MIT License
aurelia/aurelia
test(router): fix tests after refactor
1
test
router
104,863
03.06.2019 19:18:12
10,800
a57ca578a185d27b0c802173074e76ecda203cb8
fix(bug): TileCatalog: Align right without buttons
[ { "change_type": "MODIFY", "diff": "@@ -22,7 +22,6 @@ const StyledContainer = styled.div`\nconst StyledPageLabel = styled.span`\npadding-right: 1rem;\nfont-size: 0.875rem;\n- ${props => (props.maxPage > 1 ? ` ` : `margin-right:6rem`)};\n`;\nconst StyledButton = styled.div`\n", "new_path": "src/component...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(bug): TileCatalog: Align right without buttons
1
fix
bug
815,598
03.06.2019 20:04:49
-28,800
d8169a3273ef72420e18f1e06f5330a3ed0d7981
chore: fix wrong variable name The variable name `relative_start_dir` does not holds a dir, it is the final path instead.
[ { "change_type": "MODIFY", "diff": "@@ -132,8 +132,7 @@ impl ResourceLocator {\nmatch relative_to {\nResource::Bundled(key) => {\n// Bundled file can only refer to bundled files.\n- let relative_start_dir = parent_dir(PathBuf::from(key)).join(&path);\n- bundled(relative_start_dir)\n+ bundled(parent_dir(Path...
Rust
MIT License
nervosnetwork/ckb
chore: fix wrong variable name The variable name `relative_start_dir` does not holds a dir, it is the final path instead.
1
chore
null
104,818
03.06.2019 21:01:26
-7,200
838b99bf423d36ba81aa432129da9e9ca9c8b203
fix(stateful): loses selection in single select
[ { "change_type": "MODIFY", "diff": "-import React, { useReducer, useEffect } from 'react';\n+import React, { useReducer } from 'react';\n+import useDeepCompareEffect from 'use-deep-compare-effect';\nimport merge from 'lodash/merge';\nimport get from 'lodash/get';\n@@ -39,7 +40,7 @@ const StatefulTable = ({ ...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(stateful): loses selection in single select
1
fix
stateful
722,013
03.06.2019 22:00:34
-7,200
40b60cb583d6a2a45aabd584487bd15e310b1e74
fix: downgrade acorn
[ { "change_type": "MODIFY", "diff": "\"acorn\"\n],\n\"dependencies\": {\n- \"acorn\": \"^6.1.1\",\n+ \"acorn\": \"^5.7.3\",\n\"buble\": \"^0.19.7\",\n\"vue-template-compiler\": \"^2.6.10\",\n\"walkes\": \"^0.2.1\"\n", "new_path": "packages/vue-inbrowser-compiler/package.json", "old_path": "packages/v...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix: downgrade acorn
1
fix
null
815,590
03.06.2019 22:06:10
-28,800
2c0c4ae674ebebd973c78401a54eda0b547e2ac9
fix: check signature is_valid before m_of_n_verify
[ { "change_type": "MODIFY", "diff": "@@ -28,7 +28,14 @@ impl Verifier {\n.signatures\n.iter()\n.filter_map(|sig_data| match Signature::from_slice(sig_data) {\n- Ok(sig) => Some(sig),\n+ Ok(sig) => {\n+ if sig.is_valid() {\n+ Some(sig)\n+ } else {\n+ debug!(\"invalid signature: {:?}\", sig);\n+ None\n+ }\n+ }...
Rust
MIT License
nervosnetwork/ckb
fix: check signature is_valid before m_of_n_verify
1
fix
null
791,723
04.06.2019 00:00:00
-7,200
93387cd83db3f713125d0d515000f85b37607e23
core(driver): security errors are no longer a fatal or pageload error
[ { "change_type": "MODIFY", "diff": "@@ -18,10 +18,10 @@ module.exports = [\n},\n},\n{\n- errorCode: 'INSECURE_DOCUMENT_REQUEST',\n+ errorCode: undefined,\nlhr: {\nrequestedUrl: 'https://expired.badssl.com',\n- finalUrl: 'https://expired.badssl.com',\n+ finalUrl: 'https://expired.badssl.com/',\naudits: {},\n...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(driver): security errors are no longer a fatal or pageload error (#8865)
1
core
driver
815,598
04.06.2019 00:38:16
-28,800
41c1758032ab1c937d8140aad9d7d5b7feb5d968
chore: bump code name to rylai-v4
[ { "change_type": "MODIFY", "diff": "@@ -10,8 +10,8 @@ code_hash = \"0xf1951123466e4479842387a66fabfd6b65fc87fd84ae8e6cd3053edb27fff2fd\"\nscript_hash = \"0xc0dd96594cf5af5e521340672c1e8d19cc1dde13117ef5a5b4f5cd658d159211\"\n[ckb_testnet]\n-genesis = \"0x9a0d1fe976cb4fe6cf985fbe6d7ee5309896fc4e63681461b9ce97...
Rust
MIT License
nervosnetwork/ckb
chore: bump code name to rylai-v4
1
chore
null
815,569
04.06.2019 00:46:03
-28,800
8f68f03717617e9820bf8871388da61b11012e62
chore: fix fork test comment
[ { "change_type": "MODIFY", "diff": "@@ -120,7 +120,7 @@ fn test_find_fork_case2() {\nparent = new_block.header().to_owned();\n}\n- // fork2 total_difficulty 400\n+ // fork1 total_difficulty 400\nfor blk in &fork1 {\nchain_service\n.process_block(Arc::new(blk.clone()), false)\n@@ -136,6 +136,7 @@ fn test_fin...
Rust
MIT License
nervosnetwork/ckb
chore: fix fork test comment (#935)
1
chore
null
815,590
04.06.2019 01:24:06
-28,800
a545f804fc112f693e3020118aff822e7b3e1311
fix: wait more time on relay alert to make CI pass
[ { "change_type": "MODIFY", "diff": "@@ -50,7 +50,7 @@ impl Spec for AlertPropagation {\n// send alert\nnode0.rpc_client().send_alert(alert.clone().into());\ninfo!(\"Waiting for alert relay\");\n- let ret = wait_until(10, || {\n+ let ret = wait_until(20, || {\nnet.nodes\n.iter()\n.all(|node| !node.rpc_client...
Rust
MIT License
nervosnetwork/ckb
fix: wait more time on relay alert to make CI pass
1
fix
null
67,494
04.06.2019 01:44:33
-7,200
740915109d5ae18a46bf3f001822a8ee136abe03
feat(router): remove queued browser history
[ { "change_type": "MODIFY", "diff": "export {\n- IHistoryEntry,\n- IHistoryOptions,\n- INavigationFlags,\n- INavigationInstruction,\n-\n- HistoryBrowser,\n-} from './history-browser';\n+ INavigationStore,\n+ INavigationViewer,\n+ INavigationViewerEvent,\n+ INavigationState,\n+ BrowserNavigation,\n+} from './...
TypeScript
MIT License
aurelia/aurelia
feat(router): remove queued browser history
1
feat
router
104,818
04.06.2019 06:11:52
-7,200
f67e70ea6af6259e49ffcc237d81280a105f9680
fix(dashboard): better handle if layout and cards don't match
[ { "change_type": "MODIFY", "diff": "@@ -16,3 +16,8 @@ require('./setupJSDom');\n// https://github.com/facebook/react/issues/14050\n// Needed to support useEffect in jest tests\nReact.useEffect = React.useLayoutEffect;\n+\n+// Needed to use d3 in tests\n+class SVGPathElement extends HTMLElement {}\n+\n+windo...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(dashboard): better handle if layout and cards don't match
1
fix
dashboard
127,946
04.06.2019 07:18:56
-10,800
f31ca9bed03a113a5848e613c20239234666086c
feat(Loader): introduce loader
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,7 @@ route: /components/button\n---\nimport { Button } from '@heathmont/sportsbet-components';\n+import { Loader } from '@heathmont/sportsbet-components';\nimport { PropsTable } from 'docs';\n# Button\n@@ -28,6 +29,7 @@ To be used where the the button would be ...
TypeScript
MIT License
coingaming/moon-design
feat(Loader): introduce loader
1
feat
Loader