Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#13] reuse open-api-workflows workflows #238

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

SonnyBA
Copy link
Contributor

@SonnyBA SonnyBA commented Sep 6, 2024

Fixes maykinmedia/open-api-framework#13

Changes

Reuses open-api-workflows workflows to make CI jobs consistent across the different projects.

@SonnyBA
Copy link
Contributor Author

SonnyBA commented Sep 17, 2024

This PR requires an updated version of OAF, see the code qualities job and the PR made in OAF.

Copy link
Collaborator

@stevenbal stevenbal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SonnyBA could you solve the merge conflicts? Also one of the jobs is failing, not sure why https://github.com/maykinmedia/open-klant/actions/runs/11178494784/job/31076178777?pr=238

@SonnyBA SonnyBA force-pushed the feature/13-consistent-ci-configuration branch from 12c5370 to 6a4a5f7 Compare October 17, 2024 10:12
@SonnyBA
Copy link
Contributor Author

SonnyBA commented Oct 17, 2024

@stevenbal regarding the failing job, there still is this comment to consider before merging

@bart-maykin bart-maykin self-requested a review October 24, 2024 08:52
@stevenbal stevenbal self-assigned this Oct 25, 2024
@stevenbal stevenbal force-pushed the feature/13-consistent-ci-configuration branch from 6a4a5f7 to a20f0e3 Compare October 25, 2024 09:05
@stevenbal stevenbal marked this pull request as draft October 25, 2024 09:07
@stevenbal stevenbal force-pushed the feature/13-consistent-ci-configuration branch from 3c2c8be to e80ba3d Compare October 25, 2024 09:54
this version moves the auth middleware to the proper directory, to avoid unnecessary migrations if the authorizations app is unused

also remove the vng_api_common.authorizations.AuthMiddleware from the MIDDLEWARE setting, because Open Klant does not use JWT authentication
@stevenbal stevenbal force-pushed the feature/13-consistent-ci-configuration branch from e80ba3d to c42cf93 Compare October 25, 2024 10:09
@stevenbal stevenbal marked this pull request as ready for review October 25, 2024 10:28
@stevenbal
Copy link
Collaborator

@annashamray @Coperh @bart-maykin this PR is ready for review again

echo './bin/generate_schema_for_component.sh ${{ matrix.component }}' >> $GITHUB_STEP_SUMMARY
echo '```' >> $GITHUB_STEP_SUMMARY
open-api-workflow-code-quality:
uses: maykinmedia/open-api-workflows/.github/workflows/code-quality.yml@v1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like there is some confusion in the name of files. Here you check code quality (isort, black, etc.), but the file is codeql.yml, but CodeQL check itself is added to another file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make CI pipelines the same across projects
4 participants