summaryrefslogtreecommitdiff
path: root/spec/features/dashboard/project_member_activity_index_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-2/+0
| | | | | Removed all the unnecessary include of `WaitForAjax` and `ApiHelpers` in the specs. Removed unnecessary usage of `api:true`
* Put back usernames in activity and profile feedAnnabel Dunstone Gray2017-04-071-3/+3
|
* Update commit icon; fix specs29128-profile-page-iconsAnnabel Dunstone Gray2017-04-031-3/+3
|
* Use Namespace#full_path instead of #path where appropriatedm-more-namespace-full-pathDouwe Maan2017-02-231-1/+1
|
* Differentiate the expire from leave eventCallum Dryden2016-10-201-0/+41
At the moment we cannot see weather a user left a project due to their membership expiring of if they themselves opted to leave the project. This adds a new event type that allows us to make this differentiation. Note that is not really feasable to go back and reliably fix up the previous events. As a result the events for previous expire removals will remain the same however events of this nature going forward will be correctly represented.