- 03 Jun, 2020 40 commits
-
-
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.
-
Andrew Fontaine authored
fix: vertically center action (retry) icon See merge request gitlab-org/gitlab!33427
-
John T Skarbek authored
-
Andrew Fontaine authored
Fix sidebar spacing for alert details See merge request gitlab-org/gitlab!33630
-
David O'Regan authored
-
Mike Greiling authored
Optimizing JS bundle for HTTP2 See merge request gitlab-org/gitlab!32077
-
Denys Mishunov authored
A series of experiements showed this as the optimal spot for the most benefit for the bundle
-
Suzanne Selhorn authored
Specify asset link types in Releases API documentation See merge request gitlab-org/gitlab!33158
-
Sean Carroll authored
Part of https://gitlab.com/gitlab-org/gitlab/-/issues/207257 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/33158
-
Robert Speicher authored
RSpec zero monkey patching mode See merge request gitlab-org/gitlab!33734
-
Douglas Barbosa Alexandre authored
Merge branch '219993-geo-secondary-tries-to-remove-a-file-indefinitely-when-sync-object-storage-is-enabled' into 'master' Geo - Does not try to unlink file when unable to get file path while cleaning orphaned registries Closes #219993 See merge request gitlab-org/gitlab!33658
-
Douglas Barbosa Alexandre authored
When cleaning up registries, there are some cases where it's impossible to unlink the file: 1. The replicable record does not exist anymore; 2. The replicable file is stored on Object Storage, but the node is not configured to use Object Store; 3. Unrecognized replicable type;
-
Mek Stittri authored
Remove wording about AWS/Azure being untested in docs See merge request gitlab-org/gitlab!33635
-
Tanya Pazitny authored
This commit removes footnotes about AWS and Azure being untested across each of the reference architecture pages.
-
Nathanael Weber authored
-
Ezekiel Kigbo authored
Merge branch '219509-replace-gldeprecatedbadge-with-glbadge-in-ee-app-assets-javascripts-dependencies-components' into 'master' Replace GlDeprecatedBadge with GlBadge in Dependency List See merge request gitlab-org/gitlab!33417
-
Nathanael Weber authored
-
Sanad Liaquat authored
Clean up project milestone resources and specs See merge request gitlab-org/gitlab!33537
-
Mike Jang authored
Docs on adding/removing args from Sidekiq workers/mailers See merge request gitlab-org/gitlab!33625
-
Craig Norris authored
Docs: revamp incident management page See merge request gitlab-org/gitlab!33533
-
Amy Qualls authored
Restructure and clean the incident management page for GitLab tone and style.
-
Craig Norris authored
Docs: Remove profanity rule Closes #220183 See merge request gitlab-org/gitlab!33752
-
Paul Slaughter authored
Add tooltip to "unknown" severity badge icon See merge request gitlab-org/gitlab!33131
-
David Pisek authored
This commit adds a tooltip, which explains the "unknown" status, to the severity-badge Vue component.
-
Markus Koller authored
Add security nav tabs in a dedicated method Closes #219268 See merge request gitlab-org/gitlab!33183
-
Paul Gascou-Vaillancourt authored
This slightly refactors the EE::ProjectsHelper#get_project_nav_tabs method by moving the security nav tabs to a dedicated method to reduce cyclometic and perceived complexity of the main method.
-
Drew Blessing authored
Adding or removing arguments from existing Sidekiq workers or mailers can lead to `wrong number of arguments` errors in production during deployments prior to all nodes having the updated code. These docs provide guidance on how to add or remove arguments safely.
-
Sean McGivern authored
RSpec zero monkey patching mode See merge request gitlab-org/gitlab!33739
-
Jan Provaznik authored
Use internal issue url unless external tracker See merge request gitlab-org/gitlab!32330
-
Andy Soiron authored
-
Nathanael Weber authored
-
Nicolò Maria Mezzopera authored
[Frontend] Resolvable design discussions See merge request gitlab-org/gitlab!32399
-
Natalia Tepluhina authored
- resolve discussion on click - resolve discussion on comment with checkbox - toggle resolved discussions - toggle comments for resolved discussions - change resolved discussions styles
-
Mike Lewis authored
Docs: Guide update to avoid newlines in products See merge request gitlab-org/gitlab!32344
-
Craig Norris authored
-
Natalia Tepluhina authored
Merge branch '218545-refactor-container-registry-frontend-code-to-ease-community-contribution' into 'master' Split constant file in folder See merge request gitlab-org/gitlab!33704
-
Nicolò Maria Mezzopera authored
- new folder - split file - new imports
-
Marcin Sedlak-Jakubowski authored
Add catchall to Service Desk configuration docs See merge request gitlab-org/gitlab!33618
-
John Long authored
-
Amy Qualls authored
Resolve "Replace blacklist/whitelist in doc//user/markdown.md" Closes #219970 See merge request gitlab-org/gitlab!33751
-