summaryrefslogtreecommitdiff
path: root/app/helpers/events_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-10-251-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-10-171-0/+48
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-08-231-0/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-08-021-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-06-291-2/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-05-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-05-111-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-04-261-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-03-251-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-02-121-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-12-091-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-10-011-14/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-07-271-2/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-07-171-2/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-241-7/+7
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-191-2/+54
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-101-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-05-131-0/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-05-121-0/+12
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-251-3/+18
|
* Add event presenterJan Provaznik2019-09-101-1/+3
| | | | | This presenter will be used in an upcoming MR which adds rendering of epic events on group activity page.
* Rename methods that conflict in Rails 5.255583-rename-method-conflictsHeinrich Lee Yu2019-05-121-6/+6
| | | | | Adds suffix to enum methods and changes `in_groups` to `of_groups`
* Reduce N+1 from Activity Dashboard and BanzaiGabriel Mazetto2018-12-101-0/+4
| | | | | | | | 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
* Merge branch 'gt-use-merge-request-prefix-in-event-feed-title' into 'master'Sean McGivern2018-11-071-1/+8
|\ | | | | | | | | | | | | Use merge request prefix symbol in event feed title Closes #36267 See merge request gitlab-org/gitlab-ce!22449
| * Add issue or merge request reference prefix in the event feed titleGeorge Tsiolis2018-11-061-5/+8
| |
| * Use reference prefix for issues and merge requests in the event feed titleGeorge Tsiolis2018-11-061-2/+2
| |
| * Use merge request prefix symbol in event feed titleGeorge Tsiolis2018-11-061-0/+4
| |
* | Resolve "Redesign activity feed"Martin Wortschack2018-11-061-19/+23
|/
* Merge branch 'frozen-string-enable-app-helpers' into 'master'Rémy Coutable2018-09-101-0/+2
|\ | | | | | | | | Enable frozen string for app/helpers/**/*.rb See merge request gitlab-org/gitlab-ce!21320
| * Enable frozen string for app/helpers/**/*.rbgfyoung2018-09-061-0/+2
| | | | | | | | Partially addresses #47424.
* | Include private contributions in user contribution graphGeorge Tsiolis2018-09-071-1/+1
|/
* Resolve "<link href=""> and <a href=""> not properly filled in activity RSS ↵schwedenmut2018-09-051-7/+9
| | | | feed"
* Remove tooltips on activity tabsAnnabel Dunstone Gray2018-05-111-1/+1
|
* Resolve "DashboardController#activity.json is slow due to SQL"Francisco Javier López2017-11-061-10/+0
|
* Updated Profile Events Helper to use SVG Sprite IconsTim Zallmann2017-10-041-9/+11
|
* Fix display of push events for removed refsfix-push-events-branch-removalsYorick Peterse2017-08-221-0/+1
| | | | | | | | | | | | | | | | | | | | | 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
* Resolve "User profile activity feed contains broken image links"Tim Zallmann2017-08-211-1/+1
|
* Add support for i18n on Project Activity PageKushal Pandya2017-08-181-4/+4
|
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-15/+8
|
* Consistently use monospace font for commit SHAs and branch and tag namesDouwe Maan2017-05-121-3/+8
|
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
| | | | | | Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Improve text on todo list when the todo action comes from yourselfJacopo2017-04-281-2/+3
| | | | | | | | | | | | | | 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"
* Move event icons into events_helperuse-avatars-in-activity-viewAnnabel Dunstone Gray2017-04-121-0/+28
|
* Fix first line markdown helper for user profile activity stream29425-fix-activity-stream-first-line-markdownEric Eastwood2017-03-141-2/+2
| | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/29425
* whitelist style attribute in event_notemhasbini2017-03-071-1/+6
|
* remove unnecessary issues event filter on comments tabRydkin Maxim2016-12-081-0/+6
| | | | | | | | | | | | | | | | 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
* Allow commit note to be visible if repo is visible23824-activity-page-does-not-show-commits-commentsRémy Coutable2016-11-161-2/+2
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Correctly passes feature key into feature_available methodproject-activity-tabs-hidePhil Hughes2016-11-011-2/+2
|
* Removed return statement that isn't neededPhil Hughes2016-11-011-1/+1
|
* Hide project activity tabs when features are disabledPhil Hughes2016-11-011-0/+6
|