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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
679,913 | 01.12.2018 23:22:44 | 0 | 57836390a7ed41be43209b10c17256f3106c429d | refactor(examples): update geom-tessel example to use new geom lib | [
{
"change_type": "MODIFY",
"diff": "import { partial } from \"@thi.ng/compose/partial\";\n-import { IArcLength, ICentroid, Tessellator } from \"@thi.ng/geom/api\";\n-import { circle2 } from \"@thi.ng/geom/circle2\";\n-import { polygon2, Polygon2 } from \"@thi.ng/geom/polygon2\";\n-import { edgeSplit, quadFa... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): update geom-tessel example to use new geom lib | 1 | refactor | examples |
679,913 | 01.12.2018 23:25:00 | 0 | 0e77d2c631068a2c1383de4e94236990722c4f84 | refactor(transducers): implement range() as class w/ IReducible impl | [
{
"change_type": "MODIFY",
"diff": "-export function range(): IterableIterator<number>;\n-export function range(to: number): IterableIterator<number>;\n-export function range(from: number, to: number): IterableIterator<number>;\n-export function range(from: number, to: number, step: number): IterableIterato... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(transducers): implement range() as class w/ IReducible impl | 1 | refactor | transducers |
679,913 | 01.12.2018 23:25:38 | 0 | ba8bad68141506006bce539d590c788c316b7cb1 | minor(transducers): manual array destructuring in reduce/iterator | [
{
"change_type": "MODIFY",
"diff": "@@ -13,7 +13,9 @@ import { push } from \"./rfn/push\";\n* @param xs\n*/\nexport function* iterator<A, B>(xform: Transducer<A, B>, xs: Iterable<A>): IterableIterator<B> {\n- const [_, complete, reduce] = <Reducer<B[], A>>xform(push()); _;\n+ const rfn = <Reducer<B[], A>>xf... | TypeScript | Apache License 2.0 | thi-ng/umbrella | minor(transducers): manual array destructuring in reduce/iterator | 1 | minor | transducers |
67,494 | 02.12.2018 00:56:10 | -3,600 | 688e08bf9519048a2ba32aac74425216ca123e3d | test(router): refactor & add tests & add router deactivate | [
{
"change_type": "MODIFY",
"diff": "@@ -139,9 +139,14 @@ export class HistoryBrowser {\n}\npublic replacePath(path: string): void {\n+ const newHash = `#/${path}`;\n+ const { pathname, search, hash } = this.location;\n+ // tslint:disable-next-line:possible-timing-attack\n+ // if (newHash === hash) {\n+ // r... | TypeScript | MIT License | aurelia/aurelia | test(router): refactor & add tests & add router deactivate | 1 | test | router |
67,494 | 02.12.2018 01:07:42 | -3,600 | a7e74ce841dceb0a285b6f961711fdd26831b5ec | refactor(router): add object parameter to history setState | [
{
"change_type": "MODIFY",
"diff": "@@ -119,10 +119,14 @@ export class HistoryBrowser {\n}\n}\n- public setState(key: string, value: Object): void {\n- const state = { ...this.history.state };\n+ public setState(key: string | Object, value?: Object): void {\nconst { pathname, search, hash } = this.location;... | TypeScript | MIT License | aurelia/aurelia | refactor(router): add object parameter to history setState | 1 | refactor | router |
67,476 | 02.12.2018 01:59:05 | -3,600 | d3a296547f4e79d6baffc8348cd9999349754b8b | chore(tracer): let the test trace writer understand more object types | [
{
"change_type": "MODIFY",
"diff": "@@ -6,32 +6,64 @@ import {\nTracer as DebugTracer\n} from '../../../debug/src/index';\nimport {\n- Tracer, ITraceInfo\n+ Tracer, ITraceInfo, PLATFORM\n} from '../../../kernel/src/index';\n+import {\n+ stringifyLifecycleFlags, IHTMLElement\n+} from '../../../runtime/src/in... | TypeScript | MIT License | aurelia/aurelia | chore(tracer): let the test trace writer understand more object types | 1 | chore | tracer |
67,476 | 02.12.2018 02:00:29 | -3,600 | c5a8e0af28322ceee327c5cc5d5041275181dfa1 | refactor(binding-command): update binding command to utilize the metadata model | [
{
"change_type": "MODIFY",
"diff": "@@ -90,9 +90,17 @@ export class OneTimeBindingCommand implements IBindingCommand {\npublic static register: IRegistry['register'];\npublic compile($symbol: AttributeSymbol): TargetedInstruction {\n+ switch ($symbol.kind) {\n+ case SymbolKind.customAttribute:\n+ case Symbo... | TypeScript | MIT License | aurelia/aurelia | refactor(binding-command): update binding command to utilize the metadata model | 1 | refactor | binding-command |
67,476 | 02.12.2018 02:01:12 | -3,600 | 7cc3c4b8443cdd2895bf71196ce88ca7a0a19424 | refactor(template-compiler): fix multi template controller compilation on surrogates | [
{
"change_type": "MODIFY",
"diff": "@@ -176,7 +176,6 @@ export interface IElementSymbol extends INodeSymbol {\nheadAttr: AttributeSymbol | null;\ntailAttr: AttributeSymbol | null;\nelement: IHTMLElement;\n- liftTo(fragment: IDocumentFragment): void;\n}\nexport interface IParentElementSymbol extends IElement... | TypeScript | MIT License | aurelia/aurelia | refactor(template-compiler): fix multi template controller compilation on surrogates | 1 | refactor | template-compiler |
67,476 | 02.12.2018 03:00:25 | -3,600 | d60d384c328b0b89a973c1366eba667f50df5735 | refactor(template-compiler): fix multi template controller compilation on regular elements | [
{
"change_type": "MODIFY",
"diff": "@@ -12,32 +12,33 @@ const slice = Array.prototype.slice;\nconst emptyArray = PLATFORM.emptyArray as any[];\nexport const enum SymbolKind {\n- nodeType = 0b000000000_0_000000_01_111,\n- elementNode = 0b000000000_0_000000_01_001,\n- attributeNode = 0b000000000_0_000000_01_0... | TypeScript | MIT License | aurelia/aurelia | refactor(template-compiler): fix multi template controller compilation on regular elements | 1 | refactor | template-compiler |
67,476 | 02.12.2018 03:29:26 | -3,600 | 6873ba62b91e9336642b166b84b39914ffcc8115 | refactor(semantic-model): fix setPropertyInstruction again | [
{
"change_type": "MODIFY",
"diff": "-import { Immutable, PLATFORM, Reporter, Tracer, Class, Constructable, IContainer, IResolver } from '@aurelia/kernel';\n-import { AttributeDefinition, BindingType, CustomAttributeResource, CustomElementResource, DOM, IAttr, IBindableDescription, IChildNode, IDocumentFragm... | TypeScript | MIT License | aurelia/aurelia | refactor(semantic-model): fix setPropertyInstruction again | 1 | refactor | semantic-model |
67,476 | 02.12.2018 05:07:04 | -3,600 | c40064648ba522096be66a2a95c8538e6ae9f528 | refactor(semantic-model): emit element instructions in the correct order | [
{
"change_type": "MODIFY",
"diff": "@@ -282,8 +282,7 @@ export class CompilationTarget implements IParentElementSymbol {\nwhile (el !== null) {\nel.compile(definition, rows, row, flags);\nif (row.length > 0) {\n- rows.push(row);\n- row = [];\n+ rows.push(row.splice(0));\n}\nel = el.nextNode;\n}\n@@ -340,16 ... | TypeScript | MIT License | aurelia/aurelia | refactor(semantic-model): emit element instructions in the correct order | 1 | refactor | semantic-model |
67,476 | 02.12.2018 06:11:42 | -3,600 | 354523ee4df95ff2d6b1f549295d574f3e156992 | fix(semantic-model): throw on unknown binding command | [
{
"change_type": "MODIFY",
"diff": "-import { PLATFORM } from '@aurelia/kernel';\n+import { PLATFORM, Reporter } from '@aurelia/kernel';\nimport { AttributeDefinition, BindingType, DOM, FromViewBindingInstruction, HydrateAttributeInstruction, HydrateElementInstruction, HydrateTemplateController, IAttr, IBin... | TypeScript | MIT License | aurelia/aurelia | fix(semantic-model): throw on unknown binding command | 1 | fix | semantic-model |
67,476 | 02.12.2018 06:17:02 | -3,600 | 06de9fa5b7900b76b0f9613245a2816afb8c1050 | refactor(semantic-model): fix element binding interpolations | [
{
"change_type": "MODIFY",
"diff": "import { PLATFORM, Reporter } from '@aurelia/kernel';\n-import { AttributeDefinition, BindingType, DOM, FromViewBindingInstruction, HydrateAttributeInstruction, HydrateElementInstruction, HydrateTemplateController, IAttr, IBindableDescription, IChildNode, IElement, IExpre... | TypeScript | MIT License | aurelia/aurelia | refactor(semantic-model): fix element binding interpolations | 1 | refactor | semantic-model |
67,476 | 02.12.2018 07:17:19 | -3,600 | 9904da5f7066d9be6d3e5cd87776d02dbb551658 | feat(semantic-model): trace compile methods | [
{
"change_type": "MODIFY",
"diff": "-import { PLATFORM, Reporter } from '@aurelia/kernel';\n+import { PLATFORM, Reporter, Tracer } from '@aurelia/kernel';\nimport { AttributeDefinition, BindingType, DOM, FromViewBindingInstruction, HydrateAttributeInstruction, HydrateElementInstruction, HydrateTemplateContr... | TypeScript | MIT License | aurelia/aurelia | feat(semantic-model): trace compile methods | 1 | feat | semantic-model |
67,476 | 02.12.2018 11:12:47 | -3,600 | 6f7d5ce2a5fc2f22d0b0720092bb5b9cd2fc1f52 | refactor(template-compiler): fix sibling template controller compilation | [
{
"change_type": "MODIFY",
"diff": "@@ -120,6 +120,10 @@ function createAttributeInfo(resources: IResourceDescriptions, name: string): At\ninfo.bindable = info.bindables[prop];\n}\n}\n+ // if no bindables are present, default to \"value\"\n+ if (info.bindable === null) {\n+ info.bindable = new BindableInfo(... | TypeScript | MIT License | aurelia/aurelia | refactor(template-compiler): fix sibling template controller compilation | 1 | refactor | template-compiler |
217,922 | 02.12.2018 11:13:48 | -3,600 | 9c817f0e48721f5c92fd8cbfd27d2d124f50f2b0 | fix: fixed a bug with simulator and ingenuity in lower level crafts | [
{
"change_type": "MODIFY",
"diff": "@@ -120,7 +120,7 @@ export abstract class CraftingAction {\nlet id = clvl - rlvl;\nlet ingenuityEntry = ingenuityData.find(row => row.Id === id);\nlet ingenuityMultiplier = ingenuityEntry === undefined ? undefined : ingenuityEntry[`${type}Ingenuity${level}`];\n- while (in... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed a bug with simulator and ingenuity in lower level crafts | 1 | fix | null |
67,476 | 02.12.2018 11:33:23 | -3,600 | fbe27fcc9a89d30dacdf53928c7cddc035fffa38 | refactor(template-compiler): add missing au class to render targets | [
{
"change_type": "MODIFY",
"diff": "@@ -310,7 +310,9 @@ export class NodePreprocessor implements ISymbolVisitor {\n}\npublic visitLetElementSymbol(symbol: LetElementSymbol): void {\nif (Tracer.enabled) { Tracer.enter('NodePreprocessor.visitLetElementSymbol', slice.call(arguments)); }\n- // TODO?\n+ if (!sym... | TypeScript | MIT License | aurelia/aurelia | refactor(template-compiler): add missing au class to render targets | 1 | refactor | template-compiler |
217,922 | 02.12.2018 11:39:38 | -3,600 | 4ce7b5ea032ad6318bbb0a384683bef8d84cd436 | feat: added enter key listener for list amount edition validation | [
{
"change_type": "MODIFY",
"diff": "<nz-input-number [disabled]=\"(permissionLevel$ | async) < 30\" class=\"amount-input\" type=\"number\"\n*ngIf=\"(permissionLevel$ | async) > 10; else publicAmountDisplay\"\n[ngModel]=\"item.amount\"\n+ #amountModifierInput\n+ (keyup.enter)=\"updateAmount(item, amountModif... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: added enter key listener for list amount edition validation | 1 | feat | null |
217,922 | 02.12.2018 11:50:59 | -3,600 | 611547b7f86d6a91191b149064b5152bae081395 | fix: fixed performance issue with list index change and deletion | [
{
"change_type": "MODIFY",
"diff": "@@ -20,7 +20,17 @@ import {\nUpdateList,\nUpdateListIndex\n} from './lists.actions';\n-import { catchError, debounceTime, distinctUntilChanged, filter, first, map, mergeMap, switchMap, withLatestFrom } from 'rxjs/operators';\n+import {\n+ catchError,\n+ debounceTime,\n+ d... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed performance issue with list index change and deletion | 1 | fix | null |
217,922 | 02.12.2018 12:00:19 | -3,600 | 79270b7690de248bf81628ebce52100f3752a5dc | fix: fixed performance issues with search page | [
{
"change_type": "MODIFY",
"diff": "</div>\n<div class=\"filters\">\n<nz-collapse>\n- <nz-collapse-panel [nzHeader]=\"'Filters' | translate\" #filtersPanel>\n+ <nz-collapse-panel [nzHeader]=\"'Filters' | translate\">\n<form nz-form [formGroup]=\"form\" (ngSubmit)=\"submitFilters()\">\n<div fxLayout=\"row\" ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed performance issues with search page | 1 | fix | null |
217,922 | 02.12.2018 12:07:04 | -3,600 | b751f1267fd0d21cfac7f51be8c79df536a6b676 | feat: new search box inside lists page | [
{
"change_type": "MODIFY",
"diff": "<nz-alert [nzMessage]=\"'LISTS.Needs_verification' | translate\" nzType=\"warning\"\n*ngIf=\"needsVerification$ | async\" nzShowIcon class=\"fc-check-warning\"></nz-alert>\n<h2>{{'LISTS.Your_lists' | translate}}</h2>\n+ <nz-input-group [nzSuffix]=\"suffixIconSearch\">\n+ ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: new search box inside lists page | 1 | feat | null |
217,922 | 02.12.2018 12:14:47 | -3,600 | cc2a232612d0d6abef0250fbc5bc8628725c0e59 | style: better mobile design for search page | [
{
"change_type": "MODIFY",
"diff": "</div>\n<div class=\"results\">\n<app-page-loader [loading]=\"loading\">\n- <div *ngFor=\"let item of results; trackBy: trackByItem\" fxLayout=\"row\" fxLayoutGap=\"5px\"\n+ <div *ngFor=\"let item of results; trackBy: trackByItem\" fxLayout=\"row\" fxLayout.lt-md=\"column... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | style: better mobile design for search page | 1 | style | null |
67,476 | 02.12.2018 13:34:33 | -3,600 | 8109e11e1cd193df3284fa108d3176016bfaf1ec | refactor(template-compiler): fix custom attribute bindables & binding commands | [
{
"change_type": "MODIFY",
"diff": "import { Class, Constructable, IContainer, IRegistry, Registration, Writable } from '@aurelia/kernel';\nimport {\n- BindingMode,\n+ BindingType,\nCallBindingInstruction,\nCaptureBindingInstruction,\nDelegateBindingInstruction,\n@@ -23,6 +23,7 @@ import {\nimport { Attribu... | TypeScript | MIT License | aurelia/aurelia | refactor(template-compiler): fix custom attribute bindables & binding commands | 1 | refactor | template-compiler |
67,476 | 02.12.2018 13:35:19 | -3,600 | d84d6d7b7b06634d48b82d6d22f3b5f547f246dd | test(template-compiler): tweak/fix most of the unit tests | [
{
"change_type": "MODIFY",
"diff": "@@ -37,6 +37,7 @@ import {\n} from '../../src/index';\nimport { expect } from 'chai';\nimport { createElement, eachCartesianJoinFactory, verifyBindingInstructionsEqual, enableTracing, disableTracing, SymbolTraceWriter } from './util';\n+import { stringifyTemplateDefinitio... | TypeScript | MIT License | aurelia/aurelia | test(template-compiler): tweak/fix most of the unit tests | 1 | test | template-compiler |
67,476 | 02.12.2018 14:28:03 | -3,600 | 71f0c4595d6844044ae4b9f7af884da074b22c79 | refactor(template-compiler): add ref as attribute pattern | [
{
"change_type": "MODIFY",
"diff": "@@ -494,6 +494,24 @@ export class DotSeparatedAttributePattern implements DotSeparatedAttributePatter\n}\n}\n+export interface RefAttributePattern extends IAttributePattern {}\n+\n+@attributePattern(\n+ { pattern: 'ref', symbols: '' },\n+ { pattern: 'ref.PART', symbols: '... | TypeScript | MIT License | aurelia/aurelia | refactor(template-compiler): add ref as attribute pattern | 1 | refactor | template-compiler |
217,922 | 02.12.2018 15:14:43 | -3,600 | 3dd8c970e6a30edaf72536a27d85cca4a266bedd | feat: custom alarms support
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -79,9 +79,9 @@ export class AlarmBellService {\nif (alarm.aetheryte) {\naetheryteName = this.i18n.getName(this.localizedData.getPlace(alarm.aetheryte.nameid));\n}\n- const notificationIcon = `https://www.garlandtools.org/db/icons/item/${alarm.icon}.png`;\n- const notif... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: custom alarms support
closes #587 | 1 | feat | null |
217,922 | 02.12.2018 15:16:36 | -3,600 | fd3a4de518e08d04031d61d09021f698d18e3614 | fix: "create all alarms" no longer creates cluster alarms | [
{
"change_type": "MODIFY",
"diff": "@@ -164,10 +164,16 @@ export class ListDetailsComponent implements OnInit {\nfirst(),\nmap(alarms => {\nconst listAlarms = [];\n- list.forEach(row => listAlarms.push(...row.alarms.filter(alarm => {\n+ list.forEach(row => {\n+ // We don't want to create alarms for the clus... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: "create all alarms" no longer creates cluster alarms | 1 | fix | null |
67,476 | 02.12.2018 15:32:42 | -3,600 | 2517567a021788726798358b4e7362f41e216941 | refactor(template-compiler): more template controller compilation fixes | [
{
"change_type": "MODIFY",
"diff": "-import { inject, PLATFORM, Tracer, Reporter } from '@aurelia/kernel';\n+import { inject, PLATFORM, Tracer } from '@aurelia/kernel';\nimport {\n- BindingMode,\nBindingType,\nDOM,\n- FromViewBindingInstruction,\n- HydrateAttributeInstruction,\n- HydrateElementInstruction,\... | TypeScript | MIT License | aurelia/aurelia | refactor(template-compiler): more template controller compilation fixes | 1 | refactor | template-compiler |
67,476 | 02.12.2018 15:33:45 | -3,600 | b00032c1cda77e934dd666a78b4e3decb24f31d0 | chore(jit): check in some test stuff | [
{
"change_type": "MODIFY",
"diff": "@@ -17,8 +17,6 @@ import {\nTemplateControllerAttributeSymbol,\nTextInterpolationSymbol,\nCompilationTarget,\n- ResourceLocator,\n- IResourceLocator,\nISymbol\n} from '../../src/semantic-model';\nimport {\n@@ -43,7 +41,9 @@ import {\nIContainer,\nPLATFORM,\nTracer,\n- ITr... | TypeScript | MIT License | aurelia/aurelia | chore(jit): check in some test stuff | 1 | chore | jit |
67,476 | 02.12.2018 15:57:15 | -3,600 | 490479245cb27a402833d6ba9e1f40aaf878db9f | chore(jit): fix tslint warnings | [
{
"change_type": "MODIFY",
"diff": "@@ -99,11 +99,11 @@ export class OneTimeBindingCommand implements IBindingCommand {\nswitch ($symbol.kind) {\ncase SymbolKind.customAttribute:\ncase SymbolKind.templateControllerAttribute:\n- return new OneTimeBindingInstruction(<IsBindingBehavior>$symbol.expr, $symbol.in... | TypeScript | MIT License | aurelia/aurelia | chore(jit): fix tslint warnings | 1 | chore | jit |
67,476 | 02.12.2018 16:06:57 | -3,600 | 11897c1541defa01720a6fee736c34b82cb50400 | chore(all): fix linting warnings | [
{
"change_type": "MODIFY",
"diff": "-import { ITraceInfo, PLATFORM, Reporter as RuntimeReporter, Tracer as RuntimeTracer, ITraceWriter, Writable } from '@aurelia/kernel';\n+import { ITraceInfo, ITraceWriter, PLATFORM, Reporter as RuntimeReporter, Tracer as RuntimeTracer } from '@aurelia/kernel';\nconst enum... | TypeScript | MIT License | aurelia/aurelia | chore(all): fix linting warnings | 1 | chore | all |
471,527 | 02.12.2018 20:02:34 | -3,600 | 0946acccebffd60729a4d24820a20cd16034126e | fix(webpack): support import.meta; new URL(./, import.meta.url) | [
{
"change_type": "MODIFY",
"diff": "@@ -10,6 +10,16 @@ We want to provide a good set of defaults on how to facilitate your web componen\nIf you need support to use `import.meta.url` within webpack this is a minimal loader to support it.\n+## Note\n+This is NOT an optimal solution e.g. it will slow down your... | JavaScript | MIT License | open-wc/open-wc | fix(webpack): support import.meta; new URL(./, import.meta.url) (#64) | 1 | fix | webpack |
737,364 | 03.12.2018 09:44:20 | 0 | 1823d53188304573099b7bbfc68fb5de2014a030 | fix(kitsu): typescript declaration file
fix(kitsu): Fix kitsu typescript declaration file | [
{
"change_type": "MODIFY",
"diff": "-/** Declaration file generated by dts-gen */\n-\nexport = Kitsu;\ndeclare class Kitsu {\n@@ -17,17 +15,3 @@ declare class Kitsu {\n}\n-declare namespace Kitsu {\n- namespace prototype {\n- function get(...args: any[]): void;\n-\n- function patch(...args: any[]): void;\n-... | JavaScript | MIT License | wopian/kitsu | fix(kitsu): typescript declaration file (#236)
fix(kitsu): Fix kitsu typescript declaration file | 1 | fix | kitsu |
815,745 | 03.12.2018 10:37:17 | -7,200 | 72d2254ce2ad6ce6418a67202de004555b62176d | chore(release): 2.13.0 | [
{
"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.0\"></a>\n+# [2.13.0](https://github.com/ng-select/ng-select/compare/v2.12.1...v... | TypeScript | MIT License | ng-select/ng-select | chore(release): 2.13.0 | 1 | chore | release |
730,413 | 03.12.2018 12:40:29 | 18,000 | 9c4225a6e7bc5e54830d21a5caeef9d439653e4b | feat(r-c-incoming-call): use collab-ui call controls | [
{
"change_type": "MODIFY",
"diff": "@@ -29,14 +29,15 @@ exports[`IncomingCall component renders properly 1`] = `\nbuttons={\nArray [\nObject {\n- \"buttonClassName\": \"answerButton\",\n- \"iconType\": \"ICON_TYPE_VIDEO_OUTLINE\",\n+ \"buttonType\": \"camera\",\n+ \"callControl\": true,\n+ \"color\": \"gree... | JavaScript | MIT License | webex/react-widgets | feat(r-c-incoming-call): use collab-ui call controls | 1 | feat | r-c-incoming-call |
730,413 | 03.12.2018 12:40:56 | 18,000 | 70513cb7adc56a143dbf24099928ddb6b73543cc | feat(r-c-button-controls): use collab-ui call controls | [
{
"change_type": "MODIFY",
"diff": "import React from 'react';\nimport PropTypes from 'prop-types';\nimport classNames from 'classnames';\n-import {ActivityButton} from '@collab-ui/react';\n+import {ActivityButton, CallControl} from '@collab-ui/react';\nimport styles from './styles.css';\n@@ -10,15 +10,17 @... | JavaScript | MIT License | webex/react-widgets | feat(r-c-button-controls): use collab-ui call controls | 1 | feat | r-c-button-controls |
730,413 | 03.12.2018 12:42:51 | 18,000 | 5ac658a1e8cce895a749bb16f4744076d59af9ff | fix(widget-meet): call control state doesn't update before call is connected | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,6 @@ import ButtonControls from '@ciscospark/react-component-button-controls';\nimport Video from '@ciscospark/react-component-video';\nimport Audio from '@ciscospark/react-component-audio';\nimport Avatar from '@ciscospark/react-component-avatar';\n-import {IC... | JavaScript | MIT License | webex/react-widgets | fix(widget-meet): call control state doesn't update before call is connected | 1 | fix | widget-meet |
807,849 | 03.12.2018 12:46:55 | 28,800 | 38097d8d3f97d4f030746fbf80a4527984269236 | feat(publish): Attempt profile retrieval before whoami endpoint during user validation | [
{
"change_type": "MODIFY",
"diff": "@@ -19,13 +19,20 @@ describe(\"getNpmUsername\", () => {\nconsole.error = origConsoleError;\n});\n- test(\"fetches whoami endpoint\", async () => {\n+ test(\"fetches whoami endpoint after profile 404\", async () => {\n+ fetch.json.mockImplementationOnce(() => {\n+ const e... | JavaScript | MIT License | lerna/lerna | feat(publish): Attempt profile retrieval before whoami endpoint during user validation | 1 | feat | publish |
217,922 | 03.12.2018 12:52:06 | -3,600 | 320d36ac54e3bf4f8912d9844fe492f30f2f7e95 | chore: updated README.md downloads counter | [
{
"change_type": "MODIFY",
"diff": "# FFXIV Teamcraft\n[](https://github.com/Supamiu/ffxiv-teamcraft/releases)\n-\n+![Gi... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: updated README.md downloads counter | 1 | chore | null |
67,494 | 03.12.2018 13:11:33 | -3,600 | 14511e138c08c99fa575e5cd170006be1f407436 | refactor(router): switch to await & add more tests | [
{
"change_type": "MODIFY",
"diff": "@@ -148,9 +148,9 @@ export class HistoryBrowser {\nconst newHash = `#/${path}`;\nconst { pathname, search, hash } = this.location;\n// tslint:disable-next-line:possible-timing-attack\n- // if (newHash === hash) {\n- // return;\n- // }\n+ if (newHash === hash) {\n+ return;... | TypeScript | MIT License | aurelia/aurelia | refactor(router): switch to await & add more tests | 1 | refactor | router |
67,494 | 03.12.2018 13:31:15 | -3,600 | 1d76c7b9a7fa2b6c51e5b562731ed87f6b95d181 | chore(router): fix linting warnings | [
{
"change_type": "MODIFY",
"diff": "@@ -123,7 +123,7 @@ export class HistoryBrowser {\nconst { pathname, search, hash } = this.location;\nlet state = { ...this.history.state };\nif (typeof key === 'string') {\n- state[key as string] = JSON.parse(JSON.stringify(value));\n+ state[key] = JSON.parse(JSON.string... | TypeScript | MIT License | aurelia/aurelia | chore(router): fix linting warnings | 1 | chore | router |
807,849 | 03.12.2018 13:43:02 | 28,800 | 89bb928b3cb043f1270ec9e83ecba754cf8ed5c4 | feat(add): Add --no-bootstrap option | [
{
"change_type": "MODIFY",
"diff": "@@ -37,6 +37,10 @@ Add the new package with an exact version (e.g., `1.0.1`) rather than the defaul\nUse a custom registry to install the targeted package.\n+### `--no-bootstrap`\n+\n+Skip the chained `lerna bootstrap`.\n+\n## Examples\n```sh\n",
"new_path": "commands... | JavaScript | MIT License | lerna/lerna | feat(add): Add --no-bootstrap option | 1 | feat | add |
217,922 | 03.12.2018 13:53:13 | -3,600 | 6ffa6e4df6f72403d4ee74ffbe1c5fe1497c1cc9 | feat: support for korean in macro import inside simulator | [
{
"change_type": "MODIFY",
"diff": "@@ -73,6 +73,13 @@ export class LocalizedDataService {\n}\npublic getCraftingActionIdByName(name: string, language: Language): number {\n+ if (language === 'ko') {\n+ const koRow = koActions.find(a => a.ko === name);\n+ if (koRow !== undefined) {\n+ name = koRow.en;\n+ la... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: support for korean in macro import inside simulator | 1 | feat | null |
807,849 | 03.12.2018 14:01:05 | 28,800 | e8c9535105d1d37c5c85fd58bc87c3464f26b1bd | chore(lint): fix warning | [
{
"change_type": "MODIFY",
"diff": "@@ -260,7 +260,9 @@ Set {\nawait lernaPublish(testDir)(\"from-package\");\n- expect(PromptUtilities.confirm).lastCalledWith(\"Are you sure you want to publish these packages?\");\n+ expect(PromptUtilities.confirm).toHaveBeenLastCalledWith(\n+ \"Are you sure you want to pu... | JavaScript | MIT License | lerna/lerna | chore(lint): fix warning | 1 | chore | lint |
217,922 | 03.12.2018 19:45:17 | -3,600 | 09bee3320f6fb2d74762e68e57d9de24b38c270b | chore: a bit of work for desktop app preparation
Gotta find a way to properly implement custom protocol, couldn't find one yet as online tutorials are generally pretty bad | [
{
"change_type": "MODIFY",
"diff": "nzMessage=\"{{('AUTH_ERRORS.'+errorMessageCode) | translate}}\"></nz-alert>\n<nz-divider [nzText]=\"'Or' | translate\"></nz-divider>\n<div class=\"oauth-buttons\">\n- <button nz-button nzType=\"primary\" (click)=\"googleOauth()\">{{'Google_login' | translate}}</button>\n-... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: a bit of work for desktop app preparation
Gotta find a way to properly implement custom protocol, couldn't find one yet as online tutorials are generally pretty bad | 1 | chore | null |
67,494 | 03.12.2018 20:05:39 | -3,600 | 9a0b47e810c9de31b067a72fb270e9595ccf3e53 | test(router): add browser history location mock | [
{
"change_type": "MODIFY",
"diff": "@@ -28,11 +28,10 @@ export class HistoryBrowser {\npublic replacedEntry: IHistoryEntry;\npublic history: History;\n+ public location: Location;\nprivate activeEntry: IHistoryEntry = null;\n- private location: Location;\n-\nprivate options: IHistoryOptions;\nprivate isActi... | TypeScript | MIT License | aurelia/aurelia | test(router): add browser history location mock | 1 | test | router |
791,921 | 03.12.2018 23:05:45 | -3,600 | e7e96e41e1357701dba0edec7f8126ec3ade54bc | core(url): add intent protocol to NON_NETWORK_PROTOCOLS | [
{
"change_type": "MODIFY",
"diff": "@@ -209,7 +209,7 @@ URLShim.URL = URL;\nURLShim.URLSearchParams = (typeof self !== 'undefined' && self.URLSearchParams) ||\nrequire('url').URLSearchParams;\n-URLShim.NON_NETWORK_PROTOCOLS = ['blob', 'data'];\n+URLShim.NON_NETWORK_PROTOCOLS = ['blob', 'data', 'intent'];\nU... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(url): add intent protocol to NON_NETWORK_PROTOCOLS (#6711) | 1 | core | url |
217,922 | 03.12.2018 23:33:30 | -3,600 | b09bda84276ab94b9966d21690ea92b63b86c7b9 | feat: proper support for custom protocol | [
{
"change_type": "MODIFY",
"diff": "-<nz-layout class=\"app-container\">\n+<nz-layout *ngIf=\"!(hasDesktop$ | async); else desktopOpenedMessage\" class=\"app-container\">\n<nz-layout>\n<nz-header class=\"header\">\n<a class=\"logo\" routerLink=\"/\">\n<span class=\"timer\">{{time$ | async}}</span>\n</nz-foo... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: proper support for custom protocol | 1 | feat | null |
67,476 | 04.12.2018 02:32:47 | -3,600 | 8128a3a1574f1b8a4729516c7056d6ec2988fc5f | fix(template-compiler): use correct parsing rules for non-bound attributes and remove template controllers | [
{
"change_type": "MODIFY",
"diff": "@@ -24,6 +24,7 @@ import {\nIText,\nNodeType,\nOneTimeBindingInstruction,\n+ PrimitiveLiteral,\nRefBindingInstruction,\nSetPropertyInstruction,\nTargetedInstruction,\n@@ -129,7 +130,11 @@ export class SemanticModel {\n}\nconst nodeName = (node.getAttribute('as-element') |... | TypeScript | MIT License | aurelia/aurelia | fix(template-compiler): use correct parsing rules for non-bound attributes and remove template controllers | 1 | fix | template-compiler |
815,601 | 04.12.2018 04:18:50 | -3,600 | f93e1da1074e10edf7fb1b45db0959dd217f821e | feat: dockerfile for hub | [
{
"change_type": "ADD",
"diff": "+**/*.rs\n+target/\n+!target/release/ckb\n",
"new_path": ".dockerignore",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "@@ -44,6 +44,9 @@ security-audit:\n@cargo audit --version || cargo install cargo-audit\n@cargo audit\n-.PHONY: build build-in... | Rust | MIT License | nervosnetwork/ckb | feat: dockerfile for hub (#48) | 1 | feat | null |
749,557 | 04.12.2018 09:00:11 | 28,800 | c11eb3fe287093d735c3c33a76ab5dbeea9916a9 | docs: correct initialState value in Tabs documentation | [
{
"change_type": "MODIFY",
"diff": "@@ -23,7 +23,7 @@ import '@zendeskgarden/react-tabs/dist/styles.css';\nimport { ThemeProvider } from '@zendeskgarden/react-theming';\nimport { Tabs, TabPanel } from '@zendeskgarden/react-tabs';\n-initialState = { selectedKey: 'Tab 1' };\n+initialState = { selectedKey: 'ta... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | docs: correct initialState value in Tabs documentation | 1 | docs | null |
749,547 | 04.12.2018 11:48:25 | -39,600 | 860161a943605136ca8d21f1fff814590c4b8123 | fix(utilities): hasType should handle falsy values | [
{
"change_type": "MODIFY",
"diff": "* @return {Boolean} if they match or not\n*/\nexport default function(a = {}, b) {\n+ if (!a) return false;\nconst { type: component = {} } = a;\nconst { target, hasType } = component;\n",
"new_path": "packages/utilities/src/utils/hasType.js",
"old_path": "package... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | fix(utilities): hasType should handle falsy values (#220) | 1 | fix | utilities |
730,429 | 04.12.2018 11:55:42 | 18,000 | 88d855a566540dba3b24adf06c0fb1cb3dcacd6a | style(people-list): update custom styles to match collab-ui | [
{
"change_type": "MODIFY",
"diff": "}\n.external {\n- color: #f0a309;\n+ color: #FFB400;\n}\n.pending {\n",
"new_path": "packages/node_modules/@ciscospark/react-component-people-list/src/list-item.css",
"old_path": "packages/node_modules/@ciscospark/react-component-people-list/src/list-item.css"
}... | JavaScript | MIT License | webex/react-widgets | style(people-list): update custom styles to match collab-ui | 1 | style | people-list |
730,429 | 04.12.2018 11:56:32 | 18,000 | 1d43510e06f109e51836f1af46fbd1b5a619ef90 | feat(widget-roster): use collab-ui styles | [
{
"change_type": "MODIFY",
"diff": "@@ -2,11 +2,9 @@ import React from 'react';\nimport PropTypes from 'prop-types';\nimport isEmail from 'validator/lib/isEmail';\nimport classNames from 'classnames';\n-import Icon, {ICONS} from '@ciscospark/react-component-icon';\n-import Button from '@ciscospark/react-com... | JavaScript | MIT License | webex/react-widgets | feat(widget-roster): use collab-ui styles | 1 | feat | widget-roster |
815,601 | 04.12.2018 12:17:26 | -28,800 | af64b05f5f6230420a40fdc0e23311005d6369d9 | chore: module-level attributes to skip generated code rustfmt clippy | [
{
"change_type": "MODIFY",
"diff": "@@ -8,6 +8,11 @@ extern crate siphasher;\nmod builder;\nmod convert;\n+#[cfg_attr(rustfmt, rustfmt_skip)]\n+#[cfg_attr(\n+ feature = \"cargo-clippy\",\n+ allow(clippy, unused_extern_crates)\n+)]\nmod protocol_generated;\npub use protocol_generated::ckb::protocol::*;\n",
... | Rust | MIT License | nervosnetwork/ckb | chore: module-level attributes to skip generated code rustfmt clippy | 1 | chore | null |
273,683 | 04.12.2018 12:19:43 | -3,600 | ba83545a64a598bffb23df6e4296ca6a8dba2264 | fix(graphql): get node by id | [
{
"change_type": "MODIFY",
"diff": "@@ -116,6 +116,21 @@ test('get node by path', async () => {\nexpect(data.testPost.id).toEqual('1')\n})\n+test('get node by id', async () => {\n+ const contentType = api.store.addContentType({\n+ typeName: 'TestPost'\n+ })\n+\n+ contentType.addNode({ id: '20', title: 'Test... | JavaScript | MIT License | gridsome/gridsome | fix(graphql): get node by id | 1 | fix | graphql |
217,922 | 04.12.2018 17:03:27 | -3,600 | fd25ffe2fb803169eae87b59770b60ff01f21d2c | feat: better implementation for custom protocol | [
{
"change_type": "MODIFY",
"diff": "<a class=\"logo\" routerLink=\"/\">\n{{'FFXIV Teamcraft' | ifMobile:'TC'}} <i>v{{version}}</i>\n</a>\n- <nz-select class=\"language-swap\" *ngIf=\"true | ifMobile: false\" [ngModel]=\"translate.currentLang\" (ngModelChange)=\"use($event)\">\n+ <nz-select class=\"language-... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: better implementation for custom protocol | 1 | feat | null |
217,922 | 04.12.2018 18:09:40 | -3,600 | b6b73d6d93edebb46b1c43a51f7c6646038c5fa0 | chore: WIP for desktop app oauth | [
{
"change_type": "MODIFY",
"diff": "<button nz-button nzType=\"primary\" [disabled]=\"!form.valid\" type=\"submit\">{{'Submit' | translate}}</button>\n</nz-form-control>\n</nz-form-item>\n-\n</form>\n<nz-alert *ngIf=\"errorMessageCode !== undefined\" nzType=\"error\"\nnzMessage=\"{{('AUTH_ERRORS.'+errorMess... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: WIP for desktop app oauth | 1 | chore | null |
67,494 | 04.12.2018 21:40:56 | -3,600 | 1c382397f2b5a212d8cb2560bd86510010ba7ce8 | refactor(router): change url syntax (incomplete) | [
{
"change_type": "MODIFY",
"diff": "@@ -73,9 +73,9 @@ export class Router {\nthis.separators = {\n... {\n- viewport: ':',\n- sibling: '/',\n- scope: '+',\n+ viewport: '@', // ':',\n+ sibling: '+', // '/',\n+ scope: '/', // '+',\nownsScope: '!',\nparameters: '=',\nadd: '+',\n@@ -152,7 +152,7 @@ export class ... | TypeScript | MIT License | aurelia/aurelia | refactor(router): change url syntax (incomplete) | 1 | refactor | router |
217,922 | 04.12.2018 23:21:53 | -3,600 | 69b531634cbf47861795bdc5e62c4764eaf3fcbb | feat: desktop app is ready with secure oauth ! | [
{
"change_type": "MODIFY",
"diff": "@@ -28,12 +28,13 @@ import { IpcService } from '../core/electron/ipc.service';\nimport { CharacterLinkPopupComponent } from '../core/auth/character-link-popup/character-link-popup.component';\nimport { NzModalService } from 'ng-zorro-antd';\nimport { TranslateService } fr... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: desktop app is ready with secure oauth ! | 1 | feat | null |
67,494 | 05.12.2018 03:02:22 | -3,600 | 4c5879d07e340b355d946e1c9f47541136377081 | refactor(router): move find viewports to scope & add used by & clean url | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,7 @@ import { Aurelia, ICustomElementType } from '@aurelia/runtime';\nimport { HistoryBrowser, IHistoryEntry, IHistoryOptions, INavigationInstruction } from './history-browser';\nimport { AnchorEventInfo, LinkHandler } from './link-handler';\nimport { Scope } f... | TypeScript | MIT License | aurelia/aurelia | refactor(router): move find viewports to scope & add used by & clean url | 1 | refactor | router |
217,922 | 05.12.2018 09:24:47 | -3,600 | be4c3a50d412d74383dbd6e4dfd44c2b2c79e2f7 | fix: fixed an issue with profile verification and parsing | [
{
"change_type": "MODIFY",
"diff": "@@ -131,6 +131,7 @@ export class AuthEffects {\nif (res.Info.Character.State === 1) {\nreturn {\nCharacter: {\n+ ID: lodestoneId.id,\nName: 'Parsing character...'\n}\n};\n",
"new_path": "apps/client/src/app/+state/auth.effects.ts",
"old_path": "apps/client/src/app... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed an issue with profile verification and parsing | 1 | fix | null |
503,988 | 05.12.2018 11:42:17 | 18,000 | 62ece9be7293daa55e664cbef3e1955a55b8d6f7 | fix(Badge): remove margin between badges to match core
* fix(Badge): remove margin between badges to match core
* docs(Badge): fix inline block spacing in examples
inline block spacing was being condensed by react
* fix(Badge): fix badge examples for readability | [
{
"change_type": "MODIFY",
"diff": "@@ -10,13 +10,13 @@ export default {\n},\nexamples: [\n{\n- component: Unread,\n- title: 'Unread Badge',\n+ component: Read,\n+ title: 'Read Badge',\ngetContainerProps\n},\n{\n- component: Read,\n- title: 'Read Badge',\n+ component: Unread,\n+ title: 'Unread Badge',\ngetC... | TypeScript | MIT License | patternfly/patternfly-react | fix(Badge): remove margin between badges to match core (#1001)
* fix(Badge): remove margin between badges to match core
* docs(Badge): fix inline block spacing in examples
inline block spacing was being condensed by react
* fix(Badge): fix badge examples for readability | 1 | fix | Badge |
730,429 | 05.12.2018 11:54:34 | 18,000 | d2ad8b49ec7006bd4009f6ea1014a3f75a5e52f9 | feat(people-list): use popover menu for moderator actions | [
{
"change_type": "MODIFY",
"diff": "@@ -15,6 +15,54 @@ exports[`PeopleList component renders a group of participants 1`] = `\n</div>\n`;\n+exports[`PeopleList component renders a group of participants as moderator 1`] = `\n+<div\n+ className=\"ciscospark-people-list list\"\n+>\n+ <div\n+ className=\"ciscosp... | JavaScript | MIT License | webex/react-widgets | feat(people-list): use popover menu for moderator actions | 1 | feat | people-list |
815,745 | 05.12.2018 13:24:49 | -7,200 | c5bfd3f5135e0c0aa8335455e39157e2a3a61ee8 | fix: map selected items while source changed
closes | [
{
"change_type": "MODIFY",
"diff": "import '../style/styles.scss';\n-import { Component, ChangeDetectionStrategy } from '@angular/core';\n+import { ChangeDetectionStrategy, Component } from '@angular/core';\nimport { ActivatedRoute, NavigationEnd, Router } from '@angular/router';\nimport { Title } from '@an... | TypeScript | MIT License | ng-select/ng-select | fix: map selected items while source changed
closes #980, #977, #959 | 1 | fix | null |
71,101 | 05.12.2018 13:30:04 | -3,600 | 5ffa7e2613d365a04a6c7131fe6e866940358940 | feat(docs): add design process description & basic style guide
Fixes awslabs/cdk-ops#177 | [
{
"change_type": "MODIFY",
"diff": "@@ -41,6 +41,30 @@ and let us know if it's not up-to-date (even better, submit a PR with your corr\n7. Once approved and tested, a maintainer will squash-merge to master and will use your PR title/description as the\ncommit message.\n+## Design Process\n+\n+In order to en... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(docs): add design process description & basic style guide (#1229)
Fixes awslabs/cdk-ops#177 | 1 | feat | docs |
815,745 | 05.12.2018 13:52:33 | -7,200 | 2cf74b50168aab4a4c5c0d98e0c1b3765a743a4c | chore(release): 2.13.1 | [
{
"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.1\"></a>\n+## [2.13.1](https://github.com/ng-select/ng-select/compare/v2.13.0...... | TypeScript | MIT License | ng-select/ng-select | chore(release): 2.13.1 | 1 | chore | release |
217,922 | 05.12.2018 14:33:07 | -3,600 | c8aebd42f0fd6694466abaf24bb503ec6b5aa40e | feat: alarms overlay for desktop app | [
{
"change_type": "MODIFY",
"diff": "@@ -35,6 +35,10 @@ const routes: Routes = [\npath: 'alarms',\nloadChildren: './pages/alarms-page/alarms-page.module#AlarmsPageModule'\n},\n+ {\n+ path: 'alarms-overlay',\n+ loadChildren: './pages/alarms-overlay/alarms-overlay.module#AlarmsOverlayModule'\n+ },\n{\npath: 'c... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: alarms overlay for desktop app | 1 | feat | null |
815,590 | 05.12.2018 16:35:50 | -28,800 | 8c8382a1f1b902a8b92a94217193122050794800 | fix: fix IBD sync process | [
{
"change_type": "MODIFY",
"diff": "@@ -489,8 +489,6 @@ impl<CI: ChainIndex> Synchronizer<CI> {\n}\nself.peers.on_connected(peer, timeout, protect_outbound);\n- self.n_sync.fetch_add(1, Ordering::Release);\n- self.send_getheaders_to_peer(nc, peer, &tip);\n}\npub fn send_getheaders_to_peer(\n@@ -583,17 +581,... | Rust | MIT License | nervosnetwork/ckb | fix: fix IBD sync process | 1 | fix | null |
791,780 | 05.12.2018 17:09:51 | 0 | 9bafaa5651e4b81ec61d8887b7a9da75a7f3cf9c | core: page function refactor and getNodeSelector | [
{
"change_type": "MODIFY",
"diff": "*/\n'use strict';\n-/* global window, document, Node, getOuterHTMLSnippet */\n+/* global window, document, getOuterHTMLSnippet, getNodePath */\nconst Gatherer = require('./gatherer');\nconst fs = require('fs');\n@@ -45,6 +45,7 @@ function runA11yChecks() {\n// Augment the... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core: page function refactor and getNodeSelector (#6702) | 1 | core | null |
217,922 | 05.12.2018 18:52:41 | -3,600 | 846c04d51501269f25291e4bbd895ab7c227beff | fix: fixed an issue with desktop app boot | [
{
"change_type": "MODIFY",
"diff": "},\n\"files\": [\n\"desktop/main.js\",\n+ \"desktop/oauth.js\",\n\"dist\"\n],\n\"protocols\": {\n\"electron:start:no-decorators\": \"electron ./desktop/main.js --native-titlebar\",\n\"electron:setup:build\": \"del-cli release/* && npm run build:electron-prod && electron-b... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed an issue with desktop app boot | 1 | fix | null |
217,922 | 05.12.2018 19:28:34 | -3,600 | 67812f24dae088e42959d65ff2c83c77c726d6c2 | chore: renamed project to beta to avoid desktop app colliding | [
{
"change_type": "MODIFY",
"diff": "@@ -91,7 +91,7 @@ function createWindow() {\nwin.loadURL(`file://${BASE_APP_PATH}/index.html#${deepLink}`);\n//// uncomment below to open the DevTools.\n- win.webContents.openDevTools();\n+ // win.webContents.openDevTools();\n// Event when the window is closed.\nwin.on('c... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: renamed project to beta to avoid desktop app colliding | 1 | chore | null |
67,494 | 05.12.2018 20:48:40 | -3,600 | 20a81612b83be0b71fbb932ff617ce1084dea1fb | feat(router): make find viewports iterative | [
{
"change_type": "MODIFY",
"diff": "@@ -151,12 +151,12 @@ export class HistoryBrowser {\nreturn;\n}\nconst state = { ...this.history.state };\n- this.history.replaceState(state, null, `${pathname}${search}${newHash}`);\nthis.currentEntry.path = path;\nthis.setState({\n'HistoryEntry': this.currentEntry,\n'Hi... | TypeScript | MIT License | aurelia/aurelia | feat(router): make find viewports iterative | 1 | feat | router |
67,476 | 05.12.2018 23:16:41 | -3,600 | aa002d843ae46b8eefe6031f756196371ace7519 | feat(jit): initial element-binder implementation | [
{
"change_type": "ADD",
"diff": "+import { Reporter } from '@aurelia/kernel';\n+import { BindingType, IAttr, IHTMLElement, IHTMLTemplateElement, INode, IText, NodeType } from '@aurelia/runtime';\n+import { AttrSyntax } from './ast';\n+import { IAttributeParser } from './attribute-parser';\n+import { IBindin... | TypeScript | MIT License | aurelia/aurelia | feat(jit): initial element-binder implementation | 1 | feat | jit |
67,476 | 05.12.2018 23:21:00 | -3,600 | 93a8edbea477bb705cd758ee00547b3cf1d3d376 | feat(jit): generalize the 'for' binding command | [
{
"change_type": "MODIFY",
"diff": "@@ -298,20 +298,11 @@ export class ForBindingCommand implements IBindingCommand {\nthis.bindingType = BindingType.ForCommand;\n}\n- public compile($symbol: TemplateControllerAttributeSymbol): TargetedInstruction {\n- const def: ITemplateDefinition = {\n- name: 'repeat',\n... | TypeScript | MIT License | aurelia/aurelia | feat(jit): generalize the 'for' binding command | 1 | feat | jit |
273,683 | 06.12.2018 00:25:19 | -3,600 | 2daa96eb093a506615bd7ca4c014bd84775fdd4b | chore: fix test and remove release script | [
{
"change_type": "MODIFY",
"diff": "@@ -424,8 +424,7 @@ test('should convert keys to valid field names', async () => {\n}\n}`)\n- expect(errors).toBeUndefined()\n- expect(data.testPost).toMatchObject({\n+ const obj = {\nmyObject: {\n_2value: 'test',\nvalue: 'test',\n@@ -434,7 +433,11 @@ test('should convert... | JavaScript | MIT License | gridsome/gridsome | chore: fix test and remove release script | 1 | chore | null |
67,476 | 06.12.2018 01:55:39 | -3,600 | 646b7da1d884f1e302dbe6360b75da94ac6d8c0c | refactor(element-binder): cleanup and add some initial expression parsing | [
{
"change_type": "MODIFY",
"diff": "import { Reporter } from '@aurelia/kernel';\n-import { BindingType, IAttr, IHTMLElement, IHTMLTemplateElement, INode, IText, NodeType } from '@aurelia/runtime';\n+import { BindingType, IExpressionParser, IHTMLElement, IHTMLTemplateElement, INode, Interpolation, IText, Nod... | TypeScript | MIT License | aurelia/aurelia | refactor(element-binder): cleanup and add some initial expression parsing | 1 | refactor | element-binder |
67,476 | 06.12.2018 01:58:29 | -3,600 | b5893efd711f9c0dc02b2954f23fb3e77e355920 | feat(all): implement dynamicOptions decorator and convention | [
{
"change_type": "MODIFY",
"diff": "@@ -104,8 +104,10 @@ function createAttributeInfo(resources: IResourceDescriptions, name: string): At\nlet bindable: IBindableDescription;\nlet prop: string;\nlet mode: BindingMode;\n+ let bindableCount: number = 0;\nfor (prop in bindables) {\n+ ++bindableCount;\nbindable... | TypeScript | MIT License | aurelia/aurelia | feat(all): implement dynamicOptions decorator and convention | 1 | feat | all |
67,476 | 06.12.2018 03:45:34 | -3,600 | 8e46176fd74f5a32b4ee87ff9f6877b0392470cd | refactor(element-binder): properly implement dynamicOptions parsing and other tweaks | [
{
"change_type": "MODIFY",
"diff": "import { Reporter } from '@aurelia/kernel';\n-import { BindingType, IExpressionParser, IHTMLElement, IHTMLTemplateElement, INode, Interpolation, IText, NodeType, IsExpressionOrStatement } from '@aurelia/runtime';\n+import { BindingType, IExpressionParser, IHTMLElement, IH... | TypeScript | MIT License | aurelia/aurelia | refactor(element-binder): properly implement dynamicOptions parsing and other tweaks | 1 | refactor | element-binder |
730,429 | 06.12.2018 10:40:01 | 18,000 | 9e1f28ba268f316fc6fc0a233d3d6f3dfeae929c | feat(widget-roster): remove participant editing screen
Moderators will remove members directly from the hover menu. | [
{
"change_type": "MODIFY",
"diff": "// Jest Snapshot v1, https://goo.gl/fbAQLP\n-exports[`widget-roster reducer tests should change a participant's settings 1`] = `\n-Immutable.Map {\n- \"currentView\": \"VIEW_MAIN\",\n- \"searchTerm\": \"\",\n- \"editingParticipant\": false,\n-}\n-`;\n-\n-exports[`widget-r... | JavaScript | MIT License | webex/react-widgets | feat(widget-roster): remove participant editing screen
Moderators will remove members directly from the hover menu. | 1 | feat | widget-roster |
503,988 | 06.12.2018 11:48:07 | 18,000 | 58875e95b93568bae84f9010e9e3e9b5ad73ea94 | docs(Dropdown): clarify Dropdown example titles
Reneame dropdown examples to better reflect their intended purpose. Reorganize exapmles so custom
case is at the bottom. | [
{
"change_type": "MODIFY",
"diff": "import { Dropdown, KebabToggle, DropdownItem, DropdownSeparator, DropdownToggle } from '@patternfly/react-core';\n-import Basic from './examples/BasicDropdown';\n+import Panel from './examples/DropdownPanel';\nimport Simple from './examples/SimpleDropdown';\nimport Kebab ... | TypeScript | MIT License | patternfly/patternfly-react | docs(Dropdown): clarify Dropdown example titles (#1017)
Reneame dropdown examples to better reflect their intended purpose. Reorganize exapmles so custom
case is at the bottom. | 1 | docs | Dropdown |
503,988 | 06.12.2018 11:49:22 | 18,000 | 4ba4af64aee9981f43263973ba958b1cfd9341b0 | fix(Button): remove margin around Buttons in docs | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,6 @@ import { Button, ButtonVariant, ButtonType } from '@patternfly/react-core';\nimport VariantsExample from './examples/ButtonVariants';\nimport BlockExample from './examples/BlockButton';\nimport LinkExample from './examples/LinkButton';\n-import getContaine... | TypeScript | MIT License | patternfly/patternfly-react | fix(Button): remove margin around Buttons in docs (#1015) | 1 | fix | Button |
730,438 | 06.12.2018 12:10:35 | 28,800 | 1a7b44dcd16dc5618485542d24381091d3251f14 | feat(react-component-utils): Add notification level icon support | [
{
"change_type": "ADD",
"diff": "+import * as NotificationsConstants from './constants';\n+\n+/*\n+ * Get the badge state of a conversation\n+ * @param {Object} space - a space\n+ * @param {boolean} [unread=false] - whether this conversation has unread activities\n+ * @param {boolean} [hasMention=false] - w... | JavaScript | MIT License | webex/react-widgets | feat(react-component-utils): Add notification level icon support (SPARK-38152) | 1 | feat | react-component-utils |
730,438 | 06.12.2018 12:14:30 | 28,800 | 0c423b2ed7f1e9e3563706183b5fecb5f18cbf4f | feat(redux-module-spaces): Add notification level icon support | [
{
"change_type": "MODIFY",
"diff": "@@ -93,6 +93,10 @@ Array [\n\"isDecrypting\": undefined,\n\"isHidden\": false,\n\"isLocked\": true,\n+ \"isMentionNotificationsOff\": undefined,\n+ \"isMentionNotificationsOn\": true,\n+ \"isMessageNotificationsOff\": true,\n+ \"isMessageNotificationsOn\": undefined,\n\"l... | JavaScript | MIT License | webex/react-widgets | feat(redux-module-spaces): Add notification level icon support (SPARK-38152) | 1 | feat | redux-module-spaces |
730,438 | 06.12.2018 12:15:57 | 28,800 | ad951428a6cb12b7c52a7bdfa0cdc2bf75fa9d13 | feat(widget-recents): Add notification level icon support | [
{
"change_type": "MODIFY",
"diff": "@@ -22,11 +22,21 @@ import {\nimport {storeActivities} from '@ciscospark/redux-module-activities';\nimport {fetchAvatar} from '@ciscospark/redux-module-avatar';\nimport {fetchTeams} from '@ciscospark/redux-module-teams';\n+import {getFeature} from '@ciscospark/redux-modul... | JavaScript | MIT License | webex/react-widgets | feat(widget-recents): Add notification level icon support (SPARK-38152) | 1 | feat | widget-recents |
730,438 | 06.12.2018 12:16:46 | 28,800 | b87474ce654b648d880023ac17f4709fe8ca4f45 | feat(react-component-space-item): Add notification level icon support | [
{
"change_type": "MODIFY",
"diff": "@@ -3,12 +3,20 @@ import PropTypes from 'prop-types';\nimport {Avatar, Button, SpaceListItem} from '@collab-ui/react';\nimport Timer from '@ciscospark/react-component-timer';\n-import {getTeamColor} from '@ciscospark/react-component-utils';\n+import {\n+ getTeamColor,\n+ ... | JavaScript | MIT License | webex/react-widgets | feat(react-component-space-item): Add notification level icon support (SPARK-38152) | 1 | feat | react-component-space-item |
217,922 | 06.12.2018 13:28:22 | -3,600 | ebca986dc91046296bc55d1b4d0e73992a1bd6e9 | feat: vendor map name is now shown inside vendors panel | [
{
"change_type": "MODIFY",
"diff": "</ng-template>\n<ng-template #position>\n<div fxLayout=\"column\" fxLayoutAlign=\"flex-end flex-end\">\n+ <div>{{vendor.mapId | placeName | i18n}}</div>\n<app-map-position [zoneId]=\"vendor.zoneId\" [marker]=\"vendor.coords\" [mapId]=\"vendor.mapId\"></app-map-position>\n... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: vendor map name is now shown inside vendors panel | 1 | feat | null |
217,922 | 06.12.2018 13:33:55 | -3,600 | 00f8c256e6d1827712865dc73c8236841d024832 | fix: "create new list" button is now on top of the drawer | [
{
"change_type": "MODIFY",
"diff": "+<button nz-button [nzType]=\"'primary'\" class=\"new-list-button\" (click)=\"pickNewList()\" nzBlock>\n+ <i nz-icon type=\"plus\"></i> {{'New_List' | translate}}\n+</button>\n+<nz-divider [nzText]=\"'Or' | translate\"></nz-divider>\n<div *ngIf=\"myLists$ | async as ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: "create new list" button is now on top of the drawer | 1 | fix | null |
217,922 | 06.12.2018 13:36:18 | -3,600 | 6972255b7fa31d55efaaaebd57d0ffa40f4b0f1c | fix: fixed an issue with some lists not showing properly | [
{
"change_type": "MODIFY",
"diff": "@@ -91,7 +91,7 @@ export class ListsFacade {\nshareReplay(1)\n);\n- selectedList$ = this.store.select(listsQuery.getSelectedList);\n+ selectedList$ = this.store.select(listsQuery.getSelectedList).pipe(filter(list => list !== undefined && !list.notFound));\nselectedListPer... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed an issue with some lists not showing properly | 1 | fix | null |
217,922 | 06.12.2018 14:26:01 | -3,600 | 93f4ae74dfa4eeee0d86200cb1add8c6a1e821a5 | fix: fixed an issue with hunting details popup positions | [
{
"change_type": "MODIFY",
"diff": "@@ -31,7 +31,7 @@ export class DropsExtractor extends AbstractExtractor<Drop[]> {\nif (partial !== undefined) {\nconst monsterId: string = Math.floor(d % 1000000).toString();\nconst zoneid = monsters[monsterId] !== undefined ? monsters[monsterId].zoneid : partial.obj.z;\n... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed an issue with hunting details popup positions | 1 | fix | null |
217,922 | 06.12.2018 15:13:08 | -3,600 | d6f4a37932f33363c2d75fc3d6fd917f2c67bf9e | fix: fixed an issue with rotation folders not being deletable | [
{
"change_type": "MODIFY",
"diff": "<nz-card-meta [nzAvatar]=\"avatarTemplate\" [nzTitle]=\"folderName\"\n[nzDescription]=\"description\">\n<ng-template #description>\n- {{'SIMULATOR.ROTATIONS.FOLDERS.Shared_by' | translate: { name: folder.authorId | characterName | async } }},\n- {{'SIMULATOR.ROTATIONS.FOL... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed an issue with rotation folders not being deletable | 1 | fix | null |
217,922 | 06.12.2018 15:16:27 | -3,600 | 73079266a1209f2a6faee0b418e6f7330706eb40 | fix: you can now export a rotation to macro even if it's not saved | [
{
"change_type": "MODIFY",
"diff": "<i nz-icon type=\"select\"></i>\n</button>\n<button nz-button nzType=\"primary\" nzShape=\"circle\" nz-tooltip\n- [disabled]=\"rotation.rotation.length === 0\"\n(click)=\"openMacroPopup()\"\n[nzTitle]=\"'SIMULATOR.Generate_ingame_macro' | translate\">\n<span class=\"text-... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: you can now export a rotation to macro even if it's not saved | 1 | fix | null |
807,891 | 06.12.2018 15:25:21 | 28,800 | 7a5a7c268dcc3bddab87a52a530794a01a81d317 | docs(version): Clarify documentation on message placeholder interpolation
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -223,7 +223,7 @@ to certain guidelines, such as projects which use [commitizen](https://github.co\nIf the message contains `%s`, it will be replaced with the new global version version number prefixed with a \"v\".\nIf the message contains `%v`, it will be replaced wit... | JavaScript | MIT License | lerna/lerna | docs(version): Clarify documentation on message placeholder interpolation (#1806)
Fixes #1787 | 1 | docs | version |
217,922 | 06.12.2018 15:31:32 | -3,600 | 1f68e3b755fec82e3085e4c2b3223d5d0c5ff121 | fix: fixed an issue with lists search | [
{
"change_type": "MODIFY",
"diff": "@@ -114,7 +114,7 @@ export class ListsComponent {\nreturn workshops.find(w => w.workshop.listIds.indexOf(l.$key) > -1) === undefined\n&& teamDisplays.find(td => td.lists.find(tl => tl.$key === l.$key) !== undefined) === undefined;\n})\n- .filter(l => l.name.toLowerCase().... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed an issue with lists search | 1 | fix | null |
807,891 | 06.12.2018 15:32:17 | 28,800 | 25572af2edfb3bc1b4a5f0414404e714eccdf2e7 | feat(bootstrap): Support `--force-local` option
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -169,6 +169,14 @@ $ lerna bootstrap --ci\nThis can be useful for \"clean\" re-installs, or initial installations after fresh cloning.\n+### `--force-local`\n+\n+```sh\n+$ lerna bootstrap --force-local\n+```\n+\n+When passed, this flag causes the `bootstrap` command to ... | JavaScript | MIT License | lerna/lerna | feat(bootstrap): Support `--force-local` option (#1807)
Fixes #1763 | 1 | feat | bootstrap |
217,922 | 06.12.2018 15:34:03 | -3,600 | 3b5d5d66b63e7a609a170067cc07dd2ce7868d94 | fix: fixed an issue with list layout not hiding completed recipes properly when enabled | [
{
"change_type": "MODIFY",
"diff": "@@ -87,7 +87,8 @@ export class LayoutsFacade {\nmap(layout => {\nreturn {\ntitle: 'Items',\n- rows: this.layoutOrder.order(list.finalItems, layout.recipeOrderBy, layout.recipeOrder),\n+ rows: this.layoutOrder.order(list.finalItems, layout.recipeOrderBy, layout.recipeOrder... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed an issue with list layout not hiding completed recipes properly when enabled | 1 | fix | null |
217,922 | 06.12.2018 15:48:51 | -3,600 | aa22e4f02f065699afabb188b15dcfd020b50870 | fix: fixed a stupid template typo I made | [
{
"change_type": "MODIFY",
"diff": "</button>\n<button nz-button [nzType]=\"'danger'\" [nzShape]=\"'circle'\"\n[nzTitle]=\"'SIMULATOR.ROTATIONS.FOLDERS.Delete_message' | translate\"\n- *ngIf=\"(permissionLevel$ | async) => 40\" nz-popconfirm (nzOnConfirm)=\"deleteFolder()\"\n+ *ngIf=\"(permissionLevel$ | as... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed a stupid template typo I made | 1 | fix | null |
807,849 | 06.12.2018 16:13:15 | 28,800 | 0f979449e485af157df98a00f2cf9c902ce0d5a5 | ci(azure): Add yarn, configure git user, and limit to node 10 | [
{
"change_type": "MODIFY",
"diff": "@@ -14,10 +14,10 @@ strategy:\nmatrix:\nnode-10:\nnode_version: ^10.14.1\n- node-8:\n- node_version: ^8.14.0\n- node-6:\n- node_version: ^6.15.1\n+ # node-8:\n+ # node_version: ^8.14.0\n+ # node-6:\n+ # node_version: ^6.15.1\nsteps:\n- task: NodeTool@0\n@@ -27,9 +27,17 @@... | JavaScript | MIT License | lerna/lerna | ci(azure): Add yarn, configure git user, and limit to node 10 | 1 | ci | azure |
217,922 | 06.12.2018 16:25:01 | -3,600 | 76d607b851da27e984b3bfbbe62344ab906ef0df | fix: fixed an issue with the completed rows filter in layout system | [
{
"change_type": "MODIFY",
"diff": "@@ -88,7 +88,7 @@ export class LayoutsFacade {\nreturn {\ntitle: 'Items',\nrows: this.layoutOrder.order(list.finalItems, layout.recipeOrderBy, layout.recipeOrder)\n- .filter(row => layout.recipeHideCompleted ? row.done >= row.amount : true),\n+ .filter(row => layout.recip... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed an issue with the completed rows filter in layout system | 1 | fix | null |
749,547 | 06.12.2018 16:37:06 | -39,600 | 8379b06a314b3cc610772e9d85a59d18b168361a | chore(build): Make some jobs run a parallel to speed up CI build time | [
{
"change_type": "MODIFY",
"diff": "language: node_js\n+env:\n+ - TEST_GROUP=\"lint\"\n+ - TEST_GROUP=\"format\"\n+ - TEST_GROUP=\"test:all --coverage --runInBand\"\n+\nbranches:\nonly:\n- master\n@@ -12,9 +17,7 @@ cache:\ninstall: yarn --frozen-lockfile\nscript:\n- - yarn lint\n- - yarn format\n- - yarn te... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | chore(build): Make some jobs run a parallel to speed up CI build time (#224) | 1 | chore | build |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.