Skip to content

Commit

Permalink
Remove ESQL prefix from all ESQL changelog entries
Browse files Browse the repository at this point in the history
Unlike the original PR's these entries are sorted under an `ES|QL` subsection, so this is redundant, and visually jarring.
  • Loading branch information
craigtaverner committed Oct 5, 2023
1 parent 2184b60 commit 7313149
Show file tree
Hide file tree
Showing 28 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion docs/changelog/100199.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pr: 100199
summary: "ESQL: Simple check if all blocks get released"
summary: "Simple check if all blocks get released"
area: ES|QL
type: enhancement
issues: []
2 changes: 1 addition & 1 deletion docs/changelog/98528.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pr: 98528
summary: "ESQL: Add support for TEXT fields in comparison operators and SORT"
summary: "Add support for TEXT fields in comparison operators and SORT"
area: ES|QL
type: enhancement
issues:
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/98590.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pr: 98590
summary: "ESQL: LTRIM, RTRIM and fix unicode whitespace"
summary: "LTRIM, RTRIM and fix unicode whitespace"
area: ES|QL
type: feature
issues: []
2 changes: 1 addition & 1 deletion docs/changelog/98630.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pr: 98630
summary: "ESQL: LEAST and GREATEST functions"
summary: "LEAST and GREATEST functions"
area: ES|QL
type: feature
issues: []
2 changes: 1 addition & 1 deletion docs/changelog/98759.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pr: 98759
summary: "ESQL: Support queries that don't return underlying fields"
summary: "Support queries that don't return underlying fields"
area: ES|QL
type: bug
issues:
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/98847.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pr: 98847
summary: "ESQL: Add `CEIL` function"
summary: "Add `CEIL` function"
area: ES|QL
type: enhancement
issues: []
2 changes: 1 addition & 1 deletion docs/changelog/98870.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pr: 98870
summary: "ESQL: Add ability to perform date math"
summary: "Add ability to perform date math"
area: ES|QL
type: enhancement
issues:
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/98942.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pr: 98942
summary: "ESQL: LEFT function"
summary: "LEFT function"
area: ES|QL
type: feature
issues: []
2 changes: 1 addition & 1 deletion docs/changelog/98972.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pr: 98972
summary: "ES|QL: Implement serialization of `InvalidMappedField`"
summary: "Implement serialization of `InvalidMappedField`"
area: ES|QL
type: bug
issues:
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/98974.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pr: 98974
summary: "ESQL: RIGHT function"
summary: "RIGHT function"
area: ES|QL
type: feature
issues: []
2 changes: 1 addition & 1 deletion docs/changelog/99054.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pr: 99054
summary: "ESQL: Mark counter fields as unsupported"
summary: "Mark counter fields as unsupported"
area: ES|QL
type: enhancement
issues: []
2 changes: 1 addition & 1 deletion docs/changelog/99058.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pr: 99058
summary: "ESQL: log query and execution time"
summary: "Log query and execution time"
area: ES|QL
type: enhancement
issues: []
2 changes: 1 addition & 1 deletion docs/changelog/99188.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pr: 99188
summary: "ESQL: skip synthetic attributes when planning the physical fragment"
summary: "Skip synthetic attributes when planning the physical fragment"
area: ES|QL
type: bug
issues:
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/99286.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pr: 99286
summary: "ESQL: Log execution time consistently"
summary: "Log execution time consistently"
area: ES|QL
type: enhancement
issues: []
2 changes: 1 addition & 1 deletion docs/changelog/99310.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pr: 99310
summary: "ESQL: \"params\" correctly parses the values including an optional \"type\""
summary: "\"params\" correctly parses the values including an optional \"type\""
area: ES|QL
type: bug
issues:
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/99316.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pr: 99316
summary: "ESQL: Compact topn"
summary: "Compact topn"
area: ES|QL
type: enhancement
issues: []
2 changes: 1 addition & 1 deletion docs/changelog/99382.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pr: 99382
summary: "ESQL: create a Vector when needed for IN"
summary: "Create a Vector when needed for IN"
area: ES|QL
type: bug
issues:
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/99432.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pr: 99432
summary: "ESQL: Enable arithmetics for durations and periods"
summary: "Enable arithmetics for durations and periods"
area: ES|QL
type: enhancement
issues: [99293]
2 changes: 1 addition & 1 deletion docs/changelog/99470.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pr: 99470
summary: "ESQL: Improve log messages"
summary: "Improve log messages"
area: ES|QL
type: enhancement
issues: []
2 changes: 1 addition & 1 deletion docs/changelog/99601.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pr: 99601
summary: "ESQL: continue resolving attributes for Eval"
summary: "Continue resolving attributes for Eval"
area: ES|QL
type: bug
issues:
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/99695.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pr: 99695
summary: "ESQL: Better management of not stored TEXT fiels with synthetic source"
summary: "Better management of not stored TEXT fiels with synthetic source"
area: ES|QL
type: bug
issues: []
2 changes: 1 addition & 1 deletion docs/changelog/99711.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pr: 99711
summary: "ESQL: Date math for negatives"
summary: "Date math for negatives"
area: ES|QL
type: enhancement
issues: []
2 changes: 1 addition & 1 deletion docs/changelog/99726.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pr: 99726
summary: "ESQL: Account for an exception being thrown when building a `BytesRefArrayBlock`"
summary: "Account for an exception being thrown when building a `BytesRefArrayBlock`"
area: ES|QL
type: bug
issues:
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/99736.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pr: 99736
summary: "ESQL: enhance SHOW FUNCTIONS command"
summary: "Enhance SHOW FUNCTIONS command"
area: ES|QL
type: enhancement
issues:
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/99746.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pr: 99746
summary: "ESQL: Log start and end of queries"
summary: "Log start and end of queries"
area: ES|QL
type: enhancement
issues: []
2 changes: 1 addition & 1 deletion docs/changelog/99816.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pr: 99816
summary: "ESQL: Lower the implicit limit, if none is user-provided"
summary: "Lower the implicit limit, if none is user-provided"
area: ES|QL
type: enhancement
issues:
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/99874.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pr: 99874
summary: "ESQL: Use exact attributes for data source extraction"
summary: "Use exact attributes for data source extraction"
area: ES|QL
type: bug
issues:
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/99956.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pr: 99956
summary: "ESQL: Serialize the source in expressions"
summary: "Serialize the source in expressions"
area: ES|QL
type: enhancement
issues: []

0 comments on commit 7313149

Please sign in to comment.