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
551,648
02.02.2022 14:37:38
-10,800
a82014c11da6ff6231178a7da2048e1659782892
fix(sql): fix not equals filter on indexed symbol column
[ { "change_type": "MODIFY", "diff": "@@ -38,10 +38,13 @@ public class FilterOnExcludedValuesRecordCursorFactory extends AbstractDataFrame\nprivate final DataFrameRecordCursor cursor;\nprivate final int columnIndex;\nprivate final Function filter;\n- private final ObjList<RowCursorFactory> cursorFactories;\n+...
Java
Apache License 2.0
questdb/questdb
fix(sql): fix not equals filter on indexed symbol column (#1838)
1
fix
sql
426,705
02.02.2022 14:38:56
-3,600
3192c9ff5788aebbc9293701f890843bb18f3722
fix: update puppeteer-core dependency to 13.1.3
[ { "change_type": "ADD", "diff": "+---\n+'@web/test-runner-chrome': patch\n+'@web/test-runner': patch\n+---\n+\n+Update puppeteer-core dependency to 13.1.3\n", "new_path": ".changeset/blue-moles-occur.md", "old_path": null }, { "change_type": "MODIFY", "diff": "\"@web/test-runner-core\": ...
TypeScript
MIT License
modernweb-dev/web
fix: update puppeteer-core dependency to 13.1.3 (#1868) Co-authored-by: web-padawan <iamkulykov@gmail.com>
1
fix
null
342,861
02.02.2022 14:43:17
-3,600
e60aab692bcee6794efc8c14dbc0a2b862d93341
docs(tracking): add clean up script
[ { "change_type": "ADD", "diff": "+name: Tracking remove\n+\n+on:\n+ schedule:\n+ # Once in a year at 08:00 on 1st of January.\n+ - cron: \"0 8 1 1 *\"\n+\n+jobs:\n+ track:\n+ runs-on: ubuntu-latest\n+ steps:\n+ - name: Checkout\n+ uses: actions/checkout@v2\n+\n+ - name: Node\n+ uses: ./.github/actions/node\...
JavaScript
MIT License
kiwicom/orbit
docs(tracking): add clean up script (#3265)
1
docs
tracking
791,282
02.02.2022 14:58:57
28,800
010a067b140e6509d268a644c59bc71050df81b1
chore(internal/gapicgen): update microgen to v0.25.0
[ { "change_type": "MODIFY", "diff": "@@ -27,7 +27,7 @@ RUN go install github.com/golang/protobuf/protoc-gen-go@v1.5.2 && \\\ngo install golang.org/x/lint/golint@latest && \\\ngo install golang.org/x/tools/cmd/goimports@latest && \\\ngo install honnef.co/go/tools/cmd/staticcheck@latest && \\\n- go install git...
Go
Apache License 2.0
googleapis/google-cloud-go
chore(internal/gapicgen): update microgen to v0.25.0 (#5419)
1
chore
internal/gapicgen
217,922
02.02.2022 15:01:45
-3,600
2e5f952b46df1d7fe693997c04b88567f25d67ad
fix(layouts): removed drag and drop from layout editor
[ { "change_type": "MODIFY", "diff": "<input [(ngModel)]=\"layout.name\" (ngModelChange)=\"dirty = true\" [disabled]=\"layout.default\"\nnz-input type=\"text\">\n</nz-input-group>\n+ <div>\n<button (click)=\"editRowButtons(layout)\" [disabled]=\"layout.default\" nz-button nzBlock>\n{{'LIST_DETAILS.LAYOUT_DIAL...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(layouts): removed drag and drop from layout editor
1
fix
layouts
217,922
02.02.2022 15:05:21
-3,600
fd1742b3eb6ba84e96354231735010fc8b795091
fix(simulator): renaming a rotation doesn't save it anymore
[ { "change_type": "MODIFY", "diff": "@@ -158,7 +158,12 @@ export class SimulatorComponent implements OnInit, OnDestroy {\npublic dirty = false;\n- public rotation$ = this.rotationsFacade.selectedRotation$.pipe(\n+ private unsavedChanges$ = new Subject<CraftingRotation>();\n+\n+ public rotation$ = merge(\n+ t...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(simulator): renaming a rotation doesn't save it anymore
1
fix
simulator
386,581
02.02.2022 15:13:33
-7,200
8a0e3313abe15bee9ce28aa2d8b8f91a3482bae3
fix: Fix docs transformer fns tests.
[ { "change_type": "MODIFY", "diff": "@@ -19,7 +19,6 @@ import propertiesGetterTransformer from '../blocks/propertiesGetterTransformer';\nimport defaultValueTransformer from '../blocks/defaultValueTransformer';\nconst schema = {\n- schema: {\nproperties: {\ntype: 'object',\nproperties: {\n@@ -32,7 +31,6 @@ co...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix: Fix docs transformer fns tests.
1
fix
null
306,644
02.02.2022 15:33:56
-19,080
f32020cc9397480aa4671a7878b872d45cb8c5e6
fix(mds): fix style of active header link
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,11 @@ import { Link as MDSLink } from '@innovaccer/design-system';\nconst Header = ({ relativePagePath }) => {\nconst items = useHeaderItems();\n+ const checkActive = (label) => {\n+ const pagePath = relativePagePath.split('/');\n+ if(pagePath[1]===label.toLowe...
TypeScript
MIT License
innovaccer/design-system
fix(mds): fix style of active header link
1
fix
mds
126,276
02.02.2022 15:38:32
10,800
409230ad95143c32c664dc058b1c9053719a520f
chore(embedded/tbtree): validate input kv pairs before sorting
[ { "change_type": "MODIFY", "diff": "@@ -1196,9 +1196,19 @@ func (t *TBtree) BulkInsert(kvs []*KV) error {\nreturn ErrIllegalArguments\n}\n- // entries are sorted in ascending order to increase cache hits\n+ for _, kv := range kvs {\n+ if kv == nil || kv.K == nil || kv.V == nil {\n+ return ErrIllegalArgument...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/tbtree): validate input kv pairs before sorting Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/tbtree
392,551
02.02.2022 15:54:02
28,800
1ebe7986e481cb89343b125d14279340e2c37a7f
fix: add viewer data provider prop in flow types
[ { "change_type": "MODIFY", "diff": "@@ -3173,6 +3173,7 @@ export interface PointOfView {\ntilt: number;\n}\nexport interface IViewer {\n+ +dataProvider: IDataProvider;\n+isNavigable: boolean;\nactivateCombinedPanning(): void;\nactivateComponent(name: string): void;\n@@ -3582,6 +3583,14 @@ declare class View...
TypeScript
MIT License
mapillary/mapillary-js
fix: add viewer data provider prop in flow types
1
fix
null
103,429
02.02.2022 15:55:07
-3,600
2a9eff3ef9682ecfd6d9a23521514c430a82fe06
feat: add theme switcher
[ { "change_type": "MODIFY", "diff": "@@ -16,6 +16,7 @@ import { isWeb } from '../utils';\ntype Props = {\ntoggleTheme: () => void;\ntoggleRTL: () => void;\n+ toggleThemeVersion: () => void;\nisRTL: boolean;\nisDarkTheme: boolean;\n};\n@@ -39,12 +40,18 @@ const DrawerItemsData = [\n{ label: 'A very long title...
TypeScript
MIT License
callstack/react-native-paper
feat: add theme switcher (#3068)
1
feat
null
306,644
02.02.2022 16:10:02
-19,080
d436c3a17893487def652cc1c50388afaa828b52
fix(mds): change style for cards in overview of component
[ { "change_type": "MODIFY", "diff": "@@ -45,7 +45,7 @@ function Overview() {\nclassName='w-100 overflow-hidden overview-card pb-5'\n>\n<CardBody>\n- <div className='py-5'>\n+ <div className='py-5 card-opacity'>\n<div className='d-flex justify-content-center align-items-center' style={{ overflow: 'hidden', he...
TypeScript
MIT License
innovaccer/design-system
fix(mds): change style for cards in overview of component
1
fix
mds
306,644
02.02.2022 16:15:51
-19,080
6826e0bc095a766305ca520a819ca5137786363d
fix(mds): fix heading style in component pages
[ { "change_type": "MODIFY", "diff": "@@ -52,7 +52,7 @@ const ComponentsContainer = ({\nreturn (\n<>\n- <Heading>{isSiblingTab ? frontmatter?.title : pageTitle}</Heading>\n+ <Heading size='xl' className='my-5'>{isSiblingTab ? frontmatter?.title : pageTitle}</Heading>\n<Paragraph>{isSiblingTab ? frontmatter?.d...
TypeScript
MIT License
innovaccer/design-system
fix(mds): fix heading style in component pages
1
fix
mds
386,595
02.02.2022 16:21:19
-7,200
66a42c7dc53c3bd3e54cbf3f16661750416a0d33
fix(connection-google-sheets): Revert mingo system imports.
[ { "change_type": "MODIFY", "diff": "import { type } from '@lowdefy/helpers';\nimport mingo from 'mingo';\n-import 'mingo/init/system';\n+\n+// TODO: fix build to work with:\n+// import 'mingo/init/system';\n+\n+import { useOperators, OperatorType } from 'mingo/core.js';\n+import * as accumulatorOperators fr...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(connection-google-sheets): Revert mingo system imports.
1
fix
connection-google-sheets
688,468
02.02.2022 16:27:03
-14,400
0adb0ae2acff7ab209e6133af70d33b161fc8242
chore: remove picasso-lab reference in README files
[ { "change_type": "MODIFY", "diff": "This repository is the home for all of Toptal's reusable UI, split up into distinct monorepo packages distributed through NPM:\n- [@toptal/picasso](./packages/picasso/README.md) - core UI building blocks\n-- [@toptal/picasso-lab](./packages/picasso-lab/README.md) - new co...
TypeScript
MIT License
toptal/picasso
chore: remove picasso-lab reference in README files (#2412)
1
chore
null
217,922
02.02.2022 16:33:21
-3,600
3f8607e582424d61ec76bc832b93139518345af2
fix(allagan-reports): fixed Map instances not being added as source
[ { "change_type": "MODIFY", "diff": "@@ -633,7 +633,7 @@ export class AllaganReportDetailsComponent extends ReportsManagementComponent {\n}\nprivate getEntryId(name: string): number | null {\n- const match = name.match(/\\[(\\d+)]\\s.*/);\n+ const match = name.match(/\\[(-?\\d+)]\\s.*/);\nif (!match) {\nretu...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(allagan-reports): fixed Map instances not being added as source
1
fix
allagan-reports
617,469
02.02.2022 16:36:18
-3,600
d1f0f3cba0568241dcc52c3857bd8a805e4f258a
fix(build): fix dockerfile to not merge node_modules without taking in account yarn.lock
[ { "change_type": "MODIFY", "diff": "+ARG NODE_VERSION=14.17-alpine3.13\n# dist\n-FROM node:14.17-alpine3.13 AS dist\n+FROM node:$NODE_VERSION AS dist\nWORKDIR /\n@@ -31,28 +32,15 @@ RUN yarn --frozen-lockfile && yarn cache clean\nCOPY . ./\n-RUN yarn build\n-\n-# node_modules\n-FROM node:14.17-alpine3.13 AS...
TypeScript
Apache License 2.0
socialgouv/code-du-travail-numerique
fix(build): fix dockerfile to not merge node_modules without taking in account yarn.lock (#4220) Co-authored-by: devthejo <jo@surikat.pro>
1
fix
build
104,828
02.02.2022 16:55:58
-3,600
d3f34b2b812ad143a7f0092777c2046353b83b06
docs(table): remove redundant map function
[ { "change_type": "MODIFY", "diff": "@@ -409,9 +409,7 @@ export const WithRowExpansion = () => {\nconst MyTable = selectedTableType === 'StatefulTable' ? StatefulTable : Table;\nconst data = getTableData().slice(0, 10);\n- const columns = getTableColumns().map((column) => ({\n- ...column,\n- }));\n+ const co...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
docs(table): remove redundant map function #3252
1
docs
table
777,422
02.02.2022 17:15:04
28,800
3689a11804254c191639f4f2e0eacd7526d82855
docs: release-0.17.8 notes
[ { "change_type": "MODIFY", "diff": "Version 0.17\n**************\n+Version 0.17.8\n+==============\n+\n+**Release Date:** February 3, 2022\n+\n+**Bug Fixes**\n+\n+- Distributed Training: Fix a bug that shows experiments in a COMPLETED state even if they errored\n+ out. We recommend that users of distributed...
Python
Apache License 2.0
determined-ai/determined
docs: release-0.17.8 notes (#3554)
1
docs
null
866,394
02.02.2022 17:45:52
18,000
4289269a6531342b348f2777979e11326c294572
fix(card-in-card): add null check for card-in-card-image ### Related Ticket(s) Related to ### Description This will hopefully fix the occasional exceptions occurring around the `card-in-card` component within the NextJS test page. ### Changelog **Changed** Add null check for the `dds-card-in-card-image` element
[ { "change_type": "MODIFY", "diff": "@@ -49,11 +49,13 @@ class DDSCardInCard extends StableSelectorMixin(DDSCardCTA) {\nlinkNode.classList.add(`${prefix}--card-in-card`);\n}\n- (this.querySelector(`${ddsPrefix}-card-in-card-image`) as HTMLElement)!.onclick = () =>\n+ if (this.querySelector(`${ddsPrefix}-card...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(card-in-card): add null check for card-in-card-image (#8191) ### Related Ticket(s) Related to https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/7941, https://github.com/carbon-design-system/carbon-for-ibm-dotcom/issues/7999 ### Description This will hopefully fix the occasional exceptions occurring around the `card-in-card` component within the NextJS test page. ### Changelog **Changed** - Add null check for the `dds-card-in-card-image` element
1
fix
card-in-card
306,346
02.02.2022 17:55:42
-11,880
5df48d0bd639cec42b63146f07795d71a44e9506
refactor(aws): migrate backup_vault
[ { "change_type": "MODIFY", "diff": "package aws\nimport (\n- \"fmt\"\n-\n+ \"github.com/infracost/infracost/internal/resources/aws\"\n\"github.com/infracost/infracost/internal/schema\"\n- \"github.com/shopspring/decimal\"\n- \"github.com/tidwall/gjson\"\n)\n-func GetBackupVaultRegistryItem() *schema.Registr...
Go
Apache License 2.0
infracost/infracost
refactor(aws): migrate backup_vault
1
refactor
aws
217,922
02.02.2022 17:58:22
-3,600
0018ebb8d0afa8302e993324bcded894e18735ba
fix(db): fixed missing gardening data from allagan reports
[ { "change_type": "MODIFY", "diff": "@@ -136,6 +136,7 @@ export interface LazyData {\nfoods: Array<LazyFood>;\nfreeCompanyActions: Record<number, LazyFreeCompanyAction>;\ngardeningSeedIds: Record<number, number>;\n+ gardeningSources: Record<number, number[]>;\ngatheringBonuses: Record<number, LazyGatheringBo...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(db): fixed missing gardening data from allagan reports
1
fix
db
617,455
02.02.2022 18:15:44
-3,600
7d32f00737e2436ffad65547cb3cdbb09e7890b9
chore: move SDR URLs checkup to a cron job
[ { "change_type": "ADD", "diff": "+name: Check SDR URLs (CRON)\n+on:\n+ schedule:\n+ - cron: \"00 09 * * *\"\n+ workflow_dispatch:\n+\n+jobs:\n+ services-de-renseignement:\n+ name: Check url from service de renseignement\n+ runs-on: ubuntu-latest\n+ steps:\n+ - name: Checkout repository\n+ uses: actions/chec...
TypeScript
Apache License 2.0
socialgouv/code-du-travail-numerique
chore: move SDR URLs checkup to a cron job (#4225) Co-authored-by: Julien Bouquillon <julien.bouquillon@sg.social.gouv.fr>
1
chore
null
217,922
02.02.2022 18:45:03
-3,600
592e31e655983b181e788caeec74d3a783ce3e23
fix(desktop): fixed hide completed items in list overlay
[ { "change_type": "MODIFY", "diff": "</div>\n</div>\n</div>\n- <a *ngIf=\"seedId$ | async | ffxivgardening | i18n as ffxivgId\" [href]=\"ffxivgId\" target=\"_blank\">{{'LIST_DETAILS.Open_in_ffxivgardening' | translate}}</a>\n+ <a *ngIf=\"seedId$ | async as ffxivgId\" [href]=\"ffxivgId | ffxivgardening | i18n...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(desktop): fixed hide completed items in list overlay
1
fix
desktop
317,646
02.02.2022 19:11:24
-3,600
42f974755853b7ad3c8127a4b6411fd41dca0806
fix: do not insert color override in existing template
[ { "change_type": "MODIFY", "diff": "@@ -40,10 +40,12 @@ func (segment *Segment) migrationOne(env environment.Environment) {\n}\n// General properties that need replacement\nsegment.migratePropertyKey(\"display_version\", properties.FetchVersion)\n+ delete(segment.Properties, \"enable_hyperlink\")\nswitch se...
Go
MIT License
jandedobbeleer/oh-my-posh
fix: do not insert color override in existing template
1
fix
null
217,922
02.02.2022 19:16:25
-3,600
99ec95fe784f75eea54765b2c21dcab1028959f9
fix(layout): reordering panels in reorder popup now saves the layout
[ { "change_type": "MODIFY", "diff": "nzType=\"primary\">\n<i nz-icon nzType=\"plus\"></i> {{'LIST_DETAILS.LAYOUT_DIALOG.Add_panel' | translate}}\n</button>\n- <div *ngFor=\"let row of layout.rows; trackBy: trackByRow\" [model]=\"row\">\n+ <div *ngFor=\"let row of layout.rows; trackBy: trackByRow\">\n<app-lay...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(layout): reordering panels in reorder popup now saves the layout
1
fix
layout
317,646
02.02.2022 19:21:16
-3,600
a091e5c387b9ae9496571e55f5998d03c7623f37
fix: migrate exit segment correctly
[ { "change_type": "MODIFY", "diff": "@@ -122,19 +122,19 @@ func (segment *Segment) migrationOne(env environment.Environment) {\nsegment.migrateColorOverride(\"version_mismatch_color\", \"{{ if .Mismatch }}%s{{ end }}\")\n}\ncase EXIT:\n- segment.migrateTemplate()\ntemplate := segment.Properties.GetString(pro...
Go
MIT License
jandedobbeleer/oh-my-posh
fix: migrate exit segment correctly
1
fix
null
317,646
02.02.2022 19:48:50
-3,600
6b6aec43d558bce79a8e87dc165ccc936447581d
fix: migrate text correctly
[ { "change_type": "MODIFY", "diff": "@@ -36,14 +36,6 @@ New-Alias -Name 'Set-PoshContext' -Value 'Set-EnvVar' -Scope Global -Force\n## Template ([info][templates])\n-:::note default template\n-\n-``` template\n-{{ .Text }}\n-```\n-\n-:::\n-\n### Properties\n- `.Root`: `boolean` - is the current user root/adm...
Go
MIT License
jandedobbeleer/oh-my-posh
fix: migrate text correctly
1
fix
null
756,013
02.02.2022 19:52:47
21,600
ca4b5bc74068855c3c18908238c992440621622b
feat(SwingSet): allow `slogSender` to process all slog messages
[ { "change_type": "MODIFY", "diff": "@@ -121,6 +121,7 @@ export function makeStartXSnap(bundles, { snapStore, env, spawn }) {\n* debugPrefix?: string,\n* slogCallbacks?: unknown,\n* slogFile?: string,\n+ * slogSender?: (obj: any) => void,\n* testTrackDecref?: unknown,\n* warehousePolicy?: { maxVatsOnline?: n...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(SwingSet): allow `slogSender` to process all slog messages
1
feat
SwingSet
531,793
02.02.2022 20:48:00
0
66607cc11b562e4f6bebe1b6fd3d2427c5799f51
fix(ui): only escape regex values Fixes
[ { "change_type": "MODIFY", "diff": "# Changelog\n+## v0.96\n+\n+### Fixed\n+\n+- Fix escaping regex values in silence form #3936.\n+\n## v0.95\n### Fixed\n", "new_path": "CHANGELOG.md", "old_path": "CHANGELOG.md" }, { "change_type": "MODIFY", "diff": "@@ -571,6 +571,8 @@ class RegexEscap...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): only escape regex values Fixes #3936
1
fix
ui
217,922
02.02.2022 21:01:42
-3,600
859166fc6b949bf493e091cab5f98ab7a7e36578
chore: compilation hotfix
[ { "change_type": "MODIFY", "diff": "export enum AllaganReportSource {\nFISHING = 'FISHING',\nSPEARFISHING = 'SPEARFISHING',\n- DESYNTHED_FROM = 'DESYNTHED_FROM',\n+ DESYNTH = 'DESYNTH',\nREDUCTION = 'REDUCTION',\nGARDENING = 'GARDENING',\nLOOT = 'LOOT', // Obtained by using a given item (timeworn maps, sack...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: compilation hotfix
1
chore
null
342,861
02.02.2022 22:00:05
-3,600
36bacc92b4b95b7f11cb1a5b72d40bd147fea4b2
feat(HorizontalScroll): add elevationOverflow and elevationColor props
[ { "change_type": "MODIFY", "diff": "@@ -21,7 +21,7 @@ export const Default = (): React.Node => {\ndisplay=\"flex\"\njustify=\"center\"\nminWidth=\"150px\"\n- background=\"cloudDark\"\n+ background=\"cloudLight\"\nheight=\"full\"\n>\n<Text size=\"large\" weight=\"bold\" as=\"div\">\n", "new_path": "packa...
JavaScript
MIT License
kiwicom/orbit
feat(HorizontalScroll): add elevationOverflow and elevationColor props
1
feat
HorizontalScroll
342,861
02.02.2022 22:02:15
-3,600
434d9db6f63a6dfdfdd9c0382510eac1b5e9361a
fix(ItinerarySegmentDetail): fix overflowing badges
[ { "change_type": "MODIFY", "diff": "@@ -43,5 +43,5 @@ export interface Props extends Common.Global {\nreadonly elevationColor?: string;\n}\n-declare const HorizontalScroll: React.FunctionComponent<Props>;\n+declare const HorizontalScroll: React.ForwardRefRenderFunction<HTMLDivElement, Props>;\nexport { Hori...
JavaScript
MIT License
kiwicom/orbit
fix(ItinerarySegmentDetail): fix overflowing badges
1
fix
ItinerarySegmentDetail
380,740
02.02.2022 22:04:28
-3,600
bf689b6cecbf11553354be13c7a3ffca50f7254d
docs: Fix a typo in a babel plugin name
[ { "change_type": "MODIFY", "diff": "@@ -19,7 +19,7 @@ Setup\nor similar framework which already has it.\nWe are using the `Dynamic Import() Proposal <https://github.com/tc39/proposal-dynamic-import>`_\n-to ECMAScript. We need to install ``@babel/plugin-@babel/plugin-syntax-dynamic-import`` and\n+to ECMAScri...
TypeScript
MIT License
lingui/js-lingui
docs: Fix a typo in a babel plugin name (#1204)
1
docs
null
251,188
02.02.2022 22:26:45
-10,800
7cd8ffa88dff65b33bd9a09990fade5f832ffba6
chore: remove redundant u2f logging
[ { "change_type": "MODIFY", "diff": "@@ -63,7 +63,6 @@ public class RawAuthenticationService {\nlog.debug(\"Packed bytes to sign in HEX '{}'\", Hex.encodeHexString(signedBytes));\nlog.debug(\"Signature from authentication response in HEX '{}'\", Hex.encodeHexString(rawAuthenticateResponse.getSignature()));\n...
Java
MIT License
gluufederation/oxauth
chore: remove redundant u2f logging
1
chore
null
342,861
02.02.2022 22:28:05
-3,600
7e0702f89dab4bdc635b004a024dc3f53e8702cb
docs(HorizontalScroll): add new knobs
[ { "change_type": "MODIFY", "diff": "@@ -50,6 +50,8 @@ export default {\ntype: \"number\",\ndefaultValue: \"\",\n},\n+ { name: \"overflowElevation\", type: \"boolean\", defaultValue: false },\n+ { name: \"elevationColor\", type: \"string\", defaultValue: \"paletteCloudDark\" },\n{\nname: \"scrollPadding\",\n...
JavaScript
MIT License
kiwicom/orbit
docs(HorizontalScroll): add new knobs
1
docs
HorizontalScroll
317,730
02.02.2022 22:46:50
-28,800
89619bb2a27d404a21ceb39e389db2ab98367612
theme: add velvet
[ { "change_type": "ADD", "diff": "+{\n+ \"$schema\": \"https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json\",\n+ \"blocks\": [\n+ {\n+ \"alignment\": \"left\",\n+ \"segments\": [\n+ {\n+ \"background\": \"#0E050F\",\n+ \"foreground\": \"#EFDCF9\",\n+ \"properties\": {\n+ \"arc...
Go
MIT License
jandedobbeleer/oh-my-posh
theme: add velvet
1
theme
null
603,467
02.02.2022 23:42:21
0
d6804f9d61f574243296ddc2befef321a3018ae4
feat(cucumber): support for executing individual scenarios given line number they're on Serenity/JS now ensures that any paths to feature files given to Cucumber are relative from Cucumber's current working directory. This helps to work around cucumber/cucumber-js#1900 Re protractor-cucumber-framework/protractor-cucumber-framework#238
[ { "change_type": "ADD", "diff": "+Feature: A feature with multiple scenarios\n+\n+ Scenario: A failing scenario\n+\n+ Given a failing step\n+\n+ Scenario: A passing scenario\n+\n+ Given a passing step\n+\n", "new_path": "integration/protractor-cucumber/examples/features/multiple_scenarios.feature", ...
TypeScript
Apache License 2.0
serenity-js/serenity-js
feat(cucumber): support for executing individual scenarios given line number they're on Serenity/JS now ensures that any paths to feature files given to Cucumber are relative from Cucumber's current working directory. This helps to work around cucumber/cucumber-js#1900 Re protractor-cucumber-framework/protractor-cucumber-framework#238
1
feat
cucumber
603,467
03.02.2022 02:09:24
0
52632a68b4b2084a3a8b9179979a79f00493e9c6
ci(coveralls): additional logging around the new coverage merge script
[ { "change_type": "MODIFY", "diff": "import { sync as glob } from 'fast-glob';\nimport { readFileSync, mkdirSync, writeFileSync } from 'fs';\n+import * as path from 'path';\nimport { createCoverageMap } from 'istanbul-lib-coverage';\nconst coverageMap = createCoverageMap({ });\nconst input = [\n- `${ __dirna...
TypeScript
Apache License 2.0
serenity-js/serenity-js
ci(coveralls): additional logging around the new coverage merge script
1
ci
coveralls
551,648
03.02.2022 02:13:05
-10,800
5a62fcc9734def71ad52422f3e5bf653dcbd5df1
fix(sql): reject latest by table queries over non-designated timestamp
[ { "change_type": "MODIFY", "diff": "@@ -27,8 +27,8 @@ package io.questdb.griffin;\nimport io.questdb.cairo.*;\nimport io.questdb.cairo.map.RecordValueSink;\nimport io.questdb.cairo.map.RecordValueSinkFactory;\n-import io.questdb.cairo.sql.*;\nimport io.questdb.cairo.sql.Record;\n+import io.questdb.cairo.sql...
Java
Apache License 2.0
questdb/questdb
fix(sql): reject latest by table queries over non-designated timestamp (#1850)
1
fix
sql
599,909
03.02.2022 05:14:04
-14,400
5d4b06bbcc6cf6d328f6b4a86c4c0f9b0f3aff3e
fix(radarr): correctly check for existing movies
[ { "change_type": "MODIFY", "diff": "@@ -27,7 +27,6 @@ export interface RadarrMovie {\nprofileId: number;\nqualityProfileId: number;\nadded: string;\n- downloaded: boolean;\nhasFile: boolean;\n}\n@@ -85,7 +84,7 @@ class RadarrAPI extends ServarrBase<{ movieId: number }> {\ntry {\nconst movie = await this.get...
TypeScript
MIT License
sct/overseerr
fix(radarr): correctly check for existing movies (#2490)
1
fix
radarr
841,385
03.02.2022 06:50:13
-10,800
73efd72cbe03f3f386dadf3c969763f15bb9b41d
test(css/codegen): Verify AST is not broken after minification
[ { "change_type": "MODIFY", "diff": "@@ -1022,7 +1022,7 @@ where\nfn emit_bin_value(&mut self, n: &BinValue) -> Result {\nemit!(self, n.left);\n- let need_space = matches!(n.op, BinOp::Add | BinOp::Mul);\n+ let need_space = matches!(n.op, BinOp::Add | BinOp::Sub);\nif need_space {\nspace!(self);\n", "new...
Rust
Apache License 2.0
swc-project/swc
test(css/codegen): Verify AST is not broken after minification (#3430)
1
test
css/codegen
841,385
03.02.2022 07:04:32
-10,800
e8b64a9871ccfda5f5fb1f03662650f3500e6634
feat(es/codegen): Improve compression of numbers
[ { "change_type": "MODIFY", "diff": "-class a{#a;constructor(b){this.#a=b} #b(){setTimeout(()=>{this.#a.textContent=\"TESTED\"},1000)}run(){this.#b()}}export{a as default}\n+class a{#a;constructor(b){this.#a=b} #b(){setTimeout(()=>{this.#a.textContent=\"TESTED\"},1e3)}run(){this.#b()}}export{a as default}\n"...
Rust
Apache License 2.0
swc-project/swc
feat(es/codegen): Improve compression of numbers (#3425)
1
feat
es/codegen
266,214
03.02.2022 07:26:04
28,800
0b08c9e2f98095890ba5f2b2362813296f146f63
docs: update Node.js section of README
[ { "change_type": "MODIFY", "diff": "@@ -90,21 +90,21 @@ also contains samples.\nOur client libraries follow the [Node.js release schedule](https://nodejs.org/en/about/releases/).\nLibraries are compatible with all current _active_ and _maintenance_ versions of\nNode.js.\n+If you are using an end-of-life ver...
Python
Apache License 2.0
googleapis/synthtool
docs: update Node.js section of README (#1338)
1
docs
null
386,581
03.02.2022 07:34:26
-7,200
693667db5bece8081865e74dc2e4391b62f10f93
fix: Strip auth prop from page config in api.
[ { "change_type": "MODIFY", "diff": "limitations under the License.\n*/\n-// TODO: strip auth prop from page before we send it to the client\nasync function getPageConfig({ authorize, readConfigFile }, { pageId }) {\nconst pageConfig = await readConfigFile(`pages/${pageId}/${pageId}.json`);\n- if (pageConfig...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix: Strip auth prop from page config in api.
1
fix
null
76,611
03.02.2022 07:38:36
-3,600
1ea147d44b2ad178aca92abac45f75aefc3952c4
feat: add sequential message in validators
[ { "change_type": "MODIFY", "diff": "@@ -38,6 +38,7 @@ const {\nvalidatorDate,\n} = require('./validators');\nconst BotLocalization = require('./bot-localization');\n+const { getValidationMessage } = require('./helper');\nconst localeDangle = '_localization';\n@@ -302,10 +303,8 @@ class Bot extends Clonable ...
JavaScript
MIT License
axa-group/nlp.js
feat: add sequential message in validators
1
feat
null
386,581
03.02.2022 07:49:50
-7,200
02abd41e8eb7e9d1f2637de8f85fbe5dfee350ee
fix: Add operators used by validation to plugin imports.
[ { "change_type": "MODIFY", "diff": "@@ -71,8 +71,8 @@ test('set empty operators array if no operators on page', async () => {\n],\n};\nawait buildPages({ components, context });\n- expect(context.counters.clientOperatorTypes.getCounts()).toEqual({});\n- expect(context.counters.serverOperatorTypes.getCounts(...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix: Add operators used by validation to plugin imports.
1
fix
null
791,282
03.02.2022 07:50:15
28,800
e9c91681f5dbd6767139298837bd0fe822c6788b
chore(compute): update smoke_tests with operation Wait helper
[ { "change_type": "MODIFY", "diff": "@@ -54,10 +54,6 @@ func TestCreateGetPutPatchListInstance(t *testing.T) {\nif err != nil {\nt.Fatal(err)\n}\n- zonesClient, err := NewZoneOperationsRESTClient(ctx)\n- if err != nil {\n- t.Fatal(err)\n- }\ncreateRequest := &computepb.InsertInstanceRequest{\nProject: projec...
Go
Apache License 2.0
googleapis/google-cloud-go
chore(compute): update smoke_tests with operation Wait helper (#5433)
1
chore
compute
386,581
03.02.2022 08:02:51
-7,200
9fadb6e37ec81dedae870ff80578fff9a34ccf47
test(api): Add getRootConfig test.
[ { "change_type": "ADD", "diff": "+/*\n+ Copyright 2020-2021 Lowdefy, Inc\n+\n+ Licensed under the Apache License, Version 2.0 (the \"License\");\n+ you may not use this file except in compliance with the License.\n+ You may obtain a copy of the License at\n+\n+ http://www.apache.org/licenses/LICENSE-2.0\n+\...
JavaScript
Apache License 2.0
lowdefy/lowdefy
test(api): Add getRootConfig test.
1
test
api
791,282
03.02.2022 08:04:15
28,800
49c9ac1b0932af082fe1b25a22eb58097a1a9f7b
chore(compute): switch to t.Fatal in smoke_test
[ { "change_type": "MODIFY", "diff": "@@ -91,8 +91,7 @@ func TestCreateGetPutPatchListInstance(t *testing.T) {\nerr = insert.Wait(ctx)\ndefer ForceDeleteInstance(ctx, name, c)\nif err != nil {\n- t.Error(err)\n- t.FailNow()\n+ t.Fatal(err)\n}\ngetRequest := &computepb.GetInstanceRequest{\n@@ -102,8 +101,7 @@ ...
Go
Apache License 2.0
googleapis/google-cloud-go
chore(compute): switch to t.Fatal in smoke_test (#5438)
1
chore
compute
777,369
03.02.2022 09:00:37
25,200
dd78ccb3e8b72f33a6079381d2e859faae68495a
fix: force login failure to not be silent
[ { "change_type": "MODIFY", "diff": "@@ -56,6 +56,7 @@ const DeterminedAuth: React.FC<Props> = ({ canceler }: Props) => {\nisUserTriggered: true,\npublicMessage: `Failed to login. Please ${actionMsg}`,\npublicSubject: 'Login failed',\n+ silent: false,\ntype: isBadCredentialsSync ? ErrorType.Input : ErrorType...
Python
Apache License 2.0
determined-ai/determined
fix: force login failure to not be silent (#3551)
1
fix
null
915,255
03.02.2022 09:03:58
0
4a8770768574522cfa47e38f02890c3a3f562076
autogen: add v0.38.17-beta.1 to version.schema.json
[ { "change_type": "MODIFY", "diff": "\"$ref\": \"https://raw.githubusercontent.com/ory/oathkeeper/v0.38.15-beta.1/.schema/config.schema.json\"\n}\n]\n+ },\n+ {\n+ \"allOf\": [\n+ {\n+ \"properties\": {\n+ \"version\": {\n+ \"const\": \"v0.38.17-beta.1\"\n+ }\n+ }\n+ },\n+ {\n+ \"$ref\": \"https://raw.githubu...
Go
Apache License 2.0
ory/oathkeeper
autogen: add v0.38.17-beta.1 to version.schema.json
1
autogen
null
317,646
03.02.2022 09:20:05
-3,600
0621d0d97a4d998c2ca1733f09ff83afa06829ae
chore: backup original config
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,7 @@ import (\njson2 \"encoding/json\"\n\"errors\"\n\"fmt\"\n+ \"io\"\n\"oh-my-posh/color\"\n\"oh-my-posh/console\"\n\"oh-my-posh/environment\"\n@@ -173,16 +174,8 @@ func (cfg *Config) Export(format string) string {\n}\nfunc (cfg *Config) Write() {\n- cfg.write...
Go
MIT License
jandedobbeleer/oh-my-posh
chore: backup original config
1
chore
null
877,015
03.02.2022 09:28:13
-3,600
ccfa222e6855584fe1851fd40bf6da6e278833b1
docs(@vtmn/vue): change dependencies
[ { "change_type": "MODIFY", "diff": "\"@vue/compiler-sfc\": \"^3.2.27\",\n\"@whitespace/storybook-addon-html\": \"^5.0.0\",\n\"babel-loader\": \"^8.0.0\",\n- \"css-loader\": \"6.6.0\",\n+ \"css-loader\": \"5.2.7\",\n\"param-case\": \"^3.0.4\",\n\"storybook-addon-designs\": \"^6.0.0\",\n\"ts-dedent\": \"^2.2....
JavaScript
Apache License 2.0
decathlon/vitamin-web
docs(@vtmn/vue): change dependencies
1
docs
@vtmn/vue
915,255
03.02.2022 09:38:55
-3,600
871b3c65344d5e9bcdb74fde264329a8e0bf9d7e
test: echo output in run.sh
[ { "change_type": "MODIFY", "diff": "@@ -35,6 +35,11 @@ waitport 6061\nfunction finish {\ncat ./config.yaml\ncat ./rules.3.json || true\n+ cat ./run-1.log || true\n+ cat ./run-2.log || true\n+ cat ./run-3.log || true\n+ cat ./run-4.log || true\n+ cat ./run-5.log || true\ncat ./oathkeeper.log\n}\ntrap finish ...
Go
Apache License 2.0
ory/oathkeeper
test: echo output in run.sh
1
test
null
277,277
03.02.2022 09:39:25
-3,600
52f5fb1d750f9b4f8467ece340d0f17ccd9ab8a2
blog: Pycharm plugin.
[ { "change_type": "ADD", "diff": "+---\n+slug: h2o-wave-pycharm-plugin\n+title: \"Code Snippets and Autocomplete for PyCharm\"\n+author: Martin Turoci\n+author_title: Software Engineer @ H2O.ai\n+author_url: https://github.com/mturoci\n+author_image_url: https://avatars.githubusercontent.com/u/64769322?v=4\n...
Python
Apache License 2.0
h2oai/wave
blog: Pycharm plugin. (#1228)
1
blog
null
791,255
03.02.2022 09:40:49
28,800
50c6e38c2798b3d4f2a9560239753ecd04502273
fix(bigquery/storage/managedwriter): address possible panic due to flow control An exhausted flow controller will emit error rather than block. When this occured, we were marking the write done, but allowing the append to proceed, getting us into another double-close situation, which yields a panic.
[ { "change_type": "MODIFY", "diff": "@@ -350,6 +350,7 @@ func (ms *ManagedStream) AppendRows(ctx context.Context, data [][]byte, opts ...\nif err := ms.fc.acquire(ctx, pw.reqSize); err != nil {\n// in this case, we didn't acquire, so don't pass the flow controller reference to avoid a release.\npw.markDone(N...
Go
Apache License 2.0
googleapis/google-cloud-go
fix(bigquery/storage/managedwriter): address possible panic due to flow (#5436) control An exhausted flow controller will emit error rather than block. When this occured, we were marking the write done, but allowing the append to proceed, getting us into another double-close situation, which yields a panic.
1
fix
bigquery/storage/managedwriter
915,255
03.02.2022 09:41:22
-3,600
5d86cd35353ffdc6e5a21e94d11f06c63979d5a6
test: verbose curl
[ { "change_type": "MODIFY", "diff": "@@ -35,11 +35,6 @@ waitport 6061\nfunction finish {\ncat ./config.yaml\ncat ./rules.3.json || true\n- cat ./run-1.log || true\n- cat ./run-2.log || true\n- cat ./run-3.log || true\n- cat ./run-4.log || true\n- cat ./run-5.log || true\ncat ./oathkeeper.log\n}\ntrap finish ...
Go
Apache License 2.0
ory/oathkeeper
test: verbose curl
1
test
null
915,255
03.02.2022 09:48:47
-3,600
792477fec81113f0ce4e07a38da80edce8a0cd2f
test: reintroduce -s -o
[ { "change_type": "MODIFY", "diff": "@@ -45,32 +45,32 @@ echo \"Executing request against no configured rules -> 404\"\n[[ $(curl -f ${OATHKEEPER_PROXY}/rules -w '%{http_code}') -ne 404 ]] && exit 1\necho \"Executing request against a now configured rule -> 200\"\n-cp config.2.yaml config.yaml; sleep 3; [[ $...
Go
Apache License 2.0
ory/oathkeeper
test: reintroduce -s -o
1
test
null
777,374
03.02.2022 09:53:31
28,800
8f3d3e7c5ad4bab764f0cb413d5af4bb5b84627f
ci: try using codeowners more.
[ { "change_type": "MODIFY", "diff": "-# Scheduler\n-# /master/internal/scheduler/\n-\n-# Provisioner\n-/master/internal/provisioner/\n-\n-# Model registry\n-#/master/pkg/model\n-#/proto/pkg/modelv1\n-\n-# WebUI\n-# /webui/\n-\n-# Experiment/trial actors\n-# /master/internal/trial.go\n-# /master/internal/expe...
Python
Apache License 2.0
determined-ai/determined
ci: try using codeowners more. (#3555)
1
ci
null
126,276
03.02.2022 09:56:48
10,800
abd1e1dc58f98b723881f761e00427b18cff0307
chore(embedded/tbtree): ensure current snapshot is synced for compaction
[ { "change_type": "MODIFY", "diff": "@@ -1004,15 +1004,6 @@ func (t *TBtree) flushTree(ensureSync bool) (wN int64, wH int64, err error) {\nreturn wN, wH, nil\n}\n-func (t *TBtree) currentSnapshot() (*Snapshot, error) {\n- _, _, err := t.flushTree(false)\n- if err != nil {\n- return nil, err\n- }\n-\n- return...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/tbtree): ensure current snapshot is synced for compaction Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/tbtree
217,237
03.02.2022 09:57:47
-10,800
a85d34fd170e259d7a29498e87a0b37d0e814687
feat(layers): add usage tips (en)
[ { "change_type": "MODIFY", "diff": "@@ -4,6 +4,10 @@ sidebar_position: 2\n# App\n+:::tip When to use?\n+When it becomes difficult to control and extend the initializing logic of the application (global styles/initialization of external libraries/routing/SSR)\n+:::\n+\n![app-themed-bordered](/img/layers/app....
JavaScript
MIT License
feature-sliced/documentation
feat(layers): add usage tips (en)
1
feat
layers
217,237
03.02.2022 10:01:28
-10,800
7f02e6c232518d28ae391dce8aa720e697e87a3f
feat(layers): add usage tips on overview page (en)
[ { "change_type": "MODIFY", "diff": "@@ -52,7 +52,20 @@ sidebar_position: 1\n| entities | `shared` | `features`, `widgets`, `pages`, `processes`, `app` |\n| shared | - | `entities`, `features`, `widgets`, `pages`, `processes`, `app` |\n-## Representatives\n+## How to use?\n+\n+1. **First, decompose by main l...
JavaScript
MIT License
feature-sliced/documentation
feat(layers): add usage tips on overview page (en)
1
feat
layers
915,255
03.02.2022 10:02:56
-3,600
5c03d4f0b8e1868fe6b1a30396f8411093d9c797
fix: bump Ory CLI
[ { "change_type": "MODIFY", "diff": "@@ -39,7 +39,7 @@ gen:\nmocks sdk\n.bin/ory: Makefile\n- bash <(curl https://raw.githubusercontent.com/ory/meta/master/install.sh) -b .bin v0.0.53\n+ bash <(curl https://raw.githubusercontent.com/ory/meta/master/install.sh) -b .bin ory v0.1.22\ntouch -a -m .bin/ory\n# Gen...
Go
Apache License 2.0
ory/oathkeeper
fix: bump Ory CLI
1
fix
null
777,394
03.02.2022 10:06:50
28,800
fa2e073f79e361c86019154d7aa2df17da2b5e55
chore: restore RP on set failure
[ { "change_type": "MODIFY", "diff": "@@ -633,10 +633,13 @@ func (e *experiment) setRP(ctx *actor.Context, msg job.SetResourcePool) error {\n}\nresources := e.Config.Resources()\n+ oldRP := resources.ResourcePool()\nresources.SetResourcePool(msg.ResourcePool)\ne.Config.SetResources(resources)\nif err := e.db....
Python
Apache License 2.0
determined-ai/determined
chore: restore RP on set failure (#3557)
1
chore
null
471,334
03.02.2022 10:12:23
-7,200
45efaeec1da51398e44857dc9fe7ab3ef9456983
fix: update eslint-plugin-import to resolve conflicts
[ { "change_type": "MODIFY", "diff": "\"eslint\": \"8.7.0\",\n\"eslint-config-airbnb-base\": \"15.0.0\",\n\"eslint-plugin-header\": \"3.1.1\",\n- \"eslint-plugin-import\": \"2.23.4\",\n+ \"eslint-plugin-import\": \"2.25.4\",\n\"gts\": \"3.1.0\",\n\"husky\": \"7.0.4\",\n\"lerna\": \"3.22.1\",\n", "new_path...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js-contrib
fix: update eslint-plugin-import to resolve conflicts (#864)
1
fix
null
866,402
03.02.2022 10:17:41
21,600
8323b6bdd86b1e7b1a78807227d01f66081b5447
docs: update sandbox example link
[ { "change_type": "MODIFY", "diff": "@@ -39,7 +39,7 @@ LICENSE file in the root directory of this source tree.\n<p>\nThe color scheme of <code>carbon-web-components</code> components can be changed either by CSS custom properties (this\nexample) or by\n- <a target=\"_blank\" href=\"https://codesandbox.io/s/g...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
docs: update sandbox example link (#934) Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1
docs
null
791,682
03.02.2022 10:30:30
18,000
83e2d3c4bd11dd0f70a4a6617ae473f43dd5519b
tests(smoke): test array `_includes` and `lhr.timing`
[ { "change_type": "MODIFY", "diff": "@@ -111,6 +111,35 @@ function findDifference(path, actual, expected) {\nconst keyPath = path + keyAccessor;\nconst expectedValue = expected[key];\n+ if (key === '_includes') {\n+ if (!Array.isArray(expectedValue)) throw new Error('Array subset must be array');\n+ if (!Arr...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests(smoke): test array `_includes` and `lhr.timing` (#13619)
1
tests
smoke
317,646
03.02.2022 10:41:07
-3,600
b29ebcd058951be246bcd096cee667663f9a5361
chore: provide info for migrated config
[ { "change_type": "MODIFY", "diff": "@@ -61,16 +61,21 @@ type TransientPrompt struct {\nForeground string `json:\"foreground,omitempty\"`\n}\n+func (cfg *Config) print(message string) {\n+ if cfg.eval {\n+ fmt.Printf(\"echo \\\"%s\\\"\", message)\n+ return\n+ }\n+ fmt.Println(message)\n+}\n+\nfunc (cfg *Conf...
Go
MIT License
jandedobbeleer/oh-my-posh
chore: provide info for migrated config
1
chore
null
217,922
03.02.2022 10:42:17
-3,600
8c2d42fc3b556b48325969af7fc28a7c517ed438
fix(layout-editor): fixed list preview
[ { "change_type": "MODIFY", "diff": "nz-checkbox>{{\"Hide_zone_duplicates\" | translate}}</label>\n</div>\n</nz-card>\n- <div fxLayout=\"column\" fxLayoutGap=\"10px\" ngxDroppable>\n+ <div fxLayout=\"column\" fxLayoutGap=\"10px\">\n<button (click)=\"addPanel(layout)\" [disabled]=\"layout.default\" nz-button ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(layout-editor): fixed list preview
1
fix
layout-editor
217,922
03.02.2022 10:43:30
-3,600
b407a08d803b79c7233f73a369e6ebbea0d742ef
fix(alarms): SB fish now have the option to add an alarm with fish eyes
[ { "change_type": "MODIFY", "diff": "@@ -575,8 +575,8 @@ export class AlarmsFacade {\nconst patch = this.itemPatch && this.itemPatch[alarm.itemId];\nconst expansion = this.patches.find(p => p.ID === patch)?.ExVersion;\nconst isLegendary = this.legendaryFish && this.legendaryFish[alarm.itemId];\n- // The chan...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(alarms): SB fish now have the option to add an alarm with fish eyes
1
fix
alarms
317,842
03.02.2022 11:28:47
-3,600
6e91805aa74424e2cdfc0d1abaae82cfe23d5e65
feat(pwsh): don't overwrite dev build
[ { "change_type": "MODIFY", "diff": "@@ -109,6 +109,10 @@ function Sync-PoshArtifacts {\nreturn\n}\n$poshVersion = & $executable --version\n+ if ($poshVersion -eq \"development\") {\n+ Write-Warning \"omp development version detected\"\n+ return\n+ }\nif ($poshVersion -eq $Version) {\nreturn\n}\n", "new_...
Go
MIT License
jandedobbeleer/oh-my-posh
feat(pwsh): don't overwrite dev build
1
feat
pwsh
317,646
03.02.2022 11:42:31
-3,600
e545b328967be90cbe1c50bfb3b6d73aed0904c9
fix: add platform to OS on linux resolves
[ { "change_type": "MODIFY", "diff": "@@ -599,13 +599,13 @@ func (env *ShellEnvironment) TemplateCache() *TemplateCache {\nif env.tmplCache != nil {\nreturn env.tmplCache\n}\n- tmplCache := &TemplateCache{\n+ env.tmplCache = &TemplateCache{\nRoot: env.Root(),\nShell: env.Shell(),\nCode: env.ErrorCode(),\nWSL:...
Go
MIT License
jandedobbeleer/oh-my-posh
fix: add platform to OS on linux resolves #1639
1
fix
null
317,646
03.02.2022 11:48:21
-3,600
08f7a6a17ee288a05826b2614861f6f155051a38
feat: support vue.js in node resolves
[ { "change_type": "MODIFY", "diff": "@@ -29,7 +29,8 @@ Display the currently active node version.\n- missing_command_text: `string` - text to display when the command is missing - defaults to empty\n- display_mode: `string` - determines when the segment is displayed\n- `always`: The segment is always display...
Go
MIT License
jandedobbeleer/oh-my-posh
feat: support vue.js in node resolves #1171
1
feat
null
317,646
03.02.2022 11:50:15
-3,600
696bdda00a447de2efbe3d0b1efd1fc4eb2487cd
feat: support laravel in php resolves
[ { "change_type": "MODIFY", "diff": "@@ -31,7 +31,8 @@ Display the currently active php version.\n- missing_command_text: `string` - text to display when the command is missing - defaults to empty\n- display_mode: `string` - determines when the segment is displayed\n- `always`: the segment is always displaye...
Go
MIT License
jandedobbeleer/oh-my-posh
feat: support laravel in php resolves #1171
1
feat
null
317,646
03.02.2022 11:55:07
-3,600
d3466932865bf642fb85307c2940db1e89dfbd6b
chore: migrate algolia search
[ { "change_type": "MODIFY", "diff": "@@ -108,8 +108,8 @@ module.exports = {\ninstrumentationKey: \"72804848-dc30-4856-8245-4fa1450b041f\",\n},\nalgolia: {\n- appId: 'BH4D9OD16A',\n- apiKey: '539391a0be386508c6a80cb2bca8ebfe',\n+ appId: 'XIR4RB3TM1',\n+ apiKey: '15c5f4340520612ed98fe21d15882029',\nindexName: ...
Go
MIT License
jandedobbeleer/oh-my-posh
chore: migrate algolia search
1
chore
null
317,646
03.02.2022 11:58:57
-3,600
156040735e985400b035667fc22222fc1483a852
chore: add gitkraken badge to README
[ { "change_type": "MODIFY", "diff": "![Twitter][twitter]\n+This repo was made with love using GitKraken.\n+\n+[![GitKraken shield][kraken]][kraken-ref]\n+\nWhat started as the offspring of [oh-my-posh2][oh-my-posh2] for PowerShell resulted in a cross platform,\nhighly customizable and extensible prompt theme...
Go
MIT License
jandedobbeleer/oh-my-posh
chore: add gitkraken badge to README
1
chore
null
386,581
03.02.2022 12:06:04
-7,200
ea28ea51c2c2371e0636d3f9bc66b07470563bce
fix: Downgrade dependency ora to v5.4.1
[ { "change_type": "MODIFY", "diff": "@@ -7097,13 +7097,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {\n[\"ansi-regex\", \"npm:5.0.1\"]\n],\n\"linkType\": \"HARD\",\n- }],\n- [\"npm:6.0.1\", {\n- \"packageLocation\": \"./.yarn/cache/ansi-regex-npm-6.0.1-8d663a607d-1ff8b7667c.zip/node_modules/ans...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix: Downgrade dependency ora to v5.4.1 https://github.com/yarnpkg/berry/issues/3843
1
fix
null
386,581
03.02.2022 12:18:50
-7,200
faa2dbef2dab91873b1bc845d166ae2ce06551b4
chore: Remove unnecessary todo comments.
[ { "change_type": "MODIFY", "diff": "limitations under the License.\n*/\n-// TODO: Send keep-alive comment event: https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events#examples\n-\nimport chokidar from 'chokidar';\nconst handler = async (req, res) => {\n", "new_path...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore: Remove unnecessary todo comments.
1
chore
null
847,143
03.02.2022 12:49:53
-28,800
3ca45c3187490e6b6538217674de5e589d33f9ef
feat(theme): optimze encrypt on webpack
[ { "change_type": "ADD", "diff": "+import { mergeViteConfig } from \"@mr-hope/vuepress-shared\";\n+\n+import type { App } from \"@vuepress/core\";\n+import type { ViteBundlerOptions } from \"@vuepress/bundler-vite\";\n+import type { WebpackBundlerOptions } from \"@vuepress/bundler-webpack\";\n+import type { ...
TypeScript
MIT License
vuepress-theme-hope/vuepress-theme-hope
feat(theme): optimze encrypt on webpack
1
feat
theme
126,276
03.02.2022 13:38:23
10,800
bf6ebaa232b9ee1ce3dd09fb407c86173232caea
test(embedded/store): increase expiration time in unit testing
[ { "change_type": "MODIFY", "diff": "@@ -1063,7 +1063,7 @@ func TestImmudbStoreRWTransactions(t *testing.T) {\n})\nt.Run(\"non-expired keys should be reachable\", func(t *testing.T) {\n- nearFuture := time.Now().Add(1 * time.Second)\n+ nearFuture := time.Now().Add(2 * time.Second)\ntx, err := immuStore.NewTx...
Go
Apache License 2.0
codenotary/immudb
test(embedded/store): increase expiration time in unit testing Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
embedded/store
841,421
03.02.2022 13:40:10
-32,400
9e4cea017c2230e3d8db8dc48c3196116e90198a
test(swc): Add tests
[ { "change_type": "ADD", "diff": "+{\n+ \"jsc\": {\n+ \"parser\": {\n+ \"syntax\": \"typescript\",\n+ \"tsx\": false\n+ },\n+ \"target\": \"es5\",\n+ \"loose\": false,\n+ \"minify\": {\n+ \"compress\": false,\n+ \"mangle\": false\n+ }\n+ },\n+ \"module\": {\n+ \"type\": \"es6\"\n+ },\n+ \"minify\": false\n+}...
Rust
Apache License 2.0
swc-project/swc
test(swc): Add tests (#3435)
1
test
swc
756,013
03.02.2022 13:43:43
21,600
4673493df11f51e9aa018b0ded9632776759f1ee
feat(ibc): reimplement `relativeTimeoutNs`, per `ibc-go`
[ { "change_type": "MODIFY", "diff": "@@ -25,7 +25,7 @@ type portMessage struct { // comes from swingset's IBC handler\nType string `json:\"type\"` // IBC_METHOD\nMethod string `json:\"method\"`\nPacket channeltypes.Packet `json:\"packet\"`\n- RelativeTimeout uint64 `json:\"relativeTimeout\"`\n+ RelativeTimeo...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(ibc): reimplement `relativeTimeoutNs`, per `ibc-go`
1
feat
ibc
791,394
03.02.2022 14:00:55
-39,600
78054682770af3b35cb0002c3c34006ec36590ef
docs(pubsublite): update comments for regional topics Update comments to indicate that topics may belong to a region or zone. Release-As: 1.2.2
[ { "change_type": "MODIFY", "diff": "@@ -31,9 +31,10 @@ var (\n)\n// AdminClient provides admin operations for Pub/Sub Lite resources within a\n-// Google Cloud region. The zone component of resource paths must be within this\n-// region. See https://cloud.google.com/pubsub/lite/docs/locations for the list\n...
Go
Apache License 2.0
googleapis/google-cloud-go
docs(pubsublite): update comments for regional topics (#5202) Update comments to indicate that topics may belong to a region or zone. Release-As: 1.2.2
1
docs
pubsublite
306,338
03.02.2022 14:18:02
-3,600
3f39a001034652dd50e06f9242b11e5e92bc0769
chore: Generate share links for comment command If Dashboard support is enabled the `comment` command will combine the provided reports and send them to Infracost Dashboard similar to `output` command's behavior.
[ { "change_type": "MODIFY", "diff": "@@ -3,6 +3,7 @@ package main\nimport (\n\"github.com/infracost/infracost/internal/config\"\n\"github.com/infracost/infracost/internal/output\"\n+ \"github.com/infracost/infracost/internal/ui\"\n\"github.com/spf13/cobra\"\n)\n@@ -35,7 +36,7 @@ func commentCmd(ctx *config.R...
Go
Apache License 2.0
infracost/infracost
chore: Generate share links for comment command If Dashboard support is enabled the `comment` command will combine the provided reports and send them to Infracost Dashboard similar to `output` command's behavior.
1
chore
null
749,532
03.02.2022 14:33:17
25,200
eb2851a82c24327186e3172027fcf1c1f4be8271
chore(changelog): add v8.48.1 [skip ci]
[ { "change_type": "MODIFY", "diff": "@@ -12,6 +12,27 @@ _Note: Gaps between patch versions are faulty, broken or test releases._\n<!-- DO NOT MODIFY BELOW THIS COMMENT -->\n<!-- insert-new-changelog-here -->\n+## v8.48.1 (2022-02-03)\n+\n+#### :bug: Bug Fix\n+* `datepickers`\n+ * [#1289](https://github.com/z...
TypeScript
Apache License 2.0
zendeskgarden/react-components
chore(changelog): add v8.48.1 [skip ci]
1
chore
changelog
401,107
03.02.2022 14:39:38
-19,080
9df264491d3f5d8ef7589712b51ed745da6e5df8
feat(core): add noResutRowText prop in table affects: Use this prop to directly show text when there is no result/data in table
[ { "change_type": "MODIFY", "diff": "@@ -10,8 +10,19 @@ import { NoResultCell, NoResultRow } from './Row/Row.styled';\nimport { TableBodyProps } from './types';\nconst Body: FC<TableBodyProps> = memo(props => {\n- const { data, groupBy, rowIdentifier, showRowWithCardStyle, noResultRow, tableRef, withMinimap,...
TypeScript
MIT License
medly/medly-components
feat(core): add noResutRowText prop in table (#584) affects: @medly-components/core Use this prop to directly show text when there is no result/data in table
1
feat
core
866,402
03.02.2022 15:11:46
21,600
fe78124dccdd2099d12623f4443a3a2724628c51
fix(drop-container): clear input value on change
[ { "change_type": "MODIFY", "diff": "/**\n* @license\n*\n- * Copyright IBM Corp. 2020, 2021\n+ * Copyright IBM Corp. 2020, 2022\n*\n* This source code is licensed under the Apache-2.0 license found in the\n* LICENSE file in the root directory of this source tree.\n@@ -45,7 +45,7 @@ class BXFileDropContainer ...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(drop-container): clear input value on change (#924) Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1
fix
drop-container
711,597
03.02.2022 15:12:13
-3,600
b9d2234c918de0d00575ebae9bca0276a86959ba
fix(core): Optimize DefaultSearchPlugin reindexing Relates to This change reduces the number of joins being performed on each ProductVariant, and uses caching on Product entities in order to significantly reduce both memory usage an time needed to perform a reindex operation.
[ { "change_type": "MODIFY", "diff": "@@ -35,12 +35,8 @@ import {\nimport { MutableRequestContext } from './mutable-request-context';\nexport const BATCH_SIZE = 1000;\n+export const productRelations = ['featuredAsset', 'facetValues', 'facetValues.facet', 'channels'];\nexport const variantRelations = [\n- 'pro...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(core): Optimize DefaultSearchPlugin reindexing Relates to #736. This change reduces the number of joins being performed on each ProductVariant, and uses caching on Product entities in order to significantly reduce both memory usage an time needed to perform a reindex operation.
1
fix
core
438,921
03.02.2022 15:14:43
-32,400
0ae640a53edc045018df341a93e4fe91366268f8
refactor(util): Avoid touch detection by userAgent Touch detection based on navigator.userAgent isn't trustable. Add some conditionals based on feature detection. Fix
[ { "change_type": "MODIFY", "diff": "@@ -730,21 +730,28 @@ function isTabVisible(): boolean {\n* @private\n*/\nfunction convertInputType(mouse: boolean, touch: boolean): \"mouse\" | \"touch\" | null {\n- let isMobile = false;\n+ let hasTouch = false;\n- // https://developer.mozilla.org/en-US/docs/Web/HTTP/Br...
TypeScript
MIT License
naver/billboard.js
refactor(util): Avoid touch detection by userAgent (#2533) Touch detection based on navigator.userAgent isn't trustable. Add some conditionals based on feature detection. Fix #2526
1
refactor
util
791,723
03.02.2022 15:14:47
28,800
5991a34df341041e45894233d4dcbf1e8c157e9e
misc: temporarily remove brendan from triage rotation
[ { "change_type": "MODIFY", "diff": "@@ -9,4 +9,4 @@ jobs:\n- uses: patrickhulce/issue-assigner@eeec7a10bd3c02f02d2284fc82a8adabdc001869\nwith:\nGITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'\n- maintainers: 'paulirish,connorjclark,adamraine,brendankenny'\n+ maintainers: 'paulirish,connorjclark,adamraine'\n", ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc: temporarily remove brendan from triage rotation (#13618)
1
misc
null
386,581
03.02.2022 15:15:58
-7,200
c700d9fb0efbdb20dcfe5f8916e256de81acd79e
feat: Add watch and ignore paths, default ref resolver to dev server and build.
[ { "change_type": "MODIFY", "diff": "@@ -26,6 +26,7 @@ const argv = yargs(hideBin(process.argv)).argv;\nasync function run() {\nawait build({\nlogger: console,\n+ refResolver: argv.refResolver || process.env.LOWDEFY_BUILD_REF_RESOLVER,\ndirectories: {\nbuild: path.resolve(\nargv.buildDirectory ||\n", "ne...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat: Add watch and ignore paths, default ref resolver to dev server and build.
1
feat
null
841,421
03.02.2022 15:21:13
-32,400
d659c7f73c6b2d3edf37ff7b6d62784c7bbfbad5
chore: Publish `v1.2.136`
[ { "change_type": "MODIFY", "diff": "@@ -3985,7 +3985,7 @@ checksum = \"fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6\"\n[[package]]\nname = \"wasm\"\n-version = \"1.2.135\"\n+version = \"1.2.136\"\ndependencies = [\n\"anyhow\",\n\"console_error_panic_hook\",\n", "new_path": "Cargo.loc...
Rust
Apache License 2.0
swc-project/swc
chore: Publish `v1.2.136`
1
chore
null
915,035
03.02.2022 15:34:47
-3,600
7f574aa49bec6ee33f1c28c75e77bacd0a6f65a1
ci: resolve prettier issues
[ { "change_type": "MODIFY", "diff": "@@ -151,13 +151,11 @@ request! For more details about the implementation check the\n]}>\n<TabItem value=\"ui\">\n-\n![Exemplary OAuth 2.0 Consent Screen](../images/consent-endpoint.png)\n</TabItem>\n<TabItem value=\"curl\">\n-\n```shell script\n$ curl \\\n\"http://127.0.0...
Go
Apache License 2.0
ory/hydra
ci: resolve prettier issues (#2965)
1
ci
null
531,793
03.02.2022 15:54:53
0
e3753bef6fd874a15bc47a230a9528465dd413d4
fix(ui): un-escape regex values when editing silences
[ { "change_type": "MODIFY", "diff": "# Changelog\n+## v0.97\n+\n+### Fixed\n+\n+- Fix escaping regex values in when editing silences #3936.\n+\n## v0.96\n### Fixed\n", "new_path": "CHANGELOG.md", "old_path": "CHANGELOG.md" }, { "change_type": "MODIFY", "diff": "@@ -681,6 +681,60 @@ descri...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): un-escape regex values when editing silences
1
fix
ui
777,411
03.02.2022 16:12:47
18,000
cd500edc81f0542ef39bf00065641e97ddfa98b3
docs: fix several minor issues
[ { "change_type": "MODIFY", "diff": "@@ -18,14 +18,15 @@ Many current systems are point solutions for specific problems in deep learning,\nsystems is tough and inefficient. Determined's cohesive end-to-end training platform provides\nbest-in-class functionality for deep learning model training, with a suite ...
Python
Apache License 2.0
determined-ai/determined
docs: fix several minor issues (#3558)
1
docs
null
531,793
03.02.2022 16:51:21
0
92fdc24d18a3cd8f9cfa42daabedcfbce505371d
fix(ui): correctly handle 401 errors Fixes
[ { "change_type": "MODIFY", "diff": "### Fixed\n- Fix escaping regex values in when editing silences #3936.\n+- Fix UI handling of 401 errors #3942.\n## v0.96\n", "new_path": "CHANGELOG.md", "old_path": "CHANGELOG.md" }, { "change_type": "MODIFY", "diff": "@@ -19,6 +19,7 @@ describe(\"use...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): correctly handle 401 errors Fixes #3942
1
fix
ui
317,826
03.02.2022 17:13:41
18,000
ef19887746fb3376af8a4bb2336829dffacefc66
docs: correct number of options documented. three to two
[ { "change_type": "MODIFY", "diff": "@@ -31,7 +31,7 @@ Let's take a closer look at what defines a block.\n### Type\n-Tells the engine what to do with the block. There are three options:\n+Tells the engine what to do with the block. There are two options:\n- `prompt` renders one or more segments\n- `rprompt` ...
Go
MIT License
jandedobbeleer/oh-my-posh
docs: correct number of options documented. three to two
1
docs
null
777,354
03.02.2022 17:28:53
28,800
29ed1c88c744cca642d27310170bca0a0d2dd646
feat: return actual resource pool info for K8s Return numAgents and update SlotsAvailable to use pods actor
[ { "change_type": "MODIFY", "diff": "@@ -80,6 +80,15 @@ type pods struct {\nconfigMapInterface typedV1.ConfigMapInterface\n}\n+// PodsInfo contains information for pods.\n+type PodsInfo struct {\n+ NumAgents int\n+ SlotsAvailable int\n+}\n+\n+// SummarizeResources summerize pods resource.\n+type SummarizeRes...
Python
Apache License 2.0
determined-ai/determined
feat: return actual resource pool info for K8s [DET-6411, DET-6383] (#3531) Return numAgents and update SlotsAvailable to use pods actor
1
feat
null
317,646
03.02.2022 17:36:37
-3,600
04e6579a8e4e5894c14a0b71ca7a6e164427d0fb
refactor: count length using written text
[ { "change_type": "MODIFY", "diff": "@@ -7,14 +7,9 @@ import (\n)\nconst (\n- ansiRegex = \"[\\u001B\\u009B][[\\\\]()#;?]*(?:(?:(?:[a-zA-Z\\\\d]*(?:;[a-zA-Z\\\\d]*)*)?\\u0007)|(?:(?:\\\\d{1,4}(?:;\\\\d{0,4})*)?[\\\\dA-PRZcf-ntqry=><~]))\"\n-\nzsh = \"zsh\"\nbash = \"bash\"\npwsh = \"pwsh\"\n-\n- str = \"STR\...
Go
MIT License
jandedobbeleer/oh-my-posh
refactor: count length using written text
1
refactor
null