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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
815,609 | 16.06.2019 02:15:24 | -28,800 | dd4776ccc855d3348d739934249214f0b7a6ed74 | refactor(storage): use flatbuffer to instead of bincode in storage (part 3)
BREAKING CHANGE: the data format in storage is changed | [
{
"change_type": "MODIFY",
"diff": "@@ -27,9 +27,11 @@ pub struct DaoStats {\n}\n#[derive(Clone, Serialize, Deserialize, Eq, PartialEq, Debug)]\n-pub struct TransactionAddress {\n+pub struct TransactionInfo {\n// Block hash\npub block_hash: H256,\n+ pub block_number: BlockNumber,\n+ pub block_epoch: EpochNu... | Rust | MIT License | nervosnetwork/ckb | refactor(storage): use flatbuffer to instead of bincode in storage (part 3)
BREAKING CHANGE: the data format in storage is changed | 1 | refactor | storage |
815,609 | 16.06.2019 02:56:07 | -28,800 | 20b441b6024bfdc792956c31e1b217fcd7d3cc6f | refactor(storage): use flatbuffer to instead of bincode in storage (part 4)
BREAKING CHANGE: the data format in storage is changed | [
{
"change_type": "MODIFY",
"diff": "@@ -926,7 +926,6 @@ dependencies = [\nname = \"ckb-store\"\nversion = \"0.16.0-pre\"\ndependencies = [\n- \"bincode 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"ckb-chain-spec 0.16.0-pre\",\n\"ckb-core 0.16.0-pre\",\n\"ckb-db 0.16.0-pre\",\n",
"... | Rust | MIT License | nervosnetwork/ckb | refactor(storage): use flatbuffer to instead of bincode in storage (part 4)
BREAKING CHANGE: the data format in storage is changed | 1 | refactor | storage |
815,598 | 16.06.2019 09:56:56 | -28,800 | 72efaf7489d800e02efc79ae9b03b71838ddeed3 | chore: sentry events filter | [
{
"change_type": "MODIFY",
"diff": "use build_info::Version;\n+use sentry::{\n+ configure_scope, init,\n+ integrations::panic::register_panic_handler,\n+ internals::{ClientInitGuard, Dsn},\n+ protocol::Event,\n+ ClientOptions,\n+};\nuse serde_derive::{Deserialize, Serialize};\n+use std::borrow::Cow;\n+use s... | Rust | MIT License | nervosnetwork/ckb | chore: sentry events filter (#1027) | 1 | chore | null |
815,577 | 16.06.2019 11:16:57 | -28,800 | d08f4a7efb620e49674d409358ce2c3f3666bfdb | feat: ckb init allow set ba-data, also verify that the input is valid hex | [
{
"change_type": "MODIFY",
"diff": "@@ -35,9 +35,11 @@ pub fn init(args: InitArgs) -> Result<(), ExitCode> {\nformat!(\n\"[block_assembler]\\n\\\ncode_hash = \\\"{}\\\"\\n\\\n- args = [ \\\"{}\\\" ]\",\n+ args = [ \\\"{}\\\" ]\\n\\\n+ data = \\\"{}\\\"\",\nhash,\n- args.block_assembler_args.join(\"\\\", \\\... | Rust | MIT License | nervosnetwork/ckb | feat: ckb init allow set ba-data, also verify that the input is valid hex | 1 | feat | null |
815,598 | 16.06.2019 13:13:33 | -28,800 | 97accf0d967ac752a12dd89a5d4a8dd5b494e01d | chore: simplify the issue template | [
{
"change_type": "MODIFY",
"diff": "---\nname: Bug report\nabout: Create a report to help us improve\n+labels: t:bug\n---\n-**Describe the bug**\n-A clear and concise description of what the bug is.\n-\n-**To Reproduce**\n-Steps to reproduce the behavior:\n-1. Go to '...'\n-2. Click on '....'\n-3. Scroll do... | Rust | MIT License | nervosnetwork/ckb | chore: simplify the issue template | 1 | chore | null |
743,857 | 16.06.2019 13:34:17 | 25,200 | 266ed91772e947de3659e7221a93fe703d558c4c | docs: fix emphasis of note to .parserConfiguration | [
{
"change_type": "MODIFY",
"diff": "@@ -1193,7 +1193,7 @@ for details of this object\nFor additional configuration options, see [yargs-parser's configuration](https://github.com/yargs/yargs-parser#configuration).\n-_Note: configuraton should be top level keys on the `obj` passed to `parserConfiguration`, no... | JavaScript | MIT License | yargs/yargs | docs: fix emphasis of note to .parserConfiguration (#1361) | 1 | docs | null |
679,913 | 16.06.2019 14:35:52 | -3,600 | 25feeee1ce26aeadf92716a1dc7b8d39b116910a | feat(vectors): add vecOf() ctor fn | [
{
"change_type": "MODIFY",
"diff": "@@ -121,4 +121,5 @@ export * from \"./swizzle\";\nexport * from \"./tan\";\nexport * from \"./tanh\";\nexport * from \"./trunc\";\n+export * from \"./vec-of\";\nexport * from \"./wrap\";\n",
"new_path": "packages/vectors/src/index.ts",
"old_path": "packages/vector... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(vectors): add vecOf() ctor fn | 1 | feat | vectors |
679,913 | 16.06.2019 14:36:54 | -3,600 | 9359bbc5b64481f9feb71d19b435aa7cbee021bd | feat(matrices): add matXXn, matXXv, mulXXvm fns | [
{
"change_type": "MODIFY",
"diff": "@@ -28,6 +28,7 @@ export * from \"./mulm\";\nexport * from \"./muln\";\nexport * from \"./mulq\";\nexport * from \"./mulv\";\n+export * from \"./mulvm\";\nexport * from \"./normal-mat\";\nexport * from \"./ortho\";\nexport * from \"./orthagonal\";\n",
"new_path": "pac... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(matrices): add matXXn, matXXv, mulXXvm fns | 1 | feat | matrices |
679,913 | 16.06.2019 14:38:37 | -3,600 | 9cc13ab89dc100a2d8d5062807107aa826cb672a | feat(shader-ast): add op2 info, fix result type, make var names optional | [
{
"change_type": "MODIFY",
"diff": "@@ -142,7 +142,7 @@ export type Swizzle2 = Swizzle2_1 | Swizzle2_2 | Swizzle2_3 | Swizzle2_4;\nexport type Swizzle3 = Swizzle3_1 | Swizzle3_2 | Swizzle3_3 | Swizzle3_4;\nexport type Swizzle4 = Swizzle4_1 | Swizzle4_2 | Swizzle4_3 | Swizzle4_4;\n-export type Arg<A extends ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(shader-ast): add op2 info, fix result type, make var names optional | 1 | feat | shader-ast |
679,913 | 16.06.2019 14:41:08 | -3,600 | 1d4cc58f403cb825a2044cc47815a5cc649c5407 | feat(shader-ast): update JS codegen
add matrix impls
add vector/matrix scalar impls
update op2 gen | [
{
"change_type": "MODIFY",
"diff": "@@ -25,7 +25,7 @@ import {\nSym,\nTerm\n} from \"../api\";\n-import { isVec } from \"../ast\";\n+import { isMat, isVec } from \"../ast\";\nimport { defTarget } from \"./target\";\ntype Mat = m.Mat;\n@@ -69,7 +69,21 @@ export interface JSBuiltinsMath<T> {\ndiv: Fn2<T, T, T... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(shader-ast): update JS codegen
- add matrix impls
- add vector/matrix scalar impls
- update op2 gen | 1 | feat | shader-ast |
815,593 | 16.06.2019 15:40:52 | -32,400 | c38853a7c81e6cb466d77c726e3aa17535e9578a | chore: use fixed interval for miner state output | [
{
"change_type": "MODIFY",
"diff": "@@ -149,7 +149,7 @@ fn path(graph: &[u64], start: u64) -> Vec<u64> {\npath\n}\n-const STATE_UPDATE_INTERVAL: usize = 16;\n+const STATE_UPDATE_DURATION_MILLIS: u128 = 500;\nimpl Worker for CuckooSimple {\nfn run(&mut self, progress_bar: ProgressBar) {\n@@ -162,15 +162,15 @... | Rust | MIT License | nervosnetwork/ckb | chore: use fixed interval for miner state output (#1034) | 1 | chore | null |
67,476 | 16.06.2019 15:42:19 | -7,200 | ce39abc8f0e4d6f1462ea931c114eef127816094 | chore(di): fix a small slip-up | [
{
"change_type": "MODIFY",
"diff": "@@ -150,7 +150,7 @@ export class DI {\n}\npublic static createInterface<K extends Key>(friendlyName?: string): IDefaultableInterfaceSymbol<K> {\n- const Interface: InternalDefaultableInterfaceSymbol<K> = function(target: Injectable<K>, property: string, index: number): vo... | TypeScript | MIT License | aurelia/aurelia | chore(di): fix a small slip-up | 1 | chore | di |
67,476 | 16.06.2019 15:48:38 | -7,200 | dc8f116535c0e154657fb0560e3fb163ac1b99d6 | fix(template-compiler): set buildRequired to false after compilation | [
{
"change_type": "MODIFY",
"diff": "@@ -122,6 +122,8 @@ export class TemplateCompiler implements ITemplateCompiler {\nthis.instructionRows = null!;\nthis.parts = null!;\n+ definition.build = buildNotRequired;\n+\nif (Profiler.enabled) { leave(); }\nreturn definition as TemplateDefinition;\n}\n",
"new_pa... | TypeScript | MIT License | aurelia/aurelia | fix(template-compiler): set buildRequired to false after compilation | 1 | fix | template-compiler |
679,913 | 16.06.2019 16:32:29 | -3,600 | 02d62a2d35b32151071db0e16a4f2b4b2a9564fd | feat(shader-ast): add sym() fn overrides, args | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,7 @@ import {\nSelect4\n} from \"@thi.ng/api\";\nimport { isArray, isNumber, isString } from \"@thi.ng/checks\";\n+import { illegalArgs } from \"@thi.ng/errors\";\nimport {\nArg,\nArg1,\n@@ -117,25 +118,60 @@ export const walk = <T>(\nreturn acc;\n};\n-export c... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(shader-ast): add sym() fn overrides, args | 1 | feat | shader-ast |
679,913 | 16.06.2019 16:32:57 | -3,600 | 162c1ae1d8544d487723121b901e624791d62496 | fix(shader-ast): use JS op2 info hints to delegate | [
{
"change_type": "MODIFY",
"diff": "@@ -498,14 +498,12 @@ const mat4 = env.mat4;\n// TODO mat-vec multiply special case\nop2: (t) => {\n- const vl = isVec(t.l);\n- const vr = isVec(t.r);\n+ const vl = isVec(t.l) || isMat(t.l);\n+ const vr = isVec(t.r) || isMat(t.r);\nconst el = emit(t.l);\nconst er = emit(t... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(shader-ast): use JS op2 info hints to delegate | 1 | fix | shader-ast |
67,476 | 16.06.2019 17:29:21 | -7,200 | b3c653ba5f950ebde4257625aa414845aa5fdb74 | chore(all): cleanup IIndexable and observersLookup types | [
{
"change_type": "MODIFY",
"diff": "@@ -18,6 +18,8 @@ import {\nHydrateTemplateController,\nToViewBindingInstruction,\nIf,\n+ IController,\n+ INode,\n} from '@aurelia/runtime';\nimport {\nparseExpression,\n@@ -427,9 +429,9 @@ describe.skip('controller', function () {\nsut.bind(flags);\n- const ifInstance = ... | TypeScript | MIT License | aurelia/aurelia | chore(all): cleanup IIndexable and observersLookup types | 1 | chore | all |
67,476 | 16.06.2019 17:39:19 | -7,200 | e4463c0b54865b6802eff4521aebe555da88a2f6 | feat(event-aggregator): export injectable interface | [
{
"change_type": "MODIFY",
"diff": "-import { IContainer, IResolver, Registration } from './di';\n+import { IContainer, IResolver, Registration, DI } from './di';\nimport { Constructable, IDisposable } from './interfaces';\nimport { Reporter } from './reporter';\n@@ -49,6 +49,12 @@ export interface Subscrip... | TypeScript | MIT License | aurelia/aurelia | feat(event-aggregator): export injectable interface | 1 | feat | event-aggregator |
67,476 | 16.06.2019 17:50:18 | -7,200 | 1dde2b03f497404216eb1f809860bf42873c9a46 | test(target-observers): fix setup/teardown | [
{
"change_type": "MODIFY",
"diff": "-\nimport { ILifecycle, LifecycleFlags } from '@aurelia/runtime';\nimport {\nAttributeNSAccessor,\n@@ -263,11 +262,6 @@ describe('StyleAccessor', function () {\n});\ndescribe('ClassAccessor', function () {\n- let sut: ClassAttributeAccessor;\n- let el: HTMLElement;\n- let... | TypeScript | MIT License | aurelia/aurelia | test(target-observers): fix setup/teardown | 1 | test | target-observers |
67,476 | 16.06.2019 17:52:34 | -7,200 | b83e9163b1bad5664d8bb134fa7c93d7c2ef9d98 | ci: exclude testing package from coverage report | [
{
"change_type": "MODIFY",
"diff": "@@ -134,7 +134,7 @@ module.exports = function (config) {\nif (config.coverage) {\noptions.webpack.module.rules.push({\nenforce: 'post',\n- exclude: /(__tests__|node_modules|\\.spec\\.[tj]s$)/,\n+ exclude: /(__tests__|testing|node_modules|\\.spec\\.[tj]s$)/,\nloader: 'ista... | TypeScript | MIT License | aurelia/aurelia | ci: exclude testing package from coverage report | 1 | ci | null |
67,476 | 16.06.2019 18:32:34 | -7,200 | 33d64af6bcb7f00a4e993a6c54c10a72737f771c | ci: use newer node docker image | [
{
"change_type": "MODIFY",
"diff": "@@ -52,7 +52,7 @@ executors:\nparameters:\nnode:\ntype: string\n- default: \"10.15.3\"\n+ default: \"12.4.0\"\nworking_directory: *working_dir\ndocker:\n- image: \"circleci/node:<< parameters.node >>-stretch-browsers\"\n",
"new_path": ".circleci/config.yml",
"old_... | TypeScript | MIT License | aurelia/aurelia | ci: use newer node docker image | 1 | ci | null |
67,476 | 16.06.2019 18:32:54 | -7,200 | a534cdd83ec3a3216ad930b501558564bf9d3d8d | test(router): properly setup/teardown stuff | [
{
"change_type": "MODIFY",
"diff": "@@ -5,7 +5,8 @@ import { Router, ViewportCustomElement } from '@aurelia/router';\nimport { MockBrowserHistoryLocation, HTMLTestContext, TestContext, assert } from '@aurelia/testing';\ndescribe('Router', function () {\n- const setup = async (): Promise<{ au; container; hos... | TypeScript | MIT License | aurelia/aurelia | test(router): properly setup/teardown stuff | 1 | test | router |
67,476 | 16.06.2019 18:43:17 | -7,200 | 0876a60485bbc65d89f90ede1924057459ce4f65 | test(target-observers): fix teardown | [
{
"change_type": "MODIFY",
"diff": "@@ -282,6 +282,7 @@ describe('ClassAccessor', function () {\nsut.bind(LifecycleFlags.none);\nfunction tearDown() {\n+ lifecycle.processRAFQueue(LifecycleFlags.none);\nsut.unbind(LifecycleFlags.none);\n}\n@@ -295,16 +296,16 @@ describe('ClassAccessor', function () {\nsut.s... | TypeScript | MIT License | aurelia/aurelia | test(target-observers): fix teardown | 1 | test | target-observers |
815,598 | 16.06.2019 19:12:29 | -28,800 | 172d75bc73f3248b33d004d27c1cfccb1799a7fe | chore: add empty templates for feature request and question | [
{
"change_type": "ADD",
"diff": "+---\n+name: Feature proposal\n+about: Propose a new feature\n+labels: t:enhancement\n+---\n",
"new_path": ".github/ISSUE_TEMPLATE/feature_request.md",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+---\n+name: Question\n+about: Ask a question\n+la... | Rust | MIT License | nervosnetwork/ckb | chore: add empty templates for feature request and question | 1 | chore | null |
67,476 | 16.06.2019 19:36:57 | -7,200 | 54f0f19b32ff0da4657cfda24541768e19e63b89 | fix(lifecycle): fix raf timing issue | [
{
"change_type": "MODIFY",
"diff": "@@ -1094,7 +1094,7 @@ export class Lifecycle {\nthis.isFlushingRAF = true;\n- if (timestamp > this.rafStartTime) {\n+ if (timestamp >= this.rafStartTime) {\nconst prevFrameDuration = this.prevFrameDuration = timestamp - this.rafStartTime;\nif (prevFrameDuration + 1 < this... | TypeScript | MIT License | aurelia/aurelia | fix(lifecycle): fix raf timing issue | 1 | fix | lifecycle |
67,476 | 16.06.2019 19:49:09 | -7,200 | 02427df36c5bb7fc96f6b7423c7af1ddc11361af | ci: enable firefox and node tests again | [
{
"change_type": "MODIFY",
"diff": "@@ -322,18 +322,18 @@ workflows:\nname: unit_test_chrome\ne: docker-circleci\nnpm_command: \"test-chrome\"\n- #- unit_test:\n- # <<: *filter_ignore_develop_release\n- # name: unit_test_firefox\n- # e: docker-circleci\n- # npm_command: \"test-firefox\"\n- # coverage: false... | TypeScript | MIT License | aurelia/aurelia | ci: enable firefox and node tests again | 1 | ci | null |
67,476 | 16.06.2019 19:57:51 | -7,200 | 509b771d074f039ea7dda053e1e03d2cc7d0c36f | fix(inspect): make inspect FF compatible | [
{
"change_type": "MODIFY",
"diff": "@@ -393,9 +393,14 @@ export class AssertionError extends Error {\nthis.actual = actual;\nthis.expected = expected;\nthis.operator = operator;\n+ if (typeof Error.captureStackTrace === 'function') {\nError.captureStackTrace(this, stackStartFn);\n// tslint:disable-next-line... | TypeScript | MIT License | aurelia/aurelia | fix(inspect): make inspect FF compatible | 1 | fix | inspect |
67,476 | 16.06.2019 20:32:55 | -7,200 | ef9d0a3ddec8f2a6e74948159ea85d21f8421c91 | test(router): fix global ref for node tests | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,8 @@ import { Router, ViewportCustomElement, ViewportInstruction } from '@aurelia/rou\nimport { MockBrowserHistoryLocation, TestContext, HTMLTestContext, assert } from '@aurelia/testing';\ndescribe('InstructionResolver', function () {\n- const setup = async ():... | TypeScript | MIT License | aurelia/aurelia | test(router): fix global ref for node tests | 1 | test | router |
67,476 | 16.06.2019 20:56:26 | -7,200 | 0e5f1bf936c99a02477f38d0ba562ab6c7caeb01 | chore(test): some more test related fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -4,6 +4,18 @@ import { IEventManager } from '@aurelia/runtime-html';\nimport { BasicConfiguration } from '@aurelia/jit-html';\nimport { TestContext, eachCartesianJoin, assert } from '@aurelia/testing';\n+// Remove certain defaults/fallbacks which are added by certain b... | TypeScript | MIT License | aurelia/aurelia | chore(test): some more test related fixes | 1 | chore | test |
67,476 | 16.06.2019 21:12:16 | -7,200 | a4a6239b2383490ab5a86accd68a0bd607ef91c9 | test(router): make router tests work in node | [
{
"change_type": "MODIFY",
"diff": "import { DebugConfiguration } from '@aurelia/debug';\n-import { BasicConfiguration } from '@aurelia/jit-html-browser';\n-import { Aurelia, CustomElementResource, IDOM } from '@aurelia/runtime';\n+import { Aurelia, CustomElementResource } from '@aurelia/runtime';\nimport {... | TypeScript | MIT License | aurelia/aurelia | test(router): make router tests work in node | 1 | test | router |
67,476 | 16.06.2019 21:18:38 | -7,200 | e6be1679c3505217f6bd08455ca44b0897a6be02 | test(style-binding-command): filter out style binding tests for nodejs that only work in browser | [
{
"change_type": "MODIFY",
"diff": "@@ -16,6 +16,9 @@ function getNormalizedStyle(el: HTMLElement, ruleName: string): string {\n}\n}\n+// For tests that only work in the browser, only run them in the browser\n+const isBrowser = typeof window !== 'undefined';\n+\n// TemplateCompiler - Binding Commands integr... | TypeScript | MIT License | aurelia/aurelia | test(style-binding-command): filter out style binding tests for nodejs that only work in browser | 1 | test | style-binding-command |
67,476 | 16.06.2019 21:20:30 | -7,200 | 143691a25755dae057d447ef1ecb3e47310f60bf | test(router): remove window global ref | [
{
"change_type": "MODIFY",
"diff": "@@ -41,7 +41,7 @@ describe('Nav', function () {\nconst host = ctx.doc.createElement('div');\nctx.doc.body.appendChild(host);\n- const au = window['au'] = new Aurelia(container)\n+ const au = ctx.wnd['au'] = new Aurelia(container)\n.register(DebugConfiguration)\n.app({ hos... | TypeScript | MIT License | aurelia/aurelia | test(router): remove window global ref | 1 | test | router |
217,922 | 16.06.2019 21:31:01 | -7,200 | 83e9e60a127f6f9f2c8aad34c83c4cf001c78b4b | fix(fishing-log): log order should now be closer to ingame log order | [
{
"change_type": "MODIFY",
"diff": "@@ -14,6 +14,8 @@ import { spearFishingLog } from '../../../core/data/sources/spear-fishing-log';\nimport { fishParameter } from '../../../core/data/sources/fish-parameter';\nimport { TrackerComponent } from '../tracker-component';\nimport { fishEyes } from '../../../core... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(fishing-log): log order should now be closer to ingame log order | 1 | fix | fishing-log |
67,476 | 16.06.2019 21:40:15 | -7,200 | 2ced7dd727a40db97fa0df85dbffa1552b4cd403 | feat(kernel): add restore() fn to PLATFORM | [
{
"change_type": "MODIFY",
"diff": "@@ -281,7 +281,21 @@ const hasOwnProperty = Object.prototype.hasOwnProperty as unknown as {\nconst emptyArray = Object.freeze([]) as unknown as any[];\nconst emptyObject = Object.freeze({}) as any;\n-export const PLATFORM = {\n+function getRestoreFn(): () => void {\n+ con... | TypeScript | MIT License | aurelia/aurelia | feat(kernel): add restore() fn to PLATFORM | 1 | feat | kernel |
67,476 | 16.06.2019 21:43:06 | -7,200 | 084daf4a802b412e4bfff6846410571a932d77ec | test(router): fix test for nodejs | [
{
"change_type": "MODIFY",
"diff": "@@ -321,7 +321,7 @@ describe('Router', function () {\nawait goto('/foo@left', router);\nassert.includes(host.textContent, 'foo', `host.textContent`);\n- (host.getElementsByTagName('SPAN')[0] as HTMLElement).click();\n+ (host.getElementsByTagName('SPAN')[0] as HTMLElement)... | TypeScript | MIT License | aurelia/aurelia | test(router): fix test for nodejs | 1 | test | router |
679,913 | 16.06.2019 21:45:49 | -3,600 | 474e3205aa6b2ab93df52f38498bfa12f32adf3d | feat(shader-ast): add forLoop(), ternary(), fix float/int casts, docs | [
{
"change_type": "MODIFY",
"diff": "@@ -17,6 +17,7 @@ export type Tag =\n| \"call_i\"\n| \"decl\"\n| \"fn\"\n+ | \"for\"\n| \"idx\"\n| \"if\"\n| \"lit\"\n@@ -25,7 +26,8 @@ export type Tag =\n| \"ret\"\n| \"scope\"\n| \"swizzle\"\n- | \"sym\";\n+ | \"sym\"\n+ | \"ternary\";\nexport type Type =\n| \"void\"\n@... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(shader-ast): add forLoop(), ternary(), fix float/int casts, docs | 1 | feat | shader-ast |
67,476 | 16.06.2019 21:51:30 | -7,200 | 550d0a42900034da84bf7b1decda9522df205305 | chore(platform): fix restore fn | [
{
"change_type": "MODIFY",
"diff": "@@ -281,20 +281,6 @@ const hasOwnProperty = Object.prototype.hasOwnProperty as unknown as {\nconst emptyArray = Object.freeze([]) as unknown as any[];\nconst emptyObject = Object.freeze({}) as any;\n-function getRestoreFn(): () => void {\n- const platformKeys = Object.fre... | TypeScript | MIT License | aurelia/aurelia | chore(platform): fix restore fn | 1 | chore | platform |
67,476 | 16.06.2019 21:51:57 | -7,200 | d4bca234fd3ee9b63cc2895526da293880453428 | test(router): rename reserved goto keyword | [
{
"change_type": "MODIFY",
"diff": "@@ -122,7 +122,7 @@ describe('Router', function () {\nconst { host, router, tearDown } = await setup();\n- await goto('foo@left', router);\n+ await $goto('foo@left', router);\nassert.includes(host.textContent, 'foo', `host.textContent`);\nawait tearDown();\n@@ -133,9 +133... | TypeScript | MIT License | aurelia/aurelia | test(router): rename reserved goto keyword | 1 | test | router |
67,476 | 16.06.2019 22:21:37 | -7,200 | 8fd7e8ad3b0c7e60de5bfad3f890e9b939491f66 | feat(platform): add isBrowserLike/isWebWorkerLike/isNodeLike variables | [
{
"change_type": "MODIFY",
"diff": "@@ -3,6 +3,7 @@ import { IPerformanceEntry, ITimerHandler, IWindowOrWorkerGlobalScope } from './\n// tslint:disable-next-line:no-redundant-jump\nfunction $noop(): void { return; }\n+declare var process: { versions: { node: unknown } };\ndeclare var global: IWindowOrWorker... | TypeScript | MIT License | aurelia/aurelia | feat(platform): add isBrowserLike/isWebWorkerLike/isNodeLike variables | 1 | feat | platform |
743,952 | 16.06.2019 22:31:47 | -7,200 | 35d777c8db9548763a8f00c95bbd56a9c0f31084 | fix!: do not allow additional positionals in strict mode | [
{
"change_type": "MODIFY",
"diff": "@@ -102,7 +102,7 @@ module.exports = function validation (yargs, usage, y18n) {\n}\n})\n- if (commandKeys.length > 0) {\n+ if ((currentContext.commands.length > 0) || (commandKeys.length > 0)) {\nargv._.slice(currentContext.commands.length).forEach((key) => {\nif (command... | JavaScript | MIT License | yargs/yargs | fix!: do not allow additional positionals in strict mode | 1 | fix | null |
679,913 | 16.06.2019 22:51:19 | -3,600 | 87762e5ef92b0e18ff85b1ab4d0e0071668aada0 | feat(examples): add canvas2d-shader example | [
{
"change_type": "ADD",
"diff": "+.cache\n+out\n+node_modules\n+yarn.lock\n+*.js\n",
"new_path": "examples/canvas2d-shader/.gitignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+# canvas2d-shader\n+\n+[Live demo](http://demo.thi.ng/umbrella/canvas2d-shader/)\n+\n+WIP example ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(examples): add canvas2d-shader example | 1 | feat | examples |
217,922 | 16.06.2019 23:00:55 | -7,200 | 9d2dd05022eadd1ce8d3494bb7147dfda135ca0b | fix(layout): fixed missing translation | [
{
"change_type": "MODIFY",
"diff": "\"REQUIREMENTS\": \"Requirements\",\n\"REMOVE_ITEM\": \"Remove item from the list\",\n\"ADD_TAG\": \"Add tag to item\",\n- \"MARK_AS_DONE_IN_LOG\": \"Mark as done inside log\"\n+ \"MARK_AS_DONE_IN_LOG\": \"Mark as done inside log\",\n+ \"MARKET_BOARD_INFORMATIONS\": \"Mar... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(layout): fixed missing translation | 1 | fix | layout |
217,922 | 16.06.2019 23:17:09 | -7,200 | da2eb86a0c5004456d31ad516ba7c6e58ad8095a | fix(db): fixed an issue with external links not showing properly | [
{
"change_type": "MODIFY",
"diff": "@@ -308,6 +308,7 @@ export class ItemComponent extends TeamcraftPageComponent {\nurl: `https://triad.raelys.com/cards/${xivapiItem.AdditionalData}`\n});\n}\n+ if (xivapiItem.ItemAction) {\nif (xivapiItem.ItemAction.Type === 1322) {\nlinks.push({\ntitle: 'FFXIV Collect',\n... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(db): fixed an issue with external links not showing properly | 1 | fix | db |
679,913 | 16.06.2019 23:22:30 | -3,600 | 5db7d1c34c16e55b33da047152233812c7eb6cf6 | feat(shader-ast): rename swizzle() => $(), add break/continue | [
{
"change_type": "MODIFY",
"diff": "@@ -13,8 +13,10 @@ import {\nexport type Tag =\n| \"arg\"\n| \"assign\"\n+ | \"break\"\n| \"call\"\n| \"call_i\"\n+ | \"cont\"\n| \"decl\"\n| \"fn\"\n| \"for\"\n",
"new_path": "packages/shader-ast/src/api.ts",
"old_path": "packages/shader-ast/src/api.ts"
},
{
... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(shader-ast): rename swizzle() => $(), add break/continue | 1 | feat | shader-ast |
217,922 | 16.06.2019 23:30:22 | -7,200 | f8c8688943e25ea622df613509f262554ef1dc45 | feat(support): added a new supporter: Walnut Bread Trading Co ! | [
{
"change_type": "MODIFY",
"diff": "'Morphean Knights @ Ultros',\n'Qih \"Kweh\" Mewrilah',\n'Jihn Molkoh',\n- 'Toi Toi Toi'\n+ 'Toi Toi Toi',\n+ 'Walnut Bread Trading Co'\n];\nconst randomPatron = patrons[Math.floor(Math.random() * patrons.length)];\ndocument.getElementById('random-patron').innerText = rand... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(support): added a new supporter: Walnut Bread Trading Co ! | 1 | feat | support |
217,922 | 16.06.2019 23:33:07 | -7,200 | 2f17d9138b4a79866cc495735f63d3205e3b50ac | chore: small fix for notification close event | [
{
"change_type": "MODIFY",
"diff": "</nz-list-item-meta>\n</nz-list-item>\n<ng-template #actionClose>\n- <i nz-icon type=\"close\" (click)=\"deleteNotification(notification)\"></i>\n+ <i nz-icon type=\"close\" (click)=\"$event.stopPropagation();deleteNotification(notification)\"></i>\n</ng-template>\n<ng-te... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: small fix for notification close event | 1 | chore | null |
217,922 | 16.06.2019 23:46:31 | -7,200 | 307cb8b24837f6c86bee1754717bd4a77853617d | chore: trying to fix oauth issue, try | [
{
"change_type": "MODIFY",
"diff": "@@ -85,6 +85,7 @@ function createWindow() {\nlet opts = {\nshow: false,\nbackgroundColor: '#000',\n+ autoHideMenuBar: true,\nframe: true,\nicon: `file://${BASE_APP_PATH}/assets/app-icon.png`,\ntitle: 'FFXIV Teamcraft',\n@@ -100,7 +101,6 @@ function createWindow() {\nif (c... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: trying to fix oauth issue, try #1 | 1 | chore | null |
67,476 | 16.06.2019 23:50:19 | -7,200 | 1759aff479c51d3733390fe5f1d9d0c4f4dd1bd1 | test: finishing touches | [
{
"change_type": "MODIFY",
"diff": "-import { Constructable } from '@aurelia/kernel';\n+import { PLATFORM, Constructable } from '@aurelia/kernel';\nimport { Aurelia, CustomElementResource, ILifecycle, LifecycleFlags } from '@aurelia/runtime';\nimport { IEventManager } from '@aurelia/runtime-html';\nimport {... | TypeScript | MIT License | aurelia/aurelia | test: finishing touches | 1 | test | null |
815,569 | 16.06.2019 23:54:36 | -28,800 | c8aabe550ab9e0dc07934f6d02de070bc3ae54d1 | test: add some db test | [
{
"change_type": "MODIFY",
"diff": "@@ -256,6 +256,8 @@ mod tests {\nlet mut batch = db.batch().unwrap();\nbatch.insert(0, &[0, 0], &[0, 0, 0]).unwrap();\nbatch.insert(1, &[1, 1], &[1, 1, 1]).unwrap();\n+ batch.insert(1, &[2], &[1, 1, 1]).unwrap();\n+ batch.delete(1, &[2]).unwrap();\nbatch.commit().unwrap()... | Rust | MIT License | nervosnetwork/ckb | test: add some db test | 1 | test | null |
67,476 | 16.06.2019 23:56:13 | -7,200 | 319ba251b38193abf7fa9c9599a4c63809be3b43 | chore: exit node tests after they're done | [
{
"change_type": "MODIFY",
"diff": "\"npm\": \">=6.1.0 <7.0.0\"\n},\n\"scripts\": {\n- \"test-node\": \"mocha --opts mocha.opts --reporter min dist/build/__tests__/setup-node.js dist/build/__tests__/**/*.spec.js\",\n+ \"test-node\": \"mocha --opts mocha.opts --reporter min --exit dist/build/__tests__/setup-... | TypeScript | MIT License | aurelia/aurelia | chore: exit node tests after they're done | 1 | chore | null |
815,569 | 16.06.2019 23:56:21 | -28,800 | 50abcc53670ec4b69349e58f0b864078a9ac11ac | chore: delete cachedb | [
{
"change_type": "MODIFY",
"diff": "@@ -488,7 +488,6 @@ dependencies = [\n\"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)\",\n- \"lru-cache ... | Rust | MIT License | nervosnetwork/ckb | chore: delete cachedb | 1 | chore | null |
67,476 | 17.06.2019 00:11:23 | -7,200 | 3652b118e3607c3350442933f7784359353c7f17 | chore(all): update jsdom | [
{
"change_type": "MODIFY",
"diff": "\"dev\": true\n},\n\"acorn-globals\": {\n- \"version\": \"4.3.0\",\n- \"resolved\": \"https://registry.npmjs.org/acorn-globals/-/acorn-globals-4.3.0.tgz\",\n- \"integrity\": \"sha512-hMtHj3s5RnuhvHPowpBYvJVj3rAar82JiDQHvGs1zO0l10ocX/xEdBShNHTJaboucJUsScghp74pH3s7EnHHQw==\... | TypeScript | MIT License | aurelia/aurelia | chore(all): update jsdom | 1 | chore | all |
67,476 | 17.06.2019 00:13:17 | -7,200 | a3171f4f1cd9c6d97b7a2352c60283d80d7b6ec7 | ci: re-enable the rest of the tests | [
{
"change_type": "MODIFY",
"diff": "@@ -336,40 +336,40 @@ workflows:\ncoverage: false\n- lint_packages:\n<<: *filter_ignore_develop_release\n- #- e2e_browserstack:\n- # <<: *filter_ignore_develop_release\n- #- e2e_cypress_doc_example:\n- # <<: *filter_ignore_develop_release\n- #- e2e_wdio:\n- # <<: *filter_... | TypeScript | MIT License | aurelia/aurelia | ci: re-enable the rest of the tests | 1 | ci | null |
67,476 | 17.06.2019 00:16:02 | -7,200 | 2c2cfbe8ad95d227b6e3ffe6d71076d1ba727f42 | ci: fix router e2e test paths | [
{
"change_type": "MODIFY",
"diff": "@@ -237,24 +237,24 @@ jobs:\n- run:\nname: \"Install cypress\"\ncommand: |\n- cd packages/router/test/e2e/doc-example\n+ cd packages/__tests__/router/e2e/doc-example\nnpm install\n- run:\nname: \"Install and build test app\"\ncommand: |\n- cd packages/router/test/e2e/doc-... | TypeScript | MIT License | aurelia/aurelia | ci: fix router e2e test paths | 1 | ci | null |
67,476 | 17.06.2019 00:24:58 | -7,200 | d6c9e7001fa8c1cafbe357d3bae5594306518ad8 | test(router): fix doc-example app paths | [
{
"change_type": "MODIFY",
"diff": "import { inject } from '@aurelia/kernel';\nimport { customElement } from '@aurelia/runtime';\n-import { Router } from '../../../../../../router/src/index';\n+import { Router } from '@aurelia/router';\nimport { About } from './components/about';\nimport { Authors } from '.... | TypeScript | MIT License | aurelia/aurelia | test(router): fix doc-example app paths | 1 | test | router |
603,467 | 17.06.2019 00:28:28 | -3,600 | a4af94227da97a9339740a6d3c843d2f28794bb3 | docs(local-server): Finished documenting the module APIs | [
{
"change_type": "MODIFY",
"diff": "@@ -22,8 +22,6 @@ class Plugin {\nonHandleDocs(event) {\n- const externalDocs = {};\n-\n// clean up - simplify import path\nfor (const doc of event.data.docs) {\nif (! (isImportable(doc) && belongsToSerenityJS(doc))) {\n@@ -47,9 +45,11 @@ class Plugin {\nreturn babel.pars... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | docs(local-server): Finished documenting the @serenity-js/local-server module APIs | 1 | docs | local-server |
67,476 | 17.06.2019 00:35:16 | -7,200 | 8d0f5e899db1c18df8a2fdbf6a3faf00a6638faa | test(wdio): force update to fibers for node12 compat | [
{
"change_type": "MODIFY",
"diff": "}\n},\n\"fibers\": {\n- \"version\": \"3.1.1\",\n- \"resolved\": \"https://registry.npmjs.org/fibers/-/fibers-3.1.1.tgz\",\n- \"integrity\": \"sha512-dl3Ukt08rHVQfY8xGD0ODwyjwrRALtaghuqGH2jByYX1wpY+nAnRQjJ6Dbqq0DnVgNVQ9yibObzbF4IlPyiwPw==\",\n+ \"version\": \"4.0.1\",\n+ ... | TypeScript | MIT License | aurelia/aurelia | test(wdio): force update to fibers for node12 compat | 1 | test | wdio |
67,476 | 17.06.2019 00:40:18 | -7,200 | bb054e12befe198d8086bc7ac7024ed00260a63d | ci: disable cypress tests for now | [
{
"change_type": "MODIFY",
"diff": "@@ -338,8 +338,8 @@ workflows:\n<<: *filter_ignore_develop_release\n- e2e_browserstack:\n<<: *filter_ignore_develop_release\n- - e2e_cypress_doc_example:\n- <<: *filter_ignore_develop_release\n+ #- e2e_cypress_doc_example:\n+ # <<: *filter_ignore_develop_release\n- e2e_wd... | TypeScript | MIT License | aurelia/aurelia | ci: disable cypress tests for now | 1 | ci | null |
679,913 | 17.06.2019 00:43:17 | -3,600 | 75a4f7206bdd0b728e8c3343c4d4104a5fe42744 | fix(associative): update generics (TS3.5.2) | [
{
"change_type": "MODIFY",
"diff": "@@ -29,7 +29,7 @@ export const commonKeysMap = <K>(\n* @param b\n* @param out\n*/\n-export const commonKeysObj = <A, B>(\n+export const commonKeysObj = <A extends any, B extends any>(\na: A,\nb: B,\nout: string[] = []\n",
"new_path": "packages/associative/src/common-k... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(associative): update generics (TS3.5.2) | 1 | fix | associative |
679,913 | 17.06.2019 00:44:34 | -3,600 | d6b1f11577be726a768adef76769ebff05477563 | fix(dcons): .toString() impl, use String() conv for values | [
{
"change_type": "MODIFY",
"diff": "@@ -528,7 +528,7 @@ export class DCons<T>\nwhile (cell) {\nres.push(\ncell.value != null\n- ? cell.value.toString()\n+ ? String(cell.value)\n: cell.value === undefined\n? \"undefined\"\n: \"null\"\n",
"new_path": "packages/dcons/src/index.ts",
"old_path": "package... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(dcons): .toString() impl, use String() conv for values | 1 | fix | dcons |
679,913 | 17.06.2019 00:45:09 | -3,600 | fa146d794846a157989d5de98d2393f19f74313d | fix(geom-closest-point): type hints (TS 3.5.2) | [
{
"change_type": "MODIFY",
"diff": "@@ -243,7 +243,7 @@ export const closestPointRect = (\n}\nreturn minID! === 0\n? setC2(out, minW!, clamp(p[1], bmin[1], bmax[1]))\n- : setC2(out, clamp(p[0], bmin[0], bmax[0]), minW);\n+ : setC2(out, clamp(p[0], bmin[0], bmax[0]), minW!);\n};\nexport const closestPointAAB... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(geom-closest-point): type hints (TS 3.5.2) | 1 | fix | geom-closest-point |
679,913 | 17.06.2019 00:45:46 | -3,600 | eb2e18a19b8baa60810c87d8a24cadc10e8b6ccf | fix(rstream): generics & type hints (TS 3.5.2) | [
{
"change_type": "MODIFY",
"diff": "@@ -40,4 +40,4 @@ export const fromDOMEvent = <K extends keyof GlobalEventHandlersEventMap>(\nsrc: EventTarget,\nname: K,\nopts: boolean | AddEventListenerOptions = false\n-): Stream<GlobalEventHandlersEventMap[K]> => fromEvent(src, name, opts);\n+): Stream<GlobalEventHan... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(rstream): generics & type hints (TS 3.5.2) | 1 | fix | rstream |
67,476 | 17.06.2019 00:46:58 | -7,200 | bae84588d53b534446d036008d26c57d1fae165a | chore: update chromedriver for chrome 74 | [
{
"change_type": "MODIFY",
"diff": "\"dev\": true\n},\n\"chromedriver\": {\n- \"version\": \"2.45.0\",\n- \"resolved\": \"https://registry.npmjs.org/chromedriver/-/chromedriver-2.45.0.tgz\",\n- \"integrity\": \"sha512-Qwmcr+2mU3INeR6mVsQ8gO00vZpL8ZeTJLclX44C0dcs88jrSDgckPqbG+qkVX+m2L/aOPnF0lYgPdOiOiLt5w==\"... | TypeScript | MIT License | aurelia/aurelia | chore: update chromedriver for chrome 74 | 1 | chore | null |
67,476 | 17.06.2019 00:57:36 | -7,200 | cd75d7fc9f547d713ec278e738135ced47db1331 | chore(examples): disable lib check for now | [
{
"change_type": "MODIFY",
"diff": "\"lib\": [\"esnext\", \"dom\"],\n\"module\": \"umd\",\n\"moduleResolution\": \"node\",\n+ \"skipLibCheck\": true,\n\"target\": \"es2015\"\n},\n\"include\": [\"src\"]\n",
"new_path": "examples/jit-aurelia-cli-ts/tsconfig.json",
"old_path": "examples/jit-aurelia-cli... | TypeScript | MIT License | aurelia/aurelia | chore(examples): disable lib check for now | 1 | chore | examples |
679,913 | 17.06.2019 01:01:24 | -3,600 | b9e10bd6c5213d3afa261553863c270ffefaf660 | build: update dev deps (TS 3.5.2) | [
{
"change_type": "MODIFY",
"diff": "},\n\"devDependencies\": {\n\"parcel-bundler\": \"^1.12.3\",\n- \"terser\": \"^3.17.0\",\n- \"typescript\": \"^3.4.5\"\n+ \"terser\": \"^4.0.0\",\n+ \"typescript\": \"^3.5.2\"\n},\n\"dependencies\": {\n\"@thi.ng/api\": \"latest\",\n",
"new_path": "examples/canvas2d-sh... | TypeScript | Apache License 2.0 | thi-ng/umbrella | build: update dev deps (TS 3.5.2) | 1 | build | null |
67,476 | 17.06.2019 01:18:29 | -7,200 | fd37b1ec856600992b49ed75ac437d6140f467ce | ci: disable failing wdio's for now" | [
{
"change_type": "MODIFY",
"diff": "@@ -340,24 +340,24 @@ workflows:\n<<: *filter_ignore_develop_release\n#- e2e_cypress_doc_example:\n# <<: *filter_ignore_develop_release\n- - e2e_wdio:\n- <<: *filter_ignore_develop_release\n- name: jit-aurelia-cli-ts\n- path: \"examples/jit-aurelia-cli-ts\"\n- requires:\n... | TypeScript | MIT License | aurelia/aurelia | ci: disable failing wdio's for now" | 1 | ci | null |
67,476 | 17.06.2019 01:58:45 | -7,200 | a8ca579445417cd7d54084108d91b99e8fa918ac | ci: fix bump-version script | [
{
"change_type": "MODIFY",
"diff": "@@ -2,6 +2,7 @@ import { readFileSync, writeFileSync } from 'fs';\nimport { c, createLogger } from './logger';\nimport { loadPackageJson, savePackageJson } from './package.json';\nimport project from './project';\n+import { getGitLog } from './git';\nimport { getCurrentVe... | TypeScript | MIT License | aurelia/aurelia | ci: fix bump-version script | 1 | ci | null |
67,476 | 17.06.2019 03:17:04 | -7,200 | bc8bc3b9d647a0ca6518830e93f819dc78140d50 | ci: trigger early release | [
{
"change_type": "MODIFY",
"diff": "@@ -448,7 +448,7 @@ workflows:\ntriggers:\n- schedule:\n<<: *filter_only_master\n- cron: \"0 5 * * *\"\n+ cron: \"18 1 * * *\"\njobs:\n# this merge_and_dist is only to ensure the correct version in develop branch\n- merge_and_dist:\n",
"new_path": ".circleci/config.ym... | TypeScript | MIT License | aurelia/aurelia | ci: trigger early release | 1 | ci | null |
67,476 | 17.06.2019 03:38:36 | -7,200 | f91276ea8557a0a04a7aff89355c9a3b1291746c | chore(all): update node/npm version range | [
{
"change_type": "MODIFY",
"diff": "\"name\": \"jit-aurelia-cli-ts\",\n\"license\": \"MIT\",\n\"engines\": {\n- \"node\": \">=8.11.4 <11.0.0\",\n- \"npm\": \">=6.1.0 <7.0.0\"\n+ \"node\": \">=10.16.0\",\n+ \"npm\": \">=6.1.0\"\n},\n\"version\": \"0.3.0\",\n\"scripts\": {\n",
"new_path": "examples/jit-au... | TypeScript | MIT License | aurelia/aurelia | chore(all): update node/npm version range | 1 | chore | all |
67,476 | 17.06.2019 03:53:39 | -7,200 | 57b603391d94ff1f9c4223da229058877bd28051 | ci: trigger dev release | [
{
"change_type": "MODIFY",
"diff": "@@ -448,7 +448,7 @@ workflows:\ntriggers:\n- schedule:\n<<: *filter_only_master\n- cron: \"18 1 * * *\"\n+ cron: \"07 2 * * *\"\njobs:\n# this merge_and_dist is only to ensure the correct version in develop branch\n- merge_and_dist:\n",
"new_path": ".circleci/config.y... | TypeScript | MIT License | aurelia/aurelia | ci: trigger dev release | 1 | ci | null |
67,476 | 17.06.2019 04:46:37 | -7,200 | f99f0d1d841fd736adbd10d6216967ea1073e6d3 | ci: re-enable webpack/fusebox examples and remove aurelia-cli | [
{
"change_type": "MODIFY",
"diff": "@@ -340,24 +340,18 @@ workflows:\n<<: *filter_ignore_develop_release\n#- e2e_cypress_doc_example:\n# <<: *filter_ignore_develop_release\n- #- e2e_wdio:\n- # <<: *filter_ignore_develop_release\n- # name: jit-aurelia-cli-ts\n- # path: \"examples/jit-aurelia-cli-ts\"\n- # re... | TypeScript | MIT License | aurelia/aurelia | ci: re-enable webpack/fusebox examples and remove aurelia-cli | 1 | ci | null |
67,476 | 17.06.2019 04:47:23 | -7,200 | 7ea8dbef72b0b1fef3946054baf0ed961a2004ee | chore(examples): remove aurelia-cli example | [
{
"change_type": "DELETE",
"diff": "-scripts\n",
"new_path": null,
"old_path": "examples/jit-aurelia-cli-ts/.gitignore"
},
{
"change_type": "DELETE",
"diff": "-package-lock=false\n",
"new_path": null,
"old_path": "examples/jit-aurelia-cli-ts/.npmrc"
},
{
"change_type": "D... | TypeScript | MIT License | aurelia/aurelia | chore(examples): remove aurelia-cli example | 1 | chore | examples |
67,476 | 17.06.2019 05:23:09 | -7,200 | b0354a022d5a4e5edfe21dc4a918c086f3682e82 | ci: disable fux-box test | [
{
"change_type": "MODIFY",
"diff": "@@ -340,12 +340,12 @@ workflows:\n<<: *filter_ignore_develop_release\n#- e2e_cypress_doc_example:\n# <<: *filter_ignore_develop_release\n- - e2e_wdio:\n- <<: *filter_ignore_develop_release\n- name: jit-fuse-box-ts\n- path: \"examples/jit-fuse-box-ts\"\n- requires:\n- - li... | TypeScript | MIT License | aurelia/aurelia | ci: disable fux-box test | 1 | ci | null |
815,593 | 17.06.2019 08:47:01 | -32,400 | 74fab869d444fe36f44a0daa8b90f806798e9b24 | fix: unit test hash changed | [
{
"change_type": "MODIFY",
"diff": "@@ -923,9 +923,9 @@ http://localhost:8114\n\"jsonrpc\": \"2.0\",\n\"result\": [\n{\n- \"block_hash\": \"0x97261e49510ade933eb1ebbb165ed675d56f9e80a4e0bce4c091aa9ef794d93f\",\n+ \"block_hash\": \"0xf35168c2e2e0c494ec97233091d5de51b7e5af7376bbc3d7572fc6438e2bb032\",\n\"bloc... | Rust | MIT License | nervosnetwork/ckb | fix: unit test hash changed | 1 | fix | null |
71,371 | 17.06.2019 09:52:40 | -7,200 | b0730ddc52568c61a07bca9037a2e421328b8da9 | fix(rds): allow setting backupRetentionPeriod=0
0 would get turned into `undefined` which would lead to the default value of 1. | [
{
"change_type": "MODIFY",
"diff": "@@ -507,7 +507,7 @@ abstract class DatabaseInstanceNew extends DatabaseInstanceBase implements IData\nthis.newCfnProps = {\nautoMinorVersionUpgrade: props.autoMinorVersionUpgrade,\navailabilityZone: props.multiAz ? undefined : props.availabilityZone,\n- backupRetentionPer... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(rds): allow setting backupRetentionPeriod=0 (#2875)
0 would get turned into `undefined` which would lead to the default value of 1. | 1 | fix | rds |
71,101 | 17.06.2019 10:01:10 | -7,200 | beaf03d6ae3457e5a82a44e59d7e12d52b9fe934 | chore: clean up cdk.out after running integration tests | [
{
"change_type": "MODIFY",
"diff": "// Helper functions for integration tests\nimport { DEFAULT_ACCOUNT_CONTEXT_KEY, DEFAULT_REGION_CONTEXT_KEY } from '@aws-cdk/cx-api';\nimport { spawnSync } from 'child_process';\n-import fs = require('fs');\n+import fs = require('fs-extra');\nimport path = require('path')... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore: clean up cdk.out after running integration tests (#2871) | 1 | chore | null |
67,494 | 17.06.2019 10:29:20 | -7,200 | d103b384c0e8ff509f1b26712506a57b9243364a | chore(router): make things build again (except history browser) | [
{
"change_type": "MODIFY",
"diff": "@@ -132,10 +132,10 @@ export class App {\nthis.router.forward();\n}\npublic clickBack2() {\n- this.router.historyBrowser.history.go(-2);\n+ this.router.navigation.history.go(-2);\n}\npublic clickForward2() {\n- this.router.historyBrowser.history.go(2);\n+ this.router.navi... | TypeScript | MIT License | aurelia/aurelia | chore(router): make things build again (except history browser) | 1 | chore | router |
815,590 | 17.06.2019 11:06:38 | -28,800 | d168b0f71dea841701f8ca80ec4eef7e11feb174 | fix: peer_store time calculation overflow | [
{
"change_type": "MODIFY",
"diff": "@@ -55,7 +55,7 @@ impl PeerAddr {\n}\npub fn tried_in_last_minute(&self, now_ms: u64) -> bool {\n- self.last_tried_at_ms >= (now_ms - 60_000)\n+ self.last_tried_at_ms >= now_ms.saturating_sub(60_000)\n}\npub fn is_terrible(&self, now_ms: u64) -> bool {\n@@ -68,7 +68,7 @@ ... | Rust | MIT License | nervosnetwork/ckb | fix: peer_store time calculation overflow | 1 | fix | null |
71,663 | 17.06.2019 11:25:48 | 25,200 | c10fc9a745e33b54bb2d2addee6476684d39c5e7 | feat(codepipeline): final form of the CodeBuild Pipeline action.
BREAKING CHANGE: the output and extraOutputs properties of the CodeBuildAction were merged into one property, outputs. | [
{
"change_type": "MODIFY",
"diff": "@@ -89,7 +89,7 @@ const buildAction = new codepipeline_actions.CodeBuildAction({\nactionName: 'CodeBuild',\nproject,\ninput: sourceOutput,\n- output: synthesizedApp,\n+ outputs: [synthesizedApp],\n});\npipeline.addStage({\nname: 'build',\n",
"new_path": "packages/@aws... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(codepipeline): final form of the CodeBuild Pipeline action. (#2716)
BREAKING CHANGE: the output and extraOutputs properties of the CodeBuildAction were merged into one property, outputs. | 1 | feat | codepipeline |
71,270 | 17.06.2019 11:49:02 | -7,200 | 1a386d8ba8b1d35fb44635afaef1af60bf4d72f2 | feat(s3): add CORS Property to S3 Bucket
Add CORS Property to S3 Bucket for configuring bucket cross-origin
access rules. | [
{
"change_type": "MODIFY",
"diff": "@@ -632,6 +632,70 @@ export interface BucketMetrics {\nreadonly tagFilters?: {[tag: string]: any};\n}\n+/**\n+ * All http request methods\n+ */\n+export enum HttpMethods {\n+ /**\n+ * The GET method requests a representation of the specified resource.\n+ */\n+ GET = \"GET... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(s3): add CORS Property to S3 Bucket (#2101) (#2843)
Add CORS Property to S3 Bucket for configuring bucket cross-origin
access rules. | 1 | feat | s3 |
67,476 | 17.06.2019 12:05:38 | -7,200 | a6c654bd7578a59878be697aac8d2b5f6e342d85 | ci: fix git add script | [
{
"change_type": "MODIFY",
"diff": "@@ -121,7 +121,7 @@ commands:\nsteps:\n- run: ./node_modules/.bin/lerna clean -y\n- run: rm -rf packages/*/dist/build/**\n- - run: git add packages/\\*/dist/* --force && git status\n+ - run: git add packages/\\*/dist/*.ts packages/\\*/dist/*.js packages/\\*/dist/*.map --f... | TypeScript | MIT License | aurelia/aurelia | ci: fix git add script | 1 | ci | null |
217,922 | 17.06.2019 12:30:36 | -7,200 | 0f348f18dce46cb1cb9e6bd3e07448f1445ac269 | chore: possible fix for desktop oauth issue
needs more investigation, especially with production build | [
{
"change_type": "MODIFY",
"diff": "const querystring = require('querystring');\nconst { BrowserWindow } = require('electron');\nconst nodeUrl = require('url');\n+const log = require('electron-log');\n+const { session } = require('electron');\nmodule.exports = function(config) {\nfunction getCode(opts) {\n@... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: possible fix for desktop oauth issue
needs more investigation, especially with production build | 1 | chore | null |
304,866 | 17.06.2019 12:33:55 | 25,200 | aca213822e017c51fc08770da183e1d42da9343c | refactor(lang): add extern and now fields to FluxCompiler | [
{
"change_type": "MODIFY",
"diff": "@@ -43,6 +43,8 @@ type CompileOption func(*compileOptions)\ntype compileOptions struct {\nverbose bool\n+ extern *ast.File\n+\nplanOptions struct {\nlogical []plan.LogicalOption\nphysical []plan.PhysicalOption\n@@ -59,6 +61,11 @@ func WithPhysPlanOpts(popts ...plan.Physic... | Go | MIT License | influxdata/flux | refactor(lang): add extern and now fields to FluxCompiler (#1371) | 1 | refactor | lang |
67,476 | 17.06.2019 12:45:35 | -7,200 | 7d8c674559c4610bf2e31e21fac3944bf5abe67d | ci: add hour/minute in dev timestamp | [
{
"change_type": "MODIFY",
"diff": "@@ -18,11 +18,13 @@ export function getCurrentVersion(): {major: string; minor: string; patch: strin\nexport function getDate(sep?: string): string {\nconst s = sep === undefined ? '' : sep;\n- const raw = new Date().toISOString().replace(/:|T|\\.|-/g, '').slice(0, 8);\n+... | TypeScript | MIT License | aurelia/aurelia | ci: add hour/minute in dev timestamp | 1 | ci | null |
76,605 | 17.06.2019 13:00:34 | -7,200 | 5d25e94349341cc444917f68cc073d33b8fce767 | build: update example deps | [
{
"change_type": "MODIFY",
"diff": "\"lockfileVersion\": 1,\n\"requires\": true,\n\"dependencies\": {\n- \"@types/caseless\": {\n- \"version\": \"0.12.1\",\n- \"resolved\": \"https://registry.npmjs.org/@types/caseless/-/caseless-0.12.1.tgz\",\n- \"integrity\": \"sha512-FhlMa34NHp9K5MY1Uz8yb+ZvuX0pnvn3jScRSN... | JavaScript | MIT License | axa-group/nlp.js | build: update example deps | 1 | build | null |
67,476 | 17.06.2019 13:01:20 | -7,200 | 76ba3f8e8dae7bf1526d1ff6072324d837f7762c | ci: publish to dev on every merge to master | [
{
"change_type": "MODIFY",
"diff": "@@ -380,6 +380,12 @@ workflows:\nfrom: master\nto: develop\nchannel: dev\n+ - publish_npm:\n+ <<: *filter_only_master\n+ channel: dev\n+ branch: develop\n+ requires:\n+ - merge_and_dist\n# Runs build and tests, and pushes the built artifacts to the release branch (which t... | TypeScript | MIT License | aurelia/aurelia | ci: publish to dev on every merge to master | 1 | ci | null |
730,429 | 17.06.2019 13:34:22 | 14,400 | d66713696e9f02558a181e2e9b710490852c3842 | chore(package): update description | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"@ciscospark/react-ciscospark\",\n\"version\": \"0.2.22\",\n- \"description\": \"The Cisco Spark for React library allows developers to easily incorporate Spark functionality into an application.\",\n+ \"description\": \"The Cisco Spark for React library all... | JavaScript | MIT License | webex/react-widgets | chore(package): update description | 1 | chore | package |
127,946 | 17.06.2019 14:00:12 | -10,800 | 41f7020bb6eceb4ef4d283ded80e9304330f9ce7 | fix(nav): fix entire navigation links | [
{
"change_type": "MODIFY",
"diff": "@@ -5,6 +5,7 @@ export const RouteLink: React.FC<NavLinkProps & { as?: any }> = ({\nchildren,\nto,\nas,\n+ ...props\n}) => {\nreturn React.createElement(\nas || NavLink,\n@@ -14,6 +15,7 @@ export const RouteLink: React.FC<NavLinkProps & { as?: any }> = ({\ncolor: 'inherit... | TypeScript | MIT License | coingaming/moon-design | fix(nav): fix entire navigation links | 1 | fix | nav |
127,976 | 17.06.2019 14:24:21 | -10,800 | abc488af768e4e6771d554d2ee7ef83075c0e3b0 | fix: add text color key | [
{
"change_type": "MODIFY",
"diff": "@@ -17,8 +17,9 @@ import {\nwhis,\n} from './coreColors';\n-const primaryColors: { brand: string; neutral: BaseColors } = {\n+const primaryColors: { brand: string; text: string; neutral: BaseColors } = {\nbrand: piccolo[100],\n+ text: bulma[100],\nneutral: {\n10: bulma[10... | TypeScript | MIT License | coingaming/moon-design | fix: add text color key | 1 | fix | null |
815,598 | 17.06.2019 14:40:08 | -28,800 | 81df4776ac4b2e91e88e67ace70f188e0ca9ccce | chore: do not package init files for Windows | [
{
"change_type": "MODIFY",
"diff": "@@ -53,7 +53,7 @@ jobs:\ndisplayName: Build\n- powershell: |\nmkdir ckb_$(Build.SourceBranchName)_x86_64-pc-windows-msvc\n- cp -r target/release/ckb.exe,README.md,CHANGELOG.md,COPYING,devtools/init,docs ckb_$(Build.SourceBranchName)_x86_64-pc-windows-msvc\n+ cp -r target/... | Rust | MIT License | nervosnetwork/ckb | chore: do not package init files for Windows (#1037) | 1 | chore | null |
815,598 | 17.06.2019 14:40:34 | -28,800 | 97ed7e3a239753b2aaaee736310df333f0f286a5 | chore(ci): skip integration in PR
Integration tests will become slower and slower, we don't want to run all the
test suites.
Later we may pick random n test specs to run in PR. | [
{
"change_type": "MODIFY",
"diff": "@@ -54,16 +54,15 @@ deploy:\nmatrix:\ninclude:\n# We don't run tests, linters and quck check in fork branch, since they will be covered in PR.\n- # If you want to see the tests result in CI before submitting PR, name the branch with prefix \"test\".\n- name: Tests on macO... | Rust | MIT License | nervosnetwork/ckb | chore(ci): skip integration in PR (#1016)
Integration tests will become slower and slower, we don't want to run all the
test suites.
Later we may pick random n test specs to run in PR. | 1 | chore | ci |
217,922 | 17.06.2019 14:46:04 | -7,200 | 42c0e45510e784e9b77a387edd2fa9e6c84ec87f | fix(desktop): fixed oauth flow for google and facebook | [
{
"change_type": "MODIFY",
"diff": "@@ -25,7 +25,7 @@ export class OauthService {\nthis._ipc.on('oauth-reply', (event, code) => {\nconst authorizationUrl = provider.providerId === 'google.com' ?\n`https://us-central1-ffxivteamcraft.cloudfunctions.net/google-oauth${environment.production ? '' : '-beta'}?code... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(desktop): fixed oauth flow for google and facebook | 1 | fix | desktop |
438,921 | 17.06.2019 14:58:32 | -32,400 | 04a4dd87d8dae2c6d53a5e9cb03c93580960d2f0 | fix(arc): Fix to generate arc when data is zero
Update condition when generate arc path value.
Fix | [
{
"change_type": "MODIFY",
"diff": "@@ -574,4 +574,44 @@ describe(\"SHAPE ARC\", () => {\ncheckMultiline(chart.$.arc);\n});\n});\n+\n+ describe(\"check for data loading\", () => {\n+ it(\"Interaction of chart when initialized with 0 and .load()\", done => {\n+ const chart = util.generate({\n+ data: {\n+ col... | TypeScript | MIT License | naver/billboard.js | fix(arc): Fix to generate arc when data is zero
Update condition when generate arc path value.
Fix #935 | 1 | fix | arc |
679,913 | 17.06.2019 15:06:39 | -3,600 | b313a56c217e7aad20d8e222ffd4641732bc9081 | feat(vectors): add degrees(), radians(), add fitXX type hints | [
{
"change_type": "ADD",
"diff": "+import { deg } from \"@thi.ng/math\";\n+import { MultiVecOpV, VecOpV } from \"./api\";\n+import { defHofOp } from \"./internal/codegen\";\n+import { HOF_V } from \"./internal/templates\";\n+\n+export const [degrees, degrees2, degrees3, degrees4]: [\n+ MultiVecOpV,\n+ VecOpV... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(vectors): add degrees(), radians(), add fitXX type hints | 1 | feat | vectors |
471,527 | 17.06.2019 15:26:35 | -7,200 | 129a3fa18f631fd78272dc33a4d3fe3e32757171 | fix(demoing-storybook): depend on 5.0.x storybook as 5.1.x breaks it | [
{
"change_type": "MODIFY",
"diff": "\"@babel/plugin-proposal-object-rest-spread\": \"^7.2.0\",\n\"@babel/plugin-syntax-dynamic-import\": \"^7.2.0\",\n\"@babel/preset-env\": \"^7.0.0\",\n- \"@storybook/addon-actions\": \"^5.0.0\",\n+ \"@storybook/addon-actions\": \"~5.0.0\",\n\"@storybook/addon-console\": \"... | JavaScript | MIT License | open-wc/open-wc | fix(demoing-storybook): depend on 5.0.x storybook as 5.1.x breaks it | 1 | fix | demoing-storybook |
815,601 | 17.06.2019 15:41:44 | -28,800 | 99c2a41f2d359f14b8053b3f2579b55f0eb04fc8 | feat: stats cli | [
{
"change_type": "MODIFY",
"diff": "@@ -40,6 +40,7 @@ pub fn run_app(version: Version) -> Result<(), ExitCode> {\n(cli::CMD_PROF, Some(matches)) => subcommand::profile(setup.prof(&matches)?),\n(cli::CMD_EXPORT, Some(matches)) => subcommand::export(setup.export(&matches)?),\n(cli::CMD_IMPORT, Some(matches)) ... | Rust | MIT License | nervosnetwork/ckb | feat: stats cli | 1 | feat | null |
438,921 | 17.06.2019 15:51:15 | -32,400 | fe31102fac56807a558a7bb3134631008974cdd2 | fix(line): Fix gradient with dataname starting w/no
Correct the selector on checking the gradient definition node element.
Fix | [
{
"change_type": "MODIFY",
"diff": "@@ -501,7 +501,8 @@ describe(\"SHAPE LINE\", () => {\ndata: {\ncolumns: [\n[\"data1\", 230, 280, 251, 400, 150, 546, 158],\n- [\"hello there\", 230, 280, 251, 400, 150, 546, 158]\n+ [\"hello there\", 230, 280, 251, 400, 150, 546, 158],\n+ [\"123 test\", 130, 220, 120, 129... | TypeScript | MIT License | naver/billboard.js | fix(line): Fix gradient with dataname starting w/no
Correct the selector on checking the gradient definition node element.
Fix #936 | 1 | fix | line |
815,595 | 17.06.2019 16:08:44 | -28,800 | 05bd0bc653dd4d7332887e416962e0ed67bf4e54 | feat: Define a general filter | [
{
"change_type": "MODIFY",
"diff": "@@ -26,12 +26,9 @@ use lru_cache::LruCache;\nuse numext_fixed_hash::H256;\nuse numext_fixed_uint::U256;\nuse std::cmp;\n-use std::collections::{\n- hash_map::{Entry, HashMap},\n- hash_set::HashSet,\n- BTreeMap,\n-};\n+use std::collections::{hash_map::HashMap, hash_set::Ha... | Rust | MIT License | nervosnetwork/ckb | feat: Define a general filter | 1 | feat | null |
67,476 | 17.06.2019 16:24:54 | -7,200 | 1f1037fa0dbed0d13d844c86d20cd42d91f068ec | fix(router): explicitly export stuff | [
{
"change_type": "MODIFY",
"diff": "-export * from './history-browser';\n-export * from './link-handler';\n-export * from './nav';\n-export * from './queued-browser-history';\n-export * from './route-recognizer';\n-export * from './router';\n-export * from './scope';\n-export * from './viewport';\n-export *... | TypeScript | MIT License | aurelia/aurelia | fix(router): explicitly export stuff | 1 | fix | router |
127,939 | 17.06.2019 16:50:50 | -10,800 | 62242a40c7dc0b7e6219c0865b646b07d860c4cc | docs(icons): fix litecoin | [
{
"change_type": "MODIFY",
"diff": "<svg width=\"56\" height=\"56\" viewBox=\"0 0 56 56\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n-<g clip-path=\"url(#clip0)\">\n-<path d=\"M56.0016 27.9999C56.0016 43.4639 43.4658 56 28.002 56C12.5379 56 0.00195312 43.4639 0.00195312 27.9999C0.00195312 12.536 1... | TypeScript | MIT License | coingaming/moon-design | docs(icons): fix litecoin | 1 | docs | icons |
127,976 | 17.06.2019 17:06:07 | -10,800 | 04ca2771479cd220b318181d35d893c52471ab73 | feat: implement progress-bar component | [
{
"change_type": "MODIFY",
"diff": "@@ -2,3 +2,4 @@ export * from './components';\nexport * from './detail-items';\nexport * from './header';\nexport * from './summary-items';\n+export * from './progress-bar';\n",
"new_path": "portals/user-portal-components/src/cashier/components/transaction-details/ind... | TypeScript | MIT License | coingaming/moon-design | feat: implement progress-bar component | 1 | feat | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.