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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
306,406 | 02.09.2019 15:17:31 | -7,200 | 73e2305164a58754b99b329ef52e3878a29de8b6 | fix(tooltip): make tooltip hoverable | [
{
"change_type": "MODIFY",
"diff": "@@ -20,16 +20,16 @@ export class LionTooltip extends LionPopup {\nthis._show = () => this._controller.show();\nthis._hide = () => this._controller.hide();\n- this.invokerNode.addEventListener('mouseenter', this._show);\n- this.invokerNode.addEventListener('mouseleave', th... | JavaScript | MIT License | ing-bank/lion | fix(tooltip): make tooltip hoverable | 1 | fix | tooltip |
67,494 | 02.09.2019 15:52:46 | -7,200 | b7d4efa9775b4c461b7af9e6b8f2544cec323deb | refactor(router): clarify clear viewport instruction | [
{
"change_type": "MODIFY",
"diff": "@@ -48,7 +48,13 @@ export class InstructionResolver {\npublic isClearViewportInstruction(instruction: string | ViewportInstruction): boolean {\nreturn instruction instanceof ViewportInstruction\n- ? instruction.componentName === this.clearViewportInstruction\n+ ? instruct... | TypeScript | MIT License | aurelia/aurelia | refactor(router): clarify clear viewport instruction | 1 | refactor | router |
438,921 | 02.09.2019 15:59:16 | -32,400 | 950c3359644a735ba3aa4551c78551a116667f24 | fix(all): Fix possible IE9 style value
Make element's css value to be string
Revert on
Ref | [
{
"change_type": "MODIFY",
"diff": "@@ -42,14 +42,14 @@ export default class Elements {\n// exit\nstanfordLine.exit().transition()\n.duration(duration)\n- .style(\"opacity\", 0)\n+ .style(\"opacity\", \"0\")\n.remove();\n// enter\nconst stanfordLineEnter = stanfordLine.enter().append(\"g\");\nstanfordLineEn... | TypeScript | MIT License | naver/billboard.js | fix(all): Fix possible IE9 style value
- Make element's css value to be string
- Revert on
https://github.com/naver/billboard.js/commit/54631506721bc64476d5c8fd64a2a681f3b340c1#diff-851f1a6e431d0ae7dc68b646d27821a8R90-R93
Ref #1059 | 1 | fix | all |
67,494 | 02.09.2019 15:59:34 | -7,200 | 24906636921a93f597b87de61244ebe064eefcca | refactor(router): clarify full state instruction | [
{
"change_type": "MODIFY",
"diff": "@@ -150,6 +150,7 @@ export class Navigator {\nif (entry.index !== undefined && !entry.replacing && !entry.refreshing) { // History navigation\nentry.historyMovement = entry.index - (this.currentEntry.index !== undefined ? this.currentEntry.index : 0);\nentry.instruction =... | TypeScript | MIT License | aurelia/aurelia | refactor(router): clarify full state instruction | 1 | refactor | router |
71,499 | 02.09.2019 16:09:38 | -3,600 | cc88f1a595e4adbdebfafaf20188192f3edc046c | feat(events): validate MessageGroupId is specified only for FIFO queues
* chore(events-targets): Validate MessageGroupId is specified only for FIFO queues.
Reason: Specifying MessageGroupId for non-FIFO queues fails
CloudFormation deployment.
Include a new readonly attribute `fifo` to sqs.IQueue.
* Use spread operator ... | [
{
"change_type": "MODIFY",
"diff": "@@ -40,6 +40,9 @@ export interface SqsQueueProps {\nexport class SqsQueue implements events.IRuleTarget {\nconstructor(public readonly queue: sqs.IQueue, private readonly props: SqsQueueProps = {}) {\n+ if (props.messageGroupId !== undefined && !queue.fifo) {\n+ throw new... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(events): validate MessageGroupId is specified only for FIFO queues (#3811)
* chore(events-targets): Validate MessageGroupId is specified only for FIFO queues.
Reason: Specifying MessageGroupId for non-FIFO queues fails
CloudFormation deployment.
Include a new readonly attribute `fifo` to sqs.IQueue.
* Use spre... | 1 | feat | events |
815,593 | 02.09.2019 16:13:34 | -28,800 | e06be6bca965d3bbeeb8c19aac977a87470f5426 | fix: indexer store should lock the state when syncing data | [
{
"change_type": "MODIFY",
"diff": "@@ -556,6 +556,7 @@ dependencies = [\n\"ckb-store 0.20.0-pre\",\n\"ckb-traits 0.20.0-pre\",\n\"ckb-types 0.20.0-pre\",\n+ \"ckb-util 0.20.0-pre\",\n\"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n]\n",
"new_path": "Cargo.lock",
"old_pa... | Rust | MIT License | nervosnetwork/ckb | fix: indexer store should lock the state when syncing data | 1 | fix | null |
151,430 | 02.09.2019 16:18:29 | 25,200 | bef5b0b1c8c2a8e03da070984590326630698d33 | docs: update docs site titles & meta | [
{
"change_type": "MODIFY",
"diff": "\"author\": \"David Wells <hello@davidwells.io> (@davidwells)\",\n\"license\": \"MIT\",\n\"scripts\": {\n- \"start\": \"gatsby develop\",\n- \"develop\": \"gatsby develop\",\n+ \"start\": \"rm -rf .cache && gatsby develop\",\n+ \"develop\": \"rm -rf .cache && gatsby devel... | JavaScript | MIT License | davidwells/analytics | docs: update docs site titles & meta | 1 | docs | null |
838,025 | 02.09.2019 16:26:25 | -10,800 | d94fcc83036edf76db14eca59ded2584d1c45207 | feat: UploadMarketPhoto | [
{
"change_type": "MODIFY",
"diff": "@@ -356,3 +356,74 @@ func (vk *VK) UploadChatPhotoCrop(chatID, cropX, cropY, cropWidth int, file io.R\n}, file)\nreturn\n}\n+\n+// uploadMarketPhoto uploading a Main Photo to a Group Chat\n+//\n+// Supported formats: JPG, PNG, GIF.\n+//\n+// Limits: size not less than 400... | Go | MIT License | severecloud/vksdk | feat: UploadMarketPhoto | 1 | feat | null |
865,926 | 02.09.2019 16:30:19 | -7,200 | 2e812aeb27b22ba746affaa4c9993110ecf1958a | test(modal): unmount in after-each hook | [
{
"change_type": "MODIFY",
"diff": "@@ -53,35 +53,47 @@ describe('<Modal>', function() {\n});\n+ describe('onClose handling', function() {\n+\n+ let wrapper, onCloseSpy;\n+\n+ beforeEach(function() {\n+ onCloseSpy = sinon.spy();\n+ });\n+\n+\n+ afterEach(function() {\n+ if (wrapper) {\n+ wrapper.unmount();\... | JavaScript | MIT License | camunda/camunda-modeler | test(modal): unmount in after-each hook | 1 | test | modal |
865,926 | 02.09.2019 16:31:05 | -7,200 | 72775bf9725a8a642b2cf7016c8d10afe0e9c0d2 | fix(modal): repair autofocus | [
{
"change_type": "MODIFY",
"diff": "</div>\n<div id=\"root\"></div>\n- <div id=\"modal-root\"></div>\n<script src=\"bundle.js\"></script>\n</body>\n",
"new_path": "client/public/index.html",
"old_path": "client/public/index.html"
},
{
"change_type": "MODIFY",
"diff": "@@ -26,19 +26,6 @@ ... | JavaScript | MIT License | camunda/camunda-modeler | fix(modal): repair autofocus | 1 | fix | modal |
838,025 | 02.09.2019 16:47:29 | -10,800 | 955d7be9509a874913120d748d6dc535a1565c17 | feat: UploadMarketAlbumPhoto | [
{
"change_type": "MODIFY",
"diff": "@@ -512,14 +512,14 @@ func (vk *VK) PhotosSave(params map[string]string) (response PhotosSaveResponse,\nreturn\n}\n-// PhotosSaveMarketAlbumResponse struct\n-type PhotosSaveMarketAlbumResponse []object.PhotosPhoto\n+// PhotosSaveMarketAlbumPhotoResponse struct\n+type Phot... | Go | MIT License | severecloud/vksdk | feat: UploadMarketAlbumPhoto | 1 | feat | null |
711,597 | 02.09.2019 16:48:25 | -7,200 | 506a0fae16d34ad85ad9224f705b4b242df6023a | feat(core): EventBus exposes Observable event stream with .ofType() | [
{
"change_type": "MODIFY",
"diff": "@@ -118,6 +118,100 @@ describe('EventBus', () => {\nexpect(handler1).toHaveBeenCalledTimes(1);\nexpect(handler2).toHaveBeenCalledTimes(3);\n});\n+\n+ describe('ofType()', () => {\n+ it('single handler is called once', () => {\n+ const handler = jest.fn();\n+ const event =... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(core): EventBus exposes Observable event stream with .ofType() | 1 | feat | core |
711,597 | 02.09.2019 16:52:54 | -7,200 | a243ab0713dc23fc1c8c3cc78ef5b47ee733ceeb | refactor: Update plugins to use new EventBus.ofType() API | [
{
"change_type": "MODIFY",
"diff": "@@ -818,6 +818,8 @@ describe('Collection resolver', () => {\n},\n});\n+ await awaitRunningJobs(client);\n+\nconst result = await client.query<\nGetCollectionProducts.Query,\nGetCollectionProducts.Variables\n@@ -846,6 +848,9 @@ describe('Collection resolver', () => {\n],\n... | TypeScript | MIT License | vendure-ecommerce/vendure | refactor: Update plugins to use new EventBus.ofType() API | 1 | refactor | null |
531,793 | 02.09.2019 17:20:29 | -3,600 | 6810ad04ab39feb18f80340eadb2b795c4d20bb1 | fix(docs): remove outdated sections from CONTRIBUTING.md | [
{
"change_type": "MODIFY",
"diff": "@@ -8,8 +8,7 @@ file.\n## Git tags and branches\nEvery release tag name will follow `vX.Y.Z` naming scheme, example: `v0.1.0`.\n-Every release tree has a dedicated branch named `release-X.Y`, example:\n-`release-0.1`.\n+All releases are tagged against the `master` branch.... | TypeScript | Apache License 2.0 | prymitive/karma | fix(docs): remove outdated sections from CONTRIBUTING.md | 1 | fix | docs |
838,025 | 02.09.2019 18:35:07 | -10,800 | febbb7eecdbb38112e5b23f00fb8c9ced6f666b4 | feat: UploadVideo | [
{
"change_type": "MODIFY",
"diff": "@@ -6,14 +6,18 @@ import (\n\"io\"\n\"io/ioutil\"\n\"mime/multipart\"\n- \"net/http\"\n\"strconv\"\n\"github.com/SevereCloud/vksdk/5.92/object\"\n)\n+type uploadError struct {\n+ Error string `json:\"error\"`\n+ ErrorCode int `json:\"error_code\"`\n+}\n+\n// UploadFile up... | Go | MIT License | severecloud/vksdk | feat: UploadVideo | 1 | feat | null |
838,025 | 02.09.2019 20:33:19 | -10,800 | 6cf09b1c8d211471d5b34a058ad53de7f0545ea9 | feat: UploadDoc | [
{
"change_type": "MODIFY",
"diff": "@@ -107,7 +107,12 @@ func (vk *VK) DocsGetWallUploadServer(params map[string]string) (response DocsGe\n}\n// DocsSaveResponse struct\n-type DocsSaveResponse []object.DocsDoc\n+type DocsSaveResponse struct {\n+ Type string `json:\"string\"`\n+ AudioMessage object.MessagesA... | Go | MIT License | severecloud/vksdk | feat: UploadDoc | 1 | feat | null |
838,025 | 02.09.2019 20:53:43 | -10,800 | 25e0a591081106824276ec326785325c55efc89e | feat: UploadOwnerCoverPhoto | [
{
"change_type": "MODIFY",
"diff": "@@ -440,7 +440,7 @@ func (vk *VK) UploadMarketPhotoCrop(groupID, cropX, cropY, cropWidth int, file i\nreturn\n}\n-// uploadMarketAlbumPhoto uploading a Main Photo to a Group Chat\n+// UploadMarketAlbumPhoto uploading a Main Photo to a Group Chat\n//\n// Supported formats:... | Go | MIT License | severecloud/vksdk | feat: UploadOwnerCoverPhoto | 1 | feat | null |
838,025 | 02.09.2019 22:10:23 | -10,800 | 1e1fe2fc7c3be3526d0656a90bb04175b7251066 | feat: UploadStories | [
{
"change_type": "MODIFY",
"diff": "@@ -390,3 +390,48 @@ func TestVK_UploadOwnerCoverPhoto(t *testing.T) {\nt.Errorf(\"VK.UploadOwnerCoverPhoto() gotVkErr = %v, want %v\", gotVkErr, 0)\n}\n}\n+\n+func TestVK_UploadStoriesPhoto_Error(t *testing.T) {\n+ if vkUser.AccessToken == \"\" {\n+ t.Skip(\"USER_TOKEN e... | Go | MIT License | severecloud/vksdk | feat: UploadStories | 1 | feat | null |
838,025 | 02.09.2019 22:24:42 | -10,800 | 3f3082c01bcc5b28e0064761273adda9346c62fb | test: upload error | [
{
"change_type": "MODIFY",
"diff": "@@ -435,3 +435,91 @@ func TestVK_UploadStoriesVideo_Error(t *testing.T) {\nt.Errorf(\"VK.UploadStoriesVideo() gotVkErr = %v, want %v\", gotVkErr, -1)\n}\n}\n+\n+func TestVK_Upload_Error(t *testing.T) {\n+ vk := Init(\"\")\n+\n+ _, gotVkErr := vk.uploadPhoto(map[string]str... | Go | MIT License | severecloud/vksdk | test: upload error | 1 | test | null |
838,025 | 02.09.2019 22:30:21 | -10,800 | fda4080ba7288e9dc03d96d075607fe221ba2c35 | test: fix TestVK_Upload_Error | [
{
"change_type": "MODIFY",
"diff": "@@ -478,11 +478,6 @@ func TestVK_Upload_Error(t *testing.T) {\nt.Errorf(\"VK.UploadVideo() gotVkErr = %v, want %v\", gotVkErr, 5)\n}\n- _, gotVkErr = vk.uploadDoc(\"\", \"\", \"\", new(bytes.Buffer))\n- if gotVkErr.Code != 5 {\n- t.Errorf(\"VK.uploadDoc() gotVkErr = %v, w... | Go | MIT License | severecloud/vksdk | test: fix TestVK_Upload_Error | 1 | test | null |
815,593 | 02.09.2019 22:59:53 | -28,800 | 1308c87ba40835d2ba9aee741854bab682e9ee51 | perf: resolve indexer store performance issue | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,6 @@ use ckb_db::{db::RocksDB, Col, DBConfig, DBIterator, Direction, RocksDBTransacti\nuse ckb_logger::{debug, error, trace};\nuse ckb_shared::shared::Shared;\nuse ckb_store::ChainStore;\n-use ckb_traits::chain_provider::ChainProvider;\nuse ckb_types::{\ncore::... | Rust | MIT License | nervosnetwork/ckb | perf: resolve indexer store performance issue | 1 | perf | null |
76,605 | 02.09.2019 23:18:24 | -7,200 | 7c042b9fcef0334d154f992d7b01a2c4ec6d6d5d | feat: train huge datasets | [
{
"change_type": "MODIFY",
"diff": "@@ -38,6 +38,8 @@ class NeuralNetwork {\nthis.trainOpts = {};\nthis.trainOpts.iterations = options.iterations || 20000;\nthis.trainOpts.errorThresh = options.errorThresh || 0.005;\n+ this.trainOpts.fixedError =\n+ options.fixedError === undefined ? false : options.fixedEr... | JavaScript | MIT License | axa-group/nlp.js | feat: train huge datasets (#247) | 1 | feat | null |
217,922 | 02.09.2019 23:24:59 | -7,200 | baa410e285abcec2592bf143eaa8bade4b90c512 | feat(log-tracker): added hide completed items option to FSH tracker | [
{
"change_type": "MODIFY",
"diff": "<div *ngIf=\"display$ | async as display\">\n<nz-tabset nzSize=\"small\" nzAnimated=\"false\"\n+ [nzTabBarExtraContent]=\"extraTemplate\"\n[nzSelectedIndex]=\"type$ | async\"\n(nzSelectedIndexChange)=\"type$.next($event)\">\n+ <ng-template #extraTemplate>\n+ <div fxLayout... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(log-tracker): added hide completed items option to FSH tracker | 1 | feat | log-tracker |
217,922 | 02.09.2019 23:54:57 | -7,200 | 44a80d09e002fc9e098f972872607d5c406e4c8e | fix(xivapi): better handling of 429 error in community pages | [
{
"change_type": "MODIFY",
"diff": "-import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http';\n+import { HttpErrorResponse, HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http';\nimport { Injectable } from '@angular/core';\nimport { Observabl... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(xivapi): better handling of 429 error in community pages | 1 | fix | xivapi |
273,683 | 03.09.2019 00:38:27 | -7,200 | b71bcc6192066b122a8818385ced32d39bcad9f8 | fix(build): show better error messages | [
{
"change_type": "MODIFY",
"diff": "+const path = require('path')\n+const fs = require('fs-extra')\n+const stackTrace = require('stack-trace')\n+const { codeFrameColumns } = require('@babel/code-frame')\n+\nmodule.exports = ({ context, program }) => {\nprogram\n.command('develop')\n@@ -35,12 +40,37 @@ modul... | JavaScript | MIT License | gridsome/gridsome | fix(build): show better error messages | 1 | fix | build |
815,605 | 03.09.2019 01:14:45 | 0 | 883e77bb4265aaeb9fbe8ebaee3566a838ec90ae | test: Node should fetch blocks from all peers with better chains
Whether peer's chain is known best's ancestor is irrelevant here. | [
{
"change_type": "MODIFY",
"diff": "@@ -196,6 +196,7 @@ fn all_specs() -> SpecMap {\nBox::new(BlockSyncDuplicatedAndReconnect),\nBox::new(BlockSyncOrphanBlocks),\nBox::new(BlockSyncWithUncle),\n+ Box::new(BlockSyncNonAncestorBestBlocks),\nBox::new(SyncTimeout),\nBox::new(ChainContainsInvalidBlock),\nBox::ne... | Rust | MIT License | nervosnetwork/ckb | test: Node should fetch blocks from all peers with better chains
Whether peer's chain is known best's ancestor is irrelevant here. | 1 | test | null |
815,605 | 03.09.2019 05:04:36 | 0 | bea69944c4aed6a5174bc42606c6bd69e1e79e9b | fix: Use correct return value, also use constants for readability | [
{
"change_type": "MODIFY",
"diff": "@@ -113,7 +113,7 @@ impl<'a, DL: DataLoader + 'a> LoadHeader<'a, DL> {\nlet field = HeaderField::parse_from_u64(machine.registers()[A5].to_u64())?;\nlet epoch = match self.data_loader.get_block_epoch(&header.hash()) {\nSome(epoch) => epoch,\n- None => return Ok((ITEM_MISS... | Rust | MIT License | nervosnetwork/ckb | fix: Use correct return value, also use constants for readability | 1 | fix | null |
749,516 | 03.09.2019 08:45:26 | 25,200 | f0889ecd0d1b9779cd5512f44b37ab2af99dfb10 | fix(test): mock scrollTo dom-helper utility in tests | [
{
"change_type": "ADD",
"diff": "+/**\n+ * Copyright Zendesk, Inc.\n+ *\n+ * Use of this source code is governed under the Apache License, Version 2.0\n+ * found at http://www.apache.org/licenses/LICENSE-2.0.\n+ */\n+\n+/**\n+ * Mock `scrollTo` implementation\n+ * @param {*} domNode\n+ */\n+export default f... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | fix(test): mock scrollTo dom-helper utility in tests (#437) | 1 | fix | test |
866,394 | 03.09.2019 09:34:31 | 14,400 | 0e0896d0c094be2fa5b34d6d06f374fdb9ada457 | feat(carbon): changed npm namespace to carbon | [
{
"change_type": "MODIFY",
"diff": "{\n- \"name\": \"@ibmdotcom/react\",\n+ \"name\": \"@carbon/ibmdotcom-react\",\n\"description\": \"IBM.com Library React Components\",\n\"version\": \"0.3.0\",\n\"license\": \"Apache-2.0\",\n",
"new_path": "packages/react/package.json",
"old_path": "packages/react... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | feat(carbon): changed npm namespace to carbon | 1 | feat | carbon |
866,394 | 03.09.2019 09:49:11 | 14,400 | 43e721fedcc6b35888ebd57c51288320abbecb9c | fix(yarn): fixed missing offline yarn package | [
{
"change_type": "ADD",
"diff": "Binary files /dev/null and b/.yarn/offline-mirror/@ibmdotcom-utilities-0.3.0.tgz differ\n",
"new_path": ".yarn/offline-mirror/@ibmdotcom-utilities-0.3.0.tgz",
"old_path": ".yarn/offline-mirror/@ibmdotcom-utilities-0.3.0.tgz"
},
{
"change_type": "MODIFY",
... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix(yarn): fixed missing offline yarn package | 1 | fix | yarn |
711,597 | 03.09.2019 10:34:23 | -7,200 | 8b2b0dc8cbd816b809307579b72403fda76fa657 | feat(admin-ui): Check for running jobs after each mutation | [
{
"change_type": "MODIFY",
"diff": "import { Injectable, OnDestroy } from '@angular/core';\n-import { interval, Observable, of, Subject, Subscription } from 'rxjs';\n+import { interval, Observable, of, Subject, Subscription, timer } from 'rxjs';\nimport { debounceTime, map, mapTo, scan, shareReplay, switchM... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(admin-ui): Check for running jobs after each mutation | 1 | feat | admin-ui |
866,394 | 03.09.2019 10:47:30 | 14,400 | 69e1fadaf43be7983be5ce73c98d02f274351c3f | fix(docs): fixed typos | [
{
"change_type": "MODIFY",
"diff": "@@ -10,7 +10,7 @@ import MastheadSearch from '../MastheadSearch';\nimport { mount } from 'enzyme';\nimport { SearchTypeaheadAPI } from '@carbon/ibmdotcom-services';\n-jest.mock('@carbom/ibmdotcom-services', () => ({\n+jest.mock('@carbon/ibmdotcom-services', () => ({\n__es... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix(docs): fixed typos | 1 | fix | docs |
711,597 | 03.09.2019 10:56:26 | -7,200 | 860d32a144182a6709434406469e4708c40ed4fc | chore(dev-server): Clean up config | [
{
"change_type": "MODIFY",
"diff": "@@ -6,3 +6,4 @@ vendure-import-error.log\nload-testing/data-sources/products*.csv\nload-testing/results/*.json\nload-testing/results/*.csv\n+dev-config-override.ts\n",
"new_path": "packages/dev-server/.gitignore",
"old_path": "packages/dev-server/.gitignore"
},
... | TypeScript | MIT License | vendure-ecommerce/vendure | chore(dev-server): Clean up config | 1 | chore | dev-server |
866,394 | 03.09.2019 11:19:06 | 14,400 | f5d814912de16ec224bb37975fbe4f64858594b4 | fix(packages): renamed lint packages to be consistent | [
{
"change_type": "MODIFY",
"diff": "\"format\": \"prettier --write '**/*.{js,md,scss}'\",\n\"format:diff\": \"prettier --list-different '**/*.{js,md,scss}'\",\n\"lint\": \"eslint packages\",\n- \"lint:styles\": \"stylelint '**/*.{css,scss}' --config ./packages/stylelint-config-elements\",\n+ \"lint:styles\"... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix(packages): renamed lint packages to be consistent | 1 | fix | packages |
401,147 | 03.09.2019 11:20:35 | -19,080 | c83ca8f7b49eccba3ff2321c088d17dd5fedc4ed | feat(layout): add nested subnavlist in sidenav
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -5,11 +5,17 @@ import { NavListProps } from '../types';\nexport const SubNavListStyled = styled('ul')<NavListProps>`\ngrid-area: submenu;\npadding: 0px;\n+ margin: 0px;\nmax-height: 0;\noverflow: hidden;\nbox-sizing: border-box;\n-\n${NavItem.Style} {\ndisplay: block;\... | TypeScript | MIT License | medly/medly-components | feat(layout): add nested subnavlist in sidenav
affects: @medly-components/layout | 1 | feat | layout |
306,406 | 03.09.2019 11:29:47 | -7,200 | 48a41c97bf8c54512b4324894b61d8f2d9ba2fb1 | fix(tooltip): make tooltip hide with what triggered it | [
{
"change_type": "MODIFY",
"diff": "@@ -2,6 +2,12 @@ import { LionPopup } from '@lion/popup';\nimport { overlays, LocalOverlayController } from '@lion/overlays';\nexport class LionTooltip extends LionPopup {\n+ constructor() {\n+ super();\n+ this.mouseActive = false;\n+ this.keyActive = false;\n+ }\n+\nconn... | JavaScript | MIT License | ing-bank/lion | fix(tooltip): make tooltip hide with what triggered it | 1 | fix | tooltip |
815,573 | 03.09.2019 11:34:16 | -28,800 | ec78620036d8cbf323b2d986983c6502e9db0a6e | chore: Adjust testnet/staging difficulty | [
{
"change_type": "MODIFY",
"diff": "@@ -45,7 +45,7 @@ index = 1\n# Spec: ckb_testnet\n[ckb_testnet]\n-genesis = \"0xe9032378204a00c9356900b194a3633eba0574e662cab2f9f900f9494140733c\"\n+genesis = \"0x6b4c7e35fc8bdd9ee8b90a8d373ab2079e0973603c8241c166626058414ecc02\"\ncellbase = \"0xb61bbe623732377dccc2cf990b... | Rust | MIT License | nervosnetwork/ckb | chore: Adjust testnet/staging difficulty | 1 | chore | null |
306,406 | 03.09.2019 11:38:15 | -7,200 | 58030bf3efdd87e52a0ba0b2d9c686e6d93e06ad | chore(popup/tooltip): improve DOM order in demo's | [
{
"change_type": "MODIFY",
"diff": "@@ -59,8 +59,8 @@ storiesOf('Local Overlay System|Popup', module)\n</style>\n<div class=\"demo-box\">\n<lion-popup .popperConfig=\"${{ placement: 'top' }}\">\n- <div slot=\"content\" class=\"popup\">Hello there!</div>\n<lion-button slot=\"invoker\">Popup</lion-button>\n+ ... | JavaScript | MIT License | ing-bank/lion | chore(popup/tooltip): improve DOM order in demo's | 1 | chore | popup/tooltip |
942,615 | 03.09.2019 12:01:12 | 25,200 | eb4908c32476617c8905045f4d9446bd5abaf4d8 | fix(status-indicator): Export type and emphasis enums | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,7 @@ import {colors, type, spacing} from '@workday/canvas-kit-react-core';\nimport {CSSObject} from 'create-emotion';\nimport styled from 'react-emotion';\n-enum StatusType {\n+export enum StatusIndicatorType {\nGray = 'gray',\nOrange = 'orange',\nBlue = 'blue'... | TypeScript | Apache License 2.0 | workday/canvas-kit | fix(status-indicator): Export type and emphasis enums (#166) | 1 | fix | status-indicator |
401,147 | 03.09.2019 12:27:27 | -19,080 | 7e34854b19f12b10642f3a7a54a0f127c6ae01c4 | fix(layout): fix sidenav padding issue
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -14,8 +14,8 @@ export const NavItemStyled = styled('li')<NavItemStyledProps>`\ngrid-template-areas:\n'icon header'\n'icon submenu';\n- grid-template-rows: ${({ theme }) => theme.sideNav.closeSize} auto;\n- grid-template-columns: ${({ theme }) => theme.sideNav.closeSize... | TypeScript | MIT License | medly/medly-components | fix(layout): fix sidenav padding issue
affects: @medly-components/layout | 1 | fix | layout |
401,147 | 03.09.2019 14:08:45 | -19,080 | a4d7f2de864c34338459ac3647542fde4bbb9ed9 | feat(layout): add closeOnOuterClick prop on sidenav component
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -99,7 +99,7 @@ describe('SideNav', () => {\nconst { container, getByText, getByTestId } = render(\n<div>\n<p>Outer Element</p>\n- <SideNav>\n+ <SideNav closeOnOuterClick>\n<SideNav.NavList>\n<SideNav.NavItem>\n<SideNav.NavIcon>\n",
"new_path": "packages/layout/src/... | TypeScript | MIT License | medly/medly-components | feat(layout): add closeOnOuterClick prop on sidenav component
affects: @medly-components/layout | 1 | feat | layout |
942,601 | 03.09.2019 14:19:46 | 14,400 | 0e7e9390da86fb6e136e3aee386b7e9e508d2100 | refactor(form-field): Add inputProviderDecorator to Storybook config | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,7 @@ import {injectGlobal} from 'emotion';\nimport fonts from '../modules/fonts/react';\nimport {create} from '@storybook/theming';\nimport {commonColors, typeColors, fontFamily} from '../modules/core/react';\n-\n+import {InputProviderDecorator} from '../utils/... | TypeScript | Apache License 2.0 | workday/canvas-kit | refactor(form-field): Add inputProviderDecorator to Storybook config (#164) | 1 | refactor | form-field |
366,918 | 03.09.2019 14:20:02 | -32,400 | 7dce43f1797bd44358f66e2646c166bdc8a1afe9 | feat: add BaseButton component | [
{
"change_type": "ADD",
"diff": "+import * as React from 'react'\n+import styled, { css } from 'styled-components'\n+\n+import { InjectedProps } from '../../hocs/withTheme'\n+\n+import { hoverable } from '../../hocs/hoverable'\n+import { isTouchDevice } from '../../libs/ua'\n+\n+type Tag = 'button' | 'a'\n+... | TypeScript | MIT License | kufu/smarthr-ui | feat: add BaseButton component | 1 | feat | null |
730,429 | 03.09.2019 14:39:26 | 14,400 | b0115668e7ff641d9e2108ab2309ceb9457786fa | feat(widget-meetings): create initial package | [
{
"change_type": "ADD",
"diff": "+{\n+ \"name\": \"@webex/widget-meetings\",\n+ \"description\": \"Webex React Meetings Widget\",\n+ \"main\": \"./cjs/index.js\",\n+ \"src\": \"./src/index.js\",\n+ \"module\": \"./es/index.js\",\n+ \"keywords\": [],\n+ \"license\": \"MIT\",\n+ \"repository\": \"https://gith... | JavaScript | MIT License | webex/react-widgets | feat(widget-meetings): create initial package | 1 | feat | widget-meetings |
815,609 | 03.09.2019 14:46:30 | -28,800 | ca5df38f582c26c943c3eeaa473560c0ce4bdc50 | chore: hide the implementation details | [
{
"change_type": "MODIFY",
"diff": "@@ -34,17 +34,13 @@ impl JsonBytes {\nimpl From<packed::Bytes> for JsonBytes {\nfn from(input: packed::Bytes) -> Self {\n- JsonBytes::from_bytes(input.as_bytes().slice_from(4))\n+ JsonBytes::from_bytes(input.raw_data())\n}\n}\nimpl From<JsonBytes> for packed::Bytes {\nfn ... | Rust | MIT License | nervosnetwork/ckb | chore: hide the implementation details | 1 | chore | null |
815,569 | 03.09.2019 15:14:36 | -28,800 | 2f06a62fdbc5c283f187209800c77b6bcdea3764 | chore: remove store#get_ancestor to avoid misuse | [
{
"change_type": "MODIFY",
"diff": "@@ -466,10 +466,8 @@ pub fn dao_data(shared: &Shared, parent: &HeaderView, txs: &[TransactionView]) -\npub(crate) fn calculate_reward(shared: &Shared, parent: &HeaderView) -> Capacity {\nlet number = parent.number() + 1;\nlet target_number = shared.consensus().finalize_ta... | Rust | MIT License | nervosnetwork/ckb | chore: remove store#get_ancestor to avoid misuse | 1 | chore | null |
815,601 | 03.09.2019 15:18:11 | -28,800 | b12e1e1a615bf6a6c07f0c237c642562d5b1ff00 | chore: tweak orphan rate target | [
{
"change_type": "MODIFY",
"diff": "@@ -30,9 +30,9 @@ const MEDIAN_TIME_BLOCK_COUNT: usize = 11;\n// dampening factor\nconst TAU: u64 = 2;\n-// o_ideal = 1/20 = 5%\n-const ORPHAN_RATE_TARGET: RationalU256 = RationalU256::new_raw(U256::one(), u256!(\"20\"));\n-const GENESIS_ORPHAN_COUNT: u64 = GENESIS_EPOCH_... | Rust | MIT License | nervosnetwork/ckb | chore: tweak orphan rate target | 1 | chore | null |
366,918 | 03.09.2019 15:19:23 | -32,400 | 1ced44f6fa1bf65e08a489515680e59bcdc1e488 | feat: Add DangerButton component | [
{
"change_type": "MODIFY",
"diff": "@@ -3,9 +3,10 @@ import { storiesOf } from '@storybook/react'\nimport * as React from 'react'\nimport styled from 'styled-components'\nimport { PrimaryButton, PrimaryButtonAnchor } from './PrimaryButton'\n+import { DangerButton, DangerButtonAnchor } from './DangerButton'\... | TypeScript | MIT License | kufu/smarthr-ui | feat: Add DangerButton component | 1 | feat | null |
366,937 | 03.09.2019 15:22:59 | -32,400 | 6f19e51b6f515a79e304707235bd9c5505e2f584 | feat: add BlankImage component | [
{
"change_type": "ADD",
"diff": "+import * as React from 'react'\n+import styled, { css } from 'styled-components'\n+import { InjectedProps, withTheme } from '../../hocs/withTheme'\n+\n+interface Props {\n+ title?: string\n+ size?: 's' | 'm' | 'l'\n+}\n+\n+const BlankImageComponent: React.FC<Props & Injecte... | TypeScript | MIT License | kufu/smarthr-ui | feat: add BlankImage component | 1 | feat | null |
67,494 | 03.09.2019 15:31:49 | -7,200 | f4e0ad72ee2f4f14d507a19c4b5e5e560a0ef7da | refactor(router): update viewer interfaces | [
{
"change_type": "MODIFY",
"diff": "@@ -19,15 +19,18 @@ export interface INavigatorViewerOptions {\ncallback(ev: INavigatorViewerEvent): void;\n}\n-export interface INavigatorViewerEvent {\n- event: PopStateEvent;\n- state?: INavigatorState;\n+export interface INavigatorViewerState {\npath: string;\n- data:... | TypeScript | MIT License | aurelia/aurelia | refactor(router): update viewer interfaces | 1 | refactor | router |
366,937 | 03.09.2019 15:32:32 | -32,400 | deb9a57ce894b370601703392573e94df27824a4 | chore: add role & aria-label property | [
{
"change_type": "MODIFY",
"diff": "@@ -13,7 +13,7 @@ const BlankImageComponent: React.FC<Props & InjectedProps> = ({\ntheme,\n}) => (\n<Wrapper>\n- <Svg theme={theme} className={size} viewBox=\"0 0 250 250\">\n+ <Svg theme={theme} className={size} viewBox=\"0 0 250 250\" role=\"img\" aria-label={title}>\n<... | TypeScript | MIT License | kufu/smarthr-ui | chore: add role & aria-label property | 1 | chore | null |
67,494 | 03.09.2019 15:32:34 | -7,200 | ca8acab17c18b1fa062a43346f930b05b7a84b01 | refactor(router): add viewer state | [
{
"change_type": "MODIFY",
"diff": "import { Key, Reporter } from '@aurelia/kernel';\nimport { IDOM, ILifecycle } from '@aurelia/runtime';\nimport { HTMLDOM } from '@aurelia/runtime-html';\n-import { INavigatorState, INavigatorStore, INavigatorViewer, INavigatorViewerOptions } from './navigator';\n+import {... | TypeScript | MIT License | aurelia/aurelia | refactor(router): add viewer state | 1 | refactor | router |
67,494 | 03.09.2019 15:35:35 | -7,200 | db4b45e366a1fada49fced71651d9ca969c49710 | refactor(router): make load url awaitable | [
{
"change_type": "MODIFY",
"diff": "@@ -135,7 +135,15 @@ export class Router implements IRouter {\n}\npublic loadUrl(): Promise<void> {\n- return this.navigation.loadUrl();\n+ const entry: INavigatorEntry = {\n+ ...this.navigation.viewerState,\n+ ...{\n+ fullStateInstruction: '',\n+ replacing: true,\n+ from... | TypeScript | MIT License | aurelia/aurelia | refactor(router): make load url awaitable | 1 | refactor | router |
366,918 | 03.09.2019 15:42:30 | -32,400 | 6909756b3e60dfd7b8f8587765849f663c9d08ff | feat: add SecondaryButton component | [
{
"change_type": "MODIFY",
"diff": "@@ -56,9 +56,7 @@ const Base: any = styled.div`\nwidth: ${({ wide }: any) => (wide ? '100%;' : 'auto')};\nmin-width: 2rem;\nvertical-align: middle;\n- border: none;\nborder-radius: ${frame.border.radius.m};\n- color: #fff;\nfont-family: inherit;\nfont-weight: bold;\ntext-... | TypeScript | MIT License | kufu/smarthr-ui | feat: add SecondaryButton component | 1 | feat | null |
366,918 | 03.09.2019 15:52:39 | -32,400 | d187ed6ed2d23ac2097911cb7d3b5cd01e3eabf5 | chore: remove Button componentBREAKING CHANGE: Button component is no longer supported | [
{
"change_type": "DELETE",
"diff": "-import * as React from 'react'\n-import styled, { css } from 'styled-components'\n-\n-import { InjectedProps, withTheme } from '../../hocs/withTheme'\n-\n-import { hoverable } from '../../hocs/hoverable'\n-import { isTouchDevice } from '../../libs/ua'\n-\n-type Tag = 'bu... | TypeScript | MIT License | kufu/smarthr-ui | chore: remove Button componentBREAKING CHANGE: Button component is no longer supported | 1 | chore | null |
791,834 | 03.09.2019 16:00:34 | 14,400 | 468fc2bbddb289780291e3246c93a68933d201bd | misc(viewer): fix favicon typo | [
{
"change_type": "MODIFY",
"diff": "@@ -11,7 +11,7 @@ Unless required by applicable law or agreed to in writing, software distributed\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, minimum-scale=1\">\n<title>Lighthouse Report Viewer</title>\n<link rel=\"manifest\" href=\"manifest.js... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc(viewer): fix favicon typo (#9629) | 1 | misc | viewer |
815,609 | 03.09.2019 16:03:55 | -28,800 | abe01712a9b8f30ba12667c90a0c39c6fb4f2bc4 | chore: let sentry capture panics when failed to verify the data from the storage | [
{
"change_type": "MODIFY",
"diff": "@@ -49,11 +49,8 @@ impl ChainDB {\n{\nself.db\n.traverse(COLUMN_CELL_SET, |hash_slice, tx_meta_bytes| {\n- let tx_hash = packed::Byte32Reader::from_slice(hash_slice)\n- .should_be_ok()\n- .to_entity();\n- let tx_meta = packed::TransactionMetaReader::from_slice(tx_meta_byt... | Rust | MIT License | nervosnetwork/ckb | chore: let sentry capture panics when failed to verify the data from the storage | 1 | chore | null |
366,918 | 03.09.2019 16:09:49 | -32,400 | 50500c8506224fe7294ba8eb878816ab93cb1908 | feat: add SkeletonButton component | [
{
"change_type": "MODIFY",
"diff": "@@ -5,8 +5,10 @@ import styled from 'styled-components'\nimport { PrimaryButton, PrimaryButtonAnchor } from './PrimaryButton'\nimport { DangerButton, DangerButtonAnchor } from './DangerButton'\nimport { SecondaryButton, SecondaryButtonAnchor } from './SecondaryButton'\n+i... | TypeScript | MIT License | kufu/smarthr-ui | feat: add SkeletonButton component | 1 | feat | null |
438,921 | 03.09.2019 16:16:59 | -32,400 | e08b194cba878b5716af9bede348ea37c7541ce1 | chore(dev-env): Update on dev environment
Add .gitattributes to ignore next branch specific files to be
overwritten from the merge.
Make semantic-release to run beta for pre-release | [
{
"change_type": "ADD",
"diff": "+.releaserc.json merge=ours\n+README.md merge=ours\n",
"new_path": ".gitattributes",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "<img src=\"https://naver.github.io/billboard.js/img/logo/billboard.js.svg\" width=\"350\" alt=\"billboard.js\"><br... | TypeScript | MIT License | naver/billboard.js | chore(dev-env): Update on dev environment
- Add .gitattributes to ignore next branch specific files to be
overwritten from the merge.
- Make semantic-release to run beta for pre-release | 1 | chore | dev-env |
438,921 | 03.09.2019 16:46:16 | -32,400 | a7f7bf86d2ed50f171cac7ba63d7365ae764c381 | chore(dev-env): Update lock files | [
{
"change_type": "MODIFY",
"diff": "}\n},\n\"@nodelib/fs.scandir\": {\n- \"version\": \"2.1.1\",\n- \"resolved\": \"https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.1.tgz\",\n- \"integrity\": \"sha512-NT/skIZjgotDSiXs0WqYhgcuBKhUMgfekCmCGtkUAiLqZdOnrdjmZr9wRl3ll64J9NF79uZ4fk16Dx0yMc/Xbg==\",\... | TypeScript | MIT License | naver/billboard.js | chore(dev-env): Update lock files | 1 | chore | dev-env |
438,921 | 03.09.2019 17:04:40 | -32,400 | e806a984e9b32aa0c7749dd7a3f2afbc654f90cc | chore(dev-env): Fix on CI error
Make to not generate pacakge-lock file
Remove greenkeeper task on CI
Set .travis.yml to .gitattributes | [
{
"change_type": "MODIFY",
"diff": ".releaserc.json merge=ours\n+.travis.yml merge=ours\nREADME.md merge=ours\n",
"new_path": ".gitattributes",
"old_path": ".gitattributes"
},
{
"change_type": "MODIFY",
"diff": "@@ -6,8 +6,8 @@ sudo: false # no need for virtualization.\nbefore_install:\n... | TypeScript | MIT License | naver/billboard.js | chore(dev-env): Fix on CI error
- Make to not generate pacakge-lock file
- Remove greenkeeper task on CI
- Set .travis.yml to .gitattributes | 1 | chore | dev-env |
67,494 | 03.09.2019 17:13:41 | -7,200 | 2b39b8b3015301be0036daa6d27237d344c3ee1c | refactor(router): add getter accesses | [
{
"change_type": "MODIFY",
"diff": "@@ -72,14 +72,14 @@ export class BrowserNavigator implements INavigatorStore, INavigatorViewer {\nthis.isActive = false;\n}\n- get length(): number {\n+ public get length(): number {\nreturn this.history.length;\n}\n- get state(): Record<string, unknown> {\n+ public get s... | TypeScript | MIT License | aurelia/aurelia | refactor(router): add getter accesses | 1 | refactor | router |
273,683 | 03.09.2019 17:25:01 | -7,200 | f7b5397eed3963ac60ac86077636bfb205cebb5e | fix(templates): preserve trailing slash in routes | [
{
"change_type": "MODIFY",
"diff": "@@ -6,15 +6,15 @@ module.exports = function (api) {\nconst docs = store.addContentType('TestDoc')\nconst fields = { rel: store.createReference('TestDoc', '2'), perPage: 2 }\n- docs.addNode({ id: '1', title: 'Doc 1', path: '/docs/1', ...fields })\n- docs.addNode({ id: '2',... | JavaScript | MIT License | gridsome/gridsome | fix(templates): preserve trailing slash in routes | 1 | fix | templates |
838,025 | 03.09.2019 17:30:35 | -10,800 | fb5973f94a7ca73c76eb2154ed4e7f2c4c10987f | fix: ErrorMessagesKeyboardInvalid name | [
{
"change_type": "MODIFY",
"diff": "@@ -104,7 +104,7 @@ const (\nErrorMessagesTooNewPts = 908 // Value of ts or pts is too new\nErrorMessagesEditExpired = 909 // Can't edit this message, because it's too old\nErrorMessagesTooBig = 910 // Can't sent this message, because it's too big\n- ErrorMessagesKeyboard... | Go | MIT License | severecloud/vksdk | fix: ErrorMessagesKeyboardInvalid name | 1 | fix | null |
438,921 | 03.09.2019 17:34:21 | -32,400 | 4e99d65a4067b7d3da06988811956dc5661046df | chore(dev-env): Update semantic-release plugins
Due to 'prerelease' versioning, plugins also looks to be installed as
beta to be worked. | [
{
"change_type": "MODIFY",
"diff": "\"build:production:analyzer\": \"cross-env ANALYZER=true npm run build:production\",\n\"build:packaged:analyzer\": \"cross-env ANALYZER=true npm run build:packaged\",\n\"build:plugin\": \"cross-env NODE_ENV=plugin webpack && cross-env NODE_ENV=plugin MIN=true webpack\",\n... | TypeScript | MIT License | naver/billboard.js | chore(dev-env): Update semantic-release plugins
Due to 'prerelease' versioning, plugins also looks to be installed as
beta to be worked. | 1 | chore | dev-env |
67,494 | 03.09.2019 17:48:56 | -7,200 | dc31f927d300418322ef9b47ea10dd3c00e776f4 | test(router): add test for awaitable start up | [
{
"change_type": "MODIFY",
"diff": "@@ -5,6 +5,15 @@ import { Aurelia, CustomElement, ILifecycle, LifecycleFlags } from '@aurelia/run\nimport { assert, MockBrowserHistoryLocation, TestContext } from '@aurelia/testing';\ndescribe('Configuration', function () {\n+ function getModifiedRouter(container) {\n+ co... | TypeScript | MIT License | aurelia/aurelia | test(router): add test for awaitable start up | 1 | test | router |
217,922 | 03.09.2019 17:55:07 | -7,200 | 16bc62d6dae2781a2de0ee09572c75e95c7f3e3c | fix(rotations): fixed an issue with folders content reordering | [
{
"change_type": "MODIFY",
"diff": "@@ -25,9 +25,10 @@ import { RotationsFacade } from '../../../../modules/rotations/+state/rotations.\nexport class RotationFolderPanelComponent {\n@Input()\n- public set folder(l: CraftingRotationsFolder) {\n- this._folder = l;\n- this.folder$.next(l);\n+ public set folder... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(rotations): fixed an issue with folders content reordering | 1 | fix | rotations |
866,394 | 03.09.2019 18:07:25 | 14,400 | a093b8e032a1ef861ae427953d0834fd93dd5a79 | feat(patterns): fixed references and added storybook snapshot | [
{
"change_type": "MODIFY",
"diff": "node_modules\n+# patterns\n+packages/patterns/coverage\n+packages/patterns/es\n+packages/patterns/umd\n+packages/patterns/lib\n+packages/patterns/node_modules\n+packages/patterns/storybook-static\n+\n# react\npackages/react/coverage\npackages/react/es\n",
"new_path": ... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | feat(patterns): fixed references and added storybook snapshot | 1 | feat | patterns |
366,918 | 03.09.2019 18:15:06 | -32,400 | 63050336a85a179041267c762652f6f3c9db7f19 | stype: refactoring | [
{
"change_type": "MODIFY",
"diff": "@@ -9,6 +9,21 @@ import { isTouchDevice } from '../../libs/ua'\ntype Tag = 'button' | 'a'\ntype Size = 'default' | 's'\n+interface ClickEvent {\n+ preventDefault: () => void\n+}\n+\n+export interface ButtonProps extends BaseProps {\n+ onClick?: (e: ClickEvent) => void\n+ ... | TypeScript | MIT License | kufu/smarthr-ui | stype: refactoring | 1 | stype | null |
269,605 | 03.09.2019 18:27:16 | -7,200 | 705f66d258262cc99ee19f6d714e66b6e5396876 | fix: copy into DockerImage Artifact
Since the artifacts are passed by reference, causing the previous
code to edit the Artifact in place, _and_ add it to the list.
Fixes: | [
{
"change_type": "MODIFY",
"diff": "@@ -272,7 +272,13 @@ func dockerPush(ctx *context.Context, image *artifact.Artifact) error {\nreturn errors.Wrapf(err, \"failed to push docker image: \\n%s\", string(out))\n}\nlog.Debugf(\"docker push output: \\n%s\", string(out))\n- image.Type = artifact.DockerImage\n- c... | Go | MIT License | goreleaser/goreleaser | fix: copy into DockerImage Artifact (#1134)
Since #1110 the artifacts are passed by reference, causing the previous
code to edit the Artifact in place, _and_ add it to the list.
Fixes: #1133 | 1 | fix | null |
815,577 | 03.09.2019 18:48:25 | -28,800 | a97efc634bb0c3699dbb7cbf49cc6a1b0ceeebe0 | feat: use molc to handshake
BREAKING CHANGE: handshake serialization | [
{
"change_type": "MODIFY",
"diff": "@@ -681,10 +681,10 @@ dependencies = [\n\"serde_derive 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"snap 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n... | Rust | MIT License | nervosnetwork/ckb | feat: use molc to handshake
BREAKING CHANGE: handshake serialization | 1 | feat | null |
366,937 | 03.09.2019 18:54:22 | -32,400 | c2e4d70d53de678bc8c4058d32a74174210ae212 | chore: add className props | [
{
"change_type": "MODIFY",
"diff": "@@ -5,14 +5,16 @@ import { InjectedProps, withTheme } from '../../hocs/withTheme'\ninterface Props {\ntitle?: string\nsize?: 's' | 'm' | 'l'\n+ className?: string\n}\nconst BlankImageComponent: React.FC<Props & InjectedProps> = ({\ntitle = 'BlankImage',\nsize = 'm',\n+ cl... | TypeScript | MIT License | kufu/smarthr-ui | chore: add className props | 1 | chore | null |
815,598 | 03.09.2019 19:17:44 | -28,800 | 69b626cba0c004989492e4970c56df6937ca5702 | chore: bump console to 0.8.0 in ckb-miner | [
{
"change_type": "MODIFY",
"diff": "@@ -27,7 +27,7 @@ ckb-traits = { path = \"../traits\" }\nfailure = \"0.1.5\"\nckb-verification = { path = \"../verification\" }\nindicatif = \"0.11\"\n-console = \"0.7.5\"\n+console = \"0.8.0\"\nckb-dao = { path = \"../util/dao\" }\nckb-reward-calculator = { path = \"../u... | Rust | MIT License | nervosnetwork/ckb | chore: bump console to 0.8.0 in ckb-miner | 1 | chore | null |
151,430 | 03.09.2019 19:41:22 | 25,200 | 0dea3e3f18d8daaf46e07229e93a18872224020c | docs(forms): update form utils examples | [
{
"change_type": "MODIFY",
"diff": "<script type=\"text/javascript\">\nconsole.log('Exposed methods', analyticsUtilForms)\n- // window.document.forms[0].addEventListener('submit', () => {\n- // alert('hi')\n- // }, false)\n+ window.document.forms[0].addEventListener('submit', () => {\n+ // window.location.h... | JavaScript | MIT License | davidwells/analytics | docs(forms): update form utils examples | 1 | docs | forms |
151,430 | 03.09.2019 19:53:45 | 25,200 | 265645344d0f0d0c7cc3e791dcb00ba7898c67c4 | refactor(forms-util): shrink code & clean up API | [
{
"change_type": "MODIFY",
"diff": "<input maxlength=\"40\" name=\"hello\" size=\"20\" type=\"text\" value='yolo'/>\n</label>\n+ <label>\n+ <span class=\"label\">Filter this</span>\n+ <input maxlength=\"40\" name=\"testing-filter\" size=\"20\" type=\"text\" value='1111-2222-2222-1111'/>\n+ </label>\n+\n<lab... | JavaScript | MIT License | davidwells/analytics | refactor(forms-util): shrink code & clean up API | 1 | refactor | forms-util |
151,430 | 03.09.2019 20:13:25 | 25,200 | 55f721ba9012a3d71c44ad7cf92e8ae85115b3e4 | refactor(forms-util): update docs & pass in change type | [
{
"change_type": "MODIFY",
"diff": "Form utilities for [analytics](https://www.npmjs.com/package/analytics)\n+<!-- AUTO-GENERATED-CONTENT:START (TOC:collapse=true&collapseText=Click to expand) -->\n+\n+<!-- AUTO-GENERATED-CONTENT:END -->\n+\n+\n## `onSubmit`\nListen to form submissions & do stuff with input... | JavaScript | MIT License | davidwells/analytics | refactor(forms-util): update docs & pass in change type | 1 | refactor | forms-util |
151,430 | 03.09.2019 20:15:43 | 25,200 | d8b64741d34cc452b0cffd57bec1040571f460c7 | docs: update plugin lists | [
{
"change_type": "MODIFY",
"diff": "@@ -630,7 +630,7 @@ The `analytics` has a robust plugin system. Here is a list of currently availabl\n- [analytics-plugin-customerio](https://github.com/DavidWells/analytics/tree/master/packages/analytics-plugin-customerio) Customer.io integration for 'analytics' module [... | JavaScript | MIT License | davidwells/analytics | docs: update plugin lists | 1 | docs | null |
366,944 | 03.09.2019 21:42:34 | -32,400 | b9f0e85452e0ec1d071c1c8f9fde1bb64d81825c | fix: show checkbox focus indicator | [
{
"change_type": "MODIFY",
"diff": "@@ -19,7 +19,15 @@ class CheckboxComponent extends React.PureComponent<Props & InjectedProps> {\nconst classNames = `${checked ? 'active' : ''} ${disabled ? 'disabled' : ''} ${themeColor}`\nreturn (\n- <Wrapper className={classNames} theme={theme}>\n+ <Wrapper theme={them... | TypeScript | MIT License | kufu/smarthr-ui | fix: show checkbox focus indicator | 1 | fix | null |
366,944 | 03.09.2019 22:07:51 | -32,400 | 09657a01bc7665b90bb145d416582ecbede41464 | fix: show Radio focus indicator | [
{
"change_type": "MODIFY",
"diff": "@@ -17,7 +17,7 @@ class RadioComponent extends React.PureComponent<Props & InjectedProps> {\nconst classNames = `${checked ? 'active' : ''} ${disabled ? 'disabled' : ''} ${themeColor}`\nreturn (\n- <Wrapper className={classNames} theme={theme}>\n+ <Wrapper>\n<Input\ntype=... | TypeScript | MIT License | kufu/smarthr-ui | fix: show Radio focus indicator | 1 | fix | null |
273,683 | 03.09.2019 22:21:10 | -7,200 | fc9606dcc55155ad0a97ea332e82e08f61ba3339 | feat(app): override App.vue component | [
{
"change_type": "MODIFY",
"diff": "import Vue from 'vue'\nimport plugins from '~/.temp/plugins-server'\n-import main from './main'\n+\n+import main from '~/main'\n+import App from '~/App.vue'\nimport head from './head'\nimport router from './router'\n@@ -25,7 +27,7 @@ router.beforeEach(graphqlGuard)\nconst... | JavaScript | MIT License | gridsome/gridsome | feat(app): override App.vue component (#635) | 1 | feat | app |
815,595 | 03.09.2019 22:37:33 | -28,800 | 424c24a90ff01aa28d63d1acc981fddb836d25a6 | docs: Add RPC calculate_dao_maximum_withdraw example | [
{
"change_type": "MODIFY",
"diff": "* [`Experiment`](#experiment)\n* [`dry_run_transaction`](#dry_run_transaction)\n* [`_compute_transaction_hash`](#_compute_transaction_hash)\n+ * [`calculate_dao_maximum_withdraw`](#calculate_dao_maximum_withdraw)\n* [`_compute_script_hash`](#_compute_script_hash)\n* [`Ind... | Rust | MIT License | nervosnetwork/ckb | docs: Add RPC calculate_dao_maximum_withdraw example | 1 | docs | null |
67,494 | 04.09.2019 00:06:07 | -7,200 | 35cdde023149e9c0571cb33b93e986f13ccb1f75 | refactor(router): add viewport context to stringify | [
{
"change_type": "MODIFY",
"diff": "@@ -70,19 +70,31 @@ export class InstructionResolver {\nreturn new ViewportInstruction('');\n}\n- public stringifyViewportInstructions(instructions: ViewportInstruction[], excludeViewport: boolean = false): string {\n- return instructions.map((instruction) => this.stringi... | TypeScript | MIT License | aurelia/aurelia | refactor(router): add viewport context to stringify | 1 | refactor | router |
67,494 | 04.09.2019 00:08:38 | -7,200 | 2f53ae46798a336f5a6374d79b82850070892d35 | refactor(router): add needs viewport described to viewport instruction | [
{
"change_type": "MODIFY",
"diff": "@@ -15,6 +15,8 @@ export class ViewportInstruction {\npublic parameters: Record<string, unknown> | null = null;\npublic parametersList: string[] | null = null;\n+ public needsViewportDescribed: boolean = false;\n+\nconstructor(\ncomponent: ComponentAppellation,\nviewport?... | TypeScript | MIT License | aurelia/aurelia | refactor(router): add needs viewport described to viewport instruction | 1 | refactor | router |
67,494 | 04.09.2019 00:10:02 | -7,200 | 655b112396b6eca59bd794ace9e107738d5b6177 | refactor(router): add reparent instructions and find without viewports to scope | [
{
"change_type": "MODIFY",
"diff": "@@ -40,7 +40,7 @@ export class Scope {\n{});\n}\n- public findViewports(viewportInstructions?: ViewportInstruction[]): IFindViewportsResult {\n+ public findViewports(viewportInstructions?: ViewportInstruction[], withoutViewports: boolean = false): IFindViewportsResult {\n... | TypeScript | MIT License | aurelia/aurelia | refactor(router): add reparent instructions and find without viewports to scope | 1 | refactor | router |
67,494 | 04.09.2019 00:11:46 | -7,200 | 150c267083050eab102a68fd33031b316e0236a9 | refactor(router): use viewport instructions in navigation process | [
{
"change_type": "MODIFY",
"diff": "@@ -302,8 +302,7 @@ export class Router implements IRouter {\nfor (const viewportInstruction of viewportInstructions) {\nconst viewport: Viewport = viewportInstruction.viewport as Viewport;\n- const componentWithParameters = this.instructionResolver.stringifyViewportInstr... | TypeScript | MIT License | aurelia/aurelia | refactor(router): use viewport instructions in navigation process | 1 | refactor | router |
67,494 | 04.09.2019 00:13:53 | -7,200 | 4de264c1c6febc12618411b77999b23adfb10ba9 | test(realworld): update goto call | [
{
"change_type": "MODIFY",
"diff": "@@ -56,7 +56,7 @@ export class Editor {\nthis.articleService.save(this.article)\n.then((article) => {\nthis.slug = article.slug;\n- this.router.goto('article', 'article', { slug: this.slug });\n+ this.router.goto({ component: 'article', parameters: { slug: this.slug } });... | TypeScript | MIT License | aurelia/aurelia | test(realworld): update goto call | 1 | test | realworld |
67,494 | 04.09.2019 01:33:34 | -7,200 | f2cc45a9a8a6ba9335d5e6163db5ac15de0f18b1 | test(router): update doc-example app | [
{
"change_type": "MODIFY",
"diff": "<meta charset=\"utf-8\">\n<title>Aurelia</title>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n+ <base href=\"/\">\n<style>\na {\n",
"new_path": "packages/__tests__/router/e2e/doc-example/app/index.ejs",
"old_path": "packages/__tests__... | TypeScript | MIT License | aurelia/aurelia | test(router): update doc-example app | 1 | test | router |
815,601 | 04.09.2019 01:40:30 | -28,800 | 9ba561256478fb9b6e100bddb1a9c6d5f7b483be | feat: overall bench | [
{
"change_type": "MODIFY",
"diff": "@@ -230,6 +230,17 @@ name = \"bs58\"\nversion = \"0.2.5\"\nsource = \"registry+https://github.com/rust-lang/crates.io-index\"\n+[[package]]\n+name = \"bstr\"\n+version = \"0.2.8\"\n+source = \"registry+https://github.com/rust-lang/crates.io-index\"\n+dependencies = [\n+ \... | Rust | MIT License | nervosnetwork/ckb | feat: overall bench | 1 | feat | null |
866,393 | 04.09.2019 07:22:38 | -32,400 | 0833dcb8c7b91629d99b3427a996429556bc4317 | chore(components): clean-up private/protected
This change fixes an issue where an instance property of checkbox
missed its `private` declaration. This change also aligns new code to
existing code where non-API-purpose properties are `private` unless we
expect in-house usage of inheritance. | [
{
"change_type": "MODIFY",
"diff": "- [Translation](#translation)\n- [Collation](#collation)\n- [Null checks](#null-checks)\n+ - [Updating view upon change in `private`/`protected` properties](#updating-view-upon-change-in-privateprotected-properties)\n- [CSS considerations with IE11](#css-considerations-wi... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(components): clean-up private/protected (#115)
This change fixes an issue where an instance property of checkbox
missed its `private` declaration. This change also aligns new code to
existing code where non-API-purpose properties are `private` unless we
expect in-house usage of inheritance. | 1 | chore | components |
866,394 | 04.09.2019 09:32:14 | 14,400 | 7df563353f8549a8f5dffc834baa73d92f6a87bd | feat(patterns): added placeholder scss file for leadspace | [
{
"change_type": "MODIFY",
"diff": "import React from 'react';\nimport { storiesOf } from '@storybook/react';\nimport { withKnobs } from '@storybook/addon-knobs';\n+import '../../../../../styles/scss/patterns/leadspace/_leadspace.scss';\nimport readme from '../README.md';\nimport LeadSpace from '../LeadSpac... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | feat(patterns): added placeholder scss file for leadspace | 1 | feat | patterns |
865,921 | 04.09.2019 09:38:48 | -7,200 | e2dcfeb451d22fbeec0b69136da5555c63637a45 | chore(plugins): do not shadow error message | [
{
"change_type": "MODIFY",
"diff": "@@ -14,6 +14,12 @@ import css from './PluginContainer.less';\nexport default class PluginContainer extends PureComponent {\n+\n+ static defaultProps = {\n+ onError: () => {},\n+ cancelSubscriptions: () => {}\n+ }\n+\nstatic getDerivedStateFromError() {\nreturn { error: tr... | JavaScript | MIT License | camunda/camunda-modeler | chore(plugins): do not shadow error message | 1 | chore | plugins |
865,921 | 04.09.2019 09:39:03 | -7,200 | 39040ad38aca1b25ca054ca44203777200dfce27 | style(client): update test formating | [
{
"change_type": "MODIFY",
"diff": "@@ -50,7 +50,11 @@ describe('<PluginContainer>', function() {\nit('should work as an error boundary', function() {\n// when\n- const { root } = TestRenderer.create(<PluginContainer><ErrorComponent /></PluginContainer>);\n+ const { root } = TestRenderer.create(\n+ <PluginC... | JavaScript | MIT License | camunda/camunda-modeler | style(client): update test formating | 1 | style | client |
865,921 | 04.09.2019 10:11:34 | -7,200 | 853fc8c1f7f81eef42de7b88fba78bd7e6ea401f | chore(client): allow core plug-ins + rename components
* client/src/plugins defines core plug-ins that are being bundled and
distributed with the app
* additional plugins, shipped via actual extensions are considered, too
* the app handles both types of plug-ins in a similar fashion, i.e. with
error boundaries, apis an... | [
{
"change_type": "MODIFY",
"diff": "@@ -21,6 +21,8 @@ import {\nimport EventEmitter from 'events';\n+import defaultPlugins from '../plugins';\n+\nimport executeOnce from './util/executeOnce';\nimport { WithCache } from './cached';\n@@ -57,7 +59,7 @@ import pSeries from 'p-series';\nimport History from './Hi... | JavaScript | MIT License | camunda/camunda-modeler | chore(client): allow core plug-ins + rename components
* client/src/plugins defines core plug-ins that are being bundled and
distributed with the app
* additional plugins, shipped via actual extensions are considered, too
* the app handles both types of plug-ins in a similar fashion, i.e. with
error boundaries, apis a... | 1 | chore | client |
815,573 | 04.09.2019 11:29:14 | -28,800 | bb628bedf0184185a7c95e2a9dabf57affbe8050 | feat: Return cell data in get_live_cell rpc
BREAKING CHANGE: get_live_cell add with_data argument and result structure changed | [
{
"change_type": "MODIFY",
"diff": "@@ -455,7 +455,7 @@ http://localhost:8114\n### `get_live_cell`\n-Returns the information about a cell by out_point if it is live.\n+Returns the information about a cell by out_point if it is live. If second with_data argument set to true, will return cell data and data_ha... | Rust | MIT License | nervosnetwork/ckb | feat: Return cell data in get_live_cell rpc
BREAKING CHANGE: get_live_cell add with_data argument and result structure changed | 1 | feat | null |
791,704 | 04.09.2019 11:49:24 | 25,200 | 6e938c20633d8e1c73bb99531bc091507561462d | report: remove PWA badge flicker workaround for Chrome | [
{
"change_type": "MODIFY",
"diff": "width: var(--gauge-wrapper-width);\n}\n-.lh-scores-header .lh-gauge--pwa__wrapper {\n- /* Can remove when this bug is resolved: https://bugs.chromium.org/p/chromium/issues/detail?id=942097 */\n- will-change: transform;\n-}\n-\n.lh-scorescale {\ndisplay: inline-flex;\nmarg... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report: remove PWA badge flicker workaround for Chrome (#9636) | 1 | report | null |
67,494 | 04.09.2019 11:49:32 | -7,200 | e092b30843fdb46ffdfad84c90708d8492178763 | refactor(router): fix navigation replace behavior | [
{
"change_type": "MODIFY",
"diff": "@@ -147,8 +147,8 @@ export class Navigator {\nthis.entries = [];\n}\n}\n- if (entry.index !== undefined && !entry.replacing && !entry.refreshing) { // History navigation\n- entry.historyMovement = entry.index - (this.currentEntry.index !== undefined ? this.currentEntry.in... | TypeScript | MIT License | aurelia/aurelia | refactor(router): fix navigation replace behavior | 1 | refactor | router |
438,921 | 04.09.2019 12:08:54 | -32,400 | b86e87e99f0827cf4240118043d61dd4b7fef46c | docs(readme): Add next release info
[skip ci] | [
{
"change_type": "MODIFY",
"diff": "@@ -104,6 +104,15 @@ There're two ways to install from `nightly` branch directly.\n$ npm install git+https://github.com/naver/billboard.js.git#nightly --save\n```\n+### Next(Release Canditate) version\n+\n+Next version is the 'release candidate' build, prior the latest of... | TypeScript | MIT License | naver/billboard.js | docs(readme): Add next release info
[skip ci] | 1 | docs | readme |
815,582 | 04.09.2019 12:11:32 | -32,400 | 9bbd2110be80347a1db6ac8deb161a12a3b40200 | feat: Group RPC methods by module in the generated API doc | [
{
"change_type": "MODIFY",
"diff": "@@ -8,6 +8,9 @@ def newline(n):\nprint(\"\")\n+def sort_cases_by_module(cases):\n+ return sorted(cases, key=lambda case: case[\"module\"])\n+\ndef print_title(case):\nprint(\"### `{}`\".format(case[\"method\"]))\nnewline(1)\n@@ -97,7 +100,7 @@ def main():\nfilepath = sys.... | Rust | MIT License | nervosnetwork/ckb | feat: Group RPC methods by module in the generated API doc | 1 | feat | null |
67,494 | 04.09.2019 12:30:00 | -7,200 | 1e98a075f28b85ceeee29ed3457e60d201587785 | refactor(router): upgrade active components to viewport instructions | [
{
"change_type": "MODIFY",
"diff": "@@ -79,8 +79,7 @@ export class NavRoute {\nreturn (this.linkActive as ((route: NavRoute) => boolean))(this) ? 'nav-active' : '';\n}\nconst components = this.linkActive as ViewportInstruction[];\n- let activeComponents = this.nav.router.activeComponents.map((state) => this... | TypeScript | MIT License | aurelia/aurelia | refactor(router): upgrade active components to viewport instructions | 1 | refactor | router |
104,844 | 04.09.2019 13:11:14 | 14,400 | fed00b87299e7b1eb3535095f679fcfbf5874f0d | fix(pagehero): fix reference to hero to PageTitleBar | [
{
"change_type": "MODIFY",
"diff": "@@ -127,7 +127,7 @@ const PageHero = ({\nif (__DEV__) {\nwarning(\nfalse,\n- 'PageHero component has been deprecated and will be removed in the next release of `carbon-addons-iot-react`. \\n Refactor to use Hero component instead.'\n+ 'PageHero component has been deprecat... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(pagehero): fix reference to hero to PageTitleBar | 1 | fix | pagehero |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.