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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
777,389 | 25.05.2021 10:03:49 | 25,200 | 5c4b50266b00127bb986544715d9784336c361bc | chore: reduce minimum char to fuzzy match for omnibar | [
{
"change_type": "MODIFY",
"diff": "\"integrity\": \"sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==\"\n},\n\"omnibar\": {\n- \"version\": \"github:hamidzr/omnibar#b74745b90ec1af6bc58783f50f35710ee59fbc45\",\n+ \"version\": \"github:hamidzr/omnibar#688f7240d23... | Python | Apache License 2.0 | determined-ai/determined | chore: reduce minimum char to fuzzy match for omnibar (#2430) | 1 | chore | null |
104,828 | 25.05.2021 10:05:54 | -7,200 | 9e1fe26762daa27505e4d02f076843347949909d | feat(mapcard): added contentClassName to card to fix padding | [
{
"change_type": "MODIFY",
"diff": "@@ -88,12 +88,12 @@ export const CardTitle = (\n);\nconst CardContent = (props) => {\n- const { children, dimensions, isExpanded } = props;\n+ const { children, dimensions, isExpanded, className } = props;\nconst height = `${dimensions.y - CARD_TITLE_HEIGHT}px`;\nreturn (... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(mapcard): added contentClassName to card to fix padding | 1 | feat | mapcard |
104,828 | 25.05.2021 10:06:23 | -7,200 | b50be6a0b4fb11d0163d8f99ccbd8a93ae6a8657 | feat(mapcard): removed unused files | [
{
"change_type": "DELETE",
"diff": "-import React, { useRef, useEffect, useState } from 'react';\n-import mapboxgl from 'mapbox-gl';\n-import classnames from 'classnames';\n-import Legend from './Legend';\n-import Optionsfield from './Optionsfield';\n-import ZoomControl from './ZoomControl';\n-import data f... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(mapcard): removed unused files | 1 | feat | mapcard |
126,295 | 25.05.2021 10:12:52 | -7,200 | 85de6a1ca3da3ddb59aa014464b096fda54af5d0 | chore: remove mtls evironments var from dockerfile | [
{
"change_type": "MODIFY",
"diff": "@@ -21,9 +21,6 @@ ENV IMMUDB_HOME=\"/usr/share/immudb\" \\\nIMMUDB_MTLS=\"false\" \\\nIMMUDB_AUTH=\"true\" \\\nIMMUDB_DETACHED=\"false\" \\\n- IMMUDB_PKEY=\"/usr/share/immudb/mtls/3_application/private/key.pem\" \\\n- IMMUDB_CERTIFICATE=\"/usr/share/immudb/mtls/3_applicat... | Go | Apache License 2.0 | codenotary/immudb | chore: remove mtls evironments var from dockerfile
Signed-off-by: Michele Meloni <cleaversdev@gmail.com> | 1 | chore | null |
104,828 | 25.05.2021 10:25:19 | -7,200 | 9308c66af2b2afe0345db65c4d1a8708b532b09a | feat(mapcard): open layers fullscreen example works | [
{
"change_type": "MODIFY",
"diff": "@@ -227,7 +227,6 @@ const MapBoxStory = ({\nisResizable={isResizable}\navailableActions={availableActions}\nmapControls={mapControls}\n- mapControls={mapControls}\nmapContainerRef={mapContainerRef}\nisLegendFullWidth={isLegendFullWidth}\noptions={options}\n",
"new_pat... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(mapcard): open layers fullscreen example works | 1 | feat | mapcard |
386,595 | 25.05.2021 10:43:35 | -7,200 | b0e63e1e2e7bcbdcec3c96692f694a8cd33e3b1d | fix(docs): Add custom code concept. | [
{
"change_type": "MODIFY",
"diff": "@@ -18,6 +18,8 @@ _ref:\npageId: JsAction\npageTitle: JsAction\nfilePath: actions/JsAction.yaml\n+ warning: |\n+ SECURITY WARNING: The JsAction executes JavaScript inside your Lowdefy app. Insecure code can expose your app or data. Since Lowdefy doesn't validate your Java... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(docs): Add custom code concept. | 1 | fix | docs |
386,595 | 25.05.2021 10:44:53 | -7,200 | d47c31f0b3418f62efbc21e0f35c7218b6c28ac9 | chore(docs): Minor fixes. | [
{
"change_type": "MODIFY",
"diff": "@@ -24,6 +24,7 @@ async function run() {\nlogger: console,\ncacheDirectory: path.resolve(process.cwd(), '../servers/serverDev/.lowdefy/.cache'),\nconfigDirectory: path.resolve(process.cwd(), '../docs'),\n+ // configDirectory: path.resolve(process.cwd(), '../servers/server... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | chore(docs): Minor fixes. | 1 | chore | docs |
126,295 | 25.05.2021 10:46:15 | -7,200 | 4e77f0ff04d8aa439ed0d20e1b7e9adf5e4a9f16 | chore: enable webconsole in docker image | [
{
"change_type": "MODIFY",
"diff": "FROM golang:1.13-stretch as build\nWORKDIR /src\nCOPY . .\n-RUN GOOS=linux GOARCH=amd64 make immuadmin-static immudb-static\n+RUN GOOS=linux GOARCH=amd64 WEBCONSOLE=1 make immuadmin-static immudb-static\nFROM ubuntu:18.04\nMAINTAINER CodeNotary, Inc. <info@codenotary.io>\... | Go | Apache License 2.0 | codenotary/immudb | chore: enable webconsole in docker image
Signed-off-by: Michele Meloni <cleaversdev@gmail.com> | 1 | chore | null |
104,828 | 25.05.2021 11:01:50 | -7,200 | 01257ffe006822ab814581f457280e424589c032 | feat(mapcard): clicking settings close works | [
{
"change_type": "MODIFY",
"diff": "@@ -9,7 +9,7 @@ import ZoomControl from './ZoomControl';\nimport MapControls from './MapControls';\nimport Card from '../Card/Card';\nimport { getResizeHandles, getUpdatedCardSize } from '../../utils/cardUtilityFunctions';\n-import { CARD_SIZES } from '../../constants/Lay... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(mapcard): clicking settings close works | 1 | feat | mapcard |
815,598 | 25.05.2021 11:02:18 | -28,800 | e217a50cae7dce6c1a90213e1b4c633751199ca5 | chore: CHANGELOG for v0.42.0 | [
{
"change_type": "MODIFY",
"diff": "+# [v0.42.0](https://github.com/nervosnetwork/ckb/compare/v0.41.0...v0.42.0) (2021-05-25)\n+\n+### Features\n+\n+* #2633: Make reuse port configurable (@driftluo)\n+* #2635: Remove deprecated rpc `get_peers_state` (@quake)\n+* #2628: Fix download scheduler (@driftluo)\n+\... | Rust | MIT License | nervosnetwork/ckb | chore: CHANGELOG for v0.42.0 | 1 | chore | null |
711,597 | 25.05.2021 11:11:36 | -7,200 | c40a05d6ac1748c156e29fbc063836a4d0e8bd85 | chore: Update contributing guide with branch data | [
{
"change_type": "MODIFY",
"diff": "@@ -4,13 +4,23 @@ Hi! Thank you for taking the time to contribute to Vendure!\nIn order to make the best use of both your time and that of the Vendure maintainers, please follow the guidelines in this document.\n+## Branches\n+\n+There are 3 important branches to know abo... | TypeScript | MIT License | vendure-ecommerce/vendure | chore: Update contributing guide with branch data | 1 | chore | null |
777,388 | 25.05.2021 11:18:10 | 21,600 | 8c965419a788156aa61f4f9261275478eef1ec74 | chore: update OS and other language in Terraform modules | [
{
"change_type": "MODIFY",
"diff": "@@ -16,8 +16,8 @@ provider \"google-beta\" {\n}\nlocals {\n- unique_id = \"${var.cluster_id}\"\n- det_version_key = \"${var.det_version_key}\"\n+ unique_id = var.cluster_id\n+ det_version_key = var.det_version_key\n}\nterraform {\n",
"new_path": "harness/determined/de... | Python | Apache License 2.0 | determined-ai/determined | chore: update OS and other language in Terraform modules [DET-4276] (#2415) | 1 | chore | null |
104,828 | 25.05.2021 11:20:29 | -7,200 | 7d989cd1d623adcd27627506c44eb264a7b8b441 | feat(mapcard): scroll buttons css improvements | [
{
"change_type": "MODIFY",
"diff": ".#{$iot-prefix}--map-scroll-controls {\n- @include box-shadow();\n-\n&__container {\nmargin-bottom: 1rem;\n+ @include box-shadow();\n}\n&__scroll-area {\n&:disabled:hover {\nbackground: white;\nborder-bottom: 1px solid $ui-03;\n+ &:last-child {\n+ border-bottom: inherit;\... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(mapcard): scroll buttons css improvements | 1 | feat | mapcard |
711,597 | 25.05.2021 11:25:54 | -7,200 | 70ddb87220e6b3c98998b71c4fc97822d7547c17 | chore: Update github workflows for new branches | [
{
"change_type": "MODIFY",
"diff": "@@ -2,12 +2,15 @@ name: Build & Test\non:\npush:\n- branches-ignore:\n- - 'vendure-io'\n+ branches:\n+ - master\n+ - major\n+ - minor\npull_request:\nbranches:\n- master\n- - next\n+ - major\n+ - minor\nenv:\nCI: true\nnode: 14.x\n",
"new_path": ".github/workflows/bui... | TypeScript | MIT License | vendure-ecommerce/vendure | chore: Update github workflows for new branches | 1 | chore | null |
667,680 | 25.05.2021 11:40:01 | -28,800 | 7009ed23edf1913c1428467d6df0963eccc4cb34 | feat(android): add `@NonNull` annotation to serialization package method | [
{
"change_type": "MODIFY",
"diff": "*/\npackage com.tencent.mtt.hippy.serialization;\n+import androidx.annotation.NonNull;\n+\nimport com.tencent.mtt.hippy.serialization.utils.IntegerPolyfill;\nimport com.tencent.mtt.hippy.serialization.nio.writer.BinaryWriter;\n@@ -287,7 +289,7 @@ public abstract class Pri... | C++ | Apache License 2.0 | tencent/hippy | feat(android): add `@NonNull` annotation to serialization package method | 1 | feat | android |
104,828 | 25.05.2021 11:40:18 | -7,200 | b5fc091423e79da508e22d1d859b8ff3ea45eeb1 | feat(mapcard): layered control css fix | [
{
"change_type": "MODIFY",
"diff": "max-width: 100vw;\ntransform: translateX(#{$size-small-offset});\n- .#{$iot-prefix}--map--expanded & {\n+ .#{$iot-prefix}--card--content--expanded & {\ntransform: translateX(#{$size-field-offset});\n}\n}\n[dir='rtl'] .#{$iot-prefix}--map-controls-layers__open & {\ntransfo... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(mapcard): layered control css fix | 1 | feat | mapcard |
530,327 | 25.05.2021 12:00:06 | -7,200 | 0dd90c685732fe2be2bad1b8fa3739091b84faf0 | feat: npm config (.npmrc)
Support writing a project local `.npmrc` file. E.g. this could be used to configure mirrors for all packages or for specific scopes.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. | [
{
"change_type": "ADD",
"diff": "+// Jest Snapshot v1, https://goo.gl/fbAQLP\n+\n+exports[`default registry is used correctly 1`] = `\n+\"# ~~ Generated by projen. To modify, edit .projenrc.js and run \\\\\"npx projen\\\\\".\n+\n+@company:registry=https://my.registry.com/private\n+\"\n+`;\n+\n+exports[`gene... | TypeScript | Apache License 2.0 | projen/projen | feat: npm config (.npmrc) (#818)
Support writing a project local `.npmrc` file. E.g. this could be used to configure mirrors for all packages or for specific scopes.
---
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. | 1 | feat | null |
438,921 | 25.05.2021 12:06:11 | -32,400 | af1937054c7659158b4bf893db53b7aebfcc1bc0 | fix(data): Fix nullish data filtering for grouped data
Do not exclude nullish data to determine axis' max value
for grouped data.
Fix | [
{
"change_type": "MODIFY",
"diff": "@@ -492,12 +492,12 @@ export default {\nconst data: any[] = [];\nt.values\n- .filter(v => isValue(v.value))\n+ .filter(({value}) => isValue(value) || value === null)\n.forEach(v => {\nlet {value} = v;\n// exclude 'volume' value to correct mis domain calculation\n- if ($$.... | TypeScript | MIT License | naver/billboard.js | fix(data): Fix nullish data filtering for grouped data
Do not exclude nullish data to determine axis' max value
for grouped data.
Fix #2096 | 1 | fix | data |
551,634 | 25.05.2021 12:30:19 | -3,600 | 6b36bbc8bf99b61ba46025d856c6eb716853c6e2 | fix(pgwire): using IN with bind variables aka IN ($1) to work as with const literals | [
{
"change_type": "MODIFY",
"diff": "@@ -122,22 +122,7 @@ final class WhereClauseParser implements Mutable {\n}\nFunction function = functionParser.parseFunction(b, m, executionContext);\ncheckFunctionCanBeTimestamp(m, executionContext, function, b.position);\n-\n- if (function.isConstant()) {\n- long value ... | Java | Apache License 2.0 | questdb/questdb | fix(pgwire): using IN with bind variables aka IN ($1) to work as with const literals (#1058) | 1 | fix | pgwire |
777,369 | 25.05.2021 12:36:08 | 21,600 | 4f2a16fe42aadd299b6c29119e1faf0eef2896cb | chore: minor copy fix for alert box spaces | [
{
"change_type": "MODIFY",
"diff": "@@ -271,7 +271,7 @@ const ExperimentVisualization: React.FC<Props> = ({\n`;\nreturn <Alert\ndescription={<>\n- Learn about ;\n+ Learn about \n<Link\nexternal\npath={paths.docs('/reference/experiment-config.html#searcher')}\n",
"new_path": "webui/react/src/pages/E... | Python | Apache License 2.0 | determined-ai/determined | chore: minor copy fix for alert box spaces (#2438) | 1 | chore | null |
791,704 | 25.05.2021 12:55:11 | 25,200 | d8826129591593dcf527315712243722b583d348 | core: fix main session OOPIF checks for devtools | [
{
"change_type": "MODIFY",
"diff": "@@ -21,6 +21,8 @@ class NetworkRecorder extends EventEmitter {\nthis._records = [];\n/** @type {Map<string, NetworkRequest>} */\nthis._recordsById = new Map();\n+ /** @type {string|null|undefined} */\n+ this._mainSessionId = null;\n}\n/**\n@@ -205,6 +207,20 @@ class Netwo... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core: fix main session OOPIF checks for devtools (#12533) | 1 | core | null |
791,834 | 25.05.2021 13:00:17 | 18,000 | 3b3df20cf8e076e94fe67df491a047c2ee4aada0 | core: update FCP score curve | [
{
"change_type": "MODIFY",
"diff": "@@ -29,12 +29,11 @@ class FirstContentfulPaint3G extends Audit {\n*/\nstatic get defaultOptions() {\nreturn {\n- // 25th and 5th percentiles HTTPArchive on Fast 3G -> multiply by 1.5 for RTT differential -> median and PODR\n- // p10 is then derived from them.\n- // https:... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core: update FCP score curve (#12556) | 1 | core | null |
342,861 | 25.05.2021 13:08:42 | -7,200 | cabe122b7668f79d1fdd0737d4e1fcde96ce8adc | feat(Dialog): add insidePortal prop | [
{
"change_type": "MODIFY",
"diff": "@@ -22,6 +22,7 @@ Table below contains all types of the props available in Dialog component.\n| Name | Type | Description |\n| :---------------- | :---------------------- | :--------------------------------------------------------------------------------------------------... | JavaScript | MIT License | kiwicom/orbit | feat(Dialog): add insidePortal prop | 1 | feat | Dialog |
306,353 | 25.05.2021 13:17:47 | -18,000 | da5f08ed5861ae117581f9fac2d4ab678a04aadc | fix: added count-alphabet sort for skipped resources | [
{
"change_type": "MODIFY",
"diff": "@@ -236,8 +236,23 @@ func (r *Root) unsupportedResourcesMessage(showSkipped bool) string {\n)\nif showSkipped {\n+ type structMap struct {\n+ key string\n+ value int\n+ }\n+ ind := []structMap{}\nfor t, c := range *r.Summary.UnsupportedResourceCounts {\n- msg += fmt.Sprin... | Go | Apache License 2.0 | infracost/infracost | fix: added count-alphabet sort for skipped resources (#717) | 1 | fix | null |
426,720 | 25.05.2021 13:20:29 | -10,800 | 7f9d853c939890006d37cbf9ba5e5fcb26901af1 | feat(rollup-plugin-copy): exclude | [
{
"change_type": "ADD",
"diff": "+---\n+'@web/rollup-plugin-copy': minor\n+---\n+\n+Added `exclude` option for rollup-plugin-copy.\n+\n+Example: Exclude single directory:\n+\n+```js\n+copy({ pattern: '**/*.svg', exclude: 'node_modules' })\n+```\n+\n+Example: Exclude multiple globs:\n+\n+```js\n+copy({ patte... | TypeScript | MIT License | modernweb-dev/web | feat(rollup-plugin-copy): exclude | 1 | feat | rollup-plugin-copy |
699,189 | 25.05.2021 13:21:38 | 36,000 | 79a9dfbaf60c13bd4985c7d30017d9db5b8c7c76 | fix(disclosure): remove wrapping box around heading content | [
{
"change_type": "ADD",
"diff": "+---\n+'@twilio-paste/disclosure': patch\n+'@twilio-paste/core': patch\n+---\n+\n+DisclosureHeading now gracefully handles children and doesn't impose flex behavior. This makes it easier to pass MediaObjects and Truncate as children.\n",
"new_path": ".changeset/beige-ico... | TypeScript | MIT License | twilio-labs/paste | fix(disclosure): remove wrapping box around heading content (#1487) | 1 | fix | disclosure |
104,828 | 25.05.2021 13:26:52 | -7,200 | 38251c3ad1a49ff335ad98d453a6ac0b08394267 | feat(mapcard): layered control btn has caret | [
{
"change_type": "MODIFY",
"diff": "import React from 'react';\nimport { settings } from '../../constants/Settings';\nimport { Button } from '../../index';\n-import { Layers16 } from '@carbon/icons-react';\n+import { Layers16, CaretSortDown16 } from '@carbon/icons-react';\nimport classnames from 'classnames... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(mapcard): layered control btn has caret | 1 | feat | mapcard |
419,481 | 25.05.2021 13:27:51 | 10,800 | efde88fb861a10bc5c38b3a93138e8ea2b29e972 | docs: fix references loading with key name | [
{
"change_type": "MODIFY",
"diff": "@@ -56,9 +56,8 @@ defining `load(): Promise<T>` method that will first lazy load the association i\navailable. You can also use `unwrap(): T` method to access the underlying entity without loading\nit.\n-You can also use `get<K extends keyof T>(prop: K): Promise<T[K]>` he... | TypeScript | MIT License | mikro-orm/mikro-orm | docs: fix references loading with key name (#1853) | 1 | docs | null |
217,922 | 25.05.2021 13:35:59 | -7,200 | 7780b7975704295ef74f0bbb0d2c9e05e13d8742 | chore(release): 8.2.8 | [
{
"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=\"8.2.8\"></a>\n+## [8.2.8](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compare/... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 8.2.8 | 1 | chore | release |
342,861 | 25.05.2021 13:43:58 | -7,200 | 813350517ab81abb4f04f78e5658d6419421a612 | feat(Popover): add insidePortal prop | [
{
"change_type": "MODIFY",
"diff": "@@ -31,6 +31,7 @@ Table below contains all types of the props available in the Popover component.\n| preferredAlign | [`enum`](#enum) | `\"start\"` | The preferred position to choose [See Functional specs](#functional-specs). |\n| preferredPosition | [`enum`](#enum) | `\"... | JavaScript | MIT License | kiwicom/orbit | feat(Popover): add insidePortal prop | 1 | feat | Popover |
342,861 | 25.05.2021 13:44:49 | -7,200 | b13432c8a0eaff89e4637da8bc105476b92b04f2 | feat(MobileDialog): add insidePortal prop | [
{
"change_type": "MODIFY",
"diff": "@@ -24,6 +24,7 @@ Table below contains all types of the props available in the MobileDialogPrimiti\n| **content** | `React.Node` | | The content to display in the MobileDialogPrimitive. |\n| dataTest | `string` | | Optional prop for testing purposes. |\n| enabled | `boole... | JavaScript | MIT License | kiwicom/orbit | feat(MobileDialog): add insidePortal prop | 1 | feat | MobileDialog |
342,861 | 25.05.2021 13:45:35 | -7,200 | 05166a4e31fefc072d382e962ac388470f4b9298 | feat(TooltipPrimitive): add insidePortal prop | [
{
"change_type": "MODIFY",
"diff": "@@ -24,6 +24,7 @@ Table below contains all types of the props available in the TooltipPrimitive co\n| **content** | `React.Node` | | The content to display in the TooltipPrimitive. |\n| dataTest | `string` | | Optional prop for testing purposes. |\n| enabled | `boolean` |... | JavaScript | MIT License | kiwicom/orbit | feat(TooltipPrimitive): add insidePortal prop | 1 | feat | TooltipPrimitive |
14,210 | 25.05.2021 13:45:47 | -7,200 | ca396adfbbca3db6d9c94e2076d3982925b57508 | fix(js): fix panel placement after scroll | [
{
"change_type": "MODIFY",
"diff": "-import { waitFor } from '@testing-library/dom';\n+import { fireEvent, waitFor } from '@testing-library/dom';\nimport { autocomplete } from '../autocomplete';\n@@ -10,6 +10,7 @@ const LEFT = 11;\nconst RIGHT = 13;\nconst TOP = 17;\nconst WIDTH = 19;\n+const SCROLL = 100;\... | TypeScript | MIT License | algolia/autocomplete | fix(js): fix panel placement after scroll (#593) | 1 | fix | js |
342,861 | 25.05.2021 13:45:58 | -7,200 | 76efa1fbf3b579b3207612b42820694b37ffd63c | feat(Tooltip): add insidePortal prop | [
{
"change_type": "MODIFY",
"diff": "@@ -19,7 +19,7 @@ After adding import into your project you can use it simply like:\nTable below contains all types of the props available in the Tooltip component.\n| Name | Type | Default | Description |\n-| :------------------- | :----------------- | :------ | :-------... | JavaScript | MIT License | kiwicom/orbit | feat(Tooltip): add insidePortal prop | 1 | feat | Tooltip |
342,861 | 25.05.2021 13:46:28 | -7,200 | af4ccd37ee07322b5b2d995189bb6334ea4334a1 | docs(Dialog): add insidePortal prop | [
{
"change_type": "MODIFY",
"diff": "@@ -10,6 +10,7 @@ export default {\n<Dialog\ntitle=\"Accept notifications?\"\ndescription=\"Stay up to date with all travel possibilities.\"\n+ insidePortal={false}\nprimaryAction={\n<Button\nonClick={() => {\n",
"new_path": "docs/src/__examples__/Dialog/CLOSING.tsx",... | JavaScript | MIT License | kiwicom/orbit | docs(Dialog): add insidePortal prop | 1 | docs | Dialog |
791,704 | 25.05.2021 13:54:23 | 25,200 | 836fd19ce2f215757a28ba457290818a7cc5cdb5 | report: make metric filter accessible | [
{
"change_type": "MODIFY",
"diff": "@@ -311,17 +311,17 @@ class PerformanceCategoryRenderer extends CategoryRenderer {\n]);\nfor (const metric of filterChoices) {\nconst elemId = `metric-${metric.acronym}`;\n+ const radioEl = this.dom.createChildOf(metricFilterEl, 'input', 'lh-metricfilter__radio', {\n+ typ... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report: make metric filter accessible (#12552) | 1 | report | null |
777,388 | 25.05.2021 13:55:16 | 21,600 | 464374830775dc6566d0fb215612f23863b3158c | docs: update procedure for latest NVIDIA drivers on GKE | [
{
"change_type": "MODIFY",
"diff": "@@ -53,7 +53,6 @@ their local machine.\n--region us-west1 \\\n--node-locations us-west1-b\\\n--num-nodes=1 \\\n- --image-type=UBUNTU \\\n--machine-type=n1-standard-16\n# Create a node pool. This will not launch any nodes immediately but will\n@@ -67,12 +66,11 @@ their loc... | Python | Apache License 2.0 | determined-ai/determined | docs: update procedure for latest NVIDIA drivers on GKE (#2429) | 1 | docs | null |
342,861 | 25.05.2021 13:55:56 | -7,200 | ce2753c2619d60dcb73fc4f5a3709a4415a4021d | docs(Tooltip): add insidePortal prop | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,11 @@ export default {\n<Heading type=\"title3\" as=\"h4\">\nStart\n</Heading>\n- <Tooltip preferredAlign=\"start\" content={<Text>Select a flight before continuing.</Text>}>\n+ <Tooltip\n+ insidePortal={false}\n+ preferredAlign=\"start\"\n+ content={<Text>Sele... | JavaScript | MIT License | kiwicom/orbit | docs(Tooltip): add insidePortal prop | 1 | docs | Tooltip |
127,946 | 25.05.2021 13:59:34 | -10,800 | e206b293111f4499f4464c6b97950745a76795e4 | feat: hide logo btcxe | [
{
"change_type": "MODIFY",
"diff": "@@ -124,9 +124,9 @@ With `width` and `height`:\n## BTCXE & 3D secure:\n-```jsx react-live\n+<!-- ```jsx react-live\n<LogoBtcxe fontSize=\"16rem\" color=\"bulma.100\" />\n-```\n+``` -->\n## Sportsbet Canada:\n",
"new_path": "packages/assets/src/logos/README.mdx",
"... | TypeScript | MIT License | coingaming/moon-design | feat: hide logo btcxe | 1 | feat | null |
667,712 | 25.05.2021 13:59:35 | -28,800 | 8bce608c522e97a24c4ad15b1fa0a0e22fdbd463 | fix(android): fix setRenderToHardwareTexture | [
{
"change_type": "MODIFY",
"diff": "@@ -35,7 +35,6 @@ import com.tencent.mtt.hippy.modules.Promise;\nimport com.tencent.mtt.hippy.utils.LogUtils;\nimport com.tencent.mtt.hippy.utils.PixelUtil;\nimport com.tencent.mtt.hippy.views.common.CommonBorder;\n-import com.tencent.mtt.hippy.views.view.HippyViewGroup;\... | C++ | Apache License 2.0 | tencent/hippy | fix(android): fix setRenderToHardwareTexture | 1 | fix | android |
777,345 | 25.05.2021 14:09:32 | 25,200 | 343d81064e13ca2e7b7631d6621c72c578e7b701 | chore: whitelist `eventually` from schema linter | [
{
"change_type": "MODIFY",
"diff": "@@ -63,6 +63,7 @@ SUPPORTED_KEYWORDS_BY_TYPE = {\n\"unionKey\",\n\"disallowProperties\",\n\"eventuallyRequired\",\n+ \"eventually\",\n\"checks\",\n\"compareProperties\",\n\"allOf\",\n",
"new_path": "schemas/lint.py",
"old_path": "schemas/lint.py"
},
{
"cha... | Python | Apache License 2.0 | determined-ai/determined | chore: whitelist `eventually` from schema linter | 1 | chore | null |
104,853 | 25.05.2021 14:16:25 | 14,400 | 6ed887ceae972e19f329bcbe4f8366809434e186 | fix(flyout-menu): update icon colors | [
{
"change_type": "MODIFY",
"diff": "@@ -254,8 +254,13 @@ $shadow: 0.4rem;\n.#{$iot-prefix}--flyout-menu--trigger-button {\ncolor: $icon-01;\n+ &.bx--btn.bx--btn--icon-only.bx--tooltip__trigger svg,\n+ &.bx--btn.bx--btn--icon-only.bx--tooltip__trigger:hover svg {\n+ fill: $gray-70;\n+ }\n+\n.#{$iot-prefix}--... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(flyout-menu): update icon colors | 1 | fix | flyout-menu |
317,842 | 25.05.2021 14:45:21 | -7,200 | 2eb45b58638f3a7152ec59357b023c371eccc847 | fix: escape \ from segment value when in bash
fix | [
{
"change_type": "MODIFY",
"diff": "@@ -2,6 +2,7 @@ package main\nimport (\n\"fmt\"\n+ \"strings\"\n\"sync\"\n\"time\"\n)\n@@ -90,7 +91,13 @@ func (b *Block) renderSegments() string {\n}\nb.activeSegment = segment\nb.endPowerline()\n- b.renderSegmentText(segment.stringValue)\n+ segmentValue := segment.strin... | Go | MIT License | jandedobbeleer/oh-my-posh | fix: escape \ from segment value when in bash
fix #738 | 1 | fix | null |
386,581 | 25.05.2021 14:51:51 | -7,200 | a4be53077afd6dbcf42f41473695f77d00ccd1a5 | fix(docs): Updates to custom code docs. | [
{
"change_type": "MODIFY",
"diff": "@@ -28,7 +28,7 @@ _ref:\n}): void\n```\ndescription: |\n- The `JsAction` action is used to call a custom JavaScript function which was loaded onto the page using the `window.lowdefy.registerJsAction()` method. This JavaScript function can be asynchronous. See [Custom Java... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(docs): Updates to custom code docs. | 1 | fix | docs |
386,581 | 25.05.2021 14:56:50 | -7,200 | eb49803a48719c38a7d4cb0ff7d0540c0da25d75 | fix(docs): Fix custom block event actions history description. | [
{
"change_type": "MODIFY",
"diff": "@@ -134,7 +134,8 @@ _ref:\n- `eventName: string`: The event name which which triggerEvent was called.\n- `success: boolean`: True if all actions for the event executed without throwing any errors.\n- `startTimestamp: datetime`: Timestamp for when the event was started.\n-... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(docs): Fix custom block event actions history description. | 1 | fix | docs |
386,581 | 25.05.2021 15:12:28 | -7,200 | d9cbf8df56f97116832a7038f026058f1d528dc6 | fix: webpack config so that index.html is not minified. | [
{
"change_type": "MODIFY",
"diff": "@@ -113,8 +113,9 @@ module.exports = [\n},\n}),\nnew HtmlWebpackPlugin({\n- template: './src/commands/dev/shell/index.html',\n+ minify: false,\npublicPath: '/',\n+ template: './src/commands/dev/shell/index.html',\n}),\nnew webpack.DefinePlugin({\n'process.env.NODE_ENV': J... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix: webpack config so that index.html is not minified. | 1 | fix | null |
756,038 | 25.05.2021 15:20:59 | 25,200 | afb1c98cebaed03296b5112523518c0f6618f3e7 | fix: quoting typo | [
{
"change_type": "MODIFY",
"diff": "@@ -13,7 +13,7 @@ Purse operations which change the balance result in a downcall to this module to\nUpon an `EndBlock()` call, the module will scan the block for all `MsgSend` and `MsgMultiSend` events (see `cosmos-sdk/x/bank/spec/04_events.md`) and perform a `VPURSE_BALA... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix: quoting typo
Co-authored-by: Michael FIG <mfig@agoric.com> | 1 | fix | null |
897,063 | 25.05.2021 15:35:53 | -32,400 | 8a8b95102ec0417bed6b838f80d59b9c70d54459 | fix(deps): pin puppeteer version to v8 | [
{
"change_type": "MODIFY",
"diff": "\"inquirer\": \"^8.1.0\",\n\"meow\": \"^9.0.0\",\n\"os-locale\": \"^5.0.0\",\n- \"puppeteer\": \"9.1.1\"\n+ \"puppeteer\": \"8.0.0\"\n},\n\"devDependencies\": {\n\"@types/inquirer\": \"7.3.1\",\n",
"new_path": "packages/plugin-uploader/package.json",
"old_path": "... | TypeScript | MIT License | kintone/js-sdk | fix(deps): pin puppeteer version to v8 (#889) | 1 | fix | deps |
777,367 | 25.05.2021 15:37:58 | 25,200 | 861c19a6efba44c5250c8ce6b13a2cbc758e5e39 | fix: resource pool not saved in the DB | [
{
"change_type": "MODIFY",
"diff": "@@ -108,11 +108,8 @@ type (\nfunc newExperiment(master *Master, expModel *model.Experiment, taskSpec *tasks.TaskSpec) (\n*experiment, error,\n) {\n- conf := expModel.Config\n+ conf := &expModel.Config\n- // Validate the ResourcePool setting. The reason to do it now and no... | Python | Apache License 2.0 | determined-ai/determined | fix: resource pool not saved in the DB [DET-5485] (#2435) | 1 | fix | null |
711,597 | 25.05.2021 15:40:13 | -7,200 | 56d058d0fd09edcdbee8b6d4582c44f9da780af9 | fix(core): Correctly calculate refund amount when modifying order
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -2856,6 +2856,7 @@ export type TestOrderFragmentFragment = Pick<\n| 'unitPriceWithTax'\n| 'unitPriceChangeSinceAdded'\n| 'unitPriceWithTaxChangeSinceAdded'\n+ | 'proratedUnitPriceWithTax'\n> & {\nproductVariant: Pick<ProductVariant, 'id'>;\ndiscounts: Array<\n",
"n... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Correctly calculate refund amount when modifying order
Fixes #890 | 1 | fix | core |
711,597 | 25.05.2021 15:42:18 | -7,200 | fce00c4d9ce9123ac71b50e09d56017ff6675735 | fix(admin-ui): Account for refunds when calculating outstanding payment | [
{
"change_type": "MODIFY",
"diff": "@@ -18,6 +18,7 @@ import {\nOrderDetail,\nOrderDetailFragment,\nOrderLineFragment,\n+ Refund,\nRefundOrder,\nServerConfigService,\nSortOrder,\n@@ -253,8 +254,13 @@ export class OrderDetailComponent\noutstandingPaymentAmount(order: OrderDetailFragment): number {\nconst pay... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(admin-ui): Account for refunds when calculating outstanding payment | 1 | fix | admin-ui |
531,793 | 25.05.2021 15:45:06 | -3,600 | 110efdd01bbffe3dba19c40a90fadc203e2f23fe | fix(ui): cleanup last sass file | [
{
"change_type": "MODIFY",
"diff": "@@ -13,8 +13,8 @@ $btn-active-box-shadow: 0;\n$tooltip-max-width: 400px;\n-@import \"Styles/Fonts\";\n-@import \"~bootswatch/dist/darkly/variables\";\n+@import \"./Fonts\";\n+@import \"bootswatch/dist/darkly/variables\";\n$dark: darken($dark, 4%);\n",
"new_path": "ui/... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): cleanup last sass file | 1 | fix | ui |
127,946 | 25.05.2021 15:51:38 | -10,800 | b3c17a42f678f7979d7c03a2395bd610c53589b9 | fix: dependency build | [
{
"change_type": "MODIFY",
"diff": "\"@heathmont/moon-calendar\": \"^2.97.2\",\n\"@heathmont/moon-charts\": \"^2.97.2\",\n\"@heathmont/moon-components\": \"^2.97.2\",\n- \"@heathmont/moon-core\": \"2.49.3-alpha.0\",\n+ \"@heathmont/moon-core\": \"2.97.0\",\n\"@heathmont/moon-draggabletable\": \"^2.97.2\",\n... | TypeScript | MIT License | coingaming/moon-design | fix: dependency build | 1 | fix | null |
756,038 | 25.05.2021 15:56:30 | 25,200 | 58ad0a76fa58a35f56db475ba2434eff101a3129 | docs: refer to "Before Using Agoric" rather than duplicating | [
{
"change_type": "MODIFY",
"diff": "@@ -21,24 +21,20 @@ In any case, for now, you will be needing to build the solo node from the source\n### Build from source\n-If you want to build and install from sources, you need to install\n-- [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)\n-- [n... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | docs: refer to "Before Using Agoric" rather than duplicating | 1 | docs | null |
791,690 | 25.05.2021 16:05:52 | 18,000 | 8b46b657a33ed60a6c8de7276fe12a78c17a3600 | core(navigate): only observe longtasks in PerfObserver | [
{
"change_type": "MODIFY",
"diff": "@@ -285,7 +285,7 @@ function registerPerformanceObserverInPage() {\n}\n});\n- observer.observe({entryTypes: ['longtask'], buffered: true});\n+ observer.observe({type: 'longtask', buffered: true});\n}\n/**\n",
"new_path": "lighthouse-core/gather/driver/wait-for-conditi... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(navigate): only observe longtasks in PerfObserver (#12545) | 1 | core | navigate |
71,663 | 25.05.2021 16:11:21 | 25,200 | 32b0b784d0b8c643c47a4768da57ad7af15cc55d | revert(secretsmanager): revert "Automatically grant permissions to rotation Lambda (#14471)"
This reverts commit | [
{
"change_type": "MODIFY",
"diff": "@@ -87,8 +87,6 @@ secret.addRotationSchedule('RotationSchedule', {\n});\n```\n-Note: The required permissions for Lambda to call SecretsManager and the other way round are automatically granted based on [AWS Documentation](https://docs.aws.amazon.com/secretsmanager/latest... | TypeScript | Apache License 2.0 | aws/aws-cdk | revert(secretsmanager): revert "Automatically grant permissions to rotation Lambda (#14471)"
This reverts commit 85e00faf | 1 | revert | secretsmanager |
711,597 | 25.05.2021 16:17:07 | -7,200 | c01106c5fb22f70e0b226aebfa6aeb134a31a4e6 | fix(core): Publish PaymentStateTransitionEvent when settlePayment fails
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -133,33 +133,28 @@ export class PaymentService {\npayment,\npaymentMethod.handler.args,\n);\n- if (settlePaymentResult.success) {\nconst fromState = payment.state;\n- const toState = 'Settled';\n+ let toState: PaymentState;\n+ payment.metadata = this.mergePaymentMetada... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Publish PaymentStateTransitionEvent when settlePayment fails
Fixes #886 | 1 | fix | core |
104,868 | 25.05.2021 16:17:14 | 10,800 | 5c4145ae0fac76c6845b1f21342f27d46aebcd9d | fix(tearsheet): TearSheet children element changes | [
{
"change_type": "MODIFY",
"diff": "-import React from 'react';\n+import React, { cloneElement, useMemo } from 'react';\nimport PropTypes from 'prop-types';\nimport { Close16 } from '@carbon/icons-react';\nimport classnames from 'classnames';\n@@ -22,23 +22,25 @@ const propTypes = {\n/** onClose optional fu... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(tearsheet): TearSheet children element changes | 1 | fix | tearsheet |
471,355 | 25.05.2021 16:30:16 | -7,200 | 861fcfcb5b963bb66580617bc6524462880e1d92 | chore: fix tls tests in net instrumentation | [
{
"change_type": "ADD",
"diff": "+-----BEGIN CERTIFICATE-----\n+MIIDbTCCAlWgAwIBAgIUPrEH0CT542Rrkjbj48sUe9Y1GtkwDQYJKoZIhvcNAQEL\n+BQAwRTELMAkGA1UEBhMCQVUxEzARBgNVBAgMClNvbWUtU3RhdGUxITAfBgNVBAoM\n+GEludGVybmV0IFdpZGdpdHMgUHR5IEx0ZDAgFw0yMTA1MjUwNzQ4NDdaGA8yMTIx\n+MDUwMTA3NDg0N1owRTELMAkGA1UEBhMCQVUxEzARBgN... | TypeScript | Apache License 2.0 | open-telemetry/opentelemetry-js-contrib | chore: fix tls tests in net instrumentation (#501) | 1 | chore | null |
667,680 | 25.05.2021 16:30:23 | -28,800 | 9140a3964921cd22d64c324f1efc5d461af2e12c | refactor(android): remove unused `HippyBuffer` class | [
{
"change_type": "DELETE",
"diff": "-/*\n- *\n- * Tencent is pleased to support the open source community by making\n- * Hippy available.\n- *\n- * Copyright (C) 2019 THL A29 Limited, a Tencent company.\n- * All rights reserved.\n- *\n- * Licensed under the Apache License, Version 2.0 (the \"License\");\n- ... | C++ | Apache License 2.0 | tencent/hippy | refactor(android): remove unused `HippyBuffer` class | 1 | refactor | android |
711,597 | 25.05.2021 16:30:51 | -7,200 | 8bfa03d4ba01dd6cdc304795c51674c410f8b1c6 | fix(core): Prevent FK error when migrating with better-sqlite3 driver
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -174,7 +174,7 @@ function createConnectionOptions(userConfig: Partial<VendureConfig>): Connection\n* See https://github.com/typeorm/typeorm/issues/2576#issuecomment-499506647\n*/\nasync function disableForeignKeysForSqLite<T>(connection: Connection, work: () => Promise... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Prevent FK error when migrating with better-sqlite3 driver
Fixes #880 | 1 | fix | core |
705,211 | 25.05.2021 16:31:38 | 14,400 | 06f4438e0f7a54760f4814de6461fbff4acc88cc | fix(ToggleSwitch): Match Material Design guidelines for UWP and WASM | [
{
"change_type": "MODIFY",
"diff": "ResourceKey=\"MaterialOnSurfaceLowVariantBrush\" />\n<SolidColorBrush x:Key=\"AndroidSelectControlToggleOffButtonBrush\"\n- Color=\"#FAFAFA\" />\n+ Color=\"#FFFAFAFA\" />\n<!-- Toggle On Disabled -->\n<StaticResource x:Key=\"MaterialToggleSwitchOnLowButtonBrush\"\n<Visual... | C# | Apache License 2.0 | unoplatform/uno.themes | fix(ToggleSwitch): Match Material Design guidelines for UWP and WASM | 1 | fix | ToggleSwitch |
127,946 | 25.05.2021 16:36:08 | -10,800 | 9d8c60692cabec533eaa22c7bcc2326412b25fb1 | chore: revert failed 3.0.0 versions | [
{
"change_type": "MODIFY",
"diff": "\"build\": \"echo 'Handled by root package'\"\n},\n\"dependencies\": {\n- \"@heathmont/moon-assets\": \"^3.0.0\",\n- \"@heathmont/moon-components\": \"^3.0.0\",\n- \"@heathmont/moon-themes\": \"^3.0.0\",\n- \"@heathmont/moon-utils\": \"^3.0.0\"\n+ \"@heathmont/moon-assets... | TypeScript | MIT License | coingaming/moon-design | chore: revert failed 3.0.0 versions | 1 | chore | null |
127,954 | 25.05.2021 16:47:15 | -10,800 | 14552648c5740cae1afe62bf14f7fab802941e9b | feat(tablink): add fullwidth prop to tablink | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,17 @@ import rem from 'polished/lib/helpers/rem';\nimport { underlineWidth, underlineOffset } from '../tabs/private';\n-const TabLink = styled.a(({ theme }) => ({\n+type TabLinkProps = {\n+ fullWidth?: boolean;\n+};\n+\n+const TabLink = styled.a<TabLinkProps>((... | TypeScript | MIT License | coingaming/moon-design | feat(tablink): add fullwidth prop to tablink (#1207) | 1 | feat | tablink |
386,595 | 25.05.2021 16:52:34 | -7,200 | 30a476460859f8b72198bad17ef892ef634cb24d | fix(blocksAntd): Fix DateTimeSelector to work for local or utc time, closes # | [
{
"change_type": "MODIFY",
"diff": "@@ -35,7 +35,7 @@ const disabledDate = (disabledDates = {}) => {\n.filter((range) => range !== null);\nreturn (currentDate) => {\n- const utcCurrentData = currentDate.utc();\n+ const utcCurrentData = currentDate.clone().utc();\nif (min && utcCurrentData.isBefore(min)) ret... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(blocksAntd): Fix DateTimeSelector to work for local or utc time, closes #580 # | 1 | fix | blocksAntd |
386,595 | 25.05.2021 16:54:30 | -7,200 | e817fb1900a66c38487632500302040acd206a46 | fix(blocksAntd): Rename selectGMT to selectUTC for DateTimeSelector. | [
{
"change_type": "MODIFY",
"diff": "type: DateTimeSelector\nproperties:\ntitle: DateTimeSelector title\n-- id: \"properties.allowClear: false\"\n+- id: 'properties.allowClear: false'\ntype: DateTimeSelector\nproperties:\nallowClear: false\n-- id: \"properties.autoFocus: true\"\n+- id: 'properties.autoFocus:... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(blocksAntd): Rename selectGMT to selectUTC for DateTimeSelector. | 1 | fix | blocksAntd |
127,946 | 25.05.2021 17:16:59 | -10,800 | a542d31ad0b4ae7e93e38781600eba26615b8099 | build: install npm token | [
{
"change_type": "MODIFY",
"diff": "@@ -25,6 +25,11 @@ aliases:\n- packages/*/node_modules/*\n- docs/node_modules/*\n+ install_token: &install_token\n+ run:\n+ name: 'Setting up private repository NPM access'\n+ command: echo \"//registry.npmjs.org/:_authToken=$NPM_TOKEN\" > .npmrc\n+\ndocker_build_docs_bra... | TypeScript | MIT License | coingaming/moon-design | build: install npm token | 1 | build | null |
127,946 | 25.05.2021 17:22:48 | -10,800 | 80f25c841d4c970ef92833b738056a17a19ef5ba | fix: trigger build | [
{
"change_type": "MODIFY",
"diff": "## Using Moon Design\n-- `yarn start` - serve the docs locally at [`:8000`](http://localhost:8000) with hot reloading.\n+- `yarn start` - serve the docs locally at [`:8000`](http://localhost:8000).\n- `yarn commit` - CLI to write git commits in our [preferred format](CONT... | TypeScript | MIT License | coingaming/moon-design | fix: trigger build | 1 | fix | null |
889,620 | 25.05.2021 17:50:05 | -28,800 | b162cdeba39b1a28af0188de24b429a1a15cbab0 | perf: remove subquery | [
{
"change_type": "MODIFY",
"diff": "@@ -111,7 +111,7 @@ class SeriesDtoDao(\nselectBase(userId)\n.where(s.ID.eq(seriesId))\n.groupBy(*groupFields)\n- .fetchAndMap(userId)\n+ .fetchAndMap()\n.firstOrNull()\nprivate fun selectBase(\n@@ -120,6 +120,9 @@ class SeriesDtoDao(\n): SelectOnConditionStep<Record> =\n... | Kotlin | MIT License | gotson/komga | perf: remove subquery | 1 | perf | null |
418,677 | 25.05.2021 17:55:21 | -28,800 | 10f202e6496d9e313ee796cd973ae372e79071eb | refactor: export applicationContext for analyze | [
{
"change_type": "MODIFY",
"diff": "@@ -19,6 +19,7 @@ import {\n} from '@midwayjs/decorator';\nimport { MidwayContainer } from '../context/midwayContainer';\nimport { joinURLPath } from './index';\n+import { IMidwayContainer } from '../interface';\nexport interface RouterInfo {\n/**\n@@ -103,6 +104,7 @@ exp... | TypeScript | MIT License | midwayjs/midway | refactor: export applicationContext for analyze (#1070) | 1 | refactor | null |
865,916 | 25.05.2021 18:08:52 | -7,200 | 3292cdcba70662e6bb0e07cb45c86d606c55480e | docs: make informing QA about release in a meeting explicit
Related to | [
{
"change_type": "MODIFY",
"diff": "# Alpha Release\n-__[Draft an alpha release](https://github.com/camunda/camunda-modeler/issues/new?body=%23%23%20What%27s%20inside%3F%0A%0A%2A%20...%0A%2A%20...%0A%2A%20...%0A%0A%0A%23%23%20Release%20Checklist%0A%0A_To%20be%20done%20immediately%20after%20creating%20this%2... | JavaScript | MIT License | camunda/camunda-modeler | docs: make informing QA about release in a meeting explicit
Related to https://github.com/bpmn-io/internal-docs/issues/291 | 1 | docs | null |
14,210 | 25.05.2021 18:14:34 | -7,200 | 527670e6e71872e09fa98694f443b572847a89ae | fix(js): do not render empty sections | [
{
"change_type": "MODIFY",
"diff": "@@ -36,11 +36,7 @@ export function createCategoriesPlugin({\n});\n},\ntemplates: {\n- header({ items }) {\n- if (items.length === 0) {\n- return null;\n- }\n-\n+ header() {\nreturn (\n<Fragment>\n<span className=\"aa-SourceHeaderTitle\">Categories</span>\n",
"new_path... | TypeScript | MIT License | algolia/autocomplete | fix(js): do not render empty sections (#594) | 1 | fix | js |
756,059 | 25.05.2021 18:22:13 | 25,200 | ba95e34622063eaae47335a0260a004a3a159807 | fix: tweaks and cleanup based on review feedback | [
{
"change_type": "MODIFY",
"diff": "@@ -13,6 +13,7 @@ const encoder = new util.TextEncoder();\n/**\n* @typedef { import('@agoric/swing-store-simple').KVStore } KVStore\n+ * @typedef { import('@agoric/swing-store-simple').StreamPosition } StreamPosition\n* @typedef { import('@agoric/swing-store-simple').Stre... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix: tweaks and cleanup based on review feedback | 1 | fix | null |
317,646 | 25.05.2021 18:31:23 | -7,200 | 2cf288e46c0ca80c156ecdb65e9ca2f5930bed0d | fix: ignore 0 size terminals | [
{
"change_type": "MODIFY",
"diff": "@@ -28,7 +28,7 @@ func (e *engine) string() string {\nfunc (e *engine) canWriteRPrompt() bool {\nprompt := e.string()\nconsoleWidth, err := e.env.getTerminalWidth()\n- if err != nil {\n+ if err != nil || consoleWidth == 0 {\nreturn true\n}\npromptWidth := e.ansi.lenWithou... | Go | MIT License | jandedobbeleer/oh-my-posh | fix: ignore 0 size terminals | 1 | fix | null |
392,551 | 25.05.2021 18:34:16 | -7,200 | c111cff4fd076bcb09ab55a7495c3c7dde51a21a | docs: add viewer to map sync example | [
{
"change_type": "MODIFY",
"diff": "@@ -20,7 +20,7 @@ To start using MapillaryJS with data from the [Mapillary](https://www.mapillary.\nInstall the package via [Yarn](https://classic.yarnpkg.com) (or [npm](https://docs.npmjs.com/about-npm)).\n```sh\n-yarn add mapillary-js\n+yarn add mapillary-js@next\n```\n... | TypeScript | MIT License | mapillary/mapillary-js | docs: add viewer to map sync example | 1 | docs | null |
791,834 | 25.05.2021 18:36:15 | 18,000 | 2511725963e8695c302095f68cc5f6a1bc393bd2 | deps: remove intl polyfill | [
{
"change_type": "MODIFY",
"diff": "@@ -12,6 +12,7 @@ const MessageFormat = require('intl-messageformat').default;\nconst lookupClosestLocale = require('lookup-closest-locale');\nconst LOCALES = require('./locales.js');\nconst {isObjectOfUnknownValues, isObjectOrArrayOfUnknownValues} = require('../type-veri... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | deps: remove intl polyfill (#12426) | 1 | deps | null |
104,828 | 25.05.2021 18:39:12 | -7,200 | fdf2337471ef157b403f19fe41a9d7dbd3e022e5 | feat(mapcard): added toggle function to controls | [
{
"change_type": "MODIFY",
"diff": "@@ -29,11 +29,23 @@ const MapBoxStory = ({\nisResizable,\n...other\n}) => {\n+ const toggleMapContol = (id) => {\n+ setMapControls((state) =>\n+ state.map((c) => (c.id === id ? { ...c, selected: !c.selected } : c))\n+ );\n+ };\n+\n+ const toggleLayeredContol = (id) => {\n... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(mapcard): added toggle function to controls | 1 | feat | mapcard |
104,828 | 25.05.2021 18:43:15 | -7,200 | 7474005cc6af7e51281eba05dd2b6249e1c9fe40 | feat(mapcard): export from index | [
{
"change_type": "MODIFY",
"diff": "@@ -117,6 +117,7 @@ export DynamicHotspotSourcePicker from './components/HotspotEditorModal/DynamicH\nexport ComboChartCard from './components/ComboChartCard/ComboChartCard';\nexport MenuButton from './components/MenuButton/MenuButton';\nexport ListBuilder from './compone... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(mapcard): export from index | 1 | feat | mapcard |
471,349 | 25.05.2021 19:10:35 | -10,800 | 5a7fcc84a0b54e342a4503509671429f6cfa3456 | feat: implement instrumentation for generic-pool | [
{
"change_type": "ADD",
"diff": "+build\n",
"new_path": "plugins/node/opentelemetry-instrumentation-generic-pool/.eslintignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+module.exports = {\n+ \"env\": {\n+ \"mocha\": true,\n+ \"node\": true\n+ },\n+ ...require('../../../esli... | TypeScript | Apache License 2.0 | open-telemetry/opentelemetry-js-contrib | feat: implement instrumentation for generic-pool (#489)
Co-authored-by: Valentin Marchaud <contact@vmarchaud.fr> | 1 | feat | null |
306,655 | 25.05.2021 19:13:07 | -19,080 | 8e58516b042cd3e76ece670a1c032d12a25a424d | fix(Dropdown): fixes click event on disabled option
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -126,16 +126,16 @@ const Option = (props: OptionProps) => {\n};\nconst onClickHandler = (e: ClickEvent) => {\n+ e.stopPropagation();\nif (disabled) return;\n- e.stopPropagation();\nif (onClick) onClick();\n};\nconst onChangeHandler = (e: ChangeEvent) => {\n+ e.stopProp... | TypeScript | MIT License | innovaccer/design-system | fix(Dropdown): fixes click event on disabled option
Closes #666 | 1 | fix | Dropdown |
342,890 | 25.05.2021 19:24:30 | -7,200 | 87f7445324c9917c4f4602b0a62db2e045c461fb | fix: allow guidelines to be side by side | [
{
"change_type": "MODIFY",
"diff": "@@ -41,8 +41,10 @@ module.exports = {\nresolve: \"gatsby-remark-images\",\noptions: {\nlinkImagesToOriginal: false,\n- // The base for generating different image widths.\n- maxWidth: 590,\n+ // The base for generating different image widths\n+ // Content max width is 80re... | JavaScript | MIT License | kiwicom/orbit | fix: allow guidelines to be side by side | 1 | fix | null |
129,371 | 25.05.2021 19:33:47 | -28,800 | b7741290513eb97c9f3fd031942f319b985a6364 | test(bump): add test cast that fails to bump correctly | [
{
"change_type": "MODIFY",
"diff": "@@ -59,6 +59,36 @@ services:\ncommand: my-command\n\"\"\"\n+MULTIPLE_VERSIONS_TO_UPDATE_POETRY_LOCK = \"\"\"\n+[[package]]\n+name = \"to-update-1\"\n+version = \"1.2.9\"\n+\n+[[package]]\n+name = \"not-to-update\"\n+version = \"1.3.3\"\n+\n+[[package]]\n+name = \"not-to-u... | Python | MIT License | commitizen-tools/commitizen | test(bump): add test cast that fails to bump correctly
#383 | 1 | test | bump |
129,371 | 25.05.2021 19:40:15 | -28,800 | 20d0629a84f54c9f66ef882b230a4e24e3cc5f30 | fix(bump): fix offset error due to partially match
for examply, if what we want to bump is "version = 1.2.9", we still lookup up "version = 2.0.0" and changed the offset
this is fixed by changing offset only when matching is found | [
{
"change_type": "MODIFY",
"diff": "@@ -188,9 +188,9 @@ def _bump_with_regex(version_file_contents, current_version, new_version, regex)\nright = version_file_contents[match.end() + offset :]\nline_break = _get_line_break_position(right)\nmiddle = right[:line_break]\n- current_version_found_in_block = curre... | Python | MIT License | commitizen-tools/commitizen | fix(bump): fix offset error due to partially match
for examply, if what we want to bump is "version = 1.2.9", we still lookup up "version = 2.0.0" and changed the offset
this is fixed by changing offset only when matching is found
#383 | 1 | fix | bump |
129,371 | 25.05.2021 19:45:08 | -28,800 | 39872992b9b47cbad4e7b1daac7f1ff4bb804b76 | test(bump): refactor test_multiplt_versions_to_bump through file_regression | [
{
"change_type": "MODIFY",
"diff": "@@ -267,13 +267,13 @@ def test_file_version_inconsistent_error(\nassert expected_msg in str(excinfo.value)\n-def test_multiplt_versions_to_bump(multiple_versions_to_update_poetry_lock):\n+def test_multiplt_versions_to_bump(\n+ multiple_versions_to_update_poetry_lock, file... | Python | MIT License | commitizen-tools/commitizen | test(bump): refactor test_multiplt_versions_to_bump through file_regression | 1 | test | bump |
104,823 | 25.05.2021 19:59:14 | -7,200 | 2d28b20c50089f376ed87c772f7a4241c2c0298a | fix(emptystate): use default text align instead of foring it to left align to overcome rtl issue | [
{
"change_type": "MODIFY",
"diff": "&--content {\nmax-width: 30rem;\noverflow-wrap: break-word;\n- text-align: left;\n}\n&--title {\n@include type-style('productive-heading-03');\ncolor: $text-01;\n- text-align: left;\nmargin-bottom: $spacing-03;\n}\n&--text {\ncolor: $text-01;\n- text-align: left;\n@includ... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(emptystate): use default text align instead of foring it to left align to overcome rtl issue | 1 | fix | emptystate |
688,486 | 25.05.2021 20:33:09 | -7,200 | 27f906bb7e892ba719a2cec3e502b6794bc98cd1 | feat(forms): export additional types from final-form
Re-export FormAPI and MutableState types from the final-form library. | [
{
"change_type": "MODIFY",
"diff": "// Final Form exports\n-export { FORM_ERROR } from 'final-form'\n+export { FORM_ERROR, FormApi, MutableState } from 'final-form'\nexport { useForm, useField, useFormState, FormSpy, Form as FinalForm, Field as FinalField } from 'react-final-form'\nexport type { FieldMetaSt... | TypeScript | MIT License | toptal/picasso | feat(forms): export additional types from final-form (#2086)
Re-export FormAPI and MutableState types from the final-form library. | 1 | feat | forms |
724,240 | 25.05.2021 21:04:19 | 21,600 | 83aa823b5c2c230bded1f7dcf349166a05886262 | docs(test-utils): add tip about using `trigger('focus')`
When using `trigger('focus')` with jsdom v16.4.0 and above you must
use `attachTo` when mounting the component. | [
{
"change_type": "MODIFY",
"diff": "@@ -38,6 +38,10 @@ test('trigger demo', async () => {\n})\n```\n+::: tip\n+When using `trigger('focus')` with [jsdom v16.4.0](https://github.com/jsdom/jsdom/releases/tag/16.4.0) and above you must use the [attachTo](../options.md#attachto) option when mounting the compone... | JavaScript | MIT License | vuejs/vue-test-utils | docs(test-utils): add tip about using `trigger('focus')` (#1848)
When using `trigger('focus')` with jsdom v16.4.0 and above you must
use `attachTo` when mounting the component.
Co-authored-by: peterhegman <phegman@gitlab.com> | 1 | docs | test-utils |
14,245 | 25.05.2021 21:09:16 | -7,200 | cce4b5f63f23410ffb3f14aa147f837835bbae4e | fix(js): support panel scroll top position in all browsers | [
{
"change_type": "MODIFY",
"diff": "@@ -15,10 +15,14 @@ export function getPanelPlacementStyle({\nenvironment,\n}: GetPanelPlacementStyleParams) {\nconst containerRect = container.getBoundingClientRect();\n- const top =\n- environment.document.body.scrollTop +\n- containerRect.top +\n- containerRect.height;... | TypeScript | MIT License | algolia/autocomplete | fix(js): support panel scroll top position in all browsers (#595) | 1 | fix | js |
551,636 | 25.05.2021 21:11:15 | -3,600 | 072bdf5d0bf9f8f870eec403d0f8cb6101150933 | feat(sql): to_timezone() and to_utc() timestamp functions | [
{
"change_type": "ADD",
"diff": "+/*******************************************************************************\n+ * ___ _ ____ ____\n+ * / _ \\ _ _ ___ ___| |_| _ \\| __ )\n+ * | | | | | | |/ _ \\/ __| __| | | | _ \\\n+ * | |_| | |_| | __/\\__ \\ |_| |_| | |_) |\n+ * \\__\\_\\\\__,_|\\___||___/\\__|____... | Java | Apache License 2.0 | questdb/questdb | feat(sql): to_timezone() and to_utc() timestamp functions (#1062) | 1 | feat | sql |
129,371 | 25.05.2021 23:11:33 | -28,800 | a36063b3e8756b7ff2248b1487d4889e7024a840 | style(config): ignore TomlConfig._parse_setting type annotation | [
{
"change_type": "MODIFY",
"diff": "@@ -49,8 +49,8 @@ class TomlConfig(BaseConfig):\nname = \"cz_conventional_commits\"\n```\n\"\"\"\n- doc = parse(data)\n+ doc = parse(data) # type: ignore\ntry:\n- self.settings.update(doc[\"tool\"][\"commitizen\"])\n+ self.settings.update(doc[\"tool\"][\"commitizen\"]) # ... | Python | MIT License | commitizen-tools/commitizen | style(config): ignore TomlConfig._parse_setting type annotation | 1 | style | config |
269,464 | 26.05.2021 02:01:56 | 0 | 9a3a5f6642502a263f8dcd8c7659219011869bae | docs: plausible | [
{
"change_type": "MODIFY",
"diff": "<meta name=\"twitter:description\" content=\"{{ config.site_description }}\">\n<meta name=\"twitter:image\" content=\"{{ image }}\">\n{% endblock %}\n+{% block analytics %}\n+ <script async defer data-domain=\"goreleaser.com\" src=\"https://plausible.io/js/plausible.js\">... | Go | MIT License | goreleaser/goreleaser | docs: plausible
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> | 1 | docs | null |
503,988 | 26.05.2021 09:33:39 | 14,400 | 0fc56c4ef30b260a8c4d4268e8c2058826d5b9b8 | feat(Button): add danger modifier to link/secondary buttons | [
{
"change_type": "MODIFY",
"diff": "@@ -60,6 +60,8 @@ export interface ButtonProps extends React.HTMLProps<HTMLButtonElement>, OUIAPro\nisSmall?: boolean;\n/** Adds large styling to the button */\nisLarge?: boolean;\n+ /** Adds danger styling to secondary or link button variants */\n+ isDanger?: boolean;\n}... | TypeScript | MIT License | patternfly/patternfly-react | feat(Button): add danger modifier to link/secondary buttons (#5808) | 1 | feat | Button |
276,989 | 26.05.2021 09:45:53 | 10,800 | cfafb421caca7fcd1dac06be79d8079f11d70f10 | fix(tag): update icon color in Tag.Informative | [
{
"change_type": "MODIFY",
"diff": "@@ -52,7 +52,9 @@ const TagInformative = ({\nicon: Icon,\ntheme: {\nyoga: {\n- colors: { primary },\n+ colors: {\n+ text: { primary },\n+ },\ncomponents: { tag },\n},\n},\n",
"new_path": "packages/yoga/src/Tag/native/Informative.jsx",
"old_path": "packages/yoga/sr... | JavaScript | MIT License | gympass/yoga | fix(tag): update icon color in Tag.Informative | 1 | fix | tag |
386,581 | 26.05.2021 09:52:10 | -7,200 | 70a13af94d90c6c40276f77fefea8708e7040451 | fix: Fix Tabs blocks events in schema.
Closes | [
{
"change_type": "MODIFY",
"diff": "\"description\": \"Area key for the extra area blocks.\"\n}\n}\n- }\n},\n\"events\": {\n\"type\": \"object\",\n}\n}\n}\n+}\n",
"new_path": "packages/blocks/blocksAntd/src/blocks/Tabs/Tabs.json",
"old_path": "packages/blocks/blocksAntd/src/blocks/Tabs/Tabs.json"
... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix: Fix Tabs blocks events in schema.
Closes #576 | 1 | fix | null |
104,853 | 26.05.2021 09:58:23 | 14,400 | 3ffd6c5be4db6124787847d5cffc824c7e7e4f6b | fix(flyout-menu): positioning | [
{
"change_type": "MODIFY",
"diff": "@@ -126,7 +126,7 @@ export class FlyoutMenuPane extends Dialog {\nthis.elementRef.nativeElement\n);\nlet topFix =\n- (closestRel ? closestRel.getBoundingClientRect().top * -1 : 0) - chevronHeight / 2;\n+ (closestRel ? closestRel.getBoundingClientRect().top * -1 : 0) - che... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(flyout-menu): positioning | 1 | fix | flyout-menu |
277,273 | 26.05.2021 10:05:54 | 25,200 | 09eda3087cf4b14aa9ecc4c170630ee46147498f | docs: Read web-only examples from a separate list | [
{
"change_type": "ADD",
"diff": "+# The examples listed here will not work if launched directly inside the tour.\n+# WaveDB examples: require a WaveDB instance running locally.\n+db.py\n+db_todo.py\n",
"new_path": "py/examples/web_only.conf",
"old_path": null
},
{
"change_type": "MODIFY",
... | Python | Apache License 2.0 | h2oai/wave | docs: Read web-only examples from a separate list | 1 | docs | null |
386,581 | 26.05.2021 10:10:14 | -7,200 | a59bff50f25b79d0468a4a6afc836f264c3263b2 | fix(docs): Document context initialization events for context blocks.
Closes | [
{
"change_type": "MODIFY",
"diff": "}\n}\n}\n+ },\n+ \"events\": {\n+ \"type\": \"object\",\n+ \"additionalProperties\": false,\n+ \"properties\": {\n+ \"onEnter\": {\n+ \"type\": \"array\",\n+ \"description\": \"Trigger actions every time a context is mounted and keep the page in loading until all actions ... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(docs): Document context initialization events for context blocks.
Closes #576 | 1 | fix | docs |
141,508 | 26.05.2021 10:19:55 | -36,000 | df7bca13347abb443dd5b2a73461f4848dc14f11 | chore: Remove (Zen) from Button stories | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,7 @@ import { Button, CustomButtonProps, ButtonRef } from \"..\"\nimport { figmaEmbed } from \"../../../storybook/helpers\"\nexport default {\n- title: \"Button (Zen) (React)\",\n+ title: \"Button (React)\",\ncomponent: Button,\nargs: {\nlabel: \"Label\",\n",
... | TypeScript | MIT License | cultureamp/kaizen-design-system | chore: Remove (Zen) from Button stories (#1641) | 1 | chore | null |
386,581 | 26.05.2021 10:24:03 | -7,200 | ba180019ea3e5f47b9e0c839d81b7834b7a0371c | chore(deps): Update dependency to v0.6.1. | [
{
"change_type": "MODIFY",
"diff": "@@ -5821,7 +5821,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"@babel/preset-env\", \"virtual:4a7337632ff6e9ee5a1c45a62a9ff4cc325a9367b21424babda93e269fe01b671e885bc41bdeebafb83c81f2a8eebbf0102043354a4e58905f61c8c3387cda1e#npm:7.13.12\"],\n[\"@babel/pre... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | chore(deps): Update dependency @wojtekmaj/enzyme-adapter-react-17 to v0.6.1. | 1 | chore | deps |
386,581 | 26.05.2021 10:25:47 | -7,200 | 9410499183d82d952427d5a44cdc4df2584f9f8b | chore(deps): Update dependency enzyme-to-json to v3.6.2. | [
{
"change_type": "MODIFY",
"diff": "@@ -5830,7 +5830,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"create-emotion\", \"npm:10.0.27\"],\n[\"css-loader\", \"virtual:22157ea722f8d6428f1fcf0a6f7f6c7d6b902d9c785256c60a65fe6cd0db76ebccc7c1457ee047df0ba6909ff018e300c4f4957a60f5b670089810dfc417af... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | chore(deps): Update dependency enzyme-to-json to v3.6.2. | 1 | chore | deps |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.