gitlab-org--gitlab-foss/app/services
Lin Jen-Shin 11e7573657 Merge remote-tracking branch 'upstream/master' into use-update-runner-service
* upstream/master: (379 commits)
  Fixed failing tests because list doens't exist
  Add changelog file
  Update system_note_service_spec.rb
  Remove noteable object in time tracking system notes [ci-skip]
  Make all system notes lowercase
  Fixed eslint
  Don't render snippet actions for logged-out users
  Remove deprecated MR and Issue endpoints and preserve V3 namespace
  Removed additional dropdown list animations
  Improve docs on CI/CD code coverage regexp setting
  Improve Changelog entry for CI config compatibility fix
  Refine docs on code coverage regexp on job level
  Introduce maximum session time for terminal websocket connection
  Add Changelog entry for CI config compatibility fix
  Map configuration to directory locations and add defaults to NFS HA doc.
  Update docs on setting up a CI/CD coverage regexp
  Fix Rubocop offense in legacy CI/CD config specs
  add CHANGELOG entry for !8988
  transpile all javascript files with babel
  add npm run webpack command
  ...
2017-02-07 02:49:03 +08:00
..
application_settings EE backport for new application settings service 2017-01-23 16:22:33 -02:00
auth replace find_with_namespace with find_by_full_path 2017-02-03 07:14:04 +07:00
boards Reuse endpoint to list issues for a list instead of create a new one 2017-02-03 17:02:44 +03:00
chat_names
ci Merge remote-tracking branch 'upstream/master' into use-update-runner-service 2017-02-04 00:20:54 +08:00
commits Rename from base to start because base could mean merge base 2017-01-06 23:29:13 +08:00
discussions Feature: delegate all open discussions to Issue 2016-12-05 20:55:45 +01:00
files Rename from base to start because base could mean merge base 2017-01-06 23:29:13 +08:00
groups Refactor nested group related code 2016-12-29 19:18:05 +02:00
issuable
issues Check if user can read issue before being assigned 2016-12-27 19:25:17 -02:00
labels Abillity to promote project labels to group labels 2017-01-31 12:50:52 +01:00
members
merge_requests Backport changes from EE squash 2017-02-03 09:46:03 +00:00
milestones
notes address comments 2017-01-25 10:10:05 +01:00
projects Fix constant resolution in UpdatePagesService 2017-02-01 23:36:37 +00:00
protected_branches
search Improve search within group logic 2017-01-30 17:34:14 +02:00
slash_commands Adds /target_branch slash command functionality for merge requests 2017-02-03 13:01:43 +03:00
users Merge branch 'dz-nested-groups-access-improvements' into 'master' 2017-01-25 13:17:43 +00:00
wiki_pages
access_token_validation_service.rb Convert AccessTokenValidationService into a class. 2016-12-16 16:29:32 +05:30
after_branch_delete_service.rb Remove unnecessary require_relative calls from service classes 2016-11-22 11:25:00 +05:00
akismet_service.rb
audit_event_service.rb
base_service.rb
compare_service.rb Rename from base to start because base could mean merge base 2017-01-06 23:29:13 +08:00
create_branch_service.rb Prefer leading dots over trailing dots 2017-01-05 23:49:11 +08:00
create_deployment_service.rb Remove unnecessary require_relative calls from service classes 2016-11-22 11:25:00 +05:00
create_release_service.rb Remove unnecessary require_relative calls from service classes 2016-11-22 11:25:00 +05:00
create_snippet_service.rb Check public snippets for spam 2017-02-02 10:23:51 +00:00
create_tag_service.rb Remove unnecessary require_relative calls from service classes 2016-11-22 11:25:00 +05:00
delete_branch_service.rb Remove unnecessary require_relative calls from service classes 2016-11-22 11:25:00 +05:00
delete_merged_branches_service.rb Remove unnecessary require_relative calls from service classes 2016-11-22 11:25:00 +05:00
delete_tag_service.rb Remove tag with git hooks 2017-01-05 02:53:45 +08:00
delete_user_service.rb
destroy_group_service.rb Add nested groups support on data level 2016-12-08 11:47:16 +02:00
event_create_service.rb
git_hooks_service.rb Make GitHooksService#execute return block value 2017-01-26 19:35:19 +08:00
git_operation_service.rb Try to check if branch diverged explicitly 2017-01-26 21:59:12 +08:00
git_push_service.rb Merge branch 'feature/more-storage-statistics' into 'master' 2016-12-26 09:48:30 +00:00
git_tag_push_service.rb Add more storage statistics 2016-12-21 16:39:49 +01:00
gravatar_service.rb
ham_service.rb
import_export_clean_up_service.rb
issuable_base_service.rb Add some API endpoints for time tracking. 2017-01-18 10:48:16 -06:00
notification_service.rb Fix notification when global=disabled, group=watch 2017-01-30 18:21:54 +01:00
pages_service.rb Move most of PagesWorker logic UpdatePagesService 2017-01-31 22:53:57 +00:00
repair_ldap_blocked_user_service.rb
repository_archive_clean_up_service.rb
spam_service.rb
system_hooks_service.rb
system_note_service.rb Remove noteable object in time tracking system notes [ci-skip] 2017-02-06 11:28:08 -02:00
test_hook_service.rb
todo_service.rb Notify the user who set auto-merge when merge conflict occurs 2017-01-14 12:22:30 +03:00
update_release_service.rb Remove unnecessary require_relative calls from service classes 2016-11-22 11:25:00 +05:00
update_snippet_service.rb
user_agent_detail_service.rb
user_project_access_changed_service.rb Fix race conditions for AuthorizedProjectsWorker 2017-01-25 13:22:15 +01:00
validate_new_branch_service.rb