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
392,551
27.05.2021 23:19:37
-7,200
b4b46c0b29342fa63f9aa26d498ef1a31c8a38c1
docs: add spatial docs example
[ { "change_type": "MODIFY", "diff": "@@ -36,14 +36,14 @@ slug: /\n| Example | Description |\n| --- | --- |\n-| [Pointer](/examples/component-pointer) | Activate and deactivate [mouse, pen, and touch handlers](/api/classes/component.pointercomponent#accessors) |\n-| [Keyboard](/examples/component-keyboard) | ...
TypeScript
MIT License
mapillary/mapillary-js
docs: add spatial docs example
1
docs
null
332,724
27.05.2021 23:30:41
-3,600
bf3590d9b2cbf251c47ee4a8cce1a49955b56dbb
feat(ng-add): check husky config before create
[ { "change_type": "MODIFY", "diff": "@@ -105,10 +105,14 @@ export function addCommitlintConfig(tree: Tree) {\nexport function addHusky(tree: Tree) {\naddDevDependencies(HUSKY, tree);\n- addHuskyScrip(tree);\n+ addHuskyConfig(tree);\n}\n-export function addHuskyScrip(tree: Tree) {\n+export function addHuskyCo...
TypeScript
MIT License
jscutlery/semver
feat(ng-add): check husky config before create
1
feat
ng-add
103,508
27.05.2021 23:52:12
-32,400
0e024b843b3e2a88149a14929cd699860875483c
fix: correct Button elevation * fix: correct Button elevation * Update src/components/Button.tsx Use useEffect * fix: set the initial elevation to 2 for contained buttons
[ { "change_type": "MODIFY", "diff": "@@ -145,6 +145,9 @@ const Button = ({\nconst { current: elevation } = React.useRef<Animated.Value>(\nnew Animated.Value(mode === 'contained' ? 2 : 0)\n);\n+ React.useEffect(() => {\n+ elevation.setValue(mode === 'contained' ? 2 : 0);\n+ }, [mode, elevation]);\nconst handl...
TypeScript
MIT License
callstack/react-native-paper
fix: correct Button elevation (#2735) * fix: correct Button elevation * Update src/components/Button.tsx Use useEffect Co-authored-by: Luke Walczak <lukasz.walczak.pwr@gmail.com> * fix: set the initial elevation to 2 for contained buttons Co-authored-by: Luke Walczak <lukasz.walczak.pwr@gmail.com>
1
fix
null
815,609
28.05.2021 02:45:26
-28,800
ec59a90011b95c00cd989b377e6a4910de498d7e
chore: new vm and new syscalls: use crates.io; fix compilation, test and clippy
[ { "change_type": "MODIFY", "diff": "@@ -1492,8 +1492,9 @@ dependencies = [\n[[package]]\nname = \"ckb-vm\"\n-version = \"0.19.1\"\n-source = \"git+https://github.com/mohanson/ckb-vm?branch=develop#09e1e21995acaea3f75d26e144e652b4c4ba67ea\"\n+version = \"0.20.0-alpha\"\n+source = \"registry+https://github.co...
Rust
MIT License
nervosnetwork/ckb
chore: new vm and new syscalls: use crates.io; fix compilation, test and clippy
1
chore
null
317,842
28.05.2021 06:24:51
-7,200
46bdc4537df97629c66b38b66d499573008a2dfa
fix: export-poshtheme issue with relative path Path.GetFullPath used to resolve full or relative paths
[ { "change_type": "MODIFY", "diff": "@@ -148,12 +148,9 @@ function global:Export-PoshTheme {\n$config = $global:PoshSettings.Theme\n$omp = \"::OMP::\"\n$configString = @(&$omp --config=\"$config\" --config-format=\"$Format\" --print-config 2>&1)\n-\n# if no path, copy to clipboard by default\nif ($FilePath -...
Go
MIT License
jandedobbeleer/oh-my-posh
fix: export-poshtheme issue with relative path Path.GetFullPath used to resolve full or relative paths
1
fix
null
317,842
28.05.2021 06:59:24
-7,200
cdd4090c03343297263acc8ee254b38ca06f728a
fix: export-poshtheme ~ issue Fix regression introduced by previous commit(~)
[ { "change_type": "MODIFY", "diff": "@@ -150,6 +150,9 @@ function global:Export-PoshTheme {\n$configString = @(&$omp --config=\"$config\" --config-format=\"$Format\" --print-config 2>&1)\n# if no path, copy to clipboard by default\nif ($FilePath -ne \"\") {\n+ if ($FilePath.StartsWith('~')) {\n+ $FilePath = ...
Go
MIT License
jandedobbeleer/oh-my-posh
fix: export-poshtheme ~ issue Fix regression introduced by previous commit(~)
1
fix
null
317,646
28.05.2021 07:55:57
-7,200
83ac224e1fdf2c1906b47d1839652e7eba7dcc3e
fix: validate if we have access to struct fields resolves
[ { "change_type": "MODIFY", "diff": "@@ -83,9 +83,15 @@ func (t *textTemplate) isStruct() bool {\nfunc (t *textTemplate) structToMap() map[string]interface{} {\ncontext := make(map[string]interface{})\nv := reflect.ValueOf(t.Context)\n+ if v.Kind() == reflect.Ptr {\n+ v = v.Elem()\n+ }\nstrct := v.Type()\nfo...
Go
MIT License
jandedobbeleer/oh-my-posh
fix: validate if we have access to struct fields resolves #743
1
fix
null
104,853
28.05.2021 09:01:35
14,400
7722a941e0a4b9093b10e2acba179a7cf19d5780
chore(flyout-menu): storyshots
[ { "change_type": "MODIFY", "diff": "// Jest Snapshot v1, https://goo.gl/fbAQLP\n+exports[`Storybook Snapshot tests and console checks Storyshots 1 - Watson IoT/OverflowMenu Basic 1`] = `\n+<div\n+ className=\"storybook-container\"\n+>\n+ <div\n+ style={\n+ Object {\n+ \"position\": \"relative\",\n+ \"zIndex...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(flyout-menu): storyshots
1
chore
flyout-menu
71,663
28.05.2021 09:35:46
25,200
ec5d914e255ceced71bb139aab69cd1ff73825dd
chore(aws-cdk): remove "main" and "types" from package.json These 2 keys were incorrectly brought back when resolving merge conflicts in *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": "\"name\": \"aws-cdk\",\n\"description\": \"CDK Toolkit, the command line tool for CDK apps\",\n\"version\": \"0.0.0\",\n- \"main\": \"lib/index.js\",\n- \"types\": \"lib/index.d.ts\",\n\"bin\": {\n\"cdk\": \"bin/cdk\"\n},\n", "new_path": "packages/aws-cdk/package.json...
TypeScript
Apache License 2.0
aws/aws-cdk
chore(aws-cdk): remove "main" and "types" from package.json (#14909) These 2 keys were incorrectly brought back when resolving merge conflicts in #14899. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
chore
aws-cdk
386,581
28.05.2021 10:28:03
-7,200
3f06fcde4b3e01c35e942c4b0ec0a430c5039b96
fix(blocks-antd): Fix selector index comparison.
[ { "change_type": "MODIFY", "diff": "@@ -12,7 +12,7 @@ module.exports = {\n],\ncoverageReporters: [['lcov', { projectRoot: '../../..' }], 'text', 'clover'],\nerrorOnDeprecated: true,\n- testPathIgnorePatterns: ['<rootDir>/dist/', '<rootDir>/src/test'],\n+ testPathIgnorePatterns: ['<rootDir>/dist/', '<rootDir...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(blocks-antd): Fix selector index comparison.
1
fix
blocks-antd
129,350
28.05.2021 10:40:26
-7,200
72d9dbd7124dff8e6874c85cb8a2d7e9a263dab7
fix(changelog): annotated tags not generating proper changelog
[ { "change_type": "MODIFY", "diff": "@@ -44,6 +44,15 @@ class GitTag(GitObject):\ndef __repr__(self):\nreturn f\"GitTag('{self.name}', '{self.rev}', '{self.date}')\"\n+ @classmethod\n+ def from_line(cls, line: str, inner_delimiter: str) -> \"GitTag\":\n+\n+ name, objectname, date, obj = line.split(inner_deli...
Python
MIT License
commitizen-tools/commitizen
fix(changelog): annotated tags not generating proper changelog
1
fix
changelog
386,581
28.05.2021 10:48:10
-7,200
f802a6ce351e3e4d562e29d0d407d814cf49b38f
fix(docs): Split file hosting to separate concepts section.
[ { "change_type": "MODIFY", "diff": "@@ -32,7 +32,7 @@ _ref:\ncontent: |\nLowdefy runs as a single page web app (SPA). It is possible to extend the functionality of a Lowdefy app by loading custom code (HTML, CSS and JavaScript) into the HTML `head` and `body` to of the default `index.html` page.\n- The cont...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(docs): Split file hosting to separate concepts section.
1
fix
docs
129,350
28.05.2021 11:14:15
-7,200
96265ce7ebe6fc6bd97b113d90ff3b10566392db
ci(homebrewpublish): add tag to homebrew formula action
[ { "change_type": "MODIFY", "diff": "@@ -13,8 +13,19 @@ jobs:\nsteps:\n- name: Checkout\nuses: actions/checkout@v2\n+ - name: Set up Python\n+ uses: actions/setup-python@v1\n+ with:\n+ python-version: '3.x'\n+ - name: Install dependencies\n+ run: |\n+ python -m pip install -U commitizen\n+ - name: Set Projec...
Python
MIT License
commitizen-tools/commitizen
ci(homebrewpublish): add tag to homebrew formula action
1
ci
homebrewpublish
777,353
28.05.2021 12:45:59
18,000
feac8cf7ac9b8534fb68489e93028826bf247867
feat: add launch notebook modal Adds a modal with a settings form and full config editor for launching notebooks
[ { "change_type": "MODIFY", "diff": "@@ -4,10 +4,14 @@ package determined.template.v1;\noption go_package = \"github.com/determined-ai/determined/proto/pkg/templatev1\";\nimport \"google/protobuf/struct.proto\";\n+import \"protoc-gen-swagger/options/annotations.proto\";\n// Templates move settings that are s...
Python
Apache License 2.0
determined-ai/determined
feat: add launch notebook modal [DET-5376] [DET-5377] [DET-5380] [DET-5378] [DET-5379] [DET-5375] (#2398) Adds a modal with a settings form and full config editor for launching notebooks
1
feat
null
127,951
28.05.2021 13:14:51
-10,800
e8367ba4d6e166877c8ea8f0cda78a5d09e47723
fix: add boundry option into withHorizantalScroll
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,7 @@ export const THRESHOLD = 0.75;\ntype Options = {\nscrollStep?: number;\n+ scrollInContainer?: boolean;\n};\nconst findLastVisibleIndex = (childRefs: any[]): any => {\n@@ -19,14 +20,21 @@ const findLastVisibleIndex = (childRefs: any[]): any => {\nreturn fin...
TypeScript
MIT License
coingaming/moon-design
fix: B1M2-1729 add boundry option into withHorizantalScroll (#1220)
1
fix
null
306,309
28.05.2021 13:17:37
-3,600
70456d08b21a43fce7716e366c7c1b893b8cd3d6
chore: bump Terraform and Terragrunt versions
[ { "change_type": "MODIFY", "diff": "FROM golang:1.16 as builder\nARG ARCH=linux\n-ARG DEFAULT_TERRAFORM_VERSION=0.14.9\n-ARG TERRAGRUNT_VERSION=0.28.22\n+ARG DEFAULT_TERRAFORM_VERSION=0.15.4\n+ARG TERRAGRUNT_VERSION=0.29.6\n# Set Environment Variables\nSHELL [\"/bin/bash\", \"-c\"]\n@@ -13,7 +13,7 @@ ENV CG...
Go
Apache License 2.0
infracost/infracost
chore: bump Terraform and Terragrunt versions (#736)
1
chore
null
317,842
28.05.2021 13:28:00
-7,200
4c4f49a38090d0674932df2f1cbfe18c46b6de3d
docs: display_status warning in git segment doc + issue template updated
[ { "change_type": "MODIFY", "diff": "- Shell:\n- Terminal:\n+#### Optional\n+\n+- posh-git version:\n+- git version:\n+\n### Steps to Reproduce\n1. [First Step]\n", "new_path": ".github/ISSUE_TEMPLATE.md", "old_path": ".github/ISSUE_TEMPLATE.md" }, { "change_type": "MODIFY", "diff": "@@ -...
Go
MIT License
jandedobbeleer/oh-my-posh
docs: display_status warning in git segment doc + issue template updated
1
docs
null
329,200
28.05.2021 13:30:38
-7,200
057e6565c58d82c63c914f7c6edc2728e77de12f
feat(logger): add 'levelKey' option closes
[ { "change_type": "MODIFY", "diff": "@@ -58,6 +58,7 @@ export interface OgmaOptions {\n}\n*/\nlevelMap?: Record<OgmaWritableLevel, string>;\n+ levelKey?: string;\n[index: string]: any;\n}\n", "new_path": "packages/logger/src/interfaces/ogma-options.ts", "old_path": "packages/logger/src/interfaces/ogm...
TypeScript
MIT License
jmcdo29/ogma
feat(logger): add 'levelKey' option closes #553
1
feat
logger
756,013
28.05.2021 13:39:44
21,600
b158d542fc2cd72521436f124ee46f114cc905c4
test(vats): implement tests for escrowPurse (without mint)
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,7 @@ import { Far } from '@agoric/marshal';\nimport { buildRootObject } from '../src/vat-bank';\ntest('communication', async t => {\n- t.plan(29);\n+ t.plan(38);\nconst bankVat = E(buildRootObject)();\n/** @type {undefined | { fromBridge: (srcID: string, obj: a...
JavaScript
Apache License 2.0
agoric/agoric-sdk
test(vats): implement tests for escrowPurse (without mint)
1
test
vats
932,455
28.05.2021 13:40:19
14,400
68af4472658acd98c3849d9ebc0f2e525c10e157
build(deps): bump ts-jest from 26.5.6 to 27.0.1 required upgrade for Jest 27
[ { "change_type": "MODIFY", "diff": "\"lint-staged\": \"^11.0.0\",\n\"prettier\": \"^2.2.1\",\n\"semantic-release\": \"^17.4.2\",\n- \"ts-jest\": \"^26.5.4\",\n+ \"ts-jest\": \"^27.0.1\",\n\"typescript\": \"^4.2.3\"\n},\n\"devDependencies\": {\n", "new_path": "packages/web-scripts/package.json", "old...
TypeScript
Apache License 2.0
spotify/web-scripts
build(deps): bump ts-jest from 26.5.6 to 27.0.1 required upgrade for Jest 27
1
build
deps
217,237
28.05.2021 13:41:46
-10,800
be8f6c9c5a9d8dc06eecea43694524453460a437
feat(website): add algolia (wtih APIKey)
[ { "change_type": "MODIFY", "diff": "@@ -8,6 +8,8 @@ on:\njobs:\ndeploy:\nruns-on: ubuntu-18.04\n+ env:\n+ ALGOLIA_KEY: ${{ secrets.ALGOLIA_KEY }}\nsteps:\n- uses: actions/checkout@v2\n", "new_path": ".github/workflows/deploy.yml", "old_path": ".github/workflows/deploy.yml" } ]
JavaScript
MIT License
feature-sliced/documentation
feat(website): add algolia (wtih APIKey)
1
feat
website
438,921
28.05.2021 14:03:18
-32,400
8c198f27e3314a14b3494a1d5d43bd6804d42af9
fix(point): Fix custom point for nullish data Exclude position computation for nullish data Fix
[ { "change_type": "MODIFY", "diff": "@@ -500,8 +500,8 @@ export default {\nwithTransition, flow, selectedCircles) {\nconst {width, height} = element.node().getBBox();\n- const xPosFn2 = d => xPosFn(d) - width / 2;\n- const yPosFn2 = d => yPosFn(d) - height / 2;\n+ const xPosFn2 = d => (isValue(d.value) ? xPo...
TypeScript
MIT License
naver/billboard.js
fix(point): Fix custom point for nullish data Exclude position computation for nullish data Fix #2107
1
fix
point
932,455
28.05.2021 14:09:59
14,400
b869407bd524ec98453370caac1aadac53d661bc
chore(release): trigger 11.0.0 release BREAKING CHANGE: trigger major release due to major release of jest with breaking changes
[ { "change_type": "MODIFY", "diff": "@@ -22,7 +22,7 @@ It is intended to be used within a project as a series of npm scripts.\n```json\n{\n\"devDependencies\": {\n- \"@spotify/web-scripts\": \"^10.0.0\",\n+ \"@spotify/web-scripts\": \"^11.0.0\",\n\"husky\": \"^4.3.8\"\n},\n\"scripts\": {\n", "new_path": ...
TypeScript
Apache License 2.0
spotify/web-scripts
chore(release): trigger 11.0.0 release BREAKING CHANGE: trigger major release due to major release of jest with breaking changes
1
chore
release
304,863
28.05.2021 14:56:27
14,400
ec2941417680c890e968ad80938b831e17a12641
test(stdlib): fix tests to pass in storage
[ { "change_type": "MODIFY", "diff": "Binary files a/libflux/go/libflux/buildinfo.gen.go and b/libflux/go/libflux/buildinfo.gen.go differ\n", "new_path": "libflux/go/libflux/buildinfo.gen.go", "old_path": "libflux/go/libflux/buildinfo.gen.go" }, { "change_type": "MODIFY", "diff": "@@ -92,6...
Go
MIT License
influxdata/flux
test(stdlib): fix tests to pass in storage (#3769)
1
test
stdlib
306,340
28.05.2021 15:21:39
25,200
af82fb30a1812ff2f186251c4f0a73afb03183e6
docs: infracost homebrew link
[ { "change_type": "MODIFY", "diff": "@@ -482,7 +482,7 @@ The following notes are general guidelines, please leave a comment in your pull\ndocker push infracost/infracost-atlantis:latest\n```\n-6. Wait for the [infracost brew PR](https://github.com/Homebrew/homebrew-core/pulls) to be merged.\n+6. Wait for the...
Go
Apache License 2.0
infracost/infracost
docs: infracost homebrew link (#740)
1
docs
null
551,634
28.05.2021 16:11:37
-3,600
7e7eaccfecdd3f7df5b900dbcb0bafaab7f8de87
fix(o3): fix ability to insert null values in designated timestamp as select
[ { "change_type": "MODIFY", "diff": "<argument>--no-header-files</argument>\n<argument>--no-man-pages</argument>\n<argument>--compress=2</argument>\n- <argument>--strip-debug</argument>\n<argument>--vm=server</argument>\n</arguments>\n<workingDirectory>../core</workingDirectory>\n<jdk.version>8</jdk.version>...
Java
Apache License 2.0
questdb/questdb
fix(o3): fix ability to insert null values in designated timestamp as select (#1066)
1
fix
o3
711,617
28.05.2021 16:31:35
-7,200
d864cf5d81c1721e966710951e0dcfe2d93b21dc
docs(email-plugin): Docs missing parameter route on devMode example
[ { "change_type": "MODIFY", "diff": "@@ -118,6 +118,7 @@ import {\n* ```ts\n* EmailPlugin.init({\n* devMode: true,\n+ * route: 'mailbox',\n* handlers: defaultEmailHandlers,\n* templatePath: path.join(__dirname, 'vendure/email/templates'),\n* outputPath: path.join(__dirname, 'test-emails'),\n", "new_path"...
TypeScript
MIT License
vendure-ecommerce/vendure
docs(email-plugin): Docs missing parameter route on devMode example (#898)
1
docs
email-plugin
889,620
28.05.2021 16:57:13
-28,800
d114b0efb277f98b0361acc413f94d384654f6f2
fix(webui): fix combobox search value remaining after list selection update vuetify
[ { "change_type": "MODIFY", "diff": "\"vue-typed-mixins\": \"^0.2.0\",\n\"vuedraggable\": \"^2.24.0\",\n\"vuelidate\": \"^0.7.5\",\n- \"vuetify\": \"^2.3.7\",\n+ \"vuetify\": \"^2.5.1\",\n\"vuex\": \"^3.5.1\",\n\"vuex-persistedstate\": \"^3.2.0\",\n\"vuex-router-sync\": \"^5.0.0\"\n}\n},\n\"node_modules/vuet...
Kotlin
MIT License
gotson/komga
fix(webui): fix combobox search value remaining after list selection update vuetify
1
fix
webui
419,525
28.05.2021 17:28:10
-7,200
645b27a4d00a8d607e1d18303be8896a5c87a25b
feat(core): add PlainObject class that DTO's can extend to treat class as POJO
[ { "change_type": "MODIFY", "diff": "@@ -139,6 +139,11 @@ As you can see in the fifth example, one can also use operators like `$and`, `$o\n`$gt`, `$lte`, `$lt`, `$in`, `$nin`, `$eq`, `$ne`, `$like`, `$re`. More about that can be found in\n[Query Conditions](query-conditions.md) section.\n+#### Using custom ...
TypeScript
MIT License
mikro-orm/mikro-orm
feat(core): add PlainObject class that DTO's can extend to treat class as POJO (#1837)
1
feat
core
419,525
28.05.2021 17:30:03
-7,200
76e8d1c787bce0b432f3b171171edf65908e42f0
fix(core): use tsconfig-paths loadConfig function This way the extended property of the tsconfig file can be read property. Fixes
[ { "change_type": "MODIFY", "diff": "import dotenv from 'dotenv';\n-import { pathExists, readFile } from 'fs-extra';\n-import { dirname, join, isAbsolute } from 'path';\n-import stripJsonComments from 'strip-json-comments';\n+import { pathExists } from 'fs-extra';\n+import { join, isAbsolute } from 'path';\n...
TypeScript
MIT License
mikro-orm/mikro-orm
fix(core): use tsconfig-paths loadConfig function (#1854) This way the extended property of the tsconfig file can be read property. Fixes #1849
1
fix
core
306,320
28.05.2021 17:32:26
-3,600
e5148443c27106f59e7e73e98c93d65cb747c1f8
feat: add runId to output and add nicer project names
[ { "change_type": "MODIFY", "diff": "@@ -142,25 +142,21 @@ func runMain(cmd *cobra.Command, runCtx *config.RunContext) error {\nr := output.ToOutputFormat(projects)\n- addRunChan := make(chan bool)\n+ var err error\n- go func(addRunChan chan bool, r output.Root) {\nc := apiclient.NewDashboardAPIClient(runCtx...
Go
Apache License 2.0
infracost/infracost
feat: add runId to output and add nicer project names
1
feat
null
777,401
28.05.2021 17:42:17
14,400
c52c6165f6782e4dd17197688d75fbbf237a551d
chore: move run increment to allocation not termination
[ { "change_type": "MODIFY", "diff": "@@ -378,6 +378,13 @@ func (t *trial) Receive(ctx *actor.Context) error {\nname = fmt.Sprintf(\"Trial (Experiment %d)\", t.experiment.ID)\n}\n+ // TODO(brad): When we support tracking runs for more than trials, this logic should\n+ // likely be generalized by moving it rat...
Python
Apache License 2.0
determined-ai/determined
chore: move run increment to allocation not termination [DET-5559, DET-5450] (#2462)
1
chore
null
815,593
28.05.2021 18:15:36
-32,400
b6464af44aab22b37cb0c415963b5b7abb5f50d1
chore: remove unnecessary field from `PeerState`
[ { "change_type": "MODIFY", "diff": "@@ -388,9 +388,8 @@ impl Synchronizer {\nif let Some(ref mut controller) = state.headers_sync_controller {\nlet better_tip_ts = better_tip_header.timestamp();\nif let Some(is_timeout) = controller.is_timeout(better_tip_ts, now) {\n- if is_timeout && !state.disconnect {\n+...
Rust
MIT License
nervosnetwork/ckb
chore: remove unnecessary field from `PeerState`
1
chore
null
126,276
28.05.2021 19:24:21
10,800
17b9e0958cee06f3a2684a8c63eee01816dc80ff
chore(embedded/store): tx metatada serialization/deserialization
[ { "change_type": "MODIFY", "diff": "@@ -87,6 +87,65 @@ func (tx *Tx) Metadata() *TxMetadata {\n}\n}\n+func (md *TxMetadata) serialize() []byte {\n+ var b [txIDSize + 3*sha256.Size + tsSize + 12]byte\n+ i := 0\n+\n+ binary.BigEndian.PutUint64(b[i:], md.ID)\n+ i += txIDSize\n+\n+ copy(b[i:], md.PrevAlh[:])\n+...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/store): tx metatada serialization/deserialization Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/store
217,922
28.05.2021 19:24:41
-7,200
dd511c6a6ebc59171c2017dbcc13ee18d3492bc8
fix(pricing-mode): fixed label overlap on some resolutions
[ { "change_type": "MODIFY", "diff": "</i>\n<app-marketboard-icon [itemId]=\"item.id\" [showHistory]=\"true\"></app-marketboard-icon>\n</div>\n- <div nz-col nzMd=\"7\" nzXs=\"24\" fxLayout=\"row\" fxLayoutAlign=\"flex-end center\">\n+ <div nz-col nzLg=\"7\" nzMd=\"24\" fxLayout=\"row\" fxLayoutAlign=\"flex-en...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(pricing-mode): fixed label overlap on some resolutions
1
fix
pricing-mode
126,276
28.05.2021 19:25:31
10,800
bfe2929d508318b53d32f1aef390af0be2a76536
feat(embedded/store): tx export and commit replicated
[ { "change_type": "MODIFY", "diff": "@@ -1296,6 +1296,117 @@ func (r *slicedReaderAt) ReadAt(bs []byte, off int64) (n int, err error) {\nreturn available, nil\n}\n+func (s *ImmuStore) ExportTx(txID uint64, tx *Tx) ([]byte, error) {\n+ err := s.ReadTx(txID, tx)\n+ if err != nil {\n+ return nil, err\n+ }\n+\n+...
Go
Apache License 2.0
codenotary/immudb
feat(embedded/store): tx export and commit replicated Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
feat
embedded/store
126,276
28.05.2021 19:28:49
10,800
c6174af2ee6708f35b3f95650026f53a7d5283fc
chore(pkg/stream): use io.Reader interface
[ { "change_type": "MODIFY", "diff": "@@ -18,19 +18,21 @@ package stream\nimport (\n\"bytes\"\n+ \"io\"\n+\n\"github.com/codenotary/immudb/pkg/api/schema\"\n\"github.com/codenotary/immudb/pkg/errors\"\n\"github.com/golang/protobuf/proto\"\n)\ntype execAllStreamReceiver struct {\n- s MsgReceiver\n+ s io.Reader...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/stream): use io.Reader interface Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
pkg/stream
126,276
28.05.2021 19:30:12
10,800
76006036d03c0f006de5f02ef9877509f35691af
feat(pkg/database): db as replica and replication operations
[ { "change_type": "MODIFY", "diff": "@@ -37,6 +37,10 @@ func (d *db) ExecAll(req *schema.ExecAllRequest) (*schema.TxMetadata, error) {\nd.mutex.Lock()\ndefer d.mutex.Unlock()\n+ if d.options.replica {\n+ return nil, ErrIsReplica\n+ }\n+\nlastTxID, _ := d.st.Alh()\nerr := d.st.WaitForIndexingUpto(lastTxID, ni...
Go
Apache License 2.0
codenotary/immudb
feat(pkg/database): db as replica and replication operations Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
feat
pkg/database
126,276
28.05.2021 19:31:09
10,800
f1e5d24ffa03696ddbede5152b2849df2b18bae3
feat(pkg/stream): readFully method to read complete payload transmitted into chunks
[ { "change_type": "MODIFY", "diff": "@@ -32,6 +32,7 @@ func NewMsgReceiver(stream ImmuServiceReceiver_Stream) *msgReceiver {\ntype MsgReceiver interface {\nRead(data []byte) (n int, err error)\n+ ReadFully() ([]byte, error)\n}\ntype msgReceiver struct {\n@@ -43,6 +44,44 @@ type msgReceiver struct {\nmsgSend ...
Go
Apache License 2.0
codenotary/immudb
feat(pkg/stream): readFully method to read complete payload transmitted into chunks Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
feat
pkg/stream
317,646
28.05.2021 19:32:59
-7,200
c27f542893a7a6370516b8d45768c48083262063
fix(az): use correct env var for account
[ { "change_type": "MODIFY", "diff": "@@ -70,7 +70,7 @@ func (a *az) enabled() bool {\nfunc (a *az) getFromEnvVars() bool {\na.name = a.env.getenv(\"AZ_SUBSCRIPTION_NAME\")\na.id = a.env.getenv(\"AZ_SUBSCRIPTION_ID\")\n- a.account = a.env.getenv(\"AZ_SUBSCRIPTION_ID\")\n+ a.account = a.env.getenv(\"AZ_SUBSCRI...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(az): use correct env var for account
1
fix
az
126,276
28.05.2021 19:34:54
10,800
944fe8994efdb9d68ed1761c6d11cf39f865d444
feat(pkg/server): replicas and replication endpoints
[ { "change_type": "MODIFY", "diff": "@@ -56,7 +56,8 @@ var methodsPermissions = map[string][]uint32{\n\"StreamHistory\": {PermissionSysAdmin, PermissionAdmin, PermissionRW, PermissionR},\n\"TxByID\": {PermissionSysAdmin, PermissionAdmin, PermissionRW, PermissionR},\n\"TxScan\": {PermissionSysAdmin, Permissio...
Go
Apache License 2.0
codenotary/immudb
feat(pkg/server): replicas and replication endpoints Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
feat
pkg/server
217,922
28.05.2021 19:35:31
-7,200
06af8f2d409992b07cbb181f81c4211a3069edf8
fix(lists): fixed job priority system not working as intended on some lists
[ { "change_type": "MODIFY", "diff": "@@ -112,10 +112,10 @@ export function getItemSource<T = any>(item: ListRow, type: DataType, isObject =\n}\nexport function getCraftByPriority(crafts: CraftedBy[], sets: TeamcraftGearsetStats[]): CraftedBy {\n- if (crafts.length === 1) {\n+ if (crafts.length <= 1) {\nretur...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(lists): fixed job priority system not working as intended on some lists
1
fix
lists
126,276
28.05.2021 19:36:39
10,800
726b180f9e6e453f4dedc269f91142cc71517db5
feat(pkg/client): replica creation and replication API
[ { "change_type": "MODIFY", "diff": "@@ -143,7 +143,8 @@ type ImmuClient interface {\nStreamHistory(ctx context.Context, req *schema.HistoryRequest) (*schema.Entries, error)\nStreamExecAll(ctx context.Context, req *stream.ExecAllRequest) (*schema.TxMetadata, error)\n- StreamTxs(ctx context.Context, req *sche...
Go
Apache License 2.0
codenotary/immudb
feat(pkg/client): replica creation and replication API Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
feat
pkg/client
531,793
28.05.2021 19:53:41
-3,600
19d7a29551666de93f3312975dc9022b0fd124ff
fix(ci): enable revive linter
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,7 @@ level=info msg=\"Reading configuration file\" path=karma.yaml\nlevel=info msg=\"Version: dev\"\nlevel=info msg=\"Configured Alertmanager source\" name=default proxy=false readonly=false uri=https://127.0.0.1:9093\nlevel=info msg=\"Reading silence ACL confi...
TypeScript
Apache License 2.0
prymitive/karma
fix(ci): enable revive linter
1
fix
ci
217,922
28.05.2021 20:00:55
-7,200
9a5d1b42bebcafbca28c6265baf3e13bce5c6ad6
chore(release): 8.2.9
[ { "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.2.9\"></a>\n+## [8.2.9](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compare/...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 8.2.9
1
chore
release
67,479
28.05.2021 20:41:55
-36,000
98f14ef4dd8c98e2abb3a2086dda7e96b905ceff
fix(content): fix content array auto observation
[ { "change_type": "MODIFY", "diff": "@@ -468,6 +468,43 @@ describe('3-runtime/interpolation.spec.ts -- [UNIT]interpolation', function () {\n});\ndescribe('3-runtime/interpolation.spec.ts', function () {\n+ it('observes and updates when bound with array', async function () {\n+ const { tearDown, appHost, ctx,...
TypeScript
MIT License
aurelia/aurelia
fix(content): fix content array auto observation
1
fix
content
838,025
28.05.2021 21:07:00
-10,800
0308a7ede34d3520b4ddf8f15e66806a452aa64a
fix: VideoVideo.ContentRestricted is int
[ { "change_type": "MODIFY", "diff": "@@ -35,7 +35,7 @@ type VideoVideo struct {\nIsPrivate BaseBoolInt `json:\"is_private\"`\nAdded BaseBoolInt `json:\"added\"`\nRepeat BaseBoolInt `json:\"repeat\"` // Information whether the video is repeated\n- ContentRestricted BaseBoolInt `json:\"content_restricted\"`\n+...
Go
MIT License
severecloud/vksdk
fix: VideoVideo.ContentRestricted is int
1
fix
null
838,025
28.05.2021 21:29:14
-10,800
e17151d98eccbbc37488cf395d907c33f92f9035
test: fix foaf.TestGetGroup_Event
[ { "change_type": "MODIFY", "diff": "@@ -48,7 +48,7 @@ func TestGetGroup_Public(t *testing.T) {\nfunc TestGetGroup_Event(t *testing.T) {\nt.Parallel()\n- group, err := foaf.GetGroup(context.Background(), 86529522)\n+ group, err := foaf.GetGroup(context.Background(), 174832349)\nassert.NoError(t, err)\nassert...
Go
MIT License
severecloud/vksdk
test: fix foaf.TestGetGroup_Event
1
test
null
667,680
28.05.2021 22:23:09
-28,800
8d75ed0b468a505a007bdadb69104245aa2f5d9d
refactor(android): clarify the methods of bridge transfer types
[ { "change_type": "MODIFY", "diff": "@@ -166,6 +166,11 @@ public class HippyBridgeImpl implements HippyBridge, DevRemoteDebugProxy.OnRecei\nreturn;\n}\n+ int offset = buffer.position();\n+ int length = buffer.limit() - buffer.position();\n+ if (buffer.isDirect()) {\n+ callFunction(action, mV8RuntimeId, callb...
C++
Apache License 2.0
tencent/hippy
refactor(android): clarify the methods of bridge transfer types
1
refactor
android
730,428
28.05.2021 23:34:11
0
6eb2280245083df98e8a1745937933b5b6f67738
chore(release): 0.11.0 [skip ci]
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+## [0.11.0](https://github.com/webex/react-widgets/compare/v0.10.0...v0.11.0) (2021-05-28)\n+\n...
JavaScript
MIT License
webex/react-widgets
chore(release): 0.11.0 [skip ci]
1
chore
release
756,038
29.05.2021 00:22:45
25,200
0605f0b99d33a2e888d893b66c40940947b67a6b
test: initial vpurse unit tests This initial test is admittedly low-value, but it puts some points on the board.
[ { "change_type": "MODIFY", "diff": "@@ -43,6 +43,10 @@ type vpurseBalanceUpdate struct {\nvar nonce uint64\n+func resetForTests() {\n+ nonce = 0\n+}\n+\nfunc marshalBalanceUpdate(addressToBalance map[string]sdk.Coins) ([]byte, error) {\nnentries := len(addressToBalance)\nif nentries == 0 {\n", "new_path...
JavaScript
Apache License 2.0
agoric/agoric-sdk
test: initial vpurse unit tests This initial test is admittedly low-value, but it puts some points on the board.
1
test
null
756,059
29.05.2021 02:27:06
25,200
11dba7a145711097966ed41b9d36dd2ffdad2846
feat: remove no-LMDB fallback from cosmic-swingset
[ { "change_type": "MODIFY", "diff": "\"@agoric/install-metering-and-ses\": \"^0.2.13\",\n\"@agoric/store\": \"^0.4.14\",\n\"@agoric/swing-store-lmdb\": \"^0.4.12\",\n- \"@agoric/swing-store-simple\": \"^0.3.9\",\n\"@agoric/swingset-vat\": \"^0.17.2\",\n\"@agoric/vats\": \"^0.2.2\",\n\"@iarna/toml\": \"^2.2.3...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat: remove no-LMDB fallback from cosmic-swingset
1
feat
null
551,634
29.05.2021 02:34:24
-3,600
5e36ed5602f35711f0eef1dade8e9fbec7b6983e
fix(cairo): fix commit lag can be set to invalid value on alter table
[ { "change_type": "MODIFY", "diff": "@@ -1535,7 +1535,7 @@ public class TableWriter implements Closeable {\nddlMem.putInt(ColumnType.VERSION);\nddlMem.putInt(metaMem.getInt(META_OFFSET_TABLE_ID));\nddlMem.putInt(metaMem.getInt(META_OFFSET_MAX_UNCOMMITTED_ROWS));\n- ddlMem.putInt(metaMem.getInt(META_OFFSET_CO...
Java
Apache License 2.0
questdb/questdb
fix(cairo): fix commit lag can be set to invalid value on alter table (#1069)
1
fix
cairo
599,913
29.05.2021 03:29:53
18,000
9ead8bb1f1680b522550f963502c83e2f99d1e96
feat(notif): prevent manage-request users receiving auto-approve notif from their requests Email and webpush agents will filter out these users. Discord agent won't @ them.
[ { "change_type": "MODIFY", "diff": "@@ -249,7 +249,10 @@ class DiscordAgent\nNotificationAgentKey.DISCORD,\ntype\n) &&\n- user.settings?.discordId\n+ user.settings?.discordId &&\n+ // Check if it's the user's own auto-approved request\n+ (type !== Notification.MEDIA_AUTO_APPROVED ||\n+ user.id !== payload.r...
TypeScript
MIT License
sct/overseerr
feat(notif): prevent manage-request users receiving auto-approve notif from their requests (#1707) (#1709) Email and webpush agents will filter out these users. Discord agent won't @ them.
1
feat
notif
67,516
29.05.2021 07:38:45
-19,080
255b1785e259788eb1a1f5ef7643d8c71888f4af
docs: adding the scope and context doc to TOC
[ { "change_type": "MODIFY", "diff": "* [Working with Form Elements](app-basics/working-with-form-elements.md)\n* [Dependency Injection](app-basics/dependency-injection.md)\n+* [Scope and context](app-basics/scope-and-binding-context.md)\n* [Components Revisited](app-basics/components-revisited.md)\n* [Stylin...
TypeScript
MIT License
aurelia/aurelia
docs: adding the scope and context doc to TOC
1
docs
null
838,025
29.05.2021 08:02:57
-10,800
f7ba006d892acf6c57d71953b64e27ba9bb8a886
fix: PhotosPhotoAlbum.ID change type
[ { "change_type": "MODIFY", "diff": "@@ -134,7 +134,7 @@ type PhotosOwnerUploadResponse struct {\ntype PhotosPhotoAlbum struct {\nCreated int `json:\"created\"` // Date when the album has been created in Unixtime\nDescription string `json:\"description\"` // Photo album description\n- ID string `json:\"id\"`...
Go
MIT License
severecloud/vksdk
fix: PhotosPhotoAlbum.ID change type
1
fix
null
551,634
29.05.2021 09:20:50
-3,600
4e524e24809b95a4ba7cc6fe58d5f774469d25fa
fix(ilp): fix NPE on processing ILP data Fix wrong keyIndex usage on map insert
[ { "change_type": "MODIFY", "diff": "@@ -170,7 +170,7 @@ class LineTcpMeasurementScheduler implements Closeable {\n}\n@NotNull\n- private TableUpdateDetails assignTableToThread(String tableName, int keyIndex) {\n+ private TableUpdateDetails assignTableToThread(String tableName) {\nTableUpdateDetails tableUpd...
Java
Apache License 2.0
questdb/questdb
fix(ilp): fix NPE on processing ILP data (#1068) Fix wrong keyIndex usage on map insert
1
fix
ilp
838,025
29.05.2021 09:28:07
-10,800
85e0b4395729954c011ee6b5909887f55e64584a
feat: api version 5.131
[ { "change_type": "MODIFY", "diff": "## Features\n-Version API 5.126.\n+Version API 5.131.\n- [API](https://pkg.go.dev/github.com/SevereCloud/vksdk/v2/api)\n- 400+ methods\n", "new_path": "README.md", "old_path": "README.md" }, { "change_type": "MODIFY", "diff": "@@ -8,5 +8,5 @@ package v...
Go
MIT License
severecloud/vksdk
feat: api version 5.131
1
feat
null
838,025
29.05.2021 10:13:35
-10,800
2d8887360c6212059382371788dc05b292226795
fix: UsersPersonal crutch
[ { "change_type": "MODIFY", "diff": "package object // import \"github.com/SevereCloud/vksdk/v2/object\"\nimport (\n+ \"bytes\"\n+ \"encoding/json\"\n\"fmt\"\n)\n@@ -233,6 +235,28 @@ type UsersPersonal struct {\nReligionID int `json:\"religion_id\"`\n}\n+// UnmarshalJSON UsersPersonal.\n+//\n+// BUG(VK): Use...
Go
MIT License
severecloud/vksdk
fix: UsersPersonal crutch
1
fix
null
838,025
29.05.2021 11:01:55
-10,800
e6ddcb574107a1be273d14b862040e8877b805db
test: fix TestVK_VideoAddAlbum
[ { "change_type": "MODIFY", "diff": "@@ -58,15 +58,15 @@ func TestVK_VideoAddAlbum(t *testing.T) {\n_, err = vkUser.VideoAddToAlbum(api.Params{\n\"album_id\": album.AlbumID,\n- \"owner_id\": 2314852,\n- \"video_id\": 165705596,\n+ \"owner_id\": -86529522,\n+ \"video_id\": 456240750,\n})\nnoError(t, err)\n_, ...
Go
MIT License
severecloud/vksdk
test: fix TestVK_VideoAddAlbum
1
test
null
217,922
29.05.2021 12:26:43
-7,200
975a65c5e7f9362f9045b8fd0a620a5af0492ec7
fix(desktop): fixed an issue with npcap detection poping a Javascript error on startup closes
[ { "change_type": "MODIFY", "diff": "@@ -90,7 +90,7 @@ export class PacketCapture {\nthis.startMachina();\n} catch (err) {\nlog.error(`Error and/or possible timeout while detecting the Npcap windows service: ${err}`);\n- if (err.includes('ETIMEDOUT')) {\n+ if (err.message.includes('ETIMEDOUT')) {\nlog.log(`S...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(desktop): fixed an issue with npcap detection poping a Javascript error on startup closes #1931
1
fix
desktop
217,922
29.05.2021 12:41:59
-7,200
c7933c763a6d4dc3fd375a32c307ac04031a98a6
chore: better search analytics
[ { "change_type": "MODIFY", "diff": "@@ -33,6 +33,7 @@ import { XivapiPatch } from '../../../core/data/model/xivapi-patch';\nimport { Language } from '../../../core/data/language';\nimport { TeamcraftComponent } from '../../../core/component/teamcraft-component';\nimport { PlatformService } from '../../../co...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: better search analytics
1
chore
null
217,922
29.05.2021 12:42:14
-7,200
91798ac6d1e8bf22025f8d9940f235352d176fc2
chore(release): 8.2.10
[ { "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.2.10\"></a>\n+## [8.2.10](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compar...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 8.2.10
1
chore
release
126,276
29.05.2021 12:45:25
10,800
30d2a4b84d7c41b20882c600b9ac910037a3d80d
fix(embedded/sql): interprete binary prefix if followed by a quote
[ { "change_type": "MODIFY", "diff": "@@ -222,12 +222,7 @@ func (l *lexer) Lex(lval *yySymType) int {\nreturn STMT_SEPARATOR\n}\n- if isBLOBPrefix(ch) {\n- if !isQuote(l.r.nextChar) {\n- lval.err = fmt.Errorf(\"syntax error: unexpected char %c, expecting quote\", l.r.nextChar)\n- return ERROR\n- }\n-\n+ if is...
Go
Apache License 2.0
codenotary/immudb
fix(embedded/sql): interprete binary prefix if followed by a quote Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
fix
embedded/sql
306,309
29.05.2021 13:07:15
-3,600
67d6892541aa5f148c45c58bc235f0a98f2050c9
fix(ci): fix typo in bash script
[ { "change_type": "MODIFY", "diff": "@@ -17,7 +17,7 @@ Infracost shows cloud cost estimates for infrastructure-as-code projects such as\n<img src=\".github/assets/diff_screenshot.png\" alt=\"Infracost diff command\" width=600 />\n-## Installation\n+## Quick start\n1. Assuming [Terraform](https://www.terrafor...
Go
Apache License 2.0
infracost/infracost
fix(ci): fix typo in bash script
1
fix
ci
317,646
29.05.2021 13:37:05
-7,200
bc5037785095ad9d302b07a4f3c1387780232ca0
feat: max branch length resolves
[ { "change_type": "MODIFY", "diff": "@@ -52,6 +52,7 @@ An alternative is to use the [Posh-Git segment][poshgit]\n- branch_ahead_icon: `string` - the icon to display when the local branch is ahead of its remote - defaults to `\\u2191`\n- branch_behind_icon: `string` - the icon to display when the local branch...
Go
MIT License
jandedobbeleer/oh-my-posh
feat: max branch length resolves #755
1
feat
null
332,724
29.05.2021 13:52:14
-3,600
d8eb821800e8f9245eaf859d7afc2e6ce206e3d2
feat(ng-add): update behavior and code cleanup
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,7 @@ import { chain, Rule, Tree } from '@angular-devkit/schematics';\nimport { updateNxJsonInTree, updateWorkspace } from '@nrwl/workspace';\nimport { SchemaOptions } from './schema';\n-import { addDependencies } from './utils/dependencies';\n+import { addDepen...
TypeScript
MIT License
jscutlery/semver
feat(ng-add): update behavior and code cleanup
1
feat
ng-add
217,237
29.05.2021 14:30:04
-10,800
f9c6245d8b516e0174a7f389ea4b966b5a389cb4
chore: debug env (revert later)
[ { "change_type": "MODIFY", "diff": "@@ -10,6 +10,7 @@ jobs:\nruns-on: ubuntu-18.04\nenv:\nALGOLIA_KEY: ${{ secrets.ALGOLIA_KEY }}\n+ DEBUG_KEY: ${{ secrets.DEBUG_KEY }}\nsteps:\n- uses: actions/checkout@v2\n", "new_path": ".github/workflows/deploy.yml", "old_path": ".github/workflows/deploy.yml" }...
JavaScript
MIT License
feature-sliced/documentation
chore: debug env (revert later)
1
chore
null
217,237
29.05.2021 14:34:37
-10,800
ed5fb97f72c89a1108c7941701787a0d72935156
chore: debug env 2 (revert later)
[ { "change_type": "MODIFY", "diff": "@@ -76,6 +76,10 @@ const navbar = {\nto: '/versions',\nlabel: 'All versions',\n},\n+ {\n+ to: '/versions',\n+ label: process.env.DEBUG_KEY,\n+ },\n],\n},\n{\n@@ -273,10 +277,6 @@ module.exports = {\nplugins,\n};\n-window.__fsdebug__ = () => {\n- return process.env.DEBUG_K...
JavaScript
MIT License
feature-sliced/documentation
chore: debug env 2 (revert later)
1
chore
null
217,237
29.05.2021 14:39:21
-10,800
54b74898f672e7315f807952f643d68e458e2fc7
chore: debug env 3 (revert later)
[ { "change_type": "MODIFY", "diff": "@@ -78,7 +78,7 @@ const navbar = {\n},\n{\nto: '/versions',\n- label: process.env.DEBUG_KEY,\n+ label: `${process.env.DEBUG_KEY} (2)`,\n},\n],\n},\n@@ -277,6 +277,6 @@ module.exports = {\nplugins,\n};\n-if (!process.env.ALGOLIA_KEY) {\n- delete module.exports.themeConfig....
JavaScript
MIT License
feature-sliced/documentation
chore: debug env 3 (revert later)
1
chore
null
217,237
29.05.2021 15:02:02
-10,800
018c3893bb40ba74acaa3decd70845817ccf0f9a
chore: debug env 5 (revert later)
[ { "change_type": "MODIFY", "diff": "@@ -78,7 +78,7 @@ const navbar = {\n},\n{\nto: '/versions',\n- label: `${process.env.DEBUG_KEY} (3)`,\n+ label: `${process.env.DEBUG_KEY} (4)`,\n},\n],\n},\n", "new_path": "website/docusaurus.config.js", "old_path": "website/docusaurus.config.js" } ]
JavaScript
MIT License
feature-sliced/documentation
chore: debug env 5 (revert later)
1
chore
null
217,237
29.05.2021 15:13:43
-10,800
d8935eda8fa9f35f42f29d8ff5fc0a7cea192e40
fix(website): algolia search
[ { "change_type": "MODIFY", "diff": "@@ -10,7 +10,6 @@ jobs:\nruns-on: ubuntu-18.04\nenv:\nALGOLIA_KEY: ${{ secrets.ALGOLIA_KEY }}\n- DEBUG_KEY: ${{ secrets.DEBUG_KEY }}\nsteps:\n- uses: actions/checkout@v2\n", "new_path": ".github/workflows/deploy.yml", "old_path": ".github/workflows/deploy.yml" }...
JavaScript
MIT License
feature-sliced/documentation
fix(website): algolia search
1
fix
website
838,025
29.05.2021 15:22:12
-10,800
5975f76c0a28ca0d1905d5c4bca93dc7e68a8841
test: fix TestVK_PhotosGetOwnerCoverPhotoUploadServer
[ { "change_type": "MODIFY", "diff": "@@ -358,6 +358,7 @@ func TestVK_PhotosGetOwnerCoverPhotoUploadServer(t *testing.T) {\n_, err := vkUser.PhotosGetOwnerCoverPhotoUploadServer(api.Params{\n\"group_id\": vkGroupID,\n+ \"crop_y2\": 266,\n})\nnoError(t, err)\n}\n", "new_path": "api/photos_test.go", "ol...
Go
MIT License
severecloud/vksdk
test: fix TestVK_PhotosGetOwnerCoverPhotoUploadServer
1
test
null
67,516
29.05.2021 16:20:00
-19,080
e02418463c4cf5329b22cb84876cfce0b3f4a8e8
chore: post-review changes Renamed some methods Added new tests
[ { "change_type": "MODIFY", "diff": "@@ -714,6 +714,54 @@ describe('au-slot', function () {\nexpected,\n);\n}\n+\n+ {\n+ @customElement({\n+ name: 'list-box',\n+ template: `<div><au-slot></au-slot></div>`\n+ })\n+ class ListBox {\n+ @bindable public value: unknown;\n+ }\n+\n+ let i = 0;\n+ @customElement({\n...
TypeScript
MIT License
aurelia/aurelia
chore: post-review changes - Renamed some methods - Added new tests
1
chore
null
756,013
29.05.2021 17:06:50
21,600
e49813c74f086c52e3a2f39397fdfe34f64b3c9c
test: fix flaky tests
[ { "change_type": "MODIFY", "diff": "@@ -538,7 +538,7 @@ jobs:\n# END-RESTORE-BOILERPLATE\n- name: yarn test (zoe)\n- timeout-minutes: 20\n+ timeout-minutes: 30\nrun: cd packages/zoe && yarn test\nenv:\nESM_DISABLE_CACHE: true\n", "new_path": ".github/workflows/test-all-packages.yml", "old_path": ".g...
JavaScript
Apache License 2.0
agoric/agoric-sdk
test: fix flaky tests
1
test
null
317,646
29.05.2021 18:38:38
-7,200
a686169a3c004fe709e2bd1c3a5a4ec90f57150f
docs: fix broken link resolves
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,6 @@ import TabItem from \"@theme/TabItem\";\n{ label: 'zsh', value: 'zsh', },\n{ label: 'bash', value: 'bash', },\n{ label: 'fish', value: 'fish', },\n- { label: 'nu', value: 'nu', },\n]\n}>\n<TabItem value=\"powershell\">\n", "new_path": "docs/docs/instal...
Go
MIT License
jandedobbeleer/oh-my-posh
docs: fix broken link resolves #763
1
docs
null
777,407
29.05.2021 20:04:54
14,400
66c64521f8d89e9692a573645710186d5d57915e
feat: hook ProfilerAgent into harness and add profiler timings This change hooks the ProfilerAgent into the harnses and adds code to collect and ship timings from PytorchTrial. It also includes various fixes for the system metrics collector.
[ { "change_type": "MODIFY", "diff": "-from typing import Dict, List, Optional, cast\n+from typing import Dict, List, Optional, Tuple, cast\nclass ExperimentConfig(dict):\n@@ -26,6 +26,15 @@ class ExperimentConfig(dict):\ndef experiment_seed(self) -> int:\nreturn int(self.get(\"reproducibility\", {}).get(\"ex...
Python
Apache License 2.0
determined-ai/determined
feat: hook ProfilerAgent into harness and add profiler timings [DET-5062, DET-5204] (#2348) This change hooks the ProfilerAgent into the harnses and adds code to collect and ship timings from PytorchTrial. It also includes various fixes for the system metrics collector.
1
feat
null
756,059
29.05.2021 20:18:23
25,200
ef87997a1519b18f23656b57bf38055fea203f9a
feat: remove .jsonlines hack from simple swing store
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,7 @@ import crypto from 'crypto';\nimport path from 'path';\nimport os from 'os';\n-import { openSwingStore } from '@agoric/swing-store-simple';\n+import { openSwingStore } from '@agoric/swing-store-lmdb';\nimport { assert, details as X } from '@agoric/assert';...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat: remove .jsonlines hack from simple swing store
1
feat
null
126,276
29.05.2021 20:43:48
10,800
baa8d0b1813b7f5981dd3da4cf0abf00c5699fd7
feat(embedded/store): WIP replicatedCommit
[ { "change_type": "MODIFY", "diff": "@@ -807,6 +807,10 @@ func (s *ImmuStore) appendData(entries []*KV, donec chan<- appendableResult) {\n}\nfunc (s *ImmuStore) Commit(entries []*KV, waitForIndexing bool) (*TxMetadata, error) {\n+ return s.commitAt(entries, waitForIndexing, time.Now().Unix(), s.aht.Size())\n...
Go
Apache License 2.0
codenotary/immudb
feat(embedded/store): WIP replicatedCommit Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
feat
embedded/store
126,276
29.05.2021 20:44:14
10,800
b6607e7c0723f9b1091c122053c670617bbd9cb4
test(pkg/client): replication unit testing
[ { "change_type": "MODIFY", "diff": "@@ -68,7 +68,7 @@ func TestImmuClient_ExportAndReplicateTx(t *testing.T) {\n_, err = client.ExportTx(ctx, nil)\nrequire.Equal(t, ErrIllegalArguments, err)\n- _, err = client.Set(ctx, []byte(\"key1\"), []byte(\"value1\"))\n+ txmd, err := client.Set(ctx, []byte(\"key1\"), [...
Go
Apache License 2.0
codenotary/immudb
test(pkg/client): replication unit testing Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
pkg/client
531,793
29.05.2021 20:59:28
-3,600
52b39683c63285e19fcd491f071db59d44cb6d0c
fix(ui): fix storybook builds
[ { "change_type": "MODIFY", "diff": "module.exports = {\naddons: [\"@storybook/preset-create-react-app\"],\nstories: [\"../src/**/*.stories.tsx\"],\n+ // https://github.com/styleguidist/react-docgen-typescript/issues/356\n+ typescript: {\n+ reactDocgen: \"none\",\n+ },\n};\n", "new_path": "ui/.storybook/...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): fix storybook builds
1
fix
ui
151,430
29.05.2021 21:09:01
25,200
7e2251b8ffdf8f5e357d854a5b7efd8735e0b6a7
refactor: only set dimensions if customDimensions set. fix
[ { "change_type": "MODIFY", "diff": "@@ -58,8 +58,9 @@ function googleAnalytics(pluginConfig = {}) {\ninitialize: (pluginApi) => {\nconst { config, instance } = pluginApi\nif (!config.trackingId) throw new Error('No GA trackingId defined')\n+ const { customDimensions, customScriptSrc } = config\n// var to ho...
JavaScript
MIT License
davidwells/analytics
refactor: only set dimensions if customDimensions set. fix #176 Signed-off-by: David Wells <>
1
refactor
null
780,866
29.05.2021 22:31:16
10,800
661ab29bb34e8de15a2af8dd9144ed1f0b073ccd
fix(template/footer): check any valid link (url prop) to render column [skip ci]
[ { "change_type": "MODIFY", "diff": "@@ -94,7 +94,7 @@ const networksWithColors = [\n</div>\n</div>\n- <% if (footer.links_1.list_pages || footer.links_1.list.length) { %>\n+ <% if (footer.links_1.list_pages || footer.links_1.list.find(({ url }) => url)) { %>\n<div class=\"col-12 col-sm-6 col-lg col-xl-auto ...
JavaScript
MIT License
ecomplus/storefront
fix(template/footer): check any valid link (url prop) to render column [skip ci]
1
fix
template/footer
306,393
29.05.2021 23:28:23
-7,200
d577e733f5bdb0f5ef1475ded4f577f9069e60f1
docs(overlays): apply missing OverlayMixin
[ { "change_type": "MODIFY", "diff": "@@ -72,7 +72,7 @@ Or creating your own Web Component which uses the Overlay System\nimport { LitElement } from '@lion/core';\nimport { OverlayMixin, withModalDialogConfig } from '@lion/overlays';\n-class MyOverlayComponent extends LitElement {\n+class MyOverlayComponent e...
JavaScript
MIT License
ing-bank/lion
docs(overlays): apply missing OverlayMixin
1
docs
overlays
332,724
29.05.2021 23:57:28
-3,600
de1754e647aa3674dc655a16bfff601e1b079664
fix(ng-add): update husky file check
[ { "change_type": "MODIFY", "diff": "@@ -30,7 +30,7 @@ export function addCommitizenConfig(tree: Tree) {\nif (!hasConfig) {\nconst config: PackageJsonConfigPart<any> = {\nconfig: {\n- ...packageJson?.config,\n+ ...packageJson.config,\ncommitizen: {\npath: 'cz-conventional-changelog',\n},\n@@ -80,7 +80,7 @@ e...
TypeScript
MIT License
jscutlery/semver
fix(ng-add): update husky file check
1
fix
ng-add
332,724
29.05.2021 23:57:49
-3,600
f1ac2f891d27c87d1101d7c9bb030adfd210908c
test(ng-add): update tests for add dependencies
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,7 @@ import * as inquirer from 'inquirer';\nimport * as path from 'path';\nimport { SchemaOptions } from './schema';\n+import { getPackageJson, overwritePackageJson } from './utils/package-json';\njest.mock('inquirer');\n@@ -18,6 +19,7 @@ const defaultOptions: ...
TypeScript
MIT License
jscutlery/semver
test(ng-add): update tests for add dependencies
1
test
ng-add
780,866
30.05.2021 00:21:48
10,800
530c0766f597002926e89b5262742ce68e25563e
perf(template/footer): hardset E-Com Plus logo image size
[ { "change_type": "MODIFY", "diff": "@@ -220,6 +220,8 @@ const networksWithColors = [\n<img\nsrc=\"https://ecom.nyc3.digitaloceanspaces.com/brand/plus/198x43.png\"\nalt=\"E-Com Plus\"\n+ width=\"92\"\n+ height=\"19.98\"\n>\n</a>\n</div>\n", "new_path": "@ecomplus/storefront-template/template/pages/@/layo...
JavaScript
MIT License
ecomplus/storefront
perf(template/footer): hardset E-Com Plus logo image size
1
perf
template/footer
780,866
30.05.2021 00:23:29
10,800
892933409f981fb4c7e24b5c1157594e858da271
perf(template/stamps): defer stamps images load
[ { "change_type": "MODIFY", "diff": "<% if (link) { %>\n<li>\n<a href=\"<%= link %>\" target=\"_blank\" rel=\"noopener\">\n- <img src=\"<%= src %>\" alt=\"<%= alt %>\">\n+ <img data-src=\"<%= src %>\" alt=\"<%= alt %>\" class=\"lozad fade\" data-preload>\n</a>\n</li>\n<% } else { %>\n<li>\n- <img src=\"<%= s...
JavaScript
MIT License
ecomplus/storefront
perf(template/stamps): defer stamps images load
1
perf
template/stamps
780,866
30.05.2021 00:24:14
10,800
1e703ea532c472b9aa0cf98715137240d6240e19
perf(template/menu): defer category icons images load
[ { "change_type": "MODIFY", "diff": "@@ -85,7 +85,7 @@ if (mainCategories) {\n<% } %>\n<div class=\"menu__list\">\n- <% categoryParents[slug].forEach(subcategory => { %>\n+ <% categoryParents[slug].forEach((subcategory, index) => { %>\n<% const hasSubmenu = Array.isArray(categoryParents[subcategory.slug]) %>...
JavaScript
MIT License
ecomplus/storefront
perf(template/menu): defer category icons images load
1
perf
template/menu
780,866
30.05.2021 00:25:20
10,800
494ec66cd88624b8c498c8ae72d4f6d83c14afaf
feat(template/lazy-load): force load defered els `data-preload` before intersection
[ { "change_type": "MODIFY", "diff": "@@ -16,5 +16,10 @@ export { observer, lazyLoad }\nwindow.addEventListener('load', () => {\nsetTimeout(() => {\nlazyLoad('lozad-delay')\n+ const $preloadEls = document.querySelectorAll('.lozad[data-preload]')\n+ for (let i = 0; i < $preloadEls.length; i++) {\n+ const $el =...
JavaScript
MIT License
ecomplus/storefront
feat(template/lazy-load): force load defered els `data-preload` before intersection
1
feat
template/lazy-load
306,393
30.05.2021 00:54:58
-7,200
b7bfb97a4d31dad3bd59f6dd4d7777d753081432
docs(overlays): invoke withModalDialogConfig
[ { "change_type": "MODIFY", "diff": "@@ -69,13 +69,13 @@ const ctrl = new OverlayController({\nOr creating your own Web Component which uses the Overlay System\n```js\n-import { LitElement } from '@lion/core';\n+import { LitElement, html } from '@lion/core';\nimport { OverlayMixin, withModalDialogConfig } fr...
JavaScript
MIT License
ing-bank/lion
docs(overlays): invoke withModalDialogConfig
1
docs
overlays
780,866
30.05.2021 01:01:14
10,800
7e54c67d4a7d8b4feef9feea4c8f64d1c6b6b651
perf(template/stamps): skip preloading non-action (image only) stamps
[ { "change_type": "MODIFY", "diff": "</li>\n<% } else { %>\n<li>\n- <img data-src=\"<%= src %>\" alt=\"<%= alt %>\" class=\"lozad fade\" data-preload>\n+ <img data-src=\"<%= src %>\" alt=\"<%= alt %>\" class=\"lozad fade\">\n</li>\n<% } %>\n<% }) %>\n", "new_path": "@ecomplus/storefront-template/template...
JavaScript
MIT License
ecomplus/storefront
perf(template/stamps): skip preloading non-action (image only) stamps
1
perf
template/stamps
780,866
30.05.2021 01:16:33
10,800
682e39473ea1589e2b5db6df473a8e3a8f10ca14
revert(template/stamps): preloading all stamps images [skip ci]
[ { "change_type": "MODIFY", "diff": "</li>\n<% } else { %>\n<li>\n- <img data-src=\"<%= src %>\" alt=\"<%= alt %>\" class=\"lozad fade\">\n+ <img data-src=\"<%= src %>\" alt=\"<%= alt %>\" class=\"lozad fade\" data-preload>\n</li>\n<% } %>\n<% }) %>\n", "new_path": "@ecomplus/storefront-template/template...
JavaScript
MIT License
ecomplus/storefront
revert(template/stamps): preloading all stamps images [skip ci]
1
revert
template/stamps
217,237
30.05.2021 02:06:29
-10,800
85dd5b07893cee2347134845a16a75f0f4934d17
fix(home): bg colors
[ { "change_type": "MODIFY", "diff": "text-align: center;\nposition: relative;\noverflow: hidden;\n+ /* Generated by https://cssgradient.io/ (from=#f9fb82, to=#0165d2, angle=45) */\n+ background: rgb(249,251,130);\n+ background: linear-gradient(45deg, rgba(249,251,130,1) -0%, rgba(1,101,210,1) 100%);\n+ /* Wh...
JavaScript
MIT License
feature-sliced/documentation
fix(home): bg colors
1
fix
home
217,237
30.05.2021 02:15:54
-10,800
56cd1a321339219a290fd3648a695c79dfb0f7a6
fix(home): refine logo
[ { "change_type": "MODIFY", "diff": "@@ -50,11 +50,6 @@ const navbar = {\n{ label: 'Reference', to: SECTIONS.REFERENCE.fullPath, position: 'left' },\n{ label: 'About', to: SECTIONS.ABOUT.fullPath, position: 'left' },\n// right\n- {\n- href: GITHUB_DOCS,\n- label: 'GitHub',\n- position: 'right',\n- },\n{\ntyp...
JavaScript
MIT License
feature-sliced/documentation
fix(home): refine logo
1
fix
home
217,237
30.05.2021 02:34:10
-10,800
114008341e850a2d44530bfb5c892c641dbb25fa
feat(migration-v1): remind in versions
[ { "change_type": "MODIFY", "diff": "@@ -40,6 +40,9 @@ function Version() {\n<td>\n<Link to=\"/docs/intro\">Documentation</Link>\n</td>\n+ <td>\n+ <Link to=\"/docs/guides/migration-from-v1\">Migration from v1</Link>\n+ </td>\n</Table.Row>\n</Table>\n</div>\n", "new_path": "website/src/pages/versions.jsx"...
JavaScript
MIT License
feature-sliced/documentation
feat(migration-v1): remind in versions
1
feat
migration-v1
217,237
30.05.2021 03:05:49
-10,800
1e130122cfc62cb1066cb6149aca6874e232eda1
feat(readme): update readme banner
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/assets/banner.jpg differ\n", "new_path": "assets/banner.jpg", "old_path": "assets/banner.jpg" } ]
JavaScript
MIT License
feature-sliced/documentation
feat(readme): update readme banner
1
feat
readme
838,025
30.05.2021 07:50:18
-10,800
c1bdeb1eb3aa9c4d54826488e4bd02cd10f80312
feat: MarketMarketItem add SKU field
[ { "change_type": "MODIFY", "diff": "@@ -72,6 +72,7 @@ type MarketMarketItem struct {\nVariantsGroupingID int `json:\"variants_grouping_id\"`\nPropertyValues []MarketMarketItemProperty `json:\"property_values\"`\nCartQuantity int `json:\"cart_quantity\"`\n+ SKU string `json:\"sku\"`\n}\n// UnmarshalJSON Mark...
Go
MIT License
severecloud/vksdk
feat: MarketMarketItem add SKU field
1
feat
null
838,025
30.05.2021 07:55:20
-10,800
a827d6d464ce87d37d7b79f775eb606585e74f56
feat: add ErrMarketGroupingItemsWithDifferentProperties
[ { "change_type": "MODIFY", "diff": "@@ -661,6 +661,9 @@ const (\n// Shop not enabled.\nErrMarketShopNotEnabled ErrorType = 1409\n+ // Grouping items with different properties.\n+ ErrMarketGroupingItemsWithDifferentProperties ErrorType = 1412\n+\n// Variant not found.\nErrMarketVariantNotFound ErrorType = 14...
Go
MIT License
severecloud/vksdk
feat: add ErrMarketGroupingItemsWithDifferentProperties
1
feat
null
838,025
30.05.2021 08:03:01
-10,800
5084a57e0ae1c23eacbd8dcb2380edbeccaab828
feat: UsersUser add CanCallFromGroup field
[ { "change_type": "MODIFY", "diff": "@@ -69,6 +69,7 @@ type UsersUser struct {\nCanSeeAudio BaseBoolInt `json:\"can_see_audio\"`\nCanWritePrivateMessage BaseBoolInt `json:\"can_write_private_message\"`\nCanSendFriendRequest BaseBoolInt `json:\"can_send_friend_request\"`\n+ CanCallFromGroup BaseBoolInt `json:...
Go
MIT License
severecloud/vksdk
feat: UsersUser add CanCallFromGroup field
1
feat
null