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
2019-08-29Remove dependency on IgnorableColumn concerndineshpanda
2019-05-13Rename methods that conflict in Rails 5.2Heinrich Lee Yu
2019-03-28Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas
2018-12-16Remove rails4 specific codeJasper Maes
2018-12-10Reduce N+1 from Activity Dashboard and BanzaiGabriel Mazetto
2018-09-21Check snippet note event visibilityNick Thomas
2018-09-21Fix Event#visible_to_user? for milestonesNick Thomas
2018-09-17Added FromUnion to easily select from a UNIONYorick Peterse
2018-09-07Include private contributions in user contribution graphGeorge Tsiolis
2018-07-27Enable frozen string in app/models/*.rbgfyoung
2018-05-29Throttle updates to Project#last_repository_updated_at.Andreas Brandl
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