- 03 Jul, 2018 40 commits
-
-
Stan Hu authored
CE upstream - 2018-07-03 21:01 UTC See merge request gitlab-org/gitlab-ee!6368
-
Stan Hu authored
-
GitLab Bot authored
# Conflicts: # doc/administration/monitoring/prometheus/gitlab_metrics.md [ci skip]
-
Robert Speicher authored
Add Prometheus metrics to track reCAPTCHA success/failures See merge request gitlab-org/gitlab-ce!20086
-
Stan Hu authored
CE upstream - 2018-07-03 18:21 UTC See merge request gitlab-org/gitlab-ee!6367
-
Robert Speicher authored
Implement file copy for object storage when moving an issue Closes #48505 See merge request gitlab-org/gitlab-ce!20191
-
Stan Hu authored
-
GitLab Bot authored
-
Stan Hu authored
-
Micaël Bergeron authored
-
Micaël Bergeron authored
-
Micaël Bergeron authored
-
Stan Hu authored
Closes #48505
-
Robert Speicher authored
Resolve "QA: Deploy key cloning test sometimes can't find the QA element" Closes #48243 See merge request gitlab-org/gitlab-ce!20342
-
Stan Hu authored
CE upstream - 2018-07-03 15:24 UTC See merge request gitlab-org/gitlab-ee!6364
-
Douwe Maan authored
Fixed pagination of web hook logs See merge request gitlab-org/gitlab-ce!20247
-
Annabel Gray authored
Resolve "The header navbar line separator is missing" Closes #48634 See merge request gitlab-org/gitlab-ce!20282
-
Yorick Peterse authored
Remove trailing comma from weight system notes Closes #6347 See merge request gitlab-org/gitlab-ee!6361
-
Rémy Coutable authored
Add `pod` dropdown to pod logs screen Closes #5766 See merge request gitlab-org/gitlab-ee!6111
-
Tiago Botelho authored
-
Douwe Maan authored
# Conflicts: # db/schema.rb
-
Robert Speicher authored
Resolve "Render SHA in merge request commit reference with mono spaced font" Closes #44994 See merge request gitlab-org/gitlab-ce!20228
-
GitLab Bot authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Sean McGivern authored
We added a comma to the end of these to disambiguate between the value and the timestamp after it. In the following release, we added a dot between the note and the timestamp, so the comma was redundant. This uses a background migration to find notes that are: 1. System notes. 2. That are about weight. 3. That end in a comma. And remove the comma and clear the cached HTML. There are about 15,000 of these on GitLab.com.
-
🚄 Job van der Voort 🚀 authored
Update template name via sentence case (feature) See merge request gitlab-org/gitlab-ce!19326
-
Dmitriy Zaporozhets authored
DRY group creation code in nested groups fixtures See merge request gitlab-org/gitlab-ce!20314
-
https://gitlab.com/gitlab-org/gitlab-ceAndreas Kämmerle authored
Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into update-template-name-via-sentence-case # Conflicts: # .gitlab/issue_templates/Feature proposal.md
-
Achilleas Pipinellis authored
CE upstream - 2018-07-03 09:22 UTC Closes #1355, gitaly#801, gitaly#779, gitaly#755, gitaly#754, gitaly#727, gitaly#680, gitaly#633, gitaly#547, gitaly#546, gitaly#541, gitaly#1256, #6224, and gitlab-ce#46120 See merge request gitlab-org/gitlab-ee!6359
-
Rémy Coutable authored
Do not run review app images for docs only changes See merge request gitlab-org/gitlab-ee!6355
-
Rémy Coutable authored
Run the review-docs jobs for gitlab-org repos only See merge request gitlab-org/gitlab-ce!20327
-
🚄 Job van der Voort 🚀 authored
Update template name via sentence case (research) See merge request gitlab-org/gitlab-ce!19327
-
🚄 Job van der Voort 🚀 authored
Update template name via sentence case (security) See merge request gitlab-org/gitlab-ce!19328
-
🚄 Job van der Voort 🚀 authored
Update template name via sentence case (database changes) See merge request gitlab-org/gitlab-ce!19329
-
Yorick Peterse authored
For reasons unknown, the logs of a web hook were paginated in memory. This would result in the "Edit" page of a web hook timing out once it has more than a few thousand log entries. This commit makes the following changes: 1. We use LIMIT/OFFSET to paginate the data, instead of doing this in memory. 2. We limit the logs to the last two days, just like the documentation says (instead of retrieving everything). 3. We change the indexes on "web_hook_logs" so the query to get the data can perform a backwards index scan, without the need for a Filter. These changes combined ensure that Projects::HooksController#edit no longer times out.
-
Nick Thomas authored
Add readme button to non-empty project page Closes #46963 See merge request gitlab-org/gitlab-ce!20104
-
Imre Farkas authored
-
Alessio Caiazza authored
Temporarily remove MR diffs removal migration See merge request gitlab-org/gitlab-ce!20330
-
Achilleas Pipinellis authored
# Conflicts: # doc/user/project/integrations/bamboo.md
-
Achilleas Pipinellis authored
-