Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't use `send` in settings initializer | Sean McGivern | 2017-04-14 | 1 | -6/+6 |
| | |||||
* | Remove unused user activities code | Sean McGivern | 2017-04-14 | 1 | -2/+2 |
| | |||||
* | Add new ScheduleUpdateUserActivityWorker and UpdateUserActivityWorker | Rémy Coutable | 2017-04-14 | 1 | -0/+5 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Port 'Add EE usage ping' to CE | Sean McGivern | 2017-04-14 | 1 | -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 Maeda | 2017-04-06 | 1 | -1/+1 |
| | | | | twice a day 2 | ||||
* | Rename ScheduledTrigger to TriggerSchedule. Because table structure changed. | Shinya Maeda | 2017-04-06 | 1 | -3/+3 |
| | |||||
* | Add config for worker | Shinya Maeda | 2017-04-06 | 1 | -0/+3 |
| | |||||
* | Periodically mark projects that are stuck in importing as failed | James Lopez | 2017-04-05 | 1 | -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 storages | Jacob Vosmaer | 2017-03-29 | 1 | -10/+19 |
| | |||||
* | Separate GRPC channels per repository storage | Jacob Vosmaer | 2017-03-29 | 1 | -1/+1 |
| | |||||
* | Merge branch 'pages-multiple-ips-doc' into 'master' | Kamil Trzciński | 2017-03-16 | 1 | -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 Thomas | 2017-03-08 | 1 | -2/+2 |
| | | | | | | | | multiple times | ||||
* | | Enable snippets for new projects by defaultenable-snippets-by-default | Sean McGivern | 2017-03-10 | 1 | -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 McGivern | 2017-03-07 | 1 | -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-storages | Alejandro Rodríguez | 2017-03-03 | 1 | -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-limit | Regis Freyd | 2017-03-07 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'backup_storage_class' into 'master' | Rémy Coutable | 2017-03-06 | 1 | -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 backups | Jon Keys | 2017-02-28 | 1 | -0/+1 |
| |/ | |||||
* | | Renable StuckCiBuildsWorker to StucjCiJobsWorker27523-make-stuck-build-detection-more-performant | Tomasz Maczukin | 2017-03-03 | 1 | -3/+3 |
| | | |||||
* | | Update default configuration of stuck_ci_builds_worker cron interval | Tomasz Maczukin | 2017-03-01 | 1 | -1/+1 |
|/ | |||||
* | Manually correct autocorrect | Douwe Maan | 2017-02-23 | 1 | -0/+2 |
| | |||||
* | Enable Style/MultilineArrayBraceLayout | Douwe Maan | 2017-02-23 | 1 | -9/+11 |
| | |||||
* | Fix code for cops | Douwe Maan | 2017-02-23 | 1 | -21/+23 |
| | |||||
* | Enable Style/ConditionalAssignment | Douwe Maan | 2017-02-23 | 1 | -6/+6 |
| | |||||
* | Enable Style/SpaceInsideBrackets | Douwe Maan | 2017-02-23 | 1 | -2/+2 |
| | |||||
* | Remove all gitlab theme related code | Annabel Dunstone Gray | 2017-02-15 | 1 | -1/+0 |
| | |||||
* | Merge branch 'master' into 'jej-pages-to-ce'jej-pages-to-ce | James Edwards-Jones | 2017-02-06 | 1 | -0/+9 |
|\ | | | | | | | # Conflicts: # db/schema.rb | ||||
| * | add rack middleware to proxy webpack dev server | Mike Greiling | 2017-02-01 | 1 | -0/+9 |
| | | |||||
* | | Fix rubocop error from pages EE->CE port | James Edwards-Jones | 2017-02-02 | 1 | -1/+1 |
| | | |||||
* | | Implement extra domains and save pages configuration | Kamil Trzcinski | 2017-01-31 | 1 | -1/+2 |
| | | |||||
* | | Initial work on GitLab Pages update | Kamil Trzcinski | 2017-01-31 | 1 | -0/+1 |
| | | |||||
* | | Fix pages path settings option. | Kamil Trzcinski | 2017-01-31 | 1 | -1/+1 |
| | | |||||
* | | Fix pages storage path | Kamil Trzcinski | 2017-01-31 | 1 | -1/+1 |
| | | |||||
* | | Re-add missing gitlab_on_standard_port | Kamil Trzcinski | 2017-01-31 | 1 | -2/+6 |
| | | |||||
* | | Change pages domain to host | Kamil Trzcinski | 2017-01-31 | 1 | -1/+1 |
| | | |||||
* | | Support https and custom port for pages | Kamil Trzcinski | 2017-01-31 | 1 | -9/+19 |
| | | |||||
* | | Add GitLab Pages | Kamil Trzcinski | 2017-01-31 | 1 | -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.expire | Rémy Coutable | 2017-01-27 | 1 | -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-flag | Ahmad Sherif | 2017-01-18 | 1 | -0/+6 |
| | |||||
* | Rename Gogs to Gitea, DRY the controller and improve views | Rémy Coutable | 2016-12-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Gogs Importer | Kim "BKC" Carlbäcker | 2016-12-19 | 1 | -1/+1 |
| | |||||
* | Fix rubocop failureszj-mattermost-session | Kamil Trzcinski | 2016-12-17 | 1 | -2/+2 |
| | |||||
* | Store mattermost_url in settings | Kamil Trzcinski | 2016-12-17 | 1 | -0/+7 |
| | |||||
* | Crontab typo '* */6' -> '0 */6' (4x/day not 1x-per-min-for-1h 4x/day) | Jon Bailey | 2016-12-12 | 1 | -1/+1 |
| | |||||
* | Issue #13823: random message when all Todos are Done | Josep Llaneras | 2016-11-11 | 1 | -0/+1 |
| | |||||
* | Remove unreferenced LFS objects from DB and fs | Frank Groeneveld | 2016-10-28 | 1 | -0/+3 |
| | |||||
* | Precalculate trending projectsprecalculate-trending-projects | Yorick Peterse | 2016-10-10 | 1 | -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 suffix | Fu Xu | 2016-10-03 | 1 | -0/+1 |
| | |||||
* | Limited amount of pruned Event rows per run | Olaf Tomalka | 2016-09-07 | 1 | -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 Tomalka | 2016-09-07 | 1 | -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 |