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,320 | 20.09.2021 21:32:33 | -3,600 | 2390eb82ce0f6341da868e619b26fa8bd488a21a | fix: fix EKS node group to work with new Launch Template resource | [
{
"change_type": "DELETE",
"diff": "-package aws\n-\n-import (\n- \"fmt\"\n- \"strings\"\n-\n- \"github.com/infracost/infracost/internal/schema\"\n- log \"github.com/sirupsen/logrus\"\n-\n- \"github.com/shopspring/decimal\"\n- \"github.com/tidwall/gjson\"\n-)\n-\n-func GetAutoscalingGroupRegistryItemOld() *... | Go | Apache License 2.0 | infracost/infracost | fix: fix EKS node group to work with new Launch Template resource | 1 | fix | null |
915,236 | 20.09.2021 22:00:30 | -19,080 | e874f4f300012f363c0bdf685458d0c56c5a8477 | feat: support updating keys in CLI
Closes | [
{
"change_type": "ADD",
"diff": "+package cli\n+\n+import (\n+ \"context\"\n+ \"net/http\"\n+ \"net/http/httptest\"\n+ \"os\"\n+ \"testing\"\n+\n+ \"github.com/stretchr/testify/require\"\n+\n+ \"gopkg.in/square/go-jose.v2\"\n+\n+ \"github.com/spf13/cobra\"\n+ \"github.com/stretchr/testify/assert\"\n+\n+ \"g... | Go | Apache License 2.0 | ory/hydra | feat: support updating keys in CLI (#2460)
Closes #2436 | 1 | feat | null |
217,922 | 20.09.2021 22:16:04 | -7,200 | 140b5b1f63a6f04d040e62e77424c0dc42b8bac5 | chore: better price diff tag color | [
{
"change_type": "MODIFY",
"diff": "@@ -174,7 +174,7 @@ export class RetainersComponent {\n}\ngetDiffTagColor(diff: number): string {\n- if (diff < 5 && diff > -5) {\n+ if (diff <= 0) {\nreturn 'darkgreen';\n} else {\nreturn '#f50';\n",
"new_path": "apps/client/src/app/pages/retainers/retainers/retainer... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: better price diff tag color | 1 | chore | null |
603,467 | 20.09.2021 22:34:38 | -3,600 | 24f7506e75c55593b0c4417fbe2e5a5a9c30c184 | test(web): migrated tests from Serenity/JS Protractor to Serenity/JS Web | [
{
"change_type": "RENAME",
"diff": "import 'mocha';\nimport { contain, Ensure, equals } from '@serenity-js/assertions';\n-import { actorCalled, engage } from '@serenity-js/core';\n+import { actorCalled } from '@serenity-js/core';\nimport { by, CSSClasses, Navigate, Target } from '@serenity-js/web';\nimport ... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | test(web): migrated tests from Serenity/JS Protractor to Serenity/JS Web | 1 | test | web |
603,467 | 20.09.2021 23:31:25 | -3,600 | 1af82f0eb2d86a7fc19847f76f1f4b6981e7884c | test(protractor): removed specs that have been already moved to the Serenity/JS Web module | [
{
"change_type": "DELETE",
"diff": "-import 'mocha';\n-\n-import { expect } from '@integration/testing-tools';\n-import { Ensure, not } from '@serenity-js/assertions';\n-import { actorCalled, AssertionError, engage } from '@serenity-js/core';\n-import { by, Click, isActive, Navigate, Target, Wait } from '@s... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | test(protractor): removed specs that have been already moved to the Serenity/JS Web module | 1 | test | protractor |
902,122 | 20.09.2021 23:39:42 | -7,200 | 32b821f84e874f7b9a1f7c4b1c591c68882d1b9c | chore(screenshot): improve beautify content | [
{
"change_type": "MODIFY",
"diff": "],\n\"dependencies\": {\n\"@browserless/goto\": \"^9.2.1\",\n- \"cli-truncate\": \"~2.1.0\",\n\"debug-logfmt\": \"~1.0.4\",\n\"got\": \"~11.8.2\",\n\"is-html-content\": \"~1.0.0\",\n",
"new_path": "packages/screenshot/package.json",
"old_path": "packages/screensho... | JavaScript | MIT License | microlinkhq/browserless | chore(screenshot): improve beautify content | 1 | chore | screenshot |
902,122 | 20.09.2021 23:42:08 | -7,200 | b18619a302bf6238fd677af544c656896e8181e1 | chore(release): v9.2.4 | [
{
"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.2.4](https://github.com/microlinkhq/browserless/compare/v9.2.3...v9.2.4) (2021-09-20)\n+\n+**Note:** Version bu... | JavaScript | MIT License | microlinkhq/browserless | chore(release): v9.2.4 | 1 | chore | release |
603,467 | 21.09.2021 00:56:17 | -3,600 | 92f2b3f41882673be52720d4e4b7199a0fca76f4 | style(web): corrected formatting | [
{
"change_type": "MODIFY",
"diff": "@@ -17,7 +17,8 @@ describe('LastScriptExecution', function () {\n/** @test {ExecuteScript.sync} */\n/** @test {ExecuteSynchronousScript} */\n/** @test {LastScriptExecution} */\n- it('allows the actor to retrieve the result of the script execution', () => actorCalled('Joe'... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | style(web): corrected formatting | 1 | style | web |
679,913 | 21.09.2021 00:57:44 | -7,200 | 342cf54dcddc673dfaf14cd4beedc96659294e5d | refactor: update imports in various pkgs (rstream) | [
{
"change_type": "MODIFY",
"diff": "import type { Fn, Keys } from \"@thi.ng/api\";\nimport type { ISubscribable, StreamObj, StreamObjOpts } from \"@thi.ng/rstream\";\n-import { fromObject } from \"@thi.ng/rstream/from/object\";\n+import { fromObject } from \"@thi.ng/rstream/object\";\nimport type {\nCompone... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor: update imports in various pkgs (rstream) | 1 | refactor | null |
603,467 | 21.09.2021 01:10:47 | -3,600 | 997d87af2d825bffd47c0a1b3dbeee8ce572e391 | fix(protractor): lastScriptExecution.result() returns undefined instead of null for void functions
Selenium 3 returns `null` as result of executing a `void` function, so we're now mapping the result
to a more "correct" representation. | [
{
"change_type": "MODIFY",
"diff": "@@ -23,7 +23,7 @@ describe('LastScriptExecution', function () {\nEnter.theValue(actorCalled('Joe').name).into(Sandbox.Input),\n- ExecuteScript.sync(`function() {\n+ ExecuteScript.sync(`function getValue() {\nvar field = arguments[0];\nreturn field.value;\n}`).withArgument... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | fix(protractor): lastScriptExecution.result() returns undefined instead of null for void functions
Selenium 3 returns `null` as result of executing a `void` function, so we're now mapping the result
to a more "correct" representation. | 1 | fix | protractor |
780,866 | 21.09.2021 02:58:36 | 10,800 | 97121b683c77b033f7d58356d37762f6c0857d41 | feat(components/search-engine): add price range filters
fixes | [
{
"change_type": "MODIFY",
"diff": "class=\"card-body\"\n:key=\"searchFilterId\"\n>\n+ <div\n+ v-if=\"hasSetPriceRange || priceOptions.length\"\n+ class=\"search-engine__filter search-engine__filter--price\"\n+ >\n+ <h5>{{ i19price }}</h5>\n+ <a\n+ v-if=\"hasSetPriceRange\"\n+ href=\"#\"\n+ class=\"btn btn-... | JavaScript | MIT License | ecomplus/storefront | feat(components/search-engine): add price range filters [#512]
fixes https://github.com/ecomplus/storefront/issues/512 | 1 | feat | components/search-engine |
306,653 | 21.09.2021 03:25:31 | -19,080 | f22df8b695214f2edac4b12b93b8e6feca75942e | test(calendar): adds test cases for calendar component and utility functions | [
{
"change_type": "MODIFY",
"diff": "import * as React from 'react';\n-import { render } from '@testing-library/react';\n+import { render, fireEvent } from '@testing-library/react';\nimport { testHelper, filterUndefined, valueHelper, testMessageHelper } from '@/utils/testHelper';\nimport { Calendar } from '@... | TypeScript | MIT License | innovaccer/design-system | test(calendar): adds test cases for calendar component and utility functions | 1 | test | calendar |
791,647 | 21.09.2021 07:14:25 | 25,200 | a7d9c15c1de57e5209d023ff97a7a20bcdbd3c83 | chore: relocate owl bot post processor
chore: relocate owl bot post processor | [
{
"change_type": "MODIFY",
"diff": "docker:\n- image: gcr.io/repo-automation-bots/owlbot-nodejs:latest\n+ image: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest\ndigest: sha256:111973c0da7608bf1e60d070e5449d48826c385a6b92a56cb9203f1725d33c3d\n",
"new_path": ".github/.OwlBot.lock.yaml",
"ol... | TypeScript | Apache License 2.0 | googleapis/nodejs-pubsub | chore: relocate owl bot post processor (#1393)
chore: relocate owl bot post processor | 1 | chore | null |
306,320 | 21.09.2021 08:28:50 | -3,600 | d249036b5e85a67bf23a6a865147de13154ad328 | refactor: move EC2 instance resource to new structure | [
{
"change_type": "MODIFY",
"diff": "package aws\nimport (\n+ \"fmt\"\n\"strings\"\n+ log \"github.com/sirupsen/logrus\"\n\"github.com/tidwall/gjson\"\n\"github.com/infracost/infracost/internal/schema\"\n@@ -121,3 +123,166 @@ func newEksEbsBlockDevice(name string, d *schema.ResourceData, region string) *s\nr... | Go | Apache License 2.0 | infracost/infracost | refactor: move EC2 instance resource to new structure | 1 | refactor | null |
104,835 | 21.09.2021 08:33:49 | 25,200 | 5a723c56731aa76e402787a966665fd92cc7f890 | fix(datetimepicker): remain selection on cancel | [
{
"change_type": "MODIFY",
"diff": "@@ -299,6 +299,7 @@ export class DateTimePickerComponent implements OnChanges, OnInit {\nthis.selected = [null];\nthis.disabled = true;\n}\n+ this.previousSelection = this.selected;\nthis.updateI18nTranslationString();\nthis.updateAbsoluteDateFormat();\n}\n@@ -378,11 +379... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(datetimepicker): remain selection on cancel | 1 | fix | datetimepicker |
126,276 | 21.09.2021 08:45:14 | 10,800 | b8bbee737814ff1b4c21f99b7be98312b3825682 | fix(embedded/sql): take into account table aliasing during range calculations | [
{
"change_type": "MODIFY",
"diff": "@@ -100,7 +100,7 @@ func (v *CountValue) isConstant() bool {\nreturn false\n}\n-func (v *CountValue) selectorRanges(table *Table, params map[string]interface{}, rangesByColID map[uint32]*typedValueRange) error {\n+func (v *CountValue) selectorRanges(table *Table, asTable ... | Go | Apache License 2.0 | codenotary/immudb | fix(embedded/sql): take into account table aliasing during range calculations
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | fix | embedded/sql |
866,394 | 21.09.2021 08:57:54 | 14,400 | 3e88dd326c5d7fd2f8397c671f9af6ce60b56fa4 | chore(issue-template): updating bug template to use severity instead
Updated the bug issue template to ask for severity instead of priority, as this aligns more with our process. I have also updated the codesandbox description to link directly to our storybooks. | [
{
"change_type": "MODIFY",
"diff": "@@ -46,13 +46,14 @@ body:\nvalidations:\nrequired: true\n- type: dropdown\n- id: priority\n+ id: severity\nattributes:\n- label: Business priority\n+ label: Severity\noptions:\n- - 'High Priority = pressing release'\n- - 'Medium Priority = upcoming release but is not pres... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(issue-template): updating bug template to use severity instead (#7204)
Updated the bug issue template to ask for severity instead of priority, as this aligns more with our process. I have also updated the codesandbox description to link directly to our storybooks. | 1 | chore | issue-template |
126,276 | 21.09.2021 09:18:30 | 10,800 | 4b08bf129a3d74e3e1ab662cadebcb5905c43828 | chore(embedded/sql): move index selection closer to data source in query statements | [
{
"change_type": "MODIFY",
"diff": "@@ -1455,7 +1455,7 @@ func TestIndexing(t *testing.T) {\n})\nt.Run(\"should use index on `title, amount` in asc order\", func(t *testing.T) {\n- r, err := engine.QueryStmt(\"SELECT * FROM table1 ORDER BY title USE INDEX ON (title, amount)\", nil, true)\n+ r, err := engine... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/sql): move index selection closer to data source in query statements
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/sql |
126,276 | 21.09.2021 09:26:41 | 10,800 | a7ebe2d3fb4faf6b01568f891bfe53b221615350 | feat(embedded/sql): support index spec in joins | [
{
"change_type": "MODIFY",
"diff": "@@ -199,6 +199,7 @@ func (jointr *jointRowReader) Read() (row *Row, err error) {\njointq := &SelectStmt{\nds: jspec.ds,\nwhere: jspec.cond.reduceSelectors(row, jointr.ImplicitDB(), jointr.ImplicitTable()),\n+ indexOn: jspec.indexOn,\n}\nreader, err := jointq.Resolve(joint... | Go | Apache License 2.0 | codenotary/immudb | feat(embedded/sql): support index spec in joins
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | feat | embedded/sql |
126,276 | 21.09.2021 09:36:55 | 10,800 | 506983422f72fbdba9fb69920972b4aecddd2755 | chore(embedded/sql): move index spec closer to ds | [
{
"change_type": "MODIFY",
"diff": "@@ -559,9 +559,9 @@ joins:\n}\njoin:\n- JOINTYPE JOIN ds ON exp opt_indexon\n+ JOINTYPE JOIN ds opt_indexon ON exp\n{\n- $$ = &JoinSpec{joinType: $1, ds: $3, cond: $5, indexOn: $6}\n+ $$ = &JoinSpec{joinType: $1, ds: $3, indexOn: $4, cond: $6}\n}\nopt_where:\n",
"new_... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/sql): move index spec closer to ds
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/sql |
826,708 | 21.09.2021 09:46:31 | -7,200 | bb6e894e632a74f826af993de29cfd140c2eb45f | fix: shallow clone | [
{
"change_type": "MODIFY",
"diff": "@@ -18,7 +18,7 @@ to_git() {\nif [[ $(curl -sw '%{http_code}' -o /dev/null \"https://github.com/${repo}\") == \"200\" ]]; then\nmkdir -p ${gitdir} || true\n- git clone \"git@github.com:${repo}.git\" \"${gitdir}\" --branch master --single-branch master\n+ git clone \"git@g... | C# | Apache License 2.0 | ory/sdk | fix: shallow clone | 1 | fix | null |
306,320 | 21.09.2021 09:56:30 | -3,600 | e654279d8d9cf92315c82a1d8a52fff18b8b761a | refactor: convert EKS Node Group to new resource structure | [
{
"change_type": "MODIFY",
"diff": "package aws\nimport (\n- \"fmt\"\n\"strings\"\n- log \"github.com/sirupsen/logrus\"\n\"github.com/tidwall/gjson\"\n+ \"github.com/infracost/infracost/internal/resources/aws\"\n\"github.com/infracost/infracost/internal/schema\"\n- \"github.com/shopspring/decimal\"\n)\nfunc... | Go | Apache License 2.0 | infracost/infracost | refactor: convert EKS Node Group to new resource structure | 1 | refactor | null |
826,708 | 21.09.2021 10:03:03 | -7,200 | fcc13f5cd49ded55602c1697c8828b881fdc7f0c | fix: use depth of 1 | [
{
"change_type": "MODIFY",
"diff": "@@ -18,7 +18,7 @@ to_git() {\nif [[ $(curl -sw '%{http_code}' -o /dev/null \"https://github.com/${repo}\") == \"200\" ]]; then\nmkdir -p ${gitdir} || true\n- git clone \"git@github.com:${repo}.git\" \"${gitdir}\" --branch master --single-branch --depth 0\n+ git clone \"gi... | C# | Apache License 2.0 | ory/sdk | fix: use depth of 1 | 1 | fix | null |
756,039 | 21.09.2021 10:07:31 | 25,200 | 20abcbed5bfab6c5a8ad19462b9b726fd2d6490b | feat(wallet): Eagerly show pending state for approved offers | [
{
"change_type": "MODIFY",
"diff": "export let item;\nexport let dismiss;\n+ let isPending = false;\n+\nfunction formatDateNow(stamp) {\nif (!stamp) {\nreturn \"unknown time\";\ncomplete: \"success\",\n};\n+ const accept = () => {\n+ isPending = true;\n+ E(walletP).acceptOffer(offerId).catch(makeRejected('C... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(wallet): Eagerly show pending state for approved offers (#3846) | 1 | feat | wallet |
386,588 | 21.09.2021 10:10:00 | -7,200 | c9a6b50017c05774654388244b06076646449ce9 | feat: Add `_array.reduce` examples. | [
{
"change_type": "MODIFY",
"diff": "@@ -198,6 +198,54 @@ _ref:\n```\ndescription: |\nThe `_array.reduce` method [executes a reducer function on each element of the array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/Reduce), resulting in single output value.\n+ exam... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat: Add `_array.reduce` examples. | 1 | feat | null |
306,320 | 21.09.2021 10:16:29 | -3,600 | b88bd1d5b43c7b3139679a86bcce7f1181a07a9e | refactor: move EBS Volume to new resource structure | [
{
"change_type": "MODIFY",
"diff": "package aws\nimport (\n- \"fmt\"\n- \"strings\"\n-\n+ \"github.com/infracost/infracost/internal/resources/aws\"\n\"github.com/infracost/infracost/internal/schema\"\n-\n- \"github.com/shopspring/decimal\"\n+ \"github.com/tidwall/gjson\"\n)\nfunc GetEBSVolumeRegistryItem() ... | Go | Apache License 2.0 | infracost/infracost | refactor: move EBS Volume to new resource structure | 1 | refactor | null |
826,708 | 21.09.2021 10:20:57 | -7,200 | 6e1a68f75a16b81d6710082d52a2227854e39273 | fix: quotes around rm command | [
{
"change_type": "MODIFY",
"diff": "@@ -26,7 +26,7 @@ to_git() {\n(cd \"${gitdir}\"; git checkout -b \"release-$(date +%s)\" master)\n# rm -rf \"${srcdir:?}/*\"\n- rm -r -f -v \"${gitdir:?}/*\"\n+ rm -r -f -v ${gitdir:?}/*\nls -la \"${gitdir}\"\ncp -R \"${srcdir}/.\" \"${gitdir}\"\nls -la \"${gitdir}\"\n",
... | C# | Apache License 2.0 | ory/sdk | fix: quotes around rm command | 1 | fix | null |
942,581 | 21.09.2021 10:32:59 | 21,600 | ad7c218b1a91b1ba90381786c78ca9e832a4e8b6 | Fix: Fix PR template to include correct category shield | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ Fixes: #1234 <!-- For bug fixes, use \"Fixes\". For new features use \"Resolves\". T\n<!-- Explain the **motivation** for making this change. What existing problem does the pull request solve? Anything in the Summary section will be attached to the squashe... | TypeScript | Apache License 2.0 | workday/canvas-kit | Fix: Fix PR template to include correct category shield | 1 | fix | null |
71,474 | 21.09.2021 10:37:24 | 25,200 | c9bbfba51af93e4d44fbe3ddb27191de9ebdf732 | chore: enable debug logging for stale issue bot | [
{
"change_type": "MODIFY",
"diff": "@@ -43,6 +43,6 @@ jobs:\nminimum-upvotes-to-exempt: 5\nrepo-token: ${{ secrets.GITHUB_TOKEN }}\n- # loglevel: DEBUG\n+ loglevel: DEBUG\n# Set dry-run to true to not perform label or close actions.\ndry-run: false\n",
"new_path": ".github/workflows/close-stale-issues.y... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore: enable debug logging for stale issue bot | 1 | chore | null |
791,370 | 21.09.2021 10:40:44 | 21,600 | ea00264428137471805f2ec67f04f3a5a42928fa | fix(compute/metadata): remove heavy gax dependency
Because of how the gax package is structured today it ends up
pulling in proto and gRPC which can add a lot of extra deps to the
tree if all you really need is this package.
Fixes: | [
{
"change_type": "MODIFY",
"diff": "@@ -32,8 +32,6 @@ import (\n\"strings\"\n\"sync\"\n\"time\"\n-\n- \"github.com/googleapis/gax-go/v2\"\n)\nconst (\n@@ -317,7 +315,7 @@ func (c *Client) getETag(suffix string) (value, etag string, err error) {\ncode = res.StatusCode\n}\nif delay, shouldRetry := retryer.Ret... | Go | Apache License 2.0 | googleapis/google-cloud-go | fix(compute/metadata): remove heavy gax dependency (#4784)
Because of how the gax package is structured today it ends up
pulling in proto and gRPC which can add a lot of extra deps to the
tree if all you really need is this package.
Fixes: #4783 | 1 | fix | compute/metadata |
126,281 | 21.09.2021 10:47:02 | -7,200 | 9e8d7c95ea4c8410c00907d64637acf799e2b943 | chore(CI): Build almalinux-based immudb image | [
{
"change_type": "MODIFY",
"diff": "@@ -83,6 +83,7 @@ jobs:\nDOCKER_IMAGE_IMMUCLIENT: \"codenotary/immuclient\"\nDOCKER_BUILDKIT: \"1\"\nDEBIAN_VERSION: bullseye-slim\n+ ALMA_VERSION: almalinux-8-minimal\nsteps:\n- uses: actions/setup-go@v1\nwith:\n@@ -102,6 +103,7 @@ jobs:\ndocker build --tag \"${DOCKER_IM... | Go | Apache License 2.0 | codenotary/immudb | chore(CI): Build almalinux-based immudb image | 1 | chore | CI |
756,051 | 21.09.2021 11:03:29 | 18,000 | a3306d01d8e87c4bc7483a61e42cc30b006feb81 | fix(xsnap): format objects nicely in console using SES assert.quote
fixes
* test(xsnap): xsnap console formats complex objects nicely
* refactor(xsnap): factor bootSESWorker out of several tests | [
{
"change_type": "MODIFY",
"diff": "@@ -167,7 +167,7 @@ test('XS + SES snapshots are deterministic', async t => {\nconst h2 = await store.save(vat.snapshot);\nt.is(\nh2,\n- '93dd13f6c97a2a11f2d6fd88aa2a64f800ef6c4224b6417fbe28f593418cf225',\n+ '3659d88bd99032afa15dbe5f938182dffa63abad2cfe53df2f81e8646af2d8b... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(xsnap): format objects nicely in console using SES assert.quote (#3856)
fixes #3844
* test(xsnap): xsnap console formats complex objects nicely
* refactor(xsnap): factor bootSESWorker out of several tests
Co-authored-by: Mark S. Miller <erights@users.noreply.github.com> | 1 | fix | xsnap |
802,854 | 21.09.2021 11:40:44 | 10,800 | 51473be9c5ae80d234f5c3da8231bc552779d2ce | feat(variables): change main text color | [
{
"change_type": "MODIFY",
"diff": "--danger-color: var(--red-2);\n--danger-color-lighten: #d32228;\n--danger-color-contrast: var(--white);\n- --text-color: var(--gray-4);\n+ --text-color: #333333;\n--text-color-lighten: var(--gray-3);\n--border-radius: 4px;\n--zindex-1: 1;\n",
"new_path": "packages/sty... | TypeScript | Apache License 2.0 | juntossomosmais/venice | feat(variables): change main text color | 1 | feat | variables |
603,467 | 21.09.2021 11:51:14 | -3,600 | b6258c6227981b89aaba2c716d592717626afb57 | test(web): corrected example | [
{
"change_type": "MODIFY",
"diff": "@@ -8,6 +8,10 @@ BOOTSTRAP=all\n.PHONY: all install clean lint test compile integration-test verify report site\nall: install clean compile\n+reinstall:\n+ npm install\n+ npm run lerna:bootstrap:all\n+\ninstall:\nnpm ci\nnpm run lerna:bootstrap:$(BOOTSTRAP)\n",
"new_p... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | test(web): corrected example | 1 | test | web |
791,477 | 21.09.2021 11:52:13 | 25,200 | 6861b30cc43f17876894476e92305f2eb8ccfbff | test(compute): fix a flaky test
attempt to fix | [
{
"change_type": "MODIFY",
"diff": "@@ -20,6 +20,10 @@ import (\n\"context\"\n\"fmt\"\n\"testing\"\n+ \"time\"\n+\n+ \"cloud.google.com/go/internal\"\n+ \"github.com/googleapis/gax-go/v2\"\n\"github.com/google/go-cmp/cmp\"\n@@ -564,11 +568,16 @@ func TestCapitalLetter(t *testing.T) {\nt.Error(err)\n}\ndefer... | Go | Apache License 2.0 | googleapis/google-cloud-go | test(compute): fix a flaky test (#4769)
attempt to fix https://github.com/googleapis/google-cloud-go/issues/4741 | 1 | test | compute |
802,854 | 21.09.2021 11:53:37 | 10,800 | 28750afaf8eb6f0ec963741b24877c278bdd6b0f | release: bump version | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"@juntossomosmais/venice-react\",\n\"description\": \"Design System of UI Components using React\",\n- \"version\": \"0.29.4\",\n+ \"version\": \"0.30.0\",\n\"license\": \"Apache-2.0\",\n\"homepage\": \"https://github.com/juntossomosmais/venice/packages/reac... | TypeScript | Apache License 2.0 | juntossomosmais/venice | release: bump version | 1 | release | null |
306,635 | 21.09.2021 12:10:14 | -19,080 | cb8aff5215f2a19d269a6b6127138e971a8ac5a8 | test(dropzone): adds test cases for dropzone component | [
{
"change_type": "MODIFY",
"diff": "@@ -57,22 +57,6 @@ export const Dropzone = (props: DropzoneProps) => {\n[`DropzoneWrapper--${type}`]: true,\n});\n- if (isDragReject) {\n- return (\n- <div {...getRootProps()} {...baseProps} className={DropzoneClass}>\n- <DropzoneError type={type} error={fileErrorMessages... | TypeScript | MIT License | innovaccer/design-system | test(dropzone): adds test cases for dropzone component | 1 | test | dropzone |
932,455 | 21.09.2021 12:45:06 | 14,400 | 79779908272d507adba5d6d3949fb63c6284ba74 | docs(integration-test): cleanup old comments | [
{
"change_type": "MODIFY",
"diff": "@@ -58,7 +58,6 @@ const exec = async (cmd: string, options?: object) => {\nconst SETUP_REPO_TIMEOUT = 30000;\nconst TEST_SCRIPTS_TIMEOUT = 60000;\n-// const GITHUB_URL = 'https://github.com/spotify/web-scripts.git';\n// eslint-disable-next-line jest/no-disabled-tests\ndes... | TypeScript | Apache License 2.0 | spotify/web-scripts | docs(integration-test): cleanup old comments | 1 | docs | integration-test |
932,455 | 21.09.2021 12:46:53 | 14,400 | 77170e4e9cb41d49371134743ca3e9b92e597899 | build(deps): regenerate yarn.lock | [
{
"change_type": "MODIFY",
"diff": "},\n\"devDependencies\": {\n\"@spotify/web-scripts\": \"^11.0.0\",\n- \"@types/fs-extra\": \"^9.0.1\",\n+ \"@types/fs-extra\": \"^9.0.13\",\n\"tempy\": \"^1.0.1\"\n},\n\"publishConfig\": {\n",
"new_path": "packages/create-web-scripts-library/package.json",
"old_pa... | TypeScript | Apache License 2.0 | spotify/web-scripts | build(deps): regenerate yarn.lock | 1 | build | deps |
306,320 | 21.09.2021 12:48:54 | -3,600 | 6e9e438c9baac7a17d8f2aadcf78ae83d5efc7c1 | fix: fix usage for ASG and EKS node groups being passed to Launch Templates and Launch Configurations | [
{
"change_type": "MODIFY",
"diff": "@@ -31,7 +31,7 @@ func NewAutoscalingGroup(d *schema.ResourceData, u *schema.UsageData) *schema.Re\nRegion: d.Get(\"region\").String(),\n}\n- capacity := d.Get(\"desired_capacity\").Int()\n+ instanceCount := d.Get(\"desired_capacity\").Int()\nlaunchConfigurationRef := d.R... | Go | Apache License 2.0 | infracost/infracost | fix: fix usage for ASG and EKS node groups being passed to Launch Templates and Launch Configurations | 1 | fix | null |
71,772 | 21.09.2021 12:55:53 | 14,400 | cdbd65dc525147810650b4c32d48664a38abede1 | fix(ec2): set proper role for --role argument of cfn-init
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": "@@ -131,7 +131,7 @@ export class CloudFormationInit {\nresourceLocator = `${resourceLocator} --url https://cloudformation.${Aws.REGION}.${Aws.URL_SUFFIX}`;\n}\nif (attachOptions.includeRole) {\n- resourceLocator = `${resourceLocator} --role ${attachOptions.instanceRole}`;... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(ec2): set proper role for --role argument of cfn-init (#16503)
closes #16501
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | fix | ec2 |
679,913 | 21.09.2021 13:08:00 | -7,200 | 52822b18160949a0a1eefa82e5e667cd0811cd89 | feat(errors): add snowpack env var support for assert | [
{
"change_type": "MODIFY",
"diff": "import { defError } from \"./deferror\";\n+// FIXME https://github.com/snowpackjs/snowpack/issues/3621#issuecomment-907731004\n+import.meta.hot;\n+\n+declare const __SNOWPACK_ENV__: any;\n+\nexport const AssertionError = defError<any>(() => \"Assertion failed\");\n/**\n@@... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(errors): add snowpack env var support for assert | 1 | feat | errors |
342,861 | 21.09.2021 13:08:08 | -7,200 | c01c7ad37e5133b360e98ee993625b2164062aa4 | docs(SearchButton): fix button padding | [
{
"change_type": "MODIFY",
"diff": "\"name\": \"oreqizer\",\n\"error\": \"\",\n\"twitter\": null,\n- \"website\": \"https://oreqizer.github.io/\",\n+ \"website\": \"https://oreqizer.com\",\n\"info\": \"I lift and I know things\",\n\"active\": false,\n\"dribble\": \"\",\n\"position\": \"\",\n\"github\": \"ht... | JavaScript | MIT License | kiwicom/orbit | docs(SearchButton): fix button padding | 1 | docs | SearchButton |
679,913 | 21.09.2021 13:08:34 | -7,200 | bdd68e199924e10635347358145dc1b369799749 | feat(expose): add snowpack env var support | [
{
"change_type": "MODIFY",
"diff": "+// FIXME https://github.com/snowpackjs/snowpack/issues/3621#issuecomment-907731004\n+import.meta.hot;\n+\n+declare const __SNOWPACK_ENV__: any;\n+\n/**\n* Exposes given `value` as `id` in global scope, iff `always = true`\n* (default: false) or if `process.env.NODE_ENV !... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(expose): add snowpack env var support | 1 | feat | expose |
342,861 | 21.09.2021 13:17:08 | -7,200 | dc4730d6afceca39539941e7c88fb38ef71a8958 | docs: fix bookmarks on the main page | [
{
"change_type": "MODIFY",
"diff": "@@ -2,16 +2,18 @@ import React from \"react\";\nimport { Link } from \"gatsby\";\nimport { Text } from \"@kiwicom/orbit-components\";\nimport { StarEmpty } from \"@kiwicom/orbit-components/icons\";\n-import styled from \"styled-components\";\n+import styled, { css } from ... | JavaScript | MIT License | kiwicom/orbit | docs: fix bookmarks on the main page | 1 | docs | null |
756,013 | 21.09.2021 13:19:34 | 21,600 | bdbb37dea4b57b5420ab9e3e1fe383cbb170e7ae | refactor(bootstrap): rename demoBundle to chainBundle | [
{
"change_type": "MODIFY",
"diff": "@@ -949,7 +949,8 @@ export function buildRootObject(vatPowers, vatParameters) {\nlet chainBundle;\nconst deprecated = {};\n- // Tell the http server about our presences.\n+ // Tell the http server about our presences. This can be called in\n+ // any order (whether localBu... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | refactor(bootstrap): rename demoBundle to chainBundle | 1 | refactor | bootstrap |
126,281 | 21.09.2021 13:41:10 | -7,200 | e033e2b8ffb090d982dbbc23cf05ea66d52c5331 | chore(Makefile): Add darwin/amd64 target | [
{
"change_type": "MODIFY",
"diff": "@@ -19,7 +19,7 @@ SHELL=/bin/bash -o pipefail\nVERSION=1.0.5\nDEFAULT_WEBCONSOLE_VERSION=0.1.9\nSERVICES=immudb immuadmin immuclient\n-TARGETS=linux/amd64 windows/amd64 darwin/amd64 linux/s390x linux/arm64 freebsd/amd64\n+TARGETS=linux/amd64 windows/amd64 darwin/amd64 lin... | Go | Apache License 2.0 | codenotary/immudb | chore(Makefile): Add darwin/amd64 target | 1 | chore | Makefile |
791,690 | 21.09.2021 13:45:51 | 18,000 | 7f90a9bbe36eed970717df896477478de28c9dbb | tests: add FR integration scenarios | [
{
"change_type": "RENAME",
"diff": "*/\n'use strict';\n-/* eslint-env jest */\n+import {jest} from '@jest/globals';\n-// TODO(esmodules): Node 14, 16 crash with `--experimental-vm-modules` if require and import\n-// are used in the same test file.\n-// See https://github.com/GoogleChrome/lighthouse/pull/127... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests: add FR integration scenarios (#13092) | 1 | tests | null |
730,536 | 21.09.2021 13:55:27 | 14,400 | 70a181da7f410792edadf298f486ff59500abe67 | docs(plugin-meetings): updated docs with new info about remoteShare | [
{
"change_type": "MODIFY",
"diff": "@@ -1310,7 +1310,10 @@ meeting.on('media:stopped', (media) => {\n### Event Caveats\n##### Remote screen share is not displayed if started before participant joins\n-When trying to receive screen share in an application, standard plugin-meeting workflow is as follows:\n+If... | JavaScript | MIT License | webex/webex-js-sdk | docs(plugin-meetings): updated docs with new info about remoteShare | 1 | docs | plugin-meetings |
71,080 | 21.09.2021 14:03:40 | 14,400 | ef3b6d06a3644a006345e42acd29a7f2b80e0798 | chore: transfer BenChaimberg ownership over to kaizen3031593 and comcalvi
- Transfers ownership of Ben's modules to and
- Adds new module `aws-opensearchservice`, following precedent from | [
{
"change_type": "MODIFY",
"diff": "@@ -40,20 +40,20 @@ jobs:\n{\"area\":\"@aws-cdk/aws-appmesh\",\"keywords\":[\"aws-appmesh\",\"app-mesh\",\"GatewayRoute\",\"VirtualGateway\",\"VirtualNode\",\"VirtualRouter\",\"VirtualService\"],\"labels\":[\"@aws-cdk/aws-appmesh\"],\"assignees\":[\"Seiya6329\"]},\n{\"are... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore: transfer BenChaimberg ownership over to kaizen3031593 and comcalvi (#16561)
- Transfers ownership of Ben's modules to @kaizen3031593 and @comcalvi.
- Adds new module `aws-opensearchservice`, following precedent from #11130. | 1 | chore | null |
777,369 | 21.09.2021 14:03:46 | 21,600 | 8c37d5b225d157f0850ae4e66c3bd4b29e5fa2e5 | chore: update task log response shape | [
{
"change_type": "MODIFY",
"diff": "@@ -199,6 +199,7 @@ export type ioTypeLogs = io.TypeOf<typeof ioLogs>;\nconst ioTaskLog = io.type({\nassigned_event: io.unknown,\ncontainer_started_event: io.unknown,\n+ description: io.string,\nexited_event: optional(io.string),\nid: io.string,\nlog_event: optional(io.st... | Python | Apache License 2.0 | determined-ai/determined | chore: update task log response shape (#2986) | 1 | chore | null |
342,861 | 21.09.2021 14:37:26 | -7,200 | c182a933d1101b72620b8a8f964486682c41c307 | docs: fix overview pages dev mode slug | [
{
"change_type": "MODIFY",
"diff": "@@ -26,6 +26,7 @@ function createPages(obj, slugPiece = \"/\") {\nslug,\ntitle: value.meta.title,\ndescription: value.meta.description,\n+ hasReactTab: value.meta.hasReactTab,\n};\n}\n@@ -69,9 +70,18 @@ async function getOverviewPages() {\nif (name === \"meta\") {\nconst ... | JavaScript | MIT License | kiwicom/orbit | docs: fix overview pages dev mode slug | 1 | docs | null |
711,597 | 21.09.2021 14:38:06 | -7,200 | 5e52415ee076b0d9db75a18a2282e4c871af43b3 | docs: Improve populate script example | [
{
"change_type": "MODIFY",
"diff": "@@ -128,7 +128,7 @@ The `@vendure/core` package exposes a [`populate()` function]({{< relref \"popula\n```TypeScript\n// populate-server.ts\n-import { bootstrap } from '@vendure/core';\n+import { bootstrap, DefaultJobQueuePlugin } from '@vendure/core';\nimport { populate ... | TypeScript | MIT License | vendure-ecommerce/vendure | docs: Improve populate script example | 1 | docs | null |
889,149 | 21.09.2021 14:42:28 | 25,200 | e7506ee9821e2ba011453c584608ce3380c5a796 | chore: relocate owl bot post processor
chore: relocate owl bot post processor | [
{
"change_type": "MODIFY",
"diff": "docker:\n- image: gcr.io/repo-automation-bots/owlbot-nodejs:latest\n+ image: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest\ndigest: sha256:111973c0da7608bf1e60d070e5449d48826c385a6b92a56cb9203f1725d33c3d\n",
"new_path": ".github/.OwlBot.lock.yaml",
"ol... | TypeScript | Apache License 2.0 | googleapis/nodejs-logging | chore: relocate owl bot post processor (#1159)
chore: relocate owl bot post processor | 1 | chore | null |
756,013 | 21.09.2021 14:47:04 | 21,600 | 7faaee17545231cea37078261749df240286d263 | build(stat-logger): dynamically depend on vega to avoid extra deps | [
{
"change_type": "ADD",
"diff": "+If you need the graphing abilities, please install the `package.json`'s\n+`\"peerDependencies\"` and apply the patches found in `./patches/*`.\n+\n+Have fun!\n",
"new_path": "packages/stat-logger/README.md",
"old_path": null
},
{
"change_type": "MODIFY",
... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | build(stat-logger): dynamically depend on vega to avoid extra deps | 1 | build | stat-logger |
756,013 | 21.09.2021 14:51:47 | 21,600 | 54fc8921d27dc9a01da9d2744798b063e8f07b7a | ci(test-all-packages): remove node-canvas dependencies | [
{
"change_type": "MODIFY",
"diff": "@@ -30,12 +30,6 @@ jobs:\nrestore-keys: |\n${{ runner.os }}-yarn-\n- - name: install node-canvas dependencies\n- run: |\n- set -e\n- sudo apt update -y\n- sudo apt install -y libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev\n-\n# 'yarn install' must be do... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | ci(test-all-packages): remove node-canvas dependencies | 1 | ci | test-all-packages |
791,255 | 21.09.2021 15:17:47 | 25,200 | e846dfdefbba88320088667525e5fdd966c80c4b | feat(bigquery): add session and connection support
Adds:
* CreateSession to Query config
* ConnectionProperties to specify connection keys/values in Query config
* SessionInfo in JobStatistics to record session stats | [
{
"change_type": "MODIFY",
"diff": "@@ -479,7 +479,7 @@ func TestIntegration_SnapshotAndRestore(t *testing.T) {\nFROM\nUNNEST(GENERATE_ARRAY(0,999))\n`, qualified)\n- if _, err := runQueryJob(ctx, sql); err != nil {\n+ if _, _, err := runQuerySQL(ctx, sql); err != nil {\nt.Fatalf(\"couldn't instantiate base... | Go | Apache License 2.0 | googleapis/google-cloud-go | feat(bigquery): add session and connection support (#4754)
Adds:
* CreateSession to Query config
* ConnectionProperties to specify connection keys/values in Query config
* SessionInfo in JobStatistics to record session stats | 1 | feat | bigquery |
217,922 | 21.09.2021 15:18:38 | -7,200 | dd66b45f1bbe4934400d64be0f6142a12f198909 | fix(alarms): fixed alarms with same weather transition crashing the system | [
{
"change_type": "MODIFY",
"diff": "@@ -40,14 +40,4 @@ describe('WeatherService', () => {\n// Mock test so it works in CI, TODO make it work inside CI too\nexpect(true).toBeTruthy();\n});\n-\n- it('should compute next diff weather time properly', () => {\n- const enow = 1631874751166 * EorzeanTimeService.EP... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(alarms): fixed alarms with same weather transition crashing the system | 1 | fix | alarms |
217,922 | 21.09.2021 15:36:36 | -7,200 | 1e44ccd95a22e3ee88039877414499f9fd3ac901 | fix(leveling-equipment): cannot wear the same unique ring twice anymore | [
{
"change_type": "MODIFY",
"diff": "@@ -144,13 +144,13 @@ export class LevelingEquipmentComponent extends TeamcraftComponent {\nconst results = baseStruct.map(row => {\n// Let's check offHand first, as it's a bit specific\nif (!row.gearset.offHand && row.gearset.job !== 18 && (!row.gearset.isCombatSet() || ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(leveling-equipment): cannot wear the same unique ring twice anymore | 1 | fix | leveling-equipment |
217,922 | 21.09.2021 15:39:10 | -7,200 | 01bb025f7a93c4b305c26a712ab6e5af9d2f80af | fix(currency-spending): now using server prices only for price checking | [
{
"change_type": "MODIFY",
"diff": "@@ -79,12 +79,9 @@ export class UniversalisService {\n}\npublic getServerPrices(server: string, ...itemIds: number[]): Observable<MarketboardItem[]> {\n- const dc = Object.keys(this.lazyData.datacenters).find(key => {\n- return this.lazyData.datacenters[key].indexOf(serve... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(currency-spending): now using server prices only for price checking | 1 | fix | currency-spending |
791,255 | 21.09.2021 15:40:14 | 25,200 | 4e1bf9f70cc6ce46ab866649b277fc0f62145430 | feat: migrate managedwriter to v1 write from v1beta2
This PR updates the managedwriter to use the v1 endpoint of
bigquerystorage for interactions with the BigQueryWriteClient.
Towards: | [
{
"change_type": "MODIFY",
"diff": "@@ -19,7 +19,7 @@ import (\n\"fmt\"\n\"strings\"\n- storagepb \"google.golang.org/genproto/googleapis/cloud/bigquery/storage/v1beta2\"\n+ storagepb \"google.golang.org/genproto/googleapis/cloud/bigquery/storage/v1\"\n\"google.golang.org/protobuf/proto\"\n\"google.golang.o... | Go | Apache License 2.0 | googleapis/google-cloud-go | feat: migrate managedwriter to v1 write from v1beta2 (#4788)
This PR updates the managedwriter to use the v1 endpoint of
bigquerystorage for interactions with the BigQueryWriteClient.
Towards: https://github.com/googleapis/google-cloud-go/issues/4366 | 1 | feat | null |
217,922 | 21.09.2021 15:41:01 | -7,200 | fab03a0b1ad4c1321d0e368df363045420710803 | chore(release): 8.5.8 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"8.5.8\"></a>\n+## [8.5.8](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compare/... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 8.5.8 | 1 | chore | release |
471,369 | 21.09.2021 15:41:10 | 14,400 | 7edf98425d77aaa1d74a959195e87b6079daabcd | feat: upstream mocha instrumentation testing plugin from ext-js (@blumamir) | [
{
"change_type": "MODIFY",
"diff": "# Test Utils for OpenTelemetry contrib packages\n-This is a internal utils package used across the contrib packages. No guarantees are given to uses outside of [open-telemetry/opentelemetry-js-contrib](https://github.com/open-telemetry/opentelemetry-js-contrib/) repositor... | TypeScript | Apache License 2.0 | open-telemetry/opentelemetry-js-contrib | feat: upstream mocha instrumentation testing plugin from ext-js (@blumamir) #621 (#670)
Co-Authored-By: Amir Blum amir@aspecto.io | 1 | feat | null |
777,422 | 21.09.2021 15:54:10 | 25,200 | 972628083b83cbb2768bcbe5e45184b5fbbce2e4 | fix: implement boto3 wrapper to allow refreshable credentials
custom credential provider for boto3 shared credentials | [
{
"change_type": "ADD",
"diff": "+import logging\n+import os\n+import threading\n+import time\n+from typing import Any\n+\n+import boto3\n+from botocore import session\n+from botocore.compat import ensure_unicode\n+from botocore.credentials import (\n+ CredentialProvider,\n+ Credentials,\n+ ReadOnlyCredenti... | Python | Apache License 2.0 | determined-ai/determined | fix: implement boto3 wrapper to allow refreshable credentials [DET-5690] (#2957)
custom credential provider for boto3 shared credentials | 1 | fix | null |
889,620 | 21.09.2021 15:59:00 | -28,800 | cefd3f0ee8b24724ccaf41f00fdf382c0c74a513 | fix(webui): more logs in the frontend | [
{
"change_type": "MODIFY",
"diff": "@@ -84,8 +84,9 @@ import {buildSpreads} from '@/functions/book-spreads'\nexport default Vue.extend({\nname: 'PagedReader',\n- data: () => {\n+ data: function () {\nreturn {\n+ logger: 'PagedReader',\ncarouselPage: 0,\nspreads: [] as PageDtoWithUrl[][],\n}\n@@ -127,11 +128... | Kotlin | MIT License | gotson/komga | fix(webui): more logs in the frontend | 1 | fix | webui |
711,597 | 21.09.2021 16:32:13 | -7,200 | 36c15b22b0d650b64834137fd0253e1705edb179 | fix(core): Gracefully handle errors when populating initial data | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,7 @@ import { normalizeString } from '@vendure/common/lib/normalize-string';\nimport { notNullOrUndefined } from '@vendure/common/lib/shared-utils';\nimport { RequestContext } from '../../../api/common/request-context';\n-import { defaultShippingCalculator, def... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Gracefully handle errors when populating initial data | 1 | fix | core |
217,922 | 21.09.2021 16:40:15 | -7,200 | bba1d6468d97a095a319a2809c0caf6cce0bb9a2 | chore: only crafts can be HQ as of 6.0 | [
{
"change_type": "MODIFY",
"diff": "@@ -250,6 +250,9 @@ export class List extends DataWithPermissions {\nif (!item || item.id < 20) {\nreturn 0;\n}\n+ if (getItemSource(item, DataType.CRAFTED_BY).length === 0) {\n+ return 0;\n+ }\nconst recipesNeedingItem = this.finalItems\n.filter(i => i.requires !== undef... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: only crafts can be HQ as of 6.0 | 1 | chore | null |
530,289 | 21.09.2021 16:45:32 | 14,400 | c744074ef8405dc78bfc1c63266e3df6f9f464e0 | fix: outdated Java group ID for projen | [
{
"change_type": "MODIFY",
"diff": "@@ -340,8 +340,8 @@ const project = new ConstructLibraryAws({\n// jsii publishing\njava: {\n- javaPackage: 'com.github.eladb.watchful',\n- mavenGroupId: 'com.github.eladb',\n+ javaPackage: 'io.github.cdklabs.watchful',\n+ mavenGroupId: 'io.github.cdklabs',\nmavenArtifactI... | TypeScript | Apache License 2.0 | projen/projen | fix: outdated Java group ID for projen (#1093) | 1 | fix | null |
777,374 | 21.09.2021 16:51:56 | 25,200 | d482f252a5844be89b11cfa0a97a024df1eed1f5 | fix: address CVEs in agent & master docker images.
switch from debian:10.3-slim to ubuntu:20.04 and unattended-upgrades to get better security upgrades. | [
{
"change_type": "MODIFY",
"diff": "-FROM debian:10.3-slim\n+FROM ubuntu:20.04\nMAINTAINER Determined AI <hello@determined.ai>\nRUN apt-get update -yq \\\n- && apt-get upgrade -s \\\n- | grep \"^Inst\" \\\n- | grep -e \"Debian\" -e \"Debian-Security\" \\\n- | awk -F \" \" {'print $2'} \\\n- | DEBIAN_FRONTEN... | Python | Apache License 2.0 | determined-ai/determined | fix: address CVEs in agent & master docker images. (#2989)
- switch from debian:10.3-slim to ubuntu:20.04 and unattended-upgrades to get better security upgrades. | 1 | fix | null |
749,530 | 21.09.2021 16:56:31 | 14,400 | e61746310dd9a1938d3b5b55c1f5ee68a0336e7d | chore(babel): update config for private-property-in-object plugin | [
{
"change_type": "MODIFY",
"diff": "@@ -23,8 +23,8 @@ module.exports = {\nloose: true\n}\n],\n- '@babel/proposal-object-rest-spread',\n'babel-plugin-styled-components',\n+ ['@babel/plugin-proposal-private-property-in-object', { loose: true }],\n['@babel/plugin-proposal-private-methods', { loose: true }]\n],... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | chore(babel): update config for private-property-in-object plugin (#1214) | 1 | chore | babel |
530,289 | 21.09.2021 16:58:03 | 14,400 | 88a2cde7c7b5d0641fd83fa039d97fcc82d6b1dc | chore: remove files from projen's npm distribution | [
{
"change_type": "MODIFY",
"diff": "@@ -19,5 +19,5 @@ pull_request_rules:\nadd:\n- contribution/core\nconditions:\n- - author~=^(eladb)$\n+ - author~=^(eladb|Chriscbr)$\n- label!=contribution/core\n",
"new_path": ".mergify.yml",
"old_path": ".mergify.yml"
},
{
"change_type": "MODIFY",
"d... | TypeScript | Apache License 2.0 | projen/projen | chore: remove files from projen's npm distribution (#1083) | 1 | chore | null |
126,276 | 21.09.2021 16:59:56 | 10,800 | eb158cee094bb04ea7ee71000dd30b5f82c9fe56 | feat(embedded/sql): distinct row reader | [
{
"change_type": "ADD",
"diff": "+/*\n+Copyright 2021 CodeNotary, Inc. All rights reserved.\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... | Go | Apache License 2.0 | codenotary/immudb | feat(embedded/sql): distinct row reader
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | feat | embedded/sql |
217,922 | 21.09.2021 17:07:45 | -7,200 | 0ed78f0054a0fd206834fa110be762517c08efbb | feat(db): added new misses toggle for bait datagrid in fishing spot pages | [
{
"change_type": "MODIFY",
"diff": "<nz-card\n- [nzTitle]=\"'DB.FISHING_SPOT.Fish_per_bait' | translate\"\n+ [nzTitle]=\"title\"\nclass=\"expanded mw-300\"\n[nzLoading]=\"loading$ | async\"\n[class.card-with-list]=\"!(loading$ | async)\"\n>\n+ <ng-template #title>\n+ <div fxLayout=\"row\" fxLayoutAlign=\"sp... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(db): added new misses toggle for bait datagrid in fishing spot pages | 1 | feat | db |
126,276 | 21.09.2021 17:17:06 | 10,800 | f2a70599501578e7bbce22dfc71077b869966d8f | test(embedded/sql): basic unit testing of distinct clause
test(embedded/sql): remove invalid distinct case | [
{
"change_type": "MODIFY",
"diff": "@@ -976,8 +976,31 @@ func TestQuery(t *testing.T) {\nrequire.NoError(t, err)\n})\n- _, err = engine.QueryStmt(\"SELECT DISTINCT id1 FROM table1\", nil, true)\n- require.Equal(t, ErrNoSupported, err)\n+ t.Run(\"should return two rows\", func(t *testing.T) {\n+ r, err = eng... | Go | Apache License 2.0 | codenotary/immudb | test(embedded/sql): basic unit testing of distinct clause
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
test(embedded/sql): remove invalid distinct case
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | test | embedded/sql |
342,861 | 21.09.2021 17:18:25 | -7,200 | 6adf21571854aa4f23408d1f0997190e4f3d77cd | docs(Navbar): adjust search button | [
{
"change_type": "MODIFY",
"diff": "@@ -3,40 +3,42 @@ import { Stack, Button } from \"@kiwicom/orbit-components\";\nimport styled, { css } from \"styled-components\";\nimport { Search as SearchIcon } from \"@kiwicom/orbit-components/icons\";\n+import useOs from \"../../hooks/useOs\";\n+\ninterface Props {\n... | JavaScript | MIT License | kiwicom/orbit | docs(Navbar): adjust search button | 1 | docs | Navbar |
777,367 | 21.09.2021 17:24:04 | 14,400 | 5542a0a7a854f0bfd6c979807be11b2dd2e651f0 | chore: confirm with users when running det deploy aws down | [
{
"change_type": "MODIFY",
"diff": "@@ -438,7 +438,7 @@ commands:\nwhen: always\ncommand: |\ndet deploy aws down \\\n- --cluster-id <<parameters.cluster-id>>\n+ --cluster-id <<parameters.cluster-id>> --no-prompt\nsetup-aws-cluster:\nparameters:\n",
"new_path": ".circleci/config.yml",
"old_path": ".c... | Python | Apache License 2.0 | determined-ai/determined | chore: confirm with users when running det deploy aws down [DET-6000] (#2984) | 1 | chore | null |
126,276 | 21.09.2021 17:43:08 | 10,800 | ac33e0281e46cd9292e9acc1812c67783c44bf57 | test(embedded/sql): improve distinct unit testing | [
{
"change_type": "MODIFY",
"diff": "@@ -16,7 +16,6 @@ limitations under the License.\npackage sql\nimport (\n- \"errors\"\n\"os\"\n\"testing\"\n@@ -52,52 +51,3 @@ func TestConditionalRowReader(t *testing.T) {\nerr = rowReader.InferParameters(nil)\nrequire.Equal(t, errDummy, err)\n}\n-\n-var errDummy = error... | Go | Apache License 2.0 | codenotary/immudb | test(embedded/sql): improve distinct unit testing
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | test | embedded/sql |
217,922 | 21.09.2021 17:46:13 | -7,200 | 7b8224777a8268626bf5cb67cbeeda0d4253ea8e | chore: baits can't be HQ anymore | [
{
"change_type": "MODIFY",
"diff": "<div *ngFor=\"let bait of baits; let index = index; let last = last\" [fxLayout]=\"flex\" fxLayoutAlign=\"center center\"\nfxLayoutGap=\"5px\">\n<div fxLayout=\"row\" fxLayoutAlign=\"flex-start center\" fxLayoutGap=\"5px\">\n- <app-item-icon [appFishTooltip]=\"bait.id\" [... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: baits can't be HQ anymore | 1 | chore | null |
877,015 | 21.09.2021 17:48:19 | -7,200 | fadcda40b8a78f6f7986e85580f725f7e0a7c467 | docs: update README to fix HTML issue | [
{
"change_type": "MODIFY",
"diff": "@@ -118,6 +118,7 @@ These packages allow the consumption of elements with a higher level of granular\n<td><a href=\"https://www.npmjs.com/package/@vtmn/css-loader\"><img src=\"https://img.shields.io/npm/v/@vtmn/css-loader?style=flat&logo=npm\" alt=\"npm version\" /></a></... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | docs: update README to fix HTML issue | 1 | docs | null |
791,370 | 21.09.2021 18:06:14 | 21,600 | ad373eebd04ccb6373b3995c555acc3636a189f6 | test(spanner): fix tests for new error wrapping
In a recent version of gax we have started to wrap all gRPC errors
so our users have an easier time understanding the returned errors.
This PR updates tests to be aware of this new wrapping. | [
{
"change_type": "MODIFY",
"diff": "@@ -61,6 +61,9 @@ func testEqual(a, b interface{}) bool {\nif strings.Contains(path.GoString(), \"(*status.Error).s\") {\nreturn true\n}\n+ if strings.Contains(path.GoString(), \"{*spanner.Error}.err\") {\n+ return true\n+ }\nreturn false\n}, cmp.Ignore()))\n}\n",
"ne... | Go | Apache License 2.0 | googleapis/google-cloud-go | test(spanner): fix tests for new error wrapping (#4786)
In a recent version of gax we have started to wrap all gRPC errors
so our users have an easier time understanding the returned errors.
This PR updates tests to be aware of this new wrapping. | 1 | test | spanner |
126,281 | 21.09.2021 18:12:44 | -7,200 | 7e7c949fad59725d08ae3183d7804d32d31a83d4 | fix(CI): Fix building and releasing almalinux images | [
{
"change_type": "MODIFY",
"diff": "@@ -123,8 +123,8 @@ jobs:\ndocker tag \"${DOCKER_IMAGE_IMMUDB}:dev-${DEBIAN_VERSION}\" \"${DOCKER_IMAGE_IMMUDB}:${tag}-${DEBIAN_VERSION}\"\ndocker push \"${DOCKER_IMAGE_IMMUDB}:${tag}-${DEBIAN_VERSION}\"\n- docker tag \"${DOCKER_IMAGE_IMMUDB}:dev-${ALMA_VERSION}}\" \"${DO... | Go | Apache License 2.0 | codenotary/immudb | fix(CI): Fix building and releasing almalinux images | 1 | fix | CI |
71,371 | 21.09.2021 19:45:27 | -7,200 | 643e5ee519095968a758942220f1e3a6c20f54b3 | fix(route53resolver): FirewallDomainList throws with wildcard domains
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": "@@ -45,8 +45,8 @@ export abstract class FirewallDomains {\n*/\npublic static fromList(list: string[]): FirewallDomains {\nfor (const domain of list) {\n- if (!/^[\\w-.]+$/.test(domain)) {\n- throw new Error(`Invalid domain: ${domain}. Valid characters: A-Z, a-z, 0-9, _, -... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(route53resolver): FirewallDomainList throws with wildcard domains (#16538)
Closes #16527
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | fix | route53resolver |
713,832 | 21.09.2021 19:45:38 | -7,200 | f15b67b4245b4a14affefd4269afa128b761a791 | chore: update renovate conf | [
{
"change_type": "MODIFY",
"diff": "{\n\"extends\": [\n\"config:base\"\n- ]\n+ ],\n+ \"packageRules\": [\n+ {\n+ \"packageNames\": [\"aws-sdk\"],\n+ \"allowedVersions\": \"2.607.0\"\n+ },\n+ {\n+ \"packageNames\": [\"@google-cloud/datastore\"],\n+ \"allowedVersions\": \"4.5.0\"\n+ },\n+ {\n+ \"packageNames\... | TypeScript | MIT License | verdaccio/monorepo | chore: update renovate conf | 1 | chore | null |
713,832 | 21.09.2021 19:59:56 | -7,200 | 22c38d506c0d67b0adca2db9ca70167325a04430 | chore: update dependencies lodash node-fetch | [
{
"change_type": "ADD",
"diff": "+---\n+'@verdaccio/commons-api': patch\n+'verdaccio-audit': patch\n+'verdaccio-google-cloud': patch\n+'@verdaccio/local-storage': patch\n+---\n+\n+chore: update dependencies lodash node-fetch\n",
"new_path": ".changeset/spicy-years-yell.md",
"old_path": null
},
{... | TypeScript | MIT License | verdaccio/monorepo | chore: update dependencies lodash node-fetch | 1 | chore | null |
756,013 | 21.09.2021 20:06:43 | 21,600 | 83f45f6be8112b9e74f687d9436963051d9e5308 | feat(deployment): use latest faucet-helper.sh from testnet | [
{
"change_type": "MODIFY",
"diff": "@@ -5,21 +5,18 @@ thisdir=$(dirname -- \"$0\")\nFAUCET_HOME=$thisdir/../faucet\nMAX_LINES=-1\n-DELEGATE_COINS=62000000ubld,9300000urun\n-SOLO_COINS=250000000000urun\n+STAKE=75000000ubld\n+# GIFT=251000000000urun\n+GIFT=100000000urun\n+# SOLO_COINS=100000000urun\n+SOLO_COI... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(deployment): use latest faucet-helper.sh from testnet | 1 | feat | deployment |
317,646 | 21.09.2021 20:22:59 | -7,200 | 7d2001c936d001d561421c8d8f708f208662cc68 | feat: cache capabilities | [
{
"change_type": "ADD",
"diff": "+package main\n+\n+import \"sync\"\n+\n+type concurrentMap struct {\n+ values map[string]string\n+ lock sync.RWMutex\n+}\n+\n+func newConcurrentMap() *concurrentMap {\n+ return &concurrentMap{\n+ values: make(map[string]string),\n+ lock: sync.RWMutex{},\n+ }\n+}\n+\n+func (c... | Go | MIT License | jandedobbeleer/oh-my-posh | feat: cache capabilities | 1 | feat | null |
401,147 | 21.09.2021 20:35:48 | -19,080 | 94b8a70d8efdc70f3a139adf3110abf988c20508 | fix: style issue of text component used in table rows
* fix: style issue of text component used in table rows
affects:
* fix: failling snapshots
affects: | [
{
"change_type": "MODIFY",
"diff": "-import { WithStyle } from '@medly-components/utils';\n-import React, { useEffect, useMemo, useRef } from 'react';\n+import { ThemeContext, WithStyle } from '@medly-components/utils';\n+import React, { useContext, useEffect, useMemo, useRef } from 'react';\nimport Text fr... | TypeScript | MIT License | medly/medly-components | fix: style issue of text component used in table rows (#433)
* fix: style issue of text component used in table rows
affects: @medly-components/core
* fix: failling snapshots
affects: @medly-components/core | 1 | fix | null |
756,013 | 21.09.2021 20:54:05 | 21,600 | 59952d3afd78ceb9b00eac5a8ccc84bef9d2ee4b | fix(deployment): wait for staking tokens before creating validator | [
{
"change_type": "MODIFY",
"diff": "staker: \"{{ STAKER }}-{{ inventory_hostname }}\"\nwhen: inventory_hostname != STAKER_NODE\n+- name: \"Find staking_denom from {{ STAKER_SELF_DELEGATION }}\"\n+ set_fact:\n+ staking_denom: \"{{ STAKER_SELF_DELEGATION | regex_search('^[0-9]*(.*)', '\\\\1') | first }}\"\n+\... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(deployment): wait for staking tokens before creating validator | 1 | fix | deployment |
269,463 | 21.09.2021 21:17:42 | 14,400 | de7b01eb17849f586c7994fbf622f52e645130f6 | feat(docker): install tini to handle Ctrl+C | [
{
"change_type": "MODIFY",
"diff": "@@ -7,9 +7,10 @@ RUN apk add --no-cache bash \\\ngit \\\nmercurial \\\nmake \\\n- build-base\n+ build-base \\\n+ tini\n-ENTRYPOINT [\"/entrypoint.sh\"]\n+ENTRYPOINT [\"/sbin/tini\", \"--\", \"/entrypoint.sh\"]\nCMD [ \"-h\" ]\nCOPY scripts/entrypoint.sh /entrypoint.sh\n",... | Go | MIT License | goreleaser/goreleaser | feat(docker): install tini to handle Ctrl+C (#2501)
https://github.com/krallin/tini/issues/8
Signed-off-by: Artur Troian <troian.ap@gmail.com> | 1 | feat | docker |
530,366 | 21.09.2021 21:24:40 | 25,200 | cb0214a4423c1a5df38c796b85138e11ae205257 | fix: pnpm not installed in workflows
use buildEnabled variable defined above
fixes - install pnpm before using it
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": "@@ -4615,6 +4615,10 @@ jobs:\nrun: |-\ngit config user.name \\\\\"Automation\\\\\"\ngit config user.email \\\\\"github-actions@github.com\\\\\"\n+ - name: Setup pnpm\n+ uses: pnpm/action-setup@v2.0.1\n+ with:\n+ version: 6.14.7\n- name: Install dependencies\nrun: pnpm i -... | TypeScript | Apache License 2.0 | projen/projen | fix: pnpm not installed in workflows (#1054)
- use buildEnabled variable defined above
- fixes #1026 - install pnpm before using it
---
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. | 1 | fix | null |
889,620 | 21.09.2021 22:31:04 | -28,800 | 3cdd1e6177ee5981fc46e8b20c83c5121dea5f3e | refactor(webui): simplify logger | [
{
"change_type": "MODIFY",
"diff": "\"js-file-downloader\": \"^1.1.22\",\n\"language-tags\": \"^1.0.5\",\n\"lodash\": \"^4.17.21\",\n- \"loglevel\": \"^1.7.1\",\n\"qs\": \"^6.10.1\",\n\"screenfull\": \"^5.1.0\",\n\"vue\": \"^2.6.14\",\n\"version\": \"1.7.1\",\n\"resolved\": \"https://registry.npmjs.org/logl... | Kotlin | MIT License | gotson/komga | refactor(webui): simplify logger | 1 | refactor | webui |
603,467 | 21.09.2021 23:22:37 | -3,600 | cdc24c9501ee0f8618cd60d2f660fb0a5f5aa579 | test(web): corrected LastScriptExecution spec so that it works for both Protractor and WebdriverIO | [
{
"change_type": "MODIFY",
"diff": "import 'mocha';\nimport { expect } from '@integration/testing-tools';\n-import { Ensure, equals, or } from '@serenity-js/assertions';\n+import { Ensure, equals } from '@serenity-js/assertions';\nimport { actorCalled, LogicError } from '@serenity-js/core';\nimport { by, En... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | test(web): corrected LastScriptExecution spec so that it works for both Protractor and WebdriverIO | 1 | test | web |
902,122 | 22.09.2021 00:15:15 | -7,200 | 9379b86fdfdc975765dd9cd915a841d9bb63a9cb | chore(screenshot): adjust pretty padding | [
{
"change_type": "MODIFY",
"diff": "@@ -35,8 +35,8 @@ const resetCSS = `<style>\n}\n</style>`\n-const JSON_MAX_LENGTH = 80 * 0.5\n-const TEXT_MAX_LENGTH = 100 * 0.6\n+const JSON_MAX_LENGTH = 76 * 0.5\n+const TEXT_MAX_LENGTH = 96 * 0.6\nconst truncate = (input, maxLength) => {\nlet text = input.slice(0, maxL... | JavaScript | MIT License | microlinkhq/browserless | chore(screenshot): adjust pretty padding | 1 | chore | screenshot |
902,122 | 22.09.2021 00:15:34 | -7,200 | f8135f74554c8522182d9f4ac026846bedc61e7e | chore(release): v9.2.5 | [
{
"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.2.5](https://github.com/microlinkhq/browserless/compare/v9.2.4...v9.2.5) (2021-09-21)\n+\n+**Note:** Version bu... | JavaScript | MIT License | microlinkhq/browserless | chore(release): v9.2.5 | 1 | chore | release |
777,390 | 22.09.2021 00:35:22 | 25,200 | bcd959c82d27aca699319a171cf75df50ab99409 | fix: update cuda for fake tests | [
{
"change_type": "MODIFY",
"diff": "name: detectron2_const\nenvironment:\nimage: \"katport/detectron2:cuda-10.1\"\n+ environment_variables:\n+ - DETECTRON2_DATASETS=/mnt/dtrain-fsx/detectron2\nhyperparameters:\nglobal_batch_size: 16 # Detectron defaults to 16 regardless of N GPUs\nmodel_yaml: mask_rcnn_R_50... | Python | Apache License 2.0 | determined-ai/determined | fix: update cuda for fake tests (#2983) | 1 | fix | null |
471,422 | 22.09.2021 03:52:33 | 25,200 | 7b0d0900bfb8475a32d799add4d925d7addbb24d | fix: Update aws-lambda-instrumentation to SDK v0.25.0 | [
{
"change_type": "MODIFY",
"diff": "@@ -22,7 +22,7 @@ npm install --save @opentelemetry/instrumentation-aws-lambda\nCreate a file to initialize the instrumentation, such as `lambda-wrapper.js`.\n```js\n-const { NodeTracerProvider } = require('@opentelemetry/node');\n+const { NodeTracerProvider } = require('... | TypeScript | Apache License 2.0 | open-telemetry/opentelemetry-js-contrib | fix: Update aws-lambda-instrumentation to SDK v0.25.0 (#660) | 1 | fix | null |
317,646 | 22.09.2021 07:53:59 | -7,200 | 7738cad7cb0f7df5da931b9d45716e7889bcf88e | feat(cache): add timestamp | [
{
"change_type": "MODIFY",
"diff": "@@ -3,24 +3,24 @@ package main\nimport \"sync\"\ntype concurrentMap struct {\n- values map[string]string\n+ values map[string]interface{}\nlock sync.RWMutex\n}\nfunc newConcurrentMap() *concurrentMap {\nreturn &concurrentMap{\n- values: make(map[string]string),\n+ values:... | Go | MIT License | jandedobbeleer/oh-my-posh | feat(cache): add timestamp | 1 | feat | cache |
791,370 | 22.09.2021 08:04:10 | 21,600 | 5606b54b97bb675487c6c138a4081c827218f933 | fix(internal/gapicgen): restore fmting proto files
This should be done pre-resetUnknownVersion check to reduce diffs
and release PRs generated post regen. | [
{
"change_type": "MODIFY",
"diff": "@@ -113,6 +113,11 @@ func (g *GapicGenerator) Regen(ctx context.Context) error {\nreturn err\n}\n+ // Get rid of diffs related to bad formatting.\n+ if err := gocmd.Vet(g.googleCloudDir); err != nil {\n+ return err\n+ }\n+\nif err := g.resetUnknownVersion(); err != nil {\... | Go | Apache License 2.0 | googleapis/google-cloud-go | fix(internal/gapicgen): restore fmting proto files (#4789)
This should be done pre-resetUnknownVersion check to reduce diffs
and release PRs generated post regen. | 1 | fix | internal/gapicgen |
126,281 | 22.09.2021 08:09:58 | -7,200 | f19d673b738e2faaaa3117c2d9b4a024c9eca5a2 | chore: Remove experimental S3 warning from README | [
{
"change_type": "MODIFY",
"diff": "@@ -108,7 +108,7 @@ docker run -d --net host -it --rm --name immudb codenotary/immudb:latest\nIf you are running the Docker image without host networking, make sure to expose ports 3322 and 9497.\n-### Enabling S3 storage (Feature Work-in-progress. Not ready for productio... | Go | Apache License 2.0 | codenotary/immudb | chore: Remove experimental S3 warning from README | 1 | chore | null |
777,396 | 22.09.2021 08:16:04 | 21,600 | b15b6894f80a677a3e18a79eb7f752e2e0afd6a5 | fix: tell mypy to ignore azure | [
{
"change_type": "MODIFY",
"diff": "@@ -16,3 +16,9 @@ warn_redundant_casts = True\nwarn_return_any = True\nwarn_unused_configs = True\nwarn_unused_ignores = True\n+\n+[mypy-azure.storage.blob.*]\n+; starting in azure 12.9.0:\n+; site-packages/azure/storage/blob/_serialize.py:129: error: Type signature has t... | Python | Apache License 2.0 | determined-ai/determined | fix: tell mypy to ignore azure (#2990) | 1 | fix | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.