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,577 | 11.07.2019 16:07:28 | -28,800 | bfc1edbd336fd868f6f4ba80aa3885246082b586 | test: Fix the possibility of overflow, add the test for bootnode mode | [
{
"change_type": "MODIFY",
"diff": "@@ -69,7 +69,7 @@ impl NetworkConfig {\n}\npub fn max_inbound_peers(&self) -> u32 {\n- self.max_peers - self.max_outbound_peers\n+ self.max_peers.saturating_sub(self.max_outbound_peers)\n}\npub fn max_outbound_peers(&self) -> u32 {\n",
"new_path": "network/src/config.... | Rust | MIT License | nervosnetwork/ckb | test: Fix the possibility of overflow, add the test for bootnode mode | 1 | test | null |
71,663 | 11.07.2019 16:09:40 | 25,200 | daf021a6ca6b7f0064aed530fda528785588da6d | chore: update .github/CODEOWNERS after moving the main repository to the 'aws' GitHub organization. | [
{
"change_type": "MODIFY",
"diff": "#\n# @See https://help.github.com/articles/about-codeowners/\n-* @awslabs/aws-cdk-team\n-/docs/ @awslabs/aws-cdk-team @Doug-AWS\n-/packages/@aws-cdk/aws-code*/ @awslabs/aws-cdk-team @RomainMuller @skinny85\n-/packages/@aws-cdk/aws-ecs/ @awslabs/aws-cdk-team @SoManyHs\n+* ... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore: update .github/CODEOWNERS after moving the main repository to the 'aws' GitHub organization. (#3288) | 1 | chore | null |
217,922 | 11.07.2019 16:14:16 | -7,200 | d38aec029b7e1a9768917d87f84103d9f2af7baa | feat(solver): added support for seeded solver runs | [
{
"change_type": "MODIFY",
"diff": "@@ -272,7 +272,8 @@ export class SimulatorComponent implements OnInit, OnDestroy {\nnzContent: SolverPopupComponent,\nnzComponentParams: {\nrecipe: simulation.recipe,\n- stats: simulation.crafterStats\n+ stats: simulation.crafterStats,\n+ seed: simulation.actions || []\n}... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(solver): added support for seeded solver runs | 1 | feat | solver |
401,147 | 11.07.2019 16:17:39 | -19,080 | 9ee8966d3fc922e21b3549fdc3bdbfcfa33487dc | fix: fixed sidenav open close issue
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,7 @@ import { TestUtils } from '@medly-components/utils';\nimport React from 'react';\nimport BurgerIcon from './BurgerIcon';\n-const { render, fireEvent, cleanup } = TestUtils;\n+const { render, cleanup } = TestUtils;\nafterEach(cleanup);\ndescribe('BurgerIcon... | TypeScript | MIT License | medly/medly-components | fix: fixed sidenav open close issue
affects: @medly-components/icons, @medly-components/layout | 1 | fix | null |
127,975 | 11.07.2019 16:21:41 | -10,800 | d624afe3720f83320af422c8a20c3cbdfe78bc13 | refactor: badges header->footer | [
{
"change_type": "MODIFY",
"diff": "@@ -84,10 +84,6 @@ const Content = styled.div({\n},\n});\n-const BadgeWrapper = styled.div({\n- marginLeft: spacing('xsmall'),\n-});\n-\nexport const OutRight = ({ event, badges, boosted }: OutRightProps) => {\nconst { onClick } = event;\n@@ -95,12 +91,6 @@ export const O... | TypeScript | MIT License | coingaming/moon-design | refactor: badges header->footer | 1 | refactor | null |
127,975 | 11.07.2019 16:23:16 | -10,800 | 45f92b8990acaa3ff6e7edea96b78f7d63f0d0f8 | refactor: backgroundstripes for joe | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ import { spacing } from '@heathmont/sportsbet-utils';\nimport { IconLogoPlain } from '@heathmont/sportsbet-icons';\nimport { Market } from '../shared/market';\nimport { Selection } from '../shared/selections';\n-import { backGroundStripes, BadgeWrapper } f... | TypeScript | MIT License | coingaming/moon-design | refactor: backgroundstripes for joe | 1 | refactor | null |
217,922 | 11.07.2019 16:27:14 | -7,200 | 213429aeada67b759172b4b0dc1cab4230971886 | chore: small fix for even tracking | [
{
"change_type": "MODIFY",
"diff": "@@ -176,12 +176,18 @@ export class ListsFacade {\naddList(list: List): void {\nthis.store.dispatch(new CreateList(list));\n- gtag('event', 'List', 'creation');\n+ gtag('event', 'List', {\n+ 'event_label': 'creation',\n+ 'non_interaction': true\n+ });\n}\ndeleteList(key: s... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: small fix for even tracking | 1 | chore | null |
127,975 | 11.07.2019 17:40:47 | -10,800 | cef6d5b229ed2d4862e37132a1ce7fabef7720ae | refactor: adjust market and selection fonts | [
{
"change_type": "MODIFY",
"diff": "@@ -7,8 +7,7 @@ import { spacing } from '@heathmont/sportsbet-utils';\nimport { IconLogoPlain } from '@heathmont/sportsbet-icons';\nimport { Market } from '../shared/market';\nimport { Selection } from '../shared/selections';\n-import { betBoostHighlightColors } from '../... | TypeScript | MIT License | coingaming/moon-design | refactor: adjust market and selection fonts | 1 | refactor | null |
531,793 | 11.07.2019 17:42:32 | -3,600 | 6201133df974dbdff0264b4708346929e518aae3 | fix(ui): tweak display of labels on the overview modal | [
{
"change_type": "MODIFY",
"diff": "@@ -19,7 +19,7 @@ exports[`<MountedLabelWithPercent /> matches snapshot 1`] = `\nbar\n</span>\n</span>\n- <div class=\\\\\"progress silence-progress bg-white pr-1\\\\\">\n+ <div class=\\\\\"progress components-labelWithPercent-progress mr-1\\\\\">\n<div class=\\\\\"progre... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): tweak display of labels on the overview modal | 1 | fix | ui |
711,597 | 11.07.2019 17:49:26 | -7,200 | b444a5a41f6f852cd7b6fda48bc86f08d7433d22 | chore(core): Remove unused product variant subscriber | [
{
"change_type": "DELETE",
"diff": "-import { EntitySubscriberInterface, EventSubscriber, InsertEvent } from 'typeorm';\n-\n-import { InternalServerError } from '../../common/error/errors';\n-\n-import { ProductVariantPrice } from './product-variant-price.entity';\n-import { ProductVariant } from './product... | TypeScript | MIT License | vendure-ecommerce/vendure | chore(core): Remove unused product variant subscriber | 1 | chore | core |
711,597 | 11.07.2019 17:55:30 | -7,200 | 090758c48e04cc074c0ae7778f2a4da54830b788 | refactor(core): Split custom fields functions into separate files | [
{
"change_type": "MODIFY",
"diff": "import { createConnection } from 'typeorm';\nimport { isTestEnvironment } from '../e2e/utils/test-environment';\n-import { registerCustomEntityFields } from '../src/entity/custom-entity-fields';\n+import { registerCustomEntityFields } from '../src/entity/register-custom-e... | TypeScript | MIT License | vendure-ecommerce/vendure | refactor(core): Split custom fields functions into separate files | 1 | refactor | core |
217,922 | 11.07.2019 18:04:13 | -7,200 | d8febd6f749569d4047b7667a6d65207ce81b58e | feat: added nex patreon supporter: Forgiven Ignorance | Cerberus | [
{
"change_type": "MODIFY",
"diff": "'Walnut Bread Trading Co',\n'Kouya Hoshino',\n'Sahjah Majime',\n- 'Uzari Azari'\n+ 'Uzari Azari',\n+ 'Forgiven Ignorance | Cerberus'\n];\nconst randomPatron = patrons[Math.floor(Math.random() * patrons.length)];\ndocument.getElementById('random-patron').innerText = random... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: added nex patreon supporter: Forgiven Ignorance | Cerberus | 1 | feat | null |
679,913 | 11.07.2019 18:10:35 | -3,600 | 1284f37943d2d755933cbcbb46c57f218b6c3f7b | feat(geom-splines): add closedCubicFromBreak/ControlPoints, update readme | [
{
"change_type": "ADD",
"diff": "Binary files /dev/null and b/assets/geom/geom-splines-bp-nonuni.png differ\n",
"new_path": "assets/geom/geom-splines-bp-nonuni.png",
"old_path": "assets/geom/geom-splines-bp-nonuni.png"
},
{
"change_type": "ADD",
"diff": "Binary files /dev/null and b/asse... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(geom-splines): add closedCubicFromBreak/ControlPoints, update readme | 1 | feat | geom-splines |
679,913 | 11.07.2019 18:14:47 | -3,600 | 81ac728fdb38d7372cea385a8376a35ac01c90b7 | feat(geom-api): add CubicOpts | [
{
"change_type": "ADD",
"diff": "+export interface CubicOpts {\n+ /**\n+ * Set to true (default false) to interpret original vertices as\n+ * breakpoints\n+ */\n+ breakPoints: boolean;\n+ /**\n+ * True, to enable uniform tangent scaling. If false (default), each\n+ * tangent will be also scaled by the lengt... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(geom-api): add CubicOpts | 1 | feat | geom-api |
679,913 | 11.07.2019 18:15:36 | -3,600 | 2faec7f3559e8df25017152267bb78c1546312bd | feat(geom): add polygon impl for asCubic(), add pathFromCubics() | [
{
"change_type": "MODIFY",
"diff": "@@ -25,6 +25,15 @@ import { arcFrom2Points } from \"./arc\";\nexport const path = (segments: PathSegment[], attribs?: Attribs) =>\nnew Path(segments, attribs);\n+export const pathFromCubics = (cubics: Cubic[]) => {\n+ const path = new Path([], cubics[0].attribs);\n+ path.... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(geom): add polygon impl for asCubic(), add pathFromCubics() | 1 | feat | geom |
679,913 | 11.07.2019 18:20:18 | -3,600 | cc3af3f3712c30a7ce8c1c2707eebabeda35725a | docs(geom-splines): fix table in readme | [
{
"change_type": "MODIFY",
"diff": "@@ -51,7 +51,8 @@ In this mode the curve always goes through the midpoints each polygon\nedge, with the original polygon vertices being used to compute control points.\n| Proportional tangent scale | Uniform tangent scale |\n-| : fix table in readme | 1 | docs | geom-splines |
104,827 | 11.07.2019 19:21:02 | 18,000 | c6c7d56cc17f81419f650074ba5a90747a884ff4 | fix(hero): allow passing custom links as breadcrumbs | [
{
"change_type": "MODIFY",
"diff": "@@ -12,13 +12,7 @@ const propTypes = {\n/** Optional What to render in the right side of the hero */\nrightContent: PropTypes.node,\n/** Breadcrumbs to show */\n- breadcrumb: PropTypes.arrayOf(\n- PropTypes.shape({\n- label: PropTypes.string.isRequired,\n- href: PropTypes... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(hero): allow passing custom links as breadcrumbs | 1 | fix | hero |
531,793 | 11.07.2019 19:23:36 | -3,600 | b6f760c5a1b3fd3ace040231b8a3d844892dedf0 | chore(docs): update screenshots and add an overview one | [
{
"change_type": "MODIFY",
"diff": "@@ -46,6 +46,12 @@ Example:\nEach group can be collapsed to only show the title bar using top right toggle\nicon.\n+\n+\n+Clicking on the alert counter in the top left corner will open the overview\n+modal, which allows to quickly get an ove... | TypeScript | Apache License 2.0 | prymitive/karma | chore(docs): update screenshots and add an overview one | 1 | chore | docs |
217,922 | 11.07.2019 20:28:16 | -7,200 | f5ebcf7fd6546a9e17f9735fc38acb4f72e1edee | fix(ariyala): fixed ariyala import with new materias | [
{
"change_type": "MODIFY",
"diff": "@@ -40,6 +40,8 @@ export enum AriyalaMateria {\n'PIE:4' = 5632,\n'PIE:5' = 5633,\n'PIE:6' = 18011,\n+ 'PIE:7' = 25186,\n+ 'PIE:8' = 26727,\n'DHT:1' = 5664,\n'DHT:2' = 5665,\n@@ -47,6 +49,8 @@ export enum AriyalaMateria {\n'DHT:4' = 5667,\n'DHT:5' = 5668,\n'DHT:6' = 18018,... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(ariyala): fixed ariyala import with new materias | 1 | fix | ariyala |
815,595 | 11.07.2019 20:29:38 | -28,800 | 8952c90b3b061a1e05e6232963630ede285bbc23 | test: sync fork contains invalid block | [
{
"change_type": "MODIFY",
"diff": "@@ -30,6 +30,14 @@ fn main() {\n);\nspecs.insert(\"block_sync_orphan_blocks\", Box::new(BlockSyncOrphanBlocks));\nspecs.insert(\"sync_timeout\", Box::new(SyncTimeout));\n+ specs.insert(\n+ \"chain_contains_invalid_block\",\n+ Box::new(ChainContainsInvalidBlock),\n+ );\n+ ... | Rust | MIT License | nervosnetwork/ckb | test: sync fork contains invalid block | 1 | test | null |
217,922 | 11.07.2019 20:34:14 | -7,200 | 5cdbd1c796142fe9a352283c1647c264640dea74 | fix(simulator): fixed an issue with IQ placement tip and new trained actions | [
{
"change_type": "MODIFY",
"diff": "import { RotationTip } from '../rotation-tip';\n-import { InnerQuiet, SimulationResult } from '@ffxiv-teamcraft/simulator';\n+import { InnerQuiet, SimulationResult, TrainedEye, TrainedInstinct } from '@ffxiv-teamcraft/simulator';\nimport { RotationTipType } from '../rotat... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(simulator): fixed an issue with IQ placement tip and new trained actions | 1 | fix | simulator |
217,922 | 11.07.2019 20:34:33 | -7,200 | e4a22330b0090744c8fefdb6282052b1a12e7b48 | chore(release): 5.6.10 | [
{
"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.6.10\"></a>\n+## [5.6.10](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compar... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 5.6.10 | 1 | chore | release |
531,793 | 11.07.2019 22:41:31 | -3,600 | 9b348c2437714b768d285375dd4b7e9884e7b61a | feat(ui): add an offset to overview modal labels
A little nicer and cleaner view of the percent bar below labels | [
{
"change_type": "MODIFY",
"diff": "// Jest Snapshot v1, https://goo.gl/fbAQLP\n-exports[`<MountedLabelWithPercent /> matches snapshot 1`] = `\n+exports[`<LabelWithPercent /> matches snapshot with offset=0 1`] = `\n\"\n<div class\nstyle=\\\\\"display: inline-block; max-width: 100%;\\\\\"\n@@ -32,3 +32,44 @@... | TypeScript | Apache License 2.0 | prymitive/karma | feat(ui): add an offset to overview modal labels
A little nicer and cleaner view of the percent bar below labels | 1 | feat | ui |
67,476 | 12.07.2019 03:06:05 | -7,200 | 8dc95d5b2f53102c6e139bc9da3d0b40cf8d8f0b | chore(all): sync dep versions | [
{
"change_type": "MODIFY",
"diff": "\"dev\": \"tsc -b -w\"\n},\n\"dependencies\": {\n- \"@types/jsdom\": \"^12.2.3\",\n- \"@types/karma\": \"^3.0.2\",\n- \"@types/mocha\": \"^5.2.6\",\n- \"@types/node\": \"^10.12.27\",\n- \"@types/webpack\": \"^4.4.26\",\n- \"@types/webpack-env\": \"^1.13.9\",\n\"@aurelia/a... | TypeScript | MIT License | aurelia/aurelia | chore(all): sync dep versions | 1 | chore | all |
67,476 | 12.07.2019 03:43:55 | -7,200 | 1d1c53851270eabbbda6cc951dfd721a467cefcc | ci: remove parcel blocker and add browserstack blocker back in | [
{
"change_type": "MODIFY",
"diff": "@@ -409,11 +409,11 @@ workflows:\n- unit_test_firefox\n- unit_test_node\n- lint_packages\n- #- e2e_browserstack\n+ - e2e_browserstack\n#- e2e_cypress_doc_example\n#- jit-fuse-box-ts\n- jit-webpack-ts\n- - jit-parcel-ts\n+ #- jit-parcel-ts\n#- jit-browserify-ts\n#- jit-iif... | TypeScript | MIT License | aurelia/aurelia | ci: remove parcel blocker and add browserstack blocker back in | 1 | ci | null |
722,013 | 12.07.2019 08:40:40 | 18,000 | 16951df2704d529624a6d75a077bb9ad5393bb6d | docs: add commit message guidelines to the docs | [
{
"change_type": "MODIFY",
"diff": "@@ -62,3 +62,62 @@ This command will run the `customised` example. It will look for `examples/custo\n### yarn build\nSame command as `yarn start` but will run the build script of styleguidist to see what the final bundle is going to look like.\n+\n+## Commit Message Guide... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | docs: add commit message guidelines to the docs | 1 | docs | null |
722,013 | 12.07.2019 08:41:00 | 18,000 | ed2119dad291869e3125b02e6e76d798f495cb2d | ci: make sure danger links point to the guidelines | [
{
"change_type": "MODIFY",
"diff": "@@ -84,7 +84,7 @@ Please remove \\`yarn.lock\\` changes from your pull request. Try to run \\`git che\nmarkdown(\n'> (' +\nerrorCount +\n- ') : vue-styleguidist uses conventional change log to generate changelog automatically. It seems some of commit messages are not foll... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | ci: make sure danger links point to the guidelines | 1 | ci | null |
304,912 | 12.07.2019 09:02:28 | 25,200 | d063dd56a9d8ae0dc207a2728e5b010e7ecfa0fe | fix(docs/covarianceSpec): fix the example for covariance | [
{
"change_type": "MODIFY",
"diff": "@@ -1665,7 +1665,12 @@ Covariance has the following properties:\nAdditionally exactly two columns must be provided to the `columns` property.\nExample:\n-`from(bucket: \"telegraf/autogen\") |> range(start:-5m) |> covariance(columns: [\"x\", \"y\"])`\n+```\n+from(bucket: \... | Go | MIT License | influxdata/flux | fix(docs/covarianceSpec): fix the example for covariance (#1488) | 1 | fix | docs/covarianceSpec |
815,593 | 12.07.2019 10:32:46 | -32,400 | a4e92ed77649e8cfd1d638c25a3f5a5d3dc13133 | feat: add `get_banned_addresses` and `set_ban_address` rpc | [
{
"change_type": "MODIFY",
"diff": "@@ -40,14 +40,11 @@ fn main() {\n);\nspecs.insert(\"chain_fork_1\", Box::new(ChainFork1));\nspecs.insert(\"chain_fork_2\", Box::new(ChainFork2));\n- // FIXME these 4 tests will fail, because of https://github.com/nervosnetwork/ckb/pull/1164\n- // node will be banned, we n... | Rust | MIT License | nervosnetwork/ckb | feat: add `get_banned_addresses` and `set_ban_address` rpc | 1 | feat | null |
306,385 | 12.07.2019 11:03:21 | -7,200 | 229d282a8e1fdf4546be342d365dfa09f012a72a | fix(overlays): add inheritsReferenceObjectWidth parameter | [
{
"change_type": "MODIFY",
"diff": "@@ -11,6 +11,7 @@ export class LocalOverlayController {\nthis.constructor.popperModule = __preloadPopper();\nthis.__mergePopperConfigs(params.popperConfig || {});\n+ this.inheritsReferenceObjectWidth = params.inheritsReferenceObjectWidth;\nthis.hidesOnEsc = params.hidesOn... | JavaScript | MIT License | ing-bank/lion | fix(overlays): add inheritsReferenceObjectWidth parameter | 1 | fix | overlays |
438,921 | 12.07.2019 11:19:21 | -32,400 | 27df7c308f6f5744767d82746dca3cc6a8855d7f | feat(bubble): Intent to ship dimension
Implementation of bubble dimension
Fix | [
{
"change_type": "MODIFY",
"diff": "@@ -164,6 +164,32 @@ var demos = {\n];\n}\n},\n+ BubbleDimensionChart: {\n+ options: {\n+ data: {\n+ columns: [\n+ [\"data1\", 20, 30, 50, 80, 100],\n+ [\"data2\", [350, 350], 230, [200, 100], [250, 150], [200, 200]],\n+ [\"data3\", {y: 80, z: 70}, {y: 350, z: 50}, {y: 35... | TypeScript | MIT License | naver/billboard.js | feat(bubble): Intent to ship dimension
Implementation of bubble dimension
Fix #484 | 1 | feat | bubble |
722,013 | 12.07.2019 11:23:48 | 18,000 | b3c86d95a221c79312b176f93ec6e6e91623025d | fix: bump clipboard-copy version
Closes | [
{
"change_type": "MODIFY",
"diff": "\"ast-types\": \"^0.12.2\",\n\"classnames\": \"^2.2.6\",\n\"clean-webpack-plugin\": \"^0.1.19\",\n- \"clipboard-copy\": \"^2.0.0\",\n+ \"clipboard-copy\": \"^3.0.0\",\n\"codemirror\": \"^5.39.0\",\n\"common-dir\": \"^2.0.2\",\n\"copy-webpack-plugin\": \"^4.5.2\",\n",
... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix: bump clipboard-copy version
Closes #500 | 1 | fix | null |
679,913 | 12.07.2019 12:57:46 | -3,600 | 64693d34bcc52628295a6051fe5cdd875aa3aa67 | feat(examples): add poly-spline example | [
{
"change_type": "MODIFY",
"diff": "@@ -45,25 +45,26 @@ in touch via PR, issue tracker, email or twitter!\n| 34 | [markdown](./markdown) | Markdown parser & editor w/ live preview | fsm, rstream, transducers-hdom | advanced |\n| 35 | [package-stats](./package-stats) | CLI util to visualize umbrella pkg stat... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(examples): add poly-spline example | 1 | feat | examples |
71,115 | 12.07.2019 12:57:58 | -7,200 | 792a2601b359af56dcbc39bfd13da782d4ab90b2 | feat(codebuild): make artifact encryption configurable | [
{
"change_type": "MODIFY",
"diff": "@@ -113,6 +113,14 @@ export interface S3ArtifactsProps extends ArtifactsProps {\n* @default true - files will be archived\n*/\nreadonly packageZip?: boolean;\n+\n+ /**\n+ * If this is false, build output will not be encrypted.\n+ * This is useful if the artifact to publis... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(codebuild): make artifact encryption configurable (#3230) | 1 | feat | codebuild |
679,913 | 12.07.2019 13:15:18 | -3,600 | f9d043b566ae4af46422062c266c9c5b07575888 | docs(geom-splines): update readme | [
{
"change_type": "MODIFY",
"diff": "@@ -43,12 +43,20 @@ yarn add @thi.ng/geom-splines\n### Polygon to cubic curve conversion\n-There're currently two ways to convert a polygon into a sequence of cubic curve segments. Both modes support customizable curve tightness.\n+Currently, there're two ways to convert ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(geom-splines): update readme | 1 | docs | geom-splines |
679,913 | 12.07.2019 13:15:39 | -3,600 | a026897138106f3d58f5c97e0e818192c6393726 | docs(examples): add reference link | [
{
"change_type": "MODIFY",
"diff": "@@ -82,6 +82,7 @@ const app = (\n_uniScale: Stream<number>\n) => ({ poly, mode, uniform, scale, uniScale }: any) => {\n// reconstruct poly as cubic curve segments\n+ // reference: https://github.com/thi-ng/umbrella/tree/develop/packages/geom-splines#polygon-to-cubic-curve... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(examples): add reference link | 1 | docs | examples |
127,975 | 12.07.2019 13:23:58 | -10,800 | 70674f255326c3982ea6c4a9783f69728c1b5d6c | refactor: Update scoreboards colors | [
{
"change_type": "MODIFY",
"diff": "import * as React from 'react';\nimport rem from 'polished/lib/helpers/rem';\nimport styled from '@emotion/styled';\n-import { colors } from '@heathmont/sportsbet-tokens';\n+import { colors, typography } from '@heathmont/sportsbet-tokens';\nimport { spacing } from '@heath... | TypeScript | MIT License | coingaming/moon-design | refactor: Update scoreboards colors | 1 | refactor | null |
306,484 | 12.07.2019 14:02:01 | -7,200 | 4a8c6ebbed3d878185bb3432dec7f62eda1dc097 | fix(button): remove unnecessary instance method bind | [
{
"change_type": "MODIFY",
"diff": "@@ -140,7 +140,6 @@ export class LionButton extends DelegateMixin(SlotMixin(LionLitElement)) {\nthis.disabled = false;\nthis.role = 'button';\nthis.tabindex = 0;\n- this.__keydownDelegationHandler = this.__keydownDelegationHandler.bind(this);\n}\nconnectedCallback() {\n",... | JavaScript | MIT License | ing-bank/lion | fix(button): remove unnecessary instance method bind | 1 | fix | button |
815,595 | 12.07.2019 14:09:42 | -28,800 | 8a12255c8edb7c6c3e9a82fd81711524926f2dfb | test: Compare block template | [
{
"change_type": "MODIFY",
"diff": "@@ -2,6 +2,7 @@ use crate::{Net, Node, Spec};\nuse ckb_core::block::Block;\nuse ckb_core::header::HeaderBuilder;\nuse ckb_core::transaction::ProposalShortId;\n+use ckb_jsonrpc_types::BlockTemplate;\nuse log::info;\nuse std::convert::Into;\nuse std::thread::sleep;\n@@ -72,... | Rust | MIT License | nervosnetwork/ckb | test: Compare block template | 1 | test | null |
273,741 | 12.07.2019 14:19:56 | -7,200 | 3b4de3acbcdc503e167a4ec644f78bdbd06359c8 | fix(graphql): return null if date value is null or falsy | [
{
"change_type": "MODIFY",
"diff": "@@ -24,7 +24,7 @@ exports.dateType = {\nlocale: { type: GraphQLString, description: 'Locale' }\n},\nresolve: (obj, args, context, { fieldName }) => {\n- return formatDate(obj[fieldName], args)\n+ return obj[fieldName] ? formatDate(obj[fieldName], args) : null\n}\n}\n@@ -3... | JavaScript | MIT License | gridsome/gridsome | fix(graphql): return null if date value is null or falsy (#527) | 1 | fix | graphql |
306,484 | 12.07.2019 14:31:41 | -7,200 | b71177f6679c9f69f5e53ceaa7386e7c01f81f4c | fix(button): redispatch click event with all original properties | [
{
"change_type": "MODIFY",
"diff": "@@ -152,9 +152,14 @@ export class LionButton extends DelegateMixin(SlotMixin(LionLitElement)) {\nthis.__teardownDelegation();\n}\n- __clickDelegationHandler(e) {\n- e.stopPropagation(); // prevent click on the fake element and cause click on the native button\n- this.$$sl... | JavaScript | MIT License | ing-bank/lion | fix(button): redispatch click event with all original properties | 1 | fix | button |
217,945 | 12.07.2019 14:46:14 | -7,200 | 2f1e0b9d5c72fb70dd0b43fdd45897eab6b950c7 | fix(ariyala): support ariyala HTTPS link import | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ import { AriyalaMateria } from './aryiala-materia';\nexport class AriyalaLinkParser implements ExternalListLinkParser {\nprivate static API_URL = 'https://us-central1-ffxivteamcraft.cloudfunctions.net/ariyala-api?identifier=';\n- private static REGEXP = /h... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(ariyala): support ariyala HTTPS link import | 1 | fix | ariyala |
217,945 | 12.07.2019 14:50:02 | -7,200 | 6b0171127c3221094aae103207ff55afb8c9ec83 | feat: enhance ariyala link parser with materia estimator
This allows you to know, approximately, how many materia to stockpile
in order to overmeld. Mainly usful for DoH/DoL jobs. | [
{
"change_type": "MODIFY",
"diff": "import { ExternalListLinkParser } from './external-list-link-parser';\n-import { Observable } from 'rxjs/Observable';\n+import { Observable, of, forkJoin } from 'rxjs';\nimport { HttpClient } from '@angular/common/http';\n-import { map } from 'rxjs/operators';\n+import { ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: enhance ariyala link parser with materia estimator
This allows you to know, approximately, how many materia to stockpile
in order to overmeld. Mainly usful for DoH/DoL jobs. | 1 | feat | null |
791,834 | 12.07.2019 15:10:01 | 25,200 | 43b96d40f4ecb6109cad1b92a9bd6dc9298fbf05 | deps: update to typescript 3.5.3 | [
{
"change_type": "MODIFY",
"diff": "@@ -12,7 +12,7 @@ const NetworkRecords = require('./network-records.js');\nclass NetworkAnalysis {\n/**\n* @param {Array<LH.Artifacts.NetworkRequest>} records\n- * @return {Omit<LH.Artifacts.NetworkAnalysis, 'throughput'>}\n+ * @return {StrictOmit<LH.Artifacts.NetworkAnal... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | deps: update to typescript 3.5.3 (#9357) | 1 | deps | null |
821,196 | 12.07.2019 15:15:04 | 25,200 | 468985edca04831900a69b1bb48498e92b3dc889 | fix: update globby
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -448,7 +448,7 @@ class App extends Generator {\ndevDependencies.push(\n'@oclif/dev-cli@^1',\n'@oclif/plugin-help@^2',\n- 'globby@^8',\n+ 'globby@^10',\n)\nbreak\ncase 'multi':\n@@ -459,7 +459,7 @@ class App extends Generator {\n)\ndevDependencies.push(\n'@oclif/dev-cli... | TypeScript | MIT License | oclif/oclif | fix: update globby (#259)
Fixes https://github.com/oclif/oclif.github.io/issues/47 | 1 | fix | null |
306,484 | 12.07.2019 15:29:56 | -7,200 | 59e456e11f9dce5ca8b83f3b0849f286788d0ffb | fix(button): put host element into click event target (fix | [
{
"change_type": "MODIFY",
"diff": "@@ -159,9 +159,20 @@ export class LionButton extends DelegateMixin(SlotMixin(LionLitElement)) {\noldEvent.stopPropagation();\n// replacing `MouseEvent` with `oldEvent.constructor` breaks IE\nconst newEvent = new MouseEvent(oldEvent.type, oldEvent);\n+ this.__enforceHostEv... | JavaScript | MIT License | ing-bank/lion | fix(button): put host element into click event target (fix #89) | 1 | fix | button |
401,147 | 12.07.2019 15:35:30 | -19,080 | b2ac9f9be66d2f8272762dcaabf233b3cc35ebc5 | fix: fixed table overflow issue
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,7 @@ import Row from './Row';\nexport const TableStyled = styled('ol')`\nmargin: 0px;\npadding: 0px;\n+ overflow: auto;\n* {\nbox-sizing: border-box;\n@@ -25,11 +26,15 @@ export const TableStyled = styled('ol')`\n}\n&:nth-child(even) {\n+ * {\nbackground-color:... | TypeScript | MIT License | medly/medly-components | fix: fixed table overflow issue
affects: @medly-components/core | 1 | fix | null |
306,484 | 12.07.2019 15:52:28 | -7,200 | b7eb537d1de992a43a4d2fecb0a1115a78c3b1be | fix(button): make redispatch method protected | [
{
"change_type": "MODIFY",
"diff": "@@ -152,17 +152,21 @@ export class LionButton extends DelegateMixin(SlotMixin(LionLitElement)) {\nthis.__teardownDelegation();\n}\n- /**\n- * Prevent click on the fake element and cause click on the native button.\n- */\n- __clickDelegationHandler(oldEvent) {\n- oldEvent.... | JavaScript | MIT License | ing-bank/lion | fix(button): make redispatch method protected | 1 | fix | button |
104,844 | 12.07.2019 15:57:53 | 14,400 | 6df12ed27d7e3d5c9a46b97d57c46b6d5852656a | fix(sidenav): fix the sidnav at small screen sizes | [
{
"change_type": "MODIFY",
"diff": "@@ -14,155 +14,6 @@ import { COLORS, PADDING } from '../../styles/styles';\n// import CarbonSideNav from './CarbonSideNav';\n-// const sStyledSideNav = styled(CarbonSideNav)`\n-// &&& {\n-// background-color: ${COLORS.gray100};\n-// border-top: 1px solid #3c4646;\n-// hei... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(sidenav): fix the sidnav at small screen sizes | 1 | fix | sidenav |
217,945 | 12.07.2019 16:00:20 | -7,200 | bcdedfa3b9edbbfcf61a55a49d5bc8a18b55d48c | fix: solve some linting issues | [
{
"change_type": "MODIFY",
"diff": "@@ -62,7 +62,7 @@ export class AriyalaLinkParser implements ExternalListLinkParser {\nreturn this.xivapi.get(XivapiEndpoint.Item, itemId as number);\n})).pipe(\nmap(itemData => {\n- gear.itemMateriaSlots = itemData.map(itemData => itemData.MateriaSlotCount);\n+ gear.itemM... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: solve some linting issues | 1 | fix | null |
306,423 | 12.07.2019 16:23:29 | -7,200 | e02bc42e74c5a00f47691aee5a81eebbeb704891 | fix(overlays): fire show/hide event on shown changed | [
{
"change_type": "MODIFY",
"diff": "@@ -7,6 +7,8 @@ async function __preloadPopper() {\n}\nexport class LocalOverlayController {\nconstructor(params = {}) {\n+ this.__fakeExtendsEventTarget();\n+\n// TODO: Instead of in constructor, prefetch it or use a preloader-manager to load it during idle time\nthis.co... | JavaScript | MIT License | ing-bank/lion | fix(overlays): fire show/hide event on shown changed | 1 | fix | overlays |
815,573 | 12.07.2019 16:43:29 | -28,800 | e8f4d36daf5e760f9eb714127ebcd65322b5804f | feat: Network flood control | [
{
"change_type": "MODIFY",
"diff": "@@ -694,7 +694,7 @@ dependencies = [\n\"serde_derive 1.0.93 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"snap 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n- ... | Rust | MIT License | nervosnetwork/ckb | feat: Network flood control | 1 | feat | null |
679,913 | 12.07.2019 16:48:33 | -3,600 | 3e386f747bc61e668b8af3a34d91bb1fae6fc2e8 | fix(geom-splines): add full circle check for cubicFromArc() | [
{
"change_type": "MODIFY",
"diff": "import { pointAtTheta } from \"@thi.ng/geom-arc\";\n-import { EPS, HALF_PI, roundEps, sincos } from \"@thi.ng/math\";\n+import {\n+ EPS,\n+ HALF_PI,\n+ PI,\n+ roundEps,\n+ sincos\n+} from \"@thi.ng/math\";\nimport { magSq2, ReadonlyVec, Vec } from \"@thi.ng/vectors\";\nim... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(geom-splines): add full circle check for cubicFromArc() | 1 | fix | geom-splines |
679,913 | 12.07.2019 16:50:34 | -3,600 | 5ca4166f159c4c4e51b85edd74aaa817cc24e45f | feat(geom): add asCubic() impls for circle, group, rect
re-use arc impl from geom-splines | [
{
"change_type": "MODIFY",
"diff": "import { IObjectOf } from \"@thi.ng/api\";\nimport { defmulti, Implementation1, MultiFn1O } from \"@thi.ng/defmulti\";\nimport { CubicOpts, IShape, Type } from \"@thi.ng/geom-api\";\n-import { closedCubicFromBreakPoints, closedCubicFromControlPoints } from \"@thi.ng/geom-... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(geom): add asCubic() impls for circle, group, rect
- re-use arc impl from geom-splines | 1 | feat | geom |
679,913 | 12.07.2019 16:51:35 | -3,600 | 980af9f6660de10bc40f89bc6c6adf63c155025b | feat(geom): add asPath(), update pathFromCubics() to accept opt attribs | [
{
"change_type": "MODIFY",
"diff": "@@ -25,8 +25,8 @@ import { arcFrom2Points } from \"./arc\";\nexport const path = (segments: PathSegment[], attribs?: Attribs) =>\nnew Path(segments, attribs);\n-export const pathFromCubics = (cubics: Cubic[]) => {\n- const path = new Path([], cubics[0].attribs);\n+export ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(geom): add asPath(), update pathFromCubics() to accept opt attribs | 1 | feat | geom |
531,793 | 12.07.2019 16:55:16 | -3,600 | 88ba0cc657a2c334a428946246b9df95bc4e0e74 | feat(ui): allow removing filters from the overview modal | [
{
"change_type": "MODIFY",
"diff": "// Jest Snapshot v1, https://goo.gl/fbAQLP\n+exports[`<LabelWithPercent /> matches snapshot with isActive=true 1`] = `\n+\"\n+<div class\n+ style=\\\\\"display: inline-block; max-width: 100%;\\\\\"\n+ data-tooltipped\n+ aria-describedby=\\\\\"tippy-tooltip-3\\\\\"\n+ data... | TypeScript | Apache License 2.0 | prymitive/karma | feat(ui): allow removing filters from the overview modal | 1 | feat | ui |
679,913 | 12.07.2019 17:00:49 | -3,600 | e77e7c25ebc2697825a756f38e3ad718132e118b | feat(geom): add/update transform impls: arc, circle, ellipse, path, rect
arc, circle, ellipse now converted to paths, instead of polygons | [
{
"change_type": "MODIFY",
"diff": "@@ -3,34 +3,50 @@ import { defmulti, Implementation2 } from \"@thi.ng/defmulti\";\nimport {\nIHiccupShape,\nIShape,\n+ PathSegment,\nPCLike,\nPCLikeConstructor,\n+ SegmentType,\nType\n} from \"@thi.ng/geom-api\";\n-import { ReadonlyMat } from \"@thi.ng/matrices\";\n+impor... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(geom): add/update transform impls: arc, circle, ellipse, path, rect
- arc, circle, ellipse now converted to paths, instead of polygons | 1 | feat | geom |
127,975 | 12.07.2019 17:08:16 | -10,800 | fa3b5ca8d88dbcd062d49e02d40ffd8a539df46c | refactor: Unify scoreboards styling | [
{
"change_type": "MODIFY",
"diff": "import * as React from 'react';\nimport styled from '@emotion/styled';\n-import { colors, typography } from '@heathmont/sportsbet-tokens';\n+import { border, colors, typography } from '@heathmont/sportsbet-tokens';\nimport rem from 'polished/lib/helpers/rem';\nimport { Ev... | TypeScript | MIT License | coingaming/moon-design | refactor: Unify scoreboards styling | 1 | refactor | null |
67,474 | 12.07.2019 17:10:48 | -36,000 | 0fa3cb2d1e547ab0bbd963b97bff57e7329f2f8d | feat(plugin-conventions): preprocess js/ts resources, adding decorators
Based on naming convention, add decorators for customElement, customAttribute, valueConverter, bindingBehavior, bindingCommand. | [
{
"change_type": "MODIFY",
"diff": "\"packages/jit-html-browser\",\n\"packages/jit-html-jsdom\",\n\"packages/kernel\",\n+ \"packages/plugin-conventions\",\n\"packages/plugin-parcel\",\n\"packages/plugin-pixi\",\n\"packages/plugin-requirejs\",\n",
"new_path": "lerna.json",
"old_path": "lerna.json"
... | TypeScript | MIT License | aurelia/aurelia | feat(plugin-conventions): preprocess js/ts resources, adding decorators
Based on naming convention, add decorators for customElement, customAttribute, valueConverter, bindingBehavior, bindingCommand. | 1 | feat | plugin-conventions |
815,598 | 12.07.2019 17:22:15 | -28,800 | 220942077e5fd1a58fa13fbaf4e60b85594510e6 | test(ckb-test): use clap | [
{
"change_type": "MODIFY",
"diff": "@@ -21,17 +21,17 @@ setup-ckb-test:\nintegration: setup-ckb-test ## Run integration tests in \"test\" dir.\ncargo build ${VERBOSE}\n- cd test && cargo run ${VERBOSE} -- ../target/debug/ckb\n+ cd test && cargo run ${VERBOSE} -- --bin ../target/debug/ckb\nintegration-window... | Rust | MIT License | nervosnetwork/ckb | test(ckb-test): use clap | 1 | test | ckb-test |
815,598 | 12.07.2019 17:25:40 | -28,800 | 746116c92d9175d629d56612674f95d2c8d5c69f | test(ckb-test): print spec running time | [
{
"change_type": "MODIFY",
"diff": "@@ -5,6 +5,7 @@ use clap::{value_t_or_exit, App, Arg};\nuse log::info;\nuse std::collections::HashMap;\nuse std::mem;\n+use std::time::Instant;\nfn main() {\nlet log_config = Config {\n@@ -58,8 +59,14 @@ fn main() {\nfor (spec_name, spec) in specs {\ninfo!(\"Running {}\",... | Rust | MIT License | nervosnetwork/ckb | test(ckb-test): print spec running time | 1 | test | ckb-test |
791,834 | 12.07.2019 17:33:01 | 25,200 | b925dbd303c1fc4bbf5ce10151bd9009b011e17b | tests: run CI with a frozen yarn.lock | [
{
"change_type": "MODIFY",
"diff": "@@ -20,7 +20,7 @@ install:\n# with the latest puppeteer api so we probably need to run on chromimum\n# @see https://github.com/GoogleChrome/lighthouse/pull/4640/files#r171425004\n- export PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=1\n- - yarn\n+ - yarn --frozen-lockfile\nbefore_scr... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests: run CI with a frozen yarn.lock (#9362) | 1 | tests | null |
815,598 | 12.07.2019 17:35:36 | -28,800 | 99308cb39894778aec5be459015fdacdbf747362 | test(ckb-test): add flag --list-specs | [
{
"change_type": "MODIFY",
"diff": "@@ -8,12 +8,6 @@ use std::mem;\nuse std::time::Instant;\nfn main() {\n- let log_config = Config {\n- filter: Some(\"info\".to_owned()),\n- ..Default::default()\n- };\n- let _logger_guard = ckb_logger::init(log_config).expect(\"init Logger\");\n-\nlet clap_app = App::new(\... | Rust | MIT License | nervosnetwork/ckb | test(ckb-test): add flag --list-specs | 1 | test | ckb-test |
815,598 | 12.07.2019 17:35:52 | -28,800 | b1637a2058e5211d68d7250c1c45f52c7e2ab23c | test(ckb-test): add a simple progress in log | [
{
"change_type": "MODIFY",
"diff": "@@ -66,13 +66,16 @@ fn main() {\ninfo!(\"binary: {}\", binary);\ninfo!(\"start port: {}\", start_port);\n- for (spec_name, spec) in specs {\n- info!(\"Running {}\", spec_name);\n+ let total = specs.len();\n+ for (index, (spec_name, spec)) in specs.into_iter().enumerate() ... | Rust | MIT License | nervosnetwork/ckb | test(ckb-test): add a simple progress in log | 1 | test | ckb-test |
815,595 | 12.07.2019 18:05:43 | -28,800 | f708ae3434b37239d8432b4a129ddfdd73cc9428 | test: Create a mock block_median_time | [
{
"change_type": "MODIFY",
"diff": "@@ -1029,8 +1029,10 @@ dependencies = [\n\"ckb-db 0.17.0-pre\",\n\"ckb-hash 0.17.0-pre\",\n\"ckb-store 0.17.0-pre\",\n+ \"ckb-traits 0.17.0-pre\",\n\"faketime 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n\"lazy_static 1.3.0 (registry+https://github.co... | Rust | MIT License | nervosnetwork/ckb | test: Create a mock block_median_time | 1 | test | null |
815,598 | 12.07.2019 18:07:04 | -28,800 | 09cab71ee196111aa229d16cc9789dd5a78a9e0e | test(ckb-test): shuffle specs when run all | [
{
"change_type": "MODIFY",
"diff": "@@ -3,8 +3,8 @@ use ckb_test::specs::*;\nuse ckb_test::Spec;\nuse clap::{value_t_or_exit, App, Arg};\nuse log::info;\n+use rand::{seq::SliceRandom, thread_rng};\nuse std::collections::HashMap;\n-use std::mem;\nuse std::time::Instant;\nfn main() {\n@@ -36,26 +36,33 @@ fn m... | Rust | MIT License | nervosnetwork/ckb | test(ckb-test): shuffle specs when run all | 1 | test | ckb-test |
217,922 | 12.07.2019 18:55:12 | -7,200 | 05c7f364cf641c33cea5fbe141111977cf40bf34 | feat(inventory): added isearch copy on icon click | [
{
"change_type": "MODIFY",
"diff": "<ng-template #unCheckedTemplate>{{'LIST.INVENTORY.Hide_final_items' | translate}}</ng-template>\n<div *ngFor=\"let tab of display$ | async\" fxLayout=\"row wrap\" fxLayoutGap=\"5px\" class=\"tab\">\n<div *ngFor=\"let slot of tab\" class=\"slot\" [class.empty]=\"slot === u... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(inventory): added isearch copy on icon click | 1 | feat | inventory |
217,922 | 12.07.2019 19:23:55 | -7,200 | 14a8f4b0982b0f4db90814be759575f59839f0da | fix(simulator): simulator sidebar button now acts like a link | [
{
"change_type": "MODIFY",
"diff": "<span class=\"nav-text\">{{'Public_lists' | translate}}</span>\n</span>\n</a>\n- <a nz-menu-item class=\"menu-link\" (click)=\"$event.preventDefault();openSimulator();onNavLinkClick()\"\n+ <a nz-menu-item class=\"menu-link\" (click)=\"$event.preventDefault();onNavLinkClic... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(simulator): simulator sidebar button now acts like a link | 1 | fix | simulator |
815,598 | 12.07.2019 19:25:43 | -28,800 | 8234af2771b5dffef33c9b83bba9bdf0409af31b | test(ckb-test): show command to rerun integration tests | [
{
"change_type": "MODIFY",
"diff": "use ckb_logger::{self, Config};\nuse ckb_test::specs::*;\nuse ckb_test::Spec;\n-use clap::{value_t_or_exit, App, Arg};\n-use log::info;\n+use clap::{value_t, App, Arg};\n+use log::{error, info};\nuse rand::{seq::SliceRandom, thread_rng};\nuse std::collections::HashMap;\n+... | Rust | MIT License | nervosnetwork/ckb | test(ckb-test): show command to rerun integration tests | 1 | test | ckb-test |
815,598 | 12.07.2019 19:29:51 | -28,800 | 3612f750cc2935ea0d64e5e17a8b72084527bf5e | test: run integration for PR
Limit to only Linux platform and max running time to 20 minutes. | [
{
"change_type": "MODIFY",
"diff": "@@ -61,6 +61,10 @@ matrix:\n- name: Tests on Linux\nif: 'tag IS NOT present AND (type = pull_request OR branch = master OR repo != nervosnetwork/ckb)'\nos: linux\n+ - name: PR Integration\n+ if: 'tag IS NOT present AND (type = pull_request OR repo != nervosnetwork/ckb)'\n... | Rust | MIT License | nervosnetwork/ckb | test: run integration for PR
Limit to only Linux platform and max running time to 20 minutes. | 1 | test | null |
71,386 | 12.07.2019 19:43:56 | -32,400 | 0c43d38f61d14c591b1808e999f02d7b5ba948cb | chore: fix invalid url in README | [
{
"change_type": "MODIFY",
"diff": "# AWS Cloud Development Kit (AWS CDK)\n | 1 | chore | null |
217,922 | 12.07.2019 19:45:38 | -7,200 | 927f55d8f153ad30def2a3eb4311b120d1addde5 | fix(ui): fixed alignment in levequests page | [
{
"change_type": "MODIFY",
"diff": "</nz-list-item-meta>\n<ng-template #content>\n<div fxLayout=\"column\" fxFlex=\"1 1 auto\">\n- <div fxLayout=\"row wrap\" fxLayoutAlign=\"space-between center\">\n- <div class=\"list-center\">\n+ <div nz-row>\n+ <div class=\"list-center\" nz-col nzSm=\"2\">\n<b>{{leve.lev... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(ui): fixed alignment in levequests page | 1 | fix | ui |
306,423 | 12.07.2019 20:01:22 | -7,200 | bb1c702d8a2632c855df7b04e96ed40ad42dd5f3 | fix(field): no DomHelpers for FormControl and apply all needed mixins | [
{
"change_type": "MODIFY",
"diff": "-import { html, css, nothing, dedupeMixin } from '@lion/core';\n+import { html, css, nothing, dedupeMixin, SlotMixin } from '@lion/core';\nimport { ObserverMixin } from '@lion/core/src/ObserverMixin.js';\n/**\n@@ -14,7 +14,7 @@ import { ObserverMixin } from '@lion/core/sr... | JavaScript | MIT License | ing-bank/lion | fix(field): no DomHelpers for FormControl and apply all needed mixins | 1 | fix | field |
217,922 | 12.07.2019 20:25:39 | -7,200 | 02005b986085c895df41174a8fa1a4ea1dc4277f | fix(simulator): ingenuity fixes on lower levels and solver improvements | [
{
"change_type": "MODIFY",
"diff": "\"lockfileVersion\": 1,\n\"dependencies\": {\n\"@ffxiv-teamcraft/crafting-solver\": {\n- \"version\": \"1.1.1\",\n- \"resolved\": \"https://registry.npmjs.org/@ffxiv-teamcraft/crafting-solver/-/crafting-solver-1.1.1.tgz\",\n- \"integrity\": \"sha512-wldpUIOp7dTXHiH+KFkZ6M... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(simulator): ingenuity fixes on lower levels and solver improvements | 1 | fix | simulator |
815,598 | 12.07.2019 20:57:57 | -28,800 | b3068886980a710ff82560509450e5f28d469c89 | chore: suppress cargo verbose output in integration test | [
{
"change_type": "MODIFY",
"diff": "@@ -20,18 +20,18 @@ setup-ckb-test:\nrm -rf test/target && ln -snf ../target/ test/target\nintegration: setup-ckb-test ## Run integration tests in \"test\" dir.\n- cargo build ${VERBOSE}\n- cd test && cargo run ${VERBOSE} -- --bin ../target/debug/ckb ${CKB_TEST_ARGS}\n+ c... | Rust | MIT License | nervosnetwork/ckb | chore: suppress cargo verbose output in integration test | 1 | chore | null |
531,793 | 12.07.2019 21:03:27 | -3,600 | 1a98e01622e8a730d06f7579ba12f6d85822f3b5 | feat(backend): allow extracting silence author from auth headers | [
{
"change_type": "MODIFY",
"diff": "@@ -610,23 +610,45 @@ sentry:\n## Silence form\n`silenceForm` section allow customizing silence form behavior.\n+`author:populate_from_header` subsection allows to configure fetching of author\n+name used on the silence form from the request header. It can be used with\n+... | TypeScript | Apache License 2.0 | prymitive/karma | feat(backend): allow extracting silence author from auth headers | 1 | feat | backend |
531,793 | 12.07.2019 21:12:00 | -3,600 | 36617b2f4942f503aaeb040ae867c531dcb9d909 | feat(ui): prefer silence author from the API response over local storage | [
{
"change_type": "MODIFY",
"diff": "@@ -78,7 +78,7 @@ const SilenceForm = observer(\n);\ncomponentDidMount() {\n- const { silenceFormStore, settingsStore } = this.props;\n+ const { silenceFormStore } = this.props;\n// reset startsAt & endsAt on every mount, unless we're editing a silence\nif (silenceFormSto... | TypeScript | Apache License 2.0 | prymitive/karma | feat(ui): prefer silence author from the API response over local storage | 1 | feat | ui |
531,793 | 12.07.2019 21:12:34 | -3,600 | c08a5de6f2663002c7d4a4f245b2adbab4a7c7ee | fix(demo): revert log level in demo setup | [
{
"change_type": "MODIFY",
"diff": "@@ -53,7 +53,7 @@ labels:\ncolor: \"#ff220c\"\nlog:\nconfig: false\n- level: debug\n+ level: warning\nsentry:\nprivate: https://84a9ef37a6ed4fdb80e9ea2310d1ed26:8c6ee6f0ab02406482ff4b4e824e2c27@sentry.io/1279017\npublic: https://84a9ef37a6ed4fdb80e9ea2310d1ed26@sentry.io/... | TypeScript | Apache License 2.0 | prymitive/karma | fix(demo): revert log level in demo setup | 1 | fix | demo |
679,913 | 12.07.2019 21:52:31 | -3,600 | 36cdb4f3e9481cdaf111cfe3f42596aedd1cba29 | fix(geom): update asCubic() circle impl (only 99.99% closed) | [
{
"change_type": "MODIFY",
"diff": "@@ -31,7 +31,7 @@ asCubic.addAll(<IObjectOf<Implementation1<unknown, Cubic[]>>>{\n),\n[Type.CIRCLE]: ($: Circle) =>\n- asCubic(arc($.pos, $.r, 0, 0, TAU, true, true)),\n+ asCubic(arc($.pos, $.r, 0, 0, TAU * 0.999, true, true)),\n[Type.CUBIC]: ($: Cubic) => [$],\n",
"n... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(geom): update asCubic() circle impl (only 99.99% closed) | 1 | fix | geom |
151,430 | 12.07.2019 21:57:42 | 25,200 | 29524d5d93ea80d3d414b83714bb8def6a640060 | chore(project): update package.json tags | [
{
"change_type": "MODIFY",
"diff": "],\n\"homepage\": \"https://github.com/DavidWells/aws-profile-utils\",\n\"keywords\": [\n- \"oclif\"\n+ \"analytics\",\n+ \"analytics-project\"\n],\n\"main\": \"src/index.js\",\n\"oclif\": {\n",
"new_path": "packages/analytics-cli/package.json",
"old_path": "packa... | JavaScript | MIT License | davidwells/analytics | chore(project): update package.json tags | 1 | chore | project |
151,430 | 12.07.2019 22:25:52 | 25,200 | 4d0b611b25766d1e01d685d6c586ec86ef1f8fbf | chore: ignore comment for docs | [
{
"change_type": "MODIFY",
"diff": "@@ -187,7 +187,7 @@ export const coreEvents = [\n'removeItemAborted',\n]\n-/**\n+/*!\n* Keys on a plugin that are not considered events\n*/\nexport const nonEvents = ['NAMESPACE', 'EVENTS', 'config', 'loaded']\n",
"new_path": "packages/analytics-core/src/events.js",
... | JavaScript | MIT License | davidwells/analytics | chore: ignore comment for docs | 1 | chore | null |
151,430 | 12.07.2019 22:27:15 | 25,200 | bf8701b6ea5ff39ed47b87251c569aeaa5da4f82 | feat: add onRouteChange utility | [
{
"change_type": "MODIFY",
"diff": "@@ -7,6 +7,7 @@ export { default as getTimeZone } from './getTimeZone.js'\nexport { default as inBrowser } from './inBrowser.js'\nexport { default as isExternalReferrer } from './isExternalReferrer.js'\nexport { default as isScriptLoaded } from './isScriptLoaded.js'\n+exp... | JavaScript | MIT License | davidwells/analytics | feat: add onRouteChange utility | 1 | feat | null |
217,922 | 12.07.2019 22:27:43 | -7,200 | 8b75371207f4b6b8b6b33d49b2deedab7ac81bf7 | feat(db): added links syntax support in comments | [
{
"change_type": "MODIFY",
"diff": "@@ -230,4 +230,21 @@ export class LazyDataService {\nthis.loaded$.complete();\n});\n}\n+\n+ public merge(...dataEntries: any[]): any {\n+ return dataEntries.reduce((merged, entry) => {\n+ Object.keys(entry)\n+ .forEach(key => {\n+ if (merged[key] !== undefined) {\n+ Objec... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(db): added links syntax support in comments | 1 | feat | db |
531,793 | 12.07.2019 22:30:21 | -3,600 | 609365374f78ac909e43f0e63cbfce4bc54b9ee2 | chore(demo): use CF-RAY header as default silence author | [
{
"change_type": "MODIFY",
"diff": "@@ -61,6 +61,10 @@ jira:\n- regex: DEVOPS-[0-9]+\nuri: https://jira.example.com\nsilenceForm:\n+ author:\n+ populate_from_header:\n+ header: \"CF-RAY\"\n+ value_re: \"^(.+)$\"\nstrip:\nlabels:\n- job\n",
"new_path": "demo/karma.yaml",
"old_path": "demo/karma.yaml"... | TypeScript | Apache License 2.0 | prymitive/karma | chore(demo): use CF-RAY header as default silence author | 1 | chore | demo |
217,922 | 12.07.2019 22:32:21 | -7,200 | 95bf4a777c9961ccf065899e84fed697d68dbbb1 | feat(simulator): added copy on click on recipe's name | [
{
"change_type": "MODIFY",
"diff": "</div>\n<div fxLayout=\"column\">\n<div fxLayout=\"row\" fxLayoutGap=\"5px\">\n- <div>{{item.id | itemName | i18n}}</div>\n- <div *ngIf=\"resultData.simulation.recipe.element\">\n- <img [src]=\"resultData.simulation.recipe.element | elementIcon\" alt=\"\" class=\"affinity... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(simulator): added copy on click on recipe's name | 1 | feat | simulator |
679,913 | 12.07.2019 22:38:17 | -3,600 | 33ccc60f140a2055b5d9a8548625f46aa76c173d | docs(geom-splines): update images | [
{
"change_type": "MODIFY",
"diff": "Binary files a/assets/geom/geom-splines-bp-nonuni.png and b/assets/geom/geom-splines-bp-nonuni.png differ\n",
"new_path": "assets/geom/geom-splines-bp-nonuni.png",
"old_path": "assets/geom/geom-splines-bp-nonuni.png"
},
{
"change_type": "MODIFY",
"diff... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(geom-splines): update images | 1 | docs | geom-splines |
217,922 | 12.07.2019 22:41:44 | -7,200 | ca2289c257621c1ec97b41f102069db4447eef83 | chore(release): 5.6.11 | [
{
"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.6.11\"></a>\n+## [5.6.11](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compar... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 5.6.11 | 1 | chore | release |
679,913 | 12.07.2019 23:28:17 | -3,600 | c27ff3a6d8950255d2c87984da68c1b92d27ce60 | docs(geom-splines): update image links | [
{
"change_type": "MODIFY",
"diff": "@@ -59,8 +59,8 @@ edge, with the original polygon vertices being used to compute control\npoints.\n| Proportional tangent scale | Uniform tangent scale |\n-|-------------------------------------------------------------------------------------------------------|-----------... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(geom-splines): update image links | 1 | docs | geom-splines |
151,430 | 13.07.2019 00:22:14 | 25,200 | 3a8033ebdad05f4086d56eb5b0f74ff6b891d82c | chore: add changelogs | [
{
"change_type": "ADD",
"diff": "+## [0.0.4](https://github.com/DavidWells/analytics/compare/analytics-cli@0.0.4...analytics-cli@0.0.4) (2019-07-13)\n+\n+\n+### Features\n+\n+* **cli:** add analytics CLI for automate plugin docs & more to come ([297476c](https://github.com/DavidWells/analytics/commit/297476... | JavaScript | MIT License | davidwells/analytics | chore: add changelogs | 1 | chore | null |
306,423 | 13.07.2019 01:36:53 | -7,200 | 89112f6c7833e42062b3184b38e67e6ff372acad | chore(field): improve InteractionStateMixin tests | [
{
"change_type": "MODIFY",
"diff": "-import { expect, fixture, unsafeStatic, html, defineCE } from '@open-wc/testing';\n+import {\n+ expect,\n+ fixture,\n+ unsafeStatic,\n+ html,\n+ defineCE,\n+ triggerFocusFor,\n+ triggerBlurFor,\n+} from '@open-wc/testing';\nimport sinon from 'sinon';\n-import { LionLitEl... | JavaScript | MIT License | ing-bank/lion | chore(field): improve InteractionStateMixin tests | 1 | chore | field |
306,423 | 13.07.2019 01:37:29 | -7,200 | b398f407dede6f4257f5dd1ebba6015a1bd7c90c | fix(field): move FocusMixin out of InteractionStateMixin | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,6 @@ import { dedupeMixin } from '@lion/core';\nimport { CssClassMixin } from '@lion/core/src/CssClassMixin.js';\nimport { ObserverMixin } from '@lion/core/src/ObserverMixin.js';\nimport { Unparseable } from '@lion/validate';\n-import { FocusMixin } from './Foc... | JavaScript | MIT License | ing-bank/lion | fix(field): move FocusMixin out of InteractionStateMixin | 1 | fix | field |
217,922 | 13.07.2019 09:52:13 | -7,200 | e9c8d891a6a483491c56dfb38095c90842fcd1ce | fix(desktop): fixed clickthrough setting applying on restart | [
{
"change_type": "MODIFY",
"diff": "@@ -199,6 +199,7 @@ function openOverlay(url) {\nObject.assign(opts, config.get(`overlay:${url}:bounds`));\nopts.opacity = config.get(`overlay:${url}:opacity`) || 1;\nconst overlay = new BrowserWindow(opts);\n+ overlay.setIgnoreMouseEvents(config.set('clickthrough'));\nov... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(desktop): fixed clickthrough setting applying on restart | 1 | fix | desktop |
217,922 | 13.07.2019 10:09:13 | -7,200 | a20a48eda9c82408f182277b3997e078153f39bb | feat: added proper error detection for http requests | [
{
"change_type": "MODIFY",
"diff": "import { ModuleWithProviders, NgModule } from '@angular/core';\n-import { HttpClientModule } from '@angular/common/http';\n+import { HTTP_INTERCEPTORS, HttpClientModule } from '@angular/common/http';\nimport { GarlandToolsService } from './api/garland-tools.service';\nimp... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: added proper error detection for http requests | 1 | feat | null |
217,922 | 13.07.2019 10:19:39 | -7,200 | 91d582af2cdb708e45729799c7a6d51d4a03ebbc | fix(ariyala): fixed issue with fighting materias not imported properly | [
{
"change_type": "MODIFY",
"diff": "export enum AriyalaMateria {\n- 'STR:1' = 5604,\n- 'STR:2' = 5605,\n- 'STR:3' = 5606,\n- 'STR:4' = 5607,\n- 'STR:5' = 5608,\n- 'STR:6' = 18006,\n-\n- 'DEX:1' = 5614,\n- 'DEX:2' = 5615,\n- 'DEX:3' = 5616,\n- 'DEX:4' = 5617,\n- 'DEX:5' = 5618,\n- 'DEX:6' = 18008,\n-\n- 'VIT... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(ariyala): fixed issue with fighting materias not imported properly | 1 | fix | ariyala |
217,922 | 13.07.2019 10:24:11 | -7,200 | 24d8dad3f19a7c97af300cb907d9972934b9885a | chore(release): 5.6.12 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"5.6.12\"></a>\n+## [5.6.12](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compar... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 5.6.12 | 1 | chore | release |
815,598 | 13.07.2019 10:44:39 | -28,800 | 32dca473715c29be3b77b0e611376e8480aee528 | chore: bump genesis hash | [
{
"change_type": "MODIFY",
"diff": "@@ -9,8 +9,8 @@ index = 1\ncode_hash = \"0x94334bdda40b69bae067d84937aa6bbccf8acd0df6626d4b9ac70d4612a11933\"\n[ckb_testnet]\n-genesis = \"0xd5c54b0c699ef009edfedb00d8fb8198ac5ce1e9e266b9110a8972e1b05aba88\"\n-cellbase = \"0xbfad4ae78c2f66c142decfbaa2336acdc39442a827b9c85... | Rust | MIT License | nervosnetwork/ckb | chore: bump genesis hash | 1 | chore | null |
815,598 | 13.07.2019 12:06:56 | -28,800 | 2178d78f7a87dbc4b9ab0a1cfe95df3fbe05de84 | chore: bump testnet gensis timestamp | [
{
"change_type": "MODIFY",
"diff": "@@ -9,7 +9,7 @@ index = 1\ncode_hash = \"0x94334bdda40b69bae067d84937aa6bbccf8acd0df6626d4b9ac70d4612a11933\"\n[ckb_testnet]\n-genesis = \"0xd20506a84aa2491220cbb2d43e84d2a681447169675026ec08e88b179b9d430b\"\n+genesis = \"0xbd185e5d6a28229206fb7c7b90ead158f7dda0a6783e18de... | Rust | MIT License | nervosnetwork/ckb | chore: bump testnet gensis timestamp | 1 | chore | null |
217,922 | 13.07.2019 13:19:38 | -7,200 | 96ef909945c7baac8e76cf825c76382e7eac5c44 | fix(desktop): fixed an issue with alarms overlay | [
{
"change_type": "MODIFY",
"diff": "@@ -199,7 +199,7 @@ function openOverlay(url) {\nObject.assign(opts, config.get(`overlay:${url}:bounds`));\nopts.opacity = config.get(`overlay:${url}:opacity`) || 1;\nconst overlay = new BrowserWindow(opts);\n- overlay.setIgnoreMouseEvents(config.set('clickthrough'));\n+ ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(desktop): fixed an issue with alarms overlay | 1 | fix | desktop |
151,430 | 13.07.2019 14:04:35 | 25,200 | 09312111ca294519e0f39aa6def8e13b5ff3bf98 | docs: update app name | [
{
"change_type": "MODIFY",
"diff": "@@ -830,7 +830,7 @@ During development you can turn on `debug` mode. This will connect redux dev too\nimport Analytics from 'analytics'\nconst analytics = Analytics({\n- app: 'my-app-name',\n+ app: 'my-app',\ndebug: true\n})\n```\n",
"new_path": "packages/analytics-co... | JavaScript | MIT License | davidwells/analytics | docs: update app name | 1 | docs | null |
151,430 | 13.07.2019 14:05:42 | 25,200 | 960275e22711a3fec36929651b70f4df6311d4e3 | chore: remove ignore | [
{
"change_type": "MODIFY",
"diff": "\"conventionalCommits\": true,\n\"message\": \"chore(release): :tada: :rocket: [skip ci]\"\n}\n- },\n- \"ignoreChanges\": [\n- \"**/CHANGELOG.md\",\n- \"**/package-lock.json\",\n- \"**/test/**\",\n- \"lerna.json\",\n- \"package.json\",\n- \"README.md\"\n- ]\n+ }\n}\n",
... | JavaScript | MIT License | davidwells/analytics | chore: remove ignore | 1 | chore | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.