1. 6947259 Merge pull request #245 from dims/update-go-versions-we-test by Kubernetes Prow Robot · 4 years ago main
  2. 567ef13 Update to newer golang versions by Davanum Srinivas · 4 years ago
  3. 02ca14b Merge pull request #238 from yuzhiquan/fix-nit-for-klog by Kubernetes Prow Robot · 4 years ago upstream/v2.9.0
  4. 6a9ef3f fix typo by yuzhiquan · 4 years ago
  5. 4c0ac5a Merge pull request #237 from yuzhiquan/fix-byte-array-display by Kubernetes Prow Robot · 4 years ago
  6. 59f7cb5 fix byte array display in InfoS and ErrorS by yuzhiquan · 4 years ago
  7. 0cc9b83 Merge pull request #210 from sunjayBhatia/logr-with-call-depth by Kubernetes Prow Robot · 4 years ago
  8. cf22f1e Call logr with call depth by Sunjay Bhatia · 4 years ago
  9. dda2080 Merge pull request #233 from mars1024/bugfix/threadsafe-set by Kubernetes Prow Robot · 4 years, 1 month ago
  10. e95c7e3 make SetLogger thread-safe by Bruce Ma · 4 years, 1 month ago
  11. 3734278 Merge pull request #230 from umangachapagain/format-string by Kubernetes Prow Robot · 4 years, 1 month ago
  12. 2728fe1 check usage of format specifier in structured log func by Umanga Chapagain · 4 years, 1 month ago
  13. e158208 Merge pull request #229 from mowangdk/check_func_params by Kubernetes Prow Robot · 4 years, 1 month ago
  14. a18bc97 Fix by pr suggestions by yingqi.ge · 4 years, 1 month ago
  15. 4e4135c Add check for InfoS & ErrorS parameters by yingqi.ge · 4 years, 2 months ago
  16. 407242c Merge pull request #226 from serathius/fix-nil by Kubernetes Prow Robot · 4 years, 2 months ago upstream/v2.8.0
  17. a9e27c3 Fix cases where KMetadata interface has nil pointer by Marek Siarkowicz · 4 years, 2 months ago
  18. 0f69eb5 Merge pull request #225 from ehashman/safer-nils by Kubernetes Prow Robot · 4 years, 2 months ago upstream/v2.7.0
  19. 80a291b KObj should be able to handle nil objects by Elana Hashman · 4 years, 2 months ago
  20. c1fc6e6 Merge pull request #217 from yuzhiquan/fix-erros-loglevel by Kubernetes Prow Robot · 4 years, 2 months ago
  21. 30ac266 fix err is nil,ErrorS does not change the log level by yuzhiquan · 4 years, 2 months ago
  22. 14dec33 Merge pull request #213 from adisky/add-logcheck by Kubernetes Prow Robot · 4 years, 2 months ago upstream/v2.6.0
  23. babec9c Add Static linter for structured logging by Aditi Sharma · 4 years, 2 months ago
  24. 06bfcd3 Merge pull request #208 from chymy/klog-0130 by Kubernetes Prow Robot · 4 years, 3 months ago
  25. 110d443 Fix klog missing ) in 'one_output' description by chymy · 4 years, 3 months ago
  26. 2427a79 Merge pull request #205 from zhijianli88/master by Kubernetes Prow Robot · 4 years, 3 months ago upstream/v2.5.0
  27. 8ea19f8 Merge pull request #207 from pohly/klogr-call-depth by Kubernetes Prow Robot · 4 years, 3 months ago
  28. e61bbb8 klogr: implement WithCallDepth by Patrick Ohly · 4 years, 3 months ago
  29. 8a7e496 Merge pull request #197 from pohly/klogr-output-format by Kubernetes Prow Robot · 4 years, 3 months ago
  30. f5ba35b test: cleanup temporary file by Li Zhijian · 4 years, 4 months ago
  31. b344254 klogr: add NewWithOptions, revert New by Patrick Ohly · 4 years, 5 months ago
  32. 34b3f9f klogr: add support for structured logging via klog by Patrick Ohly · 4 years, 5 months ago
  33. 5fda116 klogr: extend test coverage by Patrick Ohly · 4 years, 5 months ago
  34. 6b97b32 add InfoSDepth and ErrorSDepth by Patrick Ohly · 4 years, 5 months ago
  35. ea3b07f Merge pull request #198 from pohly/fix-mod-sum by Kubernetes Prow Robot · 4 years, 5 months ago
  36. e354d34 fix go.sum by Patrick Ohly · 4 years, 5 months ago
  37. ffd1719 Merge pull request #199 from pohly/fix-apidiff by Kubernetes Prow Robot · 4 years, 5 months ago
  38. bf3dc06 github: fix apidiff check by Patrick Ohly · 4 years, 5 months ago
  39. 199a06d Merge pull request #193 from yuzhiquan/newflag-check by Kubernetes Prow Robot · 4 years, 6 months ago
  40. d47f4e8 Merge pull request #192 from yuzhiquan/klog-testcase-cleanup by Kubernetes Prow Robot · 4 years, 6 months ago
  41. 5919b2f check new klog flag's prefix by yuzhiquan · 4 years, 6 months ago
  42. d74d9f8 remove unreachable if statement, and typo by yuzhiquan · 4 years, 6 months ago
  43. f81e6a7 Merge pull request #187 from sayanibhattacharjee/patch-1 by Kubernetes Prow Robot · 4 years, 6 months ago
  44. 29a2d64 Update go.mod by Sayani Bhatacharjee · 4 years, 6 months ago
  45. 52c62e3 Merge pull request #179 from blaubaer/fix_logr_keysAndValues by Kubernetes Prow Robot · 4 years, 6 months ago upstream/v2.4.0
  46. b9b3597 Merge branch 'master' into fix_logr_keysAndValues by Davanum Srinivas · 4 years, 6 months ago
  47. 321016d Merge pull request #183 from rf232/KEP-1753-logfilter by Kubernetes Prow Robot · 4 years, 6 months ago
  48. 3310004 Also test that msg and format get passed to the filter functions by Rob Franken · 4 years, 6 months ago
  49. 7d96b43 rename var in testcases to be more clear by Rob Franken · 4 years, 6 months ago
  50. ffb31cc Add support to add a logfilter by Rob Franken · 4 years, 6 months ago
  51. 87db504 Merge pull request #182 from lilic/mention-v2 by Kubernetes Prow Robot · 4 years, 7 months ago
  52. 5c246b0 README.md: Mention klog/v2 usage by Lili Cosic · 4 years, 7 months ago
  53. 17fe943 Added unit tests by Gregor Noczinski · 4 years, 7 months ago
  54. d521fd2 Forwards keysAndValues as an slice and not as a slice of slices by Gregor Noczinski · 4 years, 7 months ago
  55. 4f12f78 Merge pull request #177 from Dean-Coakley/lint by Kubernetes Prow Robot · 4 years, 9 months ago
  56. 7201c35 Lint coexist klog1 and klog2 example by Dean Coakley · 4 years, 9 months ago
  57. edddf6a Merge pull request #176 from tklauser/apidiff-go-mod by Kubernetes Prow Robot · 4 years, 9 months ago
  58. 30a6e46 Set GO111MODULE=off for go get golang.org/x/exp/cmd/apidiff by Tobias Klauser · 4 years, 9 months ago
  59. cfd1eb4 Merge pull request #175 from immiao/master by Kubernetes Prow Robot · 4 years, 9 months ago
  60. 9b4b646 Fix typo in comments by immiao · 4 years, 9 months ago
  61. 8e40847 Merge pull request #174 from joelsmith/master by Kubernetes Prow Robot · 4 years, 9 months ago
  62. 23f2673 Add SECURITY.md by Joel Smith · 4 years, 9 months ago
  63. c85d02d Merge pull request #172 from bamboox/fix/rotatefile by Kubernetes Prow Robot · 4 years, 9 months ago
  64. db8b2b2 Merge pull request #141 from aanm/do-not-repeat-messages by Kubernetes Prow Robot · 4 years, 9 months ago
  65. d2c1c11 Fix rotate file by bamboox · 4 years, 10 months ago
  66. b5c3182 Merge pull request #170 from dims/deprecate-typo-ed-structured-logging-method by Kubernetes Prow Robot · 4 years, 10 months ago upstream/v2.3.0
  67. 55c60a6 Update klog.go by Davanum Srinivas · 4 years, 10 months ago
  68. aa26aeb Update klog.go by Davanum Srinivas · 4 years, 10 months ago
  69. 06dd2d1 Deprecate typo-ed Structured logging method (Error->ErrorS) by Davanum Srinivas · 4 years, 10 months ago
  70. 0917ddb klog: do not repeat messages on all severity flushSyncWriter by André Martins · 4 years, 10 months ago
  71. d738e55 Merge pull request #166 from physcat/verboseStructFix by Kubernetes Prow Robot · 4 years, 11 months ago upstream/v2.2.0
  72. 2e691eb Fix missing fields in verbose InfoS by Mitchell de Bruyn · 4 years, 11 months ago
  73. 0bedec3 Merge pull request #164 from greut/go-logr-v0.2.0 by Kubernetes Prow Robot · 4 years, 11 months ago
  74. 966c986 feat use go-logr v0.2.0 by Yoan Blanc · 4 years, 11 months ago
  75. 825bd2f Merge pull request #159 from tahsinrahman/error-tests by Kubernetes Prow Robot · 5 years ago upstream/2.1.0 upstream/v2.1.0
  76. bbd9ca1 Add tests for error in InfoS by tahsinrahman · 5 years ago
  77. db7f626 Merge pull request #157 from yuzhiquan/bug-infoS-timeformat by Kubernetes Prow Robot · 5 years ago
  78. 1ccc0e1 fix imported bug time encode format form kvlistFormat by yuzhiquan · 5 years ago
  79. 2359470 Merge pull request #155 from windayski/typo-patch by Kubernetes Prow Robot · 5 years ago
  80. dd4d1a6 fix typo in README.md by windayski · 5 years ago
  81. 2e7b9f7 Merge pull request #154 from tahsinrahman/fix-nil-err by Kubernetes Prow Robot · 5 years ago
  82. 49123d4 ErrorS(nil, ...) should call loggr.Error(nil, ...) by tahsinrahman · 5 years ago
  83. 9e86e5a Merge pull request #152 from mook-as/v-docs by Kubernetes Prow Robot · 5 years ago
  84. 5b199cd Fix documentation for V(level) by Mark Yen · 5 years ago
  85. 72e000d Merge pull request #150 from dims/apidiff-github-action by Kubernetes Prow Robot · 5 years ago
  86. d1eb30f Add apidiff script to check go signature changes by Davanum Srinivas · 5 years ago
  87. 30445f8 Merge pull request #149 from kubernetes/dims-patch-1 by Kubernetes Prow Robot · 5 years ago
  88. dc505bf Switch slack channel to #klog by Davanum Srinivas · 5 years ago upstream/dims-patch-1
  89. 70253be Merge pull request #148 from dims/add-example-for-co-existence-of-klog-v1-and-v2-take-2 by Kubernetes Prow Robot · 5 years ago
  90. a47ebb9 Add example for co-existence of klog v1 and v2 by Davanum Srinivas · 5 years ago
  91. a5796cb Merge pull request #100 from liztio/setstderr by Kubernetes Prow Robot · 5 years ago
  92. 32133e3 Merge pull request #143 from thaJeztah/lazy_user_lookup by Kubernetes Prow Robot · 5 years ago
  93. 134f148 logName(): lazily lookup userName instead of on init() by Sebastiaan van Stijn · 5 years ago
  94. ea583d2 Merge pull request #140 from dims/fix-serialization-of-special-html-chars by Kubernetes Prow Robot · 5 years ago
  95. db06a1b fix serialization of special html chars by Davanum Srinivas · 5 years ago
  96. 99c45d9 Merge pull request #136 from sebsoto/fix_windows_tests by Kubernetes Prow Robot · 5 years ago
  97. 5727d2a Fix Windows integration tests by Sebastian Soto · 5 years ago
  98. edbc1d3 test(*): TestRollover failed randomly on Windows by lsytj0413 · 5 years ago
  99. 4cae117 Merge pull request #134 from benmoss/fix-errors by Kubernetes Prow Robot · 5 years ago upstream/v2.0.0
  100. 271ead0 Fix how errors are printed by Ben Moss · 5 years ago