- 27 Oct, 2019 8 commits
-
-
Stan Hu authored
Upgrade Rack Attack to 6.2.0 See merge request gitlab-org/gitlab!18977
-
Heinrich Lee Yu authored
This adds support for Rails' builtin redis store
-
Mike Lewis authored
Update path of Admin > Settings > Usage statistics See merge request gitlab-org/gitlab!18984
-
Justin Ho Tuan Duong authored
-
Mike Lewis authored
Added recovery alerts to docs See merge request gitlab-org/gitlab!18609
-
Sarah Waldner authored
-
Mike Lewis authored
Move 5 more docs out of the workflow dir Closes #34130 See merge request gitlab-org/gitlab!18559
-
Mike Lewis authored
Move 6 docs out of the workflow dir See merge request gitlab-org/gitlab!18553
-
- 26 Oct, 2019 6 commits
-
-
Natalia Tepluhina authored
Add extra sentence about registry to AutoDevOps popup See merge request gitlab-org/gitlab!19092
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Stan Hu authored
Resolve "Banner alerting of project move is showing up everywhere" See merge request gitlab-org/gitlab!18985
-
Stan Hu authored
Documentation typo fix (an -> and) See merge request gitlab-org/gitlab!19166
-
Stan Hu authored
Resolve "Close GitLab issue on Recovery alerts from Prometheus" Closes #13401 See merge request gitlab-org/gitlab!18431
-
Sean Arnold authored
- Add table - Add relation to issue - Move common code into module
-
- 25 Oct, 2019 26 commits
-
-
Mayra Cabrera authored
Refactor out empty constant See merge request gitlab-org/gitlab!19135
-
Thong Kuah authored
PROJECT_ONLY_APPLICATIONS is now empty so refactor that out and any code that uses it.
-
Mayra Cabrera authored
Drop `id` column from `ci_build_trace_sections` table See merge request gitlab-org/gitlab!18741
-
Shinya Maeda authored
This commit drops the id column of the `ci_build_trace_sections` table, which is about to overflow.
-
Douglas Barbosa Alexandre authored
Fixes static analysis failure See merge request gitlab-org/gitlab!19171
-
Mayra Cabrera authored
Removes extra space on security_reports_spec
-
Thong Kuah authored
Add html response to #test_report See merge request gitlab-org/gitlab!19126
-
Douglas Barbosa Alexandre authored
Fix Gitaly duration measurements See merge request gitlab-org/gitlab!18785
-
Dan Davison authored
Quarantine Staging Tests See merge request gitlab-org/gitlab!19160
-
Grant Young authored
Both don't have easy solutions
-
Dan Davison authored
Log out after the group template test Closes #34736 See merge request gitlab-org/gitlab!19050
-
Mark Lapierre authored
All QA tests expect to be able to log in at the start of the test. That's not possible if a test leaves the browser logged in when it finishes. Normally this isn't a problem because Capybara resets the session after each test. But it does that in an `after` block, so when a test, like this one, logs in in an `after(:all) block, the browser returns to a logged in state *after* Capybara has logged it out. And then the next test will fail. E.g.: https://gitlab.com/gitlab-org/gitlab/issues/34736 The fix is to log out once we're done in the `after(:all)` block.
-
Natalia Tepluhina authored
Add ability to search list of Sentry errors by title in Gitlab See merge request gitlab-org/gitlab!18772
-
Laura Montemayor authored
* Moves search bar next to the button * Adds minimal styling
-
Stan Hu authored
In many cases, we were only measuring the time to return from the Gitaly RPC, not the total execution time of the RPC for streaming responses. To handle this, we wrap the RPC in a new method, `GitalyClient.streaming_call` that yields a response and consumes it. Only `CommitService` has been updated to use this new measurement. Other services should be updated in subsequent merge requests. Relates to https://gitlab.com/gitlab-org/gitlab/issues/30334
-
Stan Hu authored
Do not render markdown in commit message on blame page Closes #33667 See merge request gitlab-org/gitlab!19128
-
Travis Dillon authored
-
John Cai authored
-
Paul Slaughter authored
Fixes welcome icons not showing Closes #34768 See merge request gitlab-org/gitlab!19148
-
Filipa Lacerda authored
Resolve "Different dropdown styles on settings page" Closes #28338 See merge request gitlab-org/gitlab!19106
-
Heinrich Lee Yu authored
Flash messages are not cleared unless they are accessed in a request. Our JSON requests don't read the flash causing these messages to persist to unrelated requests. We fix this by only setting the flash message for non-AJAX HTML requests.
-
Phil Hughes authored
Closes https://gitlab.com/gitlab-org/gitlab/issues/34768
-
Tom Atkins authored
Updated docs for direct_upload to avoid further confusion See merge request gitlab-org/gitlab!19093
-
Vlad Stoianovici authored
-
Lin Jen-Shin authored
Selective merge train concurrency via feature flag See merge request gitlab-org/gitlab!19131
-
Matija Čupić authored
-