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
865,922
14.06.2021 09:29:49
-7,200
cf4c2b44a8961235ff1b45a710911acacfada66e
fix(app): remove + button to avoid ambiguous behavior Closes
[ { "change_type": "MODIFY", "diff": "@@ -1915,10 +1915,9 @@ export class App extends PureComponent {\nonMoveTab={ this.moveTab }\nonContextMenu={ this.openTabLinksMenu }\nonClose={ this.handleCloseTab }\n- placeholder={ {\n- label: '+',\n- title: 'New BPMN diagram',\n- onClick: this.composeAction('create-bpm...
JavaScript
MIT License
camunda/camunda-modeler
fix(app): remove + button to avoid ambiguous behavior Closes #2293
1
fix
app
366,946
14.06.2021 10:10:48
-32,400
99d9096b416bb93a87a707dceaf1eb50002f7b5c
chore: fix exporting type
[ { "change_type": "MODIFY", "diff": "-export { Base, ElementProps as BaseElementProps, radiusMap } from './Base'\n+export { Base, radiusMap } from './Base'\n+export type { ElementProps as BaseElementProps } from './Base'\nexport { DialogBase } from './DialogBase'\n", "new_path": "src/components/Base/inde...
TypeScript
MIT License
kufu/smarthr-ui
chore: fix exporting type (#1661)
1
chore
null
104,844
14.06.2021 10:17:23
14,400
e2c58d91a6f6e0bc9e0cba19afaf63d71cd8dd31
feat(tearsheet): update styles to match spec
[ { "change_type": "MODIFY", "diff": "transform: translate(-50%, 100vh);\ntransition: all $duration--slow-01 motion(standard, expressive);\nheight: calc(100vh - 5.5rem);\n- width: calc(100vw - 4rem);\n+ width: calc(100vw - 8rem);\nopacity: 1;\nmargin: 0 auto;\n.#{$iot-prefix}--tear-sheet-wrapper__is-visible &...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(tearsheet): update styles to match spec
1
feat
tearsheet
617,479
14.06.2021 11:14:00
-7,200
918c1c447f9e7b3070d67b62dff77610861c176c
fix: typofix
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,7 @@ export function Partners() {\n<Flex>\n<Link\nhref=\"https://service-public.fr\"\n- title=\"aller sur le vite service-public.fr\"\n+ title=\"aller sur le site service-public.fr\"\nclassName=\"no-after\"\n>\n<Image\n", "new_path": "packages/code-du-tra...
TypeScript
Apache License 2.0
socialgouv/code-du-travail-numerique
fix: typofix (#3558)
1
fix
null
791,282
14.06.2021 11:50:03
25,200
222078722c37c3fdadec7bbbe0bcf81edd105f1a
fix(internal): add autogenerated header to snippets Fixes
[ { "change_type": "MODIFY", "diff": "@@ -268,4 +268,6 @@ const licenseHeader string = `// Copyright %v Google LLC\n// See the License for the specific language governing permissions and\n// limitations under the License.\n+// Code generated by cloud.google.com/go/internal/gapicgen/gensnippets. DO NOT EDIT.\n...
Go
Apache License 2.0
googleapis/google-cloud-go
fix(internal): add autogenerated header to snippets (#4261) Fixes #4260
1
fix
internal
104,844
14.06.2021 12:06:22
14,400
46bf61a1d09321664a5ed983e5a7a22e508166f4
fix(tearsheet): fix styles in RTL
[ { "change_type": "MODIFY", "diff": "&--header {\npadding: $spacing-06 $spacing-11 $spacing-06 $spacing-07;\nborder-bottom: 1px solid $selected-ui;\n+\n+ [dir='rtl'] & {\n+ padding: $spacing-06 $spacing-07 $spacing-06 $spacing-11;\n+ }\n+\nh1 {\nmargin-bottom: $spacing-03;\n}\nposition: absolute;\ntop: 0;\nr...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(tearsheet): fix styles in RTL
1
fix
tearsheet
386,581
14.06.2021 12:07:57
-7,200
4f538899fa977f7f6ff9012f0ef8b889f3c5b661
fix(docs): Fix Dockerfiles in docs
[ { "change_type": "MODIFY", "diff": "@@ -47,6 +47,8 @@ _ref:\n# Set working directory and node user\nWORKDIR /home/node/lowdefy\n+ RUN chown node:node /home/node/lowdefy\n+\nUSER node\n# Copy app config, and change ownership of files to \"node\" user\n@@ -91,7 +93,7 @@ _ref:\n### Step 3 - Create a serverless...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(docs): Fix Dockerfiles in docs
1
fix
docs
104,828
14.06.2021 12:12:47
-7,200
63bca574e9f2239cce49b01179a83e681de90271
fix(hotspoteditortooltiptab): fix for selected color not showing
[ { "change_type": "MODIFY", "diff": "@@ -19,7 +19,7 @@ const { iotPrefix } = settings;\nconst propTypes = {\n/** Array of selectable color objects */\n- hotspotIconFillColors: PropTypes.arrayOf(ColorPropType),\n+ hotspotIconFillColors: PropTypes.arrayOf(ColorPropType).isRequired,\n/** Array of selectable ico...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(hotspoteditortooltiptab): fix for selected color not showing #2401
1
fix
hotspoteditortooltiptab
126,276
14.06.2021 12:14:22
10,800
7a6b4d8fdbe89620621a03a8873ca7aa0507a90f
chore(pkg/server): remove methods moved to user file
[ { "change_type": "MODIFY", "diff": "@@ -21,7 +21,6 @@ import (\n\"fmt\"\n\"io/ioutil\"\n\"log\"\n- \"math\"\n\"net\"\n\"os\"\n\"os/signal\"\n@@ -1072,185 +1071,6 @@ func (s *ImmuServer) UpdateDatabase(ctx context.Context, req *schema.DatabaseSet\nreturn &empty.Empty{}, nil\n}\n-// CreateUser Creates a new u...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/server): remove methods moved to user file Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
pkg/server
791,400
14.06.2021 12:32:03
14,400
69c2e9dc6303e1a004d3104a8178532fa738e742
fix(storage): fix Writer.ChunkSize validation Since w.opened is set to true before this validation currently, subsequent calls to Writer.Close will deadlock. There is no reason not to do this check first before opening the pipe. Thanks to for pointing this out. Updates
[ { "change_type": "MODIFY", "diff": "@@ -99,15 +99,15 @@ func (w *Writer) open() error {\nif attrs.KMSKeyName != \"\" && w.o.encryptionKey != nil {\nreturn errors.New(\"storage: cannot use KMSKeyName with a customer-supplied encryption key\")\n}\n+ if w.ChunkSize < 0 {\n+ return errors.New(\"storage: Writer....
Go
Apache License 2.0
googleapis/google-cloud-go
fix(storage): fix Writer.ChunkSize validation (#4255) Since w.opened is set to true before this validation currently, subsequent calls to Writer.Close will deadlock. There is no reason not to do this check first before opening the pipe. Thanks to @dt for pointing this out. Updates #4167
1
fix
storage
699,189
14.06.2021 12:36:41
36,000
47a863903959c9e0f5abf4adb1c699764c960ea8
fix(website): fix broken links
[ { "change_type": "MODIFY", "diff": "@@ -100,8 +100,6 @@ Lists are a number of connected list items that are printed consecutively, typic\n- Lists should align with the font-size, font-weight, and line-height of paragraphs, but are styled with bullets or numbers\n- Lists can have similar children elements as...
TypeScript
MIT License
twilio-labs/paste
fix(website): fix broken links (#1568)
1
fix
website
366,946
14.06.2021 12:55:17
-32,400
0809cbb4e14ea196ad7736b5511ba46915f78e9c
feat: add default class
[ { "change_type": "ADD", "diff": "+import { useMemo } from 'react'\n+\n+import { useClassNameGenerator } from '../../hooks/useClassNameGenerator'\n+import { InputFile } from './InputFile'\n+\n+export function useClassNames() {\n+ const generate = useClassNameGenerator(InputFile.displayName || 'InputFile')\n+...
TypeScript
MIT License
kufu/smarthr-ui
feat: add default class (#1659) Co-authored-by: Shiho Ishitoko <cidermitaina@gmail.com> Co-authored-by: nabeliwo <hiroki.c.watanabe@gmail.com>
1
feat
null
386,581
14.06.2021 13:16:10
-7,200
e3c6de76e22c0e42b6ccb98a58f8efe472e4fc4d
feat(docs): Add algolia docsearch.
[ { "change_type": "ADD", "diff": "+<script src=\"https://cdn.jsdelivr.net/npm/docsearch.js@2.6.3/dist/cdn/docsearch.min.js\"></script>\n+<script>\n+ let time = 500;\n+ function setDocsearh() {\n+ try {\n+ console.log('try', time);\n+ docsearch({\n+ apiKey: '4e88995ba28e39b8ed2bcfb6639379a1',\n+ indexName: 'l...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(docs): Add algolia docsearch.
1
feat
docs
126,276
14.06.2021 13:25:39
10,800
75cf8d90deb6951820b09b3296f100d31aa5a2ac
test(embedded/store): unit testing export and replicate tx
[ { "change_type": "MODIFY", "diff": "@@ -815,7 +815,7 @@ func TestImmudbStoreInclusionProof(t *testing.T) {\nrequire.Equal(t, j, ki)\nvalue := make([]byte, txEntries[j].vLen)\n- _, err = immuStore.ReadValueAt(value, txEntries[j].vOff, txEntries[j].hVal)\n+ _, err = immuStore.ReadValueAt(value, txEntries[j].V...
Go
Apache License 2.0
codenotary/immudb
test(embedded/store): unit testing export and replicate tx Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
embedded/store
380,774
14.06.2021 13:42:42
-19,080
496c11dadf28bf986c1e628dffd675d241f09c78
docs: minor correction to react-intl
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,7 @@ Comparison with react-intl\n`react-intl`_ is definitely the most popular and widely-used i18n library for React.\n`LinguiJS`_ is in many ways very similar: both libraries use the same syntax for\n-(messages ICU MessageFormat) and they also have very simila...
TypeScript
MIT License
lingui/js-lingui
docs: minor correction to react-intl (#1084)
1
docs
null
756,029
14.06.2021 13:51:24
25,200
705f9303f6a616f021baadb32acab6e4660c77fc
feat(tame-metering)!: RESM to NESM BREAKING CHANGE: Converts `@agoric/tame-metering` from emulated ESM with `node -r esm` to Node.js ESM proper. Refs:
[ { "change_type": "MODIFY", "diff": "\"name\": \"@agoric/tame-metering\",\n\"version\": \"1.3.9\",\n\"description\": \"tame-metering\",\n- \"parsers\": {\n- \"js\": \"mjs\"\n- },\n+ \"type\": \"module\",\n\"main\": \"src/index.js\",\n\"scripts\": {\n\"test\": \"ava\",\n\"lint-check\": \"eslint '**/*.{js,jsx}...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(tame-metering)!: RESM to NESM BREAKING CHANGE: Converts `@agoric/tame-metering` from emulated ESM with `node -r esm` to Node.js ESM proper. Refs: #527
1
feat
tame-metering
730,530
14.06.2021 14:10:00
18,000
e9f4dd3cf22ad8bfc10f559dbeeff20a27533e4d
feat(meetings): network quality indicator/monitor
[ { "change_type": "MODIFY", "diff": "@@ -34,7 +34,9 @@ export default {\n// hold the last 2 minute of a calls data\nhistoryMax: 120,\n// Once packet loss hits this ratio, the video will downgrade\n- videoPacketLossRatioThreshold: 9\n+ videoPacketLossRatioThreshold: 9, // comparison of packets lost / packets ...
JavaScript
MIT License
webex/webex-js-sdk
feat(meetings): network quality indicator/monitor
1
feat
meetings
551,643
14.06.2021 14:14:32
-7,200
8c5a982828ee2c028c466f3d81093d30fe558aa8
docs: Add CN README
[ { "change_type": "MODIFY", "diff": "{\n\"files\": [\n- \"README.md\"\n+ \"README.md\",\n+ \"i18n/README.zh-cn.md\"\n],\n\"imageSize\": 100,\n\"commit\": false,\n", "new_path": ".all-contributorsrc", "old_path": ".all-contributorsrc" } ]
Java
Apache License 2.0
questdb/questdb
docs: Add CN README (#1117)
1
docs
null
104,844
14.06.2021 14:22:54
14,400
32e987dad0914fc1728a7817d6b3bdc05d10a977
fix(tearsheet): change styles from vw to percentages
[ { "change_type": "MODIFY", "diff": "top: 0;\nleft: 0;\nheight: 100vh;\n- width: 100vw;\n+ width: 100%;\nopacity: 0;\nz-index: -1;\nposition: fixed;\ntransform: translate(-50%, 100vh);\ntransition: all $duration--slow-01 motion(standard, expressive);\nheight: calc(100vh - 5.5rem);\n- width: calc(100vw - 8rem...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(tearsheet): change styles from vw to percentages
1
fix
tearsheet
185,987
14.06.2021 14:23:49
25,200
0bc5f13e364cab5a7ac62438f8d541ebb91259fa
feat: add recentDocuments to fiddle
[ { "change_type": "MODIFY", "diff": "-import { dialog } from 'electron';\n+import { dialog, app } from 'electron';\nimport * as fs from 'fs-extra';\nimport * as path from 'path';\nimport { DefaultEditorId } from '../interfaces';\n@@ -28,7 +28,7 @@ export async function showOpenDialog() {\nif (!filePaths || f...
TypeScript
MIT License
electron/fiddle
feat: add recentDocuments to fiddle (#700)
1
feat
null
551,636
14.06.2021 14:24:14
-3,600
2bc3e8e5fcb7e446f950cd67879264ad6f906ced
chore(net): test scenario where dispatcher cannot make connecting socket non-blocking
[ { "change_type": "MODIFY", "diff": "@@ -67,11 +67,7 @@ import io.questdb.log.LogFactory;\nimport io.questdb.log.LogRecord;\nimport io.questdb.mp.WorkerPool;\nimport io.questdb.network.NetworkError;\n-import io.questdb.std.CharSequenceObjHashMap;\n-import io.questdb.std.Misc;\n-import io.questdb.std.ObjList;...
Java
Apache License 2.0
questdb/questdb
chore(net): test scenario where dispatcher cannot make connecting socket non-blocking (#1118)
1
chore
net
266,134
14.06.2021 15:08:51
18,000
e1ce348530005c51e2d30b785e515417b7874cf7
build(auto-approve): stub out date for tests
[ { "change_type": "MODIFY", "diff": "@@ -21,6 +21,7 @@ import {checkFilePathsMatch} from '../src/utils-for-pr-checking';\nimport nock from 'nock';\nimport {resolve} from 'path';\nimport yaml from 'js-yaml';\n+import sinon from 'sinon';\nconst {Octokit} = require('@octokit/rest');\n@@ -36,6 +37,13 @@ function...
TypeScript
Apache License 2.0
googleapis/repo-automation-bots
build(auto-approve): stub out date for tests (#2051)
1
build
auto-approve
847,143
14.06.2021 15:10:08
-28,800
c42bede3a95289671e1d7d426b3513a7931e0d53
chore: remove uncessary components declare
[ { "change_type": "MODIFY", "diff": "@@ -8,8 +8,6 @@ import type { VNode } from \"vue\";\nexport default defineComponent({\nname: \"AuthorInfo\",\n- components: { AuthorIcon },\n-\nsetup() {\nconst author = useAuthor(commentOptions.author);\nconst pageInfoLocale = useLocaleConfig(pageInfoI18n);\n", "new_...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
chore: remove uncessary components declare
1
chore
null
104,844
14.06.2021 15:17:34
14,400
4b063189eb1a88f90c647cb5cc8b349eaee00d7d
fix(tearsheet): remove comments and allow for 3 layers in styles
[ { "change_type": "MODIFY", "diff": "-import React, { Children, cloneElement, useEffect, useState, createRef } from 'react';\n+import React, { Children, cloneElement, useEffect, useState, useMemo, createRef } from 'react';\nimport PropTypes from 'prop-types';\nimport classnames from 'classnames';\n@@ -26,13 ...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(tearsheet): remove comments and allow for 3 layers in styles
1
fix
tearsheet
126,276
14.06.2021 15:22:52
10,800
b4d0f2622dc999cad20b02a3cbc488e9f99a9d39
test(pkg/database): use single store databases
[ { "change_type": "MODIFY", "diff": "@@ -50,18 +50,10 @@ var kvs = []*schema.KeyValue{\nfunc makeDb() (DB, func()) {\nrootPath := \"data_\" + strconv.FormatInt(time.Now().UnixNano(), 10)\n- catalogOptions := DefaultOption().WithDbRootPath(rootPath).WithDbName(\"catalog\").WithCorruptionChecker(false)\n- cata...
Go
Apache License 2.0
codenotary/immudb
test(pkg/database): use single store databases Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
pkg/database
104,844
14.06.2021 15:36:59
14,400
dda795857a7e43698e6886649258d1a0ad216ddd
fix(tearsheet): fix error with useMemo
[ { "change_type": "MODIFY", "diff": "@@ -27,7 +27,7 @@ const baseClassName = `${iotPrefix}--tear-sheet-wrapper`;\nconst TearSheetWrapper = ({ isOpen, className, onCloseAllTearSheets, children }) => {\nconst [activeTearSheetIdx, setActiveTearSheetIdx] = useState(null);\n- const childrenArray = useMemo(Childre...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(tearsheet): fix error with useMemo
1
fix
tearsheet
847,143
14.06.2021 15:50:25
-28,800
f325305bf0427a4d5b84398f2837c1b601cff60d
feat(comment2): add meta tags for pageinfo
[ { "change_type": "MODIFY", "diff": "@@ -25,7 +25,14 @@ export default defineComponent({\n}\n: {}),\n},\n- [h(AuthorIcon), h(\"span\", author.value.join(\", \"))]\n+ [\n+ h(AuthorIcon),\n+ h(\"span\", author.value.join(\", \")),\n+ h(\"span\", {\n+ property: \"author\",\n+ content: author.value.join(\", \"),...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(comment2): add meta tags for pageinfo
1
feat
comment2
777,374
14.06.2021 16:38:01
25,200
d825509b1d7801ce4d1887051cd7b2c2239639d6
fix: update gke version in circleci since the old one is no longer valid.
[ { "change_type": "MODIFY", "diff": "@@ -1447,7 +1447,7 @@ jobs:\ndefault: 1\ngke-version:\ntype: string\n- default: \"1.18.17-gke.100\"\n+ default: \"1.19.9-gke.1900\"\nmachine-type:\ntype: string\ndefault: \"n1-standard-8\"\n@@ -1517,7 +1517,7 @@ jobs:\ndefault: 1\ngke-version:\ntype: string\n- default: \"...
Python
Apache License 2.0
determined-ai/determined
fix: update gke version in circleci since the old one is no longer valid. (#2572)
1
fix
null
366,930
14.06.2021 16:40:34
-32,400
4d0e17d63accbb4d0b39a49a830ae7dbe2af5021
feat: improve attributes for Footer
[ { "change_type": "ADD", "diff": "+import { useMemo } from 'react'\n+import { useClassNameGenerator } from '../../hooks/useClassNameGenerator'\n+import { Footer } from './Footer'\n+\n+export function useClassNames() {\n+ const generate = useClassNameGenerator(Footer.displayName || 'Footer')\n+ return useMemo...
TypeScript
MIT License
kufu/smarthr-ui
feat: improve attributes for Footer (#1633) Co-authored-by: nabeliwo <hiroki.c.watanabe@gmail.com>
1
feat
null
777,399
14.06.2021 17:07:27
25,200
58644117702f149c67fd28b6085bddd8a71ad091
docs: add release notes for 0.16.0
[ { "change_type": "MODIFY", "diff": "Release Notes\n###############\n+**************\n+ Version 0.16\n+**************\n+\n+Version 0.16.0\n+==============\n+\n+**Release Date:** June 14, 2021\n+\n+**New Features**\n+\n+- Python SDK: Extend the :ref:`Checkpoint Export API\n+ <exporting-checkpoints>` into a Py...
Python
Apache License 2.0
determined-ai/determined
docs: add release notes for 0.16.0 (#2575) (cherry picked from commit 091e039e8d387e5ad9770b5f8afbcf5befe25dd3)
1
docs
null
126,276
14.06.2021 17:14:04
10,800
ff1a3157e1189946d2da5066ea2ba9648cb10094
test(pkg/database): unit testing read-only replica databases
[ { "change_type": "MODIFY", "diff": "@@ -53,7 +53,11 @@ func makeDb() (DB, func()) {\noptions := DefaultOption().WithDbRootPath(rootPath).WithDbName(\"db\").WithCorruptionChecker(false)\noptions.storeOpts.WithIndexOptions(options.storeOpts.IndexOpts.WithCompactionThld(0))\n- db, err := NewDb(options, nil, lo...
Go
Apache License 2.0
codenotary/immudb
test(pkg/database): unit testing read-only replica databases Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
pkg/database
401,151
14.06.2021 17:15:46
14,400
36a30d40040d61d948ebe42f66bffa8803874224
feat: Add XS (extra-small) button size
[ { "change_type": "MODIFY", "diff": "@@ -32,7 +32,7 @@ describe('Button component', () => {\nexpect(container).toMatchSnapshot();\n});\n- test.each(['S', 'M', 'L'])('should render properly with %p size', (size: Props['size']) => {\n+ test.each(['XS', 'S', 'M', 'L'])('should render properly with %p size', (si...
TypeScript
MIT License
medly/medly-components
feat: Add XS (extra-small) button size
1
feat
null
185,985
14.06.2021 17:17:32
36,000
c09e3f8be5ddbbe26d7d26c0c529ee1a78a158a2
fix: Handle second-instance
[ { "change_type": "MODIFY", "diff": "@@ -92,6 +92,13 @@ export const listenForProtocolHandler = () => {\nhandlePotentialProtocolLaunch(url);\n}\n});\n+\n+ app.removeAllListeners('second-instance');\n+ app.on('second-instance', (_event, commandLine, _workingDirectory) => {\n+ // Someone tried to run a second ...
TypeScript
MIT License
electron/fiddle
fix: Handle second-instance
1
fix
null
865,926
14.06.2021 17:25:00
-7,200
409042b59bae7c5307282cdd218af545b22f146c
docs(telemetry): add version info events Related to
[ { "change_type": "MODIFY", "diff": "@@ -203,3 +203,30 @@ If it is set in the diagram, we also add target engine profile information:\n}\n}\n```\n+\n+\n+### Version Info Events\n+\n+The version info events are sent in following situations:\n+\n+ - User opens version info overlay via the button on the status ...
JavaScript
MIT License
camunda/camunda-modeler
docs(telemetry): add version info events Related to #2303
1
docs
telemetry
551,636
14.06.2021 17:54:09
-3,600
98fd9622e9e5e502f5f4542517c621fc92fdd2be
fix: release telemetry writer if telemetry is disabled. Fixes
[ { "change_type": "MODIFY", "diff": "@@ -57,7 +57,7 @@ public class TelemetryJob extends SynchronizedJob implements Closeable {\nprivate boolean enabled;\nprivate TableWriter writer;\nprivate final QueueConsumer<TelemetryTask> myConsumer = this::newRowConsumer;\n- private TableWriter writerConfig;\n+ private...
Java
Apache License 2.0
questdb/questdb
fix: release telemetry writer if telemetry is disabled. Fixes #1115 (#1120)
1
fix
null
877,015
14.06.2021 18:11:43
-7,200
806d4a3d739b447dbce0cce554509403ca8a3fe1
feat(@vtmn/react): enhance button component with left, right, alone icon props
[ { "change_type": "MODIFY", "diff": "</div>\n<div class=\"block\">\n- <button class=\"vtmn-btn vtmn-btn_size vtmn-btn--icon-alone\" aria-label=\"add\">\n+ <button class=\"vtmn-btn vtmn-btn--icon-alone\" aria-label=\"add\">\n<span class=\"vtmx-add-line\"></span>\n</button>\n- <button class=\"vtmn-btn vtmn-btn...
JavaScript
Apache License 2.0
decathlon/vitamin-web
feat(@vtmn/react): enhance button component with left, right, alone icon props
1
feat
@vtmn/react
756,064
14.06.2021 18:16:57
25,200
b050e4ed55c8c973284bca1e59e847bf633e5213
chore(swingset): GC doc/diagram edits
[ { "change_type": "MODIFY", "diff": "@@ -91,7 +91,7 @@ When the last strong reference to a target object is removed, we define the obje\n`WeakRef` provides the ability to \"poll\" whether a given object has been garbage-collected or not, but it does not provide any sort of notification when collection happen...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore(swingset): GC doc/diagram edits
1
chore
swingset
815,601
14.06.2021 18:24:02
-28,800
f71a07ffb7e9abcbda03216b614433c9db905cc7
fix: syscall test slow down
[ { "change_type": "MODIFY", "diff": "@@ -200,10 +200,35 @@ mod tests {\nuse proptest::{collection::size_range, prelude::*};\nuse std::collections::HashMap;\n+ #[derive(Default, PartialEq, Eq, Clone)]\n+ struct MockDataLoader {\n+ headers: HashMap<Byte32, HeaderView>,\n+ }\n+\n+ impl CellDataProvider for Mock...
Rust
MIT License
nervosnetwork/ckb
fix: syscall test slow down
1
fix
null
877,015
14.06.2021 18:33:47
-7,200
b7fedce965a4ec8a02595cc6e6f9d5f1fc9cdb88
refactor(@vtmn/vue): fix bug on showcase
[ { "change_type": "MODIFY", "diff": "@@ -42,10 +42,12 @@ export default {\n},\n};\n-const Template = (args, { argTypes }) => ({\n- props: Object.keys(argTypes),\n+const Template = (args) => ({\ncomponents: { VtmnButton },\n- template: '<VtmnButton v-bind=\"$props\">Button</VtmnButton>',\n+ setup() {\n+ retur...
JavaScript
Apache License 2.0
decathlon/vitamin-web
refactor(@vtmn/vue): fix bug on showcase
1
refactor
@vtmn/vue
777,419
14.06.2021 19:50:48
-7,200
a491121d04088be1f16d820833f39a1d3db438e2
chore: move experiment configuration to a tab
[ { "change_type": "MODIFY", "diff": "@@ -22,6 +22,7 @@ import { terminalRunStates, upgradeConfig } from 'utils/types';\nconst { TabPane } = Tabs;\nenum TabType {\n+ Configuration = 'configuration',\nOverview = 'overview',\nVisualization = 'visualization',\n}\n@@ -35,6 +36,9 @@ interface Params {\nconst TAB_K...
Python
Apache License 2.0
determined-ai/determined
chore: move experiment configuration to a tab [DET-5438] (#2571)
1
chore
null
380,712
14.06.2021 19:54:43
-7,200
85856acfa6b1375ef2c96ce0022ee7fe29b4449f
fix: remoteLoader pure functional on browser env
[ { "change_type": "MODIFY", "diff": "{\n\"path\": \"./packages/react/build/cjs/react.production.min.js\",\n\"limit\": \"5 kB\"\n+ },\n+ {\n+ \"path\": \"./packages/remote-loader/build/cjs/remote-loader.production.min.js\",\n+ \"limit\": \"5 kB\"\n}\n]\n}\n", "new_path": "package.json", "old_path": "p...
TypeScript
MIT License
lingui/js-lingui
fix: remoteLoader pure functional on browser env (#1085)
1
fix
null
380,712
14.06.2021 19:58:12
-7,200
54d6b6eceadfdbdbfc7eda82f6e3956b1958673a
chore: updated Readme of remote-loader
[ { "change_type": "MODIFY", "diff": "[![Downloads][badge-downloads]][package]\n# @lingui/remote-loader\n+\n+Load your `.json` catalogs remotely.\n+\n+> This tool is useful when you have plain .json files which are messages/catalogs, but Lingui needs them compiled, this tool under the hood will compile them t...
TypeScript
MIT License
lingui/js-lingui
chore: updated Readme of remote-loader
1
chore
null
777,419
14.06.2021 20:22:51
-7,200
16c7b13e0ed870fd4c44013654bee19ebd0b73b9
chore: add start time and duration to new experiment header
[ { "change_type": "MODIFY", "diff": "}\n}\n-.experimentDescription,\n-.experimentName {\n+.foldableItem {\nmargin-bottom: var(--theme-sizes-layout-medium);\nspan {\ndisplay: inline-block;\n- margin-right: 3px;\n+ margin-right: 5px;\nopacity: 0.75;\n}\n}\n", "new_path": "webui/react/src/pages/ExperimentDe...
Python
Apache License 2.0
determined-ai/determined
chore: add start time and duration to new experiment header [DET-5635] (#2570)
1
chore
null
756,013
14.06.2021 20:28:46
21,600
7986548c528e282c129175f0292d3db6b00a9468
feat: for Keplr support (and presumably other wallets) we need CORS
[ { "change_type": "MODIFY", "diff": "@@ -25,12 +25,17 @@ export const DEFAULT_API_PORT = 1317;\n// Rewrite the app.toml.\nexport function finishCosmosApp({\nappToml,\n+ enableCors,\nexportMetrics,\nportNum = `${DEFAULT_RPC_PORT}`,\n}) {\nconst rpcPort = Number(portNum);\nconst app = TOML.parse(appToml);\n+ i...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat: for Keplr support (and presumably other wallets) we need CORS
1
feat
null
877,015
14.06.2021 20:55:30
-7,200
348b9c477d423a8e31aa6cd10615914b7b8e0a40
chore(dependencies): upgrade storybook-addon-html
[ { "change_type": "MODIFY", "diff": "\"@vtmn/css-tailwind-config\": \"^0.0.0\",\n\"@vtmn/icons\": \"*\",\n\"@vtmn/showcase-core\": \"^0.0.0\",\n- \"@whitespace/storybook-addon-html\": \"^4.2.0\",\n+ \"@whitespace/storybook-addon-html\": \"^5.0.0\",\n\"storybook-addon-designs\": \"^6.0.0\",\n\"storybook-addon...
JavaScript
Apache License 2.0
decathlon/vitamin-web
chore(dependencies): upgrade storybook-addon-html
1
chore
dependencies
847,143
14.06.2021 21:04:03
-28,800
a6eabb020d113309d58e6fb376c7c4cf22552bbe
chore: update photoswipe scripts
[ { "change_type": "MODIFY", "diff": "\"build\": \"rollup -c\",\n\"clean\": \"rimraf ./client ./node\",\n\"demo:build\": \"vuepress build __tests__/demo\",\n+ \"demo:clean-serve\": \"vuepress dev __tests__/demo --clean-cache\",\n\"demo:serve\": \"vuepress dev __tests__/demo\",\n+ \"demo:vite-build\": \"vuepre...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
chore: update photoswipe scripts
1
chore
null
756,051
14.06.2021 21:54:16
18,000
4037e51945f1f9e5fe17d4356370b0e703886505
chore: throw after panic() for sanity in debugging panic() can't throw, but its callers can.
[ { "change_type": "MODIFY", "diff": "@@ -52,8 +52,11 @@ export function makeVatLoader(stuff) {\n*/\nfunction recreateDynamicVat(vatID, source, translators, dynamicOptions) {\n// eslint-disable-next-line no-use-before-define\n- return create(vatID, source, translators, dynamicOptions, true).catch(err =>\n- pa...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore: throw after panic() for sanity in debugging panic() can't throw, but its callers can.
1
chore
null
71,565
14.06.2021 22:56:27
-32,400
92cadef4b969d4fd199042d926470d1abb1c734e
chore(bootstrap): enable s3 versioning It would be great to enable S3 versioning on CDK's staging bucket. This would be a safer option and consistent with UpdateReplacePolicy and DeletionPolicy being Retain. *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 licen...
[ { "change_type": "MODIFY", "diff": "@@ -178,6 +178,8 @@ Resources:\nIgnorePublicAcls: true\nRestrictPublicBuckets: true\n- Ref: AWS::NoValue\n+ VersioningConfiguration:\n+ Status: Enabled\nUpdateReplacePolicy: Retain\nDeletionPolicy: Retain\nStagingBucketPolicy:\n", "new_path": "packages/aws-cdk/lib/api...
TypeScript
Apache License 2.0
aws/aws-cdk
chore(bootstrap): enable s3 versioning (#14987) It would be great to enable S3 versioning on CDK's staging bucket. This would be a safer option and consistent with UpdateReplacePolicy and DeletionPolicy being Retain. ---- *By submitting this pull request, I confirm that my contribution is made under the terms...
1
chore
bootstrap
679,913
14.06.2021 23:16:04
-7,200
16374b034df8a019cf76f5be101611f6f7560710
build(simd): update AssemblyScript/Binaryen
[ { "change_type": "MODIFY", "diff": "\"build:release\": \"yarn clean && yarn build:wasm && yarn build:es6 && node ../../scripts/bundle-module all\",\n\"build:es6\": \"tsc --declaration\",\n\"build:test\": \"rimraf build && tsc -p test/tsconfig.json\",\n- \"build:wasm\": \"asc assembly/index.ts -b simd.wasm -...
TypeScript
Apache License 2.0
thi-ng/umbrella
build(simd): update AssemblyScript/Binaryen
1
build
simd
847,143
14.06.2021 23:25:29
-28,800
df1257b196ecf3b345bdd9fb758b90c87edb95a4
chore(comment2): update waline detect
[ { "change_type": "MODIFY", "diff": "@@ -61,10 +61,12 @@ export default defineComponent({\nsetTimeout(() => resolve(), walineOption.delay);\n});\n- const updateWaline = (timeStamp: number): void => {\n+ const updateWaline = (): void => {\n+ const timeID = (id = new Date().getTime());\n+\nif (waline)\nsetTime...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
chore(comment2): update waline detect
1
chore
comment2
877,015
15.06.2021 00:40:29
-7,200
0469276cbc9185d15c96b95e3fc3fb4675e550d0
chore(dependencies): upgrade fs-extra, stylelint-config-standard,
[ { "change_type": "MODIFY", "diff": "]\n},\n\"devDependencies\": {\n- \"@babel/core\": \"^7.13.1\",\n+ \"@babel/core\": \"^7.14.6\",\n\"@commitlint/cli\": \"^12.0.0\",\n\"@commitlint/config-conventional\": \"^12.0.0\",\n\"@octokit/core\": \"^3.2.4\",\n\"@storybook/storybook-deployer\": \"^2.8.7\",\n\"babel-l...
JavaScript
Apache License 2.0
decathlon/vitamin-web
chore(dependencies): upgrade fs-extra, stylelint-config-standard, @babel/runtime
1
chore
dependencies
877,015
15.06.2021 00:52:18
-7,200
19e663186fac4cedbe200b5531a8f5e69eb18488
chore(dependencies): upgrade postcss plugins
[ { "change_type": "MODIFY", "diff": "\"postcss-combine-duplicated-selectors\": \"^10.0.2\",\n\"postcss-combine-media-query\": \"^1.0.1\",\n\"postcss-css-variables\": \"^0.18.0\",\n- \"postcss-discard-comments\": \"^4.0.2\",\n+ \"postcss-discard-comments\": \"^5.0.1\",\n\"postcss-import\": \"^14.0.0\",\n- \"p...
JavaScript
Apache License 2.0
decathlon/vitamin-web
chore(dependencies): upgrade postcss plugins
1
chore
dependencies
877,015
15.06.2021 02:20:12
-7,200
4962c7750294be49a6238b55f21521cdb25a2cf7
refactor(@vtmn/web-components): checkbox and radio
[ { "change_type": "MODIFY", "diff": "@@ -11,9 +11,9 @@ export class VtmnCheckbox implements ComponentInterface {\n@Prop() identifier!: string;\n/**\n- * The text of the checkbox.\n+ * The value of the checkbox.\n*/\n- @Prop({ attribute: 'labeltext' }) labelText: string;\n+ @Prop() value: string;\n/**\n* The ...
JavaScript
Apache License 2.0
decathlon/vitamin-web
refactor(@vtmn/web-components): checkbox and radio
1
refactor
@vtmn/web-components
877,015
15.06.2021 02:30:00
-7,200
1b1d7571a22864bf6cd9d1d4907a2599f1d79d84
refactor(@vtmn/css-checkbox): alignment
[ { "change_type": "MODIFY", "diff": ".vtmn-checkbox[type='checkbox'] + label {\nposition: relative;\ndisplay: inline-flex;\n- align-items: flex-end;\n+ align-items: end;\nfont-size: var(--vtmn-typo_text-2-font-size);\nline-height: var(--vtmn-typo_text-2-line-height);\ncursor: pointer;\n", "new_path": "pa...
JavaScript
Apache License 2.0
decathlon/vitamin-web
refactor(@vtmn/css-checkbox): alignment
1
refactor
@vtmn/css-checkbox
889,115
15.06.2021 03:04:06
-25,200
136f90b0926c1a04521fddd7c82d0efbf7572521
fix: allow unformatted originalURL input Fixes: Allows users to input invalid or badly formatted `originalUrl` values. As it did previously.
[ { "change_type": "MODIFY", "diff": "@@ -70,16 +70,17 @@ export function makeHttpRequestData(\nresponseSize,\nlatency;\n// Format request properties\n- if (req.url) {\n- requestUrl = req.url;\n- const url = new URL(requestUrl);\n- protocol = url.protocol;\n- }\n+ if (req.url) requestUrl = req.url;\n// Origin...
TypeScript
Apache License 2.0
googleapis/nodejs-logging
fix: allow unformatted originalURL input (#1100) Fixes: https://github.com/googleapis/nodejs-logging-winston/issues/607 Allows users to input invalid or badly formatted `originalUrl` values. As it did previously.
1
fix
null
756,064
15.06.2021 08:48:28
25,200
0033c3c3e6b8800ef98b951c308baa35a48d0ff0
chore(swingset): make tests less sensitive to number of DB keys per vat
[ { "change_type": "MODIFY", "diff": "@@ -83,7 +83,7 @@ async function runOneTest(t, explosion, managerType) {\nawait c.run();\nt.is(JSON.parse(kvStore.get('vat.dynamicIDs')).length, 1);\nt.is(kvStore.get(`${root}.owner`), vatID);\n- t.is(Array.from(kvStore.getKeys(`${vatID}`, `${vatID}/`)).length, 11);\n+ t....
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore(swingset): make tests less sensitive to number of DB keys per vat
1
chore
swingset
126,276
15.06.2021 08:48:40
10,800
bb6b66d5105efa76e2f73c2ec44cc770766bf97c
chore(pkg/api): kept same attribute id in TxEntry message
[ { "change_type": "MODIFY", "diff": "@@ -1764,7 +1764,7 @@ type TxEntry struct {\nKey []byte `protobuf:\"bytes,1,opt,name=key,proto3\" json:\"key,omitempty\"`\nHValue []byte `protobuf:\"bytes,2,opt,name=hValue,proto3\" json:\"hValue,omitempty\"`\n- VLen int32 `protobuf:\"varint,3,opt,name=vLen,proto3\" json:...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/api): kept same attribute id in TxEntry message Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
pkg/api
126,276
15.06.2021 08:50:26
10,800
adb8b1bdd2504014f27fb5b749d960845e197783
chore(pkg/api): fix typo inside a comment
[ { "change_type": "MODIFY", "diff": "@@ -1438,7 +1438,7 @@ IMPORTANT: All get and safeget functions return base64-encoded keys and values,\n| streamZScan | [ZScanRequest](#immudb.schema.ZScanRequest) | [Chunk](#immudb.schema.Chunk) stream | |\n| streamHistory | [HistoryRequest](#immudb.schema.HistoryRequest)...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/api): fix typo inside a comment Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
pkg/api
67,479
15.06.2021 09:09:34
-36,000
387c0847d2e50bf8a07c19398e2972b2062748f9
fix(router): ensure href recognize external closes
[ { "change_type": "ADD", "diff": "+import { customElement } from '@aurelia/runtime-html';\n+import { assert } from '@aurelia/testing';\n+import { createFixture } from './_shared/create-fixture.js';\n+import { IHIAConfig } from './_shared/hook-invocation-tracker.js';\n+\n+describe('router/external.spec.ts', f...
TypeScript
MIT License
aurelia/aurelia
fix(router): ensure href recognize external closes #1158
1
fix
router
756,064
15.06.2021 09:53:40
25,200
53e0ea21da533b9e49bb2bee72fee04bceea529a
chore(swingset): improve test-gc-kernel hush logs, use unmetered doomed vat
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,7 @@ export function buildRootObject() {\nreturn Far('root', {\nasync bootstrap(vats, devices) {\nconst vatMaker = E(vats.vatAdmin).createVatAdminService(devices.vatAdmin);\n- vat = await E(vatMaker).createVatByName('doomed');\n+ vat = await E(vatMaker).creat...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore(swingset): improve test-gc-kernel hush logs, use unmetered doomed vat
1
chore
swingset
756,064
15.06.2021 09:54:06
25,200
32544e1b1583bb6bb11cbe81190b51a00e79c999
chore(swingset): improve error message in syscall.retireImports if a vat calls it before first doing syscall.dropImports
[ { "change_type": "MODIFY", "diff": "@@ -254,7 +254,9 @@ function makeTranslateVatSyscallToKernelSyscall(vatID, kernelKeeper) {\nassert.equal(type, 'object');\nassert.equal(allocatedByVat, false); // retire *imports*, not exports\nconst kref = mapVatSlotToKernelSlot(vref, gcSyscallMapOpts);\n- vatKeeper.insi...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore(swingset): improve error message in syscall.retireImports if a vat calls it before first doing syscall.dropImports
1
chore
swingset
104,844
15.06.2021 10:10:50
14,400
c2e4e89c6c56d551d120f19844f1e9f4557978b6
chore(repo): replace node-sass with sass package
[ { "change_type": "MODIFY", "diff": "\"jest-environment-jsdom-sixteen\": \"^1.0.3\",\n\"jest-styled-components\": \"^6.3.1\",\n\"lint-staged\": \"^8.1.0\",\n- \"node-sass\": \"^4.13.1\",\n\"object-assign\": \"^4.1.1\",\n\"postcss-loader\": \"^3.0.0\",\n\"prettier\": \"^2.1.2\",\n\"rollup-plugin-filesize\": \...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(repo): replace node-sass with sass package
1
chore
repo
551,636
15.06.2021 10:17:32
-3,600
1fb78a8650044db12b7d2a9eb55412baede6a846
fix: issue with windows service where path to exe has spaces Fixes
[ { "change_type": "MODIFY", "diff": "Binary files a/core/src/main/bin/questdb.exe and b/core/src/main/bin/questdb.exe differ\n", "new_path": "core/src/main/bin/questdb.exe", "old_path": "core/src/main/bin/questdb.exe" }, { "change_type": "MODIFY", "diff": "@@ -15,7 +15,7 @@ int svcInstall...
Java
Apache License 2.0
questdb/questdb
fix: issue with windows service where path to exe has spaces (#1123) Fixes #1116
1
fix
null
847,143
15.06.2021 10:18:51
-28,800
11c66ce47412515cc10bba7ed451398b9e595558
feat(lightgallery): remove video plugin
[ { "change_type": "MODIFY", "diff": "@@ -30,7 +30,7 @@ const config: UserConfig<DefaultThemeOptions> = {\n},\n},\n- plugins: [\"lightgallery\"],\n+ plugins: [[\"lightgallery\", { plugins: [\"video\"] }]],\n};\nexport default config;\n", "new_path": "packages/lightgallery/__tests__/demo/.vuepress/config.t...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(lightgallery): remove video plugin
1
feat
lightgallery
603,467
15.06.2021 10:28:14
-3,600
1503a6e971fee213ef002332b56ed00ab2cfc0c5
chore(deps): update typescript dependencies to ^4.27.0
[ { "change_type": "MODIFY", "diff": "}\n},\n\"@typescript-eslint/eslint-plugin\": {\n- \"version\": \"4.26.1\",\n- \"resolved\": \"https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.26.1.tgz\",\n- \"integrity\": \"sha512-aoIusj/8CR+xDWmZxARivZjbMBQTT9dImUtdZ8tVCVRXgBUuuZyM5Of5A9D9a...
TypeScript
Apache License 2.0
serenity-js/serenity-js
chore(deps): update typescript dependencies to ^4.27.0
1
chore
deps
126,276
15.06.2021 10:43:54
10,800
be422b2984cef33e1be95d3b7d7a53060f9e5eb2
test(pkg/database): unit testing replication options
[ { "change_type": "MODIFY", "diff": "@@ -39,11 +39,20 @@ func TestDefaultOptions(t *testing.T) {\nrootpath := \"rootpath\"\nstoreOpts := store.DefaultOptions()\n+ replicaOpts := &ReplicationOptions{}\n+ replicaOpts.AsReplica(true).\n+ WithSrcDatabase(\"defaultdb\").\n+ WithSrcAddress(\"127.0.0.1\").\n+ WithS...
Go
Apache License 2.0
codenotary/immudb
test(pkg/database): unit testing replication options Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
pkg/database
815,601
15.06.2021 11:34:46
-28,800
247f2d7f50b0491e60dc22e357a9134cae77f106
perf: avoid unnecessary db creation
[ { "change_type": "MODIFY", "diff": "@@ -176,10 +176,7 @@ impl Source {\nmod tests {\nuse super::*;\nuse byteorder::{ByteOrder, LittleEndian, WriteBytesExt};\n- use ckb_db::RocksDB;\n- use ckb_db_schema::COLUMNS;\nuse ckb_hash::blake2b_256;\n- use ckb_store::{data_loader_wrapper::DataLoaderWrapper, ChainDB};...
Rust
MIT License
nervosnetwork/ckb
perf: avoid unnecessary db creation
1
perf
null
780,866
15.06.2021 11:49:44
10,800
3b243fa4e39ef5f03536724b61fa342f2282fb45
chore(framework/webpack): fix used core-js version
[ { "change_type": "MODIFY", "diff": "@@ -165,7 +165,7 @@ let config = {\npresets: [\n['@babel/preset-env', {\nuseBuiltIns: 'usage',\n- corejs: '3.13',\n+ corejs: '3.14',\nmodules: false\n}]\n],\n", "new_path": "@ecomplus/storefront-framework/src/webpack.config.js", "old_path": "@ecomplus/storefront-f...
JavaScript
MIT License
ecomplus/storefront
chore(framework/webpack): fix used core-js version
1
chore
framework/webpack
126,276
15.06.2021 11:57:46
10,800
21a2ea3a22769acfed9ecb5efcc1fd2951c81ace
test(pkg/client): include conectivity checking
[ { "change_type": "MODIFY", "diff": "@@ -104,4 +104,13 @@ func TestImmuClient_ExportAndReplicateTx(t *testing.T) {\nerr = client.Logout(rctx)\nrequire.NoError(t, err)\n+\n+ err = client.Disconnect()\n+ require.NoError(t, err)\n+\n+ _, err = client.ExportTx(ctx, &schema.TxRequest{Tx: 1})\n+ require.Equal(t, E...
Go
Apache License 2.0
codenotary/immudb
test(pkg/client): include conectivity checking Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
pkg/client
877,015
15.06.2021 12:08:48
-7,200
53be7657b778866da7e81245295bb54405acf318
refactor(@vtmn/css-checkbox): delete lint issue about usage of align-items: end
[ { "change_type": "MODIFY", "diff": ".vtmn-checkbox[type='checkbox'] + label {\nposition: relative;\ndisplay: inline-flex;\n- align-items: end;\n+ align-items: flex-start;\nfont-size: var(--vtmn-typo_text-2-font-size);\nline-height: var(--vtmn-typo_text-2-line-height);\ncursor: pointer;\n", "new_path": "...
JavaScript
Apache License 2.0
decathlon/vitamin-web
refactor(@vtmn/css-checkbox): delete lint issue about usage of align-items: end
1
refactor
@vtmn/css-checkbox
730,467
15.06.2021 13:04:04
21,600
901c3e19dace00e3f99906d7b18074cb4ce4fef0
fix(p-meetings): update metrics to use WEBEX_SDK as client type
[ { "change_type": "MODIFY", "diff": "@@ -41,7 +41,7 @@ export default {\n// you do not need a specific format, and you do not need to register it\nclientName: 'WEBEX_JS_SDK',\n// TODO: for now this line has to be whitelisted, which is problematic for third party\n- clientType: 'TEAMS_CLIENT',\n+ clientType: ...
JavaScript
MIT License
webex/webex-js-sdk
fix(p-meetings): update metrics to use WEBEX_SDK as client type
1
fix
p-meetings
392,551
15.06.2021 13:20:09
-7,200
411d0093d72f44a52b5e1d42468a184650edb629
feat: allow both string and number ids in cover
[ { "change_type": "MODIFY", "diff": "@@ -211,7 +211,9 @@ export class CoverComponent extends Component<CoverConfiguration> {\n.subscribe(\n(items: ImagesContract): void => {\nfor (const item of items) {\n- if (item.node_id !== id) {\n+ const imageId = typeof id === \"number\" ?\n+ (<number>id).toString() : i...
TypeScript
MIT License
mapillary/mapillary-js
feat: allow both string and number ids in cover
1
feat
null
141,511
15.06.2021 13:22:08
-43,200
0a527df8b79c366ec4dc6de388146f7235767175
fix: Remove hasRendered state from ModalHeader The modals have changed to focus the header as the first interactive element, so enforcing the close button not being the first interactive element is unnecessary.
[ { "change_type": "MODIFY", "diff": "@@ -13,32 +13,9 @@ export interface ModalHeaderProps {\nreadonly children: React.ReactNode\n}\n-export interface ModalHeaderState {\n- hasRendered: boolean\n-}\n-\n-class ModalHeader extends React.Component<ModalHeaderProps, ModalHeaderState> {\n- state = { hasRendered: f...
TypeScript
MIT License
cultureamp/kaizen-design-system
fix: Remove hasRendered state from ModalHeader (#1700) The modals have changed to focus the header as the first interactive element, so enforcing the close button not being the first interactive element is unnecessary. Co-authored-by: Doug MacKenzie <doug.mackenzie@cultureamp.com>
1
fix
null
126,276
15.06.2021 13:27:53
10,800
298d483fda601e89608bfe3ed7bb4c97e293f50d
test(pkg/server): unit testing export and replicate tx edge cases
[ { "change_type": "MODIFY", "diff": "@@ -23,7 +23,7 @@ import (\n)\nfunc (s *ImmuServer) ExportTx(req *schema.TxRequest, txsServer schema.ImmuService_ExportTxServer) error {\n- if req == nil || req.Tx == 0 {\n+ if req == nil || req.Tx == 0 || txsServer == nil {\nreturn ErrIllegalArguments\n}\n@@ -55,6 +55,10...
Go
Apache License 2.0
codenotary/immudb
test(pkg/server): unit testing export and replicate tx edge cases Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
pkg/server
126,276
15.06.2021 13:48:57
10,800
ee5bb1418f048ff5f1b737020a5456367ab56ddc
test(embedded/sql): unit testing dump catalog
[ { "change_type": "MODIFY", "diff": "@@ -312,6 +312,10 @@ func (e *Engine) CloseSnapshot() error {\n}\nfunc (e *Engine) DumpCatalogTo(srcName, dstName string, targetStore *store.ImmuStore) error {\n+ if len(srcName) == 0 || len(dstName) == 0 || targetStore == nil {\n+ return ErrIllegalArguments\n+ }\n+\ne.mu...
Go
Apache License 2.0
codenotary/immudb
test(embedded/sql): unit testing dump catalog Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
embedded/sql
217,899
15.06.2021 13:55:16
-32,400
cfa7d7deb23cd6fe0d32ab0fd243c1aa38df26c5
chore(data-extraction): update data-exporter Replace obsolete job abbreviation with full name add airship and submarine voyages fix exporter of triple triad rule descriptions
[ { "change_type": "MODIFY", "diff": "@@ -3,4 +3,3 @@ const { init, output, db } = require('./lib/common')\ninit(require('./config/ko'))\nrequire('./task/index')\n-output('job-abbr', db('ClassJob').simpleObject('#3'))\n", "new_path": "data-extraction/data-exporter/index-ko.js", "old_path": "data-extra...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(data-extraction): update data-exporter - Replace obsolete job abbreviation with full name - add airship and submarine voyages - fix exporter of triple triad rule descriptions
1
chore
data-extraction
67,479
15.06.2021 13:56:13
-36,000
560e3c59bcd6ab75b560b3217485b3e9361b9041
refactor(slot): drop the use of projection provider in <au-slot/>
[ { "change_type": "MODIFY", "diff": "-import { DI, Writable } from '@aurelia/kernel';\n-import { LifecycleFlags, Scope } from '@aurelia/runtime';\n+import { DI } from '@aurelia/kernel';\nimport { IRenderLocation } from '../../dom.js';\n-import { IInstruction, Instruction } from '../../renderer.js';\n-import ...
TypeScript
MIT License
aurelia/aurelia
refactor(slot): drop the use of projection provider in <au-slot/>
1
refactor
slot
266,183
15.06.2021 14:06:42
14,400
8f76a885deaaf2fe234daeba4a8cc4d1b3de8086
fix: Update dependencies.sh to not break on mac
[ { "change_type": "MODIFY", "diff": "@@ -46,7 +46,7 @@ function completenessCheck() {\n# This is stripped from the output as it is not present in the flattened pom.\n# Only dependencies with 'compile' or 'runtime' scope are included from original dependency list.\nmsg \"Generating dependency list using origi...
Python
Apache License 2.0
googleapis/synthtool
fix: Update dependencies.sh to not break on mac (#1117)
1
fix
null
217,899
15.06.2021 14:18:21
-32,400
2c4b0a35a3fa88b02020abf95670e619eb4522dd
chore(db): add world name localization for KR
[ { "change_type": "MODIFY", "diff": "@@ -150,6 +150,7 @@ export interface LazyData {\nkoTripleTriadRules: any;\nkoVentures: any;\nkoWeathers: any;\n+ koWorld: any;\nzhAchievementDescriptions: any;\nzhAchievements: any;\nzhActionCategories: any;\n", "new_path": "apps/client/src/app/core/data/lazy-data.ts"...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(db): add world name localization for KR
1
chore
db
756,013
15.06.2021 14:25:29
21,600
131ae64188a55b53110ae0590ff5a0f82674da5f
refactor: separate entrypoint.cjs from entrypoint.js
[ { "change_type": "MODIFY", "diff": "-#! /bin/bash\n-real0=$(readlink \"${BASH_SOURCE[0]}\" || echo \"${BASH_SOURCE[0]}\")\n-thisdir=$(cd \"$(dirname -- \"$real0\")\" && pwd -P)\n-nodeFlags=()\n-while test $# -gt 0; do\n- case \"$1\" in\n- --inspect*) nodeFlags+=( \"$1\" ) ;;\n- *) break ;;\n- esac\n- shift\...
JavaScript
Apache License 2.0
agoric/agoric-sdk
refactor: separate entrypoint.cjs from entrypoint.js
1
refactor
null
126,276
15.06.2021 14:29:03
10,800
9d100108e5b32ee59ab69686a78f229f7bf0ee06
chore(pkg/database): internal method renaming
[ { "change_type": "MODIFY", "diff": "@@ -72,7 +72,7 @@ type DB interface {\nScan(req *schema.ScanRequest) (*schema.Entries, error)\nClose() error\nGetOptions() *DbOptions\n- WithReplicationOptions(replicationOpts *ReplicationOptions)\n+ UpdateReplicationOptions(replicationOpts *ReplicationOptions)\nCompactIn...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/database): internal method renaming Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
pkg/database
756,064
15.06.2021 14:29:53
25,200
0ff0caf21411bdda7fa83e7df37148426576c913
chore(swingset): remove deleteCListEntry() 'decref' flag Both `clearReachableFlag` and `decrementRefCount` are tolerant of the kernel object being missing, so we don't need the extra conditional in `deleteCListEntry`, which lets us remove the extra `decref` argument.
[ { "change_type": "MODIFY", "diff": "@@ -337,9 +337,8 @@ export function makeVatKeeper(\n*\n* @param {string} kernelSlot The kernel slot being removed\n* @param {string} vatSlot The vat slot being removed\n- * @param {boolean} decref Decrement the related refcounts. Use 'false' when the object is already del...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore(swingset): remove deleteCListEntry() 'decref' flag Both `clearReachableFlag` and `decrementRefCount` are tolerant of the kernel object being missing, so we don't need the extra conditional in `deleteCListEntry`, which lets us remove the extra `decref` argument.
1
chore
swingset
217,899
15.06.2021 14:44:08
-32,400
f6d68f7147a3cb21c3592ffeaf41281ed784d360
fix(voyage-tracker): fixed missing translations
[ { "change_type": "MODIFY", "diff": "@@ -303,11 +303,11 @@ export class LocalizedDataService {\n}\npublic getAirshipSectorName(id: number): I18nName {\n- return this.getRow(this.lazyData.data.airshipVoyages, id);\n+ return this.getRowWithExtendedLanguage('airshipVoyages', id);\n}\npublic getSubmarineSectorNa...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(voyage-tracker): fixed missing translations
1
fix
voyage-tracker
679,913
15.06.2021 14:54:11
-7,200
cab143429933b1575ec7194251dc5d5a909a4ca7
fix(date): fix UTC handling in formatters update tests
[ { "change_type": "MODIFY", "diff": "-import type { Fn } from \"@thi.ng/api\";\n+import type { Fn2 } from \"@thi.ng/api\";\n/**\n* Second duration in milliseconds\n@@ -60,4 +60,4 @@ export type Precision = \"y\" | \"M\" | \"d\" | \"h\" | \"m\" | \"s\" | \"t\";\nexport type Period = Precision | \"w\";\n-expor...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(date): fix UTC handling in formatters - update tests
1
fix
date
103,608
15.06.2021 15:07:41
-3,600
a9b6561dd717faf806b1c27002a7a20e4731525d
fix: Drawer.Item content not center aligned
[ { "change_type": "MODIFY", "diff": "@@ -147,6 +147,7 @@ const styles = StyleSheet.create({\ncontent: {\nflex: 1,\nflexDirection: 'row',\n+ alignItems: 'center',\n},\nlabel: {\nmarginRight: 32,\n", "new_path": "src/components/Drawer/DrawerItem.tsx", "old_path": "src/components/Drawer/DrawerItem.tsx" ...
TypeScript
MIT License
callstack/react-native-paper
fix: Drawer.Item content not center aligned (#2754)
1
fix
null
104,828
15.06.2021 15:32:18
-7,200
4f82360b8b98a10aafcdde296c60c1374223c5d9
docs(hotspoteditormodal): change about threshold Based on findings in PR 1949
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,6 @@ The HotspotEditorModal allows a user to create and edit hotspots for the ImageHo\n- [Code example](#code-example)\n- [Types of hotspots](#types-of-hotspots)\n-- [Thresholds](#thresholds)\n- [State management](#state-management)\n- [Props](#props)\n- [Prop ...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
docs(hotspoteditormodal): change about threshold #1763 Based on findings in PR 1949
1
docs
hotspoteditormodal
756,013
15.06.2021 15:32:43
21,600
c07971b399f13009288faf33d909d1e33ffef32e
test(cosmic-swingset): actually try running ag-chain-cosmos
[ { "change_type": "MODIFY", "diff": "import test from 'ava';\nimport { spawn } from 'child_process';\n-test('make', async t => {\n+test('make and exec', async t => {\nawait new Promise(resolve =>\nspawn('make', {\ncwd: `${__dirname}/..`,\nstdio: ['ignore', 'ignore', 'inherit'],\n}).addListener('exit', code =...
JavaScript
Apache License 2.0
agoric/agoric-sdk
test(cosmic-swingset): actually try running ag-chain-cosmos
1
test
cosmic-swingset
756,013
15.06.2021 15:33:06
21,600
16ce07d1269e66a016a0326ecc6ca4d42a76f75d
fix(deployment): many tweaks to make more robust
[ { "change_type": "MODIFY", "diff": "@@ -14,6 +14,9 @@ export const GOV_DEPOSIT_COINS = [{ amount: '1000000', denom: MINT_DENOM }];\n// 5 seconds is about as fast as we can go without penalising validators.\nexport const BLOCK_CADENCE_S = 5;\n+export const EPOCH_DURATION_S = 60 * 60; // 1 hour\n+export const...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(deployment): many tweaks to make more robust
1
fix
deployment
815,609
15.06.2021 15:34:15
-28,800
e4dac8a043e9fd240c0afc90f594b6413e97bca0
feat(hardfork): reset scripts caches when a new feature enabled which mays change the script results
[ { "change_type": "MODIFY", "diff": "use crate::{component::entry::TxEntry, error::Reject};\nuse ckb_types::{\n- core::Capacity,\n+ core::{Capacity, TransactionView},\npacked::{OutPoint, ProposalShortId},\n};\nuse std::borrow::Cow;\n@@ -184,6 +184,10 @@ impl TxLinksMap {\n.get_mut(short_id)\n.map(|links| lin...
Rust
MIT License
nervosnetwork/ckb
feat(hardfork): reset scripts caches when a new feature enabled which mays change the script results
1
feat
hardfork
503,965
15.06.2021 15:57:55
14,400
ae883c5a1bebaaecf42e1564f15e3ee8b2b91388
docs(codeeditor): clearer peer deps
[ { "change_type": "MODIFY", "diff": "@@ -43,50 +43,11 @@ import '@patternfly/react-core/dist/styles/base.css';\nimport { CodeEditor } from '@patternfly/react-code-editor';\n```\n-# Documentation\n-\n-This project uses Gatsby. For an overview of the project structure please refer to the [Gatsby documentation ...
TypeScript
MIT License
patternfly/patternfly-react
docs(codeeditor): clearer peer deps (#5919)
1
docs
codeeditor
306,423
15.06.2021 16:04:51
-7,200
192e014d5f53fd2307965772659dfa3749da3f98
chore: publish all guides
[ { "change_type": "ADD", "diff": "+# Create a custom field\n+\n+[=> See Source <=](../../../../../docs/guides/how-to/create-a-custom-field.md)\n", "new_path": "packages/core/docs/guides/how-to/create-a-custom-field.md", "old_path": null }, { "change_type": "DELETE", "diff": "-# Creating a...
JavaScript
MIT License
ing-bank/lion
chore: publish all guides
1
chore
null
306,641
15.06.2021 16:09:47
-19,080
ff4af11758e910483d49ae4b0fa4a200eef59576
fix(MultiSlider): fixes label onClick
[ { "change_type": "MODIFY", "diff": "@@ -306,9 +306,25 @@ export class MultiSlider extends React.Component<InternalMultiSliderProps, Multi\nconst offsetPercentage = formatPercentage(offsetRatio);\nconst style = { left: offsetPercentage };\nconst active = !disabled && activeLabels.indexOf(i.toFixed(this.state...
TypeScript
MIT License
innovaccer/design-system
fix(MultiSlider): fixes label onClick
1
fix
MultiSlider
679,913
15.06.2021 16:29:47
-7,200
61f34e74bbd55fe21e66d730e17a9cfd548989b4
feat(date): add/update locales, add separators add DE_SHORT/LONG, ES_LONG, FR_LONG, IT_LONG locales update `Locale` interface, add separators add `~`/`~~` formatters for referring to locale seperators
[ { "change_type": "MODIFY", "diff": "\"files\": [\n\"*.js\",\n\"*.d.ts\",\n- \"lib\"\n+ \"lib\",\n+ \"i18n\"\n],\n\"keywords\": [\n\"datastructure\",\n", "new_path": "packages/date/package.json", "old_path": "packages/date/package.json" }, { "change_type": "MODIFY", "diff": "@@ -43,6 +43,...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(date): add/update locales, add separators - add DE_SHORT/LONG, ES_LONG, FR_LONG, IT_LONG locales - update `Locale` interface, add separators - add `~`/`~~` formatters for referring to locale seperators
1
feat
date
306,423
15.06.2021 16:31:57
-7,200
9a6ef73fd50dfefbc776bb2ff0090257f353a0da
feat(extend-lion-docs): support usage without a scope folder
[ { "change_type": "MODIFY", "diff": "@@ -123,11 +123,11 @@ export async function generateExtendDocsConfig({\nawait init;\nconst options = { classPrefix, classBareImport, tagPrefix, tagBareImport };\n- const folderToCheck = path.join(_nodeModulesDir, npmScope);\n+ const folderToCheck = npmScope ? path.join(_n...
JavaScript
MIT License
ing-bank/lion
feat(extend-lion-docs): support usage without a scope folder
1
feat
extend-lion-docs
503,988
15.06.2021 16:45:16
14,400
dcaa7d7b5bf1b4aef7ccd93968a360e92e970a33
fix(Menu): update tabIndex when children change
[ { "change_type": "MODIFY", "diff": "@@ -81,14 +81,12 @@ class MenuBase extends React.Component<MenuProps, MenuState> {\nwindow.addEventListener('transitionend', this.props.isRootMenu ? this.handleDrilldownTransition : null);\n}\n- let ref = this.menuRef;\n- if (this.props.innerRef) {\n- ref = this.props.inn...
TypeScript
MIT License
patternfly/patternfly-react
fix(Menu): update tabIndex when children change (#5923)
1
fix
Menu
791,682
15.06.2021 17:24:13
14,400
8cd6821e333a51cd3469fd8bbae30eac90900eea
core(fr): add audit mode filter
[ { "change_type": "MODIFY", "diff": "@@ -44,12 +44,29 @@ function filterArtifactsByGatherMode(artifacts, mode) {\nfunction filterAuditsByAvailableArtifacts(audits, availableArtifacts) {\nif (!audits) return null;\n- const availableAritfactIds = new Set(\n+ const availableArtifactIds = new Set(\navailableArti...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(fr): add audit mode filter (#12649)
1
core
fr
306,423
15.06.2021 17:28:03
-7,200
48ffdbc4ee1c706e3212e72d8aff743eca093780
feat(extend-lion-docs): handle exports without Lion prefix
[ { "change_type": "MODIFY", "diff": "@@ -44,14 +44,23 @@ function generateVariableChange({\nsourceClassPrefix = 'Lion',\nsourceBareImport = '@lion/',\n}) {\n- const pureClassName = className.replace(sourceClassPrefix, '');\n+ let _sourceClassPrefix = sourceClassPrefix;\n+ let _classPrefix = classPrefix;\n+ l...
JavaScript
MIT License
ing-bank/lion
feat(extend-lion-docs): handle exports without Lion prefix
1
feat
extend-lion-docs
711,597
15.06.2021 17:36:13
-7,200
14b40bbb9ba1ef87d003ea297880bdfab6b695bb
fix(core): Correct handling of nested variantNameCollectionFilters Fixes
[ { "change_type": "MODIFY", "diff": "@@ -1286,12 +1286,14 @@ describe('Collection resolver', () => {\nasync function createVariantNameFilteredCollection(\noperator: string,\nterm: string,\n+ parentId?: string,\n): Promise<Collection.Fragment> {\nconst { createCollection } = await adminClient.query<\nCreateCo...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(core): Correct handling of nested variantNameCollectionFilters Fixes #927
1
fix
core
306,423
15.06.2021 18:05:21
-7,200
269ad57fdd69083949a6b46e3ba3ae8b619d333b
feat(extend-lion-docs): setting json filename containing the export map
[ { "change_type": "MODIFY", "diff": "@@ -118,6 +118,7 @@ function generateTagChange({\n* @param {string} opts.classBareImport\n* @param {string} opts.tagPrefix\n* @param {string} opts.tagBareImport\n+ * @param {string} [opts.exportsMapJsonFileName]\n* @returns\n*/\nexport async function generateExtendDocsCon...
JavaScript
MIT License
ing-bank/lion
feat(extend-lion-docs): setting json filename containing the export map
1
feat
extend-lion-docs
551,645
15.06.2021 18:08:05
-10,800
ed1093fca047f317504840f68372d773c1985dfe
feat(sql): implicitly cast Symbols to String in function calls and joins
[ { "change_type": "MODIFY", "diff": "@@ -27,10 +27,12 @@ package io.questdb.griffin;\nimport io.questdb.cairo.CairoConfiguration;\nimport io.questdb.cairo.ColumnType;\nimport io.questdb.cairo.sql.*;\n+import io.questdb.griffin.engine.functions.AbstractUnaryTimestampFunction;\nimport io.questdb.griffin.engine...
Java
Apache License 2.0
questdb/questdb
feat(sql): implicitly cast Symbols to String in function calls and joins (#1112)
1
feat
sql