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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
217,922 | 10.01.2022 20:03:49 | -3,600 | 50bd20f65245c1108e106b63065e48c169259db0 | feat(pricing): opening pricing mode on a list for the first time now uses known prices | [
{
"change_type": "MODIFY",
"diff": "import { Injectable } from '@angular/core';\nimport Dexie, { liveQuery } from 'dexie';\n-import { Observable } from 'rxjs';\n+import { combineLatest, from, Observable } from 'rxjs';\nimport { Price } from './model/price';\nimport { ItemAmount } from './model/item-amount';... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(pricing): opening pricing mode on a list for the first time now uses known prices | 1 | feat | pricing |
217,922 | 10.01.2022 20:05:32 | -3,600 | c0d301d86435037a2c2a68c20ce697130590e740 | chore(release): 9.4.3 | [
{
"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=\"9.4.3\"></a>\n+## [9.4.3](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compare/... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 9.4.3 | 1 | chore | release |
780,866 | 10.01.2022 20:38:27 | 10,800 | 8df8b662386a40f9ea7e3ecc1a34516409a53c2a | fix(deps): update to v1.26.0 | [
{
"change_type": "MODIFY",
"diff": "},\n\"dependencies\": {\n\"@ecomplus/client\": \"^2.2.1\",\n- \"@ecomplus/i18n\": \"^1.25.0\",\n+ \"@ecomplus/i18n\": \"^1.26.0\",\n\"@ecomplus/passport-client\": \"^1.1.1\",\n\"@ecomplus/shopping-cart\": \"^2.5.5\",\n\"@ecomplus/storefront-components\": \"^1.0.0-beta.111... | JavaScript | MIT License | ecomplus/storefront | fix(deps): update @ecomplus/i18n to v1.26.0 | 1 | fix | deps |
217,922 | 10.01.2022 21:11:32 | -3,600 | 82d76e9233ea0cd9609a2a8f9f9fae68250266d5 | fix(pricing): fixed universalis API spamming and input acting up | [
{
"change_type": "MODIFY",
"diff": "@@ -98,7 +98,7 @@ export class ListPricingRowComponent extends TeamcraftComponent {\npublic translate: TranslateService) {\nsuper();\nthis.updates$.pipe(\n- debounceTime(100),\n+ debounceTime(1000),\ntakeUntil(this.onDestroy$)\n).subscribe((update) => {\nthis.listPricingS... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(pricing): fixed universalis API spamming and input acting up | 1 | fix | pricing |
217,922 | 10.01.2022 21:11:45 | -3,600 | fb51fca17109cf8e4c340d51e5f8b6309fed72f1 | chore(release): 9.4.4 | [
{
"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=\"9.4.4\"></a>\n+## [9.4.4](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compare/... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 9.4.4 | 1 | chore | release |
317,646 | 10.01.2022 21:17:57 | -3,600 | 00a09ca89405fe7baac087ddbdcbaa08f5cad6f9 | docs: expose expires_in for authentication | [
{
"change_type": "MODIFY",
"diff": "@@ -31,7 +31,7 @@ module.exports = async function (context, req) {\nredirect(context, segment, tokens, '');\n} catch (error) {\ncontext.log(`Error: ${error.stack}`);\n- let buff = new Buffer(error.stack);\n+ let buff = Buffer.from(error.stack);\nlet message = buff.toStrin... | Go | MIT License | jandedobbeleer/oh-my-posh | docs: expose expires_in for authentication | 1 | docs | null |
780,866 | 10.01.2022 21:40:28 | 10,800 | baff69b338a36d2c7070b5124c623eb45e9bcfe2 | fix(template/themes): update custom icons selectors [skip ci] | [
{
"change_type": "MODIFY",
"diff": "@@ -40,7 +40,7 @@ main {\ni:before {\ncontent: \"\";\ndisplay: inline-block;\n- background-repeat: no-repeat;\n+ background-color: var(--white);\nwidth: 36px;\nheight: 36px;\n-webkit-mask: url(\"https://ecom.nyc3.digitaloceanspaces.com/storefront/clean/cart.svg\") no-repe... | JavaScript | MIT License | ecomplus/storefront | fix(template/themes): update custom icons selectors [skip ci] | 1 | fix | template/themes |
780,866 | 10.01.2022 21:43:24 | 10,800 | 1b9b408efdf5fc8f89c28df9ebb0afd327464a2b | feat(template/themes): set line awesome as default icons font for some themes | [
{
"change_type": "MODIFY",
"diff": "+$icons-font: \"line-awesome\" !default;\n+\n// Cerulean 4.6.1\n// Bootswatch\n",
"new_path": "@ecomplus/storefront-template/template/scss/themes/cerulean/_variables.scss",
"old_path": "@ecomplus/storefront-template/template/scss/themes/cerulean/_variables.scss"
... | JavaScript | MIT License | ecomplus/storefront | feat(template/themes): set line awesome as default icons font for some themes | 1 | feat | template/themes |
780,866 | 10.01.2022 21:44:11 | 10,800 | 1780e0006946d0f76571b4a6202755e90bd9db57 | chore(template/footer): edit footer links icon colors | [
{
"change_type": "MODIFY",
"diff": "padding-left: 0;\nlist-style: none;\n+ i {\n+ color: var(--text-muted);\n+ }\n+\n@media (min-width: 576px) {\nfont-size: 94%;\n}\n",
"new_path": "@ecomplus/storefront-template/template/scss/components/_footer.scss",
"old_path": "@ecomplus/storefront-template/templ... | JavaScript | MIT License | ecomplus/storefront | chore(template/footer): edit footer links icon colors | 1 | chore | template/footer |
780,866 | 10.01.2022 21:46:17 | 10,800 | da99b3a209deb2be8cf7ba68603f39e1d6f22d38 | fix(template/product-block): fix size guide i18n, add ruler icon and modal times | [
{
"change_type": "MODIFY",
"diff": "<div data-slot=\"variations-info\">\n<!-- Custom info for products with variations, such as sizes table link -->\n<% if (opt.size_guide && opt.size_guide.image) { %>\n- <% const sizeGuideTitle = opt.size_guide.title || 'Tabela de medidas' %>\n+ <% const sizeGuideTitle = o... | JavaScript | MIT License | ecomplus/storefront | fix(template/product-block): fix size guide i18n, add ruler icon and modal times | 1 | fix | template/product-block |
791,370 | 10.01.2022 21:55:58 | 25,200 | 88cacd5758491993da9a3196d7d9a3bcec4e7fc0 | test(spanner): move testing helper to a test
Fixes: | [
{
"change_type": "MODIFY",
"diff": "@@ -37,9 +37,11 @@ import (\n\"cloud.google.com/go/civil\"\n\"cloud.google.com/go/internal/testutil\"\n\"cloud.google.com/go/internal/uid\"\n+ \"cloud.google.com/go/internal/version\"\ndatabase \"cloud.google.com/go/spanner/admin/database/apiv1\"\ninstance \"cloud.google.... | Go | Apache License 2.0 | googleapis/google-cloud-go | test(spanner): move testing helper to a test (#5327)
Fixes: #5326 | 1 | test | spanner |
317,646 | 10.01.2022 21:59:49 | -3,600 | 3f3ac131b3de506da2be4536bc7cfda900535856 | docs: new code block theme | [
{
"change_type": "MODIFY",
"diff": "@@ -15,8 +15,6 @@ module.exports = {\n],\nthemeConfig: {\nprism: {\n- theme: require(\"prism-react-renderer/themes/duotoneLight\"),\n- darkTheme: require(\"prism-react-renderer/themes/oceanicNext\"),\nadditionalLanguages: ['powershell', 'lua', 'jsstacktrace'],\n},\nnavbar... | Go | MIT License | jandedobbeleer/oh-my-posh | docs: new code block theme | 1 | docs | null |
71,429 | 10.01.2022 22:00:31 | -32,400 | 304f5b6974f1121a8a5ff802076dffe2eff9f407 | feat(eks): cluster tagging
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": "@@ -28,6 +28,7 @@ export interface ClusterResourceProps {\nreadonly secretsEncryptionKey?: kms.IKey;\nreadonly onEventLayer?: lambda.ILayerVersion;\nreadonly clusterHandlerSecurityGroup?: ec2.ISecurityGroup;\n+ readonly tags?: { [key: string]: string };\n}\n/**\n@@ -89,6 ... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(eks): cluster tagging (#4995) (#18109)
Fixes #4995
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | feat | eks |
251,188 | 10.01.2022 22:05:19 | -10,800 | 860f0e57b5888fa39d9d649a6a1f2070fe4cb9cd | chore: add u2f packed bytes dump | [
{
"change_type": "MODIFY",
"diff": "@@ -12,6 +12,7 @@ import javax.enterprise.context.ApplicationScoped;\nimport javax.inject.Inject;\nimport javax.inject.Named;\n+import org.apache.commons.codec.binary.Hex;\nimport org.apache.commons.io.IOUtils;\nimport org.gluu.oxauth.crypto.signature.SHA256withECDSASigna... | Java | MIT License | gluufederation/oxauth | chore: add u2f packed bytes dump | 1 | chore | null |
217,922 | 10.01.2022 22:08:48 | -3,600 | 210a8e91c0c4e8395d8844c6780bb0aa1ddc2bee | fix(lists): fixed a bug preventing lists from updating properly in database | [
{
"change_type": "MODIFY",
"diff": "@@ -220,9 +220,6 @@ export class ListsEffects {\nofType<UpdateListProgress>(ListsActionTypes.UpdateListProgress),\ndebounceTime(1000),\nwithLatestFrom(this.listsFacade.selectedListPermissionLevel$),\n- filter(([, permission]) => {\n- return permission < PermissionLevel.WR... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(lists): fixed a bug preventing lists from updating properly in database | 1 | fix | lists |
317,646 | 10.01.2022 22:14:31 | -3,600 | a36063a580bd74e32191e81fda09b550a89a3ee9 | fix(strava): rename Icon | [
{
"change_type": "MODIFY",
"diff": "@@ -8,10 +8,10 @@ import StravaConnect from '/img/strava_connect.svg';\n## What\n-[Strava][strava] ia a popular activity tracker for bike, run or any other traning.\n-To keep up with your training goals it is important to be constantly reminded about it.\n-A Strava Oh My ... | Go | MIT License | jandedobbeleer/oh-my-posh | fix(strava): rename Icon | 1 | fix | strava |
530,289 | 10.01.2022 22:26:00 | 28,800 | 8af8cfde2fe66ced5c555ef3ced5096a80f04f3e | fix(build-workflow): self mutation commits are not signed
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": "@@ -86,7 +86,7 @@ jobs:\n- name: Push changes\nrun: |-2\ngit add .\n- git commit -m \"chore: self mutation\"\n+ git commit -m -s \"chore: self mutation\"\ngit push origin HEAD:${{ github.event.pull_request.head.ref }}\npackage-js:\nneeds: build\n",
"new_path": ".githu... | TypeScript | Apache License 2.0 | projen/projen | fix(build-workflow): self mutation commits are not signed (#1509)
Fixes #1508
---
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. | 1 | fix | build-workflow |
756,013 | 10.01.2022 22:26:35 | 21,600 | 44e90b0bac378c77f14c2a7a7f1e93816a4c66c9 | fix(agoric-cli): use `https://github.com` instead of `git://...` | [
{
"change_type": "MODIFY",
"diff": "@@ -11,7 +11,7 @@ import startMain from './start.js';\nimport walletMain from './open.js';\nconst DEFAULT_DAPP_TEMPLATE = 'dapp-fungible-faucet';\n-const DEFAULT_DAPP_URL_BASE = 'git://github.com/Agoric/';\n+const DEFAULT_DAPP_URL_BASE = 'https://github.com/Agoric/';\ncon... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(agoric-cli): use `https://github.com` instead of `git://...` | 1 | fix | agoric-cli |
266,179 | 10.01.2022 22:28:30 | 28,800 | 0a58b143f1c2c620dca66c6b64896412709993a9 | chore: Add check for tests in directory
See for more info | [
{
"change_type": "MODIFY",
"diff": "@@ -184,6 +184,11 @@ PYTEST_COMMON_ARGS = [\"--junitxml=sponge_log.xml\"]\ndef _session_tests(\nsession: nox.sessions.Session, post_install: Callable = None\n) -> None:\n+ # check for presence of tests\n+ test_list = glob.glob(\"*_test.py\") + glob.glob(\"test_*.py\")\n+ ... | Python | Apache License 2.0 | googleapis/synthtool | chore: Add check for tests in directory (#1321)
See https://github.com/GoogleCloudPlatform/python-docs-samples/pull/7342 for more info | 1 | chore | null |
531,793 | 10.01.2022 22:40:30 | 0 | 500cab0bdf943afa2cb891d19476a9b08af3dfe9 | fix(ci): update node version in package-lock.json | [
{
"change_type": "MODIFY",
"diff": "@@ -22,7 +22,7 @@ jobs:\n- name: Synchronise Node version in actions\nrun: |\nsed -i -E s/'([\\ \\t]+)node-version: .+'/'\\1node-version: ${{ env.NODE_VERSION }}'/g .github/workflows/*\n- sed -i -E s/'([\\ \\t]+)\"node\": .+'/'\\1\"node\": \"${{ env.NODE_VERSION }}\"'/g u... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ci): update node version in package-lock.json | 1 | fix | ci |
531,793 | 10.01.2022 22:56:39 | 0 | c99e4d40af8b6cb8948caf4af15f8b783081f619 | fix(ui): update e2e engine version | [
{
"change_type": "MODIFY",
"diff": "@@ -22,7 +22,7 @@ jobs:\n- name: Synchronise Node version in actions\nrun: |\nsed -i -E s/'([\\ \\t]+)node-version: .+'/'\\1node-version: ${{ env.NODE_VERSION }}'/g .github/workflows/*\n- sed -i -E s/'([\\ \\t]+)\"node\": .+'/'\\1\"node\": \"${{ env.NODE_VERSION }}\"'/g u... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): update e2e engine version | 1 | fix | ui |
551,645 | 10.01.2022 23:03:59 | -7,200 | 81e38a9a4508e829533a5eee97b0c3d60f189ab1 | fix(core): check value block offset for sparse keys | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,9 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)\nset(CMAKE_CXX_VISIBILITY_PRESET hidden)\nset(CMAKE_C_VISIBILITY_PRESET hidden)\n-set(CMAKE_VERBOSE_MAKEFILE ON)\n+\n+# use this is for debug purposes\n+#set(CMAKE_VERBOSE_MAKEFILE ON)\n# deal with windows slashes in... | Java | Apache License 2.0 | questdb/questdb | fix(core): check value block offset for sparse keys (#1776) | 1 | fix | core |
471,349 | 10.01.2022 23:11:15 | -7,200 | e1e2d0e8888a8786a3252d4debfc5224719098fc | ci: fix browser cache hashing issues | [
{
"change_type": "MODIFY",
"diff": "@@ -74,24 +74,24 @@ jobs:\nRUN_MYSQL_TESTS: 1\nRUN_POSTGRES_TESTS: 1\nRUN_REDIS_TESTS: 1\n- OPENTELEMETRY_MEMCACHED_HOST: localhost\n- OPENTELEMETRY_MEMCACHED_PORT: 11211\n- POSTGRES_USER: postgres\n- POSTGRES_DB: circle_database\n- POSTGRES_HOST: localhost\n- POSTGRES_PO... | TypeScript | Apache License 2.0 | open-telemetry/opentelemetry-js-contrib | ci: fix browser cache hashing issues (#821) | 1 | ci | null |
841,509 | 11.01.2022 02:11:04 | 28,800 | a2f2b5ac8924ce635fc9547057da287864fe188a | feat(plugin): Don't serialize/deserialize needlessly
swc_common:
- Add `Serialized`.
swc_plugin_runner:
- Accept `Serialized` instead of `Program`.
- Pass `Serialized` from previous plugin instead of deserializing it. | [
{
"change_type": "MODIFY",
"diff": "@@ -3424,7 +3424,6 @@ dependencies = [\n\"libloading\",\n\"once_cell\",\n\"parking_lot\",\n- \"rkyv\",\n\"serde\",\n\"serde_json\",\n\"swc_atoms\",\n",
"new_path": "Cargo.lock",
"old_path": "Cargo.lock"
},
{
"change_type": "MODIFY",
"diff": "@@ -42,9 +... | Rust | Apache License 2.0 | swc-project/swc | feat(plugin): Don't serialize/deserialize needlessly (#3227)
swc_common:
- Add `Serialized`.
swc_plugin_runner:
- Accept `Serialized` instead of `Program`.
- Pass `Serialized` from previous plugin instead of deserializing it. | 1 | feat | plugin |
841,428 | 11.01.2022 02:13:12 | 18,000 | 956514953940556847e7a5b42d7f1f21cffe9dd8 | fix(es/modules): Fix lazy import handling
swc_ecma_transforms_module:
- `common_js`: Correctly track lazy imports. (Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -647,10 +647,7 @@ where\nfn fold_prop(&mut self, p: Prop) -> Prop {\nmatch p {\n- Prop::Shorthand(ident) => {\n- let top_level = self.in_top_level;\n- Scope::fold_shorthand_prop(self, top_level, ident)\n- }\n+ Prop::Shorthand(ident) => Scope::fold_shorthand_prop(self, ... | Rust | Apache License 2.0 | swc-project/swc | fix(es/modules): Fix lazy import handling (#3211)
swc_ecma_transforms_module:
- `common_js`: Correctly track lazy imports. (Closes #3081) | 1 | fix | es/modules |
217,237 | 11.01.2022 04:33:19 | -10,800 | e32e477722d68076cdeb59b95ae635d48924dd37 | promo: update tagline description | [
{
"change_type": "MODIFY",
"diff": "\"description\": \"DocFeedback block=Subtitle\"\n},\n\"features.hero.tagline\": {\n- \"message\": \"Structural methodology for frontend projects\",\n- \"description\": \"Structural methodology for frontend projects\"\n+ \"message\": \"Architectural methodology for fronten... | JavaScript | MIT License | feature-sliced/documentation | promo: update tagline description | 1 | promo | null |
71,720 | 11.01.2022 08:19:24 | -46,800 | 93cd7769b7b68ab6985c357c4d2f2137bb631553 | feat(lambda-event-sources): adds `AuthenticationMethod.CLIENT_CERTIFICATE_TLS_AUTH` to kafka
This PR adds a new enum value, `CLIENT_CERTIFICATE_TLS_AUTH`, to `SelfManagedKafkaEventSource`.
[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-sourceaccessconfiguration.html).
*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": "@@ -53,6 +53,10 @@ export enum AuthenticationMethod {\n* BASIC_AUTH (SASL/PLAIN) authentication method for your Kafka cluster\n*/\nBASIC_AUTH = 'BASIC_AUTH',\n+ /**\n+ * CLIENT_CERTIFICATE_TLS_AUTH (mTLS) authentication method for your Kafka cluster\n+ */\n+ CLIENT_CERTIF... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(lambda-event-sources): adds `AuthenticationMethod.CLIENT_CERTIFICATE_TLS_AUTH` to kafka (#17920)
This PR adds a new enum value, `CLIENT_CERTIFICATE_TLS_AUTH`, to `SelfManagedKafkaEventSource`.
[Docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-sourceaccessconfiguration.html).
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | feat | lambda-event-sources |
791,282 | 11.01.2022 08:29:35 | 28,800 | 5437c12945595325f7df098f707b2691cc8011be | feat(compute): release 1.0.0
Release-As: 1.0.0 | [
{
"change_type": "MODIFY",
"diff": "// Package compute is an auto-generated package for the\n// Google Compute Engine API.\n//\n-// NOTE: This package is in beta. It is not stable, and may be subject to changes.\n-//\n// Example usage\n//\n// To get started with this package, create a client.\n",
"new_p... | Go | Apache License 2.0 | googleapis/google-cloud-go | feat(compute): release 1.0.0 (#5328)
Release-As: 1.0.0 | 1 | feat | compute |
777,389 | 11.01.2022 09:22:21 | 28,800 | 4f2ced6fcbbf6e5d391c8e35d4ac1f22fac21565 | fix: address experiment name going out of sync with db
fix an issue where updating an experiment name wouldn't reflect the change in its job
representation until a master restart. | [
{
"change_type": "ADD",
"diff": "+:orphan:\n+\n+**Bug Fixes**\n+\n+- fix an issue where the updating an experiment name wouldn't reflect the change in its job\n+ representation until a master restart.\n",
"new_path": "docs/release-notes/3414-fix-jobname-not-updating.txt",
"old_path": null
},
{
... | Python | Apache License 2.0 | determined-ai/determined | fix: address experiment name going out of sync with db (#3414)
fix an issue where updating an experiment name wouldn't reflect the change in its job
representation until a master restart. | 1 | fix | null |
426,660 | 11.01.2022 09:41:56 | -36,000 | fab4a8529b6aeb501a5d5edbfd6093f5274aa152 | fix: check isTTY to prevent node from crashing | [
{
"change_type": "MODIFY",
"diff": "@@ -23,9 +23,11 @@ export class DynamicTerminal extends EventEmitter<EventMap> {\nconsole.log('');\nthis.interceptConsoleOutput();\n+ if (process.stdin.isTTY === true) {\nprocess.stdin.resume();\nprocess.stdin.setEncoding('utf8');\nprocess.stdin.addListener('data', this.o... | TypeScript | MIT License | modernweb-dev/web | fix: check isTTY to prevent node from crashing | 1 | fix | null |
386,595 | 11.01.2022 09:58:44 | -7,200 | 4518a3f5d9fe539b1e262ac48610c03b43404882 | chore(block-dev): Fix render test function prototypes. | [
{
"change_type": "MODIFY",
"diff": "@@ -20,8 +20,16 @@ import { render } from '@testing-library/react';\nimport mockBlock from './mockBlock.js';\n-const runMockRenderTests = ({ examples, logger, meta, mocks, reset = () => null, schema }) => {\n- const { before, getProps } = mockBlock({ meta, logger, schema ... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | chore(block-dev): Fix render test function prototypes. | 1 | chore | block-dev |
217,922 | 11.01.2022 10:01:30 | -3,600 | 86db58b759a7907cf30a1f476f1d1845eef0b0a2 | fix(lists): fixed navigation breakdown not marking final items as done properly | [
{
"change_type": "MODIFY",
"diff": "@@ -233,7 +233,8 @@ export class ListDetailsPanelComponent implements OnChanges, OnInit {\nitem_amount: item.amount_needed - item.done,\ntype: partial.type,\ngatheringType: partial.gatheringType,\n- monster: partial.monster\n+ monster: partial.monster,\n+ fnalItem: this.f... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(lists): fixed navigation breakdown not marking final items as done properly | 1 | fix | lists |
711,597 | 11.01.2022 10:08:38 | 0 | ba060b4c54037255ef03649612822ef416d0c275 | fix(core): Fix error with certain custom field config
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -127,7 +127,13 @@ function registerCustomFieldsForEntity(\n}\n}\n- if (customFields.filter(f => f.type === 'relation').length === customFields.length) {\n+ const relationFieldsCount = customFields.filter(f => f.type === 'relation').length;\n+ const nonLocaleStringField... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Fix error with certain custom field config
Fixes #1337 | 1 | fix | core |
185,944 | 11.01.2022 10:16:57 | 21,600 | 049d39b5d51986ce494cc420257293ccec4ad652 | refactor: make getReleasedVersions() private | [
{
"change_type": "MODIFY",
"diff": "import { EditorValues } from '../interfaces';\nimport { USER_DATA_PATH } from './constants';\n-import { getReleasedVersions } from './versions';\n+import { isReleasedMajor } from './versions';\nimport { readFiddle } from '../utils/read-fiddle';\nimport * as fs from 'fs-ex... | TypeScript | MIT License | electron/fiddle | refactor: make getReleasedVersions() private (#937) | 1 | refactor | null |
217,922 | 11.01.2022 10:32:28 | -3,600 | 07c36591014ce18d023f5c79bb92f93e85bf67a0 | fix(desktop): app should now properly open on last visited link | [
{
"change_type": "MODIFY",
"diff": "@@ -431,12 +431,13 @@ export class AppComponent implements OnInit {\n).subscribe((event: any) => {\nthis.tutorialService.reset();\nthis.seoService.resetConfig();\n- this.ipc.send('navigated', event.url);\nif (this.overlay) {\nthis.ipc.on(`overlay:${this.ipc.overlayUri}:op... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(desktop): app should now properly open on last visited link | 1 | fix | desktop |
217,922 | 11.01.2022 10:33:15 | -3,600 | 61df41343a183307de60572205b2f024514a8fad | chore(release): 9.4.5 | [
{
"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=\"9.4.5\"></a>\n+## [9.4.5](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compare/... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 9.4.5 | 1 | chore | release |
134,849 | 11.01.2022 10:33:48 | -3,600 | 6ff2cc5c89856f33dd63a217f7d2a270c88a11e2 | chore: update template to use forma ^4.0.0 | [
{
"change_type": "MODIFY",
"diff": "\"package\": {\n\"dependencies\": {\n\"@contentful/app-sdk\": \"^4.3.0\",\n- \"@contentful/f36-components\": \"latest\",\n- \"@contentful/f36-tokens\": \"latest\",\n+ \"@contentful/f36-components\": \"^4.0.0\",\n+ \"@contentful/f36-tokens\": \"^4.0.0\",\n\"contentful-mana... | JavaScript | MIT License | contentful/create-contentful-app | chore: update template to use forma ^4.0.0 | 1 | chore | null |
277,287 | 11.01.2022 10:43:30 | -3,600 | 575f1daed59643d7f56e24835997222f3fe284e9 | fix: Select color on swatch color picker | [
{
"change_type": "MODIFY",
"diff": "import * as Fluent from '@fluentui/react'\nimport { B, Id, S } from 'h2o-wave'\n-import React from 'react'\n+import React, { useState } from 'react'\nimport { stylesheet } from 'typestyle'\nimport { border, cssVar, formItemWidth, margin } from './theme'\nimport { wave } f... | Python | Apache License 2.0 | h2oai/wave | fix: Select color on swatch color picker #1099 (#1165) | 1 | fix | null |
141,579 | 11.01.2022 10:45:29 | -39,600 | 4c1cac89cbdc410893c763c3c8d6162aacd3bb43 | fix: release dockerfile python version name change | [
{
"change_type": "MODIFY",
"diff": "@@ -3,11 +3,11 @@ FROM node:16-alpine\nRUN apk update && apk add --no-cache \\\ngit \\\nopenssh \\\n- python \\\n+ python2 \\\npy-pip \\\ngcc \\\nalpine-sdk \\\n- python-dev\n+ python2-dev\nRUN pip install \\\nawscli\n",
"new_path": ".buildkite/dockerfiles/release.Doc... | TypeScript | MIT License | cultureamp/kaizen-design-system | fix: release dockerfile python version name change (#2396) | 1 | fix | null |
777,385 | 11.01.2022 10:55:15 | 28,800 | 01da99778904fb7d6503f08101c29d4bf566126e | feat: pass metrics to simple reducer in original order | [
{
"change_type": "MODIFY",
"diff": "@@ -215,11 +215,12 @@ class DistributedContext:\nreturn [stuff]\nlogging.debug(f\"Worker {self.get_rank()} beginning zmq gather.\")\nif self._is_chief:\n- worker_stuff, _ = self._chief_zmq.gather_with_polling(lambda: None)\n+ worker_stuff_ranked, _ = self._chief_zmq.gathe... | Python | Apache License 2.0 | determined-ai/determined | feat: pass metrics to simple reducer in original order (#3405) | 1 | feat | null |
317,842 | 11.01.2022 11:15:26 | -3,600 | c687512fbaa1b53dd47bef8c25b212d88c2aa3db | feat(strava): add hyperlink to activity
VirtualRide icon like Ride
Watts, HearRate, Kudos info | [
{
"change_type": "MODIFY",
"diff": "@@ -16,7 +16,7 @@ and can also indicate by a color if it is time to get away from your computer an\n## Accessing your Strava data\nTo allow Oh My Posh access your Strava data you need to grant access to read your public activities.\n-This will give you an access and a ref... | Go | MIT License | jandedobbeleer/oh-my-posh | feat(strava): add hyperlink to activity
VirtualRide icon like Ride
Watts, HearRate, Kudos info | 1 | feat | strava |
667,680 | 11.01.2022 11:20:20 | -28,800 | 3d19abf14e6f58f7391a5cb48d8e3bf976b9a4aa | feat(android): `HIDDEN_LIBRARY_SYMBOL` flag affects 3rd party libraries | [
{
"change_type": "MODIFY",
"diff": "@@ -90,7 +90,7 @@ INCLUDE_ABI_X86_64=false\nV8_COMPONENT=auto\n#\n-# Whether to hide Hippy library symbols\n+# Whether to hide library symbols\n#\n# * true(recommend): hide non-export symbols from library:\n# it can very substantially improve load times of libraries,\n",
... | C++ | Apache License 2.0 | tencent/hippy | feat(android): `HIDDEN_LIBRARY_SYMBOL` flag affects 3rd party libraries | 1 | feat | android |
386,581 | 11.01.2022 11:23:22 | -7,200 | 2de38b5020498d9620a4cfbebb8e874aa4474c54 | chore: Update server dev scripts. | [
{
"change_type": "MODIFY",
"diff": "# @lowdefy/server\n+## Development\n+\n+To run the server in locally as a development server, run the following:\n+\n+- Run `yarn && yarn build` at the root of the repository.\n+- Add a `lowdefy.yaml` file in the server directory (`packages/server`).\n+- run `yarn dev` in... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | chore: Update server dev scripts. | 1 | chore | null |
815,577 | 11.01.2022 11:51:02 | -28,800 | b09fb0b480fb1d704c542644be000744311adc66 | chore: lock tentacle | [
{
"change_type": "MODIFY",
"diff": "@@ -19,9 +19,9 @@ checksum = \"ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e\"\n[[package]]\nname = \"aead\"\n-version = \"0.3.2\"\n+version = \"0.4.3\"\nsource = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"7fc95d1bdb8e6666b... | Rust | MIT License | nervosnetwork/ckb | chore: lock tentacle | 1 | chore | null |
791,704 | 11.01.2022 11:59:48 | 28,800 | ccbe8fcac957412282a27ce75ed8c7233832c8b2 | misc(build): set correct exit code when build scripts fail | [
{
"change_type": "MODIFY",
"diff": "@@ -211,12 +211,15 @@ async function cli(argv) {\n// Take paths relative to cwd and build.\nconst [entryPath, distPath] = argv.slice(2)\n.map(filePath => path.resolve(process.cwd(), filePath));\n- build(entryPath, distPath);\n+ await build(entryPath, distPath);\n}\n// Tes... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc(build): set correct exit code when build scripts fail (#13459) | 1 | misc | build |
756,064 | 11.01.2022 12:03:08 | 28,800 | fa3c9e1253d195c3aa06646a0e91fcc456845b7f | chore: rearrange device test files
Just move a batch of files down into test/devices/ , no behavioral changes | [
{
"change_type": "RENAME",
"diff": "",
"new_path": "packages/SwingSet/test/devices/bootstrap-0.js",
"old_path": "packages/SwingSet/test/files-devices/bootstrap-0.js"
},
{
"change_type": "RENAME",
"diff": "",
"new_path": "packages/SwingSet/test/devices/bootstrap-1.js",
"old_path":... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore: rearrange device test files
Just move a batch of files down into test/devices/ , no behavioral changes | 1 | chore | null |
699,201 | 11.01.2022 12:07:00 | 18,000 | a8579d4c91248bd8d14de30d9876a0a054272b3f | chore: update roadmap table to use status pattern | [
{
"change_type": "MODIFY",
"diff": "import * as React from 'react';\nimport {Box} from '@twilio-paste/box';\n-import {Badge} from '@twilio-paste/badge';\nimport {Table, THead, TBody, Tr, Td, Th} from '@twilio-paste/table';\nimport {Stack} from '@twilio-paste/stack';\nimport {useUID} from '@twilio-paste/uid-... | TypeScript | MIT License | twilio-labs/paste | chore: update roadmap table to use status pattern | 1 | chore | null |
104,828 | 11.01.2022 12:09:52 | -3,600 | 12b4b77da6b961ece5ba483dd84fd0cf116e7660 | fix(menubutton): hide menu shadow covering button | [
{
"change_type": "MODIFY",
"diff": "// The padding $spacing-05 was added globally to all ghost button sizes at some point,\n// but it should probably only be applied to the default size so we have added exceptions here\n// once we found they were needed in order not to break any existing functionality.\n- /... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(menubutton): hide menu shadow covering button | 1 | fix | menubutton |
126,276 | 11.01.2022 12:25:37 | 10,800 | 9a85f59997f7efe3e8e7dd24980f5500f628c885 | test(embedded/sql): unit testing temporal queries | [
{
"change_type": "MODIFY",
"diff": "@@ -4425,14 +4425,72 @@ func TestTemporalQueries(t *testing.T) {\nerr = engine.SetDefaultDatabase(\"db1\")\nrequire.NoError(t, err)\n- _, _, err = engine.Exec(\"CREATE TABLE IF NOT EXISTS timestamp_table (id INTEGER AUTO_INCREMENT, ts TIMESTAMP, PRIMARY KEY id)\", nil, ni... | Go | Apache License 2.0 | codenotary/immudb | test(embedded/sql): unit testing temporal queries
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | test | embedded/sql |
866,394 | 11.01.2022 12:34:15 | 18,000 | eb86df690ee7b9380ee6bc70e42801cb09726532 | chore(support): add assignees for issue templates | [
{
"change_type": "MODIFY",
"diff": "-name: User story\n+name: (Carbon team only) User story\ndescription:\nWrite a user story to begin solving their needs.\ntitle: '[YOUR TITLE]: Brief description'\n",
"new_path": ".github/ISSUE_TEMPLATE/user_story.yaml",
"old_path": ".github/ISSUE_TEMPLATE/user_sto... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(support): add assignees for issue templates (#923)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> | 1 | chore | support |
126,276 | 11.01.2022 12:41:53 | 10,800 | 71f8b944e8497b159564e30474b4eb72b5c0041a | fix(embedded/sql): adjust named parameter parsing | [
{
"change_type": "MODIFY",
"diff": "@@ -4451,7 +4451,7 @@ func TestTemporalQueries(t *testing.T) {\n})\nt.Run(\"querying data with a greater tx should not return any row\", func(t *testing.T) {\n- r, err := engine.Query(\"SELECT id, title FROM table1 AFTER TX @tx_id\", map[string]interface{}{\"tx_id\": hdr.... | Go | Apache License 2.0 | codenotary/immudb | fix(embedded/sql): adjust named parameter parsing
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | fix | embedded/sql |
688,498 | 11.01.2022 12:41:59 | -7,200 | 574db0fc37cfa305005e65bce2abe311cde75271 | fix(section): allow ellipsis in title and subtitle content | [
{
"change_type": "ADD",
"diff": "+---\n+\"@toptal/picasso-lab\": patch\n+\"@toptal/picasso\": patch\n+---\n+\n+fix(section): [SPC-1575] allow ellipsis in title and subtitle content\n",
"new_path": ".changeset/healthy-dolls-sort.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": ... | TypeScript | MIT License | toptal/picasso | fix(section): allow ellipsis in title and subtitle content (#2370) | 1 | fix | section |
777,353 | 11.01.2022 12:50:55 | 21,600 | 39568043eda392790fbcebe026df4bd0461edac2 | fix: show correct total gpu capacity | [
{
"change_type": "MODIFY",
"diff": "import React, { useCallback, useEffect, useState } from 'react';\nimport { useStore } from 'contexts/Store';\n-import { useFetchAgents } from 'hooks/useFetch';\n+import { useFetchAgents, useFetchResourcePools } from 'hooks/useFetch';\nimport usePolling from 'hooks/usePoll... | Python | Apache License 2.0 | determined-ai/determined | fix: show correct total gpu capacity [DET-3733] (#3385) | 1 | fix | null |
104,828 | 11.01.2022 13:14:44 | -3,600 | b353f5b0e46b1ac6ce888cb4eaf1c76b24e4c104 | fix(menubutton): fix rtl issues | [
{
"change_type": "MODIFY",
"diff": "right: initial;\n}\n+ // The padding $spacing-05 was added globally to all ghost button sizes at some point,\n+ // but it should probably only be applied to the default size so we have added exceptions here\n+ // once we found they were needed in order not to break any ex... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(menubutton): fix rtl issues | 1 | fix | menubutton |
277,273 | 11.01.2022 13:17:23 | 28,800 | 9c064d5b6407f0a0b8c11006e2ef76ebaf71a578 | fix: Handle base-url properly for auth paths | [
{
"change_type": "MODIFY",
"diff": "@@ -80,9 +80,11 @@ type Auth struct {\nconf *AuthConf\noauth *oauth2.Config\nsessions map[string]Session\n+ initURL string\n+ loginURL string\n}\n-func newAuth(conf *AuthConf) (*Auth, error) {\n+func newAuth(conf *AuthConf, initURL, loginURL string) (*Auth, error) {\noaut... | Python | Apache License 2.0 | h2oai/wave | fix: Handle base-url properly for auth paths #59 | 1 | fix | null |
277,273 | 11.01.2022 13:37:09 | 28,800 | aa28c96edb0ce90f4363a923b2000656ed523c4b | docs: Add note about -base-url to -oidc-redirect-url docs | [
{
"change_type": "MODIFY",
"diff": "@@ -107,7 +107,7 @@ Wave has built-in support for [OpenID Connect](https://openid.net/connect/).\nTo enable OpenID Connect, pass the following flags when starting the Wave server:\n- `-oidc-provider-url`: The URL for authentication (the identity provider's URL).\n-- `-oid... | Python | Apache License 2.0 | h2oai/wave | docs: Add note about -base-url to -oidc-redirect-url docs | 1 | docs | null |
688,413 | 11.01.2022 14:03:41 | -7,200 | 897b8cb72a268ffd7bfbd31e31960c13ad6f1ea9 | chore: add picasso codemods changeset | [
{
"change_type": "ADD",
"diff": "+---\n+'@toptal/picasso-codemod': minor\n+---\n+\n+- Add CLI to run codemods without installation the package.\n+\n+Example:\n+\n+```\n+npx @toptal/picasso-codemod v17.0.0/typography-sizes\n+```\n+\n+- Monorepo support for Picasso codemods.\n+\n+commit: 09b4209\n+user: denie... | TypeScript | MIT License | toptal/picasso | chore: add picasso codemods changeset (#2373) | 1 | chore | null |
447,440 | 11.01.2022 14:18:42 | 18,000 | 859aa0c73fa1629bf1dd058cbdc3d6272b5f0448 | fix: checkbox and radio description styles | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ const StyledItemDescription = attachThemeAttrs(styled.span)`\ncolor: ${props => lighten(props.palette.text.label, 0.2)};\ndisplay: inline-block;\nmargin-left: 2rem;\n- line-height: 1em;\n+ line-height: 1.35em;\nmargin-bottom: ${MARGIN_SMALL};\n${props => p... | JavaScript | MIT License | nexxtway/react-rainbow | fix: checkbox and radio description styles (#2353) | 1 | fix | null |
217,922 | 11.01.2022 14:18:55 | -3,600 | 62b67df2de27040f6b12e38703edd51fd2f2b01d | fix(gearset): properly remove offhands on gear sync | [
{
"change_type": "MODIFY",
"diff": "@@ -46,6 +46,7 @@ export class SyncFromPcapPopupComponent extends TeamcraftComponent {\ngearset.job = classInfo.classId;\ngearset.fromSync = true;\ndelete gearset.crystal;\n+ delete gearset.offHand;\npackets\n.filter(p => p.containerId === 1000)\n.forEach(packet => {\n",
... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(gearset): properly remove offhands on gear sync | 1 | fix | gearset |
217,922 | 11.01.2022 14:22:16 | -3,600 | 1150a9c857f084c56effce4a3b987cf1c4b1fd6d | chore: small display fix | [
{
"change_type": "MODIFY",
"diff": "@import \"../../../../common\";\n.spawned {\n- background-color: fade(@highlight-color, 50%);\n+ color: fade(@highlight-color, 50%);\n}\n",
"new_path": "apps/client/src/app/modules/node-details/node-details/node-details.component.less",
"old_path": "apps/client/sr... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: small display fix | 1 | chore | null |
217,922 | 11.01.2022 14:28:35 | -3,600 | 5d1e806f7ecb56e14b6e459564c0dca4b792d6a4 | fix(desktop): possible fix for page not persisted when quitting the app | [
{
"change_type": "MODIFY",
"diff": "@@ -36,6 +36,9 @@ export class TeamcraftDesktopApp {\nif (process.platform === 'win32' && process.argv.slice(1).toString().indexOf('--') === -1 && process.argv.slice(1).toString().indexOf('.js') === -1) {\nlog.info(`Opening from argv : `, process.argv.slice(1));\ndeepLink... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(desktop): possible fix for page not persisted when quitting the app | 1 | fix | desktop |
915,035 | 11.01.2022 14:31:38 | -3,600 | 7a71b2dab43e125f83950bfcbbcd9a6e2062e18d | chore: new goreleaser config | [
{
"change_type": "MODIFY",
"diff": "-# This is an example goreleaser.yaml file with some sane defaults.\n-# Make sure to check the documentation at http://goreleaser.com\n-project_name: hydra\n+includes:\n+ - from_url:\n+ url: https://raw.githubusercontent.com/ory/xgoreleaser/master/build.tmpl.yml\n+\n+vari... | Go | Apache License 2.0 | ory/hydra | chore: new goreleaser config | 1 | chore | null |
915,035 | 11.01.2022 14:34:32 | -3,600 | 5ca99e5988c6e9262e341c2d5376c3b419909d5c | docs: update bash install | [
{
"change_type": "MODIFY",
"diff": "@@ -212,7 +212,7 @@ which combines both features in one app. Here, we will use deploy that app using\nDocker.\n```shell\n-$ docker pull oryd/hydra-login-consent-node:v1.3.2\n+$ docker pull oryd/hydra-login-consent-node:v1.10.6\n$ docker run -d \\\n--name ory-hydra-example... | Go | Apache License 2.0 | ory/hydra | docs: update bash install | 1 | docs | null |
821,215 | 11.01.2022 14:36:59 | 25,200 | 7197f98233d4391e4f322d16ff4a0cc92f7a4a6f | fix: correct package name | [
{
"change_type": "MODIFY",
"diff": "@@ -98,13 +98,13 @@ export default class CLI extends Generator {\nlet repository = this.destinationRoot().split(path.sep).slice(-2).join('/')\nif (this.githubUser) repository = `${this.githubUser}/${repository.split('/')[1]}`\nconst defaults = {\n- name: this.determineApp... | TypeScript | MIT License | oclif/oclif | fix: correct package name (#792)
@W-10270065@ | 1 | fix | null |
386,581 | 11.01.2022 14:40:16 | -7,200 | f6d6a4e898375889c43b25c214440c15ee33a486 | chore: Disable failing CLI tests. | [
{
"change_type": "MODIFY",
"diff": "@@ -88,69 +88,71 @@ jest.mock('axios', () => {\n};\n});\n-test('valid package and version', async () => {\n- await fetchNpmTarball({ packageName: 'valid-package', version: '1.0.0', directory });\n- expect(true).toBe(true);\n-});\n-\n-test('version does not exist', async (... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | chore: Disable failing CLI tests. | 1 | chore | null |
841,421 | 11.01.2022 14:41:34 | -32,400 | 1edbf1a37a37c5e3a9bf695b4793d0c35c2d6592 | feat(es/ast): Update `is-macro`
swc_ecma_ast:
- Add `as_*` for ast enums. | [
{
"change_type": "MODIFY",
"diff": "@@ -1049,9 +1049,9 @@ checksum = \"68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9\"\n[[package]]\nname = \"is-macro\"\n-version = \"0.1.9\"\n+version = \"0.2.0\"\nsource = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"a322dd16d... | Rust | Apache License 2.0 | swc-project/swc | feat(es/ast): Update `is-macro` (#3226)
swc_ecma_ast:
- Add `as_*` for ast enums. | 1 | feat | es/ast |
756,026 | 11.01.2022 14:42:56 | 28,800 | ec9c2040521eaad7d28c08d5b9d6f29e8d3f087f | docs: fix import file name for image
closes: 3794 | [
{
"change_type": "MODIFY",
"diff": "@@ -106,7 +106,7 @@ changes in pool balances, and what the trader will receive. As before, ΔX\nreflects a balance that will be growing, and ΔY one that will be\nshrinking.\n-\n+\nWhen RUN is speci... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | docs: fix import file name for image (#4275)
closes: 3794
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 1 | docs | null |
126,276 | 11.01.2022 14:48:31 | 10,800 | edaccb246f6b9ada50ae822f48d1aafe80321280 | test(embedded/sql): increse test cases for temporal queries | [
{
"change_type": "MODIFY",
"diff": "@@ -4461,36 +4461,69 @@ func TestTemporalQueries(t *testing.T) {\nrequire.NoError(t, err)\n})\n- t.Run(\"querying data since tx date should not return last row\", func(t *testing.T) {\n+ t.Run(\"querying data since tx date should return the last row\", func(t *testing.T) ... | Go | Apache License 2.0 | codenotary/immudb | test(embedded/sql): increse test cases for temporal queries
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | test | embedded/sql |
791,370 | 11.01.2022 14:56:14 | 25,200 | 09e06d913f7c36947572ed5161fab5bf8ed5b44d | chore(.github): revert to v2 of release-please
With the big refactor the logic to selectively filter commits on
scope was removed. Until that logic is reinstated we will move
back to v2. | [
{
"change_type": "MODIFY",
"diff": "@@ -35,7 +35,7 @@ jobs:\nmatrix:\npackage: ${{fromJson(needs.changeFinder.outputs.submodules)}}\nsteps:\n- - uses: GoogleCloudPlatform/release-please-action@v3\n+ - uses: GoogleCloudPlatform/release-please-action@v2\nid: release-please\nwith:\npath: ${{ matrix.package }}\... | Go | Apache License 2.0 | googleapis/google-cloud-go | chore(.github): revert to v2 of release-please (#5335)
With the big refactor the logic to selectively filter commits on
scope was removed. Until that logic is reinstated we will move
back to v2. | 1 | chore | .github |
126,276 | 11.01.2022 15:07:45 | 10,800 | ad5ade2f3c46c14da0c6140d3a76f8706fcb74a5 | test(embedded/sql): temporal query over leveraging index | [
{
"change_type": "MODIFY",
"diff": "@@ -4487,6 +4487,19 @@ func TestTemporalQueries(t *testing.T) {\nrequire.NoError(t, err)\n})\n+ t.Run(\"querying data with until current tx ordering desc by name should return always the first row\", func(t *testing.T) {\n+ r, err := engine.Query(\"SELECT id FROM table1 U... | Go | Apache License 2.0 | codenotary/immudb | test(embedded/sql): temporal query over leveraging index
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | test | embedded/sql |
419,537 | 11.01.2022 15:11:04 | -10,800 | ff961eaa5b63c34217965a8adaaa6fbe895434ca | refactor(seeder): path like migrations | [
{
"change_type": "MODIFY",
"diff": "@@ -154,13 +154,13 @@ const books: Book[] = new BookFactory(orm.em).each(book => {\n}).make(5);\n```\n-## Default settings\n+## Configuration\nThe seeder has a few default settings that can be changed easily through the MikroORM config. Underneath you find the configurati... | TypeScript | MIT License | mikro-orm/mikro-orm | refactor(seeder): path like migrations (#2605) | 1 | refactor | seeder |
841,473 | 11.01.2022 15:45:01 | -28,800 | b649d23bac1faf5ae0ba9463ba9069d09055b63c | feat(es/compat): Implement object super
swc_ecma_transforms_compat:
- Implement object super. (Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -244,7 +244,8 @@ impl<'a, 'b, P: swc_ecma_visit::Fold> PassBuilder<'a, 'b, P> {\n},\nparameters: compat::es2015::parameters::Config {\nignore_function_length: self.loose,\n- }\n+ },\n+ typescript: syntax.typescript()\n}\n),\nshould_enable(self.target, EsVersion::Es2015... | Rust | Apache License 2.0 | swc-project/swc | feat(es/compat): Implement object super (#3127)
swc_ecma_transforms_compat:
- Implement object super. (Closes #2684) | 1 | feat | es/compat |
791,834 | 11.01.2022 15:48:13 | 21,600 | a1df50a6632f1a36aa2cda6ed9d8f53f07c6be3f | deps: update robots-parser to latest | [
{
"change_type": "MODIFY",
"diff": "@@ -155,7 +155,6 @@ async function build(entryPath, distPath, opts = {minify: true}) {\n// that's all that's needed, so make a mini-polyfill.\n// @see https://github.com/GoogleChrome/lighthouse/issues/5273\n// TODO: remove when not needed for pubads (https://github.com/go... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | deps: update robots-parser to latest (#13554) | 1 | deps | null |
306,652 | 11.01.2022 16:16:31 | -19,080 | 52dba57edf5206b722d5fffbd3ba19857fd4d578 | feat(tooltip): add transitions | [
{
"change_type": "MODIFY",
"diff": "@@ -75,6 +75,15 @@ export interface PopoverProps extends Pick<PopperWrapperProps, PopperProps>, Bas\n* BoundaryElement for `Popover`\n*/\nboundaryElement: React.RefObject<HTMLElement> | Element;\n+ /*\n+ * animationClass is for providing custom animations for open/close o... | TypeScript | MIT License | innovaccer/design-system | feat(tooltip): add transitions | 1 | feat | tooltip |
838,025 | 11.01.2022 16:22:04 | -10,800 | 7ea3923fca5cbc9cabdadd5185b804f077696b92 | feat: GroupsCountersGroup add Clips fields | [
{
"change_type": "MODIFY",
"diff": "@@ -285,6 +285,8 @@ type GroupsCountersGroup struct {\nTopics int `json:\"topics\"` // Topics number\nVideos int `json:\"videos\"` // Videos number\nNarratives int `json:\"narratives\"` // Narratives number\n+ Clips int `json:\"clips\"` // Clips number\n+ ClipsFollowers i... | Go | MIT License | severecloud/vksdk | feat: GroupsCountersGroup add Clips fields | 1 | feat | null |
877,015 | 11.01.2022 16:27:11 | -3,600 | 40a006855a384b8eaa314db3403516f215aab535 | refactor(@vtmn/css-tailwind-preset): export theme config object | [
{
"change_type": "ADD",
"diff": "+const theme = require('./theme');\n+\n+module.exports = {\n+ prefix: 'vtmn-',\n+ corePlugins: {\n+ preflight:\n+ process.env.PREFLIGHT === 'true' || process.env.PREFLIGHT === undefined,\n+ },\n+ theme: theme,\n+ variants: {\n+ extend: {\n+ cursor: ['disabled', 'hover'],\n+ ... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | refactor(@vtmn/css-tailwind-preset): export theme config object (#880) | 1 | refactor | @vtmn/css-tailwind-preset |
571,467 | 11.01.2022 16:29:50 | 0 | 82e50a3e5c698e394d8258183908b63e98147047 | feat(theme): avoid using Proxy to generate theme variables | [
{
"change_type": "ADD",
"diff": "+---\n+'@remirror/theme': minor\n+'@remirror/extension-react-tables': patch\n+'@remirror/extension-text-color': patch\n+'storybook-react': patch\n+---\n+\n+Deprecate `getTheme` and `getThemeProps` in favour of new methods `getThemeVar` and `getThemeVarName`.\n+\n+This remove... | TypeScript | MIT License | remirror/remirror | feat(theme): avoid using Proxy to generate theme variables (#1463) | 1 | feat | theme |
865,916 | 11.01.2022 16:37:01 | -3,600 | 5f2a6b8c909e918c797e5638174fa3532894a919 | fix(client): add selection entries to form editor edit menu
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -230,7 +230,9 @@ export class FormEditor extends CachedComponent {\ndirty: this.isDirty(),\ninputActive,\nredo: commandStack.canRedo(),\n+ removeSelected: inputActive,\nsave: true,\n+ selectAll: true,\nundo: commandStack.canUndo()\n};\n",
"new_path": "client/src/ap... | JavaScript | MIT License | camunda/camunda-modeler | fix(client): add selection entries to form editor edit menu
Closes #2411 | 1 | fix | client |
551,648 | 11.01.2022 16:37:20 | -10,800 | cffc3e2264cc1416f02df6f8255163050b411908 | fix(sql): apply filter before latest by when index is present | [
{
"change_type": "MODIFY",
"diff": "@@ -1176,13 +1176,12 @@ public class SqlCodeGenerator implements Mutable, Closeable {\nassert intrinsicModel.keyValues.size() == 0;\n// get the latest rows for all values of \"latest by\" column\n- if (indexed) {\n- return new LatestByAllIndexedFilteredAfterRecordCursorFa... | Java | Apache License 2.0 | questdb/questdb | fix(sql): apply filter before latest by when index is present (#1774) | 1 | fix | sql |
877,015 | 11.01.2022 16:44:00 | -3,600 | 4e3d66dc9b011d28d5a5bf96ab6e802c5a50cd3c | docs(@vtmn/css-showcase): add iconography documentation | [
{
"change_type": "ADD",
"diff": "+import { Meta, Source } from '@storybook/addon-docs';\n+import dedent from 'ts-dedent';\n+\n+<Meta title=\"Guidelines / Iconography\" />\n+\n+# Iconography\n+\n+> Each icon is designed to communicate intent and facilitate navigation. They can symbolize a command, a file, a ... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | docs(@vtmn/css-showcase): add iconography documentation (#881) | 1 | docs | @vtmn/css-showcase |
306,905 | 11.01.2022 16:48:23 | -3,600 | f1a65171e03df183d7ef9e70c4a184bd063d8eda | feat(storybook): extract story description from doc string and improve docs | [
{
"change_type": "MODIFY",
"diff": "@@ -36,6 +36,12 @@ module.exports = {\n],\n});\n+ // Story Description\n+ config.module.rules.push({\n+ test: /\\.stories\\.ts/,\n+ use: [{ loader: \"story-description-loader\", options: { isTSX: true } }],\n+ });\n+\n// Copy Plugin\nconfig.plugins.push(\nnew CopyPlugin({... | TypeScript | MIT License | inovex/elements | feat(storybook): extract story description from doc string and improve docs (#482) | 1 | feat | storybook |
841,421 | 11.01.2022 16:53:04 | -32,400 | 540bc098881fc477046d1cf216bdf621ab62ccb8 | chore: Publish `v1.2.128` | [
{
"change_type": "MODIFY",
"diff": "@@ -3896,7 +3896,7 @@ checksum = \"fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6\"\n[[package]]\nname = \"wasm\"\n-version = \"1.2.127\"\n+version = \"1.2.128\"\ndependencies = [\n\"anyhow\",\n\"console_error_panic_hook\",\n",
"new_path": "Cargo.loc... | Rust | Apache License 2.0 | swc-project/swc | chore: Publish `v1.2.128` | 1 | chore | null |
571,467 | 11.01.2022 16:53:56 | 0 | a3e020f8179be4667f3cc9e15222558a868a2836 | chore: fix changeset, remove storybook-react | [
{
"change_type": "MODIFY",
"diff": "'@remirror/theme': minor\n'@remirror/extension-react-tables': patch\n'@remirror/extension-text-color': patch\n-'storybook-react': patch\n---\nDeprecate `getTheme` and `getThemeProps` in favour of new methods `getThemeVar` and `getThemeVarName`.\n",
"new_path": ".chang... | TypeScript | MIT License | remirror/remirror | chore: fix changeset, remove storybook-react (#1464) | 1 | chore | null |
838,025 | 11.01.2022 16:57:38 | -10,800 | 47c45824367b5b662391d1cf876ade7beeb31e9d | fix: BUG(VK): GroupsCountersGroup return [] | [
{
"change_type": "MODIFY",
"diff": "@@ -548,10 +548,10 @@ func TestVK_GroupsGetByID(t *testing.T) {\nassert.NotEmpty(t, group.Description)\nassert.NotEmpty(t, group.WikiPage)\nassert.NotEmpty(t, group.MembersCount)\n- assert.NotEmpty(t, group.Counters)\n- assert.NotEmpty(t, group.Counters.Topics)\n- assert.... | Go | MIT License | severecloud/vksdk | fix: BUG(VK): GroupsCountersGroup return []
https://vk.com/bug341591 | 1 | fix | null |
838,025 | 11.01.2022 17:19:51 | -10,800 | 1e198445da310f9f3f5217b84e7c9a0d6ff8fc5f | test: fix TestVK_Execute_error | [
{
"change_type": "MODIFY",
"diff": "@@ -14,7 +14,7 @@ func TestVK_Execute_error(t *testing.T) {\nvar response int\n- err := vkGroup.Execute(`API.users.get({user_id:-1});return 1;`, &response)\n+ err := vkGroup.Execute(`API.users.get({user_ids:-1});return 1;`, &response)\nassert.Error(t, err)\nassert.Equal(t... | Go | MIT License | severecloud/vksdk | test: fix TestVK_Execute_error | 1 | test | null |
838,025 | 11.01.2022 17:22:18 | -10,800 | 96f61676d6ff557a7aa37559b3dbe4b3f411adbd | test: add redirect_uri for logs | [
{
"change_type": "MODIFY",
"diff": "@@ -36,6 +36,11 @@ func noError(t *testing.T, err error) bool {\ns += fmt.Sprintf(\"code: %d\\n\", e.Code)\ns += fmt.Sprintf(\"text: %s\\n\", e.Text)\ns += fmt.Sprintf(\"message: %s\\n\", e.Message)\n+\n+ if e.RedirectURI != \"\" {\n+ s += fmt.Sprintf(\"redirect_uri: %s\\... | Go | MIT License | severecloud/vksdk | test: add redirect_uri for logs | 1 | test | null |
551,701 | 11.01.2022 17:28:25 | -3,600 | 833949fde783e8892c732c6d793a88a9e695a845 | fix(core): convert address to network order to fix tcp/udp binding on windows | [
{
"change_type": "MODIFY",
"diff": "@@ -105,7 +105,7 @@ JNIEXPORT jboolean JNICALL Java_io_questdb_network_Net_bindTcp\n// int ip address to string\nstruct in_addr ip_addr;\n- ip_addr.s_addr = (u_long) address;\n+ ip_addr.s_addr = htonl((u_long) address);\ninet_ntoa(ip_addr);\n// port to string\n@@ -155,7 +... | Java | Apache License 2.0 | questdb/questdb | fix(core): convert address to network order to fix tcp/udp binding on windows (#1780) | 1 | fix | core |
756,013 | 11.01.2022 17:28:37 | 21,600 | fa77c715f4fa9b5025ba4fc03e2cfc3bcce12d07 | fix(agoric): don't write command to stdout (it breaks pipelines) | [
{
"change_type": "MODIFY",
"diff": "@@ -61,7 +61,7 @@ export const makePspawn = ({\nreturn args.join(' ');\n};\n- log.log(color('blueBright', cmd, ...cargs));\n+ log.warn(color('blueBright', cmd, ...cargs));\nconst cp = spawn(cmd, cargs, { stdio, env, ...rest });\nconst pr = new Promise((resolve, _reject) =... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(agoric): don't write command to stdout (it breaks pipelines) | 1 | fix | agoric |
756,013 | 11.01.2022 17:30:42 | 21,600 | 0e0e193e25d06bc1424a8a317ce49f99597b882f | feat(agoric): automatically build for `agoric cosmos ...` | [
{
"change_type": "MODIFY",
"diff": "import chalk from 'chalk';\n+import path from 'path';\nimport { makePspawn, getSDKBinaries } from './helpers.js';\n+const filename = new URL(import.meta.url).pathname;\n+\nexport default async function cosmosMain(progname, rawArgs, powers, opts) {\nconst IMAGE = `agoric/a... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(agoric): automatically build for `agoric cosmos ...` | 1 | feat | agoric |
756,013 | 11.01.2022 17:34:36 | 21,600 | 53fd9734575dd579fd22726af8fdbca3989a8b38 | feat(agoric): honour `agoric start local-solo --no-restart` | [
{
"change_type": "MODIFY",
"diff": "@@ -462,6 +462,25 @@ export default async function startMain(progname, rawArgs, powers, opts) {\n);\n}\n+ // Initialise the solo directory and key.\n+ if (!(await exists(agServer))) {\n+ const initArgs = [`--webport=${portNum}`];\n+ if (opts.dockerTag) {\n+ initArgs.push(... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(agoric): honour `agoric start local-solo --no-restart` | 1 | feat | agoric |
756,013 | 11.01.2022 17:35:11 | 21,600 | c9da91b29e66b0219fc28f0dcb6eb138e8dce38e | refactor(agoric): use `getSDKBinaries(sdkPrefixes)` | [
{
"change_type": "MODIFY",
"diff": "@@ -61,16 +61,16 @@ export default async function startMain(progname, rawArgs, powers, opts) {\nnodeDebugEnv.SWINGSET_WORKER_TYPE = 'local';\n}\n- const agServersPrefix = opts.sdk\n- ? undefined\n- : path.resolve(`node_modules/@agoric`);\n- const getBinaries = opts.sdk\n-... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | refactor(agoric): use `getSDKBinaries(sdkPrefixes)` | 1 | refactor | agoric |
756,013 | 11.01.2022 17:37:29 | 21,600 | 1091a9be12dd29a3072a8f156eb86c2584b29bdd | feat(solo): create `ag-solo-mnemonic` in preparation for CosmJS | [
{
"change_type": "MODIFY",
"diff": "-/* global Buffer process */\n+// @ts-check\n+/* global process */\nimport fs from 'fs';\nimport path from 'path';\nimport { execFileSync } from 'child_process';\n@@ -7,22 +8,30 @@ import { assert, details as X } from '@agoric/assert';\nimport anylogger from 'anylogger';\... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(solo): create `ag-solo-mnemonic` in preparation for CosmJS | 1 | feat | solo |
838,025 | 11.01.2022 17:45:23 | -10,800 | 5559c842a0e5c6df7c6db9afa3d63c9f487a248f | feat: AccountAccountCounters add fields | [
{
"change_type": "MODIFY",
"diff": "@@ -77,6 +77,9 @@ type AccountAccountCounters struct {\nMenuClipsBadge int `json:\"menu_clips_badge\"` // New menu clips badge number\nVideos int `json:\"videos\"` // New video tags number\nFaves int `json:\"faves\"` // New faves number\n+ Calls int `json:\"calls\"` // Ne... | Go | MIT License | severecloud/vksdk | feat: AccountAccountCounters add fields | 1 | feat | null |
838,025 | 11.01.2022 18:01:43 | -10,800 | db14df1ff4b13c7315f2051764b73f2208ab1d18 | feat: WallWallpost add fields | [
{
"change_type": "MODIFY",
"diff": "@@ -156,6 +156,7 @@ type WallWallpost struct {\nIsPinned BaseBoolInt `json:\"is_pinned\"`\nIsFavorite BaseBoolInt `json:\"is_favorite\"` // Information whether the post in favorites list\nIsArchived BaseBoolInt `json:\"is_archived\"` // Is post archived, only for post own... | Go | MIT License | severecloud/vksdk | feat: WallWallpost add fields | 1 | feat | null |
838,025 | 11.01.2022 18:02:13 | -10,800 | a814259c24623ad75740c2104037f20ac00ca302 | feat: WidgetsWidgetComment add fields | [
{
"change_type": "MODIFY",
"diff": "@@ -45,6 +45,8 @@ type WidgetsWidgetComment struct {\nViews struct {\nCount int `json:\"count\"`\n} `json:\"views\"`\n+ Donut WallWallpostDonut `json:\"donut\"`\n+ ShortTextRate float64 `json:\"short_text_rate\"`\n}\n// WidgetsWidgetLikes struct.\n",
"new_path": "obje... | Go | MIT License | severecloud/vksdk | feat: WidgetsWidgetComment add fields | 1 | feat | null |
838,025 | 11.01.2022 18:03:32 | -10,800 | 4e2886e52210acd3b99a7354210efbc01d90c17d | feat: add WallWallpostHeader | [
{
"change_type": "MODIFY",
"diff": "@@ -165,6 +165,7 @@ type WallWallpost struct {\nDonut WallWallpostDonut `json:\"donut\"`\nShortTextRate float64 `json:\"short_text_rate\"`\nCarouselOffset int `json:\"carousel_offset\"`\n+ Header WallWallpostHeader `json:\"header\"`\n}\n// Attachment type.\n@@ -256,3 +257... | Go | MIT License | severecloud/vksdk | feat: add WallWallpostHeader | 1 | feat | null |
838,025 | 11.01.2022 18:04:19 | -10,800 | d62e868bd09628b71b10881e4a649807ad05819c | feat: WallWallpost add Hash | [
{
"change_type": "MODIFY",
"diff": "@@ -166,6 +166,7 @@ type WallWallpost struct {\nShortTextRate float64 `json:\"short_text_rate\"`\nCarouselOffset int `json:\"carousel_offset\"`\nHeader WallWallpostHeader `json:\"header\"`\n+ Hash string `json:\"hash\"`\n}\n// Attachment type.\n",
"new_path": "object/... | Go | MIT License | severecloud/vksdk | feat: WallWallpost add Hash | 1 | feat | null |
865,926 | 11.01.2022 18:04:58 | -3,600 | bee3fab004f7c520687d350cd783e98bf1bbfd99 | feat: increase properties panel min-width | [
{
"change_type": "MODIFY",
"diff": "@@ -22,7 +22,7 @@ import HandleBar from '../../../resources/icons/HandleBar.svg';\nimport { throttle } from '../../util';\n-export const MIN_WIDTH = 250;\n+export const MIN_WIDTH = 280;\nexport const DEFAULT_LAYOUT = {\nopen: false,\n",
"new_path": "client/src/app/tab... | JavaScript | MIT License | camunda/camunda-modeler | feat: increase properties panel min-width | 1 | feat | null |
838,025 | 11.01.2022 18:06:49 | -10,800 | 45be342953b38ad7f750a08b2dd624aeca1beecb | feat: VideoVideo add fields
feat: VideoVideo add IsExplicit
feat: VideoVideo add MainArtists
feat: VideoVideo add Subtitle
feat: VideoVideo add ReleaseDate
feat: VideoVideo add Genres
feat: VideoVideo add IsSubscribed
feat: VideoVideo add FeaturedArtists | [
{
"change_type": "MODIFY",
"diff": "@@ -12,6 +12,9 @@ type VideoVideo struct {\n// Date when the video has been added in Unixtime.\nAddingDate int `json:\"adding_date\"`\n+ // Date when the video has been released in Unixtime.\n+ ReleaseDate int `json:\"release_date\"`\n+\n// Information whether current use... | Go | MIT License | severecloud/vksdk | feat: VideoVideo add fields
feat: VideoVideo add IsExplicit
feat: VideoVideo add MainArtists
feat: VideoVideo add Subtitle
feat: VideoVideo add ReleaseDate
feat: VideoVideo add Genres
feat: VideoVideo add IsSubscribed
feat: VideoVideo add FeaturedArtists | 1 | feat | null |
791,834 | 11.01.2022 18:19:46 | 21,600 | 767036fec01ace00c9e0eafcec824e0e217d0d72 | core: ensure good and average scores start exactly at control points | [
{
"change_type": "MODIFY",
"diff": "@@ -280,10 +280,40 @@ describe('Audit', () => {\nassert.strictEqual(Audit.computeLogNormalScore(params, 0), 1);\nassert.strictEqual(Audit.computeLogNormalScore(params, 250), 0.99);\n- assert.strictEqual(Audit.computeLogNormalScore(params, 1500), 0.23);\n- assert.strictEqu... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core: ensure good and average scores start exactly at control points (#13559) | 1 | core | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.