Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove rails observers from application | Dmitriy Zaporozhets | 2014-06-17 | 2 | -42/+0 |
| | |||||
* | Remove user observer | Dmitriy Zaporozhets | 2014-06-17 | 1 | -21/+0 |
| | |||||
* | Remove SystemHook observer | Dmitriy Zaporozhets | 2014-06-17 | 4 | -18/+8 |
| | |||||
* | Remove NotesObserver | Dmitriy Zaporozhets | 2014-06-17 | 1 | -20/+0 |
| | |||||
* | Remove project observer | Dmitriy Zaporozhets | 2014-06-17 | 1 | -30/+0 |
| | |||||
* | Remove UsersGroup observer | Dmitriy Zaporozhets | 2014-06-17 | 1 | -9/+0 |
| | |||||
* | Remove ProjectActivityCacheObserver | Dmitriy Zaporozhets | 2014-06-17 | 1 | -8/+0 |
| | |||||
* | Wipe wall notes feature | Dmitriy Zaporozhets | 2014-06-13 | 1 | -4/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Replace milestone observer with services | Dmitriy Zaporozhets | 2014-06-10 | 1 | -13/+0 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Remove thread vars usage from API notes and mr's | Dmitriy Zaporozhets | 2014-06-10 | 1 | -2/+2 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Remove set of thread variables | Dmitriy Zaporozhets | 2014-06-10 | 1 | -8/+0 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Only send email when project access level changes. | Marin Jankovski | 2014-04-03 | 1 | -1/+1 |
| | |||||
* | Remove MergeRequest observer | Dmitriy Zaporozhets | 2014-04-02 | 1 | -43/+0 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Remove KeysObserver | Dmitriy Zaporozhets | 2014-04-02 | 1 | -19/+0 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Remove EmailsObserver | Dmitriy Zaporozhets | 2014-04-02 | 1 | -5/+0 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Remove issue observer | Dmitriy Zaporozhets | 2014-04-02 | 1 | -29/+0 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Move update issue code to separate service | Dmitriy Zaporozhets | 2014-04-02 | 1 | -10/+0 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Move code for issue creation to service. | Dmitriy Zaporozhets | 2014-04-02 | 1 | -7/+0 |
| | | | | | | | | | The goal of suych refactoring is to get rid of observers. Its much easier to test and code when object creation and all other related actions done in one class instead of splited across observers, callbacks etc. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix MR observer | Dmitriy Zaporozhets | 2014-03-25 | 1 | -3/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Use EventCreateService for notes, merge requests | Dmitriy Zaporozhets | 2014-03-25 | 2 | -16/+9 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Drop activity observer. User EventCreateService instead | Dmitriy Zaporozhets | 2014-03-25 | 3 | -35/+7 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Add milestone observer | Dmitriy Zaporozhets | 2014-03-25 | 1 | -0/+13 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Remove author_id_of_changes from app | Dmitriy Zaporozhets | 2014-03-25 | 1 | -5/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Move project creation to service | Dmitriy Zaporozhets | 2014-03-12 | 1 | -25/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Feature: reopen closed merge request | Dmitriy Zaporozhets | 2014-02-28 | 1 | -0/+2 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Add email aliases for users | Jason Hollingsworth | 2014-02-13 | 1 | -0/+5 |
| | | | | | | | | Emails are used to associate commits with users. The emails are not verified and don't have to be valid email addresses. They are assigned on a first come, first serve basis. Notifications are sent when an email is added. | ||||
* | MergeRequests services | Dmitriy Zaporozhets | 2014-01-24 | 1 | -17/+0 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Use instance methods for system_hooks_service | Dmitriy Zaporozhets | 2014-01-15 | 1 | -2/+8 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Add note for assignee changes | Drew Blessing | 2014-01-06 | 1 | -0/+5 |
| | | | | Change to username per @PixnBits suggestion | ||||
* | Added hook execution to reopened e updated merge requests | Humberto Pereira | 2013-12-19 | 1 | -0/+2 |
| | |||||
* | Added hook execution to reopened e updated issues | Humberto Pereira | 2013-12-19 | 1 | -0/+2 |
| | |||||
* | Fix UserProject obserse spec | Dmitriy Zaporozhets | 2013-12-10 | 1 | -4/+0 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Avoid duplicate group membership emails | Jacob Vosmaer | 2013-12-09 | 1 | -1/+1 |
| | |||||
* | Modify test to pass new project hooks | Dmitriy Zaporozhets | 2013-12-04 | 1 | -1/+3 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Execute project hooks when issue or merge request created | Dmitriy Zaporozhets | 2013-12-04 | 2 | -6/+23 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Project#default_branch use repo HEAD instead of DB value now | Dmitriy Zaporozhets | 2013-11-06 | 1 | -6/+0 |
| | | | | | | | | Drop default_branch field from projects table Use repository.root_ref as value for defautl_branch method Fixes issue with default_branch and HEAD getting out of sync Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix GollumWiki::CouldNotCreateWikiError during tests | Dmitriy Zaporozhets | 2013-10-17 | 1 | -2/+8 |
| | |||||
* | Updated missed styles | Izaak Alpert | 2013-10-10 | 1 | -1/+1 |
| | | | | Change-Id: I05e02ff7e36e2350cdf5d2b94095ada9760a204e | ||||
* | Fix style issues | Izaak Alpert | 2013-10-10 | 1 | -3/+2 |
| | | | | Change-Id: I1ffe18414b7f6eae38d7860a8e3b64a9a185273f | ||||
* | Brings this fix inline with updates to master | Izaak Alpert | 2013-10-10 | 1 | -0/+6 |
| | | | | Change-Id: Ia50c3ac043b4c927ca59cbbdc2bba42f73e550e4 | ||||
* | Add UsersGroup observer | Dmitriy Zaporozhets | 2013-09-12 | 1 | -0/+9 |
| | | | | Trigger notification service when new user-group relation was created | ||||
* | Dont update namespace if User name was changed. Use user#username for ↵ | Dmitriy Zaporozhets | 2013-08-29 | 1 | -2/+2 |
| | | | | namespace name because Namespace#name validates by uniq | ||||
* | Link issues from comments and automatically close them | ash wilson | 2013-08-25 | 5 | -5/+29 |
| | | | | | | | | | | 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. | ||||
* | Update project last_activity_at on creation | Dmitriy Zaporozhets | 2013-08-15 | 1 | -0/+2 |
| | |||||
* | Fix passign full user object instead of id to Event.create | Dmitriy Zaporozhets | 2013-08-14 | 2 | -2/+2 |
| | |||||
* | Fixed bug with invalid event author for MR | Dmitriy Zaporozhets | 2013-08-14 | 1 | -2/+1 |
| | |||||
* | Fixed bug with invalid event author | Dmitriy Zaporozhets | 2013-08-14 | 1 | -5/+5 |
| | |||||
* | Repository import during project creation often return timeout for medium ↵ | Dmitriy Zaporozhets | 2013-08-12 | 1 | -8/+12 |
| | | | | | | | and large repos. So lets do it async. First create project, then import repo and create satellite with Sidekiq | ||||
* | Merge branch 'mr-on-fork' of https://github.com/karlhungus/gitlabhq into ↵ | Dmitriy Zaporozhets | 2013-07-30 | 3 | -35/+45 |
|\ | | | | | | | | | | | | | | | | | karlhungus-mr-on-fork Conflicts: app/views/projects/commit/show.html.haml app/views/projects/compare/show.html.haml app/views/projects/merge_requests/branch_from.js.haml | ||||
| * | Style changes from review with @randx | Izaak Alpert | 2013-07-17 | 1 | -13/+11 |
| | | | | | | | | | | | | -Some changes around calling origional methods for !for_fork? merge requests. Other changes to follow Change-Id: I009c716ce2475b9efa3fd07aee9215fca7a1c150 |