Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Fix random failing test | Dmitriy Zaporozhets | 2013-04-12 | 1 | -1/+0 | |
|/ / | ||||||
* | | Fixed random failing test | Dmitriy Zaporozhets | 2013-04-10 | 1 | -7/+0 | |
|/ | ||||||
* | Fix the Cancel button on the Edit Wiki page. | Dan Knox | 2013-03-19 | 1 | -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 spec | Dmitriy Zaporozhets | 2013-03-19 | 1 | -3/+0 | |
| | ||||||
* | feature: wiki -> new page | Dmitriy Zaporozhets | 2013-03-18 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'use_gollum_wikis' of https://github.com/DanKnox/gitlabhq into ↵ | Dmitriy Zaporozhets | 2013-03-15 | 1 | -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 Knox | 2013-03-10 | 1 | -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 too | Dmitriy Zaporozhets | 2013-03-15 | 1 | -1/+1 | |
| | | ||||||
* | | Change spinach tab tests to fit new tabs navigation | Dmitriy Zaporozhets | 2013-03-14 | 1 | -29/+30 | |
| | | ||||||
* | | Finish select2-ajax for users. Added Select2Helper for tests | Dmitriy Zaporozhets | 2013-03-14 | 1 | -0/+1 | |
| | | ||||||
* | | Remove team_member show page -> use user_path instead | Dmitriy Zaporozhets | 2013-03-13 | 1 | -6/+1 | |
|/ | ||||||
* | Add some tests for network graph | Sato Hiroyuki | 2013-03-04 | 1 | -0/+16 | |
| | ||||||
* | Team features are green now | Dmitriy Zaporozhets | 2013-02-21 | 2 | -3/+3 | |
| | ||||||
* | Refactor project creation. Added logout link to profile page | GitLab | 2013-01-17 | 1 | -1/+1 | |
| | ||||||
* | Fixed spinach test | Dmitriy Zaporozhets | 2013-01-15 | 1 | -5/+6 | |
| | ||||||
* | Replace commit diff note request specs with spinach features | Riyad Preukschas | 2013-01-15 | 1 | -0/+91 | |
| | ||||||
* | Replace commit note request specs with spinach features | Riyad Preukschas | 2013-01-15 | 1 | -4/+42 | |
| | ||||||
* | Merge commit 'master' into discussions | Riyad Preukschas | 2013-01-15 | 2 | -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 services | Dmitriy Zaporozhets | 2013-01-09 | 1 | -0/+14 | |
| | | ||||||
| * | A bit of spinach tests | Dmitriy Zaporozhets | 2013-01-09 | 1 | -5/+14 | |
| | | ||||||
* | | Merge branch 'master' into discussions | Riyad Preukschas | 2012-12-23 | 1 | -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 test | Dmitriy Zaporozhets | 2012-12-20 | 1 | -13/+15 | |
| | | ||||||
| * | Refactor issues, Remove ajax | Dmitriy Zaporozhets | 2012-12-19 | 1 | -11/+0 | |
| | | ||||||
* | | Add merge request note feature | Riyad Preukschas | 2012-12-03 | 1 | -1/+27 | |
|/ | ||||||
* | Removed feature: comments on wiki | Dmitriy Zaporozhets | 2012-11-29 | 1 | -6/+0 | |
| | ||||||
* | Fixed spinach and tests. Build should pass now | Dmitriy Zaporozhets | 2012-11-23 | 1 | -7/+8 | |
| | ||||||
* | Added feature test for stats | randx | 2012-11-10 | 1 | -0/+4 | |
| | ||||||
* | Add Spinach feature for Commit breadcrumbs | Robert Speicher | 2012-11-01 | 1 | -0/+4 | |
| | ||||||
* | Spinach feature | Dmitriy Zaporozhets | 2012-10-24 | 1 | -0/+7 | |
| | ||||||
* | Minor improve to UI and code formatting of gitlab web editor | randx | 2012-10-15 | 1 | -1/+1 | |
| | ||||||
* | WebEditor: minor spinach fixes | Valeriy Sizov | 2012-10-12 | 1 | -1/+1 | |
| | ||||||
* | WebEditor: spinach | Valeriy Sizov | 2012-10-12 | 1 | -0/+6 | |
| | ||||||
* | Add Feature for milestone issue filter | Robert Speicher | 2012-10-10 | 1 | -0/+8 | |
| | | | | Closes #1167 | |||||
* | Move ProjectHooks from spec/requests to spinach | randx | 2012-09-27 | 1 | -0/+21 | |
| | ||||||
* | Speed up Compare feature step | Robert Speicher | 2012-09-26 | 1 | -3/+3 | |
| | ||||||
* | Add features for checking the "Active Tab" across various pages | Robert Speicher | 2012-09-26 | 1 | -0/+147 | |
| | ||||||
* | refactor feature steps | Nihad Abbasov | 2012-09-10 | 2 | -5/+3 | |
| | ||||||
* | add spinach steps for remaining features | Nihad Abbasov | 2012-09-10 | 9 | -24/+26 | |
| | ||||||
* | add spinach steps for project issues and source features | Nihad Abbasov | 2012-09-10 | 5 | -26/+20 | |
| | ||||||
* | rewrite project commits features using spinach | Nihad Abbasov | 2012-09-10 | 19 | -0/+355 | |