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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
217,922 | 21.05.2018 16:26:25 | -7,200 | 2846feb67c9aeb1e4c5465015178feb5f54ccb1f | feat: contacts system for easy permissions management
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -33,4 +33,6 @@ export class AppUser extends DataModel {\nsharedWorkshops: string[] = [];\n// Saved overriden gearsets\ngearSets: GearSet[] = [];\n+ // Contact ids\n+ contacts: string[] = [];\n}\n",
"new_path": "src/app/model/list/app-user.ts",
"old_path": "src/... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: contacts system for easy permissions management
closes #319 | 1 | feat | null |
217,922 | 21.05.2018 16:58:22 | -7,200 | 1b941d3768e611b8fb0d5541696d3bb2b7c1189e | chore: change version trigger for list isOutdated method | [
{
"change_type": "MODIFY",
"diff": "@@ -370,7 +370,7 @@ export class List extends DataWithPermissions {\n}\nlet res = false;\nres = res || (this.version === undefined);\n- res = res || semver.ltr(this.version, '3.4.6');\n+ res = res || semver.ltr(this.version, '3.9.0');\nreturn res;\n}\n",
"new_path": "... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: change version trigger for list isOutdated method | 1 | chore | null |
217,922 | 21.05.2018 17:45:34 | -7,200 | 21209c0482b2d73411d2bcbd5059bf98ccd76ea3 | chore: translation fixes and path fixes | [
{
"change_type": "MODIFY",
"diff": "\"extractLicenses\": true,\n\"vendorChunk\": false,\n\"buildOptimizer\": true,\n- \"baseHref\": \"./\",\n+ \"baseHref\": \"/\",\n\"fileReplacements\": [\n{\n\"replace\": \"src/environments/environment.ts\",\n",
"new_path": "angular.json",
"old_path": "angular.json... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: translation fixes and path fixes | 1 | chore | null |
217,922 | 21.05.2018 18:47:44 | -7,200 | 6b4c55de4da8e067b5c10902ea1d771b1ba97f6c | fix: fixed an issue with profile component and custom sets | [
{
"change_type": "MODIFY",
"diff": "<div class=\"job-container\" *ngFor=\"let job of jobs\">\n<div>\n<img src=\"https://www.garlandtools.org/db/images/{{job.abbr}}.png\"\n- alt=\"{{job.name.toLowerCase()}}\" class=\"job-icon\">\n+ alt=\"{{job.name}}\" class=\"job-icon\">\n</div>\n<div class=\"job-level\">{{... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed an issue with profile component and custom sets | 1 | fix | null |
217,922 | 21.05.2018 19:34:02 | -7,200 | 26f133af3da589dbce68687f2cd3458a55038c7e | chore: better implementation for previous commit | [
{
"change_type": "MODIFY",
"diff": "@@ -14,6 +14,20 @@ import {map, mergeMap, publishReplay, refCount, take} from 'rxjs/operators';\n@Injectable()\nexport class DataService {\n+ static craftingJobs = [\n+ {abbr: 'CRP', name: 'carpenter'},\n+ {abbr: 'BSM', name: 'blacksmith'},\n+ {abbr: 'ARM', name: 'armorer... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: better implementation for previous commit | 1 | chore | null |
821,196 | 21.05.2018 21:55:27 | 25,200 | 7702f9041c29a4090d294807e75bd63d8f5a56dd | fix: bust circle cache | [
{
"change_type": "MODIFY",
"diff": "@@ -11,9 +11,9 @@ jobs:\n- checkout\n- restore_cache: &restore_cache\nkeys:\n- - v4-{{checksum \".circleci/config.yml\"}}-{{ checksum \"yarn.lock\"}}\n- - v4-{{checksum \".circleci/config.yml\"}}\n- - v4\n+ - v5-{{checksum \".circleci/config.yml\"}}-{{ checksum \"yarn.loc... | TypeScript | MIT License | oclif/oclif | fix: bust circle cache | 1 | fix | null |
217,922 | 21.05.2018 22:40:57 | -7,200 | b42bcf260b5aa58feda5128b2a208fe4dcc2ff52 | fix: external links are now opened inside OS default browser | [
{
"change_type": "MODIFY",
"diff": "@@ -59,6 +59,16 @@ function createWindow() {\nconst trayIcon = nativeIcon.resize({width: 16, height: 16});\ntray = new Tray(trayIcon);\n+ const handleRedirect = (e, url) => {\n+ if(url !== win.webContents.getURL()) {\n+ e.preventDefault();\n+ require('electron').shell.ope... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: external links are now opened inside OS default browser | 1 | fix | null |
217,922 | 21.05.2018 22:51:44 | -7,200 | 92b83e154d5e63f88819d7bf202e19e1a9ec5f9d | feat(desktop): new share button inside list details page | [
{
"change_type": "MODIFY",
"diff": "</span>\n</div>\n<div class=\"right-fabs\">\n+ <button mat-mini-fab *ngIf=\"platform.isDesktop()\" ngxClipboard [cbContent]=\"getLink()\"\n+ matTooltip=\"{{'Share' | translate}}\" matTooltipPosition=\"above\"\n+ (cbOnSuccess)=\"showCopiedNotification()\">\n+ <mat-icon>sha... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(desktop): new share button inside list details page | 1 | feat | desktop |
217,922 | 22.05.2018 07:42:40 | -7,200 | 3544e0c68110b88d27e6327c3b6891e709554e6e | fix(simulator): fixed an issue with stats not being loaded properly, causing a crash | [
{
"change_type": "MODIFY",
"diff": "@@ -191,7 +191,7 @@ export class SimulatorComponent implements OnInit, OnDestroy {\npublic foods: Consumable[] = [];\n@Input()\n- public levels: CrafterLevels = [70, 70, 70, 70, 70, 70, 70, 70];\n+ public levels: CrafterLevels;\n@Input()\npublic set selectedFood(food: Con... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(simulator): fixed an issue with stats not being loaded properly, causing a crash | 1 | fix | simulator |
217,922 | 22.05.2018 10:00:23 | -7,200 | 68cd942fd8f51a00d7acfc6c2f8f7be83b5e6f2e | fix: simulator is now working even with lodestone maintenance | [
{
"change_type": "MODIFY",
"diff": "@@ -53,7 +53,8 @@ export class DataService {\n.map(set => {\n// Get real level from lodestone profile as it's way more accurate and up to date, if not found,\n// default to set level.\n- const setLevel = (Object.keys(character.classjobs)\n+ const setLevel = (\n+ (Object.k... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: simulator is now working even with lodestone maintenance | 1 | fix | null |
815,745 | 22.05.2018 10:56:36 | -10,800 | 4c20e9e27e6a787e73baef753bd73f0c93735bee | fix(typeahead): don't insert option back to list for newly created tag
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -91,7 +91,7 @@ export class ItemsList {\nthis._selected = this._selected.filter(x => x !== item);\nitem.selected = false;\n- if (this._ngSelect.hideSelected) {\n+ if (this._ngSelect.hideSelected && isDefined(item.index)) {\nthis._filteredItems.splice(item.index, 0, ite... | TypeScript | MIT License | ng-select/ng-select | fix(typeahead): don't insert option back to list for newly created tag
closes #513 | 1 | fix | typeahead |
217,922 | 22.05.2018 10:58:30 | -7,200 | 77b7d69b3e28e14bc7dd9944d1ce1d6d77aadbcd | fix(simulator): fixed an issue with lodestone maintenance | [
{
"change_type": "MODIFY",
"diff": "\"balanced-match\": {\n\"version\": \"1.0.0\",\n\"bundled\": true,\n- \"dev\": true,\n- \"optional\": true\n+ \"dev\": true\n},\n\"brace-expansion\": {\n\"version\": \"1.1.11\",\n\"bundled\": true,\n\"dev\": true,\n- \"optional\": true,\n\"requires\": {\n\"balanced-match\... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(simulator): fixed an issue with lodestone maintenance | 1 | fix | simulator |
217,922 | 22.05.2018 11:09:01 | -7,200 | cb97f4752f6a28a908d398040bade82680818fa9 | chore: new download app button in sidebar | [
{
"change_type": "MODIFY",
"diff": "<div class=\"fab-container\"><a href=\"https://discord.gg/r6qxt6P\" mat-mini-fab\nclass=\"social-fab discord\" target=\"_blank\"><i\nclass=\"fab fa-discord\"></i></a></div>\n+ <div class=\"fab-container\" matTooltip=\"{{'Download_desktop_app' | translate}}\"\n+ matTooltip... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: new download app button in sidebar | 1 | chore | null |
791,690 | 22.05.2018 12:11:12 | 25,200 | 40cf8da6b44c6c68ae410e272ed939750cc2ea54 | misc(scripts): add trace/devtoolslog minification scripts | [
{
"change_type": "ADD",
"diff": "+#!/usr/bin/env node\n+/**\n+ * @license Copyright 2018 Google Inc. All Rights Reserved.\n+ * Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc(scripts): add trace/devtoolslog minification scripts (#5237) | 1 | misc | scripts |
217,922 | 22.05.2018 13:31:21 | -7,200 | 796ea58d5d5cc70fe8297c5531df80e0c8f01f1f | fix(simulator): corrected action wait duration for macro generation | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,6 @@ import {Component, Inject, OnInit} from '@angular/core';\nimport {MAT_DIALOG_DATA} from '@angular/material';\nimport {CraftingAction} from '../../model/actions/crafting-action';\nimport {LocalizedDataService} from '../../../../core/data/localized-data.serv... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(simulator): corrected action wait duration for macro generation | 1 | fix | simulator |
791,723 | 22.05.2018 14:56:35 | 25,200 | 0e18bd1031de567913ea73edc8e11a171f792dec | report: move runtime settings to footer | [
{
"change_type": "MODIFY",
"diff": "@@ -65,23 +65,11 @@ class ReportRenderer {\nUtil.formatDateTime(report.fetchTime);\nthis._dom.find('.lh-product-info__version', header).textContent = report.lighthouseVersion;\nconst url = /** @type {HTMLAnchorElement} */ (this._dom.find('.lh-metadata__url', header));\n- ... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report: move runtime settings to footer (#5295) | 1 | report | null |
730,413 | 22.05.2018 15:58:07 | 14,400 | 708cf7e9b8c2820ecc7aef097e1c7def7832c02e | feat(react-container-notifications): filter notifications with alertType none | [
{
"change_type": "MODIFY",
"diff": "@@ -20,7 +20,7 @@ import {\nconst TIMEOUT_LENGTH = 10000;\nconst propTypes = {\n- notifications: PropTypes.object,\n+ notifications: PropTypes.array,\nisSupported: PropTypes.bool,\nisMuted: PropTypes.bool,\npermission: PropTypes.string,\n@@ -105,12 +105,12 @@ export class... | JavaScript | MIT License | webex/react-widgets | feat(react-container-notifications): filter notifications with alertType none | 1 | feat | react-container-notifications |
217,922 | 22.05.2018 19:07:28 | -7,200 | 0a18197ba877802bbcbda4783585c569a7f27350 | feat: new foods added to simulator | [
{
"change_type": "MODIFY",
"diff": "@@ -81,4 +81,8 @@ export const foods = [{'itemId': 4666, 'Control': [{'amount': 0.08, 'max': 4}, {\n'itemId': 19837,\n'Control': [{'amount': 0.1, 'max': 99}, {'amount': 0.12, 'max': 124}],\n'Craftsmanship': [{'amount': 0.04, 'max': 42}, {'amount': 0.05, 'max': 53}]\n+}, {... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: new foods added to simulator | 1 | feat | null |
217,922 | 23.05.2018 08:41:17 | -7,200 | fc17369a06bc4d2cf30c05039bf913e451cfafa6 | fix(simulator): consumables are now order by name, hq first | [
{
"change_type": "MODIFY",
"diff": "@@ -229,23 +229,28 @@ export class SimulatorComponent implements OnInit, OnDestroy {\nprivate userData: AppUser;\n+ private consumablesSortFn = (a, b) => {\n+ const aName = this.i18nTools.getName(this.localizedDataService.getItem(a.itemId));\n+ const bName = this.i18nTool... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(simulator): consumables are now order by name, hq first | 1 | fix | simulator |
217,922 | 23.05.2018 09:26:17 | -7,200 | 686027398176df0ece62236faa61fd04409d2dea | fix(desktop): only one instance can run at a given time now
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -19,6 +19,19 @@ let nativeIcon;\nlet openedOverlays = {};\n+const shouldQuit = app.makeSingleInstance(function (commandLine, workingDirectory) {\n+ // Someone tried to run a second instance, we should focus our window.\n+ if (win) {\n+ if (win.isMinimized()) win.restor... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(desktop): only one instance can run at a given time now
closes #353 | 1 | fix | desktop |
217,922 | 23.05.2018 10:07:03 | -7,200 | d7628b921808f3c3328bb7d49d9b2b4541b441bb | fix: facebook oauth (mainly config on fb side) | [
{
"change_type": "MODIFY",
"diff": "const {app, ipcMain, BrowserWindow, Tray, nativeImage} = require('electron');\nconst {autoUpdater} = require('electron-updater');\n-const open = require('open');\nconst path = require('path');\nconst windowStateKeeper = require('electron-window-state');\nconst electronOau... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: facebook oauth (mainly config on fb side) | 1 | fix | null |
217,922 | 23.05.2018 10:37:33 | -7,200 | c2b8c96309335c0a45cb2a3f5435a1710e2e55e9 | fix(simulator): fixed a bug with rotations being renamed upon saving | [
{
"change_type": "MODIFY",
"diff": "<app-simulator [recipe]=\"recipe\" [inputGearSet]=\"stats\" [actions]=\"actions\"\n[customMode]=\"true\" [canSave]=\"canSave\" [rotationId]=\"rotationId\"\n- (onsave)=\"save($event)\"></app-simulator>\n+ (onsave)=\"save($event)\" [rotationName]=\"rotationName\"></app-simu... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(simulator): fixed a bug with rotations being renamed upon saving | 1 | fix | simulator |
791,834 | 23.05.2018 12:23:38 | 25,200 | e04b29d2fc7b863cc0bfea526104e72147991159 | extension: another speculative fix for getCurrentTabURL; more logging | [
{
"change_type": "MODIFY",
"diff": "@@ -122,14 +122,23 @@ class ExtensionConnection extends Connection {\nif (chrome.runtime.lastError) {\nreturn reject(chrome.runtime.lastError);\n}\n+\n+ const errMessage = 'Couldn\\'t resolve current tab. Check your URL, reload, and try again.';\nif (tabs.length === 0) {\... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | extension: another speculative fix for getCurrentTabURL; more logging (#5323) | 1 | extension | null |
217,922 | 23.05.2018 13:29:02 | -7,200 | 00dd1a7ea5d44262a52dbe8550daaf08be193f43 | chore: updated version requirement for outdated list trigger | [
{
"change_type": "MODIFY",
"diff": "@@ -370,7 +370,7 @@ export class List extends DataWithPermissions {\n}\nlet res = false;\nres = res || (this.version === undefined);\n- res = res || semver.ltr(this.version, '3.9.0');\n+ res = res || semver.ltr(this.version, '4.0.5');\nreturn res;\n}\n",
"new_path": "... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: updated version requirement for outdated list trigger | 1 | chore | null |
730,429 | 23.05.2018 13:41:08 | 14,400 | 200e29d3ef6cb255b638eb914e5be7d7dd7ba0bb | chore(webpack): add ability to specify dev server port | [
{
"change_type": "MODIFY",
"diff": "@@ -32,7 +32,7 @@ export default webpackConfigBase({\ndevtool: 'source-map',\ndevServer: {\nhost: '0.0.0.0',\n- port: 8000,\n+ port: process.env.PORT || 8000,\nstats: {\ncolors: true,\nhash: false,\n",
"new_path": "scripts/webpack/webpack.dev.babel.js",
"old_path"... | JavaScript | MIT License | webex/react-widgets | chore(webpack): add ability to specify dev server port | 1 | chore | webpack |
730,429 | 23.05.2018 13:41:54 | 14,400 | e9b16bcb75da4428cdec7990569aa45659b98c18 | fix(r-c-read-receipts): add support for empty activities | [
{
"change_type": "MODIFY",
"diff": "@@ -19,7 +19,7 @@ const getReadReceipts = createSelector(\nconst activity = activities.last();\nconst readParticipants = participants\n.filter((participant) =>\n- participant.get('id') !== currentUser.id &&\n+ activity && currentUser && participant.get('id') !== currentUs... | JavaScript | MIT License | webex/react-widgets | fix(r-c-read-receipts): add support for empty activities | 1 | fix | r-c-read-receipts |
791,690 | 23.05.2018 14:16:21 | 25,200 | 55983025d5f6a7d48ebae9376a2632be74a01a7b | extension: expose URL shim | [
{
"change_type": "MODIFY",
"diff": "@@ -132,6 +132,7 @@ class URLShim extends URL {\n}\n}\n+URLShim.URL = URL;\nURLShim.URLSearchParams = (typeof self !== 'undefined' && self.URLSearchParams) ||\nrequire('url').URLSearchParams;\n",
"new_path": "lighthouse-core/lib/url-shim.js",
"old_path": "lighthou... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | extension: expose URL shim (#5293) | 1 | extension | null |
217,941 | 23.05.2018 14:28:22 | -7,200 | 155dfd77aaee08694c9d51bdcada42a49c9041bc | feat: added 4.3 currencies | [
{
"change_type": "MODIFY",
"diff": "@@ -102,6 +102,7 @@ export class ItemComponent extends ComponentWithSubscriptions implements OnInit,\n21080: 13, // Moogle\n21081: 13, // Kojin\n21935: 13, // Ananta\n+ 22525: 13, // Namazu\n// Primals\n7004: 10, // Weekly quest Garuda/Titan/Ifrit\n7850: 10, // Leviathan\... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: added 4.3 currencies (#356) | 1 | feat | null |
791,690 | 23.05.2018 15:19:51 | 25,200 | 7157f0a12d435d4765bb752fde198235fdbd5a47 | misc: remove checkboxes from bug report template | [
{
"change_type": "MODIFY",
"diff": "---\nname: Bug report\n-about: File an issue ticket to help us improve\n+about: Report something working incorrectly\n---\n<!-- Before creating an issue please make sure you are using the latest version and have checked for duplicate issues. -->\n-# Bug report\n+## Bug re... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc: remove checkboxes from bug report template (#5330) | 1 | misc | null |
791,690 | 23.05.2018 16:26:30 | 25,200 | e523e2d0c097bb334923db887f1889a67942951f | misc(scripts): add lantern evaluation scripts | [
{
"change_type": "MODIFY",
"diff": "@@ -31,6 +31,7 @@ last-run-results.html\n!lighthouse-core/test/fixtures/artifacts/**/*.devtoolslog.json\nlatest-run\n+lantern-data\nclosure-error.log\nyarn-error.log\n",
"new_path": ".gitignore",
"old_path": ".gitignore"
},
{
"change_type": "MODIFY",
"... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc(scripts): add lantern evaluation scripts (#5257) | 1 | misc | scripts |
821,196 | 23.05.2018 17:32:43 | 25,200 | 06f5893410d8fe5bf3902f0d837d28dd7e279a7d | fix: add yarn.lock to npm files for plugins | [
{
"change_type": "MODIFY",
"diff": "@@ -270,6 +270,10 @@ class App extends Generator {\nthis.pjson.scripts.version = nps.series('oclif-dev readme', 'git add README.md')\nthis.pjson.files.push('/oclif.manifest.json')\n}\n+ if (this.type === 'plugin' && hasYarn) {\n+ // for plugins, add yarn.lock file to pack... | TypeScript | MIT License | oclif/oclif | fix: add yarn.lock to npm files for plugins | 1 | fix | null |
791,723 | 23.05.2018 18:01:59 | 25,200 | 4820a0bb2250d7b34b00c8eebfde7e68eab215f5 | report: audit warnings are no longer top-level | [
{
"change_type": "MODIFY",
"diff": "@@ -40,10 +40,10 @@ class Viewport extends Audit {\nconst parsedProps = Parser.parseMetaViewPortContent(artifacts.Viewport);\nif (Object.keys(parsedProps.unknownProperties).length) {\n- warnings.push(`Invalid properties found: ${JSON.stringify(parsedProps.unknownPropertie... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report: audit warnings are no longer top-level (#5270) | 1 | report | null |
815,745 | 23.05.2018 18:51:44 | -10,800 | ad8a644830815c6be9ba8c6b0158f468a65d6e74 | feat: add placeholder as global config | [
{
"change_type": "MODIFY",
"diff": "@@ -69,6 +69,7 @@ export const appRoutes: Routes = [\n{\nprovide: NG_SELECT_DEFAULT_CONFIG,\nuseValue: {\n+ placeholder: 'Select item',\nnotFoundText: 'Items not found',\naddTagText: 'Add item',\ntypeToSearchText: 'Type to search',\n",
"new_path": "demo/app/app.module... | TypeScript | MIT License | ng-select/ng-select | feat: add placeholder as global config | 1 | feat | null |
815,745 | 23.05.2018 20:08:34 | -10,800 | 5808eb7264a7c9e6aa764d982dc4723d5e7cfd6a | fix(styles): make group more distinctable | [
{
"change_type": "MODIFY",
"diff": "@@ -205,15 +205,16 @@ $color-selected: #f5faff;\nuser-select: none;\ncursor: default;\npadding: 8px 10px;\n- &.ng-select-disabled {\n- color: rgba(0, 0, 0, .54);\n+ font-weight: 500;\n+ color: rgba(0, 0, 0, 0.54);\n+ cursor: pointer;\n+ &.ng-option-disabled {\n+ cursor: d... | TypeScript | MIT License | ng-select/ng-select | fix(styles): make group more distinctable | 1 | fix | styles |
815,745 | 23.05.2018 20:23:53 | -10,800 | 0bf648343dd7a374d2ecddb11114086fecec2b29 | fix: don't group items without key | [
{
"change_type": "MODIFY",
"diff": "@@ -271,7 +271,8 @@ export class ItemsList {\nprivate _groupBy(items: NgOption[], prop: string | Function): OptionGroups {\nconst isFn = isFunction(this._ngSelect.groupBy);\nconst groups = items.reduce((grouped, item) => {\n- const key = isFn ? (<Function>prop).apply(this... | TypeScript | MIT License | ng-select/ng-select | fix: don't group items without key | 1 | fix | null |
730,412 | 23.05.2018 21:46:08 | 0 | 0884da92bfec91cba59accec76b628283d32dcc4 | chore(release): 0.1.302 | [
{
"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.302\"></a>\n+## [0.1.302](https://github.com/webex/react-ciscospark/compare/v0.1.... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.1.302 | 1 | chore | release |
217,922 | 24.05.2018 09:23:49 | -7,200 | 6797621c08ebfd4adbd82124cb9dcaa0f22c8f50 | fix: rotations now save/copy properly, no more lost rotations !
closes | [
{
"change_type": "MODIFY",
"diff": "<app-simulator [recipe]=\"recipe\" [inputGearSet]=\"stats\" [actions]=\"actions\"\n[customMode]=\"true\" [canSave]=\"canSave\" [rotationId]=\"rotationId\"\n- (onsave)=\"save($event)\" [rotationName]=\"rotationName\"></app-simulator>\n+ (onsave)=\"save($event)\" [rotationN... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: rotations now save/copy properly, no more lost rotations !
closes #363 | 1 | fix | null |
217,922 | 24.05.2018 09:39:27 | -7,200 | 6e074e4bf2c61aeea62fdfd39fea4433243b36c1 | fix: you can no longer add an empty id as contact
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -127,10 +127,12 @@ export class ProfileComponent extends PageComponent {\n}\naddContact(contactId: string): void {\n+ if (contactId !== undefined && contactId.length > 0 || contactId.indexOf(' ') > -1) {\nthis.user.contacts = this.user.contacts.filter(contact => contac... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: you can no longer add an empty id as contact
closes #358 | 1 | fix | null |
217,922 | 24.05.2018 10:39:42 | -7,200 | f2b6462d8f501b178d2198a6918c6f0276a988e9 | fix: better auto-update flow for "all users" installation
closes | [
{
"change_type": "ADD",
"diff": "+!macro customUnInit\n+ ${IfNot} ${Silent}\n+ MessageBox MB_YESNO \"Uninstalling the application will delete all related settings. Do you want to continue?\" IDYES true IDNO false\n+ false:\n+ Quit\n+ true:\n+ RMDir /r \"$PROFILE\\AppData\\Roaming\\zzz\"\n+ DeleteRegValue HK... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: better auto-update flow for "all users" installation
closes #359 | 1 | fix | null |
815,745 | 24.05.2018 10:55:52 | -10,800 | e2c680d5c2e8b2f173ed05c41af924c0885b0547 | chore(release): 2.1.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.1.0\"></a>\n+# [2.1.0](https://github.com/ng-select/ng-select/compare/v2.0.3...v2.1... | TypeScript | MIT License | ng-select/ng-select | chore(release): 2.1.0 | 1 | chore | release |
217,922 | 24.05.2018 11:09:18 | -7,200 | c9ceb8a66b21d4bb2639d64e8538fc5f9b75771b | feat: added timers for duskglow aethersand in alarms page | [
{
"change_type": "MODIFY",
"diff": "@@ -9,5 +9,6 @@ export const reductions: { [ index: number ] : number[] } = {\n20015: [20010],\n20013: [20012, 20011, 20180],\n20017: [20024],\n- 20016 : [ 19937 ]\n-}\n+ 20016: [19937],\n+ 23182: [23220, 23221]\n+};\n",
"new_path": "src/app/core/data/sources/reductio... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: added timers for duskglow aethersand in alarms page | 1 | feat | null |
217,922 | 24.05.2018 11:40:11 | -7,200 | 3e095006a5ec8b25d3e965fd718693d2f0a204eb | fix: crafting rotations no longer reappearing out of nowhere
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,7 @@ import {ActivatedRoute, Router} from '@angular/router';\nimport {CraftingActionsRegistry} from '../../model/crafting-actions-registry';\nimport {CraftingAction} from '../../model/actions/crafting-action';\nimport {GearSet} from '../../model/gear-set';\n-im... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: crafting rotations no longer reappearing out of nowhere
closes #355 | 1 | fix | null |
791,723 | 24.05.2018 12:05:58 | 25,200 | 520f9ac06420634ccc03d0326e8e42fe83610a42 | misc(viewer): load *.json if no *.lighthouse.report.json | [
{
"change_type": "MODIFY",
"diff": "@@ -115,9 +115,13 @@ class GithubApi {\nconst etag = resp.headers.get('ETag');\nreturn resp.json().then(json => {\n+ const gistFiles = Object.keys(json.files);\n// Attempt to use first file in gist with report extension.\n- const filename = Object.keys(json.files)\n- .fin... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc(viewer): load *.json if no *.lighthouse.report.json (#5343) | 1 | misc | viewer |
573,234 | 24.05.2018 12:28:16 | -19,080 | de72f49eade48cc14dd916916ea86f88d46d3c8a | fix: proxy events into instance var and add test script | [
{
"change_type": "MODIFY",
"diff": "@@ -34,14 +34,6 @@ patchRequest(http.IncomingMessage);\n///--- Globals\nvar sprintf = util.format;\n-var PROXY_EVENTS = [\n- 'clientError',\n- 'close',\n- 'connection',\n- 'error',\n- 'listening',\n- 'secureConnection'\n-];\n///--- API\n@@ -138,6 +130,14 @@ function Serve... | JavaScript | MIT License | restify/node-restify | fix: proxy events into instance var and add test script (#1661) | 1 | fix | null |
791,723 | 24.05.2018 12:37:12 | 25,200 | 872cba7eac280a0d5deb83ba4c931c7224a0757a | extension: close the popup once the report has opened | [
{
"change_type": "MODIFY",
"diff": "@@ -88,7 +88,7 @@ window.runLighthouseInExtension = function(options, categoryIDs) {\n.then(runnerResult => {\n// return enableOtherChromeExtensions(true).then(_ => {\nconst blobURL = window.createReportPageAsBlob(runnerResult, 'extension');\n- chrome.windows.create({url:... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | extension: close the popup once the report has opened (#5341) | 1 | extension | null |
217,922 | 24.05.2018 13:59:43 | -7,200 | fe9f0f197c16baa4551d5b9c0ea154441f3cf8ed | fix: multi-crafter items now using correct stats in simulator
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -17,6 +17,8 @@ export class CraftingRotation extends DataModel {\npublic defaultItemId?: number;\n+ public defaultRecipeId?: number;\n+\n@DeserializeAs(SavedConsumables)\npublic consumables: SavedConsumables = new SavedConsumables();\n",
"new_path": "src/app/model/... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: multi-crafter items now using correct stats in simulator
closes #361 | 1 | fix | null |
791,690 | 24.05.2018 14:27:36 | 25,200 | e72d6613d269673aefc91d4b047fba89ff83769b | core(pwa): adjust score weights | [
{
"change_type": "MODIFY",
"diff": "@@ -289,16 +289,20 @@ module.exports = {\n'[PWA Checklist](https://developers.google.com/web/progressive-web-apps/checklist) but are ' +\n'not automatically checked by Lighthouse. They do not affect your score but it\\'s important that you verify them manually.',\nauditRe... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(pwa): adjust score weights (#5233) | 1 | core | pwa |
217,922 | 24.05.2018 14:42:04 | -7,200 | 3d7f2d61d0dd272828bde719551506b331639982 | feat: new collapsible panel in lists for community lists | [
{
"change_type": "MODIFY",
"diff": "@@ -32,7 +32,8 @@ export class WorkshopService extends FirestoreStorage<Workshop> {\n);\n}\n- getListsByWorkshop(lists: List[], workshops: Workshop[]): { basicLists: List[], rows: { [index: string]: List[] } } {\n+ getListsByWorkshop(lists: List[], workshops: Workshop[]):... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: new collapsible panel in lists for community lists | 1 | feat | null |
217,922 | 24.05.2018 14:45:54 | -7,200 | 461cdad7c927bbb366d749cc6150bffa485a5044 | fix: no more duplicated tags in lists
closes | [
{
"change_type": "MODIFY",
"diff": "routerLink=\"/profile/{{list.authorId}}\">\n<div class=\"tags\">\n<mat-chip-list class=\"inline-chips\">\n- <mat-chip *ngFor=\"let tag of list.tags\">{{tag}}</mat-chip>\n+ <mat-chip *ngFor=\"let tag of tags\">{{tag}}</mat-chip>\n</mat-chip-list>\n</div>\n<span>{{list.note... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: no more duplicated tags in lists
closes #357 | 1 | fix | null |
217,922 | 24.05.2018 15:00:52 | -7,200 | 3628b3e45726a59e330438d23b5d8a3f692812ad | style: better layout for lists page | [
{
"change_type": "MODIFY",
"diff": "{{'LISTS.IMPORT.Title' | translate}}\n</button>\n-<h3 class=\"mat-h3\">{{'Lists' | translate}}</h3>\n-\n<div class=\"filter\">\n<mat-form-field>\n<mat-select (selectionChange)=\"tagFilter.next($event.value)\"\n<mat-icon>call_merge</mat-icon>\n</button>\n-<div class=\"list... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | style: better layout for lists page | 1 | style | null |
217,922 | 24.05.2018 15:03:30 | -7,200 | adf4c8f46a3424f45ed1a14bb22abd051ae17f04 | fix: rotations name generation now properly done (not retroactive) | [
{
"change_type": "MODIFY",
"diff": "@@ -63,7 +63,7 @@ export class CustomSimulatorPageComponent {\nthis.authorId = res.rotation.authorId;\nthis.canSave = res.userId === res.rotation.authorId;\nthis.rotationId = res.rotation.$key;\n- this.rotationName = res.rotation.getName();\n+ this.rotationName = res.rota... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: rotations name generation now properly done (not retroactive) | 1 | fix | null |
724,015 | 24.05.2018 15:05:29 | -28,800 | c0b2101f75b80e1dd5691656d0929085d5adb886 | docs: video link for common tips | [
{
"change_type": "MODIFY",
"diff": "@@ -10,7 +10,7 @@ For example, for the `Counter` component which increments a display counter by 1\nThe benefit of this approach is that as long as your component's public interface remains the same, your tests will pass no matter how the component's internal implementati... | JavaScript | MIT License | vuejs/vue-test-utils | docs: video link for common tips (#643) | 1 | docs | null |
217,922 | 24.05.2018 16:14:36 | -7,200 | 6188914d93ed39ce2d57ba28da07ddb775313fd7 | feat: default layout is now the one made by tataru taru ! | [
{
"change_type": "MODIFY",
"diff": "@@ -11,8 +11,7 @@ import {LayoutOrderService} from './layout-order.service';\nimport {Observable, of} from 'rxjs';\nimport {UserService} from '../database/user.service';\nimport {ListRow} from '../../model/list/list-row';\n-import {catchError, map} from 'rxjs/operators';\... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: default layout is now the one made by tataru taru ! | 1 | feat | null |
730,412 | 24.05.2018 16:41:29 | 0 | e438a4f2665fdc54c8039c8f194d68c937e15de2 | chore(release): 0.1.303 | [
{
"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.303\"></a>\n+## [0.1.303](https://github.com/webex/react-ciscospark/compare/v0.1.... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.1.303 | 1 | chore | release |
791,690 | 24.05.2018 16:45:19 | 25,200 | c5743e9a376b709d4a0e74d8cec7f02095a8a573 | core(simulator): improved timing typedef | [
{
"change_type": "MODIFY",
"diff": "@@ -102,8 +102,7 @@ class RenderBlockingResources extends Audit {\nnode.traverse(node => deferredNodeIds.add(node.id));\n// \"wastedMs\" is the download time of the network request, responseReceived - requestSent\n- // @ts-ignore - TODO(phulce): nodeTiming.startTime/endTi... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(simulator): improved timing typedef (#5347) | 1 | core | simulator |
807,875 | 25.05.2018 04:11:35 | -19,080 | bd799499c843c7b3c3e61386fa32ddc6e89bebc9 | doc(import): add note around uncommitted changes
Lerna throws a Git error when current project has uncommitted changes.
Fixes
[ci skip] | [
{
"change_type": "MODIFY",
"diff": "@@ -62,6 +62,13 @@ lerna ERR! execute CONFLICT (content): Merge conflict in [file]\nRun `lerna import` with the `--flatten` flag to import the history in \"flat\"\nmode, i.e. with each merge commit as a single change the merge introduced.\n+### Failing when git tree has u... | JavaScript | MIT License | lerna/lerna | doc(import): add note around uncommitted changes (#1432)
Lerna throws a Git error when current project has uncommitted changes.
Fixes #763
[ci skip] | 1 | doc | import |
807,849 | 25.05.2018 09:21:26 | 25,200 | a27295e0d8ddd98e482e968ff9ea6de8e10e656f | chore: add __mocks__ to jest-related overrides | [
{
"change_type": "MODIFY",
"diff": "- files:\n- \"integration/**\"\n- \"**/__tests__/**\"\n+ - \"**/__mocks__/**\"\nenv:\njest: true\nrules:\n",
"new_path": ".eslintrc.yaml",
"old_path": ".eslintrc.yaml"
},
{
"change_type": "MODIFY",
"diff": "\"use strict\";\n-// eslint-disable-next-line... | JavaScript | MIT License | lerna/lerna | chore: add __mocks__ to jest-related overrides | 1 | chore | null |
217,922 | 25.05.2018 10:10:09 | -7,200 | 3f7bcad68151d241201084c9ebb657ac037eadeb | fix(simulator): way better design for failed actions, thanks to Aurora Phoenix | [
{
"change_type": "MODIFY",
"diff": "<div class=\"action\"\n[ngClass]=\"{'wasted': wasted, 'disabled': disabled || notEnoughCp, 'not-enough-cp': notEnoughCp}\">\n<img src=\"{{action.getId(getJobId()) | actionIcon}}\" alt=\"\">\n+ <div class=\"red-overlay\" *ngIf=\"notEnoughCp || disabled\"></div>\n+ <mat-ico... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(simulator): way better design for failed actions, thanks to Aurora Phoenix | 1 | fix | simulator |
217,922 | 25.05.2018 11:18:11 | -7,200 | ea7144789b9330c79e65bcdb8b1a76d3856152b4 | feat(simulator): generated macro now includes /aaction setup
closes | [
{
"change_type": "MODIFY",
"diff": "<h3 mat-dialog-title>{{'SIMULATOR.Generated_macro' | translate}}</h3>\n-<div class=\"macro\" mat-dialog-content>\n+<div mat-dialog-content>\n+ <div class=\"macro\">\n<pre *ngFor=\"let macroFragment of macro\" class=\"macro-fragment\">\n<span class=\"macro-line\" *ngFor=\"... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(simulator): generated macro now includes /aaction setup
closes #368 | 1 | feat | simulator |
217,922 | 25.05.2018 11:45:21 | -7,200 | d52134284e48bb7f3b9c8f0788fcf3fa6bb042c4 | feat(simulator): added possibility to have end of macro sound | [
{
"change_type": "MODIFY",
"diff": "<h3 mat-dialog-title>{{'SIMULATOR.Generated_macro' | translate}}</h3>\n-<div mat-dialog-content>\n+<div mat-dialog-content class=\"content\">\n+ <mat-checkbox [(ngModel)]=\"addEcho\" (ngModelChange)=\"generateMacros()\">\n+ {{'SIMULATOR.Include_sound_end' | translate}}\n+... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(simulator): added possibility to have end of macro sound | 1 | feat | simulator |
217,922 | 25.05.2018 13:04:58 | -7,200 | f517f667a7e1ed37340858e5343e6aa26d2c97de | chore: aaction clear at the beginning of aaction macro | [
{
"change_type": "MODIFY",
"diff": "@@ -26,7 +26,7 @@ export class MacroPopupComponent implements OnInit {\nprivate generateMacros(): void {\nthis.macro = [[]];\n- this.aactionsMacro = [];\n+ this.aactionsMacro = ['/aaction clear'];\nthis.data.rotation.forEach((action) => {\nlet macroFragment = this.macro[t... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: aaction clear at the beginning of aaction macro | 1 | chore | null |
217,922 | 25.05.2018 13:52:54 | -7,200 | fdfb4c6642114fe7b55b3e65e260d29b5d7ec35b | fix(simulator): custom stats now save properly
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -69,8 +69,7 @@ export class DataService {\ncp: set.stats.core !== undefined ? set.stats.core.CP : 0,\nspecialist: set.slot_soulcrystal !== null\n}\n- })\n- .sort((a, b) => a.jobId - b.jobId);\n+ });\n}),\nmap(sets => {\nconst jobIds = onlyCraft ?\n@@ -93,7 +92,7 @@ exp... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(simulator): custom stats now save properly
closes #365 | 1 | fix | simulator |
217,922 | 25.05.2018 14:37:20 | -7,200 | 453635205354698709bd99f604a2328ec5808452 | feat: alarms page now adds all spawns of an item at once | [
{
"change_type": "MODIFY",
"diff": "<input type=\"text\" matInput #searchInput [(ngModel)]=\"itemName\" placeholder=\"{{'Item_name' | translate}}\">\n</mat-form-field>\n<mat-list dense>\n- <mat-list-item *ngFor=\"let node of results | async\">\n- <img mat-list-avatar src=\"{{node.icon | icon}}\" alt=\"\" [a... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: alarms page now adds all spawns of an item at once | 1 | feat | null |
217,922 | 25.05.2018 15:49:19 | -7,200 | 9095c3d304b5a7cee6b758892e71e5d5ec354e05 | feat(simulator): new step by step report popup
closes | [
{
"change_type": "MODIFY",
"diff": "(click)=\"showMinStats(simulation)\">\n<mat-icon>offline_pin</mat-icon>\n</button>\n+ <button mat-mini-fab\n+ *ngIf=\"result$ | async as result\"\n+ matTooltip=\"{{'SIMULATOR.Step_by_step_report' | translate}}\"\n+ matTooltipPosition=\"{{isMobile()?'below':'right'}}\"\n+ ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(simulator): new step by step report popup
closes #364 | 1 | feat | simulator |
217,922 | 25.05.2018 16:05:41 | -7,200 | f6eca9f23e15efab81dbeb99db4a05dab928e4e3 | fix: fixed an issue with shared lists not being visible | [
{
"change_type": "MODIFY",
"diff": "@@ -279,15 +279,20 @@ export class ListsComponent extends ComponentWithSubscriptions implements OnInit\nngOnInit() {\nthis.sharedLists = this.userService.getUserData().pipe(\nmergeMap(user => {\n- return combineLatest((user.sharedLists || [])\n- .map(listId => this.listSe... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed an issue with shared lists not being visible | 1 | fix | null |
217,922 | 25.05.2018 16:11:28 | -7,200 | bf22ca5fd83515f0139456ba14ef2cdec8f58b7a | chore: aot fixes and translations | [
{
"change_type": "MODIFY",
"diff": "@@ -24,7 +24,7 @@ export class MacroPopupComponent implements OnInit {\nprivate i18n: I18nToolsService) {\n}\n- private generateMacros(): void {\n+ public generateMacros(): void {\nthis.macro = [[]];\nthis.aactionsMacro = ['/aaction clear'];\nthis.data.rotation.forEach((a... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: aot fixes and translations | 1 | chore | null |
217,922 | 25.05.2018 16:13:16 | -7,200 | 82cd4b3ce9633fb846cb36f6675eec18b920c883 | chore: no more -a switch for standard-version | [
{
"change_type": "MODIFY",
"diff": "\"build:prod\": \"node ./build/prebuild.js && ng build --prod\",\n\"build:electron-prod\": \"node ./build/prebuild.js && ng build --configuration=electron\",\n\"build:beta\": \"node ./build/prebuild.js && ng build --configuration=beta\",\n- \"standard-version\": \"standar... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: no more -a switch for standard-version | 1 | chore | null |
217,922 | 25.05.2018 16:28:55 | -7,200 | baa65555bc777877a29601b743d6b977a8379d85 | style: less red for disabled actions | [
{
"change_type": "MODIFY",
"diff": "width: 100%;\nheight: 100%;\nborder-radius: 5px;\n- background-color: red;\n+ background-color: rgb(255, 150, 150);\nopacity: .4;\n}\n.cost {\n",
"new_path": "src/app/pages/simulator/components/action/action.component.scss",
"old_path": "src/app/pages/simulator/co... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | style: less red for disabled actions | 1 | style | null |
217,922 | 25.05.2018 16:49:45 | -7,200 | 4af1fc4253c7a48a1119fdb7698a1700d0c4266a | chore: various critical fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -24,7 +24,7 @@ export class LayoutService {\n.pipe(\nmap(userData => {\nconst layouts = userData.layouts;\n- if (layouts === undefined || layouts === null || layouts.length === 0 || layouts[0].name === 'Default layout') {\n+ if (layouts === undefined || layouts === nul... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: various critical fixes | 1 | chore | null |
217,902 | 25.05.2018 17:52:02 | -10,800 | a571ef6173fd5402bbdcae179a88583e7a9c498b | fix: fixes missing linebreaks when copying macro from firefox | [
{
"change_type": "MODIFY",
"diff": "</mat-checkbox>\n<div class=\"macro\">\n<pre *ngFor=\"let macroFragment of macro\" class=\"macro-fragment\">\n- <span class=\"macro-line\" *ngFor=\"let line of macroFragment\">{{line}}</span>\n+ <span class=\"macro-line\" *ngFor=\"let line of macroFragment\">{{line}}<br><... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixes missing linebreaks when copying macro from firefox | 1 | fix | null |
217,922 | 25.05.2018 19:48:27 | -7,200 | 7432a9a9c9b012eb9faf8ba9e8f75efbf6813abd | fix(simulator): fixed an issue with Specialty: Refurbish
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -5,7 +5,7 @@ export class SpecialtyRefurbish extends SpecialtyAction {\napplyReflect(simulation: Simulation): void {\nsimulation.availableCP += 65;\n- if (simulation.availableCP < simulation.maxCP) {\n+ if (simulation.availableCP > simulation.maxCP) {\nsimulation.avail... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(simulator): fixed an issue with Specialty: Refurbish
closes #371 | 1 | fix | simulator |
217,922 | 25.05.2018 19:53:19 | -7,200 | 2b29f97bb9015bca59f6b31e65a6ca61958c1c86 | fix(simulator): better report amounts for step by step report | [
{
"change_type": "MODIFY",
"diff": "<ng-container matColumnDef=\"cpDifference\">\n<th mat-header-cell *matHeaderCellDef>CP</th>\n<td mat-cell *matCellDef=\"let element\">\n- {{element.cpDifference >= 0?'+':'-'}} {{element.cpDifference}}\n+ {{element.cpDifference >= 0?'+':''}}{{element.cpDifference}}\n</td>\... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(simulator): better report amounts for step by step report | 1 | fix | simulator |
217,922 | 26.05.2018 12:14:29 | -7,200 | f868827d35942e8507cb23946252bcff65cd48f3 | feat(simulator): added audio signal for end of cross class setup | [
{
"change_type": "MODIFY",
"diff": "@@ -51,6 +51,9 @@ export class MacroPopupComponent implements OnInit {\nif (this.macro[this.macro.length - 1].length < 15 && this.addEcho) {\nthis.macro[this.macro.length - 1].push('/echo Craft finished <se.4>')\n}\n+ if (this.aactionsMacro.length > 0) {\n+ this.aactionsM... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(simulator): added audio signal for end of cross class setup
#373 | 1 | feat | simulator |
217,922 | 26.05.2018 12:19:07 | -7,200 | ceca8592aac62260e81fe0ebf4d2c494a7eb52d8 | fix(simulator): brand/name actions no longer taken as cross class action
closes | [
{
"change_type": "MODIFY",
"diff": "import {BuffAction} from '../buff-action';\nimport {Simulation} from '../../../simulation/simulation';\nimport {Buff} from '../../buff.enum';\n-import {CraftingJob} from '../../crafting-job.enum';\nexport abstract class NameOfBuff extends BuffAction {\n- getLevelRequireme... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(simulator): brand/name actions no longer taken as cross class action
closes #373 | 1 | fix | simulator |
217,922 | 26.05.2018 12:40:06 | -7,200 | 283f01deecda47033b5a8837303077ea82dbf3eb | feat(layout): you can now order by job in layout panels | [
{
"change_type": "MODIFY",
"diff": "@@ -7,6 +7,21 @@ import {LocalizedDataService} from '../data/localized-data.service';\n@Injectable()\nexport class LayoutOrderService {\n+ private static JOBS = [\n+ 'carpenter',\n+ 'blacksmith',\n+ 'armorer',\n+ 'goldsmith',\n+ 'leatherworker',\n+ 'weaver',\n+ 'alchemist... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(layout): you can now order by job in layout panels | 1 | feat | layout |
217,922 | 26.05.2018 12:56:00 | -7,200 | bade69f3e2608c114519701d1a9173928000616d | fix(simulator): changed maker's mark wait for 3s instead of 2 | [
{
"change_type": "MODIFY",
"diff": "@@ -5,6 +5,10 @@ import {CraftingJob} from '../../crafting-job.enum';\nexport class MakersMark extends BuffAction {\n+ getWaitDuration(): number {\n+ return 3;\n+ }\n+\ngetLevelRequirement(): { job: CraftingJob; level: number } {\nreturn {job: CraftingJob.GSM, level: 54};... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(simulator): changed maker's mark wait for 3s instead of 2 | 1 | fix | simulator |
217,922 | 26.05.2018 14:42:02 | -7,200 | 5a469033dae61e8f8065e7b99db029a672e08397 | feat: added more tooltips on list panel buttons | [
{
"change_type": "MODIFY",
"diff": "</button>\n<!--<input type=\"text\" #uri readonly hidden value=\"{{getLink()}}\">-->\n<button mat-icon-button *ngIf=\"buttons\" routerLink=\"/list/{{list.$key}}\"\n+ matTooltip=\"{{'LIST.BUTTONS.Open' | translate}}\" matTooltipPosition=\"above\"\n(click)=\"$event.stopProp... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: added more tooltips on list panel buttons | 1 | feat | null |
217,922 | 26.05.2018 19:38:42 | -7,200 | 4c6755bcbd7c9175dabc70de69ae4d9b4f6590e7 | fix: layout order by job is no longer flickering | [
{
"change_type": "MODIFY",
"diff": "@@ -42,7 +42,20 @@ export class LayoutOrderService {\n// If same job, order by level for these two\nconst aLevel = this.getLevel(a);\nconst bLevel = this.getLevel(b);\n- return aJobId === bJobId ? aLevel > bLevel ? 1 : -1 : aJobId - bJobId;\n+ // If same level, order by n... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: layout order by job is no longer flickering | 1 | fix | null |
217,922 | 26.05.2018 20:32:43 | -7,200 | 73acaea56dee1dca8813e254f6926d22bf6e7cb7 | fix: removed reset set button in simulator | [
{
"change_type": "MODIFY",
"diff": "<div class=\"config-row\">\n<h3>{{'SIMULATOR.CONFIGURATION.Job' | translate}}</h3>\n<div class=\"save-button\">\n- <button mat-mini-fab *ngIf=\"selectedSet !== undefined && selectedSet.custom\"\n- matTooltip=\"{{'SIMULATOR.CONFIGURATION.Reset_set'}}\"\n- color=\"accent\"\... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: removed reset set button in simulator | 1 | fix | null |
217,901 | 26.05.2018 23:06:56 | 18,000 | acef3fa430696f397ccae1f4e8d36b5dcdcb8bde | style: fix list inventory layout | [
{
"change_type": "MODIFY",
"diff": "@@ -32,6 +32,9 @@ export class Inventory {\n}\ngetDisplay(): { id: number, icon: number, amount: number }[][] {\n- return [this.grid.slice(0, 100), this.grid.slice(101, Inventory.INTENTORY_SIZE)]\n+ return [this.grid.slice(0, 35),\n+ this.grid.slice(35, 70),\n+ this.grid.... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | style: fix list inventory layout | 1 | style | null |
791,788 | 27.05.2018 23:51:27 | -10,800 | 424c7b8c33789a9fdb226a8d079510c48d14500b | misc(externs): import crdp from root node_modules | [
{
"change_type": "MODIFY",
"diff": "* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissio... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc(externs): import crdp from root node_modules (#5366) | 1 | misc | externs |
573,211 | 28.05.2018 00:11:37 | -3,600 | 45375144feb6a215ebfdb967ff0944e3aa21f48d | feat: jsonBodyParser handles extended content types *+json | [
{
"change_type": "MODIFY",
"diff": "@@ -162,6 +162,12 @@ function bodyParser(options) {\nvar parser;\nvar type = req.contentType().toLowerCase();\n+ var jsonPatternMatcher = new RegExp('^application/[a-zA-Z.]+\\\\+json');\n+ // map any +json to application/json\n+ if (jsonPatternMatcher.test(type)) {\n+ typ... | JavaScript | MIT License | restify/node-restify | feat: jsonBodyParser handles extended content types *+json (#1663) | 1 | feat | null |
217,922 | 28.05.2018 13:44:34 | -7,200 | 07576c9b5628bc99ac62722e050972222ab316da | fix(simulator): fixed a bug that was making simulation action costs hidden | [
{
"change_type": "MODIFY",
"diff": "<div class=\"red-overlay\" *ngIf=\"notEnoughCp || disabled\"></div>\n<mat-icon class=\"failed\" *ngIf=\"failed\">close</mat-icon>\n<span class=\"cost\"\n- *ngIf=\"!hideCost && action.getBaseCPCost(simulation) > 0 && (cpCost === undefined || cpCost > 0)\">\n- {{cpCost === ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(simulator): fixed a bug that was making simulation action costs hidden | 1 | fix | simulator |
217,922 | 28.05.2018 14:13:47 | -7,200 | 55e3573512ac3d8352714db92f837ba964e9138b | perf: performance improvements for community lists | [
{
"change_type": "MODIFY",
"diff": "@@ -166,16 +166,17 @@ export class ListPanelComponent extends ComponentWithSubscriptions implements On\nngOnInit(): void {\nthis.author = this.userService.getCharacter(this.list.authorId)\n.pipe(\n- catchError(err => {\n+ catchError(() => {\nreturn of(null);\n})\n);\n-\n+... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | perf: performance improvements for community lists | 1 | perf | null |
217,922 | 28.05.2018 15:26:41 | -7,200 | 03d0548d00b3a712fd5b39a5460bd8af18cc3399 | feat(simulator): new "Save as new" button on rotations, creates a clone of the current rotation | [
{
"change_type": "MODIFY",
"diff": "@@ -5,7 +5,7 @@ import {DeserializeAs} from '@kaiu/serializer';\nexport class CraftingRotation extends DataModel {\n- name: string;\n+ public name: string;\npublic recipe: Partial<Craft>;\n",
"new_path": "src/app/model/other/crafting-rotation.ts",
"old_path": "src... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(simulator): new "Save as new" button on rotations, creates a clone of the current rotation | 1 | feat | simulator |
217,922 | 28.05.2018 16:37:06 | -7,200 | fdfd2ed331baf9ccd351a5f9e011bbd8bb50022f | fix(mobile): fixed list panel buttons layout, they're now in the panel content
closes | [
{
"change_type": "MODIFY",
"diff": "</div>\n</mat-panel-description>\n</div>\n- <div class=\"buttons\">\n+ <div class=\"buttons\" *ngIf=\"!isMobile()\">\n<app-comments-button *ngIf=\"list.public\" [name]=\"list.name\" [list]=\"list\"\n[isOwnList]=\"list.authorId === authorUid\"\ncolor=\"null\" (click)=\"$ev... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(mobile): fixed list panel buttons layout, they're now in the panel content
closes #360 | 1 | fix | mobile |
217,922 | 28.05.2018 16:40:58 | -7,200 | 2febfa2a1193bdf659df4f27a1b99c308a848f19 | fix(simulator): tooltip now hidden upon drag | [
{
"change_type": "MODIFY",
"diff": "@@ -59,6 +59,8 @@ export class XivdbActionTooltipDirective implements OnDestroy {\nthis._subscription = this._tooltipData.getActionTooltipData(this.actionId).subscribe(this._createTooltip);\n}\n+\n+ @HostListener('mousedown')\n@HostListener('mouseleave')\nhide() {\n// Uns... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(simulator): tooltip now hidden upon drag | 1 | fix | simulator |
217,922 | 28.05.2018 16:59:58 | -7,200 | 353a92a5fa498913d707af50ddcae31583a0a9af | fix(alarms): fixed a bug with items search and their seeds (old world fig, etc) | [
{
"change_type": "MODIFY",
"diff": "@@ -27,18 +27,20 @@ export class BellNodesService {\n}\ngetNodesByItemId(id: number): any[] {\n- return this.nodes.filter(node => {\n+ const results = [];\n+ this.nodes.forEach(node => {\nconst match = node.items.find(item => item.id === id);\nif (match !== undefined) {\n... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(alarms): fixed a bug with items search and their seeds (old world fig, etc) | 1 | fix | alarms |
217,922 | 28.05.2018 19:36:59 | -7,200 | ce3e091c9b06653f82d6e8817ffc46cb9d899eb0 | fix(simulator): fixed a bug with new rotation save | [
{
"change_type": "MODIFY",
"diff": "@@ -431,10 +431,14 @@ export class SimulatorComponent implements OnInit, OnDestroy {\n}\nsave(asNew = false): void {\n+ let key = undefined;\n+ if (!asNew && this.rotation !== undefined) {\n+ key = this.rotation.$key;\n+ }\nif (!this.customMode) {\nthis.onsave.emit({\n- $... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(simulator): fixed a bug with new rotation save | 1 | fix | simulator |
217,902 | 28.05.2018 21:02:30 | -10,800 | a69faf67d2c79d4365c46686ccad8e9f9ed071fd | fix: missing linebreaks in cross-class setup macro | [
{
"change_type": "MODIFY",
"diff": "<mat-divider></mat-divider>\n<div class=\"macro\">\n<pre class=\"macro-fragment\">\n- <span class=\"macro-line\" *ngFor=\"let line of aactionsMacro\">{{line}}</span>\n+ <span class=\"macro-line\" *ngFor=\"let line of aactionsMacro\">{{line}}<br></span>\n</pre>\n</div>\n</... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: missing linebreaks in cross-class setup macro | 1 | fix | null |
217,922 | 29.05.2018 09:12:20 | -7,200 | dbbdc1996250e87989867ed4406eeaf82d21f109 | fix: fixed an issue with gathering search in some languages (pt, es) | [
{
"change_type": "MODIFY",
"diff": "@@ -174,10 +174,14 @@ export class DataService {\n* @returns {Observable<ItemData[]>}\n*/\npublic searchGathering(name: string): Observable<any[]> {\n+ let lang = this.i18n.currentLang;\n+ if (['en', 'fr', 'de', 'ja'].indexOf(lang) === -1) {\n+ lang = 'en';\n+ }\nconst pa... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed an issue with gathering search in some languages (pt, es) | 1 | fix | null |
807,849 | 29.05.2018 09:28:25 | 25,200 | f7b74b2652a5327af50a658acfd716aa4087492c | chore(helpers): Add getCommitMessage() test helper | [
{
"change_type": "ADD",
"diff": "+\"use strict\";\n+\n+const execa = require(\"execa\");\n+\n+module.exports = getCommitMessage;\n+\n+function getCommitMessage(cwd) {\n+ return execa(\"git\", [\"show\", \"--no-patch\", \"--pretty=%B\"], { cwd }).then(result => result.stdout.trim());\n+}\n",
"new_path": ... | JavaScript | MIT License | lerna/lerna | chore(helpers): Add getCommitMessage() test helper | 1 | chore | helpers |
217,922 | 29.05.2018 10:13:36 | -7,200 | 11272b54fb4df1494c3fa8750e4d5df4a6aa0398 | fix: fixed an issue with pricing mode showing wrong values for precrafts | [
{
"change_type": "MODIFY",
"diff": "</mat-card-title>\n<mat-card-subtitle>{{getSpendingTotal().toLocaleString()}} gil</mat-card-subtitle>\n- <mat-expansion-panel [expanded]=\"true\" *ngIf=\"list.crystals.length > 0\">\n+ <mat-expansion-panel *ngIf=\"list.crystals.length > 0\">\n<mat-expansion-panel-header>\... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed an issue with pricing mode showing wrong values for precrafts | 1 | fix | null |
815,776 | 29.05.2018 10:18:38 | -7,200 | 5eecd83c1d7bdf4f55edf056d16ab6daad601e50 | fix: keep filter status consistent with items updates | [
{
"change_type": "MODIFY",
"diff": "@@ -2039,6 +2039,42 @@ describe('NgSelectComponent', function () {\nexpect(filteredItems[1].label).toBe('Adam');\n}));\n+ it('should continue filtering items on update of items', fakeAsync(() => {\n+ const fixture = createTestingModule(\n+ NgSelectTestCmp,\n+ `<ng-select ... | TypeScript | MIT License | ng-select/ng-select | fix: keep filter status consistent with items updates (#585) | 1 | fix | null |
815,746 | 29.05.2018 11:19:50 | -10,800 | ac2798d4faa6e1cb10c8f094d8ed22bf89e857ce | chore(release): 2.1.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.1.1\"></a>\n+## [2.1.1](https://github.com/ng-select/ng-select/compare/v2.1.0...v2.... | TypeScript | MIT License | ng-select/ng-select | chore(release): 2.1.1 | 1 | chore | release |
807,849 | 29.05.2018 12:21:44 | 25,200 | 39ce85c3d8c4063664e06a8e085b910ea150af7c | chore: Add helper methods to write-pkg mock | [
{
"change_type": "MODIFY",
"diff": "@@ -10,6 +10,19 @@ const mockWritePkg = jest.fn((fp, data) => {\nreturn writePkg(fp, data);\n});\n+const updatedManifest = name => registry.get(name);\n+\n+// a convenient format for assertions\n+function updatedVersions() {\n+ const result = {};\n+\n+ registry.forEach((p... | JavaScript | MIT License | lerna/lerna | chore: Add helper methods to write-pkg mock | 1 | chore | null |
807,849 | 29.05.2018 13:33:10 | 25,200 | 094e7bfab473cc737c071bb84ebbedef7ae85f65 | chore(helpers): replace console-output helper with manual mock method | [
{
"change_type": "MODIFY",
"diff": "@@ -6,9 +6,11 @@ jest.unmock(\"@lerna/collect-updates\");\nconst path = require(\"path\");\nconst touch = require(\"touch\");\n+// mocked modules\n+const output = require(\"@lerna/output\");\n+\n// helpers\nconst initFixture = require(\"@lerna-test/init-fixture\")(__dirna... | JavaScript | MIT License | lerna/lerna | chore(helpers): replace console-output helper with manual mock method | 1 | chore | helpers |
791,690 | 29.05.2018 14:00:06 | 25,200 | af7127715a1e62a3e6403c288b77462337a14fdf | core(image-aspect-ratio): loosen ratio check | [
{
"change_type": "MODIFY",
"diff": "const Audit = require('./audit');\nconst URL = require('../lib/url-shim');\n-const THRESHOLD = 0.05;\n+const THRESHOLD_PX = 2;\n/** @typedef {Required<LH.Artifacts.SingleImageUsage>} WellDefinedImage */\n@@ -40,7 +40,9 @@ class ImageAspectRatio extends Audit {\nconst url ... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(image-aspect-ratio): loosen ratio check (#5358) | 1 | core | image-aspect-ratio |
791,834 | 29.05.2018 14:05:24 | 25,200 | 92728c9725318cffd14a5918b83be084b88661fd | extension(tsc): add type checking to extension entry points | [
{
"change_type": "MODIFY",
"diff": "@@ -109,33 +109,3 @@ yarn deploy-viewer\n# * Tell the world!!! *\necho \"Complete the _Release publicity_ tasks documented above\"\n```\n-\n-### Extension Canary release\n-\n-```sh\n-# Pull latest in a clean non-dev clone.\n-\n-yarn install-all\n-\n-# Update manifest_cana... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | extension(tsc): add type checking to extension entry points (#5346) | 1 | extension | tsc |
807,849 | 29.05.2018 14:10:26 | 25,200 | fd41b28bf12f7d73e15a623a6c99c7246c0c115c | deps: Jest 23 | [
{
"change_type": "MODIFY",
"diff": "}\n},\n\"babel-jest\": {\n- \"version\": \"22.4.4\",\n- \"resolved\": \"https://registry.npmjs.org/babel-jest/-/babel-jest-22.4.4.tgz\",\n- \"integrity\": \"sha512-A9NB6/lZhYyypR9ATryOSDcqBaqNdzq4U+CN+/wcMsLcmKkPxQEoTKLajGfd3IkxNyVBT8NewUK2nWyGbSzHEQ==\",\n+ \"version\": ... | JavaScript | MIT License | lerna/lerna | deps: Jest 23 | 1 | deps | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.