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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
471,527 | 04.08.2019 14:04:40 | -7,200 | 0ff491af9c3a9218e635bdf92efbf291894dc433 | chore: remove deprecated owc-dev-server package | [
{
"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-## [1.0.1](https://github.com/open-wc/open-wc/compare/owc-dev-server@1.0.0...owc-dev-server@1.... | JavaScript | MIT License | open-wc/open-wc | chore: remove deprecated owc-dev-server package | 1 | chore | null |
471,527 | 04.08.2019 14:04:59 | -7,200 | cfa2793d696db54078aa780fdd9369226c427492 | chore: remove deprecated polyfills-loader package | [
{
"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.3.3](https://github.com/open-wc/open-wc/compare/@open-wc/polyfills-loader@0.3.2...@open-... | JavaScript | MIT License | open-wc/open-wc | chore: remove deprecated polyfills-loader package | 1 | chore | null |
679,913 | 04.08.2019 14:59:43 | -3,600 | e4facae9531c24b1212d541b2624214dc9d1e63b | feat(imgui): add color type, keys, update default theme | [
{
"change_type": "MODIFY",
"diff": "import { Predicate } from \"@thi.ng/api\";\n+export type Color = string | number | number[];\n+\nexport interface GUITheme {\n- globalBg?: string;\n+ globalBg?: Color;\nfont?: string;\ncharWidth: number;\nbaseLine: number;\npad: number;\n- focus: string;\n- cursor: string... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(imgui): add color type, keys, update default theme | 1 | feat | imgui |
679,913 | 04.08.2019 15:00:34 | -3,600 | ae75c0804432473bac5b0fc336832a6e33229932 | feat(imgui): add home/end key support in textField | [
{
"change_type": "MODIFY",
"diff": "@@ -145,6 +145,20 @@ export const textField = (\n);\n}\nbreak;\n+ case Key.HOME:\n+ moveBackward(label, 0, -cursor, drawCursor, offset);\n+ break;\n+ case Key.END:\n+ moveForward(\n+ label,\n+ txtLen,\n+ txtLen - cursor,\n+ drawCursor,\n+ offset,\n+ maxLen,\n+ maxOffset\n... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(imgui): add home/end key support in textField | 1 | feat | imgui |
679,913 | 04.08.2019 15:01:20 | -3,600 | d662811e352c73a9058d8d41193e6c9ac36bc80a | feat(imgui): update dropdown, add tooltip support & tri icon | [
{
"change_type": "MODIFY",
"diff": "+import { polygon } from \"@thi.ng/geom\";\nimport { Key } from \"../api\";\nimport { IMGUI } from \"../gui\";\nimport { button } from \"./button\";\n@@ -9,8 +10,9 @@ export const dropdown = (\ny: number,\nw: number,\nh: number,\n+ state: [number, boolean],\nitems: string... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(imgui): update dropdown, add tooltip support & tri icon | 1 | feat | imgui |
679,913 | 04.08.2019 15:12:25 | -3,600 | 40c050e30fcb322b966b3334c5f7a2cbe9755dda | feat(imgui): add vertical slider, rename slider/sliderGroup
slider / sliderGroup = sliderH/sliderHGroup
add new sliderV / sliderVGroup | [
{
"change_type": "RENAME",
"diff": "@@ -14,7 +14,7 @@ import { tooltip } from \"./tooltip\";\nconst $ = (x: number, prec: number, min: number, max: number) =>\nclamp(roundTo(x, prec), min, max);\n-export const slider = (\n+export const sliderH = (\ngui: IMGUI,\nid: string,\nx: number,\n@@ -92,7 +92,7 @@ exp... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(imgui): add vertical slider, rename slider/sliderGroup
- slider / sliderGroup = sliderH/sliderHGroup
- add new sliderV / sliderVGroup | 1 | feat | imgui |
217,922 | 04.08.2019 15:40:15 | -7,200 | c0edfed333ccafb2a422571f39b70ea96ff92ae3 | feat: added reset timers page, to display ingame reset timers and setup alarms for them | [
{
"change_type": "MODIFY",
"diff": "@@ -136,6 +136,10 @@ const routes: Routes = [\n{\npath: 'blog',\nloadChildren: './pages/blog/blog.module#BlogModule'\n+ },\n+ {\n+ path: 'reset-timers',\n+ loadChildren: './pages/reset-timers/reset-timers.module#ResetTimersModule'\n}\n];\n",
"new_path": "apps/client/s... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: added reset timers page, to display ingame reset timers and setup alarms for them | 1 | feat | null |
217,922 | 04.08.2019 16:10:35 | -7,200 | b930d2838521cba5e60dcaba7e3042becad14c39 | fix(layout): fixed an issue with filter context not being used properly in zone breakdown | [
{
"change_type": "MODIFY",
"diff": "import { ZoneBreakdownRow } from './zone-breakdown-row';\nimport { ListRow } from '../../modules/list/model/list-row';\nimport { tpWindowEntries } from '../../core/data/sources/tp-window-entries';\n+import { LayoutRowFilter } from '../../core/layout/layout-row-filter';\ne... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(layout): fixed an issue with filter context not being used properly in zone breakdown | 1 | fix | layout |
217,922 | 04.08.2019 16:11:48 | -7,200 | dc3824bc38dbb4ca3b6144c3a4725b1c35d241d1 | fix(db): fixed fates being displayed in a panel labelled "Crafting actions" | [
{
"change_type": "MODIFY",
"diff": "<nz-collapse *ngIf=\"patch.fate\" nz-col nzMd=\"8\" nzSm=\"24\" nzLg=\"6\">\n<nz-collapse-panel\n#fatePanel\n- [nzHeader]=\"'DB.PATCH.CONTENT.Crafting_actions' | translate:{amount: patch.fate.length}\">\n+ [nzHeader]=\"'DB.PATCH.CONTENT.Fates' | translate:{amount: patch.f... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(db): fixed fates being displayed in a panel labelled "Crafting actions" | 1 | fix | db |
679,913 | 04.08.2019 16:21:53 | -3,600 | 6a491aa7dfd0dfd5b7f173e2b81fe2326664a7ee | feat(imgui): add toggle & radio buttons | [
{
"change_type": "ADD",
"diff": "+import { IMGUI } from \"../gui\";\n+import { toggle } from \"./toggle\";\n+\n+export const radio = (\n+ gui: IMGUI,\n+ id: string,\n+ x: number,\n+ y: number,\n+ w: number,\n+ h: number,\n+ lx: number,\n+ offX: number,\n+ offY: number,\n+ val: number[],\n+ idx: number,\n+ l... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(imgui): add toggle & radio buttons | 1 | feat | imgui |
679,913 | 04.08.2019 16:24:43 | -3,600 | c030b4d525c8d3365f00bbe998d8e4ec617a14a1 | refactor(imgui): update button & dropdown | [
{
"change_type": "MODIFY",
"diff": "@@ -26,7 +26,7 @@ export const button = (\n}\nconst focused = gui.requestFocus(id);\nbox.attribs = {\n- fill: hover ? gui.fgColor(true) : gui.bgColor(hover || focused),\n+ fill: hover ? gui.fgColor(true) : gui.bgColor(focused),\nstroke: gui.focusColor(id)\n};\ngui.add(box... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(imgui): update button & dropdown | 1 | refactor | imgui |
471,527 | 04.08.2019 16:56:52 | -7,200 | 0edde7a003c2653de3ce95cd5ea6f9fc476143df | fix(es-dev-server): savely close server on exit | [
{
"change_type": "MODIFY",
"diff": "@@ -4,9 +4,11 @@ import { createServer } from './create-server.js';\n/** @param {import('./config.js').InternalConfig} cfg */\nexport function startServer(cfg) {\n- const fileWatcher = cfg.watch ? chokidar.watch([]) : undefined;\n+ let fileWatcher = cfg.watch ? chokidar.w... | JavaScript | MIT License | open-wc/open-wc | fix(es-dev-server): savely close server on exit (#690) | 1 | fix | es-dev-server |
67,516 | 04.08.2019 19:20:17 | -7,200 | 591f1d8f79bd4ed9df0faf588646844a7e16ddb5 | feat(i18n): added change handler to binding | [
{
"change_type": "MODIFY",
"diff": "<template>\n+ <button id=\"key-changer\" click.delegate=\"changeKey()\">Change key</button><br />\n+ <button id=\"params-changer\" click.delegate=\"changeParams()\">Change t-params</button><br />\n<!-- <button id=\"locale-changer-de\" click.delegate=\"changeLocale('de')\"... | TypeScript | MIT License | aurelia/aurelia | feat(i18n): added change handler to binding | 1 | feat | i18n |
67,516 | 04.08.2019 19:31:37 | -7,200 | 86385f92847459c71c362789a0888bb6d3073edd | chore(i18n): e2e for [html],[prepend],[append] | [
{
"change_type": "MODIFY",
"diff": "<span id=\"i18n-interval-10\" t=\"itemWithCount_interval\"\nt-params.bind=\"{postProcess: 'interval', count: 10}\"></span><br>\n- <!--<span id=\"i18n-html\" t=\"[html]html\"></span>\n+ <br>\n+\n+ <span id=\"i18n-html\" t=\"[html]html\"></span><br><br>\n- <span id=\"i18n-p... | TypeScript | MIT License | aurelia/aurelia | chore(i18n): e2e for [html],[prepend],[append] | 1 | chore | i18n |
217,922 | 04.08.2019 19:36:14 | -7,200 | e8e2f5ec42cc8a38bdc67606e37f42898bd6550c | fix(simulator): fixed an issue with tricks of the trade on safe mode | [
{
"change_type": "MODIFY",
"diff": "\"integrity\": \"sha512-RCZElbAgc+tIOFK5m0IaHBF1lHJyWb6NkzxfQHefX9Dx93mRg+pasTgt2WDPT6HzcmPnuQ72TbnUKaNNVkR6KA==\"\n},\n\"@ffxiv-teamcraft/simulator\": {\n- \"version\": \"1.2.19\",\n- \"resolved\": \"https://registry.npmjs.org/@ffxiv-teamcraft/simulator/-/simulator-1.2.1... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(simulator): fixed an issue with tricks of the trade on safe mode | 1 | fix | simulator |
67,482 | 04.08.2019 20:39:53 | 25,200 | 2be5c06a4cdb6b36fc499c89c587a5663c522c2e | doc(readme/contributing): built out more docs for contributors | [
{
"change_type": "MODIFY",
"diff": "# Aurelia vNext\n-This is the Aurelia vNext monorepo, containing core and plugin packages, examples, and documentation for the next major version of [Aurelia](http://www.aurelia.io/).\n-\n-> To keep up to date on [Aurelia](http://www.aurelia.io/), please visit and subscri... | TypeScript | MIT License | aurelia/aurelia | doc(readme/contributing): built out more docs for contributors | 1 | doc | readme/contributing |
67,482 | 04.08.2019 20:54:59 | 25,200 | b7e61ce7eb9dad9cedce904b175a8d6fe0a29c95 | docs(all): a few fixes to consistency and links | [
{
"change_type": "MODIFY",
"diff": "@@ -29,7 +29,7 @@ See [the examples folder](examples) for JIT setups with various loaders and bund\n## Contributing\n-If you are interested in contributing to Aurelia, please see our [contributor documentation](docs/user-docs/community-contributions/joining-the-community)... | TypeScript | MIT License | aurelia/aurelia | docs(all): a few fixes to consistency and links | 1 | docs | all |
67,482 | 04.08.2019 20:58:43 | 25,200 | 967311f80f0602287e1c0c1375bc8d6ba51254db | docs(readme): link fix | [
{
"change_type": "MODIFY",
"diff": "@@ -29,7 +29,7 @@ See [the examples folder](examples) for JIT setups with various loaders and bund\n## Contributing\n-If you are interested in contributing to Aurelia, please see our [contributor documentation](docs/user-docs/6. community-contributions/joining-the-communi... | TypeScript | MIT License | aurelia/aurelia | docs(readme): link fix | 1 | docs | readme |
67,482 | 04.08.2019 21:00:20 | 25,200 | 855c332c19b7351c77a459ebbaf517f3132a21c8 | docs(readme): really fix the link | [
{
"change_type": "MODIFY",
"diff": "@@ -29,7 +29,7 @@ See [the examples folder](examples) for JIT setups with various loaders and bund\n## Contributing\n-If you are interested in contributing to Aurelia, please see our [contributor documentation](docs/user-docs/6.%20community-contributions/joining-the-commu... | TypeScript | MIT License | aurelia/aurelia | docs(readme): really fix the link | 1 | docs | readme |
67,482 | 04.08.2019 21:02:24 | 25,200 | 047ee21ab5335fb59dc5d965a4f56b0b3130a670 | docs(readme): did I really learn my lesson on links? | [
{
"change_type": "MODIFY",
"diff": "@@ -29,7 +29,7 @@ See [the examples folder](examples) for JIT setups with various loaders and bund\n## Contributing\n-If you are interested in contributing to Aurelia, please see our [contributor documentation](docs/user-docs/6.%20community-contributions/1.%20joining-the-... | TypeScript | MIT License | aurelia/aurelia | docs(readme): did I really learn my lesson on links? | 1 | docs | readme |
67,482 | 04.08.2019 21:08:23 | 25,200 | 1697b82b1eafaafae483b88250dece7f5c6f8e38 | docs(all): link fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -21,7 +21,7 @@ You can request a new feature by submitting an issue. If you would like to imple\n## Developing\n-Check out our [building and testing Aurelia](../user-docs/6. community-contributions/building-and-testing-aurelia) to get started with setting up the repo, ... | TypeScript | MIT License | aurelia/aurelia | docs(all): link fixes | 1 | docs | all |
67,516 | 04.08.2019 21:59:28 | -7,200 | f450b684d490f74e449d3bca383138041fb471a1 | feat(i18n): support for current locale change | [
{
"change_type": "MODIFY",
"diff": "<template>\n- <button id=\"key-changer\" click.delegate=\"changeKey()\">Change key</button><br />\n- <button id=\"params-changer\" click.delegate=\"changeParams()\">Change t-params</button><br />\n- <!-- <button id=\"locale-changer-de\" click.delegate=\"changeLocale('de')... | TypeScript | MIT License | aurelia/aurelia | feat(i18n): support for current locale change | 1 | feat | i18n |
679,913 | 04.08.2019 22:13:24 | -3,600 | 76ad91cada577d1eed711be18c46c9edd8e054af | feat(imgui): update theme init/config, add setTheme() | [
{
"change_type": "MODIFY",
"diff": "@@ -23,7 +23,7 @@ export interface GUITheme {\nexport interface IMGUIOpts {\nwidth: number;\nheight: number;\n- theme: GUITheme;\n+ theme?: Partial<GUITheme>;\n}\nexport const enum MouseButton {\n",
"new_path": "packages/imgui/src/api.ts",
"old_path": "packages/im... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(imgui): update theme init/config, add setTheme() | 1 | feat | imgui |
679,913 | 04.08.2019 22:14:07 | -3,600 | d224fe0137fb8b17e806b6dcbf94da1f74f1c847 | feat(imgui): add xyPad label offset args, minor refactoring | [
{
"change_type": "MODIFY",
"diff": "@@ -59,7 +59,7 @@ export const textField = (\nbox,\ntextLabel(\n[x + pad, y + h / 2 + theme.baseLine],\n- gui.textColor(false),\n+ gui.textColor(focused),\ndrawTxt\n)\n);\n",
"new_path": "packages/imgui/src/components/textfield.ts",
"old_path": "packages/imgui/src... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(imgui): add xyPad label offset args, minor refactoring | 1 | feat | imgui |
679,913 | 04.08.2019 22:49:28 | -3,600 | 6e92837091f518977d52009846554678183d4b49 | docs(imgui): update readme, add screenshot | [
{
"change_type": "ADD",
"diff": "Binary files /dev/null and b/assets/screenshots/imgui-demo.png differ\n",
"new_path": "assets/screenshots/imgui-demo.png",
"old_path": "assets/screenshots/imgui-demo.png"
},
{
"change_type": "MODIFY",
"diff": "@@ -11,6 +11,7 @@ This project is part of the... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(imgui): update readme, add screenshot | 1 | docs | imgui |
447,440 | 04.08.2019 23:13:16 | 18,000 | 5f2bd76c54d5169858851e02c73309d54adc6712 | fix: change import records flow exaamples | [
{
"change_type": "ADD",
"diff": "+import React from 'react';\n+import PropTypes from 'prop-types';\n+\n+export default function Upload(props) {\n+ const { className, style } = props;\n+ return (\n+ <svg\n+ className={className}\n+ style={style}\n+ fill=\"#01b6f5\"\n+ width=\"20px\"\n+ height=\"18px\"\n+ vie... | JavaScript | MIT License | nexxtway/react-rainbow | fix: change import records flow exaamples (#867) | 1 | fix | null |
67,494 | 05.08.2019 00:42:10 | -7,200 | 7b73409c7f972b725b2190d090952f4c1d77e116 | feat(router): add separator to nav | [
{
"change_type": "MODIFY",
"diff": "@@ -8,6 +8,7 @@ export interface INavClasses {\nul?: string;\nli?: string;\na?: string;\n+ span?: string;\nulActive?: string;\nliActive?: string;\n@@ -25,7 +26,8 @@ export interface INavClasses {\n<li repeat.for=\"route of routes\" if.bind=\"route.visible\" class=\"\\${ro... | TypeScript | MIT License | aurelia/aurelia | feat(router): add separator to nav | 1 | feat | router |
67,495 | 05.08.2019 06:12:52 | 18,000 | 80fd26b178c4dc69d193993b3767901ca4a653c7 | feat(observer): Add the ability to bind an array of objects and strings to a class perf fix | [
{
"change_type": "MODIFY",
"diff": "@@ -4,6 +4,7 @@ import {\nLifecycleFlags,\nPriority,\n} from '@aurelia/runtime';\n+import { PLATFORM } from '@aurelia/kernel';\nexport class ClassAttributeAccessor implements IAccessor<unknown> {\npublic readonly lifecycle: ILifecycle;\n@@ -107,30 +108,46 @@ export class ... | TypeScript | MIT License | aurelia/aurelia | feat(observer): Add the ability to bind an array of objects and strings to a class perf fix | 1 | feat | observer |
815,801 | 05.08.2019 08:11:34 | -7,200 | 550a75a53a850a260e6592544760e8687f93c70c | fix: emit typeahead value when search is cleared after item is added
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -2700,6 +2700,33 @@ describe('NgSelectComponent', () => {\nfixture.componentInstance.select.select(fixture.componentInstance.select.viewPortItems[0]);\nexpect(fixture.componentInstance.select.searchTerm).toBe('new');\n}));\n+\n+ it('should update the typeahead term whe... | TypeScript | MIT License | ng-select/ng-select | fix: emit typeahead value when search is cleared after item is added (#1289)
closes #1107 | 1 | fix | null |
71,662 | 05.08.2019 08:54:21 | 25,200 | ef8f0cd7e137f1e007601ebf143c051a8d5905a1 | docs(core): findChild gets direct child only | [
{
"change_type": "MODIFY",
"diff": "@@ -181,20 +181,17 @@ export class ConstructNode {\n}\n/**\n- * Return a descendant by path\n+ * Return a direct child by id\n*\n- * Throws an error if the descendant is not found.\n+ * Throws an error if the child is not found.\n*\n- * Note that if the original ID of the... | TypeScript | Apache License 2.0 | aws/aws-cdk | docs(core): findChild gets direct child only (#3512) | 1 | docs | core |
71,662 | 05.08.2019 08:55:24 | 25,200 | fac7c61c68cde07896da52b4fec3967df27e40d0 | doc(iam): update references to addManagedPolicy | [
{
"change_type": "MODIFY",
"diff": "@@ -19,7 +19,7 @@ the policy either by calling `xxx.attachInlinePolicy(policy)` or `policy.attachT\n[attaching policies to user and group](test/example.attaching.lit.ts)\n-Managed policies can be attached using `xxx.attachManagedPolicy(arn)`:\n+Managed policies can be att... | TypeScript | Apache License 2.0 | aws/aws-cdk | doc(iam): update references to addManagedPolicy (#3511) | 1 | doc | iam |
815,745 | 05.08.2019 09:12:54 | -10,800 | 8355533344018cfbc3655aaec9193e05e2159d3a | chore(release): 3.0.6 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+### [3.0.6](https://github.com/ng-select/ng-select/compare/v3.0.5...v3.0.6) (2019-08-05)\n+\n+\... | TypeScript | MIT License | ng-select/ng-select | chore(release): 3.0.6 | 1 | chore | release |
815,745 | 05.08.2019 09:21:31 | -10,800 | c9905ac9d912b9a358031330ee45a0128c7d4474 | chore: move integration apps configs | [
{
"change_type": "RENAME",
"diff": "",
"new_path": ".github/config.yml",
"old_path": ".github/ISSUE_TEMPLATE/config.yml"
},
{
"change_type": "ADD",
"diff": "+label-alias:\n+ bug: 'bug'\n+ feature_request: 'new feature'\n+ question: 'question'\n",
"new_path": ".github/issue_label_bot.... | TypeScript | MIT License | ng-select/ng-select | chore: move integration apps configs | 1 | chore | null |
67,482 | 05.08.2019 09:48:12 | 25,200 | 10253cca89e0ba470ca9ac30f5c5e73e219c1481 | docs(engineering-notes): add controller and compiler explainer | [
{
"change_type": "ADD",
"diff": "+# Controllers and Template Compilation\n+\n+## Controller Program Flow\n+\n+1. When `Aurelia#app({ host: document.querySelector('app'), component: new App() })` is called, it creates a new `CompositionRoot`.\n+ * **1.1.** The `CompositionRoot` instantiates a controller for ... | TypeScript | MIT License | aurelia/aurelia | docs(engineering-notes): add controller and compiler explainer | 1 | docs | engineering-notes |
711,597 | 05.08.2019 09:58:06 | -7,200 | 0e7e2d36a29892a8641414c4ee9d1caf0cca8bb9 | fix(admin-ui): Display zero shipping price in test tool | [
{
"change_type": "MODIFY",
"diff": "</div>\n{{ testResult?.eligible }}\n</vdr-labeled-data>\n- <vdr-labeled-data [label]=\"'common.price' | translate\" *ngIf=\"testResult?.price?.price as price\">\n- {{ price / 100 | currency: currencyCode }}\n+ <vdr-labeled-data [label]=\"'common.price' | translate\" *ngIf... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(admin-ui): Display zero shipping price in test tool | 1 | fix | admin-ui |
471,458 | 05.08.2019 10:19:23 | -7,200 | c08919be9a7a6033c3f07265f6d52fabc56e2ee2 | fix(create): allow extending Generator to override name | [
{
"change_type": "MODIFY",
"diff": "@@ -26,6 +26,7 @@ class Generator {\nthis.wantsNpmInstall = true;\nthis.wantsWriteToDisk = true;\nthis.wantsRecreateInfo = true;\n+ this.generatorName = '@open-wc';\n}\nexecute() {\n@@ -94,7 +95,7 @@ class Generator {\nif (this.wantsRecreateInfo) {\nconsole.log('');\ncons... | JavaScript | MIT License | open-wc/open-wc | fix(create): allow extending Generator to override name (#681) | 1 | fix | create |
104,857 | 05.08.2019 10:32:14 | 10,800 | db4dd012dcd7f6f710296a0635ee0599811f9f23 | feat(icon): thresholds support in table | [
{
"change_type": "MODIFY",
"diff": "@@ -3,6 +3,7 @@ import { OverflowMenu, OverflowMenuItem, Icon, Button } from 'carbon-components-\nimport styled from 'styled-components';\nimport moment from 'moment';\nimport Download16 from '@carbon/icons-react/lib/download/16';\n+import IconFilter from '@carbon/icons-r... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(icon): thresholds support in table | 1 | feat | icon |
104,857 | 05.08.2019 10:54:52 | 10,800 | 68331d43eeb52672269201e928e3aaf1872c8f14 | fix(table): render with custom cell | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,6 @@ import { OverflowMenu, OverflowMenuItem, Icon, Button } from 'carbon-components-\nimport styled from 'styled-components';\nimport moment from 'moment';\nimport Download16 from '@carbon/icons-react/lib/download/16';\n-import IconFilter from '@carbon/icons-r... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): render with custom cell | 1 | fix | table |
71,327 | 05.08.2019 10:58:24 | -7,200 | 8381683a5438ff3698f422833896a3403dd378ed | fix: typo in restapi.ts | [
{
"change_type": "MODIFY",
"diff": "@@ -100,7 +100,7 @@ export interface RestApiProps extends ResourceOptions {\nreadonly apiKeySourceType?: ApiKeySourceType;\n/**\n- * The list of binary media mine-types that are supported by the RestApi\n+ * The list of binary media mime-types that are supported by the Re... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix: typo in restapi.ts (#3530) | 1 | fix | null |
67,482 | 05.08.2019 11:06:16 | 25,200 | 1402b57ef8ac3f8995fd746e3330efeb7fd940a4 | docs(all): moved wiki docs to official docs | [
{
"change_type": "MODIFY",
"diff": "@@ -21,7 +21,7 @@ You can request a new feature by submitting an issue. If you would like to imple\n## Developing\n-Check out our [building and testing Aurelia](../user-docs/6.%20community-contributions/4.%20building-and-testing-aurelia.md) to get started with setting up ... | TypeScript | MIT License | aurelia/aurelia | docs(all): moved wiki docs to official docs | 1 | docs | all |
71,327 | 05.08.2019 11:10:59 | -7,200 | e84bdd63135a48177db2fd565ea03c4657a379b9 | feat(s3-deployment): CloudFront invalidation
see | [
{
"change_type": "MODIFY",
"diff": "@@ -6,4 +6,9 @@ export interface IDistribution {\n* The domain name of the distribution\n*/\nreadonly domainName: string;\n+\n+ /**\n+ * The distribution ID for this distribution.\n+ */\n+ readonly distributionId: string;\n}\n\\ No newline at end of file\n",
"new_path... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(s3-deployment): CloudFront invalidation (#3213)
see #3106 | 1 | feat | s3-deployment |
306,430 | 05.08.2019 11:26:14 | -7,200 | 92a548f677a108ed2d35b59a5abf3102c56b8bc7 | fix(form): update test to be compatible with IE11 | [
{
"change_type": "MODIFY",
"diff": "@@ -43,15 +43,19 @@ describe('FormRegistrationMixins', () => {\n<form-registrar>\n<form-registering></form-registering>\n</form-registrar>\n- <form-registrar id=\"remove\">\n- <form-registering></form-registering>\n</form-registrar>\n+ `);\n+\n+ const secondRegistrar = aw... | JavaScript | MIT License | ing-bank/lion | fix(form): update test to be compatible with IE11 | 1 | fix | form |
67,482 | 05.08.2019 11:40:44 | 25,200 | 00d26912a551938adc9bcffe3311e566c4ed7f0e | docs(contributing): more typo fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -21,7 +21,7 @@ You can request a new feature by submitting an issue. If you would like to imple\n## Developing\n-Check out our [building and testing Aurelia](./user-docs/6.%20community-contributions/4.%20building-and-testing-aurelia.md) to get started with setting up t... | TypeScript | MIT License | aurelia/aurelia | docs(contributing): more typo fixes | 1 | docs | contributing |
67,482 | 05.08.2019 11:49:43 | 25,200 | c68fb32aa04b09643fdb639033936bb4d6d759fb | docs(contributing): still fixing links | [
{
"change_type": "MODIFY",
"diff": "@@ -21,7 +21,7 @@ You can request a new feature by submitting an issue. If you would like to imple\n## Developing\n-Check out [building and testing Aurelia](docs/user-docs/6.%20community-contributions/4.%20building-and-testing-aurelia.md) to get started with setting up th... | TypeScript | MIT License | aurelia/aurelia | docs(contributing): still fixing links | 1 | docs | contributing |
103,468 | 05.08.2019 11:53:23 | -7,200 | 2bb643652d5192d93de85f22ea1d652d2dd6b48d | feat: handle fontWeight style-prop | [
{
"change_type": "MODIFY",
"diff": "@@ -18,6 +18,7 @@ const InputLabel = (props: InputLabelProps) => {\nbaseLabelTranslateY,\nfont,\nfontSize,\n+ fontWeight,\nplaceholderOpacity,\nwiggleOffsetX,\nlabelScale,\n@@ -41,6 +42,7 @@ const InputLabel = (props: InputLabelProps) => {\nconst labelStyle = {\n...font,\... | TypeScript | MIT License | callstack/react-native-paper | feat: handle fontWeight style-prop | 1 | feat | null |
503,965 | 05.08.2019 11:56:25 | 14,400 | ad3ccc811982d9a88e5d48c9091185cf37728a02 | chore(table): replace lodash-es with lodash | [
{
"change_type": "MODIFY",
"diff": "@@ -33,9 +33,9 @@ module.exports = {\ntestPathIgnorePatterns: [\n'<rootDir>/scripts/generators/',\n'<rootDir>/packages/patternfly-4/react-integration/',\n- '<rootDir>/node_modules/(?!lodash-es/.*)'\n+ '<rootDir>/node_modules/(?!lodash/.*)'\n],\n- transformIgnorePatterns: ... | TypeScript | MIT License | patternfly/patternfly-react | chore(table): replace lodash-es with lodash (#2641) | 1 | chore | table |
438,921 | 05.08.2019 12:18:55 | -32,400 | 54631506721bc64476d5c8fd64a2a681f3b340c1 | fix(flow): Fix data points removal
Update removal nodes selection range on .flow()
refactor point.js
Update useless return from forEach on .generateWait()
Update getting x tick values differ for flow and non-flow
Fix | [
{
"change_type": "MODIFY",
"diff": "@@ -339,31 +339,25 @@ extend(ChartInternal.prototype, {\n]);\ngt.call(wait, () => {\n- const shapes = [];\n- const texts = [];\n- const eventRects = [];\n-\n// remove flowed elements\nif (flowLength) {\n- for (let i = 0; i < flowLength; i++) {\n- const index = flowIndex +... | TypeScript | MIT License | naver/billboard.js | fix(flow): Fix data points removal
- Update removal nodes selection range on .flow()
- refactor point.js
- Update useless return from forEach on .generateWait()
- Update getting x tick values differ for flow and non-flow
Fix #1006 | 1 | fix | flow |
791,690 | 05.08.2019 12:51:09 | 18,000 | 959c499076ffe99257a15432c829e401003a257c | core(tracehouse): sort trace events by nesting order | [
{
"change_type": "MODIFY",
"diff": "@@ -62,10 +62,114 @@ class TraceProcessor {\n}\n/**\n+ * This method sorts a group of trace events that have the same timestamp. We want to...\n+ *\n+ * 1. Put E events first, we finish off our existing events before we start new ones.\n+ * 2. Order B/X events by their du... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(tracehouse): sort trace events by nesting order (#9230) | 1 | core | tracehouse |
104,839 | 05.08.2019 13:04:40 | 10,800 | 47747e6f702d5d1cb08be2d6ce03128f29fade75 | feat(imagecard): add movement | [
{
"change_type": "MODIFY",
"diff": "\"react-dnd-html5-backend\": \"2.5.1\",\n\"react-dnd-test-backend\": \"^7.2.0\",\n\"react-grid-layout\": \"^0.16.6\",\n- \"react-image-hotspots\": \"^1.4.1\",\n+ \"react-image-hotspots\": \"^1.5.0\",\n\"react-resizable\": \"^1.8.0\",\n\"react-sizeme\": \"^2.6.3\",\n\"reac... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(imagecard): add movement | 1 | feat | imagecard |
749,533 | 05.08.2019 13:13:13 | 25,200 | 48c5a8425617f16f8018111324ad19ac4e11a39f | fix(dropdowns): allow Item component to receive 0 as a value | [
{
"change_type": "MODIFY",
"diff": "@@ -42,7 +42,7 @@ const Item = React.forwardRef<HTMLElement, IItemProps>(\n} = useDropdownContext();\nconst { itemIndexRef } = useMenuContext();\n- if (!value && !disabled) {\n+ if ((value === undefined || value === null) && !disabled) {\nthrow new Error('All Item compone... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | fix(dropdowns): allow Item component to receive 0 as a value (#402) | 1 | fix | dropdowns |
104,927 | 05.08.2019 13:32:46 | -7,200 | 7f845be7d37107cbb626d80563f2bc0d2aa90de4 | chore: release 2.12.5-rc.0 | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"@carbon/vue\",\n\"description\": \"A collection of components for the Carbon Design System built using Vue.js\",\n- \"version\": \"2.12.4\",\n+ \"version\": \"2.12.5-canary.0\",\n\"license\": \"Apache-2.0\",\n\"repository\": {\n\"type\": \"git\",\n",
"n... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-components-vue | chore: release 2.12.5-rc.0
- @carbon/vue@2.12.5-canary.0
- storybook@2.12.5-canary.0 | 1 | chore | null |
866,395 | 05.08.2019 13:48:01 | 14,400 | 73eb784e7e368a90a671e2549fbf375da32e4b0c | chore(release): publish v0.2.0-rc.0 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See\n[Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+# 0.2.0-rc.0 (2019-08-05)\n+\n+# 0.1.0 (2019-07-30)\n+\n+# 0.1.0-rc.0 (2019-07-30)\n+\n+### Bug Fixes\n+\n+- **eslint... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(release): publish v0.2.0-rc.0 | 1 | chore | release |
815,593 | 05.08.2019 13:51:44 | -32,400 | 620302a7697d550afbd4e892d514d0886747fe6c | chore: bump db version to 0.1900.0 | [
{
"change_type": "MODIFY",
"diff": "@@ -13,7 +13,7 @@ use std::sync::Arc;\n// - If the data can be migrated manually: update \"x.y1.z\" to \"x.y2.0\".\n// - If the data can not be migrated: update \"x1.y.z\" to \"x2.0.0\".\npub(crate) const VERSION_KEY: &str = \"db-version\";\n-pub(crate) const VERSION_VALU... | Rust | MIT License | nervosnetwork/ckb | chore: bump db version to 0.1900.0 | 1 | chore | null |
217,922 | 05.08.2019 13:52:45 | -7,200 | df16fdb62376f303ac16930db666d6fe33e75303 | fix(core): fixed an issue with character fetching | [
{
"change_type": "MODIFY",
"diff": "@@ -215,24 +215,6 @@ export class AuthEffects {\nreturn reloader.pipe(\nswitchMap(() => {\nreturn this.xivapi.getCharacter(lodestoneId.id);\n- }),\n- tap(res => {\n- if (res.Info.Character.State === 1) {\n- setTimeout(() => {\n- reloader.next(null);\n- }, 120000);\n- }\n-... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(core): fixed an issue with character fetching | 1 | fix | core |
722,013 | 05.08.2019 13:53:11 | 18,000 | 65f00d7135759084a1672f6a35af3c9a3d3d4433 | docs: update basic example IE compat | [
{
"change_type": "MODIFY",
"diff": "const BundleAnalyzerPlugin = require('webpack-bundle-analyzer').BundleAnalyzerPlugin\nconst vueLoader = require('vue-loader')\n+const transpileDependencies = [\n+ 'regexpu-core',\n+ 'strip-ansi',\n+ 'ansi-regex',\n+ 'ansi-styles',\n+ 'react-dev-utils',\n+ 'chalk',\n+ 'uni... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | docs: update basic example IE compat | 1 | docs | null |
722,013 | 05.08.2019 13:53:59 | 18,000 | ef41b8bd211eb6681327d8870533d32727813376 | docs: update vuetify example for compat with 2.0 | [
{
"change_type": "MODIFY",
"diff": "-.application {\n+.v-application {\nbackground: transparent !important;\n&--wrap {\nmin-height: auto;\n",
"new_path": "examples/vuetify/config/global.styles.scss",
"old_path": "examples/vuetify/config/global.styles.scss"
},
{
"change_type": "MODIFY",
"... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | docs: update vuetify example for compat with 2.0 | 1 | docs | null |
815,605 | 05.08.2019 13:56:45 | 0 | af481a80d0ba5fad4a6e9cb69fd14eed3b2486c7 | feat: Implement cell's type ID special script | [
{
"change_type": "MODIFY",
"diff": "@@ -6,23 +6,37 @@ use crate::{\n},\nDataLoader, ScriptConfig, ScriptError,\n};\n+use byteorder::{ByteOrder, LittleEndian};\nuse ckb_core::cell::{CellMeta, ResolvedOutPoint, ResolvedTransaction};\nuse ckb_core::script::{Script, ScriptHashType};\nuse ckb_core::transaction::... | Rust | MIT License | nervosnetwork/ckb | feat: Implement cell's type ID special script | 1 | feat | null |
306,385 | 05.08.2019 14:01:27 | -7,200 | 5534369d4558ae70e1d1a4053c6c49d82b33039a | fix(form): sync submit and reset events instead of delegating | [
{
"change_type": "MODIFY",
"diff": "-import { DelegateMixin } from '@lion/core';\nimport { LionFieldset } from '@lion/fieldset';\n/**\n@@ -8,50 +7,58 @@ import { LionFieldset } from '@lion/fieldset';\n* @extends LionFieldset\n*/\n// eslint-disable-next-line no-unused-vars\n-export class LionForm extends Del... | JavaScript | MIT License | ing-bank/lion | fix(form): sync submit and reset events instead of delegating | 1 | fix | form |
722,013 | 05.08.2019 14:10:22 | 18,000 | f84c2e06a31adbd2926eb08964865a9988c1b472 | ci: add new cli + ie + vuetify to the ci | [
{
"change_type": "MODIFY",
"diff": "@@ -63,8 +63,10 @@ jobs:\n- run: yarn install\n- run: yarn build vuecli3\n- run: yarn build vuecli-noplugin\n+ - run: yarn build vuetify-cli-ie\n- run: yarn test:browser vuecli3\n- run: yarn test:browser vuecli-noplugin\n+ - run: yarn test:browser vuetify-cli-ie\nexamples... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | ci: add new cli + ie + vuetify to the ci | 1 | ci | null |
304,882 | 05.08.2019 14:27:36 | 25,200 | 62537b72033e819ca5dc9c8334b6d2cbb568635d | docs: implement deadman with max instead of sort |> last | [
{
"change_type": "MODIFY",
"diff": "@@ -31,8 +31,7 @@ from(bucket: \"telegraf/autogen\")\nThe `deadman` function is defined as follows:\n```\ndeadman = (d, tables=<-) => tables\n- |> sort(columns: [\"_time\"])\n- |> last()\n+ |> max(column: \"_time\")\n|> map(fn: (r) => ( {r with dead: r._time < now() - d} ... | Go | MIT License | influxdata/flux | docs: implement deadman with max instead of sort |> last (#1644) | 1 | docs | null |
865,921 | 05.08.2019 14:43:24 | -7,200 | e219469ba4823810a3ba2f686675c65a8248a63e | chore(client): bump diagram-js + bpmn-js version
Closes | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"camunda-modeler-client\",\n- \"version\": \"3.2.1\",\n+ \"version\": \"3.2.2\",\n\"lockfileVersion\": 1,\n\"requires\": true,\n\"dependencies\": {\n\"integrity\": \"sha512-kzRGXGLzTROLRNCSskkOyj/+SbtTAn2unKfgB9tNt7RWJFybg/Wbe9YjK2ALotI3b64wwlCTkAalXiTiskP6d... | JavaScript | MIT License | camunda/camunda-modeler | chore(client): bump diagram-js + bpmn-js version
Closes #1383 | 1 | chore | client |
942,595 | 05.08.2019 14:56:52 | 25,200 | 32455e63b8022487ffd25481bdf1022c4dbd121b | docs(changelog): add travis changes to log | [
{
"change_type": "MODIFY",
"diff": "@@ -10,6 +10,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline\n- fix: Update lodash version to resolve vulnerability (#41)\n- ci(travis): Enable tag publishing and re-enable master storybook (#52)\n- chore: Pull in version bumps from o... | TypeScript | Apache License 2.0 | workday/canvas-kit | docs(changelog): add travis changes to log (#80) | 1 | docs | changelog |
866,395 | 05.08.2019 15:18:48 | 14,400 | 0c749eada394b25d773855d94180542112f779d2 | chore(release): bump from RC to release version 0.2.0 | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"@ibmdotcom/react\",\n\"description\": \"IBM.com Library React Components\",\n- \"version\": \"0.2.0-rc.0\",\n+ \"version\": \"0.2.0\",\n\"license\": \"Apache-2.0\",\n\"main\": \"lib/index.js\",\n\"module\": \"es/index.js\",\n",
"new_path": "packages/rea... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(release): bump from RC to release version 0.2.0 | 1 | chore | release |
865,921 | 05.08.2019 15:40:49 | -7,200 | d0738a19579e283cba4fda78d97e499c47b1650a | chore(CHANGELOG): update to v3.2.3 | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,11 @@ All notable changes to the [Camunda Modeler](https://github.com/camunda/camunda-\n___Note:__ Yet to be released changes appear here._\n+## 3.2.3\n+\n+* `FIX`: correct cursor being stuck in hover state ([#1383](https://github.com/camunda/camunda-modeler/is... | JavaScript | MIT License | camunda/camunda-modeler | chore(CHANGELOG): update to v3.2.3 | 1 | chore | CHANGELOG |
304,882 | 05.08.2019 15:51:44 | 25,200 | fb3052f790e2a5136926efb2a6156f3dbf8515c8 | test(execute): update selectors to operate on time columns | [
{
"change_type": "MODIFY",
"diff": "@@ -13,8 +13,7 @@ import (\n\"github.com/influxdata/flux/stdlib/universe\"\n)\n-func TestRowSelector_Process(t *testing.T) {\n- // All test cases use a simple MinSelector\n+func TestMinRowSelector_Process(t *testing.T) {\ntestCases := []struct {\nname string\nconfig execu... | Go | MIT License | influxdata/flux | test(execute): update selectors to operate on time columns | 1 | test | execute |
304,882 | 05.08.2019 15:52:08 | 25,200 | 8e40320b856fae12ba2c42516cd64464f41fb7a0 | feat(execute): update selectors to operate on time columns | [
{
"change_type": "MODIFY",
"diff": "@@ -132,6 +132,8 @@ func (t *indexSelectorTransformation) Process(id DatasetID, tbl flux.Table) erro\nvar s interface{}\nswitch valueCol.Type {\n+ case flux.TTime:\n+ s = t.selector.NewTimeSelector()\ncase flux.TBool:\ns = t.selector.NewBoolSelector()\ncase flux.TInt:\n@@... | Go | MIT License | influxdata/flux | feat(execute): update selectors to operate on time columns | 1 | feat | execute |
304,882 | 05.08.2019 15:54:15 | 25,200 | 11215b685510974f3742a649449ec5a1bf9d03e9 | test(stdlib): select row with max _time value | [
{
"change_type": "MODIFY",
"diff": "@@ -146752,6 +146752,1201 @@ var FluxTestPackages = []*ast.Package{&ast.Package{\n}},\nPackage: \"main\",\nPath: \"\",\n+}, &ast.Package{\n+ BaseNode: ast.BaseNode{\n+ Errors: nil,\n+ Loc: nil,\n+ },\n+ Files: []*ast.File{&ast.File{\n+ BaseNode: ast.BaseNode{\n+ Errors: n... | Go | MIT License | influxdata/flux | test(stdlib): select row with max _time value | 1 | test | stdlib |
791,690 | 05.08.2019 16:04:31 | 18,000 | 83d63bc9e2a8dc96b85a7afecf2e8c51a6963691 | misc: retry cli tests up to 3 times in appveyor | [
{
"change_type": "MODIFY",
"diff": "@@ -32,7 +32,9 @@ test_script:\n- which yarn\n- yarn lint\n- yarn unit-core --runInBand\n- - yarn unit-cli\n+ # Appveyor protocol timeouts are unusually common.\n+ # We retry our smoketests 3 times for this reason, so do the same for CLI tests that launch Chrome.\n+ - yar... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc: retry cli tests up to 3 times in appveyor (#9512) | 1 | misc | null |
791,704 | 05.08.2019 16:30:10 | 18,000 | 581c0d28b00eaa28c33ed5ef4b1590843289ce9a | deps(chrome-launcher): update to 0.11.2 | [
{
"change_type": "MODIFY",
"diff": "},\n\"dependencies\": {\n\"axe-core\": \"3.3.0\",\n- \"chrome-launcher\": \"^0.11.1\",\n+ \"chrome-launcher\": \"^0.11.2\",\n\"configstore\": \"^3.1.1\",\n\"cssstyle\": \"1.2.1\",\n\"details-element-polyfill\": \"2.2.0\",\n",
"new_path": "package.json",
"old_path"... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | deps(chrome-launcher): update to 0.11.2 (#9515) | 1 | deps | chrome-launcher |
447,460 | 05.08.2019 16:50:59 | 14,400 | 43852d8f39ef8cafe75e18a1c180dd50c50c2411 | test: add integration tests to VisualPicker component | [
{
"change_type": "ADD",
"diff": "+const PageVisualPicker = require('../../../src/components/VisualPicker/pageObject');\n+\n+const { ARROW_LEFT_KEY, ARROW_RIGHT_KEY } = require('../../constants');\n+\n+const VISUAL_PICKER = '#visual-picker-component-1';\n+\n+describe('VisualPicker with single option selectio... | JavaScript | MIT License | nexxtway/react-rainbow | test: add integration tests to VisualPicker component (#869) | 1 | test | null |
67,482 | 05.08.2019 16:59:47 | 25,200 | 9188f4198f1773c0e23277738d747c3cbbe30473 | docs(building-and-testing): sync up user docs with engineering notes
Fixes | [
{
"change_type": "MODIFY",
"diff": "# Building and Testing Aurelia\n-## Monorepo Setup\n+## Setup\n-After Git cloning this repo, run the following commands once, to get things setup:\n+In order to setup Aurelia, ensure that you have [Git](https://git-scm.com/downloads), the latest LTS version of [Node.js](h... | TypeScript | MIT License | aurelia/aurelia | docs(building-and-testing): sync up user docs with engineering notes
Fixes #560 | 1 | docs | building-and-testing |
722,013 | 05.08.2019 17:31:05 | 18,000 | d0a8a71c08cf0e776ac8adcf6e743b21c6647b67 | ci: danger ignore lock png and svg | [
{
"change_type": "MODIFY",
"diff": "@@ -46,7 +46,14 @@ Please remove \\`yarn.lock\\` changes from your pull request. Try to run \\`git che\n// Warn when PR size is large\nvar bigPRThreshold = 600\n- if (danger.github.pr.additions + danger.github.pr.deletions > bigPRThreshold) {\n+ // avoid saying that the p... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | ci: danger ignore lock png and svg | 1 | ci | null |
866,394 | 05.08.2019 17:42:40 | 14,400 | 72fba4f6ab9d2e5059b62cd731a07590a3e6bf7c | feat(search): adding initial search services | [
{
"change_type": "MODIFY",
"diff": "# Movie Search\nTHEMOVIEDB_APIKEY=<API key for themoviedb.org>\nTHEMOVIEDB_HOST=<host for themoviedb.org, e.g. https://api.themoviedb.org>\n+\n+# Search Typeahead\n+SEARCH_TYPEAHEAD_VERSION=v1\n+SEARCH_TYPEAHEAD_HOST=<host for ibm.com search, e.g. https://www-api.ibm.com>... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | feat(search): adding initial search services | 1 | feat | search |
306,421 | 05.08.2019 17:50:00 | -7,200 | 22bb75a868ad81dde762facbb535709c146deff0 | chore(field): introduction test suites (for InteractionStateMixin) | [
{
"change_type": "MODIFY",
"diff": "module.exports = {\nextends: ['@open-wc/eslint-config', 'eslint-config-prettier'].map(require.resolve),\n+ rules: {\n+ 'import/no-extraneous-dependencies': [\n+ 'error',\n+ {\n+ devDependencies: [\n+ '**/test-suites/**/*.js',\n+ '**/test/**/*.js',\n+ '**/stories/**/*.js',... | JavaScript | MIT License | ing-bank/lion | chore(field): introduction test suites (for InteractionStateMixin) | 1 | chore | field |
306,421 | 05.08.2019 17:53:43 | -7,200 | cfd78bdccce80ec4c1a875891604efa45f539e7c | fix(field): added Date support to InteractionStateMixin | [
{
"change_type": "MODIFY",
"diff": "@@ -60,7 +60,7 @@ export const InteractionStateMixin = dedupeMixin(\nvalue = modelValue.viewValue;\n}\n// Checks for empty platform types: Objects, Arrays, Dates\n- if (typeof value === 'object' && value !== null) {\n+ if (typeof value === 'object' && value !== null && !(... | JavaScript | MIT License | ing-bank/lion | fix(field): added Date support to InteractionStateMixin | 1 | fix | field |
306,421 | 05.08.2019 17:55:47 | -7,200 | 0339fe46458431bbcc404088c0e31c59d1bbb7bf | chore(input): added integration tests InteractionStateMixin | [
{
"change_type": "ADD",
"diff": "+import { runInteractionStateMixinSuite } from '@lion/field/test-suites/InteractionStateMixin.suite.js';\n+import '../lion-input.js';\n+\n+describe('<lion-input> integrations', () => {\n+ runInteractionStateMixinSuite({\n+ tagString: 'lion-input',\n+ suffix: 'lion-input',\n+... | JavaScript | MIT License | ing-bank/lion | chore(input): added integration tests InteractionStateMixin | 1 | chore | input |
306,421 | 05.08.2019 17:56:03 | -7,200 | 5e4e3308c019793c14a21352f725757db2408e82 | chore(input-date): added integration tests InteractionStateMixin | [
{
"change_type": "ADD",
"diff": "+import { runInteractionStateMixinSuite } from '@lion/field/test-suites/InteractionStateMixin.suite.js';\n+import '../lion-input-date.js';\n+\n+describe('<lion-input-date> integrations', () => {\n+ runInteractionStateMixinSuite({\n+ tagString: 'lion-input-date',\n+ suffix: '... | JavaScript | MIT License | ing-bank/lion | chore(input-date): added integration tests InteractionStateMixin | 1 | chore | input-date |
306,421 | 05.08.2019 17:56:20 | -7,200 | 11c829758e45510b000389a09ecf1283a7cf31d1 | chore(input-datepicker): added integration tests InteractionStateMixin | [
{
"change_type": "MODIFY",
"diff": "\"@lion/input-date\": \"^0.1.43\",\n\"@lion/localize\": \"^0.4.12\",\n\"@lion/overlays\": \"^0.3.12\",\n- \"@lion/validate\": \"^0.2.25\"\n+ \"@lion/validate\": \"^0.2.25\",\n+ \"@lion/field\": \"^0.1.41\"\n},\n\"devDependencies\": {\n\"@lion/button\": \"^0.3.4\",\n",
... | JavaScript | MIT License | ing-bank/lion | chore(input-datepicker): added integration tests InteractionStateMixin | 1 | chore | input-datepicker |
866,394 | 05.08.2019 18:09:45 | 14,400 | 7145a7cecbb76ff8f3d3e6141decfd30349e5b26 | feat(jest): adding coverage reports for jest | [
{
"change_type": "MODIFY",
"diff": "+coverage\n+\n# Storybook\nstorybook-static\n",
"new_path": "packages/react/.gitignore",
"old_path": "packages/react/.gitignore"
},
{
"change_type": "MODIFY",
"diff": "'use strict';\nconst path = require('path');\n-const packageJson = require('../packa... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | feat(jest): adding coverage reports for jest | 1 | feat | jest |
104,857 | 05.08.2019 18:50:34 | 10,800 | 44871c1774ea1a8211c054a5a078c6d8e34c0066 | fix(table): minor updates on table card | [
{
"change_type": "MODIFY",
"diff": "@@ -119,6 +119,27 @@ const StyledIcon = styled(Icon)`\n`}\n`;\n+const matchingThreshold = (thresholds, item) => {\n+ return thresholds\n+ .filter(t => {\n+ switch (t.comparison) {\n+ case '<':\n+ return item[t.dataSourceId] < t.value;\n+ case '>':\n+ return item[t.dataSou... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): minor updates on table card | 1 | fix | table |
104,857 | 05.08.2019 18:58:59 | 10,800 | 1c2ffade9d41dff90b912405b5263ec0b43eca0d | fix(table): snapshots and code update | [
{
"change_type": "MODIFY",
"diff": "@@ -308,9 +308,11 @@ const TableCard = ({\n.filter(v => v)[0]\n: null;\n- const matchingThresholdValue = matchingThreshold(thresholds, i.values);\n+ const matchingThresholdValue = thresholds ? matchingThreshold(thresholds, i.values) : null;\nconst icon = thresholds\n- ? {... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): snapshots and code update | 1 | fix | table |
151,430 | 05.08.2019 19:55:27 | 25,200 | 7b4f079a90ffb1b4750176163b1af43b74ad190e | docs: update kitchen sink demo | [
{
"change_type": "ADD",
"diff": "+[build]\n+ publish = \"build\"\n+\n+[[redirects]]\n+ from = \"/*\"\n+ to = \"/index.html\"\n+ status = 200\n",
"new_path": "examples/demo/netlify.toml",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "\"start\": \"react-scripts start\",\n\"build\... | JavaScript | MIT License | davidwells/analytics | docs: update kitchen sink demo | 1 | docs | null |
151,430 | 05.08.2019 19:55:42 | 25,200 | a9bd64a5d908135ed53be66c138fded36abd03da | docs: update vue example homepage | [
{
"change_type": "MODIFY",
"diff": "<p>\nClick the nav to route to pages & it will trigger page views. Open the console to see it in action\n</p>\n+\n+ <p>View the source code for this demo at\n+ <a href=\"https://github.com/DavidWells/analytics/tree/master/examples/vue\">\n+ github.com/DavidWells/analytics... | JavaScript | MIT License | davidwells/analytics | docs: update vue example homepage | 1 | docs | null |
151,430 | 05.08.2019 19:56:55 | 25,200 | 6e6238d541e08434297df0219062e6f2e08020d4 | fix(google-analytics): fix label, value, & category payloads
Fix | [
{
"change_type": "MODIFY",
"diff": "@@ -7,8 +7,6 @@ export const config = {\ntrackingId: null,\n}\n-const inBrowser = typeof window !== 'undefined'\n-\n/**\n* Google analytics plugin\n* @link https://analytics.google.com/analytics/web/\n@@ -31,7 +29,7 @@ export default function googleAnalytics(pluginConfig)... | JavaScript | MIT License | davidwells/analytics | fix(google-analytics): fix label, value, & category payloads
Fix #16 | 1 | fix | google-analytics |
217,922 | 05.08.2019 21:06:11 | -7,200 | f28e081d06064213f17be9c75b6d089be9ebc5ed | fix(core): fixed an issue with character stats fetching | [
{
"change_type": "MODIFY",
"diff": "@@ -26,7 +26,8 @@ export class StatsPopupComponent implements OnInit {\nmap(entry => {\nreturn [8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18].map(jobId => {\nconst set = (entry.stats || []).find(stat => stat.jobId === jobId);\n- const level = entry.character.ClassJobs ? entry... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(core): fixed an issue with character stats fetching | 1 | fix | core |
217,922 | 05.08.2019 21:06:22 | -7,200 | ea402080dcc09c9d1b50d2c2e9d8f6cac56a29e6 | chore(release): 5.7.4 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"5.7.4\"></a>\n+## [5.7.4](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compare/... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 5.7.4 | 1 | chore | release |
67,516 | 05.08.2019 21:57:46 | -7,200 | 58e2b93a7290800f3a9b56605da69e4687ec501a | feat(i18n): support CE attribute translation | [
{
"change_type": "ADD",
"diff": "+import { bindable, customElement } from '@aurelia/runtime';\n+\n+@customElement({\n+ name: 'custom-message',\n+ template: `<div>\\${message}</div>`\n+})\n+export class CustomMessage {\n+ @bindable public message: string;\n+}\n",
"new_path": "packages/__tests__/e2e/src/p... | TypeScript | MIT License | aurelia/aurelia | feat(i18n): support CE attribute translation | 1 | feat | i18n |
942,595 | 05.08.2019 22:00:06 | 25,200 | 0327c97e96173f2e57d05ce5d78ab23d5731cf66 | ci(travis): change publish script to use lerna | [
{
"change_type": "MODIFY",
"diff": "@@ -26,11 +26,9 @@ jobs:\nscript: echo \"TODO\"\n- stage: npm publish\ndeploy:\n- provider: npm\n+ provider: script\n+ script: npm config set //registry.npmjs.org/:_authToken=$NPM_TOKEN && yarn lerna publish from-package --yes --pre-dist-tag prerelease\nskip_cleanup: true... | TypeScript | Apache License 2.0 | workday/canvas-kit | ci(travis): change publish script to use lerna | 1 | ci | travis |
722,013 | 05.08.2019 22:13:00 | 18,000 | cfb0ee0faa093004a42c35baa794f09ba396637e | docs: update documenting examples | [
{
"change_type": "MODIFY",
"diff": "@@ -19,6 +19,7 @@ Vue styleguidist generates documentation for your components based on the commen\n- [TypeScript, Flow and Class-style Components](#typescript-flow-and-class-style-components)\n- [JSX](#jsx)\n- [Writing code examples](#writing-code-examples)\n+- [Importin... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | docs: update documenting examples | 1 | docs | null |
722,013 | 05.08.2019 22:15:28 | 18,000 | 08685c34922ea98afc2b1b8af42ef8094402c8af | docs: update vuepress | [
{
"change_type": "MODIFY",
"diff": "\"vue-svg-loader\": \"^0.12.0\",\n\"vue-template-compiler\": \"^2.6.10\",\n\"vue-types\": \"^1.3.4\",\n- \"vuepress\": \"^1.0.2\",\n+ \"vuepress\": \"^1.0.3\",\n\"vuetify\": \"^2.0.4\",\n\"vuetify-loader\": \"^1.3.0\",\n\"vuex\": \"^3.0.0\",\n",
"new_path": "package.j... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | docs: update vuepress | 1 | docs | null |
942,595 | 05.08.2019 22:46:07 | 25,200 | 8213327bef24e7992369d94cc529078fb83eba6a | ci(travis): use correct npm auth token for publish | [
{
"change_type": "MODIFY",
"diff": "@@ -27,7 +27,7 @@ jobs:\n- stage: npm publish\ndeploy:\nprovider: script\n- script: npm config set //registry.npmjs.org/:_authToken=$NPM_TOKEN && yarn lerna publish from-package --yes --pre-dist-tag prerelease\n+ script: npm config set //registry.npmjs.org/:_authToken=$NP... | TypeScript | Apache License 2.0 | workday/canvas-kit | ci(travis): use correct npm auth token for publish | 1 | ci | travis |
722,013 | 05.08.2019 22:47:06 | 18,000 | 20114fd8c00153576e67aded65d4396db5691e3f | docs: downgrade css-loader | [
{
"change_type": "MODIFY",
"diff": "\"babel-plugin-transform-vue-jsx\": \"^3.7.0\",\n\"cheerio\": \"^1.0.0-rc.2\",\n\"cross-env\": \"^5.2.0\",\n- \"css-loader\": \"^3.1.0\",\n+ \"css-loader\": \"^2.1.1\",\n\"danger\": \"^7.0.17\",\n\"deabsdeep\": \"^1.0.6\",\n\"deepfreeze\": \"^2.0.0\",\n",
"new_path": ... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | docs: downgrade css-loader | 1 | docs | null |
722,013 | 05.08.2019 22:49:18 | 18,000 | b9c22f2dca550d474b681383b4470db67db40c61 | docs: remove build warnings for cli3 custom | [
{
"change_type": "MODIFY",
"diff": "* The only true button.\n*/\nexport default {\n- render(h) {\n+ render() {\nreturn (\n<div className=\"Button\">\n<button\n@@ -31,6 +31,7 @@ export default {\nonClick: {\ntype: Function,\ndefault: event => {\n+ // eslint-disable-next-line no-console\nconsole.log('You have... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | docs: remove build warnings for cli3 custom | 1 | docs | null |
679,913 | 05.08.2019 23:58:38 | -3,600 | 4f949817f2b981336a62095505af3131b50d9198 | feat(imgui): add GridLayout, update all components | [
{
"change_type": "MODIFY",
"diff": "@@ -26,6 +26,39 @@ export interface IMGUIOpts {\ntheme?: Partial<GUITheme>;\n}\n+export interface LayoutBox {\n+ /**\n+ * Top-left corner X\n+ */\n+ x: number;\n+ /**\n+ * Top-left corner Y\n+ */\n+ y: number;\n+ /**\n+ * Box width (based on requested col span and inner g... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(imgui): add GridLayout, update all components | 1 | feat | imgui |
603,467 | 06.08.2019 00:05:17 | -3,600 | bfa9cc6a13fce136c44a0a2d10c8e59c35250e94 | docs(core): Marked the Transform question as "experimental", since its interface might change in the future. | [
{
"change_type": "MODIFY",
"diff": "@@ -2,6 +2,9 @@ import { AnswersQuestions, UsesAbilities } from '../actor';\nimport { Answerable } from '../Answerable';\nimport { Question } from '../Question';\n+/**\n+ * @experimental\n+ */\nexport class Transform<Answer_Type extends any, Output_Type> implements Questi... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | docs(core): Marked the Transform question as "experimental", since its interface might change in the future. | 1 | docs | core |
603,467 | 06.08.2019 00:05:44 | -3,600 | a0e7f99834ac446a85ea03d87c81adbdca97c73e | feat(core): The ability to TakeNotes and the associated TakeNote.of(question), which makes the Actor remember the answer to a question and Note.of(question), which makes the Actor retrieve the remembered value. | [
{
"change_type": "ADD",
"diff": "+import { AssertionError } from '../../src/errors';\n+import { Interaction, Question } from '../../src/screenplay';\n+\n+export const EnsureSame = <T>(actual: Question<Promise<T>> | Question<T>, expected: T) =>\n+ Interaction.where(`#actor ensures that both values are the sa... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | feat(core): The ability to TakeNotes and the associated TakeNote.of(question), which makes the Actor remember the answer to a question and Note.of(question), which makes the Actor retrieve the remembered value.
#318 | 1 | feat | core |
722,013 | 06.08.2019 07:28:20 | 18,000 | 2862e28f07fe81018c8f5baec252e948d4db0865 | ci: repair circle build | [
{
"change_type": "MODIFY",
"diff": "@@ -66,7 +66,7 @@ jobs:\n- run: yarn build vuetify-cli-ie\n- run: yarn test:browser vuecli3\n- run: yarn test:browser vuecli-noplugin\n- - run: yarn test:browser vuetify-cli-ie\n+ - run: yarn test:browser vuecli3-vuetify-ie\nexamples-other:\n<<: *defaults\n",
"new_pat... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | ci: repair circle build | 1 | ci | null |
722,013 | 06.08.2019 08:00:51 | 18,000 | 29ddc3483ad4466518f32bd9a6dd2258e512db6f | docs: change html title of pug example | [
{
"change_type": "MODIFY",
"diff": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n- <meta charset=\"utf-8\">\n- <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n- <meta name=\"viewport\" content=\"width=device-width,initial-scale=1.0\">\n- <link rel=\"icon\" href=\"<%= BASE_URL %>favicon.ico\">\n- ... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | docs: change html title of pug example | 1 | docs | null |
71,371 | 06.08.2019 08:31:21 | -10,800 | ebaa1b5fc2caefdbf02e9f0ac60269dceedf15f0 | fix(ssm): add GetParameters action to grantRead() | [
{
"change_type": "MODIFY",
"diff": "@@ -359,6 +359,7 @@ export = {\n{\nAction: [\n'ssm:DescribeParameters',\n+ 'ssm:GetParameters',\n'ssm:GetParameter',\n'ssm:GetParameterHistory'\n],\n",
"new_path": "packages/@aws-cdk/aws-ecs/test/test.container-definition.ts",
"old_path": "packages/@aws-cdk/aws-ec... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(ssm): add GetParameters action to grantRead() (#3546) | 1 | fix | ssm |
722,013 | 06.08.2019 08:33:49 | 18,000 | 43ba033a1c102b9ddd2312c4335d3ffa84de5a70 | ci: repair cli build in circle | [
{
"change_type": "MODIFY",
"diff": "@@ -63,7 +63,7 @@ jobs:\n- run: yarn install\n- run: yarn build vuecli3\n- run: yarn build vuecli-noplugin\n- - run: yarn build vuetify-cli-ie\n+ - run: yarn build vuecli3-vuetify-ie\n- run: yarn test:browser vuecli3\n- run: yarn test:browser vuecli-noplugin\n- run: yarn ... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | ci: repair cli build in circle | 1 | ci | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.