- 21 Jan, 2022 40 commits
-
-
websi96 authored
-
Peter Hegman authored
Replace owner with first_owner in frontend spec fixtures See merge request gitlab-org/gitlab!78856
-
Douglas Barbosa Alexandre authored
Allow project owners to list & restore their projects pending deletion See merge request gitlab-org/gitlab!76484
-
Amy Qualls authored
Doc Consistency: user/project/merge_requests - static analysis See merge request gitlab-org/gitlab!78925
-
Brandon Labuschagne authored
Fix frontend fixtures failing when metrics dir does not exist See merge request gitlab-org/gitlab!78704
-
Stan Hu authored
spec: Convert Gitaly setup to use bundled Git binaries See merge request gitlab-org/gitlab!78898
-
Max Woolf authored
Merge branch '348792-ci-cd-editor-should-render-the-gitlab-ci-for-the-branch-from-which-the-menu-is-being-accessed' into 'master' CI/CD editor nav link should maintain current branch See merge request gitlab-org/gitlab!78594
-
Igor Drozdov authored
Limit the length of generated anchor URL for markdown headers See merge request gitlab-org/gitlab!78672
-
Amy Qualls authored
Doc Consistency: user/project/merge_requests - code review See merge request gitlab-org/gitlab!78732
-
Niklas authored
Remove tiers from version histories
-
Stan Hu authored
* Use a full path in Gitaly's `bin_dir` config to ensure the bundled Git symlink can link to the test binaries. * Fix a regression in the `ci?` check that was introduced in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/78061.
-
Marcin Sedlak-Jakubowski authored
Improve ActionCable docs for source installs See merge request gitlab-org/gitlab!78618
-
Heinrich Lee Yu authored
Adds steps for source installs to configure cable.yml which is now required since 14.5
-
Brandon Labuschagne authored
Merge branch '350728-group-level-vsa-remove-decimal-place-from-new-issues-and-deploys' into 'master' Group-level VSA: Remove decimal place from "New issues" and "Deploys" See merge request gitlab-org/gitlab!78675
-
Niklas van Schrick authored
Remove inline tier badge and tier from version history
-
Mark Chao authored
Add system note when escalation status changes See merge request gitlab-org/gitlab!77071
-
Sarah Yasonik authored
-
Bob Van Landuyt authored
Remove warning/error for duplicate includes See merge request gitlab-org/gitlab!78297
-
Jose Ivan Vargas authored
Merge branch '348410-frontend-implement-deprecation-notification-for-types-and-type-keyword' into 'master' Implement deprecation notification in pipeline page See merge request gitlab-org/gitlab!77876
-
Frédéric Caplette authored
In the pipeline page, we will now show a deprecation notification for user whose project CI configuration countains root `types` keyword or job level `type` keyword which can be dismissed and never seen again. Changelog: added
-
Jarka Košanová authored
Fix empty line to contain two values See merge request gitlab-org/gitlab!78678
-
Andy Soiron authored
Add comments about #strip_markup usage See merge request gitlab-org/gitlab!78474
-
Robert May authored
Swap FK vulnerability_statistics to ci_pipelines for LFK See merge request gitlab-org/gitlab!78599
-
Frédéric Caplette authored
Remove utilities .gl-lg-w-25p for gitlab-ui See merge request gitlab-org/gitlab!78267
-
wortschi authored
Changelog: changed
-
Markus Koller authored
-
Douglas Barbosa Alexandre authored
Swaps FK for vulnerability_statistics.latest_pipeline_id to ci_pipelines Changelog: changed
-
Phil Hughes authored
Show short SHA of commit of deployment See merge request gitlab-org/gitlab!78397
-
huzaifaiftikhar1 authored
-
huzaifaiftikhar1 authored
- Update documentation - Add RSpecs - Rename the feature flag - Rename a few methods to make them more meaningful
-
huzaifaiftikhar1 authored
-
huzaifaiftikhar1 authored
-
huzaifaiftikhar1 authored
- Revert skip sort for "pending_deletion" projects tab as the project order becomes unpredictable. - To restrict the usage add the pending deletion projects tab behind feature flag `ff_projects_pending_deletion_tab`
-
huzaifaiftikhar1 authored
update scopes to use union with feature_available instead of plans and skip sort for "pending_deletion" projects tab.
-
huzaifaiftikhar1 authored
List projects projects belonging to groups on a plan greater than equal to premium or public projects in the pending deletion tab.
-
huzaifaiftikhar1 authored
-
huzaifaiftikhar1 authored
Split the projects_submenu method into two so that it can be easily extended for EE.
-
huzaifaiftikhar1 authored
-
huzaifaiftikhar1 authored
-
huzaifaiftikhar1 authored
Display the "Deleted projects" tab to all the users if the instance is on a premium plan or above. Instance administrators will be able to list all the projects that are pending deletion. Changelog: added EE: true
-