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
277,286
11.11.2021 13:34:36
-3,600
c49d2ab4d2c8ae20014e055a376e00b0e6dd10b1
feat: Tour app header improvements
[ { "change_type": "MODIFY", "diff": "@@ -173,14 +173,24 @@ async def setup_page(q: Q):\nui.layout(breakpoint='xs', zones=[\nui.zone('header'),\nui.zone('blurb'),\n- ui.zone('main', size='calc(100vh - 130px)', direction=ui.ZoneDirection.ROW, zones=[\n+ ui.zone('main', size='calc(100vh - 140px)', direction=ui....
Python
Apache License 2.0
h2oai/wave
feat: Tour app header improvements
1
feat
null
277,286
11.11.2021 14:01:01
-3,600
83b5fb561adfce32f7446505b8a6ea5078054c15
feat: Add Blog and Discussions links to Tour header
[ { "change_type": "MODIFY", "diff": "@@ -187,6 +187,8 @@ async def setup_page(q: Q):\nimage='https://www.h2o.ai/wp-content/themes/h2o2018/templates/dist/images/h2o_logo.svg',\nitems=[\nui.link(label='Wave docs', path='https://wave.h2o.ai/docs/getting-started', target='_blank'),\n+ ui.link(label='Discussions'...
Python
Apache License 2.0
h2oai/wave
feat: Add Blog and Discussions links to Tour header
1
feat
null
306,423
11.11.2021 14:10:38
-3,600
47f7caf1adc9bd1343db3340be8ac199d5e5bff3
chore: improve security
[ { "change_type": "ADD", "diff": "+[[headers]]\n+ for = \"/*\"\n+ [headers.values]\n+ Content-Security-Policy = \"default-src 'self'; script-src 'self' www.googletagmanager.com https://www.google-analytics.com https://ssl.google-analytics.com 'sha256-W6Gq+BvrdAAMbF8E7WHA7UPQxuUOfJM8E9mpKD0oihA=' 'sha256-vFU+...
JavaScript
MIT License
ing-bank/lion
chore: improve security
1
chore
null
392,551
11.11.2021 14:27:09
-3,600
0a503de63bfaa8742e3ee6b33fbfdf1b9bd17e7a
chore: upgrade browserslist db
[ { "change_type": "MODIFY", "diff": "@@ -1264,15 +1264,10 @@ camelize@^1.0.0:\nresolved \"https://registry.yarnpkg.com/camelize/-/camelize-1.0.0.tgz#164a5483e630fa4321e5af07020e531831b2609b\"\nintegrity sha1-FkpUg+Yw+kMh5a8HAg5TGDGyYJs=\n-caniuse-lite@^1.0.30001219:\n- version \"1.0.30001228\"\n- resolved \"...
TypeScript
MIT License
mapillary/mapillary-js
chore: upgrade browserslist db
1
chore
null
791,682
11.11.2021 14:34:59
18,000
99bd2fa90a5337648f7e4a32632a11d4ce698219
report(flow): remove smooth scrolling
[ { "change_type": "MODIFY", "diff": "@@ -16,21 +16,22 @@ import {Topbar} from './topbar';\nimport {Header} from './header';\nimport {I18nProvider} from './i18n/i18n';\n+function getAnchorElement(hashState: LH.FlowResult.HashState|null) {\n+ if (!hashState || !hashState.anchor) return null;\n+ return document...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report(flow): remove smooth scrolling (#13317)
1
report
flow
71,733
11.11.2021 14:50:36
10,800
f7c3217a731804f014526e10b414a9e7f27d575b
fix(redshift): tableNameSuffix evaluation Check if the generateSuffix is explicitly 'true'; 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": "@@ -6,7 +6,7 @@ import { ClusterProps, executeStatement } from './util';\nexport async function handler(props: TableHandlerProps & ClusterProps, event: AWSLambda.CloudFormationCustomResourceEvent) {\nconst tableNamePrefix = props.tableName.prefix;\n- const tableNameSuffix...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(redshift): tableNameSuffix evaluation (#17213) - Check if the generateSuffix is explicitly 'true'; - Closes #17064 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
fix
redshift
426,654
11.11.2021 15:23:58
-7,200
27d568c62d013d9d5fdd1d8ef4433f82969e7ecb
chore: update release workflow to Node 16 LTS
[ { "change_type": "MODIFY", "diff": "@@ -18,10 +18,10 @@ jobs:\n# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits\nfetch-depth: 0\n- - name: Setup Node.js 12\n+ - name: Setup Node.js\nuses: actions/setup-node@v2\nwith:\n- node-version: '12'\n+ node...
TypeScript
MIT License
modernweb-dev/web
chore: update release workflow to Node 16 LTS (#1776)
1
chore
null
276,951
11.11.2021 15:26:20
10,800
693cf1f2ab35d72e44b261963fee8e4c79bb1117
test(dialog): fix unit tests
[ { "change_type": "MODIFY", "diff": "import React from '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 { screen, render, fireEvent, cleanup } from '@testing-library/react';\nimport { Them...
JavaScript
MIT License
gympass/yoga
test(dialog): fix unit tests
1
test
dialog
551,648
11.11.2021 15:35:02
-10,800
01b1885c9b4da13652af43fc2e8bb4a84ebbd3f6
fix(sql): treat zero char as empty string literal
[ { "change_type": "MODIFY", "diff": "@@ -419,7 +419,7 @@ public class FunctionParser implements PostOrderTreeTraversalAlgo.Visitor {\nif (len == 2) {\n// empty\n- return CharConstant.ZERO;\n+ return StrConstant.EMPTY;\n}\nreturn new StrConstant(tok);\n}\n", "new_path": "core/src/main/java/io/questdb/grif...
Java
Apache License 2.0
questdb/questdb
fix(sql): treat zero char as empty string literal (#1550)
1
fix
sql
688,524
11.11.2021 15:49:13
0
ade22e50624798f9e5ca12b7d82a3d63ac2e0745
chore: set acces so public
[ { "change_type": "MODIFY", "diff": "\"changelog\": [\"@changesets/changelog-github\", { \"repo\": \"toptal/picasso\" }],\n\"commit\": false,\n\"linked\": [],\n- \"access\": \"restricted\",\n+ \"access\": \"public\",\n\"baseBranch\": \"master\",\n\"updateInternalDependencies\": \"patch\",\n\"ignore\": []\n",...
TypeScript
MIT License
toptal/picasso
chore: set acces so public (#2224)
1
chore
null
276,951
11.11.2021 15:54:55
10,800
61189a8a99c1511f6a0c17be273d3e67714578bc
test(dialog): fix snapshots
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,7 @@ describe('<Dialog />', () => {\nafterEach(cleanup);\nit('should match snapshot', () => {\n- const { container } = render(\n+ const { baseElement } = render(\n<ThemeProvider>\n<Dialog isOpen>\n<Dialog.Header>Title</Dialog.Header>\n@@ -21,11 +21,11 @@ descri...
JavaScript
MIT License
gympass/yoga
test(dialog): fix snapshots
1
test
dialog
438,921
11.11.2021 18:14:08
-32,400
b9777761c368cfaa13bbbc961cb6304f58a3f41e
refactor(util): Add prevention for getting event coordinate value Return number coordinate array when isn't Close
[ { "change_type": "MODIFY", "diff": "\"coveralls\": \"^3.1.1\",\n\"cross-env\": \"^7.0.3\",\n\"css-loader\": \"^6.5.1\",\n- \"css-minimizer-webpack-plugin\": \"^3.1.2\",\n+ \"css-minimizer-webpack-plugin\": \"^3.1.3\",\n\"d3-color\": \"^3.0.1\",\n\"d3-delaunay\": \"^6.0.2\",\n\"d3-format\": \"^3.0.1\",\n\"dt...
TypeScript
MIT License
naver/billboard.js
refactor(util): Add prevention for getting event coordinate value (#2410) Return number coordinate array when isn't Close #2409
1
refactor
util
276,939
11.11.2021 18:34:20
10,800
5cbd614b92e918c6d75affc86d80e27dc01d3832
fix(navigation): unknown prop error
[ { "change_type": "MODIFY", "diff": "@@ -83,12 +83,16 @@ const StyledList = styled(MDXElements.Ul)`\nwidth: 100%;\n`;\n-const ArrowIcon = styled(Arrow)`\n+const ChevronContainer = styled.div.attrs({\n+ rotation: props => (props.isOpen ? 180 : 0),\n+})`\n+ > svg {\nwidth: 0.6rem;\ntransition: all 200ms ease-o...
JavaScript
MIT License
gympass/yoga
fix(navigation): unknown prop error
1
fix
navigation
401,148
11.11.2021 19:20:59
-19,080
d564e216c95327cd1423a16a5811dc61080e0565
docs(utils): add documentation for InjectClassName in utils package * docs(utils): add docs for InjectClassName affects: ISSUES CLOSED: * docs: fix InjectClassName docs affects: ISSUES CLOSED: * docs: remove params from InjectClassName docs affects: ISSUES CLOSED:
[ { "change_type": "ADD", "diff": "+import { Meta } from '@storybook/addon-docs/blocks';\n+\n+<Meta title=\"Utils/Components/InjectClassName\" />\n+\n+# InjectClassName\n+\n+`InjectClassName` can be used to create styles for child elements without providing the html tag to styled-components.\n+\n+#### Example...
TypeScript
MIT License
medly/medly-components
docs(utils): add documentation for InjectClassName in utils package (#503) * docs(utils): add docs for InjectClassName affects: @medly-components/utils ISSUES CLOSED: #444 * docs: fix InjectClassName docs affects: @medly-components/utils ISSUES CLOSED: #444 * docs: remove params from InjectClassName ...
1
docs
utils
71,094
11.11.2021 19:44:41
0
724aa170ffa68bbe5d2079d6027fca6fe5897a0a
chore(eks): clarified the usage of the `vpcSubnets` property 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": "@@ -103,7 +103,7 @@ The following is a qualitative diagram of the various possible components involv\n```text\n+-----------------------------------------------+ +-----------------+\n| EKS Cluster | kubectl | |\n- | ----------- |<-------------+| Kubectl Handler |\n+ |-----...
TypeScript
Apache License 2.0
aws/aws-cdk
chore(eks): clarified the usage of the `vpcSubnets` property (#17420) Closes #17023. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
chore
eks
386,581
11.11.2021 19:47:15
-7,200
9e6518a89e95a894b2c680146e0de15aa6f3513e
feat: Next server fixes.
[ { "change_type": "MODIFY", "diff": "\"url\": \"https://github.com/lowdefy/lowdefy.git\"\n},\n\"type\": \"module\",\n- \"exports\": \"./dist/index.js\",\n+ \"exports\": {\n+ \".\": \"./dist/index.js\",\n+ \"./blocks/*\": \"./dist/blocks/*\",\n+ \"./style.less\": \"./dist/style.less\"\n+ },\n\"files\": [\n\"d...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat: Next server fixes.
1
feat
null
104,828
11.11.2021 20:07:32
-3,600
e30a71ca4c5c99175b876704bd543495957b986f
feat(list): load more from top level
[ { "change_type": "MODIFY", "diff": "@@ -659,6 +659,7 @@ export const WithLoadMore = () => {\n},\n],\n},\n+ { id: 'org2', content: { value: 'Organization 2' }, hasLoadMore: true },\n]);\nreturn (\n<div style={{ width: 400 }}>\n@@ -717,6 +718,16 @@ export const WithLoadMore = () => {\n},\n],\n},\n+ {\n+ id: '...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(list): load more from top level
1
feat
list
71,146
11.11.2021 21:07:25
-7,200
0bfc15c991cc3373bc7c1b0cd1f5e9241398ac2c
fix(kinesis): add required rights to trigger Lambda from Kinesis. Fixes issue Add required rights to trigger Lambda from Kinesis. Fixes issue *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": "@@ -12,6 +12,8 @@ const READ_OPERATIONS = [\n'kinesis:GetShardIterator',\n'kinesis:ListShards',\n'kinesis:SubscribeToShard',\n+ 'kinesis:DescribeStream',\n+ 'kinesis:ListStreams',\n];\nconst WRITE_OPERATIONS = [\n", "new_path": "packages/@aws-cdk/aws-kinesis/lib/strea...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(kinesis): add required rights to trigger Lambda from Kinesis. Fixes issue #17312. (#17358) Add required rights to trigger Lambda from Kinesis. Fixes issue #17312. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
fix
kinesis
504,062
11.11.2021 21:46:12
-3,600
c30da532855118f705c8cfc87c545bb1eea11ebb
feat(Navigation): Added exemple with third level
[ { "change_type": "MODIFY", "diff": "@@ -292,6 +292,104 @@ class NavExpandableTitlesList extends React.Component {\n}\n```\n+### Expandable third level\n+\n+```js\n+import React from 'react';\n+import { Nav, NavExpandable, NavItem, NavList } from '@patternfly/react-core';\n+\n+NavExpandableThirdLevelList = (...
TypeScript
MIT License
patternfly/patternfly-react
feat(Navigation): Added exemple with third level (#6564)
1
feat
Navigation
599,909
11.11.2021 22:46:56
-14,400
b423dc167d12f0ba49f902876bceb2e876e35f58
feat(search): close search bar when hitting return
[ { "change_type": "MODIFY", "diff": "@@ -27,7 +27,6 @@ const SearchInput: React.FC = () => {\nclassName=\"block w-full py-2 pl-10 text-white placeholder-gray-300 bg-gray-900 border border-gray-600 rounded-full bg-opacity-80 focus:bg-opacity-100 focus:border-gray-500 hover:border-gray-500 focus:outline-none f...
TypeScript
MIT License
sct/overseerr
feat(search): close search bar when hitting return (#2260)
1
feat
search
269,464
11.11.2021 23:53:40
10,800
91f6b142faff7e9e458860092c7bb6cc3584bd62
fix: linkedin release url
[ { "change_type": "MODIFY", "diff": "@@ -9,9 +9,7 @@ import (\n\"github.com/goreleaser/goreleaser/pkg/context\"\n)\n-const (\n- defaultMessageTemplate = `{{ .ProjectName }} {{ .Tag }} is out! Check it out at {{ .GitURL }}/releases/tag/{{ .Tag }}`\n-)\n+const defaultMessageTemplate = `{{ .ProjectName }} {{ .T...
Go
MIT License
goreleaser/goreleaser
fix: linkedin release url
1
fix
null
269,464
11.11.2021 23:54:19
10,800
13e60ee3b232d76b59392e9b78c4e6b52055022c
docs: linkedin
[ { "change_type": "MODIFY", "diff": "@@ -4,7 +4,8 @@ For it to work, you'll need to set some environment variables on your pipeline:\n- `LINKEDIN_ACCESS_TOKEN`\n-**P.S:** _We currently don't support posting in groups._\n+!!! warning\n+ We currently don't support posting in groups.\nThen, you can add somethin...
Go
MIT License
goreleaser/goreleaser
docs: linkedin
1
docs
null
269,464
12.11.2021 00:58:06
10,800
4330f449e85ea0e04ac9e83ea6bc90c047a1cd17
docs: how it works first draft, this shall be improved over time closes
[ { "change_type": "ADD", "diff": "+# How it works\n+\n+GoReleaser goal is to automate most of the boring work you'll had while releasing software.\n+Ideally, using sensible defaults and making the most common usecases easy.\n+\n+GoReleaser expects a couple of things:\n+\n+- a `.goreleaser.yml` file with the ...
Go
MIT License
goreleaser/goreleaser
docs: how it works first draft, this shall be improved over time closes #1315
1
docs
null
756,039
12.11.2021 07:14:09
28,800
3d2fac0be151905e77afe28e654a04e8c5c80f52
feat(wallet): add delete API for dapps
[ { "change_type": "MODIFY", "diff": "@@ -923,11 +923,16 @@ export function makeWallet({\nupdater: dappsUpdater,\n} = /** @type {NotifierRecord<DappRecord[]>} */ (makeNotifierKit([]));\n- function updateDapp(dappRecord) {\n+ const updateDapp = dappRecord => {\nharden(addMeta(dappRecord));\ndappOrigins.set(dap...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(wallet): add delete API for dapps
1
feat
wallet
71,566
12.11.2021 07:53:59
-32,400
1e88655a609ec83af5276c3af9af23472a9fad73
chore(rds): add Aurora MySQL version 2.10.1 This is an addition to support the latest version of `5.7.mysql_aurora2.10.1` in `AuroraMysqlEngineVersion` in the CDK RDS package. 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": "@@ -336,6 +336,8 @@ export class AuroraMysqlEngineVersion {\npublic static readonly VER_2_09_2 = AuroraMysqlEngineVersion.builtIn_5_7('2.09.2');\n/** Version \"5.7.mysql_aurora.2.10.0\". */\npublic static readonly VER_2_10_0 = AuroraMysqlEngineVersion.builtIn_5_7('2.10.0'...
TypeScript
Apache License 2.0
aws/aws-cdk
chore(rds): add Aurora MySQL version 2.10.1 (#17473) This is an addition to support the latest version of `5.7.mysql_aurora2.10.1` in `AuroraMysqlEngineVersion` in the CDK RDS package. Closes #17449 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0...
1
chore
rds
306,320
12.11.2021 07:55:30
0
267b143fda1e301f81738fa545e21e38ffe643d9
fix: add Terraform 1.0.2 back until we migrate to the new action
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,7 @@ ENV CGO_ENABLED 0\nRUN apt-get update -q && apt-get -y install unzip\n# Install latest of each Terraform version after 0.12 as we don't support versions before that\n-RUN AVAILABLE_TERRAFORM_VERSIONS=\"0.12.31 0.13.7 0.14.11 ${DEFAULT_TERRAFORM_VERSION} ...
Go
Apache License 2.0
infracost/infracost
fix: add Terraform 1.0.2 back until we migrate to the new action (#1127)
1
fix
null
276,939
12.11.2021 08:25:18
10,800
c3b302eeaca693d277fa074af0848a8272ce0f9e
fix(dropdown-web): remove uneeded padding This makes the chevron properly centered
[ { "change_type": "MODIFY", "diff": "@@ -135,7 +135,6 @@ const Button = styled.button`\nwidth: 100%;\nheight: 100%;\n- padding-top: ${dropdown.button.padding.top}px;\npadding-right: ${dropdown.button.padding.right}px;\nborder: none;\n", "new_path": "packages/yoga/src/Dropdown/web/Dropdown.jsx", "old_...
JavaScript
MIT License
gympass/yoga
fix(dropdown-web): remove uneeded padding - This makes the chevron properly centered
1
fix
dropdown-web
276,939
12.11.2021 08:33:21
10,800
d4b54cc667ad83cfcbf4c2e4ad080bdcdf4b104a
chore(dropdown-web): regenerate snapshots
[ { "change_type": "MODIFY", "diff": "@@ -193,7 +193,6 @@ exports[`<Dropdown /> should match snapshot 1`] = `\nleft: 0;\nwidth: 100%;\nheight: 100%;\n- padding-top: 16px;\npadding-right: 16px;\nborder: none;\noutline: none;\n@@ -461,7 +460,6 @@ exports[`<Dropdown /> should match snapshot when disabled 1`] = `...
JavaScript
MIT License
gympass/yoga
chore(dropdown-web): regenerate snapshots
1
chore
dropdown-web
317,646
12.11.2021 08:40:08
-3,600
18a3b82dd1294597ce72510fc7738f4c845a7446
fix: add stack trace when errors happen in segments relates to
[ { "change_type": "MODIFY", "diff": "@@ -3,6 +3,7 @@ package main\nimport (\n\"errors\"\n\"fmt\"\n+ \"runtime/debug\"\n\"time\"\n)\n@@ -284,7 +285,7 @@ func (segment *Segment) setStringValue(env environmentInfo) {\nreturn\n}\n// display a message explaining omp failed(with the err)\n- message := fmt.Sprintf(...
Go
MIT License
jandedobbeleer/oh-my-posh
fix: add stack trace when errors happen in segments relates to #1182
1
fix
null
401,106
12.11.2021 08:55:56
-19,080
8bfa95af0ba0f7aac0cec9591ea4b4a878ad05b7
docs(core): update withCharacterCount prop description affects:
[ { "change_type": "MODIFY", "diff": "@@ -38,7 +38,7 @@ export interface TextFieldProps extends Omit<HTMLProps<HTMLInputElement>, 'prefi\nmultiline?: boolean;\n/** Use minRows when multiline is true; minRows is the number of rows in text area */\nminRows?: number;\n- /** Set to true to display the character c...
TypeScript
MIT License
medly/medly-components
docs(core): update withCharacterCount prop description (#514) affects: @medly-components/core
1
docs
core
317,842
12.11.2021 08:59:03
-3,600
2733865edf050e4e47f899cdb0bec45916a242ff
fix(git): read real worktree folder from gitdir
[ { "change_type": "MODIFY", "diff": "@@ -80,6 +80,7 @@ type git struct {\ngitWorkingFolder string // .git working folder, can be different of root if using worktree\ngitRootFolder string // .git root folder\n+ gitWorktreeFolder string // .git real worktree path\n}\nconst (\n@@ -152,8 +153,7 @@ func (g *git) ...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(git): read real worktree folder from gitdir
1
fix
git
503,948
12.11.2021 09:01:53
18,000
3d247e99d9e9e974d3981d07530fa45ea5a866fb
fix(TextInputGroup): updated examples to use revised onChange prop
[ { "change_type": "MODIFY", "diff": "@@ -49,8 +49,8 @@ const TextInputGroupWithIcons = () => {\nconst [inputValue, setInputValue] = React.useState('');\n/** callback for updating the inputValue state in this component so that the input can be controlled */\n- const handleInputChange = event => {\n- setInputV...
TypeScript
MIT License
patternfly/patternfly-react
fix(TextInputGroup): updated examples to use revised onChange prop (#6588)
1
fix
TextInputGroup
791,255
12.11.2021 09:02:30
28,800
cd43a5cde5e4e388266f3773f206ead90d666261
fix(bigquery/storage/managedwriter): correctly copy request
[ { "change_type": "MODIFY", "diff": "@@ -25,6 +25,7 @@ import (\nstoragepb \"google.golang.org/genproto/googleapis/cloud/bigquery/storage/v1\"\n\"google.golang.org/grpc/codes\"\ngrpcstatus \"google.golang.org/grpc/status\"\n+ \"google.golang.org/protobuf/proto\"\n\"google.golang.org/protobuf/types/descriptor...
Go
Apache License 2.0
googleapis/google-cloud-go
fix(bigquery/storage/managedwriter): correctly copy request (#5122)
1
fix
bigquery/storage/managedwriter
688,524
12.11.2021 09:18:22
0
5c6074a7e4400c96e417ac8a98823d23827ac8fc
chore: build packages before release
[ { "change_type": "MODIFY", "diff": "\"happo\": \"cross-env TEST_ENV=visual happo run\",\n\"happo:ci\": \"cross-env TEST_ENV=visual happo-ci-github-actions\",\n\"lint\": \"davinci syntax lint code .\",\n- \"release\": \"changeset publish\",\n+ \"release\": \"yarn build:package && changeset publish\",\n\"star...
TypeScript
MIT License
toptal/picasso
chore: build packages before release
1
chore
null
141,508
12.11.2021 09:42:45
-39,600
b82a9ce2ff6703439e034bdb26cd60c391356a8c
fix: Remove inbuilt padding on Tabs
[ { "change_type": "MODIFY", "diff": "@@ -25,12 +25,14 @@ export const Uncontrolled = () => (\n// eslint-disable-next-line no-console\nonChange={index => console.log(\"Tab changed to \", index)}\n>\n+ <Box pt={0.25} pl={1} pr={1}>\n<TabList aria-label=\"Tabs\">\n<Tab>Tab 1</Tab>\n<Tab>Tab 2</Tab>\n<Tab badge=...
TypeScript
MIT License
cultureamp/kaizen-design-system
fix: Remove inbuilt padding on Tabs (#2281) Co-authored-by: Lloyd Stubber <lloyd@squareyes.info>
1
fix
null
777,374
12.11.2021 09:43:53
28,800
51b988951938849a40e8dec64a454a99b774756a
docs: fix TFKerasTrial docstring to say we default to TF 2.x.
[ { "change_type": "MODIFY", "diff": "@@ -957,11 +957,11 @@ class TFKerasTrial(det.Trial):\n:meth:`build_training_data_loader`, and :meth:`build_validation_data_loader`).\nIn most cases you should provide a custom :meth:`__init__` method as well.\n- By default, experiments use TensorFlow 1.x. To configure you...
Python
Apache License 2.0
determined-ai/determined
docs: fix TFKerasTrial docstring to say we default to TF 2.x. (#3177)
1
docs
null
141,508
12.11.2021 09:55:29
-39,600
146caae11842bf2a12fe35e845a0ff67a14f5622
fix: Avoid cursor jacking for Pagination buttons
[ { "change_type": "MODIFY", "diff": "margin: 0 5px;\nbackground-color: transparent;\ncolor: $color-blue-500;\n- cursor: pointer;\nbox-sizing: border-box;\n&:disabled {\nopacity: 0.35;\npointer-events: none;\n- cursor: default;\n}\n&:hover {\nbackground-color: transparent;\ncolor: $color-blue-500;\nmargin: 0 ...
TypeScript
MIT License
cultureamp/kaizen-design-system
fix: Avoid cursor jacking for Pagination buttons (#2204)
1
fix
null
277,286
12.11.2021 10:39:17
-3,600
17c5ec17bb19d171ae5a797aeb52829b8878dc15
fix: Blog post image preview URL.
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,8 @@ author: Prithvi Prabhu\nauthor_title: Chief of Technology @ H2O.ai\nauthor_url: https://github.com/lo5\nauthor_image_url: https://avatars3.githubusercontent.com/u/6334572\n-image: https://wave.h2o.ai/img/logo.png\n+image: /img/wave-type-yellow-1100x400.png...
Python
Apache License 2.0
h2oai/wave
fix: Blog post image preview URL.
1
fix
null
304,860
12.11.2021 10:39:50
-3,600
d60872404f9276163566579c6c194f09ff7334e8
fix: Propagate the element type through array constructors Before it was just using the statically determined type which causes functions like `array.from` to fail as they would see the type variable from the generic function instead of the actual type. Fixes
[ { "change_type": "MODIFY", "diff": "@@ -549,7 +549,13 @@ func (itrp *Interpreter) doArray(ctx context.Context, a *semantic.ArrayExpressio\n}\nelements[i] = v\n}\n- return values.NewArrayWithBacking(a.TypeOf(), elements), nil\n+ arrayType := semantic.MonoType{}\n+ if len(elements) > 0 {\n+ arrayType = semant...
Go
MIT License
influxdata/flux
fix: Propagate the element type through array constructors (#4255) Before it was just using the statically determined type which causes functions like `array.from` to fail as they would see the type variable from the generic function instead of the actual type. Fixes #3858
1
fix
null
276,993
12.11.2021 10:45:08
10,800
86a593663206c7f06599c047beb9793a805a0ee1
refactor(BottomSheet): use dialog on the bottom sheet
[ { "change_type": "ADD", "diff": "+// Jest Snapshot v1, https://goo.gl/fbAQLP\n+\n+exports[`<BottomSheet /> should match snapshot 1`] = `\n+<View\n+ collapsable={true}\n+ pointerEvents=\"box-none\"\n+ style={\n+ Object {\n+ \"flex\": 1,\n+ }\n+ }\n+>\n+ <Text\n+ style={\n+ Array [\n+ Object {},\n+ ]\n+ }\n+ ...
JavaScript
MIT License
gympass/yoga
refactor(BottomSheet): use dialog on the bottom sheet
1
refactor
BottomSheet
942,613
12.11.2021 10:51:17
25,200
c4856dee60238eceb0481cb522466dc4bee29506
feat(button): Update PrimaryButton for v6 Resolves: [category:Components] ### BREAKING CHANGES This change updates our `PrimaryButton` styles. For more information, please see the V6 migration guide.
[ { "change_type": "MODIFY", "diff": "@@ -17,7 +17,7 @@ describe('Button', () => {\nit('should render the correct text', () => {\ncy.get('button')\n.first()\n- .should('contain', 'Click Me');\n+ .should('contain', 'Primary');\n});\n});\n", "new_path": "cypress/integration/Button.spec.ts", "old_path": ...
TypeScript
Apache License 2.0
workday/canvas-kit
feat(button): Update PrimaryButton for v6 (#1331) Resolves: #1321 [category:Components] ### BREAKING CHANGES This change updates our `PrimaryButton` styles. For more information, please see the V6 migration guide.
1
feat
button
756,026
12.11.2021 10:51:18
28,800
3fa802e7a7eacb0c44059fb8cabb251ba9faffde
test: repair tests that are breaking on master Something requires Set parameters to AmountMath.make() to be hardened.
[ { "change_type": "MODIFY", "diff": "@@ -71,8 +71,8 @@ test('params one Amount', async t => {\n};\nconst { getParam, updateAmount } = buildParamManager([amountDescription]);\nt.deepEqual(getParam(amountKey), amountDescription);\n- updateAmount(AmountMath.make(brand, [13]));\n- t.deepEqual(getParam(amountKey)...
JavaScript
Apache License 2.0
agoric/agoric-sdk
test: repair tests that are breaking on master Something requires Set parameters to AmountMath.make() to be hardened.
1
test
null
306,653
12.11.2021 10:55:14
-19,080
9ae7c8e2e405e6adf2db71e0d4911148150f5655
docs(contributing): add guidelines for file and component naming convention
[ { "change_type": "MODIFY", "diff": "@@ -93,6 +93,17 @@ mkdir __stories__\nmkdir __stories__/variants\n```\n+### Naming\n+\n+ - **Extensions**: Use `.tsx` extension for components.\n+ - **Filename**: Use PascalCase for filenames. E.g., `DropdownOptions.tsx`.\n+\n+ ```tsx\n+ import DropdownOptions from './Dro...
TypeScript
MIT License
innovaccer/design-system
docs(contributing): add guidelines for file and component naming convention
1
docs
contributing
942,613
12.11.2021 11:13:07
25,200
b7aadf9e2c88c65ecb7a8e6bb07e47b67ae7510d
fix: Update codemod to support output streaming Fixes: [category:Infrastructure]
[ { "change_type": "MODIFY", "diff": "#!/usr/bin/env node\n'use strict';\n-const {exec} = require('child_process');\n+const {spawn} = require('child_process');\nrequire('colors');\nconst {_: commands, path} = require('yargs')\n@@ -43,7 +43,7 @@ console.log(transform, path);\nconsole.log(`\\nApplying ${transfo...
TypeScript
Apache License 2.0
workday/canvas-kit
fix: Update codemod to support output streaming (#1340) Fixes: #1312 [category:Infrastructure]
1
fix
null
126,276
12.11.2021 11:15:00
10,800
de6d0475ad15446a0719d6235f1e4b2df3429476
feat(embedded/store): wip enhanced tx support
[ { "change_type": "MODIFY", "diff": "@@ -180,19 +180,25 @@ func (tx *OngoingTx) WithMetadata(md *TxMetadata) *OngoingTx {\n}\nfunc (tx *OngoingTx) Set(key []byte, md *KVMetadata, value []byte) error {\n- //TODO: limit the max number of entries\n+ if len(key) == 0 {\n+ return ErrIllegalArguments\n+ }\n+\n+ ki...
Go
Apache License 2.0
codenotary/immudb
feat(embedded/store): wip enhanced tx support Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
feat
embedded/store
688,524
12.11.2021 11:18:17
0
2f7b5f914f482b0cfffc9c4f45f5b51face955e8
chore: set publish directory
[ { "change_type": "MODIFY", "diff": "\"url\": \"git+https://github.com/toptal/picasso.git\"\n},\n\"publishConfig\": {\n- \"access\": \"public\"\n+ \"access\": \"public\",\n+ \"directory\": \"./dist-package\"\n},\n\"scripts\": {\n\"build:package\": \"cross-env NODE_ENV=production node ../../bin/build.js --tsC...
TypeScript
MIT License
toptal/picasso
chore: set publish directory (#2228)
1
chore
null
688,524
12.11.2021 11:33:53
0
8081a4d23170678ee90c4354b6bbc2b41fb5580b
chore: fix directory path in publishConfig
[ { "change_type": "MODIFY", "diff": "},\n\"publishConfig\": {\n\"access\": \"public\",\n- \"directory\": \"./dist-package\"\n+ \"directory\": \"dist-package\"\n},\n\"scripts\": {\n\"build:package\": \"cross-env NODE_ENV=production node ../../bin/build.js --tsConfig=./tsconfig.build.json\",\n", "new_path"...
TypeScript
MIT License
toptal/picasso
chore: fix directory path in publishConfig (#2229)
1
chore
null
71,748
12.11.2021 11:58:34
0
df35c9433c006a2346ae4cb744b38a2b2ff0db6b
chore: fix remaining mergify rules for upcoming deprecation
[ { "change_type": "MODIFY", "diff": "@@ -37,10 +37,9 @@ pull_request_rules:\nactions:\ncomment:\nmessage: Thank you for contributing! Your pull request will be automatically updated and merged (do not update manually, and be sure to [allow changes to be pushed to your fork](https://help.github.com/en/github/...
TypeScript
Apache License 2.0
aws/aws-cdk
chore: fix remaining mergify rules for upcoming deprecation
1
chore
null
304,860
12.11.2021 12:05:03
-3,600
b91f3c673b02d0df39e78bf8086995723f7942bb
refactor: Fix some nightly clippy lints
[ { "change_type": "MODIFY", "diff": "@@ -113,18 +113,13 @@ impl Parser {\nmatch t.tok {\ntok if tok == exp => (),\nTokenType::Eof => {\n- self.errs\n- .push(format!(\"expected {}, got EOF\", format!(\"{}\", exp)));\n+ self.errs.push(format!(\"expected {}, got EOF\", exp));\n}\n_ => {\nlet pos = ast::Position...
Go
MIT License
influxdata/flux
refactor: Fix some nightly clippy lints (#4265)
1
refactor
null
401,106
12.11.2021 12:13:50
-19,080
4c4c978a08dab717ea341ebd705a4401053c0263
feat(core): add getNestedValue in table row affects:
[ { "change_type": "MODIFY", "diff": "import React, { useCallback, useContext, useMemo, useState } from 'react';\nimport { TableComponentsCommonPropsContext } from '../../context';\nimport { GroupCell } from '../../GroupCell';\n-import { getGridTemplateColumns } from '../../helpers';\n+import { getGridTemplat...
TypeScript
MIT License
medly/medly-components
feat(core): add getNestedValue in table row (#515) affects: @medly-components/core
1
feat
core
791,282
12.11.2021 12:15:32
28,800
b288668e0b6a66df92ca9115f759bc0670e6e822
chore: update microgen to v0.23.4
[ { "change_type": "MODIFY", "diff": "@@ -27,7 +27,7 @@ RUN go install github.com/golang/protobuf/protoc-gen-go@v1.5.2 && \\\ngo install golang.org/x/lint/golint@latest && \\\ngo install golang.org/x/tools/cmd/goimports@latest && \\\ngo install honnef.co/go/tools/cmd/staticcheck@latest && \\\n- go install git...
Go
Apache License 2.0
googleapis/google-cloud-go
chore: update microgen to v0.23.4 (#5125)
1
chore
null
942,613
12.11.2021 12:23:21
25,200
38d21d80658997a8a7ebbab29230548fc13ec854
feat(button): Update SecondaryButton for v6 Resolves: [category:Components] ### BREAKING CHANGES This change updates our `SecondaryButton` styles. For more information, please see the V6 migration guide.
[ { "change_type": "MODIFY", "diff": "@@ -26,6 +26,12 @@ any questions about the update.\n- [Primary Medium](#primary-medium)\n- [Primary Small](#primary-small)\n- [Primary Extra Small](#primary-extra-small)\n+ - [Secondary Button](#secondary-button)\n+ - [Secondary Disabled](#secondary-disabled)\n+ - [Second...
TypeScript
Apache License 2.0
workday/canvas-kit
feat(button): Update SecondaryButton for v6 (#1332) Resolves: #1322 [category:Components] ### BREAKING CHANGES This change updates our `SecondaryButton` styles. For more information, please see the V6 migration guide.
1
feat
button
688,524
12.11.2021 12:27:39
0
113b8fc486b9a0e1970ddcb4e26508db77bd7e48
chore: fix path to prepublish.js
[ { "change_type": "MODIFY", "diff": "},\n\"scripts\": {\n\"build:package\": \"cross-env NODE_ENV=production node ../../bin/build.js --tsConfig=./tsconfig.build.json\",\n- \"prepublishOnly\": \"../../bin/prepublish.js\"\n+ \"prepublishOnly\": \"../../../bin/prepublish.js\"\n},\n\"bugs\": {\n\"url\": \"https:/...
TypeScript
MIT License
toptal/picasso
chore: fix path to prepublish.js (#2231)
1
chore
null
756,038
12.11.2021 12:31:29
28,800
86010d1b828e1587d95a3d18c51f6f03def7640c
fix: generate grpc-gateway and update buf configuration
[ { "change_type": "MODIFY", "diff": "@@ -10,13 +10,16 @@ require (\ngithub.com/golang/protobuf v1.5.2\ngithub.com/gorilla/mux v1.8.0\ngithub.com/grpc-ecosystem/grpc-gateway v1.16.0\n+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.6.0\ngithub.com/rakyll/statik v0.1.7\ngithub.com/spf13/cast v1.4.1\ngithub.com/s...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix: generate grpc-gateway and update buf configuration
1
fix
null
276,939
12.11.2021 12:40:31
10,800
65b4a846961324426fc6e98931ae1bf58fcb948c
fix(dialog): replace relative import with package import
[ { "change_type": "MODIFY", "diff": "@@ -3,9 +3,9 @@ import { createPortal } from 'react-dom';\nimport styled from 'styled-components';\nimport { func, bool, node } from 'prop-types';\n+import { Close } from '@gympass/yoga-icons';\nimport { usePortal } from '../../hooks';\nimport { Button, Card, Box } from '...
JavaScript
MIT License
gympass/yoga
fix(dialog): replace relative import with package import
1
fix
dialog
276,939
12.11.2021 12:55:39
10,800
4261740683e196ebaf3749f22278261050ef50de
refactor(npmpublish-workflow): remove lint and test steps
[ { "change_type": "MODIFY", "diff": "@@ -28,10 +28,6 @@ jobs:\nregistry-url: https://registry.npmjs.org/\n- name: Install dependencies\nrun: yarn --pure-lockfile --non-interactive\n- - name: Lint\n- run: yarn lint:all\n- - name: Test\n- run: yarn test\n- name: Build\nrun: |\nyarn build:packages\n", "new_...
JavaScript
MIT License
gympass/yoga
refactor(npmpublish-workflow): remove lint and test steps
1
refactor
npmpublish-workflow
217,922
12.11.2021 13:21:39
-3,600
d720e44e3ed33eed85474cac89eaad8041ccd237
chore: first patches for beta
[ { "change_type": "MODIFY", "diff": "last 2 versions\nFirefox ESR\nnot dead\n-# IE 9-11\n\\ No newline at end of file\n", "new_path": "apps/client/browserslist", "old_path": "apps/client/browserslist" }, { "change_type": "MODIFY", "diff": "@@ -65,6 +65,8 @@ import { getMainDefinition } fr...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: first patches for beta
1
chore
null
71,080
12.11.2021 13:28:57
18,000
876eb84066339724569a7549ac721a2df915d828
chore(stepfunctions-tasks): revert `AutoTerminationPolicy` This reverts commit: aws/aws-cdk#16976. `AutoTerminationPolicy` was never supported by stepfunctions, even though it is supported by EMR. This was not discovered until it was used since the documentation does not mention this limitation of stepfunctions. Since ...
[ { "change_type": "MODIFY", "diff": "@@ -78,3 +78,7 @@ strengthened:@aws-cdk/aws-lambda-event-sources.ManagedKafkaEventSourceProps\n# Remove IO2 from autoscaling EbsDeviceVolumeType. This value is not supported\n# at the moment and was not supported in the past.\nremoved:@aws-cdk/aws-autoscaling.EbsDeviceVol...
TypeScript
Apache License 2.0
aws/aws-cdk
chore(stepfunctions-tasks): revert `AutoTerminationPolicy` (#17481) This reverts commit: aws/aws-cdk#16976. `AutoTerminationPolicy` was never supported by stepfunctions, even though it is supported by EMR. This was not discovered until it was used since the documentation does not mention this limitation of step...
1
chore
stepfunctions-tasks
942,613
12.11.2021 13:49:58
25,200
17cf46c147e4ccad22b84011924c73456d63e252
feat(button): Update Tertiary Buttons for v6 Resolves [category:Components] ### BREAKING CHANGES This change updates our `TertiaryButton` styles. For more information, please see the V6 migration guide.
[ { "change_type": "MODIFY", "diff": "@@ -32,6 +32,12 @@ any questions about the update.\n- [Secondary Medium](#secondary-medium)\n- [Secondary Small](#secondary-small)\n- [Secondary Extra Small](#secondary-extra-small)\n+ - [Tertiary Button](#tertiary-button)\n+ - [Tertiary Default](#tertiary-default)\n+ - [...
TypeScript
Apache License 2.0
workday/canvas-kit
feat(button): Update Tertiary Buttons for v6 (#1338) Resolves #1323 [category:Components] ### BREAKING CHANGES This change updates our `TertiaryButton` styles. For more information, please see the V6 migration guide.
1
feat
button
777,399
12.11.2021 14:06:59
28,800
193cea648988f210a05e7362fe8b044110882577
docs: add release notes for 0.17.3
[ { "change_type": "MODIFY", "diff": "Version 0.17\n**************\n+Version 0.17.3\n+==============\n+\n+**Release Date:** November 12, 2021\n+\n+**Improvements**\n+\n+- Model Registry APIs: Add PATCH and DELETE endpoints to update the attributes of models and model\n+ versions.\n+- Model Registry: Allow mod...
Python
Apache License 2.0
determined-ai/determined
docs: add release notes for 0.17.3 (#3186) (cherry picked from commit bd1a9a3a0fa89c3f0b2939c83964b58694a651b3)
1
docs
null
730,453
12.11.2021 14:33:08
28,800
423644c5af2ca1cec5bc0a0140459e212fa00e32
fix(meetings): move meetingInfo instantiation to onReady callback
[ { "change_type": "MODIFY", "diff": "@@ -116,15 +116,7 @@ export default class Meetings extends WebexPlugin {\n*/\nconstructor(...args) {\nsuper(...args);\n- /**\n- * The MeetingInfo object to interact with server\n- * @instance\n- * @type {Object}\n- * @private\n- * @memberof Meetings\n- */\n- this.meetingI...
JavaScript
MIT License
webex/webex-js-sdk
fix(meetings): move meetingInfo instantiation to onReady callback
1
fix
meetings
276,982
12.11.2021 14:38:09
10,800
70e2bc1e788007c6d475dfd3938c8c6e2206c550
fix(dropdown): pass the full prop to input component
[ { "change_type": "MODIFY", "diff": "@@ -301,6 +301,7 @@ const Dropdown = ({\nselected={selectedItem !== null}\nisOpen={isOpen}\nlabel={label}\n+ full={full}\n{...getInputProps()}\n/>\n<Button\n", "new_path": "packages/yoga/src/Dropdown/web/Dropdown.jsx", "old_path": "packages/yoga/src/Dropdown/web/D...
JavaScript
MIT License
gympass/yoga
fix(dropdown): pass the full prop to input component
1
fix
dropdown
126,276
12.11.2021 15:02:00
10,800
0e22f3d133630b155dbae71482008c8c4526cbf7
chore(embedded/tbtree): remove ts from snapshot struct
[ { "change_type": "MODIFY", "diff": "@@ -34,7 +34,6 @@ const (\ntype Snapshot struct {\nt *TBtree\nid uint64\n- ts uint64\nroot node\nreaders map[int]io.Closer\nmaxReaderID int\n@@ -52,7 +51,7 @@ func (s *Snapshot) Set(key, value []byte) error {\nv := make([]byte, len(value))\ncopy(v, value)\n- ts := s.ts + ...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/tbtree): remove ts from snapshot struct Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/tbtree
126,276
12.11.2021 15:02:50
10,800
10a20e082e7cf93073f33bfaf1e724f462306db0
feat(embedded/store): conservative tx invalidation
[ { "change_type": "MODIFY", "diff": "@@ -43,9 +43,10 @@ import (\nvar ErrIllegalArguments = errors.New(\"illegal arguments\")\nvar ErrAlreadyClosed = errors.New(\"store already closed\")\n-var ErrUnexpectedLinkingError = errors.New(\"Internal inconsistency between linear and binary linking\")\n+var ErrUnexpe...
Go
Apache License 2.0
codenotary/immudb
feat(embedded/store): conservative tx invalidation Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
feat
embedded/store
386,581
12.11.2021 15:14:55
-7,200
cf2562b088075290ddf3c354624c3c5c6d89ecf9
feat: Root config and link working on next server.
[ { "change_type": "MODIFY", "diff": "@@ -19,6 +19,7 @@ import createReadConfigFile from './readConfigFile.js';\nasync function createApiContext({ buildDirectory }) {\nconst readConfigFile = createReadConfigFile({ buildDirectory });\nreturn {\n+ authenticated: false,\nauthorize: () => true,\nreadConfigFile,\n...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat: Root config and link working on next server.
1
feat
null
126,276
12.11.2021 15:24:57
10,800
e7afae3da4c6515ee588367aa75e90e23c174af8
chore(embedded/store): threadsafe tx
[ { "change_type": "MODIFY", "diff": "@@ -167,6 +167,9 @@ type OngoingTx struct {\nentriesByKey map[[sha256.Size]byte]int\nmetadata *TxMetadata\n+\n+ closed bool\n+ rwmutex sync.RWMutex\n}\ntype EntrySpec struct {\n@@ -177,7 +180,7 @@ type EntrySpec struct {\nfunc (tx *OngoingTx) WithMetadata(md *TxMetadata) ...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/store): threadsafe tx Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/store
648,018
12.11.2021 16:32:24
-3,600
8e5b1db9c232d1b8d713feeab0d61ce1cbca70d5
chore: Update dependabot pull request message
[ { "change_type": "MODIFY", "diff": "@@ -4,19 +4,23 @@ updates:\ndirectory: \"/src/Stryker.CLI\"\nschedule:\ninterval: daily\n- target-branch: master\n+ prefix: 'deps: '\n+ include: \"scope\"\n- package-ecosystem: nuget\ndirectory: \"/integrationtest\"\nschedule:\ninterval: daily\n- target-branch: master\n+ ...
C#
Apache License 2.0
stryker-mutator/stryker-net
chore: Update dependabot pull request message (#1794)
1
chore
null
551,648
12.11.2021 16:56:09
-10,800
bbe6c729818fbaab55debbc4653882e9234421eb
feat(sql): support count(1) syntax
[ { "change_type": "ADD", "diff": "+/*******************************************************************************\n+ * ___ _ ____ ____\n+ * / _ \\ _ _ ___ ___| |_| _ \\| __ )\n+ * | | | | | | |/ _ \\/ __| __| | | | _ \\\n+ * | |_| | |_| | __/\\__ \\ |_| |_| | |_) |\n+ * \\__\\_\\\\__,_|\\___||___/\\__|____...
Java
Apache License 2.0
questdb/questdb
feat(sql): support count(1) syntax (#1555)
1
feat
sql
269,464
12.11.2021 17:23:32
10,800
416d76eec4f3ae752e981c3842bcb9f44397b1e8
feat: rename main branch refs
[ { "change_type": "MODIFY", "diff": "@@ -50,7 +50,7 @@ body:\nid: terms\nattributes:\nlabel: Code of Conduct\n- description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/goreleaser/goreleaser/blob/master/CODE_OF_CONDUCT.md)\n+ description: By submitting this issue, y...
Go
MIT License
goreleaser/goreleaser
feat: rename main branch refs #2645
1
feat
null
269,464
12.11.2021 17:27:42
10,800
fbac440490a470648d7e00df3f317a03a7367c39
docs: fix cookbook url
[ { "change_type": "MODIFY", "diff": "@@ -15,7 +15,7 @@ Tutorials made by the community.\n- [Multi-platform Docker images with GoReleaser and GitHub Actions](https://carlosbecker.com/posts/multi-platform-docker-images-goreleaser-gh-actions/)\n- [Multi-platform Docker images with GoReleaser, Podman and GitHub ...
Go
MIT License
goreleaser/goreleaser
docs: fix cookbook url
1
docs
null
802,863
12.11.2021 18:17:37
10,800
0ab4cc1b998da922175c1cdb1ac82be661157702
feat: add new icon hourglass-top
[ { "change_type": "ADD", "diff": "+<svg width=\"10\" height=\"18\" viewBox=\"0 0 10 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n+<path d=\"M0 0.666016L0.00833352 5.66602L3.33333 8.99935L0.00833352 12.341L0 17.3327H10V12.3327L6.66667 8.99935L10 5.67435V0.666016H0ZM8.33333 12.7493V15.666H1.66667V...
TypeScript
Apache License 2.0
juntossomosmais/venice
feat: add new icon hourglass-top
1
feat
null
531,793
12.11.2021 18:48:31
0
9c2b18f9f2dc34d39b369daa0e16d0221fc07492
fix(ui): tweak fade animations
[ { "change_type": "MODIFY", "diff": "@@ -22,7 +22,7 @@ npm-fetch: $(NODE_INSTALL)\n$(NODE_PATH)/%: $(NODE_INSTALL)\n@if [ ! -x $@ ]; then echo \"missing script: $@\" ; exit 1; fi\n-build/index.html: $(NODE_INSTALL) $(NODE_PATH)/react-scripts $(call rwildcard, public src, *) purgecss.config.js\n+build/index.h...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): tweak fade animations
1
fix
ui
471,598
12.11.2021 19:48:08
-3,600
e8107baf6c517f8a16b63d6bf0f96d471dc1d601
docs: update testing-karma-bs url For now it goes to a 404
[ { "change_type": "MODIFY", "diff": "@@ -62,7 +62,7 @@ For more details please visit us at [open-wc.org](https://open-wc.org).\n| [testing](./packages/testing) | [![testing](https://img.shields.io/npm/v/@open-wc/testing.svg)](https://www.npmjs.com/package/@open-wc/testing) | Testing following open-wc recomme...
JavaScript
MIT License
open-wc/open-wc
docs: update testing-karma-bs url For now it goes to a 404
1
docs
null
551,649
12.11.2021 21:18:34
-3,600
b7c09533c36d0782c216fb9a2518533523fb8c73
fix(ui): editor shortcuts
[ { "change_type": "MODIFY", "diff": "@@ -242,7 +242,7 @@ const Ace = () => {\neditor.commands.addCommand({\nbindKey: \"F9\",\nname: Command.EXECUTE,\n- exec: () => toggleRunning,\n+ exec: () => toggleRunning(),\n})\neditor.commands.addCommand({\n@@ -250,7 +250,7 @@ const Ace = () => {\nmac: \"Command-Enter\"...
Java
Apache License 2.0
questdb/questdb
fix(ui): editor shortcuts (#1564)
1
fix
ui
4,988
12.11.2021 21:38:05
-3,600
62e88d0236209c1c5e884dfc687571c75fe24fc4
docs(csv-parse): file sample compatible with node 12
[ { "change_type": "MODIFY", "diff": "import assert from 'assert';\n-import fs from 'fs/promises';\n+import {promises as fs} from 'fs'; // 'fs/promises' not available in node 12\nimport os from 'os';\nimport { parse } from '../lib/sync.js';\n", "new_path": "packages/csv-parse/samples/recipe.file.js", ...
JavaScript
MIT License
adaltas/node-csv
docs(csv-parse): file sample compatible with node 12
1
docs
csv-parse
4,988
12.11.2021 21:39:01
-3,600
318445d3ea8cb9f0a3d48aa04120de1e94e131f9
ci: support node 12,14,16
[ { "change_type": "RENAME", "diff": "# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node\n# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions\n-name: Node.js ...
JavaScript
MIT License
adaltas/node-csv
ci: support node 12,14,16
1
ci
null
4,988
12.11.2021 21:52:42
-3,600
9584669dac10ecb761603dcb6cbff0412b020127
test(csv-stringify): fix cast date sample to be universal
[ { "change_type": "MODIFY", "diff": "@@ -4,10 +4,10 @@ import assert from 'assert';\nstringify([{\nname: 'foo',\n- date: new Date(1970, 0)\n+ date: new Date('1970-01-01T00:00:00.000Z')\n},{\nname: 'bar',\n- date: new Date(1971, 0)\n+ date: new Date('1971-01-01T00:00:00.000Z')\n}],{\ncast: {\ndate: function(v...
JavaScript
MIT License
adaltas/node-csv
test(csv-stringify): fix cast date sample to be universal
1
test
csv-stringify
551,649
12.11.2021 21:55:53
-3,600
5404f878965604403ca387fa9ca8bc3a8141baa5
fix(ui): shrunk notifications
[ { "change_type": "MODIFY", "diff": "@@ -32,6 +32,7 @@ import { color } from \"utils\"\nconst CloseOutlineIcon = styled(CloseOutline)`\ncolor: ${color(\"draculaRed\")};\n+ flex-shrink: 0;\n`\nexport const ErrorNotification = (props: NotificationShape) => {\n", "new_path": "ui/src/scenes/Notifications/Not...
Java
Apache License 2.0
questdb/questdb
fix(ui): shrunk notifications (#1566)
1
fix
ui
71,327
12.11.2021 22:13:34
-3,600
df30d4f7fa6c1a5c381411904526be17796f2103
feat(ec2): add m5n and m5dn instance types Adding missing EC2 instances types `m5n` and `m5dn` *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": "@@ -68,6 +68,26 @@ export enum InstanceClass {\n*/\nM5AD = 'm5ad',\n+ /**\n+ * Standard instances for high performance computing, 5th generation\n+ */\n+ STANDARD5_HIGH_PERFORMANCE = 'm5n',\n+\n+ /**\n+ * Standard instances for high performance computing, 5th generation\n...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(ec2): add m5n and m5dn instance types (#17488) Adding missing EC2 instances types `m5n` and `m5dn` ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
feat
ec2
648,018
12.11.2021 22:46:03
-3,600
47d7f25dfbcd3d04190f7cdf06121ae8317e66ae
chore: Fix dependabot file
[ { "change_type": "MODIFY", "diff": "@@ -4,23 +4,27 @@ updates:\ndirectory: \"/src/Stryker.CLI\"\nschedule:\ninterval: daily\n+ commit-message:\nprefix: 'deps: '\ninclude: \"scope\"\n- package-ecosystem: nuget\ndirectory: \"/integrationtest\"\nschedule:\ninterval: daily\n+ commit-message:\nprefix: 'deps: '\n...
C#
Apache License 2.0
stryker-mutator/stryker-net
chore: Fix dependabot file
1
chore
null
551,648
12.11.2021 23:09:03
-10,800
275990df368dadb85677af428f5d7229480f537a
chore(test): remove testOneToParallelSubscriber test
[ { "change_type": "MODIFY", "diff": "@@ -28,7 +28,6 @@ import io.questdb.log.Log;\nimport io.questdb.log.LogFactory;\nimport io.questdb.std.LongList;\nimport io.questdb.std.Numbers;\n-import io.questdb.std.Os;\nimport io.questdb.std.Rnd;\nimport org.junit.Assert;\nimport org.junit.Test;\n@@ -144,7 +143,8 @@ ...
Java
Apache License 2.0
questdb/questdb
chore(test): remove testOneToParallelSubscriber test (#1558)
1
chore
test
269,464
12.11.2021 23:11:44
10,800
327e2a7c15f3d7109a81e0aa1f00c9fb5b523a43
test: fix broken test after main change refs
[ { "change_type": "MODIFY", "diff": "@@ -21,9 +21,9 @@ func TestRepoNameWithDifferentRemote(t *testing.T) {\ntestlib.Mktmp(t)\ntestlib.GitInit(t)\ntestlib.GitRemoteAddWithName(t, \"upstream\", \"https://github.com/goreleaser/goreleaser.git\")\n- _, err := git.Run(\"pull\", \"upstream\", \"master\")\n+ _, err...
Go
MIT License
goreleaser/goreleaser
test: fix broken test after main change refs #2645
1
test
null
306,421
12.11.2021 23:30:24
-3,600
756afd8147f306f7037fd875a79be4fa0ce29212
fix: update mock-fs for Node >= 16 compatibility
[ { "change_type": "MODIFY", "diff": "\"minimist\": \"^1.2.5\",\n\"mkdirp-promise\": \"^5.0.1\",\n\"mocha\": \"^7.1.1\",\n- \"mock-fs\": \"^4.10.1\",\n+ \"mock-fs\": \"^5.1.2\",\n\"npm-run-all\": \"^4.1.5\",\n\"nyc\": \"^15.0.0\",\n\"playwright\": \"^1.7.1\",\n", "new_path": "package.json", "old_path"...
JavaScript
MIT License
ing-bank/lion
fix: update mock-fs for Node >= 16 compatibility
1
fix
null
386,581
13.11.2021 06:22:36
-7,200
ff23ea82cf8399ff012ca07a58520cda1b5853ac
feat: Mount home page on the home route if configured.
[ { "change_type": "MODIFY", "diff": "@@ -18,9 +18,11 @@ import createReadConfigFile from './readConfigFile.js';\nasync function createApiContext({ buildDirectory }) {\nconst readConfigFile = createReadConfigFile({ buildDirectory });\n+ const config = await readConfigFile('config.json');\nreturn {\nauthentica...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat: Mount home page on the home route if configured.
1
feat
null
71,366
13.11.2021 06:54:57
-32,400
7cb5f2cc8402aad223eb5c50cdf5ee2e0d56150e
feat(iot): add Action to put records to a Firehose stream I'm trying to implement aws-iot L2 Constructs. This PR is one of steps after following PR: *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": "@@ -24,6 +24,7 @@ Currently supported are:\n- Invoke a Lambda function\n- Put objects to a S3 bucket\n- Put logs to CloudWatch Logs\n+- Put records to Kinesis Data Firehose stream\n## Invoke a Lambda function\n@@ -121,3 +122,34 @@ new iot.TopicRule(this, 'TopicRule', {\na...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(iot): add Action to put records to a Firehose stream (#17466) I'm trying to implement aws-iot L2 Constructs. This PR is one of steps after following PR: - https://github.com/aws/aws-cdk/pull/16681#issuecomment-942233029 ---- *By submitting this pull request, I confirm that my contribution is made under...
1
feat
iot
67,516
13.11.2021 09:18:38
-3,600
cc279d404d08e187f3df3c69ce7bac7cd45bbc14
refactor: post-review changes 1
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ Consider the following example.\n{% tabs %}\n{% tab title=\"my-el.ts\" %}\n```typescript\n-@customElement({ name:'my-el', template: 'not-important' })\n+@customElement({ name:'my-el', template: 'not important' })\nexport class MyEl {\n@bindable public num:...
TypeScript
MIT License
aurelia/aurelia
refactor: post-review changes 1
1
refactor
null
342,861
13.11.2021 11:44:05
-3,600
2e197d9fb7c0fdac4a3232264f93a9cf0f3550f2
fix(Popover): useClickOutside after isLargeMobile
[ { "change_type": "MODIFY", "diff": "@@ -200,7 +200,7 @@ const PopoverContentWrapper = ({\n}: Props): React.Node => {\nconst [actionsDimensions, setActionsDimensions] = React.useState(0);\nconst { isInsideModal } = React.useContext(ModalContext);\n- const { isLargeMobile, isTablet } = useMediaQuery();\n+ con...
JavaScript
MIT License
kiwicom/orbit
fix(Popover): useClickOutside after isLargeMobile (#3189)
1
fix
Popover
342,861
13.11.2021 12:04:55
-3,600
5a893b491faf94c7cff63d71646948977a549ba4
fix(Box): flex-grow and flex-shrink, allow any number
[ { "change_type": "MODIFY", "diff": "@@ -26,8 +26,8 @@ Table below contains all types of the props available in the Box component.\n| padding | [`spacingObject`](#spacingobject) \\| [`spacingToken`](#spacingtoken) | | The `padding` of the Box |\n| margin | [`spacingObject`](#spacingobject) \\| [`spacingToken...
JavaScript
MIT License
kiwicom/orbit
fix(Box): flex-grow and flex-shrink, allow any number (#3190)
1
fix
Box
342,861
13.11.2021 12:19:29
-3,600
fb3baf5e9879e46dc42d31a3efef1e4e8157be33
docs(Box): update shrink and grow
[ { "change_type": "MODIFY", "diff": "@@ -64,14 +64,12 @@ export default {\n},\n{\nname: \"shrink\",\n- type: \"select\",\n- options: [\"0\", \"1\"],\n+ type: \"number\",\ndefaultValue: \"0\",\n},\n{\nname: \"grow\",\n- type: \"select\",\n- options: [\"0\", \"1\"],\n+ type: \"number\",\ndefaultValue: \"0\",\n...
JavaScript
MIT License
kiwicom/orbit
docs(Box): update shrink and grow
1
docs
Box
317,646
13.11.2021 13:30:41
-3,600
b3371136c73cd891b75342b693f7df8b407f283f
feat(cmd): support Windows CMD
[ { "change_type": "MODIFY", "diff": "@@ -67,13 +67,13 @@ are being explored.\nImport/invoke Oh My Posh in your `$PROFILE` and add the following line below:\n-```pwsh\n+```powershell\nEnable-PoshTooltips\n```\nFor example:\n-```pwsh\n+```powershell\n# $PROFILE\noh-my-posh --init --shell pwsh --config ~\\wilde...
Go
MIT License
jandedobbeleer/oh-my-posh
feat(cmd): support Windows CMD
1
feat
cmd
648,018
13.11.2021 14:21:18
-3,600
24131cc71b2341e49d50a4ba5f3f13ec2aef5293
fix(options): Auto enable baseline reporter when baseline is enabled
[ { "change_type": "MODIFY", "diff": "@@ -21,7 +21,7 @@ namespace Stryker.Core.UnitTest.Options.Inputs\n{\nvar target = new ReportersInput { SuppliedInput = null };\n- var result = target.Validate();\n+ var result = target.Validate(false);\nresult.Count().ShouldBe(2);\nresult.ShouldContain(Reporter.Progress);...
C#
Apache License 2.0
stryker-mutator/stryker-net
fix(options): Auto enable baseline reporter when baseline is enabled (#1799)
1
fix
options
317,646
13.11.2021 19:35:15
-3,600
1d192d63d8fd2efc7cbb3ffb9f2aeda322d13641
feat: render rprompt separately
[ { "change_type": "MODIFY", "diff": "@@ -254,3 +254,24 @@ func (e *engine) renderTransientPrompt() string {\n}\nreturn \"\"\n}\n+\n+func (e *engine) renderRPrompt() string {\n+ filterRPromptBlock := func(blocks []*Block) *Block {\n+ for _, block := range blocks {\n+ if block.Type == RPrompt {\n+ return block...
Go
MIT License
jandedobbeleer/oh-my-posh
feat: render rprompt separately
1
feat
null
317,646
13.11.2021 20:08:10
-3,600
e0c31470b7c50e6582596bb1e4f441ee2edfbb8d
docs(cmd): clean init command layout
[ { "change_type": "MODIFY", "diff": "@@ -51,7 +51,7 @@ Use the full path to the config file, not the relative path.\n:::\n```lua title=\"oh-my-posh.lua\"\n-load(io.popen(\"oh-my-posh --config=\\\"C:/Users/jan/jandedobbeleer.omp.json\\\" --init --shell cmd\"):read(\"*a\"))()\n+load(io.popen('oh-my-posh --conf...
Go
MIT License
jandedobbeleer/oh-my-posh
docs(cmd): clean init command layout
1
docs
cmd
67,516
13.11.2021 20:17:55
-3,600
b901c4b86a8f7b0c36184d56a2253f3fe5c85563
refactor: injectable coercion configuration
[ { "change_type": "MODIFY", "diff": "@@ -174,7 +174,7 @@ describe('SetterObserver', function () {\ndescribe('BindableObserver', function () {\nfunction createFixture(flags: LF, obj: IIndexable, key: string) {\nconst ctx = TestContext.create();\n- const sut = new BindableObserver(obj, key, `${key ? key.toStri...
TypeScript
MIT License
aurelia/aurelia
refactor: injectable coercion configuration
1
refactor
null
4,988
13.11.2021 21:04:42
-3,600
355ec23b5b7ae4840d03d6f7acdcb134518b827c
docs: build tags
[ { "change_type": "MODIFY", "diff": "-[![Build Status](https://api.travis-ci.org/adaltas/node-csv-generate.svg)](https://travis-ci.org/#!/adaltas/node-csv-generate) [![NPM](https://img.shields.io/npm/dm/csv-generate)](https://www.npmjs.com/package/csv-generate) [![NPM](https://img.shields.io/npm/v/csv-genera...
JavaScript
MIT License
adaltas/node-csv
docs: build tags
1
docs
null
67,516
13.11.2021 21:17:51
-3,600
e5028c1d5e4fbd1060abeba3547cd0147de55a03
refactor: disabling type-coercion by default
[ { "change_type": "MODIFY", "diff": "@@ -26,11 +26,28 @@ You can write a setter to coerce the value.\nHowever, it is bit annoying to write setters for every `@bindable`s.\nTo address this issue, Aurelia2 supports type coercion.\n-This means that because of the type-coercion you will never end up with values ...
TypeScript
MIT License
aurelia/aurelia
refactor: disabling type-coercion by default
1
refactor
null
67,516
13.11.2021 21:20:20
-3,600
f6647da29ffc29e885d36f5284e6cd24760545d8
chore: cleaup
[ { "change_type": "MODIFY", "diff": "-import { kebabCase, firstDefined, getPrototypeChain, noop, Class, DI } from '@aurelia/kernel';\n+import { kebabCase, firstDefined, getPrototypeChain, noop, Class } from '@aurelia/kernel';\nimport { BindingMode, ICoercionConfiguration } from '@aurelia/runtime';\nimport { ...
TypeScript
MIT License
aurelia/aurelia
chore: cleaup
1
chore
null
4,988
13.11.2021 21:23:24
-3,600
eec1a25343283c902bfb596a3e17b6a667a3f0f8
docs: add sponsor and contributor to readme
[ { "change_type": "MODIFY", "diff": "@@ -42,4 +42,6 @@ The test suite is run online with [Travis](https://travis-ci.org/#!/adaltas/node\n## Contributors\n+The project is sponsored by [Adaltas](https://www.adaltas.com), an Big Data consulting firm based in Paris, France.\n+\n* David Worms: <https://github.com...
JavaScript
MIT License
adaltas/node-csv
docs: add sponsor and contributor to readme
1
docs
null
317,646
13.11.2021 21:24:52
-3,600
2a44dca8981f2498ad361d490ce95d01d1fdb26d
fix(cmd): only call supported lua functions
[ { "change_type": "MODIFY", "diff": "local endedit_time\nlocal last_duration\n+local function os_clock_millis()\n+ -- Clink v1.2.30 has a fix for Lua's os.clock() implementation failing after\n+ -- the program has been running more than 24 days. In older versions, call\n+ -- OMP to get the time in millisecon...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(cmd): only call supported lua functions
1
fix
cmd
217,237
13.11.2021 22:28:28
-10,800
0aaad246dd1cdd9ca7765bd5ec8fed533c8b39b3
chore(prettier): format project codebase
[ { "change_type": "MODIFY", "diff": "@@ -13,4 +13,4 @@ module.exports = {\n\"color-hex-length\": \"long\",\n\"at-rule-no-unknown\": true,\n},\n-}\n+};\n", "new_path": "website/.stylelintrc.js", "old_path": "website/.stylelintrc.js" }, { "change_type": "MODIFY", "diff": "@@ -90,7 +90,7 @@ ...
JavaScript
MIT License
feature-sliced/documentation
chore(prettier): format project codebase
1
chore
prettier