summaryrefslogtreecommitdiff
path: root/spec/features/dashboard/projects_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-1/+1
* Replaces `tag: true` into `:tag` in the specsJacopo2017-10-071-1/+1
* Add context tabs to dashboard/projectsPhil Hughes2017-09-221-0/+19
* Rework how recent push events are retrieveduser-recent-pushYorick Peterse2017-09-081-1/+3
* Merge branch 'events-migration-cleanup' into 'master'Sean McGivern2017-09-071-18/+4
|\
| * Finish migration to the new events setupevents-migration-cleanupYorick Peterse2017-09-061-18/+4
* | Fix failures introduced by Capybara upgraders-update-capybaraRobert Speicher2017-09-051-3/+3
|/
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
* Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanupRobert Speicher2017-08-011-2/+2
* Replaces dashboard/dashboard.feature spinach with rspecAlexander Randa2017-07-171-2/+45
* Support multiple Redis instances based on queue typePaul Charlton2017-07-111-1/+1
* Merge branch 'master' into rs-sign_inRobert Speicher2017-07-061-4/+12
|\
| * Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-1/+1
| * Replaces 'dashboard/new-project.feature' spinach with rspecAlexander Randa2017-06-291-4/+12
* | Auto-correct ProjectPathHelper violationsRobert Speicher2017-07-061-1/+1
* | Change gitlab_sign_in to sign_in where possibleRobert Speicher2017-06-291-3/+7
|/
* Fix application error when Project#last_activity_at is nil34276-fix-dashboard-page-when-last-activity-at-is-nilRuben Davila2017-06-261-5/+17
* Change `login_as` uses to `gitlab_sign_in`Robert Speicher2017-06-191-1/+1
* Use last_activity_at attr when showing the update date in project listing32869-project-s-last-updated-time-not-accurately-reflected-in-projects-dashboardRuben Davila2017-06-031-0/+9
* Replace 'starred_projects.feature' spinach test with an rspec analog23036-replace-all-spinach-tests-with-rspec-feature-testsblackst0ne2017-05-281-1/+13
* use full caps RSS instead of rssAlexis Reigel2017-05-241-1/+1
* atom links with rss token instead of private tokenAlexis Reigel2017-05-241-1/+1
* Update project build status cache when transitioningBob Van Landuyt2017-04-071-4/+7
* Test showing pipelines on the dashboardBob Van Landuyt2017-03-161-2/+24
* Show public RSS feeds to anonymous usersMichael Kozono2017-02-281-0/+10