This project is mirrored from https://gitee.com/NQL886/scope.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 18 Apr, 2021 1 commit
  2. 23 Sep, 2019 1 commit
  3. 17 Sep, 2019 3 commits
  4. 10 May, 2019 1 commit
  5. 23 Jul, 2018 1 commit
    • Marc Carré's avatar
      Change Sirupsen/logrus to sirupsen/logrus · d46c2266
      Marc Carré authored
      ```
      $ git grep -l Sirupsen | grep -v vendor | xargs sed -i '' 's:github.com/Sirupsen/logrus:github.com/sirupsen/logrus:g'
      $ gofmt -s -w app
      $ gofmt -s -w common
      $ gofmt -s -w probe
      $ gofmt -s -w prog
      $ gofmt -s -w tools
      ```
      d46c2266
  6. 08 Jul, 2018 1 commit
  7. 04 Jul, 2018 2 commits
  8. 19 Jun, 2018 2 commits
  9. 29 Nov, 2017 2 commits
  10. 26 Sep, 2017 1 commit
    • Damien Lespiau's avatar
      lint: Fix 2 sites failing a recently introduced golint check · 466927ce
      Damien Lespiau authored
      golint has gained a new check and we don't freeze the golint version so CI was
      failing on unrelated PRs:
      
      app/multitenant/consul_client.go:69:2: redundant if ...; err != nil check, just return error instead.
      report/marshal.go:188:2: redundant if ...; err != nil check, just return error instead.
      
      Fix those!
      466927ce
  11. 26 May, 2017 2 commits
  12. 25 Apr, 2017 1 commit
  13. 23 Mar, 2017 1 commit
  14. 14 Mar, 2017 1 commit
  15. 15 Jul, 2016 1 commit
  16. 21 Jun, 2016 3 commits
  17. 20 Jun, 2016 1 commit
  18. 17 Jun, 2016 1 commit