Updates to changelog processing after docs redesign#89463
Merged
mark-vieira merged 3 commits intoelastic:mainfrom Aug 18, 2022
Merged
Updates to changelog processing after docs redesign#89463mark-vieira merged 3 commits intoelastic:mainfrom
mark-vieira merged 3 commits intoelastic:mainfrom
Conversation
Collaborator
|
Pinging @elastic/es-delivery (Team:Delivery) |
pugnascotia
added a commit
to pugnascotia/elasticsearch
that referenced
this pull request
Aug 18, 2022
Collaborator
💔 Backport failed
You can use sqren/backport to manually backport by running |
Contributor
|
@pugnascotia I've noticed the release notes generation code has deviated a good amount between |
Contributor
|
@debadair are these changes applicable to 7.17 patch releases as well? |
Contributor
|
@pugnascotia or is a lot of that stuff n/a for 7.17 since we aren't planning any new minors? |
elasticsearchmachine
pushed a commit
that referenced
this pull request
Aug 18, 2022
Contributor
Author
|
Uh...I don't really remember. I think we can use the same process for 7.17? In which case we should sync the generator code. |
This was referenced Aug 18, 2022
mark-vieira
pushed a commit
to mark-vieira/elasticsearch
that referenced
this pull request
Aug 18, 2022
# Conflicts: # build-tools-internal/src/test/java/org/elasticsearch/gradle/internal/release/ReleaseHighlightsGeneratorTest.java # build-tools-internal/src/test/resources/org/elasticsearch/gradle/internal/release/ReleaseHighlightsGeneratorTest.generateFile.asciidoc # docs/changelog/83345.yaml
elasticsearchmachine
pushed a commit
that referenced
this pull request
Aug 19, 2022
# Conflicts: # build-tools-internal/src/test/java/org/elasticsearch/gradle/internal/release/ReleaseHighlightsGeneratorTest.java # build-tools-internal/src/test/resources/org/elasticsearch/gradle/internal/release/ReleaseHighlightsGeneratorTest.generateFile.asciidoc # docs/changelog/83345.yaml Co-authored-by: Rory Hunter <pugnascotia@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
weizijun
added a commit
to weizijun/elasticsearch
that referenced
this pull request
Aug 19, 2022
* upstream/main: (265 commits) Disable openid connect tests due to missing fixture (elastic#89478) Add periodic job for single processor node testing Updates to changelog processing after docs redesign (elastic#89463) Better support for multi cluster for run task (elastic#89442) Mute failing tests (elastic#89465) [ML] Performance improvements related to ECS Grok pattern usage (elastic#89424) Add source fallback support for date and date_nanos mapped types (elastic#89440) Reuse Info in lifecycle step (elastic#89419) feature: support metrics for multi value fields (elastic#88818) Upgrade OpenTelemetry API and remove workaround (elastic#89438) Remove LegacyClusterTaskResultActionListener (elastic#89459) Add YAML spec docs about matching errors (elastic#89370) Remove redundant cluster upgrade tests for auth tokens (elastic#89417) Return 400 error for GetUserPrivileges call with API keys (elastic#89333) User Profile - Detailed errors in hasPrivileges response (elastic#89224) Rollover min_* conditions docs and highlight (elastic#89434) REST tests for percentiles_bucket agg (elastic#88029) REST tests for cumulative pipeline aggs (elastic#88966) Clean-up file watcher keys. (elastic#89429) fix a typo in Security.java (elastic#89248) ... # Conflicts: # server/src/main/java/org/elasticsearch/index/mapper/NumberFieldMapper.java
mark-vieira
added a commit
to mark-vieira/elasticsearch
that referenced
this pull request
Aug 23, 2022
…89463) (elastic#89476)" This reverts commit 6b30159.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Closes #89441. We need to make some changes to our release documentation,
following a docs site redesign.
triple-backtick style. This is now enforced by the changelog
validatation. I also backfilled the unit tests.