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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
304,882 | 14.08.2019 12:15:33 | 25,200 | 3e49c7b43d0a48c39c737b436ca0cf22ec1f0489 | feat(rust/parser): string interpolation
test(rust/parser): string interpolation
feat(rust/ast): ast nodes for string interpolation
test(rust/ast): serialize and deserialize interpolated strings
fix(rust/scanner): recognize QUOTE
test(rust/scanner): string interpolation | [
{
"change_type": "MODIFY",
"diff": "@@ -42,6 +42,8 @@ pub enum Expression {\nCall(Box<CallExpression>),\nCond(Box<ConditionalExpression>),\n+ StringExp(Box<StringExpression>),\n+\nInt(IntegerLiteral),\nFlt(FloatLiteral),\nStr(StringLiteral),\n@@ -250,6 +252,44 @@ pub struct MemberAssignment {\npub init: Exp... | Go | MIT License | influxdata/flux | feat(rust/parser): string interpolation
test(rust/parser): string interpolation
feat(rust/ast): ast nodes for string interpolation
test(rust/ast): serialize and deserialize interpolated strings
fix(rust/scanner): recognize QUOTE
test(rust/scanner): string interpolation | 1 | feat | rust/parser |
791,723 | 14.08.2019 12:25:18 | 25,200 | 506134b4f6ae77e9c02f2f5a26bbb3cef19b4eaf | report: add utm params to web.dev links | [
{
"change_type": "MODIFY",
"diff": "@@ -127,8 +127,8 @@ class DOM {\n// Otherwise, append any links found.\nconst url = new URL(segment.linkHref);\n- const DEVELOPERS_GOOGLE_ORIGIN = 'https://developers.google.com';\n- if (url.origin === DEVELOPERS_GOOGLE_ORIGIN) {\n+ const DOCS_ORIGINS = ['https://develope... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report: add utm params to web.dev links (#9555) | 1 | report | null |
217,922 | 14.08.2019 12:38:47 | -7,200 | ff92e84014f91bbc831cf077b27ce288b7f13f8a | chore(fight-planner): module and component generation | [
{
"change_type": "ADD",
"diff": "+import { NgModule } from '@angular/core';\n+import { CommonModule } from '@angular/common';\n+import { FightPlannerComponent } from './fight-planner/fight-planner.component';\n+\n+@NgModule({\n+ declarations: [FightPlannerComponent],\n+ imports: [\n+ CommonModule\n+ ]\n+})\... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(fight-planner): module and component generation | 1 | chore | fight-planner |
217,922 | 14.08.2019 12:42:38 | -7,200 | 94e6cc3a5b82f1540b033e1c9d04f5d01d7d6fc0 | chore: bump to angular 8.2.1 | [
{
"change_type": "MODIFY",
"diff": "}\n},\n\"@angular/animations\": {\n- \"version\": \"8.2.0\",\n- \"resolved\": \"https://registry.npmjs.org/@angular/animations/-/animations-8.2.0.tgz\",\n- \"integrity\": \"sha512-G+4+F/T4VA6TlXsv73ZQBe6LKgl1PfxchzzaEiFcGkLqlEaSU7ZgVD+PW6rUvG9a8jWMxBLqqtty0H70JkDysQ==\",\... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: bump to angular 8.2.1 | 1 | chore | null |
306,444 | 14.08.2019 13:46:53 | -7,200 | 3217c1a739d210f04422a60a1f5fbab9465c2c4f | fix(field): value delegation compatible with FormatMixin | [
{
"change_type": "MODIFY",
"diff": "@@ -102,11 +102,16 @@ export class LionField extends FormControlMixin(\n}\nconnectedCallback() {\n+ // TODO: Normally we put super calls on top for predictability,\n+ // here we temporarily need to do attribute delegation before,\n+ // so the FormatMixin uses the right va... | JavaScript | MIT License | ing-bank/lion | fix(field): value delegation compatible with FormatMixin | 1 | fix | field |
306,444 | 14.08.2019 13:48:02 | -7,200 | 232a9597fc752976ca755904386f2d750b0b8993 | chore: add and apply integration suite FormatMixin | [
{
"change_type": "ADD",
"diff": "+import { expect, fixture, html, aTimeout, defineCE, unsafeStatic } from '@open-wc/testing';\n+import sinon from 'sinon';\n+\n+import { LitElement } from '@lion/core';\n+import { Unparseable } from '@lion/validate';\n+import { FormatMixin } from '../src/FormatMixin.js';\n+\n... | JavaScript | MIT License | ing-bank/lion | chore: add and apply integration suite FormatMixin | 1 | chore | null |
306,444 | 14.08.2019 13:52:07 | -7,200 | af1535b2f56efd5cfa95fb1def22e53633e0cc21 | fix(input-iban): formatter should handle undefined modelValues | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,7 @@ import { friendlyFormatIBAN } from '@bundled-es-modules/ibantools';\n*/\nexport function formatIBAN(modelValue) {\n// defensive code because of ibantools\n- if (modelValue === '') {\n+ if (!modelValue) {\nreturn '';\n}\nreturn friendlyFormatIBAN(modelValue... | JavaScript | MIT License | ing-bank/lion | fix(input-iban): formatter should handle undefined modelValues | 1 | fix | input-iban |
104,927 | 14.08.2019 14:01:41 | -3,600 | 73c1dabe51daa9aa1340af87f554dbfb4cb4c771 | chore: publish 2.12.6 | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"@carbon/vue\",\n\"description\": \"A collection of components for the Carbon Design System built using Vue.js\",\n- \"version\": \"2.12.5\",\n+ \"version\": \"2.12.6\",\n\"license\": \"Apache-2.0\",\n\"repository\": {\n\"type\": \"git\",\n",
"new_path":... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-components-vue | chore: publish 2.12.6
- @carbon/vue@2.12.6
- storybook@2.12.6 | 1 | chore | null |
679,913 | 14.08.2019 14:03:38 | -3,600 | 15ae7445297bb4f056d19ebba5f3b27bf2b11e10 | refactor(imgui): extract hover behavior fns, fix button behavior
extract IMGUI.isHover as isHoverSlider()
add isHoverButton(), revert behavior to not trigger if mouse released outside
update all required comps | [
{
"change_type": "MODIFY",
"diff": "+import { pointInside } from \"@thi.ng/geom\";\n+import { IShape } from \"@thi.ng/geom-api\";\nimport { Key } from \"../api\";\nimport { IMGUI } from \"../gui\";\n+export const isHoverButton = (gui: IMGUI, id: string, shape: IShape) => {\n+ const aid = gui.activeID;\n+ co... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(imgui): extract hover behavior fns, fix button behavior
- extract IMGUI.isHover as isHoverSlider()
- add isHoverButton(), revert behavior to not trigger if mouse released outside
- update all required comps | 1 | refactor | imgui |
306,421 | 14.08.2019 14:31:35 | -7,200 | 59190719d822b9df6dbfaed32419c7cc70a5c915 | chore(input-datepicker): cleanup of old delegation mechanism | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,7 @@ import '@lion/calendar/lion-calendar.js';\nimport './lion-calendar-overlay-frame.js';\n/**\n- * @customElement\n+ * @customElement lion-input-datepicker\n* @extends {LionInputDate}\n*/\nexport class LionInputDatepicker extends LionInputDate {\n@@ -29,13 +2... | JavaScript | MIT License | ing-bank/lion | chore(input-datepicker): cleanup of old delegation mechanism | 1 | chore | input-datepicker |
401,147 | 14.08.2019 14:33:28 | -19,080 | 578059bb03b2f26c98e41c9287ca167aa8106dae | fix: fixed design issue for logo
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -4,6 +4,8 @@ import { Props } from './types';\nexport const SvgIconStyled = styled(InjectClassName)<Props>`\nfont-size: ${({ theme, size }) => theme.icon.sizes[size]};\n+ margin: ${({ margin }) => margin};\n+\n* {\nfill: ${({ theme, color }) => color || theme.icon.defa... | TypeScript | MIT License | medly/medly-components | fix: fixed design issue for logo
affects: @medly-components/icons, @medly-components/layout | 1 | fix | null |
942,615 | 14.08.2019 14:38:26 | 25,200 | d328f2f7d3d5c648e97e800343c7c35528acdc38 | fix(avatar): Update background color when url is defined | [
{
"change_type": "MODIFY",
"diff": "@@ -53,7 +53,7 @@ const Container = styled('button')<Omit<AvatarProps, 'altText'>>(\n},\n},\n({themeColor, size, onClick}) => ({\n- background: themeColor === AvatarTheme.Dark ? colors.blueberry400 : colors.soap300,\n+ background: colors.soap200,\nheight: size,\nwidth: si... | TypeScript | Apache License 2.0 | workday/canvas-kit | fix(avatar): Update background color when url is defined (#120) | 1 | fix | avatar |
942,615 | 14.08.2019 14:51:15 | 25,200 | 83d347e0228b05184a0ad794c10a148d113077ab | fix(header): Remove duplicate icon buttons | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,6 @@ import chroma from 'chroma-js';\nimport {notificationsIcon, inboxIcon} from '@workday/canvas-system-icons-web';\nimport {Avatar} from '../../../avatar/react/index';\n-import {SystemIcon} from '../../../icon/react/index';\nimport {colors, spacing} from '../... | TypeScript | Apache License 2.0 | workday/canvas-kit | fix(header): Remove duplicate icon buttons (#122) | 1 | fix | header |
401,147 | 14.08.2019 15:20:59 | -19,080 | 8d7a6563a4b981b66e248d20eedc7383bafb225f | fix: fixed issue of logo size
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -27,7 +27,6 @@ export const NavItemStyled = styled('li')<NavItemStyledProps>`\n${SvgIcon} {\ngrid-area: icon;\n- font-size: ${({ theme: { icon, sideNav } }) => icon.sizes[sideNav.iconSize]};\n}\n& > ${Text.Style} {\n",
"new_path": "packages/layout/src/components/Si... | TypeScript | MIT License | medly/medly-components | fix: fixed issue of logo size
affects: @medly-components/layout | 1 | fix | null |
902,122 | 14.08.2019 15:37:18 | 0 | 7b23ed9b6c4ad1d676fd336075ebcfcea5729080 | chore(release): v5.9.3 | [
{
"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.9.3](https://github.com/kikobeats/browserless/compare/v5.9.2...v5.9.3) (2019-08-14)\n+\n+\n+### Bug Fixes\n+\n+... | JavaScript | MIT License | microlinkhq/browserless | chore(release): v5.9.3 | 1 | chore | release |
67,482 | 14.08.2019 15:37:20 | 25,200 | 4e69c3f99dcf946cef95573a62b4b8a5d5d06957 | fix(styles): ensure there is always a root shadow dom style | [
{
"change_type": "MODIFY",
"diff": "@@ -62,6 +62,13 @@ export const StyleConfiguration = {\nglobalSharedStyles = noopShadowDOMStyles;\n}\n+ container.register(\n+ Registration.instance(\n+ IShadowDOMStyles,\n+ globalSharedStyles\n+ )\n+ );\n+\ncontainer.register(\nRegistration.instance(\next,\n",
"new_p... | TypeScript | MIT License | aurelia/aurelia | fix(styles): ensure there is always a root shadow dom style | 1 | fix | styles |
366,937 | 14.08.2019 15:43:55 | -32,400 | 08e289c6eafaa60126533d7e40bd8bc1c18d2396 | chore: fix Tag props & styles | [
{
"change_type": "MODIFY",
"diff": "@@ -3,65 +3,94 @@ import styled, { css } from 'styled-components'\nimport { InjectedProps, withTheme } from '../../hocs/withTheme'\n-type Type = 'success' | 'warning' | 'error' | 'require'\n+type Type = 'done' | 'success' | 'process' | 'required' | 'disabled' | 'must' | '... | TypeScript | MIT License | kufu/smarthr-ui | chore: fix Tag props & styles | 1 | chore | null |
503,930 | 14.08.2019 16:29:10 | -7,200 | 60aeea1f6ba16b248232aebcdab0f8b3622de49e | fix(VncConsole): Change prop name in VncActions and added needed prop to VncConsole
There was incosistent between `portalToolbarTo` prop name and same prop in VncActions. | [
{
"change_type": "MODIFY",
"diff": "@@ -12,7 +12,7 @@ const VncActions = ({\ntextDisconnect,\nonCtrlAltDel,\nonDisconnect,\n- insertToolbarTo\n+ portalToolbarTo\n}) => {\nconst toolbar = (\n<div>\n@@ -27,11 +27,11 @@ const VncActions = ({\n</div>\n);\n- if (!insertToolbarTo) {\n+ if (!portalToolbarTo) {\nre... | TypeScript | MIT License | patternfly/patternfly-react | fix(VncConsole): Change prop name in VncActions and added needed prop to VncConsole (#2699)
There was incosistent between `portalToolbarTo` prop name and same prop in VncActions. | 1 | fix | VncConsole |
679,913 | 14.08.2019 16:39:57 | -3,600 | c2ef0368fef2ee50249fbaf5d3acdf04354a99d0 | feat(imgui): update dropdown key handlers (Esc) | [
{
"change_type": "MODIFY",
"diff": "@@ -40,6 +40,9 @@ export const dropdown = (\n}\nif (gui.focusID.startsWith(`${id}-`)) {\nswitch (gui.key) {\n+ case Key.ESC:\n+ state[1] = false;\n+ break;\ncase Key.UP:\nreturn update(\ngui,\n",
"new_path": "packages/imgui/src/components/dropdown.ts",
"old_path":... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(imgui): update dropdown key handlers (Esc) | 1 | feat | imgui |
304,868 | 14.08.2019 16:59:39 | 21,600 | 5cec22f7323b7e1df10c908939437d92737e9e56 | feat(stdlib/http): add post method implementation
Uses http.DefaultClient for now.
We can inject a custom shared client later.
Only reports the status code, the response body is otherwise ignored. | [
{
"change_type": "MODIFY",
"diff": "package http\nimport (\n- \"log\"\n+ \"bytes\"\n+ \"net/http\"\nflux \"github.com/influxdata/flux\"\n+ \"github.com/influxdata/flux/codes\"\n+ \"github.com/influxdata/flux/internal/errors\"\n\"github.com/influxdata/flux/semantic\"\n\"github.com/influxdata/flux/values\"\n)... | Go | MIT License | influxdata/flux | feat(stdlib/http): add post method implementation
Uses http.DefaultClient for now.
We can inject a custom shared client later.
Only reports the status code, the response body is otherwise ignored. | 1 | feat | stdlib/http |
67,516 | 14.08.2019 17:09:44 | -7,200 | ec883a15c3fc21c504f70b00f2a81142a37b7592 | fix(deepscan): removed unused import | [
{
"change_type": "MODIFY",
"diff": "-import { DateFormatValueConverter, I18nInitOptions, I18nService } from '@aurelia/i18n';\n+import { DateFormatValueConverter, I18nService } from '@aurelia/i18n';\nimport { EventAggregator } from '@aurelia/kernel';\nimport { assert, MockSignaler } from '@aurelia/testing';\... | TypeScript | MIT License | aurelia/aurelia | fix(deepscan): removed unused import | 1 | fix | deepscan |
104,927 | 14.08.2019 17:17:19 | -3,600 | 7e80cc33850723f3ee140d58795e6f30b689e886 | fix: tab story ids | [
{
"change_type": "MODIFY",
"diff": "@@ -31,7 +31,7 @@ export default {\n},\nwatch: {\nselected() {\n- if (this.selected && 1) {\n+ if (this.selected) {\nthis.$parent.$emit('cv:selected', this);\n}\n},\n",
"new_path": "packages/core/src/components/cv-tabs/cv-tab.vue",
"old_path": "packages/core/src/c... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-components-vue | fix: tab story ids | 1 | fix | null |
902,122 | 14.08.2019 17:29:59 | -7,200 | 79b101fdedb0ed0a4e05a48594f6f18510819f23 | fix: ensure style.sheet exist | [
{
"change_type": "MODIFY",
"diff": "@@ -92,7 +92,7 @@ const doDisableAnimations = () => {\n`\nconst style = document.createElement('style')\ndocument.body.append(style)\n- style.sheet.insertRule(rule)\n+ if (style.sheet) style.sheet.insertRule(rule)\n}\nconst hideElements = elements => {\n",
"new_path":... | JavaScript | MIT License | microlinkhq/browserless | fix: ensure style.sheet exist | 1 | fix | null |
306,421 | 14.08.2019 17:36:28 | -7,200 | a91840f9c1cb4f12b53d547e9da05b2eb3189a67 | chore: add command legacy karma browserstack | [
{
"change_type": "MODIFY",
"diff": "\"test:update-snapshots\": \"karma start --update-snapshots\",\n\"test:prune-snapshots\": \"karma start --prune-snapshots\",\n\"test:bs\": \"karma start karma.bs.config.js --coverage\",\n+ \"test:bs:legacy\": \"karma start --legacy karma.bs.config.js --coverage\",\n\"lint... | JavaScript | MIT License | ing-bank/lion | chore: add command legacy karma browserstack | 1 | chore | null |
127,939 | 14.08.2019 18:25:55 | -10,800 | 1f11ac5eebcd78df8be244cb790261db1ba192cf | chore(icons): added new currency icons | [
{
"change_type": "ADD",
"diff": "+<svg width=\"51\" height=\"64\" viewBox=\"0 0 51 64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n+<path d=\"M11.7692 0C15.4419 0 18.2242 0.93992 20.1162 2.81976C21.2291 3.90209 22.0917 5.41166 22.7038 7.34846C23.3159 9.28527 23.6219 12.0196 23.6219 15.5514V21.1055... | TypeScript | MIT License | coingaming/moon-design | chore(icons): added new currency icons | 1 | chore | icons |
67,516 | 14.08.2019 18:26:16 | -7,200 | a544563cc796d4f2581e960f1b1711edf53c8458 | feat(i18n): skipTranslationOnMissingKey | [
{
"change_type": "MODIFY",
"diff": "<custom-message data-test-id=\"custom-element-with-params\" t=\"[message]itemWithCount\" t-params.bind=\"{count: 0}\">\n</custom-message>\n- <!-- <span data-test-id=\"missing-key\" t=\"missing-key\">non-translated text</span> -->\n+ <span data-test-id=\"missing-key\" t=\"... | TypeScript | MIT License | aurelia/aurelia | feat(i18n): skipTranslationOnMissingKey | 1 | feat | i18n |
815,577 | 14.08.2019 18:27:04 | -28,800 | d207be2365ae74ed230abf47917a666be8bc2d0c | chore: remove unnecessary lock | [
{
"change_type": "MODIFY",
"diff": "@@ -595,7 +595,6 @@ dependencies = [\n\"ckb-store 0.19.0-pre\",\n\"ckb-traits 0.19.0-pre\",\n\"ckb-types 0.19.0-pre\",\n- \"ckb-util 0.19.0-pre\",\n\"ckb-verification 0.19.0-pre\",\n\"console 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"crossbeam-ch... | Rust | MIT License | nervosnetwork/ckb | chore: remove unnecessary lock | 1 | chore | null |
531,793 | 14.08.2019 18:51:52 | -3,600 | be5b19c8d885df31044341991a2e3aa5f39b605d | fix(ui): deduplicate filter in query args
If we get same filter value multiple times we should only use it once | [
{
"change_type": "MODIFY",
"diff": "@@ -46,8 +46,11 @@ function DecodeLocationSearch(searchString) {\nif (parsed.q === \"\") {\nparams.q = [];\n} else if (Array.isArray(parsed.q)) {\n- // filter out empty strings, so 'q=' doesn't end up [\"\"] but rather []\n- params.q = parsed.q.filter(v => v !== \"\");\n+... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): deduplicate filter in query args
If we get same filter value multiple times we should only use it once | 1 | fix | ui |
815,601 | 14.08.2019 19:00:56 | -28,800 | 656050e44aeea4ace9d8c11e7fce43238a221616 | fix: header provider index check | [
{
"change_type": "MODIFY",
"diff": "@@ -764,7 +764,11 @@ impl<CS: ChainStore> CellProvider for ChainState<CS> {\nimpl<CS: ChainStore> HeaderProvider for ChainState<CS> {\nfn header(&self, out_point: &OutPoint) -> HeaderStatus {\nif let Some(block_hash) = &out_point.block_hash {\n- match self.store.get_block... | Rust | MIT License | nervosnetwork/ckb | fix: header provider index check | 1 | fix | null |
815,573 | 14.08.2019 19:10:41 | -28,800 | 4f3b3702d60dc0b6ea701c10e981a278215e4379 | test: shared tests | [
{
"change_type": "MODIFY",
"diff": "@@ -256,20 +256,18 @@ impl CellSet {\n}\n}\n-/* TODO apply-serialization fix tests\n#[cfg(test)]\nmod tests {\n- use super::{CellSet, CellSetDiff, CellSetOpr};\n- use ckb_core::block::BlockBuilder;\n- use ckb_core::extras::EpochExt;\n- use ckb_core::header::HeaderBuilder;... | Rust | MIT License | nervosnetwork/ckb | test: shared tests | 1 | test | null |
531,793 | 14.08.2019 19:18:12 | -3,600 | a36fd5562797a5d3b735180ee39b903e7cc38ade | fix(ui): generate correct group URL
current filters got appended to the group url, fix it by stripping query args away | [
{
"change_type": "MODIFY",
"diff": "@@ -15,7 +15,7 @@ import { faShareSquare } from \"@fortawesome/free-solid-svg-icons/faShareSquare\";\nimport { faBellSlash } from \"@fortawesome/free-solid-svg-icons/faBellSlash\";\nimport { APIGroup } from \"Models/API\";\n-import { FormatAPIFilterQuery } from \"Stores/A... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): generate correct group URL
current filters got appended to the group url, fix it by stripping query args away | 1 | fix | ui |
67,516 | 14.08.2019 19:24:18 | -7,200 | 47b95c54d61d85a5f49340cfc4afffe175d8dfac | fix(i18n): alias registration for `.bind` pattern | [
{
"change_type": "MODIFY",
"diff": "@@ -93,13 +93,19 @@ describe('translation-integration', function () {\nit('works with aliases', async function () {\n- @customElement({ name: 'app', template: `<span id='t' t='simple.text'></span><span id='i18n' i18n='simple.text'></span>` })\n- class App { }\n+ @customEl... | TypeScript | MIT License | aurelia/aurelia | fix(i18n): alias registration for `.bind` pattern | 1 | fix | i18n |
815,595 | 14.08.2019 19:38:36 | -28,800 | c96834999050043bf4b55d4d53a450547f56d10c | feat: Hardcode allow 0x2512cdcf8768156f47a312074ce4c07e6d894fc4d252a00976b84b6008bd32a6 | [
{
"change_type": "MODIFY",
"diff": "@@ -15,7 +15,7 @@ use ckb_store::ChainStore;\nuse ckb_traits::{BlockMedianTimeContext, ChainProvider};\nuse fnv::FnvHashSet;\nuse lru_cache::LruCache;\n-use numext_fixed_hash::H256;\n+use numext_fixed_hash::{h256, H256};\nuse rayon::iter::{IndexedParallelIterator, IntoPar... | Rust | MIT License | nervosnetwork/ckb | feat: Hardcode allow 0x2512cdcf8768156f47a312074ce4c07e6d894fc4d252a00976b84b6008bd32a6 | 1 | feat | null |
67,482 | 14.08.2019 19:42:34 | 25,200 | b5797c19bb4b3b9c3aa7244fee7d9063dc22ba2b | test(styles): basic set of tests now in place | [
{
"change_type": "MODIFY",
"diff": "import { DI, PLATFORM, Registration } from '@aurelia/kernel';\n-import { CustomAttribute, INode } from '@aurelia/runtime';\n-import { AdoptedStyleSheetsStyles, CSSModulesProcessorRegistry, ShadowDOMRegistry, StyleConfiguration } from '@aurelia/runtime-html';\n-import { as... | TypeScript | MIT License | aurelia/aurelia | test(styles): basic set of tests now in place | 1 | test | styles |
815,595 | 14.08.2019 20:16:37 | -28,800 | 5e682c6c28e11161c8d044e454ec2a3def002c1a | feat: hardcode allow 0x27b92b5837953f8880ef5b1efe9f7b324e7ed5ede38c1b678f416ebb0a5c5484 | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,7 @@ use crate::{BlockNumber, EpochNumber};\nuse ckb_occupied_capacity::Result as CapacityResult;\nuse ckb_util::LowerHexOption;\nuse fnv::{FnvHashMap, FnvHashSet};\n-use numext_fixed_hash::H256;\n+use numext_fixed_hash::{h256, H256};\nuse serde_derive::{Deseri... | Rust | MIT License | nervosnetwork/ckb | feat: hardcode allow 0x27b92b5837953f8880ef5b1efe9f7b324e7ed5ede38c1b678f416ebb0a5c5484 | 1 | feat | null |
67,482 | 14.08.2019 20:44:01 | 25,200 | 49060984bd0e6394fe83956e2461d457defd3c55 | fix(styles): address two deep scan issues | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,6 @@ import {\nAdoptedStyleSheetsStyles,\nCSSModulesProcessorRegistry,\nIShadowDOMStyles,\n- ShadowDOMProjector,\nShadowDOMRegistry,\nStyleConfiguration,\nStyleElementStyles,\n",
"new_path": "packages/__tests__/runtime-html/styles.spec.ts",
"old_path": ... | TypeScript | MIT License | aurelia/aurelia | fix(styles): address two deep scan issues | 1 | fix | styles |
67,516 | 14.08.2019 21:56:20 | -7,200 | 323597034b422090e11251b7155579b76d4bf22e | fix(i18n): build-failure correction | [
{
"change_type": "MODIFY",
"diff": "@@ -71,7 +71,7 @@ export class TranslationBindingRenderer implements IInstructionRenderer {\n) { }\npublic render(flags: LifecycleFlags, dom: IDOM, context: IRenderContext, renderable: IController, target: HTMLElement, instruction: ICallBindingInstruction): void {\n- crea... | TypeScript | MIT License | aurelia/aurelia | fix(i18n): build-failure correction | 1 | fix | i18n |
67,516 | 14.08.2019 22:23:23 | -7,200 | 0b0502efaa1793cbb186c372533bc124235a71ed | fix(i18n): code climate | [
{
"change_type": "MODIFY",
"diff": "@@ -47,22 +47,23 @@ export class TranslationBinding implements IPartialConnectableBinding {\n}\npublic static create({ parser, observerLocator, context, renderable, target, instruction, isParameterContext }: TranslationBindingCreationContext) {\n+ const binding = this.get... | TypeScript | MIT License | aurelia/aurelia | fix(i18n): code climate | 1 | fix | i18n |
67,516 | 14.08.2019 22:52:49 | -7,200 | 4e625648d36945e00e4b8c80ce2a6ede234b118a | fix(i18n): code climate fix | [
{
"change_type": "MODIFY",
"diff": "@@ -180,12 +180,7 @@ export class TranslationBinding implements IPartialConnectableBinding {\n// build template and add marker\nconst template = DOM.createTemplate() as HTMLTemplateElement;\n- // prepend text if exists\n- if (content.prepend) {\n- const prepend: Node = DO... | TypeScript | MIT License | aurelia/aurelia | fix(i18n): code climate fix | 1 | fix | i18n |
76,613 | 14.08.2019 23:31:28 | -7,200 | ec2dc7a9e89fe7f56753a78f701abd8522fc487d | docs: loading-from-excel: fix a typo
... da. -> ... data. | [
{
"change_type": "MODIFY",
"diff": "The NLP manager can load all the information from an excel file.\nYou can find an example excel file at https://github.com/axa-group/nlp.js/blob/master/test/nlp/rules.xls\n-Inside the excel there must exists 4 tables: Languages, Named Entities, Intents and Responses. It's... | JavaScript | MIT License | axa-group/nlp.js | docs: loading-from-excel: fix a typo (#241)
... da. -> ... data. | 1 | docs | null |
151,430 | 14.08.2019 23:58:46 | 25,200 | 94c8b81327fcaebdc250f99e63688a53a0358ed9 | docs: simplify custom collection example | [
{
"change_type": "MODIFY",
"diff": "@@ -26,6 +26,7 @@ const StyledListItem = styled.li({\n...listItemStyles,\ntextDecoration: 'none',\ndisplay: 'block',\n+ // paddingLeft: '5px',\nwidth: '80%',\n'&.active': {\ncolor: colors.primary,\n",
"new_path": "site/gatsby-theme-base/src/components/sidebar-nav/inde... | JavaScript | MIT License | davidwells/analytics | docs: simplify custom collection example | 1 | docs | null |
679,913 | 14.08.2019 23:59:01 | -3,600 | 5a75f3d62b36b321e0aecefcc2daf7fed308f69a | feat(examples): user state atom, add undo/redo support for imgui demo | [
{
"change_type": "MODIFY",
"diff": "rel=\"stylesheet\"\n/>\n</head>\n- <body class=\"sans-serif bg-black white ma0 pa0\">\n+ <body class=\"sans-serif bg-black white ma0 pa0 overflow-hidden\">\n<div id=\"app\"></div>\n<div class=\"z-1 fixed bottom-0 right-0 pa3\">\n<a\n",
"new_path": "examples/imgui/inde... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(examples): user state atom, add undo/redo support for imgui demo | 1 | feat | examples |
447,451 | 14.08.2019 23:59:10 | 18,000 | 4973a7a681a0cf286b8e52659ce5157c5dae02be | fix: reset ImportRecordsFlow state when close the modal | [
{
"change_type": "MODIFY",
"diff": "-import React, { useState, useEffect } from 'react';\n+import React, { useState, useEffect, useRef } from 'react';\nimport PropTypes from 'prop-types';\nimport XLSX from 'xlsx';\nimport Modal from '../Modal';\n@@ -54,10 +54,30 @@ function ImportRecordsFlow(props) {\nconst... | JavaScript | MIT License | nexxtway/react-rainbow | fix: reset ImportRecordsFlow state when close the modal (#874) | 1 | fix | null |
713,841 | 15.08.2019 01:29:26 | -7,200 | bacc2254a9bb4f417142c3b861f458203ab29a45 | test(local-storage): restore mocks implementation over readdir fn | [
{
"change_type": "MODIFY",
"diff": "@@ -8,5 +8,5 @@ module.exports = {\n},\nverbose: true,\ncollectCoverage: true,\n- coveragePathIgnorePatterns: ['node_modules', '_storage', 'fixtures'],\n+ coveragePathIgnorePatterns: ['node_modules', '_storage', 'fixtures', 'lib'],\n};\n",
"new_path": "plugins/local-s... | TypeScript | MIT License | verdaccio/monorepo | test(local-storage): restore mocks implementation over readdir fn | 1 | test | local-storage |
503,988 | 15.08.2019 08:54:01 | 18,000 | 0f50fda0f8130a3c07a1fee34970b3524b9b753b | feat(Dropdown): adds missing class, changes icon type in toggle
* feat(Dropdown): fix missing item class, change toggle icon type to fix warning
add in icon to example for testing
* feat(Dropdown): fix item classes | [
{
"change_type": "MODIFY",
"diff": "@@ -6,14 +6,14 @@ typescript: true\n---\nimport { Dropdown, DropdownToggle, DropdownToggleCheckbox, DropdownItem, DropdownSeparator, DropdownPosition, DropdownDirection, KebabToggle, DropdownGroup } from '@patternfly/react-core';\n-import { ThIcon } from '@patternfly/reac... | TypeScript | MIT License | patternfly/patternfly-react | feat(Dropdown): adds missing class, changes icon type in toggle (#2702)
* feat(Dropdown): fix missing item class, change toggle icon type to fix warning
add in icon to example for testing
* feat(Dropdown): fix item classes | 1 | feat | Dropdown |
104,839 | 15.08.2019 09:25:24 | 10,800 | 64b6a67869e497137fffd145f30dae0ab6adab62 | fix(imagecard): change hotspots position to center | [
{
"change_type": "MODIFY",
"diff": "@@ -32,8 +32,8 @@ const defaultProps = {\nconst Hotspot = ({ x, y, content, icon, color, width, height, ...others }) => {\nconst hotspotStyle = {\nposition: 'absolute',\n- top: `${y}%`,\n- left: `${x}%`,\n+ top: `calc(${y}% - ${height / 2}px)`,\n+ left: `calc(${x}% - ${wi... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(imagecard): change hotspots position to center | 1 | fix | imagecard |
104,844 | 15.08.2019 10:05:01 | 14,400 | 1fc833ccf99aebcdfbebf4af5f2ed63c8281d9fb | feat(a11y): adding a11y tooling to project | [
{
"change_type": "MODIFY",
"diff": "@@ -15,6 +15,7 @@ before_install:\n- echo \"deb http://dl.yarnpkg.com/debian/ stable main\" | sudo tee /etc/apt/sources.list.d/yarn.list\n- sudo apt-get update -qq\n- sudo apt-get install -y -qq yarn\n+ - curl -u $USERNAME:$APIKEY \"https://na.artifactory.swg-devops.com/a... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(a11y): adding a11y tooling to project | 1 | feat | a11y |
815,604 | 15.08.2019 10:39:55 | -28,800 | d4f67aa3b9dd16a85ac27eb4493caaea32da01b0 | chore: remove block_hash from get_live_cell params | [
{
"change_type": "MODIFY",
"diff": "@@ -523,11 +523,11 @@ http://localhost:8114\n### `get_live_cell`\n-Returns the information about a cell by out_point. If <block_hash> is not specific, returns the cell if it is live. If <block_hash> is specified, return the live cell only if the corresponding block contai... | Rust | MIT License | nervosnetwork/ckb | chore: remove block_hash from get_live_cell params | 1 | chore | null |
304,866 | 15.08.2019 11:03:31 | 25,200 | 3137d2af4892331adee1f29bb3ec15506e65d708 | feat(stdlib): add an experimental "to" function | [
{
"change_type": "MODIFY",
"diff": "@@ -85,6 +85,23 @@ func EqualResults(want, got []flux.Result) error {\nfunc EqualResultIterators(want, got flux.ResultIterator) error {\nfor {\nif w, g := want.More(), got.More(); w != g {\n+ var err error\n+ if w {\n+ drain(want)\n+ err = got.Err()\n+ } else {\n+ drain(g... | Go | MIT License | influxdata/flux | feat(stdlib): add an experimental "to" function (#1703) | 1 | feat | stdlib |
791,696 | 15.08.2019 11:21:37 | 25,200 | 69ce8efdc12efd7f02e3ecaf6aedca56f6ba26a0 | report(accessibility): make dropdown match ARIA action menu button pattern | [
{
"change_type": "MODIFY",
"diff": "@@ -51,6 +51,8 @@ class ReportUIFeatures {\n/** @type {HTMLElement} */\nthis.toolsButton; // eslint-disable-line no-unused-expressions\n/** @type {HTMLElement} */\n+ this.toolsDropDown; // eslint-disable-line no-unused-expressions\n+ /** @type {HTMLElement} */\nthis.topba... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report(accessibility): make dropdown match ARIA action menu button pattern (#9433) | 1 | report | accessibility |
127,939 | 15.08.2019 11:57:51 | -10,800 | 81e7b2312eeb79416b254c30423290c938521f71 | chore(Form Input): added valid type to text input | [
{
"change_type": "MODIFY",
"diff": "@@ -18,12 +18,10 @@ type TextInputTypes =\n| 'text'\n| 'url';\n-type TextInputProps = {\n+type TextInputProps = React.InputHTMLAttributes<HTMLInputElement> & {\nlabel?: string;\ntype?: TextInputTypes;\nplaceholder?: string;\n- disabled?: boolean;\n- required?: boolean;\ne... | TypeScript | MIT License | coingaming/moon-design | chore(Form Input): added valid type to text input | 1 | chore | Form Input |
471,520 | 15.08.2019 12:54:30 | -7,200 | af8f4c7639cdc31298a7de340416a57da88ced3f | fix(eslint-config): set arrow-parens rule | [
{
"change_type": "MODIFY",
"diff": "@@ -10,6 +10,7 @@ module.exports = {\n},\nplugins: ['html'],\nrules: {\n+ 'arrow-parens': ['error', 'as-needed', { requireForBlockBody: true }],\n'no-underscore-dangle': 'off',\n'import/extensions': ['error', 'always', { ignorePackages: true }],\n'import/prefer-default-ex... | JavaScript | MIT License | open-wc/open-wc | fix(eslint-config): set arrow-parens rule | 1 | fix | eslint-config |
71,468 | 15.08.2019 13:06:14 | -7,200 | c240e1e2c0f8bc59dd89c71aa9754f5dcb7074d2 | feat(events-targets): allow specifying event for codebuild project target
* feat(events-targets): Add event prop
* Update codebuild.ts
* feat(events-targets): Add unit test
* Revert "feat(events-targets): Add unit test"
This reverts commit
* feat(events-targets): Add unit test | [
{
"change_type": "MODIFY",
"diff": "@@ -3,12 +3,28 @@ import events = require('@aws-cdk/aws-events');\nimport iam = require('@aws-cdk/aws-iam');\nimport { singletonEventRole } from './util';\n+/**\n+ * Customize the CodeBuild Event Target\n+ */\n+export interface CodeBuildProjectProps {\n+ /**\n+ * The even... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(events-targets): allow specifying event for codebuild project target (#3637)
* feat(events-targets): Add event prop
* Update codebuild.ts
* feat(events-targets): Add unit test
* Revert "feat(events-targets): Add unit test"
This reverts commit e7dbd2ec179ce6c7ae5be0da5b855343ceb614e5.
* feat(events-targets): ... | 1 | feat | events-targets |
815,573 | 15.08.2019 13:28:12 | -28,800 | b2ed6559ab6ba510915f0aa6cc87b8525727d68f | feat: Ignore genesis cellbase maturity check | [
{
"change_type": "MODIFY",
"diff": "@@ -225,14 +225,15 @@ impl<'a> MaturityVerifier<'a> {\npub fn verify(&self) -> Result<(), TransactionError> {\nlet cellbase_immature = |meta: &CellMeta| -> bool {\n- meta.is_cellbase()\n- && self.block_number\n- < meta\n+ let cell_block_number = meta\n.transaction_info\n.... | Rust | MIT License | nervosnetwork/ckb | feat: Ignore genesis cellbase maturity check | 1 | feat | null |
127,939 | 15.08.2019 13:54:44 | -10,800 | a2426e31215714b970c6d2f442b1536ecc255566 | chore(Icons): update icon viewport according to requirements set out in CONTRIBUTING | [
{
"change_type": "MODIFY",
"diff": "-<svg width=\"51\" height=\"64\" viewBox=\"0 0 51 64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n-<path d=\"M11.7692 0C15.4419 0 18.2242 0.93992 20.1162 2.81976C21.2291 3.90209 22.0917 5.41166 22.7038 7.34846C23.3159 9.28527 23.6219 12.0196 23.6219 15.5514V21.1... | TypeScript | MIT License | coingaming/moon-design | chore(Icons): update icon viewport according to requirements set out in CONTRIBUTING | 1 | chore | Icons |
791,690 | 15.08.2019 14:03:38 | 18,000 | 6861412ed117e1fc1c27e34f89b345c47e490bfd | core(start-url): stay offline for entirety of offlinePass | [
{
"change_type": "MODIFY",
"diff": "@@ -13,6 +13,9 @@ class Offline extends Gatherer {\n* @param {LH.Gatherer.PassContext} passContext\n*/\nbeforePass(passContext) {\n+ // This call sets up the offline state for the page navigation of the `offlinePass` in gather-runner.\n+ // gather-runner will automaticall... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(start-url): stay offline for entirety of offlinePass (#9451) | 1 | core | start-url |
366,918 | 15.08.2019 14:17:34 | -32,400 | d6f69b9cae8aee7294711032bd7f833b38f6bb6b | chore: rename Border to Frame | [
{
"change_type": "MODIFY",
"diff": "@@ -22,5 +22,5 @@ export { createTheme } from './themes/createTheme'\nexport { ThemeProvider } from './themes/ThemeProvider'\nexport { defaultPalette } from './themes/createPalette'\nexport { defaultHover } from './themes/createInteraction'\n-export { defaultBorder } from... | TypeScript | MIT License | kufu/smarthr-ui | chore: rename Border to Frame | 1 | chore | null |
366,918 | 15.08.2019 14:19:00 | -32,400 | 057dfa81a0242c50a40760951dd1afb6241a16cd | chore: remove duplicated property | [
{
"change_type": "MODIFY",
"diff": "@@ -48,7 +48,6 @@ export const defaultPalette = {\nexport const createPalette = (userPalette: PaletteProperty = {}) => {\nconst created: CreatedPaletteTheme = merge(\n{\n- hoverColor,\n...defaultPalette,\n},\nuserPalette,\n",
"new_path": "src/themes/createPalette.ts",... | TypeScript | MIT License | kufu/smarthr-ui | chore: remove duplicated property | 1 | chore | null |
713,841 | 15.08.2019 14:19:05 | -7,200 | a2d3f0ce61dcd197ebfe885526c6c24bc339849f | test(local-storage): normalize and lowercase paths | [
{
"change_type": "MODIFY",
"diff": "@@ -71,8 +71,12 @@ describe('Local Database', () => {\nexpect(storage).toBeDefined();\nif (storage) {\n- const storagePath = (storage as ILocalFSPackageManager).path;\n- expect(storagePath).toBe(path.join(__dirname, '__fixtures__', optionsPlugin.config.storage || '', pkgN... | TypeScript | MIT License | verdaccio/monorepo | test(local-storage): normalize and lowercase paths | 1 | test | local-storage |
679,913 | 15.08.2019 14:36:59 | -3,600 | b8d0892b3847c4440be4d8bba81554f476e9e446 | feat(imgui): add cursor & LayoutBox support, add docs | [
{
"change_type": "MODIFY",
"diff": "import { Predicate } from \"@thi.ng/api\";\n+import { ReadonlyVec } from \"@thi.ng/vectors\";\nexport type Color = string | number | number[];\n@@ -7,6 +8,7 @@ export type Hash = number | string;\nexport interface GUITheme {\nglobalBg?: Color;\nfont?: string;\n+ fontSize:... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(imgui): add cursor & LayoutBox support, add docs | 1 | feat | imgui |
217,922 | 15.08.2019 14:39:36 | -7,200 | f44d6a81b0addb92f6d02ee1ba8a159c4dbff3c3 | chore(release): 5.7.8 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"5.7.8\"></a>\n+## [5.7.8](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compare/... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 5.7.8 | 1 | chore | release |
104,857 | 15.08.2019 15:25:29 | 10,800 | 0496497094ae5d942d87b9879ab657028d67b34d | fix(dashboard): if need to render the last updated or not prop | [
{
"change_type": "MODIFY",
"diff": "@@ -92,6 +92,8 @@ const propTypes = {\ncloneCardLabel: PropTypes.string,\ndeleteCardLabel: PropTypes.string,\n}),\n+ /** If the header should render the last updated section */\n+ hasLastUpdated: PropTypes.bool,\n};\nconst defaultProps = {\n@@ -124,6 +126,7 @@ const defau... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(dashboard): if need to render the last updated or not prop | 1 | fix | dashboard |
104,857 | 15.08.2019 15:26:13 | 10,800 | 41f2a12356364c4a4598d2dc1899f58b95fa2bc1 | fix(hero): support right content of breadcrumb and design alignment | [
{
"change_type": "MODIFY",
"diff": "@@ -11,6 +11,8 @@ const propTypes = {\ndescription: PropTypes.node,\n/** Optional What to render in the right side of the hero */\nrightContent: PropTypes.node,\n+ /** Optional what to render in the right side of the breadcrumb */\n+ rightContentBreadcrumb: PropTypes.node... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(hero): support right content of breadcrumb and design alignment | 1 | fix | hero |
679,913 | 15.08.2019 15:40:20 | -3,600 | b4aee22a0767a21e6b361aaf01ac8fba6bd686e6 | feat(imgui): add theme stack, extract default event handlers | [
{
"change_type": "ADD",
"diff": "+import { MouseButton } from \"./api\";\n+import { IMGUI } from \"./gui\";\n+\n+/**\n+ * Injects default mouse & touch event handlers into `gui.attribs` and\n+ * attaches keydown/up listeners to `window`.\n+ *\n+ * This method should only be used if the IMGUI is to be update... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(imgui): add theme stack, extract default event handlers | 1 | feat | imgui |
104,844 | 15.08.2019 15:52:47 | 14,400 | 7ca6990f1b147beb2435f53bf531be81b538b662 | feat(a11y): add autmated test config and test | [
{
"change_type": "ADD",
"diff": "+module.exports = {\n+ authToken: process.env.AAT_AUTH_TOKEN,\n+ ruleArchive: 'latest',\n+ policies: ['IBM_Accessibility_WCAG21'],\n+ failLevels: ['violation'],\n+ reportLevels: [\n+ 'violation',\n+ 'potentialviolation',\n+ 'recommendation',\n+ 'potentialrecommendation',\n+ ... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(a11y): add autmated test config and test | 1 | feat | a11y |
217,922 | 15.08.2019 16:02:22 | -7,200 | 5f7b4348ee2e2609d3338a5de2981410d9bf7c31 | chore(ci): trying to fix circleci derping with ssh | [
{
"change_type": "MODIFY",
"diff": "@@ -14,7 +14,7 @@ ssh-keyscan -H cdn.ffxivteamcraft.com >> ~/.ssh/known_hosts\nrsync -avz ./dist/apps/client/* dalamud@cdn.ffxivteamcraft.com:~/cdn.ffxivteamcraft.com/${PACKAGE_VERSION}\n-ssh dalamud@cdn.ffxivteamcraft.com << EOF\n+ssh -4 -D 8081 dalamud@cdn.ffxivteamcraf... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(ci): trying to fix circleci derping with ssh | 1 | chore | ci |
791,760 | 15.08.2019 16:03:19 | 25,200 | f5522532694f0644e6e339ac4efafa8325f6fb88 | clients(proto): don't filter channel from configSettings | [
{
"change_type": "MODIFY",
"diff": "@@ -29,10 +29,10 @@ function processForProto(lhr) {\n// 'ignore unknown fields' in the language of conversion.\nif (reportJson.configSettings) {\n// The settings that are in both proto and LHR\n- const {emulatedFormFactor, locale, onlyCategories} = reportJson.configSettin... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | clients(proto): don't filter channel from configSettings (#9554) | 1 | clients | proto |
217,922 | 15.08.2019 16:07:57 | -7,200 | 7d105e15f3298209e092d3930a77c7f8c7f8db25 | chore(ci): nvm, it was cloudflare | [
{
"change_type": "MODIFY",
"diff": "@@ -14,7 +14,7 @@ ssh-keyscan -H cdn.ffxivteamcraft.com >> ~/.ssh/known_hosts\nrsync -avz ./dist/apps/client/* dalamud@cdn.ffxivteamcraft.com:~/cdn.ffxivteamcraft.com/${PACKAGE_VERSION}\n-ssh -4 -D 8081 dalamud@cdn.ffxivteamcraft.com << EOF\n+ssh dalamud@cdn.ffxivteamcraf... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(ci): nvm, it was cloudflare | 1 | chore | ci |
304,904 | 15.08.2019 16:21:55 | 25,200 | 62ce0cb1b6f05bd31d24dd2eba3cf857f7e80cff | docs(CONTRIBUTING): add vulnerability reporting section
Added Security Vulnerability Reporting section | [
{
"change_type": "MODIFY",
"diff": "@@ -78,6 +78,13 @@ $ go generate ./stdlib\nThe Flux codebase follows the guidelines from [Effective Go](https://golang.org/doc/effective_go.html).\nPlease familiarize yourself with these guidelines before submitting a pull request.\n+## Security Vulnerability Reporting\n+... | Go | MIT License | influxdata/flux | docs(CONTRIBUTING): add vulnerability reporting section
Added Security Vulnerability Reporting section | 1 | docs | CONTRIBUTING |
67,482 | 15.08.2019 16:32:12 | 25,200 | 2c397ec17468bc5a9d164a64d95b5b27b6ba3b26 | fix(styles): ensure all styles infrastructure uses the dom abstraction
...rather than globals | [
{
"change_type": "MODIFY",
"diff": "import { DI, PLATFORM, Registration } from '@aurelia/kernel';\n-import { Controller, CustomAttribute, CustomElement, INode } from '@aurelia/runtime';\n+import { Controller, CustomAttribute, CustomElement, INode, Aurelia } from '@aurelia/runtime';\nimport {\nAdoptedStyleSh... | TypeScript | MIT License | aurelia/aurelia | fix(styles): ensure all styles infrastructure uses the dom abstraction
...rather than globals | 1 | fix | styles |
67,482 | 15.08.2019 16:33:22 | 25,200 | 8adaaad21ca4c2593e51b48c0f6043d3beb2e9f2 | chore(styles): remove unused import | [
{
"change_type": "MODIFY",
"diff": "-import { DI, PLATFORM, Registration } from '@aurelia/kernel';\n-import { Controller, CustomAttribute, CustomElement, INode, Aurelia } from '@aurelia/runtime';\n+import { DI, Registration } from '@aurelia/kernel';\n+import { Aurelia, Controller, CustomAttribute, CustomEle... | TypeScript | MIT License | aurelia/aurelia | chore(styles): remove unused import | 1 | chore | styles |
104,844 | 15.08.2019 16:39:15 | 14,400 | 389354faeacd102018761d3299cffb9f236e0a8f | feat(aa1y): add yaml config for aat | [
{
"change_type": "ADD",
"diff": "+# optional - Specify the rule archive\n+# i.e. For May rule archive use ruleArchive: 2017MayDeploy\n+# Default: latest\n+# Refer to README.md FAQ section below to get the rule archive ID.\n+ruleArchive: latest\n+\n+# optional - Specify one or many policies to scan.\n+# i.e.... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(aa1y): add yaml config for aat | 1 | feat | aa1y |
67,482 | 15.08.2019 16:50:46 | 25,200 | 084f4e23fa5287053886aeec9211669a832aa057 | fix(jsdom): add missing types | [
{
"change_type": "MODIFY",
"diff": "@@ -33,7 +33,9 @@ class JSDOMInitializer implements IDOMInitializer {\nthis.jsdom.window.Node,\nthis.jsdom.window.Element,\nthis.jsdom.window.HTMLElement,\n- this.jsdom.window.CustomEvent\n+ this.jsdom.window.CustomEvent,\n+ this.jsdom.window.CSSStyleSheet,\n+ class Shado... | TypeScript | MIT License | aurelia/aurelia | fix(jsdom): add missing types | 1 | fix | jsdom |
866,394 | 15.08.2019 17:08:56 | 14,400 | 2ebee7febda4cb35daf0e00000be84018c4e43d7 | feat(deployments): added and updated deployment scripts for packages | [
{
"change_type": "MODIFY",
"diff": "@@ -44,31 +44,50 @@ jobs:\n- run:\nname: Build packages\ncommand: yarn build\n- - deploy:\n- name: deploy to IBM Cloud\n+ - run:\n+ name: Install ibmcloud CLI\n+ command: curl -fsSL https://clis.ng.bluemix.net/install/linux | sh\n+ - run:\n+ name: IBM Cloud Login\ncommand... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | feat(deployments): added and updated deployment scripts for packages | 1 | feat | deployments |
866,394 | 15.08.2019 17:08:56 | 14,400 | b8f8ccf6f6443c7c2ff1e5548632d0b32c3f0686 | feat(deployments): added and updated deployment scripts for packages
This adds deployments for services and utilities to IBM cloud, as well as
updates to the deployment scripts for the react package. | [
{
"change_type": "MODIFY",
"diff": "@@ -28,7 +28,7 @@ jobs:\ndeploy:\ndocker:\n- image: circleci/node:10.15-browsers\n- working_directory: ~/repo\n+ working_directory: /home/circleci/project\nsteps:\n- checkout\n- run:\n@@ -44,30 +44,49 @@ jobs:\n- run:\nname: Build packages\ncommand: yarn build\n- - deploy... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | feat(deployments): added and updated deployment scripts for packages
This adds deployments for services and utilities to IBM cloud, as well as
updates to the deployment scripts for the react package. | 1 | feat | deployments |
866,394 | 15.08.2019 17:15:52 | 14,400 | 44ecc4fde2b8306c9e0d1abcec6100fd8e76032a | fix(circleci): fixed the deployment scripts for circleci | [
{
"change_type": "MODIFY",
"diff": "@@ -61,7 +61,7 @@ jobs:\nibmcloud cf install-plugin blue-green-deploy -f -r CF-Community\n- deploy:\nname: deploy package react\n- command:\n+ command: |\ncd ~/packages/react\nyarn build-storybook\n@@ -70,7 +70,7 @@ jobs:\n--delete-old-apps\n- deploy:\nname: deploy packag... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix(circleci): fixed the deployment scripts for circleci | 1 | fix | circleci |
722,095 | 15.08.2019 17:17:09 | -28,800 | 512c6abcf0339ffbe21f0a63b5b4b7c822bc3b24 | docs: renderRootJsx sample fix
There seems to be some problem on line 458 | [
{
"change_type": "MODIFY",
"diff": "@@ -455,8 +455,10 @@ An example\n```javascript\n// config/styleguide.root.js\nexport default function (previewComponent) {\n+ return {\nrender(createElement) {\nreturn createElement(previewComponent);\n+ }\n},\n}\n```\n",
"new_path": "docs/Configuration.md",
"old_... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | docs: renderRootJsx sample fix
There seems to be some problem on line 458 | 1 | docs | null |
866,394 | 15.08.2019 17:26:49 | 14,400 | 8acf7ec595fb34af27540bb8018fc8ac1b753dad | fix(circleci): fixed the working directory reference | [
{
"change_type": "MODIFY",
"diff": "@@ -62,7 +62,7 @@ jobs:\n- deploy:\nname: deploy package react\ncommand: |\n- cd ~/packages/react\n+ cd $CIRCLE_WORKING_DIRECTORY/packages/react\nyarn build-storybook\nibmcloud cf blue-green-deploy ibmdotcomlibrary-react \\\n@@ -71,7 +71,7 @@ jobs:\n- deploy:\nname: deplo... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix(circleci): fixed the working directory reference | 1 | fix | circleci |
104,839 | 15.08.2019 17:53:26 | 10,800 | 4bdc10c6e4c2cef52eb4963e63c08d8d5707f224 | fix(imagecard): fix zoom target to center | [
{
"change_type": "MODIFY",
"diff": "@@ -54,6 +54,8 @@ class ImageHotspots extends React.Component {\ninitialSize: 100,\nwidth: undefined,\nheight: undefined,\n+ guideWidth: undefined,\n+ guideHeight: undefined,\noffsetX: 0,\noffsetY: 0,\n},\n@@ -75,13 +77,7 @@ class ImageHotspots extends React.Component {\n... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(imagecard): fix zoom target to center | 1 | fix | imagecard |
866,394 | 15.08.2019 18:05:16 | 14,400 | d3cfea0bbc931ebba460b2f05f538b85312ec9c8 | fix(circleci): reverted deploy trigger to tag based | [
{
"change_type": "MODIFY",
"diff": "@@ -176,4 +176,7 @@ workflows:\n- artifacts\nfilters:\nbranches:\n- only: feat/877-deployments\n+ ignore: /.*/\n+ tags:\n+ only: /^v\\d+\\.\\d+\\.\\d+$/\n+\n",
"new_path": ".circleci/config.yml",
"old_path": ".circleci/config.yml"
}
] | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix(circleci): reverted deploy trigger to tag based | 1 | fix | circleci |
679,913 | 15.08.2019 18:10:00 | -3,600 | dce481a114d2ac1be04e2b9ddff584c2da90a28c | feat(imgui): add disabled component stack, update theme & behaviors | [
{
"change_type": "MODIFY",
"diff": "@@ -16,10 +16,13 @@ export interface GUITheme {\ncursor: Color;\ncursorBlink: number;\nbg: Color;\n- fg: Color;\n- text: Color;\n+ bgDisabled: Color;\nbgHover: Color;\n+ fg: Color;\n+ fgDisabled: Color;\nfgHover: Color;\n+ text: Color;\n+ textDisabled: Color;\ntextHover: ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(imgui): add disabled component stack, update theme & behaviors | 1 | feat | imgui |
71,200 | 15.08.2019 20:12:49 | 14,400 | a8ee98706edd3287a391f40fd56c74cf612c277d | fix(iam): support NotActions/NotResources | [
{
"change_type": "MODIFY",
"diff": "@@ -14,16 +14,20 @@ export class PolicyStatement {\npublic effect: Effect;\nprivate action = new Array<any>();\n+ private notaction = new Array<any>();\nprivate principal: { [key: string]: any[] } = {};\nprivate resource = new Array<any>();\n+ private notresource = new Ar... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(iam): support NotActions/NotResources (#964) (#3677)
Signed-off-by: Elliot Murphy <statik@users.noreply.github.com> | 1 | fix | iam |
679,913 | 15.08.2019 22:18:21 | -3,600 | 0333fa67f5129d32ffb21ccf303335c13995365e | feat(imgui): add dialGroup, ringGroup, fix/update label hashing | [
{
"change_type": "MODIFY",
"diff": "@@ -230,7 +230,7 @@ export const DEFAULT_THEME: GUITheme = {\nfgDisabled: [0.2, 0.8, 1, 0.5],\nfgHover: [0.3, 0.9, 1, 1],\ntext: [0.3, 0.3, 0.3, 1],\n- textDisabled: [0.3, 0.3, 0.3, 1],\n+ textDisabled: [0.3, 0.3, 0.3, 0.5],\ntextHover: [0.2, 0.2, 0.4, 1],\nbgTooltip: [1,... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(imgui): add dialGroup, ringGroup, fix/update label hashing | 1 | feat | imgui |
67,479 | 15.08.2019 22:59:37 | -36,000 | 27413cd731c4a78442b53918c2157bd9e0b2b3e2 | refactor(blur): use lifecycle to enqueue/dequeue | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,9 @@ import {\nbindable,\ncustomAttribute,\nIDOM,\n- INode\n+ ILifecycle,\n+ INode,\n+ Priority\n} from '@aurelia/runtime';\nimport { HTMLDOM } from '../../dom';\n@@ -28,7 +30,8 @@ export class BlurManager {\nprivate handler: EventListenerObject;\nprivate const... | TypeScript | MIT License | aurelia/aurelia | refactor(blur): use lifecycle to enqueue/dequeue | 1 | refactor | blur |
67,479 | 15.08.2019 23:04:32 | -36,000 | ca64b3bfacdee32fb389d71983e1260a35b744a4 | chore(blur): fix tests | [
{
"change_type": "MODIFY",
"diff": "import { PLATFORM } from '@aurelia/kernel';\n+import { ILifecycle } from '@aurelia/runtime';\nimport { Blur } from '@aurelia/runtime-html';\nimport { assert, createSpy, eachCartesianJoin, HTMLTestContext, TestContext } from '@aurelia/testing';\n@@ -389,7 +390,8 @@ describ... | TypeScript | MIT License | aurelia/aurelia | chore(blur): fix tests | 1 | chore | blur |
67,479 | 15.08.2019 23:06:48 | -36,000 | a214f950170bb01d1608d16baca35f0cf701db55 | chore(lint): remove unused stuff in tests | [
{
"change_type": "MODIFY",
"diff": "@@ -99,7 +99,7 @@ describe('blur.integration.spec.ts', () => {\n[blurAttrs, normalUsageTestCases],\n(command, { title, template, getFocusable, app, assertFn }: IBlurTestCase) => {\nit(title(command), async function() {\n- const { ctx, au, component, dispose } = setup<IApp... | TypeScript | MIT License | aurelia/aurelia | chore(lint): remove unused stuff in tests | 1 | chore | lint |
679,913 | 16.08.2019 00:45:19 | -3,600 | 99c2987e21f1f8fbf3e99cb7e7e8dbe5ab3dc394 | feat(imgui): add key handling for radialMenu() | [
{
"change_type": "MODIFY",
"diff": "@@ -6,8 +6,10 @@ import {\nvertices\n} from \"@thi.ng/geom\";\nimport { triFan } from \"@thi.ng/geom-tessellate\";\n+import { fmod } from \"@thi.ng/math\";\nimport { mapIndexed } from \"@thi.ng/transducers\";\nimport { add2, hash } from \"@thi.ng/vectors\";\n+import { Key... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(imgui): add key handling for radialMenu() | 1 | feat | imgui |
679,913 | 16.08.2019 00:45:43 | -3,600 | b3da5b109c9e6b231d11a685176341b08bf24cde | feat(examples): update imgui demo, add docs | [
{
"change_type": "MODIFY",
"diff": "href=\"https://fonts.googleapis.com/css?family=IBM+Plex+Mono&display=swap\"\nrel=\"stylesheet\"\n/>\n+ <style>\n+ .code {\n+ font-family: \"IBM Plex Mono\";\n+ }\n+ </style>\n</head>\n<body class=\"sans-serif bg-black white ma0 pa0 overflow-hidden\">\n<div id=\"app\"></di... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(examples): update imgui demo, add docs | 1 | feat | examples |
699,198 | 16.08.2019 06:29:47 | -19,080 | ec6beef66cbf2ebb1f6a2eef4484ff0a7f200d1e | docs(website): copy change
* docs(website): copy change
Change Install Paste 0.1 to Get Started
* feat(docs): link to getting started | [
{
"change_type": "MODIFY",
"diff": "@@ -38,8 +38,8 @@ const IndexPage: React.FC<{}> = (): React.ReactElement => {\n</Text>\n<Box marginTop=\"space80\" marginBottom=\"space80\">\n<Box display=\"inline\" marginRight=\"space40\">\n- <Button as=\"a\" href=\"/\" size=\"default\" variant=\"primary\">\n- Install P... | TypeScript | MIT License | twilio-labs/paste | docs(website): copy change (#44)
* docs(website): copy change
Change Install Paste 0.1 to Get Started
* feat(docs): link to getting started | 1 | docs | website |
902,122 | 16.08.2019 06:36:02 | 0 | ca6b4816b81fc0185177696a0294462818a24841 | chore(release): v5.10.0 | [
{
"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.10.0](https://github.com/kikobeats/browserless/compare/v5.9.3...v5.10.0) (2019-08-16)\n+\n+\n+### Features\n+\n+... | JavaScript | MIT License | microlinkhq/browserless | chore(release): v5.10.0 | 1 | chore | release |
902,122 | 16.08.2019 08:28:56 | -7,200 | 3a39c786bc8dc2d59416da3cbfbc6fe46afcea62 | feat: respawn the browser under be closed unexpectedly
* feat: respawn the browser under be closed unexpectedly
realted with https://github.com/GoogleChrome/puppeteer/issues/4428\#issuecomment-500184469
* fix: wait until browser instance is ready | [
{
"change_type": "MODIFY",
"diff": "@@ -15,7 +15,8 @@ module.exports = ({\ntimeout = 30000,\n...launchOpts\n} = {}) => {\n- const browser = puppeteer.launch({\n+ const createBrowser = async () => {\n+ const browser = await puppeteer.launch({\nignoreHTTPSErrors: true,\nargs: [\n'--disable-notifications',\n@@... | JavaScript | MIT License | microlinkhq/browserless | feat: respawn the browser under be closed unexpectedly (#65)
* feat: respawn the browser under be closed unexpectedly
realted with https://github.com/GoogleChrome/puppeteer/issues/4428\#issuecomment-500184469
* fix: wait until browser instance is ready | 1 | feat | null |
791,696 | 16.08.2019 08:56:32 | 25,200 | 2706df0ee9182b7364ceda616f7687fec35aaa78 | report(refactor): Move drop down logic into a separate class | [
{
"change_type": "MODIFY",
"diff": "@@ -127,8 +127,8 @@ class PerformanceCategoryRenderer extends CategoryRenderer {\n// Metric descriptions toggle.\nconst toggleTmpl = this.dom.cloneTemplate('#tmpl-lh-metrics-toggle', this.templateContext);\n- const toggleEl = this.dom.find('.lh-metrics-toggle', toggleTmpl... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report(refactor): Move drop down logic into a separate class (#9564) | 1 | report | refactor |
942,595 | 16.08.2019 09:24:18 | 25,200 | 453ffbffacce2d1d2ad5d84207177c2c0cd5e253 | fix: Add menu component to universal module | [
{
"change_type": "MODIFY",
"diff": "\"@workday/canvas-kit-react-icon\": \"^3.0.0-alpha.5\",\n\"@workday/canvas-kit-react-layout\": \"^3.0.0-alpha.5\",\n\"@workday/canvas-kit-react-loading-animation\": \"^3.0.0-alpha.5\",\n+ \"@workday/canvas-kit-react-menu\": \"^3.0.0-alpha.5\",\n\"@workday/canvas-kit-react... | TypeScript | Apache License 2.0 | workday/canvas-kit | fix: Add menu component to universal module (#127) | 1 | fix | null |
104,839 | 16.08.2019 09:48:36 | 10,800 | c1a5c41b7c839c572da7fc1ea47e85faac4d7b76 | fix(imagecard): simplify code | [
{
"change_type": "MODIFY",
"diff": "@@ -305,22 +305,10 @@ class ImageHotspots extends React.Component {\nconst guideOffsetX = Math.round(minimap.offsetX - guideDeltaX / 2);\nconst guideOffsetY = Math.round(minimap.offsetY - guideDeltaY / 2);\n- const offsetXMax =\n- container.orientation === image.orientati... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(imagecard): simplify code | 1 | fix | imagecard |
815,569 | 16.08.2019 09:52:44 | -28,800 | 5e4397b4e6df7c1b6cf2de7e81b86efbd2a7d67c | test: add randomness for uncle test | [
{
"change_type": "MODIFY",
"diff": "@@ -1029,6 +1029,7 @@ dependencies = [\n\"ckb-types 0.19.0-pre\",\n\"faketime 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"lru-cache 0.1.0 (git+https://github.com/nervosnetwork/lru-cache?rev=a35fdb8)\",\n+ \"rand 0.6.5 (registry+https://github.com/r... | Rust | MIT License | nervosnetwork/ckb | test: add randomness for uncle test | 1 | test | null |
104,857 | 16.08.2019 09:58:33 | 10,800 | cf04c16850ad48f6c107ae9b9a30d3d5fa34a3b5 | fix(dashboard): dashboard header default value | [
{
"change_type": "MODIFY",
"diff": "@@ -23,7 +23,7 @@ const propTypes = {\nconst defaultProps = {\ndescription: null,\nlastUpdated: null,\n- lastUpdatedLabel: null,\n+ lastUpdatedLabel: 'Last updated:',\nfilter: null,\nhasLastUpdated: true,\n};\n",
"new_path": "src/components/Dashboard/DashboardHeader.j... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(dashboard): dashboard header default value | 1 | fix | dashboard |
791,690 | 16.08.2019 10:20:39 | 18,000 | 48be37a05934ec8bfe47cd3be702e69d84a3961d | core(third-party-summary): add blocking time impact | [
{
"change_type": "MODIFY",
"diff": "@@ -14,25 +14,28 @@ const NetworkRecords = require('../computed/network-records.js');\nconst MainThreadTasks = require('../computed/main-thread-tasks.js');\nconst UIStrings = {\n- /** Title of a Lighthouse audit that identifies the code on the page that the user doesn't c... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(third-party-summary): add blocking time impact (#9486) | 1 | core | third-party-summary |
699,198 | 16.08.2019 10:32:48 | -19,080 | 0f189c02f3f2d0bf96220f20bba1880077e66928 | docs(website): basic migration guide | [
{
"change_type": "MODIFY",
"diff": "@@ -150,6 +150,9 @@ const Navigation: React.FC<NavigationProps> = () => {\n})}\n</SiteNavNestList>\n</SiteNavItem>\n+ <SiteNavItem>\n+ <SiteNavAnchor to=\"/migrate\">Migration Guide</SiteNavAnchor>\n+ </SiteNavItem>\n</SiteNavList>\n</SiteNav>\n);\n",
"new_path": "pac... | TypeScript | MIT License | twilio-labs/paste | docs(website): basic migration guide (#48) | 1 | docs | website |
699,191 | 16.08.2019 10:38:19 | 25,200 | 469c3a14bb2e30fbc9e428a8468ee6d4ab0bb5f3 | chore(website): add page titles and descriptions | [
{
"change_type": "MODIFY",
"diff": "\"@emotion/babel-preset-css-prop\": \"^10.0.14\",\n\"@types/color\": \"^3.0.0\",\n\"@types/lodash\": \"^4.14.136\",\n+ \"@types/react-helmet\": \"^5.0.9\",\n\"babel-preset-gatsby\": \"^0.2.8\",\n\"prettier\": \"^1.18.2\",\n\"typescript\": \"^3.5.2\"\n",
"new_path": "p... | TypeScript | MIT License | twilio-labs/paste | chore(website): add page titles and descriptions (#52) | 1 | chore | website |
713,841 | 16.08.2019 10:44:29 | -7,200 | 0cb02a57082c15809d6cceb154c966a8b137f569 | chore: publish release v8.0.0-next.3 | [
{
"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+# [8.0.0-next.3](https://github.com/verdaccio/monorepo/compare/v8.0.0-next.2...v8.0.0-next.3) (2019-08-16)\n+\n+\n+##... | TypeScript | MIT License | verdaccio/monorepo | chore: publish release v8.0.0-next.3 | 1 | chore | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.