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,827 | 10.06.2019 08:06:36 | 18,000 | ef89972a7eb518d096675c7e3de6c67808317e83 | fix(dashboard): add XSMALL_WIDE to 16 col grid | [
{
"change_type": "MODIFY",
"diff": "@@ -137,6 +137,24 @@ const originalCards = [\n},\n],\n},\n+ {\n+ title: 'Health',\n+ id: 'facilitycard-health',\n+ size: CARD_SIZES.XSMALL_WIDE,\n+ type: CARD_TYPES.VALUE,\n+ availableActions: {\n+ delete: true,\n+ },\n+ content: [\n+ {\n+ value: 'Healthy',\n+ thresholds:... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(dashboard): add XSMALL_WIDE to 16 col grid | 1 | fix | dashboard |
749,516 | 10.06.2019 09:05:51 | 25,200 | 9c02157cbbe198c312901b2fc1f274deef0f434b | fix(publish): allow version flow to push changelog correctly | [
{
"change_type": "MODIFY",
"diff": "@@ -35,7 +35,7 @@ _Note: Gaps between patch versions are faulty, broken or test releases._\n- This change will help us better communicate changes and allows consumers to better understand the state of their dependencies\n- This is the first release under the new versionin... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | fix(publish): allow version flow to push changelog correctly (#356) | 1 | fix | publish |
722,013 | 10.06.2019 09:06:45 | 18,000 | 9195772c1514f58da646cf42423677b48125bb26 | fix: reorder aliases to allow Styleguide overrides | [
{
"change_type": "MODIFY",
"diff": "@@ -151,16 +151,6 @@ module.exports = function(config, env) {\nconst RSG_COMPONENTS_ALIAS = 'rsg-components'\nconst RSG_COMPONENTS_ALIAS_DEFAULT = `${RSG_COMPONENTS_ALIAS}-default`\n- // Custom style guide components\n- if (config.styleguideComponents) {\n- forEach(config... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix: reorder aliases to allow Styleguide overrides | 1 | fix | null |
722,013 | 10.06.2019 09:22:51 | 18,000 | c29f2ea9cff90f8a3d3e478f8bfb6c3e4fa83ac2 | docs: remove posible inconsistency examples vs doc | [
{
"change_type": "MODIFY",
"diff": "@@ -5,10 +5,11 @@ there are a few example styleguides. Each tries to demonstrate one key aspect of\nCheck out the github links to see how it's done.\n<%\n+const path = require('path')\nconst examples = globby.sync('examples/*/package.json', {cwd: rootFolder, absolute: tru... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | docs: remove posible inconsistency examples vs doc | 1 | docs | null |
722,013 | 10.06.2019 09:23:29 | 18,000 | d950dcfa4fc5a2046cb3168c1e4640fd622a487f | docs: add keywords to new example | [
{
"change_type": "MODIFY",
"diff": "\"name\": \"vue-styleguidist-example-vuecli3custom\",\n\"description\": \"When using vue cli 3, prefer using the plugin using `vue add styleguidist`\",\n\"private\": true,\n+ \"keywords\": [\n+ \"styled\",\n+ \"feature rich\",\n+ \"branding\",\n+ \"beautiful\",\n+ \"vuecl... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | docs: add keywords to new example | 1 | docs | null |
722,013 | 10.06.2019 09:33:45 | 18,000 | 9c0bc311e0dd423b0b79b835c56eed39efcbd305 | docs: fix documentation of example | [
{
"change_type": "MODIFY",
"diff": "-# vuecli3\n+# vuecli3custom\n## Project setup\n",
"new_path": "examples/vuecli3custom/Readme.md",
"old_path": "examples/vuecli3custom/Readme.md"
},
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"vue-styleguidist-example-vuecli3custom\",\n- \"descr... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | docs: fix documentation of example | 1 | docs | null |
104,818 | 10.06.2019 10:05:59 | -7,200 | 60b23f725bb8dfd58e27987dd2ead5b3a921ac37 | fix(valuecard): issue with truncation on multiple values | [
{
"change_type": "MODIFY",
"diff": "@@ -14,6 +14,7 @@ const StyledAttribute = styled.div`\ndisplay: flex;\nalign-items: flex-end;\norder: 1;\n+ width: 100%;\n`;\nconst TrendIcon = styled(Icon)`\n@@ -50,6 +51,7 @@ const propTypes = {\nunit: PropTypes.any, // eslint-disable-line\nlayout: PropTypes.oneOf(Objec... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(valuecard): issue with truncation on multiple values | 1 | fix | valuecard |
504,026 | 10.06.2019 10:08:45 | 14,400 | 59aadfce875d7172c82c56ed70379dafde788896 | fix(charts): align label vertically and add donutHeight/Width defaults
* fix(charts): align label vertically and add defaults for donutHeight donutWidth
Fixes
Fixes
* fix(charts): apply defaults to custom legend | [
{
"change_type": "MODIFY",
"diff": "@@ -122,8 +122,14 @@ export interface ChartDonutThresholdProps extends ChartPieProps {\n* height of the chart in number of pixels, but instead define an aspect ratio for the chart. The exact number of\n* pixels will depend on the size of the container the chart is rendere... | TypeScript | MIT License | patternfly/patternfly-react | fix(charts): align label vertically and add donutHeight/Width defaults (#2193)
* fix(charts): align label vertically and add defaults for donutHeight donutWidth
Fixes https://github.com/patternfly/patternfly-react/issues/2191
Fixes https://github.com/patternfly/patternfly-react/issues/2192
* fix(charts): apply ... | 1 | fix | charts |
104,818 | 10.06.2019 10:10:19 | -7,200 | 5c3bb39539aeafe1de5ebf0dbb461ce96df39c0e | fix(valuecard): add tooltips to threshold | [
{
"change_type": "MODIFY",
"diff": "@@ -95,7 +95,11 @@ const Attribute = ({ value, unit, layout, secondaryValue, thresholds, precision,\nconst thresholdIcon =\nmatchingThreshold && matchingThreshold.icon ? (\n<ThresholdIconWrapper>\n- <ThresholdIcon name={matchingThreshold.icon} color={matchingThreshold.col... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(valuecard): add tooltips to threshold | 1 | fix | valuecard |
471,562 | 10.06.2019 10:29:17 | 10,800 | 18412e99951c6221827f5a207d74c80a02f2c1f9 | doc(demoing): fix typo on story file pattern | [
{
"change_type": "MODIFY",
"diff": "@@ -45,7 +45,7 @@ npm run storybook\n### Create a Story\n-Create an `*.story.js` (for example `index.stories.js`) file within the `stories` folder.\n+Create an `*.stories.js` (for example `index.stories.js`) file within the `stories` folder.\n```js\nimport {\n",
"new_... | JavaScript | MIT License | open-wc/open-wc | doc(demoing): fix typo on story file pattern (#486) | 1 | doc | demoing |
791,776 | 10.06.2019 10:51:51 | 14,400 | cb32e4ec022c0e7be6c0c394e7c2594c83201032 | docs(readme): related project: lighthouse-persist | [
{
"change_type": "MODIFY",
"diff": "@@ -318,6 +318,7 @@ Other awesome open source projects that use Lighthouse.\n* **[lighthouse-lambda](https://github.com/joytocode/lighthouse-lambda)** - Run Lighthouse on AWS Lambda with prebuilt stable desktop Headless Chrome.\n* **[lighthouse-magic-light](https://github... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | docs(readme): related project: lighthouse-persist (#9161) | 1 | docs | readme |
749,516 | 10.06.2019 11:14:01 | 25,200 | 8b13778d2fe1c45852b8f0b6f2eb8438d880abfc | fix(pagination): update peerDependencies to match other packages | [
{
"change_type": "MODIFY",
"diff": "\"classnames\": \"^2.2.5\"\n},\n\"peerDependencies\": {\n- \"@zendeskgarden/react-theming\": \"^1.0.0 || ^2.0.0 || ^3.0.0\",\n+ \"@zendeskgarden/react-theming\": \"^6.0.0\",\n\"prop-types\": \"^15.6.1\",\n- \"react\": \"^0.14.0 || ^15.0.0 || ^16.0.0\",\n- \"react-dom\": \... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | fix(pagination): update peerDependencies to match other packages (#358) | 1 | fix | pagination |
749,516 | 10.06.2019 11:17:49 | 25,200 | 24a73f113863d2be4ae3c64f3ce1b350ed3897f2 | chore(lint): ensure that no unsafe lifecycle hooks are used | [
{
"change_type": "MODIFY",
"diff": "\"no-unused-expressions\": [\"error\", { \"allowShortCircuit\": true }],\n\"react/jsx-key\": \"off\",\n\"react/display-name\": \"off\",\n+ \"react/no-unsafe\": [\"error\", { \"checkAliases\": true }],\n\"jsx-a11y/label-has-for\": \"off\",\n\"jest/no-disabled-tests\": \"of... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | chore(lint): ensure that no unsafe lifecycle hooks are used (#359) | 1 | chore | lint |
104,818 | 10.06.2019 11:28:56 | -7,200 | ebc06b09603ccd47bf35e5899375f8fc0671c422 | fix(valuecard): use title in small cards | [
{
"change_type": "MODIFY",
"diff": "@@ -40,7 +40,7 @@ const CardWrapper = styled.div`\n/** Header */\nexport const CardHeader = styled.div`\n- padding: 16px ${CARD_CONTENT_PADDING / 2}px 0 ${CARD_CONTENT_PADDING}px;\n+ padding: 12px ${CARD_CONTENT_PADDING / 2}px 0 ${CARD_CONTENT_PADDING}px;\nflex: 0 1 ${CAR... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(valuecard): use title in small cards | 1 | fix | valuecard |
127,976 | 10.06.2019 11:31:02 | -10,800 | 3dbbd485fbc72f407402559e41344498f6efbf5c | fix: adjust scoreboards styling | [
{
"change_type": "MODIFY",
"diff": "\"@heathmont/sportsbet-objects\": \"^0.51.0\",\n\"@heathmont/sportsbet-tokens\": \"^0.51.0\",\n\"@heathmont/sportsbet-utils\": \"^0.51.0\",\n+ \"@types/lodash.get\": \"4.4.6\",\n\"@types/react\": \"16.7.18\",\n\"@types/react-dom\": \"16.0.11\",\n+ \"lodash.get\": \"4.4.2\... | TypeScript | MIT License | coingaming/moon-design | fix: adjust scoreboards styling | 1 | fix | null |
104,818 | 10.06.2019 11:35:06 | -7,200 | 1ba4461bb992d339382a90e4c222d7870a374306 | fix(valuecard): handle overflow of attribute title | [
{
"change_type": "MODIFY",
"diff": "@@ -64,6 +64,8 @@ const AttributeLabel = styled.div`\norder: ${props => (props.isVertical ? 0 : 2)};\ncolor: ${COLORS.gray};\nfont-weight: lighter;\n+ ${props => props.isVertical && `text-overflow: ellipsis`};\n+ ${props => props.isVertical && `overflow: hidden`};\n`;\nco... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(valuecard): handle overflow of attribute title | 1 | fix | valuecard |
127,976 | 10.06.2019 12:22:49 | -10,800 | d47e6d0b30f4b682719a95b63452a40583ca5a8b | fix: adjust freebets navigation | [
{
"change_type": "MODIFY",
"diff": "@@ -37,7 +37,7 @@ export const BonusesSubNavigation = styled.div([\noverflowX: 'auto',\n'& > *': {\n- marginRight: spacing(),\n+ marginRight: spacing('small'),\nflexShrink: 0,\n},\n@@ -47,7 +47,7 @@ export const BonusesSubNavigation = styled.div([\nmarginTop: 0,\n'& > *':... | TypeScript | MIT License | coingaming/moon-design | fix: adjust freebets navigation | 1 | fix | null |
749,516 | 10.06.2019 13:00:09 | 25,200 | a24a028e73e54f71d5df628c8ea044102b689a98 | fix(build): add tag fetching to process | [
{
"change_type": "MODIFY",
"diff": "@@ -13,6 +13,7 @@ set -e\necho \"INFO: Pulling recent changes...\"\ngit pull\n+git fetch --tags\necho \"INFO: Validating environment...\"\nyarn install --ignore-scripts\n@@ -29,7 +30,7 @@ previous_tag=$(git describe --abbrev=0 --tags $current_tag^)\necho \"INFO: Generatin... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | fix(build): add tag fetching to process (#361) | 1 | fix | build |
679,913 | 10.06.2019 13:11:15 | -3,600 | 09b047b2c40641e5ed5f91962b752123281a8060 | fix(fsm): callback return types | [
{
"change_type": "MODIFY",
"diff": "@@ -34,13 +34,17 @@ export type AltCallback<T, C, R> = (\nctx: C,\nnext: ResultBody<R> | undefined,\nx: T[]\n-) => ResultBody<R>;\n+) => ResultBody<R> | undefined;\n-export type LitCallback<T, C, R> = (ctx: C, x: T) => ResultBody<R>;\n+export type LitCallback<T, C, R> = (... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(fsm): callback return types | 1 | fix | fsm |
127,976 | 10.06.2019 13:43:30 | -10,800 | 6487b155754aa1db191f852f0368a7c776729390 | fix: swap template literal with function call | [
{
"change_type": "MODIFY",
"diff": "@@ -95,7 +95,7 @@ const Logo = styled.div(onClick => [\nheight: '100%',\nwidth: rem(88),\ntextAlign: 'center',\n- padding: `${spacing('small')}`,\n+ padding: spacing('small'),\nimg: {\nmaxWidth: '100%',\nmaxHeight: '100%',\n",
"new_path": "portals/user-portal-componen... | TypeScript | MIT License | coingaming/moon-design | fix: swap template literal with function call | 1 | fix | null |
679,913 | 10.06.2019 13:47:22 | -3,600 | 9e44bfd524939e9a656461496061c11dba1f93ee | refactor(hiccup-markdown): TS strictNullChecks, add tests | [
{
"change_type": "MODIFY",
"diff": "-import { Fn2 } from \"@thi.ng/api\";\n+import { Fn, Fn2 } from \"@thi.ng/api\";\nimport { peek } from \"@thi.ng/arrays\";\nimport {\nalts,\n@@ -101,7 +101,7 @@ const transition = (ctx: FSMCtx, id: State): ParseResult => (\n);\nconst push = (id: State, next: State) => (ct... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(hiccup-markdown): TS strictNullChecks, add tests | 1 | refactor | hiccup-markdown |
679,913 | 10.06.2019 13:47:56 | -3,600 | 4cba4a5ebb2bffdfdf150f0bf95ad7aa74b3680b | build: enable strictNullChecks for all packages | [
{
"change_type": "MODIFY",
"diff": "\"preserveConstEnums\": true,\n\"moduleResolution\": \"node\",\n\"strict\": true,\n- \"strictNullChecks\": false\n+ \"strictNullChecks\": true\n},\n\"exclude\": [\"./**/node_modules\"]\n}\n",
"new_path": "tsconfig.json",
"old_path": "tsconfig.json"
}
] | TypeScript | Apache License 2.0 | thi-ng/umbrella | build: enable strictNullChecks for all packages | 1 | build | null |
127,946 | 10.06.2019 14:03:50 | -10,800 | b39e12e27b9cf39625b4a9321b0ae74687518bcf | feat(badge): add modifier prop | [
{
"change_type": "MODIFY",
"diff": "@@ -5,6 +5,8 @@ import { CSSObject } from '@emotion/styled';\nimport rem from 'polished/lib/helpers/rem';\nimport { colors, border } from '@heathmont/sportsbet-tokens';\nimport { spacing } from '@heathmont/sportsbet-utils';\n+import { badgeModifiers, BadgeModifiers } from... | TypeScript | MIT License | coingaming/moon-design | feat(badge): add modifier prop | 1 | feat | badge |
815,569 | 10.06.2019 14:16:26 | -28,800 | 7f5aaf26502b415f324f920d0ceb44cc56d33a83 | test: replace is_err in core test | [
{
"change_type": "MODIFY",
"diff": "@@ -810,7 +810,7 @@ mod tests {\nlet out_point = OutPoint::new_block_hash(header_hash.clone());\nlet transaction = TransactionBuilder::default()\n- .input(CellInput::new(out_point, 0))\n+ .input(CellInput::new(out_point.clone(), 0))\n.build();\nlet mut seen_inputs = FnvHa... | Rust | MIT License | nervosnetwork/ckb | test: replace is_err in core test | 1 | test | null |
217,922 | 10.06.2019 14:53:41 | -7,200 | 9bf01c6eb4ab3a8a3751528d67f3d41500e7c3b4 | chore: small color fix for theme | [
{
"change_type": "MODIFY",
"diff": "@@ -124,6 +124,7 @@ a {\n.ant-radio-button-wrapper-checked {\nborder-color: var(--primary-color) !important;\ncolor: var(--primary-color) !important;\n+ box-shadow: -1px 0 0 0 var(--primary-color) !important;\n&:hover {\nborder-color: var(--primary-color) !important;\n",
... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: small color fix for theme | 1 | chore | null |
217,922 | 10.06.2019 15:22:58 | -7,200 | 59e31530dcdbf5d4f0e026d2a02736ff85a31cbd | fix(layout): fixed an issue with NOT modifier on rows with one filter only | [
{
"change_type": "MODIFY",
"diff": "@@ -261,11 +261,14 @@ export class LayoutRowFilter {\nstatic fromString(filterString: string): LayoutRowFilter {\nconst parsed = filterString.split(':');\n- const baseFilterString: string = parsed.shift().replace('!', '');\n- const baseFilter: LayoutRowFilter = LayoutRowF... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(layout): fixed an issue with NOT modifier on rows with one filter only | 1 | fix | layout |
815,595 | 10.06.2019 15:23:35 | -28,800 | 316cded9454c3af463ddfe768a35fc3e9cd882ee | refactor: Flatten Synchronizer into SyncSharedState | [
{
"change_type": "MODIFY",
"diff": "@@ -12,13 +12,13 @@ use self::get_blocks_process::GetBlocksProcess;\nuse self::get_headers_process::GetHeadersProcess;\nuse self::headers_process::HeadersProcess;\nuse crate::config::Config;\n+use crate::types::BlockStatus;\nuse crate::types::{HeaderView, Peers, SyncShare... | Rust | MIT License | nervosnetwork/ckb | refactor: Flatten Synchronizer into SyncSharedState | 1 | refactor | null |
67,494 | 10.06.2019 15:33:40 | -7,200 | 769b1b8feefb25ab9547bcf2f1cb298222378da4 | feat(router): replace BrowserNavigation's queue with Queue | [
{
"change_type": "MODIFY",
"diff": "@@ -45,6 +45,9 @@ export class App {\npublic color: string = 'lightgreen';\nconstructor(private readonly router: Router, authorsRepository: AuthorsRepository, private readonly state: State) {\nauthorsRepository.authors(); // Only here to initialize repositories\n+ }\n+\n+... | TypeScript | MIT License | aurelia/aurelia | feat(router): replace BrowserNavigation's queue with Queue | 1 | feat | router |
815,595 | 10.06.2019 15:46:58 | -28,800 | d25224afcf58fb56431dc7d6606b76f7917bc9f0 | refactor: Flatten Relay into SyncSharedState | [
{
"change_type": "MODIFY",
"diff": "@@ -39,7 +39,7 @@ impl<'a, CS: ChainStore + 'static> BlockProposalProcess<'a, CS> {\n.into_iter()\n.filter_map(|tx| {\nlet tx_hash = tx.hash();\n- if self.relayer.state.already_known_tx(&tx_hash) {\n+ if self.relayer.shared().already_known_tx(&tx_hash) {\nNone\n} else {\n... | Rust | MIT License | nervosnetwork/ckb | refactor: Flatten Relay into SyncSharedState | 1 | refactor | null |
679,913 | 10.06.2019 15:49:34 | -3,600 | f6ae89d461851d284dc75e0440d923ab2f50a480 | refactor(diff): allow args to be undefined/null | [
{
"change_type": "MODIFY",
"diff": "@@ -64,8 +64,8 @@ const simpleDiff = <T>(\n* @param equiv equality predicate function\n*/\nexport const diffArray = <T>(\n- a: ArrayLike<T>,\n- b: ArrayLike<T>,\n+ a: ArrayLike<T> | undefined | null,\n+ b: ArrayLike<T> | undefined | null,\nmode = DiffMode.FULL,\nequiv = _... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(diff): allow args to be undefined/null | 1 | refactor | diff |
679,913 | 10.06.2019 15:50:28 | -3,600 | c51ff98f561899c387f956e44fcce09ab9569a95 | fix(iterators): update concat/mapcat, fnil args | [
{
"change_type": "MODIFY",
"diff": "import { ensureIterable } from \"./ensure\";\nimport { iterator } from \"./iterator\";\n-export function* concat<T>(...inputs: Iterable<T>[]) {\n+export function* concat<T>(...inputs: (Iterable<T> | undefined | null)[]) {\nlet iter = iterator(inputs);\n- let v: IteratorRe... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(iterators): update concat/mapcat, fnil args | 1 | fix | iterators |
679,913 | 10.06.2019 15:51:06 | -3,600 | 9636495e86a2be3fb3feec301ddec12474fc5dcc | fix(unionstruct): allow undefined/null args | [
{
"change_type": "MODIFY",
"diff": "@@ -217,7 +217,7 @@ const makeField = (\nexport const typedef = (\nspec: Field[],\nstruct: boolean,\n- buf?: ArrayBuffer,\n+ buf?: ArrayBuffer | null,\noffset = 0,\ndoAlign = true,\nle = false\n@@ -246,7 +246,7 @@ export const typedef = (\nexport const union = (\nspec: Fi... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(unionstruct): allow undefined/null args | 1 | fix | unionstruct |
679,913 | 10.06.2019 15:52:09 | -3,600 | bb44e8521f73a8bb50279d9b695b2fd1d1c0b440 | test: update various tests for TS strictNullChecks | [
{
"change_type": "MODIFY",
"diff": "@@ -40,7 +40,7 @@ describe(\"history\", () => {\n});\nit(\"does record & shift (nested)\", () => {\n- let c = new Cursor(a, \"b\");\n+ let c = new Cursor<any>(a, \"b\");\nlet h = new History(c, 3);\nh.swap((s) => ({ ...s, c: 21 }));\nassert.equal(h.history.length, 1);\n",... | TypeScript | Apache License 2.0 | thi-ng/umbrella | test: update various tests for TS strictNullChecks | 1 | test | null |
217,922 | 10.06.2019 15:56:40 | -7,200 | fb224d2022c7c079b017c2e193f9066569cc15f8 | feat(rotation-picker): added tooltip for names that are too long to read | [
{
"change_type": "MODIFY",
"diff": "<nz-list [nzDataSource]=\"rotations\" [nzRenderItem]=\"rotation\" [nzHeader]=\"header\">\n<ng-template #rotation let-rotation>\n<nz-list-item [nzActions]=\"[pickRotation]\">\n- <nz-list-item-meta [nzTitle]=\"rotation.getName()\">\n+ <nz-list-item-meta [nzTitle]=\"title\">... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(rotation-picker): added tooltip for names that are too long to read | 1 | feat | rotation-picker |
127,976 | 10.06.2019 15:59:05 | -10,800 | 591646f9b16fab4845b2d492b029f9876d8d4127 | refactor: utilize the modifier prop for scoreboards badges | [
{
"change_type": "MODIFY",
"diff": "@@ -12,7 +12,7 @@ import { EventProps } from '../scoreboard';\nexport type FootballProps = {\nevent: EventProps;\ntimer: string;\n- badges?: { color?: string; backgroundColor?: string; title: string }[];\n+ badges?: { modifier?: string; text: string }[];\n};\nconst Footba... | TypeScript | MIT License | coingaming/moon-design | refactor: utilize the modifier prop for scoreboards badges | 1 | refactor | null |
902,122 | 10.06.2019 16:14:08 | -7,200 | afb7cff72d17b22bf42963eac33bb7a98214c464 | feat: add better screenshot
closes | [
{
"change_type": "MODIFY",
"diff": "\"text\"\n],\n\"dependencies\": {\n+ \"@browserless/screenshot\": \"^0.0.0\",\n\"@browserless/devices\": \"^5.2.3\",\n\"@browserless/goto\": \"^5.4.1\",\n\"@browserless/pdf\": \"^5.4.1\",\n",
"new_path": "packages/browserless/package.json",
"old_path": "packages/b... | JavaScript | MIT License | microlinkhq/browserless | feat: add better screenshot
closes #36 | 1 | feat | null |
902,122 | 10.06.2019 16:16:33 | -7,200 | 10e13632d46156b4c7b14a3bca2d06dac1e803d0 | docs: setup homepage section | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"@browserless/benchmark\",\n\"description\": \"Benchmarking tool for testing different browserless configurations\",\n- \"homepage\": \"https://browserless.js.org\",\n+ \"homepage\": \"https://browserless.js.org/#/?id=benchmark\",\n\"version\": \"5.2.2\",\n\... | JavaScript | MIT License | microlinkhq/browserless | docs: setup homepage section | 1 | docs | null |
815,569 | 10.06.2019 16:28:04 | -28,800 | 04c7965c5feaa3bcf5b145dfe4c67d4216b2dd50 | chore: dependencies adjust | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,6 @@ edition = \"2018\"\n[dependencies]\nnumext-fixed-hash = { version = \"0.1\", features = [\"support_rand\", \"support_heapsize\", \"support_serde\"] }\nbyteorder = \"1.3.1\"\n-crypto = {path = \"../util/crypto\"}\nckb-core = { path = \"../core\" }\nckb-stor... | Rust | MIT License | nervosnetwork/ckb | chore: dependencies adjust | 1 | chore | null |
815,595 | 10.06.2019 16:32:52 | -28,800 | f54e3f32e63b5cc5c70f5746a38a2e4e62b95afa | refactor: Flatten Peers into SyncSharedState | [
{
"change_type": "MODIFY",
"diff": "@@ -65,9 +65,8 @@ impl<CS: ChainStore + 'static> StatsRpc for StatsRpcImpl<CS> {\n// deprecated\nOk(self\n.synchronizer\n- .peers()\n- .blocks_inflight\n- .read()\n+ .shared()\n+ .read_inflight_blocks()\n.blocks_iter()\n.map(|(peer, blocks)| PeerState::new(peer.value(), 0... | Rust | MIT License | nervosnetwork/ckb | refactor: Flatten Peers into SyncSharedState | 1 | refactor | null |
67,494 | 10.06.2019 16:47:14 | -7,200 | 2c701ef15316e4d9b7c15e8ed4376dd31ebc95fe | chore(router): replace Reporter.error with throw new Error | [
{
"change_type": "MODIFY",
"diff": "@@ -87,6 +87,9 @@ export class BrowserNavigation implements INavigationStore, INavigationViewer {\n});\n}\npublic deactivate(): void {\n+ if (!this.isActive) {\n+ throw new Error('Browser navigation has not been activated');\n+ }\nthis.window.removeEventListener('popstate... | TypeScript | MIT License | aurelia/aurelia | chore(router): replace Reporter.error with throw new Error | 1 | chore | router |
902,122 | 10.06.2019 16:47:40 | -7,200 | df25412fd5458282948d298e3786b5e5280fba71 | docs: add more params | [
{
"change_type": "MODIFY",
"diff": "@@ -54,8 +54,8 @@ You can see more common recipes at [`@browserless/examples`](https://github.com/\nAll methods follow the same interface:\n-- `url` (*required*): The target URL\n-- `options`: Specific settings for the method (*optional*).\n+- `url` (*required*): The targ... | JavaScript | MIT License | microlinkhq/browserless | docs: add more params | 1 | docs | null |
902,122 | 10.06.2019 16:48:17 | -7,200 | 384febdac744b14312d6214c31936a826e47a908 | refactor: style | [
{
"change_type": "MODIFY",
"diff": "@@ -57,10 +57,14 @@ module.exports = page => async (url, opts = {}) => {\nawait goto(page, { url, device, adblock, ...args })\n- if (hideElements)\n+ if (hideElements) {\nawait Promise.all(hideElements.map(selector => page.$$eval(selector, toHideElements)))\n- if (removeE... | JavaScript | MIT License | microlinkhq/browserless | refactor: style | 1 | refactor | null |
902,122 | 10.06.2019 16:51:17 | -7,200 | 0d5d65edb79d020e3384b8c697b1e147c33269f1 | build: add package into index | [
{
"change_type": "MODIFY",
"diff": "@@ -583,11 +583,12 @@ You don't need to think about the acquire/release step: It's done automagically\n| Package | Version | Dependencies |\n|--------|-------|------------|\n| [`browserless`](https://github.com/microlinkhq/metascraper/tree/master/packages/browserless) | [... | JavaScript | MIT License | microlinkhq/browserless | build: add package into index | 1 | build | null |
902,122 | 10.06.2019 16:59:26 | -7,200 | 913fa40ad9840d40b1a6f98be053c928e36cee01 | refactor: remove deprecate warning | [
{
"change_type": "MODIFY",
"diff": "@@ -110,7 +110,7 @@ module.exports = page => async (url, opts = {}) => {\nif (!overlay) return screenshot\nconst { path: overlayPath = defaultOverlayPath, color: overlayColor = 'transparent' } = overlay\n- let image = await sharp(overlayPath).overlayWith(screenshot, { top... | JavaScript | MIT License | microlinkhq/browserless | refactor: remove deprecate warning | 1 | refactor | null |
127,946 | 10.06.2019 17:23:52 | -10,800 | c37cf5346dd15a3411f38e8ce6d6f1c7210bdaf9 | feat(colors): update base colors | [
{
"change_type": "MODIFY",
"diff": "@@ -18,8 +18,8 @@ const inputColors = {\nlabel: colors.neutral[20],\ntext: colors.neutral[10],\nicon: colors.neutral[30],\n- border: colors.neutral[70],\n- background: colors.neutral[75],\n+ border: colors.neutral[60],\n+ background: colors.neutral[70],\ndisabled: colors.... | TypeScript | MIT License | coingaming/moon-design | feat(colors): update base colors | 1 | feat | colors |
67,494 | 10.06.2019 17:28:15 | -7,200 | 7c7bec6d4ad88eda5afa77772b1332e7f7066102 | feat(router): await in navigator finalize and cancel | [
{
"change_type": "MODIFY",
"diff": "@@ -165,7 +165,7 @@ export class Navigator {\npublic loadState(): void {\nconst state = this.getState();\n- this.entries = (state.entries || []);\n+ this.entries = state.entries || [];\nthis.currentEntry = state.currentEntry;\n}\n@@ -200,32 +200,32 @@ export class Navigat... | TypeScript | MIT License | aurelia/aurelia | feat(router): await in navigator finalize and cancel | 1 | feat | router |
127,946 | 10.06.2019 17:29:56 | -10,800 | 8cf1cbd759d5ebe0b7d36c0397e651cffdddb3c6 | test(colors): update snapshots | [
{
"change_type": "MODIFY",
"diff": "@@ -22,7 +22,7 @@ exports[`Banner Closable renders with default vertical layout 1`] = `\nborder-color: transparent;\nborder-radius: 100px;\ncolor: #8697a2;\n- background-color: #1A212A;\n+ background-color: #31373F;\nfont-size: 0.875rem;\nline-height: 1.0625rem;\npadding:... | TypeScript | MIT License | coingaming/moon-design | test(colors): update snapshots | 1 | test | colors |
815,595 | 10.06.2019 17:48:32 | -28,800 | f683e0c1e97a77d20d50d04d10266ee56b04adeb | feat: Move Peers into SyncSharedState | [
{
"change_type": "MODIFY",
"diff": "@@ -69,11 +69,7 @@ pub fn run(args: RunArgs, version: Version) -> Result<(), ExitCode> {\nargs.config.sync,\n);\n- let relayer = Relayer::new(\n- chain_controller.clone(),\n- sync_shared_state,\n- Arc::clone(synchronizer.peers()),\n- );\n+ let relayer = Relayer::new(chain... | Rust | MIT License | nervosnetwork/ckb | feat: Move Peers into SyncSharedState | 1 | feat | null |
815,593 | 10.06.2019 17:53:31 | -32,400 | 9538f480ec7f41dede54a69d3b51c9a9da99b909 | chore: rebase error | [
{
"change_type": "MODIFY",
"diff": "@@ -404,4 +404,42 @@ mod tests {\nassert_eq!(miner_config.miner.client.rpc_url, \"http://127.0.0.1:7000/\");\n}\n}\n+\n+ #[cfg(all(unix, target_pointer_width = \"64\"))]\n+ #[test]\n+ fn test_export_dev_config_files_assembly() {\n+ let dir = mkdir();\n+ let locator = Reso... | Rust | MIT License | nervosnetwork/ckb | chore: rebase error | 1 | chore | null |
438,921 | 10.06.2019 18:47:29 | -32,400 | 2904d41fde5946f3cd973032f8157750b4ed4aed | fix(grid): Correct grid scale on zoom
Make grid to be scale on zoom when zoomScale exist.
Fix | [
{
"change_type": "MODIFY",
"diff": "@@ -240,6 +240,11 @@ describe(\"ZOOM\", function() {\n[\"data2\", 50, 20, 10, 40, 15, 6025]\n]\n},\n+ grid: {\n+ x: {\n+ show: true\n+ }\n+ },\nzoom: {\nrescale: true,\nenabled: true\n@@ -288,6 +293,23 @@ describe(\"ZOOM\", function() {\n).to.be.true;\n});\n});\n+\n+ it(\... | TypeScript | MIT License | naver/billboard.js | fix(grid): Correct grid scale on zoom
Make grid to be scale on zoom when zoomScale exist.
Fix #799 | 1 | fix | grid |
531,793 | 10.06.2019 18:50:03 | -3,600 | ed379a06003d85258436c7503dd375f67576355d | feat(ui): pause updates while a filter is being edited | [
{
"change_type": "MODIFY",
"diff": "@@ -98,6 +98,8 @@ const FilterInputLabel = observer(\npropName=\"raw\"\nchange={this.onChange}\nclassEditing=\"py-0 border-0 bg-light\"\n+ afterStart={alertStore.status.pause}\n+ afterFinish={alertStore.status.resume}\n/>\n</TooltipWrapper>\n<FontAwesomeIcon\n",
"new_... | TypeScript | Apache License 2.0 | prymitive/karma | feat(ui): pause updates while a filter is being edited | 1 | feat | ui |
815,595 | 10.06.2019 20:23:40 | -28,800 | 4f77b9cf03a6d4a3069ffff8b495fdd5e3c034b9 | feat: Avoid locking long time | [
{
"change_type": "MODIFY",
"diff": "@@ -49,20 +49,20 @@ impl<'a, CS: ChainStore + 'static> BlockProposalProcess<'a, CS> {\nif unknown_txs.is_empty() {\nreturn Ok(());\n}\n- let mut inflight = self.relayer.shared().inflight_proposals();\n- // filter txs that we ask for download\n- let asked_txs = unknown_txs... | Rust | MIT License | nervosnetwork/ckb | feat: Avoid locking long time | 1 | feat | null |
679,913 | 10.06.2019 20:25:38 | -3,600 | c9bc9535101693c6ac431bf52e29b579a1fa6f88 | feat(csp): update Mult.tap() to use set semantics
add check if arg channel already is a tap and if so don't add duplicate | [
{
"change_type": "MODIFY",
"diff": "@@ -72,6 +72,8 @@ export class Mult<T> implements IWriteableChannel<T> {\nif (this.taps) {\nif (!(ch instanceof Channel)) {\nch = new Channel<R>(this.src.id + \"-tap\" + this.tapID++, ch!);\n+ } else if (this.taps.find(ch)) {\n+ return ch;\n}\nthis.taps.push(ch);\nreturn ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(csp): update Mult.tap() to use set semantics
- add check if arg channel already is a tap and if so don't add duplicate | 1 | feat | csp |
815,577 | 10.06.2019 20:32:35 | -28,800 | eff0d79386448fa1b2d6ec149294bfc509a21bba | feat: upgrade p2p dependence, support upnp optional | [
{
"change_type": "MODIFY",
"diff": "@@ -65,7 +65,7 @@ name = \"ansi_term\"\nversion = \"0.11.0\"\nsource = \"registry+https://github.com/rust-lang/crates.io-index\"\ndependencies = [\n- \"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)\",\n+ \"winapi 0.3.7 (registry+https://github.com/r... | Rust | MIT License | nervosnetwork/ckb | feat: upgrade p2p dependence, support upnp optional | 1 | feat | null |
902,122 | 10.06.2019 20:32:36 | -7,200 | 7b862288c74733f4098ee2ee42d13fa275c6ee45 | build: add disable animation support | [
{
"change_type": "MODIFY",
"diff": "@@ -319,6 +319,13 @@ type: `string`\nClick the DOM element matching the given [CSS selector](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Selectors).\n+##### disableAnimations\n+\n+Type: `boolean`<br>\n+Default: `false`\n+\n+Disable CSS [animations](https://develo... | JavaScript | MIT License | microlinkhq/browserless | build: add disable animation support | 1 | build | null |
104,818 | 10.06.2019 21:16:32 | -7,200 | 673386689feeb5ad3f6c9c5afb880abfabd8b317 | fix(dashboard): i18n props for all labels | [
{
"change_type": "MODIFY",
"diff": "@@ -130,6 +130,12 @@ const defaultProps = {\ni18n: {\nnoDataLabel: 'No data is available for this time range.',\nnoDataShortLabel: 'No data',\n+ hourlyLabel: 'Hourly',\n+ weeklyabel: 'Weekly',\n+ monthlyLabel: 'Monthly',\n+ editCardLabel: 'Edit card',\n+ cloneCardLabel: '... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(dashboard): i18n props for all labels | 1 | fix | dashboard |
104,818 | 10.06.2019 21:17:56 | -7,200 | b761ab513e406a8b6b0c0680e86acde10db710dc | test(dashboard): fix story prop | [
{
"change_type": "MODIFY",
"diff": "@@ -450,7 +450,7 @@ storiesOf('Dashboard (Experimental)', module)\nnoDataLabel: text('noDataLabel', 'No data is available for this time range.'),\nnoDataShortLabel: text('noDataShortLabel', 'No data'),\nhourlyLabel: text('hourlyLabel', 'Hourly'),\n- weeklyabel: text('week... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | test(dashboard): fix story prop | 1 | test | dashboard |
104,818 | 10.06.2019 21:23:08 | -7,200 | 8942224a10ba9ea3dc5b9db62e728bce12c08e78 | fix(card): update prop default to match | [
{
"change_type": "MODIFY",
"diff": "@@ -131,7 +131,7 @@ const defaultProps = {\nnoDataLabel: 'No data is available for this time range.',\nnoDataShortLabel: 'No data',\nhourlyLabel: 'Hourly',\n- weeklyabel: 'Weekly',\n+ weeklyLabel: 'Weekly',\nmonthlyLabel: 'Monthly',\neditCardLabel: 'Edit card',\ncloneCard... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(card): update prop default to match | 1 | fix | card |
104,818 | 10.06.2019 21:24:35 | -7,200 | 815cf26cb27d50b215acd0349b8b17b630d0f3af | fix(card): add proptypes for all the labels for the card | [
{
"change_type": "MODIFY",
"diff": "@@ -179,9 +179,16 @@ export const CardPropTypes = {\ndelete: PropTypes.bool,\nexpand: PropTypes.bool,\n}),\n+ /** All the labels that need translation */\ni18n: PropTypes.shape({\n- noDataLabel: PropTypes.node,\n- noDataShortLabel: PropTypes.node,\n+ noDataLabel: PropType... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(card): add proptypes for all the labels for the card | 1 | fix | card |
815,595 | 10.06.2019 21:25:33 | -28,800 | 2c946b818e26427e81daa1e67d5f155d536d058a | feat: Clear state when peer disconnects | [
{
"change_type": "MODIFY",
"diff": "@@ -503,13 +503,7 @@ impl<CS: ChainStore> CKBProtocolHandler for Synchronizer<CS> {\nfn disconnected(&mut self, _nc: Arc<CKBProtocolContext + Sync>, peer_index: PeerIndex) {\ninfo!(\"SyncProtocol.disconnected peer={}\", peer_index);\n-\n- // self.misbehavior.write().remov... | Rust | MIT License | nervosnetwork/ckb | feat: Clear state when peer disconnects | 1 | feat | null |
71,663 | 10.06.2019 22:05:45 | 25,200 | 9ce37e1a90de55f1383322c685ddf5d0e1c8f21a | docs(changelog): add missing entries from the 0.34.0 release to the Changelog | [
{
"change_type": "MODIFY",
"diff": "@@ -53,6 +53,23 @@ Associated types (such as `EncryptionKeyAliasProps`) were renamed in the\nsame way.\n* **cli:** This release requires CDK CLI >= 0.34.0\n* **core:** `App.run()` was renamed to `App.synth()` (soft deprecation, it will be removed in the next release).\n+*... | TypeScript | Apache License 2.0 | aws/aws-cdk | docs(changelog): add missing entries from the 0.34.0 release to the Changelog (#2814) | 1 | docs | changelog |
504,024 | 10.06.2019 23:06:24 | -28,800 | 2cbdfb8dd3c7e39b68fa8f7778967eafba688d9a | fix(react-table): Fix error Unknown event handler property `onCollapse`. It will be ignored. | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ import { mapOpenedRows } from './utils/headerUtils';\n// eslint-disable-next-line react/prefer-stateless-function\nclass BodyWrapper extends React.Component {\nrender() {\n- const { mappedRows, tbodyRef, ...props } = this.props;\n+ const { mappedRows, tbod... | TypeScript | MIT License | patternfly/patternfly-react | fix(react-table): Fix error Unknown event handler property `onCollapse`. It will be ignored. (#2195) | 1 | fix | react-table |
531,793 | 10.06.2019 23:13:07 | -3,600 | f2c24edff943b41bc9e6b5738b382502a7eae221 | fix(ui): check for string className when handling clicks in filter input
For SVG elements there might be no className attribute so split() might raise an exception | [
{
"change_type": "MODIFY",
"diff": "@@ -97,7 +97,10 @@ const FilterInput = observer(\n});\nonInputClick = (inputReference, event) => {\n- if (event.target.className.split(\" \").includes(\"form-control\")) {\n+ if (\n+ typeof event.target.className === \"string\" &&\n+ event.target.className.split(\" \").in... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): check for string className when handling clicks in filter input
For SVG elements there might be no className attribute so split() might raise an exception | 1 | fix | ui |
504,024 | 10.06.2019 23:13:55 | -28,800 | 343f9283129a32438d2dbf74dc2238e1b0cec9e2 | fix(react-table): Some props of IRow should not required | [
{
"change_type": "MODIFY",
"diff": "@@ -77,9 +77,9 @@ export interface IRowCell {\nexport interface IRow {\ncells: Array<ReactNode | IRowCell>;\n- isOpen: Boolean;\n- parent: Number;\n- props: any;\n+ isOpen?: Boolean;\n+ parent?: Number;\n+ props?: any;\nfullWidth?: Boolean;\nnoPadding?: Boolean;\n}\n",
... | TypeScript | MIT License | patternfly/patternfly-react | fix(react-table): Some props of IRow should not required (#2196) | 1 | fix | react-table |
531,793 | 10.06.2019 23:14:09 | -3,600 | acc14d37a90fd37dfc046b1b39c843f1cefda361 | fix(ui): don't hide the navbar on idle when updates are paused
Updates are now paused when editing filters, so we shouldn't try to hide the entire navbar (including edited filter) when that happens | [
{
"change_type": "MODIFY",
"diff": "import React, { Component } from \"react\";\nimport PropTypes from \"prop-types\";\n-import { observable, action } from \"mobx\";\n+import { observable, action, reaction } from \"mobx\";\nimport { observer } from \"mobx-react\";\nimport ReactResizeDetector from \"react-re... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): don't hide the navbar on idle when updates are paused
Updates are now paused when editing filters, so we shouldn't try to hide the entire navbar (including edited filter) when that happens | 1 | fix | ui |
67,476 | 11.06.2019 02:45:17 | -7,200 | 8a713f5faeeaacada63b58075d0d4f4744dd6ef3 | fix(di): fix ts 3.5.x regression | [
{
"change_type": "MODIFY",
"diff": "@@ -33,22 +33,22 @@ export interface IRegistration<T = any> {\nexport interface IFactory<T = any> {\nreadonly Type: Constructable;\nregisterTransformer(transformer: (instance: T) => T): boolean;\n- construct(container: IContainer, dynamicDependencies?: Key<unknown>[]): T;... | TypeScript | MIT License | aurelia/aurelia | fix(di): fix ts 3.5.x regression | 1 | fix | di |
679,913 | 11.06.2019 02:50:51 | -3,600 | 080411f66e45fd1fddcf54ca66051ac0e72cf818 | fix(hdom-components): update CanvasHandler args | [
{
"change_type": "MODIFY",
"diff": "@@ -20,23 +20,23 @@ export interface CanvasHandlers<T extends CanvasContext> {\n/**\n* user init handler (called only once when canvas first)\n*/\n- init(el: HTMLCanvasElement, ctx: T, hctx?: any, ...args: any[]): void;\n+ init(el: HTMLCanvasElement, ctx: T, hctx: any, ..... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(hdom-components): update CanvasHandler args | 1 | fix | hdom-components |
679,913 | 11.06.2019 02:52:24 | -3,600 | 557a78f605acc464d3cf921e2c183c0afd90fadf | fix(interceptors): update EventBus ctor args | [
{
"change_type": "MODIFY",
"diff": "@@ -569,7 +569,7 @@ export class EventBus extends StatelessEventBus\n* @param effects\n*/\nconstructor(\n- state?: IAtom<any>,\n+ state?: IAtom<any> | null,\nhandlers?: IObjectOf<EventDef>,\neffects?: IObjectOf<EffectDef>\n) {\n",
"new_path": "packages/interceptors/sr... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(interceptors): update EventBus ctor args | 1 | fix | interceptors |
67,476 | 11.06.2019 02:59:32 | -7,200 | 20141f8a63bcda323455eae407fc264a17425b09 | chore(all): changes to make CI pass | [
{
"change_type": "MODIFY",
"diff": "@@ -374,8 +374,8 @@ workflows:\n<<: *filter_only_master\nrequires:\n- unit_test_chrome\n- - unit_test_firefox\n- - unit_test_node\n+ #- unit_test_firefox\n+ #- unit_test_node\n- lint_packages\n- e2e_browserstack\n- e2e_cypress_doc_example\n@@ -418,8 +418,8 @@ workflows:\n... | TypeScript | MIT License | aurelia/aurelia | chore(all): changes to make CI pass | 1 | chore | all |
71,267 | 11.06.2019 03:48:51 | 25,200 | bbc9ef73e18d8429ba2b0d81abae7cc0ea50a9e4 | docs: update READMEs and sample snippets so they don't reference constructs that have been renamed. | [
{
"change_type": "MODIFY",
"diff": "@@ -147,7 +147,7 @@ export interface QueueProcessingEc2ServiceProps {\nAn example use case:\n```ts\n// Create the vpc and cluster used by the queue processing service\n-const vpc = new ec2.VpcNetwork(stack, 'Vpc', { maxAZs: 1 });\n+const vpc = new ec2.Vpc(stack, 'Vpc', { ... | TypeScript | Apache License 2.0 | aws/aws-cdk | docs: update READMEs and sample snippets so they don't reference constructs that have been renamed. (#2816) | 1 | docs | null |
67,476 | 11.06.2019 05:19:47 | -7,200 | 9b9a9070a6e0eae5fa78e0f33521acac6c41c499 | ci: do a horrible thing | [
{
"change_type": "MODIFY",
"diff": "@@ -377,13 +377,13 @@ workflows:\n#- unit_test_firefox\n#- unit_test_node\n- lint_packages\n- - e2e_browserstack\n- - e2e_cypress_doc_example\n- - jit-aurelia-cli-ts\n- - jit-fuse-box-ts\n- - jit-webpack-ts\n- - jit-parcel-ts\n- - jit-iife-inline\n+ #- e2e_browserstack\n+... | TypeScript | MIT License | aurelia/aurelia | ci: do a horrible thing | 1 | ci | null |
67,476 | 11.06.2019 05:39:24 | -7,200 | 2fc91fa9a2920f24fcb5224d2e245c18d0e1d797 | ci: temporarily disable blocking jobs | [
{
"change_type": "MODIFY",
"diff": "@@ -322,54 +322,54 @@ workflows:\nname: unit_test_chrome\ne: docker-circleci\nnpm_command: \"test-chrome\"\n- - unit_test:\n- <<: *filter_ignore_develop_release\n- name: unit_test_firefox\n- e: docker-circleci\n- npm_command: \"test-firefox\"\n- coverage: false\n- - unit_... | TypeScript | MIT License | aurelia/aurelia | ci: temporarily disable blocking jobs | 1 | ci | null |
503,951 | 11.06.2019 09:38:17 | 14,400 | 6365c33b29faf0b6dd965bdc134e508a20376dc5 | fix(styles): add sideeffects to react-styles | [
{
"change_type": "MODIFY",
"diff": "\"main\": \"dist/js/index.js\",\n\"module\": \"dist/esm/index.js\",\n\"types\": \"dist/js/index.d.ts\",\n- \"sideEffects\": false,\n+ \"sideEffects\": [\n+ \"*.css\",\n+ \"*.scss\"\n+ ],\n\"description\": \"\",\n\"author\": \"Red Hat\",\n\"publishConfig\": {\n",
"new_... | TypeScript | MIT License | patternfly/patternfly-react | fix(styles): add sideeffects to react-styles (#2207) | 1 | fix | styles |
791,704 | 11.06.2019 09:57:24 | 25,200 | 0bb1e59963c078a4b564e54fd65c813b85eb8916 | report: make tools menu focus-able | [
{
"change_type": "MODIFY",
"diff": "@@ -262,6 +262,14 @@ limitations under the License.\nheight: var(--lh-tools-icon-size);\ncursor: pointer;\nmargin-right: 5px;\n+ /* This is actually a button element, but we want to style it like a transparent div. */\n+ display: flex;\n+ background: none;\n+ color: inher... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report: make tools menu focus-able (#9169) | 1 | report | null |
127,976 | 11.06.2019 11:15:46 | -10,800 | 44df3a730a763e2f99f6110c878ab32590e4ecd3 | refactor: fix navigation pop upon hover | [
{
"change_type": "MODIFY",
"diff": "@@ -76,6 +76,7 @@ const TabItem = styled(NavLink, {\npaddingTop: spacing(),\nmarginLeft: spacing(),\nmarginRight: spacing(),\n+ borderBottom: `${underlineWidth}px solid transparent`,\n'&:hover, &:focus, &:active, .active': {\nborderBottom: `${underlineWidth}px solid ${col... | TypeScript | MIT License | coingaming/moon-design | refactor: fix navigation pop upon hover | 1 | refactor | null |
104,818 | 11.06.2019 11:22:00 | -7,200 | 4ef689a5893b8bf8cd3b7aa648e95922d155cbba | refactor(valuecard): change prop types to pass values as flat object | [
{
"change_type": "MODIFY",
"diff": "@@ -50,8 +50,12 @@ const propTypes = {\nvalue: PropTypes.any, // eslint-disable-line\nunit: PropTypes.any, // eslint-disable-line\nlayout: PropTypes.oneOf(Object.values(CARD_LAYOUTS)),\n- /** Additional information about the Attribute, like it's range or aggregator */\n- ... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | refactor(valuecard): change prop types to pass values as flat object | 1 | refactor | valuecard |
711,597 | 11.06.2019 11:46:02 | -7,200 | 48de0a7a8f93f261d9bceffdf3d932a0cef14ce1 | chore(admin-ui): Update ngx-pagination version | [
{
"change_type": "MODIFY",
"diff": "\"graphql\": \"^14.3.1\",\n\"graphql-tag\": \"^2.10.1\",\n\"messageformat\": \"2.2.0\",\n- \"ngx-pagination\": \"^3.2.1\",\n+ \"ngx-pagination\": \"^3.3.0\",\n\"ngx-translate-messageformat-compiler\": \"^4.4.0\",\n\"rxjs\": \"^6.5.2\",\n\"trix\": \"^1.1.1\",\n",
"new_... | TypeScript | MIT License | vendure-ecommerce/vendure | chore(admin-ui): Update ngx-pagination version | 1 | chore | admin-ui |
815,601 | 11.06.2019 12:03:38 | -28,800 | d30f604c9a46bde6a8d04a81635d205bb620a502 | refactor: add proposer_reward_ratio to consensus | [
{
"change_type": "MODIFY",
"diff": "@@ -173,7 +173,7 @@ fn finalize_reward() {\n// bob proposed 8 txs in 12, committed in 22\n// get all proposal reward\nlet bob_reward = TX_FEE\n- .safe_mul_ratio(4, 10)\n+ .safe_mul_ratio(shared.consensus().proposer_reward_ratio())\n.unwrap()\n.safe_mul(8u8) // 8 txs\n.unw... | Rust | MIT License | nervosnetwork/ckb | refactor: add proposer_reward_ratio to consensus | 1 | refactor | null |
815,601 | 11.06.2019 12:12:01 | -28,800 | 3dafbc203cb8de6a28f8f6d6b742980862be773e | refactor: redefine ProposalWindow | [
{
"change_type": "MODIFY",
"diff": "@@ -122,7 +122,7 @@ impl<CS: ChainStore> ChainState<CS> {\ntip_number: u64,\n) -> TxProposalTable {\nlet mut proposal_ids = TxProposalTable::new(proposal_window);\n- let proposal_start = tip_number.saturating_sub(proposal_window.start());\n+ let proposal_start = tip_numbe... | Rust | MIT License | nervosnetwork/ckb | refactor: redefine ProposalWindow | 1 | refactor | null |
711,597 | 11.06.2019 12:28:22 | -7,200 | 17ac9852a255b854146907b26bc64ab63516ab0d | fix(admin-ui): Paginate Collections list
Closes | [
{
"change_type": "MODIFY",
"diff": "</vdr-action-bar>\n<div class=\"collection-wrapper\">\n<vdr-collection-tree\n- [collections]=\"items$ | async\"\n+ [collections]=\"items$ | async | paginate: (paginationConfig$ | async) || {}\"\n[activeCollectionId]=\"activeCollectionId$ | async\"\n(rearrange)=\"onRearran... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(admin-ui): Paginate Collections list
Closes #114 | 1 | fix | admin-ui |
711,597 | 11.06.2019 12:32:31 | -7,200 | 16e7fc15ef655b3a714733a555b84b815b2b99e4 | fix(admin-ui): Fix asset picker dialog filtering
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -63,12 +63,20 @@ export class AssetPickerDialogComponent implements OnInit, OnDestroy, Dialog<Ass\npageChange(page: number) {\nthis.paginationConfig.currentPage = page;\n- this.fetchPage(this.paginationConfig.currentPage, this.paginationConfig.itemsPerPage);\n+ this.fe... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(admin-ui): Fix asset picker dialog filtering
Closes #113 | 1 | fix | admin-ui |
127,946 | 11.06.2019 12:49:08 | -10,800 | 3bea0011c724a088205eec95e08dc6ab73625e7a | feat(withdraw-btc): initial routing | [
{
"change_type": "MODIFY",
"diff": "@@ -10,6 +10,7 @@ import { NotificationsView } from './settings/views/notifications/view';\nimport { AddWalletView } from './cashier/views/wallets/add-wallet/view';\nimport { PriceBoostsView } from './cashier/views/bonuses/price-boosts/view';\nimport { FreeBetsView } from... | TypeScript | MIT License | coingaming/moon-design | feat(withdraw-btc): initial routing | 1 | feat | withdraw-btc |
815,577 | 11.06.2019 13:14:34 | -28,800 | d0736f3e56138d1edb4fa21da2287aa503c0e9c2 | feat: use new identify protocol
BREAKING CHANGE: identify protocol break | [
{
"change_type": "MODIFY",
"diff": "@@ -579,7 +579,9 @@ dependencies = [\n\"bs58 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"build-info 0.15.0-pre\",\n\"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)\",\n+ \"ckb-chain-spec 0.15.0-pre\",\n\"ckb-logger 0.15.0-pre\... | Rust | MIT License | nervosnetwork/ckb | feat: use new identify protocol
BREAKING CHANGE: identify protocol break | 1 | feat | null |
104,818 | 11.06.2019 13:19:44 | -7,200 | 9389f672ac55670e8596c13de742d977cdcb8e03 | refactor(timeseries): update the values prop | [
{
"change_type": "MODIFY",
"diff": "@@ -2,8 +2,9 @@ import React from 'react';\nimport moment from 'moment';\nimport styled from 'styled-components';\nimport C3Chart from 'react-c3js';\n-import 'c3/c3.css';\n+import isEmpty from 'lodash/isEmpty';\n+import 'c3/c3.css';\nimport { TimeSeriesCardPropTypes, Card... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | refactor(timeseries): update the values prop | 1 | refactor | timeseries |
791,723 | 11.06.2019 13:25:20 | 25,200 | 162ab75475456f193130480e07a5fbd86f116759 | proto: update processForProto method signature, string -> LH.Result | [
{
"change_type": "MODIFY",
"diff": "@@ -24,9 +24,9 @@ const LR_PRESETS = {\n* If configOverride is provided, lrDevice and categoryIDs are ignored.\n* @param {Connection} connection\n* @param {string} url\n- * @param {LH.Flags} flags Lighthouse flags, including `output`\n+ * @param {LH.Flags} flags Lighthous... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | proto: update processForProto method signature, string -> LH.Result (#9016) | 1 | proto | null |
722,013 | 11.06.2019 13:36:17 | 18,000 | 860e3bc775fd374dfd12cabdc3037e2acba811c7 | fix: update dependencies to re-enable HMR | [
{
"change_type": "MODIFY",
"diff": "\"recast\": \"^0.17.3\",\n\"ts-map\": \"^1.0.3\",\n\"typescript\": \"^3.2.2\",\n- \"vue\": \"^2.6.9\",\n- \"vue-template-compiler\": \"^2.6.10\"\n+ \"vue-template-compiler\": \"^2.0.0\"\n},\n\"devDependencies\": {\n+ \"vue\": \"^2.6.10\",\n\"vue-class-component\": \"^7.0.... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix: update dependencies to re-enable HMR | 1 | fix | null |
127,946 | 11.06.2019 13:46:15 | -10,800 | a44373bb2e5dcf7d5c37153f315fc3db5588887a | feat(withdraw-btc): initial form | [
{
"change_type": "MODIFY",
"diff": "@@ -8,6 +8,16 @@ import {\nimport { LoggedInNav } from '../../../nav/dumb-components/logged-in-nav';\nimport { NonLoggedNav } from '../../../nav/dumb-components/non-logged-in-nav';\nimport { CashierNav } from '../wallets/dumb-components/navigation';\n+import { colors, bor... | TypeScript | MIT License | coingaming/moon-design | feat(withdraw-btc): initial form | 1 | feat | withdraw-btc |
815,601 | 11.06.2019 13:52:12 | -28,800 | dd57ede5de0c6915fb0427ce65f7b9a22796c350 | refactor: finalization_delay_length | [
{
"change_type": "MODIFY",
"diff": "@@ -207,9 +207,22 @@ impl Consensus {\n}\npub fn foundation_reserve_number(&self) -> BlockNumber {\n+ self.finalization_delay_length()\n+ }\n+\n+ pub fn finalization_delay_length(&self) -> BlockNumber {\nself.tx_proposal_window.farthest() + 1\n}\n+ pub fn finalize_target(... | Rust | MIT License | nervosnetwork/ckb | refactor: finalization_delay_length | 1 | refactor | null |
791,704 | 11.06.2019 13:55:07 | 25,200 | f8971e2f240ad73042218ade0f0d14999e4186d3 | report: only print light theme | [
{
"change_type": "MODIFY",
"diff": "--pwa-optimized-color-url: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"none\" fill-rule=\"evenodd\"><rect fill=\"%230CCE6B\" width=\"24\" height=\"24\" rx=\"12\"/><path d=\"M5 5h14v14H5z\"/><path fill=\"%23FFF\" d=\"M12 15.07l3.6 2.18-... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report: only print light theme (#9173) | 1 | report | null |
217,922 | 11.06.2019 13:56:52 | -7,200 | efec1faf3f49f26267a33659ed1cb1d6bd6b16ed | chore: highlight plus possible amount prediction | [
{
"change_type": "MODIFY",
"diff": "</div>\n<div fxLayout=\"row wrap\" fxLayoutAlign=\"center center\" fxLayoutGap=\"10px\" class=\"inventory-container\">\n<div class=\"inventory-element\" fxLayout=\"row\" fxLayoutAlign=\"flex-start center\"\n- fxLayoutGap=\"5px\" *ngFor=\"let item of pool\">\n+ fxLayoutGap... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: highlight plus possible amount prediction | 1 | chore | null |
104,827 | 11.06.2019 13:59:12 | 18,000 | 3c15488bd87ef4492904af37b0a422e199284ee6 | chore(dashboard): rename to XSMALLWIDE | [
{
"change_type": "MODIFY",
"diff": "@@ -69,15 +69,15 @@ const AttributeLabel = styled.div`\n${props =>\nprops.layout === CARD_LAYOUTS.VERTICAL ||\nprops.size === CARD_SIZES.XSMALL ||\n- props.size === CARD_SIZES.XSMALL_WIDE\n- ? props.size === CARD_SIZES.XSMALL || props.size === CARD_SIZES.XSMALL_WIDE\n+ pr... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(dashboard): rename to XSMALLWIDE | 1 | chore | dashboard |
711,597 | 11.06.2019 14:24:50 | -7,200 | f1361176d4a2267e7de9b4b3e2d1cd3301cb5871 | feat(core): FacetValue Collection filter can specify logical operator
Relates to | [
{
"change_type": "MODIFY",
"diff": "@@ -41,6 +41,11 @@ Object {\n\"type\": \"FACET_VALUE_IDS\",\n\"value\": \"[\\\\\"T_1\\\\\"]\",\n},\n+ Object {\n+ \"name\": \"containsAny\",\n+ \"type\": \"BOOLEAN\",\n+ \"value\": \"false\",\n+ },\n],\n\"code\": \"facet-value-filter\",\n\"description\": \"Filter by Facet... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(core): FacetValue Collection filter can specify logical operator
Relates to #112 | 1 | feat | core |
71,371 | 11.06.2019 14:34:47 | -7,200 | acf015dfe4c6b4270259dc862040e569c8f2399a | feat(ecs): add metrics for Fargate services
The `BaseService` class had a `metric()` implementation missing the `clusterName` dimension (it was
overriden in `Ec2Service` with a correct implementation).
Moved correct `metric()`, `metricCpuUtilization()` and `metricMemoryUtilization()` methods to
`BaseService`. Both `Ec2... | [
{
"change_type": "MODIFY",
"diff": "@@ -227,11 +227,29 @@ export abstract class BaseService extends Resource\nreturn new cloudwatch.Metric({\nnamespace: 'AWS/ECS',\nmetricName,\n- dimensions: { ServiceName: this.serviceName },\n+ dimensions: { ClusterName: this.clusterName, ServiceName: this.serviceName },\... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(ecs): add metrics for Fargate services (#2798)
The `BaseService` class had a `metric()` implementation missing the `clusterName` dimension (it was
overriden in `Ec2Service` with a correct implementation).
Moved correct `metric()`, `metricCpuUtilization()` and `metricMemoryUtilization()` methods to
`BaseServi... | 1 | feat | ecs |
71,371 | 11.06.2019 14:36:25 | -7,200 | da321767255e7065199d801d11abecb587a24fd2 | feat(stepfunctions): add grantStartExecution()
Grant the given identity permissions to start an execution of a
state machine (`states:StartExecution`). | [
{
"change_type": "MODIFY",
"diff": "@@ -37,20 +37,39 @@ export interface StateMachineProps {\n}\n/**\n- * Define a StepFunctions State Machine\n+ * A new or imported state machine.\n*/\n-export class StateMachine extends Resource implements IStateMachine {\n+abstract class StateMachineBase extends Resource ... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(stepfunctions): add grantStartExecution() (#2793)
Grant the given identity permissions to start an execution of a
state machine (`states:StartExecution`). | 1 | feat | stepfunctions |
71,425 | 11.06.2019 14:37:24 | -7,200 | 7c022cf073454d329e36b9947effa86a54c2d5c5 | chore(docs): document grant* methods in IAM documentation | [
{
"change_type": "MODIFY",
"diff": "@@ -26,6 +26,30 @@ Managed policies can be attached using `xxx.attachManagedPolicy(arn)`:\n[attaching managed policies](test/example.managedpolicy.lit.ts)\n+### Granting permissions to resources\n+\n+Many of the AWS CDK resources have `grant*` methods that allow you to gr... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore(docs): document grant* methods in IAM documentation (#2782) | 1 | chore | docs |
104,818 | 11.06.2019 14:43:06 | -7,200 | ce50d6a728e1dbd178f418b83f9fbb7b32631329 | fix(valuecard): attribute field should be child of content | [
{
"change_type": "MODIFY",
"diff": "\"carbon-components\": \"^9.84.14\",\n\"carbon-components-react\": \"^6.108.0\",\n\"carbon-icons\": \"^7.x\",\n- \"d3\": \"^3.5.17\",\n+ \"d3\": \"^4.12.0\",\n\"react\": \"^16.8.3\"\n},\n\"devDependencies\": {\n",
"new_path": "package.json",
"old_path": "package.j... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(valuecard): attribute field should be child of content | 1 | fix | valuecard |
104,818 | 11.06.2019 14:52:57 | -7,200 | 17b0bf112ec71c4ba62e5658ab3d5fb3607680c0 | fix(proptypes): fix proptypes error | [
{
"change_type": "MODIFY",
"diff": "@@ -185,6 +185,7 @@ const Card = ({\n<Select\ninline\nhideLabel\n+ id={`timeselect-${id}`}\nonChange={evt => console.log('new view: ', evt)} // eslint-disable-line\ndefaultValue=\"weekly\"\n>\n",
"new_path": "src/components/Card/Card.jsx",
"old_path": "src/compone... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(proptypes): fix proptypes error | 1 | fix | proptypes |
127,976 | 11.06.2019 15:03:35 | -10,800 | d37fdc37de59877a3872af6e9fe1a92b00db0e76 | fix: badge paddings & navtab margins | [
{
"change_type": "MODIFY",
"diff": "@@ -9,13 +9,14 @@ import { badgeModifiers, BadgeModifiers } from './modifiers';\njsx;\nconst badgeStyle: CSSObject = {\n- padding: `0.2rem ${spacing('small')}`,\n+ padding: `0 ${rem(7)}`,\ntextAlign: 'center',\ntextTransform: 'uppercase',\nborderRadius: border.radius.larg... | TypeScript | MIT License | coingaming/moon-design | fix: badge paddings & navtab margins | 1 | fix | null |
791,834 | 11.06.2019 15:21:31 | 25,200 | 233f197c7ab12081c569fd61814802863a183290 | report: ensure SVG elements in <defs> have unique ids | [
{
"change_type": "MODIFY",
"diff": "/* globals self, Util, CategoryRenderer */\n+/**\n+ * An always-increasing counter for making unique SVG ID suffixes.\n+ */\n+const getUniqueSuffix = (() => {\n+ let svgSuffix = 0;\n+ return function() {\n+ return svgSuffix++;\n+ };\n+})();\n+\nclass PwaCategoryRenderer e... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report: ensure SVG elements in <defs> have unique ids (#9151) | 1 | report | null |
791,834 | 11.06.2019 15:31:34 | 25,200 | 7bcd1b4c84110c83acaa4df18b0c82e905673868 | report: position sticky-header highlighter with css grid | [
{
"change_type": "MODIFY",
"diff": "@@ -314,9 +314,8 @@ class ReportUIFeatures {\nthis.scoreScaleEl = this._dom.find('.lh-scorescale', this._document);\nthis.stickyHeaderEl = this._dom.find('.lh-sticky-header', this._document);\n- // Position highlighter at first gauge; will be transformed on scroll.\n- con... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report: position sticky-header highlighter with css grid (#9186) | 1 | report | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.