Feature.enable :search_issues_hide_archived_projects Archive the project where you want to do the project search. Wait a little to ensure that the Sidekiq job to update the archived field is completed. Now perform a project advanced search on the archived project as a non-admin user You shou...
Subgroups and projects Shared projects Archived projects To view a group: On the left sidebar, select Search or go to and find your group. You can search for the subgroups and projects of the group and sort them in ascending or descending order. ...
Include archived projects in search results History By default, archived projects are excluded from search results. To include archived projects in search results: On the search page, on the left sidebar, select theInclude archivedcheckbox.
A new Inactive tab displays archived projects for a more focused search. Additionally, you can use a Role filter to search for projects you are the Owner of. In the Explore page for groups, we have standardized the sorting options to include Name, Created date, and Updated date, and added...
To view a design:Go to an issue. In the Designs section, select the design image you want to view.The design you selected opens. You can then zoom in on it or create a comment.When viewing a design, you can move to other designs. To do so, either:...
archived boolean no Limit by archived status visibility string no Limit by visibility public, internal, or private order_by string no Return projects ordered by id, name, path, created_at, updated_at, or last_activity_at fields. Default is created_at sort string no Return projects sorted ...
You can view and restore groups marked for deletion.Delayed project deletionDETAILS: Tier: Premium, Ultimate Offering: GitLab.comAfter May 08, 2023, all groups have delayed project deletion enabled by default.Projects are permanently deleted after a seven-day delay.If you are on the Free tier,...
description: "Merge requests from archived projects." attr_reader :project alias_method :user, :object @@ -77,6 +82,7 @@ def no_results_possible?(args) def prepare_args(args) args.delete(:project_id) args.delete(:project_path) args[:non_archived] = args.delete(:include_archived) !=...
#{link_to _('Learn more'), help_page_path('user/group/index', { anchor: 'view-groups' })}. .page-title-controls.gl-mt-4 - if current_user&.can_create_group? 2 changes: 1 addition & 1 deletion 2 app/views/projects/imports/show.html.haml Original file line numberDiff line numb...
When a project is archived, the repository, issues, merge requests and all other features are read-only. Archived projects are also hidden in project listings. To archive a project: Navigate to your project'sSettings > General > Advanced settings. ...