Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-11[Rails5] Update Event#subclass_from_attributes methodblackst0ne
2018-03-23Remove N+1 query for Noteable association.Andreas Brandl
2018-03-07Merge branch '43460-track-projects-a-user-contributed-to' into 'master'Yorick Peterse
2018-03-06Singularize model name.Andreas Brandl
2018-03-06Rename to UserInteractedProjects.Andreas Brandl
2018-03-06Only track contributions if table is available.Andreas Brandl
2018-03-06Track which projects a user contributed to.Andreas Brandl
2018-03-05Replace deprecated name_with_namespace with full_name in app and specDmitriy Zaporozhets
2018-02-13Remove ignore_column from Events#data.Andreas Brandl
2018-01-04Eager load event target authors whenever possibleYorick Peterse
2017-12-22Reverted fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15788Francisco Javier López
2017-12-08Fix N+1 query when displaying eventsYorick Peterse
2017-09-20Remove redundant WHERE from event queriesYorick Peterse
2017-09-12Decrease Perceived Complexity threshold to 15Maxim Rydkin
2017-09-08Rework how recent push events are retrievedYorick Peterse
2017-09-06Finish migration to the new events setupYorick Peterse
2017-08-22Fix display of push events for removed refsYorick Peterse
2017-08-21Fix Error 500s when viewing user or group Atom feedsStan Hu
2017-08-10Use a specialized class for querying eventsYorick Peterse
2017-08-10Migrate events into a new formatYorick Peterse
2017-07-06Rename ActiverecordSerialize copYorick Peterse
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-06-07Added Cop to blacklist polymorphic associationsYorick Peterse
2017-06-06Introduce an Events APIMark Fletcher
2017-05-31Added Cop to blacklist the use of serializeYorick Peterse
2017-05-04Update last_repository_updated_at when a push event is createdDouglas Barbosa Alexandre
2017-04-27Add username to activity atom feed (!10802)winniehell
2017-03-21Merge branch '28058-hide-emails-in-atom-feeds' into 'security'Rémy Coutable
2017-02-25Add performance query regression fix for !9088 affecting #27267Oswaldo Ferreira
2017-02-23Revert "Prefer leading style for Style/DotPosition"Douwe Maan
2017-02-23Enable Style/WordArrayDouwe Maan
2017-02-23Prefer leading style for Style/DotPositionDouwe Maan
2017-02-14Merge branch '22645-add-discussion-contribs-to-calendar' into 'master' Sean McGivern
2017-02-13Add comment events to contributions calendarRémy Coutable
2017-02-13Use preload for Event#target since it's a polymorphic associationRémy Coutable
2017-02-13Include :author, :project, and :target in Event.with_associationsRémy Coutable
2017-02-13Don't instantiate AR objects in Event.in_projectsRémy Coutable
2016-11-25Removed data-user-is view codeYorick Peterse
2016-11-23Remove event caching codeYorick Peterse
2016-11-16Allow commit note to be visible if repo is visibleRémy Coutable
2016-11-09Merge branch '23403-fix-events-for-private-project-features' into 'security'Robert Speicher
2016-10-28Optimize Event queries by removing default orderAlejandro Rodríguez
2016-10-20Differentiate the expire from leave eventCallum Dryden
2016-10-11Make guests unable to view MRsValery Sizov
2016-10-07Fix Event#reset_project_activity updatesStan Hu
2016-10-04Remove lease from Event#reset_project_activityYorick Peterse
2016-09-20Fix broken spec due to last_activity_at updates being throttledStan Hu
2016-09-19Restrict last_activity_at updates to one per hourYorick Peterse
2016-08-30remove Ability.abilitieshttp://jneen.net/
2016-07-06Use a more future-proof check for Note/LegacyDiffNoteRémy Coutable