Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
2012-08-03Milestones cucumber. Renamed app security testDmitriy Zaporozhets
2012-08-03Remove duplicate coverage in spec requests. All features should be covered in...Dmitriy Zaporozhets
2012-08-01Merge pull request #1157 from CodeAdept/api_blob_contentsNihad Abbasov
2012-07-31updating project api to include raw blob contents and single branchJeremy Anderson
2012-07-31Backend RefactoringDmitriy Zaporozhets
2012-07-28Styled New/Edit Project for admin arearandx
2012-07-28Merge pull request #1163 from tomykaira/bug_1009Dmitriy Zaporozhets
2012-07-28Fix #1009 Replace all special characters in user's identitytomykaira
2012-07-28fix commits specrandx
2012-07-25Merge branch 'add_wiki_comments' of git://github.com/seeingidog/gitlabhq into...randx
2012-07-25Merge pull request #1127 from riyad/use-decoratorsDmitriy Zaporozhets
2012-07-25return 404 if project not foundNihad Abbasov
2012-07-25API: ability to get project by idNihad Abbasov
2012-07-24Merge branch 'master' into apiNihad Abbasov
2012-07-24add issues APINihad Abbasov
2012-07-22Update specsRiyad Preukschas
2012-07-20Enable observe for system hooksDmitriy Zaporozhets
2012-07-20Add comments to Wiki pagesIan Morgan
2012-07-19System Hooks: rspecValeriy Sizov
2012-07-19System hooks: fix broken testsValeriy Sizov
2012-07-17Feature: Unassigned Merge RequestsDmitriy Zaporozhets
2012-07-13Update masterm16a1
2012-07-05Admin gitolite logs. Refactored project creation. Few style fixes.Dmitriy Zaporozhets
2012-07-04Merge pull request #1034 from NARKOZ/apiDmitriy Zaporozhets
2012-07-04ability to update and get a raw snippet via APINihad Abbasov
2012-07-04add API versionNihad Abbasov
2012-07-02Disable issues sort. Recent issues on top. Fixed testsDmitriy Zaporozhets
2012-07-02Epic: Gitlab configuration with default valuesDmitriy Zaporozhets
2012-06-29add project snippets APINihad Abbasov
2012-06-28show only current user projectsNihad Abbasov
2012-06-28add projects APINihad Abbasov
2012-06-28add users APINihad Abbasov
2012-06-27Merge pull request #971 from gingko/masterDmitriy Zaporozhets
2012-06-27Added option to automaticaly generate passwords for new users.Jakub Troszok
2012-06-26Issues can be unassigned nowrandx
2012-06-26Reannotatedrandx
2012-06-25Added tests for automatic password generation.Jakub Troszok
2012-06-24Merge branch 'separate_user_and_issue_observer_from_mail_observer' of https:/...randx
2012-06-21Pushed widget improvedrandx
2012-06-21Protect IssueObserver#send_reassigned_email method.Robb Kidd
2012-06-20Extract observation of User to a UserObserverRobb Kidd
2012-06-20Deliver issue mails.Robb Kidd
2012-06-20Disable observers in specs. Enable only when observer is under test.Robb Kidd
2012-06-20Add resque_spec to test queuing mail.Robb Kidd
2012-06-20Make IssueObserver handle issus, not MailerObserverRobb Kidd
2012-06-20Add method for an issue to know whether it is being closedRobb Kidd
2012-06-20Add method to Note to create notes about status changes.Robb Kidd
2012-06-20Update IssueObserver to send reassigned emails when an issue is reassigned.Robb Kidd
2012-06-20Add new utility method for an issue to know whether it is being reassignedRobb Kidd
2012-06-20New IssueObserver class and spec.Robb Kidd