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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
791,780 | 16.04.2019 16:15:34 | -3,600 | c9668d7c39ec70d8e8b99536b4aeb180b33f12bb | core(jsonld): Structured data validation updates | [
{
"change_type": "MODIFY",
"diff": "@@ -9,13 +9,13 @@ const jsonlint = require('jsonlint-mod');\n/**\n* @param {string} input\n- * @returns {{message: string, lineNumber: string|null}|null}\n+ * @returns {{message: string, lineNumber: number|null}|null}\n*/\nmodule.exports = function parseJSON(input) {\ntry... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(jsonld): Structured data validation updates (#8137) | 1 | core | jsonld |
815,601 | 16.04.2019 16:18:29 | -28,800 | 1ac717ceb20695fed6490232dd9e05b7c1e4c6d9 | feat: configurable cellbase maturity | [
{
"change_type": "MODIFY",
"diff": "@@ -16,6 +16,7 @@ proof = [0]\n[params]\ninitial_block_reward = 50000\nmax_block_cycles = 100000000\n+cellbase_maturity = 0\n[pow]\nfunc = \"Cuckoo\"\n",
"new_path": "resource/specs/dev.toml",
"old_path": "resource/specs/dev.toml"
},
{
"change_type": "MODI... | Rust | MIT License | nervosnetwork/ckb | feat: configurable cellbase maturity | 1 | feat | null |
104,818 | 16.04.2019 16:52:27 | -7,200 | 8444052093360044ccecc02f4606ffd2368bcd94 | fix(tilecatalog): console errors thrown while paging | [
{
"change_type": "MODIFY",
"diff": "import React, { useReducer } from 'react';\nimport useDeepCompareEffect from 'use-deep-compare-effect';\n+import omit from 'lodash/omit';\nimport { tileCatalogReducer, determineInitialState, TILE_ACTIONS } from './tileCatalogReducer';\nimport TileCatalog, { propTypes } fr... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(tilecatalog): console errors thrown while paging | 1 | fix | tilecatalog |
471,533 | 16.04.2019 17:12:31 | 18,000 | a202d50f8233793595848174ae4d674415b7c81b | fix(building-rollup): support windows file paths | [
{
"change_type": "MODIFY",
"diff": "@@ -10,6 +10,7 @@ const {\nremove,\n} = require('../../dom5-fork/index.js');\nconst {\n+ pathJoin,\nreadHTML,\nwriteOutputHTML,\ncreateElement,\n@@ -56,7 +57,7 @@ function copyPolyfills(pluginConfig, outputConfig) {\nif (pluginConfig.polyfillDynamicImports) {\ncopyFileSyn... | JavaScript | MIT License | open-wc/open-wc | fix(building-rollup): support windows file paths | 1 | fix | building-rollup |
807,908 | 16.04.2019 18:01:29 | 25,200 | 51625fa09490393c8c5e59197ce032b5cb46e831 | fix(import): Avoid "unrecognized input" error from colors when using `--flatten`
Refs | [
{
"change_type": "MODIFY",
"diff": "@@ -151,6 +151,7 @@ class ImportCommand extends Command {\n\"--stat\",\n\"--binary\",\n\"-1\",\n+ \"--color=never\",\nsha,\n// custom git prefixes for accurate parsing of filepaths (#1655)\n`--src-prefix=COMPARE_A/`,\n",
"new_path": "commands/import/index.js",
"ol... | JavaScript | MIT License | lerna/lerna | fix(import): Avoid "unrecognized input" error from colors when using `--flatten` (#2037)
Refs #1644 | 1 | fix | import |
217,922 | 16.04.2019 19:08:54 | -7,200 | 7a30376c8989e6e6272bd60882dceca046388b94 | fix(alarms): fixed an issue with sidebar being too long, breaking the scrolling system | [
{
"change_type": "MODIFY",
"diff": "flex-direction: column;\noverflow: auto;\nheight: 100%;\n+ max-height: ~'calc(100vh - 88px)';\n.ant-divider {\nmargin: 0;\n",
"new_path": "apps/client/src/app/modules/alarms-sidebar/alarms-sidebar/alarms-sidebar.component.less",
"old_path": "apps/client/src/app/mo... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(alarms): fixed an issue with sidebar being too long, breaking the scrolling system | 1 | fix | alarms |
217,922 | 16.04.2019 19:11:46 | -7,200 | 7b03c05412a3422db0e8b58e460294e3a0b66612 | fix(list-details): no more NaN:NaN timers inside gathering details popup | [
{
"change_type": "MODIFY",
"diff": "</i>\n</span>\n</div>\n- <div *ngIf=\"(generateAlarm(node) | alarmDisplay | async) as alarm\" [class.spawned-timer]=\"alarm.spawned\"\n- [class.played-timer]=\"alarm.played\">\n+ <ng-container *ngIf=\"(generateAlarm(node) | alarmDisplay | async) as alarm\">\n+ <div [class... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(list-details): no more NaN:NaN timers inside gathering details popup | 1 | fix | list-details |
217,922 | 16.04.2019 19:17:25 | -7,200 | 80a0f009d83381b063de6600a1e9a5cd4fc54bbd | fix(desktop): window now has proper title and overlay window too
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -81,7 +81,8 @@ function createWindow() {\nshow: false,\nbackgroundColor: '#000',\nframe: true,\n- icon: `file://${BASE_APP_PATH}/assets/app-icon.png`\n+ icon: `file://${BASE_APP_PATH}/assets/app-icon.png`,\n+ title: 'FFXIV Teamcraft'\n};\nObject.assign(opts, config.get... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(desktop): window now has proper title and overlay window too
closes #859 | 1 | fix | desktop |
815,590 | 16.04.2019 19:28:23 | -28,800 | 97d6c53d5a5200286dc5324f480f826f6c96f70d | fix: remove debug code from miner | [
{
"change_type": "MODIFY",
"diff": "@@ -9,7 +9,7 @@ use ckb_sync::NetworkProtocol;\nuse ckb_traits::ChainProvider;\nuse ckb_verification::{HeaderResolverWrapper, HeaderVerifier, Verifier};\nuse flatbuffers::FlatBufferBuilder;\n-use jsonrpc_core::{Error, ErrorCode, Result};\n+use jsonrpc_core::{Error, Result... | Rust | MIT License | nervosnetwork/ckb | fix: remove debug code from miner | 1 | fix | null |
791,690 | 16.04.2019 19:33:00 | 18,000 | 7154ebd6b0b944a2dc786c69fa070323c8bd3da6 | core: rename audit-details diagnostics to debugData | [
{
"change_type": "MODIFY",
"diff": "@@ -63,11 +63,11 @@ class AxeAudit extends Audit {\n{key: 'node', itemType: 'node', text: str_(UIStrings.failingElementsHeader)},\n];\n- /** @type {LH.Audit.Details.Diagnostic|undefined} */\n- let diagnostic;\n+ /** @type {LH.Audit.Details.DebugData|undefined} */\n+ let d... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core: rename audit-details diagnostics to debugData (#8298) | 1 | core | null |
815,601 | 16.04.2019 19:50:44 | -28,800 | b96dece02b503b4f579fa439f3d56fdde0952eda | chore: submit block log | [
{
"change_type": "MODIFY",
"diff": "@@ -731,11 +731,13 @@ dependencies = [\n\"faketime 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"hash 0.9.0-pre\",\n+ \"log 0.4.6 (registry+https://github.com/rust-lang/crates.io... | Rust | MIT License | nervosnetwork/ckb | chore: submit block log | 1 | chore | null |
104,818 | 16.04.2019 19:54:44 | -7,200 | 354fb7f1ee3c3da7325c1ac84a14c3037d2489f4 | fix(tilecatalog): stop selecting after search or page | [
{
"change_type": "MODIFY",
"diff": "@@ -44,13 +44,34 @@ const StatefulTileCatalog = ({ onSelection, pagination, search, tiles: tilesProp\n}\n};\n- const handleSelection = (newSelectedTile, ...args) => {\n+ const handleSelection = newSelectedTile => {\ndispatch({ type: TILE_ACTIONS.SELECT, payload: newSelect... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(tilecatalog): stop selecting after search or page | 1 | fix | tilecatalog |
815,601 | 16.04.2019 20:06:43 | -28,800 | 97ee79083c16fb4789fd35f2d8a048026a032b95 | chore: relay log | [
{
"change_type": "MODIFY",
"diff": "@@ -599,6 +599,7 @@ dependencies = [\n\"ckb-traits 0.9.0-pre\",\n\"ckb-util 0.9.0-pre\",\n\"ckb-verification 0.9.0-pre\",\n+ \"faketime 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"faster-hex 0.3.1 (registry+https://github.com/rust-lang/crates.io-in... | Rust | MIT License | nervosnetwork/ckb | chore: relay log | 1 | chore | null |
807,923 | 16.04.2019 21:36:12 | -7,200 | ba5d28132ef93b29e27bdb0e2a72164d7a56b2e8 | docs: Use correct term for file structure
[skip ci] | [
{
"change_type": "MODIFY",
"diff": "@@ -57,7 +57,7 @@ downside of dividing a project into many separate NPM package. See the\n### What does a Lerna repo look like?\n-There's actually very little to it. You have a file system that looks like this:\n+There's actually very little to it. You have a file structu... | JavaScript | MIT License | lerna/lerna | docs: Use correct term for file structure (#2021)
[skip ci] | 1 | docs | null |
807,973 | 16.04.2019 21:36:51 | -7,200 | e377eb14b4ff4fa95bfb4eb89e9f809addb80898 | docs: Fix typo
[skip ci] | [
{
"change_type": "MODIFY",
"diff": "@@ -179,7 +179,7 @@ When passed, this flag will disable running [lifecycle scripts](#lifecycle-event\n### `--ignore-prepublish`\n-When passed, this lfag will disable [`prepublish`](#lifecycle-events) script being executed.\n+When passed, this flag will disable [`prepublis... | JavaScript | MIT License | lerna/lerna | docs: Fix typo (#2028)
[skip ci] | 1 | docs | null |
531,793 | 16.04.2019 21:45:57 | -3,600 | eb1181cd7061abbbe7ace4b551a48a6c8ce3a60a | feat(ui): lazy load modals
This uses React code splitting to only load modal content components if they are used - all modal components will be loaded the first time user open a modal, rather than on initial page load | [
{
"change_type": "MODIFY",
"diff": "@@ -6,12 +6,19 @@ import { observable, action } from \"mobx\";\nimport { FontAwesomeIcon } from \"@fortawesome/react-fontawesome\";\nimport { faCog } from \"@fortawesome/free-solid-svg-icons/faCog\";\n+import { faSpinner } from \"@fortawesome/free-solid-svg-icons/faSpinne... | TypeScript | Apache License 2.0 | prymitive/karma | feat(ui): lazy load modals
This uses React code splitting to only load modal content components if they are used - all modal components will be loaded the first time user open a modal, rather than on initial page load | 1 | feat | ui |
791,704 | 16.04.2019 22:00:26 | 25,200 | 53cea6d12883799627cbdbfe7ad8b30485e8bc13 | report(redesign): runtime settings footer | [
{
"change_type": "MODIFY",
"diff": "@@ -126,7 +126,7 @@ class ReportRenderer {\nif (!runtime.description) return;\nconst item = this._dom.cloneTemplate('#tmpl-lh-env__items', env);\n- this._dom.find('.lh-env__name', item).textContent = `${runtime.name}:`;\n+ this._dom.find('.lh-env__name', item).textContent... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report(redesign): runtime settings footer (#8229) | 1 | report | redesign |
471,470 | 16.04.2019 22:34:15 | -7,200 | 11b1e5aafb7407c96ec2aab7d6b04f3a471c082b | docs: move ide under Developing section | [
{
"change_type": "MODIFY",
"diff": "const sidebar = [\n['/', 'Home'],\n['/guide/', 'Introduction'],\n- {\n- title: 'IDE',\n- collapsable: true,\n- children: [['/ide/', 'Getting started']],\n- },\n{\ntitle: 'Developing',\ncollapsable: true,\nchildren: [\n['/developing/', 'Getting started'],\n+ ['/developing/... | JavaScript | MIT License | open-wc/open-wc | docs: move ide under Developing section | 1 | docs | null |
808,044 | 16.04.2019 23:01:29 | -10,800 | c599c64b11f06afe2fa16ed2c448b16de7da147a | fix(exec): Handle node string error codes before setting process.exitCode | [
{
"change_type": "MODIFY",
"diff": "\"use strict\";\n+const os = require(\"os\");\n+\nconst ChildProcessUtilities = require(\"@lerna/child-process\");\nconst Command = require(\"@lerna/command\");\nconst batchPackages = require(\"@lerna/batch-packages\");\n@@ -85,7 +87,18 @@ class ExecCommand extends Comman... | JavaScript | MIT License | lerna/lerna | fix(exec): Handle node string error codes before setting process.exitCode (#2031) | 1 | fix | exec |
471,527 | 17.04.2019 00:18:46 | -7,200 | 50531ff7ff51b8498fb6019977a0a91ac8e4b7a2 | fix(building-webpack): correct manual install steps | [
{
"change_type": "MODIFY",
"diff": "@@ -18,14 +18,14 @@ npm init @open-wc\n1. Install the required dependencies:\n```bash\n-npm i -D @open-wc/building-webpack webpack http-server webpack-dev-server\n+npm i -D @open-wc/building-webpack webpack webpack-cli webpack-dev-server http-server\n```\n2. Create a file... | JavaScript | MIT License | open-wc/open-wc | fix(building-webpack): correct manual install steps | 1 | fix | building-webpack |
76,605 | 17.04.2019 01:23:08 | -7,200 | f335535ddc36b536b1edd6420f543329bf6587a0 | feat: Add sentences to language guesser, and import/export | [
{
"change_type": "MODIFY",
"diff": "@@ -165,6 +165,7 @@ class NluManager {\nthrow new Error(`Domain Manager not found for locale ${locale}`);\n}\nconst domain = this.getIntentDomain(locale, intent);\n+ this.guesser.addExtraSentence(locale, utterance);\nmanager.add(domain, utterance, intent);\n}\n@@ -298,10 ... | JavaScript | MIT License | axa-group/nlp.js | feat: Add sentences to language guesser, and import/export | 1 | feat | null |
127,946 | 17.04.2019 06:41:09 | -10,800 | 29e1043ba1e4fda55c701ed6120944d75d65990c | fix(account): add form legends | [
{
"change_type": "MODIFY",
"diff": "@@ -33,7 +33,7 @@ export const AccountView = () => (\n</SettingsBlock>\n<SettingsBlock>\n<BlockContent>\n- <Form maxWidth=\"25rem\">\n+ <Form legend=\"Resend the Email\" maxWidth=\"25rem\">\n<FormItem>\n<TextInput label=\"E-mail address\" type=\"email\" required />\n</For... | TypeScript | MIT License | coingaming/moon-design | fix(account): add form legends | 1 | fix | account |
104,818 | 17.04.2019 06:46:09 | -7,200 | 47ccaaa204c30d65f16a145e314c9d73ec4ba372 | fix(tilegroup): small fix for styles to work with carbon | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,7 @@ import styled from 'styled-components';\nimport { MEDIA_QUERIES } from '../../styles/styles';\nconst StyledTiles = styled.div`\n+ &&& {\ndisplay: flex;\nflex-flow: row wrap;\n> * {\n@@ -13,6 +14,7 @@ const StyledTiles = styled.div`\nmin-width: 300px;\n}\no... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(tilegroup): small fix for styles to work with carbon | 1 | fix | tilegroup |
104,818 | 17.04.2019 07:42:25 | -7,200 | 1200cf41510c355734a21054e5e0dfec54bac4d8 | fix(wizardinline): need to take up width | [
{
"change_type": "MODIFY",
"diff": "@@ -18,6 +18,7 @@ const StyledWizardWrapper = styled.div`\nmargin-bottom: 48px;\nmax-height: 80vh;\noverflow: auto;\n+ width: 100%;\n}\n.bx--modal-container {\n",
"new_path": "src/components/WizardInline/WizardInline.jsx",
"old_path": "src/components/WizardInline/... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(wizardinline): need to take up width | 1 | fix | wizardinline |
104,818 | 17.04.2019 08:01:49 | -7,200 | 95fe83c542812a259202d2a7c0a2db5782bfccd3 | fix(tilecatalog): need to fire initial select event | [
{
"change_type": "MODIFY",
"diff": "-import React, { useReducer } from 'react';\n+import React, { useReducer, useEffect } from 'react';\nimport useDeepCompareEffect from 'use-deep-compare-effect';\nimport omit from 'lodash/omit';\n@@ -46,9 +46,6 @@ const StatefulTileCatalog = ({ onSelection, pagination, sea... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(tilecatalog): need to fire initial select event | 1 | fix | tilecatalog |
791,676 | 17.04.2019 08:44:41 | -7,200 | 4b1a28fa17513bd52e25e043b734f5c2b69a94f2 | core(crc): redirects leading to iframe shouldn't be marked as critical | [
{
"change_type": "MODIFY",
"diff": "@@ -28,6 +28,14 @@ class CriticalRequestChains {\nreturn false;\n}\n+ // Whenever a request is a redirect, we don't know if it's critical until we resolve the final\n+ // destination. At that point we can assign all the properties (priority, resourceType) of the\n+ // fin... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(crc): redirects leading to iframe shouldn't be marked as critical (#6704) | 1 | core | crc |
304,866 | 17.04.2019 09:22:56 | 25,200 | 9762ebe4a65a1a6ea8264e3c2648d6b28f90a511 | chore: make checkgenerate output ragel version | [
{
"change_type": "MODIFY",
"diff": "@@ -8,6 +8,7 @@ make all\nstatus=$(git status --porcelain)\nif [ -n \"$status\" ]; then\n>&2 echo \"generated code is not accurate, please run make generate\"\n+ >&2 echo \"ragel version is: $(ragel --version)\"\n>&2 echo -e \"Files changed:\\n$status\"\nexit 1\nfi\n",
... | Go | MIT License | influxdata/flux | chore: make checkgenerate output ragel version | 1 | chore | null |
503,933 | 17.04.2019 10:35:18 | 14,400 | 15d948c785df290f31d6f20e6f891920b718e3b6 | fix(Tabs): Move TabContent outside of Tabs div
* fix(Tabs): Move TabContent outside of Tabs div
#1779
* update unit test | [
{
"change_type": "MODIFY",
"diff": "@@ -52,14 +52,32 @@ const defaultProps = {\n};\nconst Tabs = ({ 'aria-label': ariaLabel, id, variant, ...props }) => {\n- const unique_id = id ? id : getUniqueId();\n- return variant === TabsVariant.nav\n- ? <TabsWithNav ariaLabel={ariaLabel} id={unique_id} {...props} />\... | TypeScript | MIT License | patternfly/patternfly-react | fix(Tabs): Move TabContent outside of Tabs div (#1788)
* fix(Tabs): Move TabContent outside of Tabs div
#1775, #1779
* update unit test | 1 | fix | Tabs |
503,933 | 17.04.2019 10:36:46 | 14,400 | d69a34effc62b578c2500961228ce71e67d50667 | fix(Card): change Header to be a div and not h1 | [
{
"change_type": "MODIFY",
"diff": "@@ -2,11 +2,7 @@ import { FunctionComponent, HTMLProps, ReactType } from 'react';\nimport { TitleSize, TitleLevel } from '../Title';\nimport { OneOf, Omit } from '../../helpers/typeUtils';\n-export interface CardHeaderProps extends Omit<HTMLProps<HTMLHeadingElement>, 'siz... | TypeScript | MIT License | patternfly/patternfly-react | fix(Card): change Header to be a div and not h1 (#1789)
#1783 | 1 | fix | Card |
127,946 | 17.04.2019 10:59:52 | -10,800 | c2ea6992f437bc898e8eb2c904b3d335a29b19fd | feat(user-portal): rename banner | [
{
"change_type": "RENAME",
"diff": "@@ -4,6 +4,7 @@ import { spacing } from '@heathmont/sportsbet-utils';\nexport const BannerBlock = styled.div({\nmarginBottom: spacing(),\n});\n+\nexport const BannerSection = styled.section({\nmarginTop: spacing('medium'),\n});\n",
"new_path": "portals/user-portal-com... | TypeScript | MIT License | coingaming/moon-design | feat(user-portal): rename banner | 1 | feat | user-portal |
730,429 | 17.04.2019 11:25:11 | 14,400 | dc141e79140aba492eeb4e275772a6169566838b | docs: remove jsx details
currently unsupported method | [
{
"change_type": "MODIFY",
"diff": "- [HTML](#html)\n- [Data API](#data-api)\n- [Browser Globals](#browser-globals)\n- - [JSX](#jsx)\n- [Events](#events)\n- [Browser Support](#browser-support)\n@@ -189,21 +188,6 @@ ciscospark.widget(widgetEl).remove().then(function(removed) {\n> If you are also using the We... | JavaScript | MIT License | webex/react-widgets | docs: remove jsx details
currently unsupported method | 1 | docs | null |
217,922 | 17.04.2019 11:34:49 | -7,200 | 2ae80aa32dece9fcf70eb04b93484889be8a0456 | feat(overlay): moved the mute toggle to topbar for better layout inside overlay | [
{
"change_type": "MODIFY",
"diff": "@@ -128,7 +128,7 @@ export class AppComponent implements OnInit {\nthis.desktop = this.platformService.isDesktop();\n- this.iconService.fetchFromIconfont({ scriptUrl: 'https://at.alicdn.com/t/font_931253_z644tpcbtjr.js' });\n+ this.iconService.fetchFromIconfont({ scriptUr... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(overlay): moved the mute toggle to topbar for better layout inside overlay | 1 | feat | overlay |
127,946 | 17.04.2019 11:51:00 | -10,800 | 64324257e507730c0e4558a5cf29f54334fb2822 | feat(user-portal): build components | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"@heathmont/sportsbet-user-portal-components\",\n\"version\": \"0.29.0\",\n- \"main\": \"lib/index.js\",\n- \"typings\": \"lib/index.d.ts\",\n+ \"main\": \"dist/index.js\",\n+ \"typings\": \"dist/index.d.ts\",\n\"repository\": \"https://github.com/coingaming... | TypeScript | MIT License | coingaming/moon-design | feat(user-portal): build components | 1 | feat | user-portal |
217,922 | 17.04.2019 13:30:53 | -7,200 | 9c34c9c80ad0469f4f1e3c6589d701527e01a9c3 | feat(list): new button in completion popup to empty the list | [
{
"change_type": "MODIFY",
"diff": "{{'LIST.COMPLETION_POPUP.Content' | translate}}\n</p>\n<div fxLayout=\"row wrap\" fxLayoutGap=\"5px\">\n+ <button nz-button nzType=\"danger\" nz-popconfirm [nzTitle]=\"'Confirmation' | translate\" (nzOnConfirm)=\"clearList()\">\n+ {{'LIST.COMPLETION_POPUP.Clear' | transla... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(list): new button in completion popup to empty the list | 1 | feat | list |
217,922 | 17.04.2019 13:35:49 | -7,200 | be00e6e035679c74c4a300e0496439a709d839bb | fix(rotation-tips): fixed an issue with some tips crashing with specific rotations | [
{
"change_type": "MODIFY",
"diff": "@@ -19,7 +19,7 @@ export class UseByregotBlessingHighIqStacks extends RotationTip {\nconst blessingIndex = simulationResult.steps.findIndex(step => step.action.is(ByregotsBrow));\nconst clone = simulationResult.simulation.clone();\nclone.run(true, blessingIndex - 1);\n- r... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(rotation-tips): fixed an issue with some tips crashing with specific rotations | 1 | fix | rotation-tips |
217,922 | 17.04.2019 13:53:56 | -7,200 | 44315aafed3da5dea9830cad73d72fdd0f62e2f2 | feat(community-rotations): better rlvl search ranges for rotations | [
{
"change_type": "MODIFY",
"diff": "@@ -56,8 +56,12 @@ export class CraftingRotationService extends FirestoreRelationalStorage<Crafting\nmatches = matches && rotation.community.durability === filters.durability;\n}\nif (filters.rlvl) {\n+ if ([150, 290, 420].indexOf(filters.rlvl) > -1) {\n+ matches = matche... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(community-rotations): better rlvl search ranges for rotations | 1 | feat | community-rotations |
217,922 | 17.04.2019 14:01:32 | -7,200 | a34929115083e1b0a0c574ba0f468bb40632a002 | feat(community-rotations): added a tag to show rotation's targeted durability | [
{
"change_type": "MODIFY",
"diff": ": {{rotation.community.minControl}}</nz-tag>\n<nz-tag nzColor=\"purple\">{{'SIMULATOR.CONFIGURATION.STATS.CP' | translate}}\n: {{rotation.community.minCp}}</nz-tag>\n- <nz-tag nzColor=\"geekblue\">{{'SIMULATOR.COMMUNITY_ROTATIONS.Steps_count' | translate: {count: rotation... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(community-rotations): added a tag to show rotation's targeted durability | 1 | feat | community-rotations |
791,690 | 17.04.2019 14:02:59 | 18,000 | fb3bda46aa0156eb8527bebccedd7c7d0c289e7a | core(driver): only fail security state if scheme is not cryptographic | [
{
"change_type": "MODIFY",
"diff": "@@ -912,8 +912,12 @@ class Driver {\n/**\n* @param {LH.Crdp.Security.SecurityStateChangedEvent} event\n*/\n- const securityStateChangedListener = ({securityState, explanations}) => {\n- if (securityState === 'insecure') {\n+ const securityStateChangedListener = ({\n+ secu... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(driver): only fail security state if scheme is not cryptographic (#8338) | 1 | core | driver |
679,913 | 17.04.2019 14:36:23 | -3,600 | b17fb17bfbbe9fba090ed60eb02ce5ae23aa4743 | fix(hdom): update removeAttribs
check for attribute first, else treat as element property | [
{
"change_type": "MODIFY",
"diff": "@@ -302,7 +302,7 @@ export const removeAttribs = (el: Element, attribs: string[], prev: any) => {\nif (a.indexOf(\"on\") === 0) {\nremoveListener(el, a.substr(2), prev[a]);\n} else {\n- el[a] ? (el[a] = null) : el.removeAttribute(a);\n+ el.hasAttribute(a) ? el.removeAttri... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(hdom): update removeAttribs
- check for attribute first, else treat as element property | 1 | fix | hdom |
791,704 | 17.04.2019 14:53:28 | 25,200 | e40e5382e3693bc650aea6c45d79f979eacb5d76 | report(redesign): fixed mini-topbar, remove scroll animation | [
{
"change_type": "MODIFY",
"diff": "@@ -73,22 +73,21 @@ class ReportRenderer {\n* @param {LH.ReportResult} report\n* @return {DocumentFragment}\n*/\n- _renderReportHeader(report) {\n+ _renderReportTopbar(report) {\n+ const el = this._dom.cloneTemplate('#tmpl-lh-topbar', this._templateContext);\n+ const meta... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report(redesign): fixed mini-topbar, remove scroll animation (#8300) | 1 | report | redesign |
503,965 | 17.04.2019 14:59:56 | 14,400 | 9cccda3a80dc157c4008f907881daee84416898e | fix(version): force bump | [
{
"change_type": "MODIFY",
"diff": "{\n- \"editor.formatOnSave\": true,\n+ \"editor.formatOnSave\": false,\n\"prettier.eslintIntegration\": true,\n\"prettier.singleQuote\": true,\n\"prettier.trailingComma\": \"none\"\n",
"new_path": ".vscode/settings.json",
"old_path": ".vscode/settings.json"
},
... | TypeScript | MIT License | patternfly/patternfly-react | fix(version): force bump (#1807) | 1 | fix | version |
304,866 | 17.04.2019 15:05:42 | 25,200 | 1fcdaaa7406b54ac21cd510f558a4d58f20dcbc2 | feat(semantic): add handling for conditional expressions to type inference
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -270,6 +270,8 @@ func analyzeExpression(expr ast.Expression) (Expression, error) {\nreturn analyzeUnaryExpression(expr)\ncase *ast.LogicalExpression:\nreturn analyzeLogicalExpression(expr)\n+ case *ast.ConditionalExpression:\n+ return analyzeConditionalExpression(expr)... | Go | MIT License | influxdata/flux | feat(semantic): add handling for conditional expressions to type inference (#1184)
Fixes #1173. | 1 | feat | semantic |
815,609 | 17.04.2019 15:09:17 | -28,800 | 57855f5049663e5d22b203b25c53e1136a8f8f2a | chore: replace unnecessary `TryFrom` by `From` | [
{
"change_type": "MODIFY",
"diff": "@@ -101,12 +101,10 @@ impl From<CoreOutPoint> for OutPoint {\n}\n}\n-impl TryFrom<OutPoint> for CoreOutPoint {\n- type Error = FailureError;\n-\n- fn try_from(json: OutPoint) -> Result<Self, Self::Error> {\n+impl From<OutPoint> for CoreOutPoint {\n+ fn from(json: OutPoint... | Rust | MIT License | nervosnetwork/ckb | chore: replace unnecessary `TryFrom` by `From` | 1 | chore | null |
815,586 | 17.04.2019 15:13:19 | -28,800 | b029161c54e796737f033d1524fb48c90f0391f0 | chore: update lock cell for segwit and address format | [
{
"change_type": "RENAME",
"diff": "Binary files a/resource/specs/cells/secp256k1_blake2b_lock and b/resource/specs/cells/secp256k1_blake160_sighash_all differ\n",
"new_path": "resource/specs/cells/secp256k1_blake160_sighash_all",
"old_path": "resource/specs/cells/secp256k1_blake2b_lock"
},
{
... | Rust | MIT License | nervosnetwork/ckb | chore: update lock cell for segwit and address format | 1 | chore | null |
791,723 | 17.04.2019 15:17:42 | 14,400 | 4c294498f6a601a88d41b3db15a734ec2ce5b081 | core(a11y): disable unused axe rules | [
{
"change_type": "MODIFY",
"diff": "@@ -38,6 +38,11 @@ function runA11yChecks() {\n'td-has-header': {enabled: false},\n'marquee': {enabled: false},\n'area-alt': {enabled: false},\n+ 'aria-dpub-role-fallback': {enabled: false},\n+ 'aria-hidden-body': {enabled: false},\n+ 'duplicate-id-active': {enabled: fals... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(a11y): disable unused axe rules (#8373) | 1 | core | a11y |
104,844 | 17.04.2019 15:21:11 | 14,400 | 4a79695a640e57dd8ad97b1f02aad8142823317b | refactor(sidenav): add example of component being passed | [
{
"change_type": "MODIFY",
"diff": "@@ -30,11 +30,7 @@ const StyledIcon = styled(Icon)`\n}\n`;\n-// const RouterComponent = ({ children, ...rest }) => (\n-// <div className=\"specialLink\" {...rest}>\n-// {children}\n-// </div>\n-// );\n+const RouterComponent = ({ children, ...rest }) => <div {...rest}>{chi... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | refactor(sidenav): add example of component being passed | 1 | refactor | sidenav |
217,922 | 17.04.2019 16:08:47 | -7,200 | b5630db6fc007880146593bae694d31cf878d58a | fix(simulator): better drag and drop behavior | [
{
"change_type": "MODIFY",
"diff": "<nz-card [class.failed]=\"actionFailed\" class=\"actions-card\">\n<i nz-icon type=\"exclamation-circle\" theme=\"twotone\" [twoToneColor]=\"'#aa9400'\" class=\"warning-icon\"\nnz-tooltip [nzTitle]=\"'SIMULATOR.Unsaved_changes' | translate\" *ngIf=\"dirty\"></i>\n- <div fx... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(simulator): better drag and drop behavior | 1 | fix | simulator |
791,704 | 17.04.2019 16:15:45 | 25,200 | 5f11b907b26300cbb9b63fd223c9a0a81a96f8c8 | report(redesign): remove icons in non-pwa group headings | [
{
"change_type": "MODIFY",
"diff": "--average-icon-url: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\"><title>info</title><path fill=\"%23E67700\" d=\"M24 4C12.95 4 4 12.95 4 24s8.95 20 20 20 20-8.95 20-20S35.05 4 24 4zm2 30h-4V22h4v12zm0-16h-4v-4h4v4z\"/></svg>... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report(redesign): remove icons in non-pwa group headings (#8329) | 1 | report | redesign |
217,922 | 17.04.2019 16:24:55 | -7,200 | b3570c70a05377f29b3b44c105da7c942759d12f | fix(alarms): fixed an issue with alarms toggle sometimes not adding the alarm to database | [
{
"change_type": "MODIFY",
"diff": "@@ -64,11 +64,6 @@ export class AlarmsEffects {\nreturn new Alarm({ ...alarm, userId: userId });\n});\n}),\n- map((alarms) => {\n- return alarms.filter(alarm => {\n- return alarm.$key === undefined;\n- });\n- }),\nswitchMap((alarms: Alarm[]) => {\nreturn combineLatest(\na... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(alarms): fixed an issue with alarms toggle sometimes not adding the alarm to database | 1 | fix | alarms |
815,601 | 17.04.2019 17:23:14 | -28,800 | 5e51d6542c91a2a3f92c362077877b3db1d7f989 | fix: proposal table | [
{
"change_type": "MODIFY",
"diff": "@@ -56,7 +56,7 @@ pub struct ForkChanges {\n// blocks detached from index after forks\npub(crate) detached_blocks: Vec<Block>,\n// proposal_id detached to index after forks\n- pub(crate) detached_proposal_id: Vec<ProposalShortId>,\n+ pub(crate) detached_proposal_id: FnvHa... | Rust | MIT License | nervosnetwork/ckb | fix: proposal table | 1 | fix | null |
217,922 | 17.04.2019 17:29:33 | -7,200 | 46aed8f0bc29d64122c8e90e1c009000a1ef20fe | fix(simulation): fixed wrong wait duration for Manipulation | [
{
"change_type": "MODIFY",
"diff": "@@ -22,6 +22,10 @@ export class Manipulation extends BuffAction {\nreturn 3;\n}\n+ getWaitDuration(): number {\n+ return 2;\n+ }\n+\ngetIds(): number[] {\nreturn [278];\n}\n",
"new_path": "apps/client/src/app/pages/simulator/model/actions/buff/manipulation.ts",
"o... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(simulation): fixed wrong wait duration for Manipulation | 1 | fix | simulation |
76,605 | 17.04.2019 17:33:34 | -7,200 | 113257b209a7ffcdfa8f2fc6fba2eb38bba5129e | feat: Add tagalog and galician tokenizers to index | [
{
"change_type": "MODIFY",
"diff": "@@ -31,6 +31,7 @@ const AggressiveTokenizerFa = require('./aggressive-tokenizer-fa');\nconst AggressiveTokenizerFr = require('./aggressive-tokenizer-fr');\nconst AggressiveTokenizerRu = require('./aggressive-tokenizer-ru');\nconst AggressiveTokenizerEs = require('./aggres... | JavaScript | MIT License | axa-group/nlp.js | feat: Add tagalog and galician tokenizers to index | 1 | feat | null |
76,605 | 17.04.2019 17:34:15 | -7,200 | 5874a4fdbc43f71e40bc07f19c58dab7c2b63652 | feat: Add tagalog stemmer | [
{
"change_type": "ADD",
"diff": "+/*\n+ * Copyright (c) AXA Shared Services Spain S.A.\n+ *\n+ * Permission is hereby granted, free of charge, to any person obtaining\n+ * a copy of this software and associated documentation files (the\n+ * \"Software\"), to deal in the Software without restriction, includi... | JavaScript | MIT License | axa-group/nlp.js | feat: Add tagalog stemmer | 1 | feat | null |
76,605 | 17.04.2019 17:34:36 | -7,200 | 1995274e5fd2b86f03ca91b812002a865a22bfa8 | feat: add tagalog and galician to NLP util | [
{
"change_type": "MODIFY",
"diff": "@@ -33,6 +33,7 @@ const DutchStemmer = require('./stemmers/dutch-stemmer');\nconst EnglishStemmer = require('./stemmers/english-stemmer');\nconst FinnishStemmer = require('./stemmers/finnish-stemmer');\nconst FrenchStemmer = require('./stemmers/french-stemmer');\n+const G... | JavaScript | MIT License | axa-group/nlp.js | feat: add tagalog and galician to NLP util | 1 | feat | null |
76,605 | 17.04.2019 17:34:56 | -7,200 | 9fb141437d8390a44b7f77d6ad9c65bea6a67f8b | feat: Add galician stemmer test | [
{
"change_type": "ADD",
"diff": "+/*\n+ * Copyright (c) AXA Shared Services Spain S.A.\n+ *\n+ * Permission is hereby granted, free of charge, to any person obtaining\n+ * a copy of this software and associated documentation files (the\n+ * \"Software\"), to deal in the Software without restriction, includi... | JavaScript | MIT License | axa-group/nlp.js | feat: Add galician stemmer test | 1 | feat | null |
76,605 | 17.04.2019 17:35:25 | -7,200 | 2c4cd642dae638d1cdab2f81cce12088e67ca2c1 | feat: add tagalog stemmer test | [
{
"change_type": "ADD",
"diff": "+/*\n+ * Copyright (c) AXA Shared Services Spain S.A.\n+ *\n+ * Permission is hereby granted, free of charge, to any person obtaining\n+ * a copy of this software and associated documentation files (the\n+ * \"Software\"), to deal in the Software without restriction, includi... | JavaScript | MIT License | axa-group/nlp.js | feat: add tagalog stemmer test | 1 | feat | null |
76,605 | 17.04.2019 17:35:48 | -7,200 | ebd3c0b9b28480b6ddf7853a18342845c2530d98 | feat: update docs with tagalog and galician | [
{
"change_type": "MODIFY",
"diff": "- Natural Language Processing Classifier, to classify utterance into intents.\n- Natural Language Generation Manager, so from intents and conditions it can generate an answer.\n- NLP Manager: a tool able to manage several languages, the Named Entities for each language, t... | JavaScript | MIT License | axa-group/nlp.js | feat: update docs with tagalog and galician | 1 | feat | null |
815,601 | 17.04.2019 18:22:03 | -28,800 | f4d3a036540118b32c43c608467df22b3e6caea4 | chore: slim chain log | [
{
"change_type": "MODIFY",
"diff": "@@ -539,27 +539,6 @@ impl<CS: ChainStore + 'static> ChainService<CS> {\ndebug!(target: \"chain\", \"}}\");\n// TODO: remove me when block explorer is available\n- debug!(target: \"chain\", \"Tx in Head Block {{\");\n- for transaction in self\n- .shared\n- .block_hash(tip)... | Rust | MIT License | nervosnetwork/ckb | chore: slim chain log | 1 | chore | null |
217,922 | 17.04.2019 18:44:55 | -7,200 | b8ee1b8a8f0c81a451ee68ef131b39aa3f3f8faa | feat(seo): better seo for better link previews on discord | [
{
"change_type": "MODIFY",
"diff": "@@ -42,6 +42,7 @@ import * as semver from 'semver';\nimport { LazyDataService } from './core/data/lazy-data.service';\nimport { CustomItemsFacade } from './modules/custom-items/+state/custom-items.facade';\nimport { DirtyFacade } from './core/dirty/+state/dirty.facade';\n... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(seo): better seo for better link previews on discord | 1 | feat | seo |
815,590 | 17.04.2019 19:25:19 | -28,800 | 17dcfc2743f3ed8323fb73dd4f3de567229f6c1b | fix: sync IBD logic | [
{
"change_type": "MODIFY",
"diff": "@@ -654,8 +654,8 @@ impl<CS: ChainStore> Synchronizer<CS> {\n};\nfor peer in peers {\n// Only sync with 1 peer if we're in IBD\n- if self.is_initial_block_download() && !self.n_sync.load(Ordering::Acquire) == 0 {\n- return;\n+ if self.is_initial_block_download() && self.n... | Rust | MIT License | nervosnetwork/ckb | fix: sync IBD logic | 1 | fix | null |
217,922 | 17.04.2019 19:26:40 | -7,200 | 55976ded459344628429144e002596bda96e17fd | chore(release): 5.2.12 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"5.2.12\"></a>\n+## [5.2.12](https://github.com/Supamiu/ffxiv-teamcraft/compare/v5.2.1... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 5.2.12 | 1 | chore | release |
815,601 | 17.04.2019 20:00:51 | -28,800 | f012f655124950ffecaac8e7b8fe771d8e691e0d | fix: decrease n_sync when peer disconnect | [
{
"change_type": "MODIFY",
"diff": "@@ -734,6 +734,16 @@ impl<CS: ChainStore> CKBProtocolHandler for Synchronizer<CS> {\nfn disconnected(&self, _nc: Box<CKBProtocolContext>, peer: PeerIndex) {\ninfo!(target: \"sync\", \"peer={} SyncProtocol.disconnected\", peer);\n+ let state = self.peers.state.write();\n+ ... | Rust | MIT License | nervosnetwork/ckb | fix: decrease n_sync when peer disconnect | 1 | fix | null |
815,601 | 17.04.2019 20:32:21 | -28,800 | 2dc0bd58fcaedf2f4ecc458d2c9278a16d3a2751 | fix: syntax error & clippy lint | [
{
"change_type": "MODIFY",
"diff": "@@ -734,15 +734,12 @@ impl<CS: ChainStore> CKBProtocolHandler for Synchronizer<CS> {\nfn disconnected(&self, _nc: Box<CKBProtocolContext>, peer: PeerIndex) {\ninfo!(target: \"sync\", \"peer={} SyncProtocol.disconnected\", peer);\n- let state = self.peers.state.write();\n+... | Rust | MIT License | nervosnetwork/ckb | fix: syntax error & clippy lint | 1 | fix | null |
104,844 | 17.04.2019 20:49:20 | 14,400 | f249404054fd6f108ced9e8c4dd3206105971ec8 | refactor(carbonsidenav): remove eslint to one line | [
{
"change_type": "MODIFY",
"diff": "@@ -31,9 +31,9 @@ export default class SideNav extends React.Component {\n/**\n* Required props for accessibility label on the underlying menu\n*/\n- /* eslint-disable */\n- 'aria-label': PropTypes.string,\n- 'aria-labelledby': PropTypes.string,\n+\n+ 'aria-label': PropTy... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | refactor(carbonsidenav): remove eslint to one line | 1 | refactor | carbonsidenav |
304,907 | 17.04.2019 21:12:48 | -7,200 | 8c818b1006bc9b52a8a8ffcfb60b1763baf12caa | fix(ast): format right child with good parens | [
{
"change_type": "MODIFY",
"diff": "@@ -122,7 +122,32 @@ var opPrecedence = map[int]int{\ngetIntForLOp(OrOperator): 7,\n}\n+// formatChildWithParens applies the generic rule for parenthesis (not for binary expressions).\nfunc (f *formatter) formatChildWithParens(parent, child Node) {\n+ f.formatLeftChildWit... | Go | MIT License | influxdata/flux | fix(ast): format right child with good parens (#1166) | 1 | fix | ast |
217,922 | 17.04.2019 21:25:35 | -7,200 | 7a5e67e3b70d6450780eddfb7f3cacf58dd6fbd4 | fix(ux): "open list" button is now the only primary button on list panel header | [
{
"change_type": "MODIFY",
"diff": "</div>\n</div>\n<div nz-col nzSm=\"24\" nzMd=\"4\" fxLayout=\"row\" fxLayoutGap=\"2px\" fxLayoutAlign=\"flex-end center\">\n- <button nz-button (click)=\"$event.stopPropagation()\" [nzShape]=\"'circle'\" [nzType]=\"'primary'\" nz-tooltip\n+ <button nz-button (click)=\"$ev... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(ux): "open list" button is now the only primary button on list panel header | 1 | fix | ux |
815,586 | 17.04.2019 21:59:24 | -28,800 | 0100ba642922e5f10ed68c028e05804efd05fc41 | test: fix test for replace cell | [
{
"change_type": "MODIFY",
"diff": "@@ -295,9 +295,9 @@ mod tests {\nSome(Resource::Bundled(\"specs/cells/always_success\".into()))\n);\nassert_eq!(\n- locator.resolve_relative_to(\"cells/secp256k1_blake2b_lock\".into(), &ckb),\n+ locator.resolve_relative_to(\"cells/secp256k1_blake160_sighash_all\".into(), ... | Rust | MIT License | nervosnetwork/ckb | test: fix test for replace cell | 1 | test | null |
67,482 | 17.04.2019 21:59:26 | 25,200 | 6d5f2e42f954db96622c384955214c81676a58a5 | doc(user-docs): some edits to the doc plan | [
{
"change_type": "MODIFY",
"diff": "@@ -20,9 +20,10 @@ Every article has several things in common:\n* **Title** - An article has a clear, short title. The title is not only displayed at the top of the article, but also within the Table of Contents (ToC), index pages, and search results. It's also encoded in... | TypeScript | MIT License | aurelia/aurelia | doc(user-docs): some edits to the doc plan | 1 | doc | user-docs |
217,922 | 17.04.2019 21:59:31 | -7,200 | f8464fc1ebcf422c2baa402ea98ca12c83db919f | fix(ux): copy list button on own list panel is now a setting | [
{
"change_type": "MODIFY",
"diff": "<nz-badge *ngIf=\"_list.public; else copyNoCount\"\n[nzCount]=\"_list.forks\" [nzShowZero]=\"true\"\n[nzOverflowCount]=\"999\" class=\"fork-count\">\n- <button nz-button (click)=\"$event.stopPropagation()\" [nzShape]=\"'circle'\" nz-tooltip\n- [nzTitle]=\"'List_fork' | tr... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(ux): copy list button on own list panel is now a setting | 1 | fix | ux |
217,922 | 17.04.2019 22:13:06 | -7,200 | cc1d075c61d890ba24002512585af9b9dfe28e4e | fix(ux): changed button colors on some panels for better attention management | [
{
"change_type": "MODIFY",
"diff": "{{_workshop.name}} ({{lists.length}})\n</div>\n<div nz-col nzMd=\"4\" fxLayout=\"row\" fxLayoutGap=\"2px\" fxLayoutAlign=\"flex-end center\">\n- <button nz-button (click)=\"$event.stopPropagation()\" [nzShape]=\"'circle'\" [nzType]=\"'primary'\" nz-tooltip\n+ <button nz-b... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(ux): changed button colors on some panels for better attention management | 1 | fix | ux |
273,683 | 17.04.2019 22:24:02 | -7,200 | 429442f1b9faf686ab875ea9a4f89274f35ecd0d | refactor(app): resolve app in router.onReady | [
{
"change_type": "MODIFY",
"diff": "import createApp, { runMain } from './app'\n-import { NOT_FOUND_NAME, NOT_FOUND_PATH } from '~/.temp/constants'\nrunMain()\nexport default context => new Promise((resolve, reject) => {\n+ const { url } = context\nconst { app, router } = createApp()\n- const location = con... | JavaScript | MIT License | gridsome/gridsome | refactor(app): resolve app in router.onReady (#366) | 1 | refactor | app |
815,609 | 17.04.2019 22:36:14 | -28,800 | e30e8598930366ee639fd86cedd8305bb1d356b9 | docs: fix README.md for JSON-RPC protocols | [
{
"change_type": "MODIFY",
"diff": "-# get_block\n+# CKB JSON-RPC Protocols\n+\n+## Chain\n+\n+### get_tip_block_number\n+\n+Returns the number of blocks in the longest blockchain.\n+\n+#### Examples\n+\n+```bash\n+curl -H 'content-type:application/json' \\\n+ -d '{\"id\": 2, \"jsonrpc\": \"2.0\", \"method\... | Rust | MIT License | nervosnetwork/ckb | docs: fix README.md for JSON-RPC protocols | 1 | docs | null |
104,818 | 18.04.2019 00:19:15 | -7,200 | b4dd88e987a3e483fa6a6370aba6a719f136cafb | docs(issue): update with code sandbox link | [
{
"change_type": "MODIFY",
"diff": "-<!-- Feel free to remove sections that aren't relevant.\n+<!-- Feel free to remove sections that aren't relevant.-->\n-## Title line template: [Title]: Brief description\n-\n--->\n+# Issue Details\n## Detailed description\n-> Describe in detail the issue you're having.\n... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | docs(issue): update with code sandbox link | 1 | docs | issue |
447,440 | 18.04.2019 00:41:42 | 18,000 | 270e5414a2fbd53c9ac454cce27f67ec36553ffe | style: fix input readOnly styles | [
{
"change_type": "MODIFY",
"diff": "@@ -19,8 +19,12 @@ export default class InputBase extends Component {\nconst {\nclassName,\nerror,\n+ readOnly,\n} = this.props;\n- return classnames('rainbow-input_container', { 'rainbow-input--error': error }, className);\n+ return classnames('rainbow-input_container', ... | JavaScript | MIT License | nexxtway/react-rainbow | style: fix input readOnly styles (#674) | 1 | style | null |
217,922 | 18.04.2019 08:05:30 | -7,200 | 88fcbc75dc5440f48be7759620743b8b51d5cb1c | fix(layout): fixed wrong label on some default layout panel | [
{
"change_type": "MODIFY",
"diff": "@@ -30,7 +30,7 @@ export class LayoutService extends FirestoreRelationalStorage<ListLayout> {\n3, false, false, true, false, false, true),\nnew LayoutRow('Fishing', 'NAME', LayoutRowOrder.DESC, LayoutRowFilter.IS_GATHERED_BY_FSH.name,\n4, false, false, true, false, false,... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(layout): fixed wrong label on some default layout panel | 1 | fix | layout |
217,922 | 18.04.2019 08:09:11 | -7,200 | af8c98a7471059279f3f735777aebe7152b57ee0 | fix(gc-supply): fixed missing deliveries for DoL | [
{
"change_type": "MODIFY",
"diff": "@@ -59,7 +59,17 @@ export class GcSupplyComponent {\n{ jobId: +key, level: levels[key] },\n{ jobId: +key, level: Math.max(levels[key] - 1, 1) },\n{ jobId: +key, level: Math.max(levels[key] - 2, 1) },\n- { jobId: +key, level: Math.max(levels[key] - 3, 1) }\n+ { jobId: +key... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(gc-supply): fixed missing deliveries for DoL | 1 | fix | gc-supply |
217,922 | 18.04.2019 08:35:52 | -7,200 | 75ddeea36d0a2a2604b7060e0c6933ffb1c045bd | chore: small fix for teams inside list details rows | [
{
"change_type": "MODIFY",
"diff": "</ng-container>\n<ng-container *ngIf=\"!isButton(itemRowTypes.ASSIGN_TEAM_MEMBER)\">\n+ <ng-container *ngIf=\"userId$ | async as userId\">\n<ng-container *ngIf=\"team$ | async as team\">\n<nz-dropdown [nzTrigger]=\"'click'\" [nzPlacement]=\"'bottomLeft'\" class=\"item-opt... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: small fix for teams inside list details rows | 1 | chore | null |
217,922 | 18.04.2019 09:28:14 | -7,200 | eaaa5e413099aabaccf3b7ec71025d3fcad7df3f | fix(log-tracker): fixed wrong page labeling for deliveries
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -201,10 +201,15 @@ export class LogTrackerComponent extends TrackerComponent {\n}\npublic isRequiredForAchievement(page: any): boolean {\n- return (!page.masterbook\n+ return (\n+ (\n+ !page.masterbook\n&& page.startLevel.ClassJobLevel !== 50\n- && page.startLevel.Clas... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(log-tracker): fixed wrong page labeling for deliveries
closes #866 | 1 | fix | log-tracker |
217,922 | 18.04.2019 09:29:54 | -7,200 | 4f9eb2333e3ea1434ae9cd46beef338370b5bdba | fix(overlay): changed title inside html for alarms overlay window
closes | [
{
"change_type": "MODIFY",
"diff": "import { Component } from '@angular/core';\nimport { IpcService } from '../../../core/electron/ipc.service';\nimport { SettingsService } from '../../../modules/settings/settings.service';\n+import { Title } from '@angular/platform-browser';\n@Component({\nselector: 'app-a... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(overlay): changed title inside html for alarms overlay window
closes #859 | 1 | fix | overlay |
217,922 | 18.04.2019 09:35:13 | -7,200 | c0544e43f121032ace37f297fba2d2ab4bd13a70 | chore: small change for bot detection in rendertron stuff | [
{
"change_type": "MODIFY",
"diff": "@@ -124,13 +124,13 @@ function dectectBot(userAgent) {\nconst agent = userAgent.toLowerCase();\nfor (const bot of bots) {\n- if (agent.indexOf(bot) > -1) {\n+ if (agent.indexOf(bot.toLowerCase()) > -1) {\nconsole.log('bot detected', bot, agent);\nreturn true;\n}\n}\n- con... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: small change for bot detection in rendertron stuff | 1 | chore | null |
304,866 | 18.04.2019 10:00:15 | 25,200 | 7bd1ed6fbafa1e8845a8cbcd4d922486a4d7c701 | feat(interpreter): add conditional expression handling to interpreter
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -336,7 +336,7 @@ func (itrp *Interpreter) doExpression(expr semantic.Expression, scope Scope) (va\nreturn nil, err\n}\nif r.Type() != semantic.Bool {\n- return nil, errors.New(\"right operand to logcial expression is not a boolean value\")\n+ return nil, errors.New(\"r... | Go | MIT License | influxdata/flux | feat(interpreter): add conditional expression handling to interpreter
Fixes #1171. | 1 | feat | interpreter |
815,577 | 18.04.2019 10:54:05 | -28,800 | 96afd1edd4e5b5c97c8f87f9e90622364e24bab9 | chore: The same modification on TraceRPC | [
{
"change_type": "MODIFY",
"diff": "@@ -33,24 +33,25 @@ pub(crate) struct TraceRpcImpl<CS> {\nimpl<CS: ChainStore + 'static> TraceRpc for TraceRpcImpl<CS> {\nfn trace_transaction(&self, tx: Transaction) -> Result<H256> {\nlet tx: CoreTransaction = tx.try_into().map_err(|_| Error::parse_error())?;\n- let tx_... | Rust | MIT License | nervosnetwork/ckb | chore: The same modification on TraceRPC | 1 | chore | null |
217,922 | 18.04.2019 11:11:49 | -7,200 | 41794f478f7af349d2f8c8c8a9625fb404da5aad | fix(log-tracker): fixed an issue with "mark as done" button inside list details on crafts | [
{
"change_type": "MODIFY",
"diff": "@@ -267,7 +267,7 @@ export class ItemRowComponent implements OnInit {\nfirst()\n).subscribe(user => {\nif(item.craftedBy !== undefined && item.craftedBy.length > 0){\n- user.logProgression.push(+item.recipeId);\n+ user.logProgression.push(+(item.recipeId || item.craftedBy... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(log-tracker): fixed an issue with "mark as done" button inside list details on crafts | 1 | fix | log-tracker |
503,945 | 18.04.2019 11:17:47 | 14,400 | 62df8d072c1463ab991d7fc8d1f33a0f25f50c05 | chore(package): Bump versions to 2.5.0 | [
{
"change_type": "MODIFY",
"diff": "\"victory-core\": \"^31.1.0\"\n},\n\"devDependencies\": {\n- \"@patternfly/patternfly\": \"2.3.0\",\n+ \"@patternfly/patternfly\": \"2.5.0\",\n\"@patternfly/react-tokens\": \"^2.3.3\",\n\"css\": \"^2.2.3\",\n\"fs-extra\": \"^6.0.1\",\n",
"new_path": "packages/patternf... | TypeScript | MIT License | patternfly/patternfly-react | chore(package): Bump @patternfly/patternfly versions to 2.5.0 (#1808) | 1 | chore | package |
815,590 | 18.04.2019 11:25:54 | -28,800 | d9734384fcc0e35f00f2475e6b85aa8b233e7bfe | feat: disable network score feature | [
{
"change_type": "MODIFY",
"diff": "use crate::Score;\n+/// Peers behaviours\n+/// we maintain a score to each peer\n+/// report peer bahaviour will affects peer's score\n+///\n+/// Currently this feature is disabled, maybe someday we will add it back or totally remove it.\n#[derive(Debug, Clone, Copy, Eq, ... | Rust | MIT License | nervosnetwork/ckb | feat: disable network score feature | 1 | feat | null |
217,922 | 18.04.2019 11:38:59 | -7,200 | bd55806df63b947f3d256a37fae1feea80b24bc4 | chore: WIP custom theme | [
{
"change_type": "ADD",
"diff": "+export interface CustomTheme {\n+ primary: string;\n+ highlight: string;\n+ text: string;\n+}\n",
"new_path": "apps/client/src/app/modules/settings/custom-theme.ts",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "@@ -2,6 +2,7 @@ import { Injecta... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: WIP custom theme | 1 | chore | null |
815,593 | 18.04.2019 11:39:41 | -32,400 | fa5c08a7e2d210ddf1e5a6011841dbe78c762d62 | fix: correct send_transaction rpc error message for unknown input or dep | [
{
"change_type": "MODIFY",
"diff": "@@ -43,7 +43,7 @@ impl<CS: ChainStore + 'static> PoolRpc for PoolRpcImpl<CS> {\nchain_state.verify_rtx(&rtx, self.shared.consensus().max_block_cycles());\ndebug!(target: \"rpc\", \"send_transaction add to pool result: {:?}\", tx_result);\nlet cycles = match tx_result {\n-... | Rust | MIT License | nervosnetwork/ckb | fix: correct send_transaction rpc error message for unknown input or dep | 1 | fix | null |
815,601 | 18.04.2019 11:56:41 | -28,800 | 5732bd53c9a30fbd63072dbd53f72141453d1897 | fix: n_sync increase unexpect | [
{
"change_type": "MODIFY",
"diff": "@@ -660,10 +660,12 @@ impl<CS: ChainStore> Synchronizer<CS> {\n{\nlet mut state = self.peers.state.write();\nif let Some(mut peer_state) = state.get_mut(&peer) {\n+ if !peer_state.sync_started {\npeer_state.sync_started = true;\n+ self.n_sync.fetch_add(1, Ordering::Releas... | Rust | MIT License | nervosnetwork/ckb | fix: n_sync increase unexpect | 1 | fix | null |
679,913 | 18.04.2019 13:48:58 | -3,600 | 908d4bd4302cc7f5b3c2d770a0c9e2369422af78 | docs(rstream-query): fix svg link in readme | [
{
"change_type": "MODIFY",
"diff": "@@ -162,7 +162,7 @@ addCity(\"paris\", \"france\");\nAfter setting up the above query and its internal transformations, the\ngenerated dataflow topology then looks as follows:\n-: fix svg link in readme | 1 | docs | rstream-query |
791,690 | 18.04.2019 13:50:13 | 18,000 | 249a3a4c0c5f9b40d923a0d9f5d895f8843e37c7 | core(seo): add image-alt to SEO category | [
{
"change_type": "MODIFY",
"diff": "@@ -962,6 +962,11 @@ Object {\n\"id\": \"robots-txt\",\n\"weight\": 1,\n},\n+ Object {\n+ \"group\": \"seo-content\",\n+ \"id\": \"image-alt\",\n+ \"weight\": 1,\n+ },\nObject {\n\"group\": \"seo-content\",\n\"id\": \"hreflang\",\n",
"new_path": "lighthouse-cli/test/c... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(seo): add image-alt to SEO category (#8407) | 1 | core | seo |
730,429 | 18.04.2019 14:09:07 | 14,400 | 5d0f335745944a8a49b9161f1455fb3fbba9a6bb | chore(build): add rollup script for esm builds | [
{
"change_type": "MODIFY",
"diff": "\"babel-runtime\": \"^6.22.0\"\n}\n},\n+ \"babel-plugin-external-helpers\": {\n+ \"version\": \"6.22.0\",\n+ \"resolved\": \"https://registry.npmjs.org/babel-plugin-external-helpers/-/babel-plugin-external-helpers-6.22.0.tgz\",\n+ \"integrity\": \"sha1-IoX0iwK9Xe3oUXXK+MY... | JavaScript | MIT License | webex/react-widgets | chore(build): add rollup script for esm builds | 1 | chore | build |
603,467 | 18.04.2019 14:26:44 | -3,600 | e18d33106acc1dac54feee1732648398cb5599e8 | feat(assertions): Ensure can embed the assertion error in any custom RuntimeError | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,7 @@ import 'mocha';\nimport { given } from 'mocha-testdata';\nimport { expect, stage } from '@integration/testing-tools';\n-import { Answerable, AnswersQuestions, AssertionError, LogicError } from '@serenity-js/core';\n+import { Answerable, AnswersQuestions, A... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | feat(assertions): Ensure can embed the assertion error in any custom RuntimeError | 1 | feat | assertions |
730,429 | 18.04.2019 14:35:11 | 14,400 | cd634492d2d549c0ba9a588ae0501447f8a3fbaa | chore(scripts): add formatting to generated pjson files | [
{
"change_type": "MODIFY",
"diff": "@@ -90,7 +90,7 @@ function updatePackageJson(pkgPath, packages, topPkgJson) {\npkgJson.version = outputTopPkgJson.version;\n- const jsonString = `${JSON.stringify(pkgJson, null, '')}\\n`;\n+ const jsonString = `${JSON.stringify(pkgJson, null, 2)}\\n`;\nwriteFileSync(pkgJs... | JavaScript | MIT License | webex/react-widgets | chore(scripts): add formatting to generated pjson files | 1 | chore | scripts |
67,494 | 18.04.2019 15:47:30 | -7,200 | 6df8e8b1373de4b37f5d00208cb716afa64a08b5 | feat(router): improve guard matching & remaining viewports | [
{
"change_type": "MODIFY",
"diff": "@@ -132,7 +132,7 @@ export class App {\nthis.state.loginReturnTo = this.router.instructionResolver.stringifyViewportInstructions(instructions);\nthis.state.loggedIn = false;\nreturn false;\n- }, { exclude: ['login'] });\n+ }, { exclude: ['', 'login'] });\nthis.router.guar... | TypeScript | MIT License | aurelia/aurelia | feat(router): improve guard matching & remaining viewports | 1 | feat | router |
791,690 | 18.04.2019 15:47:32 | 18,000 | b11d3d65c58b0e9b68fe28e673f06cb4e20559f1 | core(driver): enable async stacks | [
{
"change_type": "MODIFY",
"diff": "@@ -30,9 +30,23 @@ class PageDependencyGraph {\nstatic getNetworkInitiators(record) {\nif (!record.initiator) return [];\nif (record.initiator.url) return [record.initiator.url];\n- if (record.initiator.type === 'script' && record.initiator.stack) {\n- const frames = reco... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(driver): enable async stacks (#5504) | 1 | core | driver |
730,429 | 18.04.2019 15:49:19 | 14,400 | 19e2e66cbd8910b60d5b9b9c6764c17d08f91439 | docs: update SCRIPTS with publish details | [
{
"change_type": "MODIFY",
"diff": "@@ -10,33 +10,34 @@ Starts a webpack dev server with the [config](./scripts/webpack/webpack.dev.babe\nServes the [samples](./samples) folder, an easy to use component demo.\n-## Build\n+## Build - build.js\n-### `webpackBuild`\n+See [build.js](./scripts/utils/build.js) fo... | JavaScript | MIT License | webex/react-widgets | docs: update SCRIPTS with publish details | 1 | docs | null |
815,609 | 18.04.2019 15:55:15 | -28,800 | fea2f0c8a60f46b85e4ef9e8435ace44730159be | feat: add parameters to control the block generation rate in dummy mode | [
{
"change_type": "MODIFY",
"diff": "@@ -604,7 +604,8 @@ mod tests {\nlet resolver = HeaderResolverWrapper::new(block.header(), shared.clone());\nlet header_verify_result = {\nlet chain_state = shared.chain_state().lock();\n- let header_verifier = HeaderVerifier::new(&*chain_state, Pow::Dummy.engine());\n+ l... | Rust | MIT License | nervosnetwork/ckb | feat: add parameters to control the block generation rate in dummy mode | 1 | feat | null |
217,922 | 18.04.2019 15:56:11 | -7,200 | b5d27c69bd76ef304ea62753a431348c28d01795 | feat(theme): new custom theme feature for patreon users | [
{
"change_type": "MODIFY",
"diff": ".logo {\ncursor: pointer;\ntext-decoration: none;\n- color: var(--text-color);\n+ color: white;\n}\n.language-swap {\n",
"new_path": "apps/client/src/app/app.component.less",
"old_path": "apps/client/src/app/app.component.less"
},
{
"change_type": "MODIFY"... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(theme): new custom theme feature for patreon users | 1 | feat | theme |
304,866 | 18.04.2019 15:57:54 | 25,200 | 6fd07a0887514175ae071865599072e839b4b659 | feat(compiler): add support for conditional exprs to compiler | [
{
"change_type": "MODIFY",
"diff": "@@ -253,6 +253,25 @@ func compile(n semantic.Node, typeSol semantic.TypeSolution, builtIns Scope, fun\nleft: l,\nright: r,\n}, nil\n+ case *semantic.ConditionalExpression:\n+ test, err := compile(n.Test, typeSol, builtIns, funcExprs)\n+ if err != nil {\n+ return nil, err\... | Go | MIT License | influxdata/flux | feat(compiler): add support for conditional exprs to compiler | 1 | feat | compiler |
217,922 | 18.04.2019 16:08:47 | -7,200 | b9383a07b4ed2324032f5fefb68f1e96ffbda6bd | chore: small fix for custom theme system | [
{
"change_type": "MODIFY",
"diff": "@@ -280,8 +280,14 @@ export class AppComponent implements OnInit {\n}\nthis.settings.themeChange$.subscribe((change => {\n- this.applyTheme(change.next)\n+ this.applyTheme(change.next);\n}));\n+\n+ this.user$.subscribe(user => {\n+ if (!user.patron && !user.admin && this.... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: small fix for custom theme system | 1 | chore | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.