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
67,475
31.01.2022 11:36:57
0
7048c1d4638b0a42bccfb11067e54aaef67a7e92
GitBook: Documenting containerless components
[ { "change_type": "MODIFY", "diff": "@@ -257,3 +257,53 @@ Adding your element to be used within the template is as easy as adding the foll\n```html\n<import from=\"./path-to/some-element\"></import>\n```\n+\n+## Containerless components\n+\n+In some scenarios, you want the ability to use a component, but rem...
TypeScript
MIT License
aurelia/aurelia
GitBook: [#124] Documenting containerless components
1
gitbook
null
821,230
31.01.2022 11:37:51
25,200
7a63b4987bd8d6e4f2f3211a05248296e5f6d090
fix: update error messages
[ { "change_type": "MODIFY", "diff": "@@ -24,7 +24,7 @@ export default class UploadDeb extends Command {\n}\nif (!await qq.exists(dist('Release'))) this.error('Cannot find debian artifacts', {\n- suggestions: ['Run \"oclif-dev pack:deb\" before uploading'],\n+ suggestions: ['Run \"oclif pack deb\" before uplo...
TypeScript
MIT License
oclif/oclif
fix: update error messages (#806)
1
fix
null
877,015
31.01.2022 11:53:39
-3,600
e2a6a47c9ba11c0c3b5e0d9aa632a5743c3b7fac
fix(@vtmn/react): make children prop of VtmnButton optional
[ { "change_type": "MODIFY", "diff": "@@ -42,7 +42,7 @@ export interface VtmnButtonProps\n* The content to render inside the component.\n* @defaultValue undefined\n*/\n- children: React.ReactNode;\n+ children?: React.ReactNode;\n}\nexport const VtmnButton = React.forwardRef<HTMLButtonElement, VtmnButtonProps>...
JavaScript
Apache License 2.0
decathlon/vitamin-web
fix(@vtmn/react): make children prop of VtmnButton optional
1
fix
@vtmn/react
866,394
31.01.2022 11:55:37
18,000
2f8eeb83dc342ee5e55367a2dc2ac088ee06d659
chore(yarn): update yarn offline mirror
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/.yarn/offline-mirror/@carbon-layout-10.34.0.tgz differ\n", "new_path": ".yarn/offline-mirror/@carbon-layout-10.34.0.tgz", "old_path": ".yarn/offline-mirror/@carbon-layout-10.34.0.tgz" }, { "change_type": "MODIFY", "diff": "res...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(yarn): update yarn offline mirror
1
chore
yarn
889,620
31.01.2022 11:57:13
-28,800
deb8e5fff44c8f95ecd13a6174516f488d77e263
fix: use temp files for PDF when getting entries
[ { "change_type": "MODIFY", "diff": "@@ -34,7 +34,7 @@ class PdfExtractor : MediaContainerExtractor {\noverride fun mediaTypes(): List<String> = listOf(\"application/pdf\")\noverride fun getEntries(path: Path, analyzeDimensions: Boolean): List<MediaContainerEntry> =\n- PDDocument.load(path.toFile()).use { pd...
Kotlin
MIT License
gotson/komga
fix: use temp files for PDF when getting entries
1
fix
null
471,385
31.01.2022 11:59:51
0
5cb3266773f3f66d02af3306ae7332288bcae6af
feat: support using lambda context in the aws lambda context extractor
[ { "change_type": "MODIFY", "diff": "@@ -51,7 +51,7 @@ In your Lambda function configuration, add or update the `NODE_OPTIONS` environm\n| `requestHook` | `RequestHook` (function) | Hook for adding custom attributes before lambda starts handling the request. Receives params: `span, { event, context }` |\n| `...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js-contrib
feat: support using lambda context in the aws lambda context extractor (#860)
1
feat
null
942,588
31.01.2022 12:12:00
28,800
545f2186049e8c733b5f9ecce00d382916a169c6
feat(search-form): Allow onSubmit when input is empty Fixes: This PR adds allows the SearchForm to call onSubmit when the input value is empty. Also added a boolean prop `allowEmptyStringSearch` (default to false) to allow users to opt into this behavior. [category:Components]
[ { "change_type": "MODIFY", "diff": "@@ -82,6 +82,11 @@ export interface SearchFormProps extends GrowthBehavior, React.FormHTMLAttribute\n* @default 40\n*/\nheight?: number;\n+ /**\n+ * If true, allow onSubmit being called when input value is empty.\n+ * @default false\n+ */\n+ allowEmptyStringSearch?: boole...
TypeScript
Apache License 2.0
workday/canvas-kit
feat(search-form): Allow onSubmit when input is empty (#1439) Fixes: #1421 This PR adds allows the SearchForm to call onSubmit when the input value is empty. Also added a boolean prop `allowEmptyStringSearch` (default to false) to allow users to opt into this behavior. [category:Components]
1
feat
search-form
777,379
31.01.2022 12:25:12
18,000
2f279350c02f752a47e4ee1c0ae2c1bbe707e815
fix: Patch issue with regitering a checkpoint to a model version
[ { "change_type": "MODIFY", "diff": "@@ -208,7 +208,7 @@ const useRegisterCheckpointModal = (onClose?: (checkpointUuid?: string) => void)\n<Select\noptionFilterProp=\"label\"\noptions={modelOptions.map(option => (\n- { label: option.name, value: option.id }))}\n+ { label: option.name, value: option.name }))}...
Python
Apache License 2.0
determined-ai/determined
fix: Patch issue with regitering a checkpoint to a model version (#3528)
1
fix
null
531,793
31.01.2022 12:29:59
0
791cc7f10b3c71647edf6970d436203f289a62ab
fix(backend): correctly count alerts in /silences.json Fixes
[ { "change_type": "MODIFY", "diff": "@@ -696,13 +696,13 @@ func silences(w http.ResponseWriter, r *http.Request) {\n}\nfor _, alertGroup := range alertmanager.DedupAlerts() {\nfor _, alert := range alertGroup.Alerts {\n- clustersDone := map[string]bool{}\n+ sidDone := map[string]struct{}{}\nfor _, am := rang...
TypeScript
Apache License 2.0
prymitive/karma
fix(backend): correctly count alerts in /silences.json Fixes #3909
1
fix
backend
847,143
31.01.2022 12:34:52
-28,800
459cb55462ef84cc5d93efa21ae1fd6d26ff67f3
feat(theme): add blog composables
[ { "change_type": "ADD", "diff": "+import { getAuthor } from \"@mr-hope/vuepress-shared\";\n+import { useSiteLocaleData, withBase } from \"@vuepress/client\";\n+import { computed, defineComponent, h } from \"vue\";\n+import MediaLinks from \"../medialinks\";\n+import {\n+ useArticleList,\n+ useBlogOptions,\n...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(theme): add blog composables
1
feat
theme
847,143
31.01.2022 12:38:32
-28,800
78c0eb71babbedc08d315d8c18cd674c8412391d
refactor(sass-palette): parallel generating files
[ { "change_type": "MODIFY", "diff": "@@ -46,8 +46,6 @@ export const sassPalettePlugin: Plugin<SassPaletteOptions> = (\nreturn {\nname: `vuepress-plugin-sass-palette?${id}`,\n- multiple: true,\n-\nalias: {\n[`@${id}/palette`]: app.dir.temp(`sass-palette/${id}-palette.scss`),\n[`@${id}/config`]: app.dir.temp(`...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
refactor(sass-palette): parallel generating files
1
refactor
sass-palette
273,717
31.01.2022 13:03:39
-3,600
9920cc8ba4f81b431e1a3bb7bd1aa47f979b0d36
feat: load `.env.local` and `.env.*.local`
[ { "change_type": "MODIFY", "diff": "@@ -212,21 +212,32 @@ function registerTsExtension() {\n}\nfunction resolveEnv(context) {\n- const env = process.env.NODE_ENV || 'development'\n- const envPath = path.resolve(context, '.env')\n- const envPathByMode = path.resolve(context, `.env.${env}`)\n- const readPath ...
JavaScript
MIT License
gridsome/gridsome
feat: load `.env.local` and `.env.*.local` (#1583)
1
feat
null
342,861
31.01.2022 13:05:34
-3,600
abd874e7884ff9867ae22bc9cb9de70812e759ae
fix(InputGroup): fix issue with long labels
[ { "change_type": "MODIFY", "diff": "@@ -34,44 +34,44 @@ const getToken = name => ({ theme, size }) => {\nconst getFakeGroupMarginTop = ({ label, theme }) => {\nif (!label) return false;\n- return `calc(${theme.orbit.lineHeightTextSmall} + ${theme.orbit.spaceXXSmall})`;\n+ return theme.orbit.spaceXXSmall;\n}...
JavaScript
MIT License
kiwicom/orbit
fix(InputGroup): fix issue with long labels (#3256)
1
fix
InputGroup
71,427
31.01.2022 13:07:12
28,800
b30c3f2a9d84d2122520f44c739b6166ea338ce0
chore(region-info): ap-southeast-3 (Jakarta) ROUTE_53_BUCKET_WEBSITE_ZONE_ID prev: *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": "@@ -42,6 +42,7 @@ export const ROUTE_53_BUCKET_WEBSITE_ZONE_IDS: { [region: string]: string } = {\n'ap-south-1': 'Z11RGJOFQNVJUP',\n'ap-southeast-1': 'Z3O0J2DXBE1FTB',\n'ap-southeast-2': 'Z1WCIGYICN2BYD',\n+ 'ap-southeast-3': 'Z01613992JD795ZI93075',\n'ca-central-1': 'Z1Q...
TypeScript
Apache License 2.0
aws/aws-cdk
chore(region-info): ap-southeast-3 (Jakarta) ROUTE_53_BUCKET_WEBSITE_ZONE_ID (#18110) prev: https://github.com/aws/aws-cdk/pull/10915, https://github.com/aws/aws-cdk/pull/17024, https://github.com/hashicorp/terraform-provider-aws/pull/22295, https://github.com/aws/aws-cdk/pull/18300 https://docs.aws.amazon.com/general/latest/gr/s3.html#s3_region ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
chore
region-info
821,230
31.01.2022 13:12:08
25,200
6e93f57646df4547665621f6a55fe1324db5cdc7
chore: remove gitub workflows [skip ci]
[ { "change_type": "DELETE", "diff": "-name: Node.js CI\n-\n-on:\n- push:\n- branches: [ master, main ]\n- pull_request:\n- branches: [ master, main ]\n-\n-jobs:\n- build:\n- runs-on: windows-latest\n- strategy:\n- matrix:\n- node-version: [16.x, 14.x, 12.x]\n- steps:\n- - uses: actions/checkout@v2\n- - name:...
TypeScript
MIT License
oclif/oclif
chore: remove gitub workflows [skip ci] (#807)
1
chore
null
306,652
31.01.2022 13:15:07
-19,080
ae82bb663c07b2c94e92609e87ac4b8a2104b7ac
chore(radio): add tansitions on micro interactions
[ { "change_type": "MODIFY", "diff": "justify-content: center;\nbox-sizing: border-box;\nz-index: 1;\n+ transition: var(--duration--fast-01) var(--standard-productive-curve);\n}\n.Radio--disabled {\n.Radio-input:checked ~ .Radio-wrapper:after {\ndisplay: block;\n+ transition: var(--duration--fast-01) var(--st...
TypeScript
MIT License
innovaccer/design-system
chore(radio): add tansitions on micro interactions
1
chore
radio
386,581
31.01.2022 13:40:22
-7,200
18cf9c2941f0001d98eed5c79dac2b111f6c6eee
fix(server-dev): Add dev server manager description.
[ { "change_type": "MODIFY", "diff": "@@ -20,6 +20,59 @@ import opener from 'opener';\nimport getContext from './getContext.mjs';\nimport startServer from './processes/startServer.mjs';\n+/*\n+The run script does the following:\n+ - Run the initial Lowdefy build, install plugins, and next build and read .env\...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(server-dev): Add dev server manager description.
1
fix
server-dev
386,581
31.01.2022 13:55:15
-7,200
c9db72ac55109a85cfc821dfbbf87e54b4881d59
feat(build): Use dynamic import for build resolver and transformer functions.
[ { "change_type": "MODIFY", "diff": "limitations under the License.\n*/\nimport path from 'path';\n-import { readFile } from '@lowdefy/node-utils';\nasync function getUserJavascriptFunction({ context, filePath }) {\n- const jsFile = await readFile(path.resolve(context.directories.config, filePath));\n- retur...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(build): Use dynamic import for build resolver and transformer functions.
1
feat
build
711,586
31.01.2022 14:10:02
-14,400
deb4997862f8afd227d8652b991e616e5623f173
refactor(core): Allow to mock self-refreshing cache for channel and zones Ensures cache exists on initializing these services.
[ { "change_type": "MODIFY", "diff": "@@ -60,7 +60,16 @@ export class ChannelService {\n*/\nasync initChannels() {\nawait this.ensureDefaultChannelExists();\n- this.allChannels = await createSelfRefreshingCache({\n+ await this.ensureCacheExists();\n+ }\n+\n+ /**\n+ * Creates a channels cache, that can be used...
TypeScript
MIT License
vendure-ecommerce/vendure
refactor(core): Allow to mock self-refreshing cache for channel and zones (#1373) Ensures cache exists on initializing these services.
1
refactor
core
531,793
31.01.2022 14:15:30
0
6bcba6d043b7e751b730cd64221ef5837eac3486
fix(ui): show navbar until we know there are no upstreams
[ { "change_type": "MODIFY", "diff": "@@ -89,7 +89,7 @@ describe(\"<NavBar />\", () => {\ninstances: [],\nclusters: {},\n});\n- alertStore.info.setTotalAlerts(15);\n+ alertStore.info.setTimestamp(\"123\");\nconst tree = MountedNavbar();\nexpect(tree.find(\"span.navbar-brand\")).toHaveLength(0);\n});\n", "...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): show navbar until we know there are no upstreams
1
fix
ui
386,581
31.01.2022 14:24:10
-7,200
8a3605e840b9f0a86fbf58f47ecbb507e85605fe
fix(docs): Add docs on ES Modules in build resolvers and transformers.
[ { "change_type": "MODIFY", "diff": "@@ -59,6 +59,12 @@ _ref:\nA transformer is a JavaScript function that receives the result of the `_ref` operator, and its `vars` as arguments. The value returned by this function will be included in the configuration as the final result of the `_ref` operator. The `transf...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(docs): Add docs on ES Modules in build resolvers and transformers.
1
fix
docs
71,080
31.01.2022 14:27:28
18,000
6b14c5d68562a957d0b93f54a81c504d5573b826
chore(ecs-service-extensions): migrate tests to assertions `assert-internal` is [about to be] deprecated, so we are migrating all cdk modules to assertions. *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": "\"@aws-cdk/cfn2ts\": \"0.0.0\",\n\"jest\": \"^27.4.7\",\n\"@aws-cdk/pkglint\": \"0.0.0\",\n- \"@aws-cdk/assert-internal\": \"0.0.0\"\n+ \"@aws-cdk/assertions\": \"0.0.0\"\n},\n\"dependencies\": {\n\"@aws-cdk/aws-applicationautoscaling\": \"0.0.0\",\n", "new_path": "pa...
TypeScript
Apache License 2.0
aws/aws-cdk
chore(ecs-service-extensions): migrate tests to assertions (#18649) `assert-internal` is [about to be] deprecated, so we are migrating all cdk modules to assertions. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
chore
ecs-service-extensions
889,620
31.01.2022 14:31:57
-28,800
c12701c7f2f4a7c0592e19a06c6dba131a92b5c1
refactor: make Auditable an interface
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,7 @@ package org.gotson.komga.domain.model\nimport java.time.LocalDateTime\n-abstract class Auditable {\n- abstract val createdDate: LocalDateTime\n- abstract val lastModifiedDate: LocalDateTime\n+interface Auditable {\n+ val createdDate: LocalDateTime\n+ val l...
Kotlin
MIT License
gotson/komga
refactor: make Auditable an interface
1
refactor
null
273,683
31.01.2022 14:39:38
-3,600
3f23199bf8328784ea7b3dcc2e4b13876772757c
refactor: catch links if not disabled
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,7 @@ import config from '#gridsome/config'\nimport { NOT_FOUND_NAME } from '#gridsome/constants'\nimport { stripPathPrefix } from '../utils/helpers'\n-function onCatchLink(event) {\n+export function onCatchLink(event) {\nconst { hostname, port } = event.target....
JavaScript
MIT License
gridsome/gridsome
refactor: catch links if not disabled
1
refactor
null
134,828
31.01.2022 14:54:07
-3,600
c910b3bb3cf803aea086fd9f8fda179acd84eca4
docs: add canary documentation
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,7 @@ This project makes it easy to bootstrap [Contentful Apps](https://www.contentful\nNode.js, NPM latest LTS\n-# Quick Overview\n+## Quick Overview\nTo start developing your app:\n@@ -23,3 +23,24 @@ npx @contentful/create-contentful-app create-definition\n```...
JavaScript
MIT License
contentful/create-contentful-app
docs: add canary documentation (#826)
1
docs
null
126,276
31.01.2022 14:59:20
10,800
0a28677719d781ceba5a8b043df6824974fc6f07
feat(embedded/tbtree): decouple flush and sync by introducing syncThreshold attribute
[ { "change_type": "MODIFY", "diff": "@@ -26,6 +26,7 @@ import (\nconst DefaultMaxNodeSize = 4096\nconst DefaultFlushThld = 100_000\n+const DefaultSyncThld = 1_000_000\nconst DefaultMaxActiveSnapshots = 100\nconst DefaultRenewSnapRootAfter = time.Duration(1000) * time.Millisecond\nconst DefaultCacheSize = 100...
Go
Apache License 2.0
codenotary/immudb
feat(embedded/tbtree): decouple flush and sync by introducing syncThreshold attribute Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
feat
embedded/tbtree
269,464
31.01.2022 15:13:07
10,800
0b494f741a33be307861fa57b5e56b151bf23d9c
docs: description multiline example refs
[ { "change_type": "MODIFY", "diff": "@@ -53,7 +53,7 @@ nfpms:\n# Template to your app's description.\n# Default is empty.\n- description: |\n+ description: |-\nDrum rolls installer package.\nSoftware to create fast and easy drum rolls.\n", "new_path": "www/docs/customization/nfpm.md", "old_path": "ww...
Go
MIT License
goreleaser/goreleaser
docs: description multiline example refs #2861 Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
1
docs
null
699,201
31.01.2022 15:13:30
18,000
7bee1f8c946f72c7bb48908ed99275e345d49970
feat: add component contribution page
[ { "change_type": "MODIFY", "diff": "@@ -128,6 +128,9 @@ const SidebarNavigation: React.FC = () => {\n</SidebarAnchor>\n</NavigationDisclosure>\n<NavigationDisclosure buttonText=\"Contributing\" categoryRoute={SidebarCategoryRoutes.CONTRIBUTING} level={1}>\n+ <SidebarAnchor level={2} to={`${SidebarCategoryRo...
TypeScript
MIT License
twilio-labs/paste
feat: add component contribution page
1
feat
null
71,713
31.01.2022 15:35:24
-3,600
9f6e10ed0a751c06fe0cc1d79f38d5fb4b686087
fix(core): correctly reference versionless secure parameters When no version is specified, the `:` at the end is not allowed. 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": "@@ -71,8 +71,9 @@ export class SecretValue extends Intrinsic {\n* latest version of the parameter.\n*/\npublic static ssmSecure(parameterName: string, version?: string): SecretValue {\n- const parts = [parameterName, version ?? ''];\n- return this.cfnDynamicReference(new ...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(core): correctly reference versionless secure parameters (#18730) When no version is specified, the `:` at the end is not allowed. Closes #18729. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
fix
core
756,029
31.01.2022 15:55:49
28,800
5526820e3f1d3c36326eeeb9abd31812d6af5279
chore: Update swingset xsnap hashes
[ { "change_type": "MODIFY", "diff": "@@ -12,8 +12,8 @@ Generated by [AVA](https://avajs.dev).\n> after SES boot - sensitive to SES-shim, XS, and supervisor\n- '3df7034511f14fe92c941c7b2288fb60ab3bf409f8b4c2f1fd39a34d121ebbc0'\n+ '96640caa307e15b64824d56e519586b09ab21dbc4a8c090c96c5bf6984b14840'\n> after use ...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore: Update swingset xsnap hashes
1
chore
null
791,682
31.01.2022 16:14:39
18,000
6b6b2cbe078187c375e5f2f9f63d3dcd2e777819
report: disable fireworks with flag
[ { "change_type": "MODIFY", "diff": "@@ -85,7 +85,7 @@ export class ReportUIFeatures {\nconst cat = lhr.categories[id];\nreturn cat && cat.score === 1;\n});\n- if (scoresAll100) {\n+ if (scoresAll100 && !this._opts.disableAutoDarkModeAndFireworks) {\nturnOffTheLights = true;\nthis._enableFireworks();\n}\n", ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: disable fireworks with flag (#13610)
1
report
null
866,415
31.01.2022 16:44:22
18,000
4ebd3e277d4b3fc1955051fc5c6739246f4b0183
chore(settings): update settings to 1.31.0
[ { "change_type": "MODIFY", "diff": "* @exports ibmdotcom.settings\n* @type {object} Settings object\n* @property {string} [prefix=dds]\n- * Carbon for IBM.com v1.30.0',\n+ * Carbon for IBM.com v1.31.0',\n*\n*/\nconst settings = {\n", "new_path": "packages/utilities/src/utilities/settings/settings.js", ...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(settings): update settings to 1.31.0
1
chore
settings
756,029
31.01.2022 16:49:40
28,800
1c28abdaa6bdcaa3017670d3c4514cf41058510d
refactor: git rm -rf packages/install-ses
[ { "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.5.29](https://github.com/Agoric/agoric-sdk/compare/@agoric/install-ses@0.5.28...@agoric...
JavaScript
Apache License 2.0
agoric/agoric-sdk
refactor: git rm -rf packages/install-ses
1
refactor
null
756,029
31.01.2022 16:50:34
28,800
dbc7589f41d99ca03ad0550f6647bd2546e9b8ed
refactor: Remove install-ses CI
[ { "change_type": "MODIFY", "diff": "@@ -202,8 +202,6 @@ jobs:\nrun: cd packages/import-bundle && yarn test\n- name: yarn test (import-manager)\nrun: cd packages/import-manager && yarn test\n- - name: yarn test (install-ses)\n- run: cd packages/install-ses && yarn test\n- name: yarn test (notifier)\nrun: cd ...
JavaScript
Apache License 2.0
agoric/agoric-sdk
refactor: Remove install-ses CI
1
refactor
null
126,276
31.01.2022 16:51:45
10,800
d8078f70e5df8467d25a2f5ba1270feb6c2f9ba7
chore(embedded/tbtree): ensure sync on gracefully closing
[ { "change_type": "MODIFY", "diff": "@@ -257,7 +257,7 @@ func Open(path string, opts *Options) (*TBtree, error) {\n// TODO: semantic validation and further ammendment procedures may be done instead of a full initialization\nt, err := OpenWith(path, nLog, hLog, cLog, opts)\nif err != nil {\n- opts.log.Infof(\...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/tbtree): ensure sync on gracefully closing Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/tbtree
141,525
31.01.2022 16:54:11
-39,600
8e507d97e3d53c79c0ea1aedf303099cfa769f7f
fix: calc function syntax error
[ { "change_type": "MODIFY", "diff": "@@ -97,9 +97,9 @@ $arrow-width: 14px;\ncontent: \"\";\nposition: absolute;\nleft: 50%;\n- border-left: calc($arrow-width / 2) solid transparent;\n- border-right: calc($arrow-width / 2) solid transparent;\n- margin-left: calc($arrow-width / -2);\n+ border-left: calc(#{$arr...
TypeScript
MIT License
cultureamp/kaizen-design-system
fix: calc function syntax error (#2495)
1
fix
null
866,394
31.01.2022 16:58:39
18,000
1d02b5dc7e2880fc4189faa152d65b4917088ef2
chore(deps): remove tsickle ### Related Ticket(s) No related issue ### Description It doesn't appear that `tsickle` is being used, and rather than having it upgraded by renovatebot, this is a PR to remove it instead. ### Changelog **Removed** `tsickle`
[ { "change_type": "DELETE", "diff": "Binary files a/.yarn/offline-mirror/@types-minimist-1.2.2.tgz and /dev/null differ\n", "new_path": ".yarn/offline-mirror/@types-minimist-1.2.2.tgz", "old_path": ".yarn/offline-mirror/@types-minimist-1.2.2.tgz" }, { "change_type": "DELETE", "diff": "Bin...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(deps): remove tsickle (#8175) ### Related Ticket(s) No related issue ### Description It doesn't appear that `tsickle` is being used, and rather than having it upgraded by renovatebot, this is a PR to remove it instead. ### Changelog **Removed** - `tsickle`
1
chore
deps
756,029
31.01.2022 17:04:27
28,800
e77aab542f3aec74dfe36f1e3d5e29508d6e0fe0
chore: Update SwingSet snapshots
[ { "change_type": "MODIFY", "diff": "@@ -12,8 +12,8 @@ Generated by [AVA](https://avajs.dev).\n> after SES boot - sensitive to SES-shim, XS, and supervisor\n- '96640caa307e15b64824d56e519586b09ab21dbc4a8c090c96c5bf6984b14840'\n+ '99f2a94a95f7fe10766e981851d355dabdbe129f858442e457a1719e20f46464'\n> after use ...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore: Update SwingSet snapshots
1
chore
null
126,276
31.01.2022 17:09:55
10,800
f27fa8ad09f0a3f72f93ffc8ccde92c892a33237
chore(embedded/store): syncThld at store options
[ { "change_type": "MODIFY", "diff": "@@ -427,6 +427,7 @@ func OpenWith(path string, vLogs []appendable.Appendable, txLog, cLog appendable\nWithSynced(opts.IndexOpts.Synced). // index is built from derived data and can be re-generated\nWithCacheSize(opts.IndexOpts.CacheSize).\nWithFlushThld(opts.IndexOpts.Flu...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/store): syncThld at store options Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/store
756,029
31.01.2022 17:27:33
28,800
b3fc55a22401ad891d0987237ef966828ac05c1b
refactor: git rm -rf packages/far
[ { "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.1.1 (2021-12-02)\n-\n-\n-### Features\n-\n-* **far:** export `ERef<T>` ([180149e](https:...
JavaScript
Apache License 2.0
agoric/agoric-sdk
refactor: git rm -rf packages/far
1
refactor
null
756,029
31.01.2022 17:28:09
28,800
c5ff01acec76c81825b69ff6401a88ae3aa9353c
refactor: Remove far CI
[ { "change_type": "MODIFY", "diff": "@@ -194,8 +194,6 @@ jobs:\nrun: cd packages/ERTP && yarn test\n- name: yarn test (eventual-send)\nrun: cd packages/eventual-send && yarn test\n- - name: yarn test (far)\n- run: cd packages/far && yarn test\n- name: yarn test (governance)\nrun: cd packages/governance && ya...
JavaScript
Apache License 2.0
agoric/agoric-sdk
refactor: Remove far CI
1
refactor
null
777,354
31.01.2022 17:30:31
28,800
2e2df57b8efe736854ff61131633cbea2847c8e8
feat: create a new cluster page Create a new cluster page at `/clusters`
[ { "change_type": "MODIFY", "diff": "padding-bottom: 0;\n}\n}\n+:global {\n+ .pageFullHeight {\n+ height: 100%;\n+ }\n+}\n", "new_path": "webui/react/src/components/Page.module.scss", "old_path": "webui/react/src/components/Page.module.scss" }, { "change_type": "MODIFY", "diff": "@@ -7,7 ...
Python
Apache License 2.0
determined-ai/determined
feat: create a new cluster page [DET-6403] (#3495) Create a new cluster page at `/clusters`
1
feat
null
306,652
31.01.2022 17:32:46
-19,080
0db2457581f6ae87a411039f9f867682f9c059fd
style(dropdown): add transitions on micro interactions
[ { "change_type": "MODIFY", "diff": ".Option {\ndisplay: flex;\n+ transition: var(--duration--fast-01) var(--standard-productive-curve);\n}\n.Option,\n", "new_path": "css/src/components/dropdown.css", "old_path": "css/src/components/dropdown.css" }, { "change_type": "MODIFY", "diff": "pad...
TypeScript
MIT License
innovaccer/design-system
style(dropdown): add transitions on micro interactions
1
style
dropdown
756,029
31.01.2022 17:34:02
28,800
41aea4ec3ccb5064d1dbc25654a6d3b9c6f59b57
refactor: Remove captp CI
[ { "change_type": "MODIFY", "diff": "@@ -184,8 +184,6 @@ jobs:\nrun: cd packages/assert && yarn test\n- name: yarn test (bundle-source)\nrun: cd packages/bundle-source && yarn test\n- - name: yarn test (captp)\n- run: cd packages/captp && yarn test\n- name: yarn test (wallet/api)\nrun: cd packages/wallet/api...
JavaScript
Apache License 2.0
agoric/agoric-sdk
refactor: Remove captp CI
1
refactor
null
847,143
31.01.2022 17:40:41
-28,800
562704a67b21d3e2f395f93058f96a73c332f338
docs(demo): update frontmatter key
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,7 @@ title: page config\n# Set author\nauthor: Ms.Hope\n# Set writing time\n-time: 2020-01-01\n+date: 2020-01-01\n# A page can only have one category\ncategory: Guide\n# A page can have multiple tags\n", "new_path": "demo/src/guide/page.md", "old_path":...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
docs(demo): update frontmatter key
1
docs
demo
756,029
31.01.2022 17:48:37
28,800
ca4c128d45b97c148ecb6eee5a096aa390b40ae8
refactor: git grep | cut -d: -f1 | uniq | xargs sed -i s
[ { "change_type": "MODIFY", "diff": "\"@endo/bundle-source\": \"^2.0.5\",\n\"@endo/captp\": \"^1.10.12\",\n\"@agoric/eventual-send\": \"^0.14.0\",\n- \"@agoric/import-bundle\": \"^0.2.33\",\n+ \"@endo/import-bundle\": \"^0.2.33\",\n\"@endo/init\": \"^0.5.33\",\n\"@endo/marshal\": \"^0.5.4\",\n\"@agoric/nat\"...
JavaScript
Apache License 2.0
agoric/agoric-sdk
refactor: git grep @agoric/import-bundle | cut -d: -f1 | uniq | xargs sed -i s
1
refactor
null
756,029
31.01.2022 17:56:23
28,800
113d31b2ea12c48546218c6bc8d86c8620d9036c
fix: Enhance TypeScript node_modules search depth
[ { "change_type": "MODIFY", "diff": "\"lint-fix\": \"yarn lint:eslint --fix && yarn lint:types\",\n\"lint-check\": \"yarn lint\",\n\"lint\": \"yarn lint:types && yarn lint:eslint\",\n- \"lint:types\": \"tsc --maxNodeModuleJsDepth 3 -p jsconfig.json\",\n+ \"lint:types\": \"tsc --maxNodeModuleJsDepth 4 -p jsco...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix: Enhance TypeScript node_modules search depth
1
fix
null
141,585
31.01.2022 17:58:31
-39,600
83038256a30448faece630aca7dd966753f125b6
ci: Run Chromatic action on the master branch to auto accept baselines
[ { "change_type": "MODIFY", "diff": "@@ -28,7 +28,8 @@ jobs:\n- run: |\necho \"runChromatic=${runChromatic}\" >> $GITHUB_ENV\nenv:\n- runChromatic: ${{ github.event.review.state == 'approved' }}\n+ # If action is running on master branch we would like to update baselines via autoAcceptChanges\n+ runChromatic...
TypeScript
MIT License
cultureamp/kaizen-design-system
ci: Run Chromatic action on the master branch to auto accept baselines (#2498)
1
ci
null
915,255
31.01.2022 18:10:49
-3,600
58b1d43dd99ebceea22980d5debefdbcc0a4f3c7
docs: use correct casing Closes
[ { "change_type": "MODIFY", "diff": "@@ -93,7 +93,7 @@ type MatchContext struct {\nTo use the subject extract to the token\n```json\n-{ \"config_field\": \"{{ print .subject }}\" }\n+{ \"config_field\": \"{{ print .Subject }}\" }\n```\nTo use any arbitrary header value from the request headers\n", "new_p...
Go
Apache License 2.0
ory/oathkeeper
docs: use correct casing Closes #900
1
docs
null
306,320
31.01.2022 18:14:02
0
34232ec7ff6de0a4fca50927eb3c7e08e63048a5
enhance: add Linux ARM 64 releases
[ { "change_type": "MODIFY", "diff": "@@ -31,6 +31,7 @@ jobs:\nwith:\nargs: |\n./build/infracost-linux-amd64.tar.gz\n+ ./build/infracost-linux-arm64.tar.gz\n./build/infracost-windows-amd64.tar.gz\n./build/infracost-darwin-amd64.tar.gz\n./build/infracost-darwin-arm64.tar.gz\n", "new_path": ".github/workflo...
Go
Apache License 2.0
infracost/infracost
enhance: add Linux ARM 64 releases (#1318)
1
enhance
null
366,923
31.01.2022 18:17:18
-32,400
3ad984846d7bed1e30ccab958ce2f4e9cfedd845
chore: remove useless .replace
[ { "change_type": "MODIFY", "diff": "@@ -9,11 +9,10 @@ export function formatCurrency(value?: string) {\nconst nonNumericRegExp = /[^0-9.-]/g\nif (converted.match(nonNumericRegExp) || isNaN(Number(converted))) {\n// if value includes non-numeric characters, return value as it is\n+ // otherwise, we assume `c...
TypeScript
MIT License
kufu/smarthr-ui
chore: remove useless .replace (#2200) Co-authored-by: shota takata <36581513+im36-123@users.noreply.github.com>
1
chore
null
699,201
31.01.2022 18:18:50
18,000
8d287d2695dd1041fb10164c0dee25330f9f7862
chore: only query patterns with docs
[ { "change_type": "MODIFY", "diff": "@@ -56,7 +56,9 @@ const pageQuery = graphql`\n}\nallPastePattern: allAirtable(\nsort: {fields: [data___Feature]}\n- filter: {data: {status: {nin: [null, \"in development\"]}, Component_Category: {eq: \"pattern\"}}}\n+ filter: {\n+ data: {status: {nin: [null, \"in developm...
TypeScript
MIT License
twilio-labs/paste
chore: only query patterns with docs
1
chore
null
571,491
31.01.2022 18:23:40
-3,600
52b09563d23454842ce444638c8eb31f0e0263d8
fix: don't extend annotation when the user types at the beginning Fixes
[ { "change_type": "ADD", "diff": "+---\n+'@remirror/extension-annotation': patch\n+---\n+\n+fix: don't extend annotation when the user types at the beginning\n", "new_path": ".changeset/ninety-kids-shave.md", "old_path": null }, { "change_type": "MODIFY", "diff": "@@ -248,6 +248,25 @@ des...
TypeScript
MIT License
remirror/remirror
fix: don't extend annotation when the user types at the beginning (#1494) Fixes https://github.com/remirror/remirror/issues/1493
1
fix
null
71,612
31.01.2022 18:25:33
25,200
d0802def13c0b98b0f2d268befa78ea8189cfcb1
docs(ecs): correct comment documentation for NetworkMode Reflect correct case of ecs.NetworkMode constants. No functional change, documentation only. *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": "@@ -20,9 +20,9 @@ export interface Ec2TaskDefinitionProps extends CommonTaskDefinitionProps {\n/**\n* The Docker networking mode to use for the containers in the task.\n*\n- * The valid values are none, bridge, awsvpc, and host.\n+ * The valid values are NONE, BRIDGE, AWS...
TypeScript
Apache License 2.0
aws/aws-cdk
docs(ecs): correct comment documentation for NetworkMode (#17841) Reflect correct case of ecs.NetworkMode constants. No functional change, documentation only. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
docs
ecs
134,822
31.01.2022 18:31:54
-3,600
3425ac7a4a8b0aa7d132ab9d44519a1434e91024
fix: bump forma to the version with fixed GlobalStyles
[ { "change_type": "MODIFY", "diff": "\"package\": {\n\"dependencies\": {\n\"@contentful/app-sdk\": \"^4.3.0\",\n- \"@contentful/f36-components\": \"^4.0.0\",\n+ \"@contentful/f36-components\": \"^4.0.17\",\n\"@contentful/f36-tokens\": \"^4.0.0\",\n\"contentful-management\": \"^7.45.0\",\n\"@emotion/css\": \"...
JavaScript
MIT License
contentful/create-contentful-app
fix: bump forma to the version with fixed GlobalStyles
1
fix
null
71,094
31.01.2022 18:37:49
0
02dfa4f1e320442adfbf510959440678b8e1c69f
chore(s3): Fixed documentation for `InventoryFormat.ORC` 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": "@@ -1102,7 +1102,7 @@ export enum InventoryFormat {\n*/\nPARQUET = 'Parquet',\n/**\n- * Generate the inventory list as Parquet.\n+ * Generate the inventory list as ORC.\n*/\nORC = 'ORC',\n}\n", "new_path": "packages/@aws-cdk/aws-s3/lib/bucket.ts", "old_path": "pac...
TypeScript
Apache License 2.0
aws/aws-cdk
chore(s3): Fixed documentation for `InventoryFormat.ORC` (#18717) Fixes https://github.com/aws/aws-cdk/issues/18677. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
chore
s3
276,982
31.01.2022 18:49:58
10,800
ad513a4483483ba015b0c09ed2bc0c807b18d930
docs: fix doc example
[ { "change_type": "MODIFY", "diff": "@@ -54,9 +54,9 @@ const LinkButton = styled(Button.Link)`\n`;\nconst SmallButton = styled(Button)`\n- margin-left: 20px;\n- ${media.lg`\nmargin-left: 8px;\n+ ${media.lg`\n+ margin-left: 20px;\n`}\n`;\n", "new_path": "packages/doc/content/components/components/header/i...
JavaScript
MIT License
gympass/yoga
docs: fix doc example
1
docs
null
71,744
31.01.2022 18:59:39
-7,200
203cd9a43ed612eea8f71dc7eeb39f9b69216dc8
chore(rds): add support for PostgreSQL 14 Amazon RDS for PostgreSQL supports now a major version 14. *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": "@@ -903,6 +903,11 @@ export class PostgresEngineVersion {\n/** Version \"13.5\". */\npublic static readonly VER_13_5 = PostgresEngineVersion.of('13.5', '13', { s3Import: true, s3Export: true });\n+ /** Version \"14\" (only a major version, without a specific minor version...
TypeScript
Apache License 2.0
aws/aws-cdk
chore(rds): add support for PostgreSQL 14 (#18713) Amazon RDS for PostgreSQL supports now a major version 14. https://aws.amazon.com/about-aws/whats-new/2022/01/amazon-rds-postgresql-14-outposts/ ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
chore
rds
306,320
31.01.2022 19:07:18
0
705e526798a0fb2d87e26b087b5bda273b6e2ea9
refactor: migrate aws_dx_connection to new structure
[ { "change_type": "MODIFY", "diff": "package aws\nimport (\n- \"fmt\"\n- \"regexp\"\n- \"sort\"\n- \"strings\"\n-\n- \"github.com/shopspring/decimal\"\n- log \"github.com/sirupsen/logrus\"\n-\n\"github.com/infracost/infracost/internal/resources/aws\"\n\"github.com/infracost/infracost/internal/schema\"\n)\n-v...
Go
Apache License 2.0
infracost/infracost
refactor: migrate aws_dx_connection to new structure (#1313)
1
refactor
null
551,689
31.01.2022 19:51:15
0
ba0634094b7fb4a4fa36be5e7937fca789518939
chore(ilp): fuzz test to send space in symbol values
[ { "change_type": "MODIFY", "diff": "@@ -53,6 +53,7 @@ class AbstractLineTcpReceiverFuzzTest extends AbstractLineTcpReceiverTest {\nprivate static final int MAX_NUM_OF_SKIPPED_COLS = 2;\nprivate static final int NEW_COLUMN_RANDOMIZE_FACTOR = 2;\nprivate static final int UPPERCASE_TABLE_RANDOMIZE_FACTOR = 2;\...
Java
Apache License 2.0
questdb/questdb
chore(ilp): fuzz test to send space in symbol values (#1847)
1
chore
ilp
71,748
31.01.2022 20:17:19
0
07121f00b89041e066a51073998963f81d1fb3fb
chore: reassign njlynch's ownership areas Move all of njlynch's ownership areas to other team members, as agreed internally. *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": "@@ -80,12 +80,12 @@ env:\n{\"area\":\"@aws-cdk/aws-appflow\",\"keywords\":[\"aws-appflow\",\"appflow\"],\"labels\":[\"@aws-cdk/aws-appflow\"],\"assignees\":[\"skinny85\"]},\n{\"area\":\"@aws-cdk/aws-appintegrations\",\"keywords\":[\"(aws-appintegrations)\",\"(appintegrati...
TypeScript
Apache License 2.0
aws/aws-cdk
chore: reassign njlynch's ownership areas (#18751) Move all of njlynch's ownership areas to other team members, as agreed internally. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
chore
null
777,369
31.01.2022 20:36:35
25,200
ff1c063bc390aa181ca9544a12cb628b466205db
fix: update test:coverage script and makefile to enable coverage report to work locally
[ { "change_type": "MODIFY", "diff": "@@ -64,4 +64,4 @@ test:\n.PHONY: test-ci\ntest-ci:\n- JEST_JUNIT_OUTPUT_DIR=coverage npm run test:coverage -- --watchAll=false --reporters=jest-junit\n+ JEST_JUNIT_OUTPUT_DIR=coverage npm run test:coverage -- --reporters=jest-junit\n", "new_path": "webui/react/Makefil...
Python
Apache License 2.0
determined-ai/determined
fix: update test:coverage script and makefile to enable coverage report to work locally (#3535)
1
fix
null
756,031
31.01.2022 20:48:12
0
4239d2b7c2419e26e25f3d80b0f73c83c70b94c7
chore: Various patches to fix type errors Fix date format jest mock No behavioral changes
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,7 @@ import { mockBrand } from './mockBrand.js';\n// AmountMath so that we can test that any duplication is handled\n// correctly.\n-const runSetMathHelpersTests = (t, [a, b, c], a2 = undefined) => {\n+const runSetMathHelpersTests = (t, [a, b, c], a2) => {\n/...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore: Various patches to fix type errors Fix date format jest mock No behavioral changes
1
chore
null
104,828
31.01.2022 20:49:13
-3,600
f6acb16d9d44f1f09a1388f7e8ca7e04c3c19722
docs(table): fix story bug
[ { "change_type": "MODIFY", "diff": "@@ -140,6 +140,11 @@ export const WithUserViewManagement = () => {\nconst [manageViewsCurrentPageItems, setManageViewsCurrentPageItems] = useState(\nviewsStorage.slice(0, manageViewsRowsPerPage)\n);\n+ /** Determine if the TableManageViewModal should list public views */\...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
docs(table): fix story bug #3243
1
docs
table
217,237
31.01.2022 21:00:24
-10,800
233edd7aec4f0489bc0186dc52fb1bf1d9a89291
review: minor refinements
[ { "change_type": "MODIFY", "diff": "@@ -55,6 +55,15 @@ export const examples = [\nversion: VERSIONS.V2,\nupdatedAt: \"2021-12-27\",\n},\n+ {\n+ title: \"Todo App (Angular 13)\",\n+ description: \"QuickStart todo-app example for Angular developers\",\n+ website: \"https://angular-feature-sliced-architecture....
JavaScript
MIT License
feature-sliced/documentation
review: minor refinements
1
review
null
334,560
31.01.2022 21:00:39
-7,200
4bd22117155cb209ca1065ce3971e00ea0bd1bff
ci: fix graduate action
[ { "change_type": "MODIFY", "diff": "@@ -31,9 +31,6 @@ jobs:\n- name: Install dependencies\nrun: yarn --non-interactive --no-progress --frozen-lockfile\n- - name: Bootstrap packages\n- run: yarn bootstrap:packages\n-\n- name: Run CI scripts\nrun: yarn ci\n", "new_path": ".github/workflows/graduate.yml", ...
TypeScript
MIT License
just-jeb/angular-builders
ci: fix graduate action
1
ci
null
902,122
31.01.2022 21:10:51
-3,600
01b9e7244bafb6d6484144f79d398eae8b258158
chore(function): recreate response from arguments
[ { "change_type": "MODIFY", "diff": "@@ -12,7 +12,23 @@ async ({ url, gotoOpts, browserWSEndpoint, ...opts }) => {\nconst getBrowserless = require('browserless')\nconst browserless = await getBrowserless({ mode: 'connect', browserWSEndpoint }).createContext()\n- const fnWrapper = fn => (page, response) => fn...
JavaScript
MIT License
microlinkhq/browserless
chore(function): recreate response from arguments
1
chore
function
902,122
31.01.2022 21:11:07
-3,600
c6e2e4c3c1d80ea62d97bcdbe76a8f84b55b6aa8
chore(release): v9.3.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.3.8](https://github.com/microlinkhq/browserless/compare/v9.3.7...v9.3.8) (2022-01-31)\n+\n+**Note:** Version bu...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v9.3.8
1
chore
release
217,237
31.01.2022 21:25:31
-10,800
e59753fe47cff37a6d4b16c8939ae88cbc05c659
chore(examples): update todo-app-react info
[ { "change_type": "MODIFY", "diff": "@@ -38,11 +38,11 @@ export const examples = [\nupdatedAt: \"2021-07-05\",\n},\n{\n- title: \"Todo App\",\n- description: \"QuickStart todo-app example\",\n+ title: \"Todo App (React)\",\n+ description: \"QuickStart todo-app example for React developers\",\nwebsite: \"http...
JavaScript
MIT License
feature-sliced/documentation
chore(examples): update todo-app-react info
1
chore
examples
530,322
31.01.2022 21:39:20
-3,600
0c959ebd793931240fb7b7c59fa0265e92405ed6
feat(github): add workflow run options workflows to trigger on branches or branches-ignore to limit on 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": "@@ -1036,12 +1036,24 @@ export interface WatchOptions {\n* Workflow run options\n*/\nexport interface WorkflowRunOptions {\n+ /**\n+ * Which workflow to trigger on.\n+ *\n+ * @defaults - any workflows\n+ */\n+ readonly workflows?: Array<string>;\n/**\n* Which activity typ...
TypeScript
Apache License 2.0
projen/projen
feat(github): add workflow run options (#1586) - workflows to trigger on - branches or branches-ignore to limit on https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_run --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1
feat
github
251,188
31.01.2022 21:44:15
-10,800
6ce9107fb2ec630318150bf70e5fc00287da665a
chore: add U2F signature verification tests
[ { "change_type": "ADD", "diff": "+package org.gluu.oxauth.service.fido.u2f;\n+\n+import static org.testng.Assert.assertTrue;\n+\n+import org.apache.commons.codec.DecoderException;\n+import org.apache.commons.codec.binary.Hex;\n+import org.gluu.oxauth.crypto.signature.SHA256withECDSASignatureVerification;\n+...
Java
MIT License
gluufederation/oxauth
chore: add U2F signature verification tests
1
chore
null
711,658
31.01.2022 21:48:34
-3,600
671a998db1ce3e9de816030aedc784145668d559
fix(admin-ui): Fix hyphenation of long words
[ { "change_type": "MODIFY", "diff": "@@ -18,6 +18,7 @@ nav.sidenav {\n}\n.nav-group-header {\nmargin: 0;\n+ line-height: 1.2;\n}\n.nav-link {\ndisplay: inline-flex;\n@@ -31,6 +32,10 @@ nav.sidenav {\nmargin-right: 12px;\n}\n+.nav-group {\n+ hyphens: auto;\n+}\n+\n.nav-group,\n.nav-link {\nposition: relative;...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(admin-ui): Fix hyphenation of long words (#1390)
1
fix
admin-ui
530,289
31.01.2022 21:50:22
28,800
eb16b2bc8fb3b14df45bc4388ba1204faf36e30d
fix: release task bumps to wrong version when majorVersion is 0 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": "* - RELEASE_TAG_PREFIX: (optional) a prefix to apply to the release tag\n*\n*/\n+import * as logging from \"../logging\";\nimport { bump, BumpOptions } from \"./bump-version\";\nconst versionFile = process.env.OUTFILE;\n@@ -59,6 +60,7 @@ const opts: BumpOptions = {\n// do...
TypeScript
Apache License 2.0
projen/projen
fix: release task bumps to wrong version when majorVersion is 0 (#1585) Fixes #1584 --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1
fix
null
902,122
31.01.2022 22:44:45
-3,600
8083ecd87a3aaea2ae9e88cf668ad2bc391bd887
chore(function): better response definition
[ { "change_type": "MODIFY", "diff": "@@ -13,16 +13,17 @@ async ({ url, gotoOpts, browserWSEndpoint, ...opts }) => {\nconst getBrowserless = require('browserless')\nconst browserless = await getBrowserless({ mode: 'connect', browserWSEndpoint }).createContext()\nconst fnWrapper = fn => (page, response) => {\n...
JavaScript
MIT License
microlinkhq/browserless
chore(function): better response definition
1
chore
function
902,122
31.01.2022 22:44:58
-3,600
fac99a7fe9a29e0855a0ddc4aac48af84ba4064a
chore(release): v9.3.9
[ { "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.3.9](https://github.com/microlinkhq/browserless/compare/v9.3.8...v9.3.9) (2022-01-31)\n+\n+**Note:** Version bu...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v9.3.9
1
chore
release
392,551
31.01.2022 23:08:36
28,800
45a87c42c1ae16b4bc67f1ebe5a3c9a483550bba
fix: handle focal and zoom interpolation properly
[ { "change_type": "MODIFY", "diff": "@@ -13,12 +13,15 @@ import { State } from \"../state/State\";\nimport { AnimationFrame } from \"../state/interfaces/AnimationFrame\";\nimport { EulerRotation } from \"../state/interfaces/EulerRotation\";\nimport { isSpherical } from \"../geo/Geo\";\n+import { MathUtils } ...
TypeScript
MIT License
mapillary/mapillary-js
fix: handle focal and zoom interpolation properly
1
fix
null
306,652
01.02.2022 00:56:00
-19,080
c6e81152a2798423f44e87454b3547dbfa91d9d3
chore(slider): add transitions on micro interactions
[ { "change_type": "MODIFY", "diff": "box-sizing: border-box;\noutline: none;\ndisplay: flex;\n+ transition: border var(--duration--fast-01) var(--standard-productive-curve),\n+ background-color var(--duration--fast-01) var(--standard-productive-curve);\n}\n.Slider-handle:hover {\n", "new_path": "css/src/...
TypeScript
MIT License
innovaccer/design-system
chore(slider): add transitions on micro interactions
1
chore
slider
71,366
01.02.2022 02:49:35
-32,400
7ac121546776cae972bbfb89c2a11949762e7c47
feat(iot): add Action to republish MQTT messages to another MQTT topic resolve *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": "@@ -21,6 +21,7 @@ supported AWS Services. Instances of these classes should be passed to\nCurrently supported are:\n+- Republish a message to another MQTT topic\n- Invoke a Lambda function\n- Put objects to a S3 bucket\n- Put logs to CloudWatch Logs\n@@ -30,6 +31,22 @@ Cu...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(iot): add Action to republish MQTT messages to another MQTT topic (#18661) resolve https://github.com/aws/aws-cdk/issues/17701 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
feat
iot
306,320
01.02.2022 06:25:57
0
9e3809730ce18506e26be089378d1f4fa6f43548
enhance: add Windows ARM build
[ { "change_type": "MODIFY", "diff": "@@ -26,6 +26,7 @@ build:\nwindows:\nenv GOOS=windows GOARCH=amd64 CGO_ENABLED=0 go build $(BUILD_FLAGS) -o build/$(BINARY).exe $(PKG)\n+ env GOOS=windows GOARCH=arm64 CGO_ENABLED=0 go build $(BUILD_FLAGS) -o build/$(BINARY)-arm64.exe $(PKG)\nlinux:\nenv GOOS=linux GOARCH=...
Go
Apache License 2.0
infracost/infracost
enhance: add Windows ARM build
1
enhance
null
756,043
01.02.2022 07:58:08
28,800
0a39b4de44e7cca3ea3fef9dd306245911505f7c
chore: include .github and YAML files in prettier
[ { "change_type": "MODIFY", "diff": "\"lerna\": \"lerna\",\n\"link-cli\": \"yarn run create-agoric-cli\",\n\"create-agoric-cli\": \"node ./scripts/create-agoric-cli.cjs\",\n- \"format\": \"yarn prettier --write 'packages/**/*.{js,jsx,ts,tsx}' 'golang/**/*.{js,jsx,ts,tsx}'\",\n- \"lint:format\": \"yarn pretti...
JavaScript
Apache License 2.0
agoric/agoric-sdk
chore: include .github and YAML files in prettier
1
chore
null
141,551
01.02.2022 09:04:29
-39,600
55bac27d2021de0d98a25b7d9c1b685c72cb90f5
chore: New Kaizen team is now Codeowner of everything
[ { "change_type": "MODIFY", "diff": "# CODEOWNERS\n# https://help.github.com/articles/about-code-owners/\n-# Require Design Systems Team approval for any new packages or this file\n-/CODEOWNERS @cultureamp/frontend-avocados\n-/packages/ @cultureamp/frontend-avocados\n-/draft-packages/ @ghost\n-\n-# Exclude m...
TypeScript
MIT License
cultureamp/kaizen-design-system
chore: New Kaizen team is now Codeowner of everything [KDS-147] (#2494)
1
chore
null
471,527
01.02.2022 09:11:42
-3,600
7b9d0c3799c88c0ee085dfbf1da22b34762bdd65
fix(sb-md-docs): user provided code blocks should remain in final output
[ { "change_type": "ADD", "diff": "+---\n+'storybook-addon-markdown-docs': patch\n+---\n+\n+User provided code blocks should remain in the final output\n", "new_path": ".changeset/shaggy-pigs-applaud.md", "old_path": null }, { "change_type": "MODIFY", "diff": "@@ -123,6 +123,7 @@ const mdj...
JavaScript
MIT License
open-wc/open-wc
fix(sb-md-docs): user provided code blocks should remain in final output
1
fix
sb-md-docs
756,039
01.02.2022 09:19:46
28,800
a233c1269643f201b9214fe132cd4e0d45de3137
fix: use snackbar instead of window.alert
[ { "change_type": "MODIFY", "diff": "@@ -9,6 +9,9 @@ import ListItem from '@mui/material/ListItem';\nimport ListItemText from '@mui/material/ListItemText';\nimport DialogTitle from '@mui/material/DialogTitle';\nimport Dialog from '@mui/material/Dialog';\n+import Snackbar from '@mui/material/Snackbar';\n+impo...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix: use snackbar instead of window.alert
1
fix
null
821,230
01.02.2022 10:34:52
25,200
31f1f07480d4f59db45da35ff0926bc44665cc6f
fix: remove IManifest
[ { "change_type": "MODIFY", "diff": "},\n\"bugs\": \"https://github.com/oclif/oclif/issues\",\n\"dependencies\": {\n- \"@oclif/core\": \"^1.2.0\",\n+ \"@oclif/core\": \"^1.3.0\",\n\"@oclif/plugin-help\": \"^5.1.10\",\n\"@oclif/plugin-not-found\": \"^2.2.4\",\n\"@oclif/plugin-warn-if-update-available\": \"^2....
TypeScript
MIT License
oclif/oclif
fix: remove IManifest (#823)
1
fix
null
126,276
01.02.2022 10:40:23
10,800
66083bc534f08a72df287fdd5cfb13bd03c27674
chore(embedded/tbtree): sort kv pairs in bulkInsert
[ { "change_type": "MODIFY", "diff": "@@ -24,6 +24,7 @@ import (\n\"io/ioutil\"\n\"os\"\n\"path/filepath\"\n+ \"sort\"\n\"strconv\"\n\"strings\"\n\"sync\"\n@@ -1191,6 +1192,15 @@ func (t *TBtree) Insert(key []byte, value []byte) error {\n}\nfunc (t *TBtree) BulkInsert(kvs []*KV) error {\n+ if len(kvs) == 0 {\...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/tbtree): sort kv pairs in bulkInsert Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/tbtree
777,389
01.02.2022 10:42:22
28,800
18ed310a89cbef39f8cc370f3da4df6bfff50eaf
chore: change the output format args for master config cli
[ { "change_type": "ADD", "diff": "+:orphan:\n+\n+**Breaking Change**\n+\n+- CLI: The `output` option in `det master config` is replaced with different flags to configure the\n+ output format such as `--json`, and `--yaml`.\n", "new_path": "docs/release-notes/3387-master-config-cli.txt", "old_path": n...
Python
Apache License 2.0
determined-ai/determined
chore: change the output format args for master config cli (#3387)
1
chore
null
777,401
01.02.2022 10:56:53
18,000
cdc8cd90bbf3efe9b292bb5f972bb09271e4ae4f
chore: fix suggested command to install growforest The suggestion to the user to install growforest is without a version, which fails unless you are in a directory with a `go.mod` that specifies it. This change pins the version manually so that the command would succeed in general.
[ { "change_type": "MODIFY", "diff": "@@ -92,7 +92,7 @@ func NewManager(db *db.PgDB, system *actor.System, config HPImportanceConfig, ma\nresolvedPath, pathErr := exec.LookPath(growforestBin)\nif pathErr != nil {\nreturn nil, fmt.Errorf(\"failed to find 'growforest' binary. Install it with \" +\n- \"'go insta...
Python
Apache License 2.0
determined-ai/determined
chore: fix suggested command to install growforest (#3530) The suggestion to the user to install growforest is without a version, which fails unless you are in a directory with a `go.mod` that specifies it. This change pins the version manually so that the command would succeed in general.
1
chore
null
777,396
01.02.2022 10:59:33
25,200
d4b88dcd86227b96da8b69a151121741bd128aaf
build: fix make -C harness clean This also fixes make devcluster, which invokes: make -C harness clean build as one of its startup steps.
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,7 @@ SWAGGER_SPEC := ../proto/build/swagger/determined/api/v1/api.swagger.json\nCODEGEN_BIN := swagger-codegen-cli-2.4.14.jar\npy_bindings_dest := ../harness/determined/common/api/bindings.py\nts_bindings_dest := ../webui/react/src/services/api-ts-sdk\n-py_gene...
Python
Apache License 2.0
determined-ai/determined
build: fix make -C harness clean (#3468) This also fixes make devcluster, which invokes: make -C harness clean build as one of its startup steps.
1
build
null
791,400
01.02.2022 11:00:44
18,000
9f79ac4f5ff32fc99fb3d49ec59cf7dd87ce21f9
test(storage): fix gRPC integration test flakes These tests no longer include upload retries because of the new idempotency defaults. Changed them to retry regardless of idempotency. Fixes
[ { "change_type": "MODIFY", "diff": "@@ -1067,7 +1067,7 @@ func TestIntegration_SimpleWriteGRPC(t *testing.T) {\ndefer gc.Close()\nname := uidSpace.New()\n- gobj := gc.Bucket(grpcBucketName).Object(name)\n+ gobj := gc.Bucket(grpcBucketName).Object(name).Retryer(WithPolicy(RetryAlways))\ndefer func() {\nif er...
Go
Apache License 2.0
googleapis/google-cloud-go
test(storage): fix gRPC integration test flakes (#5414) These tests no longer include upload retries because of the new idempotency defaults. Changed them to retry regardless of idempotency. Fixes #5372
1
test
storage
269,464
01.02.2022 11:07:28
10,800
a18e61e2134e21e2ad937bcf122cce409d41264c
docs: no history
[ { "change_type": "MODIFY", "diff": "GoReleaser was built from the very first commit with the idea of\nrunning it as part of the CI pipeline in mind.\n-Let's see how we can get it working on popular CI software.\n+Let's see how we can get it working on popular CI software:\n+\n+ - [GitHub Actions](/ci/action...
Go
MIT License
goreleaser/goreleaser
docs: no history Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
1
docs
null
777,369
01.02.2022 11:11:30
25,200
b55a61bf638b0663b42ffcdfd0383386fc9e01fb
fix: ensure randomly picked search id is unique
[ { "change_type": "MODIFY", "diff": "@@ -250,9 +250,11 @@ describe('ResponsiveTable', () => {\nexpect(dropdown).not.toHaveStyle({ opacity: 0, pointerEvents: 'none' });\n// Randomly pick an ID and type it into filter search, to select the ID filter option.\n- const idSearchList = [];\n+ const idSearchList: st...
Python
Apache License 2.0
determined-ai/determined
fix: ensure randomly picked search id is unique (#3533)
1
fix
null
104,828
01.02.2022 11:40:27
-3,600
7fda5651f4ad51241387a6eb15cb2046a0af02c1
docs(table): added manage view to main mdx doc
[ { "change_type": "MODIFY", "diff": "import TableColumnCustomizationTOC from './TableColumnCustomizationTOC.mdx';\n+import TableUserViewManagementTOC from './TableUserViewManagementTOC.mdx';\n# `Table` component\n@@ -24,6 +25,8 @@ import TableColumnCustomizationTOC from './TableColumnCustomizationTOC.mdx';\n...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
docs(table): added manage view to main mdx doc
1
docs
table
306,900
01.02.2022 12:02:11
-3,600
c6017e70511ad63e8b1184b548ed88f9833c8a18
fix(storybook|ino-nav-drawer): provide image as local source
[ { "change_type": "MODIFY", "diff": "{\n- \"timestamp\": \"2022-01-25T07:21:43\",\n+ \"timestamp\": \"2022-02-01T09:07:28\",\n\"compiler\": {\n\"name\": \"@stencil/core\",\n\"version\": \"2.4.0\",\n", "new_path": "packages/storybook/elements-stencil-docs.json", "old_path": "packages/storybook/element...
TypeScript
MIT License
inovex/elements
fix(storybook|ino-nav-drawer): provide image as local source (#501)
1
fix
storybook|ino-nav-drawer
126,276
01.02.2022 12:28:54
10,800
f4afbf18d8e571187e7172f4123abfb7832b3d83
chore(pkg/server): use syncThreshold
[ { "change_type": "MODIFY", "diff": "@@ -29,6 +29,7 @@ import (\n\"github.com/codenotary/immudb/pkg/stream\"\n\"github.com/codenotary/immudb/embedded/store\"\n+ \"github.com/codenotary/immudb/embedded/tbtree\"\n\"github.com/codenotary/immudb/pkg/auth\"\n)\n@@ -130,6 +131,8 @@ func (opts *Options) DefaultStor...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/server): use syncThreshold Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
pkg/server
777,369
01.02.2022 13:18:20
25,200
389c763077ec1c6ed59c7d9b3d7cccde71a0b868
chore: update polling functions to be async where applicable
[ { "change_type": "MODIFY", "diff": "@@ -136,11 +136,13 @@ const Dashboard: React.FC = () => {\n}\n}, [ canceler ]);\n- const fetchAll = useCallback(() => {\n- fetchUsers();\n- fetchExperiments();\n- fetchActiveExperiments();\n- fetchTasks();\n+ const fetchAll = useCallback(async () => {\n+ await Promise.all...
Python
Apache License 2.0
determined-ai/determined
chore: update polling functions to be async where applicable (#3499)
1
chore
null
688,505
01.02.2022 13:30:17
-7,200
802b673cc3042d9dd79da0e029346dda40fa2001
feat(PageFooter): make Footer copyright customizable
[ { "change_type": "ADD", "diff": "+---\n+'@toptal/picasso': patch\n+---\n+\n+---\n+### PageFooter\n+\n+- make copyright text customizable in `PageFooter`\n+\n+\n", "new_path": ".changeset/page-footer-custom-copyright.md", "old_path": null }, { "change_type": "ADD", "diff": "Binary files /...
TypeScript
MIT License
toptal/picasso
feat(PageFooter): [SCR-2645] make Footer copyright customizable (#2408)
1
feat
PageFooter
366,946
01.02.2022 13:51:40
-32,400
67b2a687512cbf50543e0d887837b11fca4e4501
chore: fix story freeze
[ { "change_type": "MODIFY", "diff": "@@ -35,8 +35,31 @@ const DefinitionListItems = [\n},\n]\n-export const All: Story = () => {\n+const Item = () => {\nconst themes = useTheme()\n+ return (\n+ <Term>\n+ <span>term 2</span>\n+ <Alert>\n+ <FaExclamationCircleIcon size={11} color={themes.color.DANGER} />\n+ <A...
TypeScript
MIT License
kufu/smarthr-ui
chore: fix story freeze (#2224)
1
chore
null
103,429
01.02.2022 14:05:18
-3,600
51c7592a034bd25fc7321e262008551eca982f6d
feat: add disabled surface variants
[ { "change_type": "MODIFY", "diff": "import LightTheme from './LightTheme';\nimport type { MD3ThemeBase } from '../../../types';\nimport { tokens } from './tokens';\n+import color from 'color';\nconst { palette } = tokens.md.ref;\n@@ -24,6 +25,7 @@ const DarkTheme: MD3ThemeBase = {\n'tertiary-container': pal...
TypeScript
MIT License
callstack/react-native-paper
feat: add disabled surface variants
1
feat
null
317,646
01.02.2022 14:07:58
-3,600
83980a3dff1e777c808c43a0ccc98e78335ca523
feat: deprecate pre- and postfix
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,6 @@ package engine\nimport (\n\"oh-my-posh/color\"\n\"oh-my-posh/environment\"\n- \"oh-my-posh/properties\"\n\"sync\"\n\"time\"\n)\n@@ -111,23 +110,16 @@ func (b *Block) renderSegment(segment *Segment) {\nb.writePowerline(false)\nswitch b.activeSegment.Style {...
Go
MIT License
jandedobbeleer/oh-my-posh
feat: deprecate pre- and postfix
1
feat
null
603,467
01.02.2022 14:33:50
0
49ea1b1d22658ffe98645ca28c2d4d289804bf61
test(integration): removed .only committed by accident
[ { "change_type": "MODIFY", "diff": "@@ -94,7 +94,7 @@ describe('isVisible', function () {\n});\n});\n- describe.only('when working with Shadow DOM', () => {\n+ describe('when working with Shadow DOM', () => {\nconst Elements = {\ncvcLabel: PageElement.located(By.tagName('label')).describedAs('popup label'),...
TypeScript
Apache License 2.0
serenity-js/serenity-js
test(integration): removed .only committed by accident
1
test
integration