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
877,015
25.10.2021 15:35:53
-7,200
c10dbd6f13457e13c96c674cc6f1f9da1b3ccfd5
chore: delete unused dependencies
[ { "change_type": "MODIFY", "diff": "\"@vtmn/css-tooltip\": \"^0.3.15\",\n\"@vtmn/icons\": \"^0.5.1\",\n\"@wojtekmaj/enzyme-adapter-react-17\": \"^0.6.1\",\n- \"babel-plugin-typescript-to-proptypes\": \"^1.4.2\",\n\"enzyme\": \"^3.11.0\",\n\"eslint-config-prettier\": \"^8.2.0\",\n\"eslint-plugin-prettier\": ...
JavaScript
Apache License 2.0
decathlon/vitamin-web
chore: delete unused dependencies
1
chore
null
104,835
25.10.2021 15:45:00
14,400
73c5e0411bd06c08d84a82875be9f649b7e64aa1
fix(datetimepicker): unable to modify abs range issue
[ { "change_type": "MODIFY", "diff": "@@ -35,6 +35,7 @@ import { DateRange, DateTimeSelection, RelativeRange } from './date-time-picker.\n[value]=\"value\"\n[batchText]=\"batchText\"\n[dateFormat]=\"dateFormat\"\n+ [datePickerFormat]=\"datePickerFormat\"\n[placeholder]=\"placeholder\"\n[flatpickrOptions]=\"fl...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(datetimepicker): unable to modify abs range issue
1
fix
datetimepicker
104,835
25.10.2021 15:46:33
14,400
b6d7774a5dfca0961782a2ec96430f1929aa2c88
fix(datetimepicker): clear and format code
[ { "change_type": "MODIFY", "diff": "-import { Component, EventEmitter, Input, OnChanges, OnInit, Output, SimpleChanges } from '@angular/core';\n+import {\n+ Component,\n+ EventEmitter,\n+ Input,\n+ OnChanges,\n+ OnInit,\n+ Output,\n+ SimpleChanges,\n+} from '@angular/core';\nimport { format, setHours, setMi...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(datetimepicker): clear and format code
1
fix
datetimepicker
711,597
25.10.2021 15:49:02
-7,200
18d3389809636a52c35f8982245e5daa2c426dc9
docs: Fix link in storefront docs
[ { "change_type": "MODIFY", "diff": "@@ -19,7 +19,7 @@ Luckily there are some projects that can help you get your storefront up-and-run\n[Vue Storefront](https://www.vuestorefront.io/) is a popular backend-agnostic storefront PWA solution and they offer an official [Vue Storefront Vendure integration](https:...
TypeScript
MIT License
vendure-ecommerce/vendure
docs: Fix link in storefront docs
1
docs
null
277,277
25.10.2021 16:12:43
-7,200
11e6dabd0226f121801106f26445f766fda3c73d
feat: compact file upload
[ { "change_type": "ADD", "diff": "+# Form / File Upload / Compact\n+# Use a compact file #upload component to take less form space.\n+# #form #file_upload #compact\n+# ---\n+from h2o_wave import main, app, Q, ui\n+\n+\n+@app('/demo')\n+async def serve(q: Q):\n+ if 'file_upload' in q.args:\n+ q.page['example'...
Python
Apache License 2.0
h2oai/wave
feat: compact file upload #623 (#716)
1
feat
null
667,680
25.10.2021 16:16:29
-28,800
9b12f1e7dfa2b69b66ed0d2838cfd5606636365d
chore(android): update Gradle version
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,7 @@ buildscript {\nmavenCentral()\n}\ndependencies {\n- classpath 'com.android.tools.build:gradle:4.2.1'\n+ classpath 'com.android.tools.build:gradle:4.2.2'\n// NOTE: Do not place your application dependencies here; they belong\n// in the individual module bui...
C++
Apache License 2.0
tencent/hippy
chore(android): update Gradle version
1
chore
android
667,680
25.10.2021 16:20:59
-28,800
c0b3ae4031179eb1e9a967d8285b800522cf3129
feat(android): update `x5-lite` definitions
[ { "change_type": "MODIFY", "diff": "@@ -13,6 +13,7 @@ set(V8_DEFINITIONS)\nlist(APPEND V8_DEFINITIONS \"-DV8_IMMINENT_DEPRECATION_WARNINGS;\")\nlist(APPEND V8_DEFINITIONS \"-DV8_DEPRECATION_WARNINGS;\")\nlist(APPEND V8_DEFINITIONS \"-DV8_X5_LITE;\")\n+list(APPEND V8_DEFINITIONS \"-DTENCENT_CHANGES;\")\nset(...
C++
Apache License 2.0
tencent/hippy
feat(android): update `x5-lite` definitions
1
feat
android
251,188
25.10.2021 16:38:47
-10,800
8c4dc8f4de55048bd215833589e11967ba2f0115
feat: revert Weld 4 changes from 4.3.1
[ { "change_type": "MODIFY", "diff": "<artifactId>cdi-api</artifactId>\n<scope>provided</scope>\n</dependency>\n+ <dependency>\n+ <groupId>javax.servlet</groupId>\n+ <artifactId>javax.servlet-api</artifactId>\n+ <scope>provided</scope>\n+ </dependency>\n<dependency>\n<groupId>net.bootsfaces</groupId>\n<groupI...
Java
MIT License
gluufederation/oxauth
feat: revert Weld 4 changes from 4.3.1
1
feat
null
104,828
25.10.2021 16:39:57
-7,200
c96cf6c717487476df88e6d7f075f0af13913232
fix(list): prevent multiple handleselect callbacks
[ { "change_type": "MODIFY", "diff": "@@ -294,8 +294,10 @@ describe('List', () => {\nit('adds checkboxes when isMultiSelect is set to true', () => {\nconst onSelect = jest.fn();\n- render(<List title=\"list\" items={getListItems(1)} handleSelect={onSelect} isMultiSelect />);\n- userEvent.click(screen.getByTes...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(list): prevent multiple handleselect callbacks
1
fix
list
103,510
25.10.2021 16:42:41
10,800
91e669c98965171267cbe6383bddd22772a96e5a
fix: chrome autofill in flat TextInput on web
[ { "change_type": "MODIFY", "diff": "@@ -422,6 +422,7 @@ const styles = StyleSheet.create({\nright: 0,\nbottom: 0,\nheight: 2,\n+ zIndex: 1,\n},\nlabelContainer: {\npaddingTop: 0,\n@@ -430,7 +431,6 @@ const styles = StyleSheet.create({\ninput: {\nflexGrow: 1,\nmargin: 0,\n- zIndex: 1,\n},\ninputFlat: {\npadd...
TypeScript
MIT License
callstack/react-native-paper
fix: chrome autofill in flat TextInput on web (#2850)
1
fix
null
73,313
25.10.2021 16:46:22
-3,600
05407ddf9d887dc008ba38ed9926bf66ba6448ca
chore: add user otaviomacedo to contributors
[ { "change_type": "MODIFY", "diff": "@@ -29,7 +29,7 @@ pull_request_rules:\nlabel:\nadd: [contribution/core]\nconditions:\n- - author~=^(eladb|RomainMuller|garnaat|nija-at|skinny85|rix0rrr|NGL321|Jerry-AWS|SomayaB|MrArnoldPalmer|NetaNir|iliapolo|njlynch|madeline-k|BenChaimberg|comcalvi|kaizen3031593|Chriscbr...
TypeScript
Apache License 2.0
aws/jsii
chore: add user otaviomacedo to contributors Co-authored-by: Rico Huijbers <rix0rrr@gmail.com>
1
chore
null
104,855
25.10.2021 17:17:56
-19,080
2b2b0979d63ad5f8ee56166784fce993013d6bdc
chore(card): adding prop type definition
[ { "change_type": "MODIFY", "diff": "@@ -563,6 +563,23 @@ You can use extraActions on a Card. Which can be used in the card toolbar to eit\n/>\n```\n+```jsx\n+// Card with single disabled extra action.\n+<Card\n+ {...cardProps}\n+ size={CARD_SIZES.LARGE}\n+ availableActions={{\n+ extra: true,\n+ }}\n+ extraA...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(card): adding prop type definition #2846
1
chore
card
103,550
25.10.2021 17:50:36
-3,600
abd82899482d7441687e6505677a44a7c5d3e83f
fix: Ripple effect on DrawerItem
[ { "change_type": "MODIFY", "diff": "@@ -85,19 +85,16 @@ const DrawerItem = ({\nconst labelMargin = icon ? 32 : 0;\nreturn (\n- <View\n- {...rest}\n+ <View {...rest}>\n+ <TouchableRipple\n+ borderless\n+ delayPressIn={0}\n+ onPress={onPress}\nstyle={[\nstyles.container,\n{ backgroundColor, borderRadius: roun...
TypeScript
MIT License
callstack/react-native-paper
fix: Ripple effect on DrawerItem (#2879) Co-authored-by: lukewalczak <lukasz.walczak.pwr@gmail.com>
1
fix
null
306,320
25.10.2021 17:58:27
-3,600
4e318feff1c6c9ccf37eb388835dd75bb1a20a0d
feat: Add diff and past total to JSON output * chore: make fmt * feat: add past and diff totals to the JSON output This adds the following top-level keys: * `diffTotalMonthlyCost` * `diffTotalHourlyCost` * `pastTotalMonthlyCost` * `pastTotalHourlyCost`
[ { "change_type": "MODIFY", "diff": "],\n\"totalHourlyCost\": \"1.86480479452054793334316749\",\n\"totalMonthlyCost\": \"1361.3075\",\n+ \"pastTotalHourlyCost\": \"0\",\n+ \"pastTotalMonthlyCost\": \"0\",\n+ \"diffTotalHourlyCost\": \"1.86480479452054793334316749\",\n+ \"diffTotalMonthlyCost\": \"1361.3075\"...
Go
Apache License 2.0
infracost/infracost
feat: Add diff and past total to JSON output (#1076) * chore: make fmt * feat: add past and diff totals to the JSON output This adds the following top-level keys: * `diffTotalMonthlyCost` * `diffTotalHourlyCost` * `pastTotalMonthlyCost` * `pastTotalHourlyCost`
1
feat
null
679,913
25.10.2021 18:04:56
-7,200
6dfbf7120faaea7ef6af4f755e1a609cb49d902a
fix: update snowpack issue workaround switch to another temp workaround until snowpack team fixes snowpackjs/snowpack#3621
[ { "change_type": "MODIFY", "diff": "import { defError } from \"./deferror.js\";\n// FIXME https://github.com/snowpackjs/snowpack/issues/3621#issuecomment-907731004\n-import.meta.hot;\n+// FIXME https://github.com/snowpackjs/snowpack/issues/3768\n+/* imports meta.hot method */\ndeclare const __SNOWPACK_ENV__...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix: #324 update snowpack issue workaround - switch to another temp workaround until snowpack team fixes snowpackjs/snowpack#3621
1
fix
null
679,913
25.10.2021 18:27:31
-7,200
8562b0eb72112e22ebf5e6e729e17bda8dd03296
build: rollback rollup version 2.58.1 has changed/breaking behavior re: ESM compat
[ { "change_type": "MODIFY", "diff": "\"html-minifier-terser\": \"^6.0.2\",\n\"lerna\": \"^4.0.0\",\n\"rimraf\": \"^3.0.2\",\n- \"rollup\": \"^2.58.1\",\n+ \"rollup\": \"2.58.0\",\n\"rollup-plugin-cleanup\": \"^3.2.1\",\n\"snowpack\": \"^3.8.8\",\n\"terser\": \"^5.9.0\",\n", "new_path": "package.json", ...
TypeScript
Apache License 2.0
thi-ng/umbrella
build: rollback rollup version - 2.58.1 has changed/breaking behavior re: ESM compat
1
build
null
14,244
25.10.2021 18:38:30
-7,200
0670a702d89fa2202b70c00c81b9eaab79446592
test(plugins): test Query Suggestions plugin
[ { "change_type": "MODIFY", "diff": "-import { createSearchClient } from '../../../../test/utils';\n+import { createAutocomplete } from '@algolia/autocomplete-core';\n+import { autocomplete } from '@algolia/autocomplete-js';\n+import { Hit } from '@algolia/client-search';\n+import { fireEvent, waitFor, withi...
TypeScript
MIT License
algolia/autocomplete
test(plugins): test Query Suggestions plugin (#786)
1
test
plugins
276,993
25.10.2021 18:44:06
10,800
9497afcedc4f2d95af1ae78f7268d1fa13362bc9
feat: create component bottom sheet notification
[ { "change_type": "ADD", "diff": "+### Reference\n+\n+Gympass `<BottomSheet />` description\n+\n+### Usage\n+\n+```javascript type=expo\n+ <BottomSheet />\n+```\n+\n+### Props\n+\n+<PropsTable component=\"BottomSheet\" platform=\"native\" />\n\\ No newline at end of file\n", "new_path": "packages/doc/con...
JavaScript
MIT License
gympass/yoga
feat: create component bottom sheet notification
1
feat
null
777,367
25.10.2021 18:54:06
14,400
fd3d3f7a8506752a6c7d942448616d33b3973676
fix: fix doc static file path
[ { "change_type": "MODIFY", "diff": "@@ -23,6 +23,7 @@ language = \"en\"\nsource_suffix = {\".rst\": \"restructuredtext\", \".txt\": \"restructuredtext\"}\ntemplates_path = [\"_templates\"]\n+html_static_path = [\"assets\"]\nexclude_patterns = [\"_build\", \"Thumbs.db\", \".DS_Store\", \"examples\", \"requir...
Python
Apache License 2.0
determined-ai/determined
fix: fix doc static file path (#3120)
1
fix
null
317,646
25.10.2021 19:22:58
-7,200
d84b92ef139f05fa4903ff5d1c885be2c90d482f
feat(colors): current color override relates to
[ { "change_type": "MODIFY", "diff": "@@ -47,6 +47,7 @@ type colorWriter interface {\nwrite(background, foreground, text string)\nstring() string\nreset()\n+ setColors(background, foreground string)\nsetParentColors(background, foreground string)\n}\n@@ -55,7 +56,8 @@ type AnsiColor struct {\nbuilder strings....
Go
MIT License
jandedobbeleer/oh-my-posh
feat(colors): current color override relates to #1099
1
feat
colors
317,675
25.10.2021 19:25:14
-7,200
224bc0a5b2e6759db7a2a722f467d8043fec6017
theme: night owl
[ { "change_type": "MODIFY", "diff": "@@ -38,6 +38,7 @@ themeConfigOverrrides.set('marcduiker.omp.json', newThemeConfig(0, 40));\nthemeConfigOverrrides.set('material.omp.json', newThemeConfig(40, 40));\nthemeConfigOverrrides.set('microverse-power.omp.json', newThemeConfig(40, 100));\nthemeConfigOverrrides.set...
Go
MIT License
jandedobbeleer/oh-my-posh
theme: night owl
1
theme
null
251,188
25.10.2021 20:01:31
-10,800
849fc2023d76bcaa798cdbd24e12c17a0c42d197
fix: fix cookie service scope
[ { "change_type": "MODIFY", "diff": "@@ -13,6 +13,7 @@ import org.json.JSONException;\nimport org.slf4j.Logger;\nimport javax.enterprise.context.ApplicationScoped;\n+import javax.enterprise.context.RequestScoped;\nimport javax.faces.context.ExternalContext;\nimport javax.faces.context.FacesContext;\nimport j...
Java
MIT License
gluufederation/oxauth
fix: fix cookie service scope
1
fix
null
251,188
25.10.2021 20:10:35
-10,800
bd8084cf01d3e33c171f4cf5e015c8a4391c0340
fix: fix: fix service scopes
[ { "change_type": "MODIFY", "diff": "@@ -14,6 +14,7 @@ import java.util.MissingResourceException;\nimport java.util.ResourceBundle;\nimport javax.enterprise.context.ApplicationScoped;\n+import javax.enterprise.context.RequestScoped;\nimport javax.enterprise.event.Observes;\nimport javax.faces.context.FacesCo...
Java
MIT License
gluufederation/oxauth
fix: fix: fix service scopes
1
fix
null
71,619
25.10.2021 20:12:51
-7,200
691d3771d32002b3cd4cb1221af92762b749e716
feat(ec2): add region parameter for UserData via addS3DownloadCommand Allow the specification of a region in `addS3DownloadCommand()` in the UserData helper. Fixes *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
[ { "change_type": "MODIFY", "diff": "@@ -1110,6 +1110,7 @@ const instance = new ec2.Instance(this, 'Instance', {\nconst localPath = instance.userData.addS3DownloadCommand({\nbucket:asset.bucket,\nbucketKey:asset.s3ObjectKey,\n+ region: 'us-east-1', // Optional\n});\ninstance.userData.addExecuteFileCommand({\...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(ec2): add region parameter for UserData via addS3DownloadCommand (#16667) Allow the specification of a region in `addS3DownloadCommand()` in the UserData helper. Fixes #8287 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
feat
ec2
317,731
25.10.2021 21:26:25
-19,080
ab49de23582e96863a312a04dae0d4e1ceb974db
fix: type in theme schema
[ { "change_type": "MODIFY", "diff": "\"charged_icon\": {\n\"type\": \"string\",\n\"title\": \"Charged Icon\",\n- \"description\": \"Text/icon o display on the left when fully charged\",\n+ \"description\": \"Text/icon to display on the left when fully charged\",\n\"default\": \"\"\n},\n\"color_background\": ...
Go
MIT License
jandedobbeleer/oh-my-posh
fix: type in theme schema
1
fix
null
251,188
25.10.2021 21:36:44
-10,800
ba11dd243f83592e6026e380cd444eff7f3eb470
fix: fix service scopes
[ { "change_type": "MODIFY", "diff": "@@ -14,7 +14,6 @@ import java.util.MissingResourceException;\nimport java.util.ResourceBundle;\nimport javax.enterprise.context.ApplicationScoped;\n-import javax.enterprise.context.RequestScoped;\nimport javax.enterprise.event.Observes;\nimport javax.faces.context.FacesCo...
Java
MIT License
gluufederation/oxauth
fix: fix service scopes
1
fix
null
342,861
25.10.2021 21:55:20
-7,200
b8911a32129fccf3c6b227ff1420a66c583a5374
feat(InputField): add width prop
[ { "change_type": "MODIFY", "diff": "@@ -565,6 +565,7 @@ export const Playground = (): React.Node => {\nconst help = text(\"Help\", undefined);\nconst error = text(\"Error\", undefined);\nconst disabled = boolean(\"Disabled\", false);\n+ const width = text(\"width\", \"\");\nconst maxValue = number(\"maxValu...
JavaScript
MIT License
kiwicom/orbit
feat(InputField): add width prop
1
feat
InputField
342,861
25.10.2021 22:01:28
-7,200
a83e273f13bfb999014454b823b808ab507b9ce4
feat(InputFile): add width prop
[ { "change_type": "MODIFY", "diff": "@@ -122,6 +122,7 @@ export const Playground = (): React.Node => {\nconst dataTest = text(\"dataTest\", \"test\");\nconst spaceAfter = select(\"spaceAfter\", [null, ...Object.values(SPACINGS_AFTER)]);\nconst required = boolean(\"required\", false);\n+ const width = text(\"...
JavaScript
MIT License
kiwicom/orbit
feat(InputFile): add width prop
1
feat
InputFile
342,861
25.10.2021 22:01:43
-7,200
64554811ba56c615829810c0a4f6c772cfb4cb74
feat(InputStepper): add width prop
[ { "change_type": "MODIFY", "diff": "@@ -57,6 +57,7 @@ const InputStepperStateless = ({\nonDecrement,\nonIncrement,\ndisabledIncrement,\n+ width,\ndisabledDecrement,\ntitleIncrement,\ntitleDecrement,\n@@ -67,6 +68,7 @@ const InputStepperStateless = ({\ndataTest={dataTest}\nsize={size}\nlabel={label}\n+ width...
JavaScript
MIT License
kiwicom/orbit
feat(InputStepper): add width prop
1
feat
InputStepper
342,861
25.10.2021 22:05:28
-7,200
630c466bdf2450560c2130dfbe4bd05d857fecb9
feat(Select): add width prop
[ { "change_type": "MODIFY", "diff": "@@ -72,7 +72,7 @@ const Field: any = styled(\nposition: relative;\ndisplay: block;\nflex: 1 1 100%;\n- width: ${$width || \"100%\"};\n+ width: ${$width};\nmargin-bottom: ${getSpacingToken};\n`}\n`;\n@@ -372,7 +372,7 @@ const InputField: InputFieldType = React.forwardRef((...
JavaScript
MIT License
kiwicom/orbit
feat(Select): add width prop
1
feat
Select
103,580
25.10.2021 22:34:21
-7,200
58851e3376430b8c4278faa38f5b43339743784d
refactor: update appearance subscription
[ { "change_type": "MODIFY", "diff": "@@ -60,10 +60,20 @@ const Provider = ({ ...props }: Props) => {\n}, [props.theme]);\nReact.useEffect(() => {\n- if (!props.theme) Appearance?.addChangeListener(handleAppearanceChange);\n+ let appearanceSubscription: NativeEventSubscription | undefined;\n+ if (!props.theme...
TypeScript
MIT License
callstack/react-native-paper
refactor: update appearance subscription (#2586)
1
refactor
null
777,424
25.10.2021 22:52:10
-7,200
4bc7634bfdbf95221999505a98e3f00cd4cbb9b4
fix: master_config_path not being treated as Path When calling handle_master_up() in deploy/local/cli.py, `args.master_config_path` was sent as a `str` instead of `Path`, which is the required argument type of `cluster_utils.master_up()`.
[ { "change_type": "MODIFY", "diff": "@@ -202,13 +202,13 @@ args_description = Cmd(\nGroup(\nArg(\n\"--master-config-path\",\n- type=str,\n+ type=Path,\ndefault=None,\nhelp=\"path to master configuration\",\n),\nArg(\n\"--storage-host-path\",\n- type=str,\n+ type=Path,\ndefault=None,\nhelp=\"Storage location ...
Python
Apache License 2.0
determined-ai/determined
fix: master_config_path not being treated as Path (#3112) When calling handle_master_up() in deploy/local/cli.py, `args.master_config_path` was sent as a `str` instead of `Path`, which is the required argument type of `cluster_utils.master_up()`.
1
fix
null
756,051
25.10.2021 23:19:47
18,000
51cb7120a9a18c23b40cd296333f5ae76af43d98
chore: prune install-metering-and-ses package
[ { "change_type": "DELETE", "diff": "-# Change Log\n-\n-All notable changes to this project will be documented in this file.\n-See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n-\n-### [0.2.28](https://github.com/Agoric/agoric-sdk/compare/@agoric/install-metering-and-ses@0.2...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore: prune install-metering-and-ses package
1
chore
null
756,051
25.10.2021 23:20:07
18,000
54fdc5173f3d6a97b4eaed4ce076ff8405594746
fix: re2 is obsolete in favor of XS RegExp metering
[ { "change_type": "MODIFY", "diff": "\"anylogger\": \"^0.21.0\",\n\"import-meta-resolve\": \"^1.1.1\",\n\"node-lmdb\": \"^0.9.5\",\n- \"re2\": \"^1.16.0\",\n\"semver\": \"^6.3.0\",\n\"ses\": \"^0.14.3\"\n},\n", "new_path": "packages/SwingSet/package.json", "old_path": "packages/SwingSet/package.json"...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix: re2 is obsolete in favor of XS RegExp metering
1
fix
null
756,051
25.10.2021 23:21:07
18,000
fcbdcbda5c6c28843e66db0f1e7e53c07c6bade9
build: lock packages after removing re2, tame-metering
[ { "change_type": "MODIFY", "diff": "resolved \"https://registry.yarnpkg.com/@agoric/nat/-/nat-4.1.0.tgz#102794e033ffc183a20b0f86031a2e76d204b9f6\"\nintegrity sha512-2oMoh3DMn0Fx8HChPPiH8irBNdT/33ttxAZJohhd3nU3gyBRQ1u+eEoOQWfSkrE6M02iMkQM7GE9MzGmjQ6bHg==\n+\"@agoric/tame-metering@^2.0.14\":\n+ version \"2.0....
JavaScript
Apache License 2.0
agoric/agoric-sdk
build: lock packages after removing re2, tame-metering
1
build
null
4,988
26.10.2021 00:02:35
-7,200
496231dfd838f0a6a72269a5a2390a4c637cef95
feat: backward support for node 8
[ { "change_type": "MODIFY", "diff": "@@ -21,7 +21,8 @@ csv\n}))\n// Convert objects into a stream\n.pipe(csv.stringify({\n- quoted: true\n+ quoted: true,\n+ encoding: 'utf8' // Support for Node.js 8\n}))\n// Print the CSV stream to stdout\n.pipe(process.stdout)\n", "new_path": "demo/cjs/lib/csv.js", ...
JavaScript
MIT License
adaltas/node-csv
feat: backward support for node 8
1
feat
null
4,988
26.10.2021 00:43:15
-7,200
24f867a0b7e1742c97cf75156738187c5fa7513d
test(csv-generate): fix types sync generate fn
[ { "change_type": "MODIFY", "diff": "@@ -7,24 +7,24 @@ describe('API Types', () => {\ndescribe('usage', () => {\nit('sync with options as number', () => {\n- const generator: string = generateSync(1)\n+ const generator: string = generate(1)\ngenerator.should.be.a.String()\n})\nit('sync with options in string...
JavaScript
MIT License
adaltas/node-csv
test(csv-generate): fix types sync generate fn
1
test
csv-generate
4,988
26.10.2021 00:46:14
-7,200
be2534928ba21156e9cde1e15d2e8593d62ffe71
fix: export original lib esm modules
[ { "change_type": "MODIFY", "diff": "},\n\"exports\": {\n\".\": {\n- \"import\": \"./dist/esm/index.js\",\n+ \"import\": \"./lib/index.js\",\n\"require\": \"./dist/cjs/index.cjs\"\n},\n\"./sync\": {\n- \"import\": \"./dist/esm/sync.js\",\n+ \"import\": \"./lib/sync.js\",\n\"require\": \"./dist/cjs/sync.cjs\"...
JavaScript
MIT License
adaltas/node-csv
fix: export original lib esm modules
1
fix
null
4,988
26.10.2021 00:47:47
-7,200
a13c558b3228a0f313d940e51353b54e0f59c99f
docs: fix sample assertion in encoding buffer
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,7 @@ const data = Buffer.from(`a,b\\n1,2`);\nconst records = parse(data, {\nencoding: null\n});\n-assert.deepStrictEqual(records, [\n+assert.deepEqual(records, [\n[ Buffer.from('a'), Buffer.from('b') ],\n[ Buffer.from('1'), Buffer.from('2') ]\n]);\n", "new_...
JavaScript
MIT License
adaltas/node-csv
docs: fix sample assertion in encoding buffer
1
docs
null
4,988
26.10.2021 00:48:43
-7,200
fc8938090141861dcbcae214f64e52a0aa6cc691
fix(csv-parse): export csv error class in sync
[ { "change_type": "MODIFY", "diff": "@@ -6237,4 +6237,5 @@ const parse = function(data, options={}){\nreturn records;\n};\n+exports.CsvError = CsvError;\nexports.parse = parse;\n", "new_path": "packages/csv-parse/dist/cjs/sync.cjs", "old_path": "packages/csv-parse/dist/cjs/sync.cjs" }, { "cha...
JavaScript
MIT License
adaltas/node-csv
fix(csv-parse): export csv error class in sync
1
fix
csv-parse
104,855
26.10.2021 07:19:59
-19,080
b84f64a4dd6f7204d5a34fed763573565ce03f39
chore(card): sync with latest
[ { "change_type": "MODIFY", "diff": "@@ -696,7 +696,7 @@ exports[`Storybook Snapshot tests and console checks Storyshots 2 - Watson IoT E\nonAnimationEnd={[Function]}\n>\n<button\n- aria-controls=\"accordion-item-649\"\n+ aria-controls=\"accordion-item-650\"\naria-expanded={true}\nclassName=\"bx--accordion__...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(card): sync with latest #2846
1
chore
card
791,282
26.10.2021 09:08:56
25,200
bc93c1f0180801c5c69ef0629721a6f413c0bc9c
chore(storage): reenable grpc integration tests
[ { "change_type": "MODIFY", "diff": "@@ -778,7 +778,6 @@ func TestIntegration_ObjectsRangeReader(t *testing.T) {\n}\nfunc TestIntegration_ObjectReadGRPC(t *testing.T) {\n- t.Skip(\"https://github.com/googleapis/google-cloud-go/issues/4963\")\nctx := context.Background()\n// Create an HTTP client to upload te...
Go
Apache License 2.0
googleapis/google-cloud-go
chore(storage): reenable grpc integration tests (#5027)
1
chore
storage
749,536
26.10.2021 09:19:47
25,200
7eb383f1c2e8fd759083599026779cd3a0393779
feat(colorpickers): add isOpen control prop to dialogs
[ { "change_type": "MODIFY", "diff": "{\n\"index.cjs.js\": {\n- \"bundled\": 66023,\n- \"minified\": 42662,\n- \"gzipped\": 9851\n+ \"bundled\": 66695,\n+ \"minified\": 42842,\n+ \"gzipped\": 9906\n},\n\"index.esm.js\": {\n- \"bundled\": 61837,\n- \"minified\": 39128,\n- \"gzipped\": 9581,\n+ \"bundled\": 624...
TypeScript
Apache License 2.0
zendeskgarden/react-components
feat(colorpickers): add isOpen control prop to dialogs (#1228)
1
feat
colorpickers
304,854
26.10.2021 09:46:15
18,000
dcf2a392b520d95cbc3f58073519276d94c5a494
chore: fix data race in rule test helpers
[ { "change_type": "MODIFY", "diff": "@@ -222,7 +222,9 @@ func PhysicalRuleTestHelper(t *testing.T, tc *RuleTestCase, options ...cmp.Optio\nreturn nil\n})\n- tempOptions := append(CmpOptions, options...)\n+ tempOptions := make([]cmp.Option, 0, len(CmpOptions)+len(options))\n+ tempOptions = append(tempOptions,...
Go
MIT License
influxdata/flux
chore: fix data race in rule test helpers (#4175)
1
chore
null
104,844
26.10.2021 09:58:43
14,400
19d8076e3834903f4789268b4db272006b684720
chore(test-app): updating file paths for artifact download
[ { "change_type": "MODIFY", "diff": "@@ -164,6 +164,15 @@ jobs:\n- name: Download all workflow run artifacts\nuses: actions/download-artifact@v2\n+ with:\n+ name: cypress-coverage\n+ path: ~/packages/react/cypress/coverage/\n+\n+ - name: Download all workflow run artifacts\n+ uses: actions/download-artifact@...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(test-app): updating file paths for artifact download
1
chore
test-app
276,993
26.10.2021 10:03:16
10,800
a09fa010196ca769d914ffd9ace536cbdeea6843
feat: add wrap to cover entire screen
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,7 @@ import { render } from '@testing-library/react-native';\nimport { ThemeProvider, BottomSheet } from '../..';\ndescribe('<BottomSheet />', () => {\n- it('should match snapshot', () => {\n+ it.skip('should match snapshot', () => {\nconst { container } = rend...
JavaScript
MIT License
gympass/yoga
feat: add wrap to cover entire screen
1
feat
null
777,396
26.10.2021 10:05:20
21,600
c5f76f5c3cf42782eede911abfb3a763bb7a10ab
chore: add a helpful error message when fetching context fails
[ { "change_type": "MODIFY", "diff": "@@ -13,10 +13,35 @@ def trial_prep(info: det.ClusterInfo, cert: certs.Cert) -> None:\ntrial_info = det.TrialInfo._from_env()\ntrial_info._to_file()\n- resp = request.get(\n- info.master_url, path=f\"api/v1/experiments/{trial_info.experiment_id}/model_def\", cert=cert\n- )...
Python
Apache License 2.0
determined-ai/determined
chore: add a helpful error message when fetching context fails (#3123)
1
chore
null
531,777
26.10.2021 10:17:45
-7,200
7018eb1c8b21603d9ee29e502b4bb23312efc7e6
feat(config): add config parameters labels.keep_re and labels.strip_re
[ { "change_type": "MODIFY", "diff": "@@ -41,7 +41,9 @@ env KARMA_NAME=karma-demo\nenv LABELS_COLOR_STATIC=job\nenv LABELS_COLOR_UNIQUE='@receiver instance cluster'\nenv LABELS_KEEP='keep1 keep2'\n+env LABELS_KEEP_RE='keep_re1 keep_re2'\nenv LABELS_STRIP='strip1 strip2'\n+env LABELS_STRIP_RE='strip_re1 strip_...
TypeScript
Apache License 2.0
prymitive/karma
feat(config): add config parameters labels.keep_re and labels.strip_re
1
feat
config
4,988
26.10.2021 10:31:41
-7,200
88973663af5e54141bd37ecac9066027b3ca984f
chore: export lib
[ { "change_type": "MODIFY", "diff": "},\n\"files\": [\n\"dist\",\n+ \"lib\",\n\"samples\"\n],\n\"homepage\": \"https://csv.js.org/generate/\",\n", "new_path": "packages/csv-generate/package.json", "old_path": "packages/csv-generate/package.json" }, { "change_type": "MODIFY", "diff": "},\n...
JavaScript
MIT License
adaltas/node-csv
chore: export lib
1
chore
null
4,988
26.10.2021 10:32:00
-7,200
7452431ad938f7e1a111d0f137c638777c4033cb
test(csv): export parse error
[ { "change_type": "MODIFY", "diff": "import 'should'\n-import {generate, parse, stringify, transform} from '../lib/index.js'\n+import {generate, parse, parser, stringify, transform} from '../lib/index.js'\ndescribe('API Types', () => {\n@@ -13,7 +13,7 @@ describe('API Types', () => {\nit('parse', () => {\n//...
JavaScript
MIT License
adaltas/node-csv
test(csv): export parse error
1
test
csv
276,941
26.10.2021 10:54:32
10,800
559ea14db52fd7ee33aa2557544104f4c14ac431
feat(avatar): minor improvements some suggestions for code improvements raised in the PR were applied
[ { "change_type": "MODIFY", "diff": "@@ -18,10 +18,14 @@ const Avatar = ({\nstroke,\n...props\n}) => {\n- function renderContent() {\n- if (src) return <Box as={Image} width=\"100%\" height=\"100%\" source={src} />;\n+ function Content() {\n+ if (src) {\n+ return <Box as={Image} width=\"100%\" height=\"100%\...
JavaScript
MIT License
gympass/yoga
feat(avatar): minor improvements some suggestions for code improvements raised in the PR were applied
1
feat
avatar
865,926
26.10.2021 11:18:13
-7,200
f13a61525fc314c3bf65a3bfd7ff54ebeeb700b9
fix(ci): specify target-branch for electron* updates This should make it possible to keep two configurations for the root package. Cf. Closes
[ { "change_type": "MODIFY", "diff": "@@ -18,6 +18,7 @@ updates:\nversioning-strategy: \"increase-if-necessary\"\nopen-pull-requests-limit: 0\n- package-ecosystem: \"npm\"\n+ target-branch: \"develop\"\ndirectory: \"/\"\nschedule:\ninterval: \"weekly\"\n", "new_path": ".github/dependabot.yml", "old_pa...
JavaScript
MIT License
camunda/camunda-modeler
fix(ci): specify target-branch for electron* updates This should make it possible to keep two configurations for the root package. Cf. https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates#target-branch Closes #2529
1
fix
ci
756,039
26.10.2021 11:19:14
25,200
4a68ee02b05c76c4afa917eea477506682f2c684
chore(react-wallet): Rename jsx files from js to jsx
[ { "change_type": "RENAME", "diff": "@@ -4,11 +4,11 @@ import { Switch, Route } from 'react-router-dom';\nimport { makeStyles, useTheme } from '@material-ui/core/styles';\nimport AppBar from './components/AppBar';\nimport NavMenu from './components/NavMenu';\n-import Contacts from './views/Contacts.js';\n-im...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore(react-wallet): Rename jsx files from js to jsx
1
chore
react-wallet
276,939
26.10.2021 11:20:06
10,800
8c808ce2f04605126dd647c111e5f039c4f932bc
feat(avatar-web): add new specification as in mobile
[ { "change_type": "MODIFY", "diff": "@@ -20,8 +20,23 @@ const Avatar = ({\nfill,\nstroke,\nicon = BuildingFilled,\n+ children,\n...otherProps\n-}) => (\n+}) => {\n+ function Content() {\n+ if (src) {\n+ return <Image src={src} alt={alt} />;\n+ }\n+\n+ if (children) {\n+ return children;\n+ }\n+\n+ return (\n...
JavaScript
MIT License
gympass/yoga
feat(avatar-web): add new specification as in mobile
1
feat
avatar-web
276,939
26.10.2021 11:21:02
10,800
e644c63c761e086dfa8372712518daa3023b69c5
docs(avatar): add documentation for new usage of avatar
[ { "change_type": "MODIFY", "diff": "</Box>\n```\n+### Custom image component (children)\n+You can also pass your very own children to Avatar, which may be useful in cases where you need to wrap it inside some custom component to extend it:\n+\n+```javascript\n+<Box display=\"flex\" justifyContent=\"space-ev...
JavaScript
MIT License
gympass/yoga
docs(avatar): add documentation for new usage of avatar
1
docs
avatar
4,988
26.10.2021 11:35:02
-7,200
3f883123bdcfc41a01674f02ddff47ed6e83db95
docs: issue 298 file 2
[ { "change_type": "RENAME", "diff": "", "new_path": "demo/issues/298.1.js", "old_path": "demo/issues/298.js" }, { "change_type": "ADD", "diff": "+\n+import {parse} from 'csv-parse/sync';\n+import assert from 'assert';\n+\n+assert.deepEqual(\n+ parse('a,b,c\\n1,2,3\\n4,5,6', {\n+ cast: (va...
JavaScript
MIT License
adaltas/node-csv
docs: issue 298 file 2
1
docs
null
756,013
26.10.2021 11:45:21
21,600
a87b05e6b8b65641e3f549c0838eba58714fefa6
fix(wallet): release payments when they are dispositioned
[ { "change_type": "ADD", "diff": "+// @ts-check\n+\n+import { makePromiseKit } from '@agoric/promise-kit';\n+import { Far } from '@agoric/marshal';\n+import { E } from '@agoric/eventual-send';\n+\n+export const makePaymentActions = ({\n+ getBrandRecord,\n+ getPurseByPetname,\n+ getRecord,\n+ updateRecord,\n+...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(wallet): release payments when they are dispositioned
1
fix
wallet
711,597
26.10.2021 11:48:01
-7,200
fd643b30f7203295bb6ed29da04dc9ce0c284c62
fix(admin-ui): Currency input handles currencies without minor units Fixes
[ { "change_type": "MODIFY", "diff": ">\n<input\ntype=\"number\"\n- step=\"0.01\"\n- [value]=\"_decimalValue\"\n+ [step]=\"hasFractionPart ? 0.01 : 1\"\n+ [value]=\"_inputValue\"\n[disabled]=\"disabled\"\n[readonly]=\"readonly\"\n(input)=\"onInput($event.target.value)\"\n", "new_path": "packages/admin-ui/...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(admin-ui): Currency input handles currencies without minor units Fixes #1146
1
fix
admin-ui
777,369
26.10.2021 11:59:09
18,000
509fdb7acaeb958ce2f6d067ee9fdf6302432ec1
chore: react component testing
[ { "change_type": "MODIFY", "diff": "}\n},\n\"@testing-library/dom\": {\n- \"version\": \"7.30.3\",\n- \"resolved\": \"https://registry.npmjs.org/@testing-library/dom/-/dom-7.30.3.tgz\",\n- \"integrity\": \"sha512-7JhIg2MW6WPwyikH2iL3o7z+FTVgSOd2jqCwTAHqK7Qal2gRRYiUQyURAxtbK9VXm/UTyG9bRihv8C5Tznr2zw==\",\n+ ...
Python
Apache License 2.0
determined-ai/determined
chore: react component testing [DET-6048] (#3043)
1
chore
null
688,431
26.10.2021 12:13:01
-10,800
cfc93307b286ee148fc30f21742202468dcfb9cd
fix: ensure Notification has allways alert role
[ { "change_type": "MODIFY", "diff": "@@ -49,7 +49,6 @@ const renderNotificationCloseButton = ({ onClose, classes }: PrivateProps) => (\n<Button.Circular\nonClick={onClose}\nclassName={classes?.close}\n- title='Close Notification'\nicon={<CloseMinor16 className={classes?.closeIcon} />}\n/>\n)\n", "new_pat...
TypeScript
MIT License
toptal/picasso
fix: ensure Notification has allways alert role (#2199)
1
fix
null
866,394
26.10.2021 12:27:19
14,400
5ff3d1cf692753f32af41060508748b388e802d3
docs(stable-selectors): minor updates to stable selector documentation ### Related Ticket(s) No related issue ### Description These are minor documentation updates to stable selectors. ### Changelog **Changed** `stable-selectors.md`
[ { "change_type": "MODIFY", "diff": "## Table of Contents\n- [Overview](#overview)\n-- [Naming Convention](#naming-convention)\n+- [Naming convention](#naming-convention)\n- [data-autoid](#data-autoid)\n-- [Examples of Usage](#examples-of-usage)\n- - [Selenium Tests](#selenium-tests)\n+- [Examples of usage](...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
docs(stable-selectors): minor updates to stable selector documentation (#7514) ### Related Ticket(s) No related issue ### Description These are minor documentation updates to stable selectors. ### Changelog **Changed** - `stable-selectors.md`
1
docs
stable-selectors
141,511
26.10.2021 12:30:54
-46,800
999a4a55a070313d9ab7b585a22aaae55fa6eae1
fix: Remove visible prop from popover BREAKING CHANGE: The visible prop doesn't do anything, but removing it requires a breaking change because users may be passing it.
[ { "change_type": "MODIFY", "diff": "@@ -25,7 +25,6 @@ type Placement =\nexport type PopoverProps = {\nreadonly automationId?: string\n- readonly visible?: boolean\nreadonly onClose?: (event: React.MouseEvent<HTMLButtonElement>) => any\nreadonly variant?: Variant\nreadonly placement?: Placement\n", "new_...
TypeScript
MIT License
cultureamp/kaizen-design-system
fix: Remove visible prop from popover (#2121) BREAKING CHANGE: The visible prop doesn't do anything, but removing it requires a breaking change because users may be passing it.
1
fix
null
791,394
26.10.2021 12:34:09
-39,600
74f9c112eadb83fea7b759f37ddb8ced9317f238
fix(pubsublite): disable grpc stream retries Disable grpc-go automatically recreating streams. The Pub/Sub Lite library must reinitialize state when a new stream instance is created.
[ { "change_type": "MODIFY", "diff": "@@ -193,9 +193,13 @@ func defaultClientOptions(region string) []option.ClientOption {\n}\nfunc streamClientOptions(region string) []option.ClientOption {\n+ return append(defaultClientOptions(region),\n// To ensure most users don't hit the limit of 100 streams per connect...
Go
Apache License 2.0
googleapis/google-cloud-go
fix(pubsublite): disable grpc stream retries (#5019) Disable grpc-go automatically recreating streams. The Pub/Sub Lite library must reinitialize state when a new stream instance is created.
1
fix
pubsublite
471,189
26.10.2021 12:35:57
25,200
c1939a79a9773f6155eb04bc4d0aa261b057a934
fix(@opentelemetry/exporter-prometheus): unref prometheus server to prevent process running indefinitely
[ { "change_type": "MODIFY", "diff": "@@ -68,7 +68,8 @@ export class PrometheusExporter implements MetricExporter {\ntypeof config.appendTimestamp === 'boolean'\n? config.appendTimestamp\n: PrometheusExporter.DEFAULT_OPTIONS.appendTimestamp;\n- this._server = createServer(this._requestHandler);\n+ // unref to...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js
fix(@opentelemetry/exporter-prometheus): unref prometheus server to prevent process running indefinitely (#2558)
1
fix
@opentelemetry/exporter-prometheus
277,273
26.10.2021 12:39:10
25,200
c81f87e6f177c462baac9bd3695afd5a5a8c2acc
perf: Skip writes if page route is unicast (ignore app mode setting)
[ { "change_type": "MODIFY", "diff": "@@ -69,6 +69,8 @@ type Broker struct {\nlogout chan Pub\napps map[string]*App // route => app\nappsMux sync.RWMutex // mutex for tracking apps\n+ unicasts map[string]bool // \"/client_id\" => true\n+ unicastsMux sync.RWMutex // mutex for tracking unicast routes\n}\nfunc n...
Python
Apache License 2.0
h2oai/wave
perf: Skip writes if page route is unicast (ignore app mode setting) #464
1
perf
null
749,519
26.10.2021 12:45:40
14,400
4848b3d2cb93abf6858b42806fbda60f3a1751ba
chore(docs): Add a helpful link to Table's Cell component's width prop description
[ { "change_type": "MODIFY", "diff": "@@ -23,7 +23,7 @@ export interface IStyledCellProps {\nisTruncated?: boolean;\n/** Applies styling for a cell that contains an overflow menu */\nhasOverflow?: boolean;\n- /** Adjusts the width of the cell */\n+ /** Adjusts the [width](https://developer.mozilla.org/en-US/d...
TypeScript
Apache License 2.0
zendeskgarden/react-components
chore(docs): Add a helpful link to Table's Cell component's width prop description
1
chore
docs
104,844
26.10.2021 12:59:44
14,400
0f2532267e3504d52f4f40363f1a56fc740451f3
chore(test-app): apply the correct file path
[ { "change_type": "MODIFY", "diff": "@@ -166,13 +166,13 @@ jobs:\nuses: actions/download-artifact@v2\nwith:\nname: cypress-coverage\n- path: ~/packages/react/cypress/coverage/\n+ path: ~/work/carbon-addons-iot-react/carbon-addons-iot-react/packages/react/cypress/coverage/\n- name: Download all workflow run a...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(test-app): apply the correct file path
1
chore
test-app
277,273
26.10.2021 13:17:05
25,200
ca91a44c69b77ee0321534fdde19d7d313640495
perf: Add -no-store command line arg to disable content store
[ { "change_type": "MODIFY", "diff": "@@ -62,6 +62,7 @@ type Sub struct {\ntype Broker struct {\nsite *Site\neditable bool\n+ noStore bool\nclients map[string]map[*Client]interface{} // route => client-set\npublish chan Pub\nsubscribe chan Sub\n@@ -73,10 +74,11 @@ type Broker struct {\nunicastsMux sync.RWMute...
Python
Apache License 2.0
h2oai/wave
perf: Add -no-store command line arg to disable content store
1
perf
null
791,704
26.10.2021 13:17:13
25,200
a1ed69986dd93542d9565c8319a5836d7d75476a
tests: update devtools default branch to 'main'
[ { "change_type": "MODIFY", "diff": "@@ -21,7 +21,7 @@ then\nif [ -z \"${CI:-}\" ]; then\ngit reset --hard\ngit clean -fd\n- git pull --ff-only -f origin master\n+ git pull --ff-only -f origin main\ngclient sync --delete_unversioned_trees --reset\nfi\n", "new_path": "lighthouse-core/test/chromium-web-tes...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests: update devtools default branch to 'main' (#13266)
1
tests
null
902,122
26.10.2021 13:19:43
-7,200
41c7da98f0ad1d63f2a5cc00698fbcfb06d632a7
chore(release): v9.2.22
[ { "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.22](https://github.com/microlinkhq/browserless/compare/v9.2.21...v9.2.22) (2021-10-26)\n+\n+**Note:** Version...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v9.2.22
1
chore
release
791,682
26.10.2021 13:41:32
25,200
d22d73f5a25e2c4f8683e09dda81d2c2e8aeefe3
report(flow): category tooltip highest impact
[ { "change_type": "MODIFY", "diff": "--summary-subtitle-font-size: 12px;\n--summary-title-font-size: 20px;\n--summary-tooltip-box-shadow-color: rgba(0, 0, 0, 0.25);\n+ --summary-tooltip-line-height: 16px;\n--topbar-button-font-size: 14px;\n--topbar-button-size: 45px;\n--topbar-title-font-size: 14px;\nborder-...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report(flow): category tooltip highest impact (#13230)
1
report
flow
756,026
26.10.2021 13:56:42
25,200
39f322325ca7da529125a84a749752ba145cb3db
refactor: simplify creation of parameter declarations
[ { "change_type": "ADD", "diff": "+// ts-check\n+\n+import { ParamType } from './paramManager.js';\n+\n+// It might be cleaner if these returned objects with behavior that included the\n+// type assertion from paramManager, and other polymorphism, but this is enough\n+// to get us a much simpler calling styl...
JavaScript
Apache License 2.0
agoric/agoric-sdk
refactor: simplify creation of parameter declarations
1
refactor
null
877,015
26.10.2021 14:09:55
-7,200
334c198329f7afec66b40b5dc4fef716ac140745
refactor(@vtmn/react): add onIconClick handler on VtmnTextInput component
[ { "change_type": "MODIFY", "diff": "import { VtmnTextInput } from '@vtmn/react';\n+import { action } from '@storybook/addon-actions';\nimport { Meta, Story } from '@storybook/react';\nimport {\nargTypes,\n@@ -8,10 +9,22 @@ import {\nexport default {\ntitle: 'Components/VtmnTextInput',\ncomponent: VtmnTextIn...
JavaScript
Apache License 2.0
decathlon/vitamin-web
refactor(@vtmn/react): add onIconClick handler on VtmnTextInput component
1
refactor
@vtmn/react
71,624
26.10.2021 14:11:41
-18,000
55d3c507707192d7aa5ea4a38ee0d1cb58f07e06
feat(lambda-nodejs): typescript emitDecoratorMetadata support closes [#13767](https://github.com/aws/aws-cdk/issues/13767) *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": "@@ -225,6 +225,22 @@ an array of commands to run. Commands are chained with `&&`.\nThe commands will run in the environment in which bundling occurs: inside the\ncontainer for Docker bundling or on the host OS for local bundling.\n+## Pre Compilation with TSC\n+\n+In some...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(lambda-nodejs): typescript emitDecoratorMetadata support (#16543) closes [#13767](https://github.com/aws/aws-cdk/issues/13767) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
feat
lambda-nodejs
503,988
26.10.2021 14:26:12
14,400
e531e68e7adc58459b3630f5c915ed69e3021012
fix(DualListSelector): account for duplicate folders
[ { "change_type": "MODIFY", "diff": "@@ -149,8 +149,27 @@ export class DualListSelector extends React.Component<DualListSelectorProps, Dua\nisTree: false,\nisDisabled: false\n};\n- private originalAvailableCopy = this.props.availableOptions;\n- private originalChosenCopy = this.props.chosenOptions;\n+ privat...
TypeScript
MIT License
patternfly/patternfly-react
fix(DualListSelector): account for duplicate folders (#6499)
1
fix
DualListSelector
306,320
26.10.2021 14:26:41
-3,600
f2a8b5ee589a391e725bc914fd1e4c6966437993
fix: gitignore .infracost dir
[ { "change_type": "MODIFY", "diff": "@@ -28,6 +28,9 @@ examples/*/plan.json\nexamples/*/example.json\nexamples/*/example.save\n+# Infracost artifacts\n+**/.infracost\n+\n# Test artifacts\n.test_cache\n", "new_path": ".gitignore", "old_path": ".gitignore" }, { "change_type": "DELETE", "dif...
Go
Apache License 2.0
infracost/infracost
fix: gitignore .infracost dir
1
fix
null
756,013
26.10.2021 14:37:57
21,600
8b6069aa4100f3c1f2c5ec9a098243913dd8b066
fix(wallet): allow sync `dateNow` via timerService or timerDevice
[ { "change_type": "ADD", "diff": "+import { E } from '@agoric/eventual-send';\n+import { observeNotifier } from '@agoric/notifier';\n+import { makePromiseKit } from '@agoric/promise-kit';\n+\n+export const DEFAULT_TIMER_SERVICE_POLL_INTERVAL = 60_000n;\n+export const DEFAULT_TIMER_DEVICE_SCALE = 1;\n+\n+// M...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(wallet): allow sync `dateNow` via timerService or timerDevice
1
fix
wallet
877,015
26.10.2021 14:46:16
-7,200
a47e90d601e6858f24660e28e33aa6b46c662589
docs(@vtmn/vue): fix source-code in showcase
[ { "change_type": "MODIFY", "diff": "@@ -3,6 +3,42 @@ import '@vtmn/icons/dist/vitamix/font/vitamix.css';\nimport { withDesign } from 'storybook-addon-designs';\nimport backgrounds from '@vtmn/showcase-core/addons/backgrounds.json';\nimport viewports from '@vtmn/showcase-core/addons/viewports.json';\n+import...
JavaScript
Apache License 2.0
decathlon/vitamin-web
docs(@vtmn/vue): fix source-code in showcase
1
docs
@vtmn/vue
777,388
26.10.2021 14:51:07
21,600
4f9352548d586d52354ff8f20b38618e354085bc
chore: prevent NaNs from polluting HP importance
[ { "change_type": "MODIFY", "diff": "@@ -13,6 +13,7 @@ import (\n\"encoding/csv\"\n\"fmt\"\n\"io\"\n+ \"math\"\n\"os\"\n\"os/exec\"\n\"path\"\n@@ -170,10 +171,13 @@ func parseImportanceOutput(filename string) (map[string]float64, error) {\nif record[1] == \"metric\" || record[1] == \"numBatches\" {\ncontinue...
Python
Apache License 2.0
determined-ai/determined
chore: prevent NaNs from polluting HP importance [DET-6119] (#3126)
1
chore
null
877,015
26.10.2021 14:51:52
-7,200
bd550145d60cd7be27467ea405f3648df2c96407
docs(@vtmn/vue): add missing devDependencies
[ { "change_type": "MODIFY", "diff": "\"@vue/cli-service\": \"^4.5.11\",\n\"@vue/compiler-sfc\": \"^3.2.19\",\n\"@whitespace/storybook-addon-html\": \"^5.0.0\",\n+ \"param-case\": \"^3.0.4\",\n\"storybook-addon-designs\": \"^6.0.0\",\n\"storybook-mobile\": \"^0.1.29\",\n+ \"ts-dedent\": \"^2.2.0\",\n\"typescr...
JavaScript
Apache License 2.0
decathlon/vitamin-web
docs(@vtmn/vue): add missing devDependencies
1
docs
@vtmn/vue
342,861
26.10.2021 15:01:51
-7,200
0aa1adb91ca3bb7b727642ad586570646c4acb40
test(InputFile): add width test
[ { "change_type": "MODIFY", "diff": "@@ -49,6 +49,12 @@ describe(\"InputFile\", () => {\nexpect(onChange).toHaveBeenCalled();\n});\n+ it(\"should have passed width\", () => {\n+ const width = \"100px\";\n+ render(<InputFile width={width} label=\"label\" />);\n+ expect(document.querySelector(\"Label\")).toHav...
JavaScript
MIT License
kiwicom/orbit
test(InputFile): add width test
1
test
InputFile
342,861
26.10.2021 15:02:17
-7,200
61117110444b3075fa4c096edc51343229215a4c
test(InputField): add width test
[ { "change_type": "MODIFY", "diff": "@@ -104,6 +104,12 @@ describe(\"InputField\", () => {\nexpect(onBlur).toHaveBeenCalled();\n});\n+ it(\"should have passed width\", () => {\n+ const width = \"100px\";\n+ render(<InputField width={width} label=\"label\" />);\n+ expect(document.querySelector(\"Label\")).toH...
JavaScript
MIT License
kiwicom/orbit
test(InputField): add width test
1
test
InputField
699,189
26.10.2021 15:02:30
18,000
193f0d122893a6d165b93d2ca561621c58f9e39d
fix(anchor): improved wrapping and underline fix in FF
[ { "change_type": "ADD", "diff": "+---\n+'@twilio-paste/anchor': patch\n+'@twilio-paste/core': patch\n+---\n+\n+[Anchor] Fixed the missing underline in Firefox. Also improved how external anchors wrap with their icons.\n", "new_path": ".changeset/light-goats-laugh.md", "old_path": null }, { "...
TypeScript
MIT License
twilio-labs/paste
fix(anchor): improved wrapping and underline fix in FF (#1969)
1
fix
anchor
342,861
26.10.2021 15:02:37
-7,200
65c35a5e918d74750f1b7ea747c4e040d3575ad6
test(Select): add width test
[ { "change_type": "MODIFY", "diff": "@@ -107,7 +107,7 @@ describe(\"InputField\", () => {\nit(\"should have passed width\", () => {\nconst width = \"100px\";\nrender(<InputField width={width} label=\"label\" />);\n- expect(document.querySelector(\"Label\")).toHaveStyle({ width });\n+ expect(document.querySel...
JavaScript
MIT License
kiwicom/orbit
test(Select): add width test
1
test
Select
503,951
26.10.2021 15:04:16
14,400
d4f9a114584eea7ab67873f199e80b348886e14b
fix(readme): update react-core readme
[ { "change_type": "MODIFY", "diff": "@@ -51,7 +51,7 @@ All component documentation is available on [PatternFly.org](https://www.pattern\n2. [Tree shaking](../../ADVANCED-USAGE-README.md#Tree-shaking)\n### Contribution guidelines\n-All React contributors must first be [PatternFly community contributors](https...
TypeScript
MIT License
patternfly/patternfly-react
fix(readme): update react-core readme (#6505)
1
fix
readme
503,951
26.10.2021 15:47:35
14,400
b739af318400b41d4e9a53bdff6232ecc176916e
fix(transformer): publish transformer in patternfly org
[ { "change_type": "MODIFY", "diff": "{\n- \"name\": \"transformer-cjs-imports\",\n+ \"name\": \"@patternfly/transformer-cjs-imports\",\n\"version\": \"4.6.2\",\n\"description\": \"Transform CJS imports to ESM in typescript depending on module target.\",\n\"main\": \"index.js\",\n", "new_path": "packages/...
TypeScript
MIT License
patternfly/patternfly-react
fix(transformer): publish transformer in patternfly org (#6506)
1
fix
transformer
777,369
26.10.2021 15:56:26
18,000
acef5c219a5b90bbca20411399a4054151695a19
chore: update docs with logo-free images
[ { "change_type": "DELETE", "diff": "Binary files a/docs/assets/images/Determined-Cloud-Deployment-(Simple).png and /dev/null differ\n", "new_path": "docs/assets/images/Determined-Cloud-Deployment-(Simple).png", "old_path": "docs/assets/images/Determined-Cloud-Deployment-(Simple).png" }, { "c...
Python
Apache License 2.0
determined-ai/determined
chore: update docs with logo-free images (#3127)
1
chore
null
73,332
26.10.2021 15:56:33
-3,600
d87c4a8de950dd75cb8334a28f8ceab2060dcc9e
docs(jsii): document --add-deprecated-warnings flag Document the flag and its functionality By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license]. [Apache 2.0 license]:
[ { "change_type": "MODIFY", "diff": "@@ -89,3 +89,20 @@ the allow list will be retained. An example allowlist file might look like:\ntestpkg.DeprecatedOne\ntestpkg.DeprecatedTwo#deprecatedProperty\ntestpkg.DeprecatedTwo#deprecatedMethod\n+\n+#### `--add-deprecated-warnings`\n+\n+The `--add-deprecated-warning...
TypeScript
Apache License 2.0
aws/jsii
docs(jsii): document --add-deprecated-warnings flag (#3093) Document the flag and its functionality --- By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license]. [Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
1
docs
jsii
276,993
26.10.2021 16:04:21
10,800
1ad9769952b05d693c2040c13b374d45a8bc3d4b
test: add test to bottom sheet component
[ { "change_type": "MODIFY", "diff": "@@ -108,11 +108,15 @@ const BottomSheet = ({\n<Wrapper isOpen={open}>\n<BackDrop />\n<Container>\n- <Title>{title}</Title>\n- {subTitle && <SubTitle>{subTitle}</SubTitle>}\n- <ButtonStyled onClick={onAction}>{actionLabel}</ButtonStyled>\n+ <Title data-testid=\"title\">{ti...
JavaScript
MIT License
gympass/yoga
test: add test to bottom sheet component
1
test
null
277,273
26.10.2021 16:06:35
25,200
a073002c24a238ae1082a9303ffeb7938b4a6246
feat: Allow configuring HTTP response headers
[ { "change_type": "MODIFY", "diff": "package main\nimport (\n+ \"bufio\"\n+ \"bytes\"\n\"flag\"\n\"fmt\"\n\"math\"\n+ \"net/http\"\n+ \"net/textproto\"\n\"os\"\n\"path/filepath\"\n\"runtime\"\n@@ -65,6 +69,7 @@ func main() {\naccessKeyID string\naccessKeySecret string\naccessKeyFile string\n+ httpHeadersFile...
Python
Apache License 2.0
h2oai/wave
feat: Allow configuring HTTP response headers #1081
1
feat
null
617,459
26.10.2021 16:07:48
-7,200
5a96c202a53ac1e5718fe16fa0a24d2c445c026c
fix: concurrency
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/.DS_Store differ\n", "new_path": ".DS_Store", "old_path": ".DS_Store" }, { "change_type": "MODIFY", "diff": "@@ -4,7 +4,7 @@ on: [push]\nconcurrency:\ncancel-in-progress: true\n- group: k8s\n+ group: k8s-${{ github.ref }}\ndef...
TypeScript
Apache License 2.0
socialgouv/code-du-travail-numerique
fix: concurrency (#3925)
1
fix
null
277,273
26.10.2021 16:11:11
25,200
5725d2e814082f4727014021fc3e17fd4418819f
docs: Add docs for additional response headers. Closes
[ { "change_type": "MODIFY", "diff": "@@ -132,7 +132,21 @@ the query handler `serve()` is called.\n:::\n-\n## App Server API Access Keys\nAccess to a Wave app is controlled via [HTTP Basic Authentication](https://tools.ietf.org/html/rfc7617). The basic authentication username/password pair is automatically ge...
Python
Apache License 2.0
h2oai/wave
docs: Add docs for additional response headers. Closes #1081
1
docs
null
504,062
26.10.2021 16:12:18
-7,200
c8eaa7c838fbedb98ea0f38e4f535488040a72e2
fix(Modal): test clean up
[ { "change_type": "MODIFY", "diff": "@@ -2,65 +2,55 @@ import * as React from 'react';\nimport { shallow } from 'enzyme';\nimport { ModalBox } from '../ModalBox';\n-import BullhornIcon from '@patternfly/react-icons/dist/esm/icons/bullhorn-icon';\ntest('ModalBox Test', () => {\nconst view = shallow(\n- <Modal...
TypeScript
MIT License
patternfly/patternfly-react
fix(Modal): test clean up (#6489)
1
fix
Modal
791,682
26.10.2021 16:31:56
25,200
50ca924316c9d7c2fb3e8fc37cc3e92e501cb66d
report(pwa): remove gauge alias
[ { "change_type": "MODIFY", "diff": "@@ -47,16 +47,6 @@ export class PwaCategoryRenderer extends CategoryRenderer {\nreturn categoryElem;\n}\n- /**\n- * Alias for backcompat.\n- * @param {LH.ReportResult.Category} category\n- * @param {Record<string, LH.Result.ReportGroup>} groupDefinitions\n- * @return {Doc...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report(pwa): remove gauge alias (#13269)
1
report
pwa
277,273
26.10.2021 16:35:16
25,200
424c77ab770d062ca99e5544b02a63e4d8cf791b
feat: Disable AOF logging only if -no-log is set
[ { "change_type": "MODIFY", "diff": "@@ -63,6 +63,7 @@ type Broker struct {\nsite *Site\neditable bool\nnoStore bool\n+ noLog bool\nclients map[string]map[*Client]interface{} // route => client-set\npublish chan Pub\nsubscribe chan Sub\n@@ -74,11 +75,12 @@ type Broker struct {\nunicastsMux sync.RWMutex // mu...
Python
Apache License 2.0
h2oai/wave
feat: Disable AOF logging only if -no-log is set
1
feat
null
617,459
26.10.2021 16:36:36
-7,200
8945a3bac5171b3e8c574eaf4439872149328c60
fix: release git
[ { "change_type": "MODIFY", "diff": "Binary files a/.DS_Store and b/.DS_Store differ\n", "new_path": ".DS_Store", "old_path": ".DS_Store" }, { "change_type": "MODIFY", "diff": "@@ -31,6 +31,8 @@ jobs:\nyarn install --prefer-offline --frozen-lockfile\n- name: Deploy\nrun: |\n+ git config -...
TypeScript
Apache License 2.0
socialgouv/code-du-travail-numerique
fix: release git (#3926)
1
fix
null
730,428
26.10.2021 16:37:43
0
d45ea43510c5fc7026c067c8031cdfbceb0c76ce
chore(release): 0.43.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.43.0](https://github.com/webex/react-widgets/compare/v0.42.0...v0.43.0) (2021-10-26)\n+\n...
JavaScript
MIT License
webex/react-widgets
chore(release): 0.43.0 [skip ci]
1
chore
release
866,394
26.10.2021 16:41:22
14,400
6467c2b18f077af43089896d5e37e27a5a424f0f
chore(cypress): upgrade to 8.7.0 ### Related Ticket(s) No related issue ### Description This upgrades the version of Cypress to use v8.7.0. ### Changelog **Changed** Upgrade `cypress` to `v8.7.0`
[ { "change_type": "DELETE", "diff": "Binary files a/.yarn/offline-mirror/@cypress-request-2.88.5.tgz and /dev/null differ\n", "new_path": ".yarn/offline-mirror/@cypress-request-2.88.5.tgz", "old_path": ".yarn/offline-mirror/@cypress-request-2.88.5.tgz" }, { "change_type": "ADD", "diff": "...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(cypress): upgrade to 8.7.0 (#7518) ### Related Ticket(s) No related issue ### Description This upgrades the version of Cypress to use v8.7.0. ### Changelog **Changed** - Upgrade `cypress` to `v8.7.0`
1
chore
cypress
504,062
26.10.2021 16:47:11
-7,200
04415757917062aa13c06b34bd94ef38c2334088
fix(KebabToggle): adds event to onToggle definition
[ { "change_type": "MODIFY", "diff": "@@ -16,7 +16,7 @@ export interface DropdownToggleProps extends React.HTMLProps<HTMLButtonElement>,\n/** Flag to indicate if menu is opened */\nisOpen?: boolean;\n/** Callback called when toggle is clicked */\n- onToggle?: (isOpen: boolean) => void;\n+ onToggle?: (value: b...
TypeScript
MIT License
patternfly/patternfly-react
fix(KebabToggle): adds event to onToggle definition (#6490)
1
fix
KebabToggle
667,713
26.10.2021 16:47:49
-28,800
139e08eb5c456e47e0c61a6f8367dce8d8c630a4
feat(android): support add native module after init engine
[ { "change_type": "MODIFY", "diff": "@@ -17,6 +17,7 @@ package com.tencent.mtt.hippy.modules;\nimport com.tencent.mtt.hippy.bridge.HippyCallNativeParams;\n+import com.tencent.mtt.hippy.common.Provider;\nimport com.tencent.mtt.hippy.modules.javascriptmodules.HippyJavaScriptModule;\nimport com.tencent.mtt.hipp...
C++
Apache License 2.0
tencent/hippy
feat(android): support add native module after init engine
1
feat
android