summaryrefslogtreecommitdiff
path: root/config/initializers/inflections.rb
Commit message (Collapse)AuthorAgeFilesLines
* Execute inflections initializer earlierfix/execute-inflections-initializer-earlyDouglas Barbosa Alexandre2017-03-101-14/+0
|
* Add more storage statisticsMarkus Koller2016-12-211-1/+1
| | | | | | | | | | | | | This adds counters for build artifacts and LFS objects, and moves the preexisting repository_size and commit_count from the projects table into a new project_statistics table. The counters are displayed in the administration area for projects and groups, and also available through the API for admins (on */all) and normal users (on */owned) The statistics are updated through ProjectCacheWorker, which can now do more granular updates with the new :statistics argument.
* Create table for award emojiZeger-Jan van de Weg2016-05-061-0/+4
|
* Remove inflector rule that makes commits uncountableDmitriy Zaporozhets2015-11-031-21/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add an inflector to mark "commits" as uncountableRobert Speicher2012-09-261-0/+21
|
* init commitgitlabhq2011-10-091-0/+10