summaryrefslogtreecommitdiff
path: root/features/projects
Commit message (Collapse)AuthorAgeFilesLines
* rewrite project commits features using spinachNihad Abbasov2012-09-1019-352/+0
|
* Cucumber tag removedAlex Denisov2012-09-071-1/+0
|
* Cucumber scenario on pre-selected assignee addedAlex Denisov2012-09-071-1/+8
|
* Preselected Milestone: Cucumber scenario addedAlex Denisov2012-09-071-0/+10
|
* Cucumber refactoringrandx2012-09-061-1/+29
|
* Feature: Labels page. Index pagerandx2012-08-241-0/+13
|
* Speed up the "Project Network Graph" cucumber featureRobert Speicher2012-08-211-3/+1
| | | | | | | | | | 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.
* Cucumber feature -> Merge RequestDmitriy Zaporozhets2012-08-091-0/+42
|
* Comments cucumber. More refactoring. Cucumber -> branches, tagsDmitriy Zaporozhets2012-08-036-5/+34
|
* Issues cucumber. refactored step_definitoonsDmitriy Zaporozhets2012-08-031-2/+28
|
* Milestones cucumber. Renamed app security testDmitriy Zaporozhets2012-08-031-0/+18
|
* Remove duplicate coverage in spec requests. All features should be covered ↵Dmitriy Zaporozhets2012-08-032-0/+10
| | | | in cucumber
* Issue Labels: Edit, show, index + filterDmitriy Zaporozhets2012-06-271-0/+12
|
* lets comment browse featurerandx2012-06-211-0/+0
|
* Cucumber features: Team, SSH keysrandx2012-06-181-0/+35
|
* Cucumber -> Network graph featurerandx2012-06-161-0/+12
|
* Cucumber:Dmitriy Zaporozhets2012-06-1517-0/+113
* Profile * Browse code * Sceleton for main features * Wiki * Commits