summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Password & token split up, icon to button for top panelDmitriy Zaporozhets2012-05-191-1/+1
|
* New Feature: Git Blame for fileDmitriy Zaporozhets2012-05-171-0/+25
|
* Update Notify spec to use host set in config/gitlab.ymlRobb Kidd2012-05-161-1/+1
| | | | Fixes failing tests introduced in pull request #824
* Make Notify#new_merge_request_email resque friendly.Robb Kidd2012-05-151-1/+1
|
* Make Notify#new_issue_email resque friendly.Robb Kidd2012-05-151-1/+1
|
* Make Notify#note_wall_email resque friendlyRobb Kidd2012-05-151-1/+1
| | | | | Update method to take ids and then perform #finds itself during mailer queue worker kick-off.
* Make Notify#note_commit_email resque friendlyRobb Kidd2012-05-151-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 friendlyRobb Kidd2012-05-151-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 friendlyRobb Kidd2012-05-151-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 friendlyRobb Kidd2012-05-151-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 friendlyRobb Kidd2012-05-151-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 Kidd2012-05-151-2/+2
|
* Add specs for all of the emails.Robb Kidd2012-05-151-33/+194
|
* Add specs for Notify ActionMailer emails.Robb Kidd2012-05-152-0/+83
| | | | | | | Covers new user, new issue and wall note emails. Depends on email_spec (https://github.com/bmabey/email-spec/) for friendly matchers.
* Add spec for ProtectedBranch.Robb Kidd2012-05-101-1/+47
|
* Hooks UI improved, Request tests addedDmitriy Zaporozhets2012-04-261-0/+42
|
* New project page improved. User profile improved. Show issues, participant ↵gitlabhq2012-04-241-13/+10
| | | | on Milestone show page.
* fixed email markdownv2.4.1gitlabhq2012-04-231-0/+16
|
* removed old specDmitriy Zaporozhets2012-04-141-26/+0
|
* fixed testsDmitriy Zaporozhets2012-04-092-3/+3
|
* first pack of tests for milestonesDmitriy Zaporozhets2012-04-094-2/+94
|
* Milestone basic scaffoldDmitriy Zaporozhets2012-04-091-0/+5
|
* Fix issues with push 600+ commits. refactored, improved push eventsrandx2012-04-043-12/+12
|
* fixed project specDmitriy Zaporozhets2012-04-021-1/+1
|
* Event & Wiki models specsDmitriy Zaporozhets2012-03-283-1/+78
|
* Fixed specs. Some css fixesDmitriy Zaporozhets2012-03-254-12/+13
|
* Merged activities & projects pagesv2.3.0preDmitriy Zaporozhets2012-03-201-14/+0
|
* Activities page added. Dashboard few specs. Preparing for 2.3Dmitriy Zaporozhets2012-03-191-14/+14
|
* Some test covering merge request update hookDmitriy Zaporozhets2012-03-161-0/+28
|
* Fixed migration, test for MRDmitriy Zaporozhets2012-03-151-1/+1
|
* Added 'x notes' and +1 counters to issues and merge requests. Refs #549Ariejan de Vroom2012-03-151-0/+32
|
* Count +1 votes in issue notes.Ariejan de Vroom2012-03-142-6/+56
|
* Rspec test repo replaced.\nMerge Requests improvedDmitriy Zaporozhets2012-03-1310-35/+24
|
* fixed spec comaDmitriy Zaporozhets2012-03-121-1/+1
|
* test fix, css refactoringDmitriy Zaporozhets2012-03-072-14/+12
|
* Cleaning and refactoringDmitriy Zaporozhets2012-03-061-3/+0
|
* Removed issues,mr delete buttons. Refactored modelsDmitriy Zaporozhets2012-03-042-44/+9
|
* Fixed specDmitriy Zaporozhets2012-03-011-2/+2
|
* Updated specs for post_receive workerAriejan de Vroom2012-03-011-11/+24
|
* Merge branch 'deploy_keys_nonunique' of https://github.com/miks/gitlabhq ↵Ariejan de Vroom2012-03-012-4/+36
|\ | | | | | | | | | | | | | | | | | | into miks-deploy_keys_nonunique Added/fixed specs Update spec/factory to allow Factory#new without opts Conflicts: app/models/key.rb
* | Fixed tests. removed delegate to idDmitriy Zaporozhets2012-02-292-10/+21
| |
* | register push eventDmitriy Zaporozhets2012-02-283-106/+123
| |
* | Observe issue, merge request, note creation - create eventDmitriy Zaporozhets2012-02-284-9/+74
| |
* | Event entity createdDmitriy Zaporozhets2012-02-283-1/+20
| |
* | Fixed comments for snippets. Tests fixedDmitriy Zaporozhets2012-02-241-1/+1
| |
* | Merge branch 'wiki'Dmitriy Zaporozhets2012-02-212-0/+40
|\ \ | | | | | | | | | | | | Conflicts: app/views/layouts/_project_menu.html.haml
| * | wiki: rspecvsizov2012-02-217-246/+40
| | |
| * | wiki base sceletonValery Sizov2012-02-195-0/+246
| | |
* | | Home tab added, Repository tab removed\n Ability to download branchDmitriy Zaporozhets2012-02-201-4/+0
|/ /
* | Usability & design improvementsDmitriy Zaporozhets2012-02-181-1/+0
| |