Skip to content

Commit f4e9b39

Browse files
committed
Initial Release
1 parent 975fa71 commit f4e9b39

21 files changed

+94
-442
lines changed

.codeclimate.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

.scrutinizer.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

.travis.yml

Lines changed: 0 additions & 91 deletions
This file was deleted.

.travis/before_script.sh

Lines changed: 0 additions & 75 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ People *love* thorough bug reports. I'm not even kidding.
4545

4646
- **[PSR-2 Coding Standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)** - Check the code style with ``$ composer check-style`` and fix it with ``$ composer fix-style``.
4747

48-
- **Add tests!** - Your patch won't be accepted if it doesn't have tests.
49-
5048
- **Document any change in behaviour** - Make sure the `README.md` and any other relevant documentation are kept up-to-date.
5149

5250
- **Consider our release cycle** - We try to follow [SemVer v2.0.0](http://semver.org/). Randomly breaking public APIs is not an option.
@@ -61,4 +59,4 @@ People *love* thorough bug reports. I'm not even kidding.
6159
By contributing, you agree that your contributions will be licensed under its MIT License.
6260

6361
## References
64-
This document was adapted from the open-source contribution guidelines for [Facebook's Draft](https://github.com/facebook/draft-js/blob/a9316a723f9e918afde44dea68b5f9f39b7d9b00/CONTRIBUTING.md) with additions from [ThePhpLeague Template](https://github.com/thephpleague/skeleton)
62+
This document was adapted from the open-source contribution guidelines for [Facebook's Draft](https://github.com/facebook/draft-js/blob/a9316a723f9e918afde44dea68b5f9f39b7d9b00/CONTRIBUTING.md) with additions from [ThePhpLeague Template](https://github.com/thephpleague/skeleton)

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 integer_net
3+
Copyright (c) 2022 integer_net GmbH
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 13 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,11 @@
33

44
[![Latest Version on Packagist][ico-version]][link-packagist]
55
[![Software License][ico-license]](LICENSE.md)
6-
[![Build Status][ico-travis]][link-travis]
7-
![Supported Magento Versions][ico-compatibility]
8-
9-
[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
10-
[![Quality Score][ico-code-quality]][link-code-quality]
11-
[![Maintainability][ico-maintainability]][link-maintainability]
126
</div>
137

148
---
159

16-
Adds the option to re-enable Swagger via configuration. It's disabled in production mode sind Magento 2.4.4.
10+
Adds the option to re-enable Swagger via configuration. It's disabled in production mode since Magento 2.4.4.
1711

1812
## Installation
1913

@@ -29,39 +23,29 @@ Adds the option to re-enable Swagger via configuration. It's disabled in product
2923
3024
## Configuration
3125
32-
## Usage
33-
34-
## Changelog
35-
36-
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
37-
38-
## Contributing
39-
40-
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
26+
Enable swagger for your environment:
4127
42-
## Testing
28+
bin/magento config:set --lock-env dev/swagger/active 1
4329
44-
### Unit Tests
30+
We recommend using the `--lock-env` switch so this configuration doesn't get lost when importing a database dump.
4531
46-
```
47-
./vendor/bin/phpunit tests/unit
48-
```
32+
We recommend to not enable Swagger if there are no other access restrictions in place. These can be:
4933
50-
### Magento Integration Tests
34+
- Required VPN
35+
- Basic Auth
36+
- Access restricted to predefined IPs
5137
52-
0. Configure test database in `dev/tests/integration/etc/install-config-mysql.php`. [Read more in the Magento docs.](https://devdocs.magento.com/guides/v2.4/test/integration/integration_test_execution.html)
38+
## Changelog
5339
54-
1. Copy `tests/integration/phpunit.xml.dist` from the package to `dev/tests/integration/phpunit.xml` in your Magento installation.
40+
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
5541
56-
2. In that directory, run
57-
``` bash
58-
../../../vendor/bin/phpunit
59-
```
42+
## Contributing
6043
44+
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
6145
6246
## Security
6347
64-
If you discover any security related issues, please email avs@integer-net.de instead of using the issue tracker.
48+
If you discover any security related issues, please email security@integer-net.de instead of using the issue tracker.
6549
6650
## Credits
6751

auth.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

grumphp.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

phpstan.neon

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)