gitlab-org--gitlab-foss/app/models
Gabriel Mazetto d17a7be830 Refactor project and storage types 2017-08-22 06:33:20 +02:00
..
blob_viewer Fix external link to Composer website 2017-08-17 12:54:30 +07:00
ci Merge branch 'backstage/gb/migrate-stages-statuses' into 'master' 2017-08-21 11:47:44 +00:00
concerns Moving away from the "extend" based factory to a more traditional one. 2017-08-22 06:33:20 +02:00
conversational_development_index Store & use ConvDev percentages returned by Version app 2017-08-07 20:52:08 +02:00
cycle_analytics
diff_viewer
hooks Wrong data type when testing webhooks 2017-07-20 15:12:06 +00:00
issue
members a membership with no user is always notifiable 2017-08-11 16:02:04 -07:00
merge_request
network Whitelist or fix additional `Gitlab/PublicSend` cop violations 2017-08-14 12:14:11 -04:00
project_services Whitelist or fix additional `Gitlab/PublicSend` cop violations 2017-08-14 12:14:11 -04:00
protected_branch
protected_tag
storage Refactor project and storage types 2017-08-22 06:33:20 +02:00
.gitkeep
ability.rb
abuse_report.rb
appearance.rb Cache Appearance instances in Redis 2017-08-10 12:45:49 +02:00
application_setting.rb Add option to disable project export on instance 2017-08-11 12:22:37 -04:00
audit_event.rb
award_emoji.rb
blob.rb
board.rb
broadcast_message.rb Better caching and indexing of broadcast messages 2017-08-11 16:43:30 +02:00
chat_name.rb
chat_team.rb Remove Mattermost team with GitLab group 2017-07-28 09:09:55 +02:00
commit.rb Merge branch 'dm-gpg-signature-performance' into 'master' 2017-08-16 18:34:55 +00:00
commit_range.rb
commit_status.rb Update related stage status when job status is changed 2017-07-24 11:34:01 +02:00
compare.rb
container_repository.rb
cycle_analytics.rb
dashboard_milestone.rb Native group milestones 2017-07-07 15:08:49 +00:00
deploy_key.rb
deploy_keys_project.rb Enable Layout/TrailingWhitespace cop and auto-correct offenses 2017-08-15 13:44:37 -04:00
deployment.rb
diff_discussion.rb
diff_note.rb
directly_addressed_user.rb
discussion.rb
discussion_note.rb
email.rb
environment.rb
event.rb Fix Error 500s when viewing user or group Atom feeds 2017-08-21 14:09:52 +02:00
event_collection.rb Use a specialized class for querying events 2017-08-10 17:45:49 +02:00
event_for_migration.rb Migrate events into a new format 2017-08-10 17:45:44 +02:00
external_issue.rb
forked_project_link.rb
generic_commit_status.rb
global_label.rb
global_milestone.rb Native group milestones 2017-07-07 15:08:49 +00:00
gpg_key.rb improve gpg key validation 2017-07-27 15:46:04 +02:00
gpg_signature.rb Only create commit GPG signature when necessary 2017-08-16 18:57:50 +02:00
group.rb Speed up Group#user_ids_for_project_authorizations 2017-08-14 12:47:15 +01:00
group_label.rb
group_milestone.rb Native group milestones 2017-07-07 15:08:49 +00:00
guest.rb
identity.rb
individual_note_discussion.rb
issue.rb Remove ignore columns 2017-08-18 13:03:58 -03:00
issue_assignee.rb
issue_collection.rb
key.rb fix #35133 strip new lines from ssh keys 2017-08-03 16:39:10 +00:00
label.rb
label_link.rb
label_priority.rb
legacy_diff_discussion.rb
legacy_diff_note.rb
lfs_object.rb
lfs_objects_project.rb
list.rb
member.rb Merge branch '34533-speed-up-group-project-authorizations' into 'master' 2017-08-15 08:06:37 +00:00
merge_request.rb Remove ignore columns 2017-08-18 13:03:58 -03:00
merge_request_diff.rb Refactor Gitlab::Git::Commit to include a repository 2017-08-07 22:34:34 -04:00
merge_request_diff_commit.rb Re-enable SqlInjection and CommandInjection 2017-08-08 10:50:54 -04:00
merge_request_diff_file.rb Fix saving diffs that are not valid UTF-8 2017-07-26 15:34:57 +01:00
merge_requests_closing_issues.rb
milestone.rb Support references to group milestones 2017-08-07 11:55:00 +01:00
namespace.rb Speed up Group#user_ids_for_project_authorizations 2017-08-14 12:47:15 +01:00
note.rb Enable the Layout/SpaceBeforeBlockBraces cop 2017-08-09 11:52:22 +02:00
notification_recipient.rb skip the :read_project check for new_project_member 2017-08-11 16:02:08 -07:00
notification_setting.rb Re-enable SqlInjection and CommandInjection 2017-08-08 10:50:54 -04:00
oauth_access_grant.rb
oauth_access_token.rb
out_of_context_discussion.rb
pages_domain.rb
personal_access_token.rb
personal_snippet.rb
project.rb Refactor project and storage types 2017-08-22 06:33:20 +02:00
project_authorization.rb
project_feature.rb Re-enable SqlInjection and CommandInjection 2017-08-08 10:50:54 -04:00
project_group_link.rb
project_import_data.rb Backport changes in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2551 to CE 2017-08-07 19:17:11 +01:00
project_label.rb
project_snippet.rb
project_statistics.rb Re-enable SqlInjection and CommandInjection 2017-08-08 10:50:54 -04:00
project_team.rb
project_wiki.rb Allow wiki pages to be renamed in the UI 2017-08-03 07:38:11 +07:00
protectable_dropdown.rb Whitelist or fix additional `Gitlab/PublicSend` cop violations 2017-08-14 12:14:11 -04:00
protected_branch.rb
protected_ref_matcher.rb
protected_tag.rb
push_event.rb Migrate events into a new format 2017-08-10 17:45:44 +02:00
push_event_payload.rb Migrate events into a new format 2017-08-10 17:45:44 +02:00
readme_blob.rb
redirect_route.rb Enable Layout/TrailingWhitespace cop and auto-correct offenses 2017-08-15 13:44:37 -04:00
release.rb
repository.rb Merge branch 'rs-more-public-send-whitelists' into 'master' 2017-08-16 11:25:26 +00:00
route.rb
security_event.rb
sent_notification.rb
service.rb
snippet.rb
snippet_blob.rb
spam_log.rb
subscription.rb
system_note_metadata.rb Changes based on MR feedback. 2017-07-20 15:33:24 +01:00
timelog.rb
todo.rb
tree.rb
trending_project.rb
u2f_registration.rb
upload.rb
user.rb Add namespace errors from User#after_update 2017-08-18 10:31:59 -07:00
user_agent_detail.rb
users_star_project.rb
wiki_directory.rb
wiki_page.rb Allow wiki pages to be renamed in the UI 2017-08-03 07:38:11 +07:00