-
Notifications
You must be signed in to change notification settings - Fork 69
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
Create opensearch-dashboards-reports.release-notes-1.2.0.0.md #219
Create opensearch-dashboards-reports.release-notes-1.2.0.0.md #219
Conversation
Codecov Report
@@ Coverage Diff @@
## main #219 +/- ##
=============================================
- Coverage 63.57% 53.01% -10.57%
Complexity 296 296
=============================================
Files 99 66 -33
Lines 4115 2126 -1989
Branches 628 242 -386
=============================================
- Hits 2616 1127 -1489
+ Misses 1357 860 -497
+ Partials 142 139 -3
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
d5a4b4a
to
54b4e6c
Compare
@@ -0,0 +1,40 @@ | |||
### **Version 1.2.0.0 Release Notes** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there an update in the 1.2 release notes to make the section titles in bold? Our past release notes don't have this style
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I followed the Version 1.1.0.0 Release Notes title style which i thought was in bold so went with it. I'll change it
* Add logic to build report detail page link and send as part of message for non-email channels ([#182](https://github.com/opensearch-project/dashboards-reports/pull/182)) | ||
* Forward all cookies while using headless Chromium ([#194](https://github.com/opensearch-project/dashboards-reports/pull/194)) | ||
* Catch Notifications Errors on Details Pages ([#197](https://github.com/opensearch-project/dashboards-reports/pull/197)) | ||
* Remove notifications integration from Details pages ([#210](https://github.com/opensearch-project/dashboards-reports/pull/210)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How come some of the PRs for removing notifications are in Infrastructure and others are in Enhancements? I feel they should all be in the same section
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shall i put all PRs for removing notifications under Infrastructure ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would say it should be under Infrastructure, thoughts @joshuali925 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we use infra to categorize CI/CD, pipeline, UT/IT changes. Not very sure what goes for removing notifications, maybe Refactoring
? but it doesn't matter as much since notifications was added and removed, no changes for existing users, i'm ok with enhancements
@@ -0,0 +1,40 @@ | |||
### **Version 1.2.0.0 Release Notes** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you remove the **
? I don't think we use this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah i'll remove it
### **Bug Fixes** | ||
* Fix quoting and url-encoding ([#153](https://github.com/opensearch-project/dashboards-reports/pull/153)) | ||
* Remove hard coded localhost when calling API ([#172](https://github.com/opensearch-project/dashboards-reports/pull/172)) | ||
* rename plugin helper config file name to consistent with OSD ([#180](https://github.com/opensearch-project/dashboards-reports/pull/180)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is maintenance
, it's to sync with upstream change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll change it
* Taking RBAC settings from Alerting plugin default to false ([#165](https://github.com/opensearch-project/dashboards-reports/pull/165)) | ||
* Integrate notifications backend ([#129](https://github.com/opensearch-project/dashboards-reports/pull/129)) | ||
* Build email message from template with reports links ([#184](https://github.com/opensearch-project/dashboards-reports/pull/184)) | ||
* Use advanced settings for date format in csv reports ([#186](https://github.com/opensearch-project/dashboards-reports/pull/186)) | ||
* Remove Notifications from Create/Edit ([#212](https://github.com/opensearch-project/dashboards-reports/pull/212)) | ||
* Remove calling notifications in reports scheduler ([#211](https://github.com/opensearch-project/dashboards-reports/pull/211)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think you can put them all in Enhancements
, infrastructure is mostly unit/integration tests related PRs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ohh got it. I'll change accordingly
### **Maintenance** | ||
* Bump to version 1.2 ([#203](https://github.com/opensearch-project/dashboards-reports/pull/203)) | ||
* Bump tmpl from 1.0.4 to 1.0.5 in /dashboards-reports ([#164](https://github.com/opensearch-project/dashboards-reports/pull/164)) | ||
* Revert backend paths to opendistro ([#218](https://github.com/opensearch-project/dashboards-reports/pull/218)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is a bug fix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just the PR 218 right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
right
|
||
|
||
### Infrastructure | ||
* Integrate notifications backend ([#129](https://github.com/opensearch-project/dashboards-reports/pull/129)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is also part of adding notifications (which was then removed), could you also put in enhancements like others
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah okay!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Description
Release notes for Opensearch-Dashboard-Reports V1.2.0
Issues Resolved
[List any issues this PR will resolve]
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.