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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
4,988 | 03.11.2021 16:58:12 | -3,600 | b37395ede83b7854a4f8a8f98eef8e5d98264f1c | docs: move csv-parse browser into demo | [
{
"change_type": "ADD",
"diff": "+<!DOCTYPE html>\n+<html>\n+ <head>\n+ <title>CSV vanilla JavaScript</title>\n+ <style>\n+ div {\n+ width: 60%;\n+ margin: 5rem auto;\n+ text-align: center;\n+ }\n+ textarea {\n+ width: 100%;\n+ height: 200px;\n+ }\n+ input {\n+ margin: 1rem;\n+ }\n+ pre {\n+ text-align: lef... | JavaScript | MIT License | adaltas/node-csv | docs: move csv-parse browser into demo | 1 | docs | null |
4,988 | 03.11.2021 17:37:08 | -3,600 | 4dbd781f284a8e664979ca345a77d092868173ca | docs: demo for generate, stringify, transform | [
{
"change_type": "ADD",
"diff": "+<!DOCTYPE html>\n+<html>\n+ <head>\n+ <title>CSV generate demo</title>\n+ <script src=\"lib/generate/index.js\"></script>\n+ <style>\n+ div {\n+ width: 60%;\n+ margin: 5rem auto;\n+ text-align: center;\n+ }\n+ textarea {\n+ width: 100%;\n+ height: 200px;\n+ }\n+ input {\n+ ... | JavaScript | MIT License | adaltas/node-csv | docs: demo for generate, stringify, transform | 1 | docs | null |
4,988 | 03.11.2021 18:10:06 | -3,600 | 85aa826e97dbcfd55fa63f55e446ca87e60e50a2 | docs: add esm demo | [
{
"change_type": "ADD",
"diff": "+<!DOCTYPE html>\n+<html>\n+ <head>\n+ <title>CSV generate demo</title>\n+ <style>\n+ div {\n+ width: 60%;\n+ margin: 5rem auto;\n+ text-align: center;\n+ }\n+ textarea {\n+ width: 100%;\n+ height: 200px;\n+ }\n+ input {\n+ margin: 1rem;\n+ }\n+ pre {\n+ text-align: left;\n+... | JavaScript | MIT License | adaltas/node-csv | docs: add esm demo | 1 | docs | null |
551,649 | 03.11.2021 19:22:07 | -3,600 | 29a94d0a4597cd186401db6dce9eb30a297f451c | chore(ui): show partition and timestamp info in table schema pane, add to context menu action | [
{
"change_type": "ADD",
"diff": "+import React, { ReactNode } from \"react\"\n+import { PopperHover, Tooltip, Placement } from \"components\"\n+\n+type Props = {\n+ icon: ReactNode\n+ tooltip: string\n+ placement: Placement\n+}\n+\n+export const IconWithTooltip = ({ icon, tooltip, placement }: Props) => {\n... | Java | Apache License 2.0 | questdb/questdb | chore(ui): show partition and timestamp info in table schema pane, add to context menu action (#1508) | 1 | chore | ui |
103,419 | 03.11.2021 20:01:00 | -39,600 | 656d652b871d0dc46748e2278f7550e0f4229db1 | feat: Styling of labels in FAB.Group | [
{
"change_type": "MODIFY",
"diff": "@@ -23,7 +23,9 @@ type Props = {\n* - `label`: optional label text\n* - `accessibilityLabel`: accessibility label for the action, uses label by default if specified\n* - `color`: custom icon color of the action item\n+ * - `labelTextColor`: custom label text color of the ... | TypeScript | MIT License | callstack/react-native-paper | feat: Styling of labels in FAB.Group (#2894) | 1 | feat | null |
342,861 | 03.11.2021 20:29:13 | -3,600 | 8b8f28b20f072444764a6b107ccecc442de84ce1 | feat(Wizard): close after click on WizardStep in compact | [
{
"change_type": "MODIFY",
"diff": "@@ -11,5 +11,6 @@ export const WizardStepContext: React.Context<WizardStepContextValue> = React.cr\nisCompact: false,\nisActive: false,\nonChangeStep: () => {},\n+ onClose: () => {},\n},\n);\n",
"new_path": "packages/orbit-components/src/Wizard/WizardContext.js",
... | JavaScript | MIT License | kiwicom/orbit | feat(Wizard): close after click on WizardStep in compact (#3176) | 1 | feat | Wizard |
902,122 | 03.11.2021 20:41:20 | -3,600 | 84a236bb155735182d034507aedb417e222eb50d | fix(cli): disable headless mode | [
{
"change_type": "MODIFY",
"diff": "@@ -10,13 +10,15 @@ const fs = require('fs')\nconst commands = fs.readdirSync(path.resolve(__dirname, 'commands'))\n+const { HEADLESS } = process.env\n+\nconst cli = require('meow')({\npkg: require('../package.json'),\nhelp: require('./help')(commands),\nflags: {\nheadles... | JavaScript | MIT License | microlinkhq/browserless | fix(cli): disable headless mode | 1 | fix | cli |
902,122 | 03.11.2021 20:42:19 | -3,600 | bbf02e380c18d2d3b20f71f941b55b01941c32ed | chore(screenshot): check for idle time
Some URLs (like Twitter) load fast but the content is no ready. This change aims for waiting the mininum quantity of time before take a sucessfully scsreenshot | [
{
"change_type": "MODIFY",
"diff": "\"screenshot\"\n],\n\"dependencies\": {\n+ \"@agabhane/puppeteer-pending-requests\": \"~1.0.1\",\n\"@browserless/goto\": \"^9.2.22\",\n\"debug-logfmt\": \"~1.0.4\",\n\"got\": \"~11.8.2\",\n",
"new_path": "packages/screenshot/package.json",
"old_path": "packages/sc... | JavaScript | MIT License | microlinkhq/browserless | chore(screenshot): check for idle time
Some URLs (like Twitter) load fast but the content is no ready. This change aims for waiting the mininum quantity of time before take a sucessfully scsreenshot | 1 | chore | screenshot |
342,861 | 03.11.2021 21:20:39 | -3,600 | 982ecf3195d22172b1b71390fe0a377597e3d3a7 | test(Wizard): fix compact test | [
{
"change_type": "MODIFY",
"diff": "\"github\": \"https://github.com/aalises\"\n},\n{\n- \"id\": \"be076ef9-13cc-51b9-b752-5d1931ac5797\",\n- \"name\": \"mainframev\",\n+ \"id\": \"5f9fcbde-6948-558c-8ea6-dc06f01ba081\",\n+ \"name\": \"Boris\",\n+ \"username\": \"oreqizer\",\n\"error\": \"\",\n\"twitter\": ... | JavaScript | MIT License | kiwicom/orbit | test(Wizard): fix compact test | 1 | test | Wizard |
866,391 | 03.11.2021 21:26:43 | -3,600 | 8ca04a853ef0d2653f4d069b1c30813876a1b665 | chore: update getting started install section | [
{
"change_type": "MODIFY",
"diff": "@@ -34,14 +34,14 @@ To install `carbon-web-components` in your project, you will need to run the\nfollowing command using [npm](https://www.npmjs.com/):\n```bash\n-npm install --save carbon-web-components carbon-components lit-html lit-element\n+npm install --save carbon-... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore: update getting started install section (#742)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> | 1 | chore | null |
722,101 | 03.11.2021 21:30:19 | -3,600 | 85d1efdf0a0f2e684a5207c9e3e2240bab5a08aa | fix: expected corresponding JSX closing tag for <br>
When there is a multiline description in a prop a line break tag
(`<br>`) is being added. `mdx-loader` expects tag to be closed.
Otherwise, it throws "SyntaxError: unknown: Expected corresponding JSX
closing tag for <br>" error. | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ import memoize from 'lodash.memoize'\n* @param input\n*/\nexport function mdclean(input: string): string {\n- return input.replace(/\\r?\\n/g, '<br>').replace(/\\|/g, '\\\\|')\n+ return input.replace(/\\r?\\n/g, '<br/>').replace(/\\|/g, '\\\\|')\n}\nconst ... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix: expected corresponding JSX closing tag for <br>
When there is a multiline description in a prop a line break tag
(`<br>`) is being added. `mdx-loader` expects tag to be closed.
Otherwise, it throws "SyntaxError: unknown: Expected corresponding JSX
closing tag for <br>" error. | 1 | fix | null |
386,595 | 03.11.2021 21:34:31 | -7,200 | 7185e6f590e2648be30dd448835f49d2f7f30972 | chore(blocksAntd): Update Avatar typo. | [
{
"change_type": "MODIFY",
"diff": "@@ -19,7 +19,7 @@ import { Avatar } from 'antd';\nimport AvatarBlock from './Avatar';\nimport examples from './examples.yaml';\n-import meta from './schema.json';\n+import meta from './index';\njest.mock('antd/lib/avatar', () => {\nreturn jest.fn(() => 'mocked');\n",
... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | chore(blocksAntd): Update Avatar typo. | 1 | chore | blocksAntd |
902,122 | 03.11.2021 22:51:06 | -3,600 | 6664354c21222c63a2e5c67d8ee9ed925bdec9f0 | chore(release): v9.3.0-beta.1 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+# [9.3.0-beta.1](https://github.com/microlinkhq/browserless/compare/v9.3.0-beta.0...v9.3.0-beta.1) (2021-11-03)\n+\n+... | JavaScript | MIT License | microlinkhq/browserless | chore(release): v9.3.0-beta.1 | 1 | chore | release |
847,162 | 04.11.2021 01:03:37 | 21,600 | 582836f8360fa127a88a45f40601c650ebcebb0b | fix: Corrects the spelling from 'corrent' -> 'correct' in the invalid password message when encrypting and adds a 'the' to the password prompt | [
{
"change_type": "MODIFY",
"diff": "@@ -58,8 +58,8 @@ export const localesConfig: Record<string, HopeThemeI18nConfigItem> = {\nthemeMode: \"Theme Mode\",\n},\nencrypt: {\n- title: \"Please enter password\",\n- errorHint: \"Please enter the corrent password!\",\n+ title: \"Please enter the password\",\n+ err... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | fix: Corrects the spelling from 'corrent' -> 'correct' in the invalid password message when encrypting and adds a 'the' to the password prompt (#1155) | 1 | fix | null |
866,420 | 04.11.2021 06:06:11 | 25,200 | b4c8172f15c5b29c4aa32b01b8aaa78c8614b254 | fix(search-with-typeahead): remove focusOut code | [
{
"change_type": "MODIFY",
"diff": "@@ -39,7 +39,9 @@ class DDSMastheadGlobalBar extends FocusMixin(HostListenerMixin(StableSelectorMi\n@HostListener('parentRoot:eventToggleSearch')\n// @ts-ignore: The decorator refers to this method but TS thinks this method is not referred to\nprivate _handleSearchToggle ... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix(search-with-typeahead): remove focusOut code | 1 | fix | search-with-typeahead |
71,090 | 04.11.2021 06:31:37 | -25,200 | 5333c72a66955995a65cb365c6a788b82f02afd2 | docs(aws-stepfunctions-tasks): fixes action example to be camelCase
> Use camelCase for actions and PascalCase for parameter names.
*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": "@@ -348,7 +348,7 @@ action name does not match with the API service/action name:\n```ts\nconst listBuckets = new tasks.CallAwsService(this, 'ListBuckets', {\nservice: 's3',\n- action: 'ListBuckets',\n+ action: 'listBuckets',\niamResources: ['*'],\niamAction: 's3:ListAllMy... | TypeScript | Apache License 2.0 | aws/aws-cdk | docs(aws-stepfunctions-tasks): fixes action example to be camelCase (#17292)
> Use camelCase for actions and PascalCase for parameter names.
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | docs | aws-stepfunctions-tasks |
317,842 | 04.11.2021 08:24:46 | -3,600 | 5321ae116ebdeb4d1a2fc9cefc6532cac056188d | feat(pwsh): missing hyperlinks for Get-PoshThemes -list | [
{
"change_type": "MODIFY",
"diff": "# that pop up when we don't\nif ($ExecutionContext.SessionState.LanguageMode -ne \"ConstrainedLanguage\") {\n[console]::InputEncoding = [console]::OutputEncoding = New-Object System.Text.UTF8Encoding\n-} elseif ($env:POSH_CONSTRAINED_LANGUAGE -ne 1) {\n+}\n+elseif ($env:P... | Go | MIT License | jandedobbeleer/oh-my-posh | feat(pwsh): missing hyperlinks for Get-PoshThemes -list (#1166) | 1 | feat | pwsh |
277,286 | 04.11.2021 08:42:59 | -3,600 | 77653ac7045535bb91dc2faecb7f7494de48bf4c | ci: Increase node memory heap limit to prevent ci failures. | [
{
"change_type": "MODIFY",
"diff": "},\n\"scripts\": {\n\"start\": \"node scripts/start.js\",\n- \"build\": \"node scripts/build.js\",\n- \"test\": \"env LC_ALL=en_US.UTF8 node scripts/test.js\",\n+ \"build\": \"node --max-old-space-size=4096 scripts/build.js\",\n+ \"test\": \"LC_ALL=en_US.UTF8 node scripts... | Python | Apache License 2.0 | h2oai/wave | ci: Increase node memory heap limit to prevent ci failures. | 1 | ci | null |
699,221 | 04.11.2021 09:11:45 | 18,000 | e9dbe97081ee462d3c293cae4f42b95e43b4da5a | fix(slider-select): add userSelect none
prevents image selection while user interacts with component | [
{
"change_type": "MODIFY",
"diff": "@@ -85,6 +85,7 @@ export const ImageSlider: React.FC<{frontFluidObject: FluidObject; backFluidObje\nwidth=\"60%\"\nzIndex=\"zIndex10\"\nmarginRight={['space0', 'space0', 'space100']}\n+ userSelect=\"none\"\n>\n<Box\nas=\"label\"\n",
"new_path": "packages/paste-website... | TypeScript | MIT License | twilio-labs/paste | fix(slider-select): add userSelect none
prevents image selection while user interacts with component | 1 | fix | slider-select |
141,585 | 04.11.2021 09:20:15 | -39,600 | e5ec3e96606273aaa8f1e64b9956e5d5f69ce027 | feat: Add SkipLink component
feat: Add SkipLink component
chore(docs): Add "when to use" information for skip links | [
{
"change_type": "MODIFY",
"diff": "\"@testing-library/jest-dom\": \"^5.11.4\",\n\"@testing-library/react\": \"^11.2.3\",\n\"@testing-library/react-hooks\": \"^4.0.0\",\n+ \"@testing-library/user-event\": \"^13.5.0\",\n\"@types/chalk\": \"^2.2.0\",\n\"@types/jest\": \"^24.0.18\",\n\"@types/node\": \"^14.14.... | TypeScript | MIT License | cultureamp/kaizen-design-system | feat: Add SkipLink component (#2201)
feat: Add SkipLink component
chore(docs): Add "when to use" information for skip links | 1 | feat | null |
304,862 | 04.11.2021 10:03:54 | 14,400 | 0d292b8f883121dd9b2309686c5c8ced2b46e993 | fix(join): Compare sorted join keys | [
{
"change_type": "MODIFY",
"diff": "@@ -82,7 +82,7 @@ func (k *groupKey) ValueTime(j int) values.Time {\n}\nfunc (k *groupKey) Equal(o flux.GroupKey) bool {\n- return groupKeyEqual(k, o)\n+ return groupKeyEqual(k, o, false)\n}\nfunc (k *groupKey) Less(o flux.GroupKey) bool {\n@@ -102,6 +102,10 @@ func (k *g... | Go | MIT License | influxdata/flux | fix(join): Compare sorted join keys (#4182) | 1 | fix | join |
866,394 | 04.11.2021 10:10:50 | 14,400 | 81418353783b34cb44f7546bc772af05ed88fe57 | chore(masthead): revert change to masthead search focusOut
Revert "fix(search-with-typeahead): remove focusOut code"
This reverts commit | [
{
"change_type": "MODIFY",
"diff": "@@ -39,9 +39,7 @@ class DDSMastheadGlobalBar extends FocusMixin(HostListenerMixin(StableSelectorMi\n@HostListener('parentRoot:eventToggleSearch')\n// @ts-ignore: The decorator refers to this method but TS thinks this method is not referred to\nprivate _handleSearchToggle ... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore(masthead): revert change to masthead search focusOut
Revert "fix(search-with-typeahead): remove focusOut code"
This reverts commit b4c8172f | 1 | chore | masthead |
865,918 | 04.11.2021 10:11:44 | -3,600 | 06e2a28a2f83e83d99b92fe5667900745e34f80e | docs(release): make testing of new features explicit
closes | [
{
"change_type": "MODIFY",
"diff": "# Release\n-__[Draft a release](https://github.com/camunda/camunda-modeler/issues/new?body=%0A%23%23%20What%27s%20inside%3F%0A%0A%3C%21--%20link%20changelog%20if%20available%20and%2For%20a%20version%20range%20%28i.e.%20%5B%60v4.9.0...develop%60%5D%28https%3A%2F%2Fgithub.c... | JavaScript | MIT License | camunda/camunda-modeler | docs(release): make testing of new features explicit
closes https://github.com/bpmn-io/internal-docs/issues/378 | 1 | docs | release |
71,748 | 04.11.2021 11:11:37 | 0 | e56af3b34510ea1344d0bb62437f710b2d9ead8c | chore: fix init template for python app | [
{
"change_type": "MODIFY",
"diff": "aws-cdk-lib==%cdk-version%\naws-cdk.assertions-alpha==%cdk-version%\n-constructs>=%constructs-version%\n+constructs%constructs-version%\n",
"new_path": "packages/aws-cdk/lib/init-templates/v2/app/python/requirements.template.txt",
"old_path": "packages/aws-cdk/lib... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore: fix init template for python app | 1 | chore | null |
438,921 | 04.11.2021 11:16:40 | -32,400 | 4e5bb1bd9e18fdd802ad529f8b444236a56cc348 | refactor(style): remove unused/inline style rules
Remove gauge title inline style setting, and moves to
be done from css file
Remove unused rules
Fix | [
{
"change_type": "MODIFY",
"diff": "@@ -631,8 +631,8 @@ class Axis {\nconst dummy = chart.append(\"svg\")\n.style(\"visibility\", \"hidden\")\n.style(\"position\", \"fixed\")\n- .style(\"top\", \"0px\")\n- .style(\"left\", \"0px\");\n+ .style(\"top\", \"0\")\n+ .style(\"left\", \"0\");\naxis.create(dummy);\... | TypeScript | MIT License | naver/billboard.js | refactor(style): remove unused/inline style rules (#2397)
- Remove gauge title inline style setting, and moves to
be done from css file
- Remove unused rules
Fix #2209 | 1 | refactor | style |
739,253 | 04.11.2021 11:33:46 | -3,600 | 3b11aabdf86aa4429485b8bd99f95a0202172044 | feat: full screen modal on mobile | [
{
"change_type": "MODIFY",
"diff": "-import styled, { css } from '@xstyled/styled-components'\n+import styled, { css, up } from '@xstyled/styled-components'\nimport { th } from '@xstyled/system'\nimport { Box } from '@welcome-ui/box'\nimport { cardStyles } from '@welcome-ui/utils'\n@@ -33,17 +33,17 @@ expor... | TypeScript | MIT License | wttj/welcome-ui | feat: full screen modal on mobile (#951) | 1 | feat | null |
71,080 | 04.11.2021 11:35:04 | 14,400 | cdb0c0a79e08f7fc6587422c617556c8fde60c64 | chore(sns): make examples compile
Includes:
- chore(sns): make examples compile
- chore(sns-subscriptions): make examples compile
*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": "@@ -27,8 +27,6 @@ Subscriptions to Amazon SQS and AWS Lambda can be added on topics across regions\nCreate an Amazon SNS Topic to add subscriptions.\n```ts\n-import * as sns from '@aws-cdk/aws-sns';\n-\nconst myTopic = new sns.Topic(this, 'MyTopic');\n```\n@@ -37,7 +35,7 ... | TypeScript | Apache License 2.0 | aws/aws-cdk | chore(sns): make examples compile (#17316)
Includes:
- chore(sns): make examples compile
- chore(sns-subscriptions): make examples compile
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | chore | sns |
889,129 | 04.11.2021 11:52:20 | 14,400 | 6f664fb08d63b89b4643246a0d0cfad2950fcafe | chore(cloud-rad): delete api-extractor config | [
{
"change_type": "DELETE",
"diff": "-/**\n- * Config file for API Extractor. For more info, please visit: https://api-extractor.com\n- */\n-{\n- \"$schema\": \"https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json\",\n-\n- /**\n- * Optionally specifies another JSON config f... | TypeScript | Apache License 2.0 | googleapis/nodejs-logging | chore(cloud-rad): delete api-extractor config (#1179) | 1 | chore | cloud-rad |
679,913 | 04.11.2021 11:54:47 | -3,600 | effa4331e035a76ced0d008085a43154a978ce48 | fix(vectors): update defHofOp()
register fixed size versions as impls for generic fn version | [
{
"change_type": "MODIFY",
"diff": "@@ -289,9 +289,12 @@ export const defHofOp = <MULTI, FIXED>(\nconst _tpl = tpl || FN(\"op\");\nsyms = syms || args;\npre = pre != null ? pre : defaultOut(ret, args);\n- const $ = (dim: number) =>\n- compileHOF(dim, [op], _tpl, \"op\", args, syms, ret, \"\", pre);\nconst f... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(vectors): update defHofOp()
- register fixed size versions as impls for generic fn version | 1 | fix | vectors |
679,913 | 04.11.2021 11:56:50 | -3,600 | e21b17dc5ca68dbe0b24d01ad18b2c7e38ba4f2e | feat(vectors): add randomDistrib/randNormDistrib()
add support for custom random distributions
add impls for strided & unstrided vectors
use gaussian as default distrib
add new VecOpFN types
update readme | [
{
"change_type": "MODIFY",
"diff": "import type {\nArrayLikeIterable,\nFn,\n+ Fn0,\nFn2,\nFn3,\nFn4,\n@@ -125,6 +126,8 @@ export type VecOpRoV<T> = Fn<ReadonlyVec, T>;\nexport type VecOpRoVV<T> = FnU2<ReadonlyVec, T>;\nexport type VecOpRoVVO<T, O> = (a: ReadonlyVec, b: ReadonlyVec, c?: O) => T;\n+export typ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(vectors): add randomDistrib/randNormDistrib()
- add support for custom random distributions
- add impls for strided & unstrided vectors
- use gaussian as default distrib
- add new VecOpFN types
- update readme | 1 | feat | vectors |
71,292 | 04.11.2021 12:18:29 | -7,200 | c8cd515b3984ce0d8bfbe2d19cd56d299785e78b | revert: "chore: activate 'rosetta infuse' feature (#17191)"
revert: "chore: activate 'rosetta infuse' feature (#17191)" | [
{
"change_type": "MODIFY",
"diff": "@@ -39,17 +39,12 @@ function lerna_scopes() {\n# Compile examples with respect to \"decdk\" directory, as all packages will\n# be symlinked there so they can all be included.\necho \"Extracting code samples\" >&2\n-$ROSETTA extract \\\n+node --experimental-worker $(which ... | TypeScript | Apache License 2.0 | aws/aws-cdk | revert: "chore: activate 'rosetta infuse' feature (#17191)" (#17329)
revert: "chore: activate 'rosetta infuse' feature (#17191)" | 1 | revert | null |
777,389 | 04.11.2021 12:55:40 | 25,200 | 18eac59984895414c5a5aaee87f9e1db0d354930 | chore: advertise shorter openapi operation ids
Shorter operationIds for the main service (determiend) would result
in friendlier names for generated code while not adding much collision risk. | [
{
"change_type": "MODIFY",
"diff": "@@ -6,10 +6,10 @@ usage: swagger.py GENERATED_JSON PATCH_JSON\n\"\"\"\nimport json\n-import os\nimport sys\nfrom typing import Dict\n+SERVICE_NAME = \"Determined\"\ndef merge_dict(d1: Dict, d2: Dict) -> None:\n\"\"\"\n@@ -54,6 +54,15 @@ def clean(path: str, patch: str) ->... | Python | Apache License 2.0 | determined-ai/determined | chore: advertise shorter openapi operation ids (#3154)
Shorter operationIds for the main service (determiend) would result
in friendlier names for generated code while not adding much collision risk. | 1 | chore | null |
777,388 | 04.11.2021 13:12:30 | 21,600 | 4d65c15f687b016be774789212a70bfc565fd498 | feat: confirm before modifying an existing AWS stack in `det deploy` | [
{
"change_type": "ADD",
"diff": "+:orphan:\n+\n+**Improvements**\n+\n+- Deploy: Will now confirm potentially destructive updates on AWS unless --no-prompt is specified.\n",
"new_path": "docs/release-notes/3117-confirm-cloudformation-updates.txt",
"old_path": null
},
{
"change_type": "MODIFY"... | Python | Apache License 2.0 | determined-ai/determined | feat: confirm before modifying an existing AWS stack in `det deploy` [DET-6128] (#3117) | 1 | feat | null |
791,255 | 04.11.2021 13:18:19 | 25,200 | b78c89b18a81ce155441554cb5455600168eb8fd | feat(bigquery): add BI Engine information to query statistics
Fixes: | [
{
"change_type": "MODIFY",
"diff": "@@ -2015,6 +2015,20 @@ func TestIntegration_QueryStatistics(t *testing.T) {\nif len(qStats.Timeline) == 0 {\nt.Error(\"expected query timeline, none present\")\n}\n+\n+ if qStats.BIEngineStatistics == nil {\n+ t.Error(\"expected BIEngine statistics, none present\")\n+ }\n... | Go | Apache License 2.0 | googleapis/google-cloud-go | feat(bigquery): add BI Engine information to query statistics (#5081)
Fixes: https://github.com/googleapis/google-cloud-go/issues/5080 | 1 | feat | bigquery |
551,648 | 04.11.2021 13:23:36 | -10,800 | c5d9eb8407a5ee8c4fb045bc4f789ac6897c5de2 | fix(sql): fix union all with all literals | [
{
"change_type": "MODIFY",
"diff": "@@ -1729,6 +1729,9 @@ public final class SqlParser {\ncolumnAliasStop.add(\"from\");\ncolumnAliasStop.add(\",\");\ncolumnAliasStop.add(\"over\");\n+ columnAliasStop.add(\"union\");\n+ columnAliasStop.add(\"except\");\n+ columnAliasStop.add(\"intersect\");\n//\ngroupByStop... | Java | Apache License 2.0 | questdb/questdb | fix(sql): fix union all with all literals (#1512) | 1 | fix | sql |
304,860 | 04.11.2021 13:33:30 | -3,600 | 5cc6caa54dd95778ffb2a2377cadd27e9d599ac4 | feat: Add erroring versions for each dependency
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -7,6 +7,8 @@ import (\n\"cloud.google.com/go/bigtable\"\n\"github.com/influxdata/flux\"\n+ \"github.com/influxdata/flux/codes\"\n+ \"github.com/influxdata/flux/internal/errors\"\n\"google.golang.org/api/option\"\n\"google.golang.org/grpc\"\n)\n@@ -62,6 +64,13 @@ func (... | Go | MIT License | influxdata/flux | feat: Add erroring versions for each dependency (#4214)
Closes #4147 | 1 | feat | null |
304,860 | 04.11.2021 13:50:45 | -3,600 | 316bf2f68cfc4f79b240b42d7f8fa6db1c58e37e | feat: Allow type inference to run on invalid ASTs
* refactor: Use the `Errors` type in ast::check
* feat: Allow type inference to run on invalid ASTs
Allows for more errors to be reported to users simultaneously, thereby
reducing the number of edit/compile cycles they have to go through. | [
{
"change_type": "MODIFY",
"diff": "//! Checking the AST.\n-use std::fmt;\nuse thiserror::Error;\n-use crate::ast::{walk, PropertyKey, SourceLocation};\n+use crate::{\n+ ast::{walk, PropertyKey, SourceLocation},\n+ errors::Errors,\n+};\n/// Inspects an AST node and returns a list of found AST errors plus\n/... | Go | MIT License | influxdata/flux | feat: Allow type inference to run on invalid ASTs (#4208)
* refactor: Use the `Errors` type in ast::check
* feat: Allow type inference to run on invalid ASTs
Allows for more errors to be reported to users simultaneously, thereby
reducing the number of edit/compile cycles they have to go through. | 1 | feat | null |
276,941 | 04.11.2021 14:01:23 | 10,800 | dbc17788b8edd471662d644d3b3c1b840f40186d | fix(avatar): separate the content component from the avatar component
to avoid rendering issues the content component has been isolated | [
{
"change_type": "MODIFY",
"diff": "@@ -6,32 +6,32 @@ import { Image } from 'react-native';\nimport Box from '../../Box';\nimport Icon from '../../Icon';\n+const Content = ({ icon, src, fill, content, stroke }) => {\n+ if (src) {\n+ return <Box as={Image} width=\"100%\" height=\"100%\" source={src} />;\n+ }... | JavaScript | MIT License | gympass/yoga | fix(avatar): separate the content component from the avatar component
to avoid rendering issues the content component has been isolated
#379 | 1 | fix | avatar |
679,913 | 04.11.2021 14:01:46 | -3,600 | 4fc248a4a9af4c54847b5754d487d9ea62d98a7d | refactor(pixel-dither): minor changes (rename types) | [
{
"change_type": "MODIFY",
"diff": "@@ -93,10 +93,10 @@ A selection:\n[Generated API docs](https://docs.thi.ng/umbrella/pixel-dither/)\n```ts\n-import { packedBufferFromImage, GRAY8 } from \"@thi.ng/pixel\";\n+import { intBufferFromImage, GRAY8 } from \"@thi.ng/pixel\";\nimport { ditherWith, ATKINSON } from... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(pixel-dither): minor changes (rename types) | 1 | refactor | pixel-dither |
304,868 | 04.11.2021 14:03:52 | 21,600 | 31c5744302da5644450816a5eafec0e5a4f22053 | fix(fluxdoc): adds handling for errors executing examples
Prior to this change errors in executing examples were ignored.
Now they are reported correct when returned from the flux execute CLI or
encoded into the CSV response.
Additionally the Makefile was not testing code behind a feature flag now
it does. | [
{
"change_type": "MODIFY",
"diff": "@@ -118,7 +118,7 @@ test-go: libflux-go\n$(GO_TEST) $(GO_TEST_FLAGS) ./...\ntest-rust:\n- cd libflux && $(CARGO) test $(CARGO_ARGS) && \\\n+ cd libflux && $(CARGO) test $(CARGO_ARGS) --all-features && \\\n$(CARGO) test --doc && \\\n$(CARGO) clippy $(CARGO_ARGS) -- -Dclipp... | Go | MIT License | influxdata/flux | fix(fluxdoc): adds handling for errors executing examples (#4215)
Prior to this change errors in executing examples were ignored.
Now they are reported correct when returned from the flux execute CLI or
encoded into the CSV response.
Additionally the Makefile was not testing code behind a feature flag now
it doe... | 1 | fix | fluxdoc |
679,913 | 04.11.2021 14:05:21 | -3,600 | 7bd491da5244ef50747fe3dc62c825a56cf3522a | refactor(pixel-io-netpbm): minor changes (rename types) | [
{
"change_type": "MODIFY",
"diff": "@@ -101,11 +101,11 @@ pbm.parseHeader(src)\n// }\nconst img = pbm.read(src);\n-// PackedBuffer {\n+// IntBuffer {\n// width: 12,\n// height: 8,\n// format: [Object],\n-// pixels: Uint8Array(96) [\n+// data: Uint8Array(96) [\n// 255, 255, 255, 255, 255, 255, 255, 255, 255,... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(pixel-io-netpbm): minor changes (rename types) | 1 | refactor | pixel-io-netpbm |
276,941 | 04.11.2021 14:06:49 | 10,800 | d1161a4cce3d1b4e20b9dbcbff9a1f1e5d86f473 | test(avatar): update snapshots
updating snapshot tests | [
{
"change_type": "MODIFY",
"diff": "@@ -41,6 +41,7 @@ exports[`<Avatar /> should match snapshot in avatar with children prop 1`] = `\nexports[`<Avatar /> should match snapshot in circle avatar 1`] = `\n.c1 {\nwidth: 50%;\n+ height: 50%;\n}\n.c0 {\n@@ -76,7 +77,7 @@ exports[`<Avatar /> should match snapshot ... | JavaScript | MIT License | gympass/yoga | test(avatar): update snapshots
updating snapshot tests | 1 | test | avatar |
679,913 | 04.11.2021 14:18:39 | -3,600 | 5d86d4ce787d3ba5349237d46660514afe1a2263 | refactor(examples): apply thi.ng/pixel changes | [
{
"change_type": "MODIFY",
"diff": "import type { Fn } from \"@thi.ng/api\";\nimport { setIn } from \"@thi.ng/paths/set-in\";\n-import { floatBuffer } from \"@thi.ng/pixel/float\";\n+import { floatBufferFromImage } from \"@thi.ng/pixel/float\";\nimport { FLOAT_GRAY } from \"@thi.ng/pixel/format/float-gray\"... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): apply thi.ng/pixel changes | 1 | refactor | examples |
306,425 | 04.11.2021 14:19:10 | -7,200 | b6be7ba4825049d7d42b96348800c5e40d03afd5 | fix(overlays): fix condition in is-equal-config util and add null guard | [
{
"change_type": "ADD",
"diff": "+---\n+'@lion/overlays': patch\n+---\n+\n+fix condition in is-equal-config util and add null guard\n",
"new_path": ".changeset/sour-rules-rush.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "* @returns {boolean} Whether the configs are equiva... | JavaScript | MIT License | ing-bank/lion | fix(overlays): fix condition in is-equal-config util and add null guard | 1 | fix | overlays |
679,913 | 04.11.2021 14:20:35 | -3,600 | 96b50beba58c14490672db3419157266e1edfba4 | refactor(shader-ast-js): apply thi.ng/pixel changes | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,7 @@ import type { Fn } from \"@thi.ng/api\";\nimport { assert } from \"@thi.ng/errors/assert\";\nimport { clamp, clamp01 } from \"@thi.ng/math/interval\";\nimport { ABGR8888 } from \"@thi.ng/pixel/format/abgr8888\";\n-import { PackedBuffer, packedBufferFromCan... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(shader-ast-js): apply thi.ng/pixel changes | 1 | refactor | shader-ast-js |
679,913 | 04.11.2021 14:20:50 | -3,600 | abf29c1fe7ade9b3ef3da39af170ef0bc022f954 | refactor(text-canvas): apply thi.ng/pixel changes | [
{
"change_type": "MODIFY",
"diff": "@@ -277,12 +277,12 @@ export const imageBraille = (\n* @param format\n*/\nexport const imageCanvasBraille = (\n- src: { width: number; height: number; pixels: UIntArray },\n+ src: { width: number; height: number; data: UIntArray },\nthresh: number,\nformat = 0\n) => {\nco... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(text-canvas): apply thi.ng/pixel changes | 1 | refactor | text-canvas |
679,913 | 04.11.2021 14:56:28 | -3,600 | 824d3ea64c73e5a3490b9dac6c460b0050af6784 | test(color): update rnd results
changed due to update in thi.ng/vectors | [
{
"change_type": "MODIFY",
"diff": "@@ -12,7 +12,7 @@ import {\nparseCss,\nrgb,\nsrgb,\n-} from \"../src/index.js\"\n+} from \"../src/index.js\";\ngroup(\"color\", {\nsrgb: () => {\n@@ -77,12 +77,12 @@ group(\"color\", {\nassert.ok(\nrgb\n.random(new XsAdd(0xdecafbad))\n- .eqDelta(rgb(0.4379, 0.1376, 0.0615... | TypeScript | Apache License 2.0 | thi-ng/umbrella | test(color): update rnd results
- changed due to update in thi.ng/vectors | 1 | test | color |
730,536 | 04.11.2021 15:26:39 | 14,400 | a54fe36d8bbf316ef9334757a7170748234810bb | feat(metrics): add metrics for sending media delay | [
{
"change_type": "MODIFY",
"diff": "@@ -1047,6 +1047,24 @@ export default class Meeting extends StatelessWebexPlugin {\n};\n}\n+ const joinRespTxStartAudio = this.getSendingMediaDelayDuration('audio');\n+\n+ if (joinRespTxStartAudio) {\n+ options.audioSetupDelay = {\n+ ...options.audioSetupDelay,\n+ joinRes... | JavaScript | MIT License | webex/webex-js-sdk | feat(metrics): add metrics for sending media delay | 1 | feat | metrics |
791,255 | 04.11.2021 15:30:13 | 25,200 | bbf4d043bec1bd514f841d7adffcf9d6b8e393de | chore(bigquery): relax BI Engine Statistics test
Test had an expectation on BI Engine statistics presence, however
test environments don't have BI resources provisioned. Relax the
test.
Fixes: | [
{
"change_type": "MODIFY",
"diff": "@@ -2016,11 +2016,8 @@ func TestIntegration_QueryStatistics(t *testing.T) {\nt.Error(\"expected query timeline, none present\")\n}\n- if qStats.BIEngineStatistics == nil {\n- t.Error(\"expected BIEngine statistics, none present\")\n- }\n-\n- expectedMode := true\n+ if qSt... | Go | Apache License 2.0 | googleapis/google-cloud-go | chore(bigquery): relax BI Engine Statistics test (#5084)
Test had an expectation on BI Engine statistics presence, however
test environments don't have BI resources provisioned. Relax the
test.
Fixes: https://github.com/googleapis/google-cloud-go/issues/5083 | 1 | chore | bigquery |
791,639 | 04.11.2021 15:32:17 | 14,400 | d905ca943998f107ade93088db452d179687c426 | chore(cloud-rad): delete api-extractor config | [
{
"change_type": "DELETE",
"diff": "-/**\n- * Config file for API Extractor. For more info, please visit: https://api-extractor.com\n- */\n-{\n- \"$schema\": \"https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json\",\n-\n- /**\n- * Optionally specifies another JSON config f... | TypeScript | Apache License 2.0 | googleapis/nodejs-pubsub | chore(cloud-rad): delete api-extractor config (#1419) | 1 | chore | cloud-rad |
160,176 | 04.11.2021 15:38:14 | -28,800 | 0490ae08d6d681dfbcf19bf678c46e2179d98cb8 | feat(core): adjust edge | [
{
"change_type": "MODIFY",
"diff": "// isSilentMode: true,\n// overlapMode: 1,\nmetaKeyMultipleSelected: true,\n+ adjustEdgeMiddle: true,\nadjustEdgeStartAndEnd: true,\nedgeTextEdit: true,\nkeyboard: {\nlf.on('edge:adjust',({data})=> {\nconsole.log('edge:adjust', data)\n})\n+ lf.on('edge:exchange-node',({da... | TypeScript | Apache License 2.0 | didi/logicflow | feat(core): adjust edge | 1 | feat | core |
472,081 | 04.11.2021 15:40:33 | -32,400 | 15aba9e35f6817f11f83f124fa6936ddb17af46e | fix(spindle-ui): tweak styles | [
{
"change_type": "MODIFY",
"diff": ".spui-InvalidMessage-icon {\nfont-size: 1.33em;\n- height: 1.1em;\n+ line-height: 1;\nmargin-right: 0.25em;\n+}\n+\n+.spui-InvalidMessage-body {\nposition: relative;\n- top: -2px;\n+ top: 1px;\n}\n",
"new_path": "packages/spindle-ui/src/Form/InvalidMessage.css",
"... | TypeScript | MIT License | openameba/spindle | fix(spindle-ui): tweak styles | 1 | fix | spindle-ui |
791,723 | 04.11.2021 15:43:16 | 25,200 | 68ba77acbc9c22512b93d213b23b05cca443dda4 | report: fix sticky header toggling too late | [
{
"change_type": "MODIFY",
"diff": "@@ -29,8 +29,8 @@ export class TopbarFeatures {\n/** @type {HTMLElement} */\nthis.topbarEl; // eslint-disable-line no-unused-expressions\n/** @type {HTMLElement} */\n- this.scoreScaleEl; // eslint-disable-line no-unused-expressions\n- /** @type {HTMLElement} */\n+ this.ca... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report: fix sticky header toggling too late (#13279) | 1 | report | null |
126,276 | 04.11.2021 15:43:27 | 10,800 | 1dd17dac2346283a429e9de26f17827c6ab40d57 | chore(embedded/store): ongoing tx api | [
{
"change_type": "MODIFY",
"diff": "@@ -45,6 +45,7 @@ var ErrIllegalArguments = errors.New(\"illegal arguments\")\nvar ErrAlreadyClosed = errors.New(\"store already closed\")\nvar ErrUnexpectedLinkingError = errors.New(\"Internal inconsistency between linear and binary linking\")\nvar ErrorNoEntriesProvided... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/store): ongoing tx api
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/store |
873,649 | 04.11.2021 15:59:47 | -3,600 | d0e048023287b77191e6ae4b7148472b169e5564 | fix: pass a unique form-control id | [
{
"change_type": "MODIFY",
"diff": "@@ -45,8 +45,11 @@ export const FieldWrapper: React.FC<FieldWrapperProps> = function (props: FieldW\n});\n}, [field]);\n+ const fieldControlId = [field.id, field.locale].filter((item) => item).join('-');\n+\nreturn (\n<FormControl\n+ id={fieldControlId}\ntestId=\"entity-f... | TypeScript | MIT License | contentful/field-editors | fix: pass a unique form-control id (#908) | 1 | fix | null |
866,391 | 04.11.2021 15:59:58 | -3,600 | a5bcb85217108359081333222cdf53525f44dbeb | chore: prevents actions from forks | [
{
"change_type": "MODIFY",
"diff": "@@ -8,6 +8,8 @@ on:\njobs:\npercy:\n+ # Prevents action from creating a PR on forks\n+ if: github.repository == 'carbon-design-system/carbon-web-components'\nruns-on: ubuntu-latest\nstrategy:\nmatrix:\n",
"new_path": ".github/workflows/percy-update-base.yml",
"old... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | chore: prevents actions from forks (#744)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> | 1 | chore | null |
551,649 | 04.11.2021 16:02:45 | -3,600 | 2b1d9b4688f5968053f724e19060b650c03ecd69 | chore(ui): virtual renderer for the table schema pane | [
{
"change_type": "MODIFY",
"diff": "}\n}\n},\n+ \"@virtuoso.dev/react-urx\": {\n+ \"version\": \"0.2.8\",\n+ \"resolved\": \"https://registry.npmjs.org/@virtuoso.dev/react-urx/-/react-urx-0.2.8.tgz\",\n+ \"integrity\": \"sha512-QV9ZJ9Yla88ySgN+DuHLDYoQa0UDRrEq88sLqQESZUWzLughrkpg1BLmQT7FuiU2M78A+rQ9DR3GBlWr... | Java | Apache License 2.0 | questdb/questdb | chore(ui): virtual renderer for the table schema pane (#1509) | 1 | chore | ui |
126,276 | 04.11.2021 16:04:23 | 10,800 | 23694bb24a885e97b7009bfc84a1104280d6a907 | chore(embedded/sql): minor update after rebasing | [
{
"change_type": "MODIFY",
"diff": "@@ -828,7 +828,7 @@ func TestSelectStmt(t *testing.T) {\nright: &Varchar{val: \"John\"},\n},\norderBy: []*OrdCol{\n- {sel: &ColSelector{col: \"name\"}, order: DescOrder},\n+ {sel: &ColSelector{col: \"name\"}, descOrder: true},\n},\n}},\nexpectedError: nil,\n",
"new_pa... | Go | Apache License 2.0 | codenotary/immudb | chore(embedded/sql): minor update after rebasing
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | embedded/sql |
777,369 | 04.11.2021 16:16:26 | 21,600 | 32743e98746ee47a1694d50b5e61e815994bc341 | style: add model registry icon to project | [
{
"change_type": "MODIFY",
"diff": "Binary files a/webui/react/src/styles/fonts/determined-ai.woff and b/webui/react/src/styles/fonts/determined-ai.woff differ\n",
"new_path": "webui/react/src/styles/fonts/determined-ai.woff",
"old_path": "webui/react/src/styles/fonts/determined-ai.woff"
},
{
... | Python | Apache License 2.0 | determined-ai/determined | style: add model registry icon to project (#3158) | 1 | style | null |
777,388 | 04.11.2021 16:21:02 | 21,600 | a473af7c9e455c875b4faf41309533e4da10313d | ci: add no-prompt to ignore safety checks in automation | [
{
"change_type": "MODIFY",
"diff": "@@ -434,7 +434,9 @@ commands:\n--aux-agent-instance-type <<parameters.aux-agent-instance-type>> \\\n--compute-agent-instance-type <<parameters.compute-agent-instance-type>> \\\n--max-dynamic-agents <<parameters.max-dynamic-agents>> \\\n- --keypair <<parameters.keypair>>\n... | Python | Apache License 2.0 | determined-ai/determined | ci: add no-prompt to ignore safety checks in automation (#3166) | 1 | ci | null |
551,649 | 04.11.2021 16:27:35 | -3,600 | 3a8c058aa37ede73c47108b37a1800b1e92147b7 | fix(ui): save panel position in console in local storage | [
{
"change_type": "MODIFY",
"diff": "@@ -42,6 +42,7 @@ import { StoreAction, StoreShape } from \"types\"\nimport Layout from \"./scenes/Layout\"\nimport { theme } from \"./theme\"\n+import { LocalStorageProvider } from \"./providers/LocalStorageProvider\"\nconst epicMiddleware = createEpicMiddleware<\nStoreA... | Java | Apache License 2.0 | questdb/questdb | fix(ui): save panel position in console in local storage (#1518) | 1 | fix | ui |
699,201 | 04.11.2021 16:31:25 | 14,400 | f381d8e748ff45557bc166cbe024abdd6002d20e | fix(button): center children for alignment | [
{
"change_type": "ADD",
"diff": "+---\n+'@twilio-paste/button': patch\n+'@twilio-paste/core': patch\n+---\n+\n+[Button] Center-align button contents for vertical alignment\n",
"new_path": ".changeset/four-dolphins-argue.md",
"old_path": null
},
{
"change_type": "MODIFY",
"diff": "@@ -126... | TypeScript | MIT License | twilio-labs/paste | fix(button): center children for alignment (#2000) | 1 | fix | button |
617,459 | 04.11.2021 16:38:41 | -3,600 | 621fc86ffac165cee7f6370728bfef7c5061dfbf | ci(register): autodevops-build | [
{
"change_type": "MODIFY",
"diff": "@@ -15,7 +15,7 @@ jobs:\nruns-on: ubuntu-latest\nsteps:\n- name: Register docker image for api\n- uses: SocialGouv/actions/autodevops-build-register@v1\n+ uses: SocialGouv/actions/autodevops-build-register@local-cache\nwith:\nproject: \"cdtn\"\nimageName: cdtn/code-du-tra... | TypeScript | Apache License 2.0 | socialgouv/code-du-travail-numerique | ci(register): autodevops-build (#3975) | 1 | ci | register |
777,396 | 04.11.2021 16:42:31 | 21,600 | 580aa1ad8a71b29236ef8080a9d4ad1c5e7a8567 | chore: fixes to makefile and devcluster config | [
{
"change_type": "MODIFY",
"diff": ".PHONY: build\n-build:\n+build: gen\npython -W ignore:Normalizing:UserWarning:setuptools.dist setup.py -q bdist_wheel\n.PHONY: publish\n@@ -34,7 +34,7 @@ test-tf2:\npytest -v --runslow --durations=0 tests/experiment/keras\n.PHONY: clean\n-clean:\n+clean: ungen\nrm -rf .py... | Python | Apache License 2.0 | determined-ai/determined | chore: fixes to makefile and devcluster config (#3163) | 1 | chore | null |
551,640 | 04.11.2021 16:45:42 | -7,200 | 39d02caf0e6b351a145d79f42d712a34a4511332 | fix(sql): Fixed cast as column name | [
{
"change_type": "MODIFY",
"diff": "@@ -333,7 +333,7 @@ class ExpressionParser {\nCharSequence geohashTok = GenericLexer.immutableOf(tok);\ntok = SqlUtil.fetchNext(lexer);\nif (tok == null || tok.charAt(0) != '(') {\n- lexer.backTo(position + 7, geohashTok);\n+ lexer.backTo(position + SqlKeywords.GEOHASH_KE... | Java | Apache License 2.0 | questdb/questdb | fix(sql): Fixed cast as column name (#1502) | 1 | fix | sql |
386,581 | 04.11.2021 16:46:05 | -7,200 | a005de6e981e8cec3bf2c8ca0caa411f199d07c5 | feat: Update package structure. | [
{
"change_type": "RENAME",
"diff": "*/\nimport { validate } from '@lowdefy/ajv';\n-import AxiosHttp from '../../src/AxiosHttp/AxiosHttpConnection';\n+import AxiosHttp from './AxiosHttpConnection';\nconst { schema } = AxiosHttp;\n",
"new_path": "packages/connections/connectionAxiosHttp/src/AxiosHttp/Axio... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | feat: Update @lowdefy/connection-axios-http package structure. | 1 | feat | null |
873,649 | 04.11.2021 16:48:21 | -3,600 | 71f4d83fff6fff617430cb2048030bdaabfc6487 | fix: add content type id to field id | [
{
"change_type": "MODIFY",
"diff": "@@ -11,6 +11,11 @@ configure({\nconst [field, emitter] = createFakeFieldAPI();\nconst sdk: FieldExtensionSDK = {\n+ contentType: {\n+ sys: {\n+ id: 'content-type-id',\n+ },\n+ },\nfield,\nlocales: createFakeLocalesAPI(),\n} as any;\n",
"new_path": "packages/default-fi... | TypeScript | MIT License | contentful/field-editors | fix: add content type id to field id | 1 | fix | null |
756,013 | 04.11.2021 16:51:31 | 21,600 | 0d330a30b6c65e456e794b480d9605ee178a9bce | feat(notifier): `makeNotifierFromAsyncIterable` works with ERefs | [
{
"change_type": "MODIFY",
"diff": "@@ -155,11 +155,12 @@ export const makeNotifierKit = (...args) => {\n* Adaptor from async iterable to notifier.\n*\n* @template T\n- * @param {AsyncIterable<T>} asyncIterable\n+ * @param {ERef<AsyncIterable<T>>} asyncIterableP\n* @returns {Notifier<T>}\n*/\n-export const ... | JavaScript | Apache License 2.0 | agoric/agoric-sdk | feat(notifier): `makeNotifierFromAsyncIterable` works with ERefs | 1 | feat | notifier |
386,581 | 04.11.2021 17:23:46 | -7,200 | ed7fb0d7ef656eccad5bfa3942c3037a400a97e3 | chore(deps): Update package to v2.1.0. | [
{
"change_type": "MODIFY",
"diff": "@@ -21,4 +21,5 @@ packages/build/src/test/writeFile.txt\npackages/graphql/globalConfig.json\npackages/graphql/node_modules/**\n-packages/connections/connectionMongoDB/node_modules/**\n+packages/connections/connectionMongoDB/mongod-*\n+packages/connections/connectionMongoD... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | chore(deps): Update package @shelf/jest-mongodb to v2.1.0. | 1 | chore | deps |
679,913 | 04.11.2021 17:40:07 | -3,600 | b9d14b90f19417aeccbe2667e71cb11fe0a80bca | docs: fix doc links in readmes | [
{
"change_type": "MODIFY",
"diff": "@@ -158,7 +158,7 @@ try {\nUsage information can be generated via `usage()` and is automatically triggered\nvia the special `--help` option (configurable, see\n-[ParseOpts](https://docs.thi.ng/umbrella/args/interfaces/parseopts.html)).\n+[ParseOpts](https://docs.thi.ng/um... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs: fix doc links in readmes | 1 | docs | null |
679,913 | 04.11.2021 17:43:22 | -3,600 | 7ecbd9803a9fc3a9cb9b8a7bf1c7f8617f001d5c | fix: casing in doc snippets | [
{
"change_type": "MODIFY",
"diff": "\"scope\": \"markdown\",\n\"prefix\": \"@docc\",\n\"body\": [\n- \"[`${2:name}`](https://docs.thi.ng/umbrella/${1:pkg}/classes/${2/(.*)/${1:/downcase}/}.html)\"\n+ \"[`${2:name}`](https://docs.thi.ng/umbrella/${1:pkg}/classes/${2:name}.html)\"\n],\n\"description\": \"thi.... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix: casing in doc snippets | 1 | fix | null |
688,524 | 04.11.2021 17:44:36 | 0 | ffd0ef0610853b78ef902c41654ebb9d3a2164d5 | feat(AvatarGroup): create new component Avatar.Group | [
{
"change_type": "ADD",
"diff": "+import React from 'react'\n+import { Container, Avatar, AvatarProps } from '@toptal/picasso'\n+import { mount } from '@cypress/react'\n+import { TestingPicasso } from '@toptal/picasso/test-utils'\n+\n+type Props = Pick<AvatarProps, 'variant' | 'size'>\n+\n+const person = {\... | TypeScript | MIT License | toptal/picasso | feat(AvatarGroup): create new component Avatar.Group (#2194) | 1 | feat | AvatarGroup |
217,237 | 04.11.2021 17:54:31 | -10,800 | d0bfadbc1a6d17c48089b96308e8d66bd54c6ca1 | docs(en-editing): fix typo | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,7 @@ pagination_next: get-started/index\nFeatureSliced is an architectural design methodology for *frontend projects*. It aims to [**divide an application according to business logic and scopes of responsibility.**][refs-splitting]\n- Provides [**explicitness, ... | JavaScript | MIT License | feature-sliced/documentation | docs(en-editing): fix typo | 1 | docs | en-editing |
667,636 | 04.11.2021 18:06:34 | -28,800 | d2bbd99c367d81062b5fa9a300c74313a83f273c | ci(commitlint): only use english & emoji | [
{
"change_type": "MODIFY",
"diff": "-function isIncludeChinese(message) {\n- const chineseReg = /[\\u4e00-\\u9fa5]+/i;\n- return chineseReg.test(message);\n+function asciiAndEmojiCheck(message) {\n+ const asciiAndEmojiReg = /^((\\ud83c[\\udf00-\\udfff])|(\\ud83d[\\udc00-\\ude4f\\ude80-\\udeff])|[\\u2600-\\u... | C++ | Apache License 2.0 | tencent/hippy | ci(commitlint): only use english & emoji | 1 | ci | commitlint |
847,143 | 04.11.2021 18:54:47 | -28,800 | 99ea3237c5f72391f74d2cd108269c2a2be29669 | feat(theme): add 2 language support | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,8 @@ export const lang2PathConfig = {\n\"zh-TW\": \"/zh-tw/\",\n\"de-AT\": \"/de/\",\n\"vi-VN\": \"/vi/\",\n+ \"ru-RU\": \"/ru/\",\n+ \"uk-UA\": \"/uk/\",\n};\nexport const supportedLangs = Object.keys(lang2PathConfig);\n",
"new_path": "packages/shared/src/... | TypeScript | MIT License | vuepress-theme-hope/vuepress-theme-hope | feat(theme): add 2 language support | 1 | feat | theme |
551,648 | 04.11.2021 19:23:21 | -10,800 | f200c5d454e130c0db9ac1241214d734665b270a | feat(sql): add strpos() function | [
{
"change_type": "ADD",
"diff": "+/*******************************************************************************\n+ * ___ _ ____ ____\n+ * / _ \\ _ _ ___ ___| |_| _ \\| __ )\n+ * | | | | | | |/ _ \\/ __| __| | | | _ \\\n+ * | |_| | |_| | __/\\__ \\ |_| |_| | |_) |\n+ * \\__\\_\\\\__,_|\\___||___/\\__|____... | Java | Apache License 2.0 | questdb/questdb | feat(sql): add strpos() function (#1506) | 1 | feat | sql |
71,114 | 04.11.2021 19:46:39 | 14,400 | c66ac89f43d3d2cee2b5842c54dc00e14ccdd2f4 | feat(codepipeline): add construct for registering custom Actions
fixes
all it does is add `./common` and `./custom-action-registration` to the modules `index.ts`
*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": "@@ -18,3 +18,4 @@ export * from './s3/source-action';\nexport * from './stepfunctions/invoke-action';\nexport * from './servicecatalog/deploy-action-beta1';\nexport * from './action';\n+\n",
"new_path": "packages/@aws-cdk/aws-codepipeline-actions/lib/index.ts",
"o... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(codepipeline): add construct for registering custom Actions (#17041)
fixes #17039
all it does is add `./common` and `./custom-action-registration` to the modules `index.ts`
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | feat | codepipeline |
71,777 | 04.11.2021 20:09:13 | 0 | ea56e6925422ebb987dbd87952511f23832ac7b6 | feat(lambda-nodejs): add sourcesContent in BundlingOptions
Support excluding sourcesContent from `esbuild` generated source map
Closes
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | [
{
"change_type": "MODIFY",
"diff": "@@ -174,6 +174,7 @@ new lambda.NodejsFunction(this, 'my-handler', {\nminify: true, // minify code, defaults to false\nsourceMap: true, // include source map, defaults to false\nsourceMapMode: SourceMapMode.INLINE, // defaults to SourceMapMode.DEFAULT\n+ sourcesContent: fa... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(lambda-nodejs): add sourcesContent in BundlingOptions (#17280)
Support excluding sourcesContent from `esbuild` generated source map
Closes #17256
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* | 1 | feat | lambda-nodejs |
617,455 | 04.11.2021 21:56:11 | -3,600 | 5c4c0db5a6f090a0608778070f81c8ca18a956b6 | fix(ci): use the preprod environment to generate preprod image | [
{
"change_type": "MODIFY",
"diff": "@@ -17,6 +17,7 @@ jobs:\n- name: Register docker image for api\nuses: SocialGouv/actions/autodevops-build-register@local-cache\nwith:\n+ environment: \"preprod\"\nproject: \"cdtn\"\nimageName: cdtn/code-du-travail-api\ntoken: ${{ secrets.GITHUB_TOKEN }}\n@@ -25,6 +26,7 @@... | TypeScript | Apache License 2.0 | socialgouv/code-du-travail-numerique | fix(ci): use the preprod environment to generate preprod image (#3980) | 1 | fix | ci |
4,988 | 04.11.2021 21:58:29 | -3,600 | 333a6857be81c9f23c90399f61882a31fa1e5d03 | docs: add csv package to demo | [
{
"change_type": "ADD",
"diff": "+<!DOCTYPE html>\n+<html>\n+ <head>\n+ <title>CSV parse demo</title>\n+ <style>\n+ div {\n+ width: 60%;\n+ margin: 5rem auto;\n+ text-align: center;\n+ }\n+ textarea {\n+ width: 100%;\n+ height: 200px;\n+ }\n+ input {\n+ margin: 1rem;\n+ }\n+ pre {\n+ text-align: left;\n+ pa... | JavaScript | MIT License | adaltas/node-csv | docs: add csv package to demo | 1 | docs | null |
4,988 | 04.11.2021 22:02:27 | -3,600 | ba29edb79b13b31d78fba1e54e87e84807e485b1 | docs: demo instructions to esm script | [
{
"change_type": "MODIFY",
"diff": "#!/usr/bin/env bash\nset -e\n-node --loader ts-node/esm lib/parse.ts\n+version=`node -v`\n+\n+if [[ $version =~ ^v12\\.16\\..* ]]; then\n+ node --experimental-modules lib/csv.js\n+ node --experimental-modules lib/parse.js\n+else # starting with Node.js 12.17.0\n+ node lib... | JavaScript | MIT License | adaltas/node-csv | docs: demo instructions to esm script | 1 | docs | null |
4,988 | 04.11.2021 22:29:32 | -3,600 | 32e837f904f9391fd4aac73b7f49e7cc9cf3c0ca | build: latest csv | [
{
"change_type": "MODIFY",
"diff": "@@ -5128,6 +5128,7 @@ Generator.prototype._read = function(size){\n// Time for some rest: flush first and stop later\nif((this._.count_created === this.options.length) || (this.options.end && Date.now() > this.options.end) || (this.options.duration && Date.now() > this._.... | JavaScript | MIT License | adaltas/node-csv | build: latest csv | 1 | build | null |
71,366 | 05.11.2021 07:51:11 | -32,400 | e412308bc81ede16b079077cfa4774ceaa2fadeb | feat(iot): allow setting `errorAction` of TopicRule
I'm trying to implement aws-iot L2 Constructs.
This PR is one of steps after following PR:
*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": "@@ -75,6 +75,22 @@ const topicRule = new iot.TopicRule(this, 'TopicRule', {\ntopicRule.addAction(new actions.LambdaFunctionAction(func))\n```\n+You can also supply `errorAction` as following,\n+and the IoT Rule will trigger it if a rule's action is unable to perform:\n+\n... | TypeScript | Apache License 2.0 | aws/aws-cdk | feat(iot): allow setting `errorAction` of TopicRule (#17287)
I'm trying to implement aws-iot L2 Constructs.
This PR is one of steps after following PR:
- https://github.com/aws/aws-cdk/pull/16681#issuecomment-942233029
----
*By submitting this pull request, I confirm that my contribution is made under the ... | 1 | feat | iot |
317,672 | 05.11.2021 10:02:21 | -7,200 | a01f4faa1e47c2ab88e71bbfa91afb6e510feedf | fix(windows): consistent casing for drive and only drive letters
resolves | [
{
"change_type": "MODIFY",
"diff": "@@ -107,12 +107,19 @@ func (c *commandCache) get(command string) (string, bool) {\nreturn command, ok\n}\n-type tracer struct {\n+type tracer interface {\n+ init(home string)\n+ close()\n+ trace(start time.Time, function string, args ...string)\n+ error(message string)\n+... | Go | MIT License | jandedobbeleer/oh-my-posh | fix(windows): consistent casing for drive and only drive letters
resolves #1173 | 1 | fix | windows |
777,369 | 05.11.2021 10:23:06 | 21,600 | ce60bbfa971579a5e1f42fdef9b81a61c51a4aad | chore: update manifest to use relative paths | [
{
"change_type": "MODIFY",
"diff": "\"name\": \"Determined AI\",\n\"icons\": [\n{\n- \"src\": \"determined/favicon.ico\",\n+ \"src\": \"favicon.ico\",\n\"sizes\": \"64x64 32x32 24x24 16x16\",\n\"type\": \"image/x-icon\"\n},\n{\n- \"src\": \"determined/favicon-192x192.png\",\n+ \"src\": \"favicon-192x192.png... | Python | Apache License 2.0 | determined-ai/determined | chore: update manifest to use relative paths (#3131) | 1 | chore | null |
276,939 | 05.11.2021 10:36:52 | 10,800 | 9bb6eaac2b691be079e00eab184f8682a6d7f741 | fix(navigation): correct ordering across browsers | [
{
"change_type": "MODIFY",
"diff": "@@ -19,9 +19,9 @@ import MDXElements from '../MDXElements';\n*/\nconst getSorting = kind =>\n({\n- order: (a, b) => (a.order > b.order ? 1 : -1),\n- alphabetic: (a, b) => (a > b ? -1 : 1),\n- }[kind ?? 'order']);\n+ alphabeticDescending: (a, b) => (a.title > b.title ? -1 ... | JavaScript | MIT License | gympass/yoga | fix(navigation): correct ordering across browsers | 1 | fix | navigation |
276,951 | 05.11.2021 10:42:43 | 10,800 | fb521bfb08836b0da5d8e8052ffa4075d07fa70e | feat(dialog): create dialog, header, content and actions | [
{
"change_type": "ADD",
"diff": "+import { Dialog, Actions, Content, Header } from './web';\n+\n+Dialog.Header = Header;\n+Dialog.Content = Content;\n+Dialog.Actions = Actions;\n+\n+export default Dialog;\n",
"new_path": "packages/yoga/src/Dialog/index.js",
"old_path": null
},
{
"change_type... | JavaScript | MIT License | gympass/yoga | feat(dialog): create dialog, header, content and actions | 1 | feat | dialog |
276,951 | 05.11.2021 10:44:01 | 10,800 | 46fc73b51aad1e67bf0b374789c35283793cfcab | feat(dialog): add dialog theme | [
{
"change_type": "ADD",
"diff": "+const Dialog = ({ radii, spacing }) => ({\n+ border: {\n+ radius: radii.small,\n+ },\n+ height: {\n+ min: spacing.xxxlarge,\n+ max: spacing.huge,\n+ },\n+ width: {\n+ default: 580,\n+ },\n+ position: {\n+ top: 0,\n+ right: 0,\n+ bottom: 0,\n+ left: 0,\n+ },\n+});\n+\n+expor... | JavaScript | MIT License | gympass/yoga | feat(dialog): add dialog theme | 1 | feat | dialog |
276,951 | 05.11.2021 10:45:21 | 10,800 | a8b54a936b86e90ea92b55d17038dc18cb20e495 | test(dialog): add unit test | [
{
"change_type": "ADD",
"diff": "+import React from 'react';\n+import { render } from '@testing-library/react';\n+\n+import { ThemeProvider, Dialog } from '../..';\n+\n+describe('<Dialog />', () => {\n+ it('should match snapshot', () => {\n+ const { container } = render(\n+ <ThemeProvider>\n+ <Dialog />\n+ ... | JavaScript | MIT License | gympass/yoga | test(dialog): add unit test | 1 | test | dialog |
386,581 | 05.11.2021 10:45:37 | -7,200 | b8271376f1d20f2cc2d036aa50f69caa3b6b0c4a | fix(api): Add request handler tests. | [
{
"change_type": "MODIFY",
"diff": "@@ -36,13 +36,11 @@ async function request(context, { pageId, payload, requestId }) {\nconst connectionHandler = getConnectionHandler(context, { connectionConfig });\nconst requestHandler = getRequestHandler(context, { connectionHandler, requestConfig });\n-\nconst { conn... | JavaScript | Apache License 2.0 | lowdefy/lowdefy | fix(api): Add request handler tests. | 1 | fix | api |
276,951 | 05.11.2021 10:47:46 | 10,800 | ff4c947ddab977c84339d05e3737d6858ea0f22e | docs(dialog): create doc to dialog | [
{
"change_type": "ADD",
"diff": "+---\n+title: 'Dialog'\n+metaTitle: 'Dialog'\n+metaDescription: 'Dialog Component'\n+---\n+\n+# Dialog\n+\n+### Reference\n+\n+Gympass `<Dialog />` is the proper component to show alert messages.\n+\n+The `Dialog` may have an icon, a custom action and a close button.\n+\n+##... | JavaScript | MIT License | gympass/yoga | docs(dialog): create doc to dialog | 1 | docs | dialog |
667,635 | 05.11.2021 10:49:46 | -28,800 | 395803bfcff36cd228dc8aa2e2d37fb2a219030a | fix(ios): crash fixed,improve stability | [
{
"change_type": "MODIFY",
"diff": "@@ -451,7 +451,11 @@ HIPPY_EXPORT_METHOD(setContextName:(NSString *)contextName) {\n}\n- (void)secondBundleLoadCompleted:(BOOL)success {\n- std::shared_ptr<hippy::napi::JSCCtx> context = std::static_pointer_cast<hippy::napi::JSCCtx>(self.pScope->GetContext());\n+ std::sha... | C++ | Apache License 2.0 | tencent/hippy | fix(ios): crash fixed,improve stability (#1042) | 1 | fix | ios |
777,369 | 05.11.2021 11:09:49 | 21,600 | f6c36b1de87a29835b2def546719a71f29bf1b8c | style: move master logs nav item to other internal nav items | [
{
"change_type": "MODIFY",
"diff": "@@ -42,7 +42,6 @@ const settingsConfig: SettingsConfig = {\nconst menuConfig = {\nbottom: [\n- { icon: 'logs', label: 'Master Logs', path: paths.masterLogs() },\n{ external: true, icon: 'docs', label: 'Docs', path: paths.docs(), popout: true },\n{\nexternal: true,\n@@ -57... | Python | Apache License 2.0 | determined-ai/determined | style: move master logs nav item to other internal nav items (#3168) | 1 | style | null |
126,276 | 05.11.2021 11:12:17 | 10,800 | 60b766a15cff03c4e37633d79fd2d19a15a77392 | chore(pkg/database): snapshots should be up to current committed tx | [
{
"change_type": "MODIFY",
"diff": "@@ -18,7 +18,6 @@ package immuc\nimport (\n\"context\"\n\"fmt\"\n- \"math\"\n\"strings\"\n\"github.com/codenotary/immudb/pkg/api/schema\"\n@@ -30,7 +29,7 @@ func (i *immuc) ZScan(args []string) (string, error) {\nctx := context.Background()\nresponse, err := i.Execute(fun... | Go | Apache License 2.0 | codenotary/immudb | chore(pkg/database): snapshots should be up to current committed tx
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | chore | pkg/database |
815,577 | 05.11.2021 11:14:59 | -28,800 | 7c44a45a090a1807e8e1a129480527edf6c9fb9f | chore: remove unnecessary code | [
{
"change_type": "MODIFY",
"diff": "@@ -3,7 +3,7 @@ use std::collections::HashMap;\nuse std::sync::Arc;\nuse std::time::{Duration, Instant};\n-use ckb_logger::{debug, error, trace, warn};\n+use ckb_logger::{debug, trace, warn};\nuse p2p::{\nbytes::Bytes,\ncontext::{ProtocolContext, ProtocolContextMutRef, Se... | Rust | MIT License | nervosnetwork/ckb | chore: remove unnecessary code | 1 | chore | null |
276,936 | 05.11.2021 11:15:08 | 10,800 | 7c6ce47efb3fcbb974dc5a335b0c0c5d1528878d | feat: added zIndex prop to system | [
{
"change_type": "MODIFY",
"diff": "@@ -51,12 +51,20 @@ const left = props =>\ntransform: toPx,\n});\n+const zIndex = props =>\n+ generator({\n+ props,\n+ prop: ['zIndex'],\n+ cssProperty: 'zIndex',\n+ });\n+\nconst positions = compose(\nposition,\ntop,\nright,\nbottom,\nleft,\n+ zIndex,\n);\n-export { disp... | JavaScript | MIT License | gympass/yoga | feat: added zIndex prop to system | 1 | feat | null |
276,936 | 05.11.2021 11:16:50 | 10,800 | a1de0363fd52802ca5ae4f922a6adc1540a126a1 | test: added zIndex new prop test | [
{
"change_type": "MODIFY",
"diff": "@@ -7,6 +7,7 @@ import {\nright,\nbottom,\nleft,\n+ zIndex,\n} from './layout';\nconst spacings = [0, 4, 8, 12];\n@@ -174,5 +175,29 @@ describe('layout', () => {\nexpect(l).toStrictEqual(expectedNoTheme);\n});\n});\n+\n+ describe('zIndex', () => {\n+ it('Should return val... | JavaScript | MIT License | gympass/yoga | test: added zIndex new prop test | 1 | test | null |
126,276 | 05.11.2021 11:19:04 | 10,800 | 2d23c271336017b41ad11090203ef5849876d445 | test(cmd/immuclient): update unit testing including new operation | [
{
"change_type": "MODIFY",
"diff": "@@ -24,8 +24,8 @@ import (\nfunc TestNew(t *testing.T) {\ncmd := NewCommand()\n- if len(cmd.Commands()) != 28 {\n- t.Fatalf(\"error initialising command expected %d, got %d\", 28, len(cmd.Commands()))\n+ if len(cmd.Commands()) != 29 {\n+ t.Fatalf(\"error initialising comm... | Go | Apache License 2.0 | codenotary/immudb | test(cmd/immuclient): update unit testing including new operation
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com> | 1 | test | cmd/immuclient |
276,936 | 05.11.2021 11:20:40 | 10,800 | 3d7d0ae1cb5bb198029fe71902675dbde8292c71 | docs: added zIndex prop to documentation | [
{
"change_type": "MODIFY",
"diff": "@@ -29,7 +29,7 @@ const Dot = styled.div`\nrender(() => {\nreturn (\n<Frame position=\"relative\">\n- <Dot position=\"absolute\" top=\"small\" left=\"small\" />\n+ <Dot position=\"absolute\" top=\"small\" left=\"small\" zIndex={1}/>\n</Frame>\n);\n});\n@@ -128,6 +128,17 @... | JavaScript | MIT License | gympass/yoga | docs: added zIndex prop to documentation | 1 | docs | null |
617,459 | 05.11.2021 11:23:47 | -3,600 | b7693f214c15eef752589f971add797186264a66 | fix(ci): tag preprod | [
{
"change_type": "MODIFY",
"diff": "@@ -15,7 +15,7 @@ jobs:\nruns-on: ubuntu-latest\nsteps:\n- name: Register docker image for api\n- uses: SocialGouv/actions/autodevops-build-register@local-cache\n+ uses: SocialGouv/actions/autodevops-build-register@maxgfr/preproduction\nwith:\nproject: \"cdtn\"\nimageName... | TypeScript | Apache License 2.0 | socialgouv/code-du-travail-numerique | fix(ci): tag preprod (#3982) | 1 | fix | ci |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.