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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
815,590 | 03.01.2019 21:47:43 | -28,800 | ce812f3ceb37d4fd8ad2b280c1c503fe71079be5 | fix: use a bundled version of sqlite3 | [
{
"change_type": "MODIFY",
"diff": "@@ -1750,6 +1750,7 @@ name = \"libsqlite3-sys\"\nversion = \"0.11.0\"\nsource = \"registry+https://github.com/rust-lang/crates.io-index\"\ndependencies = [\n+ \"cc 1.0.27 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"pkg-config 0.3.14 (registry+https://git... | Rust | MIT License | nervosnetwork/ckb | fix: use a bundled version of sqlite3 | 1 | fix | null |
503,918 | 03.01.2019 22:08:43 | -7,200 | 0306a08cfe5134f5b0a37b701123efe1f22cd1b2 | fix(TextInput/Area): update type definitions
The "onChange" method receives two arguments: value and event.
According to TextArea.d.ts and TextInput.d.ts the value is
boolean while it is string.
This patch fixes this to the correct type.
In addition, "onChange" should be optional (TextArea.d.ts set
it to be mandatory by mistake). | [
{
"change_type": "MODIFY",
"diff": "@@ -2,12 +2,9 @@ import { SFC, HTMLProps, FormEvent } from 'react';\nimport { Omit } from '../../typeUtils';\nexport interface TextAreaProps extends Omit<HTMLProps<HTMLInputElement>, 'onChange'> {\n- className?: string;\nisRequired?: boolean;\nisValid?: boolean;\n- value?... | TypeScript | MIT License | patternfly/patternfly-react | fix(TextInput/Area): update type definitions (#1120)
The "onChange" method receives two arguments: value and event.
According to TextArea.d.ts and TextInput.d.ts the value is
boolean while it is string.
This patch fixes this to the correct type.
In addition, "onChange" should be optional (TextArea.d.ts set
it to be mandatory by mistake).
Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com> | 1 | fix | TextInput/Area |
217,922 | 03.01.2019 22:26:17 | -3,600 | 3dc65d02e285fce9bdf98f1bf1ff538f4d826368 | fix: removed the quick "hide completed" switch because it needs more stuff
See | [
{
"change_type": "MODIFY",
"diff": "import { Injectable } from '@angular/core';\nimport { Actions, Effect, ofType } from '@ngrx/effects';\n-import { CreateLayout, DeleteLayout, LayoutsActionTypes, LayoutsLoaded, SelectLayout, UpdateLayout } from './layouts.actions';\n+import {\n+ CreateLayout,\n+ DeleteLayo... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: removed the quick "hide completed" switch because it needs more stuff
See #675 | 1 | fix | null |
217,922 | 03.01.2019 22:54:14 | -3,600 | beaebffd5f54b5be6deb8608b219925f0c1ba95b | fix: fixed an issue with amount modification in some specific cases | [
{
"change_type": "MODIFY",
"diff": "@@ -200,7 +200,7 @@ export class List extends DataWithPermissions {\nitem.used += amount;\nif (item.used > previousUsed && item.used !== Math.min(item.done + amount, item.amount)) {\n// Set amount to the amount of items to add to the total.\n- amount = amount - (item.done... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed an issue with amount modification in some specific cases | 1 | fix | null |
503,918 | 03.01.2019 23:01:53 | -7,200 | 79a4d0817097bdd3985458d42ceb57d3af1ccea6 | docs(Select): Add an invalid select example | [
{
"change_type": "MODIFY",
"diff": "@@ -2,6 +2,7 @@ import { Select, SelectOption, SelectOptionGroup } from '@patternfly/react-core'\nimport SelectInput from './examples/SelectInput';\nimport SelectInputDisabled from './examples/SelectInputDisabled';\nimport SelectInputGrouped from './examples/SelectInputGr... | TypeScript | MIT License | patternfly/patternfly-react | docs(Select): Add an invalid select example (#1110)
Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com> | 1 | docs | Select |
67,494 | 03.01.2019 23:43:53 | -3,600 | 530d9a2f929680f5d56e74fe07b04e1930bbfb6e | feat(router): add parallel activation of components | [
{
"change_type": "MODIFY",
"diff": "-import { PLATFORM } from '@aurelia/kernel';\nimport { CustomElementResource, ICustomElement, ICustomElementType, IDOM, INode, IProjectorLocator, IRenderingEngine, LifecycleFlags } from '@aurelia/runtime';\nimport { INavigationInstruction } from './history-browser';\nimpo... | TypeScript | MIT License | aurelia/aurelia | feat(router): add parallel activation of components | 1 | feat | router |
679,913 | 04.01.2019 00:16:31 | 0 | 992f31acaad108711be54925cb4bc967dcaf82a5 | feat(fsm): add always(), lit(), not(), cleanup imports | [
{
"change_type": "ADD",
"diff": "+import { LitCallback, Matcher } from \"./api\";\n+import { success } from \"./success\";\n+\n+export const always =\n+ <T, C, R>(callback?: LitCallback<T, C, R>): Matcher<T, C, R> =>\n+ () =>\n+ (ctx, x) =>\n+ success(callback && callback(ctx, x));\n",
"new_path": "pack... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(fsm): add always(), lit(), not(), cleanup imports | 1 | feat | fsm |
679,913 | 04.01.2019 00:42:42 | 0 | 980d4888b1e9830f5b89eac0bd81cb8e3f06f784 | feat(examples): update MD parser, styles, readme | [
{
"change_type": "MODIFY",
"diff": "@@ -24,13 +24,14 @@ The parser itself is not aimed at supporting **all** of Markdown's\nquirky syntax features, but will restrict itself to a sane subset of\nfeatures and already sports:\n-- headlines (level 1-6)\n+- ATX headlines (level 1-6, then downgrade to paragraph)\... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(examples): update MD parser, styles, readme | 1 | feat | examples |
67,494 | 04.01.2019 02:13:27 | -3,600 | 0990e82d2842ac432e55a8d4db466d3dbd31521e | chore(router): fix linting and style | [
{
"change_type": "MODIFY",
"diff": "@@ -27,6 +27,7 @@ export class NavCustomElement {\nconstructor(router: Router) {\nthis.router = router;\n+\nthis.name = null;\nthis.routes = null;\nthis.level = 0;\n",
"new_path": "packages/router/src/resources/nav.ts",
"old_path": "packages/router/src/resources/n... | TypeScript | MIT License | aurelia/aurelia | chore(router): fix linting and style | 1 | chore | router |
67,476 | 04.01.2019 03:39:53 | -3,600 | 4a17325d7a0252bb6d4b66930e158234fd541e36 | chore(router): add note for unused nav files | [
{
"change_type": "MODIFY",
"diff": "+// NOTE: this file is currently not in use\n+\nimport { ICustomElementType, IObserverLocator, IPropertyObserver } from '@aurelia/runtime';\nimport { INavRoute, Nav } from './nav';\nimport { Router } from './router';\n",
"new_path": "packages/router/src/nav-route.ts",... | TypeScript | MIT License | aurelia/aurelia | chore(router): add note for unused nav files | 1 | chore | router |
679,913 | 04.01.2019 04:16:49 | 0 | a93360752c2d0a2db7f38ef06e4107792d948e0f | feat(fsm): update not() | [
{
"change_type": "MODIFY",
"diff": "-import { Match, RES_FAIL, RES_PARTIAL, Matcher } from \"./api\";\n+import { Match, RES_FAIL, RES_PARTIAL, Matcher, SeqCallback } from \"./api\";\nimport { success } from \"./success\";\n-export const not =\n- <T, C, R>(match: Matcher<T, C, R>, callback?): Matcher<T, C, R... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(fsm): update not() | 1 | feat | fsm |
679,913 | 04.01.2019 04:17:23 | 0 | 9585b86e17899995dd4fb521184aa6ac21b6391b | feat(examples): add initial MD table support | [
{
"change_type": "MODIFY",
"diff": "@@ -16,6 +16,9 @@ const CUSTOM_TAGS: Partial<TagFactories> = {\ncodeblock: (lang, body) => [\"pre.bg-washed-yellow.pa3.f7.overflow-x-scroll\", { lang: lang || \"code\" }, [\"code\", body]],\nlink: (href, body) => [\"a.link.dark-blue.hover-white.hover-bg-dark-blue.b\", { h... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(examples): add initial MD table support | 1 | feat | examples |
67,476 | 04.01.2019 04:18:23 | -3,600 | 8c93f5b1a28b0f9da8d9b960defde3a99e839de5 | chore(router): replace Object with Record types | [
{
"change_type": "MODIFY",
"diff": "@@ -4,9 +4,9 @@ export interface IHistoryEntry {\nindex?: number;\ntitle?: string;\nquery?: string;\n- parameters?: Object;\n+ parameters?: Record<string, string>;\nparameterList?: string[];\n- data?: Object;\n+ data?: Record<string, unknown>;\n}\nexport interface IHistor... | TypeScript | MIT License | aurelia/aurelia | chore(router): replace Object with Record types | 1 | chore | router |
217,922 | 04.01.2019 08:24:30 | -3,600 | c0d4ccd55f4f00e9506ea46861fe9014fac09034 | fix(desktop): implemented possible fix for auto updater | [
{
"change_type": "MODIFY",
"diff": "<div *ngIf=\"updateAvailable === false && !checkingForUpdate\">\n{{'SETTINGS.No_update_available' | translate}}\n</div>\n- <button nz-button nzType=\"primary\" (click)=\"installUpdate()\" *ngIf=\"updateAvailable && !checkingForUpdate\">\n+ <button nz-button nzType=\"prima... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(desktop): implemented possible fix for auto updater | 1 | fix | desktop |
217,922 | 04.01.2019 09:05:25 | -3,600 | f45986fa82c00b142fbcf7349e86f354a9b0aa4b | chore: fix for translation label | [
{
"change_type": "MODIFY",
"diff": "\"Rename\": \"Rename list\",\n\"Copied_x_times\": \"Copied {{count}} times\",\n\"Enable_crystals_tracking\": \"Enable crystals tracking\",\n- \"Always_show_inventory\": \"Always show inventory (disabled on mobile)\",\n+ \"Always_show_inventory\": \"Always show inventory (... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: fix for translation label | 1 | chore | null |
807,849 | 04.01.2019 09:34:32 | 28,800 | 5075d8c9883323aecdb95b7d02a8e116eb65441d | docs(publish): Clarify options, shuffle order, fix indent | [
{
"change_type": "MODIFY",
"diff": "```sh\nlerna publish # publish packages that have changed since the last release\n-lerna publish from-git # explicitly publish packages tagged in current commit\n+lerna publish from-git # explicitly publish packages tagged in the current commit\nlerna publish from-package... | JavaScript | MIT License | lerna/lerna | docs(publish): Clarify options, shuffle order, fix indent | 1 | docs | publish |
807,849 | 04.01.2019 11:02:16 | 28,800 | 7a65a870692c8b57ad9351cb6662b307e8352fc7 | fix(project): Deprecate root-level config keys as well, prioritizing nested | [
{
"change_type": "MODIFY",
"diff": "],\n\"command\": {\n\"publish\": {\n+ \"cdVersion\": \"major\",\n\"loglevel\": \"success\"\n}\n},\n",
"new_path": "core/project/__fixtures__/extends-deprecated/base.json",
"old_path": "core/project/__fixtures__/extends-deprecated/base.json"
},
{
"change_ty... | JavaScript | MIT License | lerna/lerna | fix(project): Deprecate root-level config keys as well, prioritizing nested | 1 | fix | project |
807,849 | 04.01.2019 11:04:31 | 28,800 | 196d663f97ccd094d34d2ace1ced43f35e471349 | fix(publish): Deprecate `--npm-tag`, replaced by `--dist-tag` | [
{
"change_type": "MODIFY",
"diff": "@@ -51,7 +51,7 @@ This is useful when a previous `lerna publish` failed to publish all packages to\n- [`--canary`](#--canary)\n- [`--contents <dir>`](#--contents-dir)\n-- [`--npm-tag <dist-tag>`](#--npm-tag-dist-tag)\n+- [`--dist-tag <tag>`](#--dist-tag-tag)\n- [`--no-git... | JavaScript | MIT License | lerna/lerna | fix(publish): Deprecate `--npm-tag`, replaced by `--dist-tag` | 1 | fix | publish |
273,683 | 04.01.2019 11:09:41 | -3,600 | 4d5801d7fce4bef4fdae424d09ec6b8c2b206bdf | fix(remark): calculate time to read correctly | [
{
"change_type": "MODIFY",
"diff": "@@ -123,8 +123,8 @@ class RemarkTransformer {\ndefaultValue: 230\n}\n},\n- resolve: (node, { speed }) => {\n- const html = this.stringifyNode(node)\n+ resolve: async (node, { speed }) => {\n+ const html = await this.stringifyNode(node)\nconst text = htmlToText.fromString(... | JavaScript | MIT License | gridsome/gridsome | fix(remark): calculate time to read correctly | 1 | fix | remark |
730,429 | 04.01.2019 12:18:06 | 18,000 | b319a6fc2a087873c8087bc50543f17d128e0d8e | chore(spark-widget-base): update redux devtools name | [
{
"change_type": "MODIFY",
"diff": "@@ -39,7 +39,9 @@ function constructReducers(reducers) {\n* @returns {Function} creates a wrapped React component\n*/\nexport default function withInitialState({reducers = {}}) {\n- const devtools = window.devToolsExtension || (() => (noop) => noop);\n+ // eslint-disable-... | JavaScript | MIT License | webex/react-widgets | chore(spark-widget-base): update redux devtools name
https://github.com/zalmoxisus/redux-devtools-extension#usage | 1 | chore | spark-widget-base |
815,605 | 04.01.2019 13:18:53 | -28,800 | 22adb37db42d6ead1b7d28020602be8c5cf2b820 | feat: Add block level script cycle limit | [
{
"change_type": "MODIFY",
"diff": "@@ -577,7 +577,7 @@ dependencies = [\n\"byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"ckb-core 0.4.0-pre\",\n\"ckb-protocol 0.4.0-pre\",\n- \"ckb-vm 0.1.0 (git+https://github.com/nervosnetwork/ckb-vm?rev=f32bdcb)\",\n+ \"ckb-vm 0.1.0 (git+h... | Rust | MIT License | nervosnetwork/ckb | feat: Add block level script cycle limit | 1 | feat | null |
815,605 | 04.01.2019 13:25:25 | -28,800 | 6e103115131119194e8c52bb898b7e1ff9f250ab | feat: Add cycle costs to CKB syscalls | [
{
"change_type": "MODIFY",
"diff": "@@ -35,6 +35,7 @@ impl<'a, R: Register, M: Memory> Syscalls<R, M> for Debugger<'a> {\naddr += 1;\n}\n+ machine.add_cycles((buffer.len() as u64 + 1) * 10);\nlet s = String::from_utf8(buffer).map_err(|_| VMError::ParseError)?;\ndebug!(target: \"script\", \"{} DEBUG OUTPUT: ... | Rust | MIT License | nervosnetwork/ckb | feat: Add cycle costs to CKB syscalls | 1 | feat | null |
815,601 | 04.01.2019 14:19:16 | -28,800 | aebeb7fd6df5539084869cd1d840cc8fe0042d97 | feat: enum der config | [
{
"change_type": "MODIFY",
"diff": "@@ -328,7 +328,7 @@ dependencies = [\n\"ckb-sync 0.4.0-pre\",\n\"ckb-util 0.4.0-pre\",\n\"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n- \"config 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)\",\n+ \"config 0.9.2 (registry+https:... | Rust | MIT License | nervosnetwork/ckb | feat: enum der config (#156) | 1 | feat | null |
815,605 | 04.01.2019 14:29:15 | -28,800 | 7645f795751abb4877ad87ae92df0dc4ebccb0ef | fix: Fix clippy | [
{
"change_type": "MODIFY",
"diff": "@@ -20,7 +20,7 @@ pub const ORPHAN_RATE_TARGET: f32 = 0.1;\npub const POW_TIME_SPAN: u64 = 12 * 60 * 60 * 1000; // 12 hours\npub const POW_SPACING: u64 = 15 * 1000; //15s\n-pub const MAX_BLOCK_CYCLES: Cycle = 100000000;\n+pub const MAX_BLOCK_CYCLES: Cycle = 100_000_000;\n... | Rust | MIT License | nervosnetwork/ckb | fix: Fix clippy | 1 | fix | null |
807,849 | 04.01.2019 14:48:00 | 28,800 | c528758015219d0cfb47f2cd3e40ab2b977320e2 | refactor(npm-publish): Only accept tag via options | [
{
"change_type": "MODIFY",
"diff": "const registry = new Map();\n// by default, act like a spy that populates registry\n-const mockNpmPublish = jest.fn((pkg, tag) => {\n- registry.set(pkg.name, tag);\n+const mockNpmPublish = jest.fn((pkg, tarData, opts) => {\n+ registry.set(pkg.name, opts.tag);\nreturn Prom... | JavaScript | MIT License | lerna/lerna | refactor(npm-publish): Only accept tag via options | 1 | refactor | npm-publish |
807,849 | 04.01.2019 14:51:00 | 28,800 | 5a041458cba957064c51983155a8cfd2cc43fd55 | fix(publish): Tweak progress logging | [
{
"change_type": "MODIFY",
"diff": "@@ -515,7 +515,7 @@ class PublishCommand extends Command {\npackUpdated() {\nconst tracker = this.logger.newItem(\"npm pack\");\n- tracker.addWork(this.packagesToPublish.length + 1);\n+ tracker.addWork(this.packagesToPublish.length);\nlet chain = Promise.resolve();\n@@ -5... | JavaScript | MIT License | lerna/lerna | fix(publish): Tweak progress logging | 1 | fix | publish |
791,834 | 04.01.2019 14:55:49 | 28,800 | 9a8acde915f6f8f2d6c4689e101884f55c94a358 | tests(smokehouse): use native node URLSearchParams | [
{
"change_type": "MODIFY",
"diff": "@@ -13,7 +13,7 @@ const path = require('path');\nconst fs = require('fs');\nconst parseQueryString = require('querystring').parse;\nconst parseURL = require('url').parse;\n-const URLSearchParams = require('../../../lighthouse-core/lib/url-shim').URLSearchParams;\n+const U... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests(smokehouse): use native node URLSearchParams (#6929) | 1 | tests | smokehouse |
217,922 | 04.01.2019 15:16:39 | -3,600 | 8db06afcf15c05530163db33773c7cfd51086d87 | feat(list-panel): brought back the items counter in list panel header | [
{
"change_type": "MODIFY",
"diff": "<ng-template #panelHeader>\n<div class=\"panel-header\" nz-row fxLayout=\"row\" fxLayout.lt-md=\"column\" fxLayoutGap.lt-md=\"5px\">\n<div nz-col nzSm=\"22\" nzMd=\"4\">\n- {{_list.name}}\n+ {{_list.name}} - {{'LIST.Items_count' | translate:{ amount: _list.finalItems.leng... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(list-panel): brought back the items counter in list panel header | 1 | feat | list-panel |
503,942 | 04.01.2019 15:17:07 | 18,000 | 2878615a5489671605dda6dcb673ffdb3a6b8da5 | fix(dropdown): add focus trap option that allows close on click | [
{
"change_type": "MODIFY",
"diff": "@@ -45,7 +45,9 @@ const DropdownMenu = ({ className, isOpen, position, children, component: Compon\n);\n} else if (Component === 'ul') {\nmenu = (\n- <FocusTrap>\n+ <FocusTrap focusTrapOptions={{\n+ clickOutsideDeactivates: true\n+ }}>\n<Component\n{...props}\nclassName={... | TypeScript | MIT License | patternfly/patternfly-react | fix(dropdown): add focus trap option that allows close on click (#1126) | 1 | fix | dropdown |
217,922 | 04.01.2019 15:23:32 | -3,600 | 6291d2a52d790edbfee898052190c27b5c5d258d | feat: new "buy a Teamcraft T-shirt" button in search intro | [
{
"change_type": "MODIFY",
"diff": "<a href=\"https://donorbox.org/ffxiv-teamcraft-funding\" target=\"_blank\" nz-button nzType=\"primary\">\n{{\"SEARCH_INTRO.Donation_button\" | translate}}\n</a>\n+ <a href=\"https://teespring.com/ffxiv-teamcraft\" target=\"_blank\" nz-button>\n+ {{\"SEARCH_INTRO.Buy_a_tsh... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: new "buy a Teamcraft T-shirt" button in search intro | 1 | feat | null |
815,605 | 04.01.2019 15:32:40 | -28,800 | 46181cdda78aed6b1f3f099f10d222f280eb851d | fix: Improve code using rayon per code review | [
{
"change_type": "MODIFY",
"diff": "@@ -13,4 +13,5 @@ pub enum ScriptError {\nArgumentError,\nValidationFailure(u8),\nVMError(VMInternalError),\n+ ExceededMaximumCycles,\n}\n",
"new_path": "script/src/lib.rs",
"old_path": "script/src/lib.rs"
},
{
"change_type": "MODIFY",
"diff": "@@ -178... | Rust | MIT License | nervosnetwork/ckb | fix: Improve code using rayon per code review | 1 | fix | null |
679,913 | 04.01.2019 15:37:01 | 0 | b60bf31a3337763d080dcaed6bc2ef1880cb08ea | refactor(examples): cleanup parser & rules, tag handling, update readme | [
{
"change_type": "MODIFY",
"diff": "@@ -24,47 +24,59 @@ The parser itself is not aimed at supporting **all** of Markdown's\nquirky syntax features, but will restrict itself to a sane subset of\nfeatures and already sports:\n-- ATX headlines (level 1-6, then downgrade to paragraph)\n-- paragraphs\n-- blockqu... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): cleanup parser & rules, tag handling, update readme | 1 | refactor | examples |
679,913 | 04.01.2019 15:50:47 | 0 | 120a7afd93f60d9a693684051ecc1056bc97e6db | refactor(examples): remove 2nd table row in collectTable() | [
{
"change_type": "MODIFY",
"diff": "@@ -16,7 +16,7 @@ const CUSTOM_TAGS: Partial<TagFactories> = {\ncodeblock: (lang, body) => [\"pre.bg-washed-yellow.pa3.f7.overflow-x-scroll\", { lang: lang || \"code\" }, [\"code\", body]],\nlink: (href, body) => [\"a.link.dark-blue.hover-white.hover-bg-dark-blue.b\", { h... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): remove 2nd table row in collectTable() | 1 | refactor | examples |
807,849 | 04.01.2019 15:52:52 | 28,800 | 1877def191a2d3a2c4fe63296dca76383ec070ce | fix(npm-publish): Ensure pkg.publishConfig is handled correctly
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -67,6 +67,51 @@ describe(\"npm-publish\", () => {\n);\n});\n+ it(\"overrides pkg.publishConfig.tag when opts.tag is not defaulted\", async () => {\n+ readJSON.mockResolvedValueOnce({\n+ publishConfig: {\n+ tag: \"beta\",\n+ },\n+ });\n+ const opts = new Map().set(\"tag... | JavaScript | MIT License | lerna/lerna | fix(npm-publish): Ensure pkg.publishConfig is handled correctly
Fixes #1498 | 1 | fix | npm-publish |
807,849 | 04.01.2019 16:21:49 | 28,800 | af1c2adc4f1b7cddb5885635aba197a851893516 | fix(publish): Ensure pkg.publishConfig is handled correctly when promoting dist-tags | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"@integration/package-1\",\n- \"version\": \"1.0.0\"\n+ \"version\": \"1.0.0\",\n+ \"publishConfig\": {\n+ \"access\": \"public\",\n+ \"tag\": \"CUSTOM\"\n+ }\n}\n",
"new_path": "commands/publish/__tests__/__fixtures__/integration/package-1/package.json"... | JavaScript | MIT License | lerna/lerna | fix(publish): Ensure pkg.publishConfig is handled correctly when promoting dist-tags | 1 | fix | publish |
807,849 | 04.01.2019 16:25:44 | 28,800 | 6c0d1d8af1260a44bd1990f9ef340d5227473b14 | docs(publish): Add 'Per-Package Configuration' section | [
{
"change_type": "MODIFY",
"diff": "@@ -20,13 +20,7 @@ When run, this command does one of the following things:\n> Lerna will never publish packages which are marked as private (`\"private\": true` in the `package.json`).\n-**Note:** to publish scoped packages, you need to add the following to each `package... | JavaScript | MIT License | lerna/lerna | docs(publish): Add 'Per-Package Configuration' section | 1 | docs | publish |
807,849 | 04.01.2019 16:31:01 | 28,800 | 63a7a89939c026b9c7525587d20808b61c20e60b | fix(npm-dist-tag): Improve robustness | [
{
"change_type": "MODIFY",
"diff": "@@ -29,7 +29,7 @@ describe(\"npmDistTag.add()\", () => {\n\"added-tag\": \"1.0.1\",\n});\nexpect(fetch).toHaveBeenLastCalledWith(\n- \"-/package/@scope%2fsome-pkg/dist-tags/added-tag\",\n+ \"/-/package/@scope%2fsome-pkg/dist-tags/added-tag\",\nexpect.figgyPudding({\nmetho... | JavaScript | MIT License | lerna/lerna | fix(npm-dist-tag): Improve robustness | 1 | fix | npm-dist-tag |
310,980 | 04.01.2019 16:39:48 | 21,600 | 6aa7ae604392d8c7ad968aba074932ec8aa7bbf3 | fix(doctor): handle multilines for viewport-fit-not-set | [
{
"change_type": "MODIFY",
"diff": "@@ -275,7 +275,7 @@ export class ViewportFitNotSet extends Ailment {\nasync detected() {\nconst indexHtml = await readFile(path.resolve(await this.project.getSourceDir(), 'index.html'), { encoding: 'utf8' });\n- const m = indexHtml.match(/\\<meta.*viewport-fit=cover/);\n+... | TypeScript | MIT License | ionic-team/ionic-cli | fix(doctor): handle multilines for viewport-fit-not-set (#3809) | 1 | fix | doctor |
679,913 | 04.01.2019 16:51:59 | 0 | 81e3fc799327551f05d370c02d3617bca3772631 | feat(fsm): add never(), optimize alts(), add docs for all matchers | [
{
"change_type": "MODIFY",
"diff": "import {\nMatch,\nMatcher,\n+ MatcherInst,\n+ MatchResult,\nRES_FAIL,\nRES_PARTIAL,\nResultBody\n} from \"./api\";\n-import { success } from \"./success\";\n+import { result } from \"./result\";\n/**\n* Returns a composed matcher which applies inputs to all given child\n@... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(fsm): add never(), optimize alts(), add docs for all matchers | 1 | feat | fsm |
679,913 | 04.01.2019 17:16:37 | 0 | 0a505c1a69275bb9199cfd8e731f21e38228bb27 | docs(fsm): update readme & package | [
{
"change_type": "MODIFY",
"diff": "@@ -14,6 +14,9 @@ This project is part of the\n- [Installation](#installation)\n- [Dependencies](#dependencies)\n- [Usage examples](#usage-examples)\n+- [API](#api)\n+ - [Matchers](#matchers)\n+ - [FSM transducer](#fsm-transducer)\n- [Authors](#authors)\n- [License](#lice... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(fsm): update readme & package | 1 | docs | fsm |
791,690 | 04.01.2019 17:44:31 | 21,600 | ca87ea3e7992c46fdd97334d400dd04e56e5c675 | core(lantern): remove unnecessary sort calls | [
{
"change_type": "MODIFY",
"diff": "@@ -93,6 +93,39 @@ module.exports = class ConnectionPool {\n}\n}\n+ /**\n+ * @param {Array<TcpConnection>} connections\n+ * @param {{ignoreConnectionReused?: boolean, observedConnectionWasReused: boolean}} options\n+ */\n+ _findAvailableConnectionWithLargestCongestionWind... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(lantern): remove unnecessary sort calls (#6900) | 1 | core | lantern |
679,913 | 04.01.2019 20:07:30 | 0 | 5f09d3ecbaec11ec29634b0c9b8b953716a8100a | fix(examples): add missing return types | [
{
"change_type": "MODIFY",
"diff": "@@ -31,6 +31,8 @@ const STRIKE = \"strike\";\nconst STRONG = \"strong\";\nconst TITLE = \"title\";\n+type ParseResult = ResultBody<any[]>;\n+\n// parse context\ninterface FSMCtx {\nstack: any[];\n@@ -85,7 +87,7 @@ const DEFAULT_TAGS: TagFactories = {\n// state / context h... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(examples): add missing return types | 1 | fix | examples |
273,659 | 04.01.2019 20:22:35 | -32,400 | f78d528467a494a05852bfdec779c09c4dedfd71 | feat(contentful): asset references | [
{
"change_type": "MODIFY",
"diff": "@@ -25,6 +25,21 @@ class ContentfulSource {\nspace, accessToken, environment, host\n})\n+ const { items: assets } = await client.getAssets()\n+\n+ const assetCollection = addContentType({\n+ typeName: makeTypeName('asset')\n+ })\n+\n+ for (const asset of assets) {\n+ cons... | JavaScript | MIT License | gridsome/gridsome | feat(contentful): asset references (#95) | 1 | feat | contentful |
749,556 | 04.01.2019 21:08:22 | -3,600 | 55bcb2918da1cd98b86a347159c4d72fa5c474c3 | chore(styleguide): use auto completion for selecting the package to run | [
{
"change_type": "MODIFY",
"diff": "\"eslint-plugin-prettier\": \"3.0.0\",\n\"eslint-plugin-react\": \"7.11.1\",\n\"fs-extra\": \"7.0.1\",\n+ \"fuzzy\": \"0.1.3\",\n\"gh-pages\": \"2.0.1\",\n\"github-markdown-css\": \"2.10.0\",\n\"handlebars\": \"4.0.12\",\n\"husky\": \"1.2.1\",\n\"identity-obj-proxy\": \"3... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | chore(styleguide): use auto completion for selecting the package to run | 1 | chore | styleguide |
679,913 | 04.01.2019 22:11:21 | 0 | 35db07fee79b3ac83e9083a8b0f6d811cb5a5fba | feat(hiccup-markdown): add & refactor markdown parser (from example), update docs | [
{
"change_type": "MODIFY",
"diff": "@@ -10,9 +10,17 @@ This project is part of the\n<!-- TOC depthFrom:2 depthTo:3 -->\n- [About](#about)\n- - [Behaviors](#behaviors)\n- [Installation](#installation)\n- [Dependencies](#dependencies)\n+- [Parser](#parser)\n+ - [Features](#features)\n+ - [Limitations](#limita... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(hiccup-markdown): add & refactor markdown parser (from example), update docs | 1 | feat | hiccup-markdown |
679,913 | 04.01.2019 22:22:01 | 0 | 343280d8305a77bc007399b38d8d8c869f8b7f11 | refactor(examples): update MD demo, use parser from hiccup-markdown package | [
{
"change_type": "MODIFY",
"diff": "@@ -5,18 +5,15 @@ This project is part of the\n## About\n-This example is a test environment for a new & minimal\n+This example is a test environment for the new & minimal\n[Markdown](https://en.wikipedia.org/wiki/Markdown) parser & converter to\n[hiccup](https://github.c... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): update MD demo, use parser from hiccup-markdown package | 1 | refactor | examples |
217,922 | 04.01.2019 23:25:05 | -3,600 | 50144cfc391784da2913b696bbe105694662d34e | fix(desktop): fixed linux build | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"ffxiv-teamcraft\",\n\"description\": \"Collaborative crafting made easy\",\n+ \"homepage\": \"https://ffxivteamcraft.com\",\n\"author\": \"Flavien Normand <contact@flavien-normand.fr>\",\n\"version\": \"5.0.0-rc.11\",\n\"license\": \"MIT\",\n\"translations:... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(desktop): fixed linux build | 1 | fix | desktop |
679,913 | 05.01.2019 03:52:57 | 0 | fc22a27e2c50f34caf3e6aa9ecce1b5fb0c1728d | refactor(paths): update all as arrow fns | [
{
"change_type": "MODIFY",
"diff": "-import { isArray } from \"@thi.ng/checks/is-array\";\nimport { isString } from \"@thi.ng/checks/is-string\";\nimport { illegalArgs } from \"@thi.ng/errors/illegal-arguments\";\n@@ -6,9 +5,12 @@ export type Path = PropertyKey | PropertyKey[];\nexport type UpdateFn<T> = (c... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(paths): update all as arrow fns | 1 | refactor | paths |
679,913 | 05.01.2019 06:12:07 | 0 | aaf2723ffb1e50887b1fec0a827c61298098b553 | refactor(associative): use arrow fns, update formatting | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,8 @@ import { IObjectOf } from \"@thi.ng/api/api\";\n* @param a\n* @param b\n*/\n-export function commonKeysMap<K>(a: Map<K, any>, b: Map<K, any>) {\n+export const commonKeysMap =\n+ <K>(a: Map<K, any>, b: Map<K, any>) => {\nconst res: K[] = [];\nfor (let k of ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(associative): use arrow fns, update formatting | 1 | refactor | associative |
679,913 | 05.01.2019 06:12:45 | 0 | 025412a04674545f4575f1a599fa4859dec31b20 | refactor(compare): use arrow fns | [
{
"change_type": "MODIFY",
"diff": "-export function compare(a: any, b: any): number {\n+export const compare =\n+ (a: any, b: any): number => {\nif (a === b) {\nreturn 0;\n}\n@@ -15,4 +16,4 @@ export function compare(a: any, b: any): number {\nreturn -b.compare(a);\n}\nreturn a < b ? -1 : a > b ? 1 : 0;\n-... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(compare): use arrow fns | 1 | refactor | compare |
679,913 | 05.01.2019 06:13:22 | 0 | 35377bd580f439cdf032a7c3547ee29f2fb93477 | refactor(compose): use arrow fns | [
{
"change_type": "MODIFY",
"diff": "@@ -26,8 +26,9 @@ import { FnAny } from \"@thi.ng/api/api\";\n* @param init\n* @param fns\n*/\n-export function threadFirst(init: any, ...fns: (FnAny<any> | [FnAny<any>, ...any[]])[]) {\n- return fns.reduce(\n+export const threadFirst =\n+ (init: any, ...fns: (FnAny<any> ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(compose): use arrow fns | 1 | refactor | compose |
679,913 | 05.01.2019 06:13:58 | 0 | d9f4bd3fc7b02713c61c49e172533b09b8e4af3c | refactor(errors): use arrow fns | [
{
"change_type": "MODIFY",
"diff": "@@ -4,6 +4,7 @@ export class IllegalArgumentError extends Error {\n}\n}\n-export function illegalArgs(msg?: any): never {\n+export const illegalArgs =\n+ (msg?: any): never => {\nthrow new IllegalArgumentError(msg);\n-}\n+ };\n",
"new_path": "packages/errors/src/illeg... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(errors): use arrow fns | 1 | refactor | errors |
679,913 | 05.01.2019 06:14:37 | 0 | 3b74de9277ce41260da61b4ce1ce071963b725d1 | refactor(hiccup-css): use arrow fns | [
{
"change_type": "MODIFY",
"diff": "import { RuleFn } from \"./api\";\nimport { indent } from \"./impl\";\n-export function comment(body: string, force = false): RuleFn {\n- return (acc, opts) => {\n+export const comment =\n+ (body: string, force = false): RuleFn =>\n+ (acc, opts) => {\nconst space = indent... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(hiccup-css): use arrow fns | 1 | refactor | hiccup-css |
679,913 | 05.01.2019 06:15:35 | 0 | 560207a063cff71fa94e679220b12e807584dde7 | refactor(math): use arrow fns | [
{
"change_type": "MODIFY",
"diff": "import { EPS } from \"./api\";\n-export const absDiff = (x: number, y: number) =>\n+export const absDiff =\n+ (x: number, y: number) =>\nMath.abs(x - y);\n-export const sign = (x: number, eps = EPS) =>\n+export const sign =\n+ (x: number, eps = EPS) =>\nx > eps ? 1 : x < ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(math): use arrow fns | 1 | refactor | math |
679,913 | 05.01.2019 06:16:29 | 0 | e0f7cb8524a528dba29859bb848154f9bd058d96 | minor(resolve-map): update formatting | [
{
"change_type": "MODIFY",
"diff": "@@ -91,7 +91,8 @@ export type LookupPath = PropertyKey[];\n*\n* @param root\n*/\n-export const resolve = (root: any) => {\n+export const resolve =\n+ (root: any) => {\nif (isPlainObject(root)) {\nreturn resolveMap(root);\n} else if (isArray(root)) {\n@@ -100,7 +101,13 @@ ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | minor(resolve-map): update formatting | 1 | minor | resolve-map |
679,913 | 05.01.2019 06:18:52 | 0 | ff9f8e0cc88b7304e64b344768c72562c4d7c807 | minor(rstream-graph): update formatting | [
{
"change_type": "MODIFY",
"diff": "-import { IObjectOf } from \"@thi.ng/api/api\";\n+import { Fn, IObjectOf } from \"@thi.ng/api/api\";\nimport { Path } from \"@thi.ng/paths\";\n+import { ResolveFn } from \"@thi.ng/resolve-map\";\nimport { ISubscribable } from \"@thi.ng/rstream/api\";\nimport { Transducer ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | minor(rstream-graph): update formatting | 1 | minor | rstream-graph |
679,913 | 05.01.2019 06:19:35 | 0 | 14c00b29659ad321fc65b1c679c1ff91e8e42ea1 | refactor(rstream-log): use arrow fns | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,8 @@ import { isNode } from \"@thi.ng/checks/is-node\";\nimport { unsupported } from \"@thi.ng/errors/unsupported\";\nimport { ISubscriber } from \"@thi.ng/rstream/api\";\n-export function writeFile(path: string): ISubscriber<string> {\n+export const writeFile ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(rstream-log): use arrow fns | 1 | refactor | rstream-log |
679,913 | 05.01.2019 06:20:27 | 0 | 393d23eded277bac8846295268cf8afb92d581f4 | minor(rstream-query): update formatting | [
{
"change_type": "MODIFY",
"diff": "@@ -6,12 +6,14 @@ import { mapcat } from \"@thi.ng/transducers/xform/mapcat\";\nlet NEXT_ID = 0;\n-const mapBNode = (s: any, p: any, o: any) => {\n+const mapBNode =\n+ (s: any, p: any, o: any) => {\nconst id = `__b${NEXT_ID++}__`;\nreturn concat([[s, p, id]], asTriples(o,... | TypeScript | Apache License 2.0 | thi-ng/umbrella | minor(rstream-query): update formatting | 1 | minor | rstream-query |
679,913 | 05.01.2019 06:21:02 | 0 | 8904cb4c5e20b9b6e6eabd715ef7bdfc6272282f | refactor(rstream-gestures): use arrow fns | [
{
"change_type": "MODIFY",
"diff": "@@ -105,9 +105,14 @@ export interface GestureStreamOpts extends IID<string> {\n* @param el\n* @param opts\n*/\n-export function gestureStream(el: HTMLElement, opts?: Partial<GestureStreamOpts>): StreamMerge<any, GestureEvent> {\n+export const gestureStream = (\n+ el: HTML... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(rstream-gestures): use arrow fns | 1 | refactor | rstream-gestures |
679,913 | 05.01.2019 06:21:35 | 0 | 762db4e334c524ae95e4cb3453f4e401d3335b54 | refactor(rstream-csp): use arrow fns | [
{
"change_type": "MODIFY",
"diff": "@@ -7,8 +7,10 @@ import { Stream } from \"@thi.ng/rstream/stream\";\n* @param src\n* @param closeWhenCancelled\n*/\n-export function fromChannel<T>(src: Channel<T>, closeWhenCancelled = true) {\n- return new Stream<T>((stream) => {\n+export const fromChannel =\n+ <T>(src:... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(rstream-csp): use arrow fns | 1 | refactor | rstream-csp |
679,913 | 05.01.2019 06:22:15 | 0 | 6eba241520311f06725084398a6e4ce37768aa42 | refactor(rle-pack): use arrow fns | [
{
"change_type": "MODIFY",
"diff": "@@ -12,7 +12,12 @@ export type RLESizes = [number, number, number, number];\n* @param wordSize in bits, range 1 - 32\n* @param rleSizes run-length group sizes (in bits, max. 16)\n*/\n-export function encode(src: Iterable<number>, num: number, wordSize = 8, rleSizes: RLESi... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(rle-pack): use arrow fns | 1 | refactor | rle-pack |
679,913 | 05.01.2019 06:23:37 | 0 | 5d5302866bdcf62fc5b85fd7c5f33cd8bd34e29c | refactor(csp): use arrow fns | [
{
"change_type": "MODIFY",
"diff": "-export function shuffle<T>(items: T[]) {\n+export const shuffle =\n+ <T>(items: T[]) => {\nlet n = items.length;\nif (n > 1) {\nwhile (n > 0) {\n@@ -10,4 +11,4 @@ export function shuffle<T>(items: T[]) {\n}\n}\nreturn items;\n-}\n+ };\n",
"new_path": "packages/csp/sr... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(csp): use arrow fns | 1 | refactor | csp |
679,913 | 05.01.2019 06:23:48 | 0 | 48670f58be5b7f3f0572dd4062a23005d707a0c7 | refactor(memoize): use arrow fns | [
{
"change_type": "MODIFY",
"diff": "@@ -16,8 +16,8 @@ const cache: any = {};\n* @param id\n* @param factory\n*/\n-export function defonce<T>(id: string, factory: Fn0<T>): T {\n- return cache.hasOwnProperty(id) ?\n+export const defonce =\n+ <T>(id: string, factory: Fn0<T>): T =>\n+ cache.hasOwnProperty(id) ?... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(memoize): use arrow fns | 1 | refactor | memoize |
679,913 | 05.01.2019 06:24:13 | 0 | e103d740f061e6b85f9f3126401dff349e0b2b19 | refactor(transducers-fsm): use arrow fns | [
{
"change_type": "MODIFY",
"diff": "@@ -92,8 +92,9 @@ export interface FSMOpts<T extends FSMState, A, B> {\n*\n* @param opts\n*/\n-export function fsm<T extends FSMState, A, B>(opts: FSMOpts<T, A, B[]>): Transducer<A, B> {\n- return comp((rfn: Reducer<any, B>) => {\n+export const fsm =\n+ <T extends FSMStat... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(transducers-fsm): use arrow fns | 1 | refactor | transducers-fsm |
679,913 | 05.01.2019 06:24:28 | 0 | ce4b52830cb3a897f0f43da7e9fca5a5c4072b41 | refactor(transducers-hdom): use arrow fns | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,6 @@ import { DEFAULT_IMPL } from \"@thi.ng/hdom/default\";\nimport { resolveRoot } from \"@thi.ng/hdom/utils\";\nimport { derefContext } from \"@thi.ng/hiccup/deref\";\nimport { Transducer } from \"@thi.ng/transducers/api\";\n-import { reducer } from \"@thi.ng... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(transducers-hdom): use arrow fns | 1 | refactor | transducers-hdom |
67,476 | 05.01.2019 10:32:12 | -3,600 | 0ce71e247febc6efe3c2a7312ab3b5ba9e6523f7 | feat(jit): expose individual registrations and configs | [
{
"change_type": "MODIFY",
"diff": "import { DI, IContainer, IRegistry } from '@aurelia/kernel';\n-import { DotSeparatedAttributePattern, RefAttributePattern } from './attribute-pattern';\n+import {\n+ AtPrefixedTriggerAttributePattern,\n+ ColonPrefixedBindAttributePattern,\n+ DotSeparatedAttributePattern,\... | TypeScript | MIT License | aurelia/aurelia | feat(jit): expose individual registrations and configs | 1 | feat | jit |
67,476 | 05.01.2019 10:41:32 | -3,600 | b9b4c494d600935400387ffa20379482f1de230f | feat(runtime): expose individual registrations and configs | [
{
"change_type": "MODIFY",
"diff": "@@ -13,29 +13,47 @@ import { Replaceable } from './resources/custom-attributes/replaceable';\nimport { With } from './resources/custom-attributes/with';\nimport { SanitizeValueConverter } from './resources/value-converters/sanitize';\n-export const GlobalResources: IRegis... | TypeScript | MIT License | aurelia/aurelia | feat(runtime): expose individual registrations and configs | 1 | feat | runtime |
67,476 | 05.01.2019 10:56:01 | -3,600 | dc12f774c26c58b93e5c60ef0fa1fd00bb6c775e | feat(runtime-html): expose individual registrations and configs | [
{
"change_type": "MODIFY",
"diff": "@@ -16,24 +16,35 @@ import { SelfBindingBehavior } from './resources/binding-behaviors/self';\nimport { UpdateTriggerBindingBehavior } from './resources/binding-behaviors/update-trigger';\nimport { Compose } from './resources/custom-elements/compose';\n-export const HTMLR... | TypeScript | MIT License | aurelia/aurelia | feat(runtime-html): expose individual registrations and configs | 1 | feat | runtime-html |
67,476 | 05.01.2019 11:06:32 | -3,600 | 1a2b8395e0da60197f681d659c3d80122ba5de10 | feat(jit-html): expose individual registrations and configs | [
{
"change_type": "MODIFY",
"diff": "@@ -10,15 +10,22 @@ import {\nimport { TemplateCompiler } from './template-compiler';\nimport { HTMLTemplateElementFactory, ITemplateElementFactory } from './template-element-factory';\n-export const HTMLBindingLanguage: IRegistry[] = [\n- TriggerBindingCommand,\n- Delega... | TypeScript | MIT License | aurelia/aurelia | feat(jit-html): expose individual registrations and configs | 1 | feat | jit-html |
217,922 | 05.01.2019 11:10:36 | -3,600 | 3f659aba9c5a86f8ef1bd136d5f30dce838df735 | feat(levequests): added a link to gamerescape for more details on the leve | [
{
"change_type": "MODIFY",
"diff": "<nz-list-item nz-row fxLayout=\"row wrap\" [nzContent]=\"content\">\n<label nz-checkbox class=\"select-box\" [(ngModel)]=\"leve.selected\"\n(ngModelChange)=\"updateAllSelected(results)\"></label>\n- <nz-list-item-meta nz-col nzSpan=\"24\"\n+ <nz-list-item-meta nz-col nzSp... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(levequests): added a link to gamerescape for more details on the leve | 1 | feat | levequests |
67,476 | 05.01.2019 11:21:53 | -3,600 | 444082edad708b74c28edc6de8c4527279d93c08 | refactor(runtime-html): move the dom initializer to runtime-html-browser | [
{
"change_type": "ADD",
"diff": "+import { DI, IContainer, IRegistry, Registration } from '@aurelia/kernel';\n+import { IDOM, IDOMInitializer, ISinglePageApp } from '@aurelia/runtime';\n+import { HTMLDOM, HTMLRuntimeConfiguration } from '@aurelia/runtime-html';\n+\n+class BrowserDOMInitializer implements ID... | TypeScript | MIT License | aurelia/aurelia | refactor(runtime-html): move the dom initializer to runtime-html-browser | 1 | refactor | runtime-html |
67,476 | 05.01.2019 11:25:27 | -3,600 | 277fc7daf1e5095fedb8fcbd7227d1e5a218b2ed | feat(runtime-html-jsdom): add jsdom initializer | [
{
"change_type": "ADD",
"diff": "+import { DI, IContainer, IRegistry, Registration } from '@aurelia/kernel';\n+import { IDOM, IDOMInitializer, ISinglePageApp } from '@aurelia/runtime';\n+import { HTMLDOM, HTMLRuntimeConfiguration } from '@aurelia/runtime-html';\n+import { JSDOM } from 'jsdom';\n+\n+class JS... | TypeScript | MIT License | aurelia/aurelia | feat(runtime-html-jsdom): add jsdom initializer | 1 | feat | runtime-html-jsdom |
217,922 | 05.01.2019 11:38:24 | -3,600 | 5c92e92de51d0c68fcd67b2cad6f5f804b071ffc | fix: fixed an issue with new lists ordering | [
{
"change_type": "MODIFY",
"diff": "@@ -133,7 +133,7 @@ export class ListsComponent {\ntap(display => {\ndisplay.otherLists\n.forEach((l, i) => {\n- if (l.index === -1 && l.index !== i && !this.regenerating) {\n+ if ((l.index === -1 || l.index !== i) && !this.regenerating) {\nl.index = i;\nthis.listsFacade.... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed an issue with new lists ordering | 1 | fix | null |
217,922 | 05.01.2019 11:49:31 | -3,600 | 2aa0c4bc45cdb900f0aa67e0e1f9105151783d4f | fix(simulator): fixed an issue with rotation swapping | [
{
"change_type": "MODIFY",
"diff": "@@ -285,9 +285,7 @@ export class SimulatorComponent implements OnInit, OnDestroy {\ncombineLatest(this.rotation$, this.crafterStats$).pipe(\ntakeUntil(this.onDestroy$)\n).subscribe(([rotation, stats]) => {\n- if (this.actions$.value.length === 0) {\nthis.actions$.next(thi... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(simulator): fixed an issue with rotation swapping | 1 | fix | simulator |
217,922 | 05.01.2019 14:26:23 | -3,600 | 656ef55505e541e8dd680dbcae8ad7ac68cc794f | fix(simulator): fixed a bug preventing you from removing consumables of a rotation | [
{
"change_type": "MODIFY",
"diff": "@@ -470,9 +470,13 @@ export class SimulatorComponent implements OnInit, OnDestroy {\nrotation.custom = this.custom;\nif (this.selectedFood) {\nrotation.food = { id: this.selectedFood.itemId, hq: this.selectedFood.hq };\n+ } else {\n+ delete rotation.food;\n}\nif (this.sel... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(simulator): fixed a bug preventing you from removing consumables of a rotation | 1 | fix | simulator |
679,913 | 05.01.2019 15:27:30 | 0 | d1e275bd718f2889139c13cb855563cac808fc89 | fix(rstream): avoid Subscription ctor to workaround parceljs build issue
use `subscription()` factory instead of `new Subscription`
solves issue w/ parcel's scope hoisting build flag | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,7 @@ import { EquivMap } from \"@thi.ng/associative/equiv-map\";\nimport { unsupported } from \"@thi.ng/errors/unsupported\";\nimport { Transducer } from \"@thi.ng/transducers/api\";\nimport { DEBUG, ISubscriber } from \"./api\";\n-import { Subscription } from ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(rstream): avoid Subscription ctor to workaround parceljs build issue
- use `subscription()` factory instead of `new Subscription`
- solves issue w/ parcel's scope hoisting build flag | 1 | fix | rstream |
217,922 | 05.01.2019 16:42:58 | -3,600 | d5e4e2d6205b3d23473814f5b6be44efd3d7a800 | chore: removed linux build for now | [
{
"change_type": "MODIFY",
"diff": "\"balanced-match\": {\n\"version\": \"1.0.0\",\n\"bundled\": true,\n- \"dev\": true\n+ \"dev\": true,\n+ \"optional\": 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 | chore: removed linux build for now | 1 | chore | null |
217,922 | 05.01.2019 21:38:45 | -3,600 | 533f18a4cd83149e39b4d1b3ca555cf1ba508a7a | fix: fixed a bug allowing you to add 0 items to a list, freezing progress | [
{
"change_type": "MODIFY",
"diff": "import { Component, OnInit, TemplateRef, ViewChild } from '@angular/core';\n-import { BehaviorSubject, combineLatest, concat, Observable } from 'rxjs';\n+import { BehaviorSubject, combineLatest, concat, Observable, of } from 'rxjs';\nimport { GarlandToolsService } from '.... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed a bug allowing you to add 0 items to a list, freezing progress | 1 | fix | null |
217,922 | 05.01.2019 22:34:30 | -3,600 | dc1948af00380b0d99556484fbf1f4d974fd96fd | fix: fixed an issue with calculator allowing you to input wrong values | [
{
"change_type": "MODIFY",
"diff": "[nzContent]=\"calculator\" nzTrigger=\"click\">\n<i nz-icon type=\"calculator\"></i>\n<ng-template #calculator>\n- <nz-input-number [nzMin]=\"0\" [nzMax]=\"item.amount - item.done\" [nzStep]=\"1\" #numberInput\n+ <nz-input-number [nzMin]=\"0\" [nzMax]=\"item.amount - item... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed an issue with calculator allowing you to input wrong values | 1 | fix | null |
217,922 | 05.01.2019 23:05:52 | -3,600 | 234851cf044b869ba177a5d1062686a6adde3e7f | fix: fixed an issue with total price being wrong for gil trades | [
{
"change_type": "MODIFY",
"diff": "@@ -27,15 +27,16 @@ export class TotalPanelPricePopupComponent implements OnInit {\nngOnInit(): void {\nthis.totalPrice = this.panelContent.reduce((result, row) => {\nif (row.vendors !== null && row.vendors.length > 0) {\n- row.vendors.forEach(vendor => {\n- // We'll use ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed an issue with total price being wrong for gil trades | 1 | fix | null |
67,476 | 05.01.2019 23:25:58 | -3,600 | ea9e59ccf37d289fd6f0fa8db73c83e18b0a25ed | refactor(all): expose registrations and registerables in a consistent manner | [
{
"change_type": "MODIFY",
"diff": "import { JitConfiguration } from '@aurelia/jit';\n-import { DI, IContainer, IRegistry, Registration } from '@aurelia/kernel';\n-import { ITemplateCompiler } from '@aurelia/runtime';\n+import { DI, IContainer, IRegistry } from '@aurelia/kernel';\nimport { HTMLRuntimeConfig... | TypeScript | MIT License | aurelia/aurelia | refactor(all): expose registrations and registerables in a consistent manner | 1 | refactor | all |
67,476 | 06.01.2019 03:06:49 | -3,600 | 4af2fd55c065dd921f532f6c665af974653766c5 | feat(di): make registration api fluent and allow adding registrations directly to createContainer | [
{
"change_type": "MODIFY",
"diff": "@@ -57,12 +57,12 @@ export interface IRegistry {\n}\nexport interface IContainer extends IServiceLocator {\n- register(...params: IRegistry[]): void;\n- register(...params: Record<string, Partial<IRegistry>>[]): void;\n- register(...params: (IRegistry | Record<string, Par... | TypeScript | MIT License | aurelia/aurelia | feat(di): make registration api fluent and allow adding registrations directly to createContainer | 1 | feat | di |
67,476 | 06.01.2019 07:26:14 | -3,600 | dd785ef8530969b01de2f3857bf0cdad18cb8899 | chore(all): remove nodejs lib from base tsconfig / cleanup | [
{
"change_type": "MODIFY",
"diff": "import { ITraceInfo, ITraceWriter, PLATFORM, Reporter as RuntimeReporter, Tracer as RuntimeTracer } from '@aurelia/kernel';\n+declare var console: {\n+ log(...args: unknown[]): void;\n+ debug(...args: unknown[]): void;\n+ info(...args: unknown[]): void;\n+ warn(...args: u... | TypeScript | MIT License | aurelia/aurelia | chore(all): remove nodejs lib from base tsconfig / cleanup | 1 | chore | all |
67,476 | 06.01.2019 07:37:32 | -3,600 | 88e2cc6ef96cb7a52f313424f4d0745baa1a6d38 | chore(runtime-html-browser): fix tests | [
{
"change_type": "MODIFY",
"diff": "@@ -24,7 +24,7 @@ import {\nimport {\nFakeView\n} from '../../runtime/test/_doubles/fake-view';\n-import { HTMLBrowserRuntimeConfiguration } from '../src/index';\n+import { BasicConfiguration } from '../src/index';\ninterface IElementTestOptions {\n@@ -37,7 +37,7 @@ expor... | TypeScript | MIT License | aurelia/aurelia | chore(runtime-html-browser): fix tests | 1 | chore | runtime-html-browser |
217,922 | 06.01.2019 12:20:07 | -3,600 | ee805b9cec3332d10c77cc778fd79268c8d9f411 | fix: added margin below note button in list details | [
{
"change_type": "MODIFY",
"diff": "</div>\n</div>\n</div>\n- <div fxLayout=\"row wrap\" fxLayoutGap=\"5px\" fxLayoutAlign=\"flext-start center\">\n+ <div fxLayout=\"row wrap\" fxLayoutGap=\"5px\" fxLayoutAlign=\"flext-start center\" class=\"note\">\n<div>{{list.note || ('LIST_DETAILS.No_note' | translate)}... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: added margin below note button in list details | 1 | fix | null |
71,270 | 06.01.2019 12:26:24 | -3,600 | fefa764e68f75f4cf6ab2e150635b5d43de7131d | feat(apigateway): add tracingEnabled property to APIGW Stage | [
{
"change_type": "MODIFY",
"diff": "@@ -13,6 +13,12 @@ export interface StageOptions extends MethodDeploymentOptions {\n*/\nstageName?: string;\n+ /**\n+ * Specifies whether Amazon X-Ray tracing is enabled for this method.\n+ * @default false\n+ */\n+ tracingEnabled?: boolean;\n+\n/**\n* Indicates whether c... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(apigateway): add tracingEnabled property to APIGW Stage (#1482) | 1 | feat | apigateway |
217,922 | 06.01.2019 12:30:30 | -3,600 | 29494b990a5601793ce277f34bb7b4da9ac32b7a | fix: fixed a bug preventing comments badge display in the Items panel | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,7 @@ import { ListsFacade } from '../../../modules/list/+state/lists.facade';\nimport { AlarmsFacade } from '../../../core/alarms/+state/alarms.facade';\nimport { AlarmDisplay } from '../../../core/alarms/alarm-display';\nimport { AlarmGroup } from '../../../co... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed a bug preventing comments badge display in the Items panel | 1 | fix | null |
217,922 | 06.01.2019 12:37:50 | -3,600 | c364a9661db42ed952ac1e49b2ea3722e9a01c2f | feat: added information message inside layout dialog about default layout being readonly | [
{
"change_type": "MODIFY",
"diff": "</button>\n</div>\n</div>\n+ <nz-alert nzType=\"info\" [nzMessage]=\"'LIST_DETAILS.LAYOUT_DIALOG.Default_readonly_message' | translate\"\n+ *ngIf=\"layout.name === 'Default Layout'\" nzShowIcon class=\"default-warning\"></nz-alert>\n<div fxLayout=\"column\" fxLayoutGap=\"... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: added information message inside layout dialog about default layout being readonly | 1 | feat | null |
217,922 | 06.01.2019 12:56:51 | -3,600 | 661988d2e5808f7a6443e8d41234082f539a7c64 | feat(search): added button to copy search url to your clipboard | [
{
"change_type": "MODIFY",
"diff": "@@ -19,6 +19,7 @@ import { RotationsModule } from '../../modules/rotations/rotations.module';\nimport { SearchIntroComponent } from './search-intro/search-intro.component';\nimport { ItemIconModule } from '../../modules/item-icon/item-icon.module';\nimport { MaintenanceGu... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(search): added button to copy search url to your clipboard | 1 | feat | search |
217,922 | 06.01.2019 14:14:56 | -3,600 | 7ddc27f4577aca18799b478a0254dbe6d72c8d1b | feat(tooltips): added item kind inside tooltips | [
{
"change_type": "MODIFY",
"diff": "<div class=\"icon\">\n<img src=\"https://xivapi.com{{item.Icon}}\" alt=\"{{item | xivapiI18n}}\">\n</div>\n- <div class=\"name\">\n- <p>{{item | xivapiI18n}}</p>\n+ <div class=\"name\" fxLayout=\"column\">\n+ <span>{{item | xivapiI18n}}</span>\n+ <span class=\"item-kind\"... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(tooltips): added item kind inside tooltips | 1 | feat | tooltips |
679,914 | 06.01.2019 16:15:48 | 0 | 92bce73d4ff94416800aa71a96c6f285ea525848 | fix(vectors): fix NaNs in Mat23.scaleWithCenter
lack of 0 mat index caused incorrect indexing into point | [
{
"change_type": "MODIFY",
"diff": "@@ -192,7 +192,7 @@ export class Mat23 implements\n}\nstatic scaleWithCenter(p: Readonly<Vec2>, sx: number, sy = sx) {\n- return new Mat23(scaleWithCenter23([], p.buf, sx, sy, p.i, p.s));\n+ return new Mat23(scaleWithCenter23([], p.buf, sx, sy, 0, p.i, p.s));\n}\nstatic t... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(vectors): fix NaNs in Mat23.scaleWithCenter
lack of 0 mat index caused incorrect indexing into point | 1 | fix | vectors |
217,922 | 06.01.2019 20:20:48 | -3,600 | a0ddd575af04cb1de97ea26b4ad060c3103a1a00 | chore: testing another fix for the app updater | [
{
"change_type": "MODIFY",
"diff": "@@ -120,9 +120,9 @@ function createWindow() {\nwin.focus();\nwin.show();\n- autoUpdater.checkForUpdates();\n+ autoUpdater.checkForUpdatesAndNotify();\nupdateInterval = setInterval(() => {\n- autoUpdater.checkForUpdates();\n+ autoUpdater.checkForUpdatesAndNotify();\n}, 300... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: testing another fix for the app updater | 1 | chore | null |
217,922 | 06.01.2019 20:21:23 | -3,600 | 7f01918814e96f36e3735d12bd543296980ee38e | chore(release): 5.0.0-rc.13 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"5.0.0-rc.13\"></a>\n+# [5.0.0-rc.13](https://github.com/Supamiu/ffxiv-teamcraft/compa... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 5.0.0-rc.13 | 1 | chore | release |
71,326 | 06.01.2019 21:14:10 | -32,400 | 82ec0ff68fe31ee4b4fdc04a9dbd35131d234677 | feat(aws-ecs): add support Amazon Linux 2
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -88,6 +88,8 @@ const autoScalingGroup = new autoscaling.AutoScalingGroup(this, 'ASG', {\nvpc,\ninstanceType: new ec2.InstanceType('t2.xlarge'),\nmachineImage: new EcsOptimizedAmi(),\n+ // Or use ECS-Optimized Amazon Linux 2 AMI\n+ // machineImage: new EcsOptimizedAmi({... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(aws-ecs): add support Amazon Linux 2 (#1484)
Fixes #1483. | 1 | feat | aws-ecs |
217,922 | 06.01.2019 21:17:37 | -3,600 | 1151858fa2fd1c06e60bb80b6b3cc2cac0f84d7a | chore: fixed versions inside builder | [
{
"change_type": "MODIFY",
"diff": "@@ -19,7 +19,7 @@ jobs:\n- v1-dependencies-\n- run:\nname: Install local dependencies\n- command: npm install\n+ command: npm ci\n- run:\nname: Install functions dependencies\ncommand: cd functions && npm install && cd ../\n",
"new_path": ".circleci/config.yml",
"... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: fixed versions inside builder | 1 | chore | null |
217,922 | 06.01.2019 21:46:48 | -3,600 | a342246ef5767838f007d74cf1054c95382ce295 | fix: fixed an issue preventing users from adding an item to a list | [
{
"change_type": "MODIFY",
"diff": "@@ -248,7 +248,7 @@ export class SearchComponent implements OnInit {\n});\nlet operation$: Observable<any>;\nif (operations.length > 0) {\n- concat(\n+ operation$ = concat(\n...operations\n);\n} else {\n",
"new_path": "apps/client/src/app/pages/search/search/search.co... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed an issue preventing users from adding an item to a list | 1 | fix | null |
217,922 | 06.01.2019 21:47:12 | -3,600 | 124b818fca32312373cd4fd42ce03c6f6073bd26 | chore(release): 5.0.0-rc.14 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"5.0.0-rc.14\"></a>\n+# [5.0.0-rc.14](https://github.com/Supamiu/ffxiv-teamcraft/compa... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 5.0.0-rc.14 | 1 | chore | release |
217,922 | 06.01.2019 21:50:40 | -3,600 | bf0e4bb402e472c134d2aa411b8683f79e4d9dc3 | chore: another fix to the ci env | [
{
"change_type": "MODIFY",
"diff": "@@ -17,6 +17,9 @@ jobs:\nkeys:\n- v1-dependencies-{{ checksum \"package.json\" }}\n- v1-dependencies-\n+ - run:\n+ name: Update npm\n+ command: npm i -g npm\n- run:\nname: Install local dependencies\ncommand: npm ci\n",
"new_path": ".circleci/config.yml",
"old_pat... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: another fix to the ci env | 1 | chore | null |
217,922 | 06.01.2019 21:53:44 | -3,600 | 2cd894673f78c2a961c73623b4a96eb82a002f97 | chore: more testing for CI | [
{
"change_type": "MODIFY",
"diff": "@@ -19,7 +19,7 @@ jobs:\n- v1-dependencies-\n- run:\nname: Update npm\n- command: npm i -g npm\n+ command: sudo npm i -g npm\n- run:\nname: Install local dependencies\ncommand: npm ci\n",
"new_path": ".circleci/config.yml",
"old_path": ".circleci/config.yml"
}
] | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: more testing for CI | 1 | chore | null |
71,432 | 07.01.2019 00:14:40 | 28,800 | f43b4d4ee1c5e9d80b8ae4e87b21dbc3e2a75378 | feat(aws-kms): allow tagging kms keys
Small change to enable tagging KMS keys. | [
{
"change_type": "MODIFY",
"diff": "import { PolicyDocument, PolicyStatement } from '@aws-cdk/aws-iam';\n-import { Construct, DeletionPolicy, IConstruct, Output, resolve } from '@aws-cdk/cdk';\n+import { Construct, DeletionPolicy, IConstruct, Output, resolve, TagManager, Tags } from '@aws-cdk/cdk';\nimport ... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(aws-kms): allow tagging kms keys (#1485)
Small change to enable tagging KMS keys. | 1 | feat | aws-kms |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.