summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* rewrite logo to simplify SVG codeslang/gitlab-ce-rewrite-logoSean Lang2016-03-102-26/+10
|
* Merge branch 'issue_14011' into 'master' Jacob Schatz2016-03-101-0/+4
|\ | | | | | | | | | | | | | | | | Set color text to blue for links inside gray areas Closes #14011 ![](/uploads/4bce32cf7be4414f947a97cf266f7b0d/Screen_Shot_2016-03-09_at_6.53.12_PM.png) See merge request !3147
| * Set blue color for link inside .gray-content-blockissue_14011Alfredo Sumaran2016-03-091-0/+4
| |
* | Merge branch 'dropdown-js' into 'master' Jacob Schatz2016-03-1018-39/+842
|\ \ | | | | | | | | | | | | | | | | | | Dropdown JS See merge request !3112
| * | Fixed failing milestone filter testsdropdown-jsPhil Hughes2016-03-102-6/+5
| | |
| * | Fixed failing testsPhil Hughes2016-03-108-44/+72
| | |
| * | Fixed ruby style errorsPhil Hughes2016-03-103-62/+96
| | |
| * | Correctly handles multi-selected valuesPhil Hughes2016-03-102-19/+40
| | | | | | | | | | | | Fixes an issue where values couldnlt be unselected
| * | Enter button trigger first row click when searchingPhil Hughes2016-03-102-11/+30
| | |
| * | Removed fuse for fuzzaldrinPhil Hughes2016-03-102-31/+9
| | |
| * | Fixed issue with user list not fetching current project usersPhil Hughes2016-03-101-1/+2
| | |
| * | Stops excute remote data fetcher when already recieved dataPhil Hughes2016-03-103-3/+20
| | |
| * | Uses a publicly facing URL so that it allows labels & milestones to be ↵Phil Hughes2016-03-105-40/+40
| | | | | | | | | | | | visible when not logged in
| * | Filter alignmentPhil Hughes2016-03-101-1/+1
| | |
| * | Status dropdownPhil Hughes2016-03-106-16/+40
| | |
| * | Can create new label from dropdownPhil Hughes2016-03-106-6/+62
| | |
| * | Started page two for labels dropdown to allow creating new labelsPhil Hughes2016-03-107-20/+149
| | |
| * | Correctly fitlers remotelyPhil Hughes2016-03-106-23/+64
| | |
| * | milestone dropdownPhil Hughes2016-03-105-9/+44
| | |
| * | Extra links in label filter dropdown fotoerPhil Hughes2016-03-103-3/+21
| | |
| * | Removed label colour from dropdownPhil Hughes2016-03-101-1/+0
| | |
| * | Fixed alignment of labels in dropdownsPhil Hughes2016-03-101-2/+0
| | |
| * | Applied new dropdowns to issue filtersPhil Hughes2016-03-107-16/+113
| | |
| * | Custom ID & toggle class on dropdownPhil Hughes2016-03-101-2/+2
| | |
| * | GitLab dropdown JSPhil Hughes2016-03-105-1/+310
| | |
* | | Merge branch 'download-button-flicker' into 'master' Jacob Schatz2016-03-101-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed flicker of download project button Closes #14177 ![download-button-flicker](/uploads/21e8ccc68ed66394c8ec65ca549f94ad/download-button-flicker.gif) See merge request !3152
| * | | Fixed flicker of download project buttondownload-button-flickerPhil Hughes2016-03-101-1/+1
| | | | | | | | | | | | | | | | Closes #14177
* | | | Merge branch 'roperzh/gitlab-ce-issue-13334' into 'master' Jacob Schatz2016-03-102-4/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Decrease the font size and the padding of the `.anchor` icons used in the README _Originally opened at !2819 by @roperzh._ - - - ## What does this MR do? Removes an overlap between the anchor icons on the readme and the sidebar on small screens by reducing the size and the padding of the icon. ## Are there points in the code the reviewer needs to double check? Probably someone in the Design / UX team will need to review if the solution makes sense. ## What are the relevant issue numbers? Issue #13334 ## Screenshots ![Screen_Shot_2016-02-15_at_3.35.13_PM](/uploads/0e8b215809eee8efec9b6a136b0bd841/Screen_Shot_2016-02-15_at_3.35.13_PM.png) See merge request !3150
| * | | | Decrease the font size and the padding of the `.anchor` iconsroperzh/gitlab-ce-issue-13334Roberto Dip2016-03-102-4/+5
| |/ / / | | | | | | | | | | | | | | | | This commit fixes #13334, removing an overlap between the anchor icon and the sidebar
* | | | Merge branch 'optimize-project-ci-services' into 'master' Douwe Maan2016-03-101-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Optimize Project#ci_service(s) Related issue: gitlab-org/gitlab-ce#14186 See merge request !3158
| * | | | Optimize Project#ci_service(s)optimize-project-ci-servicesYorick Peterse2016-03-101-2/+2
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The method Project#ci_services would load all services into memory (including _all_ their columns) and then use Enumerable#select to reduce the list. Project#ci_service in turn would further reduce this list down to just 1 Service instance. Instead of doing all this in Ruby we can just offload the work to the database, reducing the amount of time spent in these methods. These changes reduce the time of the first call to Project#ci_services from around 240 ms to around 10 ms, though the final timings will vary based on database load. Because Project#ci_service is memoized there's no further overhead introduced by using a database query. Fixes gitlab-org/gitlab-ce#14186
* | | | Merge branch 'quick-submit-note-edit' into 'master' Jacob Schatz2016-03-102-13/+20
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed quick submit on note edit Also removed the cloning of forms for note edits. Instead it just hides/shows the form seeing as it is already there Closes #14094 See merge request !3151
| * | | | Fixed quick submit on note editquick-submit-note-editPhil Hughes2016-03-102-13/+20
| |/ / / | | | | | | | | | | | | | | | | | | | | Also removed the cloning of forms for note edits. Instead it just hides/shows the form seeing as it is already there Closes #14094
* | | | Merge branch 'copy-markdown-snippet' into 'master' Jacob Schatz2016-03-102-0/+10
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes issue with markdown snippet not being copyable On markdown snippets this adds a hidden div with the raw markdown content so that it can be copied Closes #13882 See merge request !3153
| * | | Replaced hidden div for textarea off-the screenPhil Hughes2016-03-102-1/+9
| | | | | | | | | | | | | | | | Element with the content being copied cant be hidden so instead i\'ve moved it off the screen
| * | | Fixes issue with markdown snippet not being copyablePhil Hughes2016-03-101-0/+2
| |/ / | | | | | | | | | | | | | | | On markdown snippets this adds a hidden div with the raw markdown content so that it can be copied Closes #13882
* | | Merge branch 'enhanced-dropdow-css' into 'master' Jacob Schatz2016-03-103-2/+408
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | New dropdown UI See #3279 for the designs See merge request !3110
| * | | Dropdown toggle button stylingenhanced-dropdow-cssPhil Hughes2016-03-103-16/+64
| | | |
| * | | Dropdown variablesPhil Hughes2016-03-103-7/+12
| | | |
| * | | Added CSS for new dropdownsPhil Hughes2016-03-102-0/+353
| |/ / | | | | | | | | | See #3279 for the designs
* | | Merge branch 'fix-projects-ajax-pagination' into 'master' Jacob Schatz2016-03-101-0/+6
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | Fix projects pagination via ajax Basically was not implemented. Finishes our projects list refactoring. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !3155
| * | Use modern syntaxDmitriy Zaporozhets2016-03-101-1/+1
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Fix projects pagination via ajaxDmitriy Zaporozhets2016-03-101-0/+6
|/ / | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Merge branch 'issue-referenced-merge-requests-specs' into 'master' Robert Speicher2016-03-101-0/+25
|\ \ | | | | | | | | | | | | | | | | | | Added specs for Issue#referenced_merge_requests Added these while looking into https://gitlab.com/gitlab-org/gitlab-ce/issues/13651. See merge request !3125
| * | Added specs for Issue#referenced_merge_requestsYorick Peterse2016-03-091-0/+25
|/ /
* | Merge branch 'markdown_preview_shortcut' into 'master' Jacob Schatz2016-03-104-7/+63
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | Add shortcut to toggle markdown preview Allow to toggle markdown preview with shortcut `ctrl+shift+p` (`cmd+shift+p` on OSX). - If the user is focused on a md textarea, `ctrl-shift-p` will show the preview, otherwise native browser event is fired - The textarea is re-focused after disabling the preview tab - Results of markdown render is cached for fast toggles I'm on linux, so if someone can test it on OS X, it would be great! Closes #14038 See merge request !3111
| * Merge branch 'master' into markdown_preview_shortcutBaldinof2016-03-09178-1471/+2006
| |\ | |/ |/|
* | Merge branch 'retry-bundle' into 'master' Kamil Trzciński2016-03-092-13/+15
|\ \ | | | | | | | | | | | | | | | | | | Retry bundler and apt-get See merge request !3146
| * | Retry bundler and apt-getretry-bundleKamil Trzcinski2016-03-092-13/+15
| | |
* | | Merge branch 'fix-git-push-service-specs' into 'master' Robert Speicher2016-03-092-7/+13
|\ \ \ | |/ / |/| | | | | | | | Fixed the GitPushService specs See merge request !3139