summaryrefslogtreecommitdiff
path: root/spec/models/event_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-9-stable-eev15.9.0-rc42GitLab Bot2023-02-201-1/+1
* Add latest changes from gitlab-org/gitlab@15-8-stable-eev15.8.0-rc42GitLab Bot2023-01-181-1/+14
* Add latest changes from gitlab-org/gitlab@15-7-stable-eev15.7.0-rc42GitLab Bot2022-12-201-20/+33
* Add latest changes from gitlab-org/gitlab@15-6-stable-eev15.6.0-rc42GitLab Bot2022-11-171-5/+3
* Add latest changes from gitlab-org/gitlab@15-3-stable-eev15.3.0-rc42GitLab Bot2022-08-181-1/+25
* Add latest changes from gitlab-org/gitlab@15-0-stable-eev15.0.0-rc42GitLab Bot2022-05-191-1/+48
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-15/+17
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-201-1/+1
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-6/+6
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-3/+3
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-2/+12
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-4/+4
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-3/+61
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-0/+50
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-3/+13
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-0/+39
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-19/+1
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-23/+147
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-19/+152
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-241-4/+17
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-191-136/+218
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-141-1/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-201-1/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-181-0/+5
* Rename methods that conflict in Rails 5.255583-rename-method-conflictsHeinrich Lee Yu2019-05-121-1/+1
* [CE] Support multiple assignees for merge requestsosw-multi-assignees-merge-requestsOswaldo Ferreira2019-04-081-1/+1
* Add # frozen_string_literal to spec/modelsThong Kuah2019-04-011-0/+2
* Allow admins/auditors to read private personal snippetsPatrick Bajao2019-01-241-4/+1
* Adds validation to check if user can read projectTiago Botelho2018-12-191-2/+16
* Check snippet note event visibilityNick Thomas2018-09-211-0/+87
* Fix Event#visible_to_user? for milestonesNick Thomas2018-09-211-0/+37
* Throttle updates to Project#last_repository_updated_at.Andreas Brandl2018-05-291-0/+13
* Singularize model name.Andreas Brandl2018-03-061-6/+6
* Rename to UserInteractedProjects.Andreas Brandl2018-03-061-7/+7
* Only track contributions if table is available.Andreas Brandl2018-03-061-1/+9
* Track which projects a user contributed to.Andreas Brandl2018-03-061-0/+8
* Eager load event target authors whenever possibleconditionally-eager-load-event-target-authorsYorick Peterse2018-01-041-0/+16
* 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