gitlab-org--gitlab-foss/app/controllers/projects
Mike Greiling 0994bbf9dd Merge branch 'master' into ide
* master: (86 commits)
  Show all labels
  33874 confidential issue redesign
  Exclude merge_jid on Import/Export attribute configuration
  Resolve "User dropdown in filtered search does not load avatar on `master`"
  Re-add column locked_at on migration rollback
  Group-level new issue & MR using previously selected project
  [EE Backport] Update log audit event in omniauth_callbacks_controller.rb
  more eagerly bail when the state is prevented
  Move locked_at removal to post-deployment migration
  Add class to other sidebars
  Improve mobile sidebar
  reduce iterations by keeping a count of remaining enablers
  Store & use ConvDev percentages returned by Version app
  Store MergeWorker JID on merge request, and clean up stuck merges
  Backport changes in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2551 to CE
  DRY up caching in AbstractReferenceFilter
  Update CHANGELOG
  Add CHANGELOG entry
  Fix html structure Removes test for removed behavior
  Port form back to use form_tag
  ...
2017-08-07 22:44:47 -05:00
..
boards Fix Issue board when using Ruby 2.4 2017-08-01 16:07:05 +02:00
cycle_analytics
merge_requests Make sure MergeRequest commit methods work when either compare_commits or merge_request_diff is set 2017-07-13 18:53:11 -07:00
registry Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
settings Rename build to pipeline for status badges 2017-07-21 10:22:09 +02:00
application_controller.rb Backport changes from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2328 2017-07-21 18:45:12 +01:00
artifacts_controller.rb Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
autocomplete_sources_controller.rb
avatars_controller.rb
badges_controller.rb Rename build to pipeline for status badges 2017-07-21 10:22:09 +02:00
blame_controller.rb
blob_controller.rb Fix ABC size of BlobController#show 2017-08-04 13:21:02 +01:00
boards_controller.rb
branches_controller.rb Merge branch '26890-sort-branches' into 'master' 2017-07-28 15:27:49 +00: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
commit_controller.rb Update Pipeline's badge count in Merge Request and Commits view to match real-time content 2017-07-14 15:52:54 +00:00
commits_controller.rb fetch gpg signature badges by ajax 2017-07-27 15:46:03 +02:00
compare_controller.rb Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05: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 Re-enable polling for environments 2017-07-06 14:31:24 +01:00
find_file_controller.rb
forks_controller.rb Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05: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 Add option to use CommitLanguages RPC 2017-08-01 10:48:46 +02:00
group_links_controller.rb Resolve "Inconsistent location of members page between groups and projects" 2017-07-07 14:40:41 +00: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 Support both internal and external issue trackers 2017-07-24 08:13:43 +02:00
jobs_controller.rb Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
labels_controller.rb Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
lfs_api_controller.rb
lfs_storage_controller.rb
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 Store MergeWorker JID on merge request, and clean up stuck merges 2017-08-07 15:23:37 -03:00
milestones_controller.rb Native group milestones 2017-07-07 15:08:49 +00:00
network_controller.rb Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
notes_controller.rb
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 Remove update|admin_pipeline_schedule from Project, and grant it in PipelineSchedule 2017-07-07 12:11:48 +02:00
pipelines_controller.rb Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
pipelines_settings_controller.rb Merge branch '32815--Add-Custom-CI-Config-Path' into 'master' 2017-07-06 07:20:36 +00:00
project_members_controller.rb Resolve "Inconsistent location of members page between groups and projects" 2017-07-07 14:40:41 +00:00
prometheus_controller.rb Add rescue_from(ActionController::UnknownFormat) in Application Controller 2017-06-20 15:53:23 +02:00
protected_branches_controller.rb
protected_refs_controller.rb
protected_tags_controller.rb
raw_controller.rb
refs_controller.rb Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05: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
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 Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
snippets_controller.rb Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05: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 Merge remote-tracking branch 'origin/master' into ide 2017-07-20 17:51:07 +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
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 'master' into 1827-prevent-concurrent-editing-wiki 2017-07-23 21:26:02 +09:00