summaryrefslogtreecommitdiff
path: root/app/helpers
Commit message (Expand)AuthorAgeFilesLines
* 'New issue'/'New merge request' dropdowns should show only projects with issu...19107-404-when-creating-new-milestone-or-issue-for-project-that-has-issues-disabledblackst0ne2017-05-301-0/+8
* Merge branch 'dm-consistent-last-push-event' into 'master'Robert Speicher2017-05-261-0/+1
|\
| * Consistently display last push event widgetDouwe Maan2017-05-251-0/+1
* | Merge branch 'dm-diff-cleanup' into 'master'Robert Speicher2017-05-252-19/+9
|\ \ | |/ |/|
| * Pass fallback_diff_refs to Diff::File instead of using view helpersDouwe Maan2017-05-231-20/+4
| * Clean up diff renderingDouwe Maan2017-05-232-14/+20
| * Add question mark to Gitlab::Diff::File predicate methodsDouwe Maan2017-05-231-2/+2
* | Merge branch 'winh-label-textcolor-default' into 'master'Grzegorz Bizon2017-05-251-3/+2
|\ \
| * | Provide default for calculating label text color (!11681)winh2017-05-251-3/+2
* | | atom links with rss token instead of private tokenAlexis Reigel2017-05-241-1/+1
* | | Add system note with link to diff comparison when MR discussion becomes outdatedDouwe Maan2017-05-231-1/+2
| |/ |/|
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into 17489-hide-code...Valery Sizov2017-05-2323-153/+188
|\ \ | |/
| * Fix ProjectCacheWorker for plain READMEsToon Claes2017-05-181-0/+3
| * Merge branch 'dm-consistent-commit-widget' into 'master' Dmitriy Zaporozhets2017-05-171-1/+1
| |\
| | * Use same last commit widget on project homepage and tree viewdm-consistent-commit-widgetDouwe Maan2017-05-171-1/+1
| * | Merge branch 'dm-contributing-viewer' into 'master' Rémy Coutable2017-05-171-0/+15
| |\ \
| | * | Add auxiliary viewer for CONTRIBUTINGdm-contributing-viewerDouwe Maan2017-05-161-0/+15
| | |/
| * | Merge branch 'ability_to_cancel_attaching_file' into 'master' Douwe Maan2017-05-161-2/+3
| |\ \ | | |/ | |/|
| | * Add an ability to cancel attaching file and redesign attaching files UIblackst0ne2017-05-161-2/+3
| * | Merge branch 'dm-blob-viewer-concerns' into 'master' Robert Speicher2017-05-161-4/+4
| |\ \
| | * | Rename BlobViewer max_size to overridable_max_size and absolute_max_size to m...dm-blob-viewer-concernsDouwe Maan2017-05-151-4/+4
| * | | Merge branch '31386-profile-fix-externallinks' into 'master' Douwe Maan2017-05-161-0/+18
| |\ \ \
| | * | | Fixed Regex(es)Tim Zallmann2017-05-111-2/+2
| | * | | Fixing Static Analysis Fail with IndentationTim Zallmann2017-05-081-2/+1
| | * | | Created Application Helpers based on suggestion for easier parsingTim Zallmann2017-05-081-0/+19
| * | | | Rename Personal Audit LogTim Zallmann2017-05-161-0/+2
| * | | | Merge branch 'omega-submodules' into 'master'Robert Speicher2017-05-151-0/+4
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | submodule_links: Handle in-repository submodule urlsDavid Turner2017-05-151-0/+4
| * | | | Merge branch 'dz-project-list-cache-key' into 'master' Douwe Maan2017-05-121-1/+9
| |\ \ \ \
| | * | | | Change project list cache key to use route.cache_key instead of namespacedz-project-list-cache-keyDmitriy Zaporozhets2017-05-121-2/+1
| | * | | | Add parent full path to project list cache keyDmitriy Zaporozhets2017-05-121-1/+10
| * | | | | Consistently use monospace font for commit SHAs and branch and tag namesDouwe Maan2017-05-125-24/+27
| * | | | | Fix accessibility issues for Input fields across GitLabKushal Pandya2017-05-121-1/+4
| |/ / / /
| * | | | Merge branch 'fixes_for_multiple_issue_assignees' into 'master' Sean McGivern2017-05-121-2/+3
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | fix for Follow-up from "Backport of Multiple Assignees featurefixes_for_multiple_issue_assigneesValery Sizov2017-05-111-2/+3
| | |/ /
| * | | Merge branch 'refactor-realtime-issue' into 'master' Filipa Lacerda2017-05-121-5/+3
| |\ \ \ | | |/ / | |/| |
| | * | Remove some weird code to add/remove the task statusPhil Hughes2017-05-111-5/+3
| * | | Implement auxiliary blob viewersDouwe Maan2017-05-101-5/+2
| |/ /
| * | Merge branch '27144-enforce-rubocop-trailing_commas-no_comma-style' into 'mas...Robert Speicher2017-05-1011-14/+14
| |\ \
| | * | Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-1011-14/+14
| * | | Merge branch 'rs-sanitize-submodule-urls' into 'security'Douwe Maan2017-05-101-16/+30
| * | | Merge branch 'bvl-security-9-1-markup-pipeline'Robert Speicher2017-05-101-6/+6
| |/ /
| * | Merge branch 'use_relative_path_for_project_avatars' into 'master' Douwe Maan2017-05-101-1/+1
| |\ \
| | * | Use relative paths for group/project/user avatarsblackst0ne2017-05-101-1/+1
| * | | Merge branch 'patch-5' into 'master' Douwe Maan2017-05-101-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | update yield to return string pathzzjin2017-05-101-1/+1
| | * | Update tree_helper.rb to fix #31784, which broken file browse where paths dee...zzjin2017-05-091-1/+1
| | |/
| * | Make tree, blob and blame pages more consistentDouwe Maan2017-05-092-6/+4
| * | Merge request widget redesignFatih Acet2017-05-092-55/+4
| |/
| * Add confirm delete protected branch modalSam Rose2017-05-081-10/+0