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
304,868
20.10.2021 15:11:46
21,600
be8083b189a9c80de107dbd450c8aba4a6418306
feat(fluxdoc): updates fluxdoc parser to capture more data Now the fluxdoc parser: * Records if a value/function is an option * Records the source location being documented * Records any metadata specified in the comments Fixes Fixes
[ { "change_type": "MODIFY", "diff": "@@ -442,6 +442,7 @@ dependencies = [\n\"expect-test\",\n\"flatbuffers\",\n\"fnv\",\n+ \"lazy_static\",\n\"libflate\",\n\"lsp-types\",\n\"maplit\",\n", "new_path": "libflux/Cargo.lock", "old_path": "libflux/Cargo.lock" }, { "change_type": "MODIFY", "dif...
Go
MIT License
influxdata/flux
feat(fluxdoc): updates fluxdoc parser to capture more data (#4148) Now the fluxdoc parser: * Records if a value/function is an option * Records the source location being documented * Records any metadata specified in the comments Fixes #4111 Fixes #4113
1
feat
fluxdoc
791,723
20.10.2021 15:36:16
25,200
b745a7901086c194fe9bb021117c787dc11bc00a
report(test): throw on axe error
[ { "change_type": "MODIFY", "diff": "@@ -46,7 +46,7 @@ describe('ReportRendererAxe', () => {\nglobal.Element = undefined;\n});\n- it('renders without axe violations', () => {\n+ it('renders without axe violations', async () => {\nconst container = renderer._dom._document.createElement('main');\nconst output ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report(test): throw on axe error (#13234)
1
report
test
865,939
20.10.2021 15:54:41
-7,200
8e87a27bdbfc6777b515dd53e915e43ea0a0f041
feat(flags): add `DISABLE-PLATFORM` flag Closes
[ { "change_type": "MODIFY", "diff": "@@ -22,7 +22,7 @@ import {\nTab\n} from './primitives';\n-import Flags, { DISABLE_DMN, DISABLE_FORM, DISABLE_ZEEBE } from '../util/Flags';\n+import Flags, { DISABLE_DMN, DISABLE_FORM, DISABLE_ZEEBE, DISABLE_PLATFORM } from '../util/Flags';\nexport default class EmptyTab e...
JavaScript
MIT License
camunda/camunda-modeler
feat(flags): add `DISABLE-PLATFORM` flag Closes #2506
1
feat
flags
877,015
20.10.2021 15:58:05
-7,200
9c37357d0e8636a6465b83ed4b822ad6bb1a10eb
refactor(@vtmn/svelte): popover component
[ { "change_type": "MODIFY", "diff": "import { parameters } from '@vtmn/showcase-core/csf/components/VtmnPopover.csf';\nconst popoverArgs = {\n+ id: 'My popover',\ntitle: 'This is the title of the popover',\nbody: 'A popover can appear when users click or focus an element.',\nposition: VTMN_POPOVER_POSITION.B...
JavaScript
Apache License 2.0
decathlon/vitamin-web
refactor(@vtmn/svelte): popover component
1
refactor
@vtmn/svelte
104,855
20.10.2021 16:02:19
-19,080
a76632e6e6209166ff028aa167fb354952734291
feat(card): custom actions in action menus
[ { "change_type": "MODIFY", "diff": "@@ -195,6 +195,7 @@ export const defaultProps = {\nrange: false,\nexpand: false,\nsettings: false,\n+ extra: false,\n},\nrenderExpandIcon: undefined,\nrowHeight: ROW_HEIGHT,\n@@ -232,6 +233,7 @@ export const defaultProps = {\nexpandLabel: 'Expand to fullscreen',\noverflow...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(card): custom actions in action menus #2846
1
feat
card
392,551
20.10.2021 16:02:52
-7,200
fc2918d8ed0d5f36df786f336f3575d80e78b5c7
feat: add data provider interface Do not require data provider base to be extended to avoid Babel build issues when extending ES classes.
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,6 @@ import {\nObservable,\nSubscriber,\n} from \"rxjs\";\n-import { DataProviderBase } from \"./DataProviderBase\";\nimport { CoreImagesContract } from \"./contracts/CoreImagesContract\";\nimport { ImagesContract } from \"./contracts/ImagesContract\";\nimport ...
TypeScript
MIT License
mapillary/mapillary-js
feat: add data provider interface Do not require data provider base to be extended to avoid Babel build issues when extending ES classes.
1
feat
null
71,094
20.10.2021 16:27:30
-3,600
1fa1876e65b5124a4348d71ae6c1f8b153d34eb2
chore: replaced merge action with a queue action
[ { "change_type": "MODIFY", "diff": "# See https://doc.mergify.io\n+queue_rules:\n+ - name: default\n+ conditions:\n+ - status-success~=AWS CodeBuild us-east-1\npull_request_rules:\n- name: label core\n@@ -12,10 +16,9 @@ pull_request_rules:\nactions:\ncomment:\nmessage: Thank you for contributing! Your pull ...
TypeScript
Apache License 2.0
aws/aws-cdk
chore: replaced merge action with a queue action (#17052) Co-authored-by: Otavio Macedo <otaviom@amazon.com>
1
chore
null
276,939
20.10.2021 16:30:47
10,800
7e7d0ed4a6c912e2cfe3b6d2d69a7b8e53eef902
fix(navigation): components sorting across browsers
[ { "change_type": "MODIFY", "diff": "@@ -2,13 +2,32 @@ import React, { useState } from 'react';\nimport styled from 'styled-components';\nimport { hexToRgb } from '@gympass/yoga-common';\nimport { navigate } from 'gatsby';\n-import { arrayOf, func, bool, shape, number, string } from 'prop-types';\n+import { ...
JavaScript
MIT License
gympass/yoga
fix(navigation): components sorting across browsers
1
fix
navigation
392,551
20.10.2021 16:47:21
-7,200
660d31c77ab9bb6103df341232b78c64fe4c80f9
feat: add geometry provider interface Do not require geometry provider base to be extended to avoid Babel build issues when extending ES6 classes.
[ { "change_type": "MODIFY", "diff": "-import { GeometryProvider } from \"../../test/helper/ProviderHelper\";\n+import { IGeometryProvider } from \"./interfaces/IGeometryProvider\";\nexport function connectedComponent(\ncellId: string,\ndepth: number,\n- geometry: GeometryProvider)\n+ geometry: IGeometryProvi...
TypeScript
MIT License
mapillary/mapillary-js
feat: add geometry provider interface Do not require geometry provider base to be extended to avoid Babel build issues when extending ES6 classes.
1
feat
null
317,646
20.10.2021 17:01:19
-7,200
cdc2998ed8dd215c26fe12d1b4bfbd62d6fb0968
feat(git): ignore repo based on exclude_folders
[ { "change_type": "MODIFY", "diff": "@@ -72,11 +72,10 @@ func (b *Block) setStringValues() {\nwg := sync.WaitGroup{}\nwg.Add(len(b.Segments))\ndefer wg.Wait()\n- cwd := b.env.getcwd()\nfor _, segment := range b.Segments {\ngo func(s *Segment) {\ndefer wg.Done()\n- s.setStringValue(b.env, cwd)\n+ s.setStringV...
Go
MIT License
jandedobbeleer/oh-my-posh
feat(git): ignore repo based on exclude_folders
1
feat
git
104,855
20.10.2021 17:12:52
-19,080
98261225331fc4cd4ba45f78b2a1e14a00fbe123
chore(card): updating snapshots
[ { "change_type": "MODIFY", "diff": "@@ -91,7 +91,7 @@ exports[`Storybook Snapshot tests and console checks Storyshots 1 - Watson IoT/C\nCancel\n</button>\n<button\n- aria-describedby=\"danger-description-95\"\n+ aria-describedby=\"danger-description-96\"\naria-pressed={null}\nclassName=\"iot--btn bx--btn bx...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(card): updating snapshots #2846
1
chore
card
603,467
20.10.2021 17:32:58
-3,600
21145a3dda17e87ea7bd950da4526b90f37a1edc
fix(core): `formatted` can be configured to produce single- or multi-line descriptions
[ { "change_type": "MODIFY", "diff": "@@ -27,14 +27,14 @@ describe ('`formatted` tag function', () => {\n{ description: 'an object parameter', actual: formatted `${ { twitter: '@JanMolak'} }`, expected: '{\"twitter\":\"@JanMolak\"}' },\n{ description: 'an empty array', actual: formatted `${ [] }`, expected: '...
TypeScript
Apache License 2.0
serenity-js/serenity-js
fix(core): `formatted` can be configured to produce single- or multi-line descriptions
1
fix
core
603,467
20.10.2021 17:44:54
-3,600
66bc23726aad7c304219a49779f9e6519152752d
test(core): updated the tests missed from the previous commit
[ { "change_type": "MODIFY", "diff": "@@ -107,7 +107,7 @@ describe('ExecuteAsynchronousScript', function () {\nexpect(ExecuteScript.async(`arguments[arguments.length - 1]();`)\n.withArguments(Promise.resolve('arg1'), 'arg2', arg3).toString(),\n- ).to.equal(`#actor executes an asynchronous script with argument...
TypeScript
Apache License 2.0
serenity-js/serenity-js
test(core): updated the tests missed from the previous commit
1
test
core
603,467
20.10.2021 17:50:25
-3,600
0b63d27745c905001adf3c219dd0e3cf44756320
fix(core): removed Loop as it will be replaced
[ { "change_type": "DELETE", "diff": "-/* eslint-disable unicorn/consistent-function-scoping */\n-import 'mocha';\n-\n-import { given } from 'mocha-testdata';\n-\n-import { Serenity } from '../../../src';\n-import { TaskFinished, TaskStarts } from '../../../src/events';\n-import { Actor, Question } from '../....
TypeScript
Apache License 2.0
serenity-js/serenity-js
fix(core): removed Loop as it will be replaced
1
fix
core
699,191
20.10.2021 17:52:03
25,200
731be566c7fdfd236485bf6f80c2a01ec1528e28
fix(website): update the theme-color meta tag for safari
[ { "change_type": "MODIFY", "diff": "@@ -157,7 +157,7 @@ const gatsbyConfig = {\nshort_name: 'Paste',\nstart_url: '/',\nbackground_color: '#fff',\n- theme_color: '#f22f46',\n+ theme_color: '#141c2c',\ndisplay: 'standalone',\nicon: 'static/logo.svg',\n},\n", "new_path": "packages/paste-website/gatsby-conf...
TypeScript
MIT License
twilio-labs/paste
fix(website): update the theme-color meta tag for safari (#1949)
1
fix
website
603,467
20.10.2021 17:56:43
-3,600
fd7fa10dfbaa0c0cba059c5f18920609c4bac014
fix(core): removed Property as it will be replaced by new Question
[ { "change_type": "DELETE", "diff": "-/* eslint-disable unicorn/consistent-function-scoping */\n-import 'mocha';\n-\n-import { given } from 'mocha-testdata';\n-\n-import { actorCalled, Answerable, List, MetaQuestion, Property, Question } from '../../../src';\n-import { expect } from '../../expect';\n-import ...
TypeScript
Apache License 2.0
serenity-js/serenity-js
fix(core): removed Property as it will be replaced by new Question
1
fix
core
603,467
20.10.2021 18:04:38
-3,600
cb3d0813f9f0532bfe82be77fef0edec45e8ca3e
fix(web): removed Cookie as it will be re-implemented
[ { "change_type": "MODIFY", "diff": "-/* eslint-disable unicorn/consistent-function-scoping,unicorn/no-useless-undefined */\n-import 'mocha';\n-\n-import { certificates, expect } from '@integration/testing-tools';\n-import { Ensure, equals, isTrue } from '@serenity-js/assertions';\n-import { actorCalled, eng...
TypeScript
Apache License 2.0
serenity-js/serenity-js
fix(web): removed Cookie as it will be re-implemented
1
fix
web
603,467
20.10.2021 18:19:15
-3,600
cef2002c771b730357da29a6e1718e702619551e
chore(web): updated WebdriverIO to 7.16.0
[ { "change_type": "MODIFY", "diff": "\"@serenity-js/cucumber\": \"^2.0.0\",\n\"@serenity-js/webdriverio\": \"^2.0.0\",\n\"@serenity-js/serenity-bdd\": \"^2.0.0\",\n- \"@wdio/cli\": \"^7.13.2\",\n- \"@wdio/cucumber-framework\": \"^7.13.2\",\n- \"@wdio/local-runner\": \"^7.13.2\",\n- \"@wdio/spec-reporter\": \...
TypeScript
Apache License 2.0
serenity-js/serenity-js
chore(web): updated WebdriverIO to 7.16.0
1
chore
web
791,834
20.10.2021 18:30:17
18,000
b592c39b24750b598525c06e71e1b40635eb92b5
core(build): add basic inline-fs plugin
[ { "change_type": "ADD", "diff": "+/**\n+ * @license Copyright 2021 The Lighthouse Authors. All Rights Reserved.\n+ * Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.or...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(build): add basic inline-fs plugin (#13232)
1
core
build
104,855
20.10.2021 18:32:12
-19,080
aecd692f5138fe14e8ef411b4d412a6aedbb9997
chore(card): updated document file
[ { "change_type": "MODIFY", "diff": "@@ -545,7 +545,7 @@ const isEditable = true;\n## Extra actions\n-You can use extraActions on a Card. Which can be used in the card toolbar to either display a single icon with a unique action, or even be a three-dot icon with many custom actions inside of it.\n+You can us...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(card): updated document file #2846
1
chore
card
730,451
20.10.2021 19:28:10
-19,080
a4e57e7e9a9897b1c1db8e3d7348032877c5c042
fix(plugin-meetings): add new error codes for password flow
[ { "change_type": "MODIFY", "diff": "@@ -185,7 +185,7 @@ export const MODERATOR_FALSE = false;\n// ******************** NUMBERS ********************\n-export const INTENT_TO_JOIN = 2423005;\n+export const INTENT_TO_JOIN = [2423005, 2423006, 2423016, 2423017, 2423018];\nexport const ICE_TIMEOUT = 2000;\nexpor...
JavaScript
MIT License
webex/webex-js-sdk
fix(plugin-meetings): add new error codes for password flow
1
fix
plugin-meetings
494,309
20.10.2021 20:19:50
-10,800
6d621ec89d1a7c37daf4622b06a0ad94f2d77b31
docs: fix the invalid links
[ { "change_type": "MODIFY", "diff": "@@ -600,14 +600,14 @@ Here is some information should you want to modify the quickstart:\n**Social Login**\n-[Step-by-step guides](http://localhost:3000/kratos/docs/next/guides/sign-in-with-github-google-facebook-linkedin)\n+[Step-by-step guides](https://www.ory.sh/kratos...
Go
Apache License 2.0
ory/kratos
docs: fix the invalid links (#1868)
1
docs
null
217,237
20.10.2021 20:20:02
-10,800
39fff38749b762bb6e88df714ae504cc7138efa2
promo(companies): add Yandex With following all declared rules =)
[ { "change_type": "MODIFY", "diff": "@@ -86,4 +86,9 @@ export const companies = [\nsrc: \"vigo.png\",\nalt: \"Vigo\",\n},\n+ {\n+ url: \"https://yandex.ru/\",\n+ src: \"yandex.svg\",\n+ alt: \"Yandex\",\n+ },\n];\n", "new_path": "website/src/pages/_config.jsx", "old_path": "website/src/pages/_config....
JavaScript
MIT License
feature-sliced/documentation
promo(companies): add Yandex https://github.com/feature-sliced/documentation/issues/131#issuecomment-947863652 With following all declared rules =) https://yandex.ru/company/rules/logotype/
1
promo
companies
815,598
20.10.2021 20:52:01
-28,800
9b81a725731bfa512758cde344e9368c4e50f52b
chore(ci): install clang for windows
[ { "change_type": "MODIFY", "diff": "@@ -152,9 +152,11 @@ jobs:\nrun: |\nSet-ExecutionPolicy RemoteSigned -scope CurrentUser\nInvoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')\n- scoop install yasm\n+ scoop install llvm yasm\necho (\"GIT_TAG_NAME=\" + $env:GITHUB_REF....
Rust
MIT License
nervosnetwork/ckb
chore(ci): install clang for windows
1
chore
ci
791,850
20.10.2021 21:16:48
-10,800
362f376f37bbecd27cc63b9b3786e289a65e133e
misc: fix typo
[ { "change_type": "MODIFY", "diff": "*\n* Usage\n*\n- * export GH_TOKEN=<your personal github token> # needed to get around API rate limits\n+ * export GH_TOKEN=<your personal GitHub token> # needed to get around API rate limits\n* node ./lighthouse-core/scripts/internal-analysis/download-issues.js\n* node ....
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc: fix typo (#13224)
1
misc
null
603,467
20.10.2021 21:19:45
-3,600
90cb0251a00a7bff098376110dcec2f9f2c5d5c0
fix(web): removed incorrect import
[ { "change_type": "MODIFY", "diff": "import { Ability, Duration, UsesAbilities } from '@serenity-js/core';\nimport { Key } from '../../input';\n-import { Page,PageElement, PageElementList, PageElementLocation } from '../../ui';\n+import { PageElement, PageElementList, PageElementLocation } from '../../ui';\n...
TypeScript
Apache License 2.0
serenity-js/serenity-js
fix(web): removed incorrect import
1
fix
web
603,467
20.10.2021 21:48:45
-3,600
a98fe41378bc8475f027946e0f01a30f4789d57a
fix(core): answerProxy renamed to ProxyAnswer to better reflect its purpose
[ { "change_type": "MODIFY", "diff": "import { inspected } from '../io/inspected';\nimport { AnswersQuestions, UsesAbilities } from './actor';\n-import { createAnswerProxy, SyncAnswerType } from './questions/proxies';\n-import { AnswerProxy } from './questions/proxies/createAnswerProxy';\n+import { createProx...
TypeScript
Apache License 2.0
serenity-js/serenity-js
fix(core): answerProxy renamed to ProxyAnswer to better reflect its purpose
1
fix
core
603,467
20.10.2021 21:53:32
-3,600
547198985025d0ede2ab47ea89d8944960fb980d
fix(core): exported createProxyAnswer to make it easier to use
[ { "change_type": "MODIFY", "diff": "@@ -4,4 +4,5 @@ export * from './expectations';\nexport * from './List';\nexport * from './MetaQuestion';\nexport * from './Note';\n+export * from './proxies';\nexport * from './q';\n", "new_path": "packages/core/src/screenplay/questions/index.ts", "old_path": "pa...
TypeScript
Apache License 2.0
serenity-js/serenity-js
fix(core): exported createProxyAnswer to make it easier to use
1
fix
core
317,646
20.10.2021 22:20:47
-7,200
631aace7a81fa2d144b5d1860fa4a58d0f8b1201
fix(git): cache command on windows
[ { "change_type": "MODIFY", "diff": "@@ -128,7 +128,7 @@ const (\n)\nfunc (g *git) enabled() bool {\n- if !g.env.hasCommand(\"git\") {\n+ if !g.env.hasCommand(g.getGitCommand()) {\nreturn false\n}\ngitdir, err := g.env.hasParentFilePath(\".git\")\n@@ -320,7 +320,7 @@ func (g *git) getStatusColor(defaultValue...
Go
MIT License
jandedobbeleer/oh-my-posh
fix(git): cache command on windows
1
fix
git
603,467
20.10.2021 22:45:28
-3,600
681ce22259bf75161df7ce2454f4b6d73ea87259
fix(core): corrected type defs of Question.as
[ { "change_type": "MODIFY", "diff": "@@ -125,10 +125,10 @@ export abstract class Question<T> {\n*/\nabstract answeredBy(actor: AnswersQuestions & UsesAbilities): T;\n- public as<O>(mapping: (answer: SyncAnswerType<T>) => O): Question<Promise<O>> {\n+ public as<O>(mapping: (answer: SyncAnswerType<T>) => Promi...
TypeScript
Apache License 2.0
serenity-js/serenity-js
fix(core): corrected type defs of Question.as
1
fix
core
603,467
20.10.2021 22:48:29
-3,600
2e70a3b6af2e8cc49255820e8a1aaffcc71b76a8
feat(web): page provides an abstraction around browser window
[ { "change_type": "ADD", "diff": "+import 'mocha';\n+\n+import { actorCalled } from '@serenity-js/core';\n+import { Navigate, Page } from '@serenity-js/web';\n+import { expect } from '@integration/testing-tools';\n+import { Ensure, equals } from '@serenity-js/assertions';\n+\n+describe('Page', () => {\n+\n+ ...
TypeScript
Apache License 2.0
serenity-js/serenity-js
feat(web): page provides an abstraction around browser window
1
feat
web
791,723
21.10.2021 07:30:16
25,200
12c32b3c559a056c511a696b0c114dbfc0e43368
tests: ci tests should include all files
[ { "change_type": "MODIFY", "diff": "@@ -11,7 +11,7 @@ set -euxo pipefail\necho $*\nnode node_modules/.bin/c8 \\\n- --include '{lighthouse-core,lighthouse-cli,lighthouse-viewer,lighthouse-treemap,build/plugins}' \\\n+ --include '{lighthouse-core,lighthouse-cli,lighthouse-viewer,lighthouse-treemap,build/plugi...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests: ci tests should include all files (#13235)
1
tests
null
276,939
21.10.2021 08:07:01
10,800
dcb040668228feab1f7f7753f592804f91bf3422
fix(navigation): typo inside getSorting's documentation
[ { "change_type": "MODIFY", "diff": "@@ -12,7 +12,7 @@ import MDXElements from '../MDXElements';\n/**\n* Gets the sorting function for the given sorting type.\n* 'alphabetic' stands for ascendent alphabetical order.\n- * 'order' stands for elemento.order ascendent order.\n+ * 'order' stands for element.order...
JavaScript
MIT License
gympass/yoga
fix(navigation): typo inside getSorting's documentation
1
fix
navigation
865,917
21.10.2021 08:52:41
-7,200
3af381e54badf6478236aef239984703d615346b
deps(client): add `@ibm/plex` dependency
[ { "change_type": "MODIFY", "diff": "\"resolved\": \"https://registry.npmjs.org/@camunda/element-templates-json-schema/-/element-templates-json-schema-0.4.0.tgz\",\n\"integrity\": \"sha512-M5xW61ba7z2maBxfoT4c1bjuLD8OIL7863et/hULiNG6+R/B9CZ4Qze1juuIfXv4zpF2fYSuUsTPkTtiZrcspQ==\"\n},\n+ \"@ibm/plex\": {\n+ \"...
JavaScript
MIT License
camunda/camunda-modeler
deps(client): add `@ibm/plex` dependency
1
deps
client
865,917
21.10.2021 08:54:51
-7,200
a07f10d0ca305d7dcb9ebee983bc59cd9946e794
style: use IBM Plex Sans as default font family
[ { "change_type": "MODIFY", "diff": "font-size: 14px;\ncolor: var(--color-444444);\nfont-weight: bold;\n+ font-family: inherit;\noutline: none;\nmargin-right: 10px;\n", "new_path": "client/src/app/tabs/dmn/DmnEditor.less", "old_path": "client/src/app/tabs/dmn/DmnEditor.less" }, { "change_type...
JavaScript
MIT License
camunda/camunda-modeler
style: use IBM Plex Sans as default font family
1
style
null
865,917
21.10.2021 08:55:16
-7,200
ebf58ece204c9c031fac7325f6b7e41bdbd0d575
style: use IBM Plex Mono as monospace font family
[ { "change_type": "MODIFY", "diff": "border: none;\nfont-size: 13px;\n- font-family: monospace;\n+ font-family: var(--font-family-monospace);\ncolor: var(--grey-base-40);\nwhite-space: pre-wrap;\n", "new_path": "client/src/app/Log.less", "old_path": "client/src/app/Log.less" }, { "change_type...
JavaScript
MIT License
camunda/camunda-modeler
style: use IBM Plex Mono as monospace font family
1
style
null
447,446
21.10.2021 09:17:05
14,400
a2d4916d0961c571b50db6e1c29dee63006bb212
fix: update CounterInput buttons behavior
[ { "change_type": "MODIFY", "diff": "@@ -28,6 +28,24 @@ describe('<CounterInput />', () => {\nexpect(onChangeMockFn).toHaveBeenCalledWith(1);\n});\n+ it('should fire onChange `min` as argument when click in plusButton', () => {\n+ const onChangeMockFn = jest.fn();\n+ const component = mount(<CounterInput onC...
JavaScript
MIT License
nexxtway/react-rainbow
fix: update CounterInput buttons behavior (#2307)
1
fix
null
277,277
21.10.2021 09:51:06
-7,200
d7b4addd990a278002cc5c0363caf98cd565f976
feat: Annotator component.
[ { "change_type": "ADD", "diff": "+# Form / Annotator\n+# Use annotator when you need to highlight text phrases.\n+# #form #annotator\n+# ---\n+from h2o_wave import main, app, Q, ui\n+\n+\n+@app('/demo')\n+async def serve(q: Q):\n+ if q.args.annotator:\n+ q.page['example'].items = [\n+ ui.text(f'annotator={q...
Python
Apache License 2.0
h2oai/wave
feat: Annotator component. #227 (#737)
1
feat
null
617,455
21.10.2021 10:12:46
-7,200
bbb997fa024dbfc064a81d96823122fea9039471
feat(accessiblity): fix blue and red color on some pages in accessibility mode
[ { "change_type": "MODIFY", "diff": "@@ -110,6 +110,6 @@ export const HelpModal = ({ children: renderProp }) => {\n};\nconst HelpButton = styled(Button)`\n- color: ${theme.colors.secondary};\n+ color: ${({ theme }) => theme.secondary};\ntext-decoration: underline;\n`;\n", "new_path": "packages/code-du-tr...
TypeScript
Apache License 2.0
socialgouv/code-du-travail-numerique
feat(accessiblity): fix blue and red color on some pages in accessibility mode (#3871)
1
feat
accessiblity
699,187
21.10.2021 10:34:36
25,200
26a77e994531c10ac0c8a012b1b0ebaa6a1d84fe
fix(website): remove ScrollAnchorIntoView
[ { "change_type": "MODIFY", "diff": "@@ -3,44 +3,28 @@ describe('Sidebar navigation', () => {\ncy.visit('/');\ncy.wait(2500);\n- cy.get('[data-cy=getting-started-button]')\n- .click()\n- .should('have.attr', 'aria-expanded', 'true');\n+ cy.get('[data-cy=getting-started-button]').click({force: true}).should('...
TypeScript
MIT License
twilio-labs/paste
fix(website): remove ScrollAnchorIntoView (#1956)
1
fix
website
777,388
21.10.2021 11:10:12
21,600
2272798474fcd60b8fed67228a8b2442a2279949
ci: vulnerability scanning of Docker images
[ { "change_type": "MODIFY", "diff": "@@ -1754,6 +1754,24 @@ jobs:\nmark: <<parameters.mark>>\ndet-version: <<parameters.det-version>>\n+ scan-docker-images:\n+ machine:\n+ image: ubuntu-2004:202101-01\n+ steps:\n+ - checkout\n+ - set-slack-user-id\n+ - setup-python-venv:\n+ executor: ubuntu-2004:202101-01\n+...
Python
Apache License 2.0
determined-ai/determined
ci: vulnerability scanning of Docker images [DET-5931] (#3103)
1
ci
null
603,467
21.10.2021 11:11:13
-3,600
4cabbe21a7fbac3457c6a6ea3d4442a62c3f1f3c
feat(web): added Page.viewportSize and Page.setViewportSize methods
[ { "change_type": "MODIFY", "diff": "@@ -21,6 +21,8 @@ describe('Page', () => {\ndescribe('toString()', () => {\n+ /** @test {Page.current()} */\n+ /** @test {Page#toString()} */\nit('returns a human-readable description of the question being asked', () => {\nconst description = Page.current().toString();\n@...
TypeScript
Apache License 2.0
serenity-js/serenity-js
feat(web): added Page.viewportSize and Page.setViewportSize methods
1
feat
web
104,855
21.10.2021 11:31:53
-19,080
27512d79d1240841d93bd60c5fa163dcb6563d0a
chore(card): corrected typo and rtl support
[ { "change_type": "MODIFY", "diff": "@@ -555,11 +555,11 @@ You can use extraActions on a Card. Which can be used in the card toolbar to eit\navailableActions={{\nextra: true,\n}}\n- extraActions={\n+ extraActions={{\nid: 'extrasingleaction',\nicon: Add16,\n- callback: {undefined},\n- }\n+ callback: undefined...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(card): corrected typo and rtl support #2846
1
chore
card
332,702
21.10.2021 11:43:15
14,400
7e4fa790bcb0125ac08933a7fe742682d6b5ef4d
fix: cleaning up after a rebase
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,6 @@ import { createProjectGraphAsync } from '@nrwl/workspace/src/core/project-graph'\nimport { lastValueFrom } from 'rxjs';\njest.mock('@nrwl/workspace/src/core/project-graph');\n-jest.mock('./utils/exec-async');\ndescribe('@jscutlery/semver:version', () => ...
TypeScript
MIT License
jscutlery/semver
fix: cleaning up after a rebase
1
fix
null
306,652
21.10.2021 11:45:32
-19,080
3dea79b4e96ab0763f21f7243159fcc1f3a15e6b
fix(table): fix cell renderer dropdown on scroll
[ { "change_type": "MODIFY", "diff": "@@ -268,6 +268,7 @@ const customCode = `\n{ label: 'Edit', value: 'Edit' },\n{ label: 'Delete', value: 'Delete' }\n]}\n+ popoverOptions={{appendToBody:false}}\n/>\n</div>\n</div>\n", "new_path": "core/components/organisms/table/__stories__/ResourceTable.story.tsx", ...
TypeScript
MIT License
innovaccer/design-system
fix(table): fix cell renderer dropdown on scroll
1
fix
table
332,702
21.10.2021 11:53:11
14,400
ca98d554200bcce4c5e3cc85f43c9a683c1b3d06
fix: cleaning up a merge issue
[ { "change_type": "MODIFY", "diff": "@@ -9,11 +9,8 @@ import { readPackageJson } from './utils/project';\nimport type { TestingWorkspace } from './testing';\nimport type { VersionBuilderSchema } from './schema';\n-import { createProjectGraphAsync } from '@nrwl/workspace/src/core/project-graph';\nimport { las...
TypeScript
MIT License
jscutlery/semver
fix: cleaning up a merge issue
1
fix
null
366,946
21.10.2021 11:57:21
-32,400
7f1ec03689a51f63ecba6052907dc62a779ea2e3
fix: change `FormGroup` to be able to indicate that is a group
[ { "change_type": "MODIFY", "diff": "@@ -64,19 +64,29 @@ storiesOf('FormGroup', module)\n<Wrapper>\n<Title themes={theme}>default</Title>\n<Body>\n- <FormGroup title=\"Title\" titleType=\"blockTitle\">\n+ <FormGroup title=\"Title\" titleType=\"blockTitle\" role=\"group\">\n<SampleChildren id1=\"id_1-1\" id2=...
TypeScript
MIT License
kufu/smarthr-ui
fix: change `FormGroup` to be able to indicate that is a group (#1968)
1
fix
null
386,595
21.10.2021 12:13:52
-7,200
c39c38752e4a681a1146e44b6638ff8486ff9da9
feat(blocksAntd): Add HolderOutlined icon.
[ { "change_type": "MODIFY", "diff": "\"HighlightOutlined\",\n\"HighlightTwoTone\",\n\"HistoryOutlined\",\n+ \"HolderOutlined\",\n\"HomeFilled\",\n\"HomeOutlined\",\n\"HomeTwoTone\",\n", "new_path": "packages/blocks/blocksAntd/src/blocks/Icon/Icon.json", "old_path": "packages/blocks/blocksAntd/src/blo...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(blocksAntd): Add HolderOutlined icon.
1
feat
blocksAntd
342,861
21.10.2021 12:29:24
-7,200
ba9f5901eae372f6c96d1451d922fa65b7009a6d
fix(ErrorForms): fix font-size
[ { "change_type": "MODIFY", "diff": "@@ -115,7 +115,12 @@ const StyledTooltipContent = styled.div`\n& ${StyledText}, ${Item}, a {\ncolor: ${theme.orbit.paletteWhite};\n+ font-size: ${theme.orbit.fontSizeTextNormal};\nfont-weight: ${theme.orbit.fontWeightNormal};\n+ &:hover,\n+ &:focus {\n+ color: ${theme.orb...
JavaScript
MIT License
kiwicom/orbit
fix(ErrorForms): fix font-size (#3151)
1
fix
ErrorForms
791,704
21.10.2021 12:52:23
25,200
8577fd6dacdfb930bd6c87f8e159ab63b43e3cd1
core(a11y): add relatedNodes to accessibility audits
[ { "change_type": "MODIFY", "diff": "@@ -407,6 +407,20 @@ const expectations = {\n'explanation': 'Fix any of the following:\\n Document has active elements with the same id attribute: duplicate-id-active',\n'nodeLabel': 'text1',\n},\n+ subItems: {\n+ type: 'subitems',\n+ items: [\n+ {\n+ relatedNode: {\n+ 't...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(a11y): add relatedNodes to accessibility audits (#13193)
1
core
a11y
277,293
21.10.2021 13:00:23
-19,080
92c9d6cce88aa390348847bfd4502121521f044d
ci: Integrate Snyk security vulnerability scanning
[ { "change_type": "ADD", "diff": "+name: Snyk Security Vulnerability Scan\n+\n+on:\n+ pull_request:\n+ types: [opened, edited, synchronize]\n+ push:\n+ tags:\n+ - 'v.[0-9]+.[0-100]+.[0-100]+'\n+ branches:\n+ - 'master'\n+\n+jobs:\n+ snyk_scan_test:\n+ if: ${{ github.event_name == 'pull_request' }}\n+ runs-on...
Python
Apache License 2.0
h2oai/wave
ci: Integrate Snyk security vulnerability scanning (#1040)
1
ci
null
386,581
21.10.2021 13:00:47
-7,200
af14e7c4470379df51588fbc3b63090d8c439959
fix(api): add createContext test
[ { "change_type": "MODIFY", "diff": "limitations under the License.\n*/\n-import { get, type } from '@lowdefy/helpers';\nimport { ServerError } from '../context/errors';\n-function createAuthorize({ user, roles = [] }) {\n- const authenticated = type.isString(get(user, 'sub'));\n-\n+function createAuthorize(...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(api): add createContext test
1
fix
api
866,394
21.10.2021 13:04:45
14,400
cc8e5730c37a13764b158cf9d50892b14f7e8b48
fix(locale-modal): fix to properly type in locale modal e2e tests ### Related Ticket(s) No related issue ### Description This patch will hopefully fix the sporadic issues with typing in input fields in Cypress e2e tests. ### Changelog **Changed** `locale-modal.e2e.js` for React and Web Components
[ { "change_type": "MODIFY", "diff": "@@ -33,7 +33,9 @@ describe('LocaleModal | default', () => {\nit('should filter locales/languages', () => {\ncy.get('[data-region=\"am\"]').click();\n- cy.get('[data-autoid=\"dds--locale-modal__filter\"]').type('ca');\n+ cy.get('[data-autoid=\"dds--locale-modal__filter\"]'...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(locale-modal): fix to properly type in locale modal e2e tests (#7477) ### Related Ticket(s) No related issue ### Description This patch will hopefully fix the sporadic issues with typing in input fields in Cypress e2e tests. ### Changelog **Changed** - `locale-modal.e2e.js` for React and Web Comp...
1
fix
locale-modal
711,597
21.10.2021 13:06:04
-7,200
3be6b8820a668b9b8b1f11289390d0d5c7074863
fix(create): Update TypeScript to match current supported version Relates to
[ { "change_type": "MODIFY", "diff": "@@ -4,4 +4,4 @@ export const SERVER_PORT = 3000;\n* The TypeScript version needs to pinned because minor versions often\n* introduce breaking changes.\n*/\n-export const TYPESCRIPT_VERSION = '4.1.5';\n+export const TYPESCRIPT_VERSION = '4.3.5';\n", "new_path": "packag...
TypeScript
MIT License
vendure-ecommerce/vendure
fix(create): Update TypeScript to match current supported version Relates to #1188
1
fix
create
104,844
21.10.2021 13:28:36
14,400
55156e0cc12dfd344620e8b2271cd2021f308942
chore(repo): udpate path for script to run
[ { "change_type": "MODIFY", "diff": "@@ -160,12 +160,9 @@ jobs:\nuses: actions/download-artifact@v2\n- name: Copy, combine, and report coverage\n- run: |\n- mkdir -p packages/react/jest/coverage packages/react/cypress/coverage\n- mv jest-coverage/coverage-final.json packages/react/jest/coverage/coverage-fina...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(repo): udpate path for script to run
1
chore
repo
791,704
21.10.2021 13:39:13
25,200
62c2e6de7e895fd6d8d5e4b71f992e70329d3163
misc: add os to bug report template
[ { "change_type": "MODIFY", "diff": "@@ -86,6 +86,14 @@ body:\nWhat version of node.js were you using? (Only applicable to CLI and node) (Note: the minimum Node version we support is 14.15.0)\nvalidations:\nrequired: false\n+ - type: input\n+ id: os\n+ attributes:\n+ label: OS\n+ description: >\n+ What OS ar...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc: add os to bug report template (#13245)
1
misc
null
277,277
21.10.2021 13:54:04
-7,200
4e1bcc80ad0b86c5047d9c789efc72876a89345b
feat: TallArticlePreview card
[ { "change_type": "ADD", "diff": "+# Tall Aricle Preview\n+# Create a tall article preview card if you intend to show a little preview\n+# and allow user to click through to more content (specify 'name' attr).\n+# ---\n+from h2o_wave import main, app, Q, ui\n+\n+\n+content = '''\n+### Sub Header\n+\n+Nunc sc...
Python
Apache License 2.0
h2oai/wave
feat: TallArticlePreview card #1050 (#1066)
1
feat
null
756,013
21.10.2021 13:57:35
21,600
6e6ffea0352dea97f81fd6bb2aa181259d42adbc
feat(wallet-connection): use pluggable connectors, not destinations
[ { "change_type": "MODIFY", "diff": "\"extends\": [\n\"@open-wc\",\n\"@endo\"\n- ]\n+ ],\n+ \"rules\": {\n+ \"import/no-extraneous-dependencies\": \"off\"\n+ }\n},\n\"prettier\": {\n\"trailingComma\": \"all\",\n", "new_path": "packages/wallet-connection/package.json", "old_path": "packages/wallet-con...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(wallet-connection): use pluggable connectors, not destinations
1
feat
wallet-connection
756,013
21.10.2021 13:58:48
21,600
3edcf5ef15a603e5821fdcc6149f05aba32824a1
fix(react-ui): use unified 'bridged' state instead of 'admin'
[ { "change_type": "MODIFY", "diff": "@@ -98,11 +98,11 @@ const WalletConnection = ({ setConnectionState, connectionState }) => {\nreturn (\n<div className={clsx('connector', classes.connector)}>\n<Tooltip\n- title={connectionState === 'admin' ? 'Connected' : 'Disconnected'}\n+ title={connectionState === 'bri...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(react-ui): use unified 'bridged' state instead of 'admin'
1
fix
react-ui
865,917
21.10.2021 13:59:18
-7,200
c0611a4d66e388791dda97ee97a419379ba481b6
style(bpmn): adjust font family
[ { "change_type": "MODIFY", "diff": "}\n}\n+ .bjs-container {\n+ --bjs-font-family: var(--font-family);\n+ }\n+\n/**\n* Fix properties tabbing\n*/\n", "new_path": "client/src/app/tabs/bpmn/BpmnEditor.less", "old_path": "client/src/app/tabs/bpmn/BpmnEditor.less" }, { "change_type": "MODIFY", ...
JavaScript
MIT License
camunda/camunda-modeler
style(bpmn): adjust font family
1
style
bpmn
332,702
21.10.2021 14:22:39
14,400
75c37ca619b4bef0ec4369600c58bf2a943253ab
fix: fixing a rebase issue
[ { "change_type": "MODIFY", "diff": "@@ -9,8 +9,11 @@ import { readPackageJson } from './utils/project';\nimport type { TestingWorkspace } from './testing';\nimport type { VersionBuilderSchema } from './schema';\n+import { createProjectGraphAsync } from '@nrwl/workspace/src/core/project-graph';\nimport { las...
TypeScript
MIT License
jscutlery/semver
fix: fixing a rebase issue
1
fix
null
386,581
21.10.2021 14:26:14
-7,200
db478c970ef2360e512ad5c9e7872440f238a4c3
fix(api): Add tests
[ { "change_type": "MODIFY", "diff": "@@ -30,10 +30,10 @@ test('authorize public object', async () => {\ntest('authorize protected object, no roles', async () => {\nconst auth = { public: false };\n- let authorize = createAuthorize({});\n+ let authorize = createAuthorize({ authenticated: false });\nexpect(aut...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(api): Add tests
1
fix
api
386,595
21.10.2021 14:55:29
-7,200
49c6baabeedd4ed5aaaf14f1d7b4ae5d2545d6cf
feat(blocksAntd): Convert Alert to container and add action content area.
[ { "change_type": "MODIFY", "diff": "type: Alert\nproperties:\nmessage: Alert message - Completed!\n+- id: areas.action and properties.message\n+ type: Alert\n+ properties:\n+ message: Alert message - Completed!\n+ areas:\n+ action:\n+ blocks:\n+ - id: ex_1_block_1\n+ type: Test\n- id: 'properties.icon strin...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(blocksAntd): Convert Alert to container and add action content area.
1
feat
blocksAntd
815,585
21.10.2021 14:55:57
-28,800
18a5cd91262af7958ef5eabdee221db7fdd15d6b
ci: Build artifacts in release mode
[ { "change_type": "MODIFY", "diff": "@@ -8,6 +8,7 @@ CLIPPY_OPTS := -D warnings -D clippy::clone_on_ref_ptr -D clippy::enum_glob_use\nCKB_TEST_ARGS := ${CKB_TEST_ARGS} -c 4\nINTEGRATION_RUST_LOG := info,ckb_test=debug,ckb_sync=debug,ckb_relay=debug,ckb_network=debug\nCARGO_TARGET_DIR ?= $(shell pwd)/target\n...
Rust
MIT License
nervosnetwork/ckb
ci: Build artifacts in release mode
1
ci
null
386,595
21.10.2021 14:56:14
-7,200
bee3718d860127bf97e5798c3f35776bc2487741
feat(blocksAntd): Badge: add size property.
[ { "change_type": "MODIFY", "diff": "- id: default\ntype: Badge\n-- id: \"properties.count\"\n+- id: 'properties.count'\ntype: Badge\nproperties:\ncount: 50\n-- id: \"properties.title: When hovering over badge\"\n+- id: 'properties.title: When hovering over badge'\ntype: Badge\nproperties:\ncount: 50\ntitle:...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(blocksAntd): Badge: add size property.
1
feat
blocksAntd
815,595
21.10.2021 14:59:12
-28,800
39de3dbaedcb98893277c6d29f06037e38024493
chore: enable hardfork2021 on staging network
[ { "change_type": "MODIFY", "diff": "@@ -90,7 +90,7 @@ index = 1\n# Spec: ckb_staging\n[ckb_staging]\n-spec_hash = \"0x42710b7a9387d72ebf918042f497b6c29ce02da9037b5349f3a05c070864611e\"\n+spec_hash = \"0x1e501d0048dbfee37707432fb5ec4c5e2b0404d887ebc882564c8761ef54e68a\"\ngenesis = \"0xbc081e6b2e31149c1dc3900...
Rust
MIT License
nervosnetwork/ckb
chore: enable hardfork2021 on staging network
1
chore
null
386,581
21.10.2021 15:02:12
-7,200
3d910d05830e0de7deafcc227df9cbaf004b3e28
chore: Update webpack configs, babel bug is now fixed.
[ { "change_type": "MODIFY", "diff": "@@ -33,15 +33,6 @@ module.exports = {\nresolve: { fallback: { buffer: require.resolve('buffer/') } },\nmodule: {\nrules: [\n- // TODO: FIXME: do NOT webpack 5 support with this\n- // x-ref: https://github.com/webpack/webpack/issues/11467\n- // waiting for babel fix: https...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore: Update webpack configs, babel bug is now fixed.
1
chore
null
777,401
21.10.2021 15:06:07
14,400
d1f909bf4b9a7835fd07867729123b32ecca219b
feat: add timestamp, log level to master logs APIs This change adds some missing fields to the master logs APIs.
[ { "change_type": "MODIFY", "diff": "@@ -7,6 +7,7 @@ import (\nstructpb \"github.com/golang/protobuf/ptypes/struct\"\n\"github.com/pkg/errors\"\n\"google.golang.org/protobuf/encoding/protojson\"\n+ \"google.golang.org/protobuf/types/known/timestamppb\"\n\"github.com/determined-ai/determined/master/pkg/logger...
Python
Apache License 2.0
determined-ai/determined
feat: add timestamp, log level to master logs APIs (#3105) This change adds some missing fields to the master logs APIs.
1
feat
null
815,595
21.10.2021 15:06:25
-28,800
e50713e7b43fcbae9b6aafd0b2a51938925b88fb
docs: describe the meaning of null hardfork features
[ { "change_type": "MODIFY", "diff": "@@ -3601,7 +3601,7 @@ The information about one hardfork feature.\n* `rfc`: `string` - The related RFC ID.\n-* `epoch_number`: [`EpochNumber`](#type-epochnumber) `|` `null` - The first epoch when the feature is enabled.\n+* `epoch_number`: [`EpochNumber`](#type-epochnumbe...
Rust
MIT License
nervosnetwork/ckb
docs: describe the meaning of null hardfork features
1
docs
null
386,595
21.10.2021 15:08:50
-7,200
9273facac41e5ee6341c80e698f4367b7d8686f3
feat(blocksAntd): Drawer: Add extra content area and contentWrapperStyle property.
[ { "change_type": "MODIFY", "diff": "- id: default\ntype: Drawer\n-- id: \"properties.title\"\n+- id: 'properties.title'\ntype: Drawer\nproperties:\ntitle: Drawer title\n-- id: \"properties.closable: false\"\n+- id: 'properties.closable: false'\ntype: Drawer\nproperties:\nclosable: false\n-- id: \"properties...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(blocksAntd): Drawer: Add extra content area and contentWrapperStyle property.
1
feat
blocksAntd
386,595
21.10.2021 15:11:00
-7,200
4632c76c84fa61943eeaa7ff2676a571417adc07
feat(blocksAntd): MultipleSelector: Add bordered property.
[ { "change_type": "MODIFY", "diff": "properties:\nlabel:\ntitle: My MultipleSelector Title\n+- id: 'property.bordered: false'\n+ type: MultipleSelector\n+ properties:\n+ bordered: false\n+ options:\n+ - Option 1\n+ - Option 2\n- id: 'properties.inputStyle: CSS style applied'\ntype: MultipleSelector\nproperti...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(blocksAntd): MultipleSelector: Add bordered property.
1
feat
blocksAntd
277,007
21.10.2021 15:15:24
10,800
ac0860528cf9b605ac897a69aeb24241412d07b3
fix(snackbar): fix: adjust snackbar position fix
[ { "change_type": "MODIFY", "diff": "@@ -49,7 +49,7 @@ const StyledSnackbar = styled.div`\nalign-items: center;\njustify-content: space-between;\n- position: absolute;\n+ position: fixed;\nbottom: ${snackbar.position.mobile.bottom}px;\nright: ${snackbar.position.mobile.right}px;\nleft: ${snackbar.position.mo...
JavaScript
MIT License
gympass/yoga
fix(snackbar): fix: adjust snackbar position fix #372
1
fix
snackbar
386,595
21.10.2021 15:27:14
-7,200
2ba7ba1486e9772df3285146be64530cc7ed9ab7
feat(blocksAntd): Skeleton add block property to button sekeleton.
[ { "change_type": "MODIFY", "diff": "type: Skeleton\nproperties:\nactive: true\n-- id: \"properties.title boolean\"\n+- id: 'properties.title boolean'\ntype: Skeleton\nproperties:\ntitle: false\n-- id: \"properties.title object\"\n+- id: 'properties.title object'\ntype: Skeleton\nproperties:\ntitle:\nwidth: ...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(blocksAntd): Skeleton add block property to button sekeleton.
1
feat
blocksAntd
386,595
21.10.2021 15:27:51
-7,200
419362131b706dc059fb985ededd170d0b857a19
feat(blocksAntd): Statistic: Add loading property.
[ { "change_type": "MODIFY", "diff": "type: Statistic\nproperties:\nvalue: 3.45\n+- id: 'properties.loading: true'\n+ type: Statistic\n+ properties:\n+ title: Statistic title\n+ value: 3.45\n+ loading: true\n- id: \"properties.value: '3.45' as string\"\ntype: Statistic\nproperties:\n", "new_path": "packag...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(blocksAntd): Statistic: Add loading property.
1
feat
blocksAntd
386,595
21.10.2021 15:28:47
-7,200
b87248b2cad8d4974659dddcf59c3de0747ec7a7
feat(blocksAntd): TextArea: Add size property.
[ { "change_type": "MODIFY", "diff": "type: TextArea\nproperties:\nshowCount: true\n+- id: 'properties.size: small'\n+ type: TextArea\n+ properties:\n+ size: 'small'\n+- id: 'properties.size: large'\n+ type: TextArea\n+ properties:\n+ size: 'large'\n", "new_path": "packages/blocks/blocksAntd/demo/examples...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(blocksAntd): TextArea: Add size property.
1
feat
blocksAntd
386,595
21.10.2021 15:29:28
-7,200
1586723e906191844121648b703e8d948a3b0e31
feat(blocksAntd): Avatar size can now take responsive settings.
[ { "change_type": "MODIFY", "diff": "\"description\": \"Shape of the avatar.\"\n},\n\"size\": {\n- \"type\": \"string\",\n+ \"type\": [\"string\", \"object\"],\n\"default\": \"default\",\n\"enum\": [\"default\", \"small\", \"large\"],\n- \"description\": \"Size of the avatar.\"\n+ \"description\": \"Size of ...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(blocksAntd): Avatar size can now take responsive settings.
1
feat
blocksAntd
386,595
21.10.2021 15:30:19
-7,200
90f3423055d2942d75f2c458dd906a8ea00493ea
chore(blocksAntd): Fix type in Descriptions.
[ { "change_type": "MODIFY", "diff": "@@ -32,9 +32,9 @@ const DescriptionsBlock = ({ blockId, content, properties, methods }) => {\nbordered={properties.bordered}\ncolon={properties.colon}\ncolumn={properties.column}\n- contentStyle={properties.contentStyle}\n+ contentStyle={methods.makeCssClass(properties.co...
JavaScript
Apache License 2.0
lowdefy/lowdefy
chore(blocksAntd): Fix type in Descriptions.
1
chore
blocksAntd
865,917
21.10.2021 15:34:42
-7,200
593a3e6c1363a6253832fb159d893550d7da60b1
style(dmn): adjust font family Closes
[ { "change_type": "MODIFY", "diff": "flex-direction: column;\n+ .dmn-drd-container {\n+ --drd-font-family-monospace: var(--font-family-monospace);\n+ }\n+\n+ .dmn-decision-table-container {\n+ --decision-table-font-family: var(--font-family);\n+ }\n+\n+ .dmn-literal-expression-container {\n+ --literal-expres...
JavaScript
MIT License
camunda/camunda-modeler
style(dmn): adjust font family Closes #2458
1
style
dmn
551,636
21.10.2021 15:35:08
-3,600
014463ea17ec16e331fef56106519a9b2b15b4ce
fix(o3): possible crash when O3 move uncommitted processes columns with tops
[ { "change_type": "MODIFY", "diff": "@@ -2892,15 +2892,26 @@ public class TableWriter implements Closeable {\nlong extendedSize;\nlong dstVarOffset = o3DataMem.getAppendOffset();\n+ final long columnTop = columnTops.getQuick(colIndex);\n+\n+ if (columnTop > 0) {\n+ LOG.debug()\n+ .$(\"move uncommitted [colum...
Java
Apache License 2.0
questdb/questdb
fix(o3): possible crash when O3 move uncommitted processes columns with tops (#1453)
1
fix
o3
386,595
21.10.2021 15:35:09
-7,200
353999273ebb8a3f48e9e1488428e42db5af5251
feat(blocksAntd): ParagraphInput: add italic and type: success properties.
[ { "change_type": "MODIFY", "diff": "type: ParagraphInput\nproperties:\nstrong: true\n+- id: 'properties.italic: true'\n+ type: ParagraphInput\n+ properties:\n+ italic: true\n- id: 'properties.underline: true'\ntype: ParagraphInput\nproperties:\n", "new_path": "packages/blocks/blocksAntd/demo/examples/Pa...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(blocksAntd): ParagraphInput: add italic and type: success properties.
1
feat
blocksAntd
104,844
21.10.2021 15:35:44
14,400
a0705bf1258ef939eff322611bf842db0c684638
chore(test-app): update node version in yml file
[ { "change_type": "MODIFY", "diff": "@@ -25,7 +25,7 @@ jobs:\nuses: actions/setup-node@v1\nif: steps.changes.outputs.react == 'true'\nwith:\n- node-version: '14.x'\n+ node-version: '16.x'\n- name: Cache dependencies\nuses: actions/cache@v2\n", "new_path": ".github/workflows/test-app.yml", "old_path":...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(test-app): update node version in yml file
1
chore
test-app
185,979
21.10.2021 15:35:49
14,400
a1984ad8686139a49f6d13b6e16d735a4ad52a51
fix: remove REACT_PERF extension
[ { "change_type": "MODIFY", "diff": "@@ -12,15 +12,11 @@ export async function setupDevTools(): Promise<void> {\nconst {\ndefault: installExtension,\nREACT_DEVELOPER_TOOLS,\n- REACT_PERF,\n} = require('electron-devtools-installer');\ntry {\nconst react = await installExtension(REACT_DEVELOPER_TOOLS);\nconsol...
TypeScript
MIT License
electron/fiddle
fix: remove REACT_PERF extension (#880)
1
fix
null
386,595
21.10.2021 15:35:49
-7,200
2a6bb8c5858cc8461b5afc39cbbc06c78930d2cf
feat(blocksAntd): Paragraph: Add italic property.
[ { "change_type": "MODIFY", "diff": "strong: true\ncontent: |\nLorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irur...
JavaScript
Apache License 2.0
lowdefy/lowdefy
feat(blocksAntd): Paragraph: Add italic property.
1
feat
blocksAntd
791,834
21.10.2021 15:48:16
18,000
031419ef2496a7349df7b3916edb2ed960a31d4e
core(build): add warnings to inline-fs plugin
[ { "change_type": "MODIFY", "diff": "@@ -14,15 +14,27 @@ const MagicString = require('magic-string').default;\n/** @typedef {import('estree').Node} Node */\n/** @typedef {import('estree').SimpleCallExpression} SimpleCallExpression */\n+/** @typedef {{text: string, location: {file: string, line: number, colum...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(build): add warnings to inline-fs plugin (#13240)
1
core
build
277,286
21.10.2021 15:49:51
-7,200
8006c81e70c91c1acd553623bb5b887a69da938e
fix: tall article preview tests
[ { "change_type": "MODIFY", "diff": "@@ -133,7 +133,7 @@ export const View = bond(({ name, state, changed }: Model<State>) => {\n},\n// HACK: Unify Safari gradients with real browsers.\ngetGradient = () => {\n- const { r, g, b } = Fluent.getColorFromString(cssVarValue('$card'))!\n+ const { r, g, b } = Fluent...
Python
Apache License 2.0
h2oai/wave
fix: tall article preview tests
1
fix
null
815,601
21.10.2021 15:51:27
-28,800
56020fccfae3c14caaee72f2df5b1b17ec123ae9
chore: deduplicates deps
[ { "change_type": "MODIFY", "diff": "@@ -45,18 +45,9 @@ dependencies = [\n[[package]]\nname = \"aho-corasick\"\n-version = \"0.6.10\"\n+version = \"0.7.15\"\nsource = \"registry+https://github.com/rust-lang/crates.io-index\"\n-checksum = \"81ce3d38065e618af2d7b77e10c5ad9a069859b4be3c2250f674af3840d9c8a5\"\n-...
Rust
MIT License
nervosnetwork/ckb
chore: deduplicates deps
1
chore
null
386,581
21.10.2021 15:51:37
-7,200
5b32ca86bae8a13fea477d4d7ef19a4c5ad4fdc8
fix: Authorisation flows working.
[ { "change_type": "MODIFY", "diff": "@@ -24,12 +24,14 @@ import unsetAuthorizationCookie from './unsetAuthorizationCookie';\nfunction parseLogoutUrlNunjucks(context, { openIdConfig, idToken }) {\nconst template = nunjucksFunction(openIdConfig.logoutRedirectUri);\n- return template({\n+ return {\n+ openIdLogo...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix: Authorisation flows working.
1
fix
null
160,177
21.10.2021 15:59:54
-28,800
f9dc3055a449b129f77d84a34af47d5530625363
chore: change mvp dependency
[ { "change_type": "MODIFY", "diff": "\"readme.md\"\n],\n\"dependencies\": {\n- \"@logicflow/core\": \"^0.6.16\",\n\"ids\": \"^1.0.0\",\n\"preact\": \"^10.4.8\"\n},\n", "new_path": "packages/extension/package.json", "old_path": "packages/extension/package.json" }, { "change_type": "MODIFY", ...
TypeScript
Apache License 2.0
didi/logicflow
chore: change mvp dependency
1
chore
null
617,469
21.10.2021 16:13:46
-7,200
967bf64b765bbf7e80f6581bc30e75cec4aa58a6
fix(html): Fix html validity (remove form within form on wizard)
[ { "change_type": "MODIFY", "diff": "@@ -41,7 +41,6 @@ const Search = ({ onSelectConvention }) => {\nreturn (\n<>\n- <form role=\"search\">\n<Label htmlFor=\"convention-search\">\nRenseignez le nom de votre convention collective, le nom de votre\nentreprise ou son SIRET.\n@@ -98,7 +97,6 @@ const Search = ({ ...
TypeScript
Apache License 2.0
socialgouv/code-du-travail-numerique
fix(html): Fix html validity (remove form within form on wizard) (#3899)
1
fix
html
756,013
21.10.2021 16:18:25
21,600
9958ba444dd8574ba94a6478bd8412234d566aef
build(deps): upgrade Lit (https://lit.dev) dependencies
[ { "change_type": "MODIFY", "diff": "\"@agoric/captp\": \"^1.10.6\",\n\"@agoric/marshal\": \"^0.4.28\",\n\"@agoric/promise-kit\": \"^0.2.28\",\n- \"@lit-labs/react\": \"^1.0.0-rc.3\",\n- \"lit\": \"^2.0.0-rc.3\",\n- \"lit-robot\": \"^0.2.1\",\n\"robot3\": \"^0.2.19\"\n},\n\"devDependencies\": {\n\"@agoric/ev...
JavaScript
Apache License 2.0
agoric/agoric-sdk
build(deps): upgrade Lit (https://lit.dev) dependencies
1
build
deps
756,013
21.10.2021 16:19:05
21,600
e5a3e83633ee6237eca61f1e63a12ef41f46005e
fix(wallet-connection): actually find the wallet admin object
[ { "change_type": "MODIFY", "diff": "/* eslint-disable no-underscore-dangle */\n+import { E } from '@agoric/eventual-send';\n+\n+// Wait for the wallet to finish loading.\n+export const waitForBootstrap = async getBootstrap => {\n+ const getLoadingUpdate = (...args) =>\n+ E(E.get(getBootstrap()).loadingNotif...
JavaScript
Apache License 2.0
agoric/agoric-sdk
fix(wallet-connection): actually find the wallet admin object
1
fix
wallet-connection
306,320
21.10.2021 16:19:48
-3,600
a698aa0adb82c36059a8d4dac10bd14c63b5a970
chore: add lineCount event property
[ { "change_type": "MODIFY", "diff": "@@ -273,14 +273,6 @@ func runMain(cmd *cobra.Command, runCtx *config.RunContext) error {\nlog.Errorf(\"Error reporting run: %s\", err)\n}\n- env := buildRunEnv(runCtx, projectContexts, r)\n-\n- pricingClient := apiclient.NewPricingAPIClient(runCtx.Config)\n- err = pricing...
Go
Apache License 2.0
infracost/infracost
chore: add lineCount event property
1
chore
null
743,980
21.10.2021 16:21:05
-3,600
6b9eac89dfa339b7f138566f3d2f3e7989bba15a
deps(security): CVE-2021-3807 Update string-width to 4.2.3
[ { "change_type": "MODIFY", "diff": "\"escalade\": \"^3.1.1\",\n\"get-caller-file\": \"^2.0.5\",\n\"require-directory\": \"^2.1.1\",\n- \"string-width\": \"^4.2.0\",\n+ \"string-width\": \"^4.2.3\",\n\"y18n\": \"^5.0.5\",\n\"yargs-parser\": \"^20.2.2\"\n},\n", "new_path": "package.json", "old_path": ...
JavaScript
MIT License
yargs/yargs
deps(security): CVE-2021-3807 Update string-width to 4.2.3
1
deps
security
756,013
21.10.2021 16:22:57
21,600
98888542b33136cd5b26396edb557e74da3246de
feat(dapp-svelte-wallet-ui): use agoric-wallet-connection
[ { "change_type": "MODIFY", "diff": "\"devDependencies\": {\n\"@agoric/assert\": \"^0.3.14\",\n\"@agoric/captp\": \"^1.10.6\",\n+ \"@agoric/wallet-connection\": \"^0.1.1\",\n\"@rollup/plugin-commonjs\": \"^12.0.0\",\n\"@rollup/plugin-node-resolve\": \"^8.0.0\",\n\"@rollup/plugin-replace\": \"^2.3.4\",\n", ...
JavaScript
Apache License 2.0
agoric/agoric-sdk
feat(dapp-svelte-wallet-ui): use agoric-wallet-connection
1
feat
dapp-svelte-wallet-ui
471,369
21.10.2021 16:25:52
14,400
25b93bbb1369dffcb272da6a094984c058dc5813
feat(metapackages): add 1.0 compatibility statement
[ { "change_type": "MODIFY", "diff": "This module provides a simple way to initialize multiple Node instrumentations.\n+Compatible with OpenTelemetry JS API and SDK `1.0+`.\n+\n## Installation\n```bash\n", "new_path": "metapackages/auto-instrumentations-node/README.md", "old_path": "metapackages/auto-...
TypeScript
Apache License 2.0
open-telemetry/opentelemetry-js-contrib
feat(metapackages): add 1.0 compatibility statement (#709)
1
feat
metapackages
71,748
21.10.2021 16:32:57
-3,600
565dfaea115dfa2faafcff9d43fb443a14a847bb
chore(ec2/autoscaling): fix constructs imports
[ { "change_type": "MODIFY", "diff": "import * as cdk from '@aws-cdk/core';\n+import { IConstruct } from 'constructs';\nimport { AutoScalingGroup } from '../auto-scaling-group';\nimport { CfnLaunchConfiguration } from '../autoscaling.generated';\n@@ -9,7 +10,7 @@ export class AutoScalingGroupRequireImdsv2Aspe...
TypeScript
Apache License 2.0
aws/aws-cdk
chore(ec2/autoscaling): fix constructs imports
1
chore
ec2/autoscaling
780,868
21.10.2021 16:36:00
10,800
45f7e2b5933ebc17438bb10938d7d8b8535af93e
fix(template/blog): sort blog posts by date fixes * Sort Blog Posts by date * Sort Blog Posts by Date * Fix conflicts * Sort Blog Posts by Date * Update [skip ci] * Update [skip ci]
[ { "change_type": "MODIFY", "diff": "@@ -5,8 +5,19 @@ if (Array.isArray(posts) && posts.length) {\n<div class=\"blog my-4 my-lg-5\">\n<div class=\"container\">\n<div class=\"row\">\n- <% posts.forEach(slug => { %>\n- <% const { title, thumbnail, description } = _.cms(`posts/${slug}`) %>\n+ <%\n+ const postsL...
JavaScript
MIT License
ecomplus/storefront
fix(template/blog): sort blog posts by date (#548) fixes https://github.com/ecomplus/storefront/issues/538 * Sort Blog Posts by date * Sort Blog Posts by Date * Fix conflicts * Sort Blog Posts by Date * Update @ecomplus/storefront-template/template/pages/@/sections/blog.ejs [skip ci] * Update @eco...
1
fix
template/blog
386,581
21.10.2021 17:04:35
-7,200
7791951a115704fcba4812ea7068979a44aca798
fix(api): Fix tests.
[ { "change_type": "MODIFY", "diff": "@@ -54,9 +54,10 @@ test('logout with logoutRedirectUri', () => {\n});\nconst url = openIdLogoutUrl(context, { idToken: 'idToken' });\n- expect(url).toEqual(\n- 'OPENID_DOMAIN/logout/?id_token_hint=idToken&client_id=OPENID_CLIENT_ID&return_to=https%3A%2F%2Fhost%2Flogged-ou...
JavaScript
Apache License 2.0
lowdefy/lowdefy
fix(api): Fix tests.
1
fix
api
603,467
21.10.2021 17:07:17
-3,600
0508ea335bb7ec1fd99b035e9145578a9f6d77c2
style(web): corrected an ESLint warning
[ { "change_type": "MODIFY", "diff": "@@ -86,9 +86,9 @@ export class Text {\n* @see {@link @serenity-js/core/lib/screenplay/questions~MetaQuestion}\n*/\nstatic of(element: Answerable<PageElement>):\n- Question<Promise<string>> &\n- MetaQuestion<Answerable<PageElement>, Promise<string>> &\n- ProxyAnswer<string...
TypeScript
Apache License 2.0
serenity-js/serenity-js
style(web): corrected an ESLint warning
1
style
web
160,177
21.10.2021 17:14:29
-28,800
9243b840cdc78b0e852d3eb79668698eaaeba6ca
docs: setNodeData
[ { "change_type": "MODIFY", "diff": "\"dev\": true\n},\n\"@logicflow/core\": {\n- \"version\": \"0.7.0\",\n- \"resolved\": \"https://registry.npmmirror.com/@logicflow/core/download/@logicflow/core-0.7.0.tgz\",\n- \"integrity\": \"sha1-F0gn2AB0V6H0qtBmdz1nfPWd72g=\",\n+ \"version\": \"0.7.1-alpha.0\",\n+ \"re...
TypeScript
Apache License 2.0
didi/logicflow
docs: setNodeData
1
docs
null