- 16 Sep, 2020 40 commits
-
-
Mike Jang authored
Update feature flag details Closes #232780 See merge request gitlab-org/gitlab!42322
-
Marcel Amirault authored
-
Natalia Tepluhina authored
Fix project_ids query param Closes #215130 See merge request gitlab-org/gitlab!42497
-
Mike Jang authored
Update Redis guidelines See merge request gitlab-org/gitlab!41889
-
Achilleas Pipinellis authored
Define Active users See merge request gitlab-org/gitlab!32617
-
Ben Bodenmiller authored
-
Dan Davison authored
Revert "Update Chrome & Chromedriver to version 85 in the QA image" Closes #246903 See merge request gitlab-org/gitlab!42386
-
Robert Speicher authored
Add specs for changing wiki_page_max_content_bytes through the API See merge request gitlab-org/gitlab!41993
-
Bob Van Landuyt authored
Improve DistinctCountByLargeForeignKey cop See merge request gitlab-org/gitlab!42188
-
Alper Akgun authored
- Removes UsageData/DistinctCountByLargeForeignKey for some metrics - Puts allowed foreign keys in alphabetical order Improves - Cop to accept both string and symbol arguments
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!42501
-
Douglas Barbosa Alexandre authored
Fix Prometheus connection error in usage ping Closes #235739 See merge request gitlab-org/gitlab!40971
-
Andrew Fontaine authored
Add sorting functionality to severity column See merge request gitlab-org/gitlab!42347
-
Sean McGivern authored
Exhaustively test relative positioning logic See merge request gitlab-org/gitlab!41967
-
Ian Baum authored
Guide for adding a new service component to GitLab See merge request gitlab-org/gitlab!34965
-
Paul Slaughter authored
Add Gitpod Integration – Add Gitpod buttons to start cloud dev environments for GitLab projects Closes #228893 See merge request gitlab-org/gitlab!37985
-
Cornelius Ludmann authored
- Introduces :gitpod feature flag - A later MR will handle adding to the MR page https://gitlab.com/gitlab-org/gitlab/-/merge_requests/37985
-
Kerri Miller authored
Add group_level_integrations feature flag info See merge request gitlab-org/gitlab!42454
-
Robert Speicher authored
Remove job logs from notification e-mails See merge request gitlab-org/gitlab!42395
-
Stan Hu authored
Fix daemon memory killer jobs hash thread safety issue Closes #249519 See merge request gitlab-org/gitlab!42468
-
Qingyu Zhao authored
-
Mayra Cabrera authored
-
GitLab Release Tools Bot authored
-
Alex Kalderimis authored
-
GitLab Release Tools Bot authored
TEST MR - This MR won't be merged See merge request gitlab-org/security/gitlab!941
-
Nick Gaskill authored
Add more detail for Praefect auto reconciliation See merge request gitlab-org/gitlab!42304
-
Evan Read authored
-
GitLab Release Tools Bot authored
TEST MR - This MR won't be merged See merge request gitlab-org/security/gitlab!937
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!42490
-
Scott Hampton authored
I initially created the project_ids query param using a different method for handling arrays. I should have gone the simpler path of just using a comma separated list.
-
Nick Gaskill authored
Update offline docs for AR See merge request gitlab-org/gitlab!41381
-
Nicole Schwartz authored
-
Yannis Roussos authored
Fix background migration temporary class definition See merge request gitlab-org/gitlab!42413
-
Robert Speicher authored
Create placeholder model in CE for Vulnerability See merge request gitlab-org/gitlab!42147
-
Alan (Maciej) Paruszewski authored
This change adds new placeholder model for Vulnerability and moves previously created model to EE::Vulnerability module.
-
Alex Kalderimis authored
-
Alex Kalderimis authored
-
Alex Kalderimis authored
This is a bit more acceptable: just under 2min, and 1175 examples.
-
Alex Kalderimis authored
This includes a bunch of optimizations (avoiding re-creating issues, being very careful about resets) that means we can run over a range of size 6 (2606 examples) in about 4min 30s.
-
Alex Kalderimis authored
We want the `new_item` to be a new, unplaced item. We have made `move_sequence` a private method, so we need to call it using send.
-