summaryrefslogtreecommitdiff
path: root/config/initializers/1_settings.rb
Commit message (Collapse)AuthorAgeFilesLines
* Don't use `send` in settings initializerSean McGivern2017-04-141-6/+6
|
* Remove unused user activities codeSean McGivern2017-04-141-2/+2
|
* Add new ScheduleUpdateUserActivityWorker and UpdateUserActivityWorkerRémy Coutable2017-04-141-0/+5
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Port 'Add EE usage ping' to CESean McGivern2017-04-141-0/+11
| | | | CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/557
* Change configuration in gitlab.com as trigger_schedule_worker will perform ↵Shinya Maeda2017-04-061-1/+1
| | | | twice a day 2
* Rename ScheduledTrigger to TriggerSchedule. Because table structure changed.Shinya Maeda2017-04-061-3/+3
|
* Add config for workerShinya Maeda2017-04-061-0/+3
|
* Periodically mark projects that are stuck in importing as failedJames Lopez2017-04-051-0/+3
| | | | | | Adds import jid to projects Refactor middleware to set custom expiration time via sidekiq options Add completed_jids option to sidekiq status and a few other changes
* Expand relative paths in storagesJacob Vosmaer2017-03-291-10/+19
|
* Separate GRPC channels per repository storageJacob Vosmaer2017-03-291-1/+1
|
* Merge branch 'pages-multiple-ips-doc' into 'master' Kamil Trzciński2017-03-161-2/+2
|\ | | | | | | | | The GitLab Pages external-http and external-https arguments can be specified multiple times See merge request !9812
| * The GitLab Pages external-http and external-https arguments can be specified ↵Nick Thomas2017-03-081-2/+2
| | | | | | | | multiple times
* | Enable snippets for new projects by defaultenable-snippets-by-defaultSean McGivern2017-03-101-1/+1
|/ | | | | If there is an existing gitlab.yml file with snippets explicitly disabled, they won't be enabled with this change.
* Merge branch '28447-hybrid-repository-storages' into 'master' Sean McGivern2017-03-071-5/+10
|\ | | | | | | | | Update storage settings to allow extra values per shard See merge request !9597
| * Update storage settings to allow extra values per shard28447-hybrid-repository-storagesAlejandro Rodríguez2017-03-031-5/+10
| | | | | | | | | | | | | | This will be necessary when adding gitaly settings. This version doesn't make any functional changes, but allows us to include this breaking change in 9.0 and add the needed extra settings in the future with backwards compatibility
* | Change project count limit from 10 to 100000rfr-20170307-change-default-project-number-limitRegis Freyd2017-03-071-1/+1
| |
* | Merge branch 'backup_storage_class' into 'master' Rémy Coutable2017-03-061-0/+1
|\ \ | | | | | | | | | | | | Add storage class configuration option for Amazon S3 remote backups See merge request !9599
| * | Add storage class configuration option for Amazon S3 remote backupsJon Keys2017-02-281-0/+1
| |/
* | Renable StuckCiBuildsWorker to StucjCiJobsWorker27523-make-stuck-build-detection-more-performantTomasz Maczukin2017-03-031-3/+3
| |
* | Update default configuration of stuck_ci_builds_worker cron intervalTomasz Maczukin2017-03-011-1/+1
|/
* Manually correct autocorrectDouwe Maan2017-02-231-0/+2
|
* Enable Style/MultilineArrayBraceLayoutDouwe Maan2017-02-231-9/+11
|
* Fix code for copsDouwe Maan2017-02-231-21/+23
|
* Enable Style/ConditionalAssignmentDouwe Maan2017-02-231-6/+6
|
* Enable Style/SpaceInsideBracketsDouwe Maan2017-02-231-2/+2
|
* Remove all gitlab theme related codeAnnabel Dunstone Gray2017-02-151-1/+0
|
* Merge branch 'master' into 'jej-pages-to-ce'jej-pages-to-ceJames Edwards-Jones2017-02-061-0/+9
|\ | | | | | | # Conflicts: # db/schema.rb
| * add rack middleware to proxy webpack dev serverMike Greiling2017-02-011-0/+9
| |
* | Fix rubocop error from pages EE->CE portJames Edwards-Jones2017-02-021-1/+1
| |
* | Implement extra domains and save pages configurationKamil Trzcinski2017-01-311-1/+2
| |
* | Initial work on GitLab Pages updateKamil Trzcinski2017-01-311-0/+1
| |
* | Fix pages path settings option.Kamil Trzcinski2017-01-311-1/+1
| |
* | Fix pages storage pathKamil Trzcinski2017-01-311-1/+1
| |
* | Re-add missing gitlab_on_standard_portKamil Trzcinski2017-01-311-2/+6
| |
* | Change pages domain to hostKamil Trzcinski2017-01-311-1/+1
| |
* | Support https and custom port for pagesKamil Trzcinski2017-01-311-9/+19
| |
* | Add GitLab PagesKamil Trzcinski2017-01-311-0/+6
|/ | | | | | | | | | | | | | | | - The pages are created when build artifacts for `pages` job are uploaded - Pages serve the content under: http://group.pages.domain.com/project - Pages can be used to serve the group page, special project named as host: group.pages.domain.com - User can provide own 403 and 404 error pages by creating 403.html and 404.html in group page project - Pages can be explicitly removed from the project by clicking Remove Pages in Project Settings - The size of pages is limited by Application Setting: max pages size, which limits the maximum size of unpacked archive (default: 100MB) - The public/ is extracted from artifacts and content is served as static pages - Pages asynchronous worker use `dd` to limit the unpacked tar size - Pages needs to be explicitly enabled and domain needs to be specified in gitlab.yml - Pages are part of backups - Pages notify the deployment status using Commit Status API - Pages use a new sidekiq queue: pages - Pages use a separate nginx config which needs to be explicitly added
* Move a begin/rescue clause to ApplicationSetting.expireRémy Coutable2017-01-271-7/+1
| | | | | | Also, remove non-existing Ci::ApplicationSetting.expire! Signed-off-by: Rémy Coutable <remy@rymai.me>
* Pass Gitaly resource path to gitlab-workhorse if Gitaly is enabledfeature/gitaly-feature-flagAhmad Sherif2017-01-181-0/+6
|
* Rename Gogs to Gitea, DRY the controller and improve viewsRémy Coutable2016-12-191-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Gogs ImporterKim "BKC" Carlbäcker2016-12-191-1/+1
|
* Fix rubocop failureszj-mattermost-sessionKamil Trzcinski2016-12-171-2/+2
|
* Store mattermost_url in settingsKamil Trzcinski2016-12-171-0/+7
|
* Crontab typo '* */6' -> '0 */6' (4x/day not 1x-per-min-for-1h 4x/day)Jon Bailey2016-12-121-1/+1
|
* Issue #13823: random message when all Todos are DoneJosep Llaneras2016-11-111-0/+1
|
* Remove unreferenced LFS objects from DB and fsFrank Groeneveld2016-10-281-0/+3
|
* Precalculate trending projectsprecalculate-trending-projectsYorick Peterse2016-10-101-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | This commit introduces a Sidekiq worker that precalculates the list of trending projects on a daily basis. The resulting set is stored in a database table that is then queried by Project.trending. This setup means that Unicorn workers no longer _may_ have to calculate the list of trending projects. Furthermore it supports filtering without any complex caching mechanisms. The data in the "trending_projects" table is inserted in the same order as the project ranking. This means that getting the projects in the correct order is simply a matter of: SELECT projects.* FROM projects INNER JOIN trending_projects ON trending_projects.project_id = projects.id ORDER BY trending_projects.id ASC; Such a query will only take a few milliseconds at most (as measured on GitLab.com), opposed to a few seconds for the query used for calculating the project ranks. The migration in this commit does not require downtime and takes care of populating an initial list of trending projects.
* add configurable email subject suffixFu Xu2016-10-031-0/+1
|
* Limited amount of pruned Event rows per runOlaf Tomalka2016-09-071-1/+1
| | | | | | | | Old deployments of Gitlab might have a big number of old events to be deleted. Such numbers cause the worker to timeout. I've limited the amount of rows that should be destroyed at once to 10000, and increased how often pruning shall take place to 4 times a day.
* Added cron to prune events older than 12 months.Olaf Tomalka2016-09-071-0/+3
| | | | | | | | Since contribution calendar shows only 12 months of activity, events older than that time are not visible anywhere and can be safely pruned saving big amount of database storage. Fixes #21164