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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
401,147 | 25.06.2021 19:40:45 | -19,080 | da41be4619418f55c4f05764130fda79d90077ce | refactor: remove yarn.lock aswell in clean command | [
{
"change_type": "MODIFY",
"diff": "\"build:forms\": \"lerna exec --scope @medly-components/forms -- rollup -c=../../rollup.config.js\",\n\"build:theme\": \"lerna exec --scope @medly-components/theme -- rollup -c=../../rollup.config.js\",\n\"build\": \"cross-env BABEL_ENV=production lerna exec -- rollup -c=... | TypeScript | MIT License | medly/medly-components | refactor: remove yarn.lock aswell in clean command | 1 | refactor | null |
317,646 | 25.06.2021 20:08:00 | -7,200 | f19460a0c5689a0b7d4f185a2f2dc721a49e5f71 | fix(transient): support multiline prompts
relates to | [
{
"change_type": "MODIFY",
"diff": "@@ -15,7 +15,8 @@ type ansiUtils struct {\nleft string\nright string\ncreset string\n- clearEOL string\n+ clearBelow string\n+ clearLine string\nsaveCursorPosition string\nrestoreCursorPosition string\ntitle string\n@@ -42,7 +43,8 @@ func (a *ansiUtils) init(shell string)... | Go | MIT License | jandedobbeleer/oh-my-posh | fix(transient): support multiline prompts
relates to #807 | 1 | fix | transient |
756,051 | 25.06.2021 20:59:51 | 18,000 | 9d9560db488b67c8dfbc8dbba23967d5059dd071 | fix: snapStore tmp files were kept for debugging | [
{
"change_type": "MODIFY",
"diff": "@@ -109,8 +109,6 @@ export function makeSnapStore(\nawait atomicWrite(`${h}.gz`, gztmp =>\nfilter(snapFile, createGzip(), gztmp),\n);\n- const basename = snapFile.split('/').slice(-1)[0]; // @@WIP\n- await rename(snapFile, resolve(root, `${h}-${basename}`)); // @@WIP\nret... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix: snapStore tmp files were kept for debugging (#3420) | 1 | fix | null |
67,479 | 25.06.2021 21:25:26 | -36,000 | 680272d27696b2238bca0f66931297c5c13a9c74 | chore(tests): add more tests for interpolation + surrogate
chore(tests): add test for input[file] files.bind not assigning value closes | [
{
"change_type": "MODIFY",
"diff": "@@ -284,7 +284,6 @@ describe('CustomElement.createInjectable', function () {\n});\n});\n-\ndescribe('local dependency inheritance', function () {\nfunction createFixture() {\nconst ctx = TestContext.create();\n@@ -510,7 +509,6 @@ describe('local dependency inheritance', f... | TypeScript | MIT License | aurelia/aurelia | chore(tests): add more tests for interpolation + surrogate
chore(tests): add test for input[file] files.bind not assigning value closes #905 | 1 | chore | tests |
185,950 | 25.06.2021 21:27:05 | -7,200 | c35c448cc39fefef80fb774e2e6e489c01230867 | fix: clear unused editor contents on replace | [
{
"change_type": "MODIFY",
"diff": "@@ -29,9 +29,8 @@ export function createMosaicArrangement(\ninput: EditorId[],\ndirection: MosaicDirection = 'row',\n): MosaicNode<EditorId> {\n- if (input.length === 1) {\n- return input[0];\n- }\n+ // Return single editor or undefined.\n+ if (input.length < 2) return in... | TypeScript | MIT License | electron/fiddle | fix: clear unused editor contents on replace (#742) | 1 | fix | null |
386,595 | 25.06.2021 22:28:00 | -7,200 | 3668f926643c24977876baf6b5680aa0b74338fc | chore: First to parts of generate pdf how to. | [
{
"change_type": "MODIFY",
"diff": "\"recommendations\": [\n\"arcanis.vscode-zipfs\",\n\"dbaeumer.vscode-eslint\",\n- \"esbenp.prettier-vscode\"\n+ \"esbenp.prettier-vscode\",\n+ \"samuelcolvin.jinjahtml\"\n]\n}\n",
"new_path": ".vscode/extensions.json",
"old_path": ".vscode/extensions.json"
},
... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | chore: First to parts of generate pdf how to. | 1 | chore | null |
815,609 | 25.06.2021 22:43:30 | -28,800 | a39bb47a4a6ec5ebdb10af92d0ba90d4a3c89a08 | refactor(hardfork): verify the epoch in since more strictly | [
{
"change_type": "MODIFY",
"diff": "@@ -34,11 +34,23 @@ impl Spec for CheckAbsoluteEpochSince {\nassert_send_transaction_fail(node, &tx, ERROR_IMMATURE);\n}\n{\n- info!(\"CKB v2019, since absolute epoch failed\");\n+ info!(\"CKB v2019, since absolute epoch ok\");\nlet tx = create_tx_since_absolute_epoch(nod... | Rust | MIT License | nervosnetwork/ckb | refactor(hardfork): verify the epoch in since more strictly | 1 | refactor | hardfork |
67,479 | 25.06.2021 22:56:49 | -36,000 | 906105d32d3a369c30bc86ca5904f75391b7bf63 | fix(with): update bindings scope properly when value change | [
{
"change_type": "ADD",
"diff": "+import { assert, createFixture } from '@aurelia/testing';\n+\n+describe('3-runtime-html/with.spec.ts', function () {\n+ it('works with static scope', async function () {\n+ const template = `Application name: \\${name}\n+ <div with.bind=\"contract\">\n+ Contact name: <input... | TypeScript | MIT License | aurelia/aurelia | fix(with): update bindings scope properly when value change | 1 | fix | with |
471,177 | 26.06.2021 00:29:30 | -19,080 | de6cee9ebcc9f10a1e46f14060451d77d2963071 | fix: service.name resource attribute | [
{
"change_type": "MODIFY",
"diff": "'use strict';\nconst opentelemetry = require('@opentelemetry/api');\n+const { Resource } = require('@opentelemetry/resources');\n+const { ResourceAttributes } = require('@opentelemetry/semantic-conventions');\nconst { BasicTracerProvider, ConsoleSpanExporter, SimpleSpanPr... | TypeScript | Apache License 2.0 | open-telemetry/opentelemetry-js | fix: service.name resource attribute (#2290)
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com> | 1 | fix | null |
791,394 | 26.06.2021 07:17:55 | -36,000 | ae34396b1a2a970a0d871cd5496527294f3310d4 | fix(pubsublite): wire user context to api clients | [
{
"change_type": "MODIFY",
"diff": "@@ -30,7 +30,9 @@ import (\n\"cloud.google.com/go/pubsublite/internal/wire\"\n\"github.com/google/go-cmp/cmp/cmpopts\"\n\"golang.org/x/sync/errgroup\"\n+ \"golang.org/x/xerrors\"\n\"google.golang.org/api/option\"\n+ \"google.golang.org/grpc/codes\"\nvkit \"cloud.google.co... | Go | Apache License 2.0 | googleapis/google-cloud-go | fix(pubsublite): wire user context to api clients (#4318) | 1 | fix | pubsublite |
889,620 | 26.06.2021 08:45:03 | -28,800 | a56c2f1d2d2daa17bbd7080afda4ab30194ba86b | fix(api): total item count incorrect for /me/authentication-activity | [
{
"change_type": "MODIFY",
"diff": "@@ -44,7 +44,7 @@ class AuthenticationActivityDao(\n}\nprivate fun findAll(conditions: Condition, pageable: Pageable): PageImpl<AuthenticationActivity> {\n- val count = dsl.fetchCount(aa)\n+ val count = dsl.fetchCount(aa, conditions)\nval orderBy = pageable.sort.toOrderBy... | Kotlin | MIT License | gotson/komga | fix(api): total item count incorrect for /me/authentication-activity | 1 | fix | api |
269,464 | 26.06.2021 16:57:10 | 0 | a0dd45592e2ea2cb309ee586531961373270c48e | fix: packaging with build.binary with subdir
Saving again the full path of the binary in the artifact name, if needed, we can filepath.Base it and get the name only.
refs
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -202,7 +202,7 @@ func buildOptionsForTarget(ctx *context.Context, build config.Build, target stri\n}\nlog.WithField(\"binary\", path).Info(\"building\")\n- buildOpts.Name = filepath.Base(name)\n+ buildOpts.Name = name\nbuildOpts.Path = path\nreturn &buildOpts, nil\n}\n... | Go | MIT License | goreleaser/goreleaser | fix: packaging with build.binary with subdir
Saving again the full path of the binary in the artifact name, if needed, we can filepath.Base it and get the name only.
refs #2280
closes #2311
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> | 1 | fix | null |
269,464 | 26.06.2021 17:14:42 | 0 | c5bcff2b0011777761dfd15a279e9948554e3ed8 | feat: scoop formula path
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -7,6 +7,7 @@ import (\n\"errors\"\n\"fmt\"\n\"os\"\n+ \"path\"\n\"path/filepath\"\n\"strings\"\n@@ -97,7 +98,7 @@ func doRun(ctx *context.Context, cl client.Client) error {\nreturn ErrNoWindows\n}\n- path := scoop.Name + \".json\"\n+ filename := scoop.Name + \".json\"\... | Go | MIT License | goreleaser/goreleaser | feat: scoop formula path
closes #2310
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> | 1 | feat | null |
269,464 | 26.06.2021 19:46:16 | 0 | afc7d8568828d3e4ed230f917c7c0650ef8d7c7a | docs: improve gitlab projectid readme | [
{
"change_type": "MODIFY",
"diff": "@@ -327,7 +327,6 @@ func (c *gitlabClient) Upload(\n}\ngitlabBaseURL := ctx.Config.GitLabURLs.Download\n- // projectFile.URL from upload: /uploads/<hash>/filename.txt\nlinkURL := gitlabBaseURL + \"/\" + projectDetails.PathWithNamespace + projectFile.URL\nname := artifact.... | Go | MIT License | goreleaser/goreleaser | docs: improve gitlab projectid readme
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> | 1 | docs | null |
269,464 | 26.06.2021 19:53:15 | 0 | 87d4166c39509d031016091a7551df2262543db2 | docs: badge | [
{
"change_type": "MODIFY",
"diff": "@@ -30,7 +30,6 @@ Documentation is hosted live at https://goreleaser.com\n[](https://github.com/goreleaser/goreleaser/actions?workflow=build)\n[: count newlines and not ;
relates to | [
{
"change_type": "MODIFY",
"diff": "@@ -219,11 +219,8 @@ func (e *engine) renderTooltip(tip string) string {\n}\nfunc (e *engine) renderTransientPrompt(command string) string {\n- newlines := strings.Count(command, \";\")\n- if strings.HasSuffix(command, \";\") {\n- newlines--\n- }\n- command = strings.Repl... | Go | MIT License | jandedobbeleer/oh-my-posh | fix(transient): count newlines and not ;
relates to #807 | 1 | fix | transient |
67,479 | 26.06.2021 22:04:25 | -36,000 | d0fa65c0de0d7bdf4955a934f4f8f504bea4c0eb | chore(attr-pattern): add more tests for overlapping declaration
feat(promise): re-enable promise patterns .resolve/then/catch | [
{
"change_type": "MODIFY",
"diff": "@@ -137,7 +137,20 @@ describe('@attributePattern', function () {\n['value:bind', null, []],\n['value@bind', null, []]\n]\n+ ],\n+ // overlapping characters for promise + i18n combo\n+ [\n+ [\n+ { pattern: 't', symbols: '' },\n+ { pattern: 'then', symbols: '' },\n+ { patte... | TypeScript | MIT License | aurelia/aurelia | chore(attr-pattern): add more tests for overlapping declaration
feat(promise): re-enable promise patterns .resolve/then/catch | 1 | chore | attr-pattern |
269,464 | 26.06.2021 22:16:54 | 0 | 52a64c74057ec8b0930e37e07e147962cc711271 | fix: fury upload | [
{
"change_type": "MODIFY",
"diff": "@@ -162,6 +162,8 @@ publishers:\n- name: fury.io\nids:\n- packages\n+ env:\n+ - 'FURY_TOKEN={{ .Env.FURY_TOKEN }}'\ncmd: ./scripts/fury-upload.sh {{ .ArtifactName }}\nrelease:\n",
"new_path": ".goreleaser.yml",
"old_path": ".goreleaser.yml"
},
{
"change_ty... | Go | MIT License | goreleaser/goreleaser | fix: fury upload
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> | 1 | fix | null |
269,464 | 26.06.2021 22:19:46 | 0 | d56aee2b90dd02861f36f3607e9abb5761c6ccaa | docs: move comments around | [
{
"change_type": "MODIFY",
"diff": "@@ -15,6 +15,28 @@ goreleaser check\n## Active deprecation notices\n+<!--\n+\n+Template for new deprecations:\n+\n+### property\n+\n+> since yyyy-mm-dd\n+\n+Description.\n+\n+=== \"Before\"\n+\n+ ``` yaml\n+ foo: bar\n+ ```\n+\n+=== \"After\"\n+ ``` yaml\n+ foo: bar\n+ ``... | Go | MIT License | goreleaser/goreleaser | docs: move comments around
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> | 1 | docs | null |
756,059 | 26.06.2021 23:35:41 | 25,200 | 6f0f3c0001a3f1e6db84d53020ebb343130f4abb | chore: update debug diagnostics for new syscalls and delivery types | [
{
"change_type": "MODIFY",
"diff": "@@ -616,6 +616,10 @@ export default function buildKernel(\nreturn `@${message.target} <- ${msg.method}(${argList}) : @${result}`;\n} else if (message.type === 'notify') {\nreturn `notify(vatID: ${message.vatID}, kpid: @${message.kpid})`;\n+ // eslint-disable-next-line no-... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore: update debug diagnostics for new syscalls and delivery types | 1 | chore | null |
756,059 | 26.06.2021 23:39:25 | 25,200 | 9be7dfcf137a8457c3e577e15b94ee01400825ca | fix: make 'bootstrap export' test less sensitive to cross-engine GC variation | [
{
"change_type": "MODIFY",
"diff": "@@ -77,4 +77,4 @@ async function dropPresence(t, dropExport) {\n}\ntest('drop presence (export retains)', t => dropPresence(t, false));\n-test('drop presence (export drops)', t => dropPresence(t, true));\n+test.skip('drop presence (export drops)', t => dropPresence(t, tru... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix: make 'bootstrap export' test less sensitive to cross-engine GC variation | 1 | fix | null |
902,122 | 27.06.2021 00:28:51 | -7,200 | 78c1a1e3f6e7b9a92f723125acbad9bd8c18b7f5 | fix: p-retry retry value is called retries | [
{
"change_type": "MODIFY",
"diff": "@@ -48,7 +48,7 @@ module.exports = (\nconst task = () =>\npRetry(run, {\n- retry,\n+ retries: retry,\nonFailedAttempt: async error => {\nif (error.name === 'AbortError') throw error\nif (isRejected) throw new AbortError()\n",
"new_path": "packages/function/src/index.j... | JavaScript | MIT License | microlinkhq/browserless | fix: p-retry retry value is called retries | 1 | fix | null |
269,464 | 27.06.2021 00:29:26 | 0 | 32a44ab928879bb32c1e266b80de32e07d5d6721 | fix(docker_manifest): improve logs | [
{
"change_type": "MODIFY",
"diff": "@@ -49,7 +49,7 @@ func (ManifestPipe) Publish(ctx *context.Context) error {\nmanifester := newManifester(manifest)\n- log.WithField(\"manifest\", manifest).WithField(\"images\", images).Info(\"creating docker manifest\")\n+ log.WithField(\"manifest\", name).WithField(\"im... | Go | MIT License | goreleaser/goreleaser | fix(docker_manifest): improve logs
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> | 1 | fix | docker_manifest |
902,122 | 27.06.2021 00:30:53 | -7,200 | f65b37118522f5c19715d01e4aecd790344df2f9 | build: lint packge.json | [
{
"change_type": "MODIFY",
"diff": "},\n\"license\": \"MIT\",\n\"ava\": {\n- \"verbose\": true,\n- \"timeout\": \"2m\"\n+ \"timeout\": \"2m\",\n+ \"verbose\": true\n}\n}\n",
"new_path": "packages/devices/package.json",
"old_path": "packages/devices/package.json"
},
{
"change_type": "MODIFY",... | JavaScript | MIT License | microlinkhq/browserless | build: lint packge.json | 1 | build | null |
902,122 | 27.06.2021 01:28:20 | -7,200 | cb347acda30c9d484a94e40a65a15af6199cc9a8 | fix: serialize error between processes | [
{
"change_type": "MODIFY",
"diff": "\"execa\": \"~5.1.1\",\n\"lighthouse\": \"~8.0.0\",\n\"p-event\": \"~4.2.0\",\n- \"p-reflect\": \"~2.1.0\",\n\"p-retry\": \"~4.6.0\",\n- \"p-timeout\": \"~4.1.0\"\n+ \"p-timeout\": \"~4.1.0\",\n+ \"serialize-error\": \"~8.1.0\"\n},\n\"devDependencies\": {\n\"ava\": \"late... | JavaScript | MIT License | microlinkhq/browserless | fix: serialize error between processes | 1 | fix | null |
902,122 | 27.06.2021 01:31:17 | -7,200 | c4c8b7adc2484119d682dc6194fcaa46347dcda4 | chore(release): v9.0.2 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [9.0.2](https://github.com/microlinkhq/browserless/compare/v9.0.1...v9.0.2) (2021-06-26)\n+\n+\n+### Bug Fixes\n+\... | JavaScript | MIT License | microlinkhq/browserless | chore(release): v9.0.2 | 1 | chore | release |
815,609 | 27.06.2021 12:10:57 | -28,800 | 64044b1d80616e48c1fc8771b54f726de4037615 | fix: the RPC get_blockchain_info returns incorrect epoch length for genesis block | [
{
"change_type": "MODIFY",
"diff": "@@ -69,7 +69,14 @@ impl StatsRpc for StatsRpcImpl {\n);\n(tip_header, median_time)\n};\n- let epoch = tip_header.epoch();\n+ let epoch = if tip_header.is_genesis() {\n+ self.shared\n+ .consensus()\n+ .genesis_epoch_ext()\n+ .number_with_fraction(0)\n+ } else {\n+ tip_head... | Rust | MIT License | nervosnetwork/ckb | fix: the RPC get_blockchain_info returns incorrect epoch length for genesis block | 1 | fix | null |
67,494 | 27.06.2021 14:28:32 | -7,200 | be5e4d7a85355760e6eafbc33e661aaab7bba4f9 | fix(router): new param to forCustomElement (temp fix) | [
{
"change_type": "MODIFY",
"diff": "@@ -171,6 +171,7 @@ export class ViewportContent extends EndpointContent {\nreturn Controller.forCustomElement(\nnull,\nconnectedCE.container,\n+ connectedCE.container.createChild(),\nthis.instruction.component.instance as ICustomElementViewModel,\nconnectedCE.element,\nn... | TypeScript | MIT License | aurelia/aurelia | fix(router): new param to forCustomElement (temp fix) | 1 | fix | router |
531,793 | 27.06.2021 15:25:26 | -3,600 | a6bc8813cadb901db43d0115eabf7c64c92e5a38 | fix(ui): fix history being fetched twice | [
{
"change_type": "MODIFY",
"diff": "@@ -2,6 +2,7 @@ package models\nimport (\n\"fmt\"\n+ \"net/url\"\n\"sort\"\n\"github.com/fvbommel/sortorder\"\n@@ -94,6 +95,7 @@ type APIAlertGroupSharedMaps struct {\nAnnotations Annotations `json:\"annotations\"`\nLabels map[string]string `json:\"labels\"`\nSilences map... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): fix history being fetched twice | 1 | fix | ui |
756,013 | 27.06.2021 17:20:41 | 21,600 | 9dc151a26c13c84351dba237d2e550f0cabb3d49 | fix(vbank): be sure to persist nonce state in the KVStore | [
{
"change_type": "MODIFY",
"diff": "@@ -11,4 +11,7 @@ message GenesisState {\n// parms defines all the parameters of the module.\nParams params = 1 [(gogoproto.nullable) = false];\n+\n+ // state is the current operation state.\n+ State state = 2 [(gogoproto.nullable) = false];\n}\n",
"new_path": "golang... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(vbank): be sure to persist nonce state in the KVStore | 1 | fix | vbank |
217,922 | 27.06.2021 20:35:56 | -7,200 | 0b6a20acb17d1d174db3b69bfd074a431f7f7985 | fix(log-tracker): fixed an issue with log page sometimes becoming empty | [
{
"change_type": "MODIFY",
"diff": "</span>\n</ng-template>\n<nz-spin [nzSpinning]=\"userCompletion === {}\">\n- <div *ngIf=\"dohSelectedPage === page.id\" fxLayout=\"column\">\n+ <ng-template #nope>\n+ <h1>NOPE</h1>\n+ <pre>{{page.id | json}} !== {{dohSelectedPage | json}}</pre>\n+ </ng-template>\n+ <div *... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(log-tracker): fixed an issue with log page sometimes becoming empty | 1 | fix | log-tracker |
386,595 | 27.06.2021 22:39:02 | -7,200 | 3f3840d70a1d8276a4b31f99d79f7502429b9be7 | fix(shell): Add dev build option to serve renderer from localhost. | [
{
"change_type": "MODIFY",
"diff": "],\n\"scripts\": {\n\"build\": \"lerna run build\",\n+ \"build:dev\": \"NODE_ENV=development lerna run build\",\n\"clean\": \"lerna run clean\",\n\"lerna:version\": \"lerna version --no-git-tag-version\",\n\"lerna:publish\": \"lerna publish from-git\",\n",
"new_path":... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(shell): Add dev build option to serve renderer from localhost. | 1 | fix | shell |
386,595 | 27.06.2021 22:39:42 | -7,200 | 61f6215ee31a99ac5bbaf81c4ff7120ba5f51eda | fix(operators): Do not copy window.location in _location. | [
{
"change_type": "MODIFY",
"diff": "@@ -27,6 +27,7 @@ const validProperties = [\n'search',\n'hash',\n];\n+\nfunction _location({ arrayIndices, context, contexts, env, location, params }) {\nif (!window || !window.location) {\nthrow new Error(\n@@ -42,13 +43,24 @@ function _location({ arrayIndices, context, ... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(operators): Do not copy window.location in _location. | 1 | fix | operators |
306,660 | 27.06.2021 22:58:15 | -19,080 | 1e733b824f3acb9848229fc680e4d0d2015987a1 | docs(table): fixes table stories | [
{
"change_type": "MODIFY",
"diff": "@@ -240,6 +240,7 @@ import './style.css';\nsearchPlaceholder,\nsearchTerm,\nupdateSearchTerm,\n+ onFilterChange,\nallowSelectAll,\n} = props;\n@@ -297,26 +298,20 @@ import './style.css';\n</div>\n</div>\n<div className=\"mb-5\">\n+ {Object.keys(filterList).map(filter => {... | TypeScript | MIT License | innovaccer/design-system | docs(table): fixes table stories | 1 | docs | table |
603,467 | 28.06.2021 01:12:55 | -3,600 | 5e121f34a111c7d00728c77e1171719284bf06fb | docs(examples): corrected a typo
re | [
{
"change_type": "MODIFY",
"diff": "-Feature: Reports errors scenarios\n+Feature: Reports errors in scenarios\nIn order to see how Serenity/JS reports a failing Cucumber scenario\nAs a curious developer\n",
"new_path": "examples/cucumber-reporting/features/reporting_results/reports_errors_in_scenarios.f... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | docs(examples): corrected a typo
re #887 | 1 | docs | examples |
494,351 | 28.06.2021 06:08:18 | 14,400 | a0038853f30cd7d139d42d1d4601c8cf49d03934 | fix: use local schema URL for sorting UI nodes | [
{
"change_type": "MODIFY",
"diff": "\"requires\": true,\n\"packages\": {\n\"\": {\n+ \"name\": \"docusaurus-template\",\n\"version\": \"0.0.0\",\n\"dependencies\": {\n\"@docusaurus/core\": \"2.0.0-beta.2\",\n",
"new_path": "docs/package-lock.json",
"old_path": "docs/package-lock.json"
},
{
"... | Go | Apache License 2.0 | ory/kratos | fix: use local schema URL for sorting UI nodes (#1449)
Co-authored-by: aeneasr <3372410+aeneasr@users.noreply.github.com> | 1 | fix | null |
865,926 | 28.06.2021 09:40:15 | -7,200 | 115143ff1110339eab8c5d9f172286f962821567 | feat(ui): re-style OverlayDropdown | [
{
"change_type": "MODIFY",
"diff": "@@ -49,9 +49,7 @@ export function OverlayDropdown(props) {\n</button>\n{ open && (\n<Overlay className={ css.OverlayDropdown } onClose={ close } anchor={ buttonRef.current }>\n- <Overlay.Body>\n<Options items={ items } onSelect={ onSelect } />\n- </Overlay.Body>\n</Overla... | JavaScript | MIT License | camunda/camunda-modeler | feat(ui): re-style OverlayDropdown | 1 | feat | ui |
777,389 | 28.06.2021 10:28:18 | 25,200 | 4b3278c007a359453d2fcaec123992743d79fa5c | chore: improve error handling for react preview proxy | [
{
"change_type": "MODIFY",
"diff": "@@ -32,7 +32,12 @@ const proxyTo = (targetServer) => {\nif ('OPTIONS' === req.method) {\nres.send(200);\n} else {\n- req.pipe(request({ qs:req.query, uri: url })).pipe(res);\n+ req.pipe(\n+ request({ qs: req.query, uri: url }).on('error', err => {\n+ console.error(err);\n... | Python | Apache License 2.0 | determined-ai/determined | chore: improve error handling for react preview proxy [gh-2622] (#2621) | 1 | chore | null |
329,185 | 28.06.2021 10:42:30 | 25,200 | 9a5c5191360cab4cfaf4fce354326d687a6dcba5 | ci: skip nx caching when dependabot runs | [
{
"change_type": "MODIFY",
"diff": "@@ -13,7 +13,7 @@ on:\nenv:\nNX_BRANCH: ${{ github.event.pull_request.head.ref }}\nNX_RUN_GROUP: ${{ github.run_id }}\n- NX_CLOUD_DISTRIBUTED_EXECUTION: true\n+ NX_CLOUD_DISTRIBUTED_EXECUTION: ${{ !(contains(github.event.pull_request.user.login, 'dependabot') }}\nNX_VERBO... | TypeScript | MIT License | jmcdo29/ogma | ci: skip nx caching when dependabot runs | 1 | ci | null |
342,890 | 28.06.2021 10:48:39 | -7,200 | 07d6fa7b73fbe91e873452e614f903fce9443771 | fix: make Portal example clearer | [
{
"change_type": "MODIFY",
"diff": "@@ -4,13 +4,17 @@ redirect_from:\n- /utilities/portal/\n---\n+import StyledDiv from \"./StyledDiv\";\n+\n<ReactExample exampleId=\"Portal-default\" />\nContent appears here:\n<!-- eslint-disable orbit-components/unique-id -->\n-<div id=\"docs-example\" />\n+<StyledDiv id=... | JavaScript | MIT License | kiwicom/orbit | fix: make Portal example clearer | 1 | fix | null |
791,255 | 28.06.2021 10:50:55 | 25,200 | 12f3042716d51fb0d7a23071d00a20f9751bac91 | fix(bigquery): update streaming insert error test
More backend changes appear to be inducing two forms of error message,
depending on which component intercepts the error first. This test
captures both outcomes (we always get an error). | [
{
"change_type": "MODIFY",
"diff": "@@ -1378,9 +1378,11 @@ func TestIntegration_InsertErrors(t *testing.T) {\nif !ok {\nt.Errorf(\"Wanted googleapi.Error, got: %v\", err)\n}\n+ if e.Code != http.StatusRequestEntityTooLarge {\nwant := \"Request payload size exceeds the limit\"\nif !strings.Contains(e.Message... | Go | Apache License 2.0 | googleapis/google-cloud-go | fix(bigquery): update streaming insert error test (#4321)
More backend changes appear to be inducing two forms of error message,
depending on which component intercepts the error first. This test
captures both outcomes (we always get an error).
Co-authored-by: Tyler Bui-Palsulich <26876514+tbpg@users.noreply.git... | 1 | fix | bigquery |
329,185 | 28.06.2021 10:52:12 | 25,200 | 8c241f886e54b74d4ec21e76f01a9ff468ea23fb | ci: fixes if syntax | [
{
"change_type": "MODIFY",
"diff": "@@ -13,7 +13,7 @@ on:\nenv:\nNX_BRANCH: ${{ github.event.pull_request.head.ref }}\nNX_RUN_GROUP: ${{ github.run_id }}\n- NX_CLOUD_DISTRIBUTED_EXECUTION: ${{ !(contains(github.event.pull_request.user.login, 'dependabot') }}\n+ NX_CLOUD_DISTRIBUTED_EXECUTION: ${{ !contains(... | TypeScript | MIT License | jmcdo29/ogma | ci: fixes if syntax | 1 | ci | null |
126,295 | 28.06.2021 11:00:10 | -7,200 | 4ac4207156256b847edadb1d9587560f768f955d | fix(pkg/server): lock userdata map read | [
{
"change_type": "MODIFY",
"diff": "@@ -559,6 +559,8 @@ func (s *ImmuServer) addUserToLoginList(u *auth.User) {\n}\nfunc (s *ImmuServer) getLoggedInUserdataFromCtx(ctx context.Context) (int64, *auth.User, error) {\n+ s.userdata.Lock()\n+ defer s.userdata.Unlock()\njsUser, err := auth.GetLoggedInUser(ctx)\ni... | Go | Apache License 2.0 | codenotary/immudb | fix(pkg/server): lock userdata map read
Signed-off-by: Michele Meloni <cleaversdev@gmail.com> | 1 | fix | pkg/server |
342,890 | 28.06.2021 11:02:50 | -7,200 | 0e344a724b78cd1f1e8f3d9b4582aca284cf2519 | fix: clarifications after review | [
{
"change_type": "MODIFY",
"diff": "@@ -73,7 +73,7 @@ export default {\n<InputField\nlabel=\"This text is not displayed\"\nplaceholder=\"YYYY\"\n- minValue={2022}\n+ minValue={new Date().getFullYear()}\ntype=\"number\"\n/>\n</InputGroup>\n",
"new_path": "docs/src/__examples__/InputGroup/DEFAULT.tsx",
... | JavaScript | MIT License | kiwicom/orbit | fix: clarifications after review | 1 | fix | null |
306,646 | 28.06.2021 11:07:31 | -19,080 | 9dad32bb8751cf77f8d392d0a66e3412a7271e4f | chore: removes visual testing stage from master github action. | [
{
"change_type": "MODIFY",
"diff": "@@ -4,20 +4,6 @@ on:\nbranches:\n- master\njobs:\n- visual_test:\n- runs-on: ubuntu-latest\n- steps:\n- - uses: actions/checkout@v1\n- - name: Run chromatic test\n- uses: actions/setup-node@v1\n- with:\n- node-version: '12.16.1'\n- - run: npm install\n- - run: npm run bui... | TypeScript | MIT License | innovaccer/design-system | chore: removes visual testing stage from master github action. | 1 | chore | null |
889,620 | 28.06.2021 11:09:00 | -28,800 | 2a1939934776ec9d3cc2d98c8d4b5446454bcde3 | feat(webui): enable grouping for authentication activity table | [
{
"change_type": "MODIFY",
"diff": "sort-by=\"dateTime\"\n:sort-desc=\"true\"\nmulti-sort\n+ show-group-by\nclass=\"elevation-1\"\n:footer-props=\"{\nitemsPerPageOptions: [20, 50, 100]\n@@ -65,7 +66,7 @@ export default Vue.extend({\n{text: this.$t('authentication_activity.user_agent').toString(), value: 'us... | Kotlin | MIT License | gotson/komga | feat(webui): enable grouping for authentication activity table | 1 | feat | webui |
401,123 | 28.06.2021 11:10:03 | -19,080 | 5043b0b93601a4109c19c819fa0b0f484993c29d | docs(core): adds table features list with easy navigation
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -32,6 +32,23 @@ import { groupedData, getGroupedData } from './groupedData';\nSimple `Table` component to show set of data.\n+## Features\n+\n+- [Row Accordion](#row-accordion)\n+- [Row as Card style](#row-as-card-style)\n+- [Row Grouping](#row-grouping)\n+- [Row Selec... | TypeScript | MIT License | medly/medly-components | docs(core): adds table features list with easy navigation
affects: @medly-components/core | 1 | docs | core |
401,123 | 28.06.2021 11:11:06 | -19,080 | 41463025a7752f82bf6157b7ed52f50f044aaff5 | style(core): updates table story height to use 100% content space
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -52,7 +52,7 @@ export const RowHoverActions: RowHoverActionsType = () => (\nexport const DummyWrapper = styled('div')`\npadding-top: 3.2rem;\n- height: 90vh;\n+ height: 100%;\ndisplay: flex;\nflex-direction: column;\n`;\n",
"new_path": "packages/core/src/components... | TypeScript | MIT License | medly/medly-components | style(core): updates table story height to use 100% content space
affects: @medly-components/core | 1 | style | core |
401,123 | 28.06.2021 11:12:54 | -19,080 | d3d088442d0a724f1e83b8953ff87864a93a0536 | docs(core): adds story preview for row as card style
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -105,6 +105,33 @@ export const ExpandedRowComponent: TableProps['expandedRowComponent'] = ({ rowDa\nRows can be shown with card style when you set `showRowWithCardStyle` as true, and the size of the table will automatically be set as 'L'.\n+<Preview withToolbar>\n+ <St... | TypeScript | MIT License | medly/medly-components | docs(core): adds story preview for row as card style
affects: @medly-components/core | 1 | docs | core |
711,597 | 28.06.2021 11:22:07 | -7,200 | 5d85c074245982297ecc70c4f0241643ed57c2f0 | feat(core): Enable importing of custom field list data
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -58,6 +58,24 @@ If you have [CustomFields]({{< relref \"customizing-models\" >}}) defined on your\nFor a real example, see the [products.csv file used to populate the Vendure demo data](https://github.com/vendure-ecommerce/vendure/blob/master/packages/core/mock-data/da... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(core): Enable importing of custom field list data
Closes #577 | 1 | feat | core |
401,123 | 28.06.2021 11:25:43 | -19,080 | 846344850001f039bbfb4529bb10e0768a069805 | test(core): updates outdated tests of table component
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -939,9 +939,9 @@ exports[`Table component pagination should call onPageChange prop on click on an\n>\n<span\nclass=\"c6 c17\"\n- title=\"Oli Bob asfdakhf alsfkjh asdfalskj asdasdkj fasdkj asldfkj ljlaskdfj\"\n+ title=\"Albus Percival Wulfric Brian Dumbledore\"\n>\n- Ol... | TypeScript | MIT License | medly/medly-components | test(core): updates outdated tests of table component
affects: @medly-components/core | 1 | test | core |
329,185 | 28.06.2021 11:27:58 | 25,200 | 985622577540a73d9b08b016ea00481c221a0d62 | ci: run target for all instead of affected
Until I determine a better method for running only affected and not messing up my CI builds,
I'm changing to running all targets again | [
{
"change_type": "MODIFY",
"diff": "],\n\"scripts\": {\n\"preversion\": \"pnpm format && pnpm lint && pnpm build\",\n- \"build\": \"nx affected:build\",\n+ \"build\": \"nx run-many --target=build --all\",\n\"benchmark\": \"nx affected:bench\",\n\"commit\": \"git-cz\",\n\"coverage\": \"nx run coverage:collec... | TypeScript | MIT License | jmcdo29/ogma | ci: run target for all instead of affected
Until I determine a better method for running only affected and not messing up my CI builds,
I'm changing to running all targets again | 1 | ci | null |
276,934 | 28.06.2021 11:31:12 | 10,800 | c2b3a112956d15a195a835752568d50ed2271523 | feat(event card): invert day of week and month | [
{
"change_type": "MODIFY",
"diff": "@@ -90,14 +90,12 @@ const SmallCard = ({ date, active, event, onPress }) => (\nbgColor={getIndicatorColor(active, Boolean(event))}\n/>\n) : (\n- <Text.Tiny variant={active ? 'white' : 'deep'}>\n- {date.dayOfWeek}\n- </Text.Tiny>\n+ <Text.Tiny variant={active ? 'white' : '... | JavaScript | MIT License | gympass/yoga | feat(event card): invert day of week and month | 1 | feat | event card |
438,921 | 28.06.2021 11:39:13 | -32,400 | 4ffb654698b271f2cf64eb088985eb9af4c50a6b | fix(data): Handle spaced data name for label bg color
Suffix data id value to handle spaced data ids.
fix | [
{
"change_type": "MODIFY",
"diff": "@@ -177,7 +177,7 @@ export default {\n}\nids.forEach(v => {\n- const id = `${state.datetimeId}-labels-bg-${v}`;\n+ const id = `${state.datetimeId}-labels-bg${$$.getTargetSelectorSuffix(v)}`;\n$el.defs.append(\"filter\")\n.attr(\"x\", \"0\")\n",
"new_path": "src/ChartI... | TypeScript | MIT License | naver/billboard.js | fix(data): Handle spaced data name for label bg color
Suffix data id value to handle spaced data ids.
fix #2160 | 1 | fix | data |
889,620 | 28.06.2021 11:42:22 | -28,800 | 30303a6df3f1d37db0cbf38de734542a1eaa2876 | feat(api): admin can change password for any user
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -32,16 +32,12 @@ class KomgaUserLifecycle(\nKomgaPrincipal(it)\n} ?: throw UsernameNotFoundException(username)\n- fun updatePassword(user: UserDetails, newPassword: String, expireSessions: Boolean): UserDetails {\n- userRepository.findByEmailIgnoreCaseOrNull(user.usern... | Kotlin | MIT License | gotson/komga | feat(api): admin can change password for any user
closes #503 | 1 | feat | api |
889,620 | 28.06.2021 11:43:07 | -28,800 | 668331eb00f64f430b0bdf627184b05bcff8ad78 | feat(webui): password change from user settings screen
closes | [
{
"change_type": "MODIFY",
"diff": "</v-tooltip>\n</v-list-item-action>\n+ <v-list-item-action>\n+ <v-tooltip bottom>\n+ <template v-slot:activator=\"{ on }\">\n+ <v-btn icon @click=\"changeUserPassword(u)\" v-on=\"on\">\n+ <v-icon>mdi-lock-reset</v-icon>\n+ </v-btn>\n+ </template>\n+ <span>{{ $t('settings_... | Kotlin | MIT License | gotson/komga | feat(webui): password change from user settings screen
closes #503 | 1 | feat | webui |
711,597 | 28.06.2021 11:54:22 | -7,200 | 244da7186632fad7a029d2f4cd562b4a3e93a167 | test(core): Add logging to collection e2e to better diagnose failure | [
{
"change_type": "MODIFY",
"diff": "import { ROOT_COLLECTION_NAME } from '@vendure/common/lib/shared-constants';\nimport {\nDefaultJobQueuePlugin,\n+ DefaultLogger,\nfacetValueCollectionFilter,\nJobQueueService,\nvariantNameCollectionFilter,\n@@ -57,6 +58,7 @@ import { sortById } from './utils/test-order-ut... | TypeScript | MIT License | vendure-ecommerce/vendure | test(core): Add logging to collection e2e to better diagnose failure | 1 | test | core |
185,944 | 28.06.2021 11:56:38 | 18,000 | 40ae288a9311d9cfabc3df1ca191f60d926c43f8 | refactor: remove unused output.editorDidMount
This was copied into outputs from the sibling editors classes; but since
it's never used in outputs, it's dead code there and we can remove it. | [
{
"change_type": "MODIFY",
"diff": "@@ -16,7 +16,6 @@ interface CommandsProps {\nreadonly appState: AppState;\nreadonly monaco: typeof MonacoType;\nmonacoOptions: MonacoType.editor.IEditorOptions;\n- editorDidMount?: (editor: MonacoType.editor.IStandaloneCodeEditor) => void;\n// Used to keep testing conform... | TypeScript | MIT License | electron/fiddle | refactor: remove unused output.editorDidMount (#745)
This was copied into outputs from the sibling editors classes; but since
it's never used in outputs, it's dead code there and we can remove it. | 1 | refactor | null |
711,597 | 28.06.2021 12:05:02 | -7,200 | d769f33012aba0f73884e24eadfd0aeaeb55a15a | chore(core): Increase retry for collection filters job | [
{
"change_type": "MODIFY",
"diff": "@@ -21,6 +21,7 @@ import { Translated } from '../../common/types/locale-types';\nimport { assertFound, idsAreEqual } from '../../common/utils';\nimport { ConfigService } from '../../config/config.service';\nimport { Logger } from '../../config/logger/vendure-logger';\n+im... | TypeScript | MIT License | vendure-ecommerce/vendure | chore(core): Increase retry for collection filters job | 1 | chore | core |
217,922 | 28.06.2021 12:16:47 | -7,200 | 62439281fb02a987bd8a94a769fc82c1dabe66a1 | fix(log-tracker): fixed an issue with page fill button not working as expected | [
{
"change_type": "MODIFY",
"diff": "@@ -136,14 +136,14 @@ export class LogTrackerComponent extends TrackerComponent {\nconst isPageDone = [this.isDoHPageDone, this.isDoLPageDone][selectedTabIndex];\nif (pages) {\nconst currentPage = pages[selectedPageIndex];\n- if (isPageDone(currentPage) && hideCompleted) ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(log-tracker): fixed an issue with page fill button not working as expected | 1 | fix | log-tracker |
915,255 | 28.06.2021 12:18:44 | -7,200 | 79459cab8d322b131edc2f34d1d298f42c9bbee5 | chore: bump jwt-go | [
{
"change_type": "MODIFY",
"diff": "@@ -2,14 +2,14 @@ module github.com/ory/oathkeeper\nreplace gopkg.in/DataDog/dd-trace-go.v1 => gopkg.in/DataDog/dd-trace-go.v1 v1.27.1\n-replace github.com/dgrijalva/jwt-go => github.com/form3tech-oss/jwt-go v3.2.1+incompatible\n+replace github.com/dgrijalva/jwt-go => git... | Go | Apache License 2.0 | ory/oathkeeper | chore: bump jwt-go (#766) | 1 | chore | null |
711,597 | 28.06.2021 12:21:17 | -7,200 | 680b8c27d1d076b5f231e1b7401ca2cec6b4aa15 | feat(core): Emit CustomerEvent on creation via Shop API
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -546,6 +546,7 @@ export class CustomerService {\n} else {\ncustomer = new Customer(input);\nthis.channelService.assignToCurrentChannel(customer, ctx);\n+ this.eventBus.publish(new CustomerEvent(ctx, customer, 'created'));\n}\nreturn this.connection.getRepository(ctx, C... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(core): Emit CustomerEvent on creation via Shop API
Closes #949 | 1 | feat | core |
688,464 | 28.06.2021 12:22:15 | 10,800 | e30ca10c7c7692dd6300a1b992571599690eba88 | feat(Section): add block variant | [
{
"change_type": "MODIFY",
"diff": "import React from 'react'\nimport { mount } from '@cypress/react'\n-import { Table, Button } from '@toptal/picasso'\n+import { Table, Button, Container } from '@toptal/picasso'\nimport { Section, SectionProps } from '@toptal/picasso-lab'\nimport { TestingPicasso } from '@... | TypeScript | MIT License | toptal/picasso | feat(Section): add block variant (#2106) | 1 | feat | Section |
217,922 | 28.06.2021 12:24:00 | -7,200 | 07d9b8081ad4a79b7232b03ec05576cd0af9d481 | chore: better CD management for log tracker | [
{
"change_type": "MODIFY",
"diff": "</span>\n</ng-template>\n<nz-spin [nzSpinning]=\"userCompletion === {}\">\n- <ng-template #nope>\n- <h1>NOPE</h1>\n- <pre>{{page.id | json}} !== {{dohSelectedPage | json}}</pre>\n- </ng-template>\n- <div *ngIf=\"dohSelectedPage === page.id; else nope\" fxLayout=\"column\"... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: better CD management for log tracker | 1 | chore | null |
217,922 | 28.06.2021 12:29:49 | -7,200 | 63a054775aa975af50e69581597e5630d752842e | perf(gathering-location): auto switch to compact mode if there's too many results | [
{
"change_type": "MODIFY",
"diff": "</nz-input-group>\n</div>\n<div fxLayout=\"row\" fxLayoutAlign=\"center center\" fxLayoutGap=\"5px\">\n- <nz-switch [(ngModel)]=\"compactDisplay\" (ngModelChange)=\"saveCompactDisplay($event)\"></nz-switch>\n+ <nz-switch [ngModel]=\"compactDisplay$ | async\" (ngModelChang... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | perf(gathering-location): auto switch to compact mode if there's too many results | 1 | perf | gathering-location |
67,479 | 28.06.2021 12:41:55 | -36,000 | 54edac9b1924ea7a6e9f201a84ea5e812a6800ae | feat(di): instance-provider now accepts predefined instance in 2nd param | [
{
"change_type": "MODIFY",
"diff": "@@ -622,8 +622,7 @@ ignore.$isResolver = true;\nignore.resolve = () => undefined;\nexport const newInstanceForScope = createResolver((key: any, handler: IContainer, requestor: IContainer) => {\nconst instance = createNewInstance(key, handler, requestor);\n- const instance... | TypeScript | MIT License | aurelia/aurelia | feat(di): instance-provider now accepts predefined instance in 2nd param | 1 | feat | di |
217,922 | 28.06.2021 12:45:42 | -7,200 | d8febbe4a028d45633875dadbd2421abf6924c7c | fix(gearsets): fixed materias not being saved properly when switching pieces | [
{
"change_type": "MODIFY",
"diff": "[materias]=\"row.equipmentPiece.materias\"\n[stats]=\"stats\"\n(pieceChange)=\"$event?setGearsetPiece(gearset, category.property, row.equipmentPiece):setGearsetPiece(gearset, category.property, null)\"\n- (editMaterias)=\"editMaterias(gearset, category.property, row.equip... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(gearsets): fixed materias not being saved properly when switching pieces | 1 | fix | gearsets |
185,952 | 28.06.2021 13:24:02 | 25,200 | 7318df8554329741891d6027a30729d9350f263c | chore: v0.25.0 | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"electron-fiddle\",\n\"productName\": \"Electron Fiddle\",\n- \"version\": \"0.24.0\",\n+ \"version\": \"0.25.0\",\n\"description\": \"The easiest way to get started with Electron\",\n\"repository\": \"https://github.com/electron/fiddle\",\n\"main\": \"./dis... | TypeScript | MIT License | electron/fiddle | chore: v0.25.0 (#732) | 1 | chore | null |
67,475 | 28.06.2021 13:45:50 | 0 | 6f20b3f98483d4e02ccde55dfbb7017653a154fe | GitBook: [master] 111 pages modified | [
{
"change_type": "MODIFY",
"diff": "## Tutorials\n* [Building a realtime cryptocurrency price tracker](tutorials/building-a-realtime-cryptocurrency-price-tracker.md)\n+* [Building a widget-based dashboard](tutorials/create-a-dashboard-using-dynamic-composition.md)\n+* [Building a drag & drop Kanban board](t... | TypeScript | MIT License | aurelia/aurelia | GitBook: [master] 111 pages modified | 1 | gitbook | null |
889,620 | 28.06.2021 14:08:51 | -28,800 | 622f7258963cfb6cc809f7da56e8a2f15b92ab62 | refactor: incorrect exception thrown | [
{
"change_type": "MODIFY",
"diff": "@@ -72,7 +72,7 @@ class UserController(\nif (demo) throw ResponseStatusException(HttpStatus.FORBIDDEN)\nuserRepository.findByEmailIgnoreCaseOrNull(principal.username)?.let { user ->\nuserLifecycle.updatePassword(user, newPasswordDto.password, false)\n- } ?: throw Username... | Kotlin | MIT License | gotson/komga | refactor: incorrect exception thrown | 1 | refactor | null |
889,620 | 28.06.2021 14:09:33 | -28,800 | b11895977544c94aa89c74b6a6a94d6c556c344e | feat(api): get latest activity by user | [
{
"change_type": "MODIFY",
"diff": "@@ -9,6 +9,7 @@ import java.time.LocalDateTime\ninterface AuthenticationActivityRepository {\nfun findAll(pageable: Pageable): Page<AuthenticationActivity>\nfun findAllByUser(user: KomgaUser, pageable: Pageable): Page<AuthenticationActivity>\n+ fun findMostRecentByUser(us... | Kotlin | MIT License | gotson/komga | feat(api): get latest activity by user | 1 | feat | api |
889,620 | 28.06.2021 14:11:05 | -28,800 | 58478c21ff59a4239dfcd24ced427be911c3e25d | feat(webui): display latest user connection in settings | [
{
"change_type": "MODIFY",
"diff": "<div style=\"position: relative\">\n<v-list\nelevation=\"3\"\n+ two-line\n>\n<div v-for=\"(u, index) in users\" :key=\"index\">\n<v-list-item\n<v-list-item-title>\n{{ u.email }}\n</v-list-item-title>\n+ <v-list-item-subtitle v-if=\"usersLastActivity[u.id] !== undefined\">... | Kotlin | MIT License | gotson/komga | feat(webui): display latest user connection in settings | 1 | feat | webui |
185,944 | 28.06.2021 14:34:00 | 18,000 | e16b6f551ba73cb1dd7cec1cc3d8080f0ef9920e | chore: remove dead code
* chore: remove dead function invertPosition()
* chore: remove dead function sortButtons()
* chore: remove dead fu nction getDocsUrlForModule()
* chore: remove dead type AppState.Editor
* chore: move src/utils/waitFor to tests/utils/
It's not used in production anymore, so move it out of src/
* ... | [
{
"change_type": "MODIFY",
"diff": "import * as fs from 'fs-extra';\n-import * as MonacoType from 'monaco-editor';\nimport semver from 'semver';\nimport { action, autorun, computed, observable, when } from 'mobx';\n@@ -43,8 +42,6 @@ import {\nsaveLocalVersions,\n} from './versions';\n-export type Editor = M... | TypeScript | MIT License | electron/fiddle | chore: remove dead code (#746)
* chore: remove dead function invertPosition()
* chore: remove dead function sortButtons()
* chore: remove dead fu nction getDocsUrlForModule()
* chore: remove dead type AppState.Editor
* chore: move src/utils/waitFor to tests/utils/
It's not used in production anymore, so... | 1 | chore | null |
791,400 | 28.06.2021 14:37:40 | 14,400 | 99bc782fb50a47602b45278384ef5d5b5da9263b | feat(storage): support PublicAccessPrevention
This is a new field in the IAM configuration for buckets.
Support viewing/setting via bucket attrs, and add an integration
test for the feature.
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -244,6 +244,13 @@ type BucketAttrs struct {\n// for more information.\nUniformBucketLevelAccess UniformBucketLevelAccess\n+ // PublicAccessPrevention is the setting for the bucket's\n+ // PublicAccessPrevention policy, which can be used to prevent public access\n+ // o... | Go | Apache License 2.0 | googleapis/google-cloud-go | feat(storage): support PublicAccessPrevention (#3608)
This is a new field in the IAM configuration for buckets.
Support viewing/setting via bucket attrs, and add an integration
test for the feature.
Closes #3203 | 1 | feat | storage |
276,934 | 28.06.2021 14:44:38 | 10,800 | 94b38889e87d97ac2eb5457dfc88d42d032016cf | feat(event card): fix code review requests | [
{
"change_type": "MODIFY",
"diff": "@@ -17,6 +17,7 @@ const Event = styled(Card)`\nborder-radius: ${radii.regular}px;\npadding: ${spacing.zero};\nwidth: 280px;\n+ margin-right: ${spacing.xxsmall};\n${({ small }) =>\nsmall\n? css`\n@@ -81,7 +82,12 @@ const ButtonLink = styled(Button.Link)`\nalign-self: flex-... | JavaScript | MIT License | gympass/yoga | feat(event card): fix code review requests | 1 | feat | event card |
777,374 | 28.06.2021 14:51:46 | 25,200 | 10b3a5ce2ea18a03ced2561d48749193c8b5f583 | fix: prevent impossible slot requests for notebooks
Return API error for "impossible" slot requests.
Limit max number of slots in the UI. | [
{
"change_type": "MODIFY",
"diff": "@@ -5,6 +5,8 @@ import (\n\"net/http\"\n\"github.com/pkg/errors\"\n+ \"google.golang.org/grpc/codes\"\n+ \"google.golang.org/grpc/status\"\n\"github.com/labstack/echo/v4\"\n)\n@@ -62,3 +64,21 @@ func AsErrNotFound(msg string, args ...interface{}) error {\nargs...,\n)\n}\n... | Python | Apache License 2.0 | determined-ai/determined | fix: prevent impossible slot requests for notebooks [DET-5690] (#2625)
- Return API error for "impossible" slot requests.
- Limit max number of slots in the UI. | 1 | fix | null |
276,934 | 28.06.2021 15:03:23 | 10,800 | a0469b72491b5c97acddd889200ec42748898928 | feat(event card): remove unused prop | [
{
"change_type": "MODIFY",
"diff": "@@ -88,7 +88,7 @@ const SmallCard = ({\nevent,\nonPress,\n}) => (\n- <DateInfo active={active} small pv=\"medium\" bg={active ? 'primary' : 'white'}>\n+ <DateInfo small pv=\"medium\" bg={active ? 'primary' : 'white'}>\n<Top>\n{onPress ? (\n<Indicator\n",
"new_path": "... | JavaScript | MIT License | gympass/yoga | feat(event card): remove unused prop | 1 | feat | event card |
777,399 | 28.06.2021 15:13:52 | 25,200 | 40df0106638ea243c7ea70a3c27e1cfc67072173 | docs: add release notes for 0.16.1 | [
{
"change_type": "MODIFY",
"diff": "Version 0.16\n**************\n+Version 0.16.1\n+==============\n+\n+**Release Date:** June 28, 2021\n+\n+**New Features**\n+\n+- Add support for CPU-based training. This makes it possible to run\n+ Determined on clusters without GPUs, including on-prem, AWS, GCP, and\n+ K... | Python | Apache License 2.0 | determined-ai/determined | docs: add release notes for 0.16.1 (#2632)
(cherry picked from commit a160523b480af3e0b50e6e688dbdc96ddb7ac701) | 1 | docs | null |
889,620 | 28.06.2021 15:16:44 | -28,800 | 91ac548b7d7b94d37e39afa67c5e5e903f0c1e8d | build: upgrade to kotlin 1.5.20 and spring boot 2.5.2 | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,7 @@ import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask\nplugins {\nrun {\n- val kotlinVersion = \"1.4.31\"\n+ val kotlinVersion = \"1.5.20\"\nkotlin(\"jvm\") version kotlinVersion\nkotlin(\"plugin.spring\") version kotlinVersion\nkotlin(\... | Kotlin | MIT License | gotson/komga | build: upgrade to kotlin 1.5.20 and spring boot 2.5.2 | 1 | build | null |
342,861 | 28.06.2021 15:23:04 | -7,200 | 5c87c3a4dbd6f84c0fac7bd16796fa8d083b03fe | chore(ChoiceGroup): fix broken readme | [
{
"change_type": "MODIFY",
"diff": "@@ -22,9 +22,9 @@ After adding import into your project you can use it simply like:\nTable below contains all types of the props available in the ChoiceGroup component.\n| Name | Type | Default | Description |\n-| :---------------- | :-------------------------------------... | JavaScript | MIT License | kiwicom/orbit | chore(ChoiceGroup): fix broken readme (#2997) | 1 | chore | ChoiceGroup |
667,635 | 28.06.2021 16:11:51 | -28,800 | dd4b1fdc4e0589541217f4a21e933fc789dfeae6 | feat(ios): defaultimage & backgroundimage now support local file path | [
{
"change_type": "MODIFY",
"diff": "@@ -50,13 +50,7 @@ NSInteger HippyLocalFileNOFilExist = 100;\n+ (NSString *)defaultHippyLocalFileScheme {\n// hpfile://\n- static dispatch_once_t onceToken;\n- static NSString *defaultScheme = nil;\n- static NSString *pFile = @\"pfile\";\n- dispatch_once(&onceToken, ^{\n-... | C++ | Apache License 2.0 | tencent/hippy | feat(ios): defaultimage & backgroundimage now support local file path (#811) | 1 | feat | ios |
438,921 | 28.06.2021 16:14:17 | -32,400 | 63e8d283c72de16a20fd50865693fdb139c384ca | chore(deploy): set user info for deploy
Ref. | [
{
"change_type": "MODIFY",
"diff": "@@ -77,13 +77,13 @@ jobs:\n- name: Publish\nenv:\n- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n+ GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}\nNPM_TOKEN: ${{ secrets.NPM_TOKEN }}\nid: publish\nrun: npm run release\n- name: Deploy\nshell: bash\n- run: bash ./config/deploy.sh ${{ ... | TypeScript | MIT License | naver/billboard.js | chore(deploy): set user info for deploy
https://github.com/tschaub/gh-pages/issues/359
Ref. https://github.com/naver/billboard.js/runs/2910222110?check_suite_focus=true#step:6:86 | 1 | chore | deploy |
667,635 | 28.06.2021 16:20:26 | -28,800 | 702224799695c4270562519058aa0333d9301f2c | fix(ios): animation must be removed from view even it is not finished | [
{
"change_type": "MODIFY",
"diff": "@@ -330,9 +330,7 @@ HIPPY_EXPORT_METHOD(destroyAnimation:(NSNumber * __nonnull)animationId) {\n[self.bridge.uiManager executeBlockOnUIManagerQueue:^{\n[self.bridge.uiManager updateViewsFromParams:params completion:^(HippyUIManager *uiManager) {\nUIView *view = [uiManager ... | C++ | Apache License 2.0 | tencent/hippy | fix(ios): animation must be removed from view even it is not finished | 1 | fix | ios |
711,597 | 28.06.2021 16:30:21 | -7,200 | 02c2d4e1d9500163ff66f849303af8b109efc4c5 | feat(admin-ui): Support custom field controls in OrderTable
Relates to | [
{
"change_type": "MODIFY",
"diff": "</ng-container>\n</td>\n</tr>\n- <ng-container *ngIf=\"getLineCustomFields(line) as customFields\">\n+ <ng-container *ngIf=\"customFieldsForLine[line.id] as customFields\">\n<tr *ngIf=\"customFields.length\">\n<td colspan=\"6\" class=\"custom-fields-row\">\n<div class=\"o... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(admin-ui): Support custom field controls in OrderTable
Relates to #887 | 1 | feat | admin-ui |
711,597 | 28.06.2021 16:30:58 | -7,200 | a8a7eacb5552fce663b9093fdc4aa392c372558b | feat(admin-ui): Support custom field controls in FulfillmentDetail
Relates to | [
{
"change_type": "MODIFY",
"diff": "<vdr-labeled-data [label]=\"'order.contents' | translate\">\n<vdr-simple-item-list [items]=\"items\"></vdr-simple-item-list>\n</vdr-labeled-data>\n-<ng-container *ngFor=\"let customField of customFields\">\n- <vdr-labeled-data [label]=\"customField.key\">\n- <vdr-object-t... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(admin-ui): Support custom field controls in FulfillmentDetail
Relates to #887 | 1 | feat | admin-ui |
730,467 | 28.06.2021 16:41:58 | 21,600 | 9c23c4a93f72f57f95991608c0dbaf732b65de0b | fix(metrics): send clientType and subClientType
send additional information to non-media quality metrics endpoint | [
{
"change_type": "MODIFY",
"diff": "import uuid from 'uuid';\n-import {cloneDeep, isEqual} from 'lodash';\n+import {cloneDeep, isEqual, pick} from 'lodash';\nimport {StatelessWebexPlugin} from '@webex/webex-core';\nimport {\n@@ -950,7 +950,10 @@ export default class Meeting extends StatelessWebexPlugin {\n*... | JavaScript | MIT License | webex/webex-js-sdk | fix(metrics): send clientType and subClientType
- send additional information to non-media quality metrics endpoint | 1 | fix | metrics |
104,828 | 28.06.2021 16:49:47 | -7,200 | 84da0458d55c12612a816511901f5d096bb96af1 | fix(hotspoteditormodal): pr feedback | [
{
"change_type": "MODIFY",
"diff": "@@ -30,7 +30,7 @@ $border-radius: 5px;\nwidth: 100%;\n}\n- .bx--form-item {\n+ .#{$prefix}--form-item {\nmin-width: 10rem;\n}\n}\n",
"new_path": "packages/react/src/components/HotspotEditorModal/HotspotTextStyleTab/_hotspot-text-style-tab.scss",
"old_path": "packa... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(hotspoteditormodal): pr feedback | 1 | fix | hotspoteditormodal |
711,597 | 28.06.2021 16:50:10 | -7,200 | 687c56c9e79720bc372459fce19b576aa7d0a32f | chore(core): Clean up some e2e fixture imports | [
{
"change_type": "MODIFY",
"diff": "@@ -8,8 +8,6 @@ import {\nProduct,\nProductAsset,\nRequestContext,\n- TaxCategory,\n- TaxRate,\nTransaction,\nTransactionalConnection,\nVendurePlugin,\n",
"new_path": "packages/core/e2e/fixtures/test-plugins/slow-mutation-plugin.ts",
"old_path": "packages/core/e2e... | TypeScript | MIT License | vendure-ecommerce/vendure | chore(core): Clean up some e2e fixture imports | 1 | chore | core |
67,479 | 28.06.2021 16:59:29 | -36,000 | 39ed707baa27829ed65cb6d253838bcd66efa138 | refactor(controller): remove unneccessary typings | [
{
"change_type": "MODIFY",
"diff": "@@ -213,7 +213,7 @@ export class Controller<C extends IViewModel = IViewModel> implements IControlle\n);\nownCt.register(...definition.dependencies);\n- ownCt.registerResolver(IHydrationContext, new InstanceProvider<IHydrationContext>(\n+ ownCt.registerResolver(IHydration... | TypeScript | MIT License | aurelia/aurelia | refactor(controller): remove unneccessary typings | 1 | refactor | controller |
401,123 | 28.06.2021 17:09:59 | -19,080 | f602dc73790ff476cd67f39e8f639ffabe253232 | docs(core): updates documentation of row selection
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -187,7 +187,42 @@ And once the user expands any row `getGroupedData` function will be called with\n## Row Selection\n-Just pass the `onRowSelection` callback function as prop and table component will call this function with updted row id. For the unique ids you have to... | TypeScript | MIT License | medly/medly-components | docs(core): updates documentation of row selection
affects: @medly-components/core | 1 | docs | core |
126,276 | 28.06.2021 17:41:18 | 10,800 | b440c8ba7604fa5301990b008f809874f5f85e03 | feat(embedded/sql): towards leveraging readers for type inference | [
{
"change_type": "MODIFY",
"diff": "@@ -50,6 +50,22 @@ func (cr *conditionalRowReader) colsBySelector() (map[string]*ColDescriptor, err\nreturn cr.rowReader.colsBySelector()\n}\n+func (cr *conditionalRowReader) inferParameters(params map[string]SQLValueType) error {\n+ err := cr.rowReader.inferParameters(pa... | Go | Apache License 2.0 | codenotary/immudb | feat(embedded/sql): towards leveraging readers for type inference
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | feat | embedded/sql |
667,635 | 28.06.2021 19:13:47 | -28,800 | d12654158c7dbbd4b428edfc39fdc46ec4708170 | fix(ios): fix contentoffset property error | [
{
"change_type": "MODIFY",
"diff": "// snap index when the user stops scrolling with a tap on the scroll view.\nCGFloat _lastNonZeroTranslationAlongAxis;\nNSMutableDictionary *_contentOffsetCache;\n+ BOOL _didSetContentOffset;\n__weak HippyRootView *_rootView;\n}\n@@ -225,6 +226,10 @@ HIPPY_NOT_IMPLEMENTED(... | C++ | Apache License 2.0 | tencent/hippy | fix(ios): fix contentoffset property error (#834) | 1 | fix | ios |
67,479 | 28.06.2021 20:01:48 | -36,000 | 9afb70ca1c2c1a2657454daf1b0c969aa5066248 | feat(hydration): add hydration context hierarchy | [
{
"change_type": "MODIFY",
"diff": "@@ -7,6 +7,7 @@ import {\nDI,\nemptyArray,\nInstanceProvider,\n+ optional,\n} from '@aurelia/kernel';\nimport {\nAccessScopeExpression,\n@@ -61,7 +62,7 @@ export const enum MountTarget {\nlocation = 3,\n}\n-const optional = { optional: true } as const;\n+const optionalCeF... | TypeScript | MIT License | aurelia/aurelia | feat(hydration): add hydration context hierarchy | 1 | feat | hydration |
67,479 | 28.06.2021 20:08:21 | -36,000 | 5d3fa25950ae863b5d627c19a6bd1a2ad5a58262 | refactor(au-slot): lazily determine view factory at runtime | [
{
"change_type": "MODIFY",
"diff": "@@ -156,6 +156,10 @@ export class SetPropertyInstruction {\nexport class HydrateElementInstruction {\npublic get type(): InstructionType.hydrateElement { return InstructionType.hydrateElement; }\n+ public auSlot: {\n+ name: string;\n+ fallback: CustomElementDefinition;\n+... | TypeScript | MIT License | aurelia/aurelia | refactor(au-slot): lazily determine view factory at runtime | 1 | refactor | au-slot |
126,276 | 28.06.2021 20:39:50 | 10,800 | c8336f7b6c55f8adba3078b62858abe7b8d33103 | chore(embedded/sql): type specialization | [
{
"change_type": "MODIFY",
"diff": "@@ -55,6 +55,7 @@ var ErrNoMoreRows = store.ErrNoMoreEntries\nvar ErrLimitedJoins = errors.New(\"joins limited to tables\")\nvar ErrInvalidJointColumn = errors.New(\"invalid joint column\")\nvar ErrJointColumnNotFound = errors.New(\"joint column not found\")\n+var ErrInva... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/sql): type specialization
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/sql |
67,479 | 28.06.2021 21:02:03 | -36,000 | 5b6aac9782e9697c16cdd7d760c70a280137f209 | chore(au-slot): add failing tests (passed) for
thanks | [
{
"change_type": "MODIFY",
"diff": "@@ -1665,7 +1665,69 @@ describe('au-slot', function () {\n},\n);\n}\n+\n+ {\n+ yield new TestData(\n+ 'works with 2 layers of slot[default] pass through',\n+ `<mdc-tab-bar\n+ ><template au-slot\n+ ><mdc-tab click.trigger=\"fn()\">\\${callCount}`,\n+ [\n+ CustomElement.def... | TypeScript | MIT License | aurelia/aurelia | chore(au-slot): add failing tests (passed) for #1203
thanks @MaximBalaganskiy | 1 | chore | au-slot |
730,496 | 28.06.2021 21:55:15 | -3,600 | dc427c63c05c7c03eeba7f8ed6e1318df6ae94db | fix: make sure we only send integers in renderInfo | [
{
"change_type": "MODIFY",
"diff": "@@ -4134,24 +4134,30 @@ export default class Meeting extends StatelessWebexPlugin {\n}\nif (main) {\n+ const mainWidth = Math.round(main.width);\n+ const mainHeight = Math.round(main.height);\n+\n// Stop any \"twitching\" caused by very slight size changes\nif (\n!this.la... | JavaScript | MIT License | webex/webex-js-sdk | fix: make sure we only send integers in renderInfo | 1 | fix | null |
67,479 | 28.06.2021 22:25:37 | -36,000 | 58cc0b52d2eee401b7182749b13887e812c4bba1 | refactor(au-slot): remove unused exports
BREAKING CHANGE: remove SlotInfo
BREAKING CHANGE: remove AuSlotContentType
chore(tests): add more compilation tests/verification for au-slot | [
{
"change_type": "MODIFY",
"diff": "@@ -1726,6 +1726,58 @@ describe('au-slot', function () {\n},\n);\n}\n+\n+ {\n+ yield new TestData(\n+ 'works with 3 layers of slot[default] pass through + template controller',\n+ `<mdc></mdc><mdc></mdc>`,\n+ [\n+ CustomElement.define({ name: 'mdc', template:\n+ `<mdc-tab... | TypeScript | MIT License | aurelia/aurelia | refactor(au-slot): remove unused exports
BREAKING CHANGE: remove SlotInfo
BREAKING CHANGE: remove AuSlotContentType
chore(tests): add more compilation tests/verification for au-slot | 1 | refactor | au-slot |
603,467 | 28.06.2021 22:30:51 | -3,600 | 4044c3f7bb1ddd07b063b2da343c1f6f24a13270 | chore(eslint): allow higher order functions to not define explicit module boundary types | [
{
"change_type": "MODIFY",
"diff": "@@ -34,6 +34,10 @@ module.exports = {\n'max': 1,\n}],\n+ '@typescript-eslint/explicit-module-boundary-types': ['error', {\n+ 'allowHigherOrderFunctions': true\n+ }],\n+\n'indent': 'off',\n'@typescript-eslint/indent': ['error', 4, {\n'MemberExpression': 'off',\n",
"new... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | chore(eslint): allow higher order functions to not define explicit module boundary types | 1 | chore | eslint |
603,467 | 28.06.2021 22:34:04 | -3,600 | c663afccc928bfaa9b33c2fe819dd6cf4d4c8f6d | chore(lerna): ignore changes to build config files when determining the version | [
{
"change_type": "MODIFY",
"diff": "}\n},\n\"ignoreChanges\": [\n+ \"./.eslintrc.js\",\n+ \"./.esdoc.js\",\n+ \"./.esdoc-patches.js\",\n+ \"./.mocharc.yml\",\n+ \"./.npmignore\",\n+ \"./.nvmrc\",\n+ \"./gh-pages.js\",\n+ \"./Makefile\",\n\"**/*.md\",\n\"**/spec/**\",\n\"./package.json\",\n",
"new_path":... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | chore(lerna): ignore changes to build config files when determining the version | 1 | chore | lerna |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.