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
265,942
08.09.2021 14:18:03
14,400
d8f4bc59bd3e2cebfe6494842414cd9f7e32018f
fix(types): remove duplicated definition of BucketOptions and make sure proper version is exported
[ { "change_type": "MODIFY", "diff": "@@ -54,6 +54,7 @@ import {\nCors,\nPreconditionOptions,\nIdempotencyStrategy,\n+ BucketOptions,\n} from './storage';\nimport {\nGetSignedUrlResponse,\n@@ -77,11 +78,6 @@ interface MetadataOptions {\nuserProject?: string;\n}\n-interface BucketOptions {\n- userProject?: str...
TypeScript
Apache License 2.0
googleapis/nodejs-storage
fix(types): remove duplicated definition of BucketOptions and make sure proper version is exported (#1583)
1
fix
types
386,584
08.09.2021 14:20:40
-7,200
b23b483f284559ce84fba3b2fe1f6bb65bc17960
feat(blocksAntd): Added direction, wrap and scroll properties to the CheckboxSelector block.
[ { "change_type": "MODIFY", "diff": "background: red\n- label: two\nvalue: 2\n+- id: 'properties.direction row'\n+ type: CheckboxSelector\n+ properties:\n+ direction: row\n+ options:\n+ - label: one\n+ value: 1\n+ style:\n+ background: red\n+ - label: two\n+ value: 2\n+ style:\n+ background: red\n+ - label: ...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(blocksAntd): Added direction, wrap and scroll properties to the CheckboxSelector block.
1
feat
blocksAntd
386,581
08.09.2021 14:23:35
-7,200
b92621a8bae7be6e4d48165b8c54176d2403c592
fix(blocksAntd): Fix typo in Paragraph input copyable text property.
[ { "change_type": "MODIFY", "diff": "@@ -46,11 +46,11 @@ const ParagraphInput = ({ blockId, events, properties, methods, value }) => {\ncopyable={\ntype.isObject(properties.copyable)\n? {\n- text: properties.copyable.test || value,\n+ text: properties.copyable.text || value,\nonCopy: () => {\nmethods.trigger...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(blocksAntd): Fix typo in Paragraph input copyable text property.
1
fix
blocksAntd
386,581
08.09.2021 14:26:01
-7,200
b727b9edd0f37d3d10d5add32cbd9411fa4b6f98
feat(docs): Add _get operator switch example.
[ { "change_type": "MODIFY", "diff": "@@ -47,6 +47,21 @@ _ref:\n```\nReturns: `\"George\"`.\n+ ###### Use _get to as a switch statement to choose an Icon name:\n+ ```yaml\n+ _get:\n+ key:\n+ _state: status\n+ from:\n+ new: PlusCircleTwoTone\n+ escalated: ExclamationCircleOutlined\n+ investigation_started: Too...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(docs): Add _get operator switch example.
1
feat
docs
342,861
08.09.2021 14:26:44
-7,200
22b1714fb9fc7d8cdccb0cc1be37ebf3e228a9f8
docs: fixes after review
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,7 @@ const StyledLink = styled(Link)<{ $active: boolean }>`\npadding: 6px 0px 6px 12px;\ncolor: ${theme.orbit.paletteInkNormal};\ntransition: all ${theme.orbit.durationFast};\n- line-height: 1.37;\n+ line-height: 1.375;\nborder-left: 2px solid\n${$active ? them...
JavaScript
MIT License
kiwicom/orbit
docs: fixes after review
1
docs
null
791,704
08.09.2021 14:38:59
18,000
ee53af31fca149eeede3b9ac217d2b5882a58782
tests(smoke): upload smokehouse artifacts on failure
[ { "change_type": "MODIFY", "diff": "@@ -64,6 +64,13 @@ jobs:\n# Fail if any changes were written to source files.\n- run: git diff --exit-code\n+ - name: Upload dist\n+ if: failure()\n+ uses: actions/upload-artifact@v1\n+ with:\n+ name: Smokehouse (ubuntu; chrome ${{ matrix.chrome-channel }})\n+ path: .tmp/...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests(smoke): upload smokehouse artifacts on failure (#13010)
1
tests
smoke
386,584
08.09.2021 15:06:21
-7,200
e900a772b639db7a06e2d4801b988130b21f71c2
feat(blocksAntd): Added direction, wrap and scroll properties to the RadioSelector block.
[ { "change_type": "MODIFY", "diff": "background: red\n- label: two\nvalue: 2\n+- id: 'properties.direction row'\n+ type: RadioSelector\n+ properties:\n+ direction: row\n+ options:\n+ - label: one\n+ value: 1\n+ style:\n+ background: red\n+ - label: two\n+ value: 2\n+ style:\n+ background: red\n+ - label: thr...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(blocksAntd): Added direction, wrap and scroll properties to the RadioSelector block.
1
feat
blocksAntd
730,415
08.09.2021 15:07:47
25,200
f21dbb46a7c10b6aef306fbf546fa6088e3e2c71
fix(react-redux-spark): add proxy to existing sdk
[ { "change_type": "MODIFY", "diff": "@@ -12,7 +12,7 @@ import {\nstoreSparkInstance,\nstoreSparkAdaptor\n} from './actions';\n-import {createSDKGuestInstance, createSDKInstance} from './sdk';\n+import {createSDKGuestInstance, createSDKInstance, createSDKInstanceProxy} from './sdk';\nimport {getStatusFromInst...
JavaScript
MIT License
webex/react-widgets
fix(react-redux-spark): add proxy to existing sdk
1
fix
react-redux-spark
791,323
08.09.2021 15:14:34
25,200
a6550c5dfb381e286fea6a905dc658c4a865d643
feat(pubsub): add list configs for topic & sub
[ { "change_type": "MODIFY", "diff": "@@ -33,6 +33,8 @@ import (\n\"google.golang.org/grpc/codes\"\n\"google.golang.org/grpc/status\"\ndurpb \"google.golang.org/protobuf/types/known/durationpb\"\n+\n+ vkit \"cloud.google.com/go/pubsub/apiv1\"\n)\n// Subscription is a reference to a PubSub subscription.\n@@ -8...
Go
Apache License 2.0
googleapis/google-cloud-go
feat(pubsub): add list configs for topic & sub (#4607)
1
feat
pubsub
756,013
08.09.2021 15:32:19
21,600
daa8a3c9f53224d941acb41be0235ec2e2bc690c
chore(cosmos): allow ABCI queries during block computation
[ { "change_type": "MODIFY", "diff": "@@ -24,17 +24,19 @@ require (\n// Silence a warning on MacOS\nreplace github.com/keybase/go-keychain => github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4\n+replace github.com/99designs/keyring => github.com/cosmos/keyring v1.1.7-0.20210622111912-ef00f8ac...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore(cosmos): allow ABCI queries during block computation
1
chore
cosmos
756,039
08.09.2021 15:49:32
25,200
7fde34514d5fb8ed392bc9862faf591e3d1397f2
feat(wallet): Add url param to hide ui changes
[ { "change_type": "ADD", "diff": "+<script>\n+ import 'smelte/src/tailwind.css';\n+ import { E } from '@agoric/eventual-send';\n+ import { afterUpdate, onMount } from 'svelte';\n+\n+ import Button from 'smelte/src/components/Button';\n+ import Dapps from './Dapps.svelte';\n+ import Payments from './Payments....
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(wallet): Add url param to hide ui changes
1
feat
wallet
791,690
08.09.2021 15:49:50
18,000
0165eb83d8680e419f0ba42fb003663ea1ee839b
misc: remove all FR-COMPAT todos
[ { "change_type": "MODIFY", "diff": "@@ -68,7 +68,6 @@ export const SummaryFlowStep: FunctionComponent<{\nlabel: string,\nhashIndex: number,\n}> = ({lhr, label, hashIndex}) => {\n- // TODO(FR-COMPAT): Store report results globally.\nconst reportResult = useMemo(() => Util.prepareReportResult(lhr), [lhr]);\nc...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc: remove all FR-COMPAT todos (#13023)
1
misc
null
667,713
08.09.2021 16:06:42
-28,800
473d6e26bea624acd71c514876ef7f2b47f7b1e8
fix(android): correct recycler list pull header height
[ { "change_type": "MODIFY", "diff": "@@ -312,7 +312,7 @@ public class HippyRecyclerListAdapter<HRCV extends HippyRecyclerView> extends\nListItemRenderNode childNode = getChildNode(position);\nif (childNode != null) {\nif (childNode.isPullHeader()) {\n- return 0;\n+ return headerEventHelper.getVisibleHeight()...
C++
Apache License 2.0
tencent/hippy
fix(android): correct recycler list pull header height
1
fix
android
777,367
08.09.2021 16:08:20
14,400
48ee5a1310771d02ebeb254a4f74b89edc19041d
feat: Support passing an existing EFS to det deploy aws
[ { "change_type": "MODIFY", "diff": "@@ -212,6 +212,22 @@ Spinning up or updating the Cluster\ndeploy aws dump-master-config-template``.\n- Not set\n+ - - ``efs-id``\n+\n+ - Preexisting EFS that will be mounted into the task containers; if not provided, a new EFS\n+ instance will be created. Note that you ne...
Python
Apache License 2.0
determined-ai/determined
feat: Support passing an existing EFS to det deploy aws [DET-5737] (#2803)
1
feat
null
679,913
08.09.2021 16:28:00
-7,200
aa2ceeff8686f289519fb14134f05aef59e10bee
feat(testament): update CLI wrapper and group() behavior update group() to only register task add registerTask(), executeTasks() to trigger queued tests
[ { "change_type": "MODIFY", "diff": "@@ -4,6 +4,8 @@ export type Fn2<A, B, C> = (a: A, b: B) => C;\nexport type VoidFn = Fn0<void>;\n+export type Task = Fn0<Promise<any>>;\n+\nexport type Timestamp = number | bigint;\nexport interface TestOpts {\n", "new_path": "packages/testament/src/api.ts", "old_p...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(testament): update CLI wrapper and group() behavior - update group() to only register task - add registerTask(), executeTasks() to trigger queued tests
1
feat
testament
826,708
08.09.2021 16:47:03
-10,800
46f272cc1956c9474421efb8b46295fa3f1c2fe9
feat: add bundle
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,7 @@ version: 2.1\njobs:\npublish:\ndocker:\n- - image: oryd/sdk:v0.0.43\n+ - image: oryd/sdk:v0.0.44\nworking_directory: /sdk\nsteps:\n- checkout\n", "new_path": ".circleci/config.yml", "old_path": ".circleci/config.yml" }, { "change_type": "MO...
C#
Apache License 2.0
ory/sdk
feat: add bundle
1
feat
null
688,414
08.09.2021 16:49:18
-10,800
0d13aee9e74008242f2c2b46fe1fcaec6eaa40ea
chore: resolve lodash to 4.17.21
[ { "change_type": "MODIFY", "diff": "},\n\"resolutions\": {\n\"js-yaml\": \"^3.13.1\",\n- \"lodash\": \"^4.17.12\",\n+ \"lodash\": \"^4.17.21\",\n\"**/marksy/marked\": \"^0.6.0\",\n\"**/npx/npm\": \"^5.7.1\",\n\"prettierx\": \"^0.17.0\"\n", "new_path": "package.json", "old_path": "package.json" }, ...
TypeScript
MIT License
toptal/picasso
chore: resolve lodash to 4.17.21 (#2145)
1
chore
null
141,585
08.09.2021 17:15:14
-36,000
97c55e7ac0eb5f9839d58b75751d1d4e8771cc67
feat: Add missing Brand Moment Illustrations feat: Add missing Brand Moment Illustrations Add New Account Onboarding Add Upload Employee Data
[ { "change_type": "MODIFY", "diff": "@@ -88,6 +88,20 @@ export const BrandMomentError = ({\n)\n}\n+export const BrandMomentNewAccountOnboarding = (props: SceneProps) => (\n+ <Base\n+ {...props}\n+ name=\"illustrations/heart/scene/brand-moments-new-account-onboarding.svg\"\n+ />\n+)\n+\n+export const BrandMom...
TypeScript
MIT License
cultureamp/kaizen-design-system
feat: Add missing Brand Moment Illustrations (#1943) feat: Add missing Brand Moment Illustrations - Add New Account Onboarding - Add Upload Employee Data Co-authored-by: Seb Pearce <sebpearce@gmail.com>
1
feat
null
826,708
08.09.2021 17:16:33
-10,800
00160ddb59a158352979f7290530fbadb5ce24b0
fix: add ruby-dev to deps
[ { "change_type": "MODIFY", "diff": "@@ -114,7 +114,9 @@ RUN td=$(mktemp) \\\n&& chmod +x /usr/local/bin/gh \\\n&& rm -rf $td $tdd\n-RUN gem install bundler\n+RUN gem install bundler && \\\n+ apt-get update && \\\n+ apt-get install -y --no-install-recommends ruby-dev\nADD go.mod go.mod\nADD go.sum go.sum\n",...
C#
Apache License 2.0
ory/sdk
fix: add ruby-dev to deps
1
fix
null
401,106
08.09.2021 17:17:17
-19,080
179e8fbc3359b47ab06360bcf076884097fb76c8
fix: window object undefined in local and session storage * fix: window object undefined in local and session storage affects: * fix: update localstorage property to session storage for session storage affects:
[ { "change_type": "MODIFY", "diff": "import STORAGE_UTILITIES from '../storage';\nimport { StorageUtilities } from '../storage/types';\n-export const LOCAL_STORAGE: StorageUtilities = STORAGE_UTILITIES(window?.localStorage);\n+export const LOCAL_STORAGE: StorageUtilities = STORAGE_UTILITIES(typeof window ===...
TypeScript
MIT License
medly/medly-components
fix: window object undefined in local and session storage (#410) * fix: window object undefined in local and session storage affects: @medly-components/utils * fix: update localstorage property to session storage for session storage affects: @medly-components/utils
1
fix
null
865,937
08.09.2021 17:22:29
-7,200
a89ef727fcba8c21c522ca3d37523ff64d0d31a7
fix(camunda-plugin): deploy even if engine version could not be fetched Related to
[ { "change_type": "MODIFY", "diff": "@@ -12,7 +12,7 @@ import React, { PureComponent } from 'react';\nimport { omit } from 'min-dash';\n-import { default as CamundaAPI, ApiErrors } from '../shared/CamundaAPI';\n+import { default as CamundaAPI, ApiErrors, ConnectionError } from '../shared/CamundaAPI';\nimport...
JavaScript
MIT License
camunda/camunda-modeler
fix(camunda-plugin): deploy even if engine version could not be fetched Related to #2340 Co-authored-by: Maciej Barelkowski <maciej.barelkowski@camunda.com>
1
fix
camunda-plugin
815,585
08.09.2021 17:36:13
-28,800
bc7e72f79fa9025641c1e26d5fc1c750736af98c
refactor: backport based on new pr template
[ { "change_type": "MODIFY", "diff": "name: Backport\non:\n- push:\n- branches: [ develop ]\n-\n+ pull_request:\n+ types: [ closed ]\njobs:\nbackport:\n- if: ${{ github.repository_owner == 'nervosnetwork' }}\n- runs-on: ubuntu-18.04\n+ runs-on: ubuntu-20.04\n+ if: github.event.pull_request.merged == true && c...
Rust
MIT License
nervosnetwork/ckb
refactor: backport based on new pr template
1
refactor
null
826,708
08.09.2021 17:56:20
-10,800
9abcceff463379833291bc5ac91ffb227217611d
fix: use correct ruby spec
[ { "change_type": "MODIFY", "diff": "@@ -60,14 +60,13 @@ python () {\ndir=\"clients/${PROJECT}/python\"\n- (cd \"$dir\"; pip install -r requirements.txt; pip install -r test-requirements.txt; pytest --cov=ory_kratos_client)\n+ (cd \"$dir\"; pip install -r requirements.txt; pip install -r test-requirements.tx...
C#
Apache License 2.0
ory/sdk
fix: use correct ruby spec
1
fix
null
826,708
08.09.2021 18:04:46
-10,800
f444a6e6803c78604312ca999323da291cafe9e6
fix: correct build command
[ { "change_type": "MODIFY", "diff": "@@ -66,7 +66,7 @@ python () {\nruby () {\necho \"Generating Ruby...\"\n- (cd \"$dir\"; bundle install --path vendor/bundle; bundle exec rspec; gem build gem build \"${RUBY_PROJECT_NAME}.gemspec\"; gem install \"${RUBY_PROJECT_NAME}-${GEM_VERSION}.gem\")\n+ (cd \"$dir\"; b...
C#
Apache License 2.0
ory/sdk
fix: correct build command
1
fix
null
756,013
08.09.2021 18:26:59
21,600
9a23c344e3d2c1980e27db23e3caa306a9bd655f
fix(solo): query WebSocket for mailbox instead of ag-cosmos-helper
[ { "change_type": "MODIFY", "diff": "@@ -65,7 +65,7 @@ func queryStorage(ctx sdk.Context, path string, req abci.RequestQuery, keeper Ke\nvalue := storage.Value\nif value == \"\" {\n- return []byte{}, sdkerrors.Wrap(sdkerrors.ErrUnknownRequest, \"could not get storage\")\n+ return []byte{}, sdkerrors.Wrapf(sd...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(solo): query WebSocket for mailbox instead of ag-cosmos-helper
1
fix
solo
777,374
08.09.2021 18:34:26
25,200
fb08659126096be2adebe15469fc606a3f0bbd74
ci: unpin pip version, improve py venv cache key.
[ { "change_type": "MODIFY", "diff": "@@ -212,12 +212,13 @@ commands:\nsudo apt-get install -y python3-venv\n/usr/bin/python3 -m venv /tmp/venv\necho \"export PATH=/tmp/venv/bin:\\\"${PATH}\\\"\" >> $BASH_ENV\n- /tmp/venv/bin/python -m pip install --upgrade pip\\<20 wheel setuptools\\<58\n+ /tmp/venv/bin/pyth...
Python
Apache License 2.0
determined-ai/determined
ci: unpin pip version, improve py venv cache key. (#2922)
1
ci
null
826,708
08.09.2021 19:03:30
-10,800
df8a7e1878f3376aca2de35d49f1fdb8d7b73eed
fix: update gem test
[ { "change_type": "MODIFY", "diff": "@@ -66,7 +66,7 @@ python () {\nruby () {\necho \"Generating Ruby...\"\n- (cd \"$dir\"; bundle install --path vendor/bundle; bundle exec rspec; gem build \"${RUBY_PROJECT_NAME}.gemspec\"; gem install \"${RUBY_PROJECT_NAME}-${GEM_VERSION}.gem\")\n+ (cd \"$dir\"; rm \"${RUBY...
C#
Apache License 2.0
ory/sdk
fix: update gem test
1
fix
null
826,708
08.09.2021 19:11:30
-10,800
9b9d67386a070188b4681b33eb1b51d39e9ee686
fix: change directory to ruby
[ { "change_type": "MODIFY", "diff": "@@ -66,6 +66,8 @@ python () {\nruby () {\necho \"Generating Ruby...\"\n+ dir=\"clients/${PROJECT}/ruby\"\n+\n(cd \"$dir\"; rm \"${RUBY_PROJECT_NAME}-${GEM_VERSION}.gem\" || true; bundle install --path vendor/bundle; bundle exec rspec; gem build \"${RUBY_PROJECT_NAME}.gems...
C#
Apache License 2.0
ory/sdk
fix: change directory to ruby
1
fix
null
826,708
08.09.2021 19:17:44
-10,800
a31d91880bc9de186653b88316399bc84e1b10d9
fix: evaluate dotnet issues
[ { "change_type": "MODIFY", "diff": "@@ -59,7 +59,6 @@ python () {\necho \"Generating Python...\"\ndir=\"clients/${PROJECT}/python\"\n-\n(cd \"$dir\"; pip install -r requirements.txt; pip install -r test-requirements.txt; pytest --cov=\"$PYTHON_PACKAGE_NAME\")\n}\n@@ -67,7 +66,6 @@ ruby () {\necho \"Generati...
C#
Apache License 2.0
ory/sdk
fix: evaluate dotnet issues
1
fix
null
826,708
08.09.2021 19:18:27
-10,800
9f11fda8d411a08857cc0c5ca7bdec0d74264719
fix: no cleanup
[ { "change_type": "MODIFY", "diff": "@@ -14,26 +14,6 @@ do\nenvsubst < \"${f}\" > \"${f}.proc.yml\"\ndone\n-cleanup() {\n- rm \"clients/${PROJECT}/java/git_push.sh\" || true\n- rm \"clients/${PROJECT}/php/git_push.sh\" || true\n- rm \"clients/${PROJECT}/python/git_push.sh\" || true\n- rm \"clients/${PROJECT}...
C#
Apache License 2.0
ory/sdk
fix: no cleanup
1
fix
null
826,708
08.09.2021 19:22:00
-10,800
dff44d8db9eee21043709b1e16172ee1b1137784
fix: resolve dotnet issue
[ { "change_type": "MODIFY", "diff": "@@ -36,42 +36,42 @@ php() {\n}\npython () {\n- echo \"Generating Python...\"\n+ echo \"Testing Python...\"\ndir=\"clients/${PROJECT}/python\"\n(cd \"$dir\"; pip install -r requirements.txt; pip install -r test-requirements.txt; pytest --cov=\"$PYTHON_PACKAGE_NAME\")\n}\nr...
C#
Apache License 2.0
ory/sdk
fix: resolve dotnet issue
1
fix
null
826,708
08.09.2021 19:28:55
-10,800
3ca2571137c221a47ae68b818948aa2203e8638c
fix: replace ; with &&
[ { "change_type": "MODIFY", "diff": "@@ -18,63 +18,63 @@ typescript () {\necho \"Testing TypeScript...\"\ndir=\"clients/${PROJECT}/typescript\"\n- (cd \"$dir\"; npm i; npm run build)\n+ (cd \"$dir\" && npm i && npm run build)\n}\njava () {\necho \"Testing Java...\"\ndir=\"clients/${PROJECT}/java\"\n- (cd \"$...
C#
Apache License 2.0
ory/sdk
fix: replace ; with &&
1
fix
null
826,708
08.09.2021 19:32:22
-10,800
c18bf33c034b2493dcece803ab38a94d16fdc95f
fix: exact command args
[ { "change_type": "MODIFY", "diff": "@@ -60,14 +60,14 @@ dotnet () {\necho \"Testing dotnet...\"\ndir=\"clients/${PROJECT}/dotnet\"\n- (cd \"$dir\" && dotnet build -c Release && dotnet test -c Release)\n+ (cd \"$dir\" && command dotnet build -c Release && command dotnet test -c Release)\n}\ndart () {\necho \...
C#
Apache License 2.0
ory/sdk
fix: exact command args
1
fix
null
826,708
08.09.2021 19:39:28
-10,800
769b8099829b98b0a610c3894e94be1435bb4da2
fix: dotnet build from test pipeline
[ { "change_type": "MODIFY", "diff": "@@ -60,7 +60,7 @@ dotnet () {\necho \"Testing dotnet...\"\ndir=\"clients/${PROJECT}/dotnet\"\n- (cd \"$dir\" && command dotnet build -c Release && command dotnet test -c Release)\n+ (cd \"$dir\" && command dotnet test -c Release)\n}\ndart () {\n", "new_path": "scripts...
C#
Apache License 2.0
ory/sdk
fix: dotnet build from test pipeline
1
fix
null
826,708
08.09.2021 19:49:47
-10,800
2f64d28dc350247abc4b71b16df07b62d5301747
fix: potentially c#
[ { "change_type": "MODIFY", "diff": "@@ -56,11 +56,11 @@ golang () {\n(cd \"${dir}\" && go mod tidy && go build -o \"$(mktemp)\" .)\n}\n-dotnet () {\n- echo \"Testing dotnet...\"\n+csharp () {\n+ echo \"Testing C#...\"\ndir=\"clients/${PROJECT}/dotnet\"\n- (cd \"$dir\" && command dotnet test -c Release)\n+ (...
C#
Apache License 2.0
ory/sdk
fix: potentially c#
1
fix
null
826,708
08.09.2021 19:54:13
-10,800
fda5b6f197850fef6bb3dbb082f3ec6826794576
fix: resolve csharp issues
[ { "change_type": "MODIFY", "diff": "@@ -6,14 +6,6 @@ cd \"$( dirname \"${BASH_SOURCE[0]}\" )/..\"\nsource scripts/prep.sh\n-rm -rf config/client/*.proc.yml\n-\n-for f in config/client/*\n-do\n- echo \"Processing $f...\"\n- envsubst < \"${f}\" > \"${f}.proc.yml\"\n-done\n-\ntypescript () {\necho \"Testing Ty...
C#
Apache License 2.0
ory/sdk
fix: resolve csharp issues
1
fix
null
826,708
08.09.2021 19:56:32
-10,800
0647d08e3f3c6bd6b873866e26f94f379469926e
fix: unset dotnet version
[ { "change_type": "MODIFY", "diff": "@@ -52,7 +52,9 @@ csharp () {\necho \"Testing C#...\"\ndir=\"clients/${PROJECT}/dotnet\"\n- (cd \"${dir}\" && dotnet build -c Release && dotnet test -c Release)\n+ (cd \"${dir}\" && \\\n+ VERSION=\"\" dotnet build -c Release && \\\n+ VERSION=\"\" dotnet test -c Release)\n...
C#
Apache License 2.0
ory/sdk
fix: unset dotnet version
1
fix
null
826,708
08.09.2021 21:42:17
-10,800
7efe2d663aa07464fcd92c151174a4cc35cee4b2
fix: do not run dart
[ { "change_type": "MODIFY", "diff": "@@ -234,7 +234,7 @@ dart () {\nmkdir -p \"$dir\"\nopenapi-generator-cli generate -i \"${SPEC_FILE}\" \\\n- -g dart \\\n+ -g dart2 \\\n-o \"$dir\" \\\n--git-user-id ory \\\n--git-repo-id sdk \\\n", "new_path": "scripts/generate.sh", "old_path": "scripts/generate.sh...
C#
Apache License 2.0
ory/sdk
fix: do not run dart
1
fix
null
67,516
08.09.2021 22:15:58
-7,200
ee8eec100670ce3b10aa4022e88d7dc7ef64ebd9
test(repeater): destructuring declaration
[ { "change_type": "ADD", "diff": "+/* eslint-disable @typescript-eslint/no-unsafe-assignment */\n+import {\n+ Class,\n+} from '@aurelia/kernel';\n+import {\n+ Aurelia,\n+ CustomElement,\n+ IPlatform,\n+} from '@aurelia/runtime-html';\n+import {\n+ assert,\n+ TestContext\n+} from '@aurelia/testing';\n+import ...
TypeScript
MIT License
aurelia/aurelia
test(repeater): destructuring declaration
1
test
repeater
603,467
08.09.2021 22:16:25
-3,600
ba6c166865a202b533ecece27049b70278c37859
docs(website): added clarity
[ { "change_type": "MODIFY", "diff": "gtag('config', 'UA-85788349-2');\n</script>\n+<script type=\"text/javascript\">\n+ (function(c,l,a,r,i,t,y){\n+ c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};\n+ t=l.createElement(r);t.async=1;t.src=\"https://www.clarity.ms/tag/\"+i;\n+ y=l.getElementsByTagNa...
TypeScript
Apache License 2.0
serenity-js/serenity-js
docs(website): added clarity
1
docs
website
306,328
08.09.2021 22:43:14
-3,600
438c7a01f56ba6065af841573d1e3e3bb1336084
feat(gcp): add compute_instance_group_manager Add note indicating that multiple versions aren't supported
[ { "change_type": "MODIFY", "diff": "@@ -29,12 +29,12 @@ func NewComputeDisk(d *schema.ResourceData, u *schema.UsageData) *schema.Resourc\nreturn &schema.Resource{\nName: d.Address,\nCostComponents: []*schema.CostComponent{\n- computeDisk(region, diskType, size),\n+ computeDisk(region, diskType, size, decima...
Go
Apache License 2.0
infracost/infracost
feat(gcp): add compute_instance_group_manager (#944) Add note indicating that multiple versions aren't supported
1
feat
gcp
815,601
08.09.2021 22:49:57
-28,800
03fe689893b6a793e6011dead380acc599ae1db4
feat: db with ttl
[ { "change_type": "MODIFY", "diff": "@@ -737,8 +737,6 @@ dependencies = [\n[[package]]\nname = \"ckb-librocksdb-sys\"\nversion = \"6.20.3\"\n-source = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"ffbc8d4e55832ebb78adf5a8ef7303b934983e9fff073c9b49e884c3a2d139f4\"\ndependencies = [\...
Rust
MIT License
nervosnetwork/ckb
feat: db with ttl
1
feat
null
306,652
08.09.2021 23:01:06
-19,080
af83ea74d6d6b63710d348f2f7583a08647b2291
fix: added new story
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/core/components/molecules/emptyState/__stories__/assets/pageNotLoaded.png differ\n", "new_path": "core/components/molecules/emptyState/__stories__/assets/pageNotLoaded.png", "old_path": "core/components/molecules/emptyState/__stories__/as...
TypeScript
MIT License
innovaccer/design-system
fix: added new story
1
fix
null
902,122
08.09.2021 23:04:52
-7,200
c436441578bd676b0880e71cd651dc56c87f8b31
chore: remove agent use proxy-server flag instead
[ { "change_type": "MODIFY", "diff": "@@ -179,25 +179,6 @@ default: `2`\nThe number of retries that can be performed before considering a navigation as failed.\n-##### agent\n-\n-type: `object`</br>\n-default: `undefined`\n-\n-In case you want you can setup a proxy agent at page level to be used powered by [p...
JavaScript
MIT License
microlinkhq/browserless
chore: remove agent use proxy-server flag instead
1
chore
null
418,683
08.09.2021 23:16:08
-28,800
e630fb143ba14eed64436612e9a86afc0d46b42d
feat: add a process agent component
[ { "change_type": "ADD", "diff": "+module.exports = {\n+ preset: 'ts-jest',\n+ testEnvironment: 'node',\n+ testPathIgnorePatterns: ['<rootDir>/test/fixtures'],\n+ coveragePathIgnorePatterns: ['<rootDir>/test/'],\n+ setupFilesAfterEnv: ['./jest.setup.js']\n+};\n", "new_path": "packages/processAgent/jest.c...
TypeScript
MIT License
midwayjs/midway
feat: add a process agent component (#1278) Co-authored-by: jinbing.jb <jinbing.jb@alibaba-inc.com> Co-authored-by: Harry Chen <czy88840616@gmail.com>
1
feat
null
815,601
09.09.2021 00:19:50
-28,800
f8a8405f3ceede2a1193812731fce0639c9f0b87
perf: switch global alloc to tikv-jemallocator
[ { "change_type": "MODIFY", "diff": "@@ -359,7 +359,7 @@ version = \"0.100.0-pre\"\ndependencies = [\n\"ckb-bin\",\n\"ckb-build-info\",\n- \"jemallocator\",\n+ \"tikv-jemallocator\",\n]\n[[package]]\n@@ -787,8 +787,8 @@ dependencies = [\n\"ckb-metrics\",\n\"futures\",\n\"heim\",\n- \"jemalloc-ctl\",\n- \"jem...
Rust
MIT License
nervosnetwork/ckb
perf: switch global alloc to tikv-jemallocator
1
perf
null
679,913
09.09.2021 00:42:30
-7,200
b624396e5ed94ddb9f279a84824a35a6c07b34e0
feat(testament): add result format/output, global opts
[ { "change_type": "MODIFY", "diff": "@@ -5,4 +5,4 @@ if [ \"$(echo $DIR | grep '.nvm')\" ]; then\nfi\n# /usr/bin/env node --experimental-specifier-resolution=node --loader ts-node/esm -e 'import(\"@thi.ng/testament/cli\")' -- $DIR $@\n-/usr/bin/env node --experimental-specifier-resolution=node --loader ts-no...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(testament): add result format/output, global opts
1
feat
testament
679,913
09.09.2021 00:43:21
-7,200
86a72ea10370185f662474c4acc61b3df48e53ea
test(rstream): minor update test configs
[ { "change_type": "MODIFY", "diff": "@@ -35,6 +35,9 @@ group(\ndone();\n}, TIMEOUT * 5);\n},\n+ foo: () => {\n+ throw new Error(\"Illegal number: 23\");\n},\n- { maxTries: 3, timeOut: TIMEOUT * 6 }\n+ },\n+ { maxTrials: 3, timeOut: TIMEOUT * 6 }\n);\n", "new_path": "packages/rstream/test/debounce.ts", ...
TypeScript
Apache License 2.0
thi-ng/umbrella
test(rstream): minor update test configs
1
test
rstream
679,913
09.09.2021 01:00:32
-7,200
ac964812688715ae52a66db6cebe6ac4fbf72ed1
test(rstream): remove obsolete/dummy test
[ { "change_type": "MODIFY", "diff": "@@ -35,9 +35,6 @@ group(\ndone();\n}, TIMEOUT * 5);\n},\n- foo: () => {\n- throw new Error(\"Illegal number: 23\");\n- },\n},\n{ maxTrials: 3, timeOut: TIMEOUT * 6 }\n);\n", "new_path": "packages/rstream/test/debounce.ts", "old_path": "packages/rstream/test/deboun...
TypeScript
Apache License 2.0
thi-ng/umbrella
test(rstream): remove obsolete/dummy test
1
test
rstream
418,585
09.09.2021 05:48:14
18,000
f333466d138a319b417964cdb9cb065f2b955722
fix: add log for 'Internal Server Error'
[ { "change_type": "MODIFY", "diff": "@@ -258,6 +258,7 @@ export class FCRuntime extends ServerlessLightRuntime {\nreturn await handler.apply(handler, args);\n}\n} catch (err) {\n+ newCtx.logger.error(err);\nif (isOutputError()) {\nthrow err;\n} else {\n", "new_path": "packages-serverless/serverless-fc-st...
TypeScript
MIT License
midwayjs/midway
fix: add log for 'Internal Server Error' (#1282)
1
fix
null
447,446
09.09.2021 09:20:33
14,400
eb0b6635fe293558be5b0cc3b8a3f5fa3c78d5ef
fix: fix memory leak on CarouselCard component
[ { "change_type": "MODIFY", "diff": "@@ -44,6 +44,12 @@ export default class CarouselCard extends Component {\n}\n}\n+ componentWillUnmount() {\n+ if (this.animationTimeout) {\n+ clearTimeout(this.animationTimeout);\n+ }\n+ }\n+\ngetContainerStyle() {\nconst { style } = this.props;\nreturn { ...getCarouselCa...
JavaScript
MIT License
nexxtway/react-rainbow
fix: fix memory leak on CarouselCard component (#2275)
1
fix
null
889,620
09.09.2021 10:08:48
-28,800
57f601b8dd13f8d5c9fb20e2fd9dd71cb24d1c08
fix(api): page.sort had incorrect value
[ { "change_type": "MODIFY", "diff": "@@ -64,7 +64,7 @@ class AuthenticationActivityDao(\n.fetchInto(aa)\n.map { it.toDomain() }\n- val pageSort = if (orderBy.size > 1) pageable.sort else Sort.unsorted()\n+ val pageSort = if (orderBy.isNotEmpty()) pageable.sort else Sort.unsorted()\nreturn PageImpl(\nitems,\n...
Kotlin
MIT License
gotson/komga
fix(api): page.sort had incorrect value
1
fix
api
503,988
09.09.2021 10:25:07
14,400
8b7cd704a4aae20ebf5953d4de4cc4f894052851
feat(DescriptionList): add compact and fluid modifiers
[ { "change_type": "MODIFY", "diff": "@@ -24,6 +24,10 @@ export interface DescriptionListProps extends Omit<React.HTMLProps<HTMLDListElem\nisAutoColumnWidths?: boolean;\n/** Modifies the description list display to inline-grid. */\nisInlineGrid?: boolean;\n+ /** Sets the description list to compact styling. *...
TypeScript
MIT License
patternfly/patternfly-react
feat(DescriptionList): add compact and fluid modifiers (#6260)
1
feat
DescriptionList
942,581
09.09.2021 10:32:27
21,600
6a8f3b0b24c55496e44dd7c869f5bbcf5cfbe532
fix(tooltip): Fix tooltip placement overlap on keyboard focus
[ { "change_type": "MODIFY", "diff": "@@ -49,6 +49,7 @@ export const TooltipContainer = styled('div')<TooltipContainerProps>(\n{\n...type.levels.subtext.medium,\ndisplay: 'inline-flex',\n+ position: 'relative',\npadding: spaceNumbers.xxs + spaceNumbers.xxxs,\ncolor: colors.frenchVanilla100,\na: {\n@@ -68,6 +6...
TypeScript
Apache License 2.0
workday/canvas-kit
fix(tooltip): Fix tooltip placement overlap on keyboard focus (#1248)
1
fix
tooltip
551,696
09.09.2021 10:58:54
0
32ebd1d11c25ec63eff90b32526e0e6ecb749ca0
feat(ci): refactor CI pipelines
[ { "change_type": "ADD", "diff": "+jobs:\n+- job: linux\n+ displayName: \"on linux\"\n+ pool:\n+ name: \"Azure Pipelines\"\n+ vmImage: \"ubuntu-latest\"\n+ dependsOn:\n+ - CheckChanges\n+ timeoutInMinutes: 60\n+ variables:\n+ SOURCE_CODE_CHANGED: $[ dependencies.CheckChanges.outputs['check_changes.SOURCE_COD...
Java
Apache License 2.0
questdb/questdb
feat(ci): refactor CI pipelines (#1292)
1
feat
ci
777,376
09.09.2021 11:00:27
14,400
9ddb0ec6c23199e50add1ea179ed60dbdc6d6251
fix: make clear forbidden vs. unauthenticated
[ { "change_type": "MODIFY", "diff": "@@ -181,6 +181,7 @@ def extract_id_and_owner_from_exp_list(output: str) -> List[Tuple[int, str]]:\n@pytest.mark.e2e_cpu # type: ignore\ndef test_logout(clean_auth: None) -> None:\n+ # Tests fallback to default determined user\ncreds = create_test_user(ADMIN_CREDENTIALS, T...
Python
Apache License 2.0
determined-ai/determined
fix: make clear forbidden vs. unauthenticated [DET-5869] (#2870) DET-5869
1
fix
null
392,551
09.09.2021 11:02:04
-7,200
e18160e2a9a85c4418e807ca98a3f6dcf3ac27e2
chore: update docusaurus to 2.0.0-beta.6
[ { "change_type": "MODIFY", "diff": "\"write-heading-ids\": \"docusaurus write-heading-ids\"\n},\n\"dependencies\": {\n- \"@docusaurus/core\": \"^2.0.0-beta.5\",\n- \"@docusaurus/preset-classic\": \"^2.0.0-beta.5\",\n- \"@docusaurus/theme-live-codeblock\": \"^2.0.0-beta.5\",\n+ \"@docusaurus/core\": \"^2.0.0...
TypeScript
MIT License
mapillary/mapillary-js
chore: update docusaurus to 2.0.0-beta.6
1
chore
null
426,717
09.09.2021 11:06:29
-7,200
e932414e1c9a6f3ca5d3c70b0d11d55a38247d8b
fix: support method names in objects containing a dash
[ { "change_type": "MODIFY", "diff": "@@ -42,6 +42,12 @@ function createReviver(promises: Promise<unknown>[], options?: DeserializeOption\n}\nreturn;\ncase 'Function':\n+ if(value.name.includes('-')) {\n+ const { name } = value;\n+ // eslint-disable-next-line\n+ const placeholder = { [name]: () => {}};\n+ ret...
TypeScript
MIT License
modernweb-dev/web
fix: support method names in objects containing a dash
1
fix
null
366,946
09.09.2021 11:45:28
-32,400
2555a1b79daf76f76065a68463e8d4d0f4ca3718
docs: more
[ { "change_type": "MODIFY", "diff": "-import { storiesOf } from '@storybook/react'\n+import { Story } from '@storybook/react'\nimport { action } from '@storybook/addon-actions'\nimport React, { VFC, useState } from 'react'\nimport styled, { css } from 'styled-components'\n@@ -13,8 +13,6 @@ import { Accordion...
TypeScript
MIT License
kufu/smarthr-ui
docs: more (#1856)
1
docs
null
756,013
09.09.2021 11:49:44
21,600
607ff054136f4161d6a90bfada23a29b6958acdb
refactor(solo): don't use `ag-cosmos-helper` for solo queries
[ { "change_type": "MODIFY", "diff": "@@ -227,42 +227,7 @@ export async function connectToChain(\n};\n// Validate that our chain egress exists.\n- await retryRpcHref(async rpcHref => {\n- const args = ['query', 'swingset', 'egress', clientAddr];\n- const fullArgs = [\n- ...args,\n- `--chain-id=${chainID}`,\n-...
JavaScript
Apache License 2.0
agoric/agoric-sdk
refactor(solo): don't use `ag-cosmos-helper` for solo queries
1
refactor
solo
756,013
09.09.2021 11:56:11
21,600
f2b5ba4bc29ca48e00f32982c713de3ec972e879
fix(deploy): use `@agoric/captp` epochs to mitigate crosstalk
[ { "change_type": "MODIFY", "diff": "@@ -97,8 +97,15 @@ export default async function deployMain(progname, rawArgs, powers, opts) {\nconnected = true;\ntry {\nconsole.debug('Connected to CapTP!');\n- const { dispatch, getBootstrap } = makeCapTP('bundle', obj =>\n- sendJSON(ws, obj),\n+ // Help disambiguate c...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(deploy): use `@agoric/captp` epochs to mitigate crosstalk
1
fix
deploy
756,013
09.09.2021 11:57:30
21,600
a6c7bf8d781d3b2c5350d6b47d61b1ea9293b8d4
fix(wallet): handle solo restarts while deploying wallet backend
[ { "change_type": "MODIFY", "diff": "@@ -25,9 +25,11 @@ export default async function deployWallet(\nfaucet,\nzoe,\n},\n- local: { http, spawner, wallet: oldWallet },\n+ local: { http, spawner, wallet: oldWallet, scratch },\n} = home;\n+ let walletVat = await E(scratch).get('dapp-svelte-wallet/api');\n+ if (...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(wallet): handle solo restarts while deploying wallet backend
1
fix
wallet
756,013
09.09.2021 11:59:42
21,600
d731195b5768017d9c5d158fd9f13da731af3544
fix(chain-config): increase timeouts to prevent RPC EOF errors
[ { "change_type": "MODIFY", "diff": "@@ -14,6 +14,8 @@ export const DEFAULT_MINIMUM_GAS_PRICES = `0${CENTRAL_DENOM}`;\n//\n// 5 seconds is about as fast as we can go without penalising validators.\nexport const BLOCK_CADENCE_S = 5;\n+export const RPC_BROADCAST_TIMEOUT_S = 30;\n+export const RPC_MAX_BODY_BYTE...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(chain-config): increase timeouts to prevent RPC EOF errors
1
fix
chain-config
126,295
09.09.2021 12:07:51
-7,200
ae5b8fd143a672686fe7a5647d43051d1b91befc
chore(embedded/sql): fix primary key supported types error message
[ { "change_type": "MODIFY", "diff": "@@ -38,7 +38,7 @@ var ErrTableAlreadyExists = errors.New(\"table already exists\")\nvar ErrTableDoesNotExist = errors.New(\"table does not exist\")\nvar ErrColumnDoesNotExist = errors.New(\"column does not exist\")\nvar ErrColumnNotIndexed = errors.New(\"column is not ind...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/sql): fix primary key supported types error message Signed-off-by: Michele Meloni <cleaversdev@gmail.com>
1
chore
embedded/sql
126,295
09.09.2021 12:08:20
-7,200
7865357b3786364893177bdd5fdc94b0e430012d
feat(pkg/pgsql/server): add support for flush message
[ { "change_type": "ADD", "diff": "+/*\n+Copyright 2021 CodeNotary, Inc. All rights reserved.\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...
Go
Apache License 2.0
codenotary/immudb
feat(pkg/pgsql/server): add support for flush message Signed-off-by: Michele Meloni <cleaversdev@gmail.com>
1
feat
pkg/pgsql/server
104,828
09.09.2021 12:19:29
-7,200
db8e581de230501144cf447746df5fa743b571fc
fix(combocharthelpers): removed non functional zoom code
[ { "change_type": "MODIFY", "diff": "@@ -13,11 +13,7 @@ import {\n} from '../../utils/cardUtilityFunctions';\nimport { CHART_COLORS } from '../../constants/CardPropTypes';\nimport { formatGraphTick } from '../TimeSeriesCard/timeSeriesUtils';\n-import {\n- CARD_SIZES,\n- TIME_SERIES_TYPES,\n- ZOOM_BAR_ENABLED...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(combocharthelpers): removed non functional zoom code
1
fix
combocharthelpers
104,828
09.09.2021 12:21:27
-7,200
c361741347b1a1902a55057236681a53db71de3c
test(combocharthelpers): increased test coverage
[ { "change_type": "MODIFY", "diff": "@@ -70,6 +70,7 @@ module.exports = {\n'./src/components/TileCatalog/CatalogContent.jsx': all90Covered,\n'./src/components/CardEditor/CardEditForm/CardEditFormItems/ThresholdsFormItem.jsx': all90Covered,\n'./src/components/ImageCard/ImageUploader.jsx': all90Covered,\n+ './...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
test(combocharthelpers): increased test coverage
1
test
combocharthelpers
217,922
09.09.2021 12:24:07
-7,200
a4fced9fae9249d6f9c1551079f28bf78dee8beb
fix(metrics): retainer gil obtained from marketboard should now be tagged as marketboard income
[ { "change_type": "MODIFY", "diff": "@@ -55,7 +55,7 @@ export class AlarmsFacade {\nif (this.regenerating) {\nreturn [null];\n}\n- if (alarms[0] && semver.ltr(alarms[0].appVersion || '6.0.0', '8.5.2')) {\n+ if (environment.production && alarms[0] && semver.ltr(alarms[0].appVersion || '6.0.0', '8.5.2')) {\nth...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(metrics): retainer gil obtained from marketboard should now be tagged as marketboard income
1
fix
metrics
386,584
09.09.2021 12:34:56
-7,200
838f5ea8852cff9f193e3e0a3dfb16b9c7f1da9e
feat(blocksAntd): CheckboxSwitch block has been added.
[ { "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(blocksAntd): CheckboxSwitch block has been added.
1
feat
blocksAntd
777,366
09.09.2021 12:36:44
25,200
bb0fec14271a2e0482f098364ed76292e176bcda
fix: e2e nightly model-hub tests
[ { "change_type": "MODIFY", "diff": "@@ -1975,42 +1975,58 @@ workflows:\nmark: [\"e2e_gpu\"]\nslack-mentions: [\"${SLACK_USER_ID}\"]\n- - request-model-hub-transformers-tests:\n+ - request-transformers-tests:\ntype: approval\nfilters: *upstream-feature-branch\n- test-e2e-aws:\n- name: test-e2e-model-hub-tran...
Python
Apache License 2.0
determined-ai/determined
fix: e2e nightly model-hub tests (#2925)
1
fix
null
386,584
09.09.2021 12:38:39
-7,200
db8c05b0ef546c460f41ab6e7e52de13eb54ff4b
fix(blocksAntd): Added CheckboxSwitch tests.
[ { "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
fix(blocksAntd): Added CheckboxSwitch tests.
1
fix
blocksAntd
386,584
09.09.2021 12:40:02
-7,200
718784920d6e5daa69d30601cd88e7fadd94c5d4
feat(blocksAntd): Added CheckboxSwitch demo example.
[ { "change_type": "ADD", "diff": "+- id: default\n+ type: CheckboxSwitch\n+- id: properties.title\n+ type: CheckboxSwitch\n+ properties:\n+ title: 'properties.title: My CheckboxSwitch Title'\n+- id: 'properties.description-string'\n+ type: CheckboxSwitch\n+ properties:\n+ description: Option 2\n+- id: 'prope...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(blocksAntd): Added CheckboxSwitch demo example.
1
feat
blocksAntd
386,584
09.09.2021 12:44:47
-7,200
cd2ab8c3a87e76d0b61284c60f5f3cfcad98c24f
fix(build): Updated meta locations to include CheckboxSwitch block.
[ { "change_type": "MODIFY", "diff": "@@ -82,6 +82,9 @@ function defaultMetaLocations({ blocksServerUrl }) {\nCheckboxSelector: {\nurl: `${baseUrl}/blocks-antd/meta/CheckboxSelector.json`,\n},\n+ CheckboxSwitch: {\n+ url: `${baseUrl}/blocks-antd/meta/CheckboxSwitch.json`,\n+ },\nCollapse: {\nurl: `${baseUrl}/...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(build): Updated meta locations to include CheckboxSwitch block.
1
fix
build
386,584
09.09.2021 12:45:50
-7,200
905f47edd3ffa252c688d5959d69320a7a42c7bd
fix(build): Updated meta location tests to include CheckboxSwitch.
[ { "change_type": "MODIFY", "diff": "@@ -57,6 +57,9 @@ test('metaLocations default URL', async () => {\nCheckboxSelector: {\nurl: `https://blocks-cdn.lowdefy.com/v${version}/blocks-antd/meta/CheckboxSelector.json`,\n},\n+ CheckboxSwitch: {\n+ url: `https://blocks-cdn.lowdefy.com/v${version}/blocks-antd/meta/...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(build): Updated meta location tests to include CheckboxSwitch.
1
fix
build
386,584
09.09.2021 12:46:43
-7,200
81752aa927f1d6050a290440ca15a87c05f3ea51
feat(docs): Added CheckboxSwitch docs.
[ { "change_type": "ADD", "diff": "+# 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(docs): Added CheckboxSwitch docs.
1
feat
docs
401,147
09.09.2021 12:49:13
-19,080
65c5aae7d8aeefa7ddda3347cdfcfa4ada16dd56
fix: context undefined issue in header nav component in cjs affects:
[ { "change_type": "MODIFY", "diff": "import { layoutDefaultTheme } from '@medly-components/theme';\nimport React, { useContext } from 'react';\n-import Header from '../Header';\n+import HeaderContext from '../Header.context';\nimport { BGOverlay, Container, Content, NavCloseIcon as CloseIcon } from './Nav.st...
TypeScript
MIT License
medly/medly-components
fix: context undefined issue in header nav component in cjs (#414) affects: @medly-components/layout
1
fix
null
902,122
09.09.2021 13:02:26
-7,200
a7528b6232cbd8285b02a288c2505dc84ded883a
chore(release): v9.2.1
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [9.2.1](https://github.com/microlinkhq/browserless/compare/v9.2.0...v9.2.1) (2021-09-09)\n+\n+\n+### Bug Fixes\n+\...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v9.2.1
1
chore
release
217,922
09.09.2021 13:03:16
-7,200
4c2196541e0e069ada9f9bc04e3399656ba89902
chore(release): 8.5.2
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"8.5.2\"></a>\n+## [8.5.2](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compare/...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 8.5.2
1
chore
release
304,864
09.09.2021 13:09:37
25,200
e65d3d67acdf86feda79af39a9ab1483976fa435
feat: make flux-dump-docs use a nested structure for docs Prior to this change the list of all package docs was a flattened list. Now the docs are structured as nested docs where a package doc is a member of its parent.
[ { "change_type": "MODIFY", "diff": "-use flux::docs_json;\n+use flux::nested_json;\nfn main() {\n- let doc = docs_json().unwrap();\n+ let doc = nested_json();\nprintln!(\"{}\", std::str::from_utf8(&doc).unwrap());\n}\n", "new_path": "libflux/flux/src/bin/flux-dump-docs.rs", "old_path": "libflux/flux...
Go
MIT License
influxdata/flux
feat: make flux-dump-docs use a nested structure for docs (#4021) Prior to this change the list of all package docs was a flattened list. Now the docs are structured as nested docs where a package doc is a member of its parent.
1
feat
null
756,039
09.09.2021 13:14:14
25,200
39e5a0ac30f0114ef4de53e93c908f309ca5cb1a
feat(wallet): Add responsive nav menu
[ { "change_type": "MODIFY", "diff": "import Button from 'smelte/src/components/Button';\nimport Dapps from './Dapps.svelte';\nimport Payments from './Payments.svelte';\n- import Issuers from './Issuers.svelte';\n- import Contacts from './Contacts.svelte';\n- import Purses from './Purses.svelte';\n+ import In...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(wallet): Add responsive nav menu
1
feat
wallet
791,690
09.09.2021 13:16:35
18,000
d3a2fa5bf68971c11f970f62d0a79bddb0865764
core(fr): preserve traces on failed page load
[ { "change_type": "MODIFY", "diff": "@@ -35,9 +35,8 @@ const infiniteLoop = {\n'pageLoadError-default': {...NONEMPTY_ARRAY, _fraggleRockOnly: true},\n},\ntraces: {\n- // Fraggle Rock treats traces as regular artifacts which are not collected on error.\n- '_legacyOnly': true,\n- 'pageLoadError-defaultPass': {...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(fr): preserve traces on failed page load (#13027)
1
core
fr
277,286
09.09.2021 13:22:15
-7,200
06042a0aed8a1151dc066422fabe9a6f92bcbcc8
chore: Add Wavegen VSC debug config.
[ { "change_type": "MODIFY", "diff": "\"type\": \"chrome\",\n\"request\": \"launch\",\n\"name\": \"Debug UI\",\n- \"url\": \"http://localhost:3000/tour\",\n+ \"url\": \"http://localhost:3000/demo\",\n\"webRoot\": \"${workspaceFolder}/ui\"\n},\n+ {\n+ \"name\": \"Debug Wavegen\",\n+ \"type\": \"node\",\n+ \"re...
Python
Apache License 2.0
h2oai/wave
chore: Add Wavegen VSC debug config.
1
chore
null
401,147
09.09.2021 13:36:54
-19,080
88a3d0ba121c1333d6ef05b345e6cc04f9dd938d
feat: add font display in font face affects:
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,7 @@ const formatFontFace = (fontFace: FontFaceItem, fontFamily: string) => `\nsrc: ${fontFace.secondarySrc};\nfont-weight: ${fontFace.fontWeight};\nfont-style: ${fontFace.fontStyle};\n- font-display: swap;\n+ font-display: ${fontFace.fontDisplay};\n}`;\nconst ...
TypeScript
MIT License
medly/medly-components
feat: add font display in font face (#415) affects: @medly-components/core, @medly-components/theme
1
feat
null
777,394
09.09.2021 13:52:58
25,200
99940002dc05bbb0735ddad462f5534119269579
fix: kubernetes link with agent user
[ { "change_type": "MODIFY", "diff": "@@ -418,7 +418,6 @@ func (p *pod) createPodSpec(ctx *actor.Context, scheduler string) error {\nCommand: fluentArgs,\nImage: \"fluent/fluent-bit:1.6\",\nImagePullPolicy: configureImagePullPolicy(spec.Environment),\n- SecurityContext: configureSecurityContext(spec.AgentUser...
Python
Apache License 2.0
determined-ai/determined
fix: kubernetes link with agent user [DET-5907] (#2927)
1
fix
null
185,952
09.09.2021 14:03:56
25,200
bc68812049dc2b0ac270bbd8012c17a5138cd53e
build(deps): update Sentry SDK
[ { "change_type": "MODIFY", "diff": "\"@blueprintjs/select\": \"^3.15.0\",\n\"@electron/get\": \"^1.12.4\",\n\"@octokit/rest\": \"^16.43.1\",\n- \"@sentry/electron\": \"^2.3.0\",\n+ \"@sentry/electron\": \"^2.5.3\",\n\"@types/getos\": \"^3.0.1\",\n\"@types/is-running\": \"^2.1.0\",\n\"classnames\": \"^2.2.6\...
TypeScript
MIT License
electron/fiddle
build(deps): update Sentry SDK (#854)
1
build
deps
126,276
09.09.2021 14:14:56
10,800
fed51d698dc45e30a30bff60fe4bcfb45bddf561
fix(embedded/store): error handling when setting offset fails
[ { "change_type": "MODIFY", "diff": "@@ -971,7 +971,10 @@ func (s *ImmuStore) commit(tx *Tx, offsets []int64, ts int64, blTxID uint64) err\n// will overwrite partially written and uncommitted data\ncommittedTxID, committedAlh, committedTxLogSize := s.commitState()\n- s.txLog.SetOffset(committedTxLogSize)\n+ ...
Go
Apache License 2.0
codenotary/immudb
fix(embedded/store): error handling when setting offset fails Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
fix
embedded/store
688,486
09.09.2021 14:16:07
-7,200
7471191f2e7f6e3953e3066d627fc25209dda9c4
fix(picasso): add explicit dependency on debounce Move debounce from devDependencies to dependencies as it's used in production code.
[ { "change_type": "MODIFY", "diff": "\"peerDependencies\": {\n\"@material-ui/core\": \"4.11.0\",\n\"@toptal/picasso\": \"^6\",\n- \"@toptal/picasso-shared\": \"5.0.0\",\n+ \"@toptal/picasso-shared\": \"5.0.1\",\n\"react\": \"^16.12.0\"\n},\n\"devDependencies\": {\n", "new_path": "packages/picasso-charts/...
TypeScript
MIT License
toptal/picasso
fix(picasso): add explicit dependency on debounce (#2161) Move debounce from devDependencies to dependencies as it's used in production code.
1
fix
picasso
791,704
09.09.2021 14:52:15
18,000
b25d0e505f81e8637e072d4caf89ea0d4e60e113
clients: add canonical link to viewer and treemap
[ { "change_type": "MODIFY", "diff": "@@ -15,6 +15,7 @@ Unless required by applicable law or agreed to in writing, software distributed\nhref=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAEhklEQVR4AWJxL/BhIAesev1U5tcflpncgNrKIsqNIwzC9feMpDUzs70kOczMzMzJJcxwCTMzncPMnOwtzBwzMzPb0vRfeZPp...
JavaScript
Apache License 2.0
googlechrome/lighthouse
clients: add canonical link to viewer and treemap (#13032)
1
clients
null
815,585
09.09.2021 15:05:24
-28,800
a9c5d68ce6a4db06c466ce603d6e300942d14e9a
refactor: refactor somking test
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,32 @@ jobs:\nruns-on: [self-hosted,Linux]\nsteps:\n- uses: actions/checkout@v2\n- - name: Download ckb release pkg and copy binary to github workspace\n+ - name: Download&Unzip v0.35.0\n+ run: |\n+ if [ ! -f \"/tmp/ckb_v0.35.0_linux.tar.gz\" ]; then\n+ curl -...
Rust
MIT License
nervosnetwork/ckb
refactor: refactor somking test
1
refactor
null
141,508
09.09.2021 15:15:22
-36,000
726aaa8704e7fc0f80c0d8164f63158d4a8eeb24
fix: Disable event listeners on legacy Edge
[ { "change_type": "MODIFY", "diff": "@@ -28,6 +28,10 @@ export const useMediaQueries = (\n} => {\nconst theme = useTheme()\n+ // The `addEventListener` calls blow up legacy Edge (<= v18/pre chromium),\n+ // so we disable the functionality of updating after page load.\n+ const isLegacyEdge = navigator.userAge...
TypeScript
MIT License
cultureamp/kaizen-design-system
fix: Disable event listeners on legacy Edge (#1945)
1
fix
null
127,956
09.09.2021 15:28:42
-10,800
d70ad005574cc9750fe3c41cc3c93eb5f5b03e37
feat: added info in docs for chip
[ { "change_type": "MODIFY", "diff": "@@ -4,12 +4,29 @@ import { Chip } from '@heathmont/moon-components';\nimport { MediaMusic, SoftwareDownload } from '@heathmont/moon-icons';\nimport Preview from '../../components/codePreview/Preview';\n+import Table from '../../components/Table';\nexport default function ...
TypeScript
MIT License
coingaming/moon-design
feat: added info in docs for chip [B1M2-3877] (#1382) Co-authored-by: Karl Kallavus <karl.kallavus@heathmont.net>
1
feat
null
126,276
09.09.2021 15:33:25
10,800
6f6301788eda850ca2b2aefe896626c094f29431
fix(embedded/sql): suffix endKey when scan over all entries
[ { "change_type": "MODIFY", "diff": "@@ -230,13 +230,22 @@ func keyReaderSpecFrom(e *Engine, table *Table, scanSpecs *ScanSpecs) (spec *sto\n}\n}\n- if desc && !scanSpecs.index.isPrimary() && !scanSpecs.index.unique {\n+ if !scanSpecs.index.isPrimary() && !scanSpecs.index.unique {\n// non-unique index entrie...
Go
Apache License 2.0
codenotary/immudb
fix(embedded/sql): suffix endKey when scan over all entries Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
fix
embedded/sql
679,913
09.09.2021 15:56:23
-7,200
c045a5740c6c1d4ad402e409e39ee858dd9c7548
feat(testament): add/update types, config, cli, docs
[ { "change_type": "MODIFY", "diff": "\"publishConfig\": {\n\"access\": \"public\"\n},\n+ \"browser\": {\n+ \"process\": false,\n+ \"setTimeout\": false\n+ },\n\"files\": [\n\"*.js\",\n\"*.d.ts\"\n", "new_path": "packages/testament/package.json", "old_path": "packages/testament/package.json" }, { ...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(testament): add/update types, config, cli, docs
1
feat
testament
815,577
09.09.2021 16:46:01
-28,800
bdc9c31ce77b08b7384ab118888ee7771b3b4bec
chore: remove heim dep
[ { "change_type": "MODIFY", "diff": "@@ -93,9 +93,9 @@ checksum = \"dabe5a181f83789739c194cbe5a897dde195078fac08568d09221fd6137a7ba8\"\n[[package]]\nname = \"async-trait\"\n-version = \"0.1.41\"\n+version = \"0.1.51\"\nsource = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"b246867b...
Rust
MIT License
nervosnetwork/ckb
chore: remove heim dep
1
chore
null
791,690
09.09.2021 16:55:12
18,000
d5107dd008b86fd9e10cb101aaf2f9f819ab59ff
tests: fix flaky robots smoke failure
[ { "change_type": "MODIFY", "diff": "@@ -114,7 +114,7 @@ class Fetcher {\n* @param {{timeout: number}=} options timeout is in ms\n* @return {Promise<FetchResponse>}\n*/\n- async fetchResource(url, options = {timeout: 500}) {\n+ async fetchResource(url, options = {timeout: 2_000}) {\nif (!this._enabled) {\nth...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests: fix flaky robots smoke failure (#13031)
1
tests
null
730,536
09.09.2021 17:10:59
14,400
aca17e8a390f295451a34682f9f0ad14e2327bd0
docs(plugin-meetings): updated docs with known limitation about remote sharing
[ { "change_type": "MODIFY", "diff": "@@ -1307,6 +1307,22 @@ meeting.on('media:stopped', (media) => {\n}\n```\n+### Event Caveats\n+##### Remote screen share is not displayed if started before participant joins\n+\n+When trying to receive screen share in an application, standard plugin-meeting workflow is as ...
JavaScript
MIT License
webex/webex-js-sdk
docs(plugin-meetings): updated docs with known limitation about remote sharing
1
docs
plugin-meetings
217,922
09.09.2021 17:14:47
-7,200
99bbb8aafbb7aababa5faf9b105584a2f74e6451
fix(log-tracker): fixed duplicate displays in fishing log tracker
[ { "change_type": "MODIFY", "diff": "<div>\n<nz-divider [nzText]=\"'DB.FISH.Tugs' | translate\" nzOrientation=\"left\"></nz-divider>\n<div fxLayout=\"row\" fxLayoutGap=\"10px\" fxLayoutAlign=\"space-between center\" *ngFor=\"let row of tugs$ | async\">\n- <div>{{ 'DB.FISH.TUG.' + row.tug | tugName | translat...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(log-tracker): fixed duplicate displays in fishing log tracker
1
fix
log-tracker
342,861
09.09.2021 17:26:22
-7,200
5c7bb8c0542893277e66c01c8650ffa2213b16d7
fix(Navigation): gradient only on navigation
[ { "change_type": "MODIFY", "diff": "@@ -4,6 +4,16 @@ const StyledDocNavigationWidth = styled.div`\nposition: relative;\nwidth: 22ch;\nheight: 100%;\n+ &::after {\n+ content: \"\";\n+ display: block;\n+ position: absolute;\n+ width: 100%;\n+ height: 52px;\n+ bottom: 0;\n+ pointer-events: none;\n+ background-...
JavaScript
MIT License
kiwicom/orbit
fix(Navigation): gradient only on navigation
1
fix
Navigation
342,861
09.09.2021 17:28:59
-7,200
7ca0f78127d06c5b6ab1c04cb83a45d076c4c800
docs: fix main content shadow
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,7 @@ const StyledMobileOutdent = styled.div`\n> *:last-child {\nflex: 1;\n- margin-bottom: 4rem;\n+ margin-bottom: 3rem;\n}\n`;\n", "new_path": "docs/src/components/DocLayout/primitives/StyledMobileOutdent.tsx", "old_path": "docs/src/components/DocLay...
JavaScript
MIT License
kiwicom/orbit
docs: fix main content shadow
1
docs
null
791,682
09.09.2021 18:06:24
14,400
bdb553a75335f6b7a7fab91df35edf9fccfc2b26
report: add gatherMode option to category score
[ { "change_type": "MODIFY", "diff": "@@ -31,7 +31,8 @@ const SummaryNavigationHeader: FunctionComponent<{url: string}> = ({url}) => {\nconst SummaryCategory: FunctionComponent<{\ncategory: LH.ReportResult.Category|undefined,\nhref: string,\n-}> = ({category, href}) => {\n+ gatherMode: LH.Result.GatherMode,\n...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: add gatherMode option to category score (#13029)
1
report
null