author
int64
4.98k
943k
date
stringdate
2017-04-15 16:45:02
2022-02-25 15:32:15
timezone
int64
-46,800
39.6k
hash
stringlengths
40
40
message
stringlengths
8
468
mods
listlengths
1
16
language
stringclasses
9 values
license
stringclasses
2 values
repo
stringclasses
119 values
original_message
stringlengths
12
491
is_CCS
int64
1
1
commit_type
stringclasses
129 values
commit_scope
stringlengths
1
44
67,476
30.01.2019 05:55:33
-3,600
6427da916c2034b5cd1a259f054437011af6f1b1
chore(jit-html): fix test linting
[ { "change_type": "MODIFY", "diff": "import { ITraceInfo, Profiler, Tracer } from '@aurelia/kernel';\nimport {\nAurelia,\n+ BindingStrategy,\nCustomElementResource,\nICustomElement,\n- LifecycleFlags,\n- BindingStrategy\n+ LifecycleFlags\n} from '@aurelia/runtime';\nimport { expect } from 'chai';\n+import { ...
TypeScript
MIT License
aurelia/aurelia
chore(jit-html): fix test linting
1
chore
jit-html
67,476
30.01.2019 06:46:52
-3,600
2f5c908d03f3da81642bae40cc7ebd2edab24b78
test(runtime): add if integration tests for patch mode
[ { "change_type": "MODIFY", "diff": "@@ -11,6 +11,7 @@ import {\nBinding,\nBindingContext,\nBindingMode,\n+ BindingStrategy,\nCompositionCoordinator,\nElse,\nIDOM,\n@@ -57,8 +58,8 @@ describe(`If/Else`, () => {\ninterface Spec {\nt: string;\n}\n- interface UseProxiesSpec extends Spec {\n- proxyStrategy: bool...
TypeScript
MIT License
aurelia/aurelia
test(runtime): add if integration tests for patch mode
1
test
runtime
791,840
30.01.2019 08:02:32
-32,400
0cd5d2fc2be7d65a809ec3b2f70e0bf7a2e25772
report: clip exceptionally long URLs in the header
[ { "change_type": "MODIFY", "diff": "@@ -206,6 +206,7 @@ limitations under the License.\n.lh-metadata__results {\ntext-overflow: ellipsis;\nwhite-space: nowrap;\n+ overflow: hidden;\n}\n.lh-metadata__url {\ncolor: currentColor;\n", "new_path": "lighthouse-core/report/html/templates.html", "old_path":...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: clip exceptionally long URLs in the header (#6858)
1
report
null
67,476
30.01.2019 08:23:45
-3,600
7829c50a293408e341bbb9903b7f1830a513c2d5
chore(fetch-client): cleanup package.json
[ { "change_type": "MODIFY", "diff": "\"lint\": \"npm run lint:src && npm run lint:test\",\n\"lint:src\": \"tslint --project tsconfig.json -t stylish\",\n\"lint:test\": \"tslint --project tsconfig-test.json --config ../tslint-test.json -e \\\"src/**/*.ts\\\" -t stylish\",\n- \"test\": \"cross-env TS_NODE_PROJ...
TypeScript
MIT License
aurelia/aurelia
chore(fetch-client): cleanup package.json
1
chore
fetch-client
67,476
30.01.2019 08:28:07
-3,600
895609fa407e65aceb53cdf6b165532ac613a410
chore(debug): order imports
[ { "change_type": "MODIFY", "diff": "-import { IContainer, Reporter as RuntimeReporter, Tracer as RuntimeTracer, Registration } from '@aurelia/kernel';\n+import { IContainer, Reporter as RuntimeReporter, Tracer as RuntimeTracer } from '@aurelia/kernel';\nimport { enableImprovedExpressionDebugging } from './b...
TypeScript
MIT License
aurelia/aurelia
chore(debug): order imports
1
chore
debug
67,476
30.01.2019 08:28:23
-3,600
6502fb880c4d007d1918c1d5d097de14ac3a4b7d
chore(kernel): remove unnecessary disable
[ { "change_type": "MODIFY", "diff": "@@ -483,7 +483,6 @@ export class Factory implements IFactory {\n}\npublic construct(container: IContainer, dynamicDependencies?: Key<unknown>[]): Constructable {\n- // tslint:disable-next-line:no-statements-same-line\nif (Tracer.enabled) { Tracer.enter('Factory', 'constru...
TypeScript
MIT License
aurelia/aurelia
chore(kernel): remove unnecessary disable
1
chore
kernel
67,476
30.01.2019 08:29:51
-3,600
261ec20ff524c01985909a836665e9159e17c0ec
chore(jit-html): move type to top of file
[ { "change_type": "MODIFY", "diff": "@@ -15,6 +15,7 @@ const spec = 'repeater-if-else';\ndescribe(spec, function() {\n+ type Comp = { items: any[]; display: boolean; $patch(flags: LifecycleFlags): void };\ninterface Spec {\nt: string;\n}\n@@ -393,8 +394,6 @@ describe(spec, function() {\n}\n];\n- type Comp = ...
TypeScript
MIT License
aurelia/aurelia
chore(jit-html): move type to top of file
1
chore
jit-html
67,476
30.01.2019 08:42:22
-3,600
54a6a3f921398de8fa3395826a36b5f315663b90
chore(patch-properties): mark functions as internal
[ { "change_type": "MODIFY", "diff": "import { LifecycleFlags } from '../flags';\nimport { AccessorOrObserver, CollectionKind, ICollectionObserver, IObserversLookup } from '../observation';\n+/** @internal */\nexport function mayHaveObservers(value: unknown): value is { $observers: IObserversLookup; $observer...
TypeScript
MIT License
aurelia/aurelia
chore(patch-properties): mark functions as internal
1
chore
patch-properties
67,476
30.01.2019 09:17:05
-3,600
4e9897cd2e485e341d42e003cb91ddb4d8f49228
chore(all): various linting fixes
[ { "change_type": "MODIFY", "diff": "@@ -145,13 +145,14 @@ describe(spec, function () {\n} else {\nexpect(calls['ProxyObserver'].length).to.equal(0, 'calls[\\'ProxyObserver\\'].length');\n}\n- const names = ['ProxyObserver', 'ProxySubscriberCollection', 'SelfObserver', 'SetterObserver'];\n- for (const {} of ...
TypeScript
MIT License
aurelia/aurelia
chore(all): various linting fixes
1
chore
all
71,101
30.01.2019 10:08:13
-3,600
828ac20063b6ab7ebedfe67e8c57bdb511599962
feat(cloudwatch): Support 'datapointsToAlarm' on Alarms Adds support for settingt the `dataPointsToAlarm` property of the CloudWatch `Alarm`s (also via the `Metric`s). Fixes
[ { "change_type": "MODIFY", "diff": "import { Construct, Token } from '@aws-cdk/cdk';\nimport { CfnAlarm } from './cloudwatch.generated';\nimport { HorizontalAnnotation } from './graph';\n-import { Dimension, Metric, Statistic, Unit } from './metric';\n+import { Dimension, Metric, MetricAarmProps, Statistic,...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(cloudwatch): Support 'datapointsToAlarm' on Alarms (#1631) Adds support for settingt the `dataPointsToAlarm` property of the CloudWatch `Alarm`s (also via the `Metric`s). Fixes #1626
1
feat
cloudwatch
127,940
30.01.2019 11:03:46
0
44bf9954f70cbf23e747f848295fcaf87269b8ba
docs(docz): add introduction
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,7 @@ import { colors } from './packages/tokens/lib';\nmodule.exports = {\ntitle: 'Sportsbet',\n- menu: ['Tokens', 'Utils', 'Global', 'Components'],\n+ menu: ['Introduction', 'Tokens', 'Utils', 'Global', 'Components'],\ntypescript: true,\ncodeSandbox: false,\nwr...
TypeScript
MIT License
coingaming/moon-design
docs(docz): add introduction
1
docs
docz
127,946
30.01.2019 11:40:52
-7,200
993de38cb49faac4979c0f60424204ff63adb044
test(heading): add missing tests for heading
[ { "change_type": "ADD", "diff": "+// Jest Snapshot v1, https://goo.gl/fbAQLP\n+\n+exports[`Heading Elements renders as <p> if no element prop provided 1`] = `\n+.emotion-0 {\n+ color: inherit;\n+ font-weight: 600;\n+ font-size: 3.4375rem;\n+ line-height: 4.25rem;\n+}\n+\n+<p\n+ className=\"emotion-0\"\n+>\n...
TypeScript
MIT License
coingaming/moon-design
test(heading): add missing tests for heading
1
test
heading
127,940
30.01.2019 11:50:51
0
bcf41e5f722aee2c0ea507a6b2e0c43b4897e11b
style(button): align with other components
[ { "change_type": "RENAME", "diff": "", "new_path": "packages/components/src/button/__tests__/__snapshots__/button.test.tsx.snap", "old_path": "packages/components/src/button/__tests__/__snapshots__/index.test.tsx.snap" }, { "change_type": "RENAME", "diff": "", "new_path": "packages/c...
TypeScript
MIT License
coingaming/moon-design
style(button): align with other components
1
style
button
127,940
30.01.2019 11:52:01
0
065723df1060048ffacc0e0bcfc056aa659c32c3
style(assets): tidy-up directory structure
[ { "change_type": "ADD", "diff": "+/**\n+ * Folder 'public' is configured in doczrc.js file\n+ */\n+\n+export const cdnUrl: string = 'public';\n", "new_path": "packages/assets/src/cdn.ts", "old_path": null }, { "change_type": "RENAME", "diff": "-/*\n- Folder 'public' is configured in docz...
TypeScript
MIT License
coingaming/moon-design
style(assets): tidy-up directory structure
1
style
assets
469,409
30.01.2019 12:07:02
28,800
687692d5abe0289760c196a57b93c72d6ad8feb9
fix: add video guide for making small documentation changes
[ { "change_type": "MODIFY", "diff": "@@ -25,6 +25,10 @@ Bug fixes, patches and new features are welcome. Please find or open an issue ab\nThere are many ways to fix a problem and it is important to find the best approach before writing a ton of code.\n+##### Documentation Changes\n+\n+For small documentation...
JavaScript
Apache License 2.0
open-rpc/spec
fix: add video guide for making small documentation changes
1
fix
null
743,863
30.01.2019 13:18:21
28,800
7b200d2ed7c4cdc0511e1d4e41e12ac4e1b2215e
chore: increase test timeout for windows
[ { "change_type": "MODIFY", "diff": "},\n\"scripts\": {\n\"pretest\": \"standard\",\n- \"test\": \"nyc --cache mocha --require ./test/before.js --timeout=8000 --check-leaks\",\n+ \"test\": \"nyc --cache mocha --require ./test/before.js --timeout=12000 --check-leaks\",\n\"coverage\": \"nyc report --reporter=t...
JavaScript
MIT License
yargs/yargs
chore: increase test timeout for windows
1
chore
null
217,922
30.01.2019 13:22:36
-3,600
8c4405850289fd47141769543801e0b11ef1b62f
chore: small fix for automatic github release system
[ { "change_type": "MODIFY", "diff": "\"mac\": {\n\"category\": \"public.app-category.games\"\n},\n+ \"publish\": {\n+ \"provider\": \"github\",\n+ \"releaseType\": \"release\"\n+ },\n\"win\": {\n\"icon\": \"./tools/build/icon.ico\",\n\"publisherName\": \"FFXIV Teamcraft\",\n", "new_path": "package.json",...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: small fix for automatic github release system
1
chore
null
127,940
30.01.2019 13:37:08
0
59d77c818c24064fc8f4277d3d1156362f177a56
fix(button): amend README import path
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,7 @@ route: /components/button\n---\nimport { Playground, PropsTable } from 'docz';\n-import { Button } from './index.tsx';\n+import { Button } from './';\n# Button\n", "new_path": "packages/components/src/button/README.mdx", "old_path": "packages/compo...
TypeScript
MIT License
coingaming/moon-design
fix(button): amend README import path
1
fix
button
217,922
30.01.2019 14:11:51
-3,600
11f830a760a6557a37ac7a24eb35d9860f9ed812
feat(search): added possibility to have multiple categories selected in filters closes
[ { "change_type": "MODIFY", "diff": "<nz-form-item [nzFlex]=\"true\" fxLayout=\"column\" fxLayoutAlign=\"center center\" fxFlex=\"1 1 auto\">\n<nz-form-label>{{'filters/item_category' | translate}}</nz-form-label>\n<nz-form-control>\n- <nz-select formControlName=\"itemCategory\" nzShowSearch nzAllowClear>\n+...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(search): added possibility to have multiple categories selected in filters closes #680
1
feat
search
679,913
30.01.2019 14:19:09
0
93e2ea658a74443b5ec92a34d1712729487c884b
feat(geom-isec): add ray-rect/aabb tests, fix ray-line, add NONE, update docs
[ { "change_type": "ADD", "diff": "+import { IntersectionType, IntersectionResult } from \"@thi.ng/geom-api\";\n+\n+export const NONE: IntersectionResult = Object.freeze({ type: IntersectionType.NONE });\n", "new_path": "packages/geom-isec/src/api.ts", "old_path": null }, { "change_type": "MOD...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(geom-isec): add ray-rect/aabb tests, fix ray-line, add NONE, update docs
1
feat
geom-isec
679,913
30.01.2019 14:28:54
0
5f7dd6357061d9c24517d2a1b5dc36b62caf081f
feat(geom): add ray-rect/aabb impls for intersects()
[ { "change_type": "MODIFY", "diff": "@@ -9,19 +9,22 @@ import {\nimport {\nintersectCircleCircle,\nintersectLineLine,\n+ intersectRayAABB,\nintersectRayCircle,\nintersectRayPolyline,\n+ intersectRayRect,\ntestRectCircle,\ntestRectRect\n} from \"@thi.ng/geom-isec\";\n-import { dispatch2 } from \"../internal/d...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(geom): add ray-rect/aabb impls for intersects()
1
feat
geom
127,940
30.01.2019 14:29:49
0
200f840785256be137a603839af87506cf7df0ce
chore(docz): add favicon and change title
[ { "change_type": "MODIFY", "diff": "import { colors } from './packages/tokens/lib';\nmodule.exports = {\n- title: 'Sportsbet',\n+ title: 'Sportsbet.io Design',\nmenu: ['Introduction', 'Tokens', 'Utils', 'Global', 'Components'],\ntypescript: true,\ncodeSandbox: false,\nwrapper: '.docz/wrapper',\nhashRouter: ...
TypeScript
MIT License
coingaming/moon-design
chore(docz): add favicon and change title
1
chore
docz
71,123
30.01.2019 14:34:56
28,800
58b46855ff88d95728acb18f5055bec963127508
feat(toolkit): disable colors if a terminal is not attached to stdout
[ { "change_type": "MODIFY", "diff": "@@ -83,7 +83,9 @@ async function parseCommandLineArguments() {\n].join('\\n\\n'))\n.argv;\n}\n-// tslint:enable:no-shadowed-variable max-line-length\n+if (!process.stdout.isTTY) {\n+ colors.disable();\n+}\nasync function initCommandLine() {\nconst argv = await parseComman...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(toolkit): disable colors if a terminal is not attached to stdout (#1641)
1
feat
toolkit
531,793
30.01.2019 14:59:19
0
c1490428197d5e5e47d2645c1596e97fbafbf44a
feat(ui): add an example dark.css theme file
[ { "change_type": "MODIFY", "diff": "@@ -10,6 +10,7 @@ RUN apk add --update make git\nRUN CGO_ENABLED=0 make -C /go/src/github.com/prymitive/karma VERSION=\"${VERSION:-dev}\" karma\nFROM gcr.io/distroless/base\n+COPY ./docs/dark.css /themes/dark.css\nCOPY --from=go-builder /go/src/github.com/prymitive/karma/...
TypeScript
Apache License 2.0
prymitive/karma
feat(ui): add an example dark.css theme file
1
feat
ui
531,793
30.01.2019 15:36:49
0
b93641af9306aed281aa646e926b0997fce699bb
fix(proxy): check for trailing slash on listen.prefix when proxy is on When constructing proxy path to listen on for requests to pass upstream check if listen.prefix ends with / and if no inject it. Fixes
[ { "change_type": "MODIFY", "diff": "@@ -15,7 +15,11 @@ import (\n)\nfunc proxyPathPrefix(name string) string {\n- return fmt.Sprintf(\"%sproxy/alertmanager/%s\", config.Config.Listen.Prefix, name)\n+ maybeSlash := \"\"\n+ if !strings.HasSuffix(config.Config.Listen.Prefix, \"/\") {\n+ maybeSlash = \"/\"\n+ }...
TypeScript
Apache License 2.0
prymitive/karma
fix(proxy): check for trailing slash on listen.prefix when proxy is on When constructing proxy path to listen on for requests to pass upstream check if listen.prefix ends with / and if no inject it. Fixes #386
1
fix
proxy
679,913
30.01.2019 17:27:37
0
ea322265ea471301d2367d384405158d42f22838
refactor(geom-isec): update/merge intersectRayRect/AABB
[ { "change_type": "MODIFY", "diff": "import { IntersectionType } from \"@thi.ng/geom-api\";\n-import { maddN2, maddN3, ReadonlyVec } from \"@thi.ng/vectors\";\n+import { maddN, ReadonlyVec } from \"@thi.ng/vectors\";\nimport { NONE } from \"./api\";\nconst min = Math.min;\n@@ -53,41 +53,40 @@ const rayBox =\...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(geom-isec): update/merge intersectRayRect/AABB
1
refactor
geom-isec
67,476
30.01.2019 17:44:10
-3,600
8c76e4755bee21ecaa8e5cd77df883b060eef3d5
chore(alll): linting fixes
[ { "change_type": "MODIFY", "diff": "@@ -62,6 +62,7 @@ export class ShadowDOMProjector implements IElementProjector<Node> {\n}\nthis.shadowRoot = host.attachShadow(shadowOptions);\nthis.host.$customElement = $customElement;\n+ // tslint:disable-next-line:no-unnecessary-type-assertion // this is a false posit...
TypeScript
MIT License
aurelia/aurelia
chore(alll): linting fixes
1
chore
alll
67,476
30.01.2019 17:50:00
-3,600
ee6a45dde84437b2ec42087482c099771ded476b
refactor(debug): use Reporter for the trace writer
[ { "change_type": "MODIFY", "diff": "@@ -212,5 +212,9 @@ const codeLookup: Record<string, IMessageInfo> = {\n151: {\ntype: MessageType.error,\nmessage: 'Unexpected keyword \"of\"'\n+ },\n+ 10000: {\n+ type: MessageType.debug,\n+ message: '%s'\n}\n};\n", "new_path": "packages/debug/src/reporter.ts", "...
TypeScript
MIT License
aurelia/aurelia
refactor(debug): use Reporter for the trace writer
1
refactor
debug
67,476
30.01.2019 18:04:33
-3,600
a41578f5bd58228a7597ed4ca6b022ed7217f7b7
refactor(observer-locator): deduplicate and optimize data attribute accessor detection
[ { "change_type": "MODIFY", "diff": "@@ -118,10 +118,7 @@ export class TargetObserverLocator implements ITargetObserverLocator {\nconst nsProps = nsAttributes[propertyName];\nreturn new AttributeNSAccessor(lifecycle, obj as HTMLElement, propertyName, nsProps[0], nsProps[1]);\n}\n- const prefix = propertyName...
TypeScript
MIT License
aurelia/aurelia
refactor(observer-locator): deduplicate and optimize data attribute accessor detection
1
refactor
observer-locator
679,913
30.01.2019 18:23:42
0
4acc83186fbf51914372c9d349ef61120cc1c390
feat(examples): update hdom-canvas-shapes (add ellipse test)
[ { "change_type": "MODIFY", "diff": "+import { hsva } from \"@thi.ng/color\";\nimport { pathBuilder, points } from \"@thi.ng/geom\";\nimport { canvas, normalizeTree } from \"@thi.ng/hdom-canvas\";\nimport { dropdown } from \"@thi.ng/hdom-components\";\nimport { COMMENT, serialize } from \"@thi.ng/hiccup\";\n...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): update hdom-canvas-shapes (add ellipse test)
1
feat
examples
531,793
30.01.2019 18:43:54
0
ad2abc92006a046de70b56747c69d161462c1f21
fix(deploy): correct docker deploy conditional
[ { "change_type": "MODIFY", "diff": "@@ -131,7 +131,7 @@ jobs:\ntags: true\n- stage: Deploy docker image\n- if: repo = prymitive/karma AND branch = master AND (type = push OR tag = true)\n+ if: repo = prymitive/karma AND ((type = push AND branch = master) OR tag = true)\nlanguage: generic\naddons:\napt:\n", ...
TypeScript
Apache License 2.0
prymitive/karma
fix(deploy): correct docker deploy conditional
1
fix
deploy
67,476
30.01.2019 19:26:58
-3,600
9068c03f373123ac0a6975e584f59b76d2eed661
refactor(tracer): implement bbosman's suggestion for _ctorName
[ { "change_type": "MODIFY", "diff": "@@ -178,20 +178,23 @@ function flagsText(info: ITraceInfo, i: number = 0): string {\nreturn 'none';\n}\nfunction _ctorName(obj: Instance): string {\n- if (obj && obj.constructor) {\n- if (obj.constructor.description) {\n- return `Resource{'${obj.constructor.description.na...
TypeScript
MIT License
aurelia/aurelia
refactor(tracer): implement bbosman's suggestion for _ctorName
1
refactor
tracer
217,922
30.01.2019 19:55:38
-3,600
1b27312d78d335279af52b62154280d3ade0e267
chore: fixes for unit and e2e tests
[ { "change_type": "MODIFY", "diff": "//\n// -- This will overwrite an existing command --\n// Cypress.Commands.overwrite(\"visit\", (originalFn, url, options) => { ... })\n+Cypress.Commands.add('navigateTo', (url: string) => {\n+ cy.get(`[routerlink=\"${url}\"]`).click();\n+});\n", "new_path": "apps/clie...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: fixes for unit and e2e tests
1
chore
null
217,922
30.01.2019 20:48:45
-3,600
c48cdeb95682d7a45c9202b1e6a10d91cd1b2ae5
chore: disabled e2e in ci env for now, needs cypress 3.1.5 to work properly
[ { "change_type": "MODIFY", "diff": "@@ -22,7 +22,7 @@ jobs:\ncommand: sudo npm i -g npm\n- run:\nname: Install local dependencies\n- command: npm ci && npm run cypress:install\n+ command: npm ci\n- run:\nname: Install functions dependencies\ncommand: cd functions && npm install && cd ../\n@@ -144,14 +144,10...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: disabled e2e in ci env for now, needs cypress 3.1.5 to work properly
1
chore
null
531,793
30.01.2019 20:59:30
0
d14672ec25a8a2a946882722ab433eb8ef4598fb
chore(ci): drop Go modules env from heroku job Docker is used to build the image, no need to set GO111MODULE
[ { "change_type": "MODIFY", "diff": "@@ -159,7 +159,6 @@ jobs:\n# * deploy only once per PR - since we will deploy on branch job\nif: repo = prymitive/karma AND type != pull_request\nenv:\n- - GO111MODULE=on\n# HEROKU_TOKEN, valid forever, needed to push docker image and release\n# it on heroku app\n- secure...
TypeScript
Apache License 2.0
prymitive/karma
chore(ci): drop Go modules env from heroku job Docker is used to build the image, no need to set GO111MODULE
1
chore
ci
273,683
30.01.2019 21:45:03
-3,600
06a7855d81cc45c773e4415c3f0785e8939c10d9
refactor(webpack): more accurate cache identifier Also moves the cache directory to `{root}/node_modules/.cache/gridsome`.
[ { "change_type": "MODIFY", "diff": "const path = require('path')\n+const hash = require('hash-sum')\nconst Config = require('webpack-chain')\nconst { forwardSlash } = require('../utils')\nconst { VueLoaderPlugin } = require('vue-loader')\n@@ -257,18 +258,21 @@ module.exports = (app, { isProd, isServer }) =>...
JavaScript
MIT License
gridsome/gridsome
refactor(webpack): more accurate cache identifier Also moves the cache directory to `{root}/node_modules/.cache/gridsome`.
1
refactor
webpack
67,507
30.01.2019 23:19:33
-3,600
907f08ad9257ae9e8403f3cefb139a4e5794b96f
chore: update gulpfile.js files to gulp 4
[ { "change_type": "MODIFY", "diff": "@@ -25,12 +25,12 @@ function bundle(input) {\n.pipe(gulp.dest('dist'));\n}\n-gulp.task('default', [], () => {\n+gulp.task('default', () => {\nbrowserSync.init({ watch: true, server: '.', port: 9000 });\nb.on('update', bundle);\nb.on('change', browserSync.reload);\nreturn ...
TypeScript
MIT License
aurelia/aurelia
chore: update gulpfile.js files to gulp 4
1
chore
null
679,913
31.01.2019 02:26:51
0
16b48b384830f72f4b117338add84e4b87a671da
fix(vector-pools): AttribPool opts & default handling
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ import {\nimport { align, Pow2 } from \"@thi.ng/binary\";\nimport { MemPool, SIZEOF, wrap } from \"@thi.ng/malloc\";\nimport { range } from \"@thi.ng/transducers\";\n-import { ReadonlyVec, Vec } from \"@thi.ng/vectors\";\n+import { ReadonlyVec, Vec, zeroes...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(vector-pools): AttribPool opts & default handling
1
fix
vector-pools
679,913
31.01.2019 04:02:03
0
bf8b28fc10c8e9b7bd05393b60232e4910882858
feat(malloc): add realloc(), update free() always insert sort freed blocks (to simplify realloc)
[ { "change_type": "MODIFY", "diff": "@@ -99,7 +99,7 @@ export class MemPool implements\nwhile (block) {\nconst isTop = block.addr + block.size >= top;\nif (isTop || block.size >= size) {\n- if (isTop && this.doCompact && block.addr + size > end) {\n+ if (isTop && block.addr + size > end) {\nreturn 0;\n}\nif ...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(malloc): add realloc(), update free() - always insert sort freed blocks (to simplify realloc)
1
feat
malloc
217,922
31.01.2019 08:03:01
-3,600
d3cd623a3140ac0206c391950e268c58436e3747
fix(layout): fixed an issue with some layout filters breaking the UI
[ { "change_type": "MODIFY", "diff": "@@ -260,7 +260,7 @@ export class LayoutRowFilter {\nconst parsed = filterString.split(':');\nconst baseFilterString: string = parsed.shift();\nconst baseFilter: LayoutRowFilter = LayoutRowFilter[baseFilterString];\n- if (parsed.length > 1) {\n+ if (parsed.length > 1 && ba...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(layout): fixed an issue with some layout filters breaking the UI
1
fix
layout
71,327
31.01.2019 09:08:01
-3,600
8f1a5e8fb0ce062c6297963cc6644330a61feeed
feat(s3): Add DeployAction for codepipeline
[ { "change_type": "ADD", "diff": "+{\n+ \"Resources\": {\n+ \"PipelineArtifactsBucket22248F97\": {\n+ \"Type\": \"AWS::S3::Bucket\",\n+ \"DeletionPolicy\": \"Retain\"\n+ },\n+ \"PipelineRoleD68726F7\": {\n+ \"Type\": \"AWS::IAM::Role\",\n+ \"Properties\": {\n+ \"AssumeRolePolicyDocument\": {\n+ \"Statement\"...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(s3): Add DeployAction for codepipeline (#1596)
1
feat
s3
469,409
31.01.2019 09:46:09
28,800
89be66a9cd9d7d6835d9bdd1219868c14d24940e
feat: add resources for documentation driven development
[ { "change_type": "MODIFY", "diff": "> This document is inspired by [elasticsearch/CONTRIBUTING.md](https://github.com/elastic/elasticsearch/blob/master/CONTRIBUTING.md)\n+Adding a `CONTRIBUTING.md` to a github repository enables a link to that file in the pull request or create an issue page. This shows pot...
JavaScript
Apache License 2.0
open-rpc/spec
feat: add resources for documentation driven development
1
feat
null
135,427
31.01.2019 09:46:49
-28,800
6d61c4f5d8386f11f540741c4fa687df119245ad
feat(rule-header-length): show current header length
[ { "change_type": "MODIFY", "diff": "@@ -3,6 +3,8 @@ import {maxLength} from '@commitlint/ensure';\nexport default (parsed, when, value) => {\nreturn [\nmaxLength(parsed.header, value),\n- `header must not be longer than ${value} characters`\n+ `header must not be longer than ${value} characters, current len...
TypeScript
MIT License
conventional-changelog/commitlint
feat(rule-header-length): show current header length
1
feat
rule-header-length
469,415
31.01.2019 10:02:15
28,800
339fee504c27cd9f4abf38fce2423b181f21212d
fix: update CONTRIBUTING.md typo
[ { "change_type": "MODIFY", "diff": "@@ -55,7 +55,7 @@ Make sure you've signed the repository's Contributor License Agreement. We are n\n4. Submit a pull request\n-Push local changes to you forked repository and make a pull request. Follow the [Convention Commits](CONVENTIONAL_COMMITS.md) guidelines for nami...
JavaScript
Apache License 2.0
open-rpc/spec
fix: update CONTRIBUTING.md typo Co-Authored-By: shanejonas <jonas.shane@gmail.com>
1
fix
null
469,415
31.01.2019 10:02:38
28,800
cbce3712764817909980f4b8b94cbf2e9e73b516
fix: update CONTRIBUTING.md grammer around preview markdown
[ { "change_type": "MODIFY", "diff": "@@ -41,7 +41,7 @@ First off, find help on how to fork a repo [here](https://help.github.com/articl\n1. Review & Test changes\n-If it's code: test it. If it's documentation: make sure to view it in a Markdown viewer or the like.\n+If it's code: test it. If it's documentati...
JavaScript
Apache License 2.0
open-rpc/spec
fix: update CONTRIBUTING.md grammer around preview markdown Co-Authored-By: shanejonas <jonas.shane@gmail.com>
1
fix
null
469,415
31.01.2019 10:11:42
28,800
944931c4b6b39dc0bc943a02a979a3f24f66e433
fix: update CONTRIBUTING.md adding docs
[ { "change_type": "MODIFY", "diff": "> This document is inspired by [elasticsearch/CONTRIBUTING.md](https://github.com/elastic/elasticsearch/blob/master/CONTRIBUTING.md)\n-Adding a `CONTRIBUTING.md` to a github repository enables a link to that file in the pull request or create an issue page. This shows pot...
JavaScript
Apache License 2.0
open-rpc/spec
fix: update CONTRIBUTING.md adding docs Co-Authored-By: shanejonas <jonas.shane@gmail.com>
1
fix
null
469,409
31.01.2019 10:25:29
28,800
95fe209f886e8e9ecafb47eb6a9dc530a0a35273
fix: move conventions and resource up in the readme
[ { "change_type": "MODIFY", "diff": "@@ -10,20 +10,30 @@ There are many ways to drive development but with open source specifically, star\n- [Readme Driven Development](http://tom.preston-werner.com/2010/08/23/readme-driven-development.html) by Tom Preson-Werner\n+### Conventions and Specifications\n+\n+Usin...
JavaScript
Apache License 2.0
open-rpc/spec
fix: move conventions and resource up in the readme
1
fix
null
469,409
31.01.2019 10:28:39
28,800
161f7297f095dda219a30c7f5b368be539bf1928
fix: replace github for Github
[ { "change_type": "MODIFY", "diff": "> This document is inspired by [elasticsearch/CONTRIBUTING.md](https://github.com/elastic/elasticsearch/blob/master/CONTRIBUTING.md)\n-Adding a `CONTRIBUTING.md` to a github repository enables a link to that file in the pull request or create an issue page. This document ...
JavaScript
Apache License 2.0
open-rpc/spec
fix: replace github for Github
1
fix
null
469,392
31.01.2019 10:43:51
28,800
cd0aeeb80a0a71b0bba9612b85d71d049f813d6e
fix: update CONTRIBUTING.md to get rid of cloning or forking
[ { "change_type": "MODIFY", "diff": "@@ -33,7 +33,7 @@ There are many ways to fix a problem and it is important to find the best approa\nFor small documentation changes and fixes, these can be done quickly following this video guide on [how to contribute to Open Source in 1 minute on Github](https://www.yout...
JavaScript
Apache License 2.0
open-rpc/spec
fix: update CONTRIBUTING.md to get rid of cloning or forking Co-Authored-By: shanejonas <jonas.shane@gmail.com>
1
fix
null
469,392
31.01.2019 10:44:32
28,800
832ca2c77058440c3656f4492c8df229185a48ba
fix: update README.md typo its
[ { "change_type": "MODIFY", "diff": "# Pristine\n-Pristine is an open source repository in its original condition. It's goal is to be a starting point for open source repositories wanting to follow Documentation Driven Development. It is also a place for existing projects to find resources to augment current...
JavaScript
Apache License 2.0
open-rpc/spec
fix: update README.md typo its Co-Authored-By: shanejonas <jonas.shane@gmail.com>
1
fix
null
603,467
31.01.2019 10:57:05
0
f2c9482af5a77a497aa30aef24a502006320b667
ci(travis): Run the build against the latest minor version of Node 6, 8 and 10
[ { "change_type": "MODIFY", "diff": "@@ -9,9 +9,9 @@ notifications:\non_failure: always # options: [always|never|change] default: always\non_start: never # options: [always|never|change] default: always\nnode_js:\n- - '6.9'\n- - '8.12'\n- - '10.4'\n+ - '6.x'\n+ - '8.x'\n+ - '10.x'\ncache:\ndirectories:\n- no...
TypeScript
Apache License 2.0
serenity-js/serenity-js
ci(travis): Run the build against the latest minor version of Node 6, 8 and 10
1
ci
travis
603,467
31.01.2019 11:00:14
0
55749427f8341ad54aae6b6b6f87c0afd195a3ec
ci(travis): Correct Node version numbers
[ { "change_type": "MODIFY", "diff": "@@ -12,9 +12,9 @@ notifications:\non_failure: always # options: [always|never|change] default: always\non_start: never # options: [always|never|change] default: always\nnode_js:\n- - '6.x'\n- - '8.x'\n- - '10.x'\n+ - '6'\n+ - '8'\n+ - '10'\ncache:\ndirectories:\n- node_mo...
TypeScript
Apache License 2.0
serenity-js/serenity-js
ci(travis): Correct Node version numbers
1
ci
travis
807,849
31.01.2019 11:01:34
28,800
0908212351f2d2f7b76939913bb37b15542ab310
fix(version): Fix negated option links in readme
[ { "change_type": "MODIFY", "diff": "@@ -301,6 +301,6 @@ Pass an explicit version number to the [`bump`](#bump) positional instead.\n### `--skip-git`\n-Use [`--no-git-tag-version`](https://github.com/lerna/lerna/tree/master/commands/version#--git-tag-version) and [`--no-push`](https://github.com/lerna/lerna/...
JavaScript
MIT License
lerna/lerna
fix(version): Fix negated option links in readme
1
fix
version
807,849
31.01.2019 11:02:25
28,800
c0a750e0f482c16dda2f922f235861283efbe94d
docs(version): Add examples for generating initial changelogs
[ { "change_type": "MODIFY", "diff": "@@ -304,3 +304,26 @@ Pass an explicit version number to the [`bump`](#bump) positional instead.\nUse [`--no-git-tag-version`](#--no-git-tag-version) and [`--no-push`](#--no-push) instead.\n> NOTE: This option **does not** restrict _all_ git commands from being executed. `...
JavaScript
MIT License
lerna/lerna
docs(version): Add examples for generating initial changelogs
1
docs
version
217,922
31.01.2019 11:39:30
-3,600
6b5ceb10d4d08dc0e676ab874b77aa948f861b4d
chore: proper configuration for cypress inside circleci
[ { "change_type": "MODIFY", "diff": "defaults: &defaults\n- working_directory: /tmp/ffxiv-teamcraft\n+ working_directory: ~/ffxiv-teamcraft\ndocker:\n- image: supamiu/circleci-node-wine\n@@ -10,9 +10,6 @@ jobs:\n<<: *defaults\nsteps:\n- checkout\n- - run:\n- name: Create workspace dir\n- command: mkdir ~/wor...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: proper configuration for cypress inside circleci
1
chore
null
603,467
31.01.2019 11:56:24
0
290a11b98dd00d619bdc3a76bf898f055c57179c
test(core): Migrated from mock-fs to memfs Mock-fs doesn't support the latest Node LTS
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"@serenity-js/core\",\n- \"version\": \"1.6.0\",\n+ \"version\": \"2.0.1-alpha.0\",\n\"lockfileVersion\": 1,\n\"requires\": true,\n\"dependencies\": {\n\"version\": \"2.1.1\",\n\"resolved\": \"https://registry.npmjs.org/cuid/-/cuid-2.1.1.tgz\",\n\"integrity\...
TypeScript
Apache License 2.0
serenity-js/serenity-js
test(core): Migrated from mock-fs to memfs Mock-fs doesn't support the latest Node LTS
1
test
core
603,467
31.01.2019 12:29:45
0
908a5f709e08f953e3f9c06a7112a2a2d7f1c5f9
ci(travis): Don't build release commits
[ { "change_type": "MODIFY", "diff": "@@ -15,9 +15,6 @@ node_js:\n- '6'\n- '8'\n- '10'\n-cache:\n- directories:\n- - node_modules\nbefore_install: scripts/travis/before_install.sh\nbefore_script: scripts/travis/before_script.sh\nscript: scripts/travis/script.sh\n", "new_path": ".travis.yml", "old_path...
TypeScript
Apache License 2.0
serenity-js/serenity-js
ci(travis): Don't build release commits
1
ci
travis
603,467
31.01.2019 12:35:53
0
b3b68aff6fd1d7a346c4d40bcd66cf6c3448bec0
ci(lerna): Added publishConfig to make Lerna release the packages to npm
[ { "change_type": "MODIFY", "diff": "},\n\"homepage\": \"http://serenity-js.org\",\n\"license\": \"Apache-2.0\",\n- \"config\": {\n+ \"publishConfig\": {\n\"access\": \"public\"\n},\n\"main\": \"lib/index.js\",\n", "new_path": "packages/assertions/package.json", "old_path": "packages/assertions/packa...
TypeScript
Apache License 2.0
serenity-js/serenity-js
ci(lerna): Added publishConfig to make Lerna release the packages to npm
1
ci
lerna
807,843
31.01.2019 13:04:11
21,600
f9e18fa6c47b6d1ecd3e67bb209c7f5245e791ce
fix(publish): Skip private package lookup
[ { "change_type": "ADD", "diff": "+Copyright (c) 2018 Tester McPerson <test@example.com>\n+\n+ABC License\n", "new_path": "commands/publish/__tests__/__fixtures__/public-private/LICENSE", "old_path": null }, { "change_type": "ADD", "diff": "+{\n+ \"version\": \"1.0.0\"\n+}\n", "new_pa...
JavaScript
MIT License
lerna/lerna
fix(publish): Skip private package lookup (#1905)
1
fix
publish
447,440
31.01.2019 13:41:23
21,600
920caca7c6803015b4d2bafb46af297ce4740dd4
style: fix styles placeholder
[ { "change_type": "MODIFY", "diff": "padding: 0.5625rem 0.9375rem; }\n.rainbow-textarea::placeholder {\ncolor: #a4a7b5;\n+ font-weight: 300;\nfont-size: 1rem; }\n.rainbow-textarea[disabled] {\ncursor: not-allowed;\n", "new_path": "src/components/Textarea/styles.css", "old_path": "src/components/Texta...
JavaScript
MIT License
nexxtway/react-rainbow
style: fix styles placeholder (#594)
1
style
null
679,913
31.01.2019 13:42:40
0
a55f47701ca4bedd0c77b153927ffd15f781c08c
feat(malloc): add reallocArray(), update realloc() & compact(), tests update compact() to adjust top and kill free blocks if poss
[ { "change_type": "MODIFY", "diff": "@@ -150,8 +150,12 @@ export class MemPool implements\n}\nsize = align(size, 8);\nlet block = this._used;\n+ let blockEnd: number;\n+ let newAddr = 0;\nwhile (block) {\nif (block.addr === addr) {\n+ blockEnd = addr + block.size;\n+ const isTop = blockEnd >= this.top;\n// s...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(malloc): add reallocArray(), update realloc() & compact(), tests - update compact() to adjust top and kill free blocks if poss
1
feat
malloc
679,913
31.01.2019 13:51:22
0
3adabc4de620914a7397b53706a9fc93b78a9021
fix(strings): fix replace kebab() regex w/ legacy version
[ { "change_type": "MODIFY", "diff": "@@ -28,8 +28,8 @@ export const capitalize: Stringer<string> =\n* Converts a CamelCase string into kebab case, with optional custom\n* delimiter (`-` by default).\n*\n- * TODO: Currently broken in Safari & FF due to usage of TC39 stage 4\n- * RegEx look-behind expression:\...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(strings): fix #70, replace kebab() regex w/ legacy version
1
fix
strings
71,372
31.01.2019 14:35:55
-3,600
5c4a9e5d6b8801420019638b2c0423c3b888351c
fix(sns): create subscription object under subscriber Create the SNS Subscription object under the subscriber instead of the subscribee, avoiding cyclic stack dependencies if those objects would be in different stacks. Fixes fixes
[ { "change_type": "MODIFY", "diff": "@@ -169,14 +169,18 @@ export abstract class TopicBase extends cdk.Construct implements ITopic {\n* @param queue The target queue\n*/\npublic subscribeQueue(queue: sqs.IQueue): Subscription {\n- const subscriptionName = queue.node.id + 'Subscription';\n- if (this.node.tryF...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(sns): create subscription object under subscriber Create the SNS Subscription object under the subscriber instead of the subscribee, avoiding cyclic stack dependencies if those objects would be in different stacks. Fixes #1643, fixes #1534.
1
fix
sns
807,849
31.01.2019 14:47:01
28,800
60647b4c2b1d17d4a09c9c89fa965ced5c7d8f94
fix(conventional-commits): Support legacy callback presets Fixes
[ { "change_type": "ADD", "diff": "+\"use strict\";\n+\n+// https://git.io/vx5iq (conventional-changelog-angular/conventional-recommended-bump.js, etc)\n+const parserOpts = require(\"./parser-opts\");\n+const writerOpts = require(\"./writer-opts\");\n+const whatBump = require(\"./what-bump\");\n+\n+// https:/...
JavaScript
MIT License
lerna/lerna
fix(conventional-commits): Support legacy callback presets Fixes #1896
1
fix
conventional-commits
127,940
31.01.2019 15:04:26
0
2d16a592984bab22de254cb8270e78d2d17294e0
feat(backgroundSVG): helper for inline SVG backgroundImages
[ { "change_type": "ADD", "diff": "+export const backgroundSVG = (svg: string) => ({\n+ backgroundImage: `url('data:image/svg+xml;utf8,${svg}')`,\n+});\n", "new_path": "packages/utils/src/background/index.ts", "old_path": null }, { "change_type": "MODIFY", "diff": "-export * from './mq';\n...
TypeScript
MIT License
coingaming/moon-design
feat(backgroundSVG): helper for inline SVG backgroundImages
1
feat
backgroundSVG
127,940
31.01.2019 15:05:15
0
5db9cd05f231f13cbd06be9dd562624c9aad01d8
fix(tslint): remove faulty aria rule
[ { "change_type": "MODIFY", "diff": "+/**\n+ * 1. Disabled due to: https://github.com/Microsoft/tslint-microsoft-contrib/issues/409\n+ */\n{\n\"extends\": [\"tslint-config-airbnb\", \"tslint-config-prettier\"],\n\"rulesDirectory\": [\"node_modules/tslint-microsoft-contrib\"],\n\"react-a11y-lang\": true,\n\"r...
TypeScript
MIT License
coingaming/moon-design
fix(tslint): remove faulty aria rule
1
fix
tslint
807,849
31.01.2019 15:32:01
28,800
de41377ecf8fc7ceeed9c2f5a6de193b48faf5e1
docs(publish): Update canary description with accurate version generation Fixes Refs
[ { "change_type": "MODIFY", "diff": "@@ -69,7 +69,11 @@ lerna publish --canary preminor\n# 1.0.0 => 1.1.0-alpha.0+${SHA}\n```\n-When run with this flag, `lerna publish` publishes packages in a more granular way (per commit). Before publishing to npm, it creates the new `version` tag by taking the current `ve...
JavaScript
MIT License
lerna/lerna
docs(publish): Update canary description with accurate version generation Fixes #1893 Refs #1878
1
docs
publish
679,913
31.01.2019 15:34:42
0
1b72d1d411e5abadefd61d94f415f38cacf4636d
build: update deps in unreleased packages
[ { "change_type": "MODIFY", "diff": "},\n\"dependencies\": {\n\"@thi.ng/api\": \"^5.0.1\",\n- \"@thi.ng/vectors\": \"^2.1.0\"\n+ \"@thi.ng/vectors\": \"^2.1.1\"\n},\n\"keywords\": [\n\"ES6\",\n", "new_path": "packages/geom-api/package.json", "old_path": "packages/geom-api/package.json" }, { "...
TypeScript
Apache License 2.0
thi-ng/umbrella
build: update deps in unreleased packages
1
build
null
815,745
31.01.2019 15:39:13
-7,200
25e8e4f9fcac53d292b0dc6dd6b85d366c4a5fb7
fix(single): allow to unselect last selected value even if disabled closes
[ { "change_type": "MODIFY", "diff": "@@ -118,7 +118,7 @@ export class ItemsList {\n}\nclearSelected() {\n- this._selectionModel.clear();\n+ this._selectionModel.clear(this._ngSelect.multiple);\nthis._items.forEach((item) => {\nitem.selected = false;\nitem.marked = false;\n", "new_path": "src/ng-select/it...
TypeScript
MIT License
ng-select/ng-select
fix(single): allow to unselect last selected value even if disabled closes #1036
1
fix
single
730,412
31.01.2019 17:55:05
0
94ad81e1268d476dc4bb7aad0170586deef1214e
chore(release): 0.1.415
[ { "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.415\"></a>\n+## [0.1.415](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.415
1
chore
release
471,566
31.01.2019 18:17:17
18,000
e8663f372247ca7ee3fe486dfeece73697e83516
fix(eslint-config): allow usage of devDeps in nested test/stories folders
[ { "change_type": "MODIFY", "diff": "@@ -12,7 +12,7 @@ module.exports = {\n'import/no-extraneous-dependencies': [\n'error',\n{\n- devDependencies: ['**/test/*.js', '**/stories/*.js'],\n+ devDependencies: ['**/test/**/*.js', '**/stories/**/*.js'],\n},\n],\n},\n", "new_path": "packages/eslint-config/index....
JavaScript
MIT License
open-wc/open-wc
fix(eslint-config): allow usage of devDeps in nested test/stories folders
1
fix
eslint-config
217,922
31.01.2019 18:23:55
-3,600
01aa35b37d81b91cf982183db89ad1547ec10465
feat(simulator): added new failure condition: missing inner quiet
[ { "change_type": "MODIFY", "diff": "@@ -3,6 +3,7 @@ import { Simulation } from '../../../simulation/simulation';\nimport { Buff } from '../../buff.enum';\nimport { ActionType } from '../action-type';\nimport { CraftingJob } from '../../crafting-job.enum';\n+import { SimulationFailCause } from '../../simulat...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(simulator): added new failure condition: missing inner quiet
1
feat
simulator
104,827
31.01.2019 19:33:53
21,600
d94daeb6d22b253700bb146a2b77daa614fe8517
feat(table): use carbon ComboBox for select
[ { "change_type": "MODIFY", "diff": "},\n\"dependencies\": {\n\"carbon-components\": \"9.66.3\",\n- \"carbon-components-react\": \"6.74.1\",\n+ \"carbon-components-react\": \"6.83.2\",\n\"carbon-icons\": \"7.0.7\",\n\"classnames\": \"^2.2.5\",\n\"lodash\": \"^4.17.11\",\n\"babel-plugin-react-docgen\": \"^2.0...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(table): use carbon ComboBox for select
1
feat
table
67,494
31.01.2019 20:23:47
-3,600
2b48179653b74b7357a4ce15ca5eec9c279e8205
refactor(router): delay browser history dequeue
[ { "change_type": "MODIFY", "diff": "@@ -148,6 +148,10 @@ export class HistoryBrowser {\npublic async pop(): Promise<void> {\nlet state;\n+ // let newHash = `#/${Date.now()}`;\n+ // let { pathname, search, hash } = this.location;\n+ // state = this.history.state;\n+ // await this.history.replaceState(state, ...
TypeScript
MIT License
aurelia/aurelia
refactor(router): delay browser history dequeue
1
refactor
router
67,475
31.01.2019 20:58:32
-36,000
b4346d33da5f263e204080733e4804de351f1586
test(store): fixing up tests, still errors to resolve
[ { "change_type": "MODIFY", "diff": "import { DI, Registration } from '@aurelia/kernel';\nimport { Subscription } from 'rxjs';\nimport { distinctUntilChanged, pluck } from 'rxjs/operators';\n-import { StoreConfiguration } from './../../src/index';\n-import { STORE } from './../../src/store';\n+import { STORE...
TypeScript
MIT License
aurelia/aurelia
test(store): fixing up tests, still errors to resolve
1
test
store
67,494
31.01.2019 21:24:09
-3,600
6fdca9d4129e566527ee9bac64bf35838c446835
refactor(router): move navigation status into viewport content status
[ { "change_type": "MODIFY", "diff": "@@ -98,7 +98,7 @@ export class QueuedBrowserHistory implements QueuedBrowserHistory {\nparameters: parameters,\nresolve: _resolve,\n});\n- // this.dequeue().catch(error => { throw error; });\n+ this.dequeue().catch(error => { throw error; });\nreturn promise;\n}\n", "...
TypeScript
MIT License
aurelia/aurelia
refactor(router): move navigation status into viewport content status
1
refactor
router
217,922
31.01.2019 21:25:59
-3,600
8b1eda20b08f6ab534fc04ba21c4b1875c11568d
chore: small change for registration behavior
[ { "change_type": "MODIFY", "diff": "@@ -127,6 +127,7 @@ export class AuthEffects {\nfilter(action => action.type !== AuthActionTypes.NoLinkedCharacter && action.type !== AuthActionTypes.LinkingCharacter),\nwithLatestFrom(this.store),\nfilter(([action, state]) => {\n+ console.log(action, state);\nreturn !sta...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: small change for registration behavior
1
chore
null
67,494
31.01.2019 21:31:05
-3,600
9ef5d2b1ada241288bf2058c065c3873a0a38f4e
refactor(router): move from cache to viewport content
[ { "change_type": "MODIFY", "diff": "@@ -29,6 +29,7 @@ export class ViewportContent {\npublic instruction: INavigationInstruction;\npublic component: IRouteableCustomElement;\npublic contentStatus: ContentStatuses;\n+ public fromCache: boolean;\nconstructor(content: ICustomElementType | string = null, parame...
TypeScript
MIT License
aurelia/aurelia
refactor(router): move from cache to viewport content
1
refactor
router
217,922
31.01.2019 21:32:41
-3,600
f68c5c11c6252f6816287ded0e98c3598644b664
chore: fix for last change
[ { "change_type": "MODIFY", "diff": "@@ -127,7 +127,6 @@ export class AuthEffects {\nfilter(action => action.type !== AuthActionTypes.NoLinkedCharacter && action.type !== AuthActionTypes.LinkingCharacter),\nwithLatestFrom(this.store),\nfilter(([action, state]) => {\n- console.log(action, state);\nreturn !sta...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: fix for last change
1
chore
null
603,467
31.01.2019 22:21:16
0
cf2cb268f49fbe64ebc00259506d79dcd022fc32
ci(travis): Build the docs when the build is successful
[ { "change_type": "MODIFY", "diff": "@@ -7,10 +7,6 @@ set -e\n# exit 0\n#fi\n-if [[ $TRAVIS_BRANCH == '2.0' ]]; then\n- make site\n-fi\n-\nif [[ $TRAVIS_BRANCH == 'master' ]]; then\necho \"do nothing, for now\"\n# npm run book:publish\n", "new_path": "scripts/travis/after_script.sh", "old_path": "scr...
TypeScript
Apache License 2.0
serenity-js/serenity-js
ci(travis): Build the docs when the build is successful
1
ci
travis
603,467
31.01.2019 22:21:58
0
7cb7a9f85c082ceedf053e7ad3d4eca9957c86d4
fix(cucumber): Compatibility with Cucumber.js 5.1
[ { "change_type": "MODIFY", "diff": "\"@serenity-js/rest\": \"2.0.1-alpha.1\",\n\"@types/cucumber\": \"4.0.4\",\n\"@types/express\": \"4.16.0\",\n- \"cucumber\": \"5.0.1\",\n+ \"cucumber\": \"5.1.0\",\n\"express\": \"4.16.4\",\n\"npm-failsafe\": \"0.4.1\",\n\"serenity-cli\": \"0.11.0\",\n", "new_path": "...
TypeScript
Apache License 2.0
serenity-js/serenity-js
fix(cucumber): Compatibility with Cucumber.js 5.1
1
fix
cucumber
217,922
31.01.2019 22:23:35
-3,600
788ead9b1bc1b2590b8acc3e1420e6d544fe658c
chore: new auth-related tests
[ { "change_type": "DELETE", "diff": "-{\n- \"name\": \"Using fixtures to represent data\",\n- \"email\": \"hello@cypress.io\"\n-}\n", "new_path": null, "old_path": "apps/client-e2e/src/fixtures/example.json" }, { "change_type": "ADD", "diff": "+export const fixtures = {\n+ email: 'e2e@tes...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: new auth-related tests
1
chore
null
67,494
31.01.2019 22:49:40
-3,600
346a147825922b7feae96495f2ae2192c667fbc0
refactor(router): move component methods to viewport content
[ { "change_type": "MODIFY", "diff": "import { IContainer } from '@aurelia/kernel';\n-import { CustomElementResource, ICustomElement, ICustomElementType, IRenderContext } from '@aurelia/runtime';\n+import { CustomElementResource, ICustomElement, ICustomElementType, IRenderContext, LifecycleFlags, INode } from...
TypeScript
MIT License
aurelia/aurelia
refactor(router): move component methods to viewport content
1
refactor
router
679,913
01.02.2019 02:00:30
0
b7d162fa267083d9eca3b7d3ca1fa5e4165eb58b
feat(vector-pools): update & fix AttribPool resize logic use MemPool.realloc() update ensure()
[ { "change_type": "MODIFY", "diff": "@@ -60,7 +60,11 @@ export class AttribPool implements\n}\nbytes() {\n- return new Uint8Array(this.pool.buf, this.addr, this.capacity * this.byteStride);\n+ return new Uint8Array(\n+ this.pool.buf,\n+ this.addr,\n+ this.capacity * this.byteStride\n+ );\n}\nrelease(releaseP...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(vector-pools): update & fix AttribPool resize logic - use MemPool.realloc() - update ensure()
1
feat
vector-pools
67,475
01.02.2019 09:05:57
-36,000
d98cb8b80f3e509c3939a19f6a7e33b0498e52f5
test(store): fixing up object entries error and broken tests
[ { "change_type": "MODIFY", "diff": "@@ -5,19 +5,6 @@ import * as sinonChai from 'sinon-chai';\nchai.use(sinonChai);\nchai.use(chaiAsPromised);\n-if (!Object.entries) {\n- Object.entries = function(obj) {\n- const ownProps = Object.keys(obj);\n- let i = ownProps.length;\n- const resArray = new Array(i); // p...
TypeScript
MIT License
aurelia/aurelia
test(store): fixing up object entries error and broken tests
1
test
store
724,045
01.02.2019 09:06:26
-3,600
88d3ca802e95ecad5e69d3430264e89e984bcbf3
chore: add `repository.directory` field to each `package.json`(#1123)
[ { "change_type": "MODIFY", "diff": "},\n\"repository\": {\n\"type\": \"git\",\n- \"url\": \"git+https://github.com/vuejs/vue-test-utils.git\"\n+ \"url\": \"git+https://github.com/vuejs/vue-test-utils.git\",\n+ \"directory\": \"packages/server-test-utils\"\n},\n\"author\": \"vuejs\",\n\"license\": \"MIT\",\n...
JavaScript
MIT License
vuejs/vue-test-utils
chore: add `repository.directory` field to each `package.json`(#1123)
1
chore
null
67,475
01.02.2019 09:36:25
-36,000
37bb4251bbd303c236304adda28bdacaa695df4c
feat(store): merged in bigopon changes from original repo pr
[ { "change_type": "MODIFY", "diff": "import { Reporter } from '@aurelia/kernel';\nimport { Observable, Subscription } from 'rxjs';\n+import { View } from './../../runtime/src/templating/view';\nimport { Store, STORE } from './store';\n@@ -17,27 +18,27 @@ export interface MultipleSelector<T, R = T | unknown> ...
TypeScript
MIT License
aurelia/aurelia
feat(store): merged in bigopon changes from original repo pr
1
feat
store
67,475
01.02.2019 09:36:39
-36,000
5abf87d24a45f1b672a61527bb5aa4b7ce46b073
test(store): fix decorator test to make tests pass
[ { "change_type": "MODIFY", "diff": "@@ -39,9 +39,7 @@ describe('using decorators', () => {\nit('should throw an descriptive error if Object.entries is not available', () => {\n(Object as any).entries = undefined;\n- expect(() => {\n- connectTo();\n- }).to.throw(/Object.entries/);\n+ expect(() => { connectTo...
TypeScript
MIT License
aurelia/aurelia
test(store): fix decorator test to make tests pass
1
test
store
807,849
01.02.2019 09:55:28
28,800
aaa182565606a93a6e03ea23ec2c702041c7ca0d
chore(release): v3.10.8
[ { "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+## [3.10.8](https://github.com/lerna/lerna/compare/v3.10.7...v3.10.8) (2019-02-01)\n+\n+\n+### Bug Fixes\n+\n+* **con...
JavaScript
MIT License
lerna/lerna
chore(release): v3.10.8
1
chore
release
815,745
01.02.2019 10:39:37
-7,200
45af28917134117a0a53f65cab1098d6bed46c50
fix(themes): use more variables closes
[ { "change_type": "MODIFY", "diff": "@import \"mixins\";\n-$color-selected: #f5faff;\n+$ng-select-highlight: #007eff !default;\n+$ng-select-primary-text: #333 !default;\n+$ng-select-disabled-text: #f9f9f9 !default;\n+$ng-select-border: #ccc !default;\n+$ng-select-bg: #ffffff !default;\n+$ng-select-selected: ...
TypeScript
MIT License
ng-select/ng-select
fix(themes): use more variables closes #388
1
fix
themes
127,940
01.02.2019 10:40:47
0
5de5d009edd7d8eeed5addb1e7561305d660408e
feat(label): add label component
[ { "change_type": "MODIFY", "diff": "export * from './button';\nexport * from './card';\nexport * from './heading';\n+export * from './label';\nexport * from './link';\nexport * from './select';\n", "new_path": "packages/components/src/index.ts", "old_path": "packages/components/src/index.ts" }, ...
TypeScript
MIT License
coingaming/moon-design
feat(label): add label component
1
feat
label
531,793
01.02.2019 10:49:53
0
b52c3f7af416e553d4dab05a1b4bd1a697e3f7f0
feat(backend): allow disabling TLS certificate validation Fixes
[ { "change_type": "MODIFY", "diff": "@@ -41,6 +41,7 @@ alertmanager:\nca: string\ncert: string\nkey: string\n+ insecureSkipVerify: bool\nheaders:\nany: string\n```\n@@ -87,6 +88,8 @@ alertmanager:\nTLS connections to this Alertmanager instance if it requires a TLS client\nauthentication.\nNote that this opti...
TypeScript
Apache License 2.0
prymitive/karma
feat(backend): allow disabling TLS certificate validation Fixes #409
1
feat
backend
815,745
01.02.2019 11:01:21
-7,200
b19ae959acdac0ad17ff506e479648587b4a30d3
chore(release): 2.15.2
[ { "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=\"2.15.2\"></a>\n+## [2.15.2](https://github.com/ng-select/ng-select/compare/v2.15.1......
TypeScript
MIT License
ng-select/ng-select
chore(release): 2.15.2
1
chore
release
67,475
01.02.2019 11:04:22
-36,000
e28d18a244fcee8ace42864d37cd5b94bc1108b1
test(store): fix up more tests
[ { "change_type": "MODIFY", "diff": "@@ -700,7 +700,7 @@ describe('using decorators', () => {\nconst sut = new DemoStoreConsumer();\n- expect(() => (sut as any).bind()).to.throw('Provided onChanged handler does not exist on target VM');\n+ expect(() => (sut as any).bind()).to.throw();\n});\n});\n});\n", ...
TypeScript
MIT License
aurelia/aurelia
test(store): fix up more tests
1
test
store
743,919
01.02.2019 11:54:56
25,200
6916ce9a548c4f0ccd80740a0d85c6e7c567ff84
feat: adds config option for sorting command output
[ { "change_type": "MODIFY", "diff": "@@ -1151,8 +1151,13 @@ for details of this object\n<a name=\"parserConfiguration\"></a>.parserConfiguration(obj)\n------------\n-`parserConfiguration()` allows you to configure yargs. See [yargs-parser's configuration](https://github.com/yargs/yargs-parser#configuration) ...
JavaScript
MIT License
yargs/yargs
feat: adds config option for sorting command output (#1256)
1
feat
null
749,547
01.02.2019 12:06:17
-39,600
b8e8a4cfbf710d9b24a0a916a8162a5b54558d8c
chore(testing): Add options object to be able to pass in other glob options
[ { "change_type": "MODIFY", "diff": "Signature:\n-- `getExports({ globPath: string, cwd: string, fileMapper: function })`\n+- `getExports({ globPath: string, cwd: string, options: object, fileMapper: function })`\n```jsx static\nimport { getExports } from '@zendeskgarden/react-testing';\n@@ -8,7 +8,7 @@ impo...
TypeScript
Apache License 2.0
zendeskgarden/react-components
chore(testing): Add options object to be able to pass in other glob options (#264)
1
chore
testing
217,922
01.02.2019 12:09:52
-3,600
8d49f02f09e5d7170aabe59c7dd366385f411f6a
chore: more tests for list details
[ { "change_type": "MODIFY", "diff": "\"videosFolder\": \"../../dist/out-tsc/apps/client-e2e/videos\",\n\"screenshotsFolder\": \"../../dist/out-tsc/apps/client-e2e/screenshots\",\n\"chromeWebSecurity\": false,\n- \"projectId\": \"gcam61\"\n+ \"projectId\": \"gcam61\",\n+ \"viewportWidth\": 1600,\n+ \"viewport...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: more tests for list details
1
chore
null
71,327
01.02.2019 13:16:15
-3,600
0deea612aebf2b9fdae1be33f88c2fb7e319bd15
feat(alexa-ask): Add deploy action for Alexa
[ { "change_type": "MODIFY", "diff": "```ts\nconst alexaAsk = require('@aws-cdk/alexa-ask');\n```\n+\n+### Alexa as deploy target for CodePipeline\n+\n+You can deploy to Alexa using CodePipeline with the following DeployAction.\n+\n+```ts\n+// Read the secrets from ParameterStore\n+const clientId = new cdk.Se...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(alexa-ask): Add deploy action for Alexa (#1613)
1
feat
alexa-ask
104,818
01.02.2019 15:41:58
21,600
578ee0051798debc9294b034d7b9cdb843ba16b3
fix(package): remove carbon as explicit dependencies
[ { "change_type": "MODIFY", "diff": "}\n},\n\"dependencies\": {\n- \"carbon-components\": \"9.66.3\",\n- \"carbon-components-react\": \"6.83.2\",\n- \"carbon-icons\": \"7.0.7\",\n\"classnames\": \"^2.2.5\",\n\"lodash\": \"^4.17.11\",\n\"polished\": \"^2.3.3\",\n", "new_path": "package.json", "old_pat...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(package): remove carbon as explicit dependencies
1
fix
package
104,818
01.02.2019 15:44:16
21,600
80d343d8573851acb2865360cf067b726f653e1e
test(snap): update the snapshots
[ { "change_type": "MODIFY", "diff": "@@ -4973,7 +4973,11 @@ exports[`Storybook Snapshot tests and console checks Storyshots BaseModal fetchi\nclassName=\"bx--loading__svg\"\nviewBox=\"-75 -75 150 150\"\n>\n+ <title>\n+ Loading\n+ </title>\n<circle\n+ className={null}\ncx=\"0\"\ncy=\"0\"\nr=\"37.5\"\n@@ -7690...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
test(snap): update the snapshots
1
test
snap