Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge release 11.2.1 into 11.3.x #214

Merged
merged 12 commits into from
Apr 15, 2024
Merged

Conversation

github-actions[bot]
Copy link

Release Notes for 11.2.1

11.2.x bugfix release (patch)

11.2.1

bug

Spomky and others added 12 commits November 11, 2022 13:39
* New pipeline + ECS + Rector
* parallel-lint
* CI/CD fixes
* Deptrac
* Exported files
* Error fixed
…line

Revert "New pipeline + ECS + Rector"
We cannot rely on arg_separator.output to be set to it's default '&',
therefore we explicitly set it here.

Signed-off-by: Daniel Ziegenberg <[email protected]>
…tYI4pk6E

Merge release 11.0.3 into 11.1.x
…mxYOwZC8

Merge release 11.1.1 into 11.2.x
* Refactor PHP codebase and update dependencies

This commit includes a significant refactoring of the entire PHP codebase, consisting of readjustment in importing functions, reordering of code elements, and an upgrade of the dependencies in composer.json file. Moreover, PHPUnit test case annotations are updated to attributes and phpunit.xml configuration file is simplified. It also provides a shift toward more modern PHP coding style, making the code more readable and maintainable.
An attribute, "runs-on", has been included in the mutation testing workflow in the .github/workflows/infection.yml file. This attribute specifies that the workflow should be run on the latest version of Ubuntu.
The Time-Based One-Time Password (TOTP) creation in our tests has been updated to include a clock mock. This change ensures that the TOTP verification can be tested in a predictable and controlled manner, regardless of the actual system time.
Several assertions were added to verify the integrity of the timestamp and counter values. Also, param annotations were modified and added for better understanding of the input parameters and return values. Furthermore, the test parameters were changed from an Iterator to an iterable for a wider compatibility with different data types.
@Spomky Spomky merged commit 37243ac into 11.3.x Apr 15, 2024
14 checks passed
@Spomky Spomky deleted the 11.2.x-merge-up-into-11.3.x_xhiMGKTI branch April 15, 2024 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants