Commit Graph

6 Commits

Author SHA1 Message Date
Marc Wrobel
7d462ffe90 [apache-http-server] Refactor script (#212)
Make the script more readable, mostly by:

- using the endoflife.Product class,
- removing the unnecessary use of functions,
- renaming a few variables,
- declaring a constant for regexes.
2023-12-10 13:19:17 +01:00
Marc Wrobel
06c462c3cc [amazon-neptune] Refactor script (#211)
Make the script more readable, partly by making use of the new endoflife.Product class.
2023-12-10 09:42:19 +01:00
Marc Wrobel
7cf62c2355 Refactor HTTP common code (#207)
- move to common/http.py,
- make fetch_url return a Response.
2023-12-02 22:52:12 +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
6ec55909cf [amazon-neptune] Add automation
Relates to https://github.com/endoflife-date/endoflife.date/pull/3141.
2023-07-02 20:08:59 +02:00