gitlab-org--gitlab-foss/spec
Stan Hu 1662640985 Fix Event#reset_project_activity updates
!6678 removed the lease from Event#reset_project_activity, but it wasn't
actually updating the project's last_activity_at timestamp properly.
The WHERE clause would always return no matching projects. The spec
passed occasionally because the created_at timestamp was automatically
set to last_activity_at.
2016-10-06 22:56:07 -07:00
..
config
controllers Add tests to Projects::Boards::IssuesController#create action 2016-10-06 11:00:01 +01:00
factories Merge branch '21983-member-add_user-doesn-t-detect-existing-members-that-have-requested-access' into 'master' 2016-10-02 11:42:57 +00:00
features Fix users feature spec 2016-10-06 19:50:48 +03:00
finders Refactor TrendingProjectsFinder to support caching 2016-10-05 16:39:03 +02:00
fixtures Returns the total number of issues in the JSON response 2016-08-31 09:30:37 +01:00
helpers Change user & group landing page routing from /u/:name & /groups/:name to /:name 2016-10-06 19:50:48 +03:00
initializers
javascripts Fix inconsistent highlighting of already selected activity nav-links 2016-10-05 15:38:18 -05:00
lib Merge branch 'fix-already-selected-activity-link' into 'master' 2016-10-06 21:34:03 +00:00
mailers override subject method in devise mailer 2016-10-03 18:07:28 +08:00
models Fix Event#reset_project_activity updates 2016-10-06 22:56:07 -07:00
policies Test if issue authors can access private projects 2016-09-20 14:57:23 -03:00
requests Merge branch 'rc-use-grape-dsl-to-document-members-api' into 'master' 2016-10-06 12:41:31 +00:00
routing Update user routing spec after constrainer logic changed 2016-10-06 19:50:48 +03:00
services Change user & group landing page routing from /u/:name & /groups/:name to /:name 2016-10-06 19:50:48 +03:00
support Merge commit 'dev/security' into 'master' 2016-10-06 08:33:11 +02:00
tasks/gitlab
uploaders
views Merge commit 'dev/security' into 'master' 2016-10-06 08:33:11 +02:00
workers Merge branch 'feature/improve-async-pipeline-processing' into 'master' 2016-10-06 08:42:35 +00:00
factories_spec.rb
rails_helper.rb
simplecov_env.rb Bump SimpleCov merge timeout to 365 days 2016-08-22 13:44:14 +02:00
spec_helper.rb Upgrade Devise from 4.1.1 to 4.2.0. 2016-09-27 20:08:49 -06:00
teaspoon_env.rb