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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
791,719 | 31.03.2018 13:37:48 | 25,200 | b9fa76077b15e5b5a67b1b195f9843d4b393ec52 | report: update SEO audit descriptions & links | [
{
"change_type": "MODIFY",
"diff": "@@ -60,9 +60,9 @@ class Hreflang extends Audit {\nname: 'hreflang',\ndescription: 'Document has a valid `hreflang`',\nfailureDescription: 'Document doesn\\'t have a valid `hreflang`',\n- helpText: 'hreflang allows crawlers to discover alternate translations of the ' +\n- ... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report: update SEO audit descriptions & links (#4903) | 1 | report | null |
679,913 | 31.03.2018 16:25:34 | -3,600 | a0bf781087bac343627d250c5c35a57cb0ee432d | fix(pointfree): reexport ensureStack fns | [
{
"change_type": "MODIFY",
"diff": "@@ -75,6 +75,11 @@ const $ = SAFE ?\n(stack: Stack, n: number) => $n(stack.length, n) :\n() => { };\n+export {\n+ $ as ensureStack,\n+ $n as ensureStackN\n+}\n+\nconst $stackFn = (f: StackProc) =>\nisArray(f) ? word(f) : f;\n",
"new_path": "packages/pointfree/src/inde... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(pointfree): reexport ensureStack fns | 1 | fix | pointfree |
679,913 | 31.03.2018 16:28:14 | -3,600 | 659cce91797762ea828f7d5867721319148558e1 | fix(pointfree-lang): add ensureEnv, update re-exports, update readme
add ensureEnv to avoid errors if `__words` key is missing
minor formatting fix in grammar | [
{
"change_type": "MODIFY",
"diff": "This project is part of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo.\n-<!-- TOC depthFrom:2 depthTo:3 -->\n+<!-- TOC depthFrom:2 depthTo:4 -->\n- [About](#about)\n- [Status](#status)\n@@ -14,6 +14,7 @@ This project is part of the [@thi.ng/umbrella... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(pointfree-lang): add ensureEnv, update re-exports, update readme
- add ensureEnv to avoid errors if `__words` key is missing
- minor formatting fix in grammar | 1 | fix | pointfree-lang |
679,913 | 31.03.2018 17:59:22 | -3,600 | 910b7187a00f01ddf414c8b4af2dbfeede6f7303 | feat(examples): add pointfree-svg demo | [
{
"change_type": "ADD",
"diff": "+node_modules\n+yarn.lock\n+*.js\n",
"new_path": "examples/pointfree-svg/.gitignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+# pointfree-svg\n+\n+This is a non-interactive demo combining the following packages to generate the SVG graphic be... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(examples): add pointfree-svg demo | 1 | feat | examples |
679,913 | 31.03.2018 18:16:09 | -3,600 | 3f33b651721f864b65eebe994fd66e38bdbfb418 | refactor(examples): update pointfree-svg demo/readme | [
{
"change_type": "MODIFY",
"diff": "@@ -9,6 +9,12 @@ This is a non-interactive demo combining the following packages to generate the\n\n+Most of the [source code](./src/index.ts) is written in the pointfree\n+DSL syntax and includes a rudimentary graphics lib to generate SVG... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): update pointfree-svg demo/readme | 1 | refactor | examples |
679,913 | 31.03.2018 18:18:08 | -3,600 | 7b5a36fd3d697f65717776a2445e8fb665e65062 | docs(examples): update example list | [
{
"change_type": "MODIFY",
"diff": "@@ -15,7 +15,8 @@ If you want to [contribute](../CONTRIBUTING.md) an example, please get in touch\n| 7 | [interceptor-basics](./hdom-benchmark) | event handling w/ interceptors and side effects | atom, hdom | intermediate |\n| 8 | [json-components](./json-components) | JS... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(examples): update example list | 1 | docs | examples |
679,913 | 31.03.2018 18:23:09 | -3,600 | 89ea63313a2002747b16a75a490c3c177f69b8ce | fix(examples): update readme (pf-svg) | [
{
"change_type": "MODIFY",
"diff": "@@ -20,5 +20,5 @@ The generated SVG file will be written in this example's directory...\n```\ngit clone https://github.com/thi-ng/umbrella.git\ncd umbrella/examples/pointfree-svg\n-yarn start\n+yarn build\n```\n",
"new_path": "examples/pointfree-svg/README.md",
"o... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(examples): update readme (pf-svg) | 1 | fix | examples |
679,913 | 31.03.2018 18:42:16 | -3,600 | 1022ab67a20aa89ba5e4e6170f524d9cff2dcc58 | fix(examples): update stack comment for write-file | [
{
"change_type": "MODIFY",
"diff": "@@ -78,7 +78,7 @@ const env = ffi(\n{\n// ( svgdom -- svgstring )\n\"serialize\": maptos(serialize),\n- // ( filename body -- )\n+ // ( body filename -- )\n\"write-file\": (ctx) => {\nconst stack = ctx[0];\nensureStack(stack, 2);\n",
"new_path": "examples/pointfree-sv... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(examples): update stack comment for write-file | 1 | fix | examples |
679,913 | 31.03.2018 23:47:54 | -3,600 | bc264d39a988b9952ac72036dbc8c0deb9f6cbad | build(examples): update tsconfig for all examples | [
{
"change_type": "MODIFY",
"diff": "{\n\"extends\": \"../../tsconfig.json\",\n\"compilerOptions\": {\n- \"outDir\": \".\"\n+ \"outDir\": \"build\",\n+ \"sourceMap\": true\n},\n\"include\": [\n\"./src/**/*.ts\"\n",
"new_path": "examples/async-effect/tsconfig.json",
"old_path": "examples/async-effect/... | TypeScript | Apache License 2.0 | thi-ng/umbrella | build(examples): update tsconfig for all examples | 1 | build | examples |
679,913 | 01.04.2018 00:24:57 | -3,600 | c75219805e203014ade9131980d40a78945c1327 | build: add missing package descriptions, update yarn.lock | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"@thi.ng/diff\",\n\"version\": \"1.0.3\",\n- \"description\": \"TODO\",\n+ \"description\": \"Array & object Diff\",\n\"main\": \"./index.js\",\n\"typings\": \"./index.d.ts\",\n\"repository\": \"https://github.com/thi-ng/umbrella\",\n",
"new_path": "pack... | TypeScript | Apache License 2.0 | thi-ng/umbrella | build: add missing package descriptions, update yarn.lock | 1 | build | null |
679,913 | 01.04.2018 00:37:33 | -3,600 | d4951f5efd8bcb0a57784894a036d7b0f13a9c26 | docs(examples): update all example readme's | [
{
"change_type": "MODIFY",
"diff": "git clone https://github.com/thi-ng/umbrella.git\ncd umbrella/examples/async-effect\nyarn install\n-yarn build\n+yarn start\n```\n-\n-Unlike other examples, this one requires a local webserver to function, for example:\n-\n-```\n-python -m SimpleHTTPServer\n-```\n-\n-Ps. ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(examples): update all example readme's | 1 | docs | examples |
679,913 | 01.04.2018 00:38:32 | -3,600 | cb7276e64f5db017effb2f68ff99e9fae7835863 | chore: update make-module/example scripts | [
{
"change_type": "MODIFY",
"diff": "@@ -20,15 +20,15 @@ cat << EOF > $MODULE/package.json\n\"author\": \"$AUTHOR <$EMAIL>\",\n\"license\": \"Apache-2.0\",\n\"scripts\": {\n- \"build\": \"yarn clean && webpack\",\n- \"clean\": \"rm -rf bundle.*\",\n- \"dev\": \"open index.html && webpack -w\",\n- \"debdev\":... | TypeScript | Apache License 2.0 | thi-ng/umbrella | chore: update make-module/example scripts | 1 | chore | null |
679,913 | 01.04.2018 13:25:04 | -3,600 | 68a8dba616fa1261522e84a8a346fcaa805c5d32 | feat(pointfree): add copy() word | [
{
"change_type": "MODIFY",
"diff": "@@ -3,6 +3,7 @@ import { illegalState, illegalArgs } from \"@thi.ng/api/error\";\nimport { equiv as _equiv } from \"@thi.ng/api/equiv\";\nimport { isArray } from \"@thi.ng/checks/is-array\";\nimport { isFunction } from \"@thi.ng/checks/is-function\";\n+import { isPlainObj... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(pointfree): add copy() word | 1 | feat | pointfree |
679,913 | 01.04.2018 13:40:27 | -3,600 | 92d2d68537e55ca5764ec1771a38700acdcbc9b3 | refactor(pointfree): update/rename storeat => setat, update tests
change behavior to keep obj on stack | [
{
"change_type": "MODIFY",
"diff": "@@ -890,7 +890,7 @@ at word construction time and return a pre-configured stack function.\n| `pull3` | `( arr -- x y z arr )` | short for: `[pull2, pull]` |\n| `pull4` | `( arr -- a b c d arr )` | short for: `[pull2, pull2]` |\n| `split` | `( arr x -- [...] [...] )` | spl... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(pointfree): update/rename storeat => setat, update tests
- change behavior to keep obj on stack | 1 | refactor | pointfree |
217,922 | 01.04.2018 13:55:03 | -7,200 | d288a847fc26ae8677a83db1a87911bb5d5e5af2 | feat: better seo configuration
TODO: add proper meta settings in each major page | [
{
"change_type": "MODIFY",
"diff": "\"rewrites\": [\n{\n\"source\": \"**\",\n- \"destination\": \"/index.html\"\n+ \"function\": \"app\"\n}\n],\n\"headers\": [{\n",
"new_path": "firebase.json",
"old_path": "firebase.json"
},
{
"change_type": "MODIFY",
"diff": "@@ -3,26 +3,100 @@ require(... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: better seo configuration
TODO: add proper meta settings in each major page
#198 | 1 | feat | null |
217,922 | 01.04.2018 14:24:05 | -7,200 | dfb709106ed92cad903f759bd03bfe9f6114c260 | chore: add proper tag settings in some main pages | [
{
"change_type": "MODIFY",
"diff": "@@ -13,6 +13,7 @@ import {Title} from '@angular/platform-browser';\nimport {TranslateService} from '@ngx-translate/core';\nimport {LocalizedDataService} from '../../../core/data/localized-data.service';\nimport {ObservableMedia} from '@angular/flex-layout';\n+import {SeoS... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: add proper tag settings in some main pages
#198 | 1 | chore | null |
679,913 | 02.04.2018 00:03:47 | -3,600 | ee684c7be8759eb3ec30c092c4f5185e37f3d001 | feat(pointfree-lang): update grammar, aliases, ASTNode, NodeType
add VAR_DEREF_IMM node type (immediate/non-defered var deref)
add node source location info
add VarDerefImmediate and NonWordExpr grammar rules
add more aliases for built-ins | [
{
"change_type": "MODIFY",
"diff": "@@ -4,15 +4,22 @@ import * as pf from \"@thi.ng/pointfree\";\nexport interface ASTNode {\ntype: NodeType;\nbody: any;\n+ loc: [number, number];\nid?: string;\n}\n+export interface VisitorState {\n+ quote: boolean;\n+ word: boolean;\n+}\n+\nexport enum NodeType {\nSYM = 1,... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(pointfree-lang): update grammar, aliases, ASTNode, NodeType
- add VAR_DEREF_IMM node type (immediate/non-defered var deref)
- add node source location info
- add VarDerefImmediate and NonWordExpr grammar rules
- add more aliases for built-ins | 1 | feat | pointfree-lang |
679,913 | 02.04.2018 00:04:41 | -3,600 | 26905f099611e28483b2e4a685e8529cf8e99816 | refactor(examples): update pf svg example | [
{
"change_type": "MODIFY",
"diff": "@@ -52,12 +52,12 @@ const usersrc = `\nonly creates circles for grid cells where x <= y\n)\n: circlegrid ( res -- )\n- dup [dup2 lteq [xy 10 v* 3 circle] [drop2] if] loop2 ;\n+ dup [dup2 <= [xy 10 v* 3 circle] [drop2] if] loop2 ;\ngrid circlegrid\n( create SVG root elemen... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): update pf svg example | 1 | refactor | examples |
573,227 | 02.04.2018 07:25:40 | 25,200 | a914bf654bea1d16a06d1ae5393f138717d4524a | docs(readme): update copyright to 2018 | [
{
"change_type": "MODIFY",
"diff": "@@ -87,7 +87,7 @@ $ npm install restify\nThe MIT License (MIT)\n-Copyright (c) 2016 restify\n+Copyright (c) 2018 restify\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), ... | JavaScript | MIT License | restify/node-restify | docs(readme): update copyright to 2018 (#1635) | 1 | docs | readme |
573,227 | 02.04.2018 07:30:40 | 25,200 | dc7336bf7b5e89150def2eeb1062d16ff26186a9 | docs(server): update createServer JSDoc | [
{
"change_type": "MODIFY",
"diff": "@@ -71,8 +71,10 @@ routes and handlers for incoming requests.\nIf provided the following restify server options will be ignored:\nspdy, ca, certificate, key, passphrase, rejectUnauthorized, requestCert and\nciphers; however these can all be specified on httpsServerOptions... | JavaScript | MIT License | restify/node-restify | docs(server): update createServer JSDoc (#1634) | 1 | docs | server |
807,849 | 02.04.2018 10:10:35 | 25,200 | 8821ba3ab76c75ddd1b245a560b6414dd34cbe73 | deps: remove unused eslint-plugin-babel | [
{
"change_type": "MODIFY",
"diff": "}\n}\n},\n- \"eslint-plugin-babel\": {\n- \"version\": \"4.1.2\",\n- \"resolved\": \"https://registry.npmjs.org/eslint-plugin-babel/-/eslint-plugin-babel-4.1.2.tgz\",\n- \"integrity\": \"sha1-eSAqDjV1fdkngJGbIzbx+i/lPB4=\",\n- \"dev\": true\n- },\n\"eslint-plugin-import\"... | JavaScript | MIT License | lerna/lerna | deps: remove unused eslint-plugin-babel | 1 | deps | null |
807,849 | 02.04.2018 10:12:10 | 25,200 | 3ac4e3e0e45f90f888895e090851bd053f5d201f | deps: bump eslint-plugin-import | [
{
"change_type": "MODIFY",
"diff": "}\n},\n\"eslint-module-utils\": {\n- \"version\": \"2.1.1\",\n- \"resolved\": \"https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.1.1.tgz\",\n- \"integrity\": \"sha512-jDI/X5l/6D1rRD/3T43q8Qgbls2nq5km5KSqiwlyUbGo5+04fXhMKdCPhjwbqAa6HXWaMxj8Q4hQDIh7Iad... | JavaScript | MIT License | lerna/lerna | deps: bump eslint-plugin-import | 1 | deps | null |
730,414 | 02.04.2018 10:36:33 | 14,400 | 95ae702b31788e01cc37acb2e0a51ce205642a9e | docs(widgets): add instructions to avoid CORS error | [
{
"change_type": "MODIFY",
"diff": "@@ -131,6 +131,14 @@ If you're using our CDN, skip to the next section.\n- Add a `<script />` tag to your page to include the `bundle.js`\n- Add a `<link />` tag to include `main.css`\n+#### Browser\n+\n+If you're loading an HTML file directly in the browser, use Firefox ... | JavaScript | MIT License | webex/react-widgets | docs(widgets): add instructions to avoid CORS error | 1 | docs | widgets |
807,849 | 02.04.2018 11:55:55 | 25,200 | 436cfe1dd65dd865603c23e00b025e015f8d2060 | fix(logging): Log failures from package scripts once, not twice | [
{
"change_type": "MODIFY",
"diff": "@@ -169,7 +169,13 @@ class BootstrapCommand extends Command {\ntracker.completeWork(1);\n})\n.catch(err => {\n+ this.logger.error(\"bootstrap\", `lifecycle '${stage}' errored in '${pkg.name}'`);\n+\n+ if (err.code) {\n+ // log non-lerna error cleanly\nerr.pkg = pkg;\n+ }\... | JavaScript | MIT License | lerna/lerna | fix(logging): Log failures from package scripts once, not twice | 1 | fix | logging |
807,849 | 02.04.2018 13:39:02 | 25,200 | d43b89ddb7af96013d476555f8e08430d2c7ccb3 | refactor: optionalDependencies should overwrite devDependencies when merged | [
{
"change_type": "MODIFY",
"diff": "@@ -300,8 +300,8 @@ class BootstrapCommand extends Command {\n// collect root dependency versions\nconst mergedRootDeps = Object.assign(\n{},\n- rootPkg.optionalDependencies,\nrootPkg.devDependencies,\n+ rootPkg.optionalDependencies,\nrootPkg.dependencies\n);\nconst rootE... | JavaScript | MIT License | lerna/lerna | refactor: optionalDependencies should overwrite devDependencies when merged | 1 | refactor | null |
807,849 | 02.04.2018 14:24:30 | 25,200 | 559b731285cbb9a767ce6257e1e7aab941ff4708 | fix(publish): Ensure optionalDependencies are updated during publish to registry | [
{
"change_type": "MODIFY",
"diff": "{\n- \"name\": \"normal\",\n- \"version\": \"0.0.0-relative-file-specs\",\n+ \"name\": \"relative-file-specs\",\n+ \"version\": \"0.0.0-lerna\",\n\"lockfileVersion\": 1,\n\"requires\": true,\n\"dependencies\": {\n}\n},\n\"package-3\": {\n- \"version\": \"file:packages/pac... | JavaScript | MIT License | lerna/lerna | fix(publish): Ensure optionalDependencies are updated during publish to registry | 1 | fix | publish |
821,197 | 02.04.2018 19:39:04 | -7,200 | 192f26851cc13ff4da292f06861ea9317f632ba6 | fix(generators/command): assert cwd is a project | [
{
"change_type": "MODIFY",
"diff": "@@ -24,8 +24,8 @@ class CommandGenerator extends Generator {\nasync prompting() {\nthis.pjson = this.fs.readJSON('package.json')\n- this.pjson.oclif = this.pjson.oclif || {}\nif (!this.pjson) throw new Error('not in a project directory')\n+ this.pjson.oclif = this.pjson.o... | TypeScript | MIT License | oclif/oclif | fix(generators/command): assert cwd is a project (#94) | 1 | fix | generators/command |
679,913 | 03.04.2018 03:11:21 | -3,600 | 2101e9263c9eddb743f4709807d504b8d902188f | feat(pointfree): add math ops, update load/loadkey, update tests
load/loadkey throws error if var doesn't exist | [
{
"change_type": "MODIFY",
"diff": "@@ -706,14 +706,81 @@ export const pow = op2((b, a) => Math.pow(a, b));\n*/\nexport const sqrt = op1(Math.sqrt);\n+/**\n+ * ( x -- exp(x) )\n+ *\n+ * @param ctx\n+ */\n+export const exp = op1(Math.exp);\n+\n+/**\n+ * ( x -- log(x) )\n+ *\n+ * @param ctx\n+ */\nexport cons... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(pointfree): add math ops, update load/loadkey, update tests
- load/loadkey throws error if var doesn't exist | 1 | feat | pointfree |
679,913 | 03.04.2018 03:17:31 | -3,600 | 769e84da59ee606de78625c50b3d0521d3857390 | feat(pointfree-lang): overhaul visitor quote/array & map handling, grammar
revert / remove NodeType.VAR_DEREF_IMM
add resolveNode, resolveArray, resolveMap
update resolveVar to use hasOwnProperty() check
simplify VisitorState and handling
add source location handling (for improved error msg)
update aliases | [
{
"change_type": "MODIFY",
"diff": "@@ -9,25 +9,22 @@ export interface ASTNode {\n}\nexport interface VisitorState {\n- quote: boolean;\nword: boolean;\n}\nexport enum NodeType {\nSYM = 1,\nWORD,\n- QUOT,\nVAR_DEREF,\n- VAR_DEREF_IMM,\nVAR_STORE,\nNIL,\nNUMBER,\nBOOLEAN,\nSTRING,\n+ ARRAY,\nMAP,\n- SET,\nCO... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(pointfree-lang): overhaul visitor quote/array & map handling, grammar
- revert / remove NodeType.VAR_DEREF_IMM
- add resolveNode, resolveArray, resolveMap
- update resolveVar to use hasOwnProperty() check
- simplify VisitorState and handling
- add source location handling (for improved error msg)
- update aliases | 1 | feat | pointfree-lang |
311,007 | 03.04.2018 08:51:31 | -32,400 | 926f4a6457447436b0a50b3d048881be243f826e | fix(generate): add page to entryComponents | [
{
"change_type": "MODIFY",
"diff": "@@ -15,13 +15,13 @@ import {\nurl,\n} from '@angular-devkit/schematics';\n-import { addDeclarationToModule } from '../utils/angular/ast-utils';\n+import { addDeclarationToModule, addEntryComponentsToModule } from '../utils/angular/ast-utils';\nimport { InsertChange } from... | TypeScript | MIT License | ionic-team/ionic-cli | fix(generate): add page to entryComponents (#3033) | 1 | fix | generate |
679,913 | 03.04.2018 10:04:07 | -3,600 | 5450e507a5ab40189d98493b2514ca9d43e303e2 | fix(pointfree-lang): update grammar (parse order), add tests | [
{
"change_type": "MODIFY",
"diff": "@@ -77,10 +77,10 @@ MapVal\nAtom\n= String\n- / Sym\n/ Number\n/ Boolean\n/ Nil\n+ / Sym\nNil\n= \"nil\" {\n",
"new_path": "packages/pointfree-lang/src/grammar.pegjs",
"old_path": "packages/pointfree-lang/src/grammar.pegjs"
},
{
"change_type": "MODIFY",
... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(pointfree-lang): update grammar (parse order), add tests | 1 | fix | pointfree-lang |
679,913 | 03.04.2018 11:05:19 | -3,600 | 1c899a181b9956908d1b5299eed1340ee891e7da | refactor(pointfree-lang): rename grammar rule / nodetype MAP=>OBJ, add docs
rename resolveMap => resolveObject
rename visitMap => visitObject | [
{
"change_type": "MODIFY",
"diff": "@@ -24,7 +24,7 @@ export enum NodeType {\nBOOLEAN,\nSTRING,\nARRAY,\n- MAP,\n+ OBJ,\nCOMMENT,\nSTACK_COMMENT,\n",
"new_path": "packages/pointfree-lang/src/api.ts",
"old_path": "packages/pointfree-lang/src/api.ts"
},
{
"change_type": "MODIFY",
"diff": "... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(pointfree-lang): rename grammar rule / nodetype MAP=>OBJ, add docs
- rename resolveMap => resolveObject
- rename visitMap => visitObject | 1 | refactor | pointfree-lang |
311,007 | 03.04.2018 11:20:23 | -32,400 | b26143e2ffd6e608901e12386b18f64469674bee | feat(ailments): add common version check ailment class | [
{
"change_type": "MODIFY",
"diff": "@@ -8,11 +8,65 @@ import { pkgFromRegistry, pkgManagerArgs } from '../../utils/npm';\nimport { Project as AngularProject } from './';\nexport function registerAilments(registry: IAilmentRegistry, deps: AutomaticallyTreatableAngularAilmentDeps) {\n- registry.register(new I... | TypeScript | MIT License | ionic-team/ionic-cli | feat(ailments): add common version check ailment class (#3054) | 1 | feat | ailments |
217,922 | 03.04.2018 11:56:50 | -7,200 | 9b206cb9a20df71aa611a320ceda1f0dde060797 | feat: you can now copy isearch macros for items using the new magnifying glass icon
closes | [
{
"change_type": "MODIFY",
"diff": "{{item.id | itemName | i18n}}\n</span>\n</div>\n- <img src=\"https://ffxiv.gamerescape.com/w/images/thumb/1/18/HQ_Icon.png/14px-HQ_Icon.png\" alt=\"\"\n+ <img src=\"/assets/icons/HQ.png\" alt=\"\"\nmatTooltip=\"{{'Required_for_final_craft' | translate: { amount: requiredF... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: you can now copy isearch macros for items using the new magnifying glass icon
closes #276 | 1 | feat | null |
217,922 | 03.04.2018 14:50:36 | -7,200 | ebaa7fe79aade1c58e741f658878f3b737d28fc4 | feat: new right-side drawer to show alarm timers no matter which page you're on | [
{
"change_type": "MODIFY",
"diff": "</button>\n<span class=\"version\">{{version}}</span>\n</mat-toolbar>\n- <mat-sidenav-container [autosize]=\"true\">\n+ <mat-sidenav-container autosize=\"true\">\n<mat-sidenav mode=\"{{mobile ? 'over':'side' }}\" opened=\"{{!mobile}}\" #sidenav [disableClose]=\"!mobile\"\... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: new right-side drawer to show alarm timers no matter which page you're on | 1 | feat | null |
217,922 | 03.04.2018 15:24:35 | -7,200 | ce1c7116234f5170aad2b984db21a2d41c7c34dc | chore: little announcement tweak | [
{
"change_type": "MODIFY",
"diff": "@@ -137,7 +137,7 @@ export class AppComponent implements OnInit {\nlastLS = '{}';\n}\nconst last = JSON.parse(lastLS || '{}');\n- if (last.text !== announcement.text && last.link !== announcement.link) {\n+ if (last.text !== announcement.text) {\nthis.dialog.open(Announce... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: little announcement tweak | 1 | chore | null |
679,913 | 03.04.2018 17:12:42 | -3,600 | 9c91dc3480469ca8b2205f17eee55c7f0d0aa2bd | fix(examples): minor update pointfree-svg example | [
{
"change_type": "MODIFY",
"diff": "@@ -57,7 +57,7 @@ const usersrc = `\ngrid circlegrid\n( create SVG root element in hiccup format )\n-[@@svg.svgdoc {width: 200, height: 200, stroke: \"#f04\", fill: \"none\"}]\n+[@svg.svgdoc {width: 200, height: 200, stroke: \"#f04\", fill: \"none\"}]\n( concat with gener... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(examples): minor update pointfree-svg example | 1 | fix | examples |
217,888 | 03.04.2018 18:34:53 | -10,800 | 9e5001ad0d47adac063ddbb48ad8d946af8be47a | fix: isearch value quotes | [
{
"change_type": "MODIFY",
"diff": "<button matTooltipPosition=\"above\"\nmatTooltip=\"{{'Copy_isearch' | translate}}\"\n- mat-icon-button ngxClipboard cbContent=\"/isearch {{item.id | itemName | i18n}}\"\n+ mat-icon-button ngxClipboard cbContent=\"/isearch "{{item.id | itemName | i18n}}"\"\n(cbOn... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: isearch value quotes | 1 | fix | null |
311,007 | 04.04.2018 06:49:45 | -32,400 | 32a6baf2db98ed594c0d43cd0bfa0202317ed543 | feat(info): remove from version check | [
{
"change_type": "MODIFY",
"diff": "@@ -21,14 +21,12 @@ export class Project extends BaseProject {\nasync getInfo(): Promise<InfoItem[]> {\nconst [\nionicAngularVersion,\n- ionicCoreVersion,\nionicSchematicsAngularVersion,\nangularCLIVersion,\nangularDevKitCoreVersion,\nangularDevKitSchematicsVersion,\n] = ... | TypeScript | MIT License | ionic-team/ionic-cli | feat(info): remove @ionic/core from version check (#3057) | 1 | feat | info |
821,196 | 04.04.2018 07:06:24 | 25,200 | 12869c4c0e66f7be8e9b1f70d06de71aa15e0b01 | fix: show ts path in example command instead of js path | [
{
"change_type": "MODIFY",
"diff": "@@ -34,7 +34,7 @@ class CommandGenerator extends Generator {\nlet bin = this.pjson.oclif.bin || this.pjson.oclif.dirname || this.pjson.name\nif (bin.includes('/')) bin = bin.split('/').pop()\nconst cmd = `${bin} ${this.options.name}`\n- const opts = {...this.options, bin,... | TypeScript | MIT License | oclif/oclif | fix: show ts path in example command instead of js path | 1 | fix | null |
821,196 | 04.04.2018 07:07:11 | 25,200 | 147a317758f3dbc0101c5c2770f9cda09b6b6caf | fix: only show examples if generating hello command | [
{
"change_type": "MODIFY",
"diff": "@@ -8,12 +8,14 @@ export default class <%- klass %> extends Command {\n<%_ } _%>\nstatic description = 'describe the command here'\n+<%_ if (name === 'hello') { _%>\nstatic examples = [\n`$ <%- cmd %>\nhello world from ./src/<%- name %>.ts!\n`,\n]\n+<%_ } _%>\nstatic flag... | TypeScript | MIT License | oclif/oclif | fix: only show examples if generating hello command | 1 | fix | null |
821,196 | 04.04.2018 07:14:04 | 25,200 | 2d8b964a67420048779a92b35436a704fdd9f9ac | fix: fixed commands directory in example | [
{
"change_type": "MODIFY",
"diff": "@@ -35,7 +35,7 @@ hello world from ./src/<%- name %>.ts!\nconst {args, flags} = this.parse(<%- klass %>)\nconst name = flags.name || 'world'\n- this.log(`hello ${name} from ./src/<%- path %>.ts!`)\n+ this.log(`hello ${name} from ./src/commands/<%- path %>.ts!`)\nif (args.... | TypeScript | MIT License | oclif/oclif | fix: fixed commands directory in example | 1 | fix | null |
815,746 | 04.04.2018 10:52:05 | -10,800 | b2c5cf3100c7d83db9a375695602b9e7105fb9e0 | feat: searchFn support for multiple fields
closes
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -144,6 +144,7 @@ map: {\n| notFoundText | `string` | `No items found` | no | Set custom text when filter returns empty result |\n| placeholder | `string` | `-` | no | Placeholder text. |\n| [searchable] | `boolean` | `true` | no | Allow to search for value. Default `tr... | TypeScript | MIT License | ng-select/ng-select | feat: searchFn support for multiple fields (#410)
closes #387
closes #167 | 1 | feat | null |
815,746 | 04.04.2018 13:10:37 | -10,800 | f9c3d3bbbddd385d78d75ab4496ed91d35c8f672 | chore(release): 0.35.0 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"0.35.0\"></a>\n+# [0.35.0](https://github.com/ng-select/ng-select/compare/v0.34.3...v... | TypeScript | MIT License | ng-select/ng-select | chore(release): 0.35.0 | 1 | chore | release |
679,913 | 04.04.2018 13:46:06 | -3,600 | bffc44306396ee55cb81514b50a70887877bdabe | fix(checks): add prototype check for isPlainObject(), add tests | [
{
"change_type": "MODIFY",
"diff": "+/**\n+ * Similar to `isObject()`, but also checks if prototype is that of\n+ * `Object` (or `null`).\n+ *\n+ * @param x\n+ */\nexport function isPlainObject(x: any): x is Object {\n- return Object.prototype.toString.call(x) === \"[object Object]\";\n+ let proto;\n+ retur... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(checks): add prototype check for isPlainObject(), add tests | 1 | fix | checks |
791,875 | 04.04.2018 21:43:37 | -10,800 | 90023e3d7badfde22afe8cfd7947fe4ce668ced8 | report: fix audit description typos | [
{
"change_type": "MODIFY",
"diff": "@@ -22,7 +22,7 @@ class UnusedCSSRules extends ByteEfficiencyAudit {\nscoreDisplayMode: ByteEfficiencyAudit.SCORING_MODES.NUMERIC,\nhelpText: 'Remove unused rules from stylesheets to reduce unnecessary ' +\n'bytes consumed by network activity. ' +\n- '[Learn more](https:/... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report: fix audit description typos (#4882) | 1 | report | null |
679,913 | 04.04.2018 21:57:26 | -3,600 | 72a96130e49bd59600808fd3097476ae4b762606 | feat(examples): add rstream-dataflow example | [
{
"change_type": "ADD",
"diff": "+node_modules\n+yarn.lock\n+*.js\n",
"new_path": "examples/rstream-dataflow/.gitignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+# rstream-dataflow\n+\n+[Live demo](http://demo.thi.ng/umbrella/rstream-dataflow/)\n+\n+```\n+git clone https://... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(examples): add rstream-dataflow example | 1 | feat | examples |
679,913 | 04.04.2018 23:00:32 | -3,600 | 218150a9dc8354ed52db90ed5a40ac1ddc9870c0 | docs(examples): update readme, add dflow graph viz | [
{
"change_type": "ADD",
"diff": "+digraph g {\n+\n+ rankdir=LR;\n+ node[fontname=Inconsolata,fontsize=9,fontcolor=white,style=filled,color=black];\n+ edge[fontname=Inconsolata,fontsize=9,arrowsize=0.66];\n+\n+ mousedown -> gestures;\n+ mousemove -> gestures;\n+ mouseup -> gestures;\n+ touchstart -> gestures... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(examples): update readme, add dflow graph viz | 1 | docs | examples |
821,196 | 04.04.2018 23:42:58 | 25,200 | e589f0a0057782ce20f423499c5d4f52d643030f | fix: ignore package-lock.json or yarn.lock | [
{
"change_type": "MODIFY",
"diff": "@@ -471,6 +471,7 @@ class App extends Generator {\n'*-error.log',\n'/node_modules',\n'/tmp',\n+ this.yarn ? 'package-lock.json' : 'yarn.lock',\nthis.ts && '/lib',\n])\n.concat(existing)\n",
"new_path": "src/generators/app.ts",
"old_path": "src/generators/app.ts"
... | TypeScript | MIT License | oclif/oclif | fix: ignore package-lock.json or yarn.lock | 1 | fix | null |
679,913 | 05.04.2018 00:10:59 | -3,600 | ae27bd651544bfb971d3b59cac3862df1b476de8 | refactor(examples): update rstream-dflow example | [
{
"change_type": "MODIFY",
"diff": "@@ -24,3 +24,5 @@ above dataflow graph in a declarative manner:\n- [@thi.ng/resolve-map]() - DAG-based object resolution\n- [@thi.ng/rstream]() - reactive stream constructs\n- [@thi.ng/transducers]() - data transformations (here used for stream transforms)\n+\n+Please see... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): update rstream-dflow example | 1 | refactor | examples |
679,913 | 05.04.2018 00:20:31 | -3,600 | 2332787482251301281ed946c6909b151e5c9c6e | docs(examples): update rs-dflow example | [
{
"change_type": "MODIFY",
"diff": "@@ -79,15 +79,16 @@ const graph = initGraph(db, {\n// produces a new random color for each new drag gesture (and\n// therefore each new circle will have a potentially different\n- // color)\n+ // color). transformation is done using a composed transducer which\n+ // first... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(examples): update rs-dflow example | 1 | docs | examples |
679,913 | 05.04.2018 00:53:22 | -3,600 | 9ab1544249f38bb2bbe403fd8071d0bd71f425ed | docs(examples): update doc strings | [
{
"change_type": "MODIFY",
"diff": "@@ -32,7 +32,7 @@ export const initGraph = (state: IAtom<any>, nodes: IObjectOf<NodeSpec>): IObjec\n/**\n* Transforms a single NodeSpec into a lookup function for `resolveMap`\n- * (which is called from `initGraph`). When that called is called,\n+ * (which is called from ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(examples): update doc strings | 1 | docs | examples |
791,904 | 05.04.2018 00:54:07 | -3,600 | 9ea152b3b51cf2d76de91904a38f7d2ed0130d1d | core(noopener-audit): allow noreferrer as well | [
{
"change_type": "MODIFY",
"diff": "<a href=\"https://www.google.com/\" target=\"_blank\" rel=\"nofollow\">external link</a>\n<!-- PASS - external link correctly uses rel=\"noopener\" and an additional rel value -->\n<a href=\"https://www.google.com/\" target=\"_blank\" rel=\"noopener nofollow\">external li... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(noopener-audit): allow noreferrer as well (#4920) | 1 | core | noopener-audit |
679,913 | 05.04.2018 01:19:32 | -3,600 | 48310a689fc49fbf1f2e8e4b47b2afaad1ee4e3f | fix(rstream): correct wrong isString() import
use not from node "util" package | [
{
"change_type": "MODIFY",
"diff": "import { illegalArity } from \"@thi.ng/api/error\";\n+import { isString } from \"@thi.ng/checks/is-string\";\nimport { Transducer } from \"@thi.ng/transducers/api\";\nimport { DEBUG, IStream, ISubscriber, StreamCancel, StreamSource } from \"./api\";\nimport { Subscription... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(rstream): correct wrong isString() import
- use @thi.ng/checks/is-string, not from node "util" package | 1 | fix | rstream |
679,913 | 05.04.2018 02:00:00 | -3,600 | 8eb7e68ce880d9a22b22ea30caf1294c8532a016 | fix(examples): update GH links in html files | [
{
"change_type": "MODIFY",
"diff": "<a href=\"https://github.com/thi-ng/umbrella/blob/master/examples/interceptor-basics/src/index.ts\">example</a>\n</li>\n<li>\n- <a href=\"https://github.com/thi-ng/umbrella/blob/master/packages/atom/src/event-bus.ts\">event bus</a>\n+ <a href=\"https://github.com/thi-ng/u... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(examples): update GH links in html files | 1 | fix | examples |
791,834 | 05.04.2018 08:52:49 | 25,200 | 2a24423db235173ef379faa47657b4066da34f64 | core(network-recorder): fix typo in once() call on super | [
{
"change_type": "MODIFY",
"diff": "@@ -47,7 +47,7 @@ class NetworkRecorder extends EventEmitter {\n* @param {*} listener\n*/\nonce(event, listener) {\n- return super.on(event, listener);\n+ return super.once(event, listener);\n}\nget EventTypes() {\n",
"new_path": "lighthouse-core/lib/network-recorder.... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(network-recorder): fix typo in once() call on super (#4926) | 1 | core | network-recorder |
679,913 | 05.04.2018 10:36:46 | -3,600 | fce542237aad27b368ba550c89d74d31e72ead3c | build(dgraph): import dgraph package stub to avoid travis build errors | [
{
"change_type": "ADD",
"diff": "+build\n+coverage\n+dev\n+doc\n+src*\n+test\n+.nyc_output\n+tsconfig.json\n+*.tgz\n+*.html\n",
"new_path": "packages/dgraph/.npmignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+ Apache License\n+ Version 2.0, January 2004\n+ http://www.apach... | TypeScript | Apache License 2.0 | thi-ng/umbrella | build(dgraph): import dgraph package stub to avoid travis build errors | 1 | build | dgraph |
679,913 | 05.04.2018 12:08:56 | -3,600 | 8ce73078a54382760b1dcc328b08f10a8af4e3a7 | refactor(examples): minor updates rstream-dflow | [
{
"change_type": "MODIFY",
"diff": "@@ -58,14 +58,18 @@ export function gestureStream(el: Element) {\nevt = e;\n}\nconst body = [[evt.clientX | 0, evt.clientY | 0]];\n- if (type == GestureType.START) {\n+ switch (type) {\n+ case GestureType.START:\nisDown = true;\nclickPos = body[0];\n- } else if (type == G... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): minor updates rstream-dflow | 1 | refactor | examples |
791,690 | 05.04.2018 12:53:15 | 25,200 | 27fe117f878152bd55ffd6153794f29eac28e345 | core(fast-config): bring back a11y & SEO categories | [
{
"change_type": "MODIFY",
"diff": "@@ -22,8 +22,6 @@ module.exports = {\n'offscreen-images',\n'load-fast-enough-for-pwa',\n],\n- // skip a11y for now because it's too slow and not in PSI-parity set\n- onlyCategories: ['performance', 'pwa', 'best-practices'],\n},\npasses: [\n{\n",
"new_path": "lighthous... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(fast-config): bring back a11y & SEO categories (#4932) | 1 | core | fast-config |
679,913 | 05.04.2018 13:01:36 | -3,600 | a19f8a4dbc2dd2040e30eb8a6bd0b90f2ba14195 | feat(examples): update rstream-dflow example
add sine & radius nodes
update graph diagram | [
{
"change_type": "MODIFY",
"diff": "@@ -13,13 +13,24 @@ digraph g {\ngestures -> mpos[label=extract];\ngestures -> clickpos[label=extract];\n-\n- mpos -> dist;\n- clickpos -> dist;\n+ gestures -> dist[label=extract];\nclickpos -> color[label=\"pick random\"];\nclickpos -> circle;\n- dist -> circle;\n+ radiu... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(examples): update rstream-dflow example
- add sine & radius nodes
- update graph diagram | 1 | feat | examples |
679,913 | 05.04.2018 13:16:17 | -3,600 | 37ba4d17c7cb4b018348110f37d2461782d30bde | refactor(examples): update rstream-dflow | [
{
"change_type": "MODIFY",
"diff": "@@ -9,7 +9,7 @@ import { dedupe } from \"@thi.ng/transducers/xform/dedupe\";\nimport { map } from \"@thi.ng/transducers/xform/map\";\nimport { gestureStream } from \"./gesture-stream\";\n-import { extract, initGraph, node, mul } from \"./nodes\";\n+import { extract, initG... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): update rstream-dflow | 1 | refactor | examples |
791,690 | 05.04.2018 14:55:23 | 25,200 | 8dad8af353c1d6658fde569de2f9e67f01dda499 | core(lantern): cleanup Simulator construction | [
{
"change_type": "MODIFY",
"diff": "const Audit = require('../audit');\nconst ConsistentlyInteractive = require('../../gather/computed/metrics/lantern-consistently-interactive'); // eslint-disable-line max-len\n-const NetworkAnalysis = require('../../gather/computed/network-analysis');\n-const LoadSimulator... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(lantern): cleanup Simulator construction (#4910) | 1 | core | lantern |
730,424 | 05.04.2018 17:21:07 | 14,400 | 1dca83e4b1d4ac5a18b0fec069156c4fa451abe0 | fix(react-component-chip-base): Add aria-label | [
{
"change_type": "MODIFY",
"diff": "@@ -12,7 +12,7 @@ exports[`ChipBase component renders properly 1`] = `\nclassName=\"ciscospark-button-container buttonContainer\"\n>\n<button\n- aria-label=\"\"\n+ aria-label=\"Delete Share\"\nclassName=\"ciscospark-button button\"\nonClick={[Function]}\nonKeyPress={[Func... | JavaScript | MIT License | webex/react-widgets | fix(react-component-chip-base): Add aria-label | 1 | fix | react-component-chip-base |
821,196 | 05.04.2018 18:45:28 | 25,200 | 9cb57acf2f7f64f8a0d7e27c4dd14832631c20de | fix: use package-lock.json or yarn.lock from root only | [
{
"change_type": "MODIFY",
"diff": "@@ -471,7 +471,7 @@ class App extends Generator {\n'*-error.log',\n'/node_modules',\n'/tmp',\n- this.yarn ? 'package-lock.json' : 'yarn.lock',\n+ this.yarn ? '/package-lock.json' : '/yarn.lock',\nthis.ts && '/lib',\n])\n.concat(existing)\n",
"new_path": "src/generator... | TypeScript | MIT License | oclif/oclif | fix: use package-lock.json or yarn.lock from root only | 1 | fix | null |
815,746 | 06.04.2018 10:17:08 | -10,800 | aff84680c62ac3333bd6748b988def1830a4685e | fix: use Map to preserve groups order | [
{
"change_type": "MODIFY",
"diff": "#!/bin/bash\ngit pull\n+# update changelog\ncd ./src\nnode ../node_modules/standard-version/bin/cli.js --infile ../CHANGELOG.md\ncd ..\n+\n+# build lib\nyarn run build\n-read -p \"Check changelog and press enter to push tags\" tags\n+# push tags\ngit push --follow-tags or... | TypeScript | MIT License | ng-select/ng-select | fix: use Map to preserve groups order (#419) | 1 | fix | null |
815,746 | 06.04.2018 10:17:43 | -10,800 | ed1b3d6a9d4612179baa558b7ee855dbb4998db6 | fix: show type to search on typeahead
fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -51,6 +51,7 @@ import { DataService, Person } from '../shared/data.service';\nbindLabel=\"name\"\n[addTag]=\"true\"\n[multiple]=\"true\"\n+ [hideSelected]=\"true\"\n[typeahead]=\"peopleTypeahead\"\n[(ngModel)]=\"selectedPersons\">\n</ng-select>\n",
"new_path": "dem... | TypeScript | MIT License | ng-select/ng-select | fix: show type to search on typeahead (#416)
fixes #405 | 1 | fix | null |
815,746 | 06.04.2018 10:21:50 | -10,800 | 16b7163273d7fea66f80f81c81086449c8d15634 | chore(release): 0.35.1 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"0.35.1\"></a>\n+## [0.35.1](https://github.com/ng-select/ng-select/compare/v0.35.0...... | TypeScript | MIT License | ng-select/ng-select | chore(release): 0.35.1 | 1 | chore | release |
730,414 | 06.04.2018 11:04:30 | 14,400 | 837242bc0ffa1eea0200324cb6d6b14cdace8646 | docs(widget-space): add instructions to create express app | [
{
"change_type": "MODIFY",
"diff": "@@ -133,7 +133,9 @@ If you're using our CDN, skip to the next section.\n#### Browser\n-If you're loading an HTML file directly in the browser, use Firefox to avoid a [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) error. If you prefer Chrome, you can start ... | JavaScript | MIT License | webex/react-widgets | docs(widget-space): add instructions to create express app | 1 | docs | widget-space |
730,414 | 06.04.2018 11:05:07 | 14,400 | b250644b9e6a2d10b3b032b90afdd6c17d891978 | docs(widget-space): add punctuation | [
{
"change_type": "MODIFY",
"diff": "@@ -272,7 +272,7 @@ ciscospark.widget(widgetEl).on('messages:created', function(e) {\n});\n```\n-All available events are outlined in our [events guide](./events.md)\n+All available events are outlined in our [events guide](./events.md).\n## Browser Support\n",
"new_p... | JavaScript | MIT License | webex/react-widgets | docs(widget-space): add punctuation | 1 | docs | widget-space |
808,039 | 06.04.2018 11:10:15 | 25,200 | f5268cdda941aafa84a00817d14f74adfcea2942 | fix(publish): Allow tag check to fail with strong warning
Add a try/catch block to gitUtils.hasTags to avoid failing the npm publish when publishing from git branches. | [
{
"change_type": "MODIFY",
"diff": "@@ -70,11 +70,18 @@ function addTag(tag, opts) {\nfunction hasTags(opts) {\nlog.silly(\"hasTags\");\n+ let result = false;\n- const yes = !!ChildProcessUtilities.execSync(\"git\", [\"tag\"], opts);\n- log.verbose(\"hasTags\", yes);\n+ try {\n+ result = !!ChildProcessUtili... | JavaScript | MIT License | lerna/lerna | fix(publish): Allow tag check to fail with strong warning (#1355)
Add a try/catch block to gitUtils.hasTags to avoid failing the npm publish when publishing from git branches. | 1 | fix | publish |
730,414 | 06.04.2018 11:17:24 | 14,400 | 26df9cdf1850bf20a2c22e0a8cbf5cbdee1df222 | docs(widget-space): add DevNet widget examples | [
{
"change_type": "MODIFY",
"diff": "@@ -281,6 +281,10 @@ This widget has been tested on the following browsers for messaging and meeting:\n- Current release of Chrome\n- Current release of Firefox\n+## More Examples\n+\n+[Cisco Spark Widgets Samples](https://github.com/CiscoDevNet/widget-samples)\n+\n## Con... | JavaScript | MIT License | webex/react-widgets | docs(widget-space): add DevNet widget examples | 1 | docs | widget-space |
730,414 | 06.04.2018 11:21:14 | 14,400 | 140e3c5f9e550986226c1b69a93325f343d01b2c | docs(widget-space): add Browser link to TOC | [
{
"change_type": "MODIFY",
"diff": "- [Quick Start](#quick-start)\n- [Configuration](#configuration)\n- [HTML](#html)\n+ - [Browser](#browser)\n- [Browser Globals](#browser-globals)\n- [Data API](#data-api)\n- [JSX](#jsx)\n",
"new_path": "packages/node_modules/@ciscospark/widget-space/README.md",
"o... | JavaScript | MIT License | webex/react-widgets | docs(widget-space): add Browser link to TOC | 1 | docs | widget-space |
821,196 | 06.04.2018 12:39:43 | 25,200 | 276ac06557b788e92107e60a722029cf0954100f | fix: set repository to input | [
{
"change_type": "MODIFY",
"diff": "@@ -248,7 +248,7 @@ class App extends Generator {\nthis.pjson.author = this.answers.author || defaults.author\nthis.pjson.files = this.answers.files || defaults.files || [(this.ts ? '/lib' : '/src')]\nthis.pjson.license = this.answers.license || defaults.license\n- this.p... | TypeScript | MIT License | oclif/oclif | fix: set repository to input | 1 | fix | null |
217,922 | 06.04.2018 13:16:45 | -7,200 | 5a6e04ef4d0db9c1b8572425fe98563bc59e772f | style: better icon alignment for item sources
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -9,7 +9,6 @@ import {Ingredient} from '../garland-tools/ingredient';\nimport {ResourceComment} from '../../modules/comments/resource-comment';\nimport {DeserializeAs} from '@kaiu/serializer';\nimport {DataModel} from '../../core/database/storage/data-model';\n-import {... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | style: better icon alignment for item sources
closes #305 | 1 | style | null |
821,196 | 06.04.2018 22:44:33 | 25,200 | 48516e15f159fd24e36ab18bad1b1d7968473430 | fix: use posttest instead of lint script | [
{
"change_type": "MODIFY",
"diff": "@@ -250,14 +250,12 @@ class App extends Generator {\nthis.pjson.license = this.answers.license || defaults.license\nthis.repository = this.pjson.repository = this.answers.github ? `${this.answers.github.user}/${this.answers.github.repo}` : defaults.repository\nlet npm = t... | TypeScript | MIT License | oclif/oclif | fix: use posttest instead of lint script | 1 | fix | null |
791,699 | 07.04.2018 01:54:56 | -36,000 | e34edb42a4b6eaab1803aa73c47e76b0f8ee657b | extension: pass flags through to config | [
{
"change_type": "MODIFY",
"diff": "@@ -22,10 +22,10 @@ const log = require('lighthouse-logger');\nwindow.runLighthouseForConnection = function(\nconnection, url, options, categoryIDs,\nupdateBadgeFn = function() { }) {\n- const config = options && options.fastMode ? new Config(fastConfig) : new Config({\n+... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | extension: pass flags through to config (#4936) | 1 | extension | null |
679,913 | 07.04.2018 01:59:27 | -3,600 | c1c81bd0c762cb90a79aef6b73246e284cf02907 | refactor(interceptors): update Event id type (string => PropertyKey) | [
{
"change_type": "MODIFY",
"diff": "@@ -40,7 +40,7 @@ export const FX_UNDO_STORE = \"--undo-store\";\nexport const FX_UNDO_RESTORE = \"--undo-restore\";\nexport interface Event extends Array<any> {\n- [0]: string;\n+ [0]: PropertyKey;\n[1]?: any;\n}\n",
"new_path": "packages/interceptors/src/api.ts",
... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(interceptors): update Event id type (string => PropertyKey) | 1 | refactor | interceptors |
679,913 | 07.04.2018 02:03:17 | -3,600 | 4d79f763772390550049f99c40568b7b0fe82b56 | refactor(examples): add GestureEvent (rs-dflow) | [
{
"change_type": "MODIFY",
"diff": "+import { Event } from \"@thi.ng/interceptors/api\";\nimport { fromEvent } from \"@thi.ng/rstream/from/event\";\nimport { merge } from \"@thi.ng/rstream/stream-merge\";\nimport { map } from \"@thi.ng/transducers/xform/map\";\n@@ -9,6 +10,11 @@ export enum GestureType {\nE... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): add GestureEvent (rs-dflow) | 1 | refactor | examples |
821,196 | 07.04.2018 19:08:55 | 25,200 | e1b68a3485198c6116330278864eb333feac12dd | fix: define help flag on initial command | [
{
"change_type": "MODIFY",
"diff": "@@ -20,12 +20,11 @@ hello world from ./src/<%- name %>.ts!\n<%_ if (type === 'single') { _%>\n// add --version flag to show CLI version\nversion: flags.version({char: 'v'}),\n- // add --help flag to show CLI version\n- help: flags.help({char: 'h'}),\n-\n<%_ } _%>\n+ help:... | TypeScript | MIT License | oclif/oclif | fix: define help flag on initial command | 1 | fix | null |
730,413 | 07.04.2018 19:38:15 | 14,400 | f6ebb7f2ac8c305130dbd1f0af2b3d88309a1a38 | chore(tooling): add multiple suite | [
{
"change_type": "MODIFY",
"diff": "\"test:automation:oneOnOne\": \"wdio wdio.conf.js --suite oneOnOne\",\n\"test:automation:space\": \"wdio wdio.conf.js --suite space\",\n\"test:automation:recents\": \"wdio wdio.conf.js --suite recents\",\n+ \"test:automation:multiple\": \"wdio wdio.conf.js --suite multipl... | JavaScript | MIT License | webex/react-widgets | chore(tooling): add multiple suite | 1 | chore | tooling |
730,413 | 07.04.2018 19:38:52 | 14,400 | 6a0da90b4c0f82ae80aab630c024aabfc1383a9d | refactor(journeys): simplify recents widget helper file | [
{
"change_type": "MODIFY",
"diff": "@@ -28,15 +28,9 @@ export function displayIncomingMessage(aBrowser, sender, conversation, message,\nwaitForPromise(sender.spark.internal.conversation.post(conversation, {\ndisplayName: message\n}));\n- aBrowser.waitUntil(() =>\n- aBrowser.element(`${elements.firstSpace} $... | JavaScript | MIT License | webex/react-widgets | refactor(journeys): simplify recents widget helper file | 1 | refactor | journeys |
730,413 | 07.04.2018 19:40:07 | 14,400 | 24c5b25d7863dc932407ea3974f65a3de4e812c9 | refactor(journeys): use consistent style in multiple widgets suite | [
{
"change_type": "MODIFY",
"diff": "@@ -18,7 +18,7 @@ import {\nelements as recentsElements\n} from '../../lib/test-helpers/recents-widget';\n-describe('Multiple widgets on a page', () => {\n+describe('Multiple Widgets', () => {\nconst browserLocal = browser.select('browserLocal');\nconst browserRemote = br... | JavaScript | MIT License | webex/react-widgets | refactor(journeys): use consistent style in multiple widgets suite | 1 | refactor | journeys |
730,413 | 07.04.2018 19:41:39 | 14,400 | 7d4c8d78c601133654aa4c01758c49338e914922 | chore(tooling): add bail after failure to journey tests | [
{
"change_type": "MODIFY",
"diff": "@@ -165,7 +165,7 @@ exports.config = {\n//\n// If you only want to run your tests until a specific amount of tests have failed use\n// bail (default is 0 - don't bail, run all tests).\n- bail: 0,\n+ bail: 1,\n//\n// Saves a screenshot to a given path if a command fails.\n... | JavaScript | MIT License | webex/react-widgets | chore(tooling): add bail after failure to journey tests | 1 | chore | tooling |
730,413 | 07.04.2018 20:49:29 | 14,400 | 7d2750aa1b5c6a727650dd65bdaee661cf3b5836 | refactor(journeys): use consistent style across data api one on one tests | [
{
"change_type": "MODIFY",
"diff": "@@ -13,8 +13,7 @@ import {\n} from '../../../lib/test-helpers/space-widget/roster';\nimport {elements, openMenuAndClickButton} from '../../../lib/test-helpers/space-widget/main';\n-describe('Widget Space: One on One', () => {\n- describe('Data API', () => {\n+describe('Wi... | JavaScript | MIT License | webex/react-widgets | refactor(journeys): use consistent style across data api one on one tests | 1 | refactor | journeys |
730,413 | 07.04.2018 21:27:44 | 14,400 | 196f903b3f0f8aa62564ea3e3e62f0c3e28a9867 | chore(tooling): list files individually and adjust configuration settings | [
{
"change_type": "MODIFY",
"diff": "@@ -36,7 +36,6 @@ const chromeCapabilities = {\n},\nidleTimeout: 300,\nmaxDuration: 3600,\n- seleniumVersion: '3.4.0',\nscreenResolution,\nplatform\n};\n@@ -49,7 +48,7 @@ const firefoxCapabilities = {\nscreenResolution,\nplatform\n};\n-let mochaTimeout = 30000;\n+let moch... | JavaScript | MIT License | webex/react-widgets | chore(tooling): list files individually and adjust configuration settings | 1 | chore | tooling |
730,413 | 07.04.2018 21:29:02 | 14,400 | 1c741e0b9879103c4515820c232fb4d768141eda | refactor(journeys): use consistent style across global one on one tests | [
{
"change_type": "MODIFY",
"diff": "@@ -9,7 +9,6 @@ import {runAxe} from '../../../lib/axe';\nimport {elements, openMenuAndClickButton} from '../../../lib/test-helpers/space-widget/main';\ndescribe('Widget Space: One on One', () => {\n- describe('Global', () => {\nconst browserLocal = browser.select('browse... | JavaScript | MIT License | webex/react-widgets | refactor(journeys): use consistent style across global one on one tests | 1 | refactor | journeys |
730,413 | 07.04.2018 21:51:33 | 14,400 | f05cc07576d1daeac9d759dcb51cd2796e5369ae | fix(journeys): set spark events to a new array | [
{
"change_type": "MODIFY",
"diff": "* @returns {void}\n*/\nexport function clearEventLog(myBrowser) {\n- myBrowser.execute(() => { window.ciscoSparkEvents.length = 0; });\n+ myBrowser.execute(() => { window.ciscoSparkEvents = []; });\n}\n/**\n",
"new_path": "test/journeys/lib/events.js",
"old_path":... | JavaScript | MIT License | webex/react-widgets | fix(journeys): set spark events to a new array | 1 | fix | journeys |
730,413 | 07.04.2018 21:53:58 | 14,400 | 03252895e9b54f228e288c11784ade8438ebe021 | refactor(journeys): use consistent style across recents tests | [
{
"change_type": "MODIFY",
"diff": "@@ -16,8 +16,7 @@ import {\nelements\n} from '../../../lib/test-helpers/recents-widget';\n-describe('Widget Recents', () => {\n- describe('Data API', () => {\n+describe('Widget Recents: Data API', () => {\nconst browserLocal = browser.select('browserLocal');\nconst browse... | JavaScript | MIT License | webex/react-widgets | refactor(journeys): use consistent style across recents tests | 1 | refactor | journeys |
679,913 | 07.04.2018 22:21:42 | -3,600 | d310345f59c94ad6816439505e9ff8ab7650e529 | feat(api): add bench() & timed() utils | [
{
"change_type": "ADD",
"diff": "+/**\n+ * Calls function `fn` without args, prints elapsed time and returns\n+ * fn's result.\n+ *\n+ * @param fn\n+ */\n+export function timed<T>(fn: () => T) {\n+ const t0 = Date.now();\n+ const res = fn();\n+ console.log(Date.now() - t0);\n+ return res;\n+}\n+\n+/**\n+ * ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(api): add bench() & timed() utils | 1 | feat | api |
679,913 | 07.04.2018 22:22:45 | -3,600 | 40d706b6f6ccc1f41a6a499ffdf444b8a04fe9b3 | feat(checks): add hasPerformance() check (performance.now) | [
{
"change_type": "ADD",
"diff": "+import { isFunction } from \"./is-function\";\n+\n+export function hasPerformance() {\n+ return typeof performance !== 'undefined' && isFunction(performance.now);\n+}\n",
"new_path": "packages/checks/src/has-performance.ts",
"old_path": null
},
{
"change_typ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(checks): add hasPerformance() check (performance.now) | 1 | feat | checks |
730,413 | 07.04.2018 22:29:42 | 14,400 | 887428466d9969383c11cb33bc5c2e9da144726b | chore(tooling): add recents to integration suite | [
{
"change_type": "MODIFY",
"diff": "@@ -122,7 +122,10 @@ exports.config = {\n'./test/journeys/specs/oneOnOne/global/basic.js',\n'./test/journeys/specs/oneOnOne/global/features.js',\n'./test/journeys/specs/oneOnOne/global/meet.js',\n- './test/journeys/specs/oneOnOne/global/messaging.js'\n+ './test/journeys/s... | JavaScript | MIT License | webex/react-widgets | chore(tooling): add recents to integration suite | 1 | chore | tooling |
743,956 | 07.04.2018 22:41:48 | -10,800 | 3f0746c0e212d2049e3c1d6633a824382d2ec165 | fix: remove the trailing white spaces from the help output
BREAKING CHANGE: tests that assert against help output will need to be updated | [
{
"change_type": "MODIFY",
"diff": "@@ -45,7 +45,10 @@ module.exports = function usage (yargs, y18n) {\n// don't output failure message more than once\nif (!failureOutput) {\nfailureOutput = true\n- if (showHelpOnFail) yargs.showHelp('error')\n+ if (showHelpOnFail) {\n+ yargs.showHelp('error')\n+ logger.err... | JavaScript | MIT License | yargs/yargs | fix: remove the trailing white spaces from the help output (#1090)
BREAKING CHANGE: tests that assert against help output will need to be updated | 1 | fix | null |
217,922 | 07.04.2018 23:12:14 | -7,200 | 3831674ad45b1daf477b1c1a94fc0809d2c2b354 | fix: editing masterbooks on profile sometimes creates a new quick list | [
{
"change_type": "MODIFY",
"diff": "@@ -236,7 +236,7 @@ export class RecipesComponent extends PageComponent implements OnInit {\nga('send', 'event', 'List', 'creation');\nlist.name = this.i18n.getName(this.localizedData.getItem(recipe.itemId));\nlist.ephemeral = true;\n- this.resolver.addToList(recipe.itemI... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: editing masterbooks on profile sometimes creates a new quick list | 1 | fix | null |
217,922 | 07.04.2018 23:23:18 | -7,200 | be39c00a5b6c5dc0e2fb2068b3de9678f02501d3 | fix: "Timers" icon on list details not under scroll bar anymore
closes | [
{
"change_type": "MODIFY",
"diff": "position: relative;\n.alarms-sidebar-trigger {\nposition: fixed;\n- right: 5px;\n+ right: 25px;\nbottom: 5px;\ntransition: right .4s cubic-bezier(0.25, 0.8, 0.25, 1);\n&.opened {\n",
"new_path": "src/app/app.component.scss",
"old_path": "src/app/app.component.scss... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: "Timers" icon on list details not under scroll bar anymore
closes #310 | 1 | fix | null |
679,913 | 08.04.2018 01:51:04 | -3,600 | 14b9cecc11219bb103952677acc4211220d061c8 | refactor(examples): update dashboard, hdom-basics & hdom-benchmark | [
{
"change_type": "MODIFY",
"diff": "@@ -31,4 +31,4 @@ const app = (() => {\n})();\n// start update loop (RAF)\n-start(document.getElementById(\"app\"), app);\n+start(\"app\", app);\n",
"new_path": "examples/dashboard/src/index.ts",
"old_path": "examples/dashboard/src/index.ts"
},
{
"change_t... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): update dashboard, hdom-basics & hdom-benchmark | 1 | refactor | examples |
679,913 | 08.04.2018 01:52:52 | -3,600 | a8a55a4f36897eb32cdf859d3a48b0a48659c26d | refactor(examples): major update router-basics (hdom context usage) | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,7 @@ import { ViewTransform, IView } from \"@thi.ng/atom/api\";\nimport { EventDef, EffectDef } from \"@thi.ng/interceptors/api\";\nimport { HTMLRouterConfig, RouteMatch } from \"@thi.ng/router/api\";\n-import { App } from \"./app\";\n+import { EventBus } from ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): major update router-basics (hdom context usage) | 1 | refactor | examples |
679,913 | 08.04.2018 01:57:17 | -3,600 | 86d1f0d9ea58e7f6b4a2610fa5a8cc6ac163a183 | refactor(hdom-components): remove svg, update canvas (hdom context support)
remove entire svg.ts
remove dependency
update readme
BREAKING CHANGE: SVG functionality has been moved to new
package. Canvas component user fns have new args | [
{
"change_type": "MODIFY",
"diff": "@@ -34,7 +34,7 @@ import * as hdc from \"@thi.ng/hdom-components\";\n### Canvas\n-- [Canvas types](https://github.com/thi-ng/umbrella/tree/master/packages/hdom-components/src/canvas.ts)\n+- [Canvas types](https://github.com/thi-ng/umbrella/tree/master/packages/hdom-compon... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(hdom-components): remove svg, update canvas (hdom context support)
- remove entire svg.ts
- remove @thi.ng/hiccup dependency
- update readme
BREAKING CHANGE: SVG functionality has been moved to new
@thi.ng/hiccup-svg package. Canvas component user fns have new args | 1 | refactor | hdom-components |
679,913 | 08.04.2018 02:01:41 | -3,600 | 7e0aeb682863a881615fe7bc9de8ceaa08cd9ed8 | refactor(examples): update pointfree-svg
update deps to use | [
{
"change_type": "MODIFY",
"diff": "},\n\"dependencies\": {\n\"@thi.ng/hiccup\": \"latest\",\n- \"@thi.ng/hdom-components\": \"latest\",\n+ \"@thi.ng/hiccup-svg\": \"latest\",\n\"@thi.ng/pointfree\": \"latest\",\n\"@thi.ng/pointfree-lang\": \"latest\"\n}\n",
"new_path": "examples/pointfree-svg/package.j... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): update pointfree-svg
- update deps to use @thi.ng/hiccup-svg | 1 | refactor | examples |
679,913 | 08.04.2018 02:13:59 | -3,600 | 1e798ce7505f8347d6ff3e1bd757843162bd6d26 | docs: add hiccup-svg to main readme | [
{
"change_type": "MODIFY",
"diff": "@@ -42,6 +42,7 @@ difficulties, many combining functionality from several packages) in the\n| [`@thi.ng/hdom-components`](./packages/hdom-components) | [](https://www.npmjs.com/package/@thi.ng/hdom-c... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs: add hiccup-svg to main readme | 1 | docs | null |
679,913 | 08.04.2018 02:28:23 | -3,600 | e06e5042079d8118238ad0e4f0557f879f0c7a0c | refactor(examples): update todo-list | [
{
"change_type": "MODIFY",
"diff": "@@ -82,4 +82,4 @@ const header =\n[\"a\", { href: \"https://github.com/thi-ng/umbrella/tree/master/packages/hdom\" }, \"@thi.ng/hdom\"]]];\n// kick off UI w/ root component function\n-start(document.getElementById(\"app\"), () => [\"div\", header, toolbar, taskList]);\n+s... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): update todo-list | 1 | refactor | examples |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.