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,704 | 18.04.2019 16:35:35 | 25,200 | cc8e2d913c39bdf75c277afb7ca9e783d14b0413 | clients(lr): increase Page.getAppManifest timeout to 10s | [
{
"change_type": "MODIFY",
"diff": "@@ -525,7 +525,14 @@ class Driver {\n* @return {Promise<{url: string, data: string}|null>}\n*/\nasync getAppManifest() {\n- this.setNextProtocolTimeout(3000);\n+ // In all environments but LR, Page.getAppManifest finishes very quickly.\n+ // In LR, there is a bug that cau... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | clients(lr): increase Page.getAppManifest timeout to 10s (#8350) | 1 | clients | lr |
730,429 | 18.04.2019 16:41:42 | 14,400 | f4d112dc84970013ecaf4f93a922c8ddd7c2e631 | chore: update publish command to use buildESM | [
{
"change_type": "MODIFY",
"diff": "\"start:package\": \"echo 'Deprecated. Please use npm run serve:package'; npm run serve package\",\n\"start:samples\": \"echo 'Deprecated. Please use npm run serve:samples'; npm run serve samples\",\n\"publish\": \"cross-env-shell NODE_ENV='' ./scripts/publish/index.js\",... | JavaScript | MIT License | webex/react-widgets | chore: update publish command to use buildESM | 1 | chore | null |
815,577 | 18.04.2019 16:48:55 | -28,800 | a839874897712e4d1fd0cd1622d384cb2716a5f6 | feat: rpc resolve tx from pending and staging | [
{
"change_type": "MODIFY",
"diff": "@@ -37,7 +37,7 @@ impl<CS: ChainStore + 'static> PoolRpc for PoolRpcImpl<CS> {\nlet tx: CoreTransaction = tx.try_into().map_err(|_| Error::parse_error())?;\nlet mut chain_state = self.shared.chain_state().lock();\n- let rtx = chain_state.resolve_tx_from_pool(&tx, &chain_s... | Rust | MIT License | nervosnetwork/ckb | feat: rpc resolve tx from pending and staging | 1 | feat | null |
815,577 | 18.04.2019 17:13:56 | -28,800 | bce2c7fa93fa21941898d552d5589362c6506eb2 | feat: remove useless error | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,6 @@ use jsonrpc_core::{Error, ErrorCode};\n#[derive(Debug, PartialEq, Clone, Copy)]\npub enum RPCError {\n- Staging = -2,\nInvalid = -3,\n}\n",
"new_path": "rpc/src/error.rs",
"old_path": "rpc/src/error.rs"
},
{
"change_type": "MODIFY",
"di... | Rust | MIT License | nervosnetwork/ckb | feat: remove useless error | 1 | feat | null |
815,590 | 18.04.2019 17:51:50 | -28,800 | cbb6e68d33d3cab380d7b2d98f32e6ae3df77200 | refactor: check peers is_banned without query db | [
{
"change_type": "MODIFY",
"diff": "@@ -200,8 +200,13 @@ impl NetworkState {\npeer_id: &PeerId,\ntimeout: Duration,\n) {\n+ {\n+ let peers_registry = self.peers_registry.peers_guard().read();\n+ if let Some(peer) = peers_registry.get(peer_id) {\n+ self.peer_store.ban_addr(&peer.connected_addr, timeout);\n+ ... | Rust | MIT License | nervosnetwork/ckb | refactor: check peers is_banned without query db | 1 | refactor | null |
217,922 | 18.04.2019 17:58:58 | -7,200 | 320051ee71dfb6409cc55ff60064531ff39ac3b5 | chore(release): 5.2.13 | [
{
"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.13\"></a>\n+## [5.2.13](https://github.com/Supamiu/ffxiv-teamcraft/compare/v5.2.1... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 5.2.13 | 1 | chore | release |
815,601 | 18.04.2019 18:19:28 | -28,800 | 9775b66caef635698deb8386539df54bee81a272 | fix: verify genesis | [
{
"change_type": "MODIFY",
"diff": "@@ -324,6 +324,7 @@ dependencies = [\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\"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"crossbeam-channel 0.3.8 (registry+https://gith... | Rust | MIT License | nervosnetwork/ckb | fix: verify genesis | 1 | fix | null |
815,601 | 18.04.2019 21:49:02 | -28,800 | d9b9a8ea1960e0866529a809666c2d7b67b86089 | fix: skip verify valid since on null outpoint | [
{
"change_type": "MODIFY",
"diff": "@@ -40,7 +40,7 @@ pub enum CellStatus {\n}\nimpl CellStatus {\n- pub fn null() -> CellStatus {\n+ pub fn live_null() -> CellStatus {\nCellStatus::Live(LiveCell::Null)\n}\n",
"new_path": "core/src/cell.rs",
"old_path": "core/src/cell.rs"
},
{
"change_type":... | Rust | MIT License | nervosnetwork/ckb | fix: skip verify valid since on null outpoint | 1 | fix | null |
273,683 | 18.04.2019 23:44:23 | -7,200 | 03484d88869384656f217f0b31157858f12f5e53 | test(e2e): add files for plugin test | [
{
"change_type": "ADD",
"diff": "+import './test-es6-1'\n+import './test-es6-2'\n+\n+export default function (Vue, options, { head }) {\n+ head.meta.push({\n+ name: 'og:title',\n+ content: options.ogTitle\n+ })\n+}\n",
"new_path": "gridsome/lib/__tests__/__fixtures__/project-basic/node_modules/plugin/gr... | JavaScript | MIT License | gridsome/gridsome | test(e2e): add files for plugin test | 1 | test | e2e |
815,609 | 18.04.2019 23:48:41 | -28,800 | acfa705605f5ebe8a177f609c593260375459674 | fix: incorrect occupied capacity computation for `Script` | [
{
"change_type": "MODIFY",
"diff": "@@ -417,6 +417,7 @@ dependencies = [\n\"numext-fixed-hash 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"numext-fixed-uint 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"occupied-capacity 0.9.0-pre\",\n+ \"occupied-capacity-derive... | Rust | MIT License | nervosnetwork/ckb | fix: incorrect occupied capacity computation for `Script` | 1 | fix | null |
273,745 | 19.04.2019 00:39:50 | -7,200 | 0a27c573efaacc5ea3b6759e5ed5521def74c048 | chore: fix typos in README.md [ci skip] | [
{
"change_type": "MODIFY",
"diff": "@@ -31,7 +31,7 @@ Gridsome is a <a href=\"//vuejs.org\">Vue-powered</a> static site generator for bu\n> This project is under active development. Any feedback or contributions would be appreciated.\n### Enjoy a modern development stack\n-Build websites with modern tools l... | JavaScript | MIT License | gridsome/gridsome | chore: fix typos in README.md [ci skip] (#368) | 1 | chore | null |
447,440 | 19.04.2019 01:39:29 | 18,000 | 421ccf7fba35009871d7c29d5712a7ee60af56a9 | docs: fix chip example | [
{
"change_type": "MODIFY",
"diff": "<Chip\nclassName=\"rainbow-m-horizontal_medium\"\nlabel=\"Chip base\"\n- onDelete />\n+ onDelete={() => alert('Delete Chip!')} />\n<Chip\nclassName=\"rainbow-m-horizontal_medium\"\nlabel=\"Chip Neutral\"\nvariant=\"neutral\"\n- onDelete />\n+ onDelete={() => alert('Delete... | JavaScript | MIT License | nexxtway/react-rainbow | docs: fix chip example (#675) | 1 | docs | null |
217,922 | 19.04.2019 09:09:36 | -7,200 | e21ef569837b356e032a690d792e29d19500bb55 | feat(settings): added a setting to always show all alarms no matter how much are available | [
{
"change_type": "MODIFY",
"diff": "[(ngModel)]=\"settings.noPanelBorders\">{{'SETTINGS.no_panel_borders' | translate}}</label>\n</nz-form-control>\n</nz-form-item>\n+ <nz-form-item class=\"empty-label\">\n+ <nz-form-label [nzSpan]=\"5\"></nz-form-label>\n+ <nz-form-control [nzSpan]=\"12\">\n+ <label nz-che... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(settings): added a setting to always show all alarms no matter how much are available | 1 | feat | settings |
217,922 | 19.04.2019 09:31:36 | -7,200 | 5ef3b78e892c783b74628f7469501387421cc1d0 | feat(alarms): alarms buttons inside list details are now sorted by spawn hour | [
{
"change_type": "MODIFY",
"diff": "@@ -7,6 +7,7 @@ import { IpcService } from '../../core/electron/ipc.service';\nexport class SettingsService {\npublic themeChange$ = new Subject<{ previous: Theme, next: Theme }>();\n+ public settingsChange$ = new Subject<void>();\nprivate cache: { [id: string]: string };... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(alarms): alarms buttons inside list details are now sorted by spawn hour | 1 | feat | alarms |
217,922 | 19.04.2019 10:30:39 | -7,200 | d7e4cbebb3ed3eb1cb5cfe8328243110253c4e8b | feat(reduction): added integrated timers to reduction details popup | [
{
"change_type": "MODIFY",
"diff": "</i>\n</span>\n</div>\n+ <ng-container *ngIf=\"node.time !== undefined || node.weathers !== undefined\">\n+ <div *ngIf=\"(generateAlarm(node) | alarmDisplay | async) as alarm\" [class.spawned-timer]=\"alarm.spawned\"\n+ [class.played-timer]=\"alarm.played\">\n+ {{ (alarm.... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(reduction): added integrated timers to reduction details popup | 1 | feat | reduction |
217,922 | 19.04.2019 13:55:19 | -7,200 | af6a5871425f3c5e2837cbc2b3446627440886f0 | fix(fishing): fixed an issue with some fishes' details popup inside list | [
{
"change_type": "MODIFY",
"diff": "@@ -22,10 +22,11 @@ export class GatheredByComponent extends ItemDetailsPopup {\npublic generateAlarm(node: StoredNode): Partial<Alarm> {\n- const alarm: any = {\n+ const alarm: Partial<Alarm> = {\nduration: node.uptime / 60,\nzoneId: node.zoneid,\nareaId: node.areaid,\n+... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(fishing): fixed an issue with some fishes' details popup inside list | 1 | fix | fishing |
104,818 | 19.04.2019 14:21:47 | -7,200 | 982482c8baa5ab1fd27050f2c56eced1d0c73960 | fix(wizardinline): feedback from luke that it should stay a fixed size | [
{
"change_type": "MODIFY",
"diff": "@@ -24,6 +24,7 @@ const StyledWizardWrapper = styled.div`\n.bx--modal-container {\nmin-width: 630px;\nmax-width: 90%;\n+ width: 90%;\nmargin-top: 24px;\npadding-top: 32px;\npadding-bottom: 72px;\n",
"new_path": "src/components/WizardInline/WizardInline.jsx",
"old_... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(wizardinline): feedback from luke that it should stay a fixed size | 1 | fix | wizardinline |
104,818 | 19.04.2019 14:38:17 | -7,200 | 219534018baf927b62a88a51232268cb30c1a7b8 | fix(pagehero): feedback on page styles from Luke | [
{
"change_type": "MODIFY",
"diff": "@@ -77,7 +77,7 @@ const StyledPageHero = styled.div`\n`;\nconst StyledPageHeroWrap = styled.div`\n- align-items: center;\n+ align-items: flex-start;\ndisplay: flex;\nmargin: 0 auto;\nwidth: 100%;\n",
"new_path": "src/components/Page/PageHero.jsx",
"old_path": "src... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(pagehero): feedback on page styles from Luke | 1 | fix | pagehero |
217,922 | 19.04.2019 15:05:28 | -7,200 | 8ff34f02b41ab6e52381bc03d8ece3b4104be07c | feat(list): added a button to input items as "obtained from external source" to improve tracking | [
{
"change_type": "MODIFY",
"diff": "@@ -97,7 +97,8 @@ export class SetItemDone implements Action {\nconstructor(public readonly itemId: number, public readonly itemIcon: number,\npublic readonly finalItem: boolean, public readonly doneDelta: number,\n- public readonly recipeId: string, public readonly total... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(list): added a button to input items as "obtained from external source" to improve tracking | 1 | feat | list |
217,922 | 19.04.2019 15:17:01 | -7,200 | b46c47a68678222cf3696dc0179406f17f6fc45b | feat(kr): added korean servers to the servers list when adding a character | [
{
"change_type": "MODIFY",
"diff": "</nz-form-label>\n<input type=\"text\" id=\"characterName\" nz-input [formControl]=\"characterName\">\n</nz-form-item>\n- <button nz-button nzType=\"primary\" (click)=\"setKoreanCharacter()\" *ngIf=\"selectedServer.value === 'Korean Server'\">\n+ <button nz-button nzType=... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(kr): added korean servers to the servers list when adding a character | 1 | feat | kr |
815,593 | 19.04.2019 15:45:06 | -32,400 | 00ebcbb04665dbda95ef7bd12d96a51bb83caf61 | test: sync call rpc | [
{
"change_type": "MODIFY",
"diff": "@@ -11,9 +11,11 @@ impl Spec for DepentTxInSameBlock {\ninfo!(\"Generate 2 tx in same block\");\nnode0.generate_block();\nlet tx_hash_0 = node0.generate_transaction();\n- let tx = node0.new_transaction(tx_hash_0.clone());\n- let tx_hash_1 = tx.hash().clone();\n- node0.rpc... | Rust | MIT License | nervosnetwork/ckb | test: sync call rpc | 1 | test | null |
791,704 | 19.04.2019 16:02:40 | 25,200 | 49e7a63ed286acc6640b06ff386ee208b2f1c878 | report: add badge to plugin score gauges | [
{
"change_type": "MODIFY",
"diff": "@@ -54,22 +54,20 @@ class CategoryRenderer {\n/**\n* @param {LH.ReportResult.AuditRef} audit\n- * @param {number} index\n* @return {Element}\n*/\n- renderAudit(audit, index) {\n+ renderAudit(audit) {\nconst tmpl = this.dom.cloneTemplate('#tmpl-lh-audit', this.templateCont... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report: add badge to plugin score gauges (#8307) | 1 | report | null |
217,922 | 19.04.2019 16:07:20 | -7,200 | 8a73a87a5d54b6bacbbcd79e00cee4df4517daed | feat(list): new setting to show remaining todo amount instead of total | [
{
"change_type": "MODIFY",
"diff": "[(ngModel)]=\"settings.showAllAlarms\">{{'SETTINGS.Show_all_alarms' | translate}}</label>\n</nz-form-control>\n</nz-form-item>\n+ <nz-form-item class=\"empty-label\">\n+ <nz-form-label [nzSpan]=\"5\"></nz-form-label>\n+ <nz-form-control [nzSpan]=\"12\">\n+ <label nz-check... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(list): new setting to show remaining todo amount instead of total | 1 | feat | list |
217,922 | 19.04.2019 16:19:50 | -7,200 | 968b6a07f49e159591ed4fcd30f992791a1b7871 | chore: small fix for pricing mode changes detection | [
{
"change_type": "MODIFY",
"diff": "{{'Back_to_list' | translate}}\n</button>\n- <label nz-checkbox [(ngModel)]=\"settings.expectToSellEverything\">\n+ <label nz-checkbox [(ngModel)]=\"settings.expectToSellEverything\" (ngModelChange)=\"updateCosts(list)\">\n{{'PRICING.Expect_to_sell_everything' | translate... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: small fix for pricing mode changes detection | 1 | chore | null |
815,601 | 19.04.2019 16:43:30 | -28,800 | 64da2b7e98fd914c6e4dd3a4a3ace8b434e4b19c | fix: miner deadlock | [
{
"change_type": "MODIFY",
"diff": "@@ -48,7 +48,8 @@ impl Miner {\n}\nfn mine(&self) -> Result<Option<(String, Block)>, Error> {\n- if let Some(template) = { self.current_work.lock().clone() } {\n+ let current_work = { self.current_work.lock().clone() };\n+ if let Some(template) = current_work {\nlet Block... | Rust | MIT License | nervosnetwork/ckb | fix: miner deadlock | 1 | fix | null |
815,601 | 19.04.2019 17:05:34 | -28,800 | d6a9ddff02d30c44202e4f2022e83c84eb3a01f2 | chore: dump error log | [
{
"change_type": "MODIFY",
"diff": "@@ -384,6 +384,8 @@ dependencies = [\n\"numext-fixed-hash 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"numext-fixed-uint 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"serde 1.0.90 (registry+https://github.com/rust-lang/crates.i... | Rust | MIT License | nervosnetwork/ckb | chore: dump error log | 1 | chore | null |
304,907 | 19.04.2019 17:15:40 | -7,200 | e131fcf46b9ee5a92f046de50f0e945b51f23a81 | test(lang): add tests for query | [
{
"change_type": "MODIFY",
"diff": "@@ -60,6 +60,18 @@ func TestFluxCompiler(t *testing.T) {\n}\n}\n+func TestCompilationError(t *testing.T) {\n+ program, err := lang.Compile(`illegal query`, time.Unix(0, 0))\n+ if err != nil {\n+ // This shouldn't happen, has the script should be evaluated at program Start... | Go | MIT License | influxdata/flux | test(lang): add tests for query (#1153) | 1 | test | lang |
217,922 | 19.04.2019 17:32:25 | -7,200 | c2b262924343ba44bf2972dcd60fc9691334ff55 | chore: display change for settings and new notification sounds at 320kbps | [
{
"change_type": "MODIFY",
"diff": "[(ngModel)]=\"settings.showAllAlarms\">{{'SETTINGS.Show_all_alarms' | translate}}</label>\n</nz-form-control>\n</nz-form-item>\n- <nz-form-item class=\"empty-label\">\n- <nz-form-label [nzSpan]=\"5\"></nz-form-label>\n+ <nz-form-item>\n+ <nz-form-label [nzSpan]=\"5\">{{'S... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: display change for settings and new notification sounds at 320kbps | 1 | chore | null |
217,922 | 19.04.2019 17:41:53 | -7,200 | cec4b27835682d8c721d79753ad1dab73ae89a7c | chore(release): 5.2.14 | [
{
"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.14\"></a>\n+## [5.2.14](https://github.com/Supamiu/ffxiv-teamcraft/compare/v5.2.1... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 5.2.14 | 1 | chore | release |
304,866 | 19.04.2019 17:54:49 | 25,200 | c418612488545ac62595a5755e622ab6c3fe1106 | fix(control): enforce memory and concurrency limits in controller | [
{
"change_type": "MODIFY",
"diff": "@@ -42,7 +42,10 @@ func execute(cmd *cobra.Command, args []string) error {\nQuery: script,\n}\n- querier := NewQuerier()\n+ querier, err := NewQuerier()\n+ if err != nil {\n+ return err\n+ }\nresult, err := querier.Query(context.Background(), c)\nif err != nil {\nreturn e... | Go | MIT License | influxdata/flux | fix(control): enforce memory and concurrency limits in controller | 1 | fix | control |
304,907 | 19.04.2019 19:01:40 | -7,200 | d9a162a503a90057f50c7b81ec36d7f873d18f28 | fix(ast): format conditional expression | [
{
"change_type": "MODIFY",
"diff": "@@ -458,10 +458,11 @@ func (f *formatter) formatPipeExpression(n *PipeExpression) {\n}\nfunc (f *formatter) formatConditionalExpression(n *ConditionalExpression) {\n+ f.writeString(\"if \")\nf.formatNode(n.Test)\n- f.writeString(\" ? \")\n+ f.writeString(\" then \")\nf.fo... | Go | MIT License | influxdata/flux | fix(ast): format conditional expression (#1188) | 1 | fix | ast |
815,590 | 19.04.2019 19:32:07 | -28,800 | 857083e9516b03b1d266712605da20e1fe07a4fe | fix: check cellbase immature in tx_pool | [
{
"change_type": "MODIFY",
"diff": "+use ckb_core::transaction::Transaction as CoreTransaction;\nuse ckb_network::NetworkController;\n-use jsonrpc_core::Result;\n+use ckb_shared::shared::Shared;\n+use ckb_shared::store::ChainStore;\n+use jsonrpc_core::{Error, Result};\nuse jsonrpc_derive::rpc;\n+use jsonrpc... | Rust | MIT License | nervosnetwork/ckb | fix: check cellbase immature in tx_pool | 1 | fix | null |
531,793 | 19.04.2019 21:09:37 | -3,600 | ebde58a281057a3e6d78fc9202b0c22784fd267b | feat(ui): add colored second display style for titlebar
This enables second mode for titlebar styling - enabling it will cause the background to be set to the same color as the alerts, but only if all alerts in a group are in the same state. | [
{
"change_type": "MODIFY",
"diff": "@@ -13,6 +13,7 @@ const StateLabelClassMap = Object.freeze({\nsuppressed: \"badge-success components-label-dark\",\nunprocessed: \"badge-secondary components-label-bright\"\n});\n+\n// same but for borders\nconst BorderClassMap = Object.freeze({\nactive: \"border-danger\"... | TypeScript | Apache License 2.0 | prymitive/karma | feat(ui): add colored second display style for titlebar
This enables second mode for titlebar styling - enabling it will cause the background to be set to the same color as the alerts, but only if all alerts in a group are in the same state. | 1 | feat | ui |
531,793 | 19.04.2019 22:48:43 | -3,600 | 4b37c209faab3fbd0b6281e10a7469e0856126df | fix(ui): correctly set card background color
Cards only need color definition once, on the top level element | [
{
"change_type": "MODIFY",
"diff": "exports[`<GroupFooter /> matches snapshot 1`] = `\n\"\n-<div class=\\\\\"card-footer px-2 py-1\\\\\">\n+<div class=\\\\\"card-footer bg-card-footer-default px-2 py-1\\\\\">\n<div class=\\\\\"mb-1\\\\\">\n<div class\nstyle=\\\\\"display: inline;\\\\\"\n@@ -145,7 +145,7 @@ ... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): correctly set card background color
Cards only need color definition once, on the top level element | 1 | fix | ui |
447,451 | 20.04.2019 00:40:16 | 14,400 | 57c854f35cc5a104e54ad88e74f4d1cca1cdfe91 | fix: change hideCheckboxColumn to showCheckboxColumn | [
{
"change_type": "MODIFY",
"diff": "@@ -45,9 +45,9 @@ describe('<Table />', () => {\nexpect(header.text()).toBe('Name');\nexpect(cell.text()).toBe('a');\n});\n- it('should add a column when hideCheckboxColumn is passed', () => {\n+ it('should add a column when showCheckboxColumn is not passed', () => {\ncon... | JavaScript | MIT License | nexxtway/react-rainbow | fix: change hideCheckboxColumn to showCheckboxColumn (#683) | 1 | fix | null |
722,036 | 20.04.2019 08:36:41 | 25,200 | 25d278052f1a491161fd84949feb7b781c589768 | docs: fix broken link to view editorConfig option | [
{
"change_type": "MODIFY",
"diff": "@@ -177,7 +177,7 @@ module.exports = {\n#### `editorConfig`\n-Type: `Object`, default: [scripts/schemas/config.js](https://github.com/vue-styleguidist/vue-styleguidist/tree/master/scripts/schemas/config.js#L96)\n+Type: `Object`, default: [scripts/schemas/config.js](https:... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | docs: fix broken link to view editorConfig option (#380) | 1 | docs | null |
722,013 | 20.04.2019 10:49:23 | 18,000 | 27bbec5abb4f0d6d3d732792065afe417a20b180 | docs: explain theme configuration scope
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -544,6 +544,8 @@ Customize style guide UI fonts, colors, etc.\nSee example in the [cookbook](Cookbook.md#how-to-change-styles-of-a-style-guide).\n+> **Note:** This theme will only apply to styleguidist components. The side menu, the section titles, the prop definitions... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | docs: explain theme configuration scope
closes #381 | 1 | docs | null |
531,793 | 20.04.2019 11:21:27 | -3,600 | 5db2f971f2e68c13526b1c286ed28ad778d4dde9 | fix(ui): limit annotation width to the parent width | [
{
"change_type": "MODIFY",
"diff": "@@ -10,7 +10,7 @@ exports[`<Alert /> matches snapshot when inhibited 1`] = `\naria-describedby=\\\\\"tippy-tooltip-5\\\\\"\ndata-original-title=\\\\\"Click the icon to hide annotation value\\\\\"\n>\n- <div class=\\\\\"mr-1 mb-1 p-1 bg-light d-inline-block rounded compone... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): limit annotation width to the parent width | 1 | fix | ui |
447,440 | 20.04.2019 14:24:15 | 18,000 | 58d0a57941302e1a0b7c4a965ee2f6f9424f3e66 | fix: fix import component | [
{
"change_type": "MODIFY",
"diff": "@@ -11,9 +11,9 @@ export default function CustomPathline(props) {\n<div className=\"rainbow-flex rainbow-align_center\">\n<span>\n<span className=\"react-rainbow-text-color-violet\">import </span>\n- <span className=\"react-rainbow-text-color-gray\">{name}</span>\n+ <span... | JavaScript | MIT License | nexxtway/react-rainbow | fix: fix import component (#684) | 1 | fix | null |
815,601 | 20.04.2019 16:44:33 | -28,800 | fb5da5708585497b89de7c4265c40b5375562ed4 | fix: transaction dep status check | [
{
"change_type": "MODIFY",
"diff": "@@ -193,10 +193,10 @@ pub fn resolve_transaction<CP: CellProvider>(\n.dep_pts()\n.iter()\n.map(|dep| {\n- if seen_inputs.insert(dep.clone()) {\n- cell_provider.get_cell_status(dep)\n- } else {\n+ if seen_inputs.contains(dep) {\nCellStatus::Dead\n+ } else {\n+ cell_provide... | Rust | MIT License | nervosnetwork/ckb | fix: transaction dep status check | 1 | fix | null |
815,601 | 20.04.2019 17:17:44 | -28,800 | e3213966e964a1f6dad6bcac50d3306a5aa23d55 | fix: mute incorrect lint | [
{
"change_type": "MODIFY",
"diff": "@@ -4,9 +4,9 @@ use crate::tx_pool::{PoolEntry, PoolError, StagingTxResult, TxPool, TxPoolConfig\nuse crate::tx_proposal_table::TxProposalTable;\nuse ckb_chain_spec::consensus::{Consensus, ProposalWindow};\nuse ckb_core::block::Block;\n-use ckb_core::cell::{\n- resolve_tr... | Rust | MIT License | nervosnetwork/ckb | fix: mute incorrect lint | 1 | fix | null |
815,590 | 20.04.2019 18:36:26 | -28,800 | 74ea0791166dde620ce27fcba713c2250cecb06a | feat: get_peers return is_outbound | [
{
"change_type": "MODIFY",
"diff": "@@ -25,6 +25,7 @@ impl NetworkRpc for NetworkRpcImpl {\nfn local_node_info(&self) -> Result<Node> {\nOk(Node {\nversion: get_version!().to_string(),\n+ is_outbound: None,\nnode_id: self.network_controller.node_id(),\naddresses: self\n.network_controller\n@@ -40,6 +41,7 @@... | Rust | MIT License | nervosnetwork/ckb | feat: get_peers return is_outbound | 1 | feat | null |
815,745 | 20.04.2019 19:22:17 | -10,800 | b6c85351f96d7ff549b6799c0263e298152ec9c9 | feat: proper ant design theme | [
{
"change_type": "MODIFY",
"diff": "@@ -29,7 +29,7 @@ import { delay } from 'rxjs/operators';\n</div>\n<div class=\"form-group col-md-6\">\n<label for=\"heroId\">Basic select</label>\n- <ng-select [searchable]=\"false\" labelForId=\"heroId\" formControlName=\"heroId\">\n+ <ng-select [searchable]=\"false\" [... | TypeScript | MIT License | ng-select/ng-select | feat: proper ant design theme | 1 | feat | null |
67,494 | 20.04.2019 19:43:15 | -7,200 | 7350e0cee8479a167eba1104faac2e58e35fb680 | feat(router): check entry before replace in cancel | [
{
"change_type": "MODIFY",
"diff": "@@ -129,7 +129,8 @@ export class App {\nif (this.verifyLogin()) {\nreturn true;\n}\n- this.state.loginReturnTo = this.router.instructionResolver.stringifyViewportInstructions(instructions);\n+ this.state.loginReturnTo.push(this.router.instructionResolver.stringifyViewport... | TypeScript | MIT License | aurelia/aurelia | feat(router): check entry before replace in cancel | 1 | feat | router |
815,745 | 20.04.2019 19:53:02 | -10,800 | 5c5050db62d5bcfc8c28b99e9320ed9f4234f6d0 | chore(release): 2.18.0 | [
{
"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=\"2.18.0\"></a>\n+# [2.18.0](https://github.com/ng-select/ng-select/compare/v2.17.0...v... | TypeScript | MIT License | ng-select/ng-select | chore(release): 2.18.0 | 1 | chore | release |
815,573 | 20.04.2019 20:46:39 | -28,800 | c1d7d4185d6259bc3063ebc0f1c3995bdee53299 | chore: Remove massive debug log in chain | [
{
"change_type": "MODIFY",
"diff": "@@ -545,20 +545,6 @@ impl<CS: ChainStore + 'static> ChainService<CS> {\n}\ndebug!(target: \"chain\", \"}}\");\n-\n- // TODO: remove me when block explorer is available\n- debug!(target: \"chain\", \"Uncle block {{\");\n- for (index, uncle) in self\n- .shared\n- .block_has... | Rust | MIT License | nervosnetwork/ckb | chore: Remove massive debug log in chain | 1 | chore | null |
531,793 | 21.04.2019 09:45:15 | -3,600 | 24e3c904ce4ccc061da354a6de8acd911281e922 | fix(backend): correct the name of metric collector | [
{
"change_type": "MODIFY",
"diff": "@@ -9,7 +9,7 @@ type karmaCollector struct {\nerrorsTotal *prometheus.Desc\n}\n-func newkarmaCollector() *karmaCollector {\n+func newKarmaCollector() *karmaCollector {\nreturn &karmaCollector{\ncollectedAlerts: prometheus.NewDesc(\n\"karma_collected_alerts_count\",\n@@ -1... | TypeScript | Apache License 2.0 | prymitive/karma | fix(backend): correct the name of metric collector | 1 | fix | backend |
447,440 | 21.04.2019 12:37:52 | 18,000 | 1170b28ab9c4c55f2d84e600a6a00dcdd1de6d6c | fix: fix some typo | [
{
"change_type": "MODIFY",
"diff": "@@ -10,7 +10,7 @@ document.addEventListener = jest.fn((event, cb) => {\nconst preventDefault = jest.fn();\ndescribe('<Header />', () => {\n- it('should set the right class names in th element when sortable, isSelected, and is resizable are passed', () => {\n+ it('should s... | JavaScript | MIT License | nexxtway/react-rainbow | fix: fix some typo (#687) | 1 | fix | null |
217,922 | 21.04.2019 13:20:00 | -7,200 | dcda1530e03d6721f2df7c860e74e9c3bbd4e21f | fix(auth): fixed an issue with some accounts missing defaultLodestoneId | [
{
"change_type": "MODIFY",
"diff": "@@ -87,7 +87,7 @@ export function authReducer(state = initialState, action: AuthActions): AuthStat\n}\ncase AuthActionTypes.SaveSet: {\n- const lodestoneId = state.user.lodestoneIds.find(entry => entry.id === state.user.defaultLodestoneId);\n+ const lodestoneId = state.us... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(auth): fixed an issue with some accounts missing defaultLodestoneId | 1 | fix | auth |
217,922 | 21.04.2019 13:46:33 | -7,200 | 98b0f81e85face3c367cac80e1c5c8a3ec15395c | feat(reduction): added node data (including FSH) to reduction dialog box | [
{
"change_type": "MODIFY",
"diff": "@@ -2,6 +2,11 @@ import { Injectable } from '@angular/core';\nimport { LocalizedDataService } from './localized-data.service';\nimport { reductions } from './sources/reductions';\nimport * as nodePositions from '../../core/data/sources/node-positions.json';\n+import { fol... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(reduction): added node data (including FSH) to reduction dialog box | 1 | feat | reduction |
217,922 | 21.04.2019 13:51:07 | -7,200 | fb7f0aebd3c0a64e2282e68e39f683b4237d4f92 | fix(desktop): fixed an issue for window show event when you only have overlay | [
{
"change_type": "MODIFY",
"diff": "@@ -188,9 +188,15 @@ function createTray() {\nconst trayIcon = nativeIcon.resize({ width: 16, height: 16 });\ntray = new Tray(trayIcon);\ntray.on('balloon-click', () => {\n+ if (win === null) {\n+ createWindow();\n+ }\n!win.isVisible() ? win.show() : null;\n});\ntray.on('... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(desktop): fixed an issue for window show event when you only have overlay | 1 | fix | desktop |
217,922 | 21.04.2019 14:02:21 | -7,200 | 843889b13fb267030c92920c97027b184ebe592e | fix(overlay): fixed extra blank space in alarm overlay | [
{
"change_type": "MODIFY",
"diff": "<nz-switch [(ngModel)]=\"settings.alarmsMuted\"></nz-switch>\n<div>{{'Mute_alarms' | translate}} </div>\n</div>\n- <div class=\"alarms-container\" *ngIf=\"alarms$ | async as alarms\">\n+ <div class=\"alarms-container\" [class.sidebar]=\"!overlayMode\" *ngIf=\"alarms$ | as... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(overlay): fixed extra blank space in alarm overlay | 1 | fix | overlay |
217,922 | 21.04.2019 14:54:14 | -7,200 | cb235f5b1bb68599f31e6f775354ddf9751e2f82 | chore(release): 5.2.15 | [
{
"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.15\"></a>\n+## [5.2.15](https://github.com/Supamiu/ffxiv-teamcraft/compare/v5.2.1... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 5.2.15 | 1 | chore | release |
217,922 | 21.04.2019 14:56:30 | -7,200 | 8ba787c1f54ae89e735fd4d133792ae46c61b2b5 | chore: small change for meta description field | [
{
"change_type": "MODIFY",
"diff": "<html xmlns:og=\"http://ogp.me/ns#\">\n<head>\n<title>FFXIV Teamcraft</title>\n- <meta name=\"description\" content=\"Create crafting lists and collaborate with others, set gathering alarms, simulate crafting rotations, and more...\"/>\n+ <meta name=\"description\" conten... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: small change for meta description field | 1 | chore | null |
722,013 | 21.04.2019 15:57:44 | 18,000 | 57fe062957f0d8247661bed7dcc1c6d5ca2f4693 | refactor: mulualize isSFC function | [
{
"change_type": "MODIFY",
"diff": "@@ -13,7 +13,7 @@ const expandDefaultComponent = require('react-styleguidist/lib/loaders/utils/exp\nconst getImports = require('react-styleguidist/lib/loaders/utils/getImports').default\nconst requireIt = require('react-styleguidist/lib/loaders/utils/requireIt')\nconst ge... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | refactor: mulualize isSFC function | 1 | refactor | null |
722,013 | 21.04.2019 16:09:35 | 18,000 | 9c570477fc99bac91a90d13e4981de331fb102c9 | build: repair compile:watch script
add same ignores as in the main compile | [
{
"change_type": "MODIFY",
"diff": "\"start:empty\": \"node bin/styleguidist.js server\",\n\"lint\": \"eslint . --cache --fix --ext .ts,.js --cache-location node_modules/.eslint_cache/\",\n\"compile\": \"lerna run compile\",\n- \"compile:vsg\": \"babel --ignore '*.spec.js' -d packages/vue-styleguidist/lib/ ... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | build: repair compile:watch script
add same ignores as in the main compile | 1 | build | null |
722,013 | 21.04.2019 16:09:51 | 18,000 | d9ad2305a3a8b6ebf48186febe6abbcba9e66a75 | test: remove broken button | [
{
"change_type": "DELETE",
"diff": "-<template>\n- <button class=\"button\">\n- <slot/>\n- </button>\n-</template>\n-\n-<script>\n-/**\n- * The broken button.\n- */\n-export default {}\n-</script>\n",
"new_path": null,
"old_path": "examples/basic/src/components/broken/Broken.vue"
},
{
"chang... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | test: remove broken button | 1 | test | null |
722,013 | 21.04.2019 16:11:24 | 18,000 | b3ab76d77276e401d2caf7e8e2769702b6cc333d | test: fix isSCF tests | [
{
"change_type": "MODIFY",
"diff": "-import isCodeVueSfc from '../isCodeVueSfc'\n+import { isCodeVueSfc } from '../isCodeVueSfc'\ndescribe('isCodeVueSfc', () => {\nit('should return true if there is a script tag', () => {\n",
"new_path": "packages/vue-styleguidist/loaders/utils/__tests__/isCodeVueSfc.js... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | test: fix isSCF tests | 1 | test | null |
722,013 | 21.04.2019 16:13:36 | 18,000 | 17ee70a6dec187bc6e9451564fbe95244cb582c5 | style: avoid prettier comflict with eslint | [
{
"change_type": "MODIFY",
"diff": "@@ -22,7 +22,7 @@ async function onerror(err) {\nprocess.exit(1)\n}\n-;(async () => {\n+const launchPuppeteer = async () => {\nbrowser = await puppeteer.launch({ args: ['--no-sandbox', '--disable-setuid-sandbox'] })\nconst page = await browser.newPage()\nawait page.setVie... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | style: avoid prettier comflict with eslint | 1 | style | null |
815,593 | 21.04.2019 16:38:29 | -32,400 | a7c27df3b8b2f7d0216b9ad0b27085d1fd1f4232 | refactor: CellProvider | [
{
"change_type": "MODIFY",
"diff": "use ckb_chain_spec::consensus::Consensus;\nuse ckb_core::block::Block;\n-use ckb_core::cell::{\n- resolve_transaction, BlockCellProvider, OverlayCellProvider, ResolvedTransaction,\n-};\n+use ckb_core::cell::{BlockCellProvider, CellProvider, OverlayCellProvider, ResolvedTr... | Rust | MIT License | nervosnetwork/ckb | refactor: CellProvider | 1 | refactor | null |
815,601 | 22.04.2019 10:41:17 | -28,800 | 12fe3b998759cb332eb5d157f06b7134f94b3252 | fix: get cell status | [
{
"change_type": "MODIFY",
"diff": "@@ -255,8 +255,9 @@ impl<CS: ChainStore + 'static> ChainService<CS> {\n);\nself.find_fork(&mut fork, tip_number, &block, ext);\n- cell_set_diff = self.reconcile_main_chain(&mut batch, &mut fork, &mut chain_state)?;\nself.update_index(&mut batch, &fork.detached_blocks, &fo... | Rust | MIT License | nervosnetwork/ckb | fix: get cell status | 1 | fix | null |
815,598 | 22.04.2019 10:51:42 | -28,800 | a0fa500c1d8b9f405411a4f5b47d640fdbd9221a | chore: CHANGELOG for v0.9.0 | [
{
"change_type": "MODIFY",
"diff": "@@ -2,6 +2,76 @@ All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+# [v0.9.0](https://github.com/nervosnetwork/ckb/compare/v0.8.0...v0.9.0) (2019-04-22)\n+\n+### Bug F... | Rust | MIT License | nervosnetwork/ckb | chore: CHANGELOG for v0.9.0 | 1 | chore | null |
815,573 | 22.04.2019 10:56:54 | -28,800 | 4db64e452a1d46fbc520d1fe95d5d80ce3222ba7 | fix: tests and clippy | [
{
"change_type": "MODIFY",
"diff": "@@ -4,9 +4,9 @@ use crate::tx_pool::{PoolEntry, PoolError, StagingTxResult, TxPool, TxPoolConfig\nuse crate::tx_proposal_table::TxProposalTable;\nuse ckb_chain_spec::consensus::{Consensus, ProposalWindow};\nuse ckb_core::block::Block;\n-use ckb_core::cell::{\n- resolve_tr... | Rust | MIT License | nervosnetwork/ckb | fix: tests and clippy | 1 | fix | null |
503,951 | 22.04.2019 11:07:50 | 14,400 | a39804293eb3f4a7e28dcab5265620aff676177e | feat(card): adds card is-hoverable modifier prop | [
{
"change_type": "MODIFY",
"diff": "@@ -2,6 +2,7 @@ import { FunctionComponent, HTMLProps, ReactType } from 'react';\nexport interface CardProps extends HTMLProps<HTMLDivElement> {\ncomponent?: ReactType<CardProps>;\n+ isHoverable?: boolean;\n}\ndeclare const Card: FunctionComponent<CardProps>;\n",
"new... | TypeScript | MIT License | patternfly/patternfly-react | feat(card): adds card is-hoverable modifier prop (#1812) | 1 | feat | card |
722,036 | 22.04.2019 11:42:04 | 25,200 | 794d186391120925aaec4ee1b55888d07e79a470 | docs: fix DefaultExample.md link in docs | [
{
"change_type": "MODIFY",
"diff": "@@ -152,7 +152,7 @@ module.exports = {\nType: `Boolean` or `String`, default: `false`\n-For components that do not have an example, a default one can be used. When set to `true`, the [DefaultExample.md](https://github.com/vue-styleguidist/vue-styleguidist/blob/master/scri... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | docs: fix DefaultExample.md link in docs (#388) | 1 | docs | null |
791,834 | 22.04.2019 12:41:28 | 25,200 | b4d9107263db043e6f776892571e4b9575c78a42 | cli: document that CSV is output to file | [
{
"change_type": "MODIFY",
"diff": "@@ -114,7 +114,7 @@ function getFlags(manualArgv) {\n'output': `Reporter for the results, supports multiple values`,\n'output-path': `The file path to output the results. Use 'stdout' to write to stdout.\nIf using JSON output, default is stdout.\n- If using HTML output, d... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | cli: document that CSV is output to file (#8520) | 1 | cli | null |
217,922 | 22.04.2019 13:13:02 | -7,200 | 31c00f0ea1a231bee82d2507b26b6f619d42b3f5 | fix(log-tracker): fixed a display issue with first selected tab | [
{
"change_type": "MODIFY",
"diff": "</nz-tab>\n<nz-tab [nzTitle]=\"'MIN/BTN' | translate\">\n<nz-tabset nzSize=\"small\" nzAnimated=\"false\"\n+ [nzSelectedIndex]=\"dolSelectedPage\"\n(nzSelectedIndexChange)=\"dolSelectedPage = dolTabs[$event][0].id\">\n<nz-tab *ngFor=\"let tab of dolTabs; let index = index... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(log-tracker): fixed a display issue with first selected tab | 1 | fix | log-tracker |
815,590 | 22.04.2019 13:19:23 | -28,800 | f26ddc01a6cde5e6cf6776ca2ea296476e985811 | chore: enable overflow-checks build flag on release mode | [
{
"change_type": "MODIFY",
"diff": "@@ -10,7 +10,7 @@ integration:\ncd test && cargo run ../target/debug/ckb\nintegration-release:\n- cargo build ${VERBOSE} --release\n+ RUSTFLAGS=\"-C overflow-checks=on\" cargo build ${VERBOSE} --release\ncd test && cargo run --release -- ../target/release/ckb\ndoc:\n@@ -2... | Rust | MIT License | nervosnetwork/ckb | chore: enable overflow-checks build flag on release mode | 1 | chore | null |
104,818 | 22.04.2019 14:06:22 | -7,200 | 70e004a4e744caab81a1f08de7bfec46a9ff37ee | feat(tilecatalog): page of pages option | [
{
"change_type": "MODIFY",
"diff": "@@ -55,6 +55,8 @@ const propTypes = {\npage: PropTypes.number.isRequired,\n/** The maximum page number that can be navigated to */\nmaxPage: PropTypes.number.isRequired,\n+ /** Gets called back with arguments (page, maxPage) */\n+ pageOfPagesText: PropTypes.func,\n/** Int... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(tilecatalog): page of pages option | 1 | feat | tilecatalog |
503,965 | 22.04.2019 15:04:25 | 14,400 | 2caf8a5dff360f79e6ddf50edd27685094a961a8 | fix(clipboardcopy): fix docs | [
{
"change_type": "MODIFY",
"diff": "@@ -5,43 +5,31 @@ cssPrefix: 'pf-c-copyclipboard'\n---\n-## Clipboard Copy\n+import { ClipboardCopy, ClipboardCopyVariant } from '@patternfly/react-core';\n+## Clipboard Copy\n```js\nimport React from 'react';\nimport { ClipboardCopy } from '@patternfly/react-core';\n-cla... | TypeScript | MIT License | patternfly/patternfly-react | fix(clipboardcopy): fix docs (#1821) | 1 | fix | clipboardcopy |
447,451 | 22.04.2019 15:06:58 | 14,400 | 634538067749668ae45f010562d77c09a3e83152 | chore: change wdio config for reporters | [
{
"change_type": "MODIFY",
"diff": "@@ -8,6 +8,7 @@ exports.config = {\n// on a remote machine).\nrunner: 'local',\n//\n+ outputDir: `${__dirname}/junit-results`,\n// ==================\n// Specify Test Files\n// ==================\n@@ -137,10 +138,7 @@ exports.config = {\n// see also: https://webdriver.io/... | JavaScript | MIT License | nexxtway/react-rainbow | chore: change wdio config for reporters (#691) | 1 | chore | null |
104,818 | 22.04.2019 15:48:10 | -7,200 | 12e1d8df0c84c082b59d625d0871b544af33e945 | fix(tilecatalog): should page to the selected tile id | [
{
"change_type": "MODIFY",
"diff": "@@ -9,8 +9,21 @@ import TileCatalog, { propTypes } from './TileCatalog';\n* Paging and searching happens on local state within the component\n*/\n-const StatefulTileCatalog = ({ onSelection, pagination, search, tiles: tilesProp, ...props }) => {\n- const initialState = de... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(tilecatalog): should page to the selected tile id | 1 | fix | tilecatalog |
76,605 | 22.04.2019 18:44:17 | -7,200 | d84463e53aab7a86d7e0dbcdbc34b0e0d8277e14 | fix: Chinese words should be splitted (no whitespaces) | [
{
"change_type": "MODIFY",
"diff": "const Evaluator = require('../util/evaluator');\n/**\n- * Natural Language Generator Manger\n+ * Natural Language Generator Manager\n*/\nclass NlgManager {\n/**\n",
"new_path": "lib/nlg/nlg-manager.js",
"old_path": "lib/nlg/nlg-manager.js"
},
{
"change_typ... | JavaScript | MIT License | axa-group/nlp.js | fix: Chinese words should be splitted (no whitespaces) | 1 | fix | null |
531,793 | 22.04.2019 19:22:17 | -3,600 | f27849aed2c1976859b4a6e16a63ea382cb8b772 | fix(build): trigger build on any file change in the internal folder | [
{
"change_type": "MODIFY",
"diff": "@@ -12,7 +12,7 @@ PORT := 8080\n# based on http://blog.jgc.org/2011/07/gnu-make-recursive-wildcard-function.html\nrwildcard = $(foreach d, $(wildcard $1*), $(call rwildcard,$d/,$2) $(filter $(subst *,%,$2),$d))\n-SOURCES := $(wildcard *.go) $(wildcard */*.go) $(wildcard *... | TypeScript | Apache License 2.0 | prymitive/karma | fix(build): trigger build on any file change in the internal folder | 1 | fix | build |
531,793 | 22.04.2019 19:24:58 | -3,600 | 7b13499f2b867cd353d0cd62d55a752979c0e898 | fix(ui): use correct label for silence start time | [
{
"change_type": "MODIFY",
"diff": "@@ -175,7 +175,7 @@ exports[`<Silence /> matches snapshot with expaned details 1`] = `\n>\n</path>\n</svg>\n- Created\n+ Started\n<time datetime=\\\\\"946720800000\\\\\">\n5 hours ago\n</time>\n",
"new_path": "ui/src/Components/Grid/AlertGrid/AlertGroup/Silence/__snap... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): use correct label for silence start time | 1 | fix | ui |
815,601 | 22.04.2019 19:49:22 | -28,800 | ed2d4478970f9e57bd8eb1d79bac34968f8889bd | fix: fix ChainCellSetOverlay get cell panic | [
{
"change_type": "MODIFY",
"diff": "@@ -5,7 +5,7 @@ use ckb_core::cell::{\n};\nuse ckb_core::extras::BlockExt;\nuse ckb_core::service::{Request, DEFAULT_CHANNEL_SIZE, SIGNAL_CHANNEL_SIZE};\n-use ckb_core::transaction::ProposalShortId;\n+use ckb_core::transaction::{CellOutput, ProposalShortId};\nuse ckb_core... | Rust | MIT License | nervosnetwork/ckb | fix: fix ChainCellSetOverlay get cell panic | 1 | fix | null |
815,609 | 22.04.2019 19:58:21 | -28,800 | 8592185c5efc11913502cf87a425c25107a0c3d7 | refactor: rename the occupied capacity derive to fix naming conflict | [
{
"change_type": "MODIFY",
"diff": "@@ -419,7 +419,6 @@ dependencies = [\n\"numext-fixed-hash 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"numext-fixed-uint 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"occupied-capacity 0.11.0-pre\",\n- \"occupied-capacity-deriv... | Rust | MIT License | nervosnetwork/ckb | refactor: rename the occupied capacity derive to fix naming conflict | 1 | refactor | null |
217,922 | 22.04.2019 20:13:21 | -7,200 | cf67cd94dbc413844eeed9ae6bfdcc694e1c15c5 | chore(release): 5.2.16 | [
{
"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.16\"></a>\n+## [5.2.16](https://github.com/Supamiu/ffxiv-teamcraft/compare/v5.2.1... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 5.2.16 | 1 | chore | release |
815,609 | 22.04.2019 20:29:11 | -28,800 | 3bb7109d940de4afbe8a6c6bbafce20ddb6f6a8e | refactor: use the last 8 digits of capacity as the fractional part
BREAKING CHANGE:
The value of capacity is `10^8` times of the old value, since the last 8
digits of capacity are used as the fractional part. | [
{
"change_type": "MODIFY",
"diff": "@@ -1949,15 +1949,27 @@ dependencies = [\n[[package]]\nname = \"occupied-capacity\"\nversion = \"0.11.0-pre\"\n+dependencies = [\n+ \"occupied-capacity-core 0.11.0-pre\",\n+ \"occupied-capacity-macros 0.11.0-pre\",\n+ \"proc-macro-hack 0.5.4 (registry+https://github.com/r... | Rust | MIT License | nervosnetwork/ckb | refactor: use the last 8 digits of capacity as the fractional part
BREAKING CHANGE:
The value of capacity is `10^8` times of the old value, since the last 8
digits of capacity are used as the fractional part. | 1 | refactor | null |
815,609 | 22.04.2019 21:25:57 | -28,800 | 85f485426e3a30781ee6417acf355c78c891019d | refactor: apply the new capacity to all crates | [
{
"change_type": "MODIFY",
"diff": "@@ -657,7 +657,6 @@ dependencies = [\n\"lru-cache 0.1.0 (git+https://github.com/nervosnetwork/lru-cache)\",\n\"numext-fixed-hash 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"numext-fixed-uint 0.1.4 (registry+https://github.com/rust-lang/crates.io-in... | Rust | MIT License | nervosnetwork/ckb | refactor: apply the new capacity to all crates | 1 | refactor | null |
76,605 | 22.04.2019 22:27:47 | -7,200 | 584362bf4f2daa0afe0cb5de21f63acef22f838c | feat: Adding Action Manager | [
{
"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: Adding Action Manager | 1 | feat | null |
76,605 | 22.04.2019 22:28:12 | -7,200 | b871ac93f402d3293f06a33126c04cc94c74d92c | feat: Adding ActionManager to the index | [
{
"change_type": "MODIFY",
"diff": "@@ -31,7 +31,7 @@ const {\n} = require('./classifiers');\nconst { Language } = require('./language');\nconst { Mathops, Vector, Matrix } = require('./math');\n-const { NlgManager } = require('./nlg');\n+const { ActionManager, NlgManager } = require('./nlg');\nconst {\nBas... | JavaScript | MIT License | axa-group/nlp.js | feat: Adding ActionManager to the index | 1 | feat | null |
76,605 | 22.04.2019 22:28:36 | -7,200 | 75482c4c23b672e142c16f890010bbbcc145e3e5 | feat: Adding tests for Action Manager | [
{
"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: Adding tests for Action Manager | 1 | feat | null |
76,605 | 22.04.2019 22:29:00 | -7,200 | 20488638d72e0671ae98891ad621538cf4232afe | feat: Adding ActionManager to the NLP Manager | [
{
"change_type": "MODIFY",
"diff": "@@ -26,7 +26,7 @@ const Handlebars = require('handlebars');\nconst NluManager = require('../nlu/nlu-manager');\nconst NerManager = require('../ner/ner-manager');\nconst { SentimentManager } = require('../sentiment');\n-const NlgManager = require('../nlg/nlg-manager');\n+c... | JavaScript | MIT License | axa-group/nlp.js | feat: Adding ActionManager to the NLP Manager | 1 | feat | null |
76,605 | 22.04.2019 22:29:27 | -7,200 | da4cd88c2b4f16cf9d1ad93dee3d9173df18426c | feat: Adding tests for action manager in NLP Manager | [
{
"change_type": "MODIFY",
"diff": "@@ -905,6 +905,125 @@ describe('NLP Manager', () => {\n)\n);\n});\n+ test('If the intent has actions, then return the also the actions', async () => {\n+ const manager = new NlpManager({ languages: ['en'] });\n+ manager.addDocument('en', 'goodbye for now', 'greetings.bye'... | JavaScript | MIT License | axa-group/nlp.js | feat: Adding tests for action manager in NLP Manager | 1 | feat | null |
76,605 | 22.04.2019 22:29:55 | -7,200 | 999c7aaa41fcaf8b901cd5f183c8f37f550183c1 | fix: Fix NLP Util tests | [
{
"change_type": "MODIFY",
"diff": "@@ -294,9 +294,14 @@ describe('NLP Util', () => {\nexpect(NlpUtil.getCulture('ta')).toEqual('ta-in'); // tamil\nexpect(NlpUtil.getCulture('tr')).toEqual('tr-tr'); // turkish\nexpect(NlpUtil.getCulture('zh')).toEqual('zh-cn'); // Chinese\n+ expect(NlpUtil.getCulture('gl'))... | JavaScript | MIT License | axa-group/nlp.js | fix: Fix NLP Util tests | 1 | fix | null |
722,013 | 22.04.2019 22:35:25 | 18,000 | 1b0ddcad52555366307d768c1557b2c87ad55bd4 | fix: make and accepted | [
{
"change_type": "MODIFY",
"diff": "@@ -171,6 +171,48 @@ describe('methodHandler', () => {\n})\n})\n+ it('should allow description of args', () => {\n+ const src = `\n+ export default {\n+ name: 'name-123',\n+ methods: {\n+ /**\n+ * @public\n+ * @arg {string} p2 - multiplier\n+ */\n+ describedParams(p1, p2)... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix: make @arg and @argument accepted | 1 | fix | null |
722,013 | 22.04.2019 23:22:25 | 18,000 | 4f5c6cde1c02beb7bb124c7e00a46aaa26b1164a | fix(docgen): update method for unpassing tests | [
{
"change_type": "MODIFY",
"diff": "@@ -74,7 +74,7 @@ export function setMethodDescriptor(\ndescribeParams(\nmethod,\nmethodDescriptor,\n- jsDocTags.filter(tag => ['param', 'arg', 'argumnent'].indexOf(tag.title) >= 0)\n+ jsDocTags.filter(tag => ['param', 'arg', 'argument'].indexOf(tag.title) >= 0)\n)\n// re... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix(docgen): update method for unpassing tests | 1 | fix | docgen |
531,793 | 22.04.2019 23:38:02 | -3,600 | 809c6c6fab5b672e15c67760795fd65f7fd73613 | feat(ui): use api/v2 silence endpoints for alertmanager 0.16+ | [
{
"change_type": "MODIFY",
"diff": "\"react-tippy\": \"1.2.3\",\n\"react-transition-group\": \"4.0.0\",\n\"react-truncate\": \"2.4.0\",\n+ \"semver\": \"6.0.0\",\n\"whatwg-fetch\": \"3.0.0\"\n},\n\"scripts\": {\n",
"new_path": "ui/package.json",
"old_path": "ui/package.json"
},
{
"change_typ... | TypeScript | Apache License 2.0 | prymitive/karma | feat(ui): use api/v2 silence endpoints for alertmanager 0.16+ | 1 | feat | ui |
531,793 | 22.04.2019 23:38:33 | -3,600 | e2ad914b74f94fd85f7c75fac005bbc538c17c80 | fix(demo): don't crash generator if upstream isn't ready | [
{
"change_type": "MODIFY",
"diff": "@@ -47,7 +47,10 @@ def jsonGetRequest(uri):\ndef jsonPostRequest(uri, data):\nreq = urllib2.Request(uri)\nreq.add_header(\"Content-Type\", \"application/json\")\n+ try:\nresponse = urllib2.urlopen(req, json.dumps(data))\n+ except Exception as e:\n+ print(\"Request to '%s'... | TypeScript | Apache License 2.0 | prymitive/karma | fix(demo): don't crash generator if upstream isn't ready | 1 | fix | demo |
815,609 | 23.04.2019 01:33:14 | -28,800 | deee2c2266d2d62916643deb7f1856f4a0e26ad5 | ci: test if only `Capacity` was changed | [
{
"change_type": "MODIFY",
"diff": "-use serde_derive::{Deserialize, Serialize};\n+use serde;\nuse crate::OccupiedCapacity;\n// The inner is the amount of `Shannons`.\n-#[derive(\n- Debug, Clone, Copy, Default, Hash, PartialEq, Eq, PartialOrd, Ord, Serialize, Deserialize,\n-)]\n+#[derive(Debug, Clone, Copy,... | Rust | MIT License | nervosnetwork/ckb | ci: test if only `Capacity` was changed | 1 | ci | null |
815,609 | 23.04.2019 01:48:16 | -28,800 | 4e8cd4cf1ab0f53c9139cd0a309fa16a419175fa | ci: remove test code and update some hardcode hash in tests | [
{
"change_type": "MODIFY",
"diff": "@@ -440,11 +440,11 @@ mod test {\nassert_eq!(\nformat!(\"{:x}\", tx.hash()),\n- \"a896bfe8c8439305f099e1f07b47844ba0a5a27ec1e26ec25b236fa7e4831115\"\n+ \"a2cfcbc6b5f4d153ea90b6e203b14f7ab1ead6eab61450f88203e414a7e68c2c\"\n);\nassert_eq!(\nformat!(\"{:x}\", tx.witness_hash... | Rust | MIT License | nervosnetwork/ckb | ci: remove test code and update some hardcode hash in tests | 1 | ci | null |
815,609 | 23.04.2019 03:02:42 | -28,800 | 432256bea073a1c01c4a146bd3e23a10c6e99171 | fix: some tests about transactions are not deterministic | [
{
"change_type": "MODIFY",
"diff": "@@ -382,6 +382,7 @@ dependencies = [\n\"lru-cache 0.1.0 (git+https://github.com/nervosnetwork/lru-cache)\",\n\"numext-fixed-hash 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"numext-fixed-uint 0.1.4 (registry+https://github.com/rust-lang/crates.io-in... | Rust | MIT License | nervosnetwork/ckb | fix: some tests about transactions are not deterministic | 1 | fix | null |
304,866 | 23.04.2019 08:42:34 | 25,200 | 3c2660ee7ad42f064d1bbd63bd1e86c87c9ba8ee | docs(SPEC): Add description of conditional expressions to SPEC
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -729,13 +729,28 @@ It is not possible to access an object's property using an arbitrary expression.\nDotExpression = \".\" identifer\nMemberBracketExpression = \"[\" string_lit \"]\" .\n+#### Conditional Expressions\n+\n+Conditional expressions evaluate a boolean-value... | Go | MIT License | influxdata/flux | docs(SPEC): Add description of conditional expressions to SPEC (#1178)
Fixes #1170. | 1 | docs | SPEC |
104,818 | 23.04.2019 09:43:01 | -7,200 | 76547af3046dd6537ddfc376c3504a885245b3f2 | fix(tabletoolbar): actions are missing icon description | [
{
"change_type": "MODIFY",
"diff": "@@ -149,7 +149,7 @@ const TableToolbar = ({\nshouldShowBatchActions={totalSelected > 0}\ntotalSelected={totalSelected}>\n{batchActions.map(i => (\n- <TableBatchAction key={i.id} onClick={() => onApplyBatchAction(i.id)} icon={i.icon}>\n+ <TableBatchAction key={i.id} onClic... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(tabletoolbar): actions are missing icon description | 1 | fix | tabletoolbar |
217,922 | 23.04.2019 11:06:26 | -7,200 | 940622e5fa6c7ececa6099e0372929e8711c3ab6 | feat(patreon): new patreon supporter: Toi Toi Toi | [
{
"change_type": "MODIFY",
"diff": "'Izeyash Konturaen',\n'Morphean Knights @ Ultros',\n'Qih \"Kweh\" Mewrilah',\n- 'Jihn Molkoh'\n+ 'Jihn Molkoh',\n+ 'Toi Toi Toi'\n];\nconst randomPatron = patrons[Math.floor(Math.random() * patrons.length)];\ndocument.getElementById('random-patron').innerText = randomPatr... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(patreon): new patreon supporter: Toi Toi Toi | 1 | feat | patreon |
722,013 | 23.04.2019 11:07:57 | 18,000 | 8f5ff194639bcb8e1e1f93f57c99af8d4404478c | fix: parse es6 imports with vsg format | [
{
"change_type": "RENAME",
"diff": "-import normalizeComponent from '../normalizeComponent'\n+import normalizeSfcComponent from '../normalizeSfcComponent'\n-describe('normalizeComponent', () => {\n+describe('normalizeSfcComponent', () => {\nit('bake template into a new Vue (export default)', () => {\n- cons... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix: parse es6 imports with vsg format | 1 | fix | null |
722,013 | 23.04.2019 11:13:50 | 18,000 | 1066123b5405e2c6e9f486f5281b27196679fee0 | fix: remove getVars blocking imports | [
{
"change_type": "MODIFY",
"diff": "-import { parse } from 'acorn'\nimport walkes from 'walkes'\n+import getAst from './getAst'\n/**\n* extract variable and function declaration from a code\n@@ -8,7 +8,7 @@ import walkes from 'walkes'\n*/\nexport default code => {\nconst varNames = []\n- walkes(parse(code),... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix: remove getVars blocking imports | 1 | fix | null |
722,013 | 23.04.2019 11:30:08 | 18,000 | 118f1a81df9143f748f1f14a83281f34a6190efa | fix: make sure we detect all variables | [
{
"change_type": "MODIFY",
"diff": "@@ -16,4 +16,9 @@ describe('getVars', () => {\nexpect(sut).toContain('param')\nexpect(sut).toContain('rain')\n})\n+\n+ it('should detect spread declared variable', () => {\n+ const sut = getVars('const { all:param } = {all: \"foo\"}')\n+ expect(sut).toContain('param')\n+ ... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix: make sure we detect all variables | 1 | fix | null |
304,866 | 23.04.2019 11:58:40 | 25,200 | 088d75e0a694e05aa4d5ef8c3db124bea8e36a3b | chore(control): log controller config when starting up | [
{
"change_type": "MODIFY",
"diff": "@@ -101,6 +101,10 @@ func New(c Config) (*Controller, error) {\nif logger == nil {\nlogger = zap.NewNop()\n}\n+ logger.Info(\"Starting query controller\",\n+ zap.Int(\"concurrency_quota\", c.ConcurrencyQuota),\n+ zap.Int64(\"memory_bytes_quota_per_query\", c.MemoryBytesQu... | Go | MIT License | influxdata/flux | chore(control): log controller config when starting up (#1207) | 1 | chore | control |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.