- 17 Jul, 2015 13 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Advanced cache Fixes #1993 * Build missing cache values in background job after each push * Store commit_count in project table. Refresh in background job * moved repository size calculation in background job ## Advantages Every time push is triggered - we build cache for project even without user visiting project page. That means first visit is as fast as others now. This is especially good for active projects where people have some requests fast because of cache and some slow - because cache was build in their request. Between cache expired and cache built we we had gap when Linux repo can give 502 error because calculation commits count takes 30 seconds or even more. Using value from database fix this problem. Before cache is updated you see old value from database. After - you see new one. Basically this merge request is super win to GitLab. We don't do some heavy operations in user request but instead in background job. ## Temporary problem After this migration all projects will have `0` commits in database. It fill be replaced with real value on next push. I did not add recalculation to migration because it will last forever on big instances. Can be fixed by adding rake task which will go in background on live instance without downtime See merge request !986
-
Valery Sizov authored
The release manager owns the stable branches I think this helps the release manager because it means they don't have to worry about others pushing commits at the last minute. See merge request !1907
-
Dmitriy Zaporozhets authored
Expire Rails cache entries after two weeks This should help prevent endless Redis growth. See merge request !1903
-
Jacob Vosmaer authored
I think this helps the release manager because it means they don't have to worry about others pushing commits at the last minute.
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
-
Sytse Sijbrandij authored
-
Sytse Sijbrandij authored
-
Sytse Sijbrandij authored
-
- 16 Jul, 2015 8 commits
-
-
Job van der Voort authored
Added note about chef Added note about chef being required to generate GitLab config. because of tweet https://twitter.com/grahamgilbert/status/621015318442459136 See merge request !982
-
Job van der Voort authored
Added new doc about creating a new branch Added new document about creating a branch and fixed bullets in all the other documents. Also fixed "git push REMOTE BRANCH". See merge request !1894
-
karen Carias authored
-
karen Carias authored
-
Sytse Sijbrandij authored
Document should start from h1 title. Also put badges on top for easier tracking Looks much better with new project page design. See merge request !983
-
Dmitriy Zaporozhets authored
-
Marin Jankovski authored
-
Marin Jankovski authored
-
- 15 Jul, 2015 7 commits
-
-
karen Carias authored
-
karen Carias authored
-
Dmitriy Zaporozhets authored
Time ago fix for branch compare page https://dev.gitlab.org/gitlab/gitlabhq/issues/2508 See merge request !1904
-
Valery Sizov authored
-
Jacob Vosmaer authored
This should help prevent endless Redis growth.
-
Stan Hu authored
Remove author information from "post" in merge_requests API.
-
Stan Hu authored
api: expose work_in_progress flag See merge request !948
-
- 14 Jul, 2015 12 commits
-
-
Kamil Trzciński authored
Fix docker image See merge request !979
-
Kamil Trzcinski authored
-
Sytse Sijbrandij authored
-
Sytse Sijbrandij authored
This reverts commit 8a01a122.
-
Job van der Voort authored
fixed notifications title I fixed the title and link to this document because I believe that it's more clear and easier to find if it has "emails" in the name. See merge request !1897
-
Dmitriy Zaporozhets authored
Fix path to move_drop_indexes.ed Small documentation fix. See merge request !1900
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Add nice scroll for sidebar Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !978
-
Dmitriy Zaporozhets authored
Hide scrollbar from sidebar when external mouse is connected to OSX See merge request !977
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Valery Sizov authored
create update guides for 7.13 See merge request !1899
-
Kamil Trzcinski authored
-