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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
865,926 | 11.11.2019 17:30:55 | -3,600 | 93f4fe251bba331fcddc021f37b23d3ab4bd31f6 | chore(project): use for macos builds | [
{
"change_type": "MODIFY",
"diff": "@@ -27,7 +27,7 @@ jobs:\n/bin/bash -c \"npm i && npm run build -- --win --linux --publish\"\n- stage: \"distro [macos]\"\nos: osx\n- osx_image: xcode9\n+ osx_image: xcode11.2\nnode_js: node\nlanguage: node_js\nenv:\n@@ -57,7 +57,7 @@ jobs:\n/bin/bash -c \"npm i && npm run... | JavaScript | MIT License | camunda/camunda-modeler | chore(project): use xcode@11.2 for macos builds | 1 | chore | project |
438,921 | 11.11.2019 17:38:32 | -32,400 | e0556b7ded4d78ad3356e42d2076f1e09da66690 | docs(types): Add missing type definition
Add missing type definitions for data & zoom
Fix | [
{
"change_type": "MODIFY",
"diff": "@@ -151,6 +151,16 @@ export interface Chart {\n* @param axes If this argument is given, the axes of data will be updated. If not given, the current axes will be returned. The format of this argument is the same as data.axes.\n*/\naxes(axes?: { [key: string]: string }): { ... | TypeScript | MIT License | naver/billboard.js | docs(types): Add missing type definition
Add missing type definitions for data & zoom
Fix #1105 | 1 | docs | types |
76,605 | 11.11.2019 17:40:35 | -3,600 | e3c731e1cdc94f744ea2bd15b3a1f072f475f805 | feat: nlp-util development | [
{
"change_type": "MODIFY",
"diff": "\"ansi-regex\": {\n\"version\": \"2.1.1\",\n\"bundled\": true,\n- \"dev\": true,\n- \"optional\": true\n+ \"dev\": true\n},\n\"aproba\": {\n\"version\": \"1.2.0\",\n\"balanced-match\": {\n\"version\": \"1.0.0\",\n\"bundled\": true,\n- \"dev\": true,\n- \"optional\": true\... | JavaScript | MIT License | axa-group/nlp.js | feat: nlp-util development | 1 | feat | null |
679,913 | 11.11.2019 17:58:42 | 0 | cc06f0b7c964c116468f10a399dd3948610c5840 | feat(ecs): add version bits for VersionedIDGen, add/update tests | [
{
"change_type": "MODIFY",
"diff": "@@ -45,16 +45,24 @@ export class VersionedIDGen {\nnextID: number;\ncapacity: number;\nmask: number;\n+ vmask: number;\nshift: number;\nfreeID: number;\n- constructor(bits: number, cap = (1 << bits) >>> 0, next = 0) {\n+ constructor(\n+ bits: number,\n+ vbits = 32 - bits,... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(ecs): add version bits for VersionedIDGen, add/update tests | 1 | feat | ecs |
71,101 | 11.11.2019 18:01:51 | -3,600 | ca503f447a4aaa37838da915a63ebb20dbeaa5cc | fix: update init templates for TypeScript
version was posing problems with recent TypeScript versions
and needed to be upgraded. Also upgraded other dependencies to the correct
latest versions. | [
{
"change_type": "MODIFY",
"diff": "},\n\"devDependencies\": {\n\"@aws-cdk/assert\": \"^%cdk-version%\",\n- \"@types/jest\": \"^24.0.18\",\n\"aws-cdk\": \"^%cdk-version%\",\n\"jest\": \"^24.9.0\"\n},\n",
"new_path": "packages/aws-cdk/lib/init-templates/app/javascript/package.template.json",
"old_pat... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix: update init templates for TypeScript (#4953)
@types/node version was posing problems with recent TypeScript versions
and needed to be upgraded. Also upgraded other dependencies to the correct
latest versions. | 1 | fix | null |
531,793 | 11.11.2019 18:25:16 | 0 | 7ade445cf08d745f50ff197cab7e290b10795f81 | fix(ui): prefer author from headers when acking alerts | [
{
"change_type": "MODIFY",
"diff": "@@ -207,7 +207,9 @@ const AlertAck = observer(\ntoJS(group),\ntoJS(clusterMembers),\ntoJS(alertStore.settings.values.alertAcknowledgement.durationSeconds),\n- silenceFormStore.data.author !== \"\"\n+ alertStore.settings.values.silenceForm.author !== \"\"\n+ ? alertStore.s... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): prefer author from headers when acking alerts | 1 | fix | ui |
366,937 | 11.11.2019 18:48:13 | -32,400 | 56a3fc6932760ad04acc93d9eb9c38407e44eb92 | feat: add font themes | [
{
"change_type": "MODIFY",
"diff": "@@ -6,12 +6,14 @@ import {\n} from './createInteraction'\nimport { CreatedPaletteTheme, createPalette, PaletteProperty } from './createPalette'\nimport { CreatedSizeTheme, createSize, SizeProperty } from './createSize'\n+import { CreatedFontTheme, createFont, FontProperty... | TypeScript | MIT License | kufu/smarthr-ui | feat: add font themes | 1 | feat | null |
304,907 | 11.11.2019 19:54:35 | -3,600 | f166c46cc66a4052c25ba652b08c788c25e9ad59 | feat(libflux): expose function to analyze from string | [
{
"change_type": "MODIFY",
"diff": "@@ -4,17 +4,21 @@ use crate::semantic::nodes::*;\nuse crate::semantic::types::MonoType;\nuse std::result;\n-type SemanticError = String;\n-type Result<T> = result::Result<T, SemanticError>;\n+pub type SemanticError = String;\n+pub type Result<T> = result::Result<T, Semant... | Go | MIT License | influxdata/flux | feat(libflux): expose function to analyze from string (#2130) | 1 | feat | libflux |
217,922 | 11.11.2019 20:22:19 | -3,600 | d807412aeb400a6ea48a76ff4a80c7609cfa2a24 | fix(log): fixed an issue with auto mark as done in log not working properly | [
{
"change_type": "MODIFY",
"diff": "@@ -18,19 +18,7 @@ import {\nUpdateListAtomic,\nUpdateListIndex\n} from './lists.actions';\n-import {\n- catchError,\n- debounceTime,\n- delay,\n- distinctUntilChanged,\n- filter,\n- first,\n- map,\n- mergeMap,\n- switchMap,\n- tap,\n- withLatestFrom\n-} from 'rxjs/operat... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(log): fixed an issue with auto mark as done in log not working properly | 1 | fix | log |
217,922 | 11.11.2019 20:30:13 | -3,600 | 647c3c0724b315b017f75941354a580bbcef363c | fix(ux): fixed an issue with item names not being updated properly when switching language | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,8 @@ import { Pipe, PipeTransform } from '@angular/core';\nimport { I18nToolsService } from './tools/i18n-tools.service';\n@Pipe({\n- name: 'i18n'\n+ name: 'i18n',\n+ pure: false\n})\nexport class I18nPipe implements PipeTransform {\n",
"new_path": "apps/cl... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(ux): fixed an issue with item names not being updated properly when switching language | 1 | fix | ux |
401,147 | 11.11.2019 21:04:22 | -19,080 | b37eccebf6930ea1ce343ca47f7694bd7e57f0b5 | docs(core): update docs of input component
affects: | [
{
"change_type": "ADD",
"diff": "+import { Input } from './Input';\n+import { defaultTheme } from '@medly-components/theme';\n+import { Preview, Story, Meta, Props } from '@storybook/addon-docs/blocks';\n+import * as stories from './Input.stories';\n+\n+<Meta title=\"Core/Input\" component={Input} />\n+\n+#... | TypeScript | MIT License | medly/medly-components | docs(core): update docs of input component
affects: @medly-components/core | 1 | docs | core |
401,147 | 11.11.2019 21:18:41 | -19,080 | 8dbdd8218b7b51f33cb0b6ed629e8728d72fc859 | docs(core): update docs for text component
affects: | [
{
"change_type": "ADD",
"diff": "+import { Text } from './Text';\n+import { defaultTheme } from '@medly-components/theme';\n+import { Preview, Story, Meta, Props } from '@storybook/addon-docs/blocks';\n+import * as stories from './Text.stories';\n+\n+<Meta title=\"Core/Text\" component={Text} />\n+\n+# Text... | TypeScript | MIT License | medly/medly-components | docs(core): update docs for text component
affects: @medly-components/core | 1 | docs | core |
711,597 | 11.11.2019 21:22:36 | -3,600 | 200cdc9f71a2c07206a27c28921a868e4a8d8293 | refactor(core): Update cached tax rates in worker on changes in main | [
{
"change_type": "MODIFY",
"diff": "@@ -3442,22 +3442,6 @@ export type GetChannelsQuery = { __typename?: 'Query' } & {\nchannels: Array<{ __typename?: 'Channel' } & Pick<Channel, 'id' | 'code' | 'token'>>;\n};\n-export type AssignProductsToChannelMutationVariables = {\n- input: AssignProductsToChannelInput;... | TypeScript | MIT License | vendure-ecommerce/vendure | refactor(core): Update cached tax rates in worker on changes in main | 1 | refactor | core |
679,913 | 11.11.2019 21:49:10 | 0 | bff5f5b66d05449c79e5087385bdecc43594a700 | feat(idgen): import as new pkg | [
{
"change_type": "ADD",
"diff": "+.cache\n+.meta\n+.nyc_output\n+*.gz\n+*.html\n+*.svg\n+*.tgz\n+*.h\n+*.o\n+*.wasm\n+build\n+coverage\n+dev\n+doc\n+export\n+src*\n+test\n+tsconfig.json\n",
"new_path": "packages/idgen/.npmignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+ Ap... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(idgen): import as new pkg | 1 | feat | idgen |
217,922 | 11.11.2019 21:52:34 | -3,600 | e0fb0a61ef2cb17513ea95474ec5a2c3a94c3cf4 | fix(core): fixed an issue with $key property being overwritten | [
{
"change_type": "MODIFY",
"diff": "@@ -122,7 +122,7 @@ export class AuthFacade {\nreturn a.FreeCompanyId === b.FreeCompanyId;\n}),\nmap(([character, user]) => {\n- if (character === null || character.FreeCompanyId === undefined || character.FreeCompanyId === null\n+ if (!character || !character.FreeCompany... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(core): fixed an issue with $key property being overwritten | 1 | fix | core |
401,147 | 11.11.2019 21:54:07 | -19,080 | ca56951804e68ae33b949af47409bf05c4e3604c | docs(core): update docs of popover component
affects: | [
{
"change_type": "ADD",
"diff": "+import { Popover, PopoverWrapper } from './Popover';\n+import { defaultTheme } from '@medly-components/theme';\n+import { Preview, Story, Meta, Props } from '@storybook/addon-docs/blocks';\n+import * as stories from './Popover.stories';\n+\n+<Meta title=\"Core/Popover\" com... | TypeScript | MIT License | medly/medly-components | docs(core): update docs of popover component
affects: @medly-components/core | 1 | docs | core |
679,913 | 11.11.2019 21:57:13 | 0 | 70d0dc9f847173172d7f95370c1ec2d797d9772a | refactor(idgen): expose capacity, available, used getters | [
{
"change_type": "MODIFY",
"diff": "import { assert } from \"@thi.ng/api\";\nexport class IDGen {\n+ readonly capacity: number;\n+\nprotected ids: number[];\nprotected nextID: number;\n- protected capacity: number;\nprotected num: number;\nprotected mask: number;\nprotected vmask: number;\n@@ -40,11 +41,11 ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(idgen): expose capacity, available, used getters | 1 | refactor | idgen |
679,913 | 11.11.2019 21:59:56 | 0 | 207594c0f2348b06ff93bb0b84bc007cd8267dc7 | refactor(ecs): replace IDGen w/ pkg | [
{
"change_type": "MODIFY",
"diff": "@@ -49,6 +49,7 @@ yarn add @thi.ng/ecs\n- [@thi.ng/associative](https://github.com/thi-ng/umbrella/tree/master/packages/associative)\n- [@thi.ng/checks](https://github.com/thi-ng/umbrella/tree/master/packages/checks)\n- [@thi.ng/dcons](https://github.com/thi-ng/umbrella/t... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(ecs): replace IDGen w/ @thi.ng/idgen pkg | 1 | refactor | ecs |
531,793 | 11.11.2019 22:43:23 | 0 | ae86f9f10c2669adaae596bc1b06a66b17afacf3 | fix(ui): migrate to filters | [
{
"change_type": "MODIFY",
"diff": "@@ -237,21 +237,21 @@ const Help = () => (\n</QueryHelp>\n<QueryHelp\n- title=\"Match alerts based on the jira linked in the silence\"\n+ title=\"Match alerts based on the ticket IDs detected in the silence comment\"\noperators={[\"=\", \"!=\", \"=~\", \"!~\"]}\n- warning... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): migrate to @silence_ticket filters | 1 | fix | ui |
401,147 | 11.11.2019 23:05:16 | -19,080 | 9c20ef103efb269498f6ef2323a4f6246aa52bf8 | docs(core): update docs of date picker
affects: | [
{
"change_type": "ADD",
"diff": "+import { DatePicker } from './DatePicker';\n+import { defaultTheme } from '@medly-components/theme';\n+import { Preview, Story, Meta, Props } from '@storybook/addon-docs/blocks';\n+import * as stories from './DatePicker.stories';\n+\n+<Meta title=\"Core/DatePicker\" compone... | TypeScript | MIT License | medly/medly-components | docs(core): update docs of date picker
affects: @medly-components/core | 1 | docs | core |
217,893 | 11.11.2019 23:56:40 | -37,080 | 33cb0c8a52b8be142d97e314a9f5d53aef8afb2a | feat: Allow hiding large leves in the levequest page. | [
{
"change_type": "MODIFY",
"diff": "@@ -21,4 +21,5 @@ export interface Levequest {\nselected?: boolean;\n// Option to complete all deliveries (3x turn-in) is selected from search results\nallDeliveries?: boolean;\n+ allowanceCost: number;\n}\n",
"new_path": "apps/client/src/app/model/search/levequest.ts... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: Allow hiding large leves in the levequest page. | 1 | feat | null |
67,494 | 12.11.2019 01:16:39 | -3,600 | 3b8b1f2b03bc51864660a81a40de73a281245219 | refactor(router): remove template from viewport | [
{
"change_type": "MODIFY",
"diff": "@@ -10,8 +10,7 @@ import { IRouter } from '../router';\nimport { IViewportOptions, Viewport } from '../viewport';\n@customElement({\n- name: 'au-viewport',\n- template: `<template></template>`\n+ name: 'au-viewport'\n})\nexport class ViewportCustomElement {\n@bindable pub... | TypeScript | MIT License | aurelia/aurelia | refactor(router): remove template from viewport | 1 | refactor | router |
67,494 | 12.11.2019 03:38:43 | -3,600 | 9f13dddb81f36ec9c6c76404f4e8734f290b7637 | test(router): fix multiple configuration tests | [
{
"change_type": "MODIFY",
"diff": "@@ -1217,14 +1217,6 @@ describe('Router', function () {\ndependencies\n});\n- let scheduler, container, host, router, $teardown;\n- let locationPath;\n- before(async function () {\n- ({ scheduler, container, host, router, $teardown } = await $setup(App, void 0, (type, dat... | TypeScript | MIT License | aurelia/aurelia | test(router): fix multiple configuration tests | 1 | test | router |
304,866 | 12.11.2019 07:48:46 | 28,800 | 0b597210df7f74577f7470cee057831f960c4434 | test(libflux): add missing test cases to flatbuffers testing | [
{
"change_type": "MODIFY",
"diff": "@@ -116,13 +116,25 @@ ff = (i=<-, j) => {\nreturn k\n}\nb = z and y\n+b = z or y\no = {red: \"red\", \"blue\": 30}\nm = o.red\ni = arr[0]\n-n = 10 - 5\n+n = 10 - 5 + 10\n+n = 10 / 5 * 10\n+m = 13 % 3\n+p = 2^10\n+b = 10 < 30\n+b = 10 <= 30\n+b = 10 > 30\n+b = 10 >= 30\n+e... | Go | MIT License | influxdata/flux | test(libflux): add missing test cases to flatbuffers testing (#2132) | 1 | test | libflux |
866,393 | 12.11.2019 08:03:51 | -32,400 | 4064ce5daba95fc58c98171b2368d592d1e68393 | test(react-wrapper): add tests | [
{
"change_type": "ADD",
"diff": "+/**\n+ * @license\n+ *\n+ * Copyright IBM Corp. 2019\n+ *\n+ * This source code is licensed under the Apache-2.0 license found in the\n+ * LICENSE file in the root directory of this source tree.\n+ */\n+\n+import React from 'react';\n+import { render, unmountComponentAtNode... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | test(react-wrapper): add tests (#161) | 1 | test | react-wrapper |
679,910 | 12.11.2019 08:12:40 | -3,600 | 23578bbb3bda10ab811bc60a1bdd284114d6da03 | docs(zip): better doc | [
{
"change_type": "MODIFY",
"diff": "@@ -64,20 +64,17 @@ export function* zip(...src: Iterable<any>[]): IterableIterator<any[]> {\n}\n/**\n- * Yields a tuple of elements, where the i-th tuple contains the i-th element from each of the input argument sequences or iterables.\n- * Such as the first tuple contai... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(zip): better doc | 1 | docs | zip |
276,933 | 12.11.2019 09:04:23 | 10,800 | 1d0ced8a3e509bb3210c4ebe49cb9b059bf9cc49 | style(yoga/radiogroup): fixing radiogroup lint issues | [
{
"change_type": "MODIFY",
"diff": "\"@testing-library/react\": \"^9.1.4\",\n\"@testing-library/react-native\": \"^4.1.0\",\n\"react\": \"^16.9.0\",\n- \"react-dom\": \"^16.9.0\"\n+ \"react-dom\": \"^16.9.0\",\n+ \"react-native\": \"0.60.5\"\n},\n\"peerDependencies\": {\n\"react\": \"^16.9.0\",\n- \"react-d... | JavaScript | MIT License | gympass/yoga | style(yoga/radiogroup): fixing radiogroup lint issues | 1 | style | yoga/radiogroup |
866,390 | 12.11.2019 09:07:21 | 18,000 | 01ac0efa9b38a87687f3c8660900b070f1de9724 | feat(pattern): sticky table of contents | [
{
"change_type": "MODIFY",
"diff": "},\n\"dependencies\": {\n\"@babel/runtime\": \"^7.5.5\",\n- \"@carbon/ibmdotcom-react\": \"1.1.0\",\n+ \"@carbon/ibmdotcom-react\": \"^1.1.0\",\n\"@carbon/ibmdotcom-styles\": \"1.1.0\",\n\"@carbon/ibmdotcom-utilities\": \"1.1.0\",\n\"classnames\": \"2.2.6\",\n",
"new_... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | feat(pattern): sticky table of contents | 1 | feat | pattern |
807,849 | 12.11.2019 09:08:34 | 28,800 | 5344820fc65da081d17f7fd2adb50ffe7101905b | fix: Auto-fix prettier formatting | [
{
"change_type": "MODIFY",
"diff": "@@ -20,9 +20,16 @@ exports.select = mockSelect;\nexports.input = mockInput;\nconst semverIndex = new Map(\n- [\"patch\", \"minor\", \"major\", \"prepatch\", \"preminor\", \"premajor\", \"PRERELEASE\", \"CUSTOM\"].map(\n- (keyword, idx) => [keyword, idx]\n- )\n+ [\n+ \"pat... | JavaScript | MIT License | lerna/lerna | fix: Auto-fix prettier formatting | 1 | fix | null |
276,933 | 12.11.2019 09:09:41 | 10,800 | b50e21a15830fb2a2ece6211d8f9fad84fe1c932 | style(yoga/switch): removing unused destructured theme properties | [
{
"change_type": "MODIFY",
"diff": "@@ -67,7 +67,6 @@ const SwitchThumb = styled.span`\nthumb: {\nwidth: thumbWidth,\nheight: thumbHeight,\n- shadow: thumbShadow,\nleft: thumbLeft,\nradii: thumbRadii,\nbackgroundColor: thumbBackgroundColor,\n",
"new_path": "packages/yoga/src/Checkbox/web/Switch.jsx",
... | JavaScript | MIT License | gympass/yoga | style(yoga/switch): removing unused destructured theme properties | 1 | style | yoga/switch |
276,933 | 12.11.2019 09:10:30 | 10,800 | 77e2e1b851896a25e7ee3f9d6c4c1bac5f8901a6 | style(yoga/list): inserting button type at list test | [
{
"change_type": "MODIFY",
"diff": "@@ -57,7 +57,7 @@ describe('<List />', () => {\n<ThemeProvider>\n<List horizontal>\n<List.Item>\n- <button>List test</button>\n+ <button type=\"button\">List test</button>\n</List.Item>\n</List>\n</ThemeProvider>,\n",
"new_path": "packages/yoga/src/List/web/List.test.... | JavaScript | MIT License | gympass/yoga | style(yoga/list): inserting button type at list test | 1 | style | yoga/list |
276,933 | 12.11.2019 09:17:40 | 10,800 | 23deaa06767592735b9b25fb8438845869eb1b0b | style(yoga/dependencies): remove rule for import/no-extraneous-dependencies | [
{
"change_type": "MODIFY",
"diff": "\"prettier/prettier\": \"error\",\n\"import/no-cycle\": 0,\n\"react/jsx-props-no-spreading\": \"off\",\n- \"react/prop-types\": [2, { \"ignore\": [\"theme\"] }]\n+ \"react/prop-types\": [2, { \"ignore\": [\"theme\"] }],\n+ \"import/no-extraneous-dependencies\": 0\n},\n\"g... | JavaScript | MIT License | gympass/yoga | style(yoga/dependencies): remove rule for import/no-extraneous-dependencies | 1 | style | yoga/dependencies |
104,827 | 12.11.2019 09:20:18 | 21,600 | de4cdeb4764c86a5c352462dd5264e3c06413c30 | test(pagewizard): wizard buttons and validation | [
{
"change_type": "MODIFY",
"diff": "@@ -88,7 +88,7 @@ export const content = [\n</PageWizardStep>,\n];\n-const StepValidation = ({ ...props }) => {\n+export const StepValidation = ({ ...props }) => {\nconst [firstName, setFirstName] = useState('');\nconst [lastName, setLastName] = useState('');\nconst [erro... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | test(pagewizard): wizard buttons and validation | 1 | test | pagewizard |
276,933 | 12.11.2019 09:21:49 | 10,800 | bd0f5242f07c2a2f725c5da91d54426abd757b66 | chore(labnative/storybook): removing storybook folder | [
{
"change_type": "DELETE",
"diff": "-import React from 'react';\n-import { AppRegistry, View } from 'react-native';\n-import {\n- getStorybookUI,\n- configure,\n- addDecorator,\n-} from '@storybook/react-native';\n-import { ThemeProvider } from '@gympass/yoga';\n-\n-const style = {\n- flex: 1,\n- justifyCon... | JavaScript | MIT License | gympass/yoga | chore(labnative/storybook): removing storybook folder | 1 | chore | labnative/storybook |
276,933 | 12.11.2019 09:24:05 | 10,800 | 8bcdbd7b7e0a612e809e5d2ec10d7c66926f00fd | style(labnative/switch): omitting values for boolean attributes | [
{
"change_type": "MODIFY",
"diff": "@@ -34,7 +34,7 @@ const CheckboxPage = () => {\n</SwitchWrapper>\n<StyledText>Checked</StyledText>\n<SwitchWrapper>\n- <Checkbox.Switch checked={true} />\n+ <Checkbox.Switch checked />\n</SwitchWrapper>\n<StyledText>Working</StyledText>\n<SwitchWrapper>\n",
"new_path"... | JavaScript | MIT License | gympass/yoga | style(labnative/switch): omitting values for boolean attributes | 1 | style | labnative/switch |
276,933 | 12.11.2019 09:25:36 | 10,800 | 0abedf9c232de208d96b309f80b18b2a55aaa680 | style(labnative/navigationdrawer): adding proptypes to toggleDrawer | [
{
"change_type": "MODIFY",
"diff": "import React from 'react';\nimport { View, Image, TouchableOpacity } from 'react-native';\n+import { func } from 'prop-types';\nimport hamburguer from '../assets/images/drawer.png';\nconst NavigationDrawer = ({ toggleDrawer }) => (\n@@ -13,4 +14,8 @@ const NavigationDrawe... | JavaScript | MIT License | gympass/yoga | style(labnative/navigationdrawer): adding proptypes to toggleDrawer | 1 | style | labnative/navigationdrawer |
276,933 | 12.11.2019 09:28:57 | 10,800 | d7209f14d895d80ee107bcb8e6b4552e10e4ac6d | style(labnative/drawer): using forEach instead of map for void function | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ import * as Pages from '../pages';\nconst drawerOptions = {};\n-Object.entries(Pages).map(([name, Page]) => {\n+Object.entries(Pages).forEach(([name, Page]) => {\nconst navigator = createStackNavigator({\n[name]: {\nscreen: props => (\n@@ -21,6 +21,7 @@ Ob... | JavaScript | MIT License | gympass/yoga | style(labnative/drawer): using forEach instead of map for void function | 1 | style | labnative/drawer |
306,494 | 12.11.2019 09:31:07 | -3,600 | 07f5fc46d93d0ed366617b945d25184adc6801cf | fix: added placeholder attribute for input | [
{
"change_type": "MODIFY",
"diff": "@@ -30,6 +30,10 @@ export class LionInput extends LionField {\ntype: Number,\nreflect: true,\n},\n+ placeholder: {\n+ type: String,\n+ reflect: true,\n+ },\n};\n}\n@@ -80,6 +84,9 @@ export class LionInput extends LionField {\nif (changedProps.has('step')) {\nthis.inputEle... | JavaScript | MIT License | ing-bank/lion | fix: added placeholder attribute for input | 1 | fix | null |
866,390 | 12.11.2019 09:32:52 | 18,000 | 0a6c5262c54b22b26f435b8cbcab998c55ec7e16 | fix: adjusted transition value for menu border | [
{
"change_type": "MODIFY",
"diff": "border-left: carbon--rem(4px) solid $ui-01;\n@include carbon--type-style('body-short-02');\n- transition: all 2s motion(standard, productive);\n+ transition: all 0.2s motion(standard, productive);\n}\na:hover {\ncursor: pointer;\n",
"new_path": "packages/styles/scss/p... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix: adjusted transition value for menu border | 1 | fix | null |
276,933 | 12.11.2019 09:38:25 | 10,800 | 2a73fd7ee7d81c50633e0dcc233daedb165b1fa7 | style(labnative/centeredview): renaming variables name used in upperscope | [
{
"change_type": "MODIFY",
"diff": "\"lint:labnative\": \"yarn lint packages/labnative\",\n\"lint:tokens\": \"yarn lint packages/tokens\",\n\"lint:common\": \"yarn lint packages/common\",\n- \"lint:all\": \"yarn lint:yoga && yarn lint:doc && yarn lint:labnative && yarn lint:tokens && lint:common\",\n+ \"lin... | JavaScript | MIT License | gympass/yoga | style(labnative/centeredview): renaming variables name used in upperscope | 1 | style | labnative/centeredview |
865,926 | 12.11.2019 09:46:03 | -3,600 | 7950e977f9bf0f6b4a182c39c5868afb6f201892 | feat(project): notarize macos distro
Closes | [
{
"change_type": "ADD",
"diff": "+<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n+<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n+<plist version=\"1.0\">\n+ <dict>\n+ <key>com.apple.security.cs.allow-jit</key>\n+ <true/>\n+ <key>com.apple.security.cs... | JavaScript | MIT License | camunda/camunda-modeler | feat(project): notarize macos distro
Closes https://github.com/camunda/camunda-modeler/issues/1572 | 1 | feat | project |
447,451 | 12.11.2019 10:04:07 | 21,600 | 2e258324a72d2ce6027708effe2ec6147ffc3b93 | feat: add carbon ads to getting started | [
{
"change_type": "MODIFY",
"diff": "@@ -118,6 +118,7 @@ jobs:\necho REACT_APP_GA_ID=$REACT_APP_GA_ID >> .env;\necho REACT_APP_GOOGLE_MAPS_APIKEY=$REACT_APP_GOOGLE_MAPS_APIKEY >> .env;\necho REACT_APP_RECAPTCHA_APIKEY=$REACT_APP_RECAPTCHA_APIKEY >> .env;\n+ echo REACT_APP_CARBON_ADS_SRC=$REACT_APP_CARBON_ADS... | JavaScript | MIT License | nexxtway/react-rainbow | feat: add carbon ads to getting started | 1 | feat | null |
276,933 | 12.11.2019 10:05:25 | 10,800 | 59661f9a3d6efcdb4f2e188a0529e10ca4aa4f49 | style(yoga/slider): allow ++ rule | [
{
"change_type": "MODIFY",
"diff": "\"import/no-cycle\": 0,\n\"react/jsx-props-no-spreading\": \"off\",\n\"react/prop-types\": [2, { \"ignore\": [\"theme\"] }],\n- \"import/no-extraneous-dependencies\": 0\n+ \"import/no-extraneous-dependencies\": 0,\n+ \"no-plusplus\": 0\n},\n\"globals\": {\n\"window\": tru... | JavaScript | MIT License | gympass/yoga | style(yoga/slider): allow ++ rule | 1 | style | yoga/slider |
722,013 | 12.11.2019 10:25:54 | 21,600 | cc80bd58d598ab94082f9dac877cf927cbb94469 | feat: review design of all props output | [
{
"change_type": "MODIFY",
"diff": "@@ -36,9 +36,10 @@ export default {\n* @public\n* @version 1.0.5\n* @param {Number} newValue New value for the counter\n+ * @param {Object} target target of the counter\n* @returns {string} Test\n*/\n- set(newValue) {\n+ set(newValue, target) {\nthis.value = parseInt(newV... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | feat: review design of all props output | 1 | feat | null |
902,122 | 12.11.2019 10:29:50 | 0 | c95dba94e74f4e00f2c75de30cb81c27552ab6f9 | chore(release): v5.17.1 | [
{
"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+## [5.17.1](https://github.com/kikobeats/browserless/compare/v5.17.0...v5.17.1) (2019-11-12)\n+\n+**Note:** Version b... | JavaScript | MIT License | microlinkhq/browserless | chore(release): v5.17.1 | 1 | chore | release |
276,933 | 12.11.2019 10:33:59 | 10,800 | 9d9dca60f604b024956613704b144e36acd1e228 | ci(npmpublish): adding lint:all to ci | [
{
"change_type": "MODIFY",
"diff": "@@ -24,6 +24,8 @@ jobs:\nregistry-url: https://registry.npmjs.org/\n- name: Install dependencies\nrun: yarn\n+ - name: Lint\n+ run: yarn lint:all\n- name: Test\nrun: yarn test\n- name: Build\n",
"new_path": ".github/workflows/npmpublish.yml",
"old_path": ".github/... | JavaScript | MIT License | gympass/yoga | ci(npmpublish): adding lint:all to ci | 1 | ci | npmpublish |
699,189 | 12.11.2019 10:47:50 | 21,600 | c235734337b37acf23bf3fffacd39df9df02ff54 | fix(types): add styled-system types dep | [
{
"change_type": "MODIFY",
"diff": "\"prepublishOnly\": \"yarn build\",\n\"type-check\": \"tsc --noEmit\"\n},\n+ \"dependencies\": {\n+ \"@types/styled-system\": \"^5.1.3\"\n+ },\n\"peerDependencies\": {\n\"@twilio-paste/theme-tokens\": \"^2.0.0\",\n\"styled-system\": \"^5.1.2\"\n",
"new_path": "package... | TypeScript | MIT License | twilio-labs/paste | fix(types): add styled-system types dep (#164) | 1 | fix | types |
104,818 | 12.11.2019 11:28:23 | 21,600 | 6dda7aabf38dda1fd06691868e40373b30ecfa2a | fix(timeseries): charts don't handle single day data well | [
{
"change_type": "MODIFY",
"diff": "}\n},\n\"dependencies\": {\n- \"@carbon/charts\": \"https://github.com/scottdickerson/carbon-charts#carbon-charts-v0.16.27-gitpkg\",\n+ \"@carbon/charts\": \"https://github.com/scottdickerson/carbon-charts#carbon-charts-v0.16.28-gitpkg\",\n\"@carbon/charts-react\": \"^0.1... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(timeseries): charts don't handle single day data well | 1 | fix | timeseries |
866,394 | 12.11.2019 12:07:27 | 18,000 | 65dd08dfe3350c874cb4dfa6174234ca1dd2574c | docs(masthead): tweak to platform prop README for Masthead | [
{
"change_type": "MODIFY",
"diff": "@@ -52,17 +52,16 @@ MASTHEAD_L1=true\n## platform (Object)\n-Includes platform name (only available with `default` and `custom navigation`)\n+Includes platform name (only available with `default` and `custom navigation`).\n+Object requires `name` and `url`.\n```javascript... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | docs(masthead): tweak to platform prop README for Masthead | 1 | docs | masthead |
104,818 | 12.11.2019 12:17:00 | 21,600 | cf1dd1de532af849c835d1d407727039b59ca5ba | test(jest): stop the looping of the jest watch | [
{
"change_type": "MODIFY",
"diff": "@@ -27,9 +27,9 @@ module.exports = {\n'^.+\\\\.s?css$': '<rootDir>/config/jest/cssTransform.js',\n'^(?!.*\\\\.(js|jsx|css|json)$)': '<rootDir>/config/jest/fileTransform.js',\n},\n- testPathIgnorePatterns: ['/config/', '/coverage/', '/lib/'],\n+ testPathIgnorePatterns: ['/... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | test(jest): stop the looping of the jest watch | 1 | test | jest |
76,605 | 12.11.2019 12:19:48 | -3,600 | 98d823044bd53ef61d18f12a71a6f88ef86138f8 | feat: node-nlp NeuralNetwork | [
{
"change_type": "MODIFY",
"diff": "\"@nlpjs/lang-all\": \"^1.0.0\",\n\"@nlpjs/emoji\": \"^1.0.0\",\n\"@nlpjs/evaluator\": \"^1.0.0\",\n+ \"@nlpjs/neural\": \"^1.0.0\",\n\"@nlpjs/nlg\": \"^1.0.0\",\n\"@nlpjs/nlu\": \"^1.0.0\",\n\"@nlpjs/sentiment\": \"^1.0.0\",\n",
"new_path": "packages/node-nlp/package... | JavaScript | MIT License | axa-group/nlp.js | feat: node-nlp NeuralNetwork | 1 | feat | null |
366,918 | 12.11.2019 12:50:39 | -32,400 | 84963e58a984f73812652a5f31e8e988fb241b2f | fix: change rotate direction | [
{
"change_type": "MODIFY",
"diff": "@@ -114,13 +114,19 @@ const Icon = styled(IconComponent)`\nmargin-right: ${size.pxToRem(size.space.XXS)};\ntransition: transform 0.3s;\n+ &.left {\n&.expanded {\n- transform: rotate(180deg);\n+ transform: rotate(-180deg);\n+ }\n}\n&.right {\nmargin-right: 0;\nmargin-left:... | TypeScript | MIT License | kufu/smarthr-ui | fix: change rotate direction | 1 | fix | null |
679,913 | 12.11.2019 13:09:40 | 0 | d301628bf0f9c3c7c09ebe2eb8e98a98b899d5c4 | fix(intervals): add union/intersection tests | [
{
"change_type": "MODIFY",
"diff": "@@ -16,4 +16,60 @@ describe(\"intervals\", () => {\ncheck(\"[0..100]\", \"[-1..0]\", Classifier.OVERLAP_LEFT);\ncheck(\"[0..100]\", \"[-1..0)\", Classifier.DISJOINT_RIGHT);\n});\n+\n+ it(\"union\", () => {\n+ const a = i(\"[0..100]\");\n+ assert(a.union(a).equiv(a), \"sel... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(intervals): add union/intersection tests | 1 | fix | intervals |
679,913 | 12.11.2019 13:19:41 | 0 | 995b32ac5fb4c4ecfa978555dc99d7c6e1264b0f | fix(intervals): update compare() to consider openness, add tests | [
{
"change_type": "MODIFY",
"diff": "@@ -165,8 +165,15 @@ export class Interval\nreturn new Interval(this.l, this.r, this.lopen, this.ropen);\n}\n+ /**\n+ * Compares this interval with `i` and returns a comparator value\n+ * (-1, 0 or 1). Comparison order is: LHS, RHS, openness.\n+ *\n+ * @param i\n+ */\ncom... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(intervals): update compare() to consider openness, add tests | 1 | fix | intervals |
679,913 | 12.11.2019 13:21:30 | 0 | bccd19cb44f265e17bbe43f4a4363faafdbc771a | test(idgen): update tests (.available) | [
{
"change_type": "MODIFY",
"diff": "@@ -34,22 +34,22 @@ describe(\"idgen\", () => {\n};\nconst g = new IDGen(2, 0);\n- assert.equal(g.numAvailable(), 4);\n+ assert.equal(g.available, 4);\ng.next();\ng.next();\ng.next();\ng.next();\n- assert.equal(g.numAvailable(), 0);\n+ assert.equal(g.available, 0);\nasser... | TypeScript | Apache License 2.0 | thi-ng/umbrella | test(idgen): update tests (.available) | 1 | test | idgen |
276,933 | 12.11.2019 13:23:36 | 10,800 | 26e500a70c3171897354270bda9e2744357d9d53 | chore(yoga/package): removing dev and peer dependencies | [
{
"change_type": "MODIFY",
"diff": "},\n\"devDependencies\": {\n\"@testing-library/react\": \"^9.1.4\",\n- \"@testing-library/react-native\": \"^4.1.0\",\n- \"react\": \"^16.9.0\",\n- \"react-dom\": \"^16.9.0\",\n- \"react-native\": \"0.60.5\"\n+ \"@testing-library/react-native\": \"^4.1.0\"\n},\n\"peerDepe... | JavaScript | MIT License | gympass/yoga | chore(yoga/package): removing dev and peer dependencies | 1 | chore | yoga/package |
447,451 | 12.11.2019 13:47:30 | 21,600 | 5298768e18a0e93f0967fccdcf365767a7ffaf1a | feat: add carbon ads | [
{
"change_type": "MODIFY",
"diff": "@@ -7,6 +7,7 @@ import Input from '../../../src/components/Input';\nimport RenderIf from '../../../src/components/RenderIf';\nimport SearchIcon from './searchIcon';\nimport SectionHeading from '../../styleguideComponents/SectionHeading';\n+import CarbonAds from '../compon... | JavaScript | MIT License | nexxtway/react-rainbow | feat: add carbon ads | 1 | feat | null |
366,918 | 12.11.2019 13:56:12 | -32,400 | 45ec88f3bbe5831a771c7fc19a11a7ca25cb8ed3 | doc: fix props table | [
{
"change_type": "MODIFY",
"diff": "@@ -7,8 +7,7 @@ import {\nAccordionPanelTrigger,\nAccordionPanelContent,\n} from 'smarthr-ui'\n-\n-<AccordionPanel\n+;<AccordionPanel\niconPosition=\"right\"\ndisplayIcon={true}\nexpandableMultiply={true}\n@@ -29,8 +28,9 @@ import {\n### AccordionPanel component\n| Name |... | TypeScript | MIT License | kufu/smarthr-ui | doc: fix props table | 1 | doc | null |
866,415 | 12.11.2019 14:13:00 | 18,000 | f6a897f31dc1a5e11188b1517a42aac125634cb2 | fix(storybook): render with styles on reload | [
{
"change_type": "MODIFY",
"diff": "@@ -2,6 +2,7 @@ import React, { Component } from 'react';\nimport './polyfills';\nimport './_container.scss';\nimport { settings } from 'carbon-components';\n+import '@carbon/ibmdotcom-styles';\nconst { prefix } = settings;\nexport default class Container extends Componen... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix(storybook): render with styles on reload | 1 | fix | storybook |
217,885 | 12.11.2019 14:28:11 | 28,800 | 8b02a672aa4e24193b5242c9da62756ff8072cc7 | fix: Update opcode for class stats to fix stat autofill
Update node-machina-ffxiv to 2.22.6 | [
{
"change_type": "MODIFY",
"diff": "}\n},\n\"node-machina-ffxiv\": {\n- \"version\": \"2.22.2\",\n- \"resolved\": \"https://registry.npmjs.org/node-machina-ffxiv/-/node-machina-ffxiv-2.22.2.tgz\",\n- \"integrity\": \"sha512-t+qLJhp5YhJJ8LCBTRPJFfy23+UiXpY9+H4snjXBP9can88x62PEd1v0O6wgEGzTjWuAkndJTLFnp09OtXi1... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: Update opcode for class stats to fix stat autofill
Update node-machina-ffxiv to 2.22.6 | 1 | fix | null |
722,013 | 12.11.2019 14:35:15 | 21,600 | 48fc5e70409fd67cd2ed34a3afd9e788be7aa47e | fix: render event types as properties | [
{
"change_type": "MODIFY",
"diff": "@@ -39,16 +39,18 @@ export default {\n}\n},\nmethods: {\n- /** Triggered when button is clicked\n+ handleClick(e) {\n+ /**\n+ * Triggered when button is clicked\n* @event click\n* @type {Event}\n*/\n- /** Event for Alligator's example\n+ this.$emit('click', e)\n+ /**\n+ *... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix: render event types as properties | 1 | fix | null |
902,122 | 12.11.2019 14:36:38 | 0 | 0bbc13480697ae1a3a957ee1c99ade57b4c92394 | chore(release): v5.17.2 | [
{
"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+## [5.17.2](https://github.com/kikobeats/browserless/compare/v5.17.1...v5.17.2) (2019-11-12)\n+\n+\n+### Bug Fixes\n+... | JavaScript | MIT License | microlinkhq/browserless | chore(release): v5.17.2 | 1 | chore | release |
722,013 | 12.11.2019 15:11:57 | 21,600 | 4be57d2413d1bc2e0eb64da7ec60bc94bf0492a6 | docs: remove examples from the workspaces | [
{
"change_type": "MODIFY",
"diff": "@@ -49,7 +49,7 @@ module.exports = {\n'@babel/preset-env',\n{\nuseBuiltIns: 'usage',\n- corejs: 2,\n+ corejs: 3,\ntargets: {\nie: '11'\n}\n",
"new_path": "examples/basic/styleguide.config.js",
"old_path": "examples/basic/styleguide.config.js"
},
{
"change_... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | docs: remove examples from the workspaces | 1 | docs | null |
902,122 | 12.11.2019 15:28:26 | -3,600 | ef27279f0b3f5b8a7d29677924f4d5e08a301b0c | fix: wrap emulateMediaFeatures with pReflect
if you are using a old browser version probably this is going to fail | [
{
"change_type": "MODIFY",
"diff": "@@ -115,7 +115,7 @@ module.exports = ({ goto, ...gotoOpts } = {}) => {\nif (overlay.browser) {\nconst value = overlay.browser.includes('dark') ? 'dark' : 'light'\n- await page.emulateMediaFeatures([{ name: 'prefers-color-scheme', value }])\n+ await pReflect(page.emulateMe... | JavaScript | MIT License | microlinkhq/browserless | fix: wrap emulateMediaFeatures with pReflect
if you are using a old browser version probably this is going to fail | 1 | fix | null |
865,921 | 12.11.2019 15:32:28 | -3,600 | 8f8f60ddc7bb34e5b7256476542b53e66bd6a083 | chore(client): provide generate IDs utility
We really need only one. | [
{
"change_type": "MODIFY",
"diff": "* except in compliance with the MIT License.\n*/\n-import Ids from 'ids';\n-\nimport bpmnDiagram from './tabs/bpmn/diagram.bpmn';\nimport cmmnDiagram from './tabs/cmmn/diagram.cmmn';\nimport dmnDiagram from './tabs/dmn/diagram.dmn';\n@@ -23,9 +21,10 @@ import { forEach } ... | JavaScript | MIT License | camunda/camunda-modeler | chore(client): provide generate IDs utility
We really need only one. | 1 | chore | client |
71,101 | 12.11.2019 15:38:37 | -3,600 | 6fa4713c1f07e41719701263f06f251e90819783 | chore: Backport CHANGELOG entries from v1.16.2 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+## [1.16.2](https://github.com/aws/aws-cdk/compare/v1.16.1...v1.16.2) (2019-11-12)\n+\n+\n+### ... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore: Backport CHANGELOG entries from v1.16.2 (#4980) | 1 | chore | null |
277,000 | 12.11.2019 15:41:15 | 10,800 | f58bb0b4481ffa6f1a23e765df21e93fc6a34218 | improvement(doc): adding defaultProps in the PropTable | [
{
"change_type": "MODIFY",
"diff": "@@ -108,7 +108,15 @@ const Table = ({\n);\nTable.propTypes = {\n- data: shape({}).isRequired,\n+ data: shape({}),\n+};\n+\n+Table.defaultProps = {\n+ data: {\n+ node: {\n+ props: [],\n+ },\n+ },\n};\nconst PropsTable = ({ component, platform }) => {\n",
"new_path": "p... | JavaScript | MIT License | gympass/yoga | improvement(doc): adding defaultProps in the PropTable | 1 | improvement | doc |
217,922 | 12.11.2019 16:02:46 | -3,600 | a6c27d2955d36a27f26d0bc3dcae0b127a089d9d | fix(macro): fixed some checkboxes being checked by default | [
{
"change_type": "MODIFY",
"diff": "@@ -345,7 +345,7 @@ export class SettingsService {\n}\npublic get macroFixedEcho(): boolean {\n- return this.getSetting('macroFixedEcho', 'true') === 'true';\n+ return this.getSetting('macroFixedEcho', 'false') === 'true';\n}\npublic set macroFixedEcho(fixedEcho: boolean)... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(macro): fixed some checkboxes being checked by default | 1 | fix | macro |
699,194 | 12.11.2019 16:13:28 | 25,200 | 98b625cc0998381b9a9d43cf590d1bc9cbbed6b6 | fix(design-tokens): update lightest console color palette | [
{
"change_type": "MODIFY",
"diff": "aliases:\n## Blues\n- palette-blue-10: \"#f6fcff\"\n+ palette-blue-10: \"#f5f8ff\"\npalette-blue-20: \"#eff6fb\"\npalette-blue-30: \"#dceaf4\"\npalette-blue-40: \"#b3d3e9\"\n@@ -13,7 +13,7 @@ aliases:\n## Grays\npalette-gray-0: \"#ffffff\"\n- palette-gray-10: \"#fafafa\"\... | TypeScript | MIT License | twilio-labs/paste | fix(design-tokens): update lightest console color palette (#174) | 1 | fix | design-tokens |
306,444 | 12.11.2019 16:31:22 | -3,600 | fdedcf289490209963794e83aa28ca07fb966583 | fix(button): make button more accessible | [
{
"change_type": "MODIFY",
"diff": "@@ -92,7 +92,7 @@ export class LionButton extends DisabledWithTabIndexMixin(SlotMixin(LitElement))\npadding: 0;\n}\n- :host(:focus) .btn {\n+ :host(:focus:not([disabled])) .btn {\n/* if you extend, please overwrite */\noutline: 2px solid #bde4ff;\n}\n@@ -137,6 +137,7 @@ e... | JavaScript | MIT License | ing-bank/lion | fix(button): make button more accessible | 1 | fix | button |
306,444 | 12.11.2019 16:32:17 | -3,600 | 7225d9d4ad4988844aef309d6d4bb0723189c716 | fix(calendar): make calendar more accessible | [
{
"change_type": "MODIFY",
"diff": "@@ -44,6 +44,7 @@ export const calendarStyle = css`\n.calendar__day-button {\nbackground-color: #fff;\nborder: 0;\n+ color: black;\npadding: 0;\nmin-width: 40px;\nmin-height: 40px;\n@@ -59,7 +60,7 @@ export const calendarStyle = css`\n.calendar__day-button[previous-month]... | JavaScript | MIT License | ing-bank/lion | fix(calendar): make calendar more accessible | 1 | fix | calendar |
306,444 | 12.11.2019 16:32:50 | -3,600 | 83f9564ae0c7f6f6ed552a63efa268dbe4ff4ec5 | fix(switch): make switch more accessible | [
{
"change_type": "MODIFY",
"diff": "@@ -31,7 +31,7 @@ export class LionSwitchButton extends DisabledWithTabIndexMixin(LitElement) {\noutline: 0;\n}\n- :host(:focus) .btn {\n+ :host(:focus:not([disabled])) .btn {\n/* if you extend, please overwrite */\noutline: 2px solid #bde4ff;\n}\n",
"new_path": "pack... | JavaScript | MIT License | ing-bank/lion | fix(switch): make switch more accessible | 1 | fix | switch |
815,593 | 12.11.2019 17:07:43 | -28,800 | b419969e0d33ea22d812c51f200ed55ca3a72bce | fix(test): relay multiple min capacity error | [
{
"change_type": "MODIFY",
"diff": "@@ -287,8 +287,7 @@ fn all_specs() -> SpecMap {\nBox::new(PoolResurrect),\nBox::new(TransactionRelayBasic),\nBox::new(TransactionRelayLowFeeRate),\n- // FIXME: There is a probability of failure on low resouce CI server\n- // Box::new(TransactionRelayMultiple),\n+ Box::new... | Rust | MIT License | nervosnetwork/ckb | fix(test): relay multiple min capacity error | 1 | fix | test |
67,476 | 12.11.2019 17:14:28 | -3,600 | d3e2ad64c192a1e282fa196209b48d476dd67fc7 | refactor(value): add array and proxy exotic properties | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,8 @@ import { $EnvRec, $FunctionEnvRec } from './environment';\nimport { $$AssignmentExpressionOrHigher, $Identifier, $StringLiteral, $NumericLiteral, $ComputedPropertyName, $FunctionDeclaration, $ExportDeclaration, $ExportSpecifier, $ExportAssignment, $Namespa... | TypeScript | MIT License | aurelia/aurelia | refactor(value): add array and proxy exotic properties | 1 | refactor | value |
447,451 | 12.11.2019 17:18:39 | 21,600 | 63cb99014c9d9a6985d96c53d207f98011b7fc16 | fix: carbon adds positioning | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,6 @@ import Input from '../../../src/components/Input';\nimport RenderIf from '../../../src/components/RenderIf';\nimport SearchIcon from './searchIcon';\nimport SectionHeading from '../../styleguideComponents/SectionHeading';\n-import CarbonAds from '../compon... | JavaScript | MIT License | nexxtway/react-rainbow | fix: carbon adds positioning | 1 | fix | null |
447,451 | 12.11.2019 17:36:54 | 21,600 | 66ed571796858631f244105b45b57a3920ef0c0b | fix: refressh ads when navigate inside a component | [
{
"change_type": "MODIFY",
"diff": "@@ -39,6 +39,8 @@ export default class ReactComponent extends Component {\nhandleOnSelect(event, tab) {\nthis.setState({ activeTabName: tab });\n+ // eslint-disable-next-line no-undef\n+ if (_carbonads) _carbonads.refresh();\n}\nrender() {\n",
"new_path": "library/sty... | JavaScript | MIT License | nexxtway/react-rainbow | fix: refressh ads when navigate inside a component | 1 | fix | null |
866,398 | 12.11.2019 17:38:21 | 10,800 | 24deb67ab8b0840bc233b96d6bebd1ad94058371 | fix(masthead): shrink masthead L1 when it becomes sticky
shrink L1 nav when it becomes sticky on scroll | [
{
"change_type": "MODIFY",
"diff": "@@ -202,7 +202,7 @@ const Masthead = ({ navigation, hasProfile, hasSearch, ...mastheadProps }) => {\n</div>\n{MASTHEAD_L1 && navigation && (\n<div ref={mastheadL1Ref}>\n- <MastheadL1 />\n+ <MastheadL1 isShort={isMastheadSticky} />\n</div>\n)}\n</div>\n",
"new_path": "... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix(masthead): shrink masthead L1 when it becomes sticky
shrink L1 nav when it becomes sticky on scroll | 1 | fix | masthead |
679,913 | 12.11.2019 17:51:34 | 0 | 792379fd507cbc9ef684a1b255f3152cb55092b9 | fix(webgl): fix PHONG shader preset, minor update LAMBERT | [
{
"change_type": "MODIFY",
"diff": "@@ -97,6 +97,7 @@ export const LAMBERT = (opts: Partial<LambertOpts> = {}): ShaderSpec => ({\n},\nstate: {\ndepth: true,\n+ cull: true,\n...opts.state\n}\n});\n",
"new_path": "packages/webgl/src/shaders/lambert.ts",
"old_path": "packages/webgl/src/shaders/lambert.... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(webgl): fix PHONG shader preset, minor update LAMBERT | 1 | fix | webgl |
679,913 | 12.11.2019 17:56:54 | 0 | 0c0047e36e21163407790ccf2f85fa010c5ead15 | feat(examples): add webgl-cube demo (SOA for attribs) | [
{
"change_type": "ADD",
"diff": "+.cache\n+out\n+node_modules\n+yarn.lock\n+*.js\n",
"new_path": "examples/webgl-cube/.gitignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+# webgl-cube\n+\n+[Live demo](http://demo.thi.ng/umbrella/webgl-cube/)\n+\n+Please refer to the [exampl... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(examples): add webgl-cube demo (SOA for attribs) | 1 | feat | examples |
277,000 | 12.11.2019 18:02:29 | 10,800 | 2390254584728ade79bb9e021580ebf21180d686 | refactor(card): improving Card component and tests following the review's comments | [
{
"change_type": "DELETE",
"diff": "-### Reference\n-\n-Gympass `<Card.Plan />` component can be used to display related gyms plans.\n-\n-### Usage\n-\n-<ExpoSnack id=\"@gympass/yoga-card\" theme=\"light\" />\n-\n-### Props\n-\n-<PropsTable component=\"Card.Plan\" platform=\"native\" />\n",
"new_path": ... | JavaScript | MIT License | gympass/yoga | refactor(card): improving Card component and tests following the review's comments | 1 | refactor | card |
277,000 | 12.11.2019 18:04:03 | 10,800 | 784b431af2aca0d2604f2a17b9be56185642b1b6 | chore(root): removing iOS simulator flag from dev:native:ios | [
{
"change_type": "MODIFY",
"diff": "\"private\": true,\n\"scripts\": {\n\"start\": \"react-native start\",\n- \"ios\": \"react-native run-ios --simulator \\\"iPhone X\\\"\",\n+ \"ios\": \"react-native run-ios\",\n\"android\": \"react-native run-android\",\n\"test\": \"jest\",\n\"lint\": \"eslint .\"\n",
... | JavaScript | MIT License | gympass/yoga | chore(root): removing iOS simulator flag from dev:native:ios | 1 | chore | root |
438,921 | 12.11.2019 18:40:32 | -32,400 | bb9f95273dcd838862ad8e713a7865e0d062dbbc | feat(data): Pass element arg for data callbacks
Pass current element argument to data.onover/out callbacks.
Fix | [
{
"change_type": "MODIFY",
"diff": "@@ -377,6 +377,114 @@ describe(\"INTERACTION\", () => {\n});\ndescribe(\"Different interactions\", () => {\n+ describe(\"check for data.onover/out\", () => {\n+ let itemOver = [];\n+ let itemOut = [];\n+\n+ const spyOver = sinon.spy((d, element) => itemOver.push({d, eleme... | TypeScript | MIT License | naver/billboard.js | feat(data): Pass element arg for data callbacks
Pass current element argument to data.onover/out callbacks.
Fix #1100 | 1 | feat | data |
722,013 | 12.11.2019 19:00:34 | 21,600 | dcc140a0c841a95af3ca89a1241d97ffda602274 | chore: remove typescript from vue files | [
{
"change_type": "MODIFY",
"diff": "\"jsx\": \"preserve\",\n\"types\": [\"jest\", \"node\", \"htmlparser2\", \"buble\"]\n},\n- \"include\": [\"packages/**/*.ts\", \"packages/**/*.vue\", \"test/**/*.ts\", \"test/**/*.vue\"],\n+ \"include\": [\"packages/**/*.ts\", \"test/**/*.ts\"],\n\"exclude\": [\"node_modu... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | chore: remove typescript from vue files | 1 | chore | null |
722,013 | 12.11.2019 19:02:27 | 21,600 | 94661050f2e853b78e2d1e02a4ad2e028446e1de | feat(docgen): add exportName to CompoentDoc | [
{
"change_type": "MODIFY",
"diff": "@@ -88,6 +88,7 @@ export interface SlotDescriptor extends Descriptor {\nexport interface ComponentDoc {\ndisplayName: string\n+ exportName: string\ndescription?: string\nprops?: PropDescriptor[]\nmethods?: MethodDescriptor[]\n@@ -199,6 +200,7 @@ export default class Docum... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | feat(docgen): add exportName to CompoentDoc
Co-authored-by: Aaron Pool <contact@aaronpool.me> | 1 | feat | docgen |
217,922 | 12.11.2019 19:11:36 | -3,600 | a57644d03286a026d9535a0e13a9c13af7eaa852 | fix(list): fixed an issue with lists not being updated properly | [
{
"change_type": "MODIFY",
"diff": "@@ -49,7 +49,9 @@ export class FirestoreListStorage extends FirestoreRelationalStorage<List> imple\nconst preparedNew = this.prepareData(data);\nlet diff = compare(preparedCache, preparedNew);\ndiff = diff.map(entry => {\n- if (entry.path.startsWith('/items') || entry.pat... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(list): fixed an issue with lists not being updated properly | 1 | fix | list |
217,922 | 12.11.2019 19:21:47 | -3,600 | af543f498a9f8715e8a733f06256b2e509497525 | fix(desktop): fixed an issue when opening a link from website | [
{
"change_type": "MODIFY",
"diff": "@@ -159,25 +159,25 @@ function createWindow() {\n});\nwin.once('ready-to-show', () => {\n- if (api === undefined) {\n- // Start the api server for app detection\n- api = express();\n-\n- api.use(function(req, res, next) {\n- res.header('Access-Control-Allow-Origin', '*');... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(desktop): fixed an issue when opening a link from website | 1 | fix | desktop |
217,922 | 12.11.2019 19:22:19 | -3,600 | dc0b154e7060156027dc61e27060ecee4b8f38ca | feat(packet-capture): 5.11 packet structure updates | [
{
"change_type": "MODIFY",
"diff": "}\n},\n\"node-machina-ffxiv\": {\n- \"version\": \"2.22.2\",\n- \"resolved\": \"https://registry.npmjs.org/node-machina-ffxiv/-/node-machina-ffxiv-2.22.2.tgz\",\n- \"integrity\": \"sha512-t+qLJhp5YhJJ8LCBTRPJFfy23+UiXpY9+H4snjXBP9can88x62PEd1v0O6wgEGzTjWuAkndJTLFnp09OtXi1... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(packet-capture): 5.11 packet structure updates | 1 | feat | packet-capture |
217,922 | 12.11.2019 19:23:55 | -3,600 | 8d22669c21911da56e448306012059db24249cbb | chore: small bump for packet capture library | [
{
"change_type": "MODIFY",
"diff": "}\n},\n\"node-machina-ffxiv\": {\n- \"version\": \"2.22.3\",\n- \"resolved\": \"https://registry.npmjs.org/node-machina-ffxiv/-/node-machina-ffxiv-2.22.3.tgz\",\n- \"integrity\": \"sha512-10uAMofr99N7VPEiqI+3cBBmMU2PeCpe//qSk+iinHuzKWezHhFd3t8BdVeFwlmBAhIeEhD/c4CPPIdYkBHf... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: small bump for packet capture library | 1 | chore | null |
679,913 | 12.11.2019 19:48:17 | 0 | 7aec9b7e7cd0d335e90bd50f5fb47c7b72188fbf | feat(idgen): add INotify impl, add tests | [
{
"change_type": "MODIFY",
"diff": "-import { assert } from \"@thi.ng/api\";\n+import {\n+ assert,\n+ Event,\n+ Fn,\n+ INotify,\n+ INotifyMixin\n+} from \"@thi.ng/api\";\n-export class IDGen {\n+export const EVENT_ADDED = \"added\";\n+export const EVENT_REMOVED = \"removed\";\n+\n+@INotifyMixin\n+export cla... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(idgen): add INotify impl, add tests | 1 | feat | idgen |
67,476 | 12.11.2019 19:49:09 | -3,600 | 41d886f69d18c0ca9e147d407e2c1bc4ce5b2117 | feat(object): implement [[OwnPropertyKeys]] | [
{
"change_type": "MODIFY",
"diff": "@@ -319,6 +319,9 @@ export class $Undefined {\npublic get isSpeculative(): false { return false; }\npublic get hasValue(): true { return true; }\n+ // http://www.ecma-international.org/ecma-262/#array-index\n+ public get IsArrayIndex(): false { return false; }\n+\npublic ... | TypeScript | MIT License | aurelia/aurelia | feat(object): implement [[OwnPropertyKeys]] | 1 | feat | object |
679,913 | 12.11.2019 19:56:03 | 0 | 9a2637c6efc6d225f786d1e311ef870682a5049f | refactor(idgen): add readonly acces to `ids`, `freeID` getter | [
{
"change_type": "MODIFY",
"diff": "@@ -12,14 +12,14 @@ export const EVENT_REMOVED = \"removed\";\n@INotifyMixin\nexport class IDGen implements Iterable<number>, INotify {\nreadonly capacity: number;\n+ readonly ids: number[];\n- protected ids: number[];\nprotected nextID: number;\n+ protected _freeID: numb... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(idgen): add readonly acces to `ids`, `freeID` getter | 1 | refactor | idgen |
531,793 | 12.11.2019 21:22:58 | 0 | 34b188b4f13cd8d38e9049c59a00bdca38337401 | feat(api): allow searching by alertmanager instance name | [
{
"change_type": "MODIFY",
"diff": "@@ -443,6 +443,18 @@ func silences(c *gin.Context) {\nsearchTerm = strings.ToLower(searchTermValue)\n}\n+ clusters := []string{}\n+ if searchTerm != \"\" {\n+ upstreams := getUpstreams()\n+ for _, u := range upstreams.Instances {\n+ if strings.ToLower(u.Name) == searchTer... | TypeScript | Apache License 2.0 | prymitive/karma | feat(api): allow searching by alertmanager instance name | 1 | feat | api |
815,598 | 12.11.2019 21:33:13 | -28,800 | b127da3284709e5c9634155e56429f59407783c1 | chore: setup alert keys | [
{
"change_type": "MODIFY",
"diff": "# need 2 signatures to send alert\nsignatures_threshold = 2\npublic_keys = [\n- # testnet key1\n- \"0x035bfb6e2e89d66d2f684fa80356611f1185863a84bc23db5df484f4b1b89cacaf\",\n- # testnet key2\n- \"0x02a8c9d3cef12bbcf7c5901b5801dc87db1c3f79ce4ac48a1545a1eddac17fea34\",\n- # ... | Rust | MIT License | nervosnetwork/ckb | chore: setup alert keys | 1 | chore | null |
679,913 | 12.11.2019 21:37:42 | 0 | f085bfbaf1e6cb77c9a8eec8d488d716165b93dc | feat(binary): add bitSize() | [
{
"change_type": "MODIFY",
"diff": "@@ -38,3 +38,10 @@ export const ctz32 = (x: number) => {\nx & 0x55555555 && (c -= 1);\nreturn c;\n};\n+\n+/**\n+ * Returns the number of bits required to encode `x` (MUST be > 0).\n+ *\n+ * @param x\n+ */\n+export const bitSize = (x: number) => Math.ceil(Math.log(x) / Mat... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(binary): add bitSize() | 1 | feat | binary |
67,476 | 12.11.2019 22:07:20 | -3,600 | b6b610032bb8c7856ec54eddb724c76a8a7528d8 | feat(operations): implement ToPropertyDescriptor | [
{
"change_type": "MODIFY",
"diff": "@@ -780,3 +780,98 @@ export function $OrdinaryHasInstance(C: $Object, O: $Any): $Boolean {\n}\n}\n}\n+\n+\n+// http://www.ecma-international.org/ecma-262/#sec-topropertydescriptor\n+export function $ToPropertyDescriptor(realm: Realm, Obj: $Any, key: $PropertyKey): $Proper... | TypeScript | MIT License | aurelia/aurelia | feat(operations): implement ToPropertyDescriptor | 1 | feat | operations |
679,913 | 12.11.2019 22:09:42 | 0 | a6fa7ffa4da2111e8c10800a2c09397197cecf16 | refactor(ecs): update ECS ctor, update deps, minor refactoring | [
{
"change_type": "MODIFY",
"diff": "\"dependencies\": {\n\"@thi.ng/api\": \"^6.5.0\",\n\"@thi.ng/associative\": \"^3.1.0\",\n+ \"@thi.ng/binary\": \"^1.1.1\",\n\"@thi.ng/checks\": \"^2.4.1\",\n\"@thi.ng/dcons\": \"^2.1.6\",\n\"@thi.ng/idgen\": \"^0.0.1\",\n",
"new_path": "packages/ecs/package.json",
... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(ecs): update ECS ctor, update deps, minor refactoring | 1 | refactor | ecs |
67,476 | 12.11.2019 22:19:33 | -3,600 | 177ffda98e211213e39f5648bdc518a6cee2cc2f | feat(property-descriptor): implement CompletePropertyDescriptor | [
{
"change_type": "MODIFY",
"diff": "@@ -80,6 +80,52 @@ export class $PropertyDescriptor {\nObject.assign(this, config);\n}\n+\n+ // http://www.ecma-international.org/ecma-262/#sec-completepropertydescriptor\n+ public Complete(): this {\n+ const realm = this.realm;\n+ const intrinsics = realm['[[Intrinsics]]... | TypeScript | MIT License | aurelia/aurelia | feat(property-descriptor): implement CompletePropertyDescriptor | 1 | feat | property-descriptor |
722,013 | 12.11.2019 22:21:01 | 21,600 | efaac73cbfa921845b329d2607da2df25cea2d46 | test: fix dependent tests for exportName | [
{
"change_type": "MODIFY",
"diff": "@@ -22,11 +22,10 @@ export default async function displayNameHandler(documentation: Documentation, c\ndisplayName = singleNameValuePath.node.value\n} else if (bt.isIdentifier(singleNameValuePath.node)) {\nconst nameConstId = singleNameValuePath.node.name\n-\n- displayName... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | test: fix dependent tests for exportName | 1 | test | null |
679,913 | 12.11.2019 22:30:15 | 0 | 1d3c824f3647cbc7ced7f3289b184474f3281674 | feat(api): add Uint/Int/FloatType & helpers
add grouped Type aliases
add uintType() / intType() helpers | [
{
"change_type": "MODIFY",
"diff": "@@ -43,6 +43,12 @@ export const enum Type {\nF64\n}\n+export type UintType = Type.U8 | Type.U16 | Type.U32;\n+\n+export type IntType = Type.I8 | Type.I16 | Type.I32;\n+\n+export type FloatType = Type.F32 | Type.F64;\n+\n/**\n* WebGL numeric type constants. Use `GL2TYPE` t... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(api): add Uint/Int/FloatType & helpers
- add grouped Type aliases
- add uintType() / intType() helpers | 1 | feat | api |
679,913 | 12.11.2019 22:32:45 | 0 | f55cf25710e4fa8aa6862e1db0addeac81399fde | refactor(ecs): re-use uintType helper from thi.ng/api | [
{
"change_type": "MODIFY",
"diff": "@@ -4,8 +4,8 @@ import {\nINotify,\nINotifyMixin,\nListener,\n- Type,\n- typedArray\n+ typedArray,\n+ uintType\n} from \"@thi.ng/api\";\nimport { bitSize } from \"@thi.ng/binary\";\nimport { isArray, isString } from \"@thi.ng/checks\";\n@@ -142,6 +142,3 @@ export class EC... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(ecs): re-use uintType helper from thi.ng/api | 1 | refactor | ecs |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.