01 Nov, 2013
9 commits
-
Change documentation about sidekiq
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
31 Oct, 2013
8 commits
-
Allow searching by namespace name, include public projects
-
Escape strings
-
Signed-off-by: Nigel Kukard <nkukard@lbsd.net>
30 Oct, 2013
4 commits
-
Respect the configured redis URL when initializing the session store
-
It was not possible to start Gitlab with a redis server running on another host or port. Every other subsystem that uses redis respects the settings in config/resque.yml. This patch uses the configured url from the cache_store configuration. The cache_store configuration already loads the correct redis url from config/resque.yml. Closes #5406
-
Check if a file is editied "on" a branch or a commit.
-
The previous behavior was a "disabled" link, which was still clickable and linked to the edit file action. If the user accesses a path like "/edit/master/README" show the file edit form (just like before). If the user accesses a path like "/edit/8d5c1f375ce99e5df84e26b0eafbf1448c6a001e/README", redirect the user to the file detail page with a note, that he cannot edit a file "on" a commit. fixes #5482
29 Oct, 2013
7 commits
-
Signed-off-by: Nigel Kukard <nkukard@lbsd.net>
28 Oct, 2013
6 commits
27 Oct, 2013
6 commits
-
Reset buttons/links on the reset password page