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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
705,238 | 21.06.2021 20:38:52 | 14,400 | 034bd887a933da38d16e16668c27a2dbca7800e4 | feat: Leading icon for material buttons
feat: Existing styles support leading icons, update sample page | [
{
"change_type": "MODIFY",
"diff": "xmlns:not_android=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\nxmlns:wasm=\"http://uno.ui/wasm\"\nxmlns:not_win=\"http://uno.ui/not_win\"\n+ xmlns:extensions=\"using:Uno.Material.Extensions\"\nmc:Ignorable=\"d ios android wasm not_win\">\n<ResourceDictio... | C# | Apache License 2.0 | unoplatform/uno.themes | feat: Leading icon for material buttons
feat: Existing styles support leading icons, update sample page | 1 | feat | null |
71,597 | 21.06.2021 21:10:17 | -3,600 | 7bc6c6eb14ee73c490caa649aeff509e34eb2c52 | feat(dynamodb): allow using Kinesis stream in Table
Add support for Kinesis Streams in DynamoDB tables with a new `kinesisStreamArn` table option.
Closes
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | [
{
"change_type": "MODIFY",
"diff": "@@ -185,3 +185,19 @@ const { partitionKey, sortKey } = table.schema();\nconst { partitionKey, sortKey } = table.schema(INDEX_NAME);\n```\n+\n+## Kinesis Stream\n+\n+A Kinesis Data Stream can be configured on the DynamoDB table to capture item-level changes.\n+\n+```ts\n+i... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(dynamodb): allow using Kinesis stream in Table (#15199)
Add support for Kinesis Streams in DynamoDB tables with a new `kinesisStreamArn` table option.
Closes #14534
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | feat | dynamodb |
756,064 | 21.06.2021 21:34:50 | 25,200 | eebaa2d75aa2e42786892340af81d137d2058d99 | fix(solo): change default vatManager to 'xs-worker'
This changes the solo node to use xs-worker (xsnap) vats instead of local
ones, which has a secondary effect of silencing a warning from the spawner as
it attempts to create a metered vat without the Node.js globals having been
wrapped for metering.
refs | [
{
"change_type": "MODIFY",
"diff": "@@ -21,7 +21,7 @@ export default function initBasedir(\nconst { env = process.environment } = opts;\nconst {\nwallet = DEFAULT_WALLET,\n- defaultManagerType = env.SWINGSET_WORKER_TYPE || 'local',\n+ defaultManagerType = env.SWINGSET_WORKER_TYPE || 'xs-worker',\n...options... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(solo): change default vatManager to 'xs-worker'
This changes the solo node to use xs-worker (xsnap) vats instead of local
ones, which has a secondary effect of silencing a warning from the spawner as
it attempts to create a metered vat without the Node.js globals having been
wrapped for metering.
refs #3393 | 1 | fix | solo |
67,479 | 21.06.2021 21:51:48 | -36,000 | 6cf1435d2dc8bb8af8626934ff20a67b4fc18dcd | refactor(template-compiler): use class base impl for compilation context
extract parts of the compiler to the compilation context | [
{
"change_type": "MODIFY",
"diff": "import {\n- IContainer,\nemptyArray,\nRegistration,\nmergeArrays,\ntoArray,\nILogger,\ncamelCase,\n- Writable,\n- emptyObject,\n} from '@aurelia/kernel';\nimport {\nIExpressionParser,\n@@ -56,17 +53,20 @@ import { AuSlotContentType, SlotInfo } from './resources/custom-ele... | TypeScript | MIT License | aurelia/aurelia | refactor(template-compiler): use class base impl for compilation context
extract parts of the compiler to the compilation context | 1 | refactor | template-compiler |
104,825 | 21.06.2021 22:01:37 | 14,400 | f014e2e24bc3392270c603f268a430a6a0b78a71 | fix(list): initialize list states in set items | [
{
"change_type": "MODIFY",
"diff": "@@ -22,7 +22,7 @@ export class AIListModel {\n*/\nset items(items: AIListItem[]) {\nthis._items = this.initializeListItems(items, this.getAdjustedNestingLevel(items, 0), null);\n- this.initializeListItems(this._items);\n+ this.initializeListStates(this._items);\n}\nget it... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(list): initialize list states in set items | 1 | fix | list |
777,419 | 21.06.2021 22:10:28 | -7,200 | 86b197fe5f8a755cdb20a33e38e9f0298b74f341 | chore: webui profiler write/read filters from url | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,7 @@ import {\nAvailableSeriesType, MetricsAggregateInterface, MetricType, useFetchAvailableSeries,\nuseFetchMetrics,\n} from 'pages/TrialDetails/Profiles/utils';\n+import { parseUrl } from 'routes/utils';\nimport { TrialDetails } from 'types';\nexport interfac... | Python | Apache License 2.0 | determined-ai/determined | chore: webui profiler write/read filters from url [DET-5572] (#2586) | 1 | chore | null |
104,825 | 21.06.2021 22:43:34 | 14,400 | 4d7165630a8cc632c4f1674b5d329b419a93f44e | feat(list): change selectedIds expandedIds and indeterminateIds to sets | [
{
"change_type": "MODIFY",
"diff": "@@ -32,19 +32,19 @@ export class AIListModel {\n/**\n* Ids of list items which are expanded.\n*/\n- expandedIds: string[] = [];\n+ expandedIds: Set<string> = new Set();\n/**\n* Ids of list items which are selected.\n*/\n- selectedIds: string[] = [];\n+ selectedIds: Set<st... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(list): change selectedIds expandedIds and indeterminateIds to sets | 1 | feat | list |
815,609 | 22.06.2021 00:57:43 | -28,800 | 32c1bed983560b56b429bcb3f2858dc1f778b22b | chore: remove several duplicate or outdated dependencies, such as hyper, futures, tokio and so on | [
{
"change_type": "MODIFY",
"diff": "@@ -125,7 +125,7 @@ version = \"0.10.1\"\nsource = \"registry+https://github.com/rust-lang/crates.io-index\"\nchecksum = \"baf13118df3e3dce4b5ac930641343b91b656e4e72c8f8325838b01a4b1c9d45\"\ndependencies = [\n- \"http 0.2.1\",\n+ \"http\",\n\"log\",\n\"url\",\n]\n@@ -297,... | Rust | MIT License | nervosnetwork/ckb | chore: remove several duplicate or outdated dependencies, such as hyper, futures, tokio and so on | 1 | chore | null |
815,609 | 22.06.2021 01:40:34 | -28,800 | be35daa2ef0270b8903ef4e79a611d3e482f0163 | chore(deps): remove a duplicate version of the dependency 'parking_lot' | [
{
"change_type": "MODIFY",
"diff": "@@ -844,7 +844,7 @@ dependencies = [\n\"metrics-observer-prometheus\",\n\"metrics-observer-yaml\",\n\"metrics-util\",\n- \"parking_lot 0.11.1\",\n+ \"parking_lot\",\n\"quanta 0.3.2\",\n]\n@@ -1287,7 +1287,7 @@ version = \"0.43.0-pre\"\ndependencies = [\n\"ckb-channel\",\n... | Rust | MIT License | nervosnetwork/ckb | chore(deps): remove a duplicate version of the dependency 'parking_lot' | 1 | chore | deps |
815,609 | 22.06.2021 01:45:56 | -28,800 | a0594ee3a3e6b2ca3d5edaa4e4f90a1c9cfac713 | ci: remove outdated ignored security advisories | [
{
"change_type": "MODIFY",
"diff": "@@ -4,11 +4,8 @@ unmaintained = \"warn\"\nyanked = \"deny\"\nnotice = \"deny\"\nignore = [\n- \"RUSTSEC-2020-0043\", # TODO ws allows remote attacker to run the process out of memory, since it is no longer actively maintained, we couldn't fix it in the short term\n\"RUSTS... | Rust | MIT License | nervosnetwork/ckb | ci: remove outdated ignored security advisories | 1 | ci | null |
791,255 | 22.06.2021 06:27:17 | 25,200 | bd012d1861ce074a7eef0add38bbb38fe6f04e2d | testing: add an explicit module download step to build_samples.sh
Currently, the work to go mod replace doesn't account for dependency
changes in head. This adds an explicit step to download modules to
reflect differences in the latest released google-cloud-go vs head. | [
{
"change_type": "MODIFY",
"diff": "@@ -64,6 +64,8 @@ for i in $(find . -name go.mod); do\ngo mod edit -replace cloud.google.com/go/pubsub=$gcwd/pubsub\ngo mod edit -replace cloud.google.com/go/spanner=$gcwd/spanner\ngo mod edit -replace cloud.google.com/go/storage=$gcwd/storage\n+ echo \"Downloading module... | Go | Apache License 2.0 | googleapis/google-cloud-go | testing: add an explicit module download step to build_samples.sh (#4291)
Currently, the work to go mod replace doesn't account for dependency
changes in head. This adds an explicit step to download modules to
reflect differences in the latest released google-cloud-go vs head. | 1 | testing | null |
791,255 | 22.06.2021 06:48:05 | 25,200 | d42944646edc5c5c88d27ad25225ca4609df2350 | test(bigquery): address flaky error probing test
Context: Looks like error mapping for excessively sized requests is
getting remapped to a more appropriate error code. Change expectations
so we allow either HTTP 400 or 413 errors.
Fixes:
Fixes:
Fixes: | [
{
"change_type": "MODIFY",
"diff": "@@ -1249,8 +1249,8 @@ func TestIntegration_InsertErrors(t *testing.T) {\nif !ok {\nt.Errorf(\"wanted googleapi.Error, got: %v\", err)\n}\n- if e.Code != http.StatusBadRequest {\n- t.Errorf(\"Wanted HTTP 400, got %d\", e.Code)\n+ if e.Code != http.StatusBadRequest && e.Cod... | Go | Apache License 2.0 | googleapis/google-cloud-go | test(bigquery): address flaky error probing test (#4280)
Context: Looks like error mapping for excessively sized requests is
getting remapped to a more appropriate error code. Change expectations
so we allow either HTTP 400 or 413 errors.
Fixes: #4277
Fixes: #4279
Fixes: #4285 | 1 | test | bigquery |
317,646 | 22.06.2021 08:35:19 | -7,200 | 926f0dbf43c401e86369502f14ade34841956ab0 | chore: remove GitHub pages | [
{
"change_type": "DELETE",
"diff": "-name: Azure Static Web Apps CI/CD\n-\n-on:\n- push:\n- branches:\n- - main\n- paths:\n- - 'docs/**'\n- - 'themes/**'\n-\n-jobs:\n- build_and_deploy_job:\n- if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')\n- runs... | Go | MIT License | jandedobbeleer/oh-my-posh | chore: remove GitHub pages | 1 | chore | null |
756,051 | 22.06.2021 08:36:32 | 18,000 | bacec84f238372543c918ca9032de065a537d44c | feat(swingset): record xs-workers to $XSNAP_TEST_RECORD if set | [
{
"change_type": "MODIFY",
"diff": "@@ -15,7 +15,7 @@ import { assert, details as X } from '@agoric/assert';\nimport { isTamed, tameMetering } from '@agoric/tame-metering';\nimport { importBundle } from '@agoric/import-bundle';\nimport { makeMeteringTransformer } from '@agoric/transform-metering';\n-import ... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(swingset): record xs-workers to $XSNAP_TEST_RECORD if set (#3392) | 1 | feat | swingset |
317,646 | 22.06.2021 08:39:59 | -7,200 | 1b0ceaff70fe9f5ff5f02f478585f84fbc2a20ca | chore: use latest wingetcreate self-contained binary | [
{
"change_type": "MODIFY",
"diff": "@@ -39,11 +39,6 @@ if (-not $Token) {\nreturn\n}\n# Get the latest wingetcreate exe\n-# Replace with the following once https://github.com/microsoft/winget-create/issues/38 is resolved:\n-# Invoke-WebRequest https://aka.ms/wingetcreate/latest -OutFile wingetcreate.exe\n-I... | Go | MIT License | jandedobbeleer/oh-my-posh | chore: use latest wingetcreate self-contained binary | 1 | chore | null |
67,479 | 22.06.2021 09:21:56 | -36,000 | 581c1e396d92085fc8f99715c30a1aedd9e18d24 | refactor(template-compiler): fix linting issues, cleanup method names | [
{
"change_type": "MODIFY",
"diff": "-import {\n- emptyArray,\n- Registration,\n- toArray,\n- ILogger,\n- camelCase,\n-} from '@aurelia/kernel';\n-import {\n- IExpressionParser,\n- BindingMode,\n- BindingType,\n- PrimitiveLiteralExpression,\n- Char,\n-} from '@aurelia/runtime';\n+import { emptyArray, Registr... | TypeScript | MIT License | aurelia/aurelia | refactor(template-compiler): fix linting issues, cleanup method names | 1 | refactor | template-compiler |
777,419 | 22.06.2021 09:58:58 | -7,200 | 9b3f77602a960a8402430dbaa020d801e2e5686a | fix: new header increase font-size for desktop | [
{
"change_type": "MODIFY",
"diff": "@media only screen and (min-width: $breakpoint-tablet) {\n.experimentTitle {\n+ font-size: var(--theme-sizes-font-medium);\nmargin-right: var(--theme-sizes-layout-medium);\nmargin-top: 0;\n}\n",
"new_path": "webui/react/src/pages/ExperimentDetails/ExperimentDetailsHea... | Python | Apache License 2.0 | determined-ai/determined | fix: new header increase font-size for desktop [DET-5680] (#2585) | 1 | fix | null |
276,934 | 22.06.2021 10:04:14 | 10,800 | f326da7fda9438b56cf14caad1867fba762eee46 | feat(event card): remove unused code on theme | [
{
"change_type": "MODIFY",
"diff": "@@ -133,7 +133,6 @@ const Card = ({\n},\n},\nevent: {\n- radii: radii.regular,\nicon: {\nfill: colors.text.primary,\n},\n@@ -156,20 +155,8 @@ const Card = ({\nmarginBottom: spacing.xxsmall,\n},\n},\n- indicator: {\n- size: spacing.xxsmall,\n- marginBottom: spacing.xxsmall... | JavaScript | MIT License | gympass/yoga | feat(event card): remove unused code on theme | 1 | feat | event card |
815,593 | 22.06.2021 10:06:50 | -32,400 | b4145d446af5bc501ef5f07f89559394511f4758 | chore: remove lru cache from get_cellbase fn | [
{
"change_type": "MODIFY",
"diff": "@@ -138,7 +138,6 @@ cell_data_cache_size = 128\nblock_proposals_cache_size = 30\nblock_tx_hashes_cache_size = 30\nblock_uncles_cache_size = 30\n-cellbase_cache_size = 30\n# [notifier]\n# # Execute command when the new tip block changes, first arg is block hash.\n",
"n... | Rust | MIT License | nervosnetwork/ckb | chore: remove lru cache from get_cellbase fn | 1 | chore | null |
276,934 | 22.06.2021 10:11:22 | 10,800 | 01678e2c0356fd7e27ad42c1b21e2cae5c710953 | feat(event card): link is not conditionally rendered | [
{
"change_type": "MODIFY",
"diff": "@@ -141,11 +141,13 @@ const FullCard = ({\n<Time fill={icon.fill} style={{ marginRight: 5 }} />\n<Text.Tiny>{event.time}</Text.Tiny>\n</EventTime>\n+ {!!link && (\n<LinkContainer onPress={onLinkPress}>\n<Text.Medium size=\"xsmall\" variant=\"primary\">\n{link}\n</Text.Med... | JavaScript | MIT License | gympass/yoga | feat(event card): link is not conditionally rendered | 1 | feat | event card |
551,634 | 22.06.2021 10:15:30 | -3,600 | e6a203c6c593eafbcb89a26b774af046d933c88b | chore: readme correction | [
{
"change_type": "MODIFY",
"diff": "@@ -93,7 +93,7 @@ The following table shows query execution time of a billion rows run on a\n| --------------------------------------------------------- | ---------- |\n| `SELECT sum(double) FROM 1bn` | 0.061 secs |\n| `SELECT tag, sum(double) FROM 1bn` | 0.179 secs |\n-|... | Java | Apache License 2.0 | questdb/questdb | chore: readme correction (#1139) | 1 | chore | null |
791,255 | 22.06.2021 10:23:31 | 25,200 | 37607b4afbc4c42baa4a931a9a86cddcc6d885ca | feat(bigquery): add support for user defined TVF
* feat(bigquery): add support for user defined TVF
Allows user to define table-valued functions using the BigQuery API. | [
{
"change_type": "MODIFY",
"diff": "@@ -1291,6 +1291,44 @@ func TestIntegration_RoutineStoredProcedure(t *testing.T) {\nit, [][]Value{{int64(10)}})\n}\n+func TestIntegration_RoutineUserTVF(t *testing.T) {\n+ if client == nil {\n+ t.Skip(\"Integration tests skipped\")\n+ }\n+ ctx := context.Background()\n+\n... | Go | Apache License 2.0 | googleapis/google-cloud-go | feat(bigquery): add support for user defined TVF (#4043)
* feat(bigquery): add support for user defined TVF
Allows user to define table-valued functions using the BigQuery API. | 1 | feat | bigquery |
304,879 | 22.06.2021 10:26:34 | 21,600 | 334c1bbfb6161f24c0d158031fe4a961df8a7d7e | chore: update rust to 1.53 | [
{
"change_type": "MODIFY",
"diff": "# and verification, we can list the rust container as a prior build stage, and\n# then pull in the artifacts we need. There is an added benefit that tagged versions\n# also include minory releases, so 1.2 includes 1.2.1 and so on, for bugfix releases.\n-FROM rust:1.52 as ... | Go | MIT License | influxdata/flux | chore: update rust to 1.53 (#3813) | 1 | chore | null |
711,597 | 22.06.2021 10:30:37 | -7,200 | 70a55fdc6f730902cb3901ac5f73da17ee3c504a | feat(email-plugin): Extend attachment support
Fixes You can now specify attachments as strings, Buffers or Streams in addition to by file
path. | [
{
"change_type": "MODIFY",
"diff": "-import { Injectable } from '@nestjs/common';\n-import { Attachment } from 'nodemailer/lib/mailer';\n-import { Readable } from 'stream';\n-import { format } from 'url';\n+import { Logger } from '@vendure/core';\n+import { Readable, Stream } from 'stream';\n+import { forma... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(email-plugin): Extend attachment support
Fixes #882. You can now specify attachments as strings, Buffers or Streams in addition to by file
path. | 1 | feat | email-plugin |
401,147 | 22.06.2021 10:49:34 | -19,080 | 345905046cce1438f5534fea65f8b021725e2cc2 | fix: focus issue when we select either month or year in single month calendar view
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -12,8 +12,8 @@ export const MonthAndYearSelection: React.FC<MonthAndYearSelectionProps> & WithS\n{ month: maxMonth, year: maxYear } = getMonthAndYearFromDate(maxSelectableDate);\nconst stopPropagation = useCallback(e => e.stopPropagation(), []),\n- handleMonthChange = ... | TypeScript | MIT License | medly/medly-components | fix: focus issue when we select either month or year in single month calendar view
affects: @medly-components/core | 1 | fix | null |
777,396 | 22.06.2021 11:07:35 | 21,600 | 7cf9c6f123909c6becaf66a538c920a486df1723 | fix: support Docker images with EXPOSE in notebooks/shells/tensorboard | [
{
"change_type": "ADD",
"diff": "+:orphan:\n+\n+**Fixes**\n+\n+- Support using Docker images with ``EXPOSE`` commands as images for\n+ Notebooks/Shells/Tensorboards. Previously, the ``EXPOSE`` command\n+ could break the proxy through the Determined master.\n",
"new_path": "docs/release-notes/2596-fix-ex... | Python | Apache License 2.0 | determined-ai/determined | fix: support Docker images with EXPOSE in notebooks/shells/tensorboard [DET-5648] (#2596) | 1 | fix | null |
777,374 | 22.06.2021 11:20:38 | 25,200 | 02bf3e8305cd10e40c176baf00c00b8fa9c30e03 | fix: error when explicitly selecting kubernetes pool for notebooks. | [
{
"change_type": "MODIFY",
"diff": "@@ -86,9 +86,11 @@ func GetDefaultAuxResourcePool(system *actor.System) string {\nreturn resp.(GetDefaultAuxResourcePoolResponse).PoolName\n}\n-// ValidateRP validates if the resource pool exists when using the agent resource manager.\n+// ValidateRP validates if the reso... | Python | Apache License 2.0 | determined-ai/determined | fix: error when explicitly selecting kubernetes pool for notebooks. (#2594) | 1 | fix | null |
103,536 | 22.06.2021 11:24:11 | 14,400 | ab20765528cb49a76d27ea4e2ab24984d0a92319 | fix: TextInput paddingOut not based on lineHeight when provided | [
{
"change_type": "MODIFY",
"diff": "@@ -92,6 +92,7 @@ class TextInputOutlined extends React.Component<ChildTextInputProps> {\nconst {\nfontSize: fontSizeStyle,\nfontWeight,\n+ lineHeight,\nheight,\nbackgroundColor = colors.background,\ntextAlign,\n@@ -170,6 +171,7 @@ class TextInputOutlined extends React.Co... | TypeScript | MIT License | callstack/react-native-paper | fix: TextInput paddingOut not based on lineHeight when provided (#2621) | 1 | fix | null |
104,828 | 22.06.2021 11:43:56 | -7,200 | a0c0ab5e7264bc088bdfc6eb124e1ea64af66902 | fix(hotspoteditormodal): handle element content in hotspots | [
{
"change_type": "MODIFY",
"diff": "@@ -486,143 +486,6 @@ exports[`Storybook Snapshot tests and console checks Storyshots 1 - Watson IoT/C\n</div>\n`;\n-exports[`Storybook Snapshot tests and console checks Storyshots 1 - Watson IoT/Card is editable 1`] = `\n-<div\n- className=\"storybook-container\"\n->\n- ... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(hotspoteditormodal): handle element content in hotspots
#2384 | 1 | fix | hotspoteditormodal |
217,922 | 22.06.2021 12:03:34 | -7,200 | 0fa7e0713b7278240d9c206080273fd663a6a153 | chore(release): 8.2.13 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"8.2.13\"></a>\n+## [8.2.13](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compar... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 8.2.13 | 1 | chore | release |
104,825 | 22.06.2021 12:26:40 | 14,400 | 01c7b3c09912599467c51064c2ccf7e906702721 | refactor(list): improve rendering of list items | [
{
"change_type": "MODIFY",
"diff": "@@ -12,14 +12,14 @@ import { AIListItem } from './list-item/ai-list-item.interface';\n<div class=\"iot--list--content\">\n<ng-template\n[ngTemplateOutlet]=\"listItemTemplateRef\"\n- [ngTemplateOutletContext]=\"{ $implicit: model }\"\n+ [ngTemplateOutletContext]=\"{ $impli... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | refactor(list): improve rendering of list items | 1 | refactor | list |
711,597 | 22.06.2021 13:02:00 | -7,200 | 8e9b72f1ae2ed5f831ab10d0b21dea19eff9bc4e | feat(email-plugin): Add `.setOptionalAddressFields()` - cc, bcc, replyTo
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -9,6 +9,7 @@ import { HandlebarsMjmlGenerator } from './handlebars-mjml-generator';\nimport { NodemailerEmailSender } from './nodemailer-email-sender';\nimport { TemplateLoader } from './template-loader';\nimport {\n+ EmailDetails,\nEmailGenerator,\nEmailPluginOptions,... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(email-plugin): Add `.setOptionalAddressFields()` - cc, bcc, replyTo
Fixes #921 | 1 | feat | email-plugin |
401,147 | 22.06.2021 13:10:48 | -19,080 | 69bb0e3bdddcc4decb514db3fdcb94ad3dee599d | fix: showing error even if date is filled when required prop is passed to DatePicker
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -35,6 +35,7 @@ export const DatePicker: React.FC<DatePickerProps> & WithStyle = React.memo(\n);\nconst wrapperRef = useRef<HTMLDivElement>(null),\ninputRef = useCombinedRefs<HTMLInputElement>(ref, React.useRef(null)),\n+ [inputKey, setInputKey] = useState(0),\n[textVal... | TypeScript | MIT License | medly/medly-components | fix: showing error even if date is filled when required prop is passed to DatePicker
affects: @medly-components/core | 1 | fix | null |
865,926 | 22.06.2021 13:15:30 | -7,200 | 38a3ba7b0ac8aea9e3ee70ee122e6f0df88f85a1 | docs: document Release Info
Related to | [
{
"change_type": "MODIFY",
"diff": "import React from 'react';\nimport css from './ReleaseInfo.less';\n-\n+/**\n+ * Release info notice which is displayed once user clicks the version number on the status bar.\n+ *\n+ * Custom-styled HTML tags which you can use in the notice include:\n+ *\n+ * * `h1-4`\n+ *... | JavaScript | MIT License | camunda/camunda-modeler | docs: document Release Info
Related to #2303 | 1 | docs | null |
730,467 | 22.06.2021 13:18:31 | 21,600 | 6d20c2f42c97467ebc61fef7221de294e6bdb1eb | feat(metrics): add senderCountryCode to metrics | [
{
"change_type": "MODIFY",
"diff": "@@ -161,6 +161,7 @@ class Metrics {\noriginTime: {\ntriggered: new Date().toISOString()\n},\n+ senderCountryCode: this.webex.meetings.geoHintInfo?.countryCode,\nevent: {\nname: eventType,\ncanProceed: true,\n@@ -244,6 +245,7 @@ class Metrics {\noriginTime: {\ntriggered: n... | JavaScript | MIT License | webex/webex-js-sdk | feat(metrics): add senderCountryCode to metrics | 1 | feat | metrics |
873,657 | 22.06.2021 13:25:06 | -7,200 | f1d1d01d89d59d70ab2c831a513ab2580ea64d7e | feat: make app-sdk a peer depedency | [
{
"change_type": "MODIFY",
"diff": "\"build\": \"tsdx build\",\n\"tsc\": \"tsc -p ./ --noEmit\"\n},\n+ \"devDependencies\": {\n+ \"@contentful/app-sdk\": \"^3.29.2\"\n+ },\n\"dependencies\": {\n- \"@contentful/app-sdk\": \"^3.29.2\",\n\"@contentful/forma-36-tokens\": \"^0.10.1\",\n\"emotion\": \"^10.0.17\",... | TypeScript | MIT License | contentful/field-editors | feat: [EXT-2826] make app-sdk a peer depedency (#748) | 1 | feat | null |
791,690 | 22.06.2021 13:53:19 | 18,000 | 6de5b432116e3ec071c2e13c220624141ec6588f | core(network-request): consider HSTS redirects secure | [
{
"change_type": "MODIFY",
"diff": "@@ -493,7 +493,23 @@ class NetworkRequest {\nstatic isSecureRequest(record) {\nreturn URL.isSecureScheme(record.parsedURL.scheme) ||\nURL.isSecureScheme(record.protocol) ||\n- URL.isLikeLocalhost(record.parsedURL.host);\n+ URL.isLikeLocalhost(record.parsedURL.host) ||\n+ ... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(network-request): consider HSTS redirects secure (#12681) | 1 | core | network-request |
791,270 | 22.06.2021 13:55:43 | 14,400 | 598f5b93778b2e2e75265ae54484dd54477433f5 | feat(internal/godocfx): different metadata for different modules | [
{
"change_type": "MODIFY",
"diff": "@@ -7,6 +7,7 @@ require (\ncloud.google.com/go/bigquery v1.8.0\ncloud.google.com/go/datastore v1.1.0\ncloud.google.com/go/storage v1.11.0\n+ github.com/google/go-cmp v0.5.6\ngithub.com/yuin/goldmark v1.3.8\ngolang.org/x/tools v0.1.3\ngopkg.in/yaml.v2 v2.4.0\n",
"new_p... | Go | Apache License 2.0 | googleapis/google-cloud-go | feat(internal/godocfx): different metadata for different modules (#4297) | 1 | feat | internal/godocfx |
276,983 | 22.06.2021 13:59:07 | 10,800 | 25b36c415120145737d1893baf4584327d33c70f | fix: android font weight issue | [
{
"change_type": "MODIFY",
"diff": "import React from 'react';\nimport styled from 'styled-components';\nimport { oneOf, bool } from 'prop-types';\n-import textStyle from '../sharedTextStyle';\n+import textStyle from '../textStyle.native';\nconst styledText = type => styled.Text`\n${textStyle(type)}\n",
... | JavaScript | MIT License | gympass/yoga | fix: android font weight issue | 1 | fix | null |
217,922 | 22.06.2021 14:00:14 | -7,200 | 49369ccc9954a824afd83e60294ff09e0fbb4274 | chore: lists creation hotfix | [
{
"change_type": "MODIFY",
"diff": "@@ -90,6 +90,9 @@ export function getItemSource<T = any>(item: ListRow, type: DataType.FATES, isOb\nexport function getItemSource<T = any>(item: ListRow, type: DataType.REQUIREMENTS, isObject?: boolean): Ingredient[]\nexport function getItemSource<T = any>(item: ListRow, ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: lists creation hotfix | 1 | chore | null |
276,983 | 22.06.2021 14:03:37 | 10,800 | 15d2e8530b9e31180ad0240d80ef4c916eac703e | fix: remove fontweight compare | [
{
"change_type": "MODIFY",
"diff": "@@ -19,7 +19,7 @@ const textStyle = type => () => css`\n},\n}) => `\nfont-family: ${\n- (fontWeight === 400 || Platform.OS === 'ios') && fontWeight\n+ fontWeight === 400 || Platform.OS === 'ios'\n? baseFont.family\n: `${baseFont.family}-${fontWeight}`\n};\n",
"new_pat... | JavaScript | MIT License | gympass/yoga | fix: remove fontweight compare | 1 | fix | null |
791,682 | 22.06.2021 14:07:03 | 14,400 | 89e9703f00fefc45bf4de0bf8bea0bee6bf3a26d | core(fr): add timespan support to viewport-dimensions | [
{
"change_type": "MODIFY",
"diff": "@@ -30,7 +30,7 @@ function getViewportDimensions() {\nclass ViewportDimensions extends FRGatherer {\n/** @type {LH.Gatherer.GathererMeta} */\nmeta = {\n- supportedModes: ['snapshot', 'navigation'],\n+ supportedModes: ['snapshot', 'timespan', 'navigation'],\n}\n/**\n",
... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(fr): add timespan support to viewport-dimensions (#12680) | 1 | core | fr |
711,597 | 22.06.2021 14:16:15 | -7,200 | 1e3ba7ba16340b797154139b7aa628260c247cad | feat(core): Add retries to TransactionalConnection.getEntityOrThrow()
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -19,10 +19,35 @@ import { ChannelAware, SoftDeletable } from '../../common/types/common-types';\nimport { VendureEntity } from '../../entity/base/base.entity';\n/**\n+ * @description\n+ * Options used by the {@link TransactionalConnection} `getEntityOrThrow` method.\n+... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(core): Add retries to TransactionalConnection.getEntityOrThrow()
Closes #937 | 1 | feat | core |
711,597 | 22.06.2021 14:16:49 | -7,200 | c7b7257ed228054d87fd5bbef7d286cecfaff274 | docs(core): Add documentation to entity interfaces | [
{
"change_type": "MODIFY",
"diff": "@@ -7,28 +7,44 @@ import { Tag } from '../../entity/tag/tag.entity';\nimport { LocaleString } from './locale-types';\n/**\n+ * @description\n* Entities which can be assigned to Channels should implement this interface.\n+ *\n+ * @docsCategory entities\n+ * @docsPage inter... | TypeScript | MIT License | vendure-ecommerce/vendure | docs(core): Add documentation to entity interfaces | 1 | docs | core |
889,620 | 22.06.2021 14:17:22 | -28,800 | bb70bcd91da156421d1abd5f81b0121f43814b5b | test: add tests for EpubMetadataProvider.kt | [
{
"change_type": "MODIFY",
"diff": "@@ -8,4 +8,20 @@ class Author(\nval role = role.trim().toLowerCase()\noverride fun toString(): String = \"Author($name, $role)\"\n+\n+ override fun equals(other: Any?): Boolean {\n+ if (this === other) return true\n+ if (other !is Author) return false\n+\n+ if (name != ot... | Kotlin | MIT License | gotson/komga | test: add tests for EpubMetadataProvider.kt | 1 | test | null |
889,620 | 22.06.2021 14:18:48 | -28,800 | 52d81ef1d7ab5d9ae813b5693e6861321a7f96ff | fix: ignore html tags in epub description
part of | [
{
"change_type": "MODIFY",
"diff": "@@ -12,6 +12,7 @@ import org.gotson.komga.infrastructure.metadata.BookMetadataProvider\nimport org.gotson.komga.infrastructure.metadata.SeriesMetadataProvider\nimport org.gotson.komga.infrastructure.validation.BCP47TagValidator\nimport org.jsoup.Jsoup\n+import org.jsoup.s... | Kotlin | MIT License | gotson/komga | fix: ignore html tags in epub description
part of #556 | 1 | fix | null |
889,620 | 22.06.2021 14:20:10 | -28,800 | fbd8655c51b752eeba939a13fca3d7dc96dfb40e | fix: retrieve series from epub correctly
it would not work with namespaced elements generated by Calibre
part of | [
{
"change_type": "MODIFY",
"diff": "@@ -85,7 +85,7 @@ class EpubMetadataProvider(\nepubExtractor.getPackageFile(book.book.path)?.let { packageFile ->\nval opf = Jsoup.parse(packageFile)\n- val series = opf.selectFirst(\"metadata > meta[property=belongs-to-collection]\")?.text()?.ifBlank { null }\n+ val seri... | Kotlin | MIT License | gotson/komga | fix: retrieve series from epub correctly
it would not work with namespaced elements generated by Calibre
part of #556 | 1 | fix | null |
889,620 | 22.06.2021 14:22:54 | -28,800 | 13b18c0b457dfee81a824328093b52a8e7a0b777 | fix: do not split authors by comma in epub metadata
part of | [
{
"change_type": "MODIFY",
"diff": "@@ -53,15 +53,14 @@ class EpubMetadataProvider(\nval creatorRefines = opf.select(\"metadata > meta[property=role][scheme=marc:relators]\")\n.associate { it.attr(\"refines\").removePrefix(\"#\") to it.text() }\nval authors = opf.select(\"metadata > dc|creator\")\n- .flatMa... | Kotlin | MIT License | gotson/komga | fix: do not split authors by comma in epub metadata
part of #556 | 1 | fix | null |
889,620 | 22.06.2021 14:23:51 | -28,800 | b3bcd233fda5e209377c8452917655d83906e6f7 | fix: better isbn parsing for epub metadata | [
{
"change_type": "MODIFY",
"diff": "@@ -65,7 +65,8 @@ class EpubMetadataProvider(\n}\nval isbn = opf.select(\"metadata > dc|identifier\")\n- ?.mapNotNull { isbnValidator.validate(it.text()) }\n+ ?.map { it.text().removePrefix(\"isbn:\") }\n+ ?.mapNotNull { isbnValidator.validate(it) }\n?.firstOrNull()\nretu... | Kotlin | MIT License | gotson/komga | fix: better isbn parsing for epub metadata | 1 | fix | null |
889,620 | 22.06.2021 14:24:08 | -28,800 | ed7fa1fcb8c077f14b42df86ecf7c4674114a73b | fix: better date parsing for epub metadata | [
{
"change_type": "MODIFY",
"diff": "@@ -120,8 +120,12 @@ class EpubMetadataProvider(\n} catch (e: Exception) {\ntry {\nLocalDate.parse(date, DateTimeFormatter.ISO_LOCAL_DATE)\n+ } catch (e: Exception) {\n+ try {\n+ LocalDate.parse(date, DateTimeFormatter.ISO_DATE_TIME)\n} catch (e: Exception) {\nnull\n}\n}\... | Kotlin | MIT License | gotson/komga | fix: better date parsing for epub metadata | 1 | fix | null |
815,598 | 22.06.2021 14:27:40 | -28,800 | 9b89f955644146a57988de39fa11322d7ad7c2ec | chore: bundle ckb-cli v0.43.0 | [
{
"change_type": "MODIFY",
"diff": "@@ -12,7 +12,7 @@ on:\nenv:\nCARGO_TERM_COLOR: always\nRUST_BACKTRACE: full\n- CKB_CLI_VERSION: v0.42.1\n+ CKB_CLI_VERSION: v0.43.0\njobs:\ncreate-release:\n",
"new_path": ".github/workflows/package.yaml",
"old_path": ".github/workflows/package.yaml"
},
{
... | Rust | MIT License | nervosnetwork/ckb | chore: bundle ckb-cli v0.43.0 | 1 | chore | null |
401,123 | 22.06.2021 14:31:29 | -19,080 | 23490c7fb7a7d5f260c9c704e8d11cba35441918 | fix(core): updates z-index of CharacterCount component to 1
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -67,7 +67,7 @@ export const CharacterCount = styled.div<{\nright: 0;\ncolor: ${getTextColor};\nalign-self: flex-start;\n- z-index: 50;\n+ z-index: 1;\ntransition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);\nmargin-top: ${getMarginTop};\nmargin-left: ${({ size }) => size =... | TypeScript | MIT License | medly/medly-components | fix(core): updates z-index of CharacterCount component to 1
affects: @medly-components/core | 1 | fix | core |
276,934 | 22.06.2021 14:49:16 | 10,800 | 79161a43ce74037dc7defec5e956ea6b0a175e8b | feat(event card): code review fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -53,17 +53,15 @@ const Place = styled(Text.Tiny)`\n`}\n`;\n-const getIndicatorColor = (active, hasEvent, colors) => {\n- if (active) return colors.white;\n-\n- return hasEvent ? colors.primary : colors.light;\n+const getIndicatorColor = (active, event) => {\n+ if (acti... | JavaScript | MIT License | gympass/yoga | feat(event card): code review fixes | 1 | feat | event card |
401,123 | 22.06.2021 14:49:47 | -19,080 | 373873070d066a7b2b19bcac2369c7095606d180 | fix: streamlined the z-indexs of a few components
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -21,7 +21,7 @@ export const CenterAligned = styled('div')<CenterAlignedProps>`\ndisplay: flex;\njustify-content: center;\nalign-items: center;\n- z-index: 100;\n+ z-index: 1001;\nposition: ${({ position }) => position};\nbackground-color: ${({ withOverlay, theme }) => ... | TypeScript | MIT License | medly/medly-components | fix: streamlined the z-indexs of a few components
affects: @medly-components/core, @medly-components/utils | 1 | fix | null |
865,922 | 22.06.2021 14:49:47 | -7,200 | 15f0cc882c090fbf46fb7e4a49e4ef25b874a5ed | chore(TabsProvider): remove ambigious CTRL+T hotkey
Closes
* Ambiguity results from the fact that we now support CamundaCloud and
CamundaPlatform
* However, the feature to have a shortcut creation of a new tab, shall
be re-added soon. Also see | [
{
"change_type": "MODIFY",
"diff": "@@ -137,7 +137,6 @@ export default class TabsProvider {\ngetNewFileMenu() {\nreturn [{\nlabel: 'BPMN Diagram (Camunda Platform)',\n- accelerator: 'CommandOrControl+T',\naction: 'create-bpmn-diagram'\n}];\n},\n",
"new_path": "client/src/app/TabsProvider.js",
"old_p... | JavaScript | MIT License | camunda/camunda-modeler | chore(TabsProvider): remove ambigious CTRL+T hotkey
Closes #2312
* Ambiguity results from the fact that we now support CamundaCloud and
CamundaPlatform
* However, the feature to have a shortcut creation of a new tab, shall
be re-added soon. Also see #2309 | 1 | chore | TabsProvider |
777,422 | 22.06.2021 14:56:11 | 25,200 | a4fdf4be0d077e93e55088eb5093bad243323f3c | feat: support different tensorboard startup args | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,7 @@ import os\nimport subprocess\nimport sys\nimport time\n-from typing import Callable, List\n+from typing import Callable, List, Tuple\nimport boto3\nimport requests\n@@ -73,11 +73,10 @@ def main(args: List[str]) -> int:\nport = os.environ[\"TENSORBOARD_PORT... | Python | Apache License 2.0 | determined-ai/determined | feat: support different tensorboard startup args [DET-5550] (#2602) | 1 | feat | null |
342,861 | 22.06.2021 15:00:50 | -7,200 | 418e8ca3e753f25644fafe529a2e8bee137161ef | test(overviewPages): add test with memfs | [
{
"change_type": "DELETE",
"diff": "-// Jest Snapshot v1, https://goo.gl/fbAQLP\n-\n-exports[`overview-pages it should render overview-pages 1`] = `\n-Array [\n- Object {\n- \"pages\": Array [\n- Object {\n- \"description\": \"Everything you need to start designing with the Orbit UI kit.\",\n- \"slug\": \"/... | JavaScript | MIT License | kiwicom/orbit | test(overviewPages): add test with memfs | 1 | test | overviewPages |
401,123 | 22.06.2021 15:07:13 | -19,080 | 47637238eae328f53eb31abf51c4b2a7a2417eec | test: updates snapshot tests
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -37,7 +37,7 @@ exports[`Center Aligned Loader should render properly with all props given 1`] =\n-webkit-box-align: center;\n-ms-flex-align: center;\nalign-items: center;\n- z-index: 100;\n+ z-index: 1001;\nposition: absolute;\nbackground-color: rgba(255,255,255,0.75);... | TypeScript | MIT License | medly/medly-components | test: updates snapshot tests
affects: @medly-components/core, @medly-components/forms | 1 | test | null |
877,026 | 22.06.2021 15:22:33 | -7,200 | 48dc7eea56caf547fea98f210852003dff4fa162 | fix(@vtmn/css): no more hover effect over focus-visible state | [
{
"change_type": "MODIFY",
"diff": "border-color: var(--vtmn-color_grey);\n}\n-.vtmn-checkbox[type='checkbox']:not(:checked):not(:disabled):hover\n+.vtmn-checkbox[type='checkbox']:not(:focus-visible):not(:checked):not(:disabled):hover\n+ label::before {\nbox-shadow: 0 0 0 rem(7px) color-mod(var(--vtmn-color... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | fix(@vtmn/css): no more hover effect over focus-visible state (#379) | 1 | fix | @vtmn/css |
711,597 | 22.06.2021 15:32:15 | -7,200 | 0a71723eda40de92339961048505dc068530f1a9 | feat(core): Publish StockMovementEvent
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,14 @@ import { OrderLine } from '../order-line/order-line.entity';\nimport { StockMovement } from './stock-movement.entity';\n+/**\n+ * @description\n+ * An Allocation is created for each ProductVariant in an Order when the checkout is completed\n+ * (as config... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(core): Publish StockMovementEvent
Closes #902 | 1 | feat | core |
401,123 | 22.06.2021 15:32:41 | -19,080 | d73dfc79175453812c0fc8307b5a285c6e977342 | test(forms): updates snapshot tests
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -845,7 +845,7 @@ exports[`Form should render properly with initial state 1`] = `\nwidth: -webkit-min-content;\nwidth: -moz-min-content;\nwidth: min-content;\n- min-width: auto;\n+ min-width: 20rem;\nmargin: 0.8rem 0.8rem 0.8rem 0;\n}\n@@ -859,7 +859,7 @@ exports[`Form ... | TypeScript | MIT License | medly/medly-components | test(forms): updates snapshot tests
affects: @medly-components/forms | 1 | test | forms |
730,428 | 22.06.2021 15:50:06 | 0 | 0cc9b5644aaa57e0446b0c12d9542ddc3031c4a2 | chore(release): 0.13.0 [skip ci] | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+## [0.13.0](https://github.com/webex/react-widgets/compare/v0.12.0...v0.13.0) (2021-06-22)\n+\n... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.13.0 [skip ci] | 1 | chore | release |
67,494 | 22.06.2021 15:50:49 | -7,200 | ce83a47686e831fbb958351042d4c9d823d382c6 | refactor(router): make component param 0 to fallback | [
{
"change_type": "MODIFY",
"diff": "@@ -198,8 +198,8 @@ export class ViewportContent extends EndpointContent {\n} catch (e) {\n// If there's a fallback component...\nif ((fallback ?? '') !== '') {\n- // ...set the failed component as parameter `id`...\n- this.instruction.parameters.set({ id: this.instructio... | TypeScript | MIT License | aurelia/aurelia | refactor(router): make component param 0 to fallback | 1 | refactor | router |
889,620 | 22.06.2021 15:54:02 | -28,800 | 55ec5a3478a16a790744d72757db82b515189c56 | refactor: use xml parser for jsoup | [
{
"change_type": "MODIFY",
"diff": "@@ -12,6 +12,7 @@ import org.gotson.komga.infrastructure.metadata.BookMetadataProvider\nimport org.gotson.komga.infrastructure.metadata.SeriesMetadataProvider\nimport org.gotson.komga.infrastructure.validation.BCP47TagValidator\nimport org.jsoup.Jsoup\n+import org.jsoup.p... | Kotlin | MIT License | gotson/komga | refactor: use xml parser for jsoup | 1 | refactor | null |
401,147 | 22.06.2021 15:54:41 | -19,080 | b40d8ba05105a47e904d2ab204864976046a4d21 | fix: min-width issue for all the form fields
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -40,6 +40,7 @@ To open the calendar click on the icon inside the datepicker component and to cl\nonChange={setDate}\nfullWidth={boolean('Full Width', false)}\nsize={select('Size', sizes, 'M')}\n+ minWidth={text('Min Width', '20rem')}\ndisplayFormat={select('Display For... | TypeScript | MIT License | medly/medly-components | fix: min-width issue for all the form fields
affects: @medly-components/core, @medly-components/forms | 1 | fix | null |
889,620 | 22.06.2021 15:54:51 | -28,800 | 7a566326b089e6ce91fc5c660b2c03a374306616 | fix: epub parsing namespace issue | [
{
"change_type": "MODIFY",
"diff": "@@ -51,16 +51,19 @@ class EpubMetadataProvider(\nval description = opf.selectFirst(\"metadata > dc|description\")?.text()?.let { Jsoup.clean(it, Whitelist.none()) }?.ifBlank { null }\nval date = opf.selectFirst(\"metadata > dc|date\")?.text()?.let { parseDate(it) }\n- val... | Kotlin | MIT License | gotson/komga | fix: epub parsing namespace issue | 1 | fix | null |
897,067 | 22.06.2021 15:59:46 | -32,400 | 483383ef699011e9fb03c97b73d565dd754a1d34 | chore: create release page with release | [
{
"change_type": "MODIFY",
"diff": "\"preinitial:release\": \"yarn prerelease\",\n\"initial:release\": \"lerna publish from-package --conventional-commits\",\n\"prerelease\": \"npm-run-all -s build -p lint test\",\n- \"release\": \"lerna publish --conventional-commits\",\n+ \"release\": \"lerna publish --co... | TypeScript | MIT License | kintone/js-sdk | chore: create release page with release (#970) | 1 | chore | null |
342,861 | 22.06.2021 16:12:41 | -7,200 | 3d4beeb4fc02aecebe5f13b8afc5ab0c788a77d6 | fix(InputField): add aria-required | [
{
"change_type": "MODIFY",
"diff": "@@ -212,9 +212,11 @@ Suffix.defaultProps = {\n};\nexport const Input: any = styled(\n- React.forwardRef(({ type, size, theme, error, help, inlineLabel, dataAttrs, ...props }, ref) => (\n- <input type={getDOMType(type)} {...props} {...dataAttrs} ref={ref} />\n- )),\n+ Reac... | JavaScript | MIT License | kiwicom/orbit | fix(InputField): add aria-required | 1 | fix | InputField |
342,861 | 22.06.2021 16:15:34 | -7,200 | 824ff73ec25e885839bf1b5a9996f8169c8cb3d5 | feat(InputFile): add aria-required | [
{
"change_type": "MODIFY",
"diff": "@@ -214,6 +214,8 @@ Suffix.defaultProps = {\nexport const Input: any = styled(\nReact.forwardRef(\n({ type, size, theme, error, help, inlineLabel, dataAttrs, required, ...props }, ref) => (\n+ // aria-required is passed to make the field required for screen-reader\n+ // w... | JavaScript | MIT License | kiwicom/orbit | feat(InputFile): add aria-required | 1 | feat | InputFile |
777,374 | 22.06.2021 16:17:44 | 25,200 | 1d5eb3b048424d037e6fcbc964f0c94261019f69 | fix: ignore an error with terminated master when deleting AWS stacks.
In user has terminated the master instance manually which
caused `det deploy aws down` to fail. We should ignore errors in instance
stopping, because it's going to be deleted anyhow. | [
{
"change_type": "MODIFY",
"diff": "@@ -12,6 +12,11 @@ from determined.deploy.aws import constants\n# will not fail CI.\nNUM_WAITS = 5\n+DELETE_MASTER_IGNORE_ERRORS = (\n+ \"IncorrectInstanceState\",\n+ \"InvalidInstanceID.NotFound\",\n+)\n+\ndef get_user(boto3_session: boto3.session.Session) -> str:\nsts =... | Python | Apache License 2.0 | determined-ai/determined | fix: ignore an error with terminated master when deleting AWS stacks. (#2592)
- In #2588, user has terminated the master instance manually which
caused `det deploy aws down` to fail. We should ignore errors in instance
stopping, because it's going to be deleted anyhow. | 1 | fix | null |
889,620 | 22.06.2021 17:08:34 | -28,800 | 6c34794a505ca1fbfdc25593caced45037b85cb9 | fix: some images could be missing from epub files
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -40,9 +40,14 @@ class EpubExtractor(\n.map { opfDir?.resolve(it)?.normalize() ?: Paths.get(it) }\n.flatMap { pagePath ->\nval doc = zip.getInputStream(zip.getEntry(pagePath.separatorsToUnix())).use { Jsoup.parse(it, null, \"\") }\n- doc.getElementsByTag(\"img\")\n+\n+ ... | Kotlin | MIT License | gotson/komga | fix: some images could be missing from epub files
closes #556 | 1 | fix | null |
342,861 | 22.06.2021 17:45:47 | -7,200 | 724ed27358b49b2434652683dc814d89ac887469 | feat(docs): open search by keyboard | [
{
"change_type": "MODIFY",
"diff": "\"rehype-stringify\": \"^8.0.0\",\n\"remark-deflist\": \"^0.3.0\",\n\"tailwindcss\": \"^2.1.1\",\n+ \"tinykeys\": \"^1.2.0\",\n\"to-vfile\": \"^6.1.0\",\n\"unified\": \"^9.2.0\",\n\"unist-util-visit\": \"^2.0.3\",\n",
"new_path": "docs/package.json",
"old_path": "... | JavaScript | MIT License | kiwicom/orbit | feat(docs): open search by keyboard | 1 | feat | docs |
777,366 | 22.06.2021 18:21:19 | 14,400 | 78439852bb3bb672abc03e91a9bc52bc014de568 | feat: support nested HPs
* feat: support nested HPs
* Revert "feat: support nested HPs"
This reverts commit
* new implemented with nesting in Hyperparameter instead of Hyperparameters
* address comments
* address comments
* address comments
* address comments
* cleanup | [
{
"change_type": "MODIFY",
"diff": "@@ -245,7 +245,10 @@ def create_experiment(\ndef generate_random_hparam_values(hparam_def: Dict[str, Any]) -> Dict[str, Any]:\ndef generate_random_value(hparam: Any) -> Any:\nif isinstance(hparam, Dict):\n- if hparam[\"type\"] == \"const\":\n+ if \"type\" not in hparam:\n... | Python | Apache License 2.0 | determined-ai/determined | feat: support nested HPs [DET-4785] (#2508)
* feat: support nested HPs
* Revert "feat: support nested HPs"
This reverts commit 18608d0582ed3e008393a42dea2f314f4c91eae2.
* new implemented with nesting in Hyperparameter instead of Hyperparameters
* address comments
* address comments
* address comments... | 1 | feat | null |
815,609 | 22.06.2021 18:21:21 | -28,800 | 95e53bb1640f98c99be235e4ee53352383ad4178 | refactor(hardfork): rename JSON RPC field "uncles_hash" to "extra_hash"
BREAKING CHANGE: The field "uncles_hash" in "header" will be renamed to "extra_hash" for all JSON
RPC methods, since after hardfork, "uncles_hash" in "header" will be replaced by "extra_hash". | [
{
"change_type": "MODIFY",
"diff": "@@ -292,6 +292,7 @@ Response\n\"compact_target\": \"0x1e083126\",\n\"dao\": \"0xb5a3e047474401001bc476b9ee573000c0c387962a38000000febffacf030000\",\n\"epoch\": \"0x7080018000001\",\n+ \"extra_hash\": \"0x0000000000000000000000000000000000000000000000000000000000000000\",\... | Rust | MIT License | nervosnetwork/ckb | refactor(hardfork): rename JSON RPC field "uncles_hash" to "extra_hash"
BREAKING CHANGE: The field "uncles_hash" in "header" will be renamed to "extra_hash" for all JSON
RPC methods, since after hardfork, "uncles_hash" in "header" will be replaced by "extra_hash". | 1 | refactor | hardfork |
667,713 | 22.06.2021 18:38:42 | -28,800 | 01e1d5d6b20c90ffa9690e6592876361e7de1543 | fix(android): warnings for minSdkVersion 19 | [
{
"change_type": "MODIFY",
"diff": "@@ -31,6 +31,7 @@ import java.io.InputStream;\nimport java.io.UnsupportedEncodingException;\nimport java.nio.ByteBuffer;\nimport java.nio.charset.Charset;\n+import java.nio.charset.StandardCharsets;\nimport java.util.Locale;\nimport android.content.Context;\n@@ -132,7 +13... | C++ | Apache License 2.0 | tencent/hippy | fix(android): warnings for minSdkVersion 19 | 1 | fix | android |
71,371 | 22.06.2021 18:53:21 | -7,200 | e5c0d59c50afa881315ed65d45a4cca757833acf | fix(amplify): deployment does not remove basic auth
Removing the `BasicAuthConfig` property from the template doesn't remove
the basic auth. Explicitely set `EnableBasicAuth` to `false` instead.
Closes
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | [
{
"change_type": "MODIFY",
"diff": "@@ -215,7 +215,9 @@ export class App extends Resource implements IApp, iam.IGrantable {\naccessToken: sourceCodeProviderOptions?.accessToken?.toString(),\nautoBranchCreationConfig: props.autoBranchCreation && {\nautoBranchCreationPatterns: props.autoBranchCreation.pattern... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(amplify): deployment does not remove basic auth (#15243)
Removing the `BasicAuthConfig` property from the template doesn't remove
the basic auth. Explicitely set `EnableBasicAuth` to `false` instead.
Closes #15028
----
*By submitting this pull request, I confirm that my contribution is made under the t... | 1 | fix | amplify |
551,636 | 22.06.2021 18:57:02 | -3,600 | 5abad15a1fea05e7232dc3d3fe8c6ba3a4f2e6dc | fix(ilp): fixed TCP buffer underflow when space (' ') is escaped | [
{
"change_type": "MODIFY",
"diff": "@@ -209,36 +209,12 @@ public class LineProtoSender extends AbstractCharSink implements Closeable {\npublic LineProtoSender tag(CharSequence tag, CharSequence value) {\nif (hasMetric) {\n- put(',').putNameEscaped(tag).put('=').encodeUtf8(value);\n+ put(',').encodeUtf8(tag)... | Java | Apache License 2.0 | questdb/questdb | fix(ilp): fixed TCP buffer underflow when space (' ') is escaped (#1143) | 1 | fix | ilp |
791,690 | 22.06.2021 18:58:02 | 18,000 | 9dba65a431081f763006c7908201990a26f31d11 | core(preload): temporarily disable all preload advice | [
{
"change_type": "MODIFY",
"diff": "@@ -41,17 +41,19 @@ module.exports = [\n},\n},\n'uses-rel-preload': {\n- score: '<1',\n- numericValue: '>500',\n- warnings: {\n- 0: /level-2.*warning/,\n- length: 1,\n- },\n- details: {\n- items: {\n- length: 1,\n- },\n- },\n+ scoreDisplayMode: 'notApplicable',\n+ // Disa... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(preload): temporarily disable all preload advice (#12661) | 1 | core | preload |
869,315 | 22.06.2021 19:11:47 | -7,200 | 01b4af1c9f4d7e8f226d893e1025c316becc9378 | feat: stormgain driver | [
{
"change_type": "MODIFY",
"diff": "@@ -280,6 +280,7 @@ exports.Sparkdex = require('./sparkdex');\nexports.Squirrex = require('./squirrex');\nexports.Stellarport = require('./stellarport');\nexports.Stex = require('./stex');\n+exports.Stormgain = require('./stormgain');\nexports.Surface = require('./surface... | JavaScript | MIT License | coinranking/exchanges | feat: stormgain driver | 1 | feat | null |
217,922 | 22.06.2021 19:13:47 | -7,200 | 6006eae2f48a79f8e7c662a4206fa1667a1ca2a5 | fix(auth): fixed a bug preventing anonymous users from creating lists or using the simulator | [
{
"change_type": "MODIFY",
"diff": "@@ -229,7 +229,7 @@ export class AuthFacade {\n}\nreturn [8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18].map(jobId => {\nconst set = (data.stats || []).find(stat => stat.jobId === jobId);\n- const jobEntry = (data.character.ClassJobs || [] as any).find(job => job.JobID === job... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(auth): fixed a bug preventing anonymous users from creating lists or using the simulator | 1 | fix | auth |
217,922 | 22.06.2021 19:29:21 | -7,200 | 3ec3dba88ac3cde4de39f9593a53eb4f605849ed | fix(desktop): load opcodes from github if not loading from CN region | [
{
"change_type": "MODIFY",
"diff": "},\n\"private\": true,\n\"dependencies\": {\n- \"@ffxiv-teamcraft/pcap-ffxiv\": \"^0.5.5\",\n+ \"@ffxiv-teamcraft/pcap-ffxiv\": \"^0.5.6\",\n\"buffer-reader\": \"^0.1.0\",\n\"electron-is-dev\": \"^1.1.0\",\n\"electron-log\": \"^3.0.6\",\n",
"new_path": "package.json",... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(desktop): load opcodes from github if not loading from CN region | 1 | fix | desktop |
777,422 | 22.06.2021 22:18:48 | 25,200 | e155278f723cbdc198a95524d034e4a78b1267bd | feat: set torch profiler in torch trials | [
{
"change_type": "MODIFY",
"diff": "@@ -822,7 +822,7 @@ jobs:\n- helm/install-helm-client\n- setup-python-venv:\ndetermined: true\n- extras-requires: \"tensorflow==2.4.1 torch==1.8\"\n+ extras-requires: \"tensorflow==2.4.1 torch==1.8.1\"\nmodel-hub: true\nextra-requirements-file: \"docs/requirements.txt\"\n... | Python | Apache License 2.0 | determined-ai/determined | feat: set torch profiler in torch trials [DET-5549] (#2607) | 1 | feat | null |
103,486 | 22.06.2021 22:25:02 | -28,800 | 1c071d99f2c5489c66f8ed9664206c40b0459804 | docs: add YumMeals app to showcase page | [
{
"change_type": "ADD",
"diff": "Binary files /dev/null and b/docs/assets/showcase/yummeals.png differ\n",
"new_path": "docs/assets/showcase/yummeals.png",
"old_path": "docs/assets/showcase/yummeals.png"
},
{
"change_type": "MODIFY",
"diff": "@@ -28,6 +28,12 @@ const data: Data[] = [\nio... | TypeScript | MIT License | callstack/react-native-paper | docs: add YumMeals app to showcase page (#2770) | 1 | docs | null |
306,660 | 22.06.2021 22:42:01 | -19,080 | e2967a7bff7fe28e5a85bba33ef55f23abecee62 | fix(Collapsible): fixes expanded state on initial render
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -41,7 +41,7 @@ export const Collapsible = (props: CollapsibleProps) => {\nonToggle,\n} = props;\n- const [isClicked, setIsClicked] = React.useState(false);\n+ const [isClicked, setIsClicked] = React.useState(true);\nconst [seperator, setSeperator] = React.useState(fals... | TypeScript | MIT License | innovaccer/design-system | fix(Collapsible): fixes expanded state on initial render
Closes #737 | 1 | fix | Collapsible |
306,320 | 22.06.2021 23:36:14 | -3,600 | 9771d6b2ecafcb6843e09b53e8cf143e867cccae | fix(azure): update regexes so they work with more regex engines
This updates it so it works with Azure CosmosDB | [
{
"change_type": "MODIFY",
"diff": "@@ -65,7 +65,7 @@ func linuxVirtualMachineCostComponent(region string, instanceType string) *schem\nService: strPtr(\"Virtual Machines\"),\nProductFamily: strPtr(\"Compute\"),\nAttributeFilters: []*schema.AttributeFilter{\n- {Key: \"skuName\", ValueRegex: strPtr(\"/.*(?<!... | Go | Apache License 2.0 | infracost/infracost | fix(azure): update regexes so they work with more regex engines (#827)
This updates it so it works with Azure CosmosDB | 1 | fix | azure |
104,866 | 22.06.2021 23:49:25 | 14,400 | eada8c3077b9bd57699366c7584de5532454f2dd | fix(datetimepicker): adjust react styles to better match the design | [
{
"change_type": "MODIFY",
"diff": "@@ -780,7 +780,7 @@ const DateTimePicker = ({\n})}\n</OrderedList>\n) : (\n- <div>\n+ <div className={`${iotPrefix}--date-time-picker__custom-wrapper`}>\n{showRelativeOption ? (\n<FormGroup\nlegendText={strings.customRangeLabel}\n@@ -816,6 +816,7 @@ const DateTimePicker =... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(datetimepicker): adjust react styles to better match the design | 1 | fix | datetimepicker |
791,400 | 23.06.2021 00:02:47 | 14,400 | 564102b335dbfb558bec8af883e5f898efb5dd10 | fix(storage): try to reopen for failed Reads
Errors from reading the response body in Reader.Read will now always trigger a reopen() call (unless the context has been canceled). Previously, this was limited to only INTERNAL_ERROR from HTTP/2.
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -3178,6 +3178,54 @@ func TestIntegration_ReaderAttrs(t *testing.T) {\n}\n}\n+// Test that context cancellation correctly stops a download before completion.\n+func TestIntegration_ReaderCancel(t *testing.T) {\n+ ctx := context.Background()\n+ client := testConfig(ctx, ... | Go | Apache License 2.0 | googleapis/google-cloud-go | fix(storage): try to reopen for failed Reads (#4226)
Errors from reading the response body in Reader.Read will now always trigger a reopen() call (unless the context has been canceled). Previously, this was limited to only INTERNAL_ERROR from HTTP/2.
Fixes #3040 | 1 | fix | storage |
730,451 | 23.06.2021 00:13:19 | 14,400 | 19d92a81ecfa748ccd64b49b23b8773297a0aa30 | fix(plugin-meetings): emit meeting:self:lobbyWaiting and meeting:self:guestAdmitted for webex meeting | [
{
"change_type": "MODIFY",
"diff": "@@ -3,6 +3,7 @@ import {\n_IDLE_,\n_JOINED_,\n_CALL_,\n+ _WAIT_,\n_LEFT_,\nMEETING_END_REASON,\nMEDIA_STATE,\n@@ -205,13 +206,13 @@ SelfUtils.wasMediaInactiveOrReleased = (oldSelf = {}, changedSelf) => oldSelf.jo\n* @param {Object} check\n* @returns {Boolean}\n*/\n-SelfUt... | JavaScript | MIT License | webex/webex-js-sdk | fix(plugin-meetings): emit meeting:self:lobbyWaiting and meeting:self:guestAdmitted for webex meeting | 1 | fix | plugin-meetings |
777,366 | 23.06.2021 00:17:03 | 14,400 | 2d15a011dd3dfa1f1b16497122a6ffdd7e4bcf9d | fix: transformers links in example READMEs | [
{
"change_type": "MODIFY",
"diff": "# Multiple Choice\n-This example mirrors the [multiple choice example](https://github.com/huggingface/transformers/tree/master/examples/multiple-choice) from the original huggingface transformers repo for finetuning on the SWAG dataset.\n+This example mirrors the [multipl... | Python | Apache License 2.0 | determined-ai/determined | fix: transformers links in example READMEs (#2569) | 1 | fix | null |
104,866 | 23.06.2021 00:45:30 | 14,400 | 544b407f3935cdfe00981b2d3adbbf0e6a623ea1 | chore(datetimepicker): fix angular design defects | [
{
"change_type": "MODIFY",
"diff": "\"format:check\": \"prettier --check \\\"**/*.{scss,css,js,jsx,md,ts}\\\" --loglevel warn\",\n\"publish-npm\": \"bash ./scripts/release.sh\",\n\"version\": \"yarn format\",\n- \"storybook\": \"node ./scripts/storybook.js\"\n+ \"storybook\": \"node ./scripts/storybook.js\"... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(datetimepicker): fix angular design defects | 1 | chore | datetimepicker |
815,609 | 23.06.2021 01:22:28 | -28,800 | a07bddcb3513d589f6195f24e2ee8fb13ff443e8 | fix: miner panics since the future created by hyper 0.13 need tokio 0.2 runtime | [
{
"change_type": "MODIFY",
"diff": "@@ -895,6 +895,7 @@ dependencies = [\n\"serde\",\n\"serde_json\",\n\"tokio 1.7.0\",\n+ \"tokio-compat-02\",\n]\n[[package]]\n@@ -4835,6 +4836,20 @@ dependencies = [\n\"winapi 0.3.8\",\n]\n+[[package]]\n+name = \"tokio-compat-02\"\n+version = \"0.2.0\"\n+source = \"registr... | Rust | MIT License | nervosnetwork/ckb | fix: miner panics since the future created by hyper 0.13 need tokio 0.2 runtime | 1 | fix | null |
815,609 | 23.06.2021 02:17:08 | -28,800 | 50d09d0526dc41196e1cfffcdfaa7e7bb54fea6b | feat: give an unique id to each global runtime thread | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,10 @@ use ckb_logger::debug;\nuse ckb_spawn::Spawn;\nuse ckb_stop_handler::{SignalSender, StopHandler};\nuse core::future::Future;\n-use std::thread;\n+use std::{\n+ sync::atomic::{AtomicU32, Ordering},\n+ thread,\n+};\nuse tokio::runtime::Builder;\nuse tokio::... | Rust | MIT License | nervosnetwork/ckb | feat: give an unique id to each global runtime thread | 1 | feat | null |
749,548 | 23.06.2021 07:55:45 | 25,200 | b8650206c0b7000378dd825cdc0073a82bf5a8e3 | chore(changelog): add v8.38.0 [skip ci] | [
{
"change_type": "MODIFY",
"diff": "@@ -11,6 +11,25 @@ _Note: Gaps between patch versions are faulty, broken or test releases._\n<!-- DO NOT MODIFY BELOW THIS COMMENT -->\n<!-- insert-new-changelog-here -->\n+## v8.38.0 (2021-06-23)\n+\n+#### :rocket: New Feature\n+\n+- `accordions`\n+ - [#1120](https://git... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | chore(changelog): add v8.38.0 [skip ci] | 1 | chore | changelog |
777,419 | 23.06.2021 08:06:45 | -7,200 | cbd66ea2b5c9ac07b061552bfc4b5c3c1c16b240 | chore: make new webui header the default one | [
{
"change_type": "MODIFY",
"diff": "-import { Space, Tabs } from 'antd';\n-import React, { useCallback, useEffect, useMemo, useState } from 'react';\n-import { useHistory, useLocation, useParams } from 'react-router';\n+import { Tabs } from 'antd';\n+import React, { useCallback, useEffect, useState } from '... | Python | Apache License 2.0 | determined-ai/determined | chore: make new webui header the default one [DET-5683] (#2597) | 1 | chore | null |
889,620 | 23.06.2021 09:12:26 | -28,800 | e1741c34fa88d188f703fa2d85f005b50d0c475e | fix(epub): better isbn parsing | [
{
"change_type": "MODIFY",
"diff": "@@ -69,7 +69,7 @@ class EpubMetadataProvider(\n}\nval isbn = opf.select(\"metadata > dc|identifier\")\n- ?.map { it.text().removePrefix(\"isbn:\") }\n+ ?.map { it.text().toLowerCase().removePrefix(\"isbn:\") }\n?.mapNotNull { isbnValidator.validate(it) }\n?.firstOrNull()\... | Kotlin | MIT License | gotson/komga | fix(epub): better isbn parsing | 1 | fix | epub |
889,620 | 23.06.2021 09:12:59 | -28,800 | a6c19f6eee9a965ad470d7426a07f3a32b3c3890 | fix(epub): series title not always parsed properly
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -87,7 +87,7 @@ class EpubMetadataProvider(\noverride fun getSeriesMetadataFromBook(book: BookWithMedia): SeriesMetadataPatch? {\nif (book.media.mediaType != \"application/epub+zip\") return null\nepubExtractor.getPackageFile(book.book.path)?.let { packageFile ->\n- val... | Kotlin | MIT License | gotson/komga | fix(epub): series title not always parsed properly
closes #556 | 1 | fix | epub |
889,620 | 23.06.2021 09:13:32 | -28,800 | c25b9cf5f91e8cca404c53fbc2f481264b60dcaa | fix(epub): parse multiple dc:subjects for series genre | [
{
"change_type": "MODIFY",
"diff": "@@ -95,7 +95,9 @@ class EpubMetadataProvider(\n)?.text()?.ifBlank { null }\nval publisher = opf.selectFirst(\"metadata > dc|publisher\")?.text()?.ifBlank { null }\nval language = opf.selectFirst(\"metadata > dc|language\")?.text()?.ifBlank { null }\n- val genre = opf.sele... | Kotlin | MIT License | gotson/komga | fix(epub): parse multiple dc:subjects for series genre | 1 | fix | epub |
276,934 | 23.06.2021 09:15:57 | 10,800 | b42fdc48717b7f5203bde67f51265e02220b2fb5 | feat(event card): use theme reader | [
{
"change_type": "MODIFY",
"diff": "import React from 'react';\n-import styled, { withTheme } from 'styled-components';\n+import styled, { withTheme, css } from 'styled-components';\nimport { shape, string, bool, oneOfType, func } from 'prop-types';\nimport { Time } from '@gympass/yoga-icons';\nimport { Tou... | JavaScript | MIT License | gympass/yoga | feat(event card): use theme reader | 1 | feat | event card |
276,934 | 23.06.2021 09:16:46 | 10,800 | c25a87f5492f40ede9333cc1350447c8e9bca438 | feat(event card): remove margin bottom | [
{
"change_type": "MODIFY",
"diff": "@@ -1320,7 +1320,6 @@ exports[`<EventCard /> Snapshots should match snapshot of small EventCard active\n\"alignItems\": \"center\",\n\"height\": 16,\n\"justifyContent\": \"center\",\n- \"marginBottom\": 2,\n},\n]\n}\n@@ -2699,7 +2698,6 @@ exports[`<EventCard /> Snapshots ... | JavaScript | MIT License | gympass/yoga | feat(event card): remove margin bottom | 1 | feat | event card |
104,828 | 23.06.2021 09:21:40 | -7,200 | 6fa19eabf658760952b8b39192816bdfd901cf65 | fix(hotspoteditordatasourcetab): fixed custom labels for multiselect | [
{
"change_type": "MODIFY",
"diff": "@@ -98,7 +98,7 @@ const defaultProps = {\nexport const formatDataItemsForDropdown = (dataItems) =>\ndataItems?.map(({ dataSourceId, label }) => ({\nid: dataSourceId,\n- text: label,\n+ label,\n}));\nconst HotspotEditorDataSourceTab = ({\n@@ -139,6 +139,16 @@ const Hotspot... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(hotspoteditordatasourcetab): fixed custom labels for multiselect
#2391 | 1 | fix | hotspoteditordatasourcetab |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.