You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

changelog_example.json 1.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "total": 3,
  3. "ps": 10,
  4. "p": 1,
  5. "paging": {
  6. "pageSize": 10,
  7. "total": 3,
  8. "pageIndex": 1
  9. },
  10. "events": [
  11. {
  12. "date" : "2015-02-23T17:58:39+0100",
  13. "action" : "ACTIVATED",
  14. "authorLogin" : "anakin.skywalker",
  15. "authorName" : "Anakin Skywalker",
  16. "ruleKey" : "java:S2438",
  17. "ruleName" : "\"Threads\" should not be used where \"Runnables\" are expected",
  18. "params" : {
  19. "severity" : "CRITICAL"
  20. }
  21. },
  22. {
  23. "date" : "2015-02-23T17:58:18+0100",
  24. "action" : "DEACTIVATED",
  25. "authorLogin" : "padme.amidala",
  26. "authorName" : "Padme Amidala",
  27. "ruleKey" : "java:S2162",
  28. "ruleName" : "\"equals\" methods should be symmetric and work for subclasses"
  29. },
  30. {
  31. "action" : "ACTIVATED",
  32. "authorLogin" : "obiwan.kenobi",
  33. "authorName" : "Obiwan Kenobi",
  34. "ruleKey" : "java:S00101",
  35. "ruleName" : "Class names should comply with a naming convention",
  36. "date" : "2014-09-12T15:20:46+0200",
  37. "params" : {
  38. "severity" : "MAJOR",
  39. "format" : "^[A-Z][a-zA-Z0-9]*$"
  40. }
  41. }
  42. ]
  43. }