author int64 4.98k 943k | date stringdate 2017-04-15 16:45:02 2022-02-25 15:32:15 | timezone int64 -46,800 39.6k | hash stringlengths 40 40 | message stringlengths 8 468 | mods listlengths 1 16 | language stringclasses 9
values | license stringclasses 2
values | repo stringclasses 119
values | original_message stringlengths 12 491 | is_CCS int64 1 1 | commit_type stringclasses 129
values | commit_scope stringlengths 1 44 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
791,834 | 16.01.2019 14:52:46 | 28,800 | e4673a97cc44695344d253042469dacc91b4c125 | misc: fix extension package path and viewer comments
also add breaking changes section to changelog | [
{
"change_type": "MODIFY",
"diff": "@@ -78,7 +78,7 @@ async function packageExtension() {\nwriteStream.on('error', reject);\narchive.pipe(writeStream);\n- archive.glob(`${distDir}/**`);\n+ archive.directory(distDir, false);\narchive.finalize();\n});\n}\n",
"new_path": "build/build-extension.js",
"ol... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc: fix extension package path and viewer comments (#7032)
also add breaking changes section to changelog | 1 | misc | null |
217,922 | 16.01.2019 15:28:37 | -3,600 | 1d213b396174832b3b9314d76865126dc2b59f18 | fix(layout): fixed default layout filter for token trades panel | [
{
"change_type": "MODIFY",
"diff": "@@ -26,7 +26,7 @@ export class LayoutService extends FirestoreRelationalStorage<ListLayout> {\n1, false, true, true, false, false, true),\nnew LayoutRow('Reducible', 'NAME', LayoutRowOrder.DESC, LayoutRowFilter.IS_REDUCTION.name,\n2, false, false, true, false, false, true... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(layout): fixed default layout filter for token trades panel | 1 | fix | layout |
217,922 | 16.01.2019 16:08:34 | -3,600 | 4479e64b19c77de127f1385904f36b76ce0be0c2 | fix(layout): voidrake and lavender aren't filtered in tokens panel in default layout anymore | [
{
"change_type": "MODIFY",
"diff": "@@ -26,7 +26,7 @@ export class LayoutService extends FirestoreRelationalStorage<ListLayout> {\n1, false, true, true, false, false, true),\nnew LayoutRow('Reducible', 'NAME', LayoutRowOrder.DESC, LayoutRowFilter.IS_REDUCTION.name,\n2, false, false, true, false, false, true... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(layout): voidrake and lavender aren't filtered in tokens panel in default layout anymore | 1 | fix | layout |
503,988 | 16.01.2019 16:18:22 | 18,000 | 442aa3da572e7c4ec926b9e7653ee546eb555fcf | docs(Button): update button docs to match core | [
{
"change_type": "MODIFY",
"diff": "@@ -17,8 +17,7 @@ export default {\n{ component: BlockExample, title: 'Block Button' },\n{\ncomponent: LinkExample,\n- title: 'Links',\n- description: `Links with button styling. Semantic buttons and links are important for usability as well as accessibility. Using an \"a... | TypeScript | MIT License | patternfly/patternfly-react | docs(Button): update button docs to match core (#1192) | 1 | docs | Button |
730,429 | 16.01.2019 17:09:08 | 18,000 | aa0cc2647c467b3e8de43d2b85bfded03eb998e1 | feat(r-m-spaces): optimize convo request and storage | [
{
"change_type": "MODIFY",
"diff": "@@ -243,98 +243,6 @@ Array [\nexports[`redux-module-space actions #getSpaces properly gets spaces 1`] = `\nArray [\n- Object {\n- \"payload\": Object {\n- \"users\": Array [\n- Object {\n- \"displayName\": \"Person 1\",\n- \"email\": \"person1@email.com\",\n- \"id\": \"ot... | JavaScript | MIT License | webex/react-widgets | feat(r-m-spaces): optimize convo request and storage | 1 | feat | r-m-spaces |
730,429 | 16.01.2019 17:11:15 | 18,000 | e34956d2bb84f119aa52d9ff72ab5c321c22a3e9 | feat(recents): optimize initial space loading via enhancers | [
{
"change_type": "MODIFY",
"diff": "@@ -4,44 +4,28 @@ import {connect} from 'react-redux';\nimport {bindActionCreators} from 'redux';\nimport classNames from 'classnames';\nimport {autobind} from 'core-decorators';\n+import {compose} from 'recompose';\n+import {has} from 'lodash';\n-import {addError, remove... | JavaScript | MIT License | webex/react-widgets | feat(recents): optimize initial space loading via enhancers | 1 | feat | recents |
503,988 | 16.01.2019 17:13:54 | 18,000 | 0996cfde04dd69ce658f2962673b3680a2bca5b1 | feat(Dropdown): handle keyboard navigation and styling for Link children | [
{
"change_type": "MODIFY",
"diff": "import React from 'react';\n+import ReactDOM from 'react-dom';\nimport styles from '@patternfly/patternfly-next/components/Dropdown/dropdown.css';\nimport { css } from '@patternfly/react-styles';\nimport PropTypes from 'prop-types';\n@@ -61,8 +62,11 @@ class DropdownItem ... | TypeScript | MIT License | patternfly/patternfly-react | feat(Dropdown): handle keyboard navigation and styling for Link children (#1201) | 1 | feat | Dropdown |
503,988 | 16.01.2019 17:14:53 | 18,000 | f4a92ee7dba6558f81337daa0fc0d2a40eae7842 | fix(Dropdown): pass onClick to any dropdown item if present
previous was only done for button type | [
{
"change_type": "MODIFY",
"diff": "@@ -119,7 +119,7 @@ class DropdownItem extends React.Component {\nonKeyDown={this.onKeyDown}\nonClick={event => {\nif (!isDisabled) {\n- if (Component === 'button') onClick && onClick(event);\n+ onClick && onClick(event);\nonSelect && onSelect(event);\n}\n}}\n",
"new_... | TypeScript | MIT License | patternfly/patternfly-react | fix(Dropdown): pass onClick to any dropdown item if present (#1203)
previous was only done for button type | 1 | fix | Dropdown |
217,922 | 16.01.2019 19:42:33 | -3,600 | 2a6222bbf3b60216a4f368bb6682becedb2f6f4f | fix(gathering-location): fixed an issue with some nodes being filtered while they shouldn't be
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -171,7 +171,7 @@ export class GatheringLocationComponent {\n//Once we have the resulting nodes, we need to remove the ones that appear twice or more for the same item.\nconst finalNodes = [];\nresults.forEach(row => {\n- if (finalNodes.find(node => node.itemId === row.... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(gathering-location): fixed an issue with some nodes being filtered while they shouldn't be
closes #706 | 1 | fix | gathering-location |
815,601 | 16.01.2019 19:43:56 | -28,800 | e759128af3b041406a6204369ea273b266ce12a7 | feat: tx trace api
Addeed two RPCs
`trace_transaction` creates new transaction.
`get_transaction_trace` gets the transaction processing status
See `rpc/doc.md` for details. | [
{
"change_type": "MODIFY",
"diff": "@@ -396,6 +396,7 @@ dependencies = [\n\"ckb-util 0.5.0-pre\",\n\"crossbeam-channel 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"crypto 0.5.0-pre\",\n+ \"faster-hex 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"fnv 1.0.6 (regist... | Rust | MIT License | nervosnetwork/ckb | feat: tx trace api (#181)
Addeed two RPCs
- `trace_transaction` creates new transaction.
- `get_transaction_trace` gets the transaction processing status
See `rpc/doc.md` for details. | 1 | feat | null |
471,470 | 16.01.2019 20:30:20 | 0 | c0c007aaa099f6be8c7b31d2bb07c680f47beb8d | feat: theme/logo | [
{
"change_type": "MODIFY",
"diff": "@@ -3,6 +3,7 @@ module.exports = {\ntitle: 'open-wc',\ndescription: 'Open Web Components Recommendations',\nthemeConfig: {\n+ logo: '/logo.png',\ndisplayAllHeaders: false,\nsidebarDepth: 2,\nsidebar: {\n",
"new_path": "docs/.vuepress/config.js",
"old_path": "docs/... | JavaScript | MIT License | open-wc/open-wc | feat: theme/logo | 1 | feat | null |
67,476 | 16.01.2019 20:55:07 | -3,600 | 22f25db3929c2fcbffded16d9f8d8559fae134d9 | refactor(proxy-observer): move lookup to runtime | [
{
"change_type": "MODIFY",
"diff": "@@ -467,24 +467,6 @@ const camelCaseLookup: Record<string, string> = {};\nconst kebabCaseLookup: Record<string, string> = {};\nexport const PLATFORM = {\n- proxyLookup: new WeakMap<object, object>(),\n- getProxyOrSelf<T extends object = object>(obj: T): T {\n- if ((obj as... | TypeScript | MIT License | aurelia/aurelia | refactor(proxy-observer): move lookup to runtime | 1 | refactor | proxy-observer |
447,440 | 16.01.2019 21:12:40 | 21,600 | 991a5ce879b168b196e76966a5be71e85950e92c | styles: fix components styles in mobile | [
{
"change_type": "MODIFY",
"diff": "@@ -32,7 +32,7 @@ export default class ComponentsPage extends Component {\nconst src = `images/componentsThumbs/${component.name}.svg`;\nconst href = `/#/${component.name}`;\nconst card = (\n- <a href={href} key={key}>\n+ <a href={href} key={key} className=\"react-rainbow... | JavaScript | MIT License | nexxtway/react-rainbow | styles: fix components styles in mobile (#534) | 1 | styles | null |
531,793 | 16.01.2019 22:00:26 | 0 | cb964928b3e671eb2043bdfe1b3c449ba90b3369 | feat(docker): build and deploy docker images from Travis CI
Docker Hub keep failing jobs and is quite slow, move deployment to Travis CI, that way everything is deployed from there. | [
{
"change_type": "MODIFY",
"diff": "@@ -130,6 +130,29 @@ jobs:\nrepo: prymitive/karma\ntags: true\n+ - stage: Deploy docker image\n+ if: repo = prymitive/karma AND type = push AND branch = master\n+ language: generic\n+ addons:\n+ apt:\n+ packages:\n+ - docker-ce\n+ env:\n+ # DOCKER_PASSWORD\n+ - secure: \"... | TypeScript | Apache License 2.0 | prymitive/karma | feat(docker): build and deploy docker images from Travis CI
Docker Hub keep failing jobs and is quite slow, move deployment to Travis CI, that way everything is deployed from there. | 1 | feat | docker |
67,476 | 16.01.2019 23:29:20 | -3,600 | 6df7ab33c6a2365e05cc75aacc3e6336b622f8d5 | chore(di-registrations): fix linting | [
{
"change_type": "MODIFY",
"diff": "-import { TestContext } from '../util';\n-import { CustomElementResource, Aurelia, ICustomElement, IDOM, IProjectorLocator, IRenderingEngine, INode, LifecycleFlags, Scope, BindingContext } from '@aurelia/runtime';\n-import { expect } from 'chai';\nimport { InterfaceSymbol... | TypeScript | MIT License | aurelia/aurelia | chore(di-registrations): fix linting | 1 | chore | di-registrations |
71,123 | 16.01.2019 23:50:25 | 28,800 | f7469c111a97853f6cc3169f7a7ce0396ebad4aa | feat(lambda): reserved concurrent executions
feat(lambda): reserved concurrent executions | [
{
"change_type": "MODIFY",
"diff": "@@ -138,3 +138,18 @@ const fn = new lambda.Function(this, 'MyFunction', {\n```\nSee [the AWS documentation](https://docs.aws.amazon.com/lambda/latest/dg/lambda-x-ray.html)\nto learn more about AWS Lambda's X-Ray support.\n+\n+### Lambda with Reserved Concurrent Executions... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(lambda): reserved concurrent executions (#1560)
feat(lambda): reserved concurrent executions | 1 | feat | lambda |
67,507 | 17.01.2019 00:03:37 | -3,600 | c4595c648245f5beaadb27761d868683a1b2f2fb | refactor(jit-html): more linting fixes through test generation scripts | [
{
"change_type": "MODIFY",
"diff": "-// tslint:disable:quotemark member-access\n+// tslint:disable:quotemark member-access no-all-duplicated-branches\nimport { Aurelia, CustomElementResource, INode } from \"@aurelia/runtime\";\nimport { expect } from \"chai\";\nimport { TestContext } from \"../util\";\n@@ -... | TypeScript | MIT License | aurelia/aurelia | refactor(jit-html): more linting fixes through test generation scripts | 1 | refactor | jit-html |
791,862 | 17.01.2019 01:26:04 | -3,600 | 22e7bc5d106c1852aefdf008d3a26de2e05dddf8 | core(font-size): count code points for text length | [
{
"change_type": "MODIFY",
"diff": "@@ -182,7 +182,8 @@ function getEffectiveFontRule({inlineStyle, matchedCSSRules, inherited}) {\n* @returns {number}\n*/\nfunction getNodeTextLength(node) {\n- return !node.nodeValue ? 0 : node.nodeValue.trim().length;\n+ // Array.from to count symbols not unicode code poi... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(font-size): count code points for text length (#6973) | 1 | core | font-size |
447,440 | 17.01.2019 01:52:40 | 21,600 | 23bbdfc02f13aa86353564c07f5b56c1e717a26d | styles: fix background color | [
{
"change_type": "MODIFY",
"diff": ".react-rainbow-designs_view-port {\npadding: 0 0 0 1rem;\n+ background-color: #f4f6f9;\n}\n.react-rainbow-designs_header {\n",
"new_path": "library/pages/Designs/styles.css",
"old_path": "library/pages/Designs/styles.css"
},
{
"change_type": "MODIFY",
... | JavaScript | MIT License | nexxtway/react-rainbow | styles: fix background color (#535) | 1 | styles | null |
67,476 | 17.01.2019 02:29:37 | -3,600 | 237d60d54279375c87249ece66a9eaa80e928ae5 | fix(proxy-observer): only invoke subscribers specific to properties | [
{
"change_type": "MODIFY",
"diff": "@@ -2,6 +2,7 @@ import { ITraceInfo, Tracer } from '@aurelia/kernel';\nimport {\nAurelia,\nCustomElementResource,\n+ ICustomElement,\nLifecycleFlags,\nProxyObserver\n} from '@aurelia/runtime';\n@@ -51,6 +52,12 @@ describe(spec, function () {\nclass { public static bindabl... | TypeScript | MIT License | aurelia/aurelia | fix(proxy-observer): only invoke subscribers specific to properties | 1 | fix | proxy-observer |
679,913 | 17.01.2019 02:49:19 | 0 | d09cc795254bf62b87861b66b8419b7547062417 | feat(geom): add clipConvex, scatter, warpPoints | [
{
"change_type": "MODIFY",
"diff": "\"scripts\": {\n\"build\": \"yarn clean && yarn build:es6 && yarn build:bundle\",\n\"build:es6\": \"tsc --declaration\",\n- \"build:bundle\": \"../../scripts/bundle-module geom3 api checks defmulti equiv errors hiccup hiccup-svg math matrices transducers vectors3\",\n+ \"... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(geom): add clipConvex, scatter, warpPoints | 1 | feat | geom |
679,913 | 17.01.2019 02:50:30 | 0 | 5f873009bcdb54971fb12a5f5a0b2f6c56a795ca | feat(vectors): add randMinMax | [
{
"change_type": "MODIFY",
"diff": "import { IRandom, SYSTEM } from \"@thi.ng/random\";\n-import { MultiVecOpOOO, Vec, VecOpOOO } from \"./api\";\n+import {\n+ MultiVecOpOOO,\n+ ReadonlyVec,\n+ Vec,\n+ VecOpOOO\n+} from \"./api\";\nimport { defHofOp } from \"./internal/codegen\";\nimport { normalize } from ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(vectors): add randMinMax | 1 | feat | vectors |
531,788 | 17.01.2019 02:53:33 | 21,600 | ec14be0288c02ca3364b5e09ef180ef0e6384a9d | feat(backend): add support for custom headers
This will allow the AlertManager upstreams to be sent user defined HTTP headers. | [
{
"change_type": "MODIFY",
"diff": ".build\n.coverage\n.tests\n+.vscode\nbindata_assetfs.go\ncoverage.txt\nkarma\n",
"new_path": ".gitignore",
"old_path": ".gitignore"
},
{
"change_type": "MODIFY",
"diff": "@@ -41,6 +41,8 @@ alertmanager:\nca: string\ncert: string\nkey: string\n+ headers... | TypeScript | Apache License 2.0 | prymitive/karma | feat(backend): add support for custom headers (#368)
This will allow the AlertManager upstreams to be sent user defined HTTP headers. | 1 | feat | backend |
679,913 | 17.01.2019 02:53:41 | 0 | 9f91cfa1e5957cd1bab30c7cd46f099df082f8da | fix(api): update assert(), re-export mixin() | [
{
"change_type": "MODIFY",
"diff": "* is only enabled if `NODE_ENV != \"production\"` or if\n* `UMBRELLA_ASSERTS = 1`.\n*/\n-export const assert =\n- (process.env.NODE_ENV !== \"production\" ||\n- process.env.UMBRELLA_ASSERTS === \"1\") ?\n+export const assert = (\n+ typeof process === \"undefined\" ||\n+ p... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(api): update assert(), re-export mixin() | 1 | fix | api |
67,476 | 17.01.2019 03:16:40 | -3,600 | b62b8465a805a17ec4c09530402ec02b254367a2 | chore(proxy-observer): add profiler | [
{
"change_type": "MODIFY",
"diff": "-import { ITraceInfo, Tracer } from '@aurelia/kernel';\n+import { ITraceInfo, Tracer, Profiler } from '@aurelia/kernel';\nimport {\nAurelia,\nCustomElementResource,\n@@ -8,7 +8,7 @@ import {\n} from '@aurelia/runtime';\nimport { expect } from 'chai';\nimport { disableTrac... | TypeScript | MIT License | aurelia/aurelia | chore(proxy-observer): add profiler | 1 | chore | proxy-observer |
679,913 | 17.01.2019 03:36:37 | 0 | f1f428a25a40d8cfcd706b8abfce74feb530a7ba | feat(geom): re-add tessellators | [
{
"change_type": "MODIFY",
"diff": "@@ -66,6 +66,8 @@ export const DEFAULT_SAMPLES = 20;\nexport type Attribs = IObjectOf<any>;\n+export type Tessellator = (points: Vec[]) => Vec[][];\n+\nexport type VecPair = [Vec, Vec];\nexport interface IShape extends\n",
"new_path": "packages/geom3/src/api.ts",
... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(geom): re-add tessellators | 1 | feat | geom |
531,793 | 17.01.2019 09:42:23 | 0 | 4f3b8b3d3a743ed4376aee2f9ea5b694d175b628 | fix(deploy): trigger docker deploy on new tag
It's triggered only on merges right now, needs to also happen on tag | [
{
"change_type": "MODIFY",
"diff": "@@ -131,7 +131,7 @@ jobs:\ntags: true\n- stage: Deploy docker image\n- if: repo = prymitive/karma AND type = push AND branch = master\n+ if: repo = prymitive/karma AND branch = master AND (type = push OR tag = true)\nlanguage: generic\naddons:\napt:\n",
"new_path": ".... | TypeScript | Apache License 2.0 | prymitive/karma | fix(deploy): trigger docker deploy on new tag
It's triggered only on merges right now, needs to also happen on tag | 1 | fix | deploy |
217,922 | 17.01.2019 11:26:20 | -3,600 | e941eb2084ce04115ea08bd42eb32fc427442cba | fix(permissions): fixed a bug with permissions not applying properly in some cases | [
{
"change_type": "MODIFY",
"diff": "@@ -221,6 +221,7 @@ export class ListPanelComponent {\nnzContent: PermissionsBoxComponent,\nnzComponentParams: { data: list, ready$: modalReady$ }\n});\n+ this.listsFacade.load(list.$key);\nmodalReady$.pipe(\nfirst(),\nswitchMap(() => {\n@@ -228,7 +229,7 @@ export class L... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(permissions): fixed a bug with permissions not applying properly in some cases | 1 | fix | permissions |
217,922 | 17.01.2019 11:46:15 | -3,600 | a0c2eea74dec2af19b000bd4379b3ed95bdc9393 | feat(permissions): added propagate permissions button inside workshop permissions popup | [
{
"change_type": "MODIFY",
"diff": "@@ -35,4 +35,15 @@ export class DataWithPermissions extends DataModel {\n}\nthis.registry[identifier] = level;\n}\n+\n+ public mergePermissions(other: DataWithPermissions, force = false): void {\n+ this.everyone = force ? other.everyone : Math.min(other.everyone, this.eve... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(permissions): added propagate permissions button inside workshop permissions popup | 1 | feat | permissions |
791,690 | 17.01.2019 11:46:33 | 21,600 | 33de42ba7b5e1bb7ae66b2e833582673e7254641 | core(images): cleanup ImageUsage to match other *Elements artifacts | [
{
"change_type": "MODIFY",
"diff": "@@ -1057,10 +1057,10 @@ Object {\n\"path\": \"chrome-console-messages\",\n},\nObject {\n- \"path\": \"image-usage\",\n+ \"path\": \"accessibility\",\n},\nObject {\n- \"path\": \"accessibility\",\n+ \"path\": \"image-elements\",\n},\nObject {\n\"path\": \"link-elements\",\... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(images): cleanup ImageUsage to match other *Elements artifacts (#7030) | 1 | core | images |
791,704 | 17.01.2019 12:16:15 | 28,800 | 37a68a083577594298c5233d664fb536d8c21700 | core(uses-long-cache-ttl): ignore private, must-validate, no-cache | [
{
"change_type": "MODIFY",
"diff": "'use strict';\nconst assert = require('assert');\n-// @ts-ignore - typed where used.\nconst parseCacheControl = require('parse-cache-control');\nconst Audit = require('../audit');\nconst NetworkRequest = require('../../lib/network-request');\n@@ -105,22 +104,14 @@ class C... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(uses-long-cache-ttl): ignore private, must-validate, no-cache (#6835) | 1 | core | uses-long-cache-ttl |
791,704 | 17.01.2019 12:17:35 | 28,800 | aff6bd964156a896d5dec60b53e2fea137b837a8 | core: use async/await in evaluateAsync | [
{
"change_type": "MODIFY",
"diff": "@@ -340,14 +340,9 @@ class Driver {\n* @param {{useIsolation?: boolean}=} options\n* @return {Promise<*>}\n*/\n- evaluateAsync(expression, options = {}) {\n- // tsc won't convert {Promise<number>|Promise<undefined>}, so cast manually.\n- // https://github.com/Microsoft/Ty... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core: use async/await in evaluateAsync (#7038) | 1 | core | null |
217,922 | 17.01.2019 13:21:23 | -3,600 | 71a7ab090aee9d36a41b495cf06e7c34aa0e68e7 | fix(list-details): "hide completed rows" is now properly persisted inside local storage
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -60,9 +60,9 @@ export class ListDetailsComponent implements OnInit {\npublic loggedIn$ = this.authFacade.loggedIn$;\n- private adaptativeFilter$ = new BehaviorSubject<boolean>(localStorage.getItem('hide-completed') === 'true');\n+ private adaptativeFilter$ = new Behavi... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(list-details): "hide completed rows" is now properly persisted inside local storage
closes #715 | 1 | fix | list-details |
217,922 | 17.01.2019 14:09:37 | -3,600 | a658281e39d7e13f29a695106a5a2dc153d8190c | feat(alarms): gathering location and alarms now have better support for ephemeral nodes
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -43,6 +43,10 @@ export class Alarm extends DataModel {\nfolklore?: CompactMasterbook;\n+ reduction?: boolean;\n+\n+ ephemeral?: boolean;\n+\nconstructor(alarmData?: Partial<Alarm>) {\nsuper();\nif (alarmData) {\n",
"new_path": "apps/client/src/app/core/alarms/alarm... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(alarms): gathering location and alarms now have better support for ephemeral nodes
closes #568 | 1 | feat | alarms |
217,922 | 17.01.2019 14:12:06 | -3,600 | 04781a868c5d2450fef66709bd6160ad0cd0484d | fix(list-details): optimized navigation route button is now next to zone name | [
{
"change_type": "MODIFY",
"diff": "<div *ngIf=\"displayRow.zoneBreakdown\">\n<div *ngFor=\"let row of zoneBreakdown?.rows; trackBy: trackByZone\">\n<div *ngIf=\"row.items.length > 0\">\n- <div fxLayout=\"row\" fxLayoutAlign=\"space-between center\">\n+ <div fxLayout=\"row\" fxLayoutAlign=\"flex-start cente... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(list-details): optimized navigation route button is now next to zone name | 1 | fix | list-details |
791,690 | 17.01.2019 14:53:25 | 21,600 | fb6c376feb8ee7161137baf5f86e978b4f9d7bfc | core: add baseArtifacts (with new WebAppManifest) to passContext | [
{
"change_type": "MODIFY",
"diff": "@@ -398,19 +398,28 @@ class Driver {\n/**\n* @return {Promise<{url: string, data: string}|null>}\n*/\n- getAppManifest() {\n- return this.sendCommand('Page.getAppManifest')\n- .then(response => {\n+ async getAppManifest() {\n+ this.setNextProtocolTimeout(3000);\n+ const r... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core: add baseArtifacts (with new WebAppManifest) to passContext (#6957) | 1 | core | null |
730,420 | 17.01.2019 15:27:51 | 28,800 | a5c737b25c129cca352a6330164921c8a70ccaf8 | style(widget-space): scrollbar width changes now only applies to the widgets | [
{
"change_type": "MODIFY",
"diff": "}\n/* stylelint enable */\n-\n-::-webkit-scrollbar {\n+/* only change the width of the scrollbars of the widgets and their div children */\n+div::-webkit-scrollbar {\nwidth: 4px;\n}\n",
"new_path": "packages/node_modules/@ciscospark/spark-widget-base/src/styles.css",
... | JavaScript | MIT License | webex/react-widgets | style(widget-space): scrollbar width changes now only applies to the widgets | 1 | style | widget-space |
503,942 | 17.01.2019 15:56:59 | 18,000 | ec1bfbf7883470c936bed97e34475a3c908e25ce | feat(example): Add dark theme toggle button & change background colort | [
{
"change_type": "MODIFY",
"diff": "@@ -12,6 +12,7 @@ import { LiveProvider, LiveEditor, LiveError, LivePreview, withLive } from 'reac\nimport { transform } from 'babel-standalone';\nimport Section from '../section';\nimport copy from 'clipboard-copy';\n+import classNames from 'classnames';\nconst propTypes... | TypeScript | MIT License | patternfly/patternfly-react | feat(example): Add dark theme toggle button & change background colort (#1212) | 1 | feat | example |
503,988 | 17.01.2019 16:05:47 | 18,000 | bbdf4cc2a09bf4a5818805feea302e140332a1de | fix(Dropdown): add onclick fix to custom items | [
{
"change_type": "MODIFY",
"diff": "@@ -105,7 +105,7 @@ class DropdownItem extends React.Component {\nonKeyDown: this.onKeyDown,\nonClick: event => {\nif (!isDisabled) {\n- if (Component === 'button') onClick && onClick(event);\n+ onClick && onClick(event);\nonSelect && onSelect(event);\n}\n}\n",
"new_p... | TypeScript | MIT License | patternfly/patternfly-react | fix(Dropdown): add onclick fix to custom items (#1211) | 1 | fix | Dropdown |
67,507 | 17.01.2019 16:08:31 | -3,600 | 6388074bf456b8fbffc3e9dcd05a46200aa631f0 | feat(kernel): add EventAggregator to vNext | [
{
"change_type": "ADD",
"diff": "+import { IContainer, IResolver, Registration } from './di';\n+import { Constructable } from './interfaces';\n+import { Reporter } from './reporter';\n+\n+/**\n+ * Represents a handler for an EventAggregator event.\n+ */\n+class Handler {\n+ public messageType: Constructable... | TypeScript | MIT License | aurelia/aurelia | feat(kernel): add EventAggregator to vNext | 1 | feat | kernel |
503,933 | 17.01.2019 16:15:15 | 18,000 | a42ab7250522c3dd16faccf72bf3fad134adeaba | fix(Form): Update From Based in Audit | [
{
"change_type": "MODIFY",
"diff": "import Simple from './examples/SimpleForm';\nimport Horizontal from './examples/HorizontalForm';\n-import Various from './examples/VariousLabelsForm';\nimport Invalid from './examples/InvalidForm';\nimport { Form, FormGroup, ActionGroup } from '@patternfly/react-core';\n@... | TypeScript | MIT License | patternfly/patternfly-react | fix(Form): Update From Based in Audit (#1185)
#1026 | 1 | fix | Form |
67,482 | 17.01.2019 16:20:07 | 28,800 | 09ed9f0a382e7508835430a33232a932b63e2c0b | docs(contributing): add core team section
Ensuring that we've got full transparency on core team membership and that community members understand how they can pursue this opportunity if they so desire. | [
{
"change_type": "MODIFY",
"diff": "@@ -10,6 +10,7 @@ We'd love for you to contribute to our source code and to make our projects even\n- [Coding Rules](#rules)\n- [Commit Message Guidelines](#commit)\n- [Signing the CLA](#cla)\n+ - [Joining the Core Team](#core-team)\n## <a name=\"coc\"></a> Code of Conduc... | TypeScript | MIT License | aurelia/aurelia | docs(contributing): add core team section
Ensuring that we've got full transparency on core team membership and that community members understand how they can pursue this opportunity if they so desire. | 1 | docs | contributing |
791,723 | 17.01.2019 16:36:19 | 28,800 | f4b1635eeb4d65f5a15953cb7a3d50d5fec5233d | misc(viewer): fix types to reference LH.Result | [
{
"change_type": "MODIFY",
"diff": "@@ -30,7 +30,7 @@ class ReportUIFeatures {\n* @param {DOM} dom\n*/\nconstructor(dom) {\n- /** @type {LH.ReportResult} */\n+ /** @type {LH.Result} */\nthis.json; // eslint-disable-line no-unused-expressions\n/** @type {DOM} */\nthis._dom = dom;\n@@ -80,7 +80,7 @@ class Rep... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc(viewer): fix types to reference LH.Result (#7051) | 1 | misc | viewer |
815,598 | 17.01.2019 17:09:21 | -28,800 | f382c8bd1c27d19ac3b75ce1ab61a94a0181d155 | chore: CHANGELOG for v0.4.1
[skip ci] | [
{
"change_type": "MODIFY",
"diff": "@@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+# [v0.4.1](https://github.com/nervosnetwork/ckb/compare/v0.4.0...v0.4.1) (2019-01-17)\n+\n+This is a... | Rust | MIT License | nervosnetwork/ckb | chore: CHANGELOG for v0.4.1
[skip ci] | 1 | chore | null |
730,429 | 17.01.2019 17:54:29 | 18,000 | f46b5d2b9488b11d9c54fc91b0cb21dea285a24b | fix(space-item): fix call start time display | [
{
"change_type": "MODIFY",
"diff": "@@ -19,7 +19,6 @@ const propTypes = {\nbadge: PropTypes.string,\ncallStartTime: PropTypes.number,\nhasCalling: PropTypes.bool,\n- hasJoinedOnThisDevice: PropTypes.bool,\nid: PropTypes.string,\nisDecrypting: PropTypes.bool,\nisUnread: PropTypes.bool,\n@@ -37,7 +36,6 @@ con... | JavaScript | MIT License | webex/react-widgets | fix(space-item): fix call start time display | 1 | fix | space-item |
503,950 | 17.01.2019 19:03:54 | -7,200 | 84942ff77f952a17ada85ecda27e1eab38344a72 | fix(DualList): fix hidden inputs | [
{
"change_type": "MODIFY",
"diff": "@@ -16,6 +16,7 @@ import {\nDualListFilter,\nDualListFooter,\nDualListHeading,\n+ DualListHiddenSelect,\nDualListItem,\nDualListItems,\nDualListMainCheckbox,\n@@ -41,9 +42,10 @@ const storyInfo = {\nDualListItem,\nDualListItems,\nDualListMainCheckbox,\n- DualListSort\n+ D... | TypeScript | MIT License | patternfly/patternfly-react | fix(DualList): fix hidden inputs (#1207) | 1 | fix | DualList |
217,922 | 17.01.2019 19:42:47 | -3,600 | b5eeeccbfd079238a7b154edc3462d583d18888c | feat(permissions): added default permission level setting in settings page | [
{
"change_type": "MODIFY",
"diff": "@@ -29,6 +29,7 @@ import { PermissionLevel } from '../../../core/database/permissions/permission-l\nimport { ListRow } from '../model/list-row';\nimport { TeamsFacade } from '../../teams/+state/teams.facade';\nimport { Team } from '../../../model/team/team';\n+import { Se... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(permissions): added default permission level setting in settings page | 1 | feat | permissions |
217,922 | 17.01.2019 19:47:05 | -3,600 | c027c9ce8ead0c68374fa51b2abb53fa13864f11 | chore: forgot translations | [
{
"change_type": "MODIFY",
"diff": "\"No_anonymous\": \"You need an account to manage permissions\",\n\"Propagate_changes\": \"Propagate permissions to lists inside the workshop\",\n\"Propagate_changes_done\": \"Changes propagated to lists inside the workshop\",\n- \"Team_notice\": \"The team associated to ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: forgot translations | 1 | chore | null |
217,922 | 17.01.2019 20:47:03 | -3,600 | c2727aec88a8f6ec6e17896f3e1151a1e25d519c | feat(layout): new option to see how many items you can craft on craftable rows | [
{
"change_type": "MODIFY",
"diff": "@@ -103,7 +103,8 @@ export class LayoutsFacade {\nfilterChain: row.filter.name,\nhideIfEmpty: row.hideIfEmpty,\ncollapsed: row.collapseIfDone ? orderedAccepted.reduce((collapse, r) => r.done >= r.amount && collapse, true) : false,\n- layoutRow: row\n+ layoutRow: row,\n+ l... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(layout): new option to see how many items you can craft on craftable rows | 1 | feat | layout |
67,476 | 17.01.2019 20:59:23 | -3,600 | d496c99eeda8692829d0dedae26f718c9a24082e | chore(test): always generate test-results.xml if there is coverage | [
{
"change_type": "MODIFY",
"diff": "@@ -112,7 +112,7 @@ export default function(config: IKarmaConfig): void {\nmime: {\n'text/x-typescript': ['ts']\n},\n- reporters: [process.env.CI ? 'junit' : config.reporter || 'progress'],\n+ reporters: ['junit', config.reporter || 'progress'],\nwebpackMiddleware: {\nsta... | TypeScript | MIT License | aurelia/aurelia | chore(test): always generate test-results.xml if there is coverage | 1 | chore | test |
67,476 | 17.01.2019 20:59:44 | -3,600 | a3f0aa6c4a290b823e2362ab49fe327529269b6b | chore(test): encode xml test case names to fix xml parsing error on ci | [
{
"change_type": "MODIFY",
"diff": "@@ -1169,7 +1169,8 @@ describe('xml node compiler tests', () => {\n];\nfor (const markup of markups) {\n- it(markup, () => {\n+ const escaped = markup.replace(/\\b/g, '\\\\b').replace(/\\t/g, '\\\\t').replace(/\\n/g, '\\\\n').replace(/\\v/g, '\\\\v').replace(/\\f/g, '\\\\... | TypeScript | MIT License | aurelia/aurelia | chore(test): encode xml test case names to fix xml parsing error on ci | 1 | chore | test |
67,476 | 17.01.2019 23:20:10 | -3,600 | fec08441ade4b99ab81f584f186f34c823a8cf43 | ci: simplify config.yml and cleanup unused scripts | [
{
"change_type": "MODIFY",
"diff": "@@ -4,45 +4,37 @@ version: 2.1\n# # # # # # # # # # # # # # # #\n# - Scalar variables -\n# # # # # # # # # # # # # # # #\n-scalar-1: &node_modules_cache_key aurelia-{{ .Branch }}-{{ checksum \"package.json\" }}-{{ checksum \"package-lock.json\" }}\n-\n-scalar-2: &working_... | TypeScript | MIT License | aurelia/aurelia | ci: simplify config.yml and cleanup unused scripts | 1 | ci | null |
67,476 | 17.01.2019 23:44:11 | -3,600 | a74c606327d002049b54eaa331cadfc5f36001b8 | ci: use the correct executors | [
{
"change_type": "MODIFY",
"diff": "@@ -66,7 +66,6 @@ executors:\njobs:\nunit_test:\n- executor: docker-aurelia\nparameters:\ncoverage:\ntype: boolean\n@@ -74,6 +73,9 @@ jobs:\nnpm_command:\ntype: string\ndefault: \"test\"\n+ e:\n+ type: executor\n+ executor: << parameters.e >>\nsteps:\n- checkout\n- run: n... | TypeScript | MIT License | aurelia/aurelia | ci: use the correct executors | 1 | ci | null |
67,476 | 18.01.2019 00:48:26 | -3,600 | 328be9c7d72e44f2bd3d476be96185794245e154 | ci: fix jit-parcel-ts wdio job | [
{
"change_type": "MODIFY",
"diff": "@@ -59,6 +59,21 @@ executors:\nworking_directory: *working_dir\ndocker:\n- image: \"aureliaeffect/circleci-v2:latest\"\n+# # # # # # # # # # # # # # # #\n+# - Commands -\n+# # # # # # # # # # # # # # # #\n+commands:\n+\n+ checkout_install:\n+ steps:\n+ - checkout\n+ - run... | TypeScript | MIT License | aurelia/aurelia | ci: fix jit-parcel-ts wdio job | 1 | ci | null |
67,476 | 18.01.2019 01:04:19 | -3,600 | 8db974e430fdded0a7b944e9a7e4e3e84d2bb1e1 | ci: detangle the build jobs | [
{
"change_type": "MODIFY",
"diff": "@@ -272,22 +272,16 @@ workflows:\nname: jit-aurelia-cli-ts\npath: \"local/jit-aurelia-cli-ts\"\nbuild: true\n- requires:\n- - unit_test_chrome # not a real dependency, only to order the jobs in the most efficient way\n- e2e_wdio:\n<<: *filter_ignore_develop_release\nname:... | TypeScript | MIT License | aurelia/aurelia | ci: detangle the build jobs | 1 | ci | null |
679,913 | 18.01.2019 01:27:02 | 0 | 66267e221f2bd8b7cbbe27de2616e8ce1546d5b3 | feat(geom): add intersection checks & intersects() multi-fn | [
{
"change_type": "MODIFY",
"diff": "@@ -54,8 +54,9 @@ export const enum Type {\nRAY3,\n}\n-export const enum LineIntersectionType {\n- PARALLEL = 1,\n+export const enum IntersectionType {\n+ NONE,\n+ PARALLEL,\nCOINCIDENT,\nCOINCIDENT_NO_INTERSECT,\nINTERSECT,\n@@ -90,8 +91,11 @@ export interface IHiccupPat... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(geom): add intersection checks & intersects() multi-fn | 1 | feat | geom |
67,507 | 18.01.2019 02:02:38 | -3,600 | 68fe9595fce05395f8e4234f6d185497829ba961 | chore(kernel): make EventAggregator properties internal and readonly | [
{
"change_type": "MODIFY",
"diff": "@@ -6,8 +6,10 @@ import { Reporter } from './reporter';\n* Represents a handler for an EventAggregator event.\n*/\nclass Handler {\n- public messageType: Constructable;\n- public callback: EventAggregatorCallback;\n+ /** @internal */\n+ public readonly messageType: Constr... | TypeScript | MIT License | aurelia/aurelia | chore(kernel): make EventAggregator properties internal and readonly | 1 | chore | kernel |
67,507 | 18.01.2019 02:03:42 | -3,600 | 5a0ad3cae231e1a77c194490ed2364d030fa197c | test(kernel): add EventAggregator register test | [
{
"change_type": "MODIFY",
"diff": "import { expect } from 'chai';\n-import { EventAggregator } from '../src/index';\n+import { DI, EventAggregator } from '../src/index';\ndescribe('event aggregator', () => {\n+ describe('register', () => {\n+\n+ it('registers the EventAggregator as singleton', () => {\n+ c... | TypeScript | MIT License | aurelia/aurelia | test(kernel): add EventAggregator register test | 1 | test | kernel |
67,507 | 18.01.2019 02:06:31 | -3,600 | 002e5094501ec97b39f33dbfb0022817caacb275 | chore(kernel): add function overloads and more docs to EventAggregator | [
{
"change_type": "MODIFY",
"diff": "@@ -49,6 +49,11 @@ export interface Subscription {\ndispose(): void;\n}\n+/**\n+ * Enables loosely coupled publish/subscribe messaging.\n+ * @param data The optional data published on the channel.\n+ * @param event The event that triggered the callback. Only available on ... | TypeScript | MIT License | aurelia/aurelia | chore(kernel): add function overloads and more docs to EventAggregator | 1 | chore | kernel |
67,507 | 18.01.2019 02:08:12 | -3,600 | 09c84256e8558f2e90e430af1a4c14771aabb4c9 | chore(kernel): use Reporter when throwing in EventAggregator | [
{
"change_type": "MODIFY",
"diff": "@@ -89,7 +89,7 @@ export class EventAggregator {\nlet i: number;\nif (!channelOrType) {\n- throw new Error('Event was invalid.');\n+ throw Reporter.error(0); // TODO: create error code for 'Event was invalid.'\n}\nif (typeof channelOrType === 'string') {\n@@ -124,7 +124,7... | TypeScript | MIT License | aurelia/aurelia | chore(kernel): use Reporter when throwing in EventAggregator | 1 | chore | kernel |
679,913 | 18.01.2019 02:49:35 | 0 | 3c9a7b0f4464386c01eed0998adcd1fa7026c7a7 | feat(geom): re-add pathFromSvg() | [
{
"change_type": "MODIFY",
"diff": "import { isNumber } from \"@thi.ng/checks\";\n-import { eqDelta } from \"@thi.ng/math\";\n+import { eqDelta, rad } from \"@thi.ng/math\";\nimport { map, mapcat, peek } from \"@thi.ng/transducers\";\nimport {\nadd2,\n@@ -243,3 +243,146 @@ export class PathBuilder {\nexport... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(geom): re-add pathFromSvg() | 1 | feat | geom |
679,913 | 18.01.2019 02:50:43 | 0 | f5a53ca0f6db15acf429c48b5ff4f7af9b8ddd80 | feat(geom): re-add vertices() impls for Cubic/Quadratic | [
{
"change_type": "MODIFY",
"diff": "import { isNumber, isPlainObject } from \"@thi.ng/checks\";\nimport { defmulti, MultiFn1O } from \"@thi.ng/defmulti\";\nimport { cossin, TAU } from \"@thi.ng/math\";\n+import {\n+ add2,\n+ cartesian2,\n+ madd2,\n+ mixCubic,\n+ mixQuadratic,\n+ set2,\n+ Vec\n+} from \"@thi... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(geom): re-add vertices() impls for Cubic/Quadratic | 1 | feat | geom |
67,476 | 18.01.2019 04:36:10 | -3,600 | 0a660e1fb7bbd9110230a4603bcb85ae3ff75b9e | refactor(runtime): reduce dependencies in lifecycles | [
{
"change_type": "MODIFY",
"diff": "import { Profiler, Tracer, Writable } from '@aurelia/kernel';\nimport { Hooks, LifecycleFlags, State } from '../flags';\n-import { IView } from '../lifecycle';\n-import { ICustomAttribute } from '../resources/custom-attribute';\n+import { IAttach, ILifecycleHooks, IMounta... | TypeScript | MIT License | aurelia/aurelia | refactor(runtime): reduce dependencies in lifecycles | 1 | refactor | runtime |
67,476 | 18.01.2019 06:18:25 | -3,600 | c2abd6e85f9e0977aed73f99a1b6ae527d975695 | refactor(ast): abstract IConnectable | [
{
"change_type": "MODIFY",
"diff": "-import { IServiceLocator, StrictPrimitive } from '@aurelia/kernel';\n-import { IConnectableBinding } from './binding/connectable';\n+import { IIndexable, IServiceLocator, StrictPrimitive } from '@aurelia/kernel';\nimport { ExpressionKind, LifecycleFlags } from './flags';... | TypeScript | MIT License | aurelia/aurelia | refactor(ast): abstract IConnectable | 1 | refactor | ast |
67,476 | 18.01.2019 06:21:01 | -3,600 | bdf2cb203081d686a1b6c0ffe3b6f1ce5ac73e5d | refactor(ast): make $kind property readonly | [
{
"change_type": "MODIFY",
"diff": "@@ -128,7 +128,7 @@ const enum RuntimeError {\n}\nexport class BindingBehavior implements IBindingBehaviorExpression {\n- public $kind: ExpressionKind.BindingBehavior;\n+ public readonly $kind: ExpressionKind.BindingBehavior;\npublic readonly expression: IsBindingBehavior... | TypeScript | MIT License | aurelia/aurelia | refactor(ast): make $kind property readonly | 1 | refactor | ast |
67,476 | 18.01.2019 07:18:55 | -3,600 | bbd3869114e4eaadf160ffa55d41379e52e80818 | refactor(lifecycle): merge hooks interfaces | [
{
"change_type": "MODIFY",
"diff": "@@ -371,36 +371,21 @@ export {\nAggregateLifecycleTask,\nCompositionCoordinator,\nIAttach,\n- IAttachables,\n- IAttachLifecycle,\nIBind,\n- IBindables,\n- IBindLifecycle,\nIBindScope,\nICachable,\n- IFlushLifecycle,\nIHooks,\nILifecycle,\nILifecycleAttach,\n- ILifecycleAt... | TypeScript | MIT License | aurelia/aurelia | refactor(lifecycle): merge hooks interfaces | 1 | refactor | lifecycle |
217,922 | 18.01.2019 08:05:53 | -3,600 | 7f3975228f2fc3b7a237c2476fc500e63f75ffe7 | fix(settings): fixed a missing translation in general settings | [
{
"change_type": "MODIFY",
"diff": "</nz-form-control>\n</nz-form-item>\n<nz-form-item>\n- <nz-form-label [nzSpan]=\"5\">{{'SETTINGS.Default_permission_level' | translate}}</nz-form-label>\n+ <nz-form-label [nzSpan]=\"5\">{{'PERMISSIONS.Default_permission_level' | translate}}</nz-form-label>\n<nz-form-contr... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(settings): fixed a missing translation in general settings | 1 | fix | settings |
531,793 | 18.01.2019 08:55:23 | 0 | 168638ae72bb0edc90197a5fe2c45ff8c95417cd | chore(tests): update snapshots after upgrading react-select | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,6 @@ exports[`<CustomMultiSelect /> matches snapshot when focused 1`] = `\n\"\n<div class=\\\\\"css-10nd86i\\\\\">\n<span class=\\\\\"css-bl6clz\\\\\"\n- emotion=\\\\\"[object Object]\\\\\"\naria-live=\\\\\"assertive\\\\\"\n>\n<p id=\\\\\"aria-selection-event\\... | TypeScript | Apache License 2.0 | prymitive/karma | chore(tests): update snapshots after upgrading react-select | 1 | chore | tests |
217,922 | 18.01.2019 10:25:05 | -3,600 | 8e46bfc11c245005ebfd7b3d1d9ec60a5533dafc | chore: added tooling for bundle size stats monitoring | [
{
"change_type": "MODIFY",
"diff": "},\n\"duplexer\": {\n\"version\": \"0.1.1\",\n- \"resolved\": \"http://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz\",\n+ \"resolved\": \"https://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz\",\n\"integrity\": \"sha1-rOb/gIwc5mtX0ev5eXessCM0z8E=\",\n\"dev\": true\... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: added tooling for bundle size stats monitoring | 1 | chore | null |
447,441 | 18.01.2019 10:33:45 | 18,000 | d5827203244a74bb7c1eb82433fcb1fd4159a8fb | feat: added fixed header to the table | [
{
"change_type": "MODIFY",
"diff": "\"webdriverio\"\n],\n\"rules\": {\n- \"indent\": [2, 4],\n+ \"indent\": [\"error\", 4],\n+ \"react/jsx-indent\": [\"error\", 4],\n+ \"react/jsx-indent-props\": [\"error\", 4],\n\"react/jsx-filename-extension\": [2, { \"extensions\": [\".js\", \".jsx\"] }],\n- \"react/jsx-... | JavaScript | MIT License | nexxtway/react-rainbow | feat: added fixed header to the table (#533) | 1 | feat | null |
217,922 | 18.01.2019 10:42:18 | -3,600 | 8b79fe4c84b591988b285c5c6dace78f3199e799 | chore: updated dependencies to angular | [
{
"change_type": "MODIFY",
"diff": "}\n},\n\"@angular/animations\": {\n- \"version\": \"7.1.4\",\n- \"resolved\": \"https://registry.npmjs.org/@angular/animations/-/animations-7.1.4.tgz\",\n- \"integrity\": \"sha512-877LZ83scksJtflVz97CUWlSsZnxduBxPD+ls5OTrTT/bq3muzHCm8rgTO7S8fBwwrEVXLorvMAlhDPpMg5Swg==\",\... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: updated dependencies to angular | 1 | chore | null |
807,849 | 18.01.2019 12:07:27 | 28,800 | ef33cb79960b7e2d28e2ee4830943c423069f3ee | fix(package-graph): Use correct property when testing for duplicates | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,30 @@ const Package = require(\"@lerna/package\");\nconst PackageGraph = require(\"..\");\ndescribe(\"PackageGraph\", () => {\n+ describe(\"constructor\", () => {\n+ it(\"throws an error when duplicate package names are present\", () => {\n+ const pkgs = [\n+ n... | JavaScript | MIT License | lerna/lerna | fix(package-graph): Use correct property when testing for duplicates | 1 | fix | package-graph |
730,429 | 18.01.2019 12:07:38 | 18,000 | 587ee109a05958c9fd666cb323ecb3681907fc5b | test(recents): add setup enhancer tests | [
{
"change_type": "MODIFY",
"diff": "@@ -26,6 +26,7 @@ function connectWebsocket(props) {\nmercuryStatus\n} = props;\n+\nif (!mercuryStatus.hasConnected\n&& !mercuryStatus.connecting\n&& !mercuryStatus.connected\n@@ -161,7 +162,7 @@ function getAvatars(props) {\n}\n}\n-function setup(props) {\n+export functi... | JavaScript | MIT License | webex/react-widgets | test(recents): add setup enhancer tests | 1 | test | recents |
217,922 | 18.01.2019 13:32:00 | -3,600 | c939f9986af1b64613447b43d00735b4e0887c30 | feat(simulator): added new safe mode to make 100% safe rotations easily
closes | [
{
"change_type": "MODIFY",
"diff": "<div class=\"action\"\n[appXivdbActionTooltip]=\"action.getId(getJobId())\"\n[appXivdbActionTooltipDisabled]=\"tooltipDisabled\"\n- [ngClass]=\"{'wasted': wasted, 'disabled': disabled || notEnoughCp, 'not-enough-cp': notEnoughCp}\">\n+ [ngClass]=\"{'wasted': wasted, 'disa... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(simulator): added new safe mode to make 100% safe rotations easily
closes #713 | 1 | feat | simulator |
67,494 | 18.01.2019 13:32:18 | -3,600 | 923ee938616c91a1c435c75a3a1fdee9859ce690 | refactor(router): change entering timing & add viewport render and state | [
{
"change_type": "ADD",
"diff": "+import { IContainer, PLATFORM, all, Registration, Writable, IResourceKind } from '@aurelia/kernel';\n+import { bindable, CustomElementResource, INode, LifecycleFlags, TemplatePartDefinitions, IRenderContext, IElementTemplateProvider, IRenderingEngine, IDOM, createRenderCont... | TypeScript | MIT License | aurelia/aurelia | refactor(router): change entering timing & add viewport render and state | 1 | refactor | router |
67,494 | 18.01.2019 13:34:49 | -3,600 | 05410e79df8f3d49ae04c199bb05a98902ead800 | chore(router): delete old files | [
{
"change_type": "DELETE",
"diff": "-import { IContainer, PLATFORM, all, Registration, Writable, IResourceKind } from '@aurelia/kernel';\n-import { bindable, CustomElementResource, INode, LifecycleFlags, TemplatePartDefinitions, IRenderContext, IElementTemplateProvider, IRenderingEngine, IDOM, createRenderC... | TypeScript | MIT License | aurelia/aurelia | chore(router): delete old files | 1 | chore | router |
807,849 | 18.01.2019 13:47:13 | 28,800 | f0e3dba5d6d4979a3450f88bd31fb3bcd80d758a | chore(package-graph): Add inspect helper to workaround Jest bug | [
{
"change_type": "MODIFY",
"diff": "@@ -151,3 +151,11 @@ describe(\"PackageGraph\", () => {\n});\n});\n});\n+\n+// eslint-disable-next-line no-unused-vars\n+function deepInspect(obj) {\n+ // jest console mutilates console.dir() options argument,\n+ // so sidestep it by requiring the non-shimmed method direc... | JavaScript | MIT License | lerna/lerna | chore(package-graph): Add inspect helper to workaround Jest bug | 1 | chore | package-graph |
815,601 | 18.01.2019 13:49:27 | -28,800 | 603489fe5dec11f5a859b4f6cbc21034627fab85 | chore: bump rust-toolchain from 1.31.1 to 1.32.0 | [
{
"change_type": "MODIFY",
"diff": "@@ -16,15 +16,15 @@ env:\nmatrix:\ninclude:\n- - rust: 1.31.1\n+ - rust: 1.32.0\nos: osx\nenv: FMT=true CHECK=true TEST=true\nif: type = pull_request\n- - rust: 1.31.1\n+ - rust: 1.32.0\nos: osx\nenv: FMT=true CHECK=true TEST=true\nif: type != pull_request\n- - rust: 1.31... | Rust | MIT License | nervosnetwork/ckb | chore: bump rust-toolchain from 1.31.1 to 1.32.0 | 1 | chore | null |
807,849 | 18.01.2019 13:51:18 | 28,800 | ae81a7625ee44604e745f348bce535ad1f9ce8e1 | fix(package-graph): Ensure cycle paths are always names, not objects | [
{
"change_type": "MODIFY",
"diff": "@@ -150,6 +150,129 @@ describe(\"PackageGraph\", () => {\nexpect(graph.get(\"my-package-2\").localDependencies.has(\"my-package-1\")).toBe(true);\n});\n});\n+\n+ describe(\".partitionCycles()\", () => {\n+ it(\"does not mutate a graph with no cycles\", () => {\n+ const pk... | JavaScript | MIT License | lerna/lerna | fix(package-graph): Ensure cycle paths are always names, not objects | 1 | fix | package-graph |
679,913 | 18.01.2019 14:28:59 | 0 | e834597c5667ee738f85843012ffa958b0cfcd59 | feat(geom): add/update edges(), pointInside() & classifyPoint() impls | [
{
"change_type": "ADD",
"diff": "+import { ReadonlyVec, signedArea2 } from \"@thi.ng/vectors3\";\n+\n+export const clockwise2 =\n+ (a: ReadonlyVec, b: ReadonlyVec, c: ReadonlyVec) =>\n+ signedArea2(a, b, c) < 0;\n",
"new_path": "packages/geom3/src/internal/clockwise.ts",
"old_path": null
},
{
... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(geom): add/update edges(), pointInside() & classifyPoint() impls | 1 | feat | geom |
807,849 | 18.01.2019 15:17:23 | 28,800 | 743988d5e03d7d4ab04930f750302f4b163a1d7b | test(package-graph): Full unit coverage | [
{
"change_type": "MODIFY",
"diff": "@@ -28,6 +28,78 @@ describe(\"PackageGraph\", () => {\nexpect.assertions(2);\n});\n+\n+ it(\"externalizes non-satisfied semver of local sibling\", () => {\n+ const pkgs = [\n+ new Package(\n+ {\n+ name: \"pkg-1\",\n+ version: \"1.0.0\",\n+ optionalDependencies: {\n+ // no... | JavaScript | MIT License | lerna/lerna | test(package-graph): Full unit coverage | 1 | test | package-graph |
67,476 | 18.01.2019 15:22:32 | -3,600 | 23e4c0c454d3f2efcf6140391a22674e4d3c69d5 | fix(expression-parser): handle trailing comma correctly | [
{
"change_type": "MODIFY",
"diff": "@@ -538,14 +538,12 @@ function parseArrayLiteralExpression(state: ParserState, access: Access, binding\nif (consumeOpt(state, Token.Comma)) {\nelements.push($undefined);\nif ((state.currentToken as Token) === Token.CloseBracket) {\n- elements.push($undefined);\nbreak;\n}\... | TypeScript | MIT License | aurelia/aurelia | fix(expression-parser): handle trailing comma correctly | 1 | fix | expression-parser |
531,793 | 18.01.2019 15:29:00 | 0 | e0ddf15d0e1c3fd06c29368b3348ff93a59db8c4 | fix(ui): align autocomplete dropdown with the input | [
{
"change_type": "MODIFY",
"diff": "const AutosuggestTheme = {\n- container: \"autosuggest d-inline-block w-100\",\n+ container: \"autosuggest d-inline-block\",\nsuggestionsContainer: \"dropdown\",\n- suggestionsList: \"dropdown-menu dropdown-menu-right show\",\n+ suggestionsList: \"dropdown-menu show\",\ns... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): align autocomplete dropdown with the input | 1 | fix | ui |
808,003 | 18.01.2019 15:34:03 | 28,800 | 16ab98dbd16b46b11edba4a8ea60ce88f1f17368 | fix(import): Ensure compatibility with root-level package globs
Fixes | [
{
"change_type": "ADD",
"diff": "+{\n+ \"version\": \"1.0.0\",\n+ \"packages\": [\"mycompany-*\"]\n+}\n",
"new_path": "commands/import/__tests__/__fixtures__/root-packages/lerna.json",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+{\n+ \"name\": \"mycompany-root\"\n+}\n",
"ne... | JavaScript | MIT License | lerna/lerna | fix(import): Ensure compatibility with root-level package globs (#1875)
Fixes #1872 | 1 | fix | import |
573,227 | 18.01.2019 16:19:16 | 28,800 | 4900d6bdd51fa4e1769678562de69929c38a0c4b | feat(req): add restifyDone event | [
{
"change_type": "MODIFY",
"diff": "@@ -33,6 +33,7 @@ permalink: /docs/request-api/\n- [endHandlerTimer](#endhandlertimer)\n- [connectionState](#connectionstate)\n- [getRoute](#getroute)\n+- [Events](#events)\n- [Log](#log)\n## Request\n@@ -378,6 +379,141 @@ _Route info object structure:_\nReturns **[Object... | JavaScript | MIT License | restify/node-restify | feat(req): add restifyDone event (#1740) | 1 | feat | req |
730,429 | 18.01.2019 16:22:49 | 18,000 | a3abdebb59d162320ff51188198308ec3817d900 | feat(r-m-spaces): add decrypt promise to space item | [
{
"change_type": "MODIFY",
"diff": "@@ -4,6 +4,7 @@ import {uniqBy} from 'lodash';\nimport {\nTAG_LOCKED,\n+ constructSpace,\nconstructSpaces\n} from './helpers';\n@@ -99,9 +100,11 @@ export function getSpaces(sparkInstance, options = {}) {\nconst activities = [];\nconst spaces = items.map((space) => {\n+ l... | JavaScript | MIT License | webex/react-widgets | feat(r-m-spaces): add decrypt promise to space item | 1 | feat | r-m-spaces |
730,429 | 18.01.2019 16:29:09 | 18,000 | f3b170d5faf70d079b019bb55aa44f5ab5b8b089 | feat(recents): add avatars to initial fetch before continuing | [
{
"change_type": "MODIFY",
"diff": "@@ -376,7 +376,7 @@ export class RecentsWidget extends Component {\nfeatures={features}\nformatMessage={formatMessage}\nhasCalling\n- isLoadingMore={widgetStatus.hasFetchedAllSpaces}\n+ isLoadingMore={!widgetStatus.hasFetchedAllSpaces}\nonCallClick={this.handleSpaceCallCl... | JavaScript | MIT License | webex/react-widgets | feat(recents): add avatars to initial fetch before continuing | 1 | feat | recents |
730,412 | 18.01.2019 16:58:17 | 0 | 7320879947d4479c6b503409a93d6894e770c52a | chore(release): 0.1.410 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"0.1.410\"></a>\n+## [0.1.410](https://github.com/webex/react-ciscospark/compare/v0.1.... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.1.410 | 1 | chore | release |
815,601 | 18.01.2019 17:27:44 | -28,800 | 91ea1c426cc9e6e18c87783b80978d47e3c7f5a8 | refactor: miner config | [
{
"change_type": "MODIFY",
"diff": "@@ -129,13 +129,13 @@ impl<CI: ChainIndex + 'static> BlockAssembler<CI> {\n) -> (Cycle, u64, Version) {\nlet consensus = self.shared.consensus();\nlet cycles_limit = cycles_limit\n- .map(|cycles| cmp::min(cycles, consensus.max_block_cycles()))\n+ .min(Some(consensus.max_b... | Rust | MIT License | nervosnetwork/ckb | refactor: miner config | 1 | refactor | null |
447,451 | 18.01.2019 17:32:48 | 18,000 | 615d46e2fdaed5f2856d01356335969bbd0d3dbd | fix: fix ReCaptcha component BREAKING CHANGE: change the prop value to siteKey | [
{
"change_type": "MODIFY",
"diff": "@@ -26,7 +26,7 @@ describe('<ReCaptchaComponent />', () => {\nconst component = mount(\n<ReCaptchaComponent\n- value=\"site-key\"\n+ siteKey=\"site-key\"\ntheme=\"light\"\nsize=\"normal\"\ntabIndex={0}\n",
"new_path": "src/components/ReCaptcha/__tests__/component.spec... | JavaScript | MIT License | nexxtway/react-rainbow | fix: fix ReCaptcha component BREAKING CHANGE: change the prop value to siteKey | 1 | fix | null |
730,412 | 18.01.2019 18:10:45 | 0 | bba8d52b00e1e0ca64a12b6847df2993cdb3e533 | chore(release): 0.1.411 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"0.1.411\"></a>\n+## [0.1.411](https://github.com/webex/react-ciscospark/compare/v0.1.... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.1.411 | 1 | chore | release |
679,913 | 18.01.2019 18:12:27 | 0 | cd59f6640466c678399ca29ed37adbc7b908a638 | perf(geom): use squared dist for classifyPoint() (circle) | [
{
"change_type": "MODIFY",
"diff": "import { defmulti, MultiFn2O } from \"@thi.ng/defmulti\";\nimport { EPS, sign } from \"@thi.ng/math\";\n-import { dist, ReadonlyVec } from \"@thi.ng/vectors3\";\n+import { ReadonlyVec, distSq } from \"@thi.ng/vectors3\";\nimport { Circle, IShape, Type, Triangle } from \".... | TypeScript | Apache License 2.0 | thi-ng/umbrella | perf(geom): use squared dist for classifyPoint() (circle) | 1 | perf | geom |
679,913 | 18.01.2019 18:13:00 | 0 | d763621c9864a199ecaae1e193463819c24c52aa | feat(geom): add clippedLine(), minor update liangBarsky() | [
{
"change_type": "MODIFY",
"diff": "import { Vec } from \"@thi.ng/vectors3\";\n-import { Attribs, Line } from \"../api\";\n+import {\n+ Attribs,\n+ Line,\n+ Rect,\n+ VecPair\n+} from \"../api\";\nimport { argAttribs } from \"../internal/args\";\n+import { liangBarsky } from \"../internal/liang-barsky\";\nex... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(geom): add clippedLine(), minor update liangBarsky() | 1 | feat | geom |
679,913 | 18.01.2019 18:13:32 | 0 | 627e20d490a75a54edf32b4b7ff255293415fe52 | feat(geom): add transform() impls for Cubic/Quadratic | [
{
"change_type": "MODIFY",
"diff": "@@ -12,7 +12,9 @@ import {\nPolyline,\nQuad,\nTriangle,\n- Type\n+ Type,\n+ Cubic,\n+ Quadratic\n} from \"../api\";\nimport { dispatch } from \"../internal/dispatch\";\nimport { transformedPoints, transformPoints } from \"../internal/transform-points\";\n@@ -33,6 +35,8 @@... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(geom): add transform() impls for Cubic/Quadratic | 1 | feat | geom |
679,913 | 18.01.2019 18:15:10 | 0 | eaf1a1b01be7e4df43836da3ebc43f983ebff4e6 | feat(geom): add closestPoint() impls for splines, line, polygons, polyline | [
{
"change_type": "MODIFY",
"diff": "+import { Fn } from \"@thi.ng/api\";\n+import { partial } from \"@thi.ng/compose\";\nimport {\ndistSq,\ndot,\nempty,\nmagSq,\n+ mixCubic,\nmixN,\n+ mixQuadratic,\nReadonlyVec,\nset,\nsub,\nVec\n} from \"@thi.ng/vectors3\";\n-export const closestPointRaw =\n+export const c... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(geom): add closestPoint() impls for splines, line, polygons, polyline | 1 | feat | geom |
679,913 | 18.01.2019 18:15:46 | 0 | ebc9a981cff06b0963ad1995fa4079c066f13a30 | feat(geom): add pointAt() impls for Cubic/Quadratic | [
{
"change_type": "MODIFY",
"diff": "@@ -4,16 +4,20 @@ import {\ncartesian2,\nmadd2,\nmaddN,\n+ mixCubic,\nmixN2,\n+ mixQuadratic,\nVec\n} from \"@thi.ng/vectors3\";\nimport {\nArc,\nCircle,\n+ Cubic,\nEllipse,\nIShape,\nLine,\nPolygon,\n+ Quadratic,\nRay,\nRect,\nType\n@@ -34,6 +38,10 @@ pointAt.addAll({\n(... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(geom): add pointAt() impls for Cubic/Quadratic | 1 | feat | geom |
679,913 | 18.01.2019 18:16:21 | 0 | 56f6037294a76e19ea1d7334ff2fd6f608b3c77b | feat(geom): add flip() impls | [
{
"change_type": "ADD",
"diff": "+import { DEFAULT, defmulti } from \"@thi.ng/defmulti\";\n+import { neg } from \"@thi.ng/vectors3\";\n+import {\n+ Arc,\n+ Group,\n+ IShape,\n+ Path,\n+ PCLike,\n+ Ray,\n+ Type\n+} from \"../api\";\n+import { dispatch } from \"../internal/dispatch\";\n+\n+export const flip =... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(geom): add flip() impls | 1 | feat | geom |
679,913 | 18.01.2019 18:16:53 | 0 | 9a4570bf44ccf01eb61080eede30cea8b0e4827e | minor(geom): minor updates | [
{
"change_type": "MODIFY",
"diff": "@@ -184,12 +184,11 @@ export abstract class APC implements\n}\nabstract get type(): number | string;\n+ abstract copy(): IShape;\n*[Symbol.iterator]() {\nyield* this.points;\n}\n-\n- abstract copy(): IShape;\n}\nexport class AABB implements\n",
"new_path": "packages/g... | TypeScript | Apache License 2.0 | thi-ng/umbrella | minor(geom): minor updates | 1 | minor | geom |
679,913 | 18.01.2019 18:17:14 | 0 | 9623b4e9e2fa3610acb6826a5425949bb2910761 | build(geom): add dependency | [
{
"change_type": "MODIFY",
"diff": "\"scripts\": {\n\"build\": \"yarn clean && yarn build:es6 && yarn build:bundle\",\n\"build:es6\": \"tsc --declaration\",\n- \"build:bundle\": \"../../scripts/bundle-module geom3 api checks defmulti equiv errors hiccup hiccup-svg math matrices random transducers vectors3\"... | TypeScript | Apache License 2.0 | thi-ng/umbrella | build(geom): add @thi.ng/compose dependency | 1 | build | geom |
67,494 | 18.01.2019 20:33:49 | -3,600 | 6fb5f9d1ad4be8fbc99857db880cbfd48e699c9d | test(router): add local components to test app | [
{
"change_type": "MODIFY",
"diff": "padding-left: 2px;\n}\n+ pre {\n+ display: inline-block;\n+ font-weight: 600;\n+ font-size: 120%;\n+ }\n+\nau-viewport[name=\"lists\"] {\ndisplay: inline-block;\nwidth: 20%;\n",
"new_path": "packages/router/test/e2e/doc-example/index.ejs",
"old_path": "packages/ro... | TypeScript | MIT License | aurelia/aurelia | test(router): add local components to test app | 1 | test | router |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.