- 28 Oct, 2019 5 commits
-
-
Dylan Griffith authored
This method was only ever used with the argument :members but further it seems to have been half-implemented generically and the argument wasn't even being used so it was just causing confusion. Since this is only meant to be checking if the users tab should show it is now a bit more explicit.
-
Mike Lewis authored
Move last 5 docs out of the workflow dir See merge request gitlab-org/gitlab!18628
-
Evan Read authored
docs - Sort in ascending order the list of deprecated variables See merge request gitlab-org/gitlab!19157
-
Evan Read authored
Update retrieval instruction of CA cert when adding k8s cluster See merge request gitlab-org/gitlab!18031
-
Daniel Gruesso authored
-
- 27 Oct, 2019 17 commits
-
-
Evan Read authored
Update Troubleshooting section in using_docker_build.md See merge request gitlab-org/gitlab!18953
-
Ray Paik authored
-
Evan Read authored
Clarify variable type example See merge request gitlab-org/gitlab!18588
-
Marcel Amirault authored
-
Evan Read authored
Updated link name to match the page name (Uploads administration) See merge request gitlab-org/gitlab!19149
-
Natalia Tepluhina authored
Fix time-dependent test failure in release_block_spec.js Closes #35019 See merge request gitlab-org/gitlab!19194
-
Stan Hu authored
This test was using timeago.js to show amount of time elapsed since the release date. Since timeago.js uses Date() to determine the current timestamp, we can just mock that value to ensure consistent results. Closes https://gitlab.com/gitlab-org/gitlab/issues/35019
-
Marcel Amirault authored
-
Marcel Amirault authored
Moves the final 5 docs out of /workflow and into their correct locations. Updates links both inside the docs, and TO the docs, and ensures all moved docs are linked from a the appropriate index. Disqus comments moved too.
-
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 12 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.
-