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
815,601
16.09.2021 16:33:20
-28,800
91c49fd629d2034bd9baf62208e084bd75a13000
fix: tx status docs
[ { "change_type": "MODIFY", "diff": "@@ -4181,8 +4181,8 @@ Status for transaction\n* Status \"pending\". The transaction is in the pool, and not proposed yet.\n* Status \"proposed\". The transaction is in the pool and has been proposed.\n* Status \"committed\". The transaction has been committed to the canon...
Rust
MIT License
nervosnetwork/ckb
fix: tx status docs
1
fix
null
386,581
16.09.2021 16:51:25
-7,200
43638035d038e5b4993a2709cf657ae60d10e8be
fix(blockTools): Handle falsey values better in RenderHtml component
[ { "change_type": "MODIFY", "diff": "import React from 'react';\nimport DOMPurify from 'dompurify';\n+import { type } from '@lowdefy/helpers';\nclass RenderHtml extends React.Component {\nconstructor(props) {\n@@ -26,18 +27,17 @@ class RenderHtml extends React.Component {\n}\ncomponentDidMount() {\n- this.di...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(blockTools): Handle falsey values better in RenderHtml component
1
fix
blockTools
386,581
16.09.2021 16:55:38
-7,200
ed321db0733c7266ad597d95ae5205f44fd5a606
chore(blockTools): Rename RenderHtml to HtmlComponent.
[ { "change_type": "RENAME", "diff": "@@ -18,7 +18,7 @@ import React from 'react';\nimport DOMPurify from 'dompurify';\nimport { type } from '@lowdefy/helpers';\n-class RenderHtml extends React.Component {\n+class HtmlComponent extends React.Component {\nconstructor(props) {\nsuper(props);\nthis.div = {\n@@ -...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore(blockTools): Rename RenderHtml to HtmlComponent.
1
chore
blockTools
873,686
16.09.2021 17:00:32
-7,200
f26c481cc5abf275acb4e4a65b462be487708117
feat: export shared util to validate images
[ { "change_type": "MODIFY", "diff": "const LOCATION_1 = {\n- address: 'Platz der Deutschen Einheit 1, 20457 Hamburg, Germany',\n+ address: 'Platz d. Deutschen Einheit 1, 20457 Hamburg, Germany',\nvalue: { lon: 9.98413, lat: 53.54132 },\n};\nconst LOCATION_2 = {\n", "new_path": "cypress/integration/Locati...
TypeScript
MIT License
contentful/field-editors
feat: export shared util to validate images (#846)
1
feat
null
815,601
16.09.2021 17:03:27
-28,800
3920544ae70a7a493a962839f2069b3c4d6748b9
feat: rand sample shrink shard
[ { "change_type": "MODIFY", "diff": "@@ -1319,6 +1319,7 @@ dependencies = [\n\"ckb-verification\",\n\"faketime\",\n\"lru\",\n+ \"rand 0.8.4\",\n\"sentry\",\n\"serde_json\",\n\"tempfile\",\n", "new_path": "Cargo.lock", "old_path": "Cargo.lock" }, { "change_type": "MODIFY", "diff": "@@ -34,...
Rust
MIT License
nervosnetwork/ckb
feat: rand sample shrink shard
1
feat
null
126,276
16.09.2021 17:05:52
10,800
c12a9dfe89389dcd26cb47c74fd10175c0acfe89
test(pkg/integration): stop master server before follower
[ { "change_type": "MODIFY", "diff": "@@ -24,6 +24,7 @@ import (\n\"time\"\n\"github.com/codenotary/immudb/pkg/api/schema\"\n+ \"github.com/codenotary/immudb/pkg/auth\"\nic \"github.com/codenotary/immudb/pkg/client\"\n\"github.com/codenotary/immudb/pkg/server\"\n\"github.com/stretchr/testify/require\"\n@@ -69...
Go
Apache License 2.0
codenotary/immudb
test(pkg/integration): stop master server before follower Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
pkg/integration
386,581
16.09.2021 17:07:46
-7,200
b0c35f7341630c6ab7fb2470d3a3ca1bce1b1f0c
fix(blockTools): Add renderHtml helper function.
[ { "change_type": "MODIFY", "diff": "@@ -24,6 +24,7 @@ import loadWebpackFederatedModule from './loadWebpackFederatedModule';\nimport makeCssClass from './makeCssClass.js';\nimport mediaToCssObject from './mediaToCssObject.js';\nimport mockBlock from './mockBlock';\n+import renderHtml from './renderHtml';\ni...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(blockTools): Add renderHtml helper function.
1
fix
blockTools
217,922
16.09.2021 17:08:38
-7,200
0116c9d007dba0578d541ebbde3762d8f0bf7433
fix(list-details): fixed missing tooltip translation
[ { "change_type": "MODIFY", "diff": "\"Can_skip_buying_entirely\": \"Can skip entirely\",\n\"Can_skip_tooltip\": \"Another item you're buying requires this item, meaning that you can buy less of this one or skip it entirely if you're planning on buying everything in this panel\",\n\"Requirements_ignored\": \...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(list-details): fixed missing tooltip translation
1
fix
list-details
126,276
16.09.2021 17:18:49
10,800
b82b2c833eccef366d0cd0f86f6725712db6fc59
test(pkg/integration): test systemdb and defaultdb replication
[ { "change_type": "MODIFY", "diff": "@@ -155,3 +155,100 @@ func TestReplication(t *testing.T) {\nrequire.Contains(t, err.Error(), \"key not found\")\n})\n}\n+\n+func TestSystemDBAndDefaultDBReplication(t *testing.T) {\n+ //init master server\n+ masterServerOpts := server.DefaultOptions().\n+ WithMetricsServe...
Go
Apache License 2.0
codenotary/immudb
test(pkg/integration): test systemdb and defaultdb replication Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
pkg/integration
386,581
16.09.2021 17:24:19
-7,200
cf85d6ce38ce1fd715d4ae42078b002cc5b5b82e
fix(blocksBasic): Use renamed HtmlComponent in Html block (was RenderHtml)
[ { "change_type": "MODIFY", "diff": "*/\nimport React from 'react';\n-import { blockDefaultProps, RenderHtml } from '@lowdefy/block-tools';\n+import { blockDefaultProps, HtmlComponent } from '@lowdefy/block-tools';\nconst HtmlBlock = ({ blockId, properties, methods }) => (\n- <RenderHtml\n+ <HtmlComponent\nd...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(blocksBasic): Use renamed HtmlComponent in Html block (was RenderHtml)
1
fix
blocksBasic
791,704
16.09.2021 17:28:56
18,000
6b95928efa51dd9b122df0d77ddfef95aeeea13f
misc(build): fix minifyFileTransform stream bug in Node 16
[ { "change_type": "MODIFY", "diff": "@@ -31,10 +31,9 @@ function minifyFileTransform(file) {\ncode += chunk.toString();\nnext();\n},\n- async final(next) {\n- try {\n- const result = await terser.minify(code, {ecma: 2019});\n-\n+ // TODO: when min is Node 16, can just make this function async.\n+ final(next)...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc(build): fix minifyFileTransform stream bug in Node 16 (#13073)
1
misc
build
126,276
16.09.2021 17:36:30
10,800
be3d19d28c9a22eb8fce783380a99daea63641dd
test(pkg/integration): change replication settings
[ { "change_type": "MODIFY", "diff": "@@ -110,6 +110,19 @@ func TestReplication(t *testing.T) {\n// create database as replica in follower server\nerr = followerClient.CreateDatabase(fctx, &schema.DatabaseSettings{\n+ DatabaseName: \"replicateddb\",\n+ Replica: true,\n+ MasterDatabase: \"defaultdb\",\n+ Maste...
Go
Apache License 2.0
codenotary/immudb
test(pkg/integration): change replication settings Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
pkg/integration
791,850
16.09.2021 17:46:40
-10,800
bb314fa9a93f0fd33e680eb32a475036093e9e61
misc: fix typo in lighthouse-treemap/app/src/main.js
[ { "change_type": "MODIFY", "diff": "@@ -801,7 +801,7 @@ class LighthouseTreemap {\n/**\n* Loads report json from gist URL, if valid. Updates page URL with gist id\n- * and loads from github.\n+ * and loads from GitHub.\n* @param {string} urlStr gist URL\n*/\nasync loadFromGistUrl(urlStr) {\n", "new_path...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc: fix typo in lighthouse-treemap/app/src/main.js (#13076)
1
misc
null
126,295
16.09.2021 18:19:05
-7,200
f6cb06e72eab34f2df3cf3c59a1fc3fd44302988
chore(pkg/server): nil tlsConfig on default options
[ { "change_type": "MODIFY", "diff": "@@ -99,7 +99,7 @@ func DefaultOptions() *Options {\nConfig: \"configs/immudb.toml\",\nPidfile: \"\",\nLogfile: \"\",\n- TLSConfig: &tls.Config{},\n+ TLSConfig: nil,\nauth: true,\nMaxRecvMsgSize: 1024 * 1024 * 32, // 32Mb\nNoHistograms: false,\n", "new_path": "pkg/serv...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/server): nil tlsConfig on default options Signed-off-by: Michele Meloni <cleaversdev@gmail.com>
1
chore
pkg/server
126,295
16.09.2021 18:26:20
-7,200
9cf6beea5247aaae4496c0448584cfd3b28cb57f
test(pkg/integration): fix follower client creation
[ { "change_type": "MODIFY", "diff": "@@ -86,7 +86,8 @@ func TestReplication(t *testing.T) {\n// init follower client\nfollowerPort := followerServer.Listener.Addr().(*net.TCPAddr).Port\n- followerClient := ic.DefaultClient().WithOptions(ic.DefaultOptions().WithPort(followerPort))\n+ followerClient, err := ic...
Go
Apache License 2.0
codenotary/immudb
test(pkg/integration): fix follower client creation Signed-off-by: Michele Meloni <cleaversdev@gmail.com>
1
test
pkg/integration
756,029
16.09.2021 18:49:13
25,200
01c833e5a6373fdcf17088a9747b6cef8ad178bb
fix: Increase default initial computrons for Zoe contracts for zip archive support
[ { "change_type": "MODIFY", "diff": "@@ -73,7 +73,7 @@ const makeZoeKit = (\n},\nmeteringConfig = {\nincrementBy: 25_000_000n,\n- initial: 50_000_000n, // executeContract for treasury is 13.5M\n+ initial: 75_000_000n, // executeContract for treasury is 13.5M\nthreshold: 25_000_000n,\nprice: {\nfeeNumerator: ...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix: Increase default initial computrons for Zoe contracts for zip archive support
1
fix
null
277,273
16.09.2021 19:01:35
25,200
366bdab245d104927400909861604e9fdb49ac6b
feat: Add support for streaming/multipart endpoints
[ { "change_type": "ADD", "diff": "+// Copyright 2020 H2O.ai, 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...
Python
Apache License 2.0
h2oai/wave
feat: Add support for streaming/multipart endpoints #1002
1
feat
null
277,273
16.09.2021 19:18:00
25,200
2f07e00188dbc31d56a8c783d4312ede2dea5e82
fix: Remove logging from streaming example
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,7 @@ import cv2\nfrom h2o_wave import app, Q, ui, main\nimport numpy as np\n-frame_count = 240\n+frame_count = 256\ndef create_random_image():\n@@ -33,8 +33,6 @@ async def serve(q: Q):\nt0 = time.time()\n# Update image in a loop\nfor i in range(frame_count):\n-...
Python
Apache License 2.0
h2oai/wave
fix: Remove logging from streaming example
1
fix
null
756,029
16.09.2021 20:56:06
25,200
6d9df0e482c2cae3fd52a06fa166f78e0b44b90d
fix(vats): Fork polycrc for ESM compat with Endo/Zip
[ { "change_type": "MODIFY", "diff": "\"@agoric/store\": \"^0.6.5\",\n\"@agoric/swingset-vat\": \"^0.22.1\",\n\"@agoric/treasury\": \"^0.6.4\",\n- \"@agoric/zoe\": \"^0.19.1\",\n- \"polycrc\": \"^1.1.0\"\n+ \"@agoric/zoe\": \"^0.19.1\"\n},\n\"devDependencies\": {\n\"@agoric/babel-parser\": \"^7.6.4\",\n", ...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(vats): Fork polycrc for ESM compat with Endo/Zip
1
fix
vats
756,013
16.09.2021 21:27:57
21,600
9e02962b7c08d56ea1fe72970f3309998b734767
feat(wallet-backend): attach timestamp and sequence metadata
[ { "change_type": "MODIFY", "diff": "@@ -25,7 +25,7 @@ export default async function deployWallet(\nfaucet,\nzoe,\n},\n- local: { http, spawner, wallet: oldWallet, scratch },\n+ local: { http, localTimerService, spawner, wallet: oldWallet, scratch },\n} = home;\nlet walletVat = await E(scratch).get('dapp-sve...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(wallet-backend): attach timestamp and sequence metadata
1
feat
wallet-backend
777,369
16.09.2021 21:39:17
21,600
451f58730e32a9d5671d7e6b73a7e1761954cb9b
refactor: move ee to oss
[ { "change_type": "MODIFY", "diff": "@@ -10,6 +10,17 @@ import \"protoc-gen-swagger/options/annotations.proto\";\nimport \"determined/log/v1/log.proto\";\nimport \"determined/master/v1/master.proto\";\n+// Describe one SSO provider.\n+message SSOProvider {\n+ option (grpc.gateway.protoc_gen_swagger.options.o...
Python
Apache License 2.0
determined-ai/determined
refactor: move ee to oss [DET-5937] (#2963)
1
refactor
null
667,713
16.09.2021 22:13:06
-28,800
f9e8cf887481e98258381c9f835231be118024df
fix(android): use Number do type conversion
[ { "change_type": "MODIFY", "diff": "@@ -56,9 +56,14 @@ public class UIManagerModule extends HippyNativeModuleBase {\nint len = hippyArray.size();\nfor (int i = 0; i < len; i++) {\nHippyMap nodeArray = hippyArray.getMap(i);\n- int tag = (int) nodeArray.get(ID);\n- int pTag = (int) nodeArray.get(PID);\n- int ...
C++
Apache License 2.0
tencent/hippy
fix(android): use Number do type conversion
1
fix
android
756,013
16.09.2021 22:14:02
21,600
25a0a2f38a8b79c2d18838a3ffc09ee9a7a92edc
refactor(wallet-backend): supply `addMeta` to initIssuer
[ { "change_type": "MODIFY", "diff": "@@ -34,7 +34,7 @@ const makeIssuerTable = () => {\ngetByIssuer: issuerToIssuerRecord.get,\n// `issuerP` may be a promise, presence, or local object. If there's\n// already a record, return it. Otherwise, save the record.\n- initIssuer: async (issuerP, now = undefined) => ...
JavaScript
Apache License 2.0
agoric/agoric-sdk
refactor(wallet-backend): supply `addMeta` to initIssuer
1
refactor
wallet-backend
777,369
16.09.2021 22:17:52
21,600
28cea50a5ba1199f431515c1ae4da71d4b9b86ff
chore: restore saml auth file to match ee version
[ { "change_type": "MODIFY", "diff": "import queryString from 'query-string';\nimport history from 'routes/history';\n+import { clone } from 'utils/data';\nexport const samlUrl = (basePath: string, queries?: string): string => {\nif (!queries) return basePath;\n@@ -11,12 +12,14 @@ type WithRelayState<T> = T &...
Python
Apache License 2.0
determined-ai/determined
chore: restore saml auth file to match ee version (#2967)
1
chore
null
756,013
16.09.2021 22:53:33
21,600
1b4a22b3b494203b924850e7d36fb65c2e339abb
fix(wallet-backend): get tests passing
[ { "change_type": "MODIFY", "diff": "@@ -78,7 +78,6 @@ export function makeWallet({\nlet nowMs;\n// Subscribe to the timer service to update our stamp.\n- assert(localTimerService, 'localTimerService is required');\nif (localTimerService) {\nobserveNotifier(E(localTimerService).makeNotifier(0n, 1000n), {\nup...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(wallet-backend): get tests passing
1
fix
wallet-backend
679,913
16.09.2021 23:18:02
-7,200
b90b4b3f72ec815f881ccab5837f5ac3d9792f5f
refactor(tool): minor updates build-search-index, deploy-example
[ { "change_type": "MODIFY", "diff": "import { ArraySet, MultiTrie } from \"@thi.ng/associative\";\n// @ts-ignore\n-import { serialize } from \"@ygoe/msgpack\";\n+import msgpack from \"@ygoe/msgpack\";\nimport { execSync } from \"child_process\";\nimport { readFileSync, writeFileSync } from \"fs\";\nimport { ...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(tool): minor updates build-search-index, deploy-example
1
refactor
tool
530,385
17.09.2021 01:06:08
-18,000
e0383a6703f9ba4a64de6e4f1d64bd22abaf1b0f
chore: update contributors **Update contributors**! 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": "\"contributions\": [\n\"code\"\n]\n+ },\n+ {\n+ \"login\": \"hassanazharkhan\",\n+ \"name\": \"Hassan Azhar\",\n+ \"avatar_url\": \"https://avatars.githubusercontent.com/u/57677979?v=4\",\n+ \"profile\": \"https://github.com/hassanazharkhan\",\n+ \"contributions\": [\n+ \...
TypeScript
Apache License 2.0
projen/projen
chore: update contributors (#1078) **Update contributors**! --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1
chore
null
530,385
17.09.2021 02:14:32
-18,000
cfeadb8c318bb2c63a48b0f41414b64e923e4775
feat(tsconfig): expose "baseUrl" and "paths" in compilerOptions Added missing props in `TypeScriptCompilerOptions` which are needed to re-map the imports. 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": "@@ -345,6 +345,20 @@ export interface TypeScriptCompilerOptions {\n* Allow default imports from modules with no default export. This does not affect code emit, just typechecking.\n*/\nreadonly allowSyntheticDefaultImports?: boolean;\n+\n+ /**\n+ * Lets you set a base dire...
TypeScript
Apache License 2.0
projen/projen
feat(tsconfig): expose "baseUrl" and "paths" in compilerOptions (#1073) Added missing props in `TypeScriptCompilerOptions` which are needed to re-map the imports. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1
feat
tsconfig
494,363
17.09.2021 07:52:26
-7,200
b704d08382a9059157c2a649872e88943d66a99f
test: fix tests in cmd/serve
[ { "change_type": "MODIFY", "diff": "@@ -112,9 +112,10 @@ func waitToComeAlive(t *testing.T, publicUrl, adminUrl string) {\n}\n}\nreturn nil\n- }),\n+ },\nretry.MaxDelay(time.Second),\n- retry.Attempts(60))\n+ retry.Attempts(60)),\n+ )\n}\nfunc CheckE2EServerOnHTTPS(t *testing.T, publicPort, adminPort int) (...
Go
Apache License 2.0
ory/kratos
test: fix tests in cmd/serve (#1755)
1
test
null
317,646
17.09.2021 08:15:06
-7,200
6bef088b83c5567e92cc157e22311d2ef7a685fe
feat: allow auto hiding of rprompt on Windows
[ { "change_type": "MODIFY", "diff": "@@ -33,11 +33,14 @@ func (e *engine) canWriteRPrompt() bool {\n}\npromptWidth := e.ansi.lenWithoutANSI(prompt)\navailableSpace := consoleWidth - promptWidth\n- if promptWidth > consoleWidth {\n- availableSpace = promptWidth - (promptWidth % consoleWidth)\n+ // spanning mu...
Go
MIT License
jandedobbeleer/oh-my-posh
feat: allow auto hiding of rprompt on Windows
1
feat
null
815,750
17.09.2021 10:13:22
14,400
7699e123c36ef032f61a2ab5af49c9265df471f5
feat: add clearSearchOnAdd to NgSelectConfig
[ { "change_type": "MODIFY", "diff": "@@ -14,4 +14,5 @@ export class NgSelectConfig {\nbindValue: string;\nbindLabel: string;\nappearance = 'underline';\n+ clearSearchOnAdd: boolean;\n}\n", "new_path": "src/ng-select/lib/config.service.ts", "old_path": "src/ng-select/lib/config.service.ts" }, { ...
TypeScript
MIT License
ng-select/ng-select
feat: add clearSearchOnAdd to NgSelectConfig (#1975)
1
feat
null
889,627
17.09.2021 10:27:35
-7,200
6757acfd24b40e8b8258c5a4f9a90164f3a8c1c1
feat(webui): edit series thumbnails
[ { "change_type": "ADD", "diff": "+<template>\n+ <label class=\"drop-zone\" v-cloak @drop.prevent=\"dropHandler\" @dragover.prevent>\n+ <span class=\"file-input\">Choose an image</span> - drag and drop\n+ <input hidden aria-hidden=\"true\" type=\"file\" accept=\"image/*\" multiple @change=\"dropHandler\" >\n...
Kotlin
MIT License
gotson/komga
feat(webui): edit series thumbnails Co-authored-by: Gauthier Roebroeck <gauthier.roebroeck@gmail.com>
1
feat
webui
777,366
17.09.2021 10:44:47
25,200
722b89f1442d453f853bee300221a5a52740cba5
fix: model-hub mmdetection logging
[ { "change_type": "MODIFY", "diff": "@@ -22,9 +22,8 @@ hyperparameters:\n##### Learn more about mmdet configs: https://mmdetection.readthedocs.io/en/latest/tutorials/config.html #####\n##### You can specify gradient clipping with below #####\noptimizer_config._delete_: true\n- optimizer_config.grad_clip.max_...
Python
Apache License 2.0
determined-ai/determined
fix: model-hub mmdetection logging (#2964)
1
fix
null
306,320
17.09.2021 10:47:30
-3,600
c510e169e99599a26ecac54a2a524ddd712ca0db
refactor: use struct methods instead of functions
[ { "change_type": "MODIFY", "diff": "@@ -35,7 +35,7 @@ func NewDynamoDBTable(d *schema.ResourceData, u *schema.UsageData) *schema.Resou\nwriteCapacity = cfr.ProvisionedThroughput.WriteCapacityUnits\n}\n- args := &aws.DynamoDbTableArguments{\n+ a := &aws.DynamoDBTable{\nAddress: d.Address,\nRegion: region,\nB...
Go
Apache License 2.0
infracost/infracost
refactor: use struct methods instead of functions
1
refactor
null
902,122
17.09.2021 10:54:16
-7,200
30f2e6908531a1300cd5e35eda095fa07d33cb9b
chore(release): v9.2.2
[ { "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.2](https://github.com/microlinkhq/browserless/compare/v9.2.1...v9.2.2) (2021-09-17)\n+\n+**Note:** Version bu...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v9.2.2
1
chore
release
873,686
17.09.2021 10:56:17
-7,200
7ce8f7de8ee84b03a7db7f042a818728348c976b
refactor: use util from shared package to validate image type
[ { "change_type": "MODIFY", "diff": "@@ -9,8 +9,7 @@ import {\nIcon,\n} from '@contentful/forma-36-react-components';\nimport { ContentType, Entry, File } from '../../types';\n-import { isValidImage } from '../../utils/isValidImage';\n-import { entityHelpers } from '@contentful/field-editor-shared';\n+import...
TypeScript
MIT License
contentful/field-editors
refactor: use util from shared package to validate image type (#848)
1
refactor
null
386,581
17.09.2021 11:02:54
-7,200
a765be4395c315f90b31680d3a914e8ac6f2a5ae
fix(blocksBasic): Handle none type values in DangerousHtml block
[ { "change_type": "MODIFY", "diff": "<script>\nalert('script tag');\n</script>\n+- id: properties.html is number 0\n+ type: DangerousHtml\n+ properties:\n+ html: 0\n+- id: properties.html is boolean false\n+ type: DangerousHtml\n+ properties:\n+ html: false\n", "new_path": "packages/blocks/blocksBasic/de...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(blocksBasic): Handle none type values in DangerousHtml block
1
fix
blocksBasic
667,713
17.09.2021 11:15:44
-28,800
72e49edd53830d430f1e9eaba423927c32327c18
fix(android): linearGradient needs >= 2 number of colors
[ { "change_type": "MODIFY", "diff": "@@ -359,7 +359,7 @@ public class BackgroundDrawable extends BaseDrawable\nint oppositeDegree = getOppositeAngle();\ncalculategradientAngle(oppositeDegree);\n- if (gradientAngle == Integer.MAX_VALUE || gradientColors == null || gradientColors.length == 0) {\n+ if (gradient...
C++
Apache License 2.0
tencent/hippy
fix(android): linearGradient needs >= 2 number of colors
1
fix
android
401,147
17.09.2021 11:26:40
-19,080
e00c89e42d778068b132944cab9771009863b883
fix: validation meesage issue in DateRangePicker component * fix: validation meesage issue in DateRangePicker component affects: * fix: remove unused variable affects:
[ { "change_type": "MODIFY", "diff": "@@ -18,6 +18,7 @@ export const CssBaseline = createGlobalStyle`\nheight: 100%;\nwidth: 100%;\nfont-size: 62.5%;\n+ scroll-behavior: smooth;\n}\nbody {\nmargin: 0;\n", "new_path": "packages/core/src/components/CssBaseline/CssBaseline.styled.tsx", "old_path": "packa...
TypeScript
MIT License
medly/medly-components
fix: validation meesage issue in DateRangePicker component (#427) * fix: validation meesage issue in DateRangePicker component affects: @medly-components/core * fix: remove unused variable affects: @medly-components/core
1
fix
null
276,951
17.09.2021 11:32:59
10,800
5e91bff63b09aaa0eee264a01589ab34c62d2eaa
fix(icons): update icon close
[ { "change_type": "MODIFY", "diff": "-<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" xmlns=\"http://www.w3.org/2000/svg\">\n-<path d=\"M8.85355 3.85355C9.04882 3.65829 9.04882 3.34171 8.85355 3.14645C8.65829 2.95118 8.34171 2.95118 8.14645 3.14645L6.00002 5.29287L3.8536 3.14645C3.65834 2.95118 3.34175...
JavaScript
MIT License
gympass/yoga
fix(icons): update icon close
1
fix
icons
126,276
17.09.2021 11:34:22
10,800
21a389c676e6fb99630ff7a0e86c1de1e80fc2e8
fix(embedded/sql): exclude length from maxKey
[ { "change_type": "MODIFY", "diff": "@@ -908,11 +908,11 @@ func maxKeyValOf(colType SQLValueType) []byte {\nswitch colType {\ncase BooleanType:\n{\n- return maxKeyVal[:EncLenLen+1]\n+ return maxKeyVal[:1]\n}\ncase IntegerType:\n{\n- return maxKeyVal[:EncLenLen+8]\n+ return maxKeyVal[:8]\n}\n}\nreturn maxKeyV...
Go
Apache License 2.0
codenotary/immudb
fix(embedded/sql): exclude length from maxKey Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
fix
embedded/sql
276,962
17.09.2021 11:46:08
10,800
35c5cef98a2831028347609872dbfa47e90b30ac
feat(text): add system props to text component
[ { "change_type": "MODIFY", "diff": "import React from 'react';\nimport styled from 'styled-components';\nimport { oneOf, bool } from 'prop-types';\n+import { system } from '@gympass/yoga-system';\nimport textStyle from '../textStyle';\nconst styledText = type => styled.Text`\n${textStyle(type)}\n+ ${system}...
JavaScript
MIT License
gympass/yoga
feat(text): add system props to text component
1
feat
text
277,277
17.09.2021 11:55:54
-7,200
15d05d971bdf275d42e97b53de50a6447a66e343
feat: Persona form component.
[ { "change_type": "ADD", "diff": "+# Form / Persona\n+# Create an individual's persona or avatar, a visual representation of a person across products.\n+# #form\n+# ---\n+from h2o_wave import main, app, Q, ui\n+\n+\n+@app('/demo')\n+async def serve(q: Q):\n+ if q.args.persona:\n+ q.page['example'].items = [\...
Python
Apache License 2.0
h2oai/wave
feat: Persona form component. #970 (#983)
1
feat
null
266,154
17.09.2021 12:30:34
25,200
92fb297f26cd65a1e8da31203c36962fa90aa4c1
fix(owl-bot): Increase circuit breaker This should ease the pain for certain jobs that may require multiple, repeated owl-bot jobs
[ { "change_type": "MODIFY", "diff": "@@ -491,12 +491,12 @@ async function hasOwlBotLoop(\n// by the post-processor one after another, this indicates that we're\n// potentially looping, e.g., flip flopping a date between 2020 and 2021.\n//\n- // It's okay to have 2 commits from Owl-Bot in a row, e.g., a commi...
TypeScript
Apache License 2.0
googleapis/repo-automation-bots
fix(owl-bot): Increase circuit breaker (#2529) This should ease the pain for certain jobs that may require multiple, repeated owl-bot jobs
1
fix
owl-bot
126,295
17.09.2021 12:42:18
-7,200
8a83be44c5a2fc646e3ef13469787440e8ebe99d
fix(pkg/stdlib): fix driver connection releasing
[ { "change_type": "MODIFY", "diff": "@@ -96,9 +96,11 @@ func (c Connector) Connect(ctx context.Context) (driver.Conn, error) {\n}\ncn = &Conn{\n+ name: name,\nconn: conn,\noptions: c.cliOptions,\nToken: resp.Token,\n+ driver: c.driver,\n}\n}\n@@ -129,14 +131,22 @@ func (d *Driver) OpenConnector(name string) ...
Go
Apache License 2.0
codenotary/immudb
fix(pkg/stdlib): fix driver connection releasing Signed-off-by: Michele Meloni <cleaversdev@gmail.com>
1
fix
pkg/stdlib
126,295
17.09.2021 12:43:12
-7,200
16dbf82c9aa7400ba7560fb94295551cfdd07b57
chore(pkg/stdlib): increase code coverage and fix blob results scan
[ { "change_type": "MODIFY", "diff": "@@ -20,6 +20,7 @@ import (\n\"context\"\n\"database/sql\"\n\"database/sql/driver\"\n+ \"fmt\"\n\"github.com/codenotary/immudb/pkg/api/schema\"\n\"github.com/codenotary/immudb/pkg/client\"\n\"google.golang.org/grpc/metadata\"\n@@ -298,7 +299,7 @@ func (r *Rows) Next(dest [...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/stdlib): increase code coverage and fix blob results scan Signed-off-by: Michele Meloni <cleaversdev@gmail.com>
1
chore
pkg/stdlib
603,467
17.09.2021 12:52:58
-3,600
d1a6df0c0f6d04bec1d2865960f84f383bde773d
docs(website): huge thanks to for becoming a GitHub sponsor of Serenity/JS!
[ { "change_type": "MODIFY", "diff": "@@ -27,13 +27,17 @@ Thank you! Your support helps us implement new features, write documentation and\n<a href=\"https://github.com/daydreamman\" target=\"_blank\" title=\"@daydreamman\"><img height=\"60\" width=\"60\" alt=\"@daydreamman\" src=\"https://avatars3.githubuser...
TypeScript
Apache License 2.0
serenity-js/serenity-js
docs(website): huge thanks to @etavela for becoming a GitHub sponsor of Serenity/JS!
1
docs
website
217,922
17.09.2021 13:01:57
-7,200
0d26154486de0bbed4e38e373e1f37e695f846ba
fix(alarms): better weather and transitions system
[ { "change_type": "MODIFY", "diff": "@@ -308,8 +308,13 @@ export class AlarmsFacade {\nreturn timeBeforeA < timeBeforeB ? -1 : 1;\n});\nif (alarm.weathers && alarm.weathers?.length > 0) {\n+ const spawn = this.findWeatherSpawnCombination(alarm, sortedSpawns, etime.getTime());\n+ if (spawn === null) {\n+ cons...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(alarms): better weather and transitions system
1
fix
alarms
386,595
17.09.2021 13:02:18
-7,200
77380a9fcc10c8ea8cac3165545952e97a48e1f4
feat(blocksAntd): Add direction and wrap to CheckboxSelector. Dependant antd version update,
[ { "change_type": "MODIFY", "diff": "type: CheckboxSelector\nproperties:\noptions:\n- - Option 1\n- - Option 2\n+ - Option One\n+ - Option Two\n+ - Option Three\n+ - Option Four\n+ - Option Five\n+ - Option Six\n+ - Option Seven\n+ - Option Eight\n+ - Option Nine\n+ - Option Ten\n- id: 'properties.options-nu...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(blocksAntd): Add direction and wrap to CheckboxSelector. Dependant antd version update, #518
1
feat
blocksAntd
217,922
17.09.2021 13:02:59
-7,200
b74b1c0bc877ba8088ea6c8fa3cb467debcc60b2
fix(baits): removed undefined tugs
[ { "change_type": "MODIFY", "diff": "@@ -75,7 +75,7 @@ export class WeatherService {\n}\ntry {\n- return this.getNextWeatherStart(mapId, weatherId, this.nextWeatherTime(timestamp), transition, spawns, duration, weatherRate, iterations + 1);\n+ return this.getNextWeatherStart(mapId, weatherId, this.getNextDif...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(baits): removed undefined tugs
1
fix
baits
942,581
17.09.2021 13:12:05
21,600
0d998e39f1416c3330bc1c500b50642f40a22e93
chore: Update pull request template Adding a commit summary section for future release automation. The `Category` section is important for release note categorization. `Notes` section is used in release notes to call attention for people upgrading. `BREAKING CHANGES` is added to show where it should go.
[ { "change_type": "MODIFY", "diff": "-<!-- Thank you for your pull request, please provide a brief summary of what this introduces (mandatory). Please point out any code that may be non-obvious to reviewers by using comments. -->\n-\n-<!-- Make sure that you've linted your files, written and run unit tests, ...
TypeScript
Apache License 2.0
workday/canvas-kit
chore: Update pull request template (#1268) Adding a commit summary section for future release automation. The `Category` section is important for release note categorization. `Notes` section is used in release notes to call attention for people upgrading. `BREAKING CHANGES` is added to show where it should go.
1
chore
null
217,922
17.09.2021 13:13:14
-7,200
700f14fac97fea0b36a567b563c4e7ec6ebde99c
fix(db): removed giant snagging icon that could sometimes appear on fishing maps
[ { "change_type": "MODIFY", "diff": "<ng-container *ngIf=\"node.baits !== undefined\" fxLayout=\"row\" fxLayoutGap=\"5px\" fxLayoutAlign=\"flex-start center\">\n<app-fishing-bait [baits]=\"node.baits\" flex=\"row\"></app-fishing-bait>\n</ng-container>\n- <img *ngIf=\"node.snagging\" [nzTooltipTitle]=\"'GATHE...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(db): removed giant snagging icon that could sometimes appear on fishing maps
1
fix
db
386,595
17.09.2021 13:13:21
-7,200
06d9d31954795d83b01f7d151d2e1d70477056f0
feat(blocksAntd): Add align property to CheckboxSelector.
[ { "change_type": "MODIFY", "diff": "\"type\": \"object\",\n\"additionalProperties\": false,\n\"properties\": {\n+ \"align\": {\n+ \"type\": \"string\",\n+ \"enum\": [\"start\", \"end\", \"center\", \"baseline\"],\n+ \"default\": \"start\",\n+ \"description\": \"Align options.\"\n+ },\n\"color\": {\n\"type\"...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(blocksAntd): Add align property to CheckboxSelector.
1
feat
blocksAntd
104,844
17.09.2021 13:22:53
14,400
b04ae7096af70c4a38e9e2e2b668eb7b9d3bcf10
chore(test-app): fix paths to resources
[ { "change_type": "MODIFY", "diff": "@@ -45,12 +45,15 @@ jobs:\n- name: Run build\nif: steps.changes.outputs.react == 'true'\n- run: yarn build\n+ run: |\n+ cd packages/react\n+ yarn build\n- name: Archive build artifacts\nif: ${{ success() }} && steps.changes.outputs.react == 'true'\nuses: actions/upload-ar...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(test-app): fix paths to resources
1
chore
test-app
276,951
17.09.2021 13:26:37
10,800
48801219332b9f8a1d7377f4d233fcc8fb23272c
fix(icons): remove fill on svg and path
[ { "change_type": "MODIFY", "diff": "-<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n-<path d=\"M9.80468 3.13807C10.065 2.87772 10.065 2.45561 9.80468 2.19526C9.54433 1.93491 9.12222 1.93491 8.86188 2.19526L6 5.05716L3.13812 2.19526C2.87778 1.93491 ...
JavaScript
MIT License
gympass/yoga
fix(icons): remove fill on svg and path
1
fix
icons
386,595
17.09.2021 13:31:38
-7,200
49e20a461935253058a46538aad92f56dd39c36d
feat(blocksAntd): Add align, direction and wrap properties to RadioSelector. Dependant on
[ { "change_type": "MODIFY", "diff": "type: RadioSelector\nproperties:\noptions:\n- - Option 1\n- - Option 2\n+ - Option One\n+ - Option Two\n+ - Option Three\n+ - Option Four\n+ - Option Five\n+ - Option Six\n+ - Option Seven\n+ - Option Eight\n+ - Option Nine\n+ - Option Ten\n- id: 'properties.options-numbe...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(blocksAntd): Add align, direction and wrap properties to RadioSelector. Dependant on #518
1
feat
blocksAntd
386,595
17.09.2021 13:33:05
-7,200
bbb7fa8475d6f54b0fa3cca3570e83b008afae1f
chore(blocksAntd): Add tests for align on CheckboxSelector.
[ { "change_type": "MODIFY", "diff": "- Option Eight C\n- Option Nine C\n- Option Ten C\n+- id: 'properties.align: start'\n+ type: CheckboxSelector\n+ properties:\n+ align: start\n+ options:\n+ - '<div>Some main text</div><div style=\"font-size: 6px;\">Some small subtext</div>'\n+ - '<div style=\"color: green...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore(blocksAntd): Add tests for align on CheckboxSelector.
1
chore
blocksAntd
306,652
17.09.2021 13:55:06
-19,080
e0f37b99fd52aaca2b4e035c71ad8398119e5254
test(inputmask): adds test cases
[ { "change_type": "MODIFY", "diff": "@@ -214,10 +214,7 @@ export const InputMask = React.forwardRef<HTMLInputElement, InputMaskProps>((pro\nconst newValue = maskedVal.slice(0, mask.length).join('');\nwindow.requestAnimationFrame(() => setCursorPosition(cursorPosition));\n- if (\n- Utils.validators.isValid(va...
TypeScript
MIT License
innovaccer/design-system
test(inputmask): adds test cases
1
test
inputmask
104,844
17.09.2021 13:55:20
14,400
cb50b8b1dd1158e879095fa70e1e80bfc458a4f6
chore(test-app): had to create directories to store artifacts
[ { "change_type": "MODIFY", "diff": "@@ -143,6 +143,7 @@ jobs:\n- name: Copy, combine, and report coverage\nrun: |\n+ mkdir packages/react/jest/coverage packages/react/cypress/coverage\nmv jest-coverage/coverage-final.json packages/react/jest/coverage/coverage-final.json\nmv cypress-coverage/coverage-final.j...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(test-app): had to create directories to store artifacts
1
chore
test-app
873,686
17.09.2021 14:11:50
-7,200
142472b57fc1ca2843dd414c5320fdb5b5b11e62
feat: add shortenStorageUnit util to shared
[ { "change_type": "MODIFY", "diff": "@@ -34,4 +34,6 @@ export { ConstraintsUtils };\nexport { isValidImage } from './utils/isValidImage';\n+export { shortenStorageUnit, toLocaleString } from './utils/shortenStorageUnit';\n+\nexport { Entry, File, Asset } from './typesEntity';\n", "new_path": "packages/_s...
TypeScript
MIT License
contentful/field-editors
feat: add shortenStorageUnit util to shared (#852)
1
feat
null
126,295
17.09.2021 14:17:02
-7,200
b3c647ce8218b550b3b570b3db186d359d8f97b7
test(pkg/stdlib): add test with nil values queries
[ { "change_type": "MODIFY", "diff": "@@ -426,6 +426,5 @@ func RenderValue(op interface{}) interface{} {\nreturn v.Bs\n}\n}\n-\nreturn []byte(fmt.Sprintf(\"%v\", op))\n}\n", "new_path": "pkg/stdlib/sql.go", "old_path": "pkg/stdlib/sql.go" }, { "change_type": "MODIFY", "diff": "@@ -18,6 +18...
Go
Apache License 2.0
codenotary/immudb
test(pkg/stdlib): add test with nil values queries Signed-off-by: Michele Meloni <cleaversdev@gmail.com>
1
test
pkg/stdlib
276,962
17.09.2021 14:17:25
10,800
d500cab7b9141936c646335ed028a67cc0361ea8
refactor: fix some tests that broke after adding system props to text component
[ { "change_type": "MODIFY", "diff": "@@ -12,9 +12,8 @@ describe('<Box />', () => {\np=\"small\"\nborderRadius=\"small\"\ncolor=\"feedback.success.dark\"\n- as={Text}\n>\n- Making wellbeing universal\n+ <Text>Making wellbeing universal</Text>\n</Box>\n</ThemeProvider>,\n);\n", "new_path": "packages/yoga/s...
JavaScript
MIT License
gympass/yoga
refactor: fix some tests that broke after adding system props to text component
1
refactor
null
777,396
17.09.2021 14:34:17
21,600
2c4f97e096e6030f36bde2e2e0a6103120d89026
chore: fix returning nil error
[ { "change_type": "MODIFY", "diff": "@@ -772,7 +772,7 @@ func (a *apiServer) AllocationRendezvousInfo(\nselect {\ncase rsp := <-w.C:\nif rsp.Err != nil {\n- return nil, err\n+ return nil, rsp.Err\n}\nreturn &apiv1.AllocationRendezvousInfoResponse{RendezvousInfo: rsp.Info}, nil\ncase <-ctx.Done():\n", "ne...
Python
Apache License 2.0
determined-ai/determined
chore: fix returning nil error (#2972)
1
chore
null
877,015
17.09.2021 14:34:54
-7,200
9597f4d9b661834470c63726e2667bf70dbba663
refactor(@vtmn/css-snackbar): add content CSS class
[ { "change_type": "MODIFY", "diff": "if (snackbar === 'vtmn-snackbar-1') {\ndocument.body.lastChild.innerHTML =\n- '<div id=\"vtmn-snackbar-1\" class=\"vtmn-snackbar\">This is the description of a snackbar<button id=\"btn-dismiss\" class=\"vtmn-btn vtmn-btn_variant--secondary vtmn-btn_size--small\">Button</b...
JavaScript
Apache License 2.0
decathlon/vitamin-web
refactor(@vtmn/css-snackbar): add content CSS class
1
refactor
@vtmn/css-snackbar
777,396
17.09.2021 14:41:46
21,600
fbb3294d8a7b4bf0502491f55f6f921eef99a131
chore: rework tensorboard and checkpoint gc paths Make the tensorboard and checkpoint gc applications to not rely on the working directory whatsoever. Let tensorboard use /run/determined/tensorboard, and let checkpoint gc use /run/determined/checkpoint_gc, the way trials use /run/determined/trial.
[ { "change_type": "MODIFY", "diff": "-import json\nimport os\nimport subprocess\nimport sys\n@@ -9,9 +8,12 @@ import boto3\nimport requests\n-def set_s3_region(bucket: str) -> None:\n- endpoint_url = os.environ.get(\"DET_S3_ENDPOINT\", None)\n+def set_s3_region() -> None:\n+ bucket = os.environ.get(\"AWS_BUC...
Python
Apache License 2.0
determined-ai/determined
chore: rework tensorboard and checkpoint gc paths (#2948) Make the tensorboard and checkpoint gc applications to not rely on the working directory whatsoever. Let tensorboard use /run/determined/tensorboard, and let checkpoint gc use /run/determined/checkpoint_gc, the way trials use /run/determined/trial.
1
chore
null
141,508
17.09.2021 14:51:11
-36,000
c45f639872fa6d4d3c2b3c9c1256235760c0fadf
feat: Change defaultTheme to Heart
[ { "change_type": "MODIFY", "diff": "@@ -65,7 +65,7 @@ exports[`<Illustration /> Scene EmptyStatesAction should exist and render an alt\n<img\nalt=\"My accessible title\"\nclass=\" wrapper\"\n- src=\"https://d1e7r7b0lb8p4d.cloudfront.net/illustrations/scene/empty-states-action.svg\"\n+ src=\"https://d1e7r7b0...
TypeScript
MIT License
cultureamp/kaizen-design-system
feat: Change defaultTheme to Heart (#1957)
1
feat
null
104,844
17.09.2021 14:53:40
14,400
96dfdeb167f42758282d760d6d38aacfa89329f3
chore(test-app): add -p flag to create dir as needed
[ { "change_type": "MODIFY", "diff": "@@ -143,7 +143,7 @@ jobs:\n- name: Copy, combine, and report coverage\nrun: |\n- mkdir packages/react/jest/coverage packages/react/cypress/coverage\n+ mkdir -p packages/react/jest/coverage packages/react/cypress/coverage\nmv jest-coverage/coverage-final.json packages/reac...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(test-app): add -p flag to create dir as needed
1
chore
test-app
276,962
17.09.2021 15:04:09
10,800
84785bde0a40fd35823c76322c03fdc5381622ee
docs(text): add the system reference at props section
[ { "change_type": "MODIFY", "diff": "+import { Link as GatsbyLink } from 'gatsby';\n+\n### Usage\n```javascript type=expo\n### Props\n+The Text component also has support for system props as you can see more details <GatsbyLink to=\"/system/getting-started\">our system</GatsbyLink>\n+\n<PropsTable component=...
JavaScript
MIT License
gympass/yoga
docs(text): add the system reference at props section
1
docs
text
276,962
17.09.2021 15:08:29
10,800
e5b157b491902ff5492dc94750c1e9d1ef54300e
feat(prop-types): add deprecated prop type validation
[ { "change_type": "MODIFY", "diff": "import HiddenInput from './HiddenInput';\n-import { limitChildren, typeOf, charLength, max } from './propTypes';\n+import {\n+ limitChildren,\n+ typeOf,\n+ charLength,\n+ max,\n+ deprecated,\n+} from './propTypes';\n-export { HiddenInput, limitChildren, typeOf, charLength...
JavaScript
MIT License
gympass/yoga
feat(prop-types): add deprecated prop type validation
1
feat
prop-types
276,962
17.09.2021 15:09:53
10,800
bfb84fcc9d9890997f1a7a28f6444272caf0efc9
chore(text): add deprecated to text variant prop
[ { "change_type": "MODIFY", "diff": "@@ -3,6 +3,7 @@ import styled from 'styled-components';\nimport { oneOf, bool } from 'prop-types';\nimport { system } from '@gympass/yoga-system';\nimport textStyle from '../textStyle';\n+import { deprecated } from '../../shared';\nconst styledText = type => styled.Text`\...
JavaScript
MIT License
gympass/yoga
chore(text): add deprecated to text variant prop
1
chore
text
276,989
17.09.2021 15:14:56
10,800
ea4c1b3079459086512499faeb62e491eb839cb9
refactor(progress): changing Spacing to systemSpacing
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ import {\nelevation,\npositions,\ndisplay,\n- spacing as Spacing,\n+ spacing as systemSpacing,\n} from '@gympass/yoga-system';\nimport { charLength } from '../../shared';\n@@ -35,7 +35,7 @@ const ProgressWrapper = styled.View`\n${elevation}\n${positions}\n...
JavaScript
MIT License
gympass/yoga
refactor(progress): changing Spacing to systemSpacing
1
refactor
progress
126,295
17.09.2021 15:15:14
-7,200
9e6977b99056b683c03d603a819a85dd4aba9e68
chore(pkg/stdlib): remove pinger interface implementation and increase code coverage
[ { "change_type": "MODIFY", "diff": "@@ -224,18 +224,6 @@ func (c *Conn) QueryContext(ctx context.Context, query string, argsV []driver.Na\nreturn &Rows{conn: c, rows: queryResult.Rows}, nil\n}\n-func (c *Conn) Ping(ctx context.Context) error {\n- if !c.conn.IsConnected() {\n- return driver.ErrBadConn\n- }\n...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/stdlib): remove pinger interface implementation and increase code coverage Signed-off-by: Michele Meloni <cleaversdev@gmail.com>
1
chore
pkg/stdlib
386,581
17.09.2021 15:22:04
-7,200
98a8b71ff2ef961ccfcb8b94e115b4162881dd38
fix(docs): Update CLI npm install docs.
[ { "change_type": "MODIFY", "diff": "@@ -38,7 +38,15 @@ _ref:\nnpx lowdefy@version <command>\n```\n- Alternative, you can install the CLI globally or to a npm project (with a `package.json` file) via npm. The CLI can then be used using `lowdefy` as the executable name:\n+ Alternative, you can install the CLI...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(docs): Update CLI npm install docs.
1
fix
docs
386,581
17.09.2021 15:22:27
-7,200
cf5c406da6d0c1f53e23d0a1d2b802c89f29db44
fix(cli): Add readme to CLI package.
[ { "change_type": "ADD", "diff": "+# Lowdefy CLI\n+\n+The Lowdefy CLI is used to develop a Lowdefy app locally, and to build Lowdefy apps for deployment.\n+\n+We recommend running the CLI using `npx`, to always use the latest version:\n+\n+```\n+npx lowdefy@latest <command>\n+```\n+\n+or, to use a specific v...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(cli): Add readme to CLI package.
1
fix
cli
276,962
17.09.2021 15:26:05
10,800
05742b023d125b1a1b9ecdbb093994c49a74e879
docs(text): fix typo at props section text
[ { "change_type": "MODIFY", "diff": "@@ -37,6 +37,6 @@ import { Link as GatsbyLink } from 'gatsby';\n### Props\n-The Text component also has support for system props as you can see more details <GatsbyLink to=\"/system/getting-started\">our system</GatsbyLink>\n+Text component also has support for system pro...
JavaScript
MIT License
gympass/yoga
docs(text): fix typo at props section text
1
docs
text
791,282
17.09.2021 15:28:12
25,200
81fda19b595a4fab7d2ff322d8524d2c7aced16e
chore(storage): skip CancelWriteGRPC test Skips test mentioned in and improves logging in the test.
[ { "change_type": "MODIFY", "diff": "@@ -1104,6 +1104,7 @@ func TestIntegration_SimpleWriteGRPC(t *testing.T) {\n}\nfunc TestIntegration_CancelWriteGRPC(t *testing.T) {\n+ t.Skip(\"https://github.com/googleapis/google-cloud-go/issues/4772\")\nctx := context.Background()\n// Create an HTTP client to verify te...
Go
Apache License 2.0
googleapis/google-cloud-go
chore(storage): skip CancelWriteGRPC test (#4773) Skips test mentioned in #4772 and improves logging in the test.
1
chore
storage
711,597
17.09.2021 15:42:10
-7,200
ddc2b0a16ff56d750b21707503b7388f4d253b73
fix(admin-ui): Use correct order total on Customer detail page
[ { "change_type": "MODIFY", "diff": "@@ -5541,7 +5541,7 @@ export type GetCustomerQuery = { customer?: Maybe<(\n& Pick<OrderList, 'totalItems'>\n& { items: Array<(\n{ __typename?: 'Order' }\n- & Pick<Order, 'id' | 'code' | 'state' | 'total' | 'currencyCode' | 'updatedAt'>\n+ & Pick<Order, 'id' | 'code' | 'st...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(admin-ui): Use correct order total on Customer detail page
1
fix
admin-ui
67,494
17.09.2021 15:47:27
-7,200
7b41c7b66d75cdcf7285178e02dd35e27476eacd
fix(router): handle url fragment properly
[ { "change_type": "MODIFY", "diff": "@@ -109,11 +109,17 @@ export class BrowserViewerStore implements INavigatorStore, INavigatorViewer, Ev\n*/\npublic get viewerState(): NavigatorViewerState {\nconst { pathname, search, hash } = this.location;\n+ const instruction = (this.options.useUrlFragmentHash ?? false...
TypeScript
MIT License
aurelia/aurelia
fix(router): handle url fragment properly
1
fix
router
317,896
17.09.2021 15:48:00
14,400
f412ef66444deddfba489016a6dcb1d7ab50fe75
feat: allow for custom text in place of shell names
[ { "change_type": "MODIFY", "diff": "@@ -18,7 +18,13 @@ Show the current shell name (ZSH, powershell, bash, ...).\n\"foreground\": \"#ffffff\",\n\"background\": \"#0077c2\",\n\"properties\": {\n- \"prefix\": \" \\uFCB5 \"\n+ \"mapped_shell_names\": {\n+ \"pwsh\": \"PS\"\n+ }\n}\n}\n```\n+\n+## Properties\n+\...
Go
MIT License
jandedobbeleer/oh-my-posh
feat: allow for custom text in place of shell names
1
feat
null
777,401
17.09.2021 16:00:26
14,400
557ea3ab0b7a8b07d5614e479daa43bbf61ec905
chore: update GET raw allocation to account for loss of workload information This change updates GET raw allocation calculate the length of workloads without the use of workload start times to aid in removing workload start times and deprecates the endpoint since it isn't guaranteed to work after generic API.
[ { "change_type": "MODIFY", "diff": "@@ -186,6 +186,7 @@ func (m *Master) getMasterLogs(c echo.Context) (interface{}, error) {\n// @Success 200 {} string \"A CSV file containing the fields experiment_id,kind,username,labels,slots,start_time,end_time,seconds\"\n//nolint:godot\n// @Router /allocation/raw [get]...
Python
Apache License 2.0
determined-ai/determined
chore: update GET raw allocation to account for loss of workload information [DET-5973] (#2911) This change updates GET raw allocation calculate the length of workloads without the use of workload start times to aid in removing workload start times and deprecates the endpoint since it isn't guaranteed to work after ge...
1
chore
null
667,636
17.09.2021 16:05:55
-28,800
6a19e99690b639d90dc2c4eb627c46a87d787588
feat(hippy-react): add unhideInstance api in hostconfig
[ { "change_type": "MODIFY", "diff": "@@ -175,29 +175,125 @@ function shouldSetTextContent(type: Type, nextProps: Props): boolean {\nreturn false;\n}\n+function hideInstance(instance: Element): void {\n+ const updatePayload = { style: { display: 'none' } } as any;\n+ Object.keys(updatePayload).forEach(attr =>...
C++
Apache License 2.0
tencent/hippy
feat(hippy-react): add unhideInstance api in hostconfig
1
feat
hippy-react
902,122
17.09.2021 16:07:13
-7,200
e5956fc37e37fcc97c7d3dbcc346d7a6e20078b2
chore(function): avoid eval handle ; edge case
[ { "change_type": "MODIFY", "diff": "-/* eslint-disable no-eval */\n-\n'use strict'\nconst path = require('path')\n@@ -15,7 +13,7 @@ async ({ url, query, gotoOpts, browserWSEndpoint }) => {\nconst getBrowserless = require('browserless')\nconst browserless = await getBrowserless({ mode: 'connect', browserWSEn...
JavaScript
MIT License
microlinkhq/browserless
chore(function): avoid eval (#309) handle ; edge case
1
chore
function
902,122
17.09.2021 16:07:50
-7,200
dac162639d969ba1862516bfb3273158af205f5c
chore(release): v9.2.3
[ { "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.3](https://github.com/microlinkhq/browserless/compare/v9.2.2...v9.2.3) (2021-09-17)\n+\n+**Note:** Version bu...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v9.2.3
1
chore
release
366,946
17.09.2021 16:15:50
-32,400
7d510914bb0701e959e6b6825ea0132888cedc10
chore: change to use esbuild-jest
[ { "change_type": "MODIFY", "diff": "@@ -88,7 +88,7 @@ module.exports = {\n// notifyMode: \"failure-change\",\n// A preset that is used as a base for Jest's configuration\n- preset: 'ts-jest',\n+ // preset: 'ts-jest',\n// Run tests from one or more projects\n// projects: null,\n@@ -185,7 +185,7 @@ module.exp...
TypeScript
MIT License
kufu/smarthr-ui
chore: change to use esbuild-jest (#1892)
1
chore
null
815,609
17.09.2021 16:22:48
-28,800
87bd9db9db9786b917971f352a438a3e8f35bc5a
ci: remove useless ci workflows
[ { "change_type": "DELETE", "diff": "-name: Basic Checks\n-\n-on:\n- repository_dispatch:\n- types: [ basic-checks ]\n-\n-env:\n- CARGO_TERM_COLOR: always\n- RUST_BACKTRACE: full\n- RUSTFLAGS: -D warnings\n-\n-jobs:\n-\n- bootstrap:\n- name: Bootstrap\n- runs-on: ubuntu-latest\n- steps:\n- - uses: actions/gi...
Rust
MIT License
nervosnetwork/ckb
ci: remove useless ci workflows
1
ci
null
889,620
17.09.2021 16:22:54
-28,800
d2212c63fc775d702b6f54a658fbbe5704daa883
fix(webui): recompute scrollability on mutation closes
[ { "change_type": "MODIFY", "diff": "@scroll=\"computeScrollability\"\nv-resize=\"computeScrollability\"\n>\n- <div class=\"d-inline-flex\">\n+ <div class=\"d-inline-flex\" v-mutate=\"computeScrollability\">\n<slot name=\"content\" class=\"content\"/>\n<slot name=\"content-append\"/>\n</div>\n", "new_pat...
Kotlin
MIT License
gotson/komga
fix(webui): recompute scrollability on mutation closes #680
1
fix
webui
688,467
17.09.2021 16:29:21
-7,200
02ce33baf532178d88f29c0a11bbf6d92aec860a
fix(Autocomplete): do not render noOptions item when no options available
[ { "change_type": "MODIFY", "diff": "@@ -66,7 +66,7 @@ export interface Props\n/** Allow to show the other option in the list of options */\nshowOtherOption?: boolean\n/** Label to show when no options were found */\n- noOptionsText?: string\n+ noOptionsText?: string | null\n/** List of options */\noptions?:...
TypeScript
MIT License
toptal/picasso
fix(Autocomplete): do not render noOptions item when no options available (#2167)
1
fix
Autocomplete
780,866
17.09.2021 16:46:11
10,800
1018b84a8f766ef2fdd9ef4c117eac67feb60816
feat(framework/robots-txt): dynamically add add sitemap url to static robots.txt on build
[ { "change_type": "MODIFY", "diff": "@@ -214,10 +214,12 @@ bundler.then(async ({ assetsByChunkName }) => {\n}\n}\n+ const { domain } = settings\n+ if (domain) {\nif (!routes.find(({ path }) => path === '/sitemap.xml')) {\n// generate Sitemap\nconst sitemapSrc = path.join(__dirname, '../../assets/sitemap.xml....
JavaScript
MIT License
ecomplus/storefront
feat(framework/robots-txt): dynamically add add sitemap url to static robots.txt on build
1
feat
framework/robots-txt
777,401
17.09.2021 16:50:11
14,400
483a24b13b425d0495613e2bea20146ac475bd83
chore: add STEP_WITH_OPTIMIZER setting for lr scheduler
[ { "change_type": "MODIFY", "diff": "@@ -23,11 +23,13 @@ class LRScheduler:\nSTEP_EVERY_EPOCH\nSTEP_EVERY_BATCH\nMANUAL_STEP\n+ STEP_EVERY_OPTIMIZER_STEP\n\"\"\"\nSTEP_EVERY_EPOCH = 1\nSTEP_EVERY_BATCH = 2\nMANUAL_STEP = 3\n+ STEP_EVERY_OPTIMIZER_STEP = 4\ndef __init__(\nself,\n@@ -48,8 +50,18 @@ class LRSch...
Python
Apache License 2.0
determined-ai/determined
chore: add STEP_WITH_OPTIMIZER setting for lr scheduler (#2960)
1
chore
null
865,916
17.09.2021 16:58:15
-7,200
6ad7185b6ad5df2f7e0af6aa29793668e2a38a1e
feat(client): add Platform 7.16 and Cloud 1.2 execution platforms Closes
[ { "change_type": "MODIFY", "diff": "@@ -21,14 +21,14 @@ import LinkArrow from '../../../resources/icons/LinkArrow.svg';\nimport css from './EngineProfile.less';\n-const engineProfiles = [\n+export const engineProfiles = [\n{\nexecutionPlatform: 'Camunda Platform',\n- executionPlatformVersions: [ '7.15' ]\n+...
JavaScript
MIT License
camunda/camunda-modeler
feat(client): add Platform 7.16 and Cloud 1.2 execution platforms Closes #2428
1
feat
client
889,620
17.09.2021 17:06:44
-28,800
bc774d961548c6cec3c89d6ba51a30d217bc8a6e
fix(api): missing error messages
[ { "change_type": "MODIFY", "diff": "@@ -132,7 +132,18 @@ class LibraryController(\nemptyTrashAfterScan = library.emptyTrashAfterScan,\nseriesCover = library.seriesCover.toDomain(),\n)\n+ try {\nlibraryLifecycle.updateLibrary(toUpdate)\n+ } catch (e: Exception) {\n+ when (e) {\n+ is FileNotFoundException,\n+...
Kotlin
MIT License
gotson/komga
fix(api): missing error messages
1
fix
api
730,428
17.09.2021 17:42:36
0
df478c67bffe8accda4bfbc260b8fbb0d74d63a5
chore(release): 0.38.0 [skip ci]
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+## [0.38.0](https://github.com/webex/react-widgets/compare/v0.37.0...v0.38.0) (2021-09-17)\n+\n...
JavaScript
MIT License
webex/react-widgets
chore(release): 0.38.0 [skip ci]
1
chore
release
126,287
17.09.2021 18:04:17
-7,200
c1a54696920798f3b4d2371c01ece868e54a4f70
feat: Dockerfile for almalinux based image
[ { "change_type": "ADD", "diff": "+FROM golang:1.17 as build\n+WORKDIR /src\n+COPY . .\n+RUN rm -rf /src/webconsole/dist\n+RUN GOOS=linux GOARCH=amd64 WEBCONSOLE=default make immuadmin-static immudb-static\n+RUN mkdir /empty\n+\n+FROM almalinux:8-minimal as alma\n+MAINTAINER CodeNotary, Inc. <info@codenotary...
Go
Apache License 2.0
codenotary/immudb
feat: Dockerfile for almalinux based image
1
feat
null
756,025
17.09.2021 18:11:47
25,200
90a456f78f918ad01924da4b131f5a272d03624b
fix: skip refill meter test
[ { "change_type": "MODIFY", "diff": "@@ -46,7 +46,11 @@ const refillMeterLog = [\n'error: Error: vat terminated',\n];\n-test('zoe - metering - refill meter', async t => {\n+// See https://github.com/Agoric/agoric-sdk/issues/3804\n+// TODO make this test more robust, or replace with something more\n+// robust...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix: skip refill meter test (#3849)
1
fix
null
277,273
17.09.2021 18:19:50
25,200
47274e1c585c9e955876582ca2d98aa8e3d95776
docs: Add docs for image streaming. Closes
[ { "change_type": "MODIFY", "diff": "@@ -55,6 +55,34 @@ async def serve(q: Q):\n`q.site.upload()` accepts a list of file paths, so you can upload multiple files at a time.\n:::\n+## Serving image streams\n+\n+Use image streams to display images that can be updated in near real time, say for use cases such as...
Python
Apache License 2.0
h2oai/wave
docs: Add docs for image streaming. Closes #1002
1
docs
null
277,273
17.09.2021 18:20:05
25,200
1ae0b495abc0eefa4e499d93b41e25e477f90c21
docs: Add 0.18.0 change log
[ { "change_type": "MODIFY", "diff": "@@ -12,6 +12,43 @@ When referencing the [`h2o-wave` package](https://pypi.org/project/h2o-wave/) fr\nFor LTS releases, bug fixes are provided for 2 years and security fixes are provided for 3 years. These releases provide the longest window of support and maintenance. For...
Python
Apache License 2.0
h2oai/wave
docs: Add 0.18.0 change log
1
docs
null
551,723
17.09.2021 18:42:37
14,400
7fc2e59a3945863c9fd11b33aff06fda55f1385c
docs: fix core/README typos and prose
[ { "change_type": "MODIFY", "diff": "@@ -22,8 +22,8 @@ node --version\n### Maven commands\n-The commands below will create a JAR without assembling executable binaries or\n-building web console:\n+The following commands will create a JAR without assembling executable binaries nor\n+build the web console:\n``...
Java
Apache License 2.0
questdb/questdb
docs: fix core/README typos and prose (#1332)
1
docs
null
277,273
17.09.2021 18:46:37
25,200
ac38eb21ab6271141a65ba698565665e76e6f59a
docs: Fix typo in blog post title
[ { "change_type": "MODIFY", "diff": "---\nslug: community-content-bdv\n-title: Wave Workshop: Big Data Visualizer\n+title: Wave Workshop - Big Data Visualizer\nauthor: Michelle Tanco\nauthor_title: PM of the AI AppStore @ H2O.ai\nauthor_url: https://github.com/mtanco\n", "new_path": "website/blog/2021-09...
Python
Apache License 2.0
h2oai/wave
docs: Fix typo in blog post title
1
docs
null
277,273
17.09.2021 18:48:22
25,200
6af9cea1c99c160a2012491187f5cf6adc9499ca
chore: Rename build-website task to website
[ { "change_type": "MODIFY", "diff": "@@ -100,8 +100,8 @@ run-cypress: ## Run Cypress\ngenerate: ## Generate driver bindings\ncd tools/wavegen && $(MAKE) run\n-.PHONY: docs\n-docs: ## Generate API docs and copy to website\n+.PHONY: pydocs\n+pydocs: ## Generate API docs and copy to website\ncd py && $(MAKE) do...
Python
Apache License 2.0
h2oai/wave
chore: Rename build-website task to website
1
chore
null
277,273
17.09.2021 18:54:54
25,200
f8f8be2418c5c6cbd27c7e3bf28fdd3d8114d93f
chore: Fix typo in Makefile
[ { "change_type": "MODIFY", "diff": "@@ -108,7 +108,7 @@ release: build-ui build-py ## Prepare release builds (e.g. \"VERSION=1.2.3 make r\n$(MAKE) OS=linux release-os\n$(MAKE) OS=darwin release-os\n$(MAKE) OS=windows EXE_EXT=\".exe\" release-os\n- $(MAKE) build-website\n+ $(MAKE) website\nrelease-os:\nrm -r...
Python
Apache License 2.0
h2oai/wave
chore: Fix typo in Makefile
1
chore
null