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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
438,921 | 11.08.2021 14:10:36 | -32,400 | aa2795162e0bcf74b6b8ecb5a833bb645818fa1c | chore(deploy): update GH workflow pipeline | [
{
"change_type": "MODIFY",
"diff": "@@ -84,6 +84,8 @@ jobs:\n- name: Deploy\nshell: bash\n- run: bash ./config/deploy.sh\n+ run: |\n+ git remote set-url origin https://netil:${{ secrets.GH_TOKEN }}@github.com/naver/billboard.js.git > /dev/null 2>&1\n+ bash ./config/deploy.sh\n# https://docs.github.com/en/fr... | TypeScript | MIT License | naver/billboard.js | chore(deploy): update GH workflow pipeline | 1 | chore | deploy |
104,825 | 11.08.2021 14:19:14 | 14,400 | 3b26f81894a7d80a09b08145eaaed31fef9aee06 | feat(list): add package.json to root | [
{
"change_type": "MODIFY",
"diff": "+export { ListModule } from './list.module';\n+\n// Components\nexport { AIListComponent, SelectionType } from './ai-list.component';\nexport { AIListHeaderComponent } from './list-header/ai-list-header';\n",
"new_path": "packages/angular/src/list/index.ts",
"old_... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | feat(list): add package.json to root | 1 | feat | list |
438,921 | 11.08.2021 14:19:44 | -32,400 | c2913e131a9ccd0984f1f372131d65d06629ca00 | skip: fix test failure due to webpack | [
{
"change_type": "MODIFY",
"diff": "\"terser-webpack-plugin\": \"^5.1.4\",\n\"tslib\": \"^2.3.0\",\n\"typescript\": \"^4.3.5\",\n- \"webpack\": \"^5.45.1\",\n+ \"webpack\": \"5.48.0\",\n\"webpack-bundle-analyzer\": \"^4.4.2\",\n\"webpack-clean\": \"^1.2.5\",\n\"webpack-cli\": \"^4.7.2\",\n",
"new_path":... | TypeScript | MIT License | naver/billboard.js | skip: fix test failure due to webpack | 1 | skip | null |
942,613 | 11.08.2021 14:20:49 | 21,600 | 52194f74a102f40c3f433edd531b4d152c440fd8 | docs: Update Breadcrumbs stories from review feedback | [
{
"change_type": "MODIFY",
"diff": "@@ -26,9 +26,9 @@ describe('Breadcrumbs', () => {\nbefore(() => {\nh.stories.visit();\n});\n- context('given the [Preview/Breadcrumbs/React, Standard List] is rendered', () => {\n+ context('given the [Preview/Breadcrumbs/React, Basic] example is rendered', () => {\nbefore... | TypeScript | Apache License 2.0 | workday/canvas-kit | docs: Update Breadcrumbs stories from review feedback (#1210)
Co-authored-by: James Fan <james@somewhatstrange.com> | 1 | docs | null |
756,013 | 11.08.2021 14:31:55 | 21,600 | 4224f86fd1d3e8367aee8c99b4fea9f9974d6c73 | chore: upgrade ESLint packages | [
{
"change_type": "MODIFY",
"diff": "\"useWorkspaces\": true,\n\"workspaces\": [\n\"golang/cosmos\",\n- \"packages/eslint-plugin\",\n- \"packages/eslint-config\",\n\"packages/assert\",\n\"packages/install-ses\",\n\"packages/import-manager\",\n\"packages/ui-components\"\n],\n\"devDependencies\": {\n+ \"@endo/... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore: upgrade ESLint packages | 1 | chore | null |
71,166 | 11.08.2021 14:35:51 | 25,200 | 2b37e29e824dad799f2794bf4f2f1185cd92928d | chore(aws-apigatewayv2): docs spelling correction
Spelling 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": "@@ -84,7 +84,7 @@ export interface IHttpApi extends IApi {\n*/\nexport interface HttpApiProps {\n/**\n- * Name for the HTTP API resoruce\n+ * Name for the HTTP API resource\n* @default - id of the HttpApi construct.\n*/\nreadonly apiName?: string;\n@@ -209,7 +209,7 @@ exp... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore(aws-apigatewayv2): docs spelling correction (#15962)
Spelling fixes.
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | chore | aws-apigatewayv2 |
942,597 | 11.08.2021 14:52:40 | 25,200 | 441948bb0a84425c8539a6fc4dc442c7368f5439 | docs(popup): Update custom target example to accept ref | [
{
"change_type": "MODIFY",
"diff": "@@ -13,9 +13,13 @@ interface MyTargetProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {\nlabel: string;\n}\n-const MyTarget = ({label, ...props}: MyTargetProps) => {\n- return <button {...props}>{label}</button>;\n-};\n+const MyTarget = React.forwardRef<HTMLBut... | TypeScript | Apache License 2.0 | workday/canvas-kit | docs(popup): Update custom target example to accept ref (#1209)
Co-authored-by: Nicholas Boll <nicholas.boll@gmail.com> | 1 | docs | popup |
103,510 | 11.08.2021 14:57:01 | 10,800 | 2a2665bf78c68efdff540b5d0b520a6e74185a27 | docs: fix Dialog example | [
{
"change_type": "MODIFY",
"diff": "@@ -48,7 +48,7 @@ const DIALOG_ELEVATION: number = 24;\n* ```js\n* import * as React from 'react';\n* import { View } from 'react-native';\n- * import { Button, Paragraph, Dialog, Portal } from 'react-native-paper';\n+ * import { Button, Paragraph, Dialog, Portal, Provide... | TypeScript | MIT License | callstack/react-native-paper | docs: fix Dialog example (#2843) | 1 | docs | null |
426,654 | 11.08.2021 15:04:58 | -10,800 | 57c329ba5ef2983562e80ca7401a1180b82b9008 | feat: add sendKeys support for webdriver | [
{
"change_type": "MODIFY",
"diff": "\"path\": \"../test-runner-playwright/tsconfig.json\"\n},\n{\n- \"path\": \"../dev-server-esbuild/tsconfig.json\"\n+ \"path\": \"../test-runner-webdriver/tsconfig.json\"\n},\n{\n- \"path\": \"../test-runner-webdriver/tsconfig.json\"\n+ \"path\": \"../dev-server-esbuild/ts... | TypeScript | MIT License | modernweb-dev/web | feat: add sendKeys support for webdriver | 1 | feat | null |
756,013 | 11.08.2021 15:06:44 | 21,600 | 68a4f7d8cbc70bc3d87f7581c7235f8730c32709 | fix: gut `packages/eslint-config` to use `@jessie.js` and `@endo` | [
{
"change_type": "MODIFY",
"diff": "\"packages/notifier\",\n\"packages/xsnap\",\n\"packages/deploy-script-support\",\n- \"packages/ui-components\"\n+ \"packages/ui-components\",\n+ \"packages/eslint-config\"\n],\n\"devDependencies\": {\n\"@endo/eslint-config\": \"^0.3.9\",\n",
"new_path": "package.json"... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix: gut `packages/eslint-config` to use `@jessie.js` and `@endo` | 1 | fix | null |
942,615 | 11.08.2021 15:13:45 | 25,200 | a38a5f59efb057c8574a0c5b15d71c357319e537 | fix: Misc. MDX fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -46,13 +46,16 @@ PURPOSE.\n### How to Contribute\n**Don't hesitate to contribute!** Canvas Kit thrives on open discussion and contribution by anyone\n-in the Workday community. Contribution doesn't have to be code-based. Anyone can suggest changes\n-things like documen... | TypeScript | Apache License 2.0 | workday/canvas-kit | fix: Misc. MDX fixes (#1188) | 1 | fix | null |
426,654 | 11.08.2021 15:17:00 | -10,800 | c28006b133f9e59334dc379ac24e30975dfc2632 | chore: revert tsconfig reordering | [
{
"change_type": "MODIFY",
"diff": "\"path\": \"../dev-server-rollup/tsconfig.json\"\n},\n{\n- \"path\": \"../test-runner-webdriver/tsconfig.json\"\n+ \"path\": \"../dev-server-esbuild/tsconfig.json\"\n},\n{\n- \"path\": \"../dev-server-esbuild/tsconfig.json\"\n+ \"path\": \"../test-runner-webdriver/tsconfi... | TypeScript | MIT License | modernweb-dev/web | chore: revert tsconfig reordering | 1 | chore | null |
386,595 | 11.08.2021 15:19:30 | -7,200 | 25611158ce1ab5ded64f595249f75aae9aa66344 | chore(docs): Clarify CLI blocks-server-url description. | [
{
"change_type": "MODIFY",
"diff": "@@ -110,11 +110,11 @@ _ref:\nIf you wish to host your own blocks instead, this url can be configured using the `--blocks-server-url` CLI option. This URL should serve the build artifacts of the Lowdefy default block packages (located in the `dist` directory). Each blocks ... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | chore(docs): Clarify CLI blocks-server-url description. | 1 | chore | docs |
426,654 | 11.08.2021 15:27:06 | -10,800 | f44b00eff0f92c2ab334a972fae565302293cc25 | docs: add Webdriver to sendKeys docs | [
{
"change_type": "MODIFY",
"diff": "@@ -97,11 +97,13 @@ Multiple calls of the `sendKeys` command can be used to trigger key combinations\nFor example sending a `down` command with the value `Shift`, and then sending a `press` command with the value `Tab` will effectively trigger a `Shift+Tab`.\n`sendKeys` i... | TypeScript | MIT License | modernweb-dev/web | docs: add Webdriver to sendKeys docs | 1 | docs | null |
472,067 | 11.08.2021 15:28:28 | -32,400 | f64911d63a6cf297e2322215011583bfd921658f | chore(spindle-tokens): remove unused script | [
{
"change_type": "MODIFY",
"diff": "\"url\": \"git+https://github.com/openameba/spindle.git\"\n},\n\"scripts\": {\n- \"test\": \"echo \\\"Error: run tests from root\\\" && exit 1\",\n\"build\": \"style-dictionary build\",\n\"export\": \"npx @figma-export/cli use-config\"\n},\n",
"new_path": "packages/sp... | TypeScript | MIT License | openameba/spindle | chore(spindle-tokens): remove unused script | 1 | chore | spindle-tokens |
276,951 | 11.08.2021 15:28:48 | 10,800 | 9d98f1b6a2ba1f524f6e1afd513c28666257f1e9 | chore(avatar): remove image and placeholder | [
{
"change_type": "DELETE",
"diff": "-import styled from 'styled-components';\n-\n-const Image = styled.img`\n- ${({\n- type,\n- theme: {\n- yoga: {\n- elevations: { small },\n- radii,\n- },\n- },\n- }) => {\n- return `\n- width: 100%;\n- height: 100%;\n- border-radius: ${type === 'circle' ? radii.circle : r... | JavaScript | MIT License | gympass/yoga | chore(avatar): remove image and placeholder | 1 | chore | avatar |
791,723 | 11.08.2021 15:39:14 | 25,200 | e6a6b61cf1a6d323e64805fbb095173eee3dd7d5 | report: create faux psi report | [
{
"change_type": "MODIFY",
"diff": "@@ -85,13 +85,25 @@ async function buildUmdBundle() {\n}\nif (require.main === module) {\n- if (process.argv[2] === '--only-standalone') {\n- buildStandaloneReport();\n- } else {\n+ if (process.argv.length <= 2) {\nbuildStandaloneReport();\n+ buildEsModulesBundle();\n+ bu... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report: create faux psi report (#12815) | 1 | report | null |
730,467 | 11.08.2021 15:44:03 | 21,600 | 5fa11ed2bbab634b53cb3173b220aec159255d94 | fix(meeting): create new correlation ID every time | [
{
"change_type": "MODIFY",
"diff": "@@ -3072,11 +3072,13 @@ export default class Meeting extends StatelessWebexPlugin {\njoinSuccess = resolve;\n});\n- if (options.rejoin) {\n+\nLoggerProxy.logger.log(`Meeting:index#join --> Generating a new correlation id for meeting ${this.id}`);\nLoggerProxy.logger.log(`... | JavaScript | MIT License | webex/webex-js-sdk | fix(meeting): create new correlation ID every time | 1 | fix | meeting |
276,951 | 11.08.2021 15:45:32 | 10,800 | d10f457a4ce83eee8d8a4f34e349eb20992c9221 | refactor(avatar): remove unused props | [
{
"change_type": "MODIFY",
"diff": "import React from 'react';\nimport { BuildingFilled } from '@gympass/yoga-icons';\n-import { string, func, number } from 'prop-types';\n+import { string, func, checkPropTypes } from 'prop-types';\n+\nimport Box from '../../Box';\n-import Image from './Image';\n-import Pla... | JavaScript | MIT License | gympass/yoga | refactor(avatar): remove unused props | 1 | refactor | avatar |
791,270 | 11.08.2021 15:46:18 | 14,400 | 04424f4e1cd824d10e10bcd16e0f9eceec618270 | chore(internal/godocfx): filter out appengine/v2/cmd docs | [
{
"change_type": "MODIFY",
"diff": "@@ -162,6 +162,8 @@ func process(mod indexEntry, workingDir, outDir string, print bool) error {\n\"cloud.google.com/go/analytics\",\n\"cloud.google.com/go/area120\",\n\"cloud.google.com/go/gsuiteaddons\",\n+\n+ \"google.golang.org/appengine/v2/cmd\",\n}\nr, err := parse(m... | Go | Apache License 2.0 | googleapis/google-cloud-go | chore(internal/godocfx): filter out appengine/v2/cmd docs (#4598) | 1 | chore | internal/godocfx |
276,951 | 11.08.2021 15:47:04 | 10,800 | 19bc41c7abb4c08d02e0ceb1d4d792802c2446ef | refactor(avatar): remove unsed props | [
{
"change_type": "MODIFY",
"diff": "import React from 'react';\nimport { UserFilled } from '@gympass/yoga-icons';\n-import { func, string, number } from 'prop-types';\nimport Avatar from './Avatar';\n-const AvatarCircle = ({\n- src,\n- fill,\n- placeholder,\n- width,\n- height,\n- defaultSource,\n- elevatio... | JavaScript | MIT License | gympass/yoga | refactor(avatar): remove unsed props | 1 | refactor | avatar |
276,951 | 11.08.2021 15:51:05 | 10,800 | a9bac99dfeb6183406c748baf2de5017e65b3ab2 | fix(icon): add string support to Icon width and height | [
{
"change_type": "MODIFY",
"diff": "import React from 'react';\n-import { oneOf, elementType, string, instanceOf } from 'prop-types';\n+import { oneOf, elementType, string, oneOfType, number } from 'prop-types';\nimport { withTheme } from 'styled-components';\nconst Icon = ({\n@@ -45,10 +45,10 @@ Icon.propT... | JavaScript | MIT License | gympass/yoga | fix(icon): add string support to Icon width and height | 1 | fix | icon |
104,825 | 11.08.2021 15:53:09 | 14,400 | 9c2c97a29b4bf80e10bb48f5b73a9d2f3d54f9e4 | fix(list): fix build | [
{
"change_type": "MODIFY",
"diff": "@@ -162,7 +162,17 @@ export class AIListComponent implements OnInit {\n@Input() isFullHeight = false;\n- @Input() emptyState: string | TemplateRef<any> = 'No list items to show';\n+ /**\n+ * Text that is displayed when list is empty. To change the default\n+ * icon with t... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(list): fix build | 1 | fix | list |
276,951 | 11.08.2021 15:54:47 | 10,800 | 1d06cfa5a270a8590e366959371c58f57826aa22 | docs(avatar): add PropsTable with platform to native | [
{
"change_type": "MODIFY",
"diff": "@@ -10,3 +10,6 @@ Gympass `<Avatar />` description\n<Avatar.Circle />\n</>\n```\n+### Props\n+\n+<PropsTable component=\"Avatar\" platform=\"native\" />\n\\ No newline at end of file\n",
"new_path": "packages/doc/content/components/components/avatar/avatar-native.mdx"... | JavaScript | MIT License | gympass/yoga | docs(avatar): add PropsTable with platform to native | 1 | docs | avatar |
276,951 | 11.08.2021 15:55:49 | 10,800 | 5ecc16a2799b615c6c3145f7a2961b0c2e697684 | docs(avatar): add PropsTable and Box | [
{
"change_type": "MODIFY",
"diff": "@@ -6,17 +6,21 @@ Gympass `<Avatar />` description\n```javascript\n-<div style={{ display: 'flex', justifyContent: 'space-evenly', width: '100%' }}>\n+<Box display='flex' justifyContent='space-evenly' width='100%'>\n<Avatar />\n- <Avatar src=\"https://github.com/Gympass.p... | JavaScript | MIT License | gympass/yoga | docs(avatar): add PropsTable and Box | 1 | docs | avatar |
873,649 | 11.08.2021 16:09:57 | -7,200 | bfadaf03a2c1a032a56218287ec30929c3581a25 | feat: throttle slug editor uniqueness requests | [
{
"change_type": "MODIFY",
"diff": "\"emotion\": \"^10.0.17\",\n\"lodash\": \"^4.17.15\",\n\"lodash-es\": \"^4.17.15\",\n- \"speakingurl\": \"^13.0.0\"\n+ \"speakingurl\": \"^13.0.0\",\n+ \"use-debounce\": \"^7.0.0\"\n},\n\"devDependencies\": {\n\"@contentful/app-sdk\": \"^3.36.0\",\n",
"new_path": "pac... | TypeScript | MIT License | contentful/field-editors | feat: throttle slug editor uniqueness requests (#799) | 1 | feat | null |
815,593 | 11.08.2021 16:11:13 | -28,800 | b683a5753c59d55c8150ec0dc9f2322bbc3c7add | test: use grcov to generate coverage report | [
{
"change_type": "MODIFY",
"diff": "@@ -59,3 +59,7 @@ cobertura.xml\n# proptest\n**/proptest-regressions\n+\n+# generated coverage report files\n+*.profraw\n+lcov.info\n",
"new_path": ".gitignore",
"old_path": ".gitignore"
},
{
"change_type": "MODIFY",
"diff": "@@ -14,12 +14,13 @@ CARGO_... | Rust | MIT License | nervosnetwork/ckb | test: use grcov to generate coverage report | 1 | test | null |
426,659 | 11.08.2021 16:14:35 | 18,000 | 1727007c5d142117756bad1a2bcdc166e05ac06d | docs: Fix typo on building overview | [
{
"change_type": "MODIFY",
"diff": "# Building >> Overview ||10\n-Building for production is important to ensure that the smallest possible payload gets shiped to your users.\n+Building for production is important to ensure that the smallest possible payload gets shipped to your users.\n",
"new_path": "... | TypeScript | MIT License | modernweb-dev/web | docs: Fix typo on building overview | 1 | docs | null |
276,941 | 11.08.2021 16:16:11 | 10,800 | b73c754300806904079657efc743e40a1862b70e | chore(ios): update development tg and add runpath for latest versions | [
{
"change_type": "MODIFY",
"diff": "DEAD_CODE_STRIPPING = NO;\nDEVELOPMENT_TEAM = WSZS2VU62H;\nINFOPLIST_FILE = labnative/Info.plist;\n- IPHONEOS_DEPLOYMENT_TARGET = 9.0;\n+ IPHONEOS_DEPLOYMENT_TARGET = 10.0;\nLD_RUNPATH_SEARCH_PATHS = \"$(inherited) @executable_path/Frameworks\";\nLIBRARY_SEARCH_PATHS = (\... | JavaScript | MIT License | gympass/yoga | chore(ios): update development tg and add runpath for latest versions | 1 | chore | ios |
877,026 | 11.08.2021 16:16:57 | -7,200 | 5445a63b6c2199aee4d66d71208b30c0f77a7461 | feat(@vtmn/css-select): move the icon after from the label to the container | [
{
"change_type": "MODIFY",
"diff": "margin-bottom: rem(5px);\nwidth: min-content;\nbackground-color: var(--vtmn-semantic-color_background-primary);\n+ cursor: pointer;\n}\n/* Set the dropdown arrow icon */\n-.vtmn-select_container label::after {\n+.vtmn-select_container::after {\ncontent: '';\nmask: url(\"d... | JavaScript | Apache License 2.0 | decathlon/vitamin-web | feat(@vtmn/css-select): move the icon after from the label to the container (#510)
Co-authored-by: Gaspard MATHON <gaspard.mathon@decathlon.com> | 1 | feat | @vtmn/css-select |
276,941 | 11.08.2021 16:32:38 | 10,800 | 82e2dc3d7088b350b9ec78858add3e6ea3d72cc9 | chore(ios): add development target on podfile | [
{
"change_type": "MODIFY",
"diff": "@@ -25,6 +25,7 @@ target 'labnative' do\naggregate_target.user_project.native_targets.each do |target|\ntarget.build_configurations.each do |config|\nconfig.build_settings['LIBRARY_SEARCH_PATHS'] = ['$(SDKROOT)/usr/lib/swift', '$(inherited)']\n+ config.build_settings['IPH... | JavaScript | MIT License | gympass/yoga | chore(ios): add development target on podfile | 1 | chore | ios |
815,609 | 11.08.2021 16:35:37 | -28,800 | afe20b373c8b905107bd1b7ffe29ecd8e56b5792 | fix(hardfork): should always check the extension field when reconstruct blocks | [
{
"change_type": "MODIFY",
"diff": "@@ -514,14 +514,27 @@ pub trait ChainStore<'a>: Send + Sync + Sized {\nlet uncles = self.get_block_uncles(hash)?;\nlet proposals = self.get_block_proposal_txs_ids(hash)?;\n- Some(\n+ let extension_opt = self.get_block_extension(hash);\n+\n+ let block = if let Some(extensi... | Rust | MIT License | nervosnetwork/ckb | fix(hardfork): should always check the extension field when reconstruct blocks | 1 | fix | hardfork |
141,572 | 11.08.2021 16:36:48 | -36,000 | f0846c6384d317f0643ed2c4a27cab2bf2daa2be | chore: Run design-tokens prepublish on dev builds | [
{
"change_type": "MODIFY",
"diff": "@@ -5,4 +5,10 @@ set -e\n. \".buildkite/scripts/helpers/setup-registry.sh\"\nyarn install --frozen-lockfile\n+\n+# Running an explicit command for design-tokens here, because running `yarn lerna run prepublish` takes a long time and isn't worth doing for dev builds.\n+# A... | TypeScript | MIT License | cultureamp/kaizen-design-system | chore: Run design-tokens prepublish on dev builds (#1802) | 1 | chore | null |
386,581 | 11.08.2021 16:42:41 | -7,200 | 9eaf3e8adb39eca7e7c7a9c8fe131776960002c8 | feat(cli): Add watch and watchIgnore options to dev command | [
{
"change_type": "MODIFY",
"diff": "See the License for the specific language governing permissions and\nlimitations under the License.\n*/\n+import path from 'path';\nimport chokidar from 'chokidar';\nimport BatchChanges from '../../utils/BatchChanges';\n-function buildWatcher({ build, context, reloadFn })... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat(cli): Add watch and watchIgnore options to dev command | 1 | feat | cli |
777,396 | 11.08.2021 17:15:26 | 21,600 | 26d395eee4f7aadf0b55cea8616a685fc0cf0726 | fix: properly dedup container configs
Do the same deduplication that we do for experiments, for commands. | [
{
"change_type": "MODIFY",
"diff": "@@ -197,11 +197,25 @@ func (d *DevicesConfig) UnmarshalJSON(data []byte) error {\nif err := json.Unmarshal(data, &unmarshaled); err != nil {\nreturn errors.Wrap(err, \"failed to parse devices\")\n}\n- *d = append(*d, unmarshaled...)\n+\n+ // Prevent duplicate container pa... | Python | Apache License 2.0 | determined-ai/determined | fix: properly dedup container configs (#2825)
Do the same deduplication that we do for experiments, for commands. | 1 | fix | null |
815,593 | 11.08.2021 17:24:02 | -28,800 | c380c74d0c051173f681a543c6067e035ffdead6 | test: use grcov to generate integration-test coverage report | [
{
"change_type": "MODIFY",
"diff": "@@ -62,4 +62,5 @@ cobertura.xml\n# generated coverage report files\n*.profraw\n-lcov.info\n+lcov-unit-test.info\n+lcov-integration-test.info\n",
"new_path": ".gitignore",
"old_path": ".gitignore"
},
{
"change_type": "MODIFY",
"diff": "@@ -17,9 +17,9 @@... | Rust | MIT License | nervosnetwork/ckb | test: use grcov to generate integration-test coverage report | 1 | test | null |
756,051 | 11.08.2021 17:36:28 | 18,000 | 5f7317c0d1179f9d9f1ef1e9f7e7ecc887e1f53f | feat(cosmic-swingset): use compute meter to decide where blocks end
fixes
* refine vat creation cost in block threshold
* open-code computronCounter
* first block computes the whole bootstrap | [
{
"change_type": "MODIFY",
"diff": "@@ -23,9 +23,13 @@ const console = anylogger('launch-chain');\nconst SWING_STORE_META_KEY = 'cosmos/meta';\n-// This is how many cranks we run per block, as per #2299.\n-// TODO Make it dependent upon metering instead.\n-const FIXME_MAX_CRANKS_PER_BLOCK = 1000;\n+// This ... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(cosmic-swingset): use compute meter to decide where blocks end (#3651)
fixes #3582
* refine vat creation cost in block threshold
* open-code computronCounter
* first block computes the whole bootstrap
Co-authored-by: Michael FIG <mfig@agoric.com> | 1 | feat | cosmic-swingset |
902,122 | 11.08.2021 17:51:13 | -7,200 | 255099ee667bd39ad52e55d6d1165f5d9272bd89 | chore(release): v9.1.8 | [
{
"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.1.8](https://github.com/microlinkhq/browserless/compare/v9.1.7...v9.1.8) (2021-08-11)\n+\n+**Note:** Version bu... | JavaScript | MIT License | microlinkhq/browserless | chore(release): v9.1.8 | 1 | chore | release |
129,390 | 11.08.2021 18:40:41 | 25,200 | e333537b3dd51216f674db4711608de720ebf690 | refactor(shortcuts): move check for shortcut config setting to apply to any list select | [
{
"change_type": "MODIFY",
"diff": "@@ -46,6 +46,8 @@ class Commit:\n# Prompt user for the commit message\ncz = self.cz\nquestions = cz.questions()\n+ for question in filter(lambda q: q['type'] == 'list', questions):\n+ question[\"use_shortcuts\"] = self.config.settings[\"use_shortcuts\"]\ntry:\nanswers = q... | Python | MIT License | commitizen-tools/commitizen | refactor(shortcuts): move check for shortcut config setting to apply to any list select | 1 | refactor | shortcuts |
129,390 | 11.08.2021 18:43:13 | 25,200 | 90c9918e259fd3956e64be80e1358c1cfb75a7d2 | docs(shortcuts): update to include info about keyboard shortcut options | [
{
"change_type": "MODIFY",
"diff": "@@ -123,12 +123,20 @@ commitizen:\n## Settings\n| Variable | Type | Default | Description |\n-| -------- | ---- | ------- | ----------- |\n+| ---------------- | ------ | --------------------------- | ------------------------------------------------------------------------... | Python | MIT License | commitizen-tools/commitizen | docs(shortcuts): update to include info about keyboard shortcut options | 1 | docs | shortcuts |
730,428 | 11.08.2021 18:44:14 | 0 | d21e7f41cd7555023041b41c6fbe23c52db8412f | chore(release): 0.21.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.21.0](https://github.com/webex/react-widgets/compare/v0.20.0...v0.21.0) (2021-08-11)\n+\n... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.21.0 [skip ci] | 1 | chore | release |
129,390 | 11.08.2021 18:45:20 | 25,200 | dedcb2dd3a54d0b4011c7a68abdae74cfb9125c4 | style: forgot to run black | [
{
"change_type": "MODIFY",
"diff": "@@ -46,7 +46,7 @@ class Commit:\n# Prompt user for the commit message\ncz = self.cz\nquestions = cz.questions()\n- for question in filter(lambda q: q['type'] == 'list', questions):\n+ for question in filter(lambda q: q[\"type\"] == \"list\", questions):\nquestion[\"use_sh... | Python | MIT License | commitizen-tools/commitizen | style: forgot to run black | 1 | style | null |
426,720 | 11.08.2021 19:07:55 | -10,800 | e3d29d5f1c7e9206edc39aee4be646f44bd03e38 | docs: add esbuild plugin to test-runner docs
This question has come up frequently in the last few days, so it makes sense to highlight it in the docs | [
{
"change_type": "ADD",
"diff": "+# Test Runner >> Testing TypeScript || 70\n+\n+If you write your source files in TypeScript, you can test directly from sources without\n+compiling using `tsc`. Add `esbuildPlugin({ ts: true })` to your `web-test-runner.config.js`\n+file.\n+This uses esbuild to [transform T... | TypeScript | MIT License | modernweb-dev/web | docs: add esbuild plugin to test-runner docs
This question has come up frequently in the last few days, so it makes sense to highlight it in the docs | 1 | docs | null |
185,944 | 11.08.2021 19:23:17 | 18,000 | c4a3e868fcf73484d5c4a29550df5af58600fa45 | feat: more descriptive local version names | [
{
"change_type": "MODIFY",
"diff": "@@ -31,6 +31,31 @@ interface AddVersionDialogState {\nversion: string;\n}\n+/**\n+ * Build a default name for a local Electron vresion\n+ * from its dirname.\n+ *\n+ * @param {string} dirname\n+ * @return {string} human-readable local build name\n+ */\n+function makeLocal... | TypeScript | MIT License | electron/fiddle | feat: more descriptive local version names (#825) | 1 | feat | null |
472,067 | 11.08.2021 20:07:02 | -32,400 | ea878677b91ae844fa4f46d2b116c5136a68fb0a | chore(spindle-tokens): rename custom exporter | [
{
"change_type": "MODIFY",
"diff": "-const { exporter } = require('./lib/output-styles-as-json');\n+const { exporter } = require('./lib/output-styles-as-style-dictionary');\nmodule.exports = {\ncommands: [\n",
"new_path": "packages/spindle-tokens/.figmaexportrc.js",
"old_path": "packages/spindle-tok... | TypeScript | MIT License | openameba/spindle | chore(spindle-tokens): rename custom exporter | 1 | chore | spindle-tokens |
865,922 | 11.08.2021 21:01:42 | -7,200 | 2546e820d12d0ff0f4dd1b93431bad66db7a8183 | chore: correct text in jsdoc | [
{
"change_type": "MODIFY",
"diff": "@@ -385,9 +385,9 @@ function extractClusterId(camundaCloudClusterUrl) {\n/**\n- * extractClusterRegion - description\n+ * extractClusterRegion\n*\n- * @param {type} camundaCloudClusterUrl description\n+ * @param {type} camundaCloudClusterUrl\n* @return {type} camundaCloud... | JavaScript | MIT License | camunda/camunda-modeler | chore: correct text in jsdoc | 1 | chore | null |
791,880 | 11.08.2021 21:02:02 | -19,080 | a9d68f6b8a0b7371ab97a3e4534fb06d5b9c62ed | misc(cli): improve error if invalid value for `--output` argument is passed | [
{
"change_type": "MODIFY",
"diff": "@@ -362,16 +362,20 @@ function coerceOptionalStringBoolean(value) {\n*/\nfunction coerceOutput(values) {\nconst outputTypes = ['json', 'html', 'csv'];\n- const errorMsg = `Invalid values. Argument 'output' must be an array from choices \"${outputTypes.join('\", \"')}\"`;\... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc(cli): improve error if invalid value for `--output` argument is passed (#12836) | 1 | misc | cli |
756,013 | 11.08.2021 21:09:24 | 21,600 | fc062b8a87875409008aae04af921a338926511b | fix(cosmic-swingset): port more scripts to ESM | [
{
"change_type": "MODIFY",
"diff": "#!/usr/bin/env node\n-/* global require */\n-const fs = require('fs');\n-const djson = require('deterministic-json');\n-const { createHash } = require('crypto');\n-const process = require('process');\n+import fs from 'fs';\n+import djson from 'deterministic-json';\n+impor... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(cosmic-swingset): port more scripts to ESM | 1 | fix | cosmic-swingset |
756,013 | 11.08.2021 21:11:52 | 21,600 | 968b78e40bd8a2bdb9aff1f141c1d9489b581354 | feat(cosmos): generate GRPC REST gateway implementations | [
{
"change_type": "ADD",
"diff": "+syntax = \"proto3\";\n+package agoric.vbank;\n+\n+import \"gogoproto/gogo.proto\";\n+import \"google/api/annotations.proto\";\n+import \"agoric/vbank/vbank.proto\";\n+\n+option go_package = \"github.com/Agoric/agoric-sdk/golang/cosmos/x/vbank/types\";\n+\n+// Query defines ... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(cosmos): generate GRPC REST gateway implementations | 1 | feat | cosmos |
756,013 | 11.08.2021 21:13:33 | 21,600 | 29137dd8bd8b08776fff7a2a97405042da9222a5 | feat(cosmos): upgrade to v0.43.0 and add vbank governance hooks | [
{
"change_type": "MODIFY",
"diff": "@@ -3,19 +3,22 @@ module github.com/Agoric/agoric-sdk\ngo 1.15\nrequire (\n- github.com/cosmos/cosmos-sdk v0.43.0-beta1\n+ github.com/cosmos/cosmos-sdk v0.43.0\ngithub.com/cosmos/ibc-go v1.0.0-alpha2.0.20210603063624-832044782f10\ngithub.com/gogo/protobuf v1.3.3\n+ github... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(cosmos): upgrade to v0.43.0 and add vbank governance hooks | 1 | feat | cosmos |
756,013 | 11.08.2021 21:48:45 | 21,600 | 671b93d6032656dceeee1616b849535145b3e10d | fix(cosmos): don't force the output format to JSON
The new Cosmos-SDK 0.43.0 adds an `-ojson` flag to the `tx`
subcommands, so we can both specify it when we need and don't have
to force users to look at JSON when the default is clearer. | [
{
"change_type": "MODIFY",
"diff": "@@ -68,9 +68,6 @@ func NewRootCmd(sender Sender) (*cobra.Command, params.EncodingConfig) {\nreturn err\n}\n- // FIXME: Need this for compatibility with Agoric's use of the client\n- initClientCtx.OutputFormat = \"json\"\n-\nif err := client.SetCmdClientContextHandler(init... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(cosmos): don't force the output format to JSON
The new Cosmos-SDK 0.43.0 adds an `-ojson` flag to the `tx`
subcommands, so we can both specify it when we need and don't have
to force users to look at JSON when the default is clearer. | 1 | fix | cosmos |
71,536 | 11.08.2021 22:14:52 | 0 | 9ba8387892cb789deb27bacbd7f2a495988304dd | chore(apigatewayv2): fix typo in README
This PR fix typo in README of `aws-apigatewayv2`.
I made PR and was pointed out typo.
According to the PR, `webSocketStage` is correct.
*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": "@@ -316,7 +316,7 @@ To retrieve a websocket URL and a callback URL:\n```ts\nconst webSocketURL = webSocketStage.url;\n// wss://${this.api.apiId}.execute-api.${s.region}.${s.urlSuffix}/${urlPath}\n-const callbackURL = webSocketURL.callbackUrl;\n+const callbackURL = webSock... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore(apigatewayv2): fix typo in README (#15950)
This PR fix typo in README of `aws-apigatewayv2`.
I made PR #15227 and was pointed out typo.
According to the PR, `webSocketStage` is correct.
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 licen... | 1 | chore | apigatewayv2 |
306,635 | 11.08.2021 23:22:03 | -19,080 | 132d09038d81dc128a103a04851f17d21a256e7d | fix(Grid): fix nested row card border | [
{
"change_type": "MODIFY",
"diff": "@@ -25,9 +25,13 @@ export const GridRow = (props: GridRowProps) => {\nconst rowRef = React.useRef<HTMLDivElement>(null);\nconst [expanded, setExpanded] = React.useState<boolean>(false);\n- const rowClasses = classNames('Grid-row', 'Grid-row--body', {\n- 'Grid-row--selecte... | TypeScript | MIT License | innovaccer/design-system | fix(Grid): fix nested row card border | 1 | fix | Grid |
777,374 | 12.08.2021 01:05:51 | -25,200 | 1acad83e89d72c90983685ea7186372bb7e5bd60 | fix: nail down installed swag cmd version. | [
{
"change_type": "MODIFY",
"diff": "@@ -35,7 +35,7 @@ get-deps:\ngo install google.golang.org/grpc\ngo install github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway\ngo install github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger\n- go get github.com/swaggo/swag/cmd/swag\n+ go get github.com/s... | Python | Apache License 2.0 | determined-ai/determined | fix: nail down installed swag cmd version. (#2824) | 1 | fix | null |
126,276 | 12.08.2021 07:58:07 | 10,800 | 66eb57724a2b1fb445ce095e92d51bd2e723126f | chore(pkg/replication): use new context for each client connection | [
{
"change_type": "DELETE",
"diff": "-/*\n-Copyright 2021 CodeNotary, Inc. All rights reserved.\n-\n-Licensed under the Apache License, Version 2.0 (the \"License\");\n-you may not use this file except in compliance with the License.\n-You may obtain a copy of the License at\n-\n- http://www.apache.org/licen... | Go | Apache License 2.0 | codenotary/immudb | chore(pkg/replication): use new context for each client connection
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | pkg/replication |
777,419 | 12.08.2021 08:38:35 | -7,200 | 305f138aceebc66cf3daf2034fa75f386c3e4985 | refactor: allow user to inline edit experiment name | [
{
"change_type": "MODIFY",
"diff": "\"pretty-bytes\": \"^5.4.1\",\n\"query-string\": \"^7.0.0\",\n\"react\": \"^17.0.2\",\n- \"react-contenteditable\": \"^3.3.5\",\n\"react-dom\": \"^17.0.2\",\n\"react-helmet-async\": \"^1.0.9\",\n\"react-monaco-editor\": \"^0.43.0\",\n\"integrity\": \"sha512-WOEpRNz8Oo2SEU... | Python | Apache License 2.0 | determined-ai/determined | refactor: allow user to inline edit experiment name [DET-4405] (#2674) | 1 | refactor | null |
688,499 | 12.08.2021 09:32:52 | -7,200 | 200864d127863cf378cddd76a825cdf4949a05bc | feat(Icon): add 24px version of the Player icon | [
{
"change_type": "ADD",
"diff": "+import React, { forwardRef, Ref } from 'react'\n+import cx from 'classnames'\n+import { makeStyles } from '@material-ui/core/styles'\n+import { StandardProps } from '@toptal/picasso-shared'\n+\n+import kebabToCamelCase from '../utils/kebab-to-camel-case'\n+import styles fro... | TypeScript | MIT License | toptal/picasso | feat(Icon): add 24px version of the Player icon (#2132) | 1 | feat | Icon |
386,584 | 12.08.2021 09:48:27 | -7,200 | efa61bd7a08172938a56025b68ca15f08195a088 | feat: Added ability to use html in Alert, Descriptions and Notification. | [
{
"change_type": "MODIFY",
"diff": "type: Alert\nproperties:\nmessage: Alert message - Completed!\n-- id: \"properties.icon string\"\n+- id: 'properties.icon string'\ntype: Info\nproperties:\nicon: CheckCircleOutlined\nmessage: Message with Icon!\n-- id: \"properties.icon object\"\n+- id: 'properties.icon o... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat: Added ability to use html in Alert, Descriptions and Notification. | 1 | feat | null |
276,989 | 12.08.2021 10:15:00 | 10,800 | 6e2db2317b9e147b24d01cc231dc3c0b90b3637d | chore(docs): add missing dependency
add as 2.6.5 but should be could have been updated if Gatsby was too (^3). Something to work later. | [
{
"change_type": "MODIFY",
"diff": "\"devDependencies\": {\n\"@babel/cli\": \"^7.8.4\",\n\"@babel/core\": \"^7.8.4\",\n- \"@babel/runtime\": \"^7.8.4\",\n\"@babel/node\": \"^7.8.4\",\n\"@babel/preset-env\": \"^7.8.4\",\n\"@babel/preset-react\": \"^7.8.4\",\n+ \"@babel/runtime\": \"^7.8.4\",\n+ \"@react-nati... | JavaScript | MIT License | gympass/yoga | chore(docs): add missing @core-js dependency
add as 2.6.5 but should be could have been updated if Gatsby was too (^3). Something to work later. | 1 | chore | docs |
386,584 | 12.08.2021 10:40:04 | -7,200 | 6d4d696ce35c327c22e014929e363aa8cc5c5954 | feat: Added ability to use html in Button, Card and Collapse. | [
{
"change_type": "MODIFY",
"diff": "icon:\nname: SaveOutlined\ncolor: red\n-- id: \"properties.shape: circle\"\n+- id: 'properties.shape: circle'\ntype: Button\nproperties:\nshape: circle\n-- id: \"properties.shape: round\"\n+- id: 'properties.shape: round'\ntype: Button\nproperties:\nshape: round\n-- id: \... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat: Added ability to use html in Button, Card and Collapse. | 1 | feat | null |
756,064 | 12.08.2021 10:49:23 | 25,200 | beb9f59dd3c54d39663218dd9d96fc9988a16216 | fix(swingset): test-marshal.js: delete leftover+slow kernel creation
For some reason, most of the deserialization tests in test-marshal.js have
been creating a full SwingSet controller and then throwing it away. This is
an ancient leftover from the PlaygroundVat days, and removing it reduces the
test's runtime from abo... | [
{
"change_type": "MODIFY",
"diff": "@@ -9,8 +9,6 @@ import { WeakRef, FinalizationRegistry } from '../src/weakref.js';\nimport { makeDummyMeterControl } from '../src/kernel/dummyMeterControl.js';\nimport { makeMarshaller } from '../src/kernel/liveSlots.js';\n-import { buildVatController } from '../src/index... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | fix(swingset): test-marshal.js: delete leftover+slow kernel creation
For some reason, most of the deserialization tests in test-marshal.js have
been creating a full SwingSet controller and then throwing it away. This is
an ancient leftover from the PlaygroundVat days, and removing it reduces the
test's runtime from ab... | 1 | fix | swingset |
815,609 | 12.08.2021 10:58:08 | -28,800 | 4a6190bfa95f984f0a5c6c8fc7d09e708e8bacea | chore(hardfork): size of the block extension field should be included in block size limit | [
{
"change_type": "MODIFY",
"diff": "@@ -131,11 +131,13 @@ impl BlockAssembler {\ncellbase: Transaction,\nuncles: &[UncleBlockView],\nproposals: &HashSet<ProposalShortId>,\n+ extension_opt: Option<packed::Bytes>,\n) -> Result<usize, AnyError> {\nlet empty_dao = packed::Byte32::default();\nlet raw_header = pa... | Rust | MIT License | nervosnetwork/ckb | chore(hardfork): size of the block extension field should be included in block size limit | 1 | chore | hardfork |
401,135 | 12.08.2021 11:03:28 | 14,400 | fadd4369bc66e0d9c521ca9032f982f5473caf64 | refactor(core): simplify HelperAndErrorTextTooltip props
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -115,8 +115,7 @@ export const DateRangeTextFields: React.FC<Props> = React.memo(props => {\n<HelperAndErrorTextTooltip\nidPrefix={id}\nerrorIconColor={theme.dateRangePicker.inputSeparatorColor[variant].error}\n- errorText={errorText}\n- builtInErrorMessage={builtInErro... | TypeScript | MIT License | medly/medly-components | refactor(core): simplify HelperAndErrorTextTooltip props
affects: @medly-components/core | 1 | refactor | core |
667,635 | 12.08.2021 11:05:48 | -28,800 | 347d52f5924f438c90a71e9c7144d9d3b6409ad1 | fix(ios): fix gradient backgroundcolor update error | [
{
"change_type": "MODIFY",
"diff": "@@ -107,6 +107,7 @@ HIPPY_CUSTOM_VIEW_PROPERTY(linearGradient, NSDictionary, HippyView) {\n[object addEntriesFromDictionary:linearGradientObject];\n}\nview.gradientObject = [[HippyGradientObject alloc] initWithGradientObject:object];\n+ [view.layer setNeedsDisplay];\n}\n}... | C++ | Apache License 2.0 | tencent/hippy | fix(ios): fix gradient backgroundcolor update error | 1 | fix | ios |
730,481 | 12.08.2021 11:06:50 | -3,600 | 0f49360cd677b00b99c8172f1d1c0b4a95c49557 | fix(encryption): setting onbehalfof to support an edge case | [
{
"change_type": "MODIFY",
"diff": "@@ -37,7 +37,7 @@ webex.internal.plugin.ediscovery.WHATEVER\nRun the ediscovery from the top level using\n-> npm test -- --packages @webex/internal-plugin-ediscovery --node\n+> npm test -- --packages @webex/internal-plugin-ediscovery\n## Maintainers\n",
"new_path": "p... | JavaScript | MIT License | webex/webex-js-sdk | fix(encryption): setting onbehalfof to support an edge case | 1 | fix | encryption |
791,723 | 12.08.2021 11:09:15 | 25,200 | 4f349bd6307ad718ed6cb28dd51a7f40022e55bd | misc(build): normalize sample-report build naming | [
{
"change_type": "RENAME",
"diff": "/* eslint-disable no-console */\nconst fs = require('fs');\nconst path = require('path');\n-const swapLocale = require('../lib/i18n/swap-locale.js');\n-const ReportGenerator = require('../../report/report-generator.js');\n-const {defaultSettings} = require('../config/cons... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc(build): normalize sample-report build naming (#12901) | 1 | misc | build |
777,353 | 12.08.2021 11:09:54 | 18,000 | 9648ac139e8689e48102a004ff9a6b3314d17e45 | fix: show tabs independent of trial detail loading | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,7 @@ import usePolling from 'hooks/usePolling';\nimport usePrevious from 'hooks/usePrevious';\nimport { paths } from 'routes/utils';\nimport { getExpTrials, getTrialDetails } from 'services/api';\n-import { ExperimentBase, RunState, TrialDetails } from 'types';... | Python | Apache License 2.0 | determined-ai/determined | fix: show tabs independent of trial detail loading [DET-5839] (#2823) | 1 | fix | null |
815,598 | 12.08.2021 11:16:28 | -28,800 | 58b584b321c98b1e7d19c84e305fd005479f2f2a | chore: update bug report issue template | [
{
"change_type": "MODIFY",
"diff": "@@ -4,14 +4,23 @@ about: Create a report to help us improve\nlabels: t:bug\n---\n-**Environment**\n+## Bug Report\n-- **CKB version**: output of `ckb --version`\n-- **Chain**: dev / staging / testnet / mainnet ...\n-- **Operating system**: Linux / macOS / Windows\n+<!-- T... | Rust | MIT License | nervosnetwork/ckb | chore: update bug report issue template | 1 | chore | null |
472,067 | 12.08.2021 11:18:40 | -32,400 | fadaa11f9caaf65b36ccf90c6a77870ffa536b7d | refactor(spindle-tokens): add primitive prop | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ module.exports = {\noutputters: [\nexporter({\noutput: './tokens/color',\n- replacer: result => JSON.stringify({ Color: result }, null, 2),\n+ replacer: result => JSON.stringify({ Color: { Primitive: result } }, null, 2),\nfileName: 'primitive.json'\n})\n]... | TypeScript | MIT License | openameba/spindle | refactor(spindle-tokens): add primitive prop | 1 | refactor | spindle-tokens |
386,584 | 12.08.2021 11:26:52 | -7,200 | ec69fb7ed8759c2d84302da87b25ece52c2988e2 | feat: Ability to use html in ConfirmModal, Divider, Message, Modal. | [
{
"change_type": "MODIFY",
"diff": "# Popup werk nog nie\n- id: default\ntype: ConfirmModal\n-- id: \"properties.title\"\n+- id: 'properties.title'\ntype: ConfirmModal\nproperties:\ntitle: ConfirmModal block\n-- id: \"properties.status: success\"\n+- id: 'properties.status: success'\ntype: ConfirmModal\npro... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat: Ability to use html in ConfirmModal, Divider, Message, Modal. | 1 | feat | null |
104,831 | 12.08.2021 11:41:46 | 18,000 | 626415c11fde3d28581101fb62bfefd4059aab1b | chore(list): include list styles from carbon | [
{
"change_type": "RENAME",
"diff": "",
"new_path": "packages/styles/src/components/List/_carbon-list.scss",
"old_path": "packages/styles/src/components/List/_carbon_list.scss"
},
{
"change_type": "ADD",
"diff": "+@import '../../vendor/carbon-components/scss/components/ordered-list/ordere... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | chore(list): include list styles from carbon | 1 | chore | list |
386,584 | 12.08.2021 11:52:00 | -7,200 | 483eee6eecacffe90f76221e5cb62ddaa07e2649 | feat: Added ability to use html in Paragraph, Result and Statistic. | [
{
"change_type": "MODIFY",
"diff": "# symbol: '???'\n# content: |\n# Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis au... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat: Added ability to use html in Paragraph, Result and Statistic. | 1 | feat | null |
401,135 | 12.08.2021 11:56:27 | 14,400 | e64051f8ff64d12dac7040872d05ac4297efd4de | refactor(theme): create theme variable for errorIconColor
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -112,12 +112,7 @@ export const DateRangeTextFields: React.FC<Props> = React.memo(props => {\n{...commonTextProps}\n/>\n{showTooltipForHelperAndErrorText && (\n- <HelperAndErrorTextTooltip\n- id={id}\n- errorIconColor={theme.dateRangePicker.inputSeparatorColor[variant].... | TypeScript | MIT License | medly/medly-components | refactor(theme): create theme variable for errorIconColor
affects: @medly-components/core, @medly-components/theme | 1 | refactor | theme |
942,571 | 12.08.2021 11:57:20 | 25,200 | 095a6764070ef766abb00634348331d520751d27 | docs: Add menu mdx docs | [
{
"change_type": "MODIFY",
"diff": "@@ -25,9 +25,9 @@ describe('Menu', () => {\nh.stories.visit();\n});\n- context('given \"With Many Items\" story is rendered', () => {\n+ context('given the [Preview/Menu/React, Control Button] example is rendered', () => {\nbeforeEach(() => {\n- h.stories.load('Preview/Me... | TypeScript | Apache License 2.0 | workday/canvas-kit | docs: Add menu mdx docs (#1203) | 1 | docs | null |
667,713 | 12.08.2021 11:58:24 | -28,800 | 27af908fcd626f0cf0e8733110f6e39551c54758 | fix(android): shuold call invalidate after reset props | [
{
"change_type": "MODIFY",
"diff": "@@ -607,36 +607,42 @@ public class AsyncImageView extends ViewGroup implements Animator.AnimatorListen\npublic void setBorderColor(int color, int position)\n{\ngetBackGround().setBorderColor(color, position);\n+ invalidate();\n}\n-\n@Override\npublic void setBorderStyle(i... | C++ | Apache License 2.0 | tencent/hippy | fix(android): shuold call invalidate after reset props | 1 | fix | android |
401,135 | 12.08.2021 11:58:41 | 14,400 | 20c7f05c6abb04723f64334213a06b8b0be5a07e | refactor(core): move props type to separate types file
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -3,15 +3,8 @@ import { ThemeContext, WithStyle } from '@medly-components/utils';\nimport React, { FC, useContext } from 'react';\nimport Popover from '../Popover';\nimport * as Styled from './HelperAndErrorTextTooltip.styled';\n+import { HelperTextTooltipProps } from '... | TypeScript | MIT License | medly/medly-components | refactor(core): move props type to separate types file
affects: @medly-components/core | 1 | refactor | core |
401,135 | 12.08.2021 12:02:48 | 14,400 | 541febd8548cf163b017e88cb8d01c01c2855101 | style(core): remove unused vars
affects: | [
{
"change_type": "MODIFY",
"diff": "import { DateRangeIcon } from '@medly-components/icons';\n-import { ThemeContext } from '@medly-components/utils';\n-import React, { useContext } from 'react';\n+import React from 'react';\nimport { DateIconWrapper } from '../../DatePicker/DatePicker.styled';\nimport date... | TypeScript | MIT License | medly/medly-components | style(core): remove unused vars
affects: @medly-components/core | 1 | style | core |
276,989 | 12.08.2021 12:03:42 | 10,800 | 5a5760479ead88737144a2ce244bc263a7c97e97 | chore(ios): update IPHONEOS_DEPLOYMENT_TARGET to 10 in some Pods | [
{
"change_type": "MODIFY",
"diff": "@@ -498,6 +498,6 @@ SPEC CHECKSUMS:\nYoga: 4bd86afe9883422a7c4028c00e34790f560923d6\nYogaKit: f782866e155069a2cca2517aafea43200b01fd5a\n-PODFILE CHECKSUM: b664a6fd45afcd6102a90a7b86306569c38b4dd0\n+PODFILE CHECKSUM: ab1d7669d0cfcdbecc7464432068ba777a1c8721\nCOCOAPODS: 1.1... | JavaScript | MIT License | gympass/yoga | chore(ios): update IPHONEOS_DEPLOYMENT_TARGET to 10 in some Pods
Co-authored-by: @alycecristines | 1 | chore | ios |
276,989 | 12.08.2021 12:07:39 | 10,800 | 601697dea81cfb771943ec91d30226827937affc | chore(babel): update loose config | [
{
"change_type": "MODIFY",
"diff": "@@ -2,46 +2,31 @@ module.exports = {\nenv: {\nweb: {\nignore: ['**/native', '**/*.native.js', '**/*.test.jsx'],\n- presets: ['@babel/preset-env', '@babel/preset-react'],\n- plugins: [\n- 'inline-react-svg',\n- 'import-glob',\n- ['@babel/plugin-proposal-private-methods', {... | JavaScript | MIT License | gympass/yoga | chore(babel): update loose config | 1 | chore | babel |
386,584 | 12.08.2021 12:09:26 | -7,200 | 9329d2487edda363a633eb4081914dd8fb7a1c9c | feat: Added ability to use html in Title and Tooltip. | [
{
"change_type": "MODIFY",
"diff": "- id: default\ntype: Title\n-- id: \"properties.title\"\n+- id: 'properties.title'\ntype: Title\nproperties:\ncontent: Lorem ipsum dolor sit amet\n-- id: \"properties. code: true\"\n+- id: 'properties. code: true'\ntype: Title\nproperties:\ncode: true\ncontent: Lorem ipsu... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat: Added ability to use html in Title and Tooltip. | 1 | feat | null |
386,584 | 12.08.2021 12:34:35 | -7,200 | c9ae5e745fe2010337228a6d6f75ca5903f0c0b0 | feat: Updated antd blocks fields .json that support html. | [
{
"change_type": "MODIFY",
"diff": "},\n\"description\": {\n\"type\": \"string\",\n- \"description\": \"Content description of alert.\"\n+ \"description\": \"Content description of alert - supports html.\"\n},\n\"icon\": {\n\"type\": [\"string\", \"object\"],\n},\n\"message\": {\n\"type\": \"string\",\n- \"... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat: Updated antd blocks fields .json that support html. | 1 | feat | null |
217,922 | 12.08.2021 12:49:34 | -7,200 | 65d20f453246587a6eafb69676dcc349b8d97683 | fix(community-lists): fixed pagination not shown anymore | [
{
"change_type": "MODIFY",
"diff": "@@ -157,6 +157,7 @@ export interface LazyData {\nzhActionCategories: any;\nzhActionDescriptions: any;\nzhActions: any;\n+ zhAirshipVoyages: any;\nzhBaseParams: any;\nzhBeastReputationRanks: any;\nzhContentTypes: any;\n@@ -196,6 +197,7 @@ export interface LazyData {\nzhSho... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(community-lists): fixed pagination not shown anymore | 1 | fix | community-lists |
126,276 | 12.08.2021 12:52:44 | 10,800 | 4ef1e7134e2c613e91eaf48c9de97755c561f8c3 | fix(embedded/sql): enforce ordering by grouping column | [
{
"change_type": "MODIFY",
"diff": "@@ -47,6 +47,10 @@ func (cr *conditionalRowReader) SetParameters(params map[string]interface{}) {\ncr.params = params\n}\n+func (cr *conditionalRowReader) OrderBy() *ColDescriptor {\n+ return cr.rowReader.OrderBy()\n+}\n+\nfunc (cr *conditionalRowReader) Columns() ([]*Col... | Go | Apache License 2.0 | codenotary/immudb | fix(embedded/sql): enforce ordering by grouping column
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | fix | embedded/sql |
217,922 | 12.08.2021 12:53:07 | -7,200 | 3b52c97bd6703d07fea592ad54fb91740f817349 | fix(lits): fixed some older lists not being copied properly from community lists | [
{
"change_type": "MODIFY",
"diff": "@@ -156,7 +156,7 @@ export class ListManagerService {\nrecipeId = firstCraft.id.toString();\n}\n}\n- const craft = crafted.find(c => c.id.toString() === recipeId.toString());\n+ const craft = crafted.find(c => c.id.toString() === recipeId.toString()) || crafted[0];\nconst... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(lits): fixed some older lists not being copied properly from community lists | 1 | fix | lits |
217,922 | 12.08.2021 12:58:42 | -7,200 | a5e821599c32fba75c4b62fe1b5c2a3b7090bc62 | fix(desktop): close client faster after update for better UX | [
{
"change_type": "MODIFY",
"diff": "@@ -61,7 +61,7 @@ export class SquirrelEventHandler {\nif (!this.store.get('setup:noShortcut', false)) {\nspawnUpdate(['--createShortcut', exeName]);\n}\n- setTimeout(app.quit, 1000);\n+ setTimeout(app.quit, 200);\nreturn true;\ncase '--squirrel-uninstall':\n@@ -71,7 +71,... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(desktop): close client faster after update for better UX | 1 | fix | desktop |
915,035 | 12.08.2021 13:01:53 | 0 | 16381f442d584e015a0a27ebaa02567a931251e0 | autogen: add v1.10.5-pre.1 to version.schema.json | [
{
"change_type": "MODIFY",
"diff": "\"$ref\": \"https://raw.githubusercontent.com/ory/hydra/v1.10.3/spec/config.json\"\n}\n]\n+ },\n+ {\n+ \"allOf\": [\n+ {\n+ \"properties\": {\n+ \"version\": {\n+ \"const\": \"v1.10.5-pre.1\"\n+ }\n+ }\n+ },\n+ {\n+ \"$ref\": \"https://raw.githubusercontent.com/ory/hydra/... | Go | Apache License 2.0 | ory/hydra | autogen: add v1.10.5-pre.1 to version.schema.json | 1 | autogen | null |
217,922 | 12.08.2021 13:08:05 | -7,200 | ab0820c7401aa3376bdc7f1b7b89e9f2c2c5d1b4 | fix(log-tracker): fixed blank notification when creating a list from a log page | [
{
"change_type": "MODIFY",
"diff": "</ng-template>\n</nz-tab>\n</nz-tabset>\n+</ng-container>\n+\n<ng-template #notificationRef let-notification>\n<div class=\"ant-notification-notice-content ant-notification-notice-with-icon\">\n<span class=\"ant-notification-notice-icon\"><i class=\"ant-notification-notic... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(log-tracker): fixed blank notification when creating a list from a log page | 1 | fix | log-tracker |
217,922 | 12.08.2021 13:21:15 | -7,200 | 9ea64d68843cbc883bcc46654b48763f500a93f6 | perf(KR/CN): updated to latest simulator version | [
{
"change_type": "MODIFY",
"diff": "\"@angular/router\": \"^11.0.2\",\n\"@ffxiv-teamcraft/crafting-solver\": \"^1.3.2\",\n\"@ffxiv-teamcraft/simulator\": \"^2.10.8\",\n- \"@ffxiv-teamcraft/simulator-cn\": \"npm:@ffxiv-teamcraft/simulator@2.10.4\",\n- \"@ffxiv-teamcraft/simulator-kr\": \"npm:@ffxiv-teamcraft... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | perf(KR/CN): updated to latest simulator version | 1 | perf | KR/CN |
67,479 | 12.08.2021 13:44:50 | -36,000 | 079e820d8b0cfa5fe9d5b953ffd4f223f8058e45 | refactor(platform): smaller props setup | [
{
"change_type": "MODIFY",
"diff": "@@ -9,24 +9,24 @@ function notImplemented(name: string): (...args: any[]) => any {\n}\nexport class BrowserPlatform<TGlobal extends typeof globalThis = typeof globalThis> extends Platform<TGlobal> {\n- public readonly Node: TGlobal['Node'];\n- public readonly Element: TGl... | TypeScript | MIT License | aurelia/aurelia | refactor(platform): smaller props setup | 1 | refactor | platform |
217,922 | 12.08.2021 13:47:30 | -7,200 | 2a4ca1a3ab6ae08aeb75088144b2af65928ca81f | fix(fishing): fixed snagging flag not set properly on many fish | [
{
"change_type": "MODIFY",
"diff": "@@ -39,8 +39,6 @@ export class GatheringNodesService {\n}\n}\n- const fishingSpots = this.lazyData.data.fishingSpots;\n-\nconst results: GatheringNode[][] = idsToConsider.map(id => {\nconst minBtnSpearMatches: GatheringNode[] = this.minBtnSpearNodes.filter(node => {\nretu... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(fishing): fixed snagging flag not set properly on many fish | 1 | fix | fishing |
777,353 | 12.08.2021 13:51:03 | 18,000 | b7596b76f35f3c038732f4eabfc59918ceece8e9 | feat: add Trial ID to header of single-trial experiment page | [
{
"change_type": "MODIFY",
"diff": "@@ -105,6 +105,7 @@ const ExperimentDetails: React.FC = () => {\nfetchExperimentDetails={fetchExperimentDetails}\nshowContinueTrial={trial ? showContinueTrial : undefined}\nshowForkModal={showForkModal}\n+ trial={trial}\n/>}\nstickyHeader\ntitle={`Experiment ${experimentI... | Python | Apache License 2.0 | determined-ai/determined | feat: add Trial ID to header of single-trial experiment page [DET-5816] (#2821) | 1 | feat | null |
104,828 | 12.08.2021 13:52:31 | -7,200 | dcae45d6806bf74332535fcc05d8e085198cedfb | fix(table): fixed snapshots | [
{
"change_type": "MODIFY",
"diff": "@@ -66469,7 +66469,7 @@ exports[`Storybook Snapshot tests and console checks Storyshots 1 - Watson IoT/T\nCOLUMNS prop\n</p>\n<samp>\n- [{\"id\":\"string\",\"name\":\"String\"},{\"id\":\"date\",\"name\":\"Date\"},{\"id\":\"select\",\"name\":\"Select\"},{\"id\":\"secretFie... | JavaScript | Apache License 2.0 | carbon-design-system/carbon-addons-iot-react | fix(table): fixed snapshots | 1 | fix | table |
67,494 | 12.08.2021 14:10:36 | -7,200 | c570bfb6c9e4942288a26271f9d780f18d52f863 | refactor(router): process multiple configured routes | [
{
"change_type": "MODIFY",
"diff": "@@ -226,25 +226,56 @@ export class RoutingScope {\npublic findInstructions(instruction: string | RoutingInstruction[], useDirectRouting: boolean, useConfiguredRoutes: boolean): FoundRoute {\nlet route = new FoundRoute();\nif (typeof instruction === 'string') {\n- const in... | TypeScript | MIT License | aurelia/aurelia | refactor(router): process multiple configured routes | 1 | refactor | router |
67,494 | 12.08.2021 14:11:22 | -7,200 | a118e62979ad81cc51abd238103f562b79e34ae2 | refactor(router): add instruction component function | [
{
"change_type": "MODIFY",
"diff": "@@ -13,6 +13,7 @@ export interface IInstructionComponent extends InstructionComponent { }\n*/\nexport type ComponentAppellation = string | RouteableComponentType | IRouteableComponent | CustomElementDefinition | Constructable;\n+export type ComponentAppellationFunction = ... | TypeScript | MIT License | aurelia/aurelia | refactor(router): add instruction component function | 1 | refactor | router |
551,634 | 12.08.2021 14:12:43 | -3,600 | 6f707c767b5b9b42bcf512f908878a7eb52d3d3c | feat(sql): geohash first, last aggregation functions | [
{
"change_type": "ADD",
"diff": "+/*******************************************************************************\n+ * ___ _ ____ ____\n+ * / _ \\ _ _ ___ ___| |_| _ \\| __ )\n+ * | | | | | | |/ _ \\/ __| __| | | | _ \\\n+ * | |_| | |_| | __/\\__ \\ |_| |_| | |_) |\n+ * \\__\\_\\\\__,_|\\___||___/\\__|____... | Java | Apache License 2.0 | questdb/questdb | feat(sql): geohash first, last aggregation functions (#1255) | 1 | feat | sql |
277,262 | 12.08.2021 14:16:08 | -7,200 | 4b9014a0c689d27a9d718012de8ab77e6482a903 | refactor: Update blocking overlay for css only solution | [
{
"change_type": "MODIFY",
"diff": "// limitations under the License.\nimport * as Fluent from '@fluentui/react'\n-import { box, on, WaveErrorCode, WaveEventType } from 'h2o-wave'\n+import { box, WaveErrorCode, WaveEventType } from 'h2o-wave'\nimport React from 'react'\nimport { stylesheet } from 'typestyle... | Python | Apache License 2.0 | h2oai/wave | refactor: Update blocking overlay for css only solution (#275) | 1 | refactor | null |
71,626 | 12.08.2021 14:29:42 | -7,200 | 97fc29032c05edb7914c48efee0124be0126a5c4 | feat(aws-apigateway): import existing usage plan
New method `UsagePlan.fromUsagePlanId()` that allows to import an existing usage plan using its id.
Closes
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | [
{
"change_type": "MODIFY",
"diff": "@@ -212,6 +212,12 @@ plan.addApiStage({\n});\n```\n+Existing usage plans can be imported into a CDK app using its id.\n+\n+```ts\n+const importedUsagePlan = UsagePlan.fromUsagePlanId(stack, 'imported-usage-plan', '<usage-plan-key-id>');\n+```\n+\nThe name and value of the... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(aws-apigateway): import existing usage plan (#15771)
New method `UsagePlan.fromUsagePlanId()` that allows to import an existing usage plan using its id.
Closes #12677.
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | feat | aws-apigateway |
756,029 | 12.08.2021 14:54:03 | 25,200 | 56b05f0ee54c14bd06b93adfedf1a7ad54137751 | test(swingset-runner): Add coverage script | [
{
"change_type": "MODIFY",
"diff": "\"scripts\": {\n\"build\": \"exit 0\",\n\"test\": \"ava\",\n+ \"test:c8\": \"c8 $C8_OPTIONS ava --config=ava-nesm.config.js\",\n\"test:xs\": \"exit 0\",\n\"lint-fix\": \"eslint --fix '**/*.js'\",\n\"lint-check\": \"yarn lint\",\n},\n\"devDependencies\": {\n\"ava\": \"^3.1... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | test(swingset-runner): Add coverage script | 1 | test | swingset-runner |
503,970 | 12.08.2021 14:58:24 | 14,400 | 28d1aef59772d6a9669338bd7457591efc72f715 | fix(Toolbar): use categoryName.key as filter counter index | [
{
"change_type": "MODIFY",
"diff": "@@ -59,13 +59,23 @@ export class ToolbarFilter extends React.Component<ToolbarFilterProps, ToolbarFi\ncomponentDidMount() {\nconst { categoryName, chips } = this.props;\n- this.context.updateNumberFilters(typeof categoryName === 'string' ? categoryName : categoryName.name... | TypeScript | MIT License | patternfly/patternfly-react | fix(Toolbar): use categoryName.key as filter counter index (#6143) | 1 | fix | Toolbar |
67,494 | 12.08.2021 15:10:20 | -7,200 | a54da9bb45f0af39cd716ff7fb677942ed4902cf | docs(router): add todo for container res property | [
{
"change_type": "MODIFY",
"diff": "@@ -101,6 +101,9 @@ export class RoutingScope {\n// return this.getClosestScope(origin) || this.rootScope!.scope;\nlet container: IContainer | null | undefined;\n+ // res is a private prop of IContainer impl\n+ // TODO: should use a different way to detect if something is... | TypeScript | MIT License | aurelia/aurelia | docs(router): add todo for container res property | 1 | docs | router |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.