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
02.07.2019 15:45:55
-7,200
0427d41e985881c8cdd09c0e892ad58ebb8337df
feat(simulator): added an option to have macrolock at the beginning of macros
[ { "change_type": "MODIFY", "diff": "<label nz-checkbox [(ngModel)]=\"breakOnReclaim\" (ngModelChange)=\"generateMacros()\">\n{{'SIMULATOR.Break_on_reclaim' | translate}}\n</label>\n+ <label nz-checkbox [(ngModel)]=\"macroLock\" (ngModelChange)=\"generateMacros()\">\n+ {{'SIMULATOR.Macrolock' | translate}}\n...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(simulator): added an option to have macrolock at the beginning of macros
1
feat
simulator
942,581
02.07.2019 16:31:17
21,600
02b504c77a43db89b786651e100b6c5edc848f71
fix: Added Banner to
[ { "change_type": "MODIFY", "diff": "@@ -2,6 +2,7 @@ export {default as canvas} from '@workday/canvas-kit-react-core';\nexport * from '@workday/canvas-kit-react-action-bar';\nexport * from '@workday/canvas-kit-react-avatar';\nexport * from '@workday/canvas-kit-react-button';\n+export * from '@workday/canvas-...
TypeScript
Apache License 2.0
workday/canvas-kit
fix: Added Banner to @workday/canvas-kit-react
1
fix
null
217,922
02.07.2019 16:42:51
-7,200
eae36f5198b463e78de279d60163ced00b0eb319
feat(simulator): added simulator link to sidebar
[ { "change_type": "MODIFY", "diff": "[nzTitle]=\"collapsedSidebar ? ('Public_lists' | translate) : null\">\n<i nz-icon type=\"solution\"></i>\n<span class=\"nav-text\">{{'Public_lists' | translate}}</span>\n+ </span>\n+ </a>\n+ <a nz-menu-item class=\"menu-link\" (click)=\"$event.preventDefault();openSimulat...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(simulator): added simulator link to sidebar
1
feat
simulator
71,663
02.07.2019 16:50:08
25,200
958acc2e3d12284934e1a8641217f1d3b8793818
fix(codepipeline): grant missing permisisons to the CloudFormationExecuteChangeSetAction. Fixes
[ { "change_type": "MODIFY", "diff": "\"PolicyDocument\": {\n\"Statement\": [\n{\n- \"Action\": \"cloudformation:ExecuteChangeSet\",\n+ \"Action\": [\n+ \"cloudformation:DescribeChangeSet\",\n+ \"cloudformation:DescribeStacks\",\n+ \"cloudformation:ExecuteChangeSet\"\n+ ],\n\"Condition\": {\n- \"StringEquals\...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(codepipeline): grant missing permisisons to the CloudFormationExecuteChangeSetAction. (#3178) Fixes #3160
1
fix
codepipeline
722,013
02.07.2019 17:04:29
18,000
61688835e3b8b83c3aa3676908189f9f9f57939f
fix(codemirror): allow for mulitple words in cm themes solarized variants are both stored in the same file I split the value for the loaded file Closes
[ { "change_type": "MODIFY", "diff": "@@ -57,6 +57,9 @@ module.exports = {\n},\nusageMode: 'expand',\nexampleMode: 'expand',\n+ editorConfig: {\n+ theme: 'solarized dark'\n+ },\ncompilerConfig: {\ntarget: { ie: 11 }\n},\n", "new_path": "examples/basic/styleguide.config.js", "old_path": "examples/basic...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix(codemirror): allow for mulitple words in cm themes solarized variants are both stored in the same file I split the value for the loaded file Closes #480
1
fix
codemirror
815,569
02.07.2019 17:21:55
-28,800
b111a68e3dd147c04f011188b307e0eb4386a816
fix: add cellset test and fix new_overlay
[ { "change_type": "MODIFY", "diff": "@@ -926,6 +926,7 @@ dependencies = [\n\"ckb-reward-calculator 0.17.0-pre\",\n\"ckb-script 0.17.0-pre\",\n\"ckb-store 0.17.0-pre\",\n+ \"ckb-test-chain-utils 0.17.0-pre\",\n\"ckb-traits 0.17.0-pre\",\n\"ckb-util 0.17.0-pre\",\n\"ckb-verification 0.17.0-pre\",\n", "new_...
Rust
MIT License
nervosnetwork/ckb
fix: add cellset test and fix new_overlay
1
fix
null
127,939
02.07.2019 17:50:21
-10,800
c3917e0b61d25eff2596c1442c27cd7c1ac17973
chore(icons): notification icons color to defalut
[ { "change_type": "MODIFY", "diff": "viewBox=\"0 0 16 16\" enable-background=\"new 0 0 16 16\" xml:space=\"preserve\">\n<g id=\"notification\">\n<g>\n- <path fill=\"white\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8,16c1.1,0,2-0.9,2-2H6C6,15.1,6.9,16,8,16z M14,11c-0.55,0-1-0.45-1-1V6\n+ <path fill=\"...
TypeScript
MIT License
coingaming/moon-design
chore(icons): notification icons color to defalut
1
chore
icons
942,601
02.07.2019 18:39:21
-7,200
fe4a1f0da351aaf1aa12759baa0003dbf37faacb
feat(CSS): Add tooltip and menu to css universal modules
[ { "change_type": "MODIFY", "diff": "\"@workday/canvas-kit-css-icon\": \"^3.0.0-alpha.2\",\n\"@workday/canvas-kit-css-layout\": \"^3.0.0-alpha.2\",\n\"@workday/canvas-kit-css-loading-animation\": \"^3.0.0-alpha.2\",\n+ \"@workday/canvas-kit-css-menu\": \"^3.0.0-alpha.0\",\n\"@workday/canvas-kit-css-page-head...
TypeScript
Apache License 2.0
workday/canvas-kit
feat(CSS): Add tooltip and menu to css universal modules
1
feat
CSS
217,922
02.07.2019 18:43:09
-7,200
8fb9fec2962fdbdc939d26841c6de9226d3864ca
feat: added support for new folklore books
[ { "change_type": "MODIFY", "diff": "@@ -29,11 +29,11 @@ export class MasterbooksPopupComponent implements OnInit {\n//CUL\n15: [7785, 9343, 12251, 14133, 17876, 22316],\n//MIN\n- 16: [12238, 12239, 12240, 17838, 17839],\n+ 16: [12238, 12239, 12240, 17838, 17839, 26808],\n//BTN\n- 17: [12698, 12699, 12700, 1...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: added support for new folklore books
1
feat
null
815,595
02.07.2019 18:45:21
-28,800
45c69ad5b26fc1832fe0369705143f875d0c0134
fix: Correct block number from tx_pool_excutor
[ { "change_type": "MODIFY", "diff": "@@ -57,11 +57,11 @@ impl<CS: ChainStore> TxPoolExecutor<CS> {\n}\n// resolve txs\n// early release the chain_state lock because tx verification is slow\n- let (resolved_txs, cached_txs, unresolvable_txs, consensus, tip_number, epoch_number) = {\n+ let (resolved_txs, cache...
Rust
MIT License
nervosnetwork/ckb
fix: Correct block number from tx_pool_excutor
1
fix
null
438,921
02.07.2019 18:50:30
-32,400
5a0ba1ff9ea4dc31a1912c76736b656571f42132
fix(release): Correct inconsistency of version Remove 'prerelease' task and make build happens on 'prepare' step Add plugin to build with the next version Add 'dist', 'doc' folder to be included on tag Fix
[ { "change_type": "MODIFY", "diff": "{\n\"plugins\": [\n\"@semantic-release/commit-analyzer\",\n+ [\"@semantic-release/exec\", {\n+ \"prepareCmd\": \"cross-env VERSION=${nextRelease.version} npm run build\"\n+ }],\n\"@semantic-release/release-notes-generator\",\n\"@semantic-release/changelog\",\n\"@semantic-...
TypeScript
MIT License
naver/billboard.js
fix(release): Correct inconsistency of version - Remove 'prerelease' task and make build happens on 'prepare' step - Add @semantic-release/exec plugin to build with the next version - Add 'dist', 'doc' folder to be included on tag Fix #961
1
fix
release
722,013
02.07.2019 20:12:54
18,000
93726ccb1cde09e7164a99ffd388c875db9bf987
docs: add compiler to readme
[ { "change_type": "MODIFY", "diff": "@@ -25,19 +25,25 @@ alt=\"Chat on Discord\">\n## Packages\n-[vue-styleguidist](packages/vue-styleguidist) will take the results of [vue-docgen-api](packages/vue-docgen-api) and create a website site to showcase and develop components.\n+[vue-styleguidist](packages/vue-sty...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
docs: add compiler to readme
1
docs
null
127,939
02.07.2019 20:17:31
-10,800
5d9b85fb1d783a4a145c536eb15960e98f2f5fe2
chore(icons): insta icon
[ { "change_type": "MODIFY", "diff": "<svg width=\"21\" height=\"21\" viewBox=\"0 0 21 21\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n-<path d=\"M10 1.8023C12.6717 1.8023 12.9853 1.81421 14.0413 1.86185C15.0179 1.90552 15.5459 2.06828 15.8992 2.20722C16.3676 2.38984 16.7011 2.60421 17.0504 2.95355C...
TypeScript
MIT License
coingaming/moon-design
chore(icons): insta icon
1
chore
icons
815,598
02.07.2019 22:00:13
-28,800
5883a9c02d98131e7a093b634e9eef1c4690cf9e
chore: change some sentry events level to warning
[ { "change_type": "MODIFY", "diff": "@@ -67,8 +67,10 @@ fn before_send(mut event: Event<'static>) -> Option<Event<'static>> {\n// Group events via fingerprint, or ignore\nif ex.starts_with(\"DBError failed to open the database\") {\n+ event.level = Level::Warning;\nevent.fingerprint = Cow::Borrowed(DB_OPEN_F...
Rust
MIT License
nervosnetwork/ckb
chore: change some sentry events level to warning
1
chore
null
815,598
02.07.2019 22:04:24
-28,800
4cfe5cff347a9b543a4eb3a0a34f2a542b5d071e
feat: allow providing extra sentry info in config
[ { "change_type": "MODIFY", "diff": "@@ -29,6 +29,9 @@ log_to_stdout = true # {{\ndsn = \"\" # {{\n# testnet => dsn = \"https://48c6a88d92e246478e2d53b5917a887c@sentry.io/1422795\"\n# }}\n+# if you are willing to help us to improve,\n+# please leave a way to contact you when we have troubles to reproduce the...
Rust
MIT License
nervosnetwork/ckb
feat: allow providing extra sentry info in config
1
feat
null
438,921
02.07.2019 22:33:13
-32,400
32ff0f3b4232040f1d5846062bea143972280999
chore(release): Update on release update version to 1.9.4 revert semantic-release/git option to not include dist folder update after_deploy step command
[ { "change_type": "MODIFY", "diff": "\"@semantic-release/changelog\",\n\"@semantic-release/npm\",\n\"@semantic-release/github\",\n- [\"@semantic-release/git\", {\n- \"assets\": [\"dist\", \"doc\"]\n- }]\n+ \"@semantic-release/git\"\n],\n\"tagFormat\": \"${version}\",\n\"branch\": \"latest\"\n", "new_path...
TypeScript
MIT License
naver/billboard.js
chore(release): Update on release - update version to 1.9.4 - revert semantic-release/git option to not include dist folder - update after_deploy step command
1
chore
release
71,663
02.07.2019 22:49:57
25,200
bd46e49c1c0b328884983d66baddb9f0286f65fb
fix(codepipeline): grant the CodeCommit source Action read-write permissions to the Pipeline's Bucket. Fixes
[ { "change_type": "MODIFY", "diff": "@@ -91,7 +91,7 @@ export class CodeCommitSourceAction extends Action {\n// the Action will write the contents of the Git repository to the Bucket,\n// so its Role needs write permissions to the Pipeline Bucket\n- options.bucket.grantWrite(options.role);\n+ options.bucket....
TypeScript
Apache License 2.0
aws/aws-cdk
fix(codepipeline): grant the CodeCommit source Action read-write permissions to the Pipeline's Bucket. (#3175) Fixes #3170
1
fix
codepipeline
71,663
02.07.2019 22:52:25
25,200
05a49f0b1eb7dd391c4fd05d3ab86cdcae6bda65
feat(codedeploy): allow setting a Deployment Configuration for an imported Lambda Deployment Group.
[ { "change_type": "MODIFY", "diff": "@@ -29,6 +29,11 @@ export interface ILambdaDeploymentGroup extends cdk.IResource {\n* @attribute\n*/\nreadonly deploymentGroupArn: string;\n+\n+ /**\n+ * The Deployment Configuration this Group uses.\n+ */\n+ readonly deploymentConfig: ILambdaDeploymentConfig;\n}\n/**\n@@...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(codedeploy): allow setting a Deployment Configuration for an imported Lambda Deployment Group. (#3158)
1
feat
codedeploy
503,918
02.07.2019 22:54:27
-10,800
dd49c7edd763c7fc898a2d75eb2cb616c1e79b60
fix(Modal): get modal container from state to set/unset aria-hidden
[ { "change_type": "MODIFY", "diff": "@@ -73,7 +73,7 @@ export class Modal extends React.Component<ModalProps, ModalState> {\ntoggleSiblingsFromScreenReaders = (hide: boolean) => {\nconst bodyChildren = document.body.children;\nfor (const child of Array.from(bodyChildren)) {\n- if (child !== this.container) {...
TypeScript
MIT License
patternfly/patternfly-react
fix(Modal): get modal container from state to set/unset aria-hidden (#2406) Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>
1
fix
Modal
306,421
03.07.2019 00:08:01
-7,200
9d64cb36f569e57cde360b0ec65378345d7ec987
chore(form-system): add form fundament demos
[ { "change_type": "MODIFY", "diff": "\"@lion/checkbox\": \"^0.1.51\",\n\"@lion/checkbox-group\": \"^0.1.57\",\n\"@lion/core\": \"^0.1.13\",\n+ \"@lion/field\": \"^0.2.3\",\n\"@lion/fieldset\": \"^0.1.50\",\n\"@lion/form\": \"^0.1.56\",\n\"@lion/input\": \"^0.1.50\",\n\"@lion/input-date\": \"^0.1.51\",\n\"@li...
JavaScript
MIT License
ing-bank/lion
chore(form-system): add form fundament demos
1
chore
form-system
447,440
03.07.2019 02:47:11
18,000
fe2efcefae441f227639966c94be317af3dea114
styles: fix radioGroup and checkboxGroup styles
[ { "change_type": "MODIFY", "diff": "justify-content: flex-start; }\n.rainbow-checkbox-group_checkbox {\n- display: inline-block; }\n+ display: inline-block;\n+ margin-bottom: 2px; }\n.rainbow-checkbox-group_checkbox .rainbow-checkbox-group_checkbox-faux {\nwidth: 20px;\nheight: 20px;\n", "new_path": "sr...
JavaScript
MIT License
nexxtway/react-rainbow
styles: fix radioGroup and checkboxGroup styles (#824)
1
styles
null
942,601
03.07.2019 04:53:49
-7,200
9e5464693595e948e073b4991328ece2b51e1814
docs(CONTRIBUTING.md): update module paths docs(CONTRIBUTING.md): fix typo docs(CONTRIBUTING.md): remove author mention and update module URLs docs(CONTRIBUTING.md): Change export URL for React module
[ { "change_type": "MODIFY", "diff": "@@ -61,7 +61,7 @@ through the commit history. It also automates [semantic versioning](http://semve\n- Explain the additions/edits/fixes made in your staged changes. If you cannot describe it within\n~50 characters, you should be breaking it into multiple commits\n-- Use t...
TypeScript
Apache License 2.0
workday/canvas-kit
docs(CONTRIBUTING.md): update module paths docs(CONTRIBUTING.md): fix typo docs(CONTRIBUTING.md): remove author mention and update module URLs docs(CONTRIBUTING.md): Change export URL for React module
1
docs
CONTRIBUTING.md
815,569
03.07.2019 10:23:33
-28,800
e033e50ca90e4248d7e946c07cb6d2aff5c627f1
chore: fix trivially_copy_pass_by_ref; using is_better_than
[ { "change_type": "MODIFY", "diff": "@@ -39,7 +39,7 @@ where\nlet inflight = self.synchronizer.shared().read_inflight_blocks();\n// Can't download any more from this peer\n- inflight.peer_inflight_count(&self.peer) >= MAX_BLOCKS_IN_TRANSIT_PER_PEER\n+ inflight.peer_inflight_count(self.peer) >= MAX_BLOCKS_IN_...
Rust
MIT License
nervosnetwork/ckb
chore: fix trivially_copy_pass_by_ref; using is_better_than
1
chore
null
127,939
03.07.2019 10:24:15
-10,800
d8a0aa967ce86f4888e23b2f747ce3336df5502d
fix(header): fix navigation links and design
[ { "change_type": "ADD", "diff": "+/** @jsx jsx */\n+import { FC, AnchorHTMLAttributes } from 'react';\n+import { jsx } from '@emotion/core';\n+import { NavLinkProps } from 'react-router-dom';\n+\n+jsx;\n+\n+export type CustomLinkProps = Partial<NavLinkProps> &\n+ Partial<AnchorHTMLAttributes<{}>> & {\n+ as?...
TypeScript
MIT License
coingaming/moon-design
fix(header): fix navigation links and design
1
fix
header
71,425
03.07.2019 10:27:14
-7,200
6679e86fcb491f2aae7045111a0729c3ba993bd6
feat(iam): can configure 'deny' for policy statements
[ { "change_type": "MODIFY", "diff": "@@ -19,7 +19,7 @@ export class PolicyStatement {\nprivate condition: { [key: string]: any } = { };\nconstructor(props: PolicyStatementProps = {}) {\n- this.effect = Effect.ALLOW;\n+ this.effect = props.effect || Effect.ALLOW;\nthis.addActions(...props.actions || []);\nthi...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(iam): can configure 'deny' for policy statements (#3165)
1
feat
iam
127,939
03.07.2019 10:33:24
-10,800
c137b9cec3ee455c7bf4cb63c33d985ec651893b
chore(header): remove all import
[ { "change_type": "MODIFY", "diff": "/** @jsx jsx */\n-import * as React from 'react';\n+import { FC } from 'react';\nimport styled, { CSSObject } from '@emotion/styled';\nimport { jsx } from '@emotion/core';\nimport { spacing, mq } from '@heathmont/sportsbet-utils';\n@@ -33,7 +33,7 @@ const activeCss: CSSOb...
TypeScript
MIT License
coingaming/moon-design
chore(header): remove all import
1
chore
header
438,921
03.07.2019 10:50:04
-32,400
29d6edc4f3267006ae1f97a91691982e1db65f46
fix(stats): Remove stats Remove stats added by Ref
[ { "change_type": "MODIFY", "diff": "@@ -86,22 +86,6 @@ export default class Options {\nsize_width: undefined,\nsize_height: undefined,\n- /**\n- * Allow usage stats collection.\n- * - **NOTE:**\n- * - The usage stats collection is used for reference purpose only.\n- * - The stats data will be sent in a peri...
TypeScript
MIT License
naver/billboard.js
fix(stats): Remove stats Remove stats added by #934 Ref #964
1
fix
stats
932,458
03.07.2019 10:54:18
14,400
2c25235c1ba593f65ba1b734d051f5f2908092ea
docs(create-web-scripts-library): fix NPX invocation
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,7 @@ yarn create @spotify/web-scripts-library my-cool-library\n### With `npx`\n```sh\n-npx @spotify/web-scripts-create-library my-cool-library\n+npx @spotify/create-web-scripts-library my-cool-library\n```\n### Programatically\n", "new_path": "packages/cr...
TypeScript
Apache License 2.0
spotify/web-scripts
docs(create-web-scripts-library): fix NPX invocation
1
docs
create-web-scripts-library
815,595
03.07.2019 11:20:03
-28,800
716959b7f931e1209db865995baa1b7fbdeab6c8
fix: Calculate metian time based block hash
[ { "change_type": "MODIFY", "diff": "@@ -148,12 +148,7 @@ fn test_transaction_spend_in_same_block() {\nchain\n.blocks()\n.last()\n- .map(|block| {\n- (\n- block.header().parent_hash().clone(),\n- block.header().number(),\n- )\n- })\n+ .map(|block| (block.header().hash().clone(), block.header().number()))\n.u...
Rust
MIT License
nervosnetwork/ckb
fix: Calculate metian time based block hash
1
fix
null
104,857
03.07.2019 11:28:15
10,800
880e5d30fec80207463194e9d1b382f39e162ce3
fix(chart): xlarge size height fit in card content
[ { "change_type": "MODIFY", "diff": "@@ -21,7 +21,7 @@ const LineChartWrapper = styled.div`\npadding-bottom: ${props => (!props.size === CARD_SIZES.MEDIUM ? '16px' : '0px')};\nposition: absolute;\nwidth: 100%;\n- height: 100%;\n+ height: ${props => (props.size !== CARD_SIZES.XLARGE ? '100%' : '90%')};\n&&& {...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(chart): xlarge size height fit in card content
1
fix
chart
815,569
03.07.2019 11:35:30
-28,800
898b788d3748d52b39b2399ce3efd837583bb04a
test: fix dao test
[ { "change_type": "MODIFY", "diff": "@@ -323,19 +323,19 @@ mod tests {\nconsensus: &Consensus,\nparent: &Header,\ntarget_epoch_start: Option<BlockNumber>,\n- ) -> Arc<ChainKVStore<MemoryKeyValueDB>> {\n- let parent_block = BlockBuilder::default().header(parent.clone()).build();\n-\n+ ) -> (Arc<ChainKVStore<M...
Rust
MIT License
nervosnetwork/ckb
test: fix dao test
1
test
null
127,946
03.07.2019 11:37:01
-10,800
51c4cc6f1b67a5a197c817d1412267df8d445b5f
fix(input): fix icon color
[ { "change_type": "MODIFY", "diff": "@@ -17,7 +17,7 @@ const inputIconOffset = inputIconSize + inputSpacing + inputIconPosition;\nconst inputColors = {\nlabel: colors.neutral[20],\ntext: colors.neutral[10],\n- icon: colors.neutral[30],\n+ icon: colors.neutral[20],\nborder: colors.neutral[60],\nbackground: co...
TypeScript
MIT License
coingaming/moon-design
fix(input): fix icon color
1
fix
input
942,583
03.07.2019 11:39:12
21,600
8e7f608f5783716c05902f742ed88ef5051ff950
chore: move icon list under icon folder
[ { "change_type": "MODIFY", "diff": "@import './lib/accessibility.scss';\n// Components\n-@import './lib/components/icon-list.scss';\n+@import '~@workday/canvas-kit-css-icon/lib/icon-list';\n@import './lib/components/accessibility.scss';\n", "new_path": "modules/core/css/index.scss", "old_path": "mod...
TypeScript
Apache License 2.0
workday/canvas-kit
chore: move icon list under icon folder
1
chore
null
127,946
03.07.2019 11:39:47
-10,800
cee41e134bcafb3a301389714a79f56cdf19ced4
test(select): bump snapshots
[ { "change_type": "MODIFY", "diff": "@@ -22,7 +22,7 @@ exports[`Select renders a select input with options 1`] = `\nbackground-repeat: no-repeat;\nbackground-size: 1.25rem;\ncolor: #8697A2;\n- background-image: url(\"data:image/svg+xml,%3csvg width='1em' height='1em' viewBox='0 0 20 12' xmlns='http://www.w3....
TypeScript
MIT License
coingaming/moon-design
test(select): bump snapshots
1
test
select
942,583
03.07.2019 11:41:38
21,600
2d47824e313f84b1a9fba2fe8c82a95b1e5e0596
fix: add icon list to index
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,7 @@ $wdc-system-icons-path: '../../node_modules/@workday/canvas-system-icons-web/dis\n@import '~@workday/canvas-kit-css-card/index.scss';\n@import '~@workday/canvas-kit-css-core/index.scss';\n@import '~@workday/canvas-kit-css-form-field/index.scss';\n+@import ...
TypeScript
Apache License 2.0
workday/canvas-kit
fix: add icon list to index
1
fix
null
401,147
03.07.2019 11:53:14
-19,080
c0f7ab6adcdb4812c51bf8e768dc994c94f80637
refactor: refactored loader and icon theme affects:
[ { "change_type": "MODIFY", "diff": "@@ -28,8 +28,8 @@ export interface LayoutTheme {\n}\nexport interface Theme extends CoreTheme, LayoutTheme {\n- loader: LoaderTheme;\n- icon: IconTheme;\n+ loader?: LoaderTheme;\n+ icon?: IconTheme;\n}\nexport * from './core/types';\n", "new_path": "packages/theme/src...
TypeScript
MIT License
medly/medly-components
refactor: refactored loader and icon theme affects: @medly-components/theme
1
refactor
null
438,921
03.07.2019 12:01:19
-32,400
f6f18b6061ec63d50a793d357e564bb4321ead5c
chore(deploy): Update deploy shell script Update destination remote name for CI env.
[ { "change_type": "MODIFY", "diff": "@@ -12,13 +12,17 @@ DIST_FOLDER=release\n# destination folder\nDEST_FOLDER=release\n-# destination branch name\n-DEST_BRANCH=upstream\n+# destination remote name\n+if [[ $TRAVIS == \"true\" ]]; then\n+ DEST_REMOTE=origin\n+else\n+ DEST_REMOTE=upstream\n+fi\n# commit messa...
TypeScript
MIT License
naver/billboard.js
chore(deploy): Update deploy shell script Update destination remote name for CI env.
1
chore
deploy
217,922
03.07.2019 12:03:39
-7,200
23fed08a8b7d5da36bd3e226f1065b65d9f483d9
fix(log-tracker): fixed an issue with CRP 1-5 page having duplicates
[ { "change_type": "MODIFY", "diff": "@@ -13,62 +13,6 @@ export const craftingLogPages = [\n'SuggestedCraftsmanship': 22\n},\n'recipes': [\n- {\n- 'recipeId': 1008,\n- 'itemId': 5361,\n- 'rlvl': 1,\n- 'icon': '/i/022000/022461.png',\n- 'category': 50\n- },\n- {\n- 'recipeId': 1009,\n- 'itemId': 3742,\n- 'rlvl...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(log-tracker): fixed an issue with CRP 1-5 page having duplicates
1
fix
log-tracker
815,609
03.07.2019 12:22:59
-28,800
c2f4bf0b69de124bc4ab4f65d63f437ab57dc731
chore(deps): bump flatc from 1.10.0 to 1.11.0 and update genrated code
[ { "change_type": "MODIFY", "diff": "@@ -105,10 +105,13 @@ gen: ${GEN_FILES} # Generate Protocol Files\ngen-clean: # Clean Protocol Failes\nrm -f ${GEN_FILES}\n+check-flatc-version:\n+ test \"$$(${FLATC} --version | awk -F'version' '{ print $$2 }' | tr -d ' ')\" = 1.11.0\n+\ncheck-cfbc-version:\ntest \"$$($(...
Rust
MIT License
nervosnetwork/ckb
chore(deps): bump flatc from 1.10.0 to 1.11.0 and update genrated code
1
chore
deps
71,101
03.07.2019 12:28:26
-7,200
a0537c2a18fd61455527e2383f7d692922763528
chore: add version suffixes to Java & .NET init templates Follow up on
[ { "change_type": "MODIFY", "diff": "</PropertyGroup>\n<ItemGroup>\n- <PackageReference Include=\"Amazon.CDK\" Version=\"%cdk-version%\" />\n- <PackageReference Include=\"Amazon.CDK.AWS.IAM\" Version=\"%cdk-version%\" />\n- <PackageReference Include=\"Amazon.CDK.AWS.SNS\" Version=\"%cdk-version%\" />\n- <Pac...
TypeScript
Apache License 2.0
aws/aws-cdk
chore: add version suffixes to Java & .NET init templates (#3185) Follow up on #3162
1
chore
null
304,884
03.07.2019 12:28:55
14,400
d653db47362c8271ec66ca0014df1c0e1a749a53
test(stdlib/range): added test for range stop parameter correctness
[ { "change_type": "MODIFY", "diff": "@@ -136445,6 +136445,1078 @@ var FluxTestPackages = []*ast.Package{&ast.Package{\n}},\nPackage: \"main\",\nPath: \"\",\n+}, &ast.Package{\n+ BaseNode: ast.BaseNode{\n+ Errors: nil,\n+ Loc: nil,\n+ },\n+ Files: []*ast.File{&ast.File{\n+ BaseNode: ast.BaseNode{\n+ Errors: n...
Go
MIT License
influxdata/flux
test(stdlib/range): added test for range stop parameter correctness (#1452)
1
test
stdlib/range
711,597
03.07.2019 12:50:20
-7,200
11089145cb4e72e5c16beae3f950bdb28ddb48b4
feat(admin-ui): Implement adding notes to Order history Relates to
[ { "change_type": "MODIFY", "diff": "@@ -3612,6 +3612,13 @@ export type GetOrderHistoryQueryVariables = {\nexport type GetOrderHistoryQuery = ({ __typename?: 'Query' } & { order: Maybe<({ __typename?: 'Order' } & Pick<Order, 'id'> & { history: ({ __typename?: 'HistoryEntryList' } & Pick<HistoryEntryList, 'to...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(admin-ui): Implement adding notes to Order history Relates to #118
1
feat
admin-ui
104,857
03.07.2019 12:51:45
10,800
57fd2f871465e928c9cb577c43c666ee6c91d8f3
fix(chore): chart height
[ { "change_type": "MODIFY", "diff": "@@ -7,6 +7,7 @@ import styled from 'styled-components';\nimport isNil from 'lodash/isNil';\nimport memoize from 'lodash/memoize';\nimport useDeepCompareEffect from 'use-deep-compare-effect';\n+import withSize from 'react-sizeme';\nimport { TimeSeriesCardPropTypes, CardPro...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(chore): chart height
1
fix
chore
401,147
03.07.2019 12:54:17
-19,080
4d47d03e9a37be61dcdbd30f0627a99326f615a9
feat: added parameter to centeraligned util method to adjust width affects:
[ { "change_type": "MODIFY", "diff": "@@ -13,8 +13,8 @@ export const fullHeight = (margin: string = '0px') => css`\nheight: calc(100% - ${margin});\n`;\n-export const centerAligned = () => css`\n- display: inline-flex;\n+export const centerAligned = (display: 'flex' | 'inline-flex' = 'inline-flex') => css`\n+...
TypeScript
MIT License
medly/medly-components
feat: added parameter to centeraligned util method to adjust width affects: @medly-components/utils
1
feat
null
749,516
03.07.2019 13:00:46
25,200
d141eea85ccd3eab98e2069da5db413e75af3e9f
fix(notifications): show correct Notification and Alert styling
[ { "change_type": "MODIFY", "diff": "@@ -9,9 +9,8 @@ import styled from 'styled-components';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport CalloutStyles from '@zendeskgarden/css-callouts';\n-import { retrieveTheme } from '@zendeskgarden/react-theming';\n+import { retrieve...
TypeScript
Apache License 2.0
zendeskgarden/react-components
fix(notifications): show correct Notification and Alert styling (#379)
1
fix
notifications
71,101
03.07.2019 13:07:20
-7,200
4b88621b3992cd91b295dfd2f751341fe50ba3c2
doc: Add content to README Adds high-leveld escription of the APIs that offer access to low-level CloudFormation features.
[ { "change_type": "MODIFY", "diff": "---\n<!--END STABILITY BANNER-->\n-This library includes the basic building blocks of\n-the [AWS Cloud Development Kit](https://github.com/awslabs/aws-cdk) (AWS CDK).\n+This library includes the basic building blocks of the [AWS Cloud Development Kit](https://github.com/a...
TypeScript
Apache License 2.0
aws/aws-cdk
doc: Add content to @aws-cdk/core README (#3167) Adds high-leveld escription of the APIs that offer access to low-level CloudFormation features.
1
doc
null
304,868
03.07.2019 13:18:59
21,600
c6c25f30ffa7fc630d11268c35216bf93ceb5581
chore(rust): add rust tests to Makefiles
[ { "change_type": "MODIFY", "diff": "@@ -2,12 +2,13 @@ version: 2\njobs:\ntest:\ndocker:\n- - image: nathanielc/flux-build:latest\n+ - image: nathanielc/flux-build:rust\nenvironment:\nGOCACHE: /tmp/go-cache\nGOFLAGS: -p=8\nGOPATH: /tmp/go\nGO111MODULE: 'on' # must be quoted to force string type instead of bo...
Go
MIT License
influxdata/flux
chore(rust): add rust tests to Makefiles
1
chore
rust
942,595
03.07.2019 13:19:00
25,200
1bf44183eef9cf7037ce521a0b57227e4064674c
docs(form-field): update READMEs for input modules
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,7 @@ import {InputProviderDecorator, ControlledComponentWrapper} from '../../../../ut\nimport {Checkbox} from '../../../checkbox/react/index';\nimport FormField from '../index';\n-import README from '../README.md';\n+import README from '../../../checkbox/react/...
TypeScript
Apache License 2.0
workday/canvas-kit
docs(form-field): update READMEs for input modules
1
docs
form-field
711,597
03.07.2019 13:30:46
-7,200
bc5eec076780791d3645baf75ecfa0d3e210eea5
chore: Publish v0.1.2-beta.6
[ { "change_type": "MODIFY", "diff": "+## <small>0.1.2-beta.6 (2019-07-03)</small>\n+\n+\n+#### Features\n+\n+* **admin-ui** Add controls to settle authorized payments ([32006ae](https://github.com/vendure-ecommerce/vendure/commit/32006ae)), closes [#117](https://github.com/vendure-ecommerce/vendure/issues/11...
TypeScript
MIT License
vendure-ecommerce/vendure
chore: Publish v0.1.2-beta.6
1
chore
null
942,583
03.07.2019 13:43:43
21,600
3d9dcb36144c238b7b5941a589b2e941bb05d886
chore: add some readme for icon list
[ { "change_type": "MODIFY", "diff": "@@ -160,3 +160,24 @@ selector when injecting.\n```js\ninitializeIcons(null, '.wdc-custom-icon');\n```\n+\n+# Canvas Kit CSS Icon List\n+\n+## Installation\n+\n+```sh\n+yarn add @workday/canvas-kit-css\n+```\n+\n+or\n+\n+```sh\n+yarn add @workday/canvas-kit-css-icon\n+```\...
TypeScript
Apache License 2.0
workday/canvas-kit
chore: add some readme for icon list
1
chore
null
217,922
03.07.2019 13:46:13
-7,200
16e80a771f905c803850ff62e8f1b364947b812a
chore: added link from folklore books to actual items for shadowbringers
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,7 @@ export const folklores: { [index: number]: number[] } = {\n12240: [16725, 12540, 12945, 14151, 15646],\n17838: [19959, 21085, 24240, 24241],\n17839: [19958, 22417, 22418, 23179, 24255],\n+ 26808: [27705, 27704],\n// BTN\n12698: [4833, 12903, 14154],\n@@ -1...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: added link from folklore books to actual items for shadowbringers
1
chore
null
401,147
03.07.2019 13:49:33
-19,080
920617107c075de7e8b904e91356fe55476e6e82
feat: added FileUpload icon affects:
[ { "change_type": "ADD", "diff": "+<svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fas\" data-icon=\"file-upload\" class=\"svg-inline--fa fa-file-upload fa-w-12\" role=\"img\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 384 512\">\n+ <path d=\"M224 136V0H24C10.7 0 0 10.7 0 24v464c0 13.3 10...
TypeScript
MIT License
medly/medly-components
feat: added FileUpload icon affects: @medly-components/icons
1
feat
null
942,615
03.07.2019 13:51:46
25,200
fda7118c32483ef012ffa9b2c7c55f8e2cc5596f
fix(readme): Point readme build badge to correct URL
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ implement user experiences consistent with\n<a href=\"./LICENSE\">\n<img src=\"https://img.shields.io/badge/license-Apache--2.0-blue.svg\" alt=\"Workday Canvas Kit is released under the Apache-2.0 license\" />\n</a>\n-<a href=\"https://travis-ci.com/Workda...
TypeScript
Apache License 2.0
workday/canvas-kit
fix(readme): Point readme build badge to correct URL
1
fix
readme
749,516
03.07.2019 13:54:10
25,200
af5398c57bf43f98bf3b5f140d8479b187e230c2
chore(build): upgrade eslint-loader to support eslint v6
[ { "change_type": "MODIFY", "diff": "\"enzyme-to-json\": \"3.3.5\",\n\"eslint\": \"6.0.1\",\n\"eslint-config-prettier\": \"6.0.0\",\n- \"eslint-loader\": \"2.1.2\",\n+ \"eslint-loader\": \"2.2.0\",\n\"eslint-plugin-jest\": \"22.7.1\",\n\"eslint-plugin-jsx-a11y\": \"6.2.3\",\n\"eslint-plugin-notice\": \"0.8.8...
TypeScript
Apache License 2.0
zendeskgarden/react-components
chore(build): upgrade eslint-loader to support eslint v6
1
chore
build
942,617
03.07.2019 14:05:09
21,600
e481779cc12a4a4f18f67b50eb75d7270419301c
build(travis): regenerate build vars
[ { "change_type": "MODIFY", "diff": "@@ -3,4 +3,5 @@ modules/canvas-kit-react-core/lib/colors.ts\n**/package.json\n.vscode\n.idea\n+.travis.yml\ndocs\n", "new_path": ".prettierignore", "old_path": ".prettierignore" }, { "change_type": "MODIFY", "diff": "@@ -11,9 +11,9 @@ stages:\n- name: ...
TypeScript
Apache License 2.0
workday/canvas-kit
build(travis): regenerate build vars (#27)
1
build
travis
679,913
03.07.2019 14:16:09
-3,600
7f7f1f60793d8a62792eb4582b8ecc5ff1542def
fix(shader-ast-js): add/fix vec4 ops
[ { "change_type": "MODIFY", "diff": "@@ -183,6 +183,7 @@ import {\nmodN4,\nmul2,\nmul3,\n+ mul4,\nmulI2,\nmulI3,\nmulI4,\n@@ -413,6 +414,7 @@ export interface JSEnv {\nvec3vn: Fn2<Vec, number, Vec>;\nvec4n: Fn<number, Vec>;\nvec4vn: Fn2<Vec, number, Vec>;\n+ vec4vnn: Fn3<Vec, number, number, Vec>;\nvec4vv: F...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(shader-ast-js): add/fix vec4 ops
1
fix
shader-ast-js
679,913
03.07.2019 14:18:35
-3,600
0849f8b07fccb5be0cbf8b30b5206de3c6237b34
feat(shader-ast-stdlib): add snoise2, distance fns
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,10 @@ export * from \"./lighting/trilight\";\nexport * from \"./math/clamp\";\nexport * from \"./math/cross2\";\n+export * from \"./math/dist-chebyshev\";\n+export * from \"./math/dist-manhattan\";\nexport * from \"./math/fit\";\n+export * from \"./math/magsq\"...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(shader-ast-stdlib): add snoise2, distance fns
1
feat
shader-ast-stdlib
815,569
03.07.2019 14:29:27
-28,800
e2158c7a1b796deef840738a8af0e004a4491fdd
chore: use bit operator
[ { "change_type": "MODIFY", "diff": "@@ -20,13 +20,13 @@ fn canonicalize_data(data: &str) -> &str {\npub fn parse_hex_data(data: &str) -> Result<Vec<u8>, ExitCode> {\nlet data = canonicalize_data(data);\n- if data.len() % 2 != 0 {\n+ if data.len() & 0x1 != 0 {\neprintln!(\"Malformed hex string: {}, error: le...
Rust
MIT License
nervosnetwork/ckb
chore: use bit operator
1
chore
null
942,583
03.07.2019 14:30:24
21,600
3b1a5b2f4c8c005598999a2903d13083c94b22f9
chore: add example for icon list
[ { "change_type": "MODIFY", "diff": "@@ -163,6 +163,8 @@ initializeIcons(null, '.wdc-custom-icon');\n# Canvas Kit CSS Icon List\n+Allows styling for arranging and spacing a list of icons.\n+\n## Installation\n```sh\n@@ -181,3 +183,16 @@ Add your `node_modules` directory to your SASS `includePaths`. You will ...
TypeScript
Apache License 2.0
workday/canvas-kit
chore: add example for icon list
1
chore
null
104,818
03.07.2019 14:31:23
18,000
459d31ae67f75fdac9ecd36b2809011e6ecffdcb
fix(navbar): allow it to be full height
[ { "change_type": "MODIFY", "diff": "@@ -55,7 +55,6 @@ const StyledTabChildren = styled.div`\nbackground: ${COLORS.superLightGray};\npadding-left: ${PADDING.horizontalWrapPadding};\npadding-right: ${PADDING.horizontalWrapPadding};\n- min-height: 100vh;\n`;\nconst StyledActions = styled.div`\n", "new_path...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(navbar): allow it to be full height
1
fix
navbar
217,922
03.07.2019 14:32:24
-7,200
126ae8a5725c9561b46902ad01d72127b27c979a
fix(db): fixed wrong location for some gathering nodes
[ { "change_type": "MODIFY", "diff": "@@ -82,7 +82,7 @@ export class GatheredByExtractor extends AbstractExtractor<GatheredBy> {\nstoredNode.coords = details.coords;\n}\n// If we don't have position for this node in data provided by garlandtools,w e might have it inside our data.\n- if (storedNode.coords === ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(db): fixed wrong location for some gathering nodes
1
fix
db
127,939
03.07.2019 14:38:07
-10,800
f316c0099441fdf8eb379d96e445f2ddcec6ba32
chore(header): code review fixes
[ { "change_type": "RENAME", "diff": "-/** @jsx jsx */\n-import * as React from 'react';\n+import { FC } from 'react';\nimport styled, { CSSObject } from '@emotion/styled';\n-import { jsx } from '@emotion/core';\nimport rem from 'polished/lib/helpers/rem';\nimport { colors, border } from '@heathmont/sportsbet...
TypeScript
MIT License
coingaming/moon-design
chore(header): code review fixes
1
chore
header
942,617
03.07.2019 14:49:44
21,600
4b7e3d8d1eb0fc6102bcb417218a3659f1dcc58b
build(travis): update secure vars
[ { "change_type": "MODIFY", "diff": "@@ -42,7 +42,7 @@ jobs:\n- \"./utils/travis/getGit.sh\"\nenv:\nglobal:\n- - secure: JZmvmwC3FY+wBnn8zuxgNTyx4suWI9NmGFyK5LQFoU0/HaZ2qvOxzckqDrsAvkljg/myt1YyHPT53BrSEwBQSDROMojC6fMyYPGx8mNYq1mEhsw+xGKPda85tsToFgJMqLF79mqF+frjPA5WU5mzFwkDZHLkRCK7srlaskAVlrxJXFKCywAPdrQy1UDk...
TypeScript
Apache License 2.0
workday/canvas-kit
build(travis): update secure vars
1
build
travis
127,946
03.07.2019 15:16:10
-10,800
f9df84abbe7064f01e9d9b25776a04ba304e7dff
fix(my-bets): Broken styles on Mobile
[ { "change_type": "MODIFY", "diff": "@@ -83,7 +83,10 @@ export const MyBetContainer = styled.details<{}>({\nexport const MyBetHeader = styled.summary({\ndisplay: 'flex',\n+ flexDirection: 'column',\n+ [mq(breakpoints.small)]: {\nflexDirection: 'row',\n+ },\njustifyContent: 'space-between',\nalignItems: 'stre...
TypeScript
MIT License
coingaming/moon-design
fix(my-bets): Broken styles on Mobile SPO-4209
1
fix
my-bets
815,573
03.07.2019 15:53:27
-28,800
288f5d8f54a8675a8e6a9ce4b2cf6149add03421
fix: Ban peer when validate received block failed
[ { "change_type": "MODIFY", "diff": "-use crate::synchronizer::Synchronizer;\n+use crate::{synchronizer::Synchronizer, BAD_MESSAGE_BAN_TIME};\nuse ckb_core::block::Block;\n-use ckb_logger::debug;\n+use ckb_logger::{debug, info};\nuse ckb_network::{CKBProtocolContext, PeerIndex};\nuse ckb_protocol::Block as P...
Rust
MIT License
nervosnetwork/ckb
fix: Ban peer when validate received block failed
1
fix
null
127,946
03.07.2019 16:41:35
-10,800
1adb06868aed2bd6009b4939f95923bfec5fb6bf
feat(my-bets): details support open & onToggle props
[ { "change_type": "MODIFY", "diff": "@@ -46,7 +46,12 @@ export const MyBetContainerHeaderPotentialWin = styled.span<{}>({\nmarginLeft: rem(5),\n});\n-export const MyBetContainer = styled.details<{}>({\n+export const MyBetContainer = styled.details<{\n+ open?: boolean;\n+ /* @TODO Revisit post-EPL */\n+ /* es...
TypeScript
MIT License
coingaming/moon-design
feat(my-bets): details support open & onToggle props
1
feat
my-bets
401,147
03.07.2019 17:03:52
-19,080
3f773c30713188a78ce3b192c73bb51682dfa16f
feat: added sort parameter in column config to control sort on table affects:
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,7 @@ import { HeadCellStyled, ResizeHandlerStyled } from './HeadCell.styled';\nconst HeadCell: React.SFC<HeadCellProps> & WithStyle = props => {\nconst [sortState, setSortState] = useState<'none' | 'asc' | 'desc'>('none');\nconst cellEl = useRef(null);\n- const...
TypeScript
MIT License
medly/medly-components
feat: added sort parameter in column config to control sort on table affects: @medly-components/core
1
feat
null
679,913
03.07.2019 17:15:51
-3,600
43b2223a32e256bb954a0eef4d45b0cd93908f4e
feat(shader-ast-stdlib): add additive() HOF
[ { "change_type": "MODIFY", "diff": "@@ -7,6 +7,7 @@ export * from \"./fog/linear\";\nexport * from \"./lighting/lambert\";\nexport * from \"./lighting/trilight\";\n+export * from \"./math/additive\";\nexport * from \"./math/clamp\";\nexport * from \"./math/cross2\";\nexport * from \"./math/dist-chebyshev\";...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(shader-ast-stdlib): add additive() HOF
1
feat
shader-ast-stdlib
942,601
03.07.2019 17:34:37
-7,200
430a5f71cfe91c982375e26d2f2bb58e4fda22b4
docs(menu): Fix typo
[ { "change_type": "MODIFY", "diff": "@@ -27,7 +27,7 @@ Add your `node_modules` directory to your SASS `includePaths`. You will then be\n> Menu renders Canvas-style menu list.\n-Use `.wdc-menu` to create a tooltip. This can be used in conjunction with any directional modifiers.\n+Use `.wdc-menu` to create a m...
TypeScript
Apache License 2.0
workday/canvas-kit
docs(menu): Fix typo
1
docs
menu
942,601
03.07.2019 17:36:41
-7,200
a766547712fe085539e6b832b783c90e69717e12
feat(CSS): add tooltip and menu to main index
[ { "change_type": "MODIFY", "diff": "@@ -8,6 +8,8 @@ $wdc-system-icons-path: '../../node_modules/@workday/canvas-system-icons-web/dis\n@import '~@workday/canvas-kit-css-form-field/index.scss';\n@import '~@workday/canvas-kit-css-layout/index.scss';\n@import '~@workday/canvas-kit-css-loading-animation/index.sc...
TypeScript
Apache License 2.0
workday/canvas-kit
feat(CSS): add tooltip and menu to main index
1
feat
CSS
942,601
03.07.2019 17:37:59
-7,200
d3e29a378c9c285f898a5b15cc18c767ad23ca6c
refactor(CSS): use .min css
[ { "change_type": "MODIFY", "diff": "\"lib\",\n\"index.scss\"\n],\n- \"style\": \"dist/canvas-kit-css-menu.css\",\n- \"main\": \"dist/canvas-kit-css-menu.css\",\n+ \"style\": \"dist/canvas-kit-css-menu.min.css\",\n+ \"main\": \"dist/canvas-kit-css-menu.min.css\",\n\"repository\": {\n\"type\": \"git\",\n\"url...
TypeScript
Apache License 2.0
workday/canvas-kit
refactor(CSS): use .min css
1
refactor
CSS
942,601
03.07.2019 17:38:32
-7,200
ab0a5e24210b0ffabd82cefca67797b7e119b05f
refactor(Popup): Remove unused styles
[ { "change_type": "MODIFY", "diff": "max-width: $_wdc-popup-max-width;\n// Fallback for IE11\n- @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {\n+ @media screen and (-ms-high-contrast: active),\n+ screen and (-ms-high-contrast: none) {\nwidth: auto;\nmin-width: $_wdc-pop...
TypeScript
Apache License 2.0
workday/canvas-kit
refactor(Popup): Remove unused styles
1
refactor
Popup
942,601
03.07.2019 17:39:18
-7,200
2be347bcc5ebe20f49fcd1a03c0a9756da5ba5ce
docs(CSS): Update stories styling to use emotion
[ { "change_type": "DELETE", "diff": "-.menu-demo {\n- >* {\n- margin: 20px !important;\n-\n- &:first-child {\n- margin-left: 0;\n- }\n- }\n-}\n-\n-section.menu-demo-section {\n- margin-bottom: 40px !important;\n-}\n", "new_path": null, "old_path": "modules/menu/css/stories.scss" }, { "change_...
TypeScript
Apache License 2.0
workday/canvas-kit
docs(CSS): Update stories styling to use emotion
1
docs
CSS
366,920
03.07.2019 17:43:08
-32,400
0f5efe371fa6c3a8dcb659f50b0eaafa4e64c97f
docs: Add release:dryrun
[ { "change_type": "MODIFY", "diff": "\"lint:tsc\": \"tsc --noEmit\",\n\"prepublishOnly\": \"run-s clean lint build\",\n\"release\": \"standard-version\",\n+ \"release:dryrun\": \"standard-version --dry-run\",\n\"storybook\": \"start-storybook -p 6006\",\n\"test\": \"jest\",\n\"test:update-snapshot\": \"jest ...
TypeScript
MIT License
kufu/smarthr-ui
docs: Add release:dryrun
1
docs
null
127,946
03.07.2019 18:26:52
-10,800
9fa1ae1937f1eeae10fad365707121584ccb513f
fix(my-bets): Wrap text to the next line if names are too long fix #SPO-4209
[ { "change_type": "MODIFY", "diff": "@@ -166,8 +166,6 @@ export const MyBetHeaderCashoutAmount = styled.span({\nexport const MyBetHeaderCaption = styled.p({\ncolor: colors.neutral[20],\noverflow: 'hidden',\n- textOverflow: 'ellipsis',\n- whiteSpace: 'nowrap',\nmarginTop: rem(10),\n});\n", "new_path": "po...
TypeScript
MIT License
coingaming/moon-design
fix(my-bets): Wrap text to the next line if names are too long fix #SPO-4209
1
fix
my-bets
217,922
03.07.2019 19:17:15
-7,200
190a98a77b7dfcdc2f68df6fe1c3936a36fed522
fix(levequests): fixed issue with levequests page with exp impact feature
[ { "change_type": "MODIFY", "diff": "</div>\n</div>\n<div>Lvl</div>\n- <nz-input-number [(ngModel)]=\"startingLevel\" [nzMin]=\"1\" [nzMax]=\"69\"\n+ <nz-input-number [(ngModel)]=\"startingLevel\" [nzMin]=\"1\" [nzMax]=\"79\"\n[nzPrecision]=\"0\"></nz-input-number>\n<div>Exp</div>\n<nz-input-number [(ngModel...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(levequests): fixed issue with levequests page with exp impact feature
1
fix
levequests
815,601
03.07.2019 20:13:37
-28,800
0f8e72f9f77f666e7f12806863f2db27bc0eb239
fix: proposal reward calculate consistency
[ { "change_type": "MODIFY", "diff": "@@ -612,7 +612,7 @@ impl<CS: ChainStore + 'static> ChainService<CS> {\n}\n}\nErr(err) => {\n- error!(\"block {}\", serde_json::to_string(b).unwrap());\n+ error!(\"block {:?} verify error{:?}\", b, err);\nfound_error =\nSome(SharedError::InvalidTransaction(err.to_string())...
Rust
MIT License
nervosnetwork/ckb
fix: proposal reward calculate consistency
1
fix
null
679,913
03.07.2019 20:26:07
-3,600
171106496e262192dddc37353bff968ddf294161
fix(shader-ast): update allChildren()
[ { "change_type": "MODIFY", "diff": "@@ -258,7 +258,7 @@ export const allChildren = (t: Term<any>) =>\n? [(<Sym<any>>t).init]\n: t.tag === \"decl\"\n? [(<Decl<any>>t).id]\n- : t.tag === \"op1\"\n+ : t.tag === \"op1\" || t.tag === \"swizzle\"\n? [(<Op1<any>>t).val]\n: t.tag === \"op2\"\n? [(<Op2<any>>t).l, (<...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(shader-ast): update allChildren()
1
fix
shader-ast
679,913
03.07.2019 20:26:57
-3,600
5d66ff25f2c2f352fe1f4d1ba5565d9ab5f26337
fix(shader-ast-stdlib): update additive() fn arg type
[ { "change_type": "MODIFY", "diff": "+import { Fn } from \"@thi.ng/api\";\nimport {\nadd,\nassign,\n@@ -6,14 +7,15 @@ import {\nFLOAT0,\nFLOAT05,\nFloatSym,\n+ FloatTerm,\nforLoop,\n- Func1,\ninc,\nlt,\nmul,\nPrim,\nret,\n- sym\n+ sym,\n+ Term\n} from \"@thi.ng/shader-ast\";\n/**\n@@ -37,7 +39,7 @@ import {\...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(shader-ast-stdlib): update additive() fn arg type
1
fix
shader-ast-stdlib
679,913
03.07.2019 20:27:24
-3,600
8b0a2ab470ce853dcca1e6688905ec8a7b991919
docs(shader-ast): update readme & assets
[ { "change_type": "DELETE", "diff": "Binary files a/assets/screenshots/raymarch-2d.jpg and /dev/null differ\n", "new_path": "assets/screenshots/raymarch-2d.jpg", "old_path": "assets/screenshots/raymarch-2d.jpg" }, { "change_type": "DELETE", "diff": "Binary files a/assets/screenshots/rayma...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(shader-ast): update readme & assets
1
docs
shader-ast
679,913
03.07.2019 20:29:14
-3,600
f3547ac9ef9326031b039174f257a31b6dc6b752
minor(shader-ast): readme
[ { "change_type": "MODIFY", "diff": "@@ -64,14 +64,17 @@ VEX](http://www.sidefx.com/docs/houdini/vex/index.html) (in-progress),\nWebGPU](https://github.com/gpuweb/WHLSL) in the near future as well.\n![webgl/canvas2d comparison](https://raw.githubusercontent.com/thi-ng/umbrella/feature/webgl/assets/screenshot...
TypeScript
Apache License 2.0
thi-ng/umbrella
minor(shader-ast): readme
1
minor
shader-ast
217,922
03.07.2019 21:13:04
-7,200
336870471e3cabbadf38cf79497ea993edb3f094
fix(simulator): fixed an issue with piece by piece tip
[ { "change_type": "MODIFY", "diff": "import { RotationTip } from '../rotation-tip';\nimport { RotationTipType } from '../rotation-tip-type';\n-import { PieceByPiece, SimulationResult } from '@ffxiv-teamcraft/simulator';\n+import { MuscleMemory, PieceByPiece, SimulationResult } from '@ffxiv-teamcraft/simulato...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(simulator): fixed an issue with piece by piece tip
1
fix
simulator
217,922
03.07.2019 21:54:51
-7,200
9c16b550c2cdc1f9860401d04574e208cb06325e
feat(simulator): added a rotation solver
[ { "change_type": "MODIFY", "diff": "ngxClipboard [cbContent]=\"getLink(rotation)\" (cbOnSuccess)=\"afterLinkCopy()\">\n<i nz-icon type=\"share-alt\"></i>\n</button>\n+ <button nz-button (click)=\"openRotationSolver()\"\n+ [nzShape]=\"'circle'\"\n+ [nzType]=\"'primary'\"\n+ nz-tooltip\n+ [nzTitle]=\"'SIMULAT...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(simulator): added a rotation solver
1
feat
simulator
217,922
03.07.2019 21:55:41
-7,200
30a4a91989139d9783ecf834bc448f2da4edba93
chore(release): 5.6.3
[ { "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.6.3\"></a>\n+## [5.6.3](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compare/...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 5.6.3
1
chore
release
815,593
04.07.2019 00:13:11
-32,400
ace3c5f3f4be3cacf838f6e5f9234e0cf3c821b0
fix: only sync with outbound peer in IBD mode
[ { "change_type": "MODIFY", "diff": "@@ -372,12 +372,13 @@ impl<CS: ChainStore> Synchronizer<CS> {\nfn start_sync_headers(&self, nc: &CKBProtocolContext) {\nlet now = unix_time_as_millis();\n+ let ibd = self.shared().is_initial_block_download();\nlet peers: Vec<PeerIndex> = self\n.peers()\n.state\n.read()\n....
Rust
MIT License
nervosnetwork/ckb
fix: only sync with outbound peer in IBD mode
1
fix
null
71,169
04.07.2019 01:54:11
25,200
5ce4141003ba7e64a62c011a61d87f1646a778f1
fix(sns): allow tokens to be used in UrlSubscription
[ { "change_type": "MODIFY", "diff": "import sns = require('@aws-cdk/aws-sns');\n+import { Token } from '@aws-cdk/core';\nimport { SubscriptionProps } from './subscription';\n/**\n@@ -13,6 +14,13 @@ export interface UrlSubscriptionProps extends SubscriptionProps {\n* @default false\n*/\nreadonly rawMessageDel...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(sns): allow tokens to be used in UrlSubscription (#2938)
1
fix
sns
942,595
04.07.2019 08:15:42
25,200
a9befb56ddd6dfc12a243d2b401af480d6e72975
build(travis): publish storybook on release only
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,7 @@ branches:\n- gh-pages\nstages:\n- name: storybook\n- if: branch = master AND type != pull_request\n+ if: branch =~ /^release-.+$/ AND type != pull_request\n- name: pr-previews\nif: \"(branch = master AND type = pull_request) OR branch != master OR NOT bran...
TypeScript
Apache License 2.0
workday/canvas-kit
build(travis): publish storybook on release only
1
build
travis
942,595
04.07.2019 08:16:31
25,200
f6fc855dbf6720c75836565cb9d40ec12ba41148
build(getGit): pipe to git output to devnull
[ { "change_type": "MODIFY", "diff": "@@ -10,7 +10,7 @@ setup_branch() {\ngit remote rm origin\ngit remote add origin https://${GH_RELEASE_TOKEN}@github.com/workday/canvas-kit.git > /dev/null 2>&1\ngit fetch > /dev/null 2>&1\n- git branch -u origin/$TRAVIS_BRANCH 2>&1\n+ git branch -u origin/$TRAVIS_BRANCH > ...
TypeScript
Apache License 2.0
workday/canvas-kit
build(getGit): pipe to git output to devnull
1
build
getGit
71,101
04.07.2019 08:57:19
-7,200
b5997c34f084aa19085c3a28119f5093262268fb
fix(core): fix some return types 1. `@aws-cdk/core.Stack.availabilityZones`: The type was incorrectly inferred to `any` by the typescript compiler, however the actual type `string[]`. 2. `@aws-cdk/aws-codebuild.Project.addSecondaryArtifact(IArtifacts)`: The type was declared as `any`, however the function never returns...
[ { "change_type": "ADD", "diff": "+change-return-type:@aws-cdk/aws-codebuild.PipelineProject.addSecondaryArtifact\n+change-return-type:@aws-cdk/aws-codebuild.Project.addSecondaryArtifact\n", "new_path": "packages/@aws-cdk/aws-codebuild/allowed-breaking-changes-0.36.2.txt", "old_path": null }, { ...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(core): fix some return types (#3192) 1. `@aws-cdk/core.Stack.availabilityZones`: The type was incorrectly inferred to `any` by the typescript compiler, however the actual type `string[]`. 2. `@aws-cdk/aws-codebuild.Project.addSecondaryArtifact(IArtifacts)`: The type was declared as `any`, however the ...
1
fix
core
942,595
04.07.2019 09:41:12
25,200
c05691f063c446ff7df93f4d0a5e20fbb5b0b707
build(travis): reorder jobs for earlier publishing
[ { "change_type": "MODIFY", "diff": "language: node_js\n-node_js: 8\n+node_js:\n+- \"8\"\ncache:\nyarn: true\ngit:\n@@ -25,6 +26,11 @@ install:\n- yarn test\njobs:\ninclude:\n+ - stage: pr previews\n+ script: echo \"TODO\"\n+ - stage: npm publish\n+ script:\n+ - \"./utils/travis/getGit.sh\"\n- stage: storybo...
TypeScript
Apache License 2.0
workday/canvas-kit
build(travis): reorder jobs for earlier publishing
1
build
travis
942,595
04.07.2019 10:13:03
25,200
af07effb33f471bc50da21a8e0c2cd3ca6ac67b7
build(travis): reorder stages
[ { "change_type": "MODIFY", "diff": "@@ -9,12 +9,12 @@ branches:\nexcept:\n- gh-pages\nstages:\n-- name: storybook\n- if: branch =~ /^release-.+$/ AND type != pull_request\n- name: pr-previews\nif: \"(branch = master AND type = pull_request) OR branch != master OR NOT branch =~ /^release-.+$/\"\n- name: npm ...
TypeScript
Apache License 2.0
workday/canvas-kit
build(travis): reorder stages
1
build
travis
932,471
04.07.2019 11:15:15
-7,200
beab7ec9a62a9abdb29ea39b54a32318d2def27d
feat(eslint-config-base): Add rule for disallowing useless constructors BREAKING CHANGE: Adding a lint rule which doesn't have a fix, which means that upgrading could break builds due to the new rule.
[ { "change_type": "MODIFY", "diff": "@@ -24,6 +24,8 @@ module.exports = {\n'no-const-assign': 2,\n// disallow to use this/super before super() calling in constructors.\n'no-this-before-super': 0,\n+ // disallow empty constructors and constructors that only delegate into the parent class.\n+ 'no-useless-const...
TypeScript
Apache License 2.0
spotify/web-scripts
feat(eslint-config-base): Add rule for disallowing useless constructors BREAKING CHANGE: Adding a lint rule which doesn't have a fix, which means that upgrading could break builds due to the new rule.
1
feat
eslint-config-base
815,598
04.07.2019 11:33:10
-28,800
216bfdb2da3f2e248f715c302c015b5226174276
feat: filter sentry events
[ { "change_type": "MODIFY", "diff": "@@ -83,6 +83,7 @@ fn before_send(mut event: Event<'static>) -> Option<Event<'static>> {\n} else if ex.starts_with(\"DBError the database version\")\n|| ex.contains(\"kind: AddrInUse\")\n|| ex.contains(\"kind: AddrNotAvailable\")\n+ || ex.contains(\"IO error: No space left...
Rust
MIT License
nervosnetwork/ckb
feat: filter sentry events
1
feat
null
815,598
04.07.2019 11:49:56
-28,800
eaa94e61d35d0b6fec563d3112115d03ee1a0dba
chore: CHANGELOG for 0.15.4
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n-# [v0.15.1](https://github.com/nervosnetwork/ckb/compare/v0.15.0...v0.15.1) (2019-07-01)\n+# [v0.15.4](https://github...
Rust
MIT License
nervosnetwork/ckb
chore: CHANGELOG for 0.15.4
1
chore
null
217,922
04.07.2019 12:33:37
-7,200
7fc41a91de91bcb1a03810b2af2e2fd715b914e5
chore(release): 5.6.4
[ { "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.6.4\"></a>\n+## [5.6.4](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compare/...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 5.6.4
1
chore
release
815,593
04.07.2019 12:46:29
-32,400
f5aeb8deaa346021786af796e7f4eb7037613667
test: fix integration test for
[ { "change_type": "MODIFY", "diff": "@@ -52,7 +52,9 @@ fn main() {\n\"different_txs_with_same_input\",\nBox::new(DifferentTxsWithSameInput),\n);\n- specs.insert(\"compact_block_basic\", Box::new(CompactBlockBasic));\n+ // FIXME this failed on v0.15.0, because of https://github.com/nervosnetwork/ckb/pull/1169...
Rust
MIT License
nervosnetwork/ckb
test: fix integration test for #1169
1
test
null
127,946
04.07.2019 13:21:42
-10,800
3b1d218952a03ddc77a182b1031ef98e0a6a8423
feat(tabItem): supports "highlight" prop #SPO-4380
[ { "change_type": "MODIFY", "diff": "@@ -65,8 +65,8 @@ const TabItem = styled(NavLink, {\nshouldForwardProp: prop => isPropValid(prop) && prop !== 'as',\n/* @TODO Revisit post-EPL */\n/* eslint-disable-next-line @typescript-eslint/no-explicit-any */\n-})<{ active?: boolean; rightAligned?: boolean; as?: any }...
TypeScript
MIT License
coingaming/moon-design
feat(tabItem): supports "highlight" prop #SPO-4380
1
feat
tabItem
815,569
04.07.2019 14:04:17
-28,800
9f2f0a45799f8efcb1d22575273b7b85023a4926
chore: better name
[ { "change_type": "MODIFY", "diff": "@@ -172,12 +172,12 @@ impl NetworkState {\n&self,\np2p_control: &ServiceControl,\nsession_id: SessionId,\n- timeout: Duration,\n+ duration: Duration,\n) {\nif let Some(peer_id) =\nself.with_peer_registry(|reg| reg.get_peer(session_id).map(|peer| peer.peer_id.clone()))\n{\...
Rust
MIT License
nervosnetwork/ckb
chore: better name
1
chore
null
815,745
04.07.2019 14:12:42
-10,800
e158bb44aa4dc716c7bfe60c90d2bdbf178561a3
fix: track by htmlId by default use dropdownId with index as option htmlId fixes fixes fixes fixes
[ { "change_type": "MODIFY", "diff": "@@ -241,7 +241,7 @@ export class ItemsList {\nlabel: isDefined(label) ? label.toString() : '',\nvalue: value,\ndisabled: item.disabled,\n- htmlId: newId(),\n+ htmlId: `${this._ngSelect.dropdownId}-${index}`,\n};\n}\n", "new_path": "src/ng-select/items-list.ts", "o...
TypeScript
MIT License
ng-select/ng-select
fix: track by htmlId by default use dropdownId with index as option htmlId fixes #1244 fixes #1181 fixes #1218 fixes #1229
1
fix
null
815,745
04.07.2019 14:19:34
-10,800
f9393ddd2c2d4cf0b41eec9e1b2d757813341fbf
chore(release): 2.20.4
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"2.20.4\"></a>\n+## [2.20.4](https://github.com/ng-select/ng-select/compare/v2.20.3......
TypeScript
MIT License
ng-select/ng-select
chore(release): 2.20.4
1
chore
release