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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
722,085 | 18.03.2019 14:09:16 | 14,400 | 150215a98c95d78036b9c2680dcd330f0d299d6f | feat(plugin/ui): add first version of support
Updating vue-cli-plugin to add icons and configuration options
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -11,7 +11,6 @@ yarn\nIn this monorepo, `vue-cli-plugin-styleguidist` depends on `vue-styleguidist` which in turn depends on `vue-docgen-api`. So if you change something in vue-docgen-api, a new version of each module is going to be delivered. Whereas if you only change... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | feat(plugin/ui): add first version of @vue/ui support
Updating vue-cli-plugin to add icons and configuration options
closes #306 | 1 | feat | plugin/ui |
471,485 | 18.03.2019 14:48:17 | 14,400 | 8ae2f8983b364cef5cad202ff52930fb98143f76 | fix(building-rollup): complete tsconfig.json instructions | [
{
"change_type": "MODIFY",
"diff": "@@ -252,7 +252,7 @@ To import a typescript file, use the `.ts` extension in your `index.html`:\n</html>\n```\n-Make sure your set your `tsconfig.json` to compile to\n+Make sure you set your `tsconfig.json` `target` and `module` fields to `esnext`. This way typescript won'... | JavaScript | MIT License | open-wc/open-wc | fix(building-rollup): complete tsconfig.json instructions | 1 | fix | building-rollup |
217,922 | 18.03.2019 15:06:00 | -3,600 | 3e17aa1aee8d4289197c27d537be65bc3a0fa7b3 | fix(desktop): removed update message banner now that auto updater is fixed | [
{
"change_type": "MODIFY",
"diff": "</nz-sider>\n<nz-content>\n<div class=\"page-container\" [class.overlay]=\"overlay\">\n- <nz-alert nzType=\"info\" nzBanner [nzMessage]=\"message\" *ngIf=\"newVersionAvailable$ | async\"\n+ <nz-alert nzType=\"info\" nzBanner [nzMessage]=\"message\"\n+ *ngIf=\"(newVersionA... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(desktop): removed update message banner now that auto updater is fixed | 1 | fix | desktop |
127,946 | 18.03.2019 15:33:48 | -7,200 | 31fb58d63172f06f8075319a2082d8cf30f45127 | fix(docs): fix static path | [
{
"change_type": "MODIFY",
"diff": "/**\n* Currently configured as assets in the Gatsby static directory.\n*/\n-export const cdnUrl: string = '/assets/src';\n+export const cdnUrl: string = './assets/src';\n",
"new_path": "design/assets/src/cdn.ts",
"old_path": "design/assets/src/cdn.ts"
},
{
... | TypeScript | MIT License | coingaming/moon-design | fix(docs): fix static path | 1 | fix | docs |
503,965 | 18.03.2019 16:01:09 | 14,400 | 4ca1a5cda221f13b4d6605d4f988ac0710e5f51c | feat(umd): add umd for styles, tokens, and icons | [
{
"change_type": "MODIFY",
"diff": "\"url\": \"https://github.com/patternfly/patternfly-react/issues\"\n},\n\"homepage\": \"https://github.com/patternfly/patternfly-react#readme\",\n- \"dependencies\": {\n- \"@patternfly/react-icons\": \"^3.4.0\",\n- \"@patternfly/react-styles\": \"^2.3.9\",\n- \"@patternfl... | TypeScript | MIT License | patternfly/patternfly-react | feat(umd): add umd for styles, tokens, and icons (#1599) | 1 | feat | umd |
104,818 | 18.03.2019 16:28:25 | 18,000 | 16aa2734e2e8ee4d5b4214f625bd78c310a4ed92 | fix(export): export the progress indicator if people want to consume | [
{
"change_type": "MODIFY",
"diff": "@@ -15,3 +15,4 @@ export StatefulTable from './components/Table/StatefulTable';\nexport TileCatalog from './components/TileCatalog/TileCatalog';\nexport SimplePagination from './components/SimplePagination/SimplePagination';\nexport CatalogContent from './components/TileC... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(export): export the progress indicator if people want to consume | 1 | fix | export |
217,922 | 18.03.2019 16:33:42 | -3,600 | ad55cf4deff7f49f7c8d80b6dbfb1bc4e56d3976 | chore: data extraction process for gathering log tracker, needs icons | [
{
"change_type": "MODIFY",
"diff": "@@ -155,9 +155,19 @@ const craftingLogPages = [\n[]\n];\n+const gatheringLog = [\n+ [],\n+ []\n+];\n-function addToLogPage(entry, pageId) {\n+const gatheringLogPages = [\n+ [],\n+ []\n+];\n+\n+\n+function addToCraftingLogPage(entry, pageId) {\nlet page = craftingLogPages[... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: data extraction process for gathering log tracker, needs icons | 1 | chore | null |
104,818 | 18.03.2019 16:37:05 | 18,000 | 0d1ca9011c713413e79a76edbc7f307af8819c44 | test(tilecatalog): story fix for searchable example | [
{
"change_type": "MODIFY",
"diff": "@@ -15,71 +15,78 @@ const commonTileCatalogProps = {\ntiles: [\n{\nid: 'test1',\n+ title: 'Test Tile with really long title that should wrap',\ncontent: (\n<CatalogContent\ntitle=\"Test Tile with really long title that should wrap\"\ndescription={longDescription}\n- icon=... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | test(tilecatalog): story fix for searchable example | 1 | test | tilecatalog |
104,818 | 18.03.2019 17:06:48 | 18,000 | f6b9fc78561bdcd4efd89b2c365ebe111d89bc4e | fix(index): need to export the navbar and pagehero components | [
{
"change_type": "MODIFY",
"diff": "@@ -12,3 +12,5 @@ export { baseTableReducer } from './components/Table/baseTableReducer';\nexport { tableReducer } from './components/Table/tableReducer';\nexport * as tableActions from './components/Table/tableActionCreators';\nexport StatefulTable from './components/Tab... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(index): need to export the navbar and pagehero components | 1 | fix | index |
127,946 | 18.03.2019 17:14:06 | -7,200 | c38d453f4c78b9000155d0da571b1b25110a832c | fix(user-portal): fix assets serving | [
{
"change_type": "MODIFY",
"diff": "@@ -40,7 +40,7 @@ const app = express();\n/* JS Bundles*/\napp.use(express.static('dist'));\n/* Assets, fonts, images etc */\n-app.use(express.static('../../design/'));\n+app.use('/assets', express.static('../../design/assets'));\napp.get('/*', (req, res) => {\nconst { ht... | TypeScript | MIT License | coingaming/moon-design | fix(user-portal): fix assets serving | 1 | fix | user-portal |
217,922 | 18.03.2019 17:31:52 | -3,600 | de630ef346418123ef95e4dfa6a8249b0b31d363 | chore: template skeleton for crafting log tracker | [
{
"change_type": "MODIFY",
"diff": "@@ -15,6 +15,11 @@ import { ProgressPopupModule } from '../../modules/progress-popup/progress-popup\nconst routes: Routes = [\n{\npath: '',\n+ redirectTo: 'DoH',\n+ pathMatch: 'full'\n+ },\n+ {\n+ path: ':type',\ncomponent: LogTrackerComponent,\ncanActivate: [MaintenanceG... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: template skeleton for crafting log tracker
#732 | 1 | chore | null |
273,702 | 18.03.2019 19:02:27 | -32,400 | f1ec997acaad45f4e2c6664fcc9f50eadb68abcd | fix(develop): allow OPTIONS method request to /___graphql | [
{
"change_type": "MODIFY",
"diff": "@@ -9,6 +9,11 @@ const {\nmodule.exports = ({ store }) => {\nreturn async function (req, res, next) {\n+ // allow OPTIONS method for cors\n+ if (req.method === 'OPTIONS') {\n+ return res.sendStatus(200)\n+ }\n+\nconst { query, variables, ...body } = await getGraphQLParams... | JavaScript | MIT License | gridsome/gridsome | fix(develop): allow OPTIONS method request to /___graphql (#271) | 1 | fix | develop |
217,922 | 18.03.2019 19:18:41 | -3,600 | cfd64be8d37055b113c8139f741a30d60a1cca16 | fix(log-tracker): added translation entry for the * character tooltip | [
{
"change_type": "MODIFY",
"diff": "\"Mark_as_done\": \"Mark this item as done\",\n\"Mark_as_not_done\": \"Mark this item as not done\",\n\"Create_list\": \"Create a list to complete this page\",\n+ \"Required_for_achievement\": \"Required for the achievements\",\n\"PAGE\": {\n\"Master_recipes\": \"Master r... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(log-tracker): added translation entry for the * character tooltip | 1 | fix | log-tracker |
217,922 | 18.03.2019 19:36:36 | -3,600 | 01a93647ed0ff65b277da76a735da68245eed586 | fix(alarms): fixed an issue with closest aetheryte missing when created from list | [
{
"change_type": "MODIFY",
"diff": "import { Injectable } from '@angular/core';\nimport { EorzeanTimeService } from '../time/eorzean-time.service';\nimport { AlarmsFacade } from './+state/alarms.facade';\n-import { combineLatest } from 'rxjs';\n-import { map } from 'rxjs/operators';\n+import { combineLatest... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(alarms): fixed an issue with closest aetheryte missing when created from list | 1 | fix | alarms |
471,527 | 18.03.2019 20:34:32 | -3,600 | a81ee50714b7c29a0eac1df5712236acfec25bfb | chore: run all needed karma tests in one session | [
{
"change_type": "ADD",
"diff": "+/* eslint-disable import/no-extraneous-dependencies */\n+const merge = require('webpack-merge');\n+const defaultSettings = require('./packages/testing-karma/default-settings.js');\n+\n+module.exports = config => {\n+ config.set(\n+ merge(defaultSettings(config), {\n+ files:... | JavaScript | MIT License | open-wc/open-wc | chore: run all needed karma tests in one session | 1 | chore | null |
217,922 | 18.03.2019 22:07:07 | -3,600 | 0e49219502d11bec8ee251b78165977d275534df | fix(auth): fixed an issue with character being asked while it shouldn't be | [
{
"change_type": "MODIFY",
"diff": "@@ -122,14 +122,11 @@ export class AuthEffects {\n@Effect()\nwatchNoLinkedCharacter$ = this.actions$.pipe(\n- ofType(AuthActionTypes.CharactersLoaded, AuthActionTypes.UpdateUser, AuthActionTypes.UserFetched),\n- withLatestFrom(this.store),\n- filter(([action, state]) => {... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(auth): fixed an issue with character being asked while it shouldn't be | 1 | fix | auth |
471,527 | 18.03.2019 22:42:35 | -3,600 | 263294502a2212fa6dcc380ff9d5764b640e2547 | docs: add prop to style faq | [
{
"change_type": "MODIFY",
"diff": "# FAQ\nIn this section you can find answers to frequently asked questions regarding javascript and Web Components.\n+\n+**Menu:**\n+[[toc]]\n+\n+**Deep dives:**\n+- [Rerender not triggered](./rerender.html)\n+\n+\n+### Custom elements render life cycle\n+\n+<iframe src=\"... | JavaScript | MIT License | open-wc/open-wc | docs: add prop to style faq | 1 | docs | null |
791,676 | 18.03.2019 23:49:58 | -3,600 | b8ee28f2f4c6eb5bf02065e731e612f8f46b4e7f | fix(uses-http2): ignore requests from service-worker | [
{
"change_type": "MODIFY",
"diff": "@@ -44,6 +44,9 @@ class UsesHTTP2Audit extends Audit {\nconst seenURLs = new Set();\n// Filter requests that are on the same host as the page and not over h2.\nconst resources = networkRecords.filter(record => {\n+ // check if record is not served through the service work... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | fix(uses-http2): ignore requests from service-worker (#7197) | 1 | fix | uses-http2 |
679,913 | 19.03.2019 00:38:34 | 0 | 7b76b375466f294bf7295bdcb6ce430dd2bfd372 | feat(rstream-log-file): extract as new pkg from rstream-log | [
{
"change_type": "ADD",
"diff": "+.meta\n+.nyc_output\n+*.html\n+*.tgz\n+build\n+coverage\n+dev\n+doc\n+export\n+src*\n+test\n+tsconfig.json\n",
"new_path": "packages/rstream-log-file/.npmignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+ Apache License\n+ Version 2.0, Janua... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(rstream-log-file): extract as new pkg from rstream-log | 1 | feat | rstream-log-file |
679,913 | 19.03.2019 00:40:53 | 0 | 13541713ad79ba7eca974400dd79adf08745df4a | refactor(rstream-log): remove obsolete writeFile() fn
BREAKING CHANGE: migrate writeFile() to new pkg | [
{
"change_type": "MODIFY",
"diff": "@@ -14,6 +14,10 @@ Extensible, multi-level & multi-hierarchy logging based on\ntransformable via\n[@thi.ng/transducers](https://github.com/thi-ng/umbrella/tree/master/packages/transducers).\n+Also see the\n+[@thi.ng/rstream-log-file](https://github.com/thi-ng/umbrella/tre... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(rstream-log): remove obsolete writeFile() fn
BREAKING CHANGE: migrate writeFile() to new pkg @thi.ng/rstream-log-file | 1 | refactor | rstream-log |
722,013 | 19.03.2019 00:48:02 | 18,000 | 6a4d65aad8d493735ddb3a84a555aaeb33c1b15c | style(examples): normalize name of examples | [
{
"change_type": "MODIFY",
"diff": "{\n- \"name\": \"nuxt-styleguide\",\n+ \"name\": \"vue-styleguidist-example-nuxtjs\",\n\"version\": \"3.10.0\",\n\"description\": \"Nuxt.js project\",\n\"author\": \"Knovour <knovour@gmail.com>\",\n",
"new_path": "examples/nuxtjs/package.json",
"old_path": "exampl... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | style(examples): normalize name of examples | 1 | style | examples |
722,013 | 19.03.2019 00:48:47 | 18,000 | 4e774a28588d32975100699a9e8b51a00fae93f2 | fix(plugin/ui): use es5 to module ui | [
{
"change_type": "MODIFY",
"diff": "-import describeTasks from './tasks'\n-import { config } from './config'\n+const describeTasks = require('./tasks')\n+const config = require('./config').config\nmodule.exports = api => {\ndescribeTasks(api)\n-\napi.describeConfig(config)\n}\n",
"new_path": "packages/v... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix(plugin/ui): use es5 to module ui | 1 | fix | plugin/ui |
273,694 | 19.03.2019 06:53:37 | 14,400 | 931937c6e94e2d49adfb3d8dcf1587b4510d9303 | fix(store): handle route params starting with raw correctly | [
{
"change_type": "MODIFY",
"diff": "@@ -287,7 +287,7 @@ class ContentTypeCollection extends EventEmitter {\n// Param values are slugified but the original\n// value will be available with '_raw' suffix.\nfor (let i = 0; i < length; i++) {\n- const { name, path, fieldName, repeat } = routeKeys[i]\n+ const { ... | JavaScript | MIT License | gridsome/gridsome | fix(store): handle route params starting with raw correctly (#295) | 1 | fix | store |
127,946 | 19.03.2019 10:05:20 | -7,200 | 806f07c47f52d51f19756dd41ae5eed820d7b9bd | refactor(assets): font versioning | [
{
"change_type": "RENAME",
"diff": "",
"new_path": "design/assets/src/fonts/AvertaStd/bold-v1.otf",
"old_path": "design/assets/src/fonts/AvertaStd/bold.otf"
},
{
"change_type": "RENAME",
"diff": "",
"new_path": "design/assets/src/fonts/AvertaStd/bold-v1.woff2",
"old_path": "desig... | TypeScript | MIT License | coingaming/moon-design | refactor(assets): font versioning | 1 | refactor | assets |
815,573 | 19.03.2019 10:37:32 | -28,800 | 2b4a02b05fa15ee4590d83235cd137ea67d5b921 | refactor: Use Bytes instead of Vec<u8> as data type | [
{
"change_type": "MODIFY",
"diff": "@@ -617,6 +617,7 @@ version = \"0.7.0-pre\"\ndependencies = [\n\"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"bloom-filters 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n+ \"bytes 0.4.12 (registry+https://github.com/rust... | Rust | MIT License | nervosnetwork/ckb | refactor: Use Bytes instead of Vec<u8> as data type | 1 | refactor | null |
815,573 | 19.03.2019 10:39:56 | -28,800 | c367508b48955b94cc06c08fdb904f936c897972 | fix: Add target field for log | [
{
"change_type": "MODIFY",
"diff": "@@ -47,20 +47,20 @@ impl DiscoveryProtocol {\nimpl ServiceProtocol for DiscoveryProtocol {\nfn init(&mut self, control: &mut ServiceContext) {\n- debug!(\"protocol [discovery({})]: init\", self.id);\n+ debug!(target: \"network\", \"protocol [discovery({})]: init\", self.i... | Rust | MIT License | nervosnetwork/ckb | fix: Add target field for log | 1 | fix | null |
815,573 | 19.03.2019 10:47:50 | -28,800 | 1b607ebc51d0416b3d73736b91b01c325704fa06 | fix: Handle channel errors | [
{
"change_type": "MODIFY",
"diff": "@@ -78,10 +78,10 @@ impl ServiceProtocol for DiscoveryProtocol {\nsession_id: session.id,\npeer_id: session.remote_pubkey.clone().map(|pubkey| pubkey.peer_id()),\n};\n- // TODO: handle send failed\n- self.event_sender\n- .unbounded_send(event)\n- .expect(\"Send connected ... | Rust | MIT License | nervosnetwork/ckb | fix: Handle channel errors | 1 | fix | null |
815,573 | 19.03.2019 10:51:11 | -28,800 | d662898c89b62fa28a5e6e0bb66113b778de8668 | fix: Use change p2p dependency from branch to reversion | [
{
"change_type": "MODIFY",
"diff": "@@ -483,10 +483,10 @@ dependencies = [\n\"serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"snap 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)\",\n... | Rust | MIT License | nervosnetwork/ckb | fix: Use change p2p dependency from branch to reversion | 1 | fix | null |
722,013 | 19.03.2019 11:02:30 | 18,000 | aed2e8e856b9b594370daf944e29e479b78da84f | test(plugin): add missing babel dev dependencies | [
{
"change_type": "MODIFY",
"diff": "\"@typescript-eslint/eslint-plugin\": \"^1.4.2\",\n\"@typescript-eslint/parser\": \"^1.4.2\",\n\"@vue/cli\": \"^3.5.1\",\n+ \"@vue/cli-plugin-babel\": \"^3.5.1\",\n+ \"@vue/cli-plugin-eslint\": \"^3.5.1\",\n\"@vue/cli-plugin-typescript\": \"^3.5.1\",\n\"@vue/cli-service\"... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | test(plugin): add missing babel dev dependencies | 1 | test | plugin |
815,573 | 19.03.2019 11:31:25 | -28,800 | ffaf8257ebdb1bb42c2ea71ce0bc7737f50fb36f | chore: Remove outdated FIXME mark | [
{
"change_type": "MODIFY",
"diff": "@@ -250,7 +250,6 @@ pub struct DiscoveryAddressManager {\nimpl AddressManager for DiscoveryAddressManager {\nfn add_new_addr(&mut self, session_id: SessionId, addr: Multiaddr) {\n- // FIXME: what if send failed\nlet event = DiscoveryEvent::AddNewAddr { session_id, addr };... | Rust | MIT License | nervosnetwork/ckb | chore: Remove outdated FIXME mark | 1 | chore | null |
104,818 | 19.03.2019 12:13:03 | 18,000 | d5d807cd2127b3b8d459d158d623064e60b182ce | fix(catalog): handle long titles but let description run | [
{
"change_type": "MODIFY",
"diff": "@@ -2,13 +2,14 @@ import React from 'react';\nimport PropTypes from 'prop-types';\nimport styled from 'styled-components';\n-import { COLORS, TYPOGRAPHY } from '../../styles/styles';\n+import { COLORS, TYPOGRAPHY, MEDIA_QUERIES } from '../../styles/styles';\nconst SampleT... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(catalog): handle long titles but let description run | 1 | fix | catalog |
815,590 | 19.03.2019 12:15:12 | -28,800 | 4d074e24e26b21ea2cd3a5e32d6a391357a59527 | feat: verify tx cycles in relay protocol | [
{
"change_type": "MODIFY",
"diff": "@@ -9,7 +9,8 @@ use crate::protocol_generated::ckb::protocol::{\nProposalShortId as FbsProposalShortId, RelayMessage, RelayMessageBuilder, RelayPayload,\nScript as FbsScript, ScriptBuilder, SyncMessage, SyncMessageBuilder, SyncPayload,\nTime as FbsTime, TimeBuilder, TimeM... | Rust | MIT License | nervosnetwork/ckb | feat: verify tx cycles in relay protocol | 1 | feat | null |
815,590 | 19.03.2019 13:52:43 | -28,800 | 72ebd2c6f91f7f9017b7d0f375966306ab9c35e7 | refactor: release chain lock in send tx RPC | [
{
"change_type": "MODIFY",
"diff": "@@ -36,14 +36,20 @@ impl<CI: ChainIndex + 'static> PoolRpc for PoolRpcImpl<CI> {\nfn send_transaction(&self, tx: Transaction) -> Result<H256> {\nlet tx: CoreTransaction = tx.into();\nlet tx_hash = tx.hash().clone();\n- let mut chain_state = self.shared.chain_state().lock(... | Rust | MIT License | nervosnetwork/ckb | refactor: release chain lock in send tx RPC | 1 | refactor | null |
730,429 | 19.03.2019 14:26:16 | 14,400 | e3c9d6d960b636298648ed2921d44e4780ebd84b | chore(package): update to react 16.8.4 | [
{
"change_type": "MODIFY",
"diff": "\"version\": \"2.1.1\",\n\"resolved\": \"https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz\",\n\"integrity\": \"sha1-w7M6te42DYbg5ijwRorn7yfWVN8=\",\n- \"dev\": true,\n- \"optional\": true\n+ \"dev\": true\n},\n\"aproba\": {\n\"version\": \"1.2.0\",\n\"version\... | JavaScript | MIT License | webex/react-widgets | chore(package): update to react 16.8.4 | 1 | chore | package |
471,561 | 19.03.2019 14:40:54 | -3,600 | ecaa8472f4f6a1aeb66de8cad347ecaac734a54f | fix(building-rollup): fix path to dynamic-import-polyfill.js | [
{
"change_type": "MODIFY",
"diff": "@@ -49,7 +49,7 @@ function copyPolyfills(pluginConfig, outputConfig) {\nif (pluginConfig.polyfillDynamicImports) {\ncopyFileSync(\n- path.resolve('./src/dynamic-import-polyfill.js'),\n+ path.resolve(path.join(__dirname, '../../src/dynamic-import-polyfill.js')),\n`${polyfi... | JavaScript | MIT License | open-wc/open-wc | fix(building-rollup): fix path to dynamic-import-polyfill.js | 1 | fix | building-rollup |
815,573 | 19.03.2019 15:25:02 | -28,800 | 4a27aaf9482587f1921e8a74fda940f679764478 | feat: Add identify protocol | [
{
"change_type": "MODIFY",
"diff": "@@ -485,6 +485,7 @@ dependencies = [\n\"tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"tentacle 0.2.0-alpha.1 (git+https://github.com/nervosnetwork/p2p?rev=9c42be05724c3e2decb73716d0f515c36a7af1cb)\",\n\"tentacle-discovery 0.1.0 (git+https://... | Rust | MIT License | nervosnetwork/ckb | feat: Add identify protocol | 1 | feat | null |
127,946 | 19.03.2019 15:57:23 | -7,200 | 36810d096b3fc5aa1f4042761bc3ce60f87ccb81 | feat(user-portal): introduce tab component | [
{
"change_type": "ADD",
"diff": "+/** @jsx jsx */ jsx;\n+import * as React from 'react';\n+import { jsx, CSSObject } from '@emotion/core';\n+import styled from '@emotion/styled';\n+import hideVisually from 'polished/lib/mixins/hideVisually';\n+import { colors, border } from '@heathmont/sportsbet-tokens';\n+... | TypeScript | MIT License | coingaming/moon-design | feat(user-portal): introduce tab component | 1 | feat | user-portal |
71,123 | 19.03.2019 16:02:11 | 25,200 | de296de23cd364fd8b2ffd278bb0466228711166 | fix(lambda): expose underlying function's role on the alias | [
{
"change_type": "MODIFY",
"diff": "@@ -84,6 +84,7 @@ export class Alias extends FunctionBase {\nsuper(scope, id);\nthis.underlyingLambda = props.version.lambda;\n+ this.role = this.underlyingLambda.role;\nnew CfnAlias(this, 'Resource', {\nname: props.aliasName,\n",
"new_path": "packages/@aws-cdk/aws-la... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(lambda): expose underlying function's role on the alias (#2024) | 1 | fix | lambda |
791,751 | 19.03.2019 16:37:54 | -3,600 | 95da9560ee540448bc3fbfbf6dcc338433d98ce4 | core(logging): don't log when closing already closed page | [
{
"change_type": "MODIFY",
"diff": "@@ -128,7 +128,7 @@ class GatherRunner {\n} catch (err) {\n// Ignore disconnecting error if browser was already closed.\n// See https://github.com/GoogleChrome/lighthouse/issues/1583\n- if (!(/close\\/.*status: 500$/.test(err.message))) {\n+ if (!(/close\\/.*status: (500|... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(logging): don't log when closing already closed page (#7576) | 1 | core | logging |
815,593 | 19.03.2019 17:31:23 | -32,400 | e88567c75aed615a2ea3a9032fe7c71fa9d96d04 | refactor: move some code to CellSetDiff | [
{
"change_type": "MODIFY",
"diff": "@@ -426,23 +426,7 @@ impl<CI: ChainIndex + 'static> ChainService<CI> {\nchain_state: &mut ChainState<CI>,\n) -> Result<CellSetDiff, FailureError> {\nlet skip_verify = !self.verification;\n-\n- let mut old_inputs = FnvHashSet::default();\n- let mut old_outputs = FnvHashSet... | Rust | MIT License | nervosnetwork/ckb | refactor: move some code to CellSetDiff | 1 | refactor | null |
127,946 | 19.03.2019 17:43:26 | -7,200 | 2b970a9b170dd2094b0c6c95953367e3ae7ac315 | feat(user-portal): wallet screen smooth scroll | [
{
"change_type": "ADD",
"diff": "+/** @jsx jsx */ jsx;\n+import * as React from 'react';\n+import { jsx, css } from '@emotion/core';\n+import {\n+ Card,\n+ CardToggle,\n+ Button,\n+ CardBalance,\n+ Link,\n+} from '@heathmont/sportsbet-components';\n+import { colors, breakpoints } from '@heathmont/sportsbet-... | TypeScript | MIT License | coingaming/moon-design | feat(user-portal): wallet screen smooth scroll | 1 | feat | user-portal |
815,593 | 19.03.2019 17:49:43 | -32,400 | 87b56a77dc5b461f377f4a4aa77d4210a32e016b | chore: remove unused resolve_transaction in CellProvider trait | [
{
"change_type": "MODIFY",
"diff": "@@ -62,11 +62,6 @@ pub trait CellProvider {\n) -> CellStatus {\nunreachable!()\n}\n-\n- fn resolve_transaction(&self, transaction: &Transaction) -> ResolvedTransaction {\n- let mut seen_inputs = FnvHashSet::default();\n- resolve_transaction(transaction, &mut seen_inputs, ... | Rust | MIT License | nervosnetwork/ckb | chore: remove unused resolve_transaction in CellProvider trait | 1 | chore | null |
217,922 | 19.03.2019 17:58:44 | -3,600 | 353fb3596a76a3b26dc27e3ff1bb3e1dea90f060 | fix(custom-items): inverted both export and import button icons | [
{
"change_type": "MODIFY",
"diff": "</button>\n<button nz-button [nzShape]=\"'circle'\" [nzType]=\"'primary'\" nz-tooltip (click)=\"importItems()\"\n[nzTitle]=\"'CUSTOM_ITEMS.Import_items' | translate\">\n- <i nz-icon type=\"upload\"></i>\n+ <i nz-icon type=\"download\"></i>\n</button>\n<button nz-button [n... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(custom-items): inverted both export and import button icons | 1 | fix | custom-items |
815,601 | 19.03.2019 18:05:39 | -28,800 | 097132ba578709686d73e06a1bb660b78d3c3820 | perf: shrink lock-acquisition | [
{
"change_type": "MODIFY",
"diff": "@@ -31,9 +31,11 @@ impl<CI: ChainIndex + 'static> TraceRpc for TraceRpcImpl<CI> {\nfn trace_transaction(&self, tx: Transaction) -> Result<H256> {\nlet tx: CoreTransaction = tx.into();\nlet tx_hash = tx.hash().clone();\n+ {\nlet mut chain_state = self.shared.chain_state().... | Rust | MIT License | nervosnetwork/ckb | perf: shrink lock-acquisition | 1 | perf | null |
217,922 | 19.03.2019 18:20:42 | -3,600 | 1875db36969ecebf7f99071f8f2731535a3bbb62 | fix(alarms): mute toggle is now a proper toggle instead of a confusing button | [
{
"change_type": "MODIFY",
"diff": "(click)=\"showSettings()\">\n<i nz-icon type=\"setting\"></i>\n</button>\n- <button nz-button nzShape=\"circle\" nzType=\"primary\" nz-tooltip\n- nzTitle=\"{{(settings.alarmsMuted?'Unmute_alarms':'Mute_alarms') | translate}}\"\n- (click)=\"settings.alarmsMuted = !settings... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(alarms): mute toggle is now a proper toggle instead of a confusing button | 1 | fix | alarms |
104,827 | 19.03.2019 18:28:22 | 18,000 | 908245a6cf8a58770b4ce70b26650e82168ddc30 | fix(table): table won't render if data in row for a column is undefined | [
{
"change_type": "MODIFY",
"diff": "@@ -2,10 +2,10 @@ import React from 'react';\nimport PropTypes from 'prop-types';\nconst propTypes = {\n- children: PropTypes.node.isRequired,\n+ children: PropTypes.node,\n};\n-const TableCellRenderer = ({ children }) =>\n+const TableCellRenderer = ({ children = null }) ... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): table won't render if data in row for a column is undefined | 1 | fix | table |
730,412 | 19.03.2019 19:34:05 | 0 | b7f9ec1a8e558b72ac400eead1ee14c47828a11c | chore(release): 0.1.435 | [
{
"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=\"0.1.435\"></a>\n+## [0.1.435](https://github.com/webex/react-ciscospark/compare/v0.1.... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.1.435 | 1 | chore | release |
269,429 | 19.03.2019 20:02:12 | 14,400 | adb6b947e4d295d47b722a9f6297c6371d2355ca | feat: linux compatible arch for ppc64/ppc64le
Maps linuxppc64 and linuxppc64le to the standard ppc64 and ppc64le
nomenclature used in packages for these architectures. | [
{
"change_type": "MODIFY",
"diff": "@@ -16,6 +16,10 @@ func Arch(key string) string {\nreturn \"armel\"\ncase strings.Contains(key, \"arm7\"):\nreturn \"armhf\"\n+ case strings.Contains(key, \"ppc64le\"):\n+ return \"ppc64le\"\n+ case strings.Contains(key, \"ppc64\"):\n+ return \"ppc64\"\n}\nreturn key\n}\n... | Go | MIT License | goreleaser/goreleaser | feat: linux compatible arch for ppc64/ppc64le (#987)
Maps linuxppc64 and linuxppc64le to the standard ppc64 and ppc64le
nomenclature used in packages for these architectures. | 1 | feat | null |
815,590 | 19.03.2019 21:54:51 | -28,800 | 3d2dc0992376d5b16e5a31e897195eea467a32b0 | refactor: remove unnecessary lock acquisition | [
{
"change_type": "MODIFY",
"diff": "@@ -36,20 +36,23 @@ impl<CI: ChainIndex + 'static> PoolRpc for PoolRpcImpl<CI> {\nfn send_transaction(&self, tx: Transaction) -> Result<H256> {\nlet tx: CoreTransaction = tx.into();\nlet tx_hash = tx.hash().clone();\n- let tx_result = {\n- let chain_state = self.shared.ch... | Rust | MIT License | nervosnetwork/ckb | refactor: remove unnecessary lock acquisition | 1 | refactor | null |
815,605 | 20.03.2019 07:12:29 | 0 | 4ecb1d5d83a56419ac7058536d94c5c455c31c9d | doc: Add explanations for newly added fields | [
{
"change_type": "MODIFY",
"diff": "@@ -15,8 +15,10 @@ pub struct Script {\npub args: Vec<Vec<u8>>,\n// The reference hash here can be used to refer to binary in any of the\n// following locations:\n- // 1. Data part of a dep cell in current transaction\n- // 2. An embed item in current transaction\n+ // 1.... | Rust | MIT License | nervosnetwork/ckb | doc: Add explanations for newly added fields | 1 | doc | null |
104,818 | 20.03.2019 08:11:12 | 18,000 | 9b53ff73d29547a9890989cb18a2e759d15cbc37 | refactor(list): use carbon icon | [
{
"change_type": "MODIFY",
"diff": "@@ -8,6 +8,7 @@ import {\n} from 'carbon-components-react';\nimport PropTypes from 'prop-types';\nimport styled from 'styled-components';\n+import Bee32 from '@carbon/icons-react/lib/bee/32';\nconst StructuredListWrapperStyled = styled(StructuredListWrapper)`\n{\n@@ -43,1... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | refactor(list): use carbon icon | 1 | refactor | list |
815,593 | 20.03.2019 09:08:43 | -32,400 | 08395262865e6ea42e1b5e0b3f4b55c46e3caa6c | refactor: add OverlayCellProvider and refactor code | [
{
"change_type": "MODIFY",
"diff": "use ckb_core::block::Block;\n-use ckb_core::cell::{resolve_transaction, CellProvider, CellStatus, ResolvedTransaction};\n+use ckb_core::cell::{\n+ resolve_transaction, BlockCellProvider, OverlayCellProvider, ResolvedTransaction,\n+};\nuse ckb_core::extras::BlockExt;\nuse ... | Rust | MIT License | nervosnetwork/ckb | refactor: add OverlayCellProvider and refactor code | 1 | refactor | null |
104,818 | 20.03.2019 09:16:19 | 18,000 | b4ca0c01af4b412e29c0094b6201af96a2944716 | fix(tablecellrenderer): change to use defaultProps instead | [
{
"change_type": "MODIFY",
"diff": "@@ -45,4 +45,21 @@ describe('TableBodyRow', () => {\nexpect(mockActions.onRowClicked).toHaveBeenCalled();\nexpect(mockActions.onRowExpanded).not.toHaveBeenCalled();\n});\n+ test('verify rendering with undefined column', () => {\n+ const tableRowPropsWithUndefined = {\n+ t... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(tablecellrenderer): change to use defaultProps instead | 1 | fix | tablecellrenderer |
269,429 | 20.03.2019 09:27:49 | 14,400 | 3fbba1b594c5aac4efd4fea042010c89d65dcde9 | test: validate arch map for linuxpp64/ppc64le
I didn't notice the go testing framework when I made the first pull
request so these were left out. Not a big deal either way but we might
as well have complete tests. | [
{
"change_type": "MODIFY",
"diff": "@@ -14,6 +14,8 @@ func TestArch(t *testing.T) {\n\"linuxarm64\": \"arm64\",\n\"linuxarm6\": \"armel\",\n\"linuxarm7\": \"armhf\",\n+ \"linuxppc64\": \"ppc64\",\n+ \"linuxppc64le\": \"ppc64le\",\n\"linuxwhat\": \"what\",\n} {\nt.Run(fmt.Sprintf(\"%s to %s\", from, to), fun... | Go | MIT License | goreleaser/goreleaser | test: validate arch map for linuxpp64/ppc64le (#988)
I didn't notice the go testing framework when I made the first pull
request so these were left out. Not a big deal either way but we might
as well have complete tests. | 1 | test | null |
471,470 | 20.03.2019 09:45:01 | 0 | ad9bb59b074307dba9f32e2c455e0fa8b9d92423 | feat: add rollup starter-app | [
{
"change_type": "MODIFY",
"diff": "/* eslint-disable no-console */\n-import BuildingWebpackMixin from '../building-webpack/index.js';\n+import BuildingRollupMixin from '../building-rollup/index.js';\nconst BuildingMixin = subclass =>\n- class extends BuildingWebpackMixin(subclass) {\n+ class extends Buildi... | JavaScript | MIT License | open-wc/open-wc | feat: add rollup starter-app (#298) | 1 | feat | null |
730,429 | 20.03.2019 10:29:22 | 14,400 | dd2ea803736cb4084b2aaa55bb33a082545d15a9 | chore(tab): update tab tests to match tap tests config | [
{
"change_type": "MODIFY",
"diff": "pipeline {\nagent{\n- label 'BASIC_SLAVE&&!beefy_BASIC_SLAVE'\n+ label 'NODE_JS_BUILDER'\n}\noptions {\n@@ -27,13 +27,13 @@ pipeline {\nrm .nvmrc\ncurl -o- https://raw.githubusercontent.com/creationix/nvm/v0.29.0/install.sh | bash\n~/.nvm/nvm.sh\n- echo \\'//registry.npmj... | JavaScript | MIT License | webex/react-widgets | chore(tab): update tab tests to match tap tests config | 1 | chore | tab |
815,573 | 20.03.2019 11:17:11 | -28,800 | bc4260ec8f0d98eacd48a51b101b39c0991942ef | fix: Add observed address to peer store | [
{
"change_type": "MODIFY",
"diff": "@@ -20,10 +20,6 @@ bytes = \"0.4.12\"\ntokio = \"0.1.17\"\nfutures = { version = \"0.1.19\", features = [\"use_std\"] }\nsnap = \"0.2\"\n-# p2p = { version = \"0.2.0-alpha.1\", package=\"tentacle\" }\n-# secio = { version = \"0.1.0\", package=\"tentacle-secio\" }\n-# p2p-... | Rust | MIT License | nervosnetwork/ckb | fix: Add observed address to peer store | 1 | fix | null |
273,683 | 20.03.2019 12:21:50 | -3,600 | 3d7c180be776a582504d6c0099945d810748df06 | fix(store): prioritize node.id over node.fields.id | [
{
"change_type": "MODIFY",
"diff": "@@ -49,6 +49,11 @@ class ContentTypeCollection extends EventEmitter {\nconst { typeName } = this.options\nconst internal = this.pluginStore._createInternals(options.internal)\n+ // prioritize node.id over node.fields.id\n+ if (options.id && options.fields && options.field... | JavaScript | MIT License | gridsome/gridsome | fix(store): prioritize node.id over node.fields.id | 1 | fix | store |
815,573 | 20.03.2019 13:25:20 | -28,800 | 9492854748764df0d6c496ebf7c25d6e0658ae4f | fix: Parse protocol version bug | [
{
"change_type": "MODIFY",
"diff": "@@ -92,8 +92,12 @@ impl ServiceProtocol for CKBHandler {\nfn init(&mut self, _control: &mut ServiceContext) {}\nfn connected(&mut self, control: &mut ServiceContext, session: &SessionContext, version: &str) {\nlet (peer_id, version) = {\n- let parsed_version = version.par... | Rust | MIT License | nervosnetwork/ckb | fix: Parse protocol version bug | 1 | fix | null |
471,536 | 20.03.2019 13:39:26 | -7,200 | 7ba1b382846b6cadc2ebd8006ff8bc0446fa9e1b | docs(testing-helpers): improve event testing docs | [
{
"change_type": "MODIFY",
"diff": "@@ -107,28 +107,42 @@ await aTimeout(10); // would wait 10ms\n## Testing Events\nIf you want to interact with web components you will sometimes need to await a specific event before you can continue testing.\n+Ordinarily, you might pass the `done` callback to a test, and ... | JavaScript | MIT License | open-wc/open-wc | docs(testing-helpers): improve event testing docs (#300) | 1 | docs | testing-helpers |
273,656 | 20.03.2019 14:01:24 | -3,600 | a0fcd10ca7d10adb2307685e482b6a7762a84d7b | fix(app): allow css.split option to be true | [
{
"change_type": "MODIFY",
"diff": "@@ -122,7 +122,7 @@ module.exports = (context, options = {}, pkg = {}) => {\nconfig.templatePath = fs.existsSync(localIndex) ? localIndex : path.resolve(config.appPath, 'index.html')\nconfig.htmlTemplate = fs.readFileSync(config.templatePath, 'utf-8')\n- config.css = defa... | JavaScript | MIT License | gridsome/gridsome | fix(app): allow css.split option to be true (#266) | 1 | fix | app |
273,683 | 20.03.2019 14:16:42 | -3,600 | 06706f31bf63bf4442712063b023cb6438273eae | test(app): overriding css config with custom config | [
{
"change_type": "MODIFY",
"diff": "@@ -101,9 +101,10 @@ test('setup style loader options', async () => {\nconst app = await createApp(context, {\nlocalConfig: {\ncss: {\n+ split: true,\nloaderOptions: {\ncss: { url: false },\n- sass: { data: '@import \"variables.sass\";' },\n+ sass: { indentedSyntax: false... | JavaScript | MIT License | gridsome/gridsome | test(app): overriding css config with custom config | 1 | test | app |
471,601 | 20.03.2019 14:28:21 | -3,600 | 54caa68f5fd7221d9dd796ab00efa27f25165cf3 | docs(building-rollup): harmonize and extend docs
Harmonize the following aspects:
`input` is always `./src/index.html`
always use bare imports for `createDefaultConfig`
case of tsconfig.json value `ESNext`
enclose file names in backticks (e.g. `index.html`) in text blocks
enclose function names in backticks (e.g. `map`) in text blocks | [
{
"change_type": "MODIFY",
"diff": "@@ -22,14 +22,14 @@ npm init @open-wc building-rollup\nnpm i -D @open-wc/building-rollup rollup rimraf http-server\n```\n-2. Create a file `rollup.config.js` and pass in your app's index.html:\n+2. Create a `rollup.config.js` file and pass in your app's `index.html`:\n```... | JavaScript | MIT License | open-wc/open-wc | docs(building-rollup): harmonize and extend docs (#301)
Harmonize the following aspects:
- `input` is always `./src/index.html`
- always use bare imports for `createDefaultConfig`
- case of tsconfig.json value `ESNext`
- enclose file names in backticks (e.g. `index.html`) in text blocks
- enclose function names in backticks (e.g. `map`) in text blocks | 1 | docs | building-rollup |
815,590 | 20.03.2019 15:21:01 | -28,800 | 3aa100a796d11e2f3396cc829f8a8ad47f40dce0 | fix: integration test generate invalid tx | [
{
"change_type": "MODIFY",
"diff": "@@ -42,5 +42,5 @@ trace = 100\ntxs_verify_cache_size = 100000\n[block_assembler]\n-# value is from spec#always_success_type_hash test\n+# type hash for `always_success` script\ntype_hash = \"0x8954a4ac5e5c33eb7aa8bb91e0a000179708157729859bd8cf7e2278e1e12980\"\n",
"new... | Rust | MIT License | nervosnetwork/ckb | fix: integration test generate invalid tx | 1 | fix | null |
104,818 | 20.03.2019 15:21:08 | 18,000 | a0bcd7469ce71042869f0b447357e5ef4390358a | feat(navigationbar): add workarea support | [
{
"change_type": "MODIFY",
"diff": "\"jsx\": true\n}\n},\n- \"plugins\": [\"babel\", \"react\", \"jsx-a11y\", \"import\", \"jest\", \"lodash\", \"react-hooks\"],\n+ \"plugins\": [\"babel\", \"react\", \"jsx-a11y\", \"import\", \"jest\", \"lodash\", \"react-hooks\", \"prettier\"],\n\"settings\": {\n\"react\"... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(navigationbar): add workarea support | 1 | feat | navigationbar |
127,946 | 20.03.2019 15:22:30 | -7,200 | 37b29ac838e5d76d49a89190a035b1d6c360a68c | feat(assets): update neutral 90 color | [
{
"change_type": "MODIFY",
"diff": "@@ -22,7 +22,7 @@ exports[`Nav renders correctly 1`] = `\n-ms-transform: translateY(-50%);\ntransform: translateY(-50%);\ncolor: #fff;\n- background-color: #06111a;\n+ background-color: #0b1c25;\n}\n.emotion-0:not(:focus) {\n",
"new_path": "design/components/src/nav/_... | TypeScript | MIT License | coingaming/moon-design | feat(assets): update neutral 90 color | 1 | feat | assets |
815,573 | 20.03.2019 15:27:40 | -28,800 | cbae925d261a52708e97494c1c73a3134a1cbaed | test: Fix build test (network API change) | [
{
"change_type": "MODIFY",
"diff": "@@ -93,10 +93,7 @@ impl ServiceProtocol for CKBHandler {\nfn connected(&mut self, control: &mut ServiceContext, session: &SessionContext, version: &str) {\nlet (peer_id, version) = {\n// FIXME: version number should be discussed.\n- let parsed_version = version\n- .split(... | Rust | MIT License | nervosnetwork/ckb | test: Fix build test (network API change) | 1 | test | null |
104,818 | 20.03.2019 15:50:22 | 18,000 | 724ce4dcd93f01b1424d266aec6d501e734fe46f | test(navigation): add documentation to the example | [
{
"change_type": "MODIFY",
"diff": "-import React, { useState } from 'react';\n+import React, { Fragment, useState } from 'react';\nimport { storiesOf } from '@storybook/react';\nimport { action } from '@storybook/addon-actions';\n@@ -34,6 +34,11 @@ const StatefulNavigationBar = () => {\naction('button1')(e... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | test(navigation): add documentation to the example | 1 | test | navigation |
679,913 | 20.03.2019 15:59:36 | 0 | e8234e880a185cd2b9b1dfe71f425c5bd0e8afcd | feat(associative): update SortedSet, IEquivSet, add tests
remove opts() from IEquivSet
add min/max key query opts for SortedSet.entries/keys/values() | [
{
"change_type": "MODIFY",
"diff": "@@ -16,12 +16,11 @@ export interface IEquivSet<T>\ndisj(xs: Iterable<T>): this;\nget(val: T, notFound?: any): any;\nfirst(): T;\n- opts(): EquivSetOpts<T>;\n}\nexport interface EquivSetConstructor {\nnew (): IEquivSet<any>;\n- new <T>(values?: Iterable<T>, opts?: EquivSet... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(associative): update SortedSet, IEquivSet, add tests
- remove opts() from IEquivSet
- add min/max key query opts for SortedSet.entries/keys/values() | 1 | feat | associative |
815,590 | 20.03.2019 16:12:58 | -28,800 | 0f2dfd39c8dbb777d709509debe6e45981a41bec | feat: Add random_peers function to PeerStore | [
{
"change_type": "MODIFY",
"diff": "@@ -125,6 +125,7 @@ pub trait PeerStore: Send + Sync {\nfn bootnodes(&self, count: u32) -> Vec<(PeerId, Multiaddr)>;\nfn peer_addrs(&self, peer_id: &PeerId, count: u32) -> Option<Vec<Multiaddr>>;\nfn peers_to_attempt(&self, count: u32) -> Vec<(PeerId, Multiaddr)>;\n+ fn r... | Rust | MIT License | nervosnetwork/ckb | feat: Add random_peers function to PeerStore | 1 | feat | null |
469,438 | 20.03.2019 16:16:54 | 25,200 | c24c1ccd9153b9459f8aeef383cd4cbc185c99c4 | fix: dont center examplePairingObject
fixes: | [
{
"change_type": "MODIFY",
"diff": "@@ -639,7 +639,7 @@ For a string to model mapping:\nThe example Pairing object consists of a set of example params and result. The result is what you can expect from the JSON-RPC service given the exact params.\nField Name | Type | Description\n----|:---:|---\n+---|---|--... | JavaScript | Apache License 2.0 | open-rpc/spec | fix: dont center examplePairingObject
fixes: #110 | 1 | fix | null |
469,438 | 20.03.2019 16:25:33 | 25,200 | 544b17420f7553d455555551db7392488cbc0466 | fix(serverObject): add summary
fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -259,6 +259,7 @@ Field Name | Type | Description\n---|:---:|---\n<a name=\"server-name\"></a>name | `string` | **REQUIRED**. A name to be used as the cannonical name for the server.\n<a name=\"server-url\"></a>url | `string` | **REQUIRED**. A URL to the target host. Th... | JavaScript | Apache License 2.0 | open-rpc/spec | fix(serverObject): add summary
fixes #108 | 1 | fix | serverObject |
815,590 | 20.03.2019 16:27:18 | -28,800 | 789b7b72a8b7c74366b2fb66e820b2af385e5f80 | fix: reduce lock scope | [
{
"change_type": "MODIFY",
"diff": "@@ -39,9 +39,11 @@ where\npub fn execute(self) {\nlet (tx, relay_cycles): (Transaction, Cycle) = (*self.message).into();\n+ let tx_result = {\nlet chain_state = self.relayer.shared.chain_state().lock();\nlet max_block_cycles = self.relayer.shared.consensus().max_block_cyc... | Rust | MIT License | nervosnetwork/ckb | fix: reduce lock scope | 1 | fix | null |
469,438 | 20.03.2019 16:31:04 | 25,200 | 99995a564c7f8f5d2cbd09481ac30abf98617024 | fix(methodObject): params are required
fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -353,7 +353,7 @@ Field Name | Type | Description\n<a name=\"method-summary\"></a>summary | `string` | A short summary of what the method does.\n<a name=\"method-description\"></a>description | `string` | A verbose explanation of the method behavior. [GitHub Flavored Ma... | JavaScript | Apache License 2.0 | open-rpc/spec | fix(methodObject): params are required
fixes #108 | 1 | fix | methodObject |
217,922 | 20.03.2019 16:32:04 | -3,600 | 79552cbafd4f5e3422500528c5b2a846f1457563 | chore(log-tracker): alarms tracking for DoL tracker
TODO: alarms-related methods, toggle, add in group, etc | [
{
"change_type": "MODIFY",
"diff": "@@ -13,6 +13,7 @@ import { ListPickerModule } from '../../modules/list-picker/list-picker.module';\nimport { ProgressPopupModule } from '../../modules/progress-popup/progress-popup.module';\nimport { MapPositionComponent } from '../../modules/map/map-position/map-position... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(log-tracker): alarms tracking for DoL tracker
TODO: alarms-related methods, toggle, add in group, etc
#732 | 1 | chore | log-tracker |
469,438 | 20.03.2019 16:33:07 | 25,200 | 84c8ded7e6a40f5c5f2ad19461e5cf1b7410a11c | fix(methodObject): method name is required
fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -348,12 +348,12 @@ Describes the interface for the given method name. The method name is used as th\nField Name | Type | Description\n---|:---:|---\n-<a name=\"method-name\"></a>name | [`string`] | The cannonical name for the method. The name MUST be unique within the ... | JavaScript | Apache License 2.0 | open-rpc/spec | fix(methodObject): method name is required
fixes #118 | 1 | fix | methodObject |
469,438 | 20.03.2019 16:34:28 | 25,200 | 89f46921f6ed19c420224bbc13c56b0c03e3d539 | fix(methodObject): change parameters to params
fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -353,7 +353,7 @@ Field Name | Type | Description\n<a name=\"method-summary\"></a>summary | `string` | A short summary of what the method does.\n<a name=\"method-description\"></a>description | `string` | A verbose explanation of the method behavior. [GitHub Flavored Ma... | JavaScript | Apache License 2.0 | open-rpc/spec | fix(methodObject): change parameters to params
fixes #117 | 1 | fix | methodObject |
469,438 | 20.03.2019 16:40:43 | 25,200 | f7e735d9f974b71fab10de41d3f73e0a3d61b1c6 | fix(components): add examplePairingObjects
fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -878,6 +878,7 @@ Field Name | Type | Description\n<a name=\"components-examples\"></a>examples | Map[`string`, [Example Object](#example-object) \\| [Reference Object](#reference-object)] | An object to hold reusable [Example Objects](#example-object).\n<a name=\"compo... | JavaScript | Apache License 2.0 | open-rpc/spec | fix(components): add examplePairingObjects
fixes #98 | 1 | fix | components |
104,857 | 20.03.2019 16:43:04 | 10,800 | 6f4fd6266cb3cfb1f759b0a55aa4d38ce3564a3a | fix(content): TableHead/TableBodyRow related to ordering columns | [
{
"change_type": "MODIFY",
"diff": "@@ -272,6 +272,7 @@ const Table = props => {\nselectedIds={view.table.selectedIds}\ntotalColumns={totalColumns}\n{...pick(options, 'hasRowSelection', 'hasRowExpansion', 'shouldExpandOnRowClick')}\n+ ordering={view.table.ordering}\nactions={pick(\nactions.table,\n'onRowSel... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(content): TableHead/TableBodyRow related to ordering columns | 1 | fix | content |
469,438 | 20.03.2019 16:47:34 | 25,200 | d449c8af995665dca3fd74a795a1d9b0e6cf8fbf | fix(components): add tagObject
fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -878,6 +878,7 @@ Field Name | Type | Description\n<a name=\"components-examples\"></a>examples | Map[`string`, [Example Object](#example-object) \\| [Reference Object](#reference-object)] | An object to hold reusable [Example Objects](#example-object).\n<a name=\"compo... | JavaScript | Apache License 2.0 | open-rpc/spec | fix(components): add tagObject
fixes #99 | 1 | fix | components |
469,438 | 20.03.2019 16:49:48 | 25,200 | 41927d804f16af3a5a73054e59386256a313b969 | fix(contentDescriptor): name is required
fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -413,7 +413,7 @@ Content Descriptors are objects that do just as they suggest - describe content.\nField Name | Type | Description\n---|:---:|---\n-<a name=\"content-descriptor-name\"></a>name | `string` | name of the content that is being described.\n+<a name=\"conten... | JavaScript | Apache License 2.0 | open-rpc/spec | fix(contentDescriptor): name is required
fixes #88 | 1 | fix | contentDescriptor |
503,922 | 20.03.2019 17:00:00 | -3,600 | 632edcadb70be7a83eaa52bba8e9f7c85555fd41 | feat(Cloud icons): Add new cloud icons | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,27 @@ module.exports = {\nwidth: 100,\nheight: 100,\nsvgPathData: \"M145.7,45.3l-16.1,5.8c0.2,2.6,0.6,5.1,1.3,7.6l15.3-5.6C145.7,50.6,145.5,47.9,145.7,45.3M216.7,27.5c-1.1-2.3-2.4-4.5-3.9-6.6l-16.1,5.8c1.9,1.9,3.4,4.1,4.7,6.4L216.7,27.5zM181.4,23c3.3,1.6,6.2,3.... | TypeScript | MIT License | patternfly/patternfly-react | feat(Cloud icons): Add new cloud icons (#1565) | 1 | feat | Cloud icons |
469,438 | 20.03.2019 17:03:51 | 25,200 | ff0d20ff7528302c97b4ba9ee4a554b655e877e3 | feat: gh pages from master
fixes | [
{
"change_type": "ADD",
"diff": "+<html>\n+ <body>\n+ <script src=\"https://cdnjs.cloudflare.com/ajax/libs/showdown/1.9.0/showdown.min.js\"></script>\n+ <script>\n+ var converter = new showdown.Converter();\n+ fetch('https://raw.githubusercontent.com/open-rpc/spec/master/README.md').then((res) => res.text()... | JavaScript | Apache License 2.0 | open-rpc/spec | feat: gh pages from master
fixes #124 | 1 | feat | null |
679,913 | 20.03.2019 17:12:31 | 0 | f644ecd26be023baf2a783e54e21a9258f3ffa11 | fix(transducers): update mean() completion step to avoid div by zero | [
{
"change_type": "MODIFY",
"diff": "import { Reducer } from \"../api\";\nimport { reduce } from \"../reduce\";\n+/**\n+ * Reducer computing mean of received inputs. Returns 0 if no inputs\n+ * were processed.\n+ */\nexport function mean(): Reducer<number, number>;\nexport function mean(xs: Iterable<number>)... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(transducers): update mean() completion step to avoid div by zero | 1 | fix | transducers |
679,913 | 20.03.2019 17:12:59 | 0 | b5c744e9c8ee29259de3efca78d9534269ff930f | feat(transducers): add toggle() xform | [
{
"change_type": "MODIFY",
"diff": "@@ -716,6 +716,7 @@ tx.transduce(tx.map((x) => x*10), tx.push(), tx.range(4))\n- [take](https://github.com/thi-ng/umbrella/tree/master/packages/transducers/src/xform/take.ts)\n- [throttleTime](https://github.com/thi-ng/umbrella/tree/master/packages/transducers/src/xform/t... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(transducers): add toggle() xform | 1 | feat | transducers |
127,977 | 20.03.2019 17:32:06 | -7,200 | d56cc3d8cf6621f6196bd476b1ead64040a8bdae | fix: fixing missing fonts for design system | [
{
"change_type": "MODIFY",
"diff": "\"components\": \"lerna run --scope @heathmont/sportsbet-components --stream\",\n\"icons\": \"lerna run --scope @heathmont/sportsbet-icons --stream\",\n\"docs:dev\": \"concurrently -kill-others \\\"yarn build -w\\\" \\\"lerna run --scope docs --stream dev\\\"\",\n+ \"docs... | TypeScript | MIT License | coingaming/moon-design | fix: fixing missing fonts for design system | 1 | fix | null |
127,976 | 20.03.2019 17:48:18 | -7,200 | 50f09ba694abb58a3549979cf32b2abb49f39715 | build: Makes life much better
much much better | [
{
"change_type": "MODIFY",
"diff": "\"build:client\": \"webpack --config .config/webpack/webpack.config.client.js --display-error-details\",\n\"bundlesize\": \"bundlesize\",\n\"clean\": \"rimraf **/{lib,dist,.cache,public}/\",\n- \"dev\": \"export NODE_ENV=development && webpack --config .config/webpack/web... | TypeScript | MIT License | coingaming/moon-design | build: Makes life much better
much much better | 1 | build | null |
127,946 | 20.03.2019 18:00:30 | -7,200 | 5dddbc209ec253321c94485c9290b8ff2ff1776e | feat(user-portal): transactions component | [
{
"change_type": "ADD",
"diff": "+/** @jsx jsx */ jsx;\n+import { jsx } from '@emotion/core';\n+import styled from '@emotion/styled';\n+import { colors, border, breakpoints } from '@heathmont/sportsbet-tokens';\n+import { spacing, mq } from '@heathmont/sportsbet-utils';\n+import { rem } from 'polished';\n+\... | TypeScript | MIT License | coingaming/moon-design | feat(user-portal): transactions component | 1 | feat | user-portal |
791,704 | 20.03.2019 18:01:54 | 25,200 | b53a167c44bdfc2b16b06cebe5197fecbd9b2e4c | tests(smokehouse): set Content-Type for images served by static-server.js | [
{
"change_type": "MODIFY",
"diff": "@@ -69,6 +69,12 @@ function requestHandler(request, response) {\nheaders['Content-Type'] = 'text/css';\n} else if (filePath.endsWith('.svg')) {\nheaders['Content-Type'] = 'image/svg+xml';\n+ } else if (filePath.endsWith('.png')) {\n+ headers['Content-Type'] = 'image/png';... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests(smokehouse): set Content-Type for images served by static-server.js (#7612) | 1 | tests | smokehouse |
217,922 | 20.03.2019 18:11:08 | -3,600 | e391d1c707c59d0a909869c960c50b16c9868b83 | chore(log-tracker): added more details for alarms and connected them properly | [
{
"change_type": "MODIFY",
"diff": "@@ -1035,53 +1035,6 @@ export const gatheringLogPages = [\n}\n]\n},\n- {\n- 'id': 2001,\n- 'startLevel': 60,\n- 'items': [\n- {\n- 'itemId': 5163,\n- 'ilvl': 180,\n- 'lvl': 60,\n- 'stars': 1,\n- 'hidden': 0\n- },\n- {\n- 'itemId': 5226,\n- 'ilvl': 180,\n- 'lvl': 60,\n- 's... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(log-tracker): added more details for alarms and connected them properly | 1 | chore | log-tracker |
815,590 | 20.03.2019 18:33:14 | -28,800 | fdb8c71207b9bae9e2ffcc312506bfc91c776a54 | fix: node not connected yet when invoke add_bootnode | [
{
"change_type": "MODIFY",
"diff": "@@ -311,7 +311,6 @@ impl PeerStore for SqlitePeerStore {\n}\nfn add_bootnode(&mut self, peer_id: PeerId, addr: Multiaddr) {\n- self.new_connected_peer(&peer_id, addr.clone(), SessionType::Client);\nself.bootnodes.push((peer_id, addr));\n}\n// should return high scored nod... | Rust | MIT License | nervosnetwork/ckb | fix: node not connected yet when invoke add_bootnode | 1 | fix | null |
815,590 | 20.03.2019 18:44:38 | -28,800 | a4952962395a2c969c684676d6efcd22ffe419fe | fix: ban_peer with incorrect timeout | [
{
"change_type": "MODIFY",
"diff": "@@ -279,11 +279,10 @@ impl PeerStore for SqlitePeerStore {\n}\n};\nlet peer = self.get_or_insert_peer_info(peer_id);\n- let now = unix_time();\nlet score = peer.score.saturating_add(behaviour_score);\nif score < self.schema.ban_score() {\n- let ban_time = self.schema.defa... | Rust | MIT License | nervosnetwork/ckb | fix: ban_peer with incorrect timeout | 1 | fix | null |
815,601 | 20.03.2019 18:47:32 | -28,800 | e68d90a38b5bdb60adac49284dd65184f6e4c690 | refactor: replace unwrap with expect | [
{
"change_type": "MODIFY",
"diff": "@@ -316,21 +316,33 @@ impl<CI: ChainIndex + 'static> ChainService<CI> {\n) {\nif new_tip_number <= current_tip_number {\nfor bn in new_tip_number..=current_tip_number {\n- let hash = self.shared.block_hash(bn).unwrap();\n- let old_block = self.shared.block(&hash).unwrap()... | Rust | MIT License | nervosnetwork/ckb | refactor: replace unwrap with expect | 1 | refactor | null |
471,470 | 20.03.2019 19:34:59 | -3,600 | 0201d9312fcf3a7eb84390021687518fcefb06d3 | docs(building-rollup): change plugins obj to a plugins arr | [
{
"change_type": "MODIFY",
"diff": "@@ -149,10 +149,10 @@ export default {\n...config.output,\nsourcemap: false,\n},\n- plugins: {\n+ plugins: [\n...config.plugins,\nmyAwesomePlugin(),\n- },\n+ ],\n};\n```\n@@ -169,10 +169,10 @@ export default configs.map(config => ({\n...config.output,\nsourcemap: false,\n... | JavaScript | MIT License | open-wc/open-wc | docs(building-rollup): change plugins obj to a plugins arr (#303) | 1 | docs | building-rollup |
730,412 | 20.03.2019 19:40:13 | 0 | 82b6bdda568c6130a2e84021a6d226adfe63827a | chore(release): 0.1.436 | [
{
"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=\"0.1.436\"></a>\n+## [0.1.436](https://github.com/webex/react-ciscospark/compare/v0.1.... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.1.436 | 1 | chore | release |
531,793 | 20.03.2019 20:30:58 | 0 | 23f51f9f7bbbbdf80f76ae01cb88076fc0bd4a2b | fix(demo): add missing job labels
We have config for job labels, but no labels on alerts, fix it | [
{
"change_type": "MODIFY",
"diff": "@@ -137,7 +137,7 @@ class AlwaysOnAlert(AlertGenerator):\ndef _gen(size, cluster):\nreturn [newAlert(\nself._labels(instance=\"server{}\".format(i), cluster=cluster,\n- severity=\"info\"),\n+ severity=\"info\", job=\"node_exporter\"),\nself._annotations(\nsummary=\"Silenc... | TypeScript | Apache License 2.0 | prymitive/karma | fix(demo): add missing job labels
We have config for job labels, but no labels on alerts, fix it | 1 | fix | demo |
217,922 | 20.03.2019 20:32:08 | -3,600 | de0623cbb7448b3063efb81c5711dbef5440d6df | chore(log-tracker): better handling of folklore pages | [
{
"change_type": "MODIFY",
"diff": "@@ -1023,7 +1023,7 @@ export const gatheringLogPages = [\n]\n},\n{\n- 'id': 2000,\n+ 'id': 9999,\n'startLevel': 60,\n'items': [\n{\n@@ -1032,13 +1032,7 @@ export const gatheringLogPages = [\n'lvl': 60,\n'stars': 3,\n'hidden': 0\n- }\n- ]\n},\n- {\n- 'id': 2004,\n- 'startL... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(log-tracker): better handling of folklore pages | 1 | chore | log-tracker |
531,793 | 20.03.2019 21:15:04 | 0 | 4ef9052a98d9cd886239e7e65b82a15ec6efa1fa | feat(api): allow using wildcards with custom colors
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -345,7 +345,10 @@ labels:\nto configure a set of labels with custom predefined colors applied to them\nrather than generated. Colors can be defined as RGB or HEX values.\nValue is a mapping with `label name` -> `label value` -> `color`, see examples\n- below.\n+ below.... | TypeScript | Apache License 2.0 | prymitive/karma | feat(api): allow using wildcards with custom colors
Fixes #537 | 1 | feat | api |
531,793 | 20.03.2019 21:15:26 | 0 | 67db581aa5f67cc74bc7510ab85bac6fd20a4fcd | chore(demo): add a region label with wildcard color | [
{
"change_type": "MODIFY",
"diff": "@@ -137,7 +137,7 @@ class AlwaysOnAlert(AlertGenerator):\ndef _gen(size, cluster):\nreturn [newAlert(\nself._labels(instance=\"server{}\".format(i), cluster=cluster,\n- severity=\"info\", job=\"node_exporter\"),\n+ severity=\"info\", job=\"node_exporter\", region=\"US\"),... | TypeScript | Apache License 2.0 | prymitive/karma | chore(demo): add a region label with wildcard color | 1 | chore | demo |
791,690 | 20.03.2019 21:24:32 | 18,000 | 3d0f1e4642b225038c288c788ba7001e57d86cbc | core: remove hreflang gatherer | [
{
"change_type": "MODIFY",
"diff": "@@ -1126,9 +1126,6 @@ Object {\nObject {\n\"path\": \"seo/font-size\",\n},\n- Object {\n- \"path\": \"seo/hreflang\",\n- },\nObject {\n\"path\": \"seo/embedded-content\",\n},\n",
"new_path": "lighthouse-cli/test/cli/__snapshots__/index-test.js.snap",
"old_path": "... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core: remove hreflang gatherer (#7477) | 1 | core | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.