Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
Automatic Changelog compile [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 13, 2023
1 parent 8cf4902 commit ffe3c3b
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 53 deletions.
16 changes: 16 additions & 0 deletions html/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,22 @@ <h3 class="author">DreamySkrell updated:</h3>
<li class="rscadd">Sectors blacklist mechanism.</li>
<li class="rscadd">Point Verdant: spaceport and waterdocks.</li>
</ul>
<h3 class="author">FluffyGhost updated:</h3>
<ul class="changes bgimages16">
<li class="backend">The CI now uses multiple pods to load-balance the tests in parallel.</li>
<li class="backend">Pods configuration is loaded from config/unit_test/ut_pods_configuration.json with a personalized ID (set by the CI) that instructs SSunit_test on what to do.</li>
<li class="backend">Labeler now downloads the PR, which I hope would help with the changelog required label.</li>
<li class="backend">Away sites now have a tag that indicates in what CI pod they should be tested, for load balancing. The tag is mandatory.</li>
<li class="backend">Unit tests now have tags, which are used to select which pods run which unit tests, using the &#x27;has any tag in&#x27; logic.</li>
<li class="backend">The CI now supports fail fast when running inside a merge queue.</li>
<li class="backend">The CI now supports retrying a pod run up to N times, when running inside a merge queue.</li>
<li class="backend">After the fixing of all the bad formatting of the code in a previous PR, megalinter is reintroduced, now it&#x27;s only your code that&#x27;s wrongly formatted.</li>
<li class="backend">The CI now only uploads artifacts with the logs on test failure, saving space.</li>
<li class="backend">The CI now sets the environment variables before any other step is done, so they are set correctly across the steps.</li>
<li class="backend">The linters now run in parallel.</li>
<li class="backend">Added the ability (off by default) to SSH into the unit test pods to diagnose issues.</li>
<li class="backend">Introduced SSunit_tests_config, to store and manage the unit tests config.</li>
</ul>
<h3 class="author">Sniblet updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">Using psi-mend now gives intended feedback.</li>
Expand Down
25 changes: 25 additions & 0 deletions html/changelogs/.all_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32126,6 +32126,31 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- rscadd: Guaranteed spawn flag added to Point Verdant.
- rscadd: Sectors blacklist mechanism.
- rscadd: 'Point Verdant: spaceport and waterdocks.'
FluffyGhost:
- backend: The CI now uses multiple pods to load-balance the tests in parallel.
- backend: Pods configuration is loaded from config/unit_test/ut_pods_configuration.json
with a personalized ID (set by the CI) that instructs SSunit_test on what to
do.
- backend: Labeler now downloads the PR, which I hope would help with the changelog
required label.
- backend: Away sites now have a tag that indicates in what CI pod they should be
tested, for load balancing. The tag is mandatory.
- backend: Unit tests now have tags, which are used to select which pods run which
unit tests, using the &#x27;has any tag in&#x27; logic.
- backend: The CI now supports fail fast when running inside a merge queue.
- backend: The CI now supports retrying a pod run up to N times, when running inside
a merge queue.
- backend: After the fixing of all the bad formatting of the code in a previous
PR, megalinter is reintroduced, now it&#x27;s only your code that&#x27;s wrongly
formatted.
- backend: The CI now only uploads artifacts with the logs on test failure, saving
space.
- backend: The CI now sets the environment variables before any other step is done,
so they are set correctly across the steps.
- backend: The linters now run in parallel.
- backend: Added the ability (off by default) to SSH into the unit test pods to
diagnose issues.
- backend: Introduced SSunit_tests_config, to store and manage the unit tests config.
Sniblet:
- bugfix: Using psi-mend now gives intended feedback.
- spellcheck: Attacks with psi-rend now make grammatical sense.
53 changes: 0 additions & 53 deletions html/changelogs/fluffyghost-cibetter.yml

This file was deleted.

0 comments on commit ffe3c3b

Please sign in to comment.