Commit Graph

5 Commits

Author SHA1 Message Date
Marc Wrobel
72402edafb [jira] Refactor script (#232)
Make the script more readable, mostly by:

- using the Product classes,
- a little bit of renaming and documentation.
2023-12-10 22:33:43 +01:00
Marc Wrobel
2c076ff5f1 [confluence] Refactor script (#218)
Make the script more readable, mostly by:

- using the endoflife.Product class,
- a little bit of renaming and documentation.
2023-12-10 16:45:41 +01:00
Marc Wrobel
0d17306872 Simplify date parsing (#195)
Create common functions parse_date, parse_month_year_date and parse_datetime.

Those functions support trying multiple formats, and come with default formats lists that support most of the date format encountered so far.

Notable change: year-month dates are now set to the end of month (impacted couchbase-server and ibm-aix).
2023-11-26 21:01:35 +01:00
Marc Wrobel
600e77e212 Sort versions by date then version for all products (#179) 2023-11-15 22:30:31 +01:00
Marc Wrobel
f74a12a855 [confluence] Add release automation 2023-10-07 11:46:51 +02:00