- 11 Jun, 2019 17 commits
-
-
Sean McGivern authored
Update server API to enable switch prometheus endpoint See merge request gitlab-org/gitlab-ce!29186
-
Nick Thomas authored
Add a default reactive cache key See merge request gitlab-org/gitlab-ce!29337
-
Achilleas Pipinellis authored
Add eread as CODEOWNER for doc dir See merge request gitlab-org/gitlab-ce!29456
-
Evan Read authored
-
Filipa Lacerda authored
Add LFS blob IDs to GraphQL tree type See merge request gitlab-org/gitlab-ce!28666
-
Achilleas Pipinellis authored
SSoT audit fixes for some topics in GitLab U section Closes #61513 See merge request gitlab-org/gitlab-ce!29033
-
Evan Read authored
Also improves the markdown in that section.
-
Kamil Trzciński authored
Remove some deprecated code See merge request gitlab-org/gitlab-ce!29222
-
Kamil Trzciński authored
Notify events when auto merge is enabled or merge param is updated See merge request gitlab-org/gitlab-ce!29415
-
Dmitriy Zaporozhets authored
Fix UTF-8 conversion issues when resolving conflicts Closes #63062 See merge request gitlab-org/gitlab-ce!29453
-
Sanad Liaquat authored
[CE] use `retry_on_exception` instead of duplicating code See merge request gitlab-org/gitlab-ce!29452
-
Stan Hu authored
-
Ray Paik authored
Remove extra word on Health Check page See merge request gitlab-org/gitlab-ce!29390
-
Ben Bodenmiller authored
-
Evan Read authored
Improve details about acceptable number of unicorn workers See merge request gitlab-org/gitlab-ce!28262
-
Evan Read authored
Edit "SCIM Setup" for SSOT See merge request gitlab-org/gitlab-ce!29313
-
Russell Dickenson authored
-
- 10 Jun, 2019 23 commits
-
-
Mark Lapierre authored
Use `retry_on_exception` instead of duplicating code
-
Robert Speicher authored
Allow references to labels and milestones to contain emoji Closes #37762, #53756, and #40728 See merge request gitlab-org/gitlab-ce!29284
-
Stan Hu authored
Similar to https://gitlab.com/gitlab-org/gitlab-ce/issues/63030, when the commit message in the /resolve_conflicts endpoint contains a UTF-8 character, the conversion to the Gitaly ASCII-8BIT value may flag an error. To fix this, we run `force_encoding` on the commit message. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/63062
-
Mike Lewis authored
Merge branch '61510-review-and-update-the-security-doc-pages-to-adhere-to-ssot-standards-docs' into 'master' SSoT - Security doc pages Closes #61510 See merge request gitlab-org/gitlab-ce!29357
-
Robert Speicher authored
Handle encoding errors for MergeToRefService See merge request gitlab-org/gitlab-ce!29440
-
Oswaldo Ferreira authored
-
Phil Hughes authored
Add word break style to branch name in dropdown Closes #62154 See merge request gitlab-org/gitlab-ce!29069
-
Samantha Ming authored
Add change log
-
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.
-