- 03 Mar, 2017 1 commit
-
-
Alejandro Rodríguez authored
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
-
- 23 Feb, 2017 5 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
- 15 Feb, 2017 1 commit
-
-
Annabel Dunstone Gray authored
-
- 02 Feb, 2017 1 commit
-
-
James Edwards-Jones authored
-
- 01 Feb, 2017 1 commit
-
-
Mike Greiling authored
-
- 31 Jan, 2017 8 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
- 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
-
- 27 Jan, 2017 1 commit
-
-
Rémy Coutable authored
Also, remove non-existing Ci::ApplicationSetting.expire! Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 18 Jan, 2017 1 commit
-
-
Ahmad Sherif authored
-
- 19 Dec, 2016 2 commits
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Kim "BKC" Carlbäcker authored
-
- 17 Dec, 2016 2 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- 12 Dec, 2016 1 commit
-
-
Jon Bailey authored
-
- 11 Nov, 2016 1 commit
-
-
Josep Llaneras authored
-
- 28 Oct, 2016 1 commit
-
-
Frank Groeneveld authored
-
- 10 Oct, 2016 1 commit
-
-
Yorick Peterse authored
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.
-
- 03 Oct, 2016 1 commit
-
-
Fu Xu authored
-
- 07 Sep, 2016 2 commits
-
-
Olaf Tomalka authored
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.
-
Olaf Tomalka authored
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
-
- 25 Aug, 2016 1 commit
-
-
Z.J. van de Weg authored
-
- 19 Aug, 2016 1 commit
-
-
Douwe Maan authored
-
- 18 Aug, 2016 1 commit
-
-
Sean McGivern authored
-
- 04 Aug, 2016 2 commits
-
-
James Lopez authored
-
Adam Niedzielski authored
-
- 26 Jul, 2016 1 commit
-
-
Ahmad Sherif authored
-
- 21 Jul, 2016 1 commit
-
-
Douglas Barbosa Alexandre authored
-
- 18 Jul, 2016 1 commit
-
-
Patricio Cano authored
Refactor and rename `restricted_signup_domains` to `domain_whitelist` to better conform to its behavior and newly introduced behavior.
-
- 01 Jul, 2016 1 commit
-
-
Grzegorz Bizon authored
-
- 30 Jun, 2016 1 commit
-
-
Alejandro Rodríguez authored
-