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,482 | 24.08.2019 10:15:14 | 25,200 | 033d9d766c5a059479408c6414cbdb1817a34e4e | fix(IViewLocator): change registration strategy | [
{
"change_type": "MODIFY",
"diff": "@@ -40,23 +40,28 @@ import { Replaceable } from './resources/custom-attributes/replaceable';\nimport { With } from './resources/custom-attributes/with';\nimport { SanitizeValueConverter } from './resources/value-converters/sanitize';\nimport { ViewValueConverter } from '.... | TypeScript | MIT License | aurelia/aurelia | fix(IViewLocator): change registration strategy | 1 | fix | IViewLocator |
815,598 | 24.08.2019 11:24:33 | -28,800 | fbe184cd02576a14f6056272aca840b5971d91ae | chore(ci): allow code coverage failures | [
{
"change_type": "MODIFY",
"diff": "@@ -101,9 +101,8 @@ matrix:\ninstall:\n- cargo tarpaulin --version || travis_retry cargo install cargo-tarpaulin\nscript:\n- - make cov\n- after_success:\n- - bash <(curl -s https://codecov.io/bash)\n+ # allow failures\n+ - if make cov; then bash <(curl -s https://codecov... | Rust | MIT License | nervosnetwork/ckb | chore(ci): allow code coverage failures | 1 | chore | ci |
67,482 | 24.08.2019 12:25:24 | 25,200 | 2ecb8c449240f3efd6833e79fcfa046302954d3e | fix(view-locator): improve types and simplify tests | [
{
"change_type": "MODIFY",
"diff": "-import { ViewValueConverter, view, ViewLocator, CustomElement } from '@aurelia/runtime';\n+import { view, ViewLocator, ViewValueConverter } from '@aurelia/runtime';\nimport { assert } from '@aurelia/testing';\ndescribe('the view value converter', () => {\n@@ -7,9 +7,9 @@... | TypeScript | MIT License | aurelia/aurelia | fix(view-locator): improve types and simplify tests | 1 | fix | view-locator |
217,922 | 24.08.2019 12:35:06 | -7,200 | ea3904f7434a0c9952ca759ef2fee84124d37610 | fix(navigation-map): fixed total not showing correctly in full navigation path | [
{
"change_type": "MODIFY",
"diff": "<ng-template #rowContent>\n<div fxLayout=\"row\" fxLayoutGap=\"5px\" fxLayoutAlign=\"flex-end center\">\n<div *ngIf=\"step.type !== undefined && markedAsDone.indexOf(step) === -1\">\n- {{('NAVIGATION.STEP.' + step.type) | translate: { amount: step.item_amount } }}\n+ {{('... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(navigation-map): fixed total not showing correctly in full navigation path | 1 | fix | navigation-map |
67,482 | 24.08.2019 12:42:16 | 25,200 | 2586a180c3531490efaf34b7b0ffdea9dd961066 | test(view-locator): spec out selector providing views dynamically | [
{
"change_type": "MODIFY",
"diff": "@@ -183,6 +183,25 @@ describe('the view locator', () => {\nassert.equal(receivedViews, (MyModel as any).$views);\n});\n+ it('can return a component based on a dynamic view when selector used with model without associated views', () => {\n+ const template1 = { name: 'view-... | TypeScript | MIT License | aurelia/aurelia | test(view-locator): spec out selector providing views dynamically | 1 | test | view-locator |
67,482 | 24.08.2019 12:47:19 | 25,200 | 62ee212054f3830b90288c277cd48709006d46f9 | test(view-locator): demonstrate static defined views without decorator | [
{
"change_type": "MODIFY",
"diff": "@@ -202,6 +202,23 @@ describe('the view locator', () => {\nassert.equal(template1.name, template.name);\n});\n+ it('locates views that are defined statically, without a decorator', () => {\n+ class MyModel {\n+ public static readonly $views = [{\n+ name: 'view-1'\n+ }];\n... | TypeScript | MIT License | aurelia/aurelia | test(view-locator): demonstrate static defined views without decorator | 1 | test | view-locator |
217,922 | 24.08.2019 13:03:27 | -7,200 | c187d6343eaf764309bd8f5b52f575c9f4428c91 | feat(permissions): you can now share a list with only participate permission | [
{
"change_type": "MODIFY",
"diff": "@@ -20,6 +20,10 @@ export class DataWithPermissions extends DataModel {\nreturn this.registry[identifier] || this.everyone;\n}\n+ public hasExplicitPermissions(identifier: string): boolean {\n+ return this.registry[identifier] !== undefined;\n+ }\n+\npublic removePermissi... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(permissions): you can now share a list with only participate permission | 1 | feat | permissions |
217,922 | 24.08.2019 13:05:37 | -7,200 | 491105929ed5accb72daf46a44e9603f25dd4f28 | feat(simulator): excellent and poor now also apply their counterparts properly | [
{
"change_type": "MODIFY",
"diff": "@@ -9,7 +9,8 @@ import {\nmap,\npairwise,\nshareReplay,\n- startWith, switchMap,\n+ startWith,\n+ switchMap,\ntakeUntil,\ntap\n} from 'rxjs/operators';\n@@ -553,7 +554,14 @@ export class SimulatorComponent implements OnInit, OnDestroy {\n}\nsetState(index: number, state: ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(simulator): excellent and poor now also apply their counterparts properly | 1 | feat | simulator |
217,922 | 24.08.2019 13:06:40 | -7,200 | 8507fb59b0c02c12c92eb39ab26ad587f724f1d0 | chore(release): 5.7.10 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"5.7.10\"></a>\n+## [5.7.10](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compar... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 5.7.10 | 1 | chore | release |
217,922 | 24.08.2019 13:08:53 | -7,200 | fde76d7f6975aacb07d633deca12160427f1bdf0 | chore: small addition to the changelog for permissions change | [
{
"change_type": "MODIFY",
"diff": "@@ -16,6 +16,10 @@ All notable changes to this project will be documented in this file. See [standa\n* **permissions:** you can now share a list with only participate permission ([c187d63](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/commit/c187d63))\n* **simulator:... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: small addition to the changelog for permissions change | 1 | chore | null |
217,922 | 24.08.2019 13:11:47 | -7,200 | 06088496ff05fb819aa7febcbf076baf1b5a240d | chore: changes all garland db links to teamcraft db links | [
{
"change_type": "MODIFY",
"diff": "\"Officer\": \"Officer\",\n\"Promote_officer\": \"Promote to officer\",\n\"NOTIFICATIONS\": {\n- \"Item_added\": \"{{amount}}x **[{{itemName}}](http://garlandtools.org/db/#item/{{itemId}})** has been added to **[{{listName}}]({{listUrl}})**.\",\n- \"Item_removed\": \"{{am... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: changes all garland db links to teamcraft db links | 1 | chore | null |
217,922 | 24.08.2019 13:15:12 | -7,200 | d59a57a6b9a0c2530a37cf935c43b54c793e390a | chore: small translation fix for workshops | [
{
"change_type": "MODIFY",
"diff": "\"Created_by\": \"Created by {{name}}\",\n\"Share_link_copied\": \"Workshop share link copied\",\n\"Not_found\": \"Workshop not found or you don't have access to it\",\n- \"Shared_workshops\": \"Workshops you have write access to\",\n+ \"Shared_workshops\": \"Workshops sh... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: small translation fix for workshops | 1 | chore | null |
815,598 | 24.08.2019 14:21:57 | -28,800 | 38b1a5dd7105d6e5935844c4cd608a01434516ce | chore: bump genesis and database version for v0.19.0 | [
{
"change_type": "MODIFY",
"diff": "+# [v0.19.0](https://github.com/nervosnetwork/ckb/compare/v0.18.2...v0.19.9) (2019-08-24)\n+\n+### Features\n+\n+* #1297: Add RPC `get_block_finalized_reward_info` (@u2)\n+\n+ Get info about the amount of every part in the reward.\n+\n+* #1270: When a node is in IBD, it w... | Rust | MIT License | nervosnetwork/ckb | chore: bump genesis and database version for v0.19.0 | 1 | chore | null |
902,122 | 24.08.2019 15:04:00 | 0 | a841fb9a0f5b754fed49eb9eb471e83af1e8873d | chore(release): v5.11.9 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [5.11.9](https://github.com/kikobeats/browserless/compare/v5.11.8...v5.11.9) (2019-08-24)\n+\n+**Note:** Version b... | JavaScript | MIT License | microlinkhq/browserless | chore(release): v5.11.9 | 1 | chore | release |
67,476 | 24.08.2019 16:46:56 | -7,200 | 7ea06316ec3ae9dc89c6bc2e55ccc25d546a4986 | chore(syntax-transformer): cleanup unused method | [
{
"change_type": "MODIFY",
"diff": "@@ -90,26 +90,6 @@ export class HtmlAttrSyntaxTransformer implements IAttrSyntaxTransformer {\n}\n}\n}\n-\n- private transformBindingCommand(element: HTMLElement, attrSyntax: AttrSyntax): void {\n- const tagName = element.tagName;\n- const target = attrSyntax.target;\n- l... | TypeScript | MIT License | aurelia/aurelia | chore(syntax-transformer): cleanup unused method | 1 | chore | syntax-transformer |
722,013 | 24.08.2019 17:02:07 | -7,200 | 920e5f5fde65723302fa4da4ea2704dca1e98e6f | style: review style of table | [
{
"change_type": "MODIFY",
"diff": "@@ -21,6 +21,11 @@ export const styles = ({ space, color, fontFamily, fontSize }) => ({\nfontSize: fontSize.small,\nwhiteSpace: 'nowrap'\n},\n+ dataRow: {\n+ '&:hover': {\n+ background: '#fbfbfb'\n+ }\n+ },\ncell: {\ncolor: color.base,\npaddingRight: space[2],\n@@ -29,6 +... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | style: review style of table | 1 | style | null |
67,516 | 24.08.2019 17:07:25 | -7,200 | 972486e1cb855c99442ceea701cd12e9baad4e3e | chore(cleanup): removed unnecessary files | [
{
"change_type": "DELETE",
"diff": "-1. For interpolated attribute value like this `<span id=\"i18n-simple-2\" t=\"${obj.key}\"></span>` `Error: Code 101: Unconsumed token.` is thrown. At present I have `TranslationBindingCommand#bindingType = BindingType.BindCommand`, if I change that to `bindingType = Bin... | TypeScript | MIT License | aurelia/aurelia | chore(cleanup): removed unnecessary files | 1 | chore | cleanup |
67,474 | 24.08.2019 17:50:09 | -36,000 | b5395b4e9fa1e6311cf610f863ebc39bea15748e | feat(plugin-conventions): support metadata containerless and bindable tag/attr
```html
<containerless>
<template containerless>
<bindable name="lastName" mode="one-time" attribute="surname">
<bindable name="lastName" mode="oneWay">
<template bindable="firstName, lastName">
```
bindable tag has optional attributes: mode... | [
{
"change_type": "MODIFY",
"diff": "@@ -193,4 +193,25 @@ export function getHTMLOnlyElement() {\nconst result = preprocessHtmlTemplate('lo\\\\foo.html', html, { mode: 'closed' }, id => `raw-loader!${id}`);\nassert.equal(result.code, expected);\n});\n+\n+ it('processes template with containerless and bindabl... | TypeScript | MIT License | aurelia/aurelia | feat(plugin-conventions): support metadata containerless and bindable tag/attr
```html
<containerless>
<template containerless>
<bindable name="lastName" mode="one-time" attribute="surname">
<bindable name="lastName" mode="oneWay">
<template bindable="firstName, lastName">
```
bindable tag has optional attributes: mod... | 1 | feat | plugin-conventions |
67,516 | 24.08.2019 19:22:45 | -7,200 | 8378105f18724e9a0efc905c43011969d001213e | docs(i18n): getting started + partial registration | [
{
"change_type": "MODIFY",
"diff": "# Internationalization\n+- [Internationalization](#internationalization)\n+ - [Introduction](#introduction)\n+ - [Getting Started](#getting-started)\n+ - [Installing the Plugin](#installing-the-plugin)\n+ - [Registering the plugin](#registering-the-plugin)\n+ - [Customize... | TypeScript | MIT License | aurelia/aurelia | docs(i18n): getting started + partial registration | 1 | docs | i18n |
815,745 | 24.08.2019 22:12:47 | -10,800 | eb1a80356aa082d7de42c6ac94670febbe051dd2 | fix: scroll to marked item only when it is outside of panel height
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -7,11 +7,8 @@ import { Component, OnInit } from '@angular/core';\n})\nexport class GroupDefaultExampleComponent implements OnInit {\n- selectedAccount = 'Michael';\n+ selectedAccount = 'Adam';\naccounts = [\n- { name: 'Jill', email: 'jill@email.com', age: 15, country: ... | TypeScript | MIT License | ng-select/ng-select | fix: scroll to marked item only when it is outside of panel height
closes #1273 | 1 | fix | null |
815,745 | 24.08.2019 22:28:19 | -10,800 | b5f63b68212620eeaf0006da6427f93fe9118626 | fix: run close event inside zone
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -111,6 +111,15 @@ export class NgDropdownPanelComponent implements OnInit, OnChanges, OnDestroy {\n}\n}\n+ private get _startOffset() {\n+ if (this.markedItem) {\n+ const { itemHeight, panelHeight } = this._panelService.dimensions;\n+ const offset = this.markedItem.ind... | TypeScript | MIT License | ng-select/ng-select | fix: run close event inside zone
closes #1309 | 1 | fix | null |
67,516 | 24.08.2019 23:06:27 | -7,200 | c5564e45fa4f16987debd6c25ed25336327c4a2c | docs(i18n): translation resource management | [
{
"change_type": "MODIFY",
"diff": "@@ -151,9 +151,111 @@ The registered aliases can then be used in view in place of `t`, as shown below.\n```\n### Managing translation resources\n+\n+Typically that the translation resources used in `i18next` is plain JSON objects.\n+If you are unfamiliar such translation ... | TypeScript | MIT License | aurelia/aurelia | docs(i18n): translation resource management | 1 | docs | i18n |
67,479 | 24.08.2019 23:46:36 | -36,000 | ce1d3cbeeefb348a26a08f748908bdcf9f7bf7da | refactor(html-convention): cleaner flow/naming | [
{
"change_type": "MODIFY",
"diff": "@@ -9,133 +9,4 @@ export interface IAttrSyntaxTransformer {\nexport const IAttrSyntaxTransformer =\nDI\n.createInterface<IAttrSyntaxTransformer>('IAttrSyntaxTransformer')\n- .withDefault(x => x.singleton(HtmlAttrSyntaxTransformer));\n-\n-export class HtmlAttrSyntaxTransfo... | TypeScript | MIT License | aurelia/aurelia | refactor(html-convention): cleaner flow/naming | 1 | refactor | html-convention |
67,479 | 24.08.2019 23:58:27 | -36,000 | 51d8f04e4a3cc5d7ae7e271838ca7b94adb160b4 | fix(html-convention): 3 ls in scrollleft | [
{
"change_type": "MODIFY",
"diff": "@@ -131,7 +131,7 @@ function shouldDefaultToTwoWay(element: HTMLElement, attr: AttrSyntax): boolean\ncase 'innerhtml':\nreturn element.hasAttribute('contenteditable');\ncase 'scrolltop':\n- case 'scrolleft':\n+ case 'scrollleft':\nreturn true;\ndefault:\nreturn false;\n",... | TypeScript | MIT License | aurelia/aurelia | fix(html-convention): 3 ls in scrollleft | 1 | fix | html-convention |
67,516 | 25.08.2019 10:12:00 | -7,200 | 5f5df30e1531a2a3bc379955b78150e23d0d57da | docs(i18n): translation in view | [
{
"change_type": "MODIFY",
"diff": "- [Bundling the resource files](#bundling-the-resource-files)\n- [i18next Backend plugin](#i18next-backend-plugin)\n- [Using the plugin](#using-the-plugin)\n- - [t](#t)\n+ - [Translation](#translation)\n+ - [Translation in view](#translation-in-view)\n+ - [Syntax](#syntax... | TypeScript | MIT License | aurelia/aurelia | docs(i18n): translation in view | 1 | docs | i18n |
815,745 | 25.08.2019 11:00:51 | -10,800 | 3d2479129f164546f1c434127ff46ff6e329bac7 | chore(release): 3.0.7 | [
{
"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+### [3.0.7](https://github.com/ng-select/ng-select/compare/v3.0.6...v3.0.7) (2019-08-25)\n+\n+\... | TypeScript | MIT License | ng-select/ng-select | chore(release): 3.0.7 | 1 | chore | release |
471,527 | 25.08.2019 12:05:45 | -7,200 | d32befda28c092e2882f8e2ddfa9b8c330a91a7f | fix(es-dev-server): improve failed bare module resolution error message | [
{
"change_type": "MODIFY",
"diff": "@@ -160,7 +160,14 @@ async function resolveImport(rootDir, sourceFilePath, importPath, config, concat\n} catch (error) {\n// make module not found error message shorter\nif (error.code === 'MODULE_NOT_FOUND') {\n- throw new Error(`Could not find module \"${importPath}\".`... | JavaScript | MIT License | open-wc/open-wc | fix(es-dev-server): improve failed bare module resolution error message | 1 | fix | es-dev-server |
815,598 | 25.08.2019 13:32:15 | -28,800 | 2f6691b59ce4e6b06a7a5a276a51e08b6bef9352 | chore: bump ckb-cli version | [
{
"change_type": "MODIFY",
"diff": "@@ -14,7 +14,7 @@ git:\nenv:\nglobal:\n- RUST_BACKTRACE=full\n- - CKB_CLI_VERSION=v0.17.0\n+ - CKB_CLI_VERSION=v0.19.0\naddons:\napt:\n",
"new_path": ".travis.yml",
"old_path": ".travis.yml"
},
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ trigge... | Rust | MIT License | nervosnetwork/ckb | chore: bump ckb-cli version | 1 | chore | null |
67,494 | 25.08.2019 14:12:37 | -7,200 | 4b2f0c16b7d6a42e50f0385e767256c138b5884a | feat(router): add configuration for use browser fragment hash | [
{
"change_type": "MODIFY",
"diff": "@@ -69,7 +69,7 @@ describe('BrowserNavigator', function () {\nit('can be activated', async function () {\nconst { sut, tearDown, callback } = setup();\n- await sut.activate(callback);\n+ await sut.activate({ callback });\nassert.strictEqual(sut['isActive'], true, `sut.isA... | TypeScript | MIT License | aurelia/aurelia | feat(router): add configuration for use browser fragment hash | 1 | feat | router |
67,494 | 25.08.2019 14:13:25 | -7,200 | 147d2b91771971cf07f215108c0727c8f7a9bb65 | test(realworld): temporarily disable buggy value converter for date | [
{
"change_type": "MODIFY",
"diff": "@@ -8,9 +8,10 @@ export class DateValueConverter {\n* \"July 27, 2017\"\n*/\npublic toView(value: Date | string | number) {\n- return format(\n- value,\n- 'MMMM D, YYYY',\n- );\n+ return value;\n+ // return format(\n+ // value,\n+ // 'MMMM D, YYYY',\n+ // );\n}\n}\n",
... | TypeScript | MIT License | aurelia/aurelia | test(realworld): temporarily disable buggy value converter for date | 1 | test | realworld |
67,494 | 25.08.2019 14:35:51 | -7,200 | 189377dc11fd49b257a6b35d2dbb772b13bc0611 | test(realworld): update package-lock.json | [
{
"change_type": "MODIFY",
"diff": "\"version\": \"file:../../packages/kernel\"\n},\n\"@aurelia/plugin-conventions\": {\n- \"version\": \"0.4.0-dev.201908192330\",\n- \"resolved\": \"https://registry.npmjs.org/@aurelia/plugin-conventions/-/plugin-conventions-0.4.0-dev.201908192330.tgz\",\n- \"integrity\": \... | TypeScript | MIT License | aurelia/aurelia | test(realworld): update package-lock.json | 1 | test | realworld |
67,494 | 25.08.2019 14:57:08 | -7,200 | dbf544900c3eac30b4d8962ab78a7071ab2ac210 | feat(router): fix options for browser navigator | [
{
"change_type": "MODIFY",
"diff": "import { Key, Reporter } from '@aurelia/kernel';\nimport { IDOM, ILifecycle } from '@aurelia/runtime';\nimport { HTMLDOM } from '@aurelia/runtime-html';\n-import { INavigatorState, INavigatorStore, INavigatorViewer, INavigatorViewerEvent, INavigatorViewerOptions } from '.... | TypeScript | MIT License | aurelia/aurelia | feat(router): fix options for browser navigator | 1 | feat | router |
67,516 | 25.08.2019 15:54:07 | -7,200 | 4e23c9abd47e47b3f622ddc40470208bffdcbb5b | docs(i18n): translation | [
{
"change_type": "MODIFY",
"diff": "- [Bundling the resource files](#bundling-the-resource-files)\n- [i18next Backend plugin](#i18next-backend-plugin)\n- [Using the plugin](#using-the-plugin)\n+ - [Active locale](#active-locale)\n- [Translation](#translation)\n- [Translation in view](#translation-in-view)\n... | TypeScript | MIT License | aurelia/aurelia | docs(i18n): translation | 1 | docs | i18n |
67,494 | 25.08.2019 17:13:48 | -7,200 | 6492182aa798876f09033a0d5233c85b1101c8b9 | feat(router): consolidate / for "hash and pushstate" | [
{
"change_type": "MODIFY",
"diff": "@@ -89,13 +89,13 @@ export class BrowserNavigator implements INavigatorStore, INavigatorViewer {\npublic pushNavigatorState(state: INavigatorState): Promise<void> {\nconst { title, path } = state.currentEntry;\n- const fragment = this.options.useBrowserFragmentHash ? '#' ... | TypeScript | MIT License | aurelia/aurelia | feat(router): consolidate / for "hash and pushstate" | 1 | feat | router |
217,922 | 25.08.2019 17:31:28 | -7,200 | a1bc9cb97fc499f10b2ebb1ba5998e0c418882a4 | feat(list): you can now undo actions from the history view inside the list | [
{
"change_type": "MODIFY",
"diff": "@@ -280,7 +280,10 @@ export class ListsEffects {\ndate: Date.now(),\nitemId: action.itemId,\nitemIcon: action.itemIcon,\n- userId: userId\n+ userId: userId,\n+ finalItem: action.finalItem,\n+ total: action.totalNeeded,\n+ recipeId: action.recipeId\n});\nif (team && list.t... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(list): you can now undo actions from the history view inside the list | 1 | feat | list |
67,479 | 25.08.2019 17:38:42 | -36,000 | bc6dcfc02165eb02c11a9af86ae700a8262ec1b0 | fix(binding-language): allow binding command to take precedence over custom attr | [
{
"change_type": "ADD",
"diff": "+import {\n+ PLATFORM, RuntimeCompilationResources\n+} from '@aurelia/kernel';\n+import {\n+ Aurelia,\n+ BindingMode,\n+ CustomAttribute,\n+ CustomElement,\n+ ITemplateCompiler,\n+ TargetedInstructionType as TT,\n+ IViewFactory,\n+ IRenderLocation,\n+ IController,\n+ Lifecyc... | TypeScript | MIT License | aurelia/aurelia | fix(binding-language): allow binding command to take precedence over custom attr | 1 | fix | binding-language |
67,479 | 25.08.2019 17:43:13 | -36,000 | 9dc95740f4549af577f69417291e5556e03ad9d2 | fix(binding-language-tests): Element -> INode | [
{
"change_type": "MODIFY",
"diff": "@@ -11,7 +11,8 @@ import {\nIViewFactory,\nIRenderLocation,\nIController,\n- LifecycleFlags\n+ LifecycleFlags,\n+ INode\n} from '@aurelia/runtime';\nimport {\nassert,\n@@ -74,7 +75,7 @@ describe('harmoninous combination', function () {\ntemplate: '<div aaabbb.bind=\"hello... | TypeScript | MIT License | aurelia/aurelia | fix(binding-language-tests): Element -> INode | 1 | fix | binding-language-tests |
67,516 | 25.08.2019 17:45:43 | -7,200 | f08ca8cfb3ecc2b30834f43e11631444465da385 | docs(i18n): date un/formatting | [
{
"change_type": "MODIFY",
"diff": "- [Format number in view using ValueConverter and/or BindingBehavior](#format-number-in-view-using-valueconverter-andor-bindingbehavior)\n- [Format number via code](#format-number-via-code)\n- [Unformat number via code](#unformat-number-via-code)\n- - [date format](#date-... | TypeScript | MIT License | aurelia/aurelia | docs(i18n): date un/formatting | 1 | docs | i18n |
217,922 | 25.08.2019 18:27:13 | -7,200 | bf47202def733acadf0c1aa6693f33e488519146 | feat(list): you can now assign multiple users to an item | [
{
"change_type": "MODIFY",
"diff": "@@ -49,7 +49,7 @@ export class ListRow extends DataModel {\n/**\n* Is someone working on it?\n*/\n- workingOnIt?: string;\n+ workingOnIt?: string[] = [];\n/**\n* Manual flag for an item required as HQ\n",
"new_path": "apps/client/src/app/modules/list/model/list-row.ts... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(list): you can now assign multiple users to an item | 1 | feat | list |
217,922 | 25.08.2019 18:35:33 | -7,200 | d986e2cf3e72f7938c40aab013195c734de09724 | feat(list): you can now mark an entire panel as done at once | [
{
"change_type": "MODIFY",
"diff": "nzSize=\"small\" nzShape=\"circle\" nz-tooltip [nzTitle]=\"'LIST.Copy_as_text' | translate\">\n<i nz-icon type=\"copy\"></i>\n</button>\n+ <span nz-tooltip [nzTitle]=\"'LIST.Mark_whole_panel_done' | translate\">\n+ <button nz-button nz-popconfirm [nzTitle]=\"'Confirmation... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(list): you can now mark an entire panel as done at once | 1 | feat | list |
67,479 | 25.08.2019 18:38:28 | -36,000 | 1614052512779b3e5757447bd3a57585d425ed8a | fix(bindign-language-tests): let some tests run in browser only | [
{
"change_type": "MODIFY",
"diff": "@@ -26,6 +26,7 @@ describe('harmoninous combination', function () {\ntitle: string;\ntemplate: string | HTMLElement;\nresources?: any[];\n+ browserOnly?: boolean;\nassertFn(ctx: HTMLTestContext, host: HTMLElement, comp: any): void | Promise<void>;\n}\n@@ -41,6 +42,7 @@ de... | TypeScript | MIT License | aurelia/aurelia | fix(bindign-language-tests): let some tests run in browser only | 1 | fix | bindign-language-tests |
815,601 | 25.08.2019 19:45:08 | -28,800 | 1792330758e97ac6627b02f8fafe0e5ca88224ca | fix: uncle's header should be stored and indexed | [
{
"change_type": "MODIFY",
"diff": "@@ -146,8 +146,13 @@ impl StoreTransaction {\n}\nlet block_number: packed::Uint64 = block.number().pack();\nself.insert_raw(COLUMN_INDEX, block_number.as_slice(), block_hash.as_slice())?;\n- for uncle_hash in block.uncle_hashes().into_iter() {\n- self.insert_raw(COLUMN_UN... | Rust | MIT License | nervosnetwork/ckb | fix: uncle's header should be stored and indexed | 1 | fix | null |
151,430 | 25.08.2019 21:49:06 | 25,200 | 68965617844aecb27f314574b48c07264dc129a8 | feat(event-validation): add event validation plugin | [
{
"change_type": "ADD",
"diff": "+{\n+ \"presets\": [\n+ [\n+ \"@babel/env\", {\n+ \"modules\": false\n+ }\n+ ]\n+ ]\n+}\n",
"new_path": "packages/analytics-plugin-event-validation/.babelrc",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+dist\n+node_modules\n+lib\n+\n+*.log\n+\n+... | JavaScript | MIT License | davidwells/analytics | feat(event-validation): add event validation plugin | 1 | feat | event-validation |
151,430 | 25.08.2019 21:56:50 | 25,200 | d8821c3559129dd4df9c7f717020adf801134ab7 | docs(segment): update segment arg docs | [
{
"change_type": "MODIFY",
"diff": "@@ -53,7 +53,7 @@ analytics.identify('user-xzy-123', {\n- **pluginConfig** <code>object</code> - Plugin settings\n- **pluginConfig.writeKey** <code>string</code> - Your segment writeKey\n-- **pluginConfig.disableAnonymousTraffic** <code>boolean</code> - Disable loading se... | JavaScript | MIT License | davidwells/analytics | docs(segment): update segment arg docs | 1 | docs | segment |
151,430 | 25.08.2019 22:30:36 | 25,200 | 87c7a567361dbadedce19ce81c8d4af434c00407 | refactor(core): dispatch aborted event if event cancelled | [
{
"change_type": "MODIFY",
"diff": "@@ -11,11 +11,6 @@ export default async function (action, getPlugins, instance, store, eventsInfo)\nreturn action\n}\n- // const actionDepth = (originalType.match(/:/g) || []).length\n- // if (actionDepth > 2) {\n- // return action\n- // }\n-\nconst state = instance.getSt... | JavaScript | MIT License | davidwells/analytics | refactor(core): dispatch aborted event if event cancelled | 1 | refactor | core |
151,430 | 25.08.2019 22:31:20 | 25,200 | 89f77e17e970b29f57ca0aa6f5b5b57d7465934c | docs: add event validation plugin | [
{
"change_type": "MODIFY",
"diff": "\"analytics-plugin-crazy-egg\": \"file:../../packages/analytics-plugin-crazy-egg\",\n\"analytics-plugin-tab-events\": \"file:../../packages/analytics-plugin-tab-events\",\n\"analytics-plugin-window-events\": \"file:../../packages/analytics-plugin-window-events\",\n+ \"ana... | JavaScript | MIT License | davidwells/analytics | docs: add event validation plugin | 1 | docs | null |
151,430 | 25.08.2019 22:33:21 | 25,200 | 1ddbd2ba3896c817cfef7ecfd57b5515654ecf22 | docs: add request page stub | [
{
"change_type": "DELETE",
"diff": "-import React from 'react'\n-\n-export default function OtherPage() {\n- return <div>Other page</div>\n-}\n",
"new_path": null,
"old_path": "site/main/src/pages/other.js"
},
{
"change_type": "ADD",
"diff": "+import React from 'react'\n+import tools fro... | JavaScript | MIT License | davidwells/analytics | docs: add request page stub | 1 | docs | null |
151,430 | 25.08.2019 22:35:34 | 25,200 | 5e28626f8f497512bcf32d8423089878dad45d6f | docs: disable event validation on demo site | [
{
"change_type": "MODIFY",
"diff": "@@ -51,16 +51,16 @@ const analytics = Analytics({\n}\n}\n},*/\n- eventValidation({\n- // Namespace of current application\n- projectName: 'app',\n- // Allowed objects\n- objects: [\n- 'sites', // example app:sites_cdConfigured\n- 'user', // example app:user_signup\n- 'sub... | JavaScript | MIT License | davidwells/analytics | docs: disable event validation on demo site | 1 | docs | null |
67,516 | 25.08.2019 22:38:13 | -7,200 | 93ec221b421fb7173195b9bbd23de0c9f1821db4 | docs(i18n): logical conclusion | [
{
"change_type": "MODIFY",
"diff": "- [Internationalization](#internationalization)\n- [Introduction](#introduction)\n- [Getting Started](#getting-started)\n- - [Installing the Plugin](#installing-the-plugin)\n- [Registering the plugin](#registering-the-plugin)\n- [Customize translation attribute alias](#cu... | TypeScript | MIT License | aurelia/aurelia | docs(i18n): logical conclusion | 1 | docs | i18n |
151,430 | 25.08.2019 22:41:04 | 25,200 | cc6dab12cb40d82f608d9ccc89188eab80b13252 | docs: update validation readme | [
{
"change_type": "MODIFY",
"diff": "# Event Validation for analytics\n-Validation for tracking events. This ensures events passing through to third party analytic tools is valid.\n+Validation for tracking events with [analytics](https://npmjs.com/package/analytics).\n+\n+This ensures events passing through ... | JavaScript | MIT License | davidwells/analytics | docs: update validation readme | 1 | docs | null |
151,430 | 25.08.2019 23:13:32 | 25,200 | 58c89fa7b2d7bf24f8dfeb1725bad4f44f725aa1 | docs: add event validation doc page | [
{
"change_type": "MODIFY",
"diff": "@@ -34,6 +34,7 @@ module.exports = {\n'plugins/tab-events',\n'plugins/window-events',\n'plugins/original-source',\n+ 'plugins/event-validation',\n'[Request a plugin](https://github.com/DavidWells/analytics/issues/new)',\n],\nTutorial: [\n",
"new_path": "site/main/gats... | JavaScript | MIT License | davidwells/analytics | docs: add event validation doc page | 1 | docs | null |
67,479 | 26.08.2019 00:13:28 | -36,000 | 02b6903796492a2b5fe65ad25dc97b839c6b0109 | fix(binding-language): add IgnoreCustomAttr to binding type | [
{
"change_type": "MODIFY",
"diff": "@@ -112,6 +112,77 @@ describe('harmoninous combination', function () {\nawait waitForFrames(1);\nassert.strictEqual(host.querySelector('div'), null);\n}\n+ },\n+ {\n+ title: 'multiple elements using custom attr + event with same names at the same time',\n+ template: `\n+ ... | TypeScript | MIT License | aurelia/aurelia | fix(binding-language): add IgnoreCustomAttr to binding type | 1 | fix | binding-language |
273,701 | 26.08.2019 06:15:34 | 25,200 | 1960093cc184d3dfee5c9c6715b3a0c3a4dac029 | feat(drupal): meta and node fields for references | [
{
"change_type": "MODIFY",
"diff": "### Quick Overview\n+**BREAKING CHANGE FROM 0.2.1 to 0.3.0**\n+The shape for accessing relationships on a node via GraphQL has changed. See [Example Page Queries](#example-page-queries).\n+\nThis is the source plugin for pulling in data from the Drupal content management ... | JavaScript | MIT License | gridsome/gridsome | feat(drupal): meta and node fields for references (#619) | 1 | feat | drupal |
865,921 | 26.08.2019 07:45:54 | -7,200 | 932ffe60f09724501c2160adfc8a79d3a08c1594 | chore(CHANGELOG): update headings | [
{
"change_type": "MODIFY",
"diff": "@@ -8,13 +8,13 @@ ___Note:__ Yet to be released changes appear here._\n## 3.3.0\n-### General\n+#### General\n* `FIX`: correct find shortcut not working ([#1450](https://github.com/camunda/camunda-modeler/issues/1450))\n* `FIX`: restore paste shortcut not working in XML v... | JavaScript | MIT License | camunda/camunda-modeler | chore(CHANGELOG): update headings | 1 | chore | CHANGELOG |
865,921 | 26.08.2019 07:47:07 | -7,200 | 663f4b271ac2ea0b7c9bef28b02fc5714f293d4b | docs(README): link official download site | [
{
"change_type": "MODIFY",
"diff": "@@ -10,7 +10,7 @@ An integrated modeling solution for BPMN, DMN and CMMN based on [bpmn.io](http:/\n## Resources\n* [Changelog](./CHANGELOG.md)\n-* [Download](http://camunda.org/release/camunda-modeler) (see also [nightly builds](http://camunda.org/release/camunda-modeler... | JavaScript | MIT License | camunda/camunda-modeler | docs(README): link official download site | 1 | docs | README |
306,397 | 26.08.2019 09:33:19 | -7,200 | 7fb68ed7a393b94bbf97f3c425d78b9da874ffb6 | fix(input-amount): pass string instead of object in parser | [
{
"change_type": "MODIFY",
"diff": "@@ -60,7 +60,8 @@ function getParseMode(value) {\n* @param {object} options Locale Options\n*/\nfunction parseWithLocale(value, options) {\n- const separator = getDecimalSeparator(options);\n+ const locale = options && options.locale ? options.locale : null;\n+ const sepa... | JavaScript | MIT License | ing-bank/lion | fix(input-amount): pass string instead of object in parser | 1 | fix | input-amount |
504,026 | 26.08.2019 09:41:34 | 14,400 | 6a93c7c265923bebd0a23317c9868f52ca641c2f | fix(charts): adjust legend position for axis label
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -23,7 +23,7 @@ import {\nChartLegendWrapper\n} from \"../ChartLegend\";\nimport { ChartCommonStyles, ChartThemeDefinition } from '../ChartTheme';\n-import { getPaddingForSide, getTheme } from '../ChartUtils';\n+import { getLabelTextSize, getPaddingForSide, getTheme } f... | TypeScript | MIT License | patternfly/patternfly-react | fix(charts): adjust legend position for axis label (#2763)
Fixes https://github.com/patternfly/patternfly-react/issues/2762 | 1 | fix | charts |
815,569 | 26.08.2019 09:46:13 | -28,800 | 0eaf320003bc906725dc426b3ac955b96127d0f1 | chore: fix coverage test | [
{
"change_type": "MODIFY",
"diff": "@@ -13,7 +13,7 @@ test: ## Run all tests.\n# https://github.com/xd009642/tarpaulin/issues/161\n# https://github.com/xd009642/tarpaulin/issues/190#issuecomment-473564880\ncov: ## Run code coverage.\n- RUSTC=\"$$(pwd)/devtools/cov/rustc-proptest-fix\" taskset -c 0 cargo tar... | Rust | MIT License | nervosnetwork/ckb | chore: fix coverage test | 1 | chore | null |
815,595 | 26.08.2019 10:15:44 | -28,800 | b71092df5689cc476eb6d1a73bca9e29414461d3 | feat(test): Tail nodes' logs when fails | [
{
"change_type": "MODIFY",
"diff": "@@ -7,6 +7,7 @@ use rand::{seq::SliceRandom, thread_rng};\nuse std::any::Any;\nuse std::collections::HashMap;\nuse std::env;\n+use std::fs::read_to_string;\nuse std::panic;\nuse std::path::{Path, PathBuf};\nuse std::time::Instant;\n@@ -60,10 +61,21 @@ fn main() {\nspec_na... | Rust | MIT License | nervosnetwork/ckb | feat(test): Tail nodes' logs when fails | 1 | feat | test |
815,595 | 26.08.2019 10:26:03 | -28,800 | 84402c961c341936364a751ff6380375e5228f5c | chore(test): Add field setup to Net | [
{
"change_type": "MODIFY",
"diff": "use crate::specs::TestProtocol;\nuse crate::utils::{temp_path, wait_until};\n-use crate::Node;\n+use crate::{Node, Setup};\nuse ckb_network::{\nCKBProtocol, CKBProtocolContext, CKBProtocolHandler, NetworkConfig, NetworkController,\nNetworkService, NetworkState, PeerIndex,... | Rust | MIT License | nervosnetwork/ckb | chore(test): Add field setup to Net | 1 | chore | test |
504,004 | 26.08.2019 10:31:02 | 14,400 | de6b2119b265151c87df41d6581b9845ce7ee218 | fix(tooltip): allow manul trigger, access to tippy.js props | [
{
"change_type": "MODIFY",
"diff": "@@ -27,8 +27,10 @@ exports[`copy button render 1`] = `\n]\n}\nisAppLauncher={false}\n+ isVisible={false}\nmaxWidth=\"500px\"\nposition=\"right\"\n+ tippyProps={Object {}}\ntrigger=\"mouseenter focus click\"\nzIndex={9999}\n>\n",
"new_path": "packages/patternfly-4/reac... | TypeScript | MIT License | patternfly/patternfly-react | fix(tooltip): allow manul trigger, access to tippy.js props (#2769) | 1 | fix | tooltip |
815,595 | 26.08.2019 10:57:12 | -28,800 | 046aae9c252e8dfe031c8dfa8271259a2247d77e | chore(test): Assert test_protocols non-empty when connect nodes | [
{
"change_type": "MODIFY",
"diff": "@@ -18,18 +18,14 @@ pub type NetMessage = (PeerIndex, ProtocolId, Bytes);\npub struct Net {\npub nodes: Vec<Node>,\n- pub controller: Option<(NetworkController, Receiver<NetMessage>)>,\n+ controller: Option<(NetworkController, Receiver<NetMessage>)>,\nstart_port: u16,\nse... | Rust | MIT License | nervosnetwork/ckb | chore(test): Assert test_protocols non-empty when connect nodes | 1 | chore | test |
67,494 | 26.08.2019 11:12:40 | -7,200 | 1fd2ba7a785e14edae81ceba628ff109e22258ef | refactor(router): rename useBrowserFragmentHash to useUrlFragmentHash | [
{
"change_type": "MODIFY",
"diff": "@@ -18,7 +18,7 @@ interface ForwardedState {\n}\nexport interface IBrowserNavigatorOptions extends INavigatorViewerOptions {\n- useBrowserFragmentHash?: boolean;\n+ useUrlFragmentHash?: boolean;\n}\nexport class BrowserNavigator implements INavigatorStore, INavigatorViewe... | TypeScript | MIT License | aurelia/aurelia | refactor(router): rename useBrowserFragmentHash to useUrlFragmentHash | 1 | refactor | router |
815,569 | 26.08.2019 11:53:28 | -28,800 | 91c1e950f612f1257141587811fb703fc502ad3b | fix: should update cached missing_indexes when collision | [
{
"change_type": "MODIFY",
"diff": "@@ -5,6 +5,7 @@ use ckb_network::{CKBProtocolContext, PeerIndex};\nuse ckb_types::{core, packed, prelude::*};\nuse failure::Error as FailureError;\nuse std::collections::hash_map::Entry;\n+use std::mem;\nuse std::sync::Arc;\n// Keeping in mind that short_ids are expected ... | Rust | MIT License | nervosnetwork/ckb | fix: should update cached missing_indexes when collision | 1 | fix | null |
104,827 | 26.08.2019 11:53:37 | 18,000 | b4d67446f26d9cb64a4269a97e9e0cd41f5ed1d4 | fix(imagecard): story doesn't use hotspot icon config | [
{
"change_type": "MODIFY",
"diff": "@@ -17,10 +17,30 @@ const content = {\nconst values = {\nhotspots: [\n- { x: 35, y: 65, content: <span style={{ padding: '10px' }}>Elevators</span> },\n- { x: 45, y: 25, content: <span style={{ padding: '10px' }}>Stairs</span> },\n- { x: 45, y: 50, content: <span style={{... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(imagecard): story doesn't use hotspot icon config | 1 | fix | imagecard |
469,438 | 26.08.2019 11:55:09 | 25,200 | 8bccaf381986a1eae5c0e19609d83bdb660e35e4 | feat: add greetings action | [
{
"change_type": "ADD",
"diff": "+name: Greetings\n+\n+on: [pull_request, issues]\n+\n+jobs:\n+ greeting:\n+ runs-on: ubuntu-latest\n+ steps:\n+ - uses: actions/first-interaction@v1\n+ with:\n+ repo-token: ${{ secrets.GITHUB_TOKEN }}\n+ issue-message: 'Welcome to OpenRPC! Thank you for taking the time to cr... | JavaScript | Apache License 2.0 | open-rpc/spec | feat: add greetings action | 1 | feat | null |
469,438 | 26.08.2019 12:05:14 | 25,200 | 5c86521685de46c5bf127db9b5586740782bc56f | feat: add first set of labels | [
{
"change_type": "ADD",
"diff": "+spec: spec.md\n+\n+deps:\n+- package.json\n+- package-lock.json\n+\n+deploy:\n+- .circleci/**/*\n+- bin/**/*\n+- .releaserc\n+-\n+\n+ops:\n+- .github/**/*\n+- .markdownlint.json\n+- README.md\n+- .gitignore.md\n+\n+pristine\n+- BUILDING.md\n+- CONTRIBUTING.md\n+- CONVENTION... | JavaScript | Apache License 2.0 | open-rpc/spec | feat: add first set of labels | 1 | feat | null |
304,882 | 26.08.2019 12:06:47 | 25,200 | dbd35a876e153413f98d61ba982fce6fa75a99ae | test(slack): endpoint adds string valued _sent column | [
{
"change_type": "MODIFY",
"diff": "@@ -210,7 +210,7 @@ csv.from(csv:data) |> endpoint()`\n}\nres := <-query.Results()\n_ = res\n- var HasStatus bool\n+ var HasStatus, HasSent bool\nerr = res.Tables().Do(func(table flux.Table) error {\nreturn table.Do(func(reader flux.ColReader) error {\nif reader == nil {\... | Go | MIT License | influxdata/flux | test(slack): endpoint adds string valued _sent column | 1 | test | slack |
469,438 | 26.08.2019 12:11:14 | 25,200 | 0674aafee72df65a9a3a11a00fd417b93188aa5c | fix: remove additional dash | [
{
"change_type": "MODIFY",
"diff": "@@ -8,12 +8,12 @@ deploy:\n- .circleci/**/*\n- bin/**/*\n- .releaserc\n--\n+\nops:\n- .github/**/*\n- .markdownlint.json\n- README.md\n-- .gitignore.md\n+- .gitignore\npristine:\n- BUILDING.md\n@@ -21,10 +21,8 @@ pristine:\n- CONVENTIONAL_COMMITS.md\n- RELEASING.md\n- VER... | JavaScript | Apache License 2.0 | open-rpc/spec | fix: remove additional dash | 1 | fix | null |
67,494 | 26.08.2019 12:19:50 | -7,200 | 6e37ac4049867c263fc0e499ad44e483848d322f | test(router): fix proper pathname behavior in mock | [
{
"change_type": "MODIFY",
"diff": "@@ -227,7 +227,11 @@ export class MockBrowserHistoryLocation {\nget pathname(): string {\nconst parts = this.parts;\n// parts.shift();\n- return parts.shift()!;\n+ let path = parts.shift()!;\n+ if (!path.startsWith('/')) {\n+ path = `/${path}`;\n+ }\n+ return path;\n}\nge... | TypeScript | MIT License | aurelia/aurelia | test(router): fix proper pathname behavior in mock | 1 | test | router |
67,494 | 26.08.2019 12:20:29 | -7,200 | ae483c401d68e5164721ea01c75fc402fdb77dc4 | test(router): add tests for use url fragment hash | [
{
"change_type": "MODIFY",
"diff": "@@ -187,6 +187,63 @@ describe('BrowserNavigator', function () {\ntearDown();\n});\n+\n+ it('defaults to using url fragment hash', async function () {\n+ const { sut, tearDown, callback } = setup();\n+\n+ let instruction;\n+ await sut.activate({\n+ callback:\n+ function (s... | TypeScript | MIT License | aurelia/aurelia | test(router): add tests for use url fragment hash | 1 | test | router |
67,494 | 26.08.2019 12:23:03 | -7,200 | 2696bed677b92c1472020a5e9805eace8f33e591 | test(realworld): remove use url fragment hash checkbox | [
{
"change_type": "MODIFY",
"diff": "<header-layout></header-layout>\n-<label style=\"display: block; padding-left: 40px;\"><input type=\"checkbox\" checked.two-way=\"router.navigation.options.useUrlFragmentHash\">Use browser fragment (hash)</label>\n<au-viewport name=\"main\" default=\"home\"></au-viewport>... | TypeScript | MIT License | aurelia/aurelia | test(realworld): remove use url fragment hash checkbox | 1 | test | realworld |
304,868 | 26.08.2019 12:28:02 | 21,600 | fc11285bfb27550df85a76fe3bbfee305a568dd4 | refactor(dependencies): change helper method to expose true defaults
This change updates the helper methods for creating dependencies so that
there is a common set of default dependencies.
The builtins now use an explicitly empty set of dependencies as they
should not be allowed to consume any dependencies. | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,6 @@ package cmd\nimport (\n\"context\"\n\"fmt\"\n- \"net/http\"\n_ \"github.com/influxdata/flux/builtin\"\n\"github.com/influxdata/flux/dependencies\"\n@@ -25,7 +24,9 @@ func init() {\n}\nfunc execute(cmd *cobra.Command, args []string) error {\n- r := repl.New... | Go | MIT License | influxdata/flux | refactor(dependencies): change helper method to expose true defaults
This change updates the helper methods for creating dependencies so that
there is a common set of default dependencies.
The builtins now use an explicitly empty set of dependencies as they
should not be allowed to consume any dependencies. | 1 | refactor | dependencies |
104,818 | 26.08.2019 12:50:57 | 18,000 | 705a7e17043fa1800df4897a70b992be4701f53c | fix(tablerow): show pointer if clickable | [
{
"change_type": "MODIFY",
"diff": "@@ -115,6 +115,7 @@ const StyledCheckboxTableCell = styled(TableCell)`\nconst StyledTableRow = styled(TableRow)`\n&&& {\n+ ${props => (props.onClick ? `cursor: pointer;` : ``)}\n:hover {\ntd {\n/* show the row actions if the table row is hovered over */\n@@ -136,6 +137,7 ... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(tablerow): show pointer if clickable | 1 | fix | tablerow |
104,818 | 26.08.2019 12:56:15 | 18,000 | 612ba4f9defaa57851d47eb65a9e96aa8049c5a5 | fix(styles): autofix styles | [
{
"change_type": "MODIFY",
"diff": "@@ -387,7 +387,6 @@ const TableCard = ({\n},\n];\n-\nconst hasActionColumn = data.filter(i => i.actions).length > 0;\nconst uniqueThresholds = uniqBy(thresholds, 'dataSourceId');\n@@ -403,9 +402,12 @@ const TableCard = ({\n: null\n)\n.filter(i => !isNil(i));\n- indexes.fo... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(styles): autofix styles | 1 | fix | styles |
471,481 | 26.08.2019 13:04:30 | -10,800 | f614ab6bd8a17932a527b3a3e4d0a974542900fd | chore(prettier-config): refer to lit-element css literal | [
{
"change_type": "MODIFY",
"diff": "@@ -45,7 +45,7 @@ npm init @open-wc\n- Apply formatting to JS files\n- Apply formatting to HTML inside of `html` tagged template literals used by [lit-html](https://github.com/Polymer/lit-html)\n-- Apply formatting to CSS inside of `css` tagged template literals used by [... | JavaScript | MIT License | open-wc/open-wc | chore(prettier-config): refer to lit-element css literal | 1 | chore | prettier-config |
865,926 | 26.08.2019 13:10:43 | -7,200 | ec55ef7576d2630075eb1e8f5410572fba63820f | feat(client): allow to provide warning or error category
Simply pass the category as a second argument to `App#handleError`
and `App#handleWarning` callbacks. | [
{
"change_type": "MODIFY",
"diff": "@@ -986,14 +986,14 @@ export class App extends PureComponent {\n/**\n* Propagates errors to parent.\n* @param {Error} error\n- * @param {Tab} [tab]\n+ * @param {Tab|string} [categoryOrTab]\n*/\n- handleError = (error, tab) => {\n+ handleError = (error, categoryOrTab) => {... | JavaScript | MIT License | camunda/camunda-modeler | feat(client): allow to provide warning or error category
Simply pass the category as a second argument to `App#handleError`
and `App#handleWarning` callbacks. | 1 | feat | client |
67,482 | 26.08.2019 13:31:36 | 25,200 | bb903f1cd8aa16b91a8aa830906909f3be822f50 | fix(view-locator): final typing issue | [
{
"change_type": "MODIFY",
"diff": "@@ -245,7 +245,7 @@ describe('the view locator', () => {\nconst locator = new ViewLocator();\nconst model = new MyModel();\n- const Component = locator.getViewComponentForObject(model as any);\n+ const Component = locator.getViewComponentForObject(model);\nconst instance:... | TypeScript | MIT License | aurelia/aurelia | fix(view-locator): final typing issue | 1 | fix | view-locator |
104,818 | 26.08.2019 13:36:17 | 18,000 | 633c9ea012e68a7d2279c6a24e33a99a11a74ced | fix(timeseries): gray out in editable mode | [
{
"change_type": "MODIFY",
"diff": "@@ -29,6 +29,9 @@ const LineChartWrapper = styled.div`\ntransform: rotateY(0);\ntext-anchor: initial !important;\n}\n+ .expand-btn {\n+ display: ${props => (props.isEditable ? 'none' : '')};\n+ }\n.legend-wrapper {\ndisplay: ${props => (props.isLegendHidden ? 'none' : '')... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(timeseries): gray out in editable mode | 1 | fix | timeseries |
711,597 | 26.08.2019 13:42:36 | -7,200 | 79339b136bade32e5272504a052d76beffcf534e | chore: Create script for local publishing to Verdaccio | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"vendure\",\n- \"version\": \"0.0.0\",\n+ \"version\": \"10.2.2\",\n\"private\": true,\n\"scripts\": {\n\"core:watch\": \"concurrently -n tsc,gulp,common \\\"cd packages/core && yarn tsc:watch\\\" \\\"cd packages/core && yarn gulp:watch\\\" \\\"cd packages/c... | TypeScript | MIT License | vendure-ecommerce/vendure | chore: Create script for local publishing to Verdaccio | 1 | chore | null |
67,482 | 26.08.2019 13:53:19 | 25,200 | 2bec83e805484858cca80b4da2bf1fa561d6550e | test(compose): add integration test for view locator | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,8 @@ import {\nILifecycle,\nIObserverLocator,\nIRenderingEngine,\n+ view,\n+ customElement,\n} from '@aurelia/runtime';\nimport { RenderPlan } from '@aurelia/runtime-html';\nimport { eachCartesianJoin, TestContext, trimFull, assert } from '@aurelia/testing';\n@... | TypeScript | MIT License | aurelia/aurelia | test(compose): add integration test for view locator | 1 | test | compose |
730,429 | 26.08.2019 13:54:02 | 14,400 | 7df9974030401d2c088a01695aef5d14b39a419e | docs(widget-space): add workflow section to SETUP.md | [
{
"change_type": "MODIFY",
"diff": "@@ -37,3 +37,17 @@ The \"destinationId\" is converted from a hydra ID to a UUID (if necessary), then\n### Email/User ID\nThe \"email\" destination type allows a user to open a direct space to the account with the given email address. The space widget uses the conversation... | JavaScript | MIT License | webex/react-widgets | docs(widget-space): add workflow section to SETUP.md | 1 | docs | widget-space |
503,965 | 26.08.2019 13:58:46 | 14,400 | 0d1716d4f5a743952bb79a2ace77957f6ad65910 | fix(button): add reset to ButtonType enum | [
{
"change_type": "MODIFY",
"diff": "@@ -14,7 +14,8 @@ export enum ButtonVariant {\nexport enum ButtonType {\nbutton = 'button',\n- submit = 'submit'\n+ submit = 'submit',\n+ reset = 'reset'\n};\nexport interface ButtonProps extends React.HTMLProps<HTMLButtonElement> {\n",
"new_path": "packages/patternfl... | TypeScript | MIT License | patternfly/patternfly-react | fix(button): add reset to ButtonType enum (#2781) | 1 | fix | button |
104,818 | 26.08.2019 14:04:07 | 18,000 | 3d68b26bc0c12b76c9d107a31dd71a5fd17c046e | fix(timeseries): should show hour with only one point | [
{
"change_type": "MODIFY",
"diff": "@@ -145,7 +145,7 @@ const TimeSeriesCard = ({\n'year'\n);\n- const formatInterval = (timestamp, index, ticksInterval) => {\n+ const formatInterval = (timestamp, index, ticksInterval, length) => {\n// moment locale default to english\nmoment.locale('en');\nif (locale) {\n@... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(timeseries): should show hour with only one point | 1 | fix | timeseries |
304,882 | 26.08.2019 14:11:40 | 25,200 | 0717c6b3d2b282ec36ad1f42b3318b40247befd3 | docs: update string interpolation specification | [
{
"change_type": "MODIFY",
"diff": "@@ -282,11 +282,6 @@ Additionally any byte value may be specified via a hex encoding using `\\x` as th\nescaped_char = `\\` ( \"n\" | \"r\" | \"t\" | `\\` | `\"` ) .\nStringExpression = \"${\" Expression \"}\" .\n-TODO(nathanielc): With string interpolation string_lit is ... | Go | MIT License | influxdata/flux | docs: update string interpolation specification (#1776) | 1 | docs | null |
730,429 | 26.08.2019 14:40:20 | 14,400 | 5018685e99da6d5034cac323f0319d7f9e531f61 | feat(widget-space): add error for UUID destination ids
BREAKING CHANGE: SPACE ID and USER ID destinations must be identified by
the fully encoded ID provided by the developer portal. | [
{
"change_type": "MODIFY",
"diff": "@@ -21,7 +21,7 @@ Destination type determines what kind of space you are trying to open. It can be\nIf destination type is \"email\", then simply pass a string containing the email of the user you would like to open the space with.\n-If the destination type is either \"us... | JavaScript | MIT License | webex/react-widgets | feat(widget-space): add error for UUID destination ids
BREAKING CHANGE: SPACE ID and USER ID destinations must be identified by
the fully encoded ID provided by the developer portal. | 1 | feat | widget-space |
730,429 | 26.08.2019 14:41:32 | 14,400 | 8e19a699eb7d760dd67dc1af0b6f4ba22da0706a | refactor(widget-space): remove destination formatting | [
{
"change_type": "MODIFY",
"diff": "@@ -189,14 +189,6 @@ When loading the widgets there are some configuration options you can provide:\n| `secondaryActivitiesFullWidth` | N/A: global only feature | (default: `false`) When true, the widget's secondary activities will cover the entire main widget area. When ... | JavaScript | MIT License | webex/react-widgets | refactor(widget-space): remove destination formatting | 1 | refactor | widget-space |
104,818 | 26.08.2019 14:50:37 | 18,000 | 9b7dfd5689a8ef04204bc10d3464a724292bab44 | fix(timeseries): increase line chart precision by default | [
{
"change_type": "MODIFY",
"diff": "@@ -94,7 +94,7 @@ const formatChartData = (labels, series, values) => {\n};\nconst valueFormatter = (value, size, unit) => {\n- const precision = determinePrecision(size, value, 1);\n+ const precision = determinePrecision(size, value, value > 1 ? 1 : 3);\nlet renderValue ... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(timeseries): increase line chart precision by default | 1 | fix | timeseries |
711,597 | 26.08.2019 15:21:59 | -7,200 | b6ae23576939c6640612dbf64c59cac2e5efa881 | fix(elasticsearch-plugin): Fix error when creating new Product
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -79,13 +79,46 @@ export class ElasticsearchIndexerController {\nvariantId?: ID;\n}): Observable<boolean> {\nconst ctx = RequestContext.fromObject(rawContext);\n- let updatedProductVariants: ProductVariant[] = [];\n- let removedProducts: Product[] = [];\nlet updatedVari... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(elasticsearch-plugin): Fix error when creating new Product
Closes #145 | 1 | fix | elasticsearch-plugin |
273,683 | 26.08.2019 15:24:37 | -7,200 | eb1d1af3af79393fff887fab9589378dd43461e5 | chore(drupal): update query examples in readme | [
{
"change_type": "MODIFY",
"diff": "@@ -202,8 +202,8 @@ List all `DrupalNodeArticle` using `<page-query>` in a Gridsome page:\nallDrupalNodeArticle(perPage:100) {\nedges {\nnode {\n- id,\n- title,\n+ id\n+ title\npath\n}\n}\n@@ -216,28 +216,28 @@ Get the details of an individual `DrupalNodeArticle` using `<... | JavaScript | MIT License | gridsome/gridsome | chore(drupal): update query examples in readme | 1 | chore | drupal |
503,988 | 26.08.2019 15:28:58 | 14,400 | 5f99560c9da63d847186149a4ce32e4af55ee7b2 | feat(AsyncTypeAheadSelect): pass reference to inner component | [
{
"change_type": "MODIFY",
"diff": "@@ -18,25 +18,35 @@ class AsyncTypeAheadSelect extends React.Component {\nPromise.resolve(this.props.onSearch(query)).then(options => this.onSearchEnd(options));\n};\n- render = () => (\n+ render() {\n+ const { innerRef, ...props } = this.props;\n+ return (\n<AsyncTypeahe... | TypeScript | MIT License | patternfly/patternfly-react | feat(AsyncTypeAheadSelect): pass reference to inner component (#2760) | 1 | feat | AsyncTypeAheadSelect |
104,818 | 26.08.2019 15:53:11 | 18,000 | 3a4aa7757f3da34829757d495b95caffb1ae2ff8 | fix(timeseries): improve precision for small numbers | [
{
"change_type": "MODIFY",
"diff": "@@ -94,7 +94,7 @@ const formatChartData = (labels, series, values) => {\n};\nconst valueFormatter = (value, size, unit) => {\n- const precision = determinePrecision(size, value, value > 1 ? 1 : 3);\n+ const precision = determinePrecision(size, value, Math.abs(value) > 1 ?... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(timeseries): improve precision for small numbers | 1 | fix | timeseries |
815,601 | 26.08.2019 16:13:22 | -28,800 | 211ebdd0cb8290d45e2d6be3fa13c22e0fda595f | fix: uncle header shouldn't be deleted when block detach from mainchain | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,8 @@ use ckb_shared::shared::SharedBuilder;\nuse ckb_store::ChainStore;\nuse ckb_traits::ChainProvider;\nuse ckb_types::{\n- core::{BlockExt, BlockView},\n+ core::{BlockBuilder, BlockExt, BlockView},\n+ prelude::Pack,\nU256,\n};\nuse faketime::unix_time_as_mill... | Rust | MIT License | nervosnetwork/ckb | fix: uncle header shouldn't be deleted when block detach from mainchain | 1 | fix | null |
71,101 | 26.08.2019 16:41:01 | -7,200 | 79cbe1cd55b5e06ddeae4fa8d094fe0d7fc600eb | chore: disable mergify
Mergify creates inadequate commit messages (the git default for multi-commit PRs).
We plan on replacing merging with a more flexible product. | [
{
"change_type": "DELETE",
"diff": "-# See https://doc.mergify.io\n-\n-pull_request_rules:\n- - name: automatic merge\n- actions:\n- comment:\n- message: Thank you for contributing! Your pull request is now being automatically merged.\n- merge:\n- strict: smart\n- method: squash\n- strict_method: merge\n- d... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore: disable mergify
Mergify creates inadequate commit messages (the git default for multi-commit PRs).
We plan on replacing merging with a more flexible product. | 1 | chore | null |
942,615 | 26.08.2019 17:04:15 | 25,200 | 5eeb89c51bd7b6671771c28892c5d72198a11413 | fix(page-header): Add missing dependency | [
{
"change_type": "MODIFY",
"diff": "\"react\": \">= 16.8 < 17\"\n},\n\"dependencies\": {\n+ \"@workday/canvas-kit-react-button\": \"^3.0.0-alpha.5\",\n\"@workday/canvas-kit-react-common\": \"^3.0.0-alpha.5\",\n\"@workday/canvas-kit-react-core\": \"^3.0.0-alpha.5\",\n\"@workday/canvas-kit-react-icon\": \"^3.... | TypeScript | Apache License 2.0 | workday/canvas-kit | fix(page-header): Add missing dependency (#149) | 1 | fix | page-header |
791,834 | 26.08.2019 17:14:17 | 25,200 | 41982980af662130fd5b59246f4ec145fb60f093 | clients(devtools): fix collapsing-width svg in flexbox | [
{
"change_type": "MODIFY",
"diff": ".lh-devtools.lh-root {\nheight: 100%;\n}\n+.lh-devtools.lh-root img {\n+ /* Override devtools default 'min-width: 0' so svg without size in a flexbox isn't collapsed. */\n+ min-width: auto;\n+}\n.lh-devtools .lh-container {\noverflow-y: scroll;\nheight: calc(100% - var(--... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | clients(devtools): fix collapsing-width svg in flexbox (#9602) | 1 | clients | devtools |
711,597 | 26.08.2019 17:19:25 | -7,200 | f0a56fa4552698c9d39e56f04cb2e89dd3d070d8 | fix(elasticsearch-plugin): Correctly remove deleted items from index | [
{
"change_type": "MODIFY",
"diff": "@@ -79,82 +79,17 @@ export class ElasticsearchIndexerController {\nvariantId?: ID;\n}): Observable<boolean> {\nconst ctx = RequestContext.fromObject(rawContext);\n- let updatedVariants: ProductVariant[] = [];\nreturn defer(async () => {\nif (productId) {\nawait this.updat... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(elasticsearch-plugin): Correctly remove deleted items from index | 1 | fix | elasticsearch-plugin |
815,595 | 26.08.2019 17:42:22 | -28,800 | 7f14996ad2c4d6e70d06ee23cea85c78b8c7f365 | test: Swith forks when both contain same transactions | [
{
"change_type": "MODIFY",
"diff": "@@ -190,6 +190,7 @@ fn all_specs() -> SpecMap {\nBox::new(ChainFork6),\nBox::new(ChainFork7),\nBox::new(LongForks),\n+ Box::new(ForksContainSameTransactions),\nBox::new(DepositDAO),\nBox::new(WithdrawDAO),\nBox::new(WithdrawAndDepositDAOWithinSameTx),\n",
"new_path": ... | Rust | MIT License | nervosnetwork/ckb | test: Swith forks when both contain same transactions | 1 | test | null |
217,922 | 26.08.2019 18:23:04 | -7,200 | 8037851507e8e537044b83ddbc10399800b5ea9b | fix(list): fixed an issue with lists sometimes crashing with 5.7.10 update | [
{
"change_type": "MODIFY",
"diff": "</ng-container>\n<ng-template #removeSingleAssignment>\n<button nz-dropdown nzSize=\"small\"\n- *ngIf=\"item.workingOnIt.indexOf(userId) > -1 && loggedIn$ | async\"\n+ *ngIf=\"item.workingOnIt?.indexOf(userId) > -1 && loggedIn$ | async\"\n(click)=\"removeWorkingOnIt(userI... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(list): fixed an issue with lists sometimes crashing with 5.7.10 update | 1 | fix | list |
67,516 | 26.08.2019 19:12:40 | -7,200 | 2576139ab6396936a8821fe88578ced8db97bd18 | feat(i18n): support for [text] | [
{
"change_type": "MODIFY",
"diff": "@@ -264,6 +264,19 @@ describe('translation-integration', function () {\nassertTextContent(host, `span#b`, translation.simple.text);\n});\n+ it('works for textContent replacement with explicit [text] attribute - `t=\"[text]key\"`', async function () {\n+\n+ @customElement(... | TypeScript | MIT License | aurelia/aurelia | feat(i18n): support for [text] | 1 | feat | i18n |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.