- 04 Jul, 2018 10 commits
-
-
Grzegorz Bizon authored
Auto DevOps QA: Prefer gcloud credentials from env See merge request gitlab-org/gitlab-ce!20338
-
Kamil Trzciński (OoO till 3th) authored
Resolve "Inconsistent job list in job details view" Closes #47040 See merge request gitlab-org/gitlab-ce!20243
-
Rémy Coutable authored
Fix typo and formatting See merge request gitlab-org/gitlab-ce!20352
-
Rémy Coutable authored
New jobs sorting See merge request gitlab-org/gitlab-ce!20337
-
Douwe Maan authored
update html-pipeline 2.7.1 -> 2.8 Closes #48571 See merge request gitlab-org/gitlab-ce!20348
-
Douwe Maan authored
Make more Gitaly features mandatory Closes gitaly#949, gitaly#911, gitaly#820, gitaly#514, gitaly#551, gitaly#321, and gitaly#565 See merge request gitlab-org/gitlab-ce!20339
-
Jacob Vosmaer (GitLab) authored
-
Rémy Coutable authored
Speed up spec/tasks/gitlab/git_rake_spec.rb See merge request gitlab-org/gitlab-ce!20349
-
Steve Wills authored
-
Clement Ho authored
Fix content of the parallel diff lines Closes #48797 See merge request gitlab-org/gitlab-ce!20350
-
- 03 Jul, 2018 30 commits
-
-
Fatih Acet authored
-
Clement Ho authored
Improve performance of toggling diff view type Closes #48666 and #48733 See merge request gitlab-org/gitlab-ce!20278
-
Fatih Acet authored
-
Robert Speicher authored
Because no Git repository was actually created at the temporary path we were using, `git fsck` would traverse up until it found a repository, which in our case was the CE or EE repository.
-
Robert Speicher authored
I never liked the hacky `customized?` method anyway, so this is cleaner.
-
Robert Speicher authored
Add Prometheus metrics to track reCAPTCHA success/failures See merge request gitlab-org/gitlab-ce!20086
-
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
-
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
-
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
-
Dylan Griffith 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
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
🚄 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
-
Élie authored
-
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
-
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
-