gitlab-org--gitlab-foss/app/controllers/projects
Stan Hu 0ea70802e1 Fix Sidekiq worker and make flash message return a link to the pipelines page 2017-12-12 15:07:24 -08:00
..
clusters Second iteration of Move Kubernetes from service to Cluster page 2017-12-05 12:00:02 +00:00
cycle_analytics Enable Layout/TrailingWhitespace cop and auto-correct offenses 2017-08-15 13:44:37 -04:00
merge_requests add support for the commit reference filter 2017-12-07 09:01:37 -05:00
registry Add serializer matchers 2017-10-02 23:17:31 +02:00
settings Deduplicate protected ref human_access_levels 2017-11-24 13:47:03 +00:00
application_controller.rb Merge branch 'security-10-1' into '10-1-stable' 2017-10-17 15:58:58 -07:00
artifacts_controller.rb Test against public projects 2017-10-05 12:41:22 +02:00
autocomplete_sources_controller.rb Limit autocomplete menu to applied labels 2017-11-28 14:51:03 +11:00
avatars_controller.rb Add a rubocop rule to check if a method 'redirect_to' is used without explicitly set 'status' in 'destroy' actions of controllers 2017-06-07 09:45:16 +11:00
badges_controller.rb Rename build to pipeline for status badges 2017-07-21 10:22:09 +02:00
blame_controller.rb
blob_controller.rb fixed bug with tabs not switching correctly 2017-10-23 10:46:27 +01:00
boards_controller.rb Use path helper instead of url helper 2017-12-03 18:46:07 +00:00
branches_controller.rb Replce kubernetes_service and deployment_service to deployment_platform 2017-11-28 20:47:59 +09:00
build_artifacts_controller.rb Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
builds_controller.rb Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
clusters_controller.rb Remove cluster scope from ClustersController#index 2017-12-11 15:06:45 +01:00
commit_controller.rb Allow commenting on individual commits inside an MR 2017-12-07 09:01:19 -05:00
commits_controller.rb Fix 404 on empty branch 2017-11-27 13:36:02 +00:00
compare_controller.rb Detect n+1 issues involving Gitaly 2017-09-19 10:55:37 +00:00
cycle_analytics_controller.rb
deploy_keys_controller.rb created services for keys 2017-09-15 15:35:24 +00:00
deployments_controller.rb Adds Rubocop rule for line break after guard clause 2017-11-16 17:58:29 +01:00
discussions_controller.rb Use the new check_project_feature_available! method in project controllers 2017-06-21 10:56:45 +01:00
environments_controller.rb Improve environments performance 2017-11-23 12:04:03 +00:00
find_file_controller.rb
forks_controller.rb Employ ForkProjectsFinder in ForksController 2017-09-20 08:27:16 +10:00
git_http_client_controller.rb Consistently use PersonalAccessToken instead of PersonalToken 2017-11-02 11:39:02 +01:00
git_http_controller.rb Add “Project moved” error to Git-over-HTTP 2017-06-16 14:14:19 -07:00
graphs_controller.rb Add option to use CommitLanguages RPC 2017-08-01 10:48:46 +02:00
group_links_controller.rb Adds Rubocop rule for line break after guard clause 2017-11-16 17:58:29 +01:00
hook_logs_controller.rb Wrong data type when testing webhooks 2017-07-20 15:12:06 +00:00
hooks_controller.rb Wrong data type when testing webhooks 2017-07-20 15:12:06 +00:00
imports_controller.rb Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
issues_controller.rb Add an ability to use a custom branch name on creation from issues 2017-11-25 22:33:05 +11:00
jobs_controller.rb Add doc. Fix spec. Add erase_build in protected_ref rule 2017-11-07 02:47:05 +09:00
labels_controller.rb Adds Rubocop rule for line break after guard clause 2017-11-16 17:58:29 +01:00
lfs_api_controller.rb Create idea of read-only database 2017-10-06 22:37:40 +02:00
lfs_storage_controller.rb Adds Rubocop rule for line break after guard clause 2017-11-16 17:58:29 +01:00
mattermosts_controller.rb Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
merge_requests_controller.rb tidying up the changes 2017-12-07 09:01:37 -05:00
milestones_controller.rb Allow promoting project milestones to group milestones 2017-10-31 15:03:52 +00:00
network_controller.rb Detect n+1 issues involving Gitaly 2017-09-19 10:55:37 +00:00
notes_controller.rb Adds Rubocop rule for line break after guard clause 2017-11-16 17:58:29 +01:00
pages_controller.rb Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
pages_domains_controller.rb Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
pipeline_schedules_controller.rb Fix Sidekiq worker and make flash message return a link to the pipelines page 2017-12-12 15:07:24 -08:00
pipelines_controller.rb move `lib/ci/charts.rb` into `lib/gitlab/ci/charts.rb` 2017-09-12 22:32:01 +03:00
pipelines_settings_controller.rb Remove Auto DevOps checkboxes - backend 2017-12-04 17:47:38 +01:00
project_members_controller.rb Present member collection at the controller level 2017-12-12 18:14:58 +01:00
prometheus_controller.rb Add rescue_from(ActionController::UnknownFormat) in Application Controller 2017-06-20 15:53:23 +02:00
protected_branches_controller.rb Backport EE refactorings for Protected Tag EE-only functionality 2017-05-31 13:06:29 +01:00
protected_refs_controller.rb Backport EE refactorings for Protected Tag EE-only functionality 2017-05-31 13:06:29 +01:00
protected_tags_controller.rb Backport EE refactorings for Protected Tag EE-only functionality 2017-05-31 13:06:29 +01:00
raw_controller.rb Refactor Blob support of external storage in preparation of job artifact blobs 2017-05-03 10:20:05 -05:00
refs_controller.rb fixed karma test 2017-11-06 10:52:04 +00:00
releases_controller.rb Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
repositories_controller.rb
runner_projects_controller.rb Add a rubocop rule to check if a method 'redirect_to' is used without explicitly set 'status' in 'destroy' actions of controllers 2017-06-07 09:45:16 +11:00
runners_controller.rb Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
services_controller.rb Fix inability to test some project integrations 2017-08-22 11:05:02 -05:00
snippets_controller.rb WIP: refactor the first-contributor to Issuable 2017-09-06 09:00:57 -04:00
tags_controller.rb Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
templates_controller.rb
todos_controller.rb
tree_controller.rb added feature spec 2017-10-23 10:47:22 +01:00
triggers_controller.rb Remove trigger_schedule_attributes and factory :ci_trigger_for_trigger_schedule 2017-07-13 21:17:47 +09:00
uploads_controller.rb Support uploads for groups 2017-12-07 12:27:52 +01:00
variables_controller.rb Use variable_params && variable_params_attributes in project variables_controller.rb 2017-07-07 15:46:23 +09:00
wikis_controller.rb Merge branch '18040-rubocop-line-break-after-guard-clause' into 'master' 2017-11-20 09:22:14 +00:00