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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
531,793 | 20.03.2019 21:54:05 | 0 | f79b655893df654921146c0c87256267719fc89d | chore(ui): use rocket icon on the upgrade screen | [
{
"change_type": "MODIFY",
"diff": "\"bootstrap\": \"4.3.1\",\n\"bootswatch\": \"4.3.1\",\n\"copy-to-clipboard\": \"3.0.8\",\n+ \"csshake\": \"1.5.3\",\n\"fast-deep-equal\": \"2.0.1\",\n\"favico.js\": \"0.3.10\",\n\"lato-font\": \"3.0.0\",\n",
"new_path": "ui/package.json",
"old_path": "ui/package.j... | TypeScript | Apache License 2.0 | prymitive/karma | chore(ui): use rocket icon on the upgrade screen | 1 | chore | ui |
791,780 | 20.03.2019 21:54:38 | 0 | 8d79f52945243c458539ed9dfb264f0143116e60 | report: include utm params in links to docs | [
{
"change_type": "MODIFY",
"diff": "@@ -27,6 +27,8 @@ class DOM {\nconstructor(document) {\n/** @type {Document} */\nthis._document = document;\n+ /** @type {string} */\n+ this._lighthouseChannel = 'unknown';\n}\n/**\n@@ -125,11 +127,19 @@ class DOM {\n// Append link if there are any.\nif (linkText && linkH... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report: include utm params in links to docs (#7441) | 1 | report | null |
791,780 | 20.03.2019 23:01:45 | 0 | 324b219838899cc347f505609dc0cee4ede65873 | core(tap-targets): exclude sticky elements from tap targets audit | [
{
"change_type": "MODIFY",
"diff": "<body>\n<!-- Big tap target, but it's invisible because it's behind the main content div -->\n<a style=\"background: red; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: -1;\"></a>\n+\n+ <a style=\"background: red; position: sticky; top: 0; left: 0; dis... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(tap-targets): exclude sticky elements from tap targets audit (#7603) | 1 | core | tap-targets |
815,605 | 21.03.2019 00:57:20 | 0 | 5d53e76ffa3951f6e9bd4436e9f2dcdd76803958 | rename: Rename get_cells_by_type_hash to get_cells_by_lock_hash
With the refactoring work going on here, we can eliminate the concept
of type hash, and only keep script hash here. | [
{
"change_type": "MODIFY",
"diff": "@@ -70,7 +70,9 @@ impl Script {\nmatch self.version {\n0 => {\nlet mut bytes = vec![];\n- bytes.write_all(self.reference.as_bytes()).expect(VEC_WRITE_ALL_EXPECT);\n+ bytes\n+ .write_all(self.reference.as_bytes())\n+ .expect(VEC_WRITE_ALL_EXPECT);\nfor argument in &self.ar... | Rust | MIT License | nervosnetwork/ckb | rename: Rename get_cells_by_type_hash to get_cells_by_lock_hash
With the refactoring work going on here, we can eliminate the concept
of type hash, and only keep script hash here. | 1 | rename | null |
67,476 | 21.03.2019 01:18:09 | -3,600 | cf82ba106766ad422431ba1673e9d6a2b35b9135 | chore(observation): fix bind/scope typing issue | [
{
"change_type": "MODIFY",
"diff": "@@ -99,7 +99,7 @@ export interface IController<T extends INode = INode> {\nlockScope(scope: IScope): void;\nhold(location: IRenderLocation<T>): void;\nrelease(flags: LifecycleFlags): boolean;\n- bind(flags: LifecycleFlags, scope: IScope): ILifecycleTask;\n+ bind(flags: Li... | TypeScript | MIT License | aurelia/aurelia | chore(observation): fix bind/scope typing issue | 1 | chore | observation |
67,476 | 21.03.2019 01:18:48 | -3,600 | 1259fc70da4a0f82742797cf4a1343cbc66875a8 | refactor(if): integrate with controller | [
{
"change_type": "MODIFY",
"diff": "import {\nIContainer,\nInjectArray,\n- IServiceLocator,\nPLATFORM,\nRegistration\n} from '@aurelia/kernel';\n-import { IAttributeDefinition } from '../../definitions';\n+import {\n+ HooksDefinition,\n+ IAttributeDefinition\n+} from '../../definitions';\nimport {\nINode,\n... | TypeScript | MIT License | aurelia/aurelia | refactor(if): integrate with controller | 1 | refactor | if |
67,476 | 21.03.2019 01:32:42 | -3,600 | 36ea371d1f905d71c53cd468d43b6ad3a5969f83 | perf(repeat): small tweak to lis algorithm | [
{
"change_type": "MODIFY",
"diff": "@@ -403,23 +403,20 @@ export class Repeat<C extends ObservedCollection = IObservedArray, T extends INo\n}\nCustomAttributeResource.define({ name: 'repeat', isTemplateController: true }, Repeat);\n-type UintArray = Uint8Array | Uint16Array | Uint32Array;\n-let prevIndices:... | TypeScript | MIT License | aurelia/aurelia | perf(repeat): small tweak to lis algorithm | 1 | perf | repeat |
67,476 | 21.03.2019 03:26:52 | -3,600 | 6976c9da6171450b1b46f6de3f22773bf31997e5 | chore(binding-context): cleanup types | [
{
"change_type": "MODIFY",
"diff": "@@ -35,13 +35,13 @@ export class InternalObserversLookup {\nexport type BindingContextValue = ObservedCollection | StrictPrimitive | IIndexable;\nexport class BindingContext implements IBindingContext {\n- [key: string]: BindingContextValue;\n+ [key: string]: unknown;\npu... | TypeScript | MIT License | aurelia/aurelia | chore(binding-context): cleanup types | 1 | chore | binding-context |
67,476 | 21.03.2019 03:27:09 | -3,600 | 0f14f32f195d20ea1955d4ca47881a330f250c52 | chore(observation): fix typing issue | [
{
"change_type": "MODIFY",
"diff": "@@ -332,5 +332,5 @@ export type ObserversLookup<TObj extends IIndexable = IIndexable, TKey extends k\nexport type IObservable = IIndexable & {\nreadonly $synthetic?: false;\n- $observers?: Record<string, AccessorOrObserver>;\n+ $observers?: IObserversLookup;\n};\n",
"... | TypeScript | MIT License | aurelia/aurelia | chore(observation): fix typing issue | 1 | chore | observation |
67,476 | 21.03.2019 03:27:33 | -3,600 | 711837daab6f257fe74866a593453dbd421667d2 | fix(runtime): fix index exports | [
{
"change_type": "MODIFY",
"diff": "@@ -182,7 +182,8 @@ export {\n} from './observation/signaler';\nexport {\nsubscriberCollection,\n- batchedSubscriberCollection\n+ collectionSubscriberCollection,\n+ proxySubscriberCollection,\n} from './observation/subscriber-collection';\nexport {\ntargetObserver\n@@ -22... | TypeScript | MIT License | aurelia/aurelia | fix(runtime): fix index exports | 1 | fix | runtime |
67,476 | 21.03.2019 03:28:13 | -3,600 | a26870c652721567561a7574a941e2c8863af496 | chore(observerlocator): undefined instead of null for non-existing collection observer | [
{
"change_type": "MODIFY",
"diff": "@@ -238,7 +238,7 @@ export class ObserverLocator implements IObserverLocator {\ntype RepeatableCollection = IObservedMap | IObservedSet | IObservedArray | null | undefined | number;\n-export function getCollectionObserver(flags: LifecycleFlags, lifecycle: ILifecycle, coll... | TypeScript | MIT License | aurelia/aurelia | chore(observerlocator): undefined instead of null for non-existing collection observer | 1 | chore | observerlocator |
67,476 | 21.03.2019 03:28:50 | -3,600 | 37373d9fca3d7ec720066cf3009b2e17e3aaff68 | perf(custom-attributes): use merged flags | [
{
"change_type": "MODIFY",
"diff": "@@ -175,7 +175,7 @@ export class If<T extends INode = INode> {\n}\npublic valueChanged(newValue: boolean, oldValue: boolean, flags: LifecycleFlags): void {\n- if ((this.$controller.state & (State.isBound | State.isBinding)) > 0) {\n+ if ((this.$controller.state & State.is... | TypeScript | MIT License | aurelia/aurelia | perf(custom-attributes): use merged flags | 1 | perf | custom-attributes |
67,476 | 21.03.2019 03:29:09 | -3,600 | 5f88d30a6e0f7f3d428b3eee306e631a8afd0bbd | fix(controller): respect noProxy property | [
{
"change_type": "MODIFY",
"diff": "@@ -898,11 +898,11 @@ function createObservers(description: Description, flags: LifecycleFlags, instan\n}\nfunction getBindingContext(flags: LifecycleFlags, instance: IIndexable): BindingContext {\n- if ((flags & LifecycleFlags.proxyStrategy) > 0) {\n- return ProxyObserve... | TypeScript | MIT License | aurelia/aurelia | fix(controller): respect noProxy property | 1 | fix | controller |
67,476 | 21.03.2019 03:54:42 | -3,600 | c80fadb9889d821d097d4fff0fbd16eedb49e11a | refactor(runtime): remove non-keyed mode | [
{
"change_type": "MODIFY",
"diff": "@@ -16,7 +16,6 @@ import {\n} from './renderer';\nimport { FromViewBindingBehavior, OneTimeBindingBehavior, ToViewBindingBehavior, TwoWayBindingBehavior } from './resources/binding-behaviors/binding-mode';\nimport { DebounceBindingBehavior } from './resources/binding-beha... | TypeScript | MIT License | aurelia/aurelia | refactor(runtime): remove non-keyed mode | 1 | refactor | runtime |
71,169 | 21.03.2019 04:01:47 | 25,200 | 86e9d03a7894ae7bc8f7e26208288d803191c05a | fix(stepfunctions): make Fail.error optional
Error codes are optional in ASL. | [
{
"change_type": "MODIFY",
"diff": "@@ -15,8 +15,10 @@ export interface FailProps {\n/**\n* Error code used to represent this failure\n+ *\n+ * @default No error code\n*/\n- error: string;\n+ error?: string;\n/**\n* A description for the cause of the failure\n@@ -34,10 +36,10 @@ export interface FailProps {... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(stepfunctions): make Fail.error optional (#2042)
Error codes are optional in ASL. | 1 | fix | stepfunctions |
67,476 | 21.03.2019 04:19:56 | -3,600 | 7eb1f57a02c683eb95308a6aad47cca51cca5d59 | refactor(replaceable): integrate with controller and tasks | [
{
"change_type": "MODIFY",
"diff": "import {\nIContainer,\nInjectArray,\n- IServiceLocator,\nPLATFORM,\n- Registration\n+ Registration,\n} from '@aurelia/kernel';\nimport {\n- IAttributeDefinition\n+ HooksDefinition,\n+ IAttributeDefinition,\n} from '../../definitions';\nimport {\nINode,\n- IRenderLocation\... | TypeScript | MIT License | aurelia/aurelia | refactor(replaceable): integrate with controller and tasks | 1 | refactor | replaceable |
67,476 | 21.03.2019 08:54:46 | -3,600 | 6d9957511368d073705a4774874c5a245ff8f521 | refactor(runtime): minor fixes for custom attributes | [
{
"change_type": "MODIFY",
"diff": "@@ -145,22 +145,20 @@ export class Repeat<C extends ObservedCollection = IObservedArray, T extends INo\nreturn this.task;\n}\n- public attaching(flags: LF): ILifecycleTask {\n+ public attaching(flags: LF): void {\nif (this.task.done) {\nthis.attachViews(void 0, flags);\n}... | TypeScript | MIT License | aurelia/aurelia | refactor(runtime): minor fixes for custom attributes | 1 | refactor | runtime |
791,834 | 21.03.2019 10:14:42 | 25,200 | 0cd2214cc91d5cbf2a50a1e2b5b1c41034d1b4d2 | docs: add plugin recipe | [
{
"change_type": "ADD",
"diff": "+/**\n+ * @license Copyright 2019 Google Inc. All Rights Reserved.\n+ * Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/L... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | docs: add plugin recipe (#6965) | 1 | docs | null |
815,590 | 21.03.2019 10:14:58 | -28,800 | 6ccbf0a5c137f9492604253ccd1bd7c4ae722617 | refactor: rename connected_time to last_connected_at | [
{
"change_type": "MODIFY",
"diff": "@@ -21,7 +21,7 @@ pub fn create_tables(conn: &Connection) -> DBResult<()> {\nstatus INTEGER NOT NULL,\nendpoint INTEGER NOT NULL,\nban_time INTEGER NOT NULL,\n- connected_time INTEGER NOT NULL\n+ last_connected_at INTEGER NOT NULL\n);\n\"#;\nconn.execute_batch(sql)?;\n@@ ... | Rust | MIT License | nervosnetwork/ckb | refactor: rename connected_time to last_connected_at | 1 | refactor | null |
815,593 | 21.03.2019 10:22:50 | -32,400 | e3f531a5e0d5108045de433afa39e4a834e25bc2 | chore: tweak test code | [
{
"change_type": "MODIFY",
"diff": "@@ -32,17 +32,17 @@ fn test_genesis_transaction_spend() {\n.with_header_builder(HeaderBuilder::default().difficulty(U256::from(1000u64)));\nlet consensus = Consensus::default().set_genesis_block(genesis_block);\n- let (chain_controller, shared) = start_chain(Some(consensu... | Rust | MIT License | nervosnetwork/ckb | chore: tweak test code | 1 | chore | null |
531,793 | 21.03.2019 10:44:47 | 0 | ac8f042951ed03ae715cab1cf51d96845fb90427 | chore(docker): cleanup docker images on shutdown | [
{
"change_type": "MODIFY",
"diff": "@@ -77,6 +77,7 @@ docker-image:\nrun-docker: docker-image\n@docker rm -f $(NAME) || true\ndocker run \\\n+ --rm \\\n--name $(NAME) \\\n-v $(MOCK_PATH):$(MOCK_PATH) \\\n-e ALERTMANAGER_INTERVAL=36000h \\\n@@ -93,7 +94,7 @@ run-docker: docker-image\nrun-demo:\ndocker build ... | TypeScript | Apache License 2.0 | prymitive/karma | chore(docker): cleanup docker images on shutdown | 1 | chore | docker |
531,793 | 21.03.2019 11:06:31 | 0 | aa070a769c6103d9102bc3b10c72592621079187 | fix(config): change config schema to allow regex based matches
BREAKING CHANGE: this changes configuration schema for custom label values, it provides more flexibility when setting custom labels and also prevents '*' special wildcard value from conflicting with labels, since '*' is a valid label value.
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -329,7 +329,11 @@ labels:\ncolor:\nstatic: list of strings\nunique: list of strings\n- custom: dict\n+ custom:\n+ foo:\n+ - value: string\n+ value_re: string\n+ color: string\nkeep: list of strings\nstrip: list of strings\n```\n@@ -343,14 +347,20 @@ labels:\nin the UI.... | TypeScript | Apache License 2.0 | prymitive/karma | fix(config): change config schema to allow regex based matches
BREAKING CHANGE: this changes configuration schema for custom label values, it provides more flexibility when setting custom labels and also prevents '*' special wildcard value from conflicting with labels, since '*' is a valid label value.
Fixes #537 | 1 | fix | config |
531,793 | 21.03.2019 11:07:08 | 0 | 6b66ffd94b2ea084f127658ec7d13226cc3931b6 | chore(demo): update custom color config
Schema was changed, so demo config needs to be modified | [
{
"change_type": "MODIFY",
"diff": "@@ -42,11 +42,15 @@ labels:\n- \"@receiver\"\ncustom:\nregion:\n- \"*\": \"#736598\"\n+ - value_re: \".*\"\n+ color: \"#736598\"\nseverity:\n- info: \"#87c4e0\"\n- warning: \"#ffae42\"\n- critical: \"#ff220c\"\n+ - value: info\n+ color: \"#87c4e0\"\n+ - value: warning\n+ ... | TypeScript | Apache License 2.0 | prymitive/karma | chore(demo): update custom color config
Schema was changed, so demo config needs to be modified | 1 | chore | demo |
815,590 | 21.03.2019 11:12:20 | -28,800 | 5a786291faf9984eb64b7e2f9cd0bb513030f25a | refactor: Remove unnecessary interface from PeerStore | [
{
"change_type": "MODIFY",
"diff": "@@ -20,7 +20,7 @@ fn insert_peer_info_benchmark(c: &mut Criterion) {\nlet addr = \"/ip4/127.0.0.1\".to_multiaddr().unwrap();\nmove || {\nfor peer_id in peer_ids.clone() {\n- peer_store.new_connected_peer(&peer_id, addr.clone(), SessionType::Client);\n+ peer_store.add_conn... | Rust | MIT License | nervosnetwork/ckb | refactor: Remove unnecessary interface from PeerStore | 1 | refactor | null |
815,573 | 21.03.2019 11:44:20 | -28,800 | 15b69b0d8804bdadd963c0ecc9be928e801fd858 | fix: Outbound connection select address bug | [
{
"change_type": "MODIFY",
"diff": "@@ -328,15 +328,14 @@ impl Network {\n}\n}\n- pub fn dial(&self, expected_peer_id: &PeerId, mut addr: Multiaddr) {\n+ pub fn dial(&self, expected_peer_id: &PeerId, addr: Multiaddr) {\nif expected_peer_id == self.local_peer_id() {\ndebug!(target: \"network\", \"ignore dial... | Rust | MIT License | nervosnetwork/ckb | fix: Outbound connection select address bug | 1 | fix | null |
815,573 | 21.03.2019 11:44:38 | -28,800 | 7650a8f78068d005327608ef4ca9348a81b132a5 | fix: Can not shutdown network bug | [
{
"change_type": "MODIFY",
"diff": "@@ -9,27 +9,34 @@ use ckb_util::Mutex;\nuse futures::future::Future;\nuse futures::sync::mpsc::Receiver;\nuse futures::sync::oneshot;\n-use log::{debug, info};\n+use log::{debug, error, info};\nuse std::sync::Arc;\n-use std::thread;\nuse tokio::runtime;\npub struct StopHa... | Rust | MIT License | nervosnetwork/ckb | fix: Can not shutdown network bug | 1 | fix | null |
104,827 | 21.03.2019 11:58:47 | 18,000 | a19bbf8430e93c58862c6771b0d301ba340fce6c | chore(table): styling tweaks | [
{
"change_type": "MODIFY",
"diff": "@@ -22,12 +22,18 @@ const StyledTableHeader = styled(TableHeader)`\n}\n`;\n+const StyledColumnSelectWrapper = styled.div`\n+ {\n+ display: flex;\n+ flex-wrap: wrap;\n+ }\n+`;\n+\nconst StyledColumnSelectTableRow = styled(TableRow)`\n&&& {\n- background: #fff;\nth {\npaddi... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(table): styling tweaks | 1 | chore | table |
679,913 | 21.03.2019 12:01:46 | 0 | 65e9c441d912cf490d9782d2a8ae81f8d8a3723c | feat(rstream): update clock control for tween(), update docs | [
{
"change_type": "MODIFY",
"diff": "import { Fn2 } from \"@thi.ng/api\";\n+import { isNumber } from \"@thi.ng/checks\";\nimport { dedupe, reducer, scan } from \"@thi.ng/transducers\";\n-import { CloseMode } from \"./api\";\n+import { CloseMode, ISubscribable } from \"./api\";\nimport { fromInterval } from \... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(rstream): update clock control for tween(), update docs | 1 | feat | rstream |
815,590 | 21.03.2019 12:28:52 | -28,800 | cf2873f1f350271933ba820c00f7eb3a0a801e33 | refactor: move SqlitePeerStore to correct modules | [
{
"change_type": "MODIFY",
"diff": "@@ -15,7 +15,7 @@ use std::rc::Rc;\nfn insert_peer_info_benchmark(c: &mut Criterion) {\nc.bench_function(\"insert 100 peer_info\", |b| {\nb.iter({\n- let mut peer_store = SqlitePeerStore::default();\n+ let mut peer_store = SqlitePeerStore::memory().expect(\"memory\");\nle... | Rust | MIT License | nervosnetwork/ckb | refactor: move SqlitePeerStore to correct modules | 1 | refactor | null |
217,922 | 21.03.2019 13:54:47 | -3,600 | 1bcaf3e5e2c418f1e55b5932c62f282e8c332414 | chore(log-tracker): added fishing log icons | [
{
"change_type": "MODIFY",
"diff": "</nz-tabset>\n</nz-tab>\n<nz-tab [nzTitle]=\"'Game_Term/FSH' | translate\">\n+ <nz-tabset nzSize=\"small\" nzAnimated=\"false\"\n+ (nzSelectedIndexChange)=\"dolSelectedPage = dolTabs[$event][0].id\">\n+ <nz-tab *ngFor=\"let tab of fshTabs; let index = index\" [nzTitle]=\"... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(log-tracker): added fishing log icons
#732 | 1 | chore | log-tracker |
104,818 | 21.03.2019 14:28:16 | 18,000 | 6dcd232a519bcb9b73654c3cb1cfb971f68bdbde | fix(statefultable): should dispatch payload with action | [
{
"change_type": "MODIFY",
"diff": "@@ -98,22 +98,7 @@ const StyledButtons = styled.div`\n}\n`;\n-/**\n- * Renders a carbon modal dialog. This dialog adds these additional features on top of the base carbon dialog:\n- * adds header.helpText prop to explain dialog\n- * adds type prop for warning and error ty... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(statefultable): should dispatch payload with action | 1 | fix | statefultable |
815,590 | 21.03.2019 14:59:25 | -28,800 | b6a6cc802366893933ef78fa7903a16c1e56d0d8 | feat: enable SqlitePeerStore file mode | [
{
"change_type": "MODIFY",
"diff": "@@ -37,7 +37,8 @@ pub type PeerIndex = usize;\n#[derive(Clone, Debug, PartialEq, Deserialize)]\npub struct Config {\npub listen_addresses: Vec<multiaddr::Multiaddr>,\n- pub secret_file: Option<String>,\n+ pub secret_file: String,\n+ pub peer_store_path: String,\npub try_o... | Rust | MIT License | nervosnetwork/ckb | feat: enable SqlitePeerStore file mode | 1 | feat | null |
791,690 | 21.03.2019 15:01:08 | 18,000 | 0208c4061ae44178a85e2aba2469343bd2fab1cb | misc: fix unit-viewer command for windows | [
{
"change_type": "MODIFY",
"diff": "@@ -40,7 +40,8 @@ module.exports = [\ndetails: {\nitems: {\n0: {\n- url: /main-thread-consumer/,\n+ // FIXME: Appveyor finds this particular assertion very flaky for some reason :(\n+ url: process.env.APPVEYOR ? /main/ : /main-thread-consumer/,\nscripting: '>1000',\n},\n}... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc: fix unit-viewer command for windows (#7624) | 1 | misc | null |
447,447 | 21.03.2019 15:40:57 | 14,400 | 3b5c208c514eade2382f8b573b63abb9328a2e8c | fix: fix tab not responsive | [
{
"change_type": "MODIFY",
"diff": "min-height: calc(100vh - 68px);\n}\n+.react-rainbow-components-page_card-container {\n+ margin: 0.8rem 1.5rem 0.8rem 0;\n+}\n+\n.react-rainbow-components-page_cards-container {\ndisplay: flex;\nflex-direction: column;\n.react-rainbow-components-page_card {\nwidth: 13rem;\... | JavaScript | MIT License | nexxtway/react-rainbow | fix: fix tab not responsive (#628) | 1 | fix | null |
815,573 | 21.03.2019 15:52:36 | -28,800 | 3aa0bc878dbc39f752b3a3d26d2c049068b64115 | fix: Fix dial address with peer_id | [
{
"change_type": "MODIFY",
"diff": "@@ -328,14 +328,15 @@ impl Network {\n}\n}\n- pub fn dial(&self, expected_peer_id: &PeerId, addr: Multiaddr) {\n+ pub fn dial(&self, expected_peer_id: &PeerId, mut addr: Multiaddr) {\nif expected_peer_id == self.local_peer_id() {\ndebug!(target: \"network\", \"ignore dial... | Rust | MIT License | nervosnetwork/ckb | fix: Fix dial address with peer_id | 1 | fix | null |
103,664 | 21.03.2019 15:53:03 | -3,600 | 1a4af746d29f0c748935d24a576f2a17026a9ead | fix: Searchbar TS types | [
{
"change_type": "MODIFY",
"diff": "@@ -9,4 +9,9 @@ export interface SearchbarProps extends TextInputProps {\nonChangeText?: (query: string) => void;\n}\n-export declare class Searchbar extends React.Component<SearchbarProps> {}\n+export declare class Searchbar extends React.Component<SearchbarProps> {\n+ i... | TypeScript | MIT License | callstack/react-native-paper | fix: Searchbar TS types (#943) | 1 | fix | null |
815,573 | 21.03.2019 16:06:38 | -28,800 | 1981533209321a66c1470c2d1ad90337192baab7 | fix: Fix parse supported versions | [
{
"change_type": "MODIFY",
"diff": "@@ -55,8 +55,14 @@ impl CKBProtocol {\npub fn build(&self) -> ProtocolMeta {\nlet event_sender = self.event_sender.clone();\n+ let supported_versions = self\n+ .supported_versions\n+ .iter()\n+ .map(|v| v.to_string())\n+ .collect::<Vec<_>>();\nMetaBuilder::default()\n.id(... | Rust | MIT License | nervosnetwork/ckb | fix: Fix parse supported versions | 1 | fix | null |
67,476 | 21.03.2019 16:52:12 | -3,600 | e39bd43fd46a87a9ebd41f431b7d0b183907f4e6 | chore(runtime-html): fix observer types | [
{
"change_type": "MODIFY",
"diff": "import {\nCollectionKind,\n- IBatchedCollectionSubscriber,\nIBindingTargetObserver,\nICollectionObserver,\n+ ICollectionSubscriber,\nILifecycle,\nIObserverLocator,\n- IPropertySubscriber,\n+ ISubscriber,\nLifecycleFlags,\nObserversLookup,\nSetterObserver,\n@@ -29,8 +29,8 ... | TypeScript | MIT License | aurelia/aurelia | chore(runtime-html): fix observer types | 1 | chore | runtime-html |
217,922 | 21.03.2019 17:02:10 | -3,600 | d56ed5587f1d6770677e5eb8d5bc846f7ebc072b | chore(log-tracker): added fishing informations to the template | [
{
"change_type": "MODIFY",
"diff": "@@ -227,6 +227,7 @@ export class AlarmsFacade {\nconst weatherSpawns = alarm.weathers.map(weather => {\nreturn { weather: weather, spawn: this.weatherService.getNextWeatherStart(alarm.mapId, weather, iteration) };\n})\n+ .filter(spawn => spawn.spawn !== null)\n.sort((a, b... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(log-tracker): added fishing informations to the template
#732 | 1 | chore | log-tracker |
815,573 | 21.03.2019 17:14:36 | -28,800 | 4a068b61e4c5b134ef44dd385b03e2bc5d852bc7 | chore: Remove AddNewAddr event | [
{
"change_type": "MODIFY",
"diff": "@@ -150,10 +150,6 @@ pub enum DiscoveryEvent {\npeer_id: Option<PeerId>,\n},\nDisconnected(SessionId),\n- AddNewAddr {\n- session_id: SessionId,\n- addr: Multiaddr,\n- },\nAddNewAddrs {\nsession_id: SessionId,\naddrs: Vec<Multiaddr>,\n@@ -204,9 +200,6 @@ impl Stream for D... | Rust | MIT License | nervosnetwork/ckb | chore: Remove AddNewAddr event | 1 | chore | null |
815,573 | 21.03.2019 17:16:01 | -28,800 | 3999aee5d5b2bb333c2d4a25af160430900a8666 | revert: Revert out bounded service logic | [
{
"change_type": "MODIFY",
"diff": "@@ -37,14 +37,11 @@ impl Stream for OutboundPeerService {\n.network\n.peer_store()\n.read()\n- .random_peers(new_outbound as u32)\n+ .peers_to_attempt(new_outbound as u32);\n+ for (peer_id, addr) in attempt_peers\n.into_iter()\n- .filter(|(peer_id, _addr)| {\n- self.netwo... | Rust | MIT License | nervosnetwork/ckb | revert: Revert out bounded service logic | 1 | revert | null |
67,476 | 21.03.2019 19:36:09 | -3,600 | acc58130ae54c8a1e6c793abc778c3a51c5342ae | refactor(custom-attributes): freeze the definitions | [
{
"change_type": "MODIFY",
"diff": "@@ -40,16 +40,16 @@ export class If<T extends INode = INode> {\npublic static readonly inject: InjectArray = [IViewFactory, IRenderLocation];\npublic static readonly kind: ICustomAttributeResource = CustomAttributeResource;\n- public static readonly description: Required<... | TypeScript | MIT License | aurelia/aurelia | refactor(custom-attributes): freeze the definitions | 1 | refactor | custom-attributes |
67,476 | 21.03.2019 19:36:25 | -3,600 | d86267e7ad7f2699a71aad672037a405c5c55af6 | refactor(compose): integrate compose with tasks / controllers, fix typings | [
{
"change_type": "MODIFY",
"diff": "-import { Constructable, InjectArray, IRegistry } from '@aurelia/kernel';\nimport {\n- bindable,\n- CompositionCoordinator,\n+ Constructable,\n+ IContainer,\n+ InjectArray,\n+ IRegistry,\n+ PLATFORM,\n+ Registration,\n+} from '@aurelia/kernel';\n+import {\n+ Bindable,\n+ ... | TypeScript | MIT License | aurelia/aurelia | refactor(compose): integrate compose with tasks / controllers, fix typings | 1 | refactor | compose |
730,412 | 21.03.2019 20:57:42 | 0 | 040e0d0f70ee5d1d56b05d2aabeda6f7f66afe5a | chore(release): 0.1.437 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"0.1.437\"></a>\n+## [0.1.437](https://github.com/webex/react-ciscospark/compare/v0.1.... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.1.437 | 1 | chore | release |
67,476 | 21.03.2019 21:09:33 | -3,600 | a34a9daaff2b901e153a6abb377b67b987aa6ced | refactor(runtime-html): fix create-element types and remove RuntimeBehavior | [
{
"change_type": "MODIFY",
"diff": "-import { Constructable, IRegistry, Tracer } from '@aurelia/kernel';\n+import {\n+ Constructable,\n+ IRegistry,\n+ Tracer\n+} from '@aurelia/kernel';\n+\nimport {\nbuildTemplateDefinition,\n+ CustomElementResource,\nHydrateElementInstruction,\nIBindableDescription,\n+ ICo... | TypeScript | MIT License | aurelia/aurelia | refactor(runtime-html): fix create-element types and remove RuntimeBehavior | 1 | refactor | runtime-html |
67,476 | 21.03.2019 21:10:08 | -3,600 | a4e2dada279a869ec19e9bc76982216752f4daad | refactor(all): rename ILifecycleHooks to IViewModel | [
{
"change_type": "MODIFY",
"diff": "import { DI, IIndexable } from '@aurelia/kernel';\nimport { expect } from 'chai';\n-import { Hooks, ILifecycle, LifecycleFlags, PromiseTask, State, ILifecycleHooks } from '@aurelia/runtime';\n+import { Hooks, ILifecycle, LifecycleFlags, PromiseTask, State, IViewModel } fr... | TypeScript | MIT License | aurelia/aurelia | refactor(all): rename ILifecycleHooks to IViewModel | 1 | refactor | all |
67,476 | 21.03.2019 21:17:45 | -3,600 | aacf278d9e2ca60b9da6140ee6f48828f1df2ebb | refactor(all): rename $customElement to $controller | [
{
"change_type": "MODIFY",
"diff": "@@ -22,8 +22,8 @@ describe(`determineProjector`, function () {\nexpect(projector).to.be.instanceof(ShadowDOMProjector);\nexpect(projector['shadowRoot']).to.be.instanceof(ctx.Node);\n- expect(projector['shadowRoot'].$customElement).to.equal(component);\n- expect(host['$cus... | TypeScript | MIT License | aurelia/aurelia | refactor(all): rename $customElement to $controller | 1 | refactor | all |
471,546 | 21.03.2019 21:25:40 | -3,600 | d305f426cd98c44f3328c1ee0e088330b00d8b06 | fix(create): use tagname instead of hardcoded name
* Update _app.js
replace name in the template with actual one
* Update _app.js
replace name in the template with actual one
* use correct template syntax | [
{
"change_type": "MODIFY",
"diff": "@@ -61,7 +61,7 @@ class <%= className %> extends LitElement {\n<header class=\"app-header\">\n${openWc}\n<h1>${this.title}</h1>\n- <p>Edit <code>src/my-app.js</code> and save to reload.</p>\n+ <p>Edit <code>src/<%= tagName %>.js</code> and save to reload.</p>\n<a\nclass=\... | JavaScript | MIT License | open-wc/open-wc | fix(create): use tagname instead of hardcoded name
* Update _app.js
replace name in the template with actual one
* Update _app.js
replace name in the template with actual one
* use correct template syntax | 1 | fix | create |
791,690 | 21.03.2019 21:30:04 | 18,000 | 82e8a64e24b95fe36586044b3ccc7cae64cdc2a3 | core(oopif): attach to all descendants | [
{
"change_type": "MODIFY",
"diff": "</head>\n<body>\n<h1>Hello frames</h1>\n- <iframe name=\"oopif\" src=\"https://airhorner.com\"></iframe>\n+ <iframe name=\"oopif\" src=\"https://www.paulirish.com/2012/why-moving-elements-with-translate-is-better-than-posabs-topleft/\" style=\"width: 100vw; height: 100vh;... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(oopif): attach to all descendants (#7608) | 1 | core | oopif |
471,470 | 21.03.2019 21:59:13 | -3,600 | 5724bd778c49da0775c866cdfcc216522736e731 | feat: add version detection | [
{
"change_type": "MODIFY",
"diff": "\"dist\"\n],\n\"dependencies\": {\n+ \"chalk\": \"^2.4.2\",\n\"command-line-args\": \"^5.0.2\",\n\"deepmerge\": \"^3.2.0\",\n\"glob\": \"^7.1.3\",\n- \"qoa\": \"^0.2.0\"\n+ \"qoa\": \"^0.2.0\",\n+ \"semver\": \"^5.6.0\"\n},\n\"devDependencies\": {\n\"@babel/cli\": \"^7.2.... | JavaScript | MIT License | open-wc/open-wc | feat: add version detection (#306) | 1 | feat | null |
531,793 | 21.03.2019 22:07:27 | 0 | a0aeddb754e253334a7fc1b6d512fbe9be3a8446 | feat(renovate): let renovate bot merge dev and patch PRs | [
{
"change_type": "MODIFY",
"diff": "\"rebaseStalePrs\": false,\n\"travis\": { \"enabled\": true },\n\"masterIssue\": true,\n- \"postUpdateOptions\": [\"gomodTidy\"]\n+ \"postUpdateOptions\": [\"gomodTidy\"],\n+ \"patch\": {\n+ \"automerge\": true\n+ },\n+ \"devDependencies\": {\n+ \"automerge\": true\n+ }\n... | TypeScript | Apache License 2.0 | prymitive/karma | feat(renovate): let renovate bot merge dev and patch PRs | 1 | feat | renovate |
471,601 | 22.03.2019 00:07:50 | -3,600 | 76934ed6afb295a34c633926b0739449b532f11d | docs: minor changes to toplevel readme | [
{
"change_type": "MODIFY",
"diff": "@@ -25,27 +25,28 @@ What would you like to do today?\n```\n## Homepage\n-For more details please visit us at [open-wc.org](https://www.open-wc.org).\n+For more details please visit us at [open-wc.org](https://open-wc.org).\n## Packages\n| Package | Version | Description |... | JavaScript | MIT License | open-wc/open-wc | docs: minor changes to toplevel readme | 1 | docs | null |
67,476 | 22.03.2019 02:40:06 | -3,600 | 96c15d87a860e6b021d9cd8d3cab188ad6f12728 | refactor(router): fix types and integrate controller | [
{
"change_type": "MODIFY",
"diff": "-import { InjectArray, Writable } from '@aurelia/kernel';\n-import { bindable, createRenderContext, CustomElementResource, ICustomElement, ICustomElementType, IDOM, IElementTemplateProvider, INode, IRenderContext, IRenderingEngine, ITemplate, LifecycleFlags, TemplateDefin... | TypeScript | MIT License | aurelia/aurelia | refactor(router): fix types and integrate controller | 1 | refactor | router |
67,476 | 22.03.2019 04:02:10 | -3,600 | 1f43cac270b520c6f620cc472298d882bb843712 | fix(di): fix false positive type error in resolver | [
{
"change_type": "MODIFY",
"diff": "@@ -302,7 +302,7 @@ Foo.register(container);\nexport const IContainer = DI.createInterface<IContainer>('IContainer').noDefault();\nexport const IServiceLocator = IContainer as unknown as InterfaceSymbol<IServiceLocator>;\n-function createResolver(getter: (key: any, handle... | TypeScript | MIT License | aurelia/aurelia | fix(di): fix false positive type error in resolver | 1 | fix | di |
67,476 | 22.03.2019 04:07:08 | -3,600 | 8df17a8b32b451884eafc4ef140cc53824622374 | refactor(all): rename ICustomAttribute to IViewModel | [
{
"change_type": "MODIFY",
"diff": "@@ -18,7 +18,7 @@ import {\nExpressionKind,\nIAttributeDefinition,\nIBinding,\n- ICustomAttribute,\n+ IViewModel,\nIViewModel,\nICustomElementType,\nIf,\n@@ -589,7 +589,7 @@ export class MockRenderingEngine implements IRenderingEngine {\nreturn this.renderer;\n}\n- public... | TypeScript | MIT License | aurelia/aurelia | refactor(all): rename ICustomAttribute to IViewModel | 1 | refactor | all |
815,605 | 22.03.2019 05:41:05 | 0 | 5279e5f97c6030883e27265d43e22a0476ae0dbe | fix: Fix relayer tests | [
{
"change_type": "MODIFY",
"diff": "@@ -94,11 +94,19 @@ impl<'a> FbsTransaction<'a> {\n.collect::<Vec<_>>();\nlet outputs = fbb.create_vector(&vec);\n+ let vec = transaction\n+ .embeds()\n+ .iter()\n+ .map(|argument| FbsBytes::build(fbb, argument))\n+ .collect::<Vec<_>>();\n+ let embeds = fbb.create_vector(... | Rust | MIT License | nervosnetwork/ckb | fix: Fix relayer tests | 1 | fix | null |
815,605 | 22.03.2019 05:47:22 | 0 | c1843d5d533deebaefbc55352ea9d8b171dce9ee | rename: Rename reference to binary_hash in Script | [
{
"change_type": "MODIFY",
"diff": "@@ -13,13 +13,13 @@ use std::mem;\npub struct Script {\npub version: u8,\npub args: Vec<Vec<u8>>,\n- // The reference hash here can be used to refer to binary in any of the\n+ // Binary hash here can be used to refer to binary in any of the\n// following locations:\n- // ... | Rust | MIT License | nervosnetwork/ckb | rename: Rename reference to binary_hash in Script | 1 | rename | null |
103,478 | 22.03.2019 06:06:39 | 18,000 | 00457a956774d1e15b7509df0a615acc4211fc2a | feat: add ellipsize props to ListItem | [
{
"change_type": "MODIFY",
"diff": "@@ -49,6 +49,14 @@ type Props = $RemoveChildren<typeof TouchableRipple> & {|\n* Style that is passed to Description element.\n*/\ndescriptionStyle?: TextStyleProp,\n+ /**\n+ * Ellipsize Mode for the Title\n+ */\n+ titleEllipsizeMode?: 'head' | 'middle' | 'tail' | 'clip',\... | TypeScript | MIT License | callstack/react-native-paper | feat: add ellipsize props to ListItem (#944) | 1 | feat | null |
722,013 | 22.03.2019 09:46:21 | 18,000 | 21cdf112b674d33142dc29970293af9d42575ee7 | ci(travis): add merge master to dev after succesful publish | [
{
"change_type": "MODIFY",
"diff": "@@ -89,6 +89,10 @@ jobs:\n- echo \"//registry.npmjs.org/:_authToken=\\${NPM_TOKEN}\" >> $HOME/.npmrc 2> /dev/null\n- yarn lerna version --yes --github-release\n- yarn lerna publish from-git --yes\n+ # then merge the whole thing back to dev\n+ - git checkout dev\n+ - git m... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | ci(travis): add merge master to dev after succesful publish | 1 | ci | travis |
815,590 | 22.03.2019 10:48:08 | -28,800 | 422495124c0a7f942c00a75cc9fe290404725b60 | refactor: use vector to dynamic allocation | [
{
"change_type": "MODIFY",
"diff": "@@ -22,15 +22,14 @@ pub struct ScoringSchema {\nimpl ScoringSchema {\npub fn new_default() -> Self {\n- let schema = [\n+ let schema = vec![\n(Behaviour::FailedToConnect, -20),\n(Behaviour::FailedToPing, -10),\n(Behaviour::Ping, 5),\n(Behaviour::Connect, 10),\n(Behaviour:... | Rust | MIT License | nervosnetwork/ckb | refactor: use vector to dynamic allocation | 1 | refactor | null |
807,849 | 22.03.2019 10:53:33 | 25,200 | 024a6abc50325cc02f2ef2a4c0d4cff2ca756001 | fix(version): Search for complete tag prefix when composing GitHub releases
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -632,7 +632,7 @@ class VersionCommand extends Command {\nreturn Promise.all(\nthis.releaseNotes.map(({ notes, name }) => {\n- const tag = name === \"fixed\" ? this.tags[0] : this.tags.find(t => t.startsWith(name));\n+ const tag = name === \"fixed\" ? this.tags[0] : thi... | JavaScript | MIT License | lerna/lerna | fix(version): Search for complete tag prefix when composing GitHub releases
Fixes #2038 | 1 | fix | version |
722,013 | 22.03.2019 11:05:03 | 18,000 | 7202b52a73a0d7017570e3821ac90ebcaf3ebb1c | ci(travis): git checkout origin/dev instead of dev | [
{
"change_type": "MODIFY",
"diff": "@@ -90,7 +90,7 @@ jobs:\n- yarn lerna version --yes --github-release\n- yarn lerna publish from-git --yes\n# then merge the whole thing back to dev\n- - git checkout dev\n+ - git checkout origin/dev\n- git merge master -m \"chore: master\"\n- git push\n",
"new_path": ... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | ci(travis): git checkout origin/dev instead of dev | 1 | ci | travis |
815,593 | 22.03.2019 11:05:25 | -32,400 | 2913cca3275aa752256e2eededa7a0450b7cddcb | fix: resolve transactions verifier bug and add some test | [
{
"change_type": "MODIFY",
"diff": "@@ -18,7 +18,7 @@ use ckb_verification::{BlockVerifier, TransactionsVerifier, Verifier};\nuse crossbeam_channel::{self, select, Receiver, Sender};\nuse failure::Error as FailureError;\nuse faketime::unix_time_as_millis;\n-use fnv::{FnvHashMap, FnvHashSet};\n+use fnv::FnvH... | Rust | MIT License | nervosnetwork/ckb | fix: resolve transactions verifier bug and add some test | 1 | fix | null |
730,420 | 22.03.2019 11:10:05 | 25,200 | cd29a3e490c290791f1c66261571f1ef2ba562b3 | feat(widget-base): Aligned our scrollbar styling with web client | [
{
"change_type": "MODIFY",
"diff": "@@ -35,7 +35,7 @@ div::-webkit-scrollbar {\n::-webkit-scrollbar-thumb {\nheight: 50px;\nbackground-color: transparent;\n- border: none;\n+ border-radius: 15px;\nbox-shadow: none;\nbackground-clip: padding-box;\nborder-image-source: initial initial initial;\n@@ -44,7 +44,7... | JavaScript | MIT License | webex/react-widgets | feat(widget-base): Aligned our scrollbar styling with web client | 1 | feat | widget-base |
730,420 | 22.03.2019 11:12:37 | 25,200 | 9d72602220550758d8363c6890163a5091425419 | feat(widget-recents): Semi-customized the scrollbar on IE11 to match with web client | [
{
"change_type": "MODIFY",
"diff": "height: 100%;\nflex-direction: column;\nfont-family: CiscoSans, 'Helvetica Neue', Arial, sans-serif;\n+\n+ /* IE 11 scrollbar styling workarounds */\n+ scrollbar-face-color: #8a8a8a;\n+ scrollbar-shadow-color:black;\n+ scrollbar-track-color: black;\n+ scrollbar-shadow-col... | JavaScript | MIT License | webex/react-widgets | feat(widget-recents): Semi-customized the scrollbar on IE11 to match with web client | 1 | feat | widget-recents |
730,420 | 22.03.2019 11:13:00 | 25,200 | 62c3bfcd98ee78c96fbc373f4fff895348c49688 | feat(widget-space): Semi-customized the scrollbar on IE11 to match with web client | [
{
"change_type": "MODIFY",
"diff": "box-sizing: border-box;\nflex-direction: column;\nflex: 1 1 auto;\n+\n+\n+ /* IE 11 scrollbar styling workarounds */\n+ scrollbar-face-color: #E0E0E0;\n+ scrollbar-arrow-color: #E0E0E0;\n+ scrollbar-shadow-color: white;\n+ scrollbar-track-color: white;\n}\n.activityCompon... | JavaScript | MIT License | webex/react-widgets | feat(widget-space): Semi-customized the scrollbar on IE11 to match with web client | 1 | feat | widget-space |
722,013 | 22.03.2019 11:35:13 | 18,000 | 30fa380c27d47021c0e38bd69d454f50d50546a1 | ci(travis): add git remote | [
{
"change_type": "MODIFY",
"diff": "@@ -29,9 +29,9 @@ script:\n- yarn test:jest --runInBand\nstages:\n- - lint\n- - test\n- - integration\n+ #- lint\n+ #- test\n+ #- integration\n- name: release\nif: type != pull_request AND branch = master\n- name: documentation\n@@ -90,6 +90,7 @@ jobs:\n- yarn lerna versi... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | ci(travis): add git remote | 1 | ci | travis |
722,013 | 22.03.2019 11:43:04 | 18,000 | 1cd8e410397d2c61c1408995e6bb5b04b3310e02 | ci(travis): missing fetch in checkout | [
{
"change_type": "MODIFY",
"diff": "@@ -29,9 +29,9 @@ script:\n- yarn test:jest --runInBand\nstages:\n- #- lint\n- #- test\n- #- integration\n+ - lint\n+ - test\n+ - integration\n- name: release\nif: type != pull_request AND branch = master\n- name: documentation\n@@ -90,8 +90,8 @@ jobs:\n- yarn lerna versi... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | ci(travis): missing fetch in checkout | 1 | ci | travis |
722,013 | 22.03.2019 11:46:40 | 18,000 | d6add91c0b43634f661096726ad4160da66b116c | ci(travis): scope fetch to origin dev | [
{
"change_type": "MODIFY",
"diff": "@@ -90,7 +90,7 @@ jobs:\n- yarn lerna version --yes --github-release\n- yarn lerna publish from-git --yes\n# then merge the whole thing back to dev\n- - git fetch\n+ - git fetch origin/dev\n- git checkout dev\n- git merge master -m \"chore: master\"\n- git push\n",
"n... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | ci(travis): scope fetch to origin dev | 1 | ci | travis |
815,593 | 22.03.2019 11:52:03 | -32,400 | cd853373dac86395c3310f8c92e5230b4d89f877 | chore: remove some unused test case and fix clippy | [
{
"change_type": "MODIFY",
"diff": "@@ -188,9 +188,9 @@ fn test_transaction_conflict_in_same_block() {\n);\nchain.push(new_block);\n}\n- for i in 0..3 {\n+ for block in chain.iter().take(3) {\nchain_controller\n- .process_block(Arc::new(chain[i].clone()))\n+ .process_block(Arc::new(block.clone()))\n.expect(... | Rust | MIT License | nervosnetwork/ckb | chore: remove some unused test case and fix clippy | 1 | chore | null |
722,013 | 22.03.2019 12:06:24 | 18,000 | 1613ea51a97f860552513debec9467112dcc73d1 | ci(travis): fix commit message | [
{
"change_type": "MODIFY",
"diff": "@@ -92,7 +92,7 @@ jobs:\n# then merge the whole thing back to dev\n- git fetch origin/dev\n- git checkout dev\n- - git merge master -m \"chore: master\"\n+ - git merge master -m \"chore:\\ master\"\n- git push\n# Build & Deploy the documentation website\n",
"new_path"... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | ci(travis): fix commit message | 1 | ci | travis |
815,593 | 22.03.2019 12:06:34 | -32,400 | 948bb60ad6d0c79b80cc128fa2cba5e7ea95f93a | test: add delay verify test | [
{
"change_type": "ADD",
"diff": "+use crate::tests::util::{create_transaction, gen_block, start_chain};\n+use ckb_core::block::Block;\n+use ckb_traits::ChainProvider;\n+use numext_fixed_uint::U256;\n+use std::sync::Arc;\n+\n+#[test]\n+fn test_dead_cell_in_same_block() {\n+ let (chain_controller, shared) = s... | Rust | MIT License | nervosnetwork/ckb | test: add delay verify test | 1 | test | null |
722,013 | 22.03.2019 12:08:50 | 18,000 | f8a8f95f97c2b3eb4014c00b26ce8e58cbe869e3 | ci(travis): checkout origin/dev instead of dev | [
{
"change_type": "MODIFY",
"diff": "@@ -29,9 +29,9 @@ script:\n- yarn test:jest --runInBand\nstages:\n- - lint\n- - test\n- - integration\n+ #- lint\n+ #- test\n+ #- integration\n- name: release\nif: type != pull_request AND branch = master\n- name: documentation\n@@ -91,7 +91,7 @@ jobs:\n- yarn lerna publi... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | ci(travis): checkout origin/dev instead of dev | 1 | ci | travis |
722,013 | 22.03.2019 12:09:51 | 18,000 | 3b558e0ad2c7688416648b05d90af43d2938a3f7 | ci(travis): add some debug info | [
{
"change_type": "MODIFY",
"diff": "@@ -91,7 +91,9 @@ jobs:\n- yarn lerna publish from-git --yes\n# then merge the whole thing back to dev\n- git fetch origin/dev\n+ - git branch\n- git checkout origin/dev\n+ - git status\n- git merge master -m \"chore:\\ master\"\n- git push\n",
"new_path": ".travis.ym... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | ci(travis): add some debug info | 1 | ci | travis |
791,834 | 22.03.2019 12:12:07 | 25,200 | fe63e72bc5493812fc8c5950b7f9f2d6a0ece717 | misc: remove obsolete Util.formatDisplayValue | [
{
"change_type": "MODIFY",
"diff": "@@ -197,7 +197,6 @@ class UnusedBytes extends Audit {\nconst wastedKb = Math.round(wastedBytes / KB_IN_BYTES);\nconst wastedMs = this.computeWasteWithTTIGraph(results, graph, simulator);\n- /** @type {LH.Audit.DisplayValue} */\nlet displayValue = result.displayValue || ''... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc: remove obsolete Util.formatDisplayValue (#7628) | 1 | misc | null |
722,013 | 22.03.2019 12:14:28 | 18,000 | 122a7a048127f65d12972dfeab67490e5efe84a5 | ci(travis): split merge-back stage | [
{
"change_type": "MODIFY",
"diff": "@@ -32,7 +32,9 @@ stages:\n#- lint\n#- test\n#- integration\n- - name: release\n+ #- name: release\n+ # if: type != pull_request AND branch = master\n+ - name: merge-back\nif: type != pull_request AND branch = master\n- name: documentation\nif: type != pull_request AND br... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | ci(travis): split merge-back stage | 1 | ci | travis |
815,590 | 22.03.2019 12:18:31 | -28,800 | 4ea613bd855f251e81ae610e00bb7cc33619272a | refactor: use memory mode to run SqlitePeerStore tests | [
{
"change_type": "MODIFY",
"diff": "@@ -367,7 +367,7 @@ impl Network {\nlet peer_store: Arc<RwLock<dyn PeerStore>> = {\nlet mut peer_store = match &config.peer_store_path {\nSome(path) => SqlitePeerStore::file(path.to_string())?,\n- None => SqlitePeerStore::memory()?,\n+ None => SqlitePeerStore::memory(\"de... | Rust | MIT License | nervosnetwork/ckb | refactor: use memory mode to run SqlitePeerStore tests | 1 | refactor | null |
722,013 | 22.03.2019 12:19:32 | 18,000 | 1da4b200221f2af59c7998a7e53983571f55b6ca | ci(travis): use remote add instead of remote set-url | [
{
"change_type": "MODIFY",
"diff": "@@ -98,7 +98,7 @@ jobs:\nscript:\n- git config --global user.name \"Vue Styleguidist Bot\"\n- git config --global user.email \"cluedude@hotmail.com\"\n- - git remote set-url origin \"https://${GH_TOKEN}@github.com/vue-styleguidist/vue-styleguidist.git\" > /dev/null 2>&1\n... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | ci(travis): use remote add instead of remote set-url | 1 | ci | travis |
815,593 | 22.03.2019 12:24:05 | -32,400 | c3735207f25caa4e33a8115b9677c370dd7ecb67 | chore: remove unused test case | [
{
"change_type": "MODIFY",
"diff": "@@ -130,29 +130,6 @@ pub fn test_cellbase_with_fee() {\nassert!(verifier.verify(&block).is_ok());\n}\n-#[test]\n-pub fn test_cellbase_with_more_reward_than_available() {\n- let mut transaction_fees = HashMap::<H256, Result<Capacity, SharedError>>::new();\n- let transactio... | Rust | MIT License | nervosnetwork/ckb | chore: remove unused test case | 1 | chore | null |
722,013 | 22.03.2019 12:24:05 | 18,000 | 4d31016bc3a324ee591f05310222dd1e93f2b453 | ci(travis): back to set-url | [
{
"change_type": "MODIFY",
"diff": "@@ -98,13 +98,10 @@ jobs:\nscript:\n- git config --global user.name \"Vue Styleguidist Bot\"\n- git config --global user.email \"cluedude@hotmail.com\"\n- - git remote add origin \"https://${GH_TOKEN}@github.com/vue-styleguidist/vue-styleguidist.git\" > /dev/null 2>&1\n- ... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | ci(travis): back to set-url | 1 | ci | travis |
722,013 | 22.03.2019 12:30:59 | 18,000 | 7e9f59e6bb59e8dc6164dfe7361e60c58c150dda | ci(travis): try specify remote in checkout | [
{
"change_type": "MODIFY",
"diff": "@@ -99,7 +99,7 @@ jobs:\n- git config --global user.name \"Vue Styleguidist Bot\"\n- git config --global user.email \"cluedude@hotmail.com\"\n- git remote set-url origin \"https://${GH_TOKEN}@github.com/vue-styleguidist/vue-styleguidist.git\" > /dev/null 2>&1\n- - git che... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | ci(travis): try specify remote in checkout | 1 | ci | travis |
722,013 | 22.03.2019 12:33:42 | 18,000 | 9d49f8672836837256db8c5994e09ba43722eb37 | ci(travis): try with fetch | [
{
"change_type": "MODIFY",
"diff": "@@ -99,6 +99,8 @@ jobs:\n- git config --global user.name \"Vue Styleguidist Bot\"\n- git config --global user.email \"cluedude@hotmail.com\"\n- git remote set-url origin \"https://${GH_TOKEN}@github.com/vue-styleguidist/vue-styleguidist.git\" > /dev/null 2>&1\n+ - git fet... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | ci(travis): try with fetch | 1 | ci | travis |
722,013 | 22.03.2019 12:37:31 | 18,000 | b11599ee255b5122632ebe73af5ccc67a86bb76c | ci(travis): try branching | [
{
"change_type": "MODIFY",
"diff": "@@ -101,7 +101,7 @@ jobs:\n- git remote set-url origin \"https://${GH_TOKEN}@github.com/vue-styleguidist/vue-styleguidist.git\" > /dev/null 2>&1\n- git fetch origin\n- git branch -v -a\n- - git checkout -t origin/dev\n+ - git branch dev origin/dev\n- git status -v\n- git ... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | ci(travis): try branching | 1 | ci | travis |
722,013 | 22.03.2019 12:44:50 | 18,000 | fe0d1362b86dc0f3ee5c7bf12eedf759ad651a1e | ci: add unshallow option to fetch | [
{
"change_type": "MODIFY",
"diff": "@@ -99,7 +99,7 @@ jobs:\n- git config --global user.name \"Vue Styleguidist Bot\"\n- git config --global user.email \"cluedude@hotmail.com\"\n- git remote set-url origin \"https://${GH_TOKEN}@github.com/vue-styleguidist/vue-styleguidist.git\" > /dev/null 2>&1\n- - git fet... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | ci: add unshallow option to fetch | 1 | ci | null |
722,013 | 22.03.2019 12:49:51 | 18,000 | d593f4eeadeaf10c7c67428efa2909546ea7390e | ci(travis): try adding another remotes | [
{
"change_type": "MODIFY",
"diff": "@@ -99,9 +99,10 @@ jobs:\n- git config --global user.name \"Vue Styleguidist Bot\"\n- git config --global user.email \"cluedude@hotmail.com\"\n- git remote set-url origin \"https://${GH_TOKEN}@github.com/vue-styleguidist/vue-styleguidist.git\" > /dev/null 2>&1\n- - git fe... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | ci(travis): try adding another remotes | 1 | ci | travis |
722,013 | 22.03.2019 12:53:08 | 18,000 | 261587c2f25ff6c2e1691a6497913c1c4cdcce7d | ci(travis): use git checkout upstream | [
{
"change_type": "MODIFY",
"diff": "@@ -101,8 +101,7 @@ jobs:\n- git remote set-url origin \"https://${GH_TOKEN}@github.com/vue-styleguidist/vue-styleguidist.git\" > /dev/null 2>&1\n- git remote add upstream \"https://${GH_TOKEN}@github.com/vue-styleguidist/vue-styleguidist.git\" > /dev/null 2>&1\n- git fet... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | ci(travis): use git checkout upstream | 1 | ci | travis |
722,013 | 22.03.2019 12:54:28 | 18,000 | c80a8b1bcf3a5597b07d84ca2d60e4e360ff37d3 | ci(travis): simplify fetch | [
{
"change_type": "MODIFY",
"diff": "@@ -100,7 +100,7 @@ jobs:\n- git config --global user.email \"cluedude@hotmail.com\"\n- git remote set-url origin \"https://${GH_TOKEN}@github.com/vue-styleguidist/vue-styleguidist.git\" > /dev/null 2>&1\n- git remote add upstream \"https://${GH_TOKEN}@github.com/vue-styl... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | ci(travis): simplify fetch | 1 | ci | travis |
722,013 | 22.03.2019 12:57:12 | 18,000 | 1197bf3b7331c8538f2e64aaba9814682c0b9cf7 | ci(travis): fetch upstream instead of uptream/dev | [
{
"change_type": "MODIFY",
"diff": "@@ -100,7 +100,7 @@ jobs:\n- git config --global user.email \"cluedude@hotmail.com\"\n- git remote set-url origin \"https://${GH_TOKEN}@github.com/vue-styleguidist/vue-styleguidist.git\" > /dev/null 2>&1\n- git remote add upstream \"https://${GH_TOKEN}@github.com/vue-styl... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | ci(travis): fetch upstream instead of uptream/dev | 1 | ci | travis |
103,440 | 22.03.2019 13:01:05 | -7,200 | e899c5528015a2f89f6dbef920d017b4c5a12670 | fix: hide banner when visible prop is false | [
{
"change_type": "MODIFY",
"diff": "@@ -7,6 +7,9 @@ import Text from './Typography/Text';\nimport Button from './Button';\nimport { withTheme } from '../core/theming';\nimport type { Theme, $RemoveChildren } from '../types';\n+import shadow from '../styles/shadow';\n+\n+const ELEVATION = 1;\ntype Props = $R... | TypeScript | MIT License | callstack/react-native-paper | fix: hide banner when visible prop is false (#934) | 1 | fix | null |
722,013 | 22.03.2019 13:05:56 | 18,000 | 120fb1d6b42c1849aaebffc9aef7daed69f8b76a | ci(travis): fix push command | [
{
"change_type": "MODIFY",
"diff": "@@ -104,7 +104,7 @@ jobs:\n- git checkout upstream/dev\n- git status -v\n- git merge origin/master -m \"chore:\\ master\"\n- - git push\n+ - git push origin HEAD:dev\n# Build & Deploy the documentation website\n- stage: documentation\n",
"new_path": ".travis.yml",
... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | ci(travis): fix push command | 1 | ci | travis |
722,013 | 22.03.2019 13:09:36 | 18,000 | 22c29fb72351b7ad94b3b8073f34af61220033a5 | ci(travis): load only dev as upstream | [
{
"change_type": "MODIFY",
"diff": "@@ -100,7 +100,7 @@ jobs:\n- git config --global user.email \"cluedude@hotmail.com\"\n- git remote set-url origin \"https://${GH_TOKEN}@github.com/vue-styleguidist/vue-styleguidist.git\" > /dev/null 2>&1\n- git remote add upstream \"https://${GH_TOKEN}@github.com/vue-styl... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | ci(travis): load only dev as upstream | 1 | ci | travis |
815,590 | 22.03.2019 13:16:53 | -28,800 | 2ef7fe1058bb7a979f245287f4e80dc571a00d04 | fix: sqlite peer store benchmark | [
{
"change_type": "MODIFY",
"diff": "@@ -15,7 +15,9 @@ use std::rc::Rc;\nfn insert_peer_info_benchmark(c: &mut Criterion) {\nc.bench_function(\"insert 100 peer_info\", |b| {\nb.iter({\n- let mut peer_store = SqlitePeerStore::memory().expect(\"memory\");\n+ let mut peer_store =\n+ SqlitePeerStore::memory(\"be... | Rust | MIT License | nervosnetwork/ckb | fix: sqlite peer store benchmark | 1 | fix | null |
722,013 | 22.03.2019 13:20:10 | 18,000 | 39f3f6cac920ecd7023a3d60c2880ea0d3e4a658 | ci(travis): try using set-upstream | [
{
"change_type": "MODIFY",
"diff": "@@ -102,9 +102,10 @@ jobs:\n- git remote add upstream \"https://${GH_TOKEN}@github.com/vue-styleguidist/vue-styleguidist.git\" > /dev/null 2>&1\n- git fetch upstream dev\n- git checkout upstream/dev\n+ - git branch --set-upstream dev upstream/dev\n- git status -v\n- git m... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | ci(travis): try using set-upstream | 1 | ci | travis |
722,013 | 22.03.2019 13:21:33 | 18,000 | aac8a45d5a05cf3140d12e6b47d972ff90fd5f38 | ci(travis): create dev branch in travis | [
{
"change_type": "MODIFY",
"diff": "@@ -102,6 +102,7 @@ jobs:\n- git remote add upstream \"https://${GH_TOKEN}@github.com/vue-styleguidist/vue-styleguidist.git\" > /dev/null 2>&1\n- git fetch upstream dev\n- git checkout upstream/dev\n+ - git checkout -b dev\n- git branch --set-upstream dev upstream/dev\n- ... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | ci(travis): create dev branch in travis | 1 | ci | travis |
722,013 | 22.03.2019 13:23:24 | 18,000 | afa0ce9c093b217c30705140b4374d1abd163959 | ci(travis): use github instead of upstream for branch name | [
{
"change_type": "MODIFY",
"diff": "@@ -98,15 +98,14 @@ jobs:\nscript:\n- git config --global user.name \"Vue Styleguidist Bot\"\n- git config --global user.email \"cluedude@hotmail.com\"\n- - git remote set-url origin \"https://${GH_TOKEN}@github.com/vue-styleguidist/vue-styleguidist.git\" > /dev/null 2>&1... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | ci(travis): use github instead of upstream for branch name | 1 | ci | travis |
722,013 | 22.03.2019 13:24:07 | 18,000 | dad5e6b8708bf980455bc91477e001ec456811e4 | ci(travis): use default options for push | [
{
"change_type": "MODIFY",
"diff": "@@ -105,7 +105,7 @@ jobs:\n- git branch --set-upstream dev github/dev\n- git status -v\n- git merge github/master -m \"chore:\\ master\"\n- - git push github\n+ - git push\n# Build & Deploy the documentation website\n- stage: documentation\n",
"new_path": ".travis.yml... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | ci(travis): use default options for push | 1 | ci | travis |
815,590 | 22.03.2019 14:02:25 | -28,800 | f69bde85deb65d9d8b3342d27e84cc820200bd2f | refactor: speed up sqlite peer store tests | [
{
"change_type": "MODIFY",
"diff": "@@ -481,6 +481,7 @@ dependencies = [\n\"rusqlite 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)\",\... | Rust | MIT License | nervosnetwork/ckb | refactor: speed up sqlite peer store tests | 1 | refactor | null |
722,013 | 22.03.2019 14:06:52 | 18,000 | 188f373dccb99aff5acabc487d952b4cde402581 | ci(travis): set-upstrem-to | [
{
"change_type": "MODIFY",
"diff": "@@ -102,7 +102,7 @@ jobs:\n- git fetch github dev\n- git checkout github/dev\n- git checkout -b dev\n- - git branch --set-upstream dev github/dev\n+ - git branch --set-upstream-to github/dev\n- git status -v\n- git merge github/master -m \"chore:\\ master\"\n- git push\n"... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | ci(travis): set-upstrem-to | 1 | ci | travis |
722,013 | 22.03.2019 14:10:32 | 18,000 | cb459fdd9e7ae654a26a787154a867a92e757d3d | ci(travis): simplify git process | [
{
"change_type": "MODIFY",
"diff": "@@ -29,11 +29,11 @@ script:\n- yarn test:jest --runInBand\nstages:\n- - lint\n- - test\n- - integration\n- - name: release\n- if: type != pull_request AND branch = master\n+ #- lint\n+ #- test\n+ #- integration\n+ #- name: release\n+ # if: type != pull_request AND branch ... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | ci(travis): simplify git process | 1 | ci | travis |
815,593 | 22.03.2019 14:14:32 | -32,400 | 4a8533377c85a1594460def46a822bfd12707e3c | test: resolve backtrace assert issue | [
{
"change_type": "MODIFY",
"diff": "@@ -5,6 +5,7 @@ use ckb_core::block::BlockBuilder;\nuse ckb_core::cell::CellProvider;\nuse ckb_core::header::HeaderBuilder;\nuse ckb_core::transaction::{CellInput, CellOutput, OutPoint, TransactionBuilder};\n+use ckb_shared::error::SharedError;\nuse ckb_traits::ChainProvi... | Rust | MIT License | nervosnetwork/ckb | test: resolve backtrace assert issue | 1 | test | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.