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

Create CI/CD test and build in the Github action #523

Merged
merged 21 commits into from
May 15, 2024
Merged

Commits on May 14, 2024

  1. Create test build in github action

    Signed-off-by: Jon Kartago Lamida <[email protected]>
    lamida committed May 14, 2024
    Configuration menu
    Copy the full SHA
    8ed368c View commit details
    Browse the repository at this point in the history
  2. Fix job invalid job name

    Signed-off-by: Jon Kartago Lamida <[email protected]>
    lamida committed May 14, 2024
    Configuration menu
    Copy the full SHA
    fbe7a33 View commit details
    Browse the repository at this point in the history
  3. Use listen port 8080 due to issue in github action

    Signed-off-by: Jon Kartago Lamida <[email protected]>
    lamida committed May 14, 2024
    Configuration menu
    Copy the full SHA
    28e17a8 View commit details
    Browse the repository at this point in the history
  4. Run github action only on push to main

    Signed-off-by: Jon Kartago Lamida <[email protected]>
    lamida committed May 14, 2024
    Configuration menu
    Copy the full SHA
    859a1bc View commit details
    Browse the repository at this point in the history
  5. Update check-protos step

    Signed-off-by: Jon Kartago Lamida <[email protected]>
    lamida committed May 14, 2024
    Configuration menu
    Copy the full SHA
    4abd795 View commit details
    Browse the repository at this point in the history
  6. Use go-version matrix

    Signed-off-by: Jon Kartago Lamida <[email protected]>
    lamida committed May 14, 2024
    Configuration menu
    Copy the full SHA
    c3b8d3e View commit details
    Browse the repository at this point in the history
  7. Fix yaml

    Signed-off-by: Jon Kartago Lamida <[email protected]>
    lamida committed May 14, 2024
    Configuration menu
    Copy the full SHA
    32dd7e1 View commit details
    Browse the repository at this point in the history
  8. Revert accidentally unintended commits

    Signed-off-by: Jon Kartago Lamida <[email protected]>
    lamida committed May 14, 2024
    Configuration menu
    Copy the full SHA
    43aaf60 View commit details
    Browse the repository at this point in the history
  9. Apply PR feedbacks

    Signed-off-by: Jon Kartago Lamida <[email protected]>
    lamida committed May 14, 2024
    Configuration menu
    Copy the full SHA
    a4f8fc7 View commit details
    Browse the repository at this point in the history
  10. Capitalise workflow name

    Signed-off-by: Jon Kartago Lamida <[email protected]>
    lamida committed May 14, 2024
    Configuration menu
    Copy the full SHA
    1a502eb View commit details
    Browse the repository at this point in the history
  11. Can't use template in the job name

    Signed-off-by: Jon Kartago Lamida <[email protected]>
    lamida committed May 14, 2024
    Configuration menu
    Copy the full SHA
    022cbd8 View commit details
    Browse the repository at this point in the history
  12. Revert to original job id

    Signed-off-by: Jon Kartago Lamida <[email protected]>
    lamida committed May 14, 2024
    Configuration menu
    Copy the full SHA
    e30ff91 View commit details
    Browse the repository at this point in the history
  13. Use better job name description

    Signed-off-by: Jon Kartago Lamida <[email protected]>
    lamida committed May 14, 2024
    Configuration menu
    Copy the full SHA
    ff31373 View commit details
    Browse the repository at this point in the history
  14. Fix step name

    Signed-off-by: Jon Kartago Lamida <[email protected]>
    lamida committed May 14, 2024
    Configuration menu
    Copy the full SHA
    86175ff View commit details
    Browse the repository at this point in the history
  15. Remove redundant step name

    Signed-off-by: Jon Kartago Lamida <[email protected]>
    lamida committed May 14, 2024
    Configuration menu
    Copy the full SHA
    14c9835 View commit details
    Browse the repository at this point in the history
  16. Simplify the step name again

    Signed-off-by: Jon Kartago Lamida <[email protected]>
    lamida committed May 14, 2024
    Configuration menu
    Copy the full SHA
    4f58f1e View commit details
    Browse the repository at this point in the history
  17. Update server/server_test.go

    Co-authored-by: Charles Korn <[email protected]>
    lamida and charleskorn authored May 14, 2024
    Configuration menu
    Copy the full SHA
    b1af1cf View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Use separate job for go test 1.20.x

    Signed-off-by: Jon Kartago Lamida <[email protected]>
    lamida committed May 15, 2024
    Configuration menu
    Copy the full SHA
    11af660 View commit details
    Browse the repository at this point in the history
  2. Separate job for test and the rest

    Signed-off-by: Jon Kartago Lamida <[email protected]>
    lamida committed May 15, 2024
    Configuration menu
    Copy the full SHA
    f242934 View commit details
    Browse the repository at this point in the history
  3. Update .github/workflows/test-build.yml

    Co-authored-by: Charles Korn <[email protected]>
    lamida and charleskorn authored May 15, 2024
    Configuration menu
    Copy the full SHA
    b00e88f View commit details
    Browse the repository at this point in the history
  4. Apply more PR feedbacks

    Signed-off-by: Jon Kartago Lamida <[email protected]>
    lamida committed May 15, 2024
    Configuration menu
    Copy the full SHA
    485a1db View commit details
    Browse the repository at this point in the history