author int64 4.98k 943k | date stringdate 2017-04-15 16:45:02 2022-02-25 15:32:15 | timezone int64 -46,800 39.6k | hash stringlengths 40 40 | message stringlengths 8 468 | mods listlengths 1 16 | language stringclasses 9
values | license stringclasses 2
values | repo stringclasses 119
values | original_message stringlengths 12 491 | is_CCS int64 1 1 | commit_type stringclasses 129
values | commit_scope stringlengths 1 44 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
217,922 | 11.09.2021 12:06:22 | -7,200 | e3cd0638bb6ce0eafe1db3842da3ce6698c3b485 | chore: fix for language change not applying to data service without restart | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,7 @@ import { faDiscord, faGithub, faTwitter } from '@fortawesome/fontawesome-free-br\nimport { faBell, faCalculator, faGavel, faMap } from '@fortawesome/fontawesome-free-solid';\nimport fontawesome from '@fortawesome/fontawesome';\nimport { catchError, delay, ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: fix for language change not applying to data service without restart | 1 | chore | null |
217,922 | 11.09.2021 12:19:49 | -7,200 | 011afb564d59b1bb0dcf04e9cb3fd9763e574eed | fix(alarms): fixed regeneration not keeping the enabled flag on groups and alarms | [
{
"change_type": "MODIFY",
"diff": "@@ -480,6 +480,7 @@ export class AlarmsFacade {\nregenerated.userId = alarm.userId;\nregenerated.$key = alarm.$key;\nregenerated.appVersion = environment.version;\n+ regenerated.enabled = alarm.enabled;\nreturn regenerated;\n}\n}\n@@ -499,6 +500,7 @@ export class AlarmsFa... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(alarms): fixed regeneration not keeping the enabled flag on groups and alarms | 1 | fix | alarms |
217,922 | 11.09.2021 12:21:31 | -7,200 | 730d20ee6d7651a73e75d61b6939b1225dafda53 | chore(release): 8.5.4 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"8.5.4\"></a>\n+## [8.5.4](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compare/... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 8.5.4 | 1 | chore | release |
67,516 | 11.09.2021 12:35:43 | -7,200 | 567e6e855fdfd932498a4acc2fcc929332ac4a40 | test(repeat): destructured declaration | [
{
"change_type": "MODIFY",
"diff": "@@ -4,8 +4,16 @@ import {\n} from '@aurelia/kernel';\nimport {\nAurelia,\n+ bindingBehavior,\n+ BindingBehaviorInstance,\nCustomElement,\n+ IBinding,\n+ ICustomElementController,\n+ ICustomElementViewModel,\nIPlatform,\n+ LifecycleFlags,\n+ Scope,\n+ valueConverter,\n} fr... | TypeScript | MIT License | aurelia/aurelia | test(repeat): destructured declaration | 1 | test | repeat |
217,922 | 11.09.2021 13:00:46 | -7,200 | b254c4d09f04dbe582c14dc7c74d124ca939d822 | chore: removing test as prerequisite for release because ciecleci's chrome is shit | [
{
"change_type": "MODIFY",
"diff": "@@ -159,7 +159,6 @@ workflows:\n- build:\nrequires:\n- lint\n- - test\n- deploy-cdn:\nrequires:\n- build\n@@ -175,7 +174,6 @@ workflows:\n- release-desktop:\nrequires:\n- lint\n- - test\nfilters:\nbranches:\nonly: master\n",
"new_path": ".circleci/config.yml",
"ol... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: removing test as prerequisite for release because ciecleci's chrome is shit | 1 | chore | null |
401,147 | 11.09.2021 14:47:04 | -19,080 | 283467c9b868d67ed466e5425f8ab5342258a28b | fix: storage utilities exports issue
affects: | [
{
"change_type": "MODIFY",
"diff": "-export { COOKIE_STORAGE as default } from './cookieStorage';\n+export * from './cookieStorage';\n",
"new_path": "packages/utils/src/helpers/cookieStorage/index.ts",
"old_path": "packages/utils/src/helpers/cookieStorage/index.ts"
},
{
"change_type": "MODIF... | TypeScript | MIT License | medly/medly-components | fix: storage utilities exports issue (#420)
affects: @medly-components/utils | 1 | fix | null |
756,029 | 11.09.2021 15:05:46 | 25,200 | a8279a43ef6f4686efba301fe2cb93e1d4e9b156 | feat(xsnap): Add base 64 bindings | [
{
"change_type": "MODIFY",
"diff": "\"ses\": \"^0.14.1\"\n},\n\"devDependencies\": {\n+ \"@endo/base64\": \"^0.2.6\",\n\"@rollup/plugin-node-resolve\": \"^6.1.0\",\n\"ava\": \"^3.12.1\",\n\"c8\": \"^7.7.2\",\n",
"new_path": "packages/xsnap/package.json",
"old_path": "packages/xsnap/package.json"
}... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(xsnap): Add base 64 bindings | 1 | feat | xsnap |
67,516 | 11.09.2021 15:53:58 | -7,200 | 9cef52034b38c99e41d98a52f29fb439e2f41118 | chore(runtime): cleanup | [
{
"change_type": "MODIFY",
"diff": "\"js\",\n\"--bail\",\n\"${workspaceRoot}/packages/__tests__/dist/esm/__tests__/setup-node.js\",\n- \"${workspaceRoot}/packages/__tests__/dist/esm/__tests__/2-runtime/*.spec.js\"\n+ \"${workspaceRoot}/packages/__tests__/dist/esm/__tests__/2-runtime/*.spec.js\",\n+ \"${work... | TypeScript | MIT License | aurelia/aurelia | chore(runtime): cleanup | 1 | chore | runtime |
418,632 | 11.09.2021 16:17:04 | -28,800 | b692001c451b17a10d26cb6778a8566d5fa569c5 | fix: serverless app support applicationContext | [
{
"change_type": "MODIFY",
"diff": "@@ -219,6 +219,7 @@ export class Framework\nframework: Framework,\nlayers: layers,\nstarter: require(starterName),\n+ applicationContext: options.applicationContext,\ninitializeContext: this.configurationOptions?.initContext,\n});\nthis.innerFramework = startResult.framew... | TypeScript | MIT License | midwayjs/midway | fix: serverless app support applicationContext (#1281) | 1 | fix | null |
67,516 | 11.09.2021 16:31:38 | -7,200 | cee24c46ebb8240f79b20b58552f07ccee25db82 | chore: fixed deepsan issues | [
{
"change_type": "MODIFY",
"diff": "@@ -1535,7 +1535,7 @@ export class DestructuringAssignmentSingleExpression {\npublic assign(f: LF, s: Scope, l: IServiceLocator, value: unknown): void {\nif(value == null) { return; }\n- if (typeof value !== 'object' || value === null) {\n+ if (typeof value !== 'object') ... | TypeScript | MIT License | aurelia/aurelia | chore: fixed deepsan issues | 1 | chore | null |
126,276 | 11.09.2021 16:51:21 | 10,800 | 20ad7cfe3e1b6a912fdef08bb24d12bb01c8f2f4 | chore(embedded/sql): limit upsert to tables without secondary indexes | [
{
"change_type": "MODIFY",
"diff": "@@ -41,6 +41,7 @@ var ErrColumnDoesNotExist = errors.New(\"column does not exist\")\nvar ErrColumnNotIndexed = errors.New(\"column is not indexed\")\nvar ErrLimitedKeyType = errors.New(\"indexed key of invalid type. Supported types are: INTEGER, VARCHAR[256] OR BLOB[256]\... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/sql): limit upsert to tables without secondary indexes
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/sql |
756,029 | 11.09.2021 17:04:44 | 25,200 | 8a17a7784a3c95f03aceb48e19070a0a7ec4e202 | test(xsnap): Adjust expected snapshot hashes | [
{
"change_type": "MODIFY",
"diff": "@@ -155,7 +155,7 @@ test('XS + SES snapshots are deterministic', async t => {\nt.is(\nh1,\n- '879fe6ca1c58473713eba28201eb1397e663c78278f41b07c2cc6c77935a6850',\n+ '817ce29f1f0f460a0066ec257b9941803b3f9fea4ad87a8a7a76f458d9f8a65b',\n'initial snapshot',\n);\n@@ -167,7 +167... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | test(xsnap): Adjust expected snapshot hashes | 1 | test | xsnap |
129,373 | 11.09.2021 17:36:33 | -7,200 | e92e07f348a37056215a55c6ce686999d69f931b | fix(commit): correct the stage checker before commiting
related to | [
{
"change_type": "MODIFY",
"diff": "@@ -155,9 +155,8 @@ def find_git_project_root() -> Optional[Path]:\ndef is_staging_clean() -> bool:\n\"\"\"Check if staing is clean.\"\"\"\n- c = cmd.run(\"git diff --no-ext-diff --name-only\")\n- c_cached = cmd.run(\"git diff --no-ext-diff --cached --name-only\")\n- retu... | Python | MIT License | commitizen-tools/commitizen | fix(commit): correct the stage checker before commiting
related to #418 | 1 | fix | commit |
756,039 | 11.09.2021 18:26:26 | 25,200 | c2c68e179576cfac931b526f6c76ac9ba0f1a782 | feat(wallet): Add balances to dashboard view | [
{
"change_type": "ADD",
"diff": "+<script>\n+ export let classes = '';\n+</script>\n+<style>\n+ .card {\n+ display: flex;\n+ justify-content: flex-start;\n+ flex-direction: column;\n+ padding: 16px 0 16px;;\n+ border-radius: 8px;\n+ border-color: #e0e0e0;\n+ border-width: 1px;\n+ box-shadow: 0 4px 8px 0 rgb... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(wallet): Add balances to dashboard view | 1 | feat | wallet |
317,646 | 11.09.2021 19:59:13 | -7,200 | 4cfbf21c9026959f7450199679c0539a06d08c0d | feat(pwsh): arm64 support | [
{
"change_type": "MODIFY",
"diff": "@@ -20,7 +20,7 @@ Param\nCopy-Item -Path \"../../../themes\" -Destination \"./themes\" -Recurse\n# fetch all the binaries from the version's GitHub release\nNew-Item -Path \"./\" -Name \"bin\" -ItemType \"directory\"\n-\"posh-windows-amd64.exe\", \"posh-windows-386.exe\",... | Go | MIT License | jandedobbeleer/oh-my-posh | feat(pwsh): arm64 support | 1 | feat | pwsh |
67,516 | 11.09.2021 21:23:02 | -7,200 | 05745fd56591aa145e0079e07337fa490225a6e9 | docs(repeat.for): destructured declaration | [
{
"change_type": "MODIFY",
"diff": "@@ -61,3 +61,77 @@ Inside of the `repeat.for` these can be accessed. In the following example we di\n</ul>\n```\n+### Iterating over a set\n+\n+With `repeat.for` you can iterate over a [Set](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/... | TypeScript | MIT License | aurelia/aurelia | docs(repeat.for): destructured declaration | 1 | docs | repeat.for |
531,793 | 11.09.2021 21:27:08 | -3,600 | b6387d1add620b82268ef7e364c5b9eb1a949e5f | fix(ui): merge labels before generating silence matchers
Fixes | [
{
"change_type": "MODIFY",
"diff": "- Alert history rewrite rule wouldn't work unless they had a `/` suffix in\n`source` field, this is now fixed and rewrite rules works as documented.\n+- Clicking `Silence this group` could generate duplicated label matchers\n+ #3509.\n## v0.90\n",
"new_path": "CHANGEL... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ui): merge labels before generating silence matchers
Fixes #3509 | 1 | fix | ui |
551,645 | 12.09.2021 00:01:40 | -10,800 | 1f1c8a792c475edd03851be67cfe07f8f0cf4bca | chore(bench): fix function name | [
{
"change_type": "MODIFY",
"diff": "@@ -52,6 +52,6 @@ public class GeoHashesFromCoordsBenchmark {\npublic long fromLatLon() {\ndouble lat = rnd.nextDouble() * 90.0;\ndouble lon = rnd.nextDouble() * 180.0;\n- return GeoHashes.fromCoordinatesUnsafe(lat, lon, 60);\n+ return GeoHashes.fromCoordinatesDegUnsafe(l... | Java | Apache License 2.0 | questdb/questdb | chore(bench): fix function name (#1316) | 1 | chore | bench |
603,467 | 12.09.2021 00:37:38 | -3,600 | cf4ca2c531e0f90f9a27917e322359c13bfbc6e6 | fix(webdriverio): separated UIElement.hoverOver from UIElement.scrollIntoView
since even though the same thing in Selenium, they're different with WebdriverIO | [
{
"change_type": "MODIFY",
"diff": "\"@serenity-js/cucumber\": \"^2.0.0\",\n\"@serenity-js/webdriverio\": \"^2.0.0\",\n\"@serenity-js/serenity-bdd\": \"^2.0.0\",\n- \"@wdio/cli\": \"^7.12.1\",\n- \"@wdio/cucumber-framework\": \"^7.12.1\",\n- \"@wdio/local-runner\": \"^7.12.1\",\n+ \"@wdio/cli\": \"^7.12.4\"... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | fix(webdriverio): separated UIElement.hoverOver from UIElement.scrollIntoView
since even though the same thing in Selenium, they're different with WebdriverIO | 1 | fix | webdriverio |
826,708 | 12.09.2021 10:42:36 | -10,800 | 35cc9bd3250dfa9f243c43b8507c652068d50479 | fix: detect unset var | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,7 @@ cd \"$( dirname \"${BASH_SOURCE[0]}\" )/..\"\nsource \"$HOME/.bashrc\" || true\nsource \"$HOME/.cargo/env\" || true\n-if [ -z \"${FORCE_VERSION}\" ]; then\n+if [ -z \"${FORCE_VERSION+x}\" ]; then\nif [ -z \"$(git log -1 --pretty=%B | grep \"Add spec for\")... | C# | Apache License 2.0 | ory/sdk | fix: detect unset var | 1 | fix | null |
129,373 | 12.09.2021 12:56:38 | -7,200 | a2d6312ee174635c980b2bec6af3d82b5709ae7c | test(git): extend test for is_staging_clean | [
{
"change_type": "MODIFY",
"diff": "@@ -154,7 +154,7 @@ def find_git_project_root() -> Optional[Path]:\ndef is_staging_clean() -> bool:\n- \"\"\"Check if staing is clean.\"\"\"\n+ \"\"\"Check if staging is clean.\"\"\"\nc = cmd.run(\"git diff --no-ext-diff --cached --name-only\")\nreturn not bool(c.out)\n",... | Python | MIT License | commitizen-tools/commitizen | test(git): extend test for is_staging_clean | 1 | test | git |
317,646 | 12.09.2021 14:16:35 | -7,200 | 83fc90273f083652791ec77527a6f5e88823fef1 | refactor(linux): build arm64 | [
{
"change_type": "MODIFY",
"diff": "@@ -17,7 +17,7 @@ jobs:\ngoarch: [amd64]\ninclude:\n- os: ubuntu-latest\n- goarch: arm\n+ goarch: arm64\n- os: windows-latest\ngoarch: 386\n- os: windows-latest\n",
"new_path": ".github/workflows/artifacts.yml",
"old_path": ".github/workflows/artifacts.yml"
},
... | Go | MIT License | jandedobbeleer/oh-my-posh | refactor(linux): build arm64 | 1 | refactor | linux |
67,516 | 12.09.2021 16:00:20 | -7,200 | 937108f81bb82307053cc78e9f6b7116c39c42ee | chore: post-review change - 1 | [
{
"change_type": "MODIFY",
"diff": "@@ -78,7 +78,7 @@ When iterating over a map, the declaration expression contains a pair of key and\n<p repeat.for=\"pair of map\">key:${pair[0]} | value: ${pair[1]}</p>\n```\n-However, you can also destructured assignment expression.\n+However, you can also destructure th... | TypeScript | MIT License | aurelia/aurelia | chore: post-review change - 1 | 1 | chore | null |
756,013 | 12.09.2021 18:33:08 | 21,600 | d73c1bba38217043e380fd5c60ff9505b6630bc7 | fix(cosmos): only entrain ABCI lock when persistent state changes | [
{
"change_type": "MODIFY",
"diff": "@@ -32,11 +32,10 @@ replace google.golang.org/grpc => google.golang.org/grpc v1.33.2\n// At least until post-v0.34.12 is released with\n// https://github.com/tendermint/tendermint/issue/6899 resolved.\n-replace github.com/tendermint/tendermint => github.com/agoric-labs/te... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(cosmos): only entrain ABCI lock when persistent state changes | 1 | fix | cosmos |
815,574 | 12.09.2021 19:56:09 | -28,800 | 29db3468714ce134c3e9557111a76e2f71a8e4b4 | fix(rpc): change 'connected_duration' duration unit to milliseconds in 'get_peers' RPC
BREAKING CHANGE: rpc client should change 'connected_duration' duration unit from 'second' to
'millisecond' when this PR is merged. | [
{
"change_type": "MODIFY",
"diff": "@@ -4082,7 +4082,7 @@ A remote node connects to the local node via the P2P network. It is often called\nIf the connection is established by the local node, `is_outbound` is true.\n-* `connected_duration`: [`Uint64`](#type-uint64) - Elapsed time in seconds since the remote... | Rust | MIT License | nervosnetwork/ckb | fix(rpc): change 'connected_duration' duration unit to milliseconds in 'get_peers' RPC
BREAKING CHANGE: rpc client should change 'connected_duration' duration unit from 'second' to
'millisecond' when this PR is merged. | 1 | fix | rpc |
756,013 | 12.09.2021 20:46:58 | 21,600 | dd053a5553c79a756d19d6d3d3ffbef1b8043e90 | chore(cosmic-swingset): add `perf.sh` | [
{
"change_type": "ADD",
"diff": "+#! /bin/bash\n+set -ex\n+\n+# Get the height parameter from the command line argument.\n+height=${1-0}\n+\n+addr=$(cat t1/8000/ag-cosmos-helper-address)\n+hex=$(ag-cosmos-helper keys parse $addr --output=json | jq -r '.bytes')\n+b64=$(echo $hex | xxd -r -p | base64 | tr '+/... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore(cosmic-swingset): add `perf.sh` | 1 | chore | cosmic-swingset |
679,913 | 12.09.2021 22:00:07 | -7,200 | 4987e1d9d432bce8d0c4f996a68e43dcdd34b27f | feat(testament): add file watching, bug fixes | [
{
"change_type": "MODIFY",
"diff": "\"pub\": \"yarn build:release && yarn publish --access public\",\n\"test\": \"testament test\"\n},\n+ \"dependencies\": {\n+ \"chokidar\": \"^3.5.2\"\n+ },\n\"keywords\": [\n\"typescript\"\n],\n",
"new_path": "packages/testament/package.json",
"old_path": "package... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(testament): add file watching, bug fixes | 1 | feat | testament |
679,913 | 12.09.2021 22:03:42 | -7,200 | a2ca1b6d5cd491692a7867ad9a550767e8340588 | feat(csv): add formatCSV(), types, tests | [
{
"change_type": "MODIFY",
"diff": "\"./api\": {\n\"import\": \"./api.js\"\n},\n+ \"./format\": {\n+ \"import\": \"./format.js\"\n+ },\n\"./parse\": {\n\"import\": \"./parse.js\"\n},\n",
"new_path": "packages/csv/package.json",
"old_path": "packages/csv/package.json"
},
{
"change_type": "MOD... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(csv): add formatCSV(), types, tests | 1 | feat | csv |
67,479 | 12.09.2021 23:19:45 | -36,000 | 37a8fd93575cd39c3d2542c72893f8eb1e5930ad | refactor(runtime): use isType utilities for fn & string | [
{
"change_type": "MODIFY",
"diff": "@@ -618,12 +618,11 @@ function ensureHook<TClass>(target: Constructable<TClass>, hook: string | Proces\nhook = (target as any)[hook] as ProcessContentHook;\n}\n- const hookType = typeof hook;\n- if (!isFunction( hookType)) {\n+ if (!isFunction(hook)) {\nif (__DEV__)\n- th... | TypeScript | MIT License | aurelia/aurelia | refactor(runtime): use isType utilities for fn & string | 1 | refactor | runtime |
67,479 | 12.09.2021 23:37:12 | -36,000 | 009562ba1412af23dc9c53141060ad0752ab08ba | refactor(kernel): use isType utilities for fn & string | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,7 @@ import { isArrayIndex, isNativeFunction } from './functions.js';\nimport { Class, Constructable, IDisposable } from './interfaces.js';\nimport { emptyArray } from './platform.js';\nimport { appendAnnotation, getAnnotationKeyFor, IResourceKind, Protocol, Re... | TypeScript | MIT License | aurelia/aurelia | refactor(kernel): use isType utilities for fn & string | 1 | refactor | kernel |
815,601 | 13.09.2021 07:46:15 | -28,800 | 7220cb5c5b2c4f51c445ebf71dcf2b61f84ac7c8 | test: conflict record | [
{
"change_type": "MODIFY",
"diff": "@@ -1305,6 +1305,7 @@ dependencies = [\n\"ckb-dao\",\n\"ckb-db\",\n\"ckb-error\",\n+ \"ckb-hash\",\n\"ckb-jsonrpc-types\",\n\"ckb-logger\",\n\"ckb-network\",\n@@ -1320,6 +1321,7 @@ dependencies = [\n\"lru\",\n\"sentry\",\n\"serde_json\",\n+ \"tempfile\",\n\"tokio\",\n]\n"... | Rust | MIT License | nervosnetwork/ckb | test: conflict record | 1 | test | null |
277,286 | 13.09.2021 09:33:18 | -7,200 | c3dbcf1d12884495e525c1085ccd77b0698ccbcd | docs: Instruct to setup python prior to running docs locally. Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -6,9 +6,10 @@ This website is built using [Docusaurus 2](https://v2.docusaurus.io/), a modern\n```console\ngit clone https://github.com/h2oai/wave.git\n-cd wave\n+cd wave/py\n+make setup\nmake docs\n-cd website\n+cd ../website\nnpm install\n```\n",
"new_path": "web... | Python | Apache License 2.0 | h2oai/wave | docs: Instruct to setup python prior to running docs locally. Closes #990 | 1 | docs | null |
126,276 | 13.09.2021 09:48:21 | 10,800 | aa6eeb88ba5ca8a412097dc6fe0f933267b92411 | fix(embedded/sql): limit auto-increment to single-column pks | [
{
"change_type": "MODIFY",
"diff": "@@ -40,7 +40,7 @@ var ErrTableDoesNotExist = errors.New(\"table does not exist\")\nvar ErrColumnDoesNotExist = errors.New(\"column does not exist\")\nvar ErrColumnNotIndexed = errors.New(\"column is not indexed\")\nvar ErrLimitedKeyType = errors.New(\"indexed key of inval... | Go | Apache License 2.0 | codenotary/immudb | fix(embedded/sql): limit auto-increment to single-column pks
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | fix | embedded/sql |
791,690 | 13.09.2021 09:53:17 | 18,000 | 298ec1a890df51d3345fc59b29943ec6d41cee53 | core(fr): add support for plugins | [
{
"change_type": "MODIFY",
"diff": "@@ -47,6 +47,7 @@ jobs:\n- run: yarn install --frozen-lockfile --network-timeout 1000000\n- run: yarn build-report\n+ - run: yarn reset-link\n- run: sudo apt-get install xvfb\n- name: Run smoke tests\n@@ -117,6 +118,7 @@ jobs:\n- run: yarn install --frozen-lockfile --netw... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(fr): add support for plugins (#13028) | 1 | core | fr |
386,584 | 13.09.2021 09:53:49 | -7,200 | 483013d1715cb97d08ed2f9475606c5b074a6ad3 | fix(blocksAntd): Paragraph and Title blocks copyable error fixed. | [
{
"change_type": "MODIFY",
"diff": "@@ -31,11 +31,11 @@ const ParagraphBlock = ({ blockId, events, properties, methods }) => (\ncopyable={\ntype.isObject(properties.copyable)\n? {\n- text: properties.copyable.text,\n+ text: properties.copyable.text || properties.content,\nonCopy: () => {\nmethods.triggerEve... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(blocksAntd): Paragraph and Title blocks copyable error fixed. | 1 | fix | blocksAntd |
386,584 | 13.09.2021 09:56:46 | -7,200 | 9f8632ec577196ea45471470a9dd13d3dbc09446 | fix(docs): Added copyable and ellipsis config to Title block. | [
{
"change_type": "MODIFY",
"diff": "@@ -20,11 +20,13 @@ _ref:\nschema: ../blocks/blocksAntd/src/blocks/Title/Title.json\nfilePath: blocks/display/Title.yaml\ninit_state_values:\n+ __type_block.properties.copyable: boolean\n+ __type_block.properties.ellipsis: boolean\n+ __boolean_block.properties.copyable: f... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(docs): Added copyable and ellipsis config to Title block. | 1 | fix | docs |
126,276 | 13.09.2021 09:58:06 | 10,800 | 18d109d063593b6f8628916103bd56ed59b17399 | chore(embedded/sql): validate non-null pk when decoding index entry | [
{
"change_type": "MODIFY",
"diff": "@@ -828,10 +828,7 @@ func (e *Engine) unmapIndexEntry(index *Index, mkey []byte) (encPKVals []byte, e\nreturn nil, ErrCorruptedData\n}\n- if index.IsPrimary() {\n- return enc[off:], nil\n- }\n-\n+ if !index.IsPrimary() {\n//read index values\nfor _, col := range index.col... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/sql): validate non-null pk when decoding index entry
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/sql |
277,286 | 13.09.2021 10:02:16 | -7,200 | 5516c262f5bc601f04b4239de2d78ba5e3c1ba5b | docs: Add missing example screenshots. Closes | [
{
"change_type": "RENAME",
"diff": "",
"new_path": "website/docs/examples/assets/meta-inline-stylesheet.png",
"old_path": "website/docs/examples/assets/meta-inline-style.png"
},
{
"change_type": "ADD",
"diff": "Binary files /dev/null and b/website/docs/examples/assets/meta-side-panel.png... | Python | Apache License 2.0 | h2oai/wave | docs: Add missing example screenshots. Closes #991 | 1 | docs | null |
386,584 | 13.09.2021 10:21:13 | -7,200 | 9cf56bfbaa5c7a75c55d24d2f965ec351c1672e0 | fix(docs): Added CheckboxSwitch examples and CheckboxSelector note. | [
{
"change_type": "MODIFY",
"diff": "@@ -23,4 +23,34 @@ _ref:\ndescription_content: |\nThe `CheckboxSwitch` block allows a user to select a boolean value between (true/false).\n- > A similar switch block is `Switch`.\n+ > A similar switch block is `Switch`. Alternatively the `CheckboxSelector` can be used to... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(docs): Added CheckboxSwitch examples and CheckboxSelector note. | 1 | fix | docs |
342,861 | 13.09.2021 10:22:29 | -7,200 | 82145f329ed975dfc72219b05a59cd9615dd4310 | fix(design-tokens): repository url | [
{
"change_type": "MODIFY",
"diff": "\"private\": false,\n\"repository\": {\n\"type\": \"git\",\n- \"url\": \"https://github.com/kiwicom/orbit-design-tokens.git\"\n+ \"url\": \"https://github.com/kiwicom/orbit\",\n+ \"directory\": \"packages/orbit-design-tokens\"\n},\n\"files\": [\n\"lib/*\",\n",
"new_pa... | JavaScript | MIT License | kiwicom/orbit | fix(design-tokens): repository url (#3104) | 1 | fix | design-tokens |
865,926 | 13.09.2021 10:34:12 | -7,200 | e4e59090e0276f9ed37c40aff1b9e09ffc3e1038 | chore(README): add forms to the description | [
{
"change_type": "MODIFY",
"diff": "[](https://github.com/camunda/camunda-modeler/actions/workflows/CI.yml)\n-An integrated modeling solution for BPMN and DMN based on [bpmn.io](http://bpmn.io).\n+An integrated modeling solu... | JavaScript | MIT License | camunda/camunda-modeler | chore(README): add forms to the description | 1 | chore | README |
317,896 | 13.09.2021 11:29:19 | 14,400 | 18dcf4be214d812176fecaf7bfadac35779263e0 | fix: recognize remote branch merge | [
{
"change_type": "MODIFY",
"diff": "@@ -350,7 +350,7 @@ func (g *git) getGitHEADContext(ref string) string {\nif g.hasGitFile(\"MERGE_MSG\") && g.hasGitFile(\"MERGE_HEAD\") {\nicon := g.props.getString(MergeIcon, \"\\uE727 \")\nmergeContext := g.getGitFileContents(g.repo.gitWorkingFolder, \"MERGE_MSG\")\n- ... | Go | MIT License | jandedobbeleer/oh-my-posh | fix: recognize remote branch merge | 1 | fix | null |
276,989 | 13.09.2021 11:33:35 | 10,800 | e145df5b926d352d69a822cd5cc6ad35f0893ddb | refactor(system): exporting resolve in yoga-commons package | [
{
"change_type": "MODIFY",
"diff": "import merge from './merge';\nimport hexToRgb from './hexToRgb';\nimport elevate from './elevate';\n+import resolve from './resolve';\n-export { merge, hexToRgb, elevate };\n+export { merge, hexToRgb, elevate, resolve };\n",
"new_path": "packages/common/src/index.js",... | JavaScript | MIT License | gympass/yoga | refactor(system): exporting resolve in yoga-commons package | 1 | refactor | system |
276,989 | 13.09.2021 11:37:34 | 10,800 | 2db75a3bac46b78d127724dd921bd69f1f2cf20b | refactor(icon): resolving prop fields regardless Box
When using width, height, fill, and stroke props on Native, it will bypass then to the Component,
received in `as` prop. Those props should be valid SVG attributes. This is why this need to have the
resolve function for them. | [
{
"change_type": "MODIFY",
"diff": "@@ -8,6 +8,7 @@ import {\nnumber,\n} from 'prop-types';\nimport { withTheme } from 'styled-components';\n+import { resolve } from '@gympass/yoga-common';\nimport Box from '../Box';\n@@ -23,10 +24,10 @@ const Icon = ({\n}) => (\n<Box\nas={Component}\n- width={width}\n- hei... | JavaScript | MIT License | gympass/yoga | refactor(icon): resolving prop fields regardless Box
When using width, height, fill, and stroke props on Native, it will bypass then to the Component,
received in `as` prop. Those props should be valid SVG attributes. This is why this need to have the
resolve function for them. | 1 | refactor | icon |
276,989 | 13.09.2021 11:40:34 | 10,800 | b2bd85f18dcfd3e5a126d78e5e80f51821ddd8df | docs(icon): adding more props | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ import { DocTitle } from '../components';\nconst IconPage = () => (\n<View>\n<DocTitle>Icon</DocTitle>\n- <Icon as={Close} fill=\"stamina\" />\n+ <Icon as={Close} size=\"huge\" m=\"medium\" fill=\"feedback.success.dark\" />\n</View>\n);\n",
"new_path":... | JavaScript | MIT License | gympass/yoga | docs(icon): adding more props | 1 | docs | icon |
777,378 | 13.09.2021 11:52:18 | 25,200 | 560b38eee53b81689014a3b74938ec75da9b9523 | chore: update docs link in notebook webui modal | [
{
"change_type": "MODIFY",
"diff": "@@ -177,7 +177,7 @@ const NotebookFullConfig:React.FC<FullConfigProps> = (\nfields={field}\nonFieldsChange={handleConfigChange}>\n<div className={css.note}>\n- <Link external path=\"/docs/reference/command-notebook-config.html\">\n+ <Link external path=\"/docs/reference/a... | Python | Apache License 2.0 | determined-ai/determined | chore: update docs link in notebook webui modal (#2950) | 1 | chore | null |
126,276 | 13.09.2021 12:04:58 | 10,800 | 121cd9bac5c98efabc445f0c589c4aec15ef6df4 | chore(pkg/database): warn about data migration needed
chore(pkg/database): warn about data migration needed | [
{
"change_type": "MODIFY",
"diff": "@@ -172,6 +172,15 @@ func (d *db) initSQLEngine() error {\nreturn err\n}\n+ // Warn about existent SQL data\n+ exists, err := d.st.ExistKeyWith(append([]byte{SQLPrefix}, []byte(\"ROW.\")...), nil, false)\n+ if err != nil {\n+ return err\n+ }\n+ if exists {\n+ d.Logger.War... | Go | Apache License 2.0 | codenotary/immudb | chore(pkg/database): warn about data migration needed
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
chore(pkg/database): warn about data migration needed
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | pkg/database |
711,597 | 13.09.2021 12:22:51 | -7,200 | 1ebc872aaa9671efaa60ea62b26265525600c19e | fix(core): Update login credentials when changing customer email address
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -32,6 +32,7 @@ import {\nGetCustomerList,\nGetCustomerOrders,\nGetCustomerWithUser,\n+ Me,\nUpdateAddress,\nUpdateCustomer,\nUpdateCustomerNote,\n@@ -45,6 +46,7 @@ import {\nGET_CUSTOMER,\nGET_CUSTOMER_HISTORY,\nGET_CUSTOMER_LIST,\n+ ME,\nUPDATE_ADDRESS,\nUPDATE_CUSTOM... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Update login credentials when changing customer email address
Fixes #1071 | 1 | fix | core |
777,369 | 13.09.2021 12:48:58 | 21,600 | 1295bbd9edfdbae62ef7e133a12bcc4d72f7c094 | feat: add support for nan and infinity metrics | [
{
"change_type": "ADD",
"diff": "+:orphan:\n+\n+**New Features**\n+\n+- WebUI: Add support for displaying NaN and Infinity metric values.\n",
"new_path": "docs/release-notes/2943-nan-infinity-metrics.txt",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,7 @@ import { M... | Python | Apache License 2.0 | determined-ai/determined | feat: add support for nan and infinity metrics [DET-5944] (#2943) | 1 | feat | null |
551,643 | 13.09.2021 13:02:39 | -7,200 | 5d7e2e426d9cb7175bac5b99031b8f1b4915f470 | feat(ui): basic syntax highlighting for geohashes in web console | [
{
"change_type": "MODIFY",
"diff": "@@ -68,6 +68,10 @@ const QuestDBHighlightRules = function (this: HighlightRules) {\ntoken: \"entity.name.function\", // float\nregex: \"[+-]?\\\\d+(?:(?:\\\\.\\\\d*)?(?:[eE][+-]?\\\\d+)?)?\\\\b\",\n},\n+ {\n+ token: \"entity.name.function\", // geohash literal\n+ regex: \... | Java | Apache License 2.0 | questdb/questdb | feat(ui): basic syntax highlighting for geohashes in web console (#1318) | 1 | feat | ui |
266,154 | 13.09.2021 13:20:36 | 25,200 | 522fba418cb2381277258f3db413451560fe8460 | fix(owl-bot): Determine loop by the last few commits
* fix(owl-bot): Determine loop by the last few commits
Fixes:
* test(owl-bot): Update tests for `hasOwlBotLoop` fix | [
{
"change_type": "MODIFY",
"diff": "@@ -506,13 +506,24 @@ async function hasOwlBotLoop(\nper_page: 100,\n})\n).data;\n- let count = 0;\n- for (const commit of commits) {\n- if (commit?.author?.login === OWLBOT_USER) count++;\n- else count = 0;\n- if (count >= circuitBreaker) return true;\n+\n+ // get the mo... | TypeScript | Apache License 2.0 | googleapis/repo-automation-bots | fix(owl-bot): Determine loop by the last few commits (#2482)
* fix(owl-bot): Determine loop by the last few commits
Fixes: #2339
* test(owl-bot): Update tests for `hasOwlBotLoop` fix | 1 | fix | owl-bot |
711,597 | 13.09.2021 13:54:26 | -7,200 | 954c03aea7f94796ccea8dfcf79941374ced12d9 | fix(create): Do not HTML escape strings used in the config file
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -111,13 +111,8 @@ export async function gatherUserResponses(root: string): Promise<UserResponses>\nprocess.exit(0);\n}\n- const {\n- indexSource,\n- indexWorkerSource,\n- configSource,\n- migrationSource,\n- readmeSource,\n- } = await generateSources(root, answers);\n+... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(create): Do not HTML escape strings used in the config file
Fixes #1070 | 1 | fix | create |
277,273 | 13.09.2021 13:58:53 | 25,200 | bde6d83dfd841b89062e094a32dde2e6b3577a77 | feat: Read command line args from env if available | [
{
"change_type": "MODIFY",
"diff": "@@ -73,62 +73,38 @@ func main() {\nscopes string\n)\n- flag.BoolVar(&version, \"version\", false, \"print version and exit\")\n- flag.StringVar(&conf.Listen, \"listen\", \":10101\", \"listen on this address\")\n- flag.StringVar(&conf.WebDir, \"web-dir\", \"./www\", \"dire... | Python | Apache License 2.0 | h2oai/wave | feat: Read command line args from env if available #481 | 1 | feat | null |
711,597 | 13.09.2021 14:08:36 | -7,200 | 46659c771ffada09e18bbb51d78807622c7eb7ed | fix(core): Translate root Collection on first creation
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -48,7 +48,7 @@ type ApplyCollectionFiltersJobData = { ctx: SerializedRequestContext; collection\n@Injectable()\nexport class CollectionService implements OnModuleInit {\n- private rootCollection: Collection | undefined;\n+ private rootCollection: Translated<Collection>... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Translate root Collection on first creation
Fixes #1068 | 1 | fix | core |
126,276 | 13.09.2021 14:12:23 | 10,800 | e5485da658769416f6d8390ab0684ce9c84a42a9 | chore(embedded/sql): reserve byte to support multi-ordered indexes | [
{
"change_type": "MODIFY",
"diff": "@@ -684,15 +684,23 @@ func (e *Engine) loadIndexes(table *Table, snap *store.Snapshot) error {\nreturn err\n}\n- // v={unique {colID1}...{colIDN}}\n- if len(v) < 1+EncIDLen || len(v)%EncIDLen != 1 {\n+ // v={unique {colID1}(ASC|DESC)...{colIDN}(ASC|DESC)}\n+ colSpecLen :=... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/sql): reserve byte to support multi-ordered indexes
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/sql |
711,597 | 13.09.2021 14:29:07 | -7,200 | 9afa14595c32ef93f4e70647b823d239187f17d1 | fix(core): Fix validation for nullable custom string fields with options
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -97,6 +97,12 @@ const customConfig = mergeConfig(testConfig, {\ntype: 'string',\noptions: [{ value: 'small' }, { value: 'medium' }, { value: 'large' }],\n},\n+ {\n+ name: 'nullableStringWithOptions',\n+ type: 'string',\n+ nullable: true,\n+ options: [{ value: 'small' }... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Fix validation for nullable custom string fields with options
Fixes #1083 | 1 | fix | core |
777,401 | 13.09.2021 14:42:40 | 14,400 | b1e33247f148003c880ca1a88d808a817075a1da | chore: pin mockery version | [
{
"change_type": "MODIFY",
"diff": "@@ -1000,7 +1000,7 @@ github.com/valyala/fasttemplate v1.2.1 h1:TVEnxayobAdVkhQfrfes2IzOB6o+z4roRkPF52\ngithub.com/valyala/fasttemplate v1.2.1/go.mod h1:KHLXt3tVN2HBp8eijSv/kGJopbvo7S+qRAEEKiv+SiQ=\ngithub.com/valyala/quicktemplate v1.5.0/go.mod h1:v7yYWpBEiutDyNfVaph6oC/... | Python | Apache License 2.0 | determined-ai/determined | chore: pin mockery version (#2949) | 1 | chore | null |
551,645 | 13.09.2021 14:53:08 | -10,800 | 4f0d76f8a9f883b35560ab8c27a9815f923910b7 | feat(sql): implement "touch" function, useful to preload the data from disk into system page cache. | [
{
"change_type": "MODIFY",
"diff": "@@ -179,11 +179,11 @@ public class FunctionParser implements PostOrderTreeTraversalAlgo.Visitor {\n}\npublic boolean isCursor(CharSequence token) {\n- return functionFactoryCache.isCursor(token);\n+ return token != null && functionFactoryCache.isCursor(token);\n}\npublic ... | Java | Apache License 2.0 | questdb/questdb | feat(sql): implement "touch" function, useful to preload the data from disk into system page cache. (#1305) | 1 | feat | sql |
503,988 | 13.09.2021 15:07:47 | 14,400 | 98af96d0bdf4db68ed27b106041588de881855ac | fix: wrapper nav should have hrefs | [
{
"change_type": "MODIFY",
"diff": "@@ -42,19 +42,19 @@ export default class DashboardWrapper extends React.Component {\nconst PageNav = (\n<Nav onSelect={this.onNavSelect} aria-label=\"Nav\">\n<NavList>\n- <NavItem itemId={0} isActive={activeItem === 0}>\n+ <NavItem itemId={0} isActive={activeItem === 0} t... | TypeScript | MIT License | patternfly/patternfly-react | fix: wrapper nav should have hrefs (#6297) | 1 | fix | null |
667,713 | 13.09.2021 15:09:58 | -28,800 | 8f9d7f0b998327ba6c894151f3ff3c0eded1dae9 | refactor(android): bring getSize to image adapter for custom-impl | [
{
"change_type": "MODIFY",
"diff": "package com.tencent.mtt.hippy.adapter.image;\nimport android.util.SparseArray;\n+import com.tencent.mtt.hippy.common.HippyMap;\nimport com.tencent.mtt.hippy.devsupport.DebugWebSocketClient.JSDebuggerCallback;\n+import com.tencent.mtt.hippy.modules.Promise;\nimport com.ten... | C++ | Apache License 2.0 | tencent/hippy | refactor(android): bring getSize to image adapter for custom-impl | 1 | refactor | android |
777,353 | 13.09.2021 15:12:19 | 18,000 | e0e591234b55df587aaaf6788c90e9b2d4759055 | fix: scroll trial ids with values in trial comparison | [
{
"change_type": "MODIFY",
"diff": "@@ -74,8 +74,6 @@ const SelectFilter: React.FC<PropsWithChildren<Props>> = forwardRef(function Sel\nreturn isOpen ? [ 0, '' ] : [ 0, placeholder ];\n}, [ disableTags, isOpen, optionsCount, props.maxTagPlaceholder, props.value ]);\n- const getPopupContainer = useCallback((... | Python | Apache License 2.0 | determined-ai/determined | fix: scroll trial ids with values in trial comparison [DET-5918] (#2933)
Co-authored-by: Caleb Kang <caleb@determined.ai> | 1 | fix | null |
276,989 | 13.09.2021 15:43:00 | 10,800 | 0beb59b84fb54258d9e48e8a1e043b1d25d0dd39 | refactor(icon): conditionally add fill and stroke to Icon component | [
{
"change_type": "MODIFY",
"diff": "@@ -4,6 +4,7 @@ import { TouchableWithoutFeedback } from 'react-native';\nimport { string, node, shape, oneOfType, func } from 'prop-types';\nimport Text from '../../../Text';\n+import Icon from '../../../Icon';\nimport theme from '../../../Theme/helpers/themeReader';\nco... | JavaScript | MIT License | gympass/yoga | refactor(icon): conditionally add fill and stroke to Icon component | 1 | refactor | icon |
276,989 | 13.09.2021 15:45:15 | 10,800 | b7d63dfce98bdaa8d772102ca152507401ff3c33 | test(icon): update Icon tests (Icon itself, Result and Snackbar | [
{
"change_type": "MODIFY",
"diff": "@@ -26,8 +26,8 @@ const Icon = ({\nas={Component}\nwidth={resolve(theme.yoga.spacing, width) || width}\nheight={resolve(theme.yoga.spacing, height) || height}\n- fill={resolve(theme.yoga.colors, fill) || fill}\n- stroke={resolve(theme.yoga.colors, stroke) || stroke}\n+ {.... | JavaScript | MIT License | gympass/yoga | test(icon): update Icon tests (Icon itself, Result and Snackbar | 1 | test | icon |
276,989 | 13.09.2021 15:46:15 | 10,800 | a72070afdfc0a6e497189061c596ec0ce1a37a03 | docs(card): update Card page | [
{
"change_type": "MODIFY",
"diff": "@@ -110,14 +110,7 @@ const CardPage = () => {\n<PlanCard.ListItem icon={MapPin} text=\"2.900 gyms and studios\" />\n<PlanCard.ListItem icon={Smartphone} text=\"24 wellness app\" />\n<PlanCard.ListItem\n- icon={\n- <Icon\n- as={Star}\n- height=\"small\"\n- width=\"small\"\... | JavaScript | MIT License | gympass/yoga | docs(card): update Card page | 1 | docs | card |
711,597 | 13.09.2021 16:15:56 | -7,200 | 001207f6e008d977d50ebb2336b7a2f61865feb8 | fix(admin-ui): More consistent width of default custom field controls
Fixes | [
{
"change_type": "MODIFY",
"diff": "display: flex;\ncolor: var(--color-grey-400);\n}\n+\n+ ::ng-deep .clr-control-container {\n+ width: 100%;\n+ }\n}\n.channel-assignment {\n",
"new_path": "packages/admin-ui/src/lib/catalog/src/components/product-variants-list/product-variants-list.component.scss",
... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(admin-ui): More consistent width of default custom field controls
Fixes #1077 | 1 | fix | admin-ui |
667,713 | 13.09.2021 16:20:19 | -28,800 | 8f0254a688d7cbae3aef8bda55ea434a73feff5a | fix(android): remove add 0.5 from px2dp | [
{
"change_type": "MODIFY",
"diff": "@@ -41,7 +41,7 @@ public class PixelUtil {\n}\npublic static float px2dp(float value) {\n- return value / getMetrics().density + 0.5f;\n+ return value / getMetrics().density;\n}\npublic static float sp2px(float value) {\n@@ -49,7 +49,7 @@ public class PixelUtil {\n}\npubl... | C++ | Apache License 2.0 | tencent/hippy | fix(android): remove add 0.5 from px2dp | 1 | fix | android |
276,989 | 13.09.2021 16:21:06 | 10,800 | 359419b939b93154549e9aecea798927a008cf00 | chore(pods): update Pods | [
{
"change_type": "MODIFY",
"diff": "@@ -308,7 +308,7 @@ PODS:\n- React-Core (= 0.63.4)\n- React-cxxreact (= 0.63.4)\n- React-jsi (= 0.63.4)\n- - RNCPicker (1.16.6):\n+ - RNCPicker (1.16.7):\n- React-Core\n- RNGestureHandler (1.10.3):\n- React-Core\n@@ -496,7 +496,7 @@ SPEC CHECKSUMS:\nReact-RCTText: 5c51df3... | JavaScript | MIT License | gympass/yoga | chore(pods): update Pods | 1 | chore | pods |
777,396 | 13.09.2021 16:28:17 | 21,600 | e64befd7dfa05079c3c2509b9f9baa7d96a7a6e9 | chore: fix rstrip bug in refresh-ubuntu-amis | [
{
"change_type": "MODIFY",
"diff": "@@ -77,14 +77,14 @@ if __name__ == \"__main__\":\nfor image_type, subconf in conf.items():\nif image_type.endswith(\"_master_ami\"):\n- region = image_type.rstrip(\"_master_ami\").replace(\"_\", \"-\")\n+ region = image_type[: -len(\"_master_ami\")].replace(\"_\", \"-\")\... | Python | Apache License 2.0 | determined-ai/determined | chore: fix rstrip bug in refresh-ubuntu-amis (#2954) | 1 | chore | null |
306,885 | 13.09.2021 16:31:03 | -7,200 | 1c34299ed97405e3e47800d2ca6c037a6d7f6fd9 | feat(elements|ino-snackbar): add new property `verticalAlignment`
BREAKING CHANGE: rename property `alignment` to `horizontalAlignment` in order to improve clarity | [
{
"change_type": "MODIFY",
"diff": "@@ -860,13 +860,13 @@ export class InoSidebar {\nimport { Snackbar as ISnackbar } from '@inovex.de/elements/dist/types/components/ino-snackbar/ino-snackbar';\nexport declare interface InoSnackbar extends Components.InoSnackbar {}\n@ProxyCmp({\n- inputs: ['actionText', 'al... | TypeScript | MIT License | inovex/elements | feat(elements|ino-snackbar): add new property `verticalAlignment` (#427)
BREAKING CHANGE: rename property `alignment` to `horizontalAlignment` in order to improve clarity | 1 | feat | elements|ino-snackbar |
126,276 | 13.09.2021 16:36:18 | 10,800 | 80998b5be383c74efbee069f8c28192b3302ce78 | chore(embedded/sql): remove join constraints | [
{
"change_type": "MODIFY",
"diff": "@@ -62,7 +62,6 @@ var ErrIllegalMappedKey = errors.New(\"error illegal mapped key\")\nvar ErrCorruptedData = store.ErrCorruptedData\nvar ErrCatalogNotReady = errors.New(\"catalog not ready\")\nvar ErrNoMoreRows = store.ErrNoMoreEntries\n-var ErrLimitedJoins = errors.New(\... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/sql): remove join constraints
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/sql |
777,396 | 13.09.2021 16:55:16 | 21,600 | 5d11b817113bde31dfb6d03465a311511bb892b3 | fix: extraneous minio warning while using s3 | [
{
"change_type": "MODIFY",
"diff": "@@ -42,11 +42,12 @@ class S3StorageManager(StorageManager):\nexcept ConnectionError:\npass\nelse:\n+ if r.headers.get(\"Server\", \"\").lower() == \"minio\":\n+ self._use_minio_workaround = True\nlogging.info(\n- \"MinIO backend detected. To work around a boto3 bug, empty... | Python | Apache License 2.0 | determined-ai/determined | fix: extraneous minio warning while using s3 (#2916) | 1 | fix | null |
777,396 | 13.09.2021 16:55:39 | 21,600 | 3b1018c09e53df0e8e35d089d5ddcb6e9039fabb | chore: fix a log message | [
{
"change_type": "MODIFY",
"diff": "@@ -384,7 +384,7 @@ func (c *command) terminate(ctx *actor.Context) {\nif c.reservation == nil {\nc.exit(ctx, \"task is aborted without being scheduled\")\n} else {\n- ctx.Log().Info(\"task forcible terminating\")\n+ ctx.Log().Info(\"task forcibly terminating\")\nc.reserv... | Python | Apache License 2.0 | determined-ai/determined | chore: fix a log message (#2945) | 1 | chore | null |
711,597 | 13.09.2021 17:22:58 | -7,200 | ffeeaf685688a1c5b9a8e77d56e1fb5e9c590769 | fix(admin-ui): Hide "assign to channel" button when creating Product
Fixes | [
{
"change_type": "MODIFY",
"diff": "<div class=\"clr-row\">\n<div class=\"clr-col\">\n<section class=\"form-block\" formGroupName=\"product\">\n+ <ng-container *ngIf=\"!(isNew$ | async)\">\n<ng-container *vdrIfMultichannel>\n<vdr-form-item\n[label]=\"'common.channels' | translate\"\n</div>\n</vdr-form-item>... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(admin-ui): Hide "assign to channel" button when creating Product
Fixes #1059 | 1 | fix | admin-ui |
471,462 | 13.09.2021 17:26:52 | 14,400 | 4e848d5b05798066bd5442319b50762af32d94e7 | docs: what to know when developing with LitElement | [
{
"change_type": "ADD",
"diff": "Binary files /dev/null and b/docs/blog/things-to-know-when-developing-with-lit-element/images/blog-header.png differ\n",
"new_path": "docs/blog/things-to-know-when-developing-with-lit-element/images/blog-header.png",
"old_path": "docs/blog/things-to-know-when-develop... | JavaScript | MIT License | open-wc/open-wc | docs: what to know when developing with LitElement | 1 | docs | null |
472,067 | 13.09.2021 17:47:20 | -32,400 | 6e23aa82248bdab9458226e41c68ee87af2d8aef | chore: run regression test on Spindle UI update | [
{
"change_type": "MODIFY",
"diff": "name: regression-test\non:\n- - push\n- - pull_request_target\n- - workflow_dispatch\n+ push:\n+ paths:\n+ - 'packages/spindle-ui/**'\n+ pull_request_target:\n+ paths:\n+ - 'packages/spindle-ui/**'\n+ workflow_dispatch:\njobs:\nregression-test:\n",
"new_path": ".githu... | TypeScript | MIT License | openameba/spindle | chore: run regression test on Spindle UI update | 1 | chore | null |
472,067 | 13.09.2021 17:54:05 | -32,400 | fc7ee7a4604362332faa23a146de47882f37e344 | docs(spindle-tokens): update docs | [
{
"change_type": "MODIFY",
"diff": "\"publishConfig\": {\n\"access\": \"public\"\n},\n+ \"private\": true,\n\"repository\": {\n\"type\": \"git\",\n\"url\": \"git+https://github.com/openameba/spindle.git\"\n",
"new_path": "packages/spindle-tokens/package.json",
"old_path": "packages/spindle-tokens/pa... | TypeScript | MIT License | openameba/spindle | docs(spindle-tokens): update docs | 1 | docs | spindle-tokens |
317,896 | 13.09.2021 18:00:59 | 14,400 | 3ecdffd86ce02f03f5dcbed309f0058c20165816 | fix: recognize tag and commit merges | [
{
"change_type": "MODIFY",
"diff": "@@ -350,10 +350,20 @@ func (g *git) getGitHEADContext(ref string) string {\nif g.hasGitFile(\"MERGE_MSG\") && g.hasGitFile(\"MERGE_HEAD\") {\nicon := g.props.getString(MergeIcon, \"\\uE727 \")\nmergeContext := g.getGitFileContents(g.repo.gitWorkingFolder, \"MERGE_MSG\")\n... | Go | MIT License | jandedobbeleer/oh-my-posh | fix: recognize tag and commit merges | 1 | fix | null |
306,635 | 13.09.2021 19:30:41 | -19,080 | 055edb09e36c90633f6755dc399fd39caaaf4aef | fix(Overlays): fixes zIndex for Backdrop Component | [
{
"change_type": "MODIFY",
"diff": "@@ -10,6 +10,10 @@ export interface BackdropProps extends BaseProps {\n* Handles open/close state\n*/\nopen: boolean;\n+ /**\n+ * Specify zIndex Value\n+ */\n+ zIndex?: number;\n}\nexport const Backdrop: React.FC<BackdropProps> = (props) => {\n@@ -61,7 +65,13 @@ export co... | TypeScript | MIT License | innovaccer/design-system | fix(Overlays): fixes zIndex for Backdrop Component | 1 | fix | Overlays |
217,922 | 13.09.2021 19:58:13 | -7,200 | 31d1dc3c7e77af20e8abf3faac505ba3848a8ccb | fix(pricing-mode): fixed final items not handling unmarketable items properly | [
{
"change_type": "MODIFY",
"diff": "@@ -120,7 +120,7 @@ export class PricingComponent implements AfterViewInit {\nconst rowsToFill = rows\n.filter(row => {\nconst price = this.pricingService.getPrice(row);\n- return this.lazyData.data.marketItems.indexOf(row.id) > -1 && !price.fromVendor || finalItems;\n+ r... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(pricing-mode): fixed final items not handling unmarketable items properly | 1 | fix | pricing-mode |
266,154 | 13.09.2021 19:58:21 | 25,200 | c32238539f9f7c720e667e509c8b8a3362fadb14 | feat(owl-bot): Open Status Check on Loop
Fixes: | [
{
"change_type": "MODIFY",
"diff": "@@ -222,16 +222,22 @@ describe('owlBot', () => {\nconst hasOwlBotLoopStub = sandbox\n.stub(core, 'hasOwlBotLoop')\n.resolves(true);\n- await assert.rejects(\n- probot.receive({\n+ const createCheckStub = sandbox.stub(core, 'createCheck');\n+\n+ await probot.receive({\nnam... | TypeScript | Apache License 2.0 | googleapis/repo-automation-bots | feat(owl-bot): Open Status Check on Loop (#2509)
Fixes: #2507 | 1 | feat | owl-bot |
217,922 | 13.09.2021 19:58:27 | -7,200 | 3d2ce6357e1e7a2ce34f26fc7884e8cf46879802 | chore: env revert | [
{
"change_type": "MODIFY",
"diff": "@@ -16,13 +16,13 @@ export const environment = {\nnoAnimations: false,\n...gameEnv,\nfirebase: {\n- apiKey: 'AIzaSyDZPSJj-nXHLIATOz3IBESUTFk8zvFaUc0',\n- authDomain: 'ffxivteamcraft.firebaseapp.com',\n- databaseURL: 'https://ffxivteamcraft.firebaseio.com',\n- projectId: '... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: env revert | 1 | chore | null |
791,323 | 13.09.2021 20:55:33 | 25,200 | c6d51891649d8169089a0a2b7365ea54f991af56 | fix(pubsub): prevent draining error return for Receive | [
{
"change_type": "MODIFY",
"diff": "package scheduler\nimport (\n- \"errors\"\n\"sync\"\n)\n@@ -68,12 +67,6 @@ func NewReceiveScheduler(workers int) *ReceiveScheduler {\n// call causes pushback to the pubsub service (less Receive calls on the\n// long-lived stream), which keeps memory footprint stable.\nfun... | Go | Apache License 2.0 | googleapis/google-cloud-go | fix(pubsub): prevent draining error return for Receive (#4733) | 1 | fix | pubsub |
865,939 | 13.09.2021 21:42:55 | -7,200 | 60cdc6a02e714c6ba38daf42df51f898610dc603 | feat(formEditor): track `diagramOpen` on form editor
Track `diagramOpen` event when a new form is created or imported
Track the engine profile used
Related to
docs(telemetry): update `diagramOpened` for forms | [
{
"change_type": "MODIFY",
"diff": "@@ -402,13 +402,23 @@ export class FormEditor extends CachedComponent {\n);\n}\n- static createCachedState() {\n+ static createCachedState(props) {\n+\n+ const {\n+ onAction,\n+ } = props;\n+\nconst form = new Form({});\nconst commandStack = form.get('commandStack');\ncon... | JavaScript | MIT License | camunda/camunda-modeler | feat(formEditor): track `diagramOpen` on form editor
- Track `diagramOpen` event when a new form is created or imported
- Track the engine profile used
Related to #2405
docs(telemetry): update `diagramOpened` for forms | 1 | feat | formEditor |
306,444 | 13.09.2021 22:04:40 | -7,200 | bcf68cebf7ed616036b252542f191361e634390f | feat(core): support default slot for SlotMixin | [
{
"change_type": "ADD",
"diff": "+---\n+'@lion/core': patch\n+---\n+\n+Allow SlotMixin to work with default slots using empty string as key (''). Ensure that we do not add slot attribute to the slottable in this case.\n",
"new_path": ".changeset/healthy-parents-happen.md",
"old_path": null
},
{
... | JavaScript | MIT License | ing-bank/lion | feat(core): support default slot for SlotMixin | 1 | feat | core |
306,660 | 13.09.2021 22:23:22 | -19,080 | c113a568e9253138f2c360e8532d743368506ccf | style(card): fixes border radius | [
{
"change_type": "MODIFY",
"diff": "/* badge */\n.Card {\n- border-radius: var(--spacing);\n+ border-radius: var(--spacing-m);\nborder: var(--spacing-xs) solid var(--secondary-light);\nposition: relative;\noverflow: hidden;\n",
"new_path": "css/src/components/card.css",
"old_path": "css/src/componen... | TypeScript | MIT License | innovaccer/design-system | style(card): fixes border radius | 1 | style | card |
494,211 | 14.09.2021 04:07:11 | 14,400 | 7ffe0e9766e930615dbb6833e650b73a8975a544 | feat: add smtp headers config option
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -157,6 +157,12 @@ func (m *Courier) DispatchMessage(ctx context.Context, msg Message) error {\ngm.SetHeader(\"To\", msg.Recipient)\ngm.SetHeader(\"Subject\", msg.Subject)\n+\n+ headers := m.d.Config(ctx).CourierSMTPHeaders()\n+ for k, v := range headers {\n+ gm.SetHead... | Go | Apache License 2.0 | ory/kratos | feat: add smtp headers config option (#1747)
Closes #1725 | 1 | feat | null |
756,039 | 14.09.2021 08:30:20 | 25,200 | c02eb8ec04b9fbd0366675ef9ed56b39e8bc86ee | feat(wallet): Add requests feed to dashboard | [
{
"change_type": "MODIFY",
"diff": "display: flex;\njustify-content: flex-start;\nflex-direction: column;\n- padding: 16px 0 16px;;\n+ padding: 16px 0 16px;\nborder-radius: 8px;\nborder-color: #e0e0e0;\nborder-width: 1px;\n",
"new_path": "packages/dapp-svelte-wallet/ui/lib/CardV2.svelte",
"old_path"... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(wallet): Add requests feed to dashboard (#3824) | 1 | feat | wallet |
277,273 | 14.09.2021 08:38:27 | 25,200 | 6f2a74e5780f4b741901742b77492a3bf35dc054 | fix: Don't look for verbs/actions in env vars | [
{
"change_type": "MODIFY",
"diff": "@@ -54,8 +54,6 @@ Your key was also added to the keychain located at\n)\nfunc main() {\n- // TODO Use github.com/gosidekick/goconfig instead.\n-\nvar (\nconf wave.ServerConf\nauth wave.AuthConf\n@@ -73,7 +71,7 @@ func main() {\nscopes string\n)\n- boolVar(&version, \"vers... | Python | Apache License 2.0 | h2oai/wave | fix: Don't look for verbs/actions in env vars #481 | 1 | fix | null |
756,039 | 14.09.2021 08:50:00 | 25,200 | 5a52315783dc075aca2dfb2b689d6c1f8865f612 | feat(wallet): Drop old components into contacts, dapps, issuers, and purses views | [
{
"change_type": "MODIFY",
"diff": "<script>\n+ import { E } from '@agoric/eventual-send';\n+ import Card from 'smelte/src/components/Card';\n+ import ListCard from '../lib/ListCard.svelte';\n+ import Import from \"./Import.svelte\";\n+ import Contact from \"./Contact.svelte\";\n+\n+ import { contacts, wall... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(wallet): Drop old components into contacts, dapps, issuers, and purses views (#3825) | 1 | feat | wallet |
277,273 | 14.09.2021 08:50:39 | 25,200 | 6f009d5a8c4fd66089a5e5329295eaafe77d9739 | docs: Add docs for setting waved opts via env vars | [
{
"change_type": "MODIFY",
"diff": "@@ -70,6 +70,35 @@ Usage of ./waved:\n-web-dir string\ndirectory to serve web assets from (default \"./www\")\n```\n+### Environment variables\n+\n+Almost all of the command line arguments listed above can be set using environment variables (with the exception of actions ... | Python | Apache License 2.0 | h2oai/wave | docs: Add docs for setting waved opts via env vars #481 | 1 | docs | null |
126,276 | 14.09.2021 09:21:53 | 10,800 | b66d6f3d224b70e7d92f2b48c1d959ab7cdec43b | feat(embedded/sql): switch to signed INTEGER | [
{
"change_type": "MODIFY",
"diff": "@@ -555,7 +555,7 @@ func (e *Engine) loadTables(db *Database, catalogSnap, dataSnap *store.Snapshot)\nreturn ErrCorruptedData\n}\n- table.maxPK = binary.BigEndian.Uint64(encMaxPK)\n+ table.maxPK = binary.BigEndian.Uint64(encMaxPK) + math.MaxInt64 + 1\n}\n}\n@@ -942,6 +942... | Go | Apache License 2.0 | codenotary/immudb | feat(embedded/sql): switch to signed INTEGER
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | feat | embedded/sql |
791,690 | 14.09.2021 10:04:09 | 18,000 | 9e22b6609b7b3898d0e3394e1ff1efab68f3f145 | core(lazy-lcp): fix failureTitle in lcp-lazy-loaded | [
{
"change_type": "MODIFY",
"diff": "@@ -365,7 +365,7 @@ const expectations = {\n},\n},\n'js-libraries': {\n- score: 1,\n+ scoreDisplayMode: 'informative',\ndetails: {\nitems: [{\nname: 'jQuery',\n",
"new_path": "lighthouse-cli/test/smokehouse/test-definitions/dobetterweb/dbw-expectations.js",
"old_p... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(lazy-lcp): fix failureTitle in lcp-lazy-loaded (#13049) | 1 | core | lazy-lcp |
711,597 | 14.09.2021 10:19:02 | -7,200 | 58d563429ebfd772763161b6014b36559bbfdb98 | fix(admin-ui): Keep product search bar in sync with url params
Fixes | [
{
"change_type": "MODIFY",
"diff": "\"@clr/core\": \"^4.0.15\",\n\"@clr/icons\": \"^12.0.2\",\n\"@clr/ui\": \"^12.0.2\",\n- \"@ng-select/ng-select\": \"^6.1.0\",\n+ \"@ng-select/ng-select\": \"^7.2.0\",\n\"@ngx-translate/core\": \"^13.0.0\",\n\"@ngx-translate/http-loader\": \"^6.0.0\",\n\"@vendure/common\":... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(admin-ui): Keep product search bar in sync with url params
Fixes #1053 | 1 | fix | admin-ui |
277,273 | 14.09.2021 10:25:54 | 25,200 | 04cd318c4a9325fa995c7196cd67abd83270d3f5 | feat: Read public/private dirs from env vars; change mapping separator | [
{
"change_type": "MODIFY",
"diff": "@@ -75,8 +75,8 @@ func main() {\nstringVar(&conf.Listen, \"listen\", \":10101\", \"listen on this address\")\nstringVar(&conf.WebDir, \"web-dir\", \"./www\", \"directory to serve web assets from, hosted at /\")\nstringVar(&conf.DataDir, \"data-dir\", \"./data\", \"directo... | Python | Apache License 2.0 | h2oai/wave | feat: Read public/private dirs from env vars; change mapping separator | 1 | feat | null |
667,713 | 14.09.2021 10:43:25 | -28,800 | a08a7a258a6cd5757b8fc5f9a2bcb85f30a3d976 | refactor(android): set default false to view group clip children | [
{
"change_type": "MODIFY",
"diff": "@@ -77,7 +77,7 @@ public class HippyRootView extends FrameLayout {\nmInstanceId = ID_COUNTER.addAndGet(ROOT_VIEW_TAG_INCREMENT);\nsetId(mInstanceId);\n- //setTag(NodeProps.ROOT_NODE);\n+ setClipChildren(false);\nHippyMap tagMap = HippyTag.createTagMap(NodeProps.ROOT_NODE,... | C++ | Apache License 2.0 | tencent/hippy | refactor(android): set default false to view group clip children | 1 | refactor | android |
401,150 | 14.09.2021 10:46:11 | 25,200 | efe317052be3a37f16b7cb7571db8afcbf109f90 | feat(theme): allow adding border to modal close icon | [
{
"change_type": "MODIFY",
"diff": "@@ -19,6 +19,7 @@ export const CloseIcon = styled(ClearIcon)`\nz-index: 20;\nposition: absolute;\nborder-radius: ${({ theme }) => theme.modal.closeIcon.borderRadius};\n+ border: ${({ theme }) => theme.modal.closeIcon.border};\n${props => getStyle({ ...props, styleType: 'd... | TypeScript | MIT License | medly/medly-components | feat(theme): allow adding border to modal close icon (#422) | 1 | feat | theme |
126,276 | 14.09.2021 10:49:40 | 10,800 | 1a0541d5205a841079fcd637e01ad1c84be7b70e | chore(embedded/sql): add further validations when encoding values as keys | [
{
"change_type": "MODIFY",
"diff": "@@ -616,11 +616,15 @@ func (e *Engine) loadColSpecs(dbID, tableID uint32, snap *store.Snapshot) (specs\nreturn nil, err\n}\n- _, _, colID, colType, err := e.unmapColSpec(mkey)\n+ mdbID, mtableID, colID, colType, err := e.unmapColSpec(mkey)\nif err != nil {\nreturn nil, er... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/sql): add further validations when encoding values as keys
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/sql |
266,154 | 14.09.2021 11:05:54 | 25,200 | 275495470525b389a700be36ab6dd4e82ed5a399 | feat(owl-bot): Remove OwlBot Run Label Before Post Processor
Fixes: | [
{
"change_type": "MODIFY",
"diff": "@@ -259,6 +259,9 @@ export async function handlePullRequestLabeled(\nreturn;\n}\n+ // Remove run label before continuing\n+ await removeOwlBotRunLabel(owner, repo, prNumber, octokit);\n+\n// If the last commit made to the PR was already from OwlBot, and the label\n// has ... | TypeScript | Apache License 2.0 | googleapis/repo-automation-bots | feat(owl-bot): Remove OwlBot Run Label Before Post Processor (#2510)
Fixes: #2367 | 1 | feat | owl-bot |
667,713 | 14.09.2021 11:07:16 | -28,800 | 011a43ff2552d12f07b81d9fdfcc77d8b310641a | fix(android): enlarge DEFAULT_MAX_SCRAP to 10 | [
{
"change_type": "MODIFY",
"diff": "@@ -3323,7 +3323,7 @@ public abstract class RecyclerViewBase extends ViewGroup\nprotected SparseIntArray mMaxScrap = new SparseIntArray();\n/* private */int mAttachCount = 0;\n- /* private */public int DEFAULT_MAX_SCRAP = 7;\n+ /* private */public int DEFAULT_MAX_SCRAP = ... | C++ | Apache License 2.0 | tencent/hippy | fix(android): enlarge DEFAULT_MAX_SCRAP to 10 | 1 | fix | android |
889,620 | 14.09.2021 11:08:46 | -28,800 | f8f11e8630262d4568a15601a1fa2ba9d3feb916 | refactor: get lastModifiedDate from createdDate for Auditable | [
{
"change_type": "MODIFY",
"diff": "@@ -23,7 +23,7 @@ data class Book(\nval deletedDate: LocalDateTime? = null,\noverride val createdDate: LocalDateTime = LocalDateTime.now(),\n- override val lastModifiedDate: LocalDateTime = LocalDateTime.now()\n+ override val lastModifiedDate: LocalDateTime = createdDate,... | Kotlin | MIT License | gotson/komga | refactor: get lastModifiedDate from createdDate for Auditable | 1 | refactor | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.