gitlab-org--gitlab-foss/app/services
Vinnie Okada 9f0083a96c Add task lists to issues and merge requests
Make the Markdown parser recognize "[x]" or "[ ]" at the beginning of a
list item and turn it into a checkbox input.  Users who can modify the
issue or MR can toggle the checkboxes directly or edit the Markdown to
manage the tasks.  Task status is also displayed in the MR and issue
lists.
2014-10-05 22:15:27 -05:00
..
files Factor error and success methods from services. 2014-09-21 11:43:05 +02:00
issues Add task lists to issues and merge requests 2014-10-05 22:15:27 -05:00
merge_requests Add task lists to issues and merge requests 2014-10-05 22:15:27 -05:00
milestones Merge branch 'group_milestones' into 'master' 2014-07-01 07:18:15 +00:00
notes Remove NotesObserver 2014-06-17 22:09:01 +03:00
projects Huge replace of old users_project and users_group references 2014-09-14 19:32:51 +03:00
search Adding in snippet search functionality 2014-08-29 15:32:07 -04:00
archive_repository_service.rb Fix repository archive 2014-08-13 21:28:22 +03:00
base_service.rb Add parenthesis to function def with arguments. 2014-10-03 09:18:46 +02:00
compare_service.rb Comment typo. 2014-08-29 20:11:57 +02:00
create_branch_service.rb Factor error and success methods from services. 2014-09-21 11:43:05 +02:00
create_tag_service.rb Factor error and success methods from services. 2014-09-21 11:43:05 +02:00
delete_branch_service.rb Factor error and success methods from services. 2014-09-21 11:43:05 +02:00
event_create_service.rb Use EventCreateService for notes, merge requests 2014-03-25 15:08:25 +02:00
git_push_service.rb Merge pull request #7754 from Bugagazavr/hooks 2014-10-03 13:37:19 +03:00
git_tag_push_service.rb Create event and clear cache on new trag push 2014-03-13 11:37:13 +02:00
gravatar_service.rb Move gravatar url compose to separate service 2014-06-13 17:11:46 +03:00
notification_service.rb Fix adminarea and emails for new membership logic 2014-09-15 10:57:02 +03:00
system_hooks_service.rb Fix migration and association for new members table 2014-09-14 20:38:57 +03:00
test_hook_service.rb Prevent 500 if hook url is down, fixes #7376 2014-07-29 11:49:46 +02:00