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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
780,866 | 22.12.2021 00:04:17 | 10,800 | 3d59421e03e256922a1faf20cfbf6f59c4318ee3 | build(template/deps): remove no more needed `bootswatch` pkg (source copied) | [
{
"change_type": "MODIFY",
"diff": "\"@ecomplus/widget-trustvox\": \"^2.2.6\",\n\"@ecomplus/widget-user\": \"^1.0.0-beta.105\",\n\"@glidejs/glide\": \"^3.5.2\",\n- \"bootswatch\": \"^4.6.1\",\n\"core-js\": \">=3.19.0 <3.21\",\n\"ejs\": \"^3.1.6\",\n\"eventemitter3\": \"^4.0.7\",\n",
"new_path": "@ecompl... | JavaScript | MIT License | ecomplus/storefront | build(template/deps): remove no more needed `bootswatch` pkg (source copied) | 1 | build | template/deps |
780,866 | 22.12.2021 00:06:24 | 10,800 | e997515d03c5cf6651ac6573f43b87d0cdc41d28 | ci(build-themes): build standalone and bundle versions for each themes combination :+1: | [
{
"change_type": "MODIFY",
"diff": "#!/usr/bin/env node\n-const sass = require('node-sass')\n+const sass = require('sass')\nconst path = require('path')\nconst fs = require('fs')\nconst ROOT_DIR = path.resolve(__dirname, '..')\n-let scssVars = ''\n-;[\n- '@ecomplus/storefront-twbs/scss/bootstrap/scss/_mixin... | JavaScript | MIT License | ecomplus/storefront | ci(build-themes): build standalone and bundle versions for each themes combination :+1: [#583]
https://github.com/ecomplus/storefront/issues/583 | 1 | ci | build-themes |
780,866 | 22.12.2021 00:07:11 | 10,800 | 50ef5864d49960afd9a12315b664762625d6b25d | ci(build-themes): use node v14 | [
{
"change_type": "MODIFY",
"diff": "@@ -26,7 +26,7 @@ jobs:\n- name: Setup Node\nuses: actions/setup-node@v2\nwith:\n- node-version: '12.x'\n+ node-version: '14.x'\n- name: Install dependencies\nrun: npm ci\n",
"new_path": ".github/workflows/build-themes.yml",
"old_path": ".github/workflows/build-th... | JavaScript | MIT License | ecomplus/storefront | ci(build-themes): use node v14 | 1 | ci | build-themes |
71,626 | 22.12.2021 01:07:12 | -3,600 | 002202fd7e32192214017772a99f9e17072bd0d8 | feat(docdb): allow setting log retention
Provide an option to configure the number of days log events are kept in CloudWatch Logs.
Properties `cloudwatchLogsRetention` and `cloudwatchLogsRetentionRole` are added to `DatabaseClusterProps`.
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": "@@ -130,5 +130,7 @@ const cluster = new DatabaseCluster(this, 'Database', {\n...,\nexportProfilerLogsToCloudWatch: true, // Enable sending profiler logs\nexportAuditLogsToCloudWatch: true, // Enable sending audit logs\n+ cloudWatchLogsRetention: logs.RetentionDays.THREE_M... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(docdb): allow setting log retention (#18120)
Provide an option to configure the number of days log events are kept in CloudWatch Logs.
Properties `cloudwatchLogsRetention` and `cloudwatchLogsRetentionRole` are added to `DatabaseClusterProps`.
Closes #13191.
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | feat | docdb |
306,652 | 22.12.2021 01:37:32 | -19,080 | ba6bc35b5fecad283b245f41a984d8283e29034b | feat(avatar): add support for three characters | [
{
"change_type": "ADD",
"diff": "+import * as React from 'react';\n+import classNames from 'classnames';\n+import { Text } from '@/index';\n+\n+const AvatarCount = (props: any) => {\n+ const { hiddenAvatarCount, avatarStyle } = props;\n+\n+ const ContentClass = classNames({\n+ [`Avatar-content--secondary`]:... | TypeScript | MIT License | innovaccer/design-system | feat(avatar): add support for three characters | 1 | feat | avatar |
915,055 | 22.12.2021 02:15:10 | 28,800 | 440e0b824289b821d82ac0add18a80a94c848323 | fix: version info nil on version api endpoint | [
{
"change_type": "MODIFY",
"diff": "@@ -32,6 +32,7 @@ type Registry interface {\nInit(ctx context.Context) error\n+ WithBuildInfo(v, h, d string) Registry\nWithConfig(c *config.Provider) Registry\nWithLogger(l *logrusx.Logger) Registry\n@@ -70,7 +71,7 @@ func NewRegistryFromDSN(ctx context.Context, c *confi... | Go | Apache License 2.0 | ory/hydra | fix: version info nil on version api endpoint (#2894) | 1 | fix | null |
471,369 | 22.12.2021 03:27:16 | 18,000 | c08efa82a38d3d5b4d0c51d712a39052317b9f74 | fix: fastify and browser autoinjection failed to compile | [
{
"change_type": "MODIFY",
"diff": "\"@material-ui/lab\": \"4.0.0-alpha.60\",\n\"@opentelemetry/context-zone\": \"1.0.1\",\n\"@opentelemetry/core\": \"1.0.1\",\n- \"@opentelemetry/exporter-otlp-http\": \"0.26.0\",\n+ \"@opentelemetry/exporter-trace-otlp-http\": \"0.27.0\",\n\"@opentelemetry/exporter-zipkin\... | TypeScript | Apache License 2.0 | open-telemetry/opentelemetry-js-contrib | fix: fastify and browser autoinjection failed to compile (#793) | 1 | fix | null |
841,421 | 22.12.2021 04:56:49 | -32,400 | 15cbe4fcaad7b7b2f7bcc9fd413594a18ede25d8 | fix(es/loader): Update `lru` | [
{
"change_type": "MODIFY",
"diff": "@@ -1129,9 +1129,9 @@ dependencies = [\n[[package]]\nname = \"lru\"\n-version = \"0.6.6\"\n+version = \"0.7.1\"\nsource = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"7ea2d928b485416e8908cff2d97d621db22b27f7b3b6729e438bcf42c671ba91\"\n+checksum... | Rust | Apache License 2.0 | swc-project/swc | fix(es/loader): Update `lru` (#3092) | 1 | fix | es/loader |
841,446 | 22.12.2021 07:30:52 | 0 | 7d57eb2dc490b4dd7c24c35f4a4df9c13f267d56 | feat(es/dep-graph): Add `DependencyDescriptor::dynamic_import_assertions` | [
{
"change_type": "MODIFY",
"diff": "@@ -29,6 +29,29 @@ pub enum DependencyKind {\nRequire,\n}\n+#[derive(Clone, Debug, Eq, PartialEq)]\n+pub enum DynamicImportAssertion {\n+ /// The value of this assertion could not be statically analyzed.\n+ Unknown,\n+ /// The value of this assertion is a statically analy... | Rust | Apache License 2.0 | swc-project/swc | feat(es/dep-graph): Add `DependencyDescriptor::dynamic_import_assertions` (#3095) | 1 | feat | es/dep-graph |
777,374 | 22.12.2021 08:45:45 | 28,800 | 31549d8b9ec084a758d73e5cc665e3f93454f01d | fix: default shell/cmd slots should be 1. | [
{
"change_type": "MODIFY",
"diff": "@@ -96,6 +96,10 @@ func (a *apiServer) getCommandLaunchParams(ctx context.Context, req *protoComman\n// Get the full configuration.\nconfig := model.DefaultConfig(&taskSpec.TaskContainerDefaults)\n+ // Copy discovered (default) resource pool name and slot count.\n+ config... | Python | Apache License 2.0 | determined-ai/determined | fix: default shell/cmd slots should be 1. (#3369) | 1 | fix | null |
551,636 | 22.12.2021 08:48:48 | 0 | 83dc5b5b0da70891bbbd932312371995f5a5a539 | chore(core): re-tagging DirectLongList instances with site of their use | [
{
"change_type": "MODIFY",
"diff": "@@ -220,6 +220,11 @@ public class CompactMap implements Map {\nreturn key;\n}\n+ @Override\n+ public void restoreInitialCapacity() {\n+ // no op\n+ }\n+\npublic long getKeyCapacity() {\nreturn keyCapacity;\n}\n",
"new_path": "core/src/main/java/io/questdb/cairo/map/Co... | Java | Apache License 2.0 | questdb/questdb | chore(core): re-tagging DirectLongList instances with site of their use (#1722) | 1 | chore | core |
889,620 | 22.12.2021 09:19:44 | -28,800 | ff358da59832c23b14a6c2f602b13e1ead44b576 | ci: don't setup java for webui test | [
{
"change_type": "MODIFY",
"diff": "@@ -66,11 +66,15 @@ jobs:\njava-package: 'jdk'\ndistribution: 'adopt'\ncache: 'gradle'\n- - name: npmBuild\n- run: ./gradlew npmBuild\n- - name: npmTest\n- run: npm run test:unit\n+ - name: npm install\n+ working-directory: komga-webui\n+ run: npm install\n+ - name: npm b... | Kotlin | MIT License | gotson/komga | ci: don't setup java for webui test | 1 | ci | null |
815,609 | 22.12.2021 09:37:42 | -28,800 | 6125f2ab1c35fd88bd8e2f09697cacd17fb5ea36 | chore(deps): bump lru from 0.6.6 to 0.7.1 | [
{
"change_type": "MODIFY",
"diff": "@@ -2712,9 +2712,9 @@ dependencies = [\n[[package]]\nname = \"lru\"\n-version = \"0.6.6\"\n+version = \"0.7.1\"\nsource = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"7ea2d928b485416e8908cff2d97d621db22b27f7b3b6729e438bcf42c671ba91\"\n+checksum... | Rust | MIT License | nervosnetwork/ckb | chore(deps): bump lru from 0.6.6 to 0.7.1 | 1 | chore | deps |
889,620 | 22.12.2021 10:13:59 | -28,800 | e60acb86ff4bc156f5b907e9688156cf2b2f9480 | fix(api): library scan is always highest priority | [
{
"change_type": "MODIFY",
"diff": "package org.gotson.komga.interfaces.api.rest\n+import org.gotson.komga.application.tasks.HIGHEST_PRIORITY\nimport org.gotson.komga.application.tasks.HIGH_PRIORITY\nimport org.gotson.komga.application.tasks.TaskReceiver\nimport org.gotson.komga.domain.model.DirectoryNotFou... | Kotlin | MIT License | gotson/komga | fix(api): library scan is always highest priority | 1 | fix | api |
889,620 | 22.12.2021 10:25:58 | -28,800 | a3d0a2b567ec13e42f2c6282dda3ac8755be7e9a | refactor: remove unused lambda parameter | [
{
"change_type": "MODIFY",
"diff": "@@ -214,7 +214,7 @@ class ReadListController(\n@PathVariable(name = \"id\") id: String,\n@PathVariable(name = \"thumbnailId\") thumbnailId: String,\n) {\n- readListRepository.findByIdOrNull(id, principal.user.getAuthorizedLibraryIds(null))?.let { readList ->\n+ readListRe... | Kotlin | MIT License | gotson/komga | refactor: remove unused lambda parameter | 1 | refactor | null |
942,629 | 22.12.2021 10:27:03 | 25,200 | fc3c208e04db87adb542357759eda7ed5642190f | docs: Add CookieBanner example
Resolves:
[category:Documentation] | [
{
"change_type": "ADD",
"diff": "+import {Meta, Story} from '@storybook/addon-docs/blocks';\n+import {Basic} from './examples/CookieBanner';\n+\n+<Meta title=\"Examples/CookieBanner/React\" />\n+\n+# Canvas Kit Examples\n+\n+## CookieBanner\n+\n+<ExampleCodeBlock code={Basic} />\n",
"new_path": "modules... | TypeScript | Apache License 2.0 | workday/canvas-kit | docs: Add CookieBanner example (#1402)
Resolves: #1393
[category:Documentation] | 1 | docs | null |
269,464 | 22.12.2021 10:49:03 | 10,800 | eb8d66f6fd735f23ad4b1208c0491d12912f4586 | fix: missing checksum signing | [
{
"change_type": "MODIFY",
"diff": "@@ -210,6 +210,7 @@ signs:\n- COSIGN_EXPERIMENTAL=1\ncertificate: '${artifact}.pem'\noutput: true\n+ artifacts: checksum\nargs:\n- sign-blob\n- '--oidc-issuer={{if index .Env \"CI\"}}https://token.actions.githubusercontent.com{{else}}https://oauth2.sigstore.dev/auth{{end}... | Go | MIT License | goreleaser/goreleaser | fix: missing checksum signing
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> | 1 | fix | null |
777,369 | 22.12.2021 10:53:53 | 25,200 | ceb537d5f898ef81899cf58a84c866682917b53a | fix: negative slots per agent | [
{
"change_type": "MODIFY",
"diff": "@@ -222,10 +222,14 @@ const JupyterLabForm: React.FC<FormProps> = (\nconst selectedPool = resourcePools.find(pool => pool.name === fields.pool);\nif (!selectedPool) return { hasAux: false, hasCompute: false, maxSlots: 0 };\n+ /*\n+ * For static resource pools, the slots-p... | Python | Apache License 2.0 | determined-ai/determined | fix: negative slots per agent [DET-6357] (#3342) | 1 | fix | null |
889,620 | 22.12.2021 11:02:16 | -28,800 | 4cc1bb5a5412edc4b50d3af9bd44e44fc7fcc96f | build: update gradle to 7.3.2 | [
{
"change_type": "MODIFY",
"diff": "@@ -44,6 +44,6 @@ allprojects {\n}\ntasks.wrapper {\n- gradleVersion = \"7.0.2\"\n+ gradleVersion = \"7.3.2\"\ndistributionType = Wrapper.DistributionType.ALL\n}\n",
"new_path": "build.gradle.kts",
"old_path": "build.gradle.kts"
},
{
"change_type": "MODIFY... | Kotlin | MIT License | gotson/komga | build: update gradle to 7.3.2 | 1 | build | null |
889,620 | 22.12.2021 11:03:43 | -28,800 | 550c936499534ce1af7c318cb7238545eaa731fe | build: specify java compat | [
{
"change_type": "MODIFY",
"diff": "@@ -112,6 +112,10 @@ dependencies {\nval webui = \"$rootDir/komga-webui\"\ntasks {\n+ withType<JavaCompile> {\n+ sourceCompatibility = \"1.8\"\n+ targetCompatibility = \"1.8\"\n+ }\nwithType<KotlinCompile> {\nkotlinOptions {\njvmTarget = \"1.8\"\n",
"new_path": "komga... | Kotlin | MIT License | gotson/komga | build: specify java compat | 1 | build | null |
889,620 | 22.12.2021 11:04:38 | -28,800 | 9d09c2bc4317679ca574606b56dc8146ac5eaa73 | build: update to kotlin 1.6.10 | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,7 @@ import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask\nplugins {\nrun {\n- val kotlinVersion = \"1.5.20\"\n+ val kotlinVersion = \"1.6.10\"\nkotlin(\"jvm\") version kotlinVersion\nkotlin(\"plugin.spring\") version kotlinVersion\nkotlin(\... | Kotlin | MIT License | gotson/komga | build: update to kotlin 1.6.10 | 1 | build | null |
889,620 | 22.12.2021 11:05:11 | -28,800 | a93f2d8597ebcf0299e93e6de257138c32441715 | ci: test on jdk17 | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ jobs:\nruns-on: ubuntu-latest\nstrategy:\nmatrix:\n- java: [ 8, 11 ]\n+ java: [ 8, 11, 17 ]\nname: Test JDK ${{ matrix.java }}\nsteps:\n- uses: actions/checkout@v2\n",
"new_path": ".github/workflows/ci.yml",
"old_path": ".github/workflows/ci.yml"
... | Kotlin | MIT License | gotson/komga | ci: test on jdk17 | 1 | ci | null |
126,295 | 22.12.2021 11:13:22 | -3,600 | 549db3ee3807f7d0f79dc169d42f15fd281c2c8e | fix(pkg/stdlib): fix last insert id generation | [
{
"change_type": "MODIFY",
"diff": "@@ -173,6 +173,7 @@ func (r *Rows) ColumnTypeScanType(index int) reflect.Type {\n}\nfunc (r *Rows) Close() error {\n+ // no reader here\nreturn nil\n}\n@@ -332,11 +333,12 @@ type RowsAffected struct {\n}\nfunc (rows RowsAffected) LastInsertId() (int64, error) {\n- // TODO... | Go | Apache License 2.0 | codenotary/immudb | fix(pkg/stdlib): fix last insert id generation
Signed-off-by: Michele Meloni <cleaversdev@gmail.com> | 1 | fix | pkg/stdlib |
889,620 | 22.12.2021 11:34:36 | -28,800 | 3831baddfcaa2000de1791ea89b1643e618afb16 | build: update ktlint plugin | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ plugins {\nkotlin(\"plugin.spring\") version kotlinVersion\nkotlin(\"kapt\") version kotlinVersion\n}\n- id(\"org.jlleitschuh.gradle.ktlint\") version \"10.1.0\"\n+ id(\"org.jlleitschuh.gradle.ktlint\") version \"10.2.0\"\nid(\"com.github.ben-manes.version... | Kotlin | MIT License | gotson/komga | build: update ktlint plugin | 1 | build | null |
306,338 | 22.12.2021 11:52:00 | -3,600 | 5635139b95af31bdd586fe554bd129d3897fdce5 | fix: do not send run results to Dashboard when using self-hosted CPAPI
With self-hosted Cloud Pricing API the request to Infracost Dashboard
will not be authenticated. | [
{
"change_type": "MODIFY",
"diff": "@@ -50,7 +50,7 @@ func NewDashboardAPIClient(ctx *config.RunContext) *DashboardAPIClient {\napiKey: ctx.Config.APIKey,\nuuid: ctx.UUID(),\n},\n- dashboardEnabled: ctx.Config.EnableDashboard,\n+ dashboardEnabled: ctx.Config.EnableDashboard && !ctx.Config.IsSelfHosted(),\n}... | Go | Apache License 2.0 | infracost/infracost | fix: do not send run results to Dashboard when using self-hosted CPAPI
With self-hosted Cloud Pricing API the request to Infracost Dashboard
will not be authenticated. | 1 | fix | null |
889,620 | 22.12.2021 12:01:37 | -28,800 | dbcf7923a90576918c65e7df7971e6dced9f7b5a | refactor: use property syntax | [
{
"change_type": "MODIFY",
"diff": "@@ -193,7 +193,7 @@ class ReadListDaoTest(\nassertThat(bookIds.values)\n.hasSize(1)\n.containsExactly(bookLibrary1.id)\n- assertThat(filtered).isTrue()\n+ assertThat(filtered).isTrue\n}\nassertThat(foundLibrary1Unfiltered).hasSize(2)\n@@ -202,7 +202,7 @@ class ReadListDao... | Kotlin | MIT License | gotson/komga | refactor: use property syntax | 1 | refactor | null |
96,857 | 22.12.2021 12:03:51 | -3,600 | c8e33ff6f961aa4c4d2aaa03e63a432e4b1ba149 | test(a11y): add basic test scenario | [
{
"change_type": "MODIFY",
"diff": "\"integrity\": \"sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==\",\n\"dev\": true\n},\n+ \"axe-core\": {\n+ \"version\": \"4.4.2\",\n+ \"resolved\": \"https://registry.npmjs.org/axe-core/-/axe-core-4.4.2.tgz\",\n+ \"integri... | JavaScript | MIT License | bpmn-io/bpmn-js-properties-panel | test(a11y): add basic test scenario | 1 | test | a11y |
711,597 | 22.12.2021 12:11:12 | -3,600 | 498a5c68e7eba59ab8f55c0714c51d161539306c | fix(core): Restore deleted superadmin entities
Relates to | [
{
"change_type": "MODIFY",
"diff": "@@ -230,6 +230,32 @@ export class AdministratorService {\nlastName: 'Admin',\nroleIds: [superAdminRole.id],\n});\n+ } else {\n+ const superAdministrator = await this.connection.getRepository(Administrator).findOne({\n+ where: {\n+ user: superAdminUser,\n+ },\n+ });\n+ if ... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Restore deleted superadmin entities
Relates to #1307 | 1 | fix | core |
791,477 | 22.12.2021 12:17:15 | 28,800 | fc041e68fa44285e74bb54e749f78d3e778b1ee8 | test(compute): add group resize test, remove int64
add a test for b/208483578
remove int64 field test - GCP allows only 6 images per hour, so the test fails if we run it more than 6 times. | [
{
"change_type": "MODIFY",
"diff": "@@ -41,6 +41,7 @@ import (\nvar projectId = testutil.ProjID()\nvar defaultZone = \"us-central1-a\"\n+var image = \"projects/debian-cloud/global/images/family/debian-10\"\nfunc TestCreateGetPutPatchListInstance(t *testing.T) {\nif testing.Short() {\n@@ -70,7 +71,7 @@ func ... | Go | Apache License 2.0 | googleapis/google-cloud-go | test(compute): add group resize test, remove int64 (#5238)
- add a test for b/208483578
- remove int64 field test - GCP allows only 6 images per hour, so the test fails if we run it more than 6 times. | 1 | test | compute |
603,467 | 22.12.2021 12:19:36 | -3,600 | 68b59e82caf05ecaa4f947e2a5741627a9d78831 | test(integration): removed .only commited by accident | [
{
"change_type": "MODIFY",
"diff": "@@ -44,7 +44,7 @@ describe('PageElement', () => {\nEnsure.that(PageElement.locatedByCssContainingText('li.todo', 'Coffee').isPresent(), isTrue()),\n));\n- it.only('can locate an element by css containing text, where the selector or text are provided as questions', () =>\n... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | test(integration): removed .only commited by accident | 1 | test | integration |
688,513 | 22.12.2021 13:02:45 | -3,600 | a4fdc617ac1278499573d17926b249ced845b7f7 | style(OutlinedInput): update disabled input text color | [
{
"change_type": "ADD",
"diff": "+---\n+'@toptal/picasso': patch\n+---\n+\n+Fix of text color of disabled form input. The new color is grey.main2 (#84888E).\n",
"new_path": ".changeset/swift-badgers-appear.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "Binary files a/packag... | TypeScript | MIT License | toptal/picasso | style(OutlinedInput): update disabled input text color (#2339) | 1 | style | OutlinedInput |
317,646 | 22.12.2021 13:17:17 | -3,600 | 62b2a5cb165de0ccfb9309798db50808751bbc9d | fix(pwsh): do not trim paths
resolves | [
{
"change_type": "MODIFY",
"diff": "@@ -39,8 +39,8 @@ function global:Set-PoshContext {}\nfunction global:Get-PoshContext {\n$config = $env:POSH_THEME\n- $cleanPWD = $PWD.ProviderPath.TrimEnd(\"\\\")\n- $cleanPSWD = $PWD.ToString().TrimEnd(\"\\\")\n+ $cleanPWD = $PWD.ProviderPath\n+ $cleanPSWD = $PWD.ToStri... | Go | MIT License | jandedobbeleer/oh-my-posh | fix(pwsh): do not trim paths
resolves #1477 | 1 | fix | pwsh |
317,646 | 22.12.2021 13:22:59 | -3,600 | 6424f23db8def8c6b7d4804c68e437233bff8e32 | chore: add twitter info | [
{
"change_type": "MODIFY",
"diff": "[![PS Gallery][psgallery-badge]][powershell-gallery]\n![GitHub Downloads][gh-downloads]\n+![Twitter][twitter]\n+\nWhat started as the offspring of [oh-my-posh2][oh-my-posh2] for PowerShell resulted in a cross platform,\nhighly customizable and extensible prompt theme engi... | Go | MIT License | jandedobbeleer/oh-my-posh | chore: add twitter info | 1 | chore | null |
711,597 | 22.12.2021 13:35:03 | -3,600 | a1debffb66135252902708263e55c4680c20f226 | fix(core): Prevent removal of sole SuperAdmin
Relates to | [
{
"change_type": "MODIFY",
"diff": "import { SUPER_ADMIN_USER_IDENTIFIER } from '@vendure/common/lib/shared-constants';\nimport { createTestEnvironment } from '@vendure/testing';\n+import { fail } from 'assert';\nimport gql from 'graphql-tag';\nimport path from 'path';\n@@ -150,6 +151,48 @@ describe('Admini... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Prevent removal of sole SuperAdmin
Relates to #1307 | 1 | fix | core |
711,597 | 22.12.2021 13:43:26 | -3,600 | 2bc6f4db48f7f662262677de1d13788775679d4f | fix(admin-ui): Fix broken Zone creation dialog
Fixes | [
{
"change_type": "MODIFY",
"diff": "<ng-template vdrDialogButtons>\n<button type=\"button\" class=\"btn\" (click)=\"cancel()\">{{ 'common.cancel' | translate }}</button>\n- <button type=\"submit\" (click)=\"save()\" [disabled]=\"!zone.name\" class=\"btn btn-primary\">\n+ <button type=\"submit\" (click)=\"sa... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(admin-ui): Fix broken Zone creation dialog
Fixes #1309 | 1 | fix | admin-ui |
217,922 | 22.12.2021 13:50:20 | -3,600 | 623b577cb85a489764afa6da48d3b1204a1bd278 | chore: hotfix for alarm issues | [
{
"change_type": "MODIFY",
"diff": "@@ -132,7 +132,7 @@ export class AlarmsFacade {\nprivate itemPatch: LazyData['itemPatch'];\n- private patches: XivapiPatch[];\n+ private patches: XivapiPatch[] = [];\nprivate legendaryFish: LazyData['legendaryFish'];\n@@ -571,9 +571,9 @@ export class AlarmsFacade {\n}\npr... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: hotfix for alarm issues | 1 | chore | null |
317,646 | 22.12.2021 14:00:21 | -3,600 | 2e95b6a8e0440711cf3b2107198b9d7f64e8370d | docs: add Twitter link to header | [
{
"change_type": "MODIFY",
"diff": "@@ -45,6 +45,12 @@ module.exports = {\n'aria-label': 'GitHub repository',\nposition: \"right\",\n},\n+ {\n+ href: \"https://twitter.com/jandedobbeleer\",\n+ className: 'header-twitter-link',\n+ 'aria-label': 'Twitter',\n+ position: \"right\",\n+ }\n],\n},\nfooter: {\n",
... | Go | MIT License | jandedobbeleer/oh-my-posh | docs: add Twitter link to header | 1 | docs | null |
217,922 | 22.12.2021 14:02:52 | -3,600 | 157031913deff3cbae0568fcae250bc64f220e3c | fix(alarms-sidebar): fixed coords sometimes going too far in decimal accuracy | [
{
"change_type": "MODIFY",
"diff": "<div class=\"map\" *ngIf=\"row.alarm.mapId | closestAetheryte:row.alarm.coords | async as aetheryte\">\n{{aetheryte.nameid | i18nRow:'places' | i18n}}\n</div>\n- <div class=\"coords\">X:{{row.alarm.coords.x}} - Y: {{row.alarm.coords.y}}</div>\n+ <div class=\"coords\">X:{{... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(alarms-sidebar): fixed coords sometimes going too far in decimal accuracy | 1 | fix | alarms-sidebar |
160,177 | 22.12.2021 14:18:25 | -28,800 | 54977f090f4161ace6155d85234f0f201df7252d | feat: mvp use 1.0 | [
{
"change_type": "MODIFY",
"diff": "\"name\": \"mvp\",\n\"version\": \"0.1.0\",\n\"dependencies\": {\n- \"@logicflow/core\": \"^0.7.13-alpha.1\",\n- \"@logicflow/extension\": \"^0.7.13-alpha.1\",\n+ \"@logicflow/core\": \"^1.0.0-alpha.6\",\n+ \"@logicflow/extension\": \"^1.0.0-alpha.6\",\n\"core-js\": \"^3.... | TypeScript | Apache License 2.0 | didi/logicflow | feat: mvp use 1.0 | 1 | feat | null |
269,464 | 22.12.2021 14:36:51 | 10,800 | 8e3fa2cb3628cc01ee5d73a85a0a717228d1631f | fix(ci): dont need to sign sboms as we already sign the checksums | [
{
"change_type": "MODIFY",
"diff": "@@ -217,19 +217,6 @@ signs:\n- '--output-certificate=${certificate}'\n- '--output-signature=${signature}'\n- '${artifact}'\n-- id: sign-sboms\n- cmd: cosign\n- env:\n- - COSIGN_EXPERIMENTAL=1\n- certificate: '${artifact}.pem'\n- output: true\n- args:\n- - sign-blob\n- - '... | Go | MIT License | goreleaser/goreleaser | fix(ci): dont need to sign sboms as we already sign the checksums
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> | 1 | fix | ci |
667,705 | 22.12.2021 14:36:52 | 0 | 3712e2843fa610eaef629808cf8e016374faaebb | chore(v8): update V8 to 9.7-lkgr@96e2674d
Ref-URL: v8/v8@96e2674d6126c2ae64d44024aaa7968c853ac4a2
Action-Run: [1611605560](https://github.com/Tencent/Hippy/actions/runs/1611605560) | [
{
"change_type": "MODIFY",
"diff": "-This v8 release is auto generated by Github Action([1607559017][2]).\n+This v8 release is auto generated by Github Action([1611605560][2]).\n_Do NOT modify this release manually._\n@@ -7,4 +7,4 @@ Refs: [v8/v8@96e2674d][1]\nBranch/Tag: 9.7-lkgr\n[1]: https://github.com/v... | C++ | Apache License 2.0 | tencent/hippy | chore(v8): update V8 to 9.7-lkgr@96e2674d
Ref-URL: v8/v8@96e2674d6126c2ae64d44024aaa7968c853ac4a2
Action-Run: [1611605560](https://github.com/Tencent/Hippy/actions/runs/1611605560) | 1 | chore | v8 |
269,464 | 22.12.2021 14:42:18 | 10,800 | 114c98072645591a4cadeebab62920b5ce7ad95c | fix: mutex on checksum refresh | [
{
"change_type": "MODIFY",
"diff": "@@ -9,6 +9,7 @@ import (\n\"path/filepath\"\n\"sort\"\n\"strings\"\n+ \"sync\"\n\"github.com/apex/log\"\n\"github.com/goreleaser/goreleaser/internal/artifact\"\n@@ -18,7 +19,10 @@ import (\n\"github.com/goreleaser/goreleaser/pkg/context\"\n)\n-var errNoArtifacts = errors.... | Go | MIT License | goreleaser/goreleaser | fix: mutex on checksum refresh
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> | 1 | fix | null |
317,646 | 22.12.2021 14:43:10 | -3,600 | 52d7badbacfb0e1cc92c3d0d93ca8bf5b5e72c05 | docs: add Gitkraken link | [
{
"change_type": "MODIFY",
"diff": "@@ -34,17 +34,18 @@ module.exports = {\nlabel: \"Sponsor\",\nposition: \"left\",\n},\n- {\n- href: \"https://www.gitkraken.com/invite/nQmDPR9D\",\n- label: \"GitKraken\",\n- position: \"left\",\n- },\n{\nhref: \"https://github.com/jandedobbeleer/oh-my-posh\",\nclassName: ... | Go | MIT License | jandedobbeleer/oh-my-posh | docs: add Gitkraken link | 1 | docs | null |
866,400 | 22.12.2021 14:43:29 | 18,000 | af04dfd2de03eb97201c9a5ac7963beed39281eb | fix(ContentBlockHorizontal): add border-bottom option & knob
### Related Ticket(s)
Fixes
### Description
Corrects an error where ContentBlockHorizontal hardcoded the "border" value to `true`.
### Changelog
**Changed**
Fixes ContentBlockHorizontal to respect `border` prop
Adds knob to ContentBlockHorizontal storybook for `border` prop | [
{
"change_type": "MODIFY",
"diff": "@@ -20438,6 +20438,7 @@ exports[`Storyshots Components|Content block horizontal Default 1`] = `\n},\n\"props\": Object {\n\"ContentBlockHorizontal\": Object {\n+ \"border\": true,\n\"heading\": \"Aliquam condimentum\",\n\"items\": Array [\nObject {\n@@ -20595,6 +20596,7 @... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix(ContentBlockHorizontal): add border-bottom option & knob (#7832)
### Related Ticket(s)
Fixes #7640
### Description
Corrects an error where ContentBlockHorizontal hardcoded the "border" value to `true`.
### Changelog
**Changed**
- Fixes ContentBlockHorizontal to respect `border` prop
- Adds knob to ContentBlockHorizontal storybook for `border` prop | 1 | fix | ContentBlockHorizontal |
915,035 | 22.12.2021 14:46:54 | -3,600 | 5bad542ac7c34e564ae7d71832fc2afca47b14dd | fix: contributors is upper case | [
{
"change_type": "MODIFY",
"diff": "@@ -125,5 +125,5 @@ install:\n.PHONY: contributors\ncontributors:\n- printf '# contributors generated by `make contributors`\\n\\n' > ./contributors\n- git log --format=\"%aN <%aE>\" | sort | uniq | grep -v '^dependabot\\[bot\\]' >> ./contributors\n+ printf '# contributor... | Go | Apache License 2.0 | ory/hydra | fix: contributors is upper case | 1 | fix | null |
217,922 | 22.12.2021 14:48:13 | -3,600 | 3728fe8c075933ac900e202615aeb26eaf8fa361 | fix(desktop): tentative fix to hide startup powershell window | [
{
"change_type": "MODIFY",
"diff": "@@ -92,7 +92,7 @@ export class PacketCapture {\nthis.startMachina();\n} else {\ntry {\n- execSync('Get-Service -Name Npcap', { 'shell': 'powershell.exe', 'timeout': 5000, 'stdio': ['ignore', 'pipe', 'ignore'] });\n+ execSync('Get-Service -Name Npcap', { 'shell': 'powershe... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(desktop): tentative fix to hide startup powershell window | 1 | fix | desktop |
889,129 | 22.12.2021 15:01:25 | 18,000 | 154dffc6197d6be711b8186ed81efa3f7512714d | fix: update links for TSDoc | [
{
"change_type": "MODIFY",
"diff": "@@ -97,7 +97,7 @@ export interface ToJsonOptions {\n*\n* Note, {@link https://cloud.google.com/logging/quotas|Cloud Logging Quotas and limits}\n* dictates that the maximum log entry size, including all\n- * [LogEntry Resource properties]{@link https://cloud.google.com/log... | TypeScript | Apache License 2.0 | googleapis/nodejs-logging | fix: update links for TSDoc (#1197) | 1 | fix | null |
471,204 | 22.12.2021 15:01:43 | 18,000 | d9e12e24b2539770eda19051a426544feac92fe0 | chore: remove as maintainer | [
{
"change_type": "MODIFY",
"diff": "@@ -194,7 +194,6 @@ Approvers ([@open-telemetry/js-approvers](https://github.com/orgs/open-telemetry\nMaintainers ([@open-telemetry/js-maintainers](https://github.com/orgs/open-telemetry/teams/javascript-maintainers)):\n-- [Bartlomiej Obecny](https://github.com/obecny), L... | TypeScript | Apache License 2.0 | open-telemetry/opentelemetry-js | chore: remove @obecny as maintainer (#2684) | 1 | chore | null |
667,705 | 22.12.2021 15:24:05 | 0 | 91653bcad41901ccb83579af95f49625c85d08ce | chore(v8): update V8 to 7.7.229@8ffb2383
Ref-URL: v8/v8@8ffb23839b19aaa8b66636ec9a257c45b0f74a32
Action-Run: [1611843004](https://github.com/Tencent/Hippy/actions/runs/1611843004) | [
{
"change_type": "MODIFY",
"diff": "-This v8 release is auto generated by Github Action.\n+This v8 release is auto generated by Github Action([1611843004][2]).\n_Do NOT modify this release manually._\n-Refs: [7.7.229][1]\n+Refs: [v8/v8@8ffb2383][1]\n-[1]: https://github.com/v8/v8/tree/7.7.229\n+Branch/Tag: ... | C++ | Apache License 2.0 | tencent/hippy | chore(v8): update V8 to 7.7.229@8ffb2383
Ref-URL: v8/v8@8ffb23839b19aaa8b66636ec9a257c45b0f74a32
Action-Run: [1611843004](https://github.com/Tencent/Hippy/actions/runs/1611843004) | 1 | chore | v8 |
503,918 | 22.12.2021 15:38:31 | -7,200 | 24266adf569c027574abd1503b5e46974220349a | feat(Toolbar): support customizing text in ToolbarChipGroupContent
* feat(Toolbar): support customizing text in ToolbarChipGroupContent
* fixup! feat(Toolbar): support customizing text in ToolbarChipGroupContent
Fix snapshot in unit tests to include numberOfFiltersText
* Add test spec for number of filters text | [
{
"change_type": "MODIFY",
"diff": "@@ -41,6 +41,8 @@ export interface ToolbarProps extends React.HTMLProps<HTMLDivElement>, OUIAProps\nxl?: 'insetNone' | 'insetSm' | 'insetMd' | 'insetLg' | 'insetXl' | 'inset2xl';\n'2xl'?: 'insetNone' | 'insetSm' | 'insetMd' | 'insetLg' | 'insetXl' | 'inset2xl';\n};\n+ /**... | TypeScript | MIT License | patternfly/patternfly-react | feat(Toolbar): support customizing text in ToolbarChipGroupContent (#6694)
* feat(Toolbar): support customizing text in ToolbarChipGroupContent
Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>
* fixup! feat(Toolbar): support customizing text in ToolbarChipGroupContent
Fix snapshot in unit tests to include numberOfFiltersText
* Add test spec for number of filters text
Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com> | 1 | feat | Toolbar |
889,620 | 22.12.2021 15:47:25 | -28,800 | fb26be493a0d09d6386514b5ca197d09de16fcbb | refactor: replace antMatchers with mvcMatchers | [
{
"change_type": "MODIFY",
"diff": "@@ -47,14 +47,14 @@ class SecurityConfiguration(\nit.requestMatchers(EndpointRequest.toAnyEndpoint()).hasRole(ROLE_ADMIN)\n// claim is unprotected\n- it.antMatchers(\n+ it.mvcMatchers(\n\"/api/v1/claim\",\n\"/api/v1/oauth2/providers\",\n\"/set-cookie\",\n).permitAll()\n//... | Kotlin | MIT License | gotson/komga | refactor: replace antMatchers with mvcMatchers | 1 | refactor | null |
889,620 | 22.12.2021 15:49:36 | -28,800 | dcd170b0afddee10172517442032a5daab44a440 | refactor: upgrade jsoup and remove workaround code | [
{
"change_type": "MODIFY",
"diff": "@@ -74,7 +74,7 @@ dependencies {\nimplementation(\"com.github.junrar:junrar:7.4.0\")\nimplementation(\"org.apache.pdfbox:pdfbox:2.0.23\")\nimplementation(\"net.grey-panther:natural-comparator:1.1\")\n- implementation(\"org.jsoup:jsoup:1.13.1\") // TODO: once updated to 1.... | Kotlin | MIT License | gotson/komga | refactor: upgrade jsoup and remove workaround code | 1 | refactor | null |
777,389 | 22.12.2021 15:49:39 | 28,800 | e6ae62aac5dab775503b80c607d584144179fcdb | chore: update github pr template | [
{
"change_type": "MODIFY",
"diff": "<!---\nLead with the intended commit body in this description field. For breaking changes,\nplease include \"BREAKING CHANGE:\" at the beginning of your commit body.\n-At minimum, this section should include a bracketed reference to the Jira ticket,\n+At a minimum, this s... | Python | Apache License 2.0 | determined-ai/determined | chore: update github pr template (#3365) | 1 | chore | null |
711,597 | 22.12.2021 15:55:02 | -3,600 | e842e6e0c61659575e9c8925d561bda0bc8fb0b7 | fix(admin-ui): Do not show cancelled orders in latest orders widget | [
{
"change_type": "MODIFY",
"diff": "@@ -18,6 +18,7 @@ export class LatestOrdersWidgetComponent implements OnInit {\ntake: 10,\nfilter: {\nactive: { eq: false },\n+ state: { notEq: 'Cancelled' },\n},\nsort: {\norderPlacedAt: SortOrder.DESC,\n",
"new_path": "packages/admin-ui/src/lib/dashboard/src/widgets... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(admin-ui): Do not show cancelled orders in latest orders widget | 1 | fix | admin-ui |
711,597 | 22.12.2021 16:01:19 | -3,600 | 6b6cb74b05595091c3b8a34c66b99353037cb92c | chore: Publish v1.4.3 | [
{
"change_type": "MODIFY",
"diff": "+## <small>1.4.3 (2021-12-22)</small>\n+\n+\n+#### Fixes\n+\n+* **admin-ui** Do not show cancelled orders in latest orders widget ([e842e6e](https://github.com/vendure-ecommerce/vendure/commit/e842e6e))\n+* **admin-ui** Fix broken Zone creation dialog ([2bc6f4d](https://g... | TypeScript | MIT License | vendure-ecommerce/vendure | chore: Publish v1.4.3 | 1 | chore | null |
617,459 | 22.12.2021 16:02:55 | -3,600 | 74b0e1f3da32f5f61b9c4763c725413a0942678c | fix(api): search weight for CC | [
{
"change_type": "MODIFY",
"diff": "@@ -102,7 +102,7 @@ router.get(\"/search\", async (ctx) => {\nif (query_vector) {\nsearches[DOCUMENTS_SEM] = [\n{ index },\n- getSemBody({ query_vector, size, sources }),\n+ getSemBody({ query, query_vector, size, sources }),\n];\n}\n}\n@@ -120,6 +120,7 @@ router.get(\"/s... | TypeScript | Apache License 2.0 | socialgouv/code-du-travail-numerique | fix(api): search weight for CC (#4129) | 1 | fix | api |
841,479 | 22.12.2021 16:03:41 | -28,800 | df87c2b30221f990cdd63125c9ef6036f370145e | fix(es/transforms): Fix `descturcturing`
swc_ecma_transforms_compat:
- `destructuring`: Handle exports of bindings with object pattern properties correctly. (Closes | [
{
"change_type": "ADD",
"diff": "+{\n+ \"jsc\": {\n+ \"parser\": {\n+ \"syntax\": \"ecmascript\"\n+ },\n+ \"target\": \"es5\"\n+ },\n+ \"module\": {\n+ \"type\": \"es6\"\n+ }\n+}\n",
"new_path": "crates/swc/tests/fixture/issue-2858/1/input/.swcrc",
"old_path": null
},
{
"change_type": "ADD",... | Rust | Apache License 2.0 | swc-project/swc | fix(es/transforms): Fix `descturcturing` (#3098)
swc_ecma_transforms_compat:
- `destructuring`: Handle exports of bindings with object pattern properties correctly. (Closes #2858) | 1 | fix | es/transforms |
873,648 | 22.12.2021 16:16:12 | -3,600 | 07e376de5157fa6477f060550aacf96af3ab5e85 | fix: cache content types for Hyperlink | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,7 @@ async function fetchAllData({ sdk, entityId, entityType, localeCode, defaultLoca\nconst entity = await getEntity(entityId);\nif (entity.sys.contentType) {\nconst contentTypeId = entity.sys.contentType.sys.id;\n- contentType = await sdk.space.getContentType... | TypeScript | MIT License | contentful/field-editors | fix: cache content types for Hyperlink (#967) | 1 | fix | null |
826,690 | 22.12.2021 16:32:35 | -3,600 | f1599a4c3e226ced0811312487cef3ea32a002c9 | fix: docker compose migrate | [
{
"change_type": "ADD",
"diff": "+version: v0.7.0-alpha.1\n+\n+log:\n+ level: debug\n+\n+serve:\n+ read:\n+ host: 0.0.0.0\n+ port: 4466\n+ write:\n+ host: 0.0.0.0\n+ port: 4467\n",
"new_path": "config/keto.yml",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "-version: '3'\n+vers... | Go | Apache License 2.0 | ory/keto | fix: docker compose migrate (#800) | 1 | fix | null |
889,620 | 22.12.2021 16:45:48 | -28,800 | 4ee30dde96b1a9e8170e44512d5f041290b72892 | fix: upgrade lucene version
will trigger a full rebuild of the index | [
{
"change_type": "MODIFY",
"diff": "@@ -61,7 +61,7 @@ dependencies {\nimplementation(\"commons-validator:commons-validator:1.7\")\nrun {\n- val luceneVersion = \"8.9.0\"\n+ val luceneVersion = \"8.11.1\" // 9.0.0 requires Java 11\nimplementation(\"org.apache.lucene:lucene-core:$luceneVersion\")\nimplementat... | Kotlin | MIT License | gotson/komga | fix: upgrade lucene version
will trigger a full rebuild of the index | 1 | fix | null |
841,390 | 22.12.2021 17:07:49 | -32,400 | 047219932fd18e7e78131f44ab5fb3be0518dc04 | chore(repo): Add section for the actual behavior to the issue template | [
{
"change_type": "MODIFY",
"diff": "@@ -34,6 +34,13 @@ body:\ndescription: A clear and concise description of what you expect to happen.\nvalidations:\nrequired: true\n+ - type: textarea\n+ id: actual-behavior\n+ attributes:\n+ label: Actual behavior\n+ description: A clear and concise description of actual... | Rust | Apache License 2.0 | swc-project/swc | chore(repo): Add section for the actual behavior to the issue template (#3100) | 1 | chore | repo |
841,421 | 22.12.2021 17:09:25 | -32,400 | f4cc323e08c73f10bd4cc323a81dd5d3778395df | chore(node): Publish v1.2.122 | [
{
"change_type": "MODIFY",
"diff": "@@ -4003,7 +4003,7 @@ checksum = \"fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6\"\n[[package]]\nname = \"wasm\"\n-version = \"1.2.121\"\n+version = \"1.2.122\"\ndependencies = [\n\"anyhow\",\n\"console_error_panic_hook\",\n",
"new_path": "Cargo.loc... | Rust | Apache License 2.0 | swc-project/swc | chore(node): Publish v1.2.122 | 1 | chore | node |
667,659 | 22.12.2021 17:19:28 | -28,800 | 88520f172b5f269384393a5da2bce28b604dd12e | fix(ios): fix gain moduleName error for jsi | [
{
"change_type": "MODIFY",
"diff": "@@ -72,16 +72,17 @@ void HippyRegisterModule(Class moduleClass) {\n* This function returns the module name for a given class.\n*/\nNSString *HippyBridgeModuleNameForClass(Class cls) {\n- NSString *name = nil;\n#if HIPPY_DEBUG\n+ HippyAssert([cls conformsToProtocol:@protoc... | C++ | Apache License 2.0 | tencent/hippy | fix(ios): fix gain moduleName error for jsi | 1 | fix | ios |
667,713 | 22.12.2021 17:25:37 | -28,800 | 0a58a080a3a623e1d4787af803432b11523960c0 | fix(android): add setMetrics to PixelUtil
fix(android): add setMetrics to PixelUtil | [
{
"change_type": "MODIFY",
"diff": "@@ -19,15 +19,16 @@ import android.content.Context;\npublic class ContextHolder {\n- private static Context appContext;\n+ private static Context sAppContext;\npublic static void initAppContext(Context context) {\n- if (context != null && appContext == null) {\n- appConte... | C++ | Apache License 2.0 | tencent/hippy | fix(android): add setMetrics to PixelUtil
fix(android): add setMetrics to PixelUtil | 1 | fix | android |
317,842 | 22.12.2021 17:28:15 | -3,600 | 77993158e2bd3f25a1cad3270bd41ccc0b2e7eee | fix(git): use the right git executable for WSL
git executable detection
path conversion when needed | [
{
"change_type": "MODIFY",
"diff": "@@ -100,12 +100,16 @@ type environmentInfo interface {\ndoGet(url string, timeout int, requestModifiers ...HTTPRequestModifier) ([]byte, error)\nhasParentFilePath(path string) (fileInfo *fileInfo, err error)\nisWsl() bool\n+ isWsl2() bool\nstackCount() int\ngetTerminalWid... | Go | MIT License | jandedobbeleer/oh-my-posh | fix(git): use the right git executable for WSL
git executable detection
path conversion when needed | 1 | fix | git |
160,177 | 22.12.2021 17:34:53 | -28,800 | b9def9763f1fa0464c42adeffebf37fe20543151 | fix: node resize set default style | [
{
"change_type": "ADD",
"diff": "+<!DOCTYPE html>\n+<html lang=\"en\">\n+ <head>\n+ <meta charset=\"UTF-8\">\n+ <meta name=\"format-detection\" content=\"telephone=no, email=no\">\n+ <meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\">\n+ <title>LOGIC FLOW</title>\n+ <link rel=\"stylesheet\" href=\"/sr... | TypeScript | Apache License 2.0 | didi/logicflow | fix: node resize set default style | 1 | fix | null |
617,459 | 22.12.2021 17:55:29 | -3,600 | 01384d2878f22a265ce38fdaf7cfe652d3edca7b | feat(api): add highlight on search | [
{
"change_type": "MODIFY",
"diff": "@@ -16,6 +16,7 @@ function getSearchBody({ query, size, sources = [] }) {\n\"action\",\n\"breadcrumbs\",\n\"cdtnId\",\n+ \"highlight\",\n],\nquery: {\nbool: {\n",
"new_path": "packages/code-du-travail-api/src/routes/search/search.elastic.js",
"old_path": "packages... | TypeScript | Apache License 2.0 | socialgouv/code-du-travail-numerique | feat(api): add highlight on search (#4130) | 1 | feat | api |
889,620 | 22.12.2021 18:09:37 | -28,800 | 610c51fd5d206ce3089f7caba95a91ad5bd6d578 | feat: detect JPEG XL images
upgrade tika to 2.2.0 | [
{
"change_type": "MODIFY",
"diff": "@@ -70,7 +70,7 @@ dependencies {\nimplementation(\"com.ibm.icu:icu4j:70.1\")\n- implementation(\"org.apache.tika:tika-core:1.26\")\n+ implementation(\"org.apache.tika:tika-core:2.2.0\")\nimplementation(\"org.apache.commons:commons-compress:1.21\")\nimplementation(\"com.gi... | Kotlin | MIT License | gotson/komga | feat: detect JPEG XL images
upgrade tika to 2.2.0 | 1 | feat | null |
617,459 | 22.12.2021 19:46:25 | -3,600 | 5d6c095a2d9c86d3715a6d984a9af345a9e70d27 | fix(frontend): html on enterprise button | [
{
"change_type": "MODIFY",
"diff": "@@ -53,17 +53,15 @@ export function EnterpriseButton({\n>\n<ItemButton isFirst={isFirst} onClick={clickHandler}>\n{showTitleWithHighlight ? (\n- <Title as=\"div\" fontSize=\"hsmall\" fontWeight=\"600\">\n+ <Title fontSize=\"hsmall\" fontWeight=\"600\">\n{highlightLabel}\n... | TypeScript | Apache License 2.0 | socialgouv/code-du-travail-numerique | fix(frontend): html on enterprise button (#4132) | 1 | fix | frontend |
160,177 | 22.12.2021 19:49:03 | -28,800 | e2c2af3673ff64de71a2e2c3d3f3db8fa84737cf | feat: use deepclone return style | [
{
"change_type": "MODIFY",
"diff": "import { action, observable } from 'mobx';\n+import { cloneDeep } from 'lodash-es';\nimport BaseEdgeModel from './BaseEdgeModel';\nimport { Point } from '../../type';\nimport { ModelType } from '../../constant/constant';\n@@ -14,13 +15,11 @@ export default class BezierEdg... | TypeScript | Apache License 2.0 | didi/logicflow | feat: use deepclone return style | 1 | feat | null |
841,452 | 22.12.2021 19:53:02 | -7,200 | d98a59339a0fa2a14f2bcb92c6deeb810ec339be | feat(es/bundler): Add an option to disable tree-shaking | [
{
"change_type": "MODIFY",
"diff": "@@ -86,6 +86,7 @@ fn do_test(_entry: &Path, entries: HashMap<String, FileName>, inline: bool, mini\nexternal_modules: Default::default(),\ndisable_fixer: minify,\ndisable_hygiene: minify,\n+ disable_dce: false,\nmodule: Default::default(),\n},\nBox::new(Hook),\n",
"ne... | Rust | Apache License 2.0 | swc-project/swc | feat(es/bundler): Add an option to disable tree-shaking (#3102) | 1 | feat | es/bundler |
160,177 | 22.12.2021 20:17:21 | -28,800 | 2518892c656dc07008676206ca4da920e869ed99 | fix: recovery getAppend | [
{
"change_type": "MODIFY",
"diff": "@@ -238,7 +238,7 @@ export default class BaseEdge extends Component<IProps> {\nonMouseLeave={this.setHoverOFF}\n>\n{this.getShape()}\n- {/* {this.getAppend()} */}\n+ {this.getAppend()}\n{this.getText()}\n{this.getArrow()}\n{(adjustEdgeStartAndEnd && isSelected && !isDragi... | TypeScript | Apache License 2.0 | didi/logicflow | fix: recovery getAppend | 1 | fix | null |
667,680 | 22.12.2021 20:45:55 | -28,800 | 0a4f3f18308ef5214e9df7b4655db85ef901b941 | chore(android): modify the `V8` build script to adapt NDK(r23b) | [
{
"change_type": "MODIFY",
"diff": "diff --git a/config/android/BUILD.gn b/config/android/BUILD.gn\n-index 233e8b0e7..d78a09e0b 100644\n+index 233e8b0e7..d2286cd77 100644\n--- a/config/android/BUILD.gn\n+++ b/config/android/BUILD.gn\n@@ -105,9 +105,7 @@ config(\"runtime_library\") {\n@@ -13,7 +13,7 @@ index... | C++ | Apache License 2.0 | tencent/hippy | chore(android): modify the `V8` build script to adapt NDK(r23b) | 1 | chore | android |
889,620 | 22.12.2021 21:24:22 | -28,800 | 27f5ba6348e7d252f08bcb698666baac7c5461b9 | feat(webreader): detect browser support for JPEG XL | [
{
"change_type": "ADD",
"diff": "+export enum ImageFeature {\n+ WEBP_LOSSY,\n+ WEBP_LOSSLESS,\n+ WEBP_ALPHA,\n+ WEBP_ANIMATION,\n+ JPEG_XL,\n+ AVIF,\n+}\n+\n+export function checkImageSupport(feature: ImageFeature, callback: (isSupported: boolean) => void) {\n+ const img = new Image()\n+ img.onload = functi... | Kotlin | MIT License | gotson/komga | feat(webreader): detect browser support for JPEG XL | 1 | feat | webreader |
791,284 | 22.12.2021 22:20:32 | 21,600 | ba5d6cf3a946520749447f1942b20cbc76944c9d | feat(storage): add retry config to notifications | [
{
"change_type": "MODIFY",
"diff": "@@ -137,7 +137,12 @@ func (b *BucketHandle) AddNotification(ctx context.Context, n *Notification) (re\nif b.userProject != \"\" {\ncall.UserProject(b.userProject)\n}\n- rn, err := call.Context(ctx).Do()\n+\n+ var rn *raw.Notification\n+ err = run(ctx, func() error {\n+ rn... | Go | Apache License 2.0 | googleapis/google-cloud-go | feat(storage): add retry config to notifications (#5221) | 1 | feat | storage |
306,309 | 22.12.2021 23:54:56 | -10,800 | defb28491c38446765951cc66ba27c2376b7771f | chore: make help text clearer | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,7 @@ import (\nfunc completionCmd() *cobra.Command {\ncompletionCmd := &cobra.Command{\nUse: \"completion --shell [bash | zsh | fish | powershell]\",\n- Short: \"Generate completion script\",\n+ Short: \"Generate shell completion script\",\nLong: `To load compl... | Go | Apache License 2.0 | infracost/infracost | chore: make help text clearer (#1221) | 1 | chore | null |
603,467 | 22.12.2021 23:58:05 | -3,600 | 48bd94f3c29707b66dcf81a7522f7529b6f9fcfb | feat(web): new PageElement retrieval model based on Selectors | [
{
"change_type": "ADD",
"diff": "+import { expect } from '@integration/testing-tools';\n+import { actorCalled, Answerable, Question } from '@serenity-js/core';\n+import { describe, it } from 'mocha';\n+import { given } from 'mocha-testdata';\n+\n+import { Selector } from '../../../../src';\n+\n+/** @test {S... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | feat(web): new PageElement retrieval model based on Selectors | 1 | feat | web |
667,680 | 23.12.2021 00:25:13 | -28,800 | fffccb9f019e3ca4fb0af77c3c7d210643cf059d | feat(android): remove unused formatAccessorsAsProperties() | [
{
"change_type": "MODIFY",
"diff": "@@ -62,9 +62,14 @@ class V8InspectorClientImpl : public v8_inspector::V8InspectorClient {\nv8::Local<v8::Value>) override {\nreturn nullptr;\n}\n+#if \\\n+(V8_MAJOR_VERSION < 9) || \\\n+(V8_MAJOR_VERSION == 9 && V8_MINOR_VERSION < 4) || \\\n+(V8_MAJOR_VERSION == 9 && V8_M... | C++ | Apache License 2.0 | tencent/hippy | feat(android): remove unused formatAccessorsAsProperties() | 1 | feat | android |
603,467 | 23.12.2021 03:02:34 | -3,600 | b167e422eb66556845c31d5847b9fd33b707c764 | fix(web): simplified the selectors | [
{
"change_type": "MODIFY",
"diff": "import { expect } from '@integration/testing-tools';\n-import { actorCalled, Answerable, Question } from '@serenity-js/core';\nimport { describe, it } from 'mocha';\n-import { given } from 'mocha-testdata';\nimport { Selector } from '../../../../src';\n@@ -18,46 +16,22 @@... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | fix(web): simplified the selectors
#1074 | 1 | fix | web |
846,811 | 23.12.2021 03:37:36 | -28,800 | 19eeb140307bd20117d0124a184adb072352aec7 | chore: add vscode settings | [
{
"change_type": "ADD",
"diff": "+{\n+ \"eslint.validate\": [\n+ \"javascript\",\n+ \"javascriptreact\",\n+ \"typescript\",\n+ \"typescriptreact\",\n+ \"html\",\n+ \"markdown\"\n+ ],\n+ \"editor.codeActionsOnSave\": {\n+ \"source.fixAll.eslint\": true\n+ },\n+ \"search.exclude\": {\n+ \"**/.git\": true,\n+ ... | JavaScript | MIT License | vuejs/vuepress | chore: add vscode settings | 1 | chore | null |
846,811 | 23.12.2021 04:18:55 | -28,800 | 15b6c75c00265d763fd613328a6ea8b508722ef3 | docs: fix textlint | [
{
"change_type": "DELETE",
"diff": "-[\n- \"Stylus\",\n- \"VuePress\",\n- [\n- \"front[- ]matter\",\n- \"frontmatter\"\n- ]\n-]\n",
"new_path": null,
"old_path": "packages/docs/.textlint.terms.json"
},
{
"change_type": "MODIFY",
"diff": "module.exports = {\nrules: {\n- '@textlint-rule/no... | JavaScript | MIT License | vuejs/vuepress | docs: fix textlint | 1 | docs | null |
846,811 | 23.12.2021 04:21:09 | -28,800 | b25ffe3bfd55e69b4fec96e71760dbdc3fe52195 | chore(all): 1.9.0 changelog | [
{
"change_type": "MODIFY",
"diff": "+# [1.9.0](https://github.com/vuejs/vuepress/compare/v1.8.3...v1.9.0) (2021-12-22)\n+\n+\n+### Features\n+\n+* typescript support for config file ([#2973](https://github.com/vuejs/vuepress/issues/2973)) ([daa6404](https://github.com/vuejs/vuepress/commit/daa6404)) [@ULIVZ... | JavaScript | MIT License | vuejs/vuepress | chore(all): 1.9.0 changelog | 1 | chore | all |
846,811 | 23.12.2021 05:12:58 | -28,800 | dd6e3ef028f879d9bc4cce230d10e32df1d23b22 | fix(types): support plain string usage for known third-party plugins | [
{
"change_type": "MODIFY",
"diff": "@@ -42,13 +42,20 @@ export type KnownThirdPartyPluginTuple = {\n[K in KnownThirdPartyPlugins]?: [K | ShortcutName4ThirdPartyPluginName<K>, AllowBoolean<Record<string, any>>?]\n}[KnownThirdPartyPlugins];\n+/**\n+ * Final plugin tuple\n+ */\nexport type PluginTuple =\n| Off... | JavaScript | MIT License | vuejs/vuepress | fix(types): support plain string usage for known third-party plugins | 1 | fix | types |
846,811 | 23.12.2021 05:21:32 | -28,800 | 6aaacdfd88086f1b91757dea7f8ce4ad38347b3c | chore(all): 1.9.1 changelog | [
{
"change_type": "MODIFY",
"diff": "+## [1.9.1](https://github.com/vuejs/vuepress/compare/v1.9.0...v1.9.1) (2021-12-22)\n+\n+\n+### Bug Fixes\n+\n+* **types:** support plain string usage for known third-party plugins ([dd6e3ef](https://github.com/vuejs/vuepress/commit/dd6e3ef)) [@chenhaoli](https://github.c... | JavaScript | MIT License | vuejs/vuepress | chore(all): 1.9.1 changelog | 1 | chore | all |
846,811 | 23.12.2021 05:43:43 | -28,800 | c8eff35f65887c69e671d77011f37fa2cc3780b9 | chore: clean outdated links | [
{
"change_type": "MODIFY",
"diff": "> active-header-links plugin for VuePress\n-See [documentation](https://v1.vuepress.vuejs.org/plugin/official/plugin-active-header-links.html).\n+See [documentation](https://vuepress.vuejs.org/plugin/official/plugin-active-header-links.html).\n",
"new_path": "packages... | JavaScript | MIT License | vuejs/vuepress | chore: clean outdated links | 1 | chore | null |
71,350 | 23.12.2021 09:11:25 | 28,800 | 98f1bb147624a942773d191344c8d7242adb8d04 | fix(lambda-python): runtime is now required
BREAKING CHANGE: Runtime is now required for `LambdaPython`
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": "@@ -27,9 +27,9 @@ Define a `PythonFunction`:\n```ts\nnew lambda.PythonFunction(this, 'MyFunction', {\nentry: '/path/to/my/function', // required\n+ runtime: Runtime.PYTHON_3_6, // required\nindex: 'my_index.py', // optional, defaults to 'index.py'\nhandler: 'my_exported_f... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(lambda-python): runtime is now required (#18143)
BREAKING CHANGE: Runtime is now required for `LambdaPython`
fixes #10248
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | fix | lambda-python |
688,412 | 23.12.2021 09:24:34 | -3,600 | 469b4764f999d2307c4bbed2a97a2ac6e9507b01 | fix: patch codemod typography-sizes for picasso v17 | [
{
"change_type": "ADD",
"diff": "+---\n+'@toptal/picasso-codemod': patch\n+---\n+\n+Fixed invalid size calculation in nested Typography components\n",
"new_path": ".changeset/thirty-bottles-complain.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "// eslint-disable-next-line ... | TypeScript | MIT License | toptal/picasso | fix: patch codemod typography-sizes for picasso v17 (#2341) | 1 | fix | null |
551,636 | 23.12.2021 09:53:58 | 0 | dda717353c2217f103aa48c39bd051cc09471bbb | fix(test): fixed WriterPoolTest.testGetAndCloseRace() | [
{
"change_type": "MODIFY",
"diff": "@@ -484,14 +484,19 @@ public class WriterPool extends AbstractPool {\ne.ownershipReason = OWNERSHIP_REASON_NONE;\ne.lastReleaseTime = configuration.getMicrosecondClock().getTicks();\nUnsafe.getUnsafe().storeFence();\n+ Unsafe.getUnsafe().putOrderedLong(e, ENTRY_OWNER, UNA... | Java | Apache License 2.0 | questdb/questdb | fix(test): fixed WriterPoolTest.testGetAndCloseRace() (#1728) | 1 | fix | test |
889,620 | 23.12.2021 09:54:21 | -28,800 | b64ca41908b98ac3dcd65cc168bc33cf74d6814a | ci: switch docker base image to temurin
also publish previous adoptopenjdk image under '-legacy' | [
{
"change_type": "MODIFY",
"diff": "source \"$(dirname \"$0\")/docker-common.sh\" $1 $2\n-# Update Docker CE\n-#curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -\n-#sudo add-apt-repository \"deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable\"\n-#s... | Kotlin | MIT License | gotson/komga | ci: switch docker base image to temurin
also publish previous adoptopenjdk image under '-legacy' | 1 | ci | null |
889,620 | 23.12.2021 09:59:10 | -28,800 | a9579adf5f109eedeb722437c3f3691e4fe76865 | refactor: explain build upgrade restriction and warning | [
{
"change_type": "MODIFY",
"diff": "@@ -22,6 +22,7 @@ dependencies {\nimplementation(kotlin(\"stdlib-jdk8\"))\nimplementation(kotlin(\"reflect\"))\n+ // 2.6.0 brings assertj-core 3.21.0 which causes type inference issues in Kotlin, should be fixed in Kotlin 1.6.20\nimplementation(platform(\"org.springframew... | Kotlin | MIT License | gotson/komga | refactor: explain build upgrade restriction and warning | 1 | refactor | null |
217,922 | 23.12.2021 10:11:00 | -3,600 | 94fb9566fbbc1f92ab8284ab77b158ffe5b02688 | fix(db): fixed some old trade sources not filtered properly | [
{
"change_type": "MODIFY",
"diff": "@@ -112,9 +112,14 @@ export class TradeSourcesExtractor extends AbstractExtractor<TradeSource[]> {\n}\nconst { specialShopNames, topicSelectNames, gilShopNames, gcNames } = names;\n- return uniqBy(shops.filter(shop => {\n+ return uniqBy(shops\n+ .filter(shop => {\nreturn ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(db): fixed some old trade sources not filtered properly | 1 | fix | db |
217,922 | 23.12.2021 11:00:19 | -3,600 | cc0a83212a3f0ecf032b293707f8af9dc0a6b6e1 | fix(recipe-finder): fixed item name input sometimes not enabling the add button properly | [
{
"change_type": "MODIFY",
"diff": "@@ -17,6 +17,7 @@ import { ClipboardImportPopupComponent } from './clipboard-import-popup/clipboar\nimport { InventoryImportPopupComponent } from './inventory-import-popup/inventory-import-popup.component';\nimport { AntdSharedModule } from '../../core/antd-shared.module'... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(recipe-finder): fixed item name input sometimes not enabling the add button properly | 1 | fix | recipe-finder |
126,295 | 23.12.2021 11:16:25 | -3,600 | f55b66520abffe687dd09e57bd37f298704cba8c | chore(pkg/stdlib): clean connection registration and leftovers | [
{
"change_type": "MODIFY",
"diff": "@@ -54,7 +54,6 @@ func (c *Conn) PrepareContext(ctx context.Context, query string) (driver.Stmt, e\n}\nfunc (c *Conn) Close() error {\n- defer c.GetDriver().UnregisterConnection(c.name)\nreturn c.immuClient.CloseSession(context.TODO())\n}\n",
"new_path": "pkg/stdlib/c... | Go | Apache License 2.0 | codenotary/immudb | chore(pkg/stdlib): clean connection registration and leftovers
Signed-off-by: Michele Meloni <cleaversdev@gmail.com> | 1 | chore | pkg/stdlib |
126,276 | 23.12.2021 11:19:41 | 10,800 | fab792cd9fec4c8f57af86c581e9df1795af92d7 | chore(embedded/sql): implicit time expression | [
{
"change_type": "MODIFY",
"diff": "@@ -34,8 +34,6 @@ var reservedWords = map[string]int{\n\"DATABASE\": DATABASE,\n\"SNAPSHOT\": SNAPSHOT,\n\"SINCE\": SINCE,\n- \"UP\": UP,\n- \"TO\": TO,\n\"TABLE\": TABLE,\n\"PRIMARY\": PRIMARY,\n\"KEY\": KEY,\n",
"new_path": "embedded/sql/parser.go",
"old_path": ... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/sql): implicit time expression
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/sql |
791,284 | 23.12.2021 11:36:04 | 21,600 | 4910cd4d8a1998d16a78b14393de78c634dba0c3 | feat(storage): add retry config to iterators | [
{
"change_type": "MODIFY",
"diff": "@@ -1524,10 +1524,10 @@ func (it *ObjectIterator) fetch(pageSize int, pageToken string) (string, error)\n}\nvar resp *raw.Objects\nvar err error\n- err = runWithRetry(it.ctx, func() error {\n+ err = run(it.ctx, func() error {\nresp, err = req.Context(it.ctx).Do()\nreturn ... | Go | Apache License 2.0 | googleapis/google-cloud-go | feat(storage): add retry config to iterators | 1 | feat | storage |
392,551 | 23.12.2021 11:58:19 | 28,800 | 7dca0186af3a92d0088080a6e0c9581f17ec5ac1 | feat: add method to check if controls are attached | [
{
"change_type": "MODIFY",
"diff": "@@ -3199,6 +3199,7 @@ export interface IViewer {\ngetPosition(): Promise<LngLat>;\ngetReference(): Promise<LngLatAlt>;\ngetZoom(): Promise<number>;\n+ hasCustomCameraControls(controls: ICustomCameraControls): boolean;\nhasCustomRenderer(rendererId: string): boolean;\nmove... | TypeScript | MIT License | mapillary/mapillary-js | feat: add method to check if controls are attached | 1 | feat | null |
889,129 | 23.12.2021 12:36:11 | 18,000 | eada91082f65be1b7e85278589bd3870dad26fa8 | chore: move nested sample
Workaround for
b/211796793 | [
{
"change_type": "MODIFY",
"diff": "@@ -28,8 +28,8 @@ async function logHttpRequest(\nlatencySeconds = 3,\nresponseSize = 256 // response size in bytes.\n) {\n- // [START logging_http_request]\n// [START logging_write_log_entry_advanced]\n+ // [START logging_http_request]\n/*\nconst projectId = 'YOUR_PROJEC... | TypeScript | Apache License 2.0 | googleapis/nodejs-logging | chore: move nested sample (#1199)
Workaround for https://github.com/googleapis/rushstack/issues/19
b/211796793 | 1 | chore | null |
392,551 | 23.12.2021 12:44:35 | 28,800 | 56e44c58df47a0cd8d8966a116062366005b001b | feat: eset event handler return values to mixed
This allows using async event handlers. | [
{
"change_type": "MODIFY",
"diff": "@@ -173,8 +173,8 @@ declare function readMeshPbf(buffer: ArrayBuffer): MeshContract;\n*/\nexport interface IEventEmitter {\nfire<T>(type: string, event: T): void;\n- off<T>(type: string, handler: (event: T) => void): void;\n- on<T>(type: string, handler: (event: T) => voi... | TypeScript | MIT License | mapillary/mapillary-js | feat: eset event handler return values to mixed
This allows using async event handlers. | 1 | feat | null |
471,204 | 23.12.2021 12:55:08 | 18,000 | 50252a90bc5e44e3f21d49dbeacffbbfb8c4cd2d | chore: start a style guide | [
{
"change_type": "ADD",
"diff": "+# OpenTelemetry JS Style Guide\n+\n+This guide is meant to be a supplement to the linting rules.\n+It is not exhaustive, nor should the suggestions in this guide be considered hard rules.\n+Suggestions for changes and additions to this doc are welcome and this doc should no... | TypeScript | Apache License 2.0 | open-telemetry/opentelemetry-js | chore: start a style guide (#2683)
Co-authored-by: legendecas <legendecas@gmail.com> | 1 | chore | null |
426,720 | 23.12.2021 13:01:06 | -7,200 | f4ed81564c871baba8a01cbd158694c094ef3185 | fix(test-runner-core): evaluate files globs together | [
{
"change_type": "ADD",
"diff": "+---\n+'@web/test-runner-core': patch\n+---\n+\n+Evaluate `files` as a glob list, rather than adding the result of each string to the file list.\n+This allow `files` glob exclude patterns e.g.\n+\n+```js\n+export default {\n+ files: [\n+ '**/*.spec.ts', // include `.spec.ts`... | TypeScript | MIT License | modernweb-dev/web | fix(test-runner-core): evaluate files globs together
Co-Authored-By: Thomas Allmer <d4kmor@gmail.com>
Co-Authored-By: Manuel Martin <manuel.martin@gmail.com> | 1 | fix | test-runner-core |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.