Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dashboard Lists Integration #2670

Closed
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
39d1641
[Bug] fix copy as curl (#1472) (#1483)
opensearch-trigger-bot[bot] Apr 21, 2022
23ee797
Bumps Node.js from v14.18.2 to v14.19.1 (#1487) (#1490)
opensearch-trigger-bot[bot] Apr 22, 2022
e0a958b
add release note for 2.0.0-rc1 (#1507) (#1525)
opensearch-trigger-bot[bot] Apr 29, 2022
e7b5d02
Removes GitHub DCO Action (#1537) (#1542)
May 3, 2022
0cf2db9
[Docs] update doc reference to point to 2.0 docs (#1543)
kavilla May 3, 2022
adf0002
Bump ejs from 3.1.6 to 3.1.7 (#1512) (#1521)
opensearch-trigger-bot[bot] May 3, 2022
6039b81
fix(actions): Better type checks for icons (#1496) (#1531)
opensearch-trigger-bot[bot] May 3, 2022
ee0812a
[CVE] Bumps `chromedriver` to v100 and `axios` to v0.27.2 (#1552) (#1…
opensearch-trigger-bot[bot] May 6, 2022
0c74f2e
Adds v2.0.0 release notes (#1567) (#1574)
opensearch-trigger-bot[bot] May 10, 2022
5c00c1e
[Bug] fix missing discover context icon (#1545) (#1565)
opensearch-trigger-bot[bot] May 10, 2022
9d6371f
Updates 2.0 release notes with latest commits (#1575) (#1577)
opensearch-trigger-bot[bot] May 11, 2022
d55eaf5
[CVE] Resolves grunt to 1.5.3 (#1580) (#1585)
opensearch-trigger-bot[bot] May 17, 2022
3e8cad4
[CI] [Test] Enforces equal or increasing code coverage in PRs (#1559)…
opensearch-trigger-bot[bot] May 19, 2022
b070d49
Fixes omissions/errors in v2.0.0 release notes (#1592) (#1596)
opensearch-trigger-bot[bot] May 19, 2022
16a945b
[Purify] hide option for theme version in settings (#1598) (#1604)
opensearch-trigger-bot[bot] May 19, 2022
3d6dd63
Removes irrelevant upsell in the timeout message (#1599) (#1606)
opensearch-trigger-bot[bot] May 19, 2022
3e2ff81
[Tests] Update Dockerfile chrome version to match (#1626) (#1628)
opensearch-trigger-bot[bot] May 26, 2022
fb7b459
[BUG] Remove duplicate var in the opensearch-dashboards-docker (#1649…
opensearch-trigger-bot[bot] Jun 2, 2022
f121a0a
[Backport 2.0][CI][BWC] add BWC tests to github actions (#1624) (#165…
kavilla Jun 4, 2022
425c970
[Bug] Fix metric vizualization (#1650) (#1672)
opensearch-trigger-bot[bot] Jun 4, 2022
133f2b0
Explicitly set the Opensearch logo width in the SVG file (#1570) (#1666)
opensearch-trigger-bot[bot] Jun 5, 2022
d764e30
Bump version to 2.0.1 (#1613)
zelinh Jun 8, 2022
9673aa6
Fix WMS can't load when unable access maps services (#1550) (#1707)
opensearch-trigger-bot[bot] Jun 13, 2022
4ca29ac
Adds v2.0.1 release notes (#1744) (#1750)
opensearch-trigger-bot[bot] Jun 15, 2022
04183b7
Bump the version to 2.0.2 (#1758)
zelinh Jun 17, 2022
1e63bc5
[CI][BWC] Date range for tests incorrect params (#1772) (#1774)
opensearch-trigger-bot[bot] Jul 29, 2022
3ae357d
[BUG] Fix missing y-axis for TSVB (#2079) (#2107)
opensearch-trigger-bot[bot] Aug 23, 2022
d724e08
[BUG] Fixing some of the broken links in core plugin API documentatio…
opensearch-trigger-bot[bot] Aug 23, 2022
12b2dd7
Custom healthcheck with filters (#2232) (#2244)
opensearch-trigger-bot[bot] Sep 8, 2022
52188a0
[BUG] fix healthcheck logic to expect object and return ids (#2277) (…
kavilla Sep 8, 2022
c3f6d2b
Update caniuse (#2322) (#2325)
opensearch-trigger-bot[bot] Sep 16, 2022
a6aaf6e
[CI] Clean up for BWC tests & run only on PRs for backports (#1948) (…
opensearch-trigger-bot[bot] Sep 20, 2022
aec9cb1
[Tests] update tests to reflect max zoom level for maps (#1823) (#2387)
opensearch-trigger-bot[bot] Sep 20, 2022
34867ad
Bump moment-timezone from 0.5.34 to 0.5.37 (#2361) (#2366)
opensearch-trigger-bot[bot] Sep 20, 2022
36ac6bb
Use a forced CSP-compliant interpreter with Vega visualizations (#235…
opensearch-trigger-bot[bot] Sep 20, 2022
f46b0b1
Dashboard Lists Integration
Oct 25, 2022
bbf816b
* Correct DashboardList Create button onClick
Oct 26, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[CI] [Test] Enforces equal or increasing code coverage in PRs (#1559) (
…#1591)

* Utilizes Codecov yaml configuration: https://docs.codecov.com/docs/codecov-yaml
* The purpose of enforcing increasing code coverage over time is to attempt to improve the quality of
  changes via testing, reduce the need to request tests in PRs, and stay away from enforcing an
  ambiguous coverage percentage.

Signed-off-by: Tommy Markley <markleyt@amazon.com>
(cherry picked from commit 21d7b6f)
  • Loading branch information
opensearch-trigger-bot[bot] authored May 19, 2022
commit 3e8cad4bd0d347f211f2cec74b61f87b55f2fb80
7 changes: 7 additions & 0 deletions .github/.codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# https://docs.codecov.com/docs/codecov-yaml
coverage:
status:
project:
default:
# https://docs.codecov.com/docs/commit-status#target
target: auto # coverage must be equal or above the previous commit