summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* complete the testsfix_missing_filters_on_status_tab_changeArinde Eniola2016-04-061-1/+75
* set up test for preventing this issue from reoccuringArinde Eniola2016-04-061-0/+45
* Merge branch 'routing' into 'master' Robert Speicher2016-04-014-4/+4
|\
| * Added & use Gitlab::Routing for URL helpersroutingYorick Peterse2016-04-014-4/+4
* | Merge branch 'fix/fogbugz-import' into 'master' Robert Speicher2016-04-011-0/+24
|\ \
| * | updated specfix/fogbugz-importJames Lopez2016-03-311-1/+1
| * | spec and fix for fogbugz lonely user problemJames Lopez2016-03-301-0/+24
* | | Merge branch 'error-when-ldap-doesn-t-supply-an-email-address-14559' into 'ma...Rémy Coutable2016-04-011-0/+7
|\ \ \
| * | | Allow temp-oauth-email as notification emailerror-when-ldap-doesn-t-supply-an-email-address-14559Zeger-Jan van de Weg2016-03-311-0/+7
* | | | Merge branch 'snippets-with-comments-cause-a-500-when-they-show-up-in-search-...Douwe Maan2016-04-011-8/+35
|\ \ \ \
| * | | | Fix view of notes in search results when noteable is a snippetsnippets-with-comments-cause-a-500-when-they-show-up-in-search-results-14764Rémy Coutable2016-03-311-8/+35
* | | | | Merge branch 'fix-mentions-on-confidential-issues-for-non-members' into 'mast...Douwe Maan2016-04-011-21/+56
|\ \ \ \ \
| * | | | | Mentions on confidential issues doesn't create todos for non-membersfix-mentions-on-confidential-issues-for-non-membersDouglas Barbosa Alexandre2016-03-301-21/+56
* | | | | | Merge branch 'fix/issue-move-rewrite-uploads' into 'master' Douwe Maan2016-04-014-4/+112
|\ \ \ \ \ \
| * | | | | | Fix rubocop offenses in upload rewriter specsfix/issue-move-rewrite-uploadsGrzegorz Bizon2016-03-311-1/+1
| * | | | | | Merge branch 'master' into fix/issue-move-rewrite-uploadsGrzegorz Bizon2016-03-3114-79/+345
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | Improve specs for issue move serviceGrzegorz Bizon2016-03-311-2/+2
| * | | | | | Extend specs for GFM uploads rewriterGrzegorz Bizon2016-03-312-11/+32
| * | | | | | Remove reduntant `move_to_store` overrideGrzegorz Bizon2016-03-301-4/+4
| * | | | | | Add support for not Active Record based factoriesGrzegorz Bizon2016-03-301-4/+12
| * | | | | | Refactor uploads rewriter used when moving issueGrzegorz Bizon2016-03-302-9/+4
| * | | | | | Get FileUploader into test harness using factoryGrzegorz Bizon2016-03-302-4/+20
| * | | | | | Add uploads rewriter and use it when moving issueGrzegorz Bizon2016-03-302-0/+68
* | | | | | | Remove "Congratulations!" tweet button on newly-created project.connorshea2016-03-311-1/+0
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'clean-up-user-controller-spec' into 'master' Robert Speicher2016-03-311-12/+3
|\ \ \ \ \ \
| * | | | | | Minor clean up on admin/users_controller_specZeger-Jan van de Weg2016-03-311-12/+3
* | | | | | | Exclude projects pending deletion from all resultsZeger-Jan van de Weg2016-03-311-0/+9
| |_|_|_|/ / |/| | | | |
* | | | | | Merge branch 'fix-todos' into 'master' Rémy Coutable2016-03-311-0/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Destroy related todos when an issue is deletedDouglas Barbosa Alexandre2016-03-301-0/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'reorder-project-expire-cache' into 'master' Yorick Peterse2016-03-301-1/+1
|\ \ \ \ \
| * | | | | Expire the exists cache before deletion to ensure project dir actually existsStan Hu2016-03-271-1/+1
* | | | | | Merge branch 'check-project-repo-exists' into 'master' Yorick Peterse2016-03-301-0/+27
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Check if repo exists before attempting to update cache infoStan Hu2016-03-271-0/+27
| |/ / / /
* | | | | Merge branch 'cleanup-system-hook-spec' into 'master' Robert Speicher2016-03-301-27/+27
|\ \ \ \ \
| * | | | | minor cleanup in system_hook_specZeger-Jan van de Weg2016-03-301-27/+27
| | |_|/ / | |/| | |
* | | | | Merge branch 'precompile-emoji-urls' into 'master' Dmitriy Zaporozhets2016-03-301-0/+19
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Pre-calculate Emoji digestsprecompile-emoji-urlsYorick Peterse2016-03-301-0/+19
| | |/ / | |/| |
* | | | Merge branch 'tests/isolate-carrierwave-uploads' into 'master' Robert Speicher2016-03-302-0/+11
|\ \ \ \
| * | | | Ensure uploads dir exists when running backup specstests/isolate-carrierwave-uploadsGrzegorz Bizon2016-03-301-0/+4
| * | | | Move CarrierWave test env config to separate fileGrzegorz Bizon2016-03-302-5/+7
| * | | | Isolate CarrierWave uploads in test enviromentGrzegorz Bizon2016-03-291-0/+5
* | | | | Merge branch '2364-fallback-to-in-reply-to-header' into 'master' Douwe Maan2016-03-306-50/+187
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Improve and finish the fallback to the In-Reply-To and References header for ...2364-fallback-to-in-reply-to-headerRémy Coutable2016-03-256-66/+141
| * | | | Fix #2364. Fall back to In-Reply-To header when reply key not availableDavid Padilla2016-03-255-3/+65
* | | | | Merge branch 'patch/fix-mergerequest-diff' into 'master' Robert Speicher2016-03-301-1/+1
|\ \ \ \ \
| * | | | | Fixed MergeRequestController specpatch/fix-mergerequest-diffGabriel Mazetto2016-03-301-1/+1
* | | | | | Merge branch 'refactor/project-badges-interface' into 'master' Robert Speicher2016-03-301-0/+72
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Extend specs for build badgerefactor/project-badges-interfaceGrzegorz Bizon2016-03-291-9/+48
| * | | | | Refactor builds badge, encapsulate inside a classGrzegorz Bizon2016-03-291-0/+33
| | |/ / / | |/| | |
* | | | | Merge branch 'added-milestone-upcoming' into 'master' Rémy Coutable2016-03-302-6/+72
|\ \ \ \ \ | |_|/ / / |/| | | |