Skip to content

Commit 9c12878

Browse files
authored
Merge branch 'main' into tracesEmptyToastFix
2 parents b94ddb8 + 57a3f52 commit 9c12878

File tree

2 files changed

+61
-1
lines changed

2 files changed

+61
-1
lines changed

.cypress/integration/trace_analytics_test/trace_analytics_traces.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ describe('Testing trace view', () => {
9595
cy.get('.euiTitle').contains('Logs').should('exist');
9696
});
9797

98-
it.only('Renders data grid, flyout and filters', () => {
98+
it('Renders data grid, flyout and filters', () => {
9999
cy.get('.panel-title-count').contains('(11)').should('exist');
100100
cy.get('.euiButton__text[title="Span list"]').click({ force: true });
101101
cy.contains('2 columns hidden').should('exist');
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
## Version 2.19.0 Release Notes
2+
3+
Compatible with OpenSearch and OpenSearch Dashboards version 2.19.0
4+
5+
### Features
6+
7+
- Remove the maxFilesPerTrigger limits for VPC MV ([#2318](https://github.com/opensearch-project/dashboards-observability/pull/2318))
8+
- Gantt chart / Span list rework ([#2283](https://github.com/opensearch-project/dashboards-observability/pull/2283))
9+
- Update redirection/Focus field rework ([#2264](https://github.com/opensearch-project/dashboards-observability/pull/2264))
10+
- Notebooks updates ([#2255](https://github.com/opensearch-project/dashboards-observability/pull/2255))
11+
- Overview page add state for missing data source ([#2237](https://github.com/opensearch-project/dashboards-observability/pull/2237))
12+
- Service map updates ([#2230](https://github.com/opensearch-project/dashboards-observability/pull/2230))
13+
14+
### Bug Fixes
15+
16+
- [Bug] Add loading status to all pages in traces and services pages ([#2336](https://github.com/opensearch-project/dashboards-observability/pull/2336))
17+
- Add MDS support for missing datasourceId in traceGroup requests ([#2333](https://github.com/opensearch-project/dashboards-observability/pull/2333))
18+
- Traces - Filter Adjustment and DataGrid abstraction ([#2321](https://github.com/opensearch-project/dashboards-observability/pull/2321))
19+
- Remove redundant traces call for related services ([#2315](https://github.com/opensearch-project/dashboards-observability/pull/2315))
20+
- Traces/Services - Query optimization / UI setting / Bugfix ([#2310](https://github.com/opensearch-project/dashboards-observability/pull/2310))
21+
- Update latest github links in maintainer doc ([#2304](https://github.com/opensearch-project/dashboards-observability/pull/2304))
22+
- Traces custom source - Bug Fixes ([#2298](https://github.com/opensearch-project/dashboards-observability/pull/2298))
23+
- Gantt Chart / Service Map followup ([#2294](https://github.com/opensearch-project/dashboards-observability/pull/2294))
24+
- Fix flaky cypress tests ([#2293](https://github.com/opensearch-project/dashboards-observability/pull/2293))
25+
- Fix SQL/PPL crash with incorrect query ([#2284](https://github.com/opensearch-project/dashboards-observability/pull/2284))
26+
- Fix notebook routes for savedNotebook endpoints ([#2279](https://github.com/opensearch-project/dashboards-observability/pull/2279))
27+
- Updated notebooks reporting button render ([#2278](https://github.com/opensearch-project/dashboards-observability/pull/2278))
28+
- Fix fetching workspace visualizations error ([#2268](https://github.com/opensearch-project/dashboards-observability/pull/2268))
29+
- Replace index mapping with field caps API for trace filters ([#2246](https://github.com/opensearch-project/dashboards-observability/pull/2246))
30+
- Metrics datasource ([#2242](https://github.com/opensearch-project/dashboards-observability/pull/2242))
31+
- Use savedObjects client to fetch notebook visualizations ([#2241](https://github.com/opensearch-project/dashboards-observability/pull/2241))
32+
- Fix mds ref update on integration assets ([#2240](https://github.com/opensearch-project/dashboards-observability/pull/2240))
33+
- Return 503 if opensearch calls failed ([#2238](https://github.com/opensearch-project/dashboards-observability/pull/2238))
34+
- [BUG-Fixed] #1466 - create observability dashboard after invalid name ([#1928](https://github.com/opensearch-project/dashboards-observability/pull/1928))
35+
- [Bug fix] Traces/Services bugfixes and UI update ([#2235](https://github.com/opensearch-project/dashboards-observability/pull/2235))
36+
37+
### Infrastructure
38+
39+
- Remove fallback restore keys from build cache ([#2228](https://github.com/opensearch-project/dashboards-observability/pull/2228))
40+
41+
### Documentation
42+
43+
- SOP for Integration and Vended Dashabords Setup ([#2299](https://github.com/opensearch-project/dashboards-observability/pull/2299))
44+
45+
### Maintenance
46+
47+
- Bump nanoid to 3.3.8 ([#2328](https://github.com/opensearch-project/dashboards-observability/pull/2328))
48+
- Bump cross-spawn to 7.0.5 ([#2322](https://github.com/opensearch-project/dashboards-observability/pull/2322))
49+
- Downgrade cypress to 12.17.4 ([#2306](https://github.com/opensearch-project/dashboards-observability/pull/2306))
50+
- Configure OpenSearch Dashboards before running in CI ([#2291](https://github.com/opensearch-project/dashboards-observability/pull/2291))
51+
- Panels updates ([#2285](https://github.com/opensearch-project/dashboards-observability/pull/2285))
52+
- Fix flaky notebooks test ([#2280](https://github.com/opensearch-project/dashboards-observability/pull/2280))
53+
- Event explorer updates ([#2275](https://github.com/opensearch-project/dashboards-observability/pull/2275))
54+
- Metrics updates ([#2269](https://github.com/opensearch-project/dashboards-observability/pull/2269))
55+
- Fix flaky render of spans table tests ([#2263](https://github.com/opensearch-project/dashboards-observability/pull/2263))
56+
- App analytics updates ([#2261](https://github.com/opensearch-project/dashboards-observability/pull/2261))
57+
- Separate uploaded cypress artifacts for actions/upload-artifact@v4 ([#2259](https://github.com/opensearch-project/dashboards-observability/pull/2259))
58+
- Trace analytics updates ([#2251](https://github.com/opensearch-project/dashboards-observability/pull/2251))
59+
- Increment version to 2.19.0.0 ([#2271](https://github.com/opensearch-project/dashboards-observability/pull/2271))
60+
- Adding release notes for 2.19.0([#2343](https://github.com/opensearch-project/dashboards-observability/pull/2343))

0 commit comments

Comments
 (0)