Commit Graph

1765 Commits

Author SHA1 Message Date
Marc Wrobel
47e29992ae Enable flake8-use-pathlib linting rules (#267)
See https://docs.astral.sh/ruff/rules/#flake8-use-pathlib-pth.
2023-12-30 14:29:24 +01:00
Marc Wrobel
5fa597afc0 Enable flake8-unused-arguments linting rules (#267)
See https://docs.astral.sh/ruff/rules/#flake8-unused-arguments-arg.
2023-12-30 14:29:24 +01:00
Marc Wrobel
7458563fec Enable flake8-simplify linting rules (#267)
See https://docs.astral.sh/ruff/rules/#flake8-simplify-sim.
2023-12-30 14:29:24 +01:00
Marc Wrobel
4ce23c9953 Enable flake8-self linting rules (#267)
See https://docs.astral.sh/ruff/rules/#flake8-self-slf.
2023-12-30 14:29:24 +01:00
Marc Wrobel
801859d78a Enable flake8-return linting rules (#267)
See https://docs.astral.sh/ruff/rules/#flake8-raise-rse.
2023-12-30 14:29:24 +01:00
Marc Wrobel
c985bf4d5e Enable flake8-pie linting rules (#267)
See https://docs.astral.sh/ruff/rules/#flake8-pie-pie.
2023-12-30 14:29:24 +01:00
Marc Wrobel
4548a5ab6a Enable flake8-executable linting rules (#267)
See https://docs.astral.sh/ruff/rules/#flake8-executable-exe.
2023-12-30 14:29:24 +01:00
Marc Wrobel
298ad1a754 Enable flake8-errmsg linting rules (#267)
See https://docs.astral.sh/ruff/rules/#flake8-errmsg-em.
2023-12-30 14:29:24 +01:00
Marc Wrobel
fb7c4f6bcc Enable flake8-debugger linting rules (#267)
See https://docs.astral.sh/ruff/rules/#flake8-debugger-t10.
2023-12-30 14:29:24 +01:00
Marc Wrobel
798c298c59 Enable flake8-datetimez linting rules (#267)
See https://docs.astral.sh/ruff/rules/#flake8-datetimez-dtz.
2023-12-30 14:29:24 +01:00
Marc Wrobel
54e7091fd2 Enable flake8-comprehensions linting rules (#267)
See https://docs.astral.sh/ruff/rules/#flake8-comprehensions-c4.
2023-12-30 14:29:24 +01:00
Marc Wrobel
1bb97fe2b4 Enable flake8-commas linting rules (#267)
See https://docs.astral.sh/ruff/rules/#flake8-commas-com.
2023-12-30 14:29:24 +01:00
Marc Wrobel
6e49297e18 Enable flake8-builtins linting rules (#267)
See https://docs.astral.sh/ruff/rules/#flake8-builtins-a.
2023-12-30 14:29:24 +01:00
Marc Wrobel
e95c82aab9 Enable flake8-blind-except linting rules (#267)
See https://docs.astral.sh/ruff/rules/#flake8-blind-except-ble.
2023-12-30 14:29:24 +01:00
Marc Wrobel
0e7003e251 Enable flake8-async linting rules (#267)
See https://docs.astral.sh/ruff/rules/#flake8-async-async.
2023-12-30 14:29:24 +01:00
Marc Wrobel
b32cb09494 Fix a few Intellij IDEA warnings 2023-12-30 14:29:24 +01:00
Marc Wrobel
f49e3dff15 Enable flake8-annotations linting rules (#267)
See https://docs.astral.sh/ruff/rules/#flake8-annotations-ann.
2023-12-30 14:29:24 +01:00
Marc Wrobel
0e8fe135e4 Enable flake8-bugbear linting rules (#267)
See https://docs.astral.sh/ruff/rules/#flake8-bugbear-b.
2023-12-30 14:29:24 +01:00
Marc Wrobel
26f8db809c Enable mccabe linting rules (#267)
See https://docs.astral.sh/ruff/rules/#mccabe-c90.
2023-12-30 14:29:24 +01:00
Marc Wrobel
e1e358c50c Enable pep8-naming linting rules (#267)
See https://docs.astral.sh/ruff/rules/#pep8-naming-n.
2023-12-30 14:29:24 +01:00
Marc Wrobel
6002cbdb26 Enable isort linting rules (#267)
See https://docs.astral.sh/ruff/rules/#isort-i.
2023-12-30 14:29:24 +01:00
github-actions[bot]
e6c901f64f 🤖: vue
vue:
- Item root['3.4.2'] added to dictionary.
2023-12-30 12:48:27 +00:00
github-actions[bot]
d970afac13 🤖: vue
vue:
- Item root['3.4.1'] added to dictionary.
2023-12-30 01:38:15 +00:00
dependabot[bot]
5dd1872edc Bump actions/setup-python from 4 to 5 (#264)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-30 00:18:49 +01:00
dependabot[bot]
8bbe06f517 Bump python-liquid from 1.10.0 to 1.10.2 (#266)
Bumps [python-liquid](https://github.com/jg-rp/liquid) from 1.10.0 to 1.10.2.
- [Release notes](https://github.com/jg-rp/liquid/releases)
- [Changelog](https://github.com/jg-rp/liquid/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/jg-rp/liquid/compare/v1.10.0...v1.10.2)

---
updated-dependencies:
- dependency-name: python-liquid
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-30 00:12:56 +01:00
dependabot[bot]
2c79dd3735 Bump pre-commit from 3.5.0 to 3.6.0 (#265)
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pre-commit/pre-commit/compare/v3.5.0...v3.6.0)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-30 00:12:48 +01:00
Marc Wrobel
86860715ab Rewrite update.py to Python (#263)
Reasons were:

- one language make it easier for maintenance,
- workflow simplification,
- not stopping when a script fails anymore (it's better to have a partial update than nothing),
- use `GITHUB_OUTPUT` instead of the deprecated `set-output` command,
- display a workflow summary with statistics about scripts and information about updated products.

The commit message is not as good as it used to be, but it makes the diff process agnostic from the file format (will be needed soon when it will change), and it handles versions updates / removal, which was not supported by the previous script.
2023-12-30 00:07:22 +01:00
github-actions[bot]
df62ad0326 🤖: vue
vue: 3.4.0
2023-12-29 06:38:16 +00:00
github-actions[bot]
c4b45cff7b 🤖: exim, jekyll, mongodb
exim: 4.97.1
jekyll: 3.9.4
mongodb: 7.0.5
2023-12-29 01:24:54 +00:00
github-actions[bot]
64578f3f3b 🤖: akeneo-pim, rust
akeneo-pim: 7.0.45
rust: 1.75.0
2023-12-28 18:37:40 +00:00
github-actions[bot]
8d15ff539c 🤖: vuetify
vuetify: 3.4.9
2023-12-28 05:48:10 +00:00
Marc Wrobel
b4ea90b148 Update product list in README.md 2023-12-28 06:37:15 +01:00
github-actions[bot]
a46a2301b4 🤖: amazon-cdk, cakephp
amazon-cdk: 2.117.0
cakephp: 5.0.4
2023-12-28 01:38:49 +00:00
github-actions[bot]
0fa2a40e7a 🤖: jekyll, laravel, log4j
jekyll: 4.3.3
laravel: 10.39.0
log4j: 2.22.1
2023-12-27 18:37:14 +00:00
github-actions[bot]
2188f12100 🤖: alibaba-dragonwell, nutanix-prism
alibaba-dragonwell: 11.0.21.17
nutanix-prism: pc.2023.4
2023-12-27 12:49:55 +00:00
github-actions[bot]
a95c4cf9b5 🤖: alibaba-dragonwell
alibaba-dragonwell: 8.17.18
2023-12-27 06:40:20 +00:00
github-actions[bot]
4cea8c2c90 🤖: rocket-chat
rocket-chat: 6.5.1
2023-12-26 18:38:10 +00:00
Marc Wrobel
1add3a71d1 Minor refactoring (#262)
- Move frontmatter-related operation from Product to ProductFrontmatter. This makes more senses, as we are manipulating different files / kind of data.
- Use Product directly to load old versions.
2023-12-26 17:33:45 +01:00
github-actions[bot]
b666bd7075 🤖: akeneo-pim, apache-camel
akeneo-pim: 7.0.44
apache-camel: 3.22.0
2023-12-26 17:33:05 +01:00
Marc Wrobel
c9aca50729 Drop regexes lib (#258)
This was needed until #227 as the Ruby script did not support multiple regexes.

Now that all regexes has been split / simplified in https://github.com/endoflife-date/endoflife.date/pull/4317 and https://github.com/endoflife-date/endoflife.date/pull/4383 the regexes lib is not needed anymore.
2023-12-26 17:33:05 +01:00
github-actions[bot]
9a306b169c 🤖: Automatic Update 2023-12-26 13:32:18 +00:00
github-actions[bot]
ae2060246c 🤖: nuxt
nuxt: 3.9.0
2023-12-25 18:36:23 +00:00
github-actions[bot]
b66e7699e2 🤖: ruby
ruby: 3.3.0
2023-12-25 06:38:32 +00:00
github-actions[bot]
65e0d8b219 🤖: hbase, vue
hbase: 2.5.7
vue: 2.7.16
2023-12-24 18:37:16 +00:00
github-actions[bot]
03fd33715e 🤖: api-platform, linuxkernel
api-platform: 3.2.10
linuxkernel: 5.15.145
2023-12-23 12:48:07 +00:00
github-actions[bot]
7a2f48e2d8 🤖: akeneo-pim, amazon-cdk, angular, apache-groovy, api-platform, artifactory, cos, electron, elixir, kdeplasma, kotlin, kubernetes, laravel, linuxkernel, mediawiki, moodle, neo4j, nextcloud, php, postfix, rabbitmq, silverstripe, spring-boot, twig, umbraco, yocto
akeneo-pim: 6.0.112, 6.0.111, 7.0.43
amazon-cdk: 2.116.1, 2.116.0
angular: 17.0.8
apache-groovy: 3.0.20, 4.0.17
api-platform: 3.2.9
artifactory: 7.71.9
cos: cos-97-16919-404-26, cos-109-17800-66-43, cos-105-17412-226-52, cos-101-17162-336-35
electron: 28.1.0, 27.2.0, 26.6.3
elixir: 1.16.0
kdeplasma: 5.91.0
kotlin: 1.9.22
kubernetes: 1.28.5, 1.26.12
laravel: 10.38.2, 10.38.1
linuxkernel: 6.6.8, 6.1.69, 5.4.265, 5.15.144, 5.10.205, 4.19.303, 4.14.334
mediawiki: 1.41.0, 1.40.2, 1.39.6, 1.35.14
moodle: 4.3.2, 4.2.5, 4.1.8
neo4j: 4.4.29
nextcloud: 28.0.1
php: 8.3.1, 8.2.14, 8.1.27
postfix: 3.8.4, 3.7.9, 3.6.13, 3.5.23
rabbitmq: 3.12.11, 3.11.28
silverstripe: 5.1.4
spring-boot: 3.2.1, 3.1.7
twig: 2.16.0
umbraco: 13.0.3
yocto: 4.0.15
2023-12-22 23:13:03 +01:00
Marc Wrobel
62e466a841 Cleanup and fix update.rb (#261)
Cleanup unused code in update.rb: all methods are now handled by custom scripts. This should fix errors encountered in update.yml workflow (such as https://github.com/endoflife-date/release-data/actions/runs/7279373761) since the dependency to psych has been removed.

This also reformat and update the update.yml workflow so that two workflows targeting the same branch cannot run concurrently. This change has been done because in such cases the last one always fail (changes cannot be commited because the previous workflow already update the branch).

Fixes #260.
2023-12-22 23:13:03 +01:00
github-actions[bot]
09084ad500 🤖: api-platform, gitlab, kubernetes, quarkus, umbraco, unity
api-platform: 3.2.8, 3.1.24
gitlab: 16.7.0
kubernetes: 1.27.9
quarkus: 3.6.4
umbraco: 8.18.12, 13.0.2, 12.3.6, 10.8.3
unity: 2022.3.16f1
2023-12-20 12:44:33 +00:00
github-actions[bot]
df2ac2908d 🤖: amazon-linux
amazon-linux: 2023.3.20231218.0, 2018.03.0.20231218.0, 2.0.20231218.0
2023-12-20 06:33:47 +00:00
github-actions[bot]
4fe74e7a46 🤖: yocto
yocto: 3.1.30
2023-12-20 01:20:47 +00:00