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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
730,489 | 18.11.2021 00:57:37 | 28,800 | 9a46dc0aa6c585ce28a937aa884dc1277b19f1e4 | feat(plugin-meetings): meeting changes to add startWhiteboardShare and stopWhiteboardShare | [
{
"change_type": "MODIFY",
"diff": "@@ -4491,6 +4491,105 @@ export default class Meeting extends StatelessWebexPlugin {\n});\n}\n+ /**\n+ * Start sharing whiteboard given channelUrl\n+ * @param {string} channelUrl whiteboard url\n+ * @param {String} resourceToken token created by authorize media injector\n+... | JavaScript | MIT License | webex/webex-js-sdk | feat(plugin-meetings): meeting changes to add startWhiteboardShare and stopWhiteboardShare | 1 | feat | plugin-meetings |
730,489 | 18.11.2021 01:01:14 | 28,800 | 9f0243205c198f96cb7082f8760ba358c6ecded3 | fix(plugin-meetings): meeting changes to ensure share type and state updates properly | [
{
"change_type": "MODIFY",
"diff": "@@ -25,6 +25,7 @@ export const CMR_MEETINGS = 'cmrmeetings';\nexport const CLAIM = 'claim';\nexport const CONTROLS = 'controls';\nexport const CONTENT = 'content';\n+export const WHITEBOARD = 'whiteboard';\nexport const DEVELOPMENT = 'development';\nexport const DECLINE =... | JavaScript | MIT License | webex/webex-js-sdk | fix(plugin-meetings): meeting changes to ensure share type and state updates properly | 1 | fix | plugin-meetings |
730,489 | 18.11.2021 01:02:29 | 28,800 | b7e4e6503acfbdbf7747eecea36c283bad6ac750 | feat(internal-plugin-board): authorizeMediaInjector and unauthorizeMediaInjector functions | [
{
"change_type": "MODIFY",
"diff": "@@ -630,6 +630,84 @@ const Board = WebexPlugin.extend({\n}\n}\n}));\n+ },\n+\n+ /** Authorize transcoder (for sharing whiteboard to mobile)\n+ *\n+ * @param {Board~Channel} board\n+ * @memberof Board.BoardService\n+ * @returns {String} authorization\n+ */\n+ authorizeMedi... | JavaScript | MIT License | webex/webex-js-sdk | feat(internal-plugin-board): authorizeMediaInjector and unauthorizeMediaInjector functions | 1 | feat | internal-plugin-board |
730,489 | 18.11.2021 01:03:51 | 28,800 | 303c2531de01b2b9195e9c24b3013f4061eb4643 | chore(plugin-meetings): members changes to sync with mediaSharesUtil changes | [
{
"change_type": "MODIFY",
"diff": "import {isEmpty} from 'lodash';\nimport {StatelessWebexPlugin} from '@webex/webex-core';\n-import {MEETINGS, EVENT_TRIGGERS, FLOOR_ACTION, CONTENT} from '../constants';\n+import {MEETINGS, EVENT_TRIGGERS, FLOOR_ACTION, CONTENT, WHITEBOARD} from '../constants';\nimport Tri... | JavaScript | MIT License | webex/webex-js-sdk | chore(plugin-meetings): members changes to sync with mediaSharesUtil changes | 1 | chore | plugin-meetings |
103,567 | 18.11.2021 01:21:54 | 28,800 | b545cdcbd8c5f1bd5ad3f0e9f095c294527846a4 | docs: Add Vibemap to Showcase.js | [
{
"change_type": "ADD",
"diff": "Binary files /dev/null and b/docs/assets/showcase/vibemap.png differ\n",
"new_path": "docs/assets/showcase/vibemap.png",
"old_path": "docs/assets/showcase/vibemap.png"
},
{
"change_type": "MODIFY",
"diff": "@@ -120,6 +120,14 @@ const data: Data[] = [\nand... | TypeScript | MIT License | callstack/react-native-paper | docs: Add Vibemap to Showcase.js (#2981) | 1 | docs | null |
730,451 | 18.11.2021 02:05:21 | -19,080 | a6b04b2c5d7f79b80ac07b69a69347faf177f1a0 | fix(plugin-meetings): add permissions token for unified space meeting | [
{
"change_type": "MODIFY",
"diff": "@@ -2344,15 +2344,19 @@ export default class Meeting extends StatelessWebexPlugin {\n* @memberof Meeting\n*/\nparseMeetingInfo(meetingInfo) {\n+ const webexMeetingInfo = meetingInfo?.body;\n+\n// MeetingInfo will be undefined for 1:1 calls\n- if (meetingInfo && meetingInf... | JavaScript | MIT License | webex/webex-js-sdk | fix(plugin-meetings): add permissions token for unified space meeting | 1 | fix | plugin-meetings |
815,609 | 18.11.2021 02:23:10 | -28,800 | bd24f171d05b9ae50068cdf267abb1de27e56e5f | test(script): vm_version should be correct after resuming from snapshot | [
{
"change_type": "MODIFY",
"diff": "@@ -167,6 +167,78 @@ fn check_vm_version() {\nassert_eq!(result.is_ok(), script_version >= ScriptVersion::V1);\n}\n+#[test]\n+fn check_vm_version_with_snapshot() {\n+ let script_version = SCRIPT_VERSION;\n+\n+ let (vm_version_cell, vm_version_data_hash) =\n+ load_cell_fro... | Rust | MIT License | nervosnetwork/ckb | test(script): vm_version should be correct after resuming from snapshot | 1 | test | script |
815,609 | 18.11.2021 02:48:20 | -28,800 | 5fc8bed3a45565863b78295eb2ba9ebf13428b0a | test(script): current cycles should be correct after resuming from snapshot | [
{
"change_type": "MODIFY",
"diff": "@@ -136,6 +136,78 @@ fn check_current_cycles() {\nassert_eq!(result.is_ok(), script_version >= ScriptVersion::V1);\n}\n+#[test]\n+fn check_current_cycles_with_snapshot() {\n+ let script_version = SCRIPT_VERSION;\n+\n+ let (current_cycles_cell, current_cycles_data_hash) =\... | Rust | MIT License | nervosnetwork/ckb | test(script): current cycles should be correct after resuming from snapshot | 1 | test | script |
73,308 | 18.11.2021 03:29:44 | 18,000 | 92a7d5e3b10dc7c881ef70c12730f1f0cdcf9b63 | fix(rosetta): diagnostics not showing
One-liner to make sure that we slice `diags` correctly. Tested locally on my own machine to ensure that it works.
By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license].
[Apache 2.0 license]: | [
{
"change_type": "MODIFY",
"diff": "@@ -15,7 +15,7 @@ export function printDiagnostics(diags: readonly RosettaDiagnostic[], stream: No\n// Don't print too much, at some point it just clogs up the log\nconst maxDiags = 50;\n- for (const diag of diags.slice(maxDiags)) {\n+ for (const diag of diags.slice(0, ma... | TypeScript | Apache License 2.0 | aws/jsii | fix(rosetta): diagnostics not showing (#3182)
One-liner to make sure that we slice `diags` correctly. Tested locally on my own machine to ensure that it works.
---
By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license].
[Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0 | 1 | fix | rosetta |
71,080 | 18.11.2021 05:34:46 | 18,000 | e2f4ad6dad8055391ade5906cf070a06fa7401b3 | chore(kinesis): make examples compile
Fix examples and turn on strict mode for `kinesis` and related modules.
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | [
{
"change_type": "MODIFY",
"diff": "@@ -34,8 +34,8 @@ Using the CDK, a new Kinesis stream can be created as part of the stack using th\nyour own identifier to the stream. If not, CloudFormation will generate a name.\n```ts\n-new Stream(this, \"MyFirstStream\", {\n- streamName: \"my-awesome-stream\"\n+new ki... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore(kinesis): make examples compile (#17548)
Fix examples and turn on strict mode for `kinesis` and related modules.
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | chore | kinesis |
531,793 | 18.11.2021 09:37:31 | 0 | 955709727565e5d37cf21e4a1d6b69be56ee7767 | fix(ci): enable platformAutomerge | [
{
"change_type": "MODIFY",
"diff": "\"packageRules\": [\n{\n\"updateTypes\": [\"minor\", \"patch\", \"pin\", \"digest\"],\n- \"automerge\": true\n+ \"automerge\": true,\n+ \"platformAutomerge\": true\n},\n{\n\"matchPackagePatterns\": [\"bootstrap\", \"bootswatch\"],\n",
"new_path": "renovate.json",
... | TypeScript | Apache License 2.0 | prymitive/karma | fix(ci): enable platformAutomerge | 1 | fix | ci |
217,922 | 18.11.2021 09:57:13 | -3,600 | 761f7672ae49755de867bc9ae4a518021881bbf6 | feat(desktop): tentative implementation of auto opening website links in desktop if it's started | [
{
"change_type": "MODIFY",
"diff": "<div class=\"opened-in-desktop\" fxLayout=\"column\" fxLayoutAlign=\"center center\" fxLayoutGap=\"20px\">\n<img alt=\"FFXIV Teamcraft\" src=\"./assets/logo.png\">\n<div class=\"desktop-message\">{{'COMMON.Opened_in_desktop' | translate}}</div>\n+ <div class=\"desktop-mes... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat(desktop): tentative implementation of auto opening website links in desktop if it's started | 1 | feat | desktop |
269,464 | 18.11.2021 10:01:31 | 10,800 | f545feea91b3368d39ebdccc160469fa0501f8e3 | chore(ci): auto-gen schema
refs | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,7 @@ on:\n- 'main'\npaths:\n- '.github/workflows/generate.yml'\n+ - pkg/config/config.go\n- CONTRIBUTING.md\n- USERS.md\n@@ -21,6 +22,7 @@ jobs:\ngo-version: 1.17\n- uses: arduino/setup-task@v1\n- run: task docs:generate\n+ - run: task schema:generate\n- uses: ... | Go | MIT License | goreleaser/goreleaser | chore(ci): auto-gen schema
refs https://github.com/goreleaser/goreleaser/pull/2673#issuecomment-972839504 | 1 | chore | ci |
503,940 | 18.11.2021 10:38:13 | 18,000 | 26733a6a256ad0e873afbc268a712027470fdeaa | fix(pagination): updated toggleTemplate prop description to include ofWord prop | [
{
"change_type": "MODIFY",
"diff": "@@ -123,7 +123,7 @@ export interface PaginationProps extends React.HTMLProps<HTMLDivElement>, OUIAPr\ndropDirection?: 'up' | 'down';\n/** Object with titles to display in pagination. */\ntitles?: PaginationTitles;\n- /** This will be shown in pagination toggle span. You c... | TypeScript | MIT License | patternfly/patternfly-react | fix(pagination): updated toggleTemplate prop description to include ofWord prop (#6622) | 1 | fix | pagination |
815,577 | 18.11.2021 10:41:06 | -28,800 | b2d831c4450c8fbced1e441d1e1b3b608bbf648d | fix: fix current cycles syscall on chunk run with snapshot | [
{
"change_type": "MODIFY",
"diff": "@@ -211,7 +211,7 @@ pub struct TransactionSnapshot {\n/// remain script groups to verify\npub remain: Vec<(ScriptGroupType, Byte32)>,\n/// vm snapshot\n- pub snap: Option<Snapshot>,\n+ pub snap: Option<(Snapshot, Cycle)>,\n/// current consumed cycle\npub current_cycles: C... | Rust | MIT License | nervosnetwork/ckb | fix: fix current cycles syscall on chunk run with snapshot | 1 | fix | null |
617,459 | 18.11.2021 10:49:54 | -3,600 | 0d5fb46e77d7980b9b4f000d38179ffb6239a759 | feat(test): ajout des tests unitaires pour le simulateur de tracking | [
{
"change_type": "MODIFY",
"diff": "@@ -104,8 +104,7 @@ export const trackConventionCollective = (\nbreak;\n}\ndefault: {\n- isTracked = false;\n- break;\n+ return;\n}\n}\nmatopush([\n",
"new_path": "packages/code-du-travail-frontend/src/lib/matomo/index.ts",
"old_path": "packages/code-du-travail-fr... | TypeScript | Apache License 2.0 | socialgouv/code-du-travail-numerique | feat(test): ajout des tests unitaires pour le simulateur de tracking (#4019) | 1 | feat | test |
667,713 | 18.11.2021 11:00:36 | -28,800 | 4e90c5d10de52021b6ce103e5a90dd02ccac3f02 | feat(android): support save and restore dom node
refactor(android): support save and restore dom node
refactor(android): support save and restore dom node
refactor(android): support save and restore dom node
refactor(android): keep DomNodeRecord for save dom node | [
{
"change_type": "MODIFY",
"diff": "@@ -169,6 +169,7 @@ public void removeActionInterceptor(com.tencent.mtt.hippy.dom.node.DomActionInte\n-keep class com.tencent.mtt.hippy.dom.node.TypeFaceUtil {*;}\n-keep class com.tencent.mtt.hippy.adapter.image.HippyImageLoader {*;}\n-keep class com.tencent.mtt.hippy.dom... | C++ | Apache License 2.0 | tencent/hippy | feat(android): support save and restore dom node
refactor(android): support save and restore dom node
refactor(android): support save and restore dom node
refactor(android): support save and restore dom node
refactor(android): keep DomNodeRecord for save dom node | 1 | feat | android |
530,318 | 18.11.2021 11:16:11 | 25,200 | 3b7105f6d2d445dd46d375197a8294e1901806a7 | fix: lambdas are now produced with posix paths only
Fixes
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. | [
{
"change_type": "MODIFY",
"diff": "-import { basename, dirname, extname, join, relative } from 'path';\n+import * as path from 'path';\nimport { pascal } from 'case';\nimport { Eslint, Project } from '..';\nimport { Component } from '../component';\n@@ -7,6 +7,8 @@ import { Bundler, BundlingOptions } from ... | TypeScript | Apache License 2.0 | projen/projen | fix: lambdas are now produced with posix paths only (#1235)
Fixes #1234
---
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. | 1 | fix | null |
730,461 | 18.11.2021 11:29:04 | 0 | 05756d132257c797663c068b070451919e2dcd56 | fix(plugin-authorization-browser-first-party): emailHash | [
{
"change_type": "MODIFY",
"diff": "@@ -100,14 +100,14 @@ const Authorization = WebexPlugin.extend({\nthis.webex.getWindow().sessionStorage.removeItem(OAUTH2_CODE_VERIFIER);\n- const {email} = location.query.state;\n+ const {emailhash} = location.query.state;\nthis._verifySecurityToken(location.query);\nthi... | JavaScript | MIT License | webex/webex-js-sdk | fix(plugin-authorization-browser-first-party): emailHash | 1 | fix | plugin-authorization-browser-first-party |
530,289 | 18.11.2021 11:31:22 | 28,800 | 2c2f0133fc9c47daac932c7e0260bc4df0cf1bff | chore: Revert "fix: lambdas are now produced with posix paths only" | [
{
"change_type": "MODIFY",
"diff": "-import * as path from 'path';\n+import { basename, dirname, extname, join, relative } from 'path';\nimport { pascal } from 'case';\nimport { Eslint, Project } from '..';\nimport { Component } from '../component';\n@@ -7,8 +7,6 @@ import { Bundler, BundlingOptions } from ... | TypeScript | Apache License 2.0 | projen/projen | chore: Revert "fix: lambdas are now produced with posix paths only" (#1236) | 1 | chore | null |
4,988 | 18.11.2021 12:06:46 | -3,600 | 35c1f4a9dd806adc4de749c2e211bd436224d7f0 | perf(csv-parse): buffer unsafe allocation | [
{
"change_type": "MODIFY",
"diff": "@@ -4974,7 +4974,7 @@ class ResizeableBuffer{\nconstructor(size=100){\nthis.size = size;\nthis.length = 0;\n- this.buf = Buffer.alloc(size);\n+ this.buf = Buffer.allocUnsafe(size);\n}\nprepend(val){\nif(isBuffer(val)){\n@@ -4986,7 +4986,7 @@ class ResizeableBuffer{\n}\n}\... | JavaScript | MIT License | adaltas/node-csv | perf(csv-parse): buffer unsafe allocation | 1 | perf | csv-parse |
865,926 | 18.11.2021 12:08:50 | -3,600 | 9a00effc4c7d3a5c1b06280ea11add4ca7b2ede5 | feat: increase default window size
Changed to 1024x768. | [
{
"change_type": "MODIFY",
"diff": "@@ -36,7 +36,7 @@ describe('window-manager', function() {\n// then\nexpect(window.setBounds).to.have.been.calledOnce;\nexpect(window.setBounds.args).to.eql([\n- [ { x: 0, y: 0, width: 800, height: 600 } ]\n+ [ { x: 0, y: 0, width: 1024, height: 768 } ]\n]);\n});\n@@ -47,7... | JavaScript | MIT License | camunda/camunda-modeler | feat: increase default window size
Changed to 1024x768. | 1 | feat | null |
688,423 | 18.11.2021 12:09:31 | -7,200 | ad250b5bbbf23168b810f9f67f1ee9cb8cc9818c | fix(pagintaion): fix pagination key names | [
{
"change_type": "ADD",
"diff": "+---\n+'@toptal/picasso': patch\n+---\n+\n+Fixed warnings in the Pagination, caused by incorrect key name for the ellipsis component\n",
"new_path": ".changeset/tame-squids-buy.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "@@ -59,7 +59,7 @@... | TypeScript | MIT License | toptal/picasso | fix(pagintaion): [FX-2269] fix pagination key names (#2257) | 1 | fix | pagintaion |
366,946 | 18.11.2021 12:13:12 | -32,400 | 9054c710970d3fe632b94f220711e43bc5b0bb5a | fix: reset margin of button on SegmentedControl | [
{
"change_type": "MODIFY",
"diff": "@@ -151,6 +151,7 @@ const Container = styled.div`\nconst Button = styled(SecondaryButton)<{ themes: Theme }>(\n({ themes: { border, color, radius, shadow } }) =>\ncss`\n+ margin: 0;\nborder-radius: 0;\n&[aria-checked='true'] {\n",
"new_path": "src/components/Segmented... | TypeScript | MIT License | kufu/smarthr-ui | fix: reset margin of button on SegmentedControl (#2060) | 1 | fix | null |
306,423 | 18.11.2021 12:22:49 | -3,600 | 3bd6d3fd09abf8e5ff52f779f1bf064096901e44 | chore: fix search by updating dependency | [
{
"change_type": "MODIFY",
"diff": "\"@rocket/blog\": \"^0.4.0\",\n\"@rocket/cli\": \"^0.10.1\",\n\"@rocket/launch\": \"^0.6.0\",\n- \"@rocket/search\": \"^0.5.0\",\n+ \"@rocket/search\": \"^0.5.1\",\n\"@types/chai-dom\": \"^0.0.8\",\n\"@types/convert-source-map\": \"^1.5.1\",\n\"@types/fs-extra\": \"^9.0.7... | JavaScript | MIT License | ing-bank/lion | chore: fix search by updating dependency | 1 | chore | null |
4,988 | 18.11.2021 12:34:23 | -3,600 | ef5174c6da73e81bf36f59910c382055c94471ef | docs: cjs demo with node > 12 ts import | [
{
"change_type": "MODIFY",
"diff": "# Node.js CSV demo for CommonJS\nThe package exposes a few JavaScript and TypeScript examples to import the CSV parser using the CommonJS module loader.\n+\n+## Testing\n+\n+For Node.js 12 and above, run `yarn test`. For versions below 12 and above 8, run `./test/node8.sh... | JavaScript | MIT License | adaltas/node-csv | docs: cjs demo with node > 12 ts import | 1 | docs | null |
4,988 | 18.11.2021 12:56:43 | -3,600 | ccbc8b41b1987c7174738babd2987a98e480e111 | ci: remove nodejs matrix in publish | [
{
"change_type": "MODIFY",
"diff": "@@ -37,14 +37,11 @@ jobs:\npublish:\nneeds: [test, test_legacy]\nruns-on: ubuntu-latest\n- strategy:\n- matrix:\n- node-version: [16.x]\nsteps:\n- uses: actions/checkout@v2\n- uses: actions/setup-node@v1\nwith:\n- node-version: ${{ matrix.node-version }}\n+ node-version: ... | JavaScript | MIT License | adaltas/node-csv | ci: remove nodejs matrix in publish | 1 | ci | null |
317,646 | 18.11.2021 13:00:51 | -3,600 | f58567e01509e53afff5dc6f3b59aaae18398eda | docs(az): align sample with template functionality | [
{
"change_type": "MODIFY",
"diff": "@@ -23,9 +23,7 @@ To enable this, set `$env:AZ_ENABLED = $true` in your `$PROFILE`.\n\"foreground\": \"#000000\",\n\"background\": \"#9ec3f0\",\n\"properties\": {\n- \"display_id\": true,\n- \"display_name\": true,\n- \"info_separator\": \" @ \",\n+ \"template\": \"{{ .En... | Go | MIT License | jandedobbeleer/oh-my-posh | docs(az): align sample with template functionality | 1 | docs | az |
317,646 | 18.11.2021 13:15:35 | -3,600 | 5ddb0d8896b148acae2eb67f17f26ee13975c0d5 | feat(cmd): add tooltip functionality | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,7 @@ import Tabs from \"@theme/Tabs\";\nimport TabItem from \"@theme/TabItem\";\n:::info\n-Due to limitations (or not having found a way just yet), this feature only works in `zsh` and `powershell` for\n+Due to limitations (or not having found a way just yet), ... | Go | MIT License | jandedobbeleer/oh-my-posh | feat(cmd): add tooltip functionality | 1 | feat | cmd |
730,489 | 18.11.2021 13:24:14 | 28,800 | a3d67a8b74f7af06a095453a0e3d2bd1d3f62c5b | test(whiteboard): unit and integration tests along with realtime test fix | [
{
"change_type": "MODIFY",
"diff": "@@ -273,7 +273,16 @@ describe('plugin-board', () => {\nassert.lengthOf(channelPage, 2);\nassert.isFalse(channelPage.hasNext());\nchannelsReceived = channelsReceived.concat(channelPage.items);\n- assert.sameDeepMembers(channelsCreated, channelsReceived);\n+\n+ channelsCrea... | JavaScript | MIT License | webex/webex-js-sdk | test(whiteboard): unit and integration tests along with realtime test fix | 1 | test | whiteboard |
317,646 | 18.11.2021 13:29:56 | -3,600 | 79c5ad845f35ce408f52d6d1c0a081d0d123b570 | feat(cmd): transient prompt | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,7 @@ import Tabs from \"@theme/Tabs\";\nimport TabItem from \"@theme/TabItem\";\n:::info\n-This feature only works in `zsh` and `powershell` for the time being.\n+This feature only works in `zsh`, `powershell` and `cmd` for the time being.\n:::\nTransient promp... | Go | MIT License | jandedobbeleer/oh-my-posh | feat(cmd): transient prompt | 1 | feat | cmd |
815,585 | 18.11.2021 13:49:18 | -28,800 | d567b205760ff327783c0d2e5127d175252cda1f | ci: update benchmark.yaml | [
{
"change_type": "MODIFY",
"diff": "@@ -10,8 +10,9 @@ on:\nworkflow_dispatch:\njobs:\n- build_modified_ckb:\n- name: Build Modified CKB\n+\n+ benchmark:\n+ name: Benchmark\nruns-on: ubuntu-latest\nif: |\n(\n@@ -24,103 +25,16 @@ jobs:\ngithub.event_name == 'workflow_dispatch'\n)\nenv:\n- CARGO_TARGET_DIR: \"... | Rust | MIT License | nervosnetwork/ckb | ci: update benchmark.yaml | 1 | ci | null |
317,854 | 18.11.2021 13:58:57 | 18,000 | bcdfb8180bf30b0fa35e35181288d7da86808963 | feat(git): add symbol to the branch name when truncating | [
{
"change_type": "MODIFY",
"diff": "@@ -76,6 +76,7 @@ You can set the following properties to `true` to enable fetching additional inf\n- branch_behind_icon: `string` - the icon to display when the local branch is behind its remote - defaults to `\\u2193`\n- branch_gone_icon: `string` - the icon to display ... | Go | MIT License | jandedobbeleer/oh-my-posh | feat(git): add symbol to the branch name when truncating | 1 | feat | git |
756,032 | 18.11.2021 14:09:44 | 28,800 | fc19d99e02673ed6b5cc4648f0bdc30a9af5885f | chore: add caret | [
{
"change_type": "MODIFY",
"diff": "\"react\": \"^16.8.0\",\n\"react-dom\": \"^16.8.0\",\n\"react-router-dom\": \"^5.3.0\",\n- \"react-scripts\": \"4.0.3\",\n+ \"react-scripts\": \"^4.0.3\",\n\"rimraf\": \"^3.0.2\",\n\"ses\": \"^0.14.3\"\n},\n",
"new_path": "packages/dapp-wallet/ui/package.json",
"o... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore: add caret | 1 | chore | null |
306,480 | 18.11.2021 14:27:43 | -3,600 | 4aad06a10c3ded312d0ef589611edd6e34db6436 | fix(providance-analytics): Fixed issue with loading config on windows | [
{
"change_type": "ADD",
"diff": "+---\n+'providence-analytics': patch\n+---\n+\n+Fixed dynamic import for providence config on windows\n",
"new_path": ".changeset/brave-pots-type.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "import pathLib from 'path';\nimport fs from 'fs'... | JavaScript | MIT License | ing-bank/lion | fix(providance-analytics): Fixed issue with loading config on windows | 1 | fix | providance-analytics |
791,621 | 18.11.2021 14:34:48 | 18,000 | 18c6b18f621c410aca968a6bfc850e7a6ea404f4 | fix: temporary hold-back on google-gax to avoid timeout issues caused by | [
{
"change_type": "MODIFY",
"diff": "\"arrify\": \"^2.0.0\",\n\"extend\": \"^3.0.2\",\n\"google-auth-library\": \"^7.0.0\",\n- \"google-gax\": \"^2.24.1\",\n+ \"google-gax\": \"2.25.3\",\n\"is-stream-ended\": \"^0.1.4\",\n\"lodash.snakecase\": \"^4.1.1\",\n\"p-defer\": \"^3.0.0\"\n",
"new_path": "package... | TypeScript | Apache License 2.0 | googleapis/nodejs-pubsub | fix: temporary hold-back on google-gax to avoid timeout issues caused by https://github.com/googleapis/gax-nodejs/pull/1100 (#1431) | 1 | fix | null |
104,828 | 18.11.2021 14:54:00 | -3,600 | 417b1d9b20dec68d07d1779308d3f80d7dbfac45 | chore(tablecolumncustomizationmodal): change coverage thresholds | [
{
"change_type": "MODIFY",
"diff": "@@ -27,7 +27,7 @@ module.exports = {\nlines: 90,\n},\n// set coverage to 90 for all items except those who are covered by e2e cypress tests\n- './src/components/**/!(TimeSeriesCard|BarChartCard|DashboardEditor|ListTarget|PageTitleBar|DateTimePickerV2|DateTimePicker|Header... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(tablecolumncustomizationmodal): change coverage thresholds | 1 | chore | tablecolumncustomizationmodal |
126,276 | 18.11.2021 15:06:47 | 10,800 | cea5fda28c420f7960157394b02ad406878655c4 | chore(embedded/store): GetWith method accepting filters | [
{
"change_type": "MODIFY",
"diff": "@@ -245,7 +245,11 @@ func (tx *OngoingTx) Delete(key []byte) error {\nreturn tx.Set(key, NewKVMetadata().AsDeleted(true), nil)\n}\n-func (tx *OngoingTx) Get(key []byte, filters ...FilterFn) (ValueRef, error) {\n+func (tx *OngoingTx) Get(key []byte) (ValueRef, error) {\n+ ... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/store): GetWith method accepting filters
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/store |
401,129 | 18.11.2021 15:10:45 | -19,080 | e341a4fadd4c5acba75d530e1d0544cf10ce0002 | refactor: update TextField Variant "Fusion" Border Radius
* refactor: update TextField Variant "Fusion" Border Radius
affects:
* fix: update snapshot
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -5062,7 +5062,7 @@ exports[`SingleSelect component with fusion variant should render disabled state\ntransition: all 100ms ease-out;\ncursor: text;\nbackground-color: #ffffff;\n- border-radius: 1rem;\n+ border-radius: 0.4rem;\nborder-width: 0.15rem;\ncursor: not-allowe... | TypeScript | MIT License | medly/medly-components | refactor: update TextField Variant "Fusion" Border Radius (#532)
* refactor: update TextField Variant "Fusion" Border Radius
affects: @medly-components/theme
* fix: update snapshot
affects: @medly-components/core | 1 | refactor | null |
126,276 | 18.11.2021 15:15:54 | 10,800 | f1d46451aa76d59b04d27020893754fce355e5ff | chore(embedded/store): strengthen tx validations | [
{
"change_type": "MODIFY",
"diff": "@@ -199,6 +199,14 @@ func (tx *OngoingTx) Set(key []byte, md *KVMetadata, value []byte) error {\nreturn ErrIllegalArguments\n}\n+ if len(key) > tx.st.maxKeyLen {\n+ return ErrorMaxKeyLenExceeded\n+ }\n+\n+ if len(value) > tx.st.maxValueLen {\n+ return ErrorMaxValueLenExce... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/store): strengthen tx validations
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/store |
126,276 | 18.11.2021 15:16:27 | 10,800 | 5088394c13d8c95ffcf6e5b4c58c51c6228ca960 | test(embedded/store): use Get and GetWith methods | [
{
"change_type": "MODIFY",
"diff": "@@ -943,7 +943,10 @@ func TestImmudbStoreRWTransactions(t *testing.T) {\n_, err = immuStore.Get([]byte{1, 2, 3})\nrequire.ErrorIs(t, err, ErrKeyNotFound)\n- valRef, err := immuStore.Get([]byte{1, 2, 3})\n+ _, err = immuStore.GetWith([]byte{1, 2, 3}, nil)\n+ require.ErrorI... | Go | Apache License 2.0 | codenotary/immudb | test(embedded/store): use Get and GetWith methods
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | test | embedded/store |
667,636 | 18.11.2021 15:19:16 | -28,800 | a416e787cab84ad9a4d9c76a9655ba62bcc3ee84 | fix(hippy-vue): fixed measureInAppWindow issue | [
{
"change_type": "MODIFY",
"diff": "@@ -51,15 +51,9 @@ const measureInWindowByMethod = function measureInWindowByMethod(el, method) {\nreturn Promise.resolve(empty);\n}\nconst { nodeId } = el;\n- // FIXME: callNativeWithPromise was broken in iOS, it response\n- // UIManager was called with 3 arguments, but ... | C++ | Apache License 2.0 | tencent/hippy | fix(hippy-vue): fixed measureInAppWindow issue | 1 | fix | hippy-vue |
777,374 | 18.11.2021 15:31:10 | 28,800 | 525777bd15779e4f8925c2836bea58912231f54c | ci: manual image scanning with anchore script. | [
{
"change_type": "MODIFY",
"diff": "@@ -21,32 +21,54 @@ VULNERABILITIES_FOUND=3\nfunction print_usage_and_exit_with_error() {\necho ${MAJOR_SEPARATOR}\n- echo Error: ${1}\n+ echo \"Error: ${1}\"\necho\necho Usage:\necho\n- echo \" ${0} path/to/bumpenvs.yaml\"\n+ echo \" ${0} {path/to/bumpenvs.yaml | --image... | Python | Apache License 2.0 | determined-ai/determined | ci: manual image scanning with anchore script. (#3206) | 1 | ci | null |
126,276 | 18.11.2021 15:32:05 | 10,800 | e21cbeb8624752c720dfdb9ea713a204e2379d27 | chore(embedded/store): set tx as closed even on failed attempts | [
{
"change_type": "MODIFY",
"diff": "@@ -303,6 +303,8 @@ func (tx *OngoingTx) commit(waitForIndexing bool) (*TxHeader, error) {\nreturn nil, ErrAlreadyClosed\n}\n+ tx.closed = true\n+\nif !tx.IsWriteOnly() {\nerr := tx.snap.Close()\nif err != nil {\n@@ -310,8 +312,6 @@ func (tx *OngoingTx) commit(waitForInde... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/store): set tx as closed even on failed attempts
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/store |
276,941 | 18.11.2021 15:36:15 | 10,800 | 6b16668a4f3f80c7ff7083de0af5e254ff51ba39 | refactor(result): aplying some improvement suggestions | [
{
"change_type": "MODIFY",
"diff": "@@ -83,8 +83,8 @@ const ResultDetails = ({\n<>\n<Separator />\n<StyledText variant={variant}>\n- + {numberOfItemsLeft.toString()}\n- {limitLabel !== '' && ` ${limitLabel}`}\n+ + {numberOfItemsLeft}\n+ {!!limitLabel && ` ${limitLabel}`}\n</StyledText>\n<Separator />\n</>\n... | JavaScript | MIT License | gympass/yoga | refactor(result): aplying some improvement suggestions | 1 | refactor | result |
777,374 | 18.11.2021 15:37:16 | 28,800 | 1aa2225200fc1f34046631adf6bff37745ef7461 | feat: add `det deploy gke-experimental` | [
{
"change_type": "MODIFY",
"diff": "@@ -148,12 +148,13 @@ or GCS:\nmay also optionally configure ``checkpointStorage.endpointUrl`` which specifies the endpoint to\nuse for S3 clones (e.g., ``http://<minio-endpoint>:<minio-port|default=9000>``).\n-- **Microsoft Azure Blob Storage**: To configure Determined t... | Python | Apache License 2.0 | determined-ai/determined | feat: add `det deploy gke-experimental` [DET-5752] (#3136) | 1 | feat | null |
276,941 | 18.11.2021 15:42:24 | 10,800 | 5952eda6f6c3879e0aa4e67d931c4febafcffafa | test(result): add new test variation without limitLabel prop | [
{
"change_type": "MODIFY",
"diff": "@@ -39,7 +39,11 @@ const activitiesList = [\nvariant: 'deep',\n},\n{\n- children: '04',\n+ children: 'Activity4',\n+ variant: 'deep',\n+ },\n+ {\n+ children: 'Activity5',\nvariant: 'deep',\n},\n];\n@@ -83,4 +87,31 @@ describe('<Result />', () => {\nexpect(container).toMat... | JavaScript | MIT License | gympass/yoga | test(result): add new test variation without limitLabel prop | 1 | test | result |
386,584 | 18.11.2021 15:48:23 | -7,200 | 5e9ec1470d9920b8340247ac1ff8d9a681798f1d | fix(blocksAntd): Updated Selector block to include onSearch event. | [
{
"change_type": "MODIFY",
"diff": "limitations under the License.\n*/\n-import React from 'react';\n+import React, { useState } from 'react';\nimport { Select } from 'antd';\nimport { blockDefaultProps, renderHtml } from '@lowdefy/block-tools';\nimport { get, type } from '@lowdefy/helpers';\n@@ -35,6 +35,7... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(blocksAntd): Updated Selector block to include onSearch event. | 1 | fix | blocksAntd |
386,584 | 18.11.2021 15:48:38 | -7,200 | 0339e63ab6ce3fb1c8c95d203e341cbec1eb4660 | fix: Updated MultipleSelector block to include onSearch event. | [
{
"change_type": "MODIFY",
"diff": "limitations under the License.\n*/\n-import React from 'react';\n+import React, { useState } from 'react';\nimport { Select } from 'antd';\nimport { blockDefaultProps, renderHtml } from '@lowdefy/block-tools';\nimport { get, type } from '@lowdefy/helpers';\n@@ -35,6 +35,7... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix: Updated MultipleSelector block to include onSearch event. | 1 | fix | null |
386,584 | 18.11.2021 15:49:45 | -7,200 | 0e53cb8f93ed49e0122ac038113d7378f67501f7 | fix(docs): Included onSearch event example in MultipleSelector and Selector docs. | [
{
"change_type": "MODIFY",
"diff": "@@ -35,3 +35,92 @@ _ref:\n> Other selector blocks are `ButtonSelector`, `CheckboxSelector`, `RadioSelector` and `Selector`.\n+ examples:\n+ - title: Listing options from database search\n+ block:\n+ id: example_selector\n+ type: MultipleSelector\n+ requests:\n+ - id: exam... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(docs): Included onSearch event example in MultipleSelector and Selector docs. | 1 | fix | docs |
277,277 | 18.11.2021 15:50:27 | -3,600 | 656bf18737369ade369fa5523cb1d22ff9c95d6c | feat: Footer improvements | [
{
"change_type": "MODIFY",
"diff": "# Form / Link\n-# Use links to allow #navigation to internal and external URLs.\n+# Use link to allow #navigation to internal and external URLs.\n# #form #link\n# ---\nfrom h2o_wave import site, ui\n",
"new_path": "py/examples/link.py",
"old_path": "py/examples/li... | Python | Apache License 2.0 | h2oai/wave | feat: Footer improvements #1119 (#1122) | 1 | feat | null |
438,921 | 18.11.2021 15:54:45 | -32,400 | ccac60d1f3f15383ae758d7feaf81c2a7fa1554f | fix(types): fix candlestick data type
Fix candlestick data type definition
Add d3 type definition
Remove unused script command
Fix | [
{
"change_type": "MODIFY",
"diff": "\"build:production:analyzer\": \"cross-env ANALYZER=true npm run build:production\",\n\"build:packaged:analyzer\": \"cross-env ANALYZER=true npm run build:packaged\",\n\"build:plugin\": \"cross-env NODE_ENV=plugin webpack && cross-env NODE_ENV=plugin MODE=min webpack && c... | TypeScript | MIT License | naver/billboard.js | fix(types): fix candlestick data type
- Fix candlestick data type definition
- Add d3 type definition
- Remove unused script command
Fix #2422 | 1 | fix | types |
688,524 | 18.11.2021 16:05:07 | -3,600 | 629a825500e83dca2c5de155216829cda7fd5d78 | chore: set correct 'jenkins_user' | [
{
"change_type": "MODIFY",
"diff": "@@ -126,9 +126,10 @@ jobs:\nuses: toptal/jenkins-job-trigger-action@0.0.3-with-proxy\nenv:\nJENKINS_JOB_NAME: ${{ env.REPOSITORY_NAME }}-build-image\n+ JENKINS_USER: toptal-jenkins\nwith:\njenkins_url: https://jenkins-build.toptal.net/\n- jenkins_user: ${{ env.TOPTAL_BOT_... | TypeScript | MIT License | toptal/picasso | chore: set correct 'jenkins_user' (#2259) | 1 | chore | null |
304,908 | 18.11.2021 16:10:47 | 0 | 006c9e0948fd66ea98ed698d605939896f81529c | chore: update to rust 1.56
This patch updates the required rust to 1.56.
This update did not require any code changes in libflux, so should be
safe. | [
{
"change_type": "MODIFY",
"diff": "# and verification, we can list the rust container as a prior build stage, and\n# then pull in the artifacts we need. There is an added benefit that tagged versions\n# also include minor releases, so 1.2 includes 1.2.1 and so on, for bugfix releases.\n-FROM rust:1.55 as R... | Go | MIT License | influxdata/flux | chore: update to rust 1.56 (#4279)
This patch updates the required rust to 1.56.
This update did not require any code changes in libflux, so should be
safe. | 1 | chore | null |
777,388 | 18.11.2021 16:17:43 | 28,800 | f41d178db5f42f9f9dbc170e7701a9f2cfdc976e | feat: detect MIG instances in agents | [
{
"change_type": "MODIFY",
"diff": "package internal\nimport (\n+ \"bufio\"\n\"encoding/csv\"\n\"fmt\"\n\"io\"\n\"os/exec\"\n+ \"regexp\"\n\"strconv\"\n\"strings\"\n@@ -71,11 +73,69 @@ func detectCPUs() ([]device.Device, error) {\n}\n}\n+var detectMIGEnabled = []string{\n+ \"nvidia-smi\", \"--query-gpu=mig.... | Python | Apache License 2.0 | determined-ai/determined | feat: detect MIG instances in agents (#3204) | 1 | feat | null |
791,834 | 18.11.2021 16:42:15 | 21,600 | abb88b36c7f95af11a1f707bbd63c6616bfaad0d | core: ensure log-normal score is always in correct range | [
{
"change_type": "MODIFY",
"diff": "@@ -88,7 +88,7 @@ module.exports = {\n],\nparser: '@typescript-eslint/parser',\nparserOptions: {\n- ecmaVersion: 2019,\n+ ecmaVersion: 2020,\necmaFeatures: {\nglobalReturn: true,\njsx: false,\n",
"new_path": ".eslintrc.js",
"old_path": ".eslintrc.js"
}
] | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core: ensure log-normal score is always in correct range (#13392) | 1 | core | null |
699,187 | 18.11.2021 16:50:45 | 28,800 | 9bc6275450f79952a88eb06efeb5a589037ecd3c | fix: component header bugs(#2058) | [
{
"change_type": "RENAME",
"diff": "",
"new_path": "packages/paste-website/src/components/badge-popover/BadgePopover.tsx",
"old_path": "packages/paste-website/src/components/badgePopover/BadgePopover.tsx"
},
{
"change_type": "RENAME",
"diff": "",
"new_path": "packages/paste-website/s... | TypeScript | MIT License | twilio-labs/paste | fix: component header bugs(#2058) | 1 | fix | null |
791,400 | 18.11.2021 17:04:28 | 18,000 | 57b9bbcabf96dc3905b22acdfb02502bd3ad1ad8 | chore(storage): skip gRPC resumable upload test
This is blocked on an internal change which will take a while
to roll out.
Updates | [
{
"change_type": "MODIFY",
"diff": "@@ -1224,6 +1224,8 @@ func TestIntegration_MultiMessageWriteGRPC(t *testing.T) {\n}\nfunc TestIntegration_MultiChunkWriteGRPC(t *testing.T) {\n+ t.Skip(\"Skipped due to internal bug b/205986378\")\n+\nctx := context.Background()\n// Create an HTTP client to read test data... | Go | Apache License 2.0 | googleapis/google-cloud-go | chore(storage): skip gRPC resumable upload test (#5160)
This is blocked on an internal change which will take a while
to roll out.
Updates #5124 | 1 | chore | storage |
104,825 | 18.11.2021 17:19:36 | 18,000 | 5eb8c11ebed812e9474bf232f87c311a22ea7826 | feat(table model): account for rowSpans in moveColumn | [
{
"change_type": "MODIFY",
"diff": "@@ -727,7 +727,7 @@ describe('Table', () => {\n[new TableItem({ data: 'D' }), new TableItem({ data: 'E' }), new TableItem({ data: 'F' })],\n]);\n- tableModel.moveColumn(1, 3);\n+ tableModel.moveColumn(1, 2);\nexpect(tableModel.column(0)).toEqual([\nnew TableItem({ data: '... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(table model): account for rowSpans in moveColumn | 1 | feat | table model |
438,921 | 18.11.2021 17:34:24 | -32,400 | 80bf4911661b44ccdb48685eefc16ecff960b85d | fix(bar): fix bar radius rendering with clipPath=false option
Make 0(zero) value to not apply Arc path command
When clipPath=false is set, add clip-path attribute to bar element
Fix | [
{
"change_type": "MODIFY",
"diff": "@@ -7,12 +7,20 @@ import {getPointer, getRandom, getRectSegList, isNumber} from \"../../module/util\nexport default {\ninitBar(): void {\n- const {$el} = this;\n+ const {$el, config, state: {clip}} = this;\n$el.bar = $el.main.select(`.${CLASS.chart}`)\n// should positione... | TypeScript | MIT License | naver/billboard.js | fix(bar): fix bar radius rendering with clipPath=false option
- Make 0(zero) value to not apply Arc path command
- When clipPath=false is set, add clip-path attribute to bar element
Fix #2421 | 1 | fix | bar |
217,922 | 18.11.2021 17:56:18 | -3,600 | df40618819bc3d698f4c26735397e43a37725756 | fix(voyage-tracker): fixed wrong count for total submarine voyages | [
{
"change_type": "MODIFY",
"diff": "@@ -12,6 +12,9 @@ export class ErrorInterceptor implements HttpInterceptor {\n}\nintercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>> {\n+ if (req.url.includes('//localhost')) {\n+ return next.handle(req);\n+ }\nreturn next.handle(req).pipe(\nde... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(voyage-tracker): fixed wrong count for total submarine voyages | 1 | fix | voyage-tracker |
217,922 | 18.11.2021 17:58:05 | -3,600 | 22c1a557d656a7ceb39c8d3e909f5df5029af6e3 | fix(desktop): fixed "auto open in desktop" setting not working as intended | [
{
"change_type": "MODIFY",
"diff": "@@ -445,6 +445,9 @@ export class AppComponent implements OnInit {\nfirst(),\nswitchMap((current: NavigationEnd) => {\nlet url = current.url;\n+ if (!this.settings.autoOpenInDesktop) {\n+ return of(false);\n+ }\nif (this.platformService.isDesktop() || isPlatformServer(this... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(desktop): fixed "auto open in desktop" setting not working as intended | 1 | fix | desktop |
756,013 | 18.11.2021 18:04:59 | 21,600 | c6536af56e40d4096d5ed8063121fac3e812fbfa | build(bundles): use `@agoric/install-ses`, not `ses` | [
{
"change_type": "MODIFY",
"diff": "-// eslint-disable-next-line import/no-extraneous-dependencies\n-import 'ses';\n+import '@agoric/install-ses/pre-bundle-source.js';\n+import '@agoric/install-ses';\nimport fs from 'fs';\nimport path from 'path';\nimport process from 'process';\n",
"new_path": "package... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | build(bundles): use `@agoric/install-ses`, not `ses` | 1 | build | bundles |
756,013 | 18.11.2021 18:09:01 | 21,600 | dce92acfac4dd0a5de048f7d7865e0e3cdc14396 | fix: have main entry points use `@agoric/install-ses`, not `ses` | [
{
"change_type": "MODIFY",
"diff": "/* eslint-disable import/no-extraneous-dependencies */\n-import 'ses';\n-import '@agoric/eventual-send/shim.js';\n+import '@agoric/install-ses/pre-remoting.js';\nlockdown({\n__allowUnsafeMonkeyPatching__: 'unsafe',\n",
"new_path": "packages/wallet-connection/demo/inst... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix: have main entry points use `@agoric/install-ses`, not `ses` | 1 | fix | null |
217,922 | 18.11.2021 18:13:39 | -3,600 | be673bb1be0b0fc98c3b73f90d6d7296b49e3809 | fix(simulator): fixed macro generator for korea and china | [
{
"change_type": "MODIFY",
"diff": "@@ -102,12 +102,12 @@ export class I18nToolsService {\n}\npublic getActionName(id: number): Observable<string> {\n- return this.lazyData.getRow('craftActions', id).pipe(\n+ return this.lazyData.getI18nName('craftActions', id).pipe(\nswitchMap(craftAction => {\nif (craftAc... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(simulator): fixed macro generator for korea and china | 1 | fix | simulator |
217,922 | 18.11.2021 18:21:15 | -3,600 | 67b785c69a5a8ff745315d06537295d2ce8448c2 | fix(gearsets): fixed job selection dropdown in gearset creation popup | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,6 @@ import { NzModalRef } from 'ng-zorro-antd/modal';\nimport { GarlandToolsService } from '../../../core/api/garland-tools.service';\nimport { TeamcraftGearset } from '../../../model/gearset/teamcraft-gearset';\nimport { LazyDataFacade } from '../../../lazy-d... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(gearsets): fixed job selection dropdown in gearset creation popup | 1 | fix | gearsets |
217,922 | 18.11.2021 18:23:39 | -3,600 | 5d7a795b3aba2c42bb5a76ac1c732763d3ef35cf | fix(macro-translator): fixed wrong translation for special commands | [
{
"change_type": "MODIFY",
"diff": "@@ -112,7 +112,7 @@ export class MacroTranslatorComponent {\nif (line.skillName) {\nrow.push(line.original.replace(line.skillName, line.replace(line.translated[key])))\n} else {\n- row.push(line);\n+ row.push(line.original);\n}\n});\n});\n",
"new_path": "apps/client/s... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(macro-translator): fixed wrong translation for special commands | 1 | fix | macro-translator |
217,922 | 18.11.2021 18:26:35 | -3,600 | 43e4224eada0319f596f2caa89133488119da1cc | fix(simulator): fixed special commands breaking macro import | [
{
"change_type": "MODIFY",
"diff": "@@ -438,12 +438,13 @@ export class SimulatorComponent implements OnInit, OnDestroy {\n})\n);\n}\n+ return of(null)\n}\n));\n})\n);\n}),\n- map(actionIds => this.registry.createFromIds(actionIds)),\n+ map(actionIds => this.registry.createFromIds(actionIds.filter(id => id !... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(simulator): fixed special commands breaking macro import | 1 | fix | simulator |
780,862 | 18.11.2021 18:45:29 | 10,800 | 0228ee75f65f40b68afcb89bb18936e33216c8dd | fix(widget-compre-confie): update confirmation banner params
[skip ci] | [
{
"change_type": "MODIFY",
"diff": "@@ -28,15 +28,14 @@ export default (options = {}) => {\nconst customerName = getFullName(customer)\nconst date = new Date()\n- let ccParam = `orderSellerID=${compreConfieStoreId}&orderPlatform=ecomplus` +\n+ let ccParam = `orderSellerID=${compreConfieStoreId}` +\n`&orderT... | JavaScript | MIT License | ecomplus/storefront | fix(widget-compre-confie): update confirmation banner params (#566)
[skip ci] | 1 | fix | widget-compre-confie |
756,013 | 18.11.2021 19:25:41 | 21,600 | 3346304fa9076dab7b3cc9ce2b33e7bf3577e988 | test(SwingSet): update golden determinism hashes | [
{
"change_type": "MODIFY",
"diff": "@@ -165,16 +165,16 @@ test('XS + SES snapshots are long-term deterministic', async t => {\nconst h2 = await store.save(vat.snapshot);\nt.is(\nh2,\n- 'c659dc12546650ffaeb1cbcd1a723c04a9d16bf960aef43e41db3300a3e5cab2',\n- 'after SES boot',\n+ '5ee30291cad7830309bcd3fda0d252... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | test(SwingSet): update golden determinism hashes | 1 | test | SwingSet |
756,013 | 18.11.2021 19:32:57 | 21,600 | 08e9d74d59a7acc8782ecf5624c5102457ea8260 | fix(cosmic-swingset): have `make install` do what you expect | [
{
"change_type": "MODIFY",
"diff": "@@ -27,9 +27,15 @@ AGC_START_ARGS =\nBIN := $(shell echo $${GOBIN-$${GOPATH-$$HOME/go}/bin})\n-all: build-chain install install-agd install-helper\n+# This probably shouldn't install, but that's what published instructions\n+# expect.\n+all: build-chain install-nobuild\n-... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(cosmic-swingset): have `make install` do what you expect | 1 | fix | cosmic-swingset |
217,922 | 18.11.2021 19:53:59 | -3,600 | 878542693cf79f42d15a2760e2f817e963772c02 | fix(log-tracker): Ornaments are now accounted for achievements | [
{
"change_type": "MODIFY",
"diff": "@@ -74,6 +74,8 @@ declare const gtag: Function;\n})\nexport class AppComponent implements OnInit {\n+ public overlay = window.location.href.indexOf('?overlay') > -1;\n+\npublic newFeatureName = 'allagan-reports';\npublic showNewFeatureBanner = !this.overlay && localStorag... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(log-tracker): Ornaments are now accounted for achievements | 1 | fix | log-tracker |
217,922 | 18.11.2021 19:54:53 | -3,600 | 45a902856fcb194844652d26564bd25905d84f2a | fix(inventory-optimizer): fixed expansions dropdown not populating | [
{
"change_type": "MODIFY",
"diff": "(click)=\"$event.stopPropagation();\"\n[nzPlaceHolder]=\"'INVENTORY_OPTIMIZER.CONSOLIDATE_STACKS.Placeholder' | translate\"\n[(ngModel)]=\"selectedExpansion\">\n- <nz-option *ngFor=\"let e of expansions$ | async\" [nzValue]=\"e.exVersion\" [nzLabel]=\"e.name | i18n\"></nz... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(inventory-optimizer): fixed expansions dropdown not populating | 1 | fix | inventory-optimizer |
104,828 | 18.11.2021 20:01:24 | -3,600 | cbb36573fb5220b2b07f386a3e5bf57e29244ff3 | feat(tablecolumncustomizationmodal): small improvements | [
{
"change_type": "MODIFY",
"diff": "@@ -113,7 +113,7 @@ const propTypes = {\n/** icon description label for the clear search icon */\nclearSearchIconDescription: PropTypes.string,\n}),\n- /** if true checkboxes will be used for selection so selected items can stay in the left list */\n+ /** the icon used as... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(tablecolumncustomizationmodal): small improvements | 1 | feat | tablecolumncustomizationmodal |
217,922 | 18.11.2021 20:24:09 | -3,600 | 002db189a140f652f2d8bae4026e39a701b0f69f | fix(desktop): fixed many packet capture inconsistencies | [
{
"change_type": "MODIFY",
"diff": "},\n\"private\": true,\n\"dependencies\": {\n- \"@ffxiv-teamcraft/pcap-ffxiv\": \"^0.9.4\",\n+ \"@ffxiv-teamcraft/pcap-ffxiv\": \"0.9.5\",\n\"@xivapi/nodestone\": \"^0.2.0\",\n\"buffer-reader\": \"^0.1.0\",\n\"electron-is-dev\": \"^1.1.0\",\n",
"new_path": "package.js... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(desktop): fixed many packet capture inconsistencies | 1 | fix | desktop |
667,713 | 18.11.2021 20:34:19 | -28,800 | 5033e95313c758d5b2936a4cff08e41b71ced7ba | fix(android): adapter android 11 get status bar height | [
{
"change_type": "MODIFY",
"diff": "@@ -32,9 +32,9 @@ ARCHIVES_BASE_NAME=android-sdk\n#\n# Specifies Android SDK version\n#\n-COMPILE_SDK_VERSION=29\n+COMPILE_SDK_VERSION=30\nMIN_SDK_VERSION=19\n-TARGET_SDK_VERSION=29\n+TARGET_SDK_VERSION=30\n#\n# Specifies Android NDK version\n",
"new_path": "android/s... | C++ | Apache License 2.0 | tencent/hippy | fix(android): adapter android 11 get status bar height | 1 | fix | android |
4,988 | 18.11.2021 20:59:09 | -3,600 | 8b8900eef493fd5643473258989646350cbb4689 | chore(csv-demo-cjs): use minos sign in package name | [
{
"change_type": "MODIFY",
"diff": "{\n- \"name\": \"csv_demo_cjs\",\n+ \"name\": \"csv-demo-cjs\",\n\"version\": \"0.0.0\",\n\"main\": \"index.js\",\n\"license\": \"MIT\",\n\"typescript\": \"^4.4.4\"\n},\n\"mocha\": {\n- \"throw-deprecation\": true,\n+ \"inline-diffs\": true,\n+ \"recursive\": true,\n+ \"r... | JavaScript | MIT License | adaltas/node-csv | chore(csv-demo-cjs): use minos sign in package name | 1 | chore | csv-demo-cjs |
4,988 | 18.11.2021 21:01:22 | -3,600 | 4efde7c474515ace4c86087cd789afeb1499a4b9 | test(csv-demo-esm): super latest and legacy loaders | [
{
"change_type": "MODIFY",
"diff": "\"timeout\": 40000\n},\n\"scripts\": {\n- \"test\": \"mocha 'test/**/*.coffee'\"\n+ \"test\": \"mocha 'test/**/*.coffee'\",\n+ \"test:legacy\": \"mocha --loader=./test/loaders/legacy/all.mjs 'test/**/*.{coffee,ts}'\"\n}\n}\n",
"new_path": "demo/esm/package.json",
... | JavaScript | MIT License | adaltas/node-csv | test(csv-demo-esm): super latest and legacy loaders | 1 | test | csv-demo-esm |
4,988 | 18.11.2021 21:02:00 | -3,600 | 20729fbca11b98aa3df81712b7e2c90b14fd2643 | test(csv-demo-browser): use minus sign in package name | [
{
"change_type": "MODIFY",
"diff": "{\n- \"name\": \"csv_demo_cjs\",\n+ \"name\": \"csv-demo-browser\",\n\"version\": \"0.0.0\",\n\"main\": \"index.js\",\n\"license\": \"MIT\",\n\"timeout\": 40000\n},\n\"scripts\": {\n- \"start\": \"node server.js\",\n- \"test\": \"mocha 'test/**/*.coffee'\"\n+ \"start\": \... | JavaScript | MIT License | adaltas/node-csv | test(csv-demo-browser): use minus sign in package name | 1 | test | csv-demo-browser |
4,988 | 18.11.2021 21:04:19 | -3,600 | 19cea209d10dd7661ce5c72422bdcb543643d2b6 | chore(csv-issues-cjs): test infra | [
{
"change_type": "DELETE",
"diff": "-\n-const {parse} = require('csv-parse');\n-const fs = require('fs');\n-\n-// fs.createReadStream('./303.csv').pipe(parse()).on('data', data => {\n-// console.log(data);\n-// });\n-fs.createReadStream('./303.csv').pipe(parse())\n-.on('readable', function(){\n- let record;... | JavaScript | MIT License | adaltas/node-csv | chore(csv-issues-cjs): test infra | 1 | chore | csv-issues-cjs |
4,988 | 18.11.2021 21:05:41 | -3,600 | 27544da82c6c24aab5e30ff2f157efa6d92bc6d5 | chore(csv-issues-esm): test infra | [
{
"change_type": "RENAME",
"diff": "",
"new_path": "demo/issues-esm/lib/298.1.js",
"old_path": "demo/issues/298.1.js"
},
{
"change_type": "RENAME",
"diff": "",
"new_path": "demo/issues-esm/lib/298.2.js",
"old_path": "demo/issues/298.2.js"
},
{
"change_type": "RENAME",
... | JavaScript | MIT License | adaltas/node-csv | chore(csv-issues-esm): test infra | 1 | chore | csv-issues-esm |
269,464 | 18.11.2021 23:34:19 | 10,800 | 0e964a134acb5c597a9572b1a770e535702cfd88 | fix: cosign is on /ko-app
after looking into it with docker inspect, it seem the binary is actually on /ko-app instead of /bin.
build was failing on master (branches are not running the whole goreleaser process rn)
cc/ | [
{
"change_type": "MODIFY",
"diff": "@@ -11,7 +11,7 @@ RUN apk add --no-cache bash \\\ntini\n# install cosign\n-COPY --from=gcr.io/projectsigstore/cosign:v1.3.1@sha256:3cd9b3a866579dc2e0cf2fdea547f4c9a27139276cc373165c26842bc594b8bd /bin/cosign /usr/local/bin/cosign\n+COPY --from=gcr.io/projectsigstore/cosig... | Go | MIT License | goreleaser/goreleaser | fix: cosign is on /ko-app
after looking into it with docker inspect, it seem the binary is actually on /ko-app instead of /bin.
build was failing on master (branches are not running the whole goreleaser process rn)
cc/ @cpanato | 1 | fix | null |
679,913 | 19.11.2021 00:00:16 | -3,600 | 16ab62183f9b5081edf25c2338ce64d53f257e6c | build: update workspace config | [
{
"change_type": "ADD",
"diff": "",
"new_path": "examples-private/.empty",
"old_path": "examples-private/.empty"
},
{
"change_type": "MODIFY",
"diff": "\"workspaces\": [\n\"packages/*\",\n\"examples/*\",\n+ \"examples-private/*\",\n\"tools\"\n],\n\"devDependencies\": {\n",
"new_path"... | TypeScript | Apache License 2.0 | thi-ng/umbrella | build: update workspace config | 1 | build | null |
756,039 | 19.11.2021 00:09:07 | 28,800 | a9458c75b6d09572b54a346a6e538f9c26e0e3e9 | feat(wallet): import contacts | [
{
"change_type": "ADD",
"diff": "+/* eslint-disable import/no-extraneous-dependencies */\n+import { useEffect, useState } from 'react';\n+import Button from '@mui/material/Button';\n+import TextField from '@mui/material/TextField';\n+import Dialog from '@mui/material/Dialog';\n+import DialogActions from '@m... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(wallet): import contacts | 1 | feat | wallet |
603,467 | 19.11.2021 00:18:26 | 0 | dd7f18057b857d2e69c19265888bfd5b15fda21b | feat(web): interaction to setViewportSize of a Page | [
{
"change_type": "MODIFY",
"diff": "\"dependencies\": {\n\"@integration/testing-tools\": \"2.0.0\",\n\"@serenity-js/core\": \"^2.0.0\",\n+ \"@serenity-js/console-reporter\": \"^2.0.0\",\n\"@serenity-js/mocha\": \"^2.0.0\",\n\"@serenity-js/protractor\": \"^2.0.0\",\n\"@serenity-js/serenity-bdd\": \"^2.0.0\",... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | feat(web): interaction to setViewportSize of a Page | 1 | feat | web |
603,467 | 19.11.2021 00:18:55 | 0 | a3a29e77ca1dea7b7a4a8e5185c8843f9b1e49ef | test(core): corrected a typo | [
{
"change_type": "MODIFY",
"diff": "@@ -150,7 +150,7 @@ describe('Question', () => {\n});\n});\n- describe('wraps the created question in a \"prop\", which acts as a proxy that', () => {\n+ describe('wraps the created question in a \"Model\", which acts as a proxy that', () => {\ndescribe('wraps any field o... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | test(core): corrected a typo | 1 | test | core |
71,366 | 19.11.2021 05:53:20 | -32,400 | eda1640fcaf6375d7edc5f8edcb5d69c82d130a1 | fix(iot): unable to add the same lambda function to two TopicRule Actions
fix:
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | [
{
"change_type": "MODIFY",
"diff": "import * as iam from '@aws-cdk/aws-iam';\nimport * as iot from '@aws-cdk/aws-iot';\nimport * as lambda from '@aws-cdk/aws-lambda';\n+import { Names } from '@aws-cdk/core';\n/**\n* The action to invoke an AWS Lambda function, passing in an MQTT message.\n@@ -12,7 +13,7 @@ ... | TypeScript | Apache License 2.0 | aws/aws-cdk | fix(iot): unable to add the same lambda function to two TopicRule Actions (#17521)
fix: #17508
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | fix | iot |
317,646 | 19.11.2021 08:45:15 | -3,600 | 2c1d5cf6e4bb079b8ed6fe13019b59b05713e2a2 | fix(cmd): allow all types of path separators | [
{
"change_type": "MODIFY",
"diff": "@@ -4,6 +4,14 @@ local endedit_time\nlocal last_duration\nlocal tip_word\n+local function omp_exe()\n+ return [[::OMP::]]\n+end\n+\n+local function omp_config()\n+ return [[::CONFIG::]]\n+end\n+\nlocal function os_clock_millis()\n-- Clink v1.2.30 has a fix for Lua's os.cl... | Go | MIT License | jandedobbeleer/oh-my-posh | fix(cmd): allow all types of path separators | 1 | fix | cmd |
679,913 | 19.11.2021 08:50:08 | -3,600 | efd8647ce8744870aa11e8f5b5557c82d368a6f2 | fix(rstream): add note about Awaited<T> type sig (1c82afa7e) | [
{
"change_type": "MODIFY",
"diff": "@@ -4,13 +4,16 @@ import { __optsWithID } from \"./idgen.js\";\nimport { fromPromise } from \"./promise.js\";\n/**\n- * Wraps given iterable in `Promise.all()` to yield {@link Stream} of\n- * results in same order as arguments, then closes.\n+ * Wraps given iterable in `P... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(rstream): add note about Awaited<T> type sig (1c82afa7e) | 1 | fix | rstream |
688,423 | 19.11.2021 09:53:20 | -7,200 | a91e6b3cc8b30e9c423aee13c34ed75941b64814 | fix(link): add aria-disabled prop | [
{
"change_type": "ADD",
"diff": "+---\n+'@toptal/picasso': patch\n+---\n+\n+Added aria-disabled prop into the Link, to prevent overriding of aria-disable, by the disabled prop\n",
"new_path": ".changeset/new-items-bake.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "// Jest ... | TypeScript | MIT License | toptal/picasso | fix(link): [FX-2278] add aria-disabled prop (#2261) | 1 | fix | link |
277,277 | 19.11.2021 10:22:01 | -3,600 | 82017a753c6154ae4c456ce2d1dc57301c8a84f9 | feat: Sidebar improvements. | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,6 @@ commands = [\nui.command(name='profile', label='Profile', icon='Contact'),\nui.command(name='preferences', label='Preferences', icon='Settings'),\nui.command(name='logout', label='Logout', icon='SignOut'),\n-\n]\npage = site['/demo']\npage['header1'] = ui.... | Python | Apache License 2.0 | h2oai/wave | feat: Sidebar improvements. (#1129) | 1 | feat | null |
4,988 | 19.11.2021 10:40:48 | -3,600 | eb873557c65912f065d2581d30a17a96b0bfd2d6 | fix: expose browser esm modules | [
{
"change_type": "MODIFY",
"diff": "\"./sync\": {\n\"import\": \"./lib/sync.js\",\n\"require\": \"./dist/cjs/sync.cjs\"\n- }\n+ },\n+ \"./browser/esm/\": \"./dist/esm/\"\n},\n\"files\": [\n\"dist\",\n",
"new_path": "packages/csv-generate/package.json",
"old_path": "packages/csv-generate/package.json... | JavaScript | MIT License | adaltas/node-csv | fix: expose browser esm modules | 1 | fix | null |
4,988 | 19.11.2021 10:41:17 | -3,600 | 48c94d481d6c11d87a9f8a231093b8b9a36d7c18 | docs(csv-demo-webpack): new demo project | [
{
"change_type": "ADD",
"diff": "+/dist/main.js\n",
"new_path": "demo/webpack/.gitignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+\n+# `webpack` bunder demonstration\n+\n+The project is built with `webpack` version 5 and follow the official [getting started](https://webpac... | JavaScript | MIT License | adaltas/node-csv | docs(csv-demo-webpack): new demo project | 1 | docs | csv-demo-webpack |
603,467 | 19.11.2021 10:56:11 | 0 | b863b9f49926be1e8f84ca417bf35c5698c8efb8 | docs(protractor): corrected a typo | [
{
"change_type": "MODIFY",
"diff": "@@ -39,7 +39,7 @@ export class Browser {\n*\n* actor.attemptsTo(\n* Ensure.that(Browser.log(),\n- * not(contrainAtLeastOneItemThat(\n+ * not(containAtLeastOneItemThat(\n* property('message', includes('the server responded with a status of 500'))\n* ))\n* ).otherwiseFailWi... | TypeScript | Apache License 2.0 | serenity-js/serenity-js | docs(protractor): corrected a typo | 1 | docs | protractor |
217,922 | 19.11.2021 11:10:52 | -3,600 | cc44807b212b761ab67a1ba8e7d572b487101da0 | perf(core): global runtime performance improvements | [
{
"change_type": "MODIFY",
"diff": "display: flex;\nflex-direction: column;\noverflow: auto;\n+ will-change: transform;\nheight: 100%;\n&.sidebar {\n",
"new_path": "apps/client/src/app/modules/alarms-sidebar/alarms-sidebar/alarms-sidebar.component.less",
"old_path": "apps/client/src/app/modules/alar... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | perf(core): global runtime performance improvements | 1 | perf | core |
306,653 | 19.11.2021 11:17:40 | -19,080 | e4ea85df074e241d345a20a18ceecf2e41baa074 | fix(calendar): fix the css of calendar component | [
{
"change_type": "MODIFY",
"diff": "}\n.Calendar--month--small {\n- height: 208px;\n+ height: 192px;\n}\n.Calendar--year--small {\n- height: 208px;\n+ height: 192px;\n}\n.Calendar--large {\n}\n.Calendar--month--large {\n- height: 274px;\n+ height: 272px;\n}\n.Calendar--year--large {\n- height: 274px;\n+ hei... | TypeScript | MIT License | innovaccer/design-system | fix(calendar): fix the css of calendar component | 1 | fix | calendar |
126,276 | 19.11.2021 11:37:16 | 10,800 | 908449f22dcd95bc5e137b2806c13525a11abcf8 | feat(embedded/tbtree): implements ExistKeyWithPrefix in snapshots | [
{
"change_type": "MODIFY",
"diff": "@@ -38,7 +38,7 @@ type Snapshot struct {\nreaders map[int]io.Closer\nmaxReaderID int\nclosed bool\n- mutex sync.Mutex\n+ mutex sync.RWMutex\n}\nfunc (s *Snapshot) Set(key, value []byte) error {\n@@ -78,8 +78,8 @@ func (s *Snapshot) Set(key, value []byte) error {\n}\nfunc ... | Go | Apache License 2.0 | codenotary/immudb | feat(embedded/tbtree): implements ExistKeyWithPrefix in snapshots
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | feat | embedded/tbtree |
126,276 | 19.11.2021 11:38:19 | 10,800 | e0d80076e05a73b1a74e7e3740cae497af5d31db | chore(embedded/store): simplified ExistKeyWithPrefix in current snapshot | [
{
"change_type": "MODIFY",
"diff": "@@ -709,8 +709,8 @@ func (s *ImmuStore) IndexInfo() uint64 {\nreturn s.indexer.Ts()\n}\n-func (s *ImmuStore) ExistKeyWith(prefix []byte, neq []byte, smaller bool) (bool, error) {\n- return s.indexer.ExistKeyWith(prefix, neq, smaller)\n+func (s *ImmuStore) ExistKeyWith(pre... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/store): simplified ExistKeyWithPrefix in current snapshot
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/store |
160,177 | 19.11.2021 11:38:54 | -28,800 | 8c5d7a84309ba8d07fbbb99dcebcae81b521bd06 | feat: add context menu plugin | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,7 @@ import { StepDrag } from '../../util/drag';\nimport EventEmitter from '../../event/eventEmitter';\n// import { GraphTransform } from '../../type';\nimport Dnd from '../behavior/DnD';\n-// import { observer } from '../..';\n+import { observer } from '../..'... | TypeScript | Apache License 2.0 | didi/logicflow | feat: add context menu plugin | 1 | feat | null |
126,276 | 19.11.2021 11:42:49 | 10,800 | f4ff1caab1a0a9f79d576bb95cf31bbc9a2a1845 | chore(embedded/store): expose ExistKeyWithPrefix in OngoingTx | [
{
"change_type": "MODIFY",
"diff": "@@ -240,6 +240,10 @@ func (tx *OngoingTx) Set(key []byte, md *KVMetadata, value []byte) error {\nreturn nil\n}\n+func (tx *OngoingTx) ExistKeyWith(prefix, neq []byte) (bool, error) {\n+ return tx.snap.snap.ExistKeyWith(prefix, neq)\n+}\n+\nfunc (tx *OngoingTx) Delete(key ... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/store): expose ExistKeyWithPrefix in OngoingTx
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/store |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.