summaryrefslogtreecommitdiff
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Fixed pipeline action tooltips being cut offpipeline-tooltips-overflowPhil Hughes2017-03-151-0/+4
| | | | | | | | | | Changed the container for the tooltip to be the body so that the tooltip does not get cut off with the overflow area. This change affects both merge request pipelines table & the pipelines page Closes #29314
* Display full project name with namespace upon deletionMark Fletcher2017-03-151-1/+1
| | | | * Removes ambiguity when two projects exist with the same name
* Merge branch '29414-fix-toggle-disccusion-link-jump-pick-into-9-0' into ↵Alfredo Sumaran2017-03-151-1/+6
|\ | | | | | | | | | | | | | | | | | | 'master' Fix link togglers jumping to top Closes #29414 See merge request !9943
| * Fix link togglers jumping to top29414-fix-toggle-disccusion-link-jump-pick-into-9-0Eric Eastwood2017-03-141-1/+6
| | | | | | | | Fix #29414
* | Merge branch '28187-project-name-cut-off-with-nested-groups' into 'master' Alfredo Sumaran2017-03-155-6/+74
|\ \ | | | | | | | | | | | | | | | | | | Toggle long Project names Closes #28187 See merge request !9501
| * | Toggle project name if too long28187-project-name-cut-off-with-nested-groupsSam Rose2017-03-135-6/+74
| | |
* | | Merge branch 'preserve_order_issue_board' into 'master' Douwe Maan2017-03-142-1/+8
|\ \ \ | | | | | | | | | | | | | | | | Preserve order by priority on issues board See merge request !9939
| * | | Preserve order by priority on issues boardpreserve_order_issue_boardValery Sizov2017-03-142-1/+8
| | | |
* | | | Merge branch '29425-fix-activity-stream-first-line-markdown' into 'master' Robert Speicher2017-03-142-3/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix first line markdown helper for user profile activity stream Closes #29425 See merge request !9920
| * | | | Fix first line markdown helper for user profile activity stream29425-fix-activity-stream-first-line-markdownEric Eastwood2017-03-142-3/+3
| | |_|/ | |/| | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/29425
* | | | Merge branch '29441-cancel-button-misaligned-in-new-application-page' into ↵Filipa Lacerda2017-03-141-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "Cancel button misaligned in New Application page" Closes #29441 See merge request !9933
| * | | | Change Canccel button class29441-cancel-button-misaligned-in-new-application-pageChris Peressini2017-03-141-1/+1
| | | | | | | | | | | | | | | | | | | | Used to be `btn-default`, change it to `btn-cancel`
* | | | | Merge branch 'issue-boards-new-search-bar' into 'master' Filipa Lacerda2017-03-1416-86/+148
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added filtered search bar to issue boards Closes #28312 See merge request !9757
| * | | | | added eventhub to emit update tokens eventissue-boards-new-search-barPhil Hughes2017-03-143-3/+9
| | | | | |
| * | | | | Use reduce instead of a forEachPhil Hughes2017-03-095-11/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed an isArray check to use -1 Added comment to boards search manager to explain behaviour
| * | | | | Removed previous filter codePhil Hughes2017-03-083-28/+3
| | | | | |
| * | | | | Fixed up boards filter spec due to CSS classes changingPhil Hughes2017-03-081-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Also fixed issue with Vue resource encoding + in search term
| * | | | | Hides on mobilePhil Hughes2017-03-081-1/+2
| | | | | |
| * | | | | Fixed eslint errorsPhil Hughes2017-03-082-2/+1
| | | | | |
| * | | | | Updated specsPhil Hughes2017-03-086-22/+30
| | | | | |
| * | | | | Handle clear search asyncPhil Hughes2017-03-081-0/+5
| | | | | |
| * | | | | Make changing the URL optional - future proof ourselves for the modal windowPhil Hughes2017-03-082-5/+9
| | | | | |
| * | | | | Stop droplab from destroying itself is handled asyncPhil Hughes2017-03-082-3/+10
| | | | | |
| * | | | | Updates the URLPhil Hughes2017-03-082-1/+2
| | | | | |
| * | | | | Changed storePhil Hughes2017-03-086-20/+40
| | | | | | | | | | | | | | | | | | | | | | | | Async updates the boards when searching
| * | | | | Added filtered search bar to issue boardsPhil Hughes2017-03-087-21/+33
| | | | | | | | | | | | | | | | | | | | | | | | Closes #28312
* | | | | | Merge branch 'fix_relative_position_calculation' into 'master' Douwe Maan2017-03-141-26/+64
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix relative position calculation Closes #29269 See merge request !9837
| * | | | | [Issue sorting]Addressed review commentsfix_relative_position_calculationValery Sizov2017-03-141-23/+54
| | | | | |
| * | | | | [Issue sorting] Filling positions preferable in the middleValery Sizov2017-03-141-10/+13
| | | | | |
| * | | | | Fix relative position calculationValery Sizov2017-03-141-8/+12
| | |/ / / | |/| | |
* | | | | Merge branch '28864-use-the-v4-api-from-the-frontend' into 'master' Sean McGivern2017-03-144-9/+9
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Use the v4 API from the frontend" Closes #28864 See merge request !9714
| * | | | | Update API on frontend to use v428864-use-the-v4-api-from-the-frontendSam Rose2017-03-144-9/+9
| |/ / / / | | | | | | | | | | | | | | | Use options object to pass params for project endpoint
* | | | | Merge branch '29389-fix-already-initialized-constants' into 'master' Robert Speicher2017-03-141-2/+0
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | Remove explicit `require` calls, and use `require_dependency` when needed Closes #29389 See merge request !9899
| * | | | Remove explicit `require` calls, and use `require_dependency` when needed29389-fix-already-initialized-constantsRémy Coutable2017-03-131-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See http://guides.rubyonrails.org/autoloading_and_reloading_constants.html for more info. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | Merge branch 'nonewline-parser' into 'master' Sean McGivern2017-03-142-3/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Take nonewline context into account in diff parser Closes #28128 and #22636 See merge request !9705
| * | | | | take nonewline context into account in diff parsermhasbini2017-03-132-3/+3
| | | | | |
* | | | | | Merge branch 'fix/gb/dashboard-commit-status-caching' into 'master' Sean McGivern2017-03-141-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve fragment caching rules at projects dashboard Closes #28364 See merge request !9895
| * | | | | Improve fragment caching rules at projects dashboardGrzegorz Bizon2017-03-131-1/+1
| | | | | |
* | | | | | Merge branch 'adam-count-badges-group-dashboard-milestones' into 'master' Sean McGivern2017-03-147-20/+38
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add count badges to both dashboard and group milestones Closes #24421 See merge request !9836
| * | | | | | Add count badges to both dashboard and group milestonesadam-count-badges-group-dashboard-milestonesAlex Braha Stoll2017-03-107-20/+38
| | | | | | |
* | | | | | | Merge branch ↵Stan Hu2017-03-141-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '28743-actionview-template-error-execjs-disabled-_issuable_meta_data' into 'master' Fix 'ExecJS disabled' error on issues index Closes #28743 See merge request !9916
| * | | | | | | Fix 'ExecJS disabled' error on issues index 28743-actionview-template-error-execjs-disabled-_issuable_meta_dataJames Edwards-Jones2017-03-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Occurred in production when an issue had an associated MR
* | | | | | | | Use a button and a post request instead of UJS links - part 1 - EnvironmentsFilipa Lacerda2017-03-1416-117/+247
|/ / / / / / /
* | | | | | | Fix missing blob line permalink updater on blob:showfix-missing-blob-permalink-updater-on-blob-showEric Eastwood2017-03-131-23/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9461#note_25288831
* | | | | | | Merge branch 'remove-iifes-1' into 'master' 29399-add-documentation-workflow-to-ciAlfredo Sumaran2017-03-1335-3748/+3683
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove IIFEs for several JS files - Part 1 See merge request !9884
| * | | | | | | fix broken variable referenceremove-iifes-1Mike Greiling2017-03-131-1/+1
| | | | | | | |
| * | | | | | | remove IIFEs in preparation for ES module refactorMike Greiling2017-03-1335-3748/+3683
| | | | | | | |
* | | | | | | | Organize our polyfills and standardize on core-jsMike Greiling2017-03-1319-113/+72
| | | | | | | |
* | | | | | | | Merge branch 'feature/custom-lfs' into 'master' Douwe Maan2017-03-133-4/+8
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not show LFS object when LFS is disabled Closes #28817 See merge request !9779
| * | | | | | | | Do not show LFS object when LFS is disabledChristopher Bartz2017-03-133-4/+8
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not display a 404, when a user tries to retrieve the raw content of an LFS file (pointer) if the config option "lfs_enabled" is set to false. Instead, display the LFS pointer file directly.