author int64 4.98k 943k | date stringdate 2017-04-15 16:45:02 2022-02-25 15:32:15 | timezone int64 -46,800 39.6k | hash stringlengths 40 40 | message stringlengths 8 468 | mods listlengths 1 16 | language stringclasses 9
values | license stringclasses 2
values | repo stringclasses 119
values | original_message stringlengths 12 491 | is_CCS int64 1 1 | commit_type stringclasses 129
values | commit_scope stringlengths 1 44 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
531,793 | 11.03.2019 20:35:11 | 0 | 60da74525568a06dd92975bc5321144151f101d3 | fix(ci): retry failed builds on Travis | [
{
"change_type": "MODIFY",
"diff": "@@ -93,7 +93,7 @@ jobs:\napt:\npackages:\n- docker-ce\n- script: make docker-image\n+ script: travis_retry make docker-image\n- stage: Build and Deploy\n<<: *DEFAULTS_GO\n@@ -107,7 +107,7 @@ jobs:\n- travis_retry nvm install $(< .nvmrc)\nscript:\n# compile assets via webp... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ci): retry failed builds on Travis | 1 | fix | ci |
730,412 | 11.03.2019 21:21:53 | 0 | cbba923b54f41aca76d483356a9375db920064c0 | chore(release): 0.1.431 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"0.1.431\"></a>\n+## [0.1.431](https://github.com/webex/react-ciscospark/compare/v0.1.... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.1.431 | 1 | chore | release |
531,793 | 11.03.2019 23:00:16 | 0 | e981bc38ad884ae3d9b0929e6ea9dab4b3fa80b8 | fix(ci): retry failed builds of the demo app | [
{
"change_type": "MODIFY",
"diff": "@@ -172,7 +172,7 @@ jobs:\n- echo \" login l.mierzwa@gmail.com\" >> $HOME/.netrc\n- echo \" password $HEROKU_TOKEN\" >> $HOME/.netrc\nscript:\n- - docker build --build-arg VERSION=$(make show-version) -t registry.heroku.com/karma-demo/web -f demo/Dockerfile .\n+ - travis_... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ci): retry failed builds of the demo app | 1 | fix | ci |
531,793 | 11.03.2019 23:17:05 | 0 | ac15502ef44a3ef8b558431e9be9b12f29342714 | fix(ci): retry failed assets mock builds | [
{
"change_type": "MODIFY",
"diff": "@@ -22,7 +22,7 @@ jobs:\n- DESC=\"Test Go code\"\n- GO111MODULE=on\nbefore_script:\n- - make mock-assets\n+ - travis_retry make mock-assets\nscript: make test-go\nafter_success:\n- travis_retry bash <(curl -s https://codecov.io/bash) -F backend\n@@ -59,7 +59,7 @@ jobs:\n-... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ci): retry failed assets mock builds | 1 | fix | ci |
679,913 | 12.03.2019 00:34:32 | 0 | 47ac88a2ad3fd7c403ebb111e647bb9ea852a842 | fix(checks): fix update & minor optimization isPlainObject()
add/update tests
add AUTHORS.md | [
{
"change_type": "ADD",
"diff": "+## Maintainer\n+\n+- Karsten Schmidt (@postspectacular)\n+\n+## Contributors\n+\n+- Gavin Cannizzaro (@gavinpc-mindgrub)\n+- Jay Zawrotny (@andrew8er)\n",
"new_path": "packages/checks/AUTHORS.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "-... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(checks): fix #77, update & minor optimization isPlainObject()
- add/update tests
- add AUTHORS.md | 1 | fix | checks |
791,838 | 12.03.2019 00:51:51 | -19,080 | 2bd7a95cdbc6310363ce131eca7f2d8c5ad1d8cf | docs: correct typos in README.md | [
{
"change_type": "MODIFY",
"diff": "@@ -182,7 +182,7 @@ HTML report:\n### Online Viewer\n-Running Lighthouse with the `--output=json` flag generates a json dump of the run.\n+Running Lighthouse with the `--output=json` flag generates a JSON dump of the run.\nYou can view this report online by visiting <http... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | docs: correct typos in README.md (#7370) | 1 | docs | null |
67,476 | 12.03.2019 04:16:58 | -3,600 | 22599dd16ffd87730752eced9cdbe20edf99fe0c | chore(binding): fix strict typing on bindings | [
{
"change_type": "MODIFY",
"diff": "@@ -19,13 +19,13 @@ export interface Binding extends IConnectableBinding {}\n@connectable()\nexport class Binding implements IPartialConnectableBinding {\n- public id: string;\n- public $nextBinding: IBinding;\n- public $prevBinding: IBinding;\n+ public id!: string;\n+ pu... | TypeScript | MIT License | aurelia/aurelia | chore(binding): fix strict typing on bindings | 1 | chore | binding |
730,420 | 12.03.2019 09:32:54 | 25,200 | 9ec73e3a545711fc8767d153684e6cd39f0a98f5 | feat(widget-recents): Added User profile sign out menu | [
{
"change_type": "MODIFY",
"diff": "@@ -109,6 +109,7 @@ When loading the widgets there are some configuration options you can provide:\n| `enableAddButton` | `data-enable-add-button` | (default: false) Enables the \"Add Space\" button present on other clients in the header. |\n| `enableSpaceListFilter` | `d... | JavaScript | MIT License | webex/react-widgets | feat(widget-recents): Added User profile sign out menu | 1 | feat | widget-recents |
730,420 | 12.03.2019 09:34:01 | 25,200 | 41b0aa0fb9997258ecd0a57a83a0df5f47cc851c | feat(widget-demo): Added an additional checkbox to enable the user signout menu | [
{
"change_type": "MODIFY",
"diff": "@@ -58,16 +58,17 @@ class DemoWidget extends Component {\ncomposerActions,\ndestinationId,\ninitialActivity: isMeetOnly ? 'meet' : cookies.get('initialActivity') || 'message',\n- enableSpaceListFilter: cookies.get('enableSpaceListFilter') === 'true',\n+ enableSpaceListFil... | JavaScript | MIT License | webex/react-widgets | feat(widget-demo): Added an additional checkbox to enable the user signout menu | 1 | feat | widget-demo |
730,420 | 12.03.2019 09:35:38 | 25,200 | 131b5dd63d27818eee89d80c471c35e569b295c5 | feat(presence-avatar): replaced "default" with empty string type from avatar props | [
{
"change_type": "MODIFY",
"diff": "@@ -128,6 +128,6 @@ exports[`Avatar component when avatar is not a self type renders without presenc\nsrc={null}\ntheme={null}\ntitle=\"Test User\"\n- type=\"default\"\n+ type=\"\"\n/>\n`;\n",
"new_path": "packages/node_modules/@ciscospark/react-component-presence-ava... | JavaScript | MIT License | webex/react-widgets | feat(presence-avatar): replaced "default" with empty string type from avatar props | 1 | feat | presence-avatar |
71,786 | 12.03.2019 09:45:38 | 0 | dfefb58998c7a9bd8e9483a8e7a7e7c2a69654f4 | feat(core): add fsharp init-template | [
{
"change_type": "ADD",
"diff": "+\n+# Created by https://www.gitignore.io/api/csharp\n+\n+### Csharp ###\n+## Ignore Visual Studio temporary files, build results, and\n+## files generated by popular Visual Studio add-ons.\n+##\n+## Get latest from https://github.com/github/gitignore/blob/master/VisualStudi... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(core): add fsharp init-template (#1912) | 1 | feat | core |
503,915 | 12.03.2019 10:26:14 | 14,400 | d54591e6b607611b8f678945bb9d6ab4caf05695 | build(sass): Inline the CSS of imported files in patternfly-react.scss
Fixes | [
{
"change_type": "ADD",
"diff": "+function importer(url) {\n+ if (url[0] === '~') {\n+ return { file: `../../../../../node_modules/${url.substr(1)}` };\n+ }\n+ return { file: url };\n+}\n+\n+module.exports = importer;\n",
"new_path": "packages/patternfly-3/patternfly-react/build/node-sass-tilde-importer... | TypeScript | MIT License | patternfly/patternfly-react | build(sass): Inline the CSS of imported files in patternfly-react.scss (#1350)
Fixes #673 | 1 | build | sass |
104,857 | 12.03.2019 11:04:59 | 10,800 | 897fc90c3f022f06a333ccd8e4b8677f8b5780a0 | chore(list): comments | [
{
"change_type": "MODIFY",
"diff": "@@ -25,6 +25,7 @@ const resourceData = [\n},\n];\n+/* Resource List simple */\nclass ResourceListSimple extends Component {\nconstructor(props) {\nsuper(props);\n@@ -48,7 +49,7 @@ class ResourceListSimple extends Component {\n};\n}\n-/* Resource List simple */\n+/* Resour... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(list): comments | 1 | chore | list |
127,940 | 12.03.2019 11:19:27 | -7,200 | 2b4d191b97da7bdeb5aaa6170234019d81b6e131 | chore: make clean script less aggressive | [
{
"change_type": "MODIFY",
"diff": "\"scripts\": {\n\"commit\": \"git-cz\",\n\"build\": \"tsc -b\",\n- \"clean\": \"rimraf **/{lib,dist,.cache,public}/\",\n+ \"clean\": \"rimraf {design,docs,portals}/**/{lib,dist,.cache,public}/\",\n\"nuke\": \"yarn clean && rimraf node_modules **/node_modules\",\n\"format\... | TypeScript | MIT License | coingaming/moon-design | chore: make clean script less aggressive | 1 | chore | null |
791,834 | 12.03.2019 12:58:52 | 25,200 | 89b689f4771f21c7893c524c986742242029bbcd | tests: fix test coverage generation | [
{
"change_type": "MODIFY",
"diff": "@@ -8,6 +8,7 @@ npm-debug.log\ncoverage\nlcov.info\n.nyc_output\n+*.lcov\nlighthouse-cli/results\nresults.html\n",
"new_path": ".gitignore",
"old_path": ".gitignore"
},
{
"change_type": "MODIFY",
"diff": "@@ -40,6 +40,7 @@ latest.artifacts.log\nnpm-deb... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests: fix test coverage generation (#7475) | 1 | tests | null |
127,946 | 12.03.2019 13:48:30 | -7,200 | 0cb96df78fb7fdccf0c654c3265e7d67b22cf35b | feat(tooltip): added closeable functionality to tooltip
fix(tooltip): icon alignment | [
{
"change_type": "MODIFY",
"diff": "@@ -96,14 +96,14 @@ exports[`Banner Closable renders with default vertical layout 1`] = `\n}\n.emotion-4 {\n- position: absolute;\n- top: 1rem;\n- right: 1rem;\nbackground: none;\npadding: 0;\ncursor: pointer;\nborder: none;\nfont-size: 1rem;\n+ position: absolute;\n+ top... | TypeScript | MIT License | coingaming/moon-design | feat(tooltip): added closeable functionality to tooltip
fix(tooltip): icon alignment | 1 | feat | tooltip |
791,834 | 12.03.2019 13:54:19 | 25,200 | bec96a6630998ce9d442a852fe0a0d2f13c6f437 | misc: remove obsolete unused files | [
{
"change_type": "DELETE",
"diff": "-/**\n- * @license Copyright 2016 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/license... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc: remove obsolete unused files (#7476) | 1 | misc | null |
815,590 | 12.03.2019 14:04:00 | -28,800 | c11c49cb128dabf7d55a4718c5cc3a768c998e3c | feat: support select network protocol by version | [
{
"change_type": "MODIFY",
"diff": "@@ -17,7 +17,7 @@ pub use crate::network::{Network, PeerInfo, SessionInfo};\npub use crate::network_config::NetworkConfig;\npub use crate::network_service::NetworkService;\npub use crate::peers_registry::RegisterResult;\n-pub use crate::protocol::{CKBProtocol, Event as CK... | Rust | MIT License | nervosnetwork/ckb | feat: support select network protocol by version | 1 | feat | null |
503,965 | 12.03.2019 14:36:14 | 14,400 | 7daacce022045ca1eb2c4fee3e1419c512a723d6 | fix(typeUtils): fix transformers test | [
{
"change_type": "MODIFY",
"diff": "@@ -39,8 +39,7 @@ const testCellActions = ({ actions, actionResolver, areActionsDisabled, rowData,\n.find('.pf-c-dropdown button')\n.first()\n.simulate('click');\n- // TODO: fix this test\n- // expect(view.find('.pf-c-dropdown__menu li a')).toHaveLength(expectDisabled ? 0... | TypeScript | MIT License | patternfly/patternfly-react | fix(typeUtils): fix transformers test (#1553) | 1 | fix | typeUtils |
815,601 | 12.03.2019 14:43:46 | -28,800 | 759eea1812ba82fb510bc5fa80d5f79b9f38b4e6 | refactor: rename txo_set -> cell_set | [
{
"change_type": "MODIFY",
"diff": "@@ -6,11 +6,11 @@ use ckb_core::transaction::{OutPoint, ProposalShortId};\nuse ckb_core::BlockNumber;\nuse ckb_db::batch::Batch;\nuse ckb_notify::NotifyController;\n+use ckb_shared::cell_set::CellSetDiff;\nuse ckb_shared::chain_state::ChainState;\nuse ckb_shared::error::S... | Rust | MIT License | nervosnetwork/ckb | refactor: rename txo_set -> cell_set | 1 | refactor | null |
503,965 | 12.03.2019 15:41:26 | 14,400 | 73ce20d4397c46a71ae9c5278189cf0c1afa2f42 | chore(clean): Normalize all the line endings | [
{
"change_type": "MODIFY",
"diff": "-* text=auto eol=lf\n\\ No newline at end of file\n+# Set the default behavior, in case people don't have core.autocrlf set.\n+* text=auto\n+\n+# Explicitly declare text files you want to always be normalized and converted\n+# to native line endings on checkout.\n+*.ts te... | TypeScript | MIT License | patternfly/patternfly-react | chore(clean): Normalize all the line endings (#1558) | 1 | chore | clean |
815,601 | 12.03.2019 16:13:13 | -28,800 | bbeb24d00c399feea7f86c495eb7e876b0e21cad | chore: update template block_assembler type_hash | [
{
"change_type": "MODIFY",
"diff": "@@ -182,7 +182,7 @@ source = \"registry+https://github.com/rust-lang/crates.io-index\"\n[[package]]\nname = \"blake2b-rs\"\n-version = \"0.1.0\"\n+version = \"0.1.2\"\nsource = \"registry+https://github.com/rust-lang/crates.io-index\"\ndependencies = [\n\"cc 1.0.29 (regis... | Rust | MIT License | nervosnetwork/ckb | chore: update template block_assembler type_hash | 1 | chore | null |
815,569 | 12.03.2019 16:14:41 | -28,800 | a37cca541a075c2da8711ecba4fe0849ed5d8cd8 | chore: remove some unused code | [
{
"change_type": "MODIFY",
"diff": "@@ -258,11 +258,6 @@ impl Transaction {\nsha3_256(serialize(&self).unwrap()).into()\n}\n- pub fn check_lock(&self, unlock: &[u8], lock: &[u8]) -> bool {\n- // TODO: check using pubkey signature\n- unlock.is_empty() || !lock.is_empty()\n- }\n-\npub fn out_points_iter(&self... | Rust | MIT License | nervosnetwork/ckb | chore: remove some unused code | 1 | chore | null |
217,922 | 12.03.2019 16:37:36 | -3,600 | 0342868ebaf880e716c05adeff0b1ebc4944185b | fix(search): fixed an issue with search filters | [
{
"change_type": "MODIFY",
"diff": "@@ -216,21 +216,21 @@ export class SearchComponent implements OnInit {\n}\n});\n}\n- if (controls.jobCategories.value.length > 0 && controls.jobCategories.value[0].length > 0) {\n+ if (controls.jobCategories.value.length > 0) {\nfilters.push({\nminMax: false,\nname: 'jobC... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(search): fixed an issue with search filters | 1 | fix | search |
815,590 | 12.03.2019 17:01:13 | -28,800 | c15cf6a9bd6fe5256fc1c745a4b0753d0af437d5 | fix: impl protocol name for CKBProtocol | [
{
"change_type": "MODIFY",
"diff": "use crate::{peers_registry::Session, PeerId, ServiceContext, SessionContext};\n-use bytes::Bytes;\nuse futures::sync::mpsc::Sender;\nuse log::error;\nuse p2p::{\n@@ -16,7 +15,7 @@ const CKB_PROTOCOL_ID_OFFSET: ProtocolId = 100;\npub struct CKBProtocol {\nid: ProtocolId,\n... | Rust | MIT License | nervosnetwork/ckb | fix: impl protocol name for CKBProtocol | 1 | fix | null |
447,447 | 12.03.2019 17:02:37 | 14,400 | 0bfee74fa764a425169452d5ba6c48d549ff80ab | fix: fix scrolling in background behind the Modal | [
{
"change_type": "MODIFY",
"diff": "@@ -9,6 +9,7 @@ import { ESCAPE_KEY, TAB_KEY } from './../../libs/constants';\nimport Header from './header';\nimport CloseIcon from './closeIcon';\nimport manageTab from './manageTab';\n+import { disableScroll, enableScroll } from './scrollController';\nimport './styles.... | JavaScript | MIT License | nexxtway/react-rainbow | fix: fix scrolling in background behind the Modal (#620) | 1 | fix | null |
471,478 | 12.03.2019 17:29:23 | -3,600 | 988420a9adf1f3fb30e2491ed600ed63f611f7be | fix(owc-dev-server): use current working directory for app index | [
{
"change_type": "MODIFY",
"diff": "@@ -133,7 +133,7 @@ app.use(express.static(rootDir));\n// serve app index.html for non asset requests to allow for SPA routing\nif (appIndex) {\n- const fullAppIndexPath = `${__dirname}/${appIndex}`;\n+ const fullAppIndexPath = `${process.cwd()}/${appIndex}`;\nif (!fs.exi... | JavaScript | MIT License | open-wc/open-wc | fix(owc-dev-server): use current working directory for app index | 1 | fix | owc-dev-server |
104,827 | 12.03.2019 18:24:11 | 18,000 | 46386187a5b5a75845084b7874c210e4969b066f | chore(list): eslint rule for jsx tag close | [
{
"change_type": "MODIFY",
"diff": "]\n}\n],\n- \"react/jsx-closing-bracket-location\": 0,\n+ \"react/jsx-closing-bracket-location\": 2,\n\"import/first\": [\n2,\n{\n",
"new_path": ".eslintrc",
"old_path": ".eslintrc"
},
{
"change_type": "MODIFY",
"diff": "import React from 'react';\nimp... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(list): eslint rule for jsx tag close | 1 | chore | list |
815,601 | 12.03.2019 19:05:40 | -28,800 | ee107067fb9839dcc395cfc07816f50c60a90f99 | fix: tx_pool trace | [
{
"change_type": "MODIFY",
"diff": "@@ -280,7 +280,7 @@ impl<CI: ChainIndex> ChainState<CI> {\nmax_cycles: Cycle,\n) {\nlet mut tx_pool = self.tx_pool.borrow_mut();\n- tx_pool.remove_staged(detached_proposal_id);\n+ tx_pool.remove_expired(detached_proposal_id);\nlet mut detached = FnvHashSet::default();\nle... | Rust | MIT License | nervosnetwork/ckb | fix: tx_pool trace | 1 | fix | null |
815,601 | 12.03.2019 19:07:30 | -28,800 | 657c2e524dea528fe2bcf9f6d260c438af2d2118 | refactor: improve sync log format | [
{
"change_type": "MODIFY",
"diff": "@@ -193,7 +193,7 @@ where\n&& inflight.insert(to_fetch_hash.clone().clone())\n{\ndebug!(\n- target: \"sync\", \"[Synchronizer] inflight insert {:?}------------{:?}\",\n+ target: \"sync\", \"[Synchronizer] inflight insert {:?}------------{:x}\",\nto_fetch.number(),\nto_fet... | Rust | MIT License | nervosnetwork/ckb | refactor: improve sync log format | 1 | refactor | null |
815,590 | 12.03.2019 20:35:55 | -28,800 | 645c8135a470aea88d9650bf97dab6bb11a7ddeb | refactor: use HashMap store peer protocol version | [
{
"change_type": "MODIFY",
"diff": "@@ -41,7 +41,6 @@ use std::time::{Duration, Instant};\nuse std::usize;\nuse tokio::codec::LengthDelimitedCodec;\n-const DIAL_BOOTNODE_TIMEOUT: u64 = 20;\nconst PING_PROTOCOL_ID: ProtocolId = 0;\npub type CKBProtocols = Vec<(CKBProtocol, Arc<dyn CKBProtocolHandler>)>;\n@@ ... | Rust | MIT License | nervosnetwork/ckb | refactor: use HashMap store peer protocol version | 1 | refactor | null |
815,590 | 12.03.2019 22:30:56 | -28,800 | febbcb936bf7160b8a1a3f2c44ea7c07f53f59af | fix: network clippy | [
{
"change_type": "MODIFY",
"diff": "@@ -163,7 +163,7 @@ impl Peer {\n}\npub fn protocol_version(&self, protocol_id: ProtocolId) -> Option<Version> {\n- self.protocols.get(&protocol_id).map(|v| *v)\n+ self.protocols.get(&protocol_id).cloned()\n}\n}\n",
"new_path": "network/src/peers_registry.rs",
"ol... | Rust | MIT License | nervosnetwork/ckb | fix: network clippy | 1 | fix | null |
67,476 | 13.03.2019 05:14:02 | -3,600 | 40db17e5bb72e5d2ec9b204ad03c0e1d82706fd3 | chore(runtime): fix resource strict types | [
{
"change_type": "MODIFY",
"diff": "@@ -21,8 +21,8 @@ export abstract class BindingModeBehavior {\n}\npublic unbind(flags: LifecycleFlags, scope: IScope, binding: Binding & WithMode): void {\n- binding.mode = binding.originalMode;\n- binding.originalMode = null;\n+ binding.mode = binding.originalMode!;\n+ b... | TypeScript | MIT License | aurelia/aurelia | chore(runtime): fix resource strict types | 1 | chore | runtime |
71,421 | 13.03.2019 05:39:46 | 25,200 | bda12f215eeef707323f1b0e0797acdd3f391af7 | fix(aws-cdk): update F# template to latest CDK version
Changed the FSharp code to be compatable with the latest changes in the aws-cdk.
Added code files to fsproj. | [
{
"change_type": "MODIFY",
"diff": "<TargetFramework>netcoreapp2.1</TargetFramework>\n</PropertyGroup>\n+ <ItemGroup>\n+ <Compile Include=\"HelloConstruct.fs\" />\n+ <Compile Include=\"HelloStack.fs\" />\n+ <Compile Include=\"Program.fs\" />\n+ </ItemGroup>\n+\n<ItemGroup>\n<PackageReference Include=\"Amazo... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(aws-cdk): update F# template to latest CDK version (#2006)
Changed the FSharp code to be compatable with the latest changes in the aws-cdk.
Added code files to fsproj. | 1 | fix | aws-cdk |
67,476 | 13.03.2019 07:05:25 | -3,600 | c4c39e6a37d4843c08226b47094b4b1d09040e68 | chore(debug): fix tracewriter nullable type | [
{
"change_type": "MODIFY",
"diff": "@@ -68,7 +68,7 @@ export const Tracer: typeof RuntimeTracer = {\n*/\nenabled: false,\nliveLoggingEnabled: false,\n- liveWriter: null,\n+ liveWriter: null!,\n/**\n* Call this at the start of a method/function.\n* Each call to `enter` **must** have an accompanying call to `... | TypeScript | MIT License | aurelia/aurelia | chore(debug): fix tracewriter nullable type | 1 | chore | debug |
67,476 | 13.03.2019 07:10:13 | -3,600 | f7445c9860b437781abb5b80ec8347ef2cd86d1b | chore(all): enable strict mode in all core packages | [
{
"change_type": "MODIFY",
"diff": "\"rootDir\": \"src\",\n\"declarationDir\": \"dist\",\n\"outDir\": \"dist/build\",\n- \"lib\": [\"esnext\", \"dom\"],\n-\n- \"noImplicitThis\": true,\n- \"alwaysStrict\": true,\n- \"strict\": false\n+ \"lib\": [\"esnext\", \"dom\"]\n},\n\"include\": [\"src\"]\n}\n",
"n... | TypeScript | MIT License | aurelia/aurelia | chore(all): enable strict mode in all core packages | 1 | chore | all |
67,476 | 13.03.2019 07:47:11 | -3,600 | aef41596d8c731dd827210342d5d70ec8a098fe5 | chore(jit-html): fix strict types | [
{
"change_type": "MODIFY",
"diff": "@@ -107,7 +107,7 @@ export function stringifyTemplateDefinition(def: ITemplateDefinition, depth: num\noutput += `TemplateDefinition: ${def.name}\\n`;\noutput += stringifyDOM(def.template as Node, depth + 1);\noutput += `${indent} Instructions:\\n`;\n- def.instructions.for... | TypeScript | MIT License | aurelia/aurelia | chore(jit-html): fix strict types | 1 | chore | jit-html |
71,689 | 13.03.2019 08:57:35 | 25,200 | bfb14b639198475cbc4a0673e1159fb033839e9b | fix(cdk): merge cloudFormation tags with aspect tags
This modifies the behavior of TagManager to enable the merging of tags
provided during Cfn* properties with tag aspects. If a collision occurs
the aspects tag precedence.
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -117,11 +117,19 @@ has a few features that are covered later to explain how this works.\n### API\n-In order to enable additional controls a Tags can specifically include or\n+In order to enable additional controls a Tag can specifically include or\nexclude a CloudForma... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(cdk): merge cloudFormation tags with aspect tags (#1762)
This modifies the behavior of TagManager to enable the merging of tags
provided during Cfn* properties with tag aspects. If a collision occurs
the aspects tag precedence.
Fixes #1725 | 1 | fix | cdk |
67,476 | 13.03.2019 09:14:43 | -3,600 | 79005b5ca0c0a5d01c6e4caa7fbf218fe0806c50 | chore(jit): fix strict types | [
{
"change_type": "MODIFY",
"diff": "@@ -135,7 +135,7 @@ export class Interpretation {\n} else {\npartsRecord[pattern].push(currentRecord[pattern]);\n}\n- currentRecord[pattern] = undefined;\n+ currentRecord[pattern] = undefined!;\n}\n}\n}\n@@ -162,14 +162,14 @@ export class State {\npublic findChild(charSpe... | TypeScript | MIT License | aurelia/aurelia | chore(jit): fix strict types | 1 | chore | jit |
67,476 | 13.03.2019 09:40:12 | -3,600 | 35f079861c610c8e79cbba4b2be3f76928992a1e | chore(all): a few tweaks | [
{
"change_type": "MODIFY",
"diff": "@@ -155,7 +155,7 @@ function buildParam(key: string, value: ComplexQueryParams, traditional?: boolea\n* @returns The generated query string, excluding leading '?'.\n*/\nexport function buildQueryString(params?: IQueryParams, traditional?: boolean): string {\n- if (params ... | TypeScript | MIT License | aurelia/aurelia | chore(all): a few tweaks | 1 | chore | all |
67,476 | 13.03.2019 10:11:41 | -3,600 | 9c63e7183ea2ad4111d4c92e31b46a5cab3c182a | chore(jit-html): encode unicode test titles | [
{
"change_type": "MODIFY",
"diff": "@@ -57,7 +57,7 @@ describe('template-compiler.binding-commands.class', function() {\nconst testCases: ITestCase[] = [\n{\nselector: 'button',\n- title: (className: string, callIndex: number) => `${callIndex}. <button class.${className}=value>`,\n+ title: (className: strin... | TypeScript | MIT License | aurelia/aurelia | chore(jit-html): encode unicode test titles | 1 | chore | jit-html |
217,922 | 13.03.2019 10:17:09 | -3,600 | c73d3242c6169093a79f18f83daa5a411caa4f35 | fix(list): fixed an issue with total trade popup not doing proper math | [
{
"change_type": "MODIFY",
"diff": "@@ -40,9 +40,11 @@ export class TotalPanelPricePopupComponent implements OnInit {\n} else if (row.tradeSources !== undefined && row.tradeSources.length > 0) {\nconst tradeSource = this.getTradeSourceByPriority(row.tradeSources);\nconst trade = tradeSource.trades[0];\n+ co... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(list): fixed an issue with total trade popup not doing proper math | 1 | fix | list |
127,940 | 13.03.2019 10:17:48 | -7,200 | 5aeeba068d55623cf0f1467fa0553596b35dbe92 | fix(docs): code block syntax highlighting | [
{
"change_type": "MODIFY",
"diff": "@@ -66,7 +66,7 @@ export const Code = ({ codeString, language, ...props }: CodeProps) =>\n<LiveError />\n</LiveProvider>\n) : (\n- <div css={codeWrapper}>\n+ <div css={[codeWrapper, syntaxStyles]}>\n<Highlight\n{...defaultProps}\ncode={codeString}\n",
"new_path": "doc... | TypeScript | MIT License | coingaming/moon-design | fix(docs): code block syntax highlighting | 1 | fix | docs |
531,793 | 13.03.2019 10:29:39 | 0 | 1ce7f1b2d0c983f8cfef0aacf3b92a97ccb9630b | fix(backend): workaround viper map key parsing
This is a workaround until this issue is fixed upstream.
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -3,6 +3,7 @@ package config\nimport (\n\"bufio\"\n\"bytes\"\n+ \"io/ioutil\"\n\"os\"\n\"strings\"\n\"time\"\n@@ -184,6 +185,28 @@ func (config *configSchema) Read() {\nlog.Fatalf(\"Invalid grid.sorting.order value '%s', allowed options: disabled, startsAt, label\", con... | TypeScript | Apache License 2.0 | prymitive/karma | fix(backend): workaround viper map key parsing
This is a workaround until this issue is fixed upstream.
Fixes #507 | 1 | fix | backend |
104,818 | 13.03.2019 11:49:39 | 18,000 | 192f0d8583723c7e59af9f644cd977894dcf9227 | feat(tilecatalog): add pagination tile catalog | [
{
"change_type": "MODIFY",
"diff": "@@ -32,6 +32,7 @@ const StyledButton = styled.div`\njustify-content: center;\nalign-items: center;\nborder: 1px solid ${COLORS.lightGrey};\n+ outline-offset: -3px;\n${props =>\nprops.onClick\n",
"new_path": "src/components/SimplePagination/SimplePagination.jsx",
"... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(tilecatalog): add pagination tile catalog | 1 | feat | tilecatalog |
730,429 | 13.03.2019 12:04:31 | 14,400 | 60e534df670c4433c6fdca26dcfb267510678d3d | chore(package): update collab-ui version to ^12.0.2 | [
{
"change_type": "MODIFY",
"diff": "\"dev\": true\n},\n\"@babel/runtime\": {\n- \"version\": \"7.2.0\",\n- \"resolved\": \"https://registry.npmjs.org/@babel/runtime/-/runtime-7.2.0.tgz\",\n- \"integrity\": \"sha512-oouEibCbHMVdZSDlJBO6bZmID/zA/G/Qx3H1d3rSNPTD+L8UNKvCat7aKWSJ74zYbm5zWGh0GQN0hKj8zYFTCg==\",\n... | JavaScript | MIT License | webex/react-widgets | chore(package): update collab-ui version to ^12.0.2 | 1 | chore | package |
730,429 | 13.03.2019 12:05:55 | 14,400 | 95e15e0aa842e69252b9cd852ecb6badbe509576 | test: update snapshots for latest collab-ui components | [
{
"change_type": "MODIFY",
"diff": "@@ -74,6 +74,7 @@ exports[`ActivityMenuHeader component renders properly with three activities 1`]\nhref=\"\"\niconColor=\"black\"\nindex={null}\n+ isButtonGroup={false}\nlabel=\"\"\nlarge={false}\nloading={false}\n",
"new_path": "packages/node_modules/@ciscospark/rea... | JavaScript | MIT License | webex/react-widgets | test: update snapshots for latest collab-ui components | 1 | test | null |
104,818 | 13.03.2019 12:07:08 | 18,000 | b47fdc82cf8afb6353a8dd985ecad80d14bdcea8 | test(tilecatalog): additional example search story | [
{
"change_type": "MODIFY",
"diff": "@@ -69,7 +69,9 @@ const defaultProps = {\n};\n/**\n- * Renders a searchable and pageable catalog of RadioTiles from carbon. Couldn't reuse the TileGroup component from Carbon due to this limitation\n+ * Renders a searchable and pageable catalog of RadioTiles from carbon. ... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | test(tilecatalog): additional example search story | 1 | test | tilecatalog |
104,818 | 13.03.2019 12:21:07 | 18,000 | 645cf299c54d6dd95afc9b473486bfdebfd9e2ae | feat(tilecatalog): support no matches case | [
{
"change_type": "MODIFY",
"diff": "import React, { useState, useEffect } from 'react';\nimport PropTypes from 'prop-types';\nimport styled from 'styled-components';\n-import { RadioTile, Search } from 'carbon-components-react';\n+import { RadioTile, Tile, Search } from 'carbon-components-react';\nimport Si... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(tilecatalog): support no matches case | 1 | feat | tilecatalog |
104,818 | 13.03.2019 12:38:35 | 18,000 | 5914012f116a75862bf4578b90c463f03307d1e1 | fix(tilecatalog): few small style updates | [
{
"change_type": "MODIFY",
"diff": "@@ -18,6 +18,7 @@ const StyledCatalogHeader = styled.div`\nflex-flow: row nowrap;\njustify-content: space-between;\nheight: 40px;\n+ margin-bottom: 0.5rem;\nalign-items: center;\n.bx--search {\nmax-width: 250px;\n@@ -36,6 +37,10 @@ const StyledTiles = styled.div`\n}\n`;\n... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(tilecatalog): few small style updates | 1 | fix | tilecatalog |
71,371 | 13.03.2019 13:38:41 | -3,600 | e1a1a7ba5d37db6e6694a24979e6138961924ed6 | fix(aws-cdk): fix VpcNetwork.importFromContext()
Check VpnGateways length in VPC provider, which would lead to failure to import VPCs
without VPN gateways.
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -85,7 +85,9 @@ export class VpcNetworkContextProviderPlugin implements ContextProviderPlugin {\n}\n]\n}).promise();\n- const vpnGatewayId = vpnGatewayResponse.VpnGateways ? vpnGatewayResponse.VpnGateways[0].VpnGatewayId : undefined;\n+ const vpnGatewayId = vpnGatewayRe... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(aws-cdk): fix VpcNetwork.importFromContext() (#2008)
Check VpnGateways length in VPC provider, which would lead to failure to import VPCs
without VPN gateways.
Fixes #1998 | 1 | fix | aws-cdk |
71,663 | 13.03.2019 13:44:22 | 25,200 | a1df717306a2254e29bfab5e077a85f1da1dc89d | feat: add more directories excluded and treated as source in the JetBrains script. | [
{
"change_type": "MODIFY",
"diff": "@@ -2,38 +2,59 @@ const fs = require('fs');\nconst path = require('path');\nconst os = require('os');\n-const getAllChildDirectories = (dir) => fs.readdirSync(dir).map(name => path.join(dir, name.toString())).filter(name => fs.lstatSync(name).isDirectory());\n+function is... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat: add more directories excluded and treated as source in the JetBrains script. (#1961) | 1 | feat | null |
127,940 | 13.03.2019 13:46:13 | -7,200 | 7c696256704ae78119739cbd331ca2de11596096 | feat(docs): introduce config file | [
{
"change_type": "ADD",
"diff": "+{\n+ \"siteTitle\": \"Sportsbet.io\",\n+ \"author\": \"Sportsbet.io\",\n+ \"description\": \"Everything you need to know about the Sportsbet.io Design System\",\n+ \"designSections\": [\n+ \"Global\",\n+ \"Tokens\",\n+ \"Objects\",\n+ \"Icons\",\n+ \"Components\",\n+ \"Util... | TypeScript | MIT License | coingaming/moon-design | feat(docs): introduce config file | 1 | feat | docs |
127,977 | 13.03.2019 15:04:16 | -7,200 | 81b929f3b171d21ec494eaf3ddc14a2003eda13d | chore: moved tslint config | [
{
"change_type": "RENAME",
"diff": "{\n\"extends\": [\"tslint-config-airbnb\", \"tslint-config-prettier\"],\n- \"rulesDirectory\": [\"node_modules/tslint-microsoft-contrib\"],\n+ \"rulesDirectory\": [\"../../node_modules/tslint-microsoft-contrib\"],\n\"rules\": {\n\"variable-name\": [\ntrue,\n",
"new_pa... | TypeScript | MIT License | coingaming/moon-design | chore: moved tslint config | 1 | chore | null |
815,601 | 13.03.2019 15:16:57 | -28,800 | 4e7a0f6f5d9e9773323296f0a5e3550811a06685 | feat: remove uncle cellbase | [
{
"change_type": "MODIFY",
"diff": "use crate::block::Block;\nuse crate::header::Header;\n-use crate::transaction::{ProposalShortId, Transaction};\n+use crate::transaction::ProposalShortId;\nuse crate::BlockNumber;\nuse bincode::serialize;\nuse hash::blake2b_256;\n@@ -10,7 +10,6 @@ use serde_derive::{Deseri... | Rust | MIT License | nervosnetwork/ckb | feat: remove uncle cellbase | 1 | feat | null |
104,818 | 13.03.2019 15:31:52 | 18,000 | 8edc410cdb24a2b53bdfb981d92e99f2e1d5e3c5 | chore(eslint): add hooks eslint rules | [
{
"change_type": "MODIFY",
"diff": "\"jsx\": true\n}\n},\n- \"plugins\": [\"babel\", \"react\", \"jsx-a11y\", \"import\", \"jest\", \"lodash\"],\n+ \"plugins\": [\"babel\", \"react\", \"jsx-a11y\", \"import\", \"jest\", \"lodash\", \"react-hooks\"],\n\"settings\": {\n\"react\": {\n\"version\": \"16.4\" // R... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(eslint): add hooks eslint rules | 1 | chore | eslint |
104,818 | 13.03.2019 15:41:19 | 18,000 | c4942496a9a1d2b8fc71aa55e2de0c3bb7002a36 | fix(tilecatalog): fix empty state to match table | [
{
"change_type": "MODIFY",
"diff": "@@ -2,18 +2,16 @@ import React, { useState, useEffect } from 'react';\nimport PropTypes from 'prop-types';\nimport styled from 'styled-components';\nimport { RadioTile, Tile, Search } from 'carbon-components-react';\n+import { Bee32 } from '@carbon/icons-react';\nimport S... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(tilecatalog): fix empty state to match table | 1 | fix | tilecatalog |
730,412 | 13.03.2019 15:55:25 | 0 | 35e984fdaf9623daaba8ad1594e6dcb6717a6b84 | chore(release): 0.1.432 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"0.1.432\"></a>\n+## [0.1.432](https://github.com/webex/react-ciscospark/compare/v0.1.... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.1.432 | 1 | chore | release |
127,977 | 13.03.2019 16:03:58 | -7,200 | 866161f7c231626a4620daf3133649ef0e80a736 | chore: tutorial on how to rebase pull requests | [
{
"change_type": "MODIFY",
"diff": "@@ -86,6 +86,19 @@ The different types of branches should be named as follows:\n1. One approved, it's down to you to merge the branch into `develop`. Code can **only** be contributed to `develop` via using pull requests.\n1. Delete your branch.\n+#### Rebasing develop bra... | TypeScript | MIT License | coingaming/moon-design | chore: tutorial on how to rebase pull requests | 1 | chore | null |
815,569 | 13.03.2019 16:06:06 | -28,800 | f35a248630bd8d70c952c3fdf76a0c4dbd5224e3 | fix: error information of max_uncles_age verify | [
{
"change_type": "MODIFY",
"diff": "@@ -284,14 +284,14 @@ impl<CP: ChainProvider + Clone> UnclesVerifier<CP> {\n}\n// verify uncles age\n- let max_uncles_age = self.provider.consensus().max_uncles_age();\n+ let max_uncles_age = self.provider.consensus().max_uncles_age() as u64;\nfor uncle in block.uncles() ... | Rust | MIT License | nervosnetwork/ckb | fix: error information of max_uncles_age verify | 1 | fix | null |
815,569 | 13.03.2019 16:08:13 | -28,800 | 24e17d5f5842727cf3103e5549513057200fd289 | chore: idiomatic rust, may be efficient | [
{
"change_type": "MODIFY",
"diff": "@@ -269,8 +269,8 @@ impl<CI: ChainIndex> ChainProvider for Shared<CI> {\nmatch self.get_transaction(&previous_output.hash) {\nSome(previous_transaction) => {\nlet index = previous_output.index as usize;\n- if index < previous_transaction.outputs().len() {\n- fee += previo... | Rust | MIT License | nervosnetwork/ckb | chore: idiomatic rust, may be efficient | 1 | chore | null |
815,569 | 13.03.2019 16:14:15 | -28,800 | bd59ab35c36a4f0029292004bced07a70e556110 | chore: the same way as may be efficient | [
{
"change_type": "MODIFY",
"diff": "@@ -125,9 +125,9 @@ impl<'a> DuplicateInputsVerifier<'a> {\npub fn verify(&self) -> Result<(), TransactionError> {\nlet transaction = self.transaction;\n- let inputs = transaction.inputs().iter().collect::<HashSet<_>>();\n+ let mut seen = HashSet::with_capacity(self.trans... | Rust | MIT License | nervosnetwork/ckb | chore: the same way as https://github.com/nervosnetwork/ckb/blob/develop/verification/src/block_verifier.rs#L150, may be efficient | 1 | chore | null |
127,940 | 13.03.2019 16:15:44 | -7,200 | fc75ccf309926a589cb62182db0ea894a2a36208 | feat(icons): add euro and bitcoin | [
{
"change_type": "MODIFY",
"diff": "Binary files a/design/assets/src/icons/icons.sketch and b/design/assets/src/icons/icons.sketch differ\n",
"new_path": "design/assets/src/icons/icons.sketch",
"old_path": "design/assets/src/icons/icons.sketch"
},
{
"change_type": "ADD",
"diff": "+<?xml ... | TypeScript | MIT License | coingaming/moon-design | feat(icons): add euro and bitcoin | 1 | feat | icons |
815,569 | 13.03.2019 16:24:21 | -28,800 | eff8b943945efdeabc000b71e660da2ac3a9fa5d | chore: avoid if/else-if if could | [
{
"change_type": "MODIFY",
"diff": "@@ -185,17 +185,17 @@ impl<'a> CapacityVerifier<'a> {\n.fold(0, |acc, output| acc + output.capacity);\nif inputs_total < outputs_total {\n- Err(TransactionError::OutputsSumOverflow)\n- } else if self\n+ return Err(TransactionError::OutputsSumOverflow);\n+ }\n+ if self\n.r... | Rust | MIT License | nervosnetwork/ckb | chore: avoid if/else-if if could | 1 | chore | null |
127,940 | 13.03.2019 16:37:13 | -7,200 | ace2c75ade3d3c56cb834f85e65cda53cdeea7eb | feat(card): add backgroundIcon support | [
{
"change_type": "MODIFY",
"diff": "@@ -17,8 +17,10 @@ Containers for mixed content and media about a single subject.\nDefault template, using the `flex` layout modifier to balance space between items.\n+[Icons](../icons) can also be passed via `backgroundIcon` for extra cosmetic context.\n+\n```jsx react-l... | TypeScript | MIT License | coingaming/moon-design | feat(card): add backgroundIcon support | 1 | feat | card |
603,467 | 13.03.2019 17:20:15 | 0 | db6e46566f017097d8ad81b47809bcdb835fb266 | feat(assertions): isBefore, isAfter and containItemsWhereEachItem expectations | [
{
"change_type": "ADD",
"diff": "+import 'mocha';\n+\n+import { expect } from '@integration/testing-tools';\n+import { Actor, AssertionError, Question } from '@serenity-js/core';\n+import { containItemsWhereEachItem, Ensure, equals, isGreaterThan } from '../../src';\n+\n+describe('containItemsWhereEachItem'... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | feat(assertions): isBefore, isAfter and containItemsWhereEachItem expectations | 1 | feat | assertions |
791,704 | 13.03.2019 17:26:01 | 25,200 | b548452d8b0c3903d30c0effee0e10649ac8f5e6 | clients(lightrider): always use transferSize from X-TotalFetchedSize header | [
{
"change_type": "MODIFY",
"diff": "@@ -31,7 +31,7 @@ async function runLighthouseInLR(connection, url, flags, lrOpts) {\nconst {lrDevice, categoryIDs, logAssets, keepRawValues} = lrOpts;\n// Certain fixes need to kick in under LR, see https://github.com/GoogleChrome/lighthouse/issues/5839\n- global.isLight... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | clients(lightrider): always use transferSize from X-TotalFetchedSize header (#7478) | 1 | clients | lightrider |
730,412 | 13.03.2019 17:30:17 | 0 | 1b48c86601d399d0f1a57c012f07c2b4825bfb21 | chore(release): 0.1.433 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"0.1.433\"></a>\n+## [0.1.433](https://github.com/webex/react-ciscospark/compare/v0.1.... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.1.433 | 1 | chore | release |
815,601 | 13.03.2019 17:53:26 | -28,800 | a61ccf678e7aff1d4da41eae995dde8d9fd58b8f | feat: disable logger in subcommand | [
{
"change_type": "MODIFY",
"diff": "@@ -19,7 +19,9 @@ fn main() {\n_ => unreachable!(),\n},\n(\"run\", Some(run_matches)) => {\n- cli::run(setup(&run_matches));\n+ let setup = setup(&run_matches);\n+ logger::init(setup.configs.logger.clone()).expect(\"Init Logger\");\n+ cli::run(setup);\n}\n(\"miner\", Some... | Rust | MIT License | nervosnetwork/ckb | feat: disable logger in subcommand | 1 | feat | null |
471,622 | 13.03.2019 19:35:16 | 0 | 2fa18254e40bf671f3296d2600040bd2ccab8b00 | feat(create): add building-rollup generator | [
{
"change_type": "ADD",
"diff": "+import { askTagInfo } from '../../helpers.js';\n+\n+const BuildingRollupMixin = subclass =>\n+ class extends subclass {\n+ async execute() {\n+ await super.execute();\n+\n+ const { tagName, className } = await askTagInfo();\n+ this.templateData = { ...this.templateData, tag... | JavaScript | MIT License | open-wc/open-wc | feat(create): add building-rollup generator | 1 | feat | create |
217,899 | 13.03.2019 19:40:57 | -32,400 | 71a7cc7384b4e45da3d4521af9c5d60539095e43 | feat(localisation): you can now search in Korean from Gathering items | [
{
"change_type": "MODIFY",
"diff": "@@ -128,18 +128,31 @@ export class DataService {\n* @returns {Observable<ItemData[]>}\n*/\npublic searchGathering(name: string): Observable<any[]> {\n- if (name.length < 3) {\n- return of([]);\n- }\nlet lang = this.i18n.currentLang;\n- if (['en', 'fr', 'de', 'ja'].indexOf... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(localisation): you can now search in Korean from Gathering items | 1 | feat | localisation |
127,977 | 13.03.2019 22:07:52 | -7,200 | 3eb77ddca4e59244e0110aa66f6d50e3852a609e | feat: added building portals | [
{
"change_type": "MODIFY",
"diff": "\"scripts\": {\n\"commit\": \"git-cz\",\n\"build\": \"tsc -b\",\n+ \"portals:build\": \"lerna run --scope \\\"@heathmont/sportsbet-*-portal\\\" --stream --parallel build\",\n\"clean\": \"rimraf {design,docs,portals}/**/{lib,dist,.cache,public}/\",\n\"nuke\": \"yarn clean ... | TypeScript | MIT License | coingaming/moon-design | feat: added building portals | 1 | feat | null |
67,476 | 14.03.2019 00:09:51 | -3,600 | 4b7bc3fc18babf2503fa3c91c174513ccfa47bf2 | perf(if): unroll the custom attribute lifecycle | [
{
"change_type": "MODIFY",
"diff": "@@ -12,7 +12,7 @@ import {\nimport { ITargetedInstruction, TemplateDefinition, TemplatePartDefinitions } from './definitions';\nimport { INode, INodeSequence, IRenderLocation } from './dom';\nimport { Hooks, LifecycleFlags, State } from './flags';\n-import { IChangeTracke... | TypeScript | MIT License | aurelia/aurelia | perf(if): unroll the custom attribute lifecycle | 1 | perf | if |
67,476 | 14.03.2019 01:36:40 | -3,600 | d1d7ac4942202daaf57db57b92afce17e4d0054a | test(if): disable proxy tests for now | [
{
"change_type": "MODIFY",
"diff": "@@ -99,7 +99,7 @@ describe(`If/Else`, function () {\nconst strategySpecs: StrategySpec[] = [\n{ t: '1', strategy: BindingStrategy.getterSetter },\n- { t: '2', strategy: BindingStrategy.proxies },\n+ //{ t: '2', strategy: BindingStrategy.proxies },\n];\nconst duplicateOper... | TypeScript | MIT License | aurelia/aurelia | test(if): disable proxy tests for now | 1 | test | if |
67,476 | 14.03.2019 01:47:33 | -3,600 | ad0f29d78e1c9f42c6adaedff437955003e1aecb | refactor(replaceable): unwrap replaceable attribute lifecycle | [
{
"change_type": "MODIFY",
"diff": "@@ -135,7 +135,7 @@ export class If<T extends INode = INode> implements If<T> {\nflags |= LifecycleFlags.fromBind;\nif (isBound(this.$state)) {\nif (this.$scope === scope) return;\n- this.coordinator.unbinding(flags);\n+ this.$unbind(flags);\n}\nthis.$scope = scope;\n",
... | TypeScript | MIT License | aurelia/aurelia | refactor(replaceable): unwrap replaceable attribute lifecycle | 1 | refactor | replaceable |
531,793 | 14.03.2019 09:55:00 | 0 | aecd4f015e37979086676fe1283c9dea9cfeaa49 | chore(github): enable probot/stale bot
This bot will handle closing old PRs that had no activity | [
{
"change_type": "ADD",
"diff": "+# Configuration for probot-stale - https://github.com/probot/stale\n+\n+# Number of days of inactivity before an Issue or Pull Request becomes stale\n+daysUntilStale: 60\n+\n+# Number of days of inactivity before an Issue or Pull Request with the stale label is closed.\n+# ... | TypeScript | Apache License 2.0 | prymitive/karma | chore(github): enable probot/stale bot
This bot will handle closing old PRs that had no activity | 1 | chore | github |
730,429 | 14.03.2019 10:39:41 | 14,400 | 23c0bd4cdd53fbe7dc01c115cb4bf79ef257dd06 | style: remove unneeded collab sass params | [
{
"change_type": "ADD",
"diff": "+$brand-font-folder: \"~@collab-ui/core/fonts\";\n+$icon-font-path: \"~@collab-ui/icons/fonts\";\n+\n+@import '~@collab-ui/core/scss/collab-ui';\n",
"new_path": "packages/node_modules/@ciscospark/react-component-presence-avatar/src/collab.scss",
"old_path": null
},... | JavaScript | MIT License | webex/react-widgets | style: remove unneeded collab sass params | 1 | style | null |
573,225 | 14.03.2019 11:10:44 | 25,200 | 85ca117c867c972b8890a1f3cdcd41cf08662b57 | chore(dev): fix homepage info and npmignore | [
{
"change_type": "MODIFY",
"diff": "@@ -10,3 +10,5 @@ docs\nexamples\ntest\ntools\n+.vscode\n+.idea\n",
"new_path": ".npmignore",
"old_path": ".npmignore"
},
{
"change_type": "MODIFY",
"diff": "\"Zachary Snow\"\n],\n\"name\": \"restify\",\n- \"homepage\": \"http://restifyjs.com\",\n+ \"h... | JavaScript | MIT License | restify/node-restify | chore(dev): fix homepage info and npmignore | 1 | chore | dev |
503,933 | 14.03.2019 11:44:23 | 14,400 | 9ef332c6708952a86c64bf3fcb63937a1e4f0eb2 | fix(Chip, NavItem): Fixed Typescript definition file errors
#1506 | [
{
"change_type": "MODIFY",
"diff": "-import { FunctionComponent, HTMLProps } from 'react';\n+import { FunctionComponent, HTMLProps, ReactNode } from 'react';\nimport { OneOf } from '../../helpers/typeUtils';\nimport { TooltipPosition } from '../Tooltip';\nexport interface ChipProps extends HTMLProps<HTMLDiv... | TypeScript | MIT License | patternfly/patternfly-react | fix(Chip, NavItem): Fixed Typescript definition file errors (#1560)
#1559, #1506 | 1 | fix | Chip, NavItem |
815,590 | 14.03.2019 11:49:52 | -28,800 | 464b333367ec5bf69b4028e8712c2b8c3e15b4b8 | fix: network protocol_id mismatch | [
{
"change_type": "MODIFY",
"diff": "@@ -83,7 +83,7 @@ impl PeerInfo {\ntype P2PService = Service<EventHandler, LengthDelimitedCodec>;\npub struct Network {\n- peers_registry: RwLock<PeersRegistry>,\n+ pub(crate) peers_registry: RwLock<PeersRegistry>,\npeer_store: Arc<RwLock<dyn PeerStore>>,\nlistened_addres... | Rust | MIT License | nervosnetwork/ckb | fix: network protocol_id mismatch | 1 | fix | null |
722,013 | 14.03.2019 12:06:55 | 18,000 | 952e5cd3e9599e92e778425f8103477065e1bdb1 | fix(ci): split lerna in ci between version and publish
Need to add a commit to force the ci to run and it's a good moment to
experiment with ci | [
{
"change_type": "MODIFY",
"diff": "@@ -86,7 +86,8 @@ jobs:\n- git remote set-url origin \"https://${GH_TOKEN}@github.com/vue-styleguidist/vue-styleguidist.git\" > /dev/null 2>&1\n- git checkout master\n- echo \"//registry.npmjs.org/:_authToken=\\${NPM_TOKEN}\" >> $HOME/.npmrc 2> /dev/null\n- - yarn lerna p... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix(ci): split lerna in ci between version and publish
Need to add a commit to force the ci to run and it's a good moment to
experiment with ci | 1 | fix | ci |
603,467 | 14.03.2019 12:19:52 | 0 | 09ccdb00a4967f3d0722445899155df6ffd41e25 | fix(protractor): Corrected the interface of LastScriptExecution.result | [
{
"change_type": "MODIFY",
"diff": "@@ -30,12 +30,12 @@ describe('Scroll', function() {\nNavigate.to(aLongSpell),\nExecuteScript.sync(`return arguments[0].getBoundingClientRect().top;`).withArguments(Page.Execute_Button),\n- Ensure.that(LastScriptExecution.result(), isGreaterThan(1000)),\n+ Ensure.that(Last... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | fix(protractor): Corrected the interface of LastScriptExecution.result | 1 | fix | protractor |
815,590 | 14.03.2019 12:35:42 | -28,800 | 549136a4edf6c133e358d41cb77e8acc550f4d9c | fix: network integration tests | [
{
"change_type": "MODIFY",
"diff": "@@ -27,6 +27,7 @@ pub(crate) use p2p::{\nservice::ServiceControl,\n};\nuse serde_derive::Deserialize;\n+use std::time::Duration;\nconst DEFAULT_OUTGOING_PEERS_RATIO: u32 = 3;\n@@ -37,7 +38,7 @@ pub type PeerIndex = usize;\npub struct Config {\npub listen_addresses: Vec<mu... | Rust | MIT License | nervosnetwork/ckb | fix: network integration tests | 1 | fix | null |
815,590 | 14.03.2019 12:44:27 | -28,800 | f2ba52334b1140618305862868d2a614d2451436 | chore: rebase Cargo.lock | [
{
"change_type": "MODIFY",
"diff": "@@ -785,23 +785,6 @@ dependencies = [\n\"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)\",\n]\n-[[package]]\n-name = \"core-foundation\"\n-version = \"0.2.3\"\n-source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-dependencies = [\n- ... | Rust | MIT License | nervosnetwork/ckb | chore: rebase Cargo.lock | 1 | chore | null |
471,529 | 14.03.2019 12:44:31 | -10,800 | 613a672106c919e55b6f1a1b3078ee9a99fc0c0a | fix(testing-helpers): make fixture type generic | [
{
"change_type": "MODIFY",
"diff": "import { TemplateResult } from 'lit-html';\n-export function fixtureSync(template: string | TemplateResult): Element;\n-export function fixture(template: string | TemplateResult): Promise<Element>;\n+export function fixtureSync<T extends Element = Element>(template: strin... | JavaScript | MIT License | open-wc/open-wc | fix(testing-helpers): make fixture type generic | 1 | fix | testing-helpers |
722,013 | 14.03.2019 12:44:52 | 18,000 | 628fca5dc1df2495ae3ebd5ed4ec2e4399842c82 | fix(git): fixup gitattributes | [
{
"change_type": "MODIFY",
"diff": "-**/*.* text eol=lf\n+*.js text eol=lf\n+*.ts text eol=lf\n+*.jsx text eol=lf\n+*.tsx text eol=lf\n+*.json text eol=lf\n",
"new_path": ".gitattributes",
"old_path": ".gitattributes"
},
{
"change_type": "MODIFY",
"diff": "fswin \"^2.17.1227\"\n\"@apollo... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix(git): fixup gitattributes | 1 | fix | git |
103,440 | 14.03.2019 12:53:56 | -7,200 | 30fed6f3668bef1c75c69761137cce1fd581b1eb | feat: add titleStyle and descriptionStyle props to List.Item | [
{
"change_type": "MODIFY",
"diff": "import color from 'color';\nimport * as React from 'react';\nimport { View, StyleSheet } from 'react-native';\n+import type {\n+ ViewStyleProp,\n+ TextStyleProp,\n+} from 'react-native/Libraries/StyleSheet/StyleSheet';\nimport TouchableRipple from '../TouchableRipple';\ni... | TypeScript | MIT License | callstack/react-native-paper | feat: add titleStyle and descriptionStyle props to List.Item (#911) | 1 | feat | null |
730,414 | 14.03.2019 13:57:05 | 14,400 | e56d5575394252e3b3156fa7c5e11a6e85803087 | feat(react-redux-spark): make federation configurable | [
{
"change_type": "MODIFY",
"diff": "@@ -8,3 +8,4 @@ SAUCE_USERNAME=\nSAUCE_ACCESS_KEY=\nNETLIFY_SITE_ID=\nNETLIFY_ACCESS_TOKEN=\n+FEDERATION=\n",
"new_path": ".env.default",
"old_path": ".env.default"
},
{
"change_type": "MODIFY",
"diff": "@@ -71,7 +71,7 @@ function defaultConfig(options... | JavaScript | MIT License | webex/react-widgets | feat(react-redux-spark): make federation configurable | 1 | feat | react-redux-spark |
730,414 | 14.03.2019 13:58:26 | 14,400 | a44c1952b4baff0fd82ed38c498df89782b723c5 | test(federation): enable federation for tests | [
{
"change_type": "MODIFY",
"diff": "@@ -65,6 +65,7 @@ jobs:\nbuild_for_tests:\n<<: *job_common\nenvironment:\n+ - FEDERATION: \"true\"\n- NODE_ENV: \"test\"\n- ACL_SERVICE_URL: \"https://acl-intb.ciscospark.com/acl/api/v1\"\n- ATLAS_SERVICE_URL: \"https://atlas-intb.ciscospark.com/admin/api/v1\"\n",
"ne... | JavaScript | MIT License | webex/react-widgets | test(federation): enable federation for tests | 1 | test | federation |
722,013 | 14.03.2019 14:19:15 | 18,000 | 8092b955818c80ec63ec22d9b75a44fa8a4be7fe | ci(travis): add git reset on publish > no changes on yarn.lock | [
{
"change_type": "MODIFY",
"diff": "@@ -85,6 +85,7 @@ jobs:\n- git config --global user.email \"cluedude@hotmail.com\"\n- git remote set-url origin \"https://${GH_TOKEN}@github.com/vue-styleguidist/vue-styleguidist.git\" > /dev/null 2>&1\n- git checkout master\n+ - git reset --hard\n- echo \"//registry.npmj... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | ci(travis): add git reset on publish > no changes on yarn.lock | 1 | ci | travis |
722,013 | 14.03.2019 14:43:00 | 18,000 | 5f3f8afdb3069b273d3b919fbc5f39b9a5b78126 | ci(temporary): force publish | [
{
"change_type": "MODIFY",
"diff": "@@ -29,13 +29,13 @@ script:\n- yarn test:jest --runInBand\nstages:\n- - lint\n- - test\n- - integration\n+ #- lint\n+ #- test\n+ #- integration\n- name: release\nif: type != pull_request AND branch = master\n- - name: documentation\n- if: type != pull_request AND branch =... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | ci(temporary): force publish | 1 | ci | temporary |
722,013 | 14.03.2019 14:55:18 | 18,000 | 2a0cefae83541ff95bfdeddd080c1581a69640c7 | ci(travis): uncomment lerna version | [
{
"change_type": "MODIFY",
"diff": "@@ -87,7 +87,7 @@ jobs:\n- git checkout master\n- git reset --hard\n- echo \"//registry.npmjs.org/:_authToken=\\${NPM_TOKEN}\" >> $HOME/.npmrc 2> /dev/null\n- #- yarn lerna version --yes --no-changelog\n+ - yarn lerna version --yes --no-changelog\n- yarn lerna publish fro... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | ci(travis): uncomment lerna version | 1 | ci | travis |
217,922 | 14.03.2019 15:04:48 | -3,600 | 2e069fbdc42a45ce600a0de8afd938a637574780 | feat(simulator): added a warning message about level 70 quest for stroke of genius | [
{
"change_type": "MODIFY",
"diff": "formControlName=\"specialist\"\n(click)=\"toggleSpecialist()\">{{'SIMULATOR.CONFIGURATION.Specialist'\n| translate}}</label>\n+ <nz-form-extra>{{'SIMULATOR.CONFIGURATION.Quest_warning' | translate}}</nz-form-extra>\n</nz-form-control>\n</nz-form-item>\n</div>\n",
"new... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(simulator): added a warning message about level 70 quest for stroke of genius | 1 | feat | simulator |
531,793 | 14.03.2019 15:17:38 | 0 | 4d138ddca78bc2ea03ca6f613774424547dd7ffe | fix(ui): tweak animations
Cleanup props by removing 'in' which is passed in from parent.
Set dropdown max-height to be biggish, so that the dropdown doesn't need to expand more after animation is complete.
Drop margin, padding and border overrides so transitions can't alter the size of the dropdown. | [
{
"change_type": "MODIFY",
"diff": ".components-animation-slide-enter,\n.components-animation-slide-appear {\n- opacity: 0.01;\n+ opacity: 0.25;\noverflow: hidden;\nmax-height: 0px;\n- border: 0;\n- padding: 0;\n- margin: 0;\n}\n.components-animation-slide-enter-active,\n.components-animation-slide-appear-a... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): tweak animations
Cleanup props by removing 'in' which is passed in from parent.
Set dropdown max-height to be biggish, so that the dropdown doesn't need to expand more after animation is complete.
Drop margin, padding and border overrides so transitions can't alter the size of the dropdown. | 1 | fix | ui |
791,704 | 14.03.2019 15:23:57 | 25,200 | eb324759718b09fe7dc7b434555f37a1e24a56aa | renderer: fix PWA badge from disappearing on scroll | [
{
"change_type": "MODIFY",
"diff": "}\n.lh-scores-header .lh-gauge--pwa__wrapper {\n- border-left: 1px solid var(--report-secondary-border-color)\n+ border-left: 1px solid var(--report-secondary-border-color);\n+ /* Can remove when this bug is resolved: https://bugs.chromium.org/p/chromium/issues/detail?id=... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | renderer: fix PWA badge from disappearing on scroll (#7512) | 1 | renderer | null |
127,946 | 14.03.2019 15:30:38 | -7,200 | 15a2b7a0e57f5bf87a6ba234d668f086adae662d | build(user-portal): fix server side rendering
feat: adding .env.example
feat: fixed ssr on docker
fix(user-portal): move webpack configs | [
{
"change_type": "MODIFY",
"diff": "# System\n.DS_Store\n+# ENV\n+.env\n+\n# IDE\n.vscode\n.idea\n",
"new_path": ".gitignore",
"old_path": ".gitignore"
},
{
"change_type": "MODIFY",
"diff": "{\n- \"presets\": [\"@babel/preset-env\", \"@babel/preset-react\", \"@babel/preset-typescript\"],... | TypeScript | MIT License | coingaming/moon-design | build(user-portal): fix server side rendering
feat: adding .env.example
feat: fixed ssr on docker
fix(user-portal): move webpack configs | 1 | build | user-portal |
531,793 | 14.03.2019 16:08:22 | 0 | b97f9dbc381092d40dae906c64c39427b1e3286d | chore(ci): speed up travis jobs
Use fewer groups and avoid double building docker images on tag builds | [
{
"change_type": "MODIFY",
"diff": "@@ -84,20 +84,23 @@ jobs:\n- travis_retry go get -d -v\n- git diff --exit-code\n- - stage: Build Docker image\n- # we build and push doker image on merge and tag, so this should only\n+ - stage: Build and Deploy\n+ # we build and push docker image on merge and tag, so thi... | TypeScript | Apache License 2.0 | prymitive/karma | chore(ci): speed up travis jobs
Use fewer groups and avoid double building docker images on tag builds | 1 | chore | ci |
217,922 | 14.03.2019 16:27:59 | -3,600 | 85ac966c00d1f02f38b92248f8a2360271f37935 | chore: fix for alarms page with weather | [
{
"change_type": "MODIFY",
"diff": "@@ -17,9 +17,9 @@ import { AlarmsOptionsPopupComponent } from '../alarms-options-popup/alarms-opti\nimport { LocalizedDataService } from '../../../core/data/localized-data.service';\nimport { I18nToolsService } from '../../../core/tools/i18n-tools.service';\nimport { Eorz... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: fix for alarms page with weather | 1 | chore | null |
679,910 | 14.03.2019 17:00:58 | -3,600 | b5e1c021260e251cd6c211edf2586c8585c8f918 | feat(math): more trigonometry | [
{
"change_type": "MODIFY",
"diff": "@@ -38,3 +38,30 @@ export const deg = (x: number) => x * RAD2DEG;\n* @param x angle in degrees\n*/\nexport const rad = (x: number) => x * DEG2RAD;\n+\n+/**\n+ * Cosecant\n+ *\n+ * @param x angle in radians\n+ */\n+export function csc(theta: number) {\n+ return 1 / Math.si... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(math): more trigonometry | 1 | feat | math |
217,922 | 14.03.2019 17:21:20 | -3,600 | 8017e904bd99ed97ea1ff2252c4cca333dce976d | feat: added russian to the list of available translation languages | [
{
"change_type": "MODIFY",
"diff": "@@ -13,7 +13,7 @@ export class SettingsService {\n}\npublic get availableLocales(): string[] {\n- return ['en', 'de', 'fr', 'ja', 'pt', 'br', 'es', 'ko', 'zh'];\n+ return ['en', 'de', 'fr', 'ja', 'pt', 'br', 'es', 'ko', 'zh', 'ru'];\n}\npublic get baseLink(): string {\n",... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: added russian to the list of available translation languages | 1 | feat | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.