maykinmedia / open-api-framework

The Open API framework powers the open source registration components like Open Zaak en Open Klant.
MIT License
0 stars 0 forks source link

Script to check if all components use the latest OAf #44

Open alextreme opened 3 months ago

alextreme commented 3 months ago

Thema / Theme

Other

Omschrijving / Description

With all our registrationcomponents using open-api-framework @joeribekker and I would like to (largely) automate bumping our registrationcomponents to the latest version of OAf. See what's possible, I naively think this would be a matter of running bin/compile_dependancies.sh --update=open-api-framework across all components but this is likely a bit more involved than that...

Toegevoegde waarde / Added value

No response

Aanvullende opmerkingen / Additional context

No response

Coperh commented 3 months ago

Edit: can be done in a github aciton

joeribekker commented 2 months ago

refinmenet: team decides on github action to check if we use the latest version. We should update anyway every period.

joeribekker commented 1 month ago

Refinement: Maybe use an existing github action if it exists, or pip install and see if it updated anything, or...

Coperh commented 3 weeks ago

Does find errors in the requirements files: https://github.com/maykinmedia/objects-api/actions/runs/11009051505/job/30567882110

Waiting for OAF update to test properly.

Also should eventually be added to open-api-workflows

alextreme commented 2 weeks ago

Change to both scheduled and for each PR to see how annoying this will be