gitlab-org--gitlab-foss/app/models
Shinya Maeda efaa3669c1 Change the order of status_sql to avoid the query for scheduled status at the earlier step 2018-10-02 17:08:14 +02:00
..
application_setting Enable frozen string for app/models/**/*.rb 2018-08-03 01:44:16 -07:00
badges Enable frozen string for app/models/**/*.rb 2018-08-03 01:44:16 -07:00
blob_viewer Fix xss vulnerability sourced from package.json's homepage 2018-09-19 09:13:33 +08:00
ci Include delayed jobs action into manual actions 2018-10-02 17:08:13 +02:00
clusters Add GitLab cluster id to jupyter config 2018-09-18 13:40:42 +03:00
concerns Change the order of status_sql to avoid the query for scheduled status at the earlier step 2018-10-02 17:08:14 +02:00
conversational_development_index Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
diff_viewer Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
hooks Encrypt webhook tokens and URLs in the database 2018-10-01 15:33:36 +01:00
issue Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
members Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
merge_request Enable more frozen string in app/models/**/*.rb 2018-08-07 00:37:36 -07:00
network Fix rubocop Style/ZeroLengthPredicate 2018-09-18 14:31:17 +05:00
postgresql Respond to DB health in background migrations 2018-08-06 15:20:36 +02:00
project_services Fix activity titles for MRs in chat notification services 2018-09-20 11:52:14 +01:00
protected_branch Enable frozen string in rest of app/models/**/*.rb 2018-08-10 00:51:01 -07:00
protected_tag Enable frozen string in rest of app/models/**/*.rb 2018-08-10 00:51:01 -07:00
storage Enable frozen string in rest of app/models/**/*.rb 2018-08-10 00:51:01 -07:00
.gitkeep
ability.rb Use `Gitlab::SafeRequestStore` in more places 2018-09-24 12:11:27 -07:00
abuse_report.rb
active_session.rb
appearance.rb
application_setting.rb Make single diff patch limit configurable 2018-10-01 11:58:21 -03:00
audit_event.rb
award_emoji.rb Refactor AutocompleteController 2018-08-20 13:53:00 +02:00
badge.rb Added FromUnion to easily select from a UNION 2018-09-17 12:39:43 +02:00
blob.rb
board.rb
broadcast_message.rb
chat_name.rb
chat_team.rb
commit.rb Properly fix an introduced N+1 SQL issue loading commit authors 2018-09-06 16:04:21 +01:00
commit_collection.rb
commit_range.rb
commit_status.rb Fix StuckCiJobsWorker and added tests 2018-10-02 17:08:12 +02:00
compare.rb
container_repository.rb Move registry destroy out of project transaction 2018-09-19 06:36:29 -07:00
cycle_analytics.rb
dashboard_group_milestone.rb Don't use MilestoneFinder for group milestones 2018-09-18 11:35:21 -03:00
dashboard_milestone.rb
deploy_key.rb Fix rubocop Style/ZeroLengthPredicate 2018-09-18 14:31:17 +05:00
deploy_keys_project.rb
deploy_token.rb
deployment.rb
diff_discussion.rb
diff_note.rb Use standalone diff stats RPC on every comparison view 2018-09-19 12:26:28 +00:00
directly_addressed_user.rb
discussion.rb
discussion_note.rb
email.rb
environment.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
epic.rb Remove EE-specific code from Mentionable 2018-09-17 19:36:53 +08:00
event.rb Check snippet note event visibility 2018-09-21 17:05:08 +01:00
event_collection.rb
external_issue.rb
fork_network.rb
fork_network_member.rb
forked_project_link.rb
generic_commit_status.rb
global_label.rb
global_milestone.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
gpg_key.rb
gpg_key_subkey.rb
gpg_signature.rb
group.rb Applies the CE backport of EE#657 2018-09-24 12:02:01 +01:00
group_custom_attribute.rb
group_label.rb
group_milestone.rb Add group milestones to dashboard milestone page 2018-08-03 19:52:37 +00:00
guest.rb
identity.rb
import_export_upload.rb
individual_note_discussion.rb
instance_configuration.rb
internal_id.rb Trigger iid logic from GitHub importer for milestones. 2018-08-16 10:01:02 +02:00
issue.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
issue_assignee.rb
issue_collection.rb
key.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
label.rb Added FromUnion to easily select from a UNION 2018-09-17 12:39:43 +02:00
label_link.rb Resolve "Migrate issue labels and milestone to related merge request" 2018-09-06 17:02:51 +00:00
label_note.rb Use ResourceLabelEvent for tracking label changes 2018-09-07 13:39:20 +00:00
label_priority.rb
legacy_diff_discussion.rb
legacy_diff_note.rb Simplify by using Gitlab::SafeRequestStore 2018-09-24 12:11:26 -07:00
lfs_file_lock.rb
lfs_object.rb Whitelist existing destroy_all offenses 2018-08-16 17:29:37 +02:00
lfs_objects_project.rb
license_template.rb Enable frozen string for app/helpers/**/*.rb 2018-09-06 17:33:46 -07:00
list.rb Backport issue board milestone lists EE changes 2018-08-07 17:29:06 +00:00
member.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
merge_request.rb Applies the CE backport of EE#657 2018-09-24 12:02:01 +01:00
merge_request_diff.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
merge_request_diff_commit.rb
merge_request_diff_file.rb
merge_requests_closing_issues.rb
milestone.rb Don't use MilestoneFinder for group milestones 2018-09-18 11:35:21 -03:00
namespace.rb Improve logging when username update fails due to registry tags 2018-10-02 06:36:58 -04:00
note.rb Added FromUnion to easily select from a UNION 2018-09-17 12:39:43 +02:00
note_diff_file.rb
notification_reason.rb
notification_recipient.rb
notification_setting.rb Move N_ calls into separate files 2018-08-14 17:30:51 +08:00
oauth_access_grant.rb
oauth_access_token.rb
out_of_context_discussion.rb
pages_domain.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
personal_access_token.rb
personal_snippet.rb
programming_language.rb Enable frozen string in rest of app/models/**/*.rb 2018-08-10 00:51:01 -07:00
project.rb Add Project#members_among to obtain only authorized users of the project 2018-10-01 18:12:46 +08:00
project_authorization.rb Added FromUnion to easily select from a UNION 2018-09-17 12:39:43 +02:00
project_auto_devops.rb Resolve "Enable Auto DevOps instance-wide on GitLab.com" 2018-08-16 13:24:25 +00:00
project_ci_cd_setting.rb
project_custom_attribute.rb
project_deploy_token.rb
project_feature.rb Geo: sync disabled wikis. Stage 2 2018-09-25 17:49:39 +03:00
project_group_link.rb
project_import_data.rb
project_import_state.rb Disable existing offenses for the CodeReuse cops 2018-09-11 17:32:00 +02:00
project_label.rb
project_snippet.rb
project_statistics.rb
project_team.rb
project_wiki.rb Correct Gitlab Capitalization in code files 2018-09-21 12:05:37 +00:00
prometheus_metric.rb Fix legend 2018-09-05 15:36:47 +02:00
protectable_dropdown.rb
protected_branch.rb
protected_tag.rb API: Protected tags 2018-08-25 05:38:54 +00:00
push_event.rb
push_event_payload.rb
readme_blob.rb
redirect_route.rb
ref_matcher.rb Refactor ProtectedRefMatcher to be more generic 2018-08-13 13:36:22 +02:00
release.rb
remote_mirror.rb Fix remote mirrors failing if Git remotes have not been added 2018-08-22 17:02:09 -07:00
repository.rb Removes N+1 gitaly rpc call to fetch the last commit for path 2018-10-01 13:29:47 +01:00
repository_language.rb Enable frozen string in rest of app/models/**/*.rb 2018-08-10 00:51:01 -07:00
resource_label_event.rb Use ResourceLabelEvent for tracking label changes 2018-09-07 13:39:20 +00:00
route.rb
security_event.rb
sent_notification.rb
service.rb Move project services log to a separate file 2018-09-06 14:48:31 -03:00
site_statistic.rb Geo: sync disabled wikis. Stage 2 2018-09-25 17:49:39 +03:00
snippet.rb Added FromUnion to easily select from a UNION 2018-09-17 12:39:43 +02:00
snippet_blob.rb
spam_log.rb
subscription.rb
system_note_metadata.rb Add system note when due date is changed 2018-09-09 21:43:37 +02:00
term_agreement.rb
timelog.rb
todo.rb Added FromUnion to easily select from a UNION 2018-09-17 12:39:43 +02:00
tree.rb
trending_project.rb
u2f_registration.rb
upload.rb
user.rb Applies the CE backport of EE#657 2018-09-24 12:02:01 +01:00
user_agent_detail.rb
user_callout.rb Resolve "Clean up the top section of the cluster page" 2018-09-06 20:41:12 +00:00
user_custom_attribute.rb
user_interacted_project.rb
user_status.rb
user_synced_attributes_metadata.rb
users_star_project.rb
wiki_directory.rb
wiki_page.rb Correct Gitlab Capitalization in code files 2018-09-21 12:05:37 +00:00