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
04.07.2021 12:43:50
-7,200
271c70aebb8869e03c21d9bfcf0f3f63466438bd
fix(currency-spending): better loading experience
[ { "change_type": "MODIFY", "diff": "import { BehaviorSubject, Observable, of } from 'rxjs';\n-import { bufferCount, delay, map, mergeMap, tap } from 'rxjs/operators';\n+import { bufferCount, delay, mergeMap, tap } from 'rxjs/operators';\n-export function requestsWithDelay(requests: Observable<any>[], _delay...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(currency-spending): better loading experience
1
fix
currency-spending
217,237
04.07.2021 12:45:36
-10,800
328f34dbaad292f75f39f3b932dfe8d6041939be
feat(ext-links): refine external links in nav
[ { "change_type": "ADD", "diff": "+<svg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill=\"currentColor\">\n+ <path d='M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1...
JavaScript
MIT License
feature-sliced/documentation
feat(ext-links): refine external links in nav
1
feat
ext-links
217,922
04.07.2021 12:49:11
-7,200
6aa6d784490f4b586ac5870b372da7849b32c9d6
fix(search): you can now search for items wioth shorter names (Rue for instance)
[ { "change_type": "MODIFY", "diff": "@@ -407,7 +407,7 @@ export class DataService {\n/**\n* Searches for gathering items based on a given name.\n- * Will return an observable of empty array if name is shorter than 3 characters.\n+ * Will return an observable of empty array if name is shorter than 2 character...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(search): you can now search for items wioth shorter names (Rue for instance)
1
fix
search
217,237
04.07.2021 13:18:06
-10,800
3cf296b1245209ad2964d18dfe18e537a9fc0dc5
feat(examples): add versions hint
[ { "change_type": "MODIFY", "diff": "@@ -24,6 +24,11 @@ function ExamplesPage() {\nExamples Repository\n</a>\n</div>\n+ <div className=\"margin-top--sm\">\n+ <a href=\"/versions\">\n+ See also versions list\n+ </a>\n+ </div>\n</div>\n<section className=\"container margin-top--lg\">\n<div className=\"margin-t...
JavaScript
MIT License
feature-sliced/documentation
feat(examples): add versions hint
1
feat
examples
217,237
04.07.2021 13:24:50
-10,800
d0d723c210f373dd0af6bcfacc38884e2aa703b4
fix(examples): fix url typo
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,7 @@ import { examples } from './_config';\nconst TITLE = 'Examples';\nconst DESCRIPTION = 'List of websites people are building with Feature Sliced';\n-const EDIT_URL = 'https://github.com/facebook/docusaurus/edit/master/website/src/pages/examples/_config.js';...
JavaScript
MIT License
feature-sliced/documentation
fix(examples): fix url typo
1
fix
examples
217,237
04.07.2021 13:41:26
-10,800
37e2665d423221253f027c516baa6f2ee9a91eed
fix(examples): fix mobile view
[ { "change_type": "ADD", "diff": "+@media screen and (max-width: 450px) {\n+ .buttonGroup {\n+ display: block;\n+ }\n+\n+ .buttonGroupItem {\n+ border-radius: var(--ifm-button-border-radius) !important;\n+ margin: 2px;\n+ }\n+}\n\\ No newline at end of file\n", "new_path": "website/src/pages/examples/sty...
JavaScript
MIT License
feature-sliced/documentation
fix(examples): fix mobile view
1
fix
examples
217,237
04.07.2021 14:04:19
-10,800
4cc77fac4a7814cda71812a87b5c6d6501813fa0
review(examples): self-review
[ { "change_type": "MODIFY", "diff": "-import React, {memo} from 'react';\n+import React from 'react';\nimport clsx from 'clsx';\nimport Image from '@theme/IdealImage';\n", "new_path": "website/src/entities/example/index.jsx", "old_path": "website/src/entities/example/index.jsx" }, { "change_t...
JavaScript
MIT License
feature-sliced/documentation
review(examples): self-review
1
review
examples
306,667
04.07.2021 15:12:01
-19,080
28aa3fdab583766c677f8454da80db18a0080691
chore(dropdown): adds button type to dropdown with apply button
[ { "change_type": "MODIFY", "diff": "@@ -370,6 +370,7 @@ const DropdownList = (props: OptionsProps) => {\ndisabled={isClearDisabled}\nappearance=\"transparent\"\nsize=\"tiny\"\n+ type=\"button\"\n>\nClear\n</Button>\n@@ -389,6 +390,7 @@ const DropdownList = (props: OptionsProps) => {\nonClick={onCancelOption...
TypeScript
MIT License
innovaccer/design-system
chore(dropdown): adds button type to dropdown with apply button
1
chore
dropdown
217,237
04.07.2021 19:41:13
-10,800
e6052b69cd825adb25cecedb3cd81907ad64ae71
feat(quick-start): add codesandbox snippet
[ { "change_type": "MODIFY", "diff": "@@ -93,3 +93,12 @@ html[data-theme='dark'] img[alt*=\"themed\"] {\n*/\nfilter: invert(1);\n}\n+\n+.codesandbox {\n+ width: 100%;\n+ height: 700px;\n+ border: 0;\n+ border-radius: 4px;\n+ overflow: hidden;\n+ background-color: #F0F2F5;\n+}\n", "new_path": "website/src/...
JavaScript
MIT License
feature-sliced/documentation
feat(quick-start): add codesandbox snippet
1
feat
quick-start
317,702
04.07.2021 21:00:39
-7,200
aeacba7bf0de828c250b239285a314f19c814d73
docs: correct 'dart version' (was 'julia version')
[ { "change_type": "MODIFY", "diff": "@@ -25,7 +25,7 @@ Display the currently active dart version.\n## Properties\n-- display_version: `boolean` - display the julia version - defaults to `true`\n+- display_version: `boolean` - display the dart version - defaults to `true`\n- display_error: `boolean` - show th...
Go
MIT License
jandedobbeleer/oh-my-posh
docs: correct 'dart version' (was 'julia version')
1
docs
null
217,237
04.07.2021 21:44:45
-10,800
de399595f56d3ec7a6d34c6882e620e4931985bb
feat(quick-start): add layers_flow + fix hue-invert
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/assets/layers_flow.png differ\n", "new_path": "assets/layers_flow.png", "old_path": "assets/layers_flow.png" }, { "change_type": "MODIFY", "diff": "@@ -91,7 +91,7 @@ html[data-theme='dark'] img[alt*=\"themed\"] {\nWhile absolu...
JavaScript
MIT License
feature-sliced/documentation
feat(quick-start): add layers_flow + fix hue-invert
1
feat
quick-start
217,922
04.07.2021 22:05:35
-7,200
6721de37242045b8e16a971c77f66595cc9c7744
fix(currency-spending): removed unusable currencies
[ { "change_type": "MODIFY", "diff": "@@ -68,7 +68,7 @@ export class CurrencySpendingComponent extends TeamcraftComponent implements OnI\nreturn [\n...res.Results.filter(item => {\n// Remove gil, venture and outdated tomes/scrips\n- return [1, 23, 24, 26, 30, 31, 32, 33, 34, 35, 10308, 10309, 10310, 10311, 21...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix(currency-spending): removed unusable currencies
1
fix
currency-spending
531,793
04.07.2021 22:37:32
-3,600
6b521556013f8d1316a461c50e74d157f2a52d1a
chore(api): refactor cluster filters source
[ { "change_type": "MODIFY", "diff": "@@ -96,6 +96,7 @@ type APIAlertGroupSharedMaps struct {\nLabels map[string]string `json:\"labels\"`\nSilences map[string][]string `json:\"silences\"`\nSources []string `json:\"sources\"`\n+ Clusters []string `json:\"clusters\"`\n}\n// APIAlertGroup is how AlertGroup is re...
TypeScript
Apache License 2.0
prymitive/karma
chore(api): refactor cluster filters source
1
chore
api
317,702
04.07.2021 22:53:10
-7,200
c358d4fc4c70ac3771f49ea60e6f8507faa20618
feat: rust segment
[ { "change_type": "ADD", "diff": "+---\n+id: rust\n+title: Rust\n+sidebar_label: Rust\n+---\n+\n+## What\n+\n+Display the currently active rust version.\n+\n+## Sample Configuration\n+\n+```json\n+{\n+ \"type\": \"rust\",\n+ \"style\": \"powerline\",\n+ \"powerline_symbol\": \"\\uE0B0\",\n+ \"foreground\": \...
Go
MIT License
jandedobbeleer/oh-my-posh
feat: rust segment
1
feat
null
217,237
04.07.2021 23:23:14
-10,800
9fd3d3ece2bc7f322bb3a1cc0181a6593fe3710a
chore(checks): add test-build ci-job
[ { "change_type": "ADD", "diff": "+name: Run tests\n+\n+on: [push]\n+\n+jobs:\n+ test-build:\n+ runs-on: ubuntu-18.04\n+ env:\n+ ALGOLIA_KEY: ${{ secrets.ALGOLIA_KEY }}\n+\n+ steps:\n+ - uses: actions/checkout@v2\n+ with:\n+ persist-credentials: false\n+\n+ - uses: actions/setup-node@master\n+ with:\n+ node-...
JavaScript
MIT License
feature-sliced/documentation
chore(checks): add test-build ci-job
1
chore
checks
217,237
04.07.2021 23:26:30
-10,800
4d9224bf65835c8b586699cddd28c381e2c31433
chore(checks): test failed build
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,7 @@ import useDocusaurusContext from '@docusaurus/useDocusaurusContext';\nimport useBaseUrl from '@docusaurus/useBaseUrl';\n// NOTE: import from root level, because same image is used at main README.md\n-import imgScheme from \"../../../assets/visual_schema.jp...
JavaScript
MIT License
feature-sliced/documentation
chore(checks): test failed build
1
chore
checks
217,237
05.07.2021 01:08:44
-10,800
e6ec513dd90b359641a5a9fb61e442c0fc2ba0ef
chore(checks): downgrade eslint-kit configs (because of issues)
[ { "change_type": "MODIFY", "diff": "\"start\": \"docusaurus start\",\n\"build\": \"docusaurus build\",\n\"swizzle\": \"docusaurus swizzle\",\n+ \"test:lint\": \"eslint --fix \\\"src/**/*.{ts,tsx,js,jsx}\\\"\",\n\"deploy\": \"docusaurus deploy\",\n\"clear\": \"docusaurus clear\",\n\"serve\": \"docusaurus ser...
JavaScript
MIT License
feature-sliced/documentation
chore(checks): downgrade eslint-kit configs (because of issues)
1
chore
checks
217,237
05.07.2021 01:11:54
-10,800
e174ee4b7344ee3dd83481a9d0993169fc1dec57
chore(checks): update linting configs
[ { "change_type": "DELETE", "diff": "-{\n- \"extends\": [\n- \"@eslint-kit/patch\",\n- \"@eslint-kit/base\",\n- \"@eslint-kit/react\",\n- \"@eslint-kit/prettier\"\n- ],\n- \"parser\": \"babel-eslint\"\n-}\n\\ No newline at end of file\n", "new_path": null, "old_path": "website/.eslintrc" }, { ...
JavaScript
MIT License
feature-sliced/documentation
chore(checks): update linting configs
1
chore
checks
217,237
05.07.2021 01:18:21
-10,800
678987fa3f3e04689c95699958ad78697251df70
style(lint): run lint formatting
[ { "change_type": "MODIFY", "diff": "\"start\": \"docusaurus start\",\n\"build\": \"docusaurus build\",\n\"swizzle\": \"docusaurus swizzle\",\n- \"test:lint\": \"eslint --fix \\\"src/**/*.{ts,tsx,js,jsx}\\\"\",\n+ \"test:lint\": \"eslint 'src/**/*.{ts,tsx,js,jsx}'\",\n+ \"test:lint:fix\": \"eslint --fix 'src...
JavaScript
MIT License
feature-sliced/documentation
style(lint): run lint formatting
1
style
lint
217,237
05.07.2021 01:36:07
-10,800
08a77bc324d580983c8def643210a251ffa932ab
style(lint): run lint formatting (at root)
[ { "change_type": "ADD", "diff": "+node_modules/**\n+dist/**\n+build/**\n+.github\n+public/\n+.workflows\n", "new_path": "website/.eslintignore", "old_path": null }, { "change_type": "MODIFY", "diff": "module.exports = {\n- presets: [require.resolve('@docusaurus/core/lib/babel/preset')],\...
JavaScript
MIT License
feature-sliced/documentation
style(lint): run lint formatting (at root)
1
style
lint
217,237
05.07.2021 01:57:53
-10,800
48ea76f1bacd44e1483f07257e632abce0c11089
chore(lint): add aliases
[ { "change_type": "MODIFY", "diff": "@@ -4,11 +4,18 @@ module.exports = {\nbrowser: true,\nes6: true,\n},\n- extends: [\n- '@eslint-kit/patch',\n- '@eslint-kit/base',\n- '@eslint-kit/react',\n- '@eslint-kit/prettier',\n+ extends: [\"@eslint-kit/patch\", \"@eslint-kit/base\", \"@eslint-kit/react\", \"@eslint-...
JavaScript
MIT License
feature-sliced/documentation
chore(lint): add aliases
1
chore
lint
217,237
05.07.2021 02:01:03
-10,800
3b0596037ba14cd1346ecd75746154b69f0d25bc
style(lint): run lint formatting (at root again)
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,10 @@ module.exports = {\n},\nextends: [\"@eslint-kit/patch\", \"@eslint-kit/base\", \"@eslint-kit/react\", \"@eslint-kit/prettier\"],\nparser: \"babel-eslint\",\n+ rules: {\n+ // Sometime harmful =(\n+ \"react/jsx-props-no-spreading\": 0,\n+ },\nsettings: {\n\...
JavaScript
MIT License
feature-sliced/documentation
style(lint): run lint formatting (at root again)
1
style
lint
217,237
05.07.2021 02:14:41
-10,800
ecb7c37a99bee2289f779487a26ce91fa921c078
style(lint): run stylelint
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,6 @@ module.exports = {\nrules: {\n\"indentation\": 4,\n\"color-hex-length\": \"long\",\n- \"at-rule-no-unknown\": null,\n- \"scss/at-rule-no-unknown\": true\n+ \"at-rule-no-unknown\": true,\n},\n}\n", "new_path": "website/.stylelintrc.js", "old_path"...
JavaScript
MIT License
feature-sliced/documentation
style(lint): run stylelint
1
style
lint
217,237
05.07.2021 02:18:35
-10,800
700d1e16f480f7e99ad2dd9fb8390b2e519d4f51
chore(check): add linting in ci-jobs
[ { "change_type": "MODIFY", "diff": "@@ -21,6 +21,24 @@ jobs:\nrun: yarn install --frozen-lockfile\nworking-directory: ./website\n- - name: Build static\n+ - name: Check build\nrun: yarn build\nworking-directory: ./website\n+ test-lint:\n+ runs-on: ubuntu-18.04\n+ steps:\n+ - uses: actions/checkout@v2\n+ wit...
JavaScript
MIT License
feature-sliced/documentation
chore(check): add linting in ci-jobs
1
chore
check
217,237
05.07.2021 02:33:08
-10,800
8237d284466f4ebaac021f861fa6b59d7e7a8987
chore(check): update CONTRIBUTING guidelines
[ { "change_type": "MODIFY", "diff": "\"start\": \"docusaurus start\",\n\"build\": \"docusaurus build\",\n\"swizzle\": \"docusaurus swizzle\",\n+ \"test\": \"yarn test:lint && yarn run build\",\n\"test:lint\": \"eslint './**/*.{ts,tsx,js,jsx}' && stylelint **/*.css\",\n\"test:lint:fix\": \"eslint --fix './**/...
JavaScript
MIT License
feature-sliced/documentation
chore(check): update CONTRIBUTING guidelines
1
chore
check
141,507
05.07.2021 08:28:30
-36,000
ec754f4cd82f193c383adb3f7af889399a65a7ee
feat: add xlarge size for avatar
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,7 @@ import { Textfit } from \"react-textfit\"\nimport userIcon from \"@kaizen/component-library/icons/user.icon.svg\"\nimport styles from \"./styles.module.scss\"\n-type AvatarSizes = \"small\" | \"medium\" | \"large\"\n+type AvatarSizes = \"small\" | \"medium...
TypeScript
MIT License
cultureamp/kaizen-design-system
feat: add xlarge size for avatar (#1738) Co-authored-by: Ally Beaton <allanna.beaton@gmail.com>
1
feat
null
217,237
05.07.2021 09:28:44
-10,800
b669a792e2afc8a29d64388d0b3d591d8babe858
review(examples): apply suggestion
[ { "change_type": "MODIFY", "diff": "@@ -23,7 +23,6 @@ export const examples = [\n{\ntitle: 'Cardbox',\ndescription: 'The best solutions from developers in one place',\n- website: 'https://cardbox.sova.dev/',\nsource: 'https://github.com/cardbox/frontend',\npreview: require('./img/cardbox.png'),\nversion: VE...
JavaScript
MIT License
feature-sliced/documentation
review(examples): apply suggestion
1
review
examples
217,237
05.07.2021 09:46:45
-10,800
ea7d9dff7f147ad7610bd3722ea41d94551e4953
chore(eol): setup configs
[ { "change_type": "MODIFY", "diff": "@@ -9,6 +9,7 @@ module.exports = {\nrules: {\n// Sometime harmful =(\n\"react/jsx-props-no-spreading\": 0,\n+ \"linebreak-style\": [2, \"unix\"],\n},\nsettings: {\n\"import/resolver\": {\n", "new_path": "website/.eslintrc.js", "old_path": "website/.eslintrc.js" ...
JavaScript
MIT License
feature-sliced/documentation
chore(eol): setup configs
1
chore
eol
889,620
05.07.2021 09:57:38
-28,800
e1a2cecce409cb236d5aa4bf375bfe2bea49b7c9
fix(webui): clear searchbox results on blur
[ { "change_type": "MODIFY", "diff": ":search-input.sync=\"search\"\n:menu-props=\"{maxHeight: $vuetify.breakpoint.height * .9, minWidth: $vuetify.breakpoint.mdAndUp ? $vuetify.breakpoint.width * .4 : $vuetify.breakpoint.width * .8}\"\n@keydown.esc=\"clear\"\n+ @blur=\"clear\"\nref=\"searchbox\"\n>\n<template...
Kotlin
MIT License
gotson/komga
fix(webui): clear searchbox results on blur
1
fix
webui
217,237
05.07.2021 09:57:59
-10,800
4eebdcea417de42cfc6a357cc7daedab924b63af
style(lint): run lint
[ { "change_type": "ADD", "diff": "+node_modules/**\n+dist/**\n+build/**\n+.github\n+public/\n+.workflows\n", "new_path": "website/.stylelintignore", "old_path": null }, { "change_type": "MODIFY", "diff": "-import React from 'react';\n+import React from \"react\";\n-import clsx from 'clsx'...
JavaScript
MIT License
feature-sliced/documentation
style(lint): run lint
1
style
lint
67,479
05.07.2021 10:00:30
-36,000
f216e98f31a30701bfd109464293bc9aff93cb15
refactor(context): distinguish between render context and its container
[ { "change_type": "MODIFY", "diff": "@@ -61,7 +61,7 @@ for (const parentSpec of specs) {\npublic created(controller: ICustomElementController<this>): void {\nconst context = controller.context;\n- this.childController = Controller.forCustomElement(null, context, context, context.get(CustomElement.keyFrom('th...
TypeScript
MIT License
aurelia/aurelia
refactor(context): distinguish between render context and its container
1
refactor
context
217,237
05.07.2021 10:01:53
-10,800
3c6ecfda531b5f4e106acd4e00e3116f930a823c
review(lint): fix merge issues
[ { "change_type": "MODIFY", "diff": "@@ -66,15 +66,6 @@ const navbar = {\nposition: \"left\",\n},\n// right\n- {\n- type: \"docsVersionDropdown\",\n- position: \"right\",\n- dropdownActiveClassDisabled: true,\n- dropdownItemsAfter: [\n- {\n- to: \"https://featureslices.dev/v1.0.html\",\n- label: \"v1.0\",\n-...
JavaScript
MIT License
feature-sliced/documentation
review(lint): fix merge issues
1
review
lint
889,620
05.07.2021 10:14:12
-28,800
403ab0a04f7a6e619fe3f94fd3ecea865c4b24c5
fix(webui): close notification when clicking on primary action
[ { "change_type": "MODIFY", "diff": "color=\"secondary\"\ntext\nv-bind=\"attrs\"\n- @click=\"snackbar.goTo.click\"\n+ @click=\"snackbar.goTo.click(); close()\"\n>\n{{ snackbar.goTo.text }}\n</v-btn>\ntext\nv-bind=\"attrs\"\n@click=\"close\"\n- >{{ $t('common.dismiss') }}</v-btn>\n+ >{{ $t('common.dismiss') }...
Kotlin
MIT License
gotson/komga
fix(webui): close notification when clicking on primary action
1
fix
webui
889,620
05.07.2021 10:14:59
-28,800
7ddbac95be63a3867d0d544e3d722b257cf1d19e
fix(webui): show empty state if there's not books to import
[ { "change_type": "MODIFY", "diff": "\"field_import_path\": \"Import from folder\",\n\"info_part1\": \"This screen lets you import files that are outside your existing libraries. You can only import files into existing Series, in which case Komga will move or copy the files into the directory of the chosen S...
Kotlin
MIT License
gotson/komga
fix(webui): show empty state if there's not books to import
1
fix
webui
104,826
05.07.2021 10:15:11
10,800
cab23df5783ef18d228bc51b638100e4b8f49bd6
fix(suiteheader): Using `classnames` to concatenate classes, per feedback. Some other minor changes.
[ { "change_type": "MODIFY", "diff": "import React, { useState, useEffect, useCallback } from 'react';\nimport PropTypes from 'prop-types';\n+import classnames from 'classnames';\nimport { settings } from '../../../constants/Settings';\nimport { Modal } from '../../../index';\n@@ -120,9 +121,7 @@ const IdleLo...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(suiteheader): Using `classnames` to concatenate classes, per feedback. Some other minor changes.
1
fix
suiteheader
104,825
05.07.2021 10:33:26
14,400
7492bf8ced44046f27e63782d5b2c90823674188
fix(list): remove unnecessary lifecycle hooks
[ { "change_type": "MODIFY", "diff": "@@ -95,7 +95,7 @@ import { AIListItem } from './ai-list-item.class';\n</div>\n`,\n})\n-export class AIListItemComponent implements OnInit, OnDestroy {\n+export class AIListItemComponent {\n@Input() item: AIListItem;\n/**\n* Nesting level of the list item. Determines the a...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(list): remove unnecessary lifecycle hooks
1
fix
list
306,385
05.07.2021 11:24:42
-7,200
93035755ed6f1fa6bc5d3333efb55142adebc83b
fix(input-stepper): fires user-input-changed only on increment/decrement
[ { "change_type": "MODIFY", "diff": "'@lion/input-stepper': patch\n---\n-fixed the button toggling so it is always toggled if relevant values change\n+- fixed the button toggling so it is always toggled if relevant values change\n+- fires user-input-changed only on increment/decrement\n", "new_path": ".c...
JavaScript
MIT License
ing-bank/lion
fix(input-stepper): fires user-input-changed only on increment/decrement
1
fix
input-stepper
777,378
05.07.2021 11:26:13
25,200
c31f7f430ab2d0613f70cafb0d5bde7da89d1427
feat: support auto bind mount as part of det deploy local
[ { "change_type": "ADD", "diff": "+:orphan:\n+\n+**Improvements**\n+\n+- Automatically bind-mount the user's home directory into task\n+ containers for for clusters spun up using `det deploy local` and add\n+ a flag to disable this feature.\n", "new_path": "docs/release-notes/5432-local-bind-mount.txt", ...
Python
Apache License 2.0
determined-ai/determined
feat: support auto bind mount as part of det deploy local [DET-5432] (#2610)
1
feat
null
780,866
05.07.2021 11:42:05
10,800
25190420f0ff105e95814b817c37de05ec438e49
revert(framework/build): remove forced process.exit reverts
[ { "change_type": "MODIFY", "diff": "@@ -232,5 +232,4 @@ bundler.then(async ({ assetsByChunkName }) => {\npath.join(process.cwd(), '.bundles.json'),\nJSON.stringify({ assetsByChunkName }, null, 2)\n)\n- process.exit(0)\n})\n", "new_path": "@ecomplus/storefront-framework/src/bin/scripts/build.js", "ol...
JavaScript
MIT License
ecomplus/storefront
revert(framework/build): remove forced process.exit reverts https://github.com/ecomplus/storefront/commit/4f3d78899d76894d8d69f99c9f302ed1d69aefbd
1
revert
framework/build
865,917
05.07.2021 12:22:47
-7,200
40832417aeaed32067244a047a37813e3e4bb629
feat(cloud-bpmn): integrate `@bpmn-io/bpmn-properties-panel` Related to bpmn-io/properties-panel#5 Closes
[ { "change_type": "MODIFY", "diff": "\"resolved\": \"https://registry.npmjs.org/@bpmn-io/align-to-origin/-/align-to-origin-0.7.0.tgz\",\n\"integrity\": \"sha512-a8Ri5q2uhCrHJ415BR9ZulajvOw0SX2Eh0jxwoMZ/ynxcZPBbOKm6kW6HAQFJp0EFHwftMiJstcvIcSjyz0hZA==\"\n},\n+ \"@bpmn-io/bpmn-properties-panel\": {\n+ \"version...
JavaScript
MIT License
camunda/camunda-modeler
feat(cloud-bpmn): integrate `@bpmn-io/bpmn-properties-panel` Related to bpmn-io/properties-panel#5 Closes #2347
1
feat
cloud-bpmn
67,479
05.07.2021 12:38:46
-36,000
39169bf600b3d4af70227958401a533e641ae3d3
refactor(router): distinguish between RouteContext and IContainer
[ { "change_type": "MODIFY", "diff": "@@ -24,7 +24,7 @@ export async function createFixture<T extends Constructable>(\ndeps: Constructable[],\ncreateHIAConfig: () => IHIAConfig,\ncreateRouterOptions: () => IRouterOptions,\n- level: LogLevel = LogLevel.warn,\n+ level: LogLevel = LogLevel.fatal,\n) {\nconst hia...
TypeScript
MIT License
aurelia/aurelia
refactor(router): distinguish between RouteContext and IContainer
1
refactor
router
104,826
05.07.2021 13:11:51
10,800
90a6ea45828cc9b0c75eeea19d0b3c2f2aad9fe2
fix(suiteheader): Increasing coverage of `IdleLogoutConfirmationModal.jsx`
[ { "change_type": "MODIFY", "diff": "@@ -85,7 +85,7 @@ const IdleLogoutConfirmationModal = ({\nconst [restartIdleTimer, setRestartIdleTimer] = useState(false);\n// Countdown state. If countdown is greater than zero, logout confirmation dialog is going to be displayed\nconst [logoutConfirmationCountdown, setL...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(suiteheader): Increasing coverage of `IdleLogoutConfirmationModal.jsx`
1
fix
suiteheader
67,479
05.07.2021 13:23:59
-36,000
18524de9ef4862f9d91631d92f95f54c422f68ac
refactor(context): remove IContainer interface impls out of Render/Route context
[ { "change_type": "MODIFY", "diff": "-import { LogLevel, Constructable, kebabCase, ILogConfig, ILogger } from '@aurelia/kernel';\n+import { LogLevel, Constructable, kebabCase, ILogConfig } from '@aurelia/kernel';\nimport { assert, TestContext } from '@aurelia/testing';\nimport { RouterConfiguration, IRouter,...
TypeScript
MIT License
aurelia/aurelia
refactor(context): remove IContainer interface impls out of Render/Route context
1
refactor
context
306,320
05.07.2021 14:47:56
-3,600
e4d97f400682789e4582a72a895320bf06284f31
fix: change indentation so it doesn't cause segmentation fault in certain shells
[ { "change_type": "MODIFY", "diff": "@@ -109,7 +109,7 @@ build_msg () {\nmsg=\"${msg}\\n\"\nmsg=\"${msg}Infracost output:\\n\"\nmsg=\"${msg}\\n\"\n- msg=\"${msg}$(echo \" ${diff_output//$'\\n'/\\\\n }\" | sed \"s/%/%%/g\")\\n\"\n+ msg=\"${msg}$(echo \"${diff_output}\" | sed 's/^/ /' | sed \"s/%/%%/g\")\\n\"\...
Go
Apache License 2.0
infracost/infracost
fix: change indentation so it doesn't cause segmentation fault in certain shells (#855)
1
fix
null
126,276
05.07.2021 15:10:28
14,400
898302cafb31cfce8d38dc3db26b13e11c57c039
chore(embedded/sql): remove public InferParameters operations from sql statements
[ { "change_type": "MODIFY", "diff": "@@ -94,7 +94,6 @@ const (\ntype SQLStmt interface {\nisDDL() bool\nCompileUsing(e *Engine, implicitDB *Database, params map[string]interface{}) (ces, des []*store.KV, db *Database, err error)\n- InferParameters(e *Engine) (params map[string]SQLValueType, err error)\ninfer...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/sql): remove public InferParameters operations from sql statements Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/sql
126,276
05.07.2021 15:11:15
14,400
959f0c27502fc6fc82df2ea6dd77dc259e587db0
test(embedded/sql): unit testing sql engine parameters inference operation
[ { "change_type": "MODIFY", "diff": "@@ -1544,36 +1544,33 @@ func TestInferParameters(t *testing.T) {\nrequire.NoError(t, err)\nrequire.Len(t, stmts, 1)\n- params, err := stmts[0].InferParameters(engine)\n+ params, err := engine.InferParametersPreparedStmt(stmts[0])\nrequire.NoError(t, err)\nrequire.Len(t, p...
Go
Apache License 2.0
codenotary/immudb
test(embedded/sql): unit testing sql engine parameters inference operation Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
embedded/sql
126,276
05.07.2021 15:12:11
14,400
9ebb27af38c1fe644023a6055612b31100558932
chore(embedded/sql): explicit catalog reloading upon failed operations
[ { "change_type": "MODIFY", "diff": "@@ -51,6 +51,7 @@ var ErrExpectingDQLStmt = errors.New(\"illegal statement. DQL statement expected\"\nvar ErrLimitedOrderBy = errors.New(\"order is limit to one indexed column\")\nvar ErrIllegalMappedKey = errors.New(\"error illegal mapped key\")\nvar ErrCorruptedData = s...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/sql): explicit catalog reloading upon failed operations Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/sql
126,276
05.07.2021 15:13:21
14,400
bc5cff1ac4751cda5ee2b6e855d93e3d09ca9da4
chore(pkg/database): parameter inference for parsed statements
[ { "change_type": "MODIFY", "diff": "@@ -69,6 +69,7 @@ type DB interface {\nSQLExec(req *schema.SQLExecRequest) (*schema.SQLExecResult, error)\nSQLExecPrepared(stmts []sql.SQLStmt, namedParams []*schema.NamedParam, waitForIndexing bool) (*schema.SQLExecResult, error)\nInferParameters(sql string) (map[string]...
Go
Apache License 2.0
codenotary/immudb
chore(pkg/database): parameter inference for parsed statements Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
pkg/database
865,922
05.07.2021 15:14:28
-7,200
e47ae61608b88be5e64376dc86d2f3c39e41deef
docs(element-templates): correctly state current schema version
[ { "change_type": "MODIFY", "diff": "@@ -122,7 +122,7 @@ As seen in the code snippet a template consist of a number of important componen\n### JSON Schema Compatibility\n-The application uses the `$schema` property to ensure compatibility for a given element template. The currently supported [Camunda element...
JavaScript
MIT License
camunda/camunda-modeler
docs(element-templates): correctly state current schema version
1
docs
element-templates
67,479
05.07.2021 15:31:37
-36,000
edc5dd8a92f5b6932af8235d8e31d6f295af6bf2
refactor(renderer): use container from rendering controller as cotnext prepare removal of IRenderContext
[ { "change_type": "MODIFY", "diff": "@@ -4,8 +4,8 @@ import {\nisInstruction,\nSetAttributeInstruction,\nIInstruction,\n- InstructionType,\nInstruction,\n+ SetPropertyInstruction,\n} from './renderer.js';\nimport { IPlatform } from './platform.js';\nimport { CustomElement, CustomElementDefinition, CustomElem...
TypeScript
MIT License
aurelia/aurelia
refactor(renderer): use container from rendering controller as cotnext prepare removal of IRenderContext
1
refactor
renderer
127,953
05.07.2021 15:42:45
-10,800
3a575796f768a1719ef47a098ca19065ad7e8063
fix: snackbar min width
[ { "change_type": "MODIFY", "diff": "@@ -11,6 +11,7 @@ type SnackbarWrapperProps = {\njustifyContent?: 'flex-start' | 'center' | 'flex-end';\nposition?: 'bottom' | 'top' | 'inline';\nmaxWidth?: string;\n+ minWidth?: string;\n};\ntype SnackbarProps = SnackbarWrapperProps & {\n@@ -24,12 +25,11 @@ type Snackbar...
TypeScript
MIT License
coingaming/moon-design
fix: snackbar min width (#1239)
1
fix
null
791,740
05.07.2021 16:10:48
-7,200
175619ae9efffbce73f2d66d6045f0ea851f1296
core(trace): include additional perf categories
[ { "change_type": "MODIFY", "diff": "@@ -52,9 +52,12 @@ class Trace extends FRGatherer {\n// This doesn't add its own events, but adds a `stackTrace` property to devtools.timeline events\n'disabled-by-default-devtools.timeline.stack',\n- // CPU sampling profiler data only enabled for debugging purposes\n- //...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(trace): include additional perf categories (#12692)
1
core
trace
306,385
05.07.2021 16:11:20
-7,200
3cd0ac51bcb3cf03ecf24e0ba009d7d1510b3f77
fix(calendar): add support for using language subtag only
[ { "change_type": "ADD", "diff": "+---\n+'@lion/calendar': patch\n+---\n+\n+add support for using language subtag only\n", "new_path": ".changeset/mean-garlics-occur.md", "old_path": null }, { "change_type": "MODIFY", "diff": "@@ -34,40 +34,55 @@ export class LionCalendar extends Localize...
JavaScript
MIT License
ing-bank/lion
fix(calendar): add support for using language subtag only
1
fix
calendar
217,922
05.07.2021 16:11:24
-7,200
3161274956a02cf74c4188210dc92b2355f34117
chore: better fix for currency spending
[ { "change_type": "MODIFY", "diff": "@@ -84,8 +84,6 @@ export class CurrencySpendingComponent extends TeamcraftComponent implements OnI\nif (entries.length === 0 && item.item.tradeCurrency?.length > 0) {\nentries = item.item.tradeCurrency;\n- } else {\n- return [];\n}\nreturn [].concat.apply([], entries.map(...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: better fix for currency spending
1
chore
null
865,921
05.07.2021 16:16:44
-7,200
f4c8959cc19f4cf6a57948c51ac7a61a67aa1027
style(client): improve wording of engine profile tooltip We do not start a platform system but an instance of the platform.
[ { "change_type": "MODIFY", "diff": "@@ -71,7 +71,7 @@ function Description(props) {\n<Overlay.Body>\nThis diagram is supposed to be executed on <em>Camunda Platform</em>.\nThe properties panel provides the related implementation features.\n- This diagram can be deployed to and started in a connected <em>Cam...
JavaScript
MIT License
camunda/camunda-modeler
style(client): improve wording of engine profile tooltip We do not start a platform system but an instance of the platform.
1
style
client
141,508
05.07.2021 16:52:59
-36,000
31791af0168268bae949bee1c1dfff888b9e74c9
chore: Delete the hero-panel component and package
[ { "change_type": "DELETE", "diff": "-# Change Log\n-\n-All notable changes to this project will be documented in this file.\n-See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n-\n-## [2.2.5](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/draft-hero-panel...
TypeScript
MIT License
cultureamp/kaizen-design-system
chore: Delete the hero-panel component and package (#1742)
1
chore
null
865,926
05.07.2021 18:01:27
-7,200
ff97728983e38426f95ac33e2286660a8c66c492
ci: automatically merge master to develop Related to
[ { "change_type": "ADD", "diff": "+name: MERGE_MASTER_TO_DEVELOP\n+on:\n+ push:\n+ branches:\n+ - \"master\"\n+\n+jobs:\n+ Merge_master_to_develop:\n+ runs-on: ubuntu-latest\n+ permissions:\n+ contents: write\n+\n+ steps:\n+ - name: Checkout develop\n+ uses: actions/checkout@v2\n+ with:\n+ ref: develop\n+ fe...
JavaScript
MIT License
camunda/camunda-modeler
ci: automatically merge master to develop Related to https://github.com/bpmn-io/fake-join/issues/4
1
ci
null
104,826
05.07.2021 18:22:12
10,800
937b27e56c7ca93f94f7da8c4cf70363b026cd77
fix(suiteheader): making sure `IdleTimer` is not started if idleTimeoutData === 0.
[ { "change_type": "MODIFY", "diff": "@@ -87,7 +87,7 @@ const IdleLogoutConfirmationModal = ({\nconst [logoutConfirmationCountdown, setLogoutConfirmationCountdown] = useState(0);\n// eslint-disable-next-line consistent-return\nuseEffect(() => {\n- if (idleTimeoutData && routes) {\n+ if (idleTimeoutData && idl...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(suiteheader): making sure `IdleTimer` is not started if idleTimeoutData === 0.
1
fix
suiteheader
401,123
05.07.2021 18:25:34
-19,080
3e2d3482fc197c49a2ae139ad01ede1b85ae8aa3
feat(core): adds pressed state to selector components affects:
[ { "change_type": "MODIFY", "diff": "@@ -120,4 +120,15 @@ export const CheckboxWithLabelWrapper = styled('label').attrs(({ theme }) => ({\n!disabled && isActive && bgColor.hovered[hasError ? 'error' : 'active']};\n}\n}\n+\n+ &:active {\n+ ${StyledCheckbox} {\n+ box-shadow: ${({ disabled, hasError, borderColo...
TypeScript
MIT License
medly/medly-components
feat(core): adds pressed state to selector components affects: @medly-components/core, @medly-components/forms, @medly-components/theme
1
feat
core
531,793
05.07.2021 19:10:45
-3,600
9a036c0bb137c5b59353816a8343813c935265ab
fix(ui): remove fetch pauser from grid select
[ { "change_type": "MODIFY", "diff": "@@ -24,7 +24,6 @@ import { NewLabelName, StringToOption, OptionT } from \"Common/Select\";\nimport { DropdownSlide } from \"Components/Animations/DropdownSlide\";\nimport { ThemeContext } from \"Components/Theme\";\nimport { useOnClickOutside } from \"Hooks/useOnClickOuts...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): remove fetch pauser from grid select
1
fix
ui
217,237
05.07.2021 19:36:15
-10,800
930e70e9416b173c1f634cf672ce488feee663cb
hotfix(examples): add nav button to examples
[ { "change_type": "MODIFY", "diff": "}\n}\n-.buttons {\n- display: flex;\n- align-items: center;\n- justify-content: center;\n-}\n-\n.link {\n/* White also for dark-theme */\ncolor: #fff;\n", "new_path": "website/src/features/header/styles.module.css", "old_path": "website/src/features/header/styles....
JavaScript
MIT License
feature-sliced/documentation
hotfix(examples): add nav button to examples
1
hotfix
examples
780,866
05.07.2021 20:01:14
10,800
b3c00c557d77f4a110d116af6e79be9a61f1d1dd
perf(template/banner): explicitly ser firt loaded image tag widht/height
[ { "change_type": "MODIFY", "diff": "<%\nif (opt.img) {\nlet dimensions\n- if (!opt.height_auto && opt.img.startsWith('/')) {\ntry {\ndimensions = _.imageSize(`template/public${opt.img}`)\n} catch (e) {\ndimensions = null\n}\n- }\nconst sources = [{ src: opt.img }]\nif (opt.mobile_img) {\n@@ -42,7 +40,7 @@ i...
JavaScript
MIT License
ecomplus/storefront
perf(template/banner): explicitly ser firt loaded image tag widht/height
1
perf
template/banner
126,276
05.07.2021 20:14:12
14,400
dcbf339feea7f20aa8af79625d8d65a69e3f0349
chore(embedded/sql): parameters type inference working with aggregations
[ { "change_type": "MODIFY", "diff": "@@ -47,6 +47,7 @@ var ErrIndexedColumnCanNotBeNull = errors.New(\"indexed column can not be null\")\nvar ErrIndexAlreadyExists = errors.New(\"index already exists\")\nvar ErrInvalidNumberOfValues = errors.New(\"invalid number of values provided\")\nvar ErrInvalidValue = e...
Go
Apache License 2.0
codenotary/immudb
chore(embedded/sql): parameters type inference working with aggregations Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
chore
embedded/sql
780,866
05.07.2021 20:20:10
10,800
777e16db1a898b32e48a2a1d0118d2195a741bbe
fix(template/banner): must check if local image to handle image size [skip ci]
[ { "change_type": "MODIFY", "diff": "<%\nif (opt.img) {\nlet dimensions\n+ if (opt.img.startsWith('/')) {\ntry {\ndimensions = _.imageSize(`template/public${opt.img}`)\n} catch (e) {\ndimensions = null\n}\n+ }\nconst sources = [{ src: opt.img }]\nif (opt.mobile_img) {\n@@ -40,7 +42,7 @@ if (opt.img) {\ndata-...
JavaScript
MIT License
ecomplus/storefront
fix(template/banner): must check if local image to handle image size [skip ci]
1
fix
template/banner
531,793
05.07.2021 22:06:28
-3,600
50cd656cf36e11921307f95ffca49b1a2796366a
fix(backend): use randomcolor fork Forked code doesn't require any locks
[ { "change_type": "MODIFY", "diff": "@@ -19,7 +19,6 @@ require (\ngithub.com/go-openapi/validate v0.20.2\ngithub.com/golang/protobuf v1.5.2 // indirect\ngithub.com/google/go-cmp v0.5.6\n- github.com/hansrodtang/randomcolor v0.0.0-20160512071917-d27108b3d7a5\ngithub.com/hashicorp/golang-lru v0.5.4\ngithub.com...
TypeScript
Apache License 2.0
prymitive/karma
fix(backend): use randomcolor fork Forked code doesn't require any locks
1
fix
backend
217,237
05.07.2021 22:15:29
-10,800
422dfa8996cd9400928c048954087dc48b02aca7
hotfix(examples): fix & simplify button-group media stylesheets
[ { "change_type": "MODIFY", "diff": "@@ -118,3 +118,17 @@ html[data-theme='dark'] img[alt*=\"themed\"] {\noverflow: hidden;\nbackground-color: #F0F2F5;\n}\n+\n+/* media */\n+/* TODO: connect as file */\n+\n+@media screen and (max-width: 450px) {\n+ .button-group {\n+ display: block;\n+ }\n+\n+ .button-group ...
JavaScript
MIT License
feature-sliced/documentation
hotfix(examples): fix & simplify button-group media stylesheets
1
hotfix
examples
531,793
05.07.2021 22:23:59
-3,600
d27a25514772343b7f360df969a1ccc64a69d030
fix(ui): add missing margin in navbar
[ { "change_type": "MODIFY", "diff": "@@ -118,7 +118,7 @@ const NavBar: FC<{\n<Fetcher alertStore={alertStore} settingsStore={settingsStore} />\n</span>\n<FilterInput alertStore={alertStore} settingsStore={settingsStore} />\n- <ul className=\"navbar-nav flex-wrap flex-shrink-1\">\n+ <ul className=\"navbar-nav...
TypeScript
Apache License 2.0
prymitive/karma
fix(ui): add missing margin in navbar
1
fix
ui
71,486
05.07.2021 23:09:02
-28,800
e61a5b80fb19270a0ed21938b777390ce5d835cc
feat(ec2): add rds-data vpc endpoint Fixes (ec2): Add rds-data VPC interface endpoints *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": "@@ -288,6 +288,7 @@ export class InterfaceVpcEndpointAwsService implements IInterfaceVpcEndpointServ\npublic static readonly CLOUDWATCH_LOGS = new InterfaceVpcEndpointAwsService('logs');\npublic static readonly CLOUDWATCH = new InterfaceVpcEndpointAwsService('monitoring')...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(ec2): add rds-data vpc endpoint (#15240) Fixes https://github.com/aws/aws-cdk/issues/15239 (ec2): Add rds-data VPC interface endpoints ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
feat
ec2
126,276
05.07.2021 23:13:24
14,400
91c1478cb79f4d48135aca61de9ef45ca6a8c706
test(embedded/sql): unit testing parameters type inference
[ { "change_type": "MODIFY", "diff": "@@ -1020,7 +1020,7 @@ func (e *Engine) QueryPreparedStmt(stmt *SelectStmt, params map[string]interface\nreturn nil, err\n}\n- _, _, _, err = stmt.CompileUsing(e, implicitDB, params)\n+ _, _, _, err = stmt.compileUsing(e, implicitDB, params)\nif err != nil {\nreturn nil, e...
Go
Apache License 2.0
codenotary/immudb
test(embedded/sql): unit testing parameters type inference Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
1
test
embedded/sql
129,387
05.07.2021 23:20:12
14,400
9eae518235d051f145807ddf971ceb79ad49953a
fix(git.py): ensure signed commits in changelog when git config log.showsignature=true
[ { "change_type": "MODIFY", "diff": "@@ -77,7 +77,9 @@ def get_commits(\nargs: str = \"\",\n) -> List[GitCommit]:\n\"\"\"Get the commits between start and end.\"\"\"\n- git_log_cmd = f\"git log --pretty={log_format}{delimiter} {args}\"\n+ git_log_cmd = (\n+ f\"git -c log.showSignature=False log --pretty={log...
Python
MIT License
commitizen-tools/commitizen
fix(git.py): ensure signed commits in changelog when git config log.showsignature=true #397
1
fix
git.py
530,289
06.07.2021 01:03:23
14,400
a6243444091b905e92ed0677e48822d2984ddc80
fix(gitpod): constructor options not respected By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
[ { "change_type": "ADD", "diff": "+// Jest Snapshot v1, https://goo.gl/fbAQLP\n+\n+exports[`dev environment constructor for gitpod 1`] = `\n+\"# ~~ Generated by projen. To modify, edit .projenrc.js and run \\\\\"npx projen\\\\\".\n+\n+image: ubuntu:latest\n+tasks:\n+ - name: dummy-task\n+ command: npx projen...
TypeScript
Apache License 2.0
projen/projen
fix(gitpod): constructor options not respected (#924) --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1
fix
gitpod
129,387
06.07.2021 01:47:41
14,400
184c439603d6060892076057a2a2a52d7b73de76
test(git.py): Test get_commits() with a gpg-signed commit
[ { "change_type": "MODIFY", "diff": "import inspect\n+import shutil\nfrom typing import List, Optional\nimport pytest\n@@ -137,6 +138,27 @@ def test_get_commits_without_breakline_in_each_commit(mocker):\n)\n+def test_get_commits_with_signature():\n+ config_file = \".git/config\"\n+ config_backup = \".git/con...
Python
MIT License
commitizen-tools/commitizen
test(git.py): Test get_commits() with a gpg-signed commit #397
1
test
git.py
865,921
06.07.2021 09:20:27
-7,200
cc7dad040f65f7d8cbe96a20221dbc7c9c8caeb2
docs: use GitHub action status badge
[ { "change_type": "MODIFY", "diff": "# Camunda Modeler\n-[![Build Status](https://travis-ci.com/camunda/camunda-modeler.svg?branch=develop)](https://travis-ci.com/camunda/camunda-modeler)\n+[![CI](https://github.com/camunda/camunda-modeler/actions/workflows/CI.yml/badge.svg)](https://github.com/camunda/camun...
JavaScript
MIT License
camunda/camunda-modeler
docs: use GitHub action status badge
1
docs
null
889,620
06.07.2021 09:38:06
-28,800
eda767aeb5c9291bab69bebb9cb14591247344ed
feat(sse): publish breakdown of task count by task type
[ { "change_type": "MODIFY", "diff": "@@ -9,6 +9,7 @@ import org.gotson.komga.domain.model.Media\nimport org.gotson.komga.domain.persistence.BookRepository\nimport org.gotson.komga.domain.persistence.LibraryRepository\nimport org.gotson.komga.domain.service.BookConverter\n+import org.gotson.komga.infrastructu...
Kotlin
MIT License
gotson/komga
feat(sse): publish breakdown of task count by task type
1
feat
sse
889,620
06.07.2021 09:39:24
-28,800
6b690bcdfb25080f2a6c6df37b03d53d2c868b94
feat(webui): display task count by type in activity bar tooltip
[ { "change_type": "MODIFY", "diff": "@@ -5,10 +5,12 @@ import {Module} from \"vuex\";\nconst vuexModule: Module<any, any> = {\nstate: {\ntaskCount: 0,\n+ taskCountByType: {} as { [key: string]: number },\n},\nmutations: {\n- setTaskCount (state, val) {\n- state.taskCount = val\n+ setTaskCount (state, event) ...
Kotlin
MIT License
gotson/komga
feat(webui): display task count by type in activity bar tooltip
1
feat
webui
942,581
06.07.2021 09:44:34
21,600
9b628aaec00e4640fdb33650814e95d825239987
fix(tooltip): Fix overflow ellipsis detection * fix(tooltip): Fix overflow ellipsis detection Fixes
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,7 @@ import {TooltipContainer} from './TooltipContainer';\nimport {useTooltip} from './useTooltip';\n/**\n- * Look for an element within the tree for a `text-overflow` CSS property of `ellipsis`.\n+ * Look for an element within the tree for an overflow element ...
TypeScript
Apache License 2.0
workday/canvas-kit
fix(tooltip): Fix overflow ellipsis detection (#1132) * fix(tooltip): Fix overflow ellipsis detection Fixes #1125
1
fix
tooltip
306,320
06.07.2021 09:55:35
-3,600
a0b5e3111e860ad21646c968b495c1baf4b36d3c
fix: New spinner upgrade doesn't clear previous spinner properly
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,7 @@ require (\ngithub.com/Masterminds/sprig v2.22.0+incompatible\ngithub.com/agext/levenshtein v1.2.2 // indirect\ngithub.com/awslabs/goformation/v4 v4.19.5\n- github.com/briandowns/spinner v1.16.0\n+ github.com/briandowns/spinner v1.15.0\ngithub.com/dustin/go...
Go
Apache License 2.0
infracost/infracost
fix: New spinner upgrade doesn't clear previous spinner properly (#857)
1
fix
null
889,620
06.07.2021 10:03:15
-28,800
6a2e57033ddd6cbd12147ac26ac7d7b6adc12844
refactor: remove deprecation warning
[ { "change_type": "MODIFY", "diff": "@@ -14,12 +14,13 @@ import org.junit.jupiter.api.Test\nimport java.nio.file.Files\nimport java.nio.file.Path\nimport java.time.LocalDateTime\n+import kotlin.io.path.extension\nclass LocalArtworkProviderTest {\nprivate val contentDetector = spyk(ContentDetector(TikaConfigu...
Kotlin
MIT License
gotson/komga
refactor: remove deprecation warning
1
refactor
null
889,620
06.07.2021 10:11:46
-28,800
ce8d9ac71f7eed0b1325d3081ce61f81002cdf8f
test: try to fix flaky test on Github Actions
[ { "change_type": "MODIFY", "diff": "@@ -92,6 +92,9 @@ class ReadListMatcherTest(\n)\n)\n+ // try to fix flaky test on Github Actions\n+ Thread.sleep(200)\n+\n// when\nval result = readListMatcher.matchReadListRequest(request)\n", "new_path": "komga/src/test/kotlin/org/gotson/komga/domain/service/ReadLis...
Kotlin
MIT License
gotson/komga
test: try to fix flaky test on Github Actions
1
test
null
777,374
06.07.2021 10:23:41
25,200
b9501a8aa33bb39f87336949fac9e80e6f09fa5b
fix: kube RPs should allow aux tasks
[ { "change_type": "MODIFY", "diff": "@@ -57,6 +57,7 @@ git clone git@github.com:determined-ai/determined.git\n- Protoc (>= 3.0)\n- Java (>= 7)\n- cURL (>= 7)\n+- jq (>= 1.6)\n### Building Determined\n", "new_path": "CONTRIBUTING.md", "old_path": "CONTRIBUTING.md" }, { "change_type": "MODIFY",...
Python
Apache License 2.0
determined-ai/determined
fix: kube RPs should allow aux tasks [DET-5710] (#2652)
1
fix
null
71,101
06.07.2021 10:35:22
-7,200
ff044eddccfe1e4812e686343ca1a614b73a1a1f
feat(acm): DaysToExpiry metric Adds a convenient method to obtain the `DaysToExpiry` metric for an AWS Certificates Manager Certificate, without having to craft it yourself. *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": "@@ -126,3 +126,21 @@ const certificate = Certificate.fromCertificateArn(this, 'Certificate', arn);\nTo share the certificate between stacks in the same CDK application, simply\npass the `Certificate` object between the stacks.\n+\n+## Metrics\n+\n+The `DaysToExpiry` metri...
TypeScript
Apache License 2.0
aws/aws-cdk
feat(acm): DaysToExpiry metric (#15424) Adds a convenient method to obtain the `DaysToExpiry` metric for an AWS Certificates Manager Certificate, without having to craft it yourself. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1
feat
acm
141,508
06.07.2021 11:09:44
-36,000
153d56cb37325f6d79b0395a0381c109526089b2
chore: Add new illustrations to BrandMoment stories chore: Add new illustrations to BrandMoment stories * Changed fallback of capture intro and error to correct illustration * Update Illustration stories to use args so that consumers can modify props
[ { "change_type": "MODIFY", "diff": "@@ -32,7 +32,7 @@ export const BrandMomentCaptureIntro = ({\nreturn (\n<VideoPlayer\n{...otherProps}\n- fallback=\"illustrations/heart/scene/brand-moments-capture-intro.png\"\n+ fallback=\"illustrations/heart/scene/brand-moments-capture-intro-loop.png\"\nambientAnimation=...
TypeScript
MIT License
cultureamp/kaizen-design-system
chore: Add new illustrations to BrandMoment stories (#1721) chore: Add new illustrations to BrandMoment stories * Changed fallback of capture intro and error to correct illustration * Update Illustration stories to use args so that consumers can modify props Co-authored-by: ActuallyACat <allanna.beaton@gmail.com>
1
chore
null
826,652
06.07.2021 11:16:47
-7,200
5cf2b4c2e50ad55b62c6d240300aa279ffd11885
docs: fix erroneous sidebar commit
[ { "change_type": "MODIFY", "diff": "{\n\"Introduction\": [\n\"index\",\n- \"quickstart\",\n\"install\",\n- \"configuring\",\n- \"contributing\",\n- \"faq\"\n+ \"implemented-planned-features\",\n+ \"performance\",\n+ \"quickstart\"\n]\n},\n{\n\"Concepts\": [\n- \"concepts/index\",\n- \"concepts/terminology\"...
Go
Apache License 2.0
ory/keto
docs: fix erroneous sidebar commit
1
docs
null
777,389
06.07.2021 11:20:55
25,200
c8fc329e218e73ce6c3c47c37a251f5c2c43d640
fix: fix an issue with SPA routing affecting model download
[ { "change_type": "MODIFY", "diff": "@@ -4,9 +4,9 @@ import React from 'react';\nimport root from 'omnibar/tree-extension/trees';\nimport { FinalAction } from 'omnibar/tree-extension/types';\nimport { dfsStaticRoutes } from 'omnibar/tree-extension/utils';\n-import { routeAll } from 'routes/utils';\n+import {...
Python
Apache License 2.0
determined-ai/determined
fix: fix an issue with SPA routing affecting model download [#2648] (#2661)
1
fix
null
777,389
06.07.2021 11:22:05
25,200
cd0898a4f88105ca881cbbc04e86252637ae5a92
chore: simplify resourcetype related states following its removal
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,7 @@ import React, { Dispatch, useCallback, useEffect, useReducer, useState } from 'r\nimport useStorage from 'hooks/useStorage';\nimport { getResourcePools, getTaskTemplates } from 'services/api';\n-import { NotebookConfig, RawJson, ResourcePool, ResourceType,...
Python
Apache License 2.0
determined-ai/determined
chore: simplify resourcetype related states following its removal (#2658)
1
chore
null
141,508
06.07.2021 11:22:12
-36,000
82c66c15f90e52e1fa9d754857991da17db9aeed
fix: Delete template Slider README
[ { "change_type": "DELETE", "diff": "----\n-title: \"Slider\"\n-navTitle: \"Slider\"\n-summaryParagraph: Slider lets the user...\n-tags: [\"Common alternative name\", \"Another example\"]\n-demoStoryId: Slider-react--default-kaizen-site-demo\n----\n-\n-import WhenToUseAndWhenNotToUse from \"docs-components/W...
TypeScript
MIT License
cultureamp/kaizen-design-system
fix: Delete template Slider README (#1744) Co-authored-by: Ally Beaton <allanna.beaton@gmail.com>
1
fix
null
777,389
06.07.2021 11:22:31
25,200
dc129166c6db1f74564b7c3b160aa2868a3c13c3
chore: update experiment tag list limits
[ { "change_type": "MODIFY", "diff": "@@ -15,8 +15,8 @@ interface Props {\ntags: string[];\n}\n-const TAG_MAX_LENGTH = 20;\n-const COMPACT_MAX_THRESHOLD = 1;\n+const TAG_MAX_LENGTH = 10;\n+const COMPACT_MAX_THRESHOLD = 4;\nconst EditableTagList: React.FC<Props> = (\n{ compact, ghost, tags, onChange }: Props,\...
Python
Apache License 2.0
determined-ai/determined
chore: update experiment tag list limits (#2655)
1
chore
null
777,353
06.07.2021 11:23:18
18,000
eb57a0e3161a72860803c2869c009dce188609e3
fix: correct for possibility of negative numbers in log range
[ { "change_type": "MODIFY", "diff": "@@ -36,7 +36,9 @@ const TrialRangeHyperparameters: React.FC<Props> = ({ experiment, trial }: Props\n{\nname: hp.name,\nrange: [ hp.value.minval || 0.00001, hp.value.maxval || 1 ],\n- type: hp.value.type,\n+ type: (hp.value.type === ExperimentHyperParamType.Log &&\n+ [ hp....
Python
Apache License 2.0
determined-ai/determined
fix: correct for possibility of negative numbers in log range [DET-5717] (#2666)
1
fix
null
401,123
06.07.2021 11:45:52
-19,080
e38a67ab81defd8d35607ad2714bd351bd68bd46
feat(theme): adds new theme props to pass box-shadow properties for checkbox and radio affects:
[ { "change_type": "MODIFY", "diff": "@@ -43,6 +43,10 @@ const checkbox: CheckboxTheme = {\ndisabled: colors.grey[500],\nactive: colors.white,\nerror: colors.white\n+ },\n+ boxShadow: {\n+ spreadRadius: '0',\n+ blurRadius: '0.8rem'\n}\n};\n", "new_path": "packages/theme/src/core/checkbox/index.ts", "o...
TypeScript
MIT License
medly/medly-components
feat(theme): adds new theme props to pass box-shadow properties for checkbox and radio affects: @medly-components/theme
1
feat
theme
865,921
06.07.2021 11:49:58
-7,200
539ff9cc66bcbfb95462f13aa1ecc53e7dee2da6
ci: checkout before creating release
[ { "change_type": "MODIFY", "diff": "@@ -9,6 +9,8 @@ jobs:\npermissions:\ncontents: write\nsteps:\n+ - name: Checkout\n+ uses: actions/checkout@v2\n- name: Create GitHub release\nrun: |\ngh config set prompt disabled\n", "new_path": ".github/workflows/RELEASE.yml", "old_path": ".github/workflows/RELE...
JavaScript
MIT License
camunda/camunda-modeler
ci: checkout before creating release
1
ci
null
865,921
06.07.2021 11:53:13
-7,200
d5f489c229e79aa817ce9fb1ef3e59ef24498558
ci: login before release
[ { "change_type": "MODIFY", "diff": "@@ -12,8 +12,9 @@ jobs:\n- name: Checkout\nuses: actions/checkout@v2\n- name: Create GitHub release\n+ env:\n+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\nrun: |\n- gh config set prompt disabled\nTAG=$(git describe --tags --abbrev=0)\ngh release create $TAG --draft --title...
JavaScript
MIT License
camunda/camunda-modeler
ci: login before release
1
ci
null
401,123
06.07.2021 11:58:35
-19,080
c26720f550988ef641141f484c3d9d6360003053
feat: integrates boxShadow style prop in Checkbox and Radio components affects:
[ { "change_type": "MODIFY", "diff": "@@ -3,6 +3,9 @@ import { Preview, Story, Meta, Props } from '@storybook/addon-docs/blocks';\nimport { labelPositions, sizes, ThemeInterface, FormWithCheckbox } from './Checkbox.stories';\nimport { useState } from 'react';\nimport { boolean, select, text } from '@storybook...
TypeScript
MIT License
medly/medly-components
feat: integrates boxShadow style prop in Checkbox and Radio components affects: @medly-components/core
1
feat
null
791,394
06.07.2021 12:09:35
-36,000
35d98c8cad3a71400c2b47218a0fb9c80154e613
fix(pubsublite): lower gRPC keepalive timeouts
[ { "change_type": "MODIFY", "diff": "@@ -183,9 +183,11 @@ func isStreamResetSignal(err error) bool {\nfunc defaultClientOptions(region string) []option.ClientOption {\nreturn []option.ClientOption{\ninternaloption.WithDefaultEndpoint(region + pubsubLiteDefaultEndpoint),\n- // Keep inactive connections alive....
Go
Apache License 2.0
googleapis/google-cloud-go
fix(pubsublite): lower gRPC keepalive timeouts (#4378)
1
fix
pubsublite
791,743
06.07.2021 12:16:38
25,200
25cc9b6ed801ac780cb232c1d85ef71d2d305533
core: fallback to selector, not tagName for nodeLabel
[ { "change_type": "MODIFY", "diff": "@@ -27,7 +27,7 @@ const expectations = [\n'selector': 'body > section > div#aria-allowed-attr',\n'snippet': '<div id=\"aria-allowed-attr\" role=\"alert\" aria-checked=\"true\">',\n'explanation': 'Fix any of the following:\\n ARIA attribute is not allowed: aria-checked=\"t...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core: fallback to selector, not tagName for nodeLabel (#12727)
1
core
null
401,123
06.07.2021 12:19:49
-19,080
303365f2b006afba5eca0afd8d9c5baad0413055
test: updates outdated snapshot tests affects:
[ { "change_type": "MODIFY", "diff": "@@ -106,7 +106,7 @@ exports[`Checkbox component should render correctly with bottom labelPosition 1`\n}\n.c4:not(:disabled):focus ~ .c5 {\n- box-shadow: 0 0 0.8rem rgba(18,106,250,0.35);\n+ box-shadow: 0 0 0.8rem 0 rgba(18,106,250,0.35);\n}\n.c4:not(:disabled):focus:not(:...
TypeScript
MIT License
medly/medly-components
test: updates outdated snapshot tests affects: @medly-components/core, @medly-components/forms
1
test
null
873,648
06.07.2021 12:30:03
-7,200
685213be951170e4f627271b4d2455fb4d917b0c
chore: bump app-sdk to v3.36, add missing dependency
[ { "change_type": "MODIFY", "diff": "\"dependencies\": {\n\"@contentful/app-sdk\": \"^3.36.0\",\n\"@contentful/default-field-editors\": \"^0.8.20\",\n- \"@contentful/field-editor-shared\": \"^0.16.0\",\n+ \"@contentful/field-editor-shared\": \"^0.19.0\",\n\"@contentful/field-editor-single-line\": \"^0.14.1\"...
TypeScript
MIT License
contentful/field-editors
chore: bump app-sdk to v3.36, add missing dependency (#771)
1
chore
null
777,396
06.07.2021 12:31:30
21,600
6c65dbab441018265e5dcd9bf5c2fbcfbfdd03d1
fix: pull registry_auth from experiment for tensorboard Pull registry_auth from experiment for tensorboard, but never override what is provided explicitly by the user.
[ { "change_type": "MODIFY", "diff": "@@ -271,7 +271,7 @@ func (t *tensorboardManager) newTensorBoard(\n}\n// Get the most recent experiment config as raw json and add it to the container. This\n- // is used to determine if the experiment is backed by S3.\n+ // is used for automatically configuring checkpoint...
Python
Apache License 2.0
determined-ai/determined
fix: pull registry_auth from experiment for tensorboard (#2616) Pull registry_auth from experiment for tensorboard, but never override what is provided explicitly by the user.
1
fix
null
472,067
06.07.2021 12:43:03
-32,400
12bb0181ee6fe6bc8de7d169bcb45153868c4f2b
feat(spindle-tokens): shadow tokens
[ { "change_type": "ADD", "diff": "+{\n+ \"shadow\": {\n+ \"box shadow\": {\n+ \"lv1\": {\n+ \"offset x\": {\n+ \"value\": \"{shadow.drop shadow.offset x}\"\n+ },\n+ \"offset y\": {\n+ \"value\": \"{shadow.drop shadow.lv1.offset y}\"\n+ },\n+ \"blur radius\": {\n+ \"value\": \"calc({shadow.drop shadow.lv1.blu...
TypeScript
MIT License
openameba/spindle
feat(spindle-tokens): shadow tokens
1
feat
spindle-tokens
688,444
06.07.2021 12:46:19
-7,200
449f84ac439e14c1982a54b88efdce706bbeea42
feat: add final-form exports
[ { "change_type": "MODIFY", "diff": "// Final Form exports\n-export { FORM_ERROR, FormApi, MutableState, AnyObject, FieldValidator, SubmissionErrors } from 'final-form'\n+export { FORM_ERROR, FormApi, MutableState, AnyObject, FieldValidator, SubmissionErrors, Config, setIn } from 'final-form'\nexport { useFo...
TypeScript
MIT License
toptal/picasso
feat: add final-form exports (#2109)
1
feat
null
780,866
06.07.2021 13:51:51
10,800
4deaf035847231e4068048130ed463a2dd34a6bb
docs(framework/renderization): about image size functions on EJS root data
[ { "change_type": "MODIFY", "diff": "@@ -143,7 +143,11 @@ data = {\necomClient,\n// Search engine constructor\n// https://developers.e-com.plus/search-engine/\n- EcomSearch\n+ EcomSearch,\n+ // Detect local images dimensions\n+ // https://github.com/image-size/image-size\n+ tryImageSize,\n+ imageSize\n}\n}\n...
JavaScript
MIT License
ecomplus/storefront
docs(framework/renderization): about image size functions on EJS root data https://github.com/image-size/image-size
1
docs
framework/renderization