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
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
2016-07-04Fix diff comments not showing up in activity feedRémy Coutable
2016-06-28Display last commit of deleted branch in push events (!4699)winniehell
2016-05-16Reduce duplication and branching logic in EventsHelperRobert Speicher
2016-05-16Rename `Event#note_project_snippet?` to `project_snippet_note?`Robert Speicher
2016-05-16Rename `Event#note_commit?` to `commit_note?`Robert Speicher
2016-05-16Simplify Event's target type-checkingRobert Speicher
2016-05-16Add an Event's target's title to its reference linkRobert Speicher
2016-05-09Remove the annotate gem and delete old annotationsJeroen van Baarsen
2016-05-06Annotate the modelsZeger-Jan van de Weg
2016-04-25Throttle the update of `project.last_activity_at` to 1 minuteRémy Coutable
2016-03-24Rename `Event#proper?` to `Event#visible_to_user?`Douglas Barbosa Alexandre
2016-03-24Comments on confidential issues doesn't show in activity feed to non-membersDouglas Barbosa Alexandre
2016-03-18Restrict access to confidential issues on activity feedDouglas Barbosa Alexandre
2016-02-04Various filter fixesJosh Frye
2016-01-27Use Atom update times of the first eventYorick Peterse
2016-01-26Don't pluck project IDs for eventsYorick Peterse
2015-12-02Don't show project fork event as importedDouwe Maan
2015-11-18Added Event.limit_recentYorick Peterse