author int64 4.98k 943k | date stringdate 2017-04-15 16:45:02 2022-02-25 15:32:15 | timezone int64 -46,800 39.6k | hash stringlengths 40 40 | message stringlengths 8 468 | mods listlengths 1 16 | language stringclasses 9
values | license stringclasses 2
values | repo stringclasses 119
values | original_message stringlengths 12 491 | is_CCS int64 1 1 | commit_type stringclasses 129
values | commit_scope stringlengths 1 44 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
815,590 | 31.10.2019 16:06:11 | -28,800 | e7314f420772d1442c7288f4ab0d3b62b0d8a0de | test: test node should ban peers who relay tx exceeds max_tx_verify_cycles | [
{
"change_type": "MODIFY",
"diff": "@@ -23,12 +23,13 @@ use ckb_types::{\n#[cfg(has_asm)]\nuse ckb_vm::{\nmachine::asm::{AsmCoreMachine, AsmMachine},\n- DefaultMachineBuilder, InstructionCycleFunc, SupportMachine, Syscalls,\n+ DefaultMachineBuilder, Error as VMInternalError, InstructionCycleFunc, SupportMac... | Rust | MIT License | nervosnetwork/ckb | test: test node should ban peers who relay tx exceeds max_tx_verify_cycles | 1 | test | null |
902,122 | 31.10.2019 16:12:18 | -3,600 | b46f30615a1ef3e02806e75c25110ef39a100c2e | build: update dependencies
closes | [
{
"change_type": "MODIFY",
"diff": "\"del\": \"~5.1.0\",\n\"import-lazy\": \"~4.0.0\",\n\"p-reflect\": \"~2.1.0\",\n- \"p-retry\": \"~4.1.0\",\n+ \"p-retry\": \"~4.2.0\",\n\"p-timeout\": \"~3.2.0\",\n\"pid-from-port\": \"~1.1.3\",\n\"pidtree\": \"~0.3.0\",\n",
"new_path": "packages/browserless/package.j... | JavaScript | MIT License | microlinkhq/browserless | build: update dependencies
closes #95 | 1 | build | null |
815,590 | 31.10.2019 16:22:16 | -28,800 | abbb751c3fb7034a212859d8c5def58ffc1e1349 | chore: change DEFAULT_MAX_TX_VERIFY_CYCLES to 20 times TWO_IN_TWO_OUT_CYCLES | [
{
"change_type": "MODIFY",
"diff": "@@ -94,7 +94,7 @@ max_verify_cache_size = 100_000\nmax_conflict_cache_size = 1_000\nmax_committed_txs_hash_cache_size = 100_000\nmin_fee_rate = 1_000 # shannons/KB\n-max_tx_verify_cycles = 35_000_000\n+max_tx_verify_cycles = 70_000_000\n[store]\nheader_cache_size = 4096\n... | Rust | MIT License | nervosnetwork/ckb | chore: change DEFAULT_MAX_TX_VERIFY_CYCLES to 20 times TWO_IN_TWO_OUT_CYCLES | 1 | chore | null |
366,918 | 31.10.2019 16:59:39 | -32,400 | c221c65faf09a9e026710a64fbfa1eba81e319da | fix: AccordionPanel -> AccordionPanelItem | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,7 @@ import { storiesOf } from '@storybook/react'\nimport React, { useState } from 'react'\nimport styled from 'styled-components'\n-import { AccordionPanel } from './AccordionPanel'\n+import { AccordionPanelItem } from './AccordionPanelItem'\nimport { Accordio... | TypeScript | MIT License | kufu/smarthr-ui | fix: AccordionPanel -> AccordionPanelItem | 1 | fix | null |
711,597 | 31.10.2019 17:17:33 | -3,600 | 3c76aad4837d3546bbae454e12eba3fea30857ab | docs(testing): Create documentation for testing package | [
{
"change_type": "MODIFY",
"diff": "@@ -96,6 +96,12 @@ $block-border-radius: 4px;\ncolor: $color-code-text;\nborder-radius: $block-border-radius;\nborder: 1px solid $color-code-border;\n+\n+\n+ }\n+\n+ a > code:not([data-lang]) {\n+ color: $color-link;\n}\npre:not(.chroma) {\n",
"new_path": "docs/assets... | TypeScript | MIT License | vendure-ecommerce/vendure | docs(testing): Create documentation for testing package | 1 | docs | testing |
67,482 | 31.10.2019 17:20:49 | 25,200 | 64f6d3057d2c4c8c94d59b97d2bcebf468f3edaf | docs(readme): a bit nicer getting started | [
{
"change_type": "MODIFY",
"diff": "@@ -65,7 +65,7 @@ Note: *Please keep in mind that Aurelia 2 is still in pre-alpha.* A number of fe\n## Getting Started\n-To get started with a new Aurelia 2 project, with Node.js installed, simply run `npx makes aurelia`. You'll then be guided through a series of choices ... | TypeScript | MIT License | aurelia/aurelia | docs(readme): a bit nicer getting started | 1 | docs | readme |
76,605 | 31.10.2019 17:48:00 | -3,600 | e5ebfe1d33a9d032915b6e60d0468b3a60895ff9 | test: Adding NLU manager tests | [
{
"change_type": "MODIFY",
"diff": "@@ -299,6 +299,13 @@ class DomainManager extends Clonable {\nif (input.settings.trainByDomain) {\nconst nlu = this.domains[defaultDomainName];\nconst classifications = await nlu.process(input.utterance);\n+ if (Object.keys(this.domains).length === 1) {\n+ input.classifica... | JavaScript | MIT License | axa-group/nlp.js | test: Adding NLU manager tests | 1 | test | null |
217,922 | 31.10.2019 17:52:58 | -3,600 | d226c69471263f6919a5b0de151cd83255eea9da | fix(inventory-optimizer): don't consider items that are on sale anymore | [
{
"change_type": "MODIFY",
"diff": "@@ -7,6 +7,7 @@ import { map, switchMap } from 'rxjs/operators';\nimport { InventoryOptimization } from '../inventory-optimization';\nimport { InventoryItem } from '../../../model/user/inventory/inventory-item';\nimport * as _ from 'lodash';\n+import { ContainerType } fro... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(inventory-optimizer): don't consider items that are on sale anymore | 1 | fix | inventory-optimizer |
217,922 | 31.10.2019 17:54:03 | -3,600 | afe3770efb466ec22ef0c169c229deda7358fdaf | feat(desktop): switched back to winpcap monitor by default | [
{
"change_type": "MODIFY",
"diff": "@@ -14,7 +14,7 @@ function sendToRenderer(win, packet) {\nwin && win.webContents && win.webContents.send('packet', packet);\n}\n-module.exports.start = function(win, config, verbose) {\n+module.exports.start = function(win, config, verbose, rawsocket) {\nisElevated().then... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(desktop): switched back to winpcap monitor by default | 1 | feat | desktop |
866,408 | 31.10.2019 18:03:59 | 14,400 | f1a581e60babad584981ae276601be2f4a4d0a37 | feat(textarea): add text area component | [
{
"change_type": "ADD",
"diff": "+/**\n+ * @license\n+ *\n+ * Copyright IBM Corp. 2019\n+ *\n+ * This source code is licensed under the Apache-2.0 license found in the\n+ * LICENSE file in the root directory of this source tree.\n+ */\n+\n+import { action } from '@storybook/addon-actions';\n+\n+const create... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | feat(textarea): add text area component (#151) | 1 | feat | textarea |
730,428 | 31.10.2019 18:18:46 | 0 | 1de2a6b3ede70ba3bf74b1f0928001525bd59c9c | chore(release): 0.2.56 [skip ci] | [
{
"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+### [0.2.56](https://github.com/webex/react-widgets/compare/v0.2.55...v0.2.56) (2019-10-31)\n+\... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.2.56 [skip ci] | 1 | chore | release |
366,946 | 31.10.2019 18:26:06 | -32,400 | 8b0b84da6fb730fd9171c7a7a24a7f670cf03469 | fix: apply in DropDown storybook | [
{
"change_type": "MODIFY",
"diff": "@@ -9,7 +9,7 @@ import { DropdownContent } from './DropdownContent'\nimport { DropdownCloser } from './DropdownCloser'\nimport { SecondaryButton, PrimaryButton } from '../Button'\nimport { RadioButtonLabel } from '../RadioButtonLabel'\n-import { TextInput } from '../Input... | TypeScript | MIT License | kufu/smarthr-ui | fix: apply in DropDown storybook | 1 | fix | null |
531,793 | 31.10.2019 18:30:02 | 0 | 02d113b73888f1c3dc603ca6a91cb09ce1f71c1f | feat(api): cache /silence.json responses | [
{
"change_type": "MODIFY",
"diff": "@@ -412,6 +412,16 @@ func autocomplete(c *gin.Context) {\nfunc silences(c *gin.Context) {\nnoCache(c)\n+ start := time.Now()\n+\n+ cacheKey := c.Request.RequestURI\n+\n+ data, found := apiCache.Get(cacheKey)\n+ if found {\n+ c.Data(http.StatusOK, gin.MIMEJSON, data.([]byt... | TypeScript | Apache License 2.0 | prymitive/karma | feat(api): cache /silence.json responses | 1 | feat | api |
531,793 | 31.10.2019 18:43:33 | 0 | 42c01a2a7a1b9b12a36474e66dd00b56fb716a0c | feat(tests): repeat tests to cover cached responses | [
{
"change_type": "MODIFY",
"diff": "@@ -96,6 +96,8 @@ func TestAlerts(t *testing.T) {\nt.Logf(\"Testing alerts using mock files from Alertmanager %s\", version)\nmockAlerts(version)\nr := ginTestEngine()\n+ // re-run a few times to test the cache\n+ for i := 1; i <= 3; i++ {\nreq := httptest.NewRequest(\"GE... | TypeScript | Apache License 2.0 | prymitive/karma | feat(tests): repeat tests to cover cached responses | 1 | feat | tests |
217,922 | 31.10.2019 18:56:46 | -3,600 | 2f337d05b45c4295cb10f901f12a86b15168af8a | feat(simulator): added a custom action to remove final appraisal in rotation | [
{
"change_type": "MODIFY",
"diff": "<nz-badge [nzColor]=\"getColor(state)\">\n- <div (click)=\"ignoreDisabled || (!disabled && !notEnoughCp)?actionclick.emit():null\" (contextmenu)=\"showStateMenu?contextMenu($event, template):null\"\n+ <div (click)=\"ignoreDisabled || (!disabled && !notEnoughCp)?actionclic... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(simulator): added a custom action to remove final appraisal in rotation | 1 | feat | simulator |
217,922 | 31.10.2019 19:00:53 | -3,600 | 888238257d37bc7bbcef7d04516112d4072143a8 | fix(stats): fixed specialist CP bonus not being applied properly
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -64,9 +64,11 @@ export class StatsPopupComponent implements OnInit {\nif (set.specialist && previousSet && !previousSet.specialist) {\nnewSet.craftsmanship -= 20;\nnewSet.control -= 20;\n+ newSet.cp -= 15;\n} else if (!set.specialist && previousSet && previousSet.speci... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(stats): fixed specialist CP bonus not being applied properly
closes #1179 | 1 | fix | stats |
217,922 | 31.10.2019 19:09:56 | -3,600 | 40fda6be0834a190bb98eb8f1c75d11aeb0f2873 | fix(list): fixed an issue with regeneration not taking WVR changes into account
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -228,7 +228,7 @@ export class ListManagerService {\n});\nconst add: Observable<List>[] = [];\nlist.finalItems.forEach((recipe) => {\n- add.push(this.addToList(recipe.id, list, recipe.recipeId, recipe.amount, recipe.yield === 1, true, true));\n+ add.push(this.addToList(... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(list): fixed an issue with regeneration not taking WVR changes into account
closes #1173 | 1 | fix | list |
531,793 | 31.10.2019 19:24:11 | 0 | 560e1e2cf384ea9587ec941c56219229cc3ae08f | fix(ui): cleanup colors on silence comments | [
{
"change_type": "MODIFY",
"diff": "@@ -307,7 +307,7 @@ exports[`<GroupFooter /> mathes snapshot when silence is rendered 1`] = `\n</svg>\n</div>\n<div class=\\\\\"mx-2 flex-shrink-1 flex-grow-1 mw-1p\\\\\">\n- <div class=\\\\\"font-italic text-truncate overflow-hidden\\\\\">\n+ <div class=\\\\\"font-italic... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): cleanup colors on silence comments | 1 | fix | ui |
217,922 | 31.10.2019 19:25:50 | -3,600 | 917c578ed593cfff4ce9dd29f359ff6b585086b8 | fix(data): added missing foods ands weathers | [
{
"change_type": "MODIFY",
"diff": "@@ -103,4 +103,8 @@ export const foods = [{\n'itemId': 27876,\n'CP': [{ 'amount': 0.21, 'max': 53 }, { 'amount': 0.26, 'max': 66 }],\n'Control': [{ 'amount': 0.04, 'max': 51 }, { 'amount': 0.05, 'max': 64 }]\n+}, {\n+ 'itemId': 28720,\n+ 'CP': [{ 'amount': 0.21, 'max': 56... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(data): added missing foods ands weathers | 1 | fix | data |
217,922 | 31.10.2019 19:28:48 | -3,600 | 6f67847f189f1dc9f6dd7aeddd7c27372c0f414f | feat(optimizer): added copy isearch on item name click | [
{
"change_type": "MODIFY",
"diff": "@@ -16,6 +16,7 @@ import { ItemIconModule } from '../../modules/item-icon/item-icon.module';\nimport { InventoryFacade } from '../../modules/inventory/+state/inventory.facade';\nimport { Duplicates } from './optimizations/duplicates';\nimport { FormsModule } from '@angula... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(optimizer): added copy isearch on item name click | 1 | feat | optimizer |
67,499 | 31.10.2019 19:30:23 | 10,800 | c14c8d546d043618e680962e036c532839bff71d | docs(getting-started): Fix wrong filename in example.
The documentation says the user to create a new file called
`register`, but it imports it as `registry`. | [
{
"change_type": "MODIFY",
"diff": "@@ -182,7 +182,7 @@ Aurelia\nAs a best practice, we recommend an alternate approach to registering each component individually in this way. Instead, create a folder where you keep all your shared components. In that folder, create a `registry.ts` module where you re-expor... | TypeScript | MIT License | aurelia/aurelia | docs(getting-started): Fix wrong filename in example.
- The documentation says the user to create a new file called
`register`, but it imports it as `registry`. | 1 | docs | getting-started |
471,550 | 31.10.2019 19:31:29 | -3,600 | 534eb084f5bad3aeec96d7192e4e860a51cac12e | fix: codelabs build correct path to build file | [
{
"change_type": "MODIFY",
"diff": "\"scripts\": {\n\"build\": \"lerna run build\",\n\"build:types\": \"tsc -p tsconfig.build.types.json\",\n- \"codelabs:build\": \"node codelabs/build.js\",\n+ \"codelabs:build\": \"node ./packages/codelabs/build-codelabs.js\",\n\"format\": \"npm run format:eslint && npm ru... | JavaScript | MIT License | open-wc/open-wc | fix: codelabs build correct path to build file (#925) | 1 | fix | null |
67,476 | 31.10.2019 19:35:40 | -3,600 | 1cc8df3627e3955a67b11b284d1aec637b599946 | feat(aot): add basic structure for CreateBuiltinFunction | [
{
"change_type": "ADD",
"diff": "+import { Host, Realm } from './host';\n+import { $Object, $Any, $BuiltinFunction } from './value';\n+\n+export type CallableFunction = (\n+ thisArgument: $Any,\n+ argumentsList: readonly $Any[],\n+ NewTarget: $Any,\n+) => $Any;\n+\n+export type FunctionPrototype = Realm['[[... | TypeScript | MIT License | aurelia/aurelia | feat(aot): add basic structure for CreateBuiltinFunction | 1 | feat | aot |
217,922 | 31.10.2019 19:46:10 | -3,600 | 470cc47486c648fc1ac33cfeed4a83da7821050c | chore: small change for filters reset | [
{
"change_type": "MODIFY",
"diff": "@@ -1108,6 +1108,18 @@ export class SearchComponent implements OnInit {\n});\nthis.submitFilters();\n+\n+ const params = this.route.snapshot.queryParams;\n+\n+ this.router.navigate(['.'], {\n+ queryParamsHandling: 'merge',\n+ queryParams: {\n+ query: params.query,\n+ type... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: small change for filters reset | 1 | chore | null |
67,482 | 31.10.2019 20:13:17 | 25,200 | 056e9b06b20863310cb85360089c791f8fb31878 | docs(readme): another adjustment to getting start | [
{
"change_type": "MODIFY",
"diff": "@@ -65,7 +65,13 @@ Note: *Please keep in mind that Aurelia 2 is still in pre-alpha.* A number of fe\n## Getting Started\n-First, ensure that you have Node.js installed on your system. Next, using [npx](https://medium.com/@maybekatz/introducing-npx-an-npm-package-runner-55... | TypeScript | MIT License | aurelia/aurelia | docs(readme): another adjustment to getting start | 1 | docs | readme |
902,122 | 31.10.2019 20:14:43 | -3,600 | fd4ea553566c87182d4c8afeaa86ebea029cb2ce | fix: auto release | [
{
"change_type": "MODIFY",
"diff": "@@ -11,6 +11,10 @@ stages:\n- name: Release\nif: branch = master AND commit_message !~ /(release|no-release)/\n+install:\n+ - npm config set package-lock false\n+ - npm install\n+\njobs:\ninclude:\n- stage: Release\n@@ -18,6 +22,7 @@ jobs:\n- git config user.email ${GITHU... | JavaScript | MIT License | microlinkhq/browserless | fix: auto release | 1 | fix | null |
711,597 | 31.10.2019 21:09:08 | -3,600 | 38ef3f4e28b618fdc97563dd4cda9103973bfd24 | chore(testing): Add missing dependencies | [
{
"change_type": "MODIFY",
"diff": "\"@types/node-fetch\": \"^2.5.2\",\n\"@types/progress\": \"^2.0.3\",\n\"@types/prompts\": \"^2.0.2\",\n- \"faker\": \"^4.1.0\",\n\"gulp\": \"^4.0.0\",\n\"mysql\": \"^2.16.0\",\n\"node-fetch\": \"^2.6.0\",\n",
"new_path": "packages/core/package.json",
"old_path": "... | TypeScript | MIT License | vendure-ecommerce/vendure | chore(testing): Add missing dependencies | 1 | chore | testing |
531,793 | 31.10.2019 22:39:38 | 0 | 2e57e4af49ff8c3eb4141ad6ba0930d9d2e10dce | chore(ui): only fetch updates if seconds passed since last fetch
Right now fetcher will always trigger fetch if enough time passes, make it aware of the last fetch timestamp so the timer resets after each fetch | [
{
"change_type": "MODIFY",
"diff": "import React, { Component } from \"react\";\nimport PropTypes from \"prop-types\";\n-import { observable, action } from \"mobx\";\nimport { observer } from \"mobx-react\";\nimport moment from \"moment\";\n@@ -16,23 +15,6 @@ const Fetcher = observer(\nsettingsStore: PropTy... | TypeScript | Apache License 2.0 | prymitive/karma | chore(ui): only fetch updates if seconds passed since last fetch
Right now fetcher will always trigger fetch if enough time passes, make it aware of the last fetch timestamp so the timer resets after each fetch | 1 | chore | ui |
103,504 | 31.10.2019 23:10:21 | -3,600 | 2f25bfa7e47cd594ae75a016d090add831bfaae1 | fix: fix initializing label state when defaultValue is given | [
{
"change_type": "MODIFY",
"diff": "@@ -184,11 +184,20 @@ class TextInput extends React.Component<TextInputProps, State> {\n}\nstate = {\n- labeled: new Animated.Value(this.props.value ? 0 : 1),\n+ labeled: new Animated.Value(\n+ (this.props.value !== undefined\n+ ? this.props.value\n+ : this.props.defaultV... | TypeScript | MIT License | callstack/react-native-paper | fix: fix initializing label state when defaultValue is given | 1 | fix | null |
531,793 | 31.10.2019 23:33:47 | 0 | 013499388f7ca032fd6390b5a60c5303fb696303 | fix(ui): reset lazy loader limit if group count changes | [
{
"change_type": "MODIFY",
"diff": "@@ -94,19 +94,22 @@ const AlertGrid = observer(\n10\n);\n- // how many alert groups to render\n- // FIXME reset on filter change\ninitial = 50;\ngroupsToRender = observable(\n{\n- value: this.initial\n+ value: this.initial,\n+ setValue(value) {\n+ this.value = value;\n+ }... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): reset lazy loader limit if group count changes | 1 | fix | ui |
67,479 | 31.10.2019 23:53:44 | -39,600 | bef7fbd7a1ffcb8376a5d65a4664834128116b09 | chore(tests): group all tests for change handler in loop | [
{
"change_type": "MODIFY",
"diff": "@@ -5,7 +5,7 @@ import {\nINode,\nCustomAttribute\n} from '@aurelia/runtime';\n-import { assert, setup } from '@aurelia/testing';\n+import { assert, setup, eachCartesianJoin } from '@aurelia/testing';\ndescribe('custom-attributes', function () {\n// custom elements\n@@ -2... | TypeScript | MIT License | aurelia/aurelia | chore(tests): group all tests for change handler in loop | 1 | chore | tests |
67,476 | 01.11.2019 00:00:19 | -3,600 | a17a3f9e31a379b368a8f24a7d06e4fee34e85eb | feat(aot): implement some basic object runtime semantics | [
{
"change_type": "MODIFY",
"diff": "import { Host, Realm } from './host';\n-import { $Object, $Any, $BuiltinFunction } from './value';\n+import { $Object, $Any, $BuiltinFunction, $Null } from './value';\nexport type CallableFunction = (\nthisArgument: $Any,\n@@ -12,35 +12,14 @@ export type FunctionPrototype... | TypeScript | MIT License | aurelia/aurelia | feat(aot): implement some basic object runtime semantics | 1 | feat | aot |
67,476 | 01.11.2019 00:15:22 | -3,600 | db626b68d0ff5b83467ff818cb5ed1f7bc1fa67d | chore(object): rename this to O for spec consistency | [
{
"change_type": "MODIFY",
"diff": "+/* eslint-disable @typescript-eslint/no-this-alias */\nimport { Host } from './host';\n// eslint-disable-next-line @typescript-eslint/class-name-casing\n@@ -266,9 +267,10 @@ export class $Object<\n// 1. Return ! OrdinaryGetPrototypeOf(O)\n// http://www.ecma-international... | TypeScript | MIT License | aurelia/aurelia | chore(object): rename this to O for spec consistency | 1 | chore | object |
103,587 | 01.11.2019 00:44:30 | -3,600 | a33d999cdc633b215177ade30df5829720078936 | fix: fix initial label position when value is set on RN 0.61 | [
{
"change_type": "MODIFY",
"diff": "@@ -210,7 +210,10 @@ class TextInput extends React.Component<TextInputProps, State> {\ncomponentDidUpdate(prevProps: TextInputProps, prevState: State) {\nif (\nprevState.focused !== this.state.focused ||\n- prevState.value !== this.state.value\n+ prevState.value !== this.... | TypeScript | MIT License | callstack/react-native-paper | fix: fix initial label position when value is set on RN 0.61 (#1441) | 1 | fix | null |
217,922 | 01.11.2019 00:47:45 | -3,600 | 8be734673292644cb1375a089b1efb1a64e2a17c | chore: reducing db usage for user id validation GCF | [
{
"change_type": "MODIFY",
"diff": "@@ -33,9 +33,15 @@ exports.firestoreCountlistsDelete = functions.runWith(runtimeOpts).firestore.doc\n}).then(() => null);\n});\n+validatedCache = {};\n+\nexports.userIdValidator = functions.runWith(runtimeOpts).https.onRequest((request, response) => {\nconst userId = requ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: reducing db usage for user id validation GCF | 1 | chore | null |
471,527 | 01.11.2019 00:47:46 | -3,600 | d9a94a6cb910825257e7a15ce17680f6f670ea2b | fix(demoing-storybook): docs mode scroll behavior | [
{
"change_type": "MODIFY",
"diff": "},\n\"dependencies\": {\n\"@open-wc/testing-helpers\": \"^1.2.2\",\n- \"@storybook/addon-a11y\": \"5.3.0-alpha.33\",\n- \"@storybook/addon-actions\": \"5.3.0-alpha.33\",\n- \"@storybook/addon-backgrounds\": \"5.3.0-alpha.33\",\n+ \"@storybook/addon-a11y\": \"5.3.0-alpha.3... | JavaScript | MIT License | open-wc/open-wc | fix(demoing-storybook): docs mode scroll behavior | 1 | fix | demoing-storybook |
217,922 | 01.11.2019 00:59:00 | -3,600 | 86fea67f670ba4e4331d06147ebe9596183d76fb | fix(desktop): switched back to raw socket as default capture mode | [
{
"change_type": "MODIFY",
"diff": "@@ -14,7 +14,7 @@ function sendToRenderer(win, packet) {\nwin && win.webContents && win.webContents.send('packet', packet);\n}\n-module.exports.start = function(win, config, verbose, rawsocket) {\n+module.exports.start = function(win, config, verbose, winpcap) {\nisElevat... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(desktop): switched back to raw socket as default capture mode | 1 | fix | desktop |
471,527 | 01.11.2019 01:03:14 | -3,600 | 8532abcb768fce9d17c3bc3149ad3ced06d8c29d | chore: align site build process as a post vuepress step | [
{
"change_type": "MODIFY",
"diff": "\"lint:types\": \"tsc\",\n\"postinstall\": \"npm run build\",\n\"publish\": \"lerna publish --message 'chore: release new versions'\",\n- \"site:build\": \"lerna run site:build && lerna run storybook:build --scope @open-wc/demoing-storybook --stream && npm run vuepress:bu... | JavaScript | MIT License | open-wc/open-wc | chore: align site build process as a post vuepress step | 1 | chore | null |
447,447 | 01.11.2019 01:24:45 | 14,400 | 155bf4b6f95fc5e819df8654f26f01811d703397 | review: remove javascript:void(0) on Breadcrumbs component | [
{
"change_type": "MODIFY",
"diff": "@@ -4,10 +4,15 @@ import { mount } from 'enzyme';\nimport Breadcrumb from './../index';\ndescribe('<Breadcrumb/>', () => {\n- it('should fallback the href to href=\"javascript:void(0);\" if the prop is not provided', () => {\n- const component = mount(<Breadcrumb label=\"... | JavaScript | MIT License | nexxtway/react-rainbow | review: remove javascript:void(0) on Breadcrumbs component (#1119) | 1 | review | null |
67,494 | 01.11.2019 01:25:17 | -3,600 | 352a17a471d869b1af7e76af5dfe69cbca6d026f | test(router): update config tests | [
{
"change_type": "MODIFY",
"diff": "@@ -341,7 +341,7 @@ describe('Router', function () {\nawait tearDown();\n});\n- it('cancels if not child canLeave', async function () {\n+ xit('cancels if not child canLeave', async function () {\nthis.timeout(5000);\nconst { scheduler, host, router, tearDown } = await se... | TypeScript | MIT License | aurelia/aurelia | test(router): update config tests | 1 | test | router |
67,494 | 01.11.2019 01:25:54 | -3,600 | 8ae29498e63a80727b05f66b33674e59963afed7 | feat(router): remove whitespace in viewport html | [
{
"change_type": "MODIFY",
"diff": "@@ -11,13 +11,7 @@ import { IViewportOptions, Viewport } from '../viewport';\n@customElement({\nname: 'au-viewport',\n- template: `\n- <template>\n- <div class=\"viewport-header\" style=\"display: none;\">\n- Viewport: <b>\\${name}</b> \\${scope ? \"[new scope]\" : \"\"} ... | TypeScript | MIT License | aurelia/aurelia | feat(router): remove whitespace in viewport html | 1 | feat | router |
67,494 | 01.11.2019 01:26:26 | -3,600 | 92109236a4c3c1df41397e50465766c6076a85d7 | feat(router): clone found route before using it | [
{
"change_type": "MODIFY",
"diff": "@@ -53,7 +53,7 @@ export class RouteTable implements IRouteTransformer {\n}\n}\n- public findMatchingRoute(path: string): IFoundRoute {\n+ public findMatchingRoute(router: IRouter, path: string): IFoundRoute {\nlet match: IRoute | null = null;\nlet matching: string = '';\... | TypeScript | MIT License | aurelia/aurelia | feat(router): clone found route before using it | 1 | feat | router |
67,494 | 01.11.2019 01:27:03 | -3,600 | 1e28f5998ead0598e4364bd424fbb65d040a49e8 | feat(router): use $au to find controller view model | [
{
"change_type": "MODIFY",
"diff": "@@ -12,11 +12,15 @@ export function closestCustomElement(element: CustomElementHost<Element>): Custo\n}\nexport function closestController(elementOrViewModel: Element | IViewModel): IController | undefined {\n- if ('$controller' in elementOrViewModel) {\n- return (element... | TypeScript | MIT License | aurelia/aurelia | feat(router): use $au to find controller view model | 1 | feat | router |
67,494 | 01.11.2019 01:27:40 | -3,600 | 258f7e49fb99d0c610629ff2eb2dedc6ac5e4bdd | feat(router): update parent update | [
{
"change_type": "MODIFY",
"diff": "@@ -151,6 +151,8 @@ export class ViewportContent {\nconst host: INode = element as INode;\nconst container = context;\nController.forCustomElement(this.content.componentInstance, container, host);\n+ ((this.content.componentInstance as IRouteableComponent & { $controller:... | TypeScript | MIT License | aurelia/aurelia | feat(router): update parent update | 1 | feat | router |
67,494 | 01.11.2019 01:28:44 | -3,600 | fe743440605061685075f3244d6a7fe308843345 | feat(router): update find instruction | [
{
"change_type": "MODIFY",
"diff": "@@ -26,7 +26,7 @@ export interface IRouteTransformer {\naddRoutes?(router: IRouter, routes: IRoute[], parent?: string): IRoute[];\nremoveRoutes?(router: IRouter, routes: IRoute[] | string[]): void;\n- findMatchingRoute?(path: string): { match: IRoute | null, matching: str... | TypeScript | MIT License | aurelia/aurelia | feat(router): update find instruction | 1 | feat | router |
76,605 | 01.11.2019 02:27:20 | -3,600 | 031586d905e29560dcc30b4f9c88f6d02133eaa5 | feat: NLG Manager | [
{
"change_type": "ADD",
"diff": "+/*\n+!/src\n+!LICENSE.txt\n+!README.md\n+!package.json\n\\ No newline at end of file\n",
"new_path": "packages/nlg/.npmignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+# MIT License\n+\n+Copyright (c) AXA Group Operations Spain S.A.\n+\n+Pe... | JavaScript | MIT License | axa-group/nlp.js | feat: NLG Manager | 1 | feat | null |
217,893 | 01.11.2019 03:12:14 | -37,080 | 1e43bbcd64935cbb10dbe44dd28be132e1539751 | feat(simulator): Option to split macro before byregot's blessing
Translations for the checkbox text are not included | [
{
"change_type": "MODIFY",
"diff": "<label [(ngModel)]=\"breakOnReclaim\" (ngModelChange)=\"generateMacros()\" nz-checkbox>\n{{'SIMULATOR.Break_on_reclaim' | translate}}\n</label>\n+ <label [(ngModel)]=\"breakBeforeByregotsBlessing\" (ngModelChange)=\"generateMacros()\" nz-checkbox>\n+ {{'SIMULATOR.Break_be... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(simulator): Option to split macro before byregot's blessing
Translations for the checkbox text are not included | 1 | feat | simulator |
67,476 | 01.11.2019 03:21:36 | -3,600 | df2180115c63fd95a6c5563b5354d41c804df5c7 | chore(host): make marker props readonly | [
{
"change_type": "MODIFY",
"diff": "@@ -60,7 +60,7 @@ export class ResolvedBindingRecord {\n// http://www.ecma-international.org/ecma-262/#sec-abstract-module-records\nexport interface IModule {\n/** This field is never used. Its only purpose is to help TS distinguish this interface from others. */\n- '<IMo... | TypeScript | MIT License | aurelia/aurelia | chore(host): make marker props readonly | 1 | chore | host |
67,476 | 01.11.2019 03:22:08 | -3,600 | 9c5c3e321d20b77887b7a4110057b2c29bea5743 | feat(environment): implement DeclarativeEnvironmentRecord | [
{
"change_type": "ADD",
"diff": "+import { $Any } from './value';\n+import { IModule, Host } from './host';\n+\n+export type $EnvRec = (\n+ $DeclarativeEnvRec\n+);\n+\n+export class $Binding {\n+ public readonly '<$Binding>': unknown;\n+\n+ public constructor(\n+ public isMutable: boolean,\n+ public isStric... | TypeScript | MIT License | aurelia/aurelia | feat(environment): implement DeclarativeEnvironmentRecord | 1 | feat | environment |
67,476 | 01.11.2019 06:41:27 | -3,600 | 2d17d2619031d0e4f8f15cf2693d2e811df87c3f | feat(aot): implement PropertyDescriptor | [
{
"change_type": "ADD",
"diff": "+import { $Boolean, $Undefined, $Empty, $Function, $Any, $PropertyKey } from './value';\n+import { Host } from './host';\n+\n+let descriptorId = 0;\n+\n+// http://www.ecma-international.org/ecma-262/#sec-property-descriptor-specification-type\n+export class $PropertyDescript... | TypeScript | MIT License | aurelia/aurelia | feat(aot): implement PropertyDescriptor | 1 | feat | aot |
67,476 | 01.11.2019 07:15:37 | -3,600 | d1ab80c71e1cbd0070ccbd9a3df75e971eedc015 | feat(aot): implement [[Get]] | [
{
"change_type": "MODIFY",
"diff": "import { Host, Realm } from './host';\n-import { $Object, $Any, $BuiltinFunction, $Null } from './value';\n+import { $Object, $Any, $BuiltinFunction, $PropertyKey, $Boolean, $Function } from './value';\nexport type CallableFunction = (\nthisArgument: $Any,\n@@ -40,3 +40,4... | TypeScript | MIT License | aurelia/aurelia | feat(aot): implement [[Get]] | 1 | feat | aot |
67,476 | 01.11.2019 09:05:48 | -3,600 | 75b3ca325e605b7e298c5846ee08e1c6ec18cc97 | feat(aot): implement [[DefineOwnProperty]] | [
{
"change_type": "MODIFY",
"diff": "+/* eslint-disable */\nimport { Host, Realm } from './host';\n-import { $Object, $Any, $BuiltinFunction, $PropertyKey, $Boolean, $Function } from './value';\n+import { $Object, $Any, $BuiltinFunction, $PropertyKey, $Boolean, $Function, $Undefined } from './value';\n+impor... | TypeScript | MIT License | aurelia/aurelia | feat(aot): implement [[DefineOwnProperty]] | 1 | feat | aot |
865,926 | 01.11.2019 09:43:35 | -3,600 | a84b7fccf202c593b737bbfb1adb4961e513fbcf | feat(modal): enforce close button | [
{
"change_type": "MODIFY",
"diff": "@@ -29,7 +29,6 @@ class View extends PureComponent {\n<Modal.Header>\n<Modal.Title>Keyboard Shortcuts</Modal.Title>\n- <Modal.Close onClick={ onClose } />\n</Modal.Header>\n<Modal.Body>\n",
"new_path": "client/src/app/modals/keyboard-shortcuts/View.js",
"old_path"... | JavaScript | MIT License | camunda/camunda-modeler | feat(modal): enforce close button | 1 | feat | modal |
942,615 | 01.11.2019 10:16:00 | 25,200 | 3b181ebcaad67e187b8e3ef868ec2e12e50ef649 | fix(labs): Update incorrect emotion version in labs core | [
{
"change_type": "MODIFY",
"diff": "\"react\": \">= 16.8 < 17\"\n},\n\"dependencies\": {\n+ \"@emotion/core\": \"^10.0.21\",\n\"@workday/canvas-colors-web\": \"^0.17.12\",\n- \"@workday/canvas-kit-react-core\": \"^3.0.0\",\n- \"emotion\": \"^9.2.12\"\n+ \"@workday/canvas-kit-react-core\": \"^3.0.0\"\n}\n}\n... | TypeScript | Apache License 2.0 | workday/canvas-kit | fix(labs): Update incorrect emotion version in labs core (#290) | 1 | fix | labs |
76,605 | 01.11.2019 10:23:24 | -3,600 | 9ac8842024e821f13a62f5ee748823fecabb5820 | feat: Action manager | [
{
"change_type": "ADD",
"diff": "+/*\n+ * Copyright (c) AXA Group Operations Spain S.A.\n+ *\n+ * Permission is hereby granted, free of charge, to any person obtaining\n+ * a copy of this software and associated documentation files (the\n+ * \"Software\"), to deal in the Software without restriction, includ... | JavaScript | MIT License | axa-group/nlp.js | feat: Action manager | 1 | feat | null |
217,922 | 01.11.2019 10:24:14 | -3,600 | 6872ccda7e0db51f366b88e8cba29a8fd3e8a748 | fix(lists): fixed an issue with lists not loaded properly | [
{
"change_type": "MODIFY",
"diff": "@@ -43,7 +43,17 @@ declare const gtag: Function;\n})\nexport class ListsFacade {\nloadingMyLists$ = this.store.select(listsQuery.getListsLoading);\n- allListDetails$ = this.store.select(listsQuery.getAllListDetails);\n+ allListDetails$ = this.store.select(listsQuery.getAl... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(lists): fixed an issue with lists not loaded properly | 1 | fix | lists |
217,922 | 01.11.2019 10:25:26 | -3,600 | 55ac45f6818a37b7843d1891924f7e40704011a5 | fix(lists): fixed an issue with lists disappearing after you opened them | [
{
"change_type": "MODIFY",
"diff": "@@ -78,13 +78,6 @@ export class LoadListDetails implements Action {\n}\n}\n-export class UnloadListDetails implements Action {\n- readonly type = ListsActionTypes.UnloadListDetails;\n-\n- constructor(public readonly key: string) {\n- }\n-}\n-\nexport class SelectList impl... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(lists): fixed an issue with lists disappearing after you opened them | 1 | fix | lists |
366,918 | 01.11.2019 10:34:04 | -32,400 | 855c1ed89843e470c53332295cbf6280d8815a85 | fix: manage state inside component | [
{
"change_type": "MODIFY",
"diff": "import { storiesOf } from '@storybook/react'\n-import React, { useState } from 'react'\n+import React from 'react'\nimport styled from 'styled-components'\n+import { AccordionPanel } from './AccordionPanel'\nimport { AccordionPanelItem } from './AccordionPanelItem'\nimpor... | TypeScript | MIT License | kufu/smarthr-ui | fix: manage state inside component | 1 | fix | null |
942,615 | 01.11.2019 10:40:25 | 25,200 | 7d215d7076a4c426ceeb43630dc7586041c5f711 | fix: Add to components that need it | [
{
"change_type": "MODIFY",
"diff": "},\n\"dependencies\": {\n\"@emotion/core\": \"^10.0.21\",\n+ \"@emotion/is-prop-valid\": \"^0.8.2\",\n\"@emotion/styled\": \"^10.0.17\",\n\"@workday/canvas-kit-react-common\": \"^3.0.0\",\n\"@workday/canvas-kit-react-core\": \"^3.0.0\",\n",
"new_path": "modules/avatar... | TypeScript | Apache License 2.0 | workday/canvas-kit | fix: Add @emotion/is-prop-valid to components that need it (#289) | 1 | fix | null |
366,918 | 01.11.2019 10:41:31 | -32,400 | 392668ad3a75b717b55be39e13d85eb635dbec4f | fix: pass icon props from AccordionPanel | [
{
"change_type": "MODIFY",
"diff": "@@ -7,15 +7,17 @@ console.log({ useContext, useCallback })\ntype Props = InjectedProps & {\nchildren: React.ReactNode\nclassName?: string\n+ icon?: 'left' | 'right' | 'none'\nonClick?: (expandedItem: string) => void\n}\nexport const AccordionPanelContext = React.createCon... | TypeScript | MIT License | kufu/smarthr-ui | fix: pass icon props from AccordionPanel | 1 | fix | null |
217,922 | 01.11.2019 10:52:16 | -3,600 | de20d8b1c919f2d736778c0b1eb9d0516bc6240f | fix(search): fixed list loading popup hanging | [
{
"change_type": "MODIFY",
"diff": "@@ -1415,7 +1415,7 @@ export class SearchComponent implements OnInit {\nreturn this.progressService.showProgress(\ncombineLatest([this.listsFacade.myLists$, this.listsFacade.listsWithWriteAccess$]).pipe(\nmap(([myLists, listsICanWrite]) => [...myLists, ...listsICanWrite])... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(search): fixed list loading popup hanging | 1 | fix | search |
304,874 | 01.11.2019 10:55:37 | 14,400 | dc76b1849b6e035649f93e533811a3ece0a5c743 | refactor(depedencies): use http client interface | [
{
"change_type": "MODIFY",
"diff": "@@ -2,12 +2,10 @@ package flux\nimport (\n\"context\"\n- \"net\"\n- \"net/http\"\n- \"time\"\n\"github.com/influxdata/flux/codes\"\n\"github.com/influxdata/flux/dependencies/filesystem\"\n+ \"github.com/influxdata/flux/dependencies/http\"\n\"github.com/influxdata/flux/dep... | Go | MIT License | influxdata/flux | refactor(depedencies): use http client interface | 1 | refactor | depedencies |
76,605 | 01.11.2019 11:10:35 | -3,600 | 12048ef0105dcc219bb0868758600e735a384067 | feat: Sentiment ar | [
{
"change_type": "MODIFY",
"diff": "@@ -26,6 +26,7 @@ const StemmerAr = require('./stemmer-ar');\nconst TokenizerAr = require('./tokenizer-ar');\nconst StopwordsAr = require('./stopwords-ar');\nconst NormalizerAr = require('./normalizer-ar');\n+const SentimentAr = require('./sentiment/sentiment_ar');\nmodul... | JavaScript | MIT License | axa-group/nlp.js | feat: Sentiment ar | 1 | feat | null |
531,793 | 01.11.2019 11:39:06 | 0 | d302de3469161fffdc236b958c2ed62f3df896a4 | chore(ci): use Go 1.13.4 | [
{
"change_type": "MODIFY",
"diff": "__defaults_go: &DEFAULTS_GO\nlanguage: go\n- go: \"1.13.3\"\n+ go: \"1.13.4\"\ncache:\ndirectories:\n# https://restic.net/blog/2018-09-02/travis-build-cache\n",
"new_path": ".travis.yml",
"old_path": ".travis.yml"
},
{
"change_type": "MODIFY",
"diff": ... | TypeScript | Apache License 2.0 | prymitive/karma | chore(ci): use Go 1.13.4 | 1 | chore | ci |
217,922 | 01.11.2019 11:41:14 | -3,600 | 702312573f9b0a3c0089ada59fdc5405622a376e | feat(simulator): support for statusoff Final Appraisal in macro import | [
{
"change_type": "MODIFY",
"diff": "@@ -24,10 +24,10 @@ export class MacroTranslatorComponent {\n];\nprivate findActionsRegex: RegExp =\n- new RegExp(/\\/(ac|action|aaction|gaction|generalaction)[\\s]+((\\w|[\\u3000-\\u303F]|[\\u3040-\\u309F]|[\\u30A0-\\u30FF]|[\\uFF00-\\uFFEF]|[\\u4E00-\\u9FAF]|[\\u2605-\\... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(simulator): support for statusoff Final Appraisal in macro import | 1 | feat | simulator |
217,922 | 01.11.2019 11:44:01 | -3,600 | fde9be9514dd0022b865e1095fa41e38dc3c0dcf | feat(solver): updated solver for 5.1 rotations | [
{
"change_type": "MODIFY",
"diff": "@@ -118,6 +118,16 @@ jobs:\nname: Deploying web\ncommand: ./node_modules/.bin/firebase deploy -P default --only hosting --token \"$FIREBASE_TOKEN\"\n+\n+ deploy-functions:\n+ <<: *defaults\n+ steps:\n+ - attach_workspace:\n+ at: ~/\n+ - run:\n+ name: Deploying functions\n... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(solver): updated solver for 5.1 rotations | 1 | feat | solver |
76,605 | 01.11.2019 12:01:54 | -3,600 | 31effee55db5097870455c4f61e64c8d93388c54 | feat: Sentiment cs | [
{
"change_type": "MODIFY",
"diff": "@@ -26,6 +26,7 @@ const TokenizerCs = require('./tokenizer-cs');\nconst StemmerCs = require('./stemmer-cs');\nconst StopwordsCs = require('./stopwords-cs');\nconst NormalizerCs = require('./normalizer-cs');\n+const SentimentCs = require('./sentiment/sentiment_cs');\nmodul... | JavaScript | MIT License | axa-group/nlp.js | feat: Sentiment cs | 1 | feat | null |
67,494 | 01.11.2019 12:08:18 | -3,600 | 08e6dcbffec0347acbc161d2b2d85733ced60c7d | feat(router): add found route class | [
{
"change_type": "ADD",
"diff": "+import { IRoute } from './interfaces';\n+import { ViewportInstruction } from './viewport-instruction';\n+\n+export class FoundRoute {\n+ constructor(\n+ public match: IRoute | null = null,\n+ public matching: string = '',\n+ public instructions: ViewportInstruction[] = [],\... | TypeScript | MIT License | aurelia/aurelia | feat(router): add found route class | 1 | feat | router |
217,922 | 01.11.2019 12:14:34 | -3,600 | beaafac7d47ff3e4eb58efd15b588bbc350db477 | chore(ci): connected functions to CI properly | [
{
"change_type": "MODIFY",
"diff": "@@ -185,6 +185,12 @@ workflows:\nfilters:\nbranches:\nonly: master\n+ - deploy-functions:\n+ requires:\n+ - build\n+ filters:\n+ branches:\n+ only: master\n- deploy-desktop:\nrequires:\n- build\n@@ -197,4 +203,10 @@ workflows:\nfilters:\nbranches:\nonly: staging\n+ - depl... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(ci): connected functions to CI properly | 1 | chore | ci |
76,605 | 01.11.2019 12:17:24 | -3,600 | 3ea319a638a1293c98719a3cd6f4d05c221a9db6 | feat: Sentiment el | [
{
"change_type": "MODIFY",
"diff": "@@ -26,6 +26,7 @@ const TokenizerEl = require('./tokenizer-el');\nconst StemmerEl = require('./stemmer-el');\nconst StopwordsEl = require('./stopwords-el');\nconst NormalizerEl = require('./normalizer-el');\n+const SentimentEl = require('./sentiment/sentiment_el');\nmodul... | JavaScript | MIT License | axa-group/nlp.js | feat: Sentiment el | 1 | feat | null |
306,423 | 01.11.2019 12:27:48 | -3,600 | 378e940eced2a5527e387f54106aae888c0d919e | fix(fieldset): outside click only effects focused groups | [
{
"change_type": "MODIFY",
"diff": "@@ -101,38 +101,25 @@ export class LionFieldset extends FormRegistrarMixin(\nthis.__createTypeAbsenceValidators();\nthis._checkForOutsideClick = this._checkForOutsideClick.bind(this);\n- }\n-\n- connectedCallback() {\n- // eslint-disable-next-line wc/guard-super-call\n- s... | JavaScript | MIT License | ing-bank/lion | fix(fieldset): outside click only effects focused groups | 1 | fix | fieldset |
815,590 | 01.11.2019 12:31:20 | -28,800 | c9bcdc850baa04d03b0696eacdd8655d0ff49a2c | feat: limit tx max ancestors count | [
{
"change_type": "MODIFY",
"diff": "@@ -95,6 +95,7 @@ max_conflict_cache_size = 1_000\nmax_committed_txs_hash_cache_size = 100_000\nmin_fee_rate = 1_000 # shannons/KB\nmax_tx_verify_cycles = 70_000_000\n+max_ancestors_count = 25\n[store]\nheader_cache_size = 4096\n",
"new_path": "resource/ckb.toml",
... | Rust | MIT License | nervosnetwork/ckb | feat: limit tx max ancestors count | 1 | feat | null |
866,392 | 01.11.2019 12:32:11 | 18,000 | a6c7371ca5cb9c503554cb013d861a825eeb9976 | fix(styles): highlight on key down and up | [
{
"change_type": "MODIFY",
"diff": "&__suggestion {\nheight: $spacing-09;\ndisplay: flex;\n- padding: 0 $spacing-05;\n.#{$prefix}--container-class {\ndisplay: flex;\nborder-bottom: 1px solid $ui-01;\nflex: 1;\n+ padding: 0 $spacing-05;\nalign-items: center;\n&:focus {\ntransition: $search-transition-timing;... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix(styles): highlight on key down and up (#591) | 1 | fix | styles |
217,922 | 01.11.2019 12:32:17 | -3,600 | 4c0344821f53f2466d06e8125e13d0d86e9dd40b | chore(buid): fix for desktop build | [
{
"change_type": "MODIFY",
"diff": "\"win\": {\n\"icon\": \"./tools/build/icon.ico\",\n\"publisherName\": \"FFXIV Teamcraft\",\n- \"requestedExecutionLevel\": \"admin\",\n+ \"requestedExecutionLevel\": \"highestAvailable\",\n\"publish\": {\n\"provider\": \"github\",\n\"releaseType\": \"release\"\n",
"ne... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(buid): fix for desktop build | 1 | chore | buid |
76,605 | 01.11.2019 12:36:10 | -3,600 | 81199c4004bc2cd7e4a2f8147322cc4f67c7b2e8 | feat: Sentiment fa | [
{
"change_type": "MODIFY",
"diff": "@@ -26,6 +26,7 @@ const TokenizerFa = require('./tokenizer-fa');\nconst StemmerFa = require('./stemmer-fa');\nconst StopwordsFa = require('./stopwords-fa');\nconst NormalizerFa = require('./normalizer-fa');\n+const SentimentFa = require('./sentiment/sentiment_fa');\nmodul... | JavaScript | MIT License | axa-group/nlp.js | feat: Sentiment fa | 1 | feat | null |
76,605 | 01.11.2019 12:42:12 | -3,600 | 1febd33640abe592de6ebd32fbbce4fbbc223729 | feat: Sentiment ga | [
{
"change_type": "MODIFY",
"diff": "@@ -26,6 +26,7 @@ const TokenizerGa = require('./tokenizer-ga');\nconst StemmerGa = require('./stemmer-ga');\nconst StopwordsGa = require('./stopwords-ga');\nconst NormalizerGa = require('./normalizer-ga');\n+const SentimentGa = require('./sentiment/sentiment_ga');\nmodul... | JavaScript | MIT License | axa-group/nlp.js | feat: Sentiment ga | 1 | feat | null |
366,920 | 01.11.2019 12:45:42 | -32,400 | 49ef9d7b9fdd827181d50a24f2291fc622e5285d | feat: Change Field component props | [
{
"change_type": "MODIFY",
"diff": "@@ -8,44 +8,43 @@ import { Field } from './Field'\nstoriesOf('Field', module).add('all', () => (\n<List>\n<li>\n- <Field defaultValue=\"string\" label=\"string\" />\n+ <Field label=\"string\" input={{ defaultValue: 'string' }} />\n</li>\n<li>\n- <Field type=\"number\" def... | TypeScript | MIT License | kufu/smarthr-ui | feat: Change Field component props | 1 | feat | null |
76,605 | 01.11.2019 13:02:06 | -3,600 | 60d10454ae5d29e4c8398363bdf5efc0bace2cce | feat: Sentiment uk zh | [
{
"change_type": "MODIFY",
"diff": "@@ -26,6 +26,7 @@ const TokenizerUk = require('./tokenizer-uk');\nconst StemmerUk = require('./stemmer-uk');\nconst StopwordsUk = require('./stopwords-uk');\nconst NormalizerUk = require('./normalizer-uk');\n+const SentimentUk = require('./sentiment/sentiment_uk');\nmodul... | JavaScript | MIT License | axa-group/nlp.js | feat: Sentiment uk zh | 1 | feat | null |
366,918 | 01.11.2019 13:13:52 | -32,400 | e512a4213042241381707d2f380716d8d85639e0 | feat: manage state useing Map object | [
{
"change_type": "MODIFY",
"diff": "@@ -4,11 +4,13 @@ import { InjectedProps, withTheme } from '../../hocs/withTheme'\nconsole.log({ useContext, useCallback })\n+type ExpandedItems = Map<string, string>\n+\ntype Props = InjectedProps & {\nchildren: React.ReactNode\nclassName?: string\nicon?: 'left' | 'right... | TypeScript | MIT License | kufu/smarthr-ui | feat: manage state useing Map object | 1 | feat | null |
304,882 | 01.11.2019 13:22:04 | 25,200 | b177c4d8f5e830ab232e909f4703976848a99bbe | feat(semantic): macros for type inference tests | [
{
"change_type": "MODIFY",
"diff": "@@ -16,6 +16,11 @@ dependencies = [\n\"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)\",\n]\n+[[package]]\n+name = \"approx\"\n+version = \"0.1.1\"\n+source = \"registry+https://github.com/rust-lang/crates.io-index\"\n+\n[[package]]\nname = \"atty\"\... | Go | MIT License | influxdata/flux | feat(semantic): macros for type inference tests | 1 | feat | semantic |
304,882 | 01.11.2019 13:22:42 | 25,200 | f139184de343289236f49afbaec967be3f2254e8 | refactor(semantic/parser): idiomatic rust names | [
{
"change_type": "MODIFY",
"diff": "-use std::{\n- collections::{HashMap, HashSet},\n- iter::Peekable,\n- slice::Iter,\n- str::Chars,\n-};\n+use std::{collections::HashMap, iter::Peekable, slice::Iter, str::Chars};\nuse crate::semantic::types::{Array, Function, Kind, MonoType, PolyType, Property, Row, Tvar}... | Go | MIT License | influxdata/flux | refactor(semantic/parser): idiomatic rust names | 1 | refactor | semantic/parser |
67,494 | 01.11.2019 13:53:02 | -3,600 | a8dcfa450c9dd842aab6c8e339739ae766f9d971 | refactor(router): update same viewport check in viewport instruction | [
{
"change_type": "MODIFY",
"diff": "@@ -159,6 +159,10 @@ export class ViewportInstruction {\n}\npublic sameViewport(other: ViewportInstruction): boolean {\n- return (this.viewport ? this.viewport.name : this.viewportName) === (other.viewport ? other.viewport.name : other.viewportName);\n+ if (this.viewport ... | TypeScript | MIT License | aurelia/aurelia | refactor(router): update same viewport check in viewport instruction | 1 | refactor | router |
67,494 | 01.11.2019 13:54:19 | -3,600 | 142b346de12b5d25b66fa5342e4db48e6b929618 | refactor(router): renamed to appendedViewport & no config routes with siblings | [
{
"change_type": "MODIFY",
"diff": "@@ -113,7 +113,7 @@ export class Router implements IRouter {\npublic activeComponents: ViewportInstruction[] = [];\npublic activeRoute?: IRoute;\n- public addedViewports: ViewportInstruction[] = [];\n+ public appendedInstructions: ViewportInstruction[] = [];\npublic optio... | TypeScript | MIT License | aurelia/aurelia | refactor(router): renamed to appendedViewport & no config routes with siblings | 1 | refactor | router |
67,494 | 01.11.2019 13:59:12 | -3,600 | 066e98121d35441ad15a1d940d337ea6ad423b7f | test(router): re-activate sibling tests | [
{
"change_type": "MODIFY",
"diff": "@@ -341,7 +341,7 @@ describe('Router', function () {\nawait tearDown();\n});\n- xit('cancels if not child canLeave', async function () {\n+ it('cancels if not child canLeave', async function () {\nthis.timeout(5000);\nconst { scheduler, host, router, tearDown } = await se... | TypeScript | MIT License | aurelia/aurelia | test(router): re-activate sibling tests | 1 | test | router |
679,913 | 01.11.2019 14:38:42 | 0 | 810b7ea3db4e6b4bc85c163b31020a05cee8af67 | refactor(ecs): use intersectionR for Group.addExisting(), update deps | [
{
"change_type": "MODIFY",
"diff": "\"@thi.ng/checks\": \"^2.4.0\",\n\"@thi.ng/dcons\": \"^2.1.5\",\n\"@thi.ng/soa\": \"^0.0.1\",\n+ \"@thi.ng/transducers\": \"^5.4.5\",\n\"@thi.ng/vectors\": \"^3.3.1\"\n},\n\"keywords\": [\n",
"new_path": "packages/ecs/package.json",
"old_path": "packages/ecs/packa... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(ecs): use intersectionR for Group.addExisting(), update deps | 1 | refactor | ecs |
865,926 | 01.11.2019 14:39:03 | -3,600 | 9d8301c9818ac94df8f3d35f5f9f6aae0cd32ccd | fix(deploy): correctly attach click listener
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -228,7 +228,7 @@ export default class DeploymentDetailsModal extends React.PureComponent {\n<button\ntype=\"button\"\nclassName=\"toggle-details\"\n- onClick={ !values['tenantId'] && this.toggleDetails }\n+ onClick={ !values['tenantId'] ? this.toggleDetails : undefined... | JavaScript | MIT License | camunda/camunda-modeler | fix(deploy): correctly attach click listener
Closes #1569 | 1 | fix | deploy |
815,770 | 01.11.2019 14:46:29 | -3,600 | 048ef7309b398ca7732b18deecee40a0cd7e01dd | feat: expose DropdownPosition type | [
{
"change_type": "MODIFY",
"diff": "* Public API Surface of ng-select\n*/\n-export { NgSelectComponent, SELECTION_MODEL_FACTORY } from './lib/ng-select.component';\n+export { DropdownPosition, NgSelectComponent, SELECTION_MODEL_FACTORY } from './lib/ng-select.component';\nexport { NgSelectModule } from './l... | TypeScript | MIT License | ng-select/ng-select | feat: expose DropdownPosition type (#1400) | 1 | feat | null |
679,913 | 01.11.2019 14:51:14 | 0 | 058b9d38a1fe25ee4e09dde1ed3f9a52831a4769 | feat(associative): add reducer versions of difference, intersection, union | [
{
"change_type": "MODIFY",
"diff": "+import { reduce, Reducer } from \"@thi.ng/transducers\";\nimport { into } from \"./into\";\n-import { copy, empty } from \"./utils\";\n+import { copy, empty, ensureSet } from \"./utils\";\n/**\n* Computes the difference of sets `a - b` and writes results to new set\n@@ -... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(associative): add reducer versions of difference, intersection, union | 1 | feat | associative |
866,394 | 01.11.2019 15:01:39 | 14,400 | c93fe404104971558d5b15805785272ceac92c18 | feat(masthead): flag to open masthead search by default, multiple fixes | [
{
"change_type": "MODIFY",
"diff": "REACT_STORYBOOK_SOURCEMAPS=<Boolean to turn on/off sourcemaps in storybook>\n+# Search Redirect\n+SEARCH_REDIRECT_ENDPOINT=<endpoint for ibm.com search, e.g. https://www.ibm.com/search>\n+\n# Search Typeahead\nSEARCH_TYPEAHEAD_VERSION=v1\nSEARCH_TYPEAHEAD_HOST=<host for i... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | feat(masthead): flag to open masthead search by default, multiple fixes (#592) | 1 | feat | masthead |
67,507 | 01.11.2019 15:10:29 | -3,600 | 0fabdee794cb92ea29b69a1c0bcf76c0d773b20b | fix(runtime): remove stray semicolon triggering Terser error | [
{
"change_type": "MODIFY",
"diff": "@@ -42,7 +42,7 @@ export class PropertyBinding implements IPartialConnectableBinding {\npublic id!: number;\npublic $state: State = State.none;\npublic $lifecycle: ILifecycle;\n- public $scope?: IScope = void 0;;\n+ public $scope?: IScope = void 0;\npublic part?: string;\... | TypeScript | MIT License | aurelia/aurelia | fix(runtime): remove stray semicolon triggering Terser error | 1 | fix | runtime |
401,147 | 01.11.2019 15:28:31 | -19,080 | 0847c0d3494297aef2213bc75871bf88d739ba14 | docs(core): update avatar doc
affects: | [
{
"change_type": "MODIFY",
"diff": "-import { withKnobs, select, color } from '@storybook/addon-knobs';\n+import { select, color } from '@storybook/addon-knobs';\nimport { Avatar } from './Avatar.tsx';\n-import { AvatarTheme, defaultTheme } from '@medly-components/theme';\n+import { defaultTheme } from '@me... | TypeScript | MIT License | medly/medly-components | docs(core): update avatar doc
affects: @medly-components/core | 1 | docs | core |
503,945 | 01.11.2019 15:28:58 | 14,400 | 70f2a0a86fb2c9ea37021291bdb3b25d1217508a | chore(package): Bump versions to 2.40.6 | [
{
"change_type": "MODIFY",
"diff": "\"develop\": \"yarn build:babel:esm --skip-initial-build --watch --verbose --source-maps\"\n},\n\"dependencies\": {\n- \"@patternfly/patternfly\": \"2.40.4\",\n+ \"@patternfly/patternfly\": \"2.40.6\",\n\"@patternfly/react-core\": \"^3.120.4\",\n\"@patternfly/react-styles... | TypeScript | MIT License | patternfly/patternfly-react | chore(package): Bump @patternfly/patternfly versions to 2.40.6 (#3256) | 1 | chore | package |
866,390 | 01.11.2019 15:32:46 | 14,400 | e8a3ad134186b8b8bfdc321e2e8ec3c7e27b6b7d | fix: layout and sass update to align with new specs | [
{
"change_type": "MODIFY",
"diff": "@@ -43,8 +43,10 @@ const SimpleLongForm = ({ title, copy, linkType, border, link }) =>\n<div className={`${prefix}--simplelongform__container`}>\n<div className={`${prefix}--simplelongform__row`}>\n<div className={`${prefix}--simplelongform__col`}>\n+ <div className={`${p... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix: layout and sass update to align with new specs | 1 | fix | null |
866,390 | 01.11.2019 15:44:28 | 14,400 | 5f05714f63b5cafe53089fca7fbf15316b77f02b | fix: card types updated to icon-link & card-link | [
{
"change_type": "MODIFY",
"diff": "@@ -73,13 +73,11 @@ const renderLink = (type, data) => {\n<CardLink\ntitle={data.text}\nhref={data.href}\n- target={data.target === 'blank' ? '_blank' : '_self'}\n+ target={data.target}\nicon={<ArrowRight20 />}\n/>\n) : type === 'iconLink' ? (\n- <LinkWithIcon\n- href={da... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix: card types updated to icon-link & card-link | 1 | fix | null |
104,827 | 01.11.2019 15:56:18 | 18,000 | 7ce9287a01c98c554d10bf74e3617683849ae9ff | fix(pagewizard): use proper callback for submit | [
{
"change_type": "MODIFY",
"diff": "@@ -35,7 +35,7 @@ const PageWizardStep = ({ children, onValidate = () => true, ...other }) => (\n</Button>\n) : (\n<Button\n- onClick={() => onValidate() && other.onNext()}\n+ onClick={() => onValidate() && other.onSubmit()}\ndisabled={other.nextDisabled}\nloading={other.... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(pagewizard): use proper callback for submit | 1 | fix | pagewizard |
366,920 | 01.11.2019 16:00:11 | -32,400 | 0f7ece20bfa11519eafbe42cf30b799ff330023f | chore(deps-dev): Update yarn.lock | [
{
"change_type": "MODIFY",
"diff": "resolved \"https://registry.yarnpkg.com/@types/jest-diff/-/jest-diff-20.0.1.tgz#35cc15b9c4f30a18ef21852e255fdb02f6d59b89\"\nintegrity sha512-yALhelO3i0hqZwhjtcr6dYyaLoCHbAMshwtj6cGxTvHZAKXHsYGdff6E8EPw3xLKY0ELUTQ69Q1rQiJENnccMA==\n-\"@types/jest@^24.0.12\":\n- version \"2... | TypeScript | MIT License | kufu/smarthr-ui | chore(deps-dev): Update yarn.lock | 1 | chore | deps-dev |
76,605 | 01.11.2019 16:01:35 | -3,600 | e92458b34514adbf6d13336e452a9136e25db3c1 | feat: Exposing sentiment from the lang all | [
{
"change_type": "MODIFY",
"diff": "const {\nLangAr,\nNormalizerAr,\n+ SentimentAr,\nStemmerAr,\nStopwordsAr,\nTokenizerAr,\n@@ -31,6 +32,7 @@ const {\nconst {\nLangBn,\nNormalizerBn,\n+ SentimentBn,\nStemmerBn,\nStopwordsBn,\nTokenizerBn,\n@@ -38,6 +40,7 @@ const {\nconst {\nLangCa,\nNormalizerCa,\n+ Senti... | JavaScript | MIT License | axa-group/nlp.js | feat: Exposing sentiment from the lang all | 1 | feat | null |
815,590 | 01.11.2019 16:01:42 | -28,800 | 3c2e4f633ba24b357315ebbf2033f1410e49ffdf | feat: do not ban relayer when tx cycles exceeds max tx verify cycles | [
{
"change_type": "MODIFY",
"diff": "@@ -56,6 +56,7 @@ pub fn run(args: RunArgs, version: Version) -> Result<(), ExitCode> {\nchain_controller.clone(),\nArc::clone(&sync_shared_state),\nargs.config.tx_pool.min_fee_rate,\n+ args.config.tx_pool.max_tx_verify_cycles,\n);\nlet net_timer = NetTimeProtocol::defaul... | Rust | MIT License | nervosnetwork/ckb | feat: do not ban relayer when tx cycles exceeds max tx verify cycles | 1 | feat | null |
866,390 | 01.11.2019 16:02:49 | 14,400 | e99f40bc61bdf96df3d938bae31de0a29d72d78a | fix: sass readme update | [
{
"change_type": "MODIFY",
"diff": "@@ -13,25 +13,23 @@ Import the package css into the top of your main CSS file.\nUse these modifiers with `.bx--simplelongform` class.\n| Class | Description |\n-| ----------------------------- | --------------------------------------------------- |\n-| `.bx--simplelongfor... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix: sass readme update | 1 | fix | null |
104,827 | 01.11.2019 16:05:02 | 18,000 | 6fa829d1d6f68c1409285e6fe23de2df1bda8621 | fix(exports): export ListCard and StatefulPageWizard | [
{
"change_type": "MODIFY",
"diff": "@@ -55,6 +55,8 @@ export {\n} from './constants/LayoutConstants';\nexport { findMatchingThresholds } from './components/TableCard/TableCard';\n+// Experimental\n+export ListCard from './components/ListCard/ListCard';\nexport {\nPageWizard,\nPageWizardStep,\n@@ -63,6 +65,7... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(exports): export ListCard and StatefulPageWizard | 1 | fix | exports |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.