- 17 Aug, 2018 1 commit
-
-
Yorick Peterse authored
This adds a database guide on how to read the output of "EXPLAIN" and "EXPLAIN ANALYZE", and how to use this output to understand a query's performance and optimise it.
-
- 14 Aug, 2018 2 commits
-
-
Kushal Pandya authored
-
Mark Chao authored
allowing override for EE.
-
- 13 Aug, 2018 4 commits
-
-
Alexander Popov authored
This is a font from [Google](https://www.google.com/get/noto/). Arch Linux [has a recommendation of it](https://wiki.archlinux.org/index.php/fonts#Emoji_and_symbols). Add info about this into `docs/user/markdown.md#emoji`
-
James Ramsay authored
-
Bob Van Landuyt authored
This adds an endpoint to get the common ancestor of 2 refs from the API.
-
Phil Hughes authored
Closes #50143
-
- 12 Aug, 2018 1 commit
-
-
Alejandro Rodríguez authored
-
- 10 Aug, 2018 5 commits
-
-
Jose authored
-
Oswaldo Ferreira authored
-
Peter Leitzen authored
-
Sarrah Vesselov authored
fix design artifact label to be product discovery. Was done here https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20862 but not merged before this was moved.
-
Ronald van Zon authored
-
- 09 Aug, 2018 8 commits
-
-
Andreas Rammhold authored
Previously the key `git_ssh_url` was listed twice in the example payload of an Build Event web hook.
-
Davin Walker authored
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Eddie Stubbington authored
-
Alexander authored
-
Achilleas Pipinellis authored
-
Achilleas Pipinellis authored
-
Marcia Ramos authored
-
- 08 Aug, 2018 3 commits
-
-
Stan Hu authored
Add details for https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20164.
-
Andreas Brandl authored
Closes #49789.
-
Tobias Hernstig authored
-
- 07 Aug, 2018 8 commits
-
-
Victor Wu authored
-
Sean McGivern authored
-
Paul Slaughter authored
-
Jacob Vosmaer (GitLab) authored
-
Jarka Kadlecová authored
-
Dennis Tang authored
-
gfyoung authored
The original link was moved.
-
Winnie Hellmann authored
-
- 06 Aug, 2018 2 commits
-
-
James Ramsay authored
-
Yorick Peterse authored
This changes the BackgroundMigration worker so it checks for the health of the DB before performing a background migration. This in turn allows us to reduce the minimum interval, without having to worry about blowing things up if we schedule too many migrations. In this setup, the BackgroundMigration worker will reschedule jobs as long as the database is considered to be in an unhealthy state. Once the database has recovered, the migration can be performed. To determine if the database is in a healthy state, we look at the replication lag of any replication slots defined on the primary. If the lag is deemed to great (100 MB by default) for too many slots, the migration is rescheduled for a later point in time. The health checking code is hidden behind a feature flag, allowing us to disable it if necessary.
-
- 05 Aug, 2018 1 commit
-
-
Ben Bodenmiller authored
-
- 03 Aug, 2018 3 commits
-
-
Felipe Artur authored
-
Valery Sizov authored
Resolve "Hashed storage: extend "Enable hashed storage for all new projects" to "for all new and renamed projects""
-
Jan Provaznik authored
We already support automatic background migrations, `background_upload` option which enables it is already documented.
-
- 02 Aug, 2018 2 commits
-
-
Emily authored
-
Jarka Kadlecová authored
This reverts commit 8717c7dad9b5a8fa21ec9a652c54718a6b4c2175.
-