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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
366,918 | 29.10.2019 13:50:28 | -32,400 | 8e51061967f63cf5ea66140be825d9f5504af087 | feat: change props | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,7 @@ import { isTouchDevice } from '../../libs/ua'\nimport { Icon as IconComponent } from '../Icon'\ntype Props = {\n- children: string\n+ children: React.ReactNode\nclassName?: string\nicon?: 'left' | 'right' | 'none'\n}\n",
"new_path": "src/components/Acc... | TypeScript | MIT License | kufu/smarthr-ui | feat: change props | 1 | feat | null |
366,918 | 29.10.2019 13:54:58 | -32,400 | b152b6f277a1e2bbce96596992928cc0b67b7701 | feat: add some examples | [
{
"change_type": "MODIFY",
"diff": "@@ -4,38 +4,118 @@ import React, { useState } from 'react'\nimport { Accordion } from './Accordion'\nimport { AccordionTrigger } from './AccordionTrigger'\nimport { AccordionContent } from './AccordionContent'\n+import styled from '@emotion/styled'\n+import { Base as Base... | TypeScript | MIT License | kufu/smarthr-ui | feat: add some examples | 1 | feat | null |
276,989 | 29.10.2019 14:03:23 | 10,800 | 3fa88e5968f2fe71bcedab9cd7ac39ae289ee973 | chore(version): undo failed publishing | [
{
"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-# [0.2.0](https://github.com/Gympass/yoga/compare/@gympass/yoga-doc@0.1.2...@gympass/yoga-doc@0.2.0) (2019-10-29)\n-\... | JavaScript | MIT License | gympass/yoga | chore(version): undo failed publishing | 1 | chore | version |
276,989 | 29.10.2019 14:15:07 | 10,800 | c76b83de40d19acfee52ee5ef2ce33683fd07936 | chore(yoga): revert yoga version | [
{
"change_type": "MODIFY",
"diff": "\"version\": \"0.1.3\",\n\"license\": \"MIT\",\n\"dependencies\": {\n- \"@gympass/yoga\": \"^0.0.4\",\n+ \"@gympass/yoga\": \"^0.0.3\",\n\"@gympass/yoga-common\": \"^0.1.0\",\n\"@gympass/yoga-tokens\": \"^0.1.0\",\n\"@mdx-js/loader\": \"^1.4.5\",\n",
"new_path": "pack... | JavaScript | MIT License | gympass/yoga | chore(yoga): revert yoga version | 1 | chore | yoga |
104,827 | 29.10.2019 14:22:50 | 18,000 | 55266c59085ae6330ec998fc488ba72c0d426bc0 | chore(codeowners): add jessie | [
{
"change_type": "MODIFY",
"diff": "# These users own any files in the following directory at the root of\n# the repository and any of its subdirectories.\n-* @bryancboyd @scottdickerson @davidicus @tay1orjones @leetosc @cgirani @stuckless @tomklapiscak @filipecorrea\n+* @bryancboyd @scottdickerson @davidic... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(codeowners): add jessie | 1 | chore | codeowners |
276,989 | 29.10.2019 14:28:59 | 10,800 | 745ed302f4b7f8e13a724d6f054f819dc8b8a2ed | fix(actions): add git checkout master | [
{
"change_type": "MODIFY",
"diff": "@@ -12,8 +12,8 @@ jobs:\n- uses: actions/checkout@v1\n- name: Configure CI Git User\nrun: |\n- git checkout \"${GITHUB_REF:11}\"\ngit remote set-url origin https://${GH_TOKEN}@github.com/${GITHUB_REPOSITORY}.git\n+ git checkout master\ngit config --global user.email octob... | JavaScript | MIT License | gympass/yoga | fix(actions): add git checkout master | 1 | fix | actions |
276,989 | 29.10.2019 14:42:30 | 10,800 | 80e995ceb7e8bc137f2ebfe04d4e80c7cf054afc | fix(switch): remove accessibility role from native | [
{
"change_type": "MODIFY",
"diff": "@@ -114,7 +114,6 @@ const Switch = ({\n<SwitchTrack\nchecked={checked}\ndisabled={disabled}\n- accessibilityRole=\"switch\"\nas={Animated.View}\nstyle={{\nbackgroundColor:\n",
"new_path": "packages/yoga/src/Checkbox/native/Switch.jsx",
"old_path": "packages/yoga/s... | JavaScript | MIT License | gympass/yoga | fix(switch): remove accessibility role from native | 1 | fix | switch |
866,390 | 29.10.2019 14:59:24 | 14,400 | b5ffc8e0c49e1c560e8a0f5880504863915cc96b | fix: link alignment and focus state ui fix | [
{
"change_type": "MODIFY",
"diff": "margin-top: $spacing-03;\noutline: none;\ndisplay: inline-block;\n- border: solid 2px transparent;\n@include type-style('body-short-02');\n- &:visited {\n- color: $text-02;\n- }\n&:focus {\n- border-color: $focus;\n+ outline: 2px solid $focus;\n}\n&:hover {\ntext-decorati... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix: link alignment and focus state ui fix | 1 | fix | null |
276,989 | 29.10.2019 15:02:11 | 10,800 | 96415bdd163510ffcfcddaad5f50a468c105fec7 | ci(actions): add .npmrc at the project root | [
{
"change_type": "MODIFY",
"diff": "@@ -30,9 +30,7 @@ jobs:\nrun: yarn build\n- name: Publish\nrun: |\n- GH_TOKEN=${GH_TOKEN}\n- echo \"//registry.npmjs.org/:_authToken=${NPM_TOKEN}\" > ~/.npmrc\n- yarn lerna publish --yes --registry https://registry.npmjs.org/:_authToken=${NPM_TOKEN}\n+ GH_TOKEN=${GH_TOKEN... | JavaScript | MIT License | gympass/yoga | ci(actions): add .npmrc at the project root | 1 | ci | actions |
276,989 | 29.10.2019 15:04:55 | 10,800 | b314e5d1074e11545f7867af4eeebb0857ff2d71 | fix(button): change default props from Gympass to Button | [
{
"change_type": "MODIFY",
"diff": "@@ -126,7 +126,7 @@ Button.propTypes = {\n};\nButton.defaultProps = {\n- children: 'Gympass',\n+ children: 'Button',\ndisabled: false,\nfull: false,\ninverted: false,\n",
"new_path": "packages/yoga/src/Button/web/Button.jsx",
"old_path": "packages/yoga/src/Button/... | JavaScript | MIT License | gympass/yoga | fix(button): change default props from Gympass to Button | 1 | fix | button |
276,989 | 29.10.2019 15:21:15 | 10,800 | 1bb046fc40f4d9c4c322ce398f959aa805954e99 | ci(actions): add private: true to doc package | [
{
"change_type": "MODIFY",
"diff": "@@ -30,7 +30,10 @@ jobs:\nrun: yarn build\n- name: Publish\nrun: |\n- GH_TOKEN=${GH_TOKEN} && NPM_TOKEN=${NPM_TOKEN} && echo \"//registry.npmjs.org/:_authToken=${NPM_TOKEN}\" > ./.npmrc && yarn lerna publish --yes\n+ GH_TOKEN=${GH_TOKEN}\n+ NPM_TOKEN=${NPM_TOKEN}\n+ echo ... | JavaScript | MIT License | gympass/yoga | ci(actions): add private: true to doc package | 1 | ci | actions |
276,989 | 29.10.2019 15:23:03 | 10,800 | b705d7f6e54401f45f4be99d9a48c4742aeab958 | fix(button): change default text from Gympass to Button (native) | [
{
"change_type": "MODIFY",
"diff": "@@ -154,7 +154,7 @@ Button.propTypes = {\n};\nButton.defaultProps = {\n- children: 'Gympass',\n+ children: 'Button',\nfull: false,\ndisabled: false,\nsmall: false,\n",
"new_path": "packages/yoga/src/Button/native/Button.jsx",
"old_path": "packages/yoga/src/Button/... | JavaScript | MIT License | gympass/yoga | fix(button): change default text from Gympass to Button (native) | 1 | fix | button |
276,989 | 29.10.2019 15:30:27 | 10,800 | 9a52bea162e0721062f34b0ed162e191327c925b | chore(yarn.lock): update lockfile | [
{
"change_type": "MODIFY",
"diff": "@@ -41,6 +41,7 @@ typings/\n# Optional npm cache directory\n.npm\n+.npmrc\n# Optional eslint cache\n.eslintcache\n",
"new_path": "packages/doc/.gitignore",
"old_path": "packages/doc/.gitignore"
},
{
"change_type": "MODIFY",
"diff": "signedsource \"^1.0... | JavaScript | MIT License | gympass/yoga | chore(yarn.lock): update lockfile | 1 | chore | yarn.lock |
711,597 | 29.10.2019 15:34:52 | -3,600 | 25459aff816451c138174c21d23673420ddeb0d7 | chore(core): Update Nestjs & TypeORM to latest versions | [
{
"change_type": "MODIFY",
"diff": "\"dist/**/*\"\n],\n\"dependencies\": {\n- \"@nestjs/common\": \"6.5.2\",\n- \"@nestjs/core\": \"6.5.2\",\n- \"@nestjs/graphql\": \"6.4.1\",\n- \"@nestjs/microservices\": \"6.5.2\",\n- \"@nestjs/platform-express\": \"6.5.2\",\n- \"@nestjs/testing\": \"6.5.2\",\n- \"@nestjs... | TypeScript | MIT License | vendure-ecommerce/vendure | chore(core): Update Nestjs & TypeORM to latest versions | 1 | chore | core |
866,390 | 29.10.2019 15:59:34 | 14,400 | 8a13e61ff085db3f8998d020ada5e17c6c817c19 | fix: corrected simplelink and jumplink spacing and focus state ui | [
{
"change_type": "MODIFY",
"diff": "@@ -23,24 +23,12 @@ const { prefix } = settings;\n* @returns {*} JumpLink component\n*/\nconst JumpLink = ({ link: { href, text } }) => {\n- /**\n- * Scroll to html element of provided id\n- *\n- * @param {*} e javascript event object\n- * @param {*} id id attribute of el... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix: corrected simplelink and jumplink spacing and focus state ui | 1 | fix | null |
104,818 | 29.10.2019 16:09:56 | 18,000 | cf042233681e0af59bdc60511bcb10885afa7ccc | fix(timeseries): format ticks to our previous standard | [
{
"change_type": "MODIFY",
"diff": "@@ -16,6 +16,7 @@ import Card from '../Card/Card';\nimport { generateSampleValues, isValuesEmpty } from './timeSeriesUtils';\n+/** Extends default tooltip with the additional date information */\nexport const handleTooltip = (data, defaultTooltip) => {\nconst $ = cheerio.... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(timeseries): format ticks to our previous standard | 1 | fix | timeseries |
711,597 | 29.10.2019 16:43:05 | -3,600 | bbd366fe1375f202bef8f4d4a5232c8f103bd6a5 | chore(core): Update other outdated deps | [
{
"change_type": "MODIFY",
"diff": "\"@nestjs/platform-express\": \"6.8.5\",\n\"@nestjs/testing\": \"6.8.5\",\n\"@nestjs/typeorm\": \"6.2.0\",\n- \"@types/fs-extra\": \"^7.0.0\",\n+ \"@types/fs-extra\": \"^8.0.1\",\n\"@vendure/common\": \"^0.5.0\",\n- \"apollo-server-express\": \"^2.4.0\",\n+ \"apollo-serve... | TypeScript | MIT License | vendure-ecommerce/vendure | chore(core): Update other outdated deps | 1 | chore | core |
791,783 | 29.10.2019 16:44:08 | 14,400 | 7fab7e2b9a34bd69bb7fb78326ab3d6a77ed9f8c | core(lightwallet): centralize budget-path-matching logic | [
{
"change_type": "MODIFY",
"diff": "@@ -124,13 +124,7 @@ class ResourceBudget extends Audit {\nconst devtoolsLog = artifacts.devtoolsLogs[Audit.DEFAULT_PASS];\nconst summary = await ResourceSummary.request({devtoolsLog, URL: artifacts.URL}, context);\nconst mainResource = await MainResource.request({URL: ar... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(lightwallet): centralize budget-path-matching logic (#9895) | 1 | core | lightwallet |
276,946 | 29.10.2019 16:59:44 | 10,800 | 2e5a16a9d8b3747eabe833cfdbc334eda821337b | feat(slider): create new native component Slider | [
{
"change_type": "MODIFY",
"diff": "@@ -111,7 +111,7 @@ DEPENDENCIES:\n- yoga (from `../node_modules/react-native/ReactCommon/yoga`)\nSPEC REPOS:\n- https://github.com/cocoapods/specs.git:\n+ https://github.com/CocoaPods/Specs.git:\n- boost-for-react-native\nEXTERNAL SOURCES:\n@@ -190,4 +190,4 @@ SPEC CHECK... | JavaScript | MIT License | gympass/yoga | feat(slider): create new native component Slider | 1 | feat | slider |
104,844 | 29.10.2019 17:01:46 | 14,400 | f8196ef7f1be2311d5544fc4f3706a25445960ca | fix(table): fix i18n strings for TableHeader | [
{
"change_type": "MODIFY",
"diff": "@@ -373,6 +373,7 @@ const Table = props => {\n<CarbonTable {...others}>\n<TableHead\n{...others}\n+ i18n={i18n}\nlightweight={lightweight}\noptions={pick(options, 'hasRowSelection', 'hasRowExpansion', 'hasRowActions')}\ncolumns={columns}\n",
"new_path": "src/component... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): fix i18n strings for TableHeader | 1 | fix | table |
276,933 | 29.10.2019 17:30:33 | 10,800 | 2ae6c5b8349e2c3bfcb8d22f8f89e0cf9a2df2ac | feat(expo): adding expo support | [
{
"change_type": "MODIFY",
"diff": "@@ -14,6 +14,14 @@ import { Checkbox } from '@gympass/yoga';\nimport { List } from '@gympass/yoga';\n```\n+<div\n+ data-snack-id=\"@gympass/5687a4\"\n+ data-snack-platform=\"web\"\n+ data-snack-preview=\"true\"\n+ data-snack-theme=\"dark\"\n+ style=\"overflow:hidden;backg... | JavaScript | MIT License | gympass/yoga | feat(expo): adding expo support | 1 | feat | expo |
679,913 | 29.10.2019 17:33:24 | 0 | 39dc83ff49c97fb7ba70f7bbf0f7244d612c7fc8 | fix(webgl): ensure system defaults for all uniforms, update equiv checks | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ import {\nIDeref,\nIObjectOf,\nIRelease,\n- TypedArray\n+ NumericArray\n} from \"@thi.ng/api\";\nimport { Func, Sym } from \"@thi.ng/shader-ast\";\nimport { GLSLTarget } from \"@thi.ng/shader-ast-glsl\";\n@@ -64,7 +64,7 @@ export type AttribBufferData =\n|... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(webgl): ensure system defaults for all uniforms, update equiv checks | 1 | fix | webgl |
815,593 | 29.10.2019 17:35:48 | -32,400 | d63a35e7010a022fd40048348a98d9466b663628 | chore: code cleanup and add limit checking to `GetBlocks` message | [
{
"change_type": "MODIFY",
"diff": "@@ -27,7 +27,6 @@ pub const MAX_UNCONNECTING_HEADERS: usize = 10;\npub const MAX_BLOCKS_IN_TRANSIT_PER_PEER: usize = 16;\npub const MAX_TIP_AGE: u64 = 24 * 60 * 60 * 1000;\npub const STALE_RELAY_AGE_LIMIT: u64 = 30 * 24 * 60 * 60 * 1000;\n-pub const PER_FETCH_BLOCK_LIMIT:... | Rust | MIT License | nervosnetwork/ckb | chore: code cleanup and add limit checking to `GetBlocks` message | 1 | chore | null |
866,390 | 29.10.2019 17:52:44 | 14,400 | d8aaa3dd3b4ff5c2e14fecc223c02fe5f4fcad6f | refactor: reduced html markup and imporved sass composition | [
{
"change_type": "MODIFY",
"diff": "@@ -15,7 +15,6 @@ import { SIMPLELONGFORM } from '../../internal/FeatureFlags';\nimport JumpLink from './JumpLink';\n// import CardLink from './CardLink';\nimport { CardLink } from '@carbon/ibmdotcom-react';\n-import '@carbon/ibmdotcom-styles/scss/components/card-link/ind... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | refactor: reduced html markup and imporved sass composition | 1 | refactor | null |
679,913 | 29.10.2019 18:04:41 | 0 | 31573e990c0644e37033d54f93f01f18f085ab6c | refactor(examples): minor optimizations (soa-ecs) | [
{
"change_type": "MODIFY",
"diff": "@@ -22,15 +22,16 @@ import {\nmixNS2,\nmulNS2,\nnormalizeS2,\n- randNorm,\nrandNormS2,\n- rotateS2\n+ rotateS2,\n+ setVN4\n} from \"@thi.ng/vectors\";\nimport {\nBLEND_ADD,\ncompileModel,\ndraw,\nGLMat4,\n+ GLVec4,\nModelSpec,\nshader,\nShaderSpec\n@@ -41,8 +42,8 @@ const... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): minor optimizations (soa-ecs) | 1 | refactor | examples |
815,573 | 29.10.2019 18:10:05 | -28,800 | 6e3e801a6a67ba140a277d5ba85ef5e85d7f0990 | fix: Limit p2p protocol message size | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,10 @@ use ckb_build_info::Version;\nuse ckb_chain::chain::ChainService;\nuse ckb_jsonrpc_types::ScriptHashType;\nuse ckb_logger::info_target;\n-use ckb_network::{CKBProtocol, NetworkService, NetworkState};\n+use ckb_network::{\n+ CKBProtocol, NetworkService, Ne... | Rust | MIT License | nervosnetwork/ckb | fix: Limit p2p protocol message size | 1 | fix | null |
866,390 | 29.10.2019 18:12:10 | 14,400 | e85d311325149afca219995eff4ebc6084b44ac3 | fix: adjusted jumlink spacing | [
{
"change_type": "MODIFY",
"diff": "@mixin jumplink {\n.#{$prefix}--jumplink {\ncolor: $link-01;\n+ margin-top: $layout-03;\ntext-decoration: none;\noutline: none;\ndisplay: inline-block;\n",
"new_path": "packages/styles/scss/patterns/simplelongform/_jumplink.scss",
"old_path": "packages/styles/scss... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix: adjusted jumlink spacing | 1 | fix | null |
902,122 | 29.10.2019 18:45:28 | -3,600 | bfa06ae4851f6dc940ca28aee99692e2fff90a40 | refactor: migrate cli | [
{
"change_type": "MODIFY",
"diff": "const createBrowserless = require('browserless')\nconst browserless = createBrowserless()\n-require('./main')(async url => {\n- const html = await browserless.html(url.toString())\n- return html\n+require('./main')(async (url, opts) => {\n+ return {\n+ output: await brows... | JavaScript | MIT License | microlinkhq/browserless | refactor: migrate cli | 1 | refactor | null |
902,122 | 29.10.2019 18:45:56 | -3,600 | 970da45d1c4363982643cf12374055a020d68734 | build: accelerate animations instead of disabling | [
{
"change_type": "MODIFY",
"diff": "@@ -74,8 +74,10 @@ const doDisableAnimations = () => {\n*,\n::before,\n::after {\n- animation: initial !important;\n- transition: initial !important;\n+ animation-delay: 0s !important;\n+ transition-delay: 0s !important;\n+ animation-duration: 0s !important;\n+ transition... | JavaScript | MIT License | microlinkhq/browserless | build: accelerate animations instead of disabling | 1 | build | null |
902,122 | 29.10.2019 19:26:54 | -3,600 | 6b619e45050ad1f91ddbf7d1c0edfd684ed73f6d | chore(release): v5.15.4 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [5.15.4](https://github.com/kikobeats/browserless/compare/v5.15.3...v5.15.4) (2019-10-29)\n+\n+**Note:** Version b... | JavaScript | MIT License | microlinkhq/browserless | chore(release): v5.15.4 | 1 | chore | release |
838,025 | 29.10.2019 19:36:52 | -10,800 | d435119fad408631f77fcef77f12d80084b0e39b | test: TestVK_Video... | [
{
"change_type": "ADD",
"diff": "+package api\n+\n+import (\n+ \"strconv\"\n+ \"testing\"\n+\n+ \"github.com/stretchr/testify/assert\"\n+)\n+\n+func TestVK_VideoAddDeleteRestore(t *testing.T) {\n+ needUserToken(t)\n+\n+ res, err := vkUser.VideoAdd(map[string]string{\n+ \"target_id\": strconv.Itoa(vkUserID),... | Go | MIT License | severecloud/vksdk | test: TestVK_Video... | 1 | test | null |
67,516 | 29.10.2019 19:42:23 | -3,600 | 4244c4fd759cf6068d79134a3aa21af8c3103df1 | chore(jit+i18n): cleanup | [
{
"change_type": "MODIFY",
"diff": "@@ -158,7 +158,7 @@ describe('@attributePattern', function () {\ncontainer.register(ThePattern as any);\nconst interpreter = container.get(ISyntaxInterpreter);\nconst attrPattern = container.get(IAttributePattern);\n- const patternDefs = Protocol.annotation.get(attrPatter... | TypeScript | MIT License | aurelia/aurelia | chore(jit+i18n): cleanup | 1 | chore | jit+i18n |
866,390 | 29.10.2019 19:46:31 | 14,400 | ac8b378c283041fd72d0bc69e19dcf3cc4c3235b | fix: updated readme to be aligned with code changes | [
{
"change_type": "MODIFY",
"diff": "@@ -11,19 +11,16 @@ Import the package css into the top of your main CSS file.\n#### Elements\n| Class | Description |\n-| ----------------------------------------- | -------------------------------------------------------------------------------------- |\n+| ------------... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix: updated readme to be aligned with code changes | 1 | fix | null |
730,428 | 29.10.2019 19:48:22 | 0 | 6ed2eb36434f4bf4e233d7dde396c7691178e942 | chore(release): 0.2.54 [skip ci] | [
{
"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+### [0.2.54](https://github.com/webex/react-widgets/compare/v0.2.53...v0.2.54) (2019-10-29)\n+\... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.2.54 [skip ci] | 1 | chore | release |
838,025 | 29.10.2019 19:50:29 | -10,800 | d482def44084d6879153d480c3b748389bfb0e30 | fix: photosPhotoSizes.Height float64
See | [
{
"change_type": "MODIFY",
"diff": "@@ -204,7 +204,8 @@ func (photo PhotosPhotoFullXtrRealOffset) ToAttachment() string {\n}\ntype photosPhotoSizes struct {\n- Height int `json:\"height\"` // Height in px\n+ // BUG(VK): json: cannot unmarshal number 180.000000 into Go struct field photosPhotoSizes.height of... | Go | MIT License | severecloud/vksdk | fix: photosPhotoSizes.Height float64
See #64 | 1 | fix | null |
67,516 | 29.10.2019 20:00:35 | -3,600 | d3f2a4e8b4612c1c699ad58b2aaff4769fc8e170 | chore(jit): cleanup | [
{
"change_type": "MODIFY",
"diff": "-import { DI, Protocol, Constructable } from '@aurelia/kernel';\n+import { DI, Constructable } from '@aurelia/kernel';\nimport {\nattributePattern,\nAttributePatternDefinition,\n",
"new_path": "packages/__tests__/4-jit/attribute-pattern.spec.ts",
"old_path": "pack... | TypeScript | MIT License | aurelia/aurelia | chore(jit): cleanup | 1 | chore | jit |
838,025 | 29.10.2019 20:03:08 | -10,800 | 5fcc42a92907ef712adb82c91aa9d30ade40ff54 | fix: docsDocPreviewPhotoSizes.Height float64
See | [
{
"change_type": "MODIFY",
"diff": "@@ -17,6 +17,7 @@ type DocsDoc struct {\nTitle string `json:\"title\"` // Document title\nType int `json:\"type\"` // Document type\nURL string `json:\"url\"` // File URL\n+ docsDocPreviewAudioMessage\n}\n// ToAttachment return attachment format\n@@ -36,7 +37,8 @@ type do... | Go | MIT License | severecloud/vksdk | fix: docsDocPreviewPhotoSizes.Height float64
See #64 | 1 | fix | null |
67,476 | 29.10.2019 20:11:43 | -3,600 | 6f67afabaafbb8af7961d018075e85e143095bcd | feat(ast): add SS:ImportEntries and SS:ModuleRequests for ES import decl + cleanup a bit | [
{
"change_type": "MODIFY",
"diff": "@@ -3761,8 +3761,6 @@ export class $SourceFile implements I$Node {\n}\n}\n-// #region Statements\n-\ntype $$ModuleBody = (\n$ModuleBlock |\n$ModuleDeclaration\n@@ -3816,27 +3814,22 @@ export class $ModuleDeclaration implements I$Node {\n}\n}\n-export class $NamespaceExpor... | TypeScript | MIT License | aurelia/aurelia | feat(ast): add SS:ImportEntries and SS:ModuleRequests for ES import decl + cleanup a bit | 1 | feat | ast |
791,761 | 29.10.2019 20:20:59 | 14,400 | 3f74f33d89eae459ac0eac81b451e65ae24941c2 | core(stacks): match against js-lib-detector with id property | [
{
"change_type": "MODIFY",
"diff": "@@ -15,7 +15,7 @@ const expectations = [\nStacks: [{\nid: 'jquery',\n}, {\n- id: 'jquery',\n+ id: 'jquery-fast',\nname: 'jQuery (Fast path)',\n}, {\nid: 'wordpress',\n",
"new_path": "lighthouse-cli/test/smokehouse/dobetterweb/dbw-expectations.js",
"old_path": "lig... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(stacks): match against js-lib-detector with id property (#9888) | 1 | core | stacks |
217,922 | 29.10.2019 20:56:57 | -3,600 | ac3417c523b545005b970a8dd5b9e849cd10d391 | chore: bump simulator to 2.0.2 | [
{
"change_type": "MODIFY",
"diff": "\"integrity\": \"sha512-RCZElbAgc+tIOFK5m0IaHBF1lHJyWb6NkzxfQHefX9Dx93mRg+pasTgt2WDPT6HzcmPnuQ72TbnUKaNNVkR6KA==\"\n},\n\"@ffxiv-teamcraft/simulator\": {\n- \"version\": \"2.0.0\",\n- \"resolved\": \"https://registry.npmjs.org/@ffxiv-teamcraft/simulator/-/simulator-2.0.0.... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: bump simulator to 2.0.2 | 1 | chore | null |
67,476 | 29.10.2019 21:35:19 | -3,600 | 08e43ce1685e44561e00756866a20ae0ad6406e2 | chore(ast): make things a bit clearer | [
{
"change_type": "MODIFY",
"diff": "@@ -851,49 +851,6 @@ function $parameterDeclarationList(\nreturn $nodes;\n}\n-function ParameterDeclarationsToBoundNames(params: readonly $ParameterDeclaration[]): readonly string[] {\n- const len = params.length;\n- if (len === 0) {\n- return emptyArray;\n- }\n-\n- const... | TypeScript | MIT License | aurelia/aurelia | chore(ast): make things a bit clearer | 1 | chore | ast |
71,075 | 29.10.2019 21:36:34 | -28,800 | c770d3cd167760ef6fb9b13c8fea89e16bceec64 | feat(elbv2): add redirect action of ALB's listener
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -17,21 +17,29 @@ export interface BaseApplicationListenerRuleProps {\nreadonly priority: number;\n/**\n- * Target groups to forward requests to. Only one of `targetGroups` or\n- * `fixedResponse` can be specified.\n+ * Target groups to forward requests to. Only one of ... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(elbv2): add redirect action of ALB's listener (#4606)
Closes #4546. | 1 | feat | elbv2 |
531,793 | 29.10.2019 21:37:40 | 0 | 990a3de46b379fc2e4290ae2086c6ef2c8e18598 | chore(backend): log a warning when alertmanager 0.17 or 0.18 is detected
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -81,6 +81,10 @@ func (am *Alertmanager) probeVersion() string {\nreturn fakeVersion\n}\n+ if version == \"0.17.0\" || version == \"0.18.0\" {\n+ log.Warningf(\"Alertmanager %s might return incomplete list of alert groups in the API, please upgrade to >=0.19.0, see http... | TypeScript | Apache License 2.0 | prymitive/karma | chore(backend): log a warning when alertmanager 0.17 or 0.18 is detected
Fixes #1099 | 1 | chore | backend |
67,476 | 29.10.2019 21:55:36 | -3,600 | f0a96a1c2079e7d896d721a92fcc95c617738897 | feat(ast): add SS:ModuleRequests for imports | [
{
"change_type": "MODIFY",
"diff": "@@ -3879,7 +3879,8 @@ export class $ImportDeclaration implements I$Node {\npublic readonly BoundNames: readonly string[];\n// http://www.ecma-international.org/ecma-262/#sec-imports-static-semantics-importentries\npublic readonly ImportEntries: readonly ImportEntryRecord[... | TypeScript | MIT License | aurelia/aurelia | feat(ast): add SS:ModuleRequests for imports | 1 | feat | ast |
471,527 | 29.10.2019 21:56:28 | -3,600 | 51006fa62d6236f32cd7b2333517cc6dfae6f0b8 | chore: ignore *.mdx files for releases | [
{
"change_type": "MODIFY",
"diff": "{\n\"packages\": [\"packages/*\"],\n- \"ignoreChanges\": [\"packages/*/test/**\", \"**/*.md\"],\n+ \"ignoreChanges\": [\"packages/*/test/**\", \"**/*.md\", \"**/*.mdx\"],\n\"version\": \"independent\",\n\"npmClient\": \"yarn\",\n\"useWorkspaces\": true,\n",
"new_path"... | JavaScript | MIT License | open-wc/open-wc | chore: ignore *.mdx files for releases | 1 | chore | null |
67,516 | 29.10.2019 22:02:00 | -3,600 | 2cfef4fc9bb48fd125fba2100421d0617a8444e2 | chore(i18n): post review changes
removed usage of decorator as function | [
{
"change_type": "MODIFY",
"diff": "@@ -48,10 +48,7 @@ describe('TranslationAttributePattern', function () {\ndescribe('TranslationBindingCommand', function () {\nfunction setup(aliases?: string[]) {\naliases = aliases || [];\n- const container = DI.createContainer();\n- container.register(\n- bindingComman... | TypeScript | MIT License | aurelia/aurelia | chore(i18n): post review changes
removed usage of decorator as function | 1 | chore | i18n |
67,516 | 29.10.2019 22:08:45 | -3,600 | c688f970dafd879e4a3aa02e588abd67a52cbd45 | chore(i18n): deepscan cleanup | [
{
"change_type": "MODIFY",
"diff": "import { I18nConfiguration, TranslationAttributePattern, TranslationBindAttributePattern, TranslationBindBindingCommand, TranslationBindBindingInstruction, TranslationBindBindingRenderer, TranslationBinding, TranslationBindingCommand, TranslationBindingInstruction, Transl... | TypeScript | MIT License | aurelia/aurelia | chore(i18n): deepscan cleanup | 1 | chore | i18n |
471,597 | 29.10.2019 22:19:27 | -3,600 | ff5e36c402f83ea04916032d78bc6a87e1d0073b | chore(demoing-storybook): fixed spelling and grammar | [
{
"change_type": "MODIFY",
"diff": "@@ -45,7 +45,7 @@ npm init @open-wc\n### Migration\n-If you area already using `@open-wc/storybook` be sure to check out the [Migration Guide](/demoing/MIGRATION.md).\n+If you are already using `@open-wc/storybook` be sure to check out the [Migration Guide](/demoing/MIGRA... | JavaScript | MIT License | open-wc/open-wc | chore(demoing-storybook): fixed spelling and grammar (#921) | 1 | chore | demoing-storybook |
743,863 | 29.10.2019 22:41:24 | 25,200 | 52d875a46d23d878ad6705c1ec37d706eeb53ebe | test: add additional test for 1459 | [
{
"change_type": "MODIFY",
"diff": "@@ -848,6 +848,19 @@ describe('validation tests', () => {\nargs.foo.should.equal(true)\nargs.bar.should.equal(true)\n})\n+\n+ it('does not fail when unrecognized option is passed after --', () => {\n+ const args = yargs('ahoy ben -- --arrr')\n+ .strict()\n+ .command('ahoy... | JavaScript | MIT License | yargs/yargs | test: add additional test for 1459 | 1 | test | null |
67,494 | 29.10.2019 22:45:46 | -3,600 | c497245dfff70176d9c2c94216eec42eae6df5b8 | feat(router): add route configuration (temp commit) | [
{
"change_type": "MODIFY",
"diff": "@@ -1139,7 +1139,7 @@ describe('Router', function () {\nasync function $setup(config?, dependencies: any[] = [], routes = []) {\nconst ctx = TestContext.createHTMLTestContext();\n- const { container, lifecycle } = ctx;\n+ const { container, scheduler } = ctx;\nconst App =... | TypeScript | MIT License | aurelia/aurelia | feat(router): add route configuration (temp commit) | 1 | feat | router |
217,885 | 29.10.2019 23:33:19 | 25,200 | 8791c2718c68ab5e146157509a6711705f6df05c | chore: Update node-machina-ffxiv to 2.19.5 | [
{
"change_type": "MODIFY",
"diff": "}\n},\n\"node-machina-ffxiv\": {\n- \"version\": \"2.19.4\",\n- \"resolved\": \"https://registry.npmjs.org/node-machina-ffxiv/-/node-machina-ffxiv-2.19.4.tgz\",\n- \"integrity\": \"sha512-xTH140EjO0skY0RA0+yPzCxSJXIMIPzHgQNOXdrMQTdOsiVLFHKPeQMwsM+/MlQAiDUUK0WN0GbFAaJmEhuN... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: Update node-machina-ffxiv to 2.19.5 | 1 | chore | null |
679,913 | 29.10.2019 23:53:58 | 0 | 5c36892ef9ed62f973a726277750c5845c9a859e | feat(ecs): add UnboundedCache, update Component & Group ctors/opts | [
{
"change_type": "MODIFY",
"diff": "-import { Fn0, Type, TypedArray } from \"@thi.ng/api\";\n+import {\n+ Fn0,\n+ IObjectOf,\n+ IRelease,\n+ Type,\n+ TypedArray\n+} from \"@thi.ng/api\";\nexport type ComponentDefaultValue = ArrayLike<number> | Fn0<ArrayLike<number>>;\n-export type LRUEntry<T> = { k: number;... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(ecs): add UnboundedCache, update Component & Group ctors/opts | 1 | feat | ecs |
679,913 | 29.10.2019 23:54:22 | 0 | 1d330377fabaa3dcc3224191295151703fa27513 | refactor(examples): update soa-ecs init | [
{
"change_type": "MODIFY",
"diff": "@@ -45,11 +45,13 @@ const ALPHA = 0.3;\nconst COLOR = [1, 0.7, 0.1, 0.001];\nconst COLOR2 = [0.1, 0.9, 1, 0.001];\n-const pos = defComponent(\"pos\", NUM, {\n+const pos = defComponent(NUM, {\n+ id: \"pos\",\nsize: 2\n});\n-const vel = defComponent(\"vel\", NUM, {\n+const ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): update soa-ecs init | 1 | refactor | examples |
71,664 | 30.10.2019 00:00:41 | -32,400 | 5d98e7f3556852f29dc7fa1d240be07742c2a1e2 | fix(elbv2): update region/account map of elbv2 | [
{
"change_type": "MODIFY",
"diff": "@@ -538,14 +538,18 @@ const ELBV2_ACCOUNTS: { [region: string]: string } = {\n'eu-west-1': '156460612806',\n'eu-west-2': '652711504416',\n'eu-west-3': '009996457667',\n+ 'eu-north-1': '897822967062',\n+ 'ap-east-1': '754344448648',\n'ap-northeast-1': '582318560864',\n'ap-... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(elbv2): update region/account map of elbv2 (#4738) | 1 | fix | elbv2 |
67,476 | 30.10.2019 00:18:40 | -3,600 | 7c5743c98d813fccaa137c7ff95b8b3e2ef22a00 | feat(ast): implement Export static semantics for VariableStatement | [
{
"change_type": "MODIFY",
"diff": "@@ -1209,6 +1209,19 @@ export class $VariableStatement implements I$Node {\n// http://www.ecma-international.org/ecma-262/#sec-static-semantics-declarationpart\npublic readonly DeclarationPart: $VariableStatement = this;\n+ // http://www.ecma-international.org/ecma-262/#s... | TypeScript | MIT License | aurelia/aurelia | feat(ast): implement Export static semantics for VariableStatement | 1 | feat | ast |
217,922 | 30.10.2019 00:48:55 | -3,600 | c7f5de7efb3b31676bfeba73989083e8366e8c86 | chore: bump sim to 2.0.3 | [
{
"change_type": "MODIFY",
"diff": "\"integrity\": \"sha512-RCZElbAgc+tIOFK5m0IaHBF1lHJyWb6NkzxfQHefX9Dx93mRg+pasTgt2WDPT6HzcmPnuQ72TbnUKaNNVkR6KA==\"\n},\n\"@ffxiv-teamcraft/simulator\": {\n- \"version\": \"2.0.2\",\n- \"resolved\": \"https://registry.npmjs.org/@ffxiv-teamcraft/simulator/-/simulator-2.0.2.... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: bump sim to 2.0.3 | 1 | chore | null |
67,476 | 30.10.2019 01:14:00 | -3,600 | 56f50b2f2f69ab95cb9f91b91af2c79a145eaf54 | feat(ast): add Import/Export SS for ClassDeclaration | [
{
"change_type": "MODIFY",
"diff": "@@ -1546,6 +1546,17 @@ export class $ClassDeclaration implements I$Node {\n// http://www.ecma-international.org/ecma-262/#sec-statement-semantics-static-semantics-varscopeddeclarations\npublic readonly VarScopedDeclarations: readonly $$ESDeclaration[] = emptyArray;\n+ // ... | TypeScript | MIT License | aurelia/aurelia | feat(ast): add Import/Export SS for ClassDeclaration | 1 | feat | ast |
67,476 | 30.10.2019 01:18:59 | -3,600 | 0d2dc9957178c0514a7472488a823c80214fea05 | feat(ast): add Import/Export SS for FunctionDeclaration | [
{
"change_type": "MODIFY",
"diff": "@@ -1381,6 +1381,15 @@ export class $FunctionDeclaration implements I$Node {\npublic readonly DirectivePrologue: DirectivePrologue;\n+ // http://www.ecma-international.org/ecma-262/#sec-exports-static-semantics-exportedbindings\n+ public readonly ExportedBindings: readonl... | TypeScript | MIT License | aurelia/aurelia | feat(ast): add Import/Export SS for FunctionDeclaration | 1 | feat | ast |
217,922 | 30.10.2019 01:19:19 | -3,600 | d029ce8ab78cfe9ff503bd854221cc48ff9b5d2c | chore: bump sim to 2.0.4 | [
{
"change_type": "MODIFY",
"diff": "\"integrity\": \"sha512-RCZElbAgc+tIOFK5m0IaHBF1lHJyWb6NkzxfQHefX9Dx93mRg+pasTgt2WDPT6HzcmPnuQ72TbnUKaNNVkR6KA==\"\n},\n\"@ffxiv-teamcraft/simulator\": {\n- \"version\": \"2.0.3\",\n- \"resolved\": \"https://registry.npmjs.org/@ffxiv-teamcraft/simulator/-/simulator-2.0.3.... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: bump sim to 2.0.4 | 1 | chore | null |
679,913 | 30.10.2019 01:52:26 | 0 | 40dc1b6abcfd0f11e04c7f7f22359bc928a9ff7d | feat(ecs): add ECS main class, update types, Component, Group
move defComponent to ECS
add event consts
make component default vals optional
add Component.notifyChange()
fix component value caching (on delete)
add Group.run()
rename Group.deleteID() => removeID() | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,10 @@ import {\nTypedArray\n} from \"@thi.ng/api\";\n+export const EVENT_ADDED = \"added\";\n+export const EVENT_PRE_REMOVE = \"pre-remove\";\n+export const EVENT_CHANGED = \"changed\";\n+\nexport type ComponentDefaultValue = ArrayLike<number> | Fn0<ArrayLike<n... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(ecs): add ECS main class, update types, Component, Group
- move defComponent to ECS
- add event consts
- make component default vals optional
- add Component.notifyChange()
- fix component value caching (on delete)
- add Group.run()
- rename Group.deleteID() => removeID() | 1 | feat | ecs |
815,605 | 30.10.2019 02:24:28 | 0 | 084195c88ca664b9f5e5b7d0e44f892163dc730a | fix: Expose CellDep fields | [
{
"change_type": "MODIFY",
"diff": "@@ -215,8 +215,8 @@ impl From<core::DepType> for DepType {\n#[derive(Clone, Default, Serialize, Deserialize, PartialEq, Eq, Hash, Debug)]\n#[serde(deny_unknown_fields)]\npub struct CellDep {\n- out_point: OutPoint,\n- dep_type: DepType,\n+ pub out_point: OutPoint,\n+ pub ... | Rust | MIT License | nervosnetwork/ckb | fix: Expose CellDep fields | 1 | fix | null |
815,605 | 30.10.2019 03:57:00 | 0 | 2d2f5cbb5f9429b3c88127fb6a1e5b92522c9b44 | feat: Upgrade rocksdb with ReadOnlyDB changes | [
{
"change_type": "MODIFY",
"diff": "@@ -482,7 +482,7 @@ dependencies = [\n\"ckb-error 0.24.0-pre\",\n\"ckb-logger 0.24.0-pre\",\n\"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)\",\n- \"rocksdb 0.12.2 (git+https://github.com/nervosnetwork/rust-rocksdb?rev=ac1af8c)\",\n+ \"rocksdb 0.12.2... | Rust | MIT License | nervosnetwork/ckb | feat: Upgrade rocksdb with ReadOnlyDB changes | 1 | feat | null |
217,922 | 30.10.2019 07:13:58 | -3,600 | edf3522ef432f6270d4d8263b53293671b14b07f | chore: bump sim to 2.0.5 | [
{
"change_type": "MODIFY",
"diff": "\"integrity\": \"sha512-RCZElbAgc+tIOFK5m0IaHBF1lHJyWb6NkzxfQHefX9Dx93mRg+pasTgt2WDPT6HzcmPnuQ72TbnUKaNNVkR6KA==\"\n},\n\"@ffxiv-teamcraft/simulator\": {\n- \"version\": \"2.0.4\",\n- \"resolved\": \"https://registry.npmjs.org/@ffxiv-teamcraft/simulator/-/simulator-2.0.4.... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: bump sim to 2.0.5 | 1 | chore | null |
217,922 | 30.10.2019 07:31:10 | -3,600 | d8a081d2dbedb15414e234917d5536c586c497b3 | chore: bump sim to 2.0.6 | [
{
"change_type": "MODIFY",
"diff": "\"integrity\": \"sha512-RCZElbAgc+tIOFK5m0IaHBF1lHJyWb6NkzxfQHefX9Dx93mRg+pasTgt2WDPT6HzcmPnuQ72TbnUKaNNVkR6KA==\"\n},\n\"@ffxiv-teamcraft/simulator\": {\n- \"version\": \"2.0.5\",\n- \"resolved\": \"https://registry.npmjs.org/@ffxiv-teamcraft/simulator/-/simulator-2.0.5.... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: bump sim to 2.0.6 | 1 | chore | null |
722,013 | 30.10.2019 08:15:07 | 18,000 | f16b901842d795c3181ad57426f07bcc860d2957 | feat: add progress bar while compiling | [
{
"change_type": "MODIFY",
"diff": "\"ast-types\": \"^0.12.2\",\n\"classnames\": \"^2.2.6\",\n\"clean-webpack-plugin\": \"^3.0.0\",\n+ \"cli-progress\": \"^3.0.0\",\n\"clipboard-copy\": \"^3.0.0\",\n\"codemirror\": \"^5.39.0\",\n\"common-dir\": \"^2.0.2\",\n\"lru-cache\": \"^4.1.3\",\n\"mini-html-webpack-pl... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | feat: add progress bar while compiling | 1 | feat | null |
866,394 | 30.10.2019 09:02:29 | 14,400 | c0ca382f329a394949444b17ceb49111aa0e5e36 | feat(altlang): utility for fetching all alternative languages on page | [
{
"change_type": "MODIFY",
"diff": "+<link rel=\"alternate\" hreflang=\"en-us\" href=\"https://www.ibm.com/us-en/\">\n+<link rel=\"alternate\" hreflang=\"x-default\" href=\"https://www.ibm.com\">\n+<link rel=\"alternate\" hreflang=\"en-af\" href=\"https://www.ibm.com/af-en\">\n+<link rel=\"alternate\" hrefl... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | feat(altlang): utility for fetching all alternative languages on page (#580) | 1 | feat | altlang |
815,593 | 30.10.2019 09:35:50 | -32,400 | 5c17bebeac53853a331903a2be3cfc3ffba06856 | chore: fix consensus comment typo | [
{
"change_type": "MODIFY",
"diff": "@@ -407,7 +407,7 @@ pub struct Consensus {\npub tx_version: Version,\n// \"TYPE_ID\" in hex\npub type_id_code_hash: H256,\n- // block version number supported\n+ // Limit to the number of proposals per block\npub max_block_proposals_limit: u64,\npub genesis_epoch_ext: Epo... | Rust | MIT License | nervosnetwork/ckb | chore: fix consensus comment typo | 1 | chore | null |
76,605 | 30.10.2019 09:49:45 | -3,600 | 68c1ce3c11b1dd628a0fbb9c87612c3e4947249e | feat: starting domain manager | [
{
"change_type": "MODIFY",
"diff": "@@ -86,7 +86,7 @@ class Container {\nreturn item.instance;\n}\nconst Clazz = item.instance;\n- return new Clazz(settings);\n+ return new Clazz(settings, this);\n}\nresolvePath(step, context, input, srcObject) {\n@@ -224,6 +224,12 @@ class Container {\n'Pipeline depth is t... | JavaScript | MIT License | axa-group/nlp.js | feat: starting domain manager | 1 | feat | null |
217,922 | 30.10.2019 10:00:28 | -3,600 | 51ee2b4497ab8cef4c99ee0ff2248d4f2ef659ae | chore: bump simulator to 2.0.6 | [
{
"change_type": "MODIFY",
"diff": "\"@angular/platform-browser-dynamic\": \"8.2.11\",\n\"@angular/platform-server\": \"8.2.11\",\n\"@angular/router\": \"8.2.11\",\n- \"@ffxiv-teamcraft/simulator\": \"^2.0.5\",\n+ \"@ffxiv-teamcraft/simulator\": \"^2.0.6\",\n\"@ffxiv-teamcraft/crafting-solver\": \"^1.2.0\",... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: bump simulator to 2.0.6 | 1 | chore | null |
711,597 | 30.10.2019 10:36:41 | -3,600 | 25c0269c9f69f8f0a86649c3a5a9761112f3cb37 | chore: Update a bunch of devDependencies across packages | [
{
"change_type": "MODIFY",
"diff": "\"publish-local\": \"lerna version --no-git-tag-version && cd scripts && ./publish-to-verdaccio.sh\"\n},\n\"devDependencies\": {\n- \"@commitlint/cli\": \"^7.6.1\",\n- \"@commitlint/config-conventional\": \"^7.6.0\",\n+ \"@commitlint/cli\": \"^8.2.0\",\n+ \"@commitlint/co... | TypeScript | MIT License | vendure-ecommerce/vendure | chore: Update a bunch of devDependencies across packages | 1 | chore | null |
366,920 | 30.10.2019 10:44:08 | -32,400 | 0ec70e2445065c487afd0ac1ecd9a21c5c41bff6 | fix: Fix rendering bug | [
{
"change_type": "MODIFY",
"diff": "-import React, { createContext, useState, useRef, useEffect } from 'react'\n+import React, { createContext, useState, useRef, useEffect, useMemo } from 'react'\nimport { createPortal } from 'react-dom'\ntype DialogContextType = {\n@@ -26,10 +26,15 @@ export const DialogWr... | TypeScript | MIT License | kufu/smarthr-ui | fix: Fix rendering bug | 1 | fix | null |
276,933 | 30.10.2019 10:47:18 | 10,800 | 66ac1dbe00b15d3729d2687643773b9d9720e037 | feat(doc/tabbedview): adding tabbed view to use in MDX | [
{
"change_type": "MODIFY",
"diff": "@@ -8,20 +8,32 @@ import { Checkbox } from '@gympass/yoga';\n# List\n-## Import the List\n+Lists are a continuous group of text or images. They are composed of items containing primary and supplemental actions, which are represented by icons and text.\n-```javascript\n-im... | JavaScript | MIT License | gympass/yoga | feat(doc/tabbedview): adding tabbed view to use in MDX | 1 | feat | doc/tabbedview |
815,593 | 30.10.2019 10:57:48 | -32,400 | c5fcbaae9a483f9262c2ada20fe2c4eae5c51a30 | chore: code cleanup for `last_block_announcement` | [
{
"change_type": "MODIFY",
"diff": "@@ -113,11 +113,6 @@ impl<'a> HeadersProcess<'a> {\ntrue\n}\n- fn received_new_header(&self, headers: &[core::HeaderView]) -> bool {\n- let last = headers.last().expect(\"empty checked\");\n- self.snapshot.unknown_block_status(&last.hash())\n- }\n-\npub fn accept_first(&s... | Rust | MIT License | nervosnetwork/ckb | chore: code cleanup for `last_block_announcement` | 1 | chore | null |
815,598 | 30.10.2019 11:33:43 | -28,800 | d0b6999f798d218506b626df326dbe3eec2ffb90 | chore: use ckb-system-scripts v0.4.0 | [
{
"change_type": "MODIFY",
"diff": "@@ -343,7 +343,7 @@ dependencies = [\n\"ckb-jsonrpc-types 0.24.0-pre\",\n\"ckb-shared 0.24.0-pre\",\n\"ckb-store 0.24.0-pre\",\n- \"ckb-system-scripts 0.4.0-alpha.17+multisig-since (registry+https://github.com/rust-lang/crates.io-index)\",\n+ \"ckb-system-scripts 0.4.0 (r... | Rust | MIT License | nervosnetwork/ckb | chore: use ckb-system-scripts v0.4.0 | 1 | chore | null |
866,390 | 30.10.2019 12:17:14 | 14,400 | 623e442313c5b2667c6db8fdd7bc7d5760e44b8f | fix: added CardLink global component | [
{
"change_type": "DELETE",
"diff": "Binary files a/.yarn/offline-mirror/@carbon-ibmdotcom-utilities-1.1.0-alpha.716.tgz and /dev/null differ\n",
"new_path": ".yarn/offline-mirror/@carbon-ibmdotcom-utilities-1.1.0-alpha.716.tgz",
"old_path": ".yarn/offline-mirror/@carbon-ibmdotcom-utilities-1.1.0-alp... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix: added CardLink global component | 1 | fix | null |
304,882 | 30.10.2019 12:21:01 | 25,200 | a8477e7a51ffbd0f3cb702b4180dbbcad7f0baa2 | refactor(semantic): function block | [
{
"change_type": "MODIFY",
"diff": "use crate::ast;\n+use crate::semantic::fresh::Fresher;\nuse crate::semantic::nodes::*;\n-use crate::semantic::types::{Fresher, MonoType};\n+use crate::semantic::types::{MonoType, PolyType};\nuse std::result;\ntype SemanticError = String;\n@@ -154,11 +155,11 @@ fn analyze_... | Go | MIT License | influxdata/flux | refactor(semantic): function block | 1 | refactor | semantic |
304,882 | 30.10.2019 12:21:46 | 25,200 | 016a8fb990d873ef8bdc2baddd711734c6d44a82 | feat(semantic): type environment
This commit also moves the tvar fresher into separate module | [
{
"change_type": "ADD",
"diff": "+use crate::semantic::sub::{Substitutable, Substitution};\n+use crate::semantic::types::{union, PolyType, Tvar};\n+use std::collections::HashMap;\n+\n+// A type environment maps program identifiers to their polymorphic types.\n+//\n+// A type environment is implemented as a ... | Go | MIT License | influxdata/flux | feat(semantic): type environment
This commit also moves the tvar fresher into separate module | 1 | feat | semantic |
471,527 | 30.10.2019 12:22:54 | -3,600 | 1d5d4383ccfe334dd33def5111857df7b9656e6f | fix(demoing-storybook): add missing babel-loader dependency | [
{
"change_type": "MODIFY",
"diff": "\"@storybook/addon-links\": \"5.3.0-alpha.33\",\n\"@storybook/addon-storysource\": \"5.3.0-alpha.33\",\n\"@storybook/addon-viewport\": \"5.3.0-alpha.33\",\n- \"@storybook/web-components\": \"5.3.0-alpha.33\"\n+ \"@storybook/web-components\": \"5.3.0-alpha.33\",\n+ \"babel... | JavaScript | MIT License | open-wc/open-wc | fix(demoing-storybook): add missing babel-loader dependency | 1 | fix | demoing-storybook |
304,882 | 30.10.2019 12:24:51 | 25,200 | 5c0ea050782492eb267da52c8933f8cfe339553c | feat(semantic): generalization, instantiation, and constraint solving | [
{
"change_type": "MODIFY",
"diff": "-use crate::semantic::types::{Kind, MonoType};\n+use crate::semantic::env::Environment;\n+use crate::semantic::fresh::Fresher;\n+use crate::semantic::sub::{Substitutable, Substitution};\n+use crate::semantic::types::{minus, Error, Kind, MonoType, PolyType, Tvar};\n+use st... | Go | MIT License | influxdata/flux | feat(semantic): generalization, instantiation, and constraint solving | 1 | feat | semantic |
531,793 | 30.10.2019 12:49:40 | 0 | 11a99ab884cee5caf8df9ea708d3aa77e5f33fb7 | feat(demo): more random silence duration | [
{
"change_type": "MODIFY",
"diff": "@@ -266,7 +266,7 @@ class SilencedAlert(AlertGenerator):\n[newMatcher(\"alertname\", self.name, False)],\n\"{}Z\".format(now.isoformat()),\n\"{}Z\".format((now + datetime.timedelta(\n- minutes=30)).isoformat()),\n+ minutes=random.randint(0, 60))).isoformat()),\n\"me@examp... | TypeScript | Apache License 2.0 | prymitive/karma | feat(demo): more random silence duration | 1 | feat | demo |
679,913 | 30.10.2019 12:55:15 | 0 | e8c72d587e58ad6dbc7e6961e6daa098b5b7e614 | feat(ecs): update Group, Component, cache behavior, IDGen, iteration | [
{
"change_type": "MODIFY",
"diff": "import {\nFn0,\n+ IID,\nIObjectOf,\nIRelease,\nType,\n@@ -12,7 +13,7 @@ export const EVENT_CHANGED = \"changed\";\nexport type ComponentDefaultValue = ArrayLike<number> | Fn0<ArrayLike<number>>;\n-export type ComponentTuple = IObjectOf<TypedArray>;\n+export type Component... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(ecs): update Group, Component, cache behavior, IDGen, iteration | 1 | feat | ecs |
866,390 | 30.10.2019 12:55:37 | 14,400 | d929b848869c81442388b722584681a6ffe38f70 | fix: added cardlink sass in component's sass file to fix theme bug | [
{
"change_type": "MODIFY",
"diff": "@@ -13,10 +13,8 @@ import { settings } from 'carbon-components';\nimport { featureFlag } from '@carbon/ibmdotcom-utilities';\nimport { SIMPLELONGFORM } from '../../internal/FeatureFlags';\nimport JumpLink from './JumpLink';\n-// import CardLink from './CardLink';\nimport ... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix: added cardlink sass in component's sass file to fix theme bug | 1 | fix | null |
504,019 | 30.10.2019 12:58:42 | 14,400 | e43cb4c1f924d822bcf84bdb4e5323a079171255 | fix(Table): Add opt out of disable header on empty table
Add a property called disableHeaderOnEmptyState default value false. When set to true will disable
header based on row props being empty when set to false (default) no disable state changes will
occur.
fix | [
{
"change_type": "MODIFY",
"diff": "@@ -223,6 +223,8 @@ export interface TableProps {\nrowWrapper?: (props: RowWrapperProps) => JSX.Element;\n/** A valid WAI-ARIA role to be applied to the table element */\nrole?: string;\n+ /** Disable header if rows passed in as props are empty */\n+ disableHeaderOnEmptyS... | TypeScript | MIT License | patternfly/patternfly-react | fix(Table): Add opt out of disable header on empty table (#3242)
Add a property called disableHeaderOnEmptyState default value false. When set to true will disable
header based on row props being empty when set to false (default) no disable state changes will
occur.
fix #3241 | 1 | fix | Table |
471,527 | 30.10.2019 13:11:35 | -3,600 | 1db9e6e1e521ba711ea5100823b277b57b3e6220 | fix(create): add basic custom-elements.json | [
{
"change_type": "MODIFY",
"diff": "@@ -10,7 +10,7 @@ export const AppLitElementMixin = subclass =>\nconst { tagName, className } = this.templateData;\n- // user choosen tag name for app\n+ // user chosen tag name for app\nconst appMainOptions = {\n...this.options,\nscaffoldType: 'wc-lit-element',\n",
"... | JavaScript | MIT License | open-wc/open-wc | fix(create): add basic custom-elements.json | 1 | fix | create |
531,793 | 30.10.2019 13:24:48 | 0 | 2d4e2640b2f95918a36aff47c30dde6d0e7d547d | chore(ui): avoid using inject in FetchPauser | [
{
"change_type": "MODIFY",
"diff": "import { Component } from \"react\";\nimport PropTypes from \"prop-types\";\n-import { inject } from \"mobx-react\";\n-\nimport { AlertStore } from \"Stores/AlertStore\";\n-const FetchPauser = inject(\"alertStore\")(\nclass FetchPauser extends Component {\nstatic propType... | TypeScript | Apache License 2.0 | prymitive/karma | chore(ui): avoid using inject in FetchPauser | 1 | chore | ui |
531,793 | 30.10.2019 13:29:17 | 0 | 0bf5ec1b7232035f37283c16fa82bf4c9963f96b | chore(ui): avoid using inject in FilteringCounterBadge | [
{
"change_type": "MODIFY",
"diff": "@@ -69,18 +69,21 @@ const GroupHeader = observer(\nvalue=\"unprocessed\"\ncounter={group.stateCount.unprocessed}\nthemed={themedCounters}\n+ alertStore={alertStore}\n/>\n<FilteringCounterBadge\nname=\"@state\"\nvalue=\"suppressed\"\ncounter={group.stateCount.suppressed}\n... | TypeScript | Apache License 2.0 | prymitive/karma | chore(ui): avoid using inject in FilteringCounterBadge | 1 | chore | ui |
531,793 | 30.10.2019 13:31:44 | 0 | f57041988a56a6d1a8100399088d7c529ce49583 | chore(ui): avoid using inject in RenderNonLinkAnnotation | [
{
"change_type": "MODIFY",
"diff": "@@ -86,6 +86,7 @@ const Alert = observer(\nvalue={a.value}\nvisible={a.visible}\nafterUpdate={afterUpdate}\n+ alertStore={alertStore}\n/>\n))}\n</div>\n",
"new_path": "ui/src/Components/Grid/AlertGrid/AlertGroup/Alert/index.js",
"old_path": "ui/src/Components/Grid... | TypeScript | Apache License 2.0 | prymitive/karma | chore(ui): avoid using inject in RenderNonLinkAnnotation | 1 | chore | ui |
531,793 | 30.10.2019 13:35:58 | 0 | c31917d0b7a70cfc08a733dfc08b6a6a6e10c78f | chore(ui): avoid using inject in FilteringLabel | [
{
"change_type": "MODIFY",
"diff": "@@ -107,7 +107,12 @@ const Alert = observer(\n</TooltipWrapper>\n) : null}\n{Object.entries(alert.labels).map(([name, value]) => (\n- <FilteringLabel key={name} name={name} value={value} />\n+ <FilteringLabel\n+ key={name}\n+ name={name}\n+ value={value}\n+ alertStore={al... | TypeScript | Apache License 2.0 | prymitive/karma | chore(ui): avoid using inject in FilteringLabel | 1 | chore | ui |
531,793 | 30.10.2019 13:37:12 | 0 | 311a101cdad0eeeeeecd4000dc40f2432995809f | chore(ui): avoid using inject in LabelWithPercent | [
{
"change_type": "MODIFY",
"diff": "import React from \"react\";\nimport PropTypes from \"prop-types\";\n-import { inject, observer } from \"mobx-react\";\n+import { observer } from \"mobx-react\";\nimport { FontAwesomeIcon } from \"@fortawesome/react-fontawesome\";\nimport { faTimes } from \"@fortawesome/f... | TypeScript | Apache License 2.0 | prymitive/karma | chore(ui): avoid using inject in LabelWithPercent | 1 | chore | ui |
531,793 | 30.10.2019 13:38:07 | 0 | ec836ae63cd1521642ce20609c4652846ab4f570 | chore(ui): avoid using inject in StaticLabel | [
{
"change_type": "MODIFY",
"diff": "import React from \"react\";\n-import { inject, observer } from \"mobx-react\";\n+import { observer } from \"mobx-react\";\nimport { BaseLabel } from \"Components/Labels/BaseLabel\";\n// Renders a static label element, no click actions, no hover\n-const StaticLabel = inje... | TypeScript | Apache License 2.0 | prymitive/karma | chore(ui): avoid using inject in StaticLabel | 1 | chore | ui |
866,390 | 30.10.2019 13:43:59 | 14,400 | 075e42417fde09b830bf9f23174561ea17964e0c | fix: remove builtin cardlink | [
{
"change_type": "MODIFY",
"diff": "@import './simplelongform';\n@import './jumplink';\n@import './simplelink';\n-@import './cardlink';\n+@import '@carbon/ibmdotcom-styles/scss/components/card-link/index';\n.#{$prefix}--simplelongform--g100 {\n@include simplelongform;\n@include jumplink;\n@include simplelin... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix: remove builtin cardlink | 1 | fix | null |
531,793 | 30.10.2019 13:44:18 | 0 | acae2cb2a57059ef3ce30d36e0aae9228d9c27db | chore(ui): remove all usage of Provider component | [
{
"change_type": "MODIFY",
"diff": "import React, { Component } from \"react\";\n-import { Provider } from \"mobx-react\";\n-\nimport { AlertStore, DecodeLocationSearch } from \"Stores/AlertStore\";\nimport { Settings } from \"Stores/Settings\";\nimport { SilenceFormStore } from \"Stores/SilenceFormStore\";... | TypeScript | Apache License 2.0 | prymitive/karma | chore(ui): remove all usage of Provider component | 1 | chore | ui |
730,416 | 30.10.2019 13:45:16 | 25,200 | eb5c0d7d777dc78cb412de97987fe28903a59b2c | chore(circle): create tag for production job | [
{
"change_type": "MODIFY",
"diff": "@@ -173,7 +173,7 @@ jobs:\n- run:\nname: 'Generate Version Number'\ncommand: |\n- npm run release -- --release-as patch --prerelease alpha --no-verify\n+ npm run release -- --release-as patch --no-verify\necho export VERSION_NUMBER=$(npx -c 'echo \\\"$npm_package_version\... | JavaScript | MIT License | webex/react-widgets | chore(circle): create tag for production job | 1 | chore | circle |
104,827 | 30.10.2019 14:12:32 | 18,000 | 9ac340ebf7d3236ddc05eedbdef9bf14788ce379 | feat(pagewizard): experimental drop of component | [
{
"change_type": "MODIFY",
"diff": "@@ -1283,7 +1283,7 @@ exports[`Storybook Snapshot tests and console checks Storyshots Watson IoT|Dashb\nid=\"Table\"\n>\n<tr\n- className=\"EmptyTable__StyledEmptyTableRow-sc-2gw9t-0 kfMIPX\"\n+ className=\"EmptyTable__StyledEmptyTableRow-sc-2gw9t-0 jSTkIE\"\n>\n<td\ncolS... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(pagewizard): experimental drop of component | 1 | feat | pagewizard |
866,390 | 30.10.2019 14:14:04 | 14,400 | 57f117f5aff4fd8f6382d95dc0eb60073838ef26 | fix: applied styling and layout adjustment | [
{
"change_type": "MODIFY",
"diff": "@@ -44,8 +44,6 @@ const SimpleLongForm = ({ title, copy, linkType, link }) =>\n<div className={`${prefix}--simplelongform__col`}>\n<h3 className={`${prefix}--simplelongform__title`}>{title}</h3>\n<div className={`${prefix}--simplelongform__content`}>{copy}</div>\n- </div>... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix: applied styling and layout adjustment | 1 | fix | null |
276,933 | 30.10.2019 14:18:10 | 10,800 | f79380ad009f00df0b2b483f995e77aa58f42b54 | improvement(doc/layout): improving colors and readability | [
{
"change_type": "DELETE",
"diff": "----\n-title: 'List'\n-metaTitle: 'List Component'\n-metaDescription: 'List Component'\n----\n-\n-import { Checkbox } from '@gympass/yoga';\n-\n-# List\n-\n-Lists are a continuous group of text or images. They are composed of items containing primary and supplemental acti... | JavaScript | MIT License | gympass/yoga | improvement(doc/layout): improving colors and readability | 1 | improvement | doc/layout |
531,793 | 30.10.2019 14:18:47 | 0 | 67e473af543895286a9099e2716353e623892ce8 | feat(api): expose the number of matched alerts on /silences.json | [
{
"change_type": "MODIFY",
"diff": "@@ -475,6 +475,25 @@ func silences(c *gin.Context) {\nreturn dedupedSilences[i].Silence.EndsAt.Before(dedupedSilences[j].Silence.EndsAt) == recentFirst\n})\n+ silenceCounters := make(map[string]int, len(dedupedSilences))\n+ for _, silence := range dedupedSilences {\n+ sil... | TypeScript | Apache License 2.0 | prymitive/karma | feat(api): expose the number of matched alerts on /silences.json | 1 | feat | api |
531,793 | 30.10.2019 14:19:06 | 0 | 96822e7f66537120d7eff370c717c298147badd9 | feat(ui): show matched alert count on silence browser | [
{
"change_type": "MODIFY",
"diff": "@@ -46,6 +46,8 @@ const RenderSilence = (\n<ManagedSilence\nkey={silenceID}\ncluster={cluster}\n+ alertCount={0}\n+ alertCountAlwaysVisible={false}\nsilence={silence}\nalertStore={alertStore}\nsilenceFormStore={silenceFormStore}\n",
"new_path": "ui/src/Components/Grid... | TypeScript | Apache License 2.0 | prymitive/karma | feat(ui): show matched alert count on silence browser | 1 | feat | ui |
401,147 | 30.10.2019 14:31:46 | -19,080 | 0c38d9328701aa25e9d1cbb869149652af25f1ad | fix(core): fix keys issue in table rows and headers
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -15,20 +15,20 @@ const Body: React.SFC<Props> = React.memo(props => {\nconst getRow = (rowData: any, configs: ColumnConfig[] = columns, field = '') => {\nconst cells: React.ReactElement[] = [];\n- configs.forEach(config => {\n+ configs.forEach((config, index) => {\nif ... | TypeScript | MIT License | medly/medly-components | fix(core): fix keys issue in table rows and headers
affects: @medly-components/core | 1 | fix | core |
438,967 | 30.10.2019 14:34:41 | -32,400 | 6244c8f5d2e64dc0105d36d23c928200936231b8 | chore(types): Add .tooltip() type declaration
Add missing .tooltip() definition
Close | [
{
"change_type": "MODIFY",
"diff": "@@ -34,3 +34,4 @@ Cristian Necula <virusz@gmail.com>\nKimberly Baum <https://github.com/kimberlybaum>\nDylan Praul <dylan.praul@gmail.com>\nChristophe Coevoet <stof@notk.org>\n+Jung Hoon Park <jhpark@neurophet.com>\n",
"new_path": "AUTHORS.txt",
"old_path": "AUTHO... | TypeScript | MIT License | naver/billboard.js | chore(types): Add .tooltip() type declaration
Add missing .tooltip() definition
Close #1103 | 1 | chore | types |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.