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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
730,413 | 30.07.2018 15:29:57 | 14,400 | 497aacb320f607df857136793d273aa2c4618cc2 | feat(widget-demo): add initial activity setting | [
{
"change_type": "MODIFY",
"diff": "@@ -45,6 +45,7 @@ class DemoWidget extends Component {\naccessTokenType: cookies.get('accessTokenType') || '',\ndestinationId,\ndestinationPropMode,\n+ initialActivity: 'message',\nmode,\nspaceRunning: false,\nspaceWidgetProps: {}\n@@ -173,12 +174,17 @@ class DemoWidget e... | JavaScript | MIT License | webex/react-widgets | feat(widget-demo): add initial activity setting | 1 | feat | widget-demo |
730,413 | 30.07.2018 15:30:48 | 14,400 | 3106a7fda51bde676fc7cdd55672bb8de5e91a9e | feat(widget-space-demo): add initial activity setting | [
{
"change_type": "MODIFY",
"diff": "@@ -47,6 +47,7 @@ class DemoWidgetSpace extends Component {\npeople: true\n},\ndisplayToken: false,\n+ initialActivity: 'message',\nmode,\nrunning: false,\ntoPersonEmail,\n@@ -78,6 +79,7 @@ class DemoWidgetSpace extends Component {\n},\ndestinationId,\ndestinationType: th... | JavaScript | MIT License | webex/react-widgets | feat(widget-space-demo): add initial activity setting | 1 | feat | widget-space-demo |
807,849 | 30.07.2018 17:11:31 | 25,200 | 4dbc618c574982e1d193dfcfcb494e8108cc2e3b | chore(helpers): Upgrade normalize-path to 3.0.0 | [
{
"change_type": "MODIFY",
"diff": "\"private\": true,\n\"license\": \"MIT\",\n\"dependencies\": {\n- \"normalize-path\": \"^2.1.1\"\n+ \"normalize-path\": \"^3.0.0\"\n}\n}\n",
"new_path": "helpers/normalize-relative-dir/package.json",
"old_path": "helpers/normalize-relative-dir/package.json"
},
... | JavaScript | MIT License | lerna/lerna | chore(helpers): Upgrade normalize-path to 3.0.0 | 1 | chore | helpers |
807,849 | 30.07.2018 17:13:18 | 25,200 | 2bdab5f83fd5291d2b9831efb6eb209a1451db31 | chore(helpers): Add serialize-windows-paths | [
{
"change_type": "ADD",
"diff": "+\"use strict\";\n+\n+const normalizePath = require(\"normalize-path\");\n+\n+const WHACK_WACK = /\\\\([\\S]*)/g;\n+\n+// expect.addSnapshotSerializer(require(\"@lerna-test/serialize-windows-paths\"));\n+module.exports = {\n+ test(val) {\n+ return typeof val === \"string\" &... | JavaScript | MIT License | lerna/lerna | chore(helpers): Add serialize-windows-paths | 1 | chore | helpers |
807,849 | 30.07.2018 17:18:13 | 25,200 | 07f1ae29e058ddf8e171c0c2cc85e933893bbdf6 | test: Remove quotes from top-level serialized strings only | [
{
"change_type": "MODIFY",
"diff": "@@ -19,8 +19,16 @@ const updateLernaConfig = require(\"@lerna-test/update-lerna-config\");\n// file under test\nconst lernaChanged = require(\"@lerna-test/command-runner\")(require(\"../command\"));\n-// remove quotes around strings\n-expect.addSnapshotSerializer({ test: ... | JavaScript | MIT License | lerna/lerna | test: Remove quotes from top-level serialized strings only | 1 | test | null |
807,849 | 30.07.2018 17:20:23 | 25,200 | 540fd441010e7a7c920a2884a815126d91c23dc7 | chore(windows): Re-re-escape windows tempdir, with replacement fn | [
{
"change_type": "MODIFY",
"diff": "@@ -5,8 +5,11 @@ const os = require(\"os\");\nconst path = require(\"path\");\nconst normalizePath = require(\"normalize-path\");\n-const TEMP_DIR = fs.realpathSync(os.tmpdir());\n-const ROOT_DIR = new RegExp(path.join(TEMP_DIR, \"[0-9a-f]+\"), \"g\");\n+// tempy creates ... | JavaScript | MIT License | lerna/lerna | chore(windows): Re-re-escape windows tempdir, with replacement fn | 1 | chore | windows |
807,849 | 30.07.2018 17:21:08 | 25,200 | 873bf29d6ba8cf0069dd10f232eccf9f4be44991 | chore(windows): Serialize windows path fragments in snapshots | [
{
"change_type": "MODIFY",
"diff": "@@ -32,6 +32,7 @@ expect.addSnapshotSerializer({\n// normalize temp directory paths in snapshots\nexpect.addSnapshotSerializer(require(\"@lerna-test/serialize-tempdir\"));\n+expect.addSnapshotSerializer(require(\"@lerna-test/serialize-windows-paths\"));\nconst setupGitCha... | JavaScript | MIT License | lerna/lerna | chore(windows): Serialize windows path fragments in snapshots | 1 | chore | windows |
807,849 | 30.07.2018 17:32:16 | 25,200 | 1d6fbc0d4b892659f4d41bc316dff4a58bd9bfdc | chore(windows): join the wack to the whack path | [
{
"change_type": "MODIFY",
"diff": "\"use strict\";\n+const path = require(\"path\");\nconst normalizePath = require(\"normalize-path\");\n-const WHACK_WACK = /\\\\([\\S]*)/g;\n+const WHACK_WACK = /(\\\\)([\\S]*)/g;\n// expect.addSnapshotSerializer(require(\"@lerna-test/serialize-windows-paths\"));\nmodule.... | JavaScript | MIT License | lerna/lerna | chore(windows): join the wack to the whack path | 1 | chore | windows |
807,849 | 30.07.2018 17:35:10 | 25,200 | 16d93b6bd382d48a0fb086ee1207e72dcda336c1 | test(listable): Turn off chalk so stuff doesn't fail in CI | [
{
"change_type": "MODIFY",
"diff": "\"use strict\";\n+const chalk = require(\"chalk\");\nconst path = require(\"path\");\nconst tempy = require(\"tempy\");\nconst Package = require(\"@lerna/package\");\nconst listable = require(\"..\");\n+// keep snapshots stable cross-platform\n+chalk.enabled = false;\n+\n... | JavaScript | MIT License | lerna/lerna | test(listable): Turn off chalk so stuff doesn't fail in CI | 1 | test | listable |
217,922 | 30.07.2018 22:26:14 | -7,200 | 107537cfe1084bee20d95f7ed4126952985a2342 | refactor(pricing): changed the way amounts are accounted
The method is now recursive, stopping at the first item that has a custom price, to avoid counting things twice. | [
{
"change_type": "MODIFY",
"diff": "-Subproject commit 83f43d1dff3681a139d17d9f9b5e4f1740c1aae4\n+Subproject commit b352c0965f6537ee9181b55144377ada6309a4bb\n",
"new_path": "data-extraction/SaintCoinach",
"old_path": "data-extraction/SaintCoinach"
},
{
"change_type": "MODIFY",
"diff": "<... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | refactor(pricing): changed the way amounts are accounted
The method is now recursive, stopping at the first item that has a custom price, to avoid counting things twice. | 1 | refactor | pricing |
217,927 | 30.07.2018 22:49:20 | 0 | 7097da929b2a38ad4a74d11fd474cff26d216e6b | chore: pricing mode clean up
DRY up auto cost code. More reasonable width for the amount input.
Simplified "max" property. Fixes issue where a user typed amount
number could exceed the "max" property. The amount will still be
displayed incorrectly, but the model will be properly constrained. | [
{
"change_type": "MODIFY",
"diff": "</mat-form-field>\n<mat-form-field class=\"nofix amount\">\n<span matPrefix>x </span>\n- <input matInput type=\"number\" lang=\"en-150\" min=\"0\" max=\"{{item.amount}}\" [readonly]=\"isCrystal()\"\n+ <input matInput type=\"number\" min=\"0\" [max]=\"item.amount\" [... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: pricing mode clean up
DRY up auto cost code. More reasonable width for the amount input.
Simplified "max" property. Fixes issue where a user typed amount
number could exceed the "max" property. The amount will still be
displayed incorrectly, but the model will be properly constrained. | 1 | chore | null |
791,676 | 31.07.2018 00:39:10 | -7,200 | b5f0e62f391430b812d84ed519e00c169b4cdbe4 | core(driver): handle when page redefines global.URL | [
{
"change_type": "MODIFY",
"diff": "<script class='small'>\n// text from SCRIPT tags should be ignored by the font-size audit\n</script>\n+ <!-- override global URL - bug #5701 -->\n+ <script>URL = '';</script>\n<!-- PASS(plugins): external content does not require java, flash or silverlight -->\n<object da... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(driver): handle when page redefines global.URL (#5748) | 1 | core | driver |
217,922 | 31.07.2018 08:40:57 | -7,200 | e4b731125a7f81cd445120294281d0234b4a7a7b | fix: fixed an issue preventing users from saving their books in some conditions | [
{
"change_type": "MODIFY",
"diff": "@@ -5,10 +5,10 @@ import {DeserializeAs} from '@kaiu/serializer';\nexport class DefaultConsumables {\n@DeserializeAs(Consumable)\n- food: Consumable;\n+ food: Consumable = null;\n@DeserializeAs(Consumable)\n- medicine: Consumable;\n+ medicine: Consumable = null;\n@Deseria... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed an issue preventing users from saving their books in some conditions | 1 | fix | null |
807,849 | 31.07.2018 11:50:07 | 25,200 | ffe354f145d5e4ab9db1ad608e3fba28c8ab08ad | fix(add): Always use POSIX paths when computing relative file: specifiers | [
{
"change_type": "MODIFY",
"diff": "@@ -147,7 +147,10 @@ class AddCommand extends Command {\nif (this.selfSatisfied) {\nconst node = this.packageGraph.get(name);\n- return Promise.resolve(this.spec.saveRelativeFileSpec ? node.location : node.version);\n+ // ALWAYS use POSIX path for relative file: specifier... | JavaScript | MIT License | lerna/lerna | fix(add): Always use POSIX paths when computing relative file: specifiers | 1 | fix | add |
807,849 | 31.07.2018 11:52:06 | 25,200 | aae9adb3af608f8f71037c9de7bdd922fde03687 | chore(windows): Add ludicrous logging to serialize-tempdir | [
{
"change_type": "MODIFY",
"diff": "@@ -5,19 +5,30 @@ const os = require(\"os\");\nconst path = require(\"path\");\nconst normalizePath = require(\"normalize-path\");\n-// tempy creates subdirectories with hexadecimal names\n-const TEMP_DIR = path.join(fs.realpathSync(os.tmpdir()), \"[0-9a-f]+\");\n+// temp... | JavaScript | MIT License | lerna/lerna | chore(windows): Add ludicrous logging to serialize-tempdir | 1 | chore | windows |
217,927 | 31.07.2018 11:52:39 | 0 | 9c4d1b53374bb04f5433b4bbf1dbd67f9aa91b29 | chore: fix craft cost calculation for pre-crafts
Dividing by the amount instead of the "amount needed" for pre-craft
craft costs since the yield has already been taken into account. Updates
the craft cost tooltip to reflect the total cost for the row. | [
{
"change_type": "MODIFY",
"diff": "</div>\n<p mat-line class=\"item-name\">\n{{item.id | itemName | i18n}}\n- <mat-icon *ngIf=\"_craftCost !== undefined\" matTooltip=\"{{'Minimal_craft_cost' | translate}}: {{_craftCost}} gil\"\n+ <mat-icon *ngIf=\"_craftCost !== undefined\"\n+ matTooltip=\"{{'Minimal_craft... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: fix craft cost calculation for pre-crafts
Dividing by the amount instead of the "amount needed" for pre-craft
craft costs since the yield has already been taken into account. Updates
the craft cost tooltip to reflect the total cost for the row. | 1 | chore | null |
807,849 | 31.07.2018 11:59:05 | 25,200 | 9c030c6d8d97c5225a16e5f4c73e1ef28115be8b | chore(pkg-matchers): Normalize backslashes of version comparison | [
{
"change_type": "MODIFY",
"diff": "@@ -91,7 +91,9 @@ const matchDependency = dependencyType => (manifest, pkg, range, options) => {\n};\n}\n- const version = manifest[dependencyType][pkg];\n+ // replace backslashes because windows sucks\n+ const version = manifest[dependencyType][pkg].replace(/[\\\\]/g, \"... | JavaScript | MIT License | lerna/lerna | chore(pkg-matchers): Normalize backslashes of version comparison | 1 | chore | pkg-matchers |
807,849 | 31.07.2018 12:03:52 | 25,200 | 92e48c1572e24f8f7d3a6d8211022dd5c4c53fbd | test: Move windows path serializer 'before' tempdir serializer | [
{
"change_type": "MODIFY",
"diff": "@@ -31,8 +31,8 @@ expect.addSnapshotSerializer({\n});\n// normalize temp directory paths in snapshots\n-expect.addSnapshotSerializer(require(\"@lerna-test/serialize-tempdir\"));\nexpect.addSnapshotSerializer(require(\"@lerna-test/serialize-windows-paths\"));\n+expect.addS... | JavaScript | MIT License | lerna/lerna | test: Move windows path serializer 'before' tempdir serializer | 1 | test | null |
815,745 | 31.07.2018 12:18:13 | -10,800 | 8463e80a1be6288a2fc7202f80edab1d54330dc4 | docs: update custom styling info
closes closes | [
{
"change_type": "MODIFY",
"diff": "@@ -194,7 +194,7 @@ this is a pricey operation, however, it is much more performant than running `ng\nconstantly diffing the array.\n## Custom styles\n-If you are not happy with default styles you can easily override them with increased selector specificity or creating yo... | TypeScript | MIT License | ng-select/ng-select | docs: update custom styling info
closes #673, closes #709 | 1 | docs | null |
730,429 | 31.07.2018 13:01:16 | 14,400 | 38401dc4c519754ec0cb3b728c9d597bbb487ab3 | feat(widget-space): generate spaceDetails prop without conversation | [
{
"change_type": "MODIFY",
"diff": "@@ -114,8 +114,8 @@ export class SpaceWidget extends Component {\nconst secondaryActivityType = widgetSpace.get('secondaryActivityType');\nconst widgets = props.constructActivityWidgets(activityTypes, primaryActivityType);\nconst secondaryWidget = props.constructSecondary... | JavaScript | MIT License | webex/react-widgets | feat(widget-space): generate spaceDetails prop without conversation | 1 | feat | widget-space |
217,927 | 31.07.2018 14:18:54 | 0 | b576ad1ab1f002a426f5e6096100d6ebfbb7b123 | chore: fix craft cost math | [
{
"change_type": "MODIFY",
"diff": "@@ -61,8 +61,8 @@ export class PricingComponent {\n}\nreturn row.requires.reduce((total, requirement) => {\nconst requirementRow = this.list.getItemById(requirement.id, true);\n- const amount = Math.ceil(requirement.amount / requirementRow.yield);\n- return total + this.g... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: fix craft cost math | 1 | chore | null |
573,230 | 31.07.2018 14:22:28 | -28,800 | 0fa71328b8f01f301b0e729f5ef0f00d1b203231 | fix: documentation typo fix | [
{
"change_type": "MODIFY",
"diff": "@@ -198,7 +198,7 @@ Server API for more details.\nrestify routing, in 'basic' mode, is pretty much identical to express/sinatra,\nin that HTTP verbs are used with a parameterized resource to determine what\nchain of handlers to run. Values associated with named placeholde... | JavaScript | MIT License | restify/node-restify | fix: documentation typo fix (#1688) | 1 | fix | null |
730,424 | 31.07.2018 14:30:20 | 14,400 | 3ae35fdb405d138f2cbe15d2b48e478f8f64fb50 | chore(tooling): update to node 8.11.3 | [
{
"change_type": "MODIFY",
"diff": "-v8.11.1\n+v8.11.3\n",
"new_path": ".nvmrc",
"old_path": ".nvmrc"
},
{
"change_type": "MODIFY",
"diff": "@@ -90,8 +90,8 @@ ansiColor('xterm') {\nsh 'echo \\'//registry.npmjs.org/:_authToken=${NPM_TOKEN}\\' >> .npmrc'\nsh '''#!/bin/bash -e\nsource ~/.nv... | JavaScript | MIT License | webex/react-widgets | chore(tooling): update to node 8.11.3 | 1 | chore | tooling |
730,429 | 31.07.2018 15:25:26 | 14,400 | 8acddc01f2d484ec050bd003c9e045e83bd58cb7 | chore(widget-space): remove unused external action storeSpaceDetails | [
{
"change_type": "MODIFY",
"diff": "@@ -33,22 +33,6 @@ Array [\n]\n`;\n-exports[`widget-space redux actions basic actions #storeSpaceDetails should store the space details 1`] = `\n-Array [\n- Object {\n- \"payload\": Object {\n- \"details\": Object {\n- \"details\": Object {\n- \"id\": \"you@u.net\",\n- \"... | JavaScript | MIT License | webex/react-widgets | chore(widget-space): remove unused external action storeSpaceDetails | 1 | chore | widget-space |
807,849 | 31.07.2018 15:37:46 | 25,200 | 3cc6ccf9fb7854af9f52e012df2860047f202cb0 | chore(windows): Massive simplification of tempdir serializer
Really getting tired of this garbage. | [
{
"change_type": "MODIFY",
"diff": "\"use strict\";\n-const fs = require(\"fs\");\n-const os = require(\"os\");\nconst path = require(\"path\");\nconst normalizePath = require(\"normalize-path\");\n-// temp directories are often symlinks (e.g., MacOS)\n-const TMPDIR_REALPATH = fs.realpathSync(os.tmpdir());\... | JavaScript | MIT License | lerna/lerna | chore(windows): Massive simplification of tempdir serializer
Really getting tired of this garbage. | 1 | chore | windows |
730,413 | 31.07.2018 16:00:48 | 14,400 | 78730faf3bb085bc6b518dbd4c41a4abd5ddf76c | feat(widget-space-demo): save activities and initialActivity in cookies | [
{
"change_type": "MODIFY",
"diff": "@@ -40,14 +40,14 @@ class DemoWidgetSpace extends Component {\n}\nthis.state = {\naccessToken: cookies.get('accessToken') || '',\n- activities: {\n+ activities: cookies.get('activities') || {\nfiles: true,\nmeet: true,\nmessage: true,\npeople: true\n},\ndisplayToken: fals... | JavaScript | MIT License | webex/react-widgets | feat(widget-space-demo): save activities and initialActivity in cookies | 1 | feat | widget-space-demo |
730,413 | 31.07.2018 16:02:31 | 14,400 | d038863148d5ffbfa98f6791858148c5a802bc82 | feat(widget-demo): save activities and initialActivity in cookies | [
{
"change_type": "MODIFY",
"diff": "@@ -35,7 +35,7 @@ class DemoWidget extends Component {\nconst destinationPropMode = cookies.get('destinationPropMode') || DESTINATION_PROP_MODE_MAIN;\nconst destinationId = cookies.get('destinationId') || '';\nthis.state = {\n- activities: {\n+ activities: cookies.get('ac... | JavaScript | MIT License | webex/react-widgets | feat(widget-demo): save activities and initialActivity in cookies | 1 | feat | widget-demo |
76,605 | 31.07.2018 16:09:45 | -7,200 | 779c89a58cc47ddc6c208b94fa1da8b5cf2aef05 | bug: Fix code of conduct | [
{
"change_type": "MODIFY",
"diff": "@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.\n## Enforcement\nInstances of abusive, harassing, or otherwise unacceptable behavior may be\n-reported by contacting the project team at <jorge.poveda@axa-assistance.es>. All\n+reported by contacting ... | JavaScript | MIT License | axa-group/nlp.js | bug: Fix code of conduct | 1 | bug | null |
807,849 | 31.07.2018 16:17:13 | 25,200 | 3a5c079e3db01a1404b869b6ed585142be30587f | chore(serialize-tempdir): Remove desperate logging | [
{
"change_type": "MODIFY",
"diff": "@@ -21,7 +21,5 @@ module.exports = {\n};\nfunction serializeProjectRoot(match, cwd, subPath) {\n- console.warn(\" match %j\", match);\n- console.info(\" cwd %j\\nsubPath %j\", cwd, subPath);\nreturn normalizePath(path.join(\"<PROJECT_ROOT>\", subPath));\n}\n",
"new_pa... | JavaScript | MIT License | lerna/lerna | chore(serialize-tempdir): Remove desperate logging | 1 | chore | serialize-tempdir |
791,723 | 31.07.2018 17:20:36 | 25,200 | f16b67ea29aa87086959d6df46176f301eddd563 | report: add method to get the final screenshot | [
{
"change_type": "ADD",
"diff": "+/**\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.apache.org/licenses/L... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report: add method to get the final screenshot (#5673) | 1 | report | null |
730,412 | 31.07.2018 19:20:28 | 0 | d6c195824c162f4366143d7d563d5db0f589d25f | chore(release): 0.1.322 | [
{
"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.322\"></a>\n+## [0.1.322](https://github.com/webex/react-ciscospark/compare/v0.1.... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.1.322 | 1 | chore | release |
791,690 | 31.07.2018 19:30:05 | 18,000 | 3eb213ca72f38dfc6cf9a28681f1abdedddb09dc | report(i18n): use LHR locale for toLocaleString | [
{
"change_type": "MODIFY",
"diff": "@@ -137,7 +137,7 @@ class Util {\n*/\nstatic formatNumber(number, granularity = 0.1) {\nconst coarseValue = Math.round(number / granularity) * granularity;\n- return coarseValue.toLocaleString();\n+ return coarseValue.toLocaleString(Util.numberDateLocale);\n}\n/**\n@@ -14... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report(i18n): use LHR locale for toLocaleString (#5734) | 1 | report | i18n |
724,000 | 31.07.2018 21:04:14 | -3,600 | 0193483007a70a5ee601d83cc6289fc9609766c1 | chore(release): add dist files 1.0.0-beta.23 | [
{
"change_type": "MODIFY",
"diff": "@@ -692,9 +692,8 @@ function createInstance (\ncomponent.options._base = _Vue;\n}\n- // when component constructed by Vue.extend,\n- // use its own extend method to keep component information\n- var Constructor = typeof component === 'function'\n+ // extend component from... | JavaScript | MIT License | vuejs/vue-test-utils | chore(release): add dist files 1.0.0-beta.23 | 1 | chore | release |
217,927 | 31.07.2018 21:15:12 | 0 | cc5119e03e48099fb947b579fea1e6a2c847d3cc | chore: more craft cost fixes
Removing decimals from the craft cost hover and the prices set by the
auto cost calculation. Fixed craft cost for final products to show the
cost for a single item. | [
{
"change_type": "MODIFY",
"diff": "<p mat-line class=\"item-name\">\n{{item.id | itemName | i18n}}\n<mat-icon *ngIf=\"_craftCost !== undefined\"\n- matTooltip=\"{{'Minimal_craft_cost' | translate}}: {{_craftCost * item.amount}} gil\"\n+ matTooltip=\"{{'Minimal_craft_cost' | translate}}: {{_craftCost | numb... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: more craft cost fixes
Removing decimals from the craft cost hover and the prices set by the
auto cost calculation. Fixed craft cost for final products to show the
cost for a single item. | 1 | chore | null |
310,963 | 31.07.2018 22:01:58 | -10,800 | 474788bf6b261504235cd755b081fb6e8df93183 | fix(serve): pass through proxyConfig to dev-server | [
{
"change_type": "MODIFY",
"diff": "@@ -15,8 +15,8 @@ export class CordovaServeBuilder implements Builder<CordovaServeBuilderSchema> {\nrun(builderConfig: BuilderConfiguration<CordovaServeBuilderSchema>): Observable<BuildEvent> {\nconst [ project, target, configuration ] = builderConfig.options.devServerTar... | TypeScript | MIT License | ionic-team/ionic-cli | fix(serve): pass through proxyConfig to dev-server (#3457) | 1 | fix | serve |
730,412 | 31.07.2018 22:17:28 | 0 | 77d0a560e65ed7e56bf5f77d876f3864fa50217f | chore(release): 0.1.323 | [
{
"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.323\"></a>\n+## [0.1.323](https://github.com/webex/react-ciscospark/compare/v0.1.... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.1.323 | 1 | chore | release |
730,412 | 01.08.2018 01:26:18 | 0 | ef6077fd8511bc030fe0eb839c6f94e2f105f7fc | chore(release): 0.1.325 | [
{
"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.325\"></a>\n+## [0.1.325](https://github.com/webex/react-ciscospark/compare/v0.1.... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.1.325 | 1 | chore | release |
730,412 | 01.08.2018 03:40:40 | 0 | c92008ba1fadd7a892b5357f1da8be11c22d97fb | chore(release): 0.1.326 | [
{
"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.326\"></a>\n+## [0.1.326](https://github.com/webex/react-ciscospark/compare/v0.1.... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.1.326 | 1 | chore | release |
311,007 | 01.08.2018 03:55:20 | -32,400 | bf10674f5d00fc3313bfccc9abfb46e0cd337348 | fix(serve): await connectivity on specified host, not localhost | [
{
"change_type": "MODIFY",
"diff": "@@ -104,7 +104,7 @@ ${chalk.cyan('[1]')}: ${chalk.bold('https://github.com/angular/angular-cli/wiki/\nthis.e.log.info(`Waiting for connectivity with ${chalk.green(program)}...`);\n}, 5000);\n- await isHostConnectable('localhost', ngPort);\n+ await isHostConnectable(option... | TypeScript | MIT License | ionic-team/ionic-cli | fix(serve): await connectivity on specified host, not localhost (#3444) | 1 | fix | serve |
76,605 | 01.08.2018 11:38:44 | -7,200 | 711fd9d1d851e5293f868204b55104f65140c414 | build: Adding Travis CI badge to readme | [
{
"change_type": "MODIFY",
"diff": "NLP.js\n=======\n+[](https://travis-ci.com/axa-group/nlp.js)\n+\n\"NLP.js\" is a general natural language utilities for nodejs. Currently supporting:\n- Guess the language of a phrase\n- Fast levensh... | JavaScript | MIT License | axa-group/nlp.js | build: Adding Travis CI badge to readme | 1 | build | null |
76,605 | 01.08.2018 11:44:40 | -7,200 | 8430cfae045903494edbacfbe0b51c3ddbc2123c | build: Adding npm audit to check vulnerabilities | [
{
"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\... | JavaScript | MIT License | axa-group/nlp.js | build: Adding npm audit to check vulnerabilities | 1 | build | null |
76,605 | 01.08.2018 12:04:01 | -7,200 | f9b87244976822b8233a0569b352324b4ae0cb65 | build: Fixing audit so run for version 10 | [
{
"change_type": "MODIFY",
"diff": "@@ -3,3 +3,9 @@ node_js:\n- \"8\"\n- \"9\"\n- \"10\"\n+before_install:\n+ - npm install -g npm@latest\n+include:\n+ - stage: NPM audit\n+ script: npm audit\n+ node_js: \"10\"\n\\ No newline at end of file\n",
"new_path": ".travis.yml",
"old_path": ".travis.yml"
... | JavaScript | MIT License | axa-group/nlp.js | build: Fixing audit so run for version 10 | 1 | build | null |
730,429 | 01.08.2018 15:22:53 | 14,400 | 6e2cdbdd497491af46586f282c5abd6f3420d74d | fix(tooling): use proper shell result for git commands | [
{
"change_type": "MODIFY",
"diff": "@@ -5,24 +5,12 @@ const {shellSync} = require('execa');\nconst debug = require('debug')('tooling:git');\n-exports.diff = async function diff(tag) {\n- debug(`diffing HEAD against ${tag}`);\n- debug(`Shelling out to \\`git diff --name-only HEAD..${tag}\\``);\n- const raw =... | JavaScript | MIT License | webex/react-widgets | fix(tooling): use proper shell result for git commands | 1 | fix | tooling |
679,913 | 01.08.2018 15:44:53 | -3,600 | 20478072f0782859fda0b98cf3992596dbfa93f7 | refactor(api): TS3.0 PropertyKey handling | [
{
"change_type": "MODIFY",
"diff": "@@ -10,7 +10,7 @@ import { illegalArgs } from \"@thi.ng/errors\";\n*/\nexport function deprecated(msg?: string, log = console.log): MethodDecorator {\nreturn function (target: any, prop: string | symbol, descriptor: PropertyDescriptor) {\n- const signature = `${target.con... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(api): TS3.0 PropertyKey handling | 1 | refactor | api |
679,913 | 01.08.2018 15:45:24 | -3,600 | 2234313c275317d5b077fb5cc4539d6f6e1c0081 | refactor(associative): TS3.0 PropertyKey handling | [
{
"change_type": "MODIFY",
"diff": "@@ -35,7 +35,7 @@ export function invertMap<K, V>(src: Map<K, V>) {\nexport function invertObj(src: IObjectOf<PropertyKey>) {\nconst dest: IObjectOf<PropertyKey> = {};\nfor (let k in src) {\n- dest[src[k]] = k;\n+ dest[<any>src[k]] = k;\n}\nreturn dest;\n}\n",
"new_pa... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(associative): TS3.0 PropertyKey handling | 1 | refactor | associative |
679,913 | 01.08.2018 15:45:36 | -3,600 | 30d65d4b6576a6414174648a2eeaef179b8c7704 | refactor(defmulti): TS3.0 PropertyKey handling | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,7 @@ import { IObjectOf } from \"@thi.ng/api/api\";\nimport { illegalArgs } from \"@thi.ng/errors/illegal-arguments\";\nimport { illegalArity } from \"@thi.ng/errors/illegal-arity\";\n-export const DEFAULT = Symbol(\"DEFAULT\");\n+export const DEFAULT: unique s... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(defmulti): TS3.0 PropertyKey handling | 1 | refactor | defmulti |
679,913 | 01.08.2018 15:45:48 | -3,600 | 38372cc9f1543656805264d92dcabe3cd349b542 | refactor(interceptors): TS3.0 PropertyKey handling | [
{
"change_type": "MODIFY",
"diff": "@@ -397,9 +397,9 @@ export class StatelessEventBus implements\n* @param e\n*/\nprotected processEvent(ctx: api.InterceptorContext, e: api.Event) {\n- const iceps = this.handlers[e[0]];\n+ const iceps = this.handlers[<any>e[0]];\nif (!iceps) {\n- console.warn(`missing hand... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(interceptors): TS3.0 PropertyKey handling | 1 | refactor | interceptors |
679,913 | 01.08.2018 15:46:02 | -3,600 | bf2a307426e06cf6e4c3aa06fdbd787dd724c613 | refactor(pointfree): TS3.0 PropertyKey handling | [
{
"change_type": "MODIFY",
"diff": "@@ -1754,7 +1754,7 @@ export const store = (ctx: StackContext) =>\n*/\nexport const loadkey = (key: PropertyKey) =>\n(ctx: StackContext) => {\n- !ctx[2].hasOwnProperty(key) && illegalArgs(`unknown var: ${key}`);\n+ !ctx[2].hasOwnProperty(key) && illegalArgs(`unknown var: ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(pointfree): TS3.0 PropertyKey handling | 1 | refactor | pointfree |
679,913 | 01.08.2018 15:46:16 | -3,600 | 2ecd53840af1b4d3aff515e52346b4e88f020ef9 | refactor(router): TS3.0 PropertyKey handling | [
{
"change_type": "MODIFY",
"diff": "@@ -123,7 +123,7 @@ export class BasicRouter implements\n.map((x) => x.charAt(0) === \"?\" ? ((x = params[x.substr(1)]) != null ? x : \"NULL\") : x)\n.join(this.config.separator);\n} else {\n- illegalArgs(`invalid route ID: ${match.id}`);\n+ illegalArgs(`invalid route ID:... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(router): TS3.0 PropertyKey handling | 1 | refactor | router |
679,913 | 01.08.2018 15:58:10 | -3,600 | 542540f09000824f1a9215aad3cb92870c2b3bf9 | build(examples): update webpack deps | [
{
"change_type": "MODIFY",
"diff": "\"@types/node\": \"^9.6.2\",\n\"typescript\": \"^3.0.1\",\n\"ts-loader\": \"^4.4.2\",\n- \"webpack\": \"^4.5.0\",\n+ \"webpack\": \"^4.16.3\",\n\"webpack-cli\": \"^3.1.0\",\n\"webpack-dev-server\": \"^3.1.5\"\n}\n",
"new_path": "examples/rstream-grid/package.json",
... | TypeScript | Apache License 2.0 | thi-ng/umbrella | build(examples): update webpack deps | 1 | build | examples |
679,913 | 01.08.2018 16:22:40 | -3,600 | 3ca2cbf135d03cdd5921096cfcb78a6993daea09 | refactor(iges): make fill mode optional for addPolyline2d() | [
{
"change_type": "MODIFY",
"diff": "@@ -46,7 +46,7 @@ iges.addPolyline2d(doc, [\n[0, 0],\n[100, 100],\n[100, 0]\n-], false);\n+]);\nconsole.log(iges.serialize(doc));\n```\n",
"new_path": "packages/iges/README.md",
"old_path": "packages/iges/README.md"
},
{
"change_type": "MODIFY",
"diff"... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(iges): make fill mode optional for addPolyline2d() | 1 | refactor | iges |
679,913 | 01.08.2018 17:14:06 | -3,600 | 68f59f214ea9e9a48d89448b27352c04d4f85c78 | refactor(vectors): add IVec to all vector class wrappers | [
{
"change_type": "MODIFY",
"diff": "import { ICopy, IEqualsDelta } from \"@thi.ng/api/api\";\n-import { ReadonlyVec, Vec } from \"./api\";\n+import { IVec, ReadonlyVec, Vec } from \"./api\";\nimport { eqDelta } from \"./common\";\nimport {\nclamp1,\n@@ -161,7 +161,8 @@ export const smoothStep = (a: Vec, b: ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(vectors): add IVec to all vector class wrappers | 1 | refactor | vectors |
807,849 | 01.08.2018 17:23:13 | 25,200 | 566ab0e6423a234a88a16c21222cf618ce15cc01 | refactor(get-npm-exec-opts): Always return env, even if empty | [
{
"change_type": "MODIFY",
"diff": "@@ -5,18 +5,17 @@ const log = require(\"npmlog\");\nmodule.exports = getExecOpts;\nfunction getExecOpts(pkg, registry) {\n- const opts = {\n- cwd: pkg.location,\n- pkg,\n- };\n+ // execa automatically extends process.env\n+ const env = {};\nif (registry) {\n- opts.extendE... | JavaScript | MIT License | lerna/lerna | refactor(get-npm-exec-opts): Always return env, even if empty | 1 | refactor | get-npm-exec-opts |
807,849 | 01.08.2018 17:24:22 | 25,200 | be453cd189e515daecd3d08612741759345a8d15 | feat(package): Add tarball property | [
{
"change_type": "MODIFY",
"diff": "@@ -144,6 +144,18 @@ describe(\"Package\", () => {\n});\n});\n+ describe(\"get .tarball\", () => {\n+ it(\"generates the destination filename of npm pack output\", () => {\n+ const pkg = factory({ name: \"pack-me\", version: \"1.2.3\" });\n+ expect(pkg.tarball).toBe(\"pac... | JavaScript | MIT License | lerna/lerna | feat(package): Add tarball property | 1 | feat | package |
807,849 | 01.08.2018 17:56:03 | 25,200 | 088ea5442b625837b659fbb4068c5790de0c9feb | feat(npm-publish): Add npmPack export | [
{
"change_type": "MODIFY",
"diff": "\"use strict\";\n+const packed = new Set();\nconst registry = new Map();\n// by default, act like a spy that populates registry\n@@ -9,6 +10,12 @@ const mockNpmPublish = jest.fn((pkg, tag) => {\nreturn Promise.resolve();\n});\n+const mockNpmPack = jest.fn(pkg => {\n+ pack... | JavaScript | MIT License | lerna/lerna | feat(npm-publish): Add npmPack export | 1 | feat | npm-publish |
807,849 | 01.08.2018 17:58:53 | 25,200 | 37e3ec77ad903ffc7da76444781118f8fb2f44f2 | refactor(publish): Move license setup into class method | [
{
"change_type": "MODIFY",
"diff": "@@ -89,23 +89,7 @@ class PublishCommand extends Command {\n)\n: [this.packagesToPublish];\n- let chain = Promise.resolve();\n-\n- // prepare for license management\n- chain = chain.then(() => getPackagesWithoutLicense(this.project, this.packagesToPublish));\n- chain = cha... | JavaScript | MIT License | lerna/lerna | refactor(publish): Move license setup into class method | 1 | refactor | publish |
807,849 | 01.08.2018 18:18:04 | 25,200 | ebc8ba6a61b45f8e746ea3892c14ae0a3d0ea6be | feat(publish): Validate npm registry and package access prerequisites
Fixes
Fixes
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -5,6 +5,8 @@ jest.unmock(\"@lerna/collect-updates\");\n// local modules _must_ be explicitly mocked\njest.mock(\"../lib/get-packages-without-license\");\n+jest.mock(\"../lib/verify-npm-package-access\");\n+jest.mock(\"../lib/verify-npm-registry\");\nconst fs = require(... | JavaScript | MIT License | lerna/lerna | feat(publish): Validate npm registry and package access prerequisites
Fixes #55
Fixes #1045
Fixes #1347 | 1 | feat | publish |
730,412 | 01.08.2018 20:01:52 | 0 | caccd6467e0817063a89910600b935535bf08141 | chore(release): 0.1.327 | [
{
"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.327\"></a>\n+## [0.1.327](https://github.com/webex/react-ciscospark/compare/v0.1.... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.1.327 | 1 | chore | release |
730,412 | 01.08.2018 20:16:34 | 0 | 82d67b542eed5e15b0bb77361a3b729eb87ff1b7 | chore(release): 0.1.328 | [
{
"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.328\"></a>\n+## [0.1.328](https://github.com/webex/react-ciscospark/compare/v0.1.... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.1.328 | 1 | chore | release |
679,913 | 01.08.2018 21:19:52 | -3,600 | 14672731cd6b2ff935017b802ec73d55a5f74f27 | refactor(hdom): cleanup imports | [
{
"change_type": "MODIFY",
"diff": "-import { equiv } from \"@thi.ng/equiv\";\nimport * as isa from \"@thi.ng/checks/is-array\";\nimport * as iss from \"@thi.ng/checks/is-string\";\n-import * as diff from \"@thi.ng/diff\";\n-\n+import { DiffLogEntry } from \"@thi.ng/diff/api\";\n+import { diffArray } from \... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(hdom): cleanup imports | 1 | refactor | hdom |
679,913 | 01.08.2018 21:20:18 | -3,600 | 0f7e82aedbdbd70a9455aa4563a6df2818267548 | refactor(rstream): cleanup imports | [
{
"change_type": "MODIFY",
"diff": "@@ -34,5 +34,5 @@ import { fromPromise } from \"./promise\";\n* @param promises\n*/\nexport function fromPromises<T>(promises: Iterable<Promise<T>>): Subscription<T[], T> {\n- return fromPromise(Promise.all(promises)).subscribe(mapcat((x: T[]) => x));\n+ return fromPromis... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(rstream): cleanup imports | 1 | refactor | rstream |
679,913 | 01.08.2018 21:20:53 | -3,600 | c1690170afa4535391cf096407670df4c6a0a83d | refactor(rstream-dot): cleanup imports | [
{
"change_type": "MODIFY",
"diff": "-import {\n- ISubscribable,\n- Stream,\n- StreamMerge,\n- StreamSync\n-} from \"@thi.ng/rstream\";\n-\nimport { DotOpts, Node, WalkState } from \"./api\";\n+import { ISubscribable } from \"@thi.ng/rstream/api\";\n+import { Stream } from \"@thi.ng/rstream/stream\";\n+impor... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(rstream-dot): cleanup imports | 1 | refactor | rstream-dot |
679,913 | 01.08.2018 21:21:47 | -3,600 | 4db3fa831de76ea70e920a7265d03ffc0ae03998 | refactor(rstream-query): cleanup imports | [
{
"change_type": "MODIFY",
"diff": "import { IObjectOf } from \"@thi.ng/api/api\";\n-import { join } from \"@thi.ng/associative\";\nimport { intersection } from \"@thi.ng/associative/intersection\";\n+import { join } from \"@thi.ng/associative/join\";\nimport { equiv } from \"@thi.ng/equiv\";\nimport { ille... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(rstream-query): cleanup imports | 1 | refactor | rstream-query |
679,913 | 01.08.2018 21:22:43 | -3,600 | 1a8ff8a62468a0f8f823dfd9d29b1fc5ceb0332a | refactor(examples): cleanup imports | [
{
"change_type": "MODIFY",
"diff": "@@ -2,8 +2,8 @@ import { IObjectOf } from \"@thi.ng/api/api\";\nimport { IView, ViewTransform } from \"@thi.ng/atom/api\";\nimport { EffectDef, EventDef, InterceptorContext } from \"@thi.ng/interceptors/api\";\nimport { EventBus } from \"@thi.ng/interceptors/event-bus\";\... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): cleanup imports | 1 | refactor | examples |
679,913 | 01.08.2018 21:46:03 | -3,600 | b1cf171fa6c03a66f66afeb8a2e49fcc8791a78b | chore: update make-* scripts, add cloc stats script | [
{
"change_type": "MODIFY",
"diff": "@@ -24,11 +24,11 @@ cat << EOF > $MODULE/package.json\n\"start\": \"webpack-dev-server --open --mode development --devtool inline-source-map\"\n},\n\"devDependencies\": {\n- \"ts-loader\": \"^4.3.0\",\n- \"typescript\": \"^2.8.3\",\n- \"webpack\": \"^4.8.1\",\n- \"webpack... | TypeScript | Apache License 2.0 | thi-ng/umbrella | chore: update make-* scripts, add cloc stats script | 1 | chore | null |
679,913 | 02.08.2018 09:42:50 | -3,600 | d007a8aee0aabe4e2d69f2364aac35b772b389f9 | docs(examples): update example table (add triple-query) | [
{
"change_type": "MODIFY",
"diff": "@@ -25,4 +25,5 @@ If you want to [contribute](../CONTRIBUTING.md) an example, please get in touch\n| 17 | [svg-particles](./svg-particles) | hdom SVG generation / animation | hdom, transducers | basic |\n| 18 | [svg-waveform](./svg-waveform) | hdom SVG generation / undo h... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(examples): update example table (add triple-query) | 1 | docs | examples |
730,429 | 02.08.2018 11:31:52 | 14,400 | e7eb805dcfbcfd53a7840e31980c52e6ee200227 | fix(widget-space): only auto switch to message/meet when available | [
{
"change_type": "MODIFY",
"diff": "@@ -248,12 +248,12 @@ export default compose(\nconst prevCall = props.call;\n// Switch to Meet if ringing\n- if (call && !prevCall) {\n+ if (call && !prevCall && activityTypes.some((activity) => activity.name === 'meet')) {\nnextProps.updateActivityType('meet');\n}\n// Re... | JavaScript | MIT License | webex/react-widgets | fix(widget-space): only auto switch to message/meet when available | 1 | fix | widget-space |
730,429 | 02.08.2018 12:05:45 | 14,400 | fa6e9ed52499572bfcf957ce94238414f9afd28d | fix(widget-space): use call start time from call object | [
{
"change_type": "MODIFY",
"diff": "@@ -29,7 +29,6 @@ const injectedPropTypes = {\ncall: PropTypes.object,\nconversation: PropTypes.object.isRequired,\nerrors: PropTypes.object.isRequired,\n- media: PropTypes.object.isRequired,\nsparkInstance: PropTypes.object,\nwidgetSpace: PropTypes.object.isRequired\n};\... | JavaScript | MIT License | webex/react-widgets | fix(widget-space): use call start time from call object | 1 | fix | widget-space |
730,429 | 02.08.2018 12:17:06 | 14,400 | 33940d7857f464a657207eff49368d9688629a5e | feat(r-m-media): store locus id for destination when known | [
{
"change_type": "MODIFY",
"diff": "@@ -229,6 +229,7 @@ Array [\n\"remoteVideoStream\": null,\n\"startTime\": undefined,\n},\n+ \"destination\": undefined,\n\"id\": \"https://locusUrl\",\n},\n\"type\": \"media/STORE_CALL\",\n@@ -434,6 +435,7 @@ Array [\n\"remoteVideoStream\": null,\n\"startTime\": undefined... | JavaScript | MIT License | webex/react-widgets | feat(r-m-media): store locus id for destination when known | 1 | feat | r-m-media |
730,429 | 02.08.2018 12:18:16 | 14,400 | 3ed6af381b319cdb4f2d181490453ce4018abe60 | feat(widget-space): fetch call by destination if convo not available | [
{
"change_type": "MODIFY",
"diff": "@@ -97,9 +97,21 @@ export const getActivityTypes = createSelector(\n);\nexport const getCall = createSelector(\n- [getConversation, getMedia],\n- (conversation, media) => {\n- const call = media.getIn(['byId', conversation.get('locusUrl')]);\n+ [getConversation, getMedia,... | JavaScript | MIT License | webex/react-widgets | feat(widget-space): fetch call by destination if convo not available | 1 | feat | widget-space |
679,913 | 02.08.2018 14:33:42 | -3,600 | 2a13f28c84b195e724d2572bc8a17b3ec0a33c27 | feat(vectors): add gvec size checks, add IEquiv & Iterable impls | [
{
"change_type": "MODIFY",
"diff": "import { ReadonlyVec, Vec, VecOp } from \"./api\";\nimport { EPS, eqDelta1 } from \"./math\";\n-export const x = (v: ReadonlyVec, i = 0, _?) => v[i];\n+export const x = (v: ReadonlyVec, i = 0, _?: number) => v[i];\nexport const y = (v: ReadonlyVec, i = 0, s = 1) => v[i + ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(vectors): add gvec size checks, add IEquiv & Iterable impls | 1 | feat | vectors |
679,913 | 02.08.2018 15:14:16 | -3,600 | 3039a35a39bb3580cb63032615208e58d914db11 | feat(vectors): make Vec2/3/4 array-like, add IEquiv impls, add tests
add array index getters/setters
add .length getter (also for GVec) | [
{
"change_type": "MODIFY",
"diff": "@@ -74,3 +74,12 @@ export const eqDelta = (a: ReadonlyVec, b: ReadonlyVec, n: number, eps = EPS, ia\n}\nreturn true;\n};\n+\n+export const declareIndices = (proto: any, indices: number[]) =>\n+ indices.forEach((i) => {\n+ Object.defineProperty(proto, i, {\n+ get: function... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(vectors): make Vec2/3/4 array-like, add IEquiv impls, add tests
- add array index getters/setters
- add .length getter (also for GVec) | 1 | feat | vectors |
679,913 | 02.08.2018 15:14:44 | -3,600 | 74f939c390e9d64fa02073c7085acf4f39307acc | feat(vectors): add toCylindrical3() / fromCylindrical3() | [
{
"change_type": "MODIFY",
"diff": "@@ -311,6 +311,14 @@ export const toCartesian3 = (a: Vec, b: ReadonlyVec = ZERO3, ia = 0, ib = 0, sa\n);\n};\n+export const toCylindrical3 = (a: Vec, i = 0, s = 1) =>\n+ setS2(a, mag2(a, i, s), heading2(a, i, s), i, s);\n+\n+export const fromCylindrical3 = (a: Vec, i = 0,... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(vectors): add toCylindrical3() / fromCylindrical3() | 1 | feat | vectors |
679,913 | 02.08.2018 15:47:24 | -3,600 | befc7785ff0e5b2ab86d11cca8531b397dee4f79 | refactor(vectors): update cylindrical coord conversion, add Vec3 methods | [
{
"change_type": "MODIFY",
"diff": "@@ -20,9 +20,9 @@ import {\n} from \"./math\";\nimport {\nheading2,\n- mag2,\nrotate2,\n- setS2\n+ toCartesian2,\n+ toPolar2\n} from \"./vec2\";\nexport const ZERO3 = Object.freeze([0, 0, 0]);\n@@ -311,12 +311,12 @@ export const toCartesian3 = (a: Vec, b: ReadonlyVec = ZE... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(vectors): update cylindrical coord conversion, add Vec3 methods | 1 | refactor | vectors |
679,913 | 02.08.2018 16:14:37 | -3,600 | d4aa5ea20ed5cf135f9d6243bec2ad2e435ce03c | refactor(examples): add new types for crypto-chart example | [
{
"change_type": "MODIFY",
"diff": "@@ -43,10 +43,22 @@ import { scan } from \"@thi.ng/transducers/xform/scan\";\n// furthermore, this approach only triggers UI updates/diffs when there\n// were any relevant upstream value changes.\n+interface OHLC {\n+ open: number;\n+ high: number;\n+ low: number;\n+ clos... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): add new types for crypto-chart example | 1 | refactor | examples |
679,913 | 02.08.2018 17:23:49 | -3,600 | 7efce7a7ee944b148ee0afda3c7ee496a1282e0b | feat(transducers-hdom): add new package | [
{
"change_type": "ADD",
"diff": "+build\n+coverage\n+dev\n+doc\n+src*\n+test\n+.nyc_output\n+tsconfig.json\n+*.tgz\n+*.html\n",
"new_path": "packages/transducers-hdom/.npmignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+ Apache License\n+ Version 2.0, January 2004\n+ http:/... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(transducers-hdom): add new package @thi.ng/transducers-hdom | 1 | feat | transducers-hdom |
679,913 | 02.08.2018 17:25:05 | -3,600 | 3e70c31a85d7509e66bf72d7d9ce5d1e752770a2 | feat(examples): add transducers-hdom example | [
{
"change_type": "ADD",
"diff": "+node_modules\n+yarn.lock\n+*.js\n",
"new_path": "examples/transducers-hdom/.gitignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+# transducers-hdom\n+\n+[Live demo](https://demo.thi.ng/umbrella/transducers-hdom/)\n+\n+```bash\n+git clone htt... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(examples): add transducers-hdom example | 1 | feat | examples |
679,913 | 02.08.2018 17:25:36 | -3,600 | 698bb60d5772cb875b0fa3499e42ced7d8af48fe | fix(examples): add missing files (triple-query) | [
{
"change_type": "ADD",
"diff": "+<!DOCTYPE html>\n+<html lang=\"en\">\n+\n+<head>\n+ <meta http-equiv=\"Content-Type\" content=\"text/html;charset=UTF-8\">\n+ <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n+ <meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\">\n+ <title>tr... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(examples): add missing files (triple-query) | 1 | fix | examples |
679,913 | 02.08.2018 20:27:57 | -3,600 | 949a5d4600801476a2d7989ca9c27c1dffc24b61 | fix(transducers-hdom): support hdom user context | [
{
"change_type": "MODIFY",
"diff": "@@ -8,29 +8,32 @@ import { scan } from \"@thi.ng/transducers/xform/scan\";\n/**\n* Side-effecting & stateful transducer which receives @thi.ng/hdom\n* component trees, diffs each against previous value and applies\n- * required changes to browser DOM starting at given roo... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(transducers-hdom): support hdom user context | 1 | fix | transducers-hdom |
679,913 | 02.08.2018 21:41:07 | -3,600 | 69d25c8cdeb5d6ccf9d94d47a5662934e3b52369 | refactor(examples): update transducers-hdom example | [
{
"change_type": "MODIFY",
"diff": "-import * as rs from \"@thi.ng/rstream\";\n-import * as tx from \"@thi.ng/transducers\";\n+import { fromInterval } from \"@thi.ng/rstream/from/interval\";\n+import { Stream } from \"@thi.ng/rstream/stream\";\n+import { sync } from \"@thi.ng/rstream/stream-sync\";\nimport ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): update transducers-hdom example | 1 | refactor | examples |
791,690 | 02.08.2018 22:42:52 | -7,200 | 29513d508fd19104b30d66bdcc845c06d638e410 | report(i18n): localize CRC renderer strings | [
{
"change_type": "MODIFY",
"diff": "\"lighthouse-core/report/html/renderer/util.js | scorescaleLabel\": {\n\"message\": \"Score scale:\",\n\"description\": \"Label preceding a pictorial explanation of the scoring scale: 0-50 is red (bad), 50-90 is orange (ok), 90-100 is green (good). These colors are used t... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report(i18n): localize CRC renderer strings (#5730) | 1 | report | i18n |
573,200 | 02.08.2018 23:17:29 | -7,200 | e663699c8c5383eb6affad16ac2eb14fcd66a858 | docs: fix typos in migration guide | [
{
"change_type": "MODIFY",
"diff": "@@ -31,7 +31,7 @@ Strict routing is the new default.\nUse `ignoreTrailingSlash: true` server option if you don't want to differentiate\nthem from each other.\n-### Path must to start with `/`\n+### Path must start with `/`\nIn restify 7.x path must start with a `/`.\nFor ... | JavaScript | MIT License | restify/node-restify | docs: fix typos in migration guide (#1690) | 1 | docs | null |
679,913 | 03.08.2018 00:42:46 | -3,600 | e50fd10ea51a3ae096c1777720641fe17e831620 | feat(transducers): add peek() helper fn | [
{
"change_type": "ADD",
"diff": "+/**\n+ * Returns last element of given array.\n+ *\n+ * @param x\n+ */\n+export function peek<T>(x: ArrayLike<T>) {\n+ return x[x.length - 1];\n+}\n",
"new_path": "packages/transducers/src/func/peek.ts",
"old_path": null
},
{
"change_type": "MODIFY",
"di... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(transducers): add peek() helper fn | 1 | feat | transducers |
679,913 | 03.08.2018 00:43:06 | -3,600 | 9ea44bebd2b1fd8845e14156724d12c96aa5d3ab | test(transducers): add padLast() tests | [
{
"change_type": "ADD",
"diff": "+import * as tx from \"../src\";\n+\n+import * as assert from \"assert\";\n+\n+describe(\"padLast\", () => {\n+ it(\"all\", () => {\n+ assert.deepEqual(\n+ [...tx.iterator(tx.padLast(8, 0), [])],\n+ []\n+ );\n+ assert.deepEqual(\n+ [...tx.iterator(tx.padLast(8, 0), [1])],\n+... | TypeScript | Apache License 2.0 | thi-ng/umbrella | test(transducers): add padLast() tests | 1 | test | transducers |
679,913 | 03.08.2018 00:45:25 | -3,600 | fdc7630b6cbee1882d19f425cd113c909c4b35c9 | refactor(iges): only expect ArrayLike points/vectors, minor other updates
add linewidth consts
update formatParams() | [
{
"change_type": "MODIFY",
"diff": "@@ -25,6 +25,9 @@ import {\nUnit\n} from \"./api\";\n+const LINEWIDTH_GLOBALS = 72;\n+const LINEWIDTH_PARAMS = 64;\n+\nconst padl = (n: number, ch: string) => {\nconst buf = new Array(n).fill(ch).join(\"\");\nreturn (x: any) => (x = x.toString(), x.length < n ? buf.substr... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(iges): only expect ArrayLike points/vectors, minor other updates
- add linewidth consts
- update formatParams() | 1 | refactor | iges |
679,913 | 03.08.2018 00:47:50 | -3,600 | c5afc7b378a0a88c2a29aa54fe3c203b95d3f8cc | refactor(examples): simplify rstream-hdom example | [
{
"change_type": "MODIFY",
"diff": "-import { diffElement, normalizeTree } from \"@thi.ng/hdom\";\nimport { ISubscribable } from \"@thi.ng/rstream/api\";\nimport { fromRAF } from \"@thi.ng/rstream/from/raf\";\nimport { sync } from \"@thi.ng/rstream/stream-sync\";\nimport { sidechainPartition } from \"@thi.n... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): simplify rstream-hdom example | 1 | refactor | examples |
791,723 | 03.08.2018 04:20:20 | -28,800 | 1fb885bfa84b72ae90b7ecaf67425c2b4800aa18 | core(i18n): always use formatted strings for extension popup | [
{
"change_type": "MODIFY",
"diff": "@@ -9,6 +9,7 @@ const RawProtocol = require('../../../lighthouse-core/gather/connections/raw');\nconst Runner = require('../../../lighthouse-core/runner');\nconst Config = require('../../../lighthouse-core/config/config');\nconst defaultConfig = require('../../../lighthou... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(i18n): always use formatted strings for extension popup (#5761) | 1 | core | i18n |
749,547 | 03.08.2018 08:43:59 | -36,000 | f79518bc2ffccc7f54cf0b5a162da28171545740 | fix(menu): Don't render Menu when it's closed | [
{
"change_type": "MODIFY",
"diff": "@@ -499,6 +499,7 @@ class MenuContainer extends ControlledComponent {\n);\n}}\n</Target>\n+ {isOpen && (\n<Popper\nplacement={this.convertGardenToPopperPlacement()}\neventsEnabled={eventsEnabled}\n@@ -508,10 +509,6 @@ class MenuContainer extends ControlledComponent {\ncon... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | fix(menu): Don't render Menu when it's closed (#89) | 1 | fix | menu |
217,927 | 03.08.2018 09:00:40 | 0 | 2a372463639ae77206a80501d59bf73792456b15 | fix: anonymous commissions
Verifies that the user is authenticated (not anonymous) before
displaying the commission creation buttons.
Fixes | [
{
"change_type": "MODIFY",
"diff": "</button>\n<button mat-mini-fab\n- *ngIf=\"listData !== undefined && user !== undefined && !listData?.ephemeral && !listData?.isCommissionList && !listData.public\"\n+ *ngIf=\"!userData.anonymous && listData !== undefined && user !== undefined && !listData?.ephemeral && !... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: anonymous commissions
Verifies that the user is authenticated (not anonymous) before
displaying the commission creation buttons.
Fixes #533 | 1 | fix | null |
76,605 | 03.08.2018 15:13:34 | -7,200 | 060775653ae2441934855f4a379c675e13eb9022 | perf: Improve performance of the training time of logistic regression classifier. | [
{
"change_type": "MODIFY",
"diff": "@@ -330,7 +330,10 @@ module.exports = function trainnlp(manager, say) {\nmanager.addDocument('en', 'can you give me some advice', 'user.needsadvice');\nmanager.addDocument('en', 'what should I do', 'user.needsadvice');\nsay('Training, please wait..');\n+ const hrstart = p... | JavaScript | MIT License | axa-group/nlp.js | perf: Improve performance of the training time of logistic regression classifier. | 1 | perf | null |
749,547 | 03.08.2018 15:28:23 | -36,000 | ffea2c788febac52e63e4f7913f788523e48f498 | fix(chrome): update CSS dependency to fix subnav active cursor | [
{
"change_type": "MODIFY",
"diff": "\"styled-components\": \"^3.2.6\"\n},\n\"devDependencies\": {\n- \"@zendeskgarden/css-chrome\": \"3.0.4\",\n+ \"@zendeskgarden/css-chrome\": \"3.0.5\",\n\"@zendeskgarden/css-variables\": \"5.0.1\",\n\"@zendeskgarden/react-theming\": \"^3.1.1\",\n\"@zendeskgarden/react-tog... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | fix(chrome): update CSS dependency to fix subnav active cursor (#90) | 1 | fix | chrome |
730,429 | 03.08.2018 15:47:19 | 14,400 | 2b35ae3056278b173b8bf3ee4aa411f60de335a7 | feat(redux-module-media): ignore inactive created calls | [
{
"change_type": "MODIFY",
"diff": "@@ -136,6 +136,7 @@ Array [\n\"remoteVideoStream\": \"\",\n\"sendingAudio\": \"\",\n\"sendingVideo\": \"\",\n+ \"state\": \"active\",\n\"status\": \"\",\n},\n\"isActive\": undefined,\n@@ -207,6 +208,7 @@ Array [\n\"remoteVideoStream\": \"\",\n\"sendingAudio\": \"\",\n\"se... | JavaScript | MIT License | webex/react-widgets | feat(redux-module-media): ignore inactive created calls | 1 | feat | redux-module-media |
217,922 | 03.08.2018 16:16:50 | -7,200 | 3494ee2387ea062a232ea94a0dd789193acbfcfa | feat: new --native-topbar (or -nt) launch flag for native window decorator
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -18,13 +18,18 @@ let updateInterval;\nlet openedOverlays = {};\nconst options = {\n- multi: false\n+ multi: false,\n+ nativeDecorator: false\n};\nfor (let i = 0; i < argv.length; i++) {\nif (argv[i] === '--multi' || argv[i] === '-m') {\noptions.multi = true;\n}\n+ if (... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: new --native-topbar (or -nt) launch flag for native window decorator
closes #531 | 1 | feat | null |
730,412 | 03.08.2018 16:41:29 | 0 | 3335ff8aa4a8c62f95682a65dcda4471f6f3afb2 | chore(release): 0.1.329 | [
{
"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.329\"></a>\n+## [0.1.329](https://github.com/webex/react-ciscospark/compare/v0.1.... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.1.329 | 1 | chore | release |
217,922 | 03.08.2018 18:22:53 | -7,200 | 14821e4bf10023d4636f327fed427ab1ee3de537 | feat: add new God of Hand tier patreon supporter to loading screen | [
{
"change_type": "MODIFY",
"diff": "</div>\n</div>\n<script>\n- const patrons = ['Tataru Taru', 'Erys Night', 'Killagouge', 'chiya', 'DaiSuki2U (Leviathan)', 'Maie Arania'];\n+ const patrons = ['Tataru Taru', 'Erys Night', 'Killagouge', 'chiya', 'DaiSuki2U (Leviathan)', 'Maie Arania', 'Peppermint Cordial In... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: add new God of Hand tier patreon supporter to loading screen | 1 | feat | null |
679,913 | 03.08.2018 18:43:01 | -3,600 | 55499cc49cc5b89d24c6868b551c01da7a40ea7b | feat(rstream): update StreamSync to use `reset: false` by default, update docs | [
{
"change_type": "MODIFY",
"diff": "@@ -10,19 +10,42 @@ import { ISubscribable, State } from \"./api\";\nimport { Subscription } from \"./subscription\";\nexport interface StreamSyncOpts<A, B> extends IID<string> {\n+ /**\n+ * Either an array or object of input streams / subscribables. If\n+ * the latter, t... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(rstream): update StreamSync to use `reset: false` by default, update docs | 1 | feat | rstream |
679,913 | 03.08.2018 18:44:39 | -3,600 | e97aac0d9538e727bd799c3a7d6211891667b995 | feat(rstream): add stream() & subscription() factories, add/update docs | [
{
"change_type": "MODIFY",
"diff": "@@ -11,6 +11,49 @@ import {\n} from \"./api\";\nimport { Subscription } from \"./subscription\";\n+/**\n+ * Creates a new `Stream` instance, optionally with given `StreamSource`\n+ * function and / or ID. If a `src` function is provided, the function\n+ * will be only cal... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(rstream): add stream() & subscription() factories, add/update docs | 1 | feat | rstream |
679,913 | 03.08.2018 18:45:24 | -3,600 | 9101e08971b628f9170b3111bc62bc32ba9b7d16 | docs(rstream): add/update docs for all remaining stream constructs | [
{
"change_type": "MODIFY",
"diff": "@@ -4,14 +4,13 @@ import { Stream } from \"../stream\";\nimport { fromInterval } from \"./interval\";\n/**\n- * Yields a stream of monotonically increasing counter,\n- * triggered by a `requestAnimationFrame()` loop.\n- * Only available in browser environments. In NodeJS,... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(rstream): add/update docs for all remaining stream constructs | 1 | docs | rstream |
679,913 | 03.08.2018 18:57:27 | -3,600 | f9466317b066937637337c555a7ce37d012724fd | refactor(rstream-graph): remove obsolete `reset` in node() factory | [
{
"change_type": "MODIFY",
"diff": "@@ -219,7 +219,7 @@ export const stop = (graph: Graph) => {\nexport const node = (xform: Transducer<IObjectOf<any>, any>, inputIDs?: string[]): NodeFactory<any> =>\n(src: IObjectOf<ISubscribable<any>>, id: string): StreamSync<any, any> => {\nensureInputs(src, inputIDs, id... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(rstream-graph): remove obsolete `reset` in node() factory | 1 | refactor | rstream-graph |
679,913 | 03.08.2018 18:58:05 | -3,600 | 361f8b43c4a1b11deb6a18892fb6b7706b41cf38 | refactor(rstream-query): remove obsolete `reset` in addJoin() | [
{
"change_type": "MODIFY",
"diff": "@@ -302,7 +302,6 @@ export class TripleStore implements\nid,\nsrc: { a, b },\nxform: comp(map(({ a, b }) => join(a, b)), dedupe(equiv)),\n- reset: false,\n});\n}\n@@ -314,7 +313,7 @@ export class TripleStore implements\n);\nlet xforms: Transducer<any, any>[] = [joinSoluti... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(rstream-query): remove obsolete `reset` in addJoin() | 1 | refactor | rstream-query |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.