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
217,922
15.12.2021 18:54:11
-3,600
8789a2feed779f7e5477418766f99a55b8e1ddc2
chore(release): 9.2.9
[ { "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=\"9.2.9\"></a>\n+## [9.2.9](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compare/...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 9.2.9
1
chore
release
104,828
15.12.2021 18:54:57
-3,600
fc660983773d7b37cb81794550f40767b062e8ee
refactor(list): use named constants
[ { "change_type": "MODIFY", "diff": "@@ -11,6 +11,7 @@ import Button from '../../Button';\nimport { EditingStyle, editingStyleIsMultiple } from '../../../utils/DragAndDropUtils';\nimport { ListItemPropTypes } from '../ListPropTypes';\nimport { HtmlElementRefProp } from '../../../constants/SharedPropTypes';\n...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
refactor(list): use named constants
1
refactor
list
104,828
15.12.2021 18:58:14
-3,600
b4d8ffc6a326cc9de3a109bb00f6c9b97a0f5ac7
fix(list): pr review feedback fixes
[ { "change_type": "MODIFY", "diff": "@@ -68,9 +68,9 @@ $hoverBgColor: #2c2c2c;\n.#{$prefix}--overflow-menu {\nalign-items: center;\ndisplay: inline-flex;\n- height: 3rem;\n+ height: $spacing-09;\njustify-content: center;\n- width: 3rem;\n+ width: $spacing-09;\npadding: 0;\n&:hover {\n", "new_path": "pack...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(list): pr review feedback fixes
1
fix
list
317,646
15.12.2021 19:06:08
-3,600
31d088d56a2ce83f0ab8bb6251ff9717f16f1fb7
fix(kubectl): validate array length before indexing values relates to
[ { "change_type": "MODIFY", "diff": "@@ -121,6 +121,9 @@ func (k *kubectl) doCallKubectl() bool {\n}\nvalues := strings.Split(result, \",\")\n+ if len(values) < 4 {\n+ return false\n+ }\nk.Context = values[0]\nk.Namespace = values[1]\nk.User = values[2]\n", "new_path": "src/segment_kubectl.go", "old_...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(kubectl): validate array length before indexing values relates to #1439
1
fix
kubectl
841,421
15.12.2021 19:08:07
-32,400
08920189ba62cee4f836a417bffcef014e97becb
fix(webpack/ast): Expose fields of `AstOutput`
[ { "change_type": "MODIFY", "diff": "@@ -17,8 +17,8 @@ pub mod reducer;\n#[derive(Serialize)]\npub struct AstOutput {\n- ast: String,\n- src: Option<Lrc<String>>,\n+ pub ast: String,\n+ pub src: Option<Lrc<String>>,\n}\npub fn process_file<F>(load_file: F, include_src: bool) -> Result<AstOutput, Error>\n", ...
Rust
Apache License 2.0
swc-project/swc
fix(webpack/ast): Expose fields of `AstOutput` (#3046)
1
fix
webpack/ast
160,177
15.12.2021 19:45:25
-28,800
192889d5f726a78118d410652d79873e85382d77
docs: grid and background
[ { "change_type": "ADD", "diff": "+<!DOCTYPE html>\n+<html lang=\"en\">\n+ <head>\n+ <meta charset=\"UTF-8\">\n+ <meta name=\"format-detection\" content=\"telephone=no, email=no\">\n+ <meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\">\n+ <title>LOGIC FLOW</title>\n+ <link rel=\"stylesheet\" href=\"/sr...
TypeScript
Apache License 2.0
didi/logicflow
docs: grid and background
1
docs
null
815,577
15.12.2021 19:53:23
-28,800
4118d85d1826bd8659e12d96c9458b3f7ea9eacd
chore: fix rpc call
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,7 @@ use ckb_jsonrpc_types::{\nBannedAddr, LocalNode, LocalNodeProtocol, NodeAddress, PeerSyncState, RemoteNode,\nRemoteNodeProtocol, SyncState, Timestamp,\n};\n-use ckb_network::{extract_peer_id, NetworkController};\n+use ckb_network::{extract_peer_id, multiad...
Rust
MIT License
nervosnetwork/ckb
chore: fix rpc call
1
chore
null
317,646
15.12.2021 20:09:17
-3,600
e8f9bb20b020a0900ef021f08e449acbfdb41fcb
fix: loop colors correctly
[ { "change_type": "MODIFY", "diff": "@@ -165,33 +165,46 @@ func (a *AnsiWriter) write(background, foreground, text string) {\n}\nfunc (a *AnsiWriter) asAnsiColors(background, foreground string) (AnsiColor, AnsiColor) {\n- if backgroundValue, ok := a.isKeyword(background); ok {\n- background = backgroundValue...
Go
MIT License
jandedobbeleer/oh-my-posh
fix: loop colors correctly
1
fix
null
104,828
15.12.2021 20:18:54
-3,600
1d37d451316c14fd23e2452de09f570304184d26
fix(list): addressing pr feedback
[ { "change_type": "MODIFY", "diff": "@@ -154,7 +154,7 @@ export const WithOverflowMenu = () => (\ncontent: {\nvalue: player,\nrowActions: () => (\n- <OverflowMenu title=\"data-item-menu\" flipped>\n+ <OverflowMenu title=\"data-item-menu\" size=\"sm\" flipped={document.dir !== 'rtl'}>\n<OverflowMenuItem itemT...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(list): addressing pr feedback
1
fix
list
711,629
15.12.2021 21:21:15
-3,600
0e4e9527a4819e29baa75a358634119daf5ac4af
fix(admin-ui): Correct the warning about the division in Sass Closes
[ { "change_type": "MODIFY", "diff": "+@use \"sass:math\";\n+\n// spacing\n$space-unit: 6px;\n-$space-1: $space-unit / 2;\n+$space-1: math.div($space-unit, 2);\n$space-2: $space-unit;\n$space-3: $space-unit * 2;\n$space-4: $space-unit * 3;\n", "new_path": "packages/admin-ui/src/lib/static/styles/global/_u...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(admin-ui): Correct the warning about the division in Sass (#1294) Closes #1293
1
fix
admin-ui
447,446
15.12.2021 22:37:37
18,000
e7dc563172da94997cb6ff716f485f83121abbbb
fix: close ColorInput picker on scroll
[ { "change_type": "MODIFY", "diff": "/* eslint-disable react/no-unused-prop-types */\nimport React, { useState, useRef, useCallback } from 'react';\nimport PropTypes from 'prop-types';\n+import { useScrollingIntent } from '@rainbow-modules/hooks';\nimport Label from '../Input/label';\nimport StyledContainer ...
JavaScript
MIT License
nexxtway/react-rainbow
fix: close ColorInput picker on scroll (#2335) Co-authored-by: Jose Leandro Torres <jtorressicilia@gmail.com>
1
fix
null
269,464
15.12.2021 23:34:46
10,800
edc8edc1cabb5c2429dae1e68141331276881857
chore(ci): update syft
[ { "change_type": "MODIFY", "diff": "@@ -84,7 +84,7 @@ jobs:\n- name: setup-syft\nrun: |\ncurl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | \\\n- sh -s -- -b /usr/local/bin v0.32.0\n+ sh -s -- -b /usr/local/bin v0.32.2\n- name: setup-validate-krew-manifest\n# TODO: replace this once...
Go
MIT License
goreleaser/goreleaser
chore(ci): update syft Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
1
chore
ci
571,270
15.12.2021 23:42:20
18,000
7fd6680826476b79bc9d64f4330f9974de8219ba
docs: update explaination for the trim flag
[ { "change_type": "MODIFY", "diff": "@@ -351,16 +351,16 @@ By default, whitespace is preserved:\nparse('<br>\\n'); // [React.createElement('br'), '\\n']\n```\n-To remove whitespace, enable the `trim` option:\n+However, whitespace that are invalid under certain nodes like `<table>` will be stripped out.\n```j...
JavaScript
MIT License
remarkablemark/html-react-parser
docs: update explaination for the trim flag
1
docs
null
217,922
15.12.2021 23:44:36
-3,600
e61b6e481a3b8dbbaf28c75c3856bd5e4336cae7
fix(layout): fixed maximum total vendor price not being applied properly
[ { "change_type": "MODIFY", "diff": "@@ -28,7 +28,7 @@ export class LayoutRowFilter {\nvendors = vendors.filter(vendor => vendor.price <= settings.maximumVendorPrice);\n}\nif (settings.maximumTotalVendorPrice > 0) {\n- vendors = vendors.filter(vendor => vendor.price * row.amount <= settings.maximumVendorPric...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(layout): fixed maximum total vendor price not being applied properly
1
fix
layout
320,143
16.12.2021 00:34:25
-3,600
2ff7f58691c9233dbfcd49eee6b3cafb800c8539
feat(web): add select all/none for columns & black theme
[ { "change_type": "MODIFY", "diff": "<html>\n<head>\n<title>streetmerchant control</title>\n+ <style>\n+ body {\n+ background-color: #222;\n+ color: #DDD;\n+ font-family: sans-serif;\n+ }\n+ a {\n+ color: aquamarine;\n+ }\n+ table th {\n+ width: 25vw;\n+ cursor: pointer;\n+ background-color: #444;\n+ }\n+ </...
TypeScript
MIT License
jef/streetmerchant
feat(web): add select all/none for columns & black theme (#2878)
1
feat
web
129,394
16.12.2021 00:59:50
-28,800
9ccabe58bafe494098598a73e9e9c44782db22e9
fix(check): filter out comment messege when checking fix
[ { "change_type": "MODIFY", "diff": "@@ -81,15 +81,23 @@ class Check:\n# Get commit message from file (--commit-msg-file)\nif self.commit_msg_file:\nwith open(self.commit_msg_file, \"r\", encoding=\"utf-8\") as commit_file:\n- commit_title = commit_file.readline()\n- commit_body = commit_file.read()\n+ msg =...
Python
MIT License
commitizen-tools/commitizen
fix(check): filter out comment messege when checking fix #455
1
fix
check
129,394
16.12.2021 01:41:40
-28,800
87e23270fe2aa2a786ba66d23896f108629696cb
test(check): add test of checking commit message with comment in it
[ { "change_type": "MODIFY", "diff": "@@ -95,7 +95,7 @@ class Check:\nreturn git.get_commits(end=self.rev_range)\ndef _filter_comments(self, msg: str) -> str:\n- lines = [line for line in msg.split('\\n') if not line.startswith('#')]\n+ lines = [line for line in msg.split(\"\\n\") if not line.startswith(\"#\"...
Python
MIT License
commitizen-tools/commitizen
test(check): add test of checking commit message with comment in it
1
test
check
777,385
16.12.2021 08:53:54
28,800
377560e826e56d439fb493f1f0aec140b02faa72
feat: support agent on Apple Silicon without Rosetta feat: support agent on Apple Silicon without Rosetta
[ { "change_type": "MODIFY", "diff": "@@ -111,7 +111,7 @@ func defaultAgentConfig() Options {\n}\nfunc defaultContainerMasterHost() string {\n- if runtime.GOOS == \"darwin\" {\n+ if runtime.GOOS == osDarwin {\nreturn \"host.docker.internal\"\n}\nreturn \"\"\n", "new_path": "agent/internal/agent_test.go", ...
Python
Apache License 2.0
determined-ai/determined
feat: support agent on Apple Silicon without Rosetta (#3328) feat: support agent on Apple Silicon without Rosetta
1
feat
null
866,394
16.12.2021 09:19:12
18,000
6621a3785679ab8e17e51e759cdb8e0b831690a0
chore(stale): add `issue template` label as exempt from stale bot
[ { "change_type": "MODIFY", "diff": "@@ -8,6 +8,7 @@ exemptLabels:\n- 'priority: high'\n- 'epic'\n- 'icebox'\n+ - 'issue template'\n# Label to use when marking an issue as stale\nstaleLabel: inactive\n# Comment to post when marking an issue as stale. Set to `false` to disable\n", "new_path": ".github/sta...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(stale): add `issue template` label as exempt from stale bot
1
chore
stale
277,286
16.12.2021 09:30:36
-3,600
54cecdde575fb504d321c2c8e6aff37dee3f437c
fix: Take version into account when building py wheel.
[ { "change_type": "MODIFY", "diff": "@@ -23,11 +23,13 @@ with open('README.rst', 'r') as readme:\nwith open('README.md', 'r') as readme_markdown:\nconda_description = readme_markdown.read()\n-plat = os.getenv('OS', 'darwin')\n+platform = os.getenv('OS', 'darwin')\n+version = os.getenv('VERSION', 'DEV')\n+bas...
Python
Apache License 2.0
h2oai/wave
fix: Take version into account when building py wheel.
1
fix
null
317,768
16.12.2021 09:55:47
0
89ece8d68a78a44e93118994b8515c181acc018b
feat(brewfather): new fields, fixes add batch fields update doc with new fields and fix ref to .DefaultString complete schema definition
[ { "change_type": "MODIFY", "diff": "@@ -81,6 +81,8 @@ Commonly used fields\n- .DaysBottled `int` - days since bottled/kegged\n- .DaysBottledOrFermented `int` - one of the above, chosen automatically based on batch status\n- .Recipe.Name: `string` - The recipe being brewed in this batch\n+- .BatchName `strin...
Go
MIT License
jandedobbeleer/oh-my-posh
feat(brewfather): new fields, fixes add batch fields update doc with new fields and fix ref to .DefaultString complete schema definition
1
feat
brewfather
777,396
16.12.2021 10:19:20
25,200
2e23499060569fccf8826ba364d775f48ebc9823
fix: small bug in error log
[ { "change_type": "MODIFY", "diff": "@@ -123,7 +123,7 @@ type TerminateDecision struct {\n// String returns a representative string.\nfunc (t TerminateDecision) String() string {\n- item := make([]string, len(t.Reasons))\n+ var item []string\nfor id, reason := range t.Reasons {\nitem = append(item, fmt.Sprin...
Python
Apache License 2.0
determined-ai/determined
fix: small bug in error log (#3332)
1
fix
null
160,177
16.12.2021 10:27:04
-28,800
a3562974d2dac63f08e531784945bbeb9e25e81d
fix: html node
[ { "change_type": "MODIFY", "diff": "@@ -28,8 +28,7 @@ export default class HtmlNode extends BaseNode {\nthis.setHtml(this.rootEl);\n}\ngetShape() {\n- const { x, y } = this.getAttributes();\n- const { width, height } = super.getShapeStyle();\n+ const { x, y, height, width } = this.getAttributes();\nreturn (...
TypeScript
Apache License 2.0
didi/logicflow
fix: html node
1
fix
null
277,286
16.12.2021 10:48:57
-3,600
e37fb0c7b803d88abd99d1c3936e3ec9f1f67c38
chore: Update Algolia creds.
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,8 @@ module.exports = {\nadditionalLanguages: ['toml'],\n},\nalgolia: {\n- apiKey: '1ff399df2912b1f87d8b235fa995fce6',\n+ appId: '1DCIS06TYN',\n+ apiKey: '6c848d14efe3428564d69ff571b0f223',\nindexName: 'wave',\ncontextualSearch: true,\n},\n", "new_path": ...
Python
Apache License 2.0
h2oai/wave
chore: Update Algolia creds.
1
chore
null
317,646
16.12.2021 10:57:01
-3,600
df78bad3b546c788b739441a243aada82ffdafd6
feat: expand parent colors
[ { "change_type": "MODIFY", "diff": "@@ -24,7 +24,7 @@ type AnsiWriter struct {\nansi *ansiUtils\nterminalBackground string\nColors *Color\n- ParentColors *Color\n+ ParentColors []*Color\nansiColors AnsiColors\n}\n@@ -80,10 +80,13 @@ func (a *AnsiWriter) setColors(background, foreground string) {\n}\nfunc (a...
Go
MIT License
jandedobbeleer/oh-my-posh
feat: expand parent colors
1
feat
null
317,646
16.12.2021 10:57:28
-3,600
1282cb24d8ac1986d93cf0803477c4bdb2183a66
refactor: cleaner segment render logic
[ { "change_type": "MODIFY", "diff": "@@ -95,41 +95,42 @@ func (b *Block) renderSegments() string {\nif !segment.active {\ncontinue\n}\n- b.setActiveSegment(segment)\n- b.writer.setColors(b.activeBackground, b.activeForeground)\n- b.endPowerline()\n- b.renderSegmentText(segment.stringValue)\n- }\n- if b.previ...
Go
MIT License
jandedobbeleer/oh-my-posh
refactor: cleaner segment render logic
1
refactor
null
428,439
16.12.2021 11:00:13
18,000
3ea9eefb82c8c98838bd64e6c5f358c1efd2a943
refactor(NODE-3717): test reorg part 3 - sessions and transactions
[ { "change_type": "MODIFY", "diff": "@@ -13,9 +13,12 @@ if [ -z ${SERVERLESS_ATLAS_PASSWORD+omitted} ]; then echo \"SERVERLESS_ATLAS_PASS\nnpx mocha --file test/tools/runner/index.js \\\ntest/integration/crud/crud.spec.test.js \\\n+ test/integration/crud/crud.prose.test.js \\\ntest/integration/retryable-read...
TypeScript
Apache License 2.0
mongodb/node-mongodb-native
refactor(NODE-3717): test reorg part 3 - sessions and transactions (#3083)
1
refactor
NODE-3717
366,946
16.12.2021 11:03:53
-32,400
0bdab91f7de162ad2ef297e56d7bd8fc9c870c4d
chore: fix story of FlashMessage to enable DocsPage
[ { "change_type": "MODIFY", "diff": "@@ -10,13 +10,10 @@ import { SecondaryButton } from '../Button'\nexport default {\ntitle: 'FlashMessage',\n- Component: FlashMessage,\n+ component: FlashMessage,\nparameters: {\n- docs: {\n- description: { component: readme },\n- source: {\n- type: 'code',\n- },\n+ readme...
TypeScript
MIT License
kufu/smarthr-ui
chore: fix story of FlashMessage to enable DocsPage (#2124)
1
chore
null
104,828
16.12.2021 11:52:56
-3,600
d875c4bd9393a5dca5966b9448df9b167e91590c
fix(list): remove double scrollbar
[ { "change_type": "MODIFY", "diff": ".#{$iot-prefix}-simple-pagination-container {\nborder-width: 1px 0 0 0;\nheight: $list-item-height;\n+ box-sizing: content-box;\n.#{$iot-prefix}-simple-pagination-page-bar {\nmargin-left: unset;\njustify-content: space-between;\nwidth: 100%;\n+ height: fit-content;\n.#{$i...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(list): remove double scrollbar
1
fix
list
217,922
16.12.2021 12:47:13
-3,600
027cfecdffb36c8bc981c81b811a16055f8a4e94
fix(teleport): adjustments in TP cost formula
[ { "change_type": "MODIFY", "diff": "@@ -163,14 +163,14 @@ export class MapService {\n}\nif (from.map === to.map) {\n- return 100;\n+ return 70;\n}\nconst base = (Math.sqrt(Math.pow(fromCoords.x - toCoords.x, 2) + Math.pow(fromCoords.y - toCoords.y, 2)) / 2) + 100;\nif (this.settings.favoriteAetherytes.index...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(teleport): adjustments in TP cost formula
1
fix
teleport
277,286
16.12.2021 13:02:32
-3,600
6623036ccd750c72e52f97d157377f78ce34e982
docs: Document align/justify ui.zone attributes.
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/website/docs/assets/layout_alignment.png differ\n", "new_path": "website/docs/assets/layout_alignment.png", "old_path": "website/docs/assets/layout_alignment.png" }, { "change_type": "MODIFY", "diff": "@@ -6,7 +6,7 @@ This sec...
Python
Apache License 2.0
h2oai/wave
docs: Document align/justify ui.zone attributes.
1
docs
null
217,922
16.12.2021 13:04:48
-3,600
63a9183290e91e51dc76e2abbac402490f36d1a2
chore: better update of lists for public editions
[ { "change_type": "MODIFY", "diff": "@@ -42,11 +42,8 @@ exports.updateSearchOnEdit = functions.runWith(runtimeOpts).firestore.document('\nreturn searchIndex.deleteObject(change.before.id);\n}\n} else if (change.before.data().public) {\n- // If it has been modified as a public list, check the tags or name to ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: better update of lists for public editions
1
chore
null
217,922
16.12.2021 13:06:21
-3,600
95a63aac4e22eabb57ca2ff68fba09f359045979
chore: label updates
[ { "change_type": "MODIFY", "diff": "\"Tags_filter_reset\": \"Reset tags filter\",\n\"Exclude_filter_placeholder\": \"Exclude using tags\",\n\"Exclude_filter_reset\": \"Reset exclusion filter\",\n- \"Name_filter_placeholder\": \"Filter using name (10 characters minimum)\",\n- \"No_lists_matching\": \"No list...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: label updates
1
chore
null
277,286
16.12.2021 13:17:54
-3,600
0a60d389e0742f3ecd978d34abc7f3f06d3766c6
fix: H2O_WAVE_NO_AUTOSTART should prevent only waved start, not app itself.
[ { "change_type": "MODIFY", "diff": "@@ -79,9 +79,9 @@ def run(app: str, no_reload: bool):\nif ext.lower() == '.py':\napp = app_path.replace(os.path.sep, '.')\n- if os.environ.get('H2O_WAVE_NO_AUTOSTART', None) is None:\n# Try to start Wave daemon.\ntry:\n+ if os.environ.get('H2O_WAVE_NO_AUTOSTART', None) is...
Python
Apache License 2.0
h2oai/wave
fix: H2O_WAVE_NO_AUTOSTART should prevent only waved start, not app itself.
1
fix
null
679,913
16.12.2021 13:20:05
-3,600
804565e6156079e5e70b5aa53800e6e51dc1a1cb
feat(binary): add shiftRL()
[ { "change_type": "MODIFY", "diff": "@@ -17,3 +17,12 @@ export const rotateLeft = (x: number, n: Bit) =>\n*/\nexport const rotateRight = (x: number, n: Bit) =>\n((x >>> n) | (x << (32 - n))) >>> 0;\n+\n+/**\n+ * Shifts `x` by `n` bits left or right. If `n` >= 0, the value will be `>>>`\n+ * shifted to right,...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(binary): add shiftRL()
1
feat
binary
342,861
16.12.2021 13:29:40
-3,600
0d28868e019ad75b61de7e262461d9d01d0476c6
fix(Itinerary): fix to match design
[ { "change_type": "MODIFY", "diff": "@@ -81,7 +81,7 @@ const StyledDuration = styled.div`\nconst StyledExpandable = styled.div`\n${({ theme }) => css`\n- padding: ${theme.orbit.spaceSmall} 0;\n+ padding-top: ${theme.orbit.spaceSmall};\n`}\n`;\n@@ -92,7 +92,7 @@ StyledExpandable.defaultProps = {\nconst Styled...
JavaScript
MIT License
kiwicom/orbit
fix(Itinerary): fix to match design (#3222)
1
fix
Itinerary
127,956
16.12.2021 13:33:30
-7,200
fc1272750d67b1ec1e46726d64d1121e21139b34
feat: add sizes enum
[ { "change_type": "ADD", "diff": "+enum Size {\n+ TWOXSMALL = '2xsmall',\n+ XSMALL = 'xsmall',\n+ SMALL = 'small',\n+ MEDIUM = 'medium',\n+ LARGE = 'large',\n+ XLARGE = 'xlarge',\n+ TWOXLARGE = '2xlarge',\n+}\n+\n+export default Size;\n", "new_path": "packages/core/src/private/enums/Size.ts", "old_pa...
TypeScript
MIT License
coingaming/moon-design
feat: add sizes enum (#1516)
1
feat
null
866,394
16.12.2021 13:35:25
18,000
9a6407a814c5ab44695128ff89924b47c4190dac
chore(react-wrapper): update to use prod url ### Related Ticket(s) No related issue ### Description Noticed that the lower environment was being used for the React wrapper links. This updates to use the prod url instead. ### Changelog **Changed** Multiple files updated to point to `www.ibm.com/standards/carbon/web-components/react` for react wrapper links
[ { "change_type": "MODIFY", "diff": "@@ -11868,7 +11868,7 @@ exports[`Storyshots Components|Card section offset Default 1`] = `\n<a\nclassName=\"bx--link\"\n- href=\"https://ibmdotcom-web-components-react.mybluemix.net/?path=/story/components-card-section-offset\"\n+ href=\"https://www.ibm.com/standards/carb...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(react-wrapper): update to use prod url (#7888) ### Related Ticket(s) No related issue ### Description Noticed that the lower environment was being used for the React wrapper links. This updates to use the prod url instead. ### Changelog **Changed** - Multiple files updated to point to `www.ibm.com/standards/carbon/web-components/react` for react wrapper links
1
chore
react-wrapper
841,479
16.12.2021 14:30:34
-28,800
23a59db9bbbeee2ec8ccd3cdfe681e704480f97a
fix(es/parser): Allow assignment assertions in typescript classes
[ { "change_type": "ADD", "diff": "+{\n+ \"jsc\": {\n+ \"parser\": {\n+ \"syntax\": \"typescript\"\n+ },\n+ \"target\": \"es2015\"\n+ }\n+}\n\\ No newline at end of file\n", "new_path": "crates/swc/tests/fixture/issue-2990/1/input/.swcrc", "old_path": null }, { "change_type": "ADD", "diff"...
Rust
Apache License 2.0
swc-project/swc
fix(es/parser): Allow assignment assertions in typescript classes (#3047)
1
fix
es/parser
276,982
16.12.2021 14:40:34
10,800
6296a3fa6d6c31c0c731fe079a74384a9448b53d
fix(dropdown): fix dropdown error behavior
[ { "change_type": "MODIFY", "diff": "@@ -728,6 +728,7 @@ exports[`<Divider /> should create a divider component 1`] = `\n\"divider\": Object {},\n\"dropdown\": Object {\n\"arrow\": Object {\n+ \"error\": \"#FF874C\",\n\"fill\": \"#6B6B78\",\n},\n\"backdrop\": Object {\n@@ -798,6 +799,7 @@ exports[`<Divider /...
JavaScript
MIT License
gympass/yoga
fix(dropdown): fix dropdown error behavior
1
fix
dropdown
304,860
16.12.2021 14:42:25
-3,600
0bc970f1b337b272a46e8f2c9b3609a346711ab9
refactor: Remove redundant get_err* functions * refactor: Remove redundant get_err* functions `ast::check::check` does the same thing but returns an `Error` type instead of a plain `String` * chore: make generate
[ { "change_type": "MODIFY", "diff": "@@ -708,199 +708,6 @@ pub struct TypeExpression {\npub monotype: MonoType,\npub constraints: Vec<TypeConstraint>,\n}\n-fn get_err_basenode(b: BaseNode) -> String {\n- if !b.errors.is_empty() {\n- return b.errors[0].clone();\n- }\n- \"\".to_string()\n-}\n-#[allow(missing_d...
Go
MIT License
influxdata/flux
refactor: Remove redundant get_err* functions (#4357) * refactor: Remove redundant get_err* functions `ast::check::check` does the same thing but returns an `Error` type instead of a plain `String` * chore: make generate
1
refactor
null
428,449
16.12.2021 14:45:46
18,000
3e83a6abfc78f0823b4e90d22816bbb884913c6d
chore: add lint rule to prevent .only usage
[ { "change_type": "MODIFY", "diff": "\"es6\": true\n},\n\"rules\": {\n+ \"no-restricted-properties\": [\n+ \"error\",\n+ {\n+ \"object\": \"describe\",\n+ \"property\": \"only\"\n+ },\n+ {\n+ \"object\": \"it\",\n+ \"property\": \"only\"\n+ },\n+ {\n+ \"object\": \"context\",\n+ \"property\": \"only\"\n+ }\n...
TypeScript
Apache License 2.0
mongodb/node-mongodb-native
chore: add lint rule to prevent .only usage (#3085)
1
chore
null
866,394
16.12.2021 14:55:48
18,000
08eea4f1d7d36dbcc07739544f3acac2c7248cc5
fix(card-section-image): fix to image check in e2e tests ### Related Ticket(s) ### Description This fixes the desktop e2e test for `dds-card-section-images` to wrap the image before testing. ### Changelog **Changed** `card-section-images.e2e.js`
[ { "change_type": "MODIFY", "diff": "@@ -28,11 +28,8 @@ describe('dds-card-section-images | default (desktop)', () => {\nexpect(url).not.to.be.empty;\n});\n- cy.get('dds-card-group-item:nth-child(1) > dds-image')\n- .shadow()\n- .find('img')\n- .then($img => {\n- expect($img).to.be.visible;\n+ cy.get('dds-ca...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(card-section-image): fix to image check in e2e tests (#7897) ### Related Ticket(s) #7880 ### Description This fixes the desktop e2e test for `dds-card-section-images` to wrap the image before testing. ### Changelog **Changed** - `card-section-images.e2e.js`
1
fix
card-section-image
815,577
16.12.2021 15:22:35
-28,800
8d8162cd99ef56d5bbef4c50278d9a5dd6b10051
chore: downgrade futures version
[ { "change_type": "MODIFY", "diff": "@@ -1986,9 +1986,9 @@ checksum = \"fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7\"\n[[package]]\nname = \"futures\"\n-version = \"0.3.18\"\n+version = \"0.3.17\"\nsource = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"8cd0210d...
Rust
MIT License
nervosnetwork/ckb
chore: downgrade futures version
1
chore
null
688,412
16.12.2021 16:00:04
-3,600
4301380f6bd384f9828f9af09b72336ee7ebe9af
chore: added container-borders codemod to README
[ { "change_type": "MODIFY", "diff": "@@ -59,9 +59,11 @@ Here's how the diff should look like:\n<details>\n<summary>Command</summary>\n+\n```sh\nnpx jscodeshift --parser=tsx -t node_modules/@toptal/picasso-codemod/v17.0.0/typography-sizes src/**/*.tsx\n```\n+\n</details>\n#### In case you use wrapper componen...
TypeScript
MIT License
toptal/picasso
chore: added container-borders codemod to README (#2333)
1
chore
null
334,560
16.12.2021 16:01:29
-7,200
60f78dfb22c096679c9385f333b2cb6570b36a0b
docs(custom-webpack): add link to the guide
[ { "change_type": "MODIFY", "diff": "@@ -20,6 +20,8 @@ Allow customizing build configuration without ejecting webpack configuration (`n\n</details>\n+## [Quick guide](https://www.justjeb.com/post/customizing-angular-cli-build)\n+\n## Prerequisites:\n- [Angular CLI 13](https://www.npmjs.com/package/@angular/c...
TypeScript
MIT License
just-jeb/angular-builders
docs(custom-webpack): add link to the guide
1
docs
custom-webpack
217,922
16.12.2021 16:06:44
-3,600
c9338dea83f105d4c5b7b492df2ef8b32232420c
fix(db): fixed vendors panel not showing at all
[ { "change_type": "MODIFY", "diff": "-import { ChangeDetectionStrategy, Component, OnInit } from '@angular/core';\n+import { ChangeDetectionStrategy, Component, OnInit, Optional } from '@angular/core';\nimport { ItemDetailsPopup } from '../item-details-popup';\nimport { Vendor } from '../../list/model/vendor...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(db): fixed vendors panel not showing at all
1
fix
db
334,560
16.12.2021 16:12:46
-7,200
aaa1e4ed6de1279b93f7edcadeb2a7bd2be70609
docs(jest): add link to a quick guide
[ { "change_type": "MODIFY", "diff": "@@ -21,6 +21,8 @@ The builder comes to provide zero configuration setup for Jest while keeping the\n</details>\n+## [Quick guide](https://www.justjeb.com/post/angular-cli-ng-test-with-jest)\n+\n## Prerequisites\n- [Angular CLI 13](https://www.npmjs.com/package/@angular/cl...
TypeScript
MIT License
just-jeb/angular-builders
docs(jest): add link to a quick guide
1
docs
jest
141,551
16.12.2021 16:19:01
-39,600
5fe2650ff6d34e36906f83d706fad75f507f4872
feat: Add new variants to Global Notification GlobalNotification now has a `persistent` prop to toggle where they can be dismissed or not BREAKING CHANGE: The `affirmative` variant is now called `positive`
[ { "change_type": "MODIFY", "diff": "import * as React from \"react\"\nimport { GlobalNotification } from \"@kaizen/notification\"\n+import { Heading, Box } from \"@kaizen/component-library\"\nimport { withDesign } from \"storybook-addon-designs\"\n+import { Divider } from \"@kaizen/draft-divider\"\nimport {...
TypeScript
MIT License
cultureamp/kaizen-design-system
feat: Add new variants to Global Notification [KDS-49] (#2349) GlobalNotification now has a `persistent` prop to toggle where they can be dismissed or not BREAKING CHANGE: The `affirmative` variant is now called `positive`
1
feat
null
217,922
16.12.2021 16:33:10
-3,600
0d985696e80b2405d57535c98b5a2c3c5b7a1059
feat(desktop): new update popup prompt inside the app instead of focus-hijacking popup
[ { "change_type": "MODIFY", "diff": "@@ -13,6 +13,7 @@ import { RawsockAdminErrorPopupComponent } from '../../modules/ipc-popups/rawsoc\nimport { NpcapInstallPopupComponent } from '../../modules/ipc-popups/npcap-install-popup/npcap-install-popup.component';\nimport { FreeCompanyDialog, Message } from '@ffxiv...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat(desktop): new update popup prompt inside the app instead of focus-hijacking popup
1
feat
desktop
217,922
16.12.2021 16:33:57
-3,600
f379f6669e9a54b12806df4774fd03084f2aa18e
chore(release): 9.2.10
[ { "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=\"9.2.10\"></a>\n+## [9.2.10](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compar...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 9.2.10
1
chore
release
276,982
16.12.2021 16:46:39
10,800
b11dd69d0ca81d1de3944c9e5cf3904bf79a29c5
refactor: improve styles
[ { "change_type": "MODIFY", "diff": "@@ -84,20 +84,14 @@ const Selector = styled.div`\n: ''\n}\n}\n- ${\n- error && !isOpen\n- ? `\n- &:hover {\n- fieldset {\n- border-color: ${dropdown.hover.selector.border.error};\n- }\n- }`\n- : `\n&:hover {\nfieldset {\n- border-color: ${dropdown.hover.selector.border.co...
JavaScript
MIT License
gympass/yoga
refactor: improve styles
1
refactor
null
276,982
16.12.2021 17:27:13
10,800
056d2adb56e5638c1564914855edf10f6f5ad1ae
refactor: remove wrong behavior
[ { "change_type": "MODIFY", "diff": "@@ -728,7 +728,6 @@ exports[`<Divider /> should create a divider component 1`] = `\n\"divider\": Object {},\n\"dropdown\": Object {\n\"arrow\": Object {\n- \"error\": \"#FF874C\",\n\"fill\": \"#6B6B78\",\n},\n\"backdrop\": Object {\n@@ -2201,7 +2200,6 @@ exports[`<Divider...
JavaScript
MIT License
gympass/yoga
refactor: remove wrong behavior
1
refactor
null
276,982
16.12.2021 17:31:31
10,800
abb5617b8896fd37f656216fd3df9128ee96637b
refactor: remove arrow color wrong behavior
[ { "change_type": "MODIFY", "diff": "@@ -251,7 +251,6 @@ const ArrowIcon = styled(({ isOpen, selected, ...props }) => (\nisOpen,\nselected,\ndisabled,\n- error,\ntheme: {\nyoga: {\ncomponents: { dropdown },\n@@ -261,7 +260,6 @@ const ArrowIcon = styled(({ isOpen, selected, ...props }) => (\nfill: ${dropdown....
JavaScript
MIT License
gympass/yoga
refactor: remove arrow color wrong behavior
1
refactor
null
71,094
16.12.2021 17:42:06
0
ef8ab7245630f54b5a633925e27b34c31b712abc
fix(eks): the `defaultChild` of a `KubernetesManifest` is not a `CfnResource` The type of `node.defaultChild` is `KubernetesManifest` and not a `CfnResource`, preventing users from using escape hatches in the standard way. Fixes *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
[ { "change_type": "MODIFY", "diff": "@@ -139,7 +139,7 @@ export class KubernetesManifest extends CoreConstruct {\nthis.injectIngressAlbAnnotations(props.manifest, props.ingressAlbScheme ?? AlbScheme.INTERNAL);\n}\n- new CustomResource(this, 'Resource', {\n+ const customResource = new CustomResource(this, 'Re...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(eks): the `defaultChild` of a `KubernetesManifest` is not a `CfnResource` (#18052) The type of `node.defaultChild` is `KubernetesManifest` and not a `CfnResource`, preventing users from using escape hatches in the standard way. Fixes https://github.com/aws/aws-cdk/issues/9921. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
fix
eks
699,232
16.12.2021 17:51:26
28,800
ab0b98bc78e81731a443234a4f8e32d4f4f6b0a6
feat(heading): add display prop chore(heading): give display a default value
[ { "change_type": "ADD", "diff": "+---\n+'@twilio-paste/heading': minor\n+'@twilio-paste/core': minor\n+---\n+\n+[Heading] Added the prop \"display\" to Heading to make aligning Headings with Icons possible\n", "new_path": ".changeset/serious-bulldogs-cheer.md", "old_path": null }, { "change_...
TypeScript
MIT License
twilio-labs/paste
feat(heading): add display prop chore(heading): give display a default value
1
feat
heading
531,793
16.12.2021 18:05:07
0
087c9c1398241726b4900350de72eb30a7a33b20
feat(backend): add tls options for history requests Fixes
[ { "change_type": "MODIFY", "diff": "# Changelog\n+## [next]\n+\n+### Added\n+\n+- `tls` options to `history:rewrite` rules, allowing customising TLS options\n+ for requests made by karma to Prometheus servers when querying alert\n+ history, #3707.\n+\n## v0.93\n### Fixed\n", "new_path": "CHANGELOG.md", ...
TypeScript
Apache License 2.0
prymitive/karma
feat(backend): add tls options for history requests Fixes #3707
1
feat
backend
777,389
16.12.2021 19:12:28
28,800
95999f97ed3428c1315b3b621784fad4afc84768
fix: fix incorrect preemption status report from Kubernetes RP dummy k8 resource pool reported inaccurate preemption status when using the `preemption` scheduler plugin set up scheduler and Kubernetes config structs to report their own preemption status
[ { "change_type": "MODIFY", "diff": "@@ -424,7 +424,7 @@ func (c *command) toV1Job() *jobv1.Job {\nName: c.Config.Description,\n}\n- j.IsPreemptible = config.ReadPreemptionStatus(j.ResourcePool, &c.Config)\n+ j.IsPreemptible = config.ReadRMPreemptionStatus(j.ResourcePool) && false\nj.Priority = int32(config....
Python
Apache License 2.0
determined-ai/determined
fix: fix incorrect preemption status report from Kubernetes RP (#3330) - dummy k8 resource pool reported inaccurate preemption status when using the `preemption` scheduler plugin - set up scheduler and Kubernetes config structs to report their own preemption status
1
fix
null
841,479
16.12.2021 19:37:22
-28,800
d5c7fb898fd0f92c51e04b09e8a77098dbd098ac
fix(es/loader): Support fully-specified ESM import specifiers
[ { "change_type": "MODIFY", "diff": "@@ -167,13 +167,42 @@ impl NodeResolver {\nreturn Ok(path.to_path_buf());\n}\n+ if let Some(name) = path.file_name() {\n+ let mut ext_path = path.to_path_buf();\n+ let name = name.to_string_lossy();\nfor ext in EXTENSIONS {\n- let ext_path = path.with_extension(ext);\n+ e...
Rust
Apache License 2.0
swc-project/swc
fix(es/loader): Support fully-specified ESM import specifiers (#3050)
1
fix
es/loader
317,667
16.12.2021 19:53:46
-3,600
5c5f0fe157e53151823cab6c3e843a75733d7396
fix(pwsh): correct path separator
[ { "change_type": "MODIFY", "diff": "$env:POSH_PATH = \"$((Get-Item $MyInvocation.MyCommand.ScriptBlock.Module.ModuleBase).Parent.FullName)\"\n$env:POSH_THEMES_PATH = $env:POSH_PATH + \"/themes\"\n-$env:PATH = \"$env:POSH_PATH;$env:PATH\"\n+$env:PATH = $env:POSH_PATH + [System.IO.Path]::PathSeparator + $env:...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(pwsh): correct path separator
1
fix
pwsh
841,421
16.12.2021 19:57:19
-32,400
61e9b5f84115ded8c5361e6674d10e5826fd1635
fix(es/lexer): Don't report lexer errors while backtracking swc_ecma_parser: - Share backtracking state with the lexer. - Don't report lexing errors while backtracking (Closes
[ { "change_type": "MODIFY", "diff": "@@ -16,6 +16,7 @@ use swc_common::{\ncomments::{Comment, CommentKind},\nBytePos, Span, SyntaxContext,\n};\n+use tracing::warn;\nuse unicode_xid::UnicodeXID;\n/// Collector for raw string.\n@@ -117,6 +118,11 @@ impl<'a, I: Input> Lexer<'a, I> {\n#[cold]\n#[inline(never)]\n...
Rust
Apache License 2.0
swc-project/swc
fix(es/lexer): Don't report lexer errors while backtracking (#3051) swc_ecma_parser: - Share backtracking state with the lexer. - Don't report lexing errors while backtracking (Closes #2896)
1
fix
es/lexer
317,646
16.12.2021 19:58:31
-3,600
9ae5217a97daf0cd5389546d0d0f9efc7f96dfef
fix(bash): do not provide pwd resolves
[ { "change_type": "MODIFY", "diff": "@@ -22,11 +22,7 @@ function _omp_hook() {\nomp_elapsed=$((omp_now-omp_start_time))\nrm -f \"$TIMER_START\"\nfi\n- omp_pwd=$PWD\n- if [ -x \"$(command -v cygpath)\" ]; then\n- omp_pwd=$(cygpath -w \"$PWD\")\n- fi\n- PS1=\"$(::OMP:: --config=\"$POSH_THEME\" --shell=bash --e...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(bash): do not provide pwd resolves #1441
1
fix
bash
104,828
16.12.2021 20:26:28
-3,600
28b754f97b15fa80b3b419645cd66e62f4af6350
fix(table): fix overflow buttons The overflow buttons where previously affected by leaked styles from the header that when removed caused the overflow in table to look strange.
[ { "change_type": "MODIFY", "diff": "@@ -187,7 +187,7 @@ class RowActionsCell extends React.Component {\nonOpen={this.handleOpen}\nonClose={this.handleClose}\n// compact or xs rows need the `sm` overflow menu, everything else is default (md)\n- size={['compact', 'xs'].includes(size) ? 'sm' : undefined}\n+ si...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(table): fix overflow buttons The overflow buttons where previously affected by leaked styles from the header that when removed caused the overflow in table to look strange.
1
fix
table
104,828
16.12.2021 20:31:28
-3,600
e6434deec023d0c0fee9f1699ad7c753ece93a62
fix(listitem): pr feedback align values
[ { "change_type": "MODIFY", "diff": "flex: 1;\ndisplay: flex;\nmin-width: 0;\n+ align-items: center;\n&__large {\nflex-direction: column;\n+ align-items: unset;\n@include type-style('productive-heading-01');\ncolor: $text-01;\n}\n&--row-actions {\n// Negative margin needed to have the actions\n// closer to t...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(listitem): pr feedback align values
1
fix
listitem
104,828
16.12.2021 20:34:32
-3,600
85d643bf696e19d410beb1fb1a838caf33e33f4f
docs(hierarchylist): modify secondary value example Since we have a Load more functionality we are removing this fake load more example that was added using the secondary value
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,6 @@ import { Add16 } from '@carbon/icons-react';\nimport { OverflowMenu, OverflowMenuItem } from 'carbon-components-react';\nimport Button from '../../Button';\n-import { InlineLoading } from '../../InlineLoading';\nimport { EditingStyle, DragAndDrop } from '....
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
docs(hierarchylist): modify secondary value example Since we have a Load more functionality we are removing this fake load more example that was added using the secondary value
1
docs
hierarchylist
217,922
16.12.2021 21:29:35
-3,600
ad6028ea618ed02e0337dd03f58c9f1c1047276d
fix(lists): fixed a bug with list copy sometimes not copying properly
[ { "change_type": "MODIFY", "diff": "@@ -68,7 +68,7 @@ export class FirestoreListStorage extends FirestoreRelationalStorage<List> imple\nif (typeof clone.createdAt === 'string') {\nclone.createdAt = firebase.firestore.Timestamp.fromDate(new Date(clone.createdAt));\n}\n- clone.createdAt = new firebase.firesto...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(lists): fixed a bug with list copy sometimes not copying properly
1
fix
lists
217,922
16.12.2021 21:37:37
-3,600
221e1aa8b6f6d31f7f87c5c49c680eef987ad6a7
fix(collectables): fixed collectables not being filtered by level properly
[ { "change_type": "MODIFY", "diff": "@@ -103,8 +103,10 @@ export class CollectablesComponent {\njob,\nlevel,\ngroups: pageData[job].map(group => {\n- group.collectables = group.collectables.filter(c => c.level <= level);\n- return group;\n+ return {\n+ ...group,\n+ collectables: group.collectables.filter(c =...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(collectables): fixed collectables not being filtered by level properly
1
fix
collectables
841,509
16.12.2021 22:08:22
28,800
a381fb8bce0ed82e7b0a201bb175acb13ce90205
fix(es/compat): Fix `block_scoping` swc_ecma_transforms_compat: - `block_scoping`: Consider the location of variable declarations. (Closes
[ { "change_type": "MODIFY", "diff": "@@ -30,6 +30,7 @@ pub fn block_scoping() -> impl Fold {\nscope: Default::default(),\nvars: vec![],\nvar_decl_kind: VarDeclKind::Var,\n+ in_loop_body_scope: false,\n})\n}\n@@ -54,6 +55,7 @@ struct BlockScoping {\nscope: ScopeStack,\nvars: Vec<VarDeclarator>,\nvar_decl_kind...
Rust
Apache License 2.0
swc-project/swc
fix(es/compat): Fix `block_scoping` (#3058) swc_ecma_transforms_compat: - `block_scoping`: Consider the location of variable declarations. (Closes #2998)
1
fix
es/compat
96,878
16.12.2021 22:53:26
-28,800
32412883e37c773b0d32329ec6e0ce8c87e0c2eb
feat(zeebeProvider): support completion condition for multi-instance
[ { "change_type": "MODIFY", "diff": "@@ -46,6 +46,11 @@ export function MultiInstanceProps(props) {\nid: 'multiInstance-outputElement',\ncomponent: <OutputElement element={ element } />,\nisEdited: isTextFieldEntryEdited\n+ },\n+ {\n+ id: 'multiInstance-completionCondition',\n+ component: <CompletionConditio...
JavaScript
MIT License
bpmn-io/bpmn-js-properties-panel
feat(zeebeProvider): support completion condition for multi-instance
1
feat
zeebeProvider
71,080
17.12.2021 01:54:03
18,000
fd0f453f24d4c11eb713106da299ef8aec35c2d7
chore: more keywords for issue-label-assign Some issues are falling through the cracks and not getting assigned to me. Hopefully this remediates it. *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": "@@ -23,8 +23,8 @@ jobs:\n{\"area\":\"package/tools\",\"keywords\":[\"cli\",\"command line\",\"init\",\"synth\",\"diff\",\"bootstrap\"],\"labels\":[\"package/tools\"],\"assignees\":[\"rix0rrr\"]},\n{\"area\":\"@aws-cdk/alexa-ask\",\"keywords\":[\"alexa-ask\",\"alexa\", \"c...
TypeScript
Apache License 2.0
aws/aws-cdk
chore: more keywords for issue-label-assign (#18061) Some issues are falling through the cracks and not getting assigned to me. Hopefully this remediates it. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
chore
null
71,310
17.12.2021 03:12:03
25,200
fd8e0e33816cb46678f7d1beac80b1623cdb6bac
feat(apigatewayv2): http api - IAM authorizer support Fixes See also: [@nija-at's comments on `grantInvoke`](https://github.com/aws/aws-cdk/pull/14853#discussion_r648952691), *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": "- [JWT Authorizers](#jwt-authorizers)\n- [User Pool Authorizer](#user-pool-authorizer)\n- [Lambda Authorizers](#lambda-authorizers)\n+ - [IAM Authorizers](#iam-authorizers)\n- [WebSocket APIs](#websocket-apis)\n- [Lambda Authorizer](#lambda-authorizer)\n@@ -199,6 +200,30 ...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(apigatewayv2): http api - IAM authorizer support (#17519) Fixes #15123 See also: [@nija-at's comments on `grantInvoke`](https://github.com/aws/aws-cdk/pull/14853#discussion_r648952691), #10534 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
feat
apigatewayv2
428,407
17.12.2021 03:16:51
-28,800
0caf1c51b1af4ee190c8a8edabb5cb5c010ce7fc
docs: fix typo in FindOptions doc
[ { "change_type": "MODIFY", "diff": "@@ -36,7 +36,7 @@ export interface FindOptions<TSchema extends Document = Document> extends Comman\ntimeout?: boolean;\n/** Specify if the cursor is tailable. */\ntailable?: boolean;\n- /** Specify if the cursor is a a tailable-await cursor. Requires `tailable` to be true...
TypeScript
Apache License 2.0
mongodb/node-mongodb-native
docs: fix typo in FindOptions doc (#3084)
1
docs
null
942,581
17.12.2021 08:44:43
25,200
1b366a65368d0156f730b34a0b77bd1c480a4c26
docs: Add ExtractProps to the v5 migration guide The v5 migration guide doesn't mention `ExtractProps`. This utility type was added later in the release cycle and fixed many problems we encountered and we have been suggesting `ExtractProps` for people who wrap Canvas Kit components. [category:Documentation]
[ { "change_type": "MODIFY", "diff": "@@ -14,6 +14,7 @@ any questions about the update.\n- [Canvas Kit Preview](#canvas-kit-preview)\n- [Type Deprecations and Hierarchy Updates](#type-deprecations-and-hierarchy-updates)\n- [Canvas Kit CSS Maintenance Mode](#canvas-kit-css-maintenance-mode)\n+ - [Prop Interfac...
TypeScript
Apache License 2.0
workday/canvas-kit
docs: Add ExtractProps to the v5 migration guide (#1397) The v5 migration guide doesn't mention `ExtractProps`. This utility type was added later in the release cycle and fixed many problems we encountered and we have been suggesting `ExtractProps` for people who wrap Canvas Kit components. [category:Documentation]
1
docs
null
71,768
17.12.2021 09:45:34
28,800
e4485f4371dd5aafa538efeb82e016c40d197789
feat(cli): support hotswapping Lambda function tags Fixes *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
[ { "change_type": "MODIFY", "diff": "@@ -76,7 +76,3 @@ export async function establishResourcePhysicalName(\n}\nreturn evaluateCfnTemplate.findPhysicalNameFor(logicalId);\n}\n-\n-export function assetMetadataChanged(change: HotswappableChangeCandidate): boolean {\n- return !!change.newValue?.Metadata['aws:as...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(cli): support hotswapping Lambda function tags (#17818) Fixes #17664 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
feat
cli
217,922
17.12.2021 09:48:26
-3,600
6367e5e3b88ee9af84dc0acf918f6688c748f3ba
fix(ariyala): fixed ariyala import for both gearsets and lists
[ { "change_type": "MODIFY", "diff": "@@ -30,13 +30,14 @@ import { MateriaService } from '../materia.service';\nimport { Memoized } from '../../../core/decorators/memoized';\nimport { AriyalaLinkParser } from '../../../pages/lists/list-import-popup/link-parser/ariyala-link-parser';\nimport { HttpClient } from...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(ariyala): fixed ariyala import for both gearsets and lists
1
fix
ariyala
217,922
17.12.2021 10:19:56
-3,600
9a7ba2f3771ba436433cfd03ed65e34a33bf968b
fix(list): fixed recipes addition sometimes not applying recipe id properly
[ { "change_type": "MODIFY", "diff": "<img [nzTooltipTitle]=\"'Required_for_final_craft' | translate:{amount: requiredForFinal}\" alt=\"\" nz-tooltip\nsrc=\"./assets/icons/HQ.png\"/>\n</span>\n- <span *ngIf=\"item.amount > item.done\" class=\"needed\" nz-tooltip [nzTooltipTitle]=\"'Required_crafts_amount' | t...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(list): fixed recipes addition sometimes not applying recipe id properly
1
fix
list
317,646
17.12.2021 10:37:18
-3,600
2fddfa1716a52c6a870cce9d660f7af1ef6a1eb8
fix: do not print empty powerline symbol relates to
[ { "change_type": "MODIFY", "diff": "@@ -63,6 +63,7 @@ func (b *Block) setActiveSegment(segment *Segment) {\nb.activeSegment = segment\nb.activeBackground = segment.background()\nb.activeForeground = segment.foreground()\n+ b.writer.setColors(b.activeBackground, b.activeForeground)\n}\nfunc (b *Block) enable...
Go
MIT License
jandedobbeleer/oh-my-posh
fix: do not print empty powerline symbol relates to #1433
1
fix
null
217,922
17.12.2021 10:41:08
-3,600
ccec145dcc2c565f63f83df283ef794783cfd835
chore(release): 9.2.11
[ { "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=\"9.2.11\"></a>\n+## [9.2.11](https://github.com/ffxiv-teamcraft/ffxiv-teamcraft/compar...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore(release): 9.2.11
1
chore
release
942,581
17.12.2021 10:47:34
25,200
2adb32892e1214e8a2c723aba124d23d97b29496
fix(tabs): Fix Dynamic Tabs example Fixes the DynamicTabs example to work with the overflow menu. [category:Components]
[ { "change_type": "MODIFY", "diff": "@@ -92,6 +92,8 @@ export function getHiddenIds(\n// at least the selected item and overflow target fit. Update our itemWidth with the sum\nitemWidth += itemWidthCache[selectedKey] + overflowTargetWidth;\n}\n+ } else {\n+ itemWidth += overflowTargetWidth;\n}\nfor (const ke...
TypeScript
Apache License 2.0
workday/canvas-kit
fix(tabs): Fix Dynamic Tabs example (#1398) Fixes the DynamicTabs example to work with the overflow menu. [category:Components]
1
fix
tabs
730,504
17.12.2021 10:58:00
-19,080
8822c7cdb70b6f9e8abdd975709779efdf665951
fix(plugin-meetings): logger init before meetings onready call
[ { "change_type": "MODIFY", "diff": "@@ -174,6 +174,8 @@ export default class Meetings extends WebexPlugin {\ngetSupportedDevice: Media.getSupportedDevice\n};\n+ LoggerProxy.set(this.webex.logger);\n+\nthis.onReady();\nMeetingsUtil.checkH264Support({disableNotifications: true});\nMetrics.initialSetup(this.me...
JavaScript
MIT License
webex/webex-js-sdk
fix(plugin-meetings): logger init before meetings onready call
1
fix
plugin-meetings
756,029
17.12.2021 11:55:06
28,800
e5f622fe3708994388b98a7d9d944b3c694d0ad5
fix(solo): Reject with error, not number
[ { "change_type": "MODIFY", "diff": "@@ -107,7 +107,7 @@ export async function makeFixture(PORT, noisy = false) {\nconsole.log(buf);\n}\n// We only reject if the child exits before CapTP is established.\n- reject(code);\n+ reject(new Error(`CapTP fixture exited with ${code}`));\n});\ntryConnect(resolve, reje...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(solo): Reject with error, not number
1
fix
solo
756,029
17.12.2021 11:55:34
28,800
3bf5d5d99ab89f12c17e8640729fe9173a576bdd
refactor(swingset-runner): Drive by Windows interop fix
[ { "change_type": "MODIFY", "diff": "@@ -2,9 +2,9 @@ import test from 'ava';\nimport { spawn } from 'child_process';\nimport fs from 'fs';\nimport path from 'path';\n+import url from 'url';\n-const filename = new URL(import.meta.url).pathname;\n-const dirname = path.dirname(filename);\n+const dirname = url.f...
JavaScript
Apache License 2.0
agoric/agoric-sdk
refactor(swingset-runner): Drive by Windows interop fix
1
refactor
swingset-runner
688,431
17.12.2021 12:10:49
-7,200
05622a880b72cffa1a95f113849ac4de9ad0d5f4
chore: notify jira about contribution
[ { "change_type": "ADD", "diff": "+name: Notify JIRA about contribution\n+\n+on:\n+ workflow_dispatch:\n+ pull_request:\n+ types: [opened]\n+ branches:\n+ - master\n+\n+jobs:\n+ notify-jira:\n+ # if external contribution\n+ if: ${{!contains(fromJson('[\"denieler\", \"TomasSlama\", \"OleksandrNechai\", \"Ondr...
TypeScript
MIT License
toptal/picasso
chore: notify jira about contribution (#2332)
1
chore
null
317,646
17.12.2021 12:19:03
-3,600
181d906e8a61b73dfe9f41dbb8c089ff5ebffacd
fix(debug): render powerline correctly
[ { "change_type": "MODIFY", "diff": "@@ -192,11 +192,8 @@ func (b *Block) debug() (int, []*SegmentTiming) {\nstart = time.Now()\nsegment.stringValue = segment.string()\nsegmentTiming.stringDuration = time.Since(start)\n- b.previousActiveSegment = nil\nb.renderSegment(segment)\n- if b.activeSegment.Style == P...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(debug): render powerline correctly
1
fix
debug
401,147
17.12.2021 13:29:41
-19,080
18199c875539ec07d4a0e82e341e2d92fd1aa6ce
feat: update header component style as per new style affects: BREAKING CHANGE: theme structure of header component is changed to accomodate new style
[ { "change_type": "MODIFY", "diff": "+import { WithStyle } from '@medly-components/utils';\n+import type { FC } from 'react';\nimport MedlyLogoName from './assets/MedlyLogo.svg';\nimport MedlyLogo from './assets/MLogo.svg';\nimport { Container } from './Logo.styled';\nimport { LogoProps } from './types';\n-i...
TypeScript
MIT License
medly/medly-components
feat: update header component style as per new style (#559) affects: @medly-components/core, @medly-components/layout, @medly-components/theme BREAKING CHANGE: theme structure of header component is changed to accomodate new style
1
feat
null
438,921
17.12.2021 13:48:04
-32,400
2052a19af7fae25688a182e1d5244e523ed1f3cc
feat(option): Enhance padding to be removed completely * feat(option): Enhance padding to be removed completely When set to 'false', will remove padding area completely. Close
[ { "change_type": "MODIFY", "diff": "@@ -3949,7 +3949,22 @@ d3.select(\".chart_area\")\n}\n}\n],\n- Padding: {\n+ Padding: [\n+ {\n+ options: {\n+ data: {\n+ columns: [\n+ [\"data\", 130, 100, 140, 35, 110, 50]\n+ ],\n+ type: \"area\"\n+ },\n+ legend: {\n+ show: false\n+ },\n+ padding: false\n+ }\n+ },\n+ {\...
TypeScript
MIT License
naver/billboard.js
feat(option): Enhance padding to be removed completely * feat(option): Enhance padding to be removed completely When set to 'false', will remove padding area completely. Close #2367
1
feat
option
705,211
17.12.2021 14:18:33
18,000
2b492b0c74db0bb573716dce275ba2c0221d5c01
fix: Added missing font files for Skia Gtk
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/src/samples/Uno.Themes.Samples/Uno.Themes.Samples.Skia.Gtk/Assets/Fonts/Cupertino/SF-Pro.ttf differ\n", "new_path": "src/samples/Uno.Themes.Samples/Uno.Themes.Samples.Skia.Gtk/Assets/Fonts/Cupertino/SF-Pro.ttf", "old_path": "src/samples/U...
C#
Apache License 2.0
unoplatform/uno.themes
fix: Added missing font files for Skia Gtk
1
fix
null
127,946
17.12.2021 14:24:23
-3,600
01bc046c02c3af6a35d388c7b1f8c827fc294c5d
feat: remove publish scripts
[ { "change_type": "DELETE", "diff": "-const fs = require('fs');\n-const path = require('path');\n-const childProcess = require('child_process');\n-\n-// eslint-disable-next-line import/no-extraneous-dependencies\n-const program = require('commander');\n-\n-const MODES = {\n- prepublish: 'prepublish',\n- post...
TypeScript
MIT License
coingaming/moon-design
feat: remove publish scripts (#1517)
1
feat
null
71,413
17.12.2021 15:00:58
18,000
e828c2229394fdf29699fd167c380bc229ea48e3
feat(cli): add message when resource is hotswapped Add additional messages to indicate that a hotswap deployment is occurring (or not) along with what resources are being hotswapped. fix *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": "@@ -10,6 +10,7 @@ import { publishAssets } from '../util/asset-publishing';\nimport { contentHash } from '../util/content-hash';\nimport { ISDK, SdkProvider } from './aws-auth';\nimport { tryHotswapDeployment } from './hotswap-deployments';\n+import { ICON } from './hotsw...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(cli): add message when resource is hotswapped (#18058) Add additional messages to indicate that a hotswap deployment is occurring (or not) along with what resources are being hotswapped. fix #17778 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
feat
cli
306,636
17.12.2021 15:08:07
-19,080
dddac80bcbc01d8766dcce6c234a2ebdac141ac9
fix(avatargroup): fix avatar group extra authors tooltip position
[ { "change_type": "MODIFY", "diff": "@@ -178,6 +178,7 @@ export const AvatarGroup = (props: AvatarGroupProps) => {\nposition={position}\nappendToBody={appendToBody}\nclassName={popperClass}\n+ offset=\"medium\"\n>\n{renderPopper()}\n</Popover>\n", "new_path": "core/components/atoms/avatarGroup/AvatarGrou...
TypeScript
MIT License
innovaccer/design-system
fix(avatargroup): fix avatar group extra authors tooltip position
1
fix
avatargroup
71,361
17.12.2021 15:44:53
18,000
dcc9e59d55d17dd71217659573d5f1879295eb1b
feat(codepipeline): add ability to not reuse cross-region support Stacks This provides the change proposed in feature request by adding the new flag. 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": "@@ -146,6 +146,13 @@ export interface PipelineProps {\n* @default - false (key rotation is disabled)\n*/\nreadonly enableKeyRotation?: boolean;\n+\n+ /**\n+ * Reuse the same cross region support stack for all pipelines in the App.\n+ *\n+ * @default - true (Use the same s...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(codepipeline): add ability to not reuse cross-region support Stacks (#18043) This provides the change proposed in feature request #18018 by adding the new flag. closes #18018 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
feat
codepipeline
428,354
17.12.2021 16:03:21
18,000
91a67e0f370e46b36665966ad49988207907624d
feat(NODE-3793): Remove offensive language from code and tests
[ { "change_type": "MODIFY", "diff": "@@ -12,7 +12,7 @@ let _requestId = 0;\n// Query flags\nconst OPTS_TAILABLE_CURSOR = 2;\n-const OPTS_SLAVE = 4;\n+const OPTS_SECONDARY = 4;\nconst OPTS_OPLOG_REPLAY = 8;\nconst OPTS_NO_CURSOR_TIMEOUT = 16;\nconst OPTS_AWAIT_DATA = 32;\n@@ -41,7 +41,7 @@ export interface Op...
TypeScript
Apache License 2.0
mongodb/node-mongodb-native
feat(NODE-3793): Remove offensive language from code and tests (#3082)
1
feat
NODE-3793
269,464
17.12.2021 16:39:55
10,800
a2d91a501a35a955bc16c6465d5c6772b74353bb
feat: add more info to --version
[ { "change_type": "MODIFY", "diff": "@@ -3,6 +3,7 @@ package main\nimport (\n\"fmt\"\n\"os\"\n+ \"runtime\"\n\"runtime/debug\"\n\"github.com/goreleaser/goreleaser/cmd\"\n@@ -37,6 +38,7 @@ func buildVersion(version, commit, date, builtBy string) string {\nif builtBy != \"\" {\nresult = fmt.Sprintf(\"%s\\nbuil...
Go
MIT License
goreleaser/goreleaser
feat: add more info to --version Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
1
feat
null
826,676
17.12.2021 16:52:02
-3,600
2a6ddaeeb604a7123527855e6f9947423e284f65
fix: add hiring notice to README
[ { "change_type": "MODIFY", "diff": "<a href=\"https://www.ory.sh/docs/keto/\">Guide</a> |\n<a href=\"https://www.ory.sh/docs/keto/sdk/api\">API Docs</a> |\n<a href=\"https://godoc.org/github.com/ory/keto\">Code Docs</a><br/><br/>\n- <a href=\"https://opencollective.com/ory\">Support this project!</a>\n+ <a ...
Go
Apache License 2.0
ory/keto
fix: add hiring notice to README (#798)
1
fix
null
304,866
17.12.2021 17:01:38
28,800
07e315c4f9804513c1d917e094d15ccb57b69bb5
feat: add an internal/debug.opaque function
[ { "change_type": "MODIFY", "diff": "Binary files a/embed/stdlib/internal/debug.fc and b/embed/stdlib/internal/debug.fc differ\n", "new_path": "embed/stdlib/internal/debug.fc", "old_path": "embed/stdlib/internal/debug.fc" }, { "change_type": "MODIFY", "diff": "Binary files a/libflux/go/li...
Go
MIT License
influxdata/flux
feat: add an internal/debug.opaque function (#4363)
1
feat
null
551,636
17.12.2021 17:04:06
0
636e7f010db8e28630d7937e5b35748179f76a6d
feat(build): have docker image use jdk17 to build questdb
[ { "change_type": "MODIFY", "diff": "-FROM openjdk:11.0.7-jdk\n+FROM openjdk:17.0.1-jdk-bullseye\nRUN apt-get update \\\n&& apt-get install git curl -y\n@@ -11,7 +11,7 @@ RUN curl -L \"https://www.mirrorservice.org/sites/ftp.apache.org/maven/maven-3/3.\nWORKDIR /build/questdb\n-RUN ../apache-maven-3.6.3/bin/...
Java
Apache License 2.0
questdb/questdb
feat(build): have docker image use jdk17 to build questdb (#1703)
1
feat
build
667,680
17.12.2021 17:22:39
-28,800
112964a307c1eb47f73455dcba2888e0a255a717
fix(android): fix library symbol visibility settings
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,6 @@ cmake_minimum_required(VERSION 3.4.1)\nproject(\"hippy\")\nset(CMAKE_VERBOSE_MAKEFILE on)\n-set(CMAKE_CXX_VISIBILITY_PRESET hidden)\nif (${ANDROID_STL} STREQUAL \"c++_static\")\nstring(APPEND CMAKE_SHARED_LINKER_FLAGS \" -Wl,--exclude-libs,libc++_static.a\...
C++
Apache License 2.0
tencent/hippy
fix(android): fix library symbol visibility settings
1
fix
android
777,401
17.12.2021 17:35:15
18,000
c9d43f9c203ef8b7c6604306c2d757b96c646584
chore: bump test-e2e go version These tests got missed in go version bumps. Since they run `make -C master get-deps` and some upgraded deps may use go1.17 packages (io/fs) this is necessary.
[ { "change_type": "MODIFY", "diff": "@@ -139,7 +139,7 @@ commands:\nreinstall-go:\nsteps:\n- run: sudo rm -rf /usr/local/go # Remove system go.\n- - run: curl https://dl.google.com/go/go1.16.1.linux-amd64.tar.gz -o /tmp/go.linux-amd64.tar.gz\n+ - run: curl https://dl.google.com/go/go1.17.5.linux-amd64.tar.gz...
Python
Apache License 2.0
determined-ai/determined
chore: bump test-e2e go version (#3344) These tests got missed in go version bumps. Since they run `make -C master get-deps` and some upgraded deps may use go1.17 packages (io/fs) this is necessary.
1
chore
null
366,946
17.12.2021 17:35:53
-32,400
4f334f80eb08b2939b1a3f59ba98372efa7de9d3
chore: change story of Footer to CSF
[ { "change_type": "MODIFY", "diff": "import React from 'react'\n-import { storiesOf } from '@storybook/react'\n+import { Story } from '@storybook/react'\nimport readme from './README.md'\nimport { Footer } from './Footer'\n-storiesOf('Footer', module)\n- .addParameters({\n+export default {\n+ title: 'Footer'...
TypeScript
MIT License
kufu/smarthr-ui
chore: change story of Footer to CSF (#2126)
1
chore
null
551,648
17.12.2021 17:42:42
-10,800
6a1ffdcd01f5ea82271b11cc2024e407a0da7120
chore(sql): improve error message for o3 insert on non-partitioned table
[ { "change_type": "MODIFY", "diff": "@@ -815,7 +815,7 @@ public class TableWriter implements Closeable {\n}\nif (timestamp < txWriter.getMaxTimestamp()) {\n- throw CairoException.instance(ff.errno()).put(\"Cannot insert rows out of order. Table=\").put(path);\n+ throw CairoException.instance(ff.errno()).put(...
Java
Apache License 2.0
questdb/questdb
chore(sql): improve error message for o3 insert on non-partitioned table (#1708)
1
chore
sql