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
866,391
24.11.2021 20:57:07
-3,600
52af2233493f4a78a9414d091400893128d5b8db
chore: remove custom skipLibCheck
[ { "change_type": "MODIFY", "diff": "/**\n* @license\n*\n- * Copyright IBM Corp. 2019\n+ * Copyright IBM Corp. 2019, 2021\n*\n* This source code is licensed under the Apache-2.0 license found in the\n* LICENSE file in the root directory of this source tree.\n@@ -11,9 +11,11 @@ declare module '*.scss';\ndecla...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore: remove custom skipLibCheck (#894) Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1
chore
null
104,828
24.11.2021 21:13:13
-3,600
0a3749ceedcb0f40eb955683596dcd4be0d127e0
feat(tablecolumncustomizationmodal): add secondary value
[ { "change_type": "MODIFY", "diff": "@@ -47,6 +47,8 @@ const propTypes = {\n`The 'testID' prop has been deprecated. Please use 'testId' instead.`\n),\ntestId: PropTypes.string,\n+ /** will increase the height of the list items to make to room for a secondary value */\n+ isLargeRow: PropTypes.bool,\n/** the l...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(tablecolumncustomizationmodal): add secondary value
1
feat
tablecolumncustomizationmodal
603,467
24.11.2021 22:30:41
0
1e04d57e3433183244c65be59eee536f7344366b
test(local-server): tests work on macOS Monterey where AirPlay occupies port 5000
[ { "change_type": "MODIFY", "diff": "@@ -68,7 +68,7 @@ describe('@serenity-js/local-server', () => {\nlet Nadia: Actor, Phillip: Actor;\n- const port = 5000;\n+ const port = 5555;\nbeforeEach(() => {\nNadia = actorCalled('Nadia');\n", "new_path": "packages/local-server/spec/reporting.spec.ts", "old_p...
TypeScript
Apache License 2.0
serenity-js/serenity-js
test(local-server): tests work on macOS Monterey where AirPlay occupies port 5000
1
test
local-server
667,713
24.11.2021 23:21:32
-28,800
23319e401000b18bc0d1d8f21a7276b5e7d9b07e
fix(android): resolve commit crash
[ { "change_type": "MODIFY", "diff": "@@ -179,6 +179,10 @@ public class HippyListView extends RecyclerView implements HippyViewBase {\nscrollToInitContentOffset();\n}\n+ if (mExposureEventEnable) {\n+ dispatchExposureEvent();\n+ }\n+\nhasCompleteFirstBatch = true;\n}\n}\n@@ -488,9 +492,6 @@ public class Hippy...
C++
Apache License 2.0
tencent/hippy
fix(android): resolve #1104 commit crash
1
fix
android
756,013
24.11.2021 23:33:39
21,600
59c5bc5c53d5f1be3efff6a47b90df911190c403
ci(test-all-packages): fork SwingSet and XS tests for speed
[ { "change_type": "MODIFY", "diff": "@@ -510,7 +510,7 @@ jobs:\n# END-RESTORE-BOILERPLATE\n- name: yarn test (SwingSet)\n- run: cd packages/SwingSet && yarn test\n+ run: cd packages/SwingSet && yarn test 'test/**/test-[A-Ia-i]*.js'\nenv:\nESM_DISABLE_CACHE: true\n- name: yarn test (xsnap)\n@@ -523,6 +523,78 ...
JavaScript
Apache License 2.0
agoric/agoric-sdk
ci(test-all-packages): fork SwingSet and XS tests for speed
1
ci
test-all-packages
815,601
24.11.2021 23:47:06
-28,800
20dbf261ba08c4bac9c804c946035ceeed7609fb
test: resumable rpc tx submit
[ { "change_type": "ADD", "diff": "+use crate::tests::util::{start_chain, start_chain_with_tx_pool_config};\n+use ckb_app_config::TxPoolConfig;\n+use ckb_chain_spec::consensus::ConsensusBuilder;\n+use ckb_dao_utils::genesis_dao_data;\n+use ckb_jsonrpc_types::{Status, TxStatus};\n+use ckb_test_chain_utils::{is...
Rust
MIT License
nervosnetwork/ckb
test: resumable rpc tx submit
1
test
null
603,467
25.11.2021 00:00:09
0
cf8c15260b1a143e5f402da685bd7ae7740a2f0d
ci(github): disabled windows builds as they're being re-written
[ { "change_type": "MODIFY", "diff": "@@ -142,38 +142,6 @@ jobs:\n- name: Test\nrun: make test\n- test-windows-node-lts:\n- needs:\n- - compile\n- runs-on: windows-latest\n- strategy:\n- matrix:\n- node-version: [ 12.x, 14.x, 16.x ]\n- fail-fast: false\n- steps:\n- - name: Checkout repository\n- uses: actions...
TypeScript
Apache License 2.0
serenity-js/serenity-js
ci(github): disabled windows builds as they're being re-written
1
ci
github
71,274
25.11.2021 00:43:03
-3,600
4982aca6f95ca864a285ed9955a9618a20ca0415
feat(docdb): implement audit and profiler logs closes *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
[ { "change_type": "MODIFY", "diff": "@@ -116,3 +116,19 @@ cluster.addRotationMultiUser('MyUser', { // Add rotation using the multi user sc\nThe rotation will start as soon as this user exists.\nSee also [@aws-cdk/aws-secretsmanager](https://github.com/aws/aws-cdk/blob/master/packages/%40aws-cdk/aws-secretsma...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(docdb): implement audit and profiler logs (#17570) closes #17478 *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
feat
docdb
71,274
25.11.2021 02:08:11
-3,600
1fe2215dc40eb58f1babc2c3fbca501a5e89b09f
fix(docdb): secret rotation ignores excluded characters in password We need to pass whatever `excludeCharacters` were passed to the generated Secret to the application responsible for the rotation. Fixes 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": "@@ -21,7 +21,7 @@ your instances will be launched privately or publicly:\nconst cluster = new DatabaseCluster(this, 'Database', {\nmasterUser: {\nusername: 'myuser' // NOTE: 'admin' is reserved by DocumentDB\n- excludeCharacters: '\\\"@/:', // optional, defaults to the se...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(docdb): secret rotation ignores excluded characters in password (#17609) We need to pass whatever `excludeCharacters` were passed to the generated Secret to the application responsible for the rotation. Fixes #17347 Fixes #17575 ------ *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
fix
docdb
71,765
25.11.2021 02:09:59
28,800
37596e6be4cf05432dcba3838955484e512beca6
fix(assert): support multiline strings with `stringLike()` Updates the `RegExp` constructor to support multiline. Resolves *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": "@@ -103,7 +103,7 @@ The following matchers exist:\nback to exact value matching.\n- `arrayWith(E, [F, ...])` - value must be an array containing the given elements (or matchers) in any order.\n- `stringLike(S)` - value must be a string matching `S`. `S` may contain `*` as...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(assert): support multiline strings with `stringLike()` (#17692) Updates the `RegExp` constructor to support multiline. Resolves https://github.com/aws/aws-cdk/issues/17691 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
fix
assert
71,366
25.11.2021 07:05:33
-32,400
ec4187c26d68df970d72d0e766d7d27b42e8b784
feat(iot): add Action to capture CloudWatch metrics I'm trying to implement aws-iot L2 Constructs. This PR is one of steps after following PR: *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": "@@ -24,6 +24,7 @@ Currently supported are:\n- Invoke a Lambda function\n- Put objects to a S3 bucket\n- Put logs to CloudWatch Logs\n+- Capture CloudWatch metrics\n- Put records to Kinesis Data Firehose stream\n## Invoke a Lambda function\n@@ -123,6 +124,30 @@ new iot.Top...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(iot): add Action to capture CloudWatch metrics (#17503) I'm trying to implement aws-iot L2 Constructs. This PR is one of steps after following PR: - https://github.com/aws/aws-cdk/pull/16681#issuecomment-942233029 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
feat
iot
317,842
25.11.2021 07:13:41
-3,600
8269148aab4eb4a7e54819d1f851c47acd746ab6
docs(wifi): fix config block disable md013 for code blocks(md)
[ { "change_type": "MODIFY", "diff": "@@ -3,3 +3,4 @@ MD014: false\nMD038: false\nline-length:\nline_length: 120\n+ code_blocks: false\n", "new_path": ".markdownlint.yaml", "old_path": ".markdownlint.yaml" }, { "change_type": "MODIFY", "diff": "@@ -21,13 +21,12 @@ Currently only supports W...
Go
MIT License
jandedobbeleer/oh-my-posh
docs(wifi): fix config block disable md013 for code blocks(md)
1
docs
wifi
317,646
25.11.2021 08:57:47
-3,600
30c82c2f5634b1ba9e7593f33bf93b2e6689d127
chore(nightscout): add all object properties
[ { "change_type": "MODIFY", "diff": "@@ -3,6 +3,7 @@ package main\nimport (\n\"encoding/json\"\n\"errors\"\n+ \"time\"\n)\n// segment struct, makes templating easier\n@@ -31,8 +32,17 @@ const (\n// NightscoutData struct contains the API data\ntype NightscoutData struct {\n- Sgv int64 `json:\"sgv\"`\n+ ID str...
Go
MIT License
jandedobbeleer/oh-my-posh
chore(nightscout): add all object properties
1
chore
nightscout
756,013
25.11.2021 09:00:55
21,600
3d127708000b017aef1e994f424b566e07d04626
fix(ava-xs): allow test file globs as arguments, just like AVA
[ { "change_type": "MODIFY", "diff": "@@ -233,6 +233,15 @@ async function runTestScript(\n* @property {string=} titleMatch\n*/\nasync function avaConfig(args, options, { glob, readFile }) {\n+ /**\n+ * @param { string } pattern\n+ * @returns { Promise<string[]> }\n+ */\n+ const globFiles = pattern =>\n+ new P...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(ava-xs): allow test file globs as arguments, just like AVA
1
fix
ava-xs
126,276
25.11.2021 09:11:44
10,800
1d6eb9acd7ffec27d713f21dd99e20dcd10da0af
chore(embedded/sql): defer execution of onClose callback
[ { "change_type": "MODIFY", "diff": "@@ -433,7 +433,7 @@ func (r *rawRowReader) Read() (row *Row, err error) {\nfunc (r *rawRowReader) Close() error {\nif r.onCloseCallback != nil {\n- r.onCloseCallback()\n+ defer r.onCloseCallback()\n}\nreturn r.reader.Close()\n", "new_path": "embedded/sql/row_reader.go...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/sql): defer execution of onClose callback Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/sql
126,276
25.11.2021 09:12:34
10,800
8f345c0fe691d5630f6e2551bf24e057ab25a799
chore(pkg/database): implement current functionality with new tx supportt
[ { "change_type": "MODIFY", "diff": "@@ -212,7 +212,7 @@ func TestSetBatchDuplicatedKey(t *testing.T) {\n},\n}},\n)\n- require.Equal(t, store.ErrDuplicatedKey, err)\n+ require.Equal(t, schema.ErrDuplicatedKeysNotSupported, err)\n}\nfunc TestExecAllOps(t *testing.T) {\n", "new_path": "pkg/database/all_ops...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/database): implement current functionality with new tx supportt Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
pkg/database
317,646
25.11.2021 09:15:10
-3,600
4cbb3e6cf316ceee737db92b026649a0c5accc70
fix(winreg): fallback value on error or empty
[ { "change_type": "MODIFY", "diff": "@@ -34,7 +34,8 @@ Supported registry key types:\n## Properties\n- path: `string` - registry path to the desired key using backslashes and with a valid root HKEY name.\n-- key: `string` - the key to read from the `path location. If `\"\"`, will read the default value.\n+- ...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(winreg): fallback value on error or empty
1
fix
winreg
419,559
25.11.2021 09:24:07
-39,600
576117e23699c5ce5ab954c9fbec8b6297e6b359
fix(postgres): add extra array operators
[ { "change_type": "MODIFY", "diff": "@@ -23,7 +23,17 @@ export enum QueryOperator {\n$contained = '<@', // postgres only\n}\n-export const ARRAY_OPERATORS = ['$overlap', '$contains', '$contained', '$eq'];\n+export const ARRAY_OPERATORS = [\n+ '$eq',\n+ '$gt',\n+ '$gte',\n+ '$lt',\n+ '$lte',\n+ '$ne',\n+ '$ov...
TypeScript
MIT License
mikro-orm/mikro-orm
fix(postgres): add extra array operators (#2467)
1
fix
postgres
744,016
25.11.2021 09:25:02
25,200
4965ededd2f7fc761161910d99691d61022e8f5e
build: fix ts build errors
[ { "change_type": "MODIFY", "diff": "@@ -16,6 +16,7 @@ jobs:\n- uses: actions/setup-node@v1\nwith:\nnode-version: ${{ matrix.node }}\n+ - run: npm install -g npm@latest\n- run: node --version\n- run: npm install --engine-strict\n- run: npm test\n@@ -26,6 +27,7 @@ jobs:\n- uses: actions/setup-node@v1\nwith:\n...
JavaScript
MIT License
yargs/yargs
build: fix ts build errors (#2071)
1
build
null
276,976
25.11.2021 09:31:35
10,800
05479a001907cfbbb133e27272aba3837587704e
feat(component): changed the design of App PlanCard to new layout Changed the App PlanCard design to new layout with the Price and Title in same size (H4) and with the possibility of change the ListItem color
[ { "change_type": "MODIFY", "diff": ">\n<PlanCard.Subtitle>Get access to</PlanCard.Subtitle>\n<PlanCard.List>\n- <PlanCard.ListItem icon={MapPin} text=\"2.900 gyms and studios\" />\n+ <PlanCard.ListItem color=\"#6B6B78\" icon={MapPin} text=\"2.900 gyms and studios\" />\n<PlanCard.ListItem icon={Smartphone} t...
JavaScript
MIT License
gympass/yoga
feat(component): changed the design of App PlanCard to new layout Changed the App PlanCard design to new layout with the Price and Title in same size (H4) and with the possibility of change the ListItem color
1
feat
component
126,276
25.11.2021 09:56:35
10,800
1876fc39f897aeb530bf7be1898af56b46220c28
chore(embedded/sql): return map with last inserted pks
[ { "change_type": "MODIFY", "diff": "@@ -218,13 +218,8 @@ func (sqlTx *SQLTx) UpdatedRows() int {\nreturn sqlTx.updatedRows\n}\n-func (sqlTx *SQLTx) LastInsertedPK(table string) int64 {\n- pk, ok := sqlTx.lastInsertedPKs[table]\n- if !ok {\n- return 0\n- }\n-\n- return pk\n+func (sqlTx *SQLTx) LastInsertedPK...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/sql): return map with last inserted pks Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/sql
865,917
25.11.2021 10:12:23
-3,600
cde25b90b26973e22f5d1a1496e1c2c702bb9b5f
chore(tabs): remove scroller
[ { "change_type": "MODIFY", "diff": "@@ -1910,7 +1910,6 @@ export class App extends PureComponent {\ntitle: 'Welcome Screen'\n} }\ndraggable\n- scrollable\n/>\n<TabContainer className=\"main\">\n", "new_path": "client/src/app/App.js", "old_path": "client/src/app/App.js" }, { "change_type": "M...
JavaScript
MIT License
camunda/camunda-modeler
chore(tabs): remove scroller
1
chore
tabs
756,013
25.11.2021 10:13:02
21,600
9abb3b3aaae8cc683878c235d6b34a8fd426c1fd
ci(test-all-packages): simplify with composite Github actions
[ { "change_type": "ADD", "diff": "+name: Agoric SDK restore Node.js build\n+description: 'Set up Node.js environment and restore cached built files'\n+\n+inputs:\n+ node-version:\n+ description: 'The version of Node.js to use'\n+ required: true\n+\n+runs:\n+ using: composite\n+ steps:\n+ - name: set default ...
JavaScript
Apache License 2.0
agoric/agoric-sdk
ci(test-all-packages): simplify with composite Github actions
1
ci
test-all-packages
126,276
25.11.2021 10:31:38
10,800
4e1de737d82a6890a780c03d184ded80b33b7b9b
chore(pkg/stdlib): fix unit testing
[ { "change_type": "MODIFY", "diff": "@@ -310,15 +310,13 @@ type RowsAffected struct {\nfunc (rows RowsAffected) LastInsertId() (int64, error) {\n// TODO: consider the case when multiple txs are committed\n- if len(rows.er.Txs) == 0 {\n- return 0, nil\n- }\n-\n+ if len(rows.er.Txs) == 1 {\nif rows.er != nil &...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/stdlib): fix unit testing Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
pkg/stdlib
711,597
25.11.2021 10:40:54
-3,600
f52459f379af3f38e43c3dff9c5cae143be9faf9
feat(admin-ui): Use customField ui components specified in config Relates to
[ { "change_type": "MODIFY", "diff": "@@ -271,6 +271,7 @@ export type BooleanCustomFieldConfig = CustomField & {\nreadonly?: Maybe<Scalars['Boolean']>;\ninternal?: Maybe<Scalars['Boolean']>;\nnullable?: Maybe<Scalars['Boolean']>;\n+ ui?: Maybe<Scalars['JSON']>;\n};\nexport type BooleanOperators = {\n@@ -1132,...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(admin-ui): Use customField ui components specified in config Relates to #415
1
feat
admin-ui
711,597
25.11.2021 10:59:52
-3,600
0b09598a8c9a0ec1d5559aaa99fee86328b46cc1
feat(admin-ui): Add rich text control form input Relates to relates to
[ { "change_type": "MODIFY", "diff": ".ProseMirror p {\nmargin-bottom: 0.5rem;\n- color: var(--color-grey-800);\n+ color: var(--color-grey-800) !important;\n}\n}\n", "new_path": "packages/admin-ui/src/lib/core/src/shared/components/rich-text-editor/prosemirror/prosemirror.scss", "old_path": "packages/...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(admin-ui): Add rich text control form input Relates to #415, relates to #722
1
feat
admin-ui
756,013
25.11.2021 11:24:58
21,600
a3e5a2b3d605755ef3c6982c182da26c34e36f78
ci(test-all-packages): more splitting to reduce wallclock time
[ { "change_type": "MODIFY", "diff": "@@ -279,7 +279,7 @@ jobs:\n- name: yarn test (cosmic-swingset)\nrun: cd packages/cosmic-swingset && yarn test\n- test-swingset:\n+ test-xsnap:\n# BEGIN-TEST-BOILERPLATE\nneeds: build\nruns-on: ubuntu-latest\n@@ -292,14 +292,29 @@ jobs:\nwith:\nnode-version: ${{ matrix.nod...
JavaScript
Apache License 2.0
agoric/agoric-sdk
ci(test-all-packages): more splitting to reduce wallclock time
1
ci
test-all-packages
688,423
25.11.2021 11:26:31
-7,200
11ff9181ce0abb580fe1cf9cef711e0b29e0c934
fix(TagSelectorInput): fix testIds prop
[ { "change_type": "ADD", "diff": "+---\n+'@toptal/picasso': patch\n+---\n+\n+Fixed error with passing testIds into the TagSelectorInput\n", "new_path": ".changeset/wise-berries-exercise.md", "old_path": null }, { "change_type": "MODIFY", "diff": "@@ -37,6 +37,7 @@ export const TagSelector...
TypeScript
MIT License
toptal/picasso
fix(TagSelectorInput): [FX-2304] fix testIds prop (#2283)
1
fix
TagSelectorInput
317,646
25.11.2021 11:26:37
-3,600
fa38b516b14dc5a094f2362ca4e6499cac8a67f4
refactor(battery): use struct inheritance
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,8 @@ import (\ntype batt struct {\nprops *properties\nenv environmentInfo\n- Battery *battery.Battery\n+\n+ battery.Battery\nPercentage int\nError string\nIcon string\n@@ -46,7 +47,6 @@ func (b *batt) enabled() bool {\nreturn false\n}\n- b.Battery = &battery.Ba...
Go
MIT License
jandedobbeleer/oh-my-posh
refactor(battery): use struct inheritance
1
refactor
battery
386,588
25.11.2021 11:37:12
-7,200
16f4da78ec8e7a44fff4bdc28d4a61d421b82ca4
feat(operators): Add other functions to operators export.
[ { "change_type": "MODIFY", "diff": "limitations under the License.\n*/\n+import getFromArray from './getFromArray.js';\n+import getFromObject from './getFromObject.js';\nimport NodeParser from './nodeParser.js';\n+import runClass from './runClass.js';\n+import runInstance from './runInstance.js';\nimport We...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(operators): Add other functions to operators export.
1
feat
operators
386,588
25.11.2021 11:45:00
-7,200
364729916a9238a7018adcfc5927e2ea85cab8c5
feat(operators): Update node and web parser and move their tests.
[ { "change_type": "MODIFY", "diff": "import { serializer, type } from '@lowdefy/helpers';\n-import commonOperators from './common/index.js';\n-import nodeOperators from './node/index.js';\n-\nclass NodeParser {\n- constructor({ payload, secrets, user } = {}) {\n+ constructor({ payload, secrets, user, operato...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(operators): Update node and web parser and move their tests.
1
feat
operators
126,276
25.11.2021 11:45:33
10,800
4f29b32860a250f5d5e30c08852bcdd28be54848
chore(embedded/sql): expose Cancel method
[ { "change_type": "MODIFY", "diff": "@@ -140,7 +140,7 @@ func (e *Engine) SetDefaultDatabase(dbName string) error {\nif err != nil {\nreturn err\n}\n- defer tx.cancel()\n+ defer tx.Cancel()\ndb, exists := tx.catalog.dbsByName[dbName]\nif !exists {\n@@ -970,7 +970,7 @@ func DecodeValue(b []byte, colType SQLVa...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/sql): expose Cancel method Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/sql
126,276
25.11.2021 11:46:05
10,800
5ace0360e5e5c7b8417beda7fd2f8b9bb5b3b165
chore(embedded/sql): cancel non-closed tx
[ { "change_type": "MODIFY", "diff": "@@ -69,9 +69,14 @@ func (s *ImmuServer) SQLExec(ctx context.Context, req *schema.SQLExecRequest) (*\nreturn nil, err\n}\n+ if tx != nil {\n+ tx.Cancel()\n+ err = ErrTxNotProperlyClosed\n+ }\n+\nres := &schema.SQLExecResult{\nTxs: make([]*schema.CommittedSQLTx, len(ctxs)),...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/sql): cancel non-closed tx Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/sql
126,276
25.11.2021 11:46:46
10,800
d10d9de64b57cbaa991b1252ba9fdb431aca0965
chore(pkg/server): error when tx are not closed
[ { "change_type": "MODIFY", "diff": "@@ -40,6 +40,7 @@ var (\nErrNotLoggedIn = errors.New(\"not logged in\")\nErrReplicationInProgress = errors.New(\"replication already in progress\")\nErrReplicationNotInProgress = errors.New(\"replication is not in progress\")\n+ ErrTxNotProperlyClosed = errors.New(\"tx no...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/server): error when tx are not closed Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
pkg/server
603,467
25.11.2021 12:03:05
0
18981e30c0e5395ba22e025cd9bda392f8c601b3
refactor(web): standardised the naming of getter methods re
[ { "change_type": "MODIFY", "diff": "@@ -21,7 +21,7 @@ describe('Press', () => {\n};\nconst OS = () => Question.about('operating system', async actor => {\n- const capabilities = await BrowseTheWeb.as(actor).getBrowserCapabilities();\n+ const capabilities = await BrowseTheWeb.as(actor).browserCapabilities();...
TypeScript
Apache License 2.0
serenity-js/serenity-js
refactor(web): standardised the naming of getter methods re #805
1
refactor
web
386,581
25.11.2021 12:56:33
-7,200
2ded889ef7970554b4028bfbddbe4c754a49fb40
fix(deps): Update package ajv to v8.8.2.
[ { "change_type": "MODIFY", "diff": "@@ -4898,7 +4898,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"@swc/cli\", \"virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.1.52\"],\n[\"@swc/core\", \"npm:1...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(deps): Update package ajv to v8.8.2.
1
fix
deps
386,581
25.11.2021 12:57:55
-7,200
ea4f07784f5020eb12c95b3d2885e74044fc3fb9
fix(deps): Update package axios to v0.24.0.
[ { "change_type": "MODIFY", "diff": "@@ -5176,7 +5176,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"@swc/cli\", \"virtual:babee6e81435a5d101529cd67f2c6b175f4db37a4ab0b58df15adf73dd11be8917ac14caf44ab4e6882a92c61661055072365b349016e85173e049f006fc2305#npm:0.1.52\"],\n[\"@swc/core\", \"npm:1...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(deps): Update package axios to v0.24.0.
1
fix
deps
386,581
25.11.2021 13:01:11
-7,200
25e82f515f80576a08d1548d5041989aeefd2014
fix(deps): Update dependency ora to v6.0.1.
[ { "change_type": "MODIFY", "diff": "@@ -7215,6 +7215,13 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"ansi-regex\", \"npm:5.0.1\"]\n],\n\"linkType\": \"HARD\",\n+ }],\n+ [\"npm:6.0.1\", {\n+ \"packageLocation\": \"./.yarn/cache/ansi-regex-npm-6.0.1-8d663a607d-1ff8b7667c.zip/node_modules/ans...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(deps): Update dependency ora to v6.0.1.
1
fix
deps
386,581
25.11.2021 13:16:35
-7,200
45489e68cd37d9d3b5f1dd7464fe6adf68c52b73
fix(deps): Update dependency commander to v8.3.0.
[ { "change_type": "MODIFY", "diff": "@@ -9021,6 +9021,13 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"commander\", \"npm:7.2.0\"]\n],\n\"linkType\": \"HARD\",\n+ }],\n+ [\"npm:8.3.0\", {\n+ \"packageLocation\": \"./.yarn/cache/commander-npm-8.3.0-c0d18c66d5-0f82321821.zip/node_modules/comma...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(deps): Update dependency commander to v8.3.0.
1
fix
deps
865,921
25.11.2021 13:18:45
-3,600
fcd42760a4d8e129121b5e67c11cffa8d00806bc
chore(engine-profile): refactor logic into separate class
[ { "change_type": "ADD", "diff": "+/**\n+ * Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH\n+ * under one or more contributor license agreements. See the NOTICE file\n+ * distributed with this work for additional information regarding copyright\n+ * ownership.\n+ *\n+ * Camunda lice...
JavaScript
MIT License
camunda/camunda-modeler
chore(engine-profile): refactor logic into separate class
1
chore
engine-profile
865,921
25.11.2021 13:18:45
-3,600
b8bfa5349a5054e2f44c301e05fcf26f16e45530
test(client): correct failing integration test Better simulating the existing behavior.
[ { "change_type": "ADD", "diff": "+<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n+<bpmn:definitions xmlns:bpmn=\"http://www.omg.org/spec/BPMN/20100524/MODEL\" xmlns:bpmndi=\"http://www.omg.org/spec/BPMN/20100524/DI\" xmlns:modeler=\"http://camunda.org/schema/modeler/1.0\" id=\"Definitions_1\" targetNamespace=\...
JavaScript
MIT License
camunda/camunda-modeler
test(client): correct failing integration test Better simulating the existing behavior.
1
test
client
386,581
25.11.2021 13:20:41
-7,200
69fd84a0630a9f7bb0a71662d71e715d154bf1be
chore: Update release workflow for v4.
[ { "change_type": "MODIFY", "diff": "@@ -22,46 +22,8 @@ jobs:\n- name: yarn build\nrun: yarn build\n- # TODO: Upload client to cdn\n- # - name: Upload blocks-cdn.lowdefy.com/renderer\n- # run: |\n- # aws --region eu-west-1 s3 sync packages/renderer/dist s3://blocks-cdn.lowdefy.com/${{ github.event.release.ta...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore: Update release workflow for v4.
1
chore
null
127,944
25.11.2021 13:20:54
-7,200
4c27d87b94006564f87f285b48b31caffa78b245
refactor(betaddalight.ts betaddadark.ts): add Whis color override for betadda
[ { "change_type": "MODIFY", "diff": "@@ -41,6 +41,10 @@ const color = {\ntrunks: {\n100: '#97A2AE',\n},\n+ whis: {\n+ 100: '#1DA1F2',\n+ 10: '#19A9E2',\n+ },\n};\nconst betaddaDark: Theme = {\n", "new_path": "packages/themes/src/betaddaDark/betaddaDark.ts", "old_path": "packages/themes/src/betaddaDar...
TypeScript
MIT License
coingaming/moon-design
refactor(betaddalight.ts betaddadark.ts): add Whis color override for betadda
1
refactor
betaddalight.ts betaddadark.ts
603,467
25.11.2021 13:21:58
0
b075b8ecd8e00014469dda15a90175d60ed80c91
fix(deps): web updated WebdriverIO
[ { "change_type": "MODIFY", "diff": "\"@serenity-js/cucumber\": \"^2.0.0\",\n\"@serenity-js/webdriverio\": \"^2.0.0\",\n\"@serenity-js/serenity-bdd\": \"^2.0.0\",\n- \"@wdio/cli\": \"^7.16.9\",\n+ \"@wdio/cli\": \"^7.16.10\",\n\"@wdio/cucumber-framework\": \"^7.16.6\",\n- \"@wdio/local-runner\": \"^7.16.9\",...
TypeScript
Apache License 2.0
serenity-js/serenity-js
fix(deps): web updated WebdriverIO
1
fix
deps
306,320
25.11.2021 13:32:17
0
bab5528dd518ab12266444b3ca1d5596f189a9a9
fix: hide any passwords in VCS URL
[ { "change_type": "MODIFY", "diff": "@@ -4,6 +4,7 @@ import (\n\"os\"\n\"os/exec\"\n\"path/filepath\"\n+ \"regexp\"\n\"strings\"\n\"github.com/infracost/infracost/internal/schema\"\n@@ -57,6 +58,8 @@ func DetectProjectMetadata(path string) *schema.ProjectMetadata {\nvcsSubPath = gitSubPath(path)\n}\n+ vcsRep...
Go
Apache License 2.0
infracost/infracost
fix: hide any passwords in VCS URL
1
fix
null
306,320
25.11.2021 13:32:24
0
eeccb332ad8d744b8246ae8220cf7621462262c6
fix: reading TFC creds from HCL file
[ { "change_type": "MODIFY", "diff": "@@ -20,12 +20,6 @@ import (\nvar ErrMissingCloudToken = errors.New(\"No Terraform Cloud Token is set\")\nvar ErrInvalidCloudToken = errors.New(\"Invalid Terraform Cloud Token\")\n-type terraformConfig struct {\n- Credentials map[string]struct {\n- Token string\n- }\n-}\n-...
Go
Apache License 2.0
infracost/infracost
fix: reading TFC creds from HCL file
1
fix
null
386,581
25.11.2021 13:35:23
-7,200
86f32a18643924cf29d16ddf4c1903a385d6efb5
fix(build): Fix build if no lowdefy.yaml file is found.
[ { "change_type": "MODIFY", "diff": "limitations under the License.\n*/\n+// TODO: temp fix while waiting for blocks-antd\nexport default {\nid: '404',\n- type: 'Result',\n- style: {\n- minHeight: '100vh',\n- },\n- properties: {\n- status: 404,\n- title: '404',\n- subTitle: 'Sorry, the page you are visiting ...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(build): Fix build if no lowdefy.yaml file is found.
1
fix
build
865,917
25.11.2021 13:58:06
-3,600
04dab638dc000b03ef7e7e4f7871d7ee82d0759a
feat(tabs-provider): add #getIcon to providers
[ { "change_type": "ADD", "diff": "+<svg width=\"16px\" height=\"16px\" viewBox=\"0 0 16 16\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n+ <path d=\"M7.93468115,1.00121333 L8.07754385,1.00121333 L8.13733115,1.00222833 C8.33522115,1.00603167 8.53110448,1...
JavaScript
MIT License
camunda/camunda-modeler
feat(tabs-provider): add #getIcon to providers
1
feat
tabs-provider
815,577
25.11.2021 14:05:35
-28,800
438dc7d95c3ee3575517f41a3ca904a3ee55a360
chore: remove unnecessary timer
[ { "change_type": "MODIFY", "diff": "@@ -146,7 +146,7 @@ impl<M: AddressManager> ServiceProtocol for DiscoveryProtocol<M> {\nstate.remote_addr.change_to_listen();\n}\n- let max = ::std::cmp::max(MAX_ADDR_TO_SEND, count as usize);\n+ let max = ::std::cmp::min(MAX_ADDR_TO_SEND, count as usize);\nif items.len()...
Rust
MIT License
nervosnetwork/ckb
chore: remove unnecessary timer
1
chore
null
711,597
25.11.2021 14:19:06
-3,600
c90033b7ea654e63983dd7e30e5484f52191c20a
docs(core): Update & expand docs on custom form input components
[ { "change_type": "MODIFY", "diff": "@@ -55,6 +55,32 @@ mutation {\n}\n```\n+## CustomField UI Form Inputs\n+\n+By default, the Admin UI will use an appropriate input component depending on the `type` of the custom field.\n+For instance, `string` fields will use a `<input type=\"text\">` component, and `bool...
TypeScript
MIT License
vendure-ecommerce/vendure
docs(core): Update & expand docs on custom form input components
1
docs
core
317,646
25.11.2021 14:19:23
-3,600
e8a4fa19b79b02241cbd7994ad16d8110da0f760
fix(git): do not use git.exe on WSL 1
[ { "change_type": "MODIFY", "diff": "@@ -81,6 +81,8 @@ type git struct {\ngitWorkingFolder string // .git working folder, can be different of root if using worktree\ngitRootFolder string // .git root folder\ngitWorktreeFolder string // .git real worktree path\n+\n+ gitCommand string\n}\nconst (\n@@ -284,14 +...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(git): do not use git.exe on WSL 1
1
fix
git
126,276
25.11.2021 14:31:19
10,800
27f4e6aa1281229fda72b14335d48bcfa49298de
chore(embedded/sql): changes on tx closing
[ { "change_type": "MODIFY", "diff": "@@ -1060,7 +1060,7 @@ func (e *Engine) ExecPreparedStmts(stmts []SQLStmt, params map[string]interface{\nreturn nil, committedTxs, err\n}\n- if !ntx.explicitClose && e.autocommit {\n+ if !currTx.closed && !currTx.explicitClose && e.autocommit {\nerr = currTx.commit()\nif e...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/sql): changes on tx closing Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/sql
126,276
25.11.2021 14:31:48
10,800
c8fc19f42ee3b404db8077f7777d40662ea02b81
chore(pkg/api): consider nil case during tx header serialization
[ { "change_type": "MODIFY", "diff": "@@ -110,6 +110,10 @@ func DualProofToProto(dualProof *store.DualProof) *DualProof {\n}\nfunc TxHeaderToProto(hdr *store.TxHeader) *TxHeader {\n+ if hdr == nil {\n+ return nil\n+ }\n+\nreturn &TxHeader{\nId: hdr.ID,\nPrevAlh: hdr.PrevAlh[:],\n", "new_path": "pkg/api/sc...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/api): consider nil case during tx header serialization Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
pkg/api
603,467
25.11.2021 15:10:53
0
49fe0094422ab53ec67d4ba303f80c33e382eebd
feat(web): Page.url() and Page.title() replace Website.url() and Website.title() re
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,7 @@ import 'mocha';\nimport { expect } from '@integration/testing-tools';\nimport { endsWith, Ensure, equals } from '@serenity-js/assertions';\nimport { actorCalled, TestCompromisedError } from '@serenity-js/core';\n-import { by, Navigate, Target, Text, Websit...
TypeScript
Apache License 2.0
serenity-js/serenity-js
feat(web): Page.url() and Page.title() replace Website.url() and Website.title() re #805
1
feat
web
276,976
25.11.2021 15:11:42
10,800
926516b9330537addb9c96bfd06793a8c93fc93a
refactor(component): ajusted the PlanCard component to use a variant color Added to PlanCard a props called variant to change the icon and text color correcfully
[ { "change_type": "MODIFY", "diff": ">\n<PlanCard.Subtitle>Get access to</PlanCard.Subtitle>\n<PlanCard.List>\n- <PlanCard.ListItem color=\"#6B6B78\" icon={MapPin} text=\"2.900 gyms and studios\" />\n+ <PlanCard.ListItem variant=\"light\" icon={MapPin} text=\"2.900 gyms and studios\" />\n<PlanCard.ListItem i...
JavaScript
MIT License
gympass/yoga
refactor(component): ajusted the PlanCard component to use a variant color Added to PlanCard a props called variant to change the icon and text color correcfully
1
refactor
component
141,585
25.11.2021 15:19:32
-39,600
da552632d370285ce6febe7e020a232a4f449c97
chore: Remove custom theme switcher addon
[ { "change_type": "MODIFY", "diff": "@@ -41,7 +41,6 @@ module.exports = {\nstories: getStoryPathsFromEnv() || defaultStoryPaths,\naddons: [\npath.resolve(\"./storybook/gtm-addon/register\"),\n- path.resolve(\"./storybook/theme-switcher-addon/register\"),\n{\nname: \"@storybook/addon-docs\",\noptions: {\n", ...
TypeScript
MIT License
cultureamp/kaizen-design-system
chore: Remove custom theme switcher addon (#2309)
1
chore
null
126,276
25.11.2021 15:22:15
10,800
ac8774066660f4556b12c5fdf70f525240ded87f
fix(embedded/store): read conflict validation
[ { "change_type": "MODIFY", "diff": "@@ -1144,15 +1144,15 @@ func (s *ImmuStore) commit(otx *OngoingTx, expectedHeader *TxHeader, waitForInde\nreturn nil, ErrIllegalArguments\n}\n- if !otx.IsWriteOnly() && otx.snap.Ts() < s.committedTxID {\n- return nil, ErrTxReadConflict\n- }\n-\nerr := s.validateEntries(ot...
Go
Apache License 2.0
codenotary/immudb
fix(embedded/store): read conflict validation Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
fix
embedded/store
306,421
25.11.2021 15:23:07
-3,600
b443ed5723e6d1750f01a3286291244b5cb15903
chore(form-core): add a better example for custom validator
[ { "change_type": "MODIFY", "diff": "@@ -113,27 +113,25 @@ As you can see the 'validators' property expects a map (an array of arrays). So,\nAll validators extend from the default `Validator` class. Below example is an example of a validator could look like:\n```js\n-class MyValidator extends Validator {\n- ...
JavaScript
MIT License
ing-bank/lion
chore(form-core): add a better example for custom validator
1
chore
form-core
217,922
25.11.2021 15:37:39
-3,600
0a5ed0f6633e9a0d63601aa35a4be6690874d357
feat(fishing-reporter): added intuition to the reported data
[ { "change_type": "MODIFY", "diff": "@@ -274,10 +274,11 @@ export class FishingReporter implements DataReporter {\npreviousWeatherId: throwData.previousWeatherId,\nbaitId,\nbiteTime: Math.floor((biteData.timestamp - throwData.timestamp) / 100),\n- fishEyes: throwData.statuses.indexOf(762) > -1,\n- snagging: ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(fishing-reporter): added intuition to the reported data
1
feat
fishing-reporter
386,588
25.11.2021 15:55:18
-7,200
a63ad76c0b9d1e7f3bf23862804c77396ac1cc2e
chore(packages): Move tests next to files.
[ { "change_type": "RENAME", "diff": "limitations under the License.\n*/\n-import getFromObject from '../src/getFromObject.js';\n+import getFromObject from './getFromObject.js';\n// eslint-disable-next-line no-unused-vars\nconst location = 'location';\n", "new_path": "packages/operators/src/getFromObject....
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore(packages): Move tests next to files.
1
chore
packages
306,338
25.11.2021 15:56:52
-3,600
401be35f9d5ee1b9de7b800cc9885d1c41061d42
chore(azure): update Azure Storage Account resource's tests There are some Access Tier conditions that are not covered by golden file.
[ { "change_type": "MODIFY", "diff": "@@ -7,10 +7,11 @@ import (\n)\nfunc TestAzureStorageAccountGoldenFile(t *testing.T) {\n- t.Parallel()\nif testing.Short() {\nt.Skip(\"skipping test in short mode\")\n}\n- tftest.GoldenFileResourceTests(t, \"storage_account_test\")\n+ opts := tftest.DefaultGoldenFileOption...
Go
Apache License 2.0
infracost/infracost
chore(azure): update Azure Storage Account resource's tests There are some Access Tier conditions that are not covered by golden file.
1
chore
azure
141,525
25.11.2021 16:00:03
-39,600
e51119fc06d6abfcb9867b84c6a298aafa120da0
feat: Update checkbox group design and stories
[ { "change_type": "MODIFY", "diff": "///////////////////////////////////////////////////\n.container {\nposition: relative;\n- margin-bottom: $ca-grid / 2;\n+ margin-bottom: $ca-grid / 4;\nlabel {\n// This is to override bootstrap styles. Remove when appropriate\n", "new_path": "draft-packages/form/Kaize...
TypeScript
MIT License
cultureamp/kaizen-design-system
feat: Update checkbox group design and stories (#2306)
1
feat
null
401,129
25.11.2021 16:16:21
-19,080
a16c74ce1aae6eb2da087368fe0f7a98c849d6ad
feat: add hideUnderline prop to toggle flat variant button text underline * feat: add hideUnderline prop to toggle flat variant btton text underline affects: * refactor: change test case name affects: * fix: snapshot update affects:
[ { "change_type": "MODIFY", "diff": "@@ -26,6 +26,7 @@ You can play with the props in the **Canvas** tab.\ndisabled={boolean('Disabled', false)}\nisLoading={boolean('Is Loading', false)}\nonClick={action('Clicked')}\n+ hideUnderline={boolean('Hide Underline', false)}\n>\nButton Text\n</Button>\n", "new_p...
TypeScript
MIT License
medly/medly-components
feat: add hideUnderline prop to toggle flat variant button text underline (#540) * feat: add hideUnderline prop to toggle flat variant btton text underline affects: @medly-components/core * refactor: change test case name affects: @medly-components/core * fix: snapshot update affects: @medly-components/core Co-authored-by: Mukul Bansal <mukulbansal01@gmail.com>
1
feat
null
386,588
25.11.2021 16:21:03
-7,200
76126572201c82c2a939e1a580d15c1ece1cae4e
chore: Add jest config, README and CHANGLOG to operators-js.
[ { "change_type": "ADD", "diff": "+# Lowdefy Operators JS\n+\n+JS Lowdefy operators\n", "new_path": "packages/plugins/operators/operators-js/README.md", "old_path": null }, { "change_type": "ADD", "diff": "+module.exports = {\n+ clearMocks: true,\n+ collectCoverage: true,\n+ collectCovera...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore: Add jest config, README and CHANGLOG to operators-js.
1
chore
null
667,680
25.11.2021 16:23:22
-28,800
aa589d47ee9097bac2f58b3487c2310cdfcbf02f
feat(android): add JNI numeric cast function with boundary check
[ { "change_type": "MODIFY", "diff": "#include <string>\n#include \"base/unicode_string_view.h\"\n+#include \"core/core.h\"\n#include \"v8/v8.h\"\nclass JniUtils {\n@@ -53,5 +54,11 @@ class JniUtils {\nstatic unicode_string_view::u8string ToU8String(JNIEnv* j_env, jstring j_str);\nstatic unicode_string_view T...
C++
Apache License 2.0
tencent/hippy
feat(android): add JNI numeric cast function with boundary check
1
feat
android
401,147
25.11.2021 16:23:36
-19,080
5698cf235df62848206f1fcc64421588ec3f6b4a
fix: table cell shrinking issue on resizing any column affects:
[ { "change_type": "MODIFY", "diff": "@@ -37,6 +37,10 @@ const Component: FC<HeadCellProps> = memo(props => {\ncellEl && props.fitContent && onWidthChange(columnMaxSize, field);\n}, [columnMaxSize]);\n+ useEffect(() => {\n+ cellEl.current?.clientWidth && onWidthChange(cellEl.current?.clientWidth, field);\n+ }...
TypeScript
MIT License
medly/medly-components
fix: table cell shrinking issue on resizing any column (#541) affects: @medly-components/core
1
fix
null
276,944
25.11.2021 16:26:12
10,800
6e91d8770de9bf20738286a42b6d919ae1df2bc6
refactor(component): add default value to icon fill
[ { "change_type": "MODIFY", "diff": "@@ -58,7 +58,7 @@ const ListItem = withTheme(\n{isValidElement(icon) ? (\nicon\n) : (\n- <Icon as={icon} size=\"small\" fill={variant} />\n+ <Icon as={icon} size=\"small\" fill={variant || 'text.primary'} />\n)}\n</IconWrapper>\n)}\n", "new_path": "packages/yoga/src/C...
JavaScript
MIT License
gympass/yoga
refactor(component): add default value to icon fill
1
refactor
component
276,944
25.11.2021 16:39:50
10,800
039cbfeb8b32d04c48e0a31bf8d186e050b19094
test(component): update snapshot
[ { "change_type": "MODIFY", "diff": "@@ -446,6 +446,7 @@ exports[`<PlanCard /> Snapshots should match snapshot with default PlanCard 1`]\n<RNSVGSvgView\nbbHeight={16}\nbbWidth={16}\n+ fill=\"#231B22\"\nfocusable={false}\nheight={16}\nstyle={\n@@ -476,7 +477,7 @@ exports[`<PlanCard /> Snapshots should match s...
JavaScript
MIT License
gympass/yoga
test(component): update snapshot
1
test
component
873,683
25.11.2021 16:42:59
-3,600
d75b36ecb5ef60ca88faabd970d99ae2386c2a6b
chore: use cypress & mocha linting rules With the main motivation to fail linting when commiting spec files with accidental `.only` or `.skip` tests definitoins.
[ { "change_type": "MODIFY", "diff": "module.exports = {\n- extends: '../.eslintrc.js',\n+ extends: ['../.eslintrc.js', 'plugin:mocha/recommended', 'plugin:cypress/recommended'],\nplugins: ['cypress'],\n+ rules: {\n+ 'cypress/no-unnecessary-waiting': 'warn',\n+ 'mocha/no-mocha-arrows': 'off',\n+ 'mocha/no-exc...
TypeScript
MIT License
contentful/field-editors
chore: use cypress & mocha linting rules (#940) With the main motivation to fail linting when commiting spec files with accidental `.only` or `.skip` tests definitoins.
1
chore
null
306,653
25.11.2021 16:55:21
-19,080
ead16746e3cec3475f9c0adbaaa0a960988f914c
docs(input): update the story to make the input interactive
[ { "change_type": "MODIFY", "diff": "@@ -5,15 +5,17 @@ interface IProps {\nonClick?: (event: React.MouseEvent<HTMLElement>) => void;\nonKeyDown?: (event: React.KeyboardEvent<HTMLElement>) => void;\nrole?: React.AriaRole;\n+ 'aria-label'?: React.AriaAttributes['aria-label'];\n}\n-const useAccessibilityProps =...
TypeScript
MIT License
innovaccer/design-system
docs(input): update the story to make the input interactive
1
docs
input
126,276
25.11.2021 16:59:53
10,800
a05218fd97351956754979daca61f42d7ac7c092
chore(pkg/database): improve readability of Database interface
[ { "change_type": "MODIFY", "diff": "@@ -45,48 +45,76 @@ var ErrIsReplica = errors.New(\"database is read-only because it's a replica\")\nvar ErrNotReplica = errors.New(\"database is NOT a replica\")\ntype DB interface {\n+ GetName() string\n+\n+ // Setttings\n+ GetOptions() *Options\n+\n+ AsReplica(asReplic...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/database): improve readability of Database interface Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
pkg/database
73,313
25.11.2021 17:10:05
0
3841538179226b67c756ca8689ac1a3de4bec521
fix(jsii): deprecation message is not displayed for deprecated classes 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": "@@ -514,9 +514,8 @@ function createWarningStatementForElement(\nif (spec.isDeprecated(element)) {\nconst elementName = (element as spec.Method | spec.Property).name;\nconst fqn = elementName ? `${classType.fqn}#${elementName}` : classType.fqn;\n- return [\n- createWarning...
TypeScript
Apache License 2.0
aws/jsii
fix(jsii): deprecation message is not displayed for deprecated classes (#3206) --- 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
jsii
603,467
25.11.2021 17:15:43
0
b4ea7a100fac2c896990bf15cbc906de641196b8
fix(core): renamed "Model" type to "Adapter" to better reflect its purpose re
[ { "change_type": "MODIFY", "diff": "@@ -49,7 +49,7 @@ describe('Page', () => {\n/** @test {Page.current()} */\n/** @test {Page#title()} */\n- it('is accessible via a Model', async () =>\n+ it('is accessible via an Adapter', async () =>\nactorCalled('Bernie').attemptsTo(\nEnsure.that(Page.current().title(), ...
TypeScript
Apache License 2.0
serenity-js/serenity-js
fix(core): renamed "Model" type to "Adapter" to better reflect its purpose re #805
1
fix
core
386,595
25.11.2021 17:20:47
-7,200
d0147743ecca045858331cbec409059386a35e60
feat(build): Add styles.less in build.
[ { "change_type": "ADD", "diff": "+/*\n+ Copyright 2020-2021 Lowdefy, Inc\n+\n+ Licensed under the Apache License, Version 2.0 (the \"License\");\n+ you may not use this file except in compliance with the License.\n+ You may obtain a copy of the License at\n+\n+ http://www.apache.org/licenses/LICENSE-2.0\n+\...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(build): Add styles.less in build.
1
feat
build
386,595
25.11.2021 17:21:05
-7,200
f898cfff5f3d963931b4f9265fa4b6e77866699f
feat(layout): Export styles.less.
[ { "change_type": "MODIFY", "diff": "},\n\"type\": \"module\",\n\"exports\": {\n- \".\": \"./dist/index.js\"\n+ \".\": \"./dist/index.js\",\n+ \"./*\": \"./dist/*\"\n},\n\"files\": [\n\"dist/*\"\n", "new_path": "packages/layout/package.json", "old_path": "packages/layout/package.json" }, { "c...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(layout): Export styles.less.
1
feat
layout
386,595
25.11.2021 17:21:46
-7,200
c4900b496d846f250f7ba92141f3bb69439ec36c
feat(blocks-basic): Add styles export to types.js.
[ { "change_type": "MODIFY", "diff": "},\n\"type\": \"module\",\n\"exports\": {\n+ \"./*\": \"./dist/*\",\n\"./blocks\": \"./dist/blocks.js\",\n\"./types\": \"./dist/types.js\"\n},\n", "new_path": "packages/plugins/blocks/blocks-basic/package.json", "old_path": "packages/plugins/blocks/blocks-basic/pa...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(blocks-basic): Add styles export to types.js.
1
feat
blocks-basic
386,595
25.11.2021 17:22:36
-7,200
d6c1cf7767f1cc42e1424325df933f12bab65329
feat(connection-axios-http): Generate type.js from import.
[ { "change_type": "MODIFY", "diff": "+/* eslint-disable import/namespace */\n/*\nCopyright 2020-2021 Lowdefy, Inc\nlimitations under the License.\n*/\n+import * as connections from './connections.js';\n+\nexport default {\n- connections: ['AxiosHttp'],\n- requests: ['AxiosHttp'],\n+ connections: Object.keys(...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(connection-axios-http): Generate type.js from import.
1
feat
connection-axios-http
438,921
25.11.2021 17:23:08
-32,400
027806717a62d7ca55131e1bd2f96ece66675f18
fix(tooltip): fix candlestick tooltip display with xs option Make handling candlestick type shape in .findClosest() Move .isWithinBar() from bar.ts -> shape.ts Fix
[ { "change_type": "MODIFY", "diff": "@@ -743,20 +743,23 @@ export default {\nlet minDist = config.point_sensitivity;\nlet closest;\n- // find mouseovering bar\n+ // find mouseovering bar/candlestick\n+ // https://github.com/naver/billboard.js/issues/2434\ndata\n- .filter(v => $$.isBarType(v.id))\n+ .filter(v...
TypeScript
MIT License
naver/billboard.js
fix(tooltip): fix candlestick tooltip display with xs option - Make handling candlestick type shape in .findClosest() - Move .isWithinBar() from bar.ts -> shape.ts Fix #2434
1
fix
tooltip
815,593
25.11.2021 17:24:43
-28,800
7e59018373e9444f66c1b3af1f2b68624c8844d9
chore: change default validator of `send_transaction` rpc to `pasthrough`
[ { "change_type": "MODIFY", "diff": "@@ -3885,10 +3885,10 @@ Reference to a cell via transaction hash and output index.\nTransaction output validators that prevent common mistakes.\n-`OutputsValidator` is equivalent to `\"well_known_scripts_only\" | \"passthrough\"`.\n+`OutputsValidator` is equivalent to `\"...
Rust
MIT License
nervosnetwork/ckb
chore: change default validator of `send_transaction` rpc to `pasthrough`
1
chore
null
386,581
25.11.2021 17:31:03
-7,200
7966538468b4e9ac65003876b30ad1302132f1c3
feat: Fetch, install and build from CLI.
[ { "change_type": "MODIFY", "diff": "limitations under the License.\n*/\n-import path from 'path';\n-import fse from 'fs-extra';\n-import getFederatedModule from '../../utils/getFederatedModule';\n+import getServer from './getServer.js';\n+import installServer from './installServer.js';\n+import runLowdefyBu...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat: Fetch, install and build @lowdefy/server from CLI.
1
feat
null
617,459
25.11.2021 17:44:32
-3,600
5a10ecaf41d26069edb441785dd1de876497a2dc
ci(sentry): fix preprod - prod
[ { "change_type": "DELETE", "diff": "-name: Pre-production\n-\n-on:\n- push:\n- tags:\n- - v*\n-\n-concurrency:\n- group: pre-production\n- cancel-in-progress: true\n-\n-jobs:\n- register:\n- name: Build & Register images\n- runs-on: ubuntu-latest\n- steps:\n- - name: Register docker image for api\n- uses: S...
TypeScript
Apache License 2.0
socialgouv/code-du-travail-numerique
ci(sentry): fix preprod - prod (#4042)
1
ci
sentry
217,922
25.11.2021 18:18:56
-3,600
f9c06a15b7e173310bf1e1f19555999fac8e019d
fix(list-details): fixed broken tooltip for the amount of crafts required
[ { "change_type": "MODIFY", "diff": "<img [nzTooltipTitle]=\"'Required_for_final_craft' | translate:{amount: requiredForFinal}\" alt=\"\" nz-tooltip\nsrc=\"./assets/icons/HQ.png\"/>\n</span>\n- <span *ngIf=\"item.amount > item.done\" class=\"needed\">&nbsp;x{{item.amount - item.done}}<span\n+ <span *ngIf=\"i...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(list-details): fixed broken tooltip for the amount of crafts required
1
fix
list-details
217,922
25.11.2021 18:20:48
-3,600
be122816c527d70dcf174f0920f88dde0418f027
fix(sidebar): removed downlaod desktop link from desktop app
[ { "change_type": "MODIFY", "diff": "<i nz-icon nzType=\"question-circle\"></i>\n<span class=\"nav-text\">{{'WIKI.Title' | translate}}</span>\n</a>\n- <a (click)=\"onNavLinkClick()\" nz-menu-item class=\"menu-link\" href=\"https://ffxivteamcraft.com/desktop\"\n+ <a *ngIf=\"!isDesktop\" (click)=\"onNavLinkCli...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(sidebar): removed downlaod desktop link from desktop app
1
fix
sidebar
815,609
25.11.2021 18:37:08
-28,800
cc61c159e63890d3055efdbe0e25aa143bb399e6
test(script): exec code with loading and resuming
[ { "change_type": "MODIFY", "diff": "@@ -976,3 +976,222 @@ fn load_code_with_snapshot_more_times() {\nlet cycles_once = result.unwrap();\nassert_eq!(cycles, cycles_once);\n}\n+\n+#[derive(Clone, Copy)]\n+enum ExecFrom {\n+ Witness,\n+ CellData,\n+}\n+\n+// Args:\n+// - flag: Control if loading code to update...
Rust
MIT License
nervosnetwork/ckb
test(script): exec code with loading and resuming
1
test
script
756,013
25.11.2021 19:25:52
21,600
fd17b22874927540f0bad7fb081c9a7e56c901e9
fix(liveSlots): reflect return value marshalling failures
[ { "change_type": "MODIFY", "diff": "@@ -673,7 +673,14 @@ function build(\nfunction collect(promiseID, rejected, value) {\ndoneResolutions.add(promiseID);\nmeterControl.assertIsMetered(); // else userspace getters could escape\n- const valueSer = m.serialize(value);\n+ let valueSer;\n+ try {\n+ valueSer = m....
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(liveSlots): reflect return value marshalling failures
1
fix
liveSlots
135,475
25.11.2021 19:29:39
-32,400
067060418d5a479b72774072ba40c11af6ea8c65
docs(readme): sort commit type list
[ { "change_type": "MODIFY", "diff": "@@ -62,8 +62,8 @@ feat(blog): add comment section\nCommon types according to [commitlint-config-conventional (based on the Angular convention)](https://github.com/conventional-changelog/commitlint/tree/master/@commitlint/config-conventional#type-enum) can be:\n- build\n--...
TypeScript
MIT License
conventional-changelog/commitlint
docs(readme): sort commit type list (#2885)
1
docs
readme
756,013
25.11.2021 20:27:36
21,600
52d801b3cf343b8c1d754c204e9dd295214f5ccb
feat(agoric-cli): allow deploy `bundleSource` to have `options`
[ { "change_type": "MODIFY", "diff": "@@ -262,7 +262,8 @@ export { bootPlugin } from ${JSON.stringify(absPath)};\n);\n} else {\nawait main(bootP, {\n- bundleSource: file => bundleSource(pathResolve(file)),\n+ bundleSource: (file, options = undefined) =>\n+ bundleSource(pathResolve(file), options),\npathResolv...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(agoric-cli): allow deploy `bundleSource` to have `options`
1
feat
agoric-cli
756,013
25.11.2021 20:29:35
21,600
25c99868b21964152bc7f226a89180c5c9cf14a5
feat(wallet-connection): fall back to same origin for admin socket
[ { "change_type": "MODIFY", "diff": "@@ -19,7 +19,12 @@ export const makeAdminWebSocketConnector = component => {\nlet ws;\nconst onAdminOpen = () => {\n- const send = obj => ws.send(JSON.stringify(obj));\n+ const send = obj => {\n+ if (ws.readyState !== WebSocket.OPEN) {\n+ return;\n+ }\n+ ws.send(JSON.stri...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(wallet-connection): fall back to same origin for admin socket
1
feat
wallet-connection
711,597
25.11.2021 20:54:39
-3,600
152e64be1c7104fc81cd0b295356587b4c6fd28d
fix(core): Fix permissions for `pendingSearchIndexUpdates` query
[ { "change_type": "MODIFY", "diff": "@@ -32,7 +32,7 @@ export class SearchResolver {\n}\n@Query()\n- @Allow(Permission.UpdateCatalog, Permission.UpdateProduct)\n+ @Allow(Permission.ReadCatalog, Permission.ReadProduct)\nasync pendingSearchIndexUpdates(...args: any[]): Promise<any> {\nthrow new InternalServerE...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(core): Fix permissions for `pendingSearchIndexUpdates` query
1
fix
core
711,597
25.11.2021 20:56:40
-3,600
4297b87b626c6b0c510aacdcb4cb668809e46f51
feat(admin-ui): Add json editor field input component
[ { "change_type": "MODIFY", "diff": "\"@webcomponents/custom-elements\": \"^1.4.3\",\n\"apollo-angular\": \"^2.4.0\",\n\"apollo-upload-client\": \"^14.1.3\",\n+ \"codejar\": \"^3.5.0\",\n\"core-js\": \"^3.9.1\",\n\"dayjs\": \"^1.10.4\",\n\"graphql\": \"15.5.1\",\n", "new_path": "packages/admin-ui/package...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(admin-ui): Add json editor field input component
1
feat
admin-ui
386,581
25.11.2021 21:14:48
-7,200
f6efc19f00a78cda46e04762b3ea89f4da1eda25
fix(build): Fix build default build directory.
[ { "change_type": "MODIFY", "diff": "@@ -22,7 +22,7 @@ async function run() {\nawait build({\nlogger: console,\nbuildDirectory: path.resolve(\n- process.env.LOWDEFY_BUILD_DIRECTORY || path.join(process.cwd(), './.lowdefy/server/build')\n+ process.env.LOWDEFY_BUILD_DIRECTORY || path.join(process.cwd(), 'build...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(build): Fix build default build directory.
1
fix
build
667,713
25.11.2021 21:25:57
-28,800
3903a5983807359e7627e89a0dc4855fc9836fda
refactor(android): if onScroll=true send onScroll event
[ { "change_type": "MODIFY", "diff": "@@ -88,11 +88,17 @@ public class HippyListViewController extends HippyViewController<HippyListView>\n@Override\nprotected View createViewImpl(Context context, HippyMap iniProps) {\n- if (iniProps != null && iniProps.containsKey(\"horizontal\")) {\n- return new HippyListVi...
C++
Apache License 2.0
tencent/hippy
refactor(android): if onScroll=true send onScroll event
1
refactor
android
386,595
25.11.2021 21:45:51
-7,200
e3b7eb7bf45e3dd237da47a9dfa783cb9e1174e8
feat(build): Add build icons.js.
[ { "change_type": "ADD", "diff": "+/*\n+ Copyright 2020-2021 Lowdefy, Inc\n+\n+ Licensed under the Apache License, Version 2.0 (the \"License\");\n+ you may not use this file except in compliance with the License.\n+ You may obtain a copy of the License at\n+\n+ http://www.apache.org/licenses/LICENSE-2.0\n+\...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(build): Add build icons.js.
1
feat
build
756,013
25.11.2021 21:47:26
21,600
16e9f9b08edeb412fb722adab593f22fde1e29a8
fix(solo): take a dependency on `esm` to reenable plugins
[ { "change_type": "MODIFY", "diff": "\"@agoric/xsnap\": \"^0.10.0\",\n\"anylogger\": \"^0.21.0\",\n\"deterministic-json\": \"^1.0.5\",\n+ \"esm\": \"agoric-labs/esm#Agoric-built\",\n\"express\": \"^4.17.1\",\n\"import-meta-resolve\": \"^1.1.1\",\n\"minimist\": \"^1.2.0\",\n", "new_path": "packages/solo/p...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(solo): take a dependency on `esm` to reenable plugins
1
fix
solo
269,464
25.11.2021 21:51:04
10,800
8c6742964c96ec3f78910aceb5e1b7319f129718
test: cleanup a bit buildpack test refs
[ { "change_type": "MODIFY", "diff": "@@ -167,7 +167,6 @@ func process(ctx *context.Context, docker config.Docker, artifacts []*artifact.A\n}\nlog.Info(\"building docker image\")\n-\nif err := imagers[docker.Use].Build(ctx, tmp, images, buildFlags); err != nil {\nreturn err\n}\n", "new_path": "internal/pi...
Go
MIT License
goreleaser/goreleaser
test: cleanup a bit buildpack test refs #2596 Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
1
test
null
269,464
25.11.2021 21:57:32
10,800
f4542770299a0343a5c39abc7d9c61f7d9064629
test: more universal binaries hooks tests refs
[ { "change_type": "MODIFY", "diff": "@@ -247,12 +247,52 @@ func TestRun(t *testing.T) {\nctx.Config.UniversalBinaries[0].Hooks.Post = []config.Hook{{Cmd: \"echo post\"}}\nrequire.EqualError(t, Pipe{}.Run(ctx), `pre hook failed: \"\": exec: \"exit\": executable file not found in $PATH`)\n})\n+\nt.Run(\"failin...
Go
MIT License
goreleaser/goreleaser
test: more universal binaries hooks tests refs #2696 Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
1
test
null
386,581
25.11.2021 22:24:52
-7,200
e1becad08704833b2a8f559e8c88bcd7172ea622
fix: Plugin import fixes.
[ { "change_type": "RENAME", "diff": "", "new_path": "packages/layout/src/style.less", "old_path": "packages/layout/src/styles.less" }, { "change_type": "MODIFY", "diff": "@@ -23,7 +23,7 @@ Object.keys(blocks).forEach((block) => {\n});\nexport default {\nblocks: Object.keys(blocks),\n- sty...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix: Plugin import fixes.
1
fix
null
269,464
25.11.2021 22:37:48
10,800
f659701fef62482ac15378b6ae7231830c5a365c
chore(ci): fix compare url
[ { "change_type": "MODIFY", "diff": "@@ -226,7 +226,7 @@ release:\nextra_files:\n- glob: ./cosign.pub\nfooter: |\n- **Full Changelog**: https://github.com/goreleaser/goreleaser/{{ .PreviousTag }}...{{ .Tag }}\n+ **Full Changelog**: https://github.com/goreleaser/goreleaser/compare/{{ .PreviousTag }}...{{ .Tag...
Go
MIT License
goreleaser/goreleaser
chore(ci): fix compare url Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
1
chore
ci
126,295
25.11.2021 23:14:48
-3,600
058ddc3ba23a9445cbc5d3029ae1711fc9c8b23f
chore(cmd/immuadmin/command): add super user login hint
[ { "change_type": "MODIFY", "diff": "@@ -121,7 +121,7 @@ func (cl *commandline) checkLoggedIn(cmd *cobra.Command, args []string) (err err\nif err2 != nil {\nfmt.Println(\"error checking if token file exists:\", err2)\n} else if !possiblyLoggedIn {\n- err = fmt.Errorf(\"please login first\")\n+ err = fmt.Erro...
Go
Apache License 2.0
codenotary/immudb
chore(cmd/immuadmin/command): add super user login hint Signed-off-by: Michele Meloni <cleaversdev@gmail.com>
1
chore
cmd/immuadmin/command
386,581
25.11.2021 23:18:09
-7,200
088e210620ffd8d7735cc785483845d082d5485d
fix: V4 fixes.
[ { "change_type": "MODIFY", "diff": "limitations under the License.\n*/\n+// TODO: strip auth prop from page before we send it to the client\nasync function getPageConfig({ authorize, readConfigFile }, { pageId }) {\nconst pageConfig = await readConfigFile(`pages/${pageId}/${pageId}.json`);\nif (pageConfig &...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix: V4 fixes.
1
fix
null