author int64 4.98k 943k | date stringdate 2017-04-15 16:45:02 2022-02-25 15:32:15 | timezone int64 -46,800 39.6k | hash stringlengths 40 40 | message stringlengths 8 468 | mods listlengths 1 16 | language stringclasses 9 values | license stringclasses 2 values | repo stringclasses 119 values | original_message stringlengths 12 491 | is_CCS int64 1 1 | commit_type stringclasses 129 values | commit_scope stringlengths 1 44 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
217,922 | 06.12.2018 16:52:03 | -3,600 | 8584df122809f83d673d2ab0abce4833c2273076 | fix: disabled list import button as it's delayed for now | [
{
"change_type": "MODIFY",
"diff": "[nzTitle]=\"'LISTS.Merge_lists' | translate\">\n<i nz-icon iconfont=\"icon-merge\"></i>\n</button>\n- <button nz-button [nzShape]=\"'circle'\" nzDisabled [nzType]=\"'primary'\" nz-tooltip\n+ <button nz-button [nzShape]=\"'circle'\" disabled [nzType]=\"'primary'\" nz-toolt... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: disabled list import button as it's delayed for now | 1 | fix | null |
217,922 | 06.12.2018 16:57:37 | -3,600 | 53695eeda5bb5558d79103bad6d35f0dad7602a6 | feat: larger scrollbars and navigation stae persistance for desktop app
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -107,6 +107,7 @@ export class AppComponent implements OnInit {\n})\n).subscribe((event: any) => {\nthis.overlay = event.url.indexOf('?overlay') > -1;\n+ this.ipc.send('navigated', event.url);\nthis.ipc.on('window-decorator', (e, value) => {\nthis.windowDecorator = valu... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: larger scrollbars and navigation stae persistance for desktop app
closes #602 | 1 | feat | null |
217,922 | 06.12.2018 17:29:27 | -3,600 | 02cfc5117cfa7876f84e54b32560223b11d2ad30 | chore: added tooling for deps analysis | [
{
"change_type": "MODIFY",
"diff": "\"callsite\": \"1.0.0\"\n}\n},\n+ \"bfj\": {\n+ \"version\": \"6.1.1\",\n+ \"resolved\": \"https://registry.npmjs.org/bfj/-/bfj-6.1.1.tgz\",\n+ \"integrity\": \"sha512-+GUNvzHR4nRyGybQc2WpNJL4MJazMuvf92ueIyA0bIkPRwhhQu3IfZQ2PSoVPpCBJfmoSdOxu5rnotfFLlvYRQ==\",\n+ \"dev\": ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: added tooling for deps analysis | 1 | chore | null |
217,922 | 06.12.2018 18:36:06 | -3,600 | 4635a35c8607e61d3c000d066df3858b770016f5 | chore: fixed a typo inside changelog | [
{
"change_type": "MODIFY",
"diff": "@@ -34,7 +34,7 @@ All notable changes to this project will be documented in this file. See [standa\n* proper support for custom protocol ([b09bda8](https://github.com/Supamiu/ffxiv-teamcraft/commit/b09bda8))\n* support for korean in macro import inside simulator ([6ffa6e4... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: fixed a typo inside changelog | 1 | chore | null |
217,922 | 06.12.2018 18:36:36 | -3,600 | 30a6d433ca211f0302d83ed0a8804b9a60b1dd33 | chore: fixed a second typo inside changelog | [
{
"change_type": "MODIFY",
"diff": "@@ -30,7 +30,7 @@ All notable changes to this project will be documented in this file. See [standa\n* alarms overlay for desktop app ([c8aebd4](https://github.com/Supamiu/ffxiv-teamcraft/commit/c8aebd4))\n* better implementation for custom protocol ([fd25ffe](https://gith... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: fixed a second typo inside changelog | 1 | chore | null |
67,476 | 06.12.2018 20:05:05 | -3,600 | b6158ee7878c5d143a9c56bf5bf166a5c4f0a62e | refactor(element-binder): add tracing and fix a couple things | [
{
"change_type": "MODIFY",
"diff": "-import { Reporter } from '@aurelia/kernel';\n+import { Reporter, Tracer } from '@aurelia/kernel';\nimport { BindingType, IExpressionParser, IHTMLElement, IHTMLTemplateElement, INode, Interpolation, IsExpressionOrStatement, IText, NodeType } from '@aurelia/runtime';\nimpo... | TypeScript | MIT License | aurelia/aurelia | refactor(element-binder): add tracing and fix a couple things | 1 | refactor | element-binder |
67,476 | 06.12.2018 21:26:00 | -3,600 | a321100ff5069f2e26c475522362f0a133d55383 | refactor(element-binder): consolidate flags and add some helper functions | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,35 @@ import { IBindingCommand } from './binding-command';\nimport { Char } from './common';\nimport { AttrInfo, BindableInfo, ElementInfo, MetadataModel } from './metadata-model';\n+export const enum SymbolFlags {\n+ type = 0b0000000_1111,\n+ isTemplateControl... | TypeScript | MIT License | aurelia/aurelia | refactor(element-binder): consolidate flags and add some helper functions | 1 | refactor | element-binder |
67,476 | 06.12.2018 22:44:51 | -3,600 | d8065e90c24dca72587000dd6e83488c0ee88054 | refactor(jit): rename element-binder to template-binder | [
{
"change_type": "RENAME",
"diff": "@@ -239,7 +239,7 @@ export type AnySymbol =\nconst slice = Array.prototype.slice;\n-export class ElementBinder {\n+export class TemplateBinder {\npublic metadata: MetadataModel;\npublic attrParser: IAttributeParser;\npublic exprParser: IExpressionParser;\n@@ -265,7 +265,7... | TypeScript | MIT License | aurelia/aurelia | refactor(jit): rename element-binder to template-binder | 1 | refactor | jit |
815,582 | 06.12.2018 23:04:10 | -32,400 | 2585e0a60e1cbfa24008df9d06daa3bb531c4139 | chore(typo): correct minor grammar issues in TODO comment | [
{
"change_type": "MODIFY",
"diff": "@@ -38,8 +38,8 @@ pub struct RpcReceivers {\nget_block_template_receiver: Receiver<Request<BlockTemplateArgs, BlockTemplateReturn>>,\n}\n-// TODO: MinerService should dependent on RpcService\n-// To do this, we need to add follow api:\n+// TODO: MinerService should depend... | Rust | MIT License | nervosnetwork/ckb | chore(typo): correct minor grammar issues in TODO comment (#66) | 1 | chore | typo |
67,476 | 06.12.2018 23:45:21 | -3,600 | 1ad8d2a6d7ab242235fc9adbd87125a7aaf5a4a3 | refactor(instructions): improve naming/typing consistency | [
{
"change_type": "MODIFY",
"diff": "@@ -71,8 +71,8 @@ export function stringifyInstructions(instruction: TargetedInstruction, depth: n\ncase TargetedInstructionType.interpolation:\noutput += 'interpolation\\n';\nbreak;\n- case TargetedInstructionType.letElement:\n- output += 'letElement\\n';\n+ case Targete... | TypeScript | MIT License | aurelia/aurelia | refactor(instructions): improve naming/typing consistency | 1 | refactor | instructions |
67,476 | 07.12.2018 00:33:18 | -3,600 | 4aac2f34cfdeca4e93a27e460341bac31e7e0b56 | chore(instructions): add some constrained instruction facade types | [
{
"change_type": "MODIFY",
"diff": "@@ -92,8 +92,13 @@ export interface ITargetedInstruction {\ntype: TargetedInstructionType;\n}\n-export type BindingInstruction =\n+export type NodeInstruction =\nITextBindingInstruction |\n+ IHydrateElementInstruction |\n+ IHydrateTemplateController |\n+ IHydrateLetElemen... | TypeScript | MIT License | aurelia/aurelia | chore(instructions): add some constrained instruction facade types | 1 | chore | instructions |
67,476 | 07.12.2018 06:51:11 | -3,600 | 07ec65a9565fc5713120e61e7e44defddeca2bf4 | refactor(template-compiler): fix a command slip up | [
{
"change_type": "MODIFY",
"diff": "@@ -215,7 +215,7 @@ export class TemplateCompiler implements ITemplateCompiler {\n} else {\n// either an element binding command, dynamic options attribute binding command,\n// or custom attribute / template controller (single value) binding command\n- return this.metadat... | TypeScript | MIT License | aurelia/aurelia | refactor(template-compiler): fix a command slip up | 1 | refactor | template-compiler |
807,963 | 07.12.2018 06:59:08 | -28,800 | ed6e2db48d1d0b7ca2a774dc6318daeff6aadf26 | fix(add): Validate local package version
Fixes | [
{
"change_type": "ADD",
"diff": "+{\n+ \"version\": \"1.0.0\"\n+}\n",
"new_path": "commands/add/__tests__/__fixtures__/unspecified-version/lerna.json",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+{\n+ \"name\": \"unspecified-version\",\n+ \"version\": \"monorepo\",\n+ \"private... | JavaScript | MIT License | lerna/lerna | fix(add): Validate local package version (#1804)
Fixes #1799 | 1 | fix | add |
67,476 | 07.12.2018 07:26:51 | -3,600 | 398c4f0bb32ae64b1316a4a2f5e8f50f31b95123 | refactor(template-compiler): sort of fix replace-part | [
{
"change_type": "MODIFY",
"diff": "@@ -38,6 +38,7 @@ export const enum SymbolFlags {\nexport class TemplateControllerSymbol {\npublic flags: SymbolFlags;\npublic res: string;\n+ public partName: string | null;\npublic physicalNode: IHTMLTemplateElement | null;\npublic syntax: AttrSyntax;\npublic expression... | TypeScript | MIT License | aurelia/aurelia | refactor(template-compiler): sort of fix replace-part | 1 | refactor | template-compiler |
807,963 | 07.12.2018 07:36:57 | -28,800 | 8f5bdbb3e1ff0010e0e09db039558722bb04ef8e | fix(bootstrap): Omit local bundled dependencies
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -121,11 +121,25 @@ describe(\"npm-install\", () => {\nexact: \"1.0.0\", // will be removed\n\"local-dev-dependency\": \"^1.0.0\",\n},\n+ optionalDependencies: {\n+ \"@scoped/others\": \"1.0.0\", // will be removed\n+ caret: \"^1.0.0\",\n+ \"local-dependency\": \"^1.0.0... | JavaScript | MIT License | lerna/lerna | fix(bootstrap): Omit local bundled dependencies (#1805)
Fixes #1775 | 1 | fix | bootstrap |
217,922 | 07.12.2018 07:38:25 | -3,600 | 4b359aff3894d29b7e728a9d1bdb485329f0e30e | fix: fixed an issue with layout not saving properly | [
{
"change_type": "MODIFY",
"diff": "<div *ngFor=\"let fragment of filter; let last = last\" fxLayout=\"row\">\n<div *ngIf=\"!fragment.isBooleanGate\" fxLayout=\"row\" fxLayout.lt-sm=\"column\" fxLayoutAlign=\"flex-start center\"\nfxFlex=\"1 1 auto\" fxLayoutGap=\"5px\">\n- <label nz-checkbox [(ngModel)]=\"f... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed an issue with layout not saving properly | 1 | fix | null |
217,922 | 07.12.2018 07:59:42 | -3,600 | f8d5eb8aa7282ffe805086525ede63f0e6275dff | fix: changed order of buttons inside rotation panel | [
{
"change_type": "MODIFY",
"diff": "(click)=\"$event.stopPropagation();renameRotation(rotation)\">\n<i nz-icon type=\"edit\"></i>\n</button>\n+ <button nz-button (click)=\"$event.stopPropagation()\" [nzShape]=\"'circle'\" [nzType]=\"'primary'\" nz-tooltip\n+ [nzTitle]=\"'SIMULATOR.Share_button_tooltip' | tr... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: changed order of buttons inside rotation panel | 1 | fix | null |
217,922 | 07.12.2018 09:08:06 | -3,600 | c3bf2780d466f04284952423769aa601171b5353 | chore: WIP import endpoint | [
{
"change_type": "MODIFY",
"diff": "\"sourceRoot\": \"apps/client/src\",\n\"projectType\": \"application\",\n\"prefix\": \"app\",\n- \"schematics\": {},\n+ \"schematics\": {\n+ \"@schematics/angular:component\": {\n+ \"prefix\": \"app\",\n+ \"styleext\": \"less\",\n+ \"changeDetection\": \"OnPush\",\n+ \"sp... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: WIP import endpoint | 1 | chore | null |
573,186 | 07.12.2018 09:48:07 | 28,800 | de1833a44084e5f231de289421518ec646b86f60 | feat: add support for non-strict formatters | [
{
"change_type": "MODIFY",
"diff": "@@ -425,12 +425,34 @@ server.get('/websocket/attach', function upgradeRoute(req, res, next) {\n});\n```\n-## Content Negotiation\n+## Responses' Content Negotiation And Formatting\n-If you're using `res.send()` restify will automatically select the content-type\n-to respo... | JavaScript | MIT License | restify/node-restify | feat: add support for non-strict formatters (#1721) | 1 | feat | null |
807,849 | 07.12.2018 10:11:53 | 28,800 | e2cb8f5daf6a11435f415bc41d0dd2819a9309f8 | chore(ci): give up on azure pipelines again | [
{
"change_type": "DELETE",
"diff": "-# Node.js\n-# Build a general Node.js project with npm.\n-# Add steps that analyze code, save build artifacts, deploy, and more:\n-# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript\n-\n-#trigger:\n-#- master\n-\n-pool:\n- vmImage: vs2017-win2016\n-... | JavaScript | MIT License | lerna/lerna | chore(ci): give up on azure pipelines again | 1 | chore | ci |
807,849 | 07.12.2018 10:13:12 | 28,800 | 35fc3a74d25fbd0fc5b8503c03c8c2496c2eb26d | chore(travis): Remove horrendously slow Windows executions | [
{
"change_type": "MODIFY",
"diff": "@@ -13,7 +13,6 @@ node_js:\nos:\n- linux\n- - windows\nenv:\nglobal:\n@@ -24,18 +23,11 @@ matrix:\nfast_finish: true\nallow_failures:\n- node_js: \"11\"\n- exclude:\n- # only run windows CI on LTS (v10)\n- - node_js: \"11\"\n- os: windows\n- - node_js: \"8\"\n- os: window... | JavaScript | MIT License | lerna/lerna | chore(travis): Remove horrendously slow Windows executions | 1 | chore | travis |
503,988 | 07.12.2018 10:54:04 | 18,000 | ed6afb655d39149725ca2007b455712b01c64e80 | docs(Card): add card variations to documentation
Update documentation to match pf-next and update docs to use same language. | [
{
"change_type": "MODIFY",
"diff": "import { Card, CardBody, CardFooter, CardHeader } from '@patternfly/react-core';\nimport Simple from './examples/SimpleCard';\n+import NoFooter from './examples/NoFooterCard';\n+import NoHeader from './examples/NoHeaderCard';\n+import ContentOnly from './examples/ContentO... | TypeScript | MIT License | patternfly/patternfly-react | docs(Card): add card variations to documentation (#998)
Update documentation to match pf-next and update docs to use same language. | 1 | docs | Card |
807,849 | 07.12.2018 11:33:11 | 28,800 | 4017f37d395548f4052fef0be5e5f550487013c8 | fix(pkg): Exclude __mocks__ from package tarball | [
{
"change_type": "MODIFY",
"diff": "\"files\": [\n\"command.js\",\n\"index.js\",\n- \"lib\"\n+ \"lib\",\n+ \"!lib/__mocks__\"\n],\n\"main\": \"index.js\",\n\"engines\": {\n",
"new_path": "commands/publish/package.json",
"old_path": "commands/publish/package.json"
},
{
"change_type": "MODIFY"... | JavaScript | MIT License | lerna/lerna | fix(pkg): Exclude __mocks__ from package tarball | 1 | fix | pkg |
807,849 | 07.12.2018 11:48:50 | 28,800 | 7a7e1356845e4e646e830fb06572f304ccd53366 | chore: update lockfile with missing local dep | [
{
"change_type": "MODIFY",
"diff": "\"@lerna/has-npm-version\": \"file:utils/has-npm-version\",\n\"@lerna/npm-conf\": \"file:utils/npm-conf\",\n\"@lerna/npm-install\": \"file:utils/npm-install\",\n+ \"@lerna/package-graph\": \"file:core/package-graph\",\n\"@lerna/rimraf-dir\": \"file:utils/rimraf-dir\",\n\"... | JavaScript | MIT License | lerna/lerna | chore: update lockfile with missing local dep | 1 | chore | null |
807,849 | 07.12.2018 11:51:01 | 28,800 | 741129933c39f202cdf1be176feb33668f2e470d | chore: bump eslint-plugin-jest, auto-fix warnings | [
{
"change_type": "MODIFY",
"diff": "@@ -92,7 +92,7 @@ describe(\"BootstrapCommand\", () => {\nawait lernaBootstrap(testDir)();\n- expect(npmInstall.dependencies).not.toBeCalled();\n+ expect(npmInstall.dependencies).not.toHaveBeenCalled();\nexpect(ranScriptsInDirectories(testDir)).toMatchSnapshot();\n});\n@@... | JavaScript | MIT License | lerna/lerna | chore: bump eslint-plugin-jest, auto-fix warnings | 1 | chore | null |
730,429 | 07.12.2018 12:10:47 | 18,000 | 523fff97ac272c2c0880357bba377640074600e9 | fix(button-controls): use accessibility labels prop | [
{
"change_type": "MODIFY",
"diff": "@@ -32,7 +32,7 @@ exports[`ButtonControls component renders properly without labels 1`] = `\nclassName=\"ciscospark-controls-container controlContainer\"\n>\n<ActivityButton\n- ariaLabel=\"\"\n+ ariaLabel=\"Message\"\nbuttonType=\"chat\"\nclassName=\"\"\ndisabled={false}\... | JavaScript | MIT License | webex/react-widgets | fix(button-controls): use accessibility labels prop | 1 | fix | button-controls |
730,429 | 07.12.2018 12:14:07 | 18,000 | ed08e976728876089598c4925bc98fb8192d30d6 | feat(incoming-call): add accessibility labels | [
{
"change_type": "MODIFY",
"diff": "@@ -29,6 +29,7 @@ exports[`IncomingCall component renders properly 1`] = `\nbuttons={\nArray [\nObject {\n+ \"accessibilityLabel\": \"Answer\",\n\"buttonType\": \"camera\",\n\"callControl\": true,\n\"color\": \"green\",\n@@ -36,6 +37,7 @@ exports[`IncomingCall component r... | JavaScript | MIT License | webex/react-widgets | feat(incoming-call): add accessibility labels | 1 | feat | incoming-call |
217,922 | 07.12.2018 12:35:04 | -3,600 | c8e44f0c69c4dce0f18d9c6efef4179b9b5370ee | chore: more WIP for import feature | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,11 @@ import { TranslateModule } from '@ngx-translate/core';\nimport { ListModule } from '../../modules/list/list.module';\nimport { NgZorroAntdModule } from 'ng-zorro-antd';\nimport { CoreModule } from '../../core/core.module';\n+import { PageLoaderModule } fr... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: more WIP for import feature | 1 | chore | null |
807,849 | 07.12.2018 13:32:01 | 28,800 | 65a1d1b93fdbcb877865557b39699848cd245d5c | feat(create): Migrate `npm info` subprocess to libnpm.manifest | [
{
"change_type": "MODIFY",
"diff": "\"use strict\";\n-jest.mock(\"../lib/get-latest-version\");\n+jest.mock(\"libnpm/manifest\");\nconst fs = require(\"fs-extra\");\nconst path = require(\"path\");\nconst execa = require(\"execa\");\nconst slash = require(\"slash\");\n+const { Conf } = require(\"@lerna/npm-... | JavaScript | MIT License | lerna/lerna | feat(create): Migrate `npm info` subprocess to libnpm.manifest | 1 | feat | create |
791,690 | 07.12.2018 14:22:25 | 21,600 | 95b084b669a10a4c29997996cdff5d6a8a394550 | core(minification): properly handle regex character classes | [
{
"change_type": "MODIFY",
"diff": "@@ -47,6 +47,7 @@ function computeTokenLength(content, features) {\nlet isInLicenseComment = false;\nlet isInString = false;\nlet isInRegex = false;\n+ let isInRegexCharacterClass = false;\nlet stringOpenChar = null;\nfor (let i = 0; i < content.length; i++) {\n@@ -94,7 +... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(minification): properly handle regex character classes (#6745) | 1 | core | minification |
273,683 | 07.12.2018 14:23:26 | -3,600 | 574928c64b4b3816cd39f38c1a2a0cc501052743 | fix(image): exclude unecessary data | [
{
"change_type": "MODIFY",
"diff": "@@ -5,9 +5,22 @@ module.exports = async function (source, map) {\nconst { queue } = process.GRIDSOME\nconst options = utils.parseQuery(this.query || '?')\n- const res = await queue.add(this.resourcePath, options)\n+ const asset = await queue.add(this.resourcePath, options... | JavaScript | MIT License | gridsome/gridsome | fix(image): exclude unecessary data | 1 | fix | image |
791,834 | 07.12.2018 14:34:21 | 21,600 | ebc9b2bc63af0243c3b90f120560debe03432d75 | report: larger margins for audit group summaries | [
{
"change_type": "MODIFY",
"diff": "border-bottom: none;\n}\n.lh-audit-group--metrics .lh-audit-group__summary {\n+ margin-top: 0;\nmargin-bottom: 0;\n}\ndisplay: flex;\njustify-content: space-between;\npadding-right: var(--text-indent);\n- margin-bottom: var(--lh-audit-vpadding);\n+ margin-top: calc(var(--... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report: larger margins for audit group summaries (#6688) | 1 | report | null |
807,849 | 07.12.2018 14:51:45 | 28,800 | b387881b5118e202a6a329f0e85327cc84f61dea | feat(listable): Add --toposort option
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -23,6 +23,7 @@ package-2\n* [`-a`, `--all`](https://github.com/lerna/lerna/tree/master/commands/list#--all)\n* [`-l`, `--long`](https://github.com/lerna/lerna/tree/master/commands/list#--long)\n* [`-p`, `--parseable`](https://github.com/lerna/lerna/tree/master/commands... | JavaScript | MIT License | lerna/lerna | feat(listable): Add --toposort option
Fixes #1652 | 1 | feat | listable |
791,834 | 07.12.2018 14:55:25 | 21,600 | 68401c8c1735880cd328d6eb1d97927a02097e72 | core(service-worker): check that start_url is within SW's scope | [
{
"change_type": "MODIFY",
"diff": "@@ -15,44 +15,109 @@ class ServiceWorker extends Audit {\nstatic get meta() {\nreturn {\nid: 'service-worker',\n- title: 'Registers a service worker',\n- failureTitle: 'Does not register a service worker',\n+ title: 'Registers a service worker that controls page and start... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(service-worker): check that start_url is within SW's scope (#6678) | 1 | core | service-worker |
730,429 | 07.12.2018 15:42:25 | 18,000 | 87fd05f55b1bb275daf1ff3043a8d61b0c715234 | feat(widget-space): add collab-ui css stylesheet | [
{
"change_type": "ADD",
"diff": "+$brand-font-folder: \"~@collab-ui/core/fonts\";\n+$icon-font-path: \"~@collab-ui/icons/fonts\";\n+$images-path: \"~@collab-ui/core/images\";\n+$docs-images-path: '~@collab-ui/core/docs/assets';\n+\n+@import '~@collab-ui/core/scss/collab-ui';\n",
"new_path": "packages/no... | JavaScript | MIT License | webex/react-widgets | feat(widget-space): add collab-ui css stylesheet | 1 | feat | widget-space |
730,429 | 07.12.2018 15:50:01 | 18,000 | ceaea08b9763f3401cf09d5b275963144e8c28eb | test(journeys): update helpers for space widget collab-ui | [
{
"change_type": "MODIFY",
"diff": "@@ -12,7 +12,8 @@ export const elements = {\nexitButton: '.ciscospark-activity-menu-exit button',\nmessageWidget: '.ciscospark-message-wrapper',\nmeetWidget: '.ciscospark-meet-wrapper',\n- errorMessage: '.ciscospark-error-title'\n+ errorMessage: '.ciscospark-error-title',... | JavaScript | MIT License | webex/react-widgets | test(journeys): update helpers for space widget collab-ui | 1 | test | journeys |
217,922 | 07.12.2018 16:49:50 | -3,600 | e5844cf50213248fdbccd07be9e67095a444874e | feat: added the import endpoint for external websites | [
{
"change_type": "MODIFY",
"diff": "@@ -24,7 +24,7 @@ export class ItemData {\npublic getCraft(recipeId: string): Craft {\nreturn this.item.craft\n- .find(i => recipeId.toString().indexOf(i.id.toString()) > -1 || i.id.toString().indexOf(recipeId.toString()) > -1);\n+ .find(craft => recipeId.toString() === c... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: added the import endpoint for external websites | 1 | feat | null |
791,780 | 07.12.2018 20:32:35 | 0 | eb4544a5f01e8d686bbe68233e016716fe572bfa | core(tap-targets): helper functions for working with ClientRects | [
{
"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 | core(tap-targets): helper functions for working with ClientRects (#6703) | 1 | core | tap-targets |
67,494 | 07.12.2018 22:16:30 | -3,600 | 89911ae6a92697eae5bb1d5b1d75c69608f1d93b | feat(router): add clear viewports (incomplete) | [
{
"change_type": "MODIFY",
"diff": "@@ -150,11 +150,23 @@ export class HistoryBrowser {\nif (newHash === hash) {\nreturn;\n}\n- const state = { ...this.history.state };\nthis.currentEntry.path = path;\n- this.setState({\n- 'HistoryEntry': this.currentEntry,\n- 'HistoryEntries': this.historyEntries\n+ // con... | TypeScript | MIT License | aurelia/aurelia | feat(router): add clear viewports (incomplete) | 1 | feat | router |
273,683 | 08.12.2018 00:40:50 | -3,600 | 3a04df946d888f574ef76739c6c8556e06875c1c | fix(graphql): dont infer filename as file type | [
{
"change_type": "MODIFY",
"diff": "@@ -110,7 +110,7 @@ test('infer image fields', () => {\n}\n], 'TestPost')\n- expect(types.image1.type).toEqual(imageType.type)\n+ expect(types.image1.type).toEqual(GraphQLString)\nexpect(types.image2.type).toEqual(imageType.type)\nexpect(types.image3.type).toEqual(imageTy... | JavaScript | MIT License | gridsome/gridsome | fix(graphql): dont infer filename as file type | 1 | fix | graphql |
67,507 | 08.12.2018 01:15:51 | -3,600 | 49d37f3456a34187b92b824eac258db54b0871e4 | refactor(kernel): strictNullChecks fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -125,7 +125,7 @@ export const DI = {\nwhile (typeof ctor === 'function') {\nif (ctor.hasOwnProperty('inject')) {\n- dependencies.push(...ctor.inject);\n+ dependencies.push(...ctor.inject as Function[]);\n}\nctor = Object.getPrototypeOf(ctor);\n@@ -190,11 +190,11 @@ exp... | TypeScript | MIT License | aurelia/aurelia | refactor(kernel): strictNullChecks fixes | 1 | refactor | kernel |
67,507 | 08.12.2018 01:39:47 | -3,600 | 73a87b88a659f71fae9e6b52dfc91e180953fc44 | refactor(plugin-requirejs): strictNullChecks fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -44,7 +44,7 @@ export function escape(content: string): string {\n}\nexport function createTemplateDescription(template: string): ITemplateDescription {\n- const imports = [];\n+ const imports: ITemplateImport[] = [];\nconst cleanedTemplate = template.replace(/^@import... | TypeScript | MIT License | aurelia/aurelia | refactor(plugin-requirejs): strictNullChecks fixes | 1 | refactor | plugin-requirejs |
724,200 | 08.12.2018 01:42:38 | -32,400 | 9abfda5eeca7dfd7f2774595eb45c5165e296679 | docs: use classes instead of hasClass. | [
{
"change_type": "MODIFY",
"diff": "@@ -19,5 +19,5 @@ import Foo from './Foo.vue'\nconst wrapper = shallowMount(Foo)\nconst filteredDivArray = wrapper.findAll('div')\n- .filter(w => !w.hasClass('filtered'))\n+ .filter(w => !w.classes('filtered'))\n```\n",
"new_path": "docs/api/wrapper-array/filter.md",
... | JavaScript | MIT License | vuejs/vue-test-utils | docs: use classes instead of hasClass. (#1057) | 1 | docs | null |
67,507 | 08.12.2018 01:43:54 | -3,600 | 63b8a15d3fd24b8ee4cf4546032a03bf59e95f58 | refactor(plugin-svg): strictNullChecks fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -207,10 +207,10 @@ function createElement(html: string): Element {\n// and dealing with browser inconsistencies.\nconst div = DOM.createElement('div') as HTMLElement;\ndiv.innerHTML = html;\n- return div.firstElementChild;\n+ return div.firstElementChild as Element;\n}... | TypeScript | MIT License | aurelia/aurelia | refactor(plugin-svg): strictNullChecks fixes | 1 | refactor | plugin-svg |
67,507 | 08.12.2018 03:14:12 | -3,600 | b000aa2e87eafc49ac555eefebc8943e3f3338c3 | refactor(runtime): strictNullChecks fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -1127,7 +1127,7 @@ export class BindingIdentifier implements IExpression {\nthis.name = name;\n}\n- public evaluate(flags: LifecycleFlags, scope: IScope, locator: IServiceLocator): string {\n+ public evaluate(flags: LifecycleFlags, scope: IScope, locator: IServiceLocat... | TypeScript | MIT License | aurelia/aurelia | refactor(runtime): strictNullChecks fixes | 1 | refactor | runtime |
217,922 | 08.12.2018 13:06:24 | -3,600 | 69b0e38b9772f883fbb3ac7e963a76331b1a6ab3 | style: UX/UI changes | [
{
"change_type": "MODIFY",
"diff": "</nz-list>\n</ng-template>\n</li>\n- <li nz-submenu class=\"user-menu\">\n+ <li nz-submenu class=\"user-menu\" [class.accent]=\"!(loggedIn$ | async)\">\n<span title>\n<nz-spin *ngIf=\"loading$ | async; else authDetails\"></nz-spin>\n<ng-template #authDetails>\n",
"new... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | style: UX/UI changes | 1 | style | null |
679,913 | 08.12.2018 16:43:25 | 0 | 6c6da8258b2ffbe8351327a4fae5988fc7e4ed71 | feat(diff): add fast paths for simple cases, add tests, refactor as arrow fns | [
{
"change_type": "MODIFY",
"diff": "import { equiv as _equiv } from \"@thi.ng/equiv\";\n-\nimport { ArrayDiff } from \"./api\";\n+const simpleDiff = <T>(\n+ state: ArrayDiff<T>,\n+ src: ArrayLike<T>,\n+ key: keyof ArrayDiff<T>,\n+ logDir: number,\n+ linear: boolean\n+) => {\n+ let n = src.length;\n+ state.d... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(diff): add fast paths for simple cases, add tests, refactor as arrow fns | 1 | feat | diff |
679,913 | 08.12.2018 17:34:00 | 0 | d1ee6d9efbbdb9bb29b7ba5657f70bbb69e9da04 | perf(diff): reduce amount of temp/internal array allocs (diffArray)
hdom-benchmark for 256 cells now @ 39.8fps (vs 32.5 previously) | [
{
"change_type": "MODIFY",
"diff": "@@ -91,12 +91,12 @@ export const diffArray = <T>(\nx++;\ny++;\n}\n- path[koff] = pathPos.length;\n- pathPos.push([x, y, r]);\n+ path[koff] = pathPos.length / 3;\n+ pathPos.push(x, y, r);\nreturn y;\n};\n- let p = -1, pp, k, ko;\n+ let p = -1, k, ko;\ndo {\np++;\nfor (k = ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | perf(diff): reduce amount of temp/internal array allocs (diffArray)
- hdom-benchmark for 256 cells now @ 39.8fps (vs 32.5 previously) | 1 | perf | diff |
67,476 | 08.12.2018 18:39:45 | -3,600 | 97d7f6eeab78ecb2f378c0acc7f7321c557dd898 | chore(jit): fix up some tests | [
{
"change_type": "MODIFY",
"diff": "@@ -271,7 +271,7 @@ describe('SemanticModel', () => {\nTracer.enableLiveLogging(SymbolTraceWriter);\nconst container = DI.createContainer();\ncontainer.register(<any>BasicConfiguration);\n- const def = { name: 'app', template: \"<template><template if.bind=\\\"true\\\">${... | TypeScript | MIT License | aurelia/aurelia | chore(jit): fix up some tests | 1 | chore | jit |
679,913 | 08.12.2018 19:03:18 | 0 | e9b067b75bc03b4b29540ff3123aaa931fe21ed9 | refactor(hdom): update diffTree & diffAttributes (@thi.ng/diff updates) | [
{
"change_type": "MODIFY",
"diff": "import { IObjectOf, SEMAPHORE } from \"@thi.ng/api/api\";\n-import { DiffLogEntry } from \"@thi.ng/diff/api\";\n+import { DiffMode } from \"@thi.ng/diff/api\";\nimport { diffArray } from \"@thi.ng/diff/array\";\nimport { diffObject } from \"@thi.ng/diff/object\";\nimport ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(hdom): update diffTree & diffAttributes (@thi.ng/diff updates) | 1 | refactor | hdom |
679,913 | 08.12.2018 19:04:12 | 0 | 899941f0690421d536d04d57e78b3d7057763b33 | perf(hdom-canvas): update diffTree() to compute edit dist only | [
{
"change_type": "MODIFY",
"diff": "@@ -2,6 +2,7 @@ import { IObjectOf } from \"@thi.ng/api/api\";\nimport { isArray } from \"@thi.ng/checks/is-array\";\nimport { isArrayLike } from \"@thi.ng/checks/is-arraylike\";\nimport { isNotStringAndIterable } from \"@thi.ng/checks/is-not-string-iterable\";\n+import {... | TypeScript | Apache License 2.0 | thi-ng/umbrella | perf(hdom-canvas): update diffTree() to compute edit dist only | 1 | perf | hdom-canvas |
679,913 | 08.12.2018 19:44:41 | 0 | 8165005c5c198f7738c185a3d97b7e4ce98f76a8 | refactor(equiv): minor update (intern string consts) | [
{
"change_type": "MODIFY",
"diff": "const OBJP = Object.getPrototypeOf({});\n+const FN = \"function\";\n+const STR = \"string\";\n-export const equiv = (a, b): boolean => {\n+export const equiv =\n+ (a: any, b: any): boolean => {\nlet proto;\nif (a === b) {\nreturn true;\n}\nif (a != null) {\n- if (typeof a... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(equiv): minor update (intern string consts) | 1 | refactor | equiv |
67,494 | 08.12.2018 19:46:37 | -3,600 | da987be1eb172869caf32bfff2553a77d668ed88 | feat(router): add full state path & finish clear viewports | [
{
"change_type": "MODIFY",
"diff": "export interface IHistoryEntry {\npath: string;\n+ fullStatePath: string;\nindex?: number;\ntitle?: string;\ndata?: Object;\n@@ -41,8 +42,6 @@ export class HistoryBrowser {\nprivate isReplacing: boolean = false;\nprivate isRefreshing: boolean = false;\n- private __path: s... | TypeScript | MIT License | aurelia/aurelia | feat(router): add full state path & finish clear viewports | 1 | feat | router |
67,494 | 08.12.2018 20:10:52 | -3,600 | a3fcf6d72071d378aeeca03f750cc31011546f4e | chore(router): rename viewport to au-viewport & add used-by test | [
{
"change_type": "ADD",
"diff": "+import { inject } from '@aurelia/kernel';\n+import { bindable, customElement } from '@aurelia/runtime';\n+import { Router } from '../router';\n+import { IViewportOptions, Viewport } from '../viewport';\n+\n+@inject(Router, Element)\n+@customElement({ name: 'au-viewport', te... | TypeScript | MIT License | aurelia/aurelia | chore(router): rename viewport to au-viewport & add used-by test | 1 | chore | router |
679,913 | 08.12.2018 21:17:19 | 0 | c3f6f98c533e27088e9b9d2d73db62422f14f09e | refactor(hdom): minor update diff call sites | [
{
"change_type": "MODIFY",
"diff": "@@ -64,7 +64,7 @@ export const diffTree = <T>(\nif (attribs.__impl) {\nreturn attribs.__impl.diffTree(opts, attribs.__impl, parent, prev, curr, child);\n}\n- const delta = diffArray(prev, curr, equiv, DiffMode.ONLY_DISTANCE_LINEAR);\n+ const delta = diffArray(prev, curr, ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(hdom): minor update diff call sites | 1 | refactor | hdom |
679,913 | 08.12.2018 21:18:26 | 0 | a7e9def59ceb490af562bde9dbb91b7b31066a5c | refactor(hdom-canvas): update diffArray call site | [
{
"change_type": "MODIFY",
"diff": "@@ -191,7 +191,7 @@ export const diffTree = (opts: Partial<HDOMOpts>,\nif (attribs.__impl && attribs.__impl !== IMPL) {\nreturn attribs.__impl.diffTree(opts, attribs.__impl, parent, prev, curr, child);\n}\n- const delta = diffArray(prev, curr, equiv, DiffMode.ONLY_DISTANC... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(hdom-canvas): update diffArray call site | 1 | refactor | hdom-canvas |
67,476 | 08.12.2018 21:54:35 | -3,600 | 63c320eec320bf826585c2daf3d7825edc09c5c9 | fix(template-binder): get replaceable to work properly | [
{
"change_type": "MODIFY",
"diff": "-import { Reporter, Tracer } from '@aurelia/kernel';\n-import { BindingType, IExpressionParser, IHTMLElement, IHTMLTemplateElement, INode, Interpolation, IsExpressionOrStatement, IText, NodeType, IElement, DOM } from '@aurelia/runtime';\n+import { PLATFORM, Reporter, Trac... | TypeScript | MIT License | aurelia/aurelia | fix(template-binder): get replaceable to work properly | 1 | fix | template-binder |
67,476 | 08.12.2018 21:55:17 | -3,600 | 5bbece97704cf3b5c39c31894334958d73f104b6 | perf(template-compiler): prevent the same template from getting compiled multiple times | [
{
"change_type": "MODIFY",
"diff": "@@ -4,6 +4,7 @@ import {\nHydrateAttributeInstruction,\nHydrateElementInstruction,\nHydrateTemplateController,\n+ IBuildInstruction,\nIExpressionParser,\nInstructionRow,\nInterpolation,\n@@ -36,6 +37,11 @@ import {\n} from './template-binder';\nimport { ITemplateFactory }... | TypeScript | MIT License | aurelia/aurelia | perf(template-compiler): prevent the same template from getting compiled multiple times | 1 | perf | template-compiler |
67,476 | 08.12.2018 23:29:57 | -3,600 | 8cb03b2da081ce88493d036cd66e765674443b94 | chore(jit): cleanup irrelevant tests | [
{
"change_type": "DELETE",
"diff": "-import {\n- SemanticModel,\n- SymbolKind,\n- SlotElementSymbol,\n- SurrogateElementSymbol,\n- AttributeInterpolationSymbol,\n- AttributeSymbol,\n- BindingCommandSymbol,\n- BoundAttributeSymbol,\n- CustomAttributeSymbol,\n- CustomElementSymbol,\n- ElementSymbol,\n- LetEle... | TypeScript | MIT License | aurelia/aurelia | chore(jit): cleanup irrelevant tests | 1 | chore | jit |
67,476 | 08.12.2018 23:32:01 | -3,600 | c558b0b7e00d94c3517dfbf99f4976326a26c3c0 | chore(jit): remove more irrelevant tests | [
{
"change_type": "DELETE",
"diff": "-import {\n- TemplateControllerSymbol,\n- ReplacePartSymbol,\n- CustomAttributeSymbol,\n- PlainAttributeSymbol,\n- CustomElementSymbol,\n- PlainElementSymbol,\n- TextSymbol,\n- BindingSymbol,\n- AttributeSymbol,\n- ResourceAttributeSymbol,\n- ElementSymbol,\n- NodeSymbol,... | TypeScript | MIT License | aurelia/aurelia | chore(jit): remove more irrelevant tests | 1 | chore | jit |
67,476 | 09.12.2018 01:27:07 | -3,600 | 80ec6077e5fe4b880f0f78e8587766e06fe37fb1 | refactor(template-binder): fix multi attribute bindings | [
{
"change_type": "MODIFY",
"diff": "@@ -128,7 +128,7 @@ function createAttributeInfo(resources: IResourceDescriptions, name: string): At\nif (info.bindable === null) {\ninfo.bindable = new BindableInfo('value', defaultBindingMode);\n}\n- if (bindableCount > 1) {\n+ if (def.hasDynamicOptions || bindableCount... | TypeScript | MIT License | aurelia/aurelia | refactor(template-binder): fix multi attribute bindings | 1 | refactor | template-binder |
67,476 | 09.12.2018 02:21:01 | -3,600 | 2e0c36a03645ceb44952307851e07c30ff6a5b49 | refactor(template-binder): fix plain attribute binding commands | [
{
"change_type": "MODIFY",
"diff": "@@ -617,11 +617,11 @@ export class TemplateBinder {\n(manifest as CustomElementSymbol).bindings.push(new BindingSymbol(command, bindable, expr, attrSyntax.rawValue));\nmanifest.isTarget = true;\n} else if (expr !== null) {\n- manifest.attributes.push(new PlainAttributeSym... | TypeScript | MIT License | aurelia/aurelia | refactor(template-binder): fix plain attribute binding commands | 1 | refactor | template-binder |
67,476 | 09.12.2018 02:29:03 | -3,600 | fa021c55875b567e54c06681d35031dc32acd1d5 | refactor(template-binder): simplify symbol flags | [
{
"change_type": "MODIFY",
"diff": "@@ -74,7 +74,7 @@ export const BindingCommandResource: IBindingCommandResource = {\n};\nfunction getTarget(binding: PlainAttributeSymbol | BindingSymbol, camelCase: boolean): string {\n- if ((binding.flags & SymbolFlags.type) === SymbolFlags.isBinding) {\n+ if (binding.fl... | TypeScript | MIT License | aurelia/aurelia | refactor(template-binder): simplify symbol flags | 1 | refactor | template-binder |
67,476 | 09.12.2018 02:53:15 | -3,600 | 61ea9ecbcb3256fe804487eeda05ad4425a79160 | refactor(template-compiler): fix ref | [
{
"change_type": "MODIFY",
"diff": "@@ -54,8 +54,6 @@ export class MetadataModel {\n}\n}\n}\n- // manually add ref since it's not a real custom attribute\n- attributes['ref'] = new AttrInfo('ref', false);\n}\n}\n",
"new_path": "packages/jit/src/metadata-model.ts",
"old_path": "packages/jit/src/metad... | TypeScript | MIT License | aurelia/aurelia | refactor(template-compiler): fix ref | 1 | refactor | template-compiler |
67,476 | 09.12.2018 02:53:30 | -3,600 | a023aa52ef5b4eae45f260c73aa6b5fb35c4fe6c | chore(template-compiler): fix unit tests | [
{
"change_type": "MODIFY",
"diff": "@@ -52,7 +52,7 @@ export function createAttribute(name: string, value: string): Attr {\nreturn attr;\n}\n-xdescribe('TemplateCompiler', () => {\n+describe('TemplateCompiler', () => {\nlet container: IContainer;\nlet sut: TemplateCompiler;\nlet expressionParser: IExpressio... | TypeScript | MIT License | aurelia/aurelia | chore(template-compiler): fix unit tests | 1 | chore | template-compiler |
67,476 | 09.12.2018 03:32:16 | -3,600 | 21a2dc948a1f8d5b7a6e64802e93d7097c891079 | refactor(template-compiler): recognize slots | [
{
"change_type": "MODIFY",
"diff": "import { PLATFORM, Reporter, Tracer } from '@aurelia/kernel';\n-import { BindingMode, BindingType, DOM, IChildNode, IExpressionParser, IHTMLElement, IHTMLTemplateElement, INode, Interpolation, IsExpressionOrStatement, IText, NodeType } from '@aurelia/runtime';\n+import { ... | TypeScript | MIT License | aurelia/aurelia | refactor(template-compiler): recognize slots | 1 | refactor | template-compiler |
67,476 | 09.12.2018 04:11:24 | -3,600 | 27ab73fa946e95c8ad9269579555b776c97bb63e | refactor(template-compiler): reimplement let element | [
{
"change_type": "MODIFY",
"diff": "import { PLATFORM, Reporter, Tracer } from '@aurelia/kernel';\n-import { BindingMode, BindingType, DOM, IChildNode, IExpressionParser, IHTMLElement, IHTMLTemplateElement, INode, Interpolation, IsExpressionOrStatement, IText, NodeType, IHTMLSlotElement } from '@aurelia/run... | TypeScript | MIT License | aurelia/aurelia | refactor(template-compiler): reimplement let element | 1 | refactor | template-compiler |
67,476 | 09.12.2018 04:15:09 | -3,600 | 550619bcd4eca3aad5a74e241f29497f939a8761 | refactor(template-compiler): fix slots | [
{
"change_type": "MODIFY",
"diff": "@@ -171,7 +171,6 @@ export class CustomElementSymbol {\npublic isTarget: true;\npublic isContainerless: boolean;\npublic templateController: TemplateControllerSymbol | null;\n- public hasSlots: boolean;\nprivate _attributes: AttributeSymbol[] | null;\npublic get attribute... | TypeScript | MIT License | aurelia/aurelia | refactor(template-compiler): fix slots | 1 | refactor | template-compiler |
67,476 | 09.12.2018 04:58:13 | -3,600 | fa65d6a1362e7d258aa097ae5e799f64d888c8b9 | feat(template-compiler): implement surrogate instructions | [
{
"change_type": "MODIFY",
"diff": "@@ -324,6 +324,12 @@ function createMarker(): IHTMLElement {\nreturn marker as IHTMLElement;\n}\n+const invalidSurrogateAttribute = {\n+ 'id': true,\n+ 'part': true,\n+ 'replace-part': true\n+};\n+\nexport class TemplateBinder {\npublic metadata: MetadataModel;\npublic at... | TypeScript | MIT License | aurelia/aurelia | feat(template-compiler): implement surrogate instructions | 1 | feat | template-compiler |
67,476 | 09.12.2018 05:50:59 | -3,600 | 6ccbdffeb7e6b0a429a6482a3841564da9e5708a | chore(template-compiler): fix some tests | [
{
"change_type": "MODIFY",
"diff": "@@ -27,7 +27,9 @@ describe(spec, () => {\nit('04.', () => {\n@customElement({ name: 'foo', template: '<template><div>${text}</div></template>', instructions: [], build: { required: true, compiler: 'default' } })\nclass Foo { @bindable text: string; }\n- const { au, lifecy... | TypeScript | MIT License | aurelia/aurelia | chore(template-compiler): fix some tests | 1 | chore | template-compiler |
217,922 | 09.12.2018 13:42:24 | -3,600 | 9f6054e609773cf5f2a6b9afad59f96aa3fa81b7 | fix: fixed an issue with patreon status auth | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ import { TeamcraftUser } from '../../model/user/teamcraft-user';\nimport { FirestoreStorage } from './storage/firestore/firestore-storage';\nimport { AngularFirestore } from '@angular/fire/firestore';\nimport { AngularFireAuth } from '@angular/fire/auth';\... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed an issue with patreon status auth | 1 | fix | null |
217,922 | 09.12.2018 13:46:33 | -3,600 | 44f3dbf56b3d8e4c3372bdccfaff1cb00f5908d2 | fix: hide contacts inside user picker when you are adding a contact | [
{
"change_type": "MODIFY",
"diff": "@@ -10,10 +10,13 @@ export class UserPickerService {\nconstructor(private dialog: NzModalService, private translate: TranslateService) {\n}\n- public pickUserId(): Observable<string> {\n+ public pickUserId(hideContacts = false): Observable<string> {\nreturn this.dialog.cr... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: hide contacts inside user picker when you are adding a contact | 1 | fix | null |
217,922 | 09.12.2018 13:58:38 | -3,600 | ffc676214aff206b9c87a877b88afb85b5cc4d9d | fix: added progression popup for list clone operation | [
{
"change_type": "MODIFY",
"diff": "@@ -187,11 +187,11 @@ export class ListDetailsComponent implements OnInit {\nconst clone = list.clone();\nthis.listsFacade.updateList(list);\nthis.listsFacade.addList(clone);\n- this.listsFacade.myLists$.pipe(\n+ this.progressService.showProgress(this.listsFacade.myLists$... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: added progression popup for list clone operation | 1 | fix | null |
217,922 | 09.12.2018 14:17:05 | -3,600 | e5215f810660f13d0b3cfa3b4da563f435becdab | fix: fixed an issue displaying your badges on other's public profile | [
{
"change_type": "MODIFY",
"diff": "@@ -8,6 +8,7 @@ import { List } from '../../../modules/list/model/list';\nimport { ListsFacade } from '../../../modules/list/+state/lists.facade';\nimport { TeamcraftUser } from '../../../model/user/teamcraft-user';\nimport { AuthFacade } from '../../../+state/auth.facade... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed an issue displaying your badges on other's public profile | 1 | fix | null |
217,922 | 09.12.2018 14:33:33 | -3,600 | 907a849588162e2acd79edd16d61041ac40e244c | fix: fixed an issue with layout ordering not properly handled | [
{
"change_type": "MODIFY",
"diff": "@@ -39,7 +39,7 @@ export class LayoutsEffects {\nupdateLayoutInDatabase$ = this.actions$.pipe(\nofType(LayoutsActionTypes.UpdateLayout),\nswitchMap((action: UpdateLayout) => {\n- return this.layoutService.update(action.layout.$key, action.layout);\n+ return this.layoutSer... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed an issue with layout ordering not properly handled | 1 | fix | null |
217,922 | 09.12.2018 15:00:54 | -3,600 | 30f952fc9c6484da77c7fcbc9b1285d1bbd32e19 | feat: added a flag on custom alarms for items that spawn twice a day | [
{
"change_type": "MODIFY",
"diff": "<app-item-icon [icon]=\"row.alarm.icon\" [itemName]=\"row.alarm.itemId | itemName | i18n\"\n[itemId]=\"row.alarm.itemId\" [width]=\"32\"></app-item-icon>\n<div class=\"center-content\">\n- <div class=\"item-name\">{{row.alarm.itemId | itemName | i18n}} <span class=\"slot\... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: added a flag on custom alarms for items that spawn twice a day | 1 | feat | null |
679,913 | 09.12.2018 15:06:29 | 0 | 19b0a55448a319bd2b7e07aad852d49516a3fb40 | perf(diff): further array caching/reuse | [
{
"change_type": "MODIFY",
"diff": "import { equiv as _equiv } from \"@thi.ng/equiv\";\nimport { ArrayDiff, DiffMode } from \"./api\";\n+let _cachedFP: Int32Array;\n+let _cachedPath: Int32Array;\n+\n+let _cachedEPC: number[] = [];\n+let _cachedPathPos: number[] = [];\n+\n+const cachedFP =\n+ (size: number) ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | perf(diff): further array caching/reuse | 1 | perf | diff |
217,922 | 09.12.2018 17:11:55 | -3,600 | c5ac852b6db1fca54f0ad75d0b25b7f12ce9b28d | fix: fixed an issue with some layout filters | [
{
"change_type": "MODIFY",
"diff": "@@ -26,9 +26,11 @@ export class LayoutRowFilter {\nif (row.tradeSources !== undefined) {\n// These ids are for voidrake and Althyk lavender.\nfor (const tokenId of [15858, 15857]) {\n- if (row.tradeSources\n- .find(source => source.trades\n- .find(trade => +trade.currenci... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed an issue with some layout filters | 1 | fix | null |
679,913 | 09.12.2018 18:04:17 | 0 | 6726925bc01937582088c46ad0fe010908a6ef80 | docs: add links to WIP packages | [
{
"change_type": "MODIFY",
"diff": "@@ -115,7 +115,7 @@ packages) in the [examples](./examples) directory.\n| [`@thi.ng/iges`](./packages/iges) | [](https://www.npmjs.com/package/@thi.ng/iges) | [changelog](./packages/iges/CHANGELOG.md) | IGES format ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs: add links to WIP packages | 1 | docs | null |
679,913 | 09.12.2018 18:08:51 | 0 | ceb404c468e114cf4676f0d709f1c4f6fc9422ff | doc(geom): update readme (add note about geom2) | [
{
"change_type": "MODIFY",
"diff": "@@ -26,6 +26,10 @@ thi.ng/geom](https://github.com/thi-ng/geom), as well as\n[c.thi.ng](https://github.com/thi-ng/c-thing). Currently only 2D shapes\n& operations are supported.\n+**This package will soon be replaced by the currently still unreleased\n+[@thi.ng/geom2](htt... | TypeScript | Apache License 2.0 | thi-ng/umbrella | doc(geom): update readme (add note about geom2) | 1 | doc | geom |
679,913 | 09.12.2018 18:09:14 | 0 | 97bf837ea46f1f525f93370e93027cb946ea754d | doc(vectors): update readme (add note about vectors3 & matrices) | [
{
"change_type": "MODIFY",
"diff": "@@ -33,6 +33,12 @@ flexible data layouts, incl. [AOS /\nSOA](https://en.wikipedia.org/wiki/AOS_and_SOA), striped, interleaved,\naligned etc.\n+**This package will soon be replaced by the currently still unreleased\n+[@thi.ng/vectors3](https://github.com/thi-ng/umbrella/tr... | TypeScript | Apache License 2.0 | thi-ng/umbrella | doc(vectors): update readme (add note about vectors3 & matrices) | 1 | doc | vectors |
67,476 | 09.12.2018 18:16:09 | -3,600 | 082115f49da6f51c51fdfe9283d6e3a999ed5c45 | chore(template-binder): add clarifying comments | [
{
"change_type": "MODIFY",
"diff": "@@ -423,19 +423,24 @@ export class TemplateBinder {\nswitch (node.nodeName) {\ncase 'LET':\n+ // let cannot have children and has some different processing rules, so return early\nthis.bindLetElement(parentManifest, node);\nif (Tracer.enabled) { Tracer.leave(); }\nreturn;... | TypeScript | MIT License | aurelia/aurelia | chore(template-binder): add clarifying comments | 1 | chore | template-binder |
67,476 | 09.12.2018 18:26:44 | -3,600 | d5af9eb9247eb598c96fc7b5964cb76d0bd734a7 | chore(template-factory): add API comments | [
{
"change_type": "MODIFY",
"diff": "import { DI } from '@aurelia/kernel';\nimport { DOM, IHTMLTemplateElement, INode } from '@aurelia/runtime';\n+/**\n+ * Utility that creates a `HTMLTemplateElement` out of string markup or an existing DOM node.\n+ *\n+ * It is idempotent in the sense that passing in an exi... | TypeScript | MIT License | aurelia/aurelia | chore(template-factory): add API comments | 1 | chore | template-factory |
67,476 | 09.12.2018 19:53:32 | -3,600 | 1ad7e9c2268d3833ebff6fa1b7782e81d45f6a88 | perf(template-compiler): create fewer variables and arrays | [
{
"change_type": "MODIFY",
"diff": "@@ -32,6 +32,7 @@ import {\nCustomElementSymbol,\nElementSymbol,\nLetElementSymbol,\n+ NodeSymbol,\nParentNodeSymbol,\nPlainAttributeSymbol,\nPlainElementSymbol,\n@@ -49,12 +50,20 @@ const buildNotRequired: IBuildInstruction = Object.freeze({\ncompiler: 'default'\n});\n+/... | TypeScript | MIT License | aurelia/aurelia | perf(template-compiler): create fewer variables and arrays | 1 | perf | template-compiler |
67,476 | 09.12.2018 20:00:33 | -3,600 | 7f051673b76656a60c5a28c72457fea070470939 | perf(template-binder): traverse via nextSibling instead of using array | [
{
"change_type": "MODIFY",
"diff": "@@ -394,19 +394,18 @@ export class TemplateBinder {\n++i;\n}\n- const childNodes = PLATFORM.toArray(node.content.childNodes);\n- let childNode: INode;\n- i = 0;\n- while (i < childNodes.length) {\n- childNode = childNodes[i];\n+ let childNode: INode = node.content.firstCh... | TypeScript | MIT License | aurelia/aurelia | perf(template-binder): traverse via nextSibling instead of using array | 1 | perf | template-binder |
67,476 | 09.12.2018 20:08:16 | -3,600 | 99605f404672fef51d52c821a290c105b8acf210 | fix(template-binder): fix let again | [
{
"change_type": "MODIFY",
"diff": "@@ -501,11 +501,13 @@ export class TemplateBinder {\nconst command = this.getCommand(attrSyntax);\nconst bindingType = command === null ? BindingType.Interpolation : command.bindingType;\nconst expr = this.exprParser.parse(attrSyntax.rawValue, bindingType);\n- const info ... | TypeScript | MIT License | aurelia/aurelia | fix(template-binder): fix let again | 1 | fix | template-binder |
217,922 | 09.12.2018 21:57:06 | -3,600 | b98ae1cadcb45db1cc7c0e3314bde5b8b74396f4 | feat: clicking on the check icon when item is done now resets its progression | [
{
"change_type": "MODIFY",
"diff": "<i nz-icon type=\"check\"></i>\n</button>\n<ng-template #done>\n- <i nz-icon type=\"check\" class=\"done-icon\"></i>\n+ <i nz-icon type=\"check\" class=\"done-icon\" (click)=\"resetDone()\"></i>\n</ng-template>\n</div>\n</div>\n",
"new_path": "apps/client/src/app/page... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: clicking on the check icon when item is done now resets its progression | 1 | feat | null |
67,476 | 09.12.2018 22:32:03 | -3,600 | 9655daa5afa99146d3ae1b0c7375b8c1c4d72a65 | fix(template-binder): fix some exotic replace-part placements by tracking markers | [
{
"change_type": "MODIFY",
"diff": "@@ -7,21 +7,22 @@ import { Char } from './common';\nimport { AttrInfo, BindableInfo, ElementInfo, MetadataModel } from './metadata-model';\nexport const enum SymbolFlags {\n- type = 0b00000_111111111,\n- isTemplateController = 0b00000_000000001,\n- isReplacePart = 0b00000... | TypeScript | MIT License | aurelia/aurelia | fix(template-binder): fix some exotic replace-part placements by tracking markers | 1 | fix | template-binder |
67,476 | 09.12.2018 22:32:46 | -3,600 | c3d855559eb1e244469f20d6c0738764b3613bf8 | chore(dom): improve DOM.createElement return value accuracy | [
{
"change_type": "MODIFY",
"diff": "@@ -297,7 +297,9 @@ export interface IMutationObserver {\nexport interface IDocument extends INode, IDocumentOrShadowRoot, IParentNode {\ncreateComment(data: string): IComment;\ncreateDocumentFragment(): IDocumentFragment;\n- createElement<T extends IHTMLElement, TTag ext... | TypeScript | MIT License | aurelia/aurelia | chore(dom): improve DOM.createElement return value accuracy | 1 | chore | dom |
67,476 | 09.12.2018 22:33:08 | -3,600 | d01bf155122af57eb09dbc6e2fb299ebf798c38e | chore(jit): fix tests and some types | [
{
"change_type": "MODIFY",
"diff": "import { BasicConfiguration } from \"../../src\";\nimport { expect } from \"chai\";\n-import { valueConverter, customElement, bindable, CustomElementResource, IObserverLocator, Aurelia, Lifecycle, ILifecycle } from \"../../../runtime/src/index\";\n+import { valueConverter... | TypeScript | MIT License | aurelia/aurelia | chore(jit): fix tests and some types | 1 | chore | jit |
67,476 | 09.12.2018 22:42:43 | -3,600 | c6a1766168025dc4517aa867787fea7a100b47c6 | test(jit): add tracer tests | [
{
"change_type": "MODIFY",
"diff": "import { expect } from 'chai';\nimport { tearDown, setupAndStart, cleanup, defineCustomElement } from './prepare';\nimport { baseSuite } from './template-compiler.base';\n-import { IContainer, Constructable, DI, IRegistry } from '../../../kernel/src/index';;\n+import { IC... | TypeScript | MIT License | aurelia/aurelia | test(jit): add tracer tests | 1 | test | jit |
67,476 | 09.12.2018 22:55:38 | -3,600 | f4fbd8ed28c1a9b9c889400537eaa1a695136b74 | chore(reporter): fix linting error | [
{
"change_type": "MODIFY",
"diff": "@@ -23,7 +23,7 @@ export const Tracer = {\n*/\nenabled: false,\nliveLoggingEnabled: false,\n- liveWriter: <ITraceWriter>null,\n+ liveWriter: null as ITraceWriter,\n/**\n* Call this at the start of a method/function.\n* Each call to `enter` **must** have an accompanying ca... | TypeScript | MIT License | aurelia/aurelia | chore(reporter): fix linting error | 1 | chore | reporter |
67,476 | 09.12.2018 23:06:51 | -3,600 | 960c75e2583622043a2d584af3b313c175987d3b | chore(resources): simplify input constructor types | [
{
"change_type": "MODIFY",
"diff": "@@ -9,9 +9,9 @@ import { LetBinding } from './binding/let-binding';\nimport { Listener } from './binding/listener';\nimport { IObserverLocator } from './binding/observer-locator';\nimport { Ref } from './binding/ref';\n-import { customAttributeKey, customElementKey, ICall... | TypeScript | MIT License | aurelia/aurelia | chore(resources): simplify input constructor types | 1 | chore | resources |
67,476 | 09.12.2018 23:17:19 | -3,600 | 0676a0ffed1029dff256d42b16c829506a126197 | fix(dom): tolerate non string types for template markup | [
{
"change_type": "MODIFY",
"diff": "@@ -19,15 +19,15 @@ export const DOM = {\nif (markupOrNode === undefined || markupOrNode === null) {\nreturn document.createDocumentFragment();\n}\n- if (typeof markupOrNode === 'string') {\n- return DOM.createTemplate(markupOrNode).content;\n- }\n+ if (DOM.isNodeInstance... | TypeScript | MIT License | aurelia/aurelia | fix(dom): tolerate non string types for template markup | 1 | fix | dom |
67,476 | 09.12.2018 23:18:02 | -3,600 | 1eaac0a774740820b699eadf4002c4fb71bd33ae | chore(runtime): fix custom attribute tests | [
{
"change_type": "MODIFY",
"diff": "@@ -9,7 +9,7 @@ import { createCustomAttribute } from './custom-attribute._builder';\n// because this allows us to add a message to the assertion describing which property was checked, making it\n// easier to pin down the source of the error when a test fail.\ndescribe('@... | TypeScript | MIT License | aurelia/aurelia | chore(runtime): fix custom attribute tests | 1 | chore | runtime |
67,476 | 09.12.2018 23:36:20 | -3,600 | 6111e1e88bcd2ea0f60845d5135efc7476dbb6dd | fix(template-definition): accept any node/template type | [
{
"change_type": "MODIFY",
"diff": "@@ -24,10 +24,10 @@ export interface ITemplateFactory {\n/**\n* Create a `HTMLTemplateElement` from a provided DOM node or html string.\n*\n- * @param node A DOM node or raw html string that may or may not be wrapped in `<template></template>`\n+ * @param input A DOM node... | TypeScript | MIT License | aurelia/aurelia | fix(template-definition): accept any node/template type | 1 | fix | template-definition |
67,476 | 10.12.2018 00:00:56 | -3,600 | f3006b2a6e6ed0577c109f5b7715da9e81685e4a | chore(binding): fix previously skipped tests | [
{
"change_type": "MODIFY",
"diff": "@@ -106,14 +106,16 @@ describe(`ArrayObserver`, () => {\n});\n});\n- describe('should not notify batched subscribers if there are no changes', () => {\n+ // the reason for this is because only a change will cause it to queue itself, so it would never normally be called wi... | TypeScript | MIT License | aurelia/aurelia | chore(binding): fix previously skipped tests | 1 | chore | binding |
67,476 | 10.12.2018 00:02:56 | -3,600 | cac32d0ff3281617418a9c201f7bbec130359618 | chore(runtime): fix some other test leftovers | [
{
"change_type": "MODIFY",
"diff": "@@ -87,14 +87,14 @@ describe('NodeSequenceFactory', () => {\n}\n}\n- const validInputArr: any[] = ['', 'asdf', 'div', 1, true, false, {}, new Error(), undefined, null];\n+ const validInputArr: any[] = ['', 'asdf', 'div', 1, true, false, {}, new Error(), undefined, null, S... | TypeScript | MIT License | aurelia/aurelia | chore(runtime): fix some other test leftovers | 1 | chore | runtime |
67,476 | 10.12.2018 00:25:02 | -3,600 | 9fd04092658f806c89456ca0c70893bc6215aa09 | fix(dom.interfaces): keep dom interfaces compatible with lib.dom.d.ts | [
{
"change_type": "MODIFY",
"diff": "-import { DI, PLATFORM } from '@aurelia/kernel';\n+import { DI } from '@aurelia/kernel';\nexport const enum NodeType {\nElement = 1,\n@@ -93,7 +93,6 @@ export interface INode extends INodeLike, IEventTarget {\n}\nexport interface IHTMLSlotElement extends IHTMLElement {\n-... | TypeScript | MIT License | aurelia/aurelia | fix(dom.interfaces): keep dom interfaces compatible with lib.dom.d.ts | 1 | fix | dom.interfaces |
67,476 | 10.12.2018 00:27:28 | -3,600 | 3445a2482ac2bec9104238efb05535b26d902da4 | test(renderer): remove isConnected assertion | [
{
"change_type": "MODIFY",
"diff": "@@ -103,7 +103,7 @@ describe('Renderer', () => {\nexpect(bindable.interpolation['parts'][0]).to.equal('');\nexpect(bindable.interpolation['parts'][1]).to.equal('');\nexpect(bindable.mode).to.equal(BindingMode.toView);\n- expect(target.isConnected).to.be.false;\n+ //expect... | TypeScript | MIT License | aurelia/aurelia | test(renderer): remove isConnected assertion | 1 | test | renderer |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.