gitlabhq/features/step_definitions/project
Robert Speicher 3095483e65 Speed up the "Project Network Graph" cucumber feature
This change involves stubbing out the call to `Grit::Commit.find_all`
and limiting the number of commits to 10 vs. the standard of 650 used by
`Gitlab::GraphCommit.to_graph`.

Prior to this change, this single feature required almost 3 minutes of
running time and over 2 GB of memory on my machine. Now it takes less
than 3 seconds.
2012-08-21 22:27:06 -04:00
..
browse_code_steps.rb Issues cucumber. refactored step_definitoons 2012-08-03 19:49:54 +03:00
project_commits_steps.rb Comments cucumber. More refactoring. Cucumber -> branches, tags 2012-08-03 19:59:55 +03:00
project_issues_steps.rb Comments cucumber. More refactoring. Cucumber -> branches, tags 2012-08-03 19:59:55 +03:00
project_merge_requests_steps.rb Cucumber feature -> Merge Request 2012-08-09 08:13:29 +03:00
project_milestones_steps.rb Cucumber feature -> Merge Request 2012-08-09 08:13:29 +03:00
project_team_steps.rb Issues cucumber. refactored step_definitoons 2012-08-03 19:49:54 +03:00
project_wiki_steps.rb Issues cucumber. refactored step_definitoons 2012-08-03 19:49:54 +03:00
projects_steps.rb Speed up the "Project Network Graph" cucumber feature 2012-08-21 22:27:06 -04:00