summaryrefslogtreecommitdiff
path: root/features/project
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Fix random failing testDmitriy Zaporozhets2013-04-121-1/+0
|/ /
* | Fixed random failing testDmitriy Zaporozhets2013-04-101-7/+0
|/
* Fix the Cancel button on the Edit Wiki page.Dan Knox2013-03-191-0/+11
| | | | | | | | | | | | | The Cancel button on the Edit Wiki page was still redirecting back to the "Index" page which is no longer the default Wiki page. This commit changes the Cancel button in the following ways: * Pressing Cancel while editing an existing Wiki page will now redirect you back to the latest version of that page. * Pressing Cancel while editing a brand new Wiki home page that does not yet exist will redirect you to back to the same Edit Wiki Home page.
* remove unused specDmitriy Zaporozhets2013-03-191-3/+0
|
* feature: wiki -> new pageDmitriy Zaporozhets2013-03-181-1/+1
|
* Merge branch 'use_gollum_wikis' of https://github.com/DanKnox/gitlabhq into ↵Dmitriy Zaporozhets2013-03-151-2/+29
|\ | | | | | | | | | | | | | | | | | | | | DanKnox-use_gollum_wikis Conflicts: app/views/layouts/project_resource.html.haml app/views/wikis/edit.html.haml app/views/wikis/pages.html.haml app/views/wikis/show.html.haml spec/features/gitlab_flavored_markdown_spec.rb
| * Add Spinach coverage for Gollum Wiki system and correct the Delete link.Dan Knox2013-03-101-2/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | The previously failing Spinach steps have been fixed with this commit. I have also added new steps that cover the entire usage of the Wiki system. The new Spinach steps revealed a minor bug in the Delete page process. The path for the "Delete this page" button was previously set to `project_wikis_page(@project, @wiki)` when it should have been using the singular `project_wiki_page(@project, @wiki)` path helper. The link has been corrected and all steps are now passing.
* | on wall subpage active tab should be wiki tooDmitriy Zaporozhets2013-03-151-1/+1
| |
* | Change spinach tab tests to fit new tabs navigationDmitriy Zaporozhets2013-03-141-29/+30
| |
* | Finish select2-ajax for users. Added Select2Helper for testsDmitriy Zaporozhets2013-03-141-0/+1
| |
* | Remove team_member show page -> use user_path insteadDmitriy Zaporozhets2013-03-131-6/+1
|/
* Add some tests for network graphSato Hiroyuki2013-03-041-0/+16
|
* Team features are green nowDmitriy Zaporozhets2013-02-212-3/+3
|
* Refactor project creation. Added logout link to profile pageGitLab2013-01-171-1/+1
|
* Fixed spinach testDmitriy Zaporozhets2013-01-151-5/+6
|
* Replace commit diff note request specs with spinach featuresRiyad Preukschas2013-01-151-0/+91
|
* Replace commit note request specs with spinach featuresRiyad Preukschas2013-01-151-4/+42
|
* Merge commit 'master' into discussionsRiyad Preukschas2013-01-152-5/+28
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: app/assets/stylesheets/sections/notes.scss app/contexts/notes/load_context.rb app/models/project.rb app/observers/note_observer.rb app/roles/votes.rb app/views/commit/show.html.haml app/views/merge_requests/_show.html.haml app/views/merge_requests/diffs.js.haml app/views/merge_requests/show.js.haml app/views/notes/_note.html.haml features/steps/project/project_merge_requests.rb spec/models/note_spec.rb
| * spinach test: project servicesDmitriy Zaporozhets2013-01-091-0/+14
| |
| * A bit of spinach testsDmitriy Zaporozhets2013-01-091-5/+14
| |
* | Merge branch 'master' into discussionsRiyad Preukschas2012-12-231-24/+15
|\ \ | |/ | | | | | | | | | | | | | | | | Conflicts: app/assets/stylesheets/main.scss app/models/project.rb app/views/notes/_common_form.html.haml app/views/notes/_per_line_form.html.haml lib/gitlab/markdown.rb spec/models/note_spec.rb
| * Cleanup after issues refactor and fix testDmitriy Zaporozhets2012-12-201-13/+15
| |
| * Refactor issues, Remove ajaxDmitriy Zaporozhets2012-12-191-11/+0
| |
* | Add merge request note featureRiyad Preukschas2012-12-031-1/+27
|/
* Removed feature: comments on wikiDmitriy Zaporozhets2012-11-291-6/+0
|
* Fixed spinach and tests. Build should pass nowDmitriy Zaporozhets2012-11-231-7/+8
|
* Added feature test for statsrandx2012-11-101-0/+4
|
* Add Spinach feature for Commit breadcrumbsRobert Speicher2012-11-011-0/+4
|
* Spinach featureDmitriy Zaporozhets2012-10-241-0/+7
|
* Minor improve to UI and code formatting of gitlab web editorrandx2012-10-151-1/+1
|
* WebEditor: minor spinach fixesValeriy Sizov2012-10-121-1/+1
|
* WebEditor: spinachValeriy Sizov2012-10-121-0/+6
|
* Add Feature for milestone issue filterRobert Speicher2012-10-101-0/+8
| | | | Closes #1167
* Move ProjectHooks from spec/requests to spinachrandx2012-09-271-0/+21
|
* Speed up Compare feature stepRobert Speicher2012-09-261-3/+3
|
* Add features for checking the "Active Tab" across various pagesRobert Speicher2012-09-261-0/+147
|
* refactor feature stepsNihad Abbasov2012-09-102-5/+3
|
* add spinach steps for remaining featuresNihad Abbasov2012-09-109-24/+26
|
* add spinach steps for project issues and source featuresNihad Abbasov2012-09-105-26/+20
|
* rewrite project commits features using spinachNihad Abbasov2012-09-1019-0/+355