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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
217,922 | 22.11.2019 22:37:41 | -3,600 | 21d5abc26fbd3b54f59e7bb59cd41847c7fb0400 | fix(search): fixed an issue with some search terms not returning results at all | [
{
"change_type": "MODIFY",
"diff": "@@ -185,7 +185,8 @@ export class DataService {\nlanguage: lang,\nfilters: xivapiFilters,\ncolumns: ['ID', 'Name_*', 'Icon', 'Recipes', 'GameContentLinks'],\n- string_algo: SearchAlgo.WILDCARD_PLUS\n+ string_algo: SearchAlgo.WILDCARD_PLUS,\n+ limit: 250\n};\nif (sort[0]) {... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(search): fixed an issue with some search terms not returning results at all
Signed-off-by: Supamiu <contact@flavien-normand.fr> | 1 | fix | search |
217,922 | 22.11.2019 22:38:07 | -3,600 | b1f4a96ca445274b79fff50a97d2d44b3cb4fc82 | fix(inventory): fixed an issue with inventory persistence in database | [
{
"change_type": "MODIFY",
"diff": "@@ -46,7 +46,7 @@ export class FirestoreListStorage extends FirestoreRelationalStorage<List> imple\npublic update(uid: string, data: Partial<List>, uriParams?: any): Observable<void> {\nif (!data.isLarge()) {\n- return super.update(uid, data);\n+ return super.set(uid, dat... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(inventory): fixed an issue with inventory persistence in database
Signed-off-by: Supamiu <contact@flavien-normand.fr> | 1 | fix | inventory |
67,476 | 23.11.2019 00:26:23 | -3,600 | ddfae35881baa3aea38f242b1b5d75fa87f57bd5 | feat(ast): implement RS:Evaluation for PropertyAccessor | [
{
"change_type": "MODIFY",
"diff": "@@ -623,7 +623,7 @@ export class $PropertyAccessExpression implements I$Node {\n// http://www.ecma-international.org/ecma-262/#sec-property-accessors-runtime-semantics-evaluation\npublic Evaluate(\nctx: ExecutionContext,\n- ): $AnyNonEmpty | $Error {\n+ ): $Reference | $E... | TypeScript | MIT License | aurelia/aurelia | feat(ast): implement RS:Evaluation for PropertyAccessor | 1 | feat | ast |
67,476 | 23.11.2019 00:42:10 | -3,600 | 285469e41e97aad898554ff651b7df1b4d2e25e5 | feat(ast): implement RS:Evaluation for MemberAccessor | [
{
"change_type": "MODIFY",
"diff": "@@ -680,7 +680,7 @@ export class $ElementAccessExpression implements I$Node {\n// http://www.ecma-international.org/ecma-262/#sec-property-accessors-runtime-semantics-evaluation\npublic Evaluate(\nctx: ExecutionContext,\n- ): $AnyNonEmpty | $Error {\n+ ): $Reference | $Er... | TypeScript | MIT License | aurelia/aurelia | feat(ast): implement RS:Evaluation for MemberAccessor | 1 | feat | ast |
67,476 | 23.11.2019 01:05:41 | -3,600 | d91f0faf6ff9bcd28e0f688faf569f9a707cd54e | feat(ast): implement RS:Evaluation for UnaryExpression | [
{
"change_type": "MODIFY",
"diff": "@@ -94,6 +94,7 @@ import {\nimport {\n$TypeError,\n$Error,\n+ $ReferenceError,\n} from '../types/error';\nimport {\n$ArrayExoticObject,\n@@ -1534,46 +1535,144 @@ export class $PrefixUnaryExpression implements I$Node {\nconst intrinsics = realm['[[Intrinsics]]'];\nthis.log... | TypeScript | MIT License | aurelia/aurelia | feat(ast): implement RS:Evaluation for UnaryExpression | 1 | feat | ast |
67,476 | 23.11.2019 01:11:35 | -3,600 | 9a24db93145e6b7fb1ae5067a31bb64ee9a6a4a8 | feat(ast): implement RS:Evaluation for PostfixUnaryExpression | [
{
"change_type": "MODIFY",
"diff": "@@ -1707,28 +1707,63 @@ export class $PostfixUnaryExpression implements I$Node {\nconst intrinsics = realm['[[Intrinsics]]'];\nthis.logger.debug(`Evaluate(#${ctx.id})`);\n+\n+ switch (this.node.operator) {\n+ case SyntaxKind.PlusPlusToken: {\n// http://www.ecma-internatio... | TypeScript | MIT License | aurelia/aurelia | feat(ast): implement RS:Evaluation for PostfixUnaryExpression | 1 | feat | ast |
551,636 | 23.11.2019 01:41:01 | 0 | 4183d865a592207d350234d66168df8d2c03513e | docs: docker build process | [
{
"change_type": "ADD",
"diff": "+## Building Docker images\n+\n+To build docker images successfully please follow these instructions precisely. There could be a lot of varions on how these images can be built. This is what worked:\n+\n+- Use Windows OS. Docker Desktop might also work on Mac, but not on Lin... | Java | Apache License 2.0 | questdb/questdb | docs: docker build process | 1 | docs | null |
67,476 | 23.11.2019 01:55:32 | -3,600 | 29f8d04f21bb5e4443f73af8ea3936549d2803e4 | feat(ast): implement RS:Evaluation for compound assignment and null coalescing | [
{
"change_type": "MODIFY",
"diff": "@@ -2526,22 +2526,85 @@ export class $BinaryExpression implements I$Node {\n// AssignmentExpression : LeftHandSideExpression = AssignmentExpression\n+ const lhs = this.$left;\n+ const assign = this.$right;\n+\n// 1. If LeftHandSideExpression is neither an ObjectLiteral no... | TypeScript | MIT License | aurelia/aurelia | feat(ast): implement RS:Evaluation for compound assignment and null coalescing | 1 | feat | ast |
67,494 | 23.11.2019 02:18:03 | -3,600 | 46dd7e595f2e1ed151a46ea1213bb1445f334f52 | refactor(router): implement own CustomElement.for | [
{
"change_type": "MODIFY",
"diff": "-import { DI, IContainer, Key, Reporter, Registration } from '@aurelia/kernel';\n-import { Aurelia, IController, IRenderContext, IViewModel, CustomElement, INode } from '@aurelia/runtime';\n+import { DI, IContainer, Key, Reporter, Registration, Metadata } from '@aurelia/k... | TypeScript | MIT License | aurelia/aurelia | refactor(router): implement own CustomElement.for | 1 | refactor | router |
67,476 | 23.11.2019 02:23:56 | -3,600 | 59656dcd309dadeef7560c0c058c41516988e7d7 | feat(aot): implement %String% | [
{
"change_type": "MODIFY",
"diff": "@@ -27,11 +27,12 @@ import {\n$Object,\n} from './types/object';\nimport {\n- $Function,\n+ $Function, $BuiltinFunction,\n} from './types/function';\nimport {\n$IteratorPrototype,\n} from './iteration';\n+import { $StringConstructor } from './text';\nexport type $True = $... | TypeScript | MIT License | aurelia/aurelia | feat(aot): implement %String% | 1 | feat | aot |
551,636 | 23.11.2019 02:29:03 | 0 | e38fcf30bb066e21798df885aafef193e5967531 | docs: docker manifest fun | [
{
"change_type": "MODIFY",
"diff": "@@ -79,8 +79,9 @@ docker manifest create questdb/questdb:4.0.0 questdb/questdb:4.0.0-linux-arm64 q\nPush manifest:\n```\n-docker manifest push questdb/questdb:4.0.0\n+docker manifest push questdb/questdb:4.0.0 --purge\n```\n+The --purge option is there to delete manifest ... | Java | Apache License 2.0 | questdb/questdb | docs: docker manifest fun | 1 | docs | null |
67,476 | 23.11.2019 02:41:59 | -3,600 | d25543eca276cab649aa7fd9bfaf1f78112b1b0f | chore(aot): move string to globals folder | [
{
"change_type": "RENAME",
"diff": "import {\n- $BuiltinFunction, $GetPrototypeFromConstructor, $Function\n-} from './types/function';\n+ $BuiltinFunction,\n+ $GetPrototypeFromConstructor,\n+ $Function,\n+} from '../types/function';\nimport {\nRealm,\nExecutionContext,\n-} from './realm';\n+} from '../realm... | TypeScript | MIT License | aurelia/aurelia | chore(aot): move string to globals folder | 1 | chore | aot |
67,476 | 23.11.2019 02:49:02 | -3,600 | 5efbc5f7e8b558cb31f526f3071fe16d2d4c7ee6 | feat(aot): implement %Object% | [
{
"change_type": "ADD",
"diff": "+import {\n+ $BuiltinFunction,\n+ $GetPrototypeFromConstructor,\n+ $Function,\n+ $OrdinaryCreateFromConstructor,\n+} from '../types/function';\n+import {\n+ Realm,\n+ ExecutionContext,\n+} from '../realm';\n+import {\n+ $AnyNonEmpty,\n+} from '../types/_shared';\n+import {\n... | TypeScript | MIT License | aurelia/aurelia | feat(aot): implement %Object% | 1 | feat | aot |
551,636 | 23.11.2019 09:59:55 | 0 | d932c416ac07a1da0220fe27947e28824f9b260e | docs: updated guide on how to build arm64 image | [
{
"change_type": "MODIFY",
"diff": "@@ -52,9 +52,14 @@ Push this image eventually:\ndocker push questdb/questdb:4.0.0-linux-amd64\n```\n-Create ARM64 image. You will not be able to run it on Windows - so do push straight away\n+Create ARM64 image.\n```\n-docker buildx build --platform linux/arm64 -t questdb... | Java | Apache License 2.0 | questdb/questdb | docs: updated guide on how to build arm64 image | 1 | docs | null |
217,893 | 23.11.2019 10:04:38 | -37,080 | a13249c50d00e5d6a63e7c0aa0d35ff24121644d | fix(search): Fix recipe search not showing any items in some cases | [
{
"change_type": "MODIFY",
"diff": "@@ -179,6 +179,14 @@ export class DataService {\n}];\n}));\n+ if (onlyCraftable){\n+ xivapiFilters.push({\n+ column: \"Recipes.ClassJobID\",\n+ operator: \">\",\n+ value: 0\n+ });\n+ }\n+\nconst searchOptions: XivapiSearchOptions = {\nindexes: [SearchIndex.ITEM],\nstring:... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(search): Fix recipe search not showing any items in some cases | 1 | fix | search |
551,636 | 23.11.2019 10:07:48 | 0 | 31c9f9ad7b2fcacfedfda977ae704ca6457c01e8 | chore: print out architecture to help confirm that docker pulls correct images | [
{
"change_type": "MODIFY",
"diff": "@@ -5,8 +5,8 @@ ENV JRE_DIR jre1.8.0_231\nENV QUESTDB_VERSION 4.0.0\n# install 'ps' command needed by questdb shell script\n-RUN apt-get update && apt-get install -y procps\n-RUN apt-get install linux-perf=4.19+105+deb10u1 -y\n+#RUN apt-get update && apt-get install -y pr... | Java | Apache License 2.0 | questdb/questdb | chore: print out architecture to help confirm that docker pulls correct images | 1 | chore | null |
217,922 | 23.11.2019 11:49:56 | -3,600 | e89c2bea5c401da45d5ad3d68cb883d4d890264c | chore: added more statuses monitoring to fishing data capture | [
{
"change_type": "MODIFY",
"diff": "@@ -5,11 +5,12 @@ import { MachinaService } from '../electron/machina.service';\nimport { FishingReporter } from './fishing-reporter';\nimport { EorzeaFacade } from '../../modules/eorzea/+state/eorzea.facade';\nimport { LazyDataService } from '../data/lazy-data.service';\... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: added more statuses monitoring to fishing data capture
Signed-off-by: Supamiu <contact@flavien-normand.fr> | 1 | chore | null |
67,476 | 23.11.2019 13:03:45 | -3,600 | 46116cd2249311b01a5dfe6f4f92a434d9f4ba97 | chore(aot): add some helper functions to $Object for intrinsics | [
{
"change_type": "MODIFY",
"diff": "@@ -435,6 +435,54 @@ export class $Object<\nthis.propertyKeys.splice(idx, 1)\n}\n+ public setDataProperty(\n+ name: $String,\n+ value: $AnyNonEmpty,\n+ writable: boolean = true,\n+ enumerable: boolean = false,\n+ configurable: boolean = true,\n+ ): void {\n+ const realm =... | TypeScript | MIT License | aurelia/aurelia | chore(aot): add some helper functions to $Object for intrinsics | 1 | chore | aot |
67,516 | 23.11.2019 13:43:59 | -3,600 | 61d6a67c15ec4582ab9f1f00eb999d936840595b | chore(i18n): fixed the readme | [
{
"change_type": "MODIFY",
"diff": "-# `i18n`\n+[](https://opensource.org/licenses/MIT)\n+[](https://lernajs.io/)\n+[: fixed the readme | 1 | chore | i18n |
679,913 | 23.11.2019 15:19:36 | 0 | 898eb537c6812eecc1b6f0dd720ce5a24b431f13 | feat(rstream): update sidechainPartition/Toggle and timeout
use options objects for args
update tests | [
{
"change_type": "MODIFY",
"diff": "@@ -3,6 +3,10 @@ import { CommonOpts, ISubscribable, State } from \"../api\";\nimport { Subscription } from \"../subscription\";\nimport { optsWithID } from \"../utils/idgen\";\n+export interface SidechainPartitionOpts<T> extends CommonOpts {\n+ pred: Predicate<T>;\n+}\n+... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(rstream): update sidechainPartition/Toggle and timeout
- use options objects for args
- update tests | 1 | feat | rstream |
67,476 | 23.11.2019 15:53:18 | -3,600 | fe654e04d9c1724aa4fea69fc18bb617ee03ecc2 | feat(aot): implement %ObjProto_toString% and %FunctionPrototype% wireup | [
{
"change_type": "ADD",
"diff": "+import {\n+ $BuiltinFunction,\n+ $Function,\n+} from '../types/function';\n+import {\n+ Realm,\n+ ExecutionContext,\n+} from '../realm';\n+import {\n+ $AnyNonEmpty,\n+} from '../types/_shared';\n+import {\n+ $Error,\n+} from '../types/error';\n+import {\n+ $Undefined,\n+} f... | TypeScript | MIT License | aurelia/aurelia | feat(aot): implement %ObjProto_toString% and %FunctionPrototype% wireup | 1 | feat | aot |
67,476 | 23.11.2019 16:20:18 | -3,600 | f1b5a89edf1b63dc0a7991fa01ca0ad9e1478b24 | refactor(aot): cleanup constructor/prototype wireups | [
{
"change_type": "MODIFY",
"diff": "@@ -25,18 +25,26 @@ import {\n// http://www.ecma-international.org/ecma-262/#sec-function-constructor\nexport class $FunctionConstructor extends $BuiltinFunction<'%Function%'> {\n- public readonly $prototype: $FunctionPrototype;\n+ public get $prototype(): $FunctionProtot... | TypeScript | MIT License | aurelia/aurelia | refactor(aot): cleanup constructor/prototype wireups | 1 | refactor | aot |
67,476 | 23.11.2019 16:38:49 | -3,600 | 705158109bf3bde42dc5f0119dff016c6c75c99b | refactor(aot): make some optional ctor args explicit | [
{
"change_type": "MODIFY",
"diff": "@@ -41,6 +41,7 @@ import {\n} from '../types/function';\nimport {\n$Any,\n+ CompletionType,\n} from '../types/_shared';\nimport {\n$Object,\n@@ -91,7 +92,8 @@ import {\n$SourceFile,\n} from './modules';\nimport {\n- $Identifier, $Decorator,\n+ $Identifier,\n+ $Decorator,\... | TypeScript | MIT License | aurelia/aurelia | refactor(aot): make some optional ctor args explicit | 1 | refactor | aot |
67,476 | 23.11.2019 16:49:42 | -3,600 | 3d67ae0baecb0dddf66d75ff479a03230fbb0639 | chore(aot): wireup %ObjProto_toString% | [
{
"change_type": "MODIFY",
"diff": "@@ -27,18 +27,10 @@ import {\n// http://www.ecma-international.org/ecma-262/#sec-function-constructor\nexport class $FunctionConstructor extends $BuiltinFunction<'%Function%'> {\npublic get $prototype(): $FunctionPrototype {\n- return this.getProperty(\n- this.realm['[[In... | TypeScript | MIT License | aurelia/aurelia | chore(aot): wireup %ObjProto_toString% | 1 | chore | aot |
679,913 | 23.11.2019 16:50:44 | 0 | b466ebc553dd00e37a84fe20cc61d8e1f275ed37 | feat(rstream): update args for various fromXXX() stream factories
add types for options objects
update tests
BREAKING CHANGE: update stream factories to use options object args
fromAtom
fromInterval
fromIterable
fromView
fromWorker | [
{
"change_type": "MODIFY",
"diff": "@@ -4,19 +4,36 @@ import { CommonOpts } from \"../api\";\nimport { Stream } from \"../stream\";\nimport { optsWithID } from \"../utils/idgen\";\n+export interface FromAtomOpts<T> extends CommonOpts {\n/**\n- * Yields stream of value changes in given atom / cursor. Attache... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(rstream): update args for various fromXXX() stream factories
- add types for options objects
- update tests
BREAKING CHANGE: update stream factories to use options object args
- fromAtom
- fromInterval
- fromIterable
- fromView
- fromWorker | 1 | feat | rstream |
67,476 | 23.11.2019 17:04:35 | -3,600 | 4e232b9f3d8a6247f5af7a472a2707dfad9cdbee | feat(aot): implement Function.prototype.call | [
{
"change_type": "MODIFY",
"diff": "@@ -11,7 +11,7 @@ import {\nCompletionType,\n} from '../types/_shared';\nimport {\n- $Error,\n+ $Error, $TypeError,\n} from '../types/error';\nimport {\n$Undefined,\n@@ -22,6 +22,12 @@ import {\nimport {\n$ObjectPrototype,\n} from './object';\n+import {\n+ $List,\n+} from... | TypeScript | MIT License | aurelia/aurelia | feat(aot): implement Function.prototype.call | 1 | feat | aot |
679,913 | 23.11.2019 17:05:43 | 0 | b39f4d023fdb90d5ad095b2e50d76e69c2b50843 | refactor(rstream-csp): use options object arg
BREAKING CHANGE: use options object arg for fromChannel() | [
{
"change_type": "MODIFY",
"diff": "@@ -2,18 +2,29 @@ import { Channel } from \"@thi.ng/csp\";\nimport { LOGGER, Stream } from \"@thi.ng/rstream\";\nimport { CommonOpts } from \"@thi.ng/rstream/api\";\n+export interface FromChannelOpts extends CommonOpts {\n/**\n+ * If true, the parent CSP channel will be c... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(rstream-csp): use options object arg
BREAKING CHANGE: use options object arg for fromChannel() | 1 | refactor | rstream-csp |
679,913 | 23.11.2019 17:06:44 | 0 | dbe344a24f2605a05db65d5cc7242949e4d2452c | fix(rstream-graph): update prepareNodeInputs() to reflect rstream changes | [
{
"change_type": "MODIFY",
"diff": "@@ -114,7 +114,7 @@ const prepareNodeInputs = (\nlet s;\nconst i = ins[id];\nif (i.path) {\n- s = fromView(state, i.path);\n+ s = fromView(state, { path: i.path });\n} else if (i.stream) {\ns = isString(i.stream) ? resolve(i.stream) : i.stream(resolve);\n} else if (i.cons... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(rstream-graph): update prepareNodeInputs() to reflect rstream changes | 1 | fix | rstream-graph |
217,922 | 23.11.2019 18:33:20 | -3,600 | 0f1687ea5b5ab736cfa8af75a6215f4d03ff9a6e | chore: added proper data report for fishing data | [
{
"change_type": "MODIFY",
"diff": "@@ -51,6 +51,7 @@ import { OauthService } from '../core/auth/oauth.service';\nimport { ConvertLists } from '../modules/list/+state/lists.actions';\nimport { Character } from '@xivapi/angular-client';\nimport { UserService } from '../core/database/user.service';\n+import {... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: added proper data report for fishing data
Signed-off-by: Supamiu <contact@flavien-normand.fr> | 1 | chore | null |
217,922 | 23.11.2019 19:18:48 | -3,600 | f7d0b47b88802aa3ce7514ae4480fc76c09d92af | chore: firebase version fix | [
{
"change_type": "MODIFY",
"diff": "\"integrity\": \"sha512-2piRYW7t+2s/P1NPpcI/3+8Y5l2WnJhm9KACoXW5zmoAPlya8R1aEaR2dNHLNePTMHdg04miEDD9fEz4xUqzZA==\"\n},\n\"@firebase/firestore\": {\n- \"version\": \"1.3.3\",\n- \"resolved\": \"https://registry.npmjs.org/@firebase/firestore/-/firestore-1.3.3.tgz\",\n- \"in... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: firebase version fix
Signed-off-by: Supamiu <contact@flavien-normand.fr> | 1 | chore | null |
902,122 | 23.11.2019 19:33:26 | 0 | c90d41bca3026edd938c461159185bea48401ebb | build: remove safari prefix | [
{
"change_type": "MODIFY",
"diff": "@@ -292,7 +292,7 @@ After the screenshot has been taken, this option allows you to place the screens\nYou can configure the overlay specifying:\n-- **browser**: It sets the browser image overlay to use, being `safari-light` and ` safari-dark` supported values.\n+- **brows... | JavaScript | MIT License | microlinkhq/browserless | build: remove safari prefix | 1 | build | null |
902,122 | 23.11.2019 19:34:14 | 0 | 2bb41b8b3fb8a1de46143e0ae174d2f41ae96999 | build: setup media print and pass props | [
{
"change_type": "MODIFY",
"diff": "@@ -5,8 +5,9 @@ const createGoto = require('@browserless/goto')\nmodule.exports = ({ goto, ...gotoOpts } = {}) => {\ngoto = goto || createGoto(gotoOpts)\n- return page => async (url, opts = {}) => {\n- const {\n+ return page => async (\n+ url,\n+ {\nformat = 'A4',\nmargin... | JavaScript | MIT License | microlinkhq/browserless | build: setup media print and pass props | 1 | build | null |
902,122 | 23.11.2019 19:44:04 | 0 | afa4fd7713a3edd71f2bc49c27b02d0fd16f2373 | chore(release): v5.17.5 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [5.17.5](https://github.com/kikobeats/browserless/compare/v5.17.4...v5.17.5) (2019-11-23)\n+\n+**Note:** Version b... | JavaScript | MIT License | microlinkhq/browserless | chore(release): v5.17.5 | 1 | chore | release |
679,913 | 23.11.2019 20:07:00 | 0 | 0003e0513638eaf6f4519282861ccca24cb883b8 | refactor(examples): update examples to new rstream API | [
{
"change_type": "MODIFY",
"diff": "import { Fn } from \"@thi.ng/api\";\nimport { setInMany } from \"@thi.ng/paths\";\nimport {\n- PubSub,\n+ ISubscriber,\npubsub,\nstream,\ntrace\n@@ -32,9 +32,8 @@ events.subscribe(trace(\"event:\"));\n* will delegate to event ID based child subscriptions (the actual event... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): update examples to new rstream API | 1 | refactor | examples |
67,476 | 23.11.2019 21:21:15 | -3,600 | 83bdc515cc1f60bdfa54c3710753d97813cc0aa6 | fix(aot): fix context issue in [[Construct]] | [
{
"change_type": "MODIFY",
"diff": "@@ -179,6 +179,7 @@ export class $Function<\n// 12. Remove calleeContext from the execution context stack and restore callerContext as the running execution context.\nstack.pop();\n+ ctx.resume();\n// 13. If result.[[Type]] is return, then\nif (result['[[Type]]'] === Comp... | TypeScript | MIT License | aurelia/aurelia | fix(aot): fix context issue in [[Construct]] | 1 | fix | aot |
67,476 | 23.11.2019 21:28:06 | -3,600 | c7530c0676459afee086db68e05f361b8ee5feda | chore(aot): wireup class decl evaluation | [
{
"change_type": "MODIFY",
"diff": "@@ -755,6 +755,23 @@ export class $ClassDeclaration implements I$Node {\n// 7. Return value.\nreturn value;\n}\n+\n+ // http://www.ecma-international.org/ecma-262/#sec-class-definitions-runtime-semantics-evaluation\n+ public Evaluate(\n+ ctx: ExecutionContext,\n+ ): $Empt... | TypeScript | MIT License | aurelia/aurelia | chore(aot): wireup class decl evaluation | 1 | chore | aot |
67,476 | 23.11.2019 21:36:30 | -3,600 | 9cf2db65668c3be98591ff88971e4143b6449bdf | fix(ast): use the correct [[SourceText]] for class constructor | [
{
"change_type": "MODIFY",
"diff": "@@ -1167,7 +1167,7 @@ export class $ConstructorDeclaration implements I$Node {\nclosure['[[HomeObject]]'] = object;\n// 9. Set closure.[[SourceText]] to the source text matched by MethodDefinition.\n- closure['[[SourceText]]'] = new $String(realm, this.node.getText(this.s... | TypeScript | MIT License | aurelia/aurelia | fix(ast): use the correct [[SourceText]] for class constructor | 1 | fix | ast |
217,922 | 23.11.2019 22:16:43 | -3,600 | 24a24e514e7c9c39e5a6266c8a58dfbeea3bdb3f | chore: small fix for firestore's timestamps | [
{
"change_type": "MODIFY",
"diff": "@@ -66,6 +66,7 @@ export class AuthFacade {\nfavorites$ = this.user$.pipe(map(user => user.favorites));\nidToken$ = this.af.user.pipe(\n+ filter(user => user !== null),\nswitchMap(user => {\nreturn from(user.getIdTokenResult())\n.pipe(\n@@ -74,6 +75,7 @@ export class Auth... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: small fix for firestore's timestamps
Signed-off-by: Supamiu <contact@flavien-normand.fr> | 1 | chore | null |
679,913 | 23.11.2019 22:23:35 | 0 | 0a70b90a244b8d1285ee6c0c01e8e4d570c18a91 | feat(rstream): add CommonOpts support for ISubscribable & ITransformable | [
{
"change_type": "MODIFY",
"diff": "@@ -96,27 +96,47 @@ export interface ISubscriber<T> {\n}\nexport interface ISubscribable<T> extends IDeref<T>, IID<string> {\n+ subscribe(\n+ sub: Partial<ISubscriber<T>>,\n+ opts?: Partial<CommonOpts>\n+ ): Subscription<T, T>;\nsubscribe<C>(\nsub: Partial<ISubscriber<T>>... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(rstream): add CommonOpts support for ISubscribable & ITransformable | 1 | feat | rstream |
217,922 | 23.11.2019 23:14:07 | -3,600 | ad02575fe643a69467b1d38c5ab84311b46d21b5 | fix(alarms): fixed a layout issue with compact display | [
{
"change_type": "MODIFY",
"diff": "fxLayout=\"row\"\nfxLayoutAlign=\"flex-start center\"\nnz-row>\n- <div nz-col nzMd=\"4\">\n+ <div nz-col nzMd=\"3\">\n<div fxLayout=\"row\" fxLayoutAlign=\"flex-start center\" fxLayoutGap=\"5px\">\n<nz-switch (click)=\"$event.stopPropagation();\"\n[(ngModel)]=\"row.alarm.... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(alarms): fixed a layout issue with compact display
Signed-off-by: Supamiu <contact@flavien-normand.fr> | 1 | fix | alarms |
471,527 | 23.11.2019 23:37:32 | -3,600 | d9c244e4d2af1072634eafdff93aed1c34db52fe | fix(demoing-storybook): show api table in docs mode | [
{
"change_type": "MODIFY",
"diff": "\"@babel/plugin-transform-react-jsx\": \"^7.3.0\",\n\"@mdx-js/mdx\": \"^1.5.1\",\n\"@open-wc/building-rollup\": \"^0.14.2\",\n- \"@open-wc/storybook-prebuilt\": \"^0.0.5\",\n+ \"@open-wc/storybook-prebuilt\": \"^0.0.6\",\n\"@storybook/addon-docs\": \"^5.2.5\",\n\"command-... | JavaScript | MIT License | open-wc/open-wc | fix(demoing-storybook): show api table in docs mode | 1 | fix | demoing-storybook |
679,913 | 24.11.2019 00:33:40 | 0 | 680848d259910df41593ee67030d0e1ea3934cd0 | fix(rstream-graph): update prepareNodeOutputs to reflect rstream changes | [
{
"change_type": "MODIFY",
"diff": "@@ -151,7 +151,7 @@ const prepareNodeOutputs = (\n{\nnext: (x) => state.resetIn(path, x)\n},\n- `out-${nodeID}`\n+ { id: `out-${nodeID}` }\n))(o);\n} else {\nres[id] = ((path, id) =>\n@@ -160,7 +160,7 @@ const prepareNodeOutputs = (\nnext: (x) => state.resetIn(path, x)\n}... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(rstream-graph): update prepareNodeOutputs to reflect rstream changes | 1 | fix | rstream-graph |
679,913 | 24.11.2019 00:34:55 | 0 | 1936cd3b24dee7a97bfa8f5863dc933ca3267ad9 | fix(rstream-query): update TripleStore to reflect rstream changes | [
{
"change_type": "MODIFY",
"diff": "@@ -287,7 +287,7 @@ export class TripleStore implements Iterable<Triple>, IToDot {\nreturn res;\n}),\ndedupe(equiv),\n- id\n+ { id }\n);\n}\n@@ -326,7 +326,10 @@ export class TripleStore implements Iterable<Triple>, IToDot {\nreturn sync<Solutions, Solutions>({\nid,\nsrc:... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(rstream-query): update TripleStore to reflect rstream changes | 1 | fix | rstream-query |
679,913 | 24.11.2019 01:16:43 | 0 | f69aee35e31151a05317d04a35ad15c8b592d576 | fix(examples): update rstream constructs to new API | [
{
"change_type": "MODIFY",
"diff": "@@ -268,7 +268,7 @@ const data = sync<any, any>({\n// this stream combinator (re)computes the SVG chart\n// updates whenever data, theme or window size has changed\n-const chart = sync({\n+const chart = sync<any, any>({\nsrc: {\ndata,\ntheme,\n@@ -426,7 +426,7 @@ const ch... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(examples): update rstream constructs to new API | 1 | fix | examples |
679,913 | 24.11.2019 01:18:04 | 0 | 1be66ca50923c42acc4279681ae6b35e0aa4c1f4 | build: update build-examples script to prioritize `build:webpack` | [
{
"change_type": "MODIFY",
"diff": "@@ -12,7 +12,14 @@ for e in $examples; do\necho \"building $e...\"\necho \"------------------------------\"\nrm -rf $e/out $e/.cache\n+ if [ ! -r $e/package.json ]; then\n+ continue\n+ fi\n+ if grep --quiet build:webpack $e/package.json; then\n+ (cd $e && yarn build:webpa... | TypeScript | Apache License 2.0 | thi-ng/umbrella | build: update build-examples script to prioritize `build:webpack` | 1 | build | null |
67,476 | 24.11.2019 02:01:33 | -3,600 | b055f9e48ce1adcd8dec83a1cd5203fed9fa7974 | refactor(aot): reorganize FormalParameterList static semantics and properly fix class/function eval | [
{
"change_type": "MODIFY",
"diff": "@@ -92,14 +92,28 @@ describe('AOT (smoke tests)', function () {\nassert.strictEqual(result['[[Value]]'], 2);\n});\n- it.skip('new object', async function () {\n+ it('new class instance', async function () {\n+ const result = await execute(`\n+ class Foo {\n+ get value() {... | TypeScript | MIT License | aurelia/aurelia | refactor(aot): reorganize FormalParameterList static semantics and properly fix class/function eval | 1 | refactor | aot |
603,467 | 24.11.2019 02:50:09 | 0 | da3eaa35d93bfd67730a567050b5483f92d89cca | fix(jasmine): Scenarios failed due to an AssertionError are marked as such | [
{
"change_type": "MODIFY",
"diff": "@@ -180,6 +180,12 @@ export class SerenityReporterForJasmine {\n? ErrorSerialiser.deserialiseFromStackTrace(failure.stack)\n: new Error(failure.message);\n+ if (cause instanceof AssertionError) {\n+ // sadly, Jasmine error propagation mechanism is rather basic\n+ // and u... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | fix(jasmine): Scenarios failed due to an AssertionError are marked as such | 1 | fix | jasmine |
67,476 | 24.11.2019 03:11:26 | -3,600 | 3b9b2cba605e56a281ae2ba2edc80dd64b74ff49 | feat(aot): add %StringPrototype% | [
{
"change_type": "MODIFY",
"diff": "@@ -9,6 +9,7 @@ import {\n} from '../realm';\nimport {\n$AnyNonEmpty,\n+ CompletionType,\n} from '../types/_shared';\nimport {\n$Error,\n@@ -22,15 +23,30 @@ import {\nimport {\n$StringExoticObject,\n} from '../exotics/string';\n-\n+import {\n+ $FunctionPrototype,\n+} from... | TypeScript | MIT License | aurelia/aurelia | feat(aot): add %StringPrototype% | 1 | feat | aot |
67,476 | 24.11.2019 03:25:53 | -3,600 | 0d28a0539ff219cb74ee522e8d4ab4afa09f8a5b | feat(aot): add %Number% and %NumberPrototype% | [
{
"change_type": "MODIFY",
"diff": "@@ -49,6 +49,10 @@ import {\nimport {\nCompletionType,\n} from './types/_shared';\n+import {\n+ $NumberConstructor,\n+ $NumberPrototype,\n+} from './globals/number';\nexport type $True = $Boolean<true>;\nexport type $False = $Boolean<false>;\n@@ -448,8 +452,11 @@ export c... | TypeScript | MIT License | aurelia/aurelia | feat(aot): add %Number% and %NumberPrototype% | 1 | feat | aot |
603,467 | 24.11.2019 03:28:03 | 0 | 55451dad1808f3332f4ca0bff7b631432710c7ec | fix(core): ErrorSerialiser correctly interprets assertion errors reported by Jasmine
Instead of reporting an _error message_, Jasmine reports a _display message_, optimised for a human
reader rather than an automated process. Fixed the ErrorSerialiser so that it correctly recognises
those messages. | Added a `trimmed` ... | [
{
"change_type": "MODIFY",
"diff": "@@ -59,7 +59,7 @@ export class ErrorSerialiser {\nstatic deserialiseFromStackTrace(stack: string) {\nconst lines = stack.split('\\n');\n- const pattern = /^([^\\s:]+):\\s(.*)$/;\n+ const pattern = /^([^\\s:]*Error):\\s(.*)$/;\nif (! pattern.test(lines[0])) {\nreturn new E... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | fix(core): ErrorSerialiser correctly interprets assertion errors reported by Jasmine
Instead of reporting an _error message_, Jasmine reports a _display message_, optimised for a human
reader rather than an automated process. Fixed the ErrorSerialiser so that it correctly recognises
those messages. | Added a `trimmed`... | 1 | fix | core |
67,476 | 24.11.2019 03:42:17 | -3,600 | d72f1621443345412a220e0e6e3335ef7adf52ba | feat(aot): add %Boolean% and %BooleanPrototype% | [
{
"change_type": "MODIFY",
"diff": "@@ -53,6 +53,10 @@ import {\n$NumberConstructor,\n$NumberPrototype,\n} from './globals/number';\n+import {\n+ $BooleanConstructor,\n+ $BooleanPrototype,\n+} from './globals/boolean';\nexport type $True = $Boolean<true>;\nexport type $False = $Boolean<false>;\n@@ -456,7 +4... | TypeScript | MIT License | aurelia/aurelia | feat(aot): add %Boolean% and %BooleanPrototype% | 1 | feat | aot |
67,476 | 24.11.2019 04:15:18 | -3,600 | 4afbcba74d913618e601c60f39e76302aeb24993 | feat(aot): add %Symbol% and %SymbolPrototype% | [
{
"change_type": "ADD",
"diff": "+import {\n+ $BuiltinFunction,\n+ $Function,\n+} from '../types/function';\n+import {\n+ Realm,\n+ ExecutionContext,\n+} from '../realm';\n+import {\n+ $AnyNonEmpty,\n+ CompletionType,\n+} from '../types/_shared';\n+import {\n+ $Error,\n+ $TypeError,\n+} from '../types/error... | TypeScript | MIT License | aurelia/aurelia | feat(aot): add %Symbol% and %SymbolPrototype% | 1 | feat | aot |
67,476 | 24.11.2019 04:22:06 | -3,600 | 3f5f57ceeb2a73cddd3cef4aba95e56503b9f61f | refactor(aot): specify and reorder some intrinsic types | [
{
"change_type": "MODIFY",
"diff": "@@ -243,16 +243,30 @@ export class Intrinsics {\npublic readonly '@@toStringTag': $Symbol<$String<'Symbol.toStringTag'>>;\npublic readonly '@@unscopables': $Symbol<$String<'Symbol.unscopables'>>;\n- public readonly '%ObjectPrototype%': $Object<'%ObjectPrototype%'>;\n- pub... | TypeScript | MIT License | aurelia/aurelia | refactor(aot): specify and reorder some intrinsic types | 1 | refactor | aot |
67,476 | 24.11.2019 04:28:50 | -3,600 | 2d2a55e86846979e2b1355c46a314650b03ada8b | chore(aot): move %Promise% to globals | [
{
"change_type": "RENAME",
"diff": "import {\n$Object,\n-} from './types/object';\n+} from '../types/object';\nimport {\n$Function,\n$BuiltinFunction,\n-} from './types/function';\n+} from '../types/function';\nimport {\nExecutionContext,\nRealm,\n-} from './realm';\n+} from '../realm';\nimport {\n$AnyNonEm... | TypeScript | MIT License | aurelia/aurelia | chore(aot): move %Promise% to globals | 1 | chore | aot |
67,476 | 24.11.2019 04:31:00 | -3,600 | 2ab126bf32d82b0b77b712a00f43ddc936178991 | chore(aot): move iteration to globals | [
{
"change_type": "MODIFY",
"diff": "@@ -42,7 +42,7 @@ import {\n$IteratorValue,\n$GetIterator,\n$IteratorClose,\n-} from '../iteration';\n+} from '../globals/iteration';\nimport {\n$TypeError,\n$Error,\n",
"new_path": "packages/aot/src/vm/ast/bindings.ts",
"old_path": "packages/aot/src/vm/ast/bindin... | TypeScript | MIT License | aurelia/aurelia | chore(aot): move iteration to globals | 1 | chore | aot |
67,476 | 24.11.2019 05:27:31 | -3,600 | 67acf3352ad52cfa9ab1a9268537190d5be180b1 | feat(aot): add+implement %Error% and %ErrorPrototype% | [
{
"change_type": "MODIFY",
"diff": "@@ -61,6 +61,11 @@ import {\n$SymbolConstructor,\n$SymbolPrototype,\n} from './globals/symbol';\n+import {\n+ $ErrorConstructor,\n+ $ErrorPrototype,\n+ $ErrorPrototype_toString,\n+} from './globals/error';\nexport type $True = $Boolean<true>;\nexport type $False = $Boolea... | TypeScript | MIT License | aurelia/aurelia | feat(aot): add+implement %Error% and %ErrorPrototype% | 1 | feat | aot |
67,476 | 24.11.2019 05:44:33 | -3,600 | 089d096e224d9d262903d8818446b179790e9f3c | feat(aot): add %EvalError% and %EvalErrorPrototype% | [
{
"change_type": "MODIFY",
"diff": "@@ -65,6 +65,8 @@ import {\n$ErrorConstructor,\n$ErrorPrototype,\n$ErrorPrototype_toString,\n+ $EvalErrorConstructor,\n+ $EvalErrorPrototype,\n} from './globals/error';\nexport type $True = $Boolean<true>;\n@@ -269,6 +271,27 @@ export class Intrinsics {\npublic readonly '... | TypeScript | MIT License | aurelia/aurelia | feat(aot): add %EvalError% and %EvalErrorPrototype% | 1 | feat | aot |
67,476 | 24.11.2019 05:46:33 | -3,600 | dd9132b9dd95d91765281ecbfdccf5f6bc7e9762 | feat(aot): add %RangeError% and %RangeErrorPrototype% | [
{
"change_type": "MODIFY",
"diff": "@@ -67,6 +67,8 @@ import {\n$ErrorPrototype_toString,\n$EvalErrorConstructor,\n$EvalErrorPrototype,\n+ $RangeErrorConstructor,\n+ $RangeErrorPrototype,\n} from './globals/error';\nexport type $True = $Boolean<true>;\n@@ -506,8 +508,11 @@ export class Intrinsics {\nevalErr... | TypeScript | MIT License | aurelia/aurelia | feat(aot): add %RangeError% and %RangeErrorPrototype% | 1 | feat | aot |
67,476 | 24.11.2019 05:52:42 | -3,600 | ea0a2027449fd44d8b7269e15cc324a53d107acc | feat(aot): add %ReferenceError% and %ReferenceErrorPrototype% | [
{
"change_type": "MODIFY",
"diff": "@@ -69,6 +69,8 @@ import {\n$EvalErrorPrototype,\n$RangeErrorConstructor,\n$RangeErrorPrototype,\n+ $ReferenceErrorConstructor,\n+ $ReferenceErrorPrototype,\n} from './globals/error';\nexport type $True = $Boolean<true>;\n@@ -514,6 +516,12 @@ export class Intrinsics {\nra... | TypeScript | MIT License | aurelia/aurelia | feat(aot): add %ReferenceError% and %ReferenceErrorPrototype% | 1 | feat | aot |
67,476 | 24.11.2019 05:53:51 | -3,600 | 0cc3aa4f062e0687b1a64453eac6963ee7aabfa1 | feat(aot): add %SyntaxError% and %SyntaxErrorPrototype% | [
{
"change_type": "MODIFY",
"diff": "@@ -71,6 +71,8 @@ import {\n$RangeErrorPrototype,\n$ReferenceErrorConstructor,\n$ReferenceErrorPrototype,\n+ $SyntaxErrorConstructor,\n+ $SyntaxErrorPrototype,\n} from './globals/error';\nexport type $True = $Boolean<true>;\n@@ -522,6 +524,12 @@ export class Intrinsics {\... | TypeScript | MIT License | aurelia/aurelia | feat(aot): add %SyntaxError% and %SyntaxErrorPrototype% | 1 | feat | aot |
67,476 | 24.11.2019 05:55:07 | -3,600 | 090616d63ee61fbf0f6dda439ce91cae582fb581 | feat(aot): add %TypeError% and %TypeErrorPrototype% | [
{
"change_type": "MODIFY",
"diff": "@@ -73,6 +73,8 @@ import {\n$ReferenceErrorPrototype,\n$SyntaxErrorConstructor,\n$SyntaxErrorPrototype,\n+ $TypeErrorConstructor,\n+ $TypeErrorPrototype,\n} from './globals/error';\nexport type $True = $Boolean<true>;\n@@ -530,6 +532,12 @@ export class Intrinsics {\nsynta... | TypeScript | MIT License | aurelia/aurelia | feat(aot): add %TypeError% and %TypeErrorPrototype% | 1 | feat | aot |
67,476 | 24.11.2019 05:55:54 | -3,600 | efe3bbc3da6ed62920866db3780d5a0271c120ff | feat(aot): add %URIError% and %URIErrorPrototype% | [
{
"change_type": "MODIFY",
"diff": "@@ -75,6 +75,8 @@ import {\n$SyntaxErrorPrototype,\n$TypeErrorConstructor,\n$TypeErrorPrototype,\n+ $URIErrorConstructor,\n+ $URIErrorPrototype,\n} from './globals/error';\nexport type $True = $Boolean<true>;\n@@ -538,17 +540,11 @@ export class Intrinsics {\ntypeErrorProt... | TypeScript | MIT License | aurelia/aurelia | feat(aot): add %URIError% and %URIErrorPrototype% | 1 | feat | aot |
815,745 | 24.11.2019 12:06:51 | -7,200 | f99d06f7d1a4ce270a04288ec7f725031379226d | fix: filtering after composition end with searchWhileComposing
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -3674,6 +3674,15 @@ describe('NgSelectComponent', () => {\nexpect(select.searchTerm).toBe(imeInputValue);\n}));\n+\n+ it('should update search term when searchWhileComposing', fakeAsync(() => {\n+ select.searchWhileComposing = true;\n+ select.onCompositionStart();\n+ s... | TypeScript | MIT License | ng-select/ng-select | fix: filtering after composition end with searchWhileComposing
closes #1449 | 1 | fix | null |
217,922 | 24.11.2019 13:59:52 | -3,600 | e464b4e8c8132d44a9cb2b59b82b49b9206703bc | chore: fix for createdAt changes | [
{
"change_type": "DELETE",
"diff": "-import { CommissionMessage } from './commission-message';\n-import { DeserializeAs } from '@kaiu/serializer';\n-import { DataModel } from '../../core/database/storage/data-model';\n-\n-export class CommissionDiscussion extends DataModel {\n-\n- @DeserializeAs([Commission... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: fix for createdAt changes
Signed-off-by: Supamiu <contact@flavien-normand.fr> | 1 | chore | null |
67,516 | 24.11.2019 14:19:14 | -3,600 | b947b7f423ba6e51acc371f6cbc79c09b3007846 | refactor(validation): fixed misc build issues | [
{
"change_type": "MODIFY",
"diff": "import { IContainer, PLATFORM, Registration } from '@aurelia/kernel';\n-export * from './controller-validate-result';\n-export * from './get-target-dom-element';\n-export * from './property-info';\n-export * from './property-accessor-parser';\n-export * from './validate-b... | TypeScript | MIT License | aurelia/aurelia | refactor(validation): fixed misc build issues | 1 | refactor | validation |
679,913 | 24.11.2019 14:30:38 | 0 | 552ed646b5527569777500d0235de8e6d19ec67a | perf(seq): update most functions, add docs/tests, update readme
optimize aseq/rseq()
optimize concat/concatA()
add ISequable support for iterator() | [
{
"change_type": "MODIFY",
"diff": "@@ -22,12 +22,16 @@ This project is part of the\nVarious implementations of the [@thi.ng/api\n`ISeq`](https://github.com/thi-ng/umbrella/tree/develop/packages/api/src/api/seq.ts)\n-interface / sequence abstraction and related tooling.\n+interface / sequence abstraction an... | TypeScript | Apache License 2.0 | thi-ng/umbrella | perf(seq): update most functions, add docs/tests, update readme
- optimize aseq/rseq()
- optimize concat/concatA()
- add ISequable support for iterator() | 1 | perf | seq |
679,913 | 24.11.2019 14:33:39 | 0 | bc4141e99cdbe9e6782208cb729ed15590da9d10 | docs(seq): fix/add missing link | [
{
"change_type": "MODIFY",
"diff": "@@ -108,8 +108,9 @@ rseq([1, 2, 3]).next().first()\n```\nSince the entire approach is interface based, sequences can be defined\n-for any custom datatype (preferably via the [ISeqable]() interface), for\n-example here using\n+for any custom datatype (preferably via the\n+... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(seq): fix/add missing link | 1 | docs | seq |
76,617 | 24.11.2019 15:08:32 | -3,600 | 5a4196ec5136ff2fec9bcc131a17d69e09b55e35 | feat: optimize ExtractorEnum.getBestSubstringList
don't concat the next word, if doing it will never match with
the first word | [
{
"change_type": "MODIFY",
"diff": "@@ -147,6 +147,7 @@ class ExtractorEnum {\n}\nreturn result;\n}\n+ const maxLevenshtein = str2len * (1 - threshold);\nconst wordPositions = words1 || this.getWordPositions(str1);\nconst wordPositionsLen = wordPositions.length;\nfor (let i = 0; i < wordPositionsLen; i += 1... | JavaScript | MIT License | axa-group/nlp.js | feat: optimize ExtractorEnum.getBestSubstringList
don't concat the next word, if doing it will never match with
the first word | 1 | feat | null |
67,476 | 24.11.2019 15:41:09 | -3,600 | 482b6954f9a37ad640691b4af567f0424fc24bcc | feat(ast): implement RS:ArrayAccumulation for SpreadElement | [
{
"change_type": "MODIFY",
"diff": "@@ -89,6 +89,18 @@ import {\nimport {\n$EnumMember,\n} from './types';\n+import {\n+ $Number,\n+} from '../types/number';\n+import {\n+ $ArrayExoticObject,\n+} from '../exotics/array';\n+import {\n+ $CreateDataProperty,\n+} from '../operations';\n+import {\n+ $Boolean,\n+... | TypeScript | MIT License | aurelia/aurelia | feat(ast): implement RS:ArrayAccumulation for SpreadElement | 1 | feat | ast |
67,476 | 24.11.2019 15:55:22 | -3,600 | 64f8368ed536666b912b528eea0765eb09b24e17 | feat(ast): implement RS:Evaluation for ArrayLiteralExpression | [
{
"change_type": "MODIFY",
"diff": "@@ -53,6 +53,8 @@ import {\n$StrictEqualityComparison,\n$Call,\n$Construct,\n+ $CreateDataProperty,\n+ $Set,\n} from '../operations';\nimport {\n$String,\n@@ -90,6 +92,7 @@ import {\n$IteratorRecord,\n$IteratorStep,\n$IteratorValue,\n+ $GetIterator,\n} from '../globals/it... | TypeScript | MIT License | aurelia/aurelia | feat(ast): implement RS:Evaluation for ArrayLiteralExpression | 1 | feat | ast |
471,470 | 24.11.2019 18:18:02 | -3,600 | 8d2e0a89bb5b34b4abaa4c6a5f695037f8cc6f1a | fix(create): update building rollup version | [
{
"change_type": "MODIFY",
"diff": "\"build\": \"rimraf dist && rollup -c rollup.config.js\"\n},\n\"devDependencies\": {\n- \"@open-wc/building-rollup\": \"^0.9.0\",\n+ \"@open-wc/building-rollup\": \"^0.14.3\",\n\"rimraf\": \"^2.6.3\",\n\"rollup\": \"^1.15.4\"\n}\n",
"new_path": "packages/create/src/ge... | JavaScript | MIT License | open-wc/open-wc | fix(create): update building rollup version (#1039) | 1 | fix | create |
471,536 | 24.11.2019 19:44:08 | -7,200 | 16910b009a8dff68346df74f676cf968d941d507 | chore(create): add test:update-snapshots command
closes | [
{
"change_type": "MODIFY",
"diff": "\"start\": \"npm run build && node ./dist/create.js\",\n\"test\": \"npm run test:node\",\n\"test:node\": \"mocha --require @babel/register\",\n+ \"test:update-snapshots\": \"node -r @babel/register ./test/update-snapshots.js\",\n\"test:watch\": \"onchange 'src/**/*.js' 't... | JavaScript | MIT License | open-wc/open-wc | chore(create): add test:update-snapshots command
closes #1032 | 1 | chore | create |
679,913 | 24.11.2019 20:20:03 | 0 | f6bbcd57a04cf71389eb8045773275748ef0c50c | feat(dcons): add sort(), update shuffle(), add tests
add dep
rewrite & optimize shuffle() w/ support for IRandom
update readme | [
{
"change_type": "MODIFY",
"diff": "@@ -19,7 +19,8 @@ Comprehensive doubly linked list structure with:\n- Node swaps (O(1))\n- Reversing (O(n/2))\n- Rotation (left / right) (O(1))\n-- Shuffling\n+- Shuffling (configurable, support custom PRNG)\n+- Sorting (Merge sort, w/ custom comparator)\n- Slicing (subli... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(dcons): add sort(), update shuffle(), add tests
- add @thi.ng/random dep
- rewrite & optimize shuffle() w/ support for IRandom
- update readme | 1 | feat | dcons |
217,922 | 24.11.2019 21:05:03 | -3,600 | 504ac4e9e4f7993962466218d932290a7e10deab | fix(desktop): fixed an issue with desktop app being started again when in tray | [
{
"change_type": "MODIFY",
"diff": "@@ -51,8 +51,11 @@ if (isDev) {\n}\nif (!options.multi) {\n-\n- app.requestSingleInstanceLock();\n+ const gotTheLock = app.requestSingleInstanceLock();\n+ if (!gotTheLock) {\n+ app.isQuitting = true;\n+ app.quit();\n+ } else {\napp.on('second-instance', (event, commandLin... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(desktop): fixed an issue with desktop app being started again when in tray
Signed-off-by: Supamiu <contact@flavien-normand.fr> | 1 | fix | desktop |
603,467 | 24.11.2019 21:49:56 | 0 | 6b7a55e28e727c5c43da4d811bf833bef7cefad6 | feat(serenity-bdd): AssertionErrors are reported together with a diff of actual/expected | [
{
"change_type": "MODIFY",
"diff": "},\n\"dependencies\": {\n\"cuid\": \"2.1.1\",\n+ \"diff\": \"^4.0.1\",\n\"error-stack-parser\": \"2.0.2\",\n\"filenamify\": \"^4.1.0\",\n\"graceful-fs\": \"4.1.11\",\n\"devDependencies\": {\n\"@documentation/esdoc-template\": \"2.0.1-alpha.85\",\n\"@types/cuid\": \"1.3.0\... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | feat(serenity-bdd): AssertionErrors are reported together with a diff of actual/expected | 1 | feat | serenity-bdd |
551,636 | 24.11.2019 22:49:43 | 0 | 52fd5b76c6ebdef445f93f75ba7a98969c6f3fd7 | chore: 4.0.1-SNAPSHOT | [
{
"change_type": "MODIFY",
"diff": "<dependency>\n<groupId>org.questdb</groupId>\n<artifactId>core</artifactId>\n- <version>4.0.0</version>\n+ <version>4.0.1-SNAPSHOT</version>\n</dependency>\n<dependency>\n<groupId>org.apache.logging.log4j</groupId>\n",
"new_path": "benchmarks/pom.xml",
"old_path":... | Java | Apache License 2.0 | questdb/questdb | chore: 4.0.1-SNAPSHOT | 1 | chore | null |
603,467 | 24.11.2019 23:01:38 | 0 | 5eae90b6d430fe5175753b280c8a73deba90baf2 | fix(jasmine): Report AssertionErrors correctly | [
{
"change_type": "ADD",
"diff": "+const\n+ { Actor } = require('@serenity-js/core'),\n+ { Ensure, equals } = require('@serenity-js/assertions');\n+\n+describe('Jasmine', () => {\n+\n+ describe('A screenplay scenario', () => {\n+\n+ const Donald = Actor.named('Donald').whoCan();\n+\n+ it('correctly reports a... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | fix(jasmine): Report AssertionErrors correctly | 1 | fix | jasmine |
866,402 | 25.11.2019 00:28:49 | 28,800 | 706017d827b98cfcfa52f43965cf2552fe67784e | feat(tag): introduce tag | [
{
"change_type": "ADD",
"diff": "+/**\n+ * @license\n+ *\n+ * Copyright IBM Corp. 2019\n+ *\n+ * This source code is licensed under the Apache-2.0 license found in the\n+ * LICENSE file in the root directory of this source tree.\n+ */\n+\n+import { html, property, customElement, LitElement } from 'lit-eleme... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | feat(tag): introduce tag (#179) | 1 | feat | tag |
603,467 | 25.11.2019 01:09:36 | 0 | 30e4def6e4ad3b8b2d81e83d5246064ac97eb16f | docs(console-reporter): Documented the API of the new ConsoleReporter | [
{
"change_type": "MODIFY",
"diff": "padding: 4px;\n}\n+ h4 {\n+ font-size: 16px;\n+ padding: 4px;\n+ }\n+\ndetails {\ncursor: pointer;\n}\n",
"new_path": "documentation/website/src/css/api-docs/style.scss",
"old_path": "documentation/website/src/css/api-docs/style.scss"
},
{
"change_type": "... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | docs(console-reporter): Documented the API of the new ConsoleReporter | 1 | docs | console-reporter |
551,636 | 25.11.2019 02:00:09 | 0 | 3e8913e015ff68715963381d4f0429d13161af0c | fix: removed typo of hardcoded dependency on java8 | [
{
"change_type": "MODIFY",
"diff": "package io.questdb.std;\n-import org.omg.CORBA.Object;\nimport java.util.Arrays;\npublic class LowerCaseAsciiCharSequenceObjHashMap<T> extends AbstractLowerCaseAsciiCharSequenceHashSet {\n- private final java.lang.Object noEntryValue = null;\nprivate T[] values;\npublic L... | Java | Apache License 2.0 | questdb/questdb | fix: removed typo of hardcoded dependency on java8 | 1 | fix | null |
551,636 | 25.11.2019 02:25:47 | 0 | a5f4db510d1507a6cc5ca296dd294f062d13b070 | fix: docker command for arm64 | [
{
"change_type": "MODIFY",
"diff": "@@ -54,7 +54,7 @@ docker push questdb/questdb:4.0.0-linux-amd64\nCreate ARM64 image.\n```\n-docker buildx build --platform linux/arm64 -t questdb/questdb:4.0.0-linux-arm64 --file Dockerfile-linux . --load\n+docker buildx build --platform linux/arm64 -t questdb/questdb:4.0... | Java | Apache License 2.0 | questdb/questdb | fix: docker command for arm64 | 1 | fix | null |
67,516 | 25.11.2019 06:47:15 | -3,600 | 74b312e464fc2f934d45888cb9fb6ef5c165877d | refactor(validation): cleaned up validation rules | [
{
"change_type": "MODIFY",
"diff": "-import { Class } from '@aurelia/kernel';\n+import { Class, IContainer } from '@aurelia/kernel';\nimport { IInterpolationExpression } from '@aurelia/runtime';\nimport { IValidationMessageProvider } from './validation-messages';\n-import { ValidationRules } from './validat... | TypeScript | MIT License | aurelia/aurelia | refactor(validation): cleaned up validation rules | 1 | refactor | validation |
67,476 | 25.11.2019 06:47:26 | -3,600 | 04d5eab07551182dbeda4fce15a4c8fde80e5b39 | feat(ast): implement RS:Evaluation for ObjectLiteral | [
{
"change_type": "MODIFY",
"diff": "@@ -586,7 +586,7 @@ export class $ObjectLiteralExpression implements I$Node {\n// 12.2.6.7 Runtime Semantics: Evaluation\npublic Evaluate(\nctx: ExecutionContext,\n- ): $Object {\n+ ): $Object | $Error {\nconst realm = ctx.Realm;\nconst intrinsics = realm['[[Intrinsics]]'... | TypeScript | MIT License | aurelia/aurelia | feat(ast): implement RS:Evaluation for ObjectLiteral | 1 | feat | ast |
67,476 | 25.11.2019 07:15:02 | -3,600 | d1e7a14acb157787e43e29d6bb8061a459fb2b7b | feat(ast): implement RS:LabelledEvaluation for DoStatement | [
{
"change_type": "MODIFY",
"diff": "@@ -241,6 +241,7 @@ import {\n$RegularExpressionLiteral,\n$StringLiteral,\n} from './literals';\n+import { $StringSet } from '../globals/string';\nconst {\nemptyArray,\n@@ -1062,7 +1063,7 @@ export function evaluateStatement(\ncase SyntaxKind.ForStatement:\ncase SyntaxKin... | TypeScript | MIT License | aurelia/aurelia | feat(ast): implement RS:LabelledEvaluation for DoStatement | 1 | feat | ast |
67,476 | 25.11.2019 07:17:34 | -3,600 | f42e860dddb92bd5e95564bb9d8abb9f9726d065 | feat(ast): implement RS:LabelledEvaluation for WhileStatement | [
{
"change_type": "MODIFY",
"diff": "@@ -1312,7 +1312,7 @@ export class $SourceFile implements I$Node, IModule {\nsl = $statement.EvaluateLabelled(ctx, new $StringSet());\nbreak;\ncase SyntaxKind.WhileStatement:\n- sl = $statement.EvaluateLabelled(ctx);\n+ sl = $statement.EvaluateLabelled(ctx, new $StringSet... | TypeScript | MIT License | aurelia/aurelia | feat(ast): implement RS:LabelledEvaluation for WhileStatement | 1 | feat | ast |
67,476 | 25.11.2019 07:50:51 | -3,600 | 406ee02f8d2f1e57f8cea4621a4202e1211b5210 | feat(aot): implements %ThrowTypeError% | [
{
"change_type": "ADD",
"diff": "+import {\n+ $TypeError,\n+} from '../types/error';\n+import {\n+ $BuiltinFunction,\n+ $Function,\n+} from '../types/function';\n+import {\n+ ExecutionContext,\n+} from '../realm';\n+import {\n+ $AnyNonEmpty,\n+} from '../types/_shared';\n+import {\n+ $Undefined,\n+} from '.... | TypeScript | MIT License | aurelia/aurelia | feat(aot): implements %ThrowTypeError% | 1 | feat | aot |
889,138 | 25.11.2019 08:54:45 | 28,800 | 825326b19c833bd6f295117a39f7a616c3a770e4 | chore: update license headers | [
{
"change_type": "MODIFY",
"diff": "-/**\n- * Copyright 2017, Google, Inc.\n- * Licensed under the Apache License, Version 2.0 (the \"License\");\n- * you may not use this file except in compliance with the License.\n- * You may obtain a copy of the License at\n- *\n- * http://www.apache.org/licenses/LICENS... | TypeScript | Apache License 2.0 | googleapis/nodejs-logging | chore: update license headers | 1 | chore | null |
67,476 | 25.11.2019 09:04:22 | -3,600 | 59868d8c32683a9357eb9f5758e01199bf3540f4 | test(aot): fix and enable 262 suite | [
{
"change_type": "MODIFY",
"diff": "@@ -207,24 +207,30 @@ class TestRunner {\ncontinue;\n}\n}\n+\n+ try {\nconst result = await tc.run();\n- // TODO: fix this again\n- // if (tc.meta.negative === null) {\n- // if (result.last.err === null) {\n- // logger.info(`${format.green('PASS')} - ${tc.file.rootlessPat... | TypeScript | MIT License | aurelia/aurelia | test(aot): fix and enable 262 suite | 1 | test | aot |
104,857 | 25.11.2019 09:54:43 | 10,800 | 12791415cff2159b4c99856b09c49129b3bc2c92 | chore(story): clean storybook | [
{
"change_type": "MODIFY",
"diff": "/* Used dependencies */\n-import React from 'react';\n+import React, { Fragment } from 'react';\nimport { storiesOf } from '@storybook/react';\nimport { text, select } from '@storybook/addon-knobs';\n-import Check from '@carbon/icons-react/lib/checkmark--filled/16';\n-imp... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(story): clean storybook | 1 | chore | story |
104,857 | 25.11.2019 09:55:35 | 10,800 | 1e8ccbaf59b6a878a5946b46b892359fc85922ea | chore(Stateful): remove not used imports | [
{
"change_type": "MODIFY",
"diff": "-import React, { useState, Fragment } from 'react';\n+import React, { useState } from 'react';\nimport PropTypes from 'prop-types';\nimport get from 'lodash/get';\nimport escapeRegExp from 'lodash/escapeRegExp';\n",
"new_path": "src/components/TileGallery/StatefulTile... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(Stateful): remove not used imports | 1 | chore | Stateful |
67,476 | 25.11.2019 10:35:43 | -3,600 | c2dea46b66a0a35cbe391ae8e5fd3351de108f6f | perf(aot): add dispose() api to difficult to GC objects | [
{
"change_type": "MODIFY",
"diff": "@@ -8,6 +8,8 @@ import {\nILogger,\nPLATFORM,\nformat,\n+ IDisposable,\n+ Writable,\n} from '@aurelia/kernel';\nimport {\nIFileSystem,\n@@ -16,31 +18,13 @@ import {\nIFile,\nExecutionContext,\n$SourceFile,\n- Realm,\nIServiceHost,\n$Any,\n} from '@aurelia/aot';\n-import {... | TypeScript | MIT License | aurelia/aurelia | perf(aot): add dispose() api to difficult to GC objects | 1 | perf | aot |
104,827 | 25.11.2019 10:51:37 | 21,600 | cb17e4405fb879f3ebd5ee3c6b24f10294363bdb | fix(listcard): refactor away from styled components to scss | [
{
"change_type": "MODIFY",
"diff": "@@ -1131,7 +1131,7 @@ storiesOf('Watson IoT|Dashboard', module)\nvalue: 'Explore entity metrics in the data lake',\nlink:\n'https://www.ibm.com/support/knowledgecenter/SSQP8H/iot/guides/micro-explore.html',\n- rightContent: (\n+ extraContent: (\n<span>\nView your device d... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(listcard): refactor away from styled components to scss | 1 | fix | listcard |
304,866 | 25.11.2019 11:03:25 | 28,800 | a93e72de4d9586cc77346cb063c47a0267fc0c3d | fix(semantic): update semantic graph FlatBuffers schema for identifiers | [
{
"change_type": "MODIFY",
"diff": "@@ -848,14 +848,14 @@ impl<'a> PackageClause<'a> {\nself._tab.get::<flatbuffers::ForwardsUOffset<SourceLocation<'a>>>(PackageClause::VT_LOC, None)\n}\n#[inline]\n- pub fn name(&self) -> Option<IdentifierExpression<'a>> {\n- self._tab.get::<flatbuffers::ForwardsUOffset<Ide... | Go | MIT License | influxdata/flux | fix(semantic): update semantic graph FlatBuffers schema for identifiers (#2199) | 1 | fix | semantic |
304,882 | 25.11.2019 11:19:05 | 28,800 | 91e6a7991bf2c21c3e8bddd757811380c2cdc81b | feat(libflux): MonoType and PolyType flatbuffer encodings | [
{
"change_type": "ADD",
"diff": "+mod semantic_generated;\n+mod types;\n",
"new_path": "libflux/src/semantic/flatbuffers/mod.rs",
"old_path": null
},
{
"change_type": "DELETE",
"diff": "-extern crate flatbuffers;\n-\n-use super::fbsemantic::fbsemantic::*;\n-\n-#[test]\n-fn test_flatbuffe... | Go | MIT License | influxdata/flux | feat(libflux): MonoType and PolyType flatbuffer encodings | 1 | feat | libflux |
866,395 | 25.11.2019 11:32:54 | 18,000 | 08654bb1f4aa2e5ffdd8906bc411583fb55bd221 | fix(locale): update locale endpoint | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,7 @@ import { ipcinfoCookie, geolocation } from '@carbon/ibmdotcom-utilities';\n* @constant {string | string} Host for the Locale API call\n* @private\n*/\n-const _host = process.env.TRANSLATION_HOST || 'https://www.ibm.com';\n+const _host = process.env.TRANSLA... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix(locale): update locale endpoint | 1 | fix | locale |
71,153 | 25.11.2019 11:36:26 | 21,600 | 534ef0033d01342530754ffb0100d7678e593ab9 | refactor(awslint): add missing semicolon | [
{
"change_type": "MODIFY",
"diff": "@@ -121,7 +121,7 @@ export class CoreTypes {\n}\npublic get physicalNameClass() {\n- return this.sys.findClass(CoreTypesFqn.PhysicalName)\n+ return this.sys.findClass(CoreTypesFqn.PhysicalName);\n}\nprivate readonly sys: TypeSystem;\n",
"new_path": "tools/awslint/lib/... | TypeScript | Apache License 2.0 | aws/aws-cdk | refactor(awslint): add missing semicolon (#5153) | 1 | refactor | awslint |
104,857 | 25.11.2019 11:38:40 | 10,800 | a7b5e14b2a688e893d81cea78f0e074ede808281 | featt(item): prop types validation | [
{
"change_type": "MODIFY",
"diff": "@@ -47,7 +47,15 @@ const propTypes = {\ntitle: PropTypes.string.isRequired,\ndescription: PropTypes.string,\nmoreInfoLink: PropTypes.string,\n- icon: PropTypes.node,\n+ icon: PropTypes.oneOfType([\n+ PropTypes.shape({\n+ width: PropTypes.string,\n+ height: PropTypes.strin... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | featt(item): prop types validation | 1 | featt | item |
104,857 | 25.11.2019 11:39:21 | 10,800 | fdab5ce866eaa0c3f836a8460e5d463483818a1a | chore(story): story updates simplified | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,15 @@ import React, { Fragment } from 'react';\nimport { storiesOf } from '@storybook/react';\nimport { text, select } from '@storybook/addon-knobs';\nimport { action } from '@storybook/addon-actions';\n-import { Check16, Rocket32, IconStarFav16, Activity32, Su... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(story): story updates simplified | 1 | chore | story |
711,597 | 25.11.2019 11:40:05 | -3,600 | 8bc349b7f597218117ce4f4192e650e76774a1c3 | test(core): Fix typings for MockConfigService | [
{
"change_type": "MODIFY",
"diff": "@@ -36,6 +36,7 @@ export class MockConfigService implements MockClass<ConfigService> {\ncustomFields = {};\nmiddleware = [];\nlogger = {} as any;\n+ apolloServerPlugins = [];\nplugins = [];\n}\n",
"new_path": "packages/core/src/config/config.service.mock.ts",
"old... | TypeScript | MIT License | vendure-ecommerce/vendure | test(core): Fix typings for MockConfigService | 1 | test | core |
104,857 | 25.11.2019 11:40:18 | 10,800 | 3e5e6d84a76a195637e580cf7d09b6628fd1964a | feat(scss): updates on style of tile gallery | [
{
"change_type": "MODIFY",
"diff": "justify-content: flex-end;\nalign-items: center;\n.#{$prefix}--search-input {\n- height: 2.5rem;\n+ height: $spacing-08;\nfont-size: 0.875rem;\n}\n& > * {\n- margin-left: 1rem;\n- margin-right: 1rem;\n+ margin-left: $spacing-05;\n+ margin-right: $spacing-05;\n}\n.#{$prefi... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(scss): updates on style of tile gallery | 1 | feat | scss |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.