- 13 Feb, 2020 40 commits
-
-
Peter Leitzen authored
Add mention of closing issues after error resolve See merge request gitlab-org/gitlab!24823
-
Mayra Cabrera authored
-
Paul Slaughter authored
Replace underscore with lodash for ./app/assets/javascripts/serverless See merge request gitlab-org/gitlab!25011
-
-
Stan Hu authored
Load 10mb of a diff instead of 100kb See merge request gitlab-org/gitlab!25176
-
Tim Zallmann authored
Only show Progress Bar for new users See merge request gitlab-org/gitlab!24877
-
Paul Slaughter authored
Refactor WebIDE error message to use GlAlert Closes #36852 and #36854 See merge request gitlab-org/gitlab!23300
-
-
Stan Hu authored
Separate cluster entities into own class files See merge request gitlab-org/gitlab!25121
-
Rajendra Kadam authored
-
Stan Hu authored
Separate badge entities into own class files See merge request gitlab-org/gitlab!25116
-
Rajendra Kadam authored
-
Mayra Cabrera authored
Revert "Merge branch 'leipert-fix-user-label-bug' into 'master'" Closes gitlab-org/charts/gitlab#1897 See merge request gitlab-org/gitlab!25165
-
Stan Hu authored
Separate environment entities in class files See merge request gitlab-org/gitlab!24951
-
Rajendra Kadam authored
-
Stan Hu authored
Separate page domain entities into own class files See merge request gitlab-org/gitlab!24987
-
Rajendra Kadam authored
-
Stan Hu authored
Separate JobRequest entities into own class files See merge request gitlab-org/gitlab!24977
-
Rajendra Kadam authored
-
Stan Hu authored
Separate access classes into own class files See merge request gitlab-org/gitlab!24845
-
Rajendra Kadam authored
-
Igor Drozdov authored
When a small change for a large file introduced we still need to display that diff file
-
Douglas Barbosa Alexandre authored
Add break clause to log cursor processing Closes #196044 See merge request gitlab-org/gitlab!24918
-
Rémy Coutable authored
This reverts merge request !25127
-
Douglas Barbosa Alexandre authored
Geo: Make registry table SSOT for LFS objects See merge request gitlab-org/gitlab!20002
-
Michael Kozono authored
FileDownloadDispatchWorker looks only at the registry table for things that have never been synced. In order for the counts to be correct, we have to distinguish between "never synced" and "failed" with "retry_count" being "nil" for the former and "not nil" for the latter. Feature flag is "geo_lfs_registry_ssot_sync".
-
Paul Slaughter authored
Added section about targeting elements in FE testing docs See merge request gitlab-org/gitlab!25148
-
-
Clement Ho authored
Add documentation for logs times ranges See merge request gitlab-org/gitlab!24758
-
Toon Claes authored
Revert revert of "Update naming validation for Conan recipes" Closes #37335 See merge request gitlab-org/gitlab!24692
-
Dan Davison authored
Fix failing create_and_process_pipeline_spec Closes #202218 See merge request gitlab-org/gitlab!24890
-
Dan Davison authored
Define methods for each status Spec should wait for each pipeline
-
Jennie Louie authored
-
Mike Greiling authored
Hide duplicate company/individual question See merge request gitlab-org/gitlab!24567
-
Robert Speicher authored
Merge branch '197130-using-the-web-ide-web-terminal-leads-to-error-500-when-accessing-the-dashboard-projects-list' into 'master' Resolve "Using the Web IDE Web Terminal leads to error 500 when accessing the dashboard/projects list" Closes #197130 See merge request gitlab-org/gitlab!24443
-
Phil Hughes authored
Speed up expanding/collapsing diff files See merge request gitlab-org/gitlab!24655
-
Simon Knox authored
When v-if is false, Vue calls $destroy for every single component. Since table-cell component was basically a wrapper around diff_line_gutter_content we can save valuable cycles by combining them
-
Sean McGivern authored
Allow Boards::ListService to find a single board See merge request gitlab-org/gitlab!24824
-
Natalia Tepluhina authored
Allow Container Expiration Policy to run tag cleanup See merge request gitlab-org/gitlab!24424
-
Steve Abrams authored
When a policy runs, it uses a new worker to allow it to run without a user. The policy is only accessible to users with destroy image ability
-