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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
276,936 | 05.11.2021 11:28:56 | 10,800 | 4dbd8870f274d7adb67f9dc9f4453ecf3cde9641 | test: removed theme from zIndex test | [
{
"change_type": "MODIFY",
"diff": "@@ -188,9 +188,9 @@ describe('layout', () => {\nzIndex: -1,\n});\n- const zero = zIndex({ theme, zIndex: 0 });\n- const oneHundred = zIndex({ theme, zIndex: 100 });\n- const negative = zIndex({ theme, zIndex: -1 });\n+ const zero = zIndex({ zIndex: 0 });\n+ const oneHundr... | JavaScript | MIT License | gympass/yoga | test: removed theme from zIndex test | 1 | test | null |
4,988 | 05.11.2021 11:52:18 | -3,600 | 1353284aa02bb9f4f727d2653e398a869eebe20d | fix(csv): export csv_sync | [
{
"change_type": "MODIFY",
"diff": "-var csv = (function (exports) {\n+var csv_sync = (function (exports) {\n'use strict';\nvar global$1 = (typeof global !== \"undefined\" ? global :\n",
"new_path": "packages/csv/dist/iife/sync.js",
"old_path": "packages/csv/dist/iife/sync.js"
},
{
"change_t... | JavaScript | MIT License | adaltas/node-csv | fix(csv): export csv_sync | 1 | fix | csv |
777,401 | 05.11.2021 11:52:21 | 14,400 | ea42cadbf38f1c3e9ab615a7d8d16875cd87d8cc | refactor: consolidate mechanisms for API actor requests
This change refactors the way API requests are made from APIs into the system to eliminate user facing inconsistency in response codes and response formatting and to guard against bugs in misusing the actor system slightly. | [
{
"change_type": "MODIFY",
"diff": "@@ -152,21 +152,20 @@ func (a *apiServer) filter(values interface{}, check func(int) bool) {\nrv.Elem().Set(results)\n}\n-func (a *apiServer) actorRequest(addr actor.Address, req actor.Message, v interface{}) error {\n- resp := a.m.system.AskAt(addr, req)\n- if err := api... | Python | Apache License 2.0 | determined-ai/determined | refactor: consolidate mechanisms for API actor requests (#3165) [DET-5700]
This change refactors the way API requests are made from APIs into the system to eliminate user facing inconsistency in response codes and response formatting and to guard against bugs in misusing the actor system slightly. | 1 | refactor | null |
471,239 | 05.11.2021 12:03:29 | 25,200 | 28c9e8829488a7fa131803447b0511195ae1fdf0 | Docs: Document the HrTime format | [
{
"change_type": "MODIFY",
"diff": "@@ -22,7 +22,15 @@ const NANOSECOND_DIGITS = 9;\nconst SECOND_TO_NANOSECONDS = Math.pow(10, NANOSECOND_DIGITS);\n/**\n- * Converts a number to HrTime\n+ * Converts a number to HrTime, HrTime = [number, number].\n+ * The first number is UNIX Epoch time in seconds since 00:... | TypeScript | Apache License 2.0 | open-telemetry/opentelemetry-js | Docs: Document the HrTime format (#2604) | 1 | docs | null |
4,988 | 05.11.2021 12:09:27 | -3,600 | ad765773f8e21cf43886cbed5cf39261e72c2fde | docs: rename demo server | [
{
"change_type": "MODIFY",
"diff": "\"timeout\": 40000\n},\n\"scripts\": {\n- \"start\": \"node index.js\",\n+ \"start\": \"node server.js\",\n\"test\": \"mocha 'test/**/*.coffee'\"\n},\n\"dependencies\": {\n",
"new_path": "demo/browser/package.json",
"old_path": "demo/browser/package.json"
},
{... | JavaScript | MIT License | adaltas/node-csv | docs: rename demo server | 1 | docs | null |
711,597 | 05.11.2021 12:14:12 | -3,600 | 08951b3d3f20a8bf67f43824348525c3566f9d63 | fix(core): Export missing tax config types | [
{
"change_type": "MODIFY",
"diff": "@@ -22,25 +22,25 @@ export * from './logger/default-logger';\nexport * from './logger/noop-logger';\nexport * from './logger/vendure-logger';\nexport * from './merge-config';\n-export * from './order/custom-order-process';\nexport * from './order/changed-price-handling-st... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Export missing tax config types | 1 | fix | core |
276,939 | 05.11.2021 12:15:36 | 10,800 | d810a21781995a09e10f523f1ead9b3b4dc11295 | fix(navigation): respect ordering defined in markdown files | [
{
"change_type": "MODIFY",
"diff": "@@ -9,24 +9,35 @@ import createTree from './tree';\nimport MDXElements from '../MDXElements';\n+const SORTING = {\n+ orderAscending: 'orderAscending',\n+ alphabeticAscending: 'alphabeticAscending',\n+ alphabeticDescending: 'alphabeticDescending',\n+};\n+\n/**\n* Gets the ... | JavaScript | MIT License | gympass/yoga | fix(navigation): respect ordering defined in markdown files | 1 | fix | navigation |
71,218 | 05.11.2021 12:16:30 | 25,200 | 37f8a9f0620b41a3ce9e6e1ca42611ad35ad586a | docs(ecs): update docs to accurately reflect that a new security group is created if one is not provided.
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": "@@ -86,7 +86,7 @@ export interface ApplicationLoadBalancedFargateServiceProps extends ApplicationL\nreadonly platformVersion?: FargatePlatformVersion;\n/**\n- * The security groups to associate with the service. If you do not specify a security group, the default security... | TypeScript | Apache License 2.0 | aws/aws-cdk | docs(ecs): update docs to accurately reflect that a new security group is created if one is not provided. (#17364)
Closes #15365
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | docs | ecs |
777,374 | 05.11.2021 12:17:14 | 25,200 | a0e7a9ad65b6239515a228d6f53ec975aa32d131 | feat: make `determined-agent [ARGS]` behave as `determined-agent run [ARGS]`. | [
{
"change_type": "MODIFY",
"diff": "package main\nimport (\n+ \"os\"\n+\nlog \"github.com/sirupsen/logrus\"\n+ \"github.com/spf13/cobra\"\n)\n+func maybeInjectRootAlias(rootCmd *cobra.Command, inject string) {\n+ nonRootAliases := nonRootSubCmds(rootCmd)\n+\n+ if len(os.Args) > 1 {\n+ for _, v := range nonR... | Python | Apache License 2.0 | determined-ai/determined | feat: make `determined-agent [ARGS]` behave as `determined-agent run [ARGS]`. (#3157) | 1 | feat | null |
276,939 | 05.11.2021 12:19:02 | 10,800 | d14032c4d5ebab4916811c1dbf50a9ce53c6d409 | fix(design-tokens): use correct ordering | [
{
"change_type": "MODIFY",
"diff": "@@ -35,7 +35,7 @@ const getSorting = kind =>\nconst sectionsOrdering = {\ncomponents: SORTING.alphabeticAscending,\nsystem: SORTING.orderAscending,\n- design_tokens: SORTING.orderAscending,\n+ design_tokens: SORTING.alphabeticAscending,\nproduct_content_guide: SORTING.ord... | JavaScript | MIT License | gympass/yoga | fix(design-tokens): use correct ordering | 1 | fix | design-tokens |
126,276 | 05.11.2021 12:21:44 | 10,800 | de92bcfc81f50d02ecbe2bd1e00f13adaa4d2ffe | test(pkg/database): cover new lines | [
{
"change_type": "MODIFY",
"diff": "@@ -235,9 +235,10 @@ func TestExecAllOps(t *testing.T) {\n})\nrequire.Error(t, err)\n+ batchCount := 10\nbatchSize := 100\n- for b := 0; b < 10; b++ {\n+ for b := 0; b < batchCount; b++ {\natomicOps := make([]*schema.Op, batchSize*2)\nfor i := 0; i < batchSize; i++ {\n@@ ... | Go | Apache License 2.0 | codenotary/immudb | test(pkg/database): cover new lines
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | test | pkg/database |
730,536 | 05.11.2021 12:22:22 | 14,400 | d8c864cc13ee52c1b4a6298b4a36317ac86cf31c | test(plugin-meetings): added int. test for hydra user id (getDestinationType) | [
{
"change_type": "MODIFY",
"diff": "import {assert} from '@webex/test-helper-chai';\nimport {skipInNode, jenkinsOnly} from '@webex/test-helper-mocha';\n+import {patterns} from '@webex/common';\n+import MeetingInfoUtil from '@webex/plugin-meetings/src/meeting-info/utilv2';\nimport CMR from '../../utils/cmr';... | JavaScript | MIT License | webex/webex-js-sdk | test(plugin-meetings): added int. test for hydra user id (getDestinationType) | 1 | test | plugin-meetings |
276,939 | 05.11.2021 12:27:24 | 10,800 | 43eee8093648d620d2f6cc79b5cbad0740030071 | fix(navigation): infer which order to use instead of hardcoded array | [
{
"change_type": "MODIFY",
"diff": "@@ -12,7 +12,6 @@ import MDXElements from '../MDXElements';\nconst SORTING = {\norderAscending: 'orderAscending',\nalphabeticAscending: 'alphabeticAscending',\n- alphabeticDescending: 'alphabeticDescending',\n};\n/**\n@@ -25,20 +24,9 @@ const SORTING = {\nconst getSorting... | JavaScript | MIT License | gympass/yoga | fix(navigation): infer which order to use instead of hardcoded array | 1 | fix | navigation |
756,013 | 05.11.2021 12:56:26 | 21,600 | 7ca2ffb7493017d3d2a267e4c6802c2c116d68d5 | docs(pegasus): update demo.md | [
{
"change_type": "MODIFY",
"diff": "@@ -3,8 +3,12 @@ In agoric-sdk, start the chain:\n```\nyarn build\ncd packages/cosmic-swingset\n-make scenario2-setup-nobuild scenario2-run-chain\n-# In another terminal:\n+make scenario2-setup-nobuild\n+# Look for the bootstrap key mnemonic in the command output marked w... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | docs(pegasus): update demo.md | 1 | docs | pegasus |
141,551 | 05.11.2021 12:58:18 | -39,600 | 30155e58d4bcc0d81fe10b0c401d616e18d1aef2 | feat: Added new VisuallyHidden component to target only screen readers
feat: Added new VisuallyHidden component to target only screen readers | [
{
"change_type": "MODIFY",
"diff": "export * from \"./src/SkipLink\"\n+export * from \"./src/VisuallyHidden/VisuallyHidden\"\n",
"new_path": "packages/a11y/index.ts",
"old_path": "packages/a11y/index.ts"
},
{
"change_type": "MODIFY",
"diff": "\"!**/*.spec.*\",\n\"!**/*.snap\",\n\"!templa... | TypeScript | MIT License | cultureamp/kaizen-design-system | feat: Added new VisuallyHidden component to target only screen readers (#2200)
feat: Added new VisuallyHidden component to target only screen readers | 1 | feat | null |
306,444 | 05.11.2021 13:15:56 | -3,600 | 5f3ef98ae980cb4423a14df2368f3078a7112306 | fix(textarea): firefox bug with disabled textarea drag | [
{
"change_type": "ADD",
"diff": "+---\n+'@lion/textarea': patch\n+---\n+\n+Temporary fix for a bug in FireFox where disabled textareas can crash the browser if dragged (resized).\n",
"new_path": ".changeset/swift-cups-tease.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "@@ ... | JavaScript | MIT License | ing-bank/lion | fix(textarea): firefox bug with disabled textarea drag | 1 | fix | textarea |
777,374 | 05.11.2021 13:38:51 | 25,200 | ebfe74295d579c177dbac5a3decad4c81a95dd56 | refactor: classmethods instead of staticmethods in trial controllers.
Use classmethods for some trial controller internals to allow users
inherit from our TrialControllers and override these w/o issues with
inheritance. | [
{
"change_type": "MODIFY",
"diff": "import abc\nimport logging\n-from typing import Any, Optional\n+from typing import Any, Optional, Type\nimport determined as det\nfrom determined import horovod, profiler, workload\n@@ -49,18 +49,21 @@ class TrialController(metaclass=abc.ABCMeta):\n)\nlogging.getLogger().... | Python | Apache License 2.0 | determined-ai/determined | refactor: classmethods instead of staticmethods in trial controllers. (#3171)
Use classmethods for some trial controller internals to allow users
inherit from our TrialControllers and override these w/o issues with
inheritance. | 1 | refactor | null |
617,459 | 05.11.2021 13:58:40 | -3,600 | e66d1d6343cc6282cfb305382da48370b78e0669 | fix(ci): preprod | [
{
"change_type": "MODIFY",
"diff": "@@ -15,16 +15,18 @@ jobs:\nruns-on: ubuntu-latest\nsteps:\n- name: Register docker image for api\n- uses: SocialGouv/actions/autodevops-build-register@v1\n+ uses: SocialGouv/actions/autodevops-build-register@maxgfr/preprod\nwith:\n+ environment: preprod\nproject: \"cdtn\"... | TypeScript | Apache License 2.0 | socialgouv/code-du-travail-numerique | fix(ci): preprod (#3984) | 1 | fix | ci |
217,922 | 05.11.2021 14:17:16 | -3,600 | 90a443d8a50af2d03b0f4374d4a2bbf25c8f5951 | chore: move to new lodestone API | [
{
"change_type": "MODIFY",
"diff": "@@ -109,7 +109,7 @@ export class AppComponent implements OnInit {\npublic loggedIn$: Observable<boolean>;\n- public character$: Observable<Character & { Datacenter: string }>;\n+ public character$: Observable<Character>;\npublic otherCharacters$: Observable<Character[]>;\... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: move to new lodestone API | 1 | chore | null |
471,169 | 05.11.2021 14:20:03 | 14,400 | 03709c7bdae4cb3b1e485c5de1ad5a7deaf62298 | docs(instrumentation): update links in the Readme | [
{
"change_type": "MODIFY",
"diff": "@@ -66,7 +66,7 @@ Fetch instrumentation plugin has few options available to choose from. You can s\n| Options | Type | Description |\n| ----------------------------------------------------------------------------------------------------------------------------------------... | TypeScript | Apache License 2.0 | open-telemetry/opentelemetry-js | docs(instrumentation): update links in the Readme (#2576) | 1 | docs | instrumentation |
276,939 | 05.11.2021 14:42:47 | 10,800 | 6136266e9a0680e942e81deb3ebec97cd44eb838 | refactor(navigation): use values from sorting object for each sorting type | [
{
"change_type": "MODIFY",
"diff": "@@ -23,8 +23,8 @@ const SORTING = {\n*/\nconst getSorting = kind =>\n({\n- orderAscending: (a, b) => (a.order > b.order ? 1 : -1),\n- alphabeticAscending: (a, b) => (a.title > b.title ? 1 : -1),\n+ [SORTING.orderAscending]: (a, b) => (a.order > b.order ? 1 : -1),\n+ [SORT... | JavaScript | MIT License | gympass/yoga | refactor(navigation): use values from sorting object for each sorting type | 1 | refactor | navigation |
777,401 | 05.11.2021 14:52:28 | 14,400 | 47ca90f40ddf3230d507e7a4dc82feb261735c98 | fix: remove old api kill trial
The old API missed getting updated at some point and was wrong, so this change removes it and updates the CLI to just use the new API. | [
{
"change_type": "MODIFY",
"diff": "@@ -98,7 +98,7 @@ def download(args: Namespace) -> None:\n@authentication.required\ndef kill_trial(args: Namespace) -> None:\n- api.post(args.master, \"trials/{}/kill\".format(args.trial_id))\n+ api.post(args.master, \"/api/v1/trials/{}/kill\".format(args.trial_id))\nprin... | Python | Apache License 2.0 | determined-ai/determined | fix: remove old api kill trial (#3169)
The old API missed getting updated at some point and was wrong, so this change removes it and updates the CLI to just use the new API. | 1 | fix | null |
471,536 | 05.11.2021 15:11:22 | -7,200 | de7f7b1a2713a1848647139791d7ccc6e7bd1467 | fix(testing-helpers): ts types
Create spotty-swans-mate.md
chore: lint files | [
{
"change_type": "ADD",
"diff": "+---\n+'@open-wc/testing-helpers': patch\n+'@open-wc/testing': patch\n+---\n+\n+Fix the typescript typings in testing helpers for projects that depend on `lit` package\n",
"new_path": ".changeset/spotty-swans-mate.md",
"old_path": null
},
{
"change_type": "MO... | JavaScript | MIT License | open-wc/open-wc | fix(testing-helpers): ts types (#2345)
Create spotty-swans-mate.md
chore: lint files | 1 | fix | testing-helpers |
276,939 | 05.11.2021 15:16:31 | 10,800 | 1a9da73c044905b1d6a9e30d626377155982bbb6 | refactor(web-input-legend): replace hacky max-width value with max-content | [
{
"change_type": "MODIFY",
"diff": "@@ -64,7 +64,7 @@ const Field = styled.input`\ncolor: ${input.font.color.focus};\n& ~ legend {\n- max-width: 1000px;\n+ max-width: max-content;\ntransition-property: max-width;\ntransition-duration: ${transition.duration[1]}ms;\n}\n@@ -91,7 +91,7 @@ const Field = styled.i... | JavaScript | MIT License | gympass/yoga | refactor(web-input-legend): replace hacky max-width value with max-content | 1 | refactor | web-input-legend |
276,939 | 05.11.2021 15:17:51 | 10,800 | 7a2dc545aa1eea2ec4c091e64927d5371ccd19aa | test(inputs-specs): regenerate snapshots for web inputs components | [
{
"change_type": "MODIFY",
"diff": "@@ -29,7 +29,9 @@ exports[`<AutoComplete /> Snapshots should match with a full width component 1`]\n}\n.c3:focus ~ legend {\n- max-width: 1000px;\n+ max-width: -webkit-max-content;\n+ max-width: -moz-max-content;\n+ max-width: max-content;\n-webkit-transition-property: ma... | JavaScript | MIT License | gympass/yoga | test(inputs-specs): regenerate snapshots for web inputs components | 1 | test | inputs-specs |
71,292 | 05.11.2021 16:06:15 | -7,200 | 1aa1588640b34be1dc027f79e3b9dd90e9b8b26f | chore: remove invalid test from regression suite
Follow up on to fix regression suites.
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | [
{
"change_type": "MODIFY",
"diff": "+---------------------------------------\n+\nOn november 2nd 2021, lambda started deprecating the nodejs10.x runtime. This meant we can no longer create functions with this runtime.\nOur integration tests use this runtime for one of its stacks.\nThis patch brings https://... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore: remove invalid test from regression suite (#17345)
Follow up on https://github.com/aws/aws-cdk/pull/17337 to fix regression suites.
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | chore | null |
426,654 | 05.11.2021 16:12:55 | -7,200 | ce201cd868f38c6a02e4f4a37a7ae22b5f86f71b | test: enable Selenium launcher tests on Windows | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,6 @@ import selenium from 'selenium-standalone';\nimport { Builder } from 'selenium-webdriver';\nimport { Options as ChromeOptions } from 'selenium-webdriver/chrome';\nimport { Options as FirefoxOptions } from 'selenium-webdriver/firefox';\n-import os from 'os'... | TypeScript | MIT License | modernweb-dev/web | test: enable Selenium launcher tests on Windows (#1759) | 1 | test | null |
802,854 | 05.11.2021 16:59:22 | 10,800 | dd1db75726bd2305582b181c4df64330dbca217d | chore(deps): restore autoprefixer to 9.8.8 | [
{
"change_type": "MODIFY",
"diff": "\"@types/react\": \"^16.9.0\",\n\"@types/react-dom\": \"^16.9.0\",\n\"@types/uniqid\": \"^5.3.0\",\n- \"autoprefixer\": \"^10.4.0\",\n+ \"autoprefixer\": \"^9.8.8\",\n\"eslint-plugin-react\": \"^7.22.0\",\n\"react\": \"^16.13.1\",\n\"react-dom\": \"^16.13.1\",\n",
"ne... | TypeScript | Apache License 2.0 | juntossomosmais/venice | chore(deps): restore autoprefixer to 9.8.8 | 1 | chore | deps |
141,586 | 05.11.2021 17:12:28 | -39,600 | 12890a4ef36ca4143c5f33976d29ada94ad5bd1d | feat: added mood prop to InformationTile and MultiActionTile | [
{
"change_type": "MODIFY",
"diff": "@@ -15,6 +15,7 @@ const InformationTile: InformationTile = ({\nchildren,\ninformation,\nfooter,\n+ mood,\n}) => (\n<GenericTile\ntitle={title}\n@@ -22,6 +23,7 @@ const InformationTile: InformationTile = ({\nmetadata={metadata}\ninformation={information}\nfooter={footer}\n... | TypeScript | MIT License | cultureamp/kaizen-design-system | feat: added mood prop to InformationTile and MultiActionTile (#2202)
Co-authored-by: Ariel Kark <ariel.kark@cultureamp.com> | 1 | feat | null |
551,636 | 05.11.2021 17:15:21 | 0 | 352999e14a9a30677511b36401eb659fb0f63fde | fix(cairo): fixed memory order when reading transaction file | [
{
"change_type": "MODIFY",
"diff": "@@ -910,30 +910,26 @@ public class TableReader implements Closeable, SymbolTableSource {\nint count = 0;\nfinal long deadline = configuration.getMicrosecondClock().getTicks() + configuration.getSpinLockTimeoutUs();\nwhile (true) {\n- long txn = txFile.readTxn();\n- // exi... | Java | Apache License 2.0 | questdb/questdb | fix(cairo): fixed memory order when reading transaction file (#1522) | 1 | fix | cairo |
426,654 | 05.11.2021 17:21:03 | -7,200 | d9be0e68cbbf06bb94c1f76657fb1b558f5cdd72 | test: enable Playwright launcher tests on Windows | [
{
"change_type": "MODIFY",
"diff": "import path from 'path';\n-import { platform } from 'os';\nimport { runTests } from '@web/test-runner-core/test-helpers';\nimport { chromeLauncher } from '@web/test-runner-chrome';\nimport { playwrightLauncher } from '@web/test-runner-playwright';\n@@ -17,8 +16,6 @@ descr... | TypeScript | MIT License | modernweb-dev/web | test: enable Playwright launcher tests on Windows (#1761) | 1 | test | null |
419,525 | 05.11.2021 17:24:08 | -3,600 | 15c0d5167677d40eea670db34a900aa771977b05 | docs: seeder fixes and docs update | [
{
"change_type": "MODIFY",
"diff": "@@ -9,9 +9,11 @@ A seeder class contains one method `run`. This method is called when you use the\nYou can create your own seeder classes using the following CLI command:\n```shell\n-npx mikro-orm seeder:create DatabaseSeeder\n+npx mikro-orm seeder:create DatabaseSeeder #... | TypeScript | MIT License | mikro-orm/mikro-orm | docs: seeder fixes and docs update (#2352) | 1 | docs | null |
866,394 | 05.11.2021 17:28:50 | 14,400 | 373c8a0012844e305d24e8515d6b4883e33680c3 | chore(github-actions): introduce concurrency limit to workflows
### Related Ticket(s)
No related issue
### Description
Adding a new `concurrency` configuration may assist with removing redundant workflows in the queue.
### Changelog
**Changed**
Add `concurrency` setting for all workflows (except DCO) | [
{
"change_type": "MODIFY",
"diff": "@@ -4,6 +4,10 @@ on:\nbranches:\n- 'release/*'\n+concurrency:\n+ group: automerge-${{ github.ref }}\n+ cancel-in-progress: true\n+\njobs:\nautomerge:\nruns-on: ubuntu-20.04\n",
"new_path": ".github/workflows/automerge.yml",
"old_path": ".github/workflows/automerge... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(github-actions): introduce concurrency limit to workflows (#7611)
### Related Ticket(s)
No related issue
### Description
Adding a new `concurrency` configuration may assist with removing redundant workflows in the queue.
### Changelog
**Changed**
- Add `concurrency` setting for all workflows (... | 1 | chore | github-actions |
688,429 | 05.11.2021 17:30:30 | -25,200 | 86954059806a0d637802e39dafa65f4bb4cb6ceb | fix: bring back autocomplete to input | [
{
"change_type": "MODIFY",
"diff": "@@ -2,6 +2,7 @@ import React from 'react'\nimport { Input as PicassoInput, InputProps } from '@toptal/picasso'\nimport FieldWrapper, { FieldProps } from '../FieldWrapper'\n+import getInputName from './utils/get-input-name'\nexport type FormInputProps = Omit<InputProps, 'o... | TypeScript | MIT License | toptal/picasso | fix: bring back autocomplete to input (#2207) | 1 | fix | null |
141,508 | 05.11.2021 17:30:48 | -39,600 | bfe34ec13b42d195ec5348cdefea2690a5d3d2dc | docs: Update component health for the fortnight | [
{
"change_type": "MODIFY",
"diff": "@@ -11,5 +11,5 @@ health:\nallVariants: true\nresponsive: true\ninternationalized: false\n- accessible: false\n+ accessible: true\n---\n",
"new_path": "draft-packages/title-block-zen/KaizenDraft/TitleBlockZen/README.mdx",
"old_path": "draft-packages/title-block-ze... | TypeScript | MIT License | cultureamp/kaizen-design-system | docs: Update component health for the fortnight (#2205) | 1 | docs | null |
791,474 | 05.11.2021 17:35:01 | 25,200 | 0138b86d100d333a20bc0b0ef74e617e6f3cc7dd | test(bigtable): fix increase ctx timeout | [
{
"change_type": "MODIFY",
"diff": "@@ -1564,7 +1564,7 @@ func TestIntegration_AdminEncryptionInfo(t *testing.T) {\nt.Fatalf(\"NewProdEnv: %v\", err)\n}\n- timeout := 5 * time.Minute\n+ timeout := 10 * time.Minute\nctx, cancel := context.WithTimeout(context.Background(), timeout)\ndefer cancel()\n",
"ne... | Go | Apache License 2.0 | googleapis/google-cloud-go | test(bigtable): fix #4173, increase ctx timeout (#5093) | 1 | test | bigtable |
756,013 | 05.11.2021 17:53:29 | 21,600 | e95dc7a5988a039a75266e6c221470a5dfd9ed85 | test(notifier): correct type for `import('ava').Assertions` | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,8 @@ import { observeIteration, observeIterator } from '../src/index.js';\nimport '@agoric/marshal/exported.js';\nimport '../src/types.js';\n+/** @typedef {import('ava').Assertions} Assertions */\n+\nconst obj = harden({});\nconst unresP = new Promise(_ => {});... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | test(notifier): correct type for `import('ava').Assertions` | 1 | test | notifier |
426,654 | 05.11.2021 18:15:05 | -7,200 | 79918f2f4f8f2ebb93c2240df7de70943bfe09f6 | test: enable Webdriver launcher tests on Windows | [
{
"change_type": "MODIFY",
"diff": "-import os from 'os';\nimport selenium from 'selenium-standalone';\nimport { runIntegrationTests } from '../../../integration/test-runner';\nimport { webdriverLauncher } from '../src/webdriverLauncher';\n@@ -35,8 +34,6 @@ async function startSeleniumServer() {\nlet seleni... | TypeScript | MIT License | modernweb-dev/web | test: enable Webdriver launcher tests on Windows (#1762) | 1 | test | null |
777,401 | 05.11.2021 18:25:18 | 14,400 | 6d2f40ebd48a567d7dc3a52f00ca1cf240412efb | fix: update fetch-cloud-forest.sh to be compatible with old versions of bash | [
{
"change_type": "MODIFY",
"diff": "go install github.com/ryanbressler/CloudForest/growforest\n# Load the whole go env.\n-source <(go env)\n+# Not just process substitution because some versions of MacOS ship with older versions of bash, for\n+# which `source` only works with regular files.\n+# See https://... | Python | Apache License 2.0 | determined-ai/determined | fix: update fetch-cloud-forest.sh to be compatible with old versions of bash (#3115) | 1 | fix | null |
71,080 | 05.11.2021 18:45:55 | 14,400 | 42902626efa22165df8e657449ed4bacc962cd68 | chore: make examples compile
Included in this PR:
chore(ssm): make examples compile
chore(synthetics): make examples compile
*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": "@@ -23,7 +23,7 @@ $ npm i @aws-cdk/aws-ssm\nImport it into your code:\n-```ts\n+```ts nofixture\nimport * as ssm from '@aws-cdk/aws-ssm';\n```\n@@ -43,7 +43,7 @@ to provision secrets automatically, use Secrets Manager Secrets (see the\n`@aws-cdk/aws-secretsmanager` packag... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore: make examples compile (#17360)
Included in this PR:
- chore(ssm): make examples compile
- chore(synthetics): make examples compile
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | chore | null |
426,654 | 05.11.2021 19:15:31 | -7,200 | f31c5cc2b1b28bd0ec4d884cd0f9ab67781c595b | test: skip flaky Playwright tests on Windows | [
{
"change_type": "MODIFY",
"diff": "+import os from 'os';\nimport { runIntegrationTests } from '../../../integration/test-runner';\nimport { playwrightLauncher } from '../src/index';\n@@ -37,6 +38,8 @@ describe('test-runner-playwright webkit', function testRunnerPlaywright() {\n});\n});\n+// we don't run al... | TypeScript | MIT License | modernweb-dev/web | test: skip flaky Playwright tests on Windows (#1764) | 1 | test | null |
342,861 | 05.11.2021 19:16:50 | -3,600 | 64f6ae968c21029f2dad323fd3cf2cf69b335a0c | fix: remove uneccessary condition | [
{
"change_type": "MODIFY",
"diff": "@@ -246,8 +246,7 @@ const Checkbox: React.AbstractComponent<Props, HTMLElement> = React.forwardRef<P\nreadOnly={readOnly}\nerror={hasError}\n/>\n- {tooltip &&\n- cloneWithTooltip(\n+ {cloneWithTooltip(\ntooltip,\n<IconContainer\ndisabled={disabled}\n",
"new_path": "pa... | JavaScript | MIT License | kiwicom/orbit | fix: remove uneccessary condition (#3181) | 1 | fix | null |
471,283 | 05.11.2021 19:49:50 | -3,600 | 491dd807d1b556905a3801336ea5f191cf437cac | fix: fixing compatibility versions for detectors | [
{
"change_type": "MODIFY",
"diff": "\"access\": \"public\"\n},\n\"dependencies\": {\n- \"@opentelemetry/api-metrics\": \"0.26.0\",\n- \"@opentelemetry/core\": \"1.0.0\",\n- \"@opentelemetry/instrumentation\": \"0.26.0\",\n- \"@opentelemetry/resource-detector-aws\": \"1.0.1\",\n- \"@opentelemetry/resource-de... | TypeScript | Apache License 2.0 | open-telemetry/opentelemetry-js | fix: fixing compatibility versions for detectors (#2584)
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com> | 1 | fix | null |
667,713 | 05.11.2021 20:54:34 | -28,800 | 1cfeeba2817f1e8f44b84cb12c03281c2560b09c | fix(android): view pager use Number cast obj to int | [
{
"change_type": "MODIFY",
"diff": "*/\npackage com.tencent.mtt.hippy.views.viewpager;\n+import android.util.Log;\nimport com.tencent.mtt.hippy.annotation.HippyController;\nimport com.tencent.mtt.hippy.annotation.HippyControllerProps;\nimport com.tencent.mtt.hippy.common.HippyArray;\n@@ -132,16 +133,16 @@ p... | C++ | Apache License 2.0 | tencent/hippy | fix(android): view pager use Number cast obj to int | 1 | fix | android |
71,371 | 05.11.2021 21:11:37 | -3,600 | cc8dd694e6746b9c6fc4663775aaa3b68d19ef61 | fix(lambda-nodejs): yarn berry goes into immutable mode in CI
Add the `--no-immutable` flag when running `yarn`.
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": "@@ -20,7 +20,7 @@ export class PackageManager {\npublic static YARN = new PackageManager({\nlockFile: 'yarn.lock',\n- installCommand: ['yarn', 'install'],\n+ installCommand: ['yarn', 'install', '--no-immutable'],\nrunCommand: ['yarn', 'run'],\n});\n",
"new_path": "pac... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(lambda-nodejs): yarn berry goes into immutable mode in CI (#17086)
Add the `--no-immutable` flag when running `yarn`.
Closes #17082
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | fix | lambda-nodejs |
426,654 | 05.11.2021 21:35:13 | -7,200 | ece5ca9ed9a0d6c233557dfb62ac5d1745da95e6 | test: enable Webdriver launcher tests in Firefox | [
{
"change_type": "MODIFY",
"diff": "@@ -9,7 +9,7 @@ async function startSeleniumServer() {\nawait selenium.install({\ndrivers: {\nchrome: { version: '94.0.4606.41' },\n- // firefox: { version: 'latest' },\n+ firefox: { version: '0.30.0' },\n},\n});\n} catch (err) {\n@@ -21,7 +21,7 @@ async function startSel... | TypeScript | MIT License | modernweb-dev/web | test: enable Webdriver launcher tests in Firefox (#1765) | 1 | test | null |
471,391 | 06.11.2021 00:22:38 | -32,400 | 62a04c7a7d640393c31ae357131bfca766c1f3fb | feat: report `path` and `route` with fastify backend in nestjs-core instrumentation | [
{
"change_type": "MODIFY",
"diff": "@@ -187,8 +187,8 @@ function createWrapCreateHandler(tracer: api.Tracer, moduleVersion?: string) {\n[AttributeNames.VERSION]: moduleVersion,\n[AttributeNames.TYPE]: NestType.REQUEST_CONTEXT,\n[SemanticAttributes.HTTP_METHOD]: req.method,\n- [SemanticAttributes.HTTP_URL]: ... | TypeScript | Apache License 2.0 | open-telemetry/opentelemetry-js-contrib | feat: report `path` and `route` with fastify backend in nestjs-core instrumentation (#714)
Co-authored-by: Rauno Viskus <Rauno56@users.noreply.github.com> | 1 | feat | null |
4,988 | 06.11.2021 00:43:02 | -3,600 | 5a3aeff644aa20f70f31ff4e61727061ba56450d | docs(csv-parse): new objname index sample | [
{
"change_type": "ADD",
"diff": "+\n+import assert from 'assert';\n+import { parse } from 'csv-parse/sync';\n+\n+const records = parse('c1,c2,c3\\na,b,c\\nd,e,f', {\n+ columns: true,\n+ objname: 'c2'\n+});\n+\n+assert.deepStrictEqual(records, {\n+ b: { c1: 'a', c2: 'b', c3: 'c' },\n+ e: { c1: 'd', c2: 'e', ... | JavaScript | MIT License | adaltas/node-csv | docs(csv-parse): new objname index sample | 1 | docs | csv-parse |
777,369 | 06.11.2021 01:37:24 | 21,600 | b28caa27f3a1894913b49d0e8e4e0bb1a6945e0c | style: add job queue icon to project | [
{
"change_type": "MODIFY",
"diff": "Binary files a/webui/react/src/styles/fonts/determined-ai.woff and b/webui/react/src/styles/fonts/determined-ai.woff differ\n",
"new_path": "webui/react/src/styles/fonts/determined-ai.woff",
"old_path": "webui/react/src/styles/fonts/determined-ai.woff"
},
{
... | Python | Apache License 2.0 | determined-ai/determined | style: add job queue icon to project (#3170) | 1 | style | null |
419,559 | 06.11.2021 03:41:43 | -39,600 | 76e56fd39db31197bf102030d827d35f5ac22acf | refactor: don't include enum check constraint in type | [
{
"change_type": "MODIFY",
"diff": "@@ -81,7 +81,7 @@ export class DatabaseTable {\nprecision: prop.precision,\nscale: prop.scale,\ndefault: prop.defaultRaw,\n- enumItems: prop.items as string[],\n+ enumItems: prop.items?.every(Utils.isString) ? prop.items as string[] : undefined,\ncomment: prop.comment,\n}... | TypeScript | MIT License | mikro-orm/mikro-orm | refactor: don't include enum check constraint in type (#2347)
Co-authored-by: Evan Trimboli <evan@zincora.com> | 1 | refactor | null |
217,922 | 06.11.2021 08:44:10 | -3,600 | c31eb57746b606b7f41f9c8321897ae6e02d5f6c | chore: parametrized prerendering | [
{
"change_type": "MODIFY",
"diff": "@@ -32,7 +32,7 @@ function delay(ms) {\nconst path = `/db/${lang}/item/${id}/${items[id][lang].split(' ').join('-')}`;\nqueue.add(() => {\nreturn delay(Math.floor(Math.random() * 4000) + 1000).then(() => {\n- return ssr(path, browserWSEndpoint).then(() => {\n+ return ssr(... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: parametrized prerendering | 1 | chore | null |
217,922 | 06.11.2021 08:45:40 | -3,600 | f0a0523b184e7bfdb6303db2532d4c634de5c2da | chore(seo): let's not index beta | [
{
"change_type": "MODIFY",
"diff": "@@ -73,7 +73,7 @@ app.get('*', async (req, res) => {\n}\ntry {\nconst isPrerender = req.query['prerender'];\n- const noSEO = false;//req.headers.host.indexOf('beta.') > -1 || req.headers.host.indexOf('preview.') > -1;\n+ const noSEO = req.headers.host.indexOf('beta.') > -... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(seo): let's not index beta | 1 | chore | seo |
217,922 | 06.11.2021 08:49:07 | -3,600 | 4f8a9e7c1675cd9f8f9cd4de0cf27a21fa8880ba | chore(seo): better perfs for deep link bots | [
{
"change_type": "MODIFY",
"diff": "@@ -32,13 +32,13 @@ function delay(ms) {\nconst path = `/db/${lang}/item/${id}/${items[id][lang].split(' ').join('-')}`;\nqueue.add(() => {\nreturn delay(Math.floor(Math.random() * 4000) + 1000).then(() => {\n- return ssr(path, browserWSEndpoint, 'http://localhost:4200').... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(seo): better perfs for deep link bots | 1 | chore | seo |
217,233 | 06.11.2021 11:20:27 | -14,400 | ce9f4346a124aac1ad212ca27e089d5f5995d24d | Fix: import name in en | [
{
"change_type": "MODIFY",
"diff": "@@ -55,7 +55,7 @@ export const CatalogPage = () => {\nreturn (\n...\n{bookQuery.map((book) => (\n- <Book key={book.id} data={book} />\n+ <BookCard key={book.id} data={book} />\n))}\n...\n)\n",
"new_path": "website/i18n/en/docusaurus-plugin-content-docs/current/referen... | JavaScript | MIT License | feature-sliced/documentation | Fix: import name in en | 1 | fix | null |
426,687 | 06.11.2021 12:34:45 | -3,600 | b2c081d8ff118b348631fb454b0bb0d899235f25 | fix: support iframes in a csp protected environment | [
{
"change_type": "ADD",
"diff": "+---\n+'@web/dev-server-core': patch\n+'@web/dev-server': patch\n+---\n+\n+When serving content to an iframe within a csp restricted page, the websocket script may not be able to access the parent window.\n+Accessing it may result in an uncaught DOMException which we now han... | TypeScript | MIT License | modernweb-dev/web | fix: support iframes in a csp protected environment (#1766) | 1 | fix | null |
902,122 | 06.11.2021 12:35:00 | -3,600 | 41ad8a185e24da0721ef8abdd3fda1232dce8114 | fix: emulate media as post condition
otherwise the content will be not affected | [
{
"change_type": "MODIFY",
"diff": "@@ -241,16 +241,6 @@ module.exports = ({\n)\n}\n- if (mediaType) {\n- prePromises.push(\n- run({\n- fn: page.emulateMediaType(mediaType),\n- timeout: actionTimeout,\n- debug: { mediaType }\n- })\n- )\n- }\n-\nif (timezone) {\nprePromises.push(\nrun({\n@@ -304,6 +294,16 @@... | JavaScript | MIT License | microlinkhq/browserless | fix: emulate media as post condition
otherwise the content will be not affected | 1 | fix | null |
902,122 | 06.11.2021 13:10:26 | -3,600 | 182900361d0f8de34303442c8e43e24e0dc7b35d | chore(release): v9.3.0-beta.2 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+# [9.3.0-beta.2](https://github.com/microlinkhq/browserless/compare/v9.3.0-beta.1...v9.3.0-beta.2) (2021-11-06)\n+\n+... | JavaScript | MIT License | microlinkhq/browserless | chore(release): v9.3.0-beta.2 | 1 | chore | release |
317,646 | 06.11.2021 13:13:45 | -3,600 | 9323f89704214137bd57be902f1ba6d955f1ed91 | feat(color): allow override from parent
BREAKING CHANGE: this removes the inherit keyword used in color
overrides. Migration from inherit to parentBackground or
parentForeground is needed to stay compatible. | [
{
"change_type": "MODIFY",
"diff": "@@ -166,13 +166,9 @@ func (b *Block) renderPlainSegment(text string) {\n}\nfunc (b *Block) renderDiamondSegment(text string) {\n- background := b.activeBackground\n- if background == Inherit {\n- background = b.previousActiveSegment.background()\n- }\n- b.writer.write(Tra... | Go | MIT License | jandedobbeleer/oh-my-posh | feat(color): allow override from parent
BREAKING CHANGE: this removes the inherit keyword used in color
overrides. Migration from inherit to parentBackground or
parentForeground is needed to stay compatible. | 1 | feat | color |
306,338 | 06.11.2021 15:04:52 | -3,600 | 2ac4838bb6c6b76811689d7f2c7758b884e9bce1 | docs: fix contributing guide's typos and cleanup formatting | [
{
"change_type": "MODIFY",
"diff": "@@ -158,7 +158,7 @@ type MyResource struct {\nInstanceType string\nUsageType string\n- // If there is a parameter than needs to be read from infracost-usage.yml you define it like this:\n+ // If there is a parameter that needs to be read from infracost-usage.yml you defin... | Go | Apache License 2.0 | infracost/infracost | docs: fix contributing guide's typos and cleanup formatting | 1 | docs | null |
269,464 | 06.11.2021 15:58:31 | 10,800 | 012c9fcb0570d6878c3e706363b6441640a42d47 | test: add more prerelease.auto tests | [
{
"change_type": "MODIFY",
"diff": "@@ -341,16 +341,52 @@ func TestDefaultWithGitea(t *testing.T) {\nctx := context.New(config.Project{})\nctx.TokenType = context.TokenTypeGitea\n+ ctx.Config.GiteaURLs.Download = \"https://git.honk.com\"\n+ ctx.Git.CurrentTag = \"v1.0.0\"\nrequire.NoError(t, Pipe{}.Default(... | Go | MIT License | goreleaser/goreleaser | test: add more prerelease.auto tests | 1 | test | null |
4,988 | 06.11.2021 16:01:03 | -3,600 | cc30d66e0f07686d2c42670ead10246ebcf37a67 | feat(csv-stringify): ts extends options with stream.TransformOptions | [
{
"change_type": "MODIFY",
"diff": "@@ -17,7 +17,7 @@ export interface CastingContext {\nreadonly index: number;\nreadonly records: number;\n}\n-export interface Options {\n+export interface Options extends stream.TransformOptions {\n/**\n* Prepend the byte order mark (BOM) to the output stream.\n*/\n",
... | JavaScript | MIT License | adaltas/node-csv | feat(csv-stringify): ts extends options with stream.TransformOptions (#301) | 1 | feat | csv-stringify |
4,988 | 06.11.2021 16:22:37 | -3,600 | eb64b12774e8371cb1043a0c4a33ed9dc73a1c50 | feat(stream-transform): ts extends options with stream.TransformOptions | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,7 @@ export type Handler<T = any, U = any> = (record: T, callback: HandlerCallback, p\nexport type HandlerCallback<T = any> = (err?: null | Error, record?: T) => void\nexport type Callback = (err?: null | Error, output?: string) => void\n-export interface Optio... | JavaScript | MIT License | adaltas/node-csv | feat(stream-transform): ts extends options with stream.TransformOptions | 1 | feat | stream-transform |
4,988 | 06.11.2021 16:23:09 | -3,600 | ef84fb2f980b5d39e2df2b61d012769119f31001 | feat(csv-generate): ts extends options with stream.ReadableOptions | [
{
"change_type": "MODIFY",
"diff": "@@ -11,7 +11,7 @@ export class Generator extends stream.Readable {\nreadonly options: Options;\n}\n-export interface Options {\n+export interface Options extends stream.ReadableOptions {\n/**\n* Define the number of generated fields and the generation method.\n*/\n@@ -27,... | JavaScript | MIT License | adaltas/node-csv | feat(csv-generate): ts extends options with stream.ReadableOptions | 1 | feat | csv-generate |
4,988 | 06.11.2021 16:24:18 | -3,600 | 39a43886904801d47a92a3cb5722409f36020534 | feat(csv-parse): ts type encoding with BufferEncoding | [
{
"change_type": "MODIFY",
"diff": "@@ -38,6 +38,11 @@ export type CastingDateFunction = (value: string, context: CastingContext) => Da\nexport type ColumnOption = string | undefined | null | false | { name: string };\n+/*\n+Note, could not `extends stream.TransformOptions` because encoding can be\n+BufferE... | JavaScript | MIT License | adaltas/node-csv | feat(csv-parse): ts type encoding with BufferEncoding | 1 | feat | csv-parse |
269,464 | 06.11.2021 16:39:38 | 10,800 | b7d9e1224951cccdc89b4d33a861ce3410f7c48b | fix: htmltest | [
{
"change_type": "MODIFY",
"diff": "@@ -11,6 +11,8 @@ IgnoreURLs:\n- https://gofi.sh\n- https://docs.mattermost.com\n- https://github.com/goreleaser/goreleaser/pkgs\n+- https://iron.security\n+- https://marketplace.visualstudio.com\nIgnoreDirs:\n- overrides\nIgnoreDirectoryMissingTrailingSlash: true\n",
... | Go | MIT License | goreleaser/goreleaser | fix: htmltest | 1 | fix | null |
269,464 | 06.11.2021 16:44:59 | 10,800 | a7b929a403ef8d1ad4dc5379f35df9c89f9c6638 | docs: improve templates.md | [
{
"change_type": "MODIFY",
"diff": "@@ -11,7 +11,7 @@ On fields that support templating, these fields are always available:\n| Key | Description |\n|---------------------|--------------------------------------------------------------------------------------------------------|\n| `.ProjectName` | the project... | Go | MIT License | goreleaser/goreleaser | docs: improve templates.md | 1 | docs | null |
269,464 | 06.11.2021 16:49:23 | 10,800 | 8ca500926863e1514e3ced7982816c954592f6d7 | fix: discord default url | [
{
"change_type": "MODIFY",
"diff": "@@ -16,7 +16,7 @@ const (\ndefaultAuthor = `GoReleaser`\ndefaultColor = \"3888754\"\ndefaultIcon = \"https://goreleaser.com/static/avatar.png\"\n- defaultMessageTemplate = `{{ .ProjectName }} {{ .Tag }} is out! Check it out at {{ trimsuffix .GitURL \".git\" }}/releases/ta... | Go | MIT License | goreleaser/goreleaser | fix: discord default url | 1 | fix | null |
269,464 | 06.11.2021 16:49:33 | 10,800 | 1b775c541cb51be5676e2f0d3110797cf2693821 | docs: fix announce default urls | [
{
"change_type": "MODIFY",
"diff": "@@ -18,7 +18,7 @@ announce:\nenabled: true\n# Message template to use while publishing.\n- # Defaults to `{{ .ProjectName }} {{ .Tag }} is out! Check it out at {{ trimsuffix .GitURL \".git\" }}/releases/tag/{{ .Tag }}`\n+ # Defaults to `{{ .ProjectName }} {{ .Tag }} is ou... | Go | MIT License | goreleaser/goreleaser | docs: fix announce default urls | 1 | docs | null |
4,988 | 06.11.2021 17:08:52 | -3,600 | e7617da3277d91748ce9cde4ec9767fea636da22 | docs(csv-parse): quote samples | [
{
"change_type": "MODIFY",
"diff": "@@ -12,8 +12,8 @@ line 3\n}, function(err, records){\nassert.deepStrictEqual(\nrecords, [\n- [`line 1`],\n- [`line 3`]\n+ ['line 1'],\n+ ['line 3']\n]\n);\n});\n",
"new_path": "packages/csv-parse/samples/option.on_record.filter.js",
"old_path": "packages/csv-parse... | JavaScript | MIT License | adaltas/node-csv | docs(csv-parse): quote samples | 1 | docs | csv-parse |
4,988 | 06.11.2021 17:34:36 | -3,600 | 67053ab6497682e61f95ed970cb216ebd8ee0c09 | docs(csv-parse): raw sample | [
{
"change_type": "ADD",
"diff": "+\n+import assert from 'assert';\n+import { parse } from 'csv-parse';\n+\n+parse(`\n+a,b,c\n+d,e,f\n+`.trim(), {raw: true}, (err, records) => {\n+ assert.deepStrictEqual(records, [\n+ { record: [ 'a', 'b', 'c' ], raw: 'a,b,c\\n' },\n+ { record: [ 'd', 'e', 'f' ], raw: 'd,e,f... | JavaScript | MIT License | adaltas/node-csv | docs(csv-parse): raw sample | 1 | docs | csv-parse |
679,913 | 06.11.2021 18:01:44 | -3,600 | fde4d2b6aab02887e12f14c75fccf37b686844ae | fix(checks): add boolean to isPrimitive() | [
{
"change_type": "MODIFY",
"diff": "-export const isPrimitive = (x: any): x is string | number => {\n+/**\n+ * Returns true if `x` is a string, number or boolean.\n+ *\n+ * @param x\n+ */\n+export const isPrimitive = (x: any): x is string | number | boolean => {\nconst t = typeof x;\n- return t === \"string... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(checks): add boolean to isPrimitive() | 1 | fix | checks |
419,589 | 06.11.2021 19:49:32 | -28,800 | c5a5c6b1a49bae334d6e061ae06ffd8c5496b161 | fix(query-builder): fix nested ordered pagination | [
{
"change_type": "MODIFY",
"diff": "@@ -768,23 +768,35 @@ export class QueryBuilder<T extends AnyEntity<T> = AnyEntity> {\n}\nprivate wrapPaginateSubQuery(meta: EntityMetadata): void {\n- const pks = this.prepareFields(meta.primaryKeys, 'sub-query');\n- const subQuery = this.clone().limit(undefined).offset(... | TypeScript | MIT License | mikro-orm/mikro-orm | fix(query-builder): fix nested ordered pagination (#2351)
Co-authored-by: James Meneghello <james.meneghello@glxdigital.com> | 1 | fix | query-builder |
4,988 | 06.11.2021 20:04:16 | -3,600 | 67b7da892db7f0f426b9f0fa12063e81eafe8a9b | feat(csv-parse): improve record_delimiter validation | [
{
"change_type": "MODIFY",
"diff": "@@ -5386,12 +5386,40 @@ class Parser extends Transform {\nthrow new Error(`Invalid Option: raw must be true, got ${JSON.stringify(options.raw)}`);\n}\n// Normalize option `record_delimiter`\n- if(!options.record_delimiter){\n+ if(options.record_delimiter === undefined){\n... | JavaScript | MIT License | adaltas/node-csv | feat(csv-parse): improve record_delimiter validation | 1 | feat | csv-parse |
4,988 | 06.11.2021 20:09:36 | -3,600 | 9150fbf81b4ab9ababadf6ffe221ca3375978050 | docs(csv-parse): record_delimiter samples | [
{
"change_type": "MODIFY",
"diff": "@@ -4,9 +4,9 @@ import { parse } from 'csv-parse/sync';\nconst data = 'a key => a value';\nconst records = parse(data, {\n- delimiter: \"=>\",\n+ delimiter: '=>',\ntrim: true\n});\nassert.deepStrictEqual(records, [\n- [ \"a key\", \"a value\" ]\n+ [ 'a key', 'a value' ]\n... | JavaScript | MIT License | adaltas/node-csv | docs(csv-parse): record_delimiter samples | 1 | docs | csv-parse |
386,595 | 06.11.2021 20:19:52 | -7,200 | b065493a591b45228c474bb18bde7f0b7fe9e1a9 | fix(blocksBasic): Move Anchor from antd to basic. | [
{
"change_type": "MODIFY",
"diff": "import Affix from './blocks/Affix';\nimport Alert from './blocks/Alert';\n-import Anchor from './blocks/Anchor';\nimport AutoComplete from './blocks/AutoComplete';\nimport Avatar from './blocks/Avatar';\nimport Badge from './blocks/Badge';\n@@ -87,7 +86,6 @@ export const ... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(blocksBasic): Move Anchor from antd to basic. | 1 | fix | blocksBasic |
426,683 | 06.11.2021 20:23:05 | -28,800 | d406c772c9de0470ddd31309591ec499713f7d8a | fix: do not process scripts with non-JS type attribute | [
{
"change_type": "ADD",
"diff": "+---\n+'@web/dev-server-esbuild': patch\n+---\n+\n+Do not process scripts with non-JS type attribute\n",
"new_path": ".changeset/shy-kangaroos-clap.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "@@ -134,7 +134,14 @@ export class EsbuildPlugi... | TypeScript | MIT License | modernweb-dev/web | fix: do not process scripts with non-JS type attribute (#1767) | 1 | fix | null |
317,646 | 06.11.2021 20:32:24 | -3,600 | 1402dcbcfeb728fccc402ae790fc4e5e5720be89 | refactor(git): rename properties to fetch | [
{
"change_type": "MODIFY",
"diff": "@@ -87,17 +87,17 @@ type git struct {\n}\nconst (\n- // DisplayBranchStatus show branch status or not\n- DisplayBranchStatus Property = \"display_branch_status\"\n- // DisplayStatus shows the status of the repository\n- DisplayStatus Property = \"display_status\"\n- // Di... | Go | MIT License | jandedobbeleer/oh-my-posh | refactor(git): rename properties to fetch | 1 | refactor | git |
317,646 | 06.11.2021 20:33:11 | -3,600 | ef3b620513e75c419b4ecf9efe3f6fc905f0e450 | docs(git): correct property definitions | [
{
"change_type": "MODIFY",
"diff": "@@ -36,9 +36,15 @@ An alternative is to use the [Posh-Git segment][poshgit]\n\"powerline_symbol\": \"\\uE0B0\",\n\"foreground\": \"#193549\",\n\"background\": \"#ffeb3b\",\n+ \"background_templates\": [\n+ \"{{ if or (.Repo.Working.Changed) (.Repo.Staging.Changed) }}#FFEB... | Go | MIT License | jandedobbeleer/oh-my-posh | docs(git): correct property definitions | 1 | docs | git |
217,237 | 06.11.2021 22:00:10 | -10,800 | 89bfcb281695a6d7e0319d5d0ba700ab0b23b364 | hotfix: adaptive navbar | [
{
"change_type": "MODIFY",
"diff": "@@ -189,9 +189,14 @@ html[data-theme=dark] .badge--warning {\n--ifm-badge-background-color: var(--ifm-color-warning-dark);\n}\n+/* Debug only, for simulating searchBox on devMode\n+.navbar__items:last-child {\n+ border-right: 161px solid black;\n+} */\n+\n/* FIXME: temp h... | JavaScript | MIT License | feature-sliced/documentation | hotfix: adaptive navbar | 1 | hotfix | null |
4,988 | 06.11.2021 22:21:22 | -3,600 | dce72ebc4506ea8674be091cda5605007298442c | docs(csv-parse): relax_column_count_(less|more) samples | [
{
"change_type": "ADD",
"diff": "+\n+import assert from 'assert';\n+import { parse } from 'csv-parse';\n+\n+parse(`\n+a,b,c\n+d,e\n+`.trim(), {\n+ relax_column_count_less: true\n+}, (err, records) => {\n+ assert.deepStrictEqual(records, [\n+ ['a', 'b', 'c'],\n+ ['d', 'e']\n+ ]);\n+});\n",
"new_path": "p... | JavaScript | MIT License | adaltas/node-csv | docs(csv-parse): relax_column_count_(less|more) samples | 1 | docs | csv-parse |
269,464 | 06.11.2021 22:24:15 | 10,800 | 9ee5ac1669b66f7571678bd85fec0af71be6434a | fix: linkedin announcer | [
{
"change_type": "MODIFY",
"diff": "@@ -11,7 +11,7 @@ import (\n\"golang.org/x/oauth2\"\n)\n-type oAuthClientConfig struct {\n+type oauthClientConfig struct {\nContext *context.Context\nAccessToken string\n}\n@@ -30,7 +30,7 @@ type postShareRequest struct {\nOwner string `json:\"owner\"`\n}\n-func createLin... | Go | MIT License | goreleaser/goreleaser | fix: linkedin announcer | 1 | fix | null |
269,464 | 06.11.2021 22:43:47 | 10,800 | 46cb26de6914b8f6da1d68f5651969d063fb61ff | test: improved gofish tests | [
{
"change_type": "MODIFY",
"diff": "@@ -107,12 +107,12 @@ func TestFullFoodLinuxOnly(t *testing.T) {\n}\n}\n- formulae, err := doBuildFood(context.New(config.Project{\n+ food, err := doBuildFood(context.New(config.Project{\nProjectName: \"foo\",\n}), data)\nrequire.NoError(t, err)\n- golden.RequireEqualLua(... | Go | MIT License | goreleaser/goreleaser | test: improved gofish tests | 1 | test | null |
4,988 | 06.11.2021 22:49:07 | -3,600 | 2d4a326f1cfc3911206db479bfd491a45dcf9276 | docs(csv-parse): relax sample | [
{
"change_type": "ADD",
"diff": "+\n+import assert from 'assert';\n+import { parse } from 'csv-parse';\n+\n+parse(`\n+a,some\"text,c\n+`.trim(), {\n+ relax: true\n+}, (err, records) => {\n+ assert.deepStrictEqual(records, [\n+ ['a', 'some\"text', 'c']\n+ ]);\n+});\n",
"new_path": "packages/csv-parse/sam... | JavaScript | MIT License | adaltas/node-csv | docs(csv-parse): relax sample | 1 | docs | csv-parse |
4,988 | 06.11.2021 23:05:01 | -3,600 | 4ec9e587e0786822596ac6352c55752ee90ae973 | docs(csv-parse): skip_lines_with_empty_values sample | [
{
"change_type": "ADD",
"diff": "+\n+import assert from 'assert';\n+import { parse } from 'csv-parse';\n+\n+parse(`\n+a,b,c\n+, ,\\t\n+d,e,f\n+`.trim(), {\n+ skip_lines_with_empty_values: true\n+}, (err, records) => {\n+ assert.deepStrictEqual(records, [\n+ ['a', 'b', 'c'],\n+ ['d', 'e', 'f']\n+ ]);\n+});\n... | JavaScript | MIT License | adaltas/node-csv | docs(csv-parse): skip_lines_with_empty_values sample | 1 | docs | csv-parse |
4,988 | 06.11.2021 23:18:47 | -3,600 | 6eed22a050701b5bb174ea4057358af41502a9f1 | docs(csv-parse): to sample | [
{
"change_type": "MODIFY",
"diff": "@@ -3,16 +3,21 @@ import assert from 'assert';\nimport { parse } from 'csv-parse';\nparse(`\n-a,b|1,2|3,4\n+a,b\n+1,2\n+3,4\n+5,6\n`.trim(), {\ncolumns: true,\n- record_delimiter: '|',\nfrom: 2\n}, function(err, records){\nassert.deepStrictEqual(\nrecords, [{\na: '3',\nb:... | JavaScript | MIT License | adaltas/node-csv | docs(csv-parse): to sample | 1 | docs | csv-parse |
217,237 | 06.11.2021 23:23:17 | -10,800 | 6b5c60ceea22bc71f51295ccbce55a6e14583bb7 | refactor(feedback): impl ga as shared/lib | [
{
"change_type": "ADD",
"diff": "+export const sendEvent = ({ category, action, label, value }) => {\n+ if (typeof window === undefined) return;\n+ if (!window.ga) return;\n+\n+ return window.ga(\"send\", {\n+ hitType: \"event\",\n+ eventCategory: category,\n+ eventAction: action,\n+ eventLabel: label,\n+ e... | JavaScript | MIT License | feature-sliced/documentation | refactor(feedback): impl ga as shared/lib | 1 | refactor | feedback |
217,237 | 06.11.2021 23:23:53 | -10,800 | ca6e273684c3e8eb100abbaf8e488f043241703b | refactor(feedback): replace feedback-doc impl | [
{
"change_type": "MODIFY",
"diff": "@@ -3,6 +3,7 @@ import clsx from \"clsx\";\nimport { LikeFilled, DislikeFilled } from \"@ant-design/icons\";\nimport { translate } from \"@docusaurus/Translate\";\n+import { ga } from \"@site/src/shared/lib/ga\";\nimport styles from \"./styles.module.css\";\n/**\n@@ -10,3... | JavaScript | MIT License | feature-sliced/documentation | refactor(feedback): replace feedback-doc impl | 1 | refactor | feedback |
217,237 | 06.11.2021 23:24:28 | -10,800 | 922adf5b6b8fd6b92f4d261c3233ddd438768319 | chore(feedback): add metrics for NavRow | [
{
"change_type": "MODIFY",
"diff": "-import React from \"react\";\n+import React, { useCallback } from \"react\";\nimport clsx from \"clsx\";\nimport Link from \"@docusaurus/Link\";\n+\n+import { ga } from \"@site/src/shared/lib/ga\";\nimport styles from \"./styles.module.css\";\n/**\n@@ -9,8 +11,16 @@ impo... | JavaScript | MIT License | feature-sliced/documentation | chore(feedback): add metrics for NavRow | 1 | chore | feedback |
603,467 | 07.11.2021 00:01:25 | 0 | a0ecfdf40d3670c1f84d2da2a0c402d914256fc0 | ci(renovate): grouped ESLint dependencies | [
{
"change_type": "MODIFY",
"diff": "],\n\"rangeStrategy\": \"bump\",\n\"packageRules\": [\n+ {\n+ \"packagePatterns\": [\"^eslint$\", \"^eslint-plugin\", \"^@typescript-eslint\"],\n+ \"groupName\": \"ESLint dependencies\"\n+ },\n{\n\"packagePatterns\": [\"^@wdio\", \"^webdriverio\"],\n- \"groupName\": \"Web... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | ci(renovate): grouped ESLint dependencies | 1 | ci | renovate |
217,237 | 07.11.2021 00:31:56 | -10,800 | 068e59a7c99fdd0317c05372c4f0a06c4e34006b | hotfix(editing): restore intro translations | [
{
"change_type": "MODIFY",
"diff": "@@ -9,7 +9,7 @@ pagination_next: get-started/index\n\n-A methodology for designing *frontend projects*, aimed **at dividing the application according to business logic and scopes of responsibility.**\n+FeatureSliced is an architect... | JavaScript | MIT License | feature-sliced/documentation | hotfix(editing): restore intro translations | 1 | hotfix | editing |
71,120 | 07.11.2021 03:29:49 | -32,400 | 747eb7cf5dba4514241103ffebc49e03261d25a9 | feat(apigatewayv2-authorizers): http api - allow multiple user pool clients per HttpUserPoolAuthorizer
closes
BREAKING CHANGE: `userPoolClient` property in `UserPoolAuthorizerProps`
is now renamed to `userPoolClients`.
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apach... | [
{
"change_type": "MODIFY",
"diff": "@@ -150,7 +150,7 @@ const userPoolClient = userPool.addClient('UserPoolClient');\nconst authorizer = new HttpUserPoolAuthorizer({\nuserPool,\n- userPoolClient,\n+ userPoolClients: [userPoolClient],\n});\nconst api = new HttpApi(stack, 'HttpApi');\n",
"new_path": "pack... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(apigatewayv2-authorizers): http api - allow multiple user pool clients per HttpUserPoolAuthorizer (#16903)
closes #15431
BREAKING CHANGE: `userPoolClient` property in `UserPoolAuthorizerProps`
is now renamed to `userPoolClients`.
----
*By submitting this pull request, I confirm that my contribution is ... | 1 | feat | apigatewayv2-authorizers |
217,237 | 07.11.2021 09:50:54 | -10,800 | 3c57c464633b202011f5bbe782c1980bda65a300 | hotfix(NavPage): add subdetails about redirects | [
{
"change_type": "MODIFY",
"diff": "@@ -16,6 +16,9 @@ const NavPage = () => {\n<section className={styles.section}>\n<h2>{translate({ id: \"pages.nav.legacy.title\" })}</h2>\n<p>{translate({ id: \"pages.nav.legacy.details\" })}</p>\n+ <p className={styles.subdetails}>\n+ {translate({ id: \"pages.nav.legacy.... | JavaScript | MIT License | feature-sliced/documentation | hotfix(NavPage): add subdetails about redirects | 1 | hotfix | NavPage |
889,620 | 07.11.2021 12:18:54 | -28,800 | b9726018565f07b067aa65c9c05aeba20bcaa05e | fix: series titleSort not updated when folder is renamed
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -264,6 +264,7 @@ class LibraryContentLifecycle(\ndeleted.copy(\nseriesId = newSeries.id,\ntitle = if (deleted.titleLock) deleted.title else newlyAdded.title,\n+ titleSort = if (deleted.titleSortLock) deleted.titleSort else newlyAdded.titleSort\n)\n)\n}\n",
"new_pat... | Kotlin | MIT License | gotson/komga | fix: series titleSort not updated when folder is renamed
closes #718 | 1 | fix | null |
889,620 | 07.11.2021 13:16:57 | -28,800 | ac0556044f98b70f7bbc737f05dd342c73afae98 | fix: remove session concurrency
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -10,7 +10,6 @@ import org.springframework.security.config.annotation.web.builders.HttpSecurity\nimport org.springframework.security.config.annotation.web.builders.WebSecurity\nimport org.springframework.security.config.annotation.web.configuration.EnableWebSecurity\nim... | Kotlin | MIT License | gotson/komga | fix: remove session concurrency
closes #717 | 1 | fix | null |
679,913 | 07.11.2021 14:24:38 | -3,600 | f0f3236448e7277e089654c725d2b9335bd4706a | feat(api): update IGrid types, add mixins | [
{
"change_type": "MODIFY",
"diff": "\"./mixins/ienable\": {\n\"import\": \"./mixins/ienable.js\"\n},\n+ \"./mixins/igrid\": {\n+ \"import\": \"./mixins/igrid.js\"\n+ },\n\"./mixins/inotify\": {\n\"import\": \"./mixins/inotify.js\"\n},\n",
"new_path": "packages/api/package.json",
"old_path": "package... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(api): update IGrid types, add mixins | 1 | feat | api |
679,913 | 07.11.2021 14:38:03 | -3,600 | 3ac032784d35ff180451550f976abd563c0928ef | feat(pixel): add IGrid2D impls, update ctors | [
{
"change_type": "MODIFY",
"diff": "@@ -197,6 +197,8 @@ export interface RawPixelBuffer extends CanvasContext {\nexport interface IPixelBuffer<T extends TypedArray = TypedArray, P = any>\nextends IGrid2D<T, P> {\n+ readonly width: number;\n+ readonly height: number;\nreadonly format: IABGRConvert<any>;\n/**... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(pixel): add IGrid2D impls, update ctors | 1 | feat | pixel |
386,595 | 07.11.2021 17:22:22 | -7,200 | 7ab732c48cf3634eb75e211db1258fe6e211ffed | fix(blockTools): Cleanup block tools. | [
{
"change_type": "DELETE",
"diff": "-/*\n- Copyright 2020-2021 Lowdefy, Inc\n-\n- Licensed under the Apache License, Version 2.0 (the \"License\");\n- you may not use this file except in compliance with the License.\n- You may obtain a copy of the License at\n-\n- http://www.apache.org/licenses/LICENSE-2.0\... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(blockTools): Cleanup block tools. | 1 | fix | blockTools |
217,922 | 07.11.2021 18:01:06 | -3,600 | e5757392bb65c6571f47502a81771bd9bda4f5bc | feat(retainers): market data is now collapsible | [
{
"change_type": "MODIFY",
"diff": "@@ -179,6 +179,9 @@ export class InventoryService {\nconst itemInfos = state.itemInfoQueue.filter(itemInfo => itemInfo.containerSequence === action.parsedIpcData.sequence);\nconst newQueue = state.itemInfoQueue.filter(itemInfo => itemInfo.containerSequence !== action.pars... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(retainers): market data is now collapsible | 1 | feat | retainers |
317,814 | 07.11.2021 19:08:56 | -28,800 | d04dff553826375e8762a87b972fb32b9a677e3c | fix(theme): pure | [
{
"change_type": "MODIFY",
"diff": "{\n\"type\": \"prompt\",\n\"alignment\": \"left\",\n- \"newline\": true,\n+ \"newline\": false,\n\"segments\": [\n{\n- \"type\": \"root\",\n+ \"type\": \"session\",\n\"style\": \"plain\",\n\"foreground\": \"#BF616A\",\n\"properties\": {\n- \"prefix\": \"\",\n- \"root_icon... | Go | MIT License | jandedobbeleer/oh-my-posh | fix(theme): pure | 1 | fix | theme |
317,842 | 07.11.2021 19:55:22 | -3,600 | 93afdca084bf4668ef4575e138e0888275ed4bcb | feat(dotnet): template + semver regex | [
{
"change_type": "MODIFY",
"diff": "@@ -36,3 +36,18 @@ Display the currently active .NET SDK version.\nor `*.fsproj` files are present (default)\n- unsupported_version_icon: `string` - text/icon that is displayed when the active .NET SDK version (e.g., one specified\nby `global.json`) is not installed/suppo... | Go | MIT License | jandedobbeleer/oh-my-posh | feat(dotnet): template + semver regex | 1 | feat | dotnet |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.