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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
273,683 | 16.12.2018 03:23:24 | -3,600 | 81f4170624c6c805f9d3aec88aa93ae1c17a4a1e | chore: run build tests separately | [
{
"change_type": "MODIFY",
"diff": "<h1>Gridsome</h1>\n<h2>{{ $page.metaData.myTest.value }}</h2>\n<g-link :to=\"{ name: 'blog' }\">Blog</g-link>\n+ <g-link :to=\"{ name: 'home' }\" active-class=\"test-active\">Home</g-link>\n<g-image src=\"~/assets/test.png\" alt=\"Test image\" width=\"1000\" />\n<g-link t... | JavaScript | MIT License | gridsome/gridsome | chore: run build tests separately | 1 | chore | null |
217,922 | 16.12.2018 13:34:42 | -3,600 | 179784532c1c723d4ebc49c55ffa8ab47ae90071 | feat: you can now autofill prices in pricing mode for a full panel | [
{
"change_type": "MODIFY",
"diff": "-import { ChangeDetectorRef, Component, EventEmitter, Input, OnInit, Output } from '@angular/core';\n+import { ChangeDetectorRef, Component, EventEmitter, Input, OnDestroy, OnInit, Output } from '@angular/core';\nimport { PricingService } from '../pricing.service';\nimpor... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: you can now autofill prices in pricing mode for a full panel | 1 | feat | null |
679,913 | 16.12.2018 15:02:00 | 0 | 6d85c6261b1cb9bfcb9334771b9794753994bff3 | fix(hdom): life cycle init / release handling
createTree() init handling: call AFTER all children have been created
releaseTree(): bind release() calls to component (not tag wrapper)
update docs / readme | [
{
"change_type": "MODIFY",
"diff": "@@ -587,7 +587,10 @@ interface ILifecycle {\n/**\n* Component init method. Called with the actual DOM element,\n* hdom user context and any other args when the component is\n- * first used, but **after** `render()` has been called once already.\n+ * first used, but **afte... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(hdom): life cycle init / release handling
- createTree() init handling: call AFTER all children have been created
- releaseTree(): bind release() calls to component (not tag wrapper)
- update docs / readme | 1 | fix | hdom |
815,590 | 16.12.2018 18:22:11 | -28,800 | 9616a1874e94a06edd2443ee675331e81834b8a1 | fix: add tests/peers_registry | [
{
"change_type": "MODIFY",
"diff": "@@ -17,6 +17,8 @@ mod peers_registry;\nmod ping_service;\nmod protocol;\nmod protocol_service;\n+#[cfg(test)]\n+mod tests;\nmod timer_service;\nmod transport;\n",
"new_path": "network/src/lib.rs",
"old_path": "network/src/lib.rs"
},
{
"change_type": "MODIF... | Rust | MIT License | nervosnetwork/ckb | fix: add tests/peers_registry | 1 | fix | null |
217,922 | 16.12.2018 20:22:02 | -3,600 | 545b7519c27bd0977f808099b2dd1a4ee591dcfe | fix: "copy to clipboard" now properly copies the crystals too | [
{
"change_type": "MODIFY",
"diff": "<button nz-button nzShape=\"circle\" nzSize=\"small\" nz-tooltip\n*ngIf=\"display$ | async as listDisplay\"\n[nzTitle]=\"'LIST.Copy_list_as_text' | translate\" ngxClipboard\n- [cbContent]=\"getListTextExport(listDisplay)\"\n+ [cbContent]=\"getListTextExport(listDisplay, l... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: "copy to clipboard" now properly copies the crystals too | 1 | fix | null |
217,922 | 16.12.2018 23:06:41 | -3,600 | da65c29e0b0afef833278d71ab9df507b989cd22 | chore: WIP for item tooltips | [
{
"change_type": "MODIFY",
"diff": "@@ -2,11 +2,14 @@ import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { ItemIconComponent } from './item-icon/item-icon.component';\nimport { SettingsModule } from '../settings/settings.module';\n+import { TooltipModule } fro... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: WIP for item tooltips | 1 | chore | null |
217,922 | 17.12.2018 09:38:33 | -3,600 | 9f16dbb251ff46688bb746c8eaf42d862ecdaad1 | feat: support for item tooltips | [
{
"change_type": "MODIFY",
"diff": "@@ -2,40 +2,18 @@ import { Injectable } from '@angular/core';\nimport { Observable } from 'rxjs';\nimport { TranslateService } from '@ngx-translate/core';\nimport { XivapiEndpoint, XivapiService } from '@xivapi/angular-client';\n-import { map, shareReplay, switchMap } fro... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: support for item tooltips
#654 | 1 | feat | null |
504,004 | 17.12.2018 10:15:22 | 18,000 | 70f8d36904ec8159f35591cc9d4487a6d49afaaa | fix(BulletChart): Fix for duplicate key warning on ranges | [
{
"change_type": "MODIFY",
"diff": "@@ -195,7 +195,7 @@ const BulletChart = ({\n/>\n{rangeValues.map((range, index) => (\n<BulletChartRange\n- key={range.value}\n+ key={`${range.value}-${index}`}\nvalue={range.value}\ncolor={range.color}\npercent={percents}\n",
"new_path": "packages/patternfly-3/pattern... | TypeScript | MIT License | patternfly/patternfly-react | fix(BulletChart): Fix for duplicate key warning on ranges (#1073) | 1 | fix | BulletChart |
815,582 | 17.12.2018 11:12:20 | -32,400 | 3abf2b1f43dd27e986c8b2ee311d91e896051d3a | refactor: rename outpoint to out_point as its type is OutPoint
Refs | [
{
"change_type": "MODIFY",
"diff": "@@ -533,8 +533,8 @@ pub mod test {\n.set_verification(false);\nlet (_chain_controller, shared) = start_chain(Some(consensus));\n- let outpoint = OutPoint::new(root_hash, 0);\n- let state = shared.cell(&outpoint);\n+ let out_point = OutPoint::new(root_hash, 0);\n+ let stat... | Rust | MIT License | nervosnetwork/ckb | refactor: rename outpoint to out_point as its type is OutPoint (#93)
Refs https://github.com/nervosnetwork/ckb-demo-ruby-sdk/pull/12 | 1 | refactor | null |
807,849 | 17.12.2018 12:27:25 | 28,800 | 00eb5bd007cc9991415408dd4b70c27552613f19 | fix(run-lifecycle): Omit circular options from config
This helps avoid a TypeError when npm-lifecycle attempts to serialize the environment | [
{
"change_type": "MODIFY",
"diff": "@@ -17,7 +17,8 @@ function runLifecycle(pkg, stage, opts) {\nfor (const key of opts.keys) {\nconst val = opts.get(key);\n- if (val != null) {\n+ // omit falsy and Stream-based (circular) values\n+ if (val != null && key !== \"logstream\" && key !== \"log\") {\nconfig[key]... | JavaScript | MIT License | lerna/lerna | fix(run-lifecycle): Omit circular options from config
This helps avoid a TypeError when npm-lifecycle attempts to serialize the environment | 1 | fix | run-lifecycle |
815,598 | 17.12.2018 13:56:20 | -28,800 | 13a6634a468a36ea7226ee06b1bacaeefed98162 | chore: amend CHANGELOG for v0.2.0 | [
{
"change_type": "MODIFY",
"diff": "@@ -18,6 +18,9 @@ In this release, we have upgraded to Rust 2018. We also did 2 important refactor\n* fix syscall length calculation ([#82](https://github.com/nervosnetwork/ckb/issues/82)) ([fb23f33](https://github.com/nervosnetwork/ckb/commit/fb23f33))\n* in case of miss... | Rust | MIT License | nervosnetwork/ckb | chore: amend CHANGELOG for v0.2.0 | 1 | chore | null |
808,057 | 17.12.2018 14:06:14 | 18,000 | de15cb5b849750e105fb43514b7a7eecef8c7932 | docs(clean): Remove duplicate words from README [skip ci] | [
{
"change_type": "MODIFY",
"diff": "@@ -12,4 +12,4 @@ Remove the `node_modules` directory from all packages.\n`lerna clean` respects the `--ignore`, `--scope`, and `--yes` flags (see [Filter Flags](https://www.npmjs.com/package/@lerna/filter-options)).\n-> `lerna clean` does not remove modules from the root... | JavaScript | MIT License | lerna/lerna | docs(clean): Remove duplicate words from README (#1824) [skip ci] | 1 | docs | clean |
807,849 | 17.12.2018 14:39:15 | 28,800 | bfe0f9816c34e4edeaacab85c53b9b3a664b8bb3 | chore(lockfile): bump strong-log-transformer | [
{
"change_type": "MODIFY",
"diff": "},\n\"tar\": {\n\"version\": \"2.2.1\",\n- \"resolved\": \"http://registry.npmjs.org/tar/-/tar-2.2.1.tgz\",\n+ \"resolved\": \"https://registry.npmjs.org/tar/-/tar-2.2.1.tgz\",\n\"integrity\": \"sha1-jk0qJWwOIYXGsYrWlK7JaLg8sdE=\",\n\"requires\": {\n\"block-stream\": \"*\... | JavaScript | MIT License | lerna/lerna | chore(lockfile): bump strong-log-transformer | 1 | chore | lockfile |
217,922 | 17.12.2018 15:28:52 | -3,600 | ed6bd398525855237e5a496dff8787ebc8ea5e38 | fix: fixed an issue deleting ephemeral lists in some cases | [
{
"change_type": "MODIFY",
"diff": "@@ -20,7 +20,6 @@ import { CustomLink } from '../../../core/database/custom-links/custom-link';\nimport { TeamcraftUser } from '../../../model/user/teamcraft-user';\nimport { ListTemplate } from '../../../core/database/custom-links/list-template';\nimport { CustomLinksFac... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed an issue deleting ephemeral lists in some cases | 1 | fix | null |
217,922 | 17.12.2018 15:48:06 | -3,600 | ecf7d71e6def58044470c552579df60497f7f200 | fix: fixed a display issue with simulator's quality bar | [
{
"change_type": "MODIFY",
"diff": "fxFlex=\"1 1 auto\"\n[nzShowInfo]=\"false\"\n[nzPercent]=\"barPercent(resultData.simulation.quality,resultData.simulation.recipe.quality)\"\n- [nzFormat]=\"barFormat(resultData.simulation.progression, resultData.simulation.recipe.progress)\"></nz-progress>\n+ [nzFormat]=\... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed a display issue with simulator's quality bar | 1 | fix | null |
71,663 | 17.12.2018 16:37:21 | 28,800 | 3d07e4831c69832b0fda825a843973f8da360d2a | fix(aws-cloudformation): change the type of Role in CodePipeline Actions to IRole.
BREAKING CHANGE: this changes the type of the `role` property in CFN CodePipeline Actions
from `Role` to `IRole`.
This is needed to use imported Roles when creating Actions.
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -51,7 +51,7 @@ export interface PipelineDeployStackActionProps {\n*\n* @default A fresh role with admin or no permissions (depending on the value of `adminPermissions`).\n*/\n- role?: iam.Role;\n+ role?: iam.IRole;\n/**\n* Acknowledge certain changes made as part of de... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(aws-cloudformation): change the type of Role in CodePipeline Actions to IRole. (#1364)
BREAKING CHANGE: this changes the type of the `role` property in CFN CodePipeline Actions
from `Role` to `IRole`.
This is needed to use imported Roles when creating Actions.
Fixes #1361 | 1 | fix | aws-cloudformation |
217,922 | 17.12.2018 16:43:00 | -3,600 | 6d2f47ae67ff042afb3e3d9920609b989ab23e19 | fix: fixed an issue wih closest aetheryte on fishing informations | [
{
"change_type": "MODIFY",
"diff": "<app-map-position [marker]=\"{x:node.coords[0], y: node.coords[1]}\"\n[zoneId]=\"node.zoneid\" [mapId]=\"node.mapid\"></app-map-position>\n<div\n- *ngIf=\"node.zoneid | closestAetheryte: { x: node.coords[0], y: node.coords[1] } | async as aetheryte\"\n+ *ngIf=\"node.mapid... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed an issue wih closest aetheryte on fishing informations | 1 | fix | null |
791,738 | 17.12.2018 16:48:06 | 25,200 | f8ae4fc7bb2a48caa148283b1d6372aefc233104 | docs(readme): added simple guidance on install options | [
{
"change_type": "MODIFY",
"diff": "@@ -14,12 +14,16 @@ Lighthouse is integrated directly into the Chrome Developer Tools, under the \"Au\n## Using the Chrome extension\n+The Chrome extension was available prior to Lighthouse being available in Chrome Developer Tools, and offers similar functionality.\n+\n*... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | docs(readme): added simple guidance on install options (#6810) | 1 | docs | readme |
217,922 | 17.12.2018 17:03:08 | -3,600 | b38d9562f297fcd434cec503639b0792f0c00f45 | chore: WIP, bus stop | [
{
"change_type": "MODIFY",
"diff": "@@ -43,6 +43,9 @@ import { Team } from '../../../model/team/team';\nimport { TeamsFacade } from '../../teams/+state/teams.facade';\nimport { DiscordWebhookService } from '../../../core/discord/discord-webhook.service';\nimport { Router } from '@angular/router';\n+import {... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: WIP, bus stop | 1 | chore | null |
67,494 | 17.12.2018 17:14:30 | -3,600 | a55b2c4362b966058c8750131fa031a09336b18b | refactor(router): resolve reamaining viewports statefully in scope | [
{
"change_type": "MODIFY",
"diff": "@@ -164,9 +164,13 @@ export class Router {\nconst usedViewports = (clearViewports ? this.rootScope.allViewports().filter((value) => value.component !== null) : []);\n// TODO: Take care of cancellations down in subsets/iterations\n- let { componentViewports, viewports } = ... | TypeScript | MIT License | aurelia/aurelia | refactor(router): resolve reamaining viewports statefully in scope | 1 | refactor | router |
217,922 | 17.12.2018 17:55:48 | -3,600 | ec4cc5c9cd3c5c196d7117fa3f9e38ce573922aa | feat: popup on list completion now shows properly | [
{
"change_type": "MODIFY",
"diff": "@@ -284,11 +284,11 @@ export class ListsEffects {\nofType<SetItemDone>(ListsActionTypes.SetItemDone),\nwithLatestFrom(this.listsFacade.selectedList$, this.authFacade.userId$),\nfilter(([action, list, userId]) => {\n- return list.authorId === userId && list.isComplete();\n... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: popup on list completion now shows properly | 1 | feat | null |
807,849 | 17.12.2018 18:13:13 | 28,800 | 433275e03954ff16b60335cc1b9548fa959952e2 | feat(npm-publish): Use libnpm/publish instead of subprocess execution | [
{
"change_type": "MODIFY",
"diff": "@@ -314,6 +314,17 @@ Set {\n});\ndescribe(\"--registry\", () => {\n+ const confWithRegistry = registry =>\n+ expect.objectContaining({\n+ sources: expect.objectContaining({\n+ cli: {\n+ data: expect.objectContaining({\n+ registry,\n+ }),\n+ },\n+ }),\n+ });\n+\nit(\"passe... | JavaScript | MIT License | lerna/lerna | feat(npm-publish): Use libnpm/publish instead of subprocess execution | 1 | feat | npm-publish |
807,849 | 17.12.2018 18:15:23 | 28,800 | 5edb27dd038d50f9886d63f1338482ff2712a197 | feat(publish): Add npm-session, npm-version, and user-agent fields to libnpm/fetch config | [
{
"change_type": "MODIFY",
"diff": "const os = require(\"os\");\nconst path = require(\"path\");\n+const crypto = require(\"crypto\");\nconst pFinally = require(\"p-finally\");\nconst pMap = require(\"p-map\");\nconst pPipe = require(\"p-pipe\");\n@@ -70,12 +71,25 @@ class PublishCommand extends Command {\n... | JavaScript | MIT License | lerna/lerna | feat(publish): Add npm-session, npm-version, and user-agent fields to libnpm/fetch config | 1 | feat | publish |
807,849 | 17.12.2018 18:17:14 | 28,800 | 9badeb49de20277cb9888ba48c8c3019f8480112 | refactor(publish): Configure dist-tag during initialize, cascading from npm-conf | [
{
"change_type": "MODIFY",
"diff": "@@ -97,6 +97,13 @@ class PublishCommand extends Command {\nthis.conf.set(\"registry\", \"https://registry.npmjs.org/\", \"cli\");\n}\n+ // inject --npm-tag into opts, if present\n+ const distTag = this.getDistTag();\n+\n+ if (distTag) {\n+ this.conf.set(\"tag\", distTag.t... | JavaScript | MIT License | lerna/lerna | refactor(publish): Configure dist-tag during initialize, cascading from npm-conf | 1 | refactor | publish |
807,849 | 17.12.2018 18:18:16 | 28,800 | 5bf0c1337e40bca92b8fbdb70fad848c61850aec | refactor(publish): Condense refresh() after pack | [
{
"change_type": "MODIFY",
"diff": "@@ -528,11 +528,9 @@ class PublishCommand extends Command {\nlogPacked(packed);\n- return pkg;\n- }),\n-\n// manifest may be mutated by any previous lifecycle\n- pkg => pkg.refresh(),\n+ return pkg.refresh();\n+ }),\n].filter(Boolean)\n);\n",
"new_path": "commands/pub... | JavaScript | MIT License | lerna/lerna | refactor(publish): Condense refresh() after pack | 1 | refactor | publish |
807,849 | 17.12.2018 18:19:23 | 28,800 | 58fda8dbe6829dd5f34133d50c4e281f7e6def7e | feat(publish): Use libnpm/publish instead of subprocess execution | [
{
"change_type": "MODIFY",
"diff": "@@ -112,11 +112,6 @@ class PublishCommand extends Command {\nthis.conf.set(\"token\", auth.token, \"cli\");\n}\n- this.npmConfig = {\n- npmClient: this.options.npmClient || \"npm\",\n- registry: this.conf.get(\"registry\"),\n- };\n-\nlet chain = Promise.resolve();\n// val... | JavaScript | MIT License | lerna/lerna | feat(publish): Use libnpm/publish instead of subprocess execution | 1 | feat | publish |
217,922 | 17.12.2018 19:20:52 | -3,600 | b1033aac012811d5e929e2b536ca6919830a0313 | fix: fixed patreon oauth on desktop app | [
{
"change_type": "MODIFY",
"diff": "@@ -44,7 +44,7 @@ export class SettingsPopupComponent {\npatreonOauth(): void {\nif (this.platform.isDesktop()) {\nthis.ipc.on('oauth-reply', (event, code) => {\n- this.http.get(`https://us-central1-ffxivteamcraft.cloudfunctions.net/patreon-pledges?code=${code}&redirect_u... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed patreon oauth on desktop app | 1 | fix | null |
807,849 | 17.12.2018 19:29:45 | 28,800 | 8bbe64416a7079c7433f05016cff70c0137878e1 | refactor(get-packed): Pass tarFilePath, store on pkg.packed, don't move tarball into package dir | [
{
"change_type": "MODIFY",
"diff": "@@ -7,6 +7,7 @@ const mockPackDirectory = jest.fn(pkg => {\nreturn Promise.resolve({\nfilename: `${pkg.name}-MOCKED.tgz`,\n+ tarFilePath: `/TEMP_DIR/${pkg.name}-MOCKED.tgz`,\n});\n});\n",
"new_path": "commands/__mocks__/@lerna/pack-directory.js",
"old_path": "comm... | JavaScript | MIT License | lerna/lerna | refactor(get-packed): Pass tarFilePath, store on pkg.packed, don't move tarball into package dir | 1 | refactor | get-packed |
679,913 | 17.12.2018 19:33:23 | 0 | 04705053230954a04f58d0e88ae097ae518cd5a3 | fix(transducers): add return type for range() | [
{
"change_type": "MODIFY",
"diff": "import { isReduced, Reduced } from \"../reduced\";\nimport { IReducible, ReductionFn } from \"../api\";\n-export function range();\n-export function range(to: number);\n-export function range(from: number, to: number);\n-export function range(from: number, to: number, ste... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(transducers): add return type for range() | 1 | fix | transducers |
217,922 | 17.12.2018 19:39:17 | -3,600 | fc7af92167e30098d6b9342f4c6ba608f7ba2803 | chore: fix for button label | [
{
"change_type": "MODIFY",
"diff": "\"PRICING\": {\n\"From_vendor\": \"Price from vendor\",\n\"Expect_to_sell_everything\": \"Expect to sell everything\",\n- \"Autofill_panel_prices\": \"Fill empty prices based on marketboard prices\",\n+ \"Autofill_panel_prices\": \"Fill prices based on marketboard prices\... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: fix for button label | 1 | chore | null |
217,922 | 17.12.2018 20:06:43 | -3,600 | afb7bd18673fc7cb4e07751ec08533b52e50f757 | fix: fixed an issue with patreon login showing an error message | [
{
"change_type": "MODIFY",
"diff": "@@ -25,7 +25,7 @@ module.exports = function(config) {\nlet url = config.authorize_url + '?' + querystring.stringify(urlParams);\nreturn new Promise(function(resolve, reject) {\n- const authWindow = new BrowserWindow({\n+ let authWindow = new BrowserWindow({\nalwaysOnTop: ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed an issue with patreon login showing an error message | 1 | fix | null |
815,601 | 17.12.2018 20:11:00 | -28,800 | 190bd67ca4f64ca4a0fa167f45dfcd6f3b1eb267 | docs: temporary rpc api document | [
{
"change_type": "ADD",
"diff": "+# get_block\n+\n+Returns information about a block by hash.\n+\n+## Parameters\n+\n+ Hash - Hash of a block.\n+\n+## Examples\n+\n+```shell\n+curl -d '{\"id\": 2, \"jsonrpc\": \"2.0\", \"method\":\"get_block\",\"params\": [\"0x7643567cc0b8637505cce071ae764bc17a1d4e37579769c... | Rust | MIT License | nervosnetwork/ckb | docs: temporary rpc api document | 1 | docs | null |
730,412 | 17.12.2018 20:23:36 | 0 | a511954c7aee87c1a20428564a48fa2a63f1f51a | chore(release): 0.1.397 | [
{
"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.397\"></a>\n+## [0.1.397](https://github.com/webex/react-ciscospark/compare/v0.1.... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.1.397 | 1 | chore | release |
217,922 | 17.12.2018 20:55:33 | -3,600 | 8342222edb327cf17f528ec9f8bb3d33592efe46 | feat: added autofocus on search fields | [
{
"change_type": "MODIFY",
"diff": "<div fxLayout=\"column\" fxLayoutGap=\"10px\" fxLayoutAlign=\"center center\">\n<h2>{{'Public_lists' | translate}}</h2>\n<input nz-input type=\"text\" class=\"filter-input\" [placeholder]=\"'COMMUNITY_LISTS.Name_filter_placeholder' | translate\"\n- [ngModel]=\"nameFilter$... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: added autofocus on search fields | 1 | feat | null |
217,922 | 17.12.2018 21:38:16 | -3,600 | 7a9dc5d6988ca2ada294f4f91b3327a526b92926 | fix: fixed a bug with permissions popup deleting ephemeral lists | [
{
"change_type": "MODIFY",
"diff": "@@ -163,9 +163,20 @@ export class ListPanelComponent {\nfirst(),\nswitchMap(() => {\nreturn modalRef.getContentComponent().changes$;\n+ }),\n+ switchMap(() => {\n+ return this.listsFacade.allListDetails$.pipe(\n+ map(details => details.find(l => l.$key === this._list.$key... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed a bug with permissions popup deleting ephemeral lists | 1 | fix | null |
217,922 | 17.12.2018 21:42:31 | -3,600 | 969dc94ecc5fc2a254056c6028d65ae20a898e52 | feat: pressing enter inside amount input in list details now applies the amount properly | [
{
"change_type": "MODIFY",
"diff": "</button>\n<nz-input-number [nzMin]=\"0\" [nzMax]=\"item.amount\" [nzSize]=\"'small'\" [nzMax]=\"item.amount\" [nzStep]=\"1\"\n[disabled]=\"(permissionLevel$ | async) < 20\"\n+ (keypress.enter)=\"itemDoneChanged(input.ngModel)\"\n+ #input\n[ngModel]=\"item.done\" (ngModel... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: pressing enter inside amount input in list details now applies the amount properly | 1 | feat | null |
217,922 | 17.12.2018 21:43:46 | -3,600 | ac011618dc7f82ad619fcd3b7380d8a145a1d44b | feat: change pricing result color based on benefits amount | [
{
"change_type": "MODIFY",
"diff": "</nz-collapse>\n</nz-card>\n- <nz-alert nzType=\"success\" nzMessage=\"{{'Benefits' | translate}}: {{getBenefits(list) | number:'1.0-0'}} gil\">\n+ <nz-alert *ngIf=\"getBenefits(list) as benefits\" [nzType]=\"benefits >= 0 ? 'success' : 'error'\"\n+ nzMessage=\"{{'Benefit... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: change pricing result color based on benefits amount | 1 | feat | null |
217,922 | 17.12.2018 21:52:30 | -3,600 | dbcf9ef1fe20a0ad946aa4ee2c0d965ed235082c | feat: deep linking for mogboard inside marketboard popup | [
{
"change_type": "MODIFY",
"diff": "</tbody>\n</nz-table>\n</div>\n- <a href=\"http://mogboard.com/\" target=\"_blank\">{{'MARKETBOARD.More_on_mogboard' | translate}}</a>\n+ <a *ngIf=\"server$ | async as server\" href=\"http://mogboard.com/#{{server}},{{itemId}}\" target=\"_blank\">{{'MARKETBOARD.More_on_mo... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: deep linking for mogboard inside marketboard popup | 1 | feat | null |
808,000 | 18.12.2018 00:05:29 | -18,000 | e39d93a55865313235fb687ff1afc3725d0686f5 | docs(version): Add `--no-push` to readme [skip ci] | [
{
"change_type": "MODIFY",
"diff": "@@ -256,6 +256,8 @@ bumps using the specified [prerelease identifier](http://semver.org/#spec-item-9\nPush the committed and tagged changes to the configured [git remote](https://github.com/lerna/lerna/tree/master/commands/version#--git-remote-name)\n+Pass `--no-push` to ... | JavaScript | MIT License | lerna/lerna | docs(version): Add `--no-push` to readme (#1822) [skip ci] | 1 | docs | version |
71,604 | 18.12.2018 00:18:19 | 28,800 | fe6923db32b96466d444f1dc372cb7394f8bde6b | docs: Update miss spelled word in logical-ids.rst | [
{
"change_type": "MODIFY",
"diff": "@@ -67,7 +67,7 @@ Logical IDs remain unchanged across updates\nThe |cdk| applies some heuristics to improve the human-friendliness of the prefix:\n-- If a path component is **Default**, is is hidden completely from the logical ID\n+- If a path component is **Default**, it... | TypeScript | Apache License 2.0 | aws/aws-cdk | docs: Update miss spelled word in logical-ids.rst (#1385) | 1 | docs | null |
273,683 | 18.12.2018 01:24:03 | -3,600 | 19a0c78dfff0e11321132380b1965d64583366f1 | fix(router): fetch data for paths with hash | [
{
"change_type": "MODIFY",
"diff": "@@ -16,7 +16,7 @@ export default (route, query) => {\n})\n.then(res => res.json())\n.then(res => {\n- cache.set(route.fullPath, res.data)\n+ cache.set(route.path, res.data)\nresolve(res)\n})\n})\n@@ -27,7 +27,7 @@ export default (route, query) => {\nconst filename = !rout... | JavaScript | MIT License | gridsome/gridsome | fix(router): fetch data for paths with hash | 1 | fix | router |
791,788 | 18.12.2018 01:43:52 | -7,200 | f745be1e5771a37d31ea23c6fcc89e92c381603e | docs(config): update link to pwmetrics | [
{
"change_type": "MODIFY",
"diff": "@@ -207,5 +207,5 @@ The best examples are the ones Lighthouse uses itself! There are several referen\n* [lighthouse-core/config/default-config.js](https://github.com/GoogleChrome/lighthouse/blob/master/lighthouse-core/config/default-config.js)\n* [lighthouse-core/config/p... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | docs(config): update link to pwmetrics (#6816) | 1 | docs | config |
217,922 | 18.12.2018 07:49:25 | -3,600 | 8c5ae28084cca0e519fa094b50a6573f72f8b6a1 | fix: fixed main layout side on mobile | [
{
"change_type": "MODIFY",
"diff": "@@ -29,6 +29,7 @@ import { BehaviorSubject, of } from 'rxjs';\nimport { HttpClient } from '@angular/common/http';\nimport { DomSanitizer, SafeUrl } from '@angular/platform-browser';\nimport { CustomLinksFacade } from './modules/custom-links/+state/custom-links.facade';\n+... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed main layout side on mobile | 1 | fix | null |
217,922 | 18.12.2018 08:04:21 | -3,600 | 5e3b9454fbe4d985eab566fc8d26382d79ffc931 | feat: generated ingame alarm macros now repeat properly | [
{
"change_type": "MODIFY",
"diff": "@@ -152,7 +152,7 @@ export class AlarmsPageComponent implements OnInit {\n}\ngetIngameAlarmMacro(display: AlarmDisplay): string {\n- return `/alarm \"${display.alarm.itemId ? this.i18n.getName(this.l12n.getItem(display.alarm.itemId)) : display.alarm.name}\" et ${display.n... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: generated ingame alarm macros now repeat properly | 1 | feat | null |
504,004 | 18.12.2018 09:44:08 | 18,000 | 30c31bb4259f5e4f7e3c3217d38a0eadc71bb53c | feat(CatalogTile): Add footer option to tiles | [
{
"change_type": "MODIFY",
"diff": "}\n}\n+.catalog-tile-pf-footer {\n+ border-top: 1px solid rgba(209, 209, 209, 0.75);\n+ margin: 5px -15px -15px;\n+ padding: 5px 15px;\n+}\n+\n.catalog-tile-view-pf-no-categories {\ndisplay: flex;\nflex-wrap: wrap;\n",
"new_path": "packages/patternfly-3/patternfly-rea... | TypeScript | MIT License | patternfly/patternfly-react | feat(CatalogTile): Add footer option to tiles (#1059) | 1 | feat | CatalogTile |
504,004 | 18.12.2018 09:44:25 | 18,000 | 49c3b94fe228592c809649a5370b4ac4a642e9b9 | feat(BulletChart): Add Thresholds to Legend | [
{
"change_type": "ADD",
"diff": "+.bullet-chart-pf-legend-item-box {\n+ &.error {\n+ background-color: @alert-danger-border;\n+ }\n+\n+ &.warning {\n+ background-color: @alert-warning-border;\n+ }\n+}\n",
"new_path": "packages/patternfly-3/patternfly-react/less/charts.less",
"old_path": null
},
... | TypeScript | MIT License | patternfly/patternfly-react | feat(BulletChart): Add Thresholds to Legend (#1074) | 1 | feat | BulletChart |
815,605 | 18.12.2018 09:47:55 | -28,800 | cae937fa2b806fa81054604d47b6ba2182f94fb9 | feat: add dep cell loading support in syscalls | [
{
"change_type": "MODIFY",
"diff": "@@ -10,6 +10,7 @@ pub struct LoadCell<'a> {\noutputs: &'a [&'a CellOutput],\ninput_cells: &'a [&'a CellOutput],\ncurrent: &'a CellOutput,\n+ dep_cells: &'a [&'a CellOutput],\n}\nimpl<'a> LoadCell<'a> {\n@@ -17,11 +18,13 @@ impl<'a> LoadCell<'a> {\noutputs: &'a [&'a CellOu... | Rust | MIT License | nervosnetwork/ckb | feat: add dep cell loading support in syscalls | 1 | feat | null |
815,605 | 18.12.2018 09:54:05 | -28,800 | 2d0a3785c884051d6080f7e426f410cd56b77590 | feat: add DATA_HASH field type in Load Cell By Field | [
{
"change_type": "MODIFY",
"diff": "@@ -72,6 +72,10 @@ impl<'a, R: Register, M: Memory> Syscalls<R, M> for LoadCellByField<'a> {\nstore_data(machine, &cell.data)?;\nSUCCESS\n}\n+ CellField::DataHash => {\n+ store_data(machine, &cell.data_hash().as_bytes())?;\n+ SUCCESS\n+ }\nCellField::LockHash => {\nstore_... | Rust | MIT License | nervosnetwork/ckb | feat: add DATA_HASH field type in Load Cell By Field | 1 | feat | null |
791,760 | 18.12.2018 10:19:11 | 28,800 | 51d204762ea6865e8de28ce4b54e36e058833a5d | core: change displayValue to be string only | [
{
"change_type": "MODIFY",
"diff": "@@ -15,14 +15,28 @@ const isDeepEqual = require('lodash.isequal');\nconst Audit = require('./audit');\nconst mobileThrottling = require('../config/constants').throttling.mobileSlow4G;\nconst Interactive = require('../computed/metrics/interactive.js');\n-\n-const displayVa... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core: change displayValue to be string only (#6767) | 1 | core | null |
815,601 | 18.12.2018 10:26:09 | -28,800 | c55e07697a02392e09d181228c69fd72f78c62ce | fix: cli panic | [
{
"change_type": "MODIFY",
"diff": "@@ -10,7 +10,7 @@ pub fn get_matches() -> ArgMatches<'static> {\n.about(\"Nervos CKB - The Common Knowledge Base\")\n.version(version.short().as_str())\n.long_version(version.long().as_str())\n- .setting(AppSettings::ArgRequiredElseHelp)\n+ .setting(AppSettings::Subcomman... | Rust | MIT License | nervosnetwork/ckb | fix: cli panic | 1 | fix | null |
815,601 | 18.12.2018 10:57:38 | -28,800 | 98750f195331fd19f29899cbc9121b3195147d41 | refactor: Use `size_of` replace the hardcode | [
{
"change_type": "MODIFY",
"diff": "@@ -75,7 +75,7 @@ dependencies = [\n\"ckb-core 0.3.0-pre\",\n\"ckb-db 0.3.0-pre\",\n\"hash 0.3.0-pre\",\n- \"numext-fixed-hash 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n+ \"numext-fixed-hash 0.1.2 (registry+https://github.com/rust-lang/crates.io-in... | Rust | MIT License | nervosnetwork/ckb | refactor: Use `size_of` replace the hardcode | 1 | refactor | null |
217,922 | 18.12.2018 11:06:41 | -3,600 | 0a473e0fdd98a0fa11c6d96e4892b08ec4f35932 | fix: fixed an issue with list item amount update moving the panel | [
{
"change_type": "MODIFY",
"diff": "<nz-collapse>\n<nz-collapse-panel [nzHeader]=\"panelHeader\">\n- <nz-list [nzDataSource]=\"_list.finalItems\" [nzRenderItem]=\"itemTemplate\">\n- <ng-template #itemTemplate let-item>\n- <nz-list-item [nzContent]=\"amountModifier\" [nzActions]=\"[removeItem]\">\n- <nz-list... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed an issue with list item amount update moving the panel | 1 | fix | null |
471,527 | 18.12.2018 11:20:41 | -3,600 | 81c765d9234d3676cdbdf95f8d254fc88c01bbec | fix: add testing generator + update docu | [
{
"change_type": "MODIFY",
"diff": "@@ -14,6 +14,7 @@ module.exports = {\n'/recommendations/testing-helpers',\n'/recommendations/testing-chai-dom-equals',\n'/recommendations/testing-karma',\n+ '/recommendations/testing-karma-bs',\n'/recommendations/testing-wallaby',\n'/recommendations/demos-storybook',\n'/r... | JavaScript | MIT License | open-wc/open-wc | fix: add testing generator + update docu | 1 | fix | null |
217,922 | 18.12.2018 11:34:59 | -3,600 | f195f669473a1621673d0d6039d2bfe92f051606 | feat: better handling of network issues when loading user | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,7 @@ import { Actions, Effect, ofType } from '@ngrx/effects';\nimport { AuthState } from './auth.reducer';\nimport { catchError, debounceTime, filter, map, mergeMap, switchMap, tap, withLatestFrom } from 'rxjs/operators';\n-import { BehaviorSubject, combineLate... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: better handling of network issues when loading user | 1 | feat | null |
504,035 | 18.12.2018 12:14:10 | 18,000 | c73490d02f026587db5c7adeeadcd58a3c61a5c0 | fix(pf3): fix usage of noop in BulletChart | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,7 @@ import PropTypes from 'prop-types';\nimport classNames from 'classnames';\nimport { patternfly } from '../../../common/patternfly';\nimport { Tooltip } from '../../Tooltip/index';\n-import { helpers } from '../../../common/helpers';\n+import { noop } from ... | TypeScript | MIT License | patternfly/patternfly-react | fix(pf3): fix usage of noop in BulletChart (#1083) | 1 | fix | pf3 |
815,605 | 18.12.2018 12:40:45 | -28,800 | 49fc5131b156aa2a70353eee6b5649bd428cce4d | refactor: use serialized flatbuffer format in referenced cell
This enables embedding signed args in common cells | [
{
"change_type": "MODIFY",
"diff": "@@ -386,6 +386,8 @@ version = \"0.3.0-pre\"\ndependencies = [\n\"ckb-core 0.3.0-pre\",\n\"ckb-pow 0.3.0-pre\",\n+ \"ckb-protocol 0.3.0-pre\",\n+ \"flatbuffers 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"numext-fixed-hash 0.1.0 (registry+https://git... | Rust | MIT License | nervosnetwork/ckb | refactor: use serialized flatbuffer format in referenced cell
This enables embedding signed args in common cells | 1 | refactor | null |
273,683 | 18.12.2018 13:48:14 | -3,600 | a6f78579d944e8fdcfdea34f73b69f068ed037fd | fix(graphql): warn when missing reference | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,7 @@ const { isFile, fileType } = require('./types/file')\nconst { isImage, imageType } = require('./types/image')\nconst { isEmpty, isPlainObject } = require('lodash')\nconst { fieldResolver, createRefResolver } = require('./resolvers')\n+const { warn } = requ... | JavaScript | MIT License | gridsome/gridsome | fix(graphql): warn when missing reference | 1 | fix | graphql |
273,683 | 18.12.2018 13:49:08 | -3,600 | 39c5a928ab49dbe4af4e8f7f8fdf25fc4ca1b8df | fix(graphql): return null for missing images | [
{
"change_type": "MODIFY",
"diff": "@@ -29,10 +29,15 @@ exports.imageType = {\n},\nasync resolve (obj, args, context, info) {\nconst value = fieldResolver(obj, args, context, info)\n+ let result\nif (!value) return null\n- const result = await context.queue.add(value, args)\n+ try {\n+ result = await contex... | JavaScript | MIT License | gridsome/gridsome | fix(graphql): return null for missing images | 1 | fix | graphql |
807,849 | 18.12.2018 14:18:42 | 28,800 | d4221671743e291aead18e3c278f79b67b65b209 | test(helpers): Add figgy-pudding-matchers | [
{
"change_type": "ADD",
"diff": "+\"use strict\";\n+\n+const diff = require(\"jest-diff\");\n+const {\n+ EXPECTED_COLOR,\n+ RECEIVED_COLOR,\n+ ensureNoExpected,\n+ matcherHint,\n+ printExpected,\n+ printReceived,\n+ printWithType,\n+} = require(\"jest-matcher-utils\");\n+\n+/**\n+ * Jest matchers for figgy-... | JavaScript | MIT License | lerna/lerna | test(helpers): Add figgy-pudding-matchers | 1 | test | helpers |
791,704 | 18.12.2018 14:57:48 | 28,800 | 20efaa1ae50efa1b9064bf5d1d8c72f4e8c4d68c | extension: return runnerResult from runLighthouseInExtension | [
{
"change_type": "MODIFY",
"diff": "@@ -76,7 +76,7 @@ function updateBadgeUI(optUrl) {\n/**\n* @param {LH.Flags} flags Lighthouse flags.\n* @param {Array<string>} categoryIDs Name values of categories to include.\n- * @return {Promise<LH.RunnerResult|void>}\n+ * @return {Promise<LH.RunnerResult>}\n*/\nasync... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | extension: return runnerResult from runLighthouseInExtension (#6839) | 1 | extension | null |
815,590 | 18.12.2018 15:06:53 | -28,800 | df414b0067f9c1f8c9f5ff49468c4c78e85fb62e | refactor: use better expression | [
{
"change_type": "MODIFY",
"diff": "@@ -86,12 +86,13 @@ impl PeerStore for MemoryPeerStore {\nif self.is_banned(peer_id) {\nreturn ReportResult::Banned;\n}\n- let behaviour_score = self.schema.get_score(behaviour);\n- if behaviour_score.is_none() {\n+ let behaviour_score = match self.schema.get_score(behavi... | Rust | MIT License | nervosnetwork/ckb | refactor: use better expression | 1 | refactor | null |
807,849 | 18.12.2018 15:13:06 | 28,800 | d32feaac744dafc717264861616cedc3a91d4cc4 | fix(bootstrap): Use run-lifecycle factory instead of manual filtering | [
{
"change_type": "MODIFY",
"diff": "@@ -12,9 +12,8 @@ const pWaterfall = require(\"p-waterfall\");\nconst Command = require(\"@lerna/command\");\nconst rimrafDir = require(\"@lerna/rimraf-dir\");\nconst hasNpmVersion = require(\"@lerna/has-npm-version\");\n-const npmConf = require(\"@lerna/npm-conf\");\ncon... | JavaScript | MIT License | lerna/lerna | fix(bootstrap): Use run-lifecycle factory instead of manual filtering | 1 | fix | bootstrap |
807,849 | 18.12.2018 15:51:42 | 28,800 | 189e8104dec37e1a138e01962a4dfdb9db625f67 | refactor(run-lifecycle): figgy-pudding + back-compat snapshots | [
{
"change_type": "MODIFY",
"diff": "\"version\": \"file:utils/run-lifecycle\",\n\"requires\": {\n\"@lerna/npm-conf\": \"file:utils/npm-conf\",\n+ \"figgy-pudding\": \"^3.5.1\",\n\"libnpm\": \"^2.0.1\"\n}\n},\n",
"new_path": "package-lock.json",
"old_path": "package-lock.json"
},
{
"change_ty... | JavaScript | MIT License | lerna/lerna | refactor(run-lifecycle): figgy-pudding + back-compat snapshots | 1 | refactor | run-lifecycle |
807,849 | 18.12.2018 15:53:48 | 28,800 | 24b0dc57ee41056ca08fe964ff5c4146c7ebdbda | refactor(npm-publish): Pass pudding directly to libnpm/publish, improve spec + tests | [
{
"change_type": "MODIFY",
"diff": "@@ -16,13 +16,16 @@ const Package = require(\"@lerna/package\");\n// file under test\nconst npmPublish = require(\"..\");\n+expect.extend(require(\"@lerna-test/figgy-pudding-matchers\"));\n+\ndescribe(\"npm-publish\", () => {\nconst mockTarData = Buffer.from(\"MOCK\");\n-... | JavaScript | MIT License | lerna/lerna | refactor(npm-publish): Pass pudding directly to libnpm/publish, improve spec + tests | 1 | refactor | npm-publish |
815,768 | 18.12.2018 16:04:17 | -7,200 | 856c9cd7aec469a249be7ca4d59588d1413d08fa | fix: appended dropdown position
fixes issue | [
{
"change_type": "MODIFY",
"diff": "@@ -348,8 +348,10 @@ export class NgDropdownPanelComponent implements OnInit, OnChanges, OnDestroy, A\nprivate _updateAppendedDropdownPosition() {\nconst parent = document.querySelector(this.appendTo) || document.body;\n+ this._dropdown.style.display = 'none';\nconst sele... | TypeScript | MIT License | ng-select/ng-select | fix: appended dropdown position (#957)
fixes issue #955 | 1 | fix | null |
815,746 | 18.12.2018 16:11:08 | -7,200 | 30f324cc252f941b4e3b86807db4e26bddeca1ef | chore(release): 2.13.2 | [
{
"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=\"2.13.2\"></a>\n+## [2.13.2](https://github.com/ng-select/ng-select/compare/v2.13.1...... | TypeScript | MIT License | ng-select/ng-select | chore(release): 2.13.2 | 1 | chore | release |
807,849 | 18.12.2018 16:34:06 | 28,800 | d0c677fc3df5c5ee636ba736a8dd857e8a5515d6 | refactor(pack-directory): Use figgy-pudding to wrap options, snapshot conf in test | [
{
"change_type": "MODIFY",
"diff": "@@ -81,7 +81,7 @@ class PublishCommand extends Command {\nthis.logger.verbose(\"user-agent\", userAgent);\nthis.conf = npmConf({\n- command: \"publish\",\n+ lernaCommand: \"publish\",\nlog: this.logger,\nnpmSession,\nnpmVersion: userAgent,\n",
"new_path": "commands/pu... | JavaScript | MIT License | lerna/lerna | refactor(pack-directory): Use figgy-pudding to wrap options, snapshot conf in test | 1 | refactor | pack-directory |
217,922 | 18.12.2018 16:43:24 | -3,600 | 7c9664e554f82c9729419f208d7f6d2f2de95419 | feat: reduced amount of iterations for the reliability report to 200 | [
{
"change_type": "MODIFY",
"diff": "@@ -54,8 +54,8 @@ export class Simulation {\npublic getReliabilityReport(): SimulationReliabilityReport {\nthis.reset();\nconst results: SimulationResult[] = [];\n- // Let's run the simulation 500 times.\n- for (let i = 0; i < 500; i++) {\n+ // Let's run the simulation 20... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: reduced amount of iterations for the reliability report to 200 | 1 | feat | null |
807,849 | 18.12.2018 16:56:34 | 28,800 | 2de7234d846568e3602fb6b7916dca43ed23eb73 | refactor(publish): Snapshot conf before passing as opts | [
{
"change_type": "MODIFY",
"diff": "@@ -314,17 +314,6 @@ Set {\n});\ndescribe(\"--registry\", () => {\n- const confWithRegistry = registry =>\n- expect.objectContaining({\n- sources: expect.objectContaining({\n- cli: {\n- data: expect.objectContaining({\n- registry,\n- }),\n- },\n- }),\n- });\n-\nit(\"passe... | JavaScript | MIT License | lerna/lerna | refactor(publish): Snapshot conf before passing as opts | 1 | refactor | publish |
503,950 | 18.12.2018 17:04:17 | -7,200 | c6c17ac616dafae961902a578e12d9dbde4065e1 | fix(SocialLoginPage): fix the props provided in SocialLoginPage test.
fix | [
{
"change_type": "MODIFY",
"diff": "@@ -7,61 +7,73 @@ import { SocialLoginPage } from './index';\nconst mockFunction = jest.fn();\nconst logoList = [\n{\n+ src: './test.jpg',\nalt: 'Google',\ntext: 'Google',\nonClick: mockFunction\n},\n{\n+ src: './test.jpg',\nalt: 'Facebook',\ntext: 'Facebook',\nonClick: m... | TypeScript | MIT License | patternfly/patternfly-react | fix(SocialLoginPage): fix the props provided in SocialLoginPage test. (#1069)
fix #1068 | 1 | fix | SocialLoginPage |
503,950 | 18.12.2018 17:07:37 | -7,200 | 7f4c438ea194d70c34b67955d59fc1d05b6c6073 | fix(DualList): Adding debounce for filter changes | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,7 @@ import PropTypes from 'prop-types';\nimport cloneDeep from 'lodash/cloneDeep';\nimport DualListArrows from './components/DualListArrows';\nimport DualListSelector from './components/DualListSelector';\n-import { noop } from '../../common/helpers';\n+import... | TypeScript | MIT License | patternfly/patternfly-react | fix(DualList): Adding debounce for filter changes (#1078) | 1 | fix | DualList |
807,849 | 18.12.2018 17:14:01 | 28,800 | d4ab6c4e0f9e9969fc5995aa72fa553a49701589 | fix(publish): Remove unused dependency | [
{
"change_type": "MODIFY",
"diff": "\"@lerna/collect-updates\": \"file:../../utils/collect-updates\",\n\"@lerna/command\": \"file:../../core/command\",\n\"@lerna/describe-ref\": \"file:../../utils/describe-ref\",\n- \"@lerna/get-npm-exec-opts\": \"file:../../utils/get-npm-exec-opts\",\n\"@lerna/log-packed\"... | JavaScript | MIT License | lerna/lerna | fix(publish): Remove unused dependency | 1 | fix | publish |
807,849 | 18.12.2018 17:17:51 | 28,800 | d0f0dbc24b3be9c8ec332dceca755ee0baafa9e0 | fix(add): Snapshot opts passed to pacote.manifest() | [
{
"change_type": "MODIFY",
"diff": "@@ -178,7 +178,7 @@ class AddCommand extends Command {\nregistry: this.options.registry,\n});\n- return getManifest(this.spec, opts).then(pkg => pkg.version);\n+ return getManifest(this.spec, opts.snapshot).then(pkg => pkg.version);\n}\npackageSatisfied() {\n",
"new_p... | JavaScript | MIT License | lerna/lerna | fix(add): Snapshot opts passed to pacote.manifest() | 1 | fix | add |
471,536 | 18.12.2018 18:13:43 | -7,200 | 43999cafdfa0122d1dd726c1751b6025be95d345 | docs: improve explanation for rerender | [
{
"change_type": "MODIFY",
"diff": "# General JavaScript\n-### Modifying an array does not trigger rerender\n+## Modifying an Array or Object's Members Does not Trigger Rerender\n+\n+Imagine the following scenario: you've created a custom element which observes an `items` property:\n+```js\n+class MyEl exte... | JavaScript | MIT License | open-wc/open-wc | docs: improve explanation for rerender | 1 | docs | null |
815,601 | 18.12.2018 18:16:09 | -28,800 | 366f0778ec3a93c9a41e9f8eca9dc24b57c81a94 | fix: sync header verify | [
{
"change_type": "MODIFY",
"diff": "@@ -126,18 +126,6 @@ where\n}\nfn is_continuous(&self, headers: &[Header]) -> bool {\n- debug!(\n- target: \"sync\",\n- \"headers\\n {:?}\",\n- headers\n- .iter()\n- .map(|h| format!(\n- \"{} hash({}) parent({})\",\n- h.number(),\n- h.hash(),\n- h.parent_hash()\n- )).coll... | Rust | MIT License | nervosnetwork/ckb | fix: sync header verify | 1 | fix | null |
807,849 | 18.12.2018 18:35:45 | 28,800 | b1c2a10ff5384eb7e1518b75c7a152161f857032 | test(helpers): import equals() method from jasmine_utils to support nested asymmetric matchers | [
{
"change_type": "MODIFY",
"diff": "@@ -10,6 +10,7 @@ const {\nprintReceived,\nprintWithType,\n} = require(\"jest-matcher-utils\");\n+const { equals } = require(\"expect/build/jasmine_utils\");\n/**\n* Jest matchers for figgy-pudding instances\n@@ -133,9 +134,7 @@ function isObjectWithKeys(obj) {\n}\nfuncti... | JavaScript | MIT License | lerna/lerna | test(helpers): import equals() method from jasmine_utils to support nested asymmetric matchers | 1 | test | helpers |
807,849 | 18.12.2018 18:37:42 | 28,800 | 2713ab8e47771bb6e36f6986f2286f1a3314750b | feat(dist-tag): Wrap options in figgy-pudding | [
{
"change_type": "MODIFY",
"diff": "\"@lerna/npm-dist-tag\": {\n\"version\": \"file:utils/npm-dist-tag\",\n\"requires\": {\n- \"libnpm\": \"^2.0.1\",\n- \"npm-registry-fetch\": \"^3.8.0\"\n+ \"figgy-pudding\": \"^3.5.1\",\n+ \"libnpm\": \"^2.0.1\"\n}\n},\n\"@lerna/npm-install\": {\n",
"new_path": "packa... | JavaScript | MIT License | lerna/lerna | feat(dist-tag): Wrap options in figgy-pudding | 1 | feat | dist-tag |
807,849 | 18.12.2018 18:40:33 | 28,800 | 111053b3f638c65ebfa948ceeeb25dbf5284f831 | refactor(publish): swap snapshot call of unpublished packages helper | [
{
"change_type": "MODIFY",
"diff": "@@ -261,7 +261,7 @@ class PublishCommand extends Command {\n// attempting to publish a release with local changes is not allowed\nchain = chain.then(() => this.verifyWorkingTreeClean());\n- chain = chain.then(() => getUnpublishedPackages(this.project, this.conf));\n+ chai... | JavaScript | MIT License | lerna/lerna | refactor(publish): swap snapshot call of unpublished packages helper | 1 | refactor | publish |
217,922 | 18.12.2018 18:43:31 | -3,600 | 19feab50674f0dff658390bfe7a3e48ad59cef6a | fix: fixed an issue freezing the simulator in some cases | [
{
"change_type": "MODIFY",
"diff": "@@ -120,7 +120,8 @@ export class Simulation {\n* @returns {ActionResult[]}\n*/\npublic run(linear = false, maxTurns = Infinity): SimulationResult {\n- this.actions.forEach((action: CraftingAction, index: number) => {\n+ this.actions.filter(a => a !== undefined)\n+ .forEac... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed an issue freezing the simulator in some cases | 1 | fix | null |
807,849 | 18.12.2018 18:48:54 | 28,800 | 405b0948028f3603e56047ec0944f89582fbb744 | refactor(publish): introduce figgy-pudding to share fetch opts | [
{
"change_type": "MODIFY",
"diff": "@@ -32,6 +32,8 @@ const initFixture = require(\"@lerna-test/init-fixture\")(__dirname);\n// file under test\nconst lernaPublish = require(\"@lerna-test/command-runner\")(require(\"../command\"));\n+expect.extend(require(\"@lerna-test/figgy-pudding-matchers\"));\n+\ndescri... | JavaScript | MIT License | lerna/lerna | refactor(publish): introduce figgy-pudding to share fetch opts | 1 | refactor | publish |
807,849 | 18.12.2018 18:50:32 | 28,800 | ca4dd950d68a6ece33f5acea0c7f9ef4df2f7eed | fix(publish): Short-circuit retries for npm username validation | [
{
"change_type": "MODIFY",
"diff": "\"use strict\";\n-jest.mock(\"npm-registry-fetch\");\n+jest.mock(\"libnpm/fetch\");\n-const fetch = require(\"npm-registry-fetch\");\n+const fetch = require(\"libnpm/fetch\");\nconst loggingOutput = require(\"@lerna-test/logging-output\");\nconst getNpmUsername = require(... | JavaScript | MIT License | lerna/lerna | fix(publish): Short-circuit retries for npm username validation | 1 | fix | publish |
807,849 | 18.12.2018 18:51:00 | 28,800 | db4522b9bb1c5303d7fd99a9abd2824bed8284b2 | refactor(publish): Snapshot options passed to n-r-f/auth helper | [
{
"change_type": "MODIFY",
"diff": "@@ -106,7 +106,7 @@ class PublishCommand extends Command {\n// all consumers need a token\nconst registry = this.conf.get(\"registry\");\n- const auth = getAuth(registry, this.conf);\n+ const auth = getAuth(registry, this.conf.snapshot);\nif (auth.token) {\nthis.conf.set(... | JavaScript | MIT License | lerna/lerna | refactor(publish): Snapshot options passed to n-r-f/auth helper | 1 | refactor | publish |
679,913 | 18.12.2018 22:55:05 | 0 | b0a314263c1819fa10b2cfa48d0170e877142f0d | feat(intervals): add new package | [
{
"change_type": "ADD",
"diff": "+build\n+coverage\n+dev\n+doc\n+export\n+src*\n+test\n+.nyc_output\n+tsconfig.json\n+*.tgz\n+*.html\n",
"new_path": "packages/intervals/.npmignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+ Apache License\n+ Version 2.0, January 2004\n+ http... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(intervals): add new package | 1 | feat | intervals |
503,950 | 18.12.2018 23:19:54 | -7,200 | ddc0e8e20cdf9f8c93fcac9c61a9d99bb627fc14 | fix(DualList): Add item disability functionality. | [
{
"change_type": "MODIFY",
"diff": "color: white;\n}\n+ &.disabled {\n+ cursor: not-allowed;\n+ background: @color-pf-black-150;\n+ color: @color-pf-black-500;\n+\n+ input[type='checkbox'] {\n+ cursor: not-allowed;\n+ }\n+ }\n+\n&.child {\npadding-left: 22px;\n}\n&:hover {\n- &:not(.selected) {\n+ &:not(.se... | TypeScript | MIT License | patternfly/patternfly-react | fix(DualList): Add item disability functionality. (#1071) | 1 | fix | DualList |
679,913 | 19.12.2018 01:51:38 | 0 | a78c6a7f1aef920b9ec29ccdcc6fcb2a1107de92 | feat(intervals): add Interval.parse(), update docs, readme, deps | [
{
"change_type": "MODIFY",
"diff": "@@ -24,6 +24,11 @@ Data type for closed, open and semi-open intervals, point / range\nqueries and set operations with other intervals (union, intersection,\ndifference).\n+Furthermore, a parser for [ISO 80000-2 / ISO 31-11 interval\n+notation](https://en.wikipedia.org/wik... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(intervals): add Interval.parse(), update docs, readme, deps | 1 | feat | intervals |
503,951 | 19.12.2018 06:59:22 | 18,000 | 36a7f3027c59b7c006d2381118b5874356db87ba | chore(pf3): fix pf3 release versions | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"patternfly3-react-lerna-root\",\n- \"version\": \"7.16.0\",\n+ \"version\": \"7.16.1\",\n\"private\": true,\n\"config\": {\n\"access\": \"private\"\n",
"new_path": "packages/patternfly-3/package.json",
"old_path": "packages/patternfly-3/package.json... | TypeScript | MIT License | patternfly/patternfly-react | chore(pf3): fix pf3 release versions (#1091) | 1 | chore | pf3 |
503,942 | 19.12.2018 09:02:06 | 18,000 | 12c3661c2e772082221e11f9881c26d913e873bd | fix(showcase): Fix style on showcase page | [
{
"change_type": "MODIFY",
"diff": "<html>\n<head>\n- <link rel=\"stylesheet\" href=\"https://pf-next.com/styles.css\" type=\"text/css\">\n+ <link rel=\"stylesheet\" href=\"https://pf-next.com/styles.css\" type=\"text/css\" />\n</head>\n<body>\n- <div class=\"pf-c-background-image\">\n- </div>\n- <div class... | TypeScript | MIT License | patternfly/patternfly-react | fix(showcase): Fix style on showcase page (#1097) | 1 | fix | showcase |
217,907 | 19.12.2018 09:05:50 | 21,600 | e6c56789c8abf4674d1ee9fbd9bb0193d25cfeba | feat(simulator): macros can now split on latest possible Reclaim point. | [
{
"change_type": "MODIFY",
"diff": "<label nz-checkbox [(ngModel)]=\"fixedEcho\" [nzDisabled]=\"!addEcho\" (ngModelChange)=\"generateMacros()\">\n{{'SIMULATOR.Fixed_notification_number' | translate}}\n</label>\n+ <label nz-checkbox [(ngModel)]=\"breakOnReclaim\" (ngModelChange)=\"generateMacros()\">\n+ {{'S... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(simulator): macros can now split on latest possible Reclaim point. | 1 | feat | simulator |
503,988 | 19.12.2018 09:51:47 | 18,000 | 0b8d24192bb8a0dfb1b3c988e0490958b1f51105 | feat(Alert): add sr variant customization
defaults to current label if undefined | [
{
"change_type": "MODIFY",
"diff": "@@ -27,7 +27,9 @@ const propTypes = {\n/** additional classes added to the Alert */\nclassName: PropTypes.string,\n/** Adds accessible text to the Alert */\n- 'aria-label': PropTypes.string\n+ 'aria-label': PropTypes.string,\n+ /** Variant label text for screen readers */... | TypeScript | MIT License | patternfly/patternfly-react | feat(Alert): add sr variant customization (#1056)
defaults to current label if undefined | 1 | feat | Alert |
807,849 | 19.12.2018 10:02:36 | 28,800 | 6a8aa8347b123c7616c191becf64c79497101583 | fix(npm-conf): Update defaults & types to npm v6.5.0+ | [
{
"change_type": "MODIFY",
"diff": "@@ -60,6 +60,8 @@ Object.defineProperty(exports, \"defaults\", {\n\"allow-same-version\": false,\n\"always-auth\": false,\nalso: null,\n+ audit: true,\n+ \"audit-level\": \"low\",\n\"auth-type\": \"legacy\",\n\"bin-links\": true,\nbrowser: null,\n@@ -128,11 +130,12 @@ Obj... | JavaScript | MIT License | lerna/lerna | fix(npm-conf): Update defaults & types to npm v6.5.0+ | 1 | fix | npm-conf |
807,849 | 19.12.2018 10:06:36 | 28,800 | d58b741df55db4ac1ac3a975b3f545c61f2950ef | fix(npm-conf): Port kevva/npm-conf/pull/12 (@zkochan) | [
{
"change_type": "MODIFY",
"diff": "@@ -64,7 +64,8 @@ function parseField(input, key) {\nfield = path.resolve(field);\n}\n- if (isNumber && !field.isNan()) {\n+ // eslint-disable-next-line no-restricted-globals\n+ if (isNumber && !isNaN(field)) {\nfield = Number(field);\n}\n",
"new_path": "utils/npm-con... | JavaScript | MIT License | lerna/lerna | fix(npm-conf): Port kevva/npm-conf/pull/12 (@zkochan) | 1 | fix | npm-conf |
807,849 | 19.12.2018 10:45:54 | 28,800 | 11c583ca91a17fde47e030173e388a9677aa4989 | refactor(npm-conf): remove redundant check, add istanbul comments | [
{
"change_type": "MODIFY",
"diff": "@@ -17,7 +17,7 @@ function npmConf(opts) {\n// prevent keys with undefined values from obscuring defaults\nconst cleanOpts = opts\n? Object.keys(opts).reduce((acc, key) => {\n- if (opts && opts[key] !== undefined) {\n+ if (opts[key] !== undefined) {\n// eslint-disable-nex... | JavaScript | MIT License | lerna/lerna | refactor(npm-conf): remove redundant check, add istanbul comments | 1 | refactor | npm-conf |
807,849 | 19.12.2018 11:12:00 | 28,800 | 6116680d2e7482a37aaa5e5ce63ed520a384028e | fix(create): Pass options snapshot to pacote.manifest() | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,6 @@ const fs = require(\"fs-extra\");\nconst path = require(\"path\");\nconst execa = require(\"execa\");\nconst slash = require(\"slash\");\n-const { Conf } = require(\"@lerna/npm-conf\");\n// mocked modules\nconst getManifest = require(\"libnpm/manifest\");\... | JavaScript | MIT License | lerna/lerna | fix(create): Pass options snapshot to pacote.manifest() | 1 | fix | create |
71,522 | 19.12.2018 13:02:46 | 0 | 8c733efcc366ead37bc7401e3a0ce3a2505ecd09 | feat(aws-lambda): Add python 3.7 runtime
This runtime was announced on Nov 19 and had been missed from the
Runtime list in the CDK, this adds it in. Tested inline editing as
working in the console so left that enabled with this runtime also. | [
{
"change_type": "MODIFY",
"diff": "@@ -28,6 +28,7 @@ export class Runtime {\npublic static readonly NodeJS810 = new Runtime('nodejs8.10', RuntimeFamily.NodeJS, { supportsInlineCode: true });\npublic static readonly Python27 = new Runtime('python2.7', RuntimeFamily.Python, { supportsInlineCode: true });\npu... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(aws-lambda): Add python 3.7 runtime (#1379)
This runtime was announced on Nov 19 and had been missed from the
Runtime list in the CDK, this adds it in. Tested inline editing as
working in the console so left that enabled with this runtime also. | 1 | feat | aws-lambda |
71,663 | 19.12.2018 13:11:56 | 28,800 | d5cae6103d07838b911d123e8078d0b2ff5c6bed | feat(aws-codebuild): allow setting Webhook for GitHub Sources. | [
{
"change_type": "MODIFY",
"diff": "@@ -84,6 +84,18 @@ CodePipeline action.\n#### `GitHubSource` and `GitHubEnterpriseSource`\nThese source types can be used to build code from a GitHub repository.\n+Example:\n+\n+```typescript\n+const gitHubSource = new codebuild.GitHubSource({\n+ owner: 'awslabs',\n+ repo... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(aws-codebuild): allow setting Webhook for GitHub Sources. (#1387) | 1 | feat | aws-codebuild |
67,494 | 19.12.2018 13:14:11 | -3,600 | 8f1d78b1a197a5c589c3441b75af6c2182834f9a | test(router): add time between test steps | [
{
"change_type": "MODIFY",
"diff": "@@ -218,6 +218,7 @@ export class Router {\ncomponentViewports = remaining.componentViewports;\nviewportsRemaining = remaining.viewportsRemaining;\n}\n+ // TODO: Make sure replace paths isn't called on wrong (later) navigation\nthis.replacePaths();\n}\n",
"new_path": "... | TypeScript | MIT License | aurelia/aurelia | test(router): add time between test steps | 1 | test | router |
807,849 | 19.12.2018 14:28:51 | 28,800 | 3359c637d12ebf7a5ec228395375794e61972c65 | fix: Add pulse-till-done utility | [
{
"change_type": "MODIFY",
"diff": "\"semver\": \"^5.5.0\"\n}\n},\n+ \"@lerna/pulse-till-done\": {\n+ \"version\": \"file:utils/pulse-till-done\",\n+ \"requires\": {\n+ \"libnpm\": \"^2.0.1\"\n+ }\n+ },\n\"@lerna/resolve-symlink\": {\n\"version\": \"file:utils/resolve-symlink\",\n\"requires\": {\n",
"ne... | JavaScript | MIT License | lerna/lerna | fix: Add pulse-till-done utility | 1 | fix | null |
807,849 | 19.12.2018 14:29:43 | 28,800 | b38a151bb2b32fcd1db3071ff5afe0b01089bbef | fix(bootstrap): Pulse progress bar during execution | [
{
"change_type": "MODIFY",
"diff": "@@ -21,6 +21,8 @@ const symlinkDependencies = require(\"@lerna/symlink-dependencies\");\nconst ValidationError = require(\"@lerna/validation-error\");\nconst { getFilteredPackages } = require(\"@lerna/filter-options\");\nconst PackageGraph = require(\"@lerna/package-graph... | JavaScript | MIT License | lerna/lerna | fix(bootstrap): Pulse progress bar during execution | 1 | fix | bootstrap |
815,590 | 19.12.2018 14:30:43 | -28,800 | 06a5e29edc89d3a29ef385340e23bb9e97227084 | fix: fix calculation of headers sync timeout | [
{
"change_type": "MODIFY",
"diff": "@@ -188,10 +188,11 @@ impl<CI: ChainIndex> Synchronizer<CI> {\nnow_ms().saturating_sub(self.shared.tip_header().read().inner().timestamp()) > MAX_TIP_AGE\n}\n- pub fn get_headers_sync_timeout(&self, header: &Header) -> u64 {\n- HEADERS_DOWNLOAD_TIMEOUT_BASE\n+ pub fn pred... | Rust | MIT License | nervosnetwork/ckb | fix: fix calculation of headers sync timeout | 1 | fix | null |
807,849 | 19.12.2018 14:33:47 | 28,800 | f1202de58feb01940242de5ab810ac39ba795d04 | fix(clean): Pulse progress bar during execution | [
{
"change_type": "MODIFY",
"diff": "@@ -7,6 +7,7 @@ const Command = require(\"@lerna/command\");\nconst rimrafDir = require(\"@lerna/rimraf-dir\");\nconst PromptUtilities = require(\"@lerna/prompt\");\nconst { getFilteredPackages } = require(\"@lerna/filter-options\");\n+const pulseTillDone = require(\"@ler... | JavaScript | MIT License | lerna/lerna | fix(clean): Pulse progress bar during execution | 1 | fix | clean |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.