Vladimir Kotal

Results 485 comments of Vladimir Kotal

The JGit transition is in progress (#1113). For getting the history it is actually slower than executing `git log` (#3544).

take a look at ProjectController, this should be a small change there.

Possibly similar to #3468 except the suggestion lookups which should be probably covered by separate bug.

Only on case-by-case basis. It would be nice to have this aspect covered by tests.

#3585 is related

Also, the configuration should be treated as data, not serialized objects, to avoid security vulnerabilities that might happen when de-serializing XML into Java objects.

The other reason for using something else is performance. Lately, I realized that `XMLEncoder` does not scale when retrieving configuration using the RESTful API. When running a multithreaded program where...

Another feature that could be brought with new serialization scheme is wildcards. For instance, I'd like to be able to set project properties for a set of projects specified with...

How is the OpenGrok container setup w.r.t. volumes ? Normally the `/usr/local/tomcat/webapps` directory is part of the Docker image and is owned by the `root` user with 755 permissions and...

Looks like k8s is doing something special with the container then. Could you modify `/scripts/start.py` to inspect what credentials it is running with and what are the permissions/ownership on the...