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

Make master work #53

Open
wants to merge 63 commits into
base: old
Choose a base branch
from
Open

Make master work #53

wants to merge 63 commits into from

Commits on Dec 2, 2018

  1. Improve integration testing

    sapk committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    104a0a2 View commit details
    Browse the repository at this point in the history
  2. Setup make test-coverage

    sapk committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    2daab85 View commit details
    Browse the repository at this point in the history
  3. Refactor to store common code in separate repo (#37)

    * Add default GOPATH
    
    We should use go env as base in future
    
    * Refactor
    
    * Migrate to go dep
    
    * Remove submodules
    
    * Cleaning
    
    * Add missing def
    sapk committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    8d7b1ab View commit details
    Browse the repository at this point in the history
  4. Fix make deps

    sapk committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    1f54702 View commit details
    Browse the repository at this point in the history
  5. Use label for maintainer

    sapk committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    05d7933 View commit details
    Browse the repository at this point in the history
  6. Fix make deps dev-depx ^^

    sapk committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    912e60c View commit details
    Browse the repository at this point in the history
  7. Migrate to more common base

    sapk committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    a88e1a7 View commit details
    Browse the repository at this point in the history
  8. Remove un-necessary step

    sapk committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    6a3ee72 View commit details
    Browse the repository at this point in the history
  9. update vendor

    sapk committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    ada1ed3 View commit details
    Browse the repository at this point in the history
  10. Fix gocovmerge path

    sapk committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    545e516 View commit details
    Browse the repository at this point in the history
  11. more generic

    sapk committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    98b32bd View commit details
    Browse the repository at this point in the history
  12. Update golang version

    sapk committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    f52acf1 View commit details
    Browse the repository at this point in the history
  13. Improve common code

    sapk committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    06fd547 View commit details
    Browse the repository at this point in the history
  14. Improve testing

    sapk committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    db88261 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    70e72fb View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    928c8dc View commit details
    Browse the repository at this point in the history
  17. Add test for error

    sapk committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    2f903db View commit details
    Browse the repository at this point in the history
  18. Fix tests

    sapk committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    7871b1c View commit details
    Browse the repository at this point in the history
  19. Remove event IsValidURI

    sapk committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    2928d2d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e041f73 View commit details
    Browse the repository at this point in the history
  21. Upgrade common base to fix #39 + fmt

    sapk committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    b6d4f57 View commit details
    Browse the repository at this point in the history
  22. subdir support

    trajano authored and sapk committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    7d63cb4 View commit details
    Browse the repository at this point in the history
  23. Additional tests

    trajano authored and sapk committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    37d64d8 View commit details
    Browse the repository at this point in the history
  24. Fix error

    trajano authored and sapk committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    6b55157 View commit details
    Browse the repository at this point in the history
  25. Update tools_test.go

    trajano authored and sapk committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    3b3640b View commit details
    Browse the repository at this point in the history
  26. Changed expectation

    trajano authored and sapk committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    db2dc6f View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    5b562ac View commit details
    Browse the repository at this point in the history
  28. use sub tests (#41)

    sapk committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    e47420f View commit details
    Browse the repository at this point in the history
  29. Rework integration tests

    sapk committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    0649749 View commit details
    Browse the repository at this point in the history
  30. Add missing dep

    sapk committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    441bd8f View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    642a643 View commit details
    Browse the repository at this point in the history
  32. Add subvol tests

    sapk committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    29c5de0 View commit details
    Browse the repository at this point in the history
  33. Using shot tests

    sapk committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    38792e9 View commit details
    Browse the repository at this point in the history
  34. Add subdir to README

    sapk committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    53f462d View commit details
    Browse the repository at this point in the history
  35. Add docs for versionned managed plugin.

    Fix #7
    sapk committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    e4060a9 View commit details
    Browse the repository at this point in the history
  36. Update README.md

    sapk committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    4ed777a View commit details
    Browse the repository at this point in the history
  37. Information on how to set up using systemd (#42)

    This is for the legacy plugin
    trajano authored and sapk committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    1fbff9d View commit details
    Browse the repository at this point in the history
  38. Migrate to go mod (#47)

    * Migrate to go mod
    
    * update dev-deps
    
    * Update deps and dev-deps
    
    make update-dev-deps
    make update-deps
    
    * Don't update dependency during build has they are vendored
    
    * ...
    
    * Use tip not master
    
    * disable tip
    
    * Activate go 1.10
    
    * Disable go 1.10
    sapk committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    728351d View commit details
    Browse the repository at this point in the history
  39. refactor: move to zerolog

    sapk committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    683e022 View commit details
    Browse the repository at this point in the history
  40. refactor: fix zerolog interface

    sapk committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    4f6c1ef View commit details
    Browse the repository at this point in the history
  41. Add debug info

    sapk committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    d11bd79 View commit details
    Browse the repository at this point in the history
  42. fix:missing error check

    sapk committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    dbb653a View commit details
    Browse the repository at this point in the history
  43. fix: merge

    sapk committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    f15d05b View commit details
    Browse the repository at this point in the history
  44. vendor: update

    sapk committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    5338c7c View commit details
    Browse the repository at this point in the history
  45. travis: add test-integration

    sapk committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    c8fac76 View commit details
    Browse the repository at this point in the history
  46. vendor: remove submodule config

    sapk committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    e2e4bb4 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    d1b9175 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    99f4049 View commit details
    Browse the repository at this point in the history
  49. docker: fix import path

    sapk committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    639f22e View commit details
    Browse the repository at this point in the history
  50. makefile: fix format

    sapk committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    f8a9070 View commit details
    Browse the repository at this point in the history
  51. docker: fix import path

    sapk committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    911de57 View commit details
    Browse the repository at this point in the history
  52. travis: sudo integration

    sapk committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    059dbc5 View commit details
    Browse the repository at this point in the history
  53. travis: sudo integration

    sapk committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    43dd466 View commit details
    Browse the repository at this point in the history
  54. travis: sudo integration

    sapk committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    2510ba9 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2018

  1. vendor: update

    sapk committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    6f36193 View commit details
    Browse the repository at this point in the history
  2. travis: update gluster

    sapk committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    168a880 View commit details
    Browse the repository at this point in the history
  3. travis: add gluster key

    sapk committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    36b1e1f View commit details
    Browse the repository at this point in the history
  4. travis: fix gluster ppa

    sapk committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    ad0db2b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f5bce84 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a89a437 View commit details
    Browse the repository at this point in the history
  7. vendor: update

    sapk committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    e7b8d12 View commit details
    Browse the repository at this point in the history
  8. travis: add debug command

    sapk committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    8b2ba93 View commit details
    Browse the repository at this point in the history
  9. travis: upgrade gluster to 3.13

    sapk committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    8b11ae2 View commit details
    Browse the repository at this point in the history