gitlab-org--gitlab-foss/app/models
Douwe Maan bbab5d014f Add methods to resolve diff notes and discussions 2016-07-25 22:37:22 -06:00
..
ci Merge branch 'artifacts-from-ref-and-build-name-api' into 'master' 2016-07-21 09:01:47 +00:00
concerns Add Discussion model to represent MR/diff discussion 2016-07-20 16:18:18 -06:00
hooks
members Enable Style/EmptyLines cop, remove redundant ones 2016-07-01 21:56:17 +02:00
network Enable Style/SpaceAfterComma Rubocop cop 2016-06-29 15:23:44 +02:00
project_services Refactor service settings view 2016-07-20 12:11:37 -03:00
.gitkeep
ability.rb Fix a few nitpicks 2016-07-20 14:38:21 +02:00
abuse_report.rb
appearance.rb
application_setting.rb Default to manual input for `domain_whitelist`, syntax fixes and added new tests. 2016-07-18 17:53:43 -05:00
audit_event.rb
award_emoji.rb Add emoji.rb in lib/gitlab instead of using the gitlab_emoji gem. 2016-06-29 14:53:09 -06:00
blob.rb
broadcast_message.rb
commit.rb Represent DiffRefs as proper class instead of tuple array 2016-07-06 18:50:58 -04:00
commit_range.rb Fix comment for project argument in commit_range.rb 2016-06-20 11:12:04 -07:00
commit_status.rb Workaround MySQL with INNER JOIN: 2016-07-21 01:10:08 +08:00
deploy_key.rb
deploy_keys_project.rb
deployment.rb Improve manual actions code and add model, service and feature tests 2016-07-18 14:46:20 +02:00
diff_note.rb Add methods to resolve diff notes and discussions 2016-07-25 22:37:22 -06:00
discussion.rb Add methods to resolve diff notes and discussions 2016-07-25 22:37:22 -06:00
email.rb
environment.rb
event.rb Use a more future-proof check for Note/LegacyDiffNote 2016-07-06 10:08:42 +02:00
external_issue.rb
forked_project_link.rb
generic_commit_status.rb
global_label.rb
global_milestone.rb
group.rb Dumb-down avatar presence check in `avatar_url` methods 2016-07-05 10:51:11 -04:00
identity.rb
issue.rb Refactor user authorization check for a single project to avoid querying all user projects 2016-07-20 15:14:31 -04:00
key.rb Remove Duplicated keys add UNIQUE index to fingerprint 2016-06-20 13:29:04 +02:00
label.rb Simplify regex for string-based multi-word label surrounded in quotes 2016-07-13 16:01:27 -03:00
label_link.rb
legacy_diff_note.rb Don't fail when a LegacyDiffNote didn't store the right diff 2016-07-15 17:32:49 -05:00
lfs_object.rb
lfs_objects_project.rb
member.rb Exclude requesters from Project#members, Group#members and User#members 2016-07-01 17:44:46 +02:00
merge_request.rb Revert "Revert "Merge branch '18193-developers-can-merge' into 'master' "" 2016-07-18 10:16:56 +02:00
merge_request_diff.rb Squashed - fix encoding issue 2016-07-19 09:59:54 +02:00
milestone.rb use has_many relationship with events 2016-07-01 15:34:10 +02:00
namespace.rb Refactor repository paths handling to allow multiple git mount points 2016-06-29 22:30:31 -04:00
note.rb Add resolved_at and resolved_by_id to DiffNote 2016-07-25 22:33:01 -06:00
notification_setting.rb Exclude projects pending delete from notifications 2016-07-07 20:49:17 +01:00
oauth_access_token.rb
personal_access_token.rb
personal_snippet.rb
project.rb Improve project rename log messages for better debugging 2016-07-23 07:14:47 -07:00
project_group_link.rb
project_import_data.rb add missing attribute to attr_encrypted so it is fully backwards-compatible 2016-06-28 09:55:19 +02:00
project_snippet.rb
project_team.rb Load project invited groups and members eagerly in ProjectTeam#fetch_members 2016-07-22 18:43:41 +02:00
project_wiki.rb Refactor repository paths handling to allow multiple git mount points 2016-06-29 22:30:31 -04:00
protected_branch.rb Have `Project#open_branches` return branches that are matched by a wildcard protected branch. 2016-07-07 10:07:31 +05:30
release.rb
repository.rb Gracefully handle case when keep-around references are corrupted or exist already 2016-07-22 06:38:02 -07:00
security_event.rb
sent_notification.rb Allow SentNotification#position to be set as string or hash 2016-07-11 12:21:05 -05:00
service.rb Make Service.external_wikis return only active external wikis 2016-07-21 10:36:02 +02:00
snippet.rb Merge branch 'feature/custom-highlighting' into 'master' 2016-06-28 08:42:42 +00:00
spam_log.rb
spam_report.rb
subscription.rb
todo.rb Add approval required todos 2016-07-12 19:01:09 +01:00
tree.rb
u2f_registration.rb
user.rb Merge branch '18586-user-authorized_projects-is-slow' into 'master' 2016-07-20 20:35:11 +00:00
users_star_project.rb
wiki_page.rb