- Jul 19, 2015
-
-
Valery Sizov authored
This reverts commit 94c2516a, reversing changes made to ae44e5ec.
-
- Jul 17, 2015
-
-
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
-
- May 20, 2015
-
-
Robert Speicher authored
Adds a version requirement which it didn't have before, at 2.0.0. This version has breaking API changes in that the namespace is now `FFaker` instead of `Faker`.
-
- Nov 10, 2014
-
-
Dmitriy Zaporozhets authored
This reverts commit a9fadce3.
-
- Oct 26, 2014
-
-
Ciro Santilli authored
-
- Sep 27, 2014
-
-
Ciro Santilli authored
-
- Sep 10, 2014
-
-
Sid Sijbrandij authored
-
Jacob Vosmaer (GitLab) authored
The repository was removed from github.com/gitlabhq.
-
- Aug 11, 2014
-
-
Dmitriy Zaporozhets authored
* Improt projects inline so after seeds you have repos * Fix merge request seeds * Add comment seeds to both issues and merge requests * Remove some projects from seeds to increase speed Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- May 05, 2014
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Mar 15, 2014
-
-
Dmitriy Zaporozhets authored
Return execution of observers in seeds. Mute email sending to letter opening in you browser. Added `rake dev` task to reset db and add seeds. Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Feb 28, 2014
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Feb 25, 2014
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Jan 23, 2014
-
-
Marin Jankovski authored
-
- Jan 19, 2014
-
-
skv authored
-
- Oct 17, 2013
-
-
Dmitriy Zaporozhets authored
-
- Jun 20, 2013
-
-
Dmitriy Zaporozhets authored
-
- Feb 09, 2013
-
-
Dmitriy Zaporozhets authored
-
- Jan 05, 2013
-
-
Dmitriy Zaporozhets authored
-
- Dec 27, 2012
-
-
Dmitriy Zaporozhets authored
-
- Dec 11, 2012
-
-
Dmitriy Zaporozhets authored
-
- Nov 21, 2012
-
-
Dmitriy Zaporozhets authored
Project -> update repo only on create and destroy. Fixtures Updated with namespaces. Fixed moving repo
-
- Nov 23, 2012
-
-
Dmitriy Zaporozhets authored
-
- Nov 13, 2012
-
-
Dmitriy Zaporozhets authored
-
- Dec 15, 2011
-
-
Dmitriy Zaporozhets authored
-
- Dec 04, 2011
-
-
Dmitriy Zaporozhets authored
-