- 08 May, 2020 40 commits
-
-
charlie ablett authored
Fix typo: passsed See merge request gitlab-org/gitlab!31521
-
Thong Kuah authored
Auto DevOps: Add troubleshoot section for rules See merge request gitlab-org/gitlab!31516
-
Thong Kuah authored
Add error message so search engines can discover it. Add link to 12.10 templates too
-
Douglas Barbosa Alexandre authored
Add AccessibilityReportsService class See merge request gitlab-org/gitlab!31144
-
Maxime Orefice authored
-
Mayra Cabrera authored
Add Freeze Period Model See merge request gitlab-org/gitlab!29162
-
Sean Carroll authored
Part of https://gitlab.com/gitlab-org/gitlab/-/issues/24295 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/29162
-
Mek Stittri authored
Add zero downtime to availability components See merge request gitlab-org/gitlab!31517
-
Mek Stittri authored
-
Mike Jang authored
Docs: Project access tokens (PrAT) See merge request gitlab-org/gitlab!30562
-
charlie ablett authored
Make deadline exceeded msg slightly better See merge request gitlab-org/gitlab!31118
-
Lucy Fox authored
-
Stan Hu authored
Fix gitaly install on systems where env doesn't support the -u flag See merge request gitlab-org/gitlab!30791
-
Sebastian Reitenbach authored
At least on OpenBSD, /usr/bin/env doesn't support the -u flag and bails out. So first check if env supports it, and only use it, when it supports it. This makes installing gitaly work for me on OpenBSD.
-
Mike Jang authored
Fix typos in Technical Evaluation Template See merge request gitlab-org/gitlab!31409
-
Mayra Cabrera authored
Organize package models by package type See merge request gitlab-org/gitlab!31346
-
Sashi authored
-
Stan Hu authored
Fix Spring Reloading AdminMode::Client See merge request gitlab-org/gitlab!31512
-
Mayra Cabrera authored
Enable :snippets_vue by default See merge request gitlab-org/gitlab!31450
-
Denys Mishunov authored
The commit enables :snippets_vue feature flag by default in both frontend and backend to slowly introduce this feature to the self-hosted instances
-
peterhegman authored
-
peterhegman authored
Reword scopes and a few other small changes Change H2 to H1 on project access tokens page
-
peterhegman authored
-
Jason Goodman authored
Prefix modules and classes with double colon
-
Mayra Cabrera authored
Add container registry settings to app settings See merge request gitlab-org/gitlab!31125
-
Heinrich Lee Yu authored
Add mutation to remove project from Instance Security Dashboard See merge request gitlab-org/gitlab!30100
-
Alan (Maciej) Paruszewski authored
This change adds new mutation to GraphQL API that allows user to remove project from Instance Security Dashboard.
-
Heinrich Lee Yu authored
Add ability to query projects in GraphQL API See merge request gitlab-org/gitlab!30146
-
Alan (Maciej) Paruszewski authored
This change adds ability to search projects by search criteria and user membership to Projects GraphQL API.
-
Mayra Cabrera authored
Add nuget dependencies support to the metadata extraction See merge request gitlab-org/gitlab!30618
-
David Fernandez authored
Extract them from the nuspec file Save them using existing `Packages::DependencyLink` and `Packages::Dependency` models. Save dependency metadata in `Packages::NugetDependencyLinkMetadatum`
-
Mayra Cabrera authored
Add package_name param to group packages API See merge request gitlab-org/gitlab!30980
-
Nick Kipling authored
Updated group_packages api to include param Updated group finder to match project version and include name Updated tests Added param to documentation
-
Heinrich Lee Yu authored
Change system dashboard to use {{ }} syntax for variable substitution See merge request gitlab-org/gitlab!31362
-
Steve Abrams authored
Add fields for container registry vendor, version, and features to the application_settings table.
-
Mayra Cabrera authored
Add has_accessibility_reports to MergeRequest See merge request gitlab-org/gitlab!31023
-
Maxime Orefice authored
-
Clement Ho authored
Create VulnerabilityLocationType and supporting types See merge request gitlab-org/gitlab!30129
-
Avielle Wolfe authored
Next up: the supporting types
-
Heinrich Lee Yu authored
Resolve "Redirect loop when logging in for the experimental sign_up flow" Closes #215955 See merge request gitlab-org/gitlab!31229
-