..
application_settings
applications
auth
use Gitlab::UserSettings directly as a singleton instead of including/extending it
2018-02-02 18:39:55 +00:00
boards
[CE-Backport] Fix board filter when milestone is predefined
2017-12-05 15:34:31 -02:00
chat_names
Expose ChatName objects to slash commands
2018-02-23 14:37:53 +01:00
ci
Revert "Revert "Use Dir.mktmpdir""
2018-02-24 02:40:41 +09:00
clusters
Increase lease timeout for CheckIngressIpAddressService to reduce polling frequency ( #42643 )
2018-02-25 12:50:03 +11:00
commits
concerns
Move ModuleWithInstanceVariables to Gitlab namespace
2017-11-22 17:06:57 +08:00
deploy_keys
discussions
emails
events
Resolve "DashboardController#activity.json is slow due to SQL"
2017-11-06 16:52:56 +00:00
files
File upload UI obeys LFS filters
2018-02-06 15:26:25 +00:00
gpg_keys
groups
Merge branch 'fix/gh-namespace-issue' into 'security-10-4'
2018-02-09 12:16:28 -06:00
issuable
Reset todo counters when the target is deleted
2017-12-18 12:23:00 +00:00
issues
Remember assignee when moving an issue
2018-02-18 20:27:18 +01:00
keys
labels
Allow to find labels in ancestor groups and better group support in label service
2018-02-26 16:23:19 +00:00
lfs
Backport of LFS File Locking API
2018-02-07 09:04:00 -05:00
mattermost
members
Improve Member services
2018-02-27 16:02:22 +01:00
merge_requests
Fix closing issues text added to MRs for external issue trackers
2018-02-14 14:58:28 +00:00
milestones
Fix promoting milestone updating all issuables without milestone
2017-11-21 11:09:14 -02:00
notes
Fix quick actions for users who cannot update issues and MRs
2018-03-02 16:16:13 +00:00
projects
Merge branch '4826-create-empty-wiki-when-it-s-enabled' into 'master'
2018-02-28 17:37:50 +00:00
protected_branches
Protected branch is now created for default branch on import
2018-01-06 12:20:49 +00:00
protected_tags
quick_actions
Resolve "Milestone Quick Action not displayed with no project milestones but with group milestones"
2018-02-23 14:23:09 +00:00
search
Skip projects filter on merge requests search
2017-12-21 15:43:14 +01:00
tags
test_hooks
use class reader instead of dynamic constant
2018-01-17 09:55:00 +01:00
users
use Gitlab::UserSettings directly as a singleton instead of including/extending it
2018-02-02 18:39:55 +00:00
wiki_pages
access_token_validation_service.rb
after_branch_delete_service.rb
akismet_service.rb
use Gitlab::UserSettings directly as a singleton instead of including/extending it
2018-02-02 18:39:55 +00:00
audit_event_service.rb
base_count_service.rb
Code review comments applied
2017-12-01 18:32:12 +01:00
base_renderer.rb
Resolve "DashboardController#activity.json is slow due to SQL"
2017-11-06 16:52:56 +00:00
base_service.rb
use Gitlab::UserSettings directly as a singleton instead of including/extending it
2018-02-02 18:39:55 +00:00
check_gcp_project_billing_service.rb
Fix billing checking
2018-01-10 15:23:22 +01:00
cohorts_service.rb
compare_service.rb
Ensure MRs always use branch refs for comparison
2017-11-28 17:01:38 +00:00
create_branch_service.rb
create_deployment_service.rb
Adds Rubocop rule for line break around conditionals
2018-01-11 16:34:01 +00:00
create_release_service.rb
create_snippet_service.rb
delete_branch_service.rb
delete_merged_branches_service.rb
Remove allow_n_plus_1 block from DeleteMergedBranchesService
2018-02-12 17:22:26 +01:00
event_create_service.rb
Cache merged and closed events data in merge_request_metrics table
2018-01-02 17:45:25 -02:00
git_push_service.rb
use Gitlab::UserSettings directly as a singleton instead of including/extending it
2018-02-02 18:39:55 +00:00
git_tag_push_service.rb
gravatar_service.rb
use Gitlab::UserSettings directly as a singleton instead of including/extending it
2018-02-02 18:39:55 +00:00
ham_service.rb
import_export_clean_up_service.rb
issuable_base_service.rb
Allow to find labels in ancestor groups and better group support in label service
2018-02-26 16:23:19 +00:00
merge_request_metrics_service.rb
Cache merged and closed events data in merge_request_metrics table
2018-01-02 17:45:25 -02:00
metrics_service.rb
Update prometheus-client-mmap gem to highly optimized version
2017-12-07 17:47:23 +01:00
note_summary.rb
notification_recipient_service.rb
Initial work to add notification reason to emails
2018-01-16 19:17:55 -06:00
notification_service.rb
Add DNS verification to Pages custom domains
2018-02-23 12:22:29 +00:00
pages_service.rb
preview_markdown_service.rb
push_event_payload_service.rb
repair_ldap_blocked_user_service.rb
repository_archive_clean_up_service.rb
reset_project_cache_service.rb
Rename Project#cache_index to jobs_cache_index
2018-01-04 22:17:03 +01:00
search_service.rb
spam_check_service.rb
Move ModuleWithInstanceVariables to Gitlab namespace
2017-11-22 17:06:57 +08:00
spam_service.rb
submit_usage_ping_service.rb
use Gitlab::UserSettings directly as a singleton instead of including/extending it
2018-02-02 18:39:55 +00:00
system_hooks_service.rb
Redesign plugins system
2018-02-26 16:06:49 +02:00
system_note_service.rb
Remove unnused escape_html method
2018-02-02 18:00:06 -02:00
todo_service.rb
Reset todo counters when the target is deleted
2017-12-18 12:23:00 +00:00
update_release_service.rb
update_snippet_service.rb
upload_service.rb
use Gitlab::UserSettings directly as a singleton instead of including/extending it
2018-02-02 18:39:55 +00:00
user_agent_detail_service.rb
user_project_access_changed_service.rb
validate_new_branch_service.rb
verify_pages_domain_service.rb
Log pages domain verification changes to application.log
2018-02-23 12:22:29 +00:00
web_hook_service.rb
Merge branch '41293-fix-command-injection-vulnerability-on-system_hook_push-queue-through-web-hook' into 'security-10-3'
2018-01-16 17:04:51 -08:00