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

Plugin Migration Tracking #25

Closed
Fdawgs opened this issue May 13, 2022 · 1 comment
Closed

Plugin Migration Tracking #25

Fdawgs opened this issue May 13, 2022 · 1 comment

Comments

@Fdawgs
Copy link
Member

Fdawgs commented May 13, 2022

Issue to track migration to the reusable workflows, as well as anything extra:

The main blocker to migrating plugins is that the reusable workflows use npm test and npm run lint to perform testing and linting respectively. Some plugins use npm run test:ci, npm run test:tap, and npm run lint:ci, or some variations of them for their CI testing.

Plugin Moved to Reusable Workflow Removed Snyk Badge Removed Coveralls Badge
any-schema-you-like fastify/any-schema-you-like#11 ✔️ ✔️
fastify-accepts fastify/fastify-accepts#132 ✔️ ✔️
fastify-accepts-serializer fastify/fastify-accepts-serializer#78 ✔️ ✔️
fastify-auth fastify/fastify-auth#156 ✔️ ✔️
fastify-autoload fastify/fastify-autoload#216 ✔️ ✔️
fastify-basic-auth fastify/fastify-basic-auth#90 ✔️ ✔️
fastify-bearer-auth fastify/fastify-bearer-auth#135 ✔️ ✔️
fastify-caching fastify/fastify-caching#101 ✔️ ✔️
fastify-circuit-breaker fastify/fastify-circuit-breaker#88 ✔️ ✔️
fastify-compress fastify/fastify-compress#225 ✔️ ✔️
fastify-cookie fastify/fastify-cookie#183 ✔️ ✔️
fastify-cors fastify/fastify-cors#203 ✔️ ✔️
fastify-csrf-protection fastify/csrf-protection#90 ✔️ ✔️
fastify-diagnostics-channel fastify/fastify-diagnostics-channel#40 ✔️ ✔️
fastify-elasticsearch fastify/fastify-elasticsearch#79 ✔️ ✔️
fastify-env fastify/fastify-env#142 ✔️ ✔️
fastify-etag fastify/fastify-etag#81 ✔️ ✔️
fastify-express fastify/fastify-express#82 ✔️ ✔️
fastify-flash fastify/fastify-flash#70 ✔️ ✔️
fastify-formbody fastify/fastify-formbody#112 ✔️ ✔️
fastify-funky fastify/fastify-funky#106 ✔️ ✔️
fastify-helmet fastify/fastify-helmet#182 ✔️ ✔️
fastify-hotwire fastify/fastify-hotwire#57 ✔️ ✔️
fastify-http-proxy fastify/fastify-http-proxy#246 ✔️ ✔️
fastify-jwt fastify/fastify-jwt#226 ✔️ ✔️
fastify-kafka fastify/fastify-kafka#68 ✔️ ✔️
fastify-leveldb fastify/fastify-leveldb#94 ✔️ ✔️
fastify-mongodb fastify/fastify-mongodb#181 ✔️ ✔️
fastify-multipart fastify/fastify-multipart#345 ✔️ ✔️
fastify-mysql fastify/fastify-mysql#93 ✔️ ✔️
fastify-nextjs fastify/fastify-nextjs#542 ✔️ ✔️
fastify-oauth2 fastify/fastify-oauth2#150 ✔️ ✔️
fastify-passport fastify/fastify-passport#550 ✔️ ✔️
fastify-postgres fastify/fastify-postgres#133 ✔️ ✔️
fastify-rate-limit fastify/fastify-rate-limit#241 ✔️ ✔️
fastify-redis fastify/fastify-redis#149 ✔️ ✔️
fastify-reply-from fastify/fastify-reply-from#251 ✔️ ✔️
fastify-request-context fastify/fastify-request-context#115 ✔️ ✔️
fastify-response-validation fastify/fastify-response-validation#69 ✔️ ✔️
fastify-routes fastify/fastify-routes#65 ✔️ ✔️
fastify-routes-stats fastify/fastify-routes-stats#74 ✔️ ✔️
fastify-schedule fastify/fastify-schedule#80 ✔️ ✔️
fastify-secure-session fastify/fastify-secure-session#132 ✔️ ✔️
fastify-sensible fastify/fastify-sensible#108 ✔️ ✔️
fastify-soap-client fastify/fastify-soap-client#46 ✔️ ✔️
fastify-static fastify/fastify-static#293 ✔️ ✔️
fastify-swagger fastify/fastify-swagger#531 ✔️ ✔️
fastify-url-data fastify/fastify-url-data#105 ✔️ ✔️
fastify-websocket fastify/fastify-websocket#198 ✔️ ✔️
fastify-zipkin fastify/fastify-zipkin#71 ✔️ ✔️
middie fastify/middie#143 ✔️ ✔️
point-of-view fastify/point-of-view#308 ✔️ ✔️
session fastify/session#90 ✔️ ✔️
under-pressure fastify/under-pressure#160 ✔️ ✔️
@Fdawgs Fdawgs self-assigned this May 13, 2022
@Fdawgs Fdawgs pinned this issue May 13, 2022
@Fdawgs Fdawgs removed their assignment May 24, 2022
@Fdawgs
Copy link
Member Author

Fdawgs commented May 25, 2022

@kibertoad, the remaining repos that need to be migrated are yours. Are you happy for me to open PRs to update the CI and scripts for them?

@Fdawgs Fdawgs unpinned this issue May 30, 2022
@Fdawgs Fdawgs closed this as completed May 30, 2022
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

No branches or pull requests

1 participant