Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-10-25 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-10-17 | 1 | -0/+48 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-08-23 | 1 | -0/+6 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2022-08-02 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-06-29 | 1 | -2/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-05-20 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-05-11 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-04-26 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-03-25 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-02-12 | 1 | -2/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-12-09 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-10-01 | 1 | -14/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-07-27 | 1 | -2/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-07-17 | 1 | -2/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-06-24 | 1 | -7/+7 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-06-19 | 1 | -2/+54 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-06-10 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-05-13 | 1 | -0/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-05-12 | 1 | -0/+12 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-03-25 | 1 | -3/+18 |
| | |||||
* | Add event presenter | Jan Provaznik | 2019-09-10 | 1 | -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-conflicts | Heinrich Lee Yu | 2019-05-12 | 1 | -6/+6 |
| | | | | | Adds suffix to enum methods and changes `in_groups` to `of_groups` | ||||
* | Reduce N+1 from Activity Dashboard and Banzai | Gabriel Mazetto | 2018-12-10 | 1 | -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 McGivern | 2018-11-07 | 1 | -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 title | George Tsiolis | 2018-11-06 | 1 | -5/+8 |
| | | |||||
| * | Use reference prefix for issues and merge requests in the event feed title | George Tsiolis | 2018-11-06 | 1 | -2/+2 |
| | | |||||
| * | Use merge request prefix symbol in event feed title | George Tsiolis | 2018-11-06 | 1 | -0/+4 |
| | | |||||
* | | Resolve "Redesign activity feed" | Martin Wortschack | 2018-11-06 | 1 | -19/+23 |
|/ | |||||
* | Merge branch 'frozen-string-enable-app-helpers' into 'master' | Rémy Coutable | 2018-09-10 | 1 | -0/+2 |
|\ | | | | | | | | | Enable frozen string for app/helpers/**/*.rb See merge request gitlab-org/gitlab-ce!21320 | ||||
| * | Enable frozen string for app/helpers/**/*.rb | gfyoung | 2018-09-06 | 1 | -0/+2 |
| | | | | | | | | Partially addresses #47424. | ||||
* | | Include private contributions in user contribution graph | George Tsiolis | 2018-09-07 | 1 | -1/+1 |
|/ | |||||
* | Resolve "<link href=""> and <a href=""> not properly filled in activity RSS ↵ | schwedenmut | 2018-09-05 | 1 | -7/+9 |
| | | | | feed" | ||||
* | Remove tooltips on activity tabs | Annabel Dunstone Gray | 2018-05-11 | 1 | -1/+1 |
| | |||||
* | Resolve "DashboardController#activity.json is slow due to SQL" | Francisco Javier López | 2017-11-06 | 1 | -10/+0 |
| | |||||
* | Updated Profile Events Helper to use SVG Sprite Icons | Tim Zallmann | 2017-10-04 | 1 | -9/+11 |
| | |||||
* | Fix display of push events for removed refsfix-push-events-branch-removals | Yorick Peterse | 2017-08-22 | 1 | -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 Zallmann | 2017-08-21 | 1 | -1/+1 |
| | |||||
* | Add support for i18n on Project Activity Page | Kushal Pandya | 2017-08-18 | 1 | -4/+4 |
| | |||||
* | Create and use project path helpers that only need a project, no namespace | Douwe Maan | 2017-07-05 | 1 | -15/+8 |
| | |||||
* | Consistently use monospace font for commit SHAs and branch and tag names | Douwe Maan | 2017-05-12 | 1 | -3/+8 |
| | |||||
* | Enable the Style/TrailingCommaInLiteral cop | Rémy Coutable | 2017-05-10 | 1 | -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 yourself | Jacopo | 2017-04-28 | 1 | -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-view | Annabel Dunstone Gray | 2017-04-12 | 1 | -0/+28 |
| | |||||
* | Fix first line markdown helper for user profile activity stream29425-fix-activity-stream-first-line-markdown | Eric Eastwood | 2017-03-14 | 1 | -2/+2 |
| | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/29425 | ||||
* | whitelist style attribute in event_note | mhasbini | 2017-03-07 | 1 | -1/+6 |
| | |||||
* | remove unnecessary issues event filter on comments tab | Rydkin Maxim | 2016-12-08 | 1 | -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-comments | Rémy Coutable | 2016-11-16 | 1 | -2/+2 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Correctly passes feature key into feature_available methodproject-activity-tabs-hide | Phil Hughes | 2016-11-01 | 1 | -2/+2 |
| | |||||
* | Removed return statement that isn't needed | Phil Hughes | 2016-11-01 | 1 | -1/+1 |
| | |||||
* | Hide project activity tabs when features are disabled | Phil Hughes | 2016-11-01 | 1 | -0/+6 |
| |