- 19 Jul, 2019 3 commits
-
-
Tiger authored
If an environment slug is predictable given only the environment name, we can use the environment slug earlier in the CI variable evaluation process as we don't have to wait for the environment record itself to be persisted.
-
Clement Ho authored
Remove gitlab:ui:visual job Closes #64666 See merge request gitlab-org/gitlab-ce!30918
-
Winnie Hellmann authored
-
- 18 Jul, 2019 37 commits
-
-
Evan Read authored
Added mention of Quick actions See merge request gitlab-org/gitlab-ce!30881
-
Russell Dickenson authored
-
Evan Read authored
Added mention of autocomplete characters See merge request gitlab-org/gitlab-ce!30877
-
Russell Dickenson authored
-
Mark Lapierre authored
Refactor check mentions for xss test See merge request gitlab-org/gitlab-ce!30914
-
Evan Read authored
Add documentation for bulk editing issue milestones at group level See merge request gitlab-org/gitlab-ce!30398
-
Eugenia Grieff authored
- Add new page to group docs for bulk editing issues - Add link to new section to group index - Amend bulk editing page at a project level to remove issues from note
-
Evan Read authored
Create documentation for the manual sorting / re-ordering capability See merge request gitlab-org/gitlab-ce!30795
-
Brett Walker authored
-
Lin Jen-Shin authored
Adds chaos endpoints to Sidekiq Closes #64663 See merge request gitlab-org/gitlab-ce!30814
-
Marin Jankovski authored
Add issue link to disabled JUnit reports See merge request gitlab-org/gitlab-ce!30912
-
Winnie Hellmann authored
-
Dan Davison authored
Fix QA documentation to refer to perform method See merge request gitlab-org/gitlab-ce!30872
-
Dan Davison authored
The documentation referred to the .act method This MR changes this to refer to the preferred .perform method
-
Bob Van Landuyt authored
CE port for milestones should not be set on epics issue promotion See merge request gitlab-org/gitlab-ce!30633
-
Eugenia Grieff authored
-
Sean McGivern authored
Fix bug in dashboard display of closed milestones Closes #59381 See merge request gitlab-org/gitlab-ce!30820
-
Stan Hu authored
Enable RuboCop syntax linting in haml-lint Closes #64753 See merge request gitlab-org/gitlab-ce!30903
-
Andrew Newdigate authored
This allows the chaos endpoints to be invoked in Sidekiq so that this environment can be tested for resilience.
-
Walmyr Lima authored
The refactor consists in: - Better scopping preconditions and the test definition - Removing a variable that was being used in a single palce, and use the string directly instead.
-
Stan Hu authored
Fix broken handling for outdated test repos See merge request gitlab-org/gitlab-ce!30893
-
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
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
Also ensures we check Syntax with RuboCop, which is different.
-
blunceford authored
-
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
-