Commit graph

2 commits

Author SHA1 Message Date
Gabriel Mazetto
f21e655b61 disable_statement_timeout doesn't require any argument anymore
it will decide the method for disable statement_timeout upon
per transaction or per session, based on how it's called.

When calling with a block, block will be executed and it will use
session based statement_timeout, otherwise will default to existing
behavior.
2018-08-11 04:15:59 +02:00
Yorick Peterse
995588ad62
Remove orphaned routes
This removes all orphaned project and namespace routes from the "routes"
table. This is in as a preparation step for removing dynamic route
generation, as discussed in
https://gitlab.com/gitlab-org/gitlab-ce/issues/44390.
2018-07-25 14:23:35 +02:00