Rivoreo Source Code Repositories
src.rivoreo.one
/
gitiles
/
c144de99d076c7b5935c61c55ccae760706ea4e3
/
java
c144de9
Added functionality to show notes
by Pontus Jaensson
· 4 years, 2 months ago
c7d8aab
DefaultAccess#getRelativePath: Remove redundant assignment
by David Pursehouse
· 6 years ago
b3f72b3
BlameServlet: Use logger's built-in formatting rather than String.format
by David Pursehouse
· 6 years ago
3d4e60e
SoyConstants: Make constants final
by David Pursehouse
· 6 years ago
a8a4610
MarkdownToHtml#parse: Return empty list instead of null
by David Pursehouse
· 6 years ago
9744512
GitilesHtmlExtension: Remove redundant return statements
by David Pursehouse
· 6 years ago
1c0cdf5
Linkifier: Use COMMENTLINK constant
by David Pursehouse
· 6 years ago
099cf5f
VisibilityCache: Replace lambda with method reference
by David Pursehouse
· 6 years ago
e09936e
DevServer: Use correct class in logger instantiation
by David Pursehouse
· 6 years ago
f435e24
SoyConstants: Add private default constructor
by David Pursehouse
· 6 years ago
d95e0e0
Linkifier: Fix incorrect string formatting placeholders in log calls
by David Pursehouse
· 6 years ago
fb9a2a9
Use logger's built-in string formatting rather than concatenation
by David Pursehouse
· 6 years ago
1ae7c38
ErrorProne: Enable and fix UnusedException check
by David Ostrovsky
· 6 years ago
219a919
Format Java files with google-java-format
by David Pursehouse
· 6 years ago
e5a8b41
Correct license for VisibilityChecker
by Jonathan Nieder
· 6 years ago
a83672e
Merge branch 'stable-0.2'
by Jonathan Nieder
· 6 years ago
945358a
Merge changes from topics "jgit-reachability", "reachability-2"
by Jonathan Nieder
· 6 years ago
9ca395d
VisibilityChecker: Remove topoSort argument
by Ivan Frade
· 6 years ago
f0b1806
VisibilityCache: Use jgit's ReachabilityChecker
by Ivan Frade
· 7 years ago
284a35a
Accept first-parent parameter in LogServlet
by Alex Spradlin
· 6 years ago
beb12ac
Check BLOB content size before trying to render it
by Luca Milanesio
· 6 years ago
f6547c0
Merge branch 'stable-0.2'
by David Pursehouse
· 6 years ago
4f9deef
BlameCacheImpl: Avoid NPE if path does not exist
by David Pursehouse
· 6 years ago
e4c5ac4
Backport all build-related commits from master to stable-0.2
by David Pursehouse
· 6 years ago
3ba3b41
BlameServlet: Stop using deprecated SoyMapData and SoyListData
by David Pursehouse
· 6 years ago
13cb517
VisibilityChecker: Use RefDatabase.getTipsWithSha1() for visibility check
by Ivan Frade
· 7 years ago
9d46aab
Format all build files with buildifier
by David Pursehouse
· 6 years ago
5aaf0b6
Bazel: Add fixes for --incompatible_load_java_rules_from_bzl
by David Pursehouse
· 6 years ago
6740b3e
HostIndexServlet: Migrate from deprecated SoyMapData/SoyListData
by David Pursehouse
· 6 years ago
2872604
Migrate from deprecated SoyTofu to SoySauce
by David Pursehouse
· 6 years ago
6f8a740
DefaultErrorHandlingFilter: Simplify handling of FailureReason
by David Pursehouse
· 6 years ago
795ecb4
Do not drop the exception in the error handler
by Masaya Suzuki
· 6 years ago
c9208e5
Enforce a line limit of 50,000 for pretty file formatting.
by Ronald Bhuleskar
· 6 years ago
4a7dac0
Revision: Allow @-sign in ref names
by Jonathan Nieder
· 6 years ago
3d52397
Navbar: Fix handling of [home] and [logo] metalinks
by David Pursehouse
· 7 years ago
374c999
Navbar: Fix handling of [home] and [logo] metalinks
by David Pursehouse
· 7 years ago
cf9e71d
Return rendered error result
by Alon Bar-Lev
· 7 years ago
d79cca7
Format Java files with google-java-format
by David Pursehouse
· 7 years ago
d45e291
VisibilityChecker: Make topoSort member final
by Ivan Frade
· 7 years ago
a8b331e
DateFormatter: Reduce visibility of constructor used for tests
by David Pursehouse
· 7 years ago
41c28a4
PathServlet: Suppress ImmutableEnumChecker warning
by David Pursehouse
· 7 years ago
ee4b4d7
ArchiveFormat: Suppress ImmutableEnumChecker warning
by David Pursehouse
· 7 years ago
fb3daad
ViewFilter: Fix reference comparison of Revision
by David Pursehouse
· 7 years ago
8acf9dd
MarkdownConfig: Fix reference comparison with Boolean.TRUE
by David Pursehouse
· 7 years ago
3a80948
VisibilityChecker: Remove unnecessary suppression of 'unused'
by David Pursehouse
· 7 years ago
ac7d524
VisibilityCache: Split the visibility checks from the actual caching
by Ivan Frade
· 7 years ago
3863a1e
BaseServlet: Add Javadoc for IOException to prevent Eclipse warnings
by David Pursehouse
· 7 years ago
c53de2b
Revision: Add helper method for comparison to Revision.NULL
by David Pursehouse
· 7 years ago
fbda0c9
Don't render navbar.md metadata in html
by Vlad Bokov
· 7 years ago
21e70b7
Remove references to |blessStringAsTrustedResourceUrlForLegacy in <link href>.
by Jakub Vrana
· 7 years ago
3484ab8
Remove unused HttpServletRequest and HttpServletResponse parameters
by David Pursehouse
· 7 years ago
b906126
Remove unnecessarily nested else blocks
by David Pursehouse
· 7 years ago
6dec837
DocServlet#fileTooBig: Remove unused parameter
by David Pursehouse
· 7 years ago
2d05866
Add missing serialVersionUIDs
by David Pursehouse
· 7 years ago
be7e83a
Remove unused Logger instances
by David Pursehouse
· 7 years ago
27cf26d
Format Java files with google-java-format 1.7
by David Pursehouse
· 7 years ago
029da84
Merge changes Ic502b820,I43630932
by tparker
· 7 years ago
5cecb86
Throw GitilesRequestFailureException
by Masaya Suzuki
· 7 years ago
b53fc06
Introduce GitilesRequestFailureException and DefaultErrorHandlingFilter
by Masaya Suzuki
· 7 years ago
2ce0c64
VisibilityCache: Use RefDatabase.getRefsByPrefix
by Ivan Frade
· 7 years ago
9d219fb
Use LegacyConversions instead of UnsafeSanitizedContentOrdainer.
by Jakub Vrana
· 7 years ago
76346b0
Format with google-java-format 1.7
by David Pursehouse
· 7 years ago
0c55375
Add missing dependency on guava-failureaccess in dev server
by David Pursehouse
· 7 years ago
c63c059
Do not retain body in RevisionParser walk
by Jonathan Nieder
· 7 years ago
174e111
Remove unnecessary parseBody call from LogServlet
by Jonathan Nieder
· 7 years ago
9e3b1b7
Ensure RevTag is parsed before using its body
by Jonathan Nieder
· 7 years ago
4b6753d
Ensure RevCommit is parsed before using its content
by Jonathan Nieder
· 7 years ago
b49306a
Require a RevWalk when building CommitData
by Jonathan Nieder
· 7 years ago
92b8472
RefServlet: Use full refname in link
by Ivan Frade
· 7 years ago
01650ed
Automatically format all build files with buildifier lint mode
by David Pursehouse
· 7 years ago
3bce356
Format all Java files with google-java-format
by David Pursehouse
· 7 years ago
53794aa
Fix missing reference name in JSON output
by Alice Kober-Sotzek
· 7 years ago
e8f7411
Add Sub Navbar Support To Gitiles
by Robert Liao
· 7 years ago
a632e2b
DefaultAccess: Specify charset in construction of String
by David Pursehouse
· 7 years ago
0138abf
Format Java files with google-java-format 1.6
by David Pursehouse
· 7 years ago
55a49f4
RefServlet: Fix usage of deprecated RefDatabase#getRefs(String)
by David Pursehouse
· 7 years ago
a750e87
VisibilityCache: Fix usage of deprecated RefDatabase#getRefs(String) method
by David Pursehouse
· 7 years ago
8650d07
ConfigUtil: Support setting concurrencyLevel
by Dave Borowitz
· 8 years ago
1c84319
SoyConstants: Update package name from restricted to internal in Javadoc
by David Pursehouse
· 8 years ago
c1f6cfc
Use ConcurrentHashMap directly instead of MapMaker.
by Kurt Alfred Kluever
· 8 years ago
bffb5fd
Update Soy to 2018-03-14
by Soy Authors
· 8 years ago
c0037b8
Replace joda-time with Java 8 time API
by David Pursehouse
· 8 years ago
18e70c5
ConfigUtil: Annotate getDuration as @Nullable
by David Pursehouse
· 8 years ago
1218194
Copy "zSoyz" constants into an internal utility class
by Dave Borowitz
· 8 years ago
fa80a6a
LogSoyData: Properly handle null revision in Next link
by Dave Borowitz
· 8 years ago
571b7a0
Link from repo index page to full log, not skipping the first 5
by Dave Borowitz
· 8 years ago
0b17b95
MarkdownToHtml#parse: Annotate lang parameter as @Nullable
by David Pursehouse
· 8 years ago
8236dfe
MarkdownToHtml: Use String.equals to compare strings
by David Pursehouse
· 8 years ago
a4d3935
Stop using deprecated StringEscapeUtils from commons-lang3
by David Pursehouse
· 8 years ago
4cd927f
Format Java files with google-java-format
by David Pursehouse
· 8 years ago
207c3ae
Support mailto: references
by Alon Bar-Lev
· 8 years ago
719b2e9
Stamp final artifacts
by David Ostrovsky
· 8 years ago
e2d2443
Show error messages from ServiceMayNotContinueException
by Masaya Suzuki
· 8 years ago
84286b7
Isolate blame cache classes in cache directory
by David Ostrovsky
· 8 years ago
65edbe4
Dissolve top level gitiles-* directories
by David Ostrovsky
· 8 years ago