Skip to content

[backport] PR #8785 to 5.0 - [server/logging] intercept ECONNRESET messages and downgrade them#8786

Merged
epixa merged 1 commit into5.0from
jasper/backport/8785/5.0
Oct 20, 2016
Merged

[backport] PR #8785 to 5.0 - [server/logging] intercept ECONNRESET messages and downgrade them#8786
epixa merged 1 commit into5.0from
jasper/backport/8785/5.0

Conversation

@elastic-jasper
Copy link
Contributor

Backport PR #8785

Commit 1:
[server/logging] intercept ECONNRESET messages and downgrade them

Commit 2:
[server/logging] remove doTagsMatch() helper

Commit 3:
[server/logging] add tests for log interceptor

Commit 4:
[server/logging] only match tags that are in the right order

Commit 5:
[server/logging] remove unused dependency

Commit 6:
[server/logging] fix the order we expect tags to be in

---------

**Commit 1:**
[server/logging] intercept ECONNRESET messages and downgrade them

* Original sha: 38bcad9
* Authored by spalger <email@spalger.com> on 2016-10-20T19:24:16Z

**Commit 2:**
[server/logging] remove doTagsMatch() helper

* Original sha: a8eea58
* Authored by spalger <email@spalger.com> on 2016-10-20T20:19:33Z

**Commit 3:**
[server/logging] add tests for log interceptor

* Original sha: 866abcc
* Authored by spalger <email@spalger.com> on 2016-10-20T20:35:35Z

**Commit 4:**
[server/logging] only match tags that are in the right order

* Original sha: 1973ed8
* Authored by spalger <email@spalger.com> on 2016-10-20T20:50:26Z

**Commit 5:**
[server/logging] remove unused dependency

* Original sha: dbe5f6f
* Authored by spalger <email@spalger.com> on 2016-10-20T20:58:59Z

**Commit 6:**
[server/logging] fix the order we expect tags to be in

* Original sha: 76e09e6
* Authored by spalger <email@spalger.com> on 2016-10-20T21:04:58Z
@elastic-jasper elastic-jasper added the backport This PR is a backport of another PR label Oct 20, 2016
@spalger spalger changed the title [backport] PR #8785 to 5.0 [backport] PR #8785 to 5.0 - [server/logging] intercept ECONNRESET messages and downgrade them Oct 20, 2016
@spalger spalger added the v5.0.0 label Oct 20, 2016
@epixa epixa merged commit a69ab2d into 5.0 Oct 20, 2016
@epixa epixa deleted the jasper/backport/8785/5.0 branch October 20, 2016 21:28
acstll added a commit that referenced this pull request Jun 19, 2025
`103.0.0` ⏩ `103.1.0`

[Questions? Please see our Kibana upgrade
FAQ.](https://github.com/elastic/eui/blob/main/wiki/eui-team-processes/upgrading-kibana.md#faq-for-kibana-teams)

## Changes

- **EuiDataGrid** now takes an `onFullScreenChange` callback
- An accessibility fix in **EuiComboBox**
- 3 bug fixes

## Package updates

### `@elastic/eui`

## [`v103.1.0`](https://github.com/elastic/eui/releases/v103.1.0)

- Added `onFullScreenChange` prop to `EuiDataGrid` to handle changes
when the component enters or exits fullscreen mode
([#8765](elastic/eui#8765))

**Bug fixes**

- Fixed `onChange` being triggered twice when the checkbox in
`EuiCheckableCard` is clicked
([#8786](elastic/eui#8786))
- Fixed a circular import on the legacy Amsterdam theme that would cause
the theme usage to break
([#8780](elastic/eui#8780))
- Fixed high contrast theme token overrides not being applied
([#8742](elastic/eui#8742))

**Accessibility**

- Fixed form errors not being read by screen readers for `EuiComboBox`
inside of `EuiFormRow`
([#8798](elastic/eui#8798))

<!--ONMERGE {"backportTargets":["8.19","9.0"]} ONMERGE-->
acstll added a commit to acstll/kibana that referenced this pull request Jun 19, 2025
`103.0.0` ⏩ `103.1.0`

[Questions? Please see our Kibana upgrade
FAQ.](https://github.com/elastic/eui/blob/main/wiki/eui-team-processes/upgrading-kibana.md#faq-for-kibana-teams)

## Changes

- **EuiDataGrid** now takes an `onFullScreenChange` callback
- An accessibility fix in **EuiComboBox**
- 3 bug fixes

## Package updates

### `@elastic/eui`

## [`v103.1.0`](https://github.com/elastic/eui/releases/v103.1.0)

- Added `onFullScreenChange` prop to `EuiDataGrid` to handle changes
when the component enters or exits fullscreen mode
([elastic#8765](elastic/eui#8765))

**Bug fixes**

- Fixed `onChange` being triggered twice when the checkbox in
`EuiCheckableCard` is clicked
([elastic#8786](elastic/eui#8786))
- Fixed a circular import on the legacy Amsterdam theme that would cause
the theme usage to break
([elastic#8780](elastic/eui#8780))
- Fixed high contrast theme token overrides not being applied
([elastic#8742](elastic/eui#8742))

**Accessibility**

- Fixed form errors not being read by screen readers for `EuiComboBox`
inside of `EuiFormRow`
([elastic#8798](elastic/eui#8798))

<!--ONMERGE {"backportTargets":["8.19","9.0"]} ONMERGE-->

(cherry picked from commit b0d46f7)

# Conflicts:
#	package.json
#	yarn.lock
acstll added a commit that referenced this pull request Jun 19, 2025
# Backport

This will backport the following commits from `main` to `8.19`:
- [Upgrade EUI to v103.1.0
(#224391)](#224391)

<!--- Backport version: 10.0.1 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Arturo Castillo
Delgado","email":"arturo.castillo@elastic.co"},"sourceCommit":{"committedDate":"2025-06-19T08:49:18Z","message":"Upgrade
EUI to v103.1.0 (#224391)\n\n`103.0.0` ⏩ `103.1.0`\n\n[Questions? Please
see our Kibana
upgrade\nFAQ.](https://github.com/elastic/eui/blob/main/wiki/eui-team-processes/upgrading-kibana.md#faq-for-kibana-teams)\n\n##
Changes\n\n- **EuiDataGrid** now takes an `onFullScreenChange`
callback\n- An accessibility fix in **EuiComboBox**\n- 3 bug fixes\n\n##
Package updates\n\n### `@elastic/eui`\n\n##
[`v103.1.0`](https://github.com/elastic/eui/releases/v103.1.0)\n\n-
Added `onFullScreenChange` prop to `EuiDataGrid` to handle changes\nwhen
the component enters or exits fullscreen
mode\n([#8765](https://github.com/elastic/eui/pull/8765))\n\n**Bug
fixes**\n\n- Fixed `onChange` being triggered twice when the checkbox
in\n`EuiCheckableCard` is
clicked\n([#8786](https://github.com/elastic/eui/pull/8786))\n- Fixed a
circular import on the legacy Amsterdam theme that would cause\nthe
theme usage to
break\n([#8780](https://github.com/elastic/eui/pull/8780))\n- Fixed high
contrast theme token overrides not being
applied\n([#8742](https://github.com/elastic/eui/pull/8742))\n\n**Accessibility**\n\n-
Fixed form errors not being read by screen readers for
`EuiComboBox`\ninside of
`EuiFormRow`\n([#8798](https://github.com/elastic/eui/pull/8798))\n\n","sha":"b0d46f761d52b65bcd942891f58d68a3bddb13d0","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["review","release_note:skip","EUI","ci:cloud-deploy","backport:version","v9.1.0","v8.19.0"],"title":"Upgrade
EUI to
v103.1.0","number":224391,"url":"https://github.com/elastic/kibana/pull/224391","mergeCommit":{"message":"Upgrade
EUI to v103.1.0 (#224391)\n\n`103.0.0` ⏩ `103.1.0`\n\n[Questions? Please
see our Kibana
upgrade\nFAQ.](https://github.com/elastic/eui/blob/main/wiki/eui-team-processes/upgrading-kibana.md#faq-for-kibana-teams)\n\n##
Changes\n\n- **EuiDataGrid** now takes an `onFullScreenChange`
callback\n- An accessibility fix in **EuiComboBox**\n- 3 bug fixes\n\n##
Package updates\n\n### `@elastic/eui`\n\n##
[`v103.1.0`](https://github.com/elastic/eui/releases/v103.1.0)\n\n-
Added `onFullScreenChange` prop to `EuiDataGrid` to handle changes\nwhen
the component enters or exits fullscreen
mode\n([#8765](https://github.com/elastic/eui/pull/8765))\n\n**Bug
fixes**\n\n- Fixed `onChange` being triggered twice when the checkbox
in\n`EuiCheckableCard` is
clicked\n([#8786](https://github.com/elastic/eui/pull/8786))\n- Fixed a
circular import on the legacy Amsterdam theme that would cause\nthe
theme usage to
break\n([#8780](https://github.com/elastic/eui/pull/8780))\n- Fixed high
contrast theme token overrides not being
applied\n([#8742](https://github.com/elastic/eui/pull/8742))\n\n**Accessibility**\n\n-
Fixed form errors not being read by screen readers for
`EuiComboBox`\ninside of
`EuiFormRow`\n([#8798](https://github.com/elastic/eui/pull/8798))\n\n","sha":"b0d46f761d52b65bcd942891f58d68a3bddb13d0"}},"sourceBranch":"main","suggestedTargetBranches":["8.19"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/224391","number":224391,"mergeCommit":{"message":"Upgrade
EUI to v103.1.0 (#224391)\n\n`103.0.0` ⏩ `103.1.0`\n\n[Questions? Please
see our Kibana
upgrade\nFAQ.](https://github.com/elastic/eui/blob/main/wiki/eui-team-processes/upgrading-kibana.md#faq-for-kibana-teams)\n\n##
Changes\n\n- **EuiDataGrid** now takes an `onFullScreenChange`
callback\n- An accessibility fix in **EuiComboBox**\n- 3 bug fixes\n\n##
Package updates\n\n### `@elastic/eui`\n\n##
[`v103.1.0`](https://github.com/elastic/eui/releases/v103.1.0)\n\n-
Added `onFullScreenChange` prop to `EuiDataGrid` to handle changes\nwhen
the component enters or exits fullscreen
mode\n([#8765](https://github.com/elastic/eui/pull/8765))\n\n**Bug
fixes**\n\n- Fixed `onChange` being triggered twice when the checkbox
in\n`EuiCheckableCard` is
clicked\n([#8786](https://github.com/elastic/eui/pull/8786))\n- Fixed a
circular import on the legacy Amsterdam theme that would cause\nthe
theme usage to
break\n([#8780](https://github.com/elastic/eui/pull/8780))\n- Fixed high
contrast theme token overrides not being
applied\n([#8742](https://github.com/elastic/eui/pull/8742))\n\n**Accessibility**\n\n-
Fixed form errors not being read by screen readers for
`EuiComboBox`\ninside of
`EuiFormRow`\n([#8798](https://github.com/elastic/eui/pull/8798))\n\n","sha":"b0d46f761d52b65bcd942891f58d68a3bddb13d0"}},{"branch":"8.19","label":"v8.19.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport This PR is a backport of another PR v5.0.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Comments