summaryrefslogtreecommitdiff
path: root/features/project
Commit message (Collapse)AuthorAgeFilesLines
* Add feature spec.Marin Jankovski2014-05-261-0/+6
|
* Fix branches testsDmitriy Zaporozhets2014-05-241-7/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Dont allow mr compare with empty branchesDmitriy Zaporozhets2014-05-081-2/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Unstub after the test is done.Marin Jankovski2014-05-071-6/+6
|
* Merge branch 'files_in_wiki' into 'master'Dmitriy Zaporozhets2014-05-061-0/+17
|\ | | | | | | Add support to show files from wiki repository on wiki pages
| * Add tests for wiki files showing.Marin Jankovski2014-05-051-0/+17
| |
* | Editing previewskv-headless2014-04-151-0/+10
|/
* Add issue to an empty repo, test.Marin Jankovski2014-04-081-0/+9
|
* Added Slack service integration.Federico Ravasio2014-03-181-0/+6
|
* Fix project creation testDmitriy Zaporozhets2014-03-141-1/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'toggle_diff_comments' of ↵Dmitriy Zaporozhets2014-03-131-0/+44
|\ | | | | | | | | | | | | | | | | | | | | | | https://github.com/jacob-carlborg/gitlabhq into jacob-carlborg-toggle_diff_comments Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: app/assets/stylesheets/sections/commits.scss app/assets/stylesheets/sections/notes.scss app/views/projects/commits/_diffs.html.haml features/steps/project/merge_requests.rb
| * Add button for toggling inline comments in diff view.Jacob Carlborg2014-02-221-0/+44
| | | | | | | | This is useful when there are many comments and they're becoming a distraction when trying to read the diff.
* | Merge branch 'rm-dir-prefix' of ↵Dmitriy Zaporozhets2014-03-137-0/+0
|\ \ | | | | | | | | | https://github.com/cirosantilli/gitlab-elearn into cirosantilli-rm-dir-prefix
| * | Remove dir prefix and suffix from tests inside dir.Ciro Santillli2014-02-237-0/+0
| |/
* | Add tests to reopen MRDmitriy Zaporozhets2014-03-031-0/+7
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Merge pull request #5719 from jacob-carlborg/mr_targetDmitriy Zaporozhets2014-02-261-0/+6
|\ \ | | | | | | By default, target original repository if it's a fork when creating new MR.
| * | By default, target original repository if fork when creating new MR.Jacob Carlborg2014-02-241-0/+6
| | |
* | | Merge pull request #6375 from cirosantilli/link-with-idDmitriy Zaporozhets2014-02-251-11/+27
|\ \ \ | |/ / |/| | Blob and tree gfm links to anchors work.
| * | Blob and tree gfm links to anchors work.Ciro Santillli2014-02-231-11/+27
| |/ | | | | | | Fixes #6046
* | Fixed 500 error on branch and tag creation via UIDmitriy Zaporozhets2014-02-241-8/+4
|/ | | | | | Also fixes issue with branch/tag removing via UI Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge pull request #6350 from tudorpavel/filter-by-multiple-labelsDmitriy Zaporozhets2014-02-181-0/+26
|\ | | | | Add feature to filter issues by multiple labels
| * Filter issues by multiple labels with Spinach feature specTudor Pavel2014-02-181-0/+26
| |
* | Fix random failing testDmitriy Zaporozhets2014-02-181-1/+0
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add email aliases for usersJason Hollingsworth2014-02-131-0/+14
| | | | | | | | 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.
* Headers have ids and link to their own id.Ciro Santillli2014-02-114-9/+63
|
* Merge branch 'master' into reference_relative_linksMarin Jankovski2014-01-241-4/+4
|\ | | | | | | | | Conflicts: spec/models/project_spec.rb
| * Fix MR spinach testsDmitriy Zaporozhets2014-01-231-4/+4
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Test if the views behave correctly with reference style relative links.Marin Jankovski2014-01-231-0/+12
|/
* Tests for accept MR with custom messageDmitriy Zaporozhets2014-01-141-0/+10
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix 500 error when rename repositoryDmitriy Zaporozhets2013-12-231-0/+5
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add spinach tests for email on push serviceDmitriy Zaporozhets2013-12-171-1/+7
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Archiving old projects; archived projects aren't shown on dashboardSteven Thonus2013-12-161-0/+39
| | | | | | | | | | | | | | features for archive projects abilities for archived project other abilities for archive projects only limit commits and merges for archived projects ability changed to prohibited actions on archived projects added spec and feature tests for archive projects changed search bar not to include archived projects
* Fix 404 on project page for unauthenticated userJason Hollingsworth2013-12-041-0/+26
| | | | | | | | Eliminate a 404 error when user is not logged in and attempts to visit a project page. The 404 page will still show up when user is logged in and the project doesn’t exist or the user doesn’t have access.
* Merge pull request #5737 from Popl7/type_fix_for_project_network_graphSytse Sijbrandij2013-12-011-3/+3
|\ | | | | type_fix_for_project_network_graph
| * type_fix_for_project_network_graphSteven Thonus2013-11-301-3/+3
| |
* | Merge pull request #5708 from jhollingsworth/feature/multiline-blob-selectDmitriy Zaporozhets2013-11-291-0/+86
|\ \ | |/ |/| Enable multiline select for blobs.
| * Enable multiline select for blobs.Jason Hollingsworth2013-11-271-0/+86
| | | | | | | | | | | | Holding shift will allow users to click and select multiple lines. The behavior is similar to GitHub. Complete with tests.
* | Conventional naming for diff modes.Sytse Sijbrandij2013-11-271-4/+4
|/
* Merge pull request #5308 from Popl7/parallel-diffs-side-by-sideDmitriy Zaporozhets2013-11-261-0/+6
|\ | | | | diff view on commit with parallel diff view
| * diff view on commit with parallel diff viewSteven Thonus2013-11-171-0/+6
| | | | | | | | TODO: fix comment forms to respect left and right columns
* | Integration with AssemblaCarlos Paramio2013-11-211-0/+6
|/
* Feature test for New file featureDmitriy Zaporozhets2013-11-051-0/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Preselect the current issue tracker with selected="selected"Johannes Schleifenbaum2013-11-011-0/+18
| | | | | | The previous behavior was, that the first element of the select was preselected, thus upon saving the project, the previous selected could be overwritten.
* Links in Readme in tree view.Marin Jankovski2013-10-141-1/+6
|
* Skip relative links render in help page.Marin Jankovski2013-10-111-0/+5
|
* Test if markdown is rendered properly.Marin Jankovski2013-10-111-0/+70
|
* Added Flowdock integration support via a service.Boyan Tabakov2013-09-291-0/+6
| | | | Added test for the FlowdockService.
* rewrite issues search test to prevent ajax requests running after testDmitriy Zaporozhets2013-09-271-5/+5
|
* Fix issues search testDmitriy Zaporozhets2013-09-261-0/+2
|
* Remove issues search rspec since we test it with spinach tooDmitriy Zaporozhets2013-09-261-1/+0
|