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
722,068
07.08.2019 17:44:08
-25,200
595a077fc9a44609055ba30aad55ba3bc095242c
fix: EditorWithToolbar naming case
[ { "change_type": "DELETE", "diff": "-export { default } from './EditorWIthToolbar'\n", "new_path": null, "old_path": "packages/vue-styleguidist/src/rsg-components/EditorWIthToolbar/index.js" }, { "change_type": "RENAME", "diff": "", "new_path": "packages/vue-styleguidist/src/rsg-comp...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
fix: EditorWithToolbar naming case
1
fix
null
104,857
07.08.2019 18:00:19
10,800
bca313d8de4a7c6d3759631b84d39571f59faf6b
fix(table): snapshots updates and table card icon
[ { "change_type": "MODIFY", "diff": "-import React, { useState } from 'react';\n+import React from 'react';\nimport { OverflowMenu, OverflowMenuItem, Icon, Button } from 'carbon-components-react';\nimport styled from 'styled-components';\nimport moment from 'moment';\n@@ -196,33 +196,15 @@ const TableCard = ...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(table): snapshots updates and table card icon
1
fix
table
71,371
07.08.2019 18:21:22
-10,800
b5db88ddfffd261a3e700fa8aa70ea681f5bc722
fix(ec2): allow adding gateway endpoints to imported VPC * fix(ec2): allow adding gateway endpoints to imported VPC Move `addGatewayEndpoint()` to `IVpc` now that imported VPCs can have route table IDs populated Closes * deprecate addS3Endpoint() and addDynamoDbEndpoint() * remove test on conveniance methods
[ { "change_type": "MODIFY", "diff": "@@ -124,7 +124,7 @@ export function allRouteTableIds(...ssns: SelectedSubnets[]): string[] {\nconst ret = new Set<string>();\nfor (const ssn of ssns) {\nfor (const subnet of ssn.subnets) {\n- if (subnet.routeTable) {\n+ if (subnet.routeTable && subnet.routeTable.routeTabl...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(ec2): allow adding gateway endpoints to imported VPC (#3509) * fix(ec2): allow adding gateway endpoints to imported VPC Move `addGatewayEndpoint()` to `IVpc` now that imported VPCs can have route table IDs populated (#3171). Closes #3472 * deprecate addS3Endpoint() and addDynamoDbEndpoint() * remove test on co...
1
fix
ec2
306,421
07.08.2019 18:26:23
-7,200
18b714d0567591ac3e7fb6eaa33d6183bd51ad82
fix(input-amount): return undefined for non numbers with spaces
[ { "change_type": "MODIFY", "diff": "@@ -110,6 +110,10 @@ function parseHeuristic(value) {\n* @param {object} options Locale Options\n*/\nexport function parseAmount(value, options) {\n+ const containsNumbers = value.match(/\\d/g);\n+ if (!containsNumbers) {\n+ return undefined;\n+ }\nconst matchedInput = va...
JavaScript
MIT License
ing-bank/lion
fix(input-amount): return undefined for non numbers with spaces
1
fix
input-amount
815,595
07.08.2019 18:56:35
-28,800
9bb6dc15d359f17e61b0e69e3fab2597a4f79979
test: Simplify dao tests
[ { "change_type": "MODIFY", "diff": "use crate::utils::{assert_send_transaction_fail, is_committed};\nuse crate::{Net, Node, Spec};\n-use ckb_core::block::Block;\nuse ckb_core::script::{Script, ScriptHashType};\nuse ckb_core::transaction::{CellInput, CellOutput, OutPoint, Transaction, TransactionBuilder};\nu...
Rust
MIT License
nervosnetwork/ckb
test: Simplify dao tests
1
test
null
366,918
07.08.2019 19:30:50
-32,400
aa2cc5e520b666e0b96eeb214ab836241ebe5576
chore: update snapshots to pass test
[ { "change_type": "MODIFY", "diff": "@@ -40,12 +40,10 @@ exports[`AppBar should be match snapshot 1`] = `\n},\n\"size\": Object {\n\"font\": Object {\n- \"grande\": 16,\n- \"short\": 13,\n+ \"grande\": 18,\n+ \"short\": 11,\n\"tall\": 14,\n- \"tasting\": 12,\n- \"trenta\": 22,\n- \"venti\": 20,\n+ \"venti\":...
TypeScript
MIT License
kufu/smarthr-ui
chore: update snapshots to pass test
1
chore
null
815,573
07.08.2019 20:05:02
-28,800
ff8837c5cb15ad2a75d996a2374b5a90586336eb
refactor(jsonrpc-types): Update for OutPoint/CellDep BREAKING CHANGE: Transaction/OutPoint data structure changed
[ { "change_type": "MODIFY", "diff": "@@ -331,6 +331,10 @@ impl Deps {\n&self.headers\n}\n+ pub fn destruct(self) -> (Vec<CellDep>, Vec<H256>) {\n+ (self.cells, self.headers)\n+ }\n+\npub fn serialized_size(&self) -> usize {\nCellDep::serialized_size() * self.cells.len() + 4 + H256::size_of() * self.headers.l...
Rust
MIT License
nervosnetwork/ckb
refactor(jsonrpc-types): Update for OutPoint/CellDep BREAKING CHANGE: Transaction/OutPoint data structure changed
1
refactor
jsonrpc-types
815,573
07.08.2019 20:33:38
-28,800
2613a87c5fefddbd7e6475d5e961c392bdb03071
refactor(protocol): Update for OutPoint/CellDep BREAKING CHANGE: Protocol schema changed
[ { "change_type": "MODIFY", "diff": "use crate::protocol_generated::ckb::protocol::{\nAlert as FbsAlert, AlertBuilder, AlertMessage, AlertMessageBuilder, Block as FbsBlock,\nBlockBuilder, BlockProposalBuilder, BlockTransactionsBuilder, Bytes as FbsBytes, BytesBuilder,\n- CellInput as FbsCellInput, CellInputB...
Rust
MIT License
nervosnetwork/ckb
refactor(protocol): Update for OutPoint/CellDep BREAKING CHANGE: Protocol schema changed
1
refactor
protocol
67,479
07.08.2019 20:36:49
-36,000
ffb4cebc002ae3f44f490366a6ae724900f2fd8d
chore(blur): basic doc for blur
[ { "change_type": "MODIFY", "diff": "@@ -178,6 +178,22 @@ We can also use two-way data binding to communicate whether or not an element ha\nWhen we click the input field, we see \"true\" printed. When we click elsewhere, it changes to \"false\".\n+### Blur\n+\n+We can also use one-way data binding, from view...
TypeScript
MIT License
aurelia/aurelia
chore(blur): basic doc for blur
1
chore
blur
815,573
07.08.2019 20:51:16
-28,800
a50680b58d80e788d087b97c749b265722167344
refactor(protos): Update for OutPoint/CellDep BREAKING CHANGE: schema changed
[ { "change_type": "MODIFY", "diff": "@@ -37,7 +37,8 @@ table UncleBlock {\ntable Transaction {\nversion: uint32;\n- deps: [OutPoint];\n+ cell_deps: [CellDep];\n+ header_deps: [Bytes32];\ninputs: [CellInput];\noutputs: [CellOutput];\noutputs_data: [Bytes];\n@@ -48,14 +49,18 @@ table Witness {\ndata: [Bytes];\...
Rust
MIT License
nervosnetwork/ckb
refactor(protos): Update for OutPoint/CellDep BREAKING CHANGE: schema changed
1
refactor
protos
815,573
07.08.2019 21:01:46
-28,800
675f6ebbb02508c4d08ed9b727a2a365681fa7bf
refactor(store): Update for core changes
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,7 @@ use ckb_core::block::{Block, BlockBuilder};\nuse ckb_core::cell::CellMeta;\nuse ckb_core::extras::{BlockExt, EpochExt, TransactionInfo};\nuse ckb_core::header::{BlockNumber, Header};\n-use ckb_core::transaction::{CellOutPoint, ProposalShortId, Transactio...
Rust
MIT License
nervosnetwork/ckb
refactor(store): Update for core changes
1
refactor
store
104,844
07.08.2019 21:41:06
14,400
961373fdfddb414d5e70a019a1a703905f48d478
fix(rollupconfig): fix typo
[ { "change_type": "MODIFY", "diff": "@@ -133,7 +133,7 @@ export default {\n},\n{ src: ['src/components/AddCard/_add-card.scss'], dest: 'lib/scss/components/AddCard' },\n{\n- src: ['src/components/ProgressIndicator/progress-indicator.scss'],\n+ src: ['src/components/ProgressIndicator/_progress-indicator.scss'...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(rollupconfig): fix typo
1
fix
rollupconfig
711,597
07.08.2019 21:48:58
-7,200
32017f364639daf99299804a2e5aaf11bdfe6ce4
feat(admin-ui): Display ProductVariant custom fields
[ { "change_type": "MODIFY", "diff": "[optionGroups]=\"product.optionGroups\"\n[productVariantsFormArray]=\"detailForm.get('variants')\"\n[taxCategories]=\"taxCategories$ | async\"\n+ [customFields]=\"customVariantFields\"\n(assetChange)=\"variantAssetChange($event)\"\n(updateProductOption)=\"updateProductOpt...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(admin-ui): Display ProductVariant custom fields
1
feat
admin-ui
711,597
07.08.2019 21:55:32
-7,200
c8fe561a15fee448829a9c291014f40a2294daf6
fix(admin-ui): Minor styling fixes
[ { "change_type": "MODIFY", "diff": ".controls {\ndisplay: flex;\n- align-items: flex-end;\n+ flex-wrap: wrap;\nflex: 1;\nlabel {\nheight: 40px;\nmargin-left: 6px;\nmargin-right: 24px;\n+ max-width: 112px;\n}\n.dimension {\nmargin: 0 6px;\n", "new_path": "admin-ui/src/app/catalog/components/asset-preview...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(admin-ui): Minor styling fixes
1
fix
admin-ui
104,857
07.08.2019 22:07:03
10,800
cb8b3ae69fd5c05ffa66eb2f25c4340b87a3f008
feat(table): fix on table with icon and expanded row
[ { "change_type": "MODIFY", "diff": "@@ -230,7 +230,7 @@ const TableCard = ({\n{\nid: 'iconColumn',\nname: '',\n- width: '20px',\n+ width: '30px',\nisSortable: true,\nrenderDataFunction: threholdIconRow,\npriority: 1,\n@@ -315,17 +315,15 @@ const TableCard = ({\nif (expandedRows && expandedRows.length) {\nex...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(table): fix on table with icon and expanded row
1
feat
table
104,857
07.08.2019 22:09:39
10,800
9b322d2f5e2376fa0ba1973d2c8f6888e624616d
chore(snapshots): snapshots udpated
[ { "change_type": "MODIFY", "diff": "@@ -130007,8 +130007,8 @@ exports[`Storybook Snapshot tests and console checks Storyshots Table Card table\n}\n.c11.c11.c11 {\n- min-width: 20px;\n- max-width: 20px;\n+ min-width: 30px;\n+ max-width: 30px;\nwhite-space: nowrap;\noverflow-x: hidden;\noverflow-y: hidden;\n@...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(snapshots): snapshots udpated
1
chore
snapshots
67,516
07.08.2019 23:04:01
-7,200
c2405b0c3548d2eabcc2f241d7674d3176259907
feat(i18n): date and number format with Intl API
[ { "change_type": "MODIFY", "diff": "<span id=\"i18n-rt-bb\"> ${ myDate & rt} </span>-->\n<!-- translations via code -->\n- <!-- <div>\n+ <div>\n<span id=\"i18n-code-simple\">${translations.simple}</span>\n<span id=\"i18n-code-context\">${translations.context}</span>\n<span id=\"i18n-code-plural\">${translat...
TypeScript
MIT License
aurelia/aurelia
feat(i18n): date and number format with Intl API
1
feat
i18n
815,605
08.08.2019 01:56:39
0
ffe9b3fa1116fae9eade2b26cb002a3e3db65151
fix: Check for type ID script hash type as well
[ { "change_type": "MODIFY", "diff": "@@ -276,7 +276,9 @@ impl<'a, DL: DataLoader> TransactionScriptsVerifier<'a, DL> {\n// Now run each script group\nfor group in self.lock_groups.values().chain(self.type_groups.values()) {\n- let result = if group.script.code_hash == TYPE_ID_CODE_HASH {\n+ let result = if g...
Rust
MIT License
nervosnetwork/ckb
fix: Check for type ID script hash type as well
1
fix
null
865,921
08.08.2019 08:47:05
-7,200
72ddb9f4aeb6773229bd21c53da9b72d72c516c1
docs(project): simplify bug report template
[ { "change_type": "MODIFY", "diff": "@@ -17,25 +17,21 @@ Please provide the relevant context:\n__Describe the Bug__\n-A clear and concise description of what the bug is.\n+<!-- A clear and concise description of what the bug is. -->\n__Steps to Reproduce__\n-Steps to reproduce the behavior:\n-\n1. do this\n2...
JavaScript
MIT License
camunda/camunda-modeler
docs(project): simplify bug report template
1
docs
project
815,605
08.08.2019 08:47:45
0
95cf5e7fe7c26e7e403a030f3e2bc2b079809b89
refactor: Split type ID script into separate module
[ { "change_type": "MODIFY", "diff": "mod cost_model;\nmod syscalls;\n+mod type_id;\nmod verify;\nuse ckb_vm::Error as VMInternalError;\nuse serde_derive::{Deserialize, Serialize};\nuse std::fmt;\n-pub use crate::verify::TransactionScriptsVerifier;\n+pub use crate::verify::{ScriptGroup, TransactionScriptsVeri...
Rust
MIT License
nervosnetwork/ckb
refactor: Split type ID script into separate module
1
refactor
null
711,597
08.08.2019 09:45:40
-7,200
d95296808657ea05d2e956d6931195e581b9fc59
chore: Fix line encoding of script
[ { "change_type": "MODIFY", "diff": "-/* tslint:disable:no-console */ import fs from 'fs'; import path from 'path'; // tslint:disable-next-line:no-var-requires const find = require('find'); /** * An array of regular expressions defining illegal import patterns to be checked in the * source files of the monor...
TypeScript
MIT License
vendure-ecommerce/vendure
chore: Fix line encoding of script
1
chore
null
711,597
08.08.2019 10:00:42
-7,200
0f2b1f9a514e0de5559976b0a448683ff168eeb3
chore: Fix changelog script for commits without scope
[ { "change_type": "MODIFY", "diff": "@@ -76,9 +76,9 @@ function generateChangelogForPackage() {\n});\n}\n-function scopeIsValid(scope: string): boolean {\n+function scopeIsValid(scope?: string): boolean {\nfor (const validScope of VALID_SCOPES) {\n- if (scope.includes(validScope)) {\n+ if (scope && scope.inc...
TypeScript
MIT License
vendure-ecommerce/vendure
chore: Fix changelog script for commits without scope
1
chore
null
711,597
08.08.2019 10:07:28
-7,200
236882c3469436a5ce41ee43cc3f12e1a3ba0816
chore: Publish v0.1.2-beta.11
[ { "change_type": "MODIFY", "diff": "+## <small>0.1.2-beta.11 (2019-08-08)</small>\n+\n+\n+#### Fixes\n+\n+* **admin-ui** Correctly display long items in SimpleItemList ([ca2758f](https://github.com/vendure-ecommerce/vendure/commit/ca2758f))\n+* **admin-ui** Display zero shipping price in test tool ([0e7e2d3...
TypeScript
MIT License
vendure-ecommerce/vendure
chore: Publish v0.1.2-beta.11
1
chore
null
866,394
08.08.2019 10:16:39
14,400
56fede812e157b4a47d4687de32d06b445a60101
fix(search): fixed package references for services and utilities
[ { "change_type": "MODIFY", "diff": "'use strict';\nconst path = require('path');\n-const babelConfigFile = require('../babel.config.js');\n+const babelConfigFile = require('../babel.config');\nconst root = path.resolve(__dirname, '../');\nconst babelConfig = Object.keys(babelConfigFile).reduce((acc, key) =>...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(search): fixed package references for services and utilities
1
fix
search
815,569
08.08.2019 10:37:41
-28,800
4eef72371857c2e8965a4785a0216b6ed1ddd876
fix: conduct GCD/LCM before rational ops
[ { "change_type": "MODIFY", "diff": "-#![allow(clippy::suspicious_arithmetic_impl)]\n-\n#[cfg(test)]\nmod tests;\n@@ -57,12 +55,25 @@ impl RationalU256 {\n#[inline]\npub fn saturating_sub(self, rhs: RationalU256) -> Self {\n- let (numer, overflowing) =\n- (&self.numer * &rhs.denom).overflowing_sub(&(&self.de...
Rust
MIT License
nervosnetwork/ckb
fix: conduct GCD/LCM before rational ops
1
fix
null
366,937
08.08.2019 10:38:15
-32,400
095f7090ac6aa0d24f1b25c8dcbb611e78324092
fix: fix for jslint
[ { "change_type": "ADD", "diff": "+import * as React from 'react'\n+import styled, { css } from 'styled-components'\n+\n+import { InjectedProps, withTheme } from '../../hocs/withTheme'\n+import { Tag } from '../Tag/Tag'\n+import { AppNaviButton, AppNaviButtonProps } from './AppNaviButton'\n+\n+interface Prop...
TypeScript
MIT License
kufu/smarthr-ui
fix: fix for jslint
1
fix
null
266,135
08.08.2019 10:49:53
25,200
82354fff3aacdbe0cd126e97034113f9e9c2e075
chore(genkey): added README.md
[ { "change_type": "ADD", "diff": "+# genkey\n+\n+This tool is used to generate new secret keys for\n+use in bots.\n+\n+## Pre-work\n+\n+### Prepare your Google Cloud project (needs to be done once)\n+\n+1. Enable Cloud KMS.\n+\n+1. Create a Keyring (recommended: `probot-keys`).\n+\n+1. Enable Cloud Storage.\...
TypeScript
Apache License 2.0
googleapis/repo-automation-bots
chore(genkey): added README.md (#20)
1
chore
genkey
503,933
08.08.2019 10:54:24
14,400
364c920bb8571e1e2c12fb9867c8c87454c01fdb
refactor(Page): Change the defaultManagedSidebarOpen prop name for consistency
[ { "change_type": "MODIFY", "diff": "@@ -34,7 +34,7 @@ export interface PageProps extends React.HTMLProps<HTMLDivElement> {\n/**\n* If true, the managed sidebar is initially open for desktop view\n*/\n- defaultManagedSidebarOpen?: boolean;\n+ defaultManagedSidebarIsOpen?: boolean;\n/**\n* Can add callback to...
TypeScript
MIT License
patternfly/patternfly-react
refactor(Page): Change the defaultManagedSidebarOpen prop name for consistency (#2664) #2662
1
refactor
Page
815,573
08.08.2019 11:08:12
-28,800
d739dc55a87e7a4bab186b116e46b4a4df71d6e7
refactor(dao): Update for OutPoint/CellDep
[ { "change_type": "MODIFY", "diff": "@@ -11,6 +11,7 @@ use ckb_store::{data_loader_wrapper::DataLoaderWrapper, ChainStore};\nuse failure::Error as FailureError;\nuse numext_fixed_hash::H256;\nuse std::cmp::max;\n+use std::collections::{HashMap, HashSet};\npub struct DaoCalculator<'a, CS, DL> {\npub consensus...
Rust
MIT License
nervosnetwork/ckb
refactor(dao): Update for OutPoint/CellDep
1
refactor
dao
217,922
08.08.2019 11:25:46
-7,200
0cc98bdd37381c780d5d7eb5e0fb98e7388fdd9f
fix(i18n): fixed wrong translation files loading
[ { "change_type": "MODIFY", "diff": "@@ -41,8 +41,10 @@ export class TranslationsLoader implements TranslateLoader {\npublic getTranslation(lang: string): Observable<any> {\nif (isPlatformServer(this.platform)) {\nreturn this.http.get(`${environment.ssrHost}/assets/i18n/${getFilename(lang)}.json`).pipe(share...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(i18n): fixed wrong translation files loading
1
fix
i18n
217,922
08.08.2019 11:32:04
-7,200
a2bc425a41ae98da76fb73b53e47deaaa430a24c
fix(core): fixed cdn data loading
[ { "change_type": "MODIFY", "diff": "import { Inject, Injectable, PLATFORM_ID } from '@angular/core';\n-import { BehaviorSubject, combineLatest } from 'rxjs';\n+import { BehaviorSubject, combineLatest, Observable } from 'rxjs';\nimport { HttpClient } from '@angular/common/http';\nimport { MapData } from '../...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(core): fixed cdn data loading
1
fix
core
865,917
08.08.2019 11:40:50
-7,200
2415cf9ba925b1b303923187c3556db468a0db0f
chore(client): bump deps * * Closes
[ { "change_type": "MODIFY", "diff": "}\n},\n\"bpmn-js-properties-panel\": {\n- \"version\": \"0.31.0\",\n- \"resolved\": \"https://registry.npmjs.org/bpmn-js-properties-panel/-/bpmn-js-properties-panel-0.31.0.tgz\",\n- \"integrity\": \"sha512-3GLv/1Hq4bW9oqtSmvayjI5PffsaHmufdHY/IIOxTeCcE2Ucu+9xrX+PDEmjBVEcGO...
JavaScript
MIT License
camunda/camunda-modeler
chore(client): bump deps * camunda-bpmn-moddle@4.1.0 * bpmn-js-properties-panel@0.32.0 Closes #1333
1
chore
client
815,573
08.08.2019 11:47:41
-28,800
67834fba309cbf112fa85f970ec51d3c724b71e2
refactor: Update for OutPoint/CellDep (shared, verification)
[ { "change_type": "MODIFY", "diff": "use ckb_core::block::Block;\n-use ckb_core::transaction::{CellOutPoint, OutPoint};\n+use ckb_core::transaction::OutPoint;\nuse ckb_core::transaction_meta::TransactionMeta;\nuse ckb_store::ChainStore;\nuse numext_fixed_hash::H256;\n@@ -108,28 +108,31 @@ impl CellSet {\n}\n...
Rust
MIT License
nervosnetwork/ckb
refactor: Update for OutPoint/CellDep (shared, verification)
1
refactor
null
304,848
08.08.2019 11:47:55
14,400
f8692e232babab586fdc5b0d4020f3d02c287b9c
fix(stdlib/universe): fixed two small copy/paste errors
[ { "change_type": "MODIFY", "diff": "@@ -105193,7 +105193,7 @@ var FluxTestPackages = []*ast.Package{&ast.Package{\nLine: 37,\n},\nFile: \"hour_selection.flux\",\n- Source: \"package testdata_test\\n \\nimport \\\"testing\\\"\\n\\noption now = () => (2030-01-01T00:00:00Z)\\n\\ninData = \\\"\\n#datatype,strin...
Go
MIT License
influxdata/flux
fix(stdlib/universe): fixed two small copy/paste errors (#1663)
1
fix
stdlib/universe
815,573
08.08.2019 11:55:06
-28,800
44b0a669354fc25168ce6bb70936452022e5d9b7
refactor(chain): Update for OutPoint/CellDep
[ { "change_type": "MODIFY", "diff": "@@ -11,9 +11,7 @@ use ckb_core::extras::{EpochExt, TransactionInfo};\nuse ckb_core::header::Header;\nuse ckb_core::header::HeaderBuilder;\nuse ckb_core::script::Script;\n-use ckb_core::transaction::{\n- CellInput, CellOutPoint, CellOutputBuilder, OutPoint, TransactionBuil...
Rust
MIT License
nervosnetwork/ckb
refactor(chain): Update for OutPoint/CellDep
1
refactor
chain
531,793
08.08.2019 11:58:05
-3,600
258ff9f380703a30e48316d1fa69eb703154a863
chore(backend): upgrade go-gin-prometheus to the latest version This fixes some cardinality issues with exported metrics
[ { "change_type": "MODIFY", "diff": "@@ -21,7 +21,7 @@ require (\ngithub.com/golangci/golangci-lint v1.17.1\ngithub.com/hansrodtang/randomcolor v0.0.0-20160512071917-d27108b3d7a5\ngithub.com/jarcoal/httpmock v1.0.4\n- github.com/mcuadros/go-gin-prometheus v0.1.0\n+ github.com/mcuadros/go-gin-prometheus v0.1....
TypeScript
Apache License 2.0
prymitive/karma
chore(backend): upgrade go-gin-prometheus to the latest version This fixes some cardinality issues with exported metrics https://github.com/zsais/go-gin-prometheus/pull/35
1
chore
backend
866,394
08.08.2019 12:24:52
14,400
9b631d9ba732983ddbc2b0129882e926c3eb2cd7
fix(search): adding missing offline mirror tars
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/.yarn/offline-mirror/axios-0.19.0.tgz differ\n", "new_path": ".yarn/offline-mirror/axios-0.19.0.tgz", "old_path": ".yarn/offline-mirror/axios-0.19.0.tgz" }, { "change_type": "ADD", "diff": "Binary files /dev/null and b/.yarn/o...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(search): adding missing offline mirror tars
1
fix
search
104,818
08.08.2019 12:40:12
18,000
847108aa6252650cce60f6c626e2d8518323b9bc
fix(timeseries): make sample data take interval into account
[ { "change_type": "MODIFY", "diff": "@@ -111,7 +111,7 @@ const memoizedGenerateSampleValues = memoize(generateSampleValues);\nconst TimeSeriesCard = ({\ntitle,\n- content: { series, timeDataSourceId, xLabel, yLabel, unit },\n+ content: { series, timeDataSourceId = 'timestamp', xLabel, yLabel, unit },\nsize,\...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(timeseries): make sample data take interval into account
1
fix
timeseries
838,025
08.08.2019 13:05:03
-10,800
cd722b8b8c28b56e7054a742dd982889039ee089
feat: add GroupsGetMembersFields
[ { "change_type": "MODIFY", "diff": "@@ -405,13 +405,28 @@ func (vk *VK) GroupsGetLongPollSettings(params map[string]string) (response Grou\n// GroupsGetMembersResponse struct\ntype GroupsGetMembersResponse struct {\nCount int `json:\"count\"`\n- Items []object.UsersUser `json:\"items\"`\n+ Items []int `json...
Go
MIT License
severecloud/vksdk
feat: add GroupsGetMembersFields
1
feat
null
104,818
08.08.2019 13:39:40
18,000
5b58c00d27b73dda080a5efaba833329892ed2ba
fix(tablecard): go full height if empty
[ { "change_type": "MODIFY", "diff": "@@ -33,7 +33,9 @@ const StyledActionIcon = styled(Icon)`\n}\n`;\n-const StyledStatefulTable = styled(({ showHeader, ...rest }) => <StatefulTable {...rest} />)`\n+const StyledStatefulTable = styled(({ showHeader, data, ...rest }) => (\n+ <StatefulTable {...rest} data={data...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(tablecard): go full height if empty
1
fix
tablecard
104,818
08.08.2019 13:46:22
18,000
8691debad262bdabe6c5c381fe31e1b9bb05a680
fix(tablecard): don't require label to be specified
[ { "change_type": "MODIFY", "diff": "@@ -250,7 +250,7 @@ const TableCard = ({\n.map(i => ({\n...i,\nid: i.dataSourceId ? i.dataSourceId : i.id,\n- name: i.label ? i.label : i.dataSourceId || i.id, // don't force label to be required\n+ name: i.label ? i.label : i.dataSourceId || '', // don't force label to b...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(tablecard): don't require label to be specified
1
fix
tablecard
104,818
08.08.2019 14:05:52
18,000
09b9912f8bfd871adaed465c921ecc45e84758b9
fix(table): if columns change after sort, null pointer
[ { "change_type": "MODIFY", "diff": "@@ -158,9 +158,9 @@ const TableHead = ({\n{ordering.map(item => {\nconst matchingColumnMeta = columns.find(column => column.id === item.columnId);\n- const hasSort = sort && sort.columnId === matchingColumnMeta.id;\n+ const hasSort = matchingColumnMeta && sort && sort.col...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(table): if columns change after sort, null pointer
1
fix
table
711,597
08.08.2019 14:07:20
-7,200
f8626d11f2fbff0609943c66db668cc7093b7dd5
fix(core): Add 'float' type to arg types for shipping operations
[ { "change_type": "MODIFY", "diff": "@@ -10,7 +10,7 @@ import {\n} from '../../common/configurable-operation';\nimport { Order } from '../../entity/order/order.entity';\n-export type ShippingCalculatorArgType = ConfigArgSubset<'int' | 'string' | 'boolean'>;\n+export type ShippingCalculatorArgType = ConfigArg...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(core): Add 'float' type to arg types for shipping operations
1
fix
core
366,918
08.08.2019 14:45:18
-32,400
bebf0a02a18f6578fbccdabd33514701e129f3a9
chore: update key name to constant case
[ { "change_type": "MODIFY", "diff": "@@ -11,11 +11,11 @@ const AppBarComponent: React.FC<MergedComponentProps> = ({ ...props }) => <Wrapp\nexport const AppBar = withTheme(AppBarComponent)\n-const getSpaceSize = (size: Size): 'xs' | 's' | 'm' => {\n+const getSpaceSize = (size: Size): 'XS' | 'S' | 'M' => {\nco...
TypeScript
MIT License
kufu/smarthr-ui
chore: update key name to constant case
1
chore
null
942,583
08.08.2019 14:47:32
21,600
53eacaa177051b3469ab43c62e19230e7084c683
fix(Avatar): change prop spread order to allow for overriding the aria label
[ { "change_type": "MODIFY", "diff": "@@ -18,7 +18,7 @@ yarn add @workday/canvas-kit-react-avatar\n```tsx\nimport * as React from 'react';\n-import {Avatar, AvatarTheme, AvatarSize} from '@workday/canvas-kit-react-avatar';\n+import {Avatar, AvatarTheme} from '@workday/canvas-kit-react-avatar';\n// Basic\n<Ava...
TypeScript
Apache License 2.0
workday/canvas-kit
fix(Avatar): change prop spread order to allow for overriding the aria label (#92)
1
fix
Avatar
902,122
08.08.2019 15:08:49
0
2b4173292f8b36c64960a90d5458c79e8ab419f1
chore(release): v5.9.1
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [5.9.1](https://github.com/kikobeats/browserless/compare/v5.9.0...v5.9.1) (2019-08-08)\n+\n+\n+### Bug Fixes\n+\n+...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v5.9.1
1
chore
release
679,913
08.08.2019 15:21:09
-3,600
d3d2b27b1b39cff7f09f54080c4014f1ae4b5beb
feat(imgui): add dial widget, extract key handlers, update layout add dial/diaRaw() widgets extract button & slider value updaters / key handlers add GridLayout.nextSquare() update button, toggle, sliders & xyPad widgets
[ { "change_type": "MODIFY", "diff": "\"build:test\": \"rimraf build && tsc -p test/tsconfig.json\",\n\"test\": \"yarn build:test && mocha build/test/*.js\",\n\"cover\": \"yarn build:test && nyc mocha build/test/*.js && nyc report --reporter=lcov\",\n- \"clean\": \"rimraf *.js *.d.ts .nyc_output build coverag...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(imgui): add dial widget, extract key handlers, update layout - add dial/diaRaw() widgets - extract button & slider value updaters / key handlers - add GridLayout.nextSquare() - update button, toggle, sliders & xyPad widgets
1
feat
imgui
791,704
08.08.2019 15:39:01
18,000
c04f1ab7859b86aba6a5fc215b965a530d145d2c
clients(devtools): update test command to run only .js files
[ { "change_type": "MODIFY", "diff": "@@ -51,4 +51,4 @@ cp -r dist/dt-report-resources/* $fe_lh_dir\nVERSION=$(node -e \"console.log(require('./package.json').version)\")\nsed -i '' -e \"s/Version:.*/Version: $VERSION/g\" \"$tests_dir\"/*-expected.txt\n-echo \"Done. To rebase the test expectations, run: yarn ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
clients(devtools): update test command to run only .js files (#9532)
1
clients
devtools
815,573
08.08.2019 16:18:21
-28,800
dd75ffa99560f07cfb855cbe20138287afe5d5c0
test: Fix rest tests
[ { "change_type": "MODIFY", "diff": "@@ -476,7 +476,6 @@ dependencies = [\n\"ckb-hash 0.19.0-pre\",\n\"ckb-merkle-tree 0.19.0-pre\",\n\"ckb-occupied-capacity 0.19.0-pre\",\n- \"ckb-util 0.19.0-pre\",\n\"crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"failure 0.1.5 (regis...
Rust
MIT License
nervosnetwork/ckb
test: Fix rest tests
1
test
null
531,793
08.08.2019 16:29:46
-3,600
9f5a3bdfae064ec56efc2097ee2610c00d9023b7
fix(api): correctly handle empty sort params
[ { "change_type": "MODIFY", "diff": "@@ -164,7 +164,7 @@ func sortAlertGroups(c *gin.Context, groupsMap map[string]models.APIAlertGroup)\ngroups := make([]models.APIAlertGroup, 0, len(groupsMap))\nsortOrder, found := c.GetQuery(\"sortOrder\")\n- if !found {\n+ if !found || sortOrder == \"\" {\nsortOrder = co...
TypeScript
Apache License 2.0
prymitive/karma
fix(api): correctly handle empty sort params
1
fix
api
67,481
08.08.2019 17:00:38
-19,080
bfd399ca51b209e6a2a58e5245171ad5623d3641
docs(readme): Aurelia 2
[ { "change_type": "MODIFY", "diff": "[![Test Coverage](https://api.codeclimate.com/v1/badges/5ac0e13689735698073a/test_coverage)](https://codeclimate.com/github/aurelia/aurelia/test_coverage)\n[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github....
TypeScript
MIT License
aurelia/aurelia
docs(readme): Aurelia 2
1
docs
readme
902,122
08.08.2019 17:01:44
-7,200
bdf1e8fd9ce983072f1d620c93ad87824d2a1032
fix: transparent bg
[ { "change_type": "MODIFY", "diff": "@@ -101,8 +101,7 @@ const hideElements = elements => {\n}\n}\n-const createSvgBackground = css =>\n- Buffer.from(svgGradient(css, { width: '1388px', height: '955px' }))\n+const createSvgBackground = css => svgGradient(css, { width: '1388px', height: '955px' })\nconst getB...
JavaScript
MIT License
microlinkhq/browserless
fix: transparent bg
1
fix
null
711,597
08.08.2019 17:06:55
-7,200
d86f3d316981dd152ea4311343b487fdde2e1a89
refactor(admin-ui): Move gql definition to more relevant file
[ { "change_type": "MODIFY", "diff": "@@ -589,15 +589,3 @@ export const SEARCH_FOR_TEST_ORDER = gql`\n}\n}\n`;\n-\n-export const TEST_SHIPPING_METHOD = gql`\n- query TestShippingMethod($input: TestShippingMethodInput!) {\n- testShippingMethod(input: $input) {\n- eligible\n- price {\n- price\n- priceWithTax\n-...
TypeScript
MIT License
vendure-ecommerce/vendure
refactor(admin-ui): Move gql definition to more relevant file
1
refactor
admin-ui
866,394
08.08.2019 17:13:21
14,400
84b9fcdccacafe1e831045848353487ca948ce4c
feat(featureflags): adding feature flags functionality for react
[ { "change_type": "ADD", "diff": "+#Feature Flags\n+LOCALE_SELECTOR=<Boolean flag to turn on/off the locale selector>\n", "new_path": "packages/react/.env.example", "old_path": null }, { "change_type": "MODIFY", "diff": "+.env\ncoverage\n# Storybook\n", "new_path": "packages/react/.gi...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(featureflags): adding feature flags functionality for react
1
feat
featureflags
791,690
08.08.2019 17:21:11
18,000
d8410d5f81db8b3f98304f338afb7309719be0ae
core(constants): increase default maxWaitForFcp to 30s
[ { "change_type": "MODIFY", "diff": "@@ -1248,7 +1248,7 @@ Object {\n\"extraHeaders\": null,\n\"gatherMode\": false,\n\"locale\": \"en-US\",\n- \"maxWaitForFcp\": 15000,\n+ \"maxWaitForFcp\": 30000,\n\"maxWaitForLoad\": 45000,\n\"onlyAudits\": null,\n\"onlyCategories\": null,\n@@ -1382,7 +1382,7 @@ Object {\...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(constants): increase default maxWaitForFcp to 30s (#9509)
1
core
constants
503,930
08.08.2019 17:29:12
-7,200
122d68a966c87c0cd74b2bdd15ea861239ef02da
feat(VncConsole): More possibilities to customize component, like: extraction toolbar and console sc Added possibility to extract toolbar to any other component. Added scaling prop to VncConsole, and enhance `textConnecting` props to use node type as well. And fixed disconnecting.
[ { "change_type": "MODIFY", "diff": "import React from 'react';\n+import ReactDOM from 'react-dom';\nimport PropTypes from 'prop-types';\nimport { MenuItem, Button, helpers } from 'patternfly-react';\nconst { Dropdown } = Button;\nconst { noop } = helpers;\n-const VncActions = ({ textSendShortcut, textCtrlAl...
TypeScript
MIT License
patternfly/patternfly-react
feat(VncConsole): More possibilities to customize component, like: extraction toolbar and console sc (#1402) Added possibility to extract toolbar to any other component. Added scaling prop to VncConsole, and enhance `textConnecting` props to use node type as well. And fixed disconnecting.
1
feat
VncConsole
67,516
08.08.2019 18:00:06
-7,200
78efceb836ad0981228e7f6834135ca82a156e77
fix(i18n): correction for node
[ { "change_type": "MODIFY", "diff": "import { I18N, I18nConfiguration, TranslationAttributePattern, TranslationBindingCommand } from '@aurelia/i18n';\n-import { BasicConfiguration } from '@aurelia/jit-html-browser';\nimport { IRegistration } from '@aurelia/kernel';\nimport { Aurelia, bindable, customElement,...
TypeScript
MIT License
aurelia/aurelia
fix(i18n): correction for node
1
fix
i18n
503,918
08.08.2019 18:04:55
-10,800
f5f6ab6e1f47e2873f72ef51302784956cdda492
fix(select): disable focus trap on checkbox select with no children
[ { "change_type": "MODIFY", "diff": "@@ -136,7 +136,7 @@ export class SelectMenu extends React.Component<SelectMenuProps> {\n{this.extendChildren()}\n</ul>\n)}\n- {variant === SelectVariant.checkbox && (\n+ {variant === SelectVariant.checkbox && React.Children.count(children) > 0 && (\n<FocusTrap focusTrapOp...
TypeScript
MIT License
patternfly/patternfly-react
fix(select): disable focus trap on checkbox select with no children (#2647) Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>
1
fix
select
304,895
08.08.2019 18:28:55
25,200
ba45c4bda1dcd4da61b6d0e967d845b4908cab8e
fix(stdlib/sql): Close connection after sql.to() Connection to database is closed after Process() is finished Removed panics Fixed datetime with postgres
[ { "change_type": "MODIFY", "diff": "@@ -13,6 +13,7 @@ import (\n\"github.com/influxdata/flux/plan\"\n\"github.com/influxdata/flux/semantic\"\n\"github.com/influxdata/flux/values\"\n+ pkgErrors \"github.com/pkg/errors\"\n)\nconst (\n@@ -122,7 +123,10 @@ func createToSQLTransformation(id execute.DatasetID, mo...
Go
MIT License
influxdata/flux
fix(stdlib/sql): Close connection after sql.to() (#1656) - Connection to database is closed after Process() is finished - Removed panics - Fixed datetime with postgres
1
fix
stdlib/sql
217,922
08.08.2019 18:37:32
-7,200
e69f76cc5af9f1045152fbbeaba3f1a7c178c16f
fix(simulator): fixed a bug with Hasty Touch missing quotes in aactions macro
[ { "change_type": "MODIFY", "diff": "@@ -107,8 +107,8 @@ export class MacroPopupComponent implements OnInit {\nif (this.aactionsMacro.length < 11 && this.aactionsMacro.indexOf(`/aaction ${this.i18n.getName(this.l12n.getAction(new Reclaim().getIds()[0]))}`) === -1) {\nthis.aactionsMacro.push(`/aaction ${this....
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(simulator): fixed a bug with Hasty Touch missing quotes in aactions macro
1
fix
simulator
679,910
08.08.2019 19:34:20
-7,200
ebaa15e95b76175ab7814a4d567430f45837c5e6
feat(checks): isNil and isHexColorString
[ { "change_type": "ADD", "diff": "+import { isString } from \"util\";\n+\n+export const isHexColorString = (x: any): x is string =>\n+ isString(x) && /#([a-f0-9]{3}|[a-f0-9]{4}(?:[a-f0-9]{2}){0,2})\\b/gi.test(x);\n", "new_path": "packages/checks/src/is-hex-color-string.ts", "old_path": null }, { ...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(checks): isNil and isHexColorString
1
feat
checks
679,910
08.08.2019 19:39:07
-7,200
90dce209862e49661cb52e5f4179e05117c9ee13
fix(checks): test, better naming
[ { "change_type": "MODIFY", "diff": "@@ -170,16 +170,16 @@ describe(\"checks\", function() {\nit(\"isHexColorString\", () => {\nassert.ok(!isHexColorString(undefined), \"undefined\");\nassert.ok(!isHexColorString(null), \"null\");\n- assert.ok(!isHexColorString(\"foo\"), \"string\");\n- assert.ok(!isHexColor...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(checks): test, better naming
1
fix
checks
217,922
08.08.2019 19:40:52
-7,200
83f5fd23bd8f6315eb07f3b7cbaa8c4293b1c07b
chore: small fix for update checker
[ { "change_type": "MODIFY", "diff": "@@ -150,9 +150,9 @@ function createWindow() {\nwin.focus();\nwin.show();\n- autoUpdater.checkForUpdatesAndNotify();\n+ autoUpdater.checkForUpdates();\nupdateInterval = setInterval(() => {\n- autoUpdater.checkForUpdatesAndNotify();\n+ autoUpdater.checkForUpdates();\n}, 300...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: small fix for update checker
1
chore
null
217,922
08.08.2019 20:21:40
-7,200
55a7bfc285d8e28c3f2a667c83de1cb46783a9a0
chore(release): 5.7.7
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"5.7.7\"></a>\n+## [5.7.7](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compare/...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 5.7.7
1
chore
release
67,479
08.08.2019 21:10:33
-36,000
81ed17f6a52d71a593de085fbcb3427edc6146c9
chore(blur-attribute): only test in browser env
[ { "change_type": "MODIFY", "diff": "+import { PLATFORM } from '@aurelia/kernel';\nimport { Blur } from '@aurelia/runtime-html';\nimport { assert, createSpy, eachCartesianJoin, HTMLTestContext, TestContext } from '@aurelia/testing';\ndescribe('[UNIT] blur.spec.ts', function() {\n+ if (!PLATFORM.isBrowserLike...
TypeScript
MIT License
aurelia/aurelia
chore(blur-attribute): only test in browser env
1
chore
blur-attribute
71,381
08.08.2019 21:44:14
-36,000
14e4bc91ed5f0f8cb7c8ac9ee8a6de4da54e6585
feat(elasticloadbalancing): add subnet selection * feat(elasticloadbalancing): add subnet selection Add the ability to specify the subnets the classic load balancer is deployed to. closes * feat(elasticloadbalancing): add subnet selection Update subnetSelection property to follow API standards closes(#2833)
[ { "change_type": "MODIFY", "diff": "-import { Connections, IConnectable, ISecurityGroup, ISubnet, IVpc, Peer, Port, SecurityGroup } from '@aws-cdk/aws-ec2';\n+import { Connections, IConnectable, ISecurityGroup, IVpc, Peer, Port,\n+ SecurityGroup, SelectedSubnets, SubnetSelection, SubnetType } from '@aws-cdk...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(elasticloadbalancing): add subnet selection (#2833) (#3415) * feat(elasticloadbalancing): add subnet selection (#2833) Add the ability to specify the subnets the classic load balancer is deployed to. closes (#2833) * feat(elasticloadbalancing): add subnet selection (#2833) Update subnetSelection property to f...
1
feat
elasticloadbalancing
711,597
08.08.2019 21:57:49
-7,200
5fdcb80c067b6344f68b2401abc326f0c571d8af
chore(core): Remove unused entity
[ { "change_type": "MODIFY", "diff": "@@ -33,7 +33,6 @@ export * from './role/role.entity';\nexport * from './session/session.entity';\nexport * from './session/anonymous-session.entity';\nexport * from './session/authenticated-session.entity';\n-export * from './shipping-item/shipping-item.entity';\nexport *...
TypeScript
MIT License
vendure-ecommerce/vendure
chore(core): Remove unused entity
1
chore
core
711,597
08.08.2019 22:01:48
-7,200
00329786f98fd12ce4451f2aaf66037ee8159521
feat(admin-ui): Enable deletion of shipping methods
[ { "change_type": "MODIFY", "diff": "@@ -1738,6 +1738,8 @@ export type Mutation = {\ncreateShippingMethod: ShippingMethod,\n/** Update an existing ShippingMethod */\nupdateShippingMethod: ShippingMethod,\n+ /** Delete a ShippingMethod */\n+ deleteShippingMethod: DeletionResponse,\n/** Create a new TaxCategor...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(admin-ui): Enable deletion of shipping methods
1
feat
admin-ui
67,494
08.08.2019 22:40:43
-7,200
634196f0322354e75073bf5822ac3f4b5f3b0130
feat(router): rename methods in nav route
[ { "change_type": "MODIFY", "diff": "@@ -28,12 +28,12 @@ export class NavRoute {\n});\nif (route.route) {\nthis.instructions = this.parseRoute(route.route);\n- this.link = this._link(this.instructions);\n+ this.link = this.computeLink(this.instructions);\n}\nthis.linkActive = route.consideredActive\n? route....
TypeScript
MIT License
aurelia/aurelia
feat(router): rename methods in nav route
1
feat
router
67,516
08.08.2019 23:37:35
-7,200
2ea21b778eb531a0587d36c57537c7c6f5418bfe
feat(i18n): basic relative-time implementation
[ { "change_type": "MODIFY", "diff": "@@ -201,4 +201,99 @@ describe.only('I18N', function () {\nassert.equal(sut.df(new Date(2020, 1, 10), { month: '2-digit', day: 'numeric', year: 'numeric' }, 'de'), '10.02.2020');\n});\n});\n+\n+ describe('rt', function () {\n+\n+ for (const multiplier of [1, -1]) {\n+ for ...
TypeScript
MIT License
aurelia/aurelia
feat(i18n): basic relative-time implementation
1
feat
i18n
815,605
09.08.2019 00:53:03
0
3fb881775166e514b53d9d7d504d4f015eae8953
chore: Expose Status type in jsonrpc-types module
[ { "change_type": "MODIFY", "diff": "@@ -39,7 +39,7 @@ pub use self::block_template::{\n};\npub use self::blockchain::{\nBlock, BlockRewardView, BlockView, CellInput, CellOutPoint, CellOutput, EpochView, Header,\n- HeaderView, OutPoint, Script, ScriptHashType, Seal, Transaction, TransactionView,\n+ HeaderVie...
Rust
MIT License
nervosnetwork/ckb
chore: Expose Status type in jsonrpc-types module
1
chore
null
815,605
09.08.2019 01:34:41
0
a170869ff807579bdae5b1c993a79abf222f2427
refactor: Simplify type ID argument calculation logic
[ { "change_type": "MODIFY", "diff": "@@ -48,38 +48,36 @@ impl<'a> TypeIdSystemScript<'a> {\n// If there's only one output cell with current\n// TYPE_ID script, we are creating such a cell,\n- // we also need to validate that the hash of all\n- // inputs match the first argument of the script.\n+ // we also n...
Rust
MIT License
nervosnetwork/ckb
refactor: Simplify type ID argument calculation logic
1
refactor
null
866,393
09.08.2019 05:05:23
-32,400
e604c9b0da86dbf8398373bafab1ab4348e48bf7
chore(components): make API exposure consistent This change makes the usage of `private`/`protected` a bit more coherent across the codebase. This change also adds a guideline in that area.
[ { "change_type": "MODIFY", "diff": "- [Coding conventions](#coding-conventions)\n- [Linters/formatters](#lintersformatters)\n- [TSDoc comments](#tsdoc-comments)\n+ - [No kitchen-sink \"base\" class and using mix-in](#no-kitchen-sink-base-class-and-using-mix-in)\n- [Lifecycle management](#lifecycle-managemen...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(components): make API exposure consistent (#72) This change makes the usage of `private`/`protected` a bit more coherent across the codebase. This change also adds a guideline in that area.
1
chore
components
866,393
09.08.2019 05:05:41
-32,400
0fdab90566400c00ceb6c77ab7a37277bfbbf6c7
docs(readme): add Angular/React live demo links Refs
[ { "change_type": "MODIFY", "diff": "@@ -31,8 +31,8 @@ The effort stems from https://github.com/carbon-design-system/issue-tracking/iss\n## Running React/Angular demo\n-- React: `yarn storybook:react`\n-- Angular: `yarn storybook:angular`\n+- React: `yarn storybook:react` (Live demo: https://carbon-custom-el...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
docs(readme): add Angular/React live demo links (#73) Refs #60.
1
docs
readme
866,393
09.08.2019 05:06:24
-32,400
df7a83ab6a5166a0aafac3b1372699c74126e46a
chore(devenv): fix Storysource for Angular/React This change fixes broken Storybook `addon-storysource` add-on in Angular/React environment. Refs
[ { "change_type": "MODIFY", "diff": "@@ -69,7 +69,7 @@ module.exports = ({ config, mode }) => {\nuse: [...babelLoaderRule.use, require.resolve('../svg-result-carbon-icon-loader')],\n},\n{\n- test: /-story\\.[jt]sx?$/,\n+ test: /-story(-(angular|react))?\\.[jt]sx?$/,\nuse: [\n{\nloader: require.resolve('@stor...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(devenv): fix Storysource for Angular/React (#83) This change fixes broken Storybook `addon-storysource` add-on in Angular/React environment. Refs #60.
1
chore
devenv
866,393
09.08.2019 05:56:27
-32,400
a38b91906a7bd9da873625e4137c1db9a8b56dff
chore(devenv): fix Angular datatable demo
[ { "change_type": "MODIFY", "diff": "@@ -4,14 +4,27 @@ const configure = require('../webpack.config');\nmodule.exports = ({ config, mode }) => {\nconst massagedConfig = configure({ config, mode });\n- const babelLoaderRule = massagedConfig.module.rules.find(\n- item => item.use && item.use.some && item.use.s...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(devenv): fix Angular datatable demo
1
chore
devenv
722,013
09.08.2019 07:44:14
18,000
4565559776fc8f8355ffc9b401188ea77258fc99
feat(docgen): expose docs block in dogen-api
[ { "change_type": "MODIFY", "diff": "@@ -83,6 +83,7 @@ export interface ComponentDoc {\nslots: { [name: string]: SlotDescriptor }\nevents?: { [name: string]: EventDescriptor }\ntags: { [key: string]: BlockTag[] }\n+ docsBlocks?: string[]\n[key: string]: any\n}\n@@ -92,6 +93,8 @@ export default class Document...
TypeScript
MIT License
vue-styleguidist/vue-styleguidist
feat(docgen): expose docs block in dogen-api
1
feat
docgen
76,605
09.08.2019 08:19:26
-7,200
4c04429bb365d875901c02b8ad2b710d56e0dd9f
feat: Adding replace of emojis by token names.
[ { "change_type": "MODIFY", "diff": "@@ -51,7 +51,12 @@ const {\n} = require('./ner');\nconst { SentimentAnalyzer, SentimentManager } = require('./sentiment');\nconst { SlotManager } = require('./slot');\n-const { Evaluator, Handlebars, SimilarSearch } = require('./util');\n+const {\n+ Evaluator,\n+ Handleba...
JavaScript
MIT License
axa-group/nlp.js
feat: Adding replace of emojis by token names.
1
feat
null
76,605
09.08.2019 08:27:24
-7,200
a779441ac1a565bdb5a27f1b61f7058791e6f616
feat: Adding removal of emojis before tokenize and stem
[ { "change_type": "MODIFY", "diff": "const NlpUtil = require('../nlp/nlp-util');\nconst Classifier = require('../classifiers/classifier');\n+const { removeEmojis } = require('../util/emoji');\nconst status = {\nCREATE: 'create',\n@@ -161,7 +162,10 @@ class BaseNLU {\n*/\ntokenizeAndStem(utterance) {\nreturn ...
JavaScript
MIT License
axa-group/nlp.js
feat: Adding removal of emojis before tokenize and stem
1
feat
null
815,569
09.08.2019 10:27:30
-28,800
421973017c19b7e86a12c2022beb1c8cb70203c4
refactor: use `TransactionInfo` instead of `BlockInfo`
[ { "change_type": "MODIFY", "diff": "@@ -6,8 +6,8 @@ use crate::tests::util::{\n};\nuse ckb_chain_spec::consensus::Consensus;\nuse ckb_core::block::{Block, BlockBuilder};\n-use ckb_core::cell::{BlockInfo, CellMeta, CellProvider, CellStatus, UnresolvableError};\n-use ckb_core::extras::EpochExt;\n+use ckb_core...
Rust
MIT License
nervosnetwork/ckb
refactor: use `TransactionInfo` instead of `BlockInfo`
1
refactor
null
217,922
09.08.2019 11:00:50
-7,200
71550f55efed83e538c3dfb64294ad196a9fca93
fix(i18n): fixed missing translation in search placeholder
[ { "change_type": "MODIFY", "diff": "</ng-container>\n<nz-input-group [nzAddOnBefore]=\"searchType | ifMobile: null\" [nzSuffix]=\"suffixTemplate\">\n<input class=\"search-input\" type=\"text\"\n- placeholder=\"{{'Search_placeholder' | translate:{type: searchType$ | async} }}\" #searchInput nz-input\n+ place...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(i18n): fixed missing translation in search placeholder
1
fix
i18n
217,922
09.08.2019 11:05:38
-7,200
d915ce5111897cb15af939c2785351de8f6713d6
fix(list): fixed icon priority for wolf marks
[ { "change_type": "MODIFY", "diff": "@@ -8,9 +8,6 @@ import { TradeSource } from '../../modules/list/model/trade-source';\nexport class TradeIconPipe implements PipeTransform {\npublic static TRADE_SOURCES_PRIORITIES = {\n- // Just in case\n- 25: 50, // Wolf Mark\n- 29: 50, // MGP\n// Seals\n20: 30, // Storm...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(list): fixed icon priority for wolf marks
1
fix
list
217,922
09.08.2019 11:10:27
-7,200
1c037953d2f205b202ae27cb5a3d5bdd1c656331
chore: small functions optimizations
[ { "change_type": "MODIFY", "diff": "@@ -107,6 +107,16 @@ jobs:\nname: Deploying cdn\ncommand: bash tools/cdn/deploy.sh\n+\n+ deploy-firebase-hosting:\n+ <<: *defaults\n+ steps:\n+ - attach_workspace:\n+ at: ~/\n+ - run:\n+ name: Deploying web\n+ command: ./node_modules/.bin/firebase deploy -P default --only...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: small functions optimizations
1
chore
null
71,327
09.08.2019 11:13:52
-7,200
1a17fc73e0d11687bfb6d626369a19c5dbcf9feb
chore(ec2): fix constants in comment
[ { "change_type": "MODIFY", "diff": "@@ -528,17 +528,17 @@ export interface VpcProps {\n* {\n* cidrMask: 24,\n* name: 'ingress',\n- * subnetType: SubnetType.Public,\n+ * subnetType: SubnetType.PUBLIC,\n* },\n* {\n* cidrMask: 24,\n* name: 'application',\n- * subnetType: SubnetType.Private,\n+ * subnetType: Su...
TypeScript
Apache License 2.0
aws/aws-cdk
chore(ec2): fix constants in comment (#3597)
1
chore
ec2
104,839
09.08.2019 11:23:44
10,800
e038caa770f763d4b4abc13b62418eceb10eee19
fix(imagecard): fix minimap and guide position
[ { "change_type": "MODIFY", "diff": "@@ -161,18 +161,27 @@ class ImageHotspots extends React.Component {\nimage: {\n...state.image,\noffsetX: image.offsetX >= 0 ? 0 : deltaX >= 0 ? offsetXMax : image.offsetX,\n- offsetY: image.offsetY >= 0 ? 0 : deltaY >= 0 ? offsetYMax : image.offsetY,\n+ offsetY:\n+ image....
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(imagecard): fix minimap and guide position
1
fix
imagecard
104,839
09.08.2019 11:46:39
10,800
69c6528d68f9230fd12730b76e0e403150e7edf8
feat(imagecard): add hotspots to image card in dashboard
[ { "change_type": "MODIFY", "diff": "@@ -315,6 +315,12 @@ const originalCards = [\nalt: 'Floor Map',\nimage: 'firstfloor',\nsrc: imageFile,\n+ hotspots: [\n+ { x: 35, y: 65, content: <span style={{ padding: '10px' }}>Elevators</span> },\n+ { x: 45, y: 25, content: <span style={{ padding: '10px' }}>Stairs</sp...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(imagecard): add hotspots to image card in dashboard
1
feat
imagecard
104,839
09.08.2019 12:13:07
10,800
121ca486b601505e777def68c13b7f0290daf151
fix(imagecard): remove fullscreen duplicated code
[ { "change_type": "MODIFY", "diff": "@@ -34,7 +34,7 @@ const ImageCard = ({ title, content, size, onCardAction, isEditable, ...others }\nisEditable && !src ? (\n<Image32 width=\"100%\" height=\"100%\" />\n) : content && src ? (\n- <ImageHotspots src={src} alt={alt} hotspots={hotspots} hideFullscreenControl /...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(imagecard): remove fullscreen duplicated code
1
fix
imagecard
815,569
09.08.2019 12:21:39
-28,800
7f0f13ae490521ce970fb2f39501868711b515c5
perf: add more cache in store to speed up reward calculation
[ { "change_type": "MODIFY", "diff": "@@ -98,6 +98,11 @@ runner = \"Rust\" # {{\n[store]\nheader_cache_size = 4096\ncell_data_cache_size = 128\n+block_proposals_cache_size = 30\n+block_tx_hashes_cache_size = 20\n+block_ext_cache_size = 20\n+block_uncles_cache_size = 10\n+cellbase_cache_size = 20\n# [alert_not...
Rust
MIT License
nervosnetwork/ckb
perf: add more cache in store to speed up reward calculation
1
perf
null
679,913
09.08.2019 12:28:03
-3,600
03d5932fa9e96cb3ee41781328ef140ca3445833
feat(imgui): add buttonV, radialMenu, update dropdown
[ { "change_type": "MODIFY", "diff": "import { pointInside, rect } from \"@thi.ng/geom\";\nimport { IShape } from \"@thi.ng/geom-api\";\n-import { Vec } from \"@thi.ng/vectors\";\n+import { ReadonlyVec } from \"@thi.ng/vectors\";\nimport { IGridLayout, LayoutBox, MouseButton } from \"../api\";\nimport { handl...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(imgui): add buttonV, radialMenu, update dropdown
1
feat
imgui
815,573
09.08.2019 12:35:39
-28,800
7586bfc614b91d8ef2313090362e988b48ed0a9e
feat: Resolve dep group
[ { "change_type": "MODIFY", "diff": "@@ -9,6 +9,7 @@ use serde_derive::{Deserialize, Serialize};\nuse std::collections::HashSet;\nuse std::convert::TryInto;\nuse std::fmt;\n+use std::mem;\n#[derive(Clone, Eq, PartialEq, Default, Deserialize, Serialize)]\npub struct CellMeta {\n@@ -341,11 +342,58 @@ impl Head...
Rust
MIT License
nervosnetwork/ckb
feat: Resolve dep group
1
feat
null
711,597
09.08.2019 13:36:33
-7,200
911463a3e3bc8ad958c927984b98c6db510ff90a
fix(core): Correctly filter out ineligible shipping methods Found a logic error (trying to use Array.filter on async function) which returns true for all shipping methods.
[ { "change_type": "MODIFY", "diff": "import { Injectable } from '@nestjs/common';\n-import { notNullOrUndefined } from '@vendure/common/lib/shared-utils';\nimport { RequestContext } from '../../../api/common/request-context';\nimport { ShippingPrice } from '../../../config/shipping-method/shipping-calculator...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(core): Correctly filter out ineligible shipping methods Found a logic error (trying to use Array.filter on async function) which returns true for all shipping methods.
1
fix
core
711,597
09.08.2019 13:37:48
-7,200
300da15e359275f8af93953687280bd6490c5f9d
feat(admin-ui): Add shipping method eligibility testing tool
[ { "change_type": "MODIFY", "diff": "@@ -2680,6 +2680,7 @@ export type Query = {\nshippingEligibilityCheckers: Array<ConfigurableOperationDefinition>,\nshippingCalculators: Array<ConfigurableOperationDefinition>,\ntestShippingMethod: TestShippingMethodResult,\n+ testEligibleShippingMethods: Array<ShippingMet...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(admin-ui): Add shipping method eligibility testing tool
1
feat
admin-ui
304,868
09.08.2019 14:04:36
21,600
8144c4e48c3d39e1cddfd28c80223e522291c7f6
docs(spec): add bytes type defnition
[ { "change_type": "MODIFY", "diff": "@@ -468,9 +468,9 @@ Examples:\n#### Binary types\n-A _binary type_ represents a base64 encoded sequence of bytes as defined in RFC 4648.\n-The binary type name is `bytes`.\n-The binary type is nullable.\n+A _bytes type_ represents a sequence of byte values.\n+The bytes ty...
Go
MIT License
influxdata/flux
docs(spec): add bytes type defnition
1
docs
spec
679,913
09.08.2019 14:24:50
-3,600
f09677f6dc673414098860a95345ddbcb030f62a
fix(hdom-canvas): fix attrib default vals, add missing weight val
[ { "change_type": "MODIFY", "diff": "@@ -33,7 +33,7 @@ const DEFAULTS: any = {\nalign: \"left\",\nalpha: 1,\nbaseline: \"alphabetic\",\n- comp: \"source-over\",\n+ compose: \"source-over\",\ndash: [],\ndashOffset: 0,\ndirection: \"inherit\",\n@@ -48,7 +48,8 @@ const DEFAULTS: any = {\nshadowX: 0,\nshadowY: 0...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(hdom-canvas): fix attrib default vals, add missing weight val
1
fix
hdom-canvas
815,573
09.08.2019 14:33:18
-28,800
fa720b1e5edb873216aa78a65fda17c4032d3696
chore: Remove proptest generated file
[ { "change_type": "DELETE", "diff": "-# Seeds for failure cases proptest has generated in the past. It is\n-# automatically read and these particular cases re-run before any\n-# novel cases are generated.\n-#\n-# It is recommended to check this file in to source control so that\n-# everyone who runs the test...
Rust
MIT License
nervosnetwork/ckb
chore: Remove proptest generated file
1
chore
null
679,913
09.08.2019 14:36:40
-3,600
cd9a3390020c4cd8e1bf08009051735088316950
feat(imgui): rename dial => ring, add new dial, extract dialVal()
[ { "change_type": "ADD", "diff": "+import { fit, TAU } from \"@thi.ng/math\";\n+import { heading, ReadonlyVec, sub2 } from \"@thi.ng/vectors\";\n+import { slider1Val } from \"./slider\";\n+\n+export const dialVal = (\n+ p: ReadonlyVec,\n+ c: ReadonlyVec,\n+ startTheta: number,\n+ thetaGap: number,\n+ min: nu...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(imgui): rename dial => ring, add new dial, extract dialVal()
1
feat
imgui
866,394
09.08.2019 14:55:38
14,400
a9fdeb4a694077cd11ebb789c134efd325af0ff7
fix(netlify): fix to point to alpha releases of services/utilities
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/.yarn/offline-mirror/@ibmdotcom-services-0.3.0-alpha.213.tgz differ\n", "new_path": ".yarn/offline-mirror/@ibmdotcom-services-0.3.0-alpha.213.tgz", "old_path": ".yarn/offline-mirror/@ibmdotcom-services-0.3.0-alpha.213.tgz" }, { "c...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(netlify): fix to point to alpha releases of services/utilities
1
fix
netlify
104,839
09.08.2019 15:06:41
10,800
4b1e8c2e698e5900ebf9901631ddcd291f4a312a
feat(imagecard): add background color as prop
[ { "change_type": "MODIFY", "diff": "@@ -15,6 +15,7 @@ const propTypes = {\nhideZoomControls: PropTypes.bool,\nhideHotspots: PropTypes.bool,\nhideMinimap: PropTypes.bool,\n+ background: PropTypes.string,\n};\nconst defaultProps = {\n@@ -24,6 +25,7 @@ const defaultProps = {\nhideZoomControls: false,\nhideHots...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(imagecard): add background color as prop
1
feat
imagecard
865,926
09.08.2019 15:14:29
-7,200
409ef232c063665e63c7399a8e372c128f9bf246
fix(editors): fire state updates on search pad opened/closed Closes
[ { "change_type": "MODIFY", "diff": "@@ -186,7 +186,9 @@ export class BpmnEditor extends CachedComponent {\n'propertiesPanel.focusin',\n'propertiesPanel.focusout',\n'directEditing.activate',\n- 'directEditing.deactivate'\n+ 'directEditing.deactivate',\n+ 'searchPad.closed',\n+ 'searchPad.opened'\n].forEach((...
JavaScript
MIT License
camunda/camunda-modeler
fix(editors): fire state updates on search pad opened/closed Closes #1450
1
fix
editors
71,663
09.08.2019 15:19:46
25,200
8df4b7e6506a7c758b8f4987ce84d88fe91e4ca5
feat(codepipeline): allow cross-account CloudFormation actions This adds a property 'account' to all CloudFormation CodePipeline actions, and properly handles passing it in the pipeline construct.
[ { "change_type": "MODIFY", "diff": "@@ -346,6 +346,43 @@ using a CloudFormation CodePipeline Action. Example:\n[Example of deploying a Lambda through CodePipeline](test/integ.lambda-deployed-through-codepipeline.lit.ts)\n+##### Cross-account actions\n+\n+If you want to update stacks in a different account,\...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(codepipeline): allow cross-account CloudFormation actions (#3208) This adds a property 'account' to all CloudFormation CodePipeline actions, and properly handles passing it in the pipeline construct.
1
feat
codepipeline