gitlab-org--gitlab-foss/app/controllers/projects
Lin Jen-Shin 62fdbbeeb0 Merge remote-tracking branch 'upstream/master' into 32815--Add-Custom-CI-Config-Path
* upstream/master: (123 commits)
  Backport changes to Projects::IssuesController and the search bar
  bugfix: use `require_dependency` to bring in DeclarativePolicy
  Resolve "Select branch dropdown is too close to branch name"
  Clean up issuable lists
  Defer project destroys within a namespace in Groups::DestroyService#async_execute
  Fixed new navgiation bar logo height in Safari
  Resolve "Issue dropdown persists when adding issue number to issue description"
  Move verification to block level instead of paragraph
  Revert "Merge branch 'dm-drop-default-scope-on-sortable-finders' into 'master'"
  Added code for defining SHA attributes
  Minor edits
  Job details won't scroll horizontally to show long lines
  Run mysql tests on stable preperation branches like 9-3-stable-patch-2
  Bring back branches badge to main project page
  optimize translation content based on comments
  supplement traditional chinese in taiwan translation
  Inserts exact matches of username, email and name to the top of the user search list
  Remove Namespace model default scope override and write additional test to Project search
  optimize translation content based on comments
  Limit OpenGraph image size to 64x64
  ...
2017-06-30 13:46:51 +08:00
..
boards moved creating backlog list into list service 2017-06-06 12:59:50 +01:00
cycle_analytics
merge_requests Split up MergeRequestsController 2017-06-28 18:17:44 -05:00
registry 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
settings Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00
application_controller.rb Use the new check_project_feature_available! method in project controllers 2017-06-21 10:56:45 +01:00
artifacts_controller.rb Merge branch 'dm-collapsed-blob' into 'master' 2017-06-01 09:10:53 +00:00
autocomplete_sources_controller.rb
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
blame_controller.rb
blob_controller.rb Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00
boards_controller.rb
branches_controller.rb Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00
build_artifacts_controller.rb Add checks before redirect, remove status/trace 2017-05-24 15:31:30 +08:00
builds_controller.rb Add checks before redirect, remove status/trace 2017-05-24 15:31:30 +08:00
commit_controller.rb Merge request widget redesign 2017-05-09 04:15:34 +00:00
commits_controller.rb Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00
compare_controller.rb Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00
cycle_analytics_controller.rb
deploy_keys_controller.rb Fix edit button for deploy keys available from other projects 2017-06-20 11:23:13 +00:00
deployments_controller.rb Add rescue_from(ActionController::UnknownFormat) in Application Controller 2017-06-20 15:53:23 +02: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 Merge remote-tracking branch 'upstream/master' into 28717-additional-metrics-review-branch 2017-06-22 15:05:52 +02:00
find_file_controller.rb
forks_controller.rb ProjectsFinder should handle more options 2017-04-06 07:11:37 +02:00
git_http_client_controller.rb Add “Project moved” error to Git-over-HTTP 2017-06-16 14:14:19 -07:00
git_http_controller.rb Add “Project moved” error to Git-over-HTTP 2017-06-16 14:14:19 -07:00
graphs_controller.rb Allow to access pipelines even if they are disabled, but only present jobs and commit statuses without giving ability to access them 2017-06-13 09:52:48 +02:00
group_links_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
hook_logs_controller.rb Implement web hooks logging 2017-05-25 10:07:52 +03:00
hooks_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
imports_controller.rb backports changed import logic from pull mirroring feature into CE 2017-06-05 23:09:10 +01:00
issues_controller.rb Backport changes to Projects::IssuesController and the search bar 2017-06-29 22:38:29 +01:00
jobs_controller.rb Rename build to job 2017-06-01 09:58:12 +02:00
labels_controller.rb Use the new check_project_feature_available! method in project controllers 2017-06-21 10:56:45 +01:00
lfs_api_controller.rb Enable the Style/TrailingCommaInLiteral cop 2017-05-10 18:25:45 +02:00
lfs_storage_controller.rb
mattermosts_controller.rb
merge_requests_controller.rb Split up MergeRequestsController 2017-06-28 18:17:44 -05:00
milestones_controller.rb Use the new check_project_feature_available! method in project controllers 2017-06-21 10:56:45 +01:00
network_controller.rb
notes_controller.rb Support comments for personal snippets 2017-05-05 15:45:49 +02:00
pages_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
pages_domains_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
pipeline_schedules_controller.rb Use authorize_update_pipeline_schedule in PipelineSchedulesController 2017-06-28 21:58:31 +09:00
pipelines_controller.rb Remove references to build in pipeline charts 2017-06-23 14:50:03 +02:00
pipelines_settings_controller.rb Merge remote-tracking branch 'upstream/master' into 15041-Add-Custom-CI-Config-Path 2017-06-28 15:53:12 +08:00
project_members_controller.rb Refactor members controller destroy action 2017-04-17 17:44:30 +03: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 Revert "Remove changes that are not absolutely necessary" 2017-05-24 20:59:26 +00:00
releases_controller.rb
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 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
services_controller.rb Address review comments 2017-06-02 13:44:04 +02:00
snippets_controller.rb Use the new check_project_feature_available! method in project controllers 2017-06-21 10:56:45 +01:00
tags_controller.rb Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00
templates_controller.rb
todos_controller.rb
tree_controller.rb Revert 'New file from interface on existing branch' 2017-06-09 10:10:47 -05:00
triggers_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
uploads_controller.rb Support uploaders for personal snippets comments 2017-05-02 15:22:24 +02:00
variables_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
wikis_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