author int64 4.98k 943k | date stringdate 2017-04-15 16:45:02 2022-02-25 15:32:15 | timezone int64 -46,800 39.6k | hash stringlengths 40 40 | message stringlengths 8 468 | mods listlengths 1 16 | language stringclasses 9
values | license stringclasses 2
values | repo stringclasses 119
values | original_message stringlengths 12 491 | is_CCS int64 1 1 | commit_type stringclasses 129
values | commit_scope stringlengths 1 44 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
679,913 | 05.02.2019 14:18:03 | 0 | a7c1ef7ba3f9a0637e667ff952a4c364df89f344 | refactor(transducers): migrate binary related ops to new package
update readme
BREAKING CHANGE: migrate all binary data related ops to new package
Removed:
bits
base64Encode/Decode
hexDump
partitionBits
utf8Encode/Decode | [
{
"change_type": "DELETE",
"diff": "-import { Reducer, Transducer } from \"../api\";\n-import { compR } from \"../func/compr\";\n-import { $iter, iterator, iterator1 } from \"../iterator\";\n-import { isReduced, reduced } from \"../reduced\";\n-\n-const B64_CHARS = \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmn... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(transducers): migrate binary related ops to new package
- update readme
BREAKING CHANGE: migrate all binary data related ops to new package @thi.ng/transducers-binary
Removed:
- bits
- base64Encode/Decode
- hexDump
- partitionBits
- utf8Encode/Decode | 1 | refactor | transducers |
679,913 | 05.02.2019 14:19:33 | 0 | d1151cea34fe541afb369d452168eebe823b53a0 | refactor(transducers): deprecate & rename tuples() => zip()
update refs / re-exports | [
{
"change_type": "MODIFY",
"diff": "import { repeat } from \"../iter/repeat\";\n-import { tuples } from \"../iter/tuples\";\n+import { zip } from \"../iter/zip\";\n/**\n* If `weights` are given, it must be the same size as `choices`. If omitted,\n@@ -15,7 +15,7 @@ export const weightedRandom = <T>(\nweights... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(transducers): deprecate & rename tuples() => zip()
- update refs / re-exports | 1 | refactor | transducers |
679,913 | 05.02.2019 14:23:45 | 0 | f15ea5fc64da008e79fb48353912f42b5857a47c | refactor(examples): update deps & imports in various examples | [
{
"change_type": "MODIFY",
"diff": "\"dependencies\": {\n\"@thi.ng/hdom\": \"latest\",\n\"@thi.ng/hdom-components\": \"latest\",\n- \"@thi.ng/transducers\": \"latest\"\n+ \"@thi.ng/transducers\": \"latest\",\n+ \"@thi.ng/transducers-binary\": \"latest\"\n},\n\"browserslist\": [\n\"last 3 Chrome versions\"\n... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): update deps & imports in various examples | 1 | refactor | examples |
679,913 | 05.02.2019 14:24:20 | 0 | 2904590237a68fb5d3e35c9e470187f55fc950e1 | refactor(color): update imports (zip) | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ import {\nnormRange,\npush,\ntransduce,\n- tuples\n+ zip\n} from \"@thi.ng/transducers\";\nimport { Color, CosGradientSpec, ReadonlyColor } from \"./api\";\nimport { clamp } from \"./clamp\";\n@@ -46,7 +46,7 @@ export const cosineColor =\n([a, b, c, d]) =>... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(color): update imports (zip) | 1 | refactor | color |
679,913 | 05.02.2019 14:24:42 | 0 | 5204a7fee931fbf9e8700d9534c5372351e5270d | refactor(geom): update imports (zip) | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,7 @@ import {\nnormRange,\npush,\ntransduce,\n- tuples\n+ zip\n} from \"@thi.ng/transducers\";\nimport { cartesian2, Vec } from \"@thi.ng/vectors\";\nimport { Polygon } from \"../api\";\n@@ -21,7 +21,7 @@ export const star =\ntransduce(\nmap(([i, p]) => cartesi... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(geom): update imports (zip) | 1 | refactor | geom |
679,913 | 05.02.2019 14:24:59 | 0 | 7f4e398986e8aa4938e5c9431f0c811dab9d4425 | refactor(geom-tessellate): update imports (zip) | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,7 @@ import {\npartition,\npush,\ntransduce,\n- tuples,\n+ zip,\nwrap\n} from \"@thi.ng/transducers\";\nimport { mixN, ReadonlyVec, Vec } from \"@thi.ng/vectors\";\n@@ -23,6 +23,6 @@ export const tesselInset =\n),\npush(),\nkeepInterior ? [inner] : [],\n- wrap(... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(geom-tessellate): update imports (zip) | 1 | refactor | geom-tessellate |
679,913 | 05.02.2019 14:25:15 | 0 | 9d8dd32ed1a17d172a4eebe2aaec484063a07c44 | refactor(vectors): update imports (zip) | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,7 @@ import {\nstr,\ntake,\ntransduce,\n- tuples\n+ zip\n} from \"@thi.ng/transducers\";\nimport {\nMultiVecOpVN,\n@@ -110,7 +110,7 @@ const assemble = (\nmapIndexed((i, x: string[]) => tpl(x, i))\n),\nstr(opJoin),\n- tuples.apply(\n+ zip.apply(\nnull,\nsyms.sp... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(vectors): update imports (zip) | 1 | refactor | vectors |
730,429 | 05.02.2019 14:45:18 | 18,000 | c7943237b994e67e17e77f4b605b6e69838f1d56 | feat(recents): move activity listener to enhancer | [
{
"change_type": "MODIFY",
"diff": "@@ -32,9 +32,7 @@ import './collab.scss';\nimport {\neventNames,\n- constructMessagesEventData,\nconstructRoomsEventData,\n- constructMembershipEventData,\nconstructCallEventData\n} from './events';\n@@ -103,149 +101,14 @@ export class RecentsWidget extends Component {\n@... | JavaScript | MIT License | webex/react-widgets | feat(recents): move activity listener to enhancer | 1 | feat | recents |
730,429 | 05.02.2019 15:03:11 | 18,000 | c555b16ba40f16c3b2a96b7dad442ffcb0185376 | feat(react-component-utils): add api activity verb constants | [
{
"change_type": "MODIFY",
"diff": "+export const API_ACTIVITY_VERB = {\n+ ACKNOWLEDGE: 'acknowledge',\n+ ADD: 'add',\n+ ADD_MICROAPP_INSTANCE: 'addMicroappInstance',\n+ ARCHIVE: 'archive',\n+ ASSIGN: 'assign',\n+ ASSIGN_MODERATOR: 'assignModerator',\n+ CANCEL: 'cancel',\n+ CREATE: 'create',\n+ DECLINE: 'de... | JavaScript | MIT License | webex/react-widgets | feat(react-component-utils): add api activity verb constants | 1 | feat | react-component-utils |
71,123 | 05.02.2019 15:23:39 | 28,800 | bfa40b1ce7cfd3494ce66e35b369d43061c12fdd | feat(serverless): add AWS::Serverless::Application to CFN spec
Update SAM specification from goformation and patch minor bugs in it. Brings in `AWS::Serverless::Application` and updates `AWS::Serverless::Api` with authorizers. | [
{
"change_type": "MODIFY",
"diff": "-import { Test, testCase } from 'nodeunit';\n-import {} from '../lib';\n+import {expect} from '@aws-cdk/assert';\n+import cdk = require('@aws-cdk/cdk');\n+import { Test } from 'nodeunit';\n+import { CfnApplication } from '../lib';\n-export = testCase({\n- notTested(test: ... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(serverless): add AWS::Serverless::Application to CFN spec (#1634)
Update SAM specification from goformation and patch minor bugs in it. Brings in `AWS::Serverless::Application` and updates `AWS::Serverless::Api` with authorizers. | 1 | feat | serverless |
730,429 | 05.02.2019 16:44:51 | 18,000 | 9faf95b67e43f5f02addd659a89d8b91c3d4b3a7 | feat(r-m-spaces): add add/remove tags actions | [
{
"change_type": "MODIFY",
"diff": "// Jest Snapshot v1, https://goo.gl/fbAQLP\n+exports[`redux-module-space actions #addSpaceTags properly updates space tags 1`] = `\n+Array [\n+ Object {\n+ \"payload\": Object {\n+ \"spaceId\": \"spaceId\",\n+ \"tags\": Array [\n+ \"MESSAGE_NOTIFICATIONS_ON\",\n+ ],\n+ },... | JavaScript | MIT License | webex/react-widgets | feat(r-m-spaces): add add/remove tags actions | 1 | feat | r-m-spaces |
807,849 | 05.02.2019 16:48:44 | 28,800 | 5c241002d2e652816a645990f2430274c4f9f597 | chore(jest): do not gather coverage under __helpers__ | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,11 @@ module.exports = {\nclearMocks: true,\n// windows ci is terribly slow, so let's not burden it with coverage\ncollectCoverage: process.env.CI && process.env.TRAVIS_OS_NAME !== \"windows\",\n- collectCoverageFrom: [\"{commands,core,utils}/**/*.js\", \"!comm... | JavaScript | MIT License | lerna/lerna | chore(jest): do not gather coverage under __helpers__ | 1 | chore | jest |
807,849 | 05.02.2019 16:51:28 | 28,800 | 7a065c3f76fe7a46aa34d1765df5cebc63fa8332 | test(collect-updates): Add build-graph helper | [
{
"change_type": "ADD",
"diff": "+\"use strict\";\n+\n+// helpers\n+const Package = require(\"@lerna/package\");\n+const PackageGraph = require(\"@lerna/package-graph\");\n+\n+module.exports = buildGraph;\n+\n+function buildGraph() {\n+ // cat __fixtures__/toposort/packages/*/package.json\n+ const packages ... | JavaScript | MIT License | lerna/lerna | test(collect-updates): Add build-graph helper | 1 | test | collect-updates |
679,913 | 05.02.2019 16:51:37 | 0 | c4aaa82b6d316a2b39d8478b1eb7c3ead0b7f19c | build: update various geom packages (deps, tags & readmes) | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"@thi.ng/geom-accel\",\n\"version\": \"1.0.2\",\n- \"description\": \"TODO\",\n+ \"description\": \"nD spatial indexing data structures\",\n\"module\": \"./index.js\",\n\"main\": \"./lib/index.js\",\n\"umd:main\": \"./lib/index.umd.js\",\n\"@thi.ng/vectors\"... | TypeScript | Apache License 2.0 | thi-ng/umbrella | build: update various geom packages (deps, tags & readmes) | 1 | build | null |
807,849 | 05.02.2019 16:51:53 | 28,800 | 2105000c4022e4e82a661a27f85e26e33ef047ef | test(collect-updates): Add unit tests for lib functions | [
{
"change_type": "ADD",
"diff": "+\"use strict\";\n+\n+// helpers\n+const buildGraph = require(\"../__helpers__/build-graph\");\n+\n+// file under test\n+const collectDependents = require(\"../lib/collect-dependents\");\n+\n+test(\"source node (dag)\", () => {\n+ const graph = buildGraph();\n+ const candida... | JavaScript | MIT License | lerna/lerna | test(collect-updates): Add unit tests for lib functions | 1 | test | collect-updates |
807,849 | 05.02.2019 16:55:25 | 28,800 | 99eadc6d3057c6f4f1f6dba2c5e946d5656537fa | fix(collect-updates): Match dotfiles when ignoring changes | [
{
"change_type": "MODIFY",
"diff": "@@ -60,6 +60,7 @@ test(\"rooted package\", () => {\ntest(\"ignore changes (globstars)\", () => {\nsetup([\n+ \"packages/pkg-2/examples/.eslintrc.yaml\",\n\"packages/pkg-2/examples/do-a-thing/index.js\",\n\"packages/pkg-2/examples/and-another-thing/package.json\",\n]);\n",... | JavaScript | MIT License | lerna/lerna | fix(collect-updates): Match dotfiles when ignoring changes | 1 | fix | collect-updates |
807,849 | 05.02.2019 17:07:30 | 28,800 | 9cb0e704e49d8154bf851ff77030e018c258aa07 | test(collect-updates): Unit test default export
TODO: test bumps | [
{
"change_type": "ADD",
"diff": "+\"use strict\";\n+\n+jest.mock(\"@lerna/describe-ref\");\n+jest.mock(\"../lib/has-tags\");\n+jest.mock(\"../lib/make-diff-predicate\");\n+\n+// mocked modules\n+const describeRef = require(\"@lerna/describe-ref\");\n+const hasTags = require(\"../lib/has-tags\");\n+const mak... | JavaScript | MIT License | lerna/lerna | test(collect-updates): Unit test default export
TODO: test bumps | 1 | test | collect-updates |
67,494 | 05.02.2019 17:23:57 | -3,600 | e14536b16d6769c6e1916de4fd6cdc2c6d7ee7ea | chore(router): fix linting error and review notes | [
{
"change_type": "MODIFY",
"diff": "@@ -213,6 +213,26 @@ const codeLookup: Record<string, IMessageInfo> = {\ntype: MessageType.error,\nmessage: 'Unexpected keyword \"of\"'\n},\n+ 2000: {\n+ type: MessageType.error,\n+ message: 'Router has not been activated.'\n+ },\n+ 2001: {\n+ type: MessageType.error,\n+ ... | TypeScript | MIT License | aurelia/aurelia | chore(router): fix linting error and review notes | 1 | chore | router |
217,922 | 05.02.2019 17:56:58 | -3,600 | ab348811fcb428808e85d7f0f536a32ecbe311bc | chore(release): 5.0.21 | [
{
"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.21\"></a>\n+## [5.0.21](https://github.com/Supamiu/ffxiv-teamcraft/compare/v5.0.2... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 5.0.21 | 1 | chore | release |
217,922 | 05.02.2019 19:16:09 | -3,600 | 12cbf11512f0e36f1c2956bda4948d6e40be0ce0 | chore: updated patreon entry for morphean nights | [
{
"change_type": "MODIFY",
"diff": "'Midori Dragon',\n'Erwan Fairclough @ Moogle',\n'Izeyash Konturaen',\n- 'Morphean Knights',\n+ 'Morphean Knights @ Ultros',\n'Qih \"Kweh\" Mewrilah'\n];\nconst randomPatron = patrons[Math.floor(Math.random() * patrons.length)];\n",
"new_path": "apps/client/src/index.h... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: updated patreon entry for morphean nights | 1 | chore | null |
67,507 | 05.02.2019 19:19:15 | -3,600 | 354bd465cb1df8e954dcfba9d8f8c37294e92b52 | chore: disable no-useless-cast linting rule | [
{
"change_type": "MODIFY",
"diff": "\"max-union-size\": [true, 5],\n\"no-extra-semicolon\": false,\n\"no-identical-functions\": false,\n- \"no-duplicate-string\": false\n+ \"no-duplicate-string\": false,\n+ \"no-useless-cast\": false\n}\n}\n",
"new_path": "tslint.json",
"old_path": "tslint.json"
}... | TypeScript | MIT License | aurelia/aurelia | chore: disable no-useless-cast linting rule | 1 | chore | null |
815,745 | 05.02.2019 19:41:14 | -7,200 | 9036672ee267c537265e90904b024e069699f04e | fix: remove disabled items while setting new model
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -91,6 +91,7 @@ import { DataService } from '../shared/data.service';\n---\n<br>\n<button class=\"btn btn-secondary btn-sm\" (click)=\"disable = !disable\">Toggle disabled</button>\n+ <button class=\"btn btn-secondary btn-sm\" (click)=\"toggleModel()\">Toggle model</but... | TypeScript | MIT License | ng-select/ng-select | fix: remove disabled items while setting new model
closes #1043 | 1 | fix | null |
67,507 | 05.02.2019 19:47:06 | -3,600 | 713ba468d3099cadedb9d596056e3e81d9ac3a4f | chore: mark no-unnecessary-type-assertion as warning for now | [
{
"change_type": "MODIFY",
"diff": "\"no-unnecessary-field-initialization\": true,\n\"no-unnecessary-local-variable\": true,\n\"no-unnecessary-qualifier\": true,\n- \"no-unnecessary-type-assertion\": true,\n+ \"no-unnecessary-type-assertion\": { \"severity\": \"warning\" }, // Gives false positives on Circl... | TypeScript | MIT License | aurelia/aurelia | chore: mark no-unnecessary-type-assertion as warning for now | 1 | chore | null |
815,745 | 05.02.2019 19:54:00 | -7,200 | 4ea3e33de52a4dda7d97bb486f9b9f944a9f6fc1 | chore(release): 2.15.3 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"2.15.3\"></a>\n+## [2.15.3](https://github.com/ng-select/ng-select/compare/v2.15.2...... | TypeScript | MIT License | ng-select/ng-select | chore(release): 2.15.3 | 1 | chore | release |
217,922 | 05.02.2019 20:25:36 | -3,600 | 75db2ecd7dfbe995c7be6856ba9e04054cb579f5 | fix(layout): fixed an issue with completed panels being empty even once collapsed | [
{
"change_type": "MODIFY",
"diff": "<nz-collapse>\n<nz-collapse-panel [nzHeader]=\"panelHeader\" [nzActive]=\"!(displayRow.collapsed || collapsed)\"\n(nzActiveChange)=\"collapsed = !$event\">\n- <div *ngIf=\"!(displayRow.collapsed)\">\n+ <div *ngIf=\"!(displayRow.collapsed || collapsed)\">\n<div *ngIf=\"!di... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(layout): fixed an issue with completed panels being empty even once collapsed | 1 | fix | layout |
679,913 | 05.02.2019 20:38:37 | 0 | 2b3dd7f4b9218ddc84bff6cca1b75bfacbc48002 | feat(examples): dynamic chart width (package-stats) | [
{
"change_type": "MODIFY",
"diff": "@@ -54,37 +54,39 @@ const packageDeps = packages\nconst maxDeps = transduce(pluck(1), max(), packageDeps);\n+const width = packages.length * 16;\n+\nfs.writeFileSync(\n`package-deps.svg`,\nserialize(\n[barChart,\n{\nattribs: {\n- width: 1024,\n+ width: width,\nheight: 260... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(examples): dynamic chart width (package-stats) | 1 | feat | examples |
67,476 | 05.02.2019 21:14:16 | -3,600 | b827710600cd821ad927b776f69ac863aa37be72 | refactor(runtime): remove connect-queue | [
{
"change_type": "MODIFY",
"diff": "@@ -516,7 +516,6 @@ export function stringifyLifecycleFlags(flags: LifecycleFlags): string {\nif (flags & LifecycleFlags.mustEvaluate) { flagNames.push('mustEvaluate'); }\nif (flags & LifecycleFlags.isCollectionMutation) { flagNames.push('isCollectionMutation'); }\nif (fl... | TypeScript | MIT License | aurelia/aurelia | refactor(runtime): remove connect-queue | 1 | refactor | runtime |
67,476 | 05.02.2019 21:16:46 | -3,600 | a57c4843d7882ec36acab1fc9cf93f178a535265 | refactor(runtime): remove unused instanceMutation flag | [
{
"change_type": "MODIFY",
"diff": "@@ -97,48 +97,46 @@ export const enum Hooks {\n}\nexport const enum LifecycleFlags {\n- none = 0b0_0000000_000000000000000_00_00_0000,\n- allowPublishRoundtrip = 0b0_0000001_000000000000000_00_00_0000,\n- isPublishing = 0b0_0000010_000000000000000_00_00_0000,\n- mustEvalu... | TypeScript | MIT License | aurelia/aurelia | refactor(runtime): remove unused instanceMutation flag | 1 | refactor | runtime |
67,476 | 05.02.2019 21:21:36 | -3,600 | 71b598b1906eb90a95d6630c43ad4d7598006ae7 | refactor(runtime): remove/cleanup more flags | [
{
"change_type": "MODIFY",
"diff": "@@ -515,7 +515,6 @@ export function stringifyLifecycleFlags(flags: LifecycleFlags): string {\nif (flags & LifecycleFlags.mustEvaluate) { flagNames.push('mustEvaluate'); }\nif (flags & LifecycleFlags.isCollectionMutation) { flagNames.push('isCollectionMutation'); }\n- if (... | TypeScript | MIT License | aurelia/aurelia | refactor(runtime): remove/cleanup more flags | 1 | refactor | runtime |
67,476 | 05.02.2019 22:15:30 | -3,600 | d09fef1b236694131b8d8d8074798a17594c8123 | chore(runtime): fix binding test types | [
{
"change_type": "MODIFY",
"diff": "@@ -123,7 +123,6 @@ describe('Binding', () => {\nconst scope = Scope.create(LF.none, ctx, null);\nsut.$bind(LF.fromBind, scope);\n- lifecycle.processConnectQueue(LF.none);\nexpect(target.val).to.equal(count);\n@@ -197,7 +196,6 @@ describe('Binding', () => {\n// - Act -\ns... | TypeScript | MIT License | aurelia/aurelia | chore(runtime): fix binding test types | 1 | chore | runtime |
67,476 | 06.02.2019 04:38:32 | -3,600 | 7de747161bd4fae8fb30b99cb7c672eae0d5f88a | chore(runtime): fix most binding tests | [
{
"change_type": "MODIFY",
"diff": "@@ -122,14 +122,14 @@ describe('CheckedObserver', () => {\nel.checked = checkedBefore;\nel.dispatchEvent(new ctx.Event(event, eventDefaults));\nexpect(sut.getValue()).to.equal(checkedBefore, 'sut.getValue() 1');\n- expect(subscriber.handleChange).to.have.been.calledWith(c... | TypeScript | MIT License | aurelia/aurelia | chore(runtime): fix most binding tests | 1 | chore | runtime |
531,793 | 06.02.2019 07:49:03 | 0 | 675ec52cac43188699c0a196308032e096b7347a | fix(tests): remove async from tests that don't need it | [
{
"change_type": "MODIFY",
"diff": "@@ -70,13 +70,13 @@ const VerifyResponse = async response => {\nreturn tree;\n};\n-describe(\"<DeleteSilence />\", async () => {\n+describe(\"<DeleteSilence />\", () => {\nit(\"label is 'Delete' by default\", () => {\nconst tree = MountedDeleteSilence();\nexpect(tree.text... | TypeScript | Apache License 2.0 | prymitive/karma | fix(tests): remove async from tests that don't need it | 1 | fix | tests |
531,793 | 06.02.2019 08:07:10 | 0 | f013ec321aa2b362d033bf94e87e4bdf5c549cf9 | fix(tests): trigger click on the right element | [
{
"change_type": "MODIFY",
"diff": "@@ -78,7 +78,10 @@ describe(\"<DeleteSilence />\", () => {\nit(\"opens modal on click\", () => {\nconst tree = MountedDeleteSilence();\n- tree.simulate(\"click\");\n+ tree\n+ .find(\".badge\")\n+ .at(0)\n+ .simulate(\"click\");\nexpect(tree.find(\".modal-body\")).toHaveLe... | TypeScript | Apache License 2.0 | prymitive/karma | fix(tests): trigger click on the right element | 1 | fix | tests |
503,951 | 06.02.2019 09:08:33 | 18,000 | eab0f4b479233d59455cd67137aa4f9de8d7080f | fix(lock): fix out of date lock file | [
{
"change_type": "MODIFY",
"diff": "\"@patternfly/patternfly@1.0.178\":\nversion \"1.0.178\"\nresolved \"https://registry.yarnpkg.com/@patternfly/patternfly/-/patternfly-1.0.178.tgz#5b520cc6da54f54a7b5a0c449101335cfbff5218\"\n- integrity sha512-yMzG6oFdu6WgBnKLkpzykB4suz5ff31ynE1Z82t2RQ5SR+NQ7cEE/n4l3VrAQEw... | TypeScript | MIT License | patternfly/patternfly-react | fix(lock): fix out of date lock file (#1332) | 1 | fix | lock |
217,922 | 06.02.2019 10:39:16 | -3,600 | 374be6ae80d69b1a8f65e78373294f45920ac4f9 | fix(pricing): fixed a bug with price changing when it shouldn't, due to messy sort | [
{
"change_type": "MODIFY",
"diff": "@@ -113,7 +113,7 @@ export class PricingComponent implements AfterViewInit {\n)\n.subscribe((res) => {\nif (res instanceof Error) {\n- this.message.error(this.translate.instant('MARKETBOARD.'));\n+ this.message.error(this.translate.instant('MARKETBOARD.Error'));\n} else {... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(pricing): fixed a bug with price changing when it shouldn't, due to messy sort | 1 | fix | pricing |
807,849 | 06.02.2019 10:46:16 | 28,800 | 78b63efcfd6cbd97eb84eb2c1403f17c9fb11acd | test(mocks): Reset collect-updates registry after each test | [
{
"change_type": "MODIFY",
"diff": "@@ -13,5 +13,10 @@ const mockCollectUpdates = jest.fn((filteredPackages, packageGraph, { cwd }) =>\nconst setUpdated = (cwd, ...names) => updated.set(cwd, names);\n+// isolate tests\n+afterEach(() => {\n+ updated.clear();\n+});\n+\nmodule.exports = mockCollectUpdates;\nmo... | JavaScript | MIT License | lerna/lerna | test(mocks): Reset collect-updates registry after each test | 1 | test | mocks |
807,849 | 06.02.2019 10:47:00 | 28,800 | fa78d70ab8f794ddfc429912b20a292face40979 | test(commands/changed): Separate unit and integration tests | [
{
"change_type": "MODIFY",
"diff": "\"use strict\";\n-// we're actually testing integration with git\n-jest.unmock(\"@lerna/collect-updates\");\n-\n-const path = require(\"path\");\n-const touch = require(\"touch\");\n-\n// mocked modules\n+const collectUpdates = require(\"@lerna/collect-updates\");\nconst ... | JavaScript | MIT License | lerna/lerna | test(commands/changed): Separate unit and integration tests | 1 | test | commands/changed |
217,922 | 06.02.2019 10:50:23 | -3,600 | 9cdbe1de577a411a43a28343015eef2b72606c0f | fix(simulator): fixed an issue with rotation swap inside simulator | [
{
"change_type": "MODIFY",
"diff": "@@ -9,7 +9,7 @@ import { SimulationResult } from '../../simulation/simulation-result';\nimport { EffectiveBuff } from '../../model/effective-buff';\nimport { Buff } from '../../model/buff.enum';\nimport { Craft } from '../../../../model/garland-tools/craft';\n-import { di... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(simulator): fixed an issue with rotation swap inside simulator | 1 | fix | simulator |
603,467 | 06.02.2019 11:06:29 | 0 | 60ab171945da2dd2aeb9aaa902c9003475b08740 | feat(protractor): Navigate.reloadPage() interaction
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -72,4 +72,32 @@ describe('Navigate', () => {\n.to.equal(`#actor navigates forward in the browser history`);\n});\n});\n+\n+ describe('reloadPage', () => {\n+ /** @test {Navigate.to} */\n+ it('allows the actor to navigate to a desired destination', () => Bernie.attempts... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | feat(protractor): Navigate.reloadPage() interaction
Closes #236 | 1 | feat | protractor |
217,922 | 06.02.2019 11:14:27 | -3,600 | 2d214ca232205591d7d86f6206dd1a9648a81021 | chore: publish should now create releases instead of drafts | [
{
"change_type": "MODIFY",
"diff": "\"mac\": {\n\"category\": \"public.app-category.games\"\n},\n- \"publish\": {\n- \"provider\": \"github\",\n- \"releaseType\": \"release\"\n- },\n\"win\": {\n\"icon\": \"./tools/build/icon.ico\",\n\"publisherName\": \"FFXIV Teamcraft\",\n- \"publish\": [\n- \"github\"\n- ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: publish should now create releases instead of drafts | 1 | chore | null |
603,467 | 06.02.2019 12:46:32 | 0 | 7d133f03be043df125ab931e46374b31182f2cd1 | refactor(core): Wordsmithing | [
{
"change_type": "RENAME",
"diff": "import * as ErrorStackParser from 'error-stack-parser';\n/** @access package */\n-export class ErrorParser {\n- parse(error: Error) {\n+export class ErrorRenderer {\n+ render(error: Error) {\n// todo: add diff for AssertionError\nreturn {\nerrorType: error.constructor.nam... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | refactor(core): Wordsmithing | 1 | refactor | core |
469,438 | 06.02.2019 13:38:51 | 28,800 | 54950a2ce2d12a1054639d7a1e15cfdbcc6b85be | fix: remove old license | [
{
"change_type": "DELETE",
"diff": "- Apache License\n- Version 2.0, January 2004\n- http://www.apache.org/licenses/\n-\n- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n-\n- 1. Definitions.\n-\n- \"License\" shall mean the terms and conditions for use, reproduction,\n- and distribution as de... | JavaScript | Apache License 2.0 | open-rpc/spec | fix: remove old license | 1 | fix | null |
273,683 | 06.02.2019 14:47:57 | -3,600 | 53f963d0ca3a2655eb5d274fb765767ef8afec70 | fix(graphql): handle date types correctly | [
{
"change_type": "MODIFY",
"diff": "@@ -129,7 +129,7 @@ test('build basic project', async () => {\nexpect(categoryFirst2HTML).toMatch('Current page. Page 2')\nawait clear(context)\n-}, 10000)\n+}, 15000)\ntest('build project with pathPrefix', async () => {\nconst context = path.join(__dirname, '__fixtures__... | JavaScript | MIT License | gridsome/gridsome | fix(graphql): handle date types correctly | 1 | fix | graphql |
730,429 | 06.02.2019 14:51:28 | 18,000 | 04275030e03c99e60a1f372dca4899706ccaa490 | feat(utils): update getBadgeState to ignore "MUTED" tag | [
{
"change_type": "MODIFY",
"diff": "@@ -17,8 +17,10 @@ export function getBadgeState({\nif (!space) {\nreturn badge;\n}\n+\n+ // One on one spaces\nif (space.type === NotificationsConstants.SPACE_TYPE_ONE_ON_ONE) {\n- const isMuted = space.tags && space.tags.includes(NotificationsConstants.TAG_MUTED)\n+ con... | JavaScript | MIT License | webex/react-widgets | feat(utils): update getBadgeState to ignore "MUTED" tag | 1 | feat | utils |
730,429 | 06.02.2019 14:52:42 | 18,000 | 6f16f07740284a728e1e315e4540dd3654e92400 | feat(widget-recents): add support for TAG and UNTAG activities | [
{
"change_type": "MODIFY",
"diff": "@@ -8,8 +8,10 @@ import {bindActionCreators} from 'redux';\nimport {storeActivities} from '@ciscospark/redux-module-activities';\nimport {\n+ addSpaceTags,\nfetchSpace,\nremoveSpace,\n+ removeSpaceTags,\nupdateSpaceWithActivity,\nupdateSpaceRead\n} from '@ciscospark/redux... | JavaScript | MIT License | webex/react-widgets | feat(widget-recents): add support for TAG and UNTAG activities | 1 | feat | widget-recents |
71,101 | 06.02.2019 15:31:55 | -3,600 | 8da9115049be1234cc46c6ae55979f81e7f430f3 | feat(secretsmanager): L2 construct for Secret | [
{
"change_type": "MODIFY",
"diff": "```ts\nconst secretsmanager = require('@aws-cdk/aws-secretsmanager');\n```\n+\n+### Create a new Secret in a Stack\n+\n+In order to have SecretsManager generate a new secret value automatically, you can get started with the following:\n+\n+[example of creating a secret](t... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(secretsmanager): L2 construct for Secret (#1686) | 1 | feat | secretsmanager |
273,683 | 06.02.2019 15:49:41 | -3,600 | 67ec9d203290628b2007d661b1bf1c3a720d0e68 | test(app): add tests for env variables | [
{
"change_type": "ADD",
"diff": "+GRIDSOME_TEST_VARIABLE=TEST_1\n+TEST_VARIABLE=TEST_2\n",
"new_path": "gridsome/__tests__/__fixtures__/project-basic/.env",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+GRIDSOME_PROD_VARIABLE=PROD_1\n+PROD_VARIABLE=PROD_2\n",
"new_path": "gri... | JavaScript | MIT License | gridsome/gridsome | test(app): add tests for env variables | 1 | test | app |
531,793 | 06.02.2019 17:11:25 | 0 | 22f719adc6dae100fae9e2587abd78fa40ff5870 | fix(api): apply colors to the label
It's a fake label so it needs special code to inject the color information to the API response.
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -324,6 +324,8 @@ for `warning` and blue for `info`:\nlabels:\ncolor:\ncustom:\n+ \"@alertmanager\":\n+ prod: \"#e6e\"\nseverity:\ninfo: \"#87c4e0\"\nwarning: \"#ffae42\"\n",
"new_path": "docs/CONFIGURATION.md",
"old_path": "docs/CONFIGURATION.md"
},
{
"... | TypeScript | Apache License 2.0 | prymitive/karma | fix(api): apply colors to the @alertmanager label
It's a fake label so it needs special code to inject the color information to the API response.
Fixes #421 | 1 | fix | api |
807,849 | 06.02.2019 18:03:07 | 28,800 | c2c529d7ae62efc63c6e09e216ad00fb61bd4359 | test(filter-options): Move filtering tests into relevant unit | [
{
"change_type": "MODIFY",
"diff": "@@ -294,103 +294,4 @@ package-4\n}\n});\n});\n-\n- describe(\"filtering\", () => {\n- let testDir;\n-\n- beforeAll(async () => {\n- testDir = await initFixture(\"filtering\");\n- });\n-\n- it(\"includes all packages when --scope is omitted\", async () => {\n- await lernaL... | JavaScript | MIT License | lerna/lerna | test(filter-options): Move filtering tests into relevant unit | 1 | test | filter-options |
807,849 | 06.02.2019 18:04:23 | 28,800 | 4b81dadd272ab5988b9660966fe578e33494dd1f | fix(filter-options): Require arguments to --scope and --ignore | [
{
"change_type": "MODIFY",
"diff": "@@ -34,6 +34,23 @@ beforeAll(async () => {\ncwd = await initFixture(\"filtering\");\n});\n+test.each`\n+ flag\n+ ${\"--scope\"}\n+ ${\"--ignore\"}\n+`(\"$flag requires an argument\", async ({ flag }) => {\n+ // swallow stderr during yargs execution\n+ jest.spyOn(console, ... | JavaScript | MIT License | lerna/lerna | fix(filter-options): Require arguments to --scope and --ignore | 1 | fix | filter-options |
807,849 | 06.02.2019 18:31:00 | 28,800 | 524a24867cf40ea225ff0af0df497848a211ce96 | test(commands/exec): Separate unit and integration tests | [
{
"change_type": "MODIFY",
"diff": "\"use strict\";\n-// we're actually testing integration with git\n-jest.unmock(\"@lerna/collect-updates\");\n-\n-const fs = require(\"fs-extra\");\nconst path = require(\"path\");\n// mocked modules\n@@ -11,9 +7,6 @@ const ChildProcessUtilities = require(\"@lerna/child-pr... | JavaScript | MIT License | lerna/lerna | test(commands/exec): Separate unit and integration tests | 1 | test | commands/exec |
807,849 | 06.02.2019 18:31:10 | 28,800 | 31da8de02bdd2d9be3504adf0cb5b55e9a33a82c | test(commands/run): Separate unit and integration tests | [
{
"change_type": "MODIFY",
"diff": "\"use strict\";\n-// we're actually testing integration with git\n-jest.unmock(\"@lerna/collect-updates\");\n-\njest.mock(\"@lerna/npm-run-script\");\n-const execa = require(\"execa\");\n-const fs = require(\"fs-extra\");\n-const path = require(\"path\");\n-\n// mocked mo... | JavaScript | MIT License | lerna/lerna | test(commands/run): Separate unit and integration tests | 1 | test | commands/run |
217,922 | 06.02.2019 18:42:06 | -3,600 | 5138d7c0b4574751973e7a1029ae56406939b94b | fix(gathering-location): fixed an issue with hidden items not being found by search system | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ import { Recipe } from '../../model/search/recipe';\nimport { ItemData } from '../../model/garland-tools/item-data';\nimport { NgSerializerService } from '@kaiu/ng-serializer';\nimport { SearchFilter } from '../../model/search/search-filter.interface';\n-i... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(gathering-location): fixed an issue with hidden items not being found by search system | 1 | fix | gathering-location |
217,922 | 06.02.2019 18:44:32 | -3,600 | cc22d178df5ba6362144b13a72cfcf5255a5424e | fix(search): fixed an issue with filters not being initialized properly | [
{
"change_type": "MODIFY",
"diff": "@@ -60,7 +60,7 @@ export class SearchComponent implements OnInit {\nclvlMax: [70],\njobCategories: [[]],\ncraftJob: [0],\n- itemCategories: [[0]]\n+ itemCategories: [[]]\n});\navailableJobCategories = [];\n",
"new_path": "apps/client/src/app/pages/search/search/search... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(search): fixed an issue with filters not being initialized properly | 1 | fix | search |
217,922 | 06.02.2019 18:46:04 | -3,600 | 9d5a06607c6e04d1047daf86d7a1e375a78e3c4d | chore(release): 5.0.22 | [
{
"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.22\"></a>\n+## [5.0.22](https://github.com/Supamiu/ffxiv-teamcraft/compare/v5.0.2... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 5.0.22 | 1 | chore | release |
469,438 | 06.02.2019 19:01:32 | 28,800 | 91076e88630e74dff51e9682eea52462aaf167d0 | fix: results and params docs busted | [
{
"change_type": "MODIFY",
"diff": "@@ -336,8 +336,8 @@ Field Name | Type | Description\n<a name=\"methodSummary\"></a>summary | `string` | A short summary of what the method does.\n<a name=\"methodDescription\"></a>description | `string` | A verbose explanation of the method behavior. [CommonMark syntax](h... | JavaScript | Apache License 2.0 | open-rpc/spec | fix: results and params docs busted | 1 | fix | null |
469,438 | 06.02.2019 19:07:45 | 28,800 | 9881f8f38e2085c5ebd0ded6ce6540afb7575db1 | fix: methods should be method | [
{
"change_type": "MODIFY",
"diff": "@@ -157,7 +157,7 @@ Field Name | Type | Description\n<a name=\"openrpcVersion\"></a>openrpc | `string` | **REQUIRED**. This string MUST be the [semantic version number](https://semver.org/spec/v2.0.0.html) of the [OpenRPC Specification version](#versions) that the OpenRPC... | JavaScript | Apache License 2.0 | open-rpc/spec | fix: methods should be method | 1 | fix | null |
217,922 | 06.02.2019 19:33:25 | -3,600 | 31c52796516cc674ca54923df87f22449b4d9a5f | fix(simulator): fixed an issue with maker's mark buff duration not being properly computed | [
{
"change_type": "MODIFY",
"diff": "@@ -18,7 +18,7 @@ export class MakersMark extends BuffAction {\n}\ngetDuration(simulation: Simulation): number {\n- return Math.ceil(simulation.recipe.progress / 100);\n+ return Math.floor(simulation.recipe.progress / 100) + 1;\n}\ngetIds(): number[] {\n",
"new_path":... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(simulator): fixed an issue with maker's mark buff duration not being properly computed | 1 | fix | simulator |
815,593 | 06.02.2019 20:52:39 | -32,400 | bda09fc72200cefe9e8f81aacfa215689ebfb4bd | feat: add bench for `process_block` | [
{
"change_type": "MODIFY",
"diff": "@@ -335,8 +335,18 @@ dependencies = [\nname = \"ckb-benches\"\nversion = \"0.5.0-pre\"\ndependencies = [\n+ \"ckb-chain 0.5.0-pre\",\n+ \"ckb-chain-spec 0.5.0-pre\",\n+ \"ckb-core 0.5.0-pre\",\n+ \"ckb-db 0.5.0-pre\",\n+ \"ckb-notify 0.5.0-pre\",\n\"ckb-pow 0.5.0-pre\",\n... | Rust | MIT License | nervosnetwork/ckb | feat: add bench for `process_block` | 1 | feat | null |
791,701 | 06.02.2019 21:48:26 | -19,080 | 3cf2545dc129fbfe8dd1acec5bba6b2d424dbc13 | docs(contributing.md): fix typos | [
{
"change_type": "MODIFY",
"diff": "@@ -47,7 +47,7 @@ If you have a contribution for our [documentation](https://developers.google.com\n## Adding Images to a Readme\n-If you are adding an image to a readme use the absolute path to the image for the specific commit hash where the image was introduced. This r... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | docs(contributing.md): fix typos (#7170) | 1 | docs | contributing.md |
71,623 | 06.02.2019 23:25:09 | -39,600 | ce5966f07d55dc894123a82ed0a7831950afb6ad | fix(aws-ecs): correctly sets MinimumHealthyPercentage to 0
Zero is a valid value for MinimumHealthyPercentage and therefore should
not be replaced with the default value.
BaseService now explicitly checks if minimumHealthyPercent is null
before setting default value: fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -104,7 +104,7 @@ export abstract class BaseService extends cdk.Construct\nloadBalancers: new cdk.Token(() => this.loadBalancers),\ndeploymentConfiguration: {\nmaximumPercent: props.maximumPercent || 200,\n- minimumHealthyPercent: props.minimumHealthyPercent || 50\n+ mi... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(aws-ecs): correctly sets MinimumHealthyPercentage to 0 (#1661)
Zero is a valid value for MinimumHealthyPercentage and therefore should
not be replaced with the default value.
BaseService now explicitly checks if minimumHealthyPercent is null
before setting default value: fixes #1660 | 1 | fix | aws-ecs |
679,913 | 07.02.2019 00:51:59 | 0 | 3ed4ea12fa62bf8700bf31a481070bbe6a94729f | fix(hdom): fix update normalizeElement()
ensure empty elements with `__skip` attrib always have at least 1 child | [
{
"change_type": "MODIFY",
"diff": "@@ -55,7 +55,9 @@ export const normalizeElement =\nattribs.class = clazz;\n}\n}\n- return [match[1], attribs, ...spec.slice(hasAttribs ? 2 : 1)];\n+ return attribs.__skip && spec.length < 3 ?\n+ [match[1], attribs, \"\"] :\n+ [match[1], attribs, ...spec.slice(hasAttribs ?... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(hdom): fix #72, update normalizeElement()
- ensure empty elements with `__skip` attrib always have at least 1 child | 1 | fix | hdom |
67,476 | 07.02.2019 03:34:41 | -3,600 | a27dae0a7005f774a02a58a567827993ee26ae4e | refactor(ast): let flags pass through to getter/setter observers | [
{
"change_type": "MODIFY",
"diff": "@@ -423,8 +423,16 @@ export class AccessScope implements IAccessScopeExpression {\n}\npublic assign(flags: LifecycleFlags, scope: IScope, locator: IServiceLocator, value: unknown): unknown {\n- const context = BindingContext.get(scope, this.name, this.ancestor, flags);\n-... | TypeScript | MIT License | aurelia/aurelia | refactor(ast): let flags pass through to getter/setter observers | 1 | refactor | ast |
67,476 | 07.02.2019 03:35:28 | -3,600 | 23fe5fb9ada32cd2a265096ba9b15bbb69bf9c23 | chore(test): tweak some chrome flags | [
{
"change_type": "MODIFY",
"diff": "@@ -24,25 +24,15 @@ const commonChromeFlags = [\n'--no-default-browser-check',\n'--no-first-run',\n'--no-managed-user-acknowledgment-check',\n- '--no-pings',\n- '--no-sandbox',\n- '--no-wifi',\n- '--no-zygote',\n- '--disable-background-networking',\n'--disable-background-... | TypeScript | MIT License | aurelia/aurelia | chore(test): tweak some chrome flags | 1 | chore | test |
67,476 | 07.02.2019 03:58:45 | -3,600 | 8a4fe02e6697e33deb3ba46e7d9e3db64736c741 | chore(runtime): fix linting | [
{
"change_type": "MODIFY",
"diff": "+import { Reporter } from '@aurelia/kernel';\nimport { LifecycleFlags as LF } from '../flags';\nimport {\nIBatchedCollectionSubscriber,\n@@ -10,7 +11,6 @@ import {\nMutationKindToSubscriber,\nSubscriberFlags as SF\n} from '../observation';\n-import { Reporter } from '@aur... | TypeScript | MIT License | aurelia/aurelia | chore(runtime): fix linting | 1 | chore | runtime |
469,409 | 07.02.2019 07:12:21 | 28,800 | 3ffabba82c8ff592e0f1e1c6d67d86b0c5973e6d | fix: use OpenRPC over OPENRPC
fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -79,11 +79,11 @@ A document (or set of documents) that defines or describes an API. An OpenRPC de\nThe OpenRPC Specification is versioned using [Semantic Versioning 2.0.0](https://semver.org/spec/v2.0.0.html) (semver) and follows the semver specification.\n-The `major`... | JavaScript | Apache License 2.0 | open-rpc/spec | fix: use OpenRPC over OPENRPC
fixes #20 | 1 | fix | null |
217,922 | 07.02.2019 09:18:24 | -3,600 | defafdecb02f9e512c73bd213c5dd3e4be33be4e | chore: updated ffxivgardening links to follow new url structure | [
{
"change_type": "MODIFY",
"diff": "@@ -6,115 +6,13 @@ import { I18nName } from '../model/common/i18n-name';\n})\nexport class FfxivgardeningPipe implements PipeTransform {\n- static FFXIV_GARDENING_IDS = [\n- { gid: 1, seedId: 7725 },\n- { gid: 2, seedId: 7726 },\n- { gid: 3, seedId: 7715 },\n- { gid: 4, s... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: updated ffxivgardening links to follow new url structure | 1 | chore | null |
273,683 | 07.02.2019 10:47:02 | -3,600 | f1ab4e126f0610fc38b9a53cc40c49b8f064cd02 | feat(app): upgrade to Vue 2.6 | [
{
"change_type": "MODIFY",
"diff": "\"sockjs-client\": \"^1.1.5\",\n\"url-loader\": \"^1.1.1\",\n\"uuid\": \"^3.3.2\",\n- \"vue\": \"^2.5.17\",\n- \"vue-loader\": \"^15.3.0\",\n- \"vue-meta\": \"^1.5.4\",\n- \"vue-router\": \"^3.0.1\",\n- \"vue-server-renderer\": \"^2.5.17\",\n- \"vue-template-compiler\": \... | JavaScript | MIT License | gridsome/gridsome | feat(app): upgrade to Vue 2.6 | 1 | feat | app |
730,429 | 07.02.2019 11:25:21 | 18,000 | 7624702705897a23847edd19a747eb0e66d4670e | docs(widget-recents): remove spaceTypeFilter config | [
{
"change_type": "MODIFY",
"diff": "@@ -107,7 +107,6 @@ When loading the widgets there are some configuration options you can provide:\n|:--|:-------|---|\n| `logLevel` | `data-log-level` | (default: `silent`) When present, widget will log debug information to console. This can be set to: `error`, `warn`, `... | JavaScript | MIT License | webex/react-widgets | docs(widget-recents): remove spaceTypeFilter config | 1 | docs | widget-recents |
730,429 | 07.02.2019 11:29:26 | 18,000 | 864afbc8219b9c75483cb0b9486bf0c786cdcd0b | feat(widget-demo): remove spaceTypeFilter option | [
{
"change_type": "MODIFY",
"diff": "@@ -4,13 +4,7 @@ import {Cookies, withCookies} from 'react-cookie';\nimport {instanceOf} from 'prop-types';\nimport {autobind} from 'core-decorators';\n-import {Button, Checkbox, Input, Radio, RadioGroup, Topbar} from '@collab-ui/react';\n-\n-import {\n- SPACE_TYPE_ALL,\n... | JavaScript | MIT License | webex/react-widgets | feat(widget-demo): remove spaceTypeFilter option | 1 | feat | widget-demo |
730,429 | 07.02.2019 11:36:06 | 18,000 | 5bb1d545a1cf66114c77b20842eb04b818378dee | test(journeys): remove spaceTypeFilter tests | [
{
"change_type": "MODIFY",
"diff": "@@ -23,7 +23,7 @@ describe('Widget Recents Space Filters: Data API', () => {\nconst EXPECTED_RESULT_4 = [SPACE1, SPACE2, SPACE3, SPACE4];\nlet allPassed = true;\n- let docbrown, lorraine, marty, participants;\n+ let marty, participants;\nbefore('start new sauce session', ... | JavaScript | MIT License | webex/react-widgets | test(journeys): remove spaceTypeFilter tests | 1 | test | journeys |
730,429 | 07.02.2019 11:57:03 | 18,000 | 1bd514a942c0db37b3aaaff1701170941413606a | feat(widget-recents): remove spaceTypeFilter | [
{
"change_type": "MODIFY",
"diff": "export const UPDATE_SPACE_KEYWORD_FILTER = 'widget-recents/UPDATE_SPACE_KEYWORD_FILTER';\n-export const UPDATE_SPACE_TYPE_FILTER = 'widget-recents/UPDATE_SPACE_TYPE_FILTER';\nexport const UPDATE_STATUS = 'widget-recents/UPDATE_STATUS';\nexport function updateSpaceKeywordF... | JavaScript | MIT License | webex/react-widgets | feat(widget-recents): remove spaceTypeFilter | 1 | feat | widget-recents |
730,429 | 07.02.2019 11:57:34 | 18,000 | 8ef1f1690deb1d24f04c102d8ce82fd80bdf1098 | chore(utils): remove unused SPACE_TYPE_ALL constant | [
{
"change_type": "MODIFY",
"diff": "@@ -60,7 +60,6 @@ export const FEATURES_USER = 'user';\nexport const FEATURES_GROUP_MESSAGE_NOTIFICATIONS = 'group-message-notifications';\nexport const FEATURES_MENTION_NOTIFICATIONS = 'mention-notifications';\n-export const SPACE_TYPE_ALL = 'all';\nexport const SPACE_TY... | JavaScript | MIT License | webex/react-widgets | chore(utils): remove unused SPACE_TYPE_ALL constant | 1 | chore | utils |
127,940 | 07.02.2019 13:50:01 | -7,200 | 13b234f994435a03141713c6b1d5ac0bb3be3eb4 | docs(card): update examples | [
{
"change_type": "MODIFY",
"diff": "@@ -5,6 +5,8 @@ route: /components/card\n---\nimport { Playground, PropsTable } from 'docz';\n+import { spacing } from '../../../utils';\n+import { Label, Link, Select } from '../';\nimport { Card, CardBalance, CardToggle } from './';\n# Card\n@@ -29,8 +31,10 @@ Default t... | TypeScript | MIT License | coingaming/moon-design | docs(card): update examples | 1 | docs | card |
503,970 | 07.02.2019 14:23:04 | 18,000 | 942ca780b0f5982c0c1ea9a26517dd9e5a1b9628 | fix(Alert): Make Alert title required | [
{
"change_type": "MODIFY",
"diff": "@@ -10,9 +10,9 @@ export const AlertVariant: {\nexport interface AlertProps extends Omit<HTMLProps<HTMLDivElement>, 'action'> {\nvariant: OneOf<typeof AlertVariant, keyof typeof AlertVariant>;\n+ title: string;\nchildren?: ReactNode;\naction?: ReactNode;\n- title?: string... | TypeScript | MIT License | patternfly/patternfly-react | fix(Alert): Make Alert title required (#1326) | 1 | fix | Alert |
104,818 | 07.02.2019 14:50:15 | 21,600 | 1d8bcbb5c470fd9c6587b3e2b449ea3c388ea6b9 | fix(modal): if helptext isn't set don't render it | [
{
"change_type": "MODIFY",
"diff": "@@ -232,7 +232,7 @@ class BaseModal extends React.Component {\n'big-modal': isLarge,\n})}>\n<ModalHeader label={label} title={title} closeModal={onClose} buttonOnClick={onClose}>\n- <p className=\"bx--modal-content__text\">{helpText}</p>\n+ {helpText ? <p className=\"bx--... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(modal): if helptext isn't set don't render it | 1 | fix | modal |
273,683 | 07.02.2019 15:02:57 | -3,600 | 3ffc066717736777c0dbd7ad161bfdf180cf1028 | feat(remark): resolve local file links in content | [
{
"change_type": "MODIFY",
"diff": "@@ -150,7 +150,7 @@ class RemarkTransformer {\nreturn Promise.resolve(cached)\n}\n- async _nodeToHTML (node) {\n+ _nodeToHTML (node) {\nconst key = cacheKey(node, 'html')\nlet cached = cache.get(key)\n",
"new_path": "packages/transformer-remark/index.js",
"old_pat... | JavaScript | MIT License | gridsome/gridsome | feat(remark): resolve local file links in content | 1 | feat | remark |
791,704 | 07.02.2019 16:25:46 | 28,800 | 5c0483ca831af82b833cb27742e3bf0937813194 | core: suppress protocol timeout for app manifest bug in LR | [
{
"change_type": "MODIFY",
"diff": "@@ -400,7 +400,20 @@ class Driver {\n*/\nasync getAppManifest() {\nthis.setNextProtocolTimeout(3000);\n- const response = await this.sendCommand('Page.getAppManifest');\n+ let response;\n+ try {\n+ response = await this.sendCommand('Page.getAppManifest');\n+ } catch (err)... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core: suppress protocol timeout for app manifest bug in LR (#7184) | 1 | core | null |
273,683 | 07.02.2019 16:39:14 | -3,600 | d7687a51f60e03bdc23f10792295fc3e00f5f47a | refactor(filesystem): create refs when node changes | [
{
"change_type": "MODIFY",
"diff": "@@ -61,6 +61,11 @@ class FilesystemSource {\nconst options = await this.createNodeOptions(file)\nconst node = this.contentType.addNode(options)\n+ this.createNodeRefs(node)\n+ }))\n+ }\n+\n+ createNodeRefs (node) {\nfor (const fieldName in this.refs) {\nif (node.fields[fi... | JavaScript | MIT License | gridsome/gridsome | refactor(filesystem): create refs when node changes | 1 | refactor | filesystem |
791,690 | 07.02.2019 17:51:10 | 21,600 | c4313e7a468dead4633783000d2c10f24d547e3a | docs(variability): add dedicated variance doc | [
{
"change_type": "MODIFY",
"diff": "@@ -191,6 +191,7 @@ Useful documentation, examples, and recipes to get you started.\n**Docs**\n+- [Dealing with variance](./docs/variability.md)\n- [Using Lighthouse programmatically](./docs/readme.md#using-programmatically)\n- [Testing a site with authentication](./docs/... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | docs(variability): add dedicated variance doc (#7175) | 1 | docs | variability |
217,922 | 07.02.2019 18:27:40 | -3,600 | b20da3fefaa5410a917aa995888caf4b3152b86a | fix(simulator): fixed an issue with rotations loading inside simulator | [
{
"change_type": "MODIFY",
"diff": "@@ -9,7 +9,17 @@ import { SimulationResult } from '../../simulation/simulation-result';\nimport { EffectiveBuff } from '../../model/effective-buff';\nimport { Buff } from '../../model/buff.enum';\nimport { Craft } from '../../../../model/garland-tools/craft';\n-import { d... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(simulator): fixed an issue with rotations loading inside simulator | 1 | fix | simulator |
217,922 | 07.02.2019 18:32:01 | -3,600 | 9cad5fdcebb5bdfaa75671da232b15e1fa4c7051 | chore(release): 5.0.23 | [
{
"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.23\"></a>\n+## [5.0.23](https://github.com/Supamiu/ffxiv-teamcraft/compare/v5.0.2... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 5.0.23 | 1 | chore | release |
902,122 | 07.02.2019 22:08:29 | -3,600 | 41989bf9d7bde45ad2123c19b2b9541ad7d5cc4a | fix: remove unnecessary tmpOpts variable | [
{
"change_type": "MODIFY",
"diff": "@@ -78,8 +78,7 @@ module.exports = ({\n})\nconst screenshot = wrapError(page => async (url, opts = {}) => {\n- const { device = 'macbook pro 13', tmpOpts, type = 'png', viewport, ...args } = opts\n-\n+ const { device = 'macbook pro 13', type = 'png', viewport, ...args } =... | JavaScript | MIT License | microlinkhq/browserless | fix: remove unnecessary tmpOpts variable | 1 | fix | null |
273,683 | 07.02.2019 22:12:20 | -3,600 | b8247afbc27ee333581b7df01532630ceb3e1ddf | fix(app): fix cyclic dependency when importing Pager | [
{
"change_type": "MODIFY",
"diff": "import Vue from 'vue'\nimport plugins from '~/.temp/plugins-server'\n+import routes from '~/.temp/routes.js'\nimport main from './main'\nimport head from './head'\n@@ -19,6 +20,8 @@ Vue.component('ClientOnly', ClientOnly)\nVue.prototype.$url = url\n+router.addRoutes(route... | JavaScript | MIT License | gridsome/gridsome | fix(app): fix cyclic dependency when importing Pager (#109) | 1 | fix | app |
273,683 | 07.02.2019 22:17:49 | -3,600 | 61cdf9cac20d532663cfc187b43bb720074dce4f | fix(graphql): do not send page param in path
The page param was included in the path for paginated routes which would cause 404 errors when trying to get a node by that path. | [
{
"change_type": "MODIFY",
"diff": "/* global GRIDSOME_MODE, GRIDSOME_DATA_DIR */\nimport cache from './cache'\n+import router from '../router'\nimport config from '~/.temp/config.js'\nimport { unslash } from '../utils/helpers'\nexport default (route, query) => {\nif (GRIDSOME_MODE === 'serve') {\n- const v... | JavaScript | MIT License | gridsome/gridsome | fix(graphql): do not send page param in path
The page param was included in the path for paginated routes which would cause 404 errors when trying to get a node by that path. | 1 | fix | graphql |
217,922 | 07.02.2019 22:33:04 | -3,600 | 4491c26e0985015972b050ba6dcc0363a77c8c82 | fix(list-details): fixed an issue with completed panels being empty when opened | [
{
"change_type": "MODIFY",
"diff": "<nz-collapse>\n<nz-collapse-panel [nzHeader]=\"panelHeader\" [nzActive]=\"!(displayRow.collapsed || collapsed)\"\n(nzActiveChange)=\"collapsed = !$event\">\n- <div *ngIf=\"!(displayRow.collapsed || collapsed)\">\n+ <div>\n<div *ngIf=\"!displayRow.tiers && ! displayRow.zon... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(list-details): fixed an issue with completed panels being empty when opened | 1 | fix | list-details |
469,438 | 07.02.2019 23:53:07 | 28,800 | a542cd9304cd0a6abe2a3aa734b3f039b308b6b5 | fix: remove unneeded schema spec duplication | [
{
"change_type": "MODIFY",
"diff": "@@ -487,61 +487,9 @@ Content Descriptor Object Examples:\n###### <a name=\"schemaObject\"></a>Schema Object\nThe Schema Object allows the definition of input and output data types.\n-These types can be objects, but also primitives and arrays.\n-This object is an extended ... | JavaScript | Apache License 2.0 | open-rpc/spec | fix: remove unneeded schema spec duplication | 1 | fix | null |
469,438 | 08.02.2019 00:03:18 | 28,800 | 2c4a89547252ea1fbc0ea23c0d8818a563492cd1 | fix: remove datatypes and defer to json schema spec | [
{
"change_type": "MODIFY",
"diff": "@@ -108,35 +108,7 @@ It is RECOMMENDED that the root OpenRPC document be named: `openrpc.json`.\n### <a name=\"dataTypes\"></a>Data Types\n-***FIXXXX MEEEEEEEEEEE***\n-\n-Primitive data types in the OpenRPC are based on the types supported by the [JSON Schema Specificatio... | JavaScript | Apache License 2.0 | open-rpc/spec | fix: remove datatypes and defer to json schema spec | 1 | fix | null |
469,438 | 08.02.2019 00:16:57 | 28,800 | c26b21714b8f4f080e66d49baaf8ebdc5a8a5d70 | fix: reference json schema for $refs | [
{
"change_type": "MODIFY",
"diff": "@@ -922,9 +922,7 @@ External Documentation Object Example:\nA simple object to allow referencing other components in the specification, internally and externally.\n-The Reference Object is defined by [JSON Reference](https://tools.ietf.org/html/draft-pbryan-zyp-json-ref-0... | JavaScript | Apache License 2.0 | open-rpc/spec | fix: reference json schema for $refs | 1 | fix | null |
469,438 | 08.02.2019 00:24:03 | 28,800 | 6e9046358da84f766e4f29b1a96a3d9143d3d043 | fix: remove references to anything yaml related | [
{
"change_type": "MODIFY",
"diff": "@@ -98,8 +98,6 @@ Patterned fields MUST have unique names within the containing object.\nDue to the nature of JSON RPC APIs using JSON formats, strictly use JSON only [as described here](https://tools.ietf.org/html/rfc7159).\n-- Tags MUST be limited to those allowed by th... | JavaScript | Apache License 2.0 | open-rpc/spec | fix: remove references to anything yaml related | 1 | fix | null |
469,438 | 08.02.2019 00:27:09 | 28,800 | 928a8c876ea0dca9a07cb65229864399dbcb884b | fix: table misformated | [
{
"change_type": "MODIFY",
"diff": "@@ -28,7 +28,6 @@ This document is licensed under [The Apache License, Version 2.0](https://www.ap\n- [Document Structure](#documentStructure)\n- [Data Types](#dataTypes)\n- [Rich Text Formatting](#richText)\n- - [Relative References In URLs](#relativeReferences)\n- [Open... | JavaScript | Apache License 2.0 | open-rpc/spec | fix: table misformated | 1 | fix | null |
469,438 | 08.02.2019 00:41:06 | 28,800 | e65b6912fb4adfb185baeaaa490db4090c9acdb0 | fix: add description for contentDescriptors | [
{
"change_type": "MODIFY",
"diff": "@@ -350,7 +350,7 @@ Method Object Example:\n```\n##### <a name=\"contentDescriptorObject\"></a>Content Descriptor Object\n-TODO DESCRIPTION\n+Content Descriptors are objects that do just as they suggest - describe content. They are reusable ways of describing either param... | JavaScript | Apache License 2.0 | open-rpc/spec | fix: add description for contentDescriptors | 1 | fix | null |
67,476 | 08.02.2019 07:35:14 | -3,600 | 313e0bd6f804563a4083fcd71dffe585d8103ada | feat(kernel): add InjectArray shorthand type | [
{
"change_type": "MODIFY",
"diff": "@@ -30,6 +30,7 @@ export {\nImmutable,\nImmutableArray,\nImmutableObject,\n+ InjectArray,\nInjectable,\nInterfaceSymbol,\nIPerformance,\n",
"new_path": "packages/kernel/src/index.ts",
"old_path": "packages/kernel/src/index.ts"
},
{
"change_type": "MODIFY",... | TypeScript | MIT License | aurelia/aurelia | feat(kernel): add InjectArray shorthand type | 1 | feat | kernel |
67,476 | 08.02.2019 07:35:58 | -3,600 | a6966495edbb237a87172321321f15c81b95d186 | feat(aurelia): make the host element available for injection in the app root | [
{
"change_type": "MODIFY",
"diff": "@@ -46,6 +46,7 @@ export class Aurelia {\nconst domInitializer = this.container.get(IDOMInitializer);\ndomInitializer.initialize(config);\n+ Registration.instance(INode, host).register(this.container);\nconst startFlags = LifecycleFlags.fromStartTask | config.strategy;\nc... | TypeScript | MIT License | aurelia/aurelia | feat(aurelia): make the host element available for injection in the app root | 1 | feat | aurelia |
67,476 | 08.02.2019 07:37:53 | -3,600 | bfff1905ce4659e24305c42c08fdd13398661eb9 | fix(self-observer): call valueChanged after callSubscribers | [
{
"change_type": "MODIFY",
"diff": "-import { IIndexable, PLATFORM, Tracer } from '@aurelia/kernel';\n+import { IIndexable, Tracer } from '@aurelia/kernel';\nimport { LifecycleFlags } from '../flags';\nimport { IPropertyObserver } from '../observation';\n-import { patchProperties } from './patch-properties'... | TypeScript | MIT License | aurelia/aurelia | fix(self-observer): call valueChanged after callSubscribers | 1 | fix | self-observer |
67,476 | 08.02.2019 07:41:50 | -3,600 | 38fdc71736fbd5cb20bb4021abe6515c900a0714 | fix(target-observer): fix dom binding update when initial value matches empty string
fixes | [
{
"change_type": "ADD",
"diff": "+import { InjectArray } from '@aurelia/kernel';\n+import { Aurelia, CustomElementResource as CE, ICustomElement, INode, LifecycleFlags as LF } from '@aurelia/runtime';\n+import { expect } from 'chai';\n+import { TestContext } from '../util';\n+import { eachCartesianJoin } fr... | TypeScript | MIT License | aurelia/aurelia | fix(target-observer): fix dom binding update when initial value matches empty string
fixes #423 | 1 | fix | target-observer |
67,476 | 08.02.2019 07:54:05 | -3,600 | 36c84fa7223e98a734fdbea1b503f048360c1ff4 | chore(self-observer): fix typo | [
{
"change_type": "MODIFY",
"diff": "@@ -23,7 +23,7 @@ export class SelfObserver implements SelfObserver {\npropertyName: string,\ncbName: string\n) {\n- if (Tracer.enabled) { Tracer.enter('cbName', 'constructor', slice.call(arguments)); }\n+ if (Tracer.enabled) { Tracer.enter('SelfObserver', 'constructor', ... | TypeScript | MIT License | aurelia/aurelia | chore(self-observer): fix typo | 1 | chore | self-observer |
67,476 | 08.02.2019 07:55:41 | -3,600 | 69712f9ea78699e8f18dbdcbfccdc94c89aa6dcf | chore(self-observer): fix linting error | [
{
"change_type": "MODIFY",
"diff": "@@ -33,7 +33,7 @@ export class SelfObserver implements SelfObserver {\n}\nthis.propertyKey = propertyName;\nthis.currentValue = this.obj[propertyName];\n- this.callback = this.obj[cbName] || null;\n+ this.callback = this.obj[cbName] === undefined ? null : this.obj[cbName]... | TypeScript | MIT License | aurelia/aurelia | chore(self-observer): fix linting error | 1 | chore | self-observer |
503,951 | 08.02.2019 08:20:58 | 18,000 | 9071f40c4dab46a0cefe7b4be05dd53d3f05b7a7 | fix(tests): update alert tests | [
{
"change_type": "MODIFY",
"diff": "@@ -118,8 +118,7 @@ exports[`Alert - danger Action Close Button 1`] = `\n<span\nclassName=\"pf-u-screen-reader\"\n>\n- Danger\n- :\n+ Danger alert:\n</span>\n</h4>\n<div\n@@ -312,8 +311,7 @@ exports[`Alert - danger Action Link 1`] = `\n<span\nclassName=\"pf-u-screen-reade... | TypeScript | MIT License | patternfly/patternfly-react | fix(tests): update alert tests (#1353) | 1 | fix | tests |
67,476 | 08.02.2019 08:23:26 | -3,600 | 5fe16604ef1f0afc58fac542a5e6d95ec817fe5a | chore(self-observer): add allowPublishRoundtrip back in | [
{
"change_type": "MODIFY",
"diff": "@@ -24,5 +24,5 @@ TestContext.createHTMLTestContext = createHTMLTestContext;\nchai.use(sinonChai);\n-const testContext = require.context('../../jit-html/test', true, /\\.spec\\.ts$/);\n+const testContext = require.context('../../jit-html/test', true, /binding-commands\\.s... | TypeScript | MIT License | aurelia/aurelia | chore(self-observer): add allowPublishRoundtrip back in | 1 | chore | self-observer |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.