| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add project snippets API | Nihad Abbasov | 2012-06-29 | 1 | -0/+28 |
| | | |||||
| * | show only current user projects | Nihad Abbasov | 2012-06-28 | 1 | -2/+1 |
| | | |||||
| * | add projects API | Nihad Abbasov | 2012-06-28 | 1 | -0/+56 |
| | | |||||
| * | add users API | Nihad Abbasov | 2012-06-28 | 2 | -0/+42 |
| | | |||||
| * | Merge pull request #971 from gingko/master | Dmitriy Zaporozhets | 2012-06-26 | 1 | -0/+18 |
| |\ | | | | | Automatic password creation.. | ||||
| | * | Added option to automaticaly generate passwords for new users. | Jakub Troszok | 2012-06-26 | 1 | -4/+16 |
| | | | |||||
| | * | Added tests for automatic password generation. | Jakub Troszok | 2012-06-24 | 1 | -0/+6 |
| | | | |||||
| * | | Issues can be unassigned now | randx | 2012-06-26 | 1 | -1/+0 |
| | | | |||||
| * | | Reannotated | randx | 2012-06-26 | 13 | -73/+97 |
| |/ | |||||
| * | Merge branch 'separate_user_and_issue_observer_from_mail_observer' of ↵ | randx | 2012-06-24 | 10 | -28/+300 |
| |\ | | | | | | | https://github.com/robbkidd/gitlabhq into robbkidd-separate_user_and_issue_observer_from_mail_observer | ||||
| | * | Protect IssueObserver#send_reassigned_email method. | Robb Kidd | 2012-06-20 | 1 | -3/+3 |
| | | | |||||
| | * | Extract observation of User to a UserObserver | Robb Kidd | 2012-06-20 | 2 | -3/+30 |
| | | | |||||
| | * | Deliver issue mails. | Robb Kidd | 2012-06-20 | 1 | -5/+17 |
| | | | | | | | | | It helps to actually deliver messages. | ||||
| | * | Disable observers in specs. Enable only when observer is under test. | Robb Kidd | 2012-06-20 | 6 | -30/+62 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Used the built-in observer enable/disable feature in ActiveModel[1]. ActiveRecord::Base includes ActiveModel::Observing which provides this behavior. Simple wraps to enable the observer under test were added to the specs for: ActivityObserver, IssueObserver, Admin::Users and Issues. The spec for Project.last_activity was refactored to separate the tests for #last_activity and #last_activity_date. Each had doubles added to isolate the spec from the hidden dependency on the ActivityObserver action to create an Event for the project when an Issue is created. This ActivityObserver behavior is already tested by its spec. [1] http://api.rubyonrails.org/classes/ActiveModel/ObserverArray.html | ||||
| | * | Add resque_spec to test queuing mail. | Robb Kidd | 2012-06-20 | 3 | -2/+7 |
| | | | |||||
| | * | Make IssueObserver handle issus, not MailerObserver | Robb Kidd | 2012-06-20 | 2 | -6/+56 |
| | | | |||||
| | * | Add method for an issue to know whether it is being closed | Robb Kidd | 2012-06-20 | 2 | -8/+50 |
| | | | | | | | | | Update IssueObserver to create a Note on the issue its being closed. | ||||
| | * | Add method to Note to create notes about status changes. | Robb Kidd | 2012-06-20 | 1 | -0/+19 |
| | | | |||||
| | * | Update IssueObserver to send reassigned emails when an issue is reassigned. | Robb Kidd | 2012-06-20 | 1 | -29/+36 |
| | | | |||||
| | * | Add new utility method for an issue to know whether it is being reassigned | Robb Kidd | 2012-06-20 | 1 | -4/+15 |
| | | | |||||
| | * | New IssueObserver class and spec. | Robb Kidd | 2012-06-20 | 1 | -0/+67 |
| | | | | | | | | | | | Handles emails for new issues and reassigned issues. Need to add creating a Note on Issue close. | ||||
| * | | Pushed widget improved | randx | 2012-06-21 | 1 | -1/+1 |
| |/ | |||||
| * | Cucumber: | Dmitriy Zaporozhets | 2012-06-15 | 1 | -36/+0 |
| | | | | | | | | | * Profile * Browse code * Sceleton for main features * Wiki * Commits | ||||
| * | fix broken spec | Nihad Abbasov | 2012-06-13 | 1 | -4/+4 |
| | | |||||
| * | Dashboard refactoring: | randx | 2012-06-12 | 5 | -81/+49 |
| | | | | | | * dashboard should be in dashboard controller not project index * projects index removed | ||||
| * | Specs for last push widget | randx | 2012-06-12 | 1 | -0/+52 |
| | | |||||
| * | allow login via private token only for atom feeds | Nihad Abbasov | 2012-06-01 | 1 | -0/+7 |
| | | |||||
| * | add projects atom feed | Nihad Abbasov | 2012-05-31 | 1 | -1/+8 |
| | | |||||
| * | use ffaker gem | Nihad Abbasov | 2012-05-29 | 2 | -4/+4 |
| | | |||||
| * | cleanup User model | Nihad Abbasov | 2012-05-29 | 1 | -1/+1 |
| | | |||||
| * | fix typo in spec file name | Nihad Abbasov | 2012-05-29 | 1 | -0/+0 |
| | | |||||
| * | [Tests] Update team member permission | randx | 2012-05-27 | 1 | -0/+10 |
| | | |||||
| * | [Tests] Fixed graph test | randx | 2012-05-27 | 1 | -1/+1 |
| | | |||||
| * | [Tests] Better project coverage | randx | 2012-05-27 | 2 | -20/+28 |
| | | |||||
| * | [Tests] added spec for search page | randx | 2012-05-27 | 1 | -0/+17 |
| | | |||||
| * | lib/ refactoring. Module Gitlabhq renamed to Gitlab | randx | 2012-05-26 | 1 | -1/+1 |
| | | |||||
| * | Password & token split up, icon to button for top panel | Dmitriy Zaporozhets | 2012-05-19 | 1 | -1/+1 |
| | | |||||
| * | New Feature: Git Blame for file | Dmitriy Zaporozhets | 2012-05-17 | 1 | -0/+25 |
| | | |||||
| * | Update Notify spec to use host set in config/gitlab.yml | Robb Kidd | 2012-05-16 | 1 | -1/+1 |
| | | | | | Fixes failing tests introduced in pull request #824 | ||||
| * | Make Notify#new_merge_request_email resque friendly. | Robb Kidd | 2012-05-15 | 1 | -1/+1 |
| | | |||||
| * | Make Notify#new_issue_email resque friendly. | Robb Kidd | 2012-05-15 | 1 | -1/+1 |
| | | |||||
| * | Make Notify#note_wall_email resque friendly | Robb Kidd | 2012-05-15 | 1 | -1/+1 |
| | | | | | | Update method to take ids and then perform #finds itself during mailer queue worker kick-off. | ||||
| * | Make Notify#note_commit_email resque friendly | Robb Kidd | 2012-05-15 | 1 | -2/+3 |
| | | | | | | | Update method to take ids and then perform #finds itself during mailer queue worker kick-off. Also, the faux SHA1 cannot have underscores or it will not match the commit pattern defined in the routes. | ||||
| * | Make Notify#note_issue_email resque friendly | Robb Kidd | 2012-05-15 | 1 | -1/+2 |
| | | | | | | Update method to take ids and then perform #finds itself during mailer queue worker kick-off. | ||||
| * | Make Notify#note_merge_request_email resque friendly | Robb Kidd | 2012-05-15 | 1 | -2/+6 |
| | | | | | | Update method to take ids and then perform #finds itself during mailer queue worker kick-off. | ||||
| * | Rename changed_mr_email to reassigned_mr_email & make resque friendly | Robb Kidd | 2012-05-15 | 1 | -3/+3 |
| | | | | | | | | | #changed_merge_request_email was really sending emails about merge request reassignments. Updated method name to reflect that. Update method to take ids and then perform #finds itself during mailer queue worker kick-off. | ||||
| * | Rename changed_issue_email to reassigned_issue_email & make resque friendly | Robb Kidd | 2012-05-15 | 1 | -4/+4 |
| | | | | | | | | | #changed_issue_email was really sending emails about issue reassignments. Updated method name to reflect that. Update method to take ids and then perform #finds itself during mailer queue worker kick-off. | ||||
| * | Update new_user_email to take id for User and perform find itself. | Robb Kidd | 2012-05-15 | 1 | -2/+2 |
| | | |||||
| * | Add specs for all of the emails. | Robb Kidd | 2012-05-15 | 1 | -33/+194 |
| | | |||||
| * | Add specs for Notify ActionMailer emails. | Robb Kidd | 2012-05-15 | 2 | -0/+83 |
| | | | | | | | | Covers new user, new issue and wall note emails. Depends on email_spec (https://github.com/bmabey/email-spec/) for friendly matchers. | ||||
