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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
471,583 | 30.04.2019 11:32:02 | 14,400 | d45088b42b2a847eb52d57a77f880c9db8f492a6 | chore(semantic-dom-diff): correcting readme's ignoreAttributes | [
{
"change_type": "MODIFY",
"diff": "@@ -185,13 +185,13 @@ it('renders correctly', async () => {\n// ignore id attributes on input elements\nexpect(el).dom.to.equal('<div>Hey</div>', {\nignoreAttributes: [\n- { tags: ['input'], attributs: ['id'] }\n+ { tags: ['input'], attributes: ['id'] }\n]\n});\nexpect(el... | JavaScript | MIT License | open-wc/open-wc | chore(semantic-dom-diff): correcting readme's ignoreAttributes (#413) | 1 | chore | semantic-dom-diff |
791,834 | 30.04.2019 11:39:00 | 25,200 | f3b7429019883e811e6f07f78f36e9eb25cb76f6 | core(lightwallet): stricter verification of budget types | [
{
"change_type": "MODIFY",
"diff": "@@ -43,7 +43,7 @@ describe('Budget', () => {\n{\nmetric: 'first-contentful-paint',\nbudget: 1000,\n- tolerance: 500,\n+ // tolerance is optional, so not defined here.\n},\n],\n},\n@@ -74,55 +74,103 @@ describe('Budget', () => {\n// Sets timings correctly\nassert.equal(bud... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(lightwallet): stricter verification of budget types (#8727) | 1 | core | lightwallet |
304,866 | 30.04.2019 13:00:36 | 25,200 | a3ae0c0e1ad245a62cbde15962a07614fe446a02 | refactor: add runtime errors to flux.Statistics
Also make the controller append any runtime errors to stats. | [
{
"change_type": "MODIFY",
"diff": "@@ -282,6 +282,7 @@ func (c *Controller) executeQuery(q *Query) {\nq.alloc.Limit = func(v int64) *int64 { return &v }(c.memoryBytesQuotaPerQuery)\nexec, err := q.program.Start(ctx, q.alloc)\nif err != nil {\n+ q.addRuntimeError(err)\nq.setErr(err)\nreturn\n}\n@@ -365,6 +3... | Go | MIT License | influxdata/flux | refactor: add runtime errors to flux.Statistics (#1227)
Also make the controller append any runtime errors to stats. | 1 | refactor | null |
603,467 | 30.04.2019 13:01:26 | -3,600 | 0d4faab9ca7e6b21b48d1a0ef3132e3269d84133 | test(protractor): Added more tests demonstrating the usage of Browser.log | [
{
"change_type": "MODIFY",
"diff": "import { expect, stage } from '@integration/testing-tools';\n-import { Ensure, equals } from '@serenity-js/assertions';\n+import { containAtLeastOneItemThat, Ensure, equals, includes, property } from '@serenity-js/assertions';\nimport { LogicError } from '@serenity-js/cor... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | test(protractor): Added more tests demonstrating the usage of Browser.log | 1 | test | protractor |
791,690 | 30.04.2019 13:32:55 | 18,000 | 2350dd917f7e940fa421fd1e4bc4599d832e5687 | tests: add smoketest to capture microtask regression | [
{
"change_type": "MODIFY",
"diff": "@@ -26,6 +26,7 @@ before_script:\n# see comment above about puppeteer\n- export CHROME_PATH=\"$(which google-chrome-stable)\"\n- sh -e /etc/init.d/xvfb start\n+ # Print out the Chrome version so we know what we're working with\n- google-chrome-stable --version\n- yarn bui... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests: add smoketest to capture microtask regression (#8379) | 1 | tests | null |
815,609 | 30.04.2019 13:45:22 | -28,800 | 8577fbdfe8ee7c57a05bd08f5670e49462f61f48 | chore: fix version of ckb-app-config, bump to v0.11.0-pre | [
{
"change_type": "MODIFY",
"diff": "@@ -304,7 +304,7 @@ name = \"ckb\"\nversion = \"0.11.0-pre\"\ndependencies = [\n\"build-info 0.11.0-pre\",\n- \"ckb-app-config 0.9.0-pre\",\n+ \"ckb-app-config 0.11.0-pre\",\n\"ckb-chain 0.11.0-pre\",\n\"ckb-chain-spec 0.11.0-pre\",\n\"ckb-core 0.11.0-pre\",\n@@ -340,7 +3... | Rust | MIT License | nervosnetwork/ckb | chore: fix version of ckb-app-config, bump to v0.11.0-pre | 1 | chore | null |
273,683 | 30.04.2019 13:45:45 | -7,200 | a9042b0c1c2286ff1caa7ea9a821bdd29a6b7587 | feat(pages): create managed pages | [
{
"change_type": "MODIFY",
"diff": "const path = require('path')\nconst fs = require('fs-extra')\nconst isUrl = require('is-url')\n+const Events = require('./Events')\nconst Codegen = require('./codegen')\nconst autoBind = require('auto-bind')\nconst merge = require('webpack-merge')\n@@ -14,7 +15,7 @@ const... | JavaScript | MIT License | gridsome/gridsome | feat(pages): create managed pages | 1 | feat | pages |
791,783 | 30.04.2019 13:57:30 | 14,400 | 8537a47b8fabf78a1e29400f2b511ec79d8e2ec5 | core(lightwallet): add resource-summary computed artifact | [
{
"change_type": "ADD",
"diff": "+/**\n+ * @license Copyright 2019 Google Inc. All Rights Reserved.\n+ * Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/L... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(lightwallet): add resource-summary computed artifact (#8709) | 1 | core | lightwallet |
815,595 | 30.04.2019 14:05:59 | -28,800 | 83ed5c8736d348466d3b6e35f770066dc394ce27 | feat: Log relayer try_process error | [
{
"change_type": "MODIFY",
"diff": "@@ -38,15 +38,15 @@ impl<'a, CS: ChainStore> BlockTransactionsProcess<'a, CS> {\n.lock()\n.remove(&block_hash)\n{\n- let transactions: Result<Vec<Transaction>, FailureError> =\n+ let transactions: Vec<Transaction> =\nFlatbuffersVectorIterator::new(cast!(self.message.trans... | Rust | MIT License | nervosnetwork/ckb | feat: Log relayer try_process error | 1 | feat | null |
791,760 | 30.04.2019 14:24:12 | 25,200 | d574377286133f82bfaad6623a61d07dd4aaecb4 | clients(lr): revert Lightrider timings applied to NetworkRequests
This reverts commit | [
{
"change_type": "MODIFY",
"diff": "@@ -428,41 +428,8 @@ class NetworkRequest {\nreturn;\n}\n- // Init timing.\n- this.timing = {\n- requestTime: this.startTime,\n- proxyStart: -1,\n- proxyEnd: -1,\n- dnsStart: -1,\n- dnsEnd: -1,\n- connectStart: -1,\n- connectEnd: -1,\n- sslStart: -1,\n- sslEnd: -1,\n- wor... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | clients(lr): revert Lightrider timings applied to NetworkRequests (#8752)
This reverts commit ca1731aba7df31b16f68abc0de23f9fffac38efd. | 1 | clients | lr |
815,590 | 30.04.2019 14:31:37 | -28,800 | 55a9cb87bf4b5c4c9470afda1dc0032ffbe8456c | refactor: avoid locking on read | [
{
"change_type": "MODIFY",
"diff": "@@ -5,7 +5,7 @@ use lru_cache::LruCache;\nuse std::ops::Range;\nuse std::sync::Arc;\n-type CacheTable = FnvHashMap<Col, LruCache<Vec<u8>, Vec<u8>>>;\n+type CacheTable = FnvHashMap<Col, Mutex<LruCache<Vec<u8>, Vec<u8>>>>;\npub type CacheCols = (u32, usize);\nenum BatchOper... | Rust | MIT License | nervosnetwork/ckb | refactor: avoid locking on read | 1 | refactor | null |
815,573 | 30.04.2019 14:33:16 | -28,800 | c9d78b44c6b3887f5d1adfc7448a19932c98b092 | perf: Improve relay tx by hash performance | [
{
"change_type": "MODIFY",
"diff": "@@ -40,9 +40,11 @@ use lru_cache::LruCache;\nuse numext_fixed_hash::H256;\nuse std::collections::HashSet;\nuse std::sync::Arc;\n-use std::time::Duration;\n+use std::time::{Duration, Instant};\npub const TX_PROPOSAL_TOKEN: u64 = 0;\n+pub const ASK_FOR_TXS_TOKEN: u64 = 1;\n... | Rust | MIT License | nervosnetwork/ckb | perf: Improve relay tx by hash performance | 1 | perf | null |
127,939 | 30.04.2019 14:46:46 | -10,800 | 9ab1e4548af9557c811ce9254c52b60d6d1cf63e | chore(user-portal): get rem value from pixels | [
{
"change_type": "MODIFY",
"diff": "@@ -28,11 +28,11 @@ const Nav = styled.nav(() => [\nwidth: '100%',\nposition: 'fixed',\ntop: 0,\n- height: '12rem',\n+ height: rem(192),\nzIndex: 2,\nbackgroundColor: colors.neutral[90],\n[mq(breakpoints.large)]: {\n- height: '10rem',\n+ height: rem(160),\n},\n},\n]);\n",... | TypeScript | MIT License | coingaming/moon-design | chore(user-portal): get rem value from pixels | 1 | chore | user-portal |
104,818 | 30.04.2019 14:50:02 | -7,200 | 0d9b4c534ddb9141ae86d21dc13e9568cb0cfc06 | chore(carbon-icons): upgrade carbon icons to latest | [
{
"change_type": "MODIFY",
"diff": "\"@babel/preset-react\": \"^7.0.0\",\n\"@babel/runtime\": \"^7.0.0\",\n\"@carbon/icons\": \"^10.1.0\",\n- \"@carbon/icons-react\": \"^0.0.1-alpha.12\",\n+ \"@carbon/icons-react\": \"^10.1.1\",\n\"@commitlint/cli\": \"^7.2.1\",\n\"@commitlint/config-conventional\": \"^7.1.... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(carbon-icons): upgrade carbon icons to latest | 1 | chore | carbon-icons |
503,933 | 30.04.2019 14:55:52 | 14,400 | 444b0243105fd9a5066e95c83034a9f457dd2490 | fix(ApplicationLauncher): fix rename ariaHasPopup attribute to aria-haspopup | [
{
"change_type": "MODIFY",
"diff": "@@ -78,7 +78,7 @@ class ApplicationLauncher extends React.Component {\nid: randomId,\nisOpen,\nisPlain: true,\n- ariaHasPopup: true,\n+ 'aria-haspopup': true,\nonEnter: this.onEnter\n})\n)}\n",
"new_path": "packages/patternfly-4/react-core/src/components/ApplicationLa... | TypeScript | MIT License | patternfly/patternfly-react | fix(ApplicationLauncher): fix rename ariaHasPopup attribute to aria-haspopup (#1880)
#1846 | 1 | fix | ApplicationLauncher |
104,818 | 30.04.2019 15:17:50 | -7,200 | c261354582f431363ed0cee22cb86291bd85aa5d | fix(table): remove unnecessary classname qualification | [
{
"change_type": "MODIFY",
"diff": "@@ -27,11 +27,9 @@ import TableBody from './TableBody/TableBody';\nconst { Table: CarbonTable, TableContainer } = DataTable;\nconst StyledTableDiv = styled.div`\n- &&& {\n.bx--data-table-v2-container {\nmin-width: unset;\n}\n- }\n`;\nconst StyledPagination = sizeMe({ noPl... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): remove unnecessary classname qualification | 1 | fix | table |
815,579 | 30.04.2019 15:24:05 | -28,800 | 425067ec44dd093dacf6d4076996da37f8507e1a | perf(sync): use last header as base to avoid scan from tip. | [
{
"change_type": "MODIFY",
"diff": "@@ -386,7 +386,7 @@ impl<CS: ChainStore> SyncSharedState<CS> {\nlet mut step = 1;\nlet mut locator = Vec::with_capacity(32);\nlet mut index = start.number();\n- let base = start.hash();\n+ let mut base = start.hash();\nloop {\nlet header = self\n.get_ancestor(&base, index... | Rust | MIT License | nervosnetwork/ckb | perf(sync): use last header as base to avoid scan from tip. | 1 | perf | sync |
791,690 | 30.04.2019 15:24:47 | 18,000 | ad1e2ca5f38f35f5a43d7d38f0a6a9f84c1504fe | misc: rename release scripts properly | [
{
"change_type": "RENAME",
"diff": "",
"new_path": "lighthouse-core/scripts/release/clean-pristine.sh",
"old_path": "lighthouse-core/scripts/release/publish-clean-pristine.sh"
},
{
"change_type": "RENAME",
"diff": "",
"new_path": "lighthouse-core/scripts/release/prepare-commit.sh",
... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc: rename release scripts properly (#8751) | 1 | misc | null |
815,573 | 30.04.2019 16:04:48 | -28,800 | ea29feb93874e57df3712645625aeefa76e90634 | feat: Use DNS txt records for peer address seeding | [
{
"change_type": "MODIFY",
"diff": "@@ -526,19 +526,24 @@ dependencies = [\nname = \"ckb-network\"\nversion = \"0.11.0-pre\"\ndependencies = [\n+ \"bs58 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"ckb-util 0.1... | Rust | MIT License | nervosnetwork/ckb | feat: Use DNS txt records for peer address seeding | 1 | feat | null |
217,922 | 30.04.2019 16:21:36 | -7,200 | 896715cb5d03dad471d81a46164f9ba871e59b62 | feat(simulator): new rotation tip: byregot's brow instead of blessing when at 5 IQ stacks | [
{
"change_type": "MODIFY",
"diff": "@@ -17,6 +17,7 @@ import { UseDurabilityRestorationLater } from './tips/use-durability-restoration\nimport { UsePatientTouchFaster } from './tips/use-patient-touch-faster';\nimport { UseAdvancedTouchInstead } from './tips/use-advanced-touch-instead';\nimport { DoNotOverla... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(simulator): new rotation tip: byregot's brow instead of blessing when at 5 IQ stacks | 1 | feat | simulator |
815,573 | 30.04.2019 16:25:04 | -28,800 | 168b302c20973b647576dca4a43ed9953fd7e3dc | feat: Add tx_pool_info RPC | [
{
"change_type": "MODIFY",
"diff": "@@ -484,6 +484,32 @@ echo '{\n}\n```\n+### tx_pool_info\n+\n+Return the transaction pool information\n+\n+#### Examples\n+\n+``` bash\n+curl -H 'content-type:application/json' \\\n+ -d '{\"params\": [], \"method\": \"tx_pool_info\", \"jsonrpc\": \"2.0\", \"id\": 2}' \\\n+... | Rust | MIT License | nervosnetwork/ckb | feat: Add tx_pool_info RPC | 1 | feat | null |
503,965 | 30.04.2019 16:27:13 | 14,400 | efa61427d8d488e48f6afb057e6d023fcc6b77aa | build(travis): fix async deploy problems | [
{
"change_type": "MODIFY",
"diff": "@@ -27,7 +27,7 @@ git commit --amend --no-edit --no-verify\n# any versions not present in the registry will be published\nif npx lerna publish from-package --no-git-tag-version --no-push --yes ; then\n# Undo that last amended commit locally, because we don't actually want... | TypeScript | MIT License | patternfly/patternfly-react | build(travis): fix async deploy problems (#1883) | 1 | build | travis |
815,598 | 30.04.2019 16:29:14 | -28,800 | e217ae546a5287a255e343b84ef1f410181ec4f5 | feat: block proposals len and total size verifier | [
{
"change_type": "MODIFY",
"diff": "@@ -96,6 +96,21 @@ impl Block {\n.collect::<Vec<_>>(),\n)\n}\n+\n+ pub fn serialized_size(&self, proof_size: usize) -> usize {\n+ Header::serialized_size(proof_size)\n+ + self\n+ .uncles\n+ .iter()\n+ .map(|u| u.serialized_size(proof_size))\n+ .sum::<usize>()\n+ + self.pr... | Rust | MIT License | nervosnetwork/ckb | feat: block proposals len and total size verifier | 1 | feat | null |
815,609 | 30.04.2019 16:47:23 | -28,800 | 851e6980433182fa148d627c1bbbd3508cb5edee | style: use `to_owned()` to instead of `clone()`
Just run `sed -i "s/hash().clone()/hash().to_owned()/g" $(grep -rl 'hash().clone()' [a-zA-Z]*)`.
Structs with ownership can not call `to_owned()`, so I can classify useful `clone()` and useless
`clone()` clearly. | [
{
"change_type": "MODIFY",
"diff": "@@ -352,7 +352,7 @@ impl<CS: ChainStore + 'static> ChainService<CS> {\n.shared\n.block(&index.hash)\n.expect(\"block data stored before alignment_fork\");\n- index.forward(new_block.header().parent_hash().clone());\n+ index.forward(new_block.header().parent_hash().to_owne... | Rust | MIT License | nervosnetwork/ckb | style: use `to_owned()` to instead of `clone()`
Just run `sed -i "s/hash().clone()/hash().to_owned()/g" $(grep -rl 'hash().clone()' [a-zA-Z]*)`.
Structs with ownership can not call `to_owned()`, so I can classify useful `clone()` and useless
`clone()` clearly. | 1 | style | null |
815,573 | 30.04.2019 17:03:12 | -28,800 | ad5090477fc6bcadd67ee0400e308534e262f4e3 | chore(network): Load seeds config from an optional dns_seeds field | [
{
"change_type": "MODIFY",
"diff": "@@ -20,12 +20,14 @@ pub struct NetworkConfig {\npub max_outbound_peers: u32,\n#[serde(default)]\npub path: PathBuf,\n+ #[serde(default)]\n+ pub dns_seeds: Vec<String>,\npub ping_interval_secs: u64,\npub ping_timeout_secs: u64,\npub connect_outbound_interval_secs: u64,\npu... | Rust | MIT License | nervosnetwork/ckb | chore(network): Load seeds config from an optional dns_seeds field | 1 | chore | network |
471,480 | 30.04.2019 17:31:01 | -7,200 | 6bdf5298b9488d68bfa4387ffd9ec64a24591e2c | fix(building-webpack): Solve issue where preload links had comma's between them. | [
{
"change_type": "MODIFY",
"diff": "@@ -211,7 +211,7 @@ module.exports = class LegacyBrowserWebpackPlugin {\nconst preloadLinks = this.entries.modern.map(\nsrc => `<link rel=\"preload\" href=\"${src}\" as=\"script\">`,\n);\n- data.html = data.html.replace('</head>', `${preloadLinks}</head>`);\n+ data.html =... | JavaScript | MIT License | open-wc/open-wc | fix(building-webpack): Solve issue where preload links had comma's between them. (#411) | 1 | fix | building-webpack |
815,573 | 30.04.2019 17:44:07 | -28,800 | b1c2e803ce641eb48e3d538889d61cb9ef1b5f5e | fix: Stop ask for transactions when initial block download | [
{
"change_type": "MODIFY",
"diff": "@@ -35,7 +35,7 @@ use failure::Error as FailureError;\nuse faketime::unix_time_as_millis;\nuse flatbuffers::FlatBufferBuilder;\nuse fnv::{FnvHashMap, FnvHashSet};\n-use log::{debug, info};\n+use log::{debug, info, trace};\nuse lru_cache::LruCache;\nuse numext_fixed_hash::... | Rust | MIT License | nervosnetwork/ckb | fix: Stop ask for transactions when initial block download | 1 | fix | null |
217,922 | 30.04.2019 17:58:08 | -7,200 | 9050f694225dd21c7129878f9829578e99164968 | feat(desktop): closing the app now properly closes all the opened overlays | [
{
"change_type": "MODIFY",
"diff": "@@ -100,6 +100,9 @@ function createWindow() {\n// Event when the window is closed.\nwin.on('closed', function() {\nwin = null;\n+ Object.keys(openedOverlays).forEach(key => {\n+ openedOverlays[key].close();\n+ });\n});\nwin.once('ready-to-show', () => {\n",
"new_path"... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(desktop): closing the app now properly closes all the opened overlays | 1 | feat | desktop |
273,683 | 30.04.2019 18:42:10 | -7,200 | 4e54c5c566d68170e9e3ad63f142dcd41fa2fb03 | fix(graphql): do not camelCase field names automatically | [
{
"change_type": "MODIFY",
"diff": "@@ -586,56 +586,6 @@ test('should get values from object fields', async () => {\nexpect(data.testPost.myObject.otherObject.value).toEqual('test2')\n})\n-test('should convert keys to valid field names', async () => {\n- const contentType = api.store.addContentType({\n- typ... | JavaScript | MIT License | gridsome/gridsome | fix(graphql): do not camelCase field names automatically (#351) | 1 | fix | graphql |
791,704 | 30.04.2019 19:04:23 | 25,200 | e613ba43d5e84c1282d3aed3deab623285d639a2 | report(redesign): add toggle control to show metric descriptions | [
{
"change_type": "MODIFY",
"diff": "@@ -122,10 +122,16 @@ class PerformanceCategoryRenderer extends CategoryRenderer {\nelement.appendChild(this.renderCategoryHeader(category, groups));\n}\n- // Metrics\n+ // Metrics.\nconst metricAudits = category.auditRefs.filter(audit => audit.group === 'metrics');\ncons... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report(redesign): add toggle control to show metric descriptions (#8661) | 1 | report | redesign |
76,605 | 30.04.2019 19:21:25 | -7,200 | 2ed0187b0c69bce1677d48b02cf0441964b75a87 | fix: identify japanese top level script | [
{
"change_type": "MODIFY",
"diff": "@@ -179,8 +179,13 @@ class Language {\n}\nconst value = srcValue.substr(0, 2048);\nconst script = Language.getTopScript(value);\n- if (!(script[0] in data)) {\n- return script[1] === 0 ? und() : [[script[0], 1]];\n+ if (!(script[0] in data) && script[1] > 0.5) {\n+ if (se... | JavaScript | MIT License | axa-group/nlp.js | fix: identify japanese top level script | 1 | fix | null |
76,605 | 30.04.2019 19:22:11 | -7,200 | eb778f915d0215e05bc32d9ecf893a4f30ed800b | build: add kuromoji dependency | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"node-nlp\",\n- \"version\": \"3.0.0\",\n+ \"version\": \"3.0.3\",\n\"lockfileVersion\": 1,\n\"requires\": true,\n\"dependencies\": {\n\"version\": \"2.6.2\",\n\"resolved\": \"https://registry.npmjs.org/async/-/async-2.6.2.tgz\",\n\"integrity\": \"sha512-H1q... | JavaScript | MIT License | axa-group/nlp.js | build: add kuromoji dependency | 1 | build | null |
76,605 | 30.04.2019 19:22:42 | -7,200 | a79c83063c7448ee9fc5ead7711f2ecd2f2ad7f7 | fix: Fix stopwords in natural japanese stemmer | [
{
"change_type": "MODIFY",
"diff": "@@ -63,7 +63,7 @@ StemmerJa.prototype.tokenizeAndStem = function(text, keepStops) {\n});\n} else {\ntokens.forEach(function(token) {\n- if (stopwords.indexOf(token) == -1) {\n+ if (stopwords.words.indexOf(token) == -1) {\nvar resultToken = token.toLowerCase();\nresultToke... | JavaScript | MIT License | axa-group/nlp.js | fix: Fix stopwords in natural japanese stemmer | 1 | fix | null |
76,605 | 30.04.2019 19:23:46 | -7,200 | 105a50c072a93b7c0dc3cb29d9d9502780239cfd | fix: Add japanese stemmer to NLP Util | [
{
"change_type": "MODIFY",
"diff": "@@ -38,6 +38,7 @@ const GermanStemmer = require('./stemmers/german-stemmer');\nconst HungarianStemmer = require('./stemmers/hungarian-stemmer');\nconst IrishStemmer = require('./stemmers/irish-stemmer');\nconst ItalianStemmer = require('./stemmers/italian-stemmer');\n+con... | JavaScript | MIT License | axa-group/nlp.js | fix: Add japanese stemmer to NLP Util | 1 | fix | null |
71,615 | 30.04.2019 20:39:14 | -7,200 | c2d43589c3d6f94f6b1cdc15d5d0bba120a1707a | doc(iam): fix typo in CompositePrincipal example | [
{
"change_type": "MODIFY",
"diff": "@@ -78,7 +78,7 @@ The `CompositePrincipal` class can also be used to define complex principals, fo\n```ts\nconst role = new iam.Role(this, 'MyRole', {\nassumedBy: new iam.CompositePrincipal(\n- new iam.ServicePrincipal('ec2.amazonawas.com'),\n+ new iam.ServicePrincipal('e... | TypeScript | Apache License 2.0 | aws/aws-cdk | doc(iam): fix typo in CompositePrincipal example (#2400) | 1 | doc | iam |
71,425 | 30.04.2019 20:45:40 | -7,200 | ed39a8c4c00d5261bf6deb17134ed3f81d75cf63 | feat(codepipeline): allow creation of GitHub Pipelines without source trigger
BREAKING CHANGE: the `pollForSourceChanges` property in `GitHubSourceAction` has been renamed to `trigger`, and its type changed from a `boolean` to an enum. | [
{
"change_type": "MODIFY",
"diff": "@@ -19,7 +19,7 @@ const source = new cpactions.GitHubSourceAction({\nowner: 'awslabs',\nrepo: 'aws-cdk',\noauthToken: cdk.SecretValue.plainText('DummyToken'),\n- pollForSourceChanges: true,\n+ trigger: cpactions.GitHubTrigger.Poll,\noutput: sourceOutput,\n});\npipeline.ad... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(codepipeline): allow creation of GitHub Pipelines without source trigger (#2332)
BREAKING CHANGE: the `pollForSourceChanges` property in `GitHubSourceAction` has been renamed to `trigger`, and its type changed from a `boolean` to an enum. | 1 | feat | codepipeline |
815,593 | 30.04.2019 20:49:53 | -32,400 | 0cf0ca9c76f8e7c0d96e756cc045a86a11c4bf19 | chore: Short-circuiting return dead cell | [
{
"change_type": "MODIFY",
"diff": "@@ -246,10 +246,10 @@ fn test_transaction_conflict_in_same_block() {\n.expect(\"process block ok\");\n}\nassert_eq!(\n- SharedError::UnresolvableTransaction(UnresolvableError::Dead(vec![OutPoint {\n+ SharedError::UnresolvableTransaction(UnresolvableError::Dead(OutPoint {\... | Rust | MIT License | nervosnetwork/ckb | chore: Short-circuiting return dead cell | 1 | chore | null |
104,818 | 30.04.2019 21:25:13 | -7,200 | b5ca5a66e4c9b1a345ed4766cafa7aec5efd3a0b | fix(table): remove the duplicate true check | [
{
"change_type": "MODIFY",
"diff": "@@ -290,7 +290,7 @@ const Table = props => {\n);\nconst totalColumns =\nvisibleColumns.length +\n- (options.hasRowSelection === 'multi' || options.hasRowSelection === true ? 1 : 0) +\n+ (options.hasRowSelection === 'multi' ? 1 : 0) +\n(options.hasRowExpansion ? 1 : 0) +\n... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): remove the duplicate true check | 1 | fix | table |
531,793 | 30.04.2019 23:28:56 | -3,600 | e0311da8cfa928b804ef4f088e4a6c4250c023c0 | fix(ui): fix styling of the close icon on filter input button | [
{
"change_type": "MODIFY",
"diff": "@@ -100,17 +100,10 @@ const FilterInputLabel = observer(\n/>\n</TooltipWrapper>\n<span\n- className=\"close ml-1 align-text-bottom cursor-pointer\"\n- style={filter.applied ? cs.style : {}}\n+ className=\"close ml-1 align-text-bottom cursor-pointer text-reset\"\nonClick={... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): fix styling of the close icon on filter input button | 1 | fix | ui |
815,598 | 30.04.2019 23:39:53 | -28,800 | 9827f50b5982634692808412800f53606503a80a | test: unit tests for block size and proposals len | [
{
"change_type": "MODIFY",
"diff": "-use super::super::block_verifier::{BlockVerifier, CellbaseVerifier};\n+use super::super::block_verifier::{\n+ BlockBytesVerifier, BlockProposalsLimitVerifier, BlockVerifier, CellbaseVerifier,\n+};\nuse super::super::error::{CellbaseError, Error as VerifyError};\nuse supe... | Rust | MIT License | nervosnetwork/ckb | test: unit tests for block size and proposals len | 1 | test | null |
815,598 | 01.05.2019 00:29:43 | -28,800 | 9406dff83a03c2410cd6c3cd367d9ac35199a92c | chore: capture error when submit block rpc fails | [
{
"change_type": "MODIFY",
"diff": "@@ -650,6 +650,7 @@ dependencies = [\n\"num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"numext-fixed-hash 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"numext-fixed-uint 0.1.4 (registry+https://github.com/rust-lang/crate... | Rust | MIT License | nervosnetwork/ckb | chore: capture error when submit block rpc fails | 1 | chore | null |
217,922 | 01.05.2019 11:39:45 | -7,200 | 1108f31f8be9425d2750096302ac12fbec5640bd | fix(alarms): fixed an issue with some custom alarms not working properly | [
{
"change_type": "MODIFY",
"diff": "@@ -31,7 +31,7 @@ export class WeatherService {\npublic getWeather(mapId: number, timestamp: number, weatherRate: any): number {\nconst weatherRateValue = this.getWeatherRateValue(timestamp);\n- const match = weatherRate.find(rate => weatherRateValue < rate.rate);\n+ cons... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(alarms): fixed an issue with some custom alarms not working properly | 1 | fix | alarms |
815,573 | 01.05.2019 11:45:53 | -28,800 | c7595b8b4aedc93079be139cec2c20ef15305c77 | perf: Relay transaction body when send transaction from RPC | [
{
"change_type": "MODIFY",
"diff": "@@ -38,15 +38,14 @@ impl<CS: ChainStore + 'static> PoolRpc for PoolRpcImpl<CS> {\n};\nmatch result {\n- Ok(_) => {\n- let tx_hash = tx.hash();\n+ Ok(cycles) => {\nlet fbb = &mut FlatBufferBuilder::new();\n- let message = RelayMessage::build_transaction_hash(fbb, &tx_hash)... | Rust | MIT License | nervosnetwork/ckb | perf: Relay transaction body when send transaction from RPC | 1 | perf | null |
503,970 | 01.05.2019 11:49:58 | 14,400 | 7a85bfb5330b71184b3fd0104fd336882d787e3b | fix(ClickboardCopy): update imports and clean up | [
{
"change_type": "MODIFY",
"diff": "-import { FunctionComponent, HTMLProps, MouseEvent, ReactNode, HTMLDivElement } from 'react';\n-import { OneOf } from '../../typeUtils';\n+import { ClipboardEvent, FunctionComponent, HTMLProps, ReactNode } from 'react';\n+import { OneOf, Omit } from '../../helpers/typeUti... | TypeScript | MIT License | patternfly/patternfly-react | fix(ClickboardCopy): update imports and clean up (#1876) | 1 | fix | ClickboardCopy |
217,922 | 01.05.2019 12:01:32 | -7,200 | f4592bdf28647bd96b434febc26beee1b02b5fcf | chore: small changes to cloud functions | [
{
"change_type": "MODIFY",
"diff": "@@ -36,7 +36,7 @@ function getCompact(list) {\n}\n// Firestore counts\n-exports.firestoreCountlistsCreate = functions.firestore.document('/lists/{uid}').onCreate((snap) => {\n+exports.firestoreCountlistsCreate = functions.firestore.document('/lists/{uid}').onCreate(() => ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: small changes to cloud functions | 1 | chore | null |
76,605 | 01.05.2019 12:11:00 | -7,200 | f43f78a1f3ed8a404509f8cd840b573af729a0e9 | fix: When retraining, new network must be created | [
{
"change_type": "MODIFY",
"diff": "@@ -57,6 +57,7 @@ class BrainClassifier extends Classifier {\n* @param {Object} dataset Dataset with features and outputs.\n*/\nasync trainBatch(dataset) {\n+ this.network = new NeuralNetwork(this.settings.config);\nconst netDataset = [];\ndataset.forEach(item => {\nconst... | JavaScript | MIT License | axa-group/nlp.js | fix: When retraining, new network must be created | 1 | fix | null |
217,922 | 01.05.2019 12:20:19 | -7,200 | 4b77277ed92e2e0c7b642a0774dbb51bf526f7a1 | fix(fishng-log-tracker): fixed an issue with transitions not being shown properly | [
{
"change_type": "MODIFY",
"diff": "@@ -171,6 +171,9 @@ export class FishingLogTrackerComponent extends TrackerComponent implements OnIn\nif (spot.weather) {\nresult.weathers = spot.weather.map(w => this.l12n.getWeatherId(w));\n}\n+ if (spot.transition) {\n+ result.weathersFrom = spot.transition.map(w => th... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(fishng-log-tracker): fixed an issue with transitions not being shown properly | 1 | fix | fishng-log-tracker |
306,385 | 01.05.2019 13:28:20 | -7,200 | dcd7719a0f043086aba10e385e2393aa11ed977d | fix(input-iban): allow formatting empty IBAN model values | [
{
"change_type": "MODIFY",
"diff": "@@ -7,5 +7,9 @@ import { friendlyFormatIBAN } from '@bundled-es-modules/ibantools';\n* @return {string} formatted value\n*/\nexport function formatIBAN(modelValue) {\n+ // defensive code because of ibantools\n+ if (modelValue === '') {\n+ return '';\n+ }\nreturn friendlyF... | JavaScript | MIT License | ing-bank/lion | fix(input-iban): allow formatting empty IBAN model values | 1 | fix | input-iban |
791,690 | 01.05.2019 14:12:49 | 18,000 | ed71c9c36db499ad1a4dcf510ec377799130e21c | report(metrics): replace EIL with MP-FID | [
{
"change_type": "MODIFY",
"diff": "@@ -694,11 +694,11 @@ Object {\n},\nObject {\n\"group\": \"metrics\",\n- \"id\": \"estimated-input-latency\",\n+ \"id\": \"max-potential-fid\",\n\"weight\": 0,\n},\nObject {\n- \"id\": \"max-potential-fid\",\n+ \"id\": \"estimated-input-latency\",\n\"weight\": 0,\n},\nObj... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report(metrics): replace EIL with MP-FID (#8729) | 1 | report | metrics |
815,573 | 01.05.2019 14:16:41 | -28,800 | 34525733c247f0e221bcc8fd8c0e0027bb648cde | fix: Insert into known list when tx in pool | [
{
"change_type": "MODIFY",
"diff": "use crate::relayer::Relayer;\n+use ckb_core::transaction::ProposalShortId;\nuse ckb_network::{CKBProtocolContext, PeerIndex};\nuse ckb_protocol::RelayTransactionHash as FbsRelayTransactionHash;\nuse ckb_store::ChainStore;\n@@ -31,17 +32,34 @@ impl<'a, CS: ChainStore> Tran... | Rust | MIT License | nervosnetwork/ckb | fix: Insert into known list when tx in pool | 1 | fix | null |
815,573 | 01.05.2019 14:17:30 | -28,800 | eb18c63e78b36b0d4a5bf93bf348a3ce0ed28c6a | perf: Do not handle relay tx hash when initial block download | [
{
"change_type": "MODIFY",
"diff": "@@ -31,6 +31,11 @@ impl<'a, CS: ChainStore> TransactionHashProcess<'a, CS> {\n}\npub fn execute(self) -> Result<(), FailureError> {\n+ if self.relayer.shared.is_initial_block_download() {\n+ debug!(target: \"relay\", \"Do not ask for transaction when initial block downloa... | Rust | MIT License | nervosnetwork/ckb | perf: Do not handle relay tx hash when initial block download | 1 | perf | null |
447,440 | 01.05.2019 14:26:50 | 18,000 | fd5ce83feab340b6c3aee4f1b41936284d279915 | docs: fix typo in prop description in the MenuItem component | [
{
"change_type": "MODIFY",
"diff": "@@ -146,7 +146,7 @@ MenuItem.propTypes = {\n]),\n/** If true the menu item is not actionable and is shown as disabled. */\ndisabled: PropTypes.bool,\n- /** The action triggered when the breadcrumb is clicked. */\n+ /** The action triggered when the menu item is clicked. *... | JavaScript | MIT License | nexxtway/react-rainbow | docs: fix typo in prop description in the MenuItem component (#707) | 1 | docs | null |
603,467 | 01.05.2019 14:28:03 | -3,600 | 6716f5f2ab0a2d7c418df052380e6b25900dd5b4 | feat(core): ArtifactArchiver can be instantiated using a convenient factory method | [
{
"change_type": "MODIFY",
"diff": "@@ -170,4 +170,16 @@ describe('ArtifactArchiver', () => {\nexpect(archived.path).to.equal(new Path('scenario-report-b283bd69b0fcd75d754f678ac6685786.json'));\n});\n});\n+\n+ describe('when instantiated using a factory method', () => {\n+ it(`joins the path segments provid... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | feat(core): ArtifactArchiver can be instantiated using a convenient factory method | 1 | feat | core |
603,467 | 01.05.2019 14:28:30 | -3,600 | 172bca20a485a439482ca94def5d96ef71478e9f | chore(core): Code cleanup | [
{
"change_type": "MODIFY",
"diff": "@@ -126,7 +126,7 @@ describe('Stage', () => {\n});\n/** @test {Stage#actor} */\n- it('complains if the Cast does not provide a way to instantiate a given actor', () => {\n+ it('complains if the DressingRoom does not provide a way to instantiate a given actor', () => {\nco... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | chore(core): Code cleanup | 1 | chore | core |
603,467 | 01.05.2019 14:30:08 | -3,600 | e46f7ec90e3061adc994bc0c18f997d9fc5a771a | feat(protractor): Report directory can be configured in protractor.conf.js
Closes | [
{
"change_type": "MODIFY",
"diff": "\"node\": \">= 6.9.x\",\n\"npm\": \">= 3\"\n},\n+ \"dependencies\": {\n+ \"deepmerge\": \"^3.2.0\",\n+ \"is-plain-object\": \"^3.0.0\"\n+ },\n\"peerDependencies\": {\n\"@serenity-js/core\": \"2.x\",\n\"@serenity-js/cucumber\": \"2.x\",\n",
"new_path": "packages/protra... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | feat(protractor): Report directory can be configured in protractor.conf.js
Closes #45 | 1 | feat | protractor |
791,783 | 01.05.2019 14:33:07 | 25,200 | 9323a55b388a9af09d368987095ed1cfacbf89ec | core(lightwallet): add resource-summary audit | [
{
"change_type": "MODIFY",
"diff": "@@ -120,6 +120,9 @@ Object {\nObject {\n\"path\": \"offline-start-url\",\n},\n+ Object {\n+ \"path\": \"resource-summary\",\n+ },\nObject {\n\"path\": \"manual/pwa-cross-browser\",\n},\n@@ -811,6 +814,11 @@ Object {\n\"id\": \"font-display\",\n\"weight\": 0,\n},\n+ Object... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(lightwallet): add resource-summary audit (#8522) | 1 | core | lightwallet |
503,933 | 01.05.2019 14:40:33 | 14,400 | ba2efd5c3e365d15ba04abdb20614fb7906fac84 | docs(Wizard): update the description for the startAtStep prop | [
{
"change_type": "MODIFY",
"diff": "@@ -67,7 +67,7 @@ export interface WizardProps {\nclassName?: string;\n/** The wizard steps configuration object */\nsteps: WizardStep[];\n- /** The current step the wizard at (1 or higher) */\n+ /** The current step the wizard is on (1 or higher)*/\nstartAtStep?: number;... | TypeScript | MIT License | patternfly/patternfly-react | docs(Wizard): update the description for the startAtStep prop (#1904)
#1845 | 1 | docs | Wizard |
791,783 | 01.05.2019 14:49:27 | 25,200 | 6abc48ec9f1e4cca69fc92d77d5c56cc47e7fbaf | report: use gray circle icons for informative audits | [
{
"change_type": "MODIFY",
"diff": "@@ -158,7 +158,10 @@ class CategoryRenderer {\n*/\n_setRatingClass(element, score, scoreDisplayMode) {\nconst rating = Util.calculateRating(score, scoreDisplayMode);\n- element.classList.add(`lh-audit--${rating}`, `lh-audit--${scoreDisplayMode.toLowerCase()}`);\n+ element... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report: use gray circle icons for informative audits (#8763) | 1 | report | null |
603,467 | 01.05.2019 14:54:38 | -3,600 | f30647bfb23288190d1690af58897ed502422fee | refactor(assertions): Renamed 'contains' to 'contain' to make it consistent with its description | [
{
"change_type": "MODIFY",
"diff": "@@ -2,29 +2,29 @@ import 'mocha';\nimport { expect, stage } from '@integration/testing-tools';\nimport { AssertionError } from '@serenity-js/core';\n-import { contains, Ensure } from '../../src';\n+import { contain, Ensure } from '../../src';\n-describe('contains', () => ... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | refactor(assertions): Renamed 'contains' to 'contain' to make it consistent with its description | 1 | refactor | assertions |
503,951 | 01.05.2019 15:27:51 | 14,400 | 22e74aca0dfd82ac0ca1031c4969ee98f2292b38 | fix(styles): update layout styles for layouts | [
{
"change_type": "RENAME",
"diff": "@@ -5,6 +5,7 @@ section: 'layouts'\n---\nimport { Bullseye } from '@patternfly/react-core';\n+import './bullseye.scss';\n## Simple bullseye layout\n```js\n",
"new_path": "packages/patternfly-4/react-core/src/layouts/Bullseye/examples/Bullseye.md",
"old_path": "pac... | TypeScript | MIT License | patternfly/patternfly-react | fix(styles): update layout styles for layouts (#1906) | 1 | fix | styles |
791,761 | 01.05.2019 16:08:34 | 25,200 | 041c60b47129889dcb59703599e13e4ae62a2095 | core(stack-packs): update fill color of wordpress icon | [
{
"change_type": "MODIFY",
"diff": "{\n\"id\": \"wordpress\",\n\"title\": \"WordPress\",\n- \"iconDataURL\": \"data:image/svg+xml,%3Csvg viewBox='0 0 122.5 122.5' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%2321759b'%3E%3Cpath d='M8.7 61.3c0 20.8 12.1 38.7 29.6 47.3l-25-68.7c-3 6.5-4.6 13.7-4.6 21.4zM9... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(stack-packs): update fill color of wordpress icon (#8778) | 1 | core | stack-packs |
603,467 | 01.05.2019 17:36:04 | -3,600 | d4b8c48580fde053b16305a7727af98bb05b7480 | feat(assertions): Expectation aliases via Expectation.to(description).soThatActual(expectation) | [
{
"change_type": "RENAME",
"diff": "-import 'mocha';\n-import { given } from 'mocha-testdata';\n-\nimport { expect, stage } from '@integration/testing-tools';\nimport { Answerable, AssertionError } from '@serenity-js/core';\n-import { Ensure, Expectation } from '../../src';\n-import { isIdenticalTo, p, q } ... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | feat(assertions): Expectation aliases via Expectation.to(description).soThatActual(expectation) | 1 | feat | assertions |
791,834 | 01.05.2019 17:53:03 | 25,200 | a34815a38540f58fad1e1261a80a7af3447cbfcf | misc(lightwallet): add budget to sample artifacts config | [
{
"change_type": "MODIFY",
"diff": "@@ -12,6 +12,25 @@ const {server} = require('../../lighthouse-cli/test/fixtures/static-server.js');\n/** @typedef {import('net').AddressInfo} AddressInfo */\n+/** @type {LH.Config.Json} */\n+const budgetedConfig = {\n+ extends: 'lighthouse:default',\n+ settings: {\n+ budg... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc(lightwallet): add budget to sample artifacts config (#8783) | 1 | misc | lightwallet |
127,946 | 01.05.2019 18:09:24 | -7,200 | a5a6cbf8ebae26395cf5785c2f6eaaee616fae3b | fix(icons): updated profile icon | [
{
"change_type": "MODIFY",
"diff": "-<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n-<svg width=\"18px\" height=\"20px\" viewBox=\"0 0 18 20\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n- <!-- Generator: Sketch 53 (72520) - https://sketchapp.com -->\n- <... | TypeScript | MIT License | coingaming/moon-design | fix(icons): updated profile icon | 1 | fix | icons |
503,918 | 01.05.2019 19:31:40 | -10,800 | 17a0bc408742a0ab941594ddd5acb4034695acc8 | docs(wizard): remember the last step on close | [
{
"change_type": "MODIFY",
"diff": "@@ -753,3 +753,68 @@ class SimpleWizard extends React.Component {\n}\n}\n```\n+\n+### Wizard - remember last step\n+```js\n+import React from 'react';\n+import { Button, Wizard } from '@patternfly/react-core';\n+\n+class SimpleWizard extends React.Component {\n+ construct... | TypeScript | MIT License | patternfly/patternfly-react | docs(wizard): remember the last step on close (#1847)
Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com> | 1 | docs | wizard |
815,577 | 01.05.2019 21:09:08 | -28,800 | fda55ae4d260926b9c8cd8423ce3eddb62f5ccc3 | fix: cpu problem | [
{
"change_type": "MODIFY",
"diff": "@@ -557,10 +557,10 @@ dependencies = [\n\"snap 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"stop-handler 0.11.0-pre\",\n\"tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)\",\n- \"tentacle 0.2.0-alpha.6 (registry+https://github.... | Rust | MIT License | nervosnetwork/ckb | fix: cpu problem | 1 | fix | null |
306,385 | 01.05.2019 21:49:07 | -7,200 | d5e2dfe38ebb0729cc06a66088c1b5cb30ce4158 | fix(input-amount): remove randomOkValidator as default | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,7 @@ import { LocalizeMixin } from '@lion/localize';\nimport { ObserverMixin } from '@lion/core/src/ObserverMixin.js';\nimport { LionInput } from '@lion/input';\nimport { FieldCustomMixin } from '@lion/field';\n-import { isNumberValidator, randomOkValidator } f... | JavaScript | MIT License | ing-bank/lion | fix(input-amount): remove randomOkValidator as default | 1 | fix | input-amount |
217,922 | 02.05.2019 08:05:16 | -7,200 | 4bb843aa2a30d15dea7f89bc679d283c3d668a31 | feat(marketboard): added an option to disable cross world prices in marketboard api | [
{
"change_type": "MODIFY",
"diff": "@@ -5,6 +5,7 @@ import { catchError, map, shareReplay, switchMap, tap } from 'rxjs/operators';\nimport { BehaviorSubject, combineLatest, Observable, of } from 'rxjs';\nimport { LazyDataService } from '../../../core/data/lazy-data.service';\nimport { MarketboardItem } from... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(marketboard): added an option to disable cross world prices in marketboard api | 1 | feat | marketboard |
217,922 | 02.05.2019 08:29:08 | -7,200 | 2a15a331ff22df310154c75f61d66feffc3f8bd9 | fix(custom-alarms): you can no longer create alarms for impossible weathers | [
{
"change_type": "MODIFY",
"diff": "<nz-form-label [nzSm]=\"8\" [nzXs]=\"24\">{{'ALARMS.CUSTOM.Weather' | translate}}</nz-form-label>\n<nz-form-control [nzSm]=\"16\" [nzXs]=\"24\">\n<nz-select formControlName=\"weathers\" nzAllowClear nzMode=\"multiple\">\n- <nz-option *ngFor=\"let weather of weatherIds\" [... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(custom-alarms): you can no longer create alarms for impossible weathers | 1 | fix | custom-alarms |
217,922 | 02.05.2019 09:58:05 | -7,200 | fd1a89bbc4062cb247e8eb82bae89bcaa724995b | chore: small fix for aot | [
{
"change_type": "MODIFY",
"diff": "@@ -118,9 +118,9 @@ export class CustomAlarmPopupComponent implements OnInit {\nmap(([form, maps]) => {\nreturn maps.find(m => m.ID === form.mapId);\n}),\n- filter(m => !!m),\n- map(m => {\n- return _.uniq(weatherIndex[m.TerritoryType.WeatherRate].map(row => row.weatherId... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: small fix for aot | 1 | chore | null |
217,922 | 02.05.2019 10:48:03 | -7,200 | 1e861645f7eda0ea8abbd0228d83a8fe13fa699c | fix(list): fixed an issue with some FC workshop crafts not having accurate ingredients count | [
{
"change_type": "MODIFY",
"diff": "@@ -138,14 +138,15 @@ export class ListManagerService {\ndelete i.part;\ndelete i.phase;\n});\n- craft.ingredients.forEach(req => {\n- const requirementsRow = ingredients.find(row => row.id === req.id);\n- if (requirementsRow === undefined) {\n- ingredients.push(req);\n- ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(list): fixed an issue with some FC workshop crafts not having accurate ingredients count | 1 | fix | list |
603,467 | 02.05.2019 11:02:57 | -3,600 | e476d535b7eef52e44bcb1ed6a5a3d32b09c17a9 | fix(core): StageCrewMembers are now exported directly from
This should make importing them easier | [
{
"change_type": "MODIFY",
"diff": "@@ -2,6 +2,5 @@ export * from './errors';\nexport * from './Serenity';\nexport * from './instance';\nexport * from './screenplay';\n-export * from './stage/DressingRoom';\n-export * from './stage/Stage';\n+export * from './stage';\nexport { Duration } from './model';\n",
... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | fix(core): StageCrewMembers are now exported directly from @serenity-js/core
This should make importing them easier | 1 | fix | core |
603,467 | 02.05.2019 11:03:22 | -3,600 | e008f036b9be884645b3ed7d921cb16480132887 | chore(deps): Updated TypeScript dependency | [
{
"change_type": "MODIFY",
"diff": "\"dev\": true\n},\n\"ts-node\": {\n- \"version\": \"8.0.3\",\n- \"resolved\": \"https://registry.npmjs.org/ts-node/-/ts-node-8.0.3.tgz\",\n- \"integrity\": \"sha512-2qayBA4vdtVRuDo11DEFSsD/SFsBXQBRZZhbRGSIkmYmVkWjULn/GGMdG10KVqkaGndljfaTD8dKjWgcejO8YA==\",\n+ \"version\":... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | chore(deps): Updated TypeScript dependency | 1 | chore | deps |
217,922 | 02.05.2019 11:33:07 | -7,200 | c945eb6a6250373493fe9ac3a09ea2273007e3a4 | fix(custom-alarms): fixed an issue with map names not displayed with some languages | [
{
"change_type": "MODIFY",
"diff": "@@ -12,7 +12,7 @@ export class XivapiI18nPipe implements PipeTransform {\n}\ntransform(value: any, fieldName = 'Name', sanitized = false): SafeHtml {\n- const name = value[`${fieldName}_${this.translate.currentLang}`] || value[fieldName];\n+ const name = value[`${fieldNam... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(custom-alarms): fixed an issue with map names not displayed with some languages | 1 | fix | custom-alarms |
273,683 | 02.05.2019 12:18:20 | -7,200 | 0c431cf184fe6da4218d0ea8692f5cbc608b6d12 | feat(wordpress): camelcase fields and use latest apis | [
{
"change_type": "MODIFY",
"diff": "const pMap = require('p-map')\nconst axios = require('axios')\n-const { mapKeys, isPlainObject } = require('lodash')\n+const camelCase = require('camelcase')\n+const { mapKeys, isPlainObject, trimEnd } = require('lodash')\nconst TYPE_AUTHOR = 'author'\nconst TYPE_ATTACHEM... | JavaScript | MIT License | gridsome/gridsome | feat(wordpress): camelcase fields and use latest apis | 1 | feat | wordpress |
531,793 | 02.05.2019 12:46:36 | -3,600 | c932ae8d504373d5c62fc4a9d5648bed2ec245c9 | fix(ui): bump the font size for filters | [
{
"change_type": "MODIFY",
"diff": "@@ -88,7 +88,7 @@ const FilterInputLabel = observer(\n)}\n<TooltipWrapper\ntitle=\"Click to edit this filter\"\n- className=\"my-auto text-nowrap text-truncate align-text-bottom\"\n+ className=\"my-auto text-nowrap text-truncate align-text-bottom components-filteredinputl... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): bump the font size for filters | 1 | fix | ui |
273,683 | 02.05.2019 13:24:27 | -7,200 | 0782a7f5aa85b61c87195cb4550b290de8669ef1 | refactor(store): rename uid to $uid
The uid property conflicted with custom fields with the same name. | [
{
"change_type": "MODIFY",
"diff": "const { omit, isPlainObject, isNumber, isInteger } = require('lodash')\nconst { isRefField, isRefFieldDefinition } = require('./utils')\n-const exclude = ['typeName', 'uid', 'id', 'internal', '$loki']\n+const exclude = ['$uid', '$loki', 'typeName', 'id', 'internal']\nmodu... | JavaScript | MIT License | gridsome/gridsome | refactor(store): rename uid to $uid
The uid property conflicted with custom fields with the same name. | 1 | refactor | store |
273,683 | 02.05.2019 13:28:06 | -7,200 | 4118fc31d6a658b976d9ce18977ee337c30e3ab0 | feat(drupal): update for latest changes in core | [
{
"change_type": "MODIFY",
"diff": "const axios = require('axios')\nconst { reduce } = require('lodash')\n+const camelCase = require('camelcase')\nclass Entity {\nconstructor (source, { entityType, url }) {\n@@ -7,31 +8,25 @@ class Entity {\nthis.entityType = entityType\nthis.graphQlContentType // gridsome ... | JavaScript | MIT License | gridsome/gridsome | feat(drupal): update for latest changes in core | 1 | feat | drupal |
217,922 | 02.05.2019 13:36:03 | -7,200 | 4be5500b119169fbc98819bd21ca41f7cd855f32 | feat(custom-alarms): added support for korean map names | [
{
"change_type": "MODIFY",
"diff": "<nz-form-label [nzSm]=\"8\" [nzXs]=\"24\" nzRequired>{{'ALARMS.CUSTOM.Map' | translate}}</nz-form-label>\n<nz-form-control [nzSm]=\"16\" [nzXs]=\"24\">\n<nz-select formControlName=\"mapId\" *ngIf=\"maps$ | async as maps; else loading\" nzAllowClear nzShowSearch>\n- <nz-op... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(custom-alarms): added support for korean map names | 1 | feat | custom-alarms |
679,913 | 02.05.2019 13:37:15 | -3,600 | e102f3962afc2e8b02ac6851518bd22fc0dc8f07 | feat(math): add extrema & crossing fns and Crossing enum | [
{
"change_type": "MODIFY",
"diff": "@@ -24,3 +24,23 @@ export const TWO_THIRD = 2 / 3;\nexport const SIXTH = 1 / 6;\nexport let EPS = 1e-6;\n+\n+export const enum Crossing {\n+ /**\n+ * lines A & B are equal\n+ */\n+ EQUAL = 0,\n+ /**\n+ * lines A & B are flat (all same values)\n+ */\n+ FLAT,\n+ /**\n+ * li... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(math): add extrema & crossing fns and Crossing enum | 1 | feat | math |
273,683 | 02.05.2019 13:52:16 | -7,200 | ef0af5ade03d67cd62d7014c153cf3285f566a66 | feat(filesystem): baseDir option | [
{
"change_type": "MODIFY",
"diff": "@@ -7,6 +7,7 @@ const isDev = process.env.NODE_ENV === 'development'\nclass FilesystemSource {\nstatic defaultOptions () {\nreturn {\n+ baseDir: undefined,\npath: undefined,\nroute: undefined,\nindex: ['index'],\n@@ -18,8 +19,10 @@ class FilesystemSource {\nconstructor (a... | JavaScript | MIT License | gridsome/gridsome | feat(filesystem): baseDir option (#297) | 1 | feat | filesystem |
273,683 | 02.05.2019 13:54:40 | -7,200 | 2bb8ca15466fed2a4a1e93dafd3799d0cd758826 | feat(filesystem): update for latest changes in core | [
{
"change_type": "MODIFY",
"diff": "@@ -41,9 +41,7 @@ class FilesystemSource {\n})\nmapValues(this.refs, (ref, key) => {\n- this.contentType.addReference(key, {\n- typeName: ref.typeName\n- })\n+ this.contentType.addReference(key, ref.typeName)\nif (ref.create) {\nthis.store.addContentType({\n@@ -121,30 +11... | JavaScript | MIT License | gridsome/gridsome | feat(filesystem): update for latest changes in core | 1 | feat | filesystem |
273,683 | 02.05.2019 13:59:22 | -7,200 | db3546f7782ca1dab8350f08720f40cb8d34e1ad | feat(api): helper method for resolving paths
Also resolves relative paths inside project. | [
{
"change_type": "MODIFY",
"diff": "@@ -3,6 +3,7 @@ const fs = require('fs-extra')\nconst autoBind = require('auto-bind')\nconst hirestime = require('hirestime')\nconst { info } = require('../utils/log')\n+const isRelative = require('is-relative')\nconst { version } = require('../../package.json')\nconst {\... | JavaScript | MIT License | gridsome/gridsome | feat(api): helper method for resolving paths
Also resolves relative paths inside project. | 1 | feat | api |
217,922 | 02.05.2019 14:32:52 | -7,200 | 308b5f17b1f822229d50851693607586c637dd1f | chore: changed repository url after transfer to organization | [
{
"change_type": "MODIFY",
"diff": "# FFXIV Teamcraft\n-[](https://github.com/Supamiu/ffxiv-teamcraft/releases)\n+[: proper hasFetchedAllSpaces calcs | [
{
"change_type": "MODIFY",
"diff": "@@ -246,8 +246,8 @@ export class RecentsWidget extends Component {\nconst isFiltered = keywordFilter && keywordFilter.length;\nconst isReady = (widgetStatus.hasFetchedInitialSpaces || isFiltered);\n- const isLoadingMore = props.extendedLoad\n- ? !widgetStatus.hasFetchedAl... | JavaScript | MIT License | webex/react-widgets | fix(widget-recents): proper hasFetchedAllSpaces calcs | 1 | fix | widget-recents |
273,683 | 02.05.2019 15:21:59 | -7,200 | 25363a1cd9d30fdfe3c1edfbab35768eb488ca77 | feat(faker): update for latest changes in core | [
{
"change_type": "MODIFY",
"diff": "@@ -11,26 +11,18 @@ module.exports = function (api, options) {\nconst random = faker.random.number({ min: 3, max: 6 })\nconst title = faker.lorem.sentence(random).slice(0, -1)\n- const options = {\n+ contentType.addNode({\ntitle,\nid: faker.random.uuid(),\nslug: slugify(t... | JavaScript | MIT License | gridsome/gridsome | feat(faker): update for latest changes in core | 1 | feat | faker |
273,683 | 02.05.2019 16:00:50 | -7,200 | 8abcbf46910a9e5e470a95ff1bf5a1b5b98ac15e | feat: update for latests changes in core | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,7 @@ test('parse valid csv', async () => {\nitem 1,item 2\nitem 3,item 4`)\n- expect(res.fields.records).toEqual([\n+ expect(res.records).toEqual([\n{ 'header 1': 'item 1', 'header 2': 'item 2' },\n{ 'header 1': 'item 3', 'header 2': 'item 4' }\n])\n@@ -22,7 +2... | JavaScript | MIT License | gridsome/gridsome | feat: update for latests changes in core | 1 | feat | null |
273,683 | 02.05.2019 16:13:42 | -7,200 | 6931f4d7a868f6d8f21fa7ed4d976bc9b6fffa92 | refactor(core): rename queue to assets | [
{
"change_type": "MODIFY",
"diff": "@@ -83,11 +83,14 @@ class App {\nthis.events = new Events()\nthis.store = new Store(this)\n- this.queue = new AssetsQueue(this) // TODO: rename to assets\n+ this.assets = new AssetsQueue(this)\nthis.codegen = new Codegen(this)\nthis.parser = new ComponentParser(this)\nthi... | JavaScript | MIT License | gridsome/gridsome | refactor(core): rename queue to assets | 1 | refactor | core |
273,683 | 02.05.2019 17:21:44 | -7,200 | 267be6964f170f0a2ff8823213fd7f8195a5952c | refactor(serve): update serve command with latest changes | [
{
"change_type": "MODIFY",
"diff": "-/* global GRIDSOME_MODE */\n-\nimport config from '~/.temp/config.js'\n// @vue/component\n@@ -39,7 +37,7 @@ export default {\nattrs.exact = true\n}\n- if (GRIDSOME_MODE === 'static' && process.isClient) {\n+ if (process.isStatic && process.isClient) {\ndirectives.push({ ... | JavaScript | MIT License | gridsome/gridsome | refactor(serve): update serve command with latest changes | 1 | refactor | serve |
815,595 | 02.05.2019 18:10:58 | -28,800 | 5db97e326a019dab5ca2167879c258fa8494048a | feat: Impl CompactBlockVerifier | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ use std::convert::{TryFrom, TryInto};\npub type ShortTransactionID = [u8; 6];\n-#[derive(Debug, PartialEq, Eq, Clone)]\n+#[derive(Debug, PartialEq, Eq, Clone, Default)]\npub struct CompactBlock {\npub header: Header,\npub uncles: Vec<UncleBlock>,\n",
"... | Rust | MIT License | nervosnetwork/ckb | feat: Impl CompactBlockVerifier | 1 | feat | null |
217,922 | 02.05.2019 18:17:11 | -7,200 | bc5b45c1b500cd4711ecd39c670f59147b7f12ae | chore: small fix for last change regarding items accounting | [
{
"change_type": "MODIFY",
"diff": "@@ -130,7 +130,6 @@ export class ListManagerService {\n}\n}\nconst craft = data.getCraft(recipeId.toString());\n- const ingredients: Ingredient[] = [];\n// We have to remove unused ingredient properties.\ncraft.ingredients.forEach(i => {\ndelete i.quality;\n@@ -157,7 +156... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: small fix for last change regarding items accounting | 1 | chore | null |
273,683 | 02.05.2019 18:38:57 | -7,200 | fd8c30a29efc8638e01935656daf29cdf720295a | refactor(graphql): provide full graphql object to api.createSchema | [
{
"change_type": "MODIFY",
"diff": "import fetch from './fetch'\nimport router from './router'\nimport SockJS from 'sockjs-client'\n-import { formatError, setResults } from './graphql/shared'\n+import { formatError, clearAllResults, setResults } from './graphql/shared'\nconst sock = new SockJS(process.env.S... | JavaScript | MIT License | gridsome/gridsome | refactor(graphql): provide full graphql object to api.createSchema | 1 | refactor | graphql |
791,780 | 02.05.2019 18:53:15 | -3,600 | d52421ccf86d87e3abca0abdb64cd067e08cc016 | core(rect-helpers): make getBoundingRect take an array of rects | [
{
"change_type": "MODIFY",
"diff": "@@ -92,12 +92,12 @@ function rectsTouchOrOverlap(rectA, rectB) {\n/**\n* Returns a bounding rect for all the passed in rects, with padded with half of\n- * `minimumSize` on all sides.\n+ * `padding` on all sides.\n* @param {LH.Artifacts.Rect[]} rects\n- * @param {number} ... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(rect-helpers): make getBoundingRect take an array of rects (#8789) | 1 | core | rect-helpers |
791,834 | 02.05.2019 19:03:46 | 25,200 | 74899312ec82f9f1dd90bc3b4fa91811b19b9076 | misc(proto): remove trailing whitespace; add contributing help | [
{
"change_type": "MODIFY",
"diff": "@@ -40,4 +40,4 @@ round_trip_lhr = json.loads(MessageToJson(proto_lhr, including_default_value_fie\n# write the json to disk\nwith open(path_round_trip, 'w') as f:\n- json.dump(round_trip_lhr, f, indent=4, sort_keys=True)\n+ json.dump(round_trip_lhr, f, indent=4, sort_key... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc(proto): remove trailing whitespace; add contributing help (#8818) | 1 | misc | proto |
217,922 | 02.05.2019 19:19:06 | -7,200 | 4deef7a28aa2f6034c1f8fa878300d299eb54dc0 | fix(pricing): fixed an issue with some crafts not showing proper price in rare cases | [
{
"change_type": "MODIFY",
"diff": "@@ -253,12 +253,13 @@ export class PricingComponent implements AfterViewInit {\nreturn total + (this.getCraftCost(requirementRow) / (row.amount / row.amount_needed)) * requirement.amount;\n}\n}, 0);\n+\n// If that's a final item or the price is custom, no recursion.\nif (... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(pricing): fixed an issue with some crafts not showing proper price in rare cases | 1 | fix | pricing |
217,922 | 02.05.2019 19:24:24 | -7,200 | e50de5d083ecd7f2571a988534d42aa678663a93 | chore(release): 5.3.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.3.7\"></a>\n+## [5.3.7](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compare/... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 5.3.7 | 1 | chore | release |
217,922 | 02.05.2019 19:54:42 | -7,200 | 95bef2255a398bdaf31a0eb368c77d4a3319462e | chore: changed the way we handle deep link bots with SSR | [
{
"change_type": "MODIFY",
"diff": "@@ -76,7 +76,7 @@ exports.updateUserListCount = functions.firestore.document('/lists/{uid}').onCre\nuser.stats = user.stats || {};\nuser.stats.listsCreated = user.stats.listsCreated || 0;\nuser.stats.listsCreated += 1;\n- return transaction.update(userRef, {stats: user.st... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: changed the way we handle deep link bots with SSR | 1 | chore | null |
217,922 | 02.05.2019 20:56:55 | -7,200 | dedfb314c7dfdec5d3aeec530a8eb4b05533f26f | chore(build): optimized memory usage for aot build | [
{
"change_type": "MODIFY",
"diff": "@@ -3,6 +3,7 @@ import { BehaviorSubject, combineLatest } from 'rxjs';\nimport { HttpClient } from '@angular/common/http';\nimport { MapData } from '../../modules/map/map-data';\nimport { XivapiService } from '@xivapi/angular-client';\n+import { I18nName } from '../../mod... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(build): optimized memory usage for aot build | 1 | chore | build |
815,590 | 02.05.2019 23:00:06 | -28,800 | a4a4824516cb4166783ac77e81cee4ea75c3c634 | fix: rpc get_live_cell return null cell | [
{
"change_type": "MODIFY",
"diff": "use crate::error::RPCError;\n-use ckb_core::cell::CellProvider;\n+use ckb_core::cell::{CellProvider, CellStatus};\nuse ckb_core::{transaction::ProposalShortId, BlockNumber};\nuse ckb_shared::shared::Shared;\nuse ckb_store::ChainStore;\n@@ -145,12 +145,23 @@ impl<CS: Chain... | Rust | MIT License | nervosnetwork/ckb | fix: rpc get_live_cell return null cell | 1 | fix | null |
791,723 | 02.05.2019 23:07:54 | 25,200 | f7b99098e02f024c626073f78da45ec3a194d768 | misc: expand FID -> First Input Delay | [
{
"change_type": "MODIFY",
"diff": "@@ -11,7 +11,7 @@ const i18n = require('../../lib/i18n/i18n');\nconst UIStrings = {\n/** The name of the metric \"Maximum Potential First Input Delay\" that marks the maximum estimated time between the page receiving input (a user clicking, tapping, or typing) and the pag... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc: expand FID -> First Input Delay (#8817) | 1 | misc | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.