Class: ProjectsController
- Inherits:
-
Projects::ApplicationController
- Object
- ActionController::Base
- BaseActionController
- ApplicationController
- Projects::ApplicationController
- ProjectsController
- Includes:
- API::Helpers::RelatedResourcesHelpers, FiltersEvents, ImportUrlParams, IssuableCollections, PreviewMarkdown, RecordUserLastActivity, SendFileUpload, SourcegraphDecorator
- Defined in:
- app/controllers/projects_controller.rb
Constant Summary collapse
- REFS_LIMIT =
100
Constants included from CookiesHelper
CookiesHelper::COOKIE_TYPE_ENCRYPTED, CookiesHelper::COOKIE_TYPE_PERMANENT
Constants included from SortingTitlesValuesHelper
SortingTitlesValuesHelper::SORT_NAME, SortingTitlesValuesHelper::SORT_UPDATED_OLDEST, SortingTitlesValuesHelper::SORT_UPDATED_RECENT
Constants included from Gitlab::HttpRouter::RuleContext
Gitlab::HttpRouter::RuleContext::ALLOWED_ROUTER_RULE_ACTIONS, Gitlab::HttpRouter::RuleContext::ALLOWED_ROUTER_RULE_TYPES, Gitlab::HttpRouter::RuleContext::ROUTER_RULE_ACTIONS_WITHOUT_TYPE
Constants included from StrongPaginationParams
StrongPaginationParams::PAGINATION_PARAMS
Constants included from Gitlab::Logging::JsonMetadataHelper
Gitlab::Logging::JsonMetadataHelper::JSON_METADATA_HEADERS
Constants included from Gitlab::Logging::CloudflareHelper
Gitlab::Logging::CloudflareHelper::CLOUDFLARE_CUSTOM_HEADERS
Constants included from Gitlab::EndpointAttributes
Gitlab::EndpointAttributes::DEFAULT_URGENCY
Constants included from Impersonation
Impersonation::SESSION_KEYS_TO_DELETE
Constants included from PreferredLanguageSwitcherHelper
PreferredLanguageSwitcherHelper::SWITCHER_MINIMUM_TRANSLATION_LEVEL
Constants included from Routing::PseudonymizationHelper
Routing::PseudonymizationHelper::PSEUDONOMIZED_GROUP, Routing::PseudonymizationHelper::PSEUDONOMIZED_ID, Routing::PseudonymizationHelper::PSEUDONOMIZED_NAMESPACE, Routing::PseudonymizationHelper::PSEUDONOMIZED_PROJECT, Routing::PseudonymizationHelper::PSEUDONOMIZED_USERNAME
Constants included from Gitlab::NoCacheHeaders
Gitlab::NoCacheHeaders::DEFAULT_GITLAB_NO_CACHE_HEADERS
Instance Method Summary collapse
- #activity ⇒ Object
- #archive ⇒ Object
- #create ⇒ Object
- #destroy ⇒ Object
- #download_export ⇒ Object
-
#edit ⇒ Object
rubocop: enable CodeReuse/ActiveRecord.
- #export ⇒ Object
- #generate_new_export ⇒ Object
- #housekeeping ⇒ Object
- #index ⇒ Object
-
#new ⇒ Object
rubocop: disable CodeReuse/ActiveRecord.
- #new_issuable_address ⇒ Object
-
#refs ⇒ Object
rubocop: disable CodeReuse/ActiveRecord.
- #remove_export ⇒ Object
-
#remove_fork ⇒ Object
rubocop: enable CodeReuse/ActiveRecord.
- #restore ⇒ Object
- #show ⇒ Object
- #toggle_star ⇒ Object
-
#transfer ⇒ Object
rubocop: disable CodeReuse/ActiveRecord.
- #unarchive ⇒ Object
-
#unfoldered_environment_names ⇒ Object
rubocop: enable CodeReuse/ActiveRecord.
- #update ⇒ Object
Methods included from FiltersEvents
Methods included from ImportUrlParams
#import_params_to_full_url, #import_url_params
Methods included from RecordUserLastActivity
#set_member_last_activity, #set_user_last_activity
Methods included from CookiesHelper
Methods included from SendFileUpload
#content_type_for, #send_upload
Methods included from PreviewMarkdown
Methods included from SortingPreference
#default_sort_order, #legacy_sort_cookie_name, #set_sort_order, #sorting_field
Methods included from SortingHelper
#admin_users_sort_options, #branches_sort_options_hash, #can_sort_by_issue_weight?, #can_sort_by_merged_date?, #due_date_option, #forks_reverse_sort_options_hash, #forks_sort_direction_button, #issuable_reverse_sort_order_hash, #issuable_sort_direction_button, #issuable_sort_option_overrides, #issuable_sort_options, #label_priority_option, #label_sort_options_hash, #merged_option, #milestones_sort_options_hash, #popularity_option, #projects_sort_options_hash, #relative_position_option, #sort_direction_button, #sort_direction_icon, #sort_options_hash, #starrers_sort_options_hash, #tags_sort_options_hash, #title_option, #users_sort_options_hash
Methods included from ButtonHelper
#clipboard_button, #dropdown_item_with_description, #http_clone_button, #http_dropdown_description, #link_button_to, #ssh_clone_button
Methods included from SortingTitlesValuesHelper
#sort_title_closed_date, #sort_title_closed_earlier, #sort_title_closed_recently, #sort_title_contacted_date, #sort_title_created_date, #sort_title_downvotes, #sort_title_due_date, #sort_title_due_date_later, #sort_title_due_date_soon, #sort_title_expire_date, #sort_title_label_priority, #sort_title_largest_group, #sort_title_largest_repo, #sort_title_latest_activity, #sort_title_merged_date, #sort_title_merged_earlier, #sort_title_merged_recently, #sort_title_milestone, #sort_title_milestone_later, #sort_title_milestone_soon, #sort_title_most_stars, #sort_title_name, #sort_title_name_asc, #sort_title_name_desc, #sort_title_oldest_activity, #sort_title_oldest_created, #sort_title_oldest_last_activity, #sort_title_oldest_signin, #sort_title_oldest_starred, #sort_title_oldest_updated, #sort_title_popularity, #sort_title_priority, #sort_title_recently_created, #sort_title_recently_last_activity, #sort_title_recently_signin, #sort_title_recently_starred, #sort_title_recently_updated, #sort_title_relative_position, #sort_title_relevance, #sort_title_size, #sort_title_stars, #sort_title_start_date_later, #sort_title_start_date_soon, #sort_title_title, #sort_title_upvotes, #sort_title_version_asc, #sort_title_version_desc, #sort_value_closed_date, #sort_value_closed_earlier, #sort_value_closed_recently, #sort_value_contacted_date, #sort_value_created_date, #sort_value_downvotes, #sort_value_due_date, #sort_value_due_date_later, #sort_value_due_date_soon, #sort_value_expire_date, #sort_value_label_priority, #sort_value_largest_group, #sort_value_largest_repo, #sort_value_latest_activity, #sort_value_least_popular, #sort_value_merged_date, #sort_value_merged_earlier, #sort_value_merged_recently, #sort_value_milestone, #sort_value_milestone_later, #sort_value_milestone_soon, #sort_value_most_popular, #sort_value_name, #sort_value_name_desc, #sort_value_oldest_activity, #sort_value_oldest_created, #sort_value_oldest_last_activity, #sort_value_oldest_signin, #sort_value_oldest_updated, #sort_value_popularity, #sort_value_priority, #sort_value_recently_created, #sort_value_recently_last_activity, #sort_value_recently_signin, #sort_value_recently_updated, #sort_value_relative_position, #sort_value_relevance, #sort_value_size, #sort_value_stars_desc, #sort_value_start_date_later, #sort_value_start_date_soon, #sort_value_title, #sort_value_title_desc, #sort_value_upvotes, #sort_value_version_asc, #sort_value_version_desc
Methods included from API::Helpers::RelatedResourcesHelpers
#expose_path, #expose_url, #issues_available?, #mrs_available?, #project_feature_string_access_level
Methods included from SafeFormatHelper
Methods included from RoutableActions
#ensure_canonical_path, #find_routable!, #not_found_actions, #perform_not_found_actions, #routable_authorized?
Methods included from ChecksCollaboration
#can_collaborate_with_project?, #user_access
Methods inherited from ApplicationController
#feature_category, #handle_unverified_request, #not_found, #redirect_back_or_default, #render, #route_not_found, #urgency
Methods included from Gitlab::HttpRouter::RuleMetrics
#increment_http_router_metrics
Methods included from StrongPaginationParams
Methods included from RequestPayloadLogger
Methods included from Gitlab::Logging::JsonMetadataHelper
Methods included from Gitlab::Logging::CloudflareHelper
#store_cloudflare_headers!, #valid_cloudflare_header?
Methods included from CheckRateLimit
Methods included from FlocOptOut
#floc_enabled?, #set_floc_opt_out_header
Methods included from Impersonation
Methods included from InitializesCurrentUserMode
Methods included from SessionsHelper
#fallback_to_email_otp_permitted?, #obfuscated_email, #remember_me_enabled?, #session_expire_modal_data, #unconfirmed_email?, #verification_data, #verification_data_for_js, #webauthn_authentication_data
Methods included from VerifiesWithEmailHelper
#permitted_to_skip_email_otp_in_grace_period?, #treat_as_locked?, #trusted_ip_address?
Methods included from SessionlessAuthentication
#authenticate_sessionless_user!, #request_authenticator, #sessionless_bypass_admin_mode!, #sessionless_sign_in, #sessionless_user?
Methods included from PreferredLanguageSwitcherHelper
Methods included from Gitlab::SearchContext::ControllerConcern
Methods included from EnforcesTwoFactorAuthentication
#check_two_factor_requirement, #current_user_requires_two_factor?, #execute_action_for_2fa_reason, #mfa_help_page_url, #skip_two_factor?, #two_factor_authentication_required?, #two_factor_grace_period, #two_factor_grace_period_expired?, #two_factor_skippable?, #two_factor_verifier
Methods included from WorkhorseHelper
#attachment_content_disposition, #content_disposition_for_blob, #inline_content_disposition, #send_artifacts_entry, #send_dependency, #send_git_archive, #send_git_blob, #send_git_diff, #send_git_patch, #set_workhorse_internal_api_content_type, #workhorse_set_content_type!
Methods included from SafeParamsHelper
Methods included from PageLayoutHelper
#blank_container, #container_class, #favicon, #fluid_layout, #full_content_class, #header_title, #nav, #page_canonical_link, #page_card_attributes, #page_card_meta_tags, #page_description, #page_image, #page_itemtype, #page_title, #search_context, #sidebar, #user_status_properties
Methods included from Routing::PackagesHelper
Methods included from Routing::PseudonymizationHelper
#masked_page_url, #masked_query_params, #masked_referrer_url, #referrer_params
Methods included from Routing::GraphqlHelper
#graphql_etag_pipeline_path, #graphql_etag_pipeline_sha_path, #graphql_etag_project_on_demand_scan_counts_path
Methods included from Routing::WikiHelper
#group_wiki_page_url, #project_wiki_page_url, #wiki_page_path, #wiki_path
Methods included from Routing::SnippetsHelper
#gitlab_raw_snippet_blob_url, #gitlab_raw_snippet_url, #gitlab_snippet_note_path, #gitlab_snippet_notes_path, #gitlab_snippet_path, #gitlab_snippet_url, #gitlab_toggle_award_emoji_snippet_note_path, #preview_markdown_path, #toggle_award_emoji_personal_snippet_path, #toggle_award_emoji_project_project_snippet_path, #toggle_award_emoji_project_project_snippet_url
Methods included from Routing::PipelineSchedulesHelper
#edit_pipeline_schedule_path, #pipeline_schedule_path, #pipeline_schedules_path, #play_pipeline_schedule_path, #take_ownership_pipeline_schedule_path
Methods included from Routing::ArtifactsHelper
#artifacts_action_path, #expose_fast_artifacts_path, #fast_browse_project_job_artifacts_path, #fast_download_project_job_artifacts_path, #fast_keep_project_job_artifacts_path
Methods included from Routing::MembersHelper
Methods included from Routing::Groups::MembersHelper
#approve_access_request_group_member_path, #group_member_path, #group_members_url, #leave_group_members_path, #request_access_group_members_path, #resend_invite_group_member_path
Methods included from Routing::Projects::MembersHelper
#approve_access_request_project_member_path, #leave_project_members_path, #project_member_path, #project_members_url, #request_access_project_members_path, #resend_invite_project_member_path
Methods included from Routing::ProjectsHelper
#commit_url, #commits_url, #edit_milestone_path, #environment_delete_path, #environment_path, #issue_path, #issue_url, #merge_request_path, #merge_request_url, #pipeline_job_url, #pipeline_path, #pipeline_url, #project_commits_path, #project_ref_path, #project_tree_path, #release_url, #toggle_subscription_path, #work_item_url
Methods included from ApplicationSettingsHelper
#all_protocols_enabled?, #allowed_protocols_present?, #anti_spam_service_enabled?, #custom_admin_roles_available?, #deletion_protection_data, #deprecated_attributes, #enabled_protocol, #enabled_protocol_button, #expanded_by_default?, #external_authorization_allow_token_help_text, #external_authorization_client_certificate_help_text, #external_authorization_client_key_help_text, #external_authorization_client_pass_help_text, #external_authorization_client_url_help_text, #external_authorization_description, #external_authorization_service_attributes, #external_authorization_timeout_help_text, #external_authorization_url_help_text, #global_search_settings_checkboxes, #http_enabled?, #import_sources_checkboxes, #instance_clusters_enabled?, #integration_expanded?, #key_restriction_options_for_select, #kroki_available_formats, #oauth_providers_checkboxes, #pending_user_count, #registration_features_can_be_prompted?, #repository_storages_options_json, #restricted_level_checkboxes, #runner_token_expiration_interval_attributes, #sidekiq_job_limiter_mode_help_text, #sidekiq_job_limiter_modes_for_select, #signup_enabled?, #signup_form_data, #ssh_enabled?, #storage_weights, #user_oauth_applications?, #valid_runner_registrars, #visible_attributes, #vscode_extension_marketplace_settings_description, #vscode_extension_marketplace_settings_view
Methods included from ProjectsHelper
#able_to_see_forks_count?, #able_to_see_issues?, #able_to_see_merge_requests?, #any_projects?, #archiving_available?, #author_content_tag, #autodeploy_flash_notice, #badge_count, #branch_rules_path, #can_admin_associated_clusters?, #can_change_visibility_level?, #can_disable_emails?, #can_push_code?, #can_set_diff_preview_in_email?, #can_view_branch_rules?, #clusters_deprecation_alert_message, #dashboard_projects_app_data, #delete_confirm_phrase, #directory?, #error_tracking_setting_project_json, #explore_projects_tab?, #external_classification_label_help_message, #fork_button_data_attributes, #hidden_issue_icon, #home_panel_data_attributes, #http_clone_url_to_repo, #import_from_bitbucket_message, #inactive_project_deletion_date, #issue_css_classes, #issue_manual_ordering_class, #last_pipeline_from_status_cache, #last_push_event, #link_to_autodeploy_doc, #link_to_data_loss_doc, #link_to_member, #link_to_member_avatar, #link_to_namespace_change_doc, #link_to_project, #load_catalog_resources, #load_pipeline_status, #localized_project_human_access, #membership_locked?, #no_password_message, #notification_data_attributes, #project_archive_settings_app_data, #project_can_be_shared?, #project_classes, #project_coverage_chart_data_attributes, #project_incident_management_setting, #project_license_name, #project_pages_domain_choices, #project_permissions_panel_data, #project_unarchive_settings_app_data, #projects_filtered_search_and_sort_app_data, #push_project_breadcrumbs, #push_to_create_project_command, #remote_mirror_setting_enabled?, #remove_fork_project_confirm_json, #remove_fork_project_description_message, #remove_fork_project_warning_message, #remove_project_message, #show_archived_badge?, #show_auto_devops_implicitly_enabled_banner?, #show_clusters_alert?, #show_count?, #show_dashboard_projects_welcome_page?, #show_inactive_project_deletion_banner?, #show_invalid_gpg_key_message?, #show_lfs_misconfiguration_banner?, #show_mobile_devops_project_promo?, #show_no_password_message?, #show_no_ssh_key_message?, #show_terraform_banner?, #show_xcode_link?, #ssh_clone_url_to_repo, #star_count_data_attributes, #transfer_project_confirm_button, #transfer_project_message, #visibility_level_content, #visible_fork_source, #vue_fork_divergence_data, #xcode_uri_to_repo
Methods included from Gitlab::Allowable
Methods included from CompareHelper
#create_mr_button?, #create_mr_path, #project_compare_selector_data, #target_projects
Methods included from Gitlab::NoCacheHeaders
Methods included from Gitlab::GonHelper
#add_gon_feature_flags, #add_gon_user_specific, #add_gon_variables, #current_organization, #default_avatar_url, #push_force_frontend_feature_flag, #push_frontend_ability, #push_frontend_feature_flag, #push_namespace_setting, #push_to_gon_attributes
Methods included from Organizations::OrganizationHelper
#admin_organizations_index_app_data, #organization_activity_app_data, #organization_groups_and_projects_app_data, #organization_groups_edit_app_data, #organization_groups_new_app_data, #organization_index_app_data, #organization_layout_nav, #organization_new_app_data, #organization_projects_edit_app_data, #organization_settings_general_app_data, #organization_show_app_data, #organization_user_app_data, #ui_for_organizations_enabled?
Methods included from WebpackHelper
#prefetch_link_tag, #webpack_bundle_tag, #webpack_controller_bundle_tags, #webpack_entrypoint_paths, #webpack_preload_asset_tag, #webpack_public_host, #webpack_public_path
Methods included from ViteHelper
#universal_path_to_stylesheet, #universal_stylesheet_link_tag, #vite_enabled?, #vite_page_entrypoint_paths
Methods included from ContentSecurityPolicyPatch
#content_security_policy_with_context
Methods included from CurrentOrganization
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Projects::ApplicationController
Instance Method Details
#activity ⇒ Object
159 160 161 162 163 164 165 166 167 |
# File 'app/controllers/projects_controller.rb', line 159 def activity respond_to do |format| format.html format.json do load_events pager_json('events/_events', @events.count { |event| event.visible_to_user?(current_user) }) end end end |
#archive ⇒ Object
245 246 247 248 249 250 251 |
# File 'app/controllers/projects_controller.rb', line 245 def archive ::Projects::ArchiveService.new(project: @project, current_user: current_user).execute respond_to do |format| format.html { redirect_to project_path(@project) } end end |
#create ⇒ Object
111 112 113 114 115 116 117 118 119 120 121 122 |
# File 'app/controllers/projects_controller.rb', line 111 def create @project = ::Projects::CreateService.new(current_user, project_params(attributes: project_params_create_attributes)).execute if @project.saved? redirect_to( project_path(@project, custom_import_params), notice: safe_format(_("Project '%{project_name}' was successfully created."), project_name: @project.name) ) else render 'new' end end |
#destroy ⇒ Object
198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 |
# File 'app/controllers/projects_controller.rb', line 198 def destroy return access_denied! unless can?(current_user, :remove_project, @project) if @project.self_deletion_scheduled? && ::Gitlab::Utils.to_boolean(params.permit(:permanently_delete)[:permanently_delete]) return destroy_immediately if Gitlab::CurrentSettings.allow_immediate_namespaces_deletion_for_user?(current_user) return access_denied! end result = ::Projects::MarkForDeletionService.new(@project, current_user).execute if result.success? redirect_to project_path(@project), status: :found else flash.now[:alert] = result. render_edit end end |
#download_export ⇒ Object
304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 |
# File 'app/controllers/projects_controller.rb', line 304 def download_export if @project.export_file_exists?(current_user) if @project.export_archive_exists?(current_user) export_file = @project.export_file(current_user) send_upload(export_file, attachment: export_file.filename) else redirect_to( edit_project_path(@project, anchor: 'js-project-advanced-settings'), alert: _("The file containing the export is not available yet; it may still be transferring. Please try again later.") ) end else redirect_to( edit_project_path(@project, anchor: 'js-project-advanced-settings'), alert: _("Project export link has expired. Please generate a new export from your project settings.") ) end end |
#edit ⇒ Object
rubocop: enable CodeReuse/ActiveRecord
106 107 108 109 |
# File 'app/controllers/projects_controller.rb', line 106 def edit @badge_api_endpoint = expose_path(api_v4_projects_badges_path(id: @project.id)) render_edit end |
#export ⇒ Object
290 291 292 293 294 295 296 297 298 299 300 301 302 |
# File 'app/controllers/projects_controller.rb', line 290 def export @project.add_export_job(current_user: current_user) redirect_to( edit_project_path(@project, anchor: 'js-project-advanced-settings'), notice: _("Project export started. A download link will be sent by email and made available on this page.") ) rescue Project::ExportLimitExceeded => e redirect_to( edit_project_path(@project, anchor: 'js-project-advanced-settings'), alert: e.to_s ) end |
#generate_new_export ⇒ Object
333 334 335 336 337 338 339 340 341 342 |
# File 'app/controllers/projects_controller.rb', line 333 def generate_new_export if @project.remove_export_for_user(current_user) export else redirect_to( edit_project_path(@project, anchor: 'js-project-advanced-settings'), alert: _("Project export could not be deleted.") ) end end |
#housekeeping ⇒ Object
261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 |
# File 'app/controllers/projects_controller.rb', line 261 def housekeeping task = if params[:prune].present? :prune else :eager end ::Repositories::HousekeepingService.new(@project, task).execute do ::Gitlab::Audit::Auditor.audit( name: 'manually_trigger_housekeeping', author: current_user, scope: @project, target: @project, message: "Housekeeping task: #{task}", created_at: DateTime.current ) end redirect_to( project_path(@project), notice: _("Housekeeping successfully started") ) rescue ::Repositories::HousekeepingService::LeaseTaken => e redirect_to( edit_project_path(@project, anchor: 'js-project-advanced-settings'), alert: e.to_s ) end |
#index ⇒ Object
85 86 87 |
# File 'app/controllers/projects_controller.rb', line 85 def index redirect_to(current_user ? root_path : explore_root_path) end |
#new ⇒ Object
rubocop: disable CodeReuse/ActiveRecord
90 91 92 93 94 95 96 97 98 99 100 101 102 103 |
# File 'app/controllers/projects_controller.rb', line 90 def new @namespace = Namespace.find_by(id: params[:namespace_id]) if params[:namespace_id] return access_denied! if @namespace && !can?(current_user, :create_projects, @namespace) @parent_group = Group.find_by(id: params[:namespace_id]) manageable_groups = ::Groups::AcceptingProjectCreationsFinder.new(current_user).execute.limit(2) return access_denied! if manageable_groups.empty? && !can?(current_user, :create_projects, current_user.namespace) @current_user_group = manageable_groups.first if manageable_groups.one? @project = Project.new(namespace_id: @namespace&.id) end |
#new_issuable_address ⇒ Object
238 239 240 241 242 243 |
# File 'app/controllers/projects_controller.rb', line 238 def new_issuable_address return render_404 unless Gitlab::Email::IncomingEmail.supports_issue_creation? current_user.reset_incoming_email_token! render json: { new_address: @project.new_issuable_address(current_user, params[:issuable_type]) } end |
#refs ⇒ Object
rubocop: disable CodeReuse/ActiveRecord
354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 |
# File 'app/controllers/projects_controller.rb', line 354 def refs find_refs = refs_params['find'] find_branches = true = true find_commits = true unless find_refs.nil? find_branches = find_refs.include?('branches') = find_refs.include?('tags') find_commits = find_refs.include?('commits') end = {} if find_branches # Set default sort to 'updated_desc' for branches if no sort specified branch_params = refs_params.merge(per_page: REFS_LIMIT) branch_params[:sort] = 'updated_desc' if branch_params[:sort].blank? branches = BranchesFinder.new(@repository, branch_params) .execute(gitaly_pagination: true) .take(REFS_LIMIT) .map(&:name) ['Branches'] = branches end if && @repository.tag_count.nonzero? = TagsFinder.new(@repository, refs_params.merge(per_page: REFS_LIMIT)) .execute(gitaly_pagination: true) .take(REFS_LIMIT) .map(&:name) ['Tags'] = end # If reference is commit id - we should add it to branch/tag selectbox ref = Addressable::URI.unescape(refs_params[:ref]) if find_commits && ref && .flatten(2).exclude?(ref) && ref =~ /\A[0-9a-zA-Z]{6,52}\z/ ['Commits'] = [ref] end render json: Gitlab::Json.dump() rescue Gitlab::Git::CommandError render json: { error: _('Unable to load refs') }, status: :service_unavailable end |
#remove_export ⇒ Object
323 324 325 326 327 328 329 330 331 |
# File 'app/controllers/projects_controller.rb', line 323 def remove_export if @project.remove_export_for_user(current_user) flash[:notice] = _("Project export has been deleted.") else flash[:alert] = _("Project export could not be deleted.") end redirect_to(edit_project_path(@project, anchor: 'js-project-advanced-settings')) end |
#remove_fork ⇒ Object
rubocop: enable CodeReuse/ActiveRecord
149 150 151 152 153 154 155 156 157 |
# File 'app/controllers/projects_controller.rb', line 149 def remove_fork return access_denied! unless can?(current_user, :remove_fork_project, @project) if ::Projects::UnlinkForkService.new(@project, current_user).execute flash[:notice] = _('The fork relationship has been removed.') end redirect_to edit_project_path(@project) end |
#restore ⇒ Object
220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 |
# File 'app/controllers/projects_controller.rb', line 220 def restore return access_denied! unless can?(current_user, :remove_project, @project) result = ::Projects::RestoreService.new(@project, current_user, {}).execute if result.success? flash[:notice] = format( _("Project '%{project_name}' has been successfully restored."), project_name: @project.full_name ) redirect_to(edit_project_path(@project)) else flash.now[:alert] = result. render_edit end end |
#show ⇒ Object
169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 |
# File 'app/controllers/projects_controller.rb', line 169 def show @id = @ref = repository_root @path = '' if @project.import_in_progress? redirect_to project_import_path(@project, custom_import_params) return end if @project.pending_delete? flash.now[:alert] = safe_format(_("Project '%{project_name}' queued for deletion."), project_name: @project.name) end @ref_type = 'heads' respond_to do |format| format.html do @project = @project.present(current_user: current_user) render_landing_page end format.atom do load_events @events = @events.select { |event| event.visible_to_user?(current_user) } render layout: 'xml' end end end |
#toggle_star ⇒ Object
344 345 346 347 348 349 350 351 |
# File 'app/controllers/projects_controller.rb', line 344 def toggle_star current_user.toggle_star(@project) @project.reset render json: { star_count: @project.star_count } end |
#transfer ⇒ Object
rubocop: disable CodeReuse/ActiveRecord
134 135 136 137 138 139 140 141 142 143 144 145 146 |
# File 'app/controllers/projects_controller.rb', line 134 def transfer return access_denied! unless can?(current_user, :change_namespace, @project) namespace = Namespace.find_by(id: params[:new_namespace_id]) ::Projects::TransferService.new(project, current_user).execute(namespace) if @project.errors[:new_namespace].present? flash[:alert] = @project.errors[:new_namespace].first return redirect_to edit_project_path(@project) end redirect_to edit_project_path(@project) end |
#unarchive ⇒ Object
253 254 255 256 257 258 259 |
# File 'app/controllers/projects_controller.rb', line 253 def unarchive ::Projects::UnarchiveService.new(project: @project, current_user: current_user).execute respond_to do |format| format.html { redirect_to project_path(@project) } end end |
#unfoldered_environment_names ⇒ Object
rubocop: enable CodeReuse/ActiveRecord
403 404 405 406 407 408 409 |
# File 'app/controllers/projects_controller.rb', line 403 def unfoldered_environment_names respond_to do |format| format.json do render json: Environments::EnvironmentNamesFinder.new(@project, current_user).execute end end end |
#update ⇒ Object
124 125 126 127 128 129 130 131 |
# File 'app/controllers/projects_controller.rb', line 124 def update result = ::Projects::UpdateService.new(@project, current_user, project_params).execute # Refresh the repo in case anything changed @repository = @project.repository handle_update_result(result) end |