- 04 Jun, 2020 10 commits
-
-
James Ramsay authored
Git filter-repo produces a commit-map file that does not have a file extension. This prevents it from being uploaded without renaming the file. Removes file type validation to permit upload.
-
James Ramsay authored
Purging data from a Git repo can be useful for different reasons, including making cloning faster, or reducing repo size on the GitLab server. The first is easy, the second is hard. Documentation has been rewritten to use `git filter-repo` which is the leading repo rewriting tool for this application, and is recommended by the Git project. Documentation now also provides workflow for pruning all kinds of refs, including refs/keep-around/* which was not documented. This meant purging files was incomplete from disk use perspective on the GitLab server. References to BFG have been removed.
-
Marcel Amirault authored
Docs: Add Monitor stage as owner of these docs Closes #220197 See merge request gitlab-org/gitlab!33773
-
Ezekiel Kigbo authored
Change approved to merged in Contribution Analytics See merge request gitlab-org/gitlab!33535
-
Dan Jensen authored
Previously Contribution Analytics listed "approved" merge requests, which meant merged. That use of non-standard terminology was confusing to users, so this changes it to "merged" for clarity.
-
Ash McKenzie authored
RSpec zero monkey patching mode See merge request gitlab-org/gitlab!33724
-
Ray Paik authored
Grammar fix (missing word) See merge request gitlab-org/gitlab!33617
-
Douglas Barbosa Alexandre authored
RSpec zero monkey patching mode See merge request gitlab-org/gitlab!33733
-
Douglas Barbosa Alexandre authored
Update user model specs for delegated methods See merge request gitlab-org/gitlab!33798
-
Douglas Barbosa Alexandre authored
RSpec zero monkey patching mode See merge request gitlab-org/gitlab!33723
-
- 03 Jun, 2020 30 commits
-
-
Douglas Barbosa Alexandre authored
Add optional expires_at param to Users API endpoint Add SSH key See merge request gitlab-org/gitlab!33633
-
Petar Prokic authored
-
Douglas Barbosa Alexandre authored
Add project audit events API Closes #219238 See merge request gitlab-org/gitlab!33155
-
Douglas Barbosa Alexandre authored
Always use external tracker to cross reference external issues See merge request gitlab-org/gitlab!33263
-
Dallas Reedy authored
-
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
-