thinkernel

Results 37 comments of thinkernel

Hi @raghavendrapj I can't find anyway to relocate index storage to other directory though the gerrit.config. If you've already known a config option I'd like to know it. And I'd...

Which type of authentication are you using?

Unfortunately, I've never used OAuth myself. The OAuth support was contributed by other guys which works fine for them. BTW, I upgraded oauth-provider plugin, yesterday. You can try the latest...

Using a reverse proxy like nginx is recommended.

Hi @xinglongjian You should let the gerrit know where your mysql server is by providing 2 environment variables below. -e DB_PORT_3306_TCP_ADDR=your mysql host IP addrss -e DB_PORT_3306_TCP_PORT=your mysql port

This is an interesting idea. Let me think about it. Basicly, I can add a `cp path/to/gerrit.config ${GERRIT_HOME}/review_site/etc` in the gerrit-entrypoint.sh somewhere before setting other parameters according to the environment...

I added some commends in your commit. Would you please check it there?

Hi there. I see the point that you need a way to unset some properties on startup. I agree with you that it can be a good feature. Unfortunately, the...

@9Cube-dpustula >"fatal: No argument is allowed: '--install-all-plugins' GERRIT_INIT_ARGS is the only place to add this however there's - GERRIT_INIT_ARGS='--install-plugin=download-commands' in your compose file. I wonder where is the '--install-all-plugins' comes...

@9Cube-dpustula I just deployed a fresh new gerrit with almost the same environment variables like yours. I got nothing wrong. However I deployed it on k8s instead of using docker...