- 10 Jun, 2019 40 commits
-
-
Oswaldo Ferreira authored
-
Phil Hughes authored
User link styling for commits Closes #61072 See merge request gitlab-org/gitlab-ce!29150
-
Marcel van Remmerden authored
-
Kamil Trzciński authored
Move project default git depth behind feature flags Closes #62906 See merge request gitlab-org/gitlab-ce!29346
-
Fabio Pitino authored
-
Stan Hu authored
Avoid DB timeouts when scheduling migrations Closes #63036 See merge request gitlab-org/gitlab-ce!29437
-
Oswaldo Ferreira authored
-
Kamil Trzciński authored
Add puma killer observer Closes #63037 See merge request gitlab-org/gitlab-ce!28992
-
Jan Provaznik authored
PumaWorkerKiller is used for periodically checking and killing workers (the biggest one) if overall memory reaches specified limit. This metric allows us to watch number of killed workers.
-
Mayra Cabrera authored
Fix nil coercion updating storage size on project statistics See merge request gitlab-org/gitlab-ce!29425
-
Alessio Caiazza authored
-
Kamil Trzciński authored
Cancel Auto Merge when target branch is changed See merge request gitlab-org/gitlab-ce!29416
-
Phil Hughes authored
Use grid and correct border radius for status badge See merge request gitlab-org/gitlab-ce!29420
-
Clement Ho authored
Add docs for linking to external dashboard Closes #57171 See merge request gitlab-org/gitlab-ce!27950
-
Reuben Pereira authored
- To user/project/operations - And cross-link in ci/environments
-
Shinya Maeda authored
When target branch is updated, Auto Merge should be canceled.
-
Kushal Pandya authored
Fix border radius of collapse discussion btn See merge request gitlab-org/gitlab-ce!29217
-
Mike Lewis authored
Video links for SSoT audit See merge request gitlab-org/gitlab-ce!29400
-
Evan Read authored
-
Annabel Dunstone Gray authored
Turn avatar-counter into a mixin with optional border-radius
-
Sean McGivern authored
Adding labels to note event payload. Closes #33064 See merge request gitlab-org/gitlab-ce!29384
-
Annabel Dunstone Gray authored
-
Annabel Dunstone Gray authored
Make margin between buttons consistent Closes #62974 See merge request gitlab-org/gitlab-ce!29378
-
Marcel van Remmerden authored
-
GitLab Release Tools Bot authored
[ci skip]
-
Nick Thomas authored
List ssh-ed25519 example See merge request gitlab-org/gitlab-ce!28090
-
Ben Bodenmiller authored
-
Sujay Patel authored
-
James Lopez authored
Fix Fogbugz Importer not working Closes #33530 See merge request gitlab-org/gitlab-ce!29383
-
Sean McGivern authored
Clarify that performance bar is not always on See merge request gitlab-org/gitlab-ce!28287
-
Filipa Lacerda authored
Externalize strings of email page in user profile See merge request gitlab-org/gitlab-ce!28587
-
antony liu authored
-
Sean McGivern authored
-
Sean McGivern authored
Add backtraces to Peek performance bar for SQL calls See merge request gitlab-org/gitlab-ce!29394
-
Sean McGivern authored
-
Phil Hughes authored
Make option dropdown button to match adjacent button Closes #62144 See merge request gitlab-org/gitlab-ce!29096
-
Samantha Ming authored
-
Phil Hughes authored
[CE for Part 3] Update IDE file mirror service (ce utils) See merge request gitlab-org/gitlab-ce!29360
-
Stan Hu authored
This stopped working in GitLab 11.11 when we upgraded to Rails 5.1. Rails 5 changed ActionController::Parameters to return an Object instead of a Hash. The old behavior was deprecated in Rails 5 but finally removed in Rails 5.1 Since the controller wasn't updated properly, the callback endpoint quietly failed with the message, "Could not connect to FogBugz, check your url". To fix this, we need to call `to_h` on the `import_params` to access the Hash. We also need to do this for the user map and permit specific keys. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/33530
-
Thong Kuah authored
Add project Dependency List sidebar entry See merge request gitlab-org/gitlab-ce!29189
-