- 26 Oct, 2019 1 commit
-
-
Sean Arnold authored
- Add table - Add relation to issue - Move common code into module
-
- 25 Oct, 2019 39 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
-
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
-
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
-
Martin Wortschack authored
Logs Page: Add a new feature flag to switch environment logs page to vue See merge request gitlab-org/gitlab!19000
-
Filipa Lacerda authored
Improve clarity of text for merge train position See merge request gitlab-org/gitlab!19031
-
Jason Lenny authored
-
Bob Van Landuyt authored
Fix feature flag check for productivity analytics Closes #34786 See merge request gitlab-org/gitlab!19025
-
Thong Kuah authored
Enable frozen string for spec/presenters See merge request gitlab-org/gitlab!19139
-
gfyoung authored
Partially addresses: https://gitlab.com/gitlab-org/gitlab/issues/27703
-
Ramya Authappan authored
Fix Geo QA ssh_push_to_secondary_spec and wiki_ssh_push_to_secondary_spec Closes #34879, #34878, and #34876 See merge request gitlab-org/gitlab!19120
-
Martin Wortschack authored
Fix empty charts in collapsed sections Closes #33268 See merge request gitlab-org/gitlab!18699
-
Shinya Maeda authored
This commits allow to select merge train concurrency via feature flag. The new parallel factor is disabled by default.
-
Evan Read authored
Added note about data driven tests See merge request gitlab-org/gitlab!16882
-
Ezekiel Kigbo authored
Adds a section to the FE testing guidelines about data driven jest tests.
-
Evan Read authored
Edits docs on disabling group/project notifications Closes #30995 See merge request gitlab-org/gitlab!18980
-
Russell Dickenson authored
-
Stan Hu authored
Improve instance mirroring help text Closes #13769 See merge request gitlab-org/gitlab!19047
-
James Ramsay authored
A bug was reported with mirroring because it wasn't clear that both push and pull mirroring are disabled by this option. Improved help text and API docs should make this clearer for those who chose to use this feature.
-