summaryrefslogtreecommitdiff
path: root/spec/models/event_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-2/+2
* Finish migration to the new events setupevents-migration-cleanupYorick Peterse2017-09-061-1/+0
* Fix display of push events for removed refsfix-push-events-branch-removalsYorick Peterse2017-08-221-0/+44
* Migrate events into a new formatYorick Peterse2017-08-101-22/+10
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-7/+7
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into mia_backort[ci ...Valery Sizov2017-05-051-8/+34
|\
| * Update last_repository_updated_at when a push event is createdDouglas Barbosa Alexandre2017-05-041-8/+34
* | Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-2/+2
|/
* Add traits for the different Event types to the Event factoryrs-event-traitsRobert Speicher2017-02-011-12/+12
* Use `:empty_project` where possible in model specsrs-empty_project-modelsRobert Speicher2017-01-261-3/+3
* Removed data-user-is view codeevents-cache-invalidationYorick Peterse2016-11-251-0/+18
* Allow commit note to be visible if repo is visible23824-activity-page-does-not-show-commits-commentsRémy Coutable2016-11-161-0/+27
* Merge branch '23403-fix-events-for-private-project-features' into 'security'Robert Speicher2016-11-091-2/+3
* Differentiate the expire from leave eventCallum Dryden2016-10-201-0/+27
* Union examples in event spec fo speed upSemyon Pupkov2016-10-131-49/+61
* Make guests unable to view MRsguests_cant_see_mrsValery Sizov2016-10-111-0/+11
* Remove lease from Event#reset_project_activityremove-reset-project-activity-leaseYorick Peterse2016-10-041-5/+3
* Restrict last_activity_at updates to one per hourYorick Peterse2016-09-191-10/+33
* Update test with new factory nameDouwe Maan2016-07-071-2/+2
* Use a more future-proof check for Note/LegacyDiffNote19092-fix-event-for-legacydiffnote-not-considered-noteRémy Coutable2016-07-061-4/+4
* Fix diff comments not showing up in activity feedRémy Coutable2016-07-041-1/+31
* Project members with guest role can't access confidential issuesDouglas Barbosa Alexandre2016-06-131-0/+6
* Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-16/+0
* Throttle the update of `project.last_activity_at` to 1 minute15094-throttle-update-of-last_activity_atRémy Coutable2016-04-251-22/+43
* Rename `Event#proper?` to `Event#visible_to_user?`Douglas Barbosa Alexandre2016-03-241-22/+22
* Comments on confidential issues doesn't show in activity feed to non-membersDouglas Barbosa Alexandre2016-03-241-14/+40
* Restrict access to confidential issues on activity feedDouglas Barbosa Alexandre2016-03-171-0/+36
* Use Atom update times of the first eventevents-performanceYorick Peterse2016-01-271-21/+0
* Tag model specsDouwe Maan2015-12-091-1/+1
* Added Event.limit_recentYorick Peterse2015-11-181-0/+17
* Faster way of obtaining latest event update timeYorick Peterse2015-11-181-0/+21
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-12/+12
* Merge pull request #8233 from cirosantilli/rm-new-branch-deadValeriy Sizov2014-11-051-1/+0
|\
| * Remove dead Event#new_branch? methodCiro Santilli2014-11-031-1/+0
* | Factor '0' * 40 blank ref constantsCiro Santilli2014-11-031-1/+1
|/
* Fix project deletion and testsDmitriy Zaporozhets2014-06-171-22/+0
* Re-annotate modelsDmitriy Zaporozhets2014-04-091-2/+2
* fix most of warningsskv2013-12-151-2/+2
* stub notification in event modelDmitriy Zaporozhets2013-03-261-0/+1
* Constants in Events looks good nowAndrew8xx82013-02-131-1/+1
* Fixed event.allowed? with event.proper?Dmitriy Zaporozhets2012-12-141-1/+1
* Annotated. schema updatedDmitriy Zaporozhets2012-11-191-3/+3
* Remove backward compatibility of factories.Vincent Bonmalais2012-11-131-1/+1
* AnnotatedDmitriy Zaporozhets2012-10-091-0/+16
* A bit of test refactoringrandx2012-09-151-21/+20
* User left project event addedAlex Denisov2012-09-101-1/+12
* User joined project event addedAlex Denisov2012-09-091-0/+11
* Add more coverage for model validations and associationsRobert Speicher2012-08-291-0/+1