patrol icon indicating copy to clipboard operation
patrol copied to clipboard

We need to secure the detection of incompatible versions between patrol_cli and patrol

Open pdenert opened this issue 1 year ago • 2 comments

Current state:

  • patrol_cli has a feature to verify whether currently used patrol_cli is compatible with patrol in the app. But it require to fill list of _cliVersionRange and _patrolVersionRange what has not been done recently.
  • There's compatibility-table.mdx in docs.
  • We add info about minimum required version in patrol_cli changelog e.g.: https://pub.dev/packages/patrol_cli/changelog#310

What has to be done:

  • [ ] Create one file to store compatibility lists, instead of keeping it in private variables inside project.
  • [ ] Add GHA tests that checks, whether newest patrol_cli is compatible with patrol versions as listed in the file above. Also checks if that newest patrol_cli version has it's entry in that file.
  • [ ] Generate compatibility-table.mdx from that list.

pdenert avatar Sep 11 '24 12:09 pdenert

Related: #2330

mvarendorff2 avatar Oct 10 '24 09:10 mvarendorff2

Do we think this can be closed now that #2579 was merged? I think it also means #2330 can be closed.

AnthonyDadeWT avatar Apr 14 '25 02:04 AnthonyDadeWT

This issue has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar problem, please file a new issue. Make sure to follow the template and provide all the information necessary to reproduce the issue.

github-actions[bot] avatar Jul 03 '25 15:07 github-actions[bot]