- 03 Jun, 2020 40 commits
-
-
Douglas Barbosa Alexandre authored
Always use external tracker to cross reference external issues See merge request gitlab-org/gitlab!33263
-
Stan Hu authored
Add issueLinks field to Vulnerability type See merge request gitlab-org/gitlab!33173
-
Mayra Cabrera authored
fix has to have and capital NOT to lowercase not typos See merge request gitlab-org/gitlab!33788
-
Mayra Cabrera authored
Decouple wiki controller from projects See merge request gitlab-org/gitlab!32960
-
Stan Hu authored
Generate metrics on commit Closes #215166 See merge request gitlab-org/gitlab!32668
-
Stan Hu authored
Skip configure rake task if container registry is misconfigured See merge request gitlab-org/gitlab!33631
-
Andrew Fontaine authored
Update GitLab UI/SVG See merge request gitlab-org/gitlab!33774
-
Mayra Cabrera authored
RSpec zero monkey patching mode See merge request gitlab-org/gitlab!33730
-
Mayra Cabrera authored
Merge branch '219151-follow-up-from-fallback-to-lowest-visibility-level-in-snippet-visibility-radio' into 'master' Resolve "Follow-up from "Fallback to lowest visibility level in snippet visibility radio"" Closes #219151 See merge request gitlab-org/gitlab!33388
-
Rachel Fox authored
-
Mayra Cabrera authored
Add missing ExclusiveLeaseGuard spec See merge request gitlab-org/gitlab!31210
-
Andy Soiron authored
This tests the #try_obtain_lease method of the ExclusiveLeaseGuard class
-
Russell Dickenson authored
Docs: Added note about additional Pages config See merge request gitlab-org/gitlab!33766
-
Russell Dickenson authored
Updated Pages docs Closes #216063 See merge request gitlab-org/gitlab!33201
-
Suzanne Selhorn authored
Tested example and re-wrote accordingly. Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/216063
-
Mayra Cabrera authored
Merge branch '219582-fix-ambiguous_string_concat_on_cleanup_projects_with_missing_namespace' into 'master' Fix ambiguous string concatenation on CleanupProjectsWithMissingNamespace See merge request gitlab-org/gitlab!33497
-
Paul Gascou-Vaillancourt authored
-
Bob Van Landuyt authored
RSpec zero monkey patching mode See merge request gitlab-org/gitlab!33727
-
Amy Qualls authored
Merge branch '219965-replace-blacklist-whitelist-in-doc-development-documentation-styleguide-md' into 'master' Update styleguide.md, remove whitelist Closes #219965 See merge request gitlab-org/gitlab!33780
-
Craig Norris authored
Docs: Add stage/group ownership to Geo docs Closes #220223 See merge request gitlab-org/gitlab!33781
-
Oswaldo Ferreira authored
Add GraphQL mutation for container expiration policy See merge request gitlab-org/gitlab!32944
-
David Fernandez authored
Add the corresponding service
-
Illya Klymov authored
Make all of the project selector vue component's props required See merge request gitlab-org/gitlab!33746
-
Mark Florian authored
This addresses https://gitlab.com/gitlab-org/gitlab/-/issues/217987, which is part of the larger [effort][1] to reduce duplication and increase consistency in dashboards that use the ProjectSelector. [1]: https://gitlab.com/groups/gitlab-org/-/epics/3330
-
Amy Qualls authored
Add metadata indicating ownership to the Geo documentation in the administration directory.
-
Jean du Plessis authored
-
Mike Lewis authored
Docs: Fix broken link See merge request gitlab-org/gitlab!33779
-
Mayra Cabrera authored
Fix the default sha for bin/secpick See merge request gitlab-org/gitlab!33545
-
Robert Speicher authored
RSpec zero monkey patching mode See merge request gitlab-org/gitlab!33729
-
Paul Slaughter authored
Deduplicate U2F authentication views for users and admin mode See merge request gitlab-org/gitlab!33212
-
Amy Qualls authored
Missing character in a hyperlink caused a bad link.
-
Illya Klymov authored
Use gl-link for Kubernetes application More Information links See merge request gitlab-org/gitlab!33274
-
Illya Klymov authored
Use vue test utils for Kubernetes applications component tests See merge request gitlab-org/gitlab!33364
-
Peter Leitzen authored
Suggest to use RSpec.describe instead of describe See merge request gitlab-org/gitlab!33695
-
Mike Lewis authored
Docs: Add aqualls as codeowner for some directories See merge request gitlab-org/gitlab!33526
-
Amy Qualls authored
Test out adding myself as a codeowner for the larger directories owned by the Monitor and Configure stages.
-
Illya Klymov authored
Make `convertToSnakeCase` gracefully handle edge cases See merge request gitlab-org/gitlab!33528
-
Illya Klymov authored
Update app/assets/javascripts/pages/projects/labels/components/promote_label_modal.vue See merge request gitlab-org/gitlab!33519
-
Joshua Pratt authored
-
Markus Koller authored
This is in preparation for group wikis. - Extract wiki controller actions into a concern - Use `container` instead of `@project`. - Replace `@wiki` / `load_project_wiki` and `@page` / `load_page` with `wiki` and `page` getters. - Add `load_sidebar`, and don't call it in the `pages` action. - Add `wiki_page_path` routing helper. - Use `wiki_page` factory in specs and remove manual page setup.
-