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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
821,215 | 05.10.2021 14:34:11 | 21,600 | 68ee4ac02066134a8af1b305be707270be84c2f7 | chore: really fix prepack | [
{
"change_type": "DELETE",
"diff": "-{\"version\":\"2.0.0-main.5\",\"commands\":{\"generate\":{\"id\":\"generate\",\"description\":\"generate a new CLI\\nThis will clone the template repo 'oclif/hello-world' and update package properties\",\"strict\":true,\"pluginName\":\"oclif\",\"pluginAlias\":\"oclif\",\... | TypeScript | MIT License | oclif/oclif | chore: really fix prepack | 1 | chore | null |
679,913 | 05.10.2021 14:42:30 | -7,200 | 3d9d807e64393b18f0a73e102703fa45d885a3d1 | refactor(pixel-dither): simplify kernel defs/handling
update ditherWith() to only require DitherKernel
remove obsolete DitherKernelFactory type alias | [
{
"change_type": "MODIFY",
"diff": "-import type { Fn } from \"@thi.ng/api\";\n-import type { PackedBuffer } from \"@thi.ng/pixel\";\n-\n-export type DitherKernelFactory = Fn<PackedBuffer, DitherKernel>;\n-\nexport interface DitherKernel {\nox: number[];\noy: number[];\nweights: number[];\nshift: number;\n-... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(pixel-dither): simplify kernel defs/handling
- update ditherWith() to only require DitherKernel
- remove obsolete DitherKernelFactory type alias | 1 | refactor | pixel-dither |
791,282 | 05.10.2021 14:44:42 | 25,200 | 07c804b08b9f2bbe181ffcee1b9b41005463b057 | chore(storage): refactor read conditions | [
{
"change_type": "MODIFY",
"diff": "@@ -30,7 +30,6 @@ import (\n\"cloud.google.com/go/internal/trace\"\n\"google.golang.org/api/googleapi\"\nstoragepb \"google.golang.org/genproto/googleapis/storage/v2\"\n- \"google.golang.org/protobuf/proto\"\n)\nvar crc32cTable = crc32.MakeTable(crc32.Castagnoli)\n@@ -475... | Go | Apache License 2.0 | googleapis/google-cloud-go | chore(storage): refactor read conditions (#4929) | 1 | chore | storage |
889,620 | 05.10.2021 14:48:30 | -28,800 | e088c76c4e2e5f9e765c299e1e3d2aaa9ab116d4 | feat(webui): accept xAuthToken as query param and convert to session cookie | [
{
"change_type": "MODIFY",
"diff": "@@ -20,6 +20,7 @@ import komgaTransientBooks from './plugins/komga-transientbooks.plugin'\nimport komgaSse from './plugins/komga-sse.plugin'\nimport komgaTasks from './plugins/komga-tasks.plugin'\nimport komgaOauth2 from './plugins/komga-oauth2.plugin'\n+import komgaLogin... | Kotlin | MIT License | gotson/komga | feat(webui): accept xAuthToken as query param and convert to session cookie | 1 | feat | webui |
134,832 | 05.10.2021 14:54:00 | -7,200 | 76fc83986be1417f7be495e26e8c7bcf59774997 | fix: update app sdk to stable v4 | [
{
"change_type": "MODIFY",
"diff": "{\n\"package\": {\n\"dependencies\": {\n- \"@contentful/app-sdk\": \"^4.0.0-alpha.31\",\n+ \"@contentful/app-sdk\": \"^4.0.0\",\n\"@contentful/field-editor-single-line\": \"^0.15.0\",\n\"@contentful/field-editor-test-utils\": \"^0.17.0\",\n\"@contentful/forma-36-fcss\": \... | JavaScript | MIT License | contentful/create-contentful-app | fix: update app sdk to stable v4 | 1 | fix | null |
304,854 | 05.10.2021 14:56:47 | 18,000 | ab60e4c6ede02c31d2e20ff16379670dc2836e1f | chore(test): allow optional passed in cmp.Option parameters in some tests | [
{
"change_type": "MODIFY",
"diff": "@@ -162,7 +162,7 @@ type RuleTestCase struct {\n}\n// PhysicalRuleTestHelper will run a rule test case.\n-func PhysicalRuleTestHelper(t *testing.T, tc *RuleTestCase) {\n+func PhysicalRuleTestHelper(t *testing.T, tc *RuleTestCase, options ...cmp.Option) {\nt.Helper()\nbefo... | Go | MIT License | influxdata/flux | chore(test): allow optional passed in cmp.Option parameters in some tests (#4117) | 1 | chore | test |
869,309 | 05.10.2021 15:00:20 | -7,200 | 9181ac188831d34ea24e0618c017e828f428653a | feat: add more quotes to cex driver | [
{
"change_type": "MODIFY",
"diff": "@@ -13,7 +13,7 @@ class Cex extends Driver {\n* @returns {Promise.Array<Ticker>} Returns a promise of an array with tickers.\n*/\nasync fetchTickers() {\n- const quotes = ['USD', 'ETH', 'BTC'];\n+ const quotes = ['USD', 'ETH', 'BTC', 'USDT', 'GBP', 'EUR'];\nconst { data: ... | JavaScript | MIT License | coinranking/exchanges | feat: add more quotes to cex driver | 1 | feat | null |
679,913 | 05.10.2021 15:00:54 | -7,200 | 532e59fbe762452ef9309f212c0e7108a696bf57 | feat(examples): add pixel-dither example | [
{
"change_type": "ADD",
"diff": "Binary files /dev/null and b/assets/examples/pixel-dither.jpg differ\n",
"new_path": "assets/examples/pixel-dither.jpg",
"old_path": "assets/examples/pixel-dither.jpg"
},
{
"change_type": "ADD",
"diff": "+build\n+dev\n+node_modules\n+yarn.lock\n+!snowpack... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(examples): add pixel-dither example | 1 | feat | examples |
551,649 | 05.10.2021 15:09:33 | -7,200 | de7ab4f83e764c8fe47b038c58c4cfeb82fdae40 | fix(ui): Console asset path for custom directory deployment | [
{
"change_type": "ADD",
"diff": "+ASSET_PATH=/\n\\ No newline at end of file\n",
"new_path": "ui/.env.example",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "@@ -4,3 +4,5 @@ node\ndist\n.tmp\n.sass-cache\n+\n+.env\n",
"new_path": "ui/.gitignore",
"old_path": "ui/.gitign... | Java | Apache License 2.0 | questdb/questdb | fix(ui): Console asset path for custom directory deployment (#1387) | 1 | fix | ui |
791,400 | 05.10.2021 15:18:13 | 21,600 | 76f00144bad18fe207fdd4a1a9fc295084d52247 | chore(storage): bump cloud.google.com/go dep
Bump this dependency to pick up new retry error wrapping logic | [
{
"change_type": "MODIFY",
"diff": "@@ -3,14 +3,14 @@ module cloud.google.com/go/storage\ngo 1.11\nrequire (\n- cloud.google.com/go v0.94.1\n+ cloud.google.com/go v0.97.0\ngithub.com/golang/protobuf v1.5.2\ngithub.com/google/go-cmp v0.5.6\ngithub.com/googleapis/gax-go/v2 v2.1.0\ngolang.org/x/oauth2 v0.0.0-2... | Go | Apache License 2.0 | googleapis/google-cloud-go | chore(storage): bump cloud.google.com/go dep (#4946)
Bump this dependency to pick up new retry error wrapping logic | 1 | chore | storage |
127,946 | 05.10.2021 15:38:22 | -10,800 | 8967e096f0ca5537e9852189c31f74972d8017a3 | feat: popover docs | [
{
"change_type": "MODIFY",
"diff": "@@ -48,6 +48,10 @@ const navigation = [\n{ name: 'Linear', href: '/components/progress/linear' },\n],\n},\n+ {\n+ name: 'Popover',\n+ href: '/components/popover',\n+ },\n{\nname: 'RadioButton',\nchildren: [\n@@ -77,9 +81,7 @@ const navigation = [\n{ name: 'Tabs', href: '/... | TypeScript | MIT License | coingaming/moon-design | feat: popover docs | 1 | feat | null |
127,946 | 05.10.2021 15:42:39 | -10,800 | d2a42c76a60caf16e435e674fedecb5a6658ee40 | fix: hide radiobutton api | [
{
"change_type": "MODIFY",
"diff": "@@ -52,16 +52,17 @@ const navigation = [\nname: 'Popover',\nhref: '/components/popover',\n},\n- {\n- name: 'RadioButton',\n- children: [\n{ name: 'RadioButton', href: '/components/radiobutton/radiobutton' },\n- {\n- name: 'RadioButton API',\n- href: '/components/radiobutt... | TypeScript | MIT License | coingaming/moon-design | fix: hide radiobutton api | 1 | fix | null |
551,648 | 05.10.2021 15:49:37 | -10,800 | 16fb2356f741e3ae90d55622ab7e6836535a787e | feat(ilp): support timestamp fields | [
{
"change_type": "MODIFY",
"diff": "@@ -162,6 +162,10 @@ public final class ColumnType {\nreturn columnType == ColumnType.INT;\n}\n+ public static boolean isLong(int columnType) {\n+ return columnType == ColumnType.LONG;\n+ }\n+\npublic static boolean isNull(int columnType) {\nreturn columnType == NULL;\n}\... | Java | Apache License 2.0 | questdb/questdb | feat(ilp): support timestamp fields (#1358) | 1 | feat | ilp |
791,682 | 05.10.2021 15:52:50 | 18,000 | bf61e13fdb4d1557bffb41d4f4f85c2946a2bd72 | report(flow): elide step name | [
{
"change_type": "MODIFY",
"diff": "--double-base-spacing: calc(var(--base-spacing) * 2);\n--gather-mode-icon-size: 16px;\n--header-adjacent-title-font-size: 14px;\n+ --header-adjacent-title-width: minmax(var(--min-text-width), 1fr);\n--header-current-description-font-size: 12px;\n--header-current-title-fon... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report(flow): elide step name (#13171) | 1 | report | flow |
503,948 | 05.10.2021 15:54:26 | 14,400 | e56b32ae7e22d627662bb7b11904ddad57b42c14 | docs(page): update horizontal nav example to not be forced stacked | [
{
"change_type": "MODIFY",
"diff": "@@ -128,7 +128,7 @@ HorizontalPage = () => {\n);\nconst Header = (\n- <Masthead display={{ default: 'stack' }} inset={{ default: 'insetXs' }}>\n+ <Masthead inset={{ default: 'insetXs' }}>\n<MastheadMain>\n<MastheadBrand href=\"https://patternfly.org\" onClick={() => conso... | TypeScript | MIT License | patternfly/patternfly-react | docs(page): update horizontal nav example to not be forced stacked (#6402) | 1 | docs | page |
129,385 | 05.10.2021 16:08:45 | -7,200 | 807b18619be39ddd93325a2129888c41bbd6fadd | feat(customize.py): adding support for commit_parser, changelog_pattern, change_type_map | [
{
"change_type": "MODIFY",
"diff": "@@ -38,6 +38,18 @@ class CustomizeCommitsCz(BaseCommitizen):\nif custom_change_type_order:\nself.change_type_order = custom_change_type_order\n+ commit_parser = self.custom_settings.get(\"commit_parser\")\n+ if commit_parser:\n+ self.commit_parser = commit_parser\n+\n+ ch... | Python | MIT License | commitizen-tools/commitizen | feat(customize.py): adding support for commit_parser, changelog_pattern, change_type_map | 1 | feat | customize.py |
129,385 | 05.10.2021 16:11:23 | -7,200 | 9906eacc613aac8398906f5c0e4cf576140918f3 | test(test_cz_customize): adding tests for commit_parser, changelog_pattern, change_type_map | [
{
"change_type": "MODIFY",
"diff": "@@ -10,6 +10,9 @@ TOML_STR = r\"\"\"\nexample = \"feature: this feature enable customize through config file\"\nschema = \"<type>: <body>\"\nschema_pattern = \"(feature|bug fix):(\\\\s.*)\"\n+ commit_parser = \"^(?P<change_type>feature|bug fix):\\\\s(?P<message>.*)?\"\n+ ... | Python | MIT License | commitizen-tools/commitizen | test(test_cz_customize): adding tests for commit_parser, changelog_pattern, change_type_map | 1 | test | test_cz_customize |
129,385 | 05.10.2021 16:13:12 | -7,200 | b0e98e103df137766f3d643b2882639fa829ba30 | docs(customization): adding information on commit_parser, changelog_pattern, change_type_map customizable fields | [
{
"change_type": "MODIFY",
"diff": "@@ -26,6 +26,9 @@ info_path = \"cz_customize_info.txt\"\ninfo = \"\"\"\nThis is customized info\n\"\"\"\n+commit_parser = \"^(?P<change_type>feature|bug fix):\\\\s(?P<message>.*)?\"\n+changelog_pattern = \"^(feature|bug fix)?(!)?\"\n+change_type_map = {\"feature\" = \"Fea... | Python | MIT License | commitizen-tools/commitizen | docs(customization): adding information on commit_parser, changelog_pattern, change_type_map customizable fields | 1 | docs | customization |
711,597 | 05.10.2021 16:16:01 | -7,200 | 861ef299f3b673d12624596c3936d6c4b382f32d | feat(core): Expose `withTransaction` method on TransactionalConnection
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -107,6 +107,46 @@ describe('Transaction infrastructure', () => {\nexpect(!!verify.users.find((u: any) => u.identifier === 'test4')).toBe(true);\n});\n+ it('failing mutation inside connection.withTransaction() wrapper with request context', async () => {\n+ try {\n+ awa... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(core): Expose `withTransaction` method on TransactionalConnection
Closes #1129 | 1 | feat | core |
276,939 | 05.10.2021 16:17:06 | 10,800 | bee14fec4ef752bddc70bb1e25519106d7ee993c | refactor(navigation): apply suggestions and simplify usage | [
{
"change_type": "MODIFY",
"diff": "import React, { useState } from 'react';\nimport styled from 'styled-components';\nimport { hexToRgb } from '@gympass/yoga-common';\n-import { Link, navigate } from 'gatsby';\n+import { navigate } from 'gatsby';\nimport { arrayOf, func, bool, shape, number, string } from ... | JavaScript | MIT License | gympass/yoga | refactor(navigation): apply suggestions and simplify usage | 1 | refactor | navigation |
838,025 | 05.10.2021 16:18:02 | 0 | 3314a5fdfa02106666901b7bcc353d4e7c8033e3 | feat: add ErrMessagesAccessWorkChat | [
{
"change_type": "MODIFY",
"diff": "@@ -595,6 +595,9 @@ const (\n// You can't access donut chat without subscription.\nErrMessagesAccessDonutChat ErrorType = 962\n+ // This user can't be added to the work chat, as they aren't an employe.\n+ ErrMessagesAccessWorkChat ErrorType = 967\n+\n// Invalid phone numb... | Go | MIT License | severecloud/vksdk | feat: add ErrMessagesAccessWorkChat | 1 | feat | null |
276,939 | 05.10.2021 16:22:02 | 10,800 | f9ed20da7c7908d137f3ab3976ba5c6849bda93d | fix(navigation): fix aside height for mobile navigation | [
{
"change_type": "MODIFY",
"diff": "@@ -37,7 +37,7 @@ const Wrapper = styled.aside`\nleft: 0;\nwidth: 100%;\n- height: calc(100vh - 70px);\n+ height: calc(100% - 70px);\noverflow: auto;\nz-index: 3;\n",
"new_path": "packages/doc/src/components/Navigation/Navigation.jsx",
"old_path": "packages/doc/sr... | JavaScript | MIT License | gympass/yoga | fix(navigation): fix aside height for mobile navigation | 1 | fix | navigation |
826,656 | 05.10.2021 16:23:11 | -7,200 | 3335a4b397481eb57a726469437e7c499d9b9a24 | docs: add migration guide to v0.7 | [
{
"change_type": "ADD",
"diff": "+---\n+title: Migrating to Keto v0.7\n+---\n+\n+Ory Keto v0.6 used the table-separated namespaces database schema described in\n+the [Google Zanzibar paper](https://research.google/pubs/pub48190/). However, we\n+found for various reasons outlined in\n+[#613](https://github.c... | Go | Apache License 2.0 | ory/keto | docs: add migration guide to v0.7 (#758) | 1 | docs | null |
838,025 | 05.10.2021 16:25:39 | 0 | 1799c9cc9da58284652e49857c17f36e0a9a3c18 | feat: MarketAddToAlbumBuilder add ItemIDs | [
{
"change_type": "MODIFY",
"diff": "@@ -148,6 +148,12 @@ func (b *MarketAddToAlbumBuilder) ItemID(v int) *MarketAddToAlbumBuilder {\nreturn b\n}\n+// ItemIDs parameter.\n+func (b *MarketAddToAlbumBuilder) ItemIDs(v int) *MarketAddToAlbumBuilder {\n+ b.Params[\"item_ids\"] = v\n+ return b\n+}\n+\n// AlbumIDs... | Go | MIT License | severecloud/vksdk | feat: MarketAddToAlbumBuilder add ItemIDs | 1 | feat | null |
276,939 | 05.10.2021 16:34:49 | 10,800 | aec1041dc03f23147d83efc694ee02199064c807 | refactor: move navigation label style callback down | [
{
"change_type": "MODIFY",
"diff": "@@ -74,23 +74,6 @@ const ArrowIcon = styled(Arrow)`\n`;\nconst NavigationLabel = styled.button`\n- ${({\n- active,\n- level,\n- theme: {\n- yoga: {\n- colors: { text, primary },\n- },\n- },\n- }) => `\n- color: ${active ? primary : hexToRgb(text.secondary, 0.75)};\n- text... | JavaScript | MIT License | gympass/yoga | refactor: move navigation label style callback down | 1 | refactor | null |
711,597 | 05.10.2021 16:39:09 | -7,200 | b8448c17315f381d0662aaca91cdd1fdfe89d83d | fix(core): Correct cancellation logic with custom Order process
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -1024,7 +1024,7 @@ export class OrderService {\nprivate async cancelOrderById(ctx: RequestContext, input: CancelOrderInput) {\nconst order = await this.getOrderOrThrow(ctx, input.orderId);\n- if (order.state === 'AddingItems' || order.state === 'ArrangingPayment') {\n+... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Correct cancellation logic with custom Order process
Fixes #1104 | 1 | fix | core |
865,918 | 05.10.2021 16:50:42 | -7,200 | 14291ccfa32338ee12f04c9b526ffe4494497952 | chore: update ReleaseInfo for 4.11 | [
{
"change_type": "MODIFY",
"diff": "@@ -44,25 +44,23 @@ export function ReleaseInfo(props) {\n<div className={ css.ReleaseInfo }>\n<ul>\n<li>\n- <b>New components for Forms</b><br />\n- We added five additional form components such as select, checkbox, and radio\n- button. We also included a markdown text c... | JavaScript | MIT License | camunda/camunda-modeler | chore: update ReleaseInfo for 4.11 | 1 | chore | null |
276,939 | 05.10.2021 16:51:18 | 10,800 | 1b88071c39d26c138a8091590d9065a8cbb18b54 | fix: add back conditional regexp | [
{
"change_type": "MODIFY",
"diff": "@@ -138,7 +138,7 @@ const ListItem = ({\nconst { pathname } = window.location;\nconst linkPath = prefix ? `/yoga${filteredUrl}` : filteredUrl;\n- const isActive = pathname === linkPath;\n+ const isActive = window && pathname.replace(/\\/$/, '') === linkPath;\nconst onNavi... | JavaScript | MIT License | gympass/yoga | fix: add back conditional regexp | 1 | fix | null |
838,025 | 05.10.2021 16:55:28 | 0 | b5892405556a8f190d2a6d35468d4d4b2ba20afb | feat: MarketEditAlbumBuilder add IsHidden | [
{
"change_type": "MODIFY",
"diff": "@@ -424,6 +424,12 @@ func (b *MarketEditAlbumBuilder) MainAlbum(v bool) *MarketEditAlbumBuilder {\nreturn b\n}\n+// IsHidden flag.\n+func (b *MarketEditAlbumBuilder) IsHidden(v bool) *MarketEditAlbumBuilder {\n+ b.Params[\"is_hidden\"] = v\n+ return b\n+}\n+\n// MarketEdi... | Go | MIT License | severecloud/vksdk | feat: MarketEditAlbumBuilder add IsHidden | 1 | feat | null |
838,025 | 05.10.2021 17:10:33 | 0 | 9e9f0ccb257144ddcbe87688a11739ecce2053af | feat: MarketEditOrderBuilder add more parameters | [
{
"change_type": "MODIFY",
"diff": "@@ -468,6 +468,60 @@ func (b *MarketEditOrderBuilder) Status(v int) *MarketEditOrderBuilder {\nreturn b\n}\n+// TrackNumber parameter.\n+func (b *MarketEditOrderBuilder) TrackNumber(v string) *MarketEditOrderBuilder {\n+ b.Params[\"track_number\"] = v\n+ return b\n+}\n+\n... | Go | MIT License | severecloud/vksdk | feat: MarketEditOrderBuilder add more parameters | 1 | feat | null |
551,649 | 05.10.2021 17:15:43 | -7,200 | c1a18c5b616938f51e039ba98f3703b7eb74cad3 | fix: UI query timings selection | [
{
"change_type": "MODIFY",
"diff": "@@ -43,6 +43,7 @@ export type TextProps = Readonly<{\nhtmlFor?: string\nonClick?: () => void\nsize?: FontSize\n+ title?: string\ntransform?: Transform\ntype?: Type\nweight?: number\n",
"new_path": "ui/src/components/Text/index.tsx",
"old_path": "ui/src/components/... | Java | Apache License 2.0 | questdb/questdb | fix: UI query timings selection (#1389) | 1 | fix | null |
711,597 | 05.10.2021 17:17:04 | -7,200 | 894ca4a9c2678debc2e802e286084d6f5f390bed | feat(admin-ui): Add empty option for nullable custom field selects
Relates to | [
{
"change_type": "MODIFY",
"diff": "@@ -258,6 +258,7 @@ export type BooleanCustomFieldConfig = CustomField & {\ndescription?: Maybe<Array<LocalizedString>>;\nreadonly?: Maybe<Scalars['Boolean']>;\ninternal?: Maybe<Scalars['Boolean']>;\n+ nullable?: Maybe<Scalars['Boolean']>;\n};\nexport type BooleanOperator... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(admin-ui): Add empty option for nullable custom field selects
Relates to #1083 | 1 | feat | admin-ui |
471,560 | 05.10.2021 17:17:29 | -28,800 | 2869e7d03f9ad7d2176d4f0bf2ece0695978e40a | docs: fix typo in attributes-and-properties.md | [
{
"change_type": "MODIFY",
"diff": "@@ -23,7 +23,7 @@ console.log(myDiv.hasAttribute('foo'));\nAttributes can also be set from javascript, and will update the attribute in the DOM:\n```js\n-myDiv.getAttribute('foo', 'not-bar');\n+myDiv.setAttribute('foo', 'not-bar');\n```\n```html\n",
"new_path": "docs/... | JavaScript | MIT License | open-wc/open-wc | docs: fix typo in attributes-and-properties.md (#2293) | 1 | docs | null |
217,922 | 05.10.2021 17:24:53 | -7,200 | ed1e3e4f4228b2e8f26d105d01272a3a0cd07f61 | chore(release): 8.6.3 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"8.6.3\"></a>\n+## [8.6.3](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compare/... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 8.6.3 | 1 | chore | release |
838,025 | 05.10.2021 17:27:27 | -10,800 | 32485c1d54b038005434193c0639d8b5c9698ad2 | feat: add ErrIPNotAllowed | [
{
"change_type": "MODIFY",
"diff": "@@ -180,6 +180,9 @@ const (\n// Additional signup required.\nErrAdditionalSignupRequired ErrorType = 41\n+ // IP is not allowed.\n+ ErrIPNotAllowed ErrorType = 42\n+\n// One of the parameters specified was missing or invalid\n//\n// Check the required parameters list and ... | Go | MIT License | severecloud/vksdk | feat: add ErrIPNotAllowed | 1 | feat | null |
838,025 | 05.10.2021 17:29:23 | -10,800 | c1ebc358bb7ade4467bc6a3463868107860d4969 | feat: add ErrAnonymousTokenExpired | [
{
"change_type": "MODIFY",
"diff": "@@ -604,6 +604,9 @@ const (\n// Processing.. Try later.\nErrAuthDelay ErrorType = 1112\n+ // Anonymous token has expired.\n+ ErrAnonymousTokenExpired ErrorType = 1114\n+\n// Invalid document id.\nErrParamDocID ErrorType = 1150\n",
"new_path": "api/errors.go",
"old... | Go | MIT License | severecloud/vksdk | feat: add ErrAnonymousTokenExpired | 1 | feat | null |
838,025 | 05.10.2021 17:30:17 | -10,800 | e3b8c036e5c62b570687935f343cc705ae69ba83 | feat: add ErrAnonymousTokenInvalid | [
{
"change_type": "MODIFY",
"diff": "@@ -607,6 +607,9 @@ const (\n// Anonymous token has expired.\nErrAnonymousTokenExpired ErrorType = 1114\n+ // Anonymous token is invalid.\n+ ErrAnonymousTokenInvalid ErrorType = 1116\n+\n// Invalid document id.\nErrParamDocID ErrorType = 1150\n",
"new_path": "api/erro... | Go | MIT License | severecloud/vksdk | feat: add ErrAnonymousTokenInvalid | 1 | feat | null |
126,295 | 05.10.2021 17:54:38 | -7,200 | fe7deb6cee6d877e2e5889a7453a89d3c9c92bea | test(pkg/stdlib): increase code coverage and add immudb ssl mode types | [
{
"change_type": "ADD",
"diff": "+/*\n+Copyright 2021 CodeNotary, Inc. All rights reserved.\n+\n+Licensed under the Apache License, Version 2.0 (the \"License\");\n+you may not use this file except in compliance with the License.\n+You may obtain a copy of the License at\n+\n+ http://www.apache.org/licenses... | Go | Apache License 2.0 | codenotary/immudb | test(pkg/stdlib): increase code coverage and add immudb ssl mode types
Signed-off-by: Michele Meloni <cleaversdev@gmail.com> | 1 | test | pkg/stdlib |
889,620 | 05.10.2021 18:08:30 | -28,800 | 7a176f23078d14e82981bdea86032f113581f5d2 | feat(api): download read list as zip | [
{
"change_type": "MODIFY",
"diff": "@@ -5,13 +5,18 @@ import io.swagger.v3.oas.annotations.media.Content\nimport io.swagger.v3.oas.annotations.media.Schema\nimport io.swagger.v3.oas.annotations.responses.ApiResponse\nimport mu.KotlinLogging\n+import org.apache.commons.compress.archivers.zip.ZipArchiveEntry\... | Kotlin | MIT License | gotson/komga | feat(api): download read list as zip | 1 | feat | api |
889,620 | 05.10.2021 18:09:22 | -28,800 | acdea3daf1f1667508457b7964e0427ec8ef2591 | feat(webui): download read list as zip
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -52,6 +52,10 @@ export function readListThumbnailUrl (readListId: string): string {\nreturn `${urls.originNoSlash}/api/v1/readlists/${readListId}/thumbnail`\n}\n+export function readListFileUrl (readListId: string): string {\n+ return `${urls.originNoSlash}/api/v1/read... | Kotlin | MIT License | gotson/komga | feat(webui): download read list as zip
closes #411 | 1 | feat | webui |
838,025 | 05.10.2021 18:13:44 | -10,800 | b548b359c752b0aa3280454eb7bc35002aff9f43 | feat: add ErrMainAlbumCantHidden | [
{
"change_type": "MODIFY",
"diff": "@@ -736,6 +736,9 @@ const (\n// Market was already disabled in this group.\nErrMarketAlreadyDisabled ErrorType = 1432\n+ // Main album can not be hidden.\n+ ErrMainAlbumCantHidden ErrorType = 1446\n+\n// Story has already expired.\nErrStoryExpired ErrorType = 1600\n",
... | Go | MIT License | severecloud/vksdk | feat: add ErrMainAlbumCantHidden | 1 | feat | null |
838,025 | 05.10.2021 18:15:38 | -10,800 | 4b218180ea68bc300268fe1097584e3dd9fad73b | feat: add ErrMessagesAccessDonutChat | [
{
"change_type": "MODIFY",
"diff": "@@ -592,6 +592,9 @@ const (\n// Can't send message, reply timed out.\nErrMessagesReplyTimedOut ErrorType = 950\n+ // You can't access donut chat without subscription.\n+ ErrMessagesAccessDonutChat ErrorType = 962\n+\n// Invalid phone number.\nErrParamPhone ErrorType = 100... | Go | MIT License | severecloud/vksdk | feat: add ErrMessagesAccessDonutChat | 1 | feat | null |
472,067 | 05.10.2021 18:24:33 | -32,400 | 25c2b29ee7c85d48931b15425a678ee86320a236 | refactor(spindle-tokens): trim comment | [
{
"change_type": "MODIFY",
"diff": "@@ -73,7 +73,7 @@ export function exporter({\nconst aliasValueMatch = style.comment.match(aliasReg);\naliasValue = aliasValueMatch ? aliasValueMatch[0] : null;\n- const finalComment = style.comment.replace(aliasReg, '');\n+ const finalComment = style.comment.replace(alias... | TypeScript | MIT License | openameba/spindle | refactor(spindle-tokens): trim comment
Co-authored-by: Hiroki Tani <tani_hiroki_xa@cyberagent.co.jp> | 1 | refactor | spindle-tokens |
472,067 | 05.10.2021 18:27:04 | -32,400 | be2f978eeed7f390f239f082237dc44f163bacc4 | refactor(spindle-tokens): format script | [
{
"change_type": "MODIFY",
"diff": "@@ -73,7 +73,9 @@ export function exporter({\nconst aliasValueMatch = style.comment.match(aliasReg);\naliasValue = aliasValueMatch ? aliasValueMatch[0] : null;\n- const finalComment = style.comment.replace(aliasReg, '').trim();\n+ const finalComment = style.comment\n+ .re... | TypeScript | MIT License | openameba/spindle | refactor(spindle-tokens): format script | 1 | refactor | spindle-tokens |
472,067 | 05.10.2021 18:29:58 | -32,400 | 1fae46373a8de29904104616b2ab11ad255d50dc | test(spindle-tokens): update test fixture | [
{
"change_type": "MODIFY",
"diff": "@@ -145,7 +145,7 @@ describe('style output as style dictionary JSON', () => {\npath.resolve(output, fileName),\n'{\\n' +\n' \"variable-name\": {\\n' +\n- ' \"comment\": \"Alias\\\\n\",\\n' +\n+ ' \"comment\": \"Alias\",\\n' +\n' \"value\": \"{Color.Primitive.Green}\"\\n' ... | TypeScript | MIT License | openameba/spindle | test(spindle-tokens): update test fixture | 1 | test | spindle-tokens |
838,025 | 05.10.2021 18:35:01 | -10,800 | 1a11fdafd7d5d220422ec95ee64e07001f66471f | feat: AccountGetCountersBuilder add UserID | [
{
"change_type": "MODIFY",
"diff": "@@ -155,6 +155,12 @@ func (b *AccountGetCountersBuilder) Filter(v []string) *AccountGetCountersBuilde\nreturn b\n}\n+// UserID parameter.\n+func (b *AccountGetCountersBuilder) UserID(v int) *AccountGetCountersBuilder {\n+ b.Params[\"user_id\"] = v\n+ return b\n+}\n+\n// A... | Go | MIT License | severecloud/vksdk | feat: AccountGetCountersBuilder add UserID | 1 | feat | null |
838,025 | 05.10.2021 18:40:24 | -10,800 | 47a512b986c0885977820c8a87697678a6373c04 | feat: GroupsCreateBuilder add PublicSubcategory | [
{
"change_type": "MODIFY",
"diff": "@@ -112,12 +112,14 @@ func TestGroupsCreateBuilder(t *testing.T) {\nb.Description(\"text\")\nb.Type(\"text\")\nb.PublicCategory(1)\n+ b.PublicSubcategory(1)\nb.Subtype(1)\nassert.Equal(t, b.Params[\"title\"], \"text\")\nassert.Equal(t, b.Params[\"description\"], \"text\")... | Go | MIT License | severecloud/vksdk | feat: GroupsCreateBuilder add PublicSubcategory | 1 | feat | null |
838,025 | 05.10.2021 18:50:54 | -10,800 | 319de4961da4db085b4d2c640ed6b7e7c3192495 | feat: MarketAddAlbumBuilder add IsHidden | [
{
"change_type": "MODIFY",
"diff": "@@ -116,6 +116,12 @@ func (b *MarketAddAlbumBuilder) MainAlbum(v bool) *MarketAddAlbumBuilder {\nreturn b\n}\n+// IsHidden flag.\n+func (b *MarketAddAlbumBuilder) IsHidden(v bool) *MarketAddAlbumBuilder {\n+ b.Params[\"is_hidden\"] = v\n+ return b\n+}\n+\n// MarketAddToAl... | Go | MIT License | severecloud/vksdk | feat: MarketAddAlbumBuilder add IsHidden | 1 | feat | null |
317,832 | 05.10.2021 18:54:43 | -11,880 | 356dda306c5d968add93bc40dc0d9b3681f6c647 | theme: add amro | [
{
"change_type": "MODIFY",
"diff": "@@ -21,6 +21,7 @@ function newThemeConfig(rpromptOffset = 40, cursorPadding = 30, author = \"\", bgC\nlet themeConfigOverrrides = new Map();\nthemeConfigOverrrides.set('agnoster.omp.json', newThemeConfig(40, 40));\nthemeConfigOverrrides.set('agnosterplus.omp.json', newThe... | Go | MIT License | jandedobbeleer/oh-my-posh | theme: add amro | 1 | theme | null |
217,922 | 05.10.2021 20:07:58 | -7,200 | c1e944a17ec3b957f6c32a9f8836b523cafbc237 | fix(allagan-reports): fixed display for voyage rarity | [
{
"change_type": "MODIFY",
"diff": "{{data.voyageId | voyageName: data.voyageType | i18n}}\n</div>\n<div *ngIf=\"data.rarity !== undefined\">\n- {{('ALLAGAN_REPORTS' + ['Rarity_Common','Rarity_Voyage_exclusive','Rarity_Rare'][data.rarity]) | translate}}\n+ {{('ALLAGAN_REPORTS.' + ['Rarity_Common','Rarity_Vo... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix(allagan-reports): fixed display for voyage rarity | 1 | fix | allagan-reports |
756,051 | 05.10.2021 20:16:44 | 18,000 | 6083d6fd8b148707e757309332cffc285050eb61 | chore(swingset): belongs in devDependencies
* chore(swingset): prune tmp dep. - moved to xsnap
snapstore has moved (back) to xsnap
discovered while reviewing the SwingSet dependencies for a security review
* chore(swingset): to devDependencies | [
{
"change_type": "MODIFY",
"diff": "},\n\"devDependencies\": {\n\"@endo/ses-ava\": \"^0.2.8\",\n- \"ava\": \"^3.12.1\"\n+ \"@types/tmp\": \"^0.2.0\",\n+ \"ava\": \"^3.12.1\",\n+ \"tmp\": \"^0.2.1\"\n},\n\"dependencies\": {\n\"@agoric/assert\": \"^0.3.13\",\n\"@agoric/swing-store\": \"^0.6.1\",\n\"@agoric/xs... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore(swingset): @types/tmp belongs in devDependencies (#3049)
* chore(swingset): prune tmp dep. - moved to xsnap
snapstore has moved (back) to xsnap
discovered while reviewing the SwingSet dependencies for a security review
* chore(swingset): @types/tmp to devDependencies | 1 | chore | swingset |
269,464 | 05.10.2021 20:20:23 | 10,800 | f4a751579ac84d0a6a34e21c80f1ba256c1492c8 | chore(ci): update taskfile, rm makefile
refs | [
{
"change_type": "DELETE",
"diff": "-SOURCE_FILES?=./...\n-TEST_PATTERN?=.\n-TEST_OPTIONS?=\n-DOCKER?=docker\n-\n-export PATH := ./bin:$(PATH)\n-export GO111MODULE := on\n-export GOPROXY = https://proxy.golang.org,direct\n-\n-# Setup pre-commit hooks\n-dev:\n- cp -f scripts/pre-commit.sh .git/hooks/pre-comm... | Go | MIT License | goreleaser/goreleaser | chore(ci): update taskfile, rm makefile
refs #2557
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> | 1 | chore | ci |
269,464 | 05.10.2021 20:23:43 | 10,800 | 862da4998366eeae1bc11a0e4f9f396a380567bf | docs: improve home a bit | [
{
"change_type": "MODIFY",
"diff": "<li>Create Docker images and manifests</li>\n<li>Create Linux packages and Homebrew taps</li>\n<li>Sign artifacts, checksums and Docker images</li>\n- <li>Announce new releases on Twitter, Slack, Discord, Microsoft Teams and many more...</li>\n+ <li>Announce new releases ... | Go | MIT License | goreleaser/goreleaser | docs: improve home a bit
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> | 1 | docs | null |
217,922 | 05.10.2021 20:25:25 | -7,200 | 6b01ddd23c7408f90d8638981a61a60399b619dc | perf(allagan-reports): better network performances | [
{
"change_type": "MODIFY",
"diff": "@@ -6,7 +6,7 @@ import gql from 'graphql-tag';\nimport { Apollo } from 'apollo-angular';\nimport { AllaganReportStatus } from './model/allagan-report-status';\nimport { AllaganReportQueueEntry } from './model/allagan-report-queue-entry';\n-import { map, mapTo, shareReplay... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | perf(allagan-reports): better network performances | 1 | perf | allagan-reports |
217,922 | 05.10.2021 20:25:54 | -7,200 | 0f41a653f743933231cfce5b3a68506064e98f78 | chore(release): 8.6.4 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"8.6.4\"></a>\n+## [8.6.4](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compare/... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore(release): 8.6.4 | 1 | chore | release |
269,464 | 05.10.2021 20:39:24 | 10,800 | e7a9c2f05cad39adf008c3376e6409c380ff1cae | chore(ci): improve taskfile and build | [
{
"change_type": "MODIFY",
"diff": "@@ -55,15 +55,12 @@ jobs:\nkey: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}\nrestore-keys: |\n${{ runner.os }}-go-\n- - uses: sigstore/cosign-installer@v1.2.0\n-\n- name: Setup\n- run: |\n- task setup\n+ name: Setup Sigstore\n+ uses: sigstore/cosign-installer@v1.2.0... | Go | MIT License | goreleaser/goreleaser | chore(ci): improve taskfile and build
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> | 1 | chore | ci |
269,464 | 05.10.2021 20:46:59 | 10,800 | 4b31017bd7a625c0ce761605853ed50848a34130 | docs: fix imgs | [
{
"change_type": "MODIFY",
"diff": "@@ -59,7 +59,7 @@ tasks:\n- wget -O www/docs/static/logo.png https://github.com/goreleaser/artwork/raw/master/goreleaserfundo.png\n- wget -O www/docs/static/card.png \"https://og.caarlos0.dev/**GoReleaser**%20%7C%20Deliver%20Go%20binaries%20as%20fast%20and%20easily%20as%2... | Go | MIT License | goreleaser/goreleaser | docs: fix imgs
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> | 1 | docs | null |
269,464 | 05.10.2021 20:53:17 | 10,800 | d7e5ea5abf089f7d335842bf94e52698d784238e | test: use mock client | [
{
"change_type": "MODIFY",
"diff": "@@ -28,6 +28,8 @@ type Mock struct {\nUploadedFilePaths map[string]string\nFailFirstUpload bool\nLock sync.Mutex\n+ ClosedMilestone string\n+ FailToCloseMilestone bool\n}\nfunc (c *Mock) Changelog(ctx *context.Context, repo Repo, prev, current string) (string, error) {\n@... | Go | MIT License | goreleaser/goreleaser | test: use mock client
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> | 1 | test | null |
711,597 | 05.10.2021 20:59:48 | -7,200 | e5abab035117efbbe90aa6974e7ec5c901c8d053 | feat(core): Make password hashing strategy configurable
Closes | [
{
"change_type": "ADD",
"diff": "+import { PasswordHashingStrategy } from './password-hashing-strategy';\n+\n+const SALT_ROUNDS = 12;\n+\n+/**\n+ * @description\n+ * A hashing strategy which uses bcrypt (https://en.wikipedia.org/wiki/Bcrypt) to hash plaintext password strings.\n+ *\n+ * @docsCategory auth\n... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(core): Make password hashing strategy configurable
Closes #1063 | 1 | feat | core |
269,464 | 05.10.2021 21:02:20 | 10,800 | 4aa0fa997f3a7dd5dd6d4c6e9d2a19b2123e6b4e | docs: fix license year | [
{
"change_type": "MODIFY",
"diff": "MIT License\n-Copyright (c) 2016 Carlos Alexandro Becker\n+Copyright (c) 2016-2021 Carlos Alexandro Becker\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\n",
... | Go | MIT License | goreleaser/goreleaser | docs: fix license year
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> | 1 | docs | null |
756,013 | 05.10.2021 21:31:42 | 21,600 | 828427b390b798c442c1127688608668816138ae | chore(dockerignore): clean up handling of Terraform secrets
Ignore generated Terraform `vars.tf` and `deployment.json` files
in Docker builds. | [
{
"change_type": "MODIFY",
"diff": "@@ -7,6 +7,8 @@ packages/cosmic-swingset/lib/lib*.h\npackages/cosmic-swingset/lib/lib*.so\npackages/swingset-runner\npackages/stat-logger\n+**/deployment.json\n+**/vars.tf\n**/*.log\n**/dist\n**/build\n",
"new_path": ".dockerignore",
"old_path": ".dockerignore"
... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | chore(dockerignore): clean up handling of Terraform secrets (#3930)
Ignore generated Terraform `vars.tf` and `deployment.json` files
in Docker builds. | 1 | chore | dockerignore |
269,464 | 05.10.2021 22:06:20 | 10,800 | 18ca16d5473fb27913282c3d0632a0c9b52a2860 | test: gitlab download url template | [
{
"change_type": "MODIFY",
"diff": "@@ -19,8 +19,13 @@ import (\n)\nfunc TestGitLabReleaseURLTemplate(t *testing.T) {\n+ repo := config.Repo{\n+ Owner: \"owner\",\n+ Name: \"name\",\n+ }\ntests := []struct {\nname string\n+ repo config.Repo\ndownloadURL string\nwantDownloadURL string\nwantErr bool\n@@ -28,1... | Go | MIT License | goreleaser/goreleaser | test: gitlab download url template
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> | 1 | test | null |
401,107 | 05.10.2021 22:33:33 | -19,080 | ba35d46c89128c6705885e48e6b452ff5dcbc895 | Feat: Change background color for flat variant of tab
* feat(core): change background color for flat variant of tab
affects:
ISSUES CLOSED:
* revert(yarn.lock): remove theme and utils dependency | [
{
"change_type": "MODIFY",
"diff": "@@ -121,6 +121,14 @@ const flatOutlinedStyle = css<StyledTabProps>`\n}\n`;\n+const flatBackgroundStyle = css`\n+ background-color: transparent;\n+\n+ &:disabled {\n+ background-color: transparent;\n+ }\n+`;\n+\nexport const TabWrapper = styled('button').attrs(({ theme }) ... | TypeScript | MIT License | medly/medly-components | Feat: Change background color for flat variant of tab (#472)
* feat(core): change background color for flat variant of tab
affects: @medly-components/core
ISSUES CLOSED: #452
* revert(yarn.lock): remove theme and utils dependency
Co-authored-by: Sameer Waskar <sameer.waskar@medly.com>
Co-authored-by: Muku... | 1 | feat | null |
103,434 | 05.10.2021 22:49:44 | -7,200 | a488d69b8a10669aa1dd8c67e77aba503e809514 | docs: Add Groovy to Showcase | [
{
"change_type": "ADD",
"diff": "Binary files /dev/null and b/docs/assets/showcase/groovy.png differ\n",
"new_path": "docs/assets/showcase/groovy.png",
"old_path": "docs/assets/showcase/groovy.png"
},
{
"change_type": "MODIFY",
"diff": "@@ -112,6 +112,14 @@ const data: Data[] = [\nandroi... | TypeScript | MIT License | callstack/react-native-paper | docs: Add Groovy to Showcase (#2871) | 1 | docs | null |
386,595 | 05.10.2021 22:53:55 | -7,200 | 9f1b0030145fb933e7ce678bb44ba96899f2730a | chore: Fix typo in AutoComplete. | [
{
"change_type": "MODIFY",
"diff": "@@ -71,7 +71,7 @@ const AutoCompleteInput = ({\nmethods.triggerEvent({ name: 'onChange' });\n}}\nonSearch={(newVal) => {\n- methods.triggerEvent({ name: 'onChange', event: { value: newVal } });\n+ methods.triggerEvent({ name: 'onSearch', event: { value: newVal } });\n}}\n... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | chore: Fix typo in AutoComplete. | 1 | chore | null |
269,464 | 05.10.2021 23:15:21 | 10,800 | d7e1bcc1f069bc294abe9032c9209f271dc60745 | fix: armv7 on linux is usually armv7l | [
{
"change_type": "MODIFY",
"diff": "@@ -20,7 +20,7 @@ func Arch(key string) string {\ncase \"arm6\": // GOARCH + GOARM\nreturn \"armhf\"\ncase \"arm7\": // GOARCH + GOARM\n- return \"armhf\"\n+ return \"armv7l\"\ncase \"mips64le\":\nreturn \"mips64el\"\ncase \"mipsle\":\n",
"new_path": "internal/linux/a... | Go | MIT License | goreleaser/goreleaser | fix: armv7 on linux is usually armv7l
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> | 1 | fix | null |
269,464 | 05.10.2021 23:23:19 | 10,800 | 2cf4d2815793b60d9c3939dc647c67b1776d9a1e | chore(ci): improve release workflow | [
{
"change_type": "MODIFY",
"diff": "@@ -90,10 +90,10 @@ jobs:\n-\nname: Snapcraft Login\nif: startsWith(github.ref, 'refs/tags/v')\n- run: |\n- snapcraft login --with <(echo \"${{ secrets.SNAPCRAFT_LOGIN }}\")\n+ run: snapcraft login --with <(echo \"${{ secrets.SNAPCRAFT_LOGIN }}\")\n-\nname: GoReleaser\n+ ... | Go | MIT License | goreleaser/goreleaser | chore(ci): improve release workflow
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> | 1 | chore | ci |
679,913 | 05.10.2021 23:30:40 | -7,200 | 609635729a7d92d087a59684e00d19e609c5927f | feat(rdom): add $replace() control/wrapper | [
{
"change_type": "MODIFY",
"diff": "\"./promise\": {\n\"import\": \"./promise.js\"\n},\n+ \"./replace\": {\n+ \"import\": \"./replace.js\"\n+ },\n\"./scheduler\": {\n\"import\": \"./scheduler.js\"\n},\n",
"new_path": "packages/rdom/package.json",
"old_path": "packages/rdom/package.json"
},
{
... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(rdom): add $replace() control/wrapper | 1 | feat | rdom |
679,913 | 05.10.2021 23:34:30 | -7,200 | 936cdcb091514e91a188f443da7fa8549bc15a3a | refactor(examples): update rdom examples | [
{
"change_type": "MODIFY",
"diff": "@@ -18,7 +18,7 @@ import { staticDropdown } from \"@thi.ng/rdom-components/dropdown\";\nimport { $compile } from \"@thi.ng/rdom/compile\";\nimport { $inputCheckbox, $inputNum, $inputTrigger } from \"@thi.ng/rdom/event\";\nimport { $list } from \"@thi.ng/rdom/list\";\n-imp... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): update rdom examples | 1 | refactor | examples |
902,122 | 05.10.2021 23:36:45 | -7,200 | 2648659b1b450ec2b8cbd25fecc0bfd9f15afe26 | fix: kill process after timeout | [
{
"change_type": "MODIFY",
"diff": "@@ -21,13 +21,14 @@ module.exports = (\nreturn async (url, query = {}) => {\nconst browserlessPromise = getBrowserless()\nlet isRejected = false\n+ let subprocess\nasync function run () {\nconst browserless = await browserlessPromise\nconst browser = await browserless.bro... | JavaScript | MIT License | microlinkhq/browserless | fix: kill process after timeout | 1 | fix | null |
902,122 | 05.10.2021 23:37:50 | -7,200 | d77606215f68ef7ecb1a6c875c4fd51fc37cc27f | chore(release): v9.2.11 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [9.2.11](https://github.com/microlinkhq/browserless/compare/v9.2.10...v9.2.11) (2021-10-05)\n+\n+\n+### Bug Fixes\... | JavaScript | MIT License | microlinkhq/browserless | chore(release): v9.2.11 | 1 | chore | release |
269,464 | 06.10.2021 01:15:31 | 10,800 | 1f774d5d6a72fbb43ed24ec6d9278a6dc0d481fa | fix: changelog filters and sort when using github | [
{
"change_type": "MODIFY",
"diff": "@@ -66,7 +66,7 @@ func (c *githubClient) Changelog(ctx *context.Context, repo Repo, prev, current\nvar log []string\nfor _, commit := range result.Commits {\nlog = append(log, fmt.Sprintf(\n- \"- %s: %s (@%s)\",\n+ \"%s: %s (@%s)\",\ncommit.GetSHA(),\nstrings.Split(commit... | Go | MIT License | goreleaser/goreleaser | fix: changelog filters and sort when using github
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> | 1 | fix | null |
269,464 | 06.10.2021 01:16:05 | 10,800 | c456654778c094462263c37d06e6f08ee403a3d8 | fix: ignore 409 when pushing to fury.io
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -3,5 +3,10 @@ set -e\nif [ \"${1: -4}\" == \".deb\" ] || [ \"${1: -4}\" == \".rpm\" ]; then\ncd dist\necho \"uploading $1\"\n- curl -f -q -s -F package=\"@$1\" \"https://$FURY_TOKEN@push.fury.io/goreleaser/\" >/dev/null\n+ status=\"$(curl -s -q -o /dev/null -w \"%{http... | Go | MIT License | goreleaser/goreleaser | fix: ignore 409 when pushing to fury.io
closes #2560
Signed-off-by: Carlos A Becker <caarlos0@gmail.com> | 1 | fix | null |
251,219 | 06.10.2021 07:49:19 | 18,000 | 3c2e44233d48978defca3c05105b5989ebbfe1e5 | fix: update casa and passwordless templates | [
{
"change_type": "MODIFY",
"diff": "$(\".focused-text\").attr(\"required\", \"true\")\n$(document).ready(function () {\n+ storedCredsWorkaround();\nfillPlatformField();\nfillPlatforAuthenticatorField();\n})\n+ function storedCredsWorkaround() {\n+ //Needed when browser pre-fills usr/pwd due to JSF issue wit... | Java | MIT License | gluufederation/oxauth | fix: update casa and passwordless templates #1570 | 1 | fix | null |
730,497 | 06.10.2021 08:50:06 | -3,600 | 9e01440f1701c67649c09d2d1fad244c7d1fdb79 | docs(readme): correct docs hyperlink | [
{
"change_type": "MODIFY",
"diff": "# Documentation\n-This directory contains the configuration and raw markdown for the [API docs](https://webex.github.io/webex-js-sdk/api/). The [docs](./docs) directory contains the jekyll site for the rest of the documentation.\n+This directory contains the configuration... | JavaScript | MIT License | webex/webex-js-sdk | docs(readme): correct docs hyperlink | 1 | docs | readme |
942,581 | 06.10.2021 09:01:52 | 21,600 | 1fd8f4f68c3227412c0f06470521cdcc5920cf22 | ci: Fix automerge by changing token to PAT [skip ci] | [
{
"change_type": "MODIFY",
"diff": "@@ -13,4 +13,4 @@ jobs:\n- name: Enable Automerge\nuses: Workday/canvas-kit-actions/enable-automerge@v1\nwith:\n- token: ${{ secrets.GITHUB_TOKEN }}\n+ token: ${{ secrets.GH_RW_TOKEN }}\n",
"new_path": ".github/workflows/enable-automerge.yml",
"old_path": ".github... | TypeScript | Apache License 2.0 | workday/canvas-kit | ci: Fix automerge by changing token to PAT [skip ci] | 1 | ci | null |
503,965 | 06.10.2021 09:05:48 | 14,400 | 212611aae49d30385b500b5299be2975900ec22c | fix(catalog, umd): remove node-sass to allow building on node16 | [
{
"change_type": "MODIFY",
"diff": "\"url\": \"https://github.com/patternfly/patternfly-react.git\"\n},\n\"engines\": {\n- \"node\": \">=8.9.0\",\n- \"npm\": \">=5.5.1\",\n+ \"node\": \">=14.0.0\",\n\"yarn\": \">=1.6.0\"\n},\n\"keywords\": [\n",
"new_path": "package.json",
"old_path": "package.json"... | TypeScript | MIT License | patternfly/patternfly-react | fix(catalog, umd): remove node-sass to allow building on node16 (#6398) | 1 | fix | catalog, umd |
503,965 | 06.10.2021 09:32:38 | 14,400 | 4879a2b05dac307ff5c13ef42b4a14a0515a4092 | fix(react-tokens): parse var(--pf, initialValue) | [
{
"change_type": "MODIFY",
"diff": "@@ -112,16 +112,16 @@ function generateTokens() {\n};\nconst getComputedCSSVarValue = (value, selector, varMap) =>\n- value.replace(/var\\(([\\w-]*)\\)/g, (full, match) => {\n- if (match.startsWith('--pf-global')) {\n- if (varMap[match]) {\n- return varMap[match];\n+ valu... | TypeScript | MIT License | patternfly/patternfly-react | fix(react-tokens): parse var(--pf, initialValue) (#6408) | 1 | fix | react-tokens |
531,793 | 06.10.2021 09:43:22 | -3,600 | 9237e5e699fbe45c76de4d051b6c4dd8b63ad54d | fix(deps): group bootstrap and bootswatch updates | [
{
"change_type": "MODIFY",
"diff": "{\n\"updateTypes\": [\"minor\", \"patch\", \"pin\", \"digest\"],\n\"automerge\": true\n+ },\n+ {\n+ \"matchPackagePatterns\": [\"bootstrap\", \"bootswatch\"],\n+ \"groupName\": \"bootstrap\"\n}\n],\n\"node\": {\n",
"new_path": "renovate.json",
"old_path": "renovat... | TypeScript | Apache License 2.0 | prymitive/karma | fix(deps): group bootstrap and bootswatch updates | 1 | fix | deps |
777,396 | 06.10.2021 09:50:49 | 21,600 | 2a956a1f7c1e0864988b8217e3c4a3c4ed89d524 | chore: remove NativeContext and simplify Context inheritance | [
{
"change_type": "MODIFY",
"diff": ".. _estimator-context:\n-*******************************************\n- ``determined.estimator.EstimatorContext``\n-*******************************************\n+************************************************\n+ ``determined.estimator.EstimatorTrialContext``\n+*********... | Python | Apache License 2.0 | determined-ai/determined | chore: remove NativeContext and simplify Context inheritance (#3044) | 1 | chore | null |
711,597 | 06.10.2021 10:20:59 | -7,200 | c96938d4fe16fe8240d02c990989dacd40334898 | chore(core): Fix circular dependency & lazy require | [
{
"change_type": "MODIFY",
"diff": "@@ -12,12 +12,12 @@ const SALT_ROUNDS = 12;\nexport class BcryptPasswordHashingStrategy implements PasswordHashingStrategy {\nprivate bcrypt: any;\n- async init() {\n+ constructor() {\n// The bcrypt lib is lazily loaded so that if we want to run Vendure\n// in an environm... | TypeScript | MIT License | vendure-ecommerce/vendure | chore(core): Fix circular dependency & lazy require | 1 | chore | core |
915,141 | 06.10.2021 10:21:17 | -7,200 | 2ea49daca624ede51fba604ddf1f2c5ded9c523a | feat: add EdDSA support | [
{
"change_type": "MODIFY",
"diff": "@@ -33,7 +33,7 @@ func NewKeysCreateCmd() *cobra.Command {\nShort: \"Create a new JSON Web Key Set\",\nRun: cli.NewHandler().Keys.CreateKeys,\n}\n- cmd.Flags().StringP(\"alg\", \"a\", \"RS256\", \"The algorithm to be used to generated they key. Supports: RS256, ES512, HS2... | Go | Apache License 2.0 | ory/hydra | feat: add EdDSA support (#2782) | 1 | feat | null |
401,120 | 06.10.2021 10:21:34 | 14,400 | adb187d04230d9ed49f70cbfcc55a3e41e43994a | feat(core): fix number field to display int 0
* feat(core): fix number field to display int 0
affects:
* feat(forms): updating to use nullish coalescing operator
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -95,7 +95,7 @@ export const Fields: React.FC<FieldsProps> = React.memo(props => {\n<TextField\n{...({\n...commonProps,\n- value: value || '',\n+ value: value ?? '',\nonChange: handlers.handleNumberChange(name)\n} as TextFieldProps)}\n/>\n",
"new_path": "packages/fo... | TypeScript | MIT License | medly/medly-components | feat(core): fix number field to display int 0 (#477)
* feat(core): fix number field to display int 0
affects: @medly-components/forms
* feat(forms): updating to use nullish coalescing operator
affects: @medly-components/forms
Co-authored-by: Mukul Bansal <mukulbansal01@gmail.com> | 1 | feat | core |
438,921 | 06.10.2021 10:23:27 | -32,400 | 5919539ad552c68547a50f3f77ba809690e4e133 | chore(deps-dev): fix possible security vulnerability | [
{
"change_type": "MODIFY",
"diff": "\"chai\": \"^4.3.4\",\n\"clean-webpack-plugin\": \"^4.0.0\",\n\"cloc\": \"^2.8.0\",\n- \"core-js\": \"^3.18.1\",\n+ \"core-js\": \"^3.18.2\",\n\"coveralls\": \"^3.1.1\",\n\"cross-env\": \"^7.0.3\",\n\"css-loader\": \"^6.3.0\",\n- \"css-minimizer-webpack-plugin\": \"^3.1.0... | TypeScript | MIT License | naver/billboard.js | chore(deps-dev): fix possible security vulnerability (#2352) | 1 | chore | deps-dev |
826,652 | 06.10.2021 10:24:52 | 0 | 6eb782297287fca9cbba7b2913657c1fa4f6d011 | autogen: add v0.7.0-alpha.0 to version.schema.json | [
{
"change_type": "MODIFY",
"diff": "\"$ref\": \"https://raw.githubusercontent.com/ory/keto/v0.6.0-alpha.3/internal/driver/config/config.schema.json\"\n}\n]\n+ },\n+ {\n+ \"allOf\": [\n+ {\n+ \"properties\": {\n+ \"version\": {\n+ \"const\": \"v0.7.0-alpha.0\"\n+ }\n+ }\n+ },\n+ {\n+ \"$ref\": \"https://raw.... | Go | Apache License 2.0 | ory/keto | autogen: add v0.7.0-alpha.0 to version.schema.json | 1 | autogen | null |
711,597 | 06.10.2021 10:25:07 | -7,200 | 9537245fcf58c91dbac63109324d7607b0345e73 | fix(create): Correct escaping of quotes in templates | [
{
"change_type": "MODIFY",
"diff": "@@ -180,7 +180,7 @@ async function generateSources(\n* Instead, we disable escaping and use this custom helper to escape only the single quote character.\n*/\nHandlebars.registerHelper('escapeSingle', (aString: unknown) => {\n- return typeof aString === 'string' ? aString... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(create): Correct escaping of quotes in templates | 1 | fix | create |
127,946 | 06.10.2021 10:32:56 | -10,800 | 72e099259bff5cc0740b364150463abba8f590f3 | fix: minor alighments & new shadow token | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,7 @@ import { Popover } from '@heathmont/moon-popover/lib';\nimport Preview from '../../components/codePreview/Preview';\nimport Table from '../../components/Table';\n-import { Heading } from '@heathmont/moon-core';\n+import { Footer, Heading } from '@heathmont... | TypeScript | MIT License | coingaming/moon-design | fix: minor alighments & new shadow token | 1 | fix | null |
873,676 | 06.10.2021 10:51:44 | -7,200 | 1a6bae7825b09d91151bd80e7f55c0c1cf5ec27c | fix(reference): consistent ordering of link actions | [
{
"change_type": "MODIFY",
"diff": "@@ -154,20 +154,20 @@ function CombinedAssetLinkActions(props: LinkActionsProps) {\n}>\n<DropdownList testId={testIds.dropdown}>\n<DropdownListItem\n- testId={testIds.createAndLink}\n+ testId={testIds.linkExisting}\nonClick={() => {\nsetOpen(false);\n- props.onCreate();\n... | TypeScript | MIT License | contentful/field-editors | fix(reference): consistent ordering of link actions (#884) | 1 | fix | reference |
942,581 | 06.10.2021 10:52:06 | 21,600 | f6597deaa5a014fd87b3a1d60acc260bc6860f6a | ci: Add support for skip release [skip ci] | [
{
"change_type": "MODIFY",
"diff": "@@ -86,15 +86,18 @@ jobs:\n## of a push action to allow a PAT to bypass branch protections (pushing directly on the\n## branch).\n- name: Lerna Bump\n+ if: \"!contains(github.event.head_commit.message, '[skip release]')\"\nrun: yarn bump --yes --conventional-commits --no-... | TypeScript | Apache License 2.0 | workday/canvas-kit | ci: Add support for skip release [skip ci] | 1 | ci | null |
826,656 | 06.10.2021 10:53:49 | -7,200 | e9958298feb8729b1547df5c48300593c01e07b6 | docs: fix link in migration guide | [
{
"change_type": "MODIFY",
"diff": "@@ -47,7 +47,7 @@ not be available during migration.\n4. Still route all traffic to the old Keto. Write API requests will fail from\nnow on, but the Read API will be zero-downtime.\n5. Run `keto namespace migrate legacy --yes` considering the points raised in\n- [#Prepara... | Go | Apache License 2.0 | ory/keto | docs: fix link in migration guide | 1 | docs | null |
730,536 | 06.10.2021 11:03:34 | 14,400 | ce7cda5e51f59fc3b688171ca7f189d78bfe8f39 | chore(deps): bump multicast-dns from 6.2.3 to 7.2.4
which caused dns-packet to bump from 1.3.4 to 5.3.0 | [
{
"change_type": "MODIFY",
"diff": "Binary files a/package-lock.json and b/package-lock.json differ\n",
"new_path": "package-lock.json",
"old_path": "package-lock.json"
},
{
"change_type": "MODIFY",
"diff": "\"resolutions\": {\n\"set-value\": \"3.0.2\",\n\"terser-webpack-plugin\": \"4.2.... | JavaScript | MIT License | webex/webex-js-sdk | chore(deps): bump multicast-dns from 6.2.3 to 7.2.4
which caused dns-packet to bump from 1.3.4 to 5.3.0 | 1 | chore | deps |
342,861 | 06.10.2021 11:04:57 | -7,200 | 2e187a73d96cc6668cab026048e289c7b028a1c1 | chore: change img url in readme | [
{
"change_type": "MODIFY",
"diff": "<div align=\"center\">\n<a href=\"https://orbit.kiwi\" target=\"_blank\">\n- <img alt=\"orbit-components\" src=\"https://orbit.kiwi/files/orbit-components.png\" srcset=\"https://orbit.kiwi/files/orbit-components@2x.png 2x\" height=\"150px\" />\n+ <img alt=\"orbit-componen... | JavaScript | MIT License | kiwicom/orbit | chore: change img url in readme (#3133) | 1 | chore | null |
185,950 | 06.10.2021 11:06:33 | -7,200 | b06713d4ed471de4b7f4419d375f04702447801c | fix: delete gist files on update | [
{
"change_type": "MODIFY",
"diff": "@@ -175,9 +175,19 @@ export class GistActionButton extends React.Component<\nappState.activeGistAction = GistActionState.updating;\ntry {\n+ const {\n+ data: { files: oldFiles },\n+ } = await octo.gists.get({ gist_id: appState.gistId! });\n+\n+ const files = this.gistFile... | TypeScript | MIT License | electron/fiddle | fix: delete gist files on update (#869) | 1 | fix | null |
127,946 | 06.10.2021 11:24:44 | -10,800 | fcb3f614a8a1d32bbae40d061a503ab8d09b7567 | fix: docs single select import | [
{
"change_type": "MODIFY",
"diff": "@@ -6,8 +6,8 @@ import {\nListItem,\nRadioButtonLabel,\nRadioButtonInput,\n+ SingleSelect\n} from '@heathmont/moon-core';\n-import { SingleSelect } from '@heathmont/moon-select';\nimport { MediaHeadphones } from '@heathmont/moon-icons';\nimport { rem } from '@heathmont/mo... | TypeScript | MIT License | coingaming/moon-design | fix: docs single select import | 1 | fix | null |
791,270 | 06.10.2021 11:29:51 | 14,400 | 25cd7a16065d35e4d7cb7f2df0db63fd3a19e289 | chore(internal/godocfx): move prettyprint to pre | [
{
"change_type": "MODIFY",
"diff": "@@ -41,7 +41,7 @@ func newCodeBlockHTMLRenderer(opts ...html.Option) renderer.NodeRenderer {\nfunc (r *codeBlockHTMLRenderer) renderCodeBlock(w util.BufWriter, source []byte, n ast.Node, entering bool) (ast.WalkStatus, error) {\nif entering {\n- _, _ = w.WriteString(`<pre... | Go | Apache License 2.0 | googleapis/google-cloud-go | chore(internal/godocfx): move prettyprint to pre (#4954) | 1 | chore | internal/godocfx |
705,231 | 06.10.2021 11:44:22 | 14,400 | da91249a2b3f4d6ac3bfd227f850e33348ffe683 | fix: Checkbox neutral Background should be transparent | [
{
"change_type": "MODIFY",
"diff": "Width=\"{StaticResource CheckAreaSize}\">\n<Grid x:Name=\"BackgroundBorder\"\n- Background=\"{ThemeResource MaterialBackgroundColor}\"\n+ Background=\"Transparent\"\nBorderBrush=\"{TemplateBinding BorderBrush}\"\nBorderThickness=\"{TemplateBinding BorderThickness}\"\nCorn... | C# | Apache License 2.0 | unoplatform/uno.themes | fix: Checkbox neutral Background should be transparent #634 | 1 | fix | null |
276,939 | 06.10.2021 11:52:43 | 10,800 | 452e258ee233ceb1cf827d7a53fff3a8bc8c9f90 | fix(navigation): remove uneeded aria attribute | [
{
"change_type": "MODIFY",
"diff": "@@ -239,7 +239,7 @@ const Navigation = ({ items, toggleMenu, opened, prefix }) => {\nreturn (\n<Wrapper opened={opened}>\n- <Nav aria-label=\"Contents navigation\">\n+ <Nav>\n<List tree={tree} toggleMenu={toggleMenu} prefix={prefix} />\n</Nav>\n</Wrapper>\n",
"new_pat... | JavaScript | MIT License | gympass/yoga | fix(navigation): remove uneeded aria attribute | 1 | fix | navigation |
127,946 | 06.10.2021 11:59:11 | -10,800 | 282742ca5e596515b410eeb3a8909aad8e8d9ebb | feat: Tooltip for core package | [
{
"change_type": "MODIFY",
"diff": "-// @ts-nocheck\nimport React from 'react';\n-import { Form, FormItem, TextInput, Tooltip } from '@heathmont/moon-components';\n+import { Tooltip, Text } from '@heathmont/moon-core';\nimport Preview from '../../components/codePreview/Preview';\n@@ -10,152 +9,24 @@ const P... | TypeScript | MIT License | coingaming/moon-design | feat: Tooltip for core package | 1 | feat | null |
380,730 | 06.10.2021 12:01:52 | -7,200 | 3b9df3e3fd01a08fd808ab2f42844ab669659ab7 | docs: Proofread documentation (`introduction.rst` and `translation-io.rst`) | [
{
"change_type": "MODIFY",
"diff": "@@ -10,8 +10,8 @@ The easiest way to translate your application is to translate the\n`Poedit <https://poedit.net>`_.\nThis solution may be good enough when your application is still\n-small and doesn't evolve much, but quickly becomes a pain when the number\n-of sentences... | TypeScript | MIT License | lingui/js-lingui | docs: Proofread documentation (`introduction.rst` and `translation-io.rst`) (#1144) | 1 | docs | null |
71,080 | 06.10.2021 12:26:04 | 14,400 | bdbe8b6cf6ab1ae261dddeb39576749e768183b3 | feat(appsync): Lambda Authorizer for AppSync GraphqlApi
Adds the relatively new [Lambda Authorizer for GraphqlApi](https://aws.amazon.com/blogs/mobile/appsync-lambda-auth/).
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": "@@ -28,7 +28,7 @@ APIs that use GraphQL.\n### DynamoDB\n-Example of a GraphQL API with `AWS_IAM` authorization resolving into a DynamoDb\n+Example of a GraphQL API with `AWS_IAM` [authorization](#authorization) resolving into a DynamoDb\nbackend data source.\nGraphQL sche... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(appsync): Lambda Authorizer for AppSync GraphqlApi (#16743)
Adds the relatively new [Lambda Authorizer for GraphqlApi](https://aws.amazon.com/blogs/mobile/appsync-lambda-auth/).
Closes: #16380.
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.... | 1 | feat | appsync |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.