gitlab-org--gitlab-foss/app/models
Jacob Vosmaer (GitLab) 00cd5d93ce Use Redis cache for branch existence checks 2017-11-21 19:00:05 +00:00
..
blob_viewer move `lib/ci/gitlab_ci_yaml_processor.rb` into `lib/gitlab/ci/yaml_processor.rb` 2017-09-12 22:32:02 +03:00
ci Use arrays in Pipeline#latest_builds_with_artifacts 2017-11-21 17:40:29 +01:00
clusters Adds Rubocop rule for line break after guard clause 2017-11-16 17:58:29 +01:00
concerns Merge branch '18040-rubocop-line-break-after-guard-clause' into 'master' 2017-11-20 09:22:14 +00:00
conversational_development_index Store & use ConvDev percentages returned by Version app 2017-08-07 20:52:08 +02:00
cycle_analytics added new summary serializers and refactor all of the summary stuff into separate logical classes 2017-01-17 11:32:54 +01:00
diff_viewer Implement diff viewers 2017-06-14 10:12:21 -05:00
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 Detect n+1 issues involving Gitaly 2017-09-19 10:55:37 +00:00
project_services Merge branch '18040-rubocop-line-break-after-guard-clause' into 'master' 2017-11-20 09:22:14 +00:00
protected_branch Enabled no-one as a merge access level in protected branches 2017-05-10 17:19:40 +01:00
protected_tag Renamed ProtectedTag push_access_levels to create_access_levels 2017-04-04 03:38:58 +01:00
storage Code Style changes and `hashed_storage?` now receives optional feature 2017-10-31 02:00:40 +01:00
.gitkeep
ability.rb bugfix: use `require_dependency` to bring in DeclarativePolicy 2017-06-29 11:57:59 -07:00
abuse_report.rb Refactor the DeleteUserWorker 2017-06-05 13:08:06 +01:00
appearance.rb Cache Appearance instances in Redis 2017-08-10 12:45:49 +02:00
application_setting.rb Add throttle application settings 2017-11-17 09:58:18 +01:00
audit_event.rb Rename ActiverecordSerialize cop 2017-07-06 12:01:36 +02:00
award_emoji.rb Use `try` instead of `repond_to?` and a method call 2017-08-18 12:48:04 +02:00
blob.rb Batchload blobs for diff generation 2017-11-21 13:53:26 +01:00
board.rb Small fixes 2017-08-31 16:34:57 -03:00
broadcast_message.rb Removes default scope from sortable 2017-09-07 13:01:59 +01:00
chat_name.rb Create relation between chat user and GitLab user and allow to authorize them [ci skip] 2016-11-17 21:34:23 +01:00
chat_team.rb Remove Mattermost team with GitLab group 2017-07-28 09:09:55 +02:00
commit.rb Batchload blobs for diff generation 2017-11-21 13:53:26 +01:00
commit_collection.rb Optimise getting the pipeline status of commits 2017-11-16 16:01:14 +01:00
commit_range.rb Fix cross-project references copy to include the project reference 2017-01-03 13:01:46 +01:00
commit_status.rb Extract ensure stage service from commit status class 2017-11-06 11:04:09 +01:00
compare.rb
container_repository.rb Sanitize container repository path in model class 2017-04-13 11:54:02 +02:00
cycle_analytics.rb fix spec 2017-01-17 11:32:55 +01:00
dashboard_milestone.rb replace `is_dashboard_milestone?` with `dashboard_milestone?` 2017-08-29 11:14:41 +03:00
deploy_key.rb created services for keys 2017-09-15 15:35:24 +00:00
deploy_keys_project.rb Enable Layout/TrailingWhitespace cop and auto-correct offenses 2017-08-15 13:44:37 -04:00
deployment.rb replace `is_ancestor?` with `ancestor?` 2017-08-29 11:14:41 +03:00
diff_discussion.rb Commenting on image diffs 2017-10-07 04:25:17 +00:00
diff_note.rb Prevents position update for image diff notes 2017-11-13 16:40:54 -02:00
directly_addressed_user.rb Create directly_addressed Todos when mentioned in beginning of a line 2017-02-08 21:53:34 +05:30
discussion.rb Commenting on image diffs 2017-10-07 04:25:17 +00:00
discussion_note.rb Refactor resolvability checks based on type 2017-04-06 10:51:45 -05:00
email.rb use a delegate for `username` to be more future friendly 2017-10-27 16:32:48 +02:00
environment.rb Remove unique validation from external_url in Environment 2017-11-06 16:00:39 +09:00
epic.rb Remove including ee module 2017-11-02 20:34:20 +01:00
event.rb Remove redundant WHERE from event queries 2017-09-20 13:40:25 +02:00
event_collection.rb Use a specialized class for querying events 2017-08-10 17:45:49 +02:00
external_issue.rb Use Commit#notes and Note.for_commit_id when possible to make sure we use all the indexes available to us 2017-11-08 12:22:11 +01:00
fork_network.rb Unlink a project from a fork network when it's source was deleted. 2017-11-03 12:17:59 +01:00
fork_network_member.rb Delete the fork network when removing the last membership 2017-11-17 12:58:15 +01:00
forked_project_link.rb Don't resolve fork relationships for projects pending delete 2017-07-04 12:02:29 +01:00
generic_commit_status.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
global_label.rb Fix dashboard labels dropdown 2017-07-07 14:35:16 +01:00
global_milestone.rb Move total time spend calculation to milestoneish 2017-11-11 16:47:39 +02:00
gpg_key.rb Invalidate GpgSignatures associated to GpgKeySubkeys when revoking the GpgKey 2017-10-05 08:26:02 -05:00
gpg_key_subkey.rb Remove no longer required methods 2017-10-05 08:26:02 -05:00
gpg_signature.rb Fix error with GPG signature updater when commit was deleted 2017-10-07 10:47:53 -05:00
group.rb Support custom attributes on groups 2017-11-06 10:51:50 +01:00
group_custom_attribute.rb Support custom attributes on groups 2017-11-06 10:51:50 +01:00
group_label.rb Fix cross-project references copy to include the project reference 2017-01-03 13:01:46 +01:00
group_milestone.rb replace `is_legacy_group_milestone?` with `legacy_group_milestone?` 2017-08-29 11:14:41 +03:00
guest.rb use a magic default :global symbol instead of nil 2017-03-09 11:49:52 -08:00
identity.rb Changing OAuth lookup to be case insensitive 2017-11-17 14:24:25 +00:00
individual_note_discussion.rb Ensure replying to an individual note by email creates a note with its own discussion ID 2017-04-24 12:24:39 -05:00
instance_configuration.rb Added ssh fingerprint, gitlab ci and pages information in an instance configuration page 2017-10-25 23:51:26 +03:00
issue.rb Add issue sidebar and toggle_subscription endpoint in board issues data 2017-11-20 12:38:53 -02:00
issue_assignee.rb Move update_assignee_cache_counts to the service 2017-05-12 14:12:29 +03:00
issue_collection.rb Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00
key.rb Cache the number of user SSH keys 2017-11-16 14:59:38 +01:00
label.rb fix another N+1 query for label priorities 2017-09-12 15:49:01 -04:00
label_link.rb Added Cop to blacklist polymorphic associations 2017-06-07 17:36:55 +02:00
label_priority.rb
legacy_diff_discussion.rb Commenting on image diffs 2017-10-07 04:25:17 +00:00
legacy_diff_note.rb Rename ActiverecordSerialize cop 2017-07-06 12:01:36 +02:00
lfs_object.rb Handle forks in Gitlab::Checks::LfsIntegrity 2017-11-09 13:44:20 +00:00
lfs_objects_project.rb Don’t schedule workers from inside transactions 2017-06-02 11:43:32 -05:00
list.rb Merge branch 'expand-backlog-closed-lists-issue-boards' into 'master' 2017-06-07 15:05:37 +00:00
member.rb Optimize SQL queries used in Groups::GroupMembersController#create 2017-09-05 15:54:07 -05:00
merge_request.rb Move update_project_counter_caches? out of issue and merge request 2017-11-11 21:06:28 +02:00
merge_request_diff.rb Optimise getting the pipeline status of commits 2017-11-16 16:01:14 +01:00
merge_request_diff_commit.rb Handle large values on `MergeRequestDiffCommit` dates 2017-10-30 21:13:39 -03: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 Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00
milestone.rb Changed validation error message on wrong milestone dates 2017-11-18 19:30:32 +01:00
namespace.rb Reallow project paths ending in periods 2017-11-06 14:46:53 +01:00
note.rb add `#with_metadata` scope to remove a N+1 from the notes' API 2017-11-21 08:31:23 -05:00
notification_recipient.rb don't rely on order of notification levels 2017-08-21 15:34:25 -07:00
notification_setting.rb Re-enable SqlInjection and CommandInjection 2017-08-08 10:50:54 -04:00
oauth_access_grant.rb Implement OpenID Connect identity provider 2017-03-07 14:54:35 +01:00
oauth_access_token.rb Update specs for sudo behavior 2017-11-02 11:39:03 +01:00
out_of_context_discussion.rb Ensure replying to an individual note by email creates a note with its own discussion ID 2017-04-24 12:24:39 -05:00
pages_domain.rb Adds Rubocop rule for line break after guard clause 2017-11-16 17:58:29 +01:00
personal_access_token.rb Set default scope on PATs that don't have one set to allow them to be revoked 2017-10-03 16:57:36 +02:00
personal_snippet.rb
project.rb Merge branch 'dm-import-service-polymorphism' into 'master' 2017-11-15 13:33:52 +00:00
project_authorization.rb Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00
project_auto_devops.rb Add warning message if domain or cluster are not configured 2017-09-19 15:32:31 +02:00
project_custom_attribute.rb Support custom attributes on projects 2017-11-06 10:51:46 +01:00
project_feature.rb Fix project feature being deleted when updating project with invalid visibility level 2017-09-12 18:10:34 -03:00
project_group_link.rb Don't allow a project to be shared with an ancestor of the group it is in 2017-02-28 15:11:21 +02:00
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 Fix cross-project references copy to include the project reference 2017-01-03 13:01:46 +01:00
project_snippet.rb Spam check and reCAPTCHA improvements 2017-02-21 13:32:49 -03:00
project_statistics.rb Re-enable SqlInjection and CommandInjection 2017-08-08 10:50:54 -04:00
project_team.rb Eliminate N+1 queries in loading discussions.json endpoint 2017-09-18 06:53:33 -07:00
project_wiki.rb Resolve "Performance issues when loading large number of wiki pages" 2017-11-17 11:48:32 +00:00
protectable_dropdown.rb Whitelist or fix additional `Gitlab/PublicSend` cop violations 2017-08-14 12:14:11 -04:00
protected_branch.rb `current_application_settings` belongs on `Gitlab::CurrentSettings` 2017-08-31 13:38:33 +01:00
protected_ref_matcher.rb Protected tags changes from backend maintainer review 2017-04-07 01:17:38 +01:00
protected_tag.rb Backport EE refactorings for Protected Tag EE-only functionality 2017-05-31 13:06:29 +01:00
push_event.rb Remove redundant WHERE from event queries 2017-09-20 13:40:25 +02:00
push_event_payload.rb Migrate events into a new format 2017-08-10 17:45:44 +02:00
readme_blob.rb Load tree readme asynchronously 2017-05-10 08:21:58 -05:00
redirect_route.rb Enable Layout/TrailingWhitespace cop and auto-correct offenses 2017-08-15 13:44:37 -04:00
release.rb
repository.rb Use Redis cache for branch existence checks 2017-11-21 19:00:05 +00:00
route.rb Added Cop to blacklist polymorphic associations 2017-06-07 17:36:55 +02:00
security_event.rb
sent_notification.rb Don't show an "Unsubscribe" link in snippet comment notifications 2017-10-09 15:03:05 +02:00
service.rb Add Packagist project service 2017-10-13 13:42:53 -04:00
snippet.rb `current_application_settings` belongs on `Gitlab::CurrentSettings` 2017-08-31 13:38:33 +01:00
snippet_blob.rb Refactor Blob support of external storage in preparation of job artifact blobs 2017-05-03 10:20:05 -05:00
spam_log.rb Refactor the DeleteUserWorker 2017-06-05 13:08:06 +01:00
subscription.rb Added Cop to blacklist polymorphic associations 2017-06-07 17:36:55 +02:00
system_note_metadata.rb add the missing spec 2017-11-20 13:00:35 -05:00
timelog.rb Use normal associations instead of polymorphic. 2017-02-07 10:41:44 -05:00
todo.rb Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00
tree.rb Load tree readme asynchronously 2017-05-10 08:21:58 -05:00
trending_project.rb
u2f_registration.rb
upload.rb Added Cop to blacklist polymorphic associations 2017-06-07 17:36:55 +02:00
user.rb Skip confirmation user api 2017-11-21 15:47:58 +00:00
user_agent_detail.rb Added Cop to blacklist polymorphic associations 2017-06-07 17:36:55 +02:00
user_custom_attribute.rb Support custom attributes on users 2017-09-28 16:49:42 +00:00
user_synced_attributes_metadata.rb Profile updates from providers 2017-09-06 16:38:52 +03:00
users_star_project.rb
wiki_directory.rb Remove directories as one of the attributes of WikiDirectory 2016-12-31 17:27:03 -02:00
wiki_page.rb Resolve "Performance issues when loading large number of wiki pages" 2017-11-17 11:48:32 +00:00