Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed pipeline action tooltips being cut offpipeline-tooltips-overflow | Phil Hughes | 2017-03-15 | 1 | -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 deletion | Mark Fletcher | 2017-03-15 | 1 | -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 Sumaran | 2017-03-15 | 1 | -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-0 | Eric Eastwood | 2017-03-14 | 1 | -1/+6 |
| | | | | | | | | Fix #29414 | ||||
* | | Merge branch '28187-project-name-cut-off-with-nested-groups' into 'master' | Alfredo Sumaran | 2017-03-15 | 5 | -6/+74 |
|\ \ | | | | | | | | | | | | | | | | | | | Toggle long Project names Closes #28187 See merge request !9501 | ||||
| * | | Toggle project name if too long28187-project-name-cut-off-with-nested-groups | Sam Rose | 2017-03-13 | 5 | -6/+74 |
| | | | |||||
* | | | Merge branch 'preserve_order_issue_board' into 'master' | Douwe Maan | 2017-03-14 | 2 | -1/+8 |
|\ \ \ | | | | | | | | | | | | | | | | | Preserve order by priority on issues board See merge request !9939 | ||||
| * | | | Preserve order by priority on issues boardpreserve_order_issue_board | Valery Sizov | 2017-03-14 | 2 | -1/+8 |
| | | | | |||||
* | | | | Merge branch '29425-fix-activity-stream-first-line-markdown' into 'master' | Robert Speicher | 2017-03-14 | 2 | -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-markdown | Eric Eastwood | 2017-03-14 | 2 | -3/+3 |
| | |_|/ | |/| | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/29425 | ||||
* | | | | Merge branch '29441-cancel-button-misaligned-in-new-application-page' into ↵ | Filipa Lacerda | 2017-03-14 | 1 | -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-page | Chris Peressini | 2017-03-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Used to be `btn-default`, change it to `btn-cancel` | ||||
* | | | | | Merge branch 'issue-boards-new-search-bar' into 'master' | Filipa Lacerda | 2017-03-14 | 16 | -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-bar | Phil Hughes | 2017-03-14 | 3 | -3/+9 |
| | | | | | | |||||
| * | | | | | Use reduce instead of a forEach | Phil Hughes | 2017-03-09 | 5 | -11/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed an isArray check to use -1 Added comment to boards search manager to explain behaviour | ||||
| * | | | | | Removed previous filter code | Phil Hughes | 2017-03-08 | 3 | -28/+3 |
| | | | | | | |||||
| * | | | | | Fixed up boards filter spec due to CSS classes changing | Phil Hughes | 2017-03-08 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Also fixed issue with Vue resource encoding + in search term | ||||
| * | | | | | Hides on mobile | Phil Hughes | 2017-03-08 | 1 | -1/+2 |
| | | | | | | |||||
| * | | | | | Fixed eslint errors | Phil Hughes | 2017-03-08 | 2 | -2/+1 |
| | | | | | | |||||
| * | | | | | Updated specs | Phil Hughes | 2017-03-08 | 6 | -22/+30 |
| | | | | | | |||||
| * | | | | | Handle clear search async | Phil Hughes | 2017-03-08 | 1 | -0/+5 |
| | | | | | | |||||
| * | | | | | Make changing the URL optional - future proof ourselves for the modal window | Phil Hughes | 2017-03-08 | 2 | -5/+9 |
| | | | | | | |||||
| * | | | | | Stop droplab from destroying itself is handled async | Phil Hughes | 2017-03-08 | 2 | -3/+10 |
| | | | | | | |||||
| * | | | | | Updates the URL | Phil Hughes | 2017-03-08 | 2 | -1/+2 |
| | | | | | | |||||
| * | | | | | Changed store | Phil Hughes | 2017-03-08 | 6 | -20/+40 |
| | | | | | | | | | | | | | | | | | | | | | | | | Async updates the boards when searching | ||||
| * | | | | | Added filtered search bar to issue boards | Phil Hughes | 2017-03-08 | 7 | -21/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | Closes #28312 | ||||
* | | | | | | Merge branch 'fix_relative_position_calculation' into 'master' | Douwe Maan | 2017-03-14 | 1 | -26/+64 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix relative position calculation Closes #29269 See merge request !9837 | ||||
| * | | | | | [Issue sorting]Addressed review commentsfix_relative_position_calculation | Valery Sizov | 2017-03-14 | 1 | -23/+54 |
| | | | | | | |||||
| * | | | | | [Issue sorting] Filling positions preferable in the middle | Valery Sizov | 2017-03-14 | 1 | -10/+13 |
| | | | | | | |||||
| * | | | | | Fix relative position calculation | Valery Sizov | 2017-03-14 | 1 | -8/+12 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch '28864-use-the-v4-api-from-the-frontend' into 'master' | Sean McGivern | 2017-03-14 | 4 | -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-frontend | Sam Rose | 2017-03-14 | 4 | -9/+9 |
| |/ / / / | | | | | | | | | | | | | | | | Use options object to pass params for project endpoint | ||||
* | | | | | Merge branch '29389-fix-already-initialized-constants' into 'master' | Robert Speicher | 2017-03-14 | 1 | -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-constants | Rémy Coutable | 2017-03-13 | 1 | -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 McGivern | 2017-03-14 | 2 | -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 parser | mhasbini | 2017-03-13 | 2 | -3/+3 |
| | | | | | | |||||
* | | | | | | Merge branch 'fix/gb/dashboard-commit-status-caching' into 'master' | Sean McGivern | 2017-03-14 | 1 | -1/+1 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve fragment caching rules at projects dashboard Closes #28364 See merge request !9895 | ||||
| * | | | | | Improve fragment caching rules at projects dashboard | Grzegorz Bizon | 2017-03-13 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Merge branch 'adam-count-badges-group-dashboard-milestones' into 'master' | Sean McGivern | 2017-03-14 | 7 | -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-milestones | Alex Braha Stoll | 2017-03-10 | 7 | -20/+38 |
| | | | | | | | |||||
* | | | | | | | Merge branch ↵ | Stan Hu | 2017-03-14 | 1 | -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_data | James Edwards-Jones | 2017-03-14 | 1 | -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 - Environments | Filipa Lacerda | 2017-03-14 | 16 | -117/+247 |
|/ / / / / / / | |||||
* | | | | | | | Fix missing blob line permalink updater on blob:showfix-missing-blob-permalink-updater-on-blob-show | Eric Eastwood | 2017-03-13 | 1 | -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-ci | Alfredo Sumaran | 2017-03-13 | 35 | -3748/+3683 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove IIFEs for several JS files - Part 1 See merge request !9884 | ||||
| * | | | | | | | fix broken variable referenceremove-iifes-1 | Mike Greiling | 2017-03-13 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | remove IIFEs in preparation for ES module refactor | Mike Greiling | 2017-03-13 | 35 | -3748/+3683 |
| | | | | | | | | |||||
* | | | | | | | | Organize our polyfills and standardize on core-js | Mike Greiling | 2017-03-13 | 19 | -113/+72 |
| | | | | | | | | |||||
* | | | | | | | | Merge branch 'feature/custom-lfs' into 'master' | Douwe Maan | 2017-03-13 | 3 | -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 disabled | Christopher Bartz | 2017-03-13 | 3 | -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. |