gitlab-org--gitlab-foss/app/observers
ash wilson c8a115c0e3 Link issues from comments and automatically close them
Any mention of Issues, MergeRequests, or Commits via GitLab-flavored markdown
references in descriptions, titles, or attached Notes creates a back-reference
Note that links to the original referencer. Furthermore, pushing commits with
commit messages that match a (configurable) regexp to a project's default
branch will close any issues mentioned by GFM in the matched closing phrase.
If accepting a merge request would close any Issues in this way, a banner is
appended to the merge request's main panel to indicate this.
2013-08-25 18:58:41 -04:00
..
activity_observer.rb Link issues from comments and automatically close them 2013-08-25 18:58:41 -04:00
base_observer.rb Link issues from comments and automatically close them 2013-08-25 18:58:41 -04:00
issue_observer.rb Link issues from comments and automatically close them 2013-08-25 18:58:41 -04:00
key_observer.rb Fix key observer 2013-06-25 12:02:10 +03:00
merge_request_observer.rb Link issues from comments and automatically close them 2013-08-25 18:58:41 -04:00
note_observer.rb Link issues from comments and automatically close them 2013-08-25 18:58:41 -04:00
project_activity_cache_observer.rb Use update_column to set :last_activity_at for project 2013-04-10 14:38:04 +03:00
project_observer.rb Update project last_activity_at on creation 2013-08-15 12:46:52 +03:00
system_hook_observer.rb refactor observers. Added BaseObserver with helper methods 2013-03-26 18:11:38 +02:00
user_observer.rb Keep namespace name/username synced with user 2013-06-11 14:22:33 +03:00
users_project_observer.rb refactor observers. Added BaseObserver with helper methods 2013-03-26 18:11:38 +02:00