Files
opencloud/changelog
Florian Schade 0f2b2b9a94 [full-ci] enhancement: add support for natural language kql date ranges (#7263)
* enhancement: add more kql spec tests and simplify ast normalization

* enhancement: kql parser error if query starts with AND

* enhancement: add kql docs and support for date and time only dateTimeRestriction queries

* enhancement: add the ability to decide how kql nodes get connected

connecting nodes (with edges) seem straight forward when not using group, the default connection for nodes with the same node is always OR. THis only applies for first level nodes, for grouped nodes it is defined differently. The KQL docs are saying, nodes inside a grouped node, with the same key are connected by a AND edge.

* enhancement: explicit error handling for falsy group nodes and queries with leading binary operator

* enhancement: use optimized grammar for kql parser and toolify pigeon

* enhancement: simplify error handling

* fix: kql implicit 'AND' and 'OR' follows the ms html spec instead of the pdf spec

* enhancement: add support for natural language kql date queries

* enhancement: structure kql parser tests into logical clusters

* fix: time-range error naming
2023-09-15 11:31:41 +02:00
..
2023-04-21 15:40:53 +05:45
2023-04-21 15:40:53 +05:45
2023-04-21 15:40:53 +05:45
2023-04-21 15:40:53 +05:45
2023-04-21 15:40:53 +05:45
2021-05-12 16:29:58 +02:00
2023-04-21 15:40:53 +05:45
2021-07-13 09:07:34 +02:00
2023-04-21 15:40:53 +05:45
2021-08-25 15:28:02 +02:00
2021-09-20 16:54:29 +05:45
2023-04-21 15:40:53 +05:45
2023-04-21 15:40:53 +05:45
2023-04-21 15:40:53 +05:45
2021-12-10 10:20:10 +01:00
2023-04-21 15:40:53 +05:45
2023-04-21 15:40:53 +05:45
2023-04-21 15:40:53 +05:45
2023-04-21 15:40:53 +05:45
2023-04-21 15:40:53 +05:45
2023-08-23 15:15:44 +02:00
2023-05-03 22:32:33 +02:00
2021-10-08 09:26:43 +02:00
2021-10-08 09:26:43 +02:00

Changelog

We are using calens to properly generate a changelog before we are tagging a new release. To get an idea how this could look like https://github.com/restic/restic/tree/master/changelog would be the best reference.

Create changelog items

Create a file according to the template for each changelog in the unreleased folder. The following change types are possible:

  • Bugfix (general Bugfix)
  • Enhancement (new feature)
  • Change (breaking change)
  • Security (security related issues)