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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
126,281 | 19.07.2021 15:55:38 | -7,200 | e7dd913f357a68712e110b307d76fcf59e1cd245 | test(store/indexer): Test replaceIndex | [
{
"change_type": "MODIFY",
"diff": "@@ -18,6 +18,7 @@ package store\nimport (\n\"io/ioutil\"\n\"os\"\n+ \"path/filepath\"\n\"testing\"\n\"time\"\n@@ -119,3 +120,59 @@ func TestMaxIndexWaitees(t *testing.T) {\nrequire.Fail(t, \"Did not get successful wait confirmation\")\n}\n}\n+\n+func TestReplaceIndexCorne... | Go | Apache License 2.0 | codenotary/immudb | test(store/indexer): Test replaceIndex | 1 | test | store/indexer |
277,007 | 19.07.2021 15:56:30 | 10,800 | 1a59ad205703de0ab85b2cd70409581d9efccdbd | fix(snackbar): fix icon for info variant | [
{
"change_type": "MODIFY",
"diff": "-import { CheckedFull, AlertTriangle, AlertCircle } from '@gympass/yoga-icons';\n+import { CheckedFull, AlertTriangle, Info } from '@gympass/yoga-icons';\nconst Snackbar = ({ colors, elevations, radii, spacing }) => ({\nborder: {\n@@ -34,7 +34,7 @@ const Snackbar = ({ col... | JavaScript | MIT License | gympass/yoga | fix(snackbar): fix icon for info variant | 1 | fix | snackbar |
277,007 | 19.07.2021 15:58:31 | 10,800 | 08f953cddffde6cf8ed24d2428965ce7e7d0d7bf | feat(snackbar): adjust the default variant | [
{
"change_type": "MODIFY",
"diff": "@@ -36,7 +36,7 @@ render(() => {\n<Snackbar\nopen={isOpen}\n- message=\"We are processing your file.\"\n+ message=\"Wellbeing is now universal.\"\nactionLabel=\"Action\"\nonAction={handleOnAction}\nonClose={handleOnClose}\n@@ -80,21 +80,21 @@ render(() => {\n<Snackbar\nop... | JavaScript | MIT License | gympass/yoga | feat(snackbar): adjust the default variant | 1 | feat | snackbar |
306,444 | 19.07.2021 16:00:00 | -7,200 | c544af4eb9a4d220ce72a20535c9f4c5c191a46f | feat(localize): await loadingComplete before sending locale changed | [
{
"change_type": "ADD",
"diff": "+---\n+'@lion/localize': minor\n+---\n+\n+BREAKING: Fires localeChanged event (and as a result, invokes onLocaleChanged / onLocaleUpdated) after localize loading has completed. This means if the user switches the locale to a locale which has not loaded yet, it will load it f... | JavaScript | MIT License | ing-bank/lion | feat(localize): await loadingComplete before sending locale changed | 1 | feat | localize |
104,844 | 19.07.2021 16:00:11 | 14,400 | ed1ea902652aa56b8f2511c4f217368244cdd0e8 | chore(repo): make suggested changes to PR template | [
{
"change_type": "MODIFY",
"diff": "@@ -21,7 +21,7 @@ Closes #\n**Things to look for during review**\n- [ ] Make sure all references to `iot` or `bx` class prefix is using the prefix variable\n-- [ ] All major areas have a `data-testid` attribute. New test ids should have test written to ensure they are not... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(repo): make suggested changes to PR template | 1 | chore | repo |
777,353 | 19.07.2021 16:06:15 | 18,000 | 9df9099d3c7a0b0f229fc45f1820ac075978ad47 | feat: add filtering by state to trials page | [
{
"change_type": "ADD",
"diff": "+:orphan:\n+\n+**New Features**\n+\n+- Enable filtering trials by their state on an experiment's trials\n+ page.\n",
"new_path": "docs/release-notes/2732-trial-filter-by-state.txt",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "import { Button, ... | Python | Apache License 2.0 | determined-ai/determined | feat: add filtering by state to trials page [DET-5730] (#2732) | 1 | feat | null |
151,430 | 19.07.2021 16:12:18 | 25,200 | 746a7e6e70d6b3538704f5bf65ca3289d85e6bee | refactor: add global fallback to cookies util | [
{
"change_type": "ADD",
"diff": "+<!doctype html>\n+<html>\n+ <head>\n+ <title>Cookie utils</title>\n+ <script type=\"text/javascript\" src=\"./analytics-util-cookie.umd.js\" charset=\"utf-8\"></script>\n+ <style media=\"screen\">\n+ html {\n+ padding: 0 20px;\n+ }\n+ body {\n+ display: flex;\n+ height: 200... | JavaScript | MIT License | davidwells/analytics | refactor: add global fallback to cookies util
Signed-off-by: David Wells <> | 1 | refactor | null |
151,430 | 19.07.2021 16:12:41 | 25,200 | f6162bbb60c7c18fb1b94a37c7fefc92ad0154b6 | refactor: add checkAgain to hasLocalStorage | [
{
"change_type": "MODIFY",
"diff": "@@ -6,8 +6,8 @@ let isSupported = hasLocalStorage()\n* Check if browser has access to LocalStorage\n* @returns {Boolean}\n*/\n-function hasLocalStorage() {\n- if (typeof isSupported !== undef) {\n+function hasLocalStorage(againCheck = false) {\n+ if (typeof isSupported !=... | JavaScript | MIT License | davidwells/analytics | refactor: add checkAgain to hasLocalStorage
Signed-off-by: David Wells <> | 1 | refactor | null |
277,007 | 19.07.2021 16:12:56 | 10,800 | 07798dd081565bccdb646500a321ebb8bcedea0f | feat(snackbar): adjust width for desktop | [
{
"change_type": "MODIFY",
"diff": "@@ -76,7 +76,7 @@ const StyledSnackbar = styled.div`\nbottom: ${theme.components.snackbar.position.desktop.bottom}px;\nright: ${theme.components.snackbar.position.desktop.right}px;\n- width: ${theme.components.snackbar.minWidth.desktop}px;\n+ min-width: ${theme.components... | JavaScript | MIT License | gympass/yoga | feat(snackbar): adjust width for desktop | 1 | feat | snackbar |
791,682 | 19.07.2021 16:23:40 | 14,400 | 2d796ea949f51bcf587249218cafc890c8041483 | core(fr): add timespan support to css-usage | [
{
"change_type": "MODIFY",
"diff": "@@ -11,38 +11,83 @@ const FRGatherer = require('../../fraggle-rock/gather/base-gatherer.js');\n* @fileoverview Tracks unused CSS rules.\n*/\nclass CSSUsage extends FRGatherer {\n+ constructor() {\n+ super();\n+ /** @type {Array<LH.Crdp.CSS.StyleSheetAddedEvent>} */\n+ thi... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(fr): add timespan support to css-usage (#12728) | 1 | core | fr |
151,430 | 19.07.2021 16:37:14 | 25,200 | 7003d9d1280fb1de44381f2dcd3800a6cd4d114d | docs: update util link | [
{
"change_type": "MODIFY",
"diff": "</style>\n</head>\n<body>\n- <a href=\"https://github.com/DavidWells/analytics/tree/master/packages/analytics-util-session\" class=\"github-corner\" aria-label=\"View source on GitHub\"><svg viewBox=\"0 0 250 250\" aria-hidden=\"true\"><path d=\"M0,0 L115,115 L130,115 L14... | JavaScript | MIT License | davidwells/analytics | docs: update util link
Signed-off-by: David Wells <> | 1 | docs | null |
71,360 | 19.07.2021 16:39:10 | 25,200 | f7c628948e7f71df7a95cb00cdc2746e2e46dc03 | feat(rds): allow setting copyTagsToSnapshot on Clusters
Adds support for the `copyTagsToSnapshot` property.
Closes
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | [
{
"change_type": "MODIFY",
"diff": "@@ -157,6 +157,7 @@ new rds.DatabaseCluster(stack, 'DatabaseCluster', {\nsubnetType: ec2.SubnetType.PRIVATE,\n},\npubliclyAccessible: true,\n+ copyTagsToSnapshot: true, // whether to save the cluster tags when creating the snapshot. Default is 'true'\n},\n});\n```\n",
... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(rds): allow setting copyTagsToSnapshot on Clusters (#15553)
Adds support for the `copyTagsToSnapshot` property.
Closes #15521
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | feat | rds |
438,921 | 19.07.2021 16:40:43 | -32,400 | 1d2ce8f3a420a580890db40361682cea5f3823a0 | fix(axis): fix handling x axis localtime
Make to use UTC scale when axis.x.localtime=false
Fix | [
{
"change_type": "MODIFY",
"diff": "@@ -82,7 +82,7 @@ class Axis {\nlet type = \"linear\";\nif (this.isTimeSeries(id)) {\n- type = \"time\";\n+ type = this.owner.config.axis_x_localtime ? \"time\" : \"utc\";\n} else if (this.isLog(id)) {\ntype = \"log\";\n}\n",
"new_path": "src/ChartInternal/Axis/Axis.t... | TypeScript | MIT License | naver/billboard.js | fix(axis): fix handling x axis localtime
Make to use UTC scale when axis.x.localtime=false
Fix #2186 | 1 | fix | axis |
151,430 | 19.07.2021 16:41:52 | 25,200 | 37f6707bdc573ae8647c59ca5c0c0a41ad7f0c26 | refactor: use global-storage-utils | [
{
"change_type": "MODIFY",
"diff": "\"@babel/preset-env\": \"^7.4.5\"\n},\n\"dependencies\": {\n- \"@analytics/cookie-utils\": \"^0.2.3\"\n+ \"@analytics/cookie-utils\": \"^0.2.3\",\n+ \"@analytics/global-storage-utils\": \"^0.1.0\",\n+ \"@analytics/localstorage-utils\": \"^0.1.1\"\n}\n}\n",
"new_path":... | JavaScript | MIT License | davidwells/analytics | refactor: use global-storage-utils
Signed-off-by: David Wells <> | 1 | refactor | null |
71,327 | 19.07.2021 16:47:27 | -7,200 | d8dc8185203e73172786024eea90eeb60153ce0e | fix(pipelines): `CodeBuildStep.partialBuildSpec` not used, buildspec control for legacy API
this fixes
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | [
{
"change_type": "MODIFY",
"diff": "@@ -224,8 +224,8 @@ export class CodeBuildFactory implements ICodePipelineActionFactory {\nenvironmentVariables: noEmptyObject(mapValues(mkdict(projectEnvs), value => ({ value }))),\n});\n- const fullBuildSpec = options.codeBuildDefaults?.partialBuildSpec\n- ? codebuild.m... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(pipelines): `CodeBuildStep.partialBuildSpec` not used, buildspec control for legacy API (#15625)
this fixes #15169
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | fix | pipelines |
531,793 | 19.07.2021 17:23:21 | -3,600 | fc3f6baedfd71068c9b7731e82aae1ad02fee980 | feat(api): string grid labels from alert groups
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -25,7 +25,6 @@ import (\n\"github.com/prymitive/karma/internal/transform\"\n\"github.com/prymitive/karma/internal/uri\"\n\"github.com/prymitive/karma/ui\"\n- \"go.uber.org/automaxprocs/maxprocs\"\n\"github.com/getsentry/sentry-go\"\nsentryhttp \"github.com/getsentry/se... | TypeScript | Apache License 2.0 | prymitive/karma | feat(api): string grid labels from alert groups
Fixes #3222 | 1 | feat | api |
531,793 | 19.07.2021 17:23:47 | -3,600 | 49dd865125b2ba0bf7b0900a39eaa0f1bda47a37 | feat(api): use position:sticky for grid swimlanes | [
{
"change_type": "MODIFY",
"diff": "@@ -39,6 +39,7 @@ const Grid: FC<{\ngroupWidth: number;\ngrid: APIGridT;\nouterPadding: number;\n+ paddingTop: number;\n}> = ({\nalertStore,\nsettingsStore,\n@@ -47,6 +48,7 @@ const Grid: FC<{\ngroupWidth,\ngrid,\nouterPadding,\n+ paddingTop,\n}) => {\nconst context = Rea... | TypeScript | Apache License 2.0 | prymitive/karma | feat(api): use position:sticky for grid swimlanes | 1 | feat | api |
277,007 | 19.07.2021 17:34:45 | 10,800 | 8c7201572aabe045a9545dd7bd6d925285188c50 | docs(snackbar): add sections about props | [
{
"change_type": "MODIFY",
"diff": "@@ -14,6 +14,8 @@ The `Snackbar` may have an icon, a custom action and a close button.\n### Usage\n+#### Simple\n+\n```javascript state\nrender(() => {\nconst [isOpen, setIsOpen] = useState(false);\n@@ -48,6 +50,8 @@ render(() => {\n#### Variants\n+The `Snackbar` has styl... | JavaScript | MIT License | gympass/yoga | docs(snackbar): add sections about props | 1 | docs | snackbar |
667,676 | 19.07.2021 17:39:01 | -28,800 | 5ae64235d6554747856ece74ee05358d7ca5a5f7 | fix(core): fix v8::maybelocal crash, remove TO_LOCAL_UNCHECKED macro | [
{
"change_type": "MODIFY",
"diff": "@@ -35,7 +35,7 @@ bool ReadAsset(const tdf::base::unicode_string_view& path,\nstd::basic_string<CharType>& bytes,\nbool is_auto_fill) {\ntdf::base::unicode_string_view owner(\"\"_u8s);\n- const char* asset_path = StringViewUtils::ToConstCharPointer(path, owner);\n+ const ... | C++ | Apache License 2.0 | tencent/hippy | fix(core): fix v8::maybelocal crash, remove TO_LOCAL_UNCHECKED macro | 1 | fix | core |
277,007 | 19.07.2021 17:41:43 | 10,800 | 97e05e0bacd60705d6dc42b8fc74c26ccd7c5781 | test(snackbar): adjust tests | [
{
"change_type": "MODIFY",
"diff": "@@ -25,7 +25,7 @@ describe('<Snackbar />', () => {\nscreen.getByRole('alert');\nscreen.getByRole('img');\n- screen.getByLabelText('info');\n+ screen.getByLabelText('success');\nscreen.getByText('Make wellbeing universal');\n});\n",
"new_path": "packages/yoga/src/Snack... | JavaScript | MIT License | gympass/yoga | test(snackbar): adjust tests | 1 | test | snackbar |
401,133 | 19.07.2021 17:57:01 | 14,400 | 1bda1ccf0fd25c6016e76249e566b7b68c4cd0de | feat: updated border radius | [
{
"change_type": "MODIFY",
"diff": "@@ -8,6 +8,7 @@ import { Props } from './types';\nconst getBorderRadius = ({ theme, areOptionsVisible, size }: Props & { areOptionsVisible?: boolean }) => {\nconst border = theme.searchBox.borderRadius[size][areOptionsVisible ? 'active' : 'default'];\n+ console.log({ them... | TypeScript | MIT License | medly/medly-components | feat: updated border radius | 1 | feat | null |
531,793 | 19.07.2021 18:14:48 | -3,600 | 434eb677fd8c4ee669c456d7de70a48ca6bbcf67 | feat(api): add /version endpoint
Fixes | [
{
"change_type": "MODIFY",
"diff": "- Added a dedicated API endpoint for overview modal.\n- Individual alert details are now lazy-loaded to improve performance\nwhen dealing with a huge number of alerts per group.\n+- Added `/version` endpoint returning karma and Go runtime version #3332.\n### Changed\n",
... | TypeScript | Apache License 2.0 | prymitive/karma | feat(api): add /version endpoint
Fixes #3332 | 1 | feat | api |
306,444 | 19.07.2021 18:24:05 | -7,200 | 0487435252c8dbc74811ed993376ac92d58e99fa | feat(form-core): add overridable filter method for form-group children | [
{
"change_type": "ADD",
"diff": "+---\n+'@lion/form-core': patch\n+---\n+\n+Add a separate protected method for the filter function when filtering out fields for serialized|model|formattedValue in form groups. This makes it easier to specify when you to filter out fields, e.g. disabled fields for serialized... | JavaScript | MIT License | ing-bank/lion | feat(form-core): add overridable filter method for form-group children | 1 | feat | form-core |
531,793 | 19.07.2021 18:36:02 | -3,600 | 1a31561fbebee84a88dfbfc6401ecd45e2822944 | fix(ci): use full version | [
{
"change_type": "MODIFY",
"diff": "@@ -51,7 +51,7 @@ jobs:\ncommand: make test-go\n- name: Report code coverage\n- uses: codecov/codecov-action@v2\n+ uses: codecov/codecov-action@v2.0.1\nwith:\nflags: backend\n@@ -128,7 +128,7 @@ jobs:\nNODE_ENV: test\n- name: Report code coverage\n- uses: codecov/codecov-... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ci): use full version | 1 | fix | ci |
401,133 | 19.07.2021 18:38:21 | 14,400 | 091c1782dde75389b3074b1b903a3ede9316b382 | style: update padding
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -11,8 +11,8 @@ const SearchBox: SearchBoxTheme = {\nM: 'body1'\n},\npadding: {\n- S: '0 0 0 2rem',\n- M: '0 0.3rem 0 2.4rem'\n+ S: '0 0 0 1.2rem',\n+ M: '0 0.3rem 0 1.6rem'\n},\ntextColor: colors.black,\nborderRadius: {\n",
"new_path": "packages/theme/src/core/sear... | TypeScript | MIT License | medly/medly-components | style: update padding
affects: @medly-components/theme | 1 | style | null |
791,481 | 19.07.2021 19:19:23 | 14,400 | f1b7c8b33bc135c6cb8f21cdec586b25d81ea214 | feat(pubsub/pstest): add ability to create a pstest server listening on
a specified port | [
{
"change_type": "MODIFY",
"diff": "@@ -42,3 +42,23 @@ func ExampleNewServer() {\ndefer client.Close()\n_ = client // TODO: Use the client.\n}\n+\n+func ExampleNewServerWithPort() {\n+ ctx := context.Background()\n+ // Start a fake server running locally at 9001.\n+ srv := pstest.NewServerWithPort(9001)\n+ ... | Go | Apache License 2.0 | googleapis/google-cloud-go | feat(pubsub/pstest): add ability to create a pstest server listening on (#4459)
a specified port
Signed-off-by: Danny Cao <caoxiaohua@gmail.com> | 1 | feat | pubsub/pstest |
756,051 | 19.07.2021 19:25:24 | 18,000 | 13452d14e3096b264c04507fa8694290f01a4e5a | test(swingset): avoid race in test xsnap termination test | [
{
"change_type": "MODIFY",
"diff": "-/* global require, __dirname, process */\n+/* global require, __dirname, setTimeout */\n// @ts-check\n// eslint-disable-next-line import/order\nimport { test } from '../tools/prepare-test-env-ava.js';\n@@ -10,16 +10,7 @@ import { makeXsSubprocessFactory } from '../src/ke... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | test(swingset): avoid race in test xsnap termination test | 1 | test | swingset |
531,793 | 19.07.2021 19:32:13 | -3,600 | 75b278959741615bf839257a40d50095e2c9c953 | feat(backend): add labels:valueOnly config option | [
{
"change_type": "MODIFY",
"diff": "@@ -42,6 +42,7 @@ env LABELS_COLOR_STATIC=job\nenv LABELS_COLOR_UNIQUE='@receiver instance cluster'\nenv LABELS_KEEP='keep1 keep2'\nenv LABELS_STRIP='strip1 strip2'\n+env LABELS_VALUEONLY='value1 value2'\nenv LISTEN_ADDRESS=127.0.0.1\nenv LISTEN_PORT=1234\n@@ -169,6 +170,... | TypeScript | Apache License 2.0 | prymitive/karma | feat(backend): add labels:valueOnly config option | 1 | feat | backend |
531,793 | 19.07.2021 19:32:22 | -3,600 | 8ad1f6142e150fc418fdf17b96713df7e0ed75d0 | chore(demo): add labels:valueOnly config | [
{
"change_type": "MODIFY",
"diff": "@@ -96,6 +96,11 @@ labels:\ncolor: \"#ffae42\"\n- value: critical\ncolor: \"#ff220c\"\n+ valueOnly:\n+ - severity\n+ - job\n+ - region\n+ - \"@cluster\"\nlog:\nconfig: false\nlevel: warning\n",
"new_path": "demo/karma.yaml",
"old_path": "demo/karma.yaml"
}
] | TypeScript | Apache License 2.0 | prymitive/karma | chore(demo): add labels:valueOnly config | 1 | chore | demo |
531,793 | 19.07.2021 19:32:27 | -3,600 | 0c32d7af413c1c8bbb51a583110547e893238029 | feat(ui): support labels:valueOnly for labels
Fixes | [
{
"change_type": "MODIFY",
"diff": "- Individual alert details are now lazy-loaded to improve performance\nwhen dealing with a huge number of alerts per group.\n- Added `/version` endpoint returning karma and Go runtime version #3332.\n+- Added `labels:valueOnly` config option, see #3221.\n### Changed\n",
... | TypeScript | Apache License 2.0 | prymitive/karma | feat(ui): support labels:valueOnly for labels
Fixes #3221 | 1 | feat | ui |
306,444 | 19.07.2021 19:58:41 | -7,200 | f843278c50b1e3ca804275d807e711a8bc100c80 | chore: change to await localizeNamespacesLoaded + nextframe | [
{
"change_type": "MODIFY",
"diff": "@@ -111,12 +111,12 @@ describe('LocalizeMixin', () => {\nconst wrapper = await fixture('<div></div>');\nconst onLocaleReadySpy = sinon.spy(el, 'onLocaleReady');\n- await localize.loadingComplete;\n+ await el.localizeNamespacesLoaded;\nexpect(onLocaleReadySpy.callCount).to... | JavaScript | MIT License | ing-bank/lion | chore: change to await localizeNamespacesLoaded + nextframe | 1 | chore | null |
67,479 | 19.07.2021 20:05:20 | -36,000 | 4b1943061ea3fa989cd18390dd484ee30d80a2f4 | chore(review): update packages/__tests__/3-runtime-html/enhance.spec.ts | [
{
"change_type": "MODIFY",
"diff": "@@ -317,7 +317,7 @@ describe('3-runtime/enhance.spec.ts', function () {\nawait start();\nassert.notStrictEqual(parentController, void 0);\n- assert.strictEqual(component.myElController === parentController, true);\n+ assert.strictEqual(component.myElController, parentCont... | TypeScript | MIT License | aurelia/aurelia | chore(review): update packages/__tests__/3-runtime-html/enhance.spec.ts
Co-authored-by: Sayan Pal <Sayan751@users.noreply.github.com> | 1 | chore | review |
67,479 | 19.07.2021 20:08:14 | -36,000 | 5504ad99124ca53a4c351d35b0dac86b7e0c7b92 | refactor(enhance): incorporate reviews, enhance returns raw controller | [
{
"change_type": "MODIFY",
"diff": "@@ -9,11 +9,11 @@ import {\nbindable,\nBrowserPlatform,\nStandardConfiguration,\n- IEnhancedView,\nIController,\nICustomElementController,\nIAurelia,\nValueConverter,\n+ LifecycleFlags,\n} from '@aurelia/runtime-html';\nimport { assert, TestContext, createFixture } from '... | TypeScript | MIT License | aurelia/aurelia | refactor(enhance): incorporate reviews, enhance returns raw controller | 1 | refactor | enhance |
401,147 | 19.07.2021 20:33:09 | -19,080 | 8e3cd5d5922c8f3dbe7a4ef06a9467bcdb456e13 | fix: fontVariant issue in table head cell component
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -64,7 +64,10 @@ export const HeadCellStyled = styled.th<HeadCellStyledProps>`\nposition: ${({ frozen }) => (frozen ? 'sticky' : 'relative')};\ncursor: ${({ isRowActionCell }) => isRowActionCell && 'default'};\npadding: ${getHeadCellPadding};\n- ${({ theme }) => theme.t... | TypeScript | MIT License | medly/medly-components | fix: fontVariant issue in table head cell component
affects: @medly-components/core, @medly-components/theme | 1 | fix | null |
67,479 | 19.07.2021 20:38:25 | -36,000 | fcc82cb4a48b667b2d193d7a8578e5e95859da39 | chore(enhance): cleanup unused code & comments | [
{
"change_type": "MODIFY",
"diff": "@@ -114,7 +114,16 @@ await au.enhance({ host, component: MyComponent });\nThere are a few important points to note here.\n1. Every enhancement is treated as an anonymous custom element hydration, where the node being enhance is the only element inside this anonymous eleme... | TypeScript | MIT License | aurelia/aurelia | chore(enhance): cleanup unused code & comments | 1 | chore | enhance |
67,479 | 19.07.2021 21:46:09 | -36,000 | a490fe3113525e88402296bf43e33a876e88f77e | chore(cleanup): remove platform prop from controller | [
{
"change_type": "MODIFY",
"diff": "-import { CustomElement, INode, IPlatform, PLATFORM } from 'aurelia';\n+import { INode, IPlatform } from 'aurelia';\nimport { assert } from '@aurelia/testing';\nimport * as playwright from 'playwright';\n@@ -47,7 +47,7 @@ describe('register', function () {\nasync function... | TypeScript | MIT License | aurelia/aurelia | chore(cleanup): remove platform prop from controller | 1 | chore | cleanup |
151,430 | 19.07.2021 22:50:09 | 25,200 | bc81b9219e234b759c9537c98a17bf122b1508d7 | docs: add docblocks | [
{
"change_type": "MODIFY",
"diff": "@@ -3,22 +3,37 @@ const globalContext =\n(typeof global === 'object' && global.global === global && global) ||\nthis\n+/**\n+ * Get value from global context\n+ * @param {string} key - Key of value to get\n+ * @returns {*} value\n+ */\nfunction get(key) {\nreturn globalCo... | JavaScript | MIT License | davidwells/analytics | docs: add docblocks
Signed-off-by: David Wells <> | 1 | docs | null |
151,430 | 19.07.2021 23:18:05 | 25,200 | b3217c793b442270057827fdd53097d2913187f3 | docs: update site [skip ci] | [
{
"change_type": "MODIFY",
"diff": "@@ -48,18 +48,18 @@ module.exports = {\n'plugins/request',\n],\nUtilities: [\n- 'utils/listeners',\n- 'utils/cookies',\n'utils/forms',\n+ 'utils/listeners',\n+ 'utils/activity',\n+ 'utils/scroll',\n'utils/router',\n'utils/storage',\n- 'utils/activity',\n'utils/queue',\n- ... | JavaScript | MIT License | davidwells/analytics | docs: update site [skip ci]
Signed-off-by: David Wells <> | 1 | docs | null |
277,294 | 19.07.2021 23:56:01 | -19,080 | 8321b7c5aafe951d250b5e12a5d1b7ebae4abf77 | fix: Fix typo in docs | [
{
"change_type": "MODIFY",
"diff": "from h2o_wave import main, app, Q, ui, on, handle_on\n-# This function is called when q.args['temperature'] < 10.\n+# This function is called when q.args['temperature'] < 15.\n@on('temperature', lambda x: x < 15)\nasync def when_cold(q: Q):\nawait show_slider(q, \"It's to... | Python | Apache License 2.0 | h2oai/wave | fix: Fix typo in docs (#919) | 1 | fix | null |
791,436 | 20.07.2021 01:36:07 | -36,000 | 1110dcf27489c6b69f2b8100c08334eac6cc62a8 | test(spanner): fix the failed TestColumnTypeErr test
Fix | [
{
"change_type": "MODIFY",
"diff": "@@ -18,6 +18,7 @@ package spanner\nimport (\n\"encoding/base64\"\n+ \"fmt\"\n\"reflect\"\n\"strconv\"\n\"strings\"\n@@ -417,6 +418,9 @@ func TestColumnTypeErr(t *testing.T) {\netc = f.Type.ArrayElementType.Code\n}\nwantErr := errDecodeColumn(i, errTypeMismatch(tc, etc, ba... | Go | Apache License 2.0 | googleapis/google-cloud-go | test(spanner): fix the failed TestColumnTypeErr test (#4450)
Fix #4443 | 1 | test | spanner |
419,583 | 20.07.2021 03:47:32 | 14,400 | ed9b01815bddc8e92f9270c2ebc11186bd37c232 | docs: incorrect spelling in identity map
Small correction here. | [
{
"change_type": "MODIFY",
"diff": "@@ -57,7 +57,7 @@ register the context after them.\nLater on you can then access the request scoped `EntityManager` via `RequestContext.getEntityManager()`.\nThis method is used under the hood automatically, so you should not need it.\n-> `RequestContext.getEntityManager(... | TypeScript | MIT License | mikro-orm/mikro-orm | docs: incorrect spelling in identity map (#2048)
Small correction here. | 1 | docs | null |
730,428 | 20.07.2021 04:51:10 | 0 | 9061caac92e51f79de2b16ceae14aef6451ec2f0 | chore(release): 0.15.0 [skip ci] | [
{
"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+## [0.15.0](https://github.com/webex/react-widgets/compare/v0.14.0...v0.15.0) (2021-07-20)\n+\n... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.15.0 [skip ci] | 1 | chore | release |
531,778 | 20.07.2021 08:29:39 | -7,200 | c469227d1920134a90b0f7b47dd409dbc12c3cb1 | fix(ui): add example to filter on non-existent label
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -130,6 +130,9 @@ const Help: FC<{ defaultIsOpen: boolean }> = ({ defaultIsOpen }) => (\nMatch alerts with label <code>service</code> matching regular\nexpression <code>/.*apache.*/</code>.\n</FilterExample>\n+ <FilterExample example=\"service!~.+\">\n+ Match alerts wit... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): add example to filter on non-existent label
Fixes #3353 | 1 | fix | ui |
141,585 | 20.07.2021 09:02:26 | -36,000 | 21e59d7b999765db5fb88b5689bfb6597645fe67 | fix: Change checkbox inactive hover colour to stone
Closes | [
{
"change_type": "MODIFY",
"diff": "label:hover {\ninput:not([disabled]) + div {\nborder-color: $dt-color-form-border-color;\n- background-color: $kz-var-color-wisteria-100;\n+ background-color: $kz-var-color-stone;\n}\n}\n}\n",
"new_path": "draft-packages/form/KaizenDraft/Form/CheckboxField/styles.scss... | TypeScript | MIT License | cultureamp/kaizen-design-system | fix: Change checkbox inactive hover colour to stone (#1775)
Closes #1696 https://github.com/cultureamp/kaizen-design-system/issues/1696 | 1 | fix | null |
71,319 | 20.07.2021 09:22:23 | -10,800 | b934976f057cd395de660dc4099e2303415cdc78 | feat(lambda-nodejs): source map mode
Addresses by adding source map configuration options. Current implementation preferred preserving backwards compatibility with `sourceMap` boolean flag. See issue discussion for an alternative.
*By submitting this pull request, I confirm that my contribution is made under the terms ... | [
{
"change_type": "MODIFY",
"diff": "@@ -172,6 +172,7 @@ new lambda.NodejsFunction(this, 'my-handler', {\nbundling: {\nminify: true, // minify code, defaults to false\nsourceMap: true, // include source map, defaults to false\n+ sourceMapMode: SourceMapMode.INLINE, // defaults to SourceMapMode.DEFAULT\ntarge... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(lambda-nodejs): source map mode (#15621)
Addresses #14857 by adding source map configuration options. Current implementation preferred preserving backwards compatibility with `sourceMap` boolean flag. See issue discussion for an alternative.
----
*By submitting this pull request, I confirm that my contribut... | 1 | feat | lambda-nodejs |
711,597 | 20.07.2021 09:39:43 | -7,200 | dbf6c004fe957e2d9bb43aa442e433f09967bf94 | fix(admin-ui): Fix error when saving Product
A fix in v1.1.1 introduced a case where saving a Product would always fail when there were
"relation" custom fields defined on the ProductVariant entity. | [
{
"change_type": "MODIFY",
"diff": "@@ -165,7 +165,7 @@ export class ProductDetailService {\nconst productOldName = findTranslation(product, languageCode)?.name;\nconst productNewName = findTranslation(productInput, languageCode)?.name;\n- if (productOldName && productNewName && autoUpdate) {\n+ if (product... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(admin-ui): Fix error when saving Product
A fix in v1.1.1 introduced a case where saving a Product would always fail when there were
"relation" custom fields defined on the ProductVariant entity. | 1 | fix | admin-ui |
126,276 | 20.07.2021 09:43:38 | -7,200 | 65813911c7411ac93b27ac7eb783d9c4fbce145f | chore(embedded/ahtree): minor refactoring improving readability | [
{
"change_type": "MODIFY",
"diff": "@@ -81,12 +81,12 @@ func Open(path string, opts *Options) (*AHtree, error) {\nfinfo, err := os.Stat(path)\nif err != nil {\n- if os.IsNotExist(err) {\n- err = os.Mkdir(path, opts.fileMode)\n- if err != nil {\n+ if !os.IsNotExist(err) {\nreturn nil, err\n}\n- } else {\n+\n... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/ahtree): minor refactoring improving readability
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/ahtree |
711,597 | 20.07.2021 09:47:38 | -7,200 | 355488079e08c0dd119431f252f2b4135e390937 | chore: Publish v1.1.2 | [
{
"change_type": "MODIFY",
"diff": "+## <small>1.1.2 (2021-07-20)</small>\n+\n+\n+#### Fixes\n+\n+* **admin-ui** Fix error when saving Product ([dbf6c00](https://github.com/vendure-ecommerce/vendure/commit/dbf6c00))\n+\n## <small>1.1.1 (2021-07-19)</small>\n",
"new_path": "CHANGELOG.md",
"old_path":... | TypeScript | MIT License | vendure-ecommerce/vendure | chore: Publish v1.1.2 | 1 | chore | null |
126,276 | 20.07.2021 09:49:51 | -7,200 | 8d54379b86605118c0a948e9fb854b126a735e23 | chore(embedded/store): minor refactoring improving readability | [
{
"change_type": "MODIFY",
"diff": "@@ -180,12 +180,12 @@ func Open(path string, opts *Options) (*ImmuStore, error) {\nfinfo, err := os.Stat(path)\nif err != nil {\n- if os.IsNotExist(err) {\n- err = os.Mkdir(path, opts.FileMode)\n- if err != nil {\n+ if !os.IsNotExist(err) {\nreturn nil, err\n}\n- } else {... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/store): minor refactoring improving readability
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/store |
815,595 | 20.07.2021 09:52:45 | -28,800 | a7f0d52538759cd698a36385ab1c1263b9e3347c | test: set retry_failed for SendLargeCyclesTxToRelay | [
{
"change_type": "MODIFY",
"diff": "@@ -91,7 +91,7 @@ impl SendLargeCyclesTxToRelay {\n}\nimpl Spec for SendLargeCyclesTxToRelay {\n- crate::setup!(num_nodes: 2);\n+ crate::setup!(num_nodes: 2, retry_failed: 5);\nfn run(&self, nodes: &mut Vec<Node>) {\nlet node0 = &nodes[0];\n",
"new_path": "test/src/sp... | Rust | MIT License | nervosnetwork/ckb | test: set retry_failed for SendLargeCyclesTxToRelay | 1 | test | null |
126,276 | 20.07.2021 10:10:38 | -7,200 | 354d1fdb90d319ecf1955ebc12ae517c167a1b80 | fix(embedded/tbtree): ensure clog is the last one being synced | [
{
"change_type": "MODIFY",
"diff": "@@ -801,6 +801,7 @@ func (t *TBtree) CompactIndex() (uint64, error) {\nerr = t.hLog.Sync()\nif err != nil {\n+ t.mutex.Unlock()\nreturn 0, err\n}\n@@ -825,7 +826,6 @@ func (t *TBtree) CompactIndex() (uint64, error) {\nreturn 0, err\n}\ndefer func() {\n- nLog.Sync()\nnLog.... | Go | Apache License 2.0 | codenotary/immudb | fix(embedded/tbtree): ensure clog is the last one being synced
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | fix | embedded/tbtree |
277,002 | 20.07.2021 10:13:01 | 10,800 | 5f11020919ee503ddb08e1d999bce2b64c44605c | feat: add props defaultSource in avatar | [
{
"change_type": "ADD",
"diff": "Binary files /dev/null and b/packages/labnative/assets/images/avatarIcons/defaultAvatar.png differ\n",
"new_path": "packages/labnative/assets/images/avatarIcons/defaultAvatar.png",
"old_path": "packages/labnative/assets/images/avatarIcons/defaultAvatar.png"
},
{
... | JavaScript | MIT License | gympass/yoga | feat: add props defaultSource in avatar | 1 | feat | null |
277,002 | 20.07.2021 10:27:28 | 10,800 | bbab935d1cc06cf3078aba09d3aa113612eb91e5 | feat: add more examples in doc | [
{
"change_type": "MODIFY",
"diff": "@@ -39,11 +39,18 @@ const AvatarPage = () => (\n</AvatarWrapper>\n<AvatarWrapper>\n<DocTitle>Default Avatar with placeholder prop</DocTitle>\n- <Avatar placeholder={Youtube} />\n+ <Avatar placeholder={Youtube} width={90} height={90} />\n</AvatarWrapper>\n<AvatarWrapper>\n... | JavaScript | MIT License | gympass/yoga | feat: add more examples in doc | 1 | feat | null |
277,007 | 20.07.2021 10:35:28 | 10,800 | f6881796fa1f869b8e324f5dc6755cd99848b6e8 | feat(snackbar): add fadein animation | [
{
"change_type": "MODIFY",
"diff": "import React, { memo, useEffect, useRef } from 'react';\n-import styled, { withTheme } from 'styled-components';\n+import styled, { keyframes, withTheme } from 'styled-components';\nimport { func, string, bool, number, oneOf } from 'prop-types';\nimport { media } from '@g... | JavaScript | MIT License | gympass/yoga | feat(snackbar): add fadein animation | 1 | feat | snackbar |
126,276 | 20.07.2021 10:39:06 | -7,200 | b448dbbf3e8e3c05f10c2fbf94ae867318a8d2f2 | fix(embedded/tbtree): ensure proper data flushing and syncing | [
{
"change_type": "MODIFY",
"diff": "@@ -758,54 +758,55 @@ func (t *TBtree) storedSnapshotsCount() (int, error) {\nfunc (t *TBtree) CompactIndex() (uint64, error) {\nt.mutex.Lock()\n+ defer t.mutex.Unlock()\nif t.closed {\n- t.mutex.Unlock()\nreturn 0, ErrAlreadyClosed\n}\nif t.compacting {\n- t.mutex.Unlock... | Go | Apache License 2.0 | codenotary/immudb | fix(embedded/tbtree): ensure proper data flushing and syncing
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | fix | embedded/tbtree |
617,463 | 20.07.2021 10:40:20 | -7,200 | 2a4b46dfa00c0b423144f5cd48da68296ca019df | fix(k8s): update api secrets | [
{
"change_type": "MODIFY",
"diff": "@@ -106,13 +106,13 @@ metadata:\nspec:\nencryptedData:\nELASTIC_APM_SECRET_TOKEN: >-\n- AgBZYPJJoF76xUtc2Fy4d+gmOnBmm9fUXeV/4PC6GCB60wThjQwUgtxnCG5stLz/cYd0gdZN49UI7segyle+8M8gqrUto4rTdWbaU3Lm6AqpgNZn6rQ+RSBEGlkXKS1qAmvzjBUpRv+G+M9JySMXVqa52i5hTfaHv9buow3v1D6CtNh+9+jKM0jP... | TypeScript | Apache License 2.0 | socialgouv/code-du-travail-numerique | fix(k8s): update api secrets | 1 | fix | k8s |
306,444 | 20.07.2021 10:52:26 | -7,200 | db1ad6d2364c084f49b3ee6109adb3b0f881d3b6 | chore(localize): loadingComplete localizeNamespacesLoaded timing issue | [
{
"change_type": "MODIFY",
"diff": "@@ -1393,7 +1393,7 @@ describe('<lion-calendar>', () => {\n]);\nlocalize.locale = 'nl-NL';\n- await localize.loadingComplete;\n+ await el.localizeNamespacesLoaded;\nawait el.updateComplete;\nexpect(elObj.nextMonthButtonEl?.getAttribute('aria-label')).to.equal(\n'Volgende ... | JavaScript | MIT License | ing-bank/lion | chore(localize): loadingComplete localizeNamespacesLoaded timing issue | 1 | chore | localize |
277,002 | 20.07.2021 10:57:25 | 10,800 | 01e1020935228db4a0c0f6c2358a1de5a35d434e | feat: improvements in doc of component avatar | [
{
"change_type": "ADD",
"diff": "+### Reference\n+\n+Gympass `<Avatar />` description\n+\n+### Default Avatar\n+\n+```javascript type=expo\n+<>\n+ <Avatar />\n+ <Avatar.Circle />\n+</>\n+```\n+\n+### Props\n+\n+<PropsTable component=\"Avatar\" platform=\"native\" />\n",
"new_path": "packages/doc/content... | JavaScript | MIT License | gympass/yoga | feat: improvements in doc of component avatar | 1 | feat | null |
126,276 | 20.07.2021 11:00:51 | -7,200 | 01dcd23bd13706183465cba620ecd9e6ad71362d | test(embedded/tbtree): unit testing compaction corner cases | [
{
"change_type": "MODIFY",
"diff": "@@ -123,6 +123,9 @@ func TestEdgeCases(t *testing.T) {\nerr = tree.Close()\nrequire.Equal(t, ErrSnapshotsNotClosed, err)\n+ _, err = tree.CompactIndex()\n+ require.Equal(t, ErrSnapshotsNotClosed, err)\n+\nerr = s1.Close()\nrequire.NoError(t, err)\n@@ -438,6 +441,9 @@ func... | Go | Apache License 2.0 | codenotary/immudb | test(embedded/tbtree): unit testing compaction corner cases
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | test | embedded/tbtree |
266,251 | 20.07.2021 11:02:32 | -7,200 | 52e4e46eff2a0b70e3ff5506a02929d089d077d4 | feat: add Samples section to CONTRIBUTING.rst
Adding a section about samples in CONTRIBUTING.rst if Python
libraries template. | [
{
"change_type": "MODIFY",
"diff": "@@ -187,6 +187,30 @@ Build the docs via:\n$ nox -s docs\n+*************************\n+Samples and code snippets\n+*************************\n+\n+Code samples and snippets live in the `samples/` catalogue. Feel free to\n+provide more examples, but make sure to write tests ... | Python | Apache License 2.0 | googleapis/synthtool | feat: add Samples section to CONTRIBUTING.rst (#1159)
Adding a section about samples in CONTRIBUTING.rst if Python
libraries template.
Co-authored-by: Tres Seaver <tseaver@palladion.com> | 1 | feat | null |
277,007 | 20.07.2021 11:06:31 | 10,800 | b9c45ef2d7593c6e478fdfe3e7af628f6d01631d | feat(snackbar): adjust fadein time | [
{
"change_type": "MODIFY",
"diff": "@@ -90,7 +90,7 @@ const fadeIn = keyframes`\n`;\nconst AnimatedSnackbar = styled(StyledSnackbar)`\n- animation: ${fadeIn} 0.5s ease-out;\n+ animation: ${fadeIn} 0.2s ease-in-out;\n`;\nconst Snackbar = ({\n",
"new_path": "packages/yoga/src/Snackbar/web/Snackbar.jsx",
... | JavaScript | MIT License | gympass/yoga | feat(snackbar): adjust fadein time | 1 | feat | snackbar |
667,676 | 20.07.2021 11:22:53 | -28,800 | e61c0bbc4f071323f77c9f72478ee8d01a0e6027 | fix(core): uniform type | [
{
"change_type": "MODIFY",
"diff": "#include \"core/base/string_view_utils.h\"\n#include \"jni/jni_env.h\"\n-\nusing unicode_string_view = tdf::base::unicode_string_view;\nusing StringViewUtils = hippy::base::StringViewUtils;\n",
"new_path": "android/sdk/src/main/jni/src/bridge/js2java.cc",
"old_pat... | C++ | Apache License 2.0 | tencent/hippy | fix(core): uniform type | 1 | fix | core |
306,444 | 20.07.2021 11:26:09 | -7,200 | b292509ac1afbab21b676e61fa9c0e356b7e7f30 | feat(input-iban): allow array for IsCountryIBAN validator | [
{
"change_type": "ADD",
"diff": "+---\n+'@lion/input-iban': patch\n+---\n+\n+Allow array for IsCountryIBAN, similar to IsNotCountryIBAN. This enables for example enforcing only Dutch and Belgian IBANs, which is a common use case for Dutch/Belgian financial institutions.\n",
"new_path": ".changeset/chatt... | JavaScript | MIT License | ing-bank/lion | feat(input-iban): allow array for IsCountryIBAN validator | 1 | feat | input-iban |
791,394 | 20.07.2021 11:38:02 | -36,000 | b7ce742db1acdd18b5a597ebb2a2111953c0942a | fix(pubsublite): set a default grpc connection pool size of 8
To ensure most users don't hit the limit of 100 streams per connection, if they have a high number of topic partitions. | [
{
"change_type": "MODIFY",
"diff": "@@ -192,6 +192,12 @@ func defaultClientOptions(region string) []option.ClientOption {\n}\n}\n+func streamClientOptions(region string) []option.ClientOption {\n+ // To ensure most users don't hit the limit of 100 streams per connection, if\n+ // they have a high number of ... | Go | Apache License 2.0 | googleapis/google-cloud-go | fix(pubsublite): set a default grpc connection pool size of 8 (#4462)
To ensure most users don't hit the limit of 100 streams per connection, if they have a high number of topic partitions. | 1 | fix | pubsublite |
865,917 | 20.07.2021 11:57:55 | -7,200 | be5a80dc7d6f7bdbf425bb64f6f96ef2b3f3fff7 | deps(client): bump `@bpmn-io/bpmn-properties-panel`
Related to | [
{
"change_type": "MODIFY",
"diff": "\"integrity\": \"sha512-a8Ri5q2uhCrHJ415BR9ZulajvOw0SX2Eh0jxwoMZ/ynxcZPBbOKm6kW6HAQFJp0EFHwftMiJstcvIcSjyz0hZA==\"\n},\n\"@bpmn-io/bpmn-properties-panel\": {\n- \"version\": \"github:bpmn-io/bpmn-properties-panel#e8ab736aad0f61eed136d29deb69bb10a5e17abf\",\n- \"from\": \"... | JavaScript | MIT License | camunda/camunda-modeler | deps(client): bump `@bpmn-io/bpmn-properties-panel`
Related to #2374 | 1 | deps | client |
306,491 | 20.07.2021 11:58:30 | -7,200 | 8a50e17752bc1e5a1f4d7ff34a44be590c8dc498 | fix(validate-messages): fixed description of Max & Min, Number & Date validations
fix | [
{
"change_type": "ADD",
"diff": "+---\n+'@lion/validate-messages': patch\n+---\n+\n+Fixed description of MaxNumber, MinNumber, MinDate and MaxDate validations\n",
"new_path": ".changeset/slimy-apes-teach.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "@@ -8,12 +8,12 @@ expor... | JavaScript | MIT License | ing-bank/lion | fix(validate-messages): fixed description of Max & Min, Number & Date validations
fix #1428 | 1 | fix | validate-messages |
889,620 | 20.07.2021 12:05:09 | -28,800 | c4a439276a7a6db5dccd418aa8e9b76483aefc8b | refactor: remove unnecessary apply | [
{
"change_type": "MODIFY",
"diff": "@@ -15,13 +15,11 @@ class DataSourcesConfiguration(\n@Bean(\"sqliteDataSource\")\n@Primary\n- fun sqliteDataSource(): DataSource =\n- (\n+ fun sqliteDataSource(): DataSource = (\nDataSourceBuilder.create()\n- .apply {\n- driverClassName(\"org.sqlite.JDBC\")\n- url(\"jdbc:... | Kotlin | MIT License | gotson/komga | refactor: remove unnecessary apply | 1 | refactor | null |
126,276 | 20.07.2021 12:05:12 | -7,200 | 3e2979a3140e0304220c2f4587c4f030500cbab0 | fix(embedded/tbtree): flush logs containing compacted index | [
{
"change_type": "MODIFY",
"diff": "@@ -781,19 +781,21 @@ func (t *TBtree) CompactIndex() (uint64, error) {\nreturn 0, ErrCompactionThresholdNotReached\n}\n- t.compacting = true\n-\nsnapshot, err := t.currentSnapshot()\nif err != nil {\nreturn 0, err\n}\n+ t.compacting = true\n+\nindexID := snapshot.Ts()\nt... | Go | Apache License 2.0 | codenotary/immudb | fix(embedded/tbtree): flush logs containing compacted index
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | fix | embedded/tbtree |
791,474 | 20.07.2021 12:12:10 | 25,200 | 651cbf22c0ec12b4f5ed9b2faf8fae7ff414a292 | chore(bigtable): Update CODEOWNERS to granularly separate subcomponents | [
{
"change_type": "MODIFY",
"diff": "* @googleapis/yoshi-go-admins\n/bigtable/ @crwilcox @tritone @kolea2 @googleapis/yoshi-go-admins\n+/bigtable/cmd/cbt @garye @igorbernstein2 @googleapis/yoshi-go-admins\n+/bigtable/cmd/emulator @garye @igorbernstein2 @googleapis/yoshi-go-admins\n+/bigtable/bttest @garye @i... | Go | Apache License 2.0 | googleapis/google-cloud-go | chore(bigtable): Update CODEOWNERS to granularly separate subcomponents (#4466) | 1 | chore | bigtable |
791,370 | 20.07.2021 12:12:24 | 21,600 | 1eaba8bd694f7552a8e3e09b4f164de8b6ca23f0 | fix(internal): detect module for properly generating docs URLs
Fixes: | [
{
"change_type": "MODIFY",
"diff": "\"description\": \"BigQuery Connection API\",\n\"language\": \"Go\",\n\"client_library_type\": \"generated\",\n- \"docs_url\": \"https://cloud.google.com/go/docs/reference/cloud.google.com/go/latest/bigquery/connection/apiv1\",\n+ \"docs_url\": \"https://cloud.google.com/... | Go | Apache License 2.0 | googleapis/google-cloud-go | fix(internal): detect module for properly generating docs URLs (#4460)
Fixes: #4447 | 1 | fix | internal |
304,871 | 20.07.2021 12:27:34 | 21,600 | efde1f546a3dad07e0a2526a58b449b12d937e5e | docs: added system docs
added documentation to stdlib/system | [
{
"change_type": "MODIFY",
"diff": "Binary files a/libflux/go/libflux/buildinfo.gen.go and b/libflux/go/libflux/buildinfo.gen.go differ\n",
"new_path": "libflux/go/libflux/buildinfo.gen.go",
"old_path": "libflux/go/libflux/buildinfo.gen.go"
},
{
"change_type": "MODIFY",
"diff": "@@ -24,3... | Go | MIT License | influxdata/flux | docs: added system docs (#3828)
- added documentation to stdlib/system
Co-authored-by: barweiner <bweiner@influxdata.com> | 1 | docs | null |
217,922 | 20.07.2021 12:36:59 | -7,200 | c4b8c30de79aacba762ffa7d6417fbbbdfa195a2 | feat(simulator): support for kr 5.45 | [
{
"change_type": "MODIFY",
"diff": "\"@ffxiv-teamcraft/crafting-solver\": \"^1.3.2\",\n\"@ffxiv-teamcraft/simulator\": \"^2.10.8\",\n\"@ffxiv-teamcraft/simulator-cn\": \"npm:@ffxiv-teamcraft/simulator@2.10.4\",\n- \"@ffxiv-teamcraft/simulator-kr\": \"npm:@ffxiv-teamcraft/simulator@2.9.2\",\n+ \"@ffxiv-teamc... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(simulator): support for kr 5.45 | 1 | feat | simulator |
866,394 | 20.07.2021 12:48:33 | 14,400 | 56b813b003797b799805d6b7bcee6745d4ebf394 | feat(env): adding rtl staging environments
### Related Ticket(s)
No related issue
### Description
This adds RTL staging environments for react and web components storybooks.
### Changelog
**New**
React RTL Staging manifest and deploy script
Web Components RTL Staging manifest and deploy script | [
{
"change_type": "MODIFY",
"diff": "@@ -55,6 +55,46 @@ jobs:\nwith:\nstatus: ${{ job.status }}\nif: failure()\n+ react-rtl:\n+ runs-on: ubuntu-20.04\n+ env:\n+ SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}\n+ steps:\n+ - uses: actions/checkout@master\n+ - name: Use Node.js 14.x\n+ uses: actions/setup-... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | feat(env): adding rtl staging environments (#6684)
### Related Ticket(s)
No related issue
### Description
This adds RTL staging environments for react and web components storybooks.
### Changelog
**New**
- React RTL Staging manifest and deploy script
- Web Components RTL Staging manifest and deploy ... | 1 | feat | env |
126,276 | 20.07.2021 13:01:51 | -7,200 | 0f783c8a59165342ac6a070ca23f0a197828a837 | fix(pkg/server): initialize db settings if not present
fix(pkg/server): initialize db settings if not present | [
{
"change_type": "MODIFY",
"diff": "@@ -32,6 +32,7 @@ import (\n\"github.com/codenotary/immudb/embedded/remotestorage\"\n\"github.com/codenotary/immudb/embedded/sql\"\n+ \"github.com/codenotary/immudb/embedded/store\"\n\"github.com/codenotary/immudb/pkg/errors\"\npgsqlsrv \"github.com/codenotary/immudb/pkg/... | Go | Apache License 2.0 | codenotary/immudb | fix(pkg/server): initialize db settings if not present
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
fix(pkg/server): initialize db settings if not present
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | fix | pkg/server |
141,508 | 20.07.2021 13:39:04 | -36,000 | 03ba731f1ca366ca181b53d9a59fa2e0e558dffd | chore: Bump Chromatic to 5.9.2 | [
{
"change_type": "MODIFY",
"diff": "\"@storybook/codemod\": \"^6.3.4\",\n\"@storybook/csf\": \"^0.0.1\",\n\"@storybook/node-logger\": \"^6.3.4\",\n- \"chromatic\": \"^5.2.0\",\n+ \"chromatic\": \"^5.9.2\",\n\"danger\": \"^10.6.2\",\n\"eslint-import-resolver-typescript\": \"^2.4.0\",\n\"glob\": \"^7.1.1\",\n... | TypeScript | MIT License | cultureamp/kaizen-design-system | chore: Bump Chromatic to 5.9.2 (#1777) | 1 | chore | null |
342,861 | 20.07.2021 13:45:45 | -7,200 | 098df30d7671b3a5e8129c58c60bee5fe1d02b11 | feat(Text): add line-through | [
{
"change_type": "MODIFY",
"diff": "@@ -28,7 +28,7 @@ Table below contains all types of the props available in the Text component.\n| spaceAfter | `enum` | | Additional `margin-bottom` after component. [See this docs](https://github.com/kiwicom/orbit/tree/master/packages/orbit-components/src/common/getSpaci... | JavaScript | MIT License | kiwicom/orbit | feat(Text): add line-through | 1 | feat | Text |
791,370 | 20.07.2021 14:36:36 | 21,600 | 8ac13187f04f8296b6eef084a1c50922b897c5e8 | chore: remove sample that does not compile | [
{
"change_type": "DELETE",
"diff": "-// Copyright 2021 Google LLC\n-//\n-// Licensed under the Apache License, Version 2.0 (the \"License\");\n-// you may not use this file except in compliance with the License.\n-// You may obtain a copy of the License at\n-//\n-// http://www.apache.org/licenses/LICENSE-2.... | Go | Apache License 2.0 | googleapis/google-cloud-go | chore: remove sample that does not compile (#4468) | 1 | chore | null |
667,713 | 20.07.2021 14:44:51 | -28,800 | a5dcbdae9c7f36a3ce12d6c3a7fc2e4127375eaf | feat(android): add interceptHorizontalTouch prop for listView | [
{
"change_type": "MODIFY",
"diff": "@@ -159,6 +159,11 @@ public class HippyListViewController extends HippyViewController<HippyListView>\nview.setOverScrollEnabled(flag);\n}\n+ @HippyControllerProps(name = \"interceptHorizontalTouch\")\n+ public void setEnableInterceptHorizontalTouch(HippyListView view, boo... | C++ | Apache License 2.0 | tencent/hippy | feat(android): add interceptHorizontalTouch prop for listView | 1 | feat | android |
503,970 | 20.07.2021 15:13:22 | 14,400 | fcc3b8c393ccc06233cee772277d48bdeaf814d4 | fix(Select): check children have props before comparing them | [
{
"change_type": "MODIFY",
"diff": "@@ -230,6 +230,7 @@ export class Select extends React.Component<SelectProps & OUIAProps, SelectState\nthis.refCollection[0][0] = this.filterRef.current;\n}\n+ // Move focus to top of the menu if state.focusFirstOption was updated to true and the menu does not have custom ... | TypeScript | MIT License | patternfly/patternfly-react | fix(Select): check children have props before comparing them (#6052) | 1 | fix | Select |
126,287 | 20.07.2021 15:15:54 | -7,200 | 5141c8a398896a58d305fae77cbaf74f574d7d3e | chore: increased coverage handling failure branches | [
{
"change_type": "MODIFY",
"diff": "@@ -25,10 +25,12 @@ import (\n\"google.golang.org/grpc/status\"\n)\n+var osexit = os.Exit\n+\n// QuitToStdErr prints an error on stderr and closes\nfunc QuitToStdErr(msg interface{}) {\n_, _ = fmt.Fprintln(os.Stderr, msg)\n- os.Exit(1)\n+ osexit(1)\n}\n// QuitWithUserErro... | Go | Apache License 2.0 | codenotary/immudb | chore: increased coverage handling failure branches (#861) | 1 | chore | null |
777,401 | 20.07.2021 15:20:40 | 14,400 | b4ab5b1a2e1337c8fdb4812595031ef3abc3ace0 | chore: update the jackc/pgx version for ResetSession hook | [
{
"change_type": "MODIFY",
"diff": "@@ -24,7 +24,7 @@ require (\ngithub.com/sirupsen/logrus v1.6.0\ngithub.com/spf13/cobra v1.1.3\ngithub.com/spf13/pflag v1.0.5\n- golang.org/x/sys v0.0.0-20210514084401-e8d321eab015\n+ golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1\ngolang.org/x/tools v0.1.0\ngotest.to... | Python | Apache License 2.0 | determined-ai/determined | chore: update the jackc/pgx version for ResetSession hook (#2729) [DET-5018] | 1 | chore | null |
71,573 | 20.07.2021 15:25:52 | 14,400 | 4e40db3e5577c575aa5e25093e1b82eae6e7cb31 | feat(servicecatalog): Add stack event notification constraint
Add stack event notification constraint.
Allows users to subscribe AWS `SNS` topics to stack updates on their products.
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | [
{
"change_type": "MODIFY",
"diff": "@@ -33,6 +33,7 @@ enables organizations to create and manage catalogs of products for their end us\n- [Adding a product to a portfolio](#adding-a-product-to-a-portfolio)\n- [TagOptions](#tag-options)\n- [Constraints](#constraints)\n+ - [Notify on stack events](#notify-on-... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(servicecatalog): Add stack event notification constraint (#15610)
Add stack event notification constraint.
Allows users to subscribe AWS `SNS` topics to stack updates on their products.
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
... | 1 | feat | servicecatalog |
791,690 | 20.07.2021 15:28:53 | 18,000 | 52287af963d80c27f952d8d6a164dcd162073750 | misc: add prefix to lighthouse-logger debug scope | [
{
"change_type": "MODIFY",
"diff": "@@ -61,6 +61,7 @@ class Log {\n}\nstatic loggerfn(title) {\n+ title = `LH:${title}`;\nlet log = loggersByTitle[title];\nif (!log) {\nlog = debug(title);\n@@ -82,16 +83,16 @@ class Log {\nlevel_ = level;\nswitch (level) {\ncase 'silent':\n- debug.enable('-*');\n+ debug.ena... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc: add prefix to lighthouse-logger debug scope (#12806) | 1 | misc | null |
791,690 | 20.07.2021 15:29:22 | 18,000 | 1abc363e99dd23295b9258be39ffdbc942c868d4 | cli(fr): add --fraggle-rock flag | [
{
"change_type": "MODIFY",
"diff": "@@ -108,6 +108,11 @@ function getFlags(manualArgv, options = {}) {\ndefault: false,\ndescribe: 'Print the normalized config for the given config and options, then exit.',\n},\n+ 'fraggle-rock': {\n+ type: 'boolean',\n+ default: false,\n+ describe: '[EXPERIMENTAL] Use the ... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | cli(fr): add --fraggle-rock flag (#12805) | 1 | cli | fr |
756,013 | 20.07.2021 15:58:11 | 21,600 | f791ebe4c1fdda3849e22feda1804b54363946eb | refactor(wallet): make clearer according to review comments | [
{
"change_type": "MODIFY",
"diff": "@@ -482,34 +482,46 @@ export function makeWallet({\nconst { inviteP, purseKeywordRecord, proposal } = await compiledOfferP;\n- // We now have everything we need to provide Zoe, so do the actual withdrawal.\n- // Payments are made for the keywords in proposal.give.\n- cons... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | refactor(wallet): make clearer according to review comments | 1 | refactor | wallet |
777,353 | 20.07.2021 16:01:42 | 18,000 | e63e5223452cfef2e617a7157ac9936989363ed0 | fix: correct single trial experiment routing | [
{
"change_type": "MODIFY",
"diff": "@@ -37,7 +37,7 @@ const ExperimentDetails: React.FC = () => {\nconst [ forkModalConfig, setForkModalConfig ] = useState<RawJson>();\nconst [ forkModalError, setForkModalError ] = useState<string>();\nconst [ isForkModalVisible, setIsForkModalVisible ] = useState(false);\n... | Python | Apache License 2.0 | determined-ai/determined | fix: correct single trial experiment routing [DET-5789] (#2748) | 1 | fix | null |
104,853 | 20.07.2021 16:07:21 | 14,400 | d7b810c34941e210721a99a4899920718b45bc1f | fix(table): styling on firefox | [
{
"change_type": "MODIFY",
"diff": "-import { Component, ViewEncapsulation } from '@angular/core';\n+import { Component, HostBinding, ViewEncapsulation } from '@angular/core';\nimport { TableHeadCell } from 'carbon-components-angular';\n@Component({\n@@ -112,4 +112,6 @@ import { TableHeadCell } from 'carbon... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): styling on firefox | 1 | fix | table |
902,122 | 20.07.2021 16:11:35 | -7,200 | 69a4332154dda40541152f5e184bc68580ab0941 | chore(release): v9.1.5 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [9.1.5](https://github.com/microlinkhq/browserless/compare/v9.1.4...v9.1.5) (2021-07-20)\n+\n+**Note:** Version bu... | JavaScript | MIT License | microlinkhq/browserless | chore(release): v9.1.5 | 1 | chore | release |
401,133 | 20.07.2021 16:39:25 | 14,400 | d41f29a509d255f3d51d1bd85dd85d471579d042 | style: updated icon padding
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -41,7 +41,7 @@ const SearchBox: SearchBoxTheme = {\n},\ncloseIcon: {\npadding: {\n- S: '0.2rem',\n+ S: '0.4rem',\nM: '0.4rem'\n},\nborderRadius: '2.5rem',\n@@ -55,7 +55,7 @@ const SearchBox: SearchBoxTheme = {\n},\nsearchIcon: {\npadding: {\n- S: '0.2rem',\n+ S: '0.4re... | TypeScript | MIT License | medly/medly-components | style: updated icon padding
affects: @medly-components/theme | 1 | style | null |
401,133 | 20.07.2021 16:47:06 | 14,400 | b6d00756ff26d148040bef12eb67988b29418f90 | style: updated border or search bar
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -8,9 +8,8 @@ import { Props } from './types';\nconst getBorderRadius = ({ theme, areOptionsVisible, size }: Props & { areOptionsVisible?: boolean }) => {\nconst border = theme.searchBox.borderRadius[size][areOptionsVisible ? 'active' : 'default'];\n- console.log({ them... | TypeScript | MIT License | medly/medly-components | style: updated border or search bar
affects: @medly-components/core, @medly-components/theme | 1 | style | null |
306,423 | 20.07.2021 16:47:40 | -7,200 | 26b2f4e0e5d32b10f094eead713d83639cecfc0b | feat: add support to use import assertions | [
{
"change_type": "ADD",
"diff": "+---\n+'babel-plugin-extend-docs': patch\n+'rocket-preset-extend-lion-docs': patch\n+---\n+\n+Support usage of import assertions like `import style from 'my-pkg/style' assert { type: 'css' };`\n",
"new_path": ".changeset/olive-seas-promise.md",
"old_path": null
},
... | JavaScript | MIT License | ing-bank/lion | feat: add support to use import assertions | 1 | feat | null |
306,444 | 20.07.2021 17:00:48 | -7,200 | dc543e40f05e25886da4869ed82974545946ab03 | chore: revert localize loadingComplete dependency in ValidateMixin | [
{
"change_type": "MODIFY",
"diff": "@@ -644,7 +644,6 @@ export const ValidateMixinImplementation = superclass =>\n* @private\n*/\nasync __getFeedbackMessages(validators) {\n- await localize.loadingComplete;\nlet fieldName = await this.fieldName;\nreturn Promise.all(\nvalidators.map(async validator => {\n",
... | JavaScript | MIT License | ing-bank/lion | chore: revert localize loadingComplete dependency in ValidateMixin | 1 | chore | null |
667,713 | 20.07.2021 17:44:19 | -28,800 | 0a284e2fe2de6d1dfe200ff3422cd553a49a380d | refactor(android): set intercept horizontal touch default true | [
{
"change_type": "MODIFY",
"diff": "@@ -74,7 +74,6 @@ public class HippyListView extends RecyclerView implements HippyViewBase {\nprotected boolean mExposureEventEnable = false;\n- boolean enableInterceptHorizontalTouch = false;\nprivate float touchDownY;\nprivate float touchDownX;\nprivate int touchSlop;\n... | C++ | Apache License 2.0 | tencent/hippy | refactor(android): set intercept horizontal touch default true | 1 | refactor | android |
73,317 | 20.07.2021 17:52:53 | -7,200 | 9d554edc2542577ba1c1109f07b0e074306cfb93 | chore: test against .NET 6 (prerelease) | [
{
"change_type": "MODIFY",
"diff": "@@ -239,6 +239,13 @@ jobs:\nnode: '10'\nos: ubuntu-latest\npython: '3.6'\n+ - java: '8'\n+ dotnet: '6.0.x'\n+ dotnet-prerelease: true\n+ go: '1.16'\n+ node: '10'\n+ os: ubuntu-latest\n+ python: '3.6'\n# Test alternate Javas\n- java: '11'\ndotnet: '3.1.x'\n@@ -274,6 +281,7... | TypeScript | Apache License 2.0 | aws/jsii | chore: test against .NET 6 (prerelease) (#2914) | 1 | chore | null |
104,857 | 20.07.2021 17:57:45 | 10,800 | 70f879f4074b70ac969737cb0132362343407bc0 | fix(tablecard): table content fit in the card; | [
{
"change_type": "MODIFY",
"diff": "@@ -48,10 +48,10 @@ const StyledStatefulTable = styled(({ showHeader, isExpanded, data, ...rest }) =\nbottom: ${(props) => (!props.isExpanded ? '0px' : '25px')};\n${(props) => (props.isExpanded ? `width: calc(100% - 50px)` : ``)}\n}\n- .bx--data-table-container {\n+ .bx--... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(tablecard): table content fit in the card; | 1 | fix | tablecard |
756,013 | 20.07.2021 18:44:42 | 21,600 | 4130f6a9041b24680ac5cd9d8a31d9587cf0c871 | fix(wallet): be more defensive when escrow is supposed to happen | [
{
"change_type": "MODIFY",
"diff": "@@ -508,13 +508,25 @@ export function makeWallet({\n// individual rejections.\nPromise.allSettled(\nkeywordPaymentPs.map(async keywordPaymentP => {\n- // Wait for the withdrawal to complete.\n+ // Wait for the withdrawal to complete. This protects against a race\n+ // whe... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(wallet): be more defensive when escrow is supposed to happen | 1 | fix | wallet |
71,594 | 20.07.2021 19:33:58 | -7,200 | 645376958a699ee89e3cc805546c293c93d99613 | feat(apigatewayv2-integrations): http private integrations - tls config
Adds the option to specify tlsConfig for `AWS::ApiGatewayV2::Integration` resources, to enable use of HTTPS when configuring private integrations.
closes
*By submitting this pull request, I confirm that my contribution is made under the terms of th... | [
{
"change_type": "MODIFY",
"diff": "@@ -43,6 +43,7 @@ export class HttpAlbIntegration extends HttpPrivateIntegration {\nconnectionType: this.connectionType,\nconnectionId: vpcLink.vpcLinkId,\nuri: this.props.listener.listenerArn,\n+ secureServerName: this.props.secureServerName,\n};\n}\n}\n",
"new_path"... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(apigatewayv2-integrations): http private integrations - tls config (#15469)
Adds the option to specify tlsConfig for `AWS::ApiGatewayV2::Integration` resources, to enable use of HTTPS when configuring private integrations.
closes #14036
----
*By submitting this pull request, I confirm that my contributio... | 1 | feat | apigatewayv2-integrations |
730,428 | 20.07.2021 19:46:55 | 0 | c0d9d05d79eb19a1d3165eb9b154aefea612af30 | chore(release): 0.16.0 [skip ci] | [
{
"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+## [0.16.0](https://github.com/webex/react-widgets/compare/v0.15.0...v0.16.0) (2021-07-20)\n+\n... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.16.0 [skip ci] | 1 | chore | release |
791,704 | 20.07.2021 20:03:08 | 18,000 | 31bfccd164d70391b31df9351dbc9459327ba6cc | tests(devtools): sync tests, fix cache action | [
{
"change_type": "MODIFY",
"diff": "@@ -33,7 +33,7 @@ jobs:\n${{ env.BLINK_TOOLS_PATH }}\n${{ github.workspace }}/lighthouse/.tmp/chromium-web-tests/content-shells\n# The number is how many times this hash key was manually updated to break the cache.\n- key: ${{ runner.os }}-2-${{ hashFiles('third-party/chr... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests(devtools): sync tests, fix cache action (#12807) | 1 | tests | devtools |
730,428 | 20.07.2021 23:00:52 | 0 | 4df1508f781cb423f5a092334ef58315e8755c6b | chore(release): 0.17.0 [skip ci] | [
{
"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+## [0.17.0](https://github.com/webex/react-widgets/compare/v0.16.0...v0.17.0) (2021-07-20)\n+\n... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.17.0 [skip ci] | 1 | chore | release |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.