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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
306,900 | 25.01.2022 10:34:34 | -3,600 | 4a51d6e6b76031ac3acc7cddabba6ef7e157b103 | fix(elements|ino-datepicker): prevent undefined ref on mount | [
{
"change_type": "MODIFY",
"diff": "@@ -315,8 +315,9 @@ export class Datepicker implements ComponentInterface {\nprivate create() {\nthis.dispose();\n+ const target = this.el.querySelector('ino-input > div') as HTMLElement;\n- if (this.disabled) {\n+ if (this.disabled || !target) {\nreturn;\n}\n@@ -344,8 +3... | TypeScript | MIT License | inovex/elements | fix(elements|ino-datepicker): prevent undefined ref on mount (#499) | 1 | fix | elements|ino-datepicker |
756,029 | 25.01.2022 10:35:57 | 28,800 | bbdac2b413f1091def8b4aefbe946f2b003b4435 | refactor: Remove marshal CI | [
{
"change_type": "MODIFY",
"diff": "@@ -72,12 +72,3 @@ jobs:\nnode -r esm $TAPE/bin/tape-xs-build.js $PWD test/test*.js\nnoflake mcconfig -m -p x-cli-lin test-xs-manifest.json\n$MODDABLE/build/bin/lin/release/eventual-send\n- - name: test marshal on xs\n- run: |\n- export MODDABLE=$HOME/moddable\n- export P... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | refactor: Remove marshal CI | 1 | refactor | null |
126,276 | 25.01.2022 10:42:32 | 10,800 | 18e8efb872bb9644e8c82afa960117bd2ef801d6 | chore(embedded/sql): postpone period evaluation so to support parameters type inference | [
{
"change_type": "MODIFY",
"diff": "@@ -19,15 +19,12 @@ type conditionalRowReader struct {\nrowReader RowReader\ncondition ValueExp\n-\n- params map[string]interface{}\n}\n-func newConditionalRowReader(rowReader RowReader, condition ValueExp, params map[string]interface{}) (*conditionalRowReader, error) {\n... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/sql): postpone period evaluation so to support parameters type inference
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/sql |
306,899 | 25.01.2022 10:47:07 | -3,600 | a2b06eaefb10f81207446e89c9adf7de6a83f624 | chore(*): set engine to node@>=14.17 | [
{
"change_type": "MODIFY",
"diff": "-v14.17.0\n+v14.17\n",
"new_path": ".nvmrc",
"old_path": ".nvmrc"
},
{
"change_type": "MODIFY",
"diff": "{\n\"private\": true,\n\"description\": \"This is a Monorepo root package which is used to execute build scripts.\",\n+ \"engines\" : { \"node\" : ... | TypeScript | MIT License | inovex/elements | chore(*): set engine to node@>=14.17 (#493) | 1 | chore | * |
428,439 | 25.01.2022 10:57:09 | 18,000 | a8a20620330ab8d02e237b5ff14b033b8cfa9b67 | refactor(NODE-3719): consolidate srv poller prose tests | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,10 @@ import * as dns from 'dns';\nimport * as sinon from 'sinon';\nimport { MongoClient } from '../../../src';\n-import { isHello } from '../../../src/utils';\n+import { TopologyType } from '../../../src/sdam/common';\n+import { SrvPoller, SrvPollerOptions, Sr... | TypeScript | Apache License 2.0 | mongodb/node-mongodb-native | refactor(NODE-3719): consolidate srv poller prose tests (#3114) | 1 | refactor | NODE-3719 |
317,807 | 25.01.2022 11:21:48 | -28,800 | 9a187c28b727153056a783df634fae93ee249f3c | theme: update markbull
1. Add icon in "session" segment
2. Add "os" segment
3. Exchange "executiontime" and "exit" position
4. Always enable "executiontime" segment
5. Add icon in "executiontime" segment | [
{
"change_type": "MODIFY",
"diff": "\"style\": \"powerline\",\n\"powerline_symbol\": \"\\ue0b0\",\n\"foreground\": \"#1d1626\",\n- \"background\": \"#ffce7b\"\n+ \"background\": \"#ffce7b\",\n+ \"properties\": {\n+ \"prefix\": \" \\uF26C \"\n+ }\n+ },\n+ {\n+ \"type\": \"os\",\n+ \"style\": \"powerline\",\n... | Go | MIT License | jandedobbeleer/oh-my-posh | theme: update markbull
1. Add icon in "session" segment
2. Add "os" segment
3. Exchange "executiontime" and "exit" position
4. Always enable "executiontime" segment
5. Add icon in "executiontime" segment | 1 | theme | null |
756,064 | 25.01.2022 11:22:21 | 28,800 | 5dc616308fc00fcd966f3342e855747f9ca07d11 | test(swingset): check vatstore/vatExit are present in all worker types
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -47,12 +47,16 @@ export function buildRootObject() {\nreturn three === 3 ? 'three good' : `not three, got ${three}`;\n}\n- function checkA([pB, pC, pF, three]) {\n+ function checkA([pB, pC, pF, three, vs1, vs2, evt, evwft]) {\nreturn Promise.all([\npB.then(checkResB),\... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | test(swingset): check vatstore/vatExit are present in all worker types
closes #2643 | 1 | test | swingset |
332,695 | 25.01.2022 11:42:18 | -3,600 | c50832318df61769fda76df2b29cedbc7a150791 | feat(semver): filter out prerelease tags if trying to release | [
{
"change_type": "MODIFY",
"diff": "@@ -20,16 +20,48 @@ describe(getLastVersion.name, () => {\n});\nit('should compute current version from previous semver tag', async () => {\n- mockGitSemverTags.mockResolvedValue(['my-lib-2.1.0', 'my-lib-2.0.0', 'my-lib-1.0.0']);\n+ mockGitSemverTags.mockResolvedValue([\n... | TypeScript | MIT License | jscutlery/semver | feat(semver): filter out prerelease tags if trying to release | 1 | feat | semver |
667,636 | 25.01.2022 11:43:41 | -28,800 | 64ca0028bab0dd4475b3556c25e9fb9d07b6ddc0 | fix(hippy-react): fixed network-info wrong stored listener | [
{
"change_type": "MODIFY",
"diff": "@@ -76,7 +76,7 @@ function addEventListener(eventName: string, listener: NetworkInfoCallback): Net\n},\n);\n// FIXME: Seems only accept one callback for each event, should support multiple callback.\n- subScriptions.set(handler, handler);\n+ subScriptions.set(listener, ha... | C++ | Apache License 2.0 | tencent/hippy | fix(hippy-react): fixed network-info wrong stored listener | 1 | fix | hippy-react |
749,536 | 25.01.2022 11:47:37 | 28,800 | 1664050191e7d981af7b0647fac9180943327093 | fix(dropdowns): compose onKeyDown handler for multiselect | [
{
"change_type": "MODIFY",
"diff": "{\n\"index.cjs.js\": {\n- \"bundled\": 90488,\n- \"minified\": 55054,\n- \"gzipped\": 11734\n+ \"bundled\": 90578,\n+ \"minified\": 55125,\n+ \"gzipped\": 11739\n},\n\"index.esm.js\": {\n- \"bundled\": 84138,\n- \"minified\": 49609,\n- \"gzipped\": 11371,\n+ \"bundled\": ... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | fix(dropdowns): compose onKeyDown handler for multiselect (#1277) | 1 | fix | dropdowns |
756,064 | 25.01.2022 11:48:09 | 28,800 | a215188511a473c014ca6aac370ed78fb9bff694 | docs(swingset): update GC docs, virtual-objects are properly GCed
refs | [
{
"change_type": "MODIFY",
"diff": "@@ -248,7 +248,7 @@ Later, if the vat receives a message from the kernel that references the virtual\nIf/when this Representative `Object` is no longer referenced by userspace and becomes collected, the `droppedRegistry` finalizer will run, and liveslots will learn of its... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | docs(swingset): update GC docs, virtual-objects are properly GCed
refs #2724 | 1 | docs | swingset |
865,926 | 25.01.2022 11:56:07 | -3,600 | c19428493d28ecb74bb1afbf9eee6232500fb101 | chore(release-info): add more information | [
{
"change_type": "MODIFY",
"diff": "@@ -51,15 +51,15 @@ export function ReleaseInfo(props) {\nLearn more about this feature in the <a href=\"https://docs.camunda.io/docs/components/modeler/bpmn/business-rule-tasks/business-rule-tasks/\">Camunda Cloud docs on Business Rule Tasks.</a>\n</li>\n<li>\n- <h4>New ... | JavaScript | MIT License | camunda/camunda-modeler | chore(release-info): add more information | 1 | chore | release-info |
135,449 | 25.01.2022 12:11:20 | -28,800 | 22687140da6982bcc4db5b54f6c50366983a4fc1 | docs: remove outdated info | [
{
"change_type": "MODIFY",
"diff": "@@ -254,10 +254,6 @@ For more information on how to contribute please take a look at our [contributio\n### Publishing a release\n-Before publishing a release do a `yarn run publish --dry-run` to get the upcoming version and update the version\n-in the [`should print help`... | TypeScript | MIT License | conventional-changelog/commitlint | docs: remove outdated info | 1 | docs | null |
217,922 | 25.01.2022 12:38:47 | -3,600 | 4798e2089d222a38b104148255c832954b4cf12e | chore: alarm panels layout hotfix | [
{
"change_type": "MODIFY",
"diff": "}\n.panel-title {\n- padding-right: 12px;\n+ display: flex;\n+ align-items: center;\n+ padding-right: 20px;\n+ width: 100%;\n}\n.group-name {\n",
"new_path": "apps/client/src/app/pages/alarms-page/alarms-page/alarms-page.component.less",
"old_path": "apps/client/s... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: alarm panels layout hotfix | 1 | chore | null |
865,926 | 25.01.2022 12:39:30 | -3,600 | aabd02061a933e87da076455d7fdc6179831d2fc | chore(release-info): update | [
{
"change_type": "MODIFY",
"diff": "@@ -61,7 +61,6 @@ export function ReleaseInfo(props) {\n<h4>Process Debugging for BPMN</h4>\nFor Camunda Cloud, the Modeler will now validate and show if BPMN elements are not supported in the target platform.\n</li>\n- <li>Plus, various smaller bug fixes and usability im... | JavaScript | MIT License | camunda/camunda-modeler | chore(release-info): update | 1 | chore | release-info |
791,370 | 25.01.2022 13:12:39 | 25,200 | 09d692bf0f30f6d0aa282e2ad9bc6923f51c31fa | feat(networkconnectivity): to v1
Release-As: 1.0.0 | [
{
"change_type": "MODIFY",
"diff": "@@ -806,8 +806,7 @@ var microgenGapicConfigs = []*microgenConfig{\nimportPath: \"cloud.google.com/go/networkconnectivity/apiv1\",\ngRPCServiceConfigPath: \"networkconnectivity_v1_grpc_service_config.json\",\napiServiceConfigPath: \"networkconnectivity_v1.yaml\",\n- // GA ... | Go | Apache License 2.0 | googleapis/google-cloud-go | feat(networkconnectivity): to v1 (#5141)
Release-As: 1.0.0 | 1 | feat | networkconnectivity |
791,370 | 25.01.2022 13:13:05 | 25,200 | 74c389e26c1ce8b0ce9ede7b298c6a8a9d106094 | feat(deploy): to v1
Release-As: 1.0.0 | [
{
"change_type": "MODIFY",
"diff": "# Changes\n+\n## v0.1.0\n- feat(deploy): start generating clients\n",
"new_path": "deploy/CHANGES.md",
"old_path": "deploy/CHANGES.md"
},
{
"change_type": "MODIFY",
"diff": "@@ -1313,8 +1313,7 @@ var microgenGapicConfigs = []*microgenConfig{\nimportPat... | Go | Apache License 2.0 | googleapis/google-cloud-go | feat(deploy): to v1 (#5140)
Release-As: 1.0.0 | 1 | feat | deploy |
791,370 | 25.01.2022 13:13:38 | 25,200 | 6b879a0c3ffad7bdcfc158b7ce5806fc3284ad30 | feat(filestore): to v1
Release-As: 1.0.0 | [
{
"change_type": "MODIFY",
"diff": "# Changes\n+\n## v0.1.0\n- feat(filestore): start generating clients\n",
"new_path": "filestore/CHANGES.md",
"old_path": "filestore/CHANGES.md"
},
{
"change_type": "MODIFY",
"diff": "@@ -1304,8 +1304,7 @@ var microgenGapicConfigs = []*microgenConfig{\n... | Go | Apache License 2.0 | googleapis/google-cloud-go | feat(filestore): to v1 (#5139)
Release-As: 1.0.0 | 1 | feat | filestore |
791,370 | 25.01.2022 13:14:00 | 25,200 | 5fda0bccc5b68a5bc00c71bad6b032bd0708ae96 | feat(orchestration/airflow/service): to v1
Release-As: 1.0.0 | [
{
"change_type": "MODIFY",
"diff": "@@ -1295,8 +1295,7 @@ var microgenGapicConfigs = []*microgenConfig{\nimportPath: \"cloud.google.com/go/orchestration/airflow/service/apiv1\",\ngRPCServiceConfigPath: \"composer_grpc_service_config.json\",\napiServiceConfigPath: \"composer_v1.yaml\",\n- // GA after 2021/10... | Go | Apache License 2.0 | googleapis/google-cloud-go | feat(orchestration/airflow/service): to v1 (#5138)
Release-As: 1.0.0 | 1 | feat | orchestration/airflow/service |
791,370 | 25.01.2022 13:15:03 | 25,200 | 7618f2af910bc32e293c5b80f6d897adfd6f0ad5 | feat(contactcenterinsights): to v1
Release-As: 1.0.0 | [
{
"change_type": "MODIFY",
"diff": "## [0.3.0](https://www.github.com/googleapis/google-cloud-go/compare/contactcenterinsights/v0.2.0...contactcenterinsights/v0.3.0) (2021-10-18)\n-\n### Features\n* **contactcenterinsights:** add metadata from dialogflow related to transcript segment feat: add sentiment dat... | Go | Apache License 2.0 | googleapis/google-cloud-go | feat(contactcenterinsights): to v1 (#5137)
Release-As: 1.0.0 | 1 | feat | contactcenterinsights |
791,370 | 25.01.2022 13:15:33 | 25,200 | d1497e03746301530bfec1ce389c0ad34c7db3b4 | feat(accesscontextmanager): to v1
Release-As: 1.0.0 | [
{
"change_type": "MODIFY",
"diff": "### [0.1.1](https://www.github.com/googleapis/google-cloud-go/compare/accesscontextmanager/v0.1.0...accesscontextmanager/v0.1.1) (2021-10-18)\n-\n### Bug Fixes\n* **accesscontextmanager:** nodejs package name access-context-manager ([30794e7](https://www.github.com/google... | Go | Apache License 2.0 | googleapis/google-cloud-go | feat(accesscontextmanager): to v1 (#5136)
Release-As: 1.0.0 | 1 | feat | accesscontextmanager |
791,704 | 25.01.2022 13:16:23 | 28,800 | f59499a50f4986dd2c53d8e46c11b8628e8a2451 | core(inspector-issue): remove wasmCrossOriginModuleSharingIssue | [
{
"change_type": "MODIFY",
"diff": "@@ -75,14 +75,11 @@ class InspectorIssues extends FRGatherer {\nsameSiteCookieIssue: [],\nsharedArrayBufferIssue: [],\ntwaQualityEnforcement: [],\n- wasmCrossOriginModuleSharingIssue: [],\n};\nconst keys = /** @type {Array<keyof LH.Artifacts['InspectorIssues']>} */(Object... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(inspector-issue): remove wasmCrossOriginModuleSharingIssue (#13595) | 1 | core | inspector-issue |
777,374 | 25.01.2022 13:43:16 | 28,800 | 3d84b6f0d229a265709c03a66cdb98bbd80c4dd5 | fix: gcp vm image with google guest agent working | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,7 @@ class defaults:\nAUX_AGENT_INSTANCE_TYPE = \"n1-standard-4\"\nCOMPUTE_AGENT_INSTANCE_TYPE = \"n1-standard-32\"\nDB_PASSWORD = \"postgres\"\n- ENVIRONMENT_IMAGE = \"det-environments-08f9c9b\"\n+ ENVIRONMENT_IMAGE = \"det-environments-f403806\"\nGPU_NUM = 8\... | Python | Apache License 2.0 | determined-ai/determined | fix: gcp vm image with google guest agent working [DET-6489] (#3489) | 1 | fix | null |
551,701 | 25.01.2022 13:44:03 | -3,600 | 90969b46ef483c633bf1e3267064948cfe18296b | chore(test): fix flaky io dispatcher test | [
{
"change_type": "MODIFY",
"diff": "@@ -45,6 +45,7 @@ import io.questdb.std.str.Path;\nimport org.junit.rules.TemporaryFolder;\nimport java.util.Arrays;\n+import java.util.concurrent.BrokenBarrierException;\nimport static io.questdb.test.tools.TestUtils.assertMemoryLeak;\n@@ -304,6 +305,6 @@ public class Ht... | Java | Apache License 2.0 | questdb/questdb | chore(test): fix flaky io dispatcher test (#1829) | 1 | chore | test |
756,051 | 25.01.2022 13:51:29 | 21,600 | b9d09ec077cc51272c1d50a06f5c63c917deb1fd | chore(vats): postpone getRUN bootstrap to later PR | [
{
"change_type": "MODIFY",
"diff": "// @ts-check\nimport { E } from '@agoric/far';\n-import { makeRatio } from '@agoric/zoe/src/contractSupport/index.js';\nimport { installOnChain as installVaultFactoryOnChain } from '@agoric/run-protocol/bundles/install-on-chain.js';\n-import { bootstrapRunLoC } from '@ago... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore(vats): postpone getRUN bootstrap to later PR | 1 | chore | vats |
127,946 | 25.01.2022 14:06:52 | -10,800 | 792aa9dda47898c56420671d6073f28bf2a230bb | feat: add 10 Guidelines to efficiently display data tables article link | [
{
"change_type": "MODIFY",
"diff": "@@ -4,6 +4,13 @@ import FacingReel from './FacingReel';\nconst News = () => (\n<FacingReel>\n+ <CardArticle\n+ href=\"https://moonds.medium.com/10-guidelines-to-efficiently-display-data-tables-76c8f71af3c3\"\n+ title=\"10 Guidelines to efficiently display data tables.\"\n... | TypeScript | MIT License | coingaming/moon-design | feat: add 10 Guidelines to efficiently display data tables article link | 1 | feat | null |
777,369 | 25.01.2022 14:21:47 | 25,200 | c8f77b4a06134245db55ea11ecae1ff4fd725cfb | chore: resolve previous /agents fetch before polling for a new one | [
{
"change_type": "MODIFY",
"diff": "@@ -21,8 +21,8 @@ const Navigation: React.FC<Props> = ({ children }) => {\nconst fetchAgents = useFetchAgents(canceler);\nconst fetchResourcePools = useFetchResourcePools(canceler);\n- const fetchAuthOnly = useCallback(() => {\n- if (auth.isAuthenticated) fetchAgents();\n... | Python | Apache License 2.0 | determined-ai/determined | chore: resolve previous /agents fetch before polling for a new one (#3481) | 1 | chore | null |
127,946 | 25.01.2022 14:36:56 | -10,800 | 565df6bd1d41ec3b90906f33b3bcfaa59de491dc | fix: update datePicker tests | [
{
"change_type": "MODIFY",
"diff": "@@ -339,7 +339,7 @@ exports[`Calendar hide calendar 1`] = `\nclassName=\"Day__DayWrapper-sc-19zp0xj-0 cvtEYO\"\n>\n<div\n- className=\"DayContainer-l4w9ci-0 bHFKFH\"\n+ className=\"DayContainer-l4w9ci-0 coSdBl\"\nonClick={[Function]}\n>\n20\n@@ -389,7 +389,7 @@ exports[`C... | TypeScript | MIT License | coingaming/moon-design | fix: update datePicker tests | 1 | fix | null |
126,276 | 25.01.2022 14:42:56 | 10,800 | 1fb86974149f0b4051b8e15cfa3b64e66b60fcce | test(embedded/sql): unit testing temporal queries with parameter casting | [
{
"change_type": "MODIFY",
"diff": "@@ -47,6 +47,8 @@ func TestDistinctRowReader(t *testing.T) {\n_, err = rowReader.Columns()\nrequire.Equal(t, errDummy, err)\n+ require.Nil(t, rowReader.Parameters())\n+\nerr = rowReader.InferParameters(nil)\nrequire.NoError(t, err)\n",
"new_path": "embedded/sql/distin... | Go | Apache License 2.0 | codenotary/immudb | test(embedded/sql): unit testing temporal queries with parameter casting
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | test | embedded/sql |
141,549 | 25.01.2022 15:17:55 | -39,600 | e6d2b969c4407eb2eeb40e6ce8055239d0708df6 | feat: Remove freemium code from ToggleSwitch & ToggleSwitchField
BREAKING CHANGE: Remove theme prop from ToggleSwitchField and ToggleSwitch for both React & Elm components. Remove ToggleTheme references and any storybook stories. | [
{
"change_type": "MODIFY",
"diff": "@@ -44,25 +44,13 @@ main =\n}\nin\nstorybook\n- [ storyOf \"Default theme\" config <|\n+ [ storyOf \"Default\" config <|\n\\m ->\nToggleSwitchField.view\n(ToggleSwitchField.default\n|> ToggleSwitchField.labelText \"Label\"\n|> ToggleSwitchField.id \"hello\"\n|> ToggleSwit... | TypeScript | MIT License | cultureamp/kaizen-design-system | feat: Remove freemium code from ToggleSwitch & ToggleSwitchField (#2417)
BREAKING CHANGE: Remove theme prop from ToggleSwitchField and ToggleSwitch for both React & Elm components. Remove ToggleTheme references and any storybook stories.
Co-authored-by: Harry Ta <harry.ta@cultureamp.com> | 1 | feat | null |
667,636 | 25.01.2022 15:52:55 | -28,800 | a93ede56b7f1328db835deb8ea6553b1014c9870 | chore(pr): add pr step instroduction | [
{
"change_type": "MODIFY",
"diff": "@@ -14,6 +14,8 @@ Hi! I'm really excited that you are interested in contributing to Hippy. Before\n## Pull Request Guidelines\n+- Setting up your local environment to get started. You will need have [git](https://git-scm.com/) and [npm](https://docs.npmjs.com/downloading-... | C++ | Apache License 2.0 | tencent/hippy | chore(pr): add pr step instroduction | 1 | chore | pr |
217,922 | 25.01.2022 16:00:56 | -3,600 | 0492e18d3e7a6e060220487df8bf975ad72909bd | perf(lists): better memory management and history loading system | [
{
"change_type": "MODIFY",
"diff": "@@ -27,6 +27,7 @@ export enum ListsActionTypes {\nSharedListsLoaded = '[Lists] Shared Lists Loaded',\nListDetailsLoaded = '[Lists] List Details Loaded',\n+ LoadListHistory = '[Lists] Load List History',\nListHistoryLoaded = '[Lists] List History Loaded',\nAddHistoryEntry ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | perf(lists): better memory management and history loading system | 1 | perf | lists |
667,636 | 25.01.2022 16:01:09 | -28,800 | 09908446dd990865633b439cb5c04d525d8d85ea | chore(pr): change guideline index | [
{
"change_type": "MODIFY",
"diff": "@@ -5,8 +5,8 @@ Hi! I'm really excited that you are interested in contributing to Hippy. Before\n- [Code of Conduct](https://github.com/Tencent/Hippy/blob/master/.github/CODE_OF_CONDUCT.md)\n- [Issue Reporting Guidelines](#issue-reporting-guidelines)\n- [Pull Request Guid... | C++ | Apache License 2.0 | tencent/hippy | chore(pr): change guideline index | 1 | chore | pr |
889,620 | 25.01.2022 16:17:33 | -28,800 | 88357a589e5e3b5e85e917f1662166500671aeb5 | build: run configuration | [
{
"change_type": "MODIFY",
"diff": "<option name=\"executionName\" />\n<option name=\"externalProjectPath\" value=\"$PROJECT_DIR$\" />\n<option name=\"externalSystemIdString\" value=\"GRADLE\" />\n- <option name=\"scriptParameters\" value=\"bootRun\" />\n+ <option name=\"scriptParameters\" value=\"\" />\n<o... | Kotlin | MIT License | gotson/komga | build: run configuration | 1 | build | null |
889,620 | 25.01.2022 16:19:01 | -28,800 | 7cb2a87a7f274f5695ffdd14d083e824c818c1f6 | fix(webui): drop poster from browser images | [
{
"change_type": "MODIFY",
"diff": "<script lang=\"ts\">\nimport Vue from 'vue'\n+import {getFileFromUrl} from '@/functions/file'\nexport default Vue.extend({\nname: 'DropZone',\nmethods: {\n- dropHandler(event: Event) {\n+ async dropHandler(event: Event) {\nif (event instanceof DragEvent && event.dataTrans... | Kotlin | MIT License | gotson/komga | fix(webui): drop poster from browser images | 1 | fix | webui |
756,064 | 25.01.2022 16:20:40 | 28,800 | cf74b8856491f1b34644a981f9390646b3adc088 | chore(swingset): re-enable all message-patterns tests
One test was disabled a while ago while implementing the `iface:` Presence
stringification code. I don't know what the core issue was, but it seems to
be working ok now, so I've reenabled it.
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -308,7 +308,6 @@ export function buildPatterns(log) {\nreturn b.bert;\n};\n}\n- // TODO https://github.com/Agoric/agoric-sdk/issues/1631\nout.a51 = ['a51 done, got [object Alleged: bert], match true true'];\ntest('a51');\n",
"new_path": "packages/SwingSet/test/mess... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore(swingset): re-enable all message-patterns tests
One test was disabled a while ago while implementing the `iface:` Presence
stringification code. I don't know what the core issue was, but it seems to
be working ok now, so I've reenabled it.
closes #1631 | 1 | chore | swingset |
791,704 | 25.01.2022 16:28:30 | 28,800 | d6493b55d8d1586a887a988294e03df839c7d0d4 | tests: add snapshot tests for cli-flags.js | [
{
"change_type": "ADD",
"diff": "+// Jest Snapshot v1, https://goo.gl/fbAQLP\n+\n+exports[`CLI flags array values do not support csv when appropriate 1`] = `\n+Object {\n+ \"$0\": \"node_modules/jest/bin/jest.js\",\n+ \"_\": Array [\n+ \"http://www.example.com\",\n+ ],\n+ \"blocked-url-patterns\": Array [\n... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests: add snapshot tests for cli-flags.js (#13596) | 1 | tests | null |
334,560 | 25.01.2022 16:29:52 | -7,200 | 01c7151c381b45b2e8901195dbe760aaccbbd6d6 | ci: start Xvfb for Cypress | [
{
"change_type": "MODIFY",
"diff": "@@ -52,6 +52,13 @@ root_path=$PWD\n#yarn lerna exec --ignore '@angular-builders/*' \"[ -f $WEBDRIVER_MANAGER_BIN ] && $WEBDRIVER_MANAGER_BIN update --versions.chrome $CHROME_VERSION || echo \\`pwd\\`: No webdriver-manager found\"\n#[ -f $WEBDRIVER_MANAGER_BIN ] && $WEBDRI... | TypeScript | MIT License | just-jeb/angular-builders | ci: start Xvfb for Cypress (#1116) | 1 | ci | null |
756,051 | 25.01.2022 16:29:55 | 21,600 | 98e5c94c642b6ce22e7b505d12bf25cbb3ea38ff | chore: copy decentral-core-config for demo | [
{
"change_type": "ADD",
"diff": "+{\n+ \"bootstrap\": \"bootstrap\",\n+ \"vats\": {\n+ \"bootstrap\": {\n+ \"sourceSpec\": \"./src/core/boot.js\"\n+ }\n+ },\n+ \"bundles\": {\n+ \"zcf\": {\n+ \"sourceSpec\": \"@agoric/zoe/contractFacet.js\"\n+ },\n+ \"bank\": {\n+ \"sourceSpec\": \"./src/vat-bank.js\"\n+ },... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore: copy decentral-core-config for demo | 1 | chore | null |
756,064 | 25.01.2022 16:30:13 | 28,800 | add95897f51eca37657e227e27d27702a3dbcff8 | chore(swingset): fix funky use of test.log in test-promises.js
This test was just meant to assert that all promptly-runnable Promise
callbacks happen before the crank ends, but I did something obviously wrong
with the log calls. This fixes the log calls.
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -10,8 +10,8 @@ export function buildRootObject(vatPowers, vatParameters) {\nbootstrap(vats) {\nconst mode = vatParameters.argv[0];\nif (mode === 'flush') {\n- Promise.resolve().then(log('then1'));\n- Promise.resolve().then(log('then2'));\n+ Promise.resolve('then1').the... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore(swingset): fix funky use of test.log in test-promises.js
This test was just meant to assert that all promptly-runnable Promise
callbacks happen before the crank ends, but I did something obviously wrong
with the log calls. This fixes the log calls.
closes #1779 | 1 | chore | swingset |
756,051 | 25.01.2022 16:30:37 | 21,600 | a948b169ff754e3df3c9b07f1f7a71e2c7abbf99 | feat(vats): demo-config to install economy automatically | [
{
"change_type": "MODIFY",
"diff": "\"bootstrap\": \"bootstrap\",\n\"vats\": {\n\"bootstrap\": {\n- \"sourceSpec\": \"./src/core/boot.js\"\n+ \"sourceSpec\": \"./src/core/boot.js\",\n+ \"parameters\": {\n+ \"governanceActions\": true\n+ }\n}\n},\n\"bundles\": {\n",
"new_path": "packages/vats/decentral-d... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(vats): demo-config to install economy automatically | 1 | feat | vats |
889,620 | 25.01.2022 16:36:02 | -28,800 | 4453c0320036fd9b62ce5c451dc77b8c0c16fbe0 | fix(webui): display clickable links for duplicate files | [
{
"change_type": "MODIFY",
"diff": "itemsPerPageOptions: [20, 50, 100]\n}\"\n>\n- <template v-slot:item.name=\"{ item }\">\n- <router-link :to=\"{name:'browse-book', params: {bookId: item.id}}\">{{ item.name }}</router-link>\n+ <template v-slot:item.url=\"{ item }\">\n+ <router-link :to=\"{name:'browse-book... | Kotlin | MIT License | gotson/komga | fix(webui): display clickable links for duplicate files | 1 | fix | webui |
334,560 | 25.01.2022 16:41:06 | -7,200 | 4e6192c84894ef260a7a5b99146795be94bbe980 | chore: use resolutions for only | [
{
"change_type": "MODIFY",
"diff": "]\n},\n\"resolutions\": {\n- \"@angular-devkit/architect\": \">=0.1300.0 < 0.1400.0\",\n- \"@angular-devkit/core\": \"^13\",\n- \"@angular-devkit/schematics\": \"^13\",\n- \"@schematics/angular\": \"^13\"\n+ \"**/@cypress/schematic/@angular-devkit/architect\": \">=0.1300.... | TypeScript | MIT License | just-jeb/angular-builders | chore: use resolutions for @cypress/schematic only (#1115)
Co-authored-by: JeB <jebbacca@gmail.com> | 1 | chore | null |
791,723 | 25.01.2022 16:48:12 | 28,800 | 26a0ee6f410bae57eaa5f8ded17ef1741e4adbd5 | cli: remove update-notifier | [
{
"change_type": "MODIFY",
"diff": "@@ -24,7 +24,6 @@ import url from 'url';\nimport module from 'module';\nimport log from 'lighthouse-logger';\n-import updateNotifier from 'update-notifier';\nimport * as commands from './commands/commands.js';\nimport * as Printer from './printer.js';\n@@ -51,9 +50,6 @@ f... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | cli: remove update-notifier (#13588) | 1 | cli | null |
889,620 | 25.01.2022 16:57:21 | -28,800 | b1fd257a149682a16b3505e48a550524abd7d829 | feat(webui): delete book from duplicate view
closes | [
{
"change_type": "MODIFY",
"diff": "<template v-slot:item.url=\"{ item }\">\n<router-link :to=\"{name:'browse-book', params: {bookId: item.id}}\">{{ item.url }}</router-link>\n</template>\n+\n+ <template v-slot:item.deleted=\"{ item }\">\n+ <v-chip\n+ v-if=\"item.deleted\"\n+ label small color=\"error\">\n+... | Kotlin | MIT License | gotson/komga | feat(webui): delete book from duplicate view
closes #764 | 1 | feat | webui |
889,620 | 25.01.2022 16:59:51 | -28,800 | a116d1788315718fddeef62853ca05db97f4dc42 | feat(webui): add refresh button and unavailable status to media analysis view | [
{
"change_type": "MODIFY",
"diff": "<template v-slot:item.name=\"{ item }\">\n<router-link :to=\"{name:'browse-book', params: {bookId: item.id}}\">{{ item.name }}</router-link>\n</template>\n+\n+ <template v-slot:item.deleted=\"{ item }\">\n+ <v-chip\n+ v-if=\"item.deleted\"\n+ label small color=\"error\">\... | Kotlin | MIT License | gotson/komga | feat(webui): add refresh button and unavailable status to media analysis view | 1 | feat | webui |
791,284 | 25.01.2022 17:07:48 | 21,600 | a4801c70db3f8c920110881aa9a4d617aca39d1b | feat(storage): add net.ErrClosed to default retry | [
{
"change_type": "MODIFY",
"diff": "@@ -17,11 +17,13 @@ package storage\nimport (\n\"context\"\n\"io\"\n+ \"net\"\n\"net/url\"\n\"strings\"\n\"cloud.google.com/go/internal\"\ngax \"github.com/googleapis/gax-go/v2\"\n+ \"golang.org/x/xerrors\"\n\"google.golang.org/api/googleapi\"\n\"google.golang.org/grpc/co... | Go | Apache License 2.0 | googleapis/google-cloud-go | feat(storage): add net.ErrClosed to default retry (#5384)
Co-authored-by: Chris Cotter <cjcotter@google.com> | 1 | feat | storage |
711,597 | 25.01.2022 17:13:56 | 0 | dfef662bbefba6bbf5bf18277e025677d3829f36 | docs(core): Fix docs on ListQueryBuilder | [
{
"change_type": "MODIFY",
"diff": "@@ -86,13 +86,13 @@ export type ExtendedListQueryOptions<T extends VendureEntity> = {\n* }\n*\n* # Generated at run-time by Vendure\n- * input ProductListOptions\n+ * input BlogPostListOptions\n*\n* extend type Query {\n* blogPosts(options: BlogPostListOptions): BlogPostL... | TypeScript | MIT License | vendure-ecommerce/vendure | docs(core): Fix docs on ListQueryBuilder | 1 | docs | core |
841,421 | 25.01.2022 17:22:58 | -32,400 | b1a8db61943d022bcbed583eb3562510d1ed727c | fix(es/block-scoping): Pop scope correctly on early returns
swc_ecma_transforms_compat:
- `block_scoping`: Pop scope even on fast-path. | [
{
"change_type": "MODIFY",
"diff": "@@ -17,8 +17,8 @@ for(var x1 in a){\n}\n}\n}\n-var i = void 0;\n-var j = void 0;\n+var i;\n+var j;\nfor(i in a){\nfor(j in b){\nvar a12 = a[i];\n",
"new_path": "crates/swc/tests/tsc-references/for-inStatementsArray_es5.1.normal.js",
"old_path": "crates/swc/tests/t... | Rust | Apache License 2.0 | swc-project/swc | fix(es/block-scoping): Pop scope correctly on early returns (#3360)
swc_ecma_transforms_compat:
- `block_scoping`: Pop scope even on fast-path. | 1 | fix | es/block-scoping |
841,421 | 25.01.2022 17:28:37 | -32,400 | 74b0624c0c572d462ca7462a3325c6b0f89ae3b5 | chore: Publish `v1.2.134` | [
{
"change_type": "MODIFY",
"diff": "@@ -4040,7 +4040,7 @@ checksum = \"fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6\"\n[[package]]\nname = \"wasm\"\n-version = \"1.2.133\"\n+version = \"1.2.134\"\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.134` | 1 | chore | null |
160,177 | 25.01.2022 17:29:36 | -28,800 | a34f58c11e9e73ab6dfd9536ac0980368281e62c | feat: group support getAddableOutlineStyle | [
{
"change_type": "MODIFY",
"diff": "@@ -17,6 +17,8 @@ class MyGroupModel extends GroupNode.model {\nsuper.initNodeData(data);\nthis.isRestrict = true;\nthis.resizable = true;\n+ this.width = 500;\n+ this.height = 300;\n}\ngetNodeStyle() {\nconst style = super.getNodeStyle();\n@@ -25,12 +27,6 @@ class MyGrou... | TypeScript | Apache License 2.0 | didi/logicflow | feat: group support getAddableOutlineStyle | 1 | feat | null |
217,922 | 25.01.2022 17:38:54 | -3,600 | 0d5d3e78b47317e357bb3fbf92df7cf7d40a21fd | fix(desktop): fixed a layout issue in retainers page | [
{
"change_type": "MODIFY",
"diff": "<nz-collapse-panel [nzHeader]=\"retainerHeader\" [nzActive]=\"panelsState[retainer.name]\"\n(nzActiveChange)=\"updatePanelsState(panelsState,retainer.name, $event)\">\n<ng-template #retainerHeader>\n- <div nz-row>\n+ <div nz-row class=\"retainer-panel-header\">\n<div nz-c... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(desktop): fixed a layout issue in retainers page | 1 | fix | desktop |
71,350 | 25.01.2022 17:59:23 | 28,800 | de45453a34505bb08c40ad0bd7e13fbe541a33e8 | chore: update autolabeler
The autolabeler will not perform on issues with priority labels anymore
Additionally, any issues which don't fall into a specific area will be automatically assigned to the DSEs
*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": "@@ -8,7 +8,7 @@ on:\ntypes: [opened, edited]\njobs:\n- test:\n+ triage-manager:\npermissions:\nissues: write\npull-requests: write\n@@ -19,6 +19,11 @@ jobs:\ngithub-token: \"${{ secrets.GITHUB_TOKEN }}\"\nexcluded-expressions: \"[CDK CLI Version|TypeScript|Java|Python]\"\... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore: update autolabeler (#18654)
The autolabeler will not perform on issues with priority labels anymore
Additionally, any issues which don't fall into a specific area will be automatically assigned to the DSEs
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | chore | null |
791,682 | 25.01.2022 19:00:14 | 18,000 | 54c6f506c4104e9311357500139fc7db9906465f | clients(devtools): add FR runners to DevTools entry | [
{
"change_type": "MODIFY",
"diff": "/* global globalThis */\nconst lighthouse = require('../lighthouse-core/index.js');\n+const {navigation, startTimespan, snapshot} = require('../lighthouse-core/fraggle-rock/api.js');\nconst RawProtocol = require('../lighthouse-core/gather/connections/raw.js');\nconst log ... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | clients(devtools): add FR runners to DevTools entry (#13593) | 1 | clients | devtools |
756,051 | 25.01.2022 19:02:06 | 21,600 | 690775d73bfc8a569799290ef69b6932dde73aa4 | refactor(vats): factor out BoostrapPowers type
Note conflict around OptionalBridgeManager. | [
{
"change_type": "MODIFY",
"diff": "@@ -16,16 +16,7 @@ const { keys } = Object;\n* since we may want/need them later.\n*/\n-/**\n- * @param {{\n- * vats: { vatAdmin: VatAdminVat },\n- * devices: { vatAdmin: unknown },\n- * produce: {\n- * vatAdminSvc: Producer<ERef<VatAdminSvc>>,\n- * loadVat: Producer<VatL... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | refactor(vats): factor out BoostrapPowers type
Note conflict around OptionalBridgeManager. | 1 | refactor | vats |
756,051 | 25.01.2022 19:10:17 | 21,600 | 37a18d87211f7f5a646c7869e8ff04d1aa04a36d | chore(vats): revert changes to (legacy) bootstrap.js | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ import {\n} from '@agoric/swingset-vat/src/vats/network/index.js';\nimport { E, Far } from '@agoric/far';\nimport { makeStore } from '@agoric/store';\n-import { installOnChain as installTreasuryOnChain } from '@agoric/run-protocol/bundles/install-on-chain.... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore(vats): revert changes to (legacy) bootstrap.js | 1 | chore | vats |
71,744 | 25.01.2022 19:19:42 | -7,200 | 5775e7e4981f239070bb5463c89566098dbe8b0f | chore(rds): add support for new PostgreSQL minor versions
Amazon RDS for PostgreSQL supports new minor versions 13.5, 12.9, 11.14, 10.19, and 9.6.24.
*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": "@@ -799,6 +799,11 @@ export class PostgresEngineVersion {\n* @deprecated PostgreSQL 9.6 will reach end of life in November 2021\n*/\npublic static readonly VER_9_6_23 = PostgresEngineVersion.of('9.6.23', '9.6');\n+ /**\n+ * Version \"9.6.24\".\n+ * @deprecated PostgreSQL ... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore(rds): add support for new PostgreSQL minor versions (#18640)
Amazon RDS for PostgreSQL supports new minor versions 13.5, 12.9, 11.14, 10.19, and 9.6.24.
https://aws.amazon.com/about-aws/whats-new/2022/01/amazon-rds-postgresql-amazon-rds-outposts-postgresql-minor-versions/
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | chore | rds |
847,143 | 25.01.2022 19:37:35 | -28,800 | ee75b7191c4399e9deea6d7ff40dc6a4f7579555 | feat(sass-palette): add transition config | [
{
"change_type": "MODIFY",
"diff": "color: var(--white);\nbackground-color: var(--accent-color);\nvertical-align: top;\n- transition: background-color ease 0.3s, color ease 0.3s;\n+ transition: background-color var(--color-transition),\n+ color var(--color-transition);\n.table-of-contents & {\nvertical-alig... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | feat(sass-palette): add transition config | 1 | feat | sass-palette |
847,143 | 25.01.2022 19:38:20 | -28,800 | 09053e2ea931c619fb882c9d8e78eba038c1ca1c | feat(theme): add template | [
{
"change_type": "MODIFY",
"diff": "\"main\": \"lib/node/index.js\",\n\"types\": \"lib/node/index.d.ts\",\n\"files\": [\n- \"lib\"\n+ \"lib\",\n+ \"template\"\n],\n\"scripts\": {\n\"build\": \"rollup -c\",\n\"@vuepress/plugin-theme-data\": \"2.0.0-beta.35\",\n\"@vuepress/shared\": \"2.0.0-beta.35\",\n\"@vue... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | feat(theme): add template | 1 | feat | theme |
847,143 | 25.01.2022 19:54:02 | -28,800 | 84b7f3254099e8dd03dea95f14caf6324a091305 | chore: remove useless command | [
{
"change_type": "MODIFY",
"diff": "\"scripts\": {\n\"demo:vite-build\": \"vuepress-vite build src\",\n\"demo:vite-clean-serve\": \"vuepress-vite dev src --clean-cache\",\n- \"demo:vite-eject\": \"vuepress-vite eject-hope src\",\n\"demo:vite-serve\": \"vuepress-vite dev src\",\n\"demo:webpack-build\": \"vue... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | chore: remove useless command | 1 | chore | null |
386,596 | 25.01.2022 20:26:08 | 0 | 1baeb0faaac7a9a008984f7a333e902d8b3be4dc | fix(connection-sendgrid): Fix connection-sendgrid plugin structure to work with version 4. | [
{
"change_type": "MODIFY",
"diff": "@@ -5207,6 +5207,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"@lowdefy/blocks-markdown\", \"workspace:packages/plugins/blocks/blocks-markdown\"],\n[\"@lowdefy/connection-axios-http\", \"workspace:packages/plugins/connections/connection-axios-http\"],\n... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(connection-sendgrid): Fix connection-sendgrid plugin structure to work with version 4. | 1 | fix | connection-sendgrid |
777,394 | 25.01.2022 20:29:36 | 28,800 | ca5e9e82b5e214c4b59db2e8c7def053fd89088b | fix: increment runID during allocation
The runID was previously incremented when the spec is built, which doesn't cover all cases. Moving the increment to occur during task allocation is more correct behavior. | [
{
"change_type": "MODIFY",
"diff": "@@ -206,6 +206,7 @@ func (t *trial) maybeAllocateTask(ctx *actor.Context) error {\n}\nctx.Log().Info(\"decided to allocate trial\")\n+ t.runID++\nt.allocation, _ = ctx.ActorOf(t.runID, taskAllocator(sproto.AllocateRequest{\nAllocationID: model.NewAllocationID(fmt.Sprintf(... | Python | Apache License 2.0 | determined-ai/determined | fix: increment runID during allocation (#3494)
The runID was previously incremented when the spec is built, which doesn't cover all cases. Moving the increment to occur during task allocation is more correct behavior. | 1 | fix | null |
386,596 | 25.01.2022 20:32:17 | 0 | 3a35829edae64dcd5d558698d7bc469fe9d55f0e | fix(connection-stripe): Fix connection-stripe plugin structure to work with version 4. | [
{
"change_type": "MODIFY",
"diff": "@@ -5207,6 +5207,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"@lowdefy/blocks-markdown\", \"workspace:packages/plugins/blocks/blocks-markdown\"],\n[\"@lowdefy/connection-axios-http\", \"workspace:packages/plugins/connections/connection-axios-http\"],\n... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(connection-stripe): Fix connection-stripe plugin structure to work with version 4. | 1 | fix | connection-stripe |
730,428 | 25.01.2022 20:41:28 | 0 | 0c829504313adc253ef8e999c18a03fe90488db3 | chore(release): 0.45.0 [skip ci] | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+## [0.45.0](https://github.com/webex/react-widgets/compare/v0.44.0...v0.45.0) (2022-01-25)\n+\n... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.45.0 [skip ci] | 1 | chore | release |
756,013 | 25.01.2022 20:46:37 | 21,600 | 81f66dae083b941c76365ae07dc4d650e99ff585 | refactor(vats): separate out `sim-behaviors` from production ones | [
{
"change_type": "MODIFY",
"diff": "export * from './basic-behaviors.js';\nexport * from './chain-behaviors.js';\nexport * from './econ-behaviors.js';\n-export * from './sim-behaviors.js';\n+// We exclude sim-behaviors.js from this list because it should not be used in production.\n",
"new_path": "packa... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | refactor(vats): separate out `sim-behaviors` from production ones | 1 | refactor | vats |
756,013 | 25.01.2022 20:47:07 | 21,600 | ce947104773be94335ef1394e7bc79fbfd7f5027 | fix(vats): fix lint problems | [
{
"change_type": "MODIFY",
"diff": "@@ -20,6 +20,18 @@ const XLien = {\n* @template T\n*/\n+/**\n+ * @typedef {Object} StakingAuthority\n+ * @property {(address: string, wantedBrand: Brand) => Promise<{\n+ * bonded: Amount,\n+ * liened: Amount,\n+ * locked: Amount,\n+ * total: Amount,\n+ * unbonding: Amount... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(vats): fix lint problems | 1 | fix | vats |
847,143 | 25.01.2022 21:04:14 | -28,800 | 7c837f1f1eebeec000e01d65545aa431cdd0998a | feat(md-enhance): add lazy load | [
{
"change_type": "MODIFY",
"diff": "@@ -2,6 +2,7 @@ export * from \"./code-demo\";\nexport * from \"./details\";\nexport * from \"./footnote\";\nexport * from \"./katex\";\n+export * from \"./lazy-load\";\nexport * from \"./mark\";\nexport * from \"./mermaid\";\nexport * from \"./presentation\";\n",
"ne... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | feat(md-enhance): add lazy load | 1 | feat | md-enhance |
847,143 | 25.01.2022 21:09:36 | -28,800 | 8d86c8f7af3345484eb1b529631a777df78062fe | feat(theme): update sidebar resolve and darkmode | [
{
"change_type": "MODIFY",
"diff": "import { defineClientAppSetup } from \"@vuepress/client\";\n-import { setupSidebarItems } from \"./composables\";\n+import { setupDarkMode, setupSidebarItems } from \"./composables\";\nexport default defineClientAppSetup(() => {\n- // we need to access sidebar items in mu... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | feat(theme): update sidebar resolve and darkmode | 1 | feat | theme |
551,689 | 25.01.2022 21:50:52 | 0 | c4275e41560494cecdc350319d1aa8fde46bb16e | test(ilp): switches for exercising tags/strings in fuzz test | [
{
"change_type": "MODIFY",
"diff": "@@ -87,6 +87,8 @@ class AbstractLineTcpReceiverFuzzTest extends AbstractLineTcpReceiverTest {\nprivate int nonAsciiValueFactor = -1;\nprivate int newColumnFactor = -1;\nprivate boolean diffCasesInColNames = false;\n+ private boolean exerciseTags = true;\n+ private boolean... | Java | Apache License 2.0 | questdb/questdb | test(ilp): switches for exercising tags/strings in fuzz test (#1830) | 1 | test | ilp |
847,143 | 25.01.2022 21:57:14 | -28,800 | e5116def84328cf5e7006b866adcfc5ea50f8d6c | fix(shared): not requiring client on shared | [
{
"change_type": "MODIFY",
"diff": "-import type { PageFrontmatter } from \"@vuepress/client\";\n+import type { PageFrontmatter } from \"@vuepress/core\";\nimport type { Author } from \"./author\";\nexport interface BasePageFrontMatter extends PageFrontmatter {\n",
"new_path": "packages/shared/src/share... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | fix(shared): not requiring client on shared | 1 | fix | shared |
756,051 | 25.01.2022 22:15:47 | 21,600 | b71223d4bf8fc77bb15921d4d456fc9a13c239a8 | docs(zoe): fix amount/Amount typo, duplicate MultiplyBy | [
{
"change_type": "MODIFY",
"diff": "+// @ts-check\n/// <reference types=\"ses\"/>\n/**\n* @callback MultiplyBy\n* @param {Amount} amount\n* @param {Ratio} ratio\n- * @returns {amount}\n+ * @returns {Amount}\n*/\n/**\n* @callback DivideBy\n* @param {Amount} amount\n* @param {Ratio} ratio\n- * @returns {amoun... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | docs(zoe): fix amount/Amount typo, duplicate MultiplyBy (#4388)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 1 | docs | zoe |
847,143 | 25.01.2022 23:22:56 | -28,800 | 71ac6d2eb6b575c339ee818d2989c189fdf214ef | fix: fix theme build | [
{
"change_type": "MODIFY",
"diff": "@@ -69,19 +69,6 @@ export default [\n],\ndtsExternal: [/\\.scss$/],\n}),\n- ...rollupVue(\"client/layouts/Layout.ts\", {\n- external: [\n- \"@CommonWrapper\",\n- \"@mr-hope/vuepress-shared/lib/client\",\n- \"@vuepress/client\",\n- \"@vuepress/plugin-theme-data/lib/client\... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | fix: fix theme build | 1 | fix | null |
847,143 | 25.01.2022 23:25:33 | -28,800 | c5339911769546206c82bafcc3c44eb5db558f42 | fix(md-enhance): fix build | [
{
"change_type": "MODIFY",
"diff": "@@ -39,6 +39,14 @@ export default [\nexternal: [\"@vuepress/client\", \"vue\", \"vue-router\", /\\.scss$/],\ndtsExternal: [/\\.scss$/],\n}),\n+ ...rollupTypescript(\"client/components/CodeGroup\", {\n+ external: [\"@mr-hope/vuepress-shared/lib/client\", \"vue\", /\\.scss$... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | fix(md-enhance): fix build | 1 | fix | md-enhance |
317,712 | 26.01.2022 02:45:51 | 10,800 | 47e6658978d7a340629c540095b5f617d0d3c830 | theme: add di4am0nd | [
{
"change_type": "ADD",
"diff": "+{\n+ \"$schema\": \"https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json\",\n+ \"blocks\": [\n+ {\n+ \"alignment\": \"left\",\n+ \"segments\": [\n+ {\n+ \"foreground\": \"#FFBD00\",\n+ \"properties\": {\n+ \"template\": \"{{ .UserName }}'s \"\... | Go | MIT License | jandedobbeleer/oh-my-posh | theme: add di4am0nd | 1 | theme | null |
777,388 | 26.01.2022 08:08:31 | 25,200 | 0201934de816d35a698940b4e45ae2d88f3d54ba | chore: refresh images | [
{
"change_type": "MODIFY",
"diff": "ap_northeast_1_agent_ami:\n- new: ami-0ec5dad90b885bed8\n- old: ami-0d569357ef1359516\n+ new: ami-03b80eacf3305c601\n+ old: ami-0ec5dad90b885bed8\nap_northeast_1_bastion_ami:\nnew: ami-0e07ebe171b2a7d79\nold: ami-036d0684fc96830ca\n@@ -8,8 +8,8 @@ ap_northeast_1_master_am... | Python | Apache License 2.0 | determined-ai/determined | chore: refresh images (#3496) | 1 | chore | null |
141,534 | 26.01.2022 09:33:06 | -36,000 | b86ed794910cf93c10a2516c7b001d1324e54a6c | feat: improve RadioGroup accessibility
Add aria-role and aria-labelledby tags based on new prop labelId | [
{
"change_type": "MODIFY",
"diff": "import { RadioField } from \"@kaizen/draft-form\"\nimport { cleanup, render } from \"@testing-library/react\"\nimport * as React from \"react\"\n-import RadioGroup, { RadioGroupProps } from \"./RadioGroup\"\n+import RadioGroup from \"./RadioGroup\"\nafterEach(cleanup)\n@@... | TypeScript | MIT License | cultureamp/kaizen-design-system | feat: improve RadioGroup accessibility
Add aria-role and aria-labelledby tags based on new prop labelId | 1 | feat | null |
730,445 | 26.01.2022 10:32:08 | 28,800 | b655760e928804af9a8800ee209dfd91d0719c6b | docs(plugin-meetings): add fix for device button handler | [
{
"change_type": "MODIFY",
"diff": "@@ -254,7 +254,8 @@ function joinMeeting(meetingId) {\nmeetingsCurrentDetailsElm.innerText = meeting.destination ||\nmeeting.sipUri ||\nmeeting.id;\n-\n+ // For meeting controls button onclick handlers\n+ window.meeting = meeting;\nmeetingsLeaveElm.onclick = () => leaveMe... | JavaScript | MIT License | webex/webex-js-sdk | docs(plugin-meetings): add fix for device button handler | 1 | docs | plugin-meetings |
160,181 | 26.01.2022 11:09:27 | -28,800 | c7cf0effc1ba5ac171dfe345400ffe307386f0da | fix: extensition-GroupShrink console->throw error | [
{
"change_type": "MODIFY",
"diff": "@@ -21,7 +21,6 @@ const packagesEntry = {\nlfXml2Json: path.resolve(__dirname, '../src/bpmn-adapter/xml2json.ts'),\nlfJson2Xml: path.resolve(__dirname, '../src/bpmn-adapter/json2xml.ts'),\nGroupShrink: path.resolve(__dirname, '../src/group-shrink/index.ts'),\n- // MindMap... | TypeScript | Apache License 2.0 | didi/logicflow | fix: extensition-GroupShrink console->throw error | 1 | fix | null |
67,475 | 26.01.2022 11:10:13 | 0 | bf0b30051f0bc64dcff5d9a9ca5e75da0c8f73c3 | GitBook: Custom attribute documentation | [
{
"change_type": "MODIFY",
"diff": "@@ -84,5 +84,3 @@ When composing without a custom element as view-model, the result component will\n* auto: in view only composition: inherit the parent scope\n* scoped: never inherit parent scope even in view only composition\n-* **naming** (BREAKING CHANGE): `compose` (... | TypeScript | MIT License | aurelia/aurelia | GitBook: [#117] Custom attribute documentation | 1 | gitbook | null |
127,956 | 26.01.2022 11:14:44 | -7,200 | db44703611068aab7aaccfca1ce37e5a30b9b664 | fix: tests for datepicker | [
{
"change_type": "MODIFY",
"diff": "@@ -17,7 +17,7 @@ const Example = () => {\n<div style={{ position: 'relative', display: 'inline-block' }} ref={ref}>\n<Button variant=\"tertiary\" onClick={() => setIsOpen(true)}>\n{initialDate\n- ? (initialDate as any)?.toLocaleDateString()\n+ ? (initialDate as any)?.toL... | TypeScript | MIT License | coingaming/moon-design | fix: tests for datepicker (#1583) | 1 | fix | null |
265,955 | 26.01.2022 11:25:51 | 28,800 | fe4487187aa405e7d7f8e0bec485bbddb76ea050 | fix(gcs-resumable-upload): Stop Duplicate Response Handlers on Retries
Porting fix from | [
{
"change_type": "MODIFY",
"diff": "@@ -767,12 +767,6 @@ export class Upload extends Pumpify {\n},\n});\n- // This should be 'once' as `startUploading` can be called again for\n- // multi chunk uploads and each request would have its own response.\n- this.once('response', resp => {\n- responseReceived = tru... | TypeScript | Apache License 2.0 | googleapis/nodejs-storage | fix(gcs-resumable-upload): Stop Duplicate Response Handlers on Retries (#1764)
Porting fix from https://github.com/googleapis/gcs-resumable-upload/pull/502 | 1 | fix | gcs-resumable-upload |
386,596 | 26.01.2022 11:39:27 | 0 | 43ec9a07c988fdf85ee4b217fff767290f0f88a2 | fix(connection-elasticsearch): Add license comments in schema files. | [
{
"change_type": "MODIFY",
"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(connection-elasticsearch): Add license comments in schema files. | 1 | fix | connection-elasticsearch |
386,596 | 26.01.2022 11:42:12 | 0 | 916452b8106668f8d5e65773863abfd122b46b95 | fix(connection-knex): Add license comments in schema files. | [
{
"change_type": "MODIFY",
"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(connection-knex): Add license comments in schema files. | 1 | fix | connection-knex |
386,596 | 26.01.2022 11:43:20 | 0 | cf4a614d77035fd954f4a2bc3111dd270d6604e9 | fix(connection-stripe): Add license comments in schema files. | [
{
"change_type": "MODIFY",
"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(connection-stripe): Add license comments in schema files. | 1 | fix | connection-stripe |
838,025 | 26.01.2022 11:44:02 | -10,800 | 65903679b57584ea926960f8f4f9c4c5543f4710 | style: golangci-lint update v1.44 | [
{
"change_type": "MODIFY",
"diff": "@@ -13,7 +13,7 @@ jobs:\n# Required: the version of golangci-lint is required and must be\n# specified without patch version: we always use the latest\n# patch version.\n- version: v1.43\n+ version: v1.44\n# Optional: golangci-lint command line arguments.\n# args: ./the-o... | Go | MIT License | severecloud/vksdk | style: golangci-lint update v1.44 | 1 | style | null |
386,596 | 26.01.2022 11:44:48 | 0 | 1850af3336bf4983d34b6386bdc77419b51815ed | fix(connection-sendgrid): Add license comments in schema files. | [
{
"change_type": "MODIFY",
"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(connection-sendgrid): Add license comments in schema files. | 1 | fix | connection-sendgrid |
386,596 | 26.01.2022 11:47:43 | 0 | c23031842a2ff7cd1177235874f16a9747121801 | fix(connection-google-sheets): Add license comments in schema files. | [
{
"change_type": "MODIFY",
"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(connection-google-sheets): Add license comments in schema files. | 1 | fix | connection-google-sheets |
386,596 | 26.01.2022 11:50:36 | 0 | 08725905456a3c00d0c00ae3ed2fc5cdde2bd24e | fix(connection-mongodb): Add license comments in schema files. | [
{
"change_type": "MODIFY",
"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(connection-mongodb): Add license comments in schema files. | 1 | fix | connection-mongodb |
838,025 | 26.01.2022 12:02:33 | -10,800 | 573e76b517a60208bb68413f4c2edbcaf801a31e | test: TestGroupsLongPollServer_GetURL | [
{
"change_type": "MODIFY",
"diff": "@@ -185,3 +185,23 @@ func TestGroupsSectionsList_DecodeMsgpack(t *testing.T) {\ntrue,\n)\n}\n+\n+func TestGroupsLongPollServer_GetURL(t *testing.T) {\n+ t.Parallel()\n+\n+ f := func(s object.GroupsLongPollServer, wait int, want string) {\n+ t.Helper()\n+ assert.Equal(t, w... | Go | MIT License | severecloud/vksdk | test: TestGroupsLongPollServer_GetURL | 1 | test | null |
749,530 | 26.01.2022 12:18:51 | 18,000 | c711002697e20db3ac866b3312be055823c8b087 | fix(chrome): add padding to sheet header when sheet close button is present | [
{
"change_type": "MODIFY",
"diff": "{\n\"index.cjs.js\": {\n- \"bundled\": 70881,\n- \"minified\": 53763,\n- \"gzipped\": 10336\n+ \"bundled\": 72044,\n+ \"minified\": 54378,\n+ \"gzipped\": 10482\n},\n\"index.esm.js\": {\n- \"bundled\": 65238,\n- \"minified\": 48853,\n- \"gzipped\": 10022,\n+ \"bundled\": ... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | fix(chrome): add padding to sheet header when sheet close button is present (#1272) | 1 | fix | chrome |
847,143 | 26.01.2022 12:43:47 | -28,800 | 423f3db95fbbe15eecbd6f3377248d7e566ead6e | fix(theme): fix home layout | [
{
"change_type": "MODIFY",
"diff": "@@ -32,7 +32,7 @@ export default defineComponent({\nh(\nDropTransition,\n{ delay: 0.24 },\n- { default: () => h(MarkdownContent) }\n+ { default: () => h(MarkdownContent, { custom: true }) }\n),\n]\n);\n",
"new_path": "packages/theme/src/client/components/home/ProjectH... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | fix(theme): fix home layout | 1 | fix | theme |
847,143 | 26.01.2022 12:48:39 | -28,800 | 390cc3965385dbef8603df7494bc3e1508c2775a | fix(theme): fix code block on mobile | [
{
"change_type": "MODIFY",
"diff": "@@ -141,3 +141,13 @@ div[class*=\"language-\"] {\n}\n}\n}\n+\n+// narrow mobile\n+@media (max-width: config.$mobileS) {\n+ .theme-default-content {\n+ div[class*=\"language-\"] {\n+ margin: 0.85rem -1.5rem;\n+ border-radius: 0;\n+ }\n+ }\n+}\n",
"new_path": "packages/... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | fix(theme): fix code block on mobile | 1 | fix | theme |
838,025 | 26.01.2022 12:49:08 | -10,800 | 4156ab33001d44de91adc7c099bc68cfb616d437 | test: TestRawMessage_* | [
{
"change_type": "ADD",
"diff": "+package object_test\n+\n+import (\n+ \"encoding/json\"\n+ \"testing\"\n+\n+ \"github.com/SevereCloud/vksdk/v2/object\"\n+ \"github.com/stretchr/testify/assert\"\n+ \"github.com/vmihailenco/msgpack/v5\"\n+)\n+\n+func TestRawMessage_MarshalJSON(t *testing.T) {\n+ t.Parallel()... | Go | MIT License | severecloud/vksdk | test: TestRawMessage_* | 1 | test | null |
841,421 | 26.01.2022 13:11:26 | -32,400 | 703972dc296fbdfc319d48d43ef3841ebfa56eb3 | fix(es/minifier): Prepend/append correctly
swc_ecma_minifier:
- Add some assertions for injections.
- Fix prepend/append logic of statements. | [
{
"change_type": "MODIFY",
"diff": "@@ -24,10 +24,6 @@ var MyClass = function() {\n}\n], _defineProperties((Constructor = MyClass).prototype, protoProps), staticProps && _defineProperties(Constructor, staticProps), MyClass;\n}();\n-(m = 3, function() {\n- return function(n) {\n- return 3 + n;\n- };\n-})()(4... | Rust | Apache License 2.0 | swc-project/swc | fix(es/minifier): Prepend/append correctly (#3367)
swc_ecma_minifier:
- Add some assertions for injections.
- Fix prepend/append logic of statements. | 1 | fix | es/minifier |
317,833 | 26.01.2022 13:35:52 | -3,600 | 6ffb9ffff014c8184f6c84a02854e348f2679636 | docs: update docs/docs/install-shells.mdx [skip ci] | [
{
"change_type": "MODIFY",
"diff": "@@ -23,7 +23,13 @@ oh-my-posh --print-shell\n}>\n<TabItem value=\"powershell\">\n-Edit `$PROFILE` in your preferred PowerShell version and add the following line.\n+Edit your PowerShell profile script, you can find its location under the `$PROFILE` variable in your prefer... | Go | MIT License | jandedobbeleer/oh-my-posh | docs: update docs/docs/install-shells.mdx [skip ci] | 1 | docs | null |
14,236 | 26.01.2022 13:36:35 | -3,600 | 23e71ce9948c0e7d5ab3cd9632927b4148ebd1b6 | docs(example): add example of Highlight implemented in React | [
{
"change_type": "ADD",
"diff": "+import { createElement, Fragment } from \"react\";\n+import { parseAlgoliaHitHighlight } from \"@algolia/autocomplete-preset-algolia\";\n+\n+type HighlightHitParams<THit> = {\n+ /**\n+ * The Algolia hit whose attribute to retrieve the highlighted parts from.\n+ */\n+ hit: T... | TypeScript | MIT License | algolia/autocomplete | docs(example): add example of Highlight implemented in React (#848) | 1 | docs | example |
127,979 | 26.01.2022 13:37:04 | -7,200 | c77011627c23782776e8d6d2a96f34cf11943d40 | feat: update Accordion with new tokens | [
{
"change_type": "MODIFY",
"diff": "@@ -2,11 +2,11 @@ import { rem } from '@heathmont/moon-utils';\nimport styled from 'styled-components';\nexport const AccordionWrapper = styled.div(\n- ({ theme: { colorNew, radius } }) => ({\n+ ({ theme: { colorNew, newTokens } }) => ({\nwidth: '100%',\npadding: rem(16),... | TypeScript | MIT License | coingaming/moon-design | feat: update Accordion with new tokens [B1M2-5072] (#1577) | 1 | feat | null |
217,922 | 26.01.2022 13:52:30 | -3,600 | 0eaab7989ce60db38f38e586f97a8aabb8057312 | perf(list): change detector optimizations for better inital loading (~60% faster) | [
{
"change_type": "ADD",
"diff": "+import { TeamcraftComponent } from './teamcraft-component';\n+import { AfterViewInit, ChangeDetectorRef } from '@angular/core';\n+\n+export class TeamcraftOptimizedComponent extends TeamcraftComponent implements AfterViewInit {\n+\n+ constructor(protected cd: ChangeDetector... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | perf(list): change detector optimizations for better inital loading (~60% faster) | 1 | perf | list |
334,560 | 26.01.2022 13:54:23 | -7,200 | cdd1798269916f3e75cb3d2f9aa37a9b37d9cfec | chore: temporarily remove Renovate | [
{
"change_type": "DELETE",
"diff": "-{\n- \"extends\": [\n- \":dependencyDashboard\",\n- \":prConcurrentLimit10\",\n- \"group:monorepos\",\n- \"group:recommended\",\n- \"workarounds:all\",\n- \":preserveSemverRanges\"\n- ],\n- \"prHourlyLimit\": 3,\n- \"updateInternalDeps\": true\n-}\n",
"new_path": nul... | TypeScript | MIT License | just-jeb/angular-builders | chore: temporarily remove Renovate | 1 | chore | null |
438,921 | 26.01.2022 14:02:05 | -32,400 | 9d0fb70e8607737aab5e1f85d19a0d6c449a31a1 | fix(axis): Fix bar draw for inverted y/y2 axes
Update getting y/y2 axes min value.
Side effect caused by
Fix | [
{
"change_type": "MODIFY",
"diff": "@@ -251,10 +251,12 @@ export default {\n*/\ngetShapeYMin(id: string): number {\nconst $$ = this;\n- const scale = $$.scale[$$.axis.getId(id)];\n+ const axisId = $$.axis.getId(id);\n+ const scale = $$.scale[axisId];\nconst [yMin] = scale.domain();\n+ const inverted = $$.co... | TypeScript | MIT License | naver/billboard.js | fix(axis): Fix bar draw for inverted y/y2 axes
Update getting y/y2 axes min value.
Side effect caused by #1323
Fix #2503 | 1 | fix | axis |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.