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 (Collapse)Author
2021-02-18Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot
2020-12-17Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot
2020-10-21Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot
2020-08-20Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-06-18Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot
2020-05-20Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot
2020-03-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-10Add event presenterJan Provaznik
This presenter will be used in an upcoming MR which adds rendering of epic events on group activity page.
2019-05-13Rename methods that conflict in Rails 5.2Heinrich Lee Yu
Adds suffix to enum methods and changes `in_groups` to `of_groups`
2018-12-10Reduce N+1 from Activity Dashboard and BanzaiGabriel Mazetto
There is a combination of few strategies implemented here: 1. Few relations were eager loaded 2. Changed few polymorphic routes to specific ones so we don't have to use `#becomes(Namespace)` which doesn't preserve association cache
2018-11-07Merge branch 'gt-use-merge-request-prefix-in-event-feed-title' into 'master'Sean McGivern
Use merge request prefix symbol in event feed title Closes #36267 See merge request gitlab-org/gitlab-ce!22449
2018-11-06Resolve "Redesign activity feed"Martin Wortschack
2018-11-06Add issue or merge request reference prefix in the event feed titleGeorge Tsiolis
2018-11-06Use reference prefix for issues and merge requests in the event feed titleGeorge Tsiolis
2018-11-06Use merge request prefix symbol in event feed titleGeorge Tsiolis
2018-09-10Merge branch 'frozen-string-enable-app-helpers' into 'master'Rémy Coutable
Enable frozen string for app/helpers/**/*.rb See merge request gitlab-org/gitlab-ce!21320
2018-09-07Include private contributions in user contribution graphGeorge Tsiolis
2018-09-07Enable frozen string for app/helpers/**/*.rbgfyoung
Partially addresses #47424.
2018-09-05Resolve "<link href=""> and <a href=""> not properly filled in activity RSS ↵schwedenmut
feed"
2018-05-11Remove tooltips on activity tabsAnnabel Dunstone Gray
2017-11-06Resolve "DashboardController#activity.json is slow due to SQL"Francisco Javier López
2017-10-04Updated Profile Events Helper to use SVG Sprite IconsTim Zallmann
2017-08-22Fix display of push events for removed refsYorick Peterse
This changes the style of push events that remove tags or branches so they don't display the commit details. This prevents displaying commit details such as: 000000 . --broken encoding Instead we now simply display the header such as: Administrator deleted branch example-branch This is displayed in the same style as events for newly created branches/tags. This commit also ensures that if no commit message is present we simply don't display anything, instead of "--broken encoding". Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/36685 Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/36722
2017-08-21Resolve "User profile activity feed contains broken image links"Tim Zallmann
2017-08-18Add support for i18n on Project Activity PageKushal Pandya
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-05-12Consistently use monospace font for commit SHAs and branch and tag namesDouwe Maan
2017-05-10Enable the Style/TrailingCommaInLiteral copRémy Coutable
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-04-28Improve text on todo list when the todo action comes from yourselfJacopo
Improved todo message when an issue is assigned to yourself. - The new message when an user assign to himself an issue or a mr is: "You assigned issue xx to yourself" - The new message when an user adds a todo to himself is: "You added a todo for issue xx" - The new message when and user mention himself is: "You mentioned yourself on issue xx" - The new message when an user directly address himself is: "You directly addressed yourself on issue xx" - The new message when an user mark himself as an approver is: "You set yourself as an approver for merge request xx"
2017-04-12Move event icons into events_helperAnnabel Dunstone Gray
2017-03-14Fix first line markdown helper for user profile activity streamEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/29425
2017-03-07whitelist style attribute in event_notemhasbini
2016-12-08remove unnecessary issues event filter on comments tabRydkin Maxim
fix features_visibility_spec.rb remove strange part of spec fix conditions of comments tab disappearing and fix spec generate changelog rewrite spec for more coplex check step-by-step move conditional logic into helper and fix changelog fix indentation in helper
2016-11-16Allow commit note to be visible if repo is visibleRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-11-01Correctly passes feature key into feature_available methodPhil Hughes
2016-11-01Removed return statement that isn't neededPhil Hughes
2016-11-01Hide project activity tabs when features are disabledPhil Hughes
2016-10-18Stop event_commit_title from escaping its outputNick Thomas
Return a non-html-safe, unescaped String instead of ActiveSupport::SafeBuffer to preserve safety when the output is misused. Currently there's oly one user, which does the right thing. Closes #23311
2016-05-23Remove `event_to_atom` helperRobert Speicher
2016-05-16Reduce duplication and branching logic in EventsHelperRobert Speicher
Remove unused methods from Event model
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-16Remove redundant `html_escape` calls from `title` attributesRobert Speicher
These get escaped automatically.
2016-05-16Fix titles for commit references in Event feedRobert Speicher
Prior, the `title` attribute was being included as an argument to the route helper rather than as an argument to `link_to`.
2016-05-16Add an Event's target's title to its reference linkRobert Speicher
Given an activity feed entry like: > Douwe Maan commented on [issue #123] at [gitlab-org/gitlab-ce] ...the `issue #123` link will now have a `title` attribute.
2016-05-11Remove unused `icon_for_event` helperRobert Speicher
2016-04-04Fix event rendering when create projectDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-31Fix event rendering for certain event typesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-24Rename `Event#proper?` to `Event#visible_to_user?`Douglas Barbosa Alexandre