Closed (fixed)
Project:
Contrib deprecation status
Version:
8.x-5.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Aug 2022 at 19:25 UTC
Updated:
31 Aug 2022 at 16:54 UTC
Jump to comment: Most recent, Most recent file


Comments
Comment #2
kristen polForgot to add screenshots.
Comment #3
kristen polJust realized the screenshots don't match up (2 different projects) but both projects have the same issue and same version so I won't upload a new screenshot.
Comment #4
kristen polFound another example with version
^9.2 || ^10:https://dev.acquia.com/drupal10/deprecation_status/projects/token
https://www.drupal.org/project/token
Comment #5
gábor hojtsyWow, yeah this update fixes some things, good catch.
Using the Semver class instead of our regex for stability checking the following changes happen with the last #143 resulset:
- Make tagged release available status down from 526 to 481
- Improve stability of release status up from 198 to 206
- Stable, congrats status up from 726 to 763
Good catch!
Comment #7
gábor hojtsyDrupal.org does not connect commits in non-standard branches to issues. The script commit is in https://git.drupalcode.org/project/deprecation_status/-/commit/3541d962c...
Comment #8
gábor hojtsyAlso deployed the new dataset to dev.acquia.com now.
Comment #9
kristen polThanks for the quick fix! Looks good :)