summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix help_autocomplete alignmentwebhooksRobert Speicher2016-03-101-1/+1
| | | | | | OCD hooooooooo! [ci skip]
* web hooks to webhooksashleys2016-03-1021-66/+66
|
* Merge branch 'markdown-parser-documentation' into 'master' Robert Speicher2016-03-101-2/+5
|\ | | | | | | | | | | | | | | | | | | Adds mention of Redcarpet as Markdown parser in docs It makes it easier for users to find the source of issues related to Markdown parsing. [ci skip] See merge request !3168
| * Capitalize Rouge mentionsA. Felipe Cabargas Madrid2016-03-101-2/+2
| |
| * Capitalize names of technologiesA. Felipe Cabargas Madrid2016-03-101-1/+1
| |
| * Added redcarpet usage reference to markdown documentationA. Felipe Cabargas Madrid2016-03-101-0/+3
| |
* | Merge branch 'issue-mr-build-status-placement' into 'master' Robert Speicher2016-03-102-3/+3
|\ \ | | | | | | | | | | | | Moves build status tooltip on issues See merge request !3156
| * | Changed named argumentPhil Hughes2016-03-102-3/+3
| | | | | | | | | | | | Set position to auto left so that if it is off-screen it goes to the right
| * | Correct ruby codeissue-mr-build-status-placementPhil Hughes2016-03-101-1/+1
| | |
| * | Moves build status tooltip on issuesPhil Hughes2016-03-102-4/+4
| | |
* | | Merge branch 'slang/gitlab-ce-rewrite-logo' into 'master' Jacob Schatz2016-03-102-26/+10
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rewrite logo to simplify SVG code _Originally opened at !3129 by @slang._ - - - The look of the logo is obviously unchanged... This just gets rid of some useless SVG groups that Sketch made. See merge request !3164
| * | | rewrite logo to simplify SVG codeslang/gitlab-ce-rewrite-logoSean Lang2016-03-102-26/+10
| | | |
* | | | Merge branch 'expiring-lock' into 'master' Douwe Maan2016-03-105-1/+72
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use an exclusive lease for LDAP checks Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/14134 Merge https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3140 first. Only perform LDAP checks for a user after acquiring a lease. Checks during user login do not require a lease. The lease has a fixed expire time of 10 minutes. See merge request !3143
| * | | Typoexpiring-lockJacob Vosmaer2016-03-101-1/+1
| | | |
| * | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into ↵Jacob Vosmaer2016-03-1022-44/+852
| |\ \ \ | |/ / / |/| | | | | | | expiring-lock
* | | | Merge branch 'fix-filtered-pagination' into 'master' Douwe Maan2016-03-103-5/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow filtered explore results to be paged. Fixes #14104 See merge request !3149
| * | | | Allow filtered dashboard/explore results to be paged. Fixes #14104fix-filtered-paginationJosh Frye2016-03-093-5/+6
| | | | |
* | | | | Merge branch 'redis-config-parser' into 'master' Douwe Maan2016-03-106-39/+46
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | Parse config/resque.yml in one place only See merge request !3140
| * | | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into ↵redis-config-parserJacob Vosmaer2016-03-1023-40/+295
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | redis-config-parser
* | | | | 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
| | | | | | |
| | | | | | * Make comment less ambivalentJacob Vosmaer2016-03-101-2/+1
| | | | | | |
| | | | | | * Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into ↵Jacob Vosmaer2016-03-1032-62/+747
| | | | | | |\ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | expiring-lock
* | | | | | | 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