Skip to content

Commit a7b3b53

Browse files
committed
releasing
1 parent f57e4c7 commit a7b3b53

File tree

7 files changed

+201
-17
lines changed

7 files changed

+201
-17
lines changed

artifacts/debian/.debhelper/generated/phpmetrics/dh_installchangelogs.dch.trimmed

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,93 @@
1+
phpmetrics (3.0.0rc7) unstable; urgency=low
2+
* Prepare v3. WIP.
3+
* Rebase on master (current 2.8.1) with adaptation for 3.x. Coverage got down. WIP.
4+
* Add some missing unit test. Coverage is still not back to previous state. WIP.
5+
* Continue to add up some coverage. WIP.
6+
* Set the coverage back to previous state. WIP: work on uncovered files.
7+
* Remove Git related metrics.
8+
* Remove PHPUnit metrics checks. Start but stop reviewing Html Reporter (too complex). File functions.php removed.
9+
* Fix some PHPStan issues. WIP.
10+
* Apply HTML error fixes from #477.
11+
* Update dependencies and fix unit tests.
12+
* Update QA and dev-dependencies.
13+
* Disable PHP Infection as some mutants are breaking analyse.
14+
* Add multiple locations for composer-autoloading.
15+
* Do not oblige usage of YAML extention as configuration can be set in another way.
16+
* Fix HTML rednering.
17+
* Fix HTML rednering.
18+
* Ignore PHP Attributes in detecting getter/setters.
19+
* Keep only composer installation to simplify tool usage.
20+
* Remove PageRank metric.
21+
* Get rid of more than 150 PHPStan errors.
22+
* Add cache and baselines on qa tools.
23+
* Dynamically manage version number via .semver file. Also minor fixes.
24+
* Rebase on master + update dependencies + improve QA. PHPUnit 10 is now used.
25+
* Use env variable to share volume to mount with DockerInDocker.
26+
* Adapt the releasing process with the current v3 + minor fixes.
27+
* Decouple file system operations to split responsibilities.
28+
* Complete the unit tests related to file system.
29+
* Kill some mutants.
30+
* Add a copy function to manage the copy of single files.
31+
* Fix tag management on release + recursive copy for HTML rendering.
32+
* Remove Clusterize as only used for removed Class Rank and remove useless logos.
33+
* Fix SVG icons on sidebar.
34+
* Fix resolving of FQCN when inferring externals.
35+
* Fix parsing issue on LComVisitor when code to parse contains variable property fetch.
36+
* Fix error when HTML report is not requested.
37+
* Add missing favicon + add report date in title.
38+
* Improve CSS + button to download the bubble graph.
39+
* Update minimum versions of dependencies for composer.json.
40+
* Fix unit tests for ExternalVisitor.
41+
* Remove example and management of plugins (JUnit).
42+
* Remove useless metric nbGetters/nbSetters.
43+
* Prepare changelog fro release 3.0.0-rc1.
44+
* releasing v3.0.0rc1
45+
* Fix #491: add shell command in case PHP command does not work for some OS in documenation.
46+
* Fix Fatal error when analyzing snippets like `$a->$b()` or `$c()`.
47+
* Prepare release 3.0.0-rc2.
48+
* releasing v3.0.0rc2
49+
* Fix special version label that were not taken into account on bintray.
50+
* releasing v3.0.0rc2
51+
* Fix possible parsing error + upgrade to PHPUnit 10.1.
52+
* Fix violations reporter which was trying to rely on Violations directly, rather than ViolationsHandler
53+
* Merge pull request #495 from Tithugues/fix/report-violations
54+
* SystemComplexityVisitor fix for calling methods with the same name on different objects
55+
* releasing v3.0.0rc3
56+
* Upgrade deps + add ccn value by method. Need to fnd how to display it on HTML reports now.
57+
* Merge pull request #497 from andrii-pukhalevych/patch1
58+
* Add elegant way to display CCN values for methods.
59+
* QA review: fix PHPStan/Psalm/PHPUnit/Qodana errors.
60+
* Merge pull request #498 from phpmetrics/add-ccn-value-to-every-class-method
61+
* releasing v3.0.0rc4
62+
* Fix URLs and search configuration usage.
63+
* Manage better description inference for stable dependencies principle.
64+
* Merge pull request #502 from phpmetrics/fix/501
65+
* Fix some unit tests + releasing process.
66+
* releasing v3.0.0rc5
67+
* Upgrade to PhpParser v5 + adapt code. Remove Qodana. Upgrade to PHPUnit 10.5
68+
* Merge pull request #504 from phpmetrics/fix/php-parser-v5
69+
* releasing v3.0.0rc6
70+
* Fix numeric version array key in Composer\Packagist.php - if there is an integer string set as a key of associative array, it will automatically be converted to integer, which causes the call of `ltrim` to fail, because of `declare(strict_types=1)` configuration
71+
* Merge pull request #509 from Klemo1997/fix/packagist-array-key-type-error
72+
* fix typo
73+
* Merge pull request #513 from YAhiru/fix-typo
74+
* feat: add OpenMetrics report
75+
* Merge pull request #512 from alanpoulain/feat-openmetrics
76+
* test: add OpenMetrics SummaryWriter test
77+
* Merge pull request #514 from alanpoulain/test-openmetrics-summary-writer
78+
* Make sure OpenMetrics format is available and upgrade QA.
79+
* Merge pull request #515 from phpmetrics/update/3.x-qa
80+
* releasing v3.0.0rc7
81+
* Updated tests in order to be executed in PHP 8.4, and supports Php 8.4
82+
* fixed issue introduced by phpcs, and removed phpcs
83+
* added build script for standalone build
84+
* fixed CI
85+
* Merge pull request #524 from phpmetrics/php84-standalone
86+
* #518 test about deferencing new without parenthesis in PHP 8.4
87+
* updated build
88+
89+
-- Jean-François Lépine <[email protected]> Mon, 07 Jul 2025 13:56:00 +0200
90+
191
phpmetrics (3.0.0rc7) unstable; urgency=low
292
* Prepare v3. WIP.
393
* Rebase on master (current 2.8.1) with adaptation for 3.x. Coverage got down. WIP.

artifacts/debian/changelog

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,95 @@
1+
phpmetrics (3.0.0rc7) unstable; urgency=low
2+
* Prepare v3. WIP.
3+
* Rebase on master (current 2.8.1) with adaptation for 3.x. Coverage got down. WIP.
4+
* Add some missing unit test. Coverage is still not back to previous state. WIP.
5+
* Continue to add up some coverage. WIP.
6+
* Set the coverage back to previous state. WIP: work on uncovered files.
7+
* Remove Git related metrics.
8+
* Remove PHPUnit metrics checks. Start but stop reviewing Html Reporter (too complex). File functions.php removed.
9+
* Fix some PHPStan issues. WIP.
10+
* Apply HTML error fixes from #477.
11+
* Update dependencies and fix unit tests.
12+
* Update QA and dev-dependencies.
13+
* Disable PHP Infection as some mutants are breaking analyse.
14+
* Add multiple locations for composer-autoloading.
15+
* Do not oblige usage of YAML extention as configuration can be set in another way.
16+
* Fix HTML rednering.
17+
* Fix HTML rednering.
18+
* Ignore PHP Attributes in detecting getter/setters.
19+
* Keep only composer installation to simplify tool usage.
20+
* Remove PageRank metric.
21+
* Get rid of more than 150 PHPStan errors.
22+
* Add cache and baselines on qa tools.
23+
* Dynamically manage version number via .semver file. Also minor fixes.
24+
* Rebase on master + update dependencies + improve QA. PHPUnit 10 is now used.
25+
* Use env variable to share volume to mount with DockerInDocker.
26+
* Adapt the releasing process with the current v3 + minor fixes.
27+
* Decouple file system operations to split responsibilities.
28+
* Complete the unit tests related to file system.
29+
* Kill some mutants.
30+
* Add a copy function to manage the copy of single files.
31+
* Fix tag management on release + recursive copy for HTML rendering.
32+
* Remove Clusterize as only used for removed Class Rank and remove useless logos.
33+
* Fix SVG icons on sidebar.
34+
* Fix resolving of FQCN when inferring externals.
35+
* Fix parsing issue on LComVisitor when code to parse contains variable property fetch.
36+
* Fix error when HTML report is not requested.
37+
* Add missing favicon + add report date in title.
38+
* Improve CSS + button to download the bubble graph.
39+
* Update minimum versions of dependencies for composer.json.
40+
* Fix unit tests for ExternalVisitor.
41+
* Remove example and management of plugins (JUnit).
42+
* Remove useless metric nbGetters/nbSetters.
43+
* Prepare changelog fro release 3.0.0-rc1.
44+
* releasing v3.0.0rc1
45+
* Fix #491: add shell command in case PHP command does not work for some OS in documenation.
46+
* Fix Fatal error when analyzing snippets like `$a->$b()` or `$c()`.
47+
* Prepare release 3.0.0-rc2.
48+
* releasing v3.0.0rc2
49+
* Fix special version label that were not taken into account on bintray.
50+
* releasing v3.0.0rc2
51+
* Fix possible parsing error + upgrade to PHPUnit 10.1.
52+
* Fix violations reporter which was trying to rely on Violations directly, rather than ViolationsHandler
53+
* Merge pull request #495 from Tithugues/fix/report-violations
54+
* SystemComplexityVisitor fix for calling methods with the same name on different objects
55+
* releasing v3.0.0rc3
56+
* Upgrade deps + add ccn value by method. Need to fnd how to display it on HTML reports now.
57+
* Merge pull request #497 from andrii-pukhalevych/patch1
58+
* Add elegant way to display CCN values for methods.
59+
* QA review: fix PHPStan/Psalm/PHPUnit/Qodana errors.
60+
* Merge pull request #498 from phpmetrics/add-ccn-value-to-every-class-method
61+
* releasing v3.0.0rc4
62+
* Fix URLs and search configuration usage.
63+
* Manage better description inference for stable dependencies principle.
64+
* Merge pull request #502 from phpmetrics/fix/501
65+
* Fix some unit tests + releasing process.
66+
* releasing v3.0.0rc5
67+
* Upgrade to PhpParser v5 + adapt code. Remove Qodana. Upgrade to PHPUnit 10.5
68+
* Merge pull request #504 from phpmetrics/fix/php-parser-v5
69+
* releasing v3.0.0rc6
70+
* Fix numeric version array key in Composer\Packagist.php - if there is an integer string set as a key of associative array, it will automatically be converted to integer, which causes the call of `ltrim` to fail, because of `declare(strict_types=1)` configuration
71+
* Merge pull request #509 from Klemo1997/fix/packagist-array-key-type-error
72+
* fix typo
73+
* Merge pull request #513 from YAhiru/fix-typo
74+
* feat: add OpenMetrics report
75+
* Merge pull request #512 from alanpoulain/feat-openmetrics
76+
* test: add OpenMetrics SummaryWriter test
77+
* Merge pull request #514 from alanpoulain/test-openmetrics-summary-writer
78+
* Make sure OpenMetrics format is available and upgrade QA.
79+
* Merge pull request #515 from phpmetrics/update/3.x-qa
80+
* releasing v3.0.0rc7
81+
* Updated tests in order to be executed in PHP 8.4, and supports Php 8.4
82+
* fixed issue introduced by phpcs, and removed phpcs
83+
* added build script for standalone build
84+
* fixed CI
85+
* Merge pull request #524 from phpmetrics/php84-standalone
86+
* #518 test about deferencing new without parenthesis in PHP 8.4
87+
* Merge pull request #525 from phpmetrics/php84-standalone
88+
* updated build
89+
* releasing
90+
91+
-- Jean-François Lépine <[email protected]> Mon, 07 Jul 2025 14:08:33 +0200
92+
193
phpmetrics (3.0.0rc7) unstable; urgency=low
294
* Prepare v3. WIP.
395
* Rebase on master (current 2.8.1) with adaptation for 3.x. Coverage got down. WIP.
@@ -1242,6 +1334,8 @@ phpmetrics (1.8.2) unstable; urgency=low
12421334

12431335

12441336

1337+
1338+
12451339

12461340

12471341

releases/phpmetrics-linux-x86_64

0 Bytes
Binary file not shown.

releases/phpmetrics.changes

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Format: 1.8
2-
Date: Mon, 07 Jul 2025 13:50:31 +0200
2+
Date: Mon, 07 Jul 2025 14:03:08 +0200
33
Source: phpmetrics
44
Binary: phpmetrics
55
Built-For-Profiles: noudeb
@@ -100,19 +100,19 @@ Changes:
100100
* #518 test about deferencing new without parenthesis in PHP 8.4
101101
* updated build
102102
.
103-
-- Jean-François Lépine <[email protected]> Mon, 07 Jul 2025 13:48:16 +0200
103+
-- Jean-François Lépine <[email protected]> Mon, 07 Jul 2025 13:56:00 +0200
104104
Checksums-Sha1:
105-
ee4b1f47df6a7d6f0a1f1a75f2f8d890717a0b9e 681 phpmetrics_3.0.0rc7.dsc
106-
71f106ff21c05825dc6658feee43e1ec9b48b792 2720950 phpmetrics_3.0.0rc7.tar.gz
107-
bda5a2b684d229756d9cadbde5df06fcaf7c02a2 1601474 phpmetrics_3.0.0rc7_all.deb
108-
f659b6eba8c9b954f61c3ffb1da2275da7a5648b 5219 phpmetrics_3.0.0rc7_amd64.buildinfo
105+
eabc66661a9a736c2fdc07e3dc233c0518868180 681 phpmetrics_3.0.0rc7.dsc
106+
db3393d0e0b82660b0762bc76e15fa3b8daa63ac 2721095 phpmetrics_3.0.0rc7.tar.gz
107+
267cfde8587bb6d6b3237c583fb643f689f6e8bb 1601434 phpmetrics_3.0.0rc7_all.deb
108+
8a75159726cd1e6936ed84c8a2a5e4a3f469c4be 5219 phpmetrics_3.0.0rc7_amd64.buildinfo
109109
Checksums-Sha256:
110-
a63a622ba4d79c9dcbb9fd4f7cb78e7f07fa19a5ecee68cd28630fc9ef1c02a7 681 phpmetrics_3.0.0rc7.dsc
111-
dcdaa76e774d1c2b77b61799a11ed883ddad3ab798f41b4a28d6d4172a3f0765 2720950 phpmetrics_3.0.0rc7.tar.gz
112-
4d0b80e7b12fcca8f563887b68b64dffae00f1d40d5ce2dbe51fb7dddac1f4e4 1601474 phpmetrics_3.0.0rc7_all.deb
113-
a930aaded1568741df61342ae34598d0c8519d59996a1f09434c8a78ae436fbf 5219 phpmetrics_3.0.0rc7_amd64.buildinfo
110+
8218f1e4f84e3e1e1552d797917c2107c77281d6190ddd64f23296e3ddddee32 681 phpmetrics_3.0.0rc7.dsc
111+
96ff540790a625bbcb7364c3d8cf867869eeba12c78a3db5ef98045aca5e5ecc 2721095 phpmetrics_3.0.0rc7.tar.gz
112+
6511d51c6b5c74773c10d26c9a877dc578e88d344597a2038bcea5ebae16b57c 1601434 phpmetrics_3.0.0rc7_all.deb
113+
373d8a80415eb18eaea0b2df1f81bfac31a4f4f87e2fdb214dccb8d0271668f5 5219 phpmetrics_3.0.0rc7_amd64.buildinfo
114114
Files:
115-
d1e010a31674d7c80d3f04e6e594a324 681 base optional phpmetrics_3.0.0rc7.dsc
116-
d6a8f3c3354a44651314ca74ec350b5e 2720950 base optional phpmetrics_3.0.0rc7.tar.gz
117-
9401ea4391c70d0fdb93edf0ce59677d 1601474 base optional phpmetrics_3.0.0rc7_all.deb
118-
63adbc1407be9b484c953078415853e3 5219 base optional phpmetrics_3.0.0rc7_amd64.buildinfo
115+
b507938ad8493602ca53ae0ad2194837 681 base optional phpmetrics_3.0.0rc7.dsc
116+
b8f33f1a399884b586fc4cf01b4a2a20 2721095 base optional phpmetrics_3.0.0rc7.tar.gz
117+
5cd1169a0a80cb8e859d01ff6b8d4693 1601434 base optional phpmetrics_3.0.0rc7_all.deb
118+
2ff7e2a230a9acde5a13f786b64891f2 5219 base optional phpmetrics_3.0.0rc7_amd64.buildinfo

releases/phpmetrics.deb

-40 Bytes
Binary file not shown.

releases/phpmetrics.dsc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Build-Depends: make
1212
Package-List:
1313
phpmetrics deb base optional arch=all
1414
Checksums-Sha1:
15-
71f106ff21c05825dc6658feee43e1ec9b48b792 2720950 phpmetrics_3.0.0rc7.tar.gz
15+
db3393d0e0b82660b0762bc76e15fa3b8daa63ac 2721095 phpmetrics_3.0.0rc7.tar.gz
1616
Checksums-Sha256:
17-
dcdaa76e774d1c2b77b61799a11ed883ddad3ab798f41b4a28d6d4172a3f0765 2720950 phpmetrics_3.0.0rc7.tar.gz
17+
96ff540790a625bbcb7364c3d8cf867869eeba12c78a3db5ef98045aca5e5ecc 2721095 phpmetrics_3.0.0rc7.tar.gz
1818
Files:
19-
d6a8f3c3354a44651314ca74ec350b5e 2720950 phpmetrics_3.0.0rc7.tar.gz
19+
b8f33f1a399884b586fc4cf01b4a2a20 2721095 phpmetrics_3.0.0rc7.tar.gz

releases/phpmetrics.tar.gz

145 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)