-
Notifications
You must be signed in to change notification settings - Fork 967
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
Add CHANGELOG.md and related workflows #2414
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: "Changelog Verifier" | ||
on: | ||
pull_request: | ||
types: [opened, edited, review_requested, synchronize, reopened, ready_for_review, labeled, unlabeled] | ||
|
||
jobs: | ||
# Enforces the update of a changelog file on every pull request | ||
verify-changelog: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
ref: ${{ github.event.pull_request.head.sha }} | ||
|
||
- uses: dangoslen/changelog-enforcer@v3 | ||
with: | ||
skipLabels: "autocut" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
# CHANGELOG | ||
Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) | ||
|
||
## [Unreleased] | ||
### 💥 Breaking Changes | ||
|
||
### Deprecations | ||
|
||
### 🛡 Security | ||
|
||
### 📈 Features/Enhancements | ||
|
||
### 🐛 Bug Fixes | ||
|
||
### 🚞 Infrastructure | ||
|
||
* Add CHANGELOG.md and related workflows ([#2414](/~https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2414)) | ||
|
||
### 📝 Documentation | ||
|
||
### 🛠 Maintenance | ||
|
||
### 🪛 Refactoring | ||
|
||
### 🔩 Tests | ||
|
||
## [2.x] | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. should we use x.x as place holder or change to 3.x algin with main? |
||
### 💥 Breaking Changes | ||
|
||
### Deprecations | ||
|
||
### 🛡 Security | ||
|
||
* Use a forced CSP-compliant interpreter with Vega visualizations ([#2352](/~https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2352)) | ||
* Bump moment-timezone from 0.5.34 to 0.5.37 ([#2361](/~https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2361)) | ||
* [CVE-2022-33987] Upgrade geckodriver to 3.0.2 ([#2166](/~https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2166)) | ||
|
||
### 📈 Features/Enhancements | ||
|
||
* Add updated_at column to objects' tables ([#1218](/~https://github.com/opensearch-project/OpenSearch-Dashboards/pull/1218)) | ||
|
||
### 🐛 Bug Fixes | ||
|
||
* [Viz Builder] Fixes time series for new chart types ([#2309](/~https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2309)) | ||
* [Viz Builder] Add index pattern info when loading embeddable ([#2363](/~https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2363)) | ||
* Fixes management app breadcrumb error ([#2344](/~https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2344)) | ||
|
||
### 🚞 Infrastructure | ||
|
||
* Add path ignore for markdown files for CI ([#2312](/~https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2312)) | ||
* Updating WS scans to ignore BWC artifacts in `cypress` ([#2408](/~https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2408)) | ||
|
||
|
||
### 📝 Documentation | ||
|
||
* README.md for saving index pattern relationship ([#2276](/~https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2276)) | ||
* Remove extra typo from README. ([#2403](/~https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2403)) | ||
|
||
### 🛠 Maintenance | ||
|
||
* Increment from 2.3 to 2.4. ([#2295](/~https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2295)) | ||
|
||
### 🪛 Refactoring | ||
|
||
### 🔩 Tests | ||
|
||
* Update caniuse to fix failed integration tests ([#2322](/~https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2322)) | ||
|
||
[Unreleased]: /~https://github.com/opensearch-project/OpenSearch-Dashboards/compare/2.3.0...HEAD | ||
[2.x]: /~https://github.com/opensearch-project/OpenSearch-Dashboards/compare/2.3.0...2.x |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 should be spruced up but i moved this higher because not everything needed new tests but tests should pass