author int64 4.98k 943k | date stringdate 2017-04-15 16:45:02 2022-02-25 15:32:15 | timezone int64 -46,800 39.6k | hash stringlengths 40 40 | message stringlengths 8 468 | mods listlengths 1 16 | language stringclasses 9
values | license stringclasses 2
values | repo stringclasses 119
values | original_message stringlengths 12 491 | is_CCS int64 1 1 | commit_type stringclasses 129
values | commit_scope stringlengths 1 44 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
67,516 | 02.11.2019 21:39:57 | -3,600 | 40db3dcd1097c493c9b10208db8c68ee663cf5a6 | fix(runtime-html): style-attribute-accessor issue
This commit fixes the issue with old styles removal, by associating
the version with style property. | [
{
"change_type": "MODIFY",
"diff": "@@ -849,7 +849,7 @@ describe.only('app', function () {\n},\n{ useCSSModule }));\n- $it.only(`cards uses inline styles`,\n+ $it(`cards uses inline styles`,\nasync function ({ host, ctx }) {\nconst cardsEl = host.querySelector('cards');\nconst cardsVm = getViewModel<Cards>(... | TypeScript | MIT License | aurelia/aurelia | fix(runtime-html): style-attribute-accessor issue
This commit fixes the issue with old styles removal, by associating
the version with style property. | 1 | fix | runtime-html |
471,536 | 02.11.2019 22:08:37 | -7,200 | dea14cd0eb696fd486c60db0767d3af1a91f7d6f | fix(create): regression in app scaffolding when no options are selected
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -3,6 +3,7 @@ import { CommonRepoMixin } from '../common-repo/index.js';\nimport { processTemplate, readFileFromPath } from '../../core.js';\nconst compose = (...fns) => fns.reduce((f, g) => (...args) => f(g(...args)));\n+const safeReduce = (f, initial) => xs => (Array.... | JavaScript | MIT License | open-wc/open-wc | fix(create): regression in app scaffolding when no options are selected (#940)
affects: @open-wc/create | 1 | fix | create |
67,479 | 02.11.2019 22:42:10 | -39,600 | 6c22b9185c4304089d29a3c64b7bf6783fdbc2ee | feat(bindable-observer): add getter/setter interceptors | [
{
"change_type": "MODIFY",
"diff": "-import { IIndexable, Reporter } from '@aurelia/kernel';\n+import { IIndexable, Reporter, PLATFORM } from '@aurelia/kernel';\nimport { LifecycleFlags } from '../flags';\nimport { ILifecycle } from '../lifecycle';\nimport { IPropertyObserver, ISubscriber } from '../observa... | TypeScript | MIT License | aurelia/aurelia | feat(bindable-observer): add getter/setter interceptors | 1 | feat | bindable-observer |
217,922 | 02.11.2019 22:58:15 | -3,600 | 017e9e1574dceebb67fab9dcf46636d82b16ef96 | fix(db): fixed xivapi error when searching for ANY type | [
{
"change_type": "MODIFY",
"diff": "@@ -37,6 +37,7 @@ import { FateSearchResult } from '../../model/search/fate-search-result';\nimport { MapSearchResult } from '../../model/search/map-search-result';\nimport { mapIds } from '../data/sources/map-ids';\nimport { LocalizedDataService } from '../data/localized... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(db): fixed xivapi error when searching for ANY type | 1 | fix | db |
76,605 | 03.11.2019 00:12:45 | -3,600 | 58c2115bcaab750fda6aa14de9756698c191063f | feat: pipelines can be decorated | [
{
"change_type": "MODIFY",
"diff": "@@ -252,9 +252,23 @@ class Container {\nthis.register(name || instance.name, instance);\n}\n- buildPipeline(pipeline) {\n+ buildPipeline(srcPipeline, prevPipeline = []) {\n+ const pipeline = [];\n+ if (srcPipeline && srcPipeline.length > 0) {\n+ for (let i = 0; i < srcPip... | JavaScript | MIT License | axa-group/nlp.js | feat: pipelines can be decorated | 1 | feat | null |
679,913 | 03.11.2019 01:50:49 | 0 | 12e445ac27960d3498d8b57ed6daa1520a60158e | fix(hiccup-markdown): fix blockquote default tag factory args, add test | [
{
"change_type": "MODIFY",
"diff": "export interface TagFactories {\n- blockquote(...children: any[]): any[];\n+ blockquote(children: any[]): any[];\ncode(body: string): any[];\ncodeblock(lang: string, body: string): any[];\nem(body: string): any[];\n",
"new_path": "packages/hiccup-markdown/src/api.ts",... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(hiccup-markdown): #156 fix blockquote default tag factory args, add test | 1 | fix | hiccup-markdown |
217,893 | 03.11.2019 06:56:59 | -37,080 | b1109792e01660232ca025de5d5631b57c539944 | feat(search): Ignore HQ and Collectable symbols in search
Allows for copy item name direct from game to search box. | [
{
"change_type": "MODIFY",
"diff": "@@ -127,6 +127,9 @@ export class DataService {\n* @returns {Observable<Recipe[]>}\n*/\npublic searchItem(query: string, filters: SearchFilter[], onlyCraftable: boolean, sort: [string, 'asc' | 'desc'] = [null, 'desc']): Observable<SearchResult[]> {\n+ // Filter HQ and Coll... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(search): Ignore HQ and Collectable symbols in search
Allows for copy item name direct from game to search box. | 1 | feat | search |
217,893 | 03.11.2019 07:12:13 | -37,080 | df631601b4c5247a91c3f9f5503fdd5c7eceec16 | chore(simulator): Remove break on reclaim
No more reclaim, no more breakpoint | [
{
"change_type": "MODIFY",
"diff": "<label [(ngModel)]=\"fixedEcho\" (ngModelChange)=\"generateMacros()\" [nzDisabled]=\"!addEcho\" nz-checkbox>\n{{'SIMULATOR.Fixed_notification_number' | translate}}\n</label>\n- <label [(ngModel)]=\"breakOnReclaim\" (ngModelChange)=\"generateMacros()\" nz-checkbox>\n- {{'S... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(simulator): Remove break on reclaim
No more reclaim, no more breakpoint | 1 | chore | simulator |
273,675 | 03.11.2019 09:34:37 | 18,000 | 9c0b408499525eecaf2c60ce44808042d20f4c76 | chore(wordpress): add customEndpoints usage to docs | [
{
"change_type": "MODIFY",
"diff": "@@ -51,3 +51,20 @@ add_filter( 'acf/format_value', function ( $value ) {\nreturn $value;\n}, 100 );\n```\n+\n+## Use Custom REST Endpoints\n+\n+To use REST endpoints from plugins or defined in your theme add a `customEndpoints` array to source-wordpress options.\n+\n+```j... | JavaScript | MIT License | gridsome/gridsome | chore(wordpress): add customEndpoints usage to docs (#779) | 1 | chore | wordpress |
679,913 | 03.11.2019 10:36:51 | 0 | ccc9d40723df1f898fba70be2e15352b8dfcb909 | fix(hiccup-markdown): undo trimming of element children
was wrongly introduced in | [
{
"change_type": "MODIFY",
"diff": "@@ -118,7 +118,7 @@ const pop = (result: Fn2<FSMCtx, string, any>) => (\n};\nconst collectChildren = (ctx: FSMCtx) => (\n- ctx.children!.push(ctx.body!.trim()), ctx.children!\n+ ctx.children!.push(ctx.body), ctx.children!\n);\nconst collect = (id: State) => (ctx: FSMCtx, ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(hiccup-markdown): #156 undo trimming of element children
- was wrongly introduced in 602510c5150dbf26d43a1c9e7ca8afd7c5230f28 | 1 | fix | hiccup-markdown |
67,516 | 03.11.2019 11:45:45 | -3,600 | 6dce48954e7ae23eb828d52a6e6c89984a367174 | test(runtime-html): data-attribute-accessor | [
{
"change_type": "MODIFY",
"diff": "<div id=\"cards1\">\n<div repeat.for=\"item of items\" class=\"card ${item == selected ? 'selected' : ''}\" click.delegate=\"select(item)\">\n+ <img src.bind=\"item.imgSrc\">\n<h2>${item.header}</h2>\n<span class.bind=\"item == selected ? 'selectedDetails' : ''\">${item.d... | TypeScript | MIT License | aurelia/aurelia | test(runtime-html): data-attribute-accessor | 1 | test | runtime-html |
217,922 | 03.11.2019 11:58:04 | -3,600 | f015a2f7d0585fa39cc949e867abb519f5c0e1e5 | fix(optimizer): ignoring crystal containers | [
{
"change_type": "MODIFY",
"diff": "@@ -15,7 +15,9 @@ export abstract class InventoryOptimizer {\nContainerType.FreeCompanyBag1,\nContainerType.FreeCompanyBag2,\nContainerType.RetainerMarket,\n- ContainerType.RetainerEquippedGear\n+ ContainerType.RetainerEquippedGear,\n+ ContainerType.Crystal,\n+ ContainerT... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(optimizer): ignoring crystal containers | 1 | fix | optimizer |
217,922 | 03.11.2019 12:19:13 | -3,600 | d1cfb41b37474b7cca9f7fa5101efa0274909c2a | fix(inventory): don't show items on sale as if they were in retainer's inventory | [
{
"change_type": "MODIFY",
"diff": "@@ -37,7 +37,10 @@ export class UserInventory extends DataModel {\nreturn [].concat.apply([],\nObject.keys(this.items)\n.filter(key => {\n- return UserInventory.DISPLAYED_CONTAINERS.indexOf(+key) > -1 || key.indexOf(':') > -1;\n+ return UserInventory.DISPLAYED_CONTAINERS.... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(inventory): don't show items on sale as if they were in retainer's inventory | 1 | fix | inventory |
276,933 | 03.11.2019 12:25:19 | 10,800 | d70b767a626028bec90304bc56482243b7e764ef | fix(doc/proptable): proptable now works for both platforms (platform prop) | [
{
"change_type": "MODIFY",
"diff": "@@ -10,4 +10,4 @@ Gympass List component extends from react-native's `FlatList` you can check it o\n### Props\n-<PropsTable component=\"List\" />\n+<PropsTable component=\"List\" platform=\"native\" />\n",
"new_path": "packages/doc/content/components/list/native.mdx",... | JavaScript | MIT License | gympass/yoga | fix(doc/proptable): proptable now works for both platforms (platform prop) | 1 | fix | doc/proptable |
276,933 | 03.11.2019 13:17:29 | 10,800 | cb8cdff0ea7f7e2b9bce2cde35433443d320eae6 | improvement(doc/button): improving button documentation | [
{
"change_type": "ADD",
"diff": "+import ExpoSnack from 'react-expo-snack';\n+\n+### Reference\n+\n+Gympass `<Button />` component implements all our design guidelines such as default spacings, borders and color pallete tokens.\n+You can use all differente compounds like `<Button.Outline />` and `<Button.Te... | JavaScript | MIT License | gympass/yoga | improvement(doc/button): improving button documentation | 1 | improvement | doc/button |
217,922 | 03.11.2019 13:17:44 | -3,600 | d5618d1507155155987bee1ef3934723775e95a0 | feat(layout): added new layout row filter: IS_HQ | [
{
"change_type": "MODIFY",
"diff": "@@ -19,6 +19,28 @@ export class LayoutRowFilter {\nreturn row.vendors !== undefined && row.vendors.length > 0;\n}, 'CAN_BE_BOUGHT');\n+ static IS_HQ = new LayoutRowFilter((row, list) => {\n+ const recipesNeedingItem = list.finalItems\n+ .filter(item => item.requires !== u... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(layout): added new layout row filter: IS_HQ | 1 | feat | layout |
276,933 | 03.11.2019 13:30:32 | 10,800 | 336b2b3f56d3170004e78bcf69841ce52855a6d1 | fix(doc/componenttitle): make component description work with compound components | [
{
"change_type": "MODIFY",
"diff": "@@ -9,7 +9,7 @@ const Heading = styled.h1`\njustify-content: space-between;\n`;\n-const getMetaData = (isComponent, component) => {\n+const getMetaData = isComponent => {\nif (!isComponent) {\nreturn {};\n}\n@@ -21,24 +21,22 @@ const getMetaData = (isComponent, component)... | JavaScript | MIT License | gympass/yoga | fix(doc/componenttitle): make component description work with compound components | 1 | fix | doc/componenttitle |
679,913 | 03.11.2019 13:33:20 | 0 | 6105ea7f8a9c99b0117bb6db2396607438c1eb02 | feat(fsm): update str() to NOT collect input by default (match only) | [
{
"change_type": "MODIFY",
"diff": "-import { LitCallback, Match, Matcher, RES_PARTIAL } from \"./api\";\n+import {\n+ LitCallback,\n+ Match,\n+ Matcher,\n+ RES_PARTIAL\n+} from \"./api\";\nimport { result } from \"./result\";\n/**\n* String-only version of `seq()`. Returns `Match.FULL` once the entire\n- *... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(fsm): update str() to NOT collect input by default (match only) | 1 | feat | fsm |
276,933 | 03.11.2019 13:39:59 | 10,800 | 4d6c112ba9131f6c01dca7183e91ba3dfd60aacf | improvement(doc/codeblock): component preview now can be centered thought reactlive props | [
{
"change_type": "MODIFY",
"diff": "@@ -5,7 +5,7 @@ You can use all differente compounds like `<Button.Outline />` and `<Button.Text\n### Usage\n-```javascript reactLive=true\n+```javascript reactLive=true center=true\n<Button>Find an activity</Button>\n```\n",
"new_path": "packages/doc/content/componen... | JavaScript | MIT License | gympass/yoga | improvement(doc/codeblock): component preview now can be centered thought reactlive props | 1 | improvement | doc/codeblock |
276,933 | 03.11.2019 13:45:00 | 10,800 | 08a63fa6ec9c36177c5ca5f1a6c8c58465ebe489 | docs(docs/button): centering other buttons on usage preview | [
{
"change_type": "MODIFY",
"diff": "@@ -5,7 +5,7 @@ You can use all differente compounds like `<Button />` and `<Button.Text />` com\n### Usage\n-```javascript reactLive=true\n+```javascript reactLive=true center=true\n<Button.Outline>Find an activity</Button.Outline>\n```\n",
"new_path": "packages/doc/... | JavaScript | MIT License | gympass/yoga | docs(docs/button): centering other buttons on usage preview | 1 | docs | docs/button |
276,933 | 03.11.2019 14:49:07 | 10,800 | 1b8a109bc81b03c6b94d4d1c90a2c482140c3fc5 | fix(doc/componenttitle): fix query when compound component doens't have a root component | [
{
"change_type": "MODIFY",
"diff": "@@ -3,5 +3,3 @@ title: 'Checkbox'\nmetaTitle: 'Checkboxes'\nmetaDescription: 'This is the list of Checkboxes'\n---\n-\n-# List of Checkboxes\n",
"new_path": "packages/doc/content/components/checkbox/index.mdx",
"old_path": "packages/doc/content/components/checkbox... | JavaScript | MIT License | gympass/yoga | fix(doc/componenttitle): fix query when compound component doens't have a root component | 1 | fix | doc/componenttitle |
276,933 | 03.11.2019 15:01:27 | 10,800 | 15ad84ed4103c993ed0f2b550e1f9c27b6a4078e | improvement(doc/switch): improving documentation of switch - displayname fix needed | [
{
"change_type": "MODIFY",
"diff": "@@ -2,8 +2,8 @@ import ExpoSnack from 'react-expo-snack';\n### Reference\n-Gympass `<Button />` component implements all our design guidelines such as default spacings, borders and color pallete tokens.\n-You can use all differente compounds like `<Button.Outline />` and ... | JavaScript | MIT License | gympass/yoga | improvement(doc/switch): improving documentation of switch - displayname fix needed | 1 | improvement | doc/switch |
276,933 | 03.11.2019 15:02:59 | 10,800 | 530462283ed64b12ace2dc964378ba3479528a99 | docs(doc/list): typo in first item of sample list | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,7 @@ Gympass `<List />` component implements all our design guidelines, be sure to wr\n<List>\n<List.Item>\n<div style={{ display: 'flex', justifyContent: 'space-between' }}>\n- <span>Allysso</span>\n+ <span>Locker</span>\n<Checkbox.Switch />\n</div>\n</List.It... | JavaScript | MIT License | gympass/yoga | docs(doc/list): typo in first item of sample list | 1 | docs | doc/list |
217,922 | 03.11.2019 15:06:06 | -3,600 | 6839738d6e19f70b6abb4a594e9b96e27f0723c7 | feat(list): you can now enable a notification when you finished an item with autofill | [
{
"change_type": "MODIFY",
"diff": "@@ -33,6 +33,7 @@ export enum ListsActionTypes {\nNeedsVerification = '[Lists] Needs character verification',\nToggleAutocompletion = '[Lists] Toggle autocompletion',\n+ ToggleCompletionNotification = '[Lists] Toggle completion notification',\n}\nexport class LoadMyLists ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(list): you can now enable a notification when you finished an item with autofill | 1 | feat | list |
151,430 | 03.11.2019 15:14:54 | 28,800 | 093263644823749ee949e2cdfe5288257ab8d1c7 | docs: add how it works gif | [
{
"change_type": "MODIFY",
"diff": "@@ -63,6 +63,8 @@ Companies frequently change analytics requirements based on evolving needs. This\nThis library aims to solves that with a simple pluggable abstraction layer.\n+: add custom columns to done message | [
{
"change_type": "MODIFY",
"diff": "const fs = require('fs-extra')\n-const { SyncWaterfallHook, AsyncSeriesHook } = require('tapable')\n+const { SyncHook, SyncWaterfallHook, AsyncSeriesHook } = require('tapable')\nconst createClientConfig = require('../webpack/createClientConfig')\nconst createServerConfig ... | JavaScript | MIT License | gridsome/gridsome | chore(develop): add custom columns to done message | 1 | chore | develop |
273,683 | 03.11.2019 15:29:51 | -3,600 | 3237b1c8d9d1c8b42def94d9fabec290fb0e5037 | chore(develop): hook for modifying the express app | [
{
"change_type": "MODIFY",
"diff": "@@ -7,6 +7,7 @@ const { version } = require('../../package.json')\nconst { deprecate } = require('../utils/deprecate')\nconst {\n+ SyncHook,\nAsyncSeriesHook,\nSyncWaterfallHook\n} = require('tapable')\n@@ -27,7 +28,8 @@ class App {\nbeforeBootstrap: new AsyncSeriesHook([... | JavaScript | MIT License | gridsome/gridsome | chore(develop): hook for modifying the express app | 1 | chore | develop |
276,933 | 03.11.2019 15:30:46 | 10,800 | d9490cc7a0d1e3f5fb024f5cdd6569fccf39fb5f | improvement(doc/codeblock): codeblock now shows imports above react-live | [
{
"change_type": "MODIFY",
"diff": "@@ -101,9 +101,9 @@ const ToolbarIconButton = styled.button`\n}\n}\n`;\n+\nconst CodeBlock = ({ children, reactLive, center }) => {\nconst [codeVisible, setCodeVisible] = useState(false);\n-\nconst normalizedCodeExample = children.trim();\nconst importsRegex = /(?<=\\<)([... | JavaScript | MIT License | gympass/yoga | improvement(doc/codeblock): codeblock now shows imports above react-live | 1 | improvement | doc/codeblock |
679,913 | 03.11.2019 15:30:47 | 0 | 89b9591b068aa0a0d5c1068b24e8b195e0033222 | feat(examples): update markdown ex (append newline), update readme | [
{
"change_type": "MODIFY",
"diff": "@@ -63,7 +63,8 @@ const src = stream<string>();\nsrc.transform(\nmap((src) => ({\nsrc,\n- parsed: timedResult(() => [...iterator(parse(CUSTOM_TAGS), src)])\n+ // append exta newline to force last paragraph (see readme)\n+ parsed: timedResult(() => [...iterator(parse(CUSTO... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(examples): update markdown ex (append newline), update readme | 1 | feat | examples |
273,683 | 03.11.2019 15:59:22 | -3,600 | 8bf29311cc9ce84383a06988cad10dc6cbd23615 | fix(graphql): convert field to union if multiple typeNames | [
{
"change_type": "MODIFY",
"diff": "const App = require('../../app/App')\nconst { createFieldTypes } = require('../createFieldTypes')\nconst createFieldDefinitions = require('../createFieldDefinitions')\n-const { SchemaComposer, ObjectTypeComposer } = require('graphql-compose')\n+\n+const {\n+ ListComposer,... | JavaScript | MIT License | gridsome/gridsome | fix(graphql): convert field to union if multiple typeNames | 1 | fix | graphql |
217,922 | 03.11.2019 16:17:20 | -3,600 | 78c06411ade5a97d08c068623344bdadd39a20c3 | fix(list): fixed realtime position tracking in zone breakdown | [
{
"change_type": "MODIFY",
"diff": "@@ -64,6 +64,7 @@ export class AuthFacade {\nfavorites$ = this.user$.pipe(map(user => user.favorites));\ncharacters$ = this.user$.pipe(\n+ filter(u => u.lodestoneIds !== undefined),\nswitchMap((user: TeamcraftUser) => {\nreturn combineLatest(user.lodestoneIds.map(entry =>... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(list): fixed realtime position tracking in zone breakdown | 1 | fix | list |
401,147 | 03.11.2019 16:22:42 | -19,080 | 34325705b0875b85d50fe140db4fda8d729c1f5e | docs(core): add checkboxgroup docs
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -4,14 +4,14 @@ import { defaultTheme } from '@medly-components/theme';\nimport { Preview, Story, Meta, Props } from '@storybook/addon-docs/blocks';\nconst size = ['S', 'M', 'L', 'XL'];\n-<Meta title=\"Core\" component={Avatar} />\n+<Meta title=\"Core/Avatar\" component... | TypeScript | MIT License | medly/medly-components | docs(core): add checkboxgroup docs
affects: @medly-components/core | 1 | docs | core |
217,922 | 03.11.2019 16:30:10 | -3,600 | aeedfb2c31d2cb5fa211b50b5b8eba6fe2105cdb | fix(simulator): fixed ingenuity accuracy for lower levels | [
{
"change_type": "MODIFY",
"diff": "\"integrity\": \"sha512-RCZElbAgc+tIOFK5m0IaHBF1lHJyWb6NkzxfQHefX9Dx93mRg+pasTgt2WDPT6HzcmPnuQ72TbnUKaNNVkR6KA==\"\n},\n\"@ffxiv-teamcraft/simulator\": {\n- \"version\": \"2.1.1\",\n- \"resolved\": \"https://registry.npmjs.org/@ffxiv-teamcraft/simulator/-/simulator-2.1.1.... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(simulator): fixed ingenuity accuracy for lower levels | 1 | fix | simulator |
471,527 | 03.11.2019 17:03:02 | -3,600 | 2db41ff803c4b2dd7bd76abf6e752c5ac1630f79 | chore: lint alignment of all versions in the monorepo | [
{
"change_type": "MODIFY",
"diff": "\"lint:eslint\": \"eslint --ext .js,.html .\",\n\"lint:prettier\": \"prettier \\\"**/*.{js,md}\\\" \\\"**/package.json\\\" --check\",\n\"lint:types\": \"tsc\",\n+ \"lint:versions\": \"node ./scripts/lint-versions.js\",\n\"postinstall\": \"npm run build\",\n\"publish\": \"... | JavaScript | MIT License | open-wc/open-wc | chore: lint alignment of all versions in the monorepo | 1 | chore | null |
273,683 | 03.11.2019 17:14:03 | -3,600 | fc78a59debf92725302866cc8bbd031a100cf43d | fix(app): allow custom routes from router.addRoutes | [
{
"change_type": "MODIFY",
"diff": "@@ -4,6 +4,11 @@ import { getResults, setResults, formatError } from './shared'\nexport default (to, from, next) => {\nif (process.isServer) return next()\n+ if (to.meta && to.meta.__custom) {\n+ global.__INITIAL_STATE__ = null\n+ return next()\n+ }\n+\nif (process.isProd... | JavaScript | MIT License | gridsome/gridsome | fix(app): allow custom routes from router.addRoutes | 1 | fix | app |
471,527 | 03.11.2019 17:20:52 | -3,600 | 42f05f421e20cb28efc03cf5c423d9bc86a57c43 | fix: align versions | [
{
"change_type": "MODIFY",
"diff": "\"npm-run-all\": \"4.1.3\",\n\"prettier\": \"^1.18.2\",\n\"prettier-plugin-package\": \"^0.3.1\",\n- \"rimraf\": \"^3.0.0\",\n+ \"rimraf\": \"^2.6.3\",\n\"typescript-temporary-fork-for-jsdoc\": \"^3.6.0-insiders.20190802\",\n\"vuepress\": \"^1.0.0-alpha.30\",\n\"webpack-m... | JavaScript | MIT License | open-wc/open-wc | fix: align versions | 1 | fix | null |
217,922 | 03.11.2019 17:52:00 | -3,600 | 1fbb1b6ab1aaaa2a3a6c2043f512638df60e36a9 | chore: small fix for xivapi icons | [
{
"change_type": "MODIFY",
"diff": "@@ -9,7 +9,7 @@ export class XivapiIconPipe implements PipeTransform {\nif (!icon) {\nreturn fallback;\n}\n- if (icon.startsWith('https://xivapi.com') || !icon.startsWith('/')) {\n+ if (icon.toString().startsWith('https://xivapi.com') || !icon.startsWith('/')) {\nreturn i... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: small fix for xivapi icons | 1 | chore | null |
471,527 | 03.11.2019 18:12:05 | -3,600 | f3a9ce2635d95dc1f533128219057a60e0d3c43e | chore: lint versions of all package.jsons | [
{
"change_type": "MODIFY",
"diff": "@@ -23,23 +23,32 @@ function readPackageJson(filePath) {\nfunction compareVersions(versionsA, versionsB) {\nlet output = '';\n- Object.keys(versionsA).forEach(dep => {\n+ const newVersions = { ...versionsA };\n+ Object.keys(versionsB).forEach(dep => {\nif (versionsA[dep] ... | JavaScript | MIT License | open-wc/open-wc | chore: lint versions of all package.jsons | 1 | chore | null |
679,913 | 03.11.2019 18:13:52 | 0 | 47001fc9c16f53af427e872b04929113d69463aa | feat(transducers): add new iterators: extendSides/padSides/symmetric() | [
{
"change_type": "MODIFY",
"diff": "@@ -727,10 +727,12 @@ tx.transduce(tx.map((x) => x*10), tx.push(), tx.range(4))\n- [choices](https://github.com/thi-ng/umbrella/tree/master/packages/transducers/src/iter/choices.ts)\n- [concat](https://github.com/thi-ng/umbrella/tree/master/packages/transducers/src/iter/c... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(transducers): add new iterators: extendSides/padSides/symmetric() | 1 | feat | transducers |
217,922 | 03.11.2019 18:19:16 | -3,600 | 53499b3f292a28ee1bf7d02a08fa09eb1f8cb03e | fix(inventory): fixed an issue with price not taking quantity into account | [
{
"change_type": "MODIFY",
"diff": "<div fxLayout=\"row\" fxLayoutAlign=\"flex-start center\" fxLayoutGap=\"10px\">\n<div *ngIf=\"item.price\" fxLayout=\"row\" fxLayoutAlign=\"flex-start center\" fxLayoutGap=\"5px\">\n<app-item-icon [icon]=\"1 | lazyIcon\" [itemId]=\"1\" [width]=\"32\"></app-item-icon>\n- <... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(inventory): fixed an issue with price not taking quantity into account | 1 | fix | inventory |
67,516 | 03.11.2019 18:29:15 | -3,600 | 2ee0779e459e41cbf22ef3d5d78ef3661dd7c334 | test(runtime-html): for self binding behavior | [
{
"change_type": "MODIFY",
"diff": "></select-dropdown>\n<cards items.bind=\"heroes\" selected.bind=\"selectedHero\"></cards>\n+\n+ <random-generator></random-generator>\n</div>\n</template>\n",
"new_path": "packages/__tests__/integration/app/app.html",
"old_path": "packages/__tests__/integration/ap... | TypeScript | MIT License | aurelia/aurelia | test(runtime-html): for self binding behavior | 1 | test | runtime-html |
471,527 | 03.11.2019 18:39:47 | -3,600 | fa2ad9f4031f8953dc133de57de43d8f6e508577 | fix: align versions within the monorepo | [
{
"change_type": "MODIFY",
"diff": "},\n\"devDependencies\": {\n\"@babel/plugin-proposal-class-properties\": \"^7.3.4\",\n- \"@babel/plugin-proposal-decorators\": \"^7.3.0\",\n+ \"@babel/plugin-proposal-decorators\": \"^7.4.4\",\n\"@babel/preset-typescript\": \"^7.3.3\",\n\"es-dev-server\": \"^1.21.0\",\n\"... | JavaScript | MIT License | open-wc/open-wc | fix: align versions within the monorepo | 1 | fix | null |
815,745 | 03.11.2019 18:46:58 | -7,200 | b06fc5fd7a26e89f224f5fd9ff74f79e14259531 | feat(minTermLength): add minimum term length to start a search
Should be used with typeahead, closes | [
{
"change_type": "MODIFY",
"diff": "@@ -158,6 +158,7 @@ map: {\n| [selectOnTab] | `boolean` | `false` | no | Select marked dropdown item using tab. Default `false`|\n| [openOnEnter] | `boolean` | `true` | no | Open dropdown using enter. Default `true`|\n| [typeahead] | `Subject` | `-` | no | Custom autocomp... | TypeScript | MIT License | ng-select/ng-select | feat(minTermLength): add minimum term length to start a search
Should be used with typeahead, closes #685 | 1 | feat | minTermLength |
273,683 | 03.11.2019 19:42:32 | -3,600 | beb9084a686a52d239bb6b438ea86ca2c311d184 | fix(store): resolve absolute paths in fields correctly | [
{
"change_type": "MODIFY",
"diff": "@@ -618,6 +618,30 @@ test('resolve file paths', async () => {\nexpect(node.text3).toEqual('md')\n})\n+test('resolve file paths when folder as extension', async () => {\n+ const api = await createPlugin('/absolute/dir/to/project.com')\n+\n+ const collection = api.store.add... | JavaScript | MIT License | gridsome/gridsome | fix(store): resolve absolute paths in fields correctly (#792) | 1 | fix | store |
217,922 | 03.11.2019 20:16:43 | -3,600 | dd2209a3e3521ea3f9439c22f2613fb970419add | chore: better perfs by filtering packets on wrapper level | [
{
"change_type": "MODIFY",
"diff": "@@ -40,15 +40,6 @@ module.exports.start = function(win, config, verbose, winpcap) {\noptions.logger = log.log;\n}\n- Machina = new MachinaFFXIV(options);\n- Machina.start(() => {\n- log.info('Packet capture started');\n- });\n- Machina.setMaxListeners(0);\n- Machina.on('a... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: better perfs by filtering packets on wrapper level | 1 | chore | null |
67,516 | 03.11.2019 20:36:28 | -3,600 | 93e4e0d58ffe31115a9e9acfdeac2b7632861207 | test(runtime-html): attr binding behavior | [
{
"change_type": "ADD",
"diff": "+module.exports = {\n+ extends: [\n+ '../.eslintrc.js'\n+ ],\n+ rules: {\n+ 'jsdoc/check-indentation': 'off'\n+ }\n+};\n",
"new_path": "packages/__tests__/integration/.eslintrc.js",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "-/* eslint-disabl... | TypeScript | MIT License | aurelia/aurelia | test(runtime-html): attr binding behavior | 1 | test | runtime-html |
67,516 | 03.11.2019 20:39:36 | -3,600 | ddae91cd206a474a5b2911863e911def7f2cde35 | test(integration): activating all tests | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,7 @@ import { startup, StartupConfiguration, TestExecutionContext } from './app/start\nimport { Cards } from './app/molecules/cards/cards';\nimport { RandomGenerator } from './app/molecules/random-generator/random-generator';\n-describe.only('app', function () ... | TypeScript | MIT License | aurelia/aurelia | test(integration): activating all tests | 1 | test | integration |
217,922 | 03.11.2019 20:58:15 | -3,600 | cffacfe442f792ccc7a04222c888543b2b9ea975 | chore: switch to PacketSpecific mode for machina wrapper | [
{
"change_type": "MODIFY",
"diff": "@@ -26,9 +26,9 @@ module.exports.start = function(win, config, verbose, winpcap) {\nconst options = isDev ?\n{\nmonitorType: winpcap ? 'WinPCap' : 'RawSocket',\n- parseAlgorithm: 'CPUHeavy'\n+ parseAlgorithm: 'PacketSpecific'\n} : {\n- parseAlgorithm: 'CPUHeavy',\n+ parse... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: switch to PacketSpecific mode for machina wrapper | 1 | chore | null |
471,470 | 03.11.2019 22:24:53 | -3,600 | 6f08241363e01e745441e6a7b6f1e54e0294fdd8 | fix(create): rename packages to components | [
{
"change_type": "MODIFY",
"diff": "@@ -15,7 +15,7 @@ export const AppLitElementMixin = subclass =>\n...this.options,\nscaffoldType: 'wc-lit-element',\ntagName,\n- destinationPath: path.join(process.cwd(), tagName, 'packages', tagName),\n+ destinationPath: path.join(process.cwd(), tagName, 'components', tag... | JavaScript | MIT License | open-wc/open-wc | fix(create): rename packages to components (#945) | 1 | fix | create |
67,476 | 03.11.2019 22:52:39 | -3,600 | c9eed444800c02b502d8dbe484e219032e59beaa | feat(aot): implement FunctionAllocate | [
{
"change_type": "MODIFY",
"diff": "@@ -901,6 +901,57 @@ export class $ECMAScriptFunction<\n) {\nsuper(realm, IntrinsicName, proto);\n}\n+\n+ // http://www.ecma-international.org/ecma-262/#sec-functionallocate\n+ public static Allocate(\n+ functionPrototype: $Object,\n+ strict: $Boolean,\n+ functionKind: 'n... | TypeScript | MIT License | aurelia/aurelia | feat(aot): implement FunctionAllocate | 1 | feat | aot |
67,516 | 03.11.2019 22:54:23 | -3,600 | edaae6949cc56576997a5014d24aca160ed18dbc | fix(integration): fixing testfor FF | [
{
"change_type": "MODIFY",
"diff": "@@ -868,9 +868,18 @@ describe('app', function () {\nfor (const id of ['bound-style-obj', 'bound-style-array', 'bound-style-str']) {\nconst style = getComputedStyle(cardsEl.querySelector(`p#${id}`));\nassert.equal(style.backgroundColor, 'rgb(0, 0, 255)', `bg color ${id} - ... | TypeScript | MIT License | aurelia/aurelia | fix(integration): fixing testfor FF | 1 | fix | integration |
401,147 | 03.11.2019 23:06:59 | -19,080 | e80c2f06b61fee1ea3993af6980f83e56aba7b9e | docs(all): add introduction page
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -37,4 +37,11 @@ addParameters({\n}\n});\n-configure(require.context('../packages', true, /\\.stories\\.(tsx|mdx)$/), module);\n+configure(\n+ [\n+ require.context('../docs', false, /\\.stories\\.mdx$/),\n+ require.context('../packages', false, /Introduction\\.stories\\... | TypeScript | MIT License | medly/medly-components | docs(all): add introduction page
affects: @medly-components/core | 1 | docs | all |
67,476 | 03.11.2019 23:11:09 | -3,600 | 957278f11fb53d80205a35585eb85bb37963f74b | feat(realm): implement GetActiveScriptOrModule | [
{
"change_type": "MODIFY",
"diff": "@@ -374,6 +374,30 @@ export class Realm {\n}\n}\n+ // http://www.ecma-international.org/ecma-262/#sec-getactivescriptormodule\n+ public GetActiveScriptOrModule(): $SourceFile | $Null {\n+ const intrinsics = this['[[Intrinsics]]'];\n+ const stack = this.stack;\n+\n+ // 1. ... | TypeScript | MIT License | aurelia/aurelia | feat(realm): implement GetActiveScriptOrModule | 1 | feat | realm |
67,476 | 03.11.2019 23:11:42 | -3,600 | 91ad9ba06b1f3661a94a32d52419331808959a70 | chore(intrinsics): add reusable length property string | [
{
"change_type": "MODIFY",
"diff": "@@ -144,6 +144,7 @@ export class Intrinsics {\npublic readonly '*': $String<'*'>;\npublic readonly '*default*': $String<'*default*'>;\npublic readonly 'default': $String<'default'>;\n+ public readonly 'length': $String<'length'>;\npublic readonly '@@asyncIterator': $Symbo... | TypeScript | MIT License | aurelia/aurelia | chore(intrinsics): add reusable length property string | 1 | chore | intrinsics |
67,476 | 03.11.2019 23:24:57 | -3,600 | 66fefd9dcd03e7133a595ffa15c792337c1c797a | feat(aot): implement FunctionInitialize | [
{
"change_type": "MODIFY",
"diff": "@@ -375,13 +375,13 @@ export class Realm {\n}\n// http://www.ecma-international.org/ecma-262/#sec-getactivescriptormodule\n- public GetActiveScriptOrModule(): $SourceFile | $Null {\n- const intrinsics = this['[[Intrinsics]]'];\n+ public GetActiveScriptOrModule(): $SourceF... | TypeScript | MIT License | aurelia/aurelia | feat(aot): implement FunctionInitialize | 1 | feat | aot |
67,476 | 03.11.2019 23:45:45 | -3,600 | bdd69b01d5d2ebde44660005e06b7cbeea392a99 | feat(aot): implement FunctionCreate | [
{
"change_type": "MODIFY",
"diff": "@@ -957,6 +957,7 @@ export class $ECMAScriptFunction<\n// http://www.ecma-international.org/ecma-262/#sec-functioninitialize\npublic static Initialize(\nF: $ECMAScriptFunction,\n+ kind: 'normal' | 'method' | 'arrow',\nnode: $FunctionDeclaration | $MethodDeclaration | $Arr... | TypeScript | MIT License | aurelia/aurelia | feat(aot): implement FunctionCreate | 1 | feat | aot |
67,476 | 03.11.2019 23:47:05 | -3,600 | b3ab24ab3b375efd7f6560c8ea0156e491204640 | chore(aot): renames | [
{
"change_type": "MODIFY",
"diff": "@@ -183,7 +183,7 @@ export class Realm {\nrealm.stack.push(newContext);\n// 7. If the host requires use of an exotic object to serve as realm's global object, let global be such an object created in an implementation-defined manner. Otherwise, let global be undefined, ind... | TypeScript | MIT License | aurelia/aurelia | chore(aot): renames | 1 | chore | aot |
815,601 | 04.11.2019 00:17:04 | -28,800 | 1d141bf8e6d9f1b6a24ced26860261a5487971a6 | chore: tweak max block interval | [
{
"change_type": "MODIFY",
"diff": "@@ -48,7 +48,7 @@ pub(crate) const GENESIS_EPOCH_LENGTH: u64 = 1_000;\n// o_ideal = 1/40 = 2.5%\nconst ORPHAN_RATE_TARGET: RationalU256 = RationalU256::new_raw(U256::one(), u256!(\"40\"));\n-const MAX_BLOCK_INTERVAL: u64 = 30; // 30s\n+const MAX_BLOCK_INTERVAL: u64 = 48; ... | Rust | MIT License | nervosnetwork/ckb | chore: tweak max block interval | 1 | chore | null |
76,605 | 04.11.2019 00:29:42 | -3,600 | 1aba8e2333df34d7accf950e6d5afdff5661154f | feat: bootstrap container | [
{
"change_type": "ADD",
"diff": "+const fs = require('fs');\n+const ArrToObj = require('./arr-to-obj');\n+const { Container } = require('./container');\n+const Normalizer = require('./normalizer');\n+const ObjToArr = require('./obj-to-arr');\n+const { listFilesAbsolute } = require('./helper');\n+const Stemm... | JavaScript | MIT License | axa-group/nlp.js | feat: bootstrap container | 1 | feat | null |
67,476 | 04.11.2019 01:14:57 | -3,600 | d6eb2c321400b1e3f9662838b6a59a695532b1e9 | chore(intrinsics): add reusable constructor property string | [
{
"change_type": "MODIFY",
"diff": "@@ -145,6 +145,7 @@ export class Intrinsics {\npublic readonly '*default*': $String<'*default*'>;\npublic readonly 'default': $String<'default'>;\npublic readonly 'length': $String<'length'>;\n+ public readonly '$constructor': $String<'constructor'>;\npublic readonly '@@a... | TypeScript | MIT License | aurelia/aurelia | chore(intrinsics): add reusable constructor property string | 1 | chore | intrinsics |
67,476 | 04.11.2019 01:16:59 | -3,600 | db1bcab1fc9d5178e9091b99f9a64dd3da436caf | chore(intrinsics): add reusable prototype property string | [
{
"change_type": "MODIFY",
"diff": "@@ -146,6 +146,7 @@ export class Intrinsics {\npublic readonly 'default': $String<'default'>;\npublic readonly 'length': $String<'length'>;\npublic readonly '$constructor': $String<'constructor'>;\n+ public readonly '$prototype': $String<'prototype'>;\npublic readonly '@@... | TypeScript | MIT License | aurelia/aurelia | chore(intrinsics): add reusable prototype property string | 1 | chore | intrinsics |
67,476 | 04.11.2019 01:19:11 | -3,600 | c7c67f162a86e96b24a473854373a72c215aa5cf | feat(aot): implement MakeConstructor | [
{
"change_type": "MODIFY",
"diff": "@@ -1041,6 +1041,47 @@ export class $ECMAScriptFunction<\n// 5. Return FunctionInitialize(F, kind, ParameterList, Body, Scope).\nreturn this.FunctionInitialize(F, kind, node, Scope);\n}\n+\n+ // http://www.ecma-international.org/ecma-262/#sec-makeconstructor\n+ public Mak... | TypeScript | MIT License | aurelia/aurelia | feat(aot): implement MakeConstructor | 1 | feat | aot |
679,913 | 04.11.2019 01:30:25 | 0 | d6b4b3710b80fa1366cb40c193ad745bc63d4253 | feat(math): add mixCubicHermite & tangent fns | [
{
"change_type": "MODIFY",
"diff": "@@ -45,6 +45,137 @@ export const mixCubic = (\nreturn a * s2 * s + b * 3 * s2 * t + c * 3 * t2 * s + d * t2 * t;\n};\n+/**\n+ * Returns hermite interpolation of `a, b, c, d` at normalized position\n+ * `t`, where `a` and `d` are used as predecessor/successor of `b` / `c`\... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(math): add mixCubicHermite & tangent fns | 1 | feat | math |
679,913 | 04.11.2019 01:32:09 | 0 | b382d25e65d6371e6b76219fd2909ac991933db4 | feat(vectors): add mixCubicHermite versions & tangent fns | [
{
"change_type": "MODIFY",
"diff": "@@ -99,6 +99,7 @@ export * from \"./min\";\nexport * from \"./minor\";\nexport * from \"./mix-bilinear\";\nexport * from \"./mix-cubic\";\n+export * from \"./mix-hermite\";\nexport * from \"./mix-quadratic\";\nexport * from \"./mix\";\nexport * from \"./mixn\";\n",
"n... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(vectors): add mixCubicHermite versions & tangent fns | 1 | feat | vectors |
679,913 | 04.11.2019 01:32:42 | 0 | d02dae6b4bad2d026dec96c865292778e2c50ba2 | fix(vectors): fix out args in mixCubic/mixQuadratic | [
{
"change_type": "MODIFY",
"diff": "-import { ReadonlyVec, Vec } from \"./api\";\nimport { addW4 } from \"./addw\";\n+import { ReadonlyVec, Vec } from \"./api\";\nexport const mixCubic = (\n- out: Vec,\n+ out: Vec | null,\na: ReadonlyVec,\nb: ReadonlyVec,\nc: ReadonlyVec,\n",
"new_path": "packages/vecto... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(vectors): fix out args in mixCubic/mixQuadratic | 1 | fix | vectors |
67,476 | 04.11.2019 01:33:24 | -3,600 | d8907dd005a4f9a3116047450408d4356ab94a1a | chore(intrinsics): add reusable name property string | [
{
"change_type": "MODIFY",
"diff": "@@ -147,6 +147,7 @@ export class Intrinsics {\npublic readonly 'length': $String<'length'>;\npublic readonly '$constructor': $String<'constructor'>;\npublic readonly '$prototype': $String<'prototype'>;\n+ public readonly '$name': $String<'name'>;\npublic readonly '@@async... | TypeScript | MIT License | aurelia/aurelia | chore(intrinsics): add reusable name property string | 1 | chore | intrinsics |
67,476 | 04.11.2019 01:34:07 | -3,600 | 27f29564fb2fd4a1750d48481ae1be2f76108ea4 | feat(aot): implement SetFunctionName | [
{
"change_type": "MODIFY",
"diff": "@@ -1082,6 +1082,45 @@ export class $ECMAScriptFunction<\n// 7. Return NormalCompletion(undefined).\n}\n+\n+ // http://www.ecma-international.org/ecma-262/#sec-setfunctionname\n+ public SetFunctionName(name: $String | $Symbol, prefix?: $String): $Boolean {\n+ const realm ... | TypeScript | MIT License | aurelia/aurelia | feat(aot): implement SetFunctionName | 1 | feat | aot |
67,476 | 04.11.2019 01:44:36 | -3,600 | 9ca53c9ce3266f0b495949266e0a4c1242d9bb52 | feat(aot): implement InstantiateFunctionObject and finish InitializeEnvironment | [
{
"change_type": "MODIFY",
"diff": "@@ -145,9 +145,9 @@ import {\nimport { IFile } from '../system/interfaces';\nimport { NPMPackage } from '../system/npm-package-loader';\nimport { IModule, ResolveSet, ResolvedBindingRecord, Realm } from './realm';\n-import { empty, $Undefined, $Object, $String, $Namespace... | TypeScript | MIT License | aurelia/aurelia | feat(aot): implement InstantiateFunctionObject and finish InitializeEnvironment | 1 | feat | aot |
67,476 | 04.11.2019 02:10:33 | -3,600 | 83e90cf8064da1061cfc2e8f0511deafadd01706 | feat(aot): implement Module.Instantiate | [
{
"change_type": "MODIFY",
"diff": "@@ -10,7 +10,7 @@ import { Realm } from './vm/realm';\nconst root = resolve(__dirname, '..', '..', '..', '..', 'test', 'realworld');\nconst realm = Realm.Create();\nconst file = await realm.loadEntryFile({ rootDir: root });\n- file.InitializeEnvironment();\n+ file.Instant... | TypeScript | MIT License | aurelia/aurelia | feat(aot): implement Module.Instantiate | 1 | feat | aot |
67,476 | 04.11.2019 02:37:46 | -3,600 | 15fad41a64ab1e438991187ee65468b34bce5232 | chore(aot): tidy up logging a bit | [
{
"change_type": "MODIFY",
"diff": "import { DebugConfiguration } from '@aurelia/debug';\nimport { resolve } from 'path';\nimport { Realm } from './vm/realm';\n+import { DI, LoggerConfiguration, LogLevel, ColorOptions, Registration } from '@aurelia/kernel';\n+import { IFileSystem } from './system/interfaces... | TypeScript | MIT License | aurelia/aurelia | chore(aot): tidy up logging a bit | 1 | chore | aot |
67,476 | 04.11.2019 03:04:48 | -3,600 | 210e8d4e03619ce3984aeb311517cd05df8938f4 | feat(ast): add typescript type exports etc | [
{
"change_type": "MODIFY",
"diff": "@@ -1078,6 +1078,9 @@ export class $VariableStatement implements I$Node {\n// http://www.ecma-international.org/ecma-262/#sec-exports-static-semantics-modulerequests\npublic readonly ModuleRequests: readonly $String[];\n+ public readonly TypeDeclarations: readonly $$TSDec... | TypeScript | MIT License | aurelia/aurelia | feat(ast): add typescript type exports etc | 1 | feat | ast |
67,476 | 04.11.2019 03:12:41 | -3,600 | 56469fc1df874a0d6c8c842f14bcf51704409060 | fix(ast): actually add exported bindings | [
{
"change_type": "MODIFY",
"diff": "@@ -4177,12 +4177,30 @@ export class $SourceFile implements I$Node, IModule {\nbreak;\ncase SyntaxKind.InterfaceDeclaration:\n$stmt = $statements[s++] = new $InterfaceDeclaration(stmt, this, ctx);\n+\n+ if (hasBit($stmt.modifierFlags, ModifierFlags.Export)) {\n+ ExportedB... | TypeScript | MIT License | aurelia/aurelia | fix(ast): actually add exported bindings | 1 | fix | ast |
67,476 | 04.11.2019 03:24:32 | -3,600 | 7c225a99546c4ac6ea1785048142d95d692de4dd | fix(ast): set context ScriptOrModule | [
{
"change_type": "MODIFY",
"diff": "@@ -4381,6 +4381,11 @@ export class $SourceFile implements I$Node, IModule {\npublic Instantiate(): void {\nthis.logger.debug(`[Instantiate] starting`);\n+ // TODO: this is temporary. Should be done by RunJobs\n+ if (this.realm.stack.length === 1 && this.realm.stack.top.S... | TypeScript | MIT License | aurelia/aurelia | fix(ast): set context ScriptOrModule | 1 | fix | ast |
67,476 | 04.11.2019 04:23:14 | -3,600 | ec196d4a83bd258f607a289a8835b967ddbcfa7e | fix(ast): initialize env and namespace with instrinsic undefined | [
{
"change_type": "MODIFY",
"diff": "@@ -4073,6 +4073,8 @@ export class $SourceFile implements I$Node, IModule {\n) {\nthis.id = realm.registerNode(this);\nconst intrinsics = realm['[[Intrinsics]]'];\n+ this['[[Environment]]'] = intrinsics.undefined;\n+ this['[[Namespace]]'] = intrinsics.undefined;\nthis.log... | TypeScript | MIT License | aurelia/aurelia | fix(ast): initialize env and namespace with instrinsic undefined | 1 | fix | ast |
67,476 | 04.11.2019 04:29:29 | -3,600 | fda9fb0839377c45721f9b2515712a2ecbb5ab9c | fix(ast): fix mixup in exportSpecifier | [
{
"change_type": "MODIFY",
"diff": "@@ -5384,12 +5384,12 @@ export class $ExportSpecifier implements I$Node {\n}\nconst $name = this.$name = new $Identifier(node.name, this, ctx);\n- const sourceName = $name.StringValue;\nconst moduleSpecifier = parent.moduleSpecifier;\n- this.ReferencedBindings = [sourceNa... | TypeScript | MIT License | aurelia/aurelia | fix(ast): fix mixup in exportSpecifier | 1 | fix | ast |
67,476 | 04.11.2019 05:39:08 | -3,600 | c7e6ff9d954c05974453d9d2483ac8086c6d59cb | feat(aot): parse/resolve html modules | [
{
"change_type": "MODIFY",
"diff": "@@ -4381,6 +4381,7 @@ export class $SourceFile implements I$Node, IModule {\n// http://www.ecma-international.org/ecma-262/#sec-moduledeclarationinstantiation\npublic Instantiate(): void {\n+ const start = PLATFORM.now();\nthis.logger.debug(`[Instantiate] starting`);\n// ... | TypeScript | MIT License | aurelia/aurelia | feat(aot): parse/resolve html modules | 1 | feat | aot |
67,476 | 04.11.2019 07:11:28 | -3,600 | cbd70a99e5a4491eab64dfbd8ebc658492a4844c | feat(aot): implement ResolveBinding | [
{
"change_type": "MODIFY",
"diff": "@@ -42,10 +42,23 @@ export class $DeclarativeEnvRec {\npublic readonly bindings: Map<string, $Binding> = new Map();\n+ // Everything is false because an environment record should not appear like any kind of normal ES value.\n+ public get isEmpty(): false { return false; }... | TypeScript | MIT License | aurelia/aurelia | feat(aot): implement ResolveBinding | 1 | feat | aot |
217,885 | 04.11.2019 09:23:55 | 28,800 | 5e7f49e501e6d08c3229906d26b9ff67424af5b9 | chore: Parse market tax rates from the retainer vocate and send them to Universalis
Also removed totalTax field from listing uploads, since that's not the
same tax rate. | [
{
"change_type": "MODIFY",
"diff": "@@ -143,6 +143,11 @@ export class UniversalisService {\nthis.handleMarketboardListingHistoryPackets(listings);\n}\n});\n+ this.ipc.marketTaxRatePackets$.subscribe(packet => {\n+ if (this.settings.enableUniversalisSourcing) {\n+ this.uploadMarketTaxRates(packet);\n+ }\n+ }... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: Parse market tax rates from the retainer vocate and send them to Universalis
Also removed totalTax field from listing uploads, since that's not the
same tax rate. | 1 | chore | null |
401,147 | 04.11.2019 09:39:41 | -19,080 | 285ae2f3c8205c78ec22f20536f72cd35bcc9998 | docs(core): update avatar docs
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,7 @@ import { select, color } from '@storybook/addon-knobs';\nimport { Avatar } from './Avatar.tsx';\nimport { defaultTheme } from '@medly-components/theme';\nimport { Preview, Story, Meta, Props } from '@storybook/addon-docs/blocks';\n-const size = ['S', 'M', ... | TypeScript | MIT License | medly/medly-components | docs(core): update avatar docs
affects: @medly-components/core | 1 | docs | core |
749,516 | 04.11.2019 09:48:03 | 28,800 | 79e6b040151bf86db9b632c3631ffe3645648ae8 | fix(buttons): remove invalid disabled prop from Anchor | [
{
"change_type": "MODIFY",
"diff": "@@ -3,6 +3,7 @@ node_modules\n*.log\n.changelog\n.vscode\n+.netlify\n# Package specific\npackages/**/dist\n",
"new_path": ".gitignore",
"old_path": ".gitignore"
},
{
"change_type": "MODIFY",
"diff": "@@ -25,7 +25,6 @@ export const StyledAnchor = styled... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | fix(buttons): remove invalid disabled prop from Anchor (#510) | 1 | fix | buttons |
749,516 | 04.11.2019 09:48:27 | 28,800 | 7fb4041853567ba400f8360b66c27e98b3faae3b | chore(docs): remove invalid advanced dropdown example | [
{
"change_type": "MODIFY",
"diff": "@@ -51,17 +51,6 @@ Any object or value can be provided.\nconst { Button } = require('@zendeskgarden/react-buttons/src');\nconst { zdColorGrey200 } = require('@zendeskgarden/css-variables');\nconst GroupIcon = require('@zendeskgarden/svg-icons/src/16/user-group-stroke.svg'... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | chore(docs): remove invalid advanced dropdown example (#509) | 1 | chore | docs |
749,516 | 04.11.2019 09:49:15 | 28,800 | 37d2ffd6939a60cb40b38a9b836b4272094b9396 | fix(datepickers): remove invalid arrow prop | [
{
"change_type": "MODIFY",
"diff": "\"styled-components\": \"^4.2.0\"\n},\n\"devDependencies\": {\n- \"@zendeskgarden/css-arrows\": \"3.1.1\",\n\"@zendeskgarden/css-menus\": \"9.0.16\",\n\"@zendeskgarden/react-theming\": \"^7.0.0\",\n\"@zendeskgarden/svg-icons\": \"6.7.0\"\n",
"new_path": "packages/date... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | fix(datepickers): remove invalid arrow prop (#492) | 1 | fix | datepickers |
67,474 | 04.11.2019 09:49:40 | -39,600 | 54b3d675c89cd4b2dd74395ac148e795094b3bc3 | chore(aurelia): update re-exports list to match latest code | [
{
"change_type": "MODIFY",
"diff": "@@ -50,9 +50,9 @@ export {\nbindingCommand,\n// BindingCommand,\nBindingCommandInstance,\n- // IBindingCommandDefinition,\n- // IBindingCommandResource,\n- // IBindingCommandType,\n+ // BindingCommandDefinition,\n+ // BindingCommandKind,\n+ // BindingCommandType,\ngetTarg... | TypeScript | MIT License | aurelia/aurelia | chore(aurelia): update re-exports list to match latest code | 1 | chore | aurelia |
711,597 | 04.11.2019 09:57:18 | -3,600 | 77147a14f7a0de825c7ed18b6965781f4e92bab0 | chore: Reinstate publish & install GH actions workflow | [
{
"change_type": "MODIFY",
"diff": "name: Publish & Install\n-# Temporarily disabled this workflow because the last step (installing from Verdaccio) is consistently\n-# failing and despite numerous attempts to stabilize, it still fails. Therefore this is not useful at\n-# the moment.\n-# on:\n-# push:\n-# b... | TypeScript | MIT License | vendure-ecommerce/vendure | chore: Reinstate publish & install GH actions workflow | 1 | chore | null |
711,597 | 04.11.2019 10:01:41 | -3,600 | b177f2ce7a622711a522bd84d018d16009ee2ba7 | fix(admin-ui): Display correct net total in Order detail
Fixes | [
{
"change_type": "MODIFY",
"diff": "</td>\n<td class=\"align-middle total\">\n{{ line.totalPrice / 100 | currency: order.currencyCode }}\n- <div class=\"net-price\" [title]=\"'order.net-price' | translate\">{{ line.unitPrice / 100 | currency: order.currencyCode }}</div>\n+ <div class=\"net-price\" [title]=\... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(admin-ui): Display correct net total in Order detail
Fixes #200 | 1 | fix | admin-ui |
104,818 | 04.11.2019 10:39:06 | 21,600 | 408f632b99800a8418e7ce3ec474c8d7bdb1c73f | feat(carbon-charts): upgrade to get latest tooltips | [
{
"change_type": "MODIFY",
"diff": "}\n},\n\"dependencies\": {\n+ \"@carbon/charts\": \"https://github.com/scottdickerson/carbon-charts#carbon-charts-v0.16.26-gitpkg\",\n+ \"@carbon/charts-react\": \"^0.16.25\",\n\"ajv\": \"^6.10.2\",\n\"c3\": \"^0.7.1\",\n\"cheerio\": \"^1.0.0-rc.3\",\n\"uuid\": \"^3.3.2\"... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(carbon-charts): upgrade to get latest tooltips | 1 | feat | carbon-charts |
679,910 | 04.11.2019 10:48:40 | -3,600 | bcc326d13a904c57a58ace1da665a2cadf95d04e | docs(hdom-canvas): minor clarification | [
{
"change_type": "MODIFY",
"diff": "@@ -503,7 +503,8 @@ Converted to CSS color strings:\n### Coordinate transformations\nCoordinate system transformations can be achieved via the following\n-attributes. Nested transformations are supported.\n+attributes (for groups and individual shapes).\n+Nested transform... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(hdom-canvas): minor clarification | 1 | docs | hdom-canvas |
276,933 | 04.11.2019 10:50:18 | 10,800 | 457ad5ef150a11860679343624c7263a3d473d2f | improvement(doc/navigation): themifying navigation | [
{
"change_type": "MODIFY",
"diff": "@@ -2,18 +2,18 @@ import React, { useState } from 'react';\nimport styled from 'styled-components';\nimport { Link } from 'gatsby';\nimport { arrayOf, object } from 'prop-types';\n-import tokens from '@gympass/yoga-tokens';\nimport Arrow from '../../images/arrow-dropdown.... | JavaScript | MIT License | gympass/yoga | improvement(doc/navigation): themifying navigation | 1 | improvement | doc/navigation |
531,793 | 04.11.2019 11:16:35 | 0 | a56d6893b86801c368228938f70d1f37f8e10f4a | feat(demo): run kthxbye in demo container | [
{
"change_type": "MODIFY",
"diff": "@@ -26,6 +26,7 @@ COPY demo/generator.py /generator.py\nCOPY --from=go-builder /src/karma /karma\nCOPY demo/karma.yaml /etc/karma.yaml\nCOPY demo/custom.js /custom.js\n+COPY --from=lmierzwa/kthxbye:v0.4 /kthxbye /kthxbye\nRUN adduser -D karma\nUSER karma\nENV GOGC=20\n",
... | TypeScript | Apache License 2.0 | prymitive/karma | feat(demo): run kthxbye in demo container | 1 | feat | demo |
276,946 | 04.11.2019 11:20:32 | 10,800 | 4bf5fba4305a1bdc6b37ce2085b5592eff246b46 | feat(yoga/slider): add pressed state to slider component | [
{
"change_type": "MODIFY",
"diff": "import React from 'react';\nimport styled from 'styled-components';\n-import { Tooltip, Ribbon } from './Tooltip';\n+import { Tooltip } from './Tooltip';\n+import { hexToRgb } from '@gympass/yoga-common';\nconst TooltipWrapper = styled.View`\nbottom: 20px;\n@@ -23,7 +24,6... | JavaScript | MIT License | gympass/yoga | feat(yoga/slider): add pressed state to slider component | 1 | feat | yoga/slider |
217,893 | 04.11.2019 11:29:40 | -37,080 | 45516870819528c090ebbc690615ed8165f7c263 | feat(simulator): remember end of macro sound option | [
{
"change_type": "MODIFY",
"diff": "@@ -17,7 +17,7 @@ export class MacroPopupComponent implements OnInit {\nprivate readonly maxMacroLines = 15;\n- public addEcho = true;\n+ public addEcho = localStorage.getItem('macros:addecho') !== 'false';\npublic echoSeNumber = 1;\n@@ -51,6 +51,7 @@ export class MacroPo... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(simulator): remember end of macro sound option | 1 | feat | simulator |
276,933 | 04.11.2019 11:43:41 | 10,800 | b4d8b3af83643cbe337740526e24d3001df0424b | improvement(doc/codeblock): themifying codeblock | [
{
"change_type": "MODIFY",
"diff": "@@ -2,13 +2,13 @@ import React, { useState } from 'react';\nimport styled from 'styled-components';\nimport { LiveProvider, LiveEditor, LiveError, LivePreview } from 'react-live';\nimport { MDXContext } from '@mdx-js/react';\n-import { node, string, bool } from 'prop-type... | JavaScript | MIT License | gympass/yoga | improvement(doc/codeblock): themifying codeblock | 1 | improvement | doc/codeblock |
76,605 | 04.11.2019 11:44:18 | -3,600 | d4c57d3d84806cb30a9f46d8629b065d659801d1 | feat: better parameters | [
{
"change_type": "MODIFY",
"diff": "\"minimist\": {\n\"version\": \"0.0.8\",\n\"bundled\": true,\n- \"dev\": true,\n- \"optional\": true\n+ \"dev\": true\n},\n\"minipass\": {\n\"version\": \"2.3.5\",\n\"bundled\": true,\n\"dev\": true,\n- \"optional\": true,\n\"requires\": {\n\"safe-buffer\": \"^5.1.2\",\n\... | JavaScript | MIT License | axa-group/nlp.js | feat: better parameters | 1 | feat | null |
711,597 | 04.11.2019 11:54:35 | -3,600 | de5364256c4a72eb2867fae21ac9c02256db4748 | chore: Disable publish & install workflow again
It is somewhat better but still flaky and randomly fails in at least 1 of the 4 matrix combinations. | [
{
"change_type": "MODIFY",
"diff": "name: Publish & Install\n+# Temporarily disabled this workflow because the last step (installing from Verdaccio) is flaky and\n+# randomly failing despite numerous attempts to stabilize. Therefore this is not useful at\n+# the moment.\n+# on:\n+# push:\n+# branches:\n+# -... | TypeScript | MIT License | vendure-ecommerce/vendure | chore: Disable publish & install workflow again
It is somewhat better but still flaky and randomly fails in at least 1 of the 4 matrix combinations. | 1 | chore | null |
711,597 | 04.11.2019 11:58:35 | -3,600 | c6df5302897f0f9351d1c6f2a3ca7d2690be9b1a | chore: Publish v0.5.1 | [
{
"change_type": "MODIFY",
"diff": "+## <small>0.5.1 (2019-11-04)</small>\n+\n+\n+#### Fixes\n+\n+* **admin-ui** Display correct net total in Order detail ([b177f2c](https://github.com/vendure-ecommerce/vendure/commit/b177f2c)), closes [#200](https://github.com/vendure-ecommerce/vendure/issues/200)\n+\n+###... | TypeScript | MIT License | vendure-ecommerce/vendure | chore: Publish v0.5.1 | 1 | chore | null |
866,394 | 04.11.2019 11:58:39 | 18,000 | f40d61fc557a83be700d185bf09f3c5511ac34bc | chore(packages): update package versions | [
{
"change_type": "DELETE",
"diff": "Binary files a/.yarn/offline-mirror/@carbon-ibmdotcom-services-1.1.0-alpha.762.tgz and /dev/null differ\n",
"new_path": ".yarn/offline-mirror/@carbon-ibmdotcom-services-1.1.0-alpha.762.tgz",
"old_path": ".yarn/offline-mirror/@carbon-ibmdotcom-services-1.1.0-alpha.... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(packages): update package versions | 1 | chore | packages |
76,605 | 04.11.2019 11:59:53 | -3,600 | e7360107debff168cffe7410d23c83f8469de562 | feat: adding context to resolve | [
{
"change_type": "MODIFY",
"diff": "\"ansi-regex\": {\n\"version\": \"2.1.1\",\n\"bundled\": true,\n- \"dev\": true,\n- \"optional\": true\n+ \"dev\": true\n},\n\"aproba\": {\n\"version\": \"1.2.0\",\n\"balanced-match\": {\n\"version\": \"1.0.0\",\n\"bundled\": true,\n- \"dev\": true,\n- \"optional\": true\... | JavaScript | MIT License | axa-group/nlp.js | feat: adding context to resolve | 1 | feat | null |
76,605 | 04.11.2019 12:03:32 | -3,600 | 960d9411781bef769b9d2bf86c31390f668da317 | feat: adding repos for ner, nlp and node-nlp | [
{
"change_type": "ADD",
"diff": "+/*\n+!/src\n+!LICENSE.txt\n+!README.md\n+!package.json\n\\ No newline at end of file\n",
"new_path": "packages/ner/.npmignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+# MIT License\n+\n+Copyright (c) AXA Group Operations Spain S.A.\n+\n+Pe... | JavaScript | MIT License | axa-group/nlp.js | feat: adding repos for ner, nlp and node-nlp | 1 | feat | null |
711,597 | 04.11.2019 12:05:29 | -3,600 | d076452d6f9f6b4d2cb0356c1c2ce7ff96b88bdf | chore: Manually add some entries to changelog | [
{
"change_type": "MODIFY",
"diff": "* **core** Allow lazy evaluation of APIExtensionDefinitions ([69dad0b](https://github.com/vendure-ecommerce/vendure/commit/69dad0b))\n* **core** Export some entity utils from service helpers ([ddceb64](https://github.com/vendure-ecommerce/vendure/commit/ddceb64))\n* **cor... | TypeScript | MIT License | vendure-ecommerce/vendure | chore: Manually add some entries to changelog | 1 | chore | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.