1. 30851aa VisibilityChecker: Remove deprecated variant of isReachableFrom by Ivan Frade · 7 days ago master
  2. 6454234 VisibilityChecker#isReachableFrom: Remove unused param and exceptions by Ivan Frade · 7 days ago
  3. 9d90335 Merge "VisibilityCache/Checker: Use streams for the reachability starters" by Matthias Sohn · 8 days ago
  4. 3e7f302 Merge "Fix source, log and blame URLs not showing in Markdown doc footers" by Nasser Grainawi · 9 days ago
  5. 9b81f87 VisibilityCache/Checker: Use streams for the reachability starters by Ivan Frade · 5 years ago
  6. ace68b4 Document enabling edit links by setting gerritUrl by Ilmari Lauhakangas · 2 weeks ago
  7. 04b5095 Fix source, log and blame URLs not showing in Markdown doc footers by Ilmari Lauhakangas · 2 weeks ago
  8. 77c2325 Format sources using google-java-format 1.24.0 by Matthias Sohn · 3 weeks ago
  9. f7892be Bump version to 1.5.0 by Kaushik Lingarkar · 3 weeks ago v1.5.0
  10. 134f312 Bump JGit to stable-6.10 by Kaushik Lingarkar · 4 weeks ago
  11. 3cc31b2 Remove an unneeded use of the LoggingAdvisingAppendable api by JiaYan Lin · 3 months ago
  12. e1f30cb Update JGit to 692ccfc0c (stable-6.10) by Matthias Sohn · 3 months ago
  13. c75eb8d Update bazlets to de7597593918677465f8ef4330a62f0b9a50f81c by Matthias Sohn · 3 months ago
  14. f035c29 Merge changes I238c263b,Ifaa6867b,Id42dcb9e,Ie31b1db1,I3fca94f2, ... by Matthias Sohn · 3 months ago
  15. 83e5a1b VisibilityChecker: use #areAllReachable with a stream of starters by Ivan Frade · 4 months ago
  16. c7f7328 LogDetail: update to use "&&" over "and" by Xing Huang · 4 months ago
  17. 4ea413d BlameCacheImpl: making loadRegions() public by Xing Huang · 4 months ago
  18. 386712e Region: making getEnd() public by Xing Huang · 4 months ago
  19. 84fb315 Add link to file view for creating a Gerrit change/edit by Ilmari Lauhakangas · 1 year, 1 month ago
  20. c27f65e DevServer: Fix compilation error for getUserKey by Jack Rosenthal · 10 months ago
  21. 3ad1997 tools/run_dev.sh: Allow specifying BAZEL by Jack Rosenthal · 10 months ago
  22. c5c8250 Merge "Update Soy templates to use the ! operator instead of 'not'." by Sam Delmerico · 10 months ago
  23. e15e8ff Update Soy templates to use the ! operator instead of 'not'. by Sam Delmerico · 10 months ago
  24. e260f60 Merge "update soy dependency to version 2024-01-30" by Sam Delmerico · 10 months ago
  25. 37e5d8f update soy dependency to version 2024-01-30 by Sam Delmerico · 10 months ago
  26. 2c42c55 DocServletTest: remove println by Sam Delmerico · 11 months ago
  27. b69f574 add unit test for pretty=fuller query parameter by Sam Delmerico · 11 months ago
  28. 2e56e66 add unit test for Next button link in Log view by Sam Delmerico · 11 months ago
  29. e4ae359 ensure that s= param is set correctly for previous link in log by Sam Delmerico · 11 months ago
  30. 132683b Bump Bazel version to 7.0.1 by David Ostrovsky · 11 months ago
  31. 2527109 Bump bazlets version to 50f43f450f by David Ostrovsky · 11 months ago
  32. 37e8d85 Merge "If pretty=fuller set verbose to true" by Tim Zhou · 11 months ago
  33. 125b70a If pretty=fuller set verbose to true by Tim Zhou · 11 months ago
  34. e527796 Bump version to 1.4.0 by Matthias Sohn · 11 months ago v1.4.0
  35. e1a001b Update JGit to b1cc74b75 by Matthias Sohn · 12 months ago
  36. 2a5b48f Update jetty to 9.4.53.v20231009 by Matthias Sohn · 12 months ago
  37. 14d8667 Update byte-buddy to 1.14.9 by Matthias Sohn · 12 months ago
  38. 97502d9 Update org.mockito:mockito-core to 5.6.0 by Matthias Sohn · 12 months ago
  39. 3122006 Update com.ibm.icu:icu4j to 74.2 by Matthias Sohn · 12 months ago
  40. 89587aa Update ch.qos.reload4j:reload4j to 1.2.25 by Matthias Sohn · 12 months ago
  41. 61570ba Update com.google.code.gson:gson to 2.10.1 by Matthias Sohn · 12 months ago
  42. 76c4713 Update commons-codec:commons-codec to 1.16.0 by Matthias Sohn · 12 months ago
  43. 071a314 Update com.googlecode.javaewah:JavaEWAH to 1.2.3 by Matthias Sohn · 12 months ago
  44. 619b4a8 Update org.apache.commons:commons-compress to 1.25.0 by Matthias Sohn · 12 months ago
  45. f506980 Upgrade soy to 2023-12-13 by Adrià Vilanova Martínez · 12 months ago
  46. d0e91e6 Merge "Add fuller template for gitiles pretty logging" by Tim Zhou · 1 year ago
  47. 10f92e0 Add fuller template for gitiles pretty logging by Tim Zhou · 1 year ago
  48. 2f2434c Merge "Reapply "Soy: bump version and use new "??" operator"" by Tim Zhou · 1 year ago
  49. 9dd1a2e Reapply "Soy: bump version and use new "??" operator" by Tim Zhou · 1 year ago
  50. 70d9a1b Migrate usages of `and`/`or` to `&&`/`||`. by Nicholas Yu · 1 year ago
  51. 9bdd8cb Merge "Revert "Soy: bump version and use new "??" operator"" by Tim Zhou · 1 year ago
  52. 1946930 Revert "Soy: bump version and use new "??" operator" by Tim Zhou · 1 year ago
  53. b49a952 Common.soy: make explictely nullable the css parameter by Ivan Frade · 1 year, 1 month ago
  54. 3cc3548 Soy: bump version and use new "??" operator by Tim Zhou · 1 year, 2 months ago
  55. bbbfc04 Merge "Improve tools/run_dev.sh to allow custom flags" by Réda Housni Alaoui · 1 year, 2 months ago
  56. d62af25 Enable more errorprone patterns by Matthias Sohn · 1 year, 3 months ago
  57. 484ec1a Update bazel to 6.3.2 by Matthias Sohn · 1 year, 3 months ago
  58. 1210230 [errorprone] Fix JavaUtilDate by Matthias Sohn · 1 year, 3 months ago
  59. cf746f0 Update JGit to dc27dbd2f by Matthias Sohn · 1 year, 2 months ago
  60. d8e7ffb [errorprone] Fix see InvalidInlineTag by Matthias Sohn · 1 year, 2 months ago
  61. e2e3c6a [errorprone] Fix BadImport by Matthias Sohn · 1 year, 3 months ago
  62. ba9eb87 [errorprone] Fix EscapedEntity by Matthias Sohn · 1 year, 3 months ago
  63. 8516506 Improve tools/run_dev.sh to allow custom flags by Réda Housni Alaoui · 1 year, 3 months ago
  64. 0f85ecb [errorprone] Remove unnecessary parentheses by Matthias Sohn · 1 year, 3 months ago
  65. c156c96 [errorprone] Annotate method returning null as nullable by Matthias Sohn · 1 year, 3 months ago
  66. 30ea267 [errorprone] Remove null check for value which cannot be null by Matthias Sohn · 1 year, 3 months ago
  67. 4a11466 [errorprone] Suppress AnnotateFormatMethod by Matthias Sohn · 1 year, 3 months ago
  68. 0cda867 [errorprone] Fix empty javadoc block tags by Matthias Sohn · 1 year, 3 months ago
  69. 010d3c3 [errorprone] Use Guava Splitter to avoid String#split by Matthias Sohn · 1 year, 3 months ago
  70. d5ce821 [errorprone] Annotate method formatting string by Matthias Sohn · 1 year, 3 months ago
  71. a0d00c5 [errorprone] Add missing javadoc summary by Matthias Sohn · 1 year, 3 months ago
  72. 97196ea Update java-prettify to 32fa081a797a by Matthias Sohn · 1 year, 3 months ago
  73. d681950 Bump version to 1.3.0 by David Ostrovsky · 1 year, 6 months ago v1.3.0
  74. 2d4e82e Update JGit version to 42917767f by David Ostrovsky · 1 year, 3 months ago
  75. 34d1324 Remove unused guice dependency by David Ostrovsky · 1 year, 3 months ago
  76. 1219bcd Upgrade guava to 32.1-jre by David Ostrovsky · 2 years, 11 months ago
  77. b911eb3 Revert "Add parents field to logEntry soy data for use in custom templates" by Jonathan Nieder · 1 year, 4 months ago
  78. 9395244 Merge "Add parents field to logEntry soy data for use in custom templates" by Brian Egizi · 1 year, 5 months ago
  79. f1112ac Add parents field to logEntry soy data for use in custom templates by Brian Egizi · 1 year, 5 months ago
  80. 67cd01f Support serving tags via JSON format. by Kevin Chowski · 1 year, 5 months ago
  81. 3dda899 Update dependencies to match the versions in gerrit core by David Ostrovsky · 1 year, 8 months ago
  82. acf2a19 Document how to provide custom styling in soy template by Daniele Sassoli · 1 year, 9 months ago
  83. f4cbf4b Bump version to 1.2.0 by Gavin Mak · 1 year, 11 months ago v1.2.0
  84. 48c55c1 Merge "Docs: Use semantic versioning compatible tag example" by Nasser Grainawi · 1 year, 11 months ago
  85. 717a30f Support reading gitlinks by Gavin Mak · 1 year, 11 months ago
  86. ad155ad Docs: Use semantic versioning compatible tag example by Sven Selberg · 1 year, 11 months ago
  87. 311e6f7 Bump version to 1.1.0 by Wendy Wang · 1 year, 11 months ago v1.1.0
  88. 19a0e44 Rendering images by Wendy Wang · 1 year, 11 months ago
  89. cdbf7a1 Merge "Update to commonmark 0.21.0 (was 0.10.0)" by Jonathan Nieder · 2 years ago
  90. 9707668 Provide nonce as String, not Optional<String>, to Soy by Jonathan Nieder · 2 years ago
  91. 34d5008 Provide csp_nonce to Soy Templates by Kamil Musin · 2 years ago
  92. 21831b9 Update to commonmark 0.21.0 (was 0.10.0) by Ivan Frade · 2 years ago
  93. b07bdd9 Remove inline event handlers in the soy template. by Kamil Musin · 2 years, 2 months ago
  94. f21a5a6 Merge "Don't ignore .txt file extension" by Edwin Kempin · 2 years, 2 months ago
  95. da89544 Don't ignore .txt file extension by Fabien Sanglard · 2 years, 2 months ago
  96. 21d5813 Merge changes from topic "documentation" by Sven Selberg · 2 years, 2 months ago
  97. da9134f Documentation: customTemplates by Antoine Musso · 2 years, 6 months ago
  98. 33d4c13 Documentation: exportAll by Antoine Musso · 2 years, 6 months ago
  99. 68f511a Documentation: URLs by Antoine Musso · 2 years, 6 months ago
  100. 0b4abb4 Documentation: siteTitle by Antoine Musso · 2 years, 6 months ago