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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
71,663 | 24.01.2019 16:00:15 | 28,800 | 876b26df73e27b37eb7468d6a31abdcfd5f42e6a | feat(aws-s3): add the option to not poll to the CodePipeline Action. | [
{
"change_type": "MODIFY",
"diff": "@@ -35,21 +35,25 @@ const trail = new cloudtrail.CloudTrail(stack, 'CloudTrail', {\n});\n```\n-This creates the same setup as above - but also logs events to a created CloudWatch Log stream. By default, the created log group has a retention period of 365 Days, but this is... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(aws-s3): add the option to not poll to the CodePipeline Action. (#1260) | 1 | feat | aws-s3 |
67,507 | 24.01.2019 16:00:49 | -3,600 | 2e5eface04f773e6aa9691808702e61c2f09a604 | chore(kernel): drop DI-related code from EA as Singleton is now default | [
{
"change_type": "MODIFY",
"diff": "@@ -66,10 +66,6 @@ export class EventAggregator {\nthis.messageHandlers = [];\n}\n- public static register(container: IContainer): IResolver<EventAggregator> {\n- return Registration.singleton(EventAggregator, this).register(container);\n- }\n-\n/**\n* Publishes a message... | TypeScript | MIT License | aurelia/aurelia | chore(kernel): drop DI-related code from EA as Singleton is now default | 1 | chore | kernel |
67,507 | 24.01.2019 16:18:11 | -3,600 | 9096903773c4ffa9c3c858037eb34e524fe51f4a | test(kernel): add missing EventAggregator tests | [
{
"change_type": "MODIFY",
"diff": "@@ -136,6 +136,16 @@ describe('event aggregator', () => {\n});\n+ describe('invalid events', () => {\n+ const ea = new EventAggregator();\n+ const callback = function() { return; };\n+\n+ it('throws if channelOrType is undefined', () => {\n+ expect(() => { ea.subscribe(un... | TypeScript | MIT License | aurelia/aurelia | test(kernel): add missing EventAggregator tests | 1 | test | kernel |
815,745 | 24.01.2019 16:59:28 | -7,200 | 26744d083fa510106ef84fa7a9627c43da8e7a63 | fix: don't allow to unselect disabled items
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -161,6 +161,7 @@ export class SelectMultiComponent {\nthis.selectedPeople3 = [\n{ id: '5a15b13c2340978ec3d2c0ea', name: 'Rochelle Estes', disabled: true },\n+ { id: '5a15b13c663ea0af9ad0dae8', name: 'Mendoza Ruiz' },\n{ id: '5a15b13c728cd3f43cc0fe8a', name: 'Marquez No... | TypeScript | MIT License | ng-select/ng-select | fix: don't allow to unselect disabled items
closes #971 | 1 | fix | null |
815,745 | 24.01.2019 17:22:58 | -7,200 | e8f07fceb4f60b5b158aeae93fe055ace1e1de1e | chore(release): 2.15.0 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"2.15.0\"></a>\n+# [2.15.0](https://github.com/ng-select/ng-select/compare/v2.14.0...v... | TypeScript | MIT License | ng-select/ng-select | chore(release): 2.15.0 | 1 | chore | release |
471,527 | 24.01.2019 19:07:06 | -3,600 | ab0170a07665df0d78ee4feb977089bb65b89092 | fix: add docu for fixtureCleanup | [
{
"change_type": "MODIFY",
"diff": "@@ -83,3 +83,21 @@ await nextFrame();\n// await aTimeout(10); // would wait 10ms\nexpect(el.shadowRoot.querySelector('#foo').innerText).to.equal('baz');\n```\n+\n+## Fixture Cleanup\n+By default, if you import anything via `import { ... } from '@open-wc/testing-helpers';`... | JavaScript | MIT License | open-wc/open-wc | fix: add docu for fixtureCleanup | 1 | fix | null |
679,913 | 24.01.2019 19:43:24 | 0 | 18ce6c96183d79fc7c7d76f6bbfcb36dd64585f1 | refactor(geom-api): update ISpatialAccel | [
{
"change_type": "MODIFY",
"diff": "@@ -3,9 +3,10 @@ import { Pair } from \"@thi.ng/api\";\nexport interface ISpatialAccel<K, V> {\nadd(p: K, v: V, eps?: number): boolean;\naddAll(pairs: Iterable<Pair<K, V>>, eps?: number): boolean;\n+ addKey(k: K, eps?: number): boolean;\naddKeys(keys: Iterable<K>, eps?: n... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(geom-api): update ISpatialAccel | 1 | refactor | geom-api |
679,913 | 24.01.2019 19:45:28 | 0 | 9022d5bb1f3b8d21d5dbb680c2ba8774f41e44d4 | perf(geom-accel): optimize single nearest point search, fix select()
add nearest1() for single nearest point search
update select()/selectKeys() to use nearest1
fix buildSelection() to always use heap | [
{
"change_type": "MODIFY",
"diff": "},\n\"dependencies\": {\n\"@thi.ng/api\": \"^5.0.1\",\n+ \"@thi.ng/geom-api\": \"^0.0.1\",\n\"@thi.ng/heaps\": \"^1.0.1\",\n\"@thi.ng/math\": \"^1.0.1\",\n\"@thi.ng/transducers\": \"^3.0.1\",\n",
"new_path": "packages/geom-accel/package.json",
"old_path": "package... | TypeScript | Apache License 2.0 | thi-ng/umbrella | perf(geom-accel): optimize single nearest point search, fix select()
- add nearest1() for single nearest point search
- update select()/selectKeys() to use nearest1
- fix buildSelection() to always use heap | 1 | perf | geom-accel |
67,507 | 24.01.2019 19:48:50 | -3,600 | 94a38c686700de19bf5f55d86a6104e433ea091a | chore(kernel): rename some variables for clarity | [
{
"change_type": "MODIFY",
"diff": "@@ -74,20 +74,19 @@ export class EventAggregator {\npublic publish(channel: string, data?: unknown): void;\n/**\n* Publishes a message.\n- * @param channelOrType The event to publish to.\n- * @param data The data to publish on the channel.\n+ * @param instance The instanc... | TypeScript | MIT License | aurelia/aurelia | chore(kernel): rename some variables for clarity | 1 | chore | kernel |
679,913 | 24.01.2019 19:49:25 | 0 | bee1c89cc9594d70c36464d8490036a1568bd45e | feat(poisson): add geom-api dep, optimize search
use ISpatialAccel instead of direct KdTree dependency
use ISpatialAccel.has() for faster nearest point search | [
{
"change_type": "MODIFY",
"diff": "@@ -71,7 +71,7 @@ pts = samplePoisson({\n// use thi.ng/geom to visualize results\n// each circle's radius is set to distance to its nearest neighbor\n-circles = pts.map((p) => circle(p, dist2(p, accel.selectKeys(p, 10, 40)[1]) / 2));\n+circles = pts.map((p) => circle(p, d... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(poisson): add geom-api dep, optimize search
- use ISpatialAccel instead of direct KdTree dependency
- use ISpatialAccel.has() for faster nearest point search | 1 | feat | poisson |
471,527 | 25.01.2019 08:37:42 | -3,600 | 395106344da7d1824f54031b77e3efb3ebb3504b | fix(polyfills-loader): needsTemplatePolyfill returned inverted values | [
{
"change_type": "MODIFY",
"diff": "@@ -20,8 +20,8 @@ function needsTemplatePolyfill() {\ntemplate.content.appendChild(template2);\nconst clone = template.cloneNode(true);\nreturn (\n- clone.content.childNodes.length !== 0 &&\n- clone.content.firstChild.content.childNodes.length !== 0\n+ clone.content.child... | JavaScript | MIT License | open-wc/open-wc | fix(polyfills-loader): needsTemplatePolyfill returned inverted values (#148) | 1 | fix | polyfills-loader |
504,035 | 25.01.2019 11:32:58 | 18,000 | 67207d81279c1c69727ebcee23c3b73ab6eb714b | fix(ts): nav ts props | [
{
"change_type": "MODIFY",
"diff": "@@ -4,8 +4,8 @@ import { Omit } from '../../typeUtils';\nexport interface NavProps extends Omit<HTMLProps<HTMLDivElement>, 'onSelect'> {\nchildren?: ReactNode;\nclassName?: string;\n- onSelect(groupId: number, itemId: number, event: FormEvent<HTMLInputElement>): void;\n- ... | TypeScript | MIT License | patternfly/patternfly-react | fix(ts): nav ts props (#1242) | 1 | fix | ts |
815,745 | 25.01.2019 11:57:41 | -7,200 | f4e4c6b4f0d30402944cbdda9c5b07970fa8eb83 | fix: set items from ngOptions only when [items] unused | [
{
"change_type": "MODIFY",
"diff": "@@ -77,8 +77,6 @@ export type GroupValueFn = (key: string | object, children: any[]) => string | o\n})\nexport class NgSelectComponent implements OnDestroy, OnChanges, AfterViewInit, ControlValueAccessor {\n- // inputs\n- @Input() items: any[] = [];\n@Input() bindLabel: s... | TypeScript | MIT License | ng-select/ng-select | fix: set items from ngOptions only when [items] unused | 1 | fix | null |
815,745 | 25.01.2019 11:58:41 | -7,200 | 3694d7b4621d2e764f6ae8615568114840781615 | chore(release): 2.15.1 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"2.15.1\"></a>\n+## [2.15.1](https://github.com/ng-select/ng-select/compare/v2.15.0...... | TypeScript | MIT License | ng-select/ng-select | chore(release): 2.15.1 | 1 | chore | release |
902,122 | 25.01.2019 13:12:43 | 18,000 | 4bd54057d80e37a17fb5976dbb94a0f4db5b0741 | feat: ensure close page
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -260,7 +260,7 @@ These devices are used for emulation purposes.\n#### .getDevice(deviceName)\n-Get an specific device descriptor settings by descriptor name.\n+Get a specific device descriptor settings by descriptor name.\n```js\nconst browserless = require('browserles... | JavaScript | MIT License | microlinkhq/browserless | feat: ensure close page
Closes #28 | 1 | feat | null |
217,922 | 25.01.2019 13:36:24 | -3,600 | 3eb131be17a7804e4eabf23cfaf93fe2d41bc762 | feat(patreon): added new patreon supporter to loading screen: Qih "Kweh" Mewrilah | [
{
"change_type": "MODIFY",
"diff": "'Midori Dragon',\n'Erwan Fairclough @ Moogle',\n'Izeyash Konturaen',\n- 'Morphean Knights'\n+ 'Morphean Knights',\n+ 'Qih \"Kweh\" Mewrilah'\n];\nconst randomPatron = patrons[Math.floor(Math.random() * patrons.length)];\ndocument.getElementById('random-patron').innerText ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(patreon): added new patreon supporter to loading screen: Qih "Kweh" Mewrilah | 1 | feat | patreon |
217,922 | 25.01.2019 13:49:13 | -3,600 | 6b88a759225aec84ecd83aca57125b1880b19b1e | chore: improvements for SEO, still a bit more to do later on | [
{
"change_type": "MODIFY",
"diff": "\"rewrites\": [\n{\n\"source\": \"**\",\n- \"destination\": \"/index.html\"\n+ \"function\": \"app\"\n}\n],\n\"redirects\": [\n",
"new_path": "firebase.json",
"old_path": "firebase.json"
},
{
"change_type": "MODIFY",
"diff": "@@ -58,3 +58,79 @@ exports... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: improvements for SEO, still a bit more to do later on | 1 | chore | null |
730,412 | 25.01.2019 15:14:10 | 0 | c054ac4115007081dc87d7cc67a6a905141ad316 | chore(release): 0.1.414 | [
{
"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.414\"></a>\n+## [0.1.414](https://github.com/webex/react-ciscospark/compare/v0.1.... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.1.414 | 1 | chore | release |
679,913 | 25.01.2019 15:21:32 | 0 | 598fca559dc089a77dff78972c50524e8051ce83 | refactor(poisson): minor optimizations, update PoissonOpts & defaults | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,9 @@ import { jitter as _jitter, ReadonlyVec, Vec } from \"@thi.ng/vectors\";\nexport type PointGenerator = (rnd: IRandom) => Vec;\nexport type DensityFunction = (pos: ReadonlyVec) => number;\n+/**\n+ * Options for `samplePoisson()`.\n+ */\nexport interface Poi... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(poisson): minor optimizations, update PoissonOpts & defaults | 1 | refactor | poisson |
127,940 | 25.01.2019 15:37:38 | -7,200 | 9e519cca0e114f1cd82916da9888e3545e17d03f | chore(lerna): enable conventionalCommits | [
{
"change_type": "MODIFY",
"diff": "\"packages\": [\"packages/*\"],\n\"version\": \"0.0.1\",\n\"npmClient\": \"yarn\",\n- \"useWorkspaces\": true\n+ \"useWorkspaces\": true,\n+ \"command\": {\n+ \"publish\": {\n+ \"conventionalCommits\": true\n+ }\n+ }\n}\n",
"new_path": "lerna.json",
"old_path": "l... | TypeScript | MIT License | coingaming/moon-design | chore(lerna): enable conventionalCommits | 1 | chore | lerna |
127,940 | 25.01.2019 15:43:15 | -7,200 | c769994d2c935f739961f1e5be5084b78ba88c12 | feat(lerna): add publish script | [
{
"change_type": "MODIFY",
"diff": "@@ -53,6 +53,7 @@ Packages are developed inside their respective `src` folders, utilising [Yarn Wo\n- `yarn lint:ts` - lint TypeScript in each package that contains it.\n- `yarn clean` - removes all generated `lib` folders.\n- `yarn nuke` - removes all generated `lib` fol... | TypeScript | MIT License | coingaming/moon-design | feat(lerna): add publish script | 1 | feat | lerna |
679,913 | 25.01.2019 16:50:35 | 0 | 87fddb89b3e12c9d751ca857d57c557747243588 | refactor(geom-api): minor update SubdivKernel | [
{
"change_type": "MODIFY",
"diff": "@@ -11,9 +11,13 @@ export interface SubdivKernel {\n*/\nfn: (pts: ReadonlyVec[], i: number, nump: number) => Vec[];\n/**\n- * Optional function to pre-process the original curve points prior to subdivision and yield a point iteratable (e.g. for closed curves / polygons to... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(geom-api): minor update SubdivKernel | 1 | refactor | geom-api |
679,913 | 25.01.2019 16:51:29 | 0 | f6a621a3fa7401c3ccfa6d90e59019cd4ff360bb | docs(geom-subdiv-curve): add docs, minor updates subdivide() | [
{
"change_type": "MODIFY",
"diff": "\"typescript\": \"^3.2.2\"\n},\n\"dependencies\": {\n- \"@thi.ng/api\": \"^5.0.1\",\n\"@thi.ng/geom-api\": \"^0.0.1\",\n\"@thi.ng/transducers\": \"^3.0.1\",\n\"@thi.ng/vectors\": \"^2.1.0\"\n",
"new_path": "packages/geom-subdiv-curve/package.json",
"old_path": "pa... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(geom-subdiv-curve): add docs, minor updates subdivide() | 1 | docs | geom-subdiv-curve |
127,977 | 25.01.2019 17:17:11 | -7,200 | ba8d404cde851879aba047ac64faea1e851ac412 | fix: Fixed publish command | [
{
"change_type": "MODIFY",
"diff": "\"docz:build\": \"yarn build && docz build\",\n\"docz:serve\": \"cd .docz/dist && python -m SimpleHTTPServer 3000\",\n\"cashier\": \"yarn build && lerna run --scope @heathmont/sportsbet-wip-cashier --stream\",\n- \"publish\": \"lerna publish\"\n+ \"publish:packages\": \"l... | TypeScript | MIT License | coingaming/moon-design | fix: Fixed publish command | 1 | fix | null |
902,122 | 25.01.2019 17:30:36 | 18,000 | 887e036aeceab60de6d751e5daaf447134281330 | build: add publish permissions | [
{
"change_type": "MODIFY",
"diff": "\"license\": \"MIT\",\n\"peerDependencies\": {\n\"browserless\": \"4\"\n+ },\n+ \"publishConfig\": {\n+ \"access\": \"public\"\n}\n}\n",
"new_path": "packages/benchmark/package.json",
"old_path": "packages/benchmark/package.json"
},
{
"change_type": "MODIF... | JavaScript | MIT License | microlinkhq/browserless | build: add publish permissions | 1 | build | null |
815,599 | 25.01.2019 17:37:32 | -28,800 | 734ae05d5ca1a46fb97d542370dbb220e40e6b06 | refactor: db options | [
{
"change_type": "MODIFY",
"diff": "@@ -415,6 +415,9 @@ dependencies = [\n\"ckb-util 0.5.0-pre\",\n\"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"rocksdb 0.10.0 (git+https://github.com/nervosnetwork/rust-rocksdb)\",\n+ \"serde 1.0.85 (registry+https://github.com/rust-lang/crates.i... | Rust | MIT License | nervosnetwork/ckb | refactor: db options | 1 | refactor | null |
127,977 | 25.01.2019 17:39:58 | -7,200 | 44d9d2b358c734e2e41dc67acf1901c094731979 | fix: Fixed publish auto confirm for CI | [
{
"change_type": "MODIFY",
"diff": "\"docz:build\": \"yarn build && docz build\",\n\"docz:serve\": \"cd .docz/dist && python -m SimpleHTTPServer 3000\",\n\"cashier\": \"yarn build && lerna run --scope @heathmont/sportsbet-wip-cashier --stream\",\n- \"publish:packages\": \"lerna publish\"\n+ \"publish:packag... | TypeScript | MIT License | coingaming/moon-design | fix: Fixed publish auto confirm for CI | 1 | fix | null |
679,913 | 25.01.2019 17:40:19 | 0 | 68a26f44e994c5a1d1f3a1784df9d02b7f757495 | feat(geom-poly-utils): move barycentric fns from main geom pkg | [
{
"change_type": "ADD",
"diff": "+import {\n+ addW3,\n+ dot,\n+ magSq,\n+ ReadonlyVec,\n+ setC3,\n+ sub,\n+ Vec\n+} from \"@thi.ng/vectors\";\n+\n+export const toBarycentric =\n+ (a: ReadonlyVec, b: ReadonlyVec, c: ReadonlyVec, p: ReadonlyVec, out: Vec = []) => {\n+ const u = sub([], b, a);\n+ const v = sub... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(geom-poly-utils): move barycentric fns from main geom pkg | 1 | feat | geom-poly-utils |
679,913 | 25.01.2019 17:41:02 | 0 | 37741081aef717e59a813483abb138b44ea2cb50 | fet(geom-hull): extract from geom as new package | [
{
"change_type": "ADD",
"diff": "+.meta\n+.nyc_output\n+*.html\n+*.tgz\n+build\n+coverage\n+dev\n+doc\n+export\n+src*\n+test\n+tsconfig.json\n",
"new_path": "packages/geom-hull/.npmignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+ Apache License\n+ Version 2.0, January 2004... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fet(geom-hull): extract from geom as new package | 1 | fet | geom-hull |
902,122 | 25.01.2019 17:41:46 | 18,000 | b0308219bcbde3b67befd166845d034f30db8239 | build: ensure checkout master | [
{
"change_type": "MODIFY",
"diff": "@@ -20,6 +20,7 @@ jobs:\n- git config user.email \"travis@travis-ci.org\"\n- git config user.name \"Travis CI\"\n- git remote set-url origin https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git\n+ - git checkout master\ndeploy:\nskip_cleanup: true\nprovider: script\n",
... | JavaScript | MIT License | microlinkhq/browserless | build: ensure checkout master | 1 | build | null |
679,913 | 25.01.2019 17:43:46 | 0 | df8332d00370c5e4f6d2af51e332a6fe8b4c121c | refactor(geom): remove obsolete/migrated fns, update deps, readme | [
{
"change_type": "MODIFY",
"diff": "@@ -32,6 +32,7 @@ This package acts as a higher-level front end for the following related packages\n- [@thi.ng/geom-arc](https://github.com/thi-ng/umbrella/tree/master/packages/geom-arc) - elliptic arc utils\n- [@thi.ng/geom-clip-convex](https://github.com/thi-ng/umbrella... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(geom): remove obsolete/migrated fns, update deps, readme | 1 | refactor | geom |
815,599 | 25.01.2019 17:47:42 | -28,800 | 4f85163c6a1c6fe4786e0b7fe117d9be762c9ecd | feat: refactor chain spec config
BREAKING CHANGE: The chainspec path in node's configuration
json file changed from "ckb.chain" to "chain.spec". | [
{
"change_type": "MODIFY",
"diff": "},\n\"data_dir\": \"default\",\n- \"ckb\": {\n- \"chain\": \"spec/dev.json\"\n+ \"chain\": {\n+ \"spec\": \"spec/dev.json\"\n},\n\"logger\": {\n\"file\": \"ckb.log\",\n",
"new_path": "nodes_template/default.json",
"old_path": "nodes_template/default.json"
},
{... | Rust | MIT License | nervosnetwork/ckb | feat: refactor chain spec config (#224)
BREAKING CHANGE: The chainspec path in node's configuration
json file changed from "ckb.chain" to "chain.spec". | 1 | feat | null |
902,122 | 25.01.2019 17:52:06 | 18,000 | eabf81cbfb5802f66fdfd4d1cd94c7774193474b | build: avoid wait prompt on ci | [
{
"change_type": "MODIFY",
"diff": "\"prerelease\": \"npm run update:check\",\n\"pretest\": \"npm run lint\",\n\"preversion\": \"lerna exec npx finepack && git-authors-cli && finepack\",\n- \"release\": \"lerna publish --sort --conventional-commits\",\n+ \"release\": \"lerna publish --sort --conventional-co... | JavaScript | MIT License | microlinkhq/browserless | build: avoid wait prompt on ci | 1 | build | null |
902,122 | 25.01.2019 18:11:43 | 18,000 | f7bb4a3b69af1374056684192b31dc0557832383 | build: setup release message | [
{
"change_type": "MODIFY",
"diff": "\"prerelease\": \"npm run update:check\",\n\"pretest\": \"npm run lint\",\n\"preversion\": \"lerna exec npx finepack && git-authors-cli && finepack\",\n- \"release\": \"lerna publish --sort --conventional-commits --yes\",\n+ \"release\": \"lerna publish --sort --conventio... | JavaScript | MIT License | microlinkhq/browserless | build: setup release message | 1 | build | null |
902,122 | 25.01.2019 18:17:54 | 18,000 | 238d8d815e628903366dfb9be6b2da5cb427c7f9 | build: fix release message | [
{
"change_type": "MODIFY",
"diff": "\"prerelease\": \"npm run update:check\",\n\"pretest\": \"npm run lint\",\n\"preversion\": \"lerna exec npx finepack && git-authors-cli && finepack\",\n- \"release\": \"lerna publish --sort --conventional-commits --yes -m \\\"chore(release): v%s\\\"\",\n+ \"release\": \"l... | JavaScript | MIT License | microlinkhq/browserless | build: fix release message | 1 | build | null |
76,605 | 25.01.2019 18:25:54 | -3,600 | 6b41c181620e49012a2d0f544212d50a82055348 | feat: Stemmer that only tokenize so any language can be used | [
{
"change_type": "MODIFY",
"diff": "@@ -46,6 +46,7 @@ const SloveneStemmer = require('./stemmers/slovene-stemmer');\nconst SpanishStemmer = require('./stemmers/spanish-stemmer');\nconst SwedishStemmer = require('./stemmers/swedish-stemmer');\nconst TamilStemmer = require('./stemmers/tamil-stemmer');\n+const... | JavaScript | MIT License | axa-group/nlp.js | feat: Stemmer that only tokenize so any language can be used | 1 | feat | null |
815,601 | 25.01.2019 19:13:54 | -28,800 | 8ce61c1653978614346b185ac68ac5a2ba8e5992 | feat: measure occupied capacity | [
{
"change_type": "MODIFY",
"diff": "@@ -402,6 +402,7 @@ dependencies = [\n\"merkle-root 0.5.0-pre\",\n\"numext-fixed-hash 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"numext-fixed-uint 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)\",\n+ \"occupied-capacity 0.5.0-pre\",... | Rust | MIT License | nervosnetwork/ckb | feat: measure occupied capacity | 1 | feat | null |
815,599 | 25.01.2019 20:33:56 | -28,800 | 687a64c76017587c2ee957d6d03190eca50ba9eb | refactor: update RocksDB::open to use RocksDBConfig | [
{
"change_type": "MODIFY",
"diff": "use std::path::PathBuf;\n-use crate::kvdb::KeyValueDB;\nuse serde_derive::Deserialize;\nuse rocksdb::Options;\n@@ -16,13 +15,28 @@ pub struct DBConfig {\npub struct RocksDBConfig {\npub path: PathBuf,\npub create_if_missing: Option<bool>,\n+ pub create_missing_column_fami... | Rust | MIT License | nervosnetwork/ckb | refactor: update RocksDB::open to use RocksDBConfig | 1 | refactor | null |
67,476 | 25.01.2019 21:15:53 | -3,600 | 6ae65f501454ed02f6cc152147692e7f772dba53 | perf(repeat): small tweaks to lis algorithm | [
{
"change_type": "MODIFY",
"diff": "@@ -403,22 +403,24 @@ export class Repeat<C extends ObservedCollection = IObservedArray, T extends INo\n}\nCustomAttributeResource.define({ name: 'repeat', isTemplateController: true }, Repeat);\n+type UintArray = Uint8Array | Uint16Array | Uint32Array;\n+let prevIndices:... | TypeScript | MIT License | aurelia/aurelia | perf(repeat): small tweaks to lis algorithm | 1 | perf | repeat |
471,527 | 25.01.2019 22:01:08 | -3,600 | aa91e0679edbc3514f4f5085c56365d165139511 | fix(testing-helpers): flaky IE11 blur/focus helpers | [
{
"change_type": "MODIFY",
"diff": "@@ -42,6 +42,15 @@ export function aTimeout(ms) {\n});\n}\n+/**\n+ * Resolves after requestAnimationFrame.\n+ *\n+ * @returns {Promise<void>}\n+ */\n+export function nextFrame() {\n+ return new Promise(resolve => requestAnimationFrame(resolve));\n+}\n+\n/**\n* Resolves af... | JavaScript | MIT License | open-wc/open-wc | fix(testing-helpers): flaky IE11 blur/focus helpers | 1 | fix | testing-helpers |
76,605 | 25.01.2019 22:41:56 | -3,600 | 8458ae775ea335dd8119b1724cd3f23f8142b96e | feat: Provide way to name fantasy languages | [
{
"change_type": "MODIFY",
"diff": "@@ -59,6 +59,7 @@ class NlpManager {\nthis.nerManager = new NerManager(this.settings.ner);\nthis.sentiment = new SentimentManager();\nthis.languages = [];\n+ this.languageNames = {};\nthis.classifiers = {};\nthis.slotManager = new SlotManager();\nthis.intentDomains = {};\... | JavaScript | MIT License | axa-group/nlp.js | feat: Provide way to name fantasy languages | 1 | feat | null |
76,605 | 25.01.2019 22:44:16 | -3,600 | 3be159f28b8bc7dcab2ab498918164564d851953 | test: Test korean and klingon | [
{
"change_type": "MODIFY",
"diff": "@@ -604,6 +604,21 @@ describe('NLP Manager', () => {\nexpect(result.intent).toEqual('greetings.bye');\nexpect(result.score).toBeGreaterThan(0.9);\n});\n+ test('Should work with fantasy languages', async () => {\n+ const manager = new NlpManager({ languages: ['en', 'kl'] }... | JavaScript | MIT License | axa-group/nlp.js | test: Test korean and klingon | 1 | test | null |
76,605 | 25.01.2019 23:25:26 | -3,600 | 82f70ba65de8abd3db530b25f5e29571418f9ce4 | doc: Add documentation for the language support | [
{
"change_type": "MODIFY",
"diff": "- Natural Language Processing Classifier, to classify utterance into intents.\n- Natural Language Generation Manager, so from intents and conditions it can generate an answer.\n- NLP Manager: a tool able to manage several languages, the Named Entities for each language, t... | JavaScript | MIT License | axa-group/nlp.js | doc: Add documentation for the language support | 1 | doc | null |
471,527 | 26.01.2019 00:04:19 | -3,600 | a80a625d2a93f5a1d05d982708a5b7a2a7c83799 | fix(testing-helpers): fixture waits for elements updateComplete | [
{
"change_type": "MODIFY",
"diff": "import { TemplateResult } from 'lit-html';\n-import { nextFrame } from './helpers.js';\nimport { stringFixtureSync } from './stringFixture.js';\nimport { litFixtureSync } from './litFixture.js';\n@@ -28,7 +27,11 @@ export function fixtureSync(template) {\n* @returns {Prom... | JavaScript | MIT License | open-wc/open-wc | fix(testing-helpers): fixture waits for elements updateComplete | 1 | fix | testing-helpers |
902,122 | 26.01.2019 08:13:06 | 18,000 | 96bf64ede27718cb6f041839d0c6c6a07ed37305 | docs: update default value | [
{
"change_type": "MODIFY",
"diff": "@@ -136,7 +136,7 @@ Wait a quantity of time, selector or function using [page.waitFor](https://githu\n##### waitUntil\ntype:`array`</br>\n-default: `['networkidle2', 'load', 'domcontentloaded']`\n+default: `['networkidle0']`\nSpecify a list of events until consider naviga... | JavaScript | MIT License | microlinkhq/browserless | docs: update default value | 1 | docs | null |
217,922 | 26.01.2019 11:16:26 | -3,600 | a0c75d1ff716675f5e238aa3863b9085545154cf | fix(perfs): lists are now unloaded upon leaving details page | [
{
"change_type": "MODIFY",
"diff": "@@ -11,6 +11,7 @@ export enum ListsActionTypes {\nListsForTeamsLoaded = '[Lists] Lists For Team Loaded',\nLoadListDetails = '[Lists] Load List',\n+ UnloadListDetails = '[Lists] Unload List',\nLoadListCompact = '[Lists] Load List Compact',\nSelectList = '[Lists] Select Lis... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(perfs): lists are now unloaded upon leaving details page | 1 | fix | perfs |
67,482 | 26.01.2019 11:53:50 | 28,800 | 143c6acdd03b72a833d8caccbcdf22be663e49bf | docs(readme): fix browserstack logo | [
{
"change_type": "MODIFY",
"diff": "@@ -40,4 +40,4 @@ Check out our [engineering/README.md](docs/engineering/README.md) to get started\nCross-browser testing provided by:\n-<a href=\"http://browserstack.com\"><img height=\"70\" src=\"https://p3.zdusercontent.com/attachment/1015988/PWfFdN71Aung2evRkIVQuKJpE?... | TypeScript | MIT License | aurelia/aurelia | docs(readme): fix browserstack logo | 1 | docs | readme |
273,672 | 26.01.2019 13:31:46 | -3,600 | f6b6b3d8443b2d73f6ce8fc6ee5ad2a3efe02732 | fix(app): custom favicon path
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -211,7 +211,7 @@ function normalizeIconsConfig (config = {}) {\nconst faviconSizes = [16, 32, 96]\nconst touchiconSizes = [76, 152, 120, 167, 180]\nconst defaultIcon = 'src/favicon.png'\n- const icon = typeof config === 'string' ? { favicon: icon } : (config || {})\n+ ... | JavaScript | MIT License | gridsome/gridsome | fix(app): custom favicon path (#149)
Fixes #138 | 1 | fix | app |
273,683 | 26.01.2019 13:47:19 | -3,600 | 1dbd3a6be5f621bce0289b30281417ee5bfb8603 | test(app): test various configs | [
{
"change_type": "ADD",
"diff": "+const path = require('path')\n+const createApp = require('../lib/app')\n+const loadConfig = require('../lib/app/loadConfig')\n+const createClientConfig = require('../lib/webpack/createClientConfig')\n+const createServerConfig = require('../lib/webpack/createServerConfig')\n... | JavaScript | MIT License | gridsome/gridsome | test(app): test various configs | 1 | test | app |
273,683 | 26.01.2019 16:24:12 | -3,600 | 10150caf998d1a7c75e3bb7b46b255ba66db4ae4 | fix(g-image): bind custom classes to object | [
{
"change_type": "MODIFY",
"diff": "<Layout>\n<h1>Gridsome</h1>\n<h2>{{ $page.metaData.myTest.value }}</h2>\n- <g-link :to=\"{ name: 'blog' }\">Blog</g-link>\n- <g-link :to=\"{ name: 'home' }\" active-class=\"test-active\">Home</g-link>\n- <g-image src=\"~/assets/logo.svg\" alt=\"SVG logo\" width=\"300\" />... | JavaScript | MIT License | gridsome/gridsome | fix(g-image): bind custom classes to object (#151) | 1 | fix | g-image |
471,527 | 26.01.2019 16:26:24 | -3,600 | 38dad6aa97f83cc88a2df275069b08fc6461e440 | feat: add webpack-import-meta-loader | [
{
"change_type": "ADD",
"diff": "+{\n+ \"presets\": [[\n+ \"env\",\n+ {\n+ \"targets\": {\n+ \"node\": \"10\"\n+ }\n+ }\n+ ]]\n+}\n",
"new_path": "packages/webpack-import-meta-loader/.babelrc",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+MIT License\n+\n+Copyright (c) 2018 open... | JavaScript | MIT License | open-wc/open-wc | feat: add webpack-import-meta-loader | 1 | feat | null |
815,599 | 26.01.2019 17:49:08 | -28,800 | f46b4fa37106d65537b809cafe2b69afe52fa6d5 | feat: make rocksdb configurable via config file
BREAKING CHANGE: Config file must be updated with new db configurations
as below otherwise node won't start.
```json
{
+ "db": {
+ "backend": "rocksdb",
+ "rocksdb": {
+ "path": "db"
+ }
+ }
}
``` | [
{
"change_type": "MODIFY",
"diff": "@@ -11,21 +11,76 @@ pub struct DBConfig {\n/// RocksDB specific db configurations.\n///\n/// https://docs.rs/rocksdb/0.6.0/rocksdb/struct.Options.html\n-#[derive(Clone, Debug, Deserialize)]\n+#[derive(Clone, Debug, Default, Deserialize)]\npub struct RocksDBConfig {\npub p... | Rust | MIT License | nervosnetwork/ckb | feat: make rocksdb configurable via config file
BREAKING CHANGE: Config file must be updated with new db configurations
as below otherwise node won't start.
```json
{
+ "db": {
+ "backend": "rocksdb",
+ "rocksdb": {
+ "path": "db"
+ }
+ }
}
``` | 1 | feat | null |
815,599 | 26.01.2019 18:54:26 | -28,800 | a9ba7075cd2e4ac18dbc3efb061c7437710af0cc | chore: rustfmt source codes | [
{
"change_type": "MODIFY",
"diff": "-use std::path::PathBuf;\n-use serde_derive::Deserialize;\nuse rocksdb::Options;\n+use serde_derive::Deserialize;\n+use std::path::PathBuf;\n#[derive(Clone, Debug, Deserialize)]\npub struct DBConfig {\n@@ -87,16 +87,16 @@ impl RocksDBConfig {\npub fn to_db_options(&self) ... | Rust | MIT License | nervosnetwork/ckb | chore: rustfmt source codes | 1 | chore | null |
67,476 | 26.01.2019 18:56:22 | -3,600 | 65a68d5a3eccb81063ddf71abfbfde70b103d0f5 | ci: update package versions before merging | [
{
"change_type": "MODIFY",
"diff": "@@ -129,6 +129,8 @@ jobs:\ntype: string\nto:\ntype: string\n+ channel:\n+ type: string\nmessage:\ntype: string\ndefault: \"chore(all): add latest build artifacts\"\n@@ -147,6 +149,7 @@ jobs:\n- run: git stash pop\n- run: git add packages/\\*/dist/* --force\n- run: npm run... | TypeScript | MIT License | aurelia/aurelia | ci: update package versions before merging | 1 | ci | null |
815,598 | 26.01.2019 19:01:20 | -28,800 | bc82ad909874072da94eb7954bf366af0ccdb57f | chore(ci): quick fail CI on first error | [
{
"change_type": "MODIFY",
"diff": "@@ -39,18 +39,8 @@ addons:\n- texinfo\n- libtool\n-install:\n-- if [ \"$FMT\" = true ]; then cargo fmt --version || rustup component add rustfmt; fi\n-- if [ \"$CHECK\" = true ]; then cargo clippy --version || rustup component add clippy; fi\n-- cargo sweep --version || c... | Rust | MIT License | nervosnetwork/ckb | chore(ci): quick fail CI on first error | 1 | chore | ci |
67,476 | 26.01.2019 19:29:47 | -3,600 | ed457853beb3d6d2d98d1e54342d6c80724a61ff | chore(custom-elements): fix host and projector typings | [
{
"change_type": "MODIFY",
"diff": "@@ -83,8 +83,8 @@ export interface ICustomElement<T extends INode = INode> extends\nIMountableComponent,\nIRenderable<T> {\n- readonly $projector: IElementProjector;\n- readonly $host: CustomElementHost;\n+ readonly $projector: IElementProjector<T>;\n+ readonly $host: Cus... | TypeScript | MIT License | aurelia/aurelia | chore(custom-elements): fix host and projector typings | 1 | chore | custom-elements |
67,476 | 26.01.2019 19:30:26 | -3,600 | 27c5e302c2b9937cb2568beb9d321775d095c102 | chore(all): fixup runtime exports | [
{
"change_type": "MODIFY",
"diff": "import { DI, IContainer, IRegistry } from '@aurelia/kernel';\n-import { BasicConfiguration as RuntimeBasicConfiguration, IExpressionParser } from '@aurelia/runtime';\n+import { IExpressionParser, RuntimeBasicConfiguration } from '@aurelia/runtime';\nimport {\nAtPrefixedTr... | TypeScript | MIT License | aurelia/aurelia | chore(all): fixup runtime exports | 1 | chore | all |
67,476 | 26.01.2019 19:30:54 | -3,600 | 7749ac4a1daa7fafe6935b2d4c75686d1b5e5a43 | chore(router): fix tsconfig | [
{
"change_type": "MODIFY",
"diff": "\"compilerOptions\": {\n\"declarationDir\": \"dist\",\n\"outDir\": \"dist/build\",\n- \"lib\": [\"esnext\", \"dom\"]\n+ \"lib\": [\"esnext\", \"dom\"],\n+ \"rootDir\": \"src\"\n},\n\"include\": [\"src\"]\n}\n",
"new_path": "packages/router/tsconfig.json",
"old_pat... | TypeScript | MIT License | aurelia/aurelia | chore(router): fix tsconfig | 1 | chore | router |
67,476 | 26.01.2019 19:31:26 | -3,600 | c5ee2b8a047a37f408205f9e2dee6e12864f2946 | chore(test): add kitchen sink app | [
{
"change_type": "ADD",
"diff": "+dist\n+.cache\n",
"new_path": "test/kitchen-sink/.gitignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+package-lock=false\n",
"new_path": "test/kitchen-sink/.npmrc",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+#... | TypeScript | MIT License | aurelia/aurelia | chore(test): add kitchen sink app | 1 | chore | test |
815,570 | 26.01.2019 21:03:29 | -28,800 | a159cdf76be04e93761315cc669e6972623e9584 | refactoring: extract merkle tree as crate | [
{
"change_type": "MODIFY",
"diff": "@@ -393,13 +393,13 @@ version = \"0.5.0-pre\"\ndependencies = [\n\"bincode 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"bit-vec 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n+ \"ckb-merkle-tree 0.5.0-pre\",\n\"ckb-util 0.5.0-pre\... | Rust | MIT License | nervosnetwork/ckb | refactoring: extract merkle tree as crate (#223) | 1 | refactoring | null |
67,476 | 26.01.2019 21:17:54 | -3,600 | 6febc5bfa6ba9a8bfaba2fc550697f801f4b5824 | refactor(lifecycles): use resource name for tracing | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,12 @@ import { Hooks, LifecycleFlags, State } from '../flags';\nimport { IComponent, ILifecycleHooks, IMountableComponent, IRenderable, IView } from '../lifecycle';\nimport { ICustomElement } from '../resources/custom-element';\n-interface IAttachable extends I... | TypeScript | MIT License | aurelia/aurelia | refactor(lifecycles): use resource name for tracing | 1 | refactor | lifecycles |
471,527 | 26.01.2019 21:32:55 | -3,600 | 9fbe2a56568ec939f99af7738dc1a5aa31c1c676 | chore: bust circleci cache | [
{
"change_type": "MODIFY",
"diff": "@@ -17,9 +17,9 @@ jobs:\n# Download and cache dependencies\n- restore_cache:\nkeys:\n- - v2-dependencies-{{ checksum \"package.json\" }}\n+ - v3-dependencies-{{ checksum \"package.json\" }}\n# fallback to using the latest cache if no exact match is found\n- - v2-dependenc... | JavaScript | MIT License | open-wc/open-wc | chore: bust circleci cache | 1 | chore | null |
471,470 | 26.01.2019 22:32:33 | -3,600 | b5894290e27adf465484d1d7e7bf08fad279d3f4 | fix: align all open-wc readme headers | [
{
"change_type": "MODIFY",
"diff": "<p align=\"center\"><img src=\"https://github.com/open-wc/open-wc/blob/master/assets/images/logo.png\" width=\"200\" alt=\"Open-wc Logo\" /></p>\n# Open Web Component Recommendations\n-Open-wc provides a set of recommendations and defaults on how to facilitate your web co... | JavaScript | MIT License | open-wc/open-wc | fix: align all open-wc readme headers | 1 | fix | null |
273,683 | 27.01.2019 00:25:37 | -3,600 | ca6f01587aa0caf1b72017339dda80a38eb0f8a8 | fix(g-image): run onload event once
Might be ralated to | [
{
"change_type": "MODIFY",
"diff": "@@ -143,17 +143,24 @@ function intersectionHandler ({ intersectionRatio, target }) {\n}\nfunction loadImage (el) {\n+ const src = el.getAttribute('data-src')\n+ const srcset = el.getAttribute('data-srcset')\n+ const sizes = el.getAttribute('data-sizes')\n+\n+ if (!src) re... | JavaScript | MIT License | gridsome/gridsome | fix(g-image): run onload event once
Might be ralated to #93 | 1 | fix | g-image |
273,683 | 27.01.2019 00:51:21 | -3,600 | d445f1f149855462312ae6715c446247e479f90e | feat(filesystem): refs option to create references | [
{
"change_type": "MODIFY",
"diff": "const path = require('path')\nconst fs = require('fs-extra')\n-const glob = require('globby')\n-const slash = require('slash')\n-const chokidar = require('chokidar')\n+const hash = require('hash-sum')\nconst { mapValues } = require('lodash')\n+const isDev = process.env.NO... | JavaScript | MIT License | gridsome/gridsome | feat(filesystem): refs option to create references | 1 | feat | filesystem |
273,683 | 27.01.2019 00:59:39 | -3,600 | 760d1bcbc71088586c75afb1a5c71315956cb3bf | feat(remark): simple api for other pugins | [
{
"change_type": "MODIFY",
"diff": "const unified = require('unified')\nconst parse = require('gray-matter')\n-const words = require('lodash.words')\n+const { words, defaultsDeep } = require('lodash')\nconst remarkParse = require('remark-parse')\nconst remarkHtml = require('remark-html')\n-const visit = req... | JavaScript | MIT License | gridsome/gridsome | feat(remark): simple api for other pugins | 1 | feat | remark |
273,683 | 27.01.2019 01:01:49 | -3,600 | fc1e2c25c3fc04c7c8832254fa038ec3768245c8 | feat(remark): optionally disable built-in plugins | [
{
"change_type": "MODIFY",
"diff": "@@ -37,3 +37,10 @@ module.exports = {\n]\n}\n```\n+\n+## Methods\n+\n+- `parse` Parse front matter data\n+- `toAST` Parse text to a syntax tree\n+- `applyPlugins` Transform a syntax tree by applying plugins to it (async)\n+- `toHTML` Compile a syntax tree to HTML\n",
... | JavaScript | MIT License | gridsome/gridsome | feat(remark): optionally disable built-in plugins | 1 | feat | remark |
67,476 | 27.01.2019 02:17:28 | -3,600 | 7c1a1309286fc292d4b174df162e3f2cc1b7e57e | refactor(fetch-client): use DOM.d.ts RequestInit | [
{
"change_type": "MODIFY",
"diff": "-import { Interceptor, RequestInit, RetryConfiguration } from './interfaces';\n+import { Interceptor, RetryConfiguration } from './interfaces';\nimport { RetryInterceptor } from './retry-interceptor';\n/**\n",
"new_path": "packages/plugin-fetch-client/src/http-client-... | TypeScript | MIT License | aurelia/aurelia | refactor(fetch-client): use DOM.d.ts RequestInit | 1 | refactor | fetch-client |
67,476 | 27.01.2019 06:54:54 | -3,600 | 105b376d43e4c5718bbc4bdc3ef2eb602f22b8a0 | chore(fetch-client): fixup lerna and typescript settings | [
{
"change_type": "MODIFY",
"diff": "\"packages\": [\n\"packages/aot\",\n\"packages/debug\",\n+ \"packages/fetch-client\",\n\"packages/jit\",\n\"packages/jit-html\",\n\"packages/jit-html-browser\",\n\"packages/jit-html-jsdom\",\n\"packages/jit-pixi\",\n- \"packages/plugin-fetch-client\",\n\"packages/kernel\"... | TypeScript | MIT License | aurelia/aurelia | chore(fetch-client): fixup lerna and typescript settings | 1 | chore | fetch-client |
67,476 | 27.01.2019 06:56:06 | -3,600 | 0680c165bdc1855be759af669146f8ff844b3ebc | feat(runtime): expose full DOM | [
{
"change_type": "MODIFY",
"diff": "import {\nConstructable,\n- DI,\nIContainer,\nIResolver,\nPLATFORM,\n@@ -47,27 +46,36 @@ export class HTMLDOM implements IDOM {\npublic readonly Element: typeof Element;\npublic readonly HTMLElement: typeof HTMLElement;\npublic readonly CustomEvent: typeof CustomEvent;\n-... | TypeScript | MIT License | aurelia/aurelia | feat(runtime): expose full DOM | 1 | feat | runtime |
67,476 | 27.01.2019 06:56:32 | -3,600 | 68f05e3583d99f54c7c356a6ccf4244a9831e81f | chore(fetch-client): linting fixes | [
{
"change_type": "MODIFY",
"diff": "-import { DOM } from '@aurelia/runtime';\n+import { DOM, IDOM } from '@aurelia/runtime';\n+import { HTMLDOM } from '@aurelia/runtime-html';\nimport { HttpClientConfiguration } from './http-client-configuration';\nimport { Interceptor, ValidInterceptorMethodName } from './... | TypeScript | MIT License | aurelia/aurelia | chore(fetch-client): linting fixes | 1 | chore | fetch-client |
67,476 | 27.01.2019 06:56:50 | -3,600 | 0a0f2eeec36e37dd5aa6905782d25bd01c5717c6 | test(fetch-client): fix most of the tests | [
{
"change_type": "MODIFY",
"diff": "import * as chai from 'chai';\nimport * as sinonChai from 'sinon-chai';\n+import { HTMLTestContext, TestContext } from '../../runtime-html/test/util';\nchai.use(sinonChai);\n+export function createHTMLTestContext(): HTMLTestContext {\n+ return HTMLTestContext.create(\n+ w... | TypeScript | MIT License | aurelia/aurelia | test(fetch-client): fix most of the tests | 1 | test | fetch-client |
67,476 | 27.01.2019 07:01:51 | -3,600 | b085dd10748daa746c69f7c6859fa04067b2fda8 | fix(runtime): remove dom types | [
{
"change_type": "MODIFY",
"diff": "-import { DI, IContainer, IResolver, PLATFORM, Reporter, Class } from '@aurelia/kernel';\n+import { DI, IContainer, IResolver, PLATFORM, Reporter } from '@aurelia/kernel';\nexport interface INode extends Object { }\n@@ -53,9 +53,8 @@ export interface IDOM<T extends INode ... | TypeScript | MIT License | aurelia/aurelia | fix(runtime): remove dom types | 1 | fix | runtime |
67,476 | 27.01.2019 07:04:51 | -3,600 | b2ab9326027137c1ecbb7ba97d56330081bd01d0 | chore(runtime): fix au-dom | [
{
"change_type": "MODIFY",
"diff": "@@ -366,6 +366,15 @@ export class AuDOM implements IDOM<AuNode> {\npublic setAttribute(node: AuNode, name: string, value: unknown): void {\n(node as Record<string, unknown>)[name] = value;\n}\n+ public createCustomEvent(eventType: string, options?: unknown): unknown {\n+ ... | TypeScript | MIT License | aurelia/aurelia | chore(runtime): fix au-dom | 1 | chore | runtime |
67,476 | 27.01.2019 07:08:36 | -3,600 | 07ddae776cc66446f649302dd5f5c80e6d0de8f5 | chore(jit): fix test context types | [
{
"change_type": "MODIFY",
"diff": "@@ -151,7 +151,7 @@ export class HTMLTestContext {\nthis.DOMParser = DOMParserType;\nthis.doc = wnd.document;\nthis.domParser = this.doc.createElement('div');\n- this.dom = new HTMLDOM(this.wnd, this.doc, NodeType, ElementType, HTMLElementType);\n+ this.dom = new HTMLDOM(... | TypeScript | MIT License | aurelia/aurelia | chore(jit): fix test context types | 1 | chore | jit |
67,476 | 27.01.2019 07:41:27 | -3,600 | e86934053c2a3acd23f787937c1d5e13323804a1 | chore(runtime): number the repeater tests | [
{
"change_type": "MODIFY",
"diff": "@@ -386,7 +386,7 @@ describe(spec, function() {\n}\n},\n{\n- t: '01',\n+ t: '02',\nexecute(component: { items: any[]; display: boolean }, lifecycle: ILifecycle, host: Element, count: number, ifText: string, elseText: string): void {\ncomponent.display = true;\nlifecycle.p... | TypeScript | MIT License | aurelia/aurelia | chore(runtime): number the repeater tests | 1 | chore | runtime |
67,476 | 27.01.2019 08:44:25 | -3,600 | b2d77ed33479a84ef10212ce6f9a159e506f667b | ci: manually run the nightly to verify fix | [
{
"change_type": "MODIFY",
"diff": "@@ -415,9 +415,13 @@ workflows:\ntriggers:\n- schedule:\n<<: *filter_only_develop\n- cron: \"0 5 * * *\"\n+ cron: \"45 7 * * *\"\njobs:\n- # artifacts are already prepared and committed by the build_test workflow, so only publish remains\n+ # this merge_and_dist is only t... | TypeScript | MIT License | aurelia/aurelia | ci: manually run the nightly to verify fix | 1 | ci | null |
67,476 | 27.01.2019 08:46:10 | -3,600 | f4912642644f9e6640020f651fa52c9d85d5008b | ci: update schedule | [
{
"change_type": "MODIFY",
"diff": "@@ -415,7 +415,7 @@ workflows:\ntriggers:\n- schedule:\n<<: *filter_only_develop\n- cron: \"45 7 * * *\"\n+ cron: \"55 7 * * *\"\njobs:\n# this merge_and_dist is only to ensure the correct version in develop branch\n- merge_and_dist:\n",
"new_path": ".circleci/config.... | TypeScript | MIT License | aurelia/aurelia | ci: update schedule | 1 | ci | null |
67,476 | 27.01.2019 09:08:55 | -3,600 | c0f6bd6ff42f87f48f44a2f44537f044a8025051 | ci: try something else | [
{
"change_type": "MODIFY",
"diff": "@@ -409,49 +409,61 @@ workflows:\nrequires:\n- publish_npm\n- # Runs build and tests, and pushes the built artifacts to the develop branch (which then triggers publish_dev)\n- # Triggered by schedule once per day on 0:00 UTC on the master branch\n- build_test_push_dev:\n-... | TypeScript | MIT License | aurelia/aurelia | ci: try something else | 1 | ci | null |
217,922 | 27.01.2019 11:09:09 | -3,600 | c37866bf3be48ef2e5d255c6c98a10207d443ab1 | fix(perfs): item names cache is now shared across the app properly | [
{
"change_type": "MODIFY",
"diff": "@@ -64,7 +64,6 @@ import { ListTemplate } from './database/custom-links/list-template';\nPlatformService,\nDataService,\nMathToolsService,\n- LocalizedDataService,\nI18nToolsService,\nBellNodesService,\nHtmlToolsService,\n@@ -95,7 +94,8 @@ export class CoreModule {\nGarla... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(perfs): item names cache is now shared across the app properly | 1 | fix | perfs |
217,922 | 27.01.2019 11:47:41 | -3,600 | ff87bbfa2cf75146999fefc195a07026f43f4336 | fix(list-panel): fixed an issue with buttons sometimes hidden even if you had permissions | [
{
"change_type": "MODIFY",
"diff": "</nz-form-item>\n<nz-form-item nz-row>\n<nz-form-control [nzSpan]=\"14\" [nzOffset]=\"6\">\n- <button nz-button (click)=\"sendResetPassword()\"\n- [disabled]=\"form.pristine ||(form.errors && form.errors.email)\">\n- {{'Forgot_password' | translate}}\n- </button>\n+ <butt... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(list-panel): fixed an issue with buttons sometimes hidden even if you had permissions | 1 | fix | list-panel |
217,922 | 27.01.2019 11:50:18 | -3,600 | 5dd9cd9d8c14c84cfb448eca2c22780c928e77d1 | chore(release): 5.0.17 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"5.0.17\"></a>\n+## [5.0.17](https://github.com/Supamiu/ffxiv-teamcraft/compare/v5.0.1... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 5.0.17 | 1 | chore | release |
217,922 | 27.01.2019 13:01:14 | -3,600 | d3be00953a10f501f0daa330ffeba850fb9f3d04 | fix(permissions): fixed an issue with list deletion button | [
{
"change_type": "MODIFY",
"diff": "@@ -74,7 +74,7 @@ export class ListPanelComponent {\n).pipe(\nmap(([userId, user, list]) => {\nif (user !== null) {\n- return Math.min(list.getPermissionLevel(userId), list.getPermissionLevel(user.currentFcId));\n+ return Math.max(list.getPermissionLevel(userId), list.get... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(permissions): fixed an issue with list deletion button | 1 | fix | permissions |
217,922 | 27.01.2019 13:04:00 | -3,600 | 68eba14e974c8441065a15680271bbdbf622a6d7 | chore(release): 5.0.18 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"5.0.18\"></a>\n+## [5.0.18](https://github.com/Supamiu/ffxiv-teamcraft/compare/v5.0.1... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 5.0.18 | 1 | chore | release |
902,122 | 27.01.2019 13:06:15 | 18,000 | 614680f2142f6b4199877f5a8fbdf2a1b6d37aba | build: meta tweaks | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"browserless\",\n- \"description\": \"Headless Chrome API made easy\",\n+ \"description\": \"A puppeter-like Node.js library for interacting with Headless production scenarios.\",\n\"homepage\": \"https://browserless.js.org\",\n\"version\": \"\",\n\"author\"... | JavaScript | MIT License | microlinkhq/browserless | build: meta tweaks | 1 | build | null |
471,527 | 27.01.2019 14:09:09 | -3,600 | 19fdc2afc6ab5569586aeeee82800d82c7530281 | fix(dev-server): adjust binary name to not contain special character | [
{
"change_type": "MODIFY",
"diff": "@@ -27,6 +27,20 @@ This will become obsolete over time, as a similar behavior is being standardized\nnpm i -D @open-wc/dev-server\n```\n+#### Execute\n+```\n+// package.json\n+\"scripts\": {\n+ \"start\": \"owc-dev-server\"\n+}\n+\n+// bash\n+npm run start\n+\n+// or via ... | JavaScript | MIT License | open-wc/open-wc | fix(dev-server): adjust binary name to not contain special character | 1 | fix | dev-server |
471,527 | 27.01.2019 14:45:33 | -3,600 | 72c16b5067a1e8eafc1b3306749e68b46953d0d3 | feat: rename dev-server => owc-dev-server | [
{
"change_type": "DELETE",
"diff": "-# Change Log\n-\n-All notable changes to this project will be documented in this file.\n-See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n-\n-## [0.1.1](https://github.com/open-wc/open-wc/tree/master/packages/dev-server/compare/@open-wc... | JavaScript | MIT License | open-wc/open-wc | feat: rename dev-server => owc-dev-server | 1 | feat | null |
273,683 | 27.01.2019 15:00:41 | -3,600 | 84b6e41c5a7bc3f676b41350691320ddf11c8100 | refactor(remark): remove nodeCache dependency | [
{
"change_type": "MODIFY",
"diff": "+const LRU = require('lru-cache')\nconst unified = require('unified')\nconst parse = require('gray-matter')\n-const { words, defaultsDeep } = require('lodash')\n-const remarkParse = require('remark-parse')\nconst remarkHtml = require('remark-html')\nconst htmlToText = req... | JavaScript | MIT License | gridsome/gridsome | refactor(remark): remove nodeCache dependency | 1 | refactor | remark |
273,683 | 27.01.2019 15:20:50 | -3,600 | 6336590aadd2ff75aa0af23fd6d0e0a358e1a8f4 | feat(remark): option for disabling all built-in plugins | [
{
"change_type": "MODIFY",
"diff": "@@ -38,9 +38,23 @@ module.exports = {\n}\n```\n-## Methods\n+## Options\n+\n+#### plugins\n+\n+- Type: `array` Default: `[]`\n+\n+Add additional plugins to the parser.\n+\n+#### useBuiltIns\n+\n+- Type: `boolean` Default: `true`\n+\n+Set this option to `false` to disable ... | JavaScript | MIT License | gridsome/gridsome | feat(remark): option for disabling all built-in plugins | 1 | feat | remark |
743,863 | 27.01.2019 17:19:49 | 28,800 | bc0ee40614f3089c3e700525474f5c8a8a161bed | chore: address code review so that we can land | [
{
"change_type": "MODIFY",
"diff": "@@ -478,6 +478,9 @@ const normalizeCredentials = (argv) => {\n}\nreturn {}\n}\n+\n+// Add normalizeCredentials to yargs\n+yargs.middleware(normalizeCredentials)\n```\n### Example Async Credentials Middleware\n@@ -496,6 +499,9 @@ const normalizeCredentials = (argv) => {\n}... | JavaScript | MIT License | yargs/yargs | chore: address @aorinevo's code review so that we can land | 1 | chore | null |
471,527 | 27.01.2019 18:33:51 | -3,600 | 19a3b4b063127ce6f422068110708f2b77b0844b | docs: add minimal meta info to website for twitter, slack, ... | [
{
"change_type": "MODIFY",
"diff": "@@ -99,4 +99,25 @@ module.exports = {\ndest: '_site',\nplugins: ['@vuepress/google-analytics'],\nga: 'UA-131782693-1',\n+ head: [\n+ [\n+ 'meta',\n+ {\n+ property: 'og:image',\n+ content:\n+ 'https://raw.githubusercontent.com/open-wc/open-wc/master/docs/.vuepress/public/l... | JavaScript | MIT License | open-wc/open-wc | docs: add minimal meta info to website for twitter, slack, ... | 1 | docs | null |
67,476 | 27.01.2019 19:38:06 | -3,600 | d5345941608ad6691bd8234b1d31e59d376c010b | chore(fetch-client): fixup package.json | [
{
"change_type": "MODIFY",
"diff": "\"@types/node\": \"^10.12.18\",\n\"@types/sinon\": \"^7.0.3\",\n\"@types/sinon-chai\": \"^3.2.2\",\n- \"@aurelia/runtime-html-browser\": \"0.3.0\",\n- \"@aurelia/runtime-html-jsdom\": \"0.3.0\",\n\"chai\": \"^4.2.0\",\n\"cross-env\": \"^5.2.0\",\n\"istanbul-instrumenter-l... | TypeScript | MIT License | aurelia/aurelia | chore(fetch-client): fixup package.json | 1 | chore | fetch-client |
67,476 | 27.01.2019 19:39:26 | -3,600 | 89c36ef2b5cb62ba5fc1cd41b5850cd2f941b187 | chore(all): update lerna | [
{
"change_type": "MODIFY",
"diff": "{\n- \"lerna\": \"3.10.5\",\n+ \"lerna\": \"3.10.7\",\n\"packages\": [\n\"packages/aot\",\n\"packages/debug\",\n",
"new_path": "lerna.json",
"old_path": "lerna.json"
},
{
"change_type": "MODIFY",
"diff": "}\n},\n\"@lerna/add\": {\n- \"version\": \"3.10... | TypeScript | MIT License | aurelia/aurelia | chore(all): update lerna | 1 | chore | all |
67,476 | 27.01.2019 20:11:12 | -3,600 | 82827458634f3a9651274f109e88c19f65d3247c | chore(aot): fix version | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"@aurelia/aot\",\n- \"version\": \"0.3.0-dev.20190127\",\n+ \"version\": \"0.3.0\",\n\"main\": \"dist/build/index.js\",\n\"module\": \"dist/build/index.js\",\n\"jsnext:main\": \"dist/build/index.js\",\n\"access\": \"public\"\n},\n\"dependencies\": {\n- \"@au... | TypeScript | MIT License | aurelia/aurelia | chore(aot): fix version | 1 | chore | aot |
815,590 | 27.01.2019 21:48:15 | -28,800 | 64e41f64a69a603907f15521fa4e6ab4c1c4d421 | feat: Upgrade RPC local_node_id to local_node_info
BREAKING CHANGE: RPC local_node_id no longer exists, use new added RPC
local_node_info to get node addresses. | [
{
"change_type": "MODIFY",
"diff": "@@ -564,6 +564,7 @@ dependencies = [\nname = \"ckb-rpc\"\nversion = \"0.5.0-pre\"\ndependencies = [\n+ \"build-info 0.5.0-pre\",\n\"ckb-chain 0.5.0-pre\",\n\"ckb-core 0.5.0-pre\",\n\"ckb-db 0.5.0-pre\",\n",
"new_path": "Cargo.lock",
"old_path": "Cargo.lock"
},
... | Rust | MIT License | nervosnetwork/ckb | feat: Upgrade RPC local_node_id to local_node_info
BREAKING CHANGE: RPC local_node_id no longer exists, use new added RPC
local_node_info to get node addresses. | 1 | feat | null |
67,476 | 27.01.2019 22:53:32 | -3,600 | bc12a2ced5f11c3e56ad7bd86b75ac191b47effb | ci: separate get-version-info script from bump-version file | [
{
"change_type": "MODIFY",
"diff": "@@ -2,22 +2,10 @@ import { readFileSync, writeFileSync } from 'fs';\nimport { c, createLogger } from './logger';\nimport { loadPackageJson, savePackageJson } from './package.json';\nimport project from './project';\n+import { getCurrentVersion, getNewVersion } from './get... | TypeScript | MIT License | aurelia/aurelia | ci: separate get-version-info script from bump-version file | 1 | ci | null |
67,476 | 27.01.2019 22:55:23 | -3,600 | 8bf7f013e3c87db2d0588f15b4d1388257c5180d | ci: run nightly manually | [
{
"change_type": "MODIFY",
"diff": "@@ -421,7 +421,7 @@ workflows:\ntriggers:\n- schedule:\n<<: *filter_only_master\n- cron: \"45 18 * * *\"\n+ cron: \"05 22 * * *\"\njobs:\n# this merge_and_dist is only to ensure the correct version in develop branch\n- merge_and_dist:\n",
"new_path": ".circleci/config... | TypeScript | MIT License | aurelia/aurelia | ci: run nightly manually | 1 | ci | null |
135,434 | 27.01.2019 22:56:19 | -10,800 | b35000cd773b06e558036fc5fafd525c93687d00 | fix(resolve-extends): override array on extending rules | [
{
"change_type": "MODIFY",
"diff": "@@ -3,13 +3,18 @@ import path from 'path';\nimport 'resolve-global'; // eslint-disable-line import/no-unassigned-import\nimport requireUncached from 'require-uncached';\nimport resolveFrom from 'resolve-from';\n-import {merge, omit} from 'lodash';\n+import {isArray, merge... | TypeScript | MIT License | conventional-changelog/commitlint | fix(resolve-extends): override array on extending rules (#470) (#539) | 1 | fix | resolve-extends |
67,476 | 27.01.2019 23:15:08 | -3,600 | abffc3b331df688c9d345c00f2fa0ba985be42ef | ci: change the schedule back to normal | [
{
"change_type": "MODIFY",
"diff": "@@ -421,7 +421,7 @@ workflows:\ntriggers:\n- schedule:\n<<: *filter_only_master\n- cron: \"05 22 * * *\"\n+ cron: \"0 5 * * *\"\njobs:\n# this merge_and_dist is only to ensure the correct version in develop branch\n- merge_and_dist:\n",
"new_path": ".circleci/config.y... | TypeScript | MIT License | aurelia/aurelia | ci: change the schedule back to normal | 1 | ci | null |
67,476 | 27.01.2019 23:38:52 | -3,600 | 2a169a1e57dd55cfa0c7598632433a74192955cc | refactor(debug): put tracer in separate file | [
{
"change_type": "MODIFY",
"diff": "import { IContainer, Reporter as RuntimeReporter, Tracer as RuntimeTracer } from '@aurelia/kernel';\nimport { enableImprovedExpressionDebugging } from './binding/unparser';\n-import { Reporter, Tracer } from './reporter';\n+import { Reporter } from './reporter';\n+import ... | TypeScript | MIT License | aurelia/aurelia | refactor(debug): put tracer in separate file | 1 | refactor | debug |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.