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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
366,946 | 15.07.2021 11:12:03 | -32,400 | 6e25d00bc6fe3e07cfdb2ae0dd8c5a29101c3e4b | test: add frozen lockfile option | [
{
"change_type": "MODIFY",
"diff": "@@ -10,7 +10,7 @@ commands:\n- dependencies-test-{{ checksum \"package.json\" }}-{{ checksum \"yarn.lock\" }}\n# fallback to using the latest cache if no exact match is found\n- modules-cache-\n- - run: yarn install\n+ - run: yarn install --frozen-lockfile\n- save_cache:\... | TypeScript | MIT License | kufu/smarthr-ui | test: add frozen lockfile option (#1751) | 1 | test | null |
277,002 | 15.07.2021 11:13:25 | 10,800 | d58fd3fafc44811273771c1deb8aa9b31c05a6ab | feat: improvements in component avatar | [
{
"change_type": "DELETE",
"diff": "Binary files a/packages/labnative/assets/images/avatarIcons/app.png and /dev/null differ\n",
"new_path": "packages/labnative/assets/images/avatarIcons/app.png",
"old_path": "packages/labnative/assets/images/avatarIcons/app.png"
},
{
"change_type": "DELETE"... | JavaScript | MIT License | gympass/yoga | feat: improvements in component avatar | 1 | feat | null |
401,135 | 15.07.2021 11:17:04 | 14,400 | b9265d6b06d3c627440d93afcea159d5da2872e4 | feat(theme): add cursor to disabled theme for textFeidl
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -10,7 +10,7 @@ import { fusionErrorStyle, fusionStyle } from './fusion.styled';\nimport { outlinedStyle } from './outlined.styled';\nconst disabledStyle = ({ theme: { textField }, variant }: InnerWrapperProps) => css`\n- cursor: not-allowed;\n+ cursor: ${textField[vari... | TypeScript | MIT License | medly/medly-components | feat(theme): add cursor to disabled theme for textFeidl
affects: @medly-components/core, @medly-components/theme | 1 | feat | theme |
67,479 | 15.07.2021 11:20:02 | -36,000 | db9a9abe195c86ccb2d537aad768f8f50a6ed762 | refactor(render-context): prepare to remove .getViewFactory()/.compile() methods | [
{
"change_type": "MODIFY",
"diff": "@@ -8,6 +8,7 @@ import {\nAurelia,\nRenderPlan,\nIPlatform,\n+ IRendering,\n} from '@aurelia/runtime-html';\nimport {\neachCartesianJoin,\n@@ -17,7 +18,7 @@ import {\ncreateFixture,\n} from '@aurelia/testing';\n-describe('3-runtime-html/compose.spec.ts/au-render', functio... | TypeScript | MIT License | aurelia/aurelia | refactor(render-context): prepare to remove .getViewFactory()/.compile() methods | 1 | refactor | render-context |
67,479 | 15.07.2021 11:37:55 | -36,000 | efc607a3ab6a282af4393f2594181a42161b2b5d | refactor(render-context): remove all main render-context usages | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,6 @@ import {\nIObserverLocator,\nview,\ncustomElement,\n- getRenderContext,\nAurelia,\nRenderPlan,\nIPlatform,\n",
"new_path": "packages/__tests__/3-runtime-html/au-render.spec.ts",
"old_path": "packages/__tests__/3-runtime-html/au-render.spec.ts"
},... | TypeScript | MIT License | aurelia/aurelia | refactor(render-context): remove all main render-context usages | 1 | refactor | render-context |
756,064 | 15.07.2021 12:00:27 | 25,200 | a567e3a9b292df1676dee0cf0cbeb15348f513e6 | chore(swingset): improve slog typescript definitions to hush lint | [
{
"change_type": "MODIFY",
"diff": "@@ -140,6 +140,7 @@ export default function buildKernel(\nconst vatAdminRootKref = hostStorage.kvStore.get('vatAdminRootKref');\n+ /** @type { KernelSlog } */\nconst kernelSlog = writeSlogObject\n? makeSlogger(slogCallbacks, writeSlogObject)\n: makeDummySlogger(slogCallba... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore(swingset): improve slog typescript definitions to hush lint | 1 | chore | swingset |
471,462 | 15.07.2021 12:04:35 | 14,400 | c517f3ee333882a048a5feab0856b244df51f9a9 | chore: use latest mdjs dependencies | [
{
"change_type": "MODIFY",
"diff": "\"@babel/parser\": \"^7.9.6\",\n\"@babel/plugin-syntax-import-meta\": \"^7.10.4\",\n\"@babel/plugin-transform-react-jsx\": \"^7.12.5\",\n- \"@mdjs/core\": \"^0.4.1\",\n- \"@mdx-js/mdx\": \"^1.6.21\",\n+ \"@mdjs/core\": \"^0.8.2\",\n+ \"@mdx-js/mdx\": \"^1.6.22\",\n\"detab... | JavaScript | MIT License | open-wc/open-wc | chore: use latest mdjs dependencies | 1 | chore | null |
401,135 | 15.07.2021 13:27:48 | 14,400 | 622c0be2933ab9353d7de8fb88b697f4e4c33a8a | feat(core): pass showDecorators prop through dateRangePicker and Multiselect
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -18,6 +18,7 @@ export const DateRangePicker: FC<DateRangeProps> = React.memo(props => {\nhelperText,\nvariant,\ndisabled,\n+ showDecorators,\nsize,\nonBlur,\nminSelectableDate,\n@@ -49,6 +50,7 @@ export const DateRangePicker: FC<DateRangeProps> = React.memo(props => {\... | TypeScript | MIT License | medly/medly-components | feat(core): pass showDecorators prop through dateRangePicker and Multiselect
affects: @medly-components/core | 1 | feat | core |
185,944 | 15.07.2021 13:30:33 | 18,000 | d177df3de1155aa1ac610ce7c81f5e229981297e | chore: remove EditorMosaicMock; use EditorMosaic
This should improve our testing story by having this class tested 'live'
everywhere instead of substituting a mock in its place.
There are some places where we were testing to see if a member function
was called. Replace jest.fn() instances there with jest spies instead. | [
{
"change_type": "MODIFY",
"diff": "-import { DefaultEditorId } from '../../src/interfaces';\nimport {\nElectronTypesMock,\nFileManagerMock,\nRemoteLoaderMock,\nRunnerMock,\nStateMock,\n+ createEditorValues,\n} from './mocks';\nexport class AppMock {\npublic setup = jest.fn();\npublic replaceFiddle = jest.f... | TypeScript | MIT License | electron/fiddle | chore: remove EditorMosaicMock; use EditorMosaic (#779)
This should improve our testing story by having this class tested 'live'
everywhere instead of substituting a mock in its place.
There are some places where we were testing to see if a member function
was called. Replace jest.fn() instances there with jest s... | 1 | chore | null |
306,309 | 15.07.2021 13:35:20 | -3,600 | 04ed9e36979878c7fee9b44bc4b9466aef2f4451 | chore: add note about docs | [
{
"change_type": "MODIFY",
"diff": "@@ -570,7 +570,7 @@ The following notes are general guidelines, please leave a comment in your pull\n6. Update the [Infracost API](https://www.infracost.io/docs/integrations/infracost_api) to use the latest version.\n7. Wait for the [infracost brew PR](https://github.com/... | Go | Apache License 2.0 | infracost/infracost | chore: add note about docs | 1 | chore | null |
401,135 | 15.07.2021 13:41:05 | 14,400 | 5c618b2abda9a13dd163c30591377d109a10b39d | fix(core): add test and default prop for date-range-picker
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -23,7 +23,8 @@ const renderComponent = (props?: any) => {\nfullWidth: false,\ndisabled: false,\nminSelectableDate: new Date(2020, 1, 1),\n- maxSelectableDate: new Date(2022, 2, 15)\n+ maxSelectableDate: new Date(2022, 2, 15),\n+ showDecorators: true\n};\nconst renderUt... | TypeScript | MIT License | medly/medly-components | fix(core): add test and default prop for date-range-picker
affects: @medly-components/core, @medly-components/forms | 1 | fix | core |
104,853 | 15.07.2021 13:53:13 | 14,400 | f3ef12445c1c95ec225092ee39c9e013bf4849cf | chore(table): use scss prefix | [
{
"change_type": "MODIFY",
"diff": "+@import '../../../../styles/scss/globals/vars';\n+\n// TODO add styling hooks to carbon-components-angular so we can remove aiTableHeadCell\n.table-head-cell-text,\n.table-head-cell-icons {\ntop: 0;\n}\n-.bx--data-table--compact {\n+.#{$prefix}--data-table--compact {\n.t... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(table): use scss prefix | 1 | chore | table |
777,401 | 15.07.2021 14:00:58 | 14,400 | 7bee7521befc9fe328cb9c2d12446d6ce63061f0 | fix: always terminate streams for terminated trials | [
{
"change_type": "MODIFY",
"diff": "@@ -65,6 +65,7 @@ type BatchStreamProcessor struct {\nfetcher FetchBatchFn\nprocess OnBatchFn\nterminateCheck TerminationCheckFn\n+ alwaysCheckTermination bool\nbatchWaitTime time.Duration\nbatchMissWaitTime time.Duration\n}\n@@ -75,6 +76,7 @@ func NewBatchStreamProcessor... | Python | Apache License 2.0 | determined-ai/determined | fix: always terminate streams for terminated trials [DET-5790] (#2728) | 1 | fix | null |
531,793 | 15.07.2021 14:08:04 | -3,600 | 68c4163dd2fb4f5941350bd480b5afac54d2b1b9 | fix(ui): skip custom asset loading if not enabled | [
{
"change_type": "MODIFY",
"diff": "@@ -118,6 +118,8 @@ func index(w http.ResponseWriter, r *http.Request) {\n\"SentryDSN\": config.Config.Sentry.Public,\n\"DefaultFilter\": filtersB64,\n\"Defaults\": defaultsB64,\n+ \"CustomCSS\": config.Config.Custom.CSS,\n+ \"CustomJS\": config.Config.Custom.JS,\n})\n}\n... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): skip custom asset loading if not enabled | 1 | fix | ui |
277,007 | 15.07.2021 14:24:20 | 10,800 | 35ced72053bfe36577f8841517af2fbb76502604 | test(snackbar): update snapshots | [
{
"change_type": "MODIFY",
"diff": "// Jest Snapshot v1, https://goo.gl/fbAQLP\n-exports[`<Snackbar /> should match snapshot 1`] = `\n-.c1 {\n- display: -webkit-box;\n- display: -webkit-flex;\n- display: -ms-flexbox;\n- display: flex;\n- -webkit-align-items: center;\n- -webkit-box-align: center;\n- -ms-flex... | JavaScript | MIT License | gympass/yoga | test(snackbar): update snapshots | 1 | test | snackbar |
277,007 | 15.07.2021 14:39:43 | 10,800 | fe4cc2445b463a4b3eb2d486aaa2dd55007d5c3c | refactor(snackbar): remove native support for snackbar | [
{
"change_type": "DELETE",
"diff": "-import Snackbar from './native';\n-\n-export default Snackbar;\n",
"new_path": null,
"old_path": "packages/yoga/src/Snackbar/index.native.js"
},
{
"change_type": "DELETE",
"diff": "-import React from 'react';\n-import styled from 'styled-components';\... | JavaScript | MIT License | gympass/yoga | refactor(snackbar): remove native support for snackbar | 1 | refactor | snackbar |
277,007 | 15.07.2021 14:44:46 | 10,800 | d390053e22693252d43d0f33b2ca628a70056e45 | fix(event-card): update snapshots
Those tests cases on native environment was avoiding me to push changes to remote repository | [
{
"change_type": "MODIFY",
"diff": "@@ -1026,6 +1026,51 @@ exports[`<EventCard /> Snapshots should match snapshot of small EventCard active\n},\n},\n},\n+ \"snackbar\": Object {\n+ \"border\": Object {\n+ \"radius\": 8,\n+ },\n+ \"height\": Object {\n+ \"max\": 72,\n+ \"min\": 56,\n+ },\n+ \"maxWidth\": Obj... | JavaScript | MIT License | gympass/yoga | fix(event-card): update snapshots
Those tests cases on native environment was avoiding me to push changes to remote repository | 1 | fix | event-card |
104,844 | 15.07.2021 14:44:53 | 14,400 | f718b9afc2147befdcd783f3fe5fb0dfedf9df2b | chore(repo): moved test to pre push hook and made PR suggested changes | [
{
"change_type": "MODIFY",
"diff": "-const compareSnapshotCommand = require('cypress-image-diff-js/dist/command');\n+import compareSnapshotCommand from 'cypress-image-diff-js/dist/command';\n+// https://github.com/testing-library/cypress-testing-library\n+import '@testing-library/cypress/add-commands';\ncom... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(repo): moved test to pre push hook and made PR suggested changes | 1 | chore | repo |
869,310 | 15.07.2021 14:51:32 | -7,200 | 091612b794607257810f99a4295a0bebf2bb4cdf | fix(bibox): only get the spot markets | [
{
"change_type": "MODIFY",
"diff": "@@ -18,6 +18,7 @@ class Bibox extends Driver {\nreturn tickers\n.filter((ticker) => ticker.is_hide === 0)\n+ .filter((ticker) => ticker.pair_type === 0 || ticker.pair_type === 1)\n.map((ticker) => {\nconst base = ticker.coin_symbol;\nconst quote = ticker.currency_symbol;\... | JavaScript | MIT License | coinranking/exchanges | fix(bibox): only get the spot markets | 1 | fix | bibox |
126,295 | 15.07.2021 15:02:36 | -7,200 | 4c84c087a0d88d7ff573a927a278b22af1aa2176 | chore(pkg/pgsql/server): add max parameters value size guard and move error package in a higher level to avoid cycle deps | [
{
"change_type": "RENAME",
"diff": "@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and\nlimitations under the License.\n*/\n-package server\n+package errors\nimport (\n\"errors\"\n@@ -37,6 +37,7 @@ var ErrMaxStmtNumberExceeded = errors.New(\"maximum number of statements in... | Go | Apache License 2.0 | codenotary/immudb | chore(pkg/pgsql/server): add max parameters value size guard and move error package in a higher level to avoid cycle deps
Signed-off-by: Michele Meloni <cleaversdev@gmail.com> | 1 | chore | pkg/pgsql/server |
777,374 | 15.07.2021 15:32:55 | 25,200 | 2e6182ebdcfa6d26faa43dc11e5d39c01ff1ec8c | docs: fix some monospace treatment. | [
{
"change_type": "MODIFY",
"diff": "@@ -95,7 +95,7 @@ not supported. Read about those here:\nIn addition, we also patched some ``LightningModule`` methods to make\nporting your code easier:\n-- `log` and `log_dict` are patched to always log ship their values to\n+- ``log`` and ``log_dict`` are patched to al... | Python | Apache License 2.0 | determined-ai/determined | docs: fix some monospace treatment. (#2712) | 1 | docs | null |
777,401 | 15.07.2021 15:42:28 | 14,400 | 6a97d46da07581111e4e48379cea18021bba2478 | test: bump test_streaming_observability_metrics_apis timeout | [
{
"change_type": "MODIFY",
"diff": "@@ -13,7 +13,8 @@ from tests import experiment as exp\n@pytest.mark.e2e_gpu # type: ignore\n-@pytest.mark.timeout(600) # type: ignore\n+# TODO(DET-5803): We need a GPU warm-up job to prevent this excessive time limit.\n+@pytest.mark.timeout(30 * 60) # type: ignore\n@pytes... | Python | Apache License 2.0 | determined-ai/determined | test: bump test_streaming_observability_metrics_apis timeout (#2738) | 1 | test | null |
711,597 | 15.07.2021 15:44:07 | -7,200 | b289cc8d95827bd6186815d7a73005c460a02003 | fix(core): Do not crash if asset filesize is over max size limit
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -3,6 +3,7 @@ import { omit } from '@vendure/common/lib/omit';\nimport { pick } from '@vendure/common/lib/pick';\nimport { mergeConfig } from '@vendure/core';\nimport { createTestEnvironment } from '@vendure/testing';\n+import fs from 'fs-extra';\nimport path from 'path... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Do not crash if asset filesize is over max size limit
Fixes #990 | 1 | fix | core |
942,581 | 15.07.2021 15:44:20 | 21,600 | 9bedc6cf006df13fdd202959de9403057814b362 | docs: Fix prop tables. Also add spec table to Modal
Fixes
* Add Modal documentation | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,8 @@ const docGen = require('react-docgen-typescript');\nconst docGenLoader = require('react-docgen-typescript-loader/dist/generateDocgenCodeBlock.js');\nconst ts = require('typescript');\nconst path = require('path');\n-const tsconfigPath = path.join(__dirname... | TypeScript | Apache License 2.0 | workday/canvas-kit | docs: Fix prop tables. Also add spec table to Modal (#1155)
Fixes #1126
* Add Modal documentation | 1 | docs | null |
104,844 | 15.07.2021 15:59:52 | 14,400 | e628e5df50d5f4e8be85a9711c5e22484d61e703 | chore(repo): update the root package.json to include pre-push | [
{
"change_type": "MODIFY",
"diff": "\"husky\": {\n\"hooks\": {\n\"pre-commit\": \"yarn lint-staged && lerna run --stream pre-commit\",\n+ \"pre-push\": \"lerna run --stream pre-push\",\n\"commit-msg\": \"commitlint -E HUSKY_GIT_PARAMS\"\n}\n},\n",
"new_path": "package.json",
"old_path": "package.jso... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(repo): update the root package.json to include pre-push | 1 | chore | repo |
777,389 | 15.07.2021 16:14:22 | 25,200 | 11a46089090451e5d64cf3f14867b6cee1d8ad94 | feat: add view logs action to experiment trials | [
{
"change_type": "ADD",
"diff": "+:orphan:\n+\n+**New Features**\n+\n+- Add \"View Logs\" and \"Open Tensorboard\" actions to experiment trials'\n+ list\n",
"new_path": "docs/release-notes/2723-experiment-trial-actions.txt",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+import { ... | Python | Apache License 2.0 | determined-ai/determined | feat: add view logs action to experiment trials [#2714] (#2723) | 1 | feat | null |
503,915 | 15.07.2021 16:16:31 | 14,400 | 074c8ced8c37be39d7aac89ed3f283a0ae3f2da4 | fix(TreeView): console warning about uncontrolled inputs when checkbox swaps between determinate/indeterminate | [
{
"change_type": "MODIFY",
"diff": "import * as React from 'react';\nimport { TreeViewList } from './TreeViewList';\n-import { TreeViewListItem } from './TreeViewListItem';\n+import { TreeViewCheckProps, TreeViewListItem } from './TreeViewListItem';\nimport { TreeViewRoot } from './TreeViewRoot';\nexport in... | TypeScript | MIT License | patternfly/patternfly-react | fix(TreeView): console warning about uncontrolled inputs when checkbox swaps between determinate/indeterminate (#6041) | 1 | fix | TreeView |
777,389 | 15.07.2021 16:18:23 | 25,200 | 3deb93f3e369a1a858268238f9a5d38564bc443e | feat: check server reachability on first load | [
{
"change_type": "ADD",
"diff": "+:orphan:\n+\n+**New Features**\n+\n+- Add a server availability check on WebUI load.\n",
"new_path": "docs/release-notes/2721-server-availibility-check.txt",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "@@ -5,6 +5,7 @@ import { HelmetProvider ... | Python | Apache License 2.0 | determined-ai/determined | feat: check server reachability on first load [#2739] (#2721) | 1 | feat | null |
141,508 | 15.07.2021 16:26:28 | -36,000 | b7fd50d1db152bd48a41531121638f36ebba9bfd | fix: Constrain brand width to 100% of container | [
{
"change_type": "ADD",
"diff": "+.img {\n+ max-inline-size: 100%;\n+}\n",
"new_path": "packages/brand/src/Brand/Brand.scss",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "import React from \"react\"\nimport { assetUrl } from \"@kaizen/hosted-assets\"\n+import styles from \"./B... | TypeScript | MIT License | cultureamp/kaizen-design-system | fix: Constrain brand width to 100% of container (#1763) | 1 | fix | null |
711,597 | 15.07.2021 16:38:39 | -7,200 | 96cc8f9f0e13ee044dd466b7eb91c8c6639ba47f | feat(admin-ui): Auto-select newly uploaded assets in AssetPickerDialog | [
{
"change_type": "MODIFY",
"diff": "<div\nclass=\"card\"\n*ngFor=\"let asset of assets\"\n- (click)=\"toggleSelection($event, asset)\"\n+ (click)=\"toggleSelection(asset, $event)\"\n[class.selected]=\"isSelected(asset)\"\n>\n<div class=\"card-img\">\n",
"new_path": "packages/admin-ui/src/lib/core/src/sh... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(admin-ui): Auto-select newly uploaded assets in AssetPickerDialog | 1 | feat | admin-ui |
756,051 | 15.07.2021 16:42:05 | 18,000 | 94d941707583a4c145ace144cf82bedc330979a3 | feat(xsnap): FFI to enable/disable metering
API:
```js
const noLimit = 0;
const limit = currentMeterLimit();
const before = resetMeter(noLimit, 0);
try {
// unmetered work...
} finally {
resetMeter(limit, before);
}
```
fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -63,6 +63,8 @@ static void fx_setImmediate(txMachine* the);\n// static void fx_setTimeout(txMachine* the);\nstatic void fx_setTimer(txMachine* the, txNumber interval, txBoolean repeat);\nstatic void fx_setTimerCallback(txJob* job);\n+static void fx_currentMeterLimit(xs... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(xsnap): FFI to enable/disable metering (#3480)
API:
```js
const noLimit = 0;
const limit = currentMeterLimit();
const before = resetMeter(noLimit, 0);
try {
// unmetered work...
} finally {
resetMeter(limit, before);
}
```
fixes #3457 | 1 | feat | xsnap |
401,135 | 15.07.2021 16:52:05 | 14,400 | 3a396c52b633f344722388e21ee98b3a123f8bc4 | refactor(core): remove unnecessary destructuring of prop
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -280,7 +280,7 @@ describe('TextField', () => {\n}\n})}\n>\n- <TextField variant={variant} label=\"Name\" suffix={CheckIcon} />\n+ <TextField variant={variant} label=\"Name\" suffix={CheckIcon} disabled />\n</ThemeProvider>\n);\nexpect(container).toMatchSnapshot();\n",
... | TypeScript | MIT License | medly/medly-components | refactor(core): remove unnecessary destructuring of prop
affects: @medly-components/core, @medly-components/forms | 1 | refactor | core |
141,571 | 15.07.2021 17:28:49 | -36,000 | 33aa40a539f3f525efbf7437a47dd5f83cbd9f9f | feat: Remove title from back of Tile component
BREAKING CHANGE: This will alter the appearance of the back side of the Tile component. | [
{
"change_type": "MODIFY",
"diff": "@@ -204,24 +204,6 @@ exports[`<InformationTile /> snapshots renders InformationTile with information\n</button>\n</span>\n</div>\n- <div\n- class=\"title\"\n- >\n- <h3\n- class=\"heading heading-3 dark small\"\n- >\n- Title\n- </h3>\n- <div\n- class=\"pt-0-point-25 m-0\"\... | TypeScript | MIT License | cultureamp/kaizen-design-system | feat: Remove title from back of Tile component (#1753)
BREAKING CHANGE: This will alter the appearance of the back side of the Tile component. | 1 | feat | null |
711,597 | 15.07.2021 17:36:06 | -7,200 | 8d23966d99c2701dee0626762e54a1881e224479 | fix(core): Handling of GlobalSettings edge-case bug
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -18,11 +18,19 @@ export class GlobalSettingsService {\n) {}\n/**\n- * Ensure there is a global settings row in the database.\n+ * Ensure there is a single global settings row in the database.\n*/\nasync initGlobalSettings() {\ntry {\n- await this.getSettings(RequestCon... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Handling of GlobalSettings edge-case bug
Fixes #987 | 1 | fix | core |
438,921 | 15.07.2021 17:51:40 | -32,400 | 6f07e94c86a39e08274a0ed82bf0d25f5b65925c | feat(plugin): Intent to ship TableView plugin
Implement new TableView plugin
Close | [
{
"change_type": "MODIFY",
"diff": "@@ -30,9 +30,7 @@ const config = {\nfilename: `billboardjs-plugin-[name].js`,\nlibrary: [\"bb\", \"plugin\", \"[name]\"],\nlibraryExport: \"default\",\n- libraryTarget: \"umd\",\n- umdNamedDefine: true,\n- globalObject: \"this\"\n+ publicPath: \"/dist/plugin\"\n},\nplugin... | TypeScript | MIT License | naver/billboard.js | feat(plugin): Intent to ship TableView plugin
Implement new TableView plugin
Close #1873 | 1 | feat | plugin |
551,646 | 15.07.2021 18:19:25 | -10,800 | 2730a1ee4acf0fa013e420debba602cc8376e97c | chore: on demand instances for CI | [
{
"change_type": "MODIFY",
"diff": "@@ -11,6 +11,26 @@ variables:\nDIFF_CONVER_THRESHOLD_PCT: 50\nstages:\n+ - stage: StartBuildAgent\n+ displayName: \"Start Building Agent\"\n+ jobs:\n+ - job: StartArmAgent\n+ displayName: 'Start ARM Agent'\n+ pool:\n+ vmImage: \"ubuntu-latest\"\n+ steps:\n+ - checkout: no... | Java | Apache License 2.0 | questdb/questdb | chore: on demand instances for CI (#1199) | 1 | chore | null |
815,609 | 15.07.2021 18:45:35 | -28,800 | 6bb407aabe7c17ee2a18b1428ab7f240d5faef90 | fix: display full path for deprecated fields in warning messages | [
{
"change_type": "MODIFY",
"diff": "@@ -165,7 +165,8 @@ impl DeprecatedField {\nmacro_rules! deprecate {\n($self:ident, $fields:ident, $field:ident $(. $path:ident)*, $since:literal) => {\nif $self. $field $(. $path)* .is_some() {\n- $fields.push(DeprecatedField::new(stringify!($field), $since));\n+ let pat... | Rust | MIT License | nervosnetwork/ckb | fix: display full path for deprecated fields in warning messages | 1 | fix | null |
401,120 | 15.07.2021 19:43:40 | 14,400 | 4fa59322aff1e63467897eca180ab127b2c66c0d | feat(core): adding additional properties to TableTheme and PaginationTheme
affects:
adding additional styling properties to TableTheme and PaginationTheme | [
{
"change_type": "MODIFY",
"diff": "@@ -52,6 +52,7 @@ export const BaseButton = styled.button.attrs({ type: 'button' })`\n`;\nexport const PageNumberButton = styled(BaseButton)<{ isActive?: boolean }>`\n${props => getPageNumberButtonStyleByState('pageNumber', props.isActive ? 'active' : 'default')};\n+ bord... | TypeScript | MIT License | medly/medly-components | feat(core): adding additional properties to TableTheme and PaginationTheme
affects: @medly-components/core, @medly-components/theme
adding additional styling properties to TableTheme and PaginationTheme | 1 | feat | core |
342,867 | 15.07.2021 20:18:35 | -7,200 | 6ff7e7cd37882183aad6124c2ede19467058a57f | fix(docs): keyboard shortcut visual change
Changed letter "k" to uppercased | [
{
"change_type": "MODIFY",
"diff": "@@ -36,7 +36,7 @@ const KeyboardShortcuts = () => {\n<Stack inline spacing=\"XXSmall\" align=\"center\">\n<StyledIcon>{os === \"mac\" ? <>⌘</> : \"Alt\"}</StyledIcon>\n<span>+</span>\n- <StyledIcon>k</StyledIcon>\n+ <StyledIcon>K</StyledIcon>\n</Stack>\n</S... | JavaScript | MIT License | kiwicom/orbit | fix(docs): keyboard shortcut visual change
Changed letter "k" to uppercased | 1 | fix | docs |
551,646 | 15.07.2021 21:06:15 | -10,800 | 54e0fd35e5ec89d51b3f993648356733e18ffcc3 | fix: fixed typo bug in CI script | [
{
"change_type": "MODIFY",
"diff": "@@ -213,7 +213,7 @@ stages:\n- bash: |\ncount=$(az pipelines runs list --pipeline-ids 1 --status inProgress --detect true --project questdb | jq length)\necho \"Running builds: ${count}\"\n- if [ \"$count\" -qt \"1\" ]; then\n+ if [ $count -gt 1 ]; then\necho \"Skipping a... | Java | Apache License 2.0 | questdb/questdb | fix: fixed typo bug in CI script (#1201) | 1 | fix | null |
504,024 | 15.07.2021 21:18:12 | -28,800 | a9b78e28813703bf14f65f27e1018d2e0a7abf76 | fix(code-editor): add more languages support
The upstream not require language type, it should be ok to use `string`
In case of help user find the support languages, add more in Language enum | [
{
"change_type": "MODIFY",
"diff": "@@ -20,18 +20,81 @@ import Dropzone from 'react-dropzone';\nimport { CodeEditorContext } from './CodeEditorUtils';\nexport enum Language {\n- javascript = 'javascript',\n- html = 'html',\n- text = 'text',\n- json = 'json',\n+ abap = 'abap',\n+ aes = 'aes',\n+ apex = 'apex... | TypeScript | MIT License | patternfly/patternfly-react | fix(code-editor): add more languages support (#6006)
The upstream not require language type, it should be ok to use `string`
In case of help user find the support languages, add more in Language enum | 1 | fix | code-editor |
217,922 | 15.07.2021 21:27:45 | -7,200 | 88a53cd008446e003efb4098a8a9108004f3fadb | fix(list): no more transactional updates for lists over 50 final items | [
{
"change_type": "MODIFY",
"diff": "@@ -285,6 +285,9 @@ export class ListsEffects {\nif (action.payload.hasCommission) {\nthis.updateCommission(action.payload);\n}\n+ if (action.payload.isLarge()) {\n+ return this.listService.set(action.payload.$key, action.payload);\n+ }\nreturn this.listService.update(act... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(list): no more transactional updates for lists over 50 final items | 1 | fix | list |
471,439 | 15.07.2021 21:40:26 | -10,800 | 9dabf393f750a7fd72c8bac1d7ade968603bafad | docs(instrumentation-graphql): improve README.md
* docs(instrumentation-graphql): improve README.md
* docs: updated README according to PR review
* fix(graphql): fixed graphql example
it didn't work since package was missing and update
and | [
{
"change_type": "MODIFY",
"diff": "\"url\": \"https://github.com/open-telemetry/opentelemetry-js/issues\"\n},\n\"dependencies\": {\n+ \"@opentelemetry/api\": \"^1.0.1\",\n\"@opentelemetry/exporter-collector\": \"^0.23.0\",\n\"@opentelemetry/instrumentation\": \"^0.23.0\",\n- \"@opentelemetry/instrumentatio... | TypeScript | Apache License 2.0 | open-telemetry/opentelemetry-js-contrib | docs(instrumentation-graphql): improve README.md (#569)
* docs(instrumentation-graphql): improve README.md
* docs: updated README according to PR review
* fix(graphql): fixed graphql example
it didn't work since @opentelemetry/api package was missing and update @opentelemetry/instrumentation-express
and
@... | 1 | docs | instrumentation-graphql |
679,913 | 15.07.2021 22:43:33 | -7,200 | 2b288397a8a27d6a6596568522949fd443752d43 | feat(date): add/update constants | [
{
"change_type": "MODIFY",
"diff": "import type { Fn2 } from \"@thi.ng/api\";\n+/**\n+ * Days per month LUT (non-leap year)\n+ */\n+export const DAYS_IN_MONTH = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31];\n+\n+/**\n+ * LUT of day-in-year values for 1st of each month (non-leap year)\n+ */\n+export cons... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(date): add/update constants | 1 | feat | date |
104,844 | 15.07.2021 23:11:19 | 14,400 | 0b2ec69fbee50d531cf7c7467397c61bc0e15986 | chore(repo): add cypress to cache and remove thresholds | [
{
"change_type": "MODIFY",
"diff": "name: Test\non: [push, pull_request]\n+env:\n+CYPRESS_CACHE_FOLDER: cypress/cache\njobs:\ntest-react:\n@@ -31,6 +33,7 @@ jobs:\npath: |\nnode_modules\n*/*/node_modules\n+ cypress/cache\nkey: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}\n- name: Install dependencies\n... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(repo): add cypress to cache and remove thresholds | 1 | chore | repo |
104,844 | 16.07.2021 00:07:36 | 14,400 | 28b7bd88ac5600b510ec0b53ff099caa43cdca23 | chore(repo): fix cache for cypress in action | [
{
"change_type": "MODIFY",
"diff": "@@ -33,9 +33,15 @@ jobs:\npath: |\nnode_modules\n*/*/node_modules\n- cypress/cache\nkey: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}\n+ - name: Cache Cypress Binary\n+ id: cache-cypress-binary\n+ uses: actions/cache@v2\n+ with:\n+ path: cypress/cache\n+ key: cypress... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(repo): fix cache for cypress in action | 1 | chore | repo |
679,913 | 16.07.2021 00:14:36 | -7,200 | 3f3d8d07ea154e08194017536e73a0a6263c18cf | feat(date): add/update formatters & presets
add week-in-year formatters
update defFormat() to accept MaybeDate arg
migrate defTimecode() to sep file
add decomposeDuration() | [
{
"change_type": "MODIFY",
"diff": "-import { DAY, FormatFn, HOUR, MINUTE, SECOND } from \"./api\";\n-import { DateTime, ensureDate } from \"./datetime\";\n+import { isFunction, isString } from \"@thi.ng/checks\";\n+import { FormatFn, MaybeDate, MINUTE } from \"./api\";\nimport { LOCALE } from \"./i18n\";\n... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(date): add/update formatters & presets
- add week-in-year formatters
- update defFormat() to accept MaybeDate arg
- migrate defTimecode() to sep file
- add decomposeDuration() | 1 | feat | date |
679,913 | 16.07.2021 00:17:16 | -7,200 | 50d889d14646c93b5678b1c378d55f8b80f4979e | feat(date): update Locale & presets | [
{
"change_type": "MODIFY",
"diff": "@@ -92,6 +92,37 @@ export interface Locale {\n* @defaultValue \":\"\n*/\nsepHM: string;\n+ /**\n+ * Singular & plural versions of various date/time units.\n+ */\n+ units: Record<Precision, LocaleUnit>;\n+ /**\n+ * Translated version of \"less than\".\n+ */\n+ less: string... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(date): update Locale & presets | 1 | feat | date |
104,844 | 16.07.2021 00:17:31 | 14,400 | 67fe64a13100fb90e6ce24bb32c6c5f02d42b526 | chore(repo): fix the cache for cypress in action | [
{
"change_type": "MODIFY",
"diff": "name: Test\non: [push, pull_request]\n-env:\n- CYPRESS_CACHE_FOLDER: cypress/cache\njobs:\ntest-react:\n@@ -35,12 +33,14 @@ jobs:\n*/*/node_modules\nkey: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}\n- - name: Cache Cypress Binary\n- id: cache-cypress-binary\n+ - nam... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(repo): fix the cache for cypress in action | 1 | chore | repo |
679,913 | 16.07.2021 00:46:57 | -7,200 | 3100814280a917ccc1a85ab7a170e0b8e5fb0bd4 | feat(date): add relative date calc & formatting
add formatRelative(), formatRelativeParts() (w/ locale support)
add decomposeDifference()
add support for quarters in parseRelative() | [
{
"change_type": "MODIFY",
"diff": "-import type { Period } from \"./api\";\n-import { DateTime, dateTime } from \"./datetime\";\n+import {\n+ DAY,\n+ HOUR,\n+ LocaleUnit,\n+ MaybeDate,\n+ MINUTE,\n+ MONTH,\n+ Period,\n+ Precision,\n+ SECOND,\n+ YEAR,\n+} from \"./api\";\n+import { DateTime, dateTime, ensur... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(date): add relative date calc & formatting
- add formatRelative(), formatRelativeParts() (w/ locale support)
- add decomposeDifference()
- add support for quarters in parseRelative() | 1 | feat | date |
679,913 | 16.07.2021 00:47:29 | -7,200 | 8c9493edf5a870e5f45efdac160aea4eac9d63fe | feat(date): add withLocale() helper | [
{
"change_type": "MODIFY",
"diff": "+import type { Fn0 } from \"@thi.ng/api\";\nimport type { Locale, LocaleSpec } from \"./api\";\nimport { EN_SHORT } from \"./i18n/en\";\n@@ -18,4 +19,18 @@ export const setLocale = (locale: LocaleSpec): Locale =>\n...locale,\n});\n+/**\n+ * Executes given `fn` with tempor... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(date): add withLocale() helper | 1 | feat | date |
815,609 | 16.07.2021 01:53:56 | -28,800 | eca92887aac2119ad677df013721e0336d8cb2b6 | fix(hardfork): the spec hash for mainnet and testnet should be same as before | [
{
"change_type": "MODIFY",
"diff": "# Spec: ckb\n[ckb]\n-spec_hash = \"0xc1d2eae53dbb7bedb2ecbb39b1663952226c1a2b147158ce85b1d5780a63bc96\"\n+spec_hash = \"0x3fe86931c2cf5dfa6d7b9447561b5e547937fe4699787bb7ae906218b3f1e6c5\"\ngenesis = \"0x92b197aa1fba0f63633922c61c92375c9c074a93e85963554f5499fe1450d0e5\"\n... | Rust | MIT License | nervosnetwork/ckb | fix(hardfork): the spec hash for mainnet and testnet should be same as before | 1 | fix | hardfork |
320,141 | 16.07.2021 08:14:16 | 25,200 | cc0aaeca77dd18a2c9797055f26edf6935fa755b | chore(bestbuy): add 3080ti models | [
{
"change_type": "MODIFY",
"diff": "@@ -208,6 +208,55 @@ export const BestBuy: Store = {\nseries: '3080',\nurl: 'https://api.bestbuy.com/click/-/6432658/pdp',\n},\n+ {\n+ brand: 'asus',\n+ cartUrl: 'https://api.bestbuy.com/click/-/6466931/cart',\n+ model: 'strix',\n+ series: '3080ti',\n+ url: 'https://api.b... | TypeScript | MIT License | jef/streetmerchant | chore(bestbuy): add 3080ti models (#2670) | 1 | chore | bestbuy |
815,577 | 16.07.2021 08:47:03 | -28,800 | 73a487d572797bc5a792df9d053edccc630823b6 | docs: modify the ambiguous description | [
{
"change_type": "MODIFY",
"diff": "@@ -209,6 +209,12 @@ impl PeerStore {\nif self.addr_manager.count() < ADDR_COUNT_LIMIT {\nreturn Ok(());\n}\n+ // Evicting invalid data in the peer store is a relatively rare operation\n+ // There are certain cleanup strategies here:\n+ // 1. Group current data according ... | Rust | MIT License | nervosnetwork/ckb | docs: modify the ambiguous description | 1 | docs | null |
777,419 | 16.07.2021 09:22:55 | -7,200 | a901aa193028012d9ac8ee72c90bdb0aed33ee15 | chore: Add back Continue Trial button to single-trial experiment page | [
{
"change_type": "ADD",
"diff": "+import React, { forwardRef, useCallback, useImperativeHandle, useState } from 'react';\n+\n+import CreateExperimentModal, { CreateExperimentType } from 'components/CreateExperimentModal';\n+import handleError, { ErrorType } from 'ErrorHandler';\n+import { paths, routeToReac... | Python | Apache License 2.0 | determined-ai/determined | chore: Add back Continue Trial button to single-trial experiment page [DET-5749] (#2731) | 1 | chore | null |
815,598 | 16.07.2021 09:37:24 | -28,800 | 2ed453bfa3785ac6b8cfca1acedf9ab4549b4d44 | ci: skip preflight checks when the secret REPO_ACCESS_TOKEN is not set | [
{
"change_type": "MODIFY",
"diff": "name: Preflight Checks\n+# Required secrets:\n+#\n+# * `REPO_ACCESS_TOKEN`: (optional) A repo scoped [GitHub Personal Access Token][pat]. See [token] for further details.\n+#\n+# [pat]: https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-... | Rust | MIT License | nervosnetwork/ckb | ci: skip preflight checks when the secret REPO_ACCESS_TOKEN is not set | 1 | ci | null |
401,126 | 16.07.2021 09:46:33 | 14,400 | 20a74256bec6a3455ca43f9d35243dbefc8a3865 | fix: small cleanup changes to README | [
{
"change_type": "MODIFY",
"diff": "\n-Themable react components with various configuration to match your need.\n+Themable React components with various configurations to match your needs.\n## Documentation\n@@ -59,7 +59,7 @@ ReactDOM.rende... | TypeScript | MIT License | medly/medly-components | fix: small cleanup changes to README | 1 | fix | null |
277,007 | 16.07.2021 09:56:12 | 10,800 | f53f5e7418f5633ecf3a63b783defdf8a975690d | fix(snackbar): remove native documentation | [
{
"change_type": "MODIFY",
"diff": "@@ -4,22 +4,49 @@ metaTitle: 'Snackbar'\nmetaDescription: 'Snackbar Component'\n---\n-\nimport SnackbarWeb from './snackbar-web.mdx';\n-import SnackbarNative from './snackbar-native.mdx';\n-\n# Snackbar\n+### Reference\n+\n+Gympass `<Snackbar />` description\n+\n+### Usag... | JavaScript | MIT License | gympass/yoga | fix(snackbar): remove native documentation | 1 | fix | snackbar |
185,944 | 16.07.2021 09:58:48 | 18,000 | e892d9f001dbc4fbb36dffcc336cbfd3305042a3 | refactor: default to latest stable version
On first start, we have to pick which version of Electron to first use.
This PR changes behavior to choose the latest stable release. | [
{
"change_type": "MODIFY",
"diff": "@@ -15,37 +15,19 @@ import { normalizeVersion } from '../utils/normalize-version';\n* @param {Array<RunnableVersion>} knownVersions\n* @returns {string}\n*/\n-export function getDefaultVersion(\n- knownVersions: Array<RunnableVersion> = [],\n-): string {\n- const ls = loc... | TypeScript | MIT License | electron/fiddle | refactor: default to latest stable version (#783)
On first start, we have to pick which version of Electron to first use.
This PR changes behavior to choose the latest stable release. | 1 | refactor | null |
277,007 | 16.07.2021 10:14:57 | 10,800 | 057c8270db47d83f7f7ab8d7526809db4af891bc | fix(snackbar): adjust close button visibility | [
{
"change_type": "MODIFY",
"diff": "@@ -140,7 +140,7 @@ const Snackbar = ({\n</Button.Link>\n)}\n- {onClose && (\n+ {!autoClose && onClose && (\n<IconButtonWrapper onClick={onClose}>\n<Icon as={Close} fill=\"secondary\" width=\"large\" height=\"large\" />\n</IconButtonWrapper>\n",
"new_path": "packages/... | JavaScript | MIT License | gympass/yoga | fix(snackbar): adjust close button visibility | 1 | fix | snackbar |
401,126 | 16.07.2021 10:37:43 | 14,400 | 55384c1e9910e81c039c8fe24783f2bbac6651a8 | fix: minor test update, update snapshots
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -6156,6 +6156,8 @@ exports[`TextField with filled variant should render properly with custom disabl\ncursor: text;\nborder-radius: 0.4rem 0.4rem 0 0;\nbackground-color: #eff2f4;\n+ cursor: text;\n+ background-color: #F7F8F9;\n}\n.c1 .c4 {\n@@ -6189,67 +6191,44 @@ expor... | TypeScript | MIT License | medly/medly-components | fix: minor test update, update snapshots
affects: @medly-components/core, @medly-components/forms | 1 | fix | null |
711,597 | 16.07.2021 10:53:00 | -7,200 | 42ef9bfcdb74c049d7b2429a84b5c3937e6a7294 | fix(admin-ui): Correctly refund shipping amount when refunding an order
Fixes | [
{
"change_type": "MODIFY",
"diff": "<input type=\"checkbox\" clrCheckbox [(ngModel)]=\"refundShipping\" [disabled]=\"!isRefunding()\" />\n<label>\n{{ 'order.refund-shipping' | translate }} ({{\n- order.shipping | localeCurrency: order.currencyCode\n+ order.shippingWithTax | localeCurrency: order.currencyCod... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(admin-ui): Correctly refund shipping amount when refunding an order
Fixes #989 | 1 | fix | admin-ui |
889,620 | 16.07.2021 11:01:18 | -28,800 | 7b8cf7ae25e51d8f0871fefbd2fc586618233538 | fix(scanner): better detect changes even if file last modified have not change after a rename | [
{
"change_type": "MODIFY",
"diff": "@@ -97,6 +97,9 @@ class LibraryContentLifecycle(\nbooks.map { it.seriesId }.distinct().mapNotNull { seriesRepository.findByIdOrNull(it) }.toMutableList()\n} else mutableListOf()\n}\n+ // we store the url of all the series that had deleted books\n+ // this can be used to d... | Kotlin | MIT License | gotson/komga | fix(scanner): better detect changes even if file last modified have not change after a rename | 1 | fix | scanner |
711,597 | 16.07.2021 11:04:07 | -7,200 | 511c2ed82b8f16f3e94d16a01a442076a9b59dc7 | fix(ui-devkit): Fix baseHref setting when using npm
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -40,21 +40,23 @@ export function compileUiExtensions(\n}\nfunction runCompileMode(outputPath: string, baseHref: string, extensions: Extension[]): AdminUiAppConfig {\n- const cmd = shouldUseYarn() ? 'yarn' : 'npm';\n+ const usingYarn = shouldUseYarn();\n+ const cmd = us... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(ui-devkit): Fix baseHref setting when using npm
Fixes #916, #993 | 1 | fix | ui-devkit |
791,370 | 16.07.2021 11:14:06 | 21,600 | 8f3275c8ca368c5d765bf66d3e3310f9300007f1 | test(spanner): fix errors not reporting when emulator test passes
Emulator tests were overwritting the results of the main test
run which can cause errors that occured in main test run not
to be reported when the emulator tests pass. Now emulator tests
append to the test log.
Updates: | [
{
"change_type": "MODIFY",
"diff": "@@ -43,4 +43,4 @@ function cleanup() {\n}\ntrap cleanup EXIT\n-go test -v -timeout 10m ./... -run '^TestIntegration_' 2>&1 | tee sponge_log.log\n+go test -v -timeout 10m ./... -run '^TestIntegration_' 2>&1 | tee -a sponge_log.log\n",
"new_path": "spanner/emulator_test... | Go | Apache License 2.0 | googleapis/google-cloud-go | test(spanner): fix errors not reporting when emulator test passes (#4451)
Emulator tests were overwritting the results of the main test
run which can cause errors that occured in main test run not
to be reported when the emulator tests pass. Now emulator tests
append to the test log.
Updates: #4450 | 1 | test | spanner |
277,007 | 16.07.2021 11:26:04 | 10,800 | cda884e848d0b1728e5aae04cdb0e0aca5259eb8 | test(snackbar): add behavior tests | [
{
"change_type": "MODIFY",
"diff": "@@ -117,9 +117,14 @@ const Snackbar = ({\nreturn (\nopen && (\n- <StyledSnackbar variant={variant} {...props}>\n+ <StyledSnackbar\n+ role=\"alert\"\n+ aria-label={variant}\n+ variant={variant}\n+ {...props}\n+ >\n{!hideIcon && (\n- <IconWrapper>\n+ <IconWrapper role=\"img... | JavaScript | MIT License | gympass/yoga | test(snackbar): add behavior tests | 1 | test | snackbar |
386,588 | 16.07.2021 11:31:25 | -7,200 | 6bf511ab53ffc33676038a24f900aa0a5f30a0b6 | feat(blocks-antd): Make Selector showSearch default true. | [
{
"change_type": "MODIFY",
"diff": "@@ -76,7 +76,7 @@ const Selector = ({\n}\nshowArrow={properties.showArrow}\nallowClear={properties.allowClear !== false}\n- showSearch={properties.showSearch}\n+ showSearch={get(properties, 'showSearch', { default: true })}\nsize={properties.size}\nfilterOption={(input, o... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat(blocks-antd): Make Selector showSearch default true. | 1 | feat | blocks-antd |
889,620 | 16.07.2021 11:49:46 | -28,800 | 52db0a168628a38a0d3f1e4a5c26adabd260e57a | feat: configuration property to disable file hashing
set komga.file-hashing=false to disable it | [
{
"change_type": "MODIFY",
"diff": "@@ -9,6 +9,7 @@ import org.gotson.komga.domain.model.Media\nimport org.gotson.komga.domain.persistence.BookRepository\nimport org.gotson.komga.domain.persistence.LibraryRepository\nimport org.gotson.komga.domain.service.BookConverter\n+import org.gotson.komga.infrastructu... | Kotlin | MIT License | gotson/komga | feat: configuration property to disable file hashing
set komga.file-hashing=false to disable it | 1 | feat | null |
14,234 | 16.07.2021 11:50:59 | -7,200 | c3aeb9f817dda921f77a40a9b9c9010557cfd1c0 | fix(css): use user-provided panelLayout class
Thanks for pointing this out!
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -44,7 +44,7 @@ const defaultClassNames: AutocompleteClassNames = {\nlist: 'aa-List',\nloadingIndicator: 'aa-LoadingIndicator',\npanel: 'aa-Panel',\n- panelLayout: 'aa-PanelLayout',\n+ panelLayout: 'aa-PanelLayout aa-Panel--scrollable',\nroot: 'aa-Autocomplete',\nsource... | TypeScript | MIT License | algolia/autocomplete | fix(css): use user-provided panelLayout class (#628)
Thanks @ethanresnick for pointing this out!
closes #627
co-authored-by: ethanresnick <ethanresnick@users.noreply.github.com>
Co-authored-by: ethanresnick <ethanresnick@users.noreply.github.com> | 1 | fix | css |
277,007 | 16.07.2021 12:13:20 | 10,800 | 6eff9ef3cd2936936cefce9cead2c4ccfa79f321 | refactor(snackbar): refactor setTimout usage | [
{
"change_type": "MODIFY",
"diff": "-import React, { useEffect } from 'react';\n+import React, { useEffect, useRef } from 'react';\nimport styled, { withTheme } from 'styled-components';\nimport { func, string, bool, number, oneOf } from 'prop-types';\n@@ -103,16 +103,18 @@ const Snackbar = ({\n},\n...props... | JavaScript | MIT License | gympass/yoga | refactor(snackbar): refactor setTimout usage | 1 | refactor | snackbar |
401,120 | 16.07.2021 12:13:55 | 14,400 | 6f544424e2ff0146f5da0b7e7d738a81bd8d08ba | feat(core): update font properties per PR feedback.
affects:
Add fontVariant as a property to table theme header per PR feedback. | [
{
"change_type": "MODIFY",
"diff": "import { SvgIcon } from '@medly-components/icons';\nimport { Theme } from '@medly-components/theme';\n-import { clearMarginPadding, css, styled } from '@medly-components/utils';\n+import { clearMarginPadding, css, getFontStyle, styled } from '@medly-components/utils';\nim... | TypeScript | MIT License | medly/medly-components | feat(core): update font properties per PR feedback.
affects: @medly-components/core, @medly-components/theme
Add fontVariant as a property to table theme header per PR feedback. | 1 | feat | core |
418,632 | 16.07.2021 12:15:08 | -28,800 | 2e442ae0c67af93df4f8d2f82cb213744befa8d2 | feat: support ssl | [
{
"change_type": "MODIFY",
"diff": "\"node\": \">= 10\"\n},\n\"files\": [\n+ \"ssl\",\n\"dist/**/*.js\",\n\"dist/**/*.d.ts\",\n\"index.d.ts\"\n",
"new_path": "packages-serverless/serverless-app/package.json",
"old_path": "packages-serverless/serverless-app/package.json"
},
{
"change_type": "... | TypeScript | MIT License | midwayjs/midway | feat: support ssl (#1160) | 1 | feat | null |
932,455 | 16.07.2021 12:22:19 | 14,400 | 9f7868594b0c5791977a238e7b0751aa1f6e71e6 | ci(lerna): fix lerna publish | [
{
"change_type": "MODIFY",
"diff": "@@ -15,7 +15,7 @@ then\necho \"spotify/web-scripts: Configuring npm for publishing...\"\necho \"//registry.npmjs.org/:_authToken=$NPM_TOKEN\" >> ~/.npmrc\necho \"spotify/web-scripts: Attempting publish...\"\n- npx lerna publish --yes --conventional-commits --create-releas... | TypeScript | Apache License 2.0 | spotify/web-scripts | ci(lerna): fix lerna publish | 1 | ci | lerna |
306,444 | 16.07.2021 12:52:00 | -7,200 | a92e24b9d30b46cde34f84a06ba33ed56377162b | chore: add missing arrow__graphic class to docs | [
{
"change_type": "MODIFY",
"diff": "@@ -185,7 +185,7 @@ export const customArrow = () => {\n}\n_arrowTemplate() {\nreturn html`\n- <svg viewBox=\"0 0 20 8\">\n+ <svg viewBox=\"0 0 20 8\" class=\"arrow__graphic\">\n<path d=\"M 0,0 h 20 L 10,8 z\"></path>\n</svg>\n`;\n",
"new_path": "docs/components/inter... | JavaScript | MIT License | ing-bank/lion | chore: add missing arrow__graphic class to docs | 1 | chore | null |
185,950 | 16.07.2021 13:23:48 | 14,400 | e8ad8d311511e0973fad3fd9aacedc576207fa17 | fix: sorting for non-numeric queries | [
{
"change_type": "MODIFY",
"diff": "@@ -2,6 +2,7 @@ import { Button, ButtonGroupProps, MenuItem } from '@blueprintjs/core';\nimport { ItemListPredicate, ItemRenderer, Select } from '@blueprintjs/select';\nimport { observer } from 'mobx-react';\nimport * as React from 'react';\n+import semver from 'semver';\... | TypeScript | MIT License | electron/fiddle | fix: sorting for non-numeric queries (#786) | 1 | fix | null |
932,455 | 16.07.2021 13:30:23 | 14,400 | 8ebf914440335d9488588dad61de66f6c9f47c1e | docs(release.sh): add explanation to release script | [
{
"change_type": "MODIFY",
"diff": "+# This release script determines if a publish should happen using a dry run of semantic release to determine if the\n+# commits contain publishable changes (feat, bug, breaking change). If so, lerna will be used to perform the actual\n+# publish, however, lerna also has ... | TypeScript | Apache License 2.0 | spotify/web-scripts | docs(release.sh): add explanation to release script | 1 | docs | release.sh |
471,431 | 16.07.2021 13:55:55 | -7,200 | 9668b423272fedad63c5f910ad38bb63ce066ded | chore: fixing express example | [
{
"change_type": "MODIFY",
"diff": "\"@opentelemetry/exporter-jaeger\": \"^0.23.0\",\n\"@opentelemetry/exporter-zipkin\": \"^0.23.0\",\n\"@opentelemetry/instrumentation\": \"^0.23.0\",\n- \"@opentelemetry/instrumentation-express\": \"^0.15.0\",\n+ \"@opentelemetry/instrumentation-express\": \"^0.23.0\",\n\"... | TypeScript | Apache License 2.0 | open-telemetry/opentelemetry-js-contrib | chore: fixing express example (#573) | 1 | chore | null |
277,007 | 16.07.2021 13:59:45 | 10,800 | 33ede7c9b6c82168b64dbf274d35ff9999e9d480 | docs(snackbar): adjust snackbar description | [
{
"change_type": "MODIFY",
"diff": "@@ -4,13 +4,13 @@ metaTitle: 'Snackbar'\nmetaDescription: 'Snackbar Component'\n---\n-import SnackbarWeb from './snackbar-web.mdx';\n-\n# Snackbar\n### Reference\n-Gympass `<Snackbar />` description\n+Gympass `<Snackbar />` is the proper component to show alert messages.\... | JavaScript | MIT License | gympass/yoga | docs(snackbar): adjust snackbar description | 1 | docs | snackbar |
756,064 | 16.07.2021 14:00:03 | 25,200 | 706be79bb611d82742c49ae0912045e891cbc773 | fix(swingset): test/vat-controller-one: disregard non-message deliveries
The upcoming fix will cause this to start seeing dropExports, and it
needs to ignore those to avoid errors in test-controller.js | [
{
"change_type": "MODIFY",
"diff": "@@ -3,8 +3,10 @@ import { extractMessage } from './util';\nexport default function setup(syscall, _state, _helpers, vatPowers) {\nfunction dispatch(vatDeliverObject) {\n+ if (vatDeliverObject[0] === 'message') {\nconst { facetID, method, args } = extractMessage(vatDeliver... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(swingset): test/vat-controller-one: disregard non-message deliveries
The upcoming #3482 fix will cause this to start seeing dropExports, and it
needs to ignore those to avoid errors in test-controller.js | 1 | fix | swingset |
126,295 | 16.07.2021 14:00:35 | -7,200 | 3e76270a99d2a8e5e72e0d85bf7c4802badc5688 | fix(pkg/pgsql/server/fmessages): use a variable size reader to parse fe messages | [
{
"change_type": "MODIFY",
"diff": "@@ -50,7 +50,7 @@ type BindMsg struct {\nfunc ParseBindMsg(payload []byte) (BindMsg, error) {\nb := bytes.NewBuffer(payload)\n- r := bufio.NewReader(b)\n+ r := bufio.NewReaderSize(b, len(payload))\ndestPortalName, err := getNextString(r)\nif err != nil {\nreturn BindMsg{}... | Go | Apache License 2.0 | codenotary/immudb | fix(pkg/pgsql/server/fmessages): use a variable size reader to parse fe messages
Signed-off-by: Michele Meloni <cleaversdev@gmail.com> | 1 | fix | pkg/pgsql/server/fmessages |
756,064 | 16.07.2021 14:03:15 | 25,200 | 93e7cf8b28ed9dae4990f899bbd8f8c41b835571 | chore(swingset): catch negative refcounts on the way in | [
{
"change_type": "MODIFY",
"diff": "@@ -227,14 +227,14 @@ export function makeState(syscall, identifierBase = 0) {\nfunction changeRecognizable(lref, delta) {\nconst key = `${lref}.recognizable`;\nconst recognizable = Nat(BigInt(store.getRequired(key))) + delta;\n- store.set(key, `${recognizable}`);\n+ stor... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore(swingset): catch negative refcounts on the way in | 1 | chore | swingset |
126,295 | 16.07.2021 14:08:09 | -7,200 | 0514fa216334e80e6083b06152a3565fd38248ec | chore(pkg/pgsql/server): add bind message negative value size guards | [
{
"change_type": "MODIFY",
"diff": "@@ -38,6 +38,8 @@ var ErrNoStatementFound = errors.New(\"no statement found\")\nvar ErrMessageCannotBeHandledInternally = errors.New(\"message cannot be handled internally\")\nvar ErrMaxParamsNumberExceeded = errors.New(\"number of parameters exceeded the maximum limit\")... | Go | Apache License 2.0 | codenotary/immudb | chore(pkg/pgsql/server): add bind message negative value size guards
Signed-off-by: Michele Meloni <cleaversdev@gmail.com> | 1 | chore | pkg/pgsql/server |
126,295 | 16.07.2021 14:38:49 | -7,200 | c9427a4a8a85e2011d9bc304fe17f7f368fdff12 | chore(pkg/pgsql/server/fmessages): uniform malformed bind messages | [
{
"change_type": "MODIFY",
"diff": "@@ -19,7 +19,6 @@ package fmessages\nimport (\n\"bufio\"\n\"bytes\"\n- \"errors\"\npgserrors \"github.com/codenotary/immudb/pkg/pgsql/errors\"\n\"math\"\n)\n@@ -97,12 +96,12 @@ func ParseBindMsg(payload []byte) (BindMsg, error) {\ncase 1:\nforceBIN = true\ndefault:\n- ret... | Go | Apache License 2.0 | codenotary/immudb | chore(pkg/pgsql/server/fmessages): uniform malformed bind messages
Signed-off-by: Michele Meloni <cleaversdev@gmail.com> | 1 | chore | pkg/pgsql/server/fmessages |
401,126 | 16.07.2021 15:29:00 | 14,400 | 92a9a86a8fc85cb01f2bec966358e45fffb067fb | feat: minor README/documentation updates
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -148,4 +148,4 @@ Themes lets you define how a component should be styled across website. This can\n### [Utils](https://github.com/medly/medly-components/tree/master/packages/utils)\n-Utils package consists of most commonly used functionalities or components. Eg [String... | TypeScript | MIT License | medly/medly-components | feat: minor README/documentation updates
affects: @medly-components/layout, @medly-components/loaders, @medly-components/theme,
@medly-components/utils | 1 | feat | null |
815,598 | 16.07.2021 16:02:29 | -28,800 | f868f0338545c1e7b1ed03c1c989c3a2c8265565 | chore: changelog for v0.43.1 | [
{
"change_type": "MODIFY",
"diff": "+# [v0.43.1](https://github.com/nervosnetwork/ckb/compare/v0.43.0...v0.43.1) (2021-07-16)\n+\n+### Bug Fixes\n+\n+* #2829: Fix peer store evict (@driftluo)\n+\n# [v0.43.0](https://github.com/nervosnetwork/ckb/compare/v0.42.0...v0.43.0) (2021-06-21)\n### Features\n",
"... | Rust | MIT License | nervosnetwork/ckb | chore: changelog for v0.43.1 | 1 | chore | null |
438,921 | 16.07.2021 16:08:36 | -32,400 | a656fe59a0cb344aeb24bdfaee29c19128855e27 | fix(Axis): fix transition on flow
Handle transitionise to return more accurately
with the given param values.
Fix | [
{
"change_type": "MODIFY",
"diff": "@@ -170,10 +170,11 @@ export default class AxisRendererHelper {\ntransitionise(selection): d3Selection {\nconst {config} = this;\n- let transitionSelection = config.withoutTransition ?\n- selection.interrupt() : selection.transition();\n+ let transitionSelection = selecti... | TypeScript | MIT License | naver/billboard.js | fix(Axis): fix transition on flow
Handle transitionise to return more accurately
with the given param values.
Fix #2189 | 1 | fix | Axis |
756,064 | 16.07.2021 16:16:48 | 25,200 | 6375c155afcada12e638249212037fec7b78a3e4 | chore(swingset): comms: rename isImport to isImportFromComms
To make it easier to read, so I don't mess up the polarity again.
This should not cause any behavioral changes. | [
{
"change_type": "MODIFY",
"diff": "@@ -121,8 +121,8 @@ export function makeInbound(state) {\nconst doSetReachable = !allocatedByRecipient;\nif (doSetReachable) {\n// the remote is exporting, not importing\n- const isImport = false;\n- remote.setReachable(lref, isImport);\n+ const isImportFromComms = false;... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore(swingset): comms: rename isImport to isImportFromComms
To make it easier to read, so I don't mess up the polarity again.
This should not cause any behavioral changes. | 1 | chore | swingset |
889,620 | 16.07.2021 16:33:57 | -28,800 | 5bb680591f913bf311116f60cde066bb94693212 | refactor: adjust after rebasing | [
{
"change_type": "RENAME",
"diff": "",
"new_path": "komga/src/flyway/resources/db/migration/sqlite/V20210716153910__library_import_mylar_metadata.sql",
"old_path": "komga/src/flyway/resources/db/migration/sqlite/V20210610153910__library_import_mylar_metadata.sql"
},
{
"change_type": "MODIFY"... | Kotlin | MIT License | gotson/komga | refactor: adjust after rebasing | 1 | refactor | null |
889,620 | 16.07.2021 16:35:56 | -28,800 | 0c089d73c18411284527d5b8fe91a50969e281f1 | refactor: adjust for version 1.0.1 of Mylar series.json
handle age rating
handle year in title for multi-volume series | [
{
"change_type": "MODIFY",
"diff": "@@ -29,11 +29,14 @@ class MylarSeriesProvider(\nlogger.debug { \"Series folder does not contain any $SERIES_JSON file: $series\" }\nreturn null\n}\n- val metadata = mapper.readValue(seriesJsonPath.toFile(), MylarSeries::class.java).metadata.first()\n+ val metadata = mappe... | Kotlin | MIT License | gotson/komga | refactor: adjust for version 1.0.1 of Mylar series.json
handle age rating
handle year in title for multi-volume series | 1 | refactor | null |
711,597 | 16.07.2021 17:41:07 | -7,200 | 837840ea05a1e7289365b638e235744644d4d108 | fix(core): Correct handling of non-default languages in ListQueryBuilder
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -214,6 +214,13 @@ export class ListQueryPlugin implements OnApplicationBootstrap {\nactive: false,\norder: 4,\n}),\n+ new TestEntity({\n+ label: 'F',\n+ description: 'quis nostrud exercitation ullamco', // 33\n+ date: new Date('2020-02-07T10:00:00.000Z'),\n+ active: fa... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Correct handling of non-default languages in ListQueryBuilder
Fixes #980 | 1 | fix | core |
531,793 | 16.07.2021 18:15:08 | -3,600 | a2ee4812f7854768e322b6f3329f5b5dbfc98782 | feat(api): expose common label map per group | [
{
"change_type": "ADD",
"diff": "+/* snapshot: SharedMaps */\n+{\n+ \"receiver\": \"\",\n+ \"labels\": {\n+ \"alertname\": \"FakeAlert\"\n+ },\n+ \"alerts\": [\n+ {\n+ \"annotations\": [\n+ {\n+ \"name\": \"foo\",\n+ \"value\": \"bar\",\n+ \"visible\": false,\n+ \"isLink\": false,\n+ \"isAction\": false\n+ ... | TypeScript | Apache License 2.0 | prymitive/karma | feat(api): expose common label map per group | 1 | feat | api |
531,793 | 16.07.2021 18:15:22 | -3,600 | 055f8d9f9a0ff83551789af3ebb3736100bc524c | fix(ui): don't rely on alert list for silences | [
{
"change_type": "MODIFY",
"diff": "@@ -63,6 +63,10 @@ beforeEach(() => {\nMockAlert([], { foo: \"ignore\" }, \"suppressed\"),\n];\ngroup = MockAlertGroup({ alertname: \"Fake Alert\" }, alerts, [], {}, {});\n+ group.allLabels.active = {\n+ alertname: [\"Fake Alert\"],\n+ foo: [\"bar\", \"baz\"],\n+ };\nfetc... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): don't rely on alert list for silences | 1 | fix | ui |
276,994 | 16.07.2021 18:22:06 | 10,800 | d5d58dfe8fac79c4b1a594b3d6726b42bb60b240 | docs(outilinebutton): update component proptypes | [
{
"change_type": "MODIFY",
"diff": "@@ -108,14 +108,22 @@ const Outline = styled(Button)`\nconst ButtonOutline = props => <Outline {...props} />;\nButtonOutline.propTypes = {\n+ disabled: bool,\n+ full: bool,\ninverted: bool,\n+ onClick: func,\n+ secondary: bool,\nsmall: bool,\n/** an Icon from yoga-icons p... | JavaScript | MIT License | gympass/yoga | docs(outilinebutton): update component proptypes | 1 | docs | outilinebutton |
126,295 | 16.07.2021 18:54:19 | -7,200 | ea6083f477ed75a42b0f5d05623adfd4bf5b6389 | test(pkg/pgsql): increase coverage | [
{
"change_type": "MODIFY",
"diff": "@@ -15,4 +15,13 @@ func TestMapPgError(t *testing.T) {\nerr = ErrNoStatementFound\nbe = MapPgError(err)\nrequire.NotNil(t, be)\n+ err = ErrParametersValueSizeTooLarge\n+ be = MapPgError(err)\n+ require.NotNil(t, be)\n+ err = ErrNegativeParameterValueLen\n+ be = MapPgError... | Go | Apache License 2.0 | codenotary/immudb | test(pkg/pgsql): increase coverage
Signed-off-by: Michele Meloni <cleaversdev@gmail.com> | 1 | test | pkg/pgsql |
531,793 | 16.07.2021 18:58:59 | -3,600 | 716e62c34782362b1e1efc2271ec1ff85b3fbccc | fix(api): dedup should be done before alert limit | [
{
"change_type": "MODIFY",
"diff": "@@ -417,6 +417,9 @@ func alerts(w http.ResponseWriter, r *http.Request) {\nag.LatestStartsAt = ag.FindLatestStartsAt()\nag.Hash = ag.ContentFingerprint()\napiAG := models.APIAlertGroup{AlertGroup: *ag, TotalAlerts: len(ag.Alerts)}\n+ apiAG.DedupSharedMaps()\n+ resp.TotalA... | TypeScript | Apache License 2.0 | prymitive/karma | fix(api): dedup should be done before alert limit | 1 | fix | api |
129,390 | 16.07.2021 19:09:45 | 25,200 | cfec0f5cbbb86176e372889051289e21c10a5518 | feat(prompt): add keyboard shortcuts with config option | [
{
"change_type": "MODIFY",
"diff": "@@ -45,16 +45,23 @@ class ConventionalCommitsCz(BaseCommitizen):\n\"type\": \"list\",\n\"name\": \"prefix\",\n\"message\": \"Select the type of change you are committing\",\n+ \"use_shortcuts\": self.config.settings['use_shortcuts'],\n\"choices\": [\n{\n\"value\": \"fix\"... | Python | MIT License | commitizen-tools/commitizen | feat(prompt): add keyboard shortcuts with config option | 1 | feat | prompt |
551,636 | 16.07.2021 19:24:46 | -3,600 | 2d16df8f0846707f34f76f96864e93f0cafe85f3 | build: 6.0.4 RELEASE | [
{
"change_type": "MODIFY",
"diff": "<dependency>\n<groupId>org.questdb</groupId>\n<artifactId>questdb</artifactId>\n- <version>6.0.4-SNAPSHOT</version>\n+ <version>6.0.4</version>\n</dependency>\n<dependency>\n<groupId>org.apache.logging.log4j</groupId>\n",
"new_path": "benchmarks/pom.xml",
"old_pat... | Java | Apache License 2.0 | questdb/questdb | build: 6.0.4 RELEASE | 1 | build | null |
67,479 | 16.07.2021 20:50:33 | -36,000 | 27dcf0b10e9777d3ac604127a0972b87a6fa5871 | refactor: avoid creating blocks | [
{
"change_type": "MODIFY",
"diff": "@@ -252,9 +252,9 @@ describe('PropertyBinding', function () {\n// - Assert - Part 1\n// verify the behavior inside $bind\n- const observer00: SetterObserver = sut.obs['_o0'] as SetterObserver;\n- const observer01: SetterObserver = sut.obs['_o1'] as SetterObserver;\n- cons... | TypeScript | MIT License | aurelia/aurelia | refactor: avoid creating blocks | 1 | refactor | null |
815,598 | 16.07.2021 20:52:45 | -28,800 | 7c04fbab88f47cd28a24460af43942c7f2debec0 | chore: backport package.yaml changes | [
{
"change_type": "MODIFY",
"diff": "@@ -73,7 +73,7 @@ jobs:\nname: ckb_${{env.GIT_TAG_NAME }}_${{env.REL_PKG }}.asc\npath: ckb_${{env.GIT_TAG_NAME }}_${{env.REL_PKG }}.asc\nenv:\n- BUILDER_IMAGE: nervos/ckb-docker-builder:xenial-rust-1.51.0\n+ BUILDER_IMAGE: nervos/ckb-docker-builder:bionic-rust-1.51.0\nREL... | Rust | MIT License | nervosnetwork/ckb | chore: backport package.yaml changes | 1 | chore | null |
320,205 | 16.07.2021 21:27:04 | -7,200 | 8c7b8aabe4633757dea836b7d11af2a407869e90 | feat: add alternate-fr, 3070ti, change alternate to alternate.de | [
{
"change_type": "MODIFY",
"diff": "@@ -406,6 +406,7 @@ const store = {\n3060: envOrNumber(process.env.MAX_PRICE_SERIES_3060),\n'3060ti': envOrNumber(process.env.MAX_PRICE_SERIES_3060TI),\n3070: envOrNumber(process.env.MAX_PRICE_SERIES_3070),\n+ '3070ti': envOrNumber(process.env.MAX_PRICE_SERIES_3070TI),\n3... | TypeScript | MIT License | jef/streetmerchant | feat: add alternate-fr, 3070ti, change alternate to alternate.de (#2653) | 1 | feat | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.