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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
67,476 | 22.11.2018 07:49:18 | -3,600 | 8c34244add4985f176e11796ed96c654fc8d7a51 | feat(replaceable): allow one level of parent scope traversal | [
{
"change_type": "MODIFY",
"diff": "import { Immutable, IServiceLocator, PLATFORM } from '@aurelia/kernel';\n-import { BindingMode, CustomAttributeResource, CustomElementResource, DOM, HydrateTemplateController, IAttributeDefinition, IBindableDescription, IExpressionParser, IResourceDescriptions, ITemplateD... | TypeScript | MIT License | aurelia/aurelia | feat(replaceable): allow one level of parent scope traversal | 1 | feat | replaceable |
67,476 | 22.11.2018 08:10:22 | -3,600 | 7fd2b1049a8155b48a528f9a20c67b66e0d4c0db | fix(replaceable): use IBindScope instead of IBindSelf and remove IBindSelf | [
{
"change_type": "MODIFY",
"diff": "@@ -55,7 +55,7 @@ export class Aurelia {\ncomponent.$hydrate(re, host);\n}\n- component.$bind(LifecycleFlags.fromStartTask | LifecycleFlags.fromBind);\n+ component.$bind(LifecycleFlags.fromStartTask | LifecycleFlags.fromBind, null);\ncomponent.$attach(LifecycleFlags.fromS... | TypeScript | MIT License | aurelia/aurelia | fix(replaceable): use IBindScope instead of IBindSelf and remove IBindSelf | 1 | fix | replaceable |
217,922 | 22.11.2018 09:19:14 | -3,600 | 1bc3998f24378e032166fd03ca51ac1106e6024a | feat: support for reductions in gathering locations page | [
{
"change_type": "MODIFY",
"diff": "@@ -11,7 +11,7 @@ import { distinctUntilChanged, map, shareReplay } from 'rxjs/operators';\nimport { Observable } from 'rxjs/Observable';\nimport { AuthFacade } from './+state/auth.facade';\nimport { Character } from '@xivapi/angular-client';\n-import { NzModalService } f... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: support for reductions in gathering locations page | 1 | feat | null |
217,922 | 22.11.2018 10:37:44 | -3,600 | e6834bd9b1f86c050d100e51bbd53146d0d107d2 | fix: fixed an issue preventing anonymous users to load a list | [
{
"change_type": "MODIFY",
"diff": "@@ -102,20 +102,22 @@ export class ListsEffects {\nswitchMap(loggedIn => {\nreturn combineLatest(\nof(action.key),\n- this.authFacade.user$,\n+ loggedIn ? this.authFacade.user$ : of(null),\n+ this.authFacade.userId$,\nloggedIn ? this.authFacade.mainCharacter$.pipe(map(c =... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed an issue preventing anonymous users to load a list | 1 | fix | null |
815,590 | 22.11.2018 10:54:49 | -28,800 | e088fd05efa6e21b58e4a9ddfe45908bc61feb29 | fix: remove external lock reference of network::peer_registry | [
{
"change_type": "MODIFY",
"diff": "@@ -73,9 +73,8 @@ impl CKBProtocolContext for DefaultCKBProtocolContext {\nprotocol_id: ProtocolId,\ndata: Vec<u8>,\n) -> Result<(), Error> {\n- let peers_registry = self.network.peers_registry().read();\n- if let Some(peer_id) = peers_registry.get_peer_id(peer_index) {\n... | Rust | MIT License | nervosnetwork/ckb | fix: remove external lock reference of network::peer_registry | 1 | fix | null |
217,922 | 22.11.2018 11:04:41 | -3,600 | f46d715dc9124943c76870741c967e2d897298e4 | fix: fixed an issue preventing alarms from ringing | [
{
"change_type": "MODIFY",
"diff": "@@ -36,7 +36,7 @@ export class AlarmBellService {\n// Irl alarm duration in ms\nconst irlAlarmDuration = this.eorzeanTime.toEarthTime(alarm.duration * 60) * 1000;\nreturn Date.now() - lastPlayed >= irlAlarmDuration\n- && timeBeforePlay === 0\n+ && timeBeforePlay <= 0\n&& ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed an issue preventing alarms from ringing | 1 | fix | null |
807,849 | 22.11.2018 11:51:43 | 28,800 | bc56839ce5ff5a4a89d8e48c77b24ff472ad438b | chore: sync protocol of public registry | [
{
"change_type": "MODIFY",
"diff": "},\n\"ansi-escapes\": {\n\"version\": \"3.1.0\",\n- \"resolved\": \"http://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.1.0.tgz\",\n+ \"resolved\": \"https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.1.0.tgz\",\n\"integrity\": \"sha512-UgAb8H9D41AQnu/PbWlCofQVc... | JavaScript | MIT License | lerna/lerna | chore: sync protocol of public registry | 1 | chore | null |
808,056 | 22.11.2018 14:16:06 | 21,600 | 2670e04f135b2b19ee5b32a1b0d665f8e8c01152 | docs: Clarify interaction of `lerna clean` and hoisting [ci skip]
This caused some confusion on our team. With the previous text, it sounded like the root `node_modules` directory _would_ be deleted if you don't use `--hoist`. | [
{
"change_type": "MODIFY",
"diff": "@@ -12,4 +12,4 @@ Remove the `node_modules` directory from all packages.\n`lerna clean` respects the `--ignore`, `--scope`, and `--yes` flags (see [Filter Flags](https://www.npmjs.com/package/@lerna/filter-options)).\n-> If you have the `--hoist` option enabled this will ... | JavaScript | MIT License | lerna/lerna | docs: Clarify interaction of `lerna clean` and hoisting (#1773) [ci skip]
This caused some confusion on our team. With the previous text, it sounded like the root `node_modules` directory _would_ be deleted if you don't use `--hoist`. | 1 | docs | null |
807,861 | 22.11.2018 14:58:24 | 18,000 | abbaa12ac70819f0f67da360335893779173bdf7 | docs: Update README.md to use `lerna --help` instead of just `lerna` [ci skip]
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -134,7 +134,7 @@ Lerna will log to a `lerna-debug.log` file (same as `npm-debug.log`) when it enc\nLerna also has support for [scoped packages](https://docs.npmjs.com/misc/scope).\n-Running `lerna` without arguments will show all commands/options.\n+Run `lerna --help` ... | JavaScript | MIT License | lerna/lerna | docs: Update README.md to use `lerna --help` instead of just `lerna` (#1760) [ci skip]
Closes #1746 | 1 | docs | null |
808,041 | 22.11.2018 15:02:34 | 18,000 | 83fbc6989955b356d23435aaf5c7fbecc6eb5a05 | docs: Clarify `npmClient` configuration [ci skip]
Also fixes a broken link in the FAQ page | [
{
"change_type": "MODIFY",
"diff": "@@ -41,7 +41,7 @@ You can significantly reduce the time spent in `lerna bootstrap` if you turn\non hoisting, see the [hoisting docs](./doc/hoist.md) for more information.\nIn combination with that you may increase the bootstrap performance even more by\n-[using yarn as an... | JavaScript | MIT License | lerna/lerna | docs: Clarify `npmClient` configuration (#1749) [ci skip]
Also fixes a broken link in the FAQ page | 1 | docs | null |
679,913 | 22.11.2018 15:32:19 | 0 | 1b567440274e32a8b2f0773dd4be96887b303d66 | refactor(examples): minor updates mandelbrot demo | [
{
"change_type": "MODIFY",
"diff": "@@ -14,6 +14,8 @@ import { map } from \"@thi.ng/transducers/xform/map\";\n// canvas size\nconst SIZE = 640;\n+const DEFAULT_REGION = [-1.65, -1, 0.65, 1, 128];\n+\n// format helper (for URL hash)\nconst ff = (x: number) => x.toExponential(8);\n@@ -22,18 +24,19 @@ const x1... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): minor updates mandelbrot demo | 1 | refactor | examples |
273,699 | 22.11.2018 16:41:07 | 18,000 | 1a72a7645521993cefffd7c935cd50e0ab2fff7e | fix(wordpress): skip missing types when referring taxonomies
See [this issue](https://github.com/gridsome/gridsome/issues/47) for more details. Adding a guard for line 97's collection seems to fix the problem. | [
{
"change_type": "MODIFY",
"diff": "@@ -95,6 +95,9 @@ class WordPressSource {\nfor (const type of options.types) {\nconst postTypeName = makeTypeName(type)\nconst collection = getContentType(postTypeName)\n+ if (!collection) {\n+ continue;\n+ }\ncollection.addReference(options.rest_base, { typeName, key: '_... | JavaScript | MIT License | gridsome/gridsome | fix(wordpress): skip missing types when referring taxonomies (#49)
See [this issue](https://github.com/gridsome/gridsome/issues/47) for more details. Adding a guard for line 97's collection seems to fix the problem. | 1 | fix | wordpress |
679,913 | 22.11.2018 17:40:59 | 0 | 2a4bd4121691efb9714f3707255c67cb4979b910 | feat(examples): add gradients, simplify | [
{
"change_type": "MODIFY",
"diff": "@@ -7,17 +7,17 @@ import { stream } from \"@thi.ng/rstream/stream\";\nimport { sync } from \"@thi.ng/rstream/stream-sync\";\nimport { tunnel } from \"@thi.ng/rstream/tunnel\";\nimport { updateDOM } from \"@thi.ng/transducers-hdom\";\n-import { tuples } from \"@thi.ng/tran... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(examples): add gradients, simplify | 1 | feat | examples |
67,494 | 22.11.2018 17:45:29 | -3,600 | 3ccd4c514b8ff182952b951642f49078d1cd92c1 | fix(router): remove initial blank navigation segment | [
{
"change_type": "MODIFY",
"diff": "@@ -203,6 +203,9 @@ export class Router {\npublic findViews(entry: IHistoryEntry): Object {\nconst views: Object = {};\nconst sections = entry.path.split('/');\n+ if (sections.length && sections[0] === '') {\n+ sections.shift();\n+ }\nlet index = 0;\nwhile (sections.lengt... | TypeScript | MIT License | aurelia/aurelia | fix(router): remove initial blank navigation segment | 1 | fix | router |
67,494 | 22.11.2018 17:50:03 | -3,600 | e751424f64dcd061b6be5c784956422aa162581a | test(router): add input fields in test app | [
{
"change_type": "MODIFY",
"diff": "<template>\nABOUT\n+<input>\n</template>\n",
"new_path": "packages/router/test/e2e/modules/src/components/about.html",
"old_path": "packages/router/test/e2e/modules/src/components/about.html"
},
{
"change_type": "MODIFY",
"diff": "<template>\n+ <div>CA... | TypeScript | MIT License | aurelia/aurelia | test(router): add input fields in test app | 1 | test | router |
217,922 | 22.11.2018 20:54:10 | -3,600 | 90bff65c70ef53f206253750391ecab3cc77b989 | fix: various fixes for alarms and gathering location | [
{
"change_type": "MODIFY",
"diff": "import { Injectable } from '@angular/core';\nimport { LocalizedDataService } from './localized-data.service';\n-import { TranslateService } from '@ngx-translate/core';\n-import { Language } from './language';\nimport { reductions } from './sources/reductions';\n@Injectabl... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: various fixes for alarms and gathering location | 1 | fix | null |
217,922 | 22.11.2018 21:14:43 | -3,600 | a960d0f4424d2fc3813e30f0914eb4036e8bfe15 | chore: more alarms changes | [
{
"change_type": "MODIFY",
"diff": "@@ -67,7 +67,7 @@ export class AppComponent implements OnInit {\npublic teamsFacade: TeamsFacade, private notificationsFacade: NotificationsFacade,\nprivate iconService: NzIconService) {\n- this.iconService.fetchFromIconfont({scriptUrl: 'https://at.alicdn.com/t/font_93125... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: more alarms changes | 1 | chore | null |
807,980 | 22.11.2018 21:17:26 | -3,600 | 96e329e93e8ab2f1c6394f25c26c45661fd6aa1c | docs: Fix typo [ci skip] | [
{
"change_type": "MODIFY",
"diff": "@@ -46,7 +46,7 @@ dependencies which have been hoisted.\nUnfortunately, some tooling does not follow the module resolution spec\nclosely, and instead assumes or requires that dependencies are present\n-specificially in the local `node_modules` directory. To work around\n+... | JavaScript | MIT License | lerna/lerna | docs: Fix typo (#1783) [ci skip] | 1 | docs | null |
273,673 | 22.11.2018 22:32:46 | -3,600 | 8617456878cad71e4199a434fd5d3415aeaa4415 | fix(prismjs): load all languages | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,7 @@ const visit = require('unist-util-visit')\nconst loadLanguages = require('prismjs/components/index')\nmodule.exports = options => {\n- loadLanguages(['graphql'])\n+ loadLanguages()\n// highlight for graphql and static-query tags in html\nPrism.languages.ht... | JavaScript | MIT License | gridsome/gridsome | fix(prismjs): load all languages (#52) | 1 | fix | prismjs |
273,683 | 22.11.2018 23:04:11 | -3,600 | baf36346a39c81f988caebd912401c382f8d5e0e | fix(prismjs): improve perf by loading languages once | [
{
"change_type": "MODIFY",
"diff": "const Prism = require('prismjs')\nconst escapeHtml = require('escape-html')\nconst visit = require('unist-util-visit')\n-const loadLanguages = require('prismjs/components/index')\n-module.exports = options => {\n- loadLanguages()\n+// load all prismjs languages\n+require(... | JavaScript | MIT License | gridsome/gridsome | fix(prismjs): improve perf by loading languages once | 1 | fix | prismjs |
749,556 | 22.11.2018 23:07:02 | -3,600 | 88e7032927ea1bb43cd53d291887cb4ea073c0cd | fix(loaders): competing calls to requestAnimationFrame | [
{
"change_type": "MODIFY",
"diff": "@@ -54,17 +54,16 @@ export default class ScheduleContainer extends Component {\n}, delayMS);\n}\n- componentDidUpdate() {\n- this.performAnimationFrame();\n- }\n-\ncomponentWillUnmount() {\nclearTimeout(this.renderingDelayTimeout);\ncancelAnimationFrame(this.tick);\n}\npe... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | fix(loaders): competing calls to requestAnimationFrame (#208) | 1 | fix | loaders |
217,922 | 22.11.2018 23:14:25 | -3,600 | a6d3425ce621c2b160ebec3ed34bc55ae8b7712a | feat: levequests page improvements | [
{
"change_type": "MODIFY",
"diff": "-import { Vector2 } from './../../core/tools/vector2';\n+import { Vector2 } from '../../core/tools/vector2';\nexport interface Levequest {\nlevel: number;\n@@ -15,7 +15,7 @@ export interface Levequest {\nname: string;\nrepeats: number;\nstartCoordinates: Vector2;\n- start... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: levequests page improvements | 1 | feat | null |
807,896 | 22.11.2018 23:29:33 | -11,880 | 578bb1975e4e0fe5a444cba1d8c53954fe2266aa | fix(version): Don't version private packages lacking a version field | [
{
"change_type": "ADD",
"diff": "+{\n+ \"version\": \"1.0.0\"\n+}\n",
"new_path": "commands/publish/__tests__/__fixtures__/not-versioned-private/lerna.json",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+{\n+ \"name\": \"not-versioned-private\"\n+}\n",
"new_path": "commands/p... | JavaScript | MIT License | lerna/lerna | fix(version): Don't version private packages lacking a version field (#1654) | 1 | fix | version |
273,683 | 22.11.2018 23:51:46 | -3,600 | b689dd1c342a5d059ad54653619279beaa4ed118 | fix(cli): allow any url as starter | [
{
"change_type": "MODIFY",
"diff": "@@ -17,22 +17,21 @@ module.exports = async (name, starter = 'default') => {\n}\nif (starters.includes(starter)) {\n- starter = `gridsome/gridsome-starter-${starter}`\n+ starter = `https://github.com/gridsome/gridsome-starter-${starter}.git`\n}\n- const url = `https://gith... | JavaScript | MIT License | gridsome/gridsome | fix(cli): allow any url as starter | 1 | fix | cli |
273,683 | 23.11.2018 02:10:19 | -3,600 | fd14b44841c7c39f1eff60692bf81aba875db676 | fix(graphql): do not use file type for urls
GraphQL fields with .org urls were incorrectly created as file type since .org is a valid file extension. This fix skips urls without a pathname. | [
{
"change_type": "MODIFY",
"diff": "@@ -494,6 +494,8 @@ test('process file types in schema', async () => {\nfile: '/assets/document.pdf',\nfile2: 'https://www.example.com/assets/document.pdf',\nfile3: './dummy.pdf',\n+ url: 'https://www.gridsome.org',\n+ url2: 'https://www.gridsome.com',\ntext: 'pdf'\n})\n}... | JavaScript | MIT License | gridsome/gridsome | fix(graphql): do not use file type for urls
GraphQL fields with .org urls were incorrectly created as file type since .org is a valid file extension. This fix skips urls without a pathname. | 1 | fix | graphql |
807,850 | 23.11.2018 04:06:45 | -28,800 | 6d20ef310232314d9732597dd8faff1959c5a147 | docs: Add code formatting in Readme [ci skip] | [
{
"change_type": "MODIFY",
"diff": "@@ -166,9 +166,9 @@ Run `lerna --help` to see all available commands and options.\n* `command.bootstrap.scope`: an array of globs that restricts which packages will be bootstrapped when running the `lerna bootstrap` command.\n* `packages`: Array of globs to use as package... | JavaScript | MIT License | lerna/lerna | docs: Add code formatting in Readme (#1770) [ci skip] | 1 | docs | null |
724,179 | 23.11.2018 08:09:47 | -3,600 | 0d3e46da4da7f93313cbcad9aacb6cf5571c3a08 | feat: undefined attributes parsed as $attrs | [
{
"change_type": "MODIFY",
"diff": "@@ -713,16 +713,6 @@ export default class Wrapper implements BaseWrapper {\n}\nObject.keys(data).forEach(key => {\n- if (\n- !this.vm ||\n- !this.vm.$options._propKeys ||\n- !this.vm.$options._propKeys.some(prop => prop === key)\n- ) {\n- throwError(\n- `wrapper.setProps(... | JavaScript | MIT License | vuejs/vue-test-utils | feat: undefined attributes parsed as $attrs (#1029) | 1 | feat | null |
679,914 | 23.11.2018 09:45:35 | 0 | 4d1fa1c5c6c16d6e9a16f8c7e83e20488f45ee26 | minor(hdom-canvas): add maxWidth param to text draw call | [
{
"change_type": "MODIFY",
"diff": "@@ -635,14 +635,15 @@ const points = (ctx: CanvasRenderingContext2D,\nconst text = (ctx: CanvasRenderingContext2D,\nattribs: IObjectOf<any>,\npos: ReadonlyVec,\n- body: any) => {\n+ body: any,\n+ maxWidth?: number) => {\nlet v: any;\nif ((v = attribs.fill) && v !== \"none... | TypeScript | Apache License 2.0 | thi-ng/umbrella | minor(hdom-canvas): add maxWidth param to text draw call | 1 | minor | hdom-canvas |
67,507 | 23.11.2018 10:59:30 | -3,600 | 977c07da90b08406e0510c7490051aa6e23b8309 | chore: changes after review | [
{
"change_type": "MODIFY",
"diff": "+import { IIndexable } from '@aurelia/kernel';\nimport { DOM, IHTMLElement, INode } from '../dom';\nimport { ILifecycle } from '../lifecycle';\nimport { IBindingTargetAccessor } from '../observation';\n@@ -75,15 +76,15 @@ export class DataAttributeAccessor implements Data... | TypeScript | MIT License | aurelia/aurelia | chore: changes after review | 1 | chore | null |
679,913 | 23.11.2018 11:03:05 | 0 | f24e69ea22c2929171ddcd840f2ff6e9fcb20224 | refactor(rstream): move tunnel to /subs, add docs | [
{
"change_type": "MODIFY",
"diff": "@@ -5,7 +5,6 @@ export * from \"./stream-merge\";\nexport * from \"./stream-sync\";\nexport * from \"./subscription\";\nexport * from \"./trigger\";\n-export * from \"./tunnel\";\nexport * from \"./from/atom\";\nexport * from \"./from/event\";\n@@ -24,5 +23,6 @@ export * ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(rstream): move tunnel to /subs, add docs | 1 | refactor | rstream |
67,494 | 23.11.2018 13:14:31 | -3,600 | 8faa3d78f2c9f7e3b6d4bfd7978bd9457c6d80b5 | refactor(router): improve recursive find viewport
refactor(router): add expanded/parent viewports
refactor(router): split viewport scope to parent scope and scope
refactor(router): move custom element's add viewport to attached
test(router): update and clean up test application | [
{
"change_type": "MODIFY",
"diff": "-import { IRoute } from './../dist/router.d';\n+import { IRoute } from './router';\n+\nexport interface IRouteData {\npath: string;\ndata: Object;\n",
"new_path": "packages/router/src/route.ts",
"old_path": "packages/router/src/route.ts"
},
{
"change_type"... | TypeScript | MIT License | aurelia/aurelia | refactor(router): improve recursive find viewport
refactor(router): add expanded/parent viewports
refactor(router): split viewport scope to parent scope and scope
refactor(router): move custom element's add viewport to attached
test(router): update and clean up test application | 1 | refactor | router |
217,927 | 23.11.2018 14:19:45 | 18,000 | afd78b0e780f552e6f9eb2a61bd272a50b1ff069 | refactor: webhook oauth
Refactors the Teams webhook form to create the webhook using Discord's
OAuth instead of requiring the user to generate the webhook and paste
the link. Uses a Google Cloud Function to create the webhook using the
code returned by the OAuth so that the client secret is not exposed. | [
{
"change_type": "MODIFY",
"diff": "@@ -12,6 +12,8 @@ import { CharacterService } from '../api/character.service';\n@Injectable()\nexport class DiscordWebhookService {\n+ public static CLIENT_ID = '514350168678727681';\n+\nprivate static COLOR = 10982232;\nconstructor(private http: HttpClient, private trans... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | refactor: webhook oauth
Refactors the Teams webhook form to create the webhook using Discord's
OAuth instead of requiring the user to generate the webhook and paste
the link. Uses a Google Cloud Function to create the webhook using the
code returned by the OAuth so that the client secret is not exposed. | 1 | refactor | null |
807,902 | 23.11.2018 14:45:39 | 28,800 | b69a7282b6841f2b40f94e6a7df5ecf565be97a1 | feat(run): Log package name and timing in runScriptInPackageCapturing | [
{
"change_type": "MODIFY",
"diff": "@@ -7,6 +7,7 @@ const npmRunScript = require(\"@lerna/npm-run-script\");\nconst batchPackages = require(\"@lerna/batch-packages\");\nconst runParallelBatches = require(\"@lerna/run-parallel-batches\");\nconst output = require(\"@lerna/output\");\n+const timer = require(\"... | JavaScript | MIT License | lerna/lerna | feat(run): Log package name and timing in runScriptInPackageCapturing (#1781) | 1 | feat | run |
679,913 | 23.11.2018 15:43:34 | 0 | 67a5b104024c9263ce1691c3760ae1afaeaa8b6f | feat(rstream): add support multiple workers in Tunnel & TunnelOpts | [
{
"change_type": "MODIFY",
"diff": "@@ -8,6 +8,15 @@ export interface TunnelOpts<A> {\n* If `interrupt` is enabled, the worker MUST be given as blob or URL.\n*/\nsrc: Worker | Blob | string;\n+ /**\n+ * Max. number of worker instances to use. Only useful if\n+ * `interrupt` is disabled. If more than one is ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(rstream): add support multiple workers in Tunnel & TunnelOpts | 1 | feat | rstream |
815,812 | 23.11.2018 17:17:01 | -3,600 | 40eb264e8a0c449bbc4dd9d69529f31fbcec2813 | feat(templates): add searchTerm to header and footer (ng-select#961) | [
{
"change_type": "MODIFY",
"diff": "@@ -37,7 +37,7 @@ const BOTTOM_CSS_CLASS = 'ng-select-bottom';\nselector: 'ng-dropdown-panel',\ntemplate: `\n<div *ngIf=\"headerTemplate\" class=\"ng-dropdown-header\">\n- <ng-container [ngTemplateOutlet]=\"headerTemplate\"></ng-container>\n+ <ng-container [ngTemplateOutl... | TypeScript | MIT License | ng-select/ng-select | feat(templates): add searchTerm to header and footer (ng-select#961) | 1 | feat | templates |
217,922 | 23.11.2018 17:51:48 | -3,600 | 96eeb9961802af90b2f3776876c5e0dfaf3db778 | fix: fixed an error in console inside teams page | [
{
"change_type": "MODIFY",
"diff": "</nz-select>\n</ng-template>\n</nz-input-group>\n- <nz-list [nzRenderItem]=\"inviteTemplate\" [nzDataSource]=\"getInvites(team) | async\" nzSize=\"small\"\n+ <nz-list *ngIf=\"getInvites(team) | async as invites\" [nzRenderItem]=\"inviteTemplate\"\n+ [nzDataSource]=\"invit... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed an error in console inside teams page | 1 | fix | null |
679,913 | 23.11.2018 17:54:07 | 0 | a47edd53c8c21abc97c4a884cd99a51ef8c59e7d | feat(examples): update mandelbrot demo | [
{
"change_type": "MODIFY",
"diff": "@@ -5,9 +5,19 @@ import { mix } from \"@thi.ng/math/mix\";\nimport { gestureStream, GestureType } from \"@thi.ng/rstream-gestures\";\nimport { stream } from \"@thi.ng/rstream/stream\";\nimport { sync } from \"@thi.ng/rstream/stream-sync\";\n-import { tunnel } from \"@thi.... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(examples): update mandelbrot demo | 1 | feat | examples |
71,136 | 23.11.2018 19:51:19 | -39,600 | 2aa35e60c9127d8c14b1935ec8838cdb9221e25b | chore: updated lambda principal in example | [
{
"change_type": "MODIFY",
"diff": "@@ -16,7 +16,7 @@ class PolicyExample extends cdk.Stack {\n// here's how to create an IAM Role with an assume policy for the Lambda\n// service principal.\nconst role = new iam.Role(this, 'Role', {\n- assumedBy: new iam.ServicePrincipal('lambda.amazon.aws.com')\n+ assumed... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore: updated lambda principal in example (#1238) | 1 | chore | null |
679,913 | 23.11.2018 23:45:16 | 0 | c6eec4ef12a3bad6d60af99d7776dc576f2d0402 | fix(examples): add download fn (mandelbrot) | [
{
"change_type": "ADD",
"diff": "+/**\n+ * Helper function to trigger download of given `src` string as local\n+ * file with filename `name` and mime `type`. Wraps `src` as blob and\n+ * creates an object URL for download. By default, the URL auto-expires\n+ * after 10 seconds to free up memory.\n+ *\n+ * @... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(examples): add download fn (mandelbrot) | 1 | fix | examples |
217,922 | 23.11.2018 23:47:01 | -3,600 | 5d540a25740653ab1551db2180979e7a3ee0a549 | feat: support for Ingenuity 1 and 2 inside simulator | [
{
"change_type": "MODIFY",
"diff": "}\n.craft-bars {\n- padding-right: 20px;\n+ padding-right: 40px;\n}\n.buffs-container {\n",
"new_path": "apps/client/src/app/pages/simulator/components/simulator/simulator.component.less",
"old_path": "apps/client/src/app/pages/simulator/components/simulator/simul... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: support for Ingenuity 1 and 2 inside simulator | 1 | feat | null |
807,941 | 23.11.2018 23:56:04 | -3,600 | eae5619840c385fdebceadfca8f280a515ddd445 | feat(publish): Add option `--no-git-reset` to leave unstaged changes in working tree | [
{
"change_type": "MODIFY",
"diff": "@@ -42,6 +42,7 @@ but have the package contents themselves consistently published by an automated\n* [`--canary`](#--canary)\n* [`--npm-client <client>`](#--npm-client-client)\n+* [`--git-reset`](#--git-reset)\n* [`--npm-tag <dist-tag>`](#--npm-tag-dist-tag)\n* [`--no-ver... | JavaScript | MIT License | lerna/lerna | feat(publish): Add option `--no-git-reset` to leave unstaged changes in working tree (#1791) | 1 | feat | publish |
679,913 | 24.11.2018 00:16:33 | 0 | 738091d51bbce2b44fdc496342005fc266c3887b | docs(examples): update list (readme) | [
{
"change_type": "MODIFY",
"diff": "@@ -27,16 +27,17 @@ If you want to [contribute](../CONTRIBUTING.md) an example, please get in touch\n| 19 | [interceptor-basics](./interceptor-basics) | Event handling w/ interceptors and side effects | atom, hdom, interceptors | intermediate |\n| 20 | [json-components](.... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(examples): update list (readme) | 1 | docs | examples |
67,494 | 24.11.2018 01:16:50 | -3,600 | 02516f96e24bed7213c32c60e2f00ef6de8eb28e | chore(router): save temporarily before refactor | [
{
"change_type": "MODIFY",
"diff": "@@ -89,6 +89,15 @@ export class Router {\n}\nconst viewports: Viewport[] = [];\n+ // for (let vp in views) {\n+ // let component: ICustomElementType | string = views[vp];\n+ // this.findViewport(`${vp}:${component}`).then((viewport) => {\n+ // if (viewport.setNextContent(... | TypeScript | MIT License | aurelia/aurelia | chore(router): save temporarily before refactor | 1 | chore | router |
67,494 | 24.11.2018 14:04:28 | -3,600 | a35d435d4b350261c9e2325a328497e818df779f | refactor(router): halway through scope refactor | [
{
"change_type": "MODIFY",
"diff": "@@ -32,7 +32,7 @@ export class Router {\nprivate isActive: boolean = false;\nprivate isRedirecting: boolean = false;\n- constructor(private container: IContainer) {\n+ constructor(public container: IContainer) {\nthis.historyBrowser = new HistoryBrowser();\n}\n@@ -98,13 +... | TypeScript | MIT License | aurelia/aurelia | refactor(router): halway through scope refactor | 1 | refactor | router |
679,913 | 24.11.2018 15:46:51 | 0 | 4aea85d231b581fef206aa7eee37cdd294135fb8 | feat(random): re-import, extend & refactor random package (MBP2010) | [
{
"change_type": "ADD",
"diff": "+build\n+coverage\n+dev\n+doc\n+export\n+src*\n+test\n+.nyc_output\n+tsconfig.json\n+*.tgz\n+*.html\n",
"new_path": "packages/random/.npmignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+ Apache License\n+ Version 2.0, January 2004\n+ http://... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(random): re-import, extend & refactor random package (MBP2010) | 1 | feat | random |
217,922 | 24.11.2018 17:13:18 | -3,600 | 04d34212fe0fd72ac01e7eac3b403377a9c17d7b | feat: support for stats modification inside simulator, first part of consumables configuration | [
{
"change_type": "MODIFY",
"diff": "@@ -2,6 +2,9 @@ import { DataModel } from '../../core/database/storage/data-model';\nimport { Favorites } from '../other/favorites';\nimport { LodestoneIdEntry } from './lodestone-id-entry';\nimport { Character } from '@xivapi/angular-client';\n+import { Consumable } from... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: support for stats modification inside simulator, first part of consumables configuration | 1 | feat | null |
67,476 | 24.11.2018 20:15:08 | -3,600 | 56fb0caccdb45ba717d30c1bd6db294996226f16 | chore(codeclimate): disable tslint on codeclimate | [
{
"change_type": "MODIFY",
"diff": "@@ -58,8 +58,7 @@ checks:\nenabled: false # default true\nplugins:\ntslint:\n- enabled: true\n- config: tslint.json\n+ enabled: false\nexclude_patterns:\n# Exclude code that is not actually built and published\n# The reasoning being that dev code like tests or build scrip... | TypeScript | MIT License | aurelia/aurelia | chore(codeclimate): disable tslint on codeclimate | 1 | chore | codeclimate |
679,914 | 24.11.2018 21:00:20 | 0 | 97965d897def34fe78416db7c6bdaa07b5cfe637 | fix(hdom-canvas): actually pass maxWidth argument to text function | [
{
"change_type": "MODIFY",
"diff": "@@ -259,7 +259,7 @@ const walk = (ctx: CanvasRenderingContext2D, shape: any[], pstate: DrawState) =>\ncircularArc(ctx, attribs, shape[2], shape[3], shape[4], shape[5]);\nbreak;\ncase \"text\":\n- text(ctx, attribs, shape[2], shape[3]);\n+ text(ctx, attribs, shape[2], shap... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(hdom-canvas): actually pass maxWidth argument to text function | 1 | fix | hdom-canvas |
217,922 | 24.11.2018 21:43:53 | -3,600 | afec76382f2aa88b6fbf35f71824bdc3b835e1da | feat: support for consumables and custom recipe configuration | [
{
"change_type": "MODIFY",
"diff": "<div fxLayout=\"column\" fxLayoutGap=\"10px\">\n<nz-collapse class=\"custom-config\">\n- <nz-collapse-panel [nzHeader]=\"'TODO Recipe configuration'\"></nz-collapse-panel>\n+ <nz-collapse-panel [nzHeader]=\"'SIMULATOR.CUSTOM.Recipe_configuration' | translate\" [nzActive]=... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: support for consumables and custom recipe configuration | 1 | feat | null |
67,494 | 24.11.2018 21:44:33 | -3,600 | 8e21371fb0dd47108b0e16f7b4fae4c3a6dad5cd | refactor(router): add scopes for viewport
refactor(router): add new scope indicator to url
refactor(router): change separator characters
test(router): update test application | [
{
"change_type": "MODIFY",
"diff": "@@ -89,52 +89,13 @@ export class Router {\n}\nconst viewports: Viewport[] = [];\n- // for (let vp in views) {\n- // let component: ICustomElementType | string = views[vp];\n- // this.findViewport(`${vp}:${component}`).then((viewport) => {\n- // if (viewport.setNextContent... | TypeScript | MIT License | aurelia/aurelia | refactor(router): add scopes for viewport
refactor(router): add new scope indicator to url
refactor(router): change separator characters
test(router): update test application | 1 | refactor | router |
217,922 | 24.11.2018 22:53:54 | -3,600 | 2efc0ec4236178c6f3c3fe747cf1a2750896f9e7 | fix: fix for drag and drop issues inside simulator | [
{
"change_type": "MODIFY",
"diff": "<div class=\"top-bars\">\n<div fxLayout=\"column\">\n<h3>{{'SIMULATOR.Progress' | translate}}</h3>\n- <nz-progress [nzPercent]=\"100*resultData.simulation.progression/resultData.simulation.recipe.progress\"\n+ <nz-progress\n+ [nzPercent]=\"barPercent(resultData.simulation... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fix for drag and drop issues inside simulator | 1 | fix | null |
67,494 | 25.11.2018 01:24:31 | -3,600 | 4e61d206e57fd15627dd297bd53157c69939b996 | refactor(router): only set scope for viewports with scope
refactor(router): add remove scope
feat(router): add url path rewrite | [
{
"change_type": "MODIFY",
"diff": "@@ -139,6 +139,12 @@ export class HistoryBrowser {\nthis.setState('HistoryEntry', this.currentEntry);\n}\n+ public replacePath(path: string) {\n+ const state = Object.assign({}, this.history.state);\n+ const { pathname, search } = this.location;\n+ this.history.replaceSta... | TypeScript | MIT License | aurelia/aurelia | refactor(router): only set scope for viewports with scope
refactor(router): add remove scope
feat(router): add url path rewrite | 1 | refactor | router |
67,494 | 25.11.2018 01:41:44 | -3,600 | ce75a797a590848dba97e765eb92aeec68411886 | test(router): add help text | [
{
"change_type": "MODIFY",
"diff": "<a href=\"#/application:calendar\">Calendar</a>\n<a href=\"#/application:email/email-content:contacts\">Email Contacts</a>\n<a href=\"#/email-content:contacts\">Only Contacts</a>\n- <a href=\"#/application:calendar+calendar-content!:recursive+application:email\">Recursive... | TypeScript | MIT License | aurelia/aurelia | test(router): add help text | 1 | test | router |
67,476 | 25.11.2018 04:56:51 | -3,600 | 8502508bcc283b382e82e028fd01c9f47fdaa88a | chore(plugin-svg): add lib.dom.d.ts to plugin-svg | [
{
"change_type": "MODIFY",
"diff": "{\n\"extends\": \"../tsconfig-build.json\",\n\"compilerOptions\": {\n- \"rootDir\": \"src\",\n\"declarationDir\": \"dist\",\n- \"outDir\": \"dist/build\"\n+ \"lib\": [\"esnext\", \"dom\"],\n+ \"outDir\": \"dist/build\",\n+ \"rootDir\": \"src\"\n},\n\"include\": [\"src\"]\... | TypeScript | MIT License | aurelia/aurelia | chore(plugin-svg): add lib.dom.d.ts to plugin-svg | 1 | chore | plugin-svg |
217,922 | 25.11.2018 12:35:00 | -3,600 | 1c62b8d579f312fa984f032036807bd6f4840be5 | feat: snapshot mode support and icons for the buttons | [
{
"change_type": "MODIFY",
"diff": "@@ -19,14 +19,14 @@ import {\n} from './auth.actions';\nimport { auth } from 'firebase';\nimport { UserCredential } from '@firebase/auth-types';\n-import { filter, map, tap } from 'rxjs/operators';\n+import { filter, map, switchMap, tap } from 'rxjs/operators';\nimport { ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: snapshot mode support and icons for the buttons | 1 | feat | null |
67,494 | 25.11.2018 14:35:20 | -3,600 | da0856f89f4cbb527a544648d05093c67c6a778b | refactor(router): remove route.ts and route-config.ts | [
{
"change_type": "DELETE",
"diff": "-import { Constructable } from '@aurelia/kernel';\n-import { ICustomElementType } from '@aurelia/runtime';\n-\n-interface IRouteConfig {\n- // A string or array of strings of matching route paths.\n- // (Renamed from route in vCurrent)\n- path: string | string[];\n-\n- re... | TypeScript | MIT License | aurelia/aurelia | refactor(router): remove route.ts and route-config.ts | 1 | refactor | router |
679,913 | 25.11.2018 15:01:52 | 0 | bfbaaa9bca35265eacbecd348c97939bd241cf94 | feat(vectors2): update rand codegen tpls & compileHOF/GHOF | [
{
"change_type": "MODIFY",
"diff": "-import { FnAny } from \"@thi.ng/api\";\n+// import { FnAny } from \"@thi.ng/api\";\nimport { sign as _sign } from \"@thi.ng/math/abs\";\nimport { clamp as _clamp } from \"@thi.ng/math/interval\";\nimport { fract as _fract, trunc as _trunc } from \"@thi.ng/math/prec\";\ni... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(vectors2): update rand codegen tpls & compileHOF/GHOF | 1 | feat | vectors2 |
679,913 | 25.11.2018 15:18:12 | 0 | 18d44342737a0974c1e419155d025ac285d8308e | refactor(vectors): update eqDelta & compileHOF() | [
{
"change_type": "MODIFY",
"diff": "@@ -87,12 +87,13 @@ export const compileHOF = (\nargs: string,\nsyms = args,\nret = \"a\",\n+ opJoin = \"\",\npre?: string,\npost?: string) => {\nreturn new Function(\nhofArgs,\n- `return (${args})=>{${assemble(dim, tpl, syms, ret, pre, post).join(\"\\n\")}}`\n+ `return (... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(vectors): update eqDelta & compileHOF() | 1 | refactor | vectors |
217,927 | 25.11.2018 15:38:35 | 18,000 | f8371fdea0d072d336b3af71a0cededac1197d41 | chore: webhook oauth finishing touches
Auto expand the team you are creating the webhook for by leveraging
the returned state (team key.) Converts the error message into an
observable so it properly displays when the error code is updated.
Translation cleanup. | [
{
"change_type": "MODIFY",
"diff": "</div>\n<div class=\"teams\" *ngIf=\"myTeams$ | async as teams\" fxLayout=\"column\" fxLayoutGap=\"10px\">\n<nz-collapse *ngFor=\"let team of teams; trackBy: trackByTeam\">\n- <nz-collapse-panel [nzHeader]=\"header\">\n+ <nz-collapse-panel [nzHeader]=\"header\" [nzActive]... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: webhook oauth finishing touches
Auto expand the team you are creating the webhook for by leveraging
the returned state (team key.) Converts the error message into an
observable so it properly displays when the error code is updated.
Translation cleanup. | 1 | chore | null |
679,913 | 25.11.2018 16:52:53 | 0 | b4fffe85526145d59410665e7dd7736799f120a2 | feat(vectors): add cosh, sinh, tanh, round, jitter, wrap | [
{
"change_type": "ADD",
"diff": "+import { MultiVecOpV, VecOpV } from \"./api\";\n+import { defFnOp } from \"./internal/codegen\";\n+\n+export const [cosh, cosh2, cosh3, cosh4] =\n+ defFnOp<MultiVecOpV, VecOpV>(\"Math.cosh\");\n",
"new_path": "packages/vectors3/src/cosh.ts",
"old_path": null
},
... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(vectors): add cosh, sinh, tanh, round, jitter, wrap | 1 | feat | vectors |
217,922 | 25.11.2018 17:15:05 | -3,600 | e9ef0daadb6aef0808eda61d1f5e67974a81b639 | fix: fixed a bug with consumables being applied twice in some cases | [
{
"change_type": "MODIFY",
"diff": "@@ -3,6 +3,7 @@ import { TeamcraftUser } from '../model/user/teamcraft-user';\nimport { AuthState } from './auth.reducer';\nimport { Character, CharacterResponse } from '@xivapi/angular-client';\nimport { GearSet } from '../pages/simulator/model/gear-set';\n+import { Defa... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed a bug with consumables being applied twice in some cases | 1 | fix | null |
217,922 | 25.11.2018 18:34:42 | -3,600 | fcf6fd0f8000f6aee6199ed061ceb93e108482e1 | fix: fix for alarms spawn state not being handled properly | [
{
"change_type": "MODIFY",
"diff": "@@ -181,7 +181,17 @@ export class AlarmsFacade {\npublic getNextSpawn(alarm: Alarm, time: Date): number {\nreturn alarm.spawns.sort((a, b) => {\nconst timeBeforeA = this.getMinutesBefore(time, a);\n+ const timeBeforeADespawns = this.getMinutesBefore(time, (a + alarm.durat... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fix for alarms spawn state not being handled properly | 1 | fix | null |
217,922 | 25.11.2018 19:07:14 | -3,600 | 7d94f7b5c1cfada7eb505846d7e0c1a98fd91e0a | chore: fixes for discord webhook support using oauth | [
{
"change_type": "MODIFY",
"diff": "@@ -45,7 +45,7 @@ export class TeamsEffects {\n@Effect()\nupdateTeamInDatabase$ = this.actions$.pipe(\nofType<UpdateTeam>(TeamsActionTypes.UpdateTeam),\n- switchMap(action => this.teamService.update(action.payload.$key, action.payload)),\n+ switchMap(action => this.teamSe... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: fixes for discord webhook support using oauth | 1 | chore | null |
217,922 | 25.11.2018 19:38:27 | -3,600 | 378553665226c2b3c005fc34fbc0443adc1ecfef | chore: renamed wiki style file to less | [
{
"change_type": "RENAME",
"diff": "",
"new_path": "apps/client/src/app/pages/wiki/wiki/wiki.component.less",
"old_path": "apps/client/src/app/pages/wiki/wiki/wiki.component.scss"
},
{
"change_type": "MODIFY",
"diff": "@@ -12,7 +12,7 @@ import { catchError, filter, map, mergeMap, tap } f... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: renamed wiki style file to less | 1 | chore | null |
135,506 | 25.11.2018 19:46:52 | -7,200 | f27e7ac9f8e4aa091479ac90316bf75e9624d352 | fix: respect String.protoype.repeat API contract | [
{
"change_type": "MODIFY",
"diff": "@@ -26,7 +26,7 @@ module.exports = flags => {\n);\nconst ds = defaults ? `, defaults to: ${defaults}` : '';\nconst length = flags.reduce((sum, flag) => sum + flag.length, 0);\n- return `${fs.join(',')}${' '.repeat(4 + longest - length)}${desc}${ds}`;\n+ return `${fs.join(... | TypeScript | MIT License | conventional-changelog/commitlint | fix: respect String.protoype.repeat API contract | 1 | fix | null |
217,922 | 25.11.2018 19:47:22 | -3,600 | 1bc30a28cd958059e7c3d307e4971f9d7c23dfb8 | feat: ability to delete an alarm group and its alarms at the same time | [
{
"change_type": "MODIFY",
"diff": "@@ -67,7 +67,7 @@ export class AppComponent implements OnInit {\npublic teamsFacade: TeamsFacade, private notificationsFacade: NotificationsFacade,\nprivate iconService: NzIconService) {\n- this.iconService.fetchFromIconfont({scriptUrl: 'https://at.alicdn.com/t/font_93125... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: ability to delete an alarm group and its alarms at the same time | 1 | feat | null |
67,476 | 25.11.2018 20:52:51 | -3,600 | 50146692cde0e985f455a1812a2ac815887835f5 | chore(jit): export partial configs | [
{
"change_type": "MODIFY",
"diff": "@@ -36,7 +36,7 @@ import {\nimport { ParserRegistration } from './expression-parser';\nimport { TemplateCompiler } from './template-compiler';\n-const globalResources: IRegistry[] = [\n+export const GlobalResources: IRegistry[] = [\nCompose,\nIf,\nElse,\n@@ -56,7 +56,7 @@... | TypeScript | MIT License | aurelia/aurelia | chore(jit): export partial configs | 1 | chore | jit |
67,494 | 25.11.2018 20:57:28 | -3,600 | a99dc5093033a04e0b4ba6061260d7501a96d947 | test(router): update tests and remove router-config.spec.ts | [
{
"change_type": "DELETE",
"diff": "-import { route } from '../../src/index';\n-import { expect } from 'chai';\n-import { Reporter } from '@aurelia/kernel';\n-\n-// configuration API RFC: https://github.com/aurelia/aurelia/issues/164\n-describe('@routeConfig', () => {\n- it('can define a basic route', () =>... | TypeScript | MIT License | aurelia/aurelia | test(router): update tests and remove router-config.spec.ts | 1 | test | router |
67,476 | 25.11.2018 23:22:31 | -3,600 | ca3d9a8df9a844eee8dfeb7f521cfcbd9674f7a8 | chore(all): fix linting errors | [
{
"change_type": "MODIFY",
"diff": "import { PLATFORM } from '@aurelia/kernel';\n-import { DOM, IElement, IHTMLElement, INode } from '@aurelia/runtime';\n+import { DOM, IHTMLElement, INode } from '@aurelia/runtime';\nexport class AttrSyntax {\npublic readonly rawName: string;\n@@ -15,7 +15,7 @@ export class... | TypeScript | MIT License | aurelia/aurelia | chore(all): fix linting errors | 1 | chore | all |
67,476 | 26.11.2018 03:28:55 | -3,600 | 9c00402fa4adbc2017803a4c9cdbafd33e48faee | refactor(template-compiler): start migrating binding commands, various small fixes | [
{
"change_type": "MODIFY",
"diff": "import { Class, Constructable, IContainer, IRegistry, Registration, Writable } from '@aurelia/kernel';\nimport {\n- BindingType,\n+ BindingMode,\nCallBindingInstruction,\nCaptureBindingInstruction,\nDelegateBindingInstruction,\n+ ForOfStatement,\nFromViewBindingInstructio... | TypeScript | MIT License | aurelia/aurelia | refactor(template-compiler): start migrating binding commands, various small fixes | 1 | refactor | template-compiler |
679,913 | 26.11.2018 04:16:13 | 0 | f940672e52c2b4b8dd63d1b2f393bcddf436d96c | feat(matrices): extract matrix ops to own package | [
{
"change_type": "ADD",
"diff": "+build\n+coverage\n+dev\n+doc\n+export\n+src*\n+test\n+.nyc_output\n+tsconfig.json\n+*.tgz\n+*.html\n",
"new_path": "packages/matrices/.npmignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+ Apache License\n+ Version 2.0, January 2004\n+ http:... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(matrices): extract matrix ops to own package | 1 | feat | matrices |
679,913 | 26.11.2018 04:17:35 | 0 | 18ffdb79fb56f60308d34f64e6361c01944ac2de | fix(vectors): update VecOpSRoVV & dotS impls | [
{
"change_type": "MODIFY",
"diff": "@@ -49,7 +49,7 @@ export type VecOpRoVVO<T, O> = (a: ReadonlyVec, b: ReadonlyVec, c: O) => T;\nexport type VecOpSV = (out: Vec, a: ReadonlyVec, io?: number, ia?: number, so?: number, sa?: number) => Vec;\nexport type VecOpSVV = (out: Vec, a: ReadonlyVec, b: ReadonlyVec, i... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(vectors): update VecOpSRoVV & dotS impls | 1 | fix | vectors |
679,913 | 26.11.2018 04:59:12 | 0 | b697fd5d850a203f4bfd059b7a13404172509bf4 | refactor(vectors): update codegens | [
{
"change_type": "MODIFY",
"diff": "@@ -219,16 +219,15 @@ export const defFnOp =\nexport const defHofOp = <M, V>(\nop,\ntpl?: Template,\n- args?: string,\n+ args = ARGS_V,\nsyms?: string,\nret = \"o\",\ndispatch = 1): [M, V, V, V] => {\n- const fn: any = vop(dispatch);\n- tpl = tpl || (([o, a]) => `${o}=op(... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(vectors): update codegens | 1 | refactor | vectors |
217,922 | 26.11.2018 09:21:34 | -3,600 | e22d94f13adad67fd74dc353377ca51b16a4d7e9 | feat: better support for default consumables in rotations | [
{
"change_type": "MODIFY",
"diff": "@@ -56,7 +56,7 @@ export class GetUser implements Action {\nexport class Authenticated implements Action {\nreadonly type = AuthActionTypes.Authenticated;\n- constructor(public payload: Partial<AuthState>) {\n+ constructor(public payload: Partial<AuthState>, public uid: s... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: better support for default consumables in rotations | 1 | feat | null |
217,922 | 26.11.2018 10:23:56 | -3,600 | ffebefb700abf5944ccd6253ea316a70bbb6d9b7 | fix: fixed firebase warning message at startup | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,8 @@ import {\nGetUser,\nLinkingCharacter,\nLogout,\n- RemoveCharacter, SaveDefaultConsumables,\n+ RemoveCharacter,\n+ SaveDefaultConsumables,\nSaveSet,\nSetCurrentFcId,\nSetDefaultCharacter,\n@@ -17,7 +18,8 @@ import {\nUpdateUser,\nVerifyCharacter\n} from './... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed firebase warning message at startup | 1 | fix | null |
730,429 | 26.11.2018 11:08:26 | 18,000 | c759d41f0bd20201c8251b4ddb3b7d055beb36aa | test(journey): add refresh to demo tests to prevent timout | [
{
"change_type": "MODIFY",
"diff": "@@ -25,10 +25,15 @@ describe('demo widget', () => {\n[mccoy, spock] = setupOneOnOneUsers();\nlocal = {browser: browserLocal, user: mccoy, displayName: mccoy.displayName};\nremote = {browser: browserRemote, user: spock, displayName: spock.displayName};\n+ // Refresh the br... | JavaScript | MIT License | webex/react-widgets | test(journey): add refresh to demo tests to prevent timout | 1 | test | journey |
71,781 | 26.11.2018 11:14:46 | -3,600 | 10b7092b92a401d683905f1bc3cd47b7a9dcb5cb | fix(aws-cloudfront): Allow to disable IPv6 on cloudfront distribution
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -532,7 +532,7 @@ export class CloudFrontWebDistribution extends cdk.Construct implements route53.\ndefaultRootObject: props.defaultRootObject !== undefined ? props.defaultRootObject : \"index.html\",\nhttpVersion: props.httpVersion || HttpVersion.HTTP2,\npriceClass: pr... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(aws-cloudfront): Allow to disable IPv6 on cloudfront distribution (#1244)
Fixes #1243 | 1 | fix | aws-cloudfront |
503,933 | 26.11.2018 11:17:05 | 18,000 | b74503be5e88c576744909a670fb276b697d5935 | chore(generator): Update generator to match new docs structure | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,6 @@ import React from 'react';\nimport { {{componentName}} } from '@patternfly/react-core';\nclass Simple{{componentName}} extends React.Component {\n- static title = 'Simple {{componentName}}';\nrender() {\nreturn (\n",
"new_path": "scripts/generators/pat... | TypeScript | MIT License | patternfly/patternfly-react | chore(generator): Update generator to match new docs structure (#931)
#924 | 1 | chore | generator |
730,429 | 26.11.2018 11:37:06 | 18,000 | f715114e3cf4b4f6cd747847defc71d01eddc3ad | chore(package): update to latest collab-ui | [
{
"change_type": "MODIFY",
"diff": "\"dev\": true\n},\n\"@babel/runtime\": {\n- \"version\": \"7.0.0-beta.55\",\n- \"resolved\": \"https://registry.npmjs.org/@babel/runtime/-/runtime-7.0.0-beta.55.tgz\",\n- \"integrity\": \"sha1-C8M6paasCwEvN+JbnmqqLkiakWs=\",\n+ \"version\": \"7.2.0\",\n+ \"resolved\": \"h... | JavaScript | MIT License | webex/react-widgets | chore(package): update to latest collab-ui | 1 | chore | package |
815,598 | 26.11.2018 12:29:14 | -28,800 | f74dbbcf2b1b0da9f97e37dd1400dad8a5b9aae5 | chore: Correct author name in CHANGELOG
Sorry | [
{
"change_type": "MODIFY",
"diff": "@@ -51,7 +51,7 @@ It has also introduced a newly designed transaction pool.\n* Feature: Add a PoW engine which produces new blocks using RPC. @zhangsoledad\n* Feature: Enhance the integration test framework. @zhangsoledad\n* Feature: Add network integration test framework... | Rust | MIT License | nervosnetwork/ckb | chore: Correct author name in CHANGELOG
Sorry @kilb | 1 | chore | null |
503,988 | 26.11.2018 12:47:31 | 18,000 | 94c4049770265398158b6e557c4f536054aa5eb0 | docs(Contribution Guide): update Contribution Guide demo hosting
Hosting the documentation and Storybook is now a step in the build process. It is generated and
linked after the pull request is built. | [
{
"change_type": "MODIFY",
"diff": "@@ -292,24 +292,15 @@ $ git rebase upstream/master\n$ git push origin my-branch\n```\n-8. Create a Demo Storybook\n-\n- - For PatternFly 4, you can build and deploy the demo documentation to any hosting site of your choice.\n-\n- - For PatternFly 3, you'll want to export ... | TypeScript | MIT License | patternfly/patternfly-react | docs(Contribution Guide): update Contribution Guide demo hosting (#951)
Hosting the documentation and Storybook is now a step in the build process. It is generated and
linked after the pull request is built. | 1 | docs | Contribution Guide |
504,035 | 26.11.2018 12:58:46 | 18,000 | 2cc0ab9183c604fd11854ccd27e921b4275069c7 | documentation(PF4 - alt form example): remove the alt form example | [
{
"change_type": "MODIFY",
"diff": "import Simple from './examples/SimpleForm';\nimport Horizontal from './examples/HorizontalForm';\nimport Various from './examples/VariousLabelsForm';\n-import Alternative from './examples/AlternativeForm';\nimport Invalid from './examples/InvalidForm';\nimport { Form, For... | TypeScript | MIT License | patternfly/patternfly-react | documentation(PF4 - alt form example): remove the alt form example (#949) | 1 | documentation | PF4 - alt form example |
67,476 | 26.11.2018 14:33:58 | -3,600 | 7b02a6edf10b8c4b829bf67289da5f84fd3c472d | chore(semantic-model): remove duplicate code | [
{
"change_type": "MODIFY",
"diff": "-import { all, DI, Immutable, inject, PLATFORM, Reporter } from '@aurelia/kernel';\n+import { DI, Immutable, PLATFORM, Reporter } from '@aurelia/kernel';\nimport { AttributeDefinition, BindingType, CustomAttributeResource, CustomElementResource, DOM, IAttr, IBindableDescr... | TypeScript | MIT License | aurelia/aurelia | chore(semantic-model): remove duplicate code | 1 | chore | semantic-model |
815,598 | 26.11.2018 14:34:04 | -28,800 | d8503567ca9ddbbdf354dab6743c7e00493971ae | chore: CHANGELOG for v0.1.0 | [
{
"change_type": "MODIFY",
"diff": "-# Change Log\n-\nAll notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n-## [v0.1.0-pre10](https://github.com/nervosnetwork/ckb/compare/v0.1.0-pre09...v0.1.0-pre10) (2018-1... | Rust | MIT License | nervosnetwork/ckb | chore: CHANGELOG for v0.1.0 | 1 | chore | null |
67,494 | 26.11.2018 14:57:16 | -3,600 | d1a3f2318f9ee7b240881395436f6ac209441c88 | feat(router): add scope context and link handler & remove url duplicates | [
{
"change_type": "MODIFY",
"diff": "@@ -49,12 +49,29 @@ export class Router {\nthis.options = {\n...{\ncallback: (navigationInstruction) => {\n- this.historyCallback(navigationInstruction);\n+ this.historyCallback(navigationInstruction).catch(error => { throw error; });\n}\n}, ...options\n};\n- this.history... | TypeScript | MIT License | aurelia/aurelia | feat(router): add scope context and link handler & remove url duplicates | 1 | feat | router |
273,683 | 26.11.2018 15:57:00 | -3,600 | 5806569e0a98df159da126a85bba6cee676aacff | fix(remark): get heading anchors | [
{
"change_type": "MODIFY",
"diff": "const unified = require('unified')\nconst parse = require('gray-matter')\nconst words = require('lodash.words')\n-const markdown = require('remark-parse')\n+const remarkParse = require('remark-parse')\n+const remarkHtml = require('remark-html')\nconst visit = require('uni... | JavaScript | MIT License | gridsome/gridsome | fix(remark): get heading anchors | 1 | fix | remark |
730,429 | 26.11.2018 16:48:27 | 18,000 | 2c6c5b475462238a27b46f826f3c478e0cd0cbfa | feat(title-bar): create new webex title bar component | [
{
"change_type": "ADD",
"diff": "+{\n+ \"name\": \"@webex/react-component-title-bar\",\n+ \"description\": \"Webex Teams React TitleBar\",\n+ \"main\": \"./cjs/index.js\",\n+ \"src\": \"./src/index.js\",\n+ \"module\": \"./es/index.js\",\n+ \"keywords\": [],\n+ \"contributors\": [\n+ \"Adam Weeks <adweeks@c... | JavaScript | MIT License | webex/react-widgets | feat(title-bar): create new webex title bar component | 1 | feat | title-bar |
730,413 | 26.11.2018 16:51:11 | 18,000 | 83e3d8f7cd683b3c49f2139c2fea3cd898e3a1ea | feat(r-c-button-controls): use collab-ui ActivityButtons | [
{
"change_type": "MODIFY",
"diff": "@@ -58,42 +58,103 @@ exports[`ActivityMenu component renders properly 1`] = `\nclassName=\"ciscospark-controls-container controlContainer\"\n>\n<div\n- className=\"ciscospark-button-control-item controlItem\"\n- >\n- <div\n- className=\"ciscospark-button-container buttonC... | JavaScript | MIT License | webex/react-widgets | feat(r-c-button-controls): use collab-ui ActivityButtons | 1 | feat | r-c-button-controls |
730,429 | 26.11.2018 16:51:37 | 18,000 | 99b4be0858bfea60aa0e2937f683475a6cb250f1 | feat(widget-space): use webex title bar component and collab ui | [
{
"change_type": "MODIFY",
"diff": "@@ -5,13 +5,12 @@ import {bindActionCreators} from 'redux';\nimport classNames from 'classnames';\nimport {compose} from 'recompose';\n-import TitleBar from '@ciscospark/react-component-title-bar';\n-import Button from '@ciscospark/react-component-button';\n+import TitleB... | JavaScript | MIT License | webex/react-widgets | feat(widget-space): use webex title bar component and collab ui | 1 | feat | widget-space |
679,913 | 26.11.2018 17:25:09 | 0 | e19f622327ec5295fa5664a998c4fdeab9736cfa | feat(vectors): add faceForward, invSqrt & dotValues* fns | [
{
"change_type": "ADD",
"diff": "+/**\n+ * Returns pairwise product sum of args (in order).\n+ *\n+ * @param a\n+ * @param b\n+ * @param c\n+ * @param d\n+ */\n+export const dotValues4 =\n+ (a: number, b: number, c: number, d: number) =>\n+ a * b + c * d;\n+\n+/**\n+ * Returns pairwise product sum of args (... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(vectors): add faceForward, invSqrt & dotValues* fns | 1 | feat | vectors |
679,913 | 26.11.2018 17:34:40 | 0 | f04e79e9a0df81f84d9b62e961aca4380d7d58e0 | feat(matrices): add more matrix ops, optimize & simplify | [
{
"change_type": "MODIFY",
"diff": "@@ -9,11 +9,13 @@ export type MatOp1 = (out: Mat) => Mat;\nexport type MatOpM = (out: Mat, a: ReadonlyMat) => Mat;\nexport type MatOpN = (out: Mat, n: number) => Mat;\nexport type MatOpMM = (out: Mat, a: ReadonlyMat, b: ReadonlyMat) => Mat;\n-export type MatOpMV = (out: V... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(matrices): add more matrix ops, optimize & simplify | 1 | feat | matrices |
67,494 | 26.11.2018 17:36:15 | -3,600 | 9a83d87848ba1327b268804cb3e0c837b0748f11 | feat(router): add link handler | [
{
"change_type": "MODIFY",
"diff": "@@ -144,6 +144,13 @@ export class HistoryBrowser {\nthis.history.replaceState(state, null, `${pathname}${search}#/${path}`);\n}\n+ public setHash(hash: string): void {\n+ if (!hash.startsWith('#')) {\n+ hash = `#${hash}`;\n+ }\n+ this.location.hash = hash;\n+ }\n+\nget ti... | TypeScript | MIT License | aurelia/aurelia | feat(router): add link handler | 1 | feat | router |
217,922 | 26.11.2018 17:46:59 | -3,600 | 94ce913ea0d3d996b5f3ffe1b44b56b35495e1d2 | feat: implemented some of the buttons inside right panel in simulator | [
{
"change_type": "MODIFY",
"diff": "<div fxLayout=\"row\" fxLayoutGap=\"10px\" *ngIf=\"rotation$ | async as rotation\">\n<div class=\"buttons\" fxLayout=\"column\" fxLayoutGap=\"5px\">\n- <!--TODO-->\n- <button disabled nz-button nzType=\"primary\" nzShape=\"circle\" nz-tooltip\n- [nzTitle]=\"'SIMULATOR.Sav... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: implemented some of the buttons inside right panel in simulator | 1 | feat | null |
791,834 | 26.11.2018 18:01:37 | 28,800 | 3f0a0dd8aa2a37feb973fcf5704952ae191974fe | core: rename webapp-install-banner audit to installable-manifest | [
{
"change_type": "MODIFY",
"diff": "@@ -64,7 +64,7 @@ Object {\n\"path\": \"redirects\",\n},\nObject {\n- \"path\": \"webapp-install-banner\",\n+ \"path\": \"installable-manifest\",\n},\nObject {\n\"path\": \"splash-screen\",\n@@ -840,7 +840,7 @@ Object {\n},\nObject {\n\"group\": \"pwa-installable\",\n- \"... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core: rename webapp-install-banner audit to installable-manifest (#6630) | 1 | core | null |
471,527 | 26.11.2018 18:06:22 | -3,600 | 6cdbcbde7e0b52871c6d946a8503c01a32217108 | feat(testing-karma-bs): add config creator | [
{
"change_type": "ADD",
"diff": "+const createBaseConfig = require('@open-wc/testing-karma/create-karma-es5.config');\n+\n+if (!process.env.BROWSER_STACK_USERNAME || !process.env.BROWSER_STACK_ACCESS_KEY) {\n+ throw new Error(`\n+ !!You have to set your Browserstack automate username and key!!\n+\n+ Login a... | JavaScript | MIT License | open-wc/open-wc | feat(testing-karma-bs): add config creator | 1 | feat | testing-karma-bs |
67,494 | 26.11.2018 20:40:54 | -3,600 | 220ddbf63d93f408c643629c36e0e31cd58093de | test(router): add some unit tests for link-handler | [
{
"change_type": "MODIFY",
"diff": "@@ -30,11 +30,17 @@ export interface AnchorEventInfo {\n* Class responsible for handling interactions that should trigger navigation.\n*/\nexport class LinkHandler {\n+ private static window: Window;\n+\nprivate options: ILinkHandlerOptions;\nprivate isActive: boolean = f... | TypeScript | MIT License | aurelia/aurelia | test(router): add some unit tests for link-handler | 1 | test | router |
67,476 | 26.11.2018 20:45:30 | -3,600 | e2cf4804dc7e1693215ea0e92a2158fea090637c | chore(runtime): add missing instruction type to intersection | [
{
"change_type": "MODIFY",
"diff": "@@ -105,7 +105,8 @@ export type TargetedInstruction =\nIHydrateElementInstruction |\nIHydrateAttributeInstruction |\nIHydrateTemplateController |\n- ILetElementInstruction;\n+ ILetElementInstruction |\n+ ILetBindingInstruction;\nexport function isTargetedInstruction(value... | TypeScript | MIT License | aurelia/aurelia | chore(runtime): add missing instruction type to intersection | 1 | chore | runtime |
67,476 | 26.11.2018 20:46:27 | -3,600 | 89bc436ea42941ddb0e8f7a4033bbd1922bb955a | feat(kernel,debug): add a simple tracer implementation | [
{
"change_type": "MODIFY",
"diff": "-import { IContainer, Reporter as RuntimeReporter } from '@aurelia/kernel';\n+import { IContainer, Reporter as RuntimeReporter, Tracer as RuntimeTracer } from '@aurelia/kernel';\nimport { enableImprovedExpressionDebugging } from './binding/unparser';\n-import { Reporter }... | TypeScript | MIT License | aurelia/aurelia | feat(kernel,debug): add a simple tracer implementation | 1 | feat | kernel,debug |
67,476 | 26.11.2018 20:47:37 | -3,600 | bb4cf6c3deaa0b106b6cde0b70941abfeb8c67b0 | refactor(template-compiler): add trace calls to symbol visitors | [
{
"change_type": "MODIFY",
"diff": "-import { inject, PLATFORM } from '@aurelia/kernel';\n+import { inject, PLATFORM, Tracer } from '@aurelia/kernel';\nimport {\nBindingMode,\nBindingType,\n@@ -61,6 +61,8 @@ import {\n// tslint:disable-next-line:no-any\nconst emptyArray = <any[]>PLATFORM.emptyArray;\n+const... | TypeScript | MIT License | aurelia/aurelia | refactor(template-compiler): add trace calls to symbol visitors | 1 | refactor | template-compiler |
67,476 | 26.11.2018 20:51:01 | -3,600 | 46661856a115d4f67bc2bfb2e4b09c950529c7a8 | chore(jit): add some debugging/logging utilities for template compilation | [
{
"change_type": "ADD",
"diff": "+import { IHTMLElement, IHTMLTemplateElement, INode, ITemplateDefinition, NodeType, TargetedInstruction, TargetedInstructionType } from '@aurelia/runtime';\n+\n+// TODO: use more precise types (this is temp quick-n-dirty)\n+export function stringifySymbol(symbol: any): strin... | TypeScript | MIT License | aurelia/aurelia | chore(jit): add some debugging/logging utilities for template compilation | 1 | chore | jit |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.