author
int64
4.98k
943k
date
stringdate
2017-04-15 16:45:02
2022-02-25 15:32:15
timezone
int64
-46,800
39.6k
hash
stringlengths
40
40
message
stringlengths
8
468
mods
listlengths
1
16
language
stringclasses
9 values
license
stringclasses
2 values
repo
stringclasses
119 values
original_message
stringlengths
12
491
is_CCS
int64
1
1
commit_type
stringclasses
129 values
commit_scope
stringlengths
1
44
815,598
09.04.2019 10:50:05
-28,800
511a52ad9cebe50a8b0e06819db2b61420e5569d
feat: warn when ckb init overwrites files
[ { "change_type": "MODIFY", "diff": "@@ -137,6 +137,12 @@ impl ResourceLocator {\n}\n}\n+ pub fn exported(&self) -> bool {\n+ BUNDLED\n+ .file_names()\n+ .any(|name| self.root_dir.join(name).exists())\n+ }\n+\npub fn export_ckb<'a>(&self, context: &TemplateContext<'a>) -> Result<()> {\nlet ckb = Resource::Bu...
Rust
MIT License
nervosnetwork/ckb
feat: warn when ckb init overwrites files
1
feat
null
815,598
09.04.2019 11:01:26
-28,800
95f4f8a8186f325fd4bd5b92de86c7a95be7c43f
feat: ckb init verbose output
[ { "change_type": "MODIFY", "diff": "@@ -19,7 +19,7 @@ include!(concat!(env!(\"OUT_DIR\"), \"/bundled.rs\"));\npub const CKB_CONFIG_FILE_NAME: &str = \"ckb.toml\";\npub const MINER_CONFIG_FILE_NAME: &str = \"ckb-miner.toml\";\n-const SPECS_RESOURCE_DIR_NAME: &str = \"specs/\";\n+pub const SPECS_RESOURCE_DIR_...
Rust
MIT License
nervosnetwork/ckb
feat: ckb init verbose output
1
feat
null
815,598
09.04.2019 11:01:55
-28,800
7a333e322aa18136c7b55994f764f35587ff8f08
chore: add `make clean` to remove runtime files
[ { "change_type": "MODIFY", "diff": "@@ -68,6 +68,9 @@ gen-clean:\n$(CFBC) -o $(shell dirname $@) $*.bfbs\nrm -f $*.bfbs $*_builder.rs\n-.PHONY: build prod prod-test docker gen gen-clean\n+clean:\n+ rm -rf ckb.toml ckb-miner.toml specs/\n+\n+.PHONY: build prod prod-test docker gen gen-clean clean\n.PHONY: fm...
Rust
MIT License
nervosnetwork/ckb
chore: add `make clean` to remove runtime files
1
chore
null
217,922
09.04.2019 11:03:27
-7,200
1565f51d85bc878f10a719c737fb8598821742bd
fix(alarms): fixed an issue with some alarm timers not being accurate at all
[ { "change_type": "MODIFY", "diff": "@@ -258,7 +258,8 @@ export class AlarmsFacade {\n}\nprivate findWeatherSpawnCombination(alarm: Alarm, sortedSpawns: number[], time: number, iteration = time): NextSpawn {\n- const weatherSpawns = alarm.weathers.map(weather => {\n+ const weatherSpawns = alarm.weathers\n+ ....
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(alarms): fixed an issue with some alarm timers not being accurate at all
1
fix
alarms
217,922
09.04.2019 11:09:57
-7,200
df5e934a0d676adc7fd5fbd4459a30074073c0cd
feat(alarms): added mute toggle inside sidebar and overlay
[ { "change_type": "MODIFY", "diff": "@@ -11,6 +11,7 @@ import { MapModule } from '../map/map.module';\nimport { FullpageMessageModule } from '../fullpage-message/fullpage-message.module';\nimport { PageLoaderModule } from '../page-loader/page-loader.module';\nimport { FlexLayoutModule } from '@angular/flex-l...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(alarms): added mute toggle inside sidebar and overlay
1
feat
alarms
679,913
09.04.2019 11:26:56
-3,600
b88fe864c3f4fe4d35dac2770aee9dc6aab97b9e
feat(examples): add cube map selection dropdown, add more maps
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/examples/webgl-cubemap/assets/golden-gate/negx.jpg differ\n", "new_path": "examples/webgl-cubemap/assets/golden-gate/negx.jpg", "old_path": "examples/webgl-cubemap/assets/golden-gate/negx.jpg" }, { "change_type": "ADD", "diff"...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): add cube map selection dropdown, add more maps
1
feat
examples
67,494
09.04.2019 11:40:16
-7,200
ac2e674bb3fc46d705cb161c19b6f29c69cad220
feat(router): update reentry defaults & add tests
[ { "change_type": "MODIFY", "diff": "@@ -178,7 +178,7 @@ export class HistoryBrowser {\nreturn;\n}\n- const newHash = `#/${path}`;\n+ const newHash = `#${path}`;\nconst { pathname, search, hash } = this.location;\n// tslint:disable-next-line:possible-timing-attack\nif (newHash === hash && this.currentEntry.p...
TypeScript
MIT License
aurelia/aurelia
feat(router): update reentry defaults & add tests
1
feat
router
217,922
09.04.2019 11:46:11
-7,200
bffb60c8f1cb4ae5e2d658586f907d1a6fe7bf08
fix(alarms): fixed an issue with weather-only based alarms not showing up properly
[ { "change_type": "MODIFY", "diff": "@@ -64,17 +64,9 @@ export class AlarmsEffects {\nreturn new Alarm({ ...alarm, userId: userId });\n});\n}),\n- withLatestFrom(this.alarmsFacade.allAlarms$),\n- map(([alarms, allAlarms]: [Alarm[], Alarm[]]) => {\n+ map((alarms) => {\nreturn alarms.filter(alarm => {\n- retur...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(alarms): fixed an issue with weather-only based alarms not showing up properly #833
1
fix
alarms
76,605
09.04.2019 11:47:00
-7,200
e198f33afb1e8af0388cc048257c65ce3e649b15
fix: By default the tokenizers should normalize the texts
[ { "change_type": "MODIFY", "diff": "const AggressiveTokenizer = require('./aggressive-tokenizer');\nclass AggressiveTokenizerEs extends AggressiveTokenizer {\n- tokenize(text, normalize) {\n+ tokenize(text, normalize = true) {\nconst normalized = normalize\n? text.normalize('NFD').replace(/[\\u0300-\\u036f]...
JavaScript
MIT License
axa-group/nlp.js
fix: By default the tokenizers should normalize the texts
1
fix
null
815,609
09.04.2019 11:51:08
-28,800
5cb72d86c4276475f44dba15677dbcee309cd24b
chore: use new constructors to make fixed structs more readable
[ { "change_type": "MODIFY", "diff": "use faster_hex::hex_encode;\nuse hash::blake2b_256;\n-use numext_fixed_hash::H256;\n+use numext_fixed_hash::{h256, H256};\nuse occupied_capacity::OccupiedCapacity;\nuse serde_derive::{Deserialize, Serialize};\nuse std::fmt;\nuse std::io::Write;\nuse std::mem;\n-pub const ...
Rust
MIT License
nervosnetwork/ckb
chore: use new constructors to make fixed structs more readable
1
chore
null
217,922
09.04.2019 11:52:46
-7,200
2accce0f9cc09f25ad8f8715e1f748bd48899380
fix(desktop): fixed an issue with desktop app not being closed properly
[ { "change_type": "MODIFY", "diff": "@@ -370,7 +370,7 @@ export class AppComponent implements OnInit {\n@HostListener('window:beforeunload', ['$event'])\nonBeforeUnload($event: Event): void {\n- if (this.dirty) {\n+ if (this.dirty && !this.platformService.isDesktop()) {\n$event.returnValue = true;\n}\n}\n", ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(desktop): fixed an issue with desktop app not being closed properly
1
fix
desktop
104,844
09.04.2019 11:54:55
14,400
a6a7420c8b74ba0f0628a7f3b1a0ee8a4588d6c2
refactor(storybook): add snapshot test
[ { "change_type": "ADD", "diff": "+import initStoryshots, { snapshotWithOptions } from '@storybook/addon-storyshots';\n+import ReactDOM from 'react-dom';\n+// Needed to give more information about the styled component differences in the jest snapshots\n+import 'jest-styled-components';\n+\n+const realFindDOM...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
refactor(storybook): add snapshot test
1
refactor
storybook
469,438
09.04.2019 12:07:25
25,200
0fc9ef82178b3d4b91ebe43ccabc2947434b36a3
fix: build filter get-version
[ { "change_type": "MODIFY", "diff": "@@ -9,8 +9,10 @@ const fsx = require(\"fs-extra\");\nconst build = async () => {\nconst buildScriptFilenames = await readdir(__dirname);\n+ console.log(buildScriptFilenames);\n+\nconst buildTargets = buildScriptFilenames\n- .filter((filename) => filename !== \"build.sh\")...
JavaScript
Apache License 2.0
open-rpc/spec
fix: build filter get-version
1
fix
null
469,438
09.04.2019 12:34:37
25,200
5ae4e66348cb361774fef6d77b7e2953666bf438
fix(toc): build working again
[ { "change_type": "MODIFY", "diff": "@@ -14,7 +14,7 @@ const build = async () => {\nawait fsx.ensureDir(buildDir);\nawait fsx.emptyDir(buildDir);\nconst specContent = await readFile(\"./spec.md\", \"utf8\");\n- const withToc = toc(specContent).content;\n+ const withToc = toc.insert(specContent);\nconst withV...
JavaScript
Apache License 2.0
open-rpc/spec
fix(toc): build working again
1
fix
toc
815,593
09.04.2019 12:37:05
-32,400
8d6b5f6c069aea4ddfc1088f1344544af2222717
refactor: change DbBatch to assoicated type (WIP)
[ { "change_type": "MODIFY", "diff": "@@ -4,14 +4,11 @@ use crate::kvdb::{ErrorKind, KeyValueDB, Result};\nuse log::warn;\nuse rocksdb::{ColumnFamily, Options, WriteBatch, DB};\nuse std::ops::Range;\n-\n-struct Inner {\n- db: DB,\n- cfnames: Vec<String>,\n-}\n+use std::sync::Arc;\npub struct RocksDB {\n- inne...
Rust
MIT License
nervosnetwork/ckb
refactor: change DbBatch to assoicated type (WIP)
1
refactor
null
469,438
09.04.2019 13:03:16
25,200
2dbe3f9259b6b239b5c381c8deccf5726ae9058b
fix: remove build from ci
[ { "change_type": "MODIFY", "diff": "@@ -40,22 +40,13 @@ jobs:\n- run: npm test\n- save_cache: *save-deps-cache\n- build:\n- <<: *defaults\n- steps:\n- - checkout\n- - restore_cache: *restore-deps-cache\n- - run: npm install\n- - run: ./bin/build.sh\n- - save_cache: *save-deps-cache\n-\nrelease:\n<<: *defaul...
JavaScript
Apache License 2.0
open-rpc/spec
fix: remove build from ci
1
fix
null
504,019
09.04.2019 13:08:49
14,400
70fedc925b891afe7a1958c3f036182345b62da0
fix(Table): fix type-o in ICell Interface transform (transfrom) Add a fix found by a user to change the type-o of property transfrom to transform Will only break for typescript users using the type definition files. fix
[ { "change_type": "MODIFY", "diff": "@@ -60,7 +60,7 @@ export interface ISeparator {\nexport interface ICell {\ntitle: String;\n- transfroms: Array<Function>;\n+ transforms: Array<Function>;\ncellTransforms: Array<Function>;\nformatters: Array<Function>;\ncellFormatters: Array<Function>;\n", "new_path": ...
TypeScript
MIT License
patternfly/patternfly-react
fix(Table): fix type-o in ICell Interface transform (transfrom) (#1664) Add a fix found by a user to change the type-o of property transfrom to transform Will only break for typescript users using the type definition files. fix #1662
1
fix
Table
217,922
09.04.2019 13:26:56
-7,200
d38397fb48f046c5f292234c62a0d89dd6645282
feat(list): item tags button is now handled as a standard button
[ { "change_type": "MODIFY", "diff": "@@ -36,7 +36,9 @@ export class ListLayout extends DataModel {\nbuttons: ItemRowMenuElement[];\nmenu: ItemRowMenuElement[];\n} = {\n- buttons: [],\n+ buttons: [\n+ ItemRowMenuElement.ADD_TAG\n+ ],\nmenu: [\nItemRowMenuElement.COMMENTS,\nItemRowMenuElement.COPY_NAME_NOT_FAV...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(list): item tags button is now handled as a standard button
1
feat
list
815,590
09.04.2019 13:32:15
-28,800
e9205729baac40ae84076ce96af5920651899f34
fix: update valid_since timestamp represent accoding to RFC0017
[ { "change_type": "MODIFY", "diff": "@@ -228,7 +228,6 @@ impl<'a> CapacityVerifier<'a> {\nconst LOCK_TYPE_FLAG: u64 = 1 << 63;\nconst TIME_TYPE_FLAG: u64 = 1 << 62;\n-const TIMESTAMP_SCALAR: u64 = 9;\nconst VALUE_MUSK: u64 = 0x00ff_ffff_ffff_ffff;\n/// RFC 0017\n@@ -245,25 +244,25 @@ impl ValidSince {\n!self...
Rust
MIT License
nervosnetwork/ckb
fix: update valid_since timestamp represent accoding to RFC0017
1
fix
null
815,590
09.04.2019 13:40:40
-28,800
9b21859fe090735fd384f690dba8bd5be2703875
fix: cellbase input valid_since should be 0
[ { "change_type": "MODIFY", "diff": "@@ -134,7 +134,7 @@ fn new_chain() -> (\nTempDir,\n) {\nlet cellbase = TransactionBuilder::default()\n- .input(CellInput::new_cellbase_input(0, 0))\n+ .input(CellInput::new_cellbase_input(0))\n.output(CellOutput::new(0, vec![], Script::default(), None))\n.build();\n@@ -18...
Rust
MIT License
nervosnetwork/ckb
fix: cellbase input valid_since should be 0
1
fix
null
815,609
09.04.2019 13:52:56
-28,800
24831f107c27e13405d9d62846b7c8d079651cf2
fix: try to repair a corrupted rocksdb automatically
[ { "change_type": "MODIFY", "diff": "@@ -431,6 +431,7 @@ dependencies = [\n\"ckb-util 0.9.0-pre\",\n\"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)\",\n+ \"log 0.4.6 (registry+https://github.com/rust-lang/crates.i...
Rust
MIT License
nervosnetwork/ckb
fix: try to repair a corrupted rocksdb automatically
1
fix
null
217,922
09.04.2019 13:53:11
-7,200
4e1c35d38c7db14744f0ea846624302243a399e2
fix(layout): fixed an issue with specific tag panels not being added properly
[ { "change_type": "MODIFY", "diff": "@@ -17,6 +17,8 @@ import { ListRow } from '../../../modules/list/model/list-row';\nimport { ListDisplay } from '../list-display';\nimport { AuthFacade } from '../../../+state/auth.facade';\nimport { LayoutRow } from '../layout-row';\n+import { LayoutRowOrder } from '../la...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(layout): fixed an issue with specific tag panels not being added properly
1
fix
layout
730,429
09.04.2019 13:54:49
14,400
2bc4fcfe8ed4860a7f6fe2c3fce2d958fe727cb5
feat(loading-screen): use Img component to display images The Img component will not render if the src is bad. Which is sadly the case for npm installed widgets currently.
[ { "change_type": "MODIFY", "diff": "\"version\": \"2.1.1\",\n\"resolved\": \"https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz\",\n\"integrity\": \"sha1-w7M6te42DYbg5ijwRorn7yfWVN8=\",\n- \"dev\": true,\n- \"optional\": true\n+ \"dev\": true\n},\n\"aproba\": {\n\"version\": \"1.2.0\",\n\"version\...
JavaScript
MIT License
webex/react-widgets
feat(loading-screen): use Img component to display images The Img component will not render if the src is bad. Which is sadly the case for npm installed widgets currently.
1
feat
loading-screen
531,793
09.04.2019 14:08:06
-3,600
8592f6a941620463f8723dfe0e5329416d447f7c
fix(ui): don't error on font load timeout
[ { "change_type": "MODIFY", "diff": "@@ -154,12 +154,13 @@ const AlertGrid = observer(\nconst font400 = new FontFaceObserver(\"Lato\", {\nweight: 400\n});\n- font400.load().then(this.masonryRepack);\n+ // wait up to 30s, run no-op function on timeout\n+ font400.load(null, 30000).then(this.masonryRepack, () =...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): don't error on font load timeout
1
fix
ui
273,683
09.04.2019 14:16:14
-7,200
d47424fce105de2c4a2a7bda30bd88f1c2d7dca8
fix(wordpress): show error message when api fails
[ { "change_type": "MODIFY", "diff": "@@ -160,7 +160,11 @@ class WordPressSource {\ntry {\nres = await this.client.request({ url, params })\n- } catch ({ response }) {\n+ } catch ({ response, code, config }) {\n+ if (!response && code) {\n+ throw new Error(`${code} - ${config.url}`)\n+ }\n+\nconst { url } = r...
JavaScript
MIT License
gridsome/gridsome
fix(wordpress): show error message when api fails
1
fix
wordpress
217,922
09.04.2019 14:29:45
-7,200
cc5257f1a76ea7927f72cdc33b6b4272b402ee05
fix(alarms): fixed a timer with nodes that spawn twice a day
[ { "change_type": "MODIFY", "diff": "@@ -250,7 +250,8 @@ export class AlarmsFacade {\nhours: sortedSpawns[0],\ndays: 0,\ndespawn: (sortedSpawns[0] + alarm.duration) % 24\n- }, expires: new Date(Date.now() + ((alarm.duration / EorzeanTimeService.EPOCH_TIME_FACTOR) * 60000000))\n+ },\n+ expires: new Date()\n};...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(alarms): fixed a timer with nodes that spawn twice a day
1
fix
alarms
127,939
09.04.2019 14:43:23
-10,800
1393e0c2a65b99a575961d26c686535cd3f94949
feat(icons): add icon
[ { "change_type": "ADD", "diff": "+<?xml version=\"1.0\" encoding=\"utf-8\"?>\n+<!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->\n+<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0...
TypeScript
MIT License
coingaming/moon-design
feat(icons): add icon
1
feat
icons
217,922
09.04.2019 14:48:19
-7,200
086da6b72eed18d96caabdba2c48e99181d6d16c
fix(auth): fixed an issue that randomly prevents a user from loading the website
[ { "change_type": "MODIFY", "diff": "@@ -117,11 +117,14 @@ export class AuthEffects {\nreturn EMPTY;\n}\n}),\n- tap(user => {\n+ tap((user: TeamcraftUser) => {\n// If token has been refreshed more than 3 weeks ago, refresh it now.\nif (Date.now() - user.lastPatreonRefresh >= 3 * 7 * 86400000) {\nthis.patreon...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(auth): fixed an issue that randomly prevents a user from loading the website
1
fix
auth
503,933
09.04.2019 14:48:58
14,400
74c430f24fca760982eb47681afc39cdcaf957ce
fix(ChipGroup): remove unused prop from d.ts file
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,6 @@ import { OneOf } from '../../helpers/typeUtils';\nimport { TooltipPosition } from '../Tooltip';\nexport interface ChipProps extends HTMLProps<HTMLDivElement> {\n- badgeText?: string;\nchildren?: ReactNode;\ncloseBtnAriaLabel?: string;\nisOverflowChip?: boo...
TypeScript
MIT License
patternfly/patternfly-react
fix(ChipGroup): remove unused prop from d.ts file (#1728) #1559
1
fix
ChipGroup
531,793
09.04.2019 15:12:52
-3,600
75dd911842c4e06d20f7410e69f0a7a207f7eb1c
fix(backend): don't set cache headers for 404s Right now all requests for /static/ will have huge expires header, even if it's a 404. Only set headers if previous middleware did abort the request, meaning it found the file in static assets
[ { "change_type": "MODIFY", "diff": "@@ -93,9 +93,12 @@ func serveFileOr404(path string, contentType string, c *gin.Context) {\nfunc staticHeaders(prefix string) gin.HandlerFunc {\nreturn func(c *gin.Context) {\nif strings.HasPrefix(c.Request.URL.Path, prefix) {\n+ c.Next()\n+ if c.IsAborted() {\nc.Header(\"...
TypeScript
Apache License 2.0
prymitive/karma
fix(backend): don't set cache headers for 404s Right now all requests for /static/ will have huge expires header, even if it's a 404. Only set headers if previous middleware did abort the request, meaning it found the file in static assets
1
fix
backend
217,922
09.04.2019 15:20:26
-7,200
b066890acfb183f06cfbc18c10b37c8681d3bdb4
feat(community-rotations): you can now select which stats set is used for the simulation
[ { "change_type": "MODIFY", "diff": "(ngModelChange)=\"tagsFilter$.next($event)\">\n<nz-option *ngFor=\"let tag of tags\" [nzLabel]=\"tag.label | translate\" [nzValue]=\"tag.value\"></nz-option>\n</nz-select>\n- <div fxLayout=\"row\" fxLayoutAlign=\"space-evenly center\" fxLayoutGap=\"10px\">\n- <div fxLayou...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(community-rotations): you can now select which stats set is used for the simulation
1
feat
community-rotations
815,598
09.04.2019 15:51:09
-28,800
349e8e88a860e04d2205f4db721bdbdb5ef4f5c7
chore: build release packages in travis
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,7 @@ git:\ndepth: 2\nsubmodules: false\n-if: 'branch IN (master, develop, staging, trying) OR type != push OR fork = true OR tag =~ ^v'\n+if: 'branch IN (master, develop, staging, trying) OR type != push OR fork = true OR tag IS present'\nenv:\nglobal:\n@@ -18,...
Rust
MIT License
nervosnetwork/ckb
chore: build release packages in travis
1
chore
null
815,590
09.04.2019 15:56:28
-28,800
cba3e03c2fc3f1b9dba398edd235948880962972
fix: rebase witness
[ { "change_type": "MODIFY", "diff": "@@ -428,18 +428,18 @@ mod test {\nScript::default(),\nNone,\n))\n- .input(CellInput::new(OutPoint::new(H256::zero(), 0), vec![]))\n+ .input(CellInput::new(OutPoint::new(H256::zero(), 0), 0, vec![]))\n.witness(vec![vec![7, 8, 9]])\n.build();\nassert_eq!(\ntx.hash(),\n- H25...
Rust
MIT License
nervosnetwork/ckb
fix: rebase witness
1
fix
null
103,440
09.04.2019 16:05:58
-7,200
cf6cc3d2970228fb3f5059a5937487e946f10b16
fix: refactor of menu component
[ { "change_type": "MODIFY", "diff": "@@ -10,7 +10,7 @@ import {\nTouchableWithoutFeedback,\nI18nManager,\nBackHandler,\n- StatusBar,\n+ Platform,\n} from 'react-native';\nimport { withTheme } from '../../core/theming';\nimport type { Theme } from '../../types';\n@@ -48,13 +48,11 @@ type State = {\nmenuLayout...
TypeScript
MIT License
callstack/react-native-paper
fix: refactor of menu component (#976)
1
fix
null
217,922
09.04.2019 16:36:12
-7,200
98519f81b755c383d73616e21df01e569c807655
feat(simulator): custom rotations now save stats to the rotation to reuse them This also includes a query param you can add named "includeStats" that will use saved stats instead of the other user's stats when simulating the rotation.
[ { "change_type": "MODIFY", "diff": "@@ -252,22 +252,29 @@ export class SimulatorComponent implements OnInit, OnDestroy {\nconst set = sets.find(s => s.jobId === job);\nreturn new CrafterStats(set.jobId, set.craftsmanship, set.control, set.cp, set.specialist, set.level, <CrafterLevels>sets.map(s => s.level))...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(simulator): custom rotations now save stats to the rotation to reuse them This also includes a query param you can add named "includeStats" that will use saved stats instead of the other user's stats when simulating the rotation.
1
feat
simulator
217,922
09.04.2019 17:26:00
-7,200
c4b69e93ed06598ad97beaa743c3389d54db044d
chore: items that are inside fish eyes duration file are now tagged as fish eye directly
[ { "change_type": "MODIFY", "diff": "@@ -11,6 +11,7 @@ import { StoredNode } from '../../model/stored-node';\nimport { FishingBait } from '../../model/fishing-bait';\nimport { spearFishingNodes } from '../../../../core/data/sources/spear-fishing-nodes';\nimport { LazyDataService } from '../../../../core/data...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: items that are inside fish eyes duration file are now tagged as fish eye directly
1
chore
null
304,907
09.04.2019 17:32:52
-7,200
1b4e1a6a6814869b477b47e6f93cc69911dd737e
refactor(plantest): use plantest.ComparePlans to compare logical plans
[ { "change_type": "MODIFY", "diff": "@@ -5,15 +5,12 @@ import (\n\"testing\"\n\"time\"\n- \"github.com/google/go-cmp/cmp\"\n- \"github.com/google/go-cmp/cmp/cmpopts\"\n\"github.com/influxdata/flux\"\n\"github.com/influxdata/flux/ast\"\n\"github.com/influxdata/flux/execute\"\n\"github.com/influxdata/flux/plan...
Go
MIT License
influxdata/flux
refactor(plantest): use plantest.ComparePlans to compare logical plans (#1139)
1
refactor
plantest
304,907
09.04.2019 17:50:30
-7,200
da22ee78aa9b3a5e3b87324c7a4e77a21792f5fe
refactor(flux): make compile functions return Program
[ { "change_type": "MODIFY", "diff": "package flux\nimport (\n- \"context\"\n\"fmt\"\n- \"log\"\n\"path\"\n\"regexp\"\n\"strings\"\n@@ -15,7 +13,6 @@ import (\n\"github.com/influxdata/flux/parser\"\n\"github.com/influxdata/flux/semantic\"\n\"github.com/influxdata/flux/values\"\n- \"github.com/opentracing/open...
Go
MIT License
influxdata/flux
refactor(flux): make compile functions return Program (#1114)
1
refactor
flux
730,412
09.04.2019 18:14:07
0
e40fbb42833063b1b4328826390b0859aaf58098
chore(release): 0.1.446
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"0.1.446\"></a>\n+## [0.1.446](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.446
1
chore
release
304,907
09.04.2019 18:29:12
-7,200
828398ae0c65ded9a62385743d3e3adf43f96497
fix(stdlib/csv): make csv.from return decode error
[ { "change_type": "MODIFY", "diff": "@@ -148,8 +148,9 @@ func (c *CSVSource) Run(ctx context.Context) {\n// are not read-only. They contain mutable state and therefore\n// cannot be shared among goroutines.\ndecoder := csv.NewResultDecoder(csv.ResultDecoderConfig{})\n- result, err := decoder.Decode(strings.N...
Go
MIT License
influxdata/flux
fix(stdlib/csv): make csv.from return decode error (#1141)
1
fix
stdlib/csv
730,412
09.04.2019 19:52:30
0
e968b3508b2d977d8d2cb88889f4200203fe8b94
chore(release): 0.1.447
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"0.1.447\"></a>\n+## [0.1.447](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.447
1
chore
release
730,412
09.04.2019 21:31:46
0
ea989759863fbea93e341fca01a4e15322cf977f
chore(release): 0.1.448
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"0.1.448\"></a>\n+## [0.1.448](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.448
1
chore
release
217,922
09.04.2019 21:37:47
-7,200
1c95c8161d6479415da9e5346b8d6c6f1bfe784f
fix(custom-simulator): rotation stats are now only applied the first time
[ { "change_type": "MODIFY", "diff": "@@ -10,6 +10,7 @@ import { EffectiveBuff } from '../../model/effective-buff';\nimport { Buff } from '../../model/buff.enum';\nimport { Craft } from '../../../../model/garland-tools/craft';\nimport {\n+ debounceTime,\ndistinctUntilChanged,\nfilter,\nfirst,\n@@ -182,6 +183,...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(custom-simulator): rotation stats are now only applied the first time
1
fix
custom-simulator
71,590
09.04.2019 22:44:58
-7,200
d46b814bdacac96d7d69ca6c0b76c5a32d1fb509
feat(codepipeline): add ECS deploy Action. Fixes
[ { "change_type": "MODIFY", "diff": "@@ -390,6 +390,33 @@ where you will define your Pipeline,\nand deploy the `lambdaStack` using a CloudFormation CodePipeline Action\n(see above for a complete example).\n+#### ECS\n+\n+CodePipeline can deploy an ECS service.\n+The deploy Action receives one input Artifact ...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(codepipeline): add ECS deploy Action. (#2050) Fixes #1386
1
feat
codepipeline
679,913
10.04.2019 00:58:50
-3,600
d72ca7013b4d194167e97e1872733e17410a17d1
feat(webgl): allow depth textures as fbo depth buffer, various refactorings rename RenderBuffer => RBO move FULLSCREEN_QUAD to /geo add FX_SHADER_SPEC skeleton
[ { "change_type": "MODIFY", "diff": "@@ -577,10 +577,10 @@ export interface FboOpts {\n* Optional pre-instantiated `RenderBuffer` to be used as depth\n* buffer for this FBO.\n*/\n- depth?: IRenderBuffer;\n+ depth?: ITexture | IRenderBuffer;\n}\n-export interface RenderBufferOpts {\n+export interface RboOpts ...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(webgl): allow depth textures as fbo depth buffer, various refactorings - rename RenderBuffer => RBO - move FULLSCREEN_QUAD to /geo - add FX_SHADER_SPEC skeleton
1
feat
webgl
815,605
10.04.2019 02:34:41
0
4c8166ca4722fde3d6a1a9f427b05dfaaed080bb
refactor: Use TryFrom when parsing RPC request data
[ { "change_type": "MODIFY", "diff": "@@ -586,6 +586,7 @@ dependencies = [\n\"ckb-shared 0.9.0-pre\",\n\"ckb-sync 0.9.0-pre\",\n\"ckb-traits 0.9.0-pre\",\n+ \"ckb-util 0.9.0-pre\",\n\"ckb-verification 0.9.0-pre\",\n\"faster-hex 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"flatbuffers 0....
Rust
MIT License
nervosnetwork/ckb
refactor: Use TryFrom when parsing RPC request data
1
refactor
null
815,605
10.04.2019 02:38:19
0
9925d4e369d52076ec3d87dc9a5c1327eaf9291f
feat: Change capacity field to String type in RPC
[ { "change_type": "MODIFY", "diff": "@@ -45,7 +45,7 @@ impl From<CoreScript> for Script {\n#[derive(Clone, Default, Serialize, Deserialize, PartialEq, Eq, Hash, Debug)]\npub struct CellOutput {\n- pub capacity: Capacity,\n+ pub capacity: String,\npub data: Bytes,\npub lock: Script,\n#[serde(rename = \"type\"...
Rust
MIT License
nervosnetwork/ckb
feat: Change capacity field to String type in RPC
1
feat
null
679,913
10.04.2019 02:40:39
-3,600
1ace4d4ae4089e59bead5f95c6102cf2adb2949d
feat(examples): add webgl-ssao demo
[ { "change_type": "ADD", "diff": "+.cache\n+out\n+node_modules\n+yarn.lock\n+*.js\n", "new_path": "examples/webgl-ssao/.gitignore", "old_path": null }, { "change_type": "ADD", "diff": "+# webgl-ssao\n+\n+[Live demo](http://demo.thi.ng/umbrella/webgl-ssao/)\n+\n+Please refer to the [exampl...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(examples): add webgl-ssao demo
1
feat
examples
679,913
10.04.2019 02:41:55
-3,600
610f37baa6c09a449458f22fe36f6bb37538816b
feat(webgl): convert fullscreen quad into fn, uv's optional
[ { "change_type": "MODIFY", "diff": "import { ModelSpec } from \"../api\";\n-export const FULLSCREEN_QUAD: ModelSpec = {\n+export const quad = (uv = true): ModelSpec => ({\nattribs: {\nposition: {\ndata: new Float32Array([-1, -1, 1, -1, -1, 1, 1, 1]),\nsize: 2\n},\n+ ...(uv\n+ ? {\nuv: {\ndata: new Float32Ar...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(webgl): convert fullscreen quad into fn, uv's optional
1
feat
webgl
679,913
10.04.2019 02:43:24
-3,600
d75305b31f3aaf0e856deab9ceacc420bfc2b6d5
feat(matrices): add isOrthagonal()
[ { "change_type": "MODIFY", "diff": "@@ -28,6 +28,7 @@ export * from \"./mulq\";\nexport * from \"./mulv\";\nexport * from \"./normal-mat\";\nexport * from \"./ortho\";\n+export * from \"./orthagonal\";\nexport * from \"./perspective\";\nexport * from \"./project\";\nexport * from \"./quat-axis-angle\";\n", ...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(matrices): add isOrthagonal()
1
feat
matrices
815,605
10.04.2019 03:35:07
0
f37cf2caf087ba1b7cb525a5a45850e311bd4e36
fix: Add proper returns when parsing fails in miner
[ { "change_type": "MODIFY", "diff": "@@ -74,10 +74,12 @@ impl Miner {\nlet uncles = uncles.into_iter().map(TryInto::try_into).collect();\nif let Err(ref e) = uncles {\nerror!(target: \"miner\", \"error parsing uncles: {:?}\", e);\n+ return None;\n}\nlet cellbase = cellbase.try_into();\nif let Err(ref e) = ce...
Rust
MIT License
nervosnetwork/ckb
fix: Add proper returns when parsing fails in miner
1
fix
null
815,605
10.04.2019 04:17:41
0
6fb5964639213c213617f69a1e89a532bfd536e1
refactor: Change the code to properly process errors
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,7 @@ use ckb_core::header::{HeaderBuilder, RawHeader, Seal};\nuse ckb_pow::PowEngine;\nuse ckb_util::TryInto;\nuse crossbeam_channel::Receiver;\n+use failure::Error;\nuse jsonrpc_types::{BlockTemplate, CellbaseTemplate};\nuse log::{debug, error, info};\nuse ran...
Rust
MIT License
nervosnetwork/ckb
refactor: Change the code to properly process errors
1
refactor
null
791,760
10.04.2019 07:03:12
25,200
ca1731aba7df31b16f68abc0de23f9fffac38efd
clients(lr): apply Lightrider timings to NetworkRequests
[ { "change_type": "MODIFY", "diff": "@@ -428,8 +428,41 @@ class NetworkRequest {\nreturn;\n}\n+ // Init timing.\n+ this.timing = {\n+ requestTime: this.startTime,\n+ proxyStart: -1,\n+ proxyEnd: -1,\n+ dnsStart: -1,\n+ dnsEnd: -1,\n+ connectStart: -1,\n+ connectEnd: -1,\n+ sslStart: -1,\n+ sslEnd: -1,\n+ wor...
JavaScript
Apache License 2.0
googlechrome/lighthouse
clients(lr): apply Lightrider timings to NetworkRequests (#8109)
1
clients
lr
815,605
10.04.2019 07:18:02
0
2338d488b9a8d46d75d571f4b9092ec4e06b5abb
feat: Change all u64 fields in RPC to String
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,6 @@ use ckb_core::script::Script;\nuse ckb_core::service::{Request, DEFAULT_CHANNEL_SIZE, SIGNAL_CHANNEL_SIZE};\nuse ckb_core::transaction::{CellInput, CellOutput, Transaction, TransactionBuilder};\nuse ckb_core::uncle::UncleBlock;\n-use ckb_core::BlockNumber;...
Rust
MIT License
nervosnetwork/ckb
feat: Change all u64 fields in RPC to String
1
feat
null
76,605
10.04.2019 07:25:40
-7,200
dd4dccf14ceefdaa3934d2b66c48b177c58efdc0
fix: Add license to domain manager
[ { "change_type": "MODIFY", "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, incl...
JavaScript
MIT License
axa-group/nlp.js
fix: Add license to domain manager
1
fix
null
71,371
10.04.2019 09:57:55
-7,200
9f88696dfab27410d5ea285810ab09c22a3fd687
fix(servicediscovery): allow to register multiple instances on a service
[ { "change_type": "MODIFY", "diff": "@@ -262,37 +262,30 @@ export class Service extends cdk.Construct implements IService {\n/**\n* Registers a resource that is accessible using values other than an IP address or a domain name (CNAME).\n*/\n- public registerNonIpInstance(props: NonIpInstanceBaseProps): IInst...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(servicediscovery): allow to register multiple instances on a service (#2207)
1
fix
servicediscovery
815,593
10.04.2019 10:20:59
-32,400
f745bad219bf62c70ef636e6f0052f2557f0c9b3
refactor: change DbBatch to assoicated type
[ { "change_type": "MODIFY", "diff": "@@ -13,6 +13,7 @@ use ckb_shared::chain_state::ChainState;\nuse ckb_shared::error::SharedError;\nuse ckb_shared::index::ChainIndex;\nuse ckb_shared::shared::Shared;\n+use ckb_shared::store::StoreBatch;\nuse ckb_traits::ChainProvider;\nuse ckb_verification::{BlockVerifier,...
Rust
MIT License
nervosnetwork/ckb
refactor: change DbBatch to assoicated type
1
refactor
null
217,922
10.04.2019 10:37:32
-7,200
a2fe5e0896e5735f01816cbb1b008bd68a2767a5
feat(rotations): added a warning if the set used for simulation isn't spec on spec rotation
[ { "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(rotations): added a warning if the set used for simulation isn't spec on spec rotation
1
feat
rotations
815,598
10.04.2019 10:40:10
-28,800
fa52571b1eb7f0f460f722c93dba270716c5a16f
chore: add init scripts for systemd
[ { "change_type": "MODIFY", "diff": "@@ -35,6 +35,7 @@ if [ -n \"$TRAVIS_TAG\" -a -n \"$GITHUB_TOKEN\" -a -n \"$REL_PKG\" ]; then\nmkdir \"releases/$PKG_NAME\"\nmv target/release/ckb \"releases/$PKG_NAME\"\ncp README.md CHANGELOG.md COPYING \"releases/$PKG_NAME\"\n+ cp -R devtools/init/ \"releases/$PKG_NAME\...
Rust
MIT License
nervosnetwork/ckb
chore: add init scripts for systemd
1
chore
null
127,939
10.04.2019 10:40:59
-10,800
d915e79e1429d5dd1ca5463df2111dd728cbb0a7
chore(design and deposit): fixed margin padding and design
[ { "change_type": "MODIFY", "diff": "@@ -25,7 +25,7 @@ const StyledBanner = styled.div<BannerProps>(({ horizontal, maxWidth }) => [\nalignContent: horizontal ? 'stretch' : 'normal',\nalignItems: horizontal ? 'center' : 'flex-start',\nfontFamily: 'inherit', // Prevents links rendering as system fonts.\n- back...
TypeScript
MIT License
coingaming/moon-design
chore(design and deposit): fixed margin padding and design
1
chore
design and deposit
304,882
10.04.2019 11:03:22
25,200
38c04ce5a5218b5a04aa0ef9e9339abba1a64c77
feat(lang): add planner options to compile options Closes
[ { "change_type": "MODIFY", "diff": "@@ -45,6 +45,22 @@ type CompileOption func(*compileOptions)\ntype compileOptions struct {\nverbose bool\n+\n+ planOptions struct {\n+ logical []plan.LogicalOption\n+ physical []plan.PhysicalOption\n+ }\n+}\n+\n+func WithLogPlanOpts(lopts ...plan.LogicalOption) CompileOpti...
Go
MIT License
influxdata/flux
feat(lang): add planner options to compile options (#1146) Closes #1145.
1
feat
lang
104,818
10.04.2019 11:07:11
18,000
0410fc3032e0033fe39db9d09dc9e5db6831ecbb
fix(wizardinline): fix styles to better use screen
[ { "change_type": "MODIFY", "diff": "@@ -8,6 +8,9 @@ const StyledDivWizardHeader = styled.div`\ndisplay: flex;\nflex-flow: column nowrap;\nmargin-bottom: 1.5rem;\n+ .bx--progress {\n+ padding: 0 1rem;\n+ }\n.bx--modal-header {\ndisplay: flex;\n}\n", "new_path": "src/components/WizardInline/WizardHeader/W...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(wizardinline): fix styles to better use screen
1
fix
wizardinline
815,598
10.04.2019 11:15:07
-28,800
702cd8831695483d519dc4e5375e396bfccbe752
feat: allow not log to file
[ { "change_type": "MODIFY", "diff": "@@ -19,8 +19,12 @@ filter = \"info\" # {{\n# integration => filter = \"info,network=trace,rpc=debug,sync=debug,relay=debug\"\n# }}\ncolor = true\n-# Print logs to stdout as well\n-copy_to_stdout = true\n+log_to_file = true # {{\n+# _ => log_to_file = {log_to_file}\n+# }}\...
Rust
MIT License
nervosnetwork/ckb
feat: allow not log to file
1
feat
null
791,834
10.04.2019 11:18:27
25,200
e986d891abe6fc55eeb0686a062f66824cf507f7
misc: drop support for Node before 10.13 (LTS)
[ { "change_type": "MODIFY", "diff": "@@ -9,12 +9,8 @@ branches:\nenvironment:\nfast_finish: true\nmatrix:\n- - nodejs_version: \"8\"\n+ - nodejs_version: \"10\"\nplatform: x86\n- # other Node versions are skipped, as appveyor only allows 1 concurrent job\n- # and we want appveyor finishing ASAP. see #2382\n-...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc: drop support for Node before 10.13 (LTS) (#8117)
1
misc
null
815,598
10.04.2019 11:20:49
-28,800
f8aaec0eea3571aadca659f890502cf198918b59
docs: ckb is available via github releases now
[ { "change_type": "MODIFY", "diff": "@@ -36,7 +36,7 @@ The contribution workflow is described in [CONTRIBUTING.md](CONTRIBUTING.md), an\n## Documentations\n-- [Build CKB](docs/build.md)\n+- [Get CKB](docs/get-ckb.md)\n- [Quick Start](docs/quick-start.md)\n- [Configure CKB](docs/configure.md)\n- [CKB Core Dev...
Rust
MIT License
nervosnetwork/ckb
docs: ckb is available via github releases now
1
docs
null
104,818
10.04.2019 11:30:33
18,000
088b89cfe55279b959e1951185ef495f8e7d100b
fix(wizardinline): handle long progress indicators
[ { "change_type": "MODIFY", "diff": "@@ -8,11 +8,16 @@ const StyledDivWizardHeader = styled.div`\ndisplay: flex;\nflex-flow: column nowrap;\nmargin-bottom: 1.5rem;\n+\n.bx--progress {\n- padding: 0 1rem;\n+ padding: 1rem 1rem;\n}\n+\n.bx--modal-header {\ndisplay: flex;\n+ margin-bottom: 0.5rem;\n+ overflow-x...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(wizardinline): handle long progress indicators
1
fix
wizardinline
76,654
10.04.2019 11:39:09
-28,800
e84580eb88d36e773df5cf4dab618b91c55f87b5
refactor: moved duplicated `toObj` and `fromObj` code to parent class & get class name dynamically.
[ { "change_type": "MODIFY", "diff": "@@ -85,7 +85,7 @@ class BayesClassifier extends Classifier {\ntoObj() {\nconst result = {};\n- result.className = 'BayesClassifier';\n+ result.className = this.constructor.name;\nresult.settings = this.settings;\nresult.labels = this.labels;\nresult.observations = this.ob...
JavaScript
MIT License
axa-group/nlp.js
refactor: moved duplicated `toObj` and `fromObj` code to parent class & get class name dynamically.
1
refactor
null
603,467
10.04.2019 12:06:22
-3,600
c75e3838d5658ecd0eb95fdc3bb303b71c603e78
docs(core): Renamed KnowableUnknown to Answerable wherever I missed it the last time
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,7 @@ import { Question } from '../screenplay/Question';\n/**\n* @desc\n- * A tag function returning a human-readable description of a template containing one or more {KnowableUnknown}s.\n+ * A tag function returning a human-readable description of a template co...
TypeScript
Apache License 2.0
serenity-js/serenity-js
docs(core): Renamed KnowableUnknown to Answerable wherever I missed it the last time
1
docs
core
76,654
10.04.2019 12:07:42
-28,800
ea16b96a9d552285ac57e7799a295cb612fd7fc9
refactor: docs status values as constants
[ { "change_type": "MODIFY", "diff": "const NlpUtil = require('../nlp/nlp-util');\nconst Classifier = require('../classifiers/classifier');\n+const status = {\n+ CREATE: 'create',\n+ UNTOUCH: 'untouch',\n+ DELETE: 'delete',\n+};\n+\n/**\n* Base class for NLU\n*/\n@@ -97,14 +103,14 @@ class BaseNLU {\nif (!thi...
JavaScript
MIT License
axa-group/nlp.js
refactor: docs status values as constants
1
refactor
null
815,593
10.04.2019 12:18:13
-32,400
06b4fc9f25c4e672b191948af3fdf729246045b6
refactor: rename diskdb to rocksdb
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,6 @@ use ckb_core::extras::BlockExt;\nuse ckb_core::service::{Request, DEFAULT_CHANNEL_SIZE, SIGNAL_CHANNEL_SIZE};\nuse ckb_core::transaction::ProposalShortId;\nuse ckb_core::BlockNumber;\n-use ckb_db::batch::Batch;\nuse ckb_notify::NotifyController;\nuse ckb_s...
Rust
MIT License
nervosnetwork/ckb
refactor: rename diskdb to rocksdb
1
refactor
null
304,866
10.04.2019 12:49:25
25,200
c2689899aab1a2c95f534a95ac87130656b109d1
fix(control): create a DependenciesAwareProgram so controller can assign dependencies Fixes influxdata/influxdb#13292.
[ { "change_type": "MODIFY", "diff": "@@ -189,11 +189,9 @@ func (c *Controller) compileQuery(q *Query, compiler flux.Compiler) error {\nreturn errors.Wrap(err, \"compilation failed\")\n}\n- // TODO(cwolff): the compiler should be responsible for assigning\n- // dependencies, see https://github.com/influxdata/...
Go
MIT License
influxdata/flux
fix(control): create a DependenciesAwareProgram so controller can assign dependencies (#1148) Fixes influxdata/influxdb#13292.
1
fix
control
815,593
10.04.2019 13:09:30
-32,400
5ca1dbe9f18e49aeaecd3ccb9bd9721a824faab6
refactor: batch function
[ { "change_type": "MODIFY", "diff": "@@ -210,7 +210,6 @@ impl<CI: ChainIndex + 'static> ChainService<CI> {\nlet mut batch = self.shared.store().new_batch();\nbatch.insert_block(&block);\n-\nif (cannon_total_difficulty > current_total_difficulty)\n|| ((current_total_difficulty == cannon_total_difficulty)\n&& ...
Rust
MIT License
nervosnetwork/ckb
refactor: batch function
1
refactor
null
304,882
10.04.2019 13:16:07
25,200
914f4c4a8e7c9b509d12915837e270c00af9861b
refactor(lang): move spec compiler to repl package Closes .
[ { "change_type": "MODIFY", "diff": "@@ -17,7 +17,6 @@ import (\nconst (\nFluxCompilerType = \"flux\"\n- SpecCompilerType = \"spec\"\nASTCompilerType = \"ast\"\n)\n@@ -35,9 +34,7 @@ func AddCompilerMappings(mappings flux.CompilerMappings) error {\n}); err != nil {\nreturn err\n}\n- return mappings.Add(SpecCo...
Go
MIT License
influxdata/flux
refactor(lang): move spec compiler to repl package (#1137) Closes #13220 .
1
refactor
lang
791,834
10.04.2019 13:26:57
25,200
45d69110a341ba48441ec15fa081ec7142bb382d
misc: update collected i18n string
[ { "change_type": "MODIFY", "diff": "\"description\": \"Table column header for the observed value of the DOM statistic.\"\n},\n\"lighthouse-core/audits/dobetterweb/dom-size.js | description\": {\n- \"message\": \"Browser engineers recommend pages contain fewer than ~1,500 DOM nodes. The sweet spot is a tree...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc: update collected i18n string (#8158)
1
misc
null
217,922
10.04.2019 13:27:54
-7,200
9f8a35783c10ec4fd47d6fac24a8777634ce688e
feat(profile): added job levels to public profile page
[ { "change_type": "MODIFY", "diff": "<nz-tag [nzColor]=\"'magenta'\" *ngIf=\"user.admin\">{{'COMMON.Admin' | translate}}</nz-tag>\n<nz-tag [nzColor]=\"'purple'\" *ngIf=\"user.patron\">{{'PROFILE.Patreon_supporter' | translate}}</nz-tag>\n</div>\n+ <div *ngIf=\"gearSets$ | async as sets\" fxLayout=\"row wrap\...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(profile): added job levels to public profile page
1
feat
profile
217,922
10.04.2019 13:32:37
-7,200
f7c286708877165705daeea75e57dd01fcbe03f3
fix(layout): fixed an issue with layout with korean names not being exportable
[ { "change_type": "MODIFY", "diff": "@@ -56,6 +56,6 @@ export class ListLayout extends DataModel {\nget base64(): string {\nconst exportLayout = { ...this as any };\ndelete exportLayout.userId;\n- return btoa(JSON.stringify(exportLayout));\n+ return btoa(escape(JSON.stringify(exportLayout)));\n}\n}\n", "...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(layout): fixed an issue with layout with korean names not being exportable
1
fix
layout
104,874
10.04.2019 14:11:00
-3,600
47c03521064bea7bd524a0a92792afe68d22d091
feat(table): add support for sorting to aync table story
[ { "change_type": "MODIFY", "diff": "-import Table from './Table';\n-\nimport React, { useReducer, useEffect } from 'react';\n-\nimport update from 'immutability-helper';\n+import Table from './Table';\nimport { baseTableReducer } from './baseTableReducer';\n-/*\n-import {\n- tableRegister,\n- tablePageChang...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(table): add support for sorting to aync table story
1
feat
table
217,922
10.04.2019 14:19:18
-7,200
3ba6c0a3904e591c15be5808a9909c3b247ffefb
fix(community-rotations): fixed an issue with tags filter not working
[ { "change_type": "MODIFY", "diff": "@@ -29,17 +29,13 @@ export class CraftingRotationService extends FirestoreRelationalStorage<Crafting\nreturn of([]);\n}\nconst query: QueryFn = ref => {\n- let baseQuery = ref.where(`public`, '==', true);\n- if (filters.tags.length > 0) {\n- baseQuery = baseQuery.where('t...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(community-rotations): fixed an issue with tags filter not working
1
fix
community-rotations
815,590
10.04.2019 14:22:14
-28,800
c7f1f3f2391483e3d416b6f58d6671338290d73b
fix: verify tx valid_since remain flags must be empty
[ { "change_type": "MODIFY", "diff": "@@ -146,4 +146,6 @@ pub enum TransactionError {\nVersion,\n/// Tx not satisfied valid_since condition\nImmature,\n+ /// Invalid ValidSince flags\n+ InvalidValidSince,\n}\n", "new_path": "verification/src/error.rs", "old_path": "verification/src/error.rs" }, { ...
Rust
MIT License
nervosnetwork/ckb
fix: verify tx valid_since remain flags must be empty
1
fix
null
217,922
10.04.2019 14:27:18
-7,200
7209e444cd9dd651793cc12cef9ec97a02881490
feat(teams): discord notification for progress now includes total required
[ { "change_type": "MODIFY", "diff": "@@ -99,7 +99,7 @@ export class DiscordWebhookService {\n}, `https://www.garlandtools.org/files/icons/item/${itemIcon}.png`);\n}\n- notifyItemChecked(team: Team, itemIcon: number, list: List, memberId: string, amount: number, itemId: number): void {\n+ notifyItemChecked(te...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(teams): discord notification for progress now includes total required
1
feat
teams
815,590
10.04.2019 14:47:34
-28,800
527edad5b44dfd5089521cc1b61fb10dc4a1d27b
fix: tx valid_since rebase
[ { "change_type": "MODIFY", "diff": "@@ -433,14 +433,12 @@ mod test {\n.build();\nassert_eq!(\n- tx.hash(),\n- H256::from_hex_str(\"8e23669b744ed93805f81999602a2640d99afa821a062fb5816b4b903c973f90\")\n- .unwrap()\n+ format!(\"{:x}\", tx.hash()),\n+ \"a896bfe8c8439305f099e1f07b47844ba0a5a27ec1e26ec25b236fa7e4...
Rust
MIT License
nervosnetwork/ckb
fix: tx valid_since rebase
1
fix
null
217,922
10.04.2019 14:58:20
-7,200
dceccc0a1b8b0141bfd76e06aaf7996e4804cec0
fix(community-rotations): you cannot select DoL sets for simulation anymore
[ { "change_type": "MODIFY", "diff": "@@ -124,7 +124,7 @@ export class CommunityRotationsPageComponent {\npublic totalLength = 0;\n- public sets$ = this.authFacade.gearSets$;\n+ public sets$ = this.authFacade.gearSets$.pipe(map(sets => sets.filter(set => set.jobId <= 15)));\npublic setIndex$ = new BehaviorSub...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(community-rotations): you cannot select DoL sets for simulation anymore
1
fix
community-rotations
815,605
10.04.2019 15:25:32
0
c812c1612f0c6f84baed846af6b2f538de8972a8
fix: mining bug caused by type changes in RPC
[ { "change_type": "MODIFY", "diff": "@@ -169,8 +169,8 @@ impl Client {\nfn get_block_template(&self) -> impl Future<Item = BlockTemplate, Error = RpcError> {\nlet method = \"get_block_template\".to_owned();\nlet params = vec![\n- json!(self.config.cycles_limit),\n- json!(self.config.bytes_limit),\n+ json!(se...
Rust
MIT License
nervosnetwork/ckb
fix: mining bug caused by type changes in RPC
1
fix
null
71,212
10.04.2019 15:43:11
-7,200
b7c9b21da0c22e84313bdeb8eaa19781e787e655
fix(ecr): Fix typo in ImportRepository error message
[ { "change_type": "MODIFY", "diff": "@@ -241,7 +241,7 @@ class ImportedRepository extends RepositoryBase {\nthis.repositoryArn = props.repositoryArn;\n} else {\nif (!props.repositoryName) {\n- throw new Error('If \"repositoruyArn\" is not specified, you must specify \"repositoryName\", ' +\n+ throw new Error...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(ecr): Fix typo in ImportRepository error message (#2217)
1
fix
ecr
76,654
10.04.2019 15:59:39
-28,800
7a0a44a04bcc555fd682e7d681b9dc16422d12ac
refactor: replaced some forEach with map/filter
[ { "change_type": "MODIFY", "diff": "-/* eslint-disable import/no-unresolved */\nconst builder = require('botbuilder');\nconst express = require('express');\nconst { Recognizer } = require('../../lib');\n", "new_path": "examples/microsoft-bot/index.js", "old_path": "examples/microsoft-bot/index.js" ...
JavaScript
MIT License
axa-group/nlp.js
refactor: replaced some forEach with map/filter
1
refactor
null
815,593
10.04.2019 16:47:47
-32,400
f37264b3b1098c5e921f460bf30c0fa4c7ff4d60
refactor: add helper methods to batch
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,7 @@ use ckb_core::script::Script;\nuse ckb_core::transaction::{\nCellInput, CellOutput, OutPoint, ProposalShortId, Transaction, TransactionBuilder,\n};\n-use ckb_db::{diskdb::RocksDB, DBConfig};\n+use ckb_db::{DBConfig, RocksDB};\nuse ckb_notify::NotifyService...
Rust
MIT License
nervosnetwork/ckb
refactor: add helper methods to batch
1
refactor
null
304,884
10.04.2019 16:56:36
14,400
27bf118a28bd4d5189027078ca01820fe5cb8399
feat(lang/compiler): added a WalkIR function that external programs can use to traverse an opSpec structure
[ { "change_type": "MODIFY", "diff": "@@ -122,6 +122,16 @@ func CompileTableObject(to *flux.TableObject, now time.Time, opts ...CompileOpti\n}, nil\n}\n+func WalkIR(astPkg *ast.Package, f func(o *flux.Operation) error) error {\n+\n+ if spec, err := spec.FromAST(context.Background(), astPkg, time.Now()); err !...
Go
MIT License
influxdata/flux
feat(lang/compiler): added a WalkIR function that external programs can use to traverse an opSpec structure (#1149)
1
feat
lang/compiler
815,594
10.04.2019 17:16:18
-28,800
0e65c5bae580e5f1d2782de69f966850acb64a31
fix: return duplicated addr see the issue for details fixes issue
[ { "change_type": "MODIFY", "diff": "@@ -221,6 +221,7 @@ impl NetworkState {\nlet original_listened_addresses = self.original_listened_addresses.read();\nself.listened_addresses(max_urls.saturating_sub(original_listened_addresses.len()))\n.into_iter()\n+ .filter(|(addr, _)| !original_listened_addresses.conta...
Rust
MIT License
nervosnetwork/ckb
fix: return duplicated addr see the issue for details fixes issue #436
1
fix
null
815,593
10.04.2019 18:02:17
-32,400
89bfb95065436fb792214284a39e1f618affaf26
refactor: remove static bound for ChainIndex
[ { "change_type": "MODIFY", "diff": "@@ -5,15 +5,12 @@ use ckb_traits::chain_provider::ChainProvider;\nuse ckb_util::TryInto;\nuse failure::Error as FailureError;\n-pub struct BlockProposalProcess<'a, CI: ChainIndex + 'a> {\n+pub struct BlockProposalProcess<'a, CI> {\nmessage: &'a BlockProposal<'a>,\nrelayer...
Rust
MIT License
nervosnetwork/ckb
refactor: remove static bound for ChainIndex
1
refactor
null
447,440
10.04.2019 18:47:37
18,000
47dd25c9a264089c4260f960fb7c748a77313d64
style: add ellipsis to chip
[ { "change_type": "MODIFY", "diff": "@@ -31,7 +31,9 @@ export default function Chip(props) {\nreturn (\n<span className={getContainerClassName()} style={style} title={title}>\n+ <span className=\"rainbow-chip_content--truncate\">\n{label}\n+ </span>\n<RenderIf isTrue={!!onDelete}>\n<ButtonIcon\nclassName=\"r...
JavaScript
MIT License
nexxtway/react-rainbow
style: add ellipsis to chip (#671)
1
style
null
815,593
10.04.2019 18:51:02
-32,400
ecb4ec0b120b43c0dac126a66bb27c3532cc6ebc
refactor: change Col from Option to u32
[ { "change_type": "MODIFY", "diff": "@@ -15,7 +15,7 @@ pub use crate::config::DBConfig;\npub use crate::memorydb::MemoryKeyValueDB;\npub use crate::rocksdb::RocksDB;\n-pub type Col = Option<u32>;\n+pub type Col = u32;\npub type Error = ErrorKind;\npub type Result<T> = result::Result<T, Error>;\n", "new_p...
Rust
MIT License
nervosnetwork/ckb
refactor: change Col from Option to u32
1
refactor
null
815,593
10.04.2019 19:10:31
-32,400
4c06dcaf28a7fb8b76454091d8ea9ed672bcfe99
refactor: move cachedb to db module
[ { "change_type": "MODIFY", "diff": "@@ -431,6 +431,7 @@ dependencies = [\n\"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)\",\n+ \"lru-cache ...
Rust
MIT License
nervosnetwork/ckb
refactor: move cachedb to db module
1
refactor
null
503,922
10.04.2019 19:49:29
-7,200
9701e458342b0e5df5b456b57efc10b51d835ed2
fix(Table): Update expanded row to span over all cells and remove padding
[ { "change_type": "MODIFY", "diff": "@@ -78,6 +78,8 @@ export interface IRow {\nisOpen: Boolean;\nparent: Number;\nprops: any;\n+ fullWidth?: Boolean;\n+ noPadding?: Boolean;\n}\nexport interface TableProps extends Omit<Omit<HTMLProps<HTMLTableElement>, 'onSelect'>, 'rows'> {\n", "new_path": "packages/pa...
TypeScript
MIT License
patternfly/patternfly-react
fix(Table): Update expanded row to span over all cells and remove padding (#1744)
1
fix
Table
217,922
10.04.2019 20:04:55
-7,200
529c71f7c855cc380e9fc705aa36cf9237407ae0
fix(rotations): saving a community rotation as new doesn't create a community rotation anymore
[ { "change_type": "MODIFY", "diff": "@@ -556,6 +556,8 @@ export class SimulatorComponent implements OnInit, OnDestroy {\nsaveRotationAsNew(rotation: CraftingRotation): void {\ndelete rotation.$key;\n+ delete rotation.community;\n+ delete rotation.public;\nthis.saveRotation(rotation);\n}\n", "new_path": "...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(rotations): saving a community rotation as new doesn't create a community rotation anymore
1
fix
rotations
217,922
10.04.2019 20:11:15
-7,200
bf17350babbded500da402e7f7a911c709b123d8
fix(fishing-log): fixed an issue with spearfishing log not being loaded properly
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ import { LocalizedDataService } from '../../../core/data/localized-data.service'\nimport { AlarmsFacade } from '../../../core/alarms/+state/alarms.facade';\nimport { LazyDataService } from '../../../core/data/lazy-data.service';\nimport { first, map, share...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(fishing-log): fixed an issue with spearfishing log not being loaded properly
1
fix
fishing-log
791,921
10.04.2019 20:42:48
-7,200
11a1e5f0a411f76153b1075519e677bec5b3e8f8
core(dom-size): limit scoring to only DOM nodes in the body
[ { "change_type": "MODIFY", "diff": "@@ -142,6 +142,17 @@ module.exports = [\n}],\n},\n},\n+ 'dom-size': {\n+ score: 1,\n+ rawValue: 31,\n+ details: {\n+ items: [\n+ {statistic: 'Total DOM Elements', value: '31'},\n+ {statistic: 'Maximum DOM Depth', value: '3'},\n+ {statistic: 'Maximum Child Elements', value...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(dom-size): limit scoring to only DOM nodes in the body (#7241)
1
core
dom-size
603,467
10.04.2019 21:11:50
-3,600
9b0ea01cb0290e750b6bc60695c94307ba4fdd91
fix(local-server): Fixed the issue with the local server not getting stopped correctly
[ { "change_type": "MODIFY", "diff": "\"npm\": \">= 5\"\n},\n\"dependencies\": {\n- \"get-port\": \"4.0.0\"\n+ \"get-port\": \"^5.0.0\",\n+ \"http-shutdown\": \"^1.2.0\"\n},\n\"peerDependencies\": {\n\"@serenity-js/core\": \"2.x\"\n", "new_path": "packages/local-server/package.json", "old_path": "pack...
TypeScript
Apache License 2.0
serenity-js/serenity-js
fix(local-server): Fixed the issue with the local server not getting stopped correctly
1
fix
local-server
679,913
10.04.2019 22:33:06
-3,600
d7679d6afc07e9c05628af8347b5562600f12681
feat(webgl): add IDeref support for uniform values
[ { "change_type": "MODIFY", "diff": "@@ -3,6 +3,7 @@ import {\nFn2,\nFn3,\nIBind,\n+ IDeref,\nIObjectOf,\nIRelease,\nTuple,\n@@ -110,7 +111,7 @@ export type ModelAttributeSpecs = IObjectOf<ModelAttributeSpec>;\nexport type UniformValue = number | number[] | TypedArray;\nexport type UniformValues = IObjectOf<...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(webgl): add IDeref support for uniform values
1
feat
webgl
679,913
10.04.2019 22:36:16
-3,600
4640ce446339cc0e001ef361450e13fd596b7351
feat(webgl): add ALIAS_TEXTURE GLSL macro
[ { "change_type": "MODIFY", "diff": "@@ -94,6 +94,12 @@ ${ok}${fail ? `\\n#else\\n${fail}` : \"\"}\n#endif`;\n};\n+export const ALIAS_TEXTURE = VERSION_CHECK(\n+ 300,\n+ \"\",\n+ \"#define texture texture2D\"\n+);\n+\n/**\n* GLSL version specific fragment shader output. If `__VERSION__ >= 300`\n* assigns `bo...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(webgl): add ALIAS_TEXTURE GLSL macro
1
feat
webgl
679,913
10.04.2019 22:37:41
-3,600
393e04ebe862dc68c721afdb8fa12b4ad4903765
feat(webgl): add GPGPU texture config support
[ { "change_type": "MODIFY", "diff": "@@ -607,12 +607,19 @@ export interface WeblGLCanvasOpts {\nexport interface GPGPUOpts {\nsize: number;\n- inputs?: number;\n- outputs?: number;\n+ inputs?: number | GPGPUTextureConfig[];\n+ outputs?: number | GPGPUTextureConfig[];\ngl?: WebGLRenderingContext;\nversion?: 1...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(webgl): add GPGPU texture config support
1
feat
webgl