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

Add option to enable JSON output for diff/sync #798

Merged
merged 39 commits into from
Jul 19, 2023

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    916fd21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55bb9d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67e67ca View commit details
    Browse the repository at this point in the history
  4. Updated description.

    DanielRailean committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    14cea50 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c73f132 View commit details
    Browse the repository at this point in the history
  6. Removed useless check.

    DanielRailean committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    5332dac View commit details
    Browse the repository at this point in the history
  7. Update common.go

    DanielRailean committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    b48c482 View commit details
    Browse the repository at this point in the history
  8. Rebased.

    DanielRailean committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    57e71a5 View commit details
    Browse the repository at this point in the history
  9. Added kind.

    DanielRailean committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    2374605 View commit details
    Browse the repository at this point in the history
  10. Fixed make.

    DanielRailean committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    29af798 View commit details
    Browse the repository at this point in the history
  11. Better json names.

    DanielRailean committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    c3c7704 View commit details
    Browse the repository at this point in the history
  12. Added objects diff.

    DanielRailean committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    0512c70 View commit details
    Browse the repository at this point in the history
  13. Fixed make error.

    DanielRailean committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    53e57d9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8bb2d94 View commit details
    Browse the repository at this point in the history
  15. gci-ed

    DanielRailean committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    167db04 View commit details
    Browse the repository at this point in the history
  16. Update cmd/diff.go

    Co-authored-by: Gabriele <gabrielegerbino@gmail.com>
    DanielRailean and GGabriele committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    4560fff View commit details
    Browse the repository at this point in the history
  17. Update cmd/sync.go

    Co-authored-by: Gabriele <gabrielegerbino@gmail.com>
    DanielRailean and GGabriele committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    0f50897 View commit details
    Browse the repository at this point in the history
  18. Update cmd/diff.go

    Co-authored-by: Gabriele <gabrielegerbino@gmail.com>
    DanielRailean and GGabriele committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    e6af736 View commit details
    Browse the repository at this point in the history
  19. Update utils/types.go

    Co-authored-by: Gabriele <gabrielegerbino@gmail.com>
    DanielRailean and GGabriele committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    99ad748 View commit details
    Browse the repository at this point in the history
  20. Update cmd/common.go

    Co-authored-by: Gabriele <gabrielegerbino@gmail.com>
    DanielRailean and GGabriele committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    a214519 View commit details
    Browse the repository at this point in the history
  21. Update cmd/common.go

    Co-authored-by: Gabriele <gabrielegerbino@gmail.com>
    DanielRailean and GGabriele committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    041b9ce View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ed606ef View commit details
    Browse the repository at this point in the history
  23. Update cmd/sync.go

    Co-authored-by: Gabriele <gabrielegerbino@gmail.com>
    DanielRailean and GGabriele committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    8dea3b3 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    8571f8d View commit details
    Browse the repository at this point in the history
  25. Added integration test.

    DanielRailean committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    dddfbb0 View commit details
    Browse the repository at this point in the history
  26. Update diff_test.go

    DanielRailean committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    210669b View commit details
    Browse the repository at this point in the history
  27. Update diff_test.go

    DanielRailean committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    cc2ef54 View commit details
    Browse the repository at this point in the history
  28. Simplified diff.

    DanielRailean committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    551f444 View commit details
    Browse the repository at this point in the history
  29. Removed unused.

    DanielRailean committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    28b76a6 View commit details
    Browse the repository at this point in the history
  30. //nolint:gosec

    DanielRailean committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    ec67374 View commit details
    Browse the repository at this point in the history
  31. Fixed tests.

    DanielRailean committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    02d04a0 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Fixed linting errors.

    DanielRailean committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    8ab261b View commit details
    Browse the repository at this point in the history
  2. fixed typo.

    DanielRailean committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    2940220 View commit details
    Browse the repository at this point in the history
  3. Update tests/integration/diff_test.go

    Co-authored-by: Gabriele <gabrielegerbino@gmail.com>
    DanielRailean and GGabriele committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    2c542d0 View commit details
    Browse the repository at this point in the history
  4. Update tests/integration/diff_test.go

    Co-authored-by: Gabriele <gabrielegerbino@gmail.com>
    DanielRailean and GGabriele committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    6c8c9cf View commit details
    Browse the repository at this point in the history
  5. Update tests/integration/diff_test.go

    Co-authored-by: Gabriele <gabrielegerbino@gmail.com>
    DanielRailean and GGabriele committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    66698e6 View commit details
    Browse the repository at this point in the history
  6. v3.0.0 tests.

    DanielRailean committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    276e07c View commit details
    Browse the repository at this point in the history
  7. Update diff_test.go

    DanielRailean committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    6e4e2cb View commit details
    Browse the repository at this point in the history
  8. Update diff_test.go

    DanielRailean committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    409eb0e View commit details
    Browse the repository at this point in the history