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
386,581
07.11.2021 20:34:38
-7,200
ae1a36888cea8473aded0053ebb3f4f6a2aac2be
chore(build): Rename build.js to index.js
[ { "change_type": "DELETE", "diff": "-/* eslint-disable no-console */\n-\n-/*\n- Copyright 2020-2021 Lowdefy, Inc\n-\n- Licensed under the Apache License, Version 2.0 (the \"License\");\n- you may not use this file except in compliance with the License.\n- You may obtain a copy of the License at\n-\n- http:/...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore(build): Rename build.js to index.js
1
chore
build
551,634
07.11.2021 22:44:25
0
d4c95b8f604f579e1ebac371d5cb110755046f23
feat(sql): support const expression in sample by period
[ { "change_type": "MODIFY", "diff": "@@ -1297,7 +1297,8 @@ public class SqlCodeGenerator implements Mutable {\nprivate RecordCursorFactory generateSampleBy(\nQueryModel model,\nSqlExecutionContext executionContext,\n- ExpressionNode sampleByNode\n+ ExpressionNode sampleByNode,\n+ ExpressionNode sampleByUnits...
Java
Apache License 2.0
questdb/questdb
feat(sql): support const expression in sample by period (#1519)
1
feat
sql
551,636
07.11.2021 23:36:43
0
783307c2732f53b28f9f64aabc7b19628372d21e
fix(test): we should use Java8 API where possible
[ { "change_type": "MODIFY", "diff": "@@ -66,10 +66,16 @@ public class StrPosBenchmark {\n}\npublic StrPosBenchmark() {\n+ StringBuilder builder = new StringBuilder();\nstrings = new String[N];\nfor (int i = 0; i < N; i++) {\n+ builder.setLength(0);\nint startLen = rnd.nextInt(1000);\n- strings[i] = \"a\".rep...
Java
Apache License 2.0
questdb/questdb
fix(test): we should use Java8 API where possible (#1533)
1
fix
test
126,276
08.11.2021 08:29:06
10,800
6ec80d884f5babf81b818f38e068e8a25df347ca
test(pkg/integration): remove unnecessary build flags
[ { "change_type": "MODIFY", "diff": "-// +build streams\n/*\nCopyright 2021 CodeNotary, Inc. All rights reserved.\n", "new_path": "pkg/client/stream_test.go", "old_path": "pkg/client/stream_test.go" }, { "change_type": "MODIFY", "diff": "-// +build streams\n/*\nCopyright 2021 CodeNotary, ...
Go
Apache License 2.0
codenotary/immudb
test(pkg/integration): remove unnecessary build flags Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
pkg/integration
141,508
08.11.2021 10:00:12
-39,600
d9e5ef6a3622f532e20a619b2b270e6644f924ec
fix: Adjust Brand variant based on forced-colors user preference
[ { "change_type": "MODIFY", "diff": "@@ -16,10 +16,20 @@ export const Brand = (props: BrandProps) => {\nconst brandTheme = props.reversed ? \"-reversed\" : \"-default\"\nreturn (\n+ <picture>\n+ <source\n+ srcSet={assetUrl(`brand/${props.variant}-reversed.svg`)}\n+ media=\"(forced-colors: active) and (prefer...
TypeScript
MIT License
cultureamp/kaizen-design-system
fix: Adjust Brand variant based on forced-colors user preference (#2207)
1
fix
null
617,459
08.11.2021 10:30:12
-3,600
ccf23d42674e2226ba215c24cc06a87794182443
ci(tags): add tags for image + local-cache
[ { "change_type": "MODIFY", "diff": "@@ -15,7 +15,7 @@ jobs:\nruns-on: ubuntu-latest\nsteps:\n- name: Register docker image for api\n- uses: SocialGouv/actions/autodevops-build-register@maxgfr/preprod\n+ uses: SocialGouv/actions/autodevops-build-register@local-cache-cdtn\nwith:\nenvironment: preprod\nproject...
TypeScript
Apache License 2.0
socialgouv/code-du-travail-numerique
ci(tags): add tags for image + local-cache (#3985)
1
ci
tags
688,423
08.11.2021 10:32:34
-7,200
199a4cb2abd2bd462baf9d68e1cdb447263952f7
feat(tag): update Tag props type
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,8 @@ import React, {\nReactElement,\nHTMLAttributes,\nElementType,\n- MouseEvent\n+ MouseEvent,\n+ AnchorHTMLAttributes\n} from 'react'\nimport { makeStyles, Theme } from '@material-ui/core/styles'\nimport cx from 'classnames'\n@@ -19,10 +20,9 @@ import toTitle...
TypeScript
MIT License
toptal/picasso
feat(tag): [FX-2232] update Tag props type (#2210)
1
feat
tag
276,951
08.11.2021 10:53:05
10,800
336144673da9c215fa9206a9c83136078d44df56
refactor(dialog): refactor dialog
[ { "change_type": "MODIFY", "diff": "import styled from 'styled-components';\n-import { margins, paddings } from '@gympass/yoga-system';\n-import { Card } from '../../Card';\n+import { Card } from '../..';\n-export const Actions = styled(Card.Actions)`\n+const Actions = styled(Card.Actions)`\ndisplay: flex;\...
JavaScript
MIT License
gympass/yoga
refactor(dialog): refactor dialog
1
refactor
dialog
276,951
08.11.2021 10:54:15
10,800
923dcdf6d9d025afc2e038d63c63b1fa1f8e7898
refactor(dialog): refactor header
[ { "change_type": "ADD", "diff": "+import { Card } from '../..';\n+\n+const { Header } = Card;\n+\n+Header.displayName = 'Dialog.Header';\n+\n+export default Header;\n", "new_path": "packages/yoga/src/Dialog/web/Header.jsx", "old_path": null }, { "change_type": "DELETE", "diff": "-import ...
JavaScript
MIT License
gympass/yoga
refactor(dialog): refactor header
1
refactor
dialog
71,080
08.11.2021 10:57:48
18,000
fe03fded4ffb41f06dc3fcb1aa289707d4f96bdf
chore(apigatewayv2): make examples compile As part of this PR: chore(apigatewayv2): make examples compile chore(apigatewayv2-integrations): make examples compile chore(apigatewayv2-authroziers): make examples compile *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-...
[ { "change_type": "MODIFY", "diff": "@@ -46,11 +46,14 @@ When using default authorization, all routes of the api will inherit the configu\nIn the example below, all routes will require the `manage:books` scope present in order to invoke the integration.\n```ts\n+import { HttpJwtAuthorizer } from '@aws-cdk/aw...
TypeScript
Apache License 2.0
aws/aws-cdk
chore(apigatewayv2): make examples compile (#17370) As part of this PR: - chore(apigatewayv2): make examples compile - chore(apigatewayv2-integrations): make examples compile - chore(apigatewayv2-authroziers): make examples compile ---- *By submitting this pull request, I confirm that my contribution is made ...
1
chore
apigatewayv2
276,951
08.11.2021 11:00:07
10,800
32275480b3fa789e5ec43c4ddde29628bd480a85
refactor(hooks): add usePortal other folder
[ { "change_type": "DELETE", "diff": "-import { useRef, useEffect } from 'react';\n-\n-/**\n- * Creates DOM element to be used as React root.\n- * @returns {HTMLElement}\n- */\n-function createRootElement(id) {\n- const rootContainer = document.createElement('div');\n-\n- rootContainer.setAttribute('id', id);...
JavaScript
MIT License
gympass/yoga
refactor(hooks): add usePortal other folder
1
refactor
hooks
276,951
08.11.2021 11:01:57
10,800
6390fc7d5a6ce0a90bd577769e954ebdd7265f08
test(dialog): add unit tests
[ { "change_type": "MODIFY", "diff": "import React from 'react';\n-import { render } from '@testing-library/react';\n+import ReactDOM from 'react-dom';\n+import renderer from 'react-test-renderer';\n+import { screen, render, fireEvent } from '@testing-library/react';\n-import { ThemeProvider, Dialog } from '....
JavaScript
MIT License
gympass/yoga
test(dialog): add unit tests
1
test
dialog
104,828
08.11.2021 11:12:31
-3,600
71a33c284f94f35cad934490fa4572528ff4d5b9
fix(hierarchylist): pr feedback for story
[ { "change_type": "MODIFY", "diff": "@@ -326,7 +326,8 @@ export const WithNestedReorderingRestricted = () => {\nonListUpdated={(updatedItems) => {\nsetItems(updatedItems);\n}}\n- itemWillMove={() => true}\n+ // Prevent nested dropping, so that a team cannot be dropped in a team\n+ itemWillMove={(...args) => ...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(hierarchylist): pr feedback for story
1
fix
hierarchylist
276,939
08.11.2021 11:15:22
10,800
e60073dc225e5f0f74f924cffe982f89e2f864b7
fix(navigation): infer if it's a collapsible by having children instead of linkable property
[ { "change_type": "MODIFY", "diff": "@@ -139,7 +139,6 @@ const Collapsible = styled(NavigationLabel)`\nconst ListItem = ({\ntitle,\n- linkable,\nurl,\nchildrenContent,\nlevel,\n@@ -148,7 +147,9 @@ const ListItem = ({\ncollapsed,\n}) => {\nconst [isCollapsed, setCollapsed] = useState(collapsed);\n- const hasC...
JavaScript
MIT License
gympass/yoga
fix(navigation): infer if it's a collapsible by having children instead of linkable property
1
fix
navigation
866,394
08.11.2021 11:20:15
18,000
8bd86ba203ce4cf378cc70f1f2c259fb7c80c6b0
chore(support): update fireline roster for sprint 23 ### Related Ticket(s) No related issue ### Description This updates the fireline roster for sprint 23. ### Changelog **Changed** issue template assignees
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,7 @@ description:\nSomething isn't working as expected? Here is the right place to report.\ntitle: '[YOUR TITLE]: Brief description'\nassignees:\n- - jeffchew,ljcarot,shixiedesign,RobertaJHahn,DragosRistici,ariellalgilmore,IgnacioBecerra\n+ - jeffchew,ljcarot,s...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(support): update fireline roster for sprint 23 (#7614) ### Related Ticket(s) No related issue ### Description This updates the fireline roster for sprint 23. ### Changelog **Changed** - issue template assignees
1
chore
support
276,951
08.11.2021 11:22:46
10,800
419571808057a752bfd8651987cb4b1559ca45e2
feat(dialog): add new props to dialog theme
[ { "change_type": "MODIFY", "diff": "const Dialog = ({ radii, spacing }) => ({\nborder: {\n- radius: radii.small,\n+ radius: radii.regular,\n},\n- height: {\n- min: spacing.xxxlarge,\n- max: spacing.huge,\n+ padding: {\n+ default: spacing.xlarge,\n+ top: spacing.xxlarge,\n+ withIconClose: spacing.huge,\n},\n...
JavaScript
MIT License
gympass/yoga
feat(dialog): add new props to dialog theme
1
feat
dialog
276,951
08.11.2021 11:24:13
10,800
0aa19dc1cd515b63a793e807b5ee644230553efb
refactor(dialog): change import and exports
[ { "change_type": "MODIFY", "diff": "-import { Dialog, Actions, Content, Header } from './web';\n-\n-Dialog.Header = Header;\n-Dialog.Content = Content;\n-Dialog.Actions = Actions;\n+import Dialog from './web';\nexport default Dialog;\n", "new_path": "packages/yoga/src/Dialog/index.js", "old_path": "...
JavaScript
MIT License
gympass/yoga
refactor(dialog): change import and exports
1
refactor
dialog
276,951
08.11.2021 11:24:54
10,800
1a2b287e3c93fe3bb516bc1da50557be2f4b75ba
docs(dialog): add new examples
[ { "change_type": "MODIFY", "diff": "@@ -8,9 +8,13 @@ metaDescription: 'Dialog Component'\n### Reference\n-Gympass `<Dialog />` is the proper component to show alert messages.\n+Gympass `<Dialog />` is a component has the objective o provide priority feedback for the user\n-The `Dialog` may have an icon, a c...
JavaScript
MIT License
gympass/yoga
docs(dialog): add new examples
1
docs
dialog
889,129
08.11.2021 11:40:20
18,000
15849160116a814ab71113138cb211c2e0c2d4b4
chore(cloud-rad): fix links for TSDocs internally: b/179484422 Scripts used: ``` sed -i -e 's/@see \[\(.*\)\](\(.*\))$/See {@link \2| \1}/' src/* sed -i -e 's/\[\(.*\)\](\(.*\))/{@link \2| \1}/' src/* ```
[ { "change_type": "MODIFY", "diff": "@@ -317,7 +317,7 @@ class Entry {\n* @private\n*\n* @param {object} entry An API representation of an entry. See a\n- * [LogEntry](https://cloud.google.com/logging/docs/reference/v2/rest/v2/LogEntry).\n+ * {@link https://cloud.google.com/logging/docs/reference/v2/rest/v2/...
TypeScript
Apache License 2.0
googleapis/nodejs-logging
chore(cloud-rad): fix links for TSDocs (#1176) internally: b/179484422 Scripts used: ``` sed -i -e 's/@see \[\(.*\)\](\(.*\))$/See {@link \2| \1}/' src/* sed -i -e 's/\[\(.*\)\](\(.*\))/{@link \2| \1}/' src/* ```
1
chore
cloud-rad
276,939
08.11.2021 11:58:42
10,800
19f2477c17d40a36985d4938fbfafabfd54ab202
refactor(docs-gatsby): replace collapsed metadata by open
[ { "change_type": "MODIFY", "diff": "@@ -90,12 +90,9 @@ exports.onCreateNode = ({ node, getNode, actions }) => {\n});\ncreateNodeField({\n- name: 'collapsed',\n+ name: 'open',\nnode,\n- value:\n- node.frontmatter.collapsed === undefined\n- ? true\n- : node.frontmatter.collapsed,\n+ value: node.frontmatter.op...
JavaScript
MIT License
gympass/yoga
refactor(docs-gatsby): replace collapsed metadata by open
1
refactor
docs-gatsby
419,525
08.11.2021 12:00:11
-3,600
ae003f53a0617cedf2d18d5d8e66735a2a99f3b8
refactor: fix cli seeder generate and add seeder env vars
[ { "change_type": "MODIFY", "diff": "@@ -477,3 +477,5 @@ Full list of supported options:\n| `MIKRO_ORM_MIGRATIONS_DROP_TABLES` | `migrations.dropTables` |\n| `MIKRO_ORM_MIGRATIONS_SAFE` | `migrations.safe` |\n| `MIKRO_ORM_MIGRATIONS_EMIT` | `migrations.emit` |\n+| `MIKRO_ORM_SEEDER_PATH` | `seeder.path` |\n+...
TypeScript
MIT License
mikro-orm/mikro-orm
refactor: fix cli seeder generate and add seeder env vars (#2370)
1
refactor
null
551,634
08.11.2021 12:06:52
0
ce6019f455c675960e6197b8cf900fd3d6a52b84
chore: include benchmarks compilation when java code changes
[ { "change_type": "MODIFY", "diff": "@@ -44,7 +44,7 @@ stages:\n- task: Maven@3\ndisplayName: \"Compile with Maven\"\ninputs:\n- mavenPomFile: \"core/pom.xml\"\n+ mavenPomFile: \"pom.xml\"\nmavenOptions: \"-Xmx3072m\"\noptions: \"compile -DskipTests\"\njdkVersionOption: $(jdk)\n", "new_path": "ci/new-pul...
Java
Apache License 2.0
questdb/questdb
chore: include benchmarks compilation when java code changes (#1536)
1
chore
null
699,189
08.11.2021 12:24:55
21,600
847504d0393706806c683a4ffb537796fccc5888
fix(popover): remove popovercontainer Box wrapper
[ { "change_type": "ADD", "diff": "+---\n+'@twilio-paste/popover': minor\n+'@twilio-paste/core': minor\n+---\n+\n+[Popover] Removes the wrapping `<Box>` present in `PopoverContainer`, along with the ref passing. PopoverContainer is strictly a context provider now. This fixes issues around vertical alignment a...
TypeScript
MIT License
twilio-labs/paste
fix(popover): remove popovercontainer Box wrapper (#2011)
1
fix
popover
277,286
08.11.2021 12:50:31
-3,600
ffc7e9d950bbd44ea71dedcc41db645ee0811f8f
fix: dev server proxy
[ { "change_type": "MODIFY", "diff": "\"./ui/build\",\n\"-debug\",\n\"-editable\",\n+ \"proxy\",\n+ \"-public-dir\",\n+ \"/assets/@./assets\"\n]\n},\n{\n", "new_path": ".vscode/launch.json", "old_path": ".vscode/launch.json" }, { "change_type": "MODIFY", "diff": "}\n},\n\"h2o-wave\": {\n- ...
Python
Apache License 2.0
h2oai/wave
fix: dev server proxy #59
1
fix
null
756,051
08.11.2021 12:59:57
21,600
d4bc4296b5b980b86818f02dcfd0b30316638d81
fix: avoid eslint escaping agoric-sdk package root We were seeing trouble when agoric-sdk was checked out as a child of documentation, dapps.
[ { "change_type": "MODIFY", "diff": "\"engines\": {\n\"node\": \">=14.15.0\"\n},\n+ \"eslintConfig\": {\n+ \"root\": true\n+ },\n\"scripts\": {\n\"OFF-clean\": \"yarn workspaces run clean\",\n\"check-dependencies\": \"node ./scripts/check-mismatched-dependencies.js\",\n", "new_path": "package.json", ...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix: avoid eslint escaping agoric-sdk package root We were seeing trouble when agoric-sdk was checked out as a child of documentation, dapps.
1
fix
null
699,189
08.11.2021 13:17:02
21,600
bf2fde8c9fc95ae83c7977ed190260e3d53e40a6
fix: typo in prerelease script in ci
[ { "change_type": "MODIFY", "diff": "@@ -49,7 +49,7 @@ jobs:\nrun: yarn install --immutable\n- name: Run prerelease\n- run: yarn prerelase\n+ run: yarn prerelease\n- name: Store build artifacts\nuses: actions/upload-artifact@v2\n", "new_path": ".github/workflows/on_merge_to_main.yml", "old_path": ".g...
TypeScript
MIT License
twilio-labs/paste
fix: typo in prerelease script in ci (#2016)
1
fix
null
711,597
08.11.2021 13:17:45
-3,600
d8c2195d4d122bc6c9cff04fc6be8537106605e9
fix(admin-ui): Correctly display primitive value job queue results Fixes
[ { "change_type": "MODIFY", "diff": ">\n<li *ngFor=\"let entry of entries\">\n<span class=\"key\" *ngIf=\"entry.key\">{{ entry.key }}:</span>\n- <ng-container *ngIf=\"isObject(entry.value)\">\n+ <ng-container *ngIf=\"isObject(entry.value); else primitive\">\n<vdr-object-tree [value]=\"entry.value\" [isArrayI...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(admin-ui): Correctly display primitive value job queue results Fixes #881
1
fix
admin-ui
276,951
08.11.2021 13:18:26
10,800
84bb1fc8f64bef50527bef06b37811a84ff46e6e
docs(dialog): add description to props
[ { "change_type": "MODIFY", "diff": "@@ -104,8 +104,13 @@ const Dialog = ({ isOpen, children, onClose }) => {\n};\nDialog.propTypes = {\n+ /** Controls the dialog visibility. */\nisOpen: bool,\n+\n+ /** Function to close the dialog. */\nonClose: func,\n+\n+ /** The chidren necessary */\nchildren: node.isRequ...
JavaScript
MIT License
gympass/yoga
docs(dialog): add description to props
1
docs
dialog
276,951
08.11.2021 13:27:44
10,800
93421656dc8c3936c4df6a2b114789ec2284c88c
refactor(dialog): remove margin
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,6 @@ const StyledDialog = styled(Card)`\nalign-items: center;\nflex-direction: column;\n- margin: 32px;\npadding: ${onClose ? dialog.padding.withIconClose : dialog.padding.top}px\n${dialog.padding.default}px\n${dialog.padding.default}px;\n", "new_path": "...
JavaScript
MIT License
gympass/yoga
refactor(dialog): remove margin
1
refactor
dialog
777,401
08.11.2021 13:29:15
18,000
dc9f7001ac5283696d6a6ba8c61447acb7ba90db
fix: correct experiment snapshot shim error messages
[ { "change_type": "MODIFY", "diff": "@@ -171,7 +171,7 @@ func (m *Master) retrieveExperimentSnapshot(expModel *model.Experiment) ([]byte,\nreturn nil, errors.Wrap(err, \"failed to retrieve experiment snapshot\")\ndefault:\nif snapshot, err = shimExperimentSnapshot(snapshot, version); err != nil {\n- return n...
Python
Apache License 2.0
determined-ai/determined
fix: correct experiment snapshot shim error messages (#2999)
1
fix
null
711,597
08.11.2021 13:36:27
-3,600
303a2162d293103b20317fedd1db1b6d38cd99d1
fix(core): Fix error thrown when shipping address company is null Fixes
[ { "change_type": "MODIFY", "diff": "@@ -332,6 +332,7 @@ export class ShopOrderResolver {\nconst address = order.shippingAddress;\nawait this.customerService.createAddress(ctx, order.customer.id, {\n...address,\n+ company: address.company || '',\nstreetLine1: address.streetLine1 || '',\nstreetLine2: address....
TypeScript
MIT License
vendure-ecommerce/vendure
fix(core): Fix error thrown when shipping address company is null Fixes #744
1
fix
core
217,899
08.11.2021 13:39:00
-32,400
4a036e81b2e7c57ce71925c3ba19da70b8b53c98
chore: korean v5.551 hotfix update
[ { "change_type": "MODIFY", "diff": "export const gameEnv = {\nmaxLevel: 80,\nglobalGameVersion: 5.581,\n- koreanGameVersion: 5.55,\n+ koreanGameVersion: 5.551,\nchineseGameVersion: 5.55\n};\n", "new_path": "apps/client/src/environments/game-env.ts", "old_path": "apps/client/src/environments/game-env...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: korean v5.551 hotfix update
1
chore
null
711,597
08.11.2021 13:58:31
-3,600
5f63d374b6a5f46908cb898f0b373ab6c574c837
docs(core): Add note on create react app config
[ { "change_type": "MODIFY", "diff": "@@ -66,6 +66,11 @@ import { hostExternalFrame } from '@vendure/admin-ui/core';\nexport class ReactUiExtensionModule {}\n```\n+{{< alert \"primary\" >}}\n+Note: If you are using **Create React App**, you should additionally update your package.json file to include the [hom...
TypeScript
MIT License
vendure-ecommerce/vendure
docs(core): Add note on create react app config
1
docs
core
873,649
08.11.2021 14:07:51
-3,600
fa2371fbc05c7f172d90b8f3ec227782364a47d5
fix: show create-entry-menu list only when it's open
[ { "change_type": "MODIFY", "diff": "@@ -182,6 +182,7 @@ export const CreateEntryMenuTrigger = ({\nonOpen={handleMenuOpen}>\n<Menu.Trigger>{children({ isOpen, isSelecting })}</Menu.Trigger>\n+ {isOpen && (\n<Menu.List\nclassName={styles.dropdownList}\nstyle={{\n@@ -237,6 +238,7 @@ export const CreateEntryMen...
TypeScript
MIT License
contentful/field-editors
fix: show create-entry-menu list only when it's open
1
fix
null
276,939
08.11.2021 14:08:35
10,800
3f3398dd78be890123f622781ea7528d3897da78
fix(product-content): improved metadata
[ { "change_type": "MODIFY", "diff": "---\n-title: 'Product content guide'\n-metaTitle: 'Product content guide'\n-metaDescription: 'Product content guide'\n+title: 'Introduction'\n+metaTitle: 'Product content guide - Introduction'\n+metaDescription: 'Learn our guides and goals for creating consistent and clea...
JavaScript
MIT License
gympass/yoga
fix(product-content): improved metadata
1
fix
product-content
141,516
08.11.2021 14:15:14
-39,600
9c4e1107cd0d4de7822b53228c92536c8d55761f
fix: export visiuallyHidden props to fix build
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,7 @@ import styles from \"./VisuallyHidden.module.scss\"\nexport type AllowedTags = \"div\" | \"span\"\n-interface VisuallyHiddenProps\n+export interface VisuallyHiddenProps\nextends Omit<HTMLAttributes<HTMLElement>, \"className\"> {\nchildren: ReactNode\n/**\n...
TypeScript
MIT License
cultureamp/kaizen-design-system
fix: export visiuallyHidden props to fix build (#2209)
1
fix
null
711,597
08.11.2021 14:16:17
-3,600
e18c51e416fe651c99f516c1e3d8140df739d573
chore: Add yarn caching to CI workflows
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,7 @@ on:\n- master\n- major\n- minor\n+ - parallel-e2e\npull_request:\nbranches:\n- master\n@@ -24,6 +25,16 @@ jobs:\nuses: actions/setup-node@v1\nwith:\nnode-version: ${{ env.node }}\n+ - name: Get yarn cache directory path\n+ id: yarn-cache-dir-path\n+ run: e...
TypeScript
MIT License
vendure-ecommerce/vendure
chore: Add yarn caching to CI workflows
1
chore
null
276,939
08.11.2021 14:19:18
10,800
2600154e988ab515b585ded73a08d117f31dddf7
fix(npm-publish): use correct format for GH access token
[ { "change_type": "MODIFY", "diff": "@@ -17,7 +17,7 @@ jobs:\npersist-credentials: false\n- name: Configure CI Git User\nrun: |\n- git remote set-url origin https://${{ github.token }}@github.com/${GITHUB_REPOSITORY}.git\n+ git remote set-url origin https://x-access-token:${{ github.token }}@github.com/${GIT...
JavaScript
MIT License
gympass/yoga
fix(npm-publish): use correct format for GH access token
1
fix
npm-publish
873,649
08.11.2021 14:22:01
-3,600
318a3bd269373332fa211791309cabe5fb388f26
chore: fix unit test
[ { "change_type": "MODIFY", "diff": "@@ -37,7 +37,6 @@ describe('CreateEntryLinkButton general', () => {\nconst link = findButton(getByTestId);\nexpect(link).toBeDefined();\nexpect(link.textContent).toBe('Add entry');\n- expect(getByTestId('add-entry-menu')).not.toBeVisible();\n});\nit('renders dropdown menu...
TypeScript
MIT License
contentful/field-editors
chore: fix unit test
1
chore
null
160,176
08.11.2021 14:39:51
-28,800
e430c14c3a0edec26ad0ba24afa7da70aa90421e
fix(core): update text position after draging edge
[ { "change_type": "MODIFY", "diff": "@@ -136,7 +136,7 @@ export type EdgeConfig = {\nx: number;\ny: number;\nvalue: string;\n- },\n+ } | string,\npointsList?: Point[];\nzIndex?: number;\nproperties?: Record<string, unknown>;\n", "new_path": "packages/core/src/type/index.ts", "old_path": "packages/cor...
TypeScript
Apache License 2.0
didi/logicflow
fix(core): update text position after draging edge
1
fix
core
739,253
08.11.2021 14:48:53
-3,600
40a26d9a540dcbbdce16e61f80740fe7428a1f70
feat: add close button on modal and drawer
[ { "change_type": "MODIFY", "diff": "@@ -105,7 +105,7 @@ function() {\n</Modal.Trigger>\n<Modal {...modal} ariaLabel=\"example\">\n<Modal.Title>Nullam non lacinia</Modal.Title>\n- <Modal.Content>\n+ <Modal.Content p=\"xxl\">\nPraesent sit amet quam ac velit faucibus dapibus. Quisque sapien ligula, rutrum qui...
TypeScript
MIT License
wttj/welcome-ui
feat: add close button on modal and drawer (#952)
1
feat
null
126,276
08.11.2021 14:52:51
10,800
68fd6d319fa74d63e0a5ff0a15f552d570e4729e
test(embedded/store): cover tx metadata operations
[ { "change_type": "MODIFY", "diff": "@@ -1724,6 +1724,7 @@ func TestExportAndReplicateTx(t *testing.T) {\nmd, err := masterStore.Commit(\n&TxSpec{\nEntries: []*EntrySpec{{Key: []byte(\"key1\"), Value: []byte(\"value1\")}},\n+ Metadata: NewTxMetadata(),\n})\nrequire.NoError(t, err)\nrequire.NotNil(t, md)\n", ...
Go
Apache License 2.0
codenotary/immudb
test(embedded/store): cover tx metadata operations Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
embedded/store
392,551
08.11.2021 15:04:21
-3,600
e07c314ee41a89d2c6c7692d46d72c5b7c769350
feat: public method and event for topocentric reference
[ { "change_type": "MODIFY", "diff": "@@ -32,6 +32,7 @@ export { ViewerMouseEvent } from \"../viewer/events/ViewerMouseEvent\";\nexport { ViewerNavigableEvent } from \"../viewer/events/ViewerNavigableEvent\";\nexport { ViewerNavigationEdgeEvent }\nfrom \"../viewer/events/ViewerNavigationEdgeEvent\";\n+export ...
TypeScript
MIT License
mapillary/mapillary-js
feat: public method and event for topocentric reference
1
feat
null
276,939
08.11.2021 15:06:02
10,800
fc8102e5698b7ed2401f315b4febcbb001f7704f
fix(npm-publish): use custom token with greater permissions
[ { "change_type": "MODIFY", "diff": "@@ -17,7 +17,7 @@ jobs:\npersist-credentials: false\n- name: Configure CI Git User\nrun: |\n- git remote set-url origin https://x-access-token:${{ github.token }}@github.com/${GITHUB_REPOSITORY}.git\n+ git remote set-url origin https://x-access-token:${{ secrets.GYMPASS_Y...
JavaScript
MIT License
gympass/yoga
fix(npm-publish): use custom token with greater permissions
1
fix
npm-publish
551,634
08.11.2021 15:16:45
0
58889804d5a25ad46e9de49eafc8ac4014a16435
chore(ci): fix jacoco in ci on root pom
[ { "change_type": "MODIFY", "diff": "* \\__\\_\\\\__,_|\\___||___/\\__|____/|____/\n*\n* Copyright (c) 2014-2019 Appsicle\n- * Copyright (c) 2019-2020 QuestDB\n+ * Copyright (c) 2019-2022 QuestDB\n*\n* Licensed under the Apache License, Version 2.0 (the \"License\");\n* you may not use this file except in co...
Java
Apache License 2.0
questdb/questdb
chore(ci): fix jacoco in ci on root pom (#1538)
1
chore
ci
342,853
08.11.2021 15:17:13
-3,600
a39a5b04ab46c59ffa5d3a0382f0967617255a5b
docs(android): update Android components availability
[ { "change_type": "MODIFY", "diff": "figma: Released\nreact: Released\nios: N/A\n- android: N/A\n+ android: Released\ndocs: Released\ngroup: Information\n- component: Badge\nfigma: Released\nreact: Released\nios: N/A\n- android: N/A\n+ android: Released\ndocs: Released\ngroup: Action\n- component: ButtonMobi...
JavaScript
MIT License
kiwicom/orbit
docs(android): update Android components availability
1
docs
android
386,581
08.11.2021 15:22:56
-7,200
f1d11f05a2c1da4be7f86a8b6fef38c8aeb0e633
fix(connection-mongodb): Fix mongodb tests.
[ { "change_type": "MODIFY", "diff": "-console.log('CWD', process.cwd());\n-\nmodule.exports = {\nclearMocks: true,\ncollectCoverage: true,\n", "new_path": "packages/connections/mongodb/jest.config.cjs", "old_path": "packages/connections/mongodb/jest.config.cjs" }, { "change_type": "MODIFY", ...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(connection-mongodb): Fix mongodb tests.
1
fix
connection-mongodb
504,019
08.11.2021 15:24:48
18,000
575e124b2066c8d0518c4696431065b813e8a010
PaginationOptionsMenu(fix): Allow ofWord to be used in the PaginationOptionsMenu for the word of for localiztion purposes
[ { "change_type": "MODIFY", "diff": "@@ -35,6 +35,8 @@ export interface OptionsToggleProps extends React.HTMLProps<HTMLDivElement> {\ntoggleTemplate?: ((props: ToggleTemplateProps) => React.ReactElement) | string;\n/** Callback for toggle open on keyboard entry */\nonEnter?: () => void;\n+ /** Label for the ...
TypeScript
MIT License
patternfly/patternfly-react
PaginationOptionsMenu(fix): Allow ofWord to be used in the PaginationOptionsMenu for the word of for localiztion purposes (#6500)
1
paginationoptionsmenu
fix
866,394
08.11.2021 15:43:11
18,000
e9649181a50f8e8178dd64d44bd9481dbb78e754
chore(github-actions): add concurrency config to github actions
[ { "change_type": "MODIFY", "diff": "@@ -2,6 +2,10 @@ name: ci-check\non: [push, pull_request]\n+concurrency:\n+ group: ci-check-${{ github.ref }}\n+ cancel-in-progress: true\n+\njobs:\nci-check:\nruns-on: ubuntu-latest\n", "new_path": ".github/workflows/ci-check.yml", "old_path": ".github/workflows/...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(github-actions): add concurrency config to github actions (#759) Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1
chore
github-actions
791,257
08.11.2021 15:54:34
18,000
5a2ed6b2cd1c304e0f59daa29959863bff9b5c29
feat(bigtable/cbt): cbt 'import' cmd to parse a .csv file and write to CBT
[ { "change_type": "MODIFY", "diff": "@@ -32,6 +32,7 @@ import (\n\"sort\"\n\"strconv\"\n\"strings\"\n+ \"sync\"\n\"text/tabwriter\"\n\"text/template\"\n\"time\"\n@@ -409,6 +410,23 @@ var commands = []struct {\n\" Example: cbt help createtable\",\nRequired: cbtconfig.NoneRequired,\n},\n+ {\n+ Name: \"import\"...
Go
Apache License 2.0
googleapis/google-cloud-go
feat(bigtable/cbt): cbt 'import' cmd to parse a .csv file and write to CBT (#5072) Co-authored-by: Christopher Wilcox <crwilcox@google.com>
1
feat
bigtable/cbt
815,609
08.11.2021 15:58:17
-28,800
f76a3a6dee3c6d624e5e27daad2b9ed42b2ce430
feat(rpc): add a method to remove a transaction from tx-pool
[ { "change_type": "MODIFY", "diff": "@@ -69,6 +69,7 @@ The crate `ckb-rpc`'s minimum supported rustc version is 1.51.0.\n* [Method `ping_peers`](#method-ping_peers)\n* [Module Pool](#module-pool)\n* [Method `send_transaction`](#method-send_transaction)\n+ * [Method `remove_transaction`](#method-remove_transa...
Rust
MIT License
nervosnetwork/ckb
feat(rpc): add a method to remove a transaction from tx-pool
1
feat
rpc
334,560
08.11.2021 15:59:03
-7,200
acfb9f22d6f0abc50eefdec7b988e605bad5361e
ci: add publish config
[ { "change_type": "MODIFY", "diff": "\"description\": \"Run Bazel under the Angular CLI\",\n\"license\": \"Apache-2.0\",\n\"version\": \"13.1.0-beta.0\",\n+ \"publishConfig\": {\n+ \"access\": \"public\"\n+ },\n\"repository\": {\n\"type\": \"git\",\n\"url\": \"https://github.com/just-jeb/angular-builders.git...
TypeScript
MIT License
just-jeb/angular-builders
ci: add publish config
1
ci
null
873,649
08.11.2021 16:02:08
-3,600
e500cbbe01de4864eb15338095dc453bd339e4a9
fix: controllable combined link actions visibility
[ { "change_type": "MODIFY", "diff": "@@ -87,6 +87,8 @@ function CombinedEntryLinkActions(props: LinkActionsProps) {\n}\nfunction CombinedAssetLinkActions(props: LinkActionsProps) {\n+ const [isOpen, setOpen] = React.useState(false);\n+\nif (!props.canLinkEntity || !props.canCreateEntity) {\nif (props.canLink...
TypeScript
MIT License
contentful/field-editors
fix: controllable combined link actions visibility
1
fix
null
386,581
08.11.2021 16:10:09
-7,200
6c507bbbcfb5ca8434a15814eca52c1380794f4d
chore: Remove removed packages from github test pulls workflow
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,7 @@ jobs:\n# format tests don't pass on node 12 since icu is missing and tests don't work with locales\n- name: Test packages\n- run: yarn test --ignore='@lowdefy/format' --ignore='@lowdefy/blocks-*' --ignore='@lowdefy/graphql'\n+ run: yarn test --ignore='@l...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore: Remove removed packages from github test pulls workflow
1
chore
null
306,338
08.11.2021 16:12:04
-3,600
660a2cea09e9ff31459bc5e873e0055e1d1639cf
feat(aws): Add AWS Transfer Family resources * feat(aws): add transfer_server resource The rest of the related resources are free. * fixup! feat(aws): add transfer_server resource * fixup! feat(aws): add transfer_server resource
[ { "change_type": "MODIFY", "diff": "@@ -345,6 +345,10 @@ resource_usage:\ninstance_tier: standard # Instance tier being used, can be: standard, advanced.\ninstances: 100 # Number of instances being managed.\n+ aws_transfer_server.my_transfer_server:\n+ monthly_data_downloaded_gb: 50 # Monthly data downloade...
Go
Apache License 2.0
infracost/infracost
feat(aws): Add AWS Transfer Family resources (#1112) * feat(aws): add transfer_server resource The rest of the related resources are free. * fixup! feat(aws): add transfer_server resource * fixup! feat(aws): add transfer_server resource
1
feat
aws
494,260
08.11.2021 16:16:35
-3,600
73610d4cfb16789385d2660e278419664b1ea3f3
fix: add error.id to invalid cookie/token settings flow Closes
[ { "change_type": "MODIFY", "diff": "@@ -108,7 +108,7 @@ func (h *Handler) NewLoginFlow(w http.ResponseWriter, r *http.Request, ft flow.T\n// We assume an error means the user has no session\nsess, err := h.d.SessionManager().FetchFromRequest(r.Context(), r)\n- if errors.Is(err, session.ErrNoActiveSessionFou...
Go
Apache License 2.0
ory/kratos
fix: add error.id to invalid cookie/token settings flow (#1919) Closes #1888 Co-authored-by: aeneasr <3372410+aeneasr@users.noreply.github.com>
1
fix
null
126,276
08.11.2021 16:19:57
10,800
eb588c9838b2cdee8c59325238c709a5bfe07530
test(pkg/server): unit testing delete operation test(pkg/server): unit testing delete operation test(pkg/server): unit testing delete operation
[ { "change_type": "MODIFY", "diff": "@@ -994,6 +994,56 @@ func TestImmuClient_GetAll(t *testing.T) {\nclient.Disconnect()\n}\n+func TestImmuClient_Delete(t *testing.T) {\n+ options := server.DefaultOptions().WithAuth(true)\n+ bs := servertest.NewBufconnServer(options)\n+\n+ defer os.RemoveAll(options.Dir)\n+...
Go
Apache License 2.0
codenotary/immudb
test(pkg/server): unit testing delete operation Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> test(pkg/server): unit testing delete operation Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> test(pkg/server): unit testing delete operation Signed-off-by: Jeronimo Irazabal <jeronimo.ir...
1
test
pkg/server
386,595
08.11.2021 16:28:42
-7,200
ea4cc05c7f72987c699f5341b5196c86222480ef
fix(block-tools): Update tests.
[ { "change_type": "MODIFY", "diff": "@@ -5044,7 +5044,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"@lowdefy/helpers\", \"workspace:packages/helpers\"],\n[\"@testing-library/dom\", \"npm:8.10.1\"],\n[\"@testing-library/react\", \"virtual:9bb5e15e30e189a37458c664adae349155b6ca73959b3a0ea41c...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(block-tools): Update tests.
1
fix
block-tools
386,581
08.11.2021 16:40:35
-7,200
194518d2381c60987cdc812635f890b232229bc0
chore: Copy connection json schema files on build.
[ { "change_type": "DELETE", "diff": "-{\n- \"exclude\": [\".*.test.js$\"],\n- \"jsc\": {\n- \"parser\": {\n- \"syntax\": \"ecmascript\",\n- \"jsx\": true,\n- \"dynamicImport\": true\n- },\n- \"target\": \"es2020\",\n- \"keepClassNames\": true\n- },\n- \"module\": {\n- \"type\": \"es6\",\n- \"noInterop\": tru...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore: Copy connection json schema files on build.
1
chore
null
711,597
08.11.2021 17:00:24
-3,600
f3693597f4996e8fd3eb1bd91804fb3666fbfd78
chore: Add --prefer-offline flag for CI
[ { "change_type": "MODIFY", "diff": "@@ -37,7 +37,7 @@ jobs:\n${{ runner.os }}-yarn-\n- name: Install & build\nrun: |\n- yarn install\n+ yarn install --prefer-offline\nyarn bootstrap\nyarn build\nunit-tests:\n@@ -61,7 +61,7 @@ jobs:\n${{ runner.os }}-yarn-\n- name: Install & build\nrun: |\n- yarn install\n+ ...
TypeScript
MIT License
vendure-ecommerce/vendure
chore: Add --prefer-offline flag for CI
1
chore
null
551,634
08.11.2021 17:18:57
0
4c99a2e87462aafe6aeeba608758ddc833c2c985
chore(ci): restore coverage file path to be in core/
[ { "change_type": "MODIFY", "diff": "@@ -72,7 +72,7 @@ steps:\nSYSTEM_ACCESSTOKEN: $(GH_TOKEN)\nPR_ID: $(System.PullRequest.PullRequestNumber)\nSOURCES: $(Build.SourcesDirectory)\n- COVERAGE_REPORT_PATH: CCReport43F6D5EF/jacoco.xml\n+ COVERAGE_REPORT_PATH: core/CCReport43F6D5EF/jacoco.xml\nDIFF_CONVER_THRESH...
Java
Apache License 2.0
questdb/questdb
chore(ci): restore coverage file path to be in core/ (#1539)
1
chore
ci
866,394
08.11.2021 17:21:27
18,000
66f28d8f0a2d19b26bf82e4e271226146365d388
fix(github-actions): update dependabot name for dco allowlist The name for the dependabot name needed the appended [bot] in order to be added properly to the allowlist for the DCO Assistant workflow.
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,7 @@ jobs:\npath-to-signatures: 'dco-signatures.json'\npath-to-document: 'https://github.com/carbon-design-system/carbon-dco/blob/main/dco.md'\nbranch: 'main'\n- allowlist: ibmdotcom-bot,dependabot,kodiakhq[bot]\n+ allowlist: ibmdotcom-bot,dependabot[bot],kod...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(github-actions): update dependabot name for dco allowlist (#7616) The name for the dependabot name needed the appended [bot] in order to be added properly to the allowlist for the DCO Assistant workflow.
1
fix
github-actions
304,860
08.11.2021 17:21:52
-3,600
25a872ef8ddec9c3fffa464c1465fd2a632f201f
chore: Don't include test file changes in buildinfo.gen.go Tests aren't included in the library so we do not need them in this file either.
[ { "change_type": "MODIFY", "diff": "Binary files a/libflux/go/libflux/buildinfo.gen.go and b/libflux/go/libflux/buildinfo.gen.go differ\n", "new_path": "libflux/go/libflux/buildinfo.gen.go", "old_path": "libflux/go/libflux/buildinfo.gen.go" }, { "change_type": "MODIFY", "diff": "@@ -12,6...
Go
MIT License
influxdata/flux
chore: Don't include test file changes in buildinfo.gen.go (#4234) Tests aren't included in the library so we do not need them in this file either.
1
chore
null
306,438
08.11.2021 17:29:48
-3,600
4e78ebdee78fce8616a2bd34379e7877c7cce9eb
fix: avoid use of innerHTML to please Checkmax
[ { "change_type": "ADD", "diff": "+---\n+'@lion/combobox': patch\n+---\n+\n+Removed use of innerHTML from LionComboBox, made Checkmarx happy\n", "new_path": ".changeset/breezy-buses-buy.md", "old_path": null }, { "change_type": "MODIFY", "diff": "@@ -2,6 +2,54 @@ import { html, css, brows...
JavaScript
MIT License
ing-bank/lion
fix: avoid use of innerHTML to please Checkmax
1
fix
null
679,913
08.11.2021 17:35:14
-3,600
71ac0caa04abf1525eacb98a38db2f5a188da8a5
feat(rasterize): update to new IGrid2D impls add floodFillWith() for custom fill content/procedures update/fix rect() optimize __draw2D() for primitive values add/update deps
[ { "change_type": "MODIFY", "diff": "},\n\"dependencies\": {\n\"@thi.ng/api\": \"^8.1.0\",\n+ \"@thi.ng/checks\": \"^3.0.6\",\n+ \"@thi.ng/equiv\": \"^2.0.6\",\n\"@thi.ng/grid-iterators\": \"^2.1.1\",\n\"@thi.ng/transducers\": \"^8.0.7\"\n},\n", "new_path": "packages/rasterize/package.json", "old_pat...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(rasterize): update to new IGrid2D impls - add floodFillWith() for custom fill content/procedures - update/fix rect() - optimize __draw2D() for primitive values - add/update deps
1
feat
rasterize
126,276
08.11.2021 18:03:00
10,800
69cb7dc6dda6c449755dae55028591a39a8133e1
test(embedded/store): increase covered lines store snapshot
[ { "change_type": "MODIFY", "diff": "@@ -17,6 +17,7 @@ package store\nimport (\n\"bytes\"\n+ \"crypto/sha256\"\n\"encoding/binary\"\n\"errors\"\n\"fmt\"\n@@ -840,15 +841,18 @@ func TestImmudbStoreKVMetadatta(t *testing.T) {\n})\nrequire.NoError(t, err)\n- _, err = immuStore.Commit(\n- &TxSpec{\n- Entries: []...
Go
Apache License 2.0
codenotary/immudb
test(embedded/store): increase covered lines store snapshot Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
embedded/store
897,054
08.11.2021 18:10:13
-32,400
11d6ab18bcc0f82d926e6df847ba81f070b358f2
chore: remove stale.yml
[ { "change_type": "DELETE", "diff": "-# Number of days of inactivity before an issue becomes stale\n-daysUntilStale: 60\n-# Number of days of inactivity before a stale issue is closed\n-daysUntilClose: 7\n-# Issues with these labels will never be considered stale\n-exemptLabels:\n- - bug\n- - Epic\n- - roadm...
TypeScript
MIT License
kintone/js-sdk
chore: remove stale.yml (#1152)
1
chore
null
780,866
08.11.2021 18:41:28
10,800
458797803d42af75cf6ffd77c464b99807ede4f7
fix(renderer/404): return 404 status code for not found pages and set fallback cookie fixes
[ { "change_type": "MODIFY", "diff": "@@ -8,6 +8,7 @@ const {\nexports.ssr = (req, res, getCacheControl) => {\nconst {\n+ NODE_ENV,\nSTOREFRONT_BUNDLES_PATH,\nSTOREFRONT_LONG_CACHE\n} = process.env\n@@ -50,7 +51,13 @@ exports.ssr = (req, res, getCacheControl) => {\nif (url.slice(-1) === '/') {\nredirect(url.s...
JavaScript
MIT License
ecomplus/storefront
fix(renderer/404): return 404 status code for not found pages and set fallback cookie [#555] fixes https://github.com/ecomplus/storefront/issues/555
1
fix
renderer/404
780,866
08.11.2021 18:45:10
10,800
2c3c497062eb76d02590fdeca71bdb63d98fead0
feat(template/fallback-404): also try referrer url from cookie
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,16 @@ import SearchEngine from '#components/SearchEngine.vue'\nconst $fallback404 = $('#fallback-404')\nif ($fallback404.length) {\nconst urlParams = new URLSearchParams(window.location.search)\n- const url = urlParams.get('url')\n+ let url = urlParams.get('url...
JavaScript
MIT License
ecomplus/storefront
feat(template/fallback-404): also try referrer url from cookie https://github.com/ecomplus/storefront/commit/458797803d42af75cf6ffd77c464b99807ede4f7
1
feat
template/fallback-404
317,646
08.11.2021 18:46:24
-3,600
d1ff9a96ce28b90e7dd3e94937c7ccb9e9feef61
refactor: deprecate display_branch_status
[ { "change_type": "MODIFY", "diff": "@@ -60,7 +60,6 @@ properties below. Defaults to empty.\nAs doing multiple git calls can slow down the prompt experience, we do not fetch information by default.\nYou can set the following properties to `true` to enable fetching additional information (and populate the tem...
Go
MIT License
jandedobbeleer/oh-my-posh
refactor: deprecate display_branch_status
1
refactor
null
780,866
08.11.2021 18:47:13
10,800
f2d40956367ec88065323541ef4a91c7bd997baf
fix(components/product): general fixes and better ux for sticky buy bar
[ { "change_type": "MODIFY", "diff": "</div>\n</slot>\n- <div class=\"col\">\n+ <div\n+ class=\"col\"\n+ ref=\"actions\"\n+ >\n<slot\nv-if=\"!isSSR\"\nname=\"heading\"\n<component\n:is=\"isSSR ? 'portal' : 'div'\"\nselector=\"#product-actions\"\n- ref=\"actions\"\n>\n<slot name=\"rating\">\n<div\n<div\nv-if=\...
JavaScript
MIT License
ecomplus/storefront
fix(components/product): general fixes and better ux for sticky buy bar [#331]
1
fix
components/product
317,646
08.11.2021 18:55:21
-3,600
114cda474a74bd509ae89dc7350508b7d9b7241f
fix(git): fetch detailed information when enabled
[ { "change_type": "MODIFY", "diff": "@@ -197,6 +197,11 @@ func (g *git) string() string {\nif g.Repo.Upstream != \"\" && g.props.getBool(DisplayUpstreamIcon, false) {\ng.Repo.UpstreamIcon = g.getUpstreamIcon()\n}\n+ if g.getBool(FetchStashCount, DisplayStashCount, false) {\n+ g.Repo.StashCount = g.getStashCo...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(git): fetch detailed information when enabled
1
fix
git
317,646
08.11.2021 18:58:51
-3,600
793ac2cd97c988cb903f235579a4c9d248f4c49b
fix(angular): json schema in line with implementation
[ { "change_type": "MODIFY", "diff": "\"rust\",\n\"owm\",\n\"memory\",\n- \"angularcli\",\n+ \"angular\",\n\"php\"\n]\n},\n{\n\"if\": {\n\"properties\": {\n- \"type\": { \"const\": \"angularcli\" }\n+ \"type\": { \"const\": \"angular\" }\n}\n},\n\"then\": {\n\"title\": \"Angular CLI Segment\",\n- \"descriptio...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(angular): json schema in line with implementation
1
fix
angular
667,713
08.11.2021 18:59:41
-28,800
37e3c5af7f42dd5889d76ef25927fc9fdfee628c
refactor(android): add auto set abiFilters for demo
[ { "change_type": "MODIFY", "diff": "@@ -5,9 +5,17 @@ def propFileDir = \"$projectDir.absolutePath/../../../android/sdk/gradle.properti\ndef propFile = new File(propFileDir)\ndef verifyReleaseAar = false\ndef includeSupportui = true\n+def include_abi_armeabi_v7a = true\n+def include_abi_arm64_v8a = true\n+de...
C++
Apache License 2.0
tencent/hippy
refactor(android): add auto set abiFilters for demo
1
refactor
android
679,913
08.11.2021 19:39:38
-3,600
6980c3afc3ff46665cef240da2efec84a0b93ff0
refactor(pixel): minor update mixin sites
[ { "change_type": "MODIFY", "diff": "@@ -121,6 +121,7 @@ export class FloatBuffer\nthis.format = (<any>fmt).__float\n? <FloatFormat>fmt\n: defFloatFormat(fmt);\n+ // TODO support custom strides (via ctor arg)\nconst stride = this.format.channels.length;\nthis.stride = [stride, w * stride];\nthis.data = data ...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(pixel): minor update mixin sites
1
refactor
pixel
679,913
08.11.2021 19:40:42
-3,600
b20f99f72a730c25b400ad5a6c540c839f664370
refactor(text-canvas): add IGrid2DMixin impl
[ { "change_type": "MODIFY", "diff": "import type { Fn0, IGrid2D, NumOrString } from \"@thi.ng/api\";\n+import { IGrid2DMixin } from \"@thi.ng/api/mixins/igrid\";\nimport { peek } from \"@thi.ng/arrays/peek\";\nimport { clamp } from \"@thi.ng/math/interval\";\nimport { NONE } from \"@thi.ng/text-format/api\";...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(text-canvas): add IGrid2DMixin impl
1
refactor
text-canvas
866,394
08.11.2021 19:46:11
18,000
2e12bf7490a3fd93fbeb9fd1cc0a981ef988c797
fix(github-actions): fix to dco workflow name ### Related Ticket(s) No related issue ### Description I misspelled `DCOAssistant` in a previous PR (https://github.com/carbon-design-system/carbon-for-ibm-dotcom/pull/7618) ### Changelog **Changed** `dco.yml`
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,7 @@ on:\ntypes: [opened,closed,synchronize]\njobs:\n- DCOssistant:\n+ DCOAssistant:\nif: github.repository == 'carbon-design-system/carbon-for-ibm-dotcom'\nruns-on: ubuntu-latest\nsteps:\n", "new_path": ".github/workflows/dco.yml", "old_path": ".github...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(github-actions): fix to dco workflow name (#7623) ### Related Ticket(s) No related issue ### Description I misspelled `DCOAssistant` in a previous PR (https://github.com/carbon-design-system/carbon-for-ibm-dotcom/pull/7618) ### Changelog **Changed** - `dco.yml`
1
fix
github-actions
780,866
08.11.2021 20:12:00
10,800
f2c0661fba233038ef806ec393c066e27b4346e0
chore(components/product): skip using \$grid-breakpoints scss var
[ { "change_type": "MODIFY", "diff": "}\n}\n- @media (max-width: map-get($grid-breakpoints, lg)) {\n+ @media (max-width: 768px) {\n&__sticky-info {\ndisplay: none;\n}\n}\n- @media (max-width: map-get($grid-breakpoints, md)) {\n+ @media (max-width: 992px) {\n&__sticky {\n&-buy {\nwidth: 100%;\n", "new_path...
JavaScript
MIT License
ecomplus/storefront
chore(components/product): skip using \$grid-breakpoints scss var
1
chore
components/product
104,828
08.11.2021 20:35:18
-3,600
1f288c0d24f216890e88f495841a99f1a68c70f2
fix(list): pr feedback added story actions
[ { "change_type": "MODIFY", "diff": "@@ -762,6 +762,11 @@ export const WithReorderAndLockedRows = () => (\nisVirtualList={boolean('isVirtualList', false)}\neditingStyle={EditingStyle.Single}\nlockedIds={['DJ LeMahieu', 'Luke Voit']}\n+ onItemMoved={action('onItemMoved')}\n+ itemWillMove={(args) => {\n+ actio...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(list): pr feedback added story actions
1
fix
list
667,636
08.11.2021 21:26:49
-28,800
27766bd5db25a576e94393f8aab960387250d9a0
fix(hippy-react): fixed insertBefore moveChild condition
[ { "change_type": "MODIFY", "diff": "@@ -92,7 +92,7 @@ function insertBefore(\nchild: Element,\nbeforeChild: Element,\n): void {\n- if (parent.childNodes.indexOf(child) > 0) {\n+ if (parent.childNodes.indexOf(child) >= 0) {\n// move it if the node has existed\nparent.moveChild(child, beforeChild);\n} else {\...
C++
Apache License 2.0
tencent/hippy
fix(hippy-react): fixed insertBefore moveChild condition
1
fix
hippy-react
902,122
08.11.2021 21:30:20
-3,600
83d5c003a9b64cad7f2c772b51a498e022e31367
fix(goto): avoid to be stuck in this way the goto could be resolved before reach the gloal timeout. Test with microlink function over
[ { "change_type": "MODIFY", "diff": "@@ -277,7 +277,7 @@ module.exports = ({\nconst { value } = await run({\nfn: html ? page.setContent(html, args) : page.goto(url, args),\n- timeout,\n+ timeout: timeout * 0.95,\ndebug: html ? 'html' : 'url'\n})\n", "new_path": "packages/goto/src/index.js", "old_path...
JavaScript
MIT License
microlinkhq/browserless
fix(goto): avoid to be stuck in this way the goto could be resolved before reach the gloal timeout. Test with microlink function over https://web.dev/storage-foundation/
1
fix
goto
4,988
08.11.2021 21:30:20
-3,600
eea20b50481c225d6a2f57d0648dfb0ff359f836
docs(csv-parse): remove info roadmap suggestions
[ { "change_type": "MODIFY", "diff": "@@ -8,5 +8,3 @@ We invite you to join and contribute but create an issue before engaging any wor\n* promise: new API module (medium)\n* errors: finish normalisation of all errors (easy)\n* encoding: new encoding_input and encoding_output options (medium)\n-* `info`: remov...
JavaScript
MIT License
adaltas/node-csv
docs(csv-parse): remove info roadmap suggestions
1
docs
csv-parse
902,122
08.11.2021 21:30:41
-3,600
c21fa37f76742f22692dc0cd16014452a0247934
chore(release): v9.3.0-beta.3
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+# [9.3.0-beta.3](https://github.com/microlinkhq/browserless/compare/v9.3.0-beta.2...v9.3.0-beta.3) (2021-11-08)\n+\n+...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v9.3.0-beta.3
1
chore
release
711,597
08.11.2021 21:47:53
-3,600
6454afbf4487c9619e42a6c2a86fd97a95bc7cc2
chore: Cache node_modules dirs for CI
[ { "change_type": "MODIFY", "diff": "@@ -31,7 +31,10 @@ jobs:\n- uses: actions/cache@v2\nid: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)\nwith:\n- path: ${{ steps.yarn-cache-dir-path.outputs.dir }}\n+ path: |\n+ node_modules\n+ packages/*/node_modules\n+ ${...
TypeScript
MIT License
vendure-ecommerce/vendure
chore: Cache node_modules dirs for CI
1
chore
null
780,866
08.11.2021 22:00:53
10,800
b3f71a36fded1431b99a5f60a9ac4bbd0766e9e1
chore(components/product): remove unecessary console log
[ { "change_type": "MODIFY", "diff": "@@ -493,7 +493,6 @@ export default {\n$tmpDiv.remove()\nsetTimeout(() => {\nconst createObserver = function () {\n- console.log(123)\nsetStickyBuyObserver(!isToVisible)\ndocument.removeEventListener('scroll', createObserver)\n}\n", "new_path": "@ecomplus/storefront-co...
JavaScript
MIT License
ecomplus/storefront
chore(components/product): remove unecessary console log
1
chore
components/product
780,866
08.11.2021 22:01:35
10,800
07169e6006b746716bdb915db7ca6ab7488c1bde
fix(components/product): sticky bar style fixes (image and product name)
[ { "change_type": "MODIFY", "diff": "width: auto;\nimg {\n- height: 70px;\n+ max-height: 70px;\nwidth: auto;\n}\n}\nh5 {\nmargin: 0 var(--spacer-3);\n+ overflow: hidden;\n+ text-overflow: ellipsis;\n+ display: -webkit-box;\n+ -webkit-line-clamp: 2;\n+ -webkit-box-orient: vertical;\n}\n}\n", "new_path": "...
JavaScript
MIT License
ecomplus/storefront
fix(components/product): sticky bar style fixes (image and product name)
1
fix
components/product
711,597
08.11.2021 22:23:38
-3,600
75bec95c0822eea899fc3a77dafe9fee642ad8b0
chore: Cache node_modules folders for CI
[ { "change_type": "MODIFY", "diff": "@@ -25,22 +25,18 @@ jobs:\nuses: actions/setup-node@v1\nwith:\nnode-version: ${{ env.node }}\n- - name: Get yarn cache directory path\n- id: yarn-cache-dir-path\n- run: echo \"::set-output name=dir::$(yarn cache dir)\"\n- uses: actions/cache@v2\nid: yarn-cache # use this ...
TypeScript
MIT License
vendure-ecommerce/vendure
chore: Cache node_modules folders for CI
1
chore
null
679,913
08.11.2021 22:29:29
-3,600
a6b9fd87aab23f04321f590e3f256664b7337c2e
chore: cleanup/remove obsolete scripts
[ { "change_type": "DELETE", "diff": "-#!/usr/bin/env node\n-const fs = require(\"fs\");\n-const tx = require(\"@thi.ng/transducers-binary\");\n-\n-const src = process.argv[2];\n-if (!src || !src.length) {\n- process.stderr.write(\"missing input file\");\n- process.exit(1);\n-}\n-\n-try {\n- const raw = fs.re...
TypeScript
Apache License 2.0
thi-ng/umbrella
chore: cleanup/remove obsolete scripts
1
chore
null
679,913
08.11.2021 22:29:48
-3,600
fc8805eb26a828d4ee9683c714a73a7ad35ef16c
fix(api): add missing module exports
[ { "change_type": "MODIFY", "diff": "@@ -47,6 +47,7 @@ export * from \"./decorators/nomixin.js\";\nexport * from \"./decorators/sealed.js\";\nexport * from \"./mixins/ienable.js\";\n+export * from \"./mixins/igrid.js\";\nexport * from \"./mixins/inotify.js\";\nexport * from \"./mixins/iterable.js\";\nexport ...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(api): add missing module exports
1
fix
api
711,597
08.11.2021 22:30:34
-3,600
07e5487d9e1d2851c73afbd98d85e8e641bef032
chore: Fix workflow file
[ { "change_type": "MODIFY", "diff": "@@ -49,7 +49,6 @@ jobs:\nid: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)\nwith:\npath: '**/node_modules'\n- ${{ steps.yarn-cache-dir-path.outputs.dir }}\nkey: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}\nresto...
TypeScript
MIT License
vendure-ecommerce/vendure
chore: Fix workflow file
1
chore
null
679,913
08.11.2021 22:37:42
-3,600
2a847203745dad8beb6477bc936302a85f96ceb6
fix(tools): update module-stats script
[ { "change_type": "MODIFY", "diff": "@@ -23,9 +23,10 @@ const INPUT_OPTS = {\n};\nconst TERSER_OPTS: MinifyOptions = {\n+ module: true,\ncompress: true,\nmangle: true,\n- ecma: 2017,\n+ ecma: 2020,\n};\nconst buildVersion = async (opts: any, write = true, compressed = false) => {\n", "new_path": "tools/s...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(tools): update module-stats script
1
fix
tools
426,654
08.11.2021 23:15:49
-7,200
e2c5e26df43c601702ba4e3e2610c24e69fd31d3
chore: add Node 16 LTS to GitHub Actions
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,7 @@ jobs:\nruns-on: ubuntu-latest\nstrategy:\nmatrix:\n- node-version: ['12', '14']\n+ node-version: ['12', '14', '16']\nsteps:\n- uses: actions/checkout@v2\n", "new_path": ".github/workflows/verify-node.yml", "old_path": ".github/workflows/verify-node...
TypeScript
MIT License
modernweb-dev/web
chore: add Node 16 LTS to GitHub Actions (#1774)
1
chore
null
902,122
09.11.2021 00:36:43
-3,600
bd4e6bc95ae88f0c99c7eccfd3061509b2ac9bb8
chore(release): v9.3.0-beta.4
[ { "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.0-beta.4](https://github.com/microlinkhq/browserless/compare/v9.3.0-beta.3...v9.3.0-beta.4) (2021-11-08)\n+\n+...
JavaScript
MIT License
microlinkhq/browserless
chore(release): v9.3.0-beta.4
1
chore
release
266,224
09.11.2021 01:52:34
0
42a3786737c17ece39924d7025f3be481812da53
chore: update jre to 11 for linter java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: Updating ci.yaml template since it is applicable for all the libraries.
[ { "change_type": "MODIFY", "diff": "@@ -53,7 +53,7 @@ jobs:\n- uses: actions/setup-java@v2\nwith:\ndistribution: zulu\n- java-version: 8\n+ java-version: 11\n- run: java -version\n- run: .kokoro/build.sh\nenv:\n", "new_path": "synthtool/gcp/templates/java_library/.github/workflows/ci.yaml", "old_pat...
Python
Apache License 2.0
googleapis/synthtool
chore: update jre to 11 for linter (#1278) java-format requires JRE v11+ to run linter. It still check older code, just jre has to be 11+: https://github.com/google/google-java-format/issues/529 Updating ci.yaml template since it is applicable for all the libraries.
1
chore
null
71,681
09.11.2021 02:08:41
28,800
54be1567546ffd52e83fbe52531f901c0b6c29c9
feat(apigatewayv2): http api - mTLS support Resolves *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": "@@ -34,6 +34,7 @@ Higher level constructs for Websocket APIs | ![Experimental](https://img.shields\n- [Cross Origin Resource Sharing (CORS)](#cross-origin-resource-sharing-cors)\n- [Publishing HTTP APIs](#publishing-http-apis)\n- [Custom Domain](#custom-domain)\n+ - [Mutu...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(apigatewayv2): http api - mTLS support (#17284) Resolves #12559 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
feat
apigatewayv2
317,646
09.11.2021 07:02:27
-3,600
17a53f63bd8ba6c1bd73cf9684e4771616972320
fix(schema): correct property names
[ { "change_type": "MODIFY", "diff": "\"template\": {\n\"$ref\": \"#/definitions/template\"\n},\n+ \"fetch_status\": {\n+ \"type\": \"boolean\",\n+ \"title\": \"Display Status\",\n+ \"description\": \"Display the local changes or not\",\n+ \"default\": true\n+ },\n+ \"fetch_stash_count\": {\n+ \"type\": \"boo...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(schema): correct property names
1
fix
schema
276,951
09.11.2021 08:16:44
10,800
b700d65729d821c047d717c8a45b2073fb13b95e
fix(dialog): fix problem props table
[ { "change_type": "MODIFY", "diff": "import React, { useEffect, useRef, useCallback } from 'react';\nimport { createPortal } from 'react-dom';\n-import styled, { withTheme } from 'styled-components';\n+import styled from 'styled-components';\nimport { func, bool, node } from 'prop-types';\nimport { usePortal...
JavaScript
MIT License
gympass/yoga
fix(dialog): fix problem props table Co-authored-by: Gabriel Daltoso <ggdaltoso@gmail.com>
1
fix
dialog
711,669
09.11.2021 08:46:29
-3,600
9193deeeeb263723ff3beab0b0c10a74f40a1ab8
feat(elasticsearch-plugin): Add option to hide indexed fields in api
[ { "change_type": "MODIFY", "diff": "@@ -9,6 +9,7 @@ import {\nmergeConfig,\n} from '@vendure/core';\nimport { createTestEnvironment, E2E_DEFAULT_CHANNEL_TOKEN } from '@vendure/testing';\n+import { fail } from 'assert';\nimport gql from 'graphql-tag';\nimport path from 'path';\n@@ -138,6 +139,13 @@ describe(...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(elasticsearch-plugin): Add option to hide indexed fields in api (#1181) (#1212)
1
feat
elasticsearch-plugin
724,222
09.11.2021 08:53:38
-7,200
a35183151cd54c358ac4f806a0920bfc10a4d6eb
fix: restore chaining and CSS selectors for findComponent Allow findComponent / findAllComponents to be chained from DOM selector and allow CSS selectors to be used
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,7 @@ Returns a [`WrapperArray`](../wrapper-array/) of all matching Vue components.\n- **Arguments:**\n- - `{Component|ref|name} selector`\n+ - `selector` Use any valid [selector](../selectors.md)\n- **Returns:** `{WrapperArray}`\n@@ -21,3 +21,7 @@ expect(bar.ex...
JavaScript
MIT License
vuejs/vue-test-utils
fix: restore chaining and CSS selectors for findComponent (#1910) Allow findComponent / findAllComponents to be chained from DOM selector and allow CSS selectors to be used
1
fix
null
711,597
09.11.2021 09:17:32
-3,600
dee331aca81c6f24a65ef52d52da8174fff1e19a
fix(admin-ui): Fix display of channels in Role detail Fixes
[ { "change_type": "MODIFY", "diff": "@@ -31,7 +31,8 @@ export class ChannelAssignmentControlComponent implements OnInit, ControlValueAc\ndisabled = false;\nprivate onChange: (value: any) => void;\nprivate onTouched: () => void;\n- private channels: CurrentUserChannel[];\n+ private channels: CurrentUserChanne...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(admin-ui): Fix display of channels in Role detail Fixes #1211
1
fix
admin-ui