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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
807,849 | 07.11.2019 14:49:34 | 28,800 | b649b35bccab97a0f8a5cdd3a37216b5f6db16dc | fix(filter-options): Clarify `--since` description | [
{
"change_type": "MODIFY",
"diff": "@@ -36,7 +36,7 @@ Exclude private packages. They are included by default.\n### `--since [ref]`\n-Only include packages that have been updated since the specified `ref`. If no ref is passed, it defaults to the most-recent tag.\n+Only include packages that have been changed... | JavaScript | MIT License | lerna/lerna | fix(filter-options): Clarify `--since` description | 1 | fix | filter-options |
276,933 | 07.11.2019 14:53:00 | 10,800 | 24262b9200186fa108c1c5469755c9165aaf6b0f | improvement(doc/navigation): fine tunning | [
{
"change_type": "MODIFY",
"diff": "@@ -4,17 +4,17 @@ metaTitle: 'List Component'\nmetaDescription: 'List Component'\n---\n-import Web from './web.mdx';\n-import Native from './native.mdx';\n+import ListWeb from './list-web.mdx';\n+import ListNative from './list-native.mdx';\n# List\n<TabbedView>\n<Tab titl... | JavaScript | MIT License | gympass/yoga | improvement(doc/navigation): fine tunning | 1 | improvement | doc/navigation |
401,147 | 07.11.2019 14:58:24 | -19,080 | 1eba90f1d3b0ac17482274eddfe699ecbcde80c9 | docs(core): update breadcrumbs docs
affects: | [
{
"change_type": "ADD",
"diff": "+import { BreadCrumbs } from './BreadCrumbs.tsx';\n+import { defaultTheme } from '@medly-components/theme';\n+import { Preview, Story, Meta, Props } from '@storybook/addon-docs/blocks';\n+import * as stories from './BreadCrumbs.stories';\n+\n+<Meta title=\"Core/BreadCrumbs\"... | TypeScript | MIT License | medly/medly-components | docs(core): update breadcrumbs docs
affects: @medly-components/core | 1 | docs | core |
217,885 | 07.11.2019 15:10:15 | 28,800 | d5e0975a4b77527524f150023587d3eb33581c96 | chore: Add world ID and uploader ID to tax rates upload | [
{
"change_type": "MODIFY",
"diff": "@@ -233,7 +233,12 @@ export class UniversalisService {\n}\npublic uploadMarketTaxRates(packet: any): void {\n+ combineLatest([this.cid$, this.worldId$]).pipe(\n+ first(),\n+ switchMap(([cid, worldId]) => {\nconst data = {\n+ worldID: worldId,\n+ uploaderID: cid,\nmarketTa... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: Add world ID and uploader ID to tax rates upload | 1 | chore | null |
104,818 | 07.11.2019 15:10:40 | 21,600 | 0b74e8afb7d4a5db4f9f3cc07120c311ddbb504c | fix(babel): update to last 2 versions | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,7 @@ module.exports = function generateConfig(api) {\n'@babel/preset-env',\n{\ntargets: {\n- browsers: ['last 1 version', 'ie >= 11'],\n+ browsers: ['last 2 version', 'ie >= 11'],\n},\nuseBuiltIns: 'usage',\ncorejs: 2,\n",
"new_path": "babel.config.js",
... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(babel): update to last 2 versions | 1 | fix | babel |
76,605 | 07.11.2019 15:12:53 | -3,600 | 5866d9197bcc8b539d3cceaeab8bbf77459ef773 | feat: better bootstrap initialization | [
{
"change_type": "MODIFY",
"diff": "\"extends\": [\"airbnb-base\", \"plugin:jest/recommended\", \"prettier\"],\n\"plugins\": [\"import\", \"jest\", \"prettier\"],\n\"rules\": {\n+ \"no-param-reassign\": 0,\n\"class-methods-use-this\": 0,\n\"no-misleading-character-class\": 0,\n\"prettier/prettier\": [\n",
... | JavaScript | MIT License | axa-group/nlp.js | feat: better bootstrap initialization | 1 | feat | null |
942,583 | 07.11.2019 15:37:54 | 25,200 | e06a7c27fe3cb6a6eda2f8bc1a9fa795a676dea2 | feat(labs): Add Drawer component | [
{
"change_type": "ADD",
"diff": "+# Canvas Kit React Drawer\n+\n+<a href=\"https://github.com/Workday/canvas-kit/tree/master/modules/_labs/README.md\">\n+ <img src=\"https://img.shields.io/badge/LABS-alpha-orange\" alt=\"LABS: Alpha\" />\n+</a> This component is work in progress and currently in pre-release... | TypeScript | Apache License 2.0 | workday/canvas-kit | feat(labs): Add Drawer component (#277) | 1 | feat | labs |
401,147 | 07.11.2019 15:43:08 | -19,080 | 755d996f3dffab8b32894141995354cc23b0541e | docs(core): update card component docs
affects: | [
{
"change_type": "ADD",
"diff": "+import { HTMLProps } from '@medly-components/utils';\n+import { Card } from './Card.tsx';\n+import { defaultTheme } from '@medly-components/theme';\n+import { Preview, Story, Meta, Props } from '@storybook/addon-docs/blocks';\n+import * as stories from './Card.stories';\n+\... | TypeScript | MIT License | medly/medly-components | docs(core): update card component docs
affects: @medly-components/core | 1 | docs | core |
815,598 | 07.11.2019 15:50:22 | -28,800 | e6442c3b1a05813d692c83b5eecfd0631f198943 | chore: update code name and testnet genesis message
Set code name to lina
Set testnet genesis message to rylai | [
{
"change_type": "MODIFY",
"diff": "@@ -45,44 +45,44 @@ index = 1\n# Spec: ckb_testnet\n[ckb_testnet]\n-genesis = \"0x4836e900d7ce6cdc1853e059750a3a02456351cf155dfcc2262d542b18a6aa1c\"\n-cellbase = \"0x732215ff4337e187f09d75b68ab85e905a22d1cbf1eff3e021f03123fed14084\"\n+genesis = \"0xe40578ae136b406f9e68687... | Rust | MIT License | nervosnetwork/ckb | chore: update code name and testnet genesis message
- Set code name to lina
- Set testnet genesis message to rylai | 1 | chore | null |
401,147 | 07.11.2019 15:57:07 | -19,080 | 1e6b443ca81565d10ebc9bc359ec7d94b790fed6 | docs(loaders): add mdx docs of all loaders
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -3,11 +3,10 @@ import SvgIcon from './SvgIcon';\nimport { defaultTheme } from '@medly-components/theme';\nimport { Preview, Story, Meta, Props } from '@storybook/addon-docs/blocks';\nimport * as stories from './Icons.stories';\n-import { withKnobs } from '@storybook/ad... | TypeScript | MIT License | medly/medly-components | docs(loaders): add mdx docs of all loaders
affects: @medly-components/icons, @medly-components/loaders | 1 | docs | loaders |
276,989 | 07.11.2019 16:33:10 | 10,800 | 8f7d7cf988b886c209262fa9b6240c36c78eb027 | chore(labnative): refactor iOS picker theme | [
{
"change_type": "ADD",
"diff": "Binary files /dev/null and b/packages/labnative/assets/images/palette_icon.png differ\n",
"new_path": "packages/labnative/assets/images/palette_icon.png",
"old_path": "packages/labnative/assets/images/palette_icon.png"
},
{
"change_type": "MODIFY",
"diff"... | JavaScript | MIT License | gympass/yoga | chore(labnative): refactor iOS picker theme | 1 | chore | labnative |
276,946 | 07.11.2019 16:38:06 | 10,800 | 9bd7a02709d5c24a432c5cf901f50c9c913e9f8b | refactor(yoga/slider): refactor styled-components destructuring | [
{
"change_type": "MODIFY",
"diff": "@@ -96,16 +96,20 @@ const Slider = ({\n...styles.railStyle,\n}}\ndotStyle={\n- snapped && {\n+ snapped\n+ ? {\n...styles.commonStepStyle,\n...styles.inactiveStepStyle,\n}\n+ : undefined\n}\nactiveDotStyle={\n- snapped && {\n+ snapped\n+ ? {\n...styles.commonStepStyle,\n..... | JavaScript | MIT License | gympass/yoga | refactor(yoga/slider): refactor styled-components destructuring | 1 | refactor | yoga/slider |
276,946 | 07.11.2019 16:48:09 | 10,800 | 9e8157bcdd851cc2575126ab90d3d352edf5d30e | refactor(yoga/slider): refactor styled-components theme destructuring | [
{
"change_type": "MODIFY",
"diff": "@@ -7,21 +7,13 @@ import { hexToRgb } from '@gympass/yoga-common';\nconst Circle = styled.TouchableOpacity(\n({\ntheme: {\n- components: {\n- slider: {\n- marker: {\n- backgroundColor,\n- border: { color: borderColor, radius },\n- shadow,\n- },\n- },\n- },\n+ components: ... | JavaScript | MIT License | gympass/yoga | refactor(yoga/slider): refactor styled-components theme destructuring | 1 | refactor | yoga/slider |
276,946 | 07.11.2019 16:50:29 | 10,800 | 0b1542fa4608c7d40cbb1f21a7bc8b7356603335 | refactor(yoga/slider): add proptypes | [
{
"change_type": "MODIFY",
"diff": "@@ -9,8 +9,8 @@ import Step from './Step';\nconst SliderComponent = ({\nmax,\n- min,\nmaxLabel,\n+ min,\nminLabel,\nsnapped,\nvalues,\n",
"new_path": "packages/yoga/src/Slider/native/Slider.jsx",
"old_path": "packages/yoga/src/Slider/native/Slider.jsx"
},
{
... | JavaScript | MIT License | gympass/yoga | refactor(yoga/slider): add proptypes | 1 | refactor | yoga/slider |
807,849 | 07.11.2019 17:01:00 | 28,800 | 287bcd8b5c8dbb2dc4def5c933d0b4917c34813e | fix(filter-options): Ensure `--include-merged-tags` is available to all `--since`-filterable commands
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -21,7 +21,7 @@ If no `version` specifier is provided, it defaults to the `latest` dist-tag, jus\n## Options\n-`lerna add` respects the `--ignore`, `--scope`, and `--include-dependencies` flags (see [Filter Flags](https://www.npmjs.com/package/@lerna/filter-options)).\n... | JavaScript | MIT License | lerna/lerna | fix(filter-options): Ensure `--include-merged-tags` is available to all `--since`-filterable commands
Fixes #2332 | 1 | fix | filter-options |
276,933 | 07.11.2019 17:01:20 | 10,800 | 1668ff9affedfc8343131471495515e36bf07394 | improvement(doc/codeblock): adding darkmode to component preview | [
{
"change_type": "MODIFY",
"diff": "@@ -9,6 +9,7 @@ import githubTheme from 'prism-react-renderer/themes/github';\nimport { CodeSandboxButton } from '..';\nimport CodeIcon from '../../images/code.svg';\n+import MoonVector from '../../images/moon.svg';\nconst defaultPropsWithTheme = {\n...defaultProps,\n@@ -... | JavaScript | MIT License | gympass/yoga | improvement(doc/codeblock): adding darkmode to component preview | 1 | improvement | doc/codeblock |
276,946 | 07.11.2019 17:03:12 | 10,800 | f171dc91884e6aaf417e281a0a474ac09f5d345a | refactor(yoga/slider): refactor data-dragging destructuring | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ import Tooltip from './Tooltip';\nconst Circle = styled(RCHandle)(\n({\n- ['data-dragging']: dataDragging,\n+ 'data-dragging': dataDragging,\ntheme: {\ncomponents: { slider },\n},\n",
"new_path": "packages/yoga/src/Slider/web/Marker.jsx",
"old_path... | JavaScript | MIT License | gympass/yoga | refactor(yoga/slider): refactor data-dragging destructuring | 1 | refactor | yoga/slider |
104,827 | 07.11.2019 17:03:19 | 21,600 | 61e8ce6e0aea8fe90d13dd9ceabf54454780b63c | feat(tilegallery): initial (experimental) drop | [
{
"change_type": "ADD",
"diff": "+import React, { Fragment, useState } from 'react';\n+import PropTypes from 'prop-types';\n+\n+import IconStar from '@carbon/icons-react/lib/star/16';\n+import IconStarFav from '@carbon/icons-react/lib/star--filled/16';\n+\n+import Button from '../Button/Button';\n+import { ... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(tilegallery): initial (experimental) drop | 1 | feat | tilegallery |
815,595 | 07.11.2019 17:03:51 | -28,800 | 31c3de988e0d91263174e16784f5e3b9620e768c | feat(test): Adjust to 2-phase-dao | [
{
"change_type": "MODIFY",
"diff": "@@ -267,18 +267,9 @@ fn all_specs() -> SpecMap {\nBox::new(LongForks),\nBox::new(ForksContainSameTransactions),\nBox::new(ForksContainSameUncle),\n- Box::new(DepositDAO),\n- // pick from https://github.com/nervosnetwork/ckb/pull/1626\n- // TODO: add NervosDAO tests back w... | Rust | MIT License | nervosnetwork/ckb | feat(test): Adjust to 2-phase-dao | 1 | feat | test |
104,827 | 07.11.2019 17:10:08 | 21,600 | f9e694637eb0e08c6234c748bc4cedca683fbe35 | fix(tilegallery): styling updates to section | [
{
"change_type": "MODIFY",
"diff": "@@ -93,9 +93,11 @@ const TileGallerySection = ({ children, title, isOpen = true, onClick = () => {}\n}}\nopen={open}\n>\n+ <div className=\"tile-gallery--section--items\">\n{React.Children.map(children, tileGalleryItem =>\nReact.cloneElement(tileGalleryItem, { mode: rest.... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(tilegallery): styling updates to section | 1 | fix | tilegallery |
276,933 | 07.11.2019 17:13:05 | 10,800 | cb554d38544eaa70b9a575da0a3834dc4b98e514 | docs(doc/radiogroup): expo snack address adjustment | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,7 @@ import ExpoSnack from 'react-expo-snack';\n### Usage\n-<ExpoSnack id=\"@gympass/yoga-radio-group-button\" theme=\"light\" />\n+<ExpoSnack id=\"@gympass/yoga-radiogroup-button\" theme=\"light\" />\n### Props\n",
"new_path": "packages/doc/content/compone... | JavaScript | MIT License | gympass/yoga | docs(doc/radiogroup): expo snack address adjustment | 1 | docs | doc/radiogroup |
807,849 | 07.11.2019 17:13:43 | 28,800 | 6bd77ba60afd496e0f612aca7a56b8a9c8270436 | fix(changed): Copy relevant options from version, do not inherit
Among them, `--include-merged-tags` is significant. | [
{
"change_type": "MODIFY",
"diff": "@@ -31,9 +31,9 @@ package-2\nUnlike `lerna ls`, however, `lerna changed` **does not** support [filter options](https://www.npmjs.com/package/@lerna/filter-options), as filtering is not supported by `lerna version` or `lerna publish`.\n-`lerna changed` also supports all th... | JavaScript | MIT License | lerna/lerna | fix(changed): Copy relevant options from version, do not inherit
Among them, `--include-merged-tags` is significant. | 1 | fix | changed |
276,933 | 07.11.2019 17:20:32 | 10,800 | 19203de955ed77ae306a50b0f5845a7d8bddd625 | docs(doc/ssr): adjusting ssr things to build | [
{
"change_type": "MODIFY",
"diff": "@@ -4,4 +4,6 @@ metaTitle: 'Yoga Design System'\nmetaDescription: 'This is the Yoga Design System'\n---\n-<div style={{ display: 'none' }}>{(window.location = 'getting-started')}</div>\n+<div style={{ display: 'none' }}>\n+ {typeof window != 'undefined' ? (window.location... | JavaScript | MIT License | gympass/yoga | docs(doc/ssr): adjusting ssr things to build | 1 | docs | doc/ssr |
504,019 | 07.11.2019 17:27:09 | 18,000 | 895386b2603ba291295743f50e3a72b796dfe167 | fix(react-catalog-view-extension): fix checbox margin on filter side panel
provide a 0px left margin for cb in filter side panel (overrides the -20px defaulted in console) | [
{
"change_type": "MODIFY",
"diff": "margin-top: 0;\n}\n- .checkbox {\n- margin: 0;\n+ .pf-c-check__input {\n+ margin-left: 0 !important;\n}\n.item-icon {\n",
"new_path": "packages/patternfly-4/react-catalog-view-extension/sass/react-catalog-view-extension/_filter-side-panel.scss",
"old_path": "packa... | TypeScript | MIT License | patternfly/patternfly-react | fix(react-catalog-view-extension): fix checbox margin on filter side panel (#3287)
provide a 0px left margin for cb in filter side panel (overrides the -20px defaulted in console) | 1 | fix | react-catalog-view-extension |
807,849 | 07.11.2019 17:32:26 | 28,800 | 92f3c6691b8dd87227e85acdefef66662d49340d | chore: reset lockfile, remove silly 'Machine-In-The-Middle' audit spam | [
{
"change_type": "MODIFY",
"diff": "}\n},\n\"@babel/core\": {\n- \"version\": \"7.6.4\",\n- \"resolved\": \"https://registry.npmjs.org/@babel/core/-/core-7.6.4.tgz\",\n- \"integrity\": \"sha512-Rm0HGw101GY8FTzpWSyRbki/jzq+/PkNQJ+nSulrdY6gFGOsNseCqD6KHRYe2E+EdzuBdr2pxCp6s4Uk6eJ+XQ==\",\n+ \"version\": \"7.7.... | JavaScript | MIT License | lerna/lerna | chore: reset lockfile, remove silly 'Machine-In-The-Middle' audit spam | 1 | chore | null |
217,922 | 07.11.2019 17:38:06 | -3,600 | 6029fac3febc4cf8cf452b41db3e938f176cb82c | fix(list): fixed an issue with item color not changing properly | [
{
"change_type": "MODIFY",
"diff": "@@ -14,7 +14,10 @@ export function onlyWhenItemChanges(\nsource.pipe(first()),\nsource.pipe(\nfilter(list => {\n- const itemId = list.modificationsHistory[0] && list.modificationsHistory[0].itemId;\n+ const lastModifications = list.modificationsHistory.filter(entry => {\n... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(list): fixed an issue with item color not changing properly | 1 | fix | list |
815,590 | 07.11.2019 17:38:29 | -28,800 | 78d99f0ff54637efd3270bde73df61d78068422a | feat: disable jemalloc on MacOS | [
{
"change_type": "MODIFY",
"diff": "@@ -66,5 +66,5 @@ members = [\ndebug = true\noverflow-checks = true\n-[target.'cfg(unix)'.dependencies]\n+[target.'cfg(all(unix, not(target_os=\"macos\")))'.dependencies]\njemallocator = { version = \"0.3.0\" }\n",
"new_path": "Cargo.toml",
"old_path": "Cargo.toml... | Rust | MIT License | nervosnetwork/ckb | feat: disable jemalloc on MacOS | 1 | feat | null |
366,918 | 07.11.2019 17:42:14 | -32,400 | f704049d98509574091524c0d98c721092ac6364 | fix: change icon | [
{
"change_type": "MODIFY",
"diff": "@@ -29,7 +29,7 @@ const AccordionPanelTriggerComponent: React.SFC<MergedProps> = ({\nconst buttonClassNames = `${className} ${expandedClassName} ${iconPosition}`\nconst iconClassNames = `${expandedClassName} ${iconPosition}`\n- const caretIcon = <Icon className={iconClass... | TypeScript | MIT License | kufu/smarthr-ui | fix: change icon | 1 | fix | null |
276,933 | 07.11.2019 17:44:14 | 10,800 | b92de17d53b411ad8b190033a168d41c44e2d106 | docs(doc/favicon): adding favicon and title changes | [
{
"change_type": "MODIFY",
"diff": "Binary files a/packages/.DS_Store and b/packages/.DS_Store differ\n",
"new_path": "packages/.DS_Store",
"old_path": "packages/.DS_Store"
},
{
"change_type": "MODIFY",
"diff": "@@ -10,8 +10,6 @@ const config = {\ncomponentsPath:\n'https://github.com/Gym... | JavaScript | MIT License | gympass/yoga | docs(doc/favicon): adding favicon and title changes | 1 | docs | doc/favicon |
217,922 | 07.11.2019 18:05:09 | -3,600 | 10357847f55e018f2b7a24e3ac63a8f838213a13 | chore: small fix for inventory optimizers | [
{
"change_type": "MODIFY",
"diff": "@@ -11,7 +11,7 @@ import { LazyRecipe } from './lazy-recipe';\nimport { PlatformService } from '../tools/platform.service';\nimport { environment } from '../../../environments/environment';\nimport { ListRow } from '../../modules/list/model/list-row';\n-import { shareRepl... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: small fix for inventory optimizers | 1 | chore | null |
276,933 | 07.11.2019 18:10:19 | 10,800 | cf681808eecd9ee87d000b73d094779c6238d0d7 | test(yoga/themes): fixing case sensitive theme filenames | [
{
"change_type": "MODIFY",
"diff": "@@ -71,6 +71,8 @@ const Component = styled.div`\nbackground-color: ${darkMode ? dark : white};\ntransition: all 0.3s ease-in-out;\n+ > div {\n+ width: 100%;\n${\ncenter\n? `\n@@ -80,6 +82,7 @@ const Component = styled.div`\n`\n: ''\n}\n+ }\n`}\n`;\n",
"new_path": "pac... | JavaScript | MIT License | gympass/yoga | test(yoga/themes): fixing case sensitive theme filenames | 1 | test | yoga/themes |
217,922 | 07.11.2019 18:25:47 | -3,600 | 39e87dc837223ffd16f0e7e065d95d9db8fc8b00 | fix(auth): fixed an issue with deleted characters not being loaded properly | [
{
"change_type": "MODIFY",
"diff": "@@ -24,6 +24,7 @@ import {\nimport { auth } from 'firebase/app';\nimport { UserCredential } from '@firebase/auth-types';\nimport {\n+ catchError,\ndistinctUntilChanged,\ndistinctUntilKeyChanged,\nfilter,\n@@ -68,13 +69,17 @@ export class AuthFacade {\nswitchMap((user: Tea... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(auth): fixed an issue with deleted characters not being loaded properly | 1 | fix | auth |
269,400 | 07.11.2019 18:49:36 | -3,600 | 3d95590238a469c5c7ed18ee08427cdc14153d18 | feat: add basic string function to template | [
{
"change_type": "MODIFY",
"diff": "@@ -108,9 +108,13 @@ func (t *Template) Apply(s string) (string, error) {\ntmpl, err := template.New(\"tmpl\").\nOption(\"missingkey=error\").\nFuncs(template.FuncMap{\n+ \"replace\": strings.ReplaceAll,\n\"time\": func(s string) string {\nreturn time.Now().UTC().Format(s... | Go | MIT License | goreleaser/goreleaser | feat: add basic string function to template (#1232) | 1 | feat | null |
722,013 | 07.11.2019 18:50:45 | 21,600 | 9e3d068121d3b14b48be59c3f08902611e0df4c1 | docs: remove beta flag from ReadMe.md | [
{
"change_type": "MODIFY",
"diff": "@@ -49,7 +49,7 @@ alt=\"Chat on Discord\">\n---\n-\\[BETA\\] [vue-docgen-cli](packages/vue-docgen-cli) is a command line interface generating documentation files automatically from [vue-dogen-api]. Generate markdown by default but can be configured to generate whatever te... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | docs: remove beta flag from ReadMe.md | 1 | docs | null |
67,476 | 07.11.2019 19:01:28 | -3,600 | 18d1f43f5bc319900c9b4363335405eda6266b65 | perf(aot): add eager file loading with EMFILE error guard | [
{
"change_type": "MODIFY",
"diff": "@@ -120,18 +120,37 @@ export class File implements IFile {\n}\n}\n- public getContent(): Promise<string> {\n- return this.fs.readFile(this.path, Encoding.utf8);\n+ public getContent(cache: boolean = false, force: boolean = false): Promise<string> {\n+ return this.fs.readF... | TypeScript | MIT License | aurelia/aurelia | perf(aot): add eager file loading with EMFILE error guard | 1 | perf | aot |
722,013 | 07.11.2019 19:16:16 | 21,600 | e05f2c4faf7d2837b9e5cdede4aa73c6b903b7c6 | docs: use netlify for docs tests | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,15 @@ Check out the github links to see how it's done.\n<%\nconst path = require('path')\n-const examples = globby.sync('examples/*/package.json', {cwd: rootFolder, absolute: true})\n+const fs = require('fs')\n+\n+const isNetlify = process.argv.indexOf('--netli... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | docs: use netlify for docs tests | 1 | docs | null |
67,476 | 07.11.2019 19:17:35 | -3,600 | fd76b90d2427c1b2142f5cc73a76a807859c0b13 | test(aot): correctly configure the test cases | [
{
"change_type": "MODIFY",
"diff": "@@ -6,14 +6,130 @@ import {\nRegistration,\nIContainer,\nILogger,\n+ PLATFORM,\n} from '@aurelia/kernel';\nimport {\nIFileSystem,\nNodeFileSystem,\nRealm,\n+ IFile,\n} from '@aurelia/aot';\nimport { resolve } from 'path';\n+class TestMetadataNegative {\n+ public construct... | TypeScript | MIT License | aurelia/aurelia | test(aot): correctly configure the test cases | 1 | test | aot |
67,494 | 07.11.2019 19:21:10 | -3,600 | e05f8d381411d0f507887f4ae51660fa9bfadc58 | refactor(router): rename to parametersRecord in viewport instruction | [
{
"change_type": "MODIFY",
"diff": "@@ -4,6 +4,7 @@ import { ComponentAppellation, ComponentParameters, IRouteableComponent, Routeab\nimport { IRouter } from './router';\nimport { ComponentAppellationResolver } from './type-resolvers';\nimport { Viewport } from './viewport';\n+import { IComponentParameter }... | TypeScript | MIT License | aurelia/aurelia | refactor(router): rename to parametersRecord in viewport instruction | 1 | refactor | router |
217,922 | 07.11.2019 19:22:54 | -3,600 | 8d67645e368a672d053a0b3d91ccd30cf4d474ea | feat(sidebar): sidebar state is now saved in localstorage | [
{
"change_type": "MODIFY",
"diff": "<div class=\"flex-container\" fxLayout=\"column\" fxLayoutAlign=\"space-between\">\n<div>\n<ul [nzInlineCollapsed]=\"collapsedSidebar\" [nzMode]=\"'inline'\" [nzTheme]=\"'dark'\" nz-menu>\n- <li [nzOpen]=\"true\" nz-submenu>\n+ <li [(nzOpen)]=\"sidebarState.general\" (nzO... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(sidebar): sidebar state is now saved in localstorage | 1 | feat | sidebar |
67,494 | 07.11.2019 19:22:57 | -3,600 | bfc4640812c1fad511f850941d38c41d40ccc76d | refactor(router): add component parameters parsing & hidden component | [
{
"change_type": "MODIFY",
"diff": "import { ViewportInstruction } from './viewport-instruction';\n+import { ComponentParameters } from './interfaces';\nexport interface IInstructionResolverOptions {\nseparators?: IRouteSeparators;\n@@ -15,12 +16,19 @@ interface ISeparators {\nnoScope: string;\nparameters: ... | TypeScript | MIT License | aurelia/aurelia | refactor(router): add component parameters parsing & hidden component | 1 | refactor | router |
67,494 | 07.11.2019 19:23:34 | -3,600 | 76d182bcf1fa56a828101ab7a114836ba06589d2 | test(router): add parse component parameters tests | [
{
"change_type": "MODIFY",
"diff": "@@ -173,6 +173,24 @@ describe('InstructionResolver', function () {\nawait tearDown();\n});\n}\n+\n+ const parametersStrings: string[] = [\n+ 'a=1,b=2,3,d=4',\n+ ];\n+\n+ for (const parameters of parametersStrings) {\n+ it(`parses and stringifies component parameters: ${pa... | TypeScript | MIT License | aurelia/aurelia | test(router): add parse component parameters tests | 1 | test | router |
67,494 | 07.11.2019 19:24:03 | -3,600 | c0ca704186f7437ea79697b871f59a1c4d0e9cc8 | test(router): update fallback tests | [
{
"change_type": "MODIFY",
"diff": "@@ -1227,16 +1227,16 @@ describe('Router', function () {\n});\nconst tests = [\n- { path: 'parent(a)@default', result: '!parent:a!', url: 'parent(a)' },\n- { path: 'b@default', result: '!parent:b!', url: 'b' },\n- { path: 'parent(c)@default/child(d)@parent', result: '!par... | TypeScript | MIT License | aurelia/aurelia | test(router): update fallback tests | 1 | test | router |
815,595 | 07.11.2019 19:31:47 | -28,800 | 5ecbe2f5a667005bbb611176fa5191b5fdb8a411 | fix: Calculate interest with older withdraw header | [
{
"change_type": "MODIFY",
"diff": "@@ -325,6 +325,10 @@ impl<'a, CS: ChainStore<'a>> DaoCalculator<'a, CS, DataLoaderWrapper<'a, CS>> {\n.store\n.get_block_header(withdraw_header_hash)\n.ok_or(DaoError::InvalidHeader)?;\n+ if deposit_header.number() >= withdraw_header.number() {\n+ return Err(DaoError::Inv... | Rust | MIT License | nervosnetwork/ckb | fix: Calculate interest with older withdraw header | 1 | fix | null |
217,922 | 07.11.2019 19:37:35 | -3,600 | d917d0610655aba51ca20f6c992e1e02ad0a6c42 | fix(desktop): fixed an issue with firewall permissions not updated properly | [
{
"change_type": "MODIFY",
"diff": "@@ -18,10 +18,7 @@ module.exports.start = function(win, config, verbose, winpcap) {\nisElevated().then(elevated => {\nlog.info('elevated', elevated);\nif (elevated) {\n- if (!config.get('firewall')) {\nexec(`netsh advfirewall firewall add rule name=\"FFXIVTeamcraft\" dir=... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(desktop): fixed an issue with firewall permissions not updated properly | 1 | fix | desktop |
366,918 | 07.11.2019 19:38:00 | -32,400 | 1de2b8e401bc0669b88280b162d7a75665dd3eee | fix: use typescript generics | [
{
"change_type": "MODIFY",
"diff": "@@ -12,6 +12,7 @@ type Props = {\nonClick?: (expandedItems: string[]) => void\n}\n+// TODO: any\nexport const AccordionPanelContext = React.createContext<any>({\nexpandedItems: '',\nicon: 'left',\n",
"new_path": "src/components/AccordionPanel/AccordionPanel.tsx",
... | TypeScript | MIT License | kufu/smarthr-ui | fix: use typescript generics | 1 | fix | null |
67,476 | 07.11.2019 19:39:37 | -3,600 | 2797a0ff6004dffd61d4e790cca2a2bb84dfe2b2 | chore(aot): improve test error reporting | [
{
"change_type": "MODIFY",
"diff": "@@ -15,6 +15,7 @@ import {\nIFile,\n} from '@aurelia/aot';\nimport { resolve } from 'path';\n+import { $SourceFile } from '@aurelia/aot/dist/vm/ast';\nclass TestMetadataNegative {\npublic constructor(\n@@ -77,7 +78,12 @@ class TestCase {\nreturn;\ncase 'resolution': {\nco... | TypeScript | MIT License | aurelia/aurelia | chore(aot): improve test error reporting | 1 | chore | aot |
67,476 | 07.11.2019 19:49:11 | -3,600 | bfafe12e76d364d90d0c30a919dd16e628152c4e | test(aot): skip not-yet-implemented dynamic import tests | [
{
"change_type": "MODIFY",
"diff": "@@ -68,6 +68,12 @@ class TestCase {\nconst file = this.file;\nconst meta = this.meta;\n+ if (file.path.includes('/dynamic-import/')) {\n+ // Not yet implemented, see https://tc39.es/proposal-dynamic-import\n+ logger.info(`SKIP - dynamic import test file: ${file.rootlessPa... | TypeScript | MIT License | aurelia/aurelia | test(aot): skip not-yet-implemented dynamic import tests | 1 | test | aot |
366,918 | 07.11.2019 20:03:29 | -32,400 | ebff6fba6e56f0b267d84338412cf2631e1f0036 | fix: remove unnecessary onClick | [
{
"change_type": "MODIFY",
"diff": "@@ -23,7 +23,7 @@ storiesOf('AccordionPanel', module)\n.add('Accordion style', () => (\n<>\n<Base>\n- <AccordionPanel onClick={action('click')}>\n+ <AccordionPanel>\n<ul>\n{arr.map((_, index) => (\n<li className=\"border\" key={index}>\n",
"new_path": "src/components/... | TypeScript | MIT License | kufu/smarthr-ui | fix: remove unnecessary onClick | 1 | fix | null |
711,597 | 07.11.2019 20:06:02 | -3,600 | e6b24f45c75c7457d61dc203c9c0b96471f7f471 | refactor(core): Make getEntityOrThrow util fn channel aware | [
{
"change_type": "MODIFY",
"diff": "@@ -19,18 +19,18 @@ Object {\n\"optionGroups\": Array [],\n\"slug\": \"en-baked-potato\",\n\"translations\": Array [\n- Object {\n- \"description\": \"A baked potato\",\n- \"languageCode\": \"en\",\n- \"name\": \"en Baked Potato\",\n- \"slug\": \"en-baked-potato\",\n- },\... | TypeScript | MIT License | vendure-ecommerce/vendure | refactor(core): Make getEntityOrThrow util fn channel aware | 1 | refactor | core |
366,918 | 07.11.2019 20:06:27 | -32,400 | 8dae97011be4cfbca8c12e837ddef1222653c19a | fix: move onClick to trigger component | [
{
"change_type": "MODIFY",
"diff": "import React, { useCallback, useState } from 'react'\n-import { mapToArray, arrayToMap } from '../../libs/map'\n+import { arrayToMap } from '../../libs/map'\ntype Props = {\nchildren: React.ReactNode\n@@ -26,11 +26,11 @@ export const AccordionPanel: React.FC<Props> = ({\n... | TypeScript | MIT License | kufu/smarthr-ui | fix: move onClick to trigger component | 1 | fix | null |
76,605 | 07.11.2019 20:08:23 | -3,600 | e48a68d31781ff72976e9af8ed79cb2f3061f075 | feat: NER duckling builtin | [
{
"change_type": "ADD",
"diff": "+/*\n+!/src\n+!LICENSE.txt\n+!README.md\n+!package.json\n\\ No newline at end of file\n",
"new_path": "packages/builtin-duckling/.npmignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+# MIT License\n+\n+Copyright (c) AXA Group Operations Spain... | JavaScript | MIT License | axa-group/nlp.js | feat: NER duckling builtin | 1 | feat | null |
366,918 | 07.11.2019 20:26:31 | -32,400 | 2a6e39bc9a333ce0f60b0d0ebe65a5deffae516f | fix: context initial data | [
{
"change_type": "MODIFY",
"diff": "@@ -12,11 +12,12 @@ type Props = {\nonClick?: (expandedItems: string[]) => void\n}\n-// TODO: any\nexport const AccordionPanelContext = React.createContext<any>({\n- expandedItems: '',\n- icon: 'left',\n- onClick: () => {},\n+ iconPosition: 'left',\n+ displayIcon: true,\n... | TypeScript | MIT License | kufu/smarthr-ui | fix: context initial data | 1 | fix | null |
471,626 | 07.11.2019 20:30:13 | 18,000 | 459db23165c2485758eff9d0d0c4bca138e382ca | fix: sub-sections of folder structure are not accessible via url
Fix | [
{
"change_type": "MODIFY",
"diff": "@@ -122,11 +122,11 @@ In addition to the command-line flags, the configuration file accepts these addi\nClick read more to view different strategies for setting up your project's folder structure.\n+### index.html in root\n+\n<details>\n<summary>Read more</summary>\n-### ... | JavaScript | MIT License | open-wc/open-wc | fix: sub-sections of folder structure are not accessible via url
Fix https://github.com/open-wc/open-wc/issues/866 | 1 | fix | null |
67,476 | 07.11.2019 20:30:36 | -3,600 | 621ae297b6bf944fe1c91018e648c83b3d05e8b8 | chore(aot): point launch config to 262 suite | [
{
"change_type": "MODIFY",
"diff": "\"request\": \"launch\",\n\"name\": \"Run AOT\",\n\"cwd\": \"${workspaceFolder}\",\n- \"program\": \"${workspaceFolder}\\\\packages\\\\aot\\\\dist\\\\esnext\\\\index.js\",\n+ \"program\": \"${workspaceFolder}\\\\packages\\\\__tests__\\\\dist\\\\esnext\\\\__tests__\\\\setu... | TypeScript | MIT License | aurelia/aurelia | chore(aot): point launch config to 262 suite | 1 | chore | aot |
67,476 | 07.11.2019 20:30:58 | -3,600 | aff651a650b7796169ae20c68ece8a0052e74ef5 | test(aot): include feature and flags metadata for 262 suite | [
{
"change_type": "MODIFY",
"diff": "@@ -27,6 +27,8 @@ class TestMetadataNegative {\nclass TestMetadata {\npublic constructor(\npublic readonly negative: TestMetadataNegative | null,\n+ public readonly features: readonly string[],\n+ public readonly flags: readonly string[],\n) {}\npublic static from(content... | TypeScript | MIT License | aurelia/aurelia | test(aot): include feature and flags metadata for 262 suite | 1 | test | aot |
366,918 | 07.11.2019 20:33:25 | -32,400 | 932eb5cb99caa60675f6ba42c1bb7890587678b3 | fix: state management | [
{
"change_type": "MODIFY",
"diff": "@@ -34,8 +34,9 @@ export const AccordionPanel: React.FC<Props> = ({\nconst onClickTrigger = useCallback(\n(itemName: string, isExpanded: boolean) => {\nif (expandableMultiply) {\n- isExpanded ? expandedItems.set(itemName, itemName) : expandedItems.delete(itemName)\n- setE... | TypeScript | MIT License | kufu/smarthr-ui | fix: state management | 1 | fix | null |
217,922 | 07.11.2019 20:36:18 | -3,600 | 184befb09961681158a76f54761a4775cf9e2a60 | fix(inventory): fixed retainer market inventory tracking | [
{
"change_type": "MODIFY",
"diff": "@@ -37,14 +37,13 @@ export class UserInventory extends DataModel {\nreturn [].concat.apply([],\nObject.keys(this.items)\n.filter(key => {\n- let matches = UserInventory.DISPLAYED_CONTAINERS.indexOf(+key) > -1;\n- const matchesEvenWithMarket = (key.indexOf(':') > -1\n- && ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(inventory): fixed retainer market inventory tracking | 1 | fix | inventory |
711,597 | 07.11.2019 20:40:43 | -3,600 | 51c1b07f134c328136f05ade37be24cc700b51b1 | feat(core): Constrain channel-aware queries by channelId
Relates to | [
{
"change_type": "MODIFY",
"diff": "@@ -27,7 +27,7 @@ export class PromotionResolver {\n@Ctx() ctx: RequestContext,\n@Args() args: QueryPromotionsArgs,\n): Promise<PaginatedList<Promotion>> {\n- return this.promotionService.findAll(args.options || undefined).then(res => {\n+ return this.promotionService.fin... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(core): Constrain channel-aware queries by channelId
Relates to #12 | 1 | feat | core |
815,595 | 07.11.2019 20:52:45 | -28,800 | 2e4ae96f3391331389b59e967b0336b80633ef25 | fix(test): Handle case that sync reply before relay | [
{
"change_type": "MODIFY",
"diff": "@@ -180,11 +180,15 @@ impl Spec for CompactBlockMissingFreshTxs {\nnet.should_receive(\n|data: &Bytes| {\n- RelayMessage::from_slice(&data)\n+ let get_block_txns = RelayMessage::from_slice(&data)\n.map(|message| {\nmessage.to_enum().item_name() == packed::GetBlockTransact... | Rust | MIT License | nervosnetwork/ckb | fix(test): Handle case that sync reply before relay | 1 | fix | test |
67,476 | 07.11.2019 21:47:31 | -3,600 | 28e84086187d852b215b07a87c2934f0c2726140 | docs(file): add some property jsdoc comments | [
{
"change_type": "MODIFY",
"diff": "@@ -62,16 +62,55 @@ function shouldTraverse(path: string) {\n}\nexport class File implements IFile {\n+ /**\n+ * Similar to `shortName`, but includes the rest of the path including the root.\n+ *\n+ * Used for conventional matching, e.g. \"try adding .js, .ts, /index.js\"... | TypeScript | MIT License | aurelia/aurelia | docs(file): add some property jsdoc comments | 1 | docs | file |
67,476 | 07.11.2019 21:48:00 | -3,600 | e3720c8bdac884324aaf1d4d18e1b2ec6331476a | fix(realm): fix single file module resolution | [
{
"change_type": "MODIFY",
"diff": "@@ -341,8 +341,10 @@ export class Realm {\n// TODO: this is currently just for the 262 test suite but we need to resolve the other stuff properly too for end users that don't want to use the package eager load mechanism\nconst dir = referencingModule.$file.dir;\nconst ext... | TypeScript | MIT License | aurelia/aurelia | fix(realm): fix single file module resolution | 1 | fix | realm |
67,476 | 07.11.2019 21:48:41 | -3,600 | 707f1312e46132dd4762d0d58b5321ecce68f08e | fix(ast): fix export static semantics to be compliant with 262 test suite | [
{
"change_type": "MODIFY",
"diff": "@@ -1396,11 +1396,11 @@ export class $FunctionDeclaration implements I$Node {\nconst BoundNames = this.BoundNames = [localName, intrinsics['*default*']];\nthis.ExportedBindings = BoundNames;\n- this.ExportedNames = [intrinsics['*default*']];\n+ this.ExportedNames = [intri... | TypeScript | MIT License | aurelia/aurelia | fix(ast): fix export static semantics to be compliant with 262 test suite | 1 | fix | ast |
67,476 | 07.11.2019 21:48:57 | -3,600 | 83be646433a70917c8ec655fbb3f3483fbbb8dfc | chore(aot): disable error tests for now | [
{
"change_type": "MODIFY",
"diff": "@@ -122,13 +122,13 @@ class TestCase {\nerr = $err;\n}\n- if (err === void 0) {\n+ // if (err === void 0) {\n// throw new Error(`FAIL - Expected ${meta.negative.type} but got no error - Resolution error test file: ${file.rootlessPath}`);\n- }\n+ // }\n- if (err.name !== m... | TypeScript | MIT License | aurelia/aurelia | chore(aot): disable error tests for now | 1 | chore | aot |
730,428 | 07.11.2019 22:13:06 | 0 | 5e4d42bf0ecb97821aed189c577cd16defd85181 | chore(release): 0.2.58 [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.58](https://github.com/webex/react-widgets/compare/v0.2.57...v0.2.58) (2019-11-07)\n+\... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.2.58 [skip ci] | 1 | chore | release |
67,479 | 07.11.2019 22:29:46 | -39,600 | ae1d87afe4ef47ac28cbd10596a9aad8176f2537 | feat(bindable): basic working state for set/get | [
{
"change_type": "MODIFY",
"diff": "@@ -255,9 +255,9 @@ describe('custom-attributes', function () {\nit('does not invoke chane handler when starts with two way binding', function () {\nconst { fooVm, tearDown } = setupChangeHandlerTest(`<div foo.two-way=\"prop\"></foo>`);\n- assert.strictEqual(fooVm.propCha... | TypeScript | MIT License | aurelia/aurelia | feat(bindable): basic working state for set/get | 1 | feat | bindable |
76,605 | 07.11.2019 23:20:57 | -3,600 | 0d00e7758fcb2196f9498ef823d0d257b23afd6c | feat: NLU using Microsoft LUIS | [
{
"change_type": "MODIFY",
"diff": "\"ansi-regex\": {\n\"version\": \"2.1.1\",\n\"bundled\": true,\n- \"dev\": true\n+ \"dev\": true,\n+ \"optional\": true\n},\n\"aproba\": {\n\"version\": \"1.2.0\",\n\"balanced-match\": {\n\"version\": \"1.0.0\",\n\"bundled\": true,\n- \"dev\": true\n+ \"dev\": true,\n+ \"... | JavaScript | MIT License | axa-group/nlp.js | feat: NLU using Microsoft LUIS | 1 | feat | null |
217,922 | 07.11.2019 23:42:22 | -3,600 | 4948dffa12e37ff3159466d88376b30574d9a8e4 | fix(list): better fix for item rows not changing color | [
{
"change_type": "MODIFY",
"diff": "@@ -15,10 +15,14 @@ export function onlyWhenItemChanges(\nsource.pipe(\nfilter(list => {\nconst lastModifications = list.modificationsHistory.filter(entry => {\n- return Date.now() - entry.date < 600000\n+ return Date.now() - entry.date < 600000;\n+ });\n+ if (lastModific... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(list): better fix for item rows not changing color | 1 | fix | list |
838,025 | 08.11.2019 01:14:42 | -10,800 | b6095bfbea380cd52495d9453aa23807257b9af6 | feat: bug Width float64 | [
{
"change_type": "MODIFY",
"diff": "@@ -41,7 +41,7 @@ type docsDocPreviewPhotoSizes struct {\nHeight float64 `json:\"height\"` // Height in px\nSrc string `json:\"src\"` // URL of the image\nType string `json:\"type\"`\n- Width int `json:\"width\"` // Width in px\n+ Width float64 `json:\"width\"` // Width i... | Go | MIT License | severecloud/vksdk | feat: bug Width float64 | 1 | feat | null |
838,025 | 08.11.2019 01:17:27 | -10,800 | 2b911f10725127ba6a25693a970322082a40edd8 | test: fixing | [
{
"change_type": "MODIFY",
"diff": "@@ -42,8 +42,8 @@ func TestVK_PodcastsMarkAsListened(t *testing.T) {\nneedUserToken(t)\n_, err := vkUser.PodcastsMarkAsListened(map[string]string{\n- \"owner_id\": \"-37473931\",\n- \"episode_id\": \"456239025\",\n+ \"owner_id\": \"-76982440\",\n+ \"episode_id\": \"456239... | Go | MIT License | severecloud/vksdk | test: fixing | 1 | test | null |
838,025 | 08.11.2019 01:24:32 | -10,800 | a670c9e6f7d654bcebd30642f0a018464fcf4537 | feat: video add videoVideoImage | [
{
"change_type": "MODIFY",
"diff": "@@ -19,12 +19,8 @@ type VideoVideo struct {\nDescription string `json:\"description\"` // Video description\nDuration int `json:\"duration\"` // Video duration in seconds\nFiles videoVideoFiles `json:\"files\"`\n- FirstFrame130 string `json:\"first_frame_130\"` // URL of ... | Go | MIT License | severecloud/vksdk | feat: video add videoVideoImage | 1 | feat | null |
679,913 | 08.11.2019 02:11:41 | 0 | f87a2f5f6c9b3520d7079c98883927dd9d0dff57 | docs(malloc): add layout diagram to readme | [
{
"change_type": "ADD",
"diff": "Binary files /dev/null and b/assets/malloc/malloc-layout.png differ\n",
"new_path": "assets/malloc/malloc-layout.png",
"old_path": "assets/malloc/malloc-layout.png"
},
{
"change_type": "MODIFY",
"diff": "@@ -10,6 +10,7 @@ This project is part of the\n<!--... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(malloc): add layout diagram to readme | 1 | docs | malloc |
304,882 | 08.11.2019 06:05:31 | 28,800 | c6b53d6ffff9dbe191ef4bcc03fbb9d7e1eb8c18 | fix(semantic): do not constrain type variables with empty kinds
This fixes an issue where polytypes would be incorrectly formatted
with a where clause even though its quantified variables were not
constrained with any kinds. | [
{
"change_type": "MODIFY",
"diff": "@@ -416,7 +416,9 @@ impl Tvar {\ncons.remove(&self).unwrap_or(Vec::new()),\ncons.remove(&tv).unwrap_or(Vec::new()),\n);\n+ if !kinds.is_empty() {\ncons.insert(tv, kinds);\n+ }\nOk(Substitution::from(\nmaplit::hashmap! {self => MonoType::Var(tv)},\n))\n",
"new_path": "... | Go | MIT License | influxdata/flux | fix(semantic): do not constrain type variables with empty kinds (#2112)
This fixes an issue where polytypes would be incorrectly formatted
with a where clause even though its quantified variables were not
constrained with any kinds. | 1 | fix | semantic |
276,989 | 08.11.2019 08:30:23 | 10,800 | ad3a4500bdbccb3db7e911f9c39952be397e8a35 | refactor(android): refactor android picker | [
{
"change_type": "MODIFY",
"diff": "@@ -15,15 +15,15 @@ import paletteIcon from '../assets/images/palette_icon.png';\nconst themeChoices = [\n{\n- value: 'endUser',\n+ value: 'EndUser',\nlabel: 'End User',\n},\n{\n- value: 'corp',\n- label: 'Corp',\n+ value: 'Corporate',\n+ label: 'Corporate',\n},\n{\n- val... | JavaScript | MIT License | gympass/yoga | refactor(android): refactor android picker | 1 | refactor | android |
866,394 | 08.11.2019 08:46:57 | 18,000 | 0de4e8fd8ec6f0a9a1838c7873f7ea62a220b69d | fix(yarn): offline mirror dependencies | [
{
"change_type": "ADD",
"diff": "Binary files /dev/null and b/.yarn/offline-mirror/@carbon-ibmdotcom-react-1.1.0.tgz differ\n",
"new_path": ".yarn/offline-mirror/@carbon-ibmdotcom-react-1.1.0.tgz",
"old_path": ".yarn/offline-mirror/@carbon-ibmdotcom-react-1.1.0.tgz"
},
{
"change_type": "ADD"... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix(yarn): offline mirror dependencies | 1 | fix | yarn |
276,946 | 08.11.2019 09:04:22 | 10,800 | 3676e606f84feb60b5f234017063d989dbd302e5 | improvement(yoga/slider): change pressed marker to a view | [
{
"change_type": "MODIFY",
"diff": "import React from 'react';\n+import { View } from 'react-native';\nimport { bool, number, shape, string } from 'prop-types';\nimport styled from 'styled-components';\nimport Tooltip from './Tooltip';\n@@ -61,7 +62,7 @@ const Marker = ({ pressed, tooltip }) => {\nribbon={t... | JavaScript | MIT License | gympass/yoga | improvement(yoga/slider): change pressed marker to a view | 1 | improvement | yoga/slider |
276,946 | 08.11.2019 09:28:57 | 10,800 | 2d941ef4887793290aabab447f3bdc7cb1e49c2e | improvement(yoga/slider): adjust marker position | [
{
"change_type": "MODIFY",
"diff": "@@ -19,6 +19,7 @@ const Circle = styled.TouchableOpacity(\nheight: 24px;\nwidth: 24px;\nposition: relative;\n+ top: 2px;\n`,\n);\n@@ -38,6 +39,7 @@ const CirclePressed = styled(Circle)(\nheight: 40px;\nposition: absolute;\nelevation: 0;\n+ top: -6px;\n`\n: 'display: none;... | JavaScript | MIT License | gympass/yoga | improvement(yoga/slider): adjust marker position | 1 | improvement | yoga/slider |
815,598 | 08.11.2019 09:56:20 | -28,800 | 497fe2e301c08c9a210830a2fb0959bebd270905 | feat: allow overriding system script cell capacity
This make the system script cell capacity determined. | [
{
"change_type": "MODIFY",
"diff": "@@ -45,44 +45,44 @@ index = 1\n# Spec: ckb_testnet\n[ckb_testnet]\n-genesis = \"0xe88f5b9837dd5190bc43dc7086ca19ded7d8eb08677fcf3472b7f287f58d9133\"\n-cellbase = \"0xd70c5bb894b3053fad752399d5fd5ffdb34489cfcdcaefb798a9dfb56049595c\"\n+genesis = \"0xc2381d99670cbbe38ee1d13... | Rust | MIT License | nervosnetwork/ckb | feat: allow overriding system script cell capacity
This make the system script cell capacity determined. | 1 | feat | null |
276,989 | 08.11.2019 09:58:09 | 10,800 | c5e9aceb69d18d09957b9e87aacb8b67764622fb | refactor(list): add index in web and native folders and replace template string way, at styleds | [
{
"change_type": "MODIFY",
"diff": "{\n\"scripts\": {\n\"commit\": \"git-cz\",\n+ \"clean\": \"lerna clean -y && lerna run prebuild --scope=@gympass/yoga-doc\",\n\"test\": \"NODE_ENV=test jest\",\n\"pretest\": \"lerna run prebuild\",\n\"test:native\": \"NODE_ENV=test jest --config=jest.config.native.js\",\n... | JavaScript | MIT License | gympass/yoga | refactor(list): add index in web and native folders and replace template string way, at styleds | 1 | refactor | list |
815,609 | 08.11.2019 10:20:21 | -28,800 | 307797ac8234e6aca6a86f510dd577b98d0e0a69 | fix: retrieve few missing ckb | [
{
"change_type": "MODIFY",
"diff": "# Spec: ckb_dev\n[ckb_dev]\n-genesis = \"0xec599b3c2612a1ced3826bdc24894b2036e6fbfe648fe6624ce7707b0da52a58\"\n-cellbase = \"0xb5724acb4f5f82afb717c3ec3fe025d3b6e45ff48f4ffbb6162c950399cbcabe\"\n+genesis = \"0x3d85301752ca103213563ba60b03de542b4fd749bbb93973a84ad0ac322ecc... | Rust | MIT License | nervosnetwork/ckb | fix: retrieve few missing ckb | 1 | fix | null |
276,989 | 08.11.2019 10:26:15 | 10,800 | 4116b8a5f19d53d9a0474ac2f3424f281dd9f026 | refactor(native/list): change function to template string at list component | [
{
"change_type": "MODIFY",
"diff": "import React from 'react';\nimport styled from 'styled-components';\n-const StyledFlatList = styled.FlatList(\n- () => `\n+const StyledFlatList = styled.FlatList`\nwidth: 100%;\n- `,\n-);\n+`;\n/** Lists are a continuous group of text or images. They are composed of items... | JavaScript | MIT License | gympass/yoga | refactor(native/list): change function to template string at list component | 1 | refactor | native/list |
71,499 | 08.11.2019 10:32:16 | 0 | 0cd67805aed2cfc7bb81e498eef94f5131a4eed8 | chore: Improved messaging when yarn is not present.
Currently, the message generated is 'lerna ERR! yarn run build exited 2'
which is not very helpful. | [
{
"change_type": "MODIFY",
"diff": "@@ -51,6 +51,11 @@ rm -rf $BUILD_INDICATOR\nexport MERKLE_BUILD_CACHE=$(mktemp -d)\ntrap \"rm -rf $MERKLE_BUILD_CACHE\" EXIT\n+if ! [ -x \"$(command -v yarn)\" ]; then\n+ echo \"yarn is not installed. Install it from here- https://yarnpkg.com/en/docs/install.\"\n+ exit 1\... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore: Improved messaging when yarn is not present. (#4899)
Currently, the message generated is 'lerna ERR! yarn run build exited 2'
which is not very helpful. | 1 | chore | null |
699,189 | 08.11.2019 10:34:20 | 21,600 | 582245b10fe397bb5530dc7349a5b6b08b61d54e | fix(button): add font-weight semibold to small buttons | [
{
"change_type": "MODIFY",
"diff": "@@ -21,6 +21,7 @@ const sizeSmall = (props: ButtonWrapperProps): SerializedStyles => css`\npadding: ${themeGet('space.space10')(props)} ${themeGet('space.space30')(props)};\nborder-radius: ${themeGet('radii.borderRadius10')(props)};\nfont-size: ${themeGet('fontSizes.fontS... | TypeScript | MIT License | twilio-labs/paste | fix(button): add font-weight semibold to small buttons (#166) | 1 | fix | button |
276,989 | 08.11.2019 10:41:25 | 10,800 | 76c1fc7f324591f3bae27f233d5f9c71852906ce | docs(android): fix android theme changer | [
{
"change_type": "MODIFY",
"diff": "@@ -29,7 +29,7 @@ const themeChoices = [\n];\nconst CenteredView = props => {\n- const [themed, setThemed] = useState(themeChoices[0]);\n+ const [themed, setThemed] = useState(themeChoices[1]);\nreturn (\n<ThemeProvider theme={themed.value}>\n@@ -67,7 +67,7 @@ const Cente... | JavaScript | MIT License | gympass/yoga | docs(android): fix android theme changer | 1 | docs | android |
942,583 | 08.11.2019 10:42:09 | 25,200 | 625f65b03aa4609b643cf8b5bed9b99006c7ca21 | fix(side-panel): Change width of children container when closed | [
{
"change_type": "MODIFY",
"diff": "@@ -91,13 +91,13 @@ const SidePanelContainer = styled('div')<\n})\n);\n-const ChildrenContainer = styled('div')<Pick<SidePanelProps, 'openWidth'>>(\n+const ChildrenContainer = styled('div')<Pick<SidePanelProps, 'openWidth' | 'open'>>(\n{\ntransition: 'none',\nzIndex: 1, /... | TypeScript | Apache License 2.0 | workday/canvas-kit | fix(side-panel): Change width of children container when closed (#304) | 1 | fix | side-panel |
791,704 | 08.11.2019 10:51:57 | 28,800 | 41f2facf69d615b0ae2e9b20edc026050cc0fca2 | core(font-size): don't allow a deleted node to fail gatherer | [
{
"change_type": "MODIFY",
"diff": "@@ -294,7 +294,14 @@ class FontSize extends Gatherer {\n.sort((a, b) => b.textLength - a.textLength)\n.slice(0, MAX_NODES_SOURCE_RULE_FETCHED)\n.map(async failingNode => {\n- failingNode.cssRule = await fetchSourceRule(driver, failingNode.node);\n+ try {\n+ const cssRule ... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(font-size): don't allow a deleted node to fail gatherer (#9928) | 1 | core | font-size |
276,989 | 08.11.2019 10:59:00 | 10,800 | 9bfca2594c95a3c7c7c3ab8250eb87113502ce09 | ci(hooks): add pre-push hook (yarn test) and amend flag to lerna ci | [
{
"change_type": "MODIFY",
"diff": "@@ -33,7 +33,7 @@ jobs:\nGH_TOKEN=${GH_TOKEN}\nNPM_TOKEN=${NPM_TOKEN}\necho \"//registry.npmjs.org/:_authToken=${NPM_TOKEN}\" > ./.npmrc\n- yarn lerna publish --yes\n+ yarn lerna publish --yes --amend\nenv:\nGH_TOKEN: ${{ secrets.GH_TOKEN }}\nNPM_TOKEN: ${{ secrets.NPM_TO... | JavaScript | MIT License | gympass/yoga | ci(hooks): add pre-push hook (yarn test) and amend flag to lerna ci | 1 | ci | hooks |
749,516 | 08.11.2019 10:59:58 | 28,800 | 72eacf928ae948f407244b8ed9f3d32bc55c8175 | chore(docs): remove invalid prop from table docs | [
{
"change_type": "MODIFY",
"diff": "@@ -56,7 +56,7 @@ const OverflowMenu = () => (\n<HeaderCell width=\"25%\">Requested</HeaderCell>\n<HeaderCell width=\"25%\">Type</HeaderCell>\n<HeaderCell menu>\n- <OverflowMenu isHeader />\n+ <OverflowMenu />\n</HeaderCell>\n</HeaderRow>\n</Head>\n",
"new_path": "pac... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | chore(docs): remove invalid prop from table docs (#518) | 1 | chore | docs |
104,871 | 08.11.2019 11:02:50 | 21,600 | 93234731ad16873b498698d3b00b36913c22d53f | fix(pagewizard): add sticky footer | [
{
"change_type": "MODIFY",
"diff": "@@ -18,7 +18,13 @@ const PageWizardStep = ({ children, onValidate = () => true, ...other }) => (\n/>\n) : null}\n{children}\n- <div className=\"page-wizard--content--actions\">\n+ <div\n+ className={\n+ other.hasStickyFooter\n+ ? 'page-wizard--content--actions--sticky'\n+... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(pagewizard): add sticky footer | 1 | fix | pagewizard |
711,597 | 08.11.2019 11:30:25 | -3,600 | 4f9a186117b9913e256f7350ddf76e185b277536 | feat(core): Make product/variant events more granular
BREAKING CHANGE: The `CatalogModificationEvent` which was previously published whenever changes were made to `Product` or `ProductVariant` entities has been replaced with a `ProductEvent` and `ProductVariantEvent`, including the type of event ('created', 'updated', ... | [
{
"change_type": "MODIFY",
"diff": "import { pick } from '@vendure/common/lib/pick';\n-import { mergeConfig } from '@vendure/core';\n-import { DefaultSearchPlugin } from '@vendure/core';\n+import { DefaultSearchPlugin, mergeConfig } from '@vendure/core';\nimport { facetValueCollectionFilter } from '@vendure... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(core): Make product/variant events more granular
BREAKING CHANGE: The `CatalogModificationEvent` which was previously published whenever changes were made to `Product` or `ProductVariant` entities has been replaced with a `ProductEvent` and `ProductVariantEvent`, including the type of event ('created', 'updated',... | 1 | feat | core |
711,597 | 08.11.2019 11:35:04 | -3,600 | 280a38bf9137fd3a972cb60e5195033dae0385dc | feat(core): Add channel handling to DefaultSearchPlugin
BREAKING CHANGE: The `SearchIndexItem` entity used by the `DefaultSearchPlugin` has a couple of new fields related to Channel handling. Once the schema is updated (either by synchronizing or running a migration), the search index should be rebuilt. | [
{
"change_type": "MODIFY",
"diff": "@@ -3,11 +3,10 @@ import { ID } from '@vendure/common/lib/shared-types';\nimport { buffer, debounceTime, filter, map } from 'rxjs/operators';\nimport { idsAreEqual } from '../../common/utils';\n-import { ProductVariant } from '../../entity/product-variant/product-variant.... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(core): Add channel handling to DefaultSearchPlugin
BREAKING CHANGE: The `SearchIndexItem` entity used by the `DefaultSearchPlugin` has a couple of new fields related to Channel handling. Once the schema is updated (either by synchronizing or running a migration), the search index should be rebuilt. | 1 | feat | core |
277,000 | 08.11.2019 11:43:39 | 10,800 | 53aa3c22ec0e1367c8608f1f79a677ceca7dfa2f | feat(card): creating Card Component for Native | [
{
"change_type": "ADD",
"diff": "+import Card from './native/Card';\n+import CardHeader from './native/CardHeader';\n+import CardFooter from './native/CardFooter';\n+import Plan from './native/Plan';\n+\n+Card.Header = CardHeader;\n+Card.Footer = CardFooter;\n+Card.Plan = Plan;\n+\n+export default Card;\n",... | JavaScript | MIT License | gympass/yoga | feat(card): creating Card Component for Native | 1 | feat | card |
679,913 | 08.11.2019 11:44:27 | 0 | 12de964cd5bcf47ee3992e3343c9b50a6ca4d05a | docs(malloc): add/update diagrams, update readme | [
{
"change_type": "ADD",
"diff": "Binary files /dev/null and b/assets/malloc/compact-01.png differ\n",
"new_path": "assets/malloc/compact-01.png",
"old_path": "assets/malloc/compact-01.png"
},
{
"change_type": "ADD",
"diff": "Binary files /dev/null and b/assets/malloc/compact-02.png diffe... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(malloc): add/update diagrams, update readme | 1 | docs | malloc |
503,945 | 08.11.2019 11:47:08 | 18,000 | 79744e80f14d9a614c23c6830f50af5efe62e0e6 | chore(package): Bump versions to 2.40.13 | [
{
"change_type": "MODIFY",
"diff": "\"develop\": \"yarn build:babel:esm --skip-initial-build --watch --verbose --source-maps\"\n},\n\"dependencies\": {\n- \"@patternfly/patternfly\": \"2.40.6\",\n+ \"@patternfly/patternfly\": \"2.40.13\",\n\"@patternfly/react-core\": \"^3.120.7\",\n\"@patternfly/react-style... | TypeScript | MIT License | patternfly/patternfly-react | chore(package): Bump @patternfly/patternfly versions to 2.40.13 (#3290) | 1 | chore | package |
71,371 | 08.11.2019 11:55:27 | -3,600 | bda28e874ca48b3f20876f478df21e07d63c4af3 | feat(ec2): allow using existing security groups with interface VPC endpoints
Support a `securityGroups` prop for interface VPC endpoints in a non breaking way.
Clarify documentation on interface VPC endpoints connections.
Add missing Storage Gateway.
Closes
Closes
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -412,6 +412,17 @@ Endpoints are virtual devices. They are horizontally scaled, redundant, and high\n[example of setting up VPC endpoints](test/integ.vpc-endpoint.lit.ts)\n+### Security groups for interface VPC endpoints\n+By default, interface VPC endpoints create a ne... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(ec2): allow using existing security groups with interface VPC endpoints (#4908)
Support a `securityGroups` prop for interface VPC endpoints in a non breaking way.
Clarify documentation on interface VPC endpoints connections.
Add missing Storage Gateway.
Closes #4589
Closes #2699
Closes #3446 | 1 | feat | ec2 |
722,013 | 08.11.2019 12:04:01 | 21,600 | d4c6f6d6e2d4418e60439428e28cf4609b799eae | fix(plugin): load styleguidist right | [
{
"change_type": "MODIFY",
"diff": "-const { default: styleguidist } = require('vue-styleguidist')\n+const vsg = require('vue-styleguidist')\nconst merge = require('webpack-merge')\nconst configSchema = require('vue-styleguidist/lib/scripts/schemas/config')\n+const styleguidist = vsg.default || vsg\n+\nmodu... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix(plugin): load styleguidist right | 1 | fix | plugin |
866,394 | 08.11.2019 12:18:48 | 18,000 | aa9a003c3e8b44a97b83d53d7a91d50933a7d289 | fix(masthead): ssr fix for missing document | [
{
"change_type": "MODIFY",
"diff": "import React, { useRef, useEffect, useCallback } from 'react';\nimport PropTypes from 'prop-types';\n+import root from 'window-or-global';\nimport { settings as ddsSettings } from '@carbon/ibmdotcom-utilities';\nimport { settings } from 'carbon-components';\nimport { Head... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix(masthead): ssr fix for missing document | 1 | fix | masthead |
217,893 | 08.11.2019 12:22:45 | -37,080 | ea82ff04c958242b4afbf59d314451c271892f52 | feat(simulator): Tip for using Brand of the Elements without Name of the Elements. | [
{
"change_type": "MODIFY",
"diff": "@@ -12,6 +12,7 @@ import { UseRapidSynthesisEarlier } from './tips/use-rapid-synthesis-earlier';\nimport { UseMoreQualityActions } from './tips/use-more-quality-actions';\nimport { UsePrudentTouchManipulation } from './tips/use-prudent-touch-manipulation';\nimport { Avoid... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(simulator): Tip for using Brand of the Elements without Name of the Elements. | 1 | feat | simulator |
366,918 | 08.11.2019 12:55:15 | -32,400 | c65fa1f9ac79d12f6249724add9b9a0ecd612e90 | fix: Fixed a bug that did not animate when using firefox | [
{
"change_type": "MODIFY",
"diff": "@@ -40,6 +40,14 @@ const AccordionPanelContentComponent: React.FC<Props & InjectedProps> = ({\n[wrapperRef],\n)\n+ const handleExiting = useCallback(\n+ (node: HTMLElement) => {\n+ const wrapperHeight = wrapperRef.current ? wrapperRef.current.clientHeight : 0\n+ node.styl... | TypeScript | MIT License | kufu/smarthr-ui | fix: Fixed a bug that did not animate when using firefox | 1 | fix | null |
277,000 | 08.11.2019 12:55:30 | 10,800 | b96182a1e22010f7028f6ca7f2aaff7b430e9194 | feat(card): creating Card Component for web | [
{
"change_type": "ADD",
"diff": "+import Card from './web/Card';\n+import CardFooter from './web/CardFooter';\n+import CardHeader from './web/CardHeader';\n+import Plan from './web/Plan';\n+\n+Card.Footer = CardFooter;\n+Card.Header = CardHeader;\n+Card.Plan = Plan;\n+\n+export default Card;\n",
"new_pa... | JavaScript | MIT License | gympass/yoga | feat(card): creating Card Component for web | 1 | feat | card |
277,000 | 08.11.2019 12:56:39 | 10,800 | d5946cf91be629050c0c18bbad05db0b59197d0d | feat(card): exporting Card Component in yoga package | [
{
"change_type": "MODIFY",
"diff": "@@ -2,5 +2,6 @@ import ThemeProvider, { themes } from './ThemeProvider';\nimport Button from './Button';\nimport List from './List';\nimport Checkbox from './Checkbox';\n+import Card from './Card';\n-export { ThemeProvider, themes, Button, List, Checkbox };\n+export { The... | JavaScript | MIT License | gympass/yoga | feat(card): exporting Card Component in yoga package | 1 | feat | card |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.