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

Integration test for laravel using docker and githubworkflow #119

Merged
merged 32 commits into from
May 12, 2022

Conversation

Thiyagu55
Copy link
Collaborator

@Thiyagu55 Thiyagu55 commented May 2, 2022

This sample applications are created using the command composer create-project laravel/laravel sqlcommenter-laravel

  1. The files added/modified by me are .github/workflows, app/http/controller/UserController and all files inside tests

@sjs994
Copy link
Collaborator

sjs994 commented May 12, 2022

I don't see any direct red flags in this CL. Contrary to that, we need it sooner than later to not have any breaking changes in the library. Added a ticket to review in more detail: #122.

@Thiyagu55, As a retrospective please follow the approach of not merging changes directly to local main branch and let it from from origin back to the main branch.
Also it would be better if we create multiple small PRs, like in this case we could have created 4 PRs sequentially:

  1. PR1: Add sample application without any change(mentioning the command used to create the sample PHP application)
  2. PR2: Add git flows for unit tests.
  3. PR3: Modify the changes in the sample application to use sqlcommenter-php library.
  4. PR4: Add git flows for integration tests

sjs994
sjs994 previously approved these changes May 12, 2022
@@ -0,0 +1,78 @@
on: push
Copy link
Collaborator

Choose a reason for hiding this comment

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

no path filter required ?

@sjs994 sjs994 self-requested a review May 12, 2022 11:40
Copy link
Collaborator

@sjs994 sjs994 left a comment

Choose a reason for hiding this comment

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

Reverting approval

@sjs994 sjs994 dismissed their stale review May 12, 2022 11:43

Some doubts on github workflows

Copy link
Collaborator

@sjs994 sjs994 left a comment

Choose a reason for hiding this comment

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

Thanks Thiyagu

@sjs994 sjs994 merged commit 09d353b into google:master May 12, 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

Successfully merging this pull request may close these issues.

2 participants