repositories: rewrote whole admin section to pyramid.

- fixed few small found problems
- code cleanups
This commit is contained in:
Marcin Kuzminski 2017-08-11 13:00:47 +02:00
parent fadfe2a810
commit 928129ed6c
53 changed files with 1557 additions and 1604 deletions

View file

@ -143,6 +143,8 @@ def load_pyramid_environment(global_config, settings):
# Store the settings to make them available to other modules.
rhodecode.PYRAMID_SETTINGS = settings_merged
# NOTE(marcink): needs to be enabled after full port to pyramid
# rhodecode.CONFIG = config
# If this is a test run we prepare the test environment like
# creating a test database, test search index and test repositories.