Vladimir Kotal

Results 485 comments of Vladimir Kotal

I think this is out of scope of what OpenGrok can provide, closing.

`DirectoryListing#extraListTo()` should be refactored to produce a list of objects. This method can be then used for the JSPs and API as well.

Caution needs to be employed to make sure the requests against the list endpoint are authorized and projects on the top level filtered.

> @vladak can I contribute to this? is no one working on it? Whoever submits the PR first wins :-) Joking aside, given the amount of contributions OpenGrok gets, it's...

fixed via #4059

Firstly, there is no history cache for directories (#1704 - not easy to do) which means that when retrieving history for a directory, `HistoryGuru` allways falls back to the repository...

The UX aspect also needs to be taken into account. With iterator, the number of history entries to be displayed will not be known before hand so there would have...

Related to #3539 and #4023

Once a scheme to iterate over history (for both repository method and history cache) without reading all of it in memory is in place, the `HistoryReader` used during indexing should...

Tried to replicate this with 1.12.28 using AOSP source code and fulltext searching for 'google' (http://localhost:8080/source/api/v1/search?projects=AOSP&full=google&maxresults=200000). Using the API I got `"resultCount":41556`, and using the web UI I got way...