Vladimir Kotal

Results 449 comments of Vladimir Kotal

Perhaps this is not so much about the project/repository structure rather than what is inside these repositories. What happens if you copy these failing 2 repositories and make them separate...

There is some remote chance that the underlying cause is similar to #3666, I mean in the way how the `Repository` JGit object is created.

Someone asked recently (#3874) what is the point where using Dockerized install of OpenGrok might not cut it. This might be such case. Anyhow, the Docker README has a [section...

The web app needs a valid configuration for the index page to display list of projects. This configuration is created using the `-W` indexer option. In the Docker image the...

Instead of patching the programs in the container, you can supply `opengrok-mirror` configuration in [`/opengrok/etc/mirror.yml`]( https://github.com/oracle/opengrok/blob/master/docker/README.md#repository-synchronization) which would disable mirroring for all projects (see https://github.com/oracle/opengrok/wiki/Repository-synchronization for the syntax - it...

Yet another idea - if you insist on running Tomcat from Docker container, it would make sense to grab the [stock Docker Tomcat image](https://hub.docker.com/_/tomcat) , deploy the OpenGrok web app...

Because the OpenGrok container has logic that you have to change in some way as opposed to no logic in the stock Tomcat container. As for project addition/deletion, that could...

That's certainly possible (using the mirror config as suggested above) however there are other hurdles that need to be overcome.

which OpenGrok version is this ? do you see the definitions in the Navigate window ?

Currently not possible. A tunable would have to be added to avoid all the suggester rebuild() calls.