- 18 Jul, 2019 40 commits
-
-
Stan Hu authored
Update usage ping cron behavior See merge request gitlab-org/gitlab-ce!30842
-
Mayra Cabrera authored
Improves add_timestamps_with_timezone helper See merge request gitlab-org/gitlab-ce!30720
-
Alex Kalderimis authored
This improves the `add_timestamps_with_timezone` helper by allowing the column names to be configured. This has the advantage that unnecessary columns can be avoided, saving space. A helper for removing the columns is also provided, to be used in the `down` method of migrations.
-
Douglas Barbosa Alexandre authored
Add Rugged calls and duration to API and Rails logs Closes #64676 See merge request gitlab-org/gitlab-ce!30871
-
Kamil Trzciński authored
Add profile mode to extend request profiling See merge request gitlab-org/gitlab-ce!30126
-
Kamil Trzciński authored
Fix pid providing for Prometheus Closes #63870 See merge request gitlab-org/gitlab-ce!30474
-
Aleksei Lipniagov authored
Use relative worker identifier for metrics (instead of Process.pid) and identify when Unicorn/Puma/Sidekiq is used. Previously, it was assumed that all metrics are gathered from Unicorn due to hardcoded implementation which was incorrect.
-
Stan Hu authored
This adds `rugged_duration_ms` and `rugged_calls` fields to `api_json.log` and `production_json.log`. This will make it easier to identify performance issues caused by excessive I/O. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64676
-
Mayra Cabrera authored
Fix inconsistency in Redis performance bar stats Closes #64707 See merge request gitlab-org/gitlab-ce!30866
-
Phil Hughes authored
Resolve "Tooltips on note timestamps not showing for issues" Closes #64669 See merge request gitlab-org/gitlab-ce!30846
-
Natalia Tepluhina authored
-
Qingyu Zhao authored
Extend the support for "X-Profile-Token: <token>" to have an additional header that defines type of profile we are looking for, like: X-Profile-Mode: execution X-Profile-Mode: memory
-
Douglas Barbosa Alexandre authored
API: Allow changing only ci_default_git_depth See merge request gitlab-org/gitlab-ce!30888
-
Sanad Liaquat authored
Refactor common Page Objects to use data tags (No. 1 Contd.) See merge request gitlab-org/gitlab-ce!30758
-
Dan Davison authored
Common usages within GitLab QA include Login Page, navigation bars and layouts
-
James Lopez authored
[CE backport] Parse and store multiple security reports of the same category See merge request gitlab-org/gitlab-ce!30658
-
Victor Zagorodny authored
-
Marcia Ramos authored
Doc: Merge Requests for Confidential Issues See merge request gitlab-org/gitlab-ce!30553
-
Patrick Bajao authored
Add a section in Confidential Issues documentation with information about the "Create confidential merge request" button/dropdown and how it can help in resolving confidential issues.
-
Nick Thomas authored
Use correct parent when committing in WebIDE See merge request gitlab-org/gitlab-ce!29598
-
Thong Kuah authored
Deploy serverless apps with `gitlabktl` Closes #64494 See merge request gitlab-org/gitlab-ce!30740
-
Ben Kochie authored
* Splay the start by sleeping up to one minute. * Adjust sideikiq retries to try up to approximately three hours. * Randomize the minute fully within the hour. * Psudo-randomize the day of the week based on the instance UUID.
-
Marcia Ramos authored
Document how to make Oracle Cloud S3 work See merge request gitlab-org/gitlab-ce!30847
-
Sean McGivern authored
Adjust cycle analytics to group level See merge request gitlab-org/gitlab-ce!30391
-
Kushal Pandya authored
Set correct file mode for autocomplete images Closes #64733 See merge request gitlab-org/gitlab-ce!30889
-
Winnie Hellmann authored
-
Phil Hughes authored
Resolve "Fix the color of the visibility icon on project lists" Closes #64700 See merge request gitlab-org/gitlab-ce!30858
-
Dennis Tang authored
- Project listing icons now use the `text-secondary` class - Group listing icons now use the `text-secondary` class - Unnecessary CSS was removed from groups.scss as a result
-
Mathieu Parent authored
-
Paul Slaughter authored
Previously `start_sha` was intercepted on the frontend to create the correct branch in a separate API call. Now that the commits API supports the `start_sha` parameter directly this workaround is not needed anymore.
-
Markus Koller authored
When passing start_branch on committing from the WebIDE, it's possible that the branch has changed since editing started, which results in the change being applied on top of the latest commit in the branch and overwriting the new changes. By passing the start_sha instead we can make sure that the change is applied on top of the commit which the user started editing from.
-
Kushal Pandya authored
Localize updated text on projects list page See merge request gitlab-org/gitlab-ce!30875
-
Clement Ho authored
-
Kushal Pandya authored
Added whitespace for CI/CD Charts page sub-headers Closes #64309 See merge request gitlab-org/gitlab-ce!30531
-
Dietrich Stein authored
HMSET and AUTH commands were not properly redacted. This commit does that and adds a test. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64309
-
Mark Lapierre authored
Quality: Refactor all existing usages of .act with .perform See merge request gitlab-org/gitlab-ce!30824
-
Dan Davison authored
Replace any occurance of .act with the preferred method .perform
-
Stan Hu authored
Unquarantine object storage test Closes gitlab-org/quality/nightly#101 See merge request gitlab-org/gitlab-ce!30874
-
Mark Lapierre authored
--compat mode in Minio is now enabled so this test should pass See https://gitlab.com/gitlab-org/gitlab-qa/merge_requests/260
-
Evan Read authored
Go guide: be more explicit on testing frameworks + diffing test results See merge request gitlab-org/gitlab-ce!29950
-