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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
471,527 | 24.02.2019 18:30:10 | -3,600 | f77cfa2e6426fbd221598433ce6e974da7a9f448 | fix(testing-helpers): add time before triggering focus/blur (only IE) | [
{
"change_type": "MODIFY",
"diff": "@@ -58,6 +58,10 @@ export function nextFrame() {\n* @returns {Promise<void>}\n*/\nexport async function triggerBlurFor(element) {\n+ if (isIE()) {\n+ await nextFrame();\n+ await nextFrame();\n+ }\nelement.blur();\nif (isIE()) {\nawait nextFrame();\n@@ -67,11 +71,17 @@ exp... | JavaScript | MIT License | open-wc/open-wc | fix(testing-helpers): add time before triggering focus/blur (only IE) | 1 | fix | testing-helpers |
273,683 | 24.02.2019 18:35:55 | -3,600 | b3b7addb5c32b81a038159b1138337fd2828e611 | fix(build): fail if path resolves to 404 | [
{
"change_type": "MODIFY",
"diff": "import createApp, { runMain } from './app'\n+const NOT_FOUND_URL = '/404'\n+const NOT_FOUND_NAME = '404'\n+\nrunMain()\nexport default context => new Promise((resolve, reject) => {\n+ const location = context.url === NOT_FOUND_URL\n+ ? { name: NOT_FOUND_NAME }\n+ : { path... | JavaScript | MIT License | gridsome/gridsome | fix(build): fail if path resolves to 404 (#218) | 1 | fix | build |
603,467 | 24.02.2019 19:13:10 | 0 | f3d738e0d8eb53d2fa3a0ecba236988345375c39 | feat(core): toString method of Screenplay classes prints the name of the function | [
{
"change_type": "MODIFY",
"diff": "@@ -14,19 +14,22 @@ describe ('`formatted` tag function', () => {\ni = value => ({ inspect: () => value }),\nts = value => ({ toString: () => value });\n+ class SomeClass {}\n+\ngiven(\n{ description: 'no parameters', actual: formatted `Hello World!`, expected: 'Hello Wor... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | feat(core): toString method of Screenplay classes prints the name of the function | 1 | feat | core |
67,507 | 24.02.2019 21:06:27 | -3,600 | ca7bf3833085701946595772fe001307795c8c1a | chore(fetch-client): minor formatting change | [
{
"change_type": "MODIFY",
"diff": "@@ -333,7 +333,9 @@ function parseHeaderValues(headers: Record<string, unknown> | undefined): Record\nconst $headers = headers !== undefined ? headers : {};\nfor (const name in $headers) {\nif ($headers.hasOwnProperty(name)) {\n- parsedHeaders[name] = (typeof $headers[nam... | TypeScript | MIT License | aurelia/aurelia | chore(fetch-client): minor formatting change | 1 | chore | fetch-client |
531,793 | 24.02.2019 22:18:32 | 0 | 6ac1d17c186b3f93f909dc02cd63467d275764d1 | refactor(ui): use bootstrap utilities for word breaks
Using bootstrap means that we don't need to worry about browser compatibility, which in this case means Edge where this wasn't enough | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,7 @@ exports[`<Alert /> matches snapshot with showAlertmanagers=false showReceiver=fa\n\"\n<li class=\\\\\"components-grid-alertgrid-alertgroup-alert list-group-item pl-1 pr-0 py-0 my-1 rounded-0 border-left-1 border-right-0 border-top-0 border-bottom-0 border-... | TypeScript | Apache License 2.0 | prymitive/karma | refactor(ui): use bootstrap utilities for word breaks
Using bootstrap means that we don't need to worry about browser compatibility, which in this case means Edge where this wasn't enough | 1 | refactor | ui |
679,913 | 24.02.2019 23:37:22 | 0 | 318a576464704da04acd8031ac70a79b358066e5 | feat(lsys): add probabilistic features & example, update readme | [
{
"change_type": "ADD",
"diff": "Binary files /dev/null and b/assets/lsys-tree.png differ\n",
"new_path": "assets/lsys-tree.png",
"old_path": "assets/lsys-tree.png"
},
{
"change_type": "MODIFY",
"diff": "@@ -10,9 +10,11 @@ This project is part of the\n<!-- TOC depthFrom:2 depthTo:3 -->\n... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(lsys): add probabilistic features & example, update readme | 1 | feat | lsys |
104,827 | 25.02.2019 08:53:05 | 21,600 | d17e5863b32d086db1c556a3eac686ac913cb366 | chore(table): add batch action loggers for static table stories | [
{
"change_type": "MODIFY",
"diff": "@@ -99,6 +99,8 @@ const actions = {\nonToggleFilter: action('onToggleFilter'),\n/** Specify a callback for when the user clicks toolbar button to clear all filters. Recieves a parameter of the current filter values for each column */\nonClearAllFilters: action('onClearAll... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(table): add batch action loggers for static table stories | 1 | chore | table |
503,965 | 25.02.2019 10:53:11 | 18,000 | 37adee6b9c484f09ac35cd1bf2b258e2d1af0fc1 | build(coverage): add codecov | [
{
"change_type": "ADD",
"diff": "+codecov:\n+ notify:\n+ require_ci_to_pass: yes\n+ ci:\n+ - !circleci # ignore CI builds by CircleCI for merging coverage\n+\n+coverage:\n+ precision: 2\n+ round: down\n+ range: \"70...100\"\n+\n+ status:\n+ project: yes\n+ patch: yes\n+ changes: no\n+\n+ notify: []\n+\n+par... | TypeScript | MIT License | patternfly/patternfly-react | build(coverage): add codecov (#1432) | 1 | build | coverage |
791,834 | 25.02.2019 11:11:00 | 28,800 | f7d7324322f094c501a4d935c5440dd50eeb6c28 | deps: update cssstyle to parse more named colors, CSS4 colors | [
{
"change_type": "MODIFY",
"diff": "@@ -126,6 +126,15 @@ describe('PWA: themed omnibox audit', () => {\n});\n});\n+ it('succeeds when theme-color has a CSS4 nickname content value', async () => {\n+ const artifacts = generateMockArtifacts();\n+ artifacts.MetaElements = [{name: 'theme-color', content: 'rebec... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | deps: update cssstyle to parse more named colors, CSS4 colors (#7283) | 1 | deps | null |
71,101 | 25.02.2019 12:03:47 | -3,600 | 816cfc04649ea1db729f55ef18d6d2fc6704b356 | fix(cloudtrail): Invalid resource for policy when using sendToCloudWatchLogs
Sets `this.cloudWatchLogsGroupArn` before using it, such that a correct
resource ARN is used in the policy generated for CloudTrail to be able
to create and use the required log stream.
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -122,8 +122,6 @@ export enum LogRetention {\nexport class CloudTrail extends cdk.Construct {\npublic readonly cloudTrailArn: string;\n- private readonly cloudWatchLogsRoleArn?: string;\n- private readonly cloudWatchLogsGroupArn?: string;\nprivate eventSelectors: EventS... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(cloudtrail): Invalid resource for policy when using sendToCloudWatchLogs (#1851)
Sets `this.cloudWatchLogsGroupArn` before using it, such that a correct
resource ARN is used in the policy generated for CloudTrail to be able
to create and use the required log stream.
Fixes #1848 | 1 | fix | cloudtrail |
791,760 | 25.02.2019 12:04:09 | 28,800 | e452a8a0daa2defe20487481191bea6cfb439452 | core(driver): add ' Chrome-Lighthouse' to useragent | [
{
"change_type": "MODIFY",
"diff": "@@ -40,12 +40,12 @@ const DESKTOP_EMULATION_METRICS = {\nconst NEXUS5X_USERAGENT = {\n// eslint-disable-next-line max-len\n- userAgent: 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3694.0 Mobile Safari/537.36... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(driver): add ' Chrome-Lighthouse' to useragent (#7297) | 1 | core | driver |
503,965 | 25.02.2019 13:40:10 | 18,000 | 9096a1262c260be5a4a1978f422e966646b8feac | build(charts): fix charts deploy | [
{
"change_type": "MODIFY",
"diff": "@@ -12,16 +12,20 @@ jobs:\n# Download and cache dependencies\n- restore_cache:\nkeys:\n- - v3-deps-{{ .Branch }}-{{ checksum \"yarn.lock\" }}\n+ - v1-deps-{{ .Branch }}-{{ checksum \"yarn.lock\" }}\n- run:\nname: Conditional install\ncommand: if [ ! -d node_modules ]; the... | TypeScript | MIT License | patternfly/patternfly-react | build(charts): fix charts deploy (#1440) | 1 | build | charts |
273,643 | 25.02.2019 13:46:17 | -3,600 | 62ef61649b0d249e79175bda93831451fc7be102 | chore(critical): update package.json | [
{
"change_type": "MODIFY",
"diff": "{\n\"version\": \"0.1.0\",\n\"name\": \"@gridsome/plugin-critical\",\n- \"description\": \"Extracts & inlines critical-path (above-the-fold) CSS\",\n+ \"description\": \"Extracts and inlines critical-path (above-the-fold) CSS\",\n\"homepage\": \"https://github.com/gridsom... | JavaScript | MIT License | gridsome/gridsome | chore(critical): update package.json | 1 | chore | critical |
730,429 | 25.02.2019 14:28:44 | 18,000 | 91bf402fad2f729ba491fd8c1c8c243d46a7b4f9 | refactor(widget-recents): move header into defined area | [
{
"change_type": "MODIFY",
"diff": "@@ -200,6 +200,8 @@ export class RecentsWidget extends Component {\nconst isLoadingMore = props.extendedLoad\n? !widgetStatus.hasFetchedAllSpaces : !widgetStatus.hasFetchedInitialSpaces;\n+ const showHeader = enableSpaceListFilter;\n+\nif (errors.get('hasError')) {\nwidge... | JavaScript | MIT License | webex/react-widgets | refactor(widget-recents): move header into defined area | 1 | refactor | widget-recents |
269,572 | 25.02.2019 14:46:01 | -3,600 | 3d26e977e8292c2b80013f9a7fc35c42f16a2ff1 | docs(ci): Updating the link to Semaphore docs
Updating the link to Semaphore documentation on handling secrets. | [
{
"change_type": "MODIFY",
"diff": "@@ -264,5 +264,5 @@ data:\nvalue: \"4afk4388304hfhei34950dg43245\"\n```\n-Check [Managing Secrets](https://docs.semaphoreci.com/article/15-secrets) for\n+Check [Managing Secrets](https://docs.semaphoreci.com/article/51-secrets-yaml-reference) for\nmore detailed documentat... | Go | MIT License | goreleaser/goreleaser | docs(ci): Updating the link to Semaphore docs (#966)
Updating the link to Semaphore documentation on handling secrets. | 1 | docs | ci |
679,913 | 25.02.2019 15:05:26 | 0 | 8393a9531661e614dc249d79bac66339b1b32dad | feat(transducers): add converge() xform, add iter arg to iterate() | [
{
"change_type": "MODIFY",
"diff": "@@ -34,6 +34,7 @@ export * from \"./rfn/sub\";\nexport * from \"./xform/benchmark\";\nexport * from \"./xform/cat\";\n+export * from \"./xform/converge\";\nexport * from \"./xform/convolve\";\nexport * from \"./xform/dedupe\";\nexport * from \"./xform/delayed\";\n",
"... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(transducers): add converge() xform, add iter arg to iterate() | 1 | feat | transducers |
104,844 | 25.02.2019 15:29:15 | 18,000 | 3f23e5cd223dcabf1a381bee1477430c849611a5 | chore: add packages | [
{
"change_type": "MODIFY",
"diff": "dependencies:\n\"@emotion/memoize\" \"^0.6.6\"\n+\"@emotion/is-prop-valid@^0.7.3\":\n+ version \"0.7.3\"\n+ resolved \"https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-0.7.3.tgz#a6bf4fa5387cbba59d44e698a4680f481a8da6cc\"\n+ integrity sha512-uxJqm/sqwXw3... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore: add packages | 1 | chore | null |
273,683 | 25.02.2019 15:34:27 | -3,600 | 54150d8d7c1fa72929fcafd0851d19181c1a3056 | refactor(app): create static /404 route + fallback | [
{
"change_type": "MODIFY",
"diff": "import createApp, { runMain } from './app'\n-const NOT_FOUND_URL = '/404'\n-const NOT_FOUND_NAME = '404'\n-\nrunMain()\nexport default context => new Promise((resolve, reject) => {\n- const location = context.url === NOT_FOUND_URL\n- ? { name: NOT_FOUND_NAME }\n- : { path... | JavaScript | MIT License | gridsome/gridsome | refactor(app): create static /404 route + fallback | 1 | refactor | app |
273,683 | 25.02.2019 15:35:52 | -3,600 | a96248219973eef27d45ea735262346d869ff6b0 | fix(build): query context for templates with static route | [
{
"change_type": "MODIFY",
"diff": "@@ -126,13 +126,20 @@ async function createRenderQueue ({ routes, config, store, schema }) {\nswitch (page.type) {\ncase STATIC_ROUTE:\n- case NOT_FOUND_ROUTE:\n- case STATIC_TEMPLATE_ROUTE: {\n+ case NOT_FOUND_ROUTE: {\nqueue.push(createPage(page, pageQuery.query))\nbrea... | JavaScript | MIT License | gridsome/gridsome | fix(build): query context for templates with static route | 1 | fix | build |
815,598 | 25.02.2019 15:44:25 | -28,800 | 0f2fdfd01e643bbaabd66f62bd2536544094f64a | chore: update CHANGELOG for v0.6.0 | [
{
"change_type": "MODIFY",
"diff": "@@ -2,6 +2,54 @@ All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+# [v0.6.0](https://github.com/nervosnetwork/ckb/compare/v0.5.0...v0.6.0) (2019-02-25)\n+\n+### Bug F... | Rust | MIT License | nervosnetwork/ckb | chore: update CHANGELOG for v0.6.0 | 1 | chore | null |
127,940 | 25.02.2019 16:27:23 | 0 | 90e720e7d39ec15393a90f50180ab11f40e06b6e | chore: update polished | [
{
"change_type": "MODIFY",
"diff": "\"gatsby-source-filesystem\": \"2.0.20\",\n\"gatsby-transformer-sharp\": \"2.1.13\",\n\"mdx-utils\": \"0.0.2\",\n- \"polished\": \"2.3.3\",\n+ \"polished\": \"3.0.0\",\n\"prism-react-renderer\": \"0.1.5\",\n\"react\": \"16.7.0\",\n\"react-dom\": \"16.7.0\",\n",
"new_p... | TypeScript | MIT License | coingaming/moon-design | chore: update polished | 1 | chore | null |
127,940 | 25.02.2019 16:28:00 | 0 | 9424c2353ef5060ce4cde3d0921f8f9950594182 | feat(tooltip): create tooltip component | [
{
"change_type": "MODIFY",
"diff": "@@ -8,3 +8,4 @@ export * from './link';\nexport * from './select';\nexport * from './text-input';\nexport * from './toggle';\n+export * from './tooltip';\n",
"new_path": "packages/components/src/index.ts",
"old_path": "packages/components/src/index.ts"
},
{
... | TypeScript | MIT License | coingaming/moon-design | feat(tooltip): create tooltip component | 1 | feat | tooltip |
815,590 | 25.02.2019 16:50:45 | -28,800 | 5c96f5e1ef038b280f88b56dffcb8659065b8018 | refactor: reorganize ckb-network modules | [
{
"change_type": "DELETE",
"diff": "-use crate::errors::{Error, ProtocolError};\n-use bytes::BufMut;\n-use bytes::{Buf, IntoBuf};\n-use bytes::{Bytes, BytesMut};\n-use futures::sync::mpsc;\n-use futures::{future, stream, Future, Sink, Stream};\n-use log::{debug, error, trace};\n-use p2p::{\n- context::{Serv... | Rust | MIT License | nervosnetwork/ckb | refactor: reorganize ckb-network modules | 1 | refactor | null |
273,683 | 25.02.2019 17:33:22 | -3,600 | 497998c61525042a4e688c39fc5ec3d8270ea68a | fix(build): put images in correct folder when pathPrefix is used | [
{
"change_type": "MODIFY",
"diff": "@@ -94,6 +94,10 @@ test('build basic project', async () => {\nconst appJS = content('dist/assets/js/app.js')\nconst homeJS = content('dist/assets/js/component--home.js')\n+ // never include the context path\n+ expect(appJS).not.toMatch(context)\n+ expect(homeJS).not.toMat... | JavaScript | MIT License | gridsome/gridsome | fix(build): put images in correct folder when pathPrefix is used (#221) | 1 | fix | build |
815,590 | 25.02.2019 17:38:34 | -28,800 | aada764a05609fb6dc6ccaf1ace97c573ebbfdca | fix: p2p disconnect peer | [
{
"change_type": "MODIFY",
"diff": "@@ -96,7 +96,24 @@ impl Network {\n}\npub fn drop_peer(&self, peer_id: &PeerId) {\n- self.peers_registry.write().drop_peer(&peer_id);\n+ if let Some(peer) = self.peers_registry.write().drop_peer(&peer_id) {\n+ let mut p2p_control = self.p2p_control.write();\n+ for s in pe... | Rust | MIT License | nervosnetwork/ckb | fix: p2p disconnect peer | 1 | fix | null |
503,922 | 25.02.2019 17:42:05 | -3,600 | d988e333ab90f64a9bc69a79ce5e7d07b5d17fe8 | fix(Table): Disable row click when clicked on select or button | [
{
"change_type": "MODIFY",
"diff": "@@ -24,7 +24,11 @@ class ContextBody extends React.Component {\nreturn {\nisExpanded: row.isExpanded,\nisOpen: row.isOpen,\n- onClick: event => onRowClick(event, row, props)\n+ onClick: event => {\n+ if (event.target.tagName !== 'INPUT' && event.target.tagName !== 'BUTTON... | TypeScript | MIT License | patternfly/patternfly-react | fix(Table): Disable row click when clicked on select or button (#1419) | 1 | fix | Table |
67,507 | 25.02.2019 21:44:53 | -3,600 | d1b41ca8c0df5990cc40e963ebd7c773ef394283 | chore: make sure lerna always hoists | [
{
"change_type": "MODIFY",
"diff": "{\n+ \"command\": {\n+ \"bootstrap\": {\n+ \"hoist\": \"**\"\n+ }\n+ },\n\"lerna\": \"3.13.0\",\n\"packages\": [\n\"packages/aot\",\n",
"new_path": "lerna.json",
"old_path": "lerna.json"
},
{
"change_type": "MODIFY",
"diff": "\"scripts\": {\n\"commit\"... | TypeScript | MIT License | aurelia/aurelia | chore: make sure lerna always hoists | 1 | chore | null |
447,447 | 25.02.2019 23:38:39 | 18,000 | 249ad74b320c8b444cf88503ecd1ff4e2f3ff41d | style: fix styles on carousel and badge components | [
{
"change_type": "MODIFY",
"diff": "-.rainbow-badge {\n- color: #576574;\n- background-color: #e3e5ed;\n- border: 1px solid transparent;\n+.rainbow-badge, .rainbow-badge_content--truncate {\ndisplay: -ms-inline-flexbox;\ndisplay: inline-flex;\n-ms-flex-pack: center;\n-ms-flex-line-pack: center;\nalign-conte... | JavaScript | MIT License | nexxtway/react-rainbow | style: fix styles on carousel and badge components (#617) | 1 | style | null |
791,723 | 26.02.2019 02:23:57 | -7,200 | d76b2f5e02df7b04d861c25f723bc69514d2e863 | misc: export UA strings from emulation.js | [
{
"change_type": "MODIFY",
"diff": "@@ -38,15 +38,10 @@ const DESKTOP_EMULATION_METRICS = {\ndeviceScaleFactor: 1,\n};\n-const NEXUS5X_USERAGENT = {\n// eslint-disable-next-line max-len\n- userAgent: 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc: export UA strings from emulation.js (#7318) | 1 | misc | null |
679,913 | 26.02.2019 02:38:42 | 0 | 7b67146f98755738d1f8fca60060d948bb076a7f | docs(transducers-binary): update readme / examples | [
{
"change_type": "MODIFY",
"diff": "@@ -27,7 +27,11 @@ This project is part of the\n## About\n-Binary data related transducers & reducers.\n+Binary data related transducers & reducers. Like the transducers and\n+reducers defined in\n+[@thi.ng/transducers](https://github.com/thi-ng/umbrella/tree/master/packa... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(transducers-binary): update readme / examples | 1 | docs | transducers-binary |
679,913 | 26.02.2019 04:29:23 | 0 | 022c1ad50868e1195745ad104f2d7467285d8333 | feat(examples): add bitmap-font example | [
{
"change_type": "MODIFY",
"diff": "# @thi.ng/umbrella examples\n-This directory contains a growing number of standalone example projects, including live online versions, build instructions and commented source code.\n+This directory contains a growing number of standalone example projects,\n+including live... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(examples): add bitmap-font example | 1 | feat | examples |
679,913 | 26.02.2019 04:43:48 | 0 | 9aca91228a79cf9a22fc245b8deb1ba241cbf103 | fix(transducers): update converge() & update readme | [
{
"change_type": "MODIFY",
"diff": "@@ -642,6 +642,7 @@ tx.transduce(tx.map((x) => x*10), tx.push(), tx.range(4))\n- [benchmark](https://github.com/thi-ng/umbrella/tree/master/packages/transducers/src/xform/benchmark.ts)\n- [cat](https://github.com/thi-ng/umbrella/tree/master/packages/transducers/src/xform/... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(transducers): update converge() & update readme | 1 | fix | transducers |
471,462 | 26.02.2019 05:14:45 | 18,000 | 7bcb901d4b87cfc7d2d8427a2307f8911cb75964 | fix(testing-karma): add docs how to replace a specific config part | [
{
"change_type": "MODIFY",
"diff": "@@ -64,6 +64,35 @@ For a minimal setup, extend the base config and specify where your tests are:\nreturn config;\n};\n```\n+\n+ <details>\n+ <summary>Replacing Default Settings Instead of Merging</summary>\n+\n+ In some cases you'll want `your custom config` to include co... | JavaScript | MIT License | open-wc/open-wc | fix(testing-karma): add docs how to replace a specific config part | 1 | fix | testing-karma |
679,913 | 26.02.2019 08:23:28 | 0 | 056076927d93e693d7ac830304ed5d068df5b100 | docs(transducers-binary): update readme | [
{
"change_type": "MODIFY",
"diff": "@@ -127,7 +127,9 @@ console.log(\n// ........\n```\n-Extended to transform longer strings:\n+Extended to transform longer strings (taken from the [bitmap-font\n+example](https://github.com/thi-ng/umbrella/tree/master/examples/bitmap-font),\n+[live demo](https://demo.thi.n... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(transducers-binary): update readme | 1 | docs | transducers-binary |
679,913 | 26.02.2019 08:32:27 | 0 | 211e7f1b72cc17b82aea448ebd5b3ae1bcfb8ec3 | refactor(examples): update listeners, add more char opts (bitmap-font) | [
{
"change_type": "MODIFY",
"diff": "import { IObjectOf } from \"@thi.ng/api\";\nimport { dropdown } from \"@thi.ng/hdom-components\";\nimport { clamp } from \"@thi.ng/math\";\n-import { stream, sync } from \"@thi.ng/rstream\";\n+import { stream, Stream, sync } from \"@thi.ng/rstream\";\nimport {\ncomp,\nmap... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): update listeners, add more char opts (bitmap-font) | 1 | refactor | examples |
679,913 | 26.02.2019 08:47:26 | 0 | b6a3ca0f017a938cde052858183a5244ba92e961 | fix(build): update sed calls in build-examples script | [
{
"change_type": "MODIFY",
"diff": "@@ -17,8 +17,8 @@ for e in $examples; do\nsrc=`ls $e/out/*.js`\nfor js in $src; do\nnode_modules/.bin/terser -c -m --ecma 6 -o $js $js\n- sed -i 's/Object\\.defineProperty([a-z]\\+,\"__esModule\",{value:\\!0});//g' $js\n- sed -i 's/Object\\.defineProperty([a-z]\\+,\"__esM... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(build): update sed calls in build-examples script | 1 | fix | build |
103,574 | 26.02.2019 09:19:27 | 10,800 | ee7cc5d5a940fba774e715b1f029c6361110b108 | docs: add documentation to use react-native-paper with CRA | [
{
"change_type": "MODIFY",
"diff": "@@ -16,6 +16,63 @@ To install `react-native-web`, run:\nyarn add react-native-web react-dom react-art\n```\n+### Using CRA ([Create React App](https://github.com/facebook/create-react-app))\n+\n+Install [`react-app-rewired`](https://github.com/timarney/react-app-rewired) ... | TypeScript | MIT License | callstack/react-native-paper | docs: add documentation to use react-native-paper with CRA (#874) | 1 | docs | null |
679,913 | 26.02.2019 09:23:10 | 0 | 4d069925f4019ad58e3f92906fd5314503c24390 | feat(lsys): add `g` turtle command, update readme | [
{
"change_type": "MODIFY",
"diff": "@@ -14,7 +14,7 @@ This project is part of the\n- [Installation](#installation)\n- [Dependencies](#dependencies)\n- [Usage examples](#usage-examples)\n- - [Probabilistic behaviors](#probabilistic-behaviors)\n+ - [Stochastic behaviors](#stochastic-behaviors)\n- [Default tur... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(lsys): add `g` turtle command, update readme | 1 | feat | lsys |
67,507 | 26.02.2019 09:41:51 | -3,600 | 8a9db616506413474a2c3077ee8b67b30323dcc3 | fix(kernel): fix master with workaround for now | [
{
"change_type": "MODIFY",
"diff": "@@ -86,7 +86,7 @@ export type ConstructableClass<T, C = IIndexable> = C & {\nexport type InterfaceSymbol<T = unknown> = (target: Injectable<T>, property: string, index: number) => unknown;\n-export type InjectArray = ReadonlyArray<InterfaceSymbol | Constructable | string>... | TypeScript | MIT License | aurelia/aurelia | fix(kernel): fix master with workaround for now | 1 | fix | kernel |
791,704 | 26.02.2019 11:21:40 | 28,800 | 7dbcead3347df1101a11da8a89a6388c9255bf8d | tests(smokehouse): gzip test to assert transfer and resource sizes | [
{
"change_type": "ADD",
"diff": "+<!doctype html>\n+<!--\n+ * Copyright 2019 Google Inc. All Rights Reserved.\n+ * Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests(smokehouse): gzip test to assert transfer and resource sizes (#7286) | 1 | tests | smokehouse |
807,849 | 26.02.2019 11:30:28 | 28,800 | a7ad9b60d27b390fde21fd2837f2d97320c4603e | fix(lifecycles): Avoid duplicating 'rooted leaf' lifecycles | [
{
"change_type": "ADD",
"diff": "+{\n+ \"packages\": [\n+ \"packages/*\",\n+ \".\"\n+ ],\n+ \"version\": \"1.0.0\"\n+}\n",
"new_path": "__fixtures__/lifecycle-rooted-leaf/lerna.json",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+{\n+ \"name\": \"lifecycle-rooted-leaf\",\n+ \"ver... | JavaScript | MIT License | lerna/lerna | fix(lifecycles): Avoid duplicating 'rooted leaf' lifecycles | 1 | fix | lifecycles |
127,946 | 26.02.2019 11:44:27 | -7,200 | 5b931c4799b84f4924b35b282346275a51522d3e | ci: introduce bundlesize | [
{
"change_type": "MODIFY",
"diff": "\"docs:build\": \"yarn build && lerna run --scope docs --stream build\",\n\"docs:serve\": \"lerna run --scope docs --stream serve\",\n\"postinstall\": \"yarn build\",\n- \"publish:packages\": \"lerna publish --yes\"\n+ \"publish:packages\": \"lerna publish --yes\",\n+ \"b... | TypeScript | MIT License | coingaming/moon-design | ci: introduce bundlesize | 1 | ci | null |
730,429 | 26.02.2019 12:07:26 | 18,000 | 6f7e12820aceee2594f3d29d8dbe3c0ff5626ed2 | fix(r-m-users): check correct avatar property | [
{
"change_type": "MODIFY",
"diff": "@@ -29,6 +29,13 @@ Array [\n},\n\"type\": \"users/STORE_CURRENT_USER\",\n},\n+ Object {\n+ \"payload\": Object {\n+ \"avatar\": \"https://avatarUrl==~110\",\n+ \"id\": false,\n+ },\n+ \"type\": \"avatar/ADD_AVATAR\",\n+ },\n]\n`;\n",
"new_path": "packages/node_modules... | JavaScript | MIT License | webex/react-widgets | fix(r-m-users): check correct avatar property | 1 | fix | r-m-users |
127,940 | 26.02.2019 12:08:37 | 0 | 98384178783812687c2018c0c29fd01a5a2344eb | feat(input): update borderColor and add inputBorder helper | [
{
"change_type": "MODIFY",
"diff": "@@ -12,13 +12,16 @@ const inputColors = {\nlabel: colors.neutral[20],\ntext: colors.neutral[10],\nicon: colors.neutral[30],\n- border: colors.neutral[50],\n+ border: colors.neutral[40],\nbackground: 'transparent',\ndisabled: colors.neutral[50],\n};\n+const inputBorder = `... | TypeScript | MIT License | coingaming/moon-design | feat(input): update borderColor and add inputBorder helper | 1 | feat | input |
127,940 | 26.02.2019 12:09:52 | 0 | f34cd99e8912c87d31e009a89ba1e83ed0169d15 | feat(utils): add hyphenate function | [
{
"change_type": "MODIFY",
"diff": "export * from './background';\nexport * from './mq';\nexport * from './spacing';\n+export * from './transform';\n",
"new_path": "packages/utils/src/index.ts",
"old_path": "packages/utils/src/index.ts"
},
{
"change_type": "ADD",
"diff": "+/* Converts a ... | TypeScript | MIT License | coingaming/moon-design | feat(utils): add hyphenate function | 1 | feat | utils |
127,940 | 26.02.2019 12:10:34 | 0 | 6cf50c0b4008a9b08b4dae5adf58f483800e1ed0 | refactor(TextInput): implement hyphenate util | [
{
"change_type": "MODIFY",
"diff": "@@ -4,6 +4,7 @@ import { css, jsx } from '@emotion/core';\nimport { rem } from 'polished';\nimport { colors } from '@heathmont/sportsbet-tokens';\nimport { Label } from '../private/label';\n+import { hyphenate } from '@heathmont/sportsbet-utils';\nimport { Input, inputSpa... | TypeScript | MIT License | coingaming/moon-design | refactor(TextInput): implement hyphenate util | 1 | refactor | TextInput |
127,940 | 26.02.2019 12:13:02 | 0 | 1e64a1f11526de5f0f304e2dd6c32ddb99cddaf2 | refactor(private): implement inputBorder helper | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,7 @@ import styled from '@emotion/styled';\nimport { rem } from 'polished';\nimport { colors, border } from '@heathmont/sportsbet-tokens';\nimport {\n- inputBorderWidth,\n+ inputBorder,\ninputColors,\ninputSpacing,\ninputIconSize,\n@@ -23,9 +23,7 @@ export cons... | TypeScript | MIT License | coingaming/moon-design | refactor(private): implement inputBorder helper | 1 | refactor | private |
127,940 | 26.02.2019 12:13:48 | 0 | 3898224a9e54153ae6c342dcf8194f938185ca0c | feat(Checkbox): create checkbox component | [
{
"change_type": "ADD",
"diff": "+---\n+name: Checkbox\n+menu: Components\n+route: /components/checkbox\n+---\n+\n+import { Checkbox } from '@heathmont/sportsbet-components';\n+import { PropsTable } from 'docs';\n+\n+# Checkbox\n+\n+Checkboxes offer users a 'yes' or 'no' choice. They can be used on their ow... | TypeScript | MIT License | coingaming/moon-design | feat(Checkbox): create checkbox component | 1 | feat | Checkbox |
807,849 | 26.02.2019 12:38:26 | 28,800 | cdc2e1739a0e6e858dc80b1ec4076b81565350a7 | fix(deps): pacote ^9.5.0 | [
{
"change_type": "MODIFY",
"diff": "\"dedent\": \"^0.7.0\",\n\"npm-package-arg\": \"^6.1.0\",\n\"p-map\": \"^1.2.0\",\n- \"pacote\": \"^9.4.1\",\n+ \"pacote\": \"^9.5.0\",\n\"semver\": \"^5.5.0\"\n}\n}\n",
"new_path": "commands/add/package.json",
"old_path": "commands/add/package.json"
},
{
... | JavaScript | MIT License | lerna/lerna | fix(deps): pacote ^9.5.0 | 1 | fix | deps |
807,849 | 26.02.2019 12:39:18 | 28,800 | aaf822e66ba88ee963de9c5b82e407f23a93cd61 | fix(deps): npm-packlist ^1.4.1
Fixes | [
{
"change_type": "MODIFY",
"diff": "\"@lerna/package\": \"file:core/package\",\n\"@lerna/run-lifecycle\": \"file:utils/run-lifecycle\",\n\"figgy-pudding\": \"^3.5.1\",\n- \"npm-packlist\": \"^1.1.12\",\n+ \"npm-packlist\": \"^1.4.1\",\n\"npmlog\": \"^4.1.2\",\n\"tar\": \"^4.4.8\",\n\"temp-write\": \"^3.4.0\... | JavaScript | MIT License | lerna/lerna | fix(deps): npm-packlist ^1.4.1
Fixes #1932 | 1 | fix | deps |
807,849 | 26.02.2019 12:40:32 | 28,800 | ed48950e738a3763969f379736694beda6dbd27d | fix(deps): cosmiconfig ^5.1.0 | [
{
"change_type": "MODIFY",
"diff": "\"dependencies\": {\n\"@lerna/package\": \"file:../package\",\n\"@lerna/validation-error\": \"file:../validation-error\",\n- \"cosmiconfig\": \"^5.0.2\",\n+ \"cosmiconfig\": \"^5.1.0\",\n\"dedent\": \"^0.7.0\",\n\"dot-prop\": \"^4.2.0\",\n\"glob-parent\": \"^3.1.0\",\n",
... | JavaScript | MIT License | lerna/lerna | fix(deps): cosmiconfig ^5.1.0 | 1 | fix | deps |
807,849 | 26.02.2019 12:41:39 | 28,800 | ea490cd7b8b21b258ea06a5edc928805201123aa | fix(deps): Upgrade octokit libs
`@octokit/rest` ^16.16.0
`@octokit/plugin-enterprise-rest` ^2.1.1 | [
{
"change_type": "MODIFY",
"diff": "\"version\": \"file:utils/github-client\",\n\"requires\": {\n\"@lerna/child-process\": \"file:core/child-process\",\n- \"@octokit/plugin-enterprise-rest\": \"^2.1.0\",\n- \"@octokit/rest\": \"^16.15.0\",\n+ \"@octokit/plugin-enterprise-rest\": \"^2.1.1\",\n+ \"@octokit/re... | JavaScript | MIT License | lerna/lerna | fix(deps): Upgrade octokit libs
- `@octokit/rest` ^16.16.0
- `@octokit/plugin-enterprise-rest` ^2.1.1 | 1 | fix | deps |
807,849 | 26.02.2019 12:45:45 | 28,800 | e1bda183b23a4d77eda1b5f7cf4029792dd621a6 | chore(deps): bump eslint-config-prettier | [
{
"change_type": "MODIFY",
"diff": "}\n},\n\"eslint-config-prettier\": {\n- \"version\": \"4.0.0\",\n- \"resolved\": \"https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-4.0.0.tgz\",\n- \"integrity\": \"sha512-kWuiJxzV5NwOwZcpyozTzDT5KJhBw292bbYro9Is7BWnbNMg15Gmpluc1CTetiCatF8DRkNvgP... | JavaScript | MIT License | lerna/lerna | chore(deps): bump eslint-config-prettier | 1 | chore | deps |
730,429 | 26.02.2019 13:01:17 | 18,000 | 504365ee8ff559b52d6b38399417067ee0dd2883 | feat(widget-recents): add user profile and add button to header | [
{
"change_type": "MODIFY",
"diff": "@@ -106,7 +106,9 @@ When loading the widgets there are some configuration options you can provide:\n| Name | Data API | Description |\n|:--|:-------|---|\n| `logLevel` | `data-log-level` | (default: `silent`) When present, widget will log debug information to console. Thi... | JavaScript | MIT License | webex/react-widgets | feat(widget-recents): add user profile and add button to header | 1 | feat | widget-recents |
807,849 | 26.02.2019 13:17:43 | 28,800 | 2c925bde7f0a062e1847a6b369efde61acd2419d | fix(list): Restore empty `--json` array output when no results
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -233,6 +233,15 @@ package-2\n},\n]);\n});\n+\n+ it(\"emits empty array with no results\", async () => {\n+ const testDir = await initFixture(\"basic\");\n+\n+ collectUpdates.setUpdated(testDir);\n+ await lernaLs(testDir)(\"--since\", \"deadbeef\", \"--json\");\n+\n+ ex... | JavaScript | MIT License | lerna/lerna | fix(list): Restore empty `--json` array output when no results
Fixes #1945 | 1 | fix | list |
104,827 | 26.02.2019 14:54:02 | 21,600 | a28ca6ba70ef32491771b522cf3bc4d2907f0dd5 | feat(FileDrop): initial delivery of 'browse' version | [
{
"change_type": "MODIFY",
"diff": "import React from 'react';\nimport { storiesOf } from '@storybook/react';\n-import { action } from '@storybook/addon-actions';\nimport FileDrop from './FileDrop';\nconst FileDropProps = {\n- onClick: action('click'),\n- title:\"Account Photo\",\n- acceptFiles:[\".json\"],... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(FileDrop): initial delivery of 'browse' version | 1 | feat | FileDrop |
104,827 | 26.02.2019 14:54:41 | 21,600 | 603bbdf714e8e3adeee23f041205e247a5ac6147 | chore(FileDrop): remove log statement | [
{
"change_type": "MODIFY",
"diff": "\"no-nested-ternary\": 0,\n\"react/jsx-one-expression-per-line\": 0,\n\"react/no-did-update-set-state\": 0, //not needed after react 16: https://github.com/yannickcr/eslint-plugin-react/issues/1754\n+ \"react/no-array-index-key\": 0,\n\"import/prefer-default-export\": 0,\... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(FileDrop): remove log statement | 1 | chore | FileDrop |
127,940 | 26.02.2019 15:16:36 | 0 | c5007aef5c5d391c9bdf5eda7f15aba77f0e86e5 | feat(tokens): add animation tokens | [
{
"change_type": "MODIFY",
"diff": "-import { border, colors, spacing } from '@heathmont/sportsbet-tokens';\n+import {\n+ animation,\n+ border,\n+ colors,\n+ spacing,\n+} from '@heathmont/sportsbet-tokens';\nconst inputBorderWidth = border.width;\n-const inputAnimationSpeed = '0.2s';\n+const inputAnimationS... | TypeScript | MIT License | coingaming/moon-design | feat(tokens): add animation tokens | 1 | feat | tokens |
127,946 | 26.02.2019 15:22:40 | -7,200 | 71271c0272c303d82b0be1baece077e3eb3b5ead | refactor(cashier): refactor wip-cashier module | [
{
"change_type": "MODIFY",
"diff": "@@ -73,11 +73,11 @@ Our project's style guide is built using [Gatsby](https://www.gatsbyjs.org/), an\n[Static](https://www.gatsbyjs.org/docs/static-folder/) assets (such as fonts) are automatically copied over from [`packages/assets`](packages/assets/README.md) before bui... | TypeScript | MIT License | coingaming/moon-design | refactor(cashier): refactor wip-cashier module | 1 | refactor | cashier |
730,429 | 26.02.2019 15:24:49 | 18,000 | 158519774b00870a52bfceac6208e8cf4605ab0c | feat(widget-demo): add recents header options | [
{
"change_type": "MODIFY",
"diff": "@@ -58,9 +58,11 @@ class DemoWidget extends Component {\ncomposerActions,\ndestinationId,\ninitialActivity: isMeetOnly ? 'meet' : cookies.get('initialActivity') || 'message',\n- enableSpaceListFilter: true,\n- extendedLoad: !!cookies.get('extendedLoad'),\n+ enableSpaceLis... | JavaScript | MIT License | webex/react-widgets | feat(widget-demo): add recents header options | 1 | feat | widget-demo |
217,922 | 26.02.2019 15:43:00 | -3,600 | 1f81998209ff11fa8ec19bf8b192139a7be4bf99 | feat: you cannot add items to lists larger than 300kB anymore to avoid data loss
This is due to firestore limitations, see | [
{
"change_type": "MODIFY",
"diff": "@@ -27,7 +27,7 @@ export class ListPickerDrawerComponent {\nconstructor(private listsFacade: ListsFacade, private drawerRef: NzDrawerRef<List>, private workshopsFacade: WorkshopsFacade) {\nthis.listsWithWriteAccess$ = combineLatest(this.listsFacade.listsWithWriteAccess$, ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: you cannot add items to lists larger than 300kB anymore to avoid data loss
This is due to firestore limitations, see https://firebase.google.com/docs/firestore/quotas | 1 | feat | null |
791,690 | 26.02.2019 15:51:53 | 28,800 | 520177b74202ac2ac5ca7e2f6daa2a7cc6bd5612 | core(image-elements): cap natural-size fetch time | [
{
"change_type": "MODIFY",
"diff": "@@ -353,6 +353,10 @@ class Driver {\n* @return {Promise<*>}\n*/\nasync _evaluateInContext(expression, contextId) {\n+ // Use a higher than default timeout if the user hasn't specified a specific timeout.\n+ // Otherwise, use whatever was requested.\n+ const timeout = this... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(image-elements): cap natural-size fetch time (#7274) | 1 | core | image-elements |
273,683 | 26.02.2019 15:56:01 | -3,600 | ee55064d87c15070f2bfd6cdb1f338d28ec95b67 | refactor(build): clean up render queue code | [
{
"change_type": "MODIFY",
"diff": "/* global GRIDSOME_MODE, GRIDSOME_DATA_DIR */\nimport router from '../router'\n-import config from '~/.temp/config'\nimport { setResults } from './shared'\nimport { unslash } from '../utils/helpers'\n-const re = new RegExp(`^${config.pathPrefix}`)\n-\nexport default (rout... | JavaScript | MIT License | gridsome/gridsome | refactor(build): clean up render queue code | 1 | refactor | build |
815,590 | 26.02.2019 16:05:54 | -28,800 | 269fd25af5f938eca453d3d46644bf4ae7414ccc | refactor: network::outbound_peer_service | [
{
"change_type": "MODIFY",
"diff": "@@ -4,6 +4,7 @@ use crate::peers_registry::{ConnectionStatus, Peer, PeerIdentifyInfo, PeersRegis\nuse crate::protocol_handler::{CKBProtocolHandler, DefaultCKBProtocolContext};\nuse crate::service::{\nckb_service::CKBService,\n+ outbound_peer_service::OutboundPeerService,\... | Rust | MIT License | nervosnetwork/ckb | refactor: network::outbound_peer_service | 1 | refactor | null |
127,940 | 26.02.2019 16:11:14 | 0 | d6beb0ee88cf1fcd9e548b5893249ad87195db24 | style: switch to object styles | [
{
"change_type": "MODIFY",
"diff": "@@ -2,22 +2,22 @@ import { css } from '@emotion/core';\nimport { rem } from 'polished';\nimport { base, colors, typography } from '@heathmont/sportsbet-tokens';\n-export const page = css`\n/**\n* 1. Prevent automatic zooming of fonts on some mobile devices.\n* 2. Consiste... | TypeScript | MIT License | coingaming/moon-design | style: switch to object styles | 1 | style | null |
469,438 | 26.02.2019 16:58:23 | 28,800 | 8f264ae4b3d0dc916224facb764c308ffebd3805 | fix: unescaped by-position
fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -336,7 +336,7 @@ Field Name | Type | Description\n<a name=\"method-servers\"></a>servers | [[Server Object](#server-object)] | An alternative `servers` array to service this method. If an alternative `servers` array is specified at the Root level, it will be overridden... | JavaScript | Apache License 2.0 | open-rpc/spec | fix: unescaped by-position
fixes #90 | 1 | fix | null |
815,590 | 26.02.2019 17:14:46 | -28,800 | 140171e3003ed78b9ebd0db1ef3e8fd89f21a314 | refactor: use new ckb-network | [
{
"change_type": "MODIFY",
"diff": "#[macro_use]\n-extern crate futures;\n+pub extern crate futures;\npub mod errors;\nmod network;\nmod network_config;\n",
"new_path": "network/src/lib.rs",
"old_path": "network/src/lib.rs"
},
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,7 @@ use crate... | Rust | MIT License | nervosnetwork/ckb | refactor: use new ckb-network | 1 | refactor | null |
273,683 | 26.02.2019 21:13:42 | -3,600 | 35411aab1d5d4e0a35433bae87e432f97deab959 | fix(app): preload data for links in view | [
{
"change_type": "MODIFY",
"diff": "@@ -29,6 +29,9 @@ function intersectionHandler ({ intersectionRatio, target }) {\nconst path = stripPathPrefix(target.pathname)\nconst { route } = router.resolve({ path })\n+ const options = route.matched[0].components.default\n+\n+ if (route.meta.isStatic) return\nconst ... | JavaScript | MIT License | gridsome/gridsome | fix(app): preload data for links in view | 1 | fix | app |
273,683 | 26.02.2019 21:26:36 | -3,600 | 7c086a780d6524c4c46e062999583c0b2b2dd283 | fix(app): unslash path before fetching data | [
{
"change_type": "MODIFY",
"diff": "@@ -33,8 +33,8 @@ export default (route, query) => {\n} else if (GRIDSOME_MODE === 'static') {\nreturn new Promise((resolve, reject) => {\nconst { name, meta: { isIndex }} = route\n- const path = name === '*' ? '/404' : route.path\n- const jsonPath = unslash(isIndex === f... | JavaScript | MIT License | gridsome/gridsome | fix(app): unslash path before fetching data | 1 | fix | app |
531,793 | 26.02.2019 23:02:00 | 0 | d358de94fe7aac311133f5025af50e9916bdfc5a | chore(backend): run go mod tidy
This is to cleanup go.sum from old entries and ensure it contains everything it should | [
{
"change_type": "MODIFY",
"diff": "@@ -19,7 +19,6 @@ github.com/cnf/structhash v0.0.0-20180104161610-62a607eb0224/go.mod h1:pCxVEbcm3\ngithub.com/coreos/etcd v3.3.10+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE=\ngithub.com/coreos/go-etcd v2.0.0+incompatible/go.mod h1:Jez6KQU2B/sWsbda... | TypeScript | Apache License 2.0 | prymitive/karma | chore(backend): run go mod tidy
This is to cleanup go.sum from old entries and ensure it contains everything it should | 1 | chore | backend |
273,683 | 27.02.2019 00:04:44 | -3,600 | fd72abc794d6f657904bed24c59b04f0752a2ed7 | fix(app): fetch data properly for homepage | [
{
"change_type": "MODIFY",
"diff": "@@ -33,8 +33,8 @@ export default (route, query) => {\n} else if (GRIDSOME_MODE === 'static') {\nreturn new Promise((resolve, reject) => {\nconst { name, meta: { isIndex }} = route\n- const path = name === '*' ? '404' : unslash(route.path)\n- const jsonPath = isIndex === f... | JavaScript | MIT License | gridsome/gridsome | fix(app): fetch data properly for homepage (#218) | 1 | fix | app |
679,913 | 27.02.2019 02:26:06 | 0 | bc59d305a4be07d812315b4ffc67b653551b6179 | feat(hdom-canvas): update image handling, add image/atlas blitting support
BREAKING CHANGE: new image args/attribs & arg order, see readme | [
{
"change_type": "MODIFY",
"diff": "@@ -407,10 +407,21 @@ The following shape specific attributes are used:\n### Image\n```ts\n-[\"img\", attribs, [x, y], img]\n+[\"img\", { width?, height? }, img, dpos, spos?, ssize?]\n```\n-`img` MUST be an HTML image, canvas or video element.\n+**IMPORTANT**: Since v2.0.... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(hdom-canvas): update image handling, add image/atlas blitting support
BREAKING CHANGE: new image args/attribs & arg order, see readme | 1 | feat | hdom-canvas |
679,913 | 27.02.2019 02:27:52 | 0 | 3774bfb8bc599bf7cd56171c082f5fb97e6ebcf5 | refactor(examples): update hdom-canvas-shapes img demo | [
{
"change_type": "MODIFY",
"diff": "@@ -199,7 +199,7 @@ const TESTS = {\n(y > w) && (y = w - (y - w), v[1] *= -1);\np[0] = x;\np[1] = y;\n- return [\"img\", {}, [...p], img];\n+ return [\"img\", {}, img, p.slice()];\n};\n};\nconst body = [\"g\", {}, ...repeatedly(ball, 1000)];\n",
"new_path": "examples/... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): update hdom-canvas-shapes img demo | 1 | refactor | examples |
679,913 | 27.02.2019 02:29:36 | 0 | b206cff5a4fae9f7624fc90503b77669661171c3 | fix(hiccup-svg): update convert() image (new arg order in hdom-canvas) | [
{
"change_type": "MODIFY",
"diff": "@@ -108,7 +108,7 @@ export const convertTree =\ncase \"text\":\nreturn text(tree[2], tree[3], attribs);\ncase \"img\":\n- return image(tree[2], tree[3].src, attribs);\n+ return image(tree[3], tree[2].src, attribs);\ncase \"points\":\nreturn points(tree[2], attribs.shape, ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(hiccup-svg): update convert() image (new arg order in hdom-canvas) | 1 | fix | hiccup-svg |
217,922 | 27.02.2019 09:06:36 | -3,600 | 6fe7c44861f1f7201bf00e20b1b6ad64d64c139d | fix(list): fixed an issue with the "isLarge" method sometimes crashing | [
{
"change_type": "MODIFY",
"diff": "@@ -427,7 +427,7 @@ export class List extends DataWithPermissions {\n}\npublic isLarge(): boolean {\n- return this.items.length >= 100 || this.finalItems.length > 80;\n+ return this.items && this.items.length >= 100 || this.finalItems && this.finalItems.length > 80;\n}\n/... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(list): fixed an issue with the "isLarge" method sometimes crashing | 1 | fix | list |
217,922 | 27.02.2019 09:32:35 | -3,600 | b770290d861f98e2f54e983dfca1f42753ad174a | feat(search): added support for KO and ZH items search | [
{
"change_type": "MODIFY",
"diff": "@@ -9,6 +9,7 @@ import { NgSerializerService } from '@kaiu/ng-serializer';\nimport { SearchFilter } from '../../model/search/search-filter.interface';\nimport { map, switchMap } from 'rxjs/operators';\nimport { SearchResult } from '../../model/search/search-result';\n+imp... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(search): added support for KO and ZH items search | 1 | feat | search |
217,922 | 27.02.2019 09:41:54 | -3,600 | 0601cc503b7283a73cc8ffaacba6fce9ddc3c795 | feat(search): search cap raised to 100 items instead of 50 | [
{
"change_type": "MODIFY",
"diff": "<button nz-button (click)=\"addSelectedItemsToList(results)\">{{'LISTS.Add_selection' | translate}}</button>\n</div>\n<nz-alert nzType=\"warning\" [nzMessage]=\"'ITEMS.Too_many_results_warning' | translate\" nzShowIcon\n- *ngIf=\"results.length >= 50\"></nz-alert>\n+ *ngI... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(search): search cap raised to 100 items instead of 50 | 1 | feat | search |
127,940 | 27.02.2019 09:44:42 | 0 | fc09cf08a291c9e4efc95b6a1f38b4f010c9bd82 | chore(docs): add `css` prop support | [
{
"change_type": "MODIFY",
"diff": "@@ -47,13 +47,18 @@ const liveCodePreview = css({\noverflowY: 'scroll',\n});\n+/* Ensures that we can use `css` props + not have to worry about wrapper divs */\n+const transformCode = (src: any) =>\n+ `/** @jsx jsx */<React.Fragment>${src}</React.Fragment>`;\n+\nexport co... | TypeScript | MIT License | coingaming/moon-design | chore(docs): add `css` prop support | 1 | chore | docs |
217,922 | 27.02.2019 09:48:33 | -3,600 | 02b234365508a00cdd3f19cff091a4de39e6e164 | chore(release): 5.0.36 | [
{
"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.0.36\"></a>\n+## [5.0.36](https://github.com/Supamiu/ffxiv-teamcraft/compare/v5.0.3... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 5.0.36 | 1 | chore | release |
104,818 | 27.02.2019 12:34:58 | 21,600 | 5e6f0dbca131f7eecd20ee9068a6563120a23402 | fix(table): small fix to stateful indeterminate state | [
{
"change_type": "MODIFY",
"diff": "@@ -336,7 +336,7 @@ class StatefulTableWrapper extends Component {\n? state.view.table.selectedIds.concat([id])\n: state.view.table.selectedIds.filter(i => i !== id),\n},\n- isSelectIndeterminate: {\n+ isSelectAllIndeterminate: {\n$set: !(isClearing || isSelectingAll),\n}... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): small fix to stateful indeterminate state | 1 | fix | table |
730,429 | 27.02.2019 12:50:37 | 18,000 | f15ca70d4486f1ef29f443ec0aa80bf0e998eda2 | test(journeys): add tests for recents header options | [
{
"change_type": "MODIFY",
"diff": "@@ -9,6 +9,7 @@ export const jobNames = {\nrecentsGlobal: 'react-widget-recents-global',\nrecentsFilterDataApi: 'react-widget-recents-filter-dataApi',\nrecentsFilterGlobal: 'react-widget-recents-filter-global',\n+ recentsStartupSettings: 'react-widget-recents-startup',\ns... | JavaScript | MIT License | webex/react-widgets | test(journeys): add tests for recents header options | 1 | test | journeys |
821,196 | 27.02.2019 12:56:03 | 28,800 | b7bb069c55c5aa7b8785cbca5897c4d12bac76cd | chore: html ending no longer needed | [
{
"change_type": "MODIFY",
"diff": "-Moved to http://oclif.io/docs/introduction.html\n+Moved to http://oclif.io/docs/introduction\n",
"new_path": "GETTING_STARTED.md",
"old_path": "GETTING_STARTED.md"
}
] | TypeScript | MIT License | oclif/oclif | chore: html ending no longer needed | 1 | chore | null |
127,940 | 27.02.2019 14:04:28 | 0 | 5b8f079e0a3fe9b4894bcde247dd4bf3339be1f4 | feat(objects): initialise package with lists | [
{
"change_type": "ADD",
"diff": "+{\n+ \"name\": \"@heathmont/sportsbet-objects\",\n+ \"version\": \"0.9.0\",\n+ \"main\": \"lib/index.js\",\n+ \"typings\": \"lib/index.d.ts\",\n+ \"repository\": \"https://github.com/coingaming/sportsbet-design\",\n+ \"author\": \"mBet Solutions N.V.\",\n+ \"license\": \"MI... | TypeScript | MIT License | coingaming/moon-design | feat(objects): initialise package with lists | 1 | feat | objects |
127,940 | 27.02.2019 14:05:54 | 0 | ecd7b8a9af4e5d01524f36bc0446e308509ac5f3 | docs(objects): extend docs to support objects | [
{
"change_type": "MODIFY",
"diff": "\"@emotion/styled\": \"10.0.6\",\n\"@heathmont/sportsbet-assets\": \"^0.9.0\",\n\"@heathmont/sportsbet-components\": \"^0.9.0\",\n+ \"@heathmont/sportsbet-objects\": \"^0.9.0\",\n\"@heathmont/sportsbet-global\": \"^0.9.0\",\n\"@heathmont/sportsbet-tokens\": \"^0.9.0\",\n\... | TypeScript | MIT License | coingaming/moon-design | docs(objects): extend docs to support objects | 1 | docs | objects |
127,940 | 27.02.2019 14:16:37 | 0 | 6a62df63769e2c03c9e9999db5d67a8426848155 | chore(form): implement list object | [
{
"change_type": "MODIFY",
"diff": "@@ -5,4 +5,9 @@ module.exports = {\nsnapshotSerializers: ['jest-emotion'],\nsetupTestFrameworkScriptFile: './.config/jest/setup.ts',\ntestPathIgnorePatterns: ['/node_modules/', '/.cache/'],\n+ globals: {\n+ 'ts-jest': {\n+ tsConfig: 'packages/tsconfig.json',\n+ },\n+ },\n... | TypeScript | MIT License | coingaming/moon-design | chore(form): implement list object | 1 | chore | form |
104,848 | 27.02.2019 14:31:05 | 21,600 | c7c4c6b00d07dbcf1ab8bd20fb6b3e62e020c951 | feat(progressindicator): first pass at progress indicator | [
{
"change_type": "MODIFY",
"diff": "import '@storybook/addon-actions/register';\nimport '@storybook/addon-links/register';\nimport '@storybook/addon-a11y/register';\n+// import '@storybook/addon-knobs/register';\n",
"new_path": ".storybook/addons.js",
"old_path": ".storybook/addons.js"
},
{
... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(progressindicator): first pass at progress indicator | 1 | feat | progressindicator |
471,536 | 27.02.2019 14:46:07 | -7,200 | c5840e2c1725c297248b7aee6f9f08632d4e04f9 | docs(testing-karma): add coverage config to testing example | [
{
"change_type": "MODIFY",
"diff": "@@ -58,7 +58,18 @@ For a minimal setup, extend the base config and specify where your tests are:\nconfig.grep ? config.grep : 'test/**/*.test.js',\n],\n- // your custom config\n+ // your custom config,\n+ // for example, this lowers the code coverage threshold to 50%\n+ c... | JavaScript | MIT License | open-wc/open-wc | docs(testing-karma): add coverage config to testing example | 1 | docs | testing-karma |
815,590 | 27.02.2019 15:12:55 | -28,800 | 3c95227deac690f1ad4d9e757cf7ba751e4ce672 | fix: network dial | [
{
"change_type": "MODIFY",
"diff": "@@ -17,11 +17,12 @@ use futures::sync::mpsc::UnboundedSender;\nuse futures::sync::mpsc::{Receiver, Sender};\nuse futures::sync::oneshot;\nuse futures::Stream;\n-use log::{debug, info, trace, warn};\n+use log::{debug, error, info, trace, warn};\n+use multiaddr::multihash::... | Rust | MIT License | nervosnetwork/ckb | fix: network dial | 1 | fix | null |
104,818 | 27.02.2019 15:35:30 | 21,600 | 588e6fe40682545575c3edecc3fc908d86762b00 | chore(jsx): rename components to jsx to support cool vscode-icons | [
{
"change_type": "MODIFY",
"diff": "@@ -22,6 +22,6 @@ module.exports = {\n},\ntestPathIgnorePatterns: ['/config/', '/lib/'],\ntransformIgnorePatterns: ['[/\\\\\\\\]node_modules[/\\\\\\\\].+\\\\.(js|jsx)$'],\n- moduleFileExtensions: ['js', 'json'],\n+ moduleFileExtensions: ['js', 'json', 'jsx'],\nsnapshotSer... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(jsx): rename components to jsx to support cool vscode-icons | 1 | chore | jsx |
127,946 | 27.02.2019 15:49:25 | -7,200 | adb5b5b1e82529e94e5c7c8f389162a1091df9ca | feat(user-portal): introduce routing | [
{
"change_type": "MODIFY",
"diff": "@@ -14,3 +14,8 @@ Each script in this package can then be run via `yarn user-portal <script-name>`\n- `yarn user-portal build` - creates a static isomorphic build.\n- `yarn user-portal dev` - starts a hot-reloading development environment at [localhost:7024](http://localh... | TypeScript | MIT License | coingaming/moon-design | feat(user-portal): introduce routing | 1 | feat | user-portal |
127,946 | 27.02.2019 15:54:42 | -7,200 | e1323296aa71c13c41a296fe121592b23c6c0d08 | fix(global): prefixes for font smoothing | [
{
"change_type": "MODIFY",
"diff": "@@ -17,7 +17,7 @@ export const page = css({\ntextSizeAdjust: '100%' /* [1] */,\nfontDisplay: 'swap',\ntextRendering: 'optimizeLegibility',\n- '-moz-osx-font-smoothing': 'grayscale' /* [2] */,\n- '-webkit-font-smoothing': 'antialiased' /* [2] */,\n+ MozOsxFontSmoothing: 'g... | TypeScript | MIT License | coingaming/moon-design | fix(global): prefixes for font smoothing | 1 | fix | global |
104,818 | 27.02.2019 16:08:11 | 21,600 | b8bfc883fbc68148e8a8e570718805a150d52c71 | test(progressindicator): add knobs to progress indicator story | [
{
"change_type": "MODIFY",
"diff": "+import '@storybook/addon-knobs/register';\nimport '@storybook/addon-actions/register';\nimport '@storybook/addon-links/register';\nimport '@storybook/addon-a11y/register';\n-// import '@storybook/addon-knobs/register';\n",
"new_path": ".storybook/addons.js",
"old... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | test(progressindicator): add knobs to progress indicator story | 1 | test | progressindicator |
273,683 | 27.02.2019 16:12:33 | -3,600 | 3453affee1acc3263b5a9d1bc00124622714ec51 | fix(build): ensure data directory exists before building | [
{
"change_type": "ADD",
"diff": "+.cache\n+src/.temp\n+dist\n",
"new_path": "gridsome/lib/__tests__/__fixtures__/project-simple/.gitignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+module.exports = {\n+ plugins: []\n+}\n",
"new_path": "gridsome/lib/__tests__/__fixtures_... | JavaScript | MIT License | gridsome/gridsome | fix(build): ensure data directory exists before building (#93) | 1 | fix | build |
67,491 | 27.02.2019 16:29:07 | 0 | 3ae5b7c31e08c32402a78890e7e9628571329500 | feat(router): add initial cypress tests
Tests for default route added. | [
{
"change_type": "MODIFY",
"diff": "@@ -9,8 +9,8 @@ import { wait } from '../../utils';\n<h3>Authors</h3>\n<ul>\n<li repeat.for=\"author of authors\">\n- <a href=\"author(\\${author.id})\">\\${author.name}</a>\n- <ul><li repeat.for=\"book of author.books\">\\${book.title}</li></ul>\n+ <a data-test=\"authors... | TypeScript | MIT License | aurelia/aurelia | feat(router): add initial cypress tests
Tests for default route added. | 1 | feat | router |
127,940 | 27.02.2019 17:04:39 | 0 | b8a69563052373f3f4068f0e1902bd9c8fbd60b1 | feat(icons): add arrows | [
{
"change_type": "MODIFY",
"diff": "Binary files a/packages/assets/src/icons/icons.sketch and b/packages/assets/src/icons/icons.sketch differ\n",
"new_path": "packages/assets/src/icons/icons.sketch",
"old_path": "packages/assets/src/icons/icons.sketch"
},
{
"change_type": "ADD",
"diff": ... | TypeScript | MIT License | coingaming/moon-design | feat(icons): add arrows | 1 | feat | icons |
791,690 | 27.02.2019 17:13:44 | 28,800 | 984a6fd069a5b6be3efba1461c8c2c92cf141d34 | core(bootup-time): better attribution | [
{
"change_type": "ADD",
"diff": "+/**\n+ * @license Copyright 2019 Google Inc. All Rights Reserved.\n+ * Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/L... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(bootup-time): better attribution (#7059) | 1 | core | bootup-time |
531,793 | 27.02.2019 18:50:17 | 0 | cf7a7de6798ffc4a9c689cb6eefc7661ab1aa128 | chore(go): use /src as source dir when building Go code
Modules no longer require being inside the GOPATH, moving it outside ensures that we don't use anything from GOPATH anymore | [
{
"change_type": "MODIFY",
"diff": "FROM node:10.15.1-alpine as nodejs-builder\nRUN apk add --update make git\n-COPY . /karma\n-RUN make -C /karma ui\n+COPY . /src\n+RUN make -C /src ui\nFROM golang:1.12.0-alpine as go-builder\n-COPY --from=nodejs-builder /karma /go/src/github.com/prymitive/karma\n+COPY --f... | TypeScript | Apache License 2.0 | prymitive/karma | chore(go): use /src as source dir when building Go code
Modules no longer require being inside the GOPATH, moving it outside ensures that we don't use anything from GOPATH anymore | 1 | chore | go |
531,793 | 27.02.2019 20:46:59 | 0 | 43809330a748a0629a418013dd8185aa090bb5d0 | chore(ci): drop go mod download calls
Linked issue was resolved as of Go 1.12, so this is no longer needed | [
{
"change_type": "MODIFY",
"diff": "@@ -60,8 +60,6 @@ jobs:\n- GO111MODULE=on\nbefore_script:\n- make mock-assets\n- # https://github.com/golang/go/issues/26794\n- - travis_retry go mod download\nscript: make lint-go\n- stage: Lint\n@@ -108,8 +106,6 @@ jobs:\n# requires running webpack, so we need nodejs he... | TypeScript | Apache License 2.0 | prymitive/karma | chore(ci): drop go mod download calls
Linked issue was resolved as of Go 1.12, so this is no longer needed | 1 | chore | ci |
67,494 | 27.02.2019 23:39:03 | -3,600 | 12eae80628c1533f46d4b6c8639fda9ccb6a1ee3 | feat(router): change parameter separator to parantheses | [
{
"change_type": "MODIFY",
"diff": "@@ -10,6 +10,7 @@ export interface IRouteSeparators {\nscope: string;\nownsScope: string;\nparameters: string;\n+ parametersEnd: string;\nparameter: string;\nadd: string;\nclear: string;\n@@ -27,7 +28,8 @@ export class InstructionResolver {\nsibling: '+', // '/',\nscope: ... | TypeScript | MIT License | aurelia/aurelia | feat(router): change parameter separator to parantheses | 1 | feat | router |
273,683 | 28.02.2019 00:46:52 | -3,600 | b18e8e94d857fdadd341e72b32928e6a3929d994 | fix(develop): show /404 for non existing paths | [
{
"change_type": "MODIFY",
"diff": "import createApp, { runMain } from './app'\n+import { NOT_FOUND_NAME, NOT_FOUND_PATH } from './utils/constants'\nrunMain()\n@@ -11,7 +12,7 @@ export default context => new Promise((resolve, reject) => {\nrouter.push(location, () => {\nconst { matched: [match] } = app.$rou... | JavaScript | MIT License | gridsome/gridsome | fix(develop): show /404 for non existing paths | 1 | fix | develop |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.