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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
419,579 | 17.05.2021 15:52:33 | -32,400 | 30d78280558514ec9c3931fbfc3ac6605634811d | refactor: extract methods for disabling FKs | [
{
"change_type": "MODIFY",
"diff": "@@ -10,13 +10,21 @@ export abstract class SchemaHelper {\nconstructor(protected readonly platform: AbstractSqlPlatform) {}\ngetSchemaBeginning(charset: string): string {\n+ return `${this.disableForeignKeysSQL()}`;\n+ }\n+\n+ disableForeignKeysSQL() {\nreturn '';\n}\n- ge... | TypeScript | MIT License | mikro-orm/mikro-orm | refactor: extract methods for disabling FKs | 1 | refactor | null |
304,877 | 17.05.2021 16:02:27 | 25,200 | 8fa2e3f7486518c4e62e3ffadd7f21057474e3ce | fix(compiler/interpreter): fixed string interpolation for all basic types bug | [
{
"change_type": "MODIFY",
"diff": "@@ -3,8 +3,10 @@ package compiler_test\nimport (\n\"context\"\n\"testing\"\n+ \"time\"\n\"github.com/google/go-cmp/cmp\"\n+ \"github.com/influxdata/flux\"\n\"github.com/influxdata/flux/compiler\"\n\"github.com/influxdata/flux/runtime\"\n\"github.com/influxdata/flux/semant... | Go | MIT License | influxdata/flux | fix(compiler/interpreter): fixed string interpolation for all basic types bug (#3600) | 1 | fix | compiler/interpreter |
386,581 | 17.05.2021 16:10:28 | -7,200 | 7219cddb40f047e539c723aa2a19ea3c2a2bebe3 | fix(renderer): Wait for login action on expired token refresh. | [
{
"change_type": "MODIFY",
"diff": "*/\nimport { useState } from 'react';\n-import { ApolloLink, HttpLink } from '@apollo/client';\n+import { ApolloLink, HttpLink, fromPromise } from '@apollo/client';\nimport { ApolloClient } from '@apollo/client/core';\nimport { InMemoryCache } from '@apollo/client/cache';... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(renderer): Wait for login action on expired token refresh. | 1 | fix | renderer |
791,704 | 17.05.2021 16:21:46 | 25,200 | fe4cced143e6b034672653ad38341aa326273f17 | misc(treemap): update colors on enter keypress | [
{
"change_type": "MODIFY",
"diff": "@@ -161,6 +161,12 @@ class TreemapViewer {\nthis.updateColors();\n});\n+ treemapEl.addEventListener('keypress', (e) => {\n+ if (!(e instanceof KeyboardEvent)) return;\n+\n+ if (e.key === 'Enter') this.updateColors();\n+ });\n+\ntreemapEl.addEventListener('mouseover', (e) ... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc(treemap): update colors on enter keypress (#12496) | 1 | misc | treemap |
889,620 | 17.05.2021 16:21:48 | -28,800 | e8e46a0834f1ace429183973266fb25d573d0694 | fix: book conversion would fail if page dimensions were missing | [
{
"change_type": "MODIFY",
"diff": "@@ -108,8 +108,8 @@ class BookConverter(\nconvertedMedia.mediaType != \"application/zip\"\n-> throw BookConversionException(\"Converted file is not a zip file, aborting conversion\")\n- !convertedMedia.pages.map { it.copy(fileName = FilenameUtils.getName(it.fileName)) }\n... | Kotlin | MIT License | gotson/komga | fix: book conversion would fail if page dimensions were missing | 1 | fix | null |
217,922 | 17.05.2021 16:22:02 | -7,200 | 76eb2ee70b800119700196e444f1c52fb2784a53 | fix(alarms): complete revamp of the "create alarm in group" system | [
{
"change_type": "MODIFY",
"diff": "@@ -116,7 +116,7 @@ export class DeleteAlarmGroup implements Action {\nexport class AssignGroupToAlarm implements Action {\nreadonly type = AlarmsActionTypes.AssignGroupToAlarm;\n- constructor(public readonly alarm: Alarm, public readonly groupId: string) {\n+ constructor... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(alarms): complete revamp of the "create alarm in group" system | 1 | fix | alarms |
277,273 | 17.05.2021 16:22:55 | 25,200 | 43d497be10ce3dbaa241a973b0dd9b807cb8884b | feat: Add debounce, throttle to API | [
{
"change_type": "MODIFY",
"diff": "@@ -93,11 +93,20 @@ export const\n}\nwave.push()\n},\n- debounce = (timeout: U, f: (e: any) => void) => {\n+ debounce = (timeout: U, f: (...args: any[]) => void) => {\nlet t: number | null = null\n- return (e: any) => {\n+ return (...args: any[]) => {\nif (t) window.clear... | Python | Apache License 2.0 | h2oai/wave | feat: Add debounce, throttle to API #297 | 1 | feat | null |
418,632 | 17.05.2021 16:25:49 | -28,800 | 0f8dd18da29eeb76514e203b3ec91cac0928ae15 | fix: serverless app layer | [
{
"change_type": "MODIFY",
"diff": "@@ -354,14 +354,8 @@ export class Framework\n});\n}\n- private getLayers() {\n+ protected getLayers() {\nconst specLayers = [];\n- if (this.configurationOptions.layers) {\n- this.configurationOptions.layers.forEach(path => {\n- const layer = require(path);\n- specLayers.p... | TypeScript | MIT License | midwayjs/midway | fix: serverless app layer (#1046) | 1 | fix | null |
217,922 | 17.05.2021 16:41:48 | -7,200 | 6640ba21a251b72081ac88d50609a0d62e041aee | feat(alarms): folders names are now shown below alarms in folder addition popup | [
{
"change_type": "MODIFY",
"diff": "@@ -141,8 +141,10 @@ export class AlarmsFacade {\nconst key = this.afs.createId();\nalarm.$key = key;\nthis.addAlarms(alarm);\n+ if (group) {\nthis.assignAlarmGroup(key, group.$key);\n}\n+ }\npublic addAlarmsAndGroup(alarms: Alarm[], groupName: string, redirect = false): ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(alarms): folders names are now shown below alarms in folder addition popup | 1 | feat | alarms |
386,595 | 17.05.2021 16:44:06 | -7,200 | bf5c9be5e672703c7e31f7a5a7228e492dd73e9c | fix(docs): Add alerts for client or server operators. | [
{
"change_type": "MODIFY",
"diff": "@@ -30,7 +30,31 @@ _ref:\nIf an operator errors while evaluating, it returns a `null` value, and logs the error to the console.\n- # Build time operators\n+ ## Client or server operators\n+\n+ Some operators are only available on either the client or the server. For examp... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(docs): Add alerts for client or server operators. | 1 | fix | docs |
141,589 | 17.05.2021 16:45:55 | -36,000 | d442f4c2d2e39aa2d70d759a0aa80358f14b6a81 | fix: Make box-sizing explicit | [
{
"change_type": "MODIFY",
"diff": "@@ -161,6 +161,7 @@ $ca-notification-slide-right: transform $ca-duration-fast ease-out;\n%ca-notification__icon {\nalign-items: flex-start;\n+ box-sizing: content-box;\n%ca-notification---affirmative & {\ncolor: $kz-var-color-seedling-500;\n@@ -213,6 +214,7 @@ $ca-notific... | TypeScript | MIT License | cultureamp/kaizen-design-system | fix: Make box-sizing explicit (#1600) | 1 | fix | null |
342,890 | 17.05.2021 16:53:53 | -7,200 | 6868a60a6a1aa8b55f1a28b651900af2d6e75e17 | docs: add BadgeList docs | [
{
"change_type": "ADD",
"diff": "+import * as React from \"react\";\n+import { Clock } from \"@kiwicom/orbit-components/icons\";\n+import { BadgeList, BadgeListItem } from \"@kiwicom/orbit-components\";\n+\n+export default {\n+ Example: () => (\n+ <BadgeList>\n+ <BadgeListItem type=\"critical\" icon={<Clock... | JavaScript | MIT License | kiwicom/orbit | docs: add BadgeList docs | 1 | docs | null |
426,687 | 17.05.2021 16:59:36 | -7,200 | c41fba247aa2e8e10d53213c66fad1e95b740f82 | fix(dev-server-rollup): support private imports | [
{
"change_type": "MODIFY",
"diff": "@@ -134,11 +134,16 @@ export function rollupAdapter(\n// we have to special case node-resolve because it doesn't support resolving\n// with hash/params at the moment\nif (rollupPlugin.name === 'node-resolve') {\n+ if (source[0] === '#') {\n+ // private import\n+ resolvabl... | TypeScript | MIT License | modernweb-dev/web | fix(dev-server-rollup): support private imports | 1 | fix | dev-server-rollup |
551,634 | 17.05.2021 17:08:14 | -3,600 | 582af89ceff392fc32a5b34aad3eb3af73fdc976 | chore: ilp test with long columns as per public channel question | [
{
"change_type": "MODIFY",
"diff": "@@ -131,6 +131,7 @@ public class AbstractCairoTest {\nTestUtils.removeTestPath(root);\nconfigOverrideMaxUncommittedRows = -1;\nconfigOverrideO3CommitHysteresisInMicros = -1;\n+ currentMicros = -1;\n}\nprotected static void assertMemoryLeak(TestUtils.LeakProneCode code) th... | Java | Apache License 2.0 | questdb/questdb | chore: ilp test with long columns as per public channel question (#1033) | 1 | chore | null |
277,273 | 17.05.2021 17:18:59 | 25,200 | d72b861475827229ed815cc0f70e868bf9cba828 | feat: Replace free/busy with a single data event | [
{
"change_type": "MODIFY",
"diff": "@@ -290,7 +290,7 @@ export interface Card extends Model<Dict<any>> {\n}\nexport enum WaveErrorCode { Unknown = 1, PageNotFound }\n-export enum WaveEventType { Connect, Disconnect, Config, Reset, Error, Exception, Receive, Busy, Free }\n+export enum WaveEventType { Connect... | Python | Apache License 2.0 | h2oai/wave | feat: Replace free/busy with a single data event #297 | 1 | feat | null |
277,273 | 17.05.2021 17:47:31 | 25,200 | 942a6b70dd2c5e7c5f848bd36be7377b55da6cb6 | feat: Allow checking for namespaces before running scripts | [
{
"change_type": "MODIFY",
"diff": "@@ -44,7 +44,15 @@ const\ne.appendChild(document.createTextNode(content))\ndocument.body.appendChild(e)\n},\n- hasModules = (symbols: S[]) => !symbols.some(s => !((window as Dict<any>)[s])),\n+ hasModule = (p: S) => {\n+ let d = window as any\n+ for (const k of p.split('.... | Python | Apache License 2.0 | h2oai/wave | feat: Allow checking for namespaces before running scripts #297 | 1 | feat | null |
141,511 | 17.05.2021 17:47:37 | -43,200 | 735389f62fa7896412e776f41a3d3ecb5bb0a1f1 | fix: toast unmounted set state
* fix: Check component is mounted before we call setState
* fix: remove the onHide timeout if we manually hide.
If the user hides the notification with the cancel button, we need
to clear the timeout that still exists. | [
{
"change_type": "MODIFY",
"diff": "@@ -27,7 +27,7 @@ test('Begins \"hidden\" but transitions out of it immediately', async () => {\ntest(\"The cancel button hides the notification and triggers the onHide callback\", async () => {\nconst onHide = jest.fn()\n- const { container } = render(\n+ const { contain... | TypeScript | MIT License | cultureamp/kaizen-design-system | fix: toast unmounted set state (#1553)
* fix: Check component is mounted before we call setState
* fix: remove the onHide timeout if we manually hide.
If the user hides the notification with the cancel button, we need
to clear the timeout that still exists. | 1 | fix | null |
791,723 | 17.05.2021 17:48:15 | 25,200 | de6cbd036719709ae147723e21183a3a0e87b6fa | misc(treemap): shade background for unused bytes | [
{
"change_type": "MODIFY",
"diff": "/* globals I18n webtreemap strings TreemapUtil Tabulator Cell Row */\n-const UNUSED_BYTES_IGNORE_THRESHOLD = 20 * 1024;\n-const UNUSED_BYTES_IGNORE_BUNDLE_SOURCE_RATIO = 0.5;\nconst DUPLICATED_MODULES_IGNORE_THRESHOLD = 1024;\nconst DUPLICATED_MODULES_IGNORE_ROOT_RATIO = ... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc(treemap): shade background for unused bytes (#12486) | 1 | misc | treemap |
791,682 | 17.05.2021 18:18:09 | 14,400 | 184c92cff7d1f0b12a28147dd3d6e36dcfbbf83e | core(fr): convert optimized-images gatherer | [
{
"change_type": "MODIFY",
"diff": "@@ -32,6 +32,7 @@ const artifacts = {\nMainDocumentContent: '',\nMetaElements: '',\nNetworkUserAgent: '',\n+ OptimizedImages: '',\nPasswordInputsWithPreventedPaste: '',\nRobotsTxt: '',\nSourceMaps: '',\n@@ -76,6 +77,7 @@ const defaultConfig = {\n{id: artifacts.MainDocumen... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(fr): convert optimized-images gatherer (#12491) | 1 | core | fr |
126,276 | 17.05.2021 18:38:11 | 10,800 | 641d245ad89db0df6ee552dc30c01b3078817990 | chore(embedded/sql): minor refactoring to expose functionality needed for row verification | [
{
"change_type": "MODIFY",
"diff": "@@ -110,6 +110,10 @@ func (db *Database) ID() uint64 {\nreturn db.id\n}\n+func (db *Database) Name() string {\n+ return db.name\n+}\n+\nfunc (db *Database) ExistTable(table string) bool {\n_, exists := db.tablesByName[table]\nreturn exists\n@@ -159,10 +163,14 @@ func (t *... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/sql): minor refactoring to expose functionality needed for row verification
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/sql |
126,276 | 17.05.2021 18:40:23 | 10,800 | 9c2d4496f9af418c952e1cec342352b51974df8c | chore(pkg/database): row verification against kv-entries | [
{
"change_type": "MODIFY",
"diff": "@@ -44,13 +44,13 @@ func (d *db) VerifiableSQLGet(req *schema.VerifiableSQLGetRequest) (*schema.Veri\nreturn nil, err\n}\n- pkEncVal, err := sql.EncodeRawValue(rawValue(req.SqlGetRequest.PkValue), table.PrimaryKey().Type(), true)\n+ pkEncVal, err := sql.EncodeRawValue(sch... | Go | Apache License 2.0 | codenotary/immudb | chore(pkg/database): row verification against kv-entries
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | pkg/database |
126,276 | 17.05.2021 18:41:10 | 10,800 | bc14fc5039a2bb37bedc4d0b7baa7af5ccc007fa | test(pkg/client): basic row verification unit testing | [
{
"change_type": "MODIFY",
"diff": "@@ -149,7 +149,7 @@ type ImmuClient interface {\nListTables(ctx context.Context) (*schema.SQLQueryResult, error)\nDescribeTable(ctx context.Context, tableName string) (*schema.SQLQueryResult, error)\n- VerifyRow(ctx context.Context, row *schema.Row, table string, pkVal *s... | Go | Apache License 2.0 | codenotary/immudb | test(pkg/client): basic row verification unit testing
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | test | pkg/client |
277,273 | 17.05.2021 18:45:02 | 25,200 | eb2ea689f07b2be57754c73a1b6f8ee2b3d6a813 | docs: Add example for handling Bokeh events | [
{
"change_type": "ADD",
"diff": "+# Plot / Bokeh / Widgets\n+# Embed Bokeh widgets with script callbacks\n+# ---\n+\n+# Original source: https://docs.bokeh.org/en/latest/docs/user_guide/interaction/callbacks.html#customjs-for-selections\n+\n+import json\n+from random import random\n+from h2o_wave import mai... | Python | Apache License 2.0 | h2oai/wave | docs: Add example for handling Bokeh events #297 | 1 | docs | null |
756,064 | 17.05.2021 18:51:14 | 25,200 | 8216cde7e5668341c971070dfe5157221a0c398f | fix(swingset): include vatParameters in slogfile create-vat records
We need this to reconstruct a vat from a slogfile, specifically Zoe, which
gets vatParameters with the name of the `zcf` bundle. | [
{
"change_type": "MODIFY",
"diff": "@@ -202,6 +202,7 @@ export function makeVatLoader(stuff) {\nname,\nvatSourceBundle,\nmanagerType,\n+ vatParameters,\n);\nconst managerOptions = {\nmanagerType,\n",
"new_path": "packages/SwingSet/src/kernel/loadVat.js",
"old_path": "packages/SwingSet/src/kernel/loa... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(swingset): include vatParameters in slogfile create-vat records
We need this to reconstruct a vat from a slogfile, specifically Zoe, which
gets vatParameters with the name of the `zcf` bundle. | 1 | fix | swingset |
756,064 | 17.05.2021 18:55:47 | 25,200 | e45f5ad1772915f239d9f888a72468ba37136396 | fix(swingset): factor out replayOneDelivery from manager helper
The replay tool (which imports the vat manager, but not the rest of the
kernel) can use this to replay cranks from a transcript, and compare the
syscalls for divergence. | [
{
"change_type": "MODIFY",
"diff": "@@ -145,31 +145,36 @@ function makeManagerKit(\nreturn status;\n}\n+ async function replayOneDelivery(delivery, expectedSyscalls, deliveryNum) {\n+ transcriptManager.startReplay();\n+ transcriptManager.startReplayDelivery(expectedSyscalls);\n+ kernelSlog.write({\n+ type: ... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(swingset): factor out replayOneDelivery from manager helper
The replay tool (which imports the vat manager, but not the rest of the
kernel) can use this to replay cranks from a transcript, and compare the
syscalls for divergence. | 1 | fix | swingset |
846,796 | 17.05.2021 19:51:07 | -19,080 | b877b3b43d2a4ad9694453bef9165ecaba622933 | fix($core): escape meta tags correctly (fix
Fixes | [
{
"change_type": "MODIFY",
"diff": "import unionBy from 'lodash/unionBy'\n+import escape from 'escape-html'\nexport default {\n// created will be called on both client and ssr\n@@ -132,7 +133,7 @@ function renderPageMeta (meta) {\nreturn meta.map(m => {\nlet res = `<meta`\nObject.keys(m).forEach(key => {\n-... | JavaScript | MIT License | vuejs/vuepress | fix($core): escape meta tags correctly (fix #2831) (#2832)
Fixes #2831 | 1 | fix | $core |
306,346 | 17.05.2021 20:03:59 | -15,480 | 9005ad235da90c36f5b700d8df41594b02f77eea | test(aws): add docdb_cluster golden file test | [
{
"change_type": "MODIFY",
"diff": "@@ -4,79 +4,13 @@ import (\n\"testing\"\n\"github.com/infracost/infracost/internal/providers/terraform/tftest\"\n- \"github.com/infracost/infracost/internal/schema\"\n- \"github.com/infracost/infracost/internal/testutil\"\n- \"github.com/shopspring/decimal\"\n)\n-func Tes... | Go | Apache License 2.0 | infracost/infracost | test(aws): add docdb_cluster golden file test | 1 | test | aws |
306,346 | 17.05.2021 20:08:23 | -15,480 | 3880bc3f5e6c5615001029a2209769c7c62e7e4a | test(aws): add docdb_cluster_snapshot golden file test | [
{
"change_type": "MODIFY",
"diff": "@@ -4,69 +4,13 @@ import (\n\"testing\"\n\"github.com/infracost/infracost/internal/providers/terraform/tftest\"\n- \"github.com/infracost/infracost/internal/schema\"\n- \"github.com/infracost/infracost/internal/testutil\"\n- \"github.com/shopspring/decimal\"\n)\n-func Tes... | Go | Apache License 2.0 | infracost/infracost | test(aws): add docdb_cluster_snapshot golden file test | 1 | test | aws |
306,346 | 17.05.2021 20:08:43 | -15,480 | e68c18812dc9a96edce6abb45ab4d26c62e7b338 | test(aws): add dx_gateway_association golden file test | [
{
"change_type": "MODIFY",
"diff": "@@ -3,43 +3,14 @@ package aws_test\nimport (\n\"testing\"\n- \"github.com/infracost/infracost/internal/schema\"\n- \"github.com/infracost/infracost/internal/testutil\"\n-\n\"github.com/infracost/infracost/internal/providers/terraform/tftest\"\n-\n- \"github.com/shopspring... | Go | Apache License 2.0 | infracost/infracost | test(aws): add dx_gateway_association golden file test | 1 | test | aws |
306,346 | 17.05.2021 20:09:02 | -15,480 | d033fac7baa4cf219d3159e3d39201869aaf7017 | test(aws): add ebs_snapshot_copy golden file test | [
{
"change_type": "MODIFY",
"diff": "@@ -3,55 +3,14 @@ package aws_test\nimport (\n\"testing\"\n- \"github.com/infracost/infracost/internal/schema\"\n- \"github.com/infracost/infracost/internal/testutil\"\n-\n\"github.com/infracost/infracost/internal/providers/terraform/tftest\"\n-\n- \"github.com/shopspring... | Go | Apache License 2.0 | infracost/infracost | test(aws): add ebs_snapshot_copy golden file test | 1 | test | aws |
306,346 | 17.05.2021 20:09:23 | -15,480 | 9f0825826decb8f4b5cd6bee1b591912ee240ab4 | test(aws): add db_instance golden file test | [
{
"change_type": "MODIFY",
"diff": "package aws_test\nimport (\n- \"fmt\"\n\"testing\"\n- \"github.com/infracost/infracost/internal/schema\"\n- \"github.com/infracost/infracost/internal/testutil\"\n-\n\"github.com/infracost/infracost/internal/providers/terraform/tftest\"\n-\n- \"github.com/shopspring/decima... | Go | Apache License 2.0 | infracost/infracost | test(aws): add db_instance golden file test | 1 | test | aws |
342,890 | 17.05.2021 20:29:08 | -7,200 | e576ffcd357726c7ba0ff67f10023d072b5601e6 | ci: update Vale action version | [
{
"change_type": "MODIFY",
"diff": "@@ -21,7 +21,7 @@ jobs:\nuses: actions/checkout@master\n#\n- name: Vale\n- uses: errata-ai/vale-action@v1.3.0\n+ uses: errata-ai/vale-action@v1.4.1\nwith:\nfiles: '[\"docs/src/documentation\", \"docs/src/snippets\"]'\nonlyAnnotateModifiedLines: true\n",
"new_path": ".... | JavaScript | MIT License | kiwicom/orbit | ci: update Vale action version | 1 | ci | null |
791,723 | 17.05.2021 20:58:34 | 25,200 | 76e2189b714f3a1bd67e511c80219f5833f013ac | misc(treemap): esc to zoom out | [
{
"change_type": "MODIFY",
"diff": "@@ -159,10 +159,14 @@ class TreemapViewer {\nthis.updateColors();\n});\n- treemapEl.addEventListener('keypress', (e) => {\n+ treemapEl.addEventListener('keyup', (e) => {\nif (!(e instanceof KeyboardEvent)) return;\nif (e.key === 'Enter') this.updateColors();\n+\n+ if (e.k... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc(treemap): esc to zoom out (#12498) | 1 | misc | treemap |
889,115 | 17.05.2021 21:43:12 | 25,200 | 889709a16eb8653683c370fe16d4292109864c97 | chore: fix endless publishing loop | [
{
"change_type": "MODIFY",
"diff": "@@ -42,4 +42,5 @@ if [ -f \"package.json-e\" ]; then\nrm package.json-e\nfi\n-npm publish --access=public --registry=https://wombat-dressing-room.appspot.com\n+# Note: ignore the postpublish script here to avoid an endless publish loop.\n+npm publish --ignore-scripts --ac... | TypeScript | Apache License 2.0 | googleapis/nodejs-logging | chore: fix endless publishing loop (#1071) | 1 | chore | null |
780,866 | 17.05.2021 22:00:33 | 10,800 | c30eb34f8cfb84b7443ecaa2f05aa453735e18b6 | style(components/earn-points-progress): minor vue attr order fix | [
{
"change_type": "MODIFY",
"diff": "<div\n- class=\"earn-points-progress\"\nv-if=\"minSubtotalToEarn > cartSubtotal\"\n+ class=\"earn-points-progress\"\n>\n<span>\n{{ i19add$1ToEarn.replace('$1', formatMoney(minSubtotalToEarn - cartSubtotal)) }}\n",
"new_path": "@ecomplus/storefront-components/src/html/... | JavaScript | MIT License | ecomplus/storefront | style(components/earn-points-progress): minor vue attr order fix | 1 | style | components/earn-points-progress |
780,866 | 17.05.2021 22:01:48 | 10,800 | a5d186a98f9b9d89e52a99161d68c6294f601dd2 | feat(components/account-points): new AccountPoints component :tada:
shows customer active lotalty points | [
{
"change_type": "ADD",
"diff": "+<script src=\"./js/AccountPoints.js\"></script>\n+<template lang=\"html\" src=\"./html/AccountPoints.html\"></template>\n+<style lang=\"scss\" src=\"./scss/AccountPoints.scss\"></style>\n",
"new_path": "@ecomplus/storefront-components/src/AccountPoints.vue",
"old_pa... | JavaScript | MIT License | ecomplus/storefront | feat(components/account-points): new AccountPoints component :tada:
shows customer active lotalty points | 1 | feat | components/account-points |
780,866 | 17.05.2021 22:02:45 | 10,800 | 28aea7cd339bb6304d2322848eafdff47b1d222b | feat(components/account): new slot `account-points` for active loyalty points | [
{
"change_type": "MODIFY",
"diff": "<div class=\"col-md-5 mt-3 mt-md-0\">\n<h4>{{ i19addresses }}</h4>\n<slot name=\"account-addresses\"/>\n+ <div class=\"my-3\">\n+ <slot name=\"account-points\"/>\n+ </div>\n</div>\n</div>\n</slot>\n",
"new_path": "@ecomplus/storefront-components/src/html/TheAccount.ht... | JavaScript | MIT License | ecomplus/storefront | feat(components/account): new slot `account-points` for active loyalty points | 1 | feat | components/account |
780,866 | 17.05.2021 22:03:34 | 10,800 | 72265983e03a91a837aa4f409cccac5a6f68a87e | feat(app/account): showing customer active loyalty points | [
{
"change_type": "MODIFY",
"diff": "@@ -17,7 +17,8 @@ const getDefaultState = () => {\ninscription_type: '',\ninscription_number: '',\ncorporate_name: '',\n- addresses: []\n+ addresses: [],\n+ loyalty_points_entries: []\n},\norders: []\n}\n",
"new_path": "@ecomplus/storefront-app/src/store/modules/accou... | JavaScript | MIT License | ecomplus/storefront | feat(app/account): showing customer active loyalty points | 1 | feat | app/account |
217,237 | 17.05.2021 22:43:41 | -10,800 | f54b9485ec05fe84cebe4feb8e6887273b018daa | fix(website): link to v1 | [
{
"change_type": "MODIFY",
"diff": "@@ -14,7 +14,7 @@ sidebar_label: Migration from v1\n[refs-abstractions-layers]: /docs/concepts/app-splitting#group-layers\n[refs-abstractions-segments]: /docs/concepts/app-splitting#group-segments\n-[ext-v1]: https://github.com/feature-sliced/featureslices.dev/blob/master... | JavaScript | MIT License | feature-sliced/documentation | fix(website): link to v1 | 1 | fix | website |
217,237 | 17.05.2021 22:51:28 | -10,800 | 29d6804c1fe383e32e976d1163016593342a5641 | fix(website): refine visual scheme (alignment) | [
{
"change_type": "MODIFY",
"diff": "Binary files a/assets/visual_schema.jpg and b/assets/visual_schema.jpg differ\n",
"new_path": "assets/visual_schema.jpg",
"old_path": "assets/visual_schema.jpg"
},
{
"change_type": "MODIFY",
"diff": "}\n.scheme {\n- /* margin-left: 120px; */\n- margin-... | JavaScript | MIT License | feature-sliced/documentation | fix(website): refine visual scheme (alignment) | 1 | fix | website |
217,237 | 17.05.2021 23:12:13 | -10,800 | e12617c5c83d90a558f194d5c4823ed225406a04 | fix(website): fix links | [
{
"change_type": "MODIFY",
"diff": "@@ -140,7 +140,8 @@ module.exports = {\nurl: DOMAIN,\nbaseUrl: '/',\nonBrokenLinks: 'throw',\n- onBrokenMarkdownLinks: 'warn',\n+ onBrokenMarkdownLinks: 'error',\n+ onDuplicateRoutes: 'warn',\nfavicon: 'img/favicon.ico',\norganizationName: 'feature-sliced', // Usually you... | JavaScript | MIT License | feature-sliced/documentation | fix(website): fix links | 1 | fix | website |
217,237 | 17.05.2021 23:17:07 | -10,800 | 3a1c5893029073a2cd9ce5e75e275d4dda446e99 | fix(website): alert bar height | [
{
"change_type": "MODIFY",
"diff": "/* stylelint-disable docusaurus/copyright-header */\n-[role=banner] {\n- height: 40px;\n- line-height: 30px;\n-}\n-\n/**\n* CSS files with the .module.css suffix will be treated as CSS modules\n* and scoped locally.\n",
"new_path": "website/src/pages/styles.module.css... | JavaScript | MIT License | feature-sliced/documentation | fix(website): alert bar height | 1 | fix | website |
447,446 | 17.05.2021 23:38:22 | 14,400 | 461cb66988aaf69c8d7b3546b6231fe3d3a66f65 | feat: implement RainbowThemeContainer | [
{
"change_type": "ADD",
"diff": "+import React from 'react';\n+import { mount } from 'enzyme';\n+import RainbowThemeContainer from '..';\n+\n+describe('<RainbowThemeContainer />', () => {\n+ it('should override the theme', () => {\n+ const theme = {\n+ rainbow: {\n+ palette: {\n+ brand: '#5c56b6',\n+ },\n+ ... | JavaScript | MIT License | nexxtway/react-rainbow | feat: implement RainbowThemeContainer (#2230)
Co-authored-by: Tahimi <tahimileon@gmail.com> | 1 | feat | null |
217,237 | 18.05.2021 00:05:44 | -10,800 | fa13b2961f18b433f9912d99bf5d6ad8c65a2e2a | review(website): self-review | [
{
"change_type": "MODIFY",
"diff": "@@ -320,7 +320,9 @@ export const CatalogPage = () => {\n```tsx title=shared/ui/button/index.tsx\nexport const Button = () => {...}\n- title=shared/ui/card/index.tsx\n+```\n+\n+```tsx title=shared/ui/card/index.tsx\nexport const Card = () => {...}\n```\n",
"new_path": ... | JavaScript | MIT License | feature-sliced/documentation | review(website): self-review | 1 | review | website |
306,344 | 18.05.2021 00:12:52 | -10,800 | f1754e2731605f02460c0940e4509a30812eedfa | feat(aws): add public_ip and piblic_ip_prefix | [
{
"change_type": "ADD",
"diff": "+package azure\n+\n+import (\n+ \"fmt\"\n+ \"strings\"\n+\n+ \"github.com/infracost/infracost/internal/schema\"\n+ \"github.com/shopspring/decimal\"\n+ \"github.com/tidwall/gjson\"\n+)\n+\n+func GetAzureRMPublicIPRegistryItem() *schema.RegistryItem {\n+ return &schema.Regist... | Go | Apache License 2.0 | infracost/infracost | feat(aws): add public_ip and piblic_ip_prefix (#678) | 1 | feat | aws |
777,419 | 18.05.2021 08:13:38 | -7,200 | 7b58a2d2736b4dc23cee4c71ce21731f3e2077ee | chore: move Trial Information table in a dedicated Trial page tab | [
{
"change_type": "ADD",
"diff": "+:orphan:\n+\n+**Changes**\n+\n+- Webui: moving Trial Information table in a dedicated Workloads tab in\n+ the trial detail page.\n",
"new_path": "docs/release-notes/2372-webui-move-trial-workloads.txt",
"old_path": null
},
{
"change_type": "MODIFY",
"dif... | Python | Apache License 2.0 | determined-ai/determined | chore: move Trial Information table in a dedicated Trial page tab [DET-5434 (#2372) | 1 | chore | null |
126,276 | 18.05.2021 08:26:26 | 10,800 | 44a7c3f8dd582cadb1f74c02a4bceca7c36170e7 | chore(embedded/tbree): postpone reader initialization until first read | [
{
"change_type": "MODIFY",
"diff": "@@ -58,6 +58,20 @@ func (r *Reader) ReadAsBefore(beforeTs uint64) (key []byte, ts uint64, err error\nreturn nil, 0, ErrAlreadyClosed\n}\n+ if r.leafNode == nil {\n+ path, startingLeaf, startingOffset, err := r.snapshot.root.findLeafNode(r.seekKey, nil, nil, r.descOrder)\n... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/tbree): postpone reader initialization until first read
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/tbree |
126,276 | 18.05.2021 08:27:45 | 10,800 | 221d4fe58f0375474fcca9eed559edb979409c6d | test(embedded/sql): reader initialization suceeded even without any rows | [
{
"change_type": "MODIFY",
"diff": "@@ -61,7 +61,7 @@ var ErrNotComparableValues = errors.New(\"values are not comparable\")\nvar ErrUnexpected = errors.New(\"unexpected error\")\nvar ErrMaxKeyLengthExceeded = errors.New(\"max key length exceeded\")\nvar ErrColumnIsNotAnAggregation = errors.New(\"column is ... | Go | Apache License 2.0 | codenotary/immudb | test(embedded/sql): reader initialization suceeded even without any rows
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | test | embedded/sql |
126,276 | 18.05.2021 08:38:23 | 10,800 | c5592e97222352851bfd48f4e62701cad154af54 | chore(pkg/server): renamed server reference | [
{
"change_type": "MODIFY",
"diff": "@@ -273,5 +273,5 @@ func (s *ServerMock) DescribeTable(ctx context.Context, req *schema.Table) (*sch\n}\nfunc (s *ServerMock) VerifiableSQLGet(ctx context.Context, req *schema.VerifiableSQLGetRequest) (*schema.VerifiableSQLEntry, error) {\n- return s.srv.VerifiableSQLGet(... | Go | Apache License 2.0 | codenotary/immudb | chore(pkg/server): renamed server reference
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | pkg/server |
126,276 | 18.05.2021 08:57:03 | 10,800 | d748cc05a988b8b25e6a63a5246306bf85bf11db | chore(pkg/client): use to fetch current database name | [
{
"change_type": "MODIFY",
"diff": "@@ -117,7 +117,7 @@ func (c *immuClient) VerifyRow(ctx context.Context, row *schema.Row, table strin\n}\ndefer c.StateService.CacheUnlock()\n- state, err := c.StateService.GetState(ctx, c.Options.CurrentDatabase)\n+ state, err := c.StateService.GetState(ctx, c.currentData... | Go | Apache License 2.0 | codenotary/immudb | chore(pkg/client): use to fetch current database name
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | pkg/client |
599,886 | 18.05.2021 09:23:29 | -32,400 | 14756f4b208c5b201a6e632b43e7a21c5bec6f9c | fix(lang): only set locale once at page load and move subsequent updates back into Layout
fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -3,6 +3,9 @@ import { ArrowLeftIcon, InformationCircleIcon } from '@heroicons/react/solid';\nimport { useRouter } from 'next/router';\nimport React, { useEffect, useState } from 'react';\nimport { defineMessages, useIntl } from 'react-intl';\n+import { AvailableLocale ... | TypeScript | MIT License | sct/overseerr | fix(lang): only set locale once at page load and move subsequent updates back into Layout
fixes #1662 | 1 | fix | lang |
126,276 | 18.05.2021 09:29:50 | 10,800 | ab7c950c61a03130e78b898d5ad5d467a61d326f | fix(embedded/sql): add missing error handling | [
{
"change_type": "MODIFY",
"diff": "@@ -961,7 +961,16 @@ func TestAggregations(t *testing.T) {\nrequire.NoError(t, err)\n}\n- r, err := engine.QueryStmt(\"SELECT COUNT() AS c, SUM(age), MIN(age), MAX(age), AVG(age) FROM table1 AS t1\", nil, true)\n+ r, err := engine.QueryStmt(\"SELECT COUNT() FROM table1 WH... | Go | Apache License 2.0 | codenotary/immudb | fix(embedded/sql): add missing error handling
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | fix | embedded/sql |
103,510 | 18.05.2021 09:45:35 | 10,800 | 21376d08c7135ef82b7adf1703ccb305f7ad9660 | docs: improve TextInput Affix/Icon docs | [
{
"change_type": "ADD",
"diff": "Binary files /dev/null and b/docs/assets/screenshots/textinput-flat.icon.png differ\n",
"new_path": "docs/assets/screenshots/textinput-flat.icon.png",
"old_path": "docs/assets/screenshots/textinput-flat.icon.png"
},
{
"change_type": "ADD",
"diff": "Binary... | TypeScript | MIT License | callstack/react-native-paper | docs: improve TextInput Affix/Icon docs (#2665) | 1 | docs | null |
126,276 | 18.05.2021 09:56:32 | 10,800 | ddece2088bdd717071167a382c11b8a59e4ef8cb | fix(embedded): ensure readers get properly closed | [
{
"change_type": "MODIFY",
"diff": "@@ -298,9 +298,6 @@ func (e *Engine) catalogFrom(snap *store.Snapshot) (*Catalog, error) {\n}\ndbReader, err := snap.NewKeyReader(dbReaderSpec)\n- if err == store.ErrNoMoreEntries {\n- return catalog, nil\n- }\nif err != nil {\nreturn nil, err\n}\n@@ -352,12 +349,10 @@ fu... | Go | Apache License 2.0 | codenotary/immudb | fix(embedded): ensure readers get properly closed
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | fix | embedded |
865,926 | 18.05.2021 09:59:13 | -7,200 | cbeaad087609e3dfb5ef07ea5e71413858a77d71 | ci: use AWS_REGION for nightly build | [
{
"change_type": "MODIFY",
"diff": "@@ -25,12 +25,6 @@ const {\n'on-demand': onDemand\n} = argv;\n-// region has to be set explicitly to avoid permissions problems\n-let region;\n-if (onDemand) {\n- region = process.env.AWS_REGION;\n-}\n-\n// in case of --nightly, update all package versions to the\n// next... | JavaScript | MIT License | camunda/camunda-modeler | ci: use AWS_REGION for nightly build | 1 | ci | null |
104,844 | 18.05.2021 10:16:16 | 14,400 | 990c691aaf6571e4d3eb391728576238dac53eb4 | chore(repo): yarn lock was not added to merge from next commit | [
{
"change_type": "MODIFY",
"diff": "npmlog \"^4.1.2\"\nwrite-file-atomic \"^2.3.0\"\n+\"@mapbox/geojson-rewind@^0.5.0\":\n+ version \"0.5.0\"\n+ resolved \"https://registry.yarnpkg.com/@mapbox/geojson-rewind/-/geojson-rewind-0.5.0.tgz#91f0ad56008c120caa19414b644d741249f4f560\"\n+ integrity sha512-73l/qJQgj/... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(repo): yarn lock was not added to merge from next commit | 1 | chore | repo |
126,276 | 18.05.2021 10:25:15 | 10,800 | b61fbea0fe7835454c2d7500640d8de25ad2b49d | test(pkg/database): minor adjustments on concurrent compacting unit testing | [
{
"change_type": "MODIFY",
"diff": "@@ -25,6 +25,7 @@ import (\n\"testing\"\n\"time\"\n+ \"github.com/codenotary/immudb/embedded/sql\"\n\"github.com/codenotary/immudb/embedded/store\"\n\"github.com/codenotary/immudb/pkg/api/schema\"\n\"github.com/stretchr/testify/require\"\n@@ -77,9 +78,9 @@ func TestConcur... | Go | Apache License 2.0 | codenotary/immudb | test(pkg/database): minor adjustments on concurrent compacting unit testing
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | test | pkg/database |
667,635 | 18.05.2021 10:28:07 | -28,800 | e9438ec99f378c95e8b7e933f634820e792c0b5d | fix(ios): fix websocket params error and remove assert | [
{
"change_type": "MODIFY",
"diff": "@@ -580,12 +580,12 @@ HIPPY_NOT_IMPLEMENTED(-(instancetype)init)\n[_scheduledRunloops removeObject:@[aRunLoop, mode]];\n}\n-- (void)close;\n-{ [self closeWithCode:HippySRStatusCodeNormal reason:nil]; }\n+- (void)close {\n+ [self closeWithCode:HippySRStatusCodeNormal reaso... | C++ | Apache License 2.0 | tencent/hippy | fix(ios): fix websocket params error and remove assert | 1 | fix | ios |
306,320 | 18.05.2021 10:35:50 | -3,600 | 9d5bdd94c3ae3cca9fd5b8448a45fcfb035f6e32 | chore: Rename metadata to context values | [
{
"change_type": "MODIFY",
"diff": "@@ -30,7 +30,7 @@ func breakdownCmd(ctx *config.RunContext) *cobra.Command {\nreturn err\n}\n- ctx.SetMetadata(\"outputFormat\", ctx.Config.Format)\n+ ctx.SetContextValue(\"outputFormat\", ctx.Config.Format)\nerr = checkRunConfig(ctx.Config)\nif err != nil {\n",
"new_... | Go | Apache License 2.0 | infracost/infracost | chore: Rename metadata to context values | 1 | chore | null |
401,126 | 18.05.2021 10:36:17 | 14,400 | fe1baeda73f5f370b69de9b2480d68c2a07c9836 | feat(core): update textField characterCount to change color based on value length and add animation
affects: | [
{
"change_type": "MODIFY",
"diff": "-import { styled } from '@medly-components/utils';\n+import { styled, WithThemeProp } from '@medly-components/utils';\nconst getMarginTop = ({ size, multiline }: { multiline?: boolean; size: 'S' | 'M' }) => {\nif (multiline) return '.1rem';\n@@ -12,16 +12,64 @@ const getM... | TypeScript | MIT License | medly/medly-components | feat(core): update textField characterCount to change color based on value length and add animation
affects: @medly-components/core | 1 | feat | core |
777,367 | 18.05.2021 10:44:03 | 25,200 | c8dd9fd80f9471793b1ab9d3bcb3aa87bf532821 | feat: add SlotsPerAgent in resource pool API | [
{
"change_type": "ADD",
"diff": "+:orphan:\n+\n+**Improvements**\n+\n+- API: return a SlotsPerAgent field in the resource pool API. This\n+ returns the slot number on each dynamic agent on AWS, GCP, or K8s. If\n+ no dynamic agent is configured, return -1.\n",
"new_path": "docs/release-notes/2383-slots-p... | Python | Apache License 2.0 | determined-ai/determined | feat: add SlotsPerAgent in resource pool API (#2383) | 1 | feat | null |
126,295 | 18.05.2021 10:49:39 | -7,200 | 36738cd16d8d020c99ef121e57791fc401c4e65e | chore: revert in order to allow insecure connection on grpc server | [
{
"change_type": "MODIFY",
"diff": "@@ -25,7 +25,7 @@ import (\n)\nfunc setUpTLS(pkey, cert, ca string, mtls bool) (*tls.Config, error) {\n- c := &tls.Config{}\n+ var c *tls.Config\nif cert != \"\" && pkey != \"\" {\ncerts, err := tls.LoadX509KeyPair(cert, pkey)\n",
"new_path": "cmd/immudb/command/tls_c... | Go | Apache License 2.0 | codenotary/immudb | chore: revert 3114f927adf4a9b62c4754d42da88173907a3a9f in order to allow insecure connection on grpc server
Signed-off-by: Michele Meloni <cleaversdev@gmail.com> | 1 | chore | null |
71,094 | 18.05.2021 11:09:45 | -3,600 | 73b9b4a89078d1425f4acdf50a6e9b5275b7e555 | fix(pipelines): self-mutating builds cannot be run in privileged mode
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": "@@ -37,6 +37,13 @@ export interface UpdatePipelineActionProps {\n* @default - Automatically generated\n*/\nreadonly projectName?: string;\n+\n+ /**\n+ * Whether the build step should run in privileged mode.\n+ *\n+ * @default - false\n+ */\n+ readonly privileged?: boolean... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(pipelines): self-mutating builds cannot be run in privileged mode (#14655)
Fixes #11425
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | fix | pipelines |
67,494 | 18.05.2021 11:18:05 | -7,200 | c6496a249917ca9e8af4e4bd1de65f76936dceed | chore(router): remove test262 gitmodule | [
{
"change_type": "MODIFY",
"diff": "-[submodule \"packages/__tests__/test262\"]\n- path = packages/__tests__/test262\n- url = https://github.com/tc39/test262\n+# [submodule \"packages/__tests__/test262\"]\n+# path = packages/__tests__/test262\n+# url = https://github.com/tc39/test262\n",
"new_path": ".g... | TypeScript | MIT License | aurelia/aurelia | chore(router): remove test262 gitmodule | 1 | chore | router |
791,370 | 18.05.2021 11:28:05 | 21,600 | 47c52d4f19c6cb725affb893d5f5eea53d0a3255 | chore(rcpreplay): regenerate intstore.pb.go
This was done to remove the dependency on golang.org/x/net. | [
{
"change_type": "MODIFY",
"diff": "@@ -13,11 +13,11 @@ require (\ngithub.com/jstemmer/go-junit-report v0.9.1\ngo.opencensus.io v0.23.0\ngolang.org/x/lint v0.0.0-20210508222113-6edffad5e616\n- golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420\ngolang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c\ngolang... | Go | Apache License 2.0 | googleapis/google-cloud-go | chore(rcpreplay): regenerate intstore.pb.go (#4080)
This was done to remove the dependency on golang.org/x/net. | 1 | chore | rcpreplay |
865,917 | 18.05.2021 11:29:27 | -7,200 | 3459dfcde258f496a0890ca256843d0f913160c2 | chore: add execution platform to issue templates | [
{
"change_type": "MODIFY",
"diff": "@@ -28,4 +28,5 @@ __Environment__\n- OS: [e.g. MacOS 10.2, Windows 10]\n- Camunda Modeler Version: [e.g. 2.0.0]\n+- Execution Platform: [e.g. Camunda Platform, Camunda Cloud]\n- Installed plug-ins: [...]\n",
"new_path": ".github/ISSUE_TEMPLATE/BUG_REPORT.md",
"old... | JavaScript | MIT License | camunda/camunda-modeler | chore: add execution platform to issue templates | 1 | chore | null |
777,419 | 18.05.2021 11:34:40 | -7,200 | fb60a581eec8210f0f3f80f0f44b6b5ffa593126 | chore: move trial logs in a trial detail page tab | [
{
"change_type": "ADD",
"diff": "+:orphan:\n+\n+**Changes**\n+\n+- Webui: Trial Logs have been moved to a dedicated tab in the trial\n+ detail page.\n",
"new_path": "docs/release-notes/2365-webui-trial-logs-moved.txt",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "background-co... | Python | Apache License 2.0 | determined-ai/determined | chore: move trial logs in a trial detail page tab [DET-5410] (#2365) | 1 | chore | null |
380,712 | 18.05.2021 12:05:17 | -7,200 | 263ee59163c94220f5ba3999aa60ca40dc352e0c | feat: configurable and extendable extractors with Lingui config | [
{
"change_type": "MODIFY",
"diff": "@@ -29,6 +29,7 @@ Default config:\n\"fallbackLocales\": {},\n\"format\": \"po\",\n\"locales\": [],\n+ \"extractors\": [\"babel\"],\n\"orderBy\": \"messageId\",\n\"pseudoLocale\": \"\",\n\"rootDir\": \".\",\n@@ -506,3 +507,26 @@ providing custom translation.\nThe differenc... | TypeScript | MIT License | lingui/js-lingui | feat: configurable and extendable extractors with Lingui config (#1065) | 1 | feat | null |
380,712 | 18.05.2021 12:05:26 | -7,200 | 2b8d70b35ed103d94a2f88ea7c6813a29a1d5635 | fix: ESM dev entrypoint was causing unexpected behaviors | [
{
"change_type": "ADD",
"diff": "+import {\n+ i18n as i18nProd,\n+ setupI18n as setupI18nProd,\n+ formats as formatsProd,\n+ I18n as I18nProd\n+} from './dev.production.min';\n+\n+import {\n+ i18n as i18nDev,\n+ setupI18n as setupI18nDev,\n+ formats as formatsDev,\n+ I18n as I18nDev\n+} from './dev.developm... | TypeScript | MIT License | lingui/js-lingui | fix: ESM dev entrypoint was causing unexpected behaviors (#1059) | 1 | fix | null |
380,712 | 18.05.2021 12:05:34 | -7,200 | 2d25f2c5d8f7c624250a1218f83cbe43433c264b | fix: lineNumbers false was removing the entire origin | [
{
"change_type": "MODIFY",
"diff": "@@ -16,7 +16,10 @@ const removeOrigins = (R.map(\nconst removeLineNumbers = (R.map(\n(message: ExtractedMessageType) => {\nif (message.origin) {\n- message.origin.map(originValue => originValue.pop())\n+ message.origin.map(originValue => {\n+ originValue.pop()\n+ return o... | TypeScript | MIT License | lingui/js-lingui | fix: lineNumbers false was removing the entire origin (#1060) | 1 | fix | null |
141,585 | 18.05.2021 12:09:53 | -36,000 | 2f2ee980a59a58d97715d39f63d2121b93e84498 | ci: Fixed import warnings in Storybook
docs: Move form docs to correct place
Fixed incorrect import on addons | [
{
"change_type": "RENAME",
"diff": "",
"new_path": "draft-packages/form/docs/RadioGroup.stories.scss",
"old_path": "draft-packages/page-layout/docs/RadioGroup.stories.scss"
},
{
"change_type": "RENAME",
"diff": "",
"new_path": "draft-packages/form/docs/RadioGroup.stories.tsx",
"o... | TypeScript | MIT License | cultureamp/kaizen-design-system | ci: Fixed import warnings in Storybook (#1604)
docs: Move form docs to correct place
Fixed incorrect import on addons | 1 | ci | null |
380,712 | 18.05.2021 12:25:37 | -7,200 | 88c006b911ef42ea10106fda85c4f2e4995fcab1 | chore: minor corrections with exports | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,7 @@ import { BabelOptions, ExtractorType } from \".\"\nimport { projectType } from \"../detect\"\nconst babelRe = new RegExp(\n- \"\\\\.(\" + DEFAULT_EXTENSIONS.map(ext => ext.slice(1)).join(\"|\") + \")$\",\n+ \"\\\\.(\" + [...DEFAULT_EXTENSIONS, \".ts\", \".... | TypeScript | MIT License | lingui/js-lingui | chore: minor corrections with exports | 1 | chore | null |
380,712 | 18.05.2021 12:41:26 | -7,200 | 4b7d0e2bb3640b48e3b1aa496d5828a535dc1044 | chore: more fixes pre-release | [
{
"change_type": "MODIFY",
"diff": "@@ -71,7 +71,7 @@ describe(\"extract\", function () {\n})\nexpect(typescript.match).toHaveBeenCalledWith(\n- path.join(\"src\", \"components\", \"Typescript.ts\")\n+ path.join(\"src\", \"index.html\")\n)\nexpect(babel.match).toHaveBeenCalledWith(\npath.join(\"src\", \"com... | TypeScript | MIT License | lingui/js-lingui | chore: more fixes pre-release | 1 | chore | null |
531,793 | 18.05.2021 12:44:16 | -3,600 | caf18887ea7e78ddbc3c428226f3092d61a41452 | feat(backend): support isEqual silence field in ACLs | [
{
"change_type": "MODIFY",
"diff": "### Added\n- Added support for alertmanager `v0.22.0`\n- [negative matchers](https://github.com/prometheus/alertmanager/pull/2434).\n+ [negative matchers](https://github.com/prometheus/alertmanager/pull/2434)\n+ when creating/editing silences and in [ACL rules](/docs/ACLs... | TypeScript | Apache License 2.0 | prymitive/karma | feat(backend): support isEqual silence field in ACLs | 1 | feat | backend |
531,793 | 18.05.2021 12:47:50 | -3,600 | bdb80960a6b389865b8daef7cb5f34cb9cc53904 | fix(backend): don't skip labels with variants == groups | [
{
"change_type": "MODIFY",
"diff": "@@ -325,7 +325,8 @@ func autoGridLabel(dedupedAlerts []models.AlertGroup) string {\nvar lastLabel string\nvar lastCnt int\nfor key, uniqueValues := range candidates {\n- if uniqueValues == 1 || uniqueValues == alertsCount || uniqueValues == alertGroupsCount {\n+ if unique... | TypeScript | Apache License 2.0 | prymitive/karma | fix(backend): don't skip labels with variants == groups | 1 | fix | backend |
551,634 | 18.05.2021 12:53:18 | -3,600 | 2f28794b1bf8a1553f0fa22173263c136ea5a452 | feat(sql): support Postgres literal cast | [
{
"change_type": "MODIFY",
"diff": "@@ -556,6 +556,33 @@ class ExpressionParser {\nopStack.push(expressionNodePool.next().of(ExpressionNode.CONSTANT, GenericLexer.immutableOf(tok), 0, position));\nbreak;\n} else {\n+ if (opStack.size() > 0 && prevBranch == BRANCH_LITERAL && thisChar == '\\'') {\n+ Expressio... | Java | Apache License 2.0 | questdb/questdb | feat(sql): support Postgres literal cast (#1032) | 1 | feat | sql |
777,369 | 18.05.2021 12:59:21 | 21,600 | 7b62b334a41b4c8655c188d985ed6226d8cd5aff | chore: widen the trial link on experiment detail page | [
{
"change_type": "ADD",
"diff": "+:orphan:\n+\n+**Improvements**\n+\n+- WebUI: Add `Trial` prefix to trial links on experiment detail page.\n",
"new_path": "docs/release-notes/2390-widen-trial-links.txt",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "@@ -66,7 +66,7 @@ const Exp... | Python | Apache License 2.0 | determined-ai/determined | chore: widen the trial link on experiment detail page [DET-5459] (#2390) | 1 | chore | null |
126,276 | 18.05.2021 13:01:55 | 10,800 | bdff8a078fa1627afc708b7bb91ae32586039d0a | feat(embedded/sql): special case when all selectors are aggregations and there is no matching rows | [
{
"change_type": "MODIFY",
"diff": "@@ -970,6 +970,20 @@ func TestAggregations(t *testing.T) {\nerr = r.Close()\nrequire.NoError(t, err)\n+ r, err = engine.QueryStmt(\"SELECT COUNT(), SUM(age), MIN(title), MAX(age), AVG(age) FROM table1 WHERE false\", nil, true)\n+ require.NoError(t, err)\n+\n+ row, err := ... | Go | Apache License 2.0 | codenotary/immudb | feat(embedded/sql): special case when all selectors are aggregations and there is no matching rows
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | feat | embedded/sql |
141,511 | 18.05.2021 13:32:19 | -43,200 | 06ffe342a7ecad25ea3f97d308fd7784f21053a9 | fix: remove the tablet width auto.
Now that the css controls the width and height, we don't want
this to change. | [
{
"change_type": "MODIFY",
"diff": "@@ -61,7 +61,6 @@ $illustration-size: 155px;\njustify-content: center;\nalign-self: center;\npadding: $kz-var-spacing-sm;\n- width: auto;\n}\n@include ca-media-mobile {\n",
"new_path": "draft-packages/guidance-block/KaizenDraft/GuidanceBlock/GuidanceBlock.scss",
"... | TypeScript | MIT License | cultureamp/kaizen-design-system | fix: remove the tablet width auto. (#1606)
Now that the css controls the width and height, we don't want
this to change. | 1 | fix | null |
126,276 | 18.05.2021 13:41:23 | 10,800 | 934970070535b08916b5ef9a00ec828601be3e04 | chore(embedded/tbtree): make snapshot thread-safe | [
{
"change_type": "MODIFY",
"diff": "@@ -19,6 +19,7 @@ import (\n\"encoding/binary\"\n\"errors\"\n\"io\"\n+ \"sync\"\n)\nvar ErrNoMoreEntries = errors.New(\"no more entries\")\n@@ -36,9 +37,13 @@ type Snapshot struct {\nreaders map[int]io.Closer\nmaxReaderID int\nclosed bool\n+ mutex sync.Mutex\n}\nfunc (s *... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/tbtree): make snapshot thread-safe
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/tbtree |
126,276 | 18.05.2021 13:43:04 | 10,800 | 85195d9ef6ac8ae7a6d160d844ecc07c3f8d367d | chore(embedded/sql): resolve query with current snapshot if readers are still open | [
{
"change_type": "MODIFY",
"diff": "@@ -25,6 +25,7 @@ import (\n\"sync\"\n\"github.com/codenotary/immudb/embedded/store\"\n+ \"github.com/codenotary/immudb/embedded/tbtree\"\n)\nvar ErrNoSupported = errors.New(\"not yet supported\")\n@@ -927,7 +928,7 @@ func (e *Engine) QueryPreparedStmt(stmt *SelectStmt, p... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/sql): resolve query with current snapshot if readers are still open
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/sql |
217,922 | 18.05.2021 14:05:51 | -7,200 | 95531a99d0e3f16d891512536996a8f311184d2e | fix(alarms): fixed fishing alarms not being accurate with weather | [
{
"change_type": "MODIFY",
"diff": "@@ -391,7 +391,7 @@ export class AlarmsFacade {\nweather: weatherSpawn.weather,\ndate: weatherSpawn.spawn\n};\n- } else if (base48Spawn <= base48WeatherStop && base48WeatherStart <= base48Despawn) {\n+ } else if (base48Spawn < base48WeatherStop && base48WeatherStart < bas... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(alarms): fixed fishing alarms not being accurate with weather | 1 | fix | alarms |
71,186 | 18.05.2021 14:23:41 | -7,200 | 7fe329cd17502cf04c451153f6d19955621952dc | fix(cli): Updated typo user to uses
Corrected potential typo from 'user' to 'uses'
*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": "@@ -58,7 +58,7 @@ async function parseCommandLineArguments() {\n.option('ec2creds', { type: 'boolean', alias: 'i', default: undefined, desc: 'Force trying to fetch EC2 instance credentials. Default: guess EC2 instance status' })\n.option('version-reporting', { type: 'bool... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(cli): Updated typo user to uses (#14357)
Corrected potential typo from 'user' to 'uses'
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | fix | cli |
104,828 | 18.05.2021 14:54:57 | -7,200 | b3fb9f24a3e462445607a0b2956874dad0fdf6de | feat(table): improve nested row selections | [
{
"change_type": "MODIFY",
"diff": "@@ -348,7 +348,7 @@ The `Table` component supports row selection when using the options.hasRowSelect\nactions={{\ntable: {\nonRowClicked: (rowId: string) => {},\n- onRowSelected: (rowId: string, selected: boolean) => {},\n+ onRowSelected: (rowId: string, selected: boolean... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(table): improve nested row selections
#124 | 1 | feat | table |
306,309 | 18.05.2021 15:02:40 | -3,600 | f597ff9e9af02b4ecff71e7eb1077f7ea67c9c67 | fix(azure): fix tests | [
{
"change_type": "MODIFY",
"diff": "----------------------------------\nTo estimate usage-based resources use --usage-file, see https://infracost.io/usage-file\n\\ No newline at end of file\n-\n-Please watch/star https://github.com/infracost/infracost as new resources are added regularly.\n",
"new_path"... | Go | Apache License 2.0 | infracost/infracost | fix(azure): fix tests | 1 | fix | azure |
756,013 | 18.05.2021 15:02:50 | 21,600 | 856abbe53b3f76818bb709608b2c9f0dc8fd7a38 | refactor: update COVERAGE.md to accommodate ava-nesm.config.js | [
{
"change_type": "MODIFY",
"diff": "@@ -148,7 +148,7 @@ jobs:\n# END-RESTORE-BOILERPLATE\n- name: generate coverage for all tests\n- run: yarn test:all-c8\n+ run: 'yarn test:c8-all || :'\n- name: generate coverage/html reports\nrun: yarn c8 report --reporter=html-spa --reports-dir=coverage/html --temp-direc... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | refactor: update COVERAGE.md to accommodate ava-nesm.config.js | 1 | refactor | null |
266,194 | 18.05.2021 15:08:47 | 25,200 | 7332178a11ddddc91188dc0f25bca1ccadcaa6c6 | feat: add `gcf-owl-bot[bot]` to `ignoreAuthors`
* feat: add `gcf-owl-bot[bot]` to `ignoreAuthors`
Related:
* feat: add `yoshi-automation` to `ignoreAuthors` | [
{
"change_type": "MODIFY",
"diff": "@@ -9,3 +9,4 @@ ignoreAuthors:\n- 'renovate-bot'\n- 'yoshi-automation'\n- 'release-please[bot]'\n+- 'gcf-owl-bot[bot]'\n",
"new_path": "synthtool/gcp/templates/java_library/.github/generated-files-bot.yml",
"old_path": "synthtool/gcp/templates/java_library/.github... | Python | Apache License 2.0 | googleapis/synthtool | feat: add `gcf-owl-bot[bot]` to `ignoreAuthors` (#1080)
* feat: add `gcf-owl-bot[bot]` to `ignoreAuthors`
Related: https://github.com/googleapis/repo-automation-bots/issues/1751
* feat: add `yoshi-automation` to `ignoreAuthors` | 1 | feat | null |
777,369 | 18.05.2021 15:16:20 | 21,600 | 09e1dd83357007b04ea5d951ff17902298502057 | ci: temporarily remove flaky tests | [
{
"change_type": "MODIFY",
"diff": "@@ -24,13 +24,13 @@ Specification to test the experiment list page.\n|Kill |false |\n* Toggle all table row selection\n-## Filter experiments by archived\n+// ## Filter experiments by archived\n-* Scroll table to the \"right\"\n-* Filter table header \"Archived\" with opt... | Python | Apache License 2.0 | determined-ai/determined | ci: temporarily remove flaky tests (#2394) | 1 | ci | null |
667,635 | 18.05.2021 15:19:23 | -28,800 | a80c4894fd99bbded2546775144c261f1b0186bb | chore(ios): remove header_mappings_dir cconfig which causes pod error | [
{
"change_type": "MODIFY",
"diff": "@@ -33,8 +33,9 @@ TODO: Add long description of the pod here.\ncores.source_files = 'core/**/*.{h,cc}'\ncores.exclude_files = ['core/include/core/napi/v8','core/src/napi/v8','core/js','core/third_party/base/src/platform/adr']\ncores.libraries = 'c++'\n- cores.header_mappi... | C++ | Apache License 2.0 | tencent/hippy | chore(ios): remove header_mappings_dir cconfig which causes pod error | 1 | chore | ios |
342,890 | 18.05.2021 15:27:25 | -7,200 | a78f5e2bb740aa43f8ab9ffce7cd8ff1f9005f06 | fix: spelling issues | [
{
"change_type": "MODIFY",
"diff": "@@ -12,6 +12,7 @@ Ctrl\nFilip\nFunkify\nGenaev\n+[Gg]rayscale\nHapl\ninclusivity\nJavaScript\n",
"new_path": ".github/styles/Vocab/Kiwi/accept.txt",
"old_path": ".github/styles/Vocab/Kiwi/accept.txt"
},
{
"change_type": "MODIFY",
"diff": "@@ -27,7 +27,... | JavaScript | MIT License | kiwicom/orbit | fix: spelling issues | 1 | fix | null |
386,581 | 18.05.2021 15:28:20 | -7,200 | dd2adbbaa195899c6986ca99934e19c4f6aeca21 | feat: Include contenthash in webpack output.
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -57,7 +57,7 @@ module.exports = [\n{\nentry: './src/commands/dev/shell/index.js',\noutput: {\n- filename: 'index.js',\n+ filename: '[name].[contenthash].js',\npath: path.resolve(__dirname, 'dist/shell'),\n},\nmode: 'production',\n@@ -84,6 +84,10 @@ module.exports = [\n... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat: Include contenthash in webpack output.
Closes #575 | 1 | feat | null |
386,581 | 18.05.2021 15:28:45 | -7,200 | 512cd017477f0aec4360a2254d2410e753a6b48b | chore: Add clean-webpack-plugin to webpack configs. | [
{
"change_type": "MODIFY",
"diff": "const { ModuleFederationPlugin } = require('webpack').container;\nconst path = require('path');\nconst fs = require('fs');\n+const { CleanWebpackPlugin } = require('clean-webpack-plugin');\nconst packageJson = require('./package.json');\n@@ -94,6 +95,7 @@ module.exports =... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | chore: Add clean-webpack-plugin to webpack configs. | 1 | chore | null |
756,051 | 18.05.2021 15:36:16 | 18,000 | 6a5ab91ad529a70c5757d24b24b9a8798857ef9f | style(swingset): minimal for kernel.js
- makeVatManagerFactory doesn't take a testLog option | [
{
"change_type": "MODIFY",
"diff": "+// @ts-check\nimport { assert, details as X } from '@agoric/assert';\nimport { importBundle } from '@agoric/import-bundle';\nimport { assertKnownOptions } from '../assertOptions';\n@@ -124,9 +125,24 @@ export default function buildKernel(\nlet started = false;\n+ /**\n+ ... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | style(swingset): minimal @ts-check for kernel.js
- makeVatManagerFactory doesn't take a testLog option | 1 | style | swingset |
71,757 | 18.05.2021 15:36:56 | -28,800 | 704946a9df25d73f1ebcb47f9df9c73d75d82acc | chore(lambda-layer-awscli): add awscli v2.2.5
Update awscli to version 2.2.5, 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": "}\n}\n},\n- \"EnvFileDeploymentAwsCliLayerA8FC897D\": {\n+ \"EnvFileDeploymentAwsCliV2Layer0F17A9A2\": {\n\"Type\": \"AWS::Lambda::LayerVersion\",\n\"Properties\": {\n\"Content\": {\n\"S3Bucket\": {\n- \"Ref\": \"AssetParameterse9882ab123687399f934da0d45effe675ecc8ce13b40... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore(lambda-layer-awscli): add awscli v2.2.5 (#14487)
Update awscli to version 2.2.5, fixes #13993.
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | chore | lambda-layer-awscli |
777,396 | 18.05.2021 16:03:11 | 21,600 | c0821a9f703df0382c611fe73502a88e0024a647 | fix: wire up support for plain-string image config | [
{
"change_type": "MODIFY",
"diff": "@@ -797,6 +797,7 @@ schemas = {\n\"image\": {\n\"type\": [\n\"object\",\n+ \"string\",\n\"null\"\n],\n\"default\": {},\n",
"new_path": "harness/determined/common/schemas/expconf/_gen.py",
"old_path": "harness/determined/common/schemas/expconf/_gen.py"
},
{
... | Python | Apache License 2.0 | determined-ai/determined | fix: wire up support for plain-string image config (#2393) | 1 | fix | null |
401,147 | 18.05.2021 16:04:07 | -19,080 | 00faebc0d5ab8344cd5d313b04b33486dbfc997d | feat: add as and hidePanel props in Tabs component
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -14,6 +14,8 @@ export type StyledProps = HTMLProps<HTMLButtonElement> &\n};\nexport interface Props extends HTMLProps<HTMLButtonElement> {\n+ /** To be used to render tab as any html tag */\n+ as?: any;\n/** Id of tab */\nid: any;\n/** Label of the tab */\n",
"new_... | TypeScript | MIT License | medly/medly-components | feat: add as and hidePanel props in Tabs component
affects: @medly-components/core | 1 | feat | null |
71,371 | 18.05.2021 16:35:02 | -7,200 | 81aa61213b4f5e3bd9cbbc155264252bd64d0f5b | fix(lambda-nodejs): banner and footer values not escaped
Escape values and use the new CLI options.
Closes
BREAKING CHANGE: using `banner` and `footer` now requires `esbuild` >= 0.9.0
*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": "@@ -144,8 +144,8 @@ new lambda.NodejsFunction(this, 'my-handler', {\nkeepNames: true, // defaults to false\ntsconfig: 'custom-tsconfig.json', // use custom-tsconfig.json instead of default,\nmetafile: true, // include meta file, defaults to false\n- banner : '/* comments ... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(lambda-nodejs): banner and footer values not escaped (#14743)
Escape values and use the new CLI options.
Closes #13576
BREAKING CHANGE: using `banner` and `footer` now requires `esbuild` >= 0.9.0
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apa... | 1 | fix | lambda-nodejs |
217,922 | 18.05.2021 16:48:40 | -7,200 | 519ebd7bdc3e094e4a0256194aea2378ac06bd05 | chore: better implementation for add alarm in group | [
{
"change_type": "MODIFY",
"diff": "@@ -41,7 +41,7 @@ export class AlarmsLoaded implements Action {\nexport class AddAlarms implements Action {\nreadonly type = AlarmsActionTypes.AddAlarms;\n- constructor(public payload: Alarm[]) {\n+ constructor(public payload: Alarm[], public group?: AlarmGroup) {\n}\n}\n... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: better implementation for add alarm in group | 1 | chore | null |
401,147 | 18.05.2021 16:55:43 | -19,080 | 4152f20ffa5c0d0f4ac6ae1bfff2b8ff01d8bc62 | fix: fix width issue in avatar component
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -50,6 +50,7 @@ export const AvatarStyled = styled('div').attrs(({ theme: { avatar: { defaults }\n}))<StyledProps>`\ndisplay: inline-block;\ntext-align: center;\n+ min-width: max-content;\nwidth: ${getAvatarSize};\nheight: ${getAvatarSize};\nborder-radius: ${({ defaults... | TypeScript | MIT License | medly/medly-components | fix: fix width issue in avatar component
affects: @medly-components/core | 1 | fix | null |
791,690 | 18.05.2021 17:00:07 | 18,000 | fa0cdac7a3c954b1079a7531da72ed64755e70d4 | core(fr): align navigation-runner with legacy gather-runner | [
{
"change_type": "MODIFY",
"diff": "@@ -95,6 +95,10 @@ const defaultConfig = {\nnavigations: [\n{\nid: 'default',\n+ pauseAfterFcpMs: 1000,\n+ pauseAfterLoadMs: 1000,\n+ networkQuietThresholdMs: 1000,\n+ cpuQuietThresholdMs: 1000,\nartifacts: [\n// Artifacts which can be depended on come first.\nartifacts.D... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(fr): align navigation-runner with legacy gather-runner (#12478) | 1 | core | fr |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.