- 19 Jul, 2015 1 commit
-
-
Valery Sizov authored
This reverts commit 94c2516a, reversing changes made to ae44e5ec.
-
- 17 Jul, 2015 1 commit
-
-
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
-
- 13 Jul, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 08 Jul, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 07 Jul, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 06 Jul, 2015 1 commit
-
-
Valery Sizov authored
-
- 20 Jun, 2015 1 commit
-
-
Robert Speicher authored
-
- 13 Jun, 2015 2 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
Closes #1798
-
- 11 Jun, 2015 1 commit
-
-
themaze75 authored
delay is in seconds more legible code in session_store Added `GitLab restart required` help block to session_expire_delay
-
- 05 Jun, 2015 1 commit
-
-
Eric Maziade authored
settings
-
- 29 May, 2015 2 commits
-
-
Alex Lossent authored
-
Douwe Maan authored
-
- 22 May, 2015 1 commit
-
-
Stan Hu authored
Closes https://github.com/gitlabhq/gitlabhq/issues/6745
-
- 12 May, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 11 May, 2015 1 commit
-
-
Robert Speicher authored
-
- 09 May, 2015 1 commit
-
-
Robert Speicher authored
-
- 05 May, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 02 May, 2015 1 commit
-
-
Stan Hu authored
This feature was requested long ago: http://feedback.gitlab.com/forums/176466-general/suggestions/4118466-ability-to-register-only-from-ceratain-domains This MR is based off !253 but changed to use application settings and use wildcard strings to give more flexibility in pattern matching. Regexps seemed overkill and easy to get wrong. Only restrict e-mail addresses upon creation
-
- 29 Apr, 2015 1 commit
-
-
Valery Sizov authored
-
- 28 Apr, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 27 Apr, 2015 1 commit
-
-
Stan Hu authored
Upon tagging a repository, an error due to a missing migration occurred: ``` PG::Error: ERROR: column "taggings_count" does not exist LINE 1: UPDATE "tags" SET "taggings_count" = COALESCE("taggings_coun... ``` Ran `rake acts_as_taggable_on_engine:install:migrations`, removed the first migration that created the `tags` and `taggings` table, and added the rest. Closes #1512 Closes https://github.com/gitlabhq/gitlabhq/issues/6867 Closes https://github.com/gitlabhq/gitlabhq/issues/9194
-
- 26 Apr, 2015 1 commit
-
-
Vinnie Okada authored
Add new global application settings for default project and snippet visibility levels.
-
- 24 Apr, 2015 1 commit
-
-
Douwe Maan authored
-
- 20 Apr, 2015 1 commit
-
-
Jeroen van Baarsen authored
Signed-off-by:
Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-
- 17 Apr, 2015 1 commit
-
-
Douwe Maan authored
-
- 14 Apr, 2015 3 commits
-
-
Douwe Maan authored
-
Senorsen authored
This commit allows user to show one of their emails in profile page, or don't show email in this page.
-
Douwe Maan authored
-
- 11 Apr, 2015 2 commits
-
-
Robert Speicher authored
-
Valery Sizov authored
-
- 03 Apr, 2015 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 02 Apr, 2015 1 commit
-
- 24 Mar, 2015 1 commit
-
-
Douwe Maan authored
-
- 20 Mar, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 18 Mar, 2015 1 commit
-
-
Hannes Rosenögger authored
-
- 16 Mar, 2015 3 commits
-
-
Valery Sizov authored
-
Valery Sizov authored
-
Valery Sizov authored
-